@atlaskit/primitives 14.15.0 → 14.15.2

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.
Files changed (64) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/cjs/compiled/components/anchor.js +2 -2
  3. package/dist/cjs/compiled/components/bleed.js +1 -1
  4. package/dist/cjs/compiled/components/box.js +1 -1
  5. package/dist/cjs/compiled/components/flex.js +1 -1
  6. package/dist/cjs/compiled/components/focusable.compiled.css +2 -2
  7. package/dist/cjs/compiled/components/focusable.js +4 -10
  8. package/dist/cjs/compiled/components/grid.js +1 -1
  9. package/dist/cjs/compiled/components/inline.js +1 -1
  10. package/dist/cjs/compiled/components/metric-text.js +1 -1
  11. package/dist/cjs/compiled/components/pressable.js +2 -2
  12. package/dist/cjs/compiled/components/stack.js +1 -1
  13. package/dist/cjs/compiled/components/text.js +1 -1
  14. package/dist/cjs/compiled/responsive/hide.js +1 -1
  15. package/dist/cjs/compiled/responsive/show.js +1 -1
  16. package/dist/cjs/components/anchor.js +1 -1
  17. package/dist/cjs/components/pressable.js +1 -1
  18. package/dist/cjs/xcss/style-maps.partial.js +12 -12
  19. package/dist/es2019/compiled/components/anchor.js +2 -2
  20. package/dist/es2019/compiled/components/bleed.js +1 -1
  21. package/dist/es2019/compiled/components/box.js +1 -1
  22. package/dist/es2019/compiled/components/flex.js +1 -1
  23. package/dist/es2019/compiled/components/focusable.js +1 -1
  24. package/dist/es2019/compiled/components/grid.js +1 -1
  25. package/dist/es2019/compiled/components/inline.js +1 -1
  26. package/dist/es2019/compiled/components/metric-text.js +1 -1
  27. package/dist/es2019/compiled/components/pressable.js +2 -2
  28. package/dist/es2019/compiled/components/stack.js +1 -1
  29. package/dist/es2019/compiled/components/text.js +1 -1
  30. package/dist/es2019/compiled/responsive/hide.js +1 -1
  31. package/dist/es2019/compiled/responsive/show.js +1 -1
  32. package/dist/es2019/components/anchor.js +1 -1
  33. package/dist/es2019/components/pressable.js +1 -1
  34. package/dist/es2019/xcss/style-maps.partial.js +12 -12
  35. package/dist/esm/compiled/components/anchor.js +2 -2
  36. package/dist/esm/compiled/components/bleed.js +1 -1
  37. package/dist/esm/compiled/components/box.js +1 -1
  38. package/dist/esm/compiled/components/flex.js +1 -1
  39. package/dist/esm/compiled/components/focusable.compiled.css +2 -2
  40. package/dist/esm/compiled/components/focusable.js +4 -10
  41. package/dist/esm/compiled/components/grid.js +1 -1
  42. package/dist/esm/compiled/components/inline.js +1 -1
  43. package/dist/esm/compiled/components/metric-text.js +1 -1
  44. package/dist/esm/compiled/components/pressable.js +2 -2
  45. package/dist/esm/compiled/components/stack.js +1 -1
  46. package/dist/esm/compiled/components/text.js +1 -1
  47. package/dist/esm/compiled/responsive/hide.js +1 -1
  48. package/dist/esm/compiled/responsive/show.js +1 -1
  49. package/dist/esm/components/anchor.js +1 -1
  50. package/dist/esm/components/pressable.js +1 -1
  51. package/dist/esm/xcss/style-maps.partial.js +12 -12
  52. package/dist/types/xcss/style-maps.partial.d.ts +437 -437
  53. package/dist/types/xcss/xcss.d.ts +795 -795
  54. package/dist/types-ts4.5/xcss/style-maps.partial.d.ts +437 -437
  55. package/dist/types-ts4.5/xcss/xcss.d.ts +795 -795
  56. package/package.json +6 -6
  57. package/scripts/color-codegen-template.tsx +13 -2
  58. package/scripts/elevation-codegen-template.tsx +14 -2
  59. package/scripts/inverse-color-map-template.tsx +11 -10
  60. package/scripts/shape-codegen-template.tsx +11 -8
  61. package/scripts/spacing-codegen-template.tsx +11 -4
  62. package/scripts/text-codegen-template.tsx +12 -2
  63. package/scripts/typography-codegen-template.tsx +9 -2
  64. package/scripts/utils.tsx +10 -0
@@ -24,64 +24,64 @@ export type Dimension = keyof typeof dimensionMap;
24
24
  */
25
25
  /**
26
26
  * THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
27
- * @codegen <<SignedSource::0d3c08d703b8431712d7e238a3f7229b>>
27
+ * @codegen <<SignedSource::513f6a7e264ea3f9fe56eda322a28f64>>
28
28
  * @codegenId spacing
29
29
  * @codegenCommand yarn workspace @atlaskit/primitives codegen-styles
30
- * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-spacing.tsx <<SignedSource::55622b91aca9b3afac4bce440f222b71>>
30
+ * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-spacing.tsx <<SignedSource::07b9c29f8d9f95e43d59a7b7ad4ce7a2>>
31
31
  */
32
32
  export declare const positiveSpaceMap: {
33
- 'space.0': "var(--ds-space-0)";
34
- 'space.025': "var(--ds-space-025)";
35
- 'space.050': "var(--ds-space-050)";
36
- 'space.075': "var(--ds-space-075)";
37
- 'space.100': "var(--ds-space-100)";
38
- 'space.150': "var(--ds-space-150)";
39
- 'space.200': "var(--ds-space-200)";
40
- 'space.250': "var(--ds-space-250)";
41
- 'space.300': "var(--ds-space-300)";
42
- 'space.400': "var(--ds-space-400)";
43
- 'space.500': "var(--ds-space-500)";
44
- 'space.600': "var(--ds-space-600)";
45
- 'space.800': "var(--ds-space-800)";
46
- 'space.1000': "var(--ds-space-1000)";
33
+ 'space.0': 'var(--ds-space-0)';
34
+ 'space.025': 'var(--ds-space-025)';
35
+ 'space.050': 'var(--ds-space-050)';
36
+ 'space.075': 'var(--ds-space-075)';
37
+ 'space.100': 'var(--ds-space-100)';
38
+ 'space.150': 'var(--ds-space-150)';
39
+ 'space.200': 'var(--ds-space-200)';
40
+ 'space.250': 'var(--ds-space-250)';
41
+ 'space.300': 'var(--ds-space-300)';
42
+ 'space.400': 'var(--ds-space-400)';
43
+ 'space.500': 'var(--ds-space-500)';
44
+ 'space.600': 'var(--ds-space-600)';
45
+ 'space.800': 'var(--ds-space-800)';
46
+ 'space.1000': 'var(--ds-space-1000)';
47
47
  };
48
48
  export type Space = keyof typeof positiveSpaceMap;
49
49
  export declare const negativeSpaceMap: {
50
- 'space.negative.025': "var(--ds-space-negative-025)";
51
- 'space.negative.050': "var(--ds-space-negative-050)";
52
- 'space.negative.075': "var(--ds-space-negative-075)";
53
- 'space.negative.100': "var(--ds-space-negative-100)";
54
- 'space.negative.150': "var(--ds-space-negative-150)";
55
- 'space.negative.200': "var(--ds-space-negative-200)";
56
- 'space.negative.250': "var(--ds-space-negative-250)";
57
- 'space.negative.300': "var(--ds-space-negative-300)";
58
- 'space.negative.400': "var(--ds-space-negative-400)";
50
+ 'space.negative.025': 'var(--ds-space-negative-025)';
51
+ 'space.negative.050': 'var(--ds-space-negative-050)';
52
+ 'space.negative.075': 'var(--ds-space-negative-075)';
53
+ 'space.negative.100': 'var(--ds-space-negative-100)';
54
+ 'space.negative.150': 'var(--ds-space-negative-150)';
55
+ 'space.negative.200': 'var(--ds-space-negative-200)';
56
+ 'space.negative.250': 'var(--ds-space-negative-250)';
57
+ 'space.negative.300': 'var(--ds-space-negative-300)';
58
+ 'space.negative.400': 'var(--ds-space-negative-400)';
59
59
  };
60
60
  export type NegativeSpace = keyof typeof negativeSpaceMap;
61
61
  export declare const allSpaceMap: {
62
- 'space.negative.025': "var(--ds-space-negative-025)";
63
- 'space.negative.050': "var(--ds-space-negative-050)";
64
- 'space.negative.075': "var(--ds-space-negative-075)";
65
- 'space.negative.100': "var(--ds-space-negative-100)";
66
- 'space.negative.150': "var(--ds-space-negative-150)";
67
- 'space.negative.200': "var(--ds-space-negative-200)";
68
- 'space.negative.250': "var(--ds-space-negative-250)";
69
- 'space.negative.300': "var(--ds-space-negative-300)";
70
- 'space.negative.400': "var(--ds-space-negative-400)";
71
- 'space.0': "var(--ds-space-0)";
72
- 'space.025': "var(--ds-space-025)";
73
- 'space.050': "var(--ds-space-050)";
74
- 'space.075': "var(--ds-space-075)";
75
- 'space.100': "var(--ds-space-100)";
76
- 'space.150': "var(--ds-space-150)";
77
- 'space.200': "var(--ds-space-200)";
78
- 'space.250': "var(--ds-space-250)";
79
- 'space.300': "var(--ds-space-300)";
80
- 'space.400': "var(--ds-space-400)";
81
- 'space.500': "var(--ds-space-500)";
82
- 'space.600': "var(--ds-space-600)";
83
- 'space.800': "var(--ds-space-800)";
84
- 'space.1000': "var(--ds-space-1000)";
62
+ 'space.0': 'var(--ds-space-0)';
63
+ 'space.025': 'var(--ds-space-025)';
64
+ 'space.050': 'var(--ds-space-050)';
65
+ 'space.075': 'var(--ds-space-075)';
66
+ 'space.100': 'var(--ds-space-100)';
67
+ 'space.150': 'var(--ds-space-150)';
68
+ 'space.200': 'var(--ds-space-200)';
69
+ 'space.250': 'var(--ds-space-250)';
70
+ 'space.300': 'var(--ds-space-300)';
71
+ 'space.400': 'var(--ds-space-400)';
72
+ 'space.500': 'var(--ds-space-500)';
73
+ 'space.600': 'var(--ds-space-600)';
74
+ 'space.800': 'var(--ds-space-800)';
75
+ 'space.1000': 'var(--ds-space-1000)';
76
+ 'space.negative.025': 'var(--ds-space-negative-025)';
77
+ 'space.negative.050': 'var(--ds-space-negative-050)';
78
+ 'space.negative.075': 'var(--ds-space-negative-075)';
79
+ 'space.negative.100': 'var(--ds-space-negative-100)';
80
+ 'space.negative.150': 'var(--ds-space-negative-150)';
81
+ 'space.negative.200': 'var(--ds-space-negative-200)';
82
+ 'space.negative.250': 'var(--ds-space-negative-250)';
83
+ 'space.negative.300': 'var(--ds-space-negative-300)';
84
+ 'space.negative.400': 'var(--ds-space-negative-400)';
85
85
  };
