@telia/teddy 0.7.16 → 0.7.26

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 (72) hide show
  1. package/dist/components/card/card.cjs +52 -52
  2. package/dist/components/card/card.js +52 -52
  3. package/dist/components/checkbox-card-group/checkbox-card-group-content.cjs +64 -0
  4. package/dist/components/checkbox-card-group/checkbox-card-group-content.d.ts +5 -0
  5. package/dist/components/checkbox-card-group/checkbox-card-group-content.js +64 -0
  6. package/dist/components/checkbox-card-group/checkbox-card-group-indicator.cjs +1465 -0
  7. package/dist/components/checkbox-card-group/checkbox-card-group-indicator.d.ts +12 -0
  8. package/dist/components/checkbox-card-group/checkbox-card-group-indicator.js +1446 -0
  9. package/dist/components/checkbox-card-group/checkbox-card-group-item-body.cjs +15 -0
  10. package/dist/components/checkbox-card-group/checkbox-card-group-item-body.d.ts +5 -0
  11. package/dist/components/checkbox-card-group/checkbox-card-group-item-body.js +15 -0
  12. package/dist/components/checkbox-card-group/checkbox-card-group-item-title.cjs +65 -0
  13. package/dist/components/checkbox-card-group/checkbox-card-group-item-title.d.ts +14 -0
  14. package/dist/components/checkbox-card-group/checkbox-card-group-item-title.js +65 -0
  15. package/dist/components/checkbox-card-group/checkbox-card-group-item.cjs +66 -0
  16. package/dist/components/checkbox-card-group/checkbox-card-group-item.d.ts +22 -0
  17. package/dist/components/checkbox-card-group/checkbox-card-group-item.js +66 -0
  18. package/dist/components/checkbox-card-group/checkbox-card-group-label.cjs +29 -0
  19. package/dist/components/checkbox-card-group/checkbox-card-group-label.d.ts +65 -0
  20. package/dist/components/checkbox-card-group/checkbox-card-group-label.js +29 -0
  21. package/dist/components/checkbox-card-group/checkbox-card-group-root.cjs +42 -0
  22. package/dist/components/checkbox-card-group/checkbox-card-group-root.d.ts +39 -0
  23. package/dist/components/checkbox-card-group/checkbox-card-group-root.js +42 -0
  24. package/dist/components/checkbox-card-group/index.cjs +7 -0
  25. package/dist/components/checkbox-card-group/index.d.ts +76 -0
  26. package/dist/components/checkbox-card-group/index.js +7 -0
  27. package/dist/components/index.cjs +6 -5
  28. package/dist/components/index.d.ts +1 -0
  29. package/dist/components/index.js +2 -1
  30. package/dist/components/modal/index.cjs +2 -2
  31. package/dist/components/modal/index.js +1 -1
  32. package/dist/components/modal/modal-close.cjs +2 -2
  33. package/dist/components/modal/modal-close.js +2 -2
  34. package/dist/components/navigation-menu/global-navigation/global-navigation-desktop-simplified.cjs +2 -2
  35. package/dist/components/navigation-menu/global-navigation/global-navigation-desktop-simplified.js +2 -2
  36. package/dist/components/navigation-menu/global-navigation/global-navigation-desktop.cjs +2 -2
  37. package/dist/components/navigation-menu/global-navigation/global-navigation-desktop.js +1 -1
  38. package/dist/components/navigation-menu/global-navigation/global-navigation-mobile-simplified.cjs +2 -2
  39. package/dist/components/navigation-menu/global-navigation/global-navigation-mobile-simplified.js +2 -2
  40. package/dist/components/navigation-menu/global-navigation/global-navigation-mobile.cjs +3 -3
  41. package/dist/components/navigation-menu/global-navigation/global-navigation-mobile.js +2 -2
  42. package/dist/components/navigation-menu/global-navigation/global-navigation-my-pages.cjs +2 -2
  43. package/dist/components/navigation-menu/global-navigation/global-navigation-my-pages.js +2 -2
  44. package/dist/components/navigation-menu/global-navigation/global-navigation-root.cjs +4 -4
  45. package/dist/components/navigation-menu/global-navigation/global-navigation-root.js +4 -4
  46. package/dist/components/navigation-menu/global-navigation/global-navigation-search-field.cjs +2 -2
  47. package/dist/components/navigation-menu/global-navigation/global-navigation-search-field.js +2 -2
  48. package/dist/components/navigation-menu/global-navigation/global-navigation-search.cjs +2 -2
  49. package/dist/components/navigation-menu/global-navigation/global-navigation-search.js +2 -2
  50. package/dist/components/navigation-menu/global-navigation/global-navigation-shopping-cart.cjs +2 -2
  51. package/dist/components/navigation-menu/global-navigation/global-navigation-shopping-cart.js +2 -2
  52. package/dist/components/navigation-menu/global-navigation/index.cjs +2 -2
  53. package/dist/components/navigation-menu/global-navigation/index.js +1 -1
  54. package/dist/components/navigation-menu/index.cjs +3 -3
  55. package/dist/components/navigation-menu/index.js +1 -1
  56. package/dist/components/navigation-menu/navigation-menu.cjs +4 -4
  57. package/dist/components/navigation-menu/navigation-menu.js +1 -1
  58. package/dist/components/radio-card-group/index.cjs +2 -2
  59. package/dist/components/radio-card-group/index.js +1 -1
  60. package/dist/components/radio-card-group/radio-card-group-content.cjs +2 -2
  61. package/dist/components/radio-card-group/radio-card-group-content.js +2 -2
  62. package/dist/components/radio-card-group/radio-card-group-item-title.cjs +21 -1328
  63. package/dist/components/radio-card-group/radio-card-group-item-title.js +21 -1309
  64. package/dist/components/radio-card-group/radio-card-group-item.cjs +3 -3
  65. package/dist/components/radio-card-group/radio-card-group-item.js +3 -3
  66. package/dist/main.cjs +6 -5
  67. package/dist/main.js +2 -1
  68. package/dist/style.css +425 -213
  69. package/dist/tokens/color/variables.cjs +32 -32
  70. package/dist/tokens/color/variables.d.ts +32 -32
  71. package/dist/tokens/color/variables.js +32 -32
  72. package/package.json +5 -5
