@telia/teddy 0.0.82 → 0.0.87
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/README.md +4 -4
- package/dist/components/carousel/carousel-root.cjs +5 -6
- package/dist/components/carousel/carousel-root.js +5 -6
- package/dist/components/icon/AllIcons.cjs +3 -0
- package/dist/components/icon/AllIcons.js +3 -0
- package/dist/components/navigation-menu/global-navigation/global-navigation-desktop.cjs +3 -0
- package/dist/components/navigation-menu/global-navigation/global-navigation-desktop.js +3 -0
- package/dist/components/navigation-menu/global-navigation/utils.cjs +1 -0
- package/dist/components/navigation-menu/global-navigation/utils.d.ts +2 -0
- package/dist/components/navigation-menu/global-navigation/utils.js +1 -0
- package/dist/components/radio-card-group/radio-card-group-item-title.cjs +11 -7
- package/dist/components/radio-card-group/radio-card-group-item-title.js +11 -7
- package/dist/main.cjs +7 -301
- package/dist/main.js +15 -309
- package/dist/style.css +44 -29
- package/dist/tokens/border/variables.cjs +13 -0
- package/dist/tokens/border/variables.js +14 -1
- package/dist/tokens/breakpoint/variables.cjs +8 -0
- package/dist/tokens/breakpoint/variables.js +9 -1
- package/dist/tokens/color/variables.cjs +230 -0
- package/dist/tokens/color/variables.js +231 -1
- package/dist/tokens/index.cjs +7 -301
- package/dist/tokens/index.d.ts +7 -7
- package/dist/tokens/index.js +14 -308
- package/dist/tokens/motion/variables.cjs +15 -0
- package/dist/tokens/motion/variables.js +16 -1
- package/dist/tokens/shadow/variables.cjs +8 -0
- package/dist/tokens/shadow/variables.js +9 -1
- package/dist/tokens/spacing/variables.cjs +27 -0
- package/dist/tokens/spacing/variables.js +28 -1
- package/dist/tokens/typography/variables.cjs +28 -0
- package/dist/tokens/typography/variables.js +29 -1
- package/package.json +2 -2
|
@@ -226,6 +226,235 @@ const teddyColorBorderStatusWarning = "#cc7a00";
|
|
|
226
226
|
const teddyColorBorderStatusInfo = "#0078cb";
|
|
227
227
|
const teddyColorBorderStatusSuccess = "#018842";
|
|
228
228
|
const teddyColorOverlayDefault = "rgba(0, 0, 0, 0.33)";
|
|
229
|
+
const variables = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
230
|
+
__proto__: null,
|
|
231
|
+
teddyColorBackgroundInteractiveDestructive,
|
|
232
|
+
teddyColorBackgroundInteractiveDestructiveActive,
|
|
233
|
+
teddyColorBackgroundInteractiveDestructiveHover,
|
|
234
|
+
teddyColorBackgroundInteractiveDisabled,
|
|
235
|
+
teddyColorBackgroundInteractiveDisabledNegative,
|
|
236
|
+
teddyColorBackgroundInteractiveExpressive,
|
|
237
|
+
teddyColorBackgroundInteractiveExpressiveActive,
|
|
238
|
+
teddyColorBackgroundInteractiveExpressiveHover,
|
|
239
|
+
teddyColorBackgroundInteractiveExpressiveNegative,
|
|
240
|
+
teddyColorBackgroundInteractiveExpressiveNegativeActive,
|
|
241
|
+
teddyColorBackgroundInteractiveExpressiveNegativeHover,
|
|
242
|
+
teddyColorBackgroundInteractiveInactive,
|
|
243
|
+
teddyColorBackgroundInteractiveInactiveNegative,
|
|
244
|
+
teddyColorBackgroundInteractivePrimary,
|
|
245
|
+
teddyColorBackgroundInteractivePrimaryActive,
|
|
246
|
+
teddyColorBackgroundInteractivePrimaryHover,
|
|
247
|
+
teddyColorBackgroundInteractivePrimaryNegative,
|
|
248
|
+
teddyColorBackgroundInteractivePrimaryNegativeActive,
|
|
249
|
+
teddyColorBackgroundInteractivePrimaryNegativeHover,
|
|
250
|
+
teddyColorBackgroundInteractiveReadOnly,
|
|
251
|
+
teddyColorBackgroundInteractiveTransparent,
|
|
252
|
+
teddyColorBackgroundInteractiveTransparentActive,
|
|
253
|
+
teddyColorBackgroundInteractiveTransparentHover,
|
|
254
|
+
teddyColorBackgroundInteractiveTransparentNegativeActive,
|
|
255
|
+
teddyColorBackgroundInteractiveTransparentNegativeHover,
|
|
256
|
+
teddyColorBackgroundPrimary,
|
|
257
|
+
teddyColorBackgroundSecondary,
|
|
258
|
+
teddyColorBackgroundStatusAttention,
|
|
259
|
+
teddyColorBackgroundStatusError,
|
|
260
|
+
teddyColorBackgroundStatusErrorStrong,
|
|
261
|
+
teddyColorBackgroundStatusInfo,
|
|
262
|
+
teddyColorBackgroundStatusInfoStrong,
|
|
263
|
+
teddyColorBackgroundStatusNeutral,
|
|
264
|
+
teddyColorBackgroundStatusSpecial,
|
|
265
|
+
teddyColorBackgroundStatusSuccess,
|
|
266
|
+
teddyColorBackgroundStatusSuccessStrong,
|
|
267
|
+
teddyColorBackgroundStatusWarning,
|
|
268
|
+
teddyColorBackgroundStatusWarningStrong,
|
|
269
|
+
teddyColorBackgroundToneOnTonePrimary,
|
|
270
|
+
teddyColorBackgroundToneOnToneQuaternary,
|
|
271
|
+
teddyColorBackgroundToneOnToneSecondary,
|
|
272
|
+
teddyColorBackgroundToneOnToneTertiary,
|
|
273
|
+
teddyColorBeige100,
|
|
274
|
+
teddyColorBeige200,
|
|
275
|
+
teddyColorBeige300,
|
|
276
|
+
teddyColorBeige400,
|
|
277
|
+
teddyColorBeige50,
|
|
278
|
+
teddyColorBeige500,
|
|
279
|
+
teddyColorBeige600,
|
|
280
|
+
teddyColorBeige700,
|
|
281
|
+
teddyColorBeige800,
|
|
282
|
+
teddyColorBeige900,
|
|
283
|
+
teddyColorBeige950,
|
|
284
|
+
teddyColorBlue100,
|
|
285
|
+
teddyColorBlue200,
|
|
286
|
+
teddyColorBlue300,
|
|
287
|
+
teddyColorBlue400,
|
|
288
|
+
teddyColorBlue50,
|
|
289
|
+
teddyColorBlue500,
|
|
290
|
+
teddyColorBlue600,
|
|
291
|
+
teddyColorBlue700,
|
|
292
|
+
teddyColorBlue800,
|
|
293
|
+
teddyColorBlue900,
|
|
294
|
+
teddyColorBlue950,
|
|
295
|
+
teddyColorBorderInteractiveFocus,
|
|
296
|
+
teddyColorBorderInteractivePrimary,
|
|
297
|
+
teddyColorBorderInteractivePrimaryActive,
|
|
298
|
+
teddyColorBorderInteractivePrimaryHover,
|
|
299
|
+
teddyColorBorderInteractivePrimaryNegative,
|
|
300
|
+
teddyColorBorderInteractivePrimaryNegativeActive,
|
|
301
|
+
teddyColorBorderInteractivePrimaryNegativeHover,
|
|
302
|
+
teddyColorBorderInteractiveSelected,
|
|
303
|
+
teddyColorBorderInteractiveSubtle,
|
|
304
|
+
teddyColorBorderInteractiveSubtleHover,
|
|
305
|
+
teddyColorBorderMedium,
|
|
306
|
+
teddyColorBorderMediumNegative,
|
|
307
|
+
teddyColorBorderStatusError,
|
|
308
|
+
teddyColorBorderStatusInfo,
|
|
309
|
+
teddyColorBorderStatusSuccess,
|
|
310
|
+
teddyColorBorderStatusWarning,
|
|
311
|
+
teddyColorBorderStrong,
|
|
312
|
+
teddyColorBorderStrongNegative,
|
|
313
|
+
teddyColorBorderWeak,
|
|
314
|
+
teddyColorBorderWeakNegative,
|
|
315
|
+
teddyColorBrandBeige,
|
|
316
|
+
teddyColorBrandCorePurple,
|
|
317
|
+
teddyColorBrandDeepBeige,
|
|
318
|
+
teddyColorBrandDeepPurple,
|
|
319
|
+
teddyColorBrandLightBeige,
|
|
320
|
+
teddyColorBrandLightPurple,
|
|
321
|
+
teddyColorBrandOffBlack,
|
|
322
|
+
teddyColorBrandWhite,
|
|
323
|
+
teddyColorFunctionalBlack,
|
|
324
|
+
teddyColorFunctionalTransparent,
|
|
325
|
+
teddyColorFunctionalWhite,
|
|
326
|
+
teddyColorGray100,
|
|
327
|
+
teddyColorGray150,
|
|
328
|
+
teddyColorGray200,
|
|
329
|
+
teddyColorGray300,
|
|
330
|
+
teddyColorGray400,
|
|
331
|
+
teddyColorGray50,
|
|
332
|
+
teddyColorGray500,
|
|
333
|
+
teddyColorGray600,
|
|
334
|
+
teddyColorGray700,
|
|
335
|
+
teddyColorGray800,
|
|
336
|
+
teddyColorGray850,
|
|
337
|
+
teddyColorGray900,
|
|
338
|
+
teddyColorGray950,
|
|
339
|
+
teddyColorGreen100,
|
|
340
|
+
teddyColorGreen200,
|
|
341
|
+
teddyColorGreen300,
|
|
342
|
+
teddyColorGreen400,
|
|
343
|
+
teddyColorGreen50,
|
|
344
|
+
teddyColorGreen500,
|
|
345
|
+
teddyColorGreen600,
|
|
346
|
+
teddyColorGreen700,
|
|
347
|
+
teddyColorGreen800,
|
|
348
|
+
teddyColorGreen900,
|
|
349
|
+
teddyColorGreen950,
|
|
350
|
+
teddyColorOrange100,
|
|
351
|
+
teddyColorOrange200,
|
|
352
|
+
teddyColorOrange300,
|
|
353
|
+
teddyColorOrange400,
|
|
354
|
+
teddyColorOrange50,
|
|
355
|
+
teddyColorOrange500,
|
|
356
|
+
teddyColorOrange600,
|
|
357
|
+
teddyColorOrange700,
|
|
358
|
+
teddyColorOrange800,
|
|
359
|
+
teddyColorOrange900,
|
|
360
|
+
teddyColorOrange950,
|
|
361
|
+
teddyColorOverlayDefault,
|
|
362
|
+
teddyColorPurple100,
|
|
363
|
+
teddyColorPurple200,
|
|
364
|
+
teddyColorPurple300,
|
|
365
|
+
teddyColorPurple400,
|
|
366
|
+
teddyColorPurple50,
|
|
367
|
+
teddyColorPurple500,
|
|
368
|
+
teddyColorPurple550,
|
|
369
|
+
teddyColorPurple600,
|
|
370
|
+
teddyColorPurple700,
|
|
371
|
+
teddyColorPurple800,
|
|
372
|
+
teddyColorPurple900,
|
|
373
|
+
teddyColorPurple950,
|
|
374
|
+
teddyColorRed100,
|
|
375
|
+
teddyColorRed200,
|
|
376
|
+
teddyColorRed300,
|
|
377
|
+
teddyColorRed400,
|
|
378
|
+
teddyColorRed50,
|
|
379
|
+
teddyColorRed500,
|
|
380
|
+
teddyColorRed600,
|
|
381
|
+
teddyColorRed700,
|
|
382
|
+
teddyColorRed800,
|
|
383
|
+
teddyColorRed900,
|
|
384
|
+
teddyColorRed950,
|
|
385
|
+
teddyColorTeal100,
|
|
386
|
+
teddyColorTeal200,
|
|
387
|
+
teddyColorTeal300,
|
|
388
|
+
teddyColorTeal400,
|
|
389
|
+
teddyColorTeal50,
|
|
390
|
+
teddyColorTeal500,
|
|
391
|
+
teddyColorTeal600,
|
|
392
|
+
teddyColorTeal700,
|
|
393
|
+
teddyColorTeal800,
|
|
394
|
+
teddyColorTeal900,
|
|
395
|
+
teddyColorTeal950,
|
|
396
|
+
teddyColorTextDefault,
|
|
397
|
+
teddyColorTextDefaultNegative,
|
|
398
|
+
teddyColorTextInteractiveOnDestructive,
|
|
399
|
+
teddyColorTextInteractiveOnExpressive,
|
|
400
|
+
teddyColorTextInteractiveOnExpressiveNegative,
|
|
401
|
+
teddyColorTextInteractiveOnExpressiveNegativeActive,
|
|
402
|
+
teddyColorTextInteractiveOnExpressiveNegativeHover,
|
|
403
|
+
teddyColorTextInteractiveOnPrimary,
|
|
404
|
+
teddyColorTextInteractiveOnPrimaryNegative,
|
|
405
|
+
teddyColorTextInteractivePrimary,
|
|
406
|
+
teddyColorTextInteractivePrimaryActive,
|
|
407
|
+
teddyColorTextInteractivePrimaryHover,
|
|
408
|
+
teddyColorTextInteractivePrimaryNegative,
|
|
409
|
+
teddyColorTextInteractivePrimaryNegativeActive,
|
|
410
|
+
teddyColorTextInteractivePrimaryNegativeHover,
|
|
411
|
+
teddyColorTextInteractiveSelected,
|
|
412
|
+
teddyColorTextMedium,
|
|
413
|
+
teddyColorTextMediumNegative,
|
|
414
|
+
teddyColorTextStatusAttention,
|
|
415
|
+
teddyColorTextStatusDiscount,
|
|
416
|
+
teddyColorTextStatusErrorMedium,
|
|
417
|
+
teddyColorTextStatusErrorStrong,
|
|
418
|
+
teddyColorTextStatusInfoMedium,
|
|
419
|
+
teddyColorTextStatusInfoStrong,
|
|
420
|
+
teddyColorTextStatusNeutral,
|
|
421
|
+
teddyColorTextStatusSpecial,
|
|
422
|
+
teddyColorTextStatusSuccessMedium,
|
|
423
|
+
teddyColorTextStatusSuccessStrong,
|
|
424
|
+
teddyColorTextStatusWarningMedium,
|
|
425
|
+
teddyColorTextStatusWarningStrong,
|
|
426
|
+
teddyColorTextToneOnTonePrimary,
|
|
427
|
+
teddyColorTextToneOnToneSecondary,
|
|
428
|
+
teddyColorTextToneOnToneTertiary,
|
|
429
|
+
teddyColorTextWeak,
|
|
430
|
+
teddyColorTextWeakNegative,
|
|
431
|
+
teddyColorTransparentBlack100,
|
|
432
|
+
teddyColorTransparentBlack150,
|
|
433
|
+
teddyColorTransparentBlack200,
|
|
434
|
+
teddyColorTransparentBlack300,
|
|
435
|
+
teddyColorTransparentBlack400,
|
|
436
|
+
teddyColorTransparentBlack50,
|
|
437
|
+
teddyColorTransparentBlack500,
|
|
438
|
+
teddyColorTransparentBlack600,
|
|
439
|
+
teddyColorTransparentBlack700,
|
|
440
|
+
teddyColorTransparentBlack800,
|
|
441
|
+
teddyColorTransparentBlack850,
|
|
442
|
+
teddyColorTransparentBlack900,
|
|
443
|
+
teddyColorTransparentBlack950,
|
|
444
|
+
teddyColorTransparentWhite100,
|
|
445
|
+
teddyColorTransparentWhite150,
|
|
446
|
+
teddyColorTransparentWhite200,
|
|
447
|
+
teddyColorTransparentWhite300,
|
|
448
|
+
teddyColorTransparentWhite400,
|
|
449
|
+
teddyColorTransparentWhite50,
|
|
450
|
+
teddyColorTransparentWhite500,
|
|
451
|
+
teddyColorTransparentWhite600,
|
|
452
|
+
teddyColorTransparentWhite700,
|
|
453
|
+
teddyColorTransparentWhite800,
|
|
454
|
+
teddyColorTransparentWhite850,
|
|
455
|
+
teddyColorTransparentWhite900,
|
|
456
|
+
teddyColorTransparentWhite950
|
|
457
|
+
}, Symbol.toStringTag, { value: "Module" }));
|
|
229
458
|
exports.teddyColorBackgroundInteractiveDestructive = teddyColorBackgroundInteractiveDestructive;
|
|
230
459
|
exports.teddyColorBackgroundInteractiveDestructiveActive = teddyColorBackgroundInteractiveDestructiveActive;
|
|
231
460
|
exports.teddyColorBackgroundInteractiveDestructiveHover = teddyColorBackgroundInteractiveDestructiveHover;
|
|
@@ -452,3 +681,4 @@ exports.teddyColorTransparentWhite800 = teddyColorTransparentWhite800;
|
|
|
452
681
|
exports.teddyColorTransparentWhite850 = teddyColorTransparentWhite850;
|
|
453
682
|
exports.teddyColorTransparentWhite900 = teddyColorTransparentWhite900;
|
|
454
683
|
exports.teddyColorTransparentWhite950 = teddyColorTransparentWhite950;
|
|
684
|
+
exports.variables = variables;
|
|
@@ -224,7 +224,8 @@ const teddyColorBorderStatusWarning = "#cc7a00";
|
|
|
224
224
|
const teddyColorBorderStatusInfo = "#0078cb";
|
|
225
225
|
const teddyColorBorderStatusSuccess = "#018842";
|
|
226
226
|
const teddyColorOverlayDefault = "rgba(0, 0, 0, 0.33)";
|
|
227
|
-
|
|
227
|
+
const variables = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
228
|
+
__proto__: null,
|
|
228
229
|
teddyColorBackgroundInteractiveDestructive,
|
|
229
230
|
teddyColorBackgroundInteractiveDestructiveActive,
|
|
230
231
|
teddyColorBackgroundInteractiveDestructiveHover,
|
|
@@ -451,4 +452,233 @@ export {
|
|
|
451
452
|
teddyColorTransparentWhite850,
|
|
452
453
|
teddyColorTransparentWhite900,
|
|
453
454
|
teddyColorTransparentWhite950
|
|
455
|
+
}, Symbol.toStringTag, { value: "Module" }));
|
|
456
|
+
export {
|
|
457
|
+
teddyColorBackgroundInteractiveDestructive,
|
|
458
|
+
teddyColorBackgroundInteractiveDestructiveActive,
|
|
459
|
+
teddyColorBackgroundInteractiveDestructiveHover,
|
|
460
|
+
teddyColorBackgroundInteractiveDisabled,
|
|
461
|
+
teddyColorBackgroundInteractiveDisabledNegative,
|
|
462
|
+
teddyColorBackgroundInteractiveExpressive,
|
|
463
|
+
teddyColorBackgroundInteractiveExpressiveActive,
|
|
464
|
+
teddyColorBackgroundInteractiveExpressiveHover,
|
|
465
|
+
teddyColorBackgroundInteractiveExpressiveNegative,
|
|
466
|
+
teddyColorBackgroundInteractiveExpressiveNegativeActive,
|
|
467
|
+
teddyColorBackgroundInteractiveExpressiveNegativeHover,
|
|
468
|
+
teddyColorBackgroundInteractiveInactive,
|
|
469
|
+
teddyColorBackgroundInteractiveInactiveNegative,
|
|
470
|
+
teddyColorBackgroundInteractivePrimary,
|
|
471
|
+
teddyColorBackgroundInteractivePrimaryActive,
|
|
472
|
+
teddyColorBackgroundInteractivePrimaryHover,
|
|
473
|
+
teddyColorBackgroundInteractivePrimaryNegative,
|
|
474
|
+
teddyColorBackgroundInteractivePrimaryNegativeActive,
|
|
475
|
+
teddyColorBackgroundInteractivePrimaryNegativeHover,
|
|
476
|
+
teddyColorBackgroundInteractiveReadOnly,
|
|
477
|
+
teddyColorBackgroundInteractiveTransparent,
|
|
478
|
+
teddyColorBackgroundInteractiveTransparentActive,
|
|
479
|
+
teddyColorBackgroundInteractiveTransparentHover,
|
|
480
|
+
teddyColorBackgroundInteractiveTransparentNegativeActive,
|
|
481
|
+
teddyColorBackgroundInteractiveTransparentNegativeHover,
|
|
482
|
+
teddyColorBackgroundPrimary,
|
|
483
|
+
teddyColorBackgroundSecondary,
|
|
484
|
+
teddyColorBackgroundStatusAttention,
|
|
485
|
+
teddyColorBackgroundStatusError,
|
|
486
|
+
teddyColorBackgroundStatusErrorStrong,
|
|
487
|
+
teddyColorBackgroundStatusInfo,
|
|
488
|
+
teddyColorBackgroundStatusInfoStrong,
|
|
489
|
+
teddyColorBackgroundStatusNeutral,
|
|
490
|
+
teddyColorBackgroundStatusSpecial,
|
|
491
|
+
teddyColorBackgroundStatusSuccess,
|
|
492
|
+
teddyColorBackgroundStatusSuccessStrong,
|
|
493
|
+
teddyColorBackgroundStatusWarning,
|
|
494
|
+
teddyColorBackgroundStatusWarningStrong,
|
|
495
|
+
teddyColorBackgroundToneOnTonePrimary,
|
|
496
|
+
teddyColorBackgroundToneOnToneQuaternary,
|
|
497
|
+
teddyColorBackgroundToneOnToneSecondary,
|
|
498
|
+
teddyColorBackgroundToneOnToneTertiary,
|
|
499
|
+
teddyColorBeige100,
|
|
500
|
+
teddyColorBeige200,
|
|
501
|
+
teddyColorBeige300,
|
|
502
|
+
teddyColorBeige400,
|
|
503
|
+
teddyColorBeige50,
|
|
504
|
+
teddyColorBeige500,
|
|
505
|
+
teddyColorBeige600,
|
|
506
|
+
teddyColorBeige700,
|
|
507
|
+
teddyColorBeige800,
|
|
508
|
+
teddyColorBeige900,
|
|
509
|
+
teddyColorBeige950,
|
|
510
|
+
teddyColorBlue100,
|
|
511
|
+
teddyColorBlue200,
|
|
512
|
+
teddyColorBlue300,
|
|
513
|
+
teddyColorBlue400,
|
|
514
|
+
teddyColorBlue50,
|
|
515
|
+
teddyColorBlue500,
|
|
516
|
+
teddyColorBlue600,
|
|
517
|
+
teddyColorBlue700,
|
|
518
|
+
teddyColorBlue800,
|
|
519
|
+
teddyColorBlue900,
|
|
520
|
+
teddyColorBlue950,
|
|
521
|
+
teddyColorBorderInteractiveFocus,
|
|
522
|
+
teddyColorBorderInteractivePrimary,
|
|
523
|
+
teddyColorBorderInteractivePrimaryActive,
|
|
524
|
+
teddyColorBorderInteractivePrimaryHover,
|
|
525
|
+
teddyColorBorderInteractivePrimaryNegative,
|
|
526
|
+
teddyColorBorderInteractivePrimaryNegativeActive,
|
|
527
|
+
teddyColorBorderInteractivePrimaryNegativeHover,
|
|
528
|
+
teddyColorBorderInteractiveSelected,
|
|
529
|
+
teddyColorBorderInteractiveSubtle,
|
|
530
|
+
teddyColorBorderInteractiveSubtleHover,
|
|
531
|
+
teddyColorBorderMedium,
|
|
532
|
+
teddyColorBorderMediumNegative,
|
|
533
|
+
teddyColorBorderStatusError,
|
|
534
|
+
teddyColorBorderStatusInfo,
|
|
535
|
+
teddyColorBorderStatusSuccess,
|
|
536
|
+
teddyColorBorderStatusWarning,
|
|
537
|
+
teddyColorBorderStrong,
|
|
538
|
+
teddyColorBorderStrongNegative,
|
|
539
|
+
teddyColorBorderWeak,
|
|
540
|
+
teddyColorBorderWeakNegative,
|
|
541
|
+
teddyColorBrandBeige,
|
|
542
|
+
teddyColorBrandCorePurple,
|
|
543
|
+
teddyColorBrandDeepBeige,
|
|
544
|
+
teddyColorBrandDeepPurple,
|
|
545
|
+
teddyColorBrandLightBeige,
|
|
546
|
+
teddyColorBrandLightPurple,
|
|
547
|
+
teddyColorBrandOffBlack,
|
|
548
|
+
teddyColorBrandWhite,
|
|
549
|
+
teddyColorFunctionalBlack,
|
|
550
|
+
teddyColorFunctionalTransparent,
|
|
551
|
+
teddyColorFunctionalWhite,
|
|
552
|
+
teddyColorGray100,
|
|
553
|
+
teddyColorGray150,
|
|
554
|
+
teddyColorGray200,
|
|
555
|
+
teddyColorGray300,
|
|
556
|
+
teddyColorGray400,
|
|
557
|
+
teddyColorGray50,
|
|
558
|
+
teddyColorGray500,
|
|
559
|
+
teddyColorGray600,
|
|
560
|
+
teddyColorGray700,
|
|
561
|
+
teddyColorGray800,
|
|
562
|
+
teddyColorGray850,
|
|
563
|
+
teddyColorGray900,
|
|
564
|
+
teddyColorGray950,
|
|
565
|
+
teddyColorGreen100,
|
|
566
|
+
teddyColorGreen200,
|
|
567
|
+
teddyColorGreen300,
|
|
568
|
+
teddyColorGreen400,
|
|
569
|
+
teddyColorGreen50,
|
|
570
|
+
teddyColorGreen500,
|
|
571
|
+
teddyColorGreen600,
|
|
572
|
+
teddyColorGreen700,
|
|
573
|
+
teddyColorGreen800,
|
|
574
|
+
teddyColorGreen900,
|
|
575
|
+
teddyColorGreen950,
|
|
576
|
+
teddyColorOrange100,
|
|
577
|
+
teddyColorOrange200,
|
|
578
|
+
teddyColorOrange300,
|
|
579
|
+
teddyColorOrange400,
|
|
580
|
+
teddyColorOrange50,
|
|
581
|
+
teddyColorOrange500,
|
|
582
|
+
teddyColorOrange600,
|
|
583
|
+
teddyColorOrange700,
|
|
584
|
+
teddyColorOrange800,
|
|
585
|
+
teddyColorOrange900,
|
|
586
|
+
teddyColorOrange950,
|
|
587
|
+
teddyColorOverlayDefault,
|
|
588
|
+
teddyColorPurple100,
|
|
589
|
+
teddyColorPurple200,
|
|
590
|
+
teddyColorPurple300,
|
|
591
|
+
teddyColorPurple400,
|
|
592
|
+
teddyColorPurple50,
|
|
593
|
+
teddyColorPurple500,
|
|
594
|
+
teddyColorPurple550,
|
|
595
|
+
teddyColorPurple600,
|
|
596
|
+
teddyColorPurple700,
|
|
597
|
+
teddyColorPurple800,
|
|
598
|
+
teddyColorPurple900,
|
|
599
|
+
teddyColorPurple950,
|
|
600
|
+
teddyColorRed100,
|
|
601
|
+
teddyColorRed200,
|
|
602
|
+
teddyColorRed300,
|
|
603
|
+
teddyColorRed400,
|
|
604
|
+
teddyColorRed50,
|
|
605
|
+
teddyColorRed500,
|
|
606
|
+
teddyColorRed600,
|
|
607
|
+
teddyColorRed700,
|
|
608
|
+
teddyColorRed800,
|
|
609
|
+
teddyColorRed900,
|
|
610
|
+
teddyColorRed950,
|
|
611
|
+
teddyColorTeal100,
|
|
612
|
+
teddyColorTeal200,
|
|
613
|
+
teddyColorTeal300,
|
|
614
|
+
teddyColorTeal400,
|
|
615
|
+
teddyColorTeal50,
|
|
616
|
+
teddyColorTeal500,
|
|
617
|
+
teddyColorTeal600,
|
|
618
|
+
teddyColorTeal700,
|
|
619
|
+
teddyColorTeal800,
|
|
620
|
+
teddyColorTeal900,
|
|
621
|
+
teddyColorTeal950,
|
|
622
|
+
teddyColorTextDefault,
|
|
623
|
+
teddyColorTextDefaultNegative,
|
|
624
|
+
teddyColorTextInteractiveOnDestructive,
|
|
625
|
+
teddyColorTextInteractiveOnExpressive,
|
|
626
|
+
teddyColorTextInteractiveOnExpressiveNegative,
|
|
627
|
+
teddyColorTextInteractiveOnExpressiveNegativeActive,
|
|
628
|
+
teddyColorTextInteractiveOnExpressiveNegativeHover,
|
|
629
|
+
teddyColorTextInteractiveOnPrimary,
|
|
630
|
+
teddyColorTextInteractiveOnPrimaryNegative,
|
|
631
|
+
teddyColorTextInteractivePrimary,
|
|
632
|
+
teddyColorTextInteractivePrimaryActive,
|
|
633
|
+
teddyColorTextInteractivePrimaryHover,
|
|
634
|
+
teddyColorTextInteractivePrimaryNegative,
|
|
635
|
+
teddyColorTextInteractivePrimaryNegativeActive,
|
|
636
|
+
teddyColorTextInteractivePrimaryNegativeHover,
|
|
637
|
+
teddyColorTextInteractiveSelected,
|
|
638
|
+
teddyColorTextMedium,
|
|
639
|
+
teddyColorTextMediumNegative,
|
|
640
|
+
teddyColorTextStatusAttention,
|
|
641
|
+
teddyColorTextStatusDiscount,
|
|
642
|
+
teddyColorTextStatusErrorMedium,
|
|
643
|
+
teddyColorTextStatusErrorStrong,
|
|
644
|
+
teddyColorTextStatusInfoMedium,
|
|
645
|
+
teddyColorTextStatusInfoStrong,
|
|
646
|
+
teddyColorTextStatusNeutral,
|
|
647
|
+
teddyColorTextStatusSpecial,
|
|
648
|
+
teddyColorTextStatusSuccessMedium,
|
|
649
|
+
teddyColorTextStatusSuccessStrong,
|
|
650
|
+
teddyColorTextStatusWarningMedium,
|
|
651
|
+
teddyColorTextStatusWarningStrong,
|
|
652
|
+
teddyColorTextToneOnTonePrimary,
|
|
653
|
+
teddyColorTextToneOnToneSecondary,
|
|
654
|
+
teddyColorTextToneOnToneTertiary,
|
|
655
|
+
teddyColorTextWeak,
|
|
656
|
+
teddyColorTextWeakNegative,
|
|
657
|
+
teddyColorTransparentBlack100,
|
|
658
|
+
teddyColorTransparentBlack150,
|
|
659
|
+
teddyColorTransparentBlack200,
|
|
660
|
+
teddyColorTransparentBlack300,
|
|
661
|
+
teddyColorTransparentBlack400,
|
|
662
|
+
teddyColorTransparentBlack50,
|
|
663
|
+
teddyColorTransparentBlack500,
|
|
664
|
+
teddyColorTransparentBlack600,
|
|
665
|
+
teddyColorTransparentBlack700,
|
|
666
|
+
teddyColorTransparentBlack800,
|
|
667
|
+
teddyColorTransparentBlack850,
|
|
668
|
+
teddyColorTransparentBlack900,
|
|
669
|
+
teddyColorTransparentBlack950,
|
|
670
|
+
teddyColorTransparentWhite100,
|
|
671
|
+
teddyColorTransparentWhite150,
|
|
672
|
+
teddyColorTransparentWhite200,
|
|
673
|
+
teddyColorTransparentWhite300,
|
|
674
|
+
teddyColorTransparentWhite400,
|
|
675
|
+
teddyColorTransparentWhite50,
|
|
676
|
+
teddyColorTransparentWhite500,
|
|
677
|
+
teddyColorTransparentWhite600,
|
|
678
|
+
teddyColorTransparentWhite700,
|
|
679
|
+
teddyColorTransparentWhite800,
|
|
680
|
+
teddyColorTransparentWhite850,
|
|
681
|
+
teddyColorTransparentWhite900,
|
|
682
|
+
teddyColorTransparentWhite950,
|
|
683
|
+
variables as v
|
|
454
684
|
};
|