86
86
  export type AllSpace = keyof typeof allSpaceMap;
87
87
  /**
@@ -89,75 +89,75 @@ export type AllSpace = keyof typeof allSpaceMap;
89
89
  */
90
90
  /**
91
91
  * THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
92
- * @codegen <<SignedSource::22a2979c4fc1786fb195a77491780088>>
92
+ * @codegen <<SignedSource::1c92990a9f8f6ea7c2266ff81a97ee55>>
93
93
  * @codegenId inverse-colors
94
94
  * @codegenCommand yarn workspace @atlaskit/primitives codegen-styles
95
- * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::d227fb20aa75533eb903b15ddcb61e67>>
95
+ * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::2271390eb3f104f20bb791b00250b316>>
96
96
  */
97
97
  export declare const inverseColorMap: {
98
- readonly 'color.background.neutral.bold': "color.text.inverse";
99
- readonly 'color.background.neutral.bold.hovered': "color.text.inverse";
100
- readonly 'color.background.neutral.bold.pressed': "color.text.inverse";
101
- readonly 'color.background.selected.bold': "color.text.inverse";
102
- readonly 'color.background.selected.bold.hovered': "color.text.inverse";
103
- readonly 'color.background.selected.bold.pressed': "color.text.inverse";
104
- readonly 'color.background.brand.bold': "color.text.inverse";
105
- readonly 'color.background.brand.bold.hovered': "color.text.inverse";
106
- readonly 'color.background.brand.bold.pressed': "color.text.inverse";
107
- readonly 'color.background.brand.boldest': "color.text.inverse";
108
- readonly 'color.background.brand.boldest.hovered': "color.text.inverse";
109
- readonly 'color.background.brand.boldest.pressed': "color.text.inverse";
110
- readonly 'color.background.danger.bold': "color.text.inverse";
111
- readonly 'color.background.danger.bold.hovered': "color.text.inverse";
112
- readonly 'color.background.danger.bold.pressed': "color.text.inverse";
113
- readonly 'color.background.warning.bold': "color.text.warning.inverse";
114
- readonly 'color.background.warning.bold.hovered': "color.text.warning.inverse";
115
- readonly 'color.background.warning.bold.pressed': "color.text.warning.inverse";
116
- readonly 'color.background.success.bold': "color.text.inverse";
117
- readonly 'color.background.success.bold.hovered': "color.text.inverse";
118
- readonly 'color.background.success.bold.pressed': "color.text.inverse";
119
- readonly 'color.background.discovery.bold': "color.text.inverse";
120
- readonly 'color.background.discovery.bold.hovered': "color.text.inverse";
121
- readonly 'color.background.discovery.bold.pressed': "color.text.inverse";
122
- readonly 'color.background.information.bold': "color.text.inverse";
123
- readonly 'color.background.information.bold.hovered': "color.text.inverse";
124
- readonly 'color.background.information.bold.pressed': "color.text.inverse";
98
+ 'color.background.neutral.bold': 'color.text.inverse';
99
+ 'color.background.neutral.bold.hovered': 'color.text.inverse';
100
+ 'color.background.neutral.bold.pressed': 'color.text.inverse';
101
+ 'color.background.selected.bold': 'color.text.inverse';
102
+ 'color.background.selected.bold.hovered': 'color.text.inverse';
103
+ 'color.background.selected.bold.pressed': 'color.text.inverse';
104
+ 'color.background.brand.bold': 'color.text.inverse';
105
+ 'color.background.brand.bold.hovered': 'color.text.inverse';
106
+ 'color.background.brand.bold.pressed': 'color.text.inverse';
107
+ 'color.background.brand.boldest': 'color.text.inverse';
108
+ 'color.background.brand.boldest.hovered': 'color.text.inverse';
109
+ 'color.background.brand.boldest.pressed': 'color.text.inverse';
110
+ 'color.background.danger.bold': 'color.text.inverse';
111
+ 'color.background.danger.bold.hovered': 'color.text.inverse';
112
+ 'color.background.danger.bold.pressed': 'color.text.inverse';
113
+ 'color.background.warning.bold': 'color.text.warning.inverse';
114
+ 'color.background.warning.bold.hovered': 'color.text.warning.inverse';
115
+ 'color.background.warning.bold.pressed': 'color.text.warning.inverse';
116
+ 'color.background.success.bold': 'color.text.inverse';
117
+ 'color.background.success.bold.hovered': 'color.text.inverse';
118
+ 'color.background.success.bold.pressed': 'color.text.inverse';
119
+ 'color.background.discovery.bold': 'color.text.inverse';
120
+ 'color.background.discovery.bold.hovered': 'color.text.inverse';
121
+ 'color.background.discovery.bold.pressed': 'color.text.inverse';
122
+ 'color.background.information.bold': 'color.text.inverse';
123
+ 'color.background.information.bold.hovered': 'color.text.inverse';
124
+ 'color.background.information.bold.pressed': 'color.text.inverse';
125
125
  };
126
126
  /**
127
127
  * @codegenEnd
128
128
  */
129
129
  /**
130
130
  * THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
131
- * @codegen <<SignedSource::2eb224063963492535d5e8be41c5e2d9>>
131
+ * @codegen <<SignedSource::cb5e26bf46386ea628fc6bd6d213201e>>
132
132
  * @codegenId elevation
133
133
  * @codegenCommand yarn workspace @atlaskit/primitives codegen-styles
134
134
  * @codegenParams ["opacity", "shadow", "surface"]
135
- * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::d227fb20aa75533eb903b15ddcb61e67>>
135
+ * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::2271390eb3f104f20bb791b00250b316>>
136
136
  */
137
137
  export declare const opacityMap: {
138
- readonly 'opacity.disabled': "var(--ds-opacity-disabled)";
139
- readonly 'opacity.loading': "var(--ds-opacity-loading)";
138
+ 'opacity.disabled': 'var(--ds-opacity-disabled)';
139
+ 'opacity.loading': 'var(--ds-opacity-loading)';
140
140
  };
141
141
  export type Opacity = keyof typeof opacityMap;
142
142
  export declare const shadowMap: {
143
- readonly 'elevation.shadow.overflow': "var(--ds-shadow-overflow)";
144
- readonly 'elevation.shadow.overflow.perimeter': "var(--ds-shadow-overflow-perimeter)";
145
- readonly 'elevation.shadow.overflow.spread': "var(--ds-shadow-overflow-spread)";
146
- readonly 'elevation.shadow.overlay': "var(--ds-shadow-overlay)";
147
- readonly 'elevation.shadow.raised': "var(--ds-shadow-raised)";
143
+ 'elevation.shadow.overflow': 'var(--ds-shadow-overflow)';
144
+ 'elevation.shadow.overflow.perimeter': 'var(--ds-shadow-overflow-perimeter)';
145
+ 'elevation.shadow.overflow.spread': 'var(--ds-shadow-overflow-spread)';
146
+ 'elevation.shadow.overlay': 'var(--ds-shadow-overlay)';
147
+ 'elevation.shadow.raised': 'var(--ds-shadow-raised)';
148
148
  };
149
149
  export type Shadow = keyof typeof shadowMap;
150
150
  export declare const surfaceColorMap: {
151
- readonly 'elevation.surface': "var(--ds-surface)";
152
- readonly 'elevation.surface.hovered': "var(--ds-surface-hovered)";
153
- readonly 'elevation.surface.pressed': "var(--ds-surface-pressed)";
154
- readonly 'elevation.surface.overlay': "var(--ds-surface-overlay)";
155
- readonly 'elevation.surface.overlay.hovered': "var(--ds-surface-overlay-hovered)";
156
- readonly 'elevation.surface.overlay.pressed': "var(--ds-surface-overlay-pressed)";
157
- readonly 'elevation.surface.raised': "var(--ds-surface-raised)";
158
- readonly 'elevation.surface.raised.hovered': "var(--ds-surface-raised-hovered)";
159
- readonly 'elevation.surface.raised.pressed': "var(--ds-surface-raised-pressed)";
160
- readonly 'elevation.surface.sunken': "var(--ds-surface-sunken)";
151
+ 'elevation.surface': 'var(--ds-surface)';
152
+ 'elevation.surface.hovered': 'var(--ds-surface-hovered)';
153
+ 'elevation.surface.pressed': 'var(--ds-surface-pressed)';
154
+ 'elevation.surface.overlay': 'var(--ds-surface-overlay)';
155
+ 'elevation.surface.overlay.hovered': 'var(--ds-surface-overlay-hovered)';
156
+ 'elevation.surface.overlay.pressed': 'var(--ds-surface-overlay-pressed)';
157
+ 'elevation.surface.raised': 'var(--ds-surface-raised)';
158
+ 'elevation.surface.raised.hovered': 'var(--ds-surface-raised-hovered)';
159
+ 'elevation.surface.raised.pressed': 'var(--ds-surface-raised-pressed)';
160
+ 'elevation.surface.sunken': 'var(--ds-surface-sunken)';
161
161
  };
162
162
  export type SurfaceColor = keyof typeof surfaceColorMap;
163
163
  /**
@@ -165,302 +165,302 @@ export type SurfaceColor = keyof typeof surfaceColorMap;
165
165
  */
166
166
  /**
167
167
  * THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
168
- * @codegen <<SignedSource::0bab85e4a2b687630331ed0db60483dd>>
168
+ * @codegen <<SignedSource::60e520432f6fbc9ef443877d79df9307>>
169
169
  * @codegenId colors
170
170
  * @codegenCommand yarn workspace @atlaskit/primitives codegen-styles
171
171
  * @codegenParams ["border", "background", "text", "fill"]
172
- * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::d227fb20aa75533eb903b15ddcb61e67>>
172
+ * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::2271390eb3f104f20bb791b00250b316>>
173
173
  */