@@ -233,53 +233,53 @@ const teddyColorBackgroundToneOnToneQuaternary = "#f9f1ec";
233
233
  const teddyColorBackgroundLightPurple = "#faf0ff";
234
234
  const teddyColorBackgroundLightPurpleNegative = "#4a4a4d";
235
235
  const teddyColorBackgroundCardDefault = "#ffffff";
236
- const teddyColorBackgroundCardDefaultNegative = "#1e1e20";
237
- const teddyColorBackgroundCardDefaultHover = "#f5e0ff";
238
- const teddyColorBackgroundCardDefaultHoverNegative = "#29003e";
236
+ const teddyColorBackgroundCardDefaultNegative = "#353537";
237
+ const teddyColorBackgroundCardDefaultHover = "#faf0ff";
238
+ const teddyColorBackgroundCardDefaultHoverNegative = "#4a4a4d";
239
239
  const teddyColorBackgroundCardDefaultActive = "#f5e0ff";
240
- const teddyColorBackgroundCardDefaultActiveNegative = "#29003e";
241
- const teddyColorBackgroundCardGray = "#ffffff";
242
- const teddyColorBackgroundCardGrayNegative = "#1e1e20";
243
- const teddyColorBackgroundCardGrayHover = "#f5e0ff";
244
- const teddyColorBackgroundCardGrayHoverNegative = "#29003e";
245
- const teddyColorBackgroundCardGrayActive = "#f5e0ff";
246
- const teddyColorBackgroundCardGrayActiveNegative = "#29003e";
247
- const teddyColorBackgroundCardBeige = "#ffffff";
248
- const teddyColorBackgroundCardBeigeNegative = "#1e1e20";
240
+ const teddyColorBackgroundCardDefaultActiveNegative = "#5f5f63";
241
+ const teddyColorBackgroundCardGray = "#f3f3f8";
242
+ const teddyColorBackgroundCardGrayNegative = "#353537";
243
+ const teddyColorBackgroundCardGrayHover = "#e5e5eb";
244
+ const teddyColorBackgroundCardGrayHoverNegative = "#4a4a4d";
245
+ const teddyColorBackgroundCardGrayActive = "#c6c6cd";
246
+ const teddyColorBackgroundCardGrayActiveNegative = "#5f5f63";
247
+ const teddyColorBackgroundCardBeige = "#f9f1ec";
248
+ const teddyColorBackgroundCardBeigeNegative = "#353537";
249
249
  const teddyColorBackgroundCardBeigeHover = "#ede1d8";
