Skip to content

Commit 868a502

Browse files
committed
revert: remove accidental next-shadows commits from next
1 parent 5f71703 commit 868a502

63 files changed

Lines changed: 294 additions & 357 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

apps/dialtone-documentation/docs/.vuepress/baseComponents/tokens/TokenExample.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const TYPOGRAPHY_KEY_MAP = {
6868
'text-case': 'text-transform',
6969
};
7070
71-
const SHADOW_COMPOSITION_TOKENS = ['raised', 'overlay', 'modal', 'small', 'medium', 'large', 'extra-large', 'card', 'focus', 'focus-inset'];
71+
const SHADOW_COMPOSITION_TOKENS = ['small', 'medium', 'large', 'extra-large', 'card', 'focus', 'focus-inset'];
7272
7373
const isTypography = (name, key) => name.includes('--dt-typography') && name.includes(key);
7474
const isText = (name, key) => name.includes('--dt-text') && name.includes(key);
-4 Bytes
-15 Bytes
3.66 KB
956 Bytes
0 Bytes
-1 Bytes
0 Bytes
1 Byte
2.71 KB

0 commit comments

Comments
 (0)