174
174
  export declare const borderColorMap: {
175
- readonly 'color.border': "var(--ds-border)";
176
- readonly 'color.border.accent.lime': "var(--ds-border-accent-lime)";
177
- readonly 'color.border.accent.red': "var(--ds-border-accent-red)";
178
- readonly 'color.border.accent.orange': "var(--ds-border-accent-orange)";
179
- readonly 'color.border.accent.yellow': "var(--ds-border-accent-yellow)";
180
- readonly 'color.border.accent.green': "var(--ds-border-accent-green)";
181
- readonly 'color.border.accent.teal': "var(--ds-border-accent-teal)";
182
- readonly 'color.border.accent.blue': "var(--ds-border-accent-blue)";
183
- readonly 'color.border.accent.purple': "var(--ds-border-accent-purple)";
184
- readonly 'color.border.accent.magenta': "var(--ds-border-accent-magenta)";
185
- readonly 'color.border.accent.gray': "var(--ds-border-accent-gray)";
186
- readonly 'color.border.disabled': "var(--ds-border-disabled)";
187
- readonly 'color.border.focused': "var(--ds-border-focused)";
188
- readonly 'color.border.input': "var(--ds-border-input)";
189
- readonly 'color.border.inverse': "var(--ds-border-inverse)";
190
- readonly 'color.border.selected': "var(--ds-border-selected)";
191
- readonly 'color.border.brand': "var(--ds-border-brand)";
192
- readonly 'color.border.danger': "var(--ds-border-danger)";
193
- readonly 'color.border.warning': "var(--ds-border-warning)";
194
- readonly 'color.border.success': "var(--ds-border-success)";
195
- readonly 'color.border.discovery': "var(--ds-border-discovery)";
196
- readonly 'color.border.information': "var(--ds-border-information)";
197
- readonly 'color.border.bold': "var(--ds-border-bold)";
175
+ 'color.border': 'var(--ds-border)';
176
+ 'color.border.accent.lime': 'var(--ds-border-accent-lime)';
177
+ 'color.border.accent.red': 'var(--ds-border-accent-red)';
178
+ 'color.border.accent.orange': 'var(--ds-border-accent-orange)';
179
+ 'color.border.accent.yellow': 'var(--ds-border-accent-yellow)';
180
+ 'color.border.accent.green': 'var(--ds-border-accent-green)';
181
+ 'color.border.accent.teal': 'var(--ds-border-accent-teal)';
182
+ 'color.border.accent.blue': 'var(--ds-border-accent-blue)';
183
+ 'color.border.accent.purple': 'var(--ds-border-accent-purple)';
184
+ 'color.border.accent.magenta': 'var(--ds-border-accent-magenta)';
185
+ 'color.border.accent.gray': 'var(--ds-border-accent-gray)';
186
+ 'color.border.disabled': 'var(--ds-border-disabled)';
187
+ 'color.border.focused': 'var(--ds-border-focused)';
188
+ 'color.border.input': 'var(--ds-border-input)';
189
+ 'color.border.inverse': 'var(--ds-border-inverse)';
190
+ 'color.border.selected': 'var(--ds-border-selected)';
191
+ 'color.border.brand': 'var(--ds-border-brand)';
192
+ 'color.border.danger': 'var(--ds-border-danger)';
193
+ 'color.border.warning': 'var(--ds-border-warning)';
194
+ 'color.border.success': 'var(--ds-border-success)';
195
+ 'color.border.discovery': 'var(--ds-border-discovery)';
196
+ 'color.border.information': 'var(--ds-border-information)';
197
+ 'color.border.bold': 'var(--ds-border-bold)';
198
198
  };
199
199
  export type BorderColor = keyof typeof borderColorMap;
