]> source.dussan.org Git - sonarqube.git/commit
SONAR-19167 - Create KeyboardHint component in DS
authorKevin Silva <kevin.silva@sonarsource.com>
Thu, 11 May 2023 12:53:21 +0000 (14:53 +0200)
committersonartech <sonartech@sonarsource.com>
Fri, 12 May 2023 20:02:40 +0000 (20:02 +0000)
commit804a7a7d5a05ec01293c6ebfc85185b313b6670a
treefccffb435187262d718e614017356dd78009a36d
parent57573e1ea66e415b32bb9dfb2c575f16be1d8277
SONAR-19167 - Create KeyboardHint component in DS
14 files changed:
server/sonar-web/design-system/src/components/KeyboardHint.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/KeyboardHintKeys.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/__tests__/KeyboardHint-test.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/__tests__/KeyboardHintKeys-test.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/__tests__/__snapshots__/KeyboardHint-test.tsx.snap [new file with mode: 0644]
server/sonar-web/design-system/src/components/__tests__/__snapshots__/KeyboardHintKeys-test.tsx.snap [new file with mode: 0644]
server/sonar-web/design-system/src/components/icons/TriangleDownIcon.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/icons/TriangleLeftIcon.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/icons/TriangleRightIcon.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/icons/TriangleUpIcon.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/icons/index.ts
server/sonar-web/design-system/src/components/index.ts
server/sonar-web/design-system/src/helpers/keyboard.ts
server/sonar-web/design-system/src/theme/light.ts