250
- const teddyColorBackgroundCardBeigeHoverNegative = "#29003e";
251
- const teddyColorBackgroundCardBeigeActive = "#ede1d8";
252
- const teddyColorBackgroundCardBeigeActiveNegative = "#29003e";
250
+ const teddyColorBackgroundCardBeigeHoverNegative = "#4a4a4d";
251
+ const teddyColorBackgroundCardBeigeActive = "#d7c3b5";
252
+ const teddyColorBackgroundCardBeigeActiveNegative = "#5f5f63";
253
253
  const teddyColorBackgroundCardBeigeEmphasis = "#ede1d8";
254
- const teddyColorBackgroundCardBeigeEmphasisNegative = "#1e1e20";
255
- const teddyColorBackgroundCardBeigeEmphasisHover = "#ede1d8";
256
- const teddyColorBackgroundCardBeigeEmphasisHoverNegative = "#29003e";
257
- const teddyColorBackgroundCardBeigeEmphasisActive = "#ede1d8";
258
- const teddyColorBackgroundCardBeigeEmphasisActiveNegative = "#29003e";
254
+ const teddyColorBackgroundCardBeigeEmphasisNegative = "#353537";
255
+ const teddyColorBackgroundCardBeigeEmphasisHover = "#d7c3b5";
256
+ const teddyColorBackgroundCardBeigeEmphasisHoverNegative = "#4a4a4d";
257
+ const teddyColorBackgroundCardBeigeEmphasisActive = "#bba494";
258
+ const teddyColorBackgroundCardBeigeEmphasisActiveNegative = "#5f5f63";
259
259
  const teddyColorBackgroundCardLightPurple = "#f5e0ff";
260
260
  const teddyColorBackgroundCardLightPurpleNegative = "#29003e";
261
261
  const teddyColorBackgroundCardLightPurpleHover = "#e4b6fb";
262
262
  const teddyColorBackgroundCardLightPurpleHoverNegative = "#4e0174";
263
263
  const teddyColorBackgroundCardLightPurpleActive = "#d58df9";
264
264
  const teddyColorBackgroundCardLightPurpleActiveNegative = "#6d02a3";
265
- const teddyColorBackgroundCardDarkPurple = "#e4b6fb";
266
- const teddyColorBackgroundCardDarkPurpleNegative = "#4e0174";
267
- const teddyColorBackgroundCardDarkPurpleHover = "#d58df9";
268
- const teddyColorBackgroundCardDarkPurpleHoverNegative = "#6d02a3";
269
- const teddyColorBackgroundCardDarkPurpleActive = "#c461f7";
270
- const teddyColorBackgroundCardDarkPurpleActiveNegative = "#8c07d0";
265
+ const teddyColorBackgroundCardDarkPurple = "#29003e";
266
+ const teddyColorBackgroundCardDarkPurpleNegative = "#f5e0ff";
267
+ const teddyColorBackgroundCardDarkPurpleHover = "#4e0174";
268
+ const teddyColorBackgroundCardDarkPurpleHoverNegative = "#e4b6fb";
269
+ const teddyColorBackgroundCardDarkPurpleActive = "#6d02a3";
270
+ const teddyColorBackgroundCardDarkPurpleActiveNegative = "#d58df9";
271
271
  const teddyColorBackgroundCardTeal = "#edf5f5";