200
200
  export declare const backgroundColorMap: {
201
- readonly 'color.background.accent.lime.subtlest': "var(--ds-background-accent-lime-subtlest)";
202
- readonly 'color.background.accent.lime.subtlest.hovered': "var(--ds-background-accent-lime-subtlest-hovered)";
203
- readonly 'color.background.accent.lime.subtlest.pressed': "var(--ds-background-accent-lime-subtlest-pressed)";
204
- readonly 'color.background.accent.lime.subtler': "var(--ds-background-accent-lime-subtler)";
205
- readonly 'color.background.accent.lime.subtler.hovered': "var(--ds-background-accent-lime-subtler-hovered)";
206
- readonly 'color.background.accent.lime.subtler.pressed': "var(--ds-background-accent-lime-subtler-pressed)";
207
- readonly 'color.background.accent.lime.subtle': "var(--ds-background-accent-lime-subtle)";
208
- readonly 'color.background.accent.lime.subtle.hovered': "var(--ds-background-accent-lime-subtle-hovered)";
209
- readonly 'color.background.accent.lime.subtle.pressed': "var(--ds-background-accent-lime-subtle-pressed)";
210
- readonly 'color.background.accent.lime.bolder': "var(--ds-background-accent-lime-bolder)";
211
- readonly 'color.background.accent.lime.bolder.hovered': "var(--ds-background-accent-lime-bolder-hovered)";
212
- readonly 'color.background.accent.lime.bolder.pressed': "var(--ds-background-accent-lime-bolder-pressed)";
213
- readonly 'color.background.accent.red.subtlest': "var(--ds-background-accent-red-subtlest)";
214
- readonly 'color.background.accent.red.subtlest.hovered': "var(--ds-background-accent-red-subtlest-hovered)";
215
- readonly 'color.background.accent.red.subtlest.pressed': "var(--ds-background-accent-red-subtlest-pressed)";
216
- readonly 'color.background.accent.red.subtler': "var(--ds-background-accent-red-subtler)";
217
- readonly 'color.background.accent.red.subtler.hovered': "var(--ds-background-accent-red-subtler-hovered)";
218
- readonly 'color.background.accent.red.subtler.pressed': "var(--ds-background-accent-red-subtler-pressed)";
219
- readonly 'color.background.accent.red.subtle': "var(--ds-background-accent-red-subtle)";
220
- readonly 'color.background.accent.red.subtle.hovered': "var(--ds-background-accent-red-subtle-hovered)";
221
- readonly 'color.background.accent.red.subtle.pressed': "var(--ds-background-accent-red-subtle-pressed)";
222
- readonly 'color.background.accent.red.bolder': "var(--ds-background-accent-red-bolder)";
223
- readonly 'color.background.accent.red.bolder.hovered': "var(--ds-background-accent-red-bolder-hovered)";
224
- readonly 'color.background.accent.red.bolder.pressed': "var(--ds-background-accent-red-bolder-pressed)";
225
- readonly 'color.background.accent.orange.subtlest': "var(--ds-background-accent-orange-subtlest)";
226
- readonly 'color.background.accent.orange.subtlest.hovered': "var(--ds-background-accent-orange-subtlest-hovered)";
227
- readonly 'color.background.accent.orange.subtlest.pressed': "var(--ds-background-accent-orange-subtlest-pressed)";
228
- readonly 'color.background.accent.orange.subtler': "var(--ds-background-accent-orange-subtler)";
229
- readonly 'color.background.accent.orange.subtler.hovered': "var(--ds-background-accent-orange-subtler-hovered)";
230
- readonly 'color.background.accent.orange.subtler.pressed': "var(--ds-background-accent-orange-subtler-pressed)";
231
- readonly 'color.background.accent.orange.subtle': "var(--ds-background-accent-orange-subtle)";
232
- readonly 'color.background.accent.orange.subtle.hovered': "var(--ds-background-accent-orange-subtle-hovered)";
233
- readonly 'color.background.accent.orange.subtle.pressed': "var(--ds-background-accent-orange-subtle-pressed)";
234
- readonly 'color.background.accent.orange.bolder': "var(--ds-background-accent-orange-bolder)";
235
- readonly 'color.background.accent.orange.bolder.hovered': "var(--ds-background-accent-orange-bolder-hovered)";
236
- readonly 'color.background.accent.orange.bolder.pressed': "var(--ds-background-accent-orange-bolder-pressed)";
237
- readonly 'color.background.accent.yellow.subtlest': "var(--ds-background-accent-yellow-subtlest)";
238
- readonly 'color.background.accent.yellow.subtlest.hovered': "var(--ds-background-accent-yellow-subtlest-hovered)";
239
- readonly 'color.background.accent.yellow.subtlest.pressed': "var(--ds-background-accent-yellow-subtlest-pressed)";
240
- readonly 'color.background.accent.yellow.subtler': "var(--ds-background-accent-yellow-subtler)";
241
- readonly 'color.background.accent.yellow.subtler.hovered': "var(--ds-background-accent-yellow-subtler-hovered)";
242
- readonly 'color.background.accent.yellow.subtler.pressed': "var(--ds-background-accent-yellow-subtler-pressed)";
243
- readonly 'color.background.accent.yellow.subtle': "var(--ds-background-accent-yellow-subtle)";
244
- readonly 'color.background.accent.yellow.subtle.hovered': "var(--ds-background-accent-yellow-subtle-hovered)";
245
- readonly 'color.background.accent.yellow.subtle.pressed': "var(--ds-background-accent-yellow-subtle-pressed)";
246
- readonly 'color.background.accent.yellow.bolder': "var(--ds-background-accent-yellow-bolder)";
247
- readonly 'color.background.accent.yellow.bolder.hovered': "var(--ds-background-accent-yellow-bolder-hovered)";
248
- readonly 'color.background.accent.yellow.bolder.pressed': "var(--ds-background-accent-yellow-bolder-pressed)";
249
- readonly 'color.background.accent.green.subtlest': "var(--ds-background-accent-green-subtlest)";
250
- readonly 'color.background.accent.green.subtlest.hovered': "var(--ds-background-accent-green-subtlest-hovered)";
251
- readonly 'color.background.accent.green.subtlest.pressed': "var(--ds-background-accent-green-subtlest-pressed)";
252
- readonly 'color.background.accent.green.subtler': "var(--ds-background-accent-green-subtler)";
253
- readonly 'color.background.accent.green.subtler.hovered': "var(--ds-background-accent-green-subtler-hovered)";
254
- readonly 'color.background.accent.green.subtler.pressed': "var(--ds-background-accent-green-subtler-pressed)";
255
- readonly 'color.background.accent.green.subtle': "var(--ds-background-accent-green-subtle)";
256
- readonly 'color.background.accent.green.subtle.hovered': "var(--ds-background-accent-green-subtle-hovered)";
257
- readonly 'color.background.accent.green.subtle.pressed': "var(--ds-background-accent-green-subtle-pressed)";
258
- readonly 'color.background.accent.green.bolder': "var(--ds-background-accent-green-bolder)";
259
- readonly 'color.background.accent.green.bolder.hovered': "var(--ds-background-accent-green-bolder-hovered)";
260
- readonly 'color.background.accent.green.bolder.pressed': "var(--ds-background-accent-green-bolder-pressed)";
261
- readonly 'color.background.accent.teal.subtlest': "var(--ds-background-accent-teal-subtlest)";
262
- readonly 'color.background.accent.teal.subtlest.hovered': "var(--ds-background-accent-teal-subtlest-hovered)";
263
- readonly 'color.background.accent.teal.subtlest.pressed': "var(--ds-background-accent-teal-subtlest-pressed)";
264
- readonly 'color.background.accent.teal.subtler': "var(--ds-background-accent-teal-subtler)";
265
- readonly 'color.background.accent.teal.subtler.hovered': "var(--ds-background-accent-teal-subtler-hovered)";
266
- readonly 'color.background.accent.teal.subtler.pressed': "var(--ds-background-accent-teal-subtler-pressed)";
267
- readonly 'color.background.accent.teal.subtle': "var(--ds-background-accent-teal-subtle)";
268
- readonly 'color.background.accent.teal.subtle.hovered': "var(--ds-background-accent-teal-subtle-hovered)";
269
- readonly 'color.background.accent.teal.subtle.pressed': "var(--ds-background-accent-teal-subtle-pressed)";
270
- readonly 'color.background.accent.teal.bolder': "var(--ds-background-accent-teal-bolder)";
271
- readonly 'color.background.accent.teal.bolder.hovered': "var(--ds-background-accent-teal-bolder-hovered)";
272
- readonly 'color.background.accent.teal.bolder.pressed': "var(--ds-background-accent-teal-bolder-pressed)";
273
- readonly 'color.background.accent.blue.subtlest': "var(--ds-background-accent-blue-subtlest)";
274
- readonly 'color.background.accent.blue.subtlest.hovered': "var(--ds-background-accent-blue-subtlest-hovered)";
275
- readonly 'color.background.accent.blue.subtlest.pressed': "var(--ds-background-accent-blue-subtlest-pressed)";
276
- readonly 'color.background.accent.blue.subtler': "var(--ds-background-accent-blue-subtler)";
277
- readonly 'color.background.accent.blue.subtler.hovered': "var(--ds-background-accent-blue-subtler-hovered)";
278
- readonly 'color.background.accent.blue.subtler.pressed': "var(--ds-background-accent-blue-subtler-pressed)";
279
- readonly 'color.background.accent.blue.subtle': "var(--ds-background-accent-blue-subtle)";
280
- readonly 'color.background.accent.blue.subtle.hovered': "var(--ds-background-accent-blue-subtle-hovered)";
281
- readonly 'color.background.accent.blue.subtle.pressed': "var(--ds-background-accent-blue-subtle-pressed)";
282
- readonly 'color.background.accent.blue.bolder': "var(--ds-background-accent-blue-bolder)";
283
- readonly 'color.background.accent.blue.bolder.hovered': "var(--ds-background-accent-blue-bolder-hovered)";
284
- readonly 'color.background.accent.blue.bolder.pressed': "var(--ds-background-accent-blue-bolder-pressed)";
285
- readonly 'color.background.accent.purple.subtlest': "var(--ds-background-accent-purple-subtlest)";
286
- readonly 'color.background.accent.purple.subtlest.hovered': "var(--ds-background-accent-purple-subtlest-hovered)";
287
- readonly 'color.background.accent.purple.subtlest.pressed': "var(--ds-background-accent-purple-subtlest-pressed)";
288
- readonly 'color.background.accent.purple.subtler': "var(--ds-background-accent-purple-subtler)";
289
- readonly 'color.background.accent.purple.subtler.hovered': "var(--ds-background-accent-purple-subtler-hovered)";
290
- readonly 'color.background.accent.purple.subtler.pressed': "var(--ds-background-accent-purple-subtler-pressed)";
291
- readonly 'color.background.accent.purple.subtle': "var(--ds-background-accent-purple-subtle)";
292
- readonly 'color.background.accent.purple.subtle.hovered': "var(--ds-background-accent-purple-subtle-hovered)";
293
- readonly 'color.background.accent.purple.subtle.pressed': "var(--ds-background-accent-purple-subtle-pressed)";
294
- readonly 'color.background.accent.purple.bolder': "var(--ds-background-accent-purple-bolder)";
295
- readonly 'color.background.accent.purple.bolder.hovered': "var(--ds-background-accent-purple-bolder-hovered)";
296
- readonly 'color.background.accent.purple.bolder.pressed': "var(--ds-background-accent-purple-bolder-pressed)";
297
- readonly 'color.background.accent.magenta.subtlest': "var(--ds-background-accent-magenta-subtlest)";
298
- readonly 'color.background.accent.magenta.subtlest.hovered': "var(--ds-background-accent-magenta-subtlest-hovered)";
299
- readonly 'color.background.accent.magenta.subtlest.pressed': "var(--ds-background-accent-magenta-subtlest-pressed)";
300
- readonly 'color.background.accent.magenta.subtler': "var(--ds-background-accent-magenta-subtler)";
301
- readonly 'color.background.accent.magenta.subtler.hovered': "var(--ds-background-accent-magenta-subtler-hovered)";
302
- readonly 'color.background.accent.magenta.subtler.pressed': "var(--ds-background-accent-magenta-subtler-pressed)";
303
- readonly 'color.background.accent.magenta.subtle': "var(--ds-background-accent-magenta-subtle)";
304
- readonly 'color.background.accent.magenta.subtle.hovered': "var(--ds-background-accent-magenta-subtle-hovered)";
305
- readonly 'color.background.accent.magenta.subtle.pressed': "var(--ds-background-accent-magenta-subtle-pressed)";
306
- readonly 'color.background.accent.magenta.bolder': "var(--ds-background-accent-magenta-bolder)";
307
- readonly 'color.background.accent.magenta.bolder.hovered': "var(--ds-background-accent-magenta-bolder-hovered)";
308
- readonly 'color.background.accent.magenta.bolder.pressed': "var(--ds-background-accent-magenta-bolder-pressed)";
309
- readonly 'color.background.accent.gray.subtlest': "var(--ds-background-accent-gray-subtlest)";
310
- readonly 'color.background.accent.gray.subtlest.hovered': "var(--ds-background-accent-gray-subtlest-hovered)";
311
- readonly 'color.background.accent.gray.subtlest.pressed': "var(--ds-background-accent-gray-subtlest-pressed)";
312
- readonly 'color.background.accent.gray.subtler': "var(--ds-background-accent-gray-subtler)";
313
- readonly 'color.background.accent.gray.subtler.hovered': "var(--ds-background-accent-gray-subtler-hovered)";
314
- readonly 'color.background.accent.gray.subtler.pressed': "var(--ds-background-accent-gray-subtler-pressed)";
315
- readonly 'color.background.accent.gray.subtle': "var(--ds-background-accent-gray-subtle)";
316
- readonly 'color.background.accent.gray.subtle.hovered': "var(--ds-background-accent-gray-subtle-hovered)";
317
- readonly 'color.background.accent.gray.subtle.pressed': "var(--ds-background-accent-gray-subtle-pressed)";
318
- readonly 'color.background.accent.gray.bolder': "var(--ds-background-accent-gray-bolder)";
319
- readonly 'color.background.accent.gray.bolder.hovered': "var(--ds-background-accent-gray-bolder-hovered)";
320
- readonly 'color.background.accent.gray.bolder.pressed': "var(--ds-background-accent-gray-bolder-pressed)";
321
- readonly 'color.background.disabled': "var(--ds-background-disabled)";
322
- readonly 'color.background.input': "var(--ds-background-input)";
323
- readonly 'color.background.input.hovered': "var(--ds-background-input-hovered)";
324
- readonly 'color.background.input.pressed': "var(--ds-background-input-pressed)";
325
- readonly 'color.background.inverse.subtle': "var(--ds-background-inverse-subtle)";
326
- readonly 'color.background.inverse.subtle.hovered': "var(--ds-background-inverse-subtle-hovered)";
327
- readonly 'color.background.inverse.subtle.pressed': "var(--ds-background-inverse-subtle-pressed)";
328
- readonly 'color.background.neutral': "var(--ds-background-neutral)";
329
- readonly 'color.background.neutral.hovered': "var(--ds-background-neutral-hovered)";
330
- readonly 'color.background.neutral.pressed': "var(--ds-background-neutral-pressed)";
331
- readonly 'color.background.neutral.subtle': "var(--ds-background-neutral-subtle)";
332
- readonly 'color.background.neutral.subtle.hovered': "var(--ds-background-neutral-subtle-hovered)";
333
- readonly 'color.background.neutral.subtle.pressed': "var(--ds-background-neutral-subtle-pressed)";
334
- readonly 'color.background.neutral.bold': "var(--ds-background-neutral-bold)";
335
- readonly 'color.background.neutral.bold.hovered': "var(--ds-background-neutral-bold-hovered)";
336
- readonly 'color.background.neutral.bold.pressed': "var(--ds-background-neutral-bold-pressed)";
337
- readonly 'color.background.selected': "var(--ds-background-selected)";
338
- readonly 'color.background.selected.hovered': "var(--ds-background-selected-hovered)";
339
- readonly 'color.background.selected.pressed': "var(--ds-background-selected-pressed)";
340
- readonly 'color.background.selected.bold': "var(--ds-background-selected-bold)";
341
- readonly 'color.background.selected.bold.hovered': "var(--ds-background-selected-bold-hovered)";
342
- readonly 'color.background.selected.bold.pressed': "var(--ds-background-selected-bold-pressed)";
343
- readonly 'color.background.brand.subtlest': "var(--ds-background-brand-subtlest)";
344
- readonly 'color.background.brand.subtlest.hovered': "var(--ds-background-brand-subtlest-hovered)";
345
- readonly 'color.background.brand.subtlest.pressed': "var(--ds-background-brand-subtlest-pressed)";
346
- readonly 'color.background.brand.bold': "var(--ds-background-brand-bold)";
347
- readonly 'color.background.brand.bold.hovered': "var(--ds-background-brand-bold-hovered)";
348
- readonly 'color.background.brand.bold.pressed': "var(--ds-background-brand-bold-pressed)";
349
- readonly 'color.background.brand.boldest': "var(--ds-background-brand-boldest)";
350
- readonly 'color.background.brand.boldest.hovered': "var(--ds-background-brand-boldest-hovered)";
351
- readonly 'color.background.brand.boldest.pressed': "var(--ds-background-brand-boldest-pressed)";
352
- readonly 'color.background.danger': "var(--ds-background-danger)";
353
- readonly 'color.background.danger.hovered': "var(--ds-background-danger-hovered)";
354
- readonly 'color.background.danger.pressed': "var(--ds-background-danger-pressed)";
355
- readonly 'color.background.danger.bold': "var(--ds-background-danger-bold)";
356
- readonly 'color.background.danger.bold.hovered': "var(--ds-background-danger-bold-hovered)";
357
- readonly 'color.background.danger.bold.pressed': "var(--ds-background-danger-bold-pressed)";
358
- readonly 'color.background.warning': "var(--ds-background-warning)";
359
- readonly 'color.background.warning.hovered': "var(--ds-background-warning-hovered)";
360
- readonly 'color.background.warning.pressed': "var(--ds-background-warning-pressed)";
361
- readonly 'color.background.warning.bold': "var(--ds-background-warning-bold)";
362
- readonly 'color.background.warning.bold.hovered': "var(--ds-background-warning-bold-hovered)";
363
- readonly 'color.background.warning.bold.pressed': "var(--ds-background-warning-bold-pressed)";
364
- readonly 'color.background.success': "var(--ds-background-success)";
365
- readonly 'color.background.success.hovered': "var(--ds-background-success-hovered)";
366
- readonly 'color.background.success.pressed': "var(--ds-background-success-pressed)";
367
- readonly 'color.background.success.bold': "var(--ds-background-success-bold)";
368
- readonly 'color.background.success.bold.hovered': "var(--ds-background-success-bold-hovered)";
369
- readonly 'color.background.success.bold.pressed': "var(--ds-background-success-bold-pressed)";
370
- readonly 'color.background.discovery': "var(--ds-background-discovery)";
371
- readonly 'color.background.discovery.hovered': "var(--ds-background-discovery-hovered)";
372
- readonly 'color.background.discovery.pressed': "var(--ds-background-discovery-pressed)";
373
- readonly 'color.background.discovery.bold': "var(--ds-background-discovery-bold)";
374
- readonly 'color.background.discovery.bold.hovered': "var(--ds-background-discovery-bold-hovered)";
375
- readonly 'color.background.discovery.bold.pressed': "var(--ds-background-discovery-bold-pressed)";
376
- readonly 'color.background.information': "var(--ds-background-information)";
377
- readonly 'color.background.information.hovered': "var(--ds-background-information-hovered)";
378
- readonly 'color.background.information.pressed': "var(--ds-background-information-pressed)";
379
- readonly 'color.background.information.bold': "var(--ds-background-information-bold)";
380
- readonly 'color.background.information.bold.hovered': "var(--ds-background-information-bold-hovered)";
381
- readonly 'color.background.information.bold.pressed': "var(--ds-background-information-bold-pressed)";
382
- readonly 'color.blanket': "var(--ds-blanket)";
383
- readonly 'color.blanket.selected': "var(--ds-blanket-selected)";
384
- readonly 'color.blanket.danger': "var(--ds-blanket-danger)";
385
- readonly 'color.skeleton': "var(--ds-skeleton)";
386
- readonly 'color.skeleton.subtle': "var(--ds-skeleton-subtle)";
387
- readonly 'elevation.surface': "var(--ds-surface)";
388
- readonly 'elevation.surface.hovered': "var(--ds-surface-hovered)";
389
- readonly 'elevation.surface.pressed': "var(--ds-surface-pressed)";
390
- readonly 'elevation.surface.overlay': "var(--ds-surface-overlay)";
391
- readonly 'elevation.surface.overlay.hovered': "var(--ds-surface-overlay-hovered)";
392
- readonly 'elevation.surface.overlay.pressed': "var(--ds-surface-overlay-pressed)";
393
- readonly 'elevation.surface.raised': "var(--ds-surface-raised)";
394
- readonly 'elevation.surface.raised.hovered': "var(--ds-surface-raised-hovered)";
395
- readonly 'elevation.surface.raised.pressed': "var(--ds-surface-raised-pressed)";
396
- readonly 'elevation.surface.sunken': "var(--ds-surface-sunken)";
397
- readonly 'utility.elevation.surface.current': "var(--ds-elevation-surface-current)";
201
+ 'color.background.accent.lime.subtlest': 'var(--ds-background-accent-lime-subtlest)';
202
+ 'color.background.accent.lime.subtlest.hovered': 'var(--ds-background-accent-lime-subtlest-hovered)';
203
+ 'color.background.accent.lime.subtlest.pressed': 'var(--ds-background-accent-lime-subtlest-pressed)';
204
+ 'color.background.accent.lime.subtler': 'var(--ds-background-accent-lime-subtler)';
205
+ 'color.background.accent.lime.subtler.hovered': 'var(--ds-background-accent-lime-subtler-hovered)';
206
+ 'color.background.accent.lime.subtler.pressed': 'var(--ds-background-accent-lime-subtler-pressed)';
207
+ 'color.background.accent.lime.subtle': 'var(--ds-background-accent-lime-subtle)';
208
+ 'color.background.accent.lime.subtle.hovered': 'var(--ds-background-accent-lime-subtle-hovered)';
209
+ 'color.background.accent.lime.subtle.pressed': 'var(--ds-background-accent-lime-subtle-pressed)';
210
+ 'color.background.accent.lime.bolder': 'var(--ds-background-accent-lime-bolder)';
211
+ 'color.background.accent.lime.bolder.hovered': 'var(--ds-background-accent-lime-bolder-hovered)';
212
+ 'color.background.accent.lime.bolder.pressed': 'var(--ds-background-accent-lime-bolder-pressed)';
213
+ 'color.background.accent.red.subtlest': 'var(--ds-background-accent-red-subtlest)';
214
+ 'color.background.accent.red.subtlest.hovered': 'var(--ds-background-accent-red-subtlest-hovered)';
215
+ 'color.background.accent.red.subtlest.pressed': 'var(--ds-background-accent-red-subtlest-pressed)';
216
+ 'color.background.accent.red.subtler': 'var(--ds-background-accent-red-subtler)';
217
+ 'color.background.accent.red.subtler.hovered': 'var(--ds-background-accent-red-subtler-hovered)';
218
+ 'color.background.accent.red.subtler.pressed': 'var(--ds-background-accent-red-subtler-pressed)';
219
+ 'color.background.accent.red.subtle': 'var(--ds-background-accent-red-subtle)';
220
+ 'color.background.accent.red.subtle.hovered': 'var(--ds-background-accent-red-subtle-hovered)';
221
+ 'color.background.accent.red.subtle.pressed': 'var(--ds-background-accent-red-subtle-pressed)';
222
+ 'color.background.accent.red.bolder': 'var(--ds-background-accent-red-bolder)';
223
+ 'color.background.accent.red.bolder.hovered': 'var(--ds-background-accent-red-bolder-hovered)';
224
+ 'color.background.accent.red.bolder.pressed': 'var(--ds-background-accent-red-bolder-pressed)';
225
+ 'color.background.accent.orange.subtlest': 'var(--ds-background-accent-orange-subtlest)';
226
+ 'color.background.accent.orange.subtlest.hovered': 'var(--ds-background-accent-orange-subtlest-hovered)';
227
+ 'color.background.accent.orange.subtlest.pressed': 'var(--ds-background-accent-orange-subtlest-pressed)';
228
+ 'color.background.accent.orange.subtler': 'var(--ds-background-accent-orange-subtler)';
229
+ 'color.background.accent.orange.subtler.hovered': 'var(--ds-background-accent-orange-subtler-hovered)';
230
+ 'color.background.accent.orange.subtler.pressed': 'var(--ds-background-accent-orange-subtler-pressed)';
231
+ 'color.background.accent.orange.subtle': 'var(--ds-background-accent-orange-subtle)';
232
+ 'color.background.accent.orange.subtle.hovered': 'var(--ds-background-accent-orange-subtle-hovered)';
233
+ 'color.background.accent.orange.subtle.pressed': 'var(--ds-background-accent-orange-subtle-pressed)';
234
+ 'color.background.accent.orange.bolder': 'var(--ds-background-accent-orange-bolder)';
235
+ 'color.background.accent.orange.bolder.hovered': 'var(--ds-background-accent-orange-bolder-hovered)';
236
+ 'color.background.accent.orange.bolder.pressed': 'var(--ds-background-accent-orange-bolder-pressed)';
237
+ 'color.background.accent.yellow.subtlest': 'var(--ds-background-accent-yellow-subtlest)';
238
+ 'color.background.accent.yellow.subtlest.hovered': 'var(--ds-background-accent-yellow-subtlest-hovered)';
239
+ 'color.background.accent.yellow.subtlest.pressed': 'var(--ds-background-accent-yellow-subtlest-pressed)';
240
+ 'color.background.accent.yellow.subtler': 'var(--ds-background-accent-yellow-subtler)';
241
+ 'color.background.accent.yellow.subtler.hovered': 'var(--ds-background-accent-yellow-subtler-hovered)';
242
+ 'color.background.accent.yellow.subtler.pressed': 'var(--ds-background-accent-yellow-subtler-pressed)';
243
+ 'color.background.accent.yellow.subtle': 'var(--ds-background-accent-yellow-subtle)';
244
+ 'color.background.accent.yellow.subtle.hovered': 'var(--ds-background-accent-yellow-subtle-hovered)';
245
+ 'color.background.accent.yellow.subtle.pressed': 'var(--ds-background-accent-yellow-subtle-pressed)';
246
+ 'color.background.accent.yellow.bolder': 'var(--ds-background-accent-yellow-bolder)';
247
+ 'color.background.accent.yellow.bolder.hovered': 'var(--ds-background-accent-yellow-bolder-hovered)';
248
+ 'color.background.accent.yellow.bolder.pressed': 'var(--ds-background-accent-yellow-bolder-pressed)';
249
+ 'color.background.accent.green.subtlest': 'var(--ds-background-accent-green-subtlest)';
250
+ 'color.background.accent.green.subtlest.hovered': 'var(--ds-background-accent-green-subtlest-hovered)';
251
+ 'color.background.accent.green.subtlest.pressed': 'var(--ds-background-accent-green-subtlest-pressed)';
252
+ 'color.background.accent.green.subtler': 'var(--ds-background-accent-green-subtler)';
253
+ 'color.background.accent.green.subtler.hovered': 'var(--ds-background-accent-green-subtler-hovered)';
254
+ 'color.background.accent.green.subtler.pressed': 'var(--ds-background-accent-green-subtler-pressed)';
255
+ 'color.background.accent.green.subtle': 'var(--ds-background-accent-green-subtle)';
256
+ 'color.background.accent.green.subtle.hovered': 'var(--ds-background-accent-green-subtle-hovered)';
257
+ 'color.background.accent.green.subtle.pressed': 'var(--ds-background-accent-green-subtle-pressed)';
258
+ 'color.background.accent.green.bolder': 'var(--ds-background-accent-green-bolder)';
259
+ 'color.background.accent.green.bolder.hovered': 'var(--ds-background-accent-green-bolder-hovered)';
260
+ 'color.background.accent.green.bolder.pressed': 'var(--ds-background-accent-green-bolder-pressed)';
261
+ 'color.background.accent.teal.subtlest': 'var(--ds-background-accent-teal-subtlest)';
262
+ 'color.background.accent.teal.subtlest.hovered': 'var(--ds-background-accent-teal-subtlest-hovered)';
263
+ 'color.background.accent.teal.subtlest.pressed': 'var(--ds-background-accent-teal-subtlest-pressed)';
264
+ 'color.background.accent.teal.subtler': 'var(--ds-background-accent-teal-subtler)';
265
+ 'color.background.accent.teal.subtler.hovered': 'var(--ds-background-accent-teal-subtler-hovered)';
266
+ 'color.background.accent.teal.subtler.pressed': 'var(--ds-background-accent-teal-subtler-pressed)';
267
+ 'color.background.accent.teal.subtle': 'var(--ds-background-accent-teal-subtle)';
268
+ 'color.background.accent.teal.subtle.hovered': 'var(--ds-background-accent-teal-subtle-hovered)';
269
+ 'color.background.accent.teal.subtle.pressed': 'var(--ds-background-accent-teal-subtle-pressed)';
270
+ 'color.background.accent.teal.bolder': 'var(--ds-background-accent-teal-bolder)';
271
+ 'color.background.accent.teal.bolder.hovered': 'var(--ds-background-accent-teal-bolder-hovered)';
272
+ 'color.background.accent.teal.bolder.pressed': 'var(--ds-background-accent-teal-bolder-pressed)';
273
+ 'color.background.accent.blue.subtlest': 'var(--ds-background-accent-blue-subtlest)';
274
+ 'color.background.accent.blue.subtlest.hovered': 'var(--ds-background-accent-blue-subtlest-hovered)';
275
+ 'color.background.accent.blue.subtlest.pressed': 'var(--ds-background-accent-blue-subtlest-pressed)';
276
+ 'color.background.accent.blue.subtler': 'var(--ds-background-accent-blue-subtler)';
277
+ 'color.background.accent.blue.subtler.hovered': 'var(--ds-background-accent-blue-subtler-hovered)';
278
+ 'color.background.accent.blue.subtler.pressed': 'var(--ds-background-accent-blue-subtler-pressed)';
279
+ 'color.background.accent.blue.subtle': 'var(--ds-background-accent-blue-subtle)';
280
+ 'color.background.accent.blue.subtle.hovered': 'var(--ds-background-accent-blue-subtle-hovered)';
281
+ 'color.background.accent.blue.subtle.pressed': 'var(--ds-background-accent-blue-subtle-pressed)';
282
+ 'color.background.accent.blue.bolder': 'var(--ds-background-accent-blue-bolder)';
283
+ 'color.background.accent.blue.bolder.hovered': 'var(--ds-background-accent-blue-bolder-hovered)';
284
+ 'color.background.accent.blue.bolder.pressed': 'var(--ds-background-accent-blue-bolder-pressed)';
285
+ 'color.background.accent.purple.subtlest': 'var(--ds-background-accent-purple-subtlest)';
286
+ 'color.background.accent.purple.subtlest.hovered': 'var(--ds-background-accent-purple-subtlest-hovered)';
287
+ 'color.background.accent.purple.subtlest.pressed': 'var(--ds-background-accent-purple-subtlest-pressed)';
288
+ 'color.background.accent.purple.subtler': 'var(--ds-background-accent-purple-subtler)';
289
+ 'color.background.accent.purple.subtler.hovered': 'var(--ds-background-accent-purple-subtler-hovered)';
290
+ 'color.background.accent.purple.subtler.pressed': 'var(--ds-background-accent-purple-subtler-pressed)';
291
+ 'color.background.accent.purple.subtle': 'var(--ds-background-accent-purple-subtle)';
292
+ 'color.background.accent.purple.subtle.hovered': 'var(--ds-background-accent-purple-subtle-hovered)';
293
+ 'color.background.accent.purple.subtle.pressed': 'var(--ds-background-accent-purple-subtle-pressed)';
294
+ 'color.background.accent.purple.bolder': 'var(--ds-background-accent-purple-bolder)';
295
+ 'color.background.accent.purple.bolder.hovered': 'var(--ds-background-accent-purple-bolder-hovered)';
296
+ 'color.background.accent.purple.bolder.pressed': 'var(--ds-background-accent-purple-bolder-pressed)';
297
+ 'color.background.accent.magenta.subtlest': 'var(--ds-background-accent-magenta-subtlest)';
298
+ 'color.background.accent.magenta.subtlest.hovered': 'var(--ds-background-accent-magenta-subtlest-hovered)';
299
+ 'color.background.accent.magenta.subtlest.pressed': 'var(--ds-background-accent-magenta-subtlest-pressed)';
300
+ 'color.background.accent.magenta.subtler': 'var(--ds-background-accent-magenta-subtler)';
301
+ 'color.background.accent.magenta.subtler.hovered': 'var(--ds-background-accent-magenta-subtler-hovered)';
302
+ 'color.background.accent.magenta.subtler.pressed': 'var(--ds-background-accent-magenta-subtler-pressed)';
303
+ 'color.background.accent.magenta.subtle': 'var(--ds-background-accent-magenta-subtle)';
304
+ 'color.background.accent.magenta.subtle.hovered': 'var(--ds-background-accent-magenta-subtle-hovered)';
305
+ 'color.background.accent.magenta.subtle.pressed': 'var(--ds-background-accent-magenta-subtle-pressed)';
306
+ 'color.background.accent.magenta.bolder': 'var(--ds-background-accent-magenta-bolder)';
307
+ 'color.background.accent.magenta.bolder.hovered': 'var(--ds-background-accent-magenta-bolder-hovered)';
308
+ 'color.background.accent.magenta.bolder.pressed': 'var(--ds-background-accent-magenta-bolder-pressed)';
309
+ 'color.background.accent.gray.subtlest': 'var(--ds-background-accent-gray-subtlest)';
310
+ 'color.background.accent.gray.subtlest.hovered': 'var(--ds-background-accent-gray-subtlest-hovered)';
311
+ 'color.background.accent.gray.subtlest.pressed': 'var(--ds-background-accent-gray-subtlest-pressed)';
312
+ 'color.background.accent.gray.subtler': 'var(--ds-background-accent-gray-subtler)';
313
+ 'color.background.accent.gray.subtler.hovered': 'var(--ds-background-accent-gray-subtler-hovered)';
314
+ 'color.background.accent.gray.subtler.pressed': 'var(--ds-background-accent-gray-subtler-pressed)';
315
+ 'color.background.accent.gray.subtle': 'var(--ds-background-accent-gray-subtle)';
316
+ 'color.background.accent.gray.subtle.hovered': 'var(--ds-background-accent-gray-subtle-hovered)';
317
+ 'color.background.accent.gray.subtle.pressed': 'var(--ds-background-accent-gray-subtle-pressed)';
318
+ 'color.background.accent.gray.bolder': 'var(--ds-background-accent-gray-bolder)';
319
+ 'color.background.accent.gray.bolder.hovered': 'var(--ds-background-accent-gray-bolder-hovered)';
320
+ 'color.background.accent.gray.bolder.pressed': 'var(--ds-background-accent-gray-bolder-pressed)';
321
+ 'color.background.disabled': 'var(--ds-background-disabled)';
322
+ 'color.background.input': 'var(--ds-background-input)';
323
+ 'color.background.input.hovered': 'var(--ds-background-input-hovered)';
324
+ 'color.background.input.pressed': 'var(--ds-background-input-pressed)';
325
+ 'color.background.inverse.subtle': 'var(--ds-background-inverse-subtle)';
326
+ 'color.background.inverse.subtle.hovered': 'var(--ds-background-inverse-subtle-hovered)';
327
+ 'color.background.inverse.subtle.pressed': 'var(--ds-background-inverse-subtle-pressed)';
328
+ 'color.background.neutral': 'var(--ds-background-neutral)';
329
+ 'color.background.neutral.hovered': 'var(--ds-background-neutral-hovered)';
330
+ 'color.background.neutral.pressed': 'var(--ds-background-neutral-pressed)';
331
+ 'color.background.neutral.subtle': 'var(--ds-background-neutral-subtle)';
332
+ 'color.background.neutral.subtle.hovered': 'var(--ds-background-neutral-subtle-hovered)';
333
+ 'color.background.neutral.subtle.pressed': 'var(--ds-background-neutral-subtle-pressed)';
334
+ 'color.background.neutral.bold': 'var(--ds-background-neutral-bold)';
335
+ 'color.background.neutral.bold.hovered': 'var(--ds-background-neutral-bold-hovered)';
336
+ 'color.background.neutral.bold.pressed': 'var(--ds-background-neutral-bold-pressed)';
337
+ 'color.background.selected': 'var(--ds-background-selected)';
338
+ 'color.background.selected.hovered': 'var(--ds-background-selected-hovered)';
339
+ 'color.background.selected.pressed': 'var(--ds-background-selected-pressed)';
340
+ 'color.background.selected.bold': 'var(--ds-background-selected-bold)';
341
+ 'color.background.selected.bold.hovered': 'var(--ds-background-selected-bold-hovered)';
342
+ 'color.background.selected.bold.pressed': 'var(--ds-background-selected-bold-pressed)';
343
+ 'color.background.brand.subtlest': 'var(--ds-background-brand-subtlest)';
344
+ 'color.background.brand.subtlest.hovered': 'var(--ds-background-brand-subtlest-hovered)';
345
+ 'color.background.brand.subtlest.pressed': 'var(--ds-background-brand-subtlest-pressed)';
346
+ 'color.background.brand.bold': 'var(--ds-background-brand-bold)';
347
+ 'color.background.brand.bold.hovered': 'var(--ds-background-brand-bold-hovered)';
348
+ 'color.background.brand.bold.pressed': 'var(--ds-background-brand-bold-pressed)';
349
+ 'color.background.brand.boldest': 'var(--ds-background-brand-boldest)';
350
+ 'color.background.brand.boldest.hovered': 'var(--ds-background-brand-boldest-hovered)';
351
+ 'color.background.brand.boldest.pressed': 'var(--ds-background-brand-boldest-pressed)';
352
+ 'color.background.danger': 'var(--ds-background-danger)';
353
+ 'color.background.danger.hovered': 'var(--ds-background-danger-hovered)';
354
+ 'color.background.danger.pressed': 'var(--ds-background-danger-pressed)';
355
+ 'color.background.danger.bold': 'var(--ds-background-danger-bold)';
356
+ 'color.background.danger.bold.hovered': 'var(--ds-background-danger-bold-hovered)';
357
+ 'color.background.danger.bold.pressed': 'var(--ds-background-danger-bold-pressed)';
358
+ 'color.background.warning': 'var(--ds-background-warning)';
359
+ 'color.background.warning.hovered': 'var(--ds-background-warning-hovered)';
360
+ 'color.background.warning.pressed': 'var(--ds-background-warning-pressed)';
361
+ 'color.background.warning.bold': 'var(--ds-background-warning-bold)';
362
+ 'color.background.warning.bold.hovered': 'var(--ds-background-warning-bold-hovered)';
363
+ 'color.background.warning.bold.pressed': 'var(--ds-background-warning-bold-pressed)';
364
+ 'color.background.success': 'var(--ds-background-success)';
365
+ 'color.background.success.hovered': 'var(--ds-background-success-hovered)';
366
+ 'color.background.success.pressed': 'var(--ds-background-success-pressed)';
367
+ 'color.background.success.bold': 'var(--ds-background-success-bold)';
368
+ 'color.background.success.bold.hovered': 'var(--ds-background-success-bold-hovered)';
369
+ 'color.background.success.bold.pressed': 'var(--ds-background-success-bold-pressed)';
370
+ 'color.background.discovery': 'var(--ds-background-discovery)';
371
+ 'color.background.discovery.hovered': 'var(--ds-background-discovery-hovered)';
372
+ 'color.background.discovery.pressed': 'var(--ds-background-discovery-pressed)';
373
+ 'color.background.discovery.bold': 'var(--ds-background-discovery-bold)';
374
+ 'color.background.discovery.bold.hovered': 'var(--ds-background-discovery-bold-hovered)';
375
+ 'color.background.discovery.bold.pressed': 'var(--ds-background-discovery-bold-pressed)';
376
+ 'color.background.information': 'var(--ds-background-information)';
377
+ 'color.background.information.hovered': 'var(--ds-background-information-hovered)';
378
+ 'color.background.information.pressed': 'var(--ds-background-information-pressed)';
379
+ 'color.background.information.bold': 'var(--ds-background-information-bold)';
380
+ 'color.background.information.bold.hovered': 'var(--ds-background-information-bold-hovered)';
381
+ 'color.background.information.bold.pressed': 'var(--ds-background-information-bold-pressed)';
382
+ 'color.blanket': 'var(--ds-blanket)';
383
+ 'color.blanket.selected': 'var(--ds-blanket-selected)';
384
+ 'color.blanket.danger': 'var(--ds-blanket-danger)';
385
+ 'color.skeleton': 'var(--ds-skeleton)';
386
+ 'color.skeleton.subtle': 'var(--ds-skeleton-subtle)';
387
+ 'elevation.surface': 'var(--ds-surface)';
388
+ 'elevation.surface.hovered': 'var(--ds-surface-hovered)';
389
+ 'elevation.surface.pressed': 'var(--ds-surface-pressed)';
390
+ 'elevation.surface.overlay': 'var(--ds-surface-overlay)';
391
+ 'elevation.surface.overlay.hovered': 'var(--ds-surface-overlay-hovered)';
392
+ 'elevation.surface.overlay.pressed': 'var(--ds-surface-overlay-pressed)';
393
+ 'elevation.surface.raised': 'var(--ds-surface-raised)';
394
+ 'elevation.surface.raised.hovered': 'var(--ds-surface-raised-hovered)';
395
+ 'elevation.surface.raised.pressed': 'var(--ds-surface-raised-pressed)';
396
+ 'elevation.surface.sunken': 'var(--ds-surface-sunken)';
397
+ 'utility.elevation.surface.current': 'var(--ds-elevation-surface-current)';
398
398
  };
