@atlaskit/tokens 1.18.0 → 1.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +102 -0
- package/dist/cjs/artifacts/generated-pairs.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-dark.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-legacy-dark.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-legacy-light.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-light.js +2 -2
- package/dist/cjs/artifacts/token-default-values.js +81 -1
- package/dist/cjs/artifacts/token-names.js +81 -1
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +2044 -284
- package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-dark.js +2052 -292
- package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-light.js +2038 -278
- package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +2037 -277
- package/dist/cjs/get-theme-html-attrs.js +2 -13
- package/dist/cjs/get-token-value.js +1 -1
- package/dist/cjs/get-token.js +1 -1
- package/dist/cjs/tokens/atlassian-dark/color/accent.js +360 -40
- package/dist/cjs/tokens/atlassian-legacy-dark/color/accent.js +396 -52
- package/dist/cjs/tokens/atlassian-legacy-light/color/accent.js +396 -52
- package/dist/cjs/tokens/atlassian-light/color/accent.js +360 -40
- package/dist/cjs/tokens/default/color/accent.js +920 -200
- package/dist/cjs/utils/get-theme-preferences.js +3 -5
- package/dist/es2019/artifacts/generated-pairs.js +2 -2
- package/dist/es2019/artifacts/themes/atlassian-dark.js +81 -1
- package/dist/es2019/artifacts/themes/atlassian-legacy-dark.js +85 -5
- package/dist/es2019/artifacts/themes/atlassian-legacy-light.js +86 -6
- package/dist/es2019/artifacts/themes/atlassian-light.js +81 -1
- package/dist/es2019/artifacts/token-default-values.js +81 -1
- package/dist/es2019/artifacts/token-names.js +81 -1
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +2044 -284
- package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-dark.js +2052 -292
- package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-light.js +2038 -278
- package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +2037 -277
- package/dist/es2019/get-theme-html-attrs.js +2 -13
- package/dist/es2019/get-token-value.js +1 -1
- package/dist/es2019/get-token.js +1 -1
- package/dist/es2019/tokens/atlassian-dark/color/accent.js +360 -40
- package/dist/es2019/tokens/atlassian-legacy-dark/color/accent.js +396 -52
- package/dist/es2019/tokens/atlassian-legacy-light/color/accent.js +396 -52
- package/dist/es2019/tokens/atlassian-light/color/accent.js +360 -40
- package/dist/es2019/tokens/default/color/accent.js +920 -200
- package/dist/es2019/utils/get-theme-preferences.js +3 -5
- package/dist/esm/artifacts/generated-pairs.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-dark.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-legacy-dark.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-legacy-light.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-light.js +2 -2
- package/dist/esm/artifacts/token-default-values.js +81 -1
- package/dist/esm/artifacts/token-names.js +81 -1
- package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +2044 -284
- package/dist/esm/artifacts/tokens-raw/atlassian-legacy-dark.js +2052 -292
- package/dist/esm/artifacts/tokens-raw/atlassian-legacy-light.js +2038 -278
- package/dist/esm/artifacts/tokens-raw/atlassian-light.js +2037 -277
- package/dist/esm/get-theme-html-attrs.js +2 -13
- package/dist/esm/get-token-value.js +1 -1
- package/dist/esm/get-token.js +1 -1
- package/dist/esm/tokens/atlassian-dark/color/accent.js +360 -40
- package/dist/esm/tokens/atlassian-legacy-dark/color/accent.js +396 -52
- package/dist/esm/tokens/atlassian-legacy-light/color/accent.js +396 -52
- package/dist/esm/tokens/atlassian-light/color/accent.js +360 -40
- package/dist/esm/tokens/default/color/accent.js +920 -200
- package/dist/esm/utils/get-theme-preferences.js +3 -5
- package/dist/types/artifacts/generated-pairs.d.ts +1 -1
- package/dist/types/artifacts/themes/atlassian-dark.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-legacy-dark.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-legacy-light.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-light.d.ts +2 -2
- package/dist/types/artifacts/token-default-values.d.ts +81 -1
- package/dist/types/artifacts/token-names.d.ts +161 -1
- package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-legacy-light.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
- package/dist/types/artifacts/types-internal.d.ts +2 -2
- package/dist/types/artifacts/types.d.ts +2 -2
- package/dist/types/types.d.ts +200 -40
- package/dist/types-ts4.5/artifacts/generated-pairs.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/themes/atlassian-dark.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-legacy-dark.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-legacy-light.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-light.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/token-default-values.d.ts +81 -1
- package/dist/types-ts4.5/artifacts/token-names.d.ts +161 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-legacy-light.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/types-internal.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/types.d.ts +2 -2
- package/dist/types-ts4.5/types.d.ts +200 -40
- package/figma/atlassian-dark.json +720 -0
- package/figma/atlassian-legacy-dark.json +724 -4
- package/figma/atlassian-legacy-light.json +724 -4
- package/figma/atlassian-light.json +720 -0
- package/package.json +1 -4
- package/report.api.md +360 -40
- package/tmp/api-report-tmp.d.ts +162 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tokens",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.20.0",
|
|
4
4
|
"description": "Design tokens are the single source of truth to name and store design decisions.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -111,9 +111,6 @@
|
|
|
111
111
|
"platform-feature-flags": {
|
|
112
112
|
"platform.design-system-team.border-checkbox_nyoiu": {
|
|
113
113
|
"type": "boolean"
|
|
114
|
-
},
|
|
115
|
-
"platform.design-system-team.space-and-shape-tokens_q5me6": {
|
|
116
|
-
"type": "boolean"
|
|
117
114
|
}
|
|
118
115
|
},
|
|
119
116
|
"homepage": "https://atlassian.design/components/tokens",
|
package/report.api.md
CHANGED
|
@@ -36,45 +36,125 @@ export type ActiveTokens =
|
|
|
36
36
|
| 'border.width.indicator'
|
|
37
37
|
| 'border.width.outline'
|
|
38
38
|
| 'color.background.accent.blue.bolder'
|
|
39
|
+
| 'color.background.accent.blue.bolder.hovered'
|
|
40
|
+
| 'color.background.accent.blue.bolder.pressed'
|
|
39
41
|
| 'color.background.accent.blue.subtle'
|
|
42
|
+
| 'color.background.accent.blue.subtle.hovered'
|
|
43
|
+
| 'color.background.accent.blue.subtle.pressed'
|
|
40
44
|
| 'color.background.accent.blue.subtler'
|
|
45
|
+
| 'color.background.accent.blue.subtler.hovered'
|
|
46
|
+
| 'color.background.accent.blue.subtler.pressed'
|
|
41
47
|
| 'color.background.accent.blue.subtlest'
|
|
48
|
+
| 'color.background.accent.blue.subtlest.hovered'
|
|
49
|
+
| 'color.background.accent.blue.subtlest.pressed'
|
|
42
50
|
| 'color.background.accent.gray.bolder'
|
|
51
|
+
| 'color.background.accent.gray.bolder.hovered'
|
|
52
|
+
| 'color.background.accent.gray.bolder.pressed'
|
|
43
53
|
| 'color.background.accent.gray.subtle'
|
|
54
|
+
| 'color.background.accent.gray.subtle.hovered'
|
|
55
|
+
| 'color.background.accent.gray.subtle.pressed'
|
|
44
56
|
| 'color.background.accent.gray.subtler'
|
|
57
|
+
| 'color.background.accent.gray.subtler.hovered'
|
|
58
|
+
| 'color.background.accent.gray.subtler.pressed'
|
|
45
59
|
| 'color.background.accent.gray.subtlest'
|
|
60
|
+
| 'color.background.accent.gray.subtlest.hovered'
|
|
61
|
+
| 'color.background.accent.gray.subtlest.pressed'
|
|
46
62
|
| 'color.background.accent.green.bolder'
|
|
63
|
+
| 'color.background.accent.green.bolder.hovered'
|
|
64
|
+
| 'color.background.accent.green.bolder.pressed'
|
|
47
65
|
| 'color.background.accent.green.subtle'
|
|
66
|
+
| 'color.background.accent.green.subtle.hovered'
|
|
67
|
+
| 'color.background.accent.green.subtle.pressed'
|
|
48
68
|
| 'color.background.accent.green.subtler'
|
|
69
|
+
| 'color.background.accent.green.subtler.hovered'
|
|
70
|
+
| 'color.background.accent.green.subtler.pressed'
|
|
49
71
|
| 'color.background.accent.green.subtlest'
|
|
72
|
+
| 'color.background.accent.green.subtlest.hovered'
|
|
73
|
+
| 'color.background.accent.green.subtlest.pressed'
|
|
50
74
|
| 'color.background.accent.lime.bolder'
|
|
75
|
+
| 'color.background.accent.lime.bolder.hovered'
|
|
76
|
+
| 'color.background.accent.lime.bolder.pressed'
|
|
51
77
|
| 'color.background.accent.lime.subtle'
|
|
78
|
+
| 'color.background.accent.lime.subtle.hovered'
|
|
79
|
+
| 'color.background.accent.lime.subtle.pressed'
|
|
52
80
|
| 'color.background.accent.lime.subtler'
|
|
81
|
+
| 'color.background.accent.lime.subtler.hovered'
|
|
82
|
+
| 'color.background.accent.lime.subtler.pressed'
|
|
53
83
|
| 'color.background.accent.lime.subtlest'
|
|
84
|
+
| 'color.background.accent.lime.subtlest.hovered'
|
|
85
|
+
| 'color.background.accent.lime.subtlest.pressed'
|
|
54
86
|
| 'color.background.accent.magenta.bolder'
|
|
87
|
+
| 'color.background.accent.magenta.bolder.hovered'
|
|
88
|
+
| 'color.background.accent.magenta.bolder.pressed'
|
|
55
89
|
| 'color.background.accent.magenta.subtle'
|
|
90
|
+
| 'color.background.accent.magenta.subtle.hovered'
|
|
91
|
+
| 'color.background.accent.magenta.subtle.pressed'
|
|
56
92
|
| 'color.background.accent.magenta.subtler'
|
|
93
|
+
| 'color.background.accent.magenta.subtler.hovered'
|
|
94
|
+
| 'color.background.accent.magenta.subtler.pressed'
|
|
57
95
|
| 'color.background.accent.magenta.subtlest'
|
|
96
|
+
| 'color.background.accent.magenta.subtlest.hovered'
|
|
97
|
+
| 'color.background.accent.magenta.subtlest.pressed'
|
|
58
98
|
| 'color.background.accent.orange.bolder'
|
|
99
|
+
| 'color.background.accent.orange.bolder.hovered'
|
|
100
|
+
| 'color.background.accent.orange.bolder.pressed'
|
|
59
101
|
| 'color.background.accent.orange.subtle'
|
|
102
|
+
| 'color.background.accent.orange.subtle.hovered'
|
|
103
|
+
| 'color.background.accent.orange.subtle.pressed'
|
|
60
104
|
| 'color.background.accent.orange.subtler'
|
|
105
|
+
| 'color.background.accent.orange.subtler.hovered'
|
|
106
|
+
| 'color.background.accent.orange.subtler.pressed'
|
|
61
107
|
| 'color.background.accent.orange.subtlest'
|
|
108
|
+
| 'color.background.accent.orange.subtlest.hovered'
|
|
109
|
+
| 'color.background.accent.orange.subtlest.pressed'
|
|
62
110
|
| 'color.background.accent.purple.bolder'
|
|
111
|
+
| 'color.background.accent.purple.bolder.hovered'
|
|
112
|
+
| 'color.background.accent.purple.bolder.pressed'
|
|
63
113
|
| 'color.background.accent.purple.subtle'
|
|
114
|
+
| 'color.background.accent.purple.subtle.hovered'
|
|
115
|
+
| 'color.background.accent.purple.subtle.pressed'
|
|
64
116
|
| 'color.background.accent.purple.subtler'
|
|
117
|
+
| 'color.background.accent.purple.subtler.hovered'
|
|
118
|
+
| 'color.background.accent.purple.subtler.pressed'
|
|
65
119
|
| 'color.background.accent.purple.subtlest'
|
|
120
|
+
| 'color.background.accent.purple.subtlest.hovered'
|
|
121
|
+
| 'color.background.accent.purple.subtlest.pressed'
|
|
66
122
|
| 'color.background.accent.red.bolder'
|
|
123
|
+
| 'color.background.accent.red.bolder.hovered'
|
|
124
|
+
| 'color.background.accent.red.bolder.pressed'
|
|
67
125
|
| 'color.background.accent.red.subtle'
|
|
126
|
+
| 'color.background.accent.red.subtle.hovered'
|
|
127
|
+
| 'color.background.accent.red.subtle.pressed'
|
|
68
128
|
| 'color.background.accent.red.subtler'
|
|
129
|
+
| 'color.background.accent.red.subtler.hovered'
|
|
130
|
+
| 'color.background.accent.red.subtler.pressed'
|
|
69
131
|
| 'color.background.accent.red.subtlest'
|
|
132
|
+
| 'color.background.accent.red.subtlest.hovered'
|
|
133
|
+
| 'color.background.accent.red.subtlest.pressed'
|
|
70
134
|
| 'color.background.accent.teal.bolder'
|
|
135
|
+
| 'color.background.accent.teal.bolder.hovered'
|
|
136
|
+
| 'color.background.accent.teal.bolder.pressed'
|
|
71
137
|
| 'color.background.accent.teal.subtle'
|
|
138
|
+
| 'color.background.accent.teal.subtle.hovered'
|
|
139
|
+
| 'color.background.accent.teal.subtle.pressed'
|
|
72
140
|
| 'color.background.accent.teal.subtler'
|
|
141
|
+
| 'color.background.accent.teal.subtler.hovered'
|
|
142
|
+
| 'color.background.accent.teal.subtler.pressed'
|
|
73
143
|
| 'color.background.accent.teal.subtlest'
|
|
144
|
+
| 'color.background.accent.teal.subtlest.hovered'
|
|
145
|
+
| 'color.background.accent.teal.subtlest.pressed'
|
|
74
146
|
| 'color.background.accent.yellow.bolder'
|
|
147
|
+
| 'color.background.accent.yellow.bolder.hovered'
|
|
148
|
+
| 'color.background.accent.yellow.bolder.pressed'
|
|
75
149
|
| 'color.background.accent.yellow.subtle'
|
|
150
|
+
| 'color.background.accent.yellow.subtle.hovered'
|
|
151
|
+
| 'color.background.accent.yellow.subtle.pressed'
|
|
76
152
|
| 'color.background.accent.yellow.subtler'
|
|
153
|
+
| 'color.background.accent.yellow.subtler.hovered'
|
|
154
|
+
| 'color.background.accent.yellow.subtler.pressed'
|
|
77
155
|
| 'color.background.accent.yellow.subtlest'
|
|
156
|
+
| 'color.background.accent.yellow.subtlest.hovered'
|
|
157
|
+
| 'color.background.accent.yellow.subtlest.pressed'
|
|
78
158
|
| 'color.background.brand.bold'
|
|
79
159
|
| 'color.background.brand.bold.hovered'
|
|
80
160
|
| 'color.background.brand.bold.pressed'
|
|
@@ -637,45 +717,125 @@ type CSSTokenMap = {
|
|
|
637
717
|
'color.border.information': 'var(--ds-border-information)';
|
|
638
718
|
'color.border.bold': 'var(--ds-border-bold)';
|
|
639
719
|
'color.background.accent.lime.subtlest': 'var(--ds-background-accent-lime-subtlest)';
|
|
720
|
+
'color.background.accent.lime.subtlest.hovered': 'var(--ds-background-accent-lime-subtlest-hovered)';
|
|
721
|
+
'color.background.accent.lime.subtlest.pressed': 'var(--ds-background-accent-lime-subtlest-pressed)';
|
|
640
722
|
'color.background.accent.lime.subtler': 'var(--ds-background-accent-lime-subtler)';
|
|
723
|
+
'color.background.accent.lime.subtler.hovered': 'var(--ds-background-accent-lime-subtler-hovered)';
|
|
724
|
+
'color.background.accent.lime.subtler.pressed': 'var(--ds-background-accent-lime-subtler-pressed)';
|
|
641
725
|
'color.background.accent.lime.subtle': 'var(--ds-background-accent-lime-subtle)';
|
|
726
|
+
'color.background.accent.lime.subtle.hovered': 'var(--ds-background-accent-lime-subtle-hovered)';
|
|
727
|
+
'color.background.accent.lime.subtle.pressed': 'var(--ds-background-accent-lime-subtle-pressed)';
|
|
642
728
|
'color.background.accent.lime.bolder': 'var(--ds-background-accent-lime-bolder)';
|
|
729
|
+
'color.background.accent.lime.bolder.hovered': 'var(--ds-background-accent-lime-bolder-hovered)';
|
|
730
|
+
'color.background.accent.lime.bolder.pressed': 'var(--ds-background-accent-lime-bolder-pressed)';
|
|
643
731
|
'color.background.accent.red.subtlest': 'var(--ds-background-accent-red-subtlest)';
|
|
732
|
+
'color.background.accent.red.subtlest.hovered': 'var(--ds-background-accent-red-subtlest-hovered)';
|
|
733
|
+
'color.background.accent.red.subtlest.pressed': 'var(--ds-background-accent-red-subtlest-pressed)';
|
|
644
734
|
'color.background.accent.red.subtler': 'var(--ds-background-accent-red-subtler)';
|
|
735
|
+
'color.background.accent.red.subtler.hovered': 'var(--ds-background-accent-red-subtler-hovered)';
|
|
736
|
+
'color.background.accent.red.subtler.pressed': 'var(--ds-background-accent-red-subtler-pressed)';
|
|
645
737
|
'color.background.accent.red.subtle': 'var(--ds-background-accent-red-subtle)';
|
|
738
|
+
'color.background.accent.red.subtle.hovered': 'var(--ds-background-accent-red-subtle-hovered)';
|
|
739
|
+
'color.background.accent.red.subtle.pressed': 'var(--ds-background-accent-red-subtle-pressed)';
|
|
646
740
|
'color.background.accent.red.bolder': 'var(--ds-background-accent-red-bolder)';
|
|
741
|
+
'color.background.accent.red.bolder.hovered': 'var(--ds-background-accent-red-bolder-hovered)';
|
|
742
|
+
'color.background.accent.red.bolder.pressed': 'var(--ds-background-accent-red-bolder-pressed)';
|
|
647
743
|
'color.background.accent.orange.subtlest': 'var(--ds-background-accent-orange-subtlest)';
|
|
744
|
+
'color.background.accent.orange.subtlest.hovered': 'var(--ds-background-accent-orange-subtlest-hovered)';
|
|
745
|
+
'color.background.accent.orange.subtlest.pressed': 'var(--ds-background-accent-orange-subtlest-pressed)';
|
|
648
746
|
'color.background.accent.orange.subtler': 'var(--ds-background-accent-orange-subtler)';
|
|
747
|
+
'color.background.accent.orange.subtler.hovered': 'var(--ds-background-accent-orange-subtler-hovered)';
|
|
748
|
+
'color.background.accent.orange.subtler.pressed': 'var(--ds-background-accent-orange-subtler-pressed)';
|
|
649
749
|
'color.background.accent.orange.subtle': 'var(--ds-background-accent-orange-subtle)';
|
|
750
|
+
'color.background.accent.orange.subtle.hovered': 'var(--ds-background-accent-orange-subtle-hovered)';
|
|
751
|
+
'color.background.accent.orange.subtle.pressed': 'var(--ds-background-accent-orange-subtle-pressed)';
|
|
650
752
|
'color.background.accent.orange.bolder': 'var(--ds-background-accent-orange-bolder)';
|
|
753
|
+
'color.background.accent.orange.bolder.hovered': 'var(--ds-background-accent-orange-bolder-hovered)';
|
|
754
|
+
'color.background.accent.orange.bolder.pressed': 'var(--ds-background-accent-orange-bolder-pressed)';
|
|
651
755
|
'color.background.accent.yellow.subtlest': 'var(--ds-background-accent-yellow-subtlest)';
|
|
756
|
+
'color.background.accent.yellow.subtlest.hovered': 'var(--ds-background-accent-yellow-subtlest-hovered)';
|
|
757
|
+
'color.background.accent.yellow.subtlest.pressed': 'var(--ds-background-accent-yellow-subtlest-pressed)';
|
|
652
758
|
'color.background.accent.yellow.subtler': 'var(--ds-background-accent-yellow-subtler)';
|
|
759
|
+
'color.background.accent.yellow.subtler.hovered': 'var(--ds-background-accent-yellow-subtler-hovered)';
|
|
760
|
+
'color.background.accent.yellow.subtler.pressed': 'var(--ds-background-accent-yellow-subtler-pressed)';
|
|
653
761
|
'color.background.accent.yellow.subtle': 'var(--ds-background-accent-yellow-subtle)';
|
|
762
|
+
'color.background.accent.yellow.subtle.hovered': 'var(--ds-background-accent-yellow-subtle-hovered)';
|
|
763
|
+
'color.background.accent.yellow.subtle.pressed': 'var(--ds-background-accent-yellow-subtle-pressed)';
|
|
654
764
|
'color.background.accent.yellow.bolder': 'var(--ds-background-accent-yellow-bolder)';
|
|
765
|
+
'color.background.accent.yellow.bolder.hovered': 'var(--ds-background-accent-yellow-bolder-hovered)';
|
|
766
|
+
'color.background.accent.yellow.bolder.pressed': 'var(--ds-background-accent-yellow-bolder-pressed)';
|
|
655
767
|
'color.background.accent.green.subtlest': 'var(--ds-background-accent-green-subtlest)';
|
|
768
|
+
'color.background.accent.green.subtlest.hovered': 'var(--ds-background-accent-green-subtlest-hovered)';
|
|
769
|
+
'color.background.accent.green.subtlest.pressed': 'var(--ds-background-accent-green-subtlest-pressed)';
|
|
656
770
|
'color.background.accent.green.subtler': 'var(--ds-background-accent-green-subtler)';
|
|
771
|
+
'color.background.accent.green.subtler.hovered': 'var(--ds-background-accent-green-subtler-hovered)';
|
|
772
|
+
'color.background.accent.green.subtler.pressed': 'var(--ds-background-accent-green-subtler-pressed)';
|
|
657
773
|
'color.background.accent.green.subtle': 'var(--ds-background-accent-green-subtle)';
|
|
774
|
+
'color.background.accent.green.subtle.hovered': 'var(--ds-background-accent-green-subtle-hovered)';
|
|
775
|
+
'color.background.accent.green.subtle.pressed': 'var(--ds-background-accent-green-subtle-pressed)';
|
|
658
776
|
'color.background.accent.green.bolder': 'var(--ds-background-accent-green-bolder)';
|
|
777
|
+
'color.background.accent.green.bolder.hovered': 'var(--ds-background-accent-green-bolder-hovered)';
|
|
778
|
+
'color.background.accent.green.bolder.pressed': 'var(--ds-background-accent-green-bolder-pressed)';
|
|
659
779
|
'color.background.accent.teal.subtlest': 'var(--ds-background-accent-teal-subtlest)';
|
|
780
|
+
'color.background.accent.teal.subtlest.hovered': 'var(--ds-background-accent-teal-subtlest-hovered)';
|
|
781
|
+
'color.background.accent.teal.subtlest.pressed': 'var(--ds-background-accent-teal-subtlest-pressed)';
|
|
660
782
|
'color.background.accent.teal.subtler': 'var(--ds-background-accent-teal-subtler)';
|
|
783
|
+
'color.background.accent.teal.subtler.hovered': 'var(--ds-background-accent-teal-subtler-hovered)';
|
|
784
|
+
'color.background.accent.teal.subtler.pressed': 'var(--ds-background-accent-teal-subtler-pressed)';
|
|
661
785
|
'color.background.accent.teal.subtle': 'var(--ds-background-accent-teal-subtle)';
|
|
786
|
+
'color.background.accent.teal.subtle.hovered': 'var(--ds-background-accent-teal-subtle-hovered)';
|
|
787
|
+
'color.background.accent.teal.subtle.pressed': 'var(--ds-background-accent-teal-subtle-pressed)';
|
|
662
788
|
'color.background.accent.teal.bolder': 'var(--ds-background-accent-teal-bolder)';
|
|
789
|
+
'color.background.accent.teal.bolder.hovered': 'var(--ds-background-accent-teal-bolder-hovered)';
|
|
790
|
+
'color.background.accent.teal.bolder.pressed': 'var(--ds-background-accent-teal-bolder-pressed)';
|
|
663
791
|
'color.background.accent.blue.subtlest': 'var(--ds-background-accent-blue-subtlest)';
|
|
792
|
+
'color.background.accent.blue.subtlest.hovered': 'var(--ds-background-accent-blue-subtlest-hovered)';
|
|
793
|
+
'color.background.accent.blue.subtlest.pressed': 'var(--ds-background-accent-blue-subtlest-pressed)';
|
|
664
794
|
'color.background.accent.blue.subtler': 'var(--ds-background-accent-blue-subtler)';
|
|
795
|
+
'color.background.accent.blue.subtler.hovered': 'var(--ds-background-accent-blue-subtler-hovered)';
|
|
796
|
+
'color.background.accent.blue.subtler.pressed': 'var(--ds-background-accent-blue-subtler-pressed)';
|
|
665
797
|
'color.background.accent.blue.subtle': 'var(--ds-background-accent-blue-subtle)';
|
|
798
|
+
'color.background.accent.blue.subtle.hovered': 'var(--ds-background-accent-blue-subtle-hovered)';
|
|
799
|
+
'color.background.accent.blue.subtle.pressed': 'var(--ds-background-accent-blue-subtle-pressed)';
|
|
666
800
|
'color.background.accent.blue.bolder': 'var(--ds-background-accent-blue-bolder)';
|
|
801
|
+
'color.background.accent.blue.bolder.hovered': 'var(--ds-background-accent-blue-bolder-hovered)';
|
|
802
|
+
'color.background.accent.blue.bolder.pressed': 'var(--ds-background-accent-blue-bolder-pressed)';
|
|
667
803
|
'color.background.accent.purple.subtlest': 'var(--ds-background-accent-purple-subtlest)';
|
|
804
|
+
'color.background.accent.purple.subtlest.hovered': 'var(--ds-background-accent-purple-subtlest-hovered)';
|
|
805
|
+
'color.background.accent.purple.subtlest.pressed': 'var(--ds-background-accent-purple-subtlest-pressed)';
|
|
668
806
|
'color.background.accent.purple.subtler': 'var(--ds-background-accent-purple-subtler)';
|
|
807
|
+
'color.background.accent.purple.subtler.hovered': 'var(--ds-background-accent-purple-subtler-hovered)';
|
|
808
|
+
'color.background.accent.purple.subtler.pressed': 'var(--ds-background-accent-purple-subtler-pressed)';
|
|
669
809
|
'color.background.accent.purple.subtle': 'var(--ds-background-accent-purple-subtle)';
|
|
810
|
+
'color.background.accent.purple.subtle.hovered': 'var(--ds-background-accent-purple-subtle-hovered)';
|
|
811
|
+
'color.background.accent.purple.subtle.pressed': 'var(--ds-background-accent-purple-subtle-pressed)';
|
|
670
812
|
'color.background.accent.purple.bolder': 'var(--ds-background-accent-purple-bolder)';
|
|
813
|
+
'color.background.accent.purple.bolder.hovered': 'var(--ds-background-accent-purple-bolder-hovered)';
|
|
814
|
+
'color.background.accent.purple.bolder.pressed': 'var(--ds-background-accent-purple-bolder-pressed)';
|
|
671
815
|
'color.background.accent.magenta.subtlest': 'var(--ds-background-accent-magenta-subtlest)';
|
|
816
|
+
'color.background.accent.magenta.subtlest.hovered': 'var(--ds-background-accent-magenta-subtlest-hovered)';
|
|
817
|
+
'color.background.accent.magenta.subtlest.pressed': 'var(--ds-background-accent-magenta-subtlest-pressed)';
|
|
672
818
|
'color.background.accent.magenta.subtler': 'var(--ds-background-accent-magenta-subtler)';
|
|
819
|
+
'color.background.accent.magenta.subtler.hovered': 'var(--ds-background-accent-magenta-subtler-hovered)';
|
|
820
|
+
'color.background.accent.magenta.subtler.pressed': 'var(--ds-background-accent-magenta-subtler-pressed)';
|
|
673
821
|
'color.background.accent.magenta.subtle': 'var(--ds-background-accent-magenta-subtle)';
|
|
822
|
+
'color.background.accent.magenta.subtle.hovered': 'var(--ds-background-accent-magenta-subtle-hovered)';
|
|
823
|
+
'color.background.accent.magenta.subtle.pressed': 'var(--ds-background-accent-magenta-subtle-pressed)';
|
|
674
824
|
'color.background.accent.magenta.bolder': 'var(--ds-background-accent-magenta-bolder)';
|
|
825
|
+
'color.background.accent.magenta.bolder.hovered': 'var(--ds-background-accent-magenta-bolder-hovered)';
|
|
826
|
+
'color.background.accent.magenta.bolder.pressed': 'var(--ds-background-accent-magenta-bolder-pressed)';
|
|
675
827
|
'color.background.accent.gray.subtlest': 'var(--ds-background-accent-gray-subtlest)';
|
|
828
|
+
'color.background.accent.gray.subtlest.hovered': 'var(--ds-background-accent-gray-subtlest-hovered)';
|
|
829
|
+
'color.background.accent.gray.subtlest.pressed': 'var(--ds-background-accent-gray-subtlest-pressed)';
|
|
676
830
|
'color.background.accent.gray.subtler': 'var(--ds-background-accent-gray-subtler)';
|
|
831
|
+
'color.background.accent.gray.subtler.hovered': 'var(--ds-background-accent-gray-subtler-hovered)';
|
|
832
|
+
'color.background.accent.gray.subtler.pressed': 'var(--ds-background-accent-gray-subtler-pressed)';
|
|
677
833
|
'color.background.accent.gray.subtle': 'var(--ds-background-accent-gray-subtle)';
|
|
834
|
+
'color.background.accent.gray.subtle.hovered': 'var(--ds-background-accent-gray-subtle-hovered)';
|
|
835
|
+
'color.background.accent.gray.subtle.pressed': 'var(--ds-background-accent-gray-subtle-pressed)';
|
|
678
836
|
'color.background.accent.gray.bolder': 'var(--ds-background-accent-gray-bolder)';
|
|
837
|
+
'color.background.accent.gray.bolder.hovered': 'var(--ds-background-accent-gray-bolder-hovered)';
|
|
838
|
+
'color.background.accent.gray.bolder.pressed': 'var(--ds-background-accent-gray-bolder-pressed)';
|
|
679
839
|
'color.background.disabled': 'var(--ds-background-disabled)';
|
|
680
840
|
'color.background.input': 'var(--ds-background-input)';
|
|
681
841
|
'color.background.input.hovered': 'var(--ds-background-input-hovered)';
|
|
@@ -1053,46 +1213,126 @@ type InternalTokenIds =
|
|
|
1053
1213
|
| 'border.width.[default]'
|
|
1054
1214
|
| 'border.width.indicator'
|
|
1055
1215
|
| 'border.width.outline'
|
|
1056
|
-
| 'color.background.accent.blue.bolder'
|
|
1057
|
-
| 'color.background.accent.blue.
|
|
1058
|
-
| 'color.background.accent.blue.
|
|
1059
|
-
| 'color.background.accent.blue.
|
|
1060
|
-
| 'color.background.accent.
|
|
1061
|
-
| 'color.background.accent.
|
|
1062
|
-
| 'color.background.accent.
|
|
1063
|
-
| 'color.background.accent.
|
|
1064
|
-
| 'color.background.accent.
|
|
1065
|
-
| 'color.background.accent.
|
|
1066
|
-
| 'color.background.accent.
|
|
1067
|
-
| 'color.background.accent.
|
|
1068
|
-
| 'color.background.accent.
|
|
1069
|
-
| 'color.background.accent.
|
|
1070
|
-
| 'color.background.accent.
|
|
1071
|
-
| 'color.background.accent.
|
|
1072
|
-
| 'color.background.accent.
|
|
1073
|
-
| 'color.background.accent.
|
|
1074
|
-
| 'color.background.accent.
|
|
1075
|
-
| 'color.background.accent.
|
|
1076
|
-
| 'color.background.accent.
|
|
1077
|
-
| 'color.background.accent.
|
|
1078
|
-
| 'color.background.accent.
|
|
1079
|
-
| 'color.background.accent.
|
|
1080
|
-
| 'color.background.accent.
|
|
1081
|
-
| 'color.background.accent.
|
|
1082
|
-
| 'color.background.accent.
|
|
1083
|
-
| 'color.background.accent.
|
|
1084
|
-
| 'color.background.accent.
|
|
1085
|
-
| 'color.background.accent.
|
|
1086
|
-
| 'color.background.accent.
|
|
1087
|
-
| 'color.background.accent.
|
|
1088
|
-
| 'color.background.accent.
|
|
1089
|
-
| 'color.background.accent.
|
|
1090
|
-
| 'color.background.accent.
|
|
1091
|
-
| 'color.background.accent.
|
|
1092
|
-
| 'color.background.accent.
|
|
1093
|
-
| 'color.background.accent.
|
|
1094
|
-
| 'color.background.accent.
|
|
1095
|
-
| 'color.background.accent.
|
|
1216
|
+
| 'color.background.accent.blue.bolder.[default]'
|
|
1217
|
+
| 'color.background.accent.blue.bolder.hovered'
|
|
1218
|
+
| 'color.background.accent.blue.bolder.pressed'
|
|
1219
|
+
| 'color.background.accent.blue.subtle.[default]'
|
|
1220
|
+
| 'color.background.accent.blue.subtle.hovered'
|
|
1221
|
+
| 'color.background.accent.blue.subtle.pressed'
|
|
1222
|
+
| 'color.background.accent.blue.subtler.[default]'
|
|
1223
|
+
| 'color.background.accent.blue.subtler.hovered'
|
|
1224
|
+
| 'color.background.accent.blue.subtler.pressed'
|
|
1225
|
+
| 'color.background.accent.blue.subtlest.[default]'
|
|
1226
|
+
| 'color.background.accent.blue.subtlest.hovered'
|
|
1227
|
+
| 'color.background.accent.blue.subtlest.pressed'
|
|
1228
|
+
| 'color.background.accent.gray.bolder.[default]'
|
|
1229
|
+
| 'color.background.accent.gray.bolder.hovered'
|
|
1230
|
+
| 'color.background.accent.gray.bolder.pressed'
|
|
1231
|
+
| 'color.background.accent.gray.subtle.[default]'
|
|
1232
|
+
| 'color.background.accent.gray.subtle.hovered'
|
|
1233
|
+
| 'color.background.accent.gray.subtle.pressed'
|
|
1234
|
+
| 'color.background.accent.gray.subtler.[default]'
|
|
1235
|
+
| 'color.background.accent.gray.subtler.hovered'
|
|
1236
|
+
| 'color.background.accent.gray.subtler.pressed'
|
|
1237
|
+
| 'color.background.accent.gray.subtlest.[default]'
|
|
1238
|
+
| 'color.background.accent.gray.subtlest.hovered'
|
|
1239
|
+
| 'color.background.accent.gray.subtlest.pressed'
|
|
1240
|
+
| 'color.background.accent.green.bolder.[default]'
|
|
1241
|
+
| 'color.background.accent.green.bolder.hovered'
|
|
1242
|
+
| 'color.background.accent.green.bolder.pressed'
|
|
1243
|
+
| 'color.background.accent.green.subtle.[default]'
|
|
1244
|
+
| 'color.background.accent.green.subtle.hovered'
|
|
1245
|
+
| 'color.background.accent.green.subtle.pressed'
|
|
1246
|
+
| 'color.background.accent.green.subtler.[default]'
|
|
1247
|
+
| 'color.background.accent.green.subtler.hovered'
|
|
1248
|
+
| 'color.background.accent.green.subtler.pressed'
|
|
1249
|
+
| 'color.background.accent.green.subtlest.[default]'
|
|
1250
|
+
| 'color.background.accent.green.subtlest.hovered'
|
|
1251
|
+
| 'color.background.accent.green.subtlest.pressed'
|
|
1252
|
+
| 'color.background.accent.lime.bolder.[default]'
|
|
1253
|
+
| 'color.background.accent.lime.bolder.hovered'
|
|
1254
|
+
| 'color.background.accent.lime.bolder.pressed'
|
|
1255
|
+
| 'color.background.accent.lime.subtle.[default]'
|
|
1256
|
+
| 'color.background.accent.lime.subtle.hovered'
|
|
1257
|
+
| 'color.background.accent.lime.subtle.pressed'
|
|
1258
|
+
| 'color.background.accent.lime.subtler.[default]'
|
|
1259
|
+
| 'color.background.accent.lime.subtler.hovered'
|
|
1260
|
+
| 'color.background.accent.lime.subtler.pressed'
|
|
1261
|
+
| 'color.background.accent.lime.subtlest.[default]'
|
|
1262
|
+
| 'color.background.accent.lime.subtlest.hovered'
|
|
1263
|
+
| 'color.background.accent.lime.subtlest.pressed'
|
|
1264
|
+
| 'color.background.accent.magenta.bolder.[default]'
|
|
1265
|
+
| 'color.background.accent.magenta.bolder.hovered'
|
|
1266
|
+
| 'color.background.accent.magenta.bolder.pressed'
|
|
1267
|
+
| 'color.background.accent.magenta.subtle.[default]'
|
|
1268
|
+
| 'color.background.accent.magenta.subtle.hovered'
|
|
1269
|
+
| 'color.background.accent.magenta.subtle.pressed'
|
|
1270
|
+
| 'color.background.accent.magenta.subtler.[default]'
|
|
1271
|
+
| 'color.background.accent.magenta.subtler.hovered'
|
|
1272
|
+
| 'color.background.accent.magenta.subtler.pressed'
|
|
1273
|
+
| 'color.background.accent.magenta.subtlest.[default]'
|
|
1274
|
+
| 'color.background.accent.magenta.subtlest.hovered'
|
|
1275
|
+
| 'color.background.accent.magenta.subtlest.pressed'
|
|
1276
|
+
| 'color.background.accent.orange.bolder.[default]'
|
|
1277
|
+
| 'color.background.accent.orange.bolder.hovered'
|
|
1278
|
+
| 'color.background.accent.orange.bolder.pressed'
|
|
1279
|
+
| 'color.background.accent.orange.subtle.[default]'
|
|
1280
|
+
| 'color.background.accent.orange.subtle.hovered'
|
|
1281
|
+
| 'color.background.accent.orange.subtle.pressed'
|
|
1282
|
+
| 'color.background.accent.orange.subtler.[default]'
|
|
1283
|
+
| 'color.background.accent.orange.subtler.hovered'
|
|
1284
|
+
| 'color.background.accent.orange.subtler.pressed'
|
|
1285
|
+
| 'color.background.accent.orange.subtlest.[default]'
|
|
1286
|
+
| 'color.background.accent.orange.subtlest.hovered'
|
|
1287
|
+
| 'color.background.accent.orange.subtlest.pressed'
|
|
1288
|
+
| 'color.background.accent.purple.bolder.[default]'
|
|
1289
|
+
| 'color.background.accent.purple.bolder.hovered'
|
|
1290
|
+
| 'color.background.accent.purple.bolder.pressed'
|
|
1291
|
+
| 'color.background.accent.purple.subtle.[default]'
|
|
1292
|
+
| 'color.background.accent.purple.subtle.hovered'
|
|
1293
|
+
| 'color.background.accent.purple.subtle.pressed'
|
|
1294
|
+
| 'color.background.accent.purple.subtler.[default]'
|
|
1295
|
+
| 'color.background.accent.purple.subtler.hovered'
|
|
1296
|
+
| 'color.background.accent.purple.subtler.pressed'
|
|
1297
|
+
| 'color.background.accent.purple.subtlest.[default]'
|
|
1298
|
+
| 'color.background.accent.purple.subtlest.hovered'
|
|
1299
|
+
| 'color.background.accent.purple.subtlest.pressed'
|
|
1300
|
+
| 'color.background.accent.red.bolder.[default]'
|
|
1301
|
+
| 'color.background.accent.red.bolder.hovered'
|
|
1302
|
+
| 'color.background.accent.red.bolder.pressed'
|
|
1303
|
+
| 'color.background.accent.red.subtle.[default]'
|
|
1304
|
+
| 'color.background.accent.red.subtle.hovered'
|
|
1305
|
+
| 'color.background.accent.red.subtle.pressed'
|
|
1306
|
+
| 'color.background.accent.red.subtler.[default]'
|
|
1307
|
+
| 'color.background.accent.red.subtler.hovered'
|
|
1308
|
+
| 'color.background.accent.red.subtler.pressed'
|
|
1309
|
+
| 'color.background.accent.red.subtlest.[default]'
|
|
1310
|
+
| 'color.background.accent.red.subtlest.hovered'
|
|
1311
|
+
| 'color.background.accent.red.subtlest.pressed'
|
|
1312
|
+
| 'color.background.accent.teal.bolder.[default]'
|
|
1313
|
+
| 'color.background.accent.teal.bolder.hovered'
|
|
1314
|
+
| 'color.background.accent.teal.bolder.pressed'
|
|
1315
|
+
| 'color.background.accent.teal.subtle.[default]'
|
|
1316
|
+
| 'color.background.accent.teal.subtle.hovered'
|
|
1317
|
+
| 'color.background.accent.teal.subtle.pressed'
|
|
1318
|
+
| 'color.background.accent.teal.subtler.[default]'
|
|
1319
|
+
| 'color.background.accent.teal.subtler.hovered'
|
|
1320
|
+
| 'color.background.accent.teal.subtler.pressed'
|
|
1321
|
+
| 'color.background.accent.teal.subtlest.[default]'
|
|
1322
|
+
| 'color.background.accent.teal.subtlest.hovered'
|
|
1323
|
+
| 'color.background.accent.teal.subtlest.pressed'
|
|
1324
|
+
| 'color.background.accent.yellow.bolder.[default]'
|
|
1325
|
+
| 'color.background.accent.yellow.bolder.hovered'
|
|
1326
|
+
| 'color.background.accent.yellow.bolder.pressed'
|
|
1327
|
+
| 'color.background.accent.yellow.subtle.[default]'
|
|
1328
|
+
| 'color.background.accent.yellow.subtle.hovered'
|
|
1329
|
+
| 'color.background.accent.yellow.subtle.pressed'
|
|
1330
|
+
| 'color.background.accent.yellow.subtler.[default]'
|
|
1331
|
+
| 'color.background.accent.yellow.subtler.hovered'
|
|
1332
|
+
| 'color.background.accent.yellow.subtler.pressed'
|
|
1333
|
+
| 'color.background.accent.yellow.subtlest.[default]'
|
|
1334
|
+
| 'color.background.accent.yellow.subtlest.hovered'
|
|
1335
|
+
| 'color.background.accent.yellow.subtlest.pressed'
|
|
1096
1336
|
| 'color.background.brand.bold.[default]'
|
|
1097
1337
|
| 'color.background.brand.bold.hovered'
|
|
1098
1338
|
| 'color.background.brand.bold.pressed'
|
|
@@ -1722,45 +1962,125 @@ const tokens: {
|
|
|
1722
1962
|
readonly 'color.border.information': '--ds-border-information';
|
|
1723
1963
|
readonly 'color.border.bold': '--ds-border-bold';
|
|
1724
1964
|
readonly 'color.background.accent.lime.subtlest': '--ds-background-accent-lime-subtlest';
|
|
1965
|
+
readonly 'color.background.accent.lime.subtlest.hovered': '--ds-background-accent-lime-subtlest-hovered';
|
|
1966
|
+
readonly 'color.background.accent.lime.subtlest.pressed': '--ds-background-accent-lime-subtlest-pressed';
|
|
1725
1967
|
readonly 'color.background.accent.lime.subtler': '--ds-background-accent-lime-subtler';
|
|
1968
|
+
readonly 'color.background.accent.lime.subtler.hovered': '--ds-background-accent-lime-subtler-hovered';
|
|
1969
|
+
readonly 'color.background.accent.lime.subtler.pressed': '--ds-background-accent-lime-subtler-pressed';
|
|
1726
1970
|
readonly 'color.background.accent.lime.subtle': '--ds-background-accent-lime-subtle';
|
|
1971
|
+
readonly 'color.background.accent.lime.subtle.hovered': '--ds-background-accent-lime-subtle-hovered';
|
|
1972
|
+
readonly 'color.background.accent.lime.subtle.pressed': '--ds-background-accent-lime-subtle-pressed';
|
|
1727
1973
|
readonly 'color.background.accent.lime.bolder': '--ds-background-accent-lime-bolder';
|
|
1974
|
+
readonly 'color.background.accent.lime.bolder.hovered': '--ds-background-accent-lime-bolder-hovered';
|
|
1975
|
+
readonly 'color.background.accent.lime.bolder.pressed': '--ds-background-accent-lime-bolder-pressed';
|
|
1728
1976
|
readonly 'color.background.accent.red.subtlest': '--ds-background-accent-red-subtlest';
|
|
1977
|
+
readonly 'color.background.accent.red.subtlest.hovered': '--ds-background-accent-red-subtlest-hovered';
|
|
1978
|
+
readonly 'color.background.accent.red.subtlest.pressed': '--ds-background-accent-red-subtlest-pressed';
|
|
1729
1979
|
readonly 'color.background.accent.red.subtler': '--ds-background-accent-red-subtler';
|
|
1980
|
+
readonly 'color.background.accent.red.subtler.hovered': '--ds-background-accent-red-subtler-hovered';
|
|
1981
|
+
readonly 'color.background.accent.red.subtler.pressed': '--ds-background-accent-red-subtler-pressed';
|
|
1730
1982
|
readonly 'color.background.accent.red.subtle': '--ds-background-accent-red-subtle';
|
|
1983
|
+
readonly 'color.background.accent.red.subtle.hovered': '--ds-background-accent-red-subtle-hovered';
|
|
1984
|
+
readonly 'color.background.accent.red.subtle.pressed': '--ds-background-accent-red-subtle-pressed';
|
|
1731
1985
|
readonly 'color.background.accent.red.bolder': '--ds-background-accent-red-bolder';
|
|
1986
|
+
readonly 'color.background.accent.red.bolder.hovered': '--ds-background-accent-red-bolder-hovered';
|
|
1987
|
+
readonly 'color.background.accent.red.bolder.pressed': '--ds-background-accent-red-bolder-pressed';
|
|
1732
1988
|
readonly 'color.background.accent.orange.subtlest': '--ds-background-accent-orange-subtlest';
|
|
1989
|
+
readonly 'color.background.accent.orange.subtlest.hovered': '--ds-background-accent-orange-subtlest-hovered';
|
|
1990
|
+
readonly 'color.background.accent.orange.subtlest.pressed': '--ds-background-accent-orange-subtlest-pressed';
|
|
1733
1991
|
readonly 'color.background.accent.orange.subtler': '--ds-background-accent-orange-subtler';
|
|
1992
|
+
readonly 'color.background.accent.orange.subtler.hovered': '--ds-background-accent-orange-subtler-hovered';
|
|
1993
|
+
readonly 'color.background.accent.orange.subtler.pressed': '--ds-background-accent-orange-subtler-pressed';
|
|
1734
1994
|
readonly 'color.background.accent.orange.subtle': '--ds-background-accent-orange-subtle';
|
|
1995
|
+
readonly 'color.background.accent.orange.subtle.hovered': '--ds-background-accent-orange-subtle-hovered';
|
|
1996
|
+
readonly 'color.background.accent.orange.subtle.pressed': '--ds-background-accent-orange-subtle-pressed';
|
|
1735
1997
|
readonly 'color.background.accent.orange.bolder': '--ds-background-accent-orange-bolder';
|
|
1998
|
+
readonly 'color.background.accent.orange.bolder.hovered': '--ds-background-accent-orange-bolder-hovered';
|
|
1999
|
+
readonly 'color.background.accent.orange.bolder.pressed': '--ds-background-accent-orange-bolder-pressed';
|
|
1736
2000
|
readonly 'color.background.accent.yellow.subtlest': '--ds-background-accent-yellow-subtlest';
|
|
2001
|
+
readonly 'color.background.accent.yellow.subtlest.hovered': '--ds-background-accent-yellow-subtlest-hovered';
|
|
2002
|
+
readonly 'color.background.accent.yellow.subtlest.pressed': '--ds-background-accent-yellow-subtlest-pressed';
|
|
1737
2003
|
readonly 'color.background.accent.yellow.subtler': '--ds-background-accent-yellow-subtler';
|
|
2004
|
+
readonly 'color.background.accent.yellow.subtler.hovered': '--ds-background-accent-yellow-subtler-hovered';
|
|
2005
|
+
readonly 'color.background.accent.yellow.subtler.pressed': '--ds-background-accent-yellow-subtler-pressed';
|
|
1738
2006
|
readonly 'color.background.accent.yellow.subtle': '--ds-background-accent-yellow-subtle';
|
|
2007
|
+
readonly 'color.background.accent.yellow.subtle.hovered': '--ds-background-accent-yellow-subtle-hovered';
|
|
2008
|
+
readonly 'color.background.accent.yellow.subtle.pressed': '--ds-background-accent-yellow-subtle-pressed';
|
|
1739
2009
|
readonly 'color.background.accent.yellow.bolder': '--ds-background-accent-yellow-bolder';
|
|
2010
|
+
readonly 'color.background.accent.yellow.bolder.hovered': '--ds-background-accent-yellow-bolder-hovered';
|
|
2011
|
+
readonly 'color.background.accent.yellow.bolder.pressed': '--ds-background-accent-yellow-bolder-pressed';
|
|
1740
2012
|
readonly 'color.background.accent.green.subtlest': '--ds-background-accent-green-subtlest';
|
|
2013
|
+
readonly 'color.background.accent.green.subtlest.hovered': '--ds-background-accent-green-subtlest-hovered';
|
|
2014
|
+
readonly 'color.background.accent.green.subtlest.pressed': '--ds-background-accent-green-subtlest-pressed';
|
|
1741
2015
|
readonly 'color.background.accent.green.subtler': '--ds-background-accent-green-subtler';
|
|
2016
|
+
readonly 'color.background.accent.green.subtler.hovered': '--ds-background-accent-green-subtler-hovered';
|
|
2017
|
+
readonly 'color.background.accent.green.subtler.pressed': '--ds-background-accent-green-subtler-pressed';
|
|
1742
2018
|
readonly 'color.background.accent.green.subtle': '--ds-background-accent-green-subtle';
|
|
2019
|
+
readonly 'color.background.accent.green.subtle.hovered': '--ds-background-accent-green-subtle-hovered';
|
|
2020
|
+
readonly 'color.background.accent.green.subtle.pressed': '--ds-background-accent-green-subtle-pressed';
|
|
1743
2021
|
readonly 'color.background.accent.green.bolder': '--ds-background-accent-green-bolder';
|
|
2022
|
+
readonly 'color.background.accent.green.bolder.hovered': '--ds-background-accent-green-bolder-hovered';
|
|
2023
|
+
readonly 'color.background.accent.green.bolder.pressed': '--ds-background-accent-green-bolder-pressed';
|
|
1744
2024
|
readonly 'color.background.accent.teal.subtlest': '--ds-background-accent-teal-subtlest';
|
|
2025
|
+
readonly 'color.background.accent.teal.subtlest.hovered': '--ds-background-accent-teal-subtlest-hovered';
|
|
2026
|
+
readonly 'color.background.accent.teal.subtlest.pressed': '--ds-background-accent-teal-subtlest-pressed';
|
|
1745
2027
|
readonly 'color.background.accent.teal.subtler': '--ds-background-accent-teal-subtler';
|
|
2028
|
+
readonly 'color.background.accent.teal.subtler.hovered': '--ds-background-accent-teal-subtler-hovered';
|
|
2029
|
+
readonly 'color.background.accent.teal.subtler.pressed': '--ds-background-accent-teal-subtler-pressed';
|
|
1746
2030
|
readonly 'color.background.accent.teal.subtle': '--ds-background-accent-teal-subtle';
|
|
2031
|
+
readonly 'color.background.accent.teal.subtle.hovered': '--ds-background-accent-teal-subtle-hovered';
|
|
2032
|
+
readonly 'color.background.accent.teal.subtle.pressed': '--ds-background-accent-teal-subtle-pressed';
|
|
1747
2033
|
readonly 'color.background.accent.teal.bolder': '--ds-background-accent-teal-bolder';
|
|
2034
|
+
readonly 'color.background.accent.teal.bolder.hovered': '--ds-background-accent-teal-bolder-hovered';
|
|
2035
|
+
readonly 'color.background.accent.teal.bolder.pressed': '--ds-background-accent-teal-bolder-pressed';
|
|
1748
2036
|
readonly 'color.background.accent.blue.subtlest': '--ds-background-accent-blue-subtlest';
|
|
2037
|
+
readonly 'color.background.accent.blue.subtlest.hovered': '--ds-background-accent-blue-subtlest-hovered';
|
|
2038
|
+
readonly 'color.background.accent.blue.subtlest.pressed': '--ds-background-accent-blue-subtlest-pressed';
|
|
1749
2039
|
readonly 'color.background.accent.blue.subtler': '--ds-background-accent-blue-subtler';
|
|
2040
|
+
readonly 'color.background.accent.blue.subtler.hovered': '--ds-background-accent-blue-subtler-hovered';
|
|
2041
|
+
readonly 'color.background.accent.blue.subtler.pressed': '--ds-background-accent-blue-subtler-pressed';
|
|
1750
2042
|
readonly 'color.background.accent.blue.subtle': '--ds-background-accent-blue-subtle';
|
|
2043
|
+
readonly 'color.background.accent.blue.subtle.hovered': '--ds-background-accent-blue-subtle-hovered';
|
|
2044
|
+
readonly 'color.background.accent.blue.subtle.pressed': '--ds-background-accent-blue-subtle-pressed';
|
|
1751
2045
|
readonly 'color.background.accent.blue.bolder': '--ds-background-accent-blue-bolder';
|
|
2046
|
+
readonly 'color.background.accent.blue.bolder.hovered': '--ds-background-accent-blue-bolder-hovered';
|
|
2047
|
+
readonly 'color.background.accent.blue.bolder.pressed': '--ds-background-accent-blue-bolder-pressed';
|
|
1752
2048
|
readonly 'color.background.accent.purple.subtlest': '--ds-background-accent-purple-subtlest';
|
|
2049
|
+
readonly 'color.background.accent.purple.subtlest.hovered': '--ds-background-accent-purple-subtlest-hovered';
|
|
2050
|
+
readonly 'color.background.accent.purple.subtlest.pressed': '--ds-background-accent-purple-subtlest-pressed';
|
|
1753
2051
|
readonly 'color.background.accent.purple.subtler': '--ds-background-accent-purple-subtler';
|
|
2052
|
+
readonly 'color.background.accent.purple.subtler.hovered': '--ds-background-accent-purple-subtler-hovered';
|
|
2053
|
+
readonly 'color.background.accent.purple.subtler.pressed': '--ds-background-accent-purple-subtler-pressed';
|
|
1754
2054
|
readonly 'color.background.accent.purple.subtle': '--ds-background-accent-purple-subtle';
|
|
2055
|
+
readonly 'color.background.accent.purple.subtle.hovered': '--ds-background-accent-purple-subtle-hovered';
|
|
2056
|
+
readonly 'color.background.accent.purple.subtle.pressed': '--ds-background-accent-purple-subtle-pressed';
|
|
1755
2057
|
readonly 'color.background.accent.purple.bolder': '--ds-background-accent-purple-bolder';
|
|
2058
|
+
readonly 'color.background.accent.purple.bolder.hovered': '--ds-background-accent-purple-bolder-hovered';
|
|
2059
|
+
readonly 'color.background.accent.purple.bolder.pressed': '--ds-background-accent-purple-bolder-pressed';
|
|
1756
2060
|
readonly 'color.background.accent.magenta.subtlest': '--ds-background-accent-magenta-subtlest';
|
|
2061
|
+
readonly 'color.background.accent.magenta.subtlest.hovered': '--ds-background-accent-magenta-subtlest-hovered';
|
|
2062
|
+
readonly 'color.background.accent.magenta.subtlest.pressed': '--ds-background-accent-magenta-subtlest-pressed';
|
|
1757
2063
|
readonly 'color.background.accent.magenta.subtler': '--ds-background-accent-magenta-subtler';
|
|
2064
|
+
readonly 'color.background.accent.magenta.subtler.hovered': '--ds-background-accent-magenta-subtler-hovered';
|
|
2065
|
+
readonly 'color.background.accent.magenta.subtler.pressed': '--ds-background-accent-magenta-subtler-pressed';
|
|
1758
2066
|
readonly 'color.background.accent.magenta.subtle': '--ds-background-accent-magenta-subtle';
|
|
2067
|
+
readonly 'color.background.accent.magenta.subtle.hovered': '--ds-background-accent-magenta-subtle-hovered';
|
|
2068
|
+
readonly 'color.background.accent.magenta.subtle.pressed': '--ds-background-accent-magenta-subtle-pressed';
|
|
1759
2069
|
readonly 'color.background.accent.magenta.bolder': '--ds-background-accent-magenta-bolder';
|
|
2070
|
+
readonly 'color.background.accent.magenta.bolder.hovered': '--ds-background-accent-magenta-bolder-hovered';
|
|
2071
|
+
readonly 'color.background.accent.magenta.bolder.pressed': '--ds-background-accent-magenta-bolder-pressed';
|
|
1760
2072
|
readonly 'color.background.accent.gray.subtlest': '--ds-background-accent-gray-subtlest';
|
|
2073
|
+
readonly 'color.background.accent.gray.subtlest.hovered': '--ds-background-accent-gray-subtlest-hovered';
|
|
2074
|
+
readonly 'color.background.accent.gray.subtlest.pressed': '--ds-background-accent-gray-subtlest-pressed';
|
|
1761
2075
|
readonly 'color.background.accent.gray.subtler': '--ds-background-accent-gray-subtler';
|
|
2076
|
+
readonly 'color.background.accent.gray.subtler.hovered': '--ds-background-accent-gray-subtler-hovered';
|
|
2077
|
+
readonly 'color.background.accent.gray.subtler.pressed': '--ds-background-accent-gray-subtler-pressed';
|
|
1762
2078
|
readonly 'color.background.accent.gray.subtle': '--ds-background-accent-gray-subtle';
|
|
2079
|
+
readonly 'color.background.accent.gray.subtle.hovered': '--ds-background-accent-gray-subtle-hovered';
|
|
2080
|
+
readonly 'color.background.accent.gray.subtle.pressed': '--ds-background-accent-gray-subtle-pressed';
|
|
1763
2081
|
readonly 'color.background.accent.gray.bolder': '--ds-background-accent-gray-bolder';
|
|
2082
|
+
readonly 'color.background.accent.gray.bolder.hovered': '--ds-background-accent-gray-bolder-hovered';
|
|
2083
|
+
readonly 'color.background.accent.gray.bolder.pressed': '--ds-background-accent-gray-bolder-pressed';
|
|
1764
2084
|
readonly 'color.background.disabled': '--ds-background-disabled';
|
|
1765
2085
|
readonly 'color.background.input': '--ds-background-input';
|
|
1766
2086
|
readonly 'color.background.input.hovered': '--ds-background-input-hovered';
|