272
- const teddyColorBackgroundCardTealNegative = "#032220";
272
+ const teddyColorBackgroundCardTealNegative = "#006c67";
273
273
  const teddyColorBackgroundCardTealHover = "#d5eae9";
274
- const teddyColorBackgroundCardTealHoverNegative = "#063c39";
274
+ const teddyColorBackgroundCardTealHoverNegative = "#00847e";
275
275
  const teddyColorBackgroundCardTealActive = "#a1cfcd";
276
- const teddyColorBackgroundCardTealActiveNegative = "#02534f";
276
+ const teddyColorBackgroundCardTealActiveNegative = "#3a9b96";
277
277
  const teddyColorBackgroundCardTealEmphasis = "#d5eae9";
278
- const teddyColorBackgroundCardTealEmphasisNegative = "#063c39";
278
+ const teddyColorBackgroundCardTealEmphasisNegative = "#006c67";
279
279
  const teddyColorBackgroundCardTealEmphasisHover = "#a1cfcd";
280
- const teddyColorBackgroundCardTealEmphasisHoverNegative = "#02534f";
280
+ const teddyColorBackgroundCardTealEmphasisHoverNegative = "#00847e";
281
281
  const teddyColorBackgroundCardTealEmphasisActive = "#6eb5b2";
282
- const teddyColorBackgroundCardTealEmphasisActiveNegative = "#006c67";
282
+ const teddyColorBackgroundCardTealEmphasisActiveNegative = "#3a9b96";
283
283
  const teddyColorBorderMedium = "rgba(0, 0, 0, 0.33)";
284
284
  const teddyColorBorderMediumNegative = "rgba(255, 255, 255, 0.29)";
285
285
  const teddyColorBorderStrong = "rgba(0, 0, 0, 0.54)";
@@ -231,53 +231,53 @@ export declare const teddyColorBackgroundToneOnToneQuaternary = "#f9f1ec";
231
231
  export declare const teddyColorBackgroundLightPurple = "#faf0ff";
232
232
  export declare const teddyColorBackgroundLightPurpleNegative = "#4a4a4d";
233
233
  export declare const teddyColorBackgroundCardDefault = "#ffffff";
234
- export declare const teddyColorBackgroundCardDefaultNegative = "#1e1e20";
235
- export declare const teddyColorBackgroundCardDefaultHover = "#f5e0ff";
236
- export declare const teddyColorBackgroundCardDefaultHoverNegative = "#29003e";
234
+ export declare const teddyColorBackgroundCardDefaultNegative = "#353537";
235
+ export declare const teddyColorBackgroundCardDefaultHover = "#faf0ff";
236
+ export declare const teddyColorBackgroundCardDefaultHoverNegative = "#4a4a4d";
237
237
  export declare const teddyColorBackgroundCardDefaultActive = "#f5e0ff";
