@telia/teddy 0.7.17 → 0.7.27

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 (136) hide show
  1. package/README.md +1 -1
  2. package/dist/components/avatar/avatar-root.d.ts +1 -1
  3. package/dist/components/avatar/index.d.ts +1 -1
  4. package/dist/components/breadcrumbs/breadcrumbs-link.d.ts +1 -1
  5. package/dist/components/breadcrumbs/index.d.ts +1 -1
  6. package/dist/components/card/card-illustration.d.ts +1 -1
  7. package/dist/components/card/card-link.d.ts +1 -1
  8. package/dist/components/channel-button/channel-button-root.d.ts +3 -3
  9. package/dist/components/channel-button/index.d.ts +3 -3
  10. package/dist/components/checkbox/checkbox-group.d.ts +1 -1
  11. package/dist/components/checkbox/index.d.ts +1 -1
  12. package/dist/components/checkbox-card-group/checkbox-card-group-content.cjs +65 -0
  13. package/dist/components/checkbox-card-group/checkbox-card-group-content.d.ts +5 -0
  14. package/dist/components/checkbox-card-group/checkbox-card-group-content.js +65 -0
  15. package/dist/components/checkbox-card-group/checkbox-card-group-indicator.cjs +1466 -0
  16. package/dist/components/checkbox-card-group/checkbox-card-group-indicator.d.ts +12 -0
  17. package/dist/components/checkbox-card-group/checkbox-card-group-indicator.js +1447 -0
  18. package/dist/components/checkbox-card-group/checkbox-card-group-item-body.cjs +15 -0
  19. package/dist/components/checkbox-card-group/checkbox-card-group-item-body.d.ts +5 -0
  20. package/dist/components/checkbox-card-group/checkbox-card-group-item-body.js +15 -0
  21. package/dist/components/checkbox-card-group/checkbox-card-group-item-title.cjs +66 -0
  22. package/dist/components/checkbox-card-group/checkbox-card-group-item-title.d.ts +14 -0
  23. package/dist/components/checkbox-card-group/checkbox-card-group-item-title.js +66 -0
  24. package/dist/components/checkbox-card-group/checkbox-card-group-item.cjs +67 -0
  25. package/dist/components/checkbox-card-group/checkbox-card-group-item.d.ts +22 -0
  26. package/dist/components/checkbox-card-group/checkbox-card-group-item.js +67 -0
  27. package/dist/components/checkbox-card-group/checkbox-card-group-label.cjs +29 -0
  28. package/dist/components/checkbox-card-group/checkbox-card-group-label.d.ts +65 -0
  29. package/dist/components/checkbox-card-group/checkbox-card-group-label.js +29 -0
  30. package/dist/components/checkbox-card-group/checkbox-card-group-root.cjs +42 -0
  31. package/dist/components/checkbox-card-group/checkbox-card-group-root.d.ts +39 -0
  32. package/dist/components/checkbox-card-group/checkbox-card-group-root.js +42 -0
  33. package/dist/components/checkbox-card-group/index.cjs +7 -0
  34. package/dist/components/checkbox-card-group/index.d.ts +76 -0
  35. package/dist/components/checkbox-card-group/index.js +7 -0
  36. package/dist/components/chip/chip-indicator.d.ts +3 -2
  37. package/dist/components/chip/index.d.ts +3 -2
  38. package/dist/components/color-dot/index.d.ts +1 -1
  39. package/dist/components/dashboard-card/dashboard-card-avatar.d.ts +1 -1
  40. package/dist/components/expandable-card/expandable-card-button.d.ts +2 -2
  41. package/dist/components/expandable-card/index.d.ts +3 -3
  42. package/dist/components/flip-card/flip-card-trigger.d.ts +2 -2
  43. package/dist/components/icon/icon.cjs +4 -1
  44. package/dist/components/icon/icon.d.ts +1 -0
  45. package/dist/components/icon/icon.js +4 -1
  46. package/dist/components/icon/utils.d.ts +1 -1
  47. package/dist/components/index.cjs +8 -5
  48. package/dist/components/index.d.ts +2 -0
  49. package/dist/components/index.js +4 -1
  50. package/dist/components/modal/index.cjs +2 -2
  51. package/dist/components/modal/index.js +1 -1
  52. package/dist/components/modal/modal-close.cjs +3 -2
  53. package/dist/components/modal/modal-close.js +3 -2
  54. package/dist/components/navigation-menu/global-navigation/global-navigation-desktop-simplified.cjs +2 -2
  55. package/dist/components/navigation-menu/global-navigation/global-navigation-desktop-simplified.js +2 -2
  56. package/dist/components/navigation-menu/global-navigation/global-navigation-desktop.cjs +2 -2
  57. package/dist/components/navigation-menu/global-navigation/global-navigation-desktop.js +1 -1
  58. package/dist/components/navigation-menu/global-navigation/global-navigation-mobile-simplified.cjs +2 -2
  59. package/dist/components/navigation-menu/global-navigation/global-navigation-mobile-simplified.js +2 -2
  60. package/dist/components/navigation-menu/global-navigation/global-navigation-mobile.cjs +3 -3
  61. package/dist/components/navigation-menu/global-navigation/global-navigation-mobile.js +2 -2
  62. package/dist/components/navigation-menu/global-navigation/global-navigation-my-pages.cjs +2 -2
  63. package/dist/components/navigation-menu/global-navigation/global-navigation-my-pages.js +2 -2
  64. package/dist/components/navigation-menu/global-navigation/global-navigation-root.cjs +4 -4
  65. package/dist/components/navigation-menu/global-navigation/global-navigation-root.js +4 -4
  66. package/dist/components/navigation-menu/global-navigation/global-navigation-search-field.cjs +2 -2
  67. package/dist/components/navigation-menu/global-navigation/global-navigation-search-field.js +2 -2
  68. package/dist/components/navigation-menu/global-navigation/global-navigation-search.cjs +2 -2
  69. package/dist/components/navigation-menu/global-navigation/global-navigation-search.js +2 -2
  70. package/dist/components/navigation-menu/global-navigation/global-navigation-shopping-cart.cjs +2 -2
  71. package/dist/components/navigation-menu/global-navigation/global-navigation-shopping-cart.js +2 -2
  72. package/dist/components/navigation-menu/global-navigation/index.cjs +2 -2
  73. package/dist/components/navigation-menu/global-navigation/index.js +1 -1
  74. package/dist/components/navigation-menu/index.cjs +3 -3
  75. package/dist/components/navigation-menu/index.js +1 -1
  76. package/dist/components/navigation-menu/navigation-menu.cjs +5 -4
  77. package/dist/components/navigation-menu/navigation-menu.js +2 -1
  78. package/dist/components/notabene/notabene-icon.d.ts +3 -2
  79. package/dist/components/notification/index.d.ts +1 -1
  80. package/dist/components/notification/notification-icon.d.ts +3 -2
  81. package/dist/components/notification/notification-root.d.ts +1 -1
  82. package/dist/components/pagination/pagination-button.d.ts +1 -1
  83. package/dist/components/radio-card-group/index.cjs +2 -2
  84. package/dist/components/radio-card-group/index.js +1 -1
  85. package/dist/components/radio-card-group/radio-card-group-content.cjs +3 -2
  86. package/dist/components/radio-card-group/radio-card-group-content.js +3 -2
  87. package/dist/components/radio-card-group/radio-card-group-item-title.cjs +22 -1328
  88. package/dist/components/radio-card-group/radio-card-group-item-title.js +22 -1309
  89. package/dist/components/radio-card-group/radio-card-group-item.cjs +4 -3
  90. package/dist/components/radio-card-group/radio-card-group-item.js +4 -3
  91. package/dist/components/scroll-area/index.d.ts +3 -3
  92. package/dist/components/scroll-area/scroll-area-button.d.ts +2 -2
  93. package/dist/components/select/index.cjs +4 -1
  94. package/dist/components/select/index.d.ts +5 -1
  95. package/dist/components/select/index.js +4 -1
  96. package/dist/components/select/select-group.cjs +6 -2
  97. package/dist/components/select/select-group.d.ts +4 -2
  98. package/dist/components/select/select-group.js +7 -3
  99. package/dist/components/select/select-root.cjs +12 -10
  100. package/dist/components/select/select-root.js +12 -10
  101. package/dist/components/select/select-separator.cjs +30 -0
  102. package/dist/components/select/select-separator.d.ts +5 -0
  103. package/dist/components/select/select-separator.js +13 -0
  104. package/dist/components/step-indicator/index.cjs +14 -0
  105. package/dist/components/step-indicator/index.d.ts +38 -0
  106. package/dist/components/step-indicator/index.js +14 -0
  107. package/dist/components/step-indicator/step-indicator-root.cjs +8 -0
  108. package/dist/components/step-indicator/step-indicator-root.d.ts +55 -0
  109. package/dist/components/step-indicator/step-indicator-root.js +8 -0
  110. package/dist/components/step-indicator/step-indicator-step-element.cjs +157 -0
  111. package/dist/components/step-indicator/step-indicator-step-element.d.ts +14 -0
  112. package/dist/components/step-indicator/step-indicator-step-element.js +157 -0
  113. package/dist/components/step-indicator/step-indicator-step-line.cjs +6 -0
  114. package/dist/components/step-indicator/step-indicator-step-line.d.ts +9 -0
  115. package/dist/components/step-indicator/step-indicator-step-line.js +6 -0
  116. package/dist/components/step-indicator/step-indicator-step.cjs +8 -0
  117. package/dist/components/step-indicator/step-indicator-step.d.ts +24 -0
  118. package/dist/components/step-indicator/step-indicator-step.js +8 -0
  119. package/dist/components/tabs/index.d.ts +1 -1
  120. package/dist/components/tabs/tabs-root.d.ts +1 -1
  121. package/dist/components/tabs/tabs-scroll-button.d.ts +2 -2
  122. package/dist/components/tabs/tabs-scroll.d.ts +1 -1
  123. package/dist/components/text-field/index.d.ts +2 -2
  124. package/dist/components/text-field/text-field-button.d.ts +2 -2
  125. package/dist/components/toggle/toggle.d.ts +3 -2
  126. package/dist/components/tooltip/index.d.ts +1 -1
  127. package/dist/main.cjs +8 -5
  128. package/dist/main.js +4 -1
  129. package/dist/style.css +529 -113
  130. package/dist/tokens/color/variables.cjs +32 -32
  131. package/dist/tokens/color/variables.d.ts +32 -32
  132. package/dist/tokens/color/variables.js +32 -32
  133. package/dist/utils/generate-styling/grid.d.ts +24 -24
  134. package/dist/utils/generate-styling/index.d.ts +16 -16
  135. package/dist/utils/generate-styling/util.d.ts +2 -2
  136. 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)";
