]> source.dussan.org Git - sonarqube.git/commit
SONAR-19170 Create new Modal component in design-system/
authorDavid Cho-Lerat <david.cho-lerat@sonarsource.com>
Fri, 12 May 2023 14:25:44 +0000 (16:25 +0200)
committersonartech <sonartech@sonarsource.com>
Wed, 17 May 2023 20:02:41 +0000 (20:02 +0000)
commit8e10ac9ab50a1e2a0f40ba1ad07907a8017a02df
treeb49cef0a9647a88dcef14a8adb55cca7ca0c84f4
parenta4e7896a64696dab6beacc0219534060a755ad20
SONAR-19170 Create new Modal component in design-system/
17 files changed:
server/sonar-web/design-system/package.json
server/sonar-web/design-system/src/components/index.ts
server/sonar-web/design-system/src/components/modal/Modal.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/modal/ModalBody.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/modal/ModalFooter.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/modal/ModalHeader.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/modal/__tests__/Modal-test.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/modal/__tests__/ModalBody-test.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/modal/__tests__/ModalFooter-test.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/modal/__tests__/ModalHeader-test.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/modal/__tests__/__snapshots__/ModalBody-test.tsx.snap [new file with mode: 0644]
server/sonar-web/design-system/src/components/modal/__tests__/__snapshots__/ModalFooter-test.tsx.snap [new file with mode: 0644]
server/sonar-web/design-system/src/components/modal/__tests__/__snapshots__/ModalHeader-test.tsx.snap [new file with mode: 0644]
server/sonar-web/design-system/src/helpers/constants.ts
server/sonar-web/design-system/src/theme/light.ts
server/sonar-web/tailwind.base.config.js
server/sonar-web/yarn.lock