238
- export declare const teddyColorBackgroundCardDefaultActiveNegative = "#29003e";
239
- export declare const teddyColorBackgroundCardGray = "#ffffff";
240
- export declare const teddyColorBackgroundCardGrayNegative = "#1e1e20";
241
- export declare const teddyColorBackgroundCardGrayHover = "#f5e0ff";
242
- export declare const teddyColorBackgroundCardGrayHoverNegative = "#29003e";
243
- export declare const teddyColorBackgroundCardGrayActive = "#f5e0ff";
244
- export declare const teddyColorBackgroundCardGrayActiveNegative = "#29003e";
245
- export declare const teddyColorBackgroundCardBeige = "#ffffff";
246
- export declare const teddyColorBackgroundCardBeigeNegative = "#1e1e20";
238
+ export declare const teddyColorBackgroundCardDefaultActiveNegative = "#5f5f63";
239
+ export declare const teddyColorBackgroundCardGray = "#f3f3f8";
240
+ export declare const teddyColorBackgroundCardGrayNegative = "#353537";
241
+ export declare const teddyColorBackgroundCardGrayHover = "#e5e5eb";
242
+ export declare const teddyColorBackgroundCardGrayHoverNegative = "#4a4a4d";
243
+ export declare const teddyColorBackgroundCardGrayActive = "#c6c6cd";
244
+ export declare const teddyColorBackgroundCardGrayActiveNegative = "#5f5f63";
245
+ export declare const teddyColorBackgroundCardBeige = "#f9f1ec";
246
+ export declare const teddyColorBackgroundCardBeigeNegative = "#353537";
247
247
  export declare const teddyColorBackgroundCardBeigeHover = "#ede1d8";
248
- export declare const teddyColorBackgroundCardBeigeHoverNegative = "#29003e";
249
- export declare const teddyColorBackgroundCardBeigeActive = "#ede1d8";
250
- export declare const teddyColorBackgroundCardBeigeActiveNegative = "#29003e";
248
+ export declare const teddyColorBackgroundCardBeigeHoverNegative = "#4a4a4d";
249
+ export declare const teddyColorBackgroundCardBeigeActive = "#d7c3b5";
250
+ export declare const teddyColorBackgroundCardBeigeActiveNegative = "#5f5f63";
251
251
  export declare const teddyColorBackgroundCardBeigeEmphasis = "#ede1d8";
252
- export declare const teddyColorBackgroundCardBeigeEmphasisNegative = "#1e1e20";
253
- export declare const teddyColorBackgroundCardBeigeEmphasisHover = "#ede1d8";
254
- export declare const teddyColorBackgroundCardBeigeEmphasisHoverNegative = "#29003e";
255
- export declare const teddyColorBackgroundCardBeigeEmphasisActive = "#ede1d8";
256
- export declare const teddyColorBackgroundCardBeigeEmphasisActiveNegative = "#29003e";
252
+ export declare const teddyColorBackgroundCardBeigeEmphasisNegative = "#353537";
253
+ export declare const teddyColorBackgroundCardBeigeEmphasisHover = "#d7c3b5";
254
+ export declare const teddyColorBackgroundCardBeigeEmphasisHoverNegative = "#4a4a4d";
255
+ export declare const teddyColorBackgroundCardBeigeEmphasisActive = "#bba494";
256
+ export declare const teddyColorBackgroundCardBeigeEmphasisActiveNegative = "#5f5f63";
257
257
  export declare const teddyColorBackgroundCardLightPurple = "#f5e0ff";
258
258
  export declare const teddyColorBackgroundCardLightPurpleNegative = "#29003e";
259
259
  export declare const teddyColorBackgroundCardLightPurpleHover = "#e4b6fb";
260
260
  export declare const teddyColorBackgroundCardLightPurpleHoverNegative = "#4e0174";
261
261
  export declare const teddyColorBackgroundCardLightPurpleActive = "#d58df9";
262
262
  export declare const teddyColorBackgroundCardLightPurpleActiveNegative = "#6d02a3";