399
399
  export type BackgroundColor = keyof typeof backgroundColorMap;
400
400
  export declare const textColorMap: {
401
- readonly 'color.text': "var(--ds-text)";
402
- readonly 'color.text.accent.lime': "var(--ds-text-accent-lime)";
403
- readonly 'color.text.accent.lime.bolder': "var(--ds-text-accent-lime-bolder)";
404
- readonly 'color.text.accent.red': "var(--ds-text-accent-red)";
405
- readonly 'color.text.accent.red.bolder': "var(--ds-text-accent-red-bolder)";
406
- readonly 'color.text.accent.orange': "var(--ds-text-accent-orange)";
407
- readonly 'color.text.accent.orange.bolder': "var(--ds-text-accent-orange-bolder)";
408
- readonly 'color.text.accent.yellow': "var(--ds-text-accent-yellow)";
409
- readonly 'color.text.accent.yellow.bolder': "var(--ds-text-accent-yellow-bolder)";
410
- readonly 'color.text.accent.green': "var(--ds-text-accent-green)";
411
- readonly 'color.text.accent.green.bolder': "var(--ds-text-accent-green-bolder)";
412
- readonly 'color.text.accent.teal': "var(--ds-text-accent-teal)";
413
- readonly 'color.text.accent.teal.bolder': "var(--ds-text-accent-teal-bolder)";
414
- readonly 'color.text.accent.blue': "var(--ds-text-accent-blue)";
415
- readonly 'color.text.accent.blue.bolder': "var(--ds-text-accent-blue-bolder)";
416
- readonly 'color.text.accent.purple': "var(--ds-text-accent-purple)";
417
- readonly 'color.text.accent.purple.bolder': "var(--ds-text-accent-purple-bolder)";
418
- readonly 'color.text.accent.magenta': "var(--ds-text-accent-magenta)";
419
- readonly 'color.text.accent.magenta.bolder': "var(--ds-text-accent-magenta-bolder)";
420
- readonly 'color.text.accent.gray': "var(--ds-text-accent-gray)";
421
- readonly 'color.text.accent.gray.bolder': "var(--ds-text-accent-gray-bolder)";
422
- readonly 'color.text.disabled': "var(--ds-text-disabled)";
423
- readonly 'color.text.inverse': "var(--ds-text-inverse)";
424
- readonly 'color.text.selected': "var(--ds-text-selected)";
425
- readonly 'color.text.brand': "var(--ds-text-brand)";
426
- readonly 'color.text.danger': "var(--ds-text-danger)";
427
- readonly 'color.text.warning': "var(--ds-text-warning)";
428
- readonly 'color.text.warning.inverse': "var(--ds-text-warning-inverse)";
429
- readonly 'color.text.success': "var(--ds-text-success)";
430
- readonly 'color.text.discovery': "var(--ds-text-discovery)";
431
- readonly 'color.text.information': "var(--ds-text-information)";
432
- readonly 'color.text.subtlest': "var(--ds-text-subtlest)";
433
- readonly 'color.text.subtle': "var(--ds-text-subtle)";
434
- readonly 'color.link': "var(--ds-link)";
435
- readonly 'color.link.pressed': "var(--ds-link-pressed)";
436
- readonly 'color.link.visited': "var(--ds-link-visited)";
437
- readonly 'color.link.visited.pressed': "var(--ds-link-visited-pressed)";
401
+ 'color.text': 'var(--ds-text)';
402
+ 'color.text.accent.lime': 'var(--ds-text-accent-lime)';
403
+ 'color.text.accent.lime.bolder': 'var(--ds-text-accent-lime-bolder)';
404
+ 'color.text.accent.red': 'var(--ds-text-accent-red)';
405
+ 'color.text.accent.red.bolder': 'var(--ds-text-accent-red-bolder)';
406
+ 'color.text.accent.orange': 'var(--ds-text-accent-orange)';
407
+ 'color.text.accent.orange.bolder': 'var(--ds-text-accent-orange-bolder)';
408
+ 'color.text.accent.yellow': 'var(--ds-text-accent-yellow)';
409
+ 'color.text.accent.yellow.bolder': 'var(--ds-text-accent-yellow-bolder)';
410
+ 'color.text.accent.green': 'var(--ds-text-accent-green)';
411
+ 'color.text.accent.green.bolder': 'var(--ds-text-accent-green-bolder)';
412
+ 'color.text.accent.teal': 'var(--ds-text-accent-teal)';
413
+ 'color.text.accent.teal.bolder': 'var(--ds-text-accent-teal-bolder)';
414
+ 'color.text.accent.blue': 'var(--ds-text-accent-blue)';
415
+ 'color.text.accent.blue.bolder': 'var(--ds-text-accent-blue-bolder)';
416
+ 'color.text.accent.purple': 'var(--ds-text-accent-purple)';
417
+ 'color.text.accent.purple.bolder': 'var(--ds-text-accent-purple-bolder)';
418
+ 'color.text.accent.magenta': 'var(--ds-text-accent-magenta)';
419
+ 'color.text.accent.magenta.bolder': 'var(--ds-text-accent-magenta-bolder)';
420
+ 'color.text.accent.gray': 'var(--ds-text-accent-gray)';
421
+ 'color.text.accent.gray.bolder': 'var(--ds-text-accent-gray-bolder)';
422
+ 'color.text.disabled': 'var(--ds-text-disabled)';
423
+ 'color.text.inverse': 'var(--ds-text-inverse)';
424
+ 'color.text.selected': 'var(--ds-text-selected)';
425
+ 'color.text.brand': 'var(--ds-text-brand)';
426
+ 'color.text.danger': 'var(--ds-text-danger)';
427
+ 'color.text.warning': 'var(--ds-text-warning)';
428
+ 'color.text.warning.inverse': 'var(--ds-text-warning-inverse)';
429
+ 'color.text.success': 'var(--ds-text-success)';
430
+ 'color.text.discovery': 'var(--ds-text-discovery)';
431
+ 'color.text.information': 'var(--ds-text-information)';
432
+ 'color.text.subtlest': 'var(--ds-text-subtlest)';
433
+ 'color.text.subtle': 'var(--ds-text-subtle)';
434
+ 'color.link': 'var(--ds-link)';
435
+ 'color.link.pressed': 'var(--ds-link-pressed)';
436
+ 'color.link.visited': 'var(--ds-link-visited)';
437
+ 'color.link.visited.pressed': 'var(--ds-link-visited-pressed)';
438
438
  };