@@ -1,22 +1,22 @@
1
1
  import { Responsive, numberIterator } from './util';
2
2
 
3
3
  export declare const gridTemplateRowsValues: readonly [...{
4
- key: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
5
- value: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
4
+ key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
5
+ value: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
6
6
  }[], {
7
7
  readonly key: "none";
8
8
  readonly value: "none";
9
9
  }];
10
10
  export declare const gridTemplateColumnsValues: readonly [...{
11
- readonly key: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
12
- readonly value: "repeat(10, minmax(0, 1fr))" | "repeat(1, minmax(0, 1fr))" | "repeat(2, minmax(0, 1fr))" | "repeat(3, minmax(0, 1fr))" | "repeat(4, minmax(0, 1fr))" | "repeat(5, minmax(0, 1fr))" | "repeat(6, minmax(0, 1fr))" | "repeat(7, minmax(0, 1fr))" | "repeat(8, minmax(0, 1fr))" | "repeat(9, minmax(0, 1fr))" | "repeat(11, minmax(0, 1fr))" | "repeat(12, minmax(0, 1fr))";
11
+ readonly key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
12
+ readonly value: "repeat(1, minmax(0, 1fr))" | "repeat(10, minmax(0, 1fr))" | "repeat(2, minmax(0, 1fr))" | "repeat(3, minmax(0, 1fr))" | "repeat(4, minmax(0, 1fr))" | "repeat(5, minmax(0, 1fr))" | "repeat(6, minmax(0, 1fr))" | "repeat(7, minmax(0, 1fr))" | "repeat(8, minmax(0, 1fr))" | "repeat(9, minmax(0, 1fr))" | "repeat(11, minmax(0, 1fr))" | "repeat(12, minmax(0, 1fr))";
13
13
  }[], {
14
14
  readonly key: "none";
15
15
  readonly value: "none";
16
16
  }];