263
- export declare const teddyColorBackgroundCardDarkPurple = "#e4b6fb";
264
- export declare const teddyColorBackgroundCardDarkPurpleNegative = "#4e0174";
265
- export declare const teddyColorBackgroundCardDarkPurpleHover = "#d58df9";
266
- export declare const teddyColorBackgroundCardDarkPurpleHoverNegative = "#6d02a3";
267
- export declare const teddyColorBackgroundCardDarkPurpleActive = "#c461f7";
268
- export declare const teddyColorBackgroundCardDarkPurpleActiveNegative = "#8c07d0";
263
+ export declare const teddyColorBackgroundCardDarkPurple = "#29003e";
264
+ export declare const teddyColorBackgroundCardDarkPurpleNegative = "#f5e0ff";
265
+ export declare const teddyColorBackgroundCardDarkPurpleHover = "#4e0174";
266
+ export declare const teddyColorBackgroundCardDarkPurpleHoverNegative = "#e4b6fb";
267
+ export declare const teddyColorBackgroundCardDarkPurpleActive = "#6d02a3";
268
+ export declare const teddyColorBackgroundCardDarkPurpleActiveNegative = "#d58df9";
269
269
  export declare const teddyColorBackgroundCardTeal = "#edf5f5";
270
- export declare const teddyColorBackgroundCardTealNegative = "#032220";
270
+ export declare const teddyColorBackgroundCardTealNegative = "#006c67";
271
271
  export declare const teddyColorBackgroundCardTealHover = "#d5eae9";
272
- export declare const teddyColorBackgroundCardTealHoverNegative = "#063c39";
272
+ export declare const teddyColorBackgroundCardTealHoverNegative = "#00847e";
273
273
  export declare const teddyColorBackgroundCardTealActive = "#a1cfcd";
274
- export declare const teddyColorBackgroundCardTealActiveNegative = "#02534f";
274
+ export declare const teddyColorBackgroundCardTealActiveNegative = "#3a9b96";
275
275
  export declare const teddyColorBackgroundCardTealEmphasis = "#d5eae9";
276
- export declare const teddyColorBackgroundCardTealEmphasisNegative = "#063c39";
276
+ export declare const teddyColorBackgroundCardTealEmphasisNegative = "#006c67";
277
277
  export declare const teddyColorBackgroundCardTealEmphasisHover = "#a1cfcd";
278
- export declare const teddyColorBackgroundCardTealEmphasisHoverNegative = "#02534f";
278
+ export declare const teddyColorBackgroundCardTealEmphasisHoverNegative = "#00847e";
279
279
  export declare const teddyColorBackgroundCardTealEmphasisActive = "#6eb5b2";
280
- export declare const teddyColorBackgroundCardTealEmphasisActiveNegative = "#006c67";
280
+ export declare const teddyColorBackgroundCardTealEmphasisActiveNegative = "#3a9b96";
281
281
  export declare const teddyColorBorderMedium = "rgba(0, 0, 0, 0.33)";
282
282
  export declare const teddyColorBorderMediumNegative = "rgba(255, 255, 255, 0.29)";
283
283
  export declare const teddyColorBorderStrong = "rgba(0, 0, 0, 0.54)";
@@ -231,53 +231,53 @@ const teddyColorBackgroundToneOnToneQuaternary = "#f9f1ec";
231
231
  const teddyColorBackgroundLightPurple = "#faf0ff";
232
232
  const teddyColorBackgroundLightPurpleNegative = "#4a4a4d";
233
233
  const teddyColorBackgroundCardDefault = "#ffffff";
234
- const teddyColorBackgroundCardDefaultNegative = "#1e1e20";
235
- const teddyColorBackgroundCardDefaultHover = "#f5e0ff";
236
- const teddyColorBackgroundCardDefaultHoverNegative = "#29003e";
234
+ const teddyColorBackgroundCardDefaultNegative = "#353537";
235
+ const teddyColorBackgroundCardDefaultHover = "#faf0ff";
236
+ const teddyColorBackgroundCardDefaultHoverNegative = "#4a4a4d";
237
237
  const teddyColorBackgroundCardDefaultActive = "#f5e0ff";