439
439
  export type TextColor = keyof typeof textColorMap;
440
440
  export declare const fillMap: {
441
- readonly 'color.icon': "var(--ds-icon)";
442
- readonly 'color.icon.accent.lime': "var(--ds-icon-accent-lime)";
443
- readonly 'color.icon.accent.red': "var(--ds-icon-accent-red)";
444
- readonly 'color.icon.accent.orange': "var(--ds-icon-accent-orange)";
445
- readonly 'color.icon.accent.yellow': "var(--ds-icon-accent-yellow)";
446
- readonly 'color.icon.accent.green': "var(--ds-icon-accent-green)";
447
- readonly 'color.icon.accent.teal': "var(--ds-icon-accent-teal)";
448
- readonly 'color.icon.accent.blue': "var(--ds-icon-accent-blue)";
449
- readonly 'color.icon.accent.purple': "var(--ds-icon-accent-purple)";
450
- readonly 'color.icon.accent.magenta': "var(--ds-icon-accent-magenta)";
451
- readonly 'color.icon.accent.gray': "var(--ds-icon-accent-gray)";
452
- readonly 'color.icon.disabled': "var(--ds-icon-disabled)";
453
- readonly 'color.icon.inverse': "var(--ds-icon-inverse)";
454
- readonly 'color.icon.selected': "var(--ds-icon-selected)";
455
- readonly 'color.icon.brand': "var(--ds-icon-brand)";
456
- readonly 'color.icon.danger': "var(--ds-icon-danger)";
457
- readonly 'color.icon.warning': "var(--ds-icon-warning)";
458
- readonly 'color.icon.warning.inverse': "var(--ds-icon-warning-inverse)";
459
- readonly 'color.icon.success': "var(--ds-icon-success)";
460
- readonly 'color.icon.discovery': "var(--ds-icon-discovery)";
461
- readonly 'color.icon.information': "var(--ds-icon-information)";
462
- readonly 'color.icon.subtlest': "var(--ds-icon-subtlest)";
463
- readonly 'color.icon.subtle': "var(--ds-icon-subtle)";
441
+ 'color.icon': 'var(--ds-icon)';
442
+ 'color.icon.accent.lime': 'var(--ds-icon-accent-lime)';
443
+ 'color.icon.accent.red': 'var(--ds-icon-accent-red)';
444
+ 'color.icon.accent.orange': 'var(--ds-icon-accent-orange)';
445
+ 'color.icon.accent.yellow': 'var(--ds-icon-accent-yellow)';
446
+ 'color.icon.accent.green': 'var(--ds-icon-accent-green)';
447
+ 'color.icon.accent.teal': 'var(--ds-icon-accent-teal)';
448
+ 'color.icon.accent.blue': 'var(--ds-icon-accent-blue)';
449
+ 'color.icon.accent.purple': 'var(--ds-icon-accent-purple)';
450
+ 'color.icon.accent.magenta': 'var(--ds-icon-accent-magenta)';
451
+ 'color.icon.accent.gray': 'var(--ds-icon-accent-gray)';
452
+ 'color.icon.disabled': 'var(--ds-icon-disabled)';
453
+ 'color.icon.inverse': 'var(--ds-icon-inverse)';
454
+ 'color.icon.selected': 'var(--ds-icon-selected)';
455
+ 'color.icon.brand': 'var(--ds-icon-brand)';
456
+ 'color.icon.danger': 'var(--ds-icon-danger)';
457
+ 'color.icon.warning': 'var(--ds-icon-warning)';
458
+ 'color.icon.warning.inverse': 'var(--ds-icon-warning-inverse)';
459
+ 'color.icon.success': 'var(--ds-icon-success)';
460
+ 'color.icon.discovery': 'var(--ds-icon-discovery)';
461
+ 'color.icon.information': 'var(--ds-icon-information)';
462
+ 'color.icon.subtlest': 'var(--ds-icon-subtlest)';
463
+ 'color.icon.subtle': 'var(--ds-icon-subtle)';
464
464
  };
