@ds-mo/tokens 2.6.0 → 2.7.1
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/dist/colors.css +314 -338
- package/dist/dimensions.css +0 -5
- package/dist/index.cjs +156 -169
- package/dist/index.d.ts +156 -169
- package/dist/index.mjs +156 -169
- package/dist/json/colors.json +157 -205
- package/dist/json/dimensions.json +4 -8
- package/dist/json/typography.json +1 -1
- package/dist/tokens.json +162 -214
- package/dist/typography.css +1 -1
- package/package.json +1 -1
package/dist/dimensions.css
CHANGED
|
@@ -20,7 +20,6 @@
|
|
|
20
20
|
--dimension-space-400: calc(var(--dimension-space-base) * 4);
|
|
21
21
|
--dimension-space-600: calc(var(--dimension-space-base) * 6);
|
|
22
22
|
--dimension-space-800: calc(var(--dimension-space-base) * 8);
|
|
23
|
-
--dimension-space-base: var(--dimension-space-base);
|
|
24
23
|
--dimension-space-000: 0;
|
|
25
24
|
--dimension-space-012: calc(var(--dimension-space-base) / 8);
|
|
26
25
|
--dimension-space-025: calc(var(--dimension-space-base) / 4);
|
|
@@ -48,11 +47,9 @@
|
|
|
48
47
|
--dimension-radius-175: calc(var(--dimension-radius-base) * 7 / 4);
|
|
49
48
|
--dimension-radius-200: calc(var(--dimension-radius-base) * 2);
|
|
50
49
|
--dimension-radius-250: calc(var(--dimension-radius-base) * 5 / 2);
|
|
51
|
-
--dimension-radius-275: calc(var(--dimension-radius-base) * 11 / 4);
|
|
52
50
|
--dimension-radius-300: calc(var(--dimension-radius-base) * 3);
|
|
53
51
|
--dimension-radius-400: calc(var(--dimension-radius-base) * 4);
|
|
54
52
|
--dimension-radius-600: calc(var(--dimension-radius-base) * 6);
|
|
55
|
-
--dimension-radius-base: var(--dimension-radius-base);
|
|
56
53
|
--dimension-radius-000: 0;
|
|
57
54
|
--dimension-radius-012: calc(var(--dimension-radius-base) / 8);
|
|
58
55
|
--dimension-radius-025: calc(var(--dimension-radius-base) / 4);
|
|
@@ -62,7 +59,6 @@
|
|
|
62
59
|
--dimension-radius-half: 9999px;
|
|
63
60
|
|
|
64
61
|
/* Stroke widths — calc() relative to --dimension-stroke-width-base */
|
|
65
|
-
--dimension-stroke-width-base: var(--dimension-stroke-width-base);
|
|
66
62
|
--dimension-stroke-width-012: calc(var(--dimension-stroke-width-base) / 8);
|
|
67
63
|
--dimension-stroke-width-015: calc(var(--dimension-stroke-width-base) * 5 / 32);
|
|
68
64
|
--dimension-stroke-width-018: calc(var(--dimension-stroke-width-base) * 3 / 16);
|
|
@@ -80,7 +76,6 @@
|
|
|
80
76
|
--dimension-size-500: calc(var(--dimension-size-base) * 5);
|
|
81
77
|
--dimension-size-600: calc(var(--dimension-size-base) * 6);
|
|
82
78
|
--dimension-size-800: calc(var(--dimension-size-base) * 8);
|
|
83
|
-
--dimension-size-base: var(--dimension-size-base);
|
|
84
79
|
--dimension-size-000: 0;
|
|
85
80
|
--dimension-size-050: calc(var(--dimension-size-base) / 2);
|
|
86
81
|
|
package/dist/index.cjs
CHANGED
|
@@ -148,174 +148,162 @@ exports.colorBorderStrongPositive = '--color-border-strong-positive';
|
|
|
148
148
|
exports.colorBorderStrongWalkthrough = '--color-border-strong-walkthrough';
|
|
149
149
|
exports.colorBorderStrongWarning = '--color-border-strong-warning';
|
|
150
150
|
exports.colorBorderTertiary = '--color-border-tertiary';
|
|
151
|
-
exports.
|
|
152
|
-
exports.
|
|
153
|
-
exports.
|
|
154
|
-
exports.
|
|
155
|
-
exports.
|
|
156
|
-
exports.
|
|
157
|
-
exports.
|
|
158
|
-
exports.
|
|
159
|
-
exports.
|
|
160
|
-
exports.
|
|
161
|
-
exports.
|
|
162
|
-
exports.
|
|
163
|
-
exports.
|
|
164
|
-
exports.
|
|
165
|
-
exports.
|
|
166
|
-
exports.
|
|
167
|
-
exports.
|
|
168
|
-
exports.
|
|
169
|
-
exports.
|
|
170
|
-
exports.
|
|
171
|
-
exports.
|
|
172
|
-
exports.
|
|
173
|
-
exports.
|
|
174
|
-
exports.
|
|
175
|
-
exports.
|
|
176
|
-
exports.
|
|
177
|
-
exports.
|
|
178
|
-
exports.
|
|
179
|
-
exports.
|
|
180
|
-
exports.
|
|
181
|
-
exports.
|
|
182
|
-
exports.
|
|
183
|
-
exports.
|
|
184
|
-
exports.
|
|
185
|
-
exports.
|
|
186
|
-
exports.
|
|
187
|
-
exports.
|
|
188
|
-
exports.
|
|
189
|
-
exports.
|
|
190
|
-
exports.
|
|
191
|
-
exports.
|
|
192
|
-
exports.
|
|
193
|
-
exports.
|
|
194
|
-
exports.
|
|
195
|
-
exports.
|
|
196
|
-
exports.
|
|
197
|
-
exports.
|
|
198
|
-
exports.
|
|
199
|
-
exports.
|
|
200
|
-
exports.
|
|
201
|
-
exports.
|
|
202
|
-
exports.
|
|
203
|
-
exports.
|
|
204
|
-
exports.
|
|
205
|
-
exports.
|
|
206
|
-
exports.
|
|
207
|
-
exports.
|
|
208
|
-
exports.
|
|
209
|
-
exports.
|
|
210
|
-
exports.
|
|
211
|
-
exports.
|
|
212
|
-
exports.
|
|
213
|
-
exports.
|
|
214
|
-
exports.
|
|
215
|
-
exports.
|
|
216
|
-
exports.
|
|
217
|
-
exports.
|
|
218
|
-
exports.
|
|
219
|
-
exports.
|
|
220
|
-
exports.
|
|
221
|
-
exports.
|
|
222
|
-
exports.
|
|
223
|
-
exports.
|
|
224
|
-
exports.
|
|
225
|
-
exports.
|
|
226
|
-
exports.
|
|
227
|
-
exports.
|
|
228
|
-
exports.
|
|
229
|
-
exports.
|
|
230
|
-
exports.
|
|
231
|
-
exports.
|
|
232
|
-
exports.
|
|
233
|
-
exports.
|
|
234
|
-
exports.
|
|
235
|
-
exports.
|
|
236
|
-
exports.
|
|
237
|
-
exports.
|
|
238
|
-
exports.
|
|
239
|
-
exports.
|
|
240
|
-
exports.
|
|
241
|
-
exports.
|
|
242
|
-
exports.
|
|
243
|
-
exports.
|
|
244
|
-
exports.
|
|
245
|
-
exports.
|
|
246
|
-
exports.
|
|
247
|
-
exports.
|
|
248
|
-
exports.
|
|
249
|
-
exports.
|
|
250
|
-
exports.
|
|
251
|
-
exports.
|
|
252
|
-
exports.
|
|
253
|
-
exports.
|
|
254
|
-
exports.
|
|
255
|
-
exports.
|
|
256
|
-
exports.
|
|
257
|
-
exports.
|
|
258
|
-
exports.
|
|
259
|
-
exports.
|
|
260
|
-
exports.
|
|
261
|
-
exports.
|
|
262
|
-
exports.
|
|
263
|
-
exports.
|
|
264
|
-
exports.
|
|
265
|
-
exports.
|
|
266
|
-
exports.
|
|
267
|
-
exports.
|
|
268
|
-
exports.
|
|
269
|
-
exports.
|
|
270
|
-
exports.
|
|
271
|
-
exports.
|
|
272
|
-
exports.
|
|
273
|
-
exports.
|
|
274
|
-
exports.
|
|
275
|
-
exports.
|
|
276
|
-
exports.
|
|
277
|
-
exports.
|
|
278
|
-
exports.
|
|
279
|
-
exports.
|
|
280
|
-
exports.
|
|
281
|
-
exports.
|
|
282
|
-
exports.
|
|
283
|
-
exports.
|
|
284
|
-
exports.
|
|
285
|
-
exports.
|
|
286
|
-
exports.
|
|
287
|
-
exports.
|
|
288
|
-
exports.
|
|
289
|
-
exports.
|
|
290
|
-
exports.
|
|
291
|
-
exports.
|
|
292
|
-
exports.
|
|
293
|
-
exports.
|
|
294
|
-
exports.
|
|
295
|
-
exports.
|
|
296
|
-
exports.
|
|
297
|
-
exports.
|
|
298
|
-
exports.
|
|
299
|
-
exports.
|
|
300
|
-
exports.
|
|
301
|
-
exports.
|
|
302
|
-
exports.
|
|
303
|
-
exports.
|
|
304
|
-
exports.
|
|
305
|
-
exports.
|
|
306
|
-
exports.
|
|
307
|
-
exports.colorCategoryYellowBoldBackground = '--color-category-yellow-bold-background';
|
|
308
|
-
exports.colorCategoryYellowBoldBorder = '--color-category-yellow-bold-border';
|
|
309
|
-
exports.colorCategoryYellowBoldForeground = '--color-category-yellow-bold-foreground';
|
|
310
|
-
exports.colorCategoryYellowFaintBackground = '--color-category-yellow-faint-background';
|
|
311
|
-
exports.colorCategoryYellowFaintBorder = '--color-category-yellow-faint-border';
|
|
312
|
-
exports.colorCategoryYellowFaintForeground = '--color-category-yellow-faint-foreground';
|
|
313
|
-
exports.colorCategoryYellowMediumBackground = '--color-category-yellow-medium-background';
|
|
314
|
-
exports.colorCategoryYellowMediumBorder = '--color-category-yellow-medium-border';
|
|
315
|
-
exports.colorCategoryYellowMediumForeground = '--color-category-yellow-medium-foreground';
|
|
316
|
-
exports.colorCategoryYellowStrongBackground = '--color-category-yellow-strong-background';
|
|
317
|
-
exports.colorCategoryYellowStrongBorder = '--color-category-yellow-strong-border';
|
|
318
|
-
exports.colorCategoryYellowStrongForeground = '--color-category-yellow-strong-foreground';
|
|
151
|
+
exports.colorColorIntentBlueBoldBackground = '--color-color-intent-blue-bold-background';
|
|
152
|
+
exports.colorColorIntentBlueBoldBorder = '--color-color-intent-blue-bold-border';
|
|
153
|
+
exports.colorColorIntentBlueBoldForeground = '--color-color-intent-blue-bold-foreground';
|
|
154
|
+
exports.colorColorIntentBlueFaintBackground = '--color-color-intent-blue-faint-background';
|
|
155
|
+
exports.colorColorIntentBlueFaintBorder = '--color-color-intent-blue-faint-border';
|
|
156
|
+
exports.colorColorIntentBlueFaintForeground = '--color-color-intent-blue-faint-foreground';
|
|
157
|
+
exports.colorColorIntentBlueMediumBackground = '--color-color-intent-blue-medium-background';
|
|
158
|
+
exports.colorColorIntentBlueMediumBorder = '--color-color-intent-blue-medium-border';
|
|
159
|
+
exports.colorColorIntentBlueMediumForeground = '--color-color-intent-blue-medium-foreground';
|
|
160
|
+
exports.colorColorIntentBlueStrongBackground = '--color-color-intent-blue-strong-background';
|
|
161
|
+
exports.colorColorIntentBlueStrongBorder = '--color-color-intent-blue-strong-border';
|
|
162
|
+
exports.colorColorIntentBlueStrongForeground = '--color-color-intent-blue-strong-foreground';
|
|
163
|
+
exports.colorColorIntentCyanBoldBackground = '--color-color-intent-cyan-bold-background';
|
|
164
|
+
exports.colorColorIntentCyanBoldBorder = '--color-color-intent-cyan-bold-border';
|
|
165
|
+
exports.colorColorIntentCyanBoldForeground = '--color-color-intent-cyan-bold-foreground';
|
|
166
|
+
exports.colorColorIntentCyanFaintBackground = '--color-color-intent-cyan-faint-background';
|
|
167
|
+
exports.colorColorIntentCyanFaintBorder = '--color-color-intent-cyan-faint-border';
|
|
168
|
+
exports.colorColorIntentCyanFaintForeground = '--color-color-intent-cyan-faint-foreground';
|
|
169
|
+
exports.colorColorIntentCyanMediumBackground = '--color-color-intent-cyan-medium-background';
|
|
170
|
+
exports.colorColorIntentCyanMediumBorder = '--color-color-intent-cyan-medium-border';
|
|
171
|
+
exports.colorColorIntentCyanMediumForeground = '--color-color-intent-cyan-medium-foreground';
|
|
172
|
+
exports.colorColorIntentCyanStrongBackground = '--color-color-intent-cyan-strong-background';
|
|
173
|
+
exports.colorColorIntentCyanStrongBorder = '--color-color-intent-cyan-strong-border';
|
|
174
|
+
exports.colorColorIntentCyanStrongForeground = '--color-color-intent-cyan-strong-foreground';
|
|
175
|
+
exports.colorColorIntentGreenBoldBackground = '--color-color-intent-green-bold-background';
|
|
176
|
+
exports.colorColorIntentGreenBoldBorder = '--color-color-intent-green-bold-border';
|
|
177
|
+
exports.colorColorIntentGreenBoldForeground = '--color-color-intent-green-bold-foreground';
|
|
178
|
+
exports.colorColorIntentGreenFaintBackground = '--color-color-intent-green-faint-background';
|
|
179
|
+
exports.colorColorIntentGreenFaintBorder = '--color-color-intent-green-faint-border';
|
|
180
|
+
exports.colorColorIntentGreenFaintForeground = '--color-color-intent-green-faint-foreground';
|
|
181
|
+
exports.colorColorIntentGreenMediumBackground = '--color-color-intent-green-medium-background';
|
|
182
|
+
exports.colorColorIntentGreenMediumBorder = '--color-color-intent-green-medium-border';
|
|
183
|
+
exports.colorColorIntentGreenMediumForeground = '--color-color-intent-green-medium-foreground';
|
|
184
|
+
exports.colorColorIntentGreenStrongBackground = '--color-color-intent-green-strong-background';
|
|
185
|
+
exports.colorColorIntentGreenStrongBorder = '--color-color-intent-green-strong-border';
|
|
186
|
+
exports.colorColorIntentGreenStrongForeground = '--color-color-intent-green-strong-foreground';
|
|
187
|
+
exports.colorColorIntentGreyBoldBackground = '--color-color-intent-grey-bold-background';
|
|
188
|
+
exports.colorColorIntentGreyBoldBorder = '--color-color-intent-grey-bold-border';
|
|
189
|
+
exports.colorColorIntentGreyBoldForeground = '--color-color-intent-grey-bold-foreground';
|
|
190
|
+
exports.colorColorIntentGreyFaintBackground = '--color-color-intent-grey-faint-background';
|
|
191
|
+
exports.colorColorIntentGreyFaintBorder = '--color-color-intent-grey-faint-border';
|
|
192
|
+
exports.colorColorIntentGreyFaintForeground = '--color-color-intent-grey-faint-foreground';
|
|
193
|
+
exports.colorColorIntentGreyMediumBackground = '--color-color-intent-grey-medium-background';
|
|
194
|
+
exports.colorColorIntentGreyMediumBorder = '--color-color-intent-grey-medium-border';
|
|
195
|
+
exports.colorColorIntentGreyMediumForeground = '--color-color-intent-grey-medium-foreground';
|
|
196
|
+
exports.colorColorIntentGreyStrongBackground = '--color-color-intent-grey-strong-background';
|
|
197
|
+
exports.colorColorIntentGreyStrongBorder = '--color-color-intent-grey-strong-border';
|
|
198
|
+
exports.colorColorIntentGreyStrongForeground = '--color-color-intent-grey-strong-foreground';
|
|
199
|
+
exports.colorColorIntentInteractionOnBoldBackgroundFocus = '--color-color-intent-interaction-on-bold-background-focus';
|
|
200
|
+
exports.colorColorIntentInteractionOnBoldBackgroundHover = '--color-color-intent-interaction-on-bold-background-hover';
|
|
201
|
+
exports.colorColorIntentInteractionOnBoldBackgroundPressed = '--color-color-intent-interaction-on-bold-background-pressed';
|
|
202
|
+
exports.colorColorIntentInteractionOnFaintBackgroundFocus = '--color-color-intent-interaction-on-faint-background-focus';
|
|
203
|
+
exports.colorColorIntentInteractionOnFaintBackgroundHover = '--color-color-intent-interaction-on-faint-background-hover';
|
|
204
|
+
exports.colorColorIntentInteractionOnFaintBackgroundPressed = '--color-color-intent-interaction-on-faint-background-pressed';
|
|
205
|
+
exports.colorColorIntentInteractionOnMediumBackgroundFocus = '--color-color-intent-interaction-on-medium-background-focus';
|
|
206
|
+
exports.colorColorIntentInteractionOnMediumBackgroundHover = '--color-color-intent-interaction-on-medium-background-hover';
|
|
207
|
+
exports.colorColorIntentInteractionOnMediumBackgroundPressed = '--color-color-intent-interaction-on-medium-background-pressed';
|
|
208
|
+
exports.colorColorIntentInteractionOnStrongBackgroundFocus = '--color-color-intent-interaction-on-strong-background-focus';
|
|
209
|
+
exports.colorColorIntentInteractionOnStrongBackgroundHover = '--color-color-intent-interaction-on-strong-background-hover';
|
|
210
|
+
exports.colorColorIntentInteractionOnStrongBackgroundPressed = '--color-color-intent-interaction-on-strong-background-pressed';
|
|
211
|
+
exports.colorColorIntentMagentaBoldBackground = '--color-color-intent-magenta-bold-background';
|
|
212
|
+
exports.colorColorIntentMagentaBoldBorder = '--color-color-intent-magenta-bold-border';
|
|
213
|
+
exports.colorColorIntentMagentaBoldForeground = '--color-color-intent-magenta-bold-foreground';
|
|
214
|
+
exports.colorColorIntentMagentaFaintBackground = '--color-color-intent-magenta-faint-background';
|
|
215
|
+
exports.colorColorIntentMagentaFaintBorder = '--color-color-intent-magenta-faint-border';
|
|
216
|
+
exports.colorColorIntentMagentaFaintForeground = '--color-color-intent-magenta-faint-foreground';
|
|
217
|
+
exports.colorColorIntentMagentaMediumBackground = '--color-color-intent-magenta-medium-background';
|
|
218
|
+
exports.colorColorIntentMagentaMediumBorder = '--color-color-intent-magenta-medium-border';
|
|
219
|
+
exports.colorColorIntentMagentaMediumForeground = '--color-color-intent-magenta-medium-foreground';
|
|
220
|
+
exports.colorColorIntentMagentaStrongBackground = '--color-color-intent-magenta-strong-background';
|
|
221
|
+
exports.colorColorIntentMagentaStrongBorder = '--color-color-intent-magenta-strong-border';
|
|
222
|
+
exports.colorColorIntentMagentaStrongForeground = '--color-color-intent-magenta-strong-foreground';
|
|
223
|
+
exports.colorColorIntentOliveBoldBackground = '--color-color-intent-olive-bold-background';
|
|
224
|
+
exports.colorColorIntentOliveBoldBorder = '--color-color-intent-olive-bold-border';
|
|
225
|
+
exports.colorColorIntentOliveBoldForeground = '--color-color-intent-olive-bold-foreground';
|
|
226
|
+
exports.colorColorIntentOliveFaintBackground = '--color-color-intent-olive-faint-background';
|
|
227
|
+
exports.colorColorIntentOliveFaintBorder = '--color-color-intent-olive-faint-border';
|
|
228
|
+
exports.colorColorIntentOliveFaintForeground = '--color-color-intent-olive-faint-foreground';
|
|
229
|
+
exports.colorColorIntentOliveMediumBackground = '--color-color-intent-olive-medium-background';
|
|
230
|
+
exports.colorColorIntentOliveMediumBorder = '--color-color-intent-olive-medium-border';
|
|
231
|
+
exports.colorColorIntentOliveMediumForeground = '--color-color-intent-olive-medium-foreground';
|
|
232
|
+
exports.colorColorIntentOliveStrongBackground = '--color-color-intent-olive-strong-background';
|
|
233
|
+
exports.colorColorIntentOliveStrongBorder = '--color-color-intent-olive-strong-border';
|
|
234
|
+
exports.colorColorIntentOliveStrongForeground = '--color-color-intent-olive-strong-foreground';
|
|
235
|
+
exports.colorColorIntentOrangeBoldBackground = '--color-color-intent-orange-bold-background';
|
|
236
|
+
exports.colorColorIntentOrangeBoldBorder = '--color-color-intent-orange-bold-border';
|
|
237
|
+
exports.colorColorIntentOrangeBoldForeground = '--color-color-intent-orange-bold-foreground';
|
|
238
|
+
exports.colorColorIntentOrangeFaintBackground = '--color-color-intent-orange-faint-background';
|
|
239
|
+
exports.colorColorIntentOrangeFaintBorder = '--color-color-intent-orange-faint-border';
|
|
240
|
+
exports.colorColorIntentOrangeFaintForeground = '--color-color-intent-orange-faint-foreground';
|
|
241
|
+
exports.colorColorIntentOrangeMediumBackground = '--color-color-intent-orange-medium-background';
|
|
242
|
+
exports.colorColorIntentOrangeMediumBorder = '--color-color-intent-orange-medium-border';
|
|
243
|
+
exports.colorColorIntentOrangeMediumForeground = '--color-color-intent-orange-medium-foreground';
|
|
244
|
+
exports.colorColorIntentOrangeStrongBackground = '--color-color-intent-orange-strong-background';
|
|
245
|
+
exports.colorColorIntentOrangeStrongBorder = '--color-color-intent-orange-strong-border';
|
|
246
|
+
exports.colorColorIntentOrangeStrongForeground = '--color-color-intent-orange-strong-foreground';
|
|
247
|
+
exports.colorColorIntentPinkBoldBackground = '--color-color-intent-pink-bold-background';
|
|
248
|
+
exports.colorColorIntentPinkBoldBorder = '--color-color-intent-pink-bold-border';
|
|
249
|
+
exports.colorColorIntentPinkBoldForeground = '--color-color-intent-pink-bold-foreground';
|
|
250
|
+
exports.colorColorIntentPinkFaintBackground = '--color-color-intent-pink-faint-background';
|
|
251
|
+
exports.colorColorIntentPinkFaintBorder = '--color-color-intent-pink-faint-border';
|
|
252
|
+
exports.colorColorIntentPinkFaintForeground = '--color-color-intent-pink-faint-foreground';
|
|
253
|
+
exports.colorColorIntentPinkMediumBackground = '--color-color-intent-pink-medium-background';
|
|
254
|
+
exports.colorColorIntentPinkMediumBorder = '--color-color-intent-pink-medium-border';
|
|
255
|
+
exports.colorColorIntentPinkMediumForeground = '--color-color-intent-pink-medium-foreground';
|
|
256
|
+
exports.colorColorIntentPinkStrongBackground = '--color-color-intent-pink-strong-background';
|
|
257
|
+
exports.colorColorIntentPinkStrongBorder = '--color-color-intent-pink-strong-border';
|
|
258
|
+
exports.colorColorIntentPinkStrongForeground = '--color-color-intent-pink-strong-foreground';
|
|
259
|
+
exports.colorColorIntentPurpleBoldBackground = '--color-color-intent-purple-bold-background';
|
|
260
|
+
exports.colorColorIntentPurpleBoldBorder = '--color-color-intent-purple-bold-border';
|
|
261
|
+
exports.colorColorIntentPurpleBoldForeground = '--color-color-intent-purple-bold-foreground';
|
|
262
|
+
exports.colorColorIntentPurpleFaintBackground = '--color-color-intent-purple-faint-background';
|
|
263
|
+
exports.colorColorIntentPurpleFaintBorder = '--color-color-intent-purple-faint-border';
|
|
264
|
+
exports.colorColorIntentPurpleFaintForeground = '--color-color-intent-purple-faint-foreground';
|
|
265
|
+
exports.colorColorIntentPurpleMediumBackground = '--color-color-intent-purple-medium-background';
|
|
266
|
+
exports.colorColorIntentPurpleMediumBorder = '--color-color-intent-purple-medium-border';
|
|
267
|
+
exports.colorColorIntentPurpleMediumForeground = '--color-color-intent-purple-medium-foreground';
|
|
268
|
+
exports.colorColorIntentPurpleStrongBackground = '--color-color-intent-purple-strong-background';
|
|
269
|
+
exports.colorColorIntentPurpleStrongBorder = '--color-color-intent-purple-strong-border';
|
|
270
|
+
exports.colorColorIntentPurpleStrongForeground = '--color-color-intent-purple-strong-foreground';
|
|
271
|
+
exports.colorColorIntentRedBoldBackground = '--color-color-intent-red-bold-background';
|
|
272
|
+
exports.colorColorIntentRedBoldBorder = '--color-color-intent-red-bold-border';
|
|
273
|
+
exports.colorColorIntentRedBoldForeground = '--color-color-intent-red-bold-foreground';
|
|
274
|
+
exports.colorColorIntentRedFaintBackground = '--color-color-intent-red-faint-background';
|
|
275
|
+
exports.colorColorIntentRedFaintBorder = '--color-color-intent-red-faint-border';
|
|
276
|
+
exports.colorColorIntentRedFaintForeground = '--color-color-intent-red-faint-foreground';
|
|
277
|
+
exports.colorColorIntentRedMediumBackground = '--color-color-intent-red-medium-background';
|
|
278
|
+
exports.colorColorIntentRedMediumBorder = '--color-color-intent-red-medium-border';
|
|
279
|
+
exports.colorColorIntentRedMediumForeground = '--color-color-intent-red-medium-foreground';
|
|
280
|
+
exports.colorColorIntentRedStrongBackground = '--color-color-intent-red-strong-background';
|
|
281
|
+
exports.colorColorIntentRedStrongBorder = '--color-color-intent-red-strong-border';
|
|
282
|
+
exports.colorColorIntentRedStrongForeground = '--color-color-intent-red-strong-foreground';
|
|
283
|
+
exports.colorColorIntentTealBoldBackground = '--color-color-intent-teal-bold-background';
|
|
284
|
+
exports.colorColorIntentTealBoldBorder = '--color-color-intent-teal-bold-border';
|
|
285
|
+
exports.colorColorIntentTealBoldForeground = '--color-color-intent-teal-bold-foreground';
|
|
286
|
+
exports.colorColorIntentTealFaintBackground = '--color-color-intent-teal-faint-background';
|
|
287
|
+
exports.colorColorIntentTealFaintBorder = '--color-color-intent-teal-faint-border';
|
|
288
|
+
exports.colorColorIntentTealFaintForeground = '--color-color-intent-teal-faint-foreground';
|
|
289
|
+
exports.colorColorIntentTealMediumBackground = '--color-color-intent-teal-medium-background';
|
|
290
|
+
exports.colorColorIntentTealMediumBorder = '--color-color-intent-teal-medium-border';
|
|
291
|
+
exports.colorColorIntentTealMediumForeground = '--color-color-intent-teal-medium-foreground';
|
|
292
|
+
exports.colorColorIntentTealStrongBackground = '--color-color-intent-teal-strong-background';
|
|
293
|
+
exports.colorColorIntentTealStrongBorder = '--color-color-intent-teal-strong-border';
|
|
294
|
+
exports.colorColorIntentTealStrongForeground = '--color-color-intent-teal-strong-foreground';
|
|
295
|
+
exports.colorColorIntentYellowBoldBackground = '--color-color-intent-yellow-bold-background';
|
|
296
|
+
exports.colorColorIntentYellowBoldBorder = '--color-color-intent-yellow-bold-border';
|
|
297
|
+
exports.colorColorIntentYellowBoldForeground = '--color-color-intent-yellow-bold-foreground';
|
|
298
|
+
exports.colorColorIntentYellowFaintBackground = '--color-color-intent-yellow-faint-background';
|
|
299
|
+
exports.colorColorIntentYellowFaintBorder = '--color-color-intent-yellow-faint-border';
|
|
300
|
+
exports.colorColorIntentYellowFaintForeground = '--color-color-intent-yellow-faint-foreground';
|
|
301
|
+
exports.colorColorIntentYellowMediumBackground = '--color-color-intent-yellow-medium-background';
|
|
302
|
+
exports.colorColorIntentYellowMediumBorder = '--color-color-intent-yellow-medium-border';
|
|
303
|
+
exports.colorColorIntentYellowMediumForeground = '--color-color-intent-yellow-medium-foreground';
|
|
304
|
+
exports.colorColorIntentYellowStrongBackground = '--color-color-intent-yellow-strong-background';
|
|
305
|
+
exports.colorColorIntentYellowStrongBorder = '--color-color-intent-yellow-strong-border';
|
|
306
|
+
exports.colorColorIntentYellowStrongForeground = '--color-color-intent-yellow-strong-foreground';
|
|
319
307
|
exports.colorDataCategory1 = '--color-data-category-1';
|
|
320
308
|
exports.colorDataCategory10 = '--color-data-category-10';
|
|
321
309
|
exports.colorDataCategory11 = '--color-data-category-11';
|
|
@@ -789,7 +777,6 @@ exports.dimensionRadius150 = '--dimension-radius-150';
|
|
|
789
777
|
exports.dimensionRadius175 = '--dimension-radius-175';
|
|
790
778
|
exports.dimensionRadius200 = '--dimension-radius-200';
|
|
791
779
|
exports.dimensionRadius250 = '--dimension-radius-250';
|
|
792
|
-
exports.dimensionRadius275 = '--dimension-radius-275';
|
|
793
780
|
exports.dimensionRadius300 = '--dimension-radius-300';
|
|
794
781
|
exports.dimensionRadius400 = '--dimension-radius-400';
|
|
795
782
|
exports.dimensionRadius600 = '--dimension-radius-600';
|