17
17
  declare const gridColumnValues: readonly [...{
18
- key: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
19
- value: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
18
+ key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
19
+ value: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
20
20
  }[], {
21
21
  readonly key: "span-2";
22
22
  readonly value: "span 2";
@@ -52,8 +52,8 @@ declare const gridColumnValues: readonly [...{
52
52
  readonly value: "span 12";
53
53
  }];
54
54
  declare const gridRowValues: readonly [...{
55
- key: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
56
- value: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
55
+ key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
56
+ value: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
57
57
  }[], {
58
58
  readonly key: "span-2";
59
59
  readonly value: "span 2";
@@ -131,8 +131,8 @@ export declare const gridLayout: readonly [{
131
131
  readonly key: "rows";
132
132
  readonly className: "teddy-gtr";
133
133
  readonly values: readonly [...{
134
- key: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
135
- value: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
134
+ key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
135
+ value: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
136
136
  }[], {
137
137
  readonly key: "none";
138
138
  readonly value: "none";
@@ -141,8 +141,8 @@ export declare const gridLayout: readonly [{
141
141
  readonly key: "columns";
142
142
  readonly className: "teddy-gtc";
143
143
  readonly values: readonly [...{
144
- readonly key: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
145
- readonly value: "repeat(10, minmax(0, 1fr))" | "repeat(1, minmax(0, 1fr))" | "repeat(2, minmax(0, 1fr))" | "repeat(3, minmax(0, 1fr))" | "repeat(4, minmax(0, 1fr))" | "repeat(5, minmax(0, 1fr))" | "repeat(6, minmax(0, 1fr))" | "repeat(7, minmax(0, 1fr))" | "repeat(8, minmax(0, 1fr))" | "repeat(9, minmax(0, 1fr))" | "repeat(11, minmax(0, 1fr))" | "repeat(12, minmax(0, 1fr))";
144
+ readonly key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
145
+ readonly value: "repeat(1, minmax(0, 1fr))" | "repeat(10, minmax(0, 1fr))" | "repeat(2, minmax(0, 1fr))" | "repeat(3, minmax(0, 1fr))" | "repeat(4, minmax(0, 1fr))" | "repeat(5, minmax(0, 1fr))" | "repeat(6, minmax(0, 1fr))" | "repeat(7, minmax(0, 1fr))" | "repeat(8, minmax(0, 1fr))" | "repeat(9, minmax(0, 1fr))" | "repeat(11, minmax(0, 1fr))" | "repeat(12, minmax(0, 1fr))";
146
146
  }[], {
147
147
  readonly key: "none";
148
148
  readonly value: "none";
@@ -171,36 +171,36 @@ export declare const gridChildren: readonly [{
171
171
  readonly key: "gridColumnStart";
172
172
  readonly className: "teddy-gcs";
173
173
  readonly values: {
174
- key: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
175
- value: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
174
+ key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
175
+ value: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
176
176
  }[];
177
177
  }, {
178
178
  readonly key: "gridColumnEnd";
179
179
  readonly className: "teddy-gce";
180
180
  readonly values: {
181
- key: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
182
- value: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
181
+ key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
182
+ value: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
183
183
  }[];
184
184
  }, {
185
185
  readonly key: "gridRowStart";
186
186
  readonly className: "teddy-grs";
187
187
  readonly values: {
188
- key: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
189
- value: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
188
+ key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
189
+ value: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
190
190
  }[];
191
191
  }, {
192
192
  readonly key: "gridRowEnd";
193
193
  readonly className: "teddy-gre";
194
194
  readonly values: {
195
- key: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
196
- value: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
195
+ key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
196
+ value: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
197
197
  }[];
198
198
  }, {
199
199
  readonly key: "gridColumn";
200
200
  readonly className: "teddy-gc";
201
201
  readonly values: readonly [...{
202
- key: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
203
- value: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
202
+ key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
203
+ value: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
204
204
  }[], {
205
205
  readonly key: "span-2";
206
206
  readonly value: "span 2";
@@ -239,8 +239,8 @@ export declare const gridChildren: readonly [{
239
239
  readonly key: "gridRow";
240
240
  readonly className: "teddy-gr";
241
241
  readonly values: readonly [...{
242
- key: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
243
- value: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
242
+ key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
243
+ value: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
244
244
  }[], {
245
245
  readonly key: "span-2";
246
246
  readonly value: "span 2";
@@ -1978,8 +1978,8 @@ export declare const stylings: readonly [{
1978
1978
  readonly key: "rows";
1979
1979
  readonly className: "teddy-gtr";
1980
1980
  readonly values: readonly [...{
1981
- key: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
1982
- value: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
1981
+ key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
1982
+ value: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
1983
1983
  }[], {
1984
1984
  readonly key: "none";
1985
1985
  readonly value: "none";
@@ -1988,8 +1988,8 @@ export declare const stylings: readonly [{
1988
1988
  readonly key: "columns";
1989
1989
  readonly className: "teddy-gtc";
1990
1990
  readonly values: readonly [...{
1991
- readonly key: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
1992
- readonly value: "repeat(10, minmax(0, 1fr))" | "repeat(1, minmax(0, 1fr))" | "repeat(2, minmax(0, 1fr))" | "repeat(3, minmax(0, 1fr))" | "repeat(4, minmax(0, 1fr))" | "repeat(5, minmax(0, 1fr))" | "repeat(6, minmax(0, 1fr))" | "repeat(7, minmax(0, 1fr))" | "repeat(8, minmax(0, 1fr))" | "repeat(9, minmax(0, 1fr))" | "repeat(11, minmax(0, 1fr))" | "repeat(12, minmax(0, 1fr))";
1991
+ readonly key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
1992
+ readonly value: "repeat(1, minmax(0, 1fr))" | "repeat(10, minmax(0, 1fr))" | "repeat(2, minmax(0, 1fr))" | "repeat(3, minmax(0, 1fr))" | "repeat(4, minmax(0, 1fr))" | "repeat(5, minmax(0, 1fr))" | "repeat(6, minmax(0, 1fr))" | "repeat(7, minmax(0, 1fr))" | "repeat(8, minmax(0, 1fr))" | "repeat(9, minmax(0, 1fr))" | "repeat(11, minmax(0, 1fr))" | "repeat(12, minmax(0, 1fr))";
1993
1993
  }[], {
1994
1994
  readonly key: "none";
1995
1995
  readonly value: "none";
@@ -2017,36 +2017,36 @@ export declare const stylings: readonly [{
2017
2017
  readonly key: "gridColumnStart";
2018
2018
  readonly className: "teddy-gcs";
2019
2019
  readonly values: {
2020
- key: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2021
- value: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2020
+ key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2021
+ value: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2022
2022
  }[];
2023
2023
  }, {
2024
2024
  readonly key: "gridColumnEnd";
2025
2025
  readonly className: "teddy-gce";
2026
2026
  readonly values: {
2027
- key: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2028
- value: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2027
+ key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2028
+ value: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2029
2029
  }[];
2030
2030
  }, {
2031
2031
  readonly key: "gridRowStart";
2032
2032
  readonly className: "teddy-grs";
2033
2033
  readonly values: {
2034
- key: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2035
- value: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2034
+ key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2035
+ value: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2036
2036
  }[];
2037
2037
  }, {
2038
2038
  readonly key: "gridRowEnd";
2039
2039
  readonly className: "teddy-gre";
2040
2040
  readonly values: {
2041
- key: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2042
- value: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2041
+ key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2042
+ value: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2043
2043
  }[];
2044
2044
  }, {
2045
2045
  readonly key: "gridColumn";
2046
2046
  readonly className: "teddy-gc";
2047
2047
  readonly values: readonly [...{
2048
- key: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2049
- value: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2048
+ key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2049
+ value: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2050
2050
  }[], {
2051
2051
  readonly key: "span-2";
2052
2052
  readonly value: "span 2";
@@ -2085,8 +2085,8 @@ export declare const stylings: readonly [{
2085
2085
  readonly key: "gridRow";
2086
2086
  readonly className: "teddy-gr";
2087
2087
  readonly values: readonly [...{
2088
- key: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2089
- value: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2088
+ key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2089
+ value: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2090
2090
  }[], {
2091
2091
  readonly key: "span-2";
2092
2092
  readonly value: "span 2";
@@ -76,7 +76,7 @@ export type Responsive<T> = {
76
76
  [key in Breakpoint]?: T | AnyCssValue;
77
77
  } | (T | AnyCssValue);
78
78
  export declare const numberIterator: {
79
- key: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
80
- value: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
79
+ key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
80
+ value: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
81
81
  }[];
82
82
  export {};
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.17",
23
+ "version": "0.7.27",
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
  },