238
- const teddyColorBackgroundCardDefaultActiveNegative = "#29003e";
239
- const teddyColorBackgroundCardGray = "#ffffff";
240
- const teddyColorBackgroundCardGrayNegative = "#1e1e20";
241
- const teddyColorBackgroundCardGrayHover = "#f5e0ff";
242
- const teddyColorBackgroundCardGrayHoverNegative = "#29003e";
243
- const teddyColorBackgroundCardGrayActive = "#f5e0ff";
244
- const teddyColorBackgroundCardGrayActiveNegative = "#29003e";
245
- const teddyColorBackgroundCardBeige = "#ffffff";
246
- const teddyColorBackgroundCardBeigeNegative = "#1e1e20";
238
+ const teddyColorBackgroundCardDefaultActiveNegative = "#5f5f63";
239
+ const teddyColorBackgroundCardGray = "#f3f3f8";
240
+ const teddyColorBackgroundCardGrayNegative = "#353537";
241
+ const teddyColorBackgroundCardGrayHover = "#e5e5eb";
242
+ const teddyColorBackgroundCardGrayHoverNegative = "#4a4a4d";
243
+ const teddyColorBackgroundCardGrayActive = "#c6c6cd";
244
+ const teddyColorBackgroundCardGrayActiveNegative = "#5f5f63";
245
+ const teddyColorBackgroundCardBeige = "#f9f1ec";
246
+ const teddyColorBackgroundCardBeigeNegative = "#353537";
247
247
  const teddyColorBackgroundCardBeigeHover = "#ede1d8";
248
- const teddyColorBackgroundCardBeigeHoverNegative = "#29003e";
249
- const teddyColorBackgroundCardBeigeActive = "#ede1d8";
250
- const teddyColorBackgroundCardBeigeActiveNegative = "#29003e";
248
+ const teddyColorBackgroundCardBeigeHoverNegative = "#4a4a4d";
249
+ const teddyColorBackgroundCardBeigeActive = "#d7c3b5";
250
+ const teddyColorBackgroundCardBeigeActiveNegative = "#5f5f63";
251
251
  const teddyColorBackgroundCardBeigeEmphasis = "#ede1d8";
252
- const teddyColorBackgroundCardBeigeEmphasisNegative = "#1e1e20";
253
- const teddyColorBackgroundCardBeigeEmphasisHover = "#ede1d8";
254
- const teddyColorBackgroundCardBeigeEmphasisHoverNegative = "#29003e";
255
- const teddyColorBackgroundCardBeigeEmphasisActive = "#ede1d8";
256
- const teddyColorBackgroundCardBeigeEmphasisActiveNegative = "#29003e";
252
+ const teddyColorBackgroundCardBeigeEmphasisNegative = "#353537";
253
+ const teddyColorBackgroundCardBeigeEmphasisHover = "#d7c3b5";
254
+ const teddyColorBackgroundCardBeigeEmphasisHoverNegative = "#4a4a4d";
255
+ const teddyColorBackgroundCardBeigeEmphasisActive = "#bba494";
256
+ const teddyColorBackgroundCardBeigeEmphasisActiveNegative = "#5f5f63";
257
257
  const teddyColorBackgroundCardLightPurple = "#f5e0ff";
258
258
  const teddyColorBackgroundCardLightPurpleNegative = "#29003e";
259
259
  const teddyColorBackgroundCardLightPurpleHover = "#e4b6fb";
260
260
  const teddyColorBackgroundCardLightPurpleHoverNegative = "#4e0174";
261
261
  const teddyColorBackgroundCardLightPurpleActive = "#d58df9";
262
262
  const teddyColorBackgroundCardLightPurpleActiveNegative = "#6d02a3";
263
- const teddyColorBackgroundCardDarkPurple = "#e4b6fb";
264
- const teddyColorBackgroundCardDarkPurpleNegative = "#4e0174";
265
- const teddyColorBackgroundCardDarkPurpleHover = "#d58df9";
266
- const teddyColorBackgroundCardDarkPurpleHoverNegative = "#6d02a3";
267
- const teddyColorBackgroundCardDarkPurpleActive = "#c461f7";
268
- const teddyColorBackgroundCardDarkPurpleActiveNegative = "#8c07d0";
263
+ const teddyColorBackgroundCardDarkPurple = "#29003e";
264
+ const teddyColorBackgroundCardDarkPurpleNegative = "#f5e0ff";
265
+ const teddyColorBackgroundCardDarkPurpleHover = "#4e0174";
266
+ const teddyColorBackgroundCardDarkPurpleHoverNegative = "#e4b6fb";
267
+ const teddyColorBackgroundCardDarkPurpleActive = "#6d02a3";
268
+ const teddyColorBackgroundCardDarkPurpleActiveNegative = "#d58df9";
269
269
  const teddyColorBackgroundCardTeal = "#edf5f5";
270
- const teddyColorBackgroundCardTealNegative = "#032220";
270
+ const teddyColorBackgroundCardTealNegative = "#006c67";
271
271
  const teddyColorBackgroundCardTealHover = "#d5eae9";
272
- const teddyColorBackgroundCardTealHoverNegative = "#063c39";
272
+ const teddyColorBackgroundCardTealHoverNegative = "#00847e";
273
273
  const teddyColorBackgroundCardTealActive = "#a1cfcd";
274
- const teddyColorBackgroundCardTealActiveNegative = "#02534f";
274
+ const teddyColorBackgroundCardTealActiveNegative = "#3a9b96";
275
275
  const teddyColorBackgroundCardTealEmphasis = "#d5eae9";
276
- const teddyColorBackgroundCardTealEmphasisNegative = "#063c39";
276
+ const teddyColorBackgroundCardTealEmphasisNegative = "#006c67";
277
277
  const teddyColorBackgroundCardTealEmphasisHover = "#a1cfcd";
278
- const teddyColorBackgroundCardTealEmphasisHoverNegative = "#02534f";
278
+ const teddyColorBackgroundCardTealEmphasisHoverNegative = "#00847e";
279
279
  const teddyColorBackgroundCardTealEmphasisActive = "#6eb5b2";
280
- const teddyColorBackgroundCardTealEmphasisActiveNegative = "#006c67";
280
+ const teddyColorBackgroundCardTealEmphasisActiveNegative = "#3a9b96";
281
281
  const teddyColorBorderMedium = "rgba(0, 0, 0, 0.33)";
282
282
  const teddyColorBorderMediumNegative = "rgba(255, 255, 255, 0.29)";
283
283
  const teddyColorBorderStrong = "rgba(0, 0, 0, 0.54)";
package/package.json CHANGED
@@ -15,12 +15,12 @@
15
15
  "./styles.css": "./dist/style.css"
16
16
  },
17
17
  "type": "module",
18
- "devEngines": {
18
+ "engines": {
19
19
  "node": "20.x || 21.x",
20
- "pnpm": ">=9"
20
+ "pnpm": ">=10"
21
21
  },
22
22
  "private": false,
23
- "version": "0.7.16",
23
+ "version": "0.7.26",
24
24
  "sideEffects": [
25
25
  "**/*.css",
26
26
  "**/*.svg"
@@ -54,7 +54,7 @@
54
54
  "eslint-plugin-storybook": "9.0.17",
55
55
  "execa": "8.0.1",
56
56
  "fs-extra": "11.2.0",
57
- "glob": "10.3.10",
57
+ "glob": "10.5.0",
58
58
  "node-html-parser": "6.1.12",
59
59
  "plop": "4.0.1",
60
60
  "prettier": "3.2.5",
@@ -68,7 +68,7 @@
68
68
  "style-dictionary": "3.9.2",
69
69
  "tsx": "4.7.0",
70
70
  "typescript": "5.3.3",
71
- "vite": "5.4.19",
71
+ "vite": "5.4.21",
72
72
  "vite-plugin-dts": "3.9.1",
73
73
  "vite-plugin-lib-inject-css": "2.0.0"
74
74
  },