465
465
  export type Fill = keyof typeof fillMap;
466
466
  /**
@@ -493,36 +493,36 @@ export type Layer = keyof typeof layerMap;
493
493
  */
494
494
  /**
495
495
  * THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
496
- * @codegen <<SignedSource::e122fbf803621e31525c85a829b8755c>>
496
+ * @codegen <<SignedSource::40c35869c30222d21da9e9024ecf3fe4>>
497
497
  * @codegenId border
498
498
  * @codegenCommand yarn workspace @atlaskit/primitives codegen-styles
499
499
  * @codegenParams ["width", "radius"]
500
- * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-shape.tsx <<SignedSource::4713f1e2c0d199b832b10fd3c9dd214b>>
500
+ * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-shape.tsx <<SignedSource::d47449bd9713a33fe95c6a84d3134308>>
501
501
  */
502
502
  export declare const borderWidthMap: {
503
- readonly 'border.width': "var(--ds-border-width)";
504
- readonly 'border.width.0': "var(--ds-border-width-0)";
505
- readonly 'border.width.indicator': "var(--ds-border-width-indicator)";
506
- readonly 'border.width.outline': "var(--ds-border-width-outline)";
507
- readonly 'border.width.selected': "var(--ds-border-width-selected)";
508
- readonly 'border.width.focused': "var(--ds-border-width-focused)";
503
+ 'border.width': 'var(--ds-border-width)';
504
+ 'border.width.0': 'var(--ds-border-width-0)';
505
+ 'border.width.indicator': 'var(--ds-border-width-indicator)';
506
+ 'border.width.outline': 'var(--ds-border-width-outline)';
507
+ 'border.width.selected': 'var(--ds-border-width-selected)';
508
+ 'border.width.focused': 'var(--ds-border-width-focused)';
509
509
  };
510
510
  export type BorderWidth = keyof typeof borderWidthMap;
511
511
  export declare const borderRadiusMap: {
512
- readonly 'radius.xsmall': "var(--ds-radius-xsmall)";
513
- readonly 'radius.small': "var(--ds-radius-small)";
514
- readonly 'radius.medium': "var(--ds-radius-medium)";
515
- readonly 'radius.large': "var(--ds-radius-large)";
516
- readonly 'radius.xlarge': "var(--ds-radius-xlarge)";
517
- readonly 'radius.full': "var(--ds-radius-full)";
518
- readonly 'radius.tile': "var(--ds-radius-tile)";
519
- readonly 'border.radius': "var(--ds-border-radius)";
520
- readonly 'border.radius.050': "var(--ds-border-radius-050)";
521
- readonly 'border.radius.100': "var(--ds-border-radius-100)";
522
- readonly 'border.radius.200': "var(--ds-border-radius-200)";
523
- readonly 'border.radius.300': "var(--ds-border-radius-300)";
524
- readonly 'border.radius.400': "var(--ds-border-radius-400)";
525
- readonly 'border.radius.circle': "var(--ds-border-radius-circle)";
512
+ 'radius.xsmall': 'var(--ds-radius-xsmall)';
513
+ 'radius.small': 'var(--ds-radius-small)';
514
+ 'radius.medium': 'var(--ds-radius-medium)';
515
+ 'radius.large': 'var(--ds-radius-large)';
516
+ 'radius.xlarge': 'var(--ds-radius-xlarge)';
517
+ 'radius.full': 'var(--ds-radius-full)';
518
+ 'radius.tile': 'var(--ds-radius-tile)';
519
+ 'border.radius': 'var(--ds-border-radius)';
520
+ 'border.radius.050': 'var(--ds-border-radius-050)';
521
+ 'border.radius.100': 'var(--ds-border-radius-100)';
522
+ 'border.radius.200': 'var(--ds-border-radius-200)';
523
+ 'border.radius.300': 'var(--ds-border-radius-300)';
524
+ 'border.radius.400': 'var(--ds-border-radius-400)';
525
+ 'border.radius.circle': 'var(--ds-border-radius-circle)';
526
526
  };
527
527
  export type BorderRadius = keyof typeof borderRadiusMap;
528
528
  /**
@@ -530,7 +530,7 @@ export type BorderRadius = keyof typeof borderRadiusMap;
530
530
  */
531
531
  /**
532
532
  * THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
533
- * @codegen <<SignedSource::2c0cffbebdab4e28fe2b45925623e523>>
533
+ * @codegen <<SignedSource::ab32bc819d015e7451c245e6a77eba28>>
534
534
  * @codegenId typography
535
535
  * @codegenCommand yarn workspace @atlaskit/primitives codegen-styles
536
536
  * @codegenParams ["fontSize", "fontWeight", "fontFamily", "lineHeight", "body", "ui"]
@@ -538,36 +538,36 @@ export type BorderRadius = keyof typeof borderRadiusMap;
538
538
  * @codegenDependency ../../../primitives/scripts/codegen-file-templates/layer.tsx <<SignedSource::92793ca02dbfdad66e53ffbe9f0baa0a>>
539
539
  */
540
540
  export declare const fontMap: {
541
- 'font.body': "var(--ds-font-body)";
542
- 'font.body.UNSAFE_small': "var(--ds-font-body-UNSAFE_small)";
543
- 'font.body.large': "var(--ds-font-body-large)";
544
- 'font.body.small': "var(--ds-font-body-small)";
545
- 'font.code': "var(--ds-font-code)";
546
- 'font.heading.large': "var(--ds-font-heading-large)";
547
- 'font.heading.medium': "var(--ds-font-heading-medium)";
548
- 'font.heading.small': "var(--ds-font-heading-small)";
549
- 'font.heading.xlarge': "var(--ds-font-heading-xlarge)";
550
- 'font.heading.xsmall': "var(--ds-font-heading-xsmall)";
551
- 'font.heading.xxlarge': "var(--ds-font-heading-xxlarge)";
552
- 'font.heading.xxsmall': "var(--ds-font-heading-xxsmall)";
553
- 'font.metric.large': "var(--ds-font-metric-large)";
554
- 'font.metric.medium': "var(--ds-font-metric-medium)";
555
- 'font.metric.small': "var(--ds-font-metric-small)";
541
+ 'font.body': 'var(--ds-font-body)';
542
+ 'font.body.UNSAFE_small': 'var(--ds-font-body-UNSAFE_small)';
543
+ 'font.body.large': 'var(--ds-font-body-large)';
544
+ 'font.body.small': 'var(--ds-font-body-small)';
545
+ 'font.code': 'var(--ds-font-code)';
546
+ 'font.heading.large': 'var(--ds-font-heading-large)';
547
+ 'font.heading.medium': 'var(--ds-font-heading-medium)';
548
+ 'font.heading.small': 'var(--ds-font-heading-small)';
549
+ 'font.heading.xlarge': 'var(--ds-font-heading-xlarge)';
550
+ 'font.heading.xsmall': 'var(--ds-font-heading-xsmall)';
551
+ 'font.heading.xxlarge': 'var(--ds-font-heading-xxlarge)';
552
+ 'font.heading.xxsmall': 'var(--ds-font-heading-xxsmall)';
553
+ 'font.metric.large': 'var(--ds-font-metric-large)';
554
+ 'font.metric.medium': 'var(--ds-font-metric-medium)';
555
+ 'font.metric.small': 'var(--ds-font-metric-small)';
556
556
  };
557
557
  export type Font = keyof typeof fontMap;
558
558
  export declare const fontWeightMap: {
559
- 'font.weight.bold': "var(--ds-font-weight-bold)";
560
- 'font.weight.medium': "var(--ds-font-weight-medium)";
561
- 'font.weight.regular': "var(--ds-font-weight-regular)";
562
- 'font.weight.semibold': "var(--ds-font-weight-semibold)";
559
+ 'font.weight.bold': 'var(--ds-font-weight-bold)';
560
+ 'font.weight.medium': 'var(--ds-font-weight-medium)';
561
+ 'font.weight.regular': 'var(--ds-font-weight-regular)';
562
+ 'font.weight.semibold': 'var(--ds-font-weight-semibold)';
563
563
  };
564
564
  export type FontWeight = keyof typeof fontWeightMap;
565
565
  export declare const fontFamilyMap: {
566
- 'font.family.body': "var(--ds-font-family-body)";
567
- 'font.family.brand.body': "var(--ds-font-family-brand-body)";
568
- 'font.family.brand.heading': "var(--ds-font-family-brand-heading)";
569
- 'font.family.code': "var(--ds-font-family-code)";
570
- 'font.family.heading': "var(--ds-font-family-heading)";
566
+ 'font.family.body': 'var(--ds-font-family-body)';
567
+ 'font.family.brand.body': 'var(--ds-font-family-brand-body)';
568
+ 'font.family.brand.heading': 'var(--ds-font-family-brand-heading)';
569
+ 'font.family.code': 'var(--ds-font-family-code)';
570
+ 'font.family.heading': 'var(--ds-font-family-heading)';
571
571
  };
572
572
  export type FontFamily = keyof typeof fontFamilyMap;
573
573
  /**
@@ -575,30 +575,30 @@ export type FontFamily = keyof typeof fontFamilyMap;
575
575
  */
576
576
  /**
577
577
  * THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
578
- * @codegen <<SignedSource::c207cc4caf0794de5f13707a9c28451f>>
578
+ * @codegen <<SignedSource::379f638b84496f34817234c7f3c58f74>>
579
579
  * @codegenId text
580
580
  * @codegenCommand yarn workspace @atlaskit/primitives codegen-styles
581
581
  * @codegenDependency ../../../primitives/scripts/codegen-file-templates/dimensions.tsx <<SignedSource::cc9b3f12104c6ede803da6a42daac0b0>>
582
582
  * @codegenDependency ../../../primitives/scripts/codegen-file-templates/layer.tsx <<SignedSource::92793ca02dbfdad66e53ffbe9f0baa0a>>
583
583
  */
584
584
  export declare const textSizeMap: {
585
- medium: "var(--ds-font-body)";
586
- UNSAFE_small: "var(--ds-font-body-UNSAFE_small)";
587
- large: "var(--ds-font-body-large)";
588
- small: "var(--ds-font-body-small)";
585
+ medium: 'var(--ds-font-body)';
586
+ UNSAFE_small: 'var(--ds-font-body-UNSAFE_small)';
587
+ large: 'var(--ds-font-body-large)';
588
+ small: 'var(--ds-font-body-small)';
589
589
  };
590
590
  export type TextSize = keyof typeof textSizeMap;
591
591
  export declare const textWeightMap: {
592
- bold: "var(--ds-font-weight-bold)";
593
- medium: "var(--ds-font-weight-medium)";
594
- regular: "var(--ds-font-weight-regular)";
595
- semibold: "var(--ds-font-weight-semibold)";
592
+ bold: 'var(--ds-font-weight-bold)';
593
+ medium: 'var(--ds-font-weight-medium)';
594
+ regular: 'var(--ds-font-weight-regular)';
595
+ semibold: 'var(--ds-font-weight-semibold)';
596
596
  };
597
597
  export type TextWeight = keyof typeof textWeightMap;
598
598
  export declare const metricTextSizeMap: {
599
- large: "var(--ds-font-metric-large)";
600
- medium: "var(--ds-font-metric-medium)";
601
- small: "var(--ds-font-metric-small)";
599
+ large: 'var(--ds-font-metric-large)';
600
+ medium: 'var(--ds-font-metric-medium)';
601
+ small: 'var(--ds-font-metric-small)';
602
602
  };
603
603
  export type MetricTextSize = keyof typeof metricTextSizeMap;
604
604
  /**