@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.
- package/README.md +1 -1
- package/dist/components/avatar/avatar-root.d.ts +1 -1
- package/dist/components/avatar/index.d.ts +1 -1
- package/dist/components/breadcrumbs/breadcrumbs-link.d.ts +1 -1
- package/dist/components/breadcrumbs/index.d.ts +1 -1
- package/dist/components/card/card-illustration.d.ts +1 -1
- package/dist/components/card/card-link.d.ts +1 -1
- package/dist/components/channel-button/channel-button-root.d.ts +3 -3
- package/dist/components/channel-button/index.d.ts +3 -3
- package/dist/components/checkbox/checkbox-group.d.ts +1 -1
- package/dist/components/checkbox/index.d.ts +1 -1
- package/dist/components/checkbox-card-group/checkbox-card-group-content.cjs +65 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-content.d.ts +5 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-content.js +65 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-indicator.cjs +1466 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-indicator.d.ts +12 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-indicator.js +1447 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-item-body.cjs +15 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-item-body.d.ts +5 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-item-body.js +15 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-item-title.cjs +66 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-item-title.d.ts +14 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-item-title.js +66 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-item.cjs +67 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-item.d.ts +22 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-item.js +67 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-label.cjs +29 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-label.d.ts +65 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-label.js +29 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-root.cjs +42 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-root.d.ts +39 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-root.js +42 -0
- package/dist/components/checkbox-card-group/index.cjs +7 -0
- package/dist/components/checkbox-card-group/index.d.ts +76 -0
- package/dist/components/checkbox-card-group/index.js +7 -0
- package/dist/components/chip/chip-indicator.d.ts +3 -2
- package/dist/components/chip/index.d.ts +3 -2
- package/dist/components/color-dot/index.d.ts +1 -1
- package/dist/components/dashboard-card/dashboard-card-avatar.d.ts +1 -1
- package/dist/components/expandable-card/expandable-card-button.d.ts +2 -2
- package/dist/components/expandable-card/index.d.ts +3 -3
- package/dist/components/flip-card/flip-card-trigger.d.ts +2 -2
- package/dist/components/icon/icon.cjs +4 -1
- package/dist/components/icon/icon.d.ts +1 -0
- package/dist/components/icon/icon.js +4 -1
- package/dist/components/icon/utils.d.ts +1 -1
- package/dist/components/index.cjs +8 -5
- package/dist/components/index.d.ts +2 -0
- package/dist/components/index.js +4 -1
- package/dist/components/modal/index.cjs +2 -2
- package/dist/components/modal/index.js +1 -1
- package/dist/components/modal/modal-close.cjs +3 -2
- package/dist/components/modal/modal-close.js +3 -2
- package/dist/components/navigation-menu/global-navigation/global-navigation-desktop-simplified.cjs +2 -2
- package/dist/components/navigation-menu/global-navigation/global-navigation-desktop-simplified.js +2 -2
- package/dist/components/navigation-menu/global-navigation/global-navigation-desktop.cjs +2 -2
- package/dist/components/navigation-menu/global-navigation/global-navigation-desktop.js +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-mobile-simplified.cjs +2 -2
- package/dist/components/navigation-menu/global-navigation/global-navigation-mobile-simplified.js +2 -2
- package/dist/components/navigation-menu/global-navigation/global-navigation-mobile.cjs +3 -3
- package/dist/components/navigation-menu/global-navigation/global-navigation-mobile.js +2 -2
- package/dist/components/navigation-menu/global-navigation/global-navigation-my-pages.cjs +2 -2
- package/dist/components/navigation-menu/global-navigation/global-navigation-my-pages.js +2 -2
- package/dist/components/navigation-menu/global-navigation/global-navigation-root.cjs +4 -4
- package/dist/components/navigation-menu/global-navigation/global-navigation-root.js +4 -4
- package/dist/components/navigation-menu/global-navigation/global-navigation-search-field.cjs +2 -2
- package/dist/components/navigation-menu/global-navigation/global-navigation-search-field.js +2 -2
- package/dist/components/navigation-menu/global-navigation/global-navigation-search.cjs +2 -2
- package/dist/components/navigation-menu/global-navigation/global-navigation-search.js +2 -2
- package/dist/components/navigation-menu/global-navigation/global-navigation-shopping-cart.cjs +2 -2
- package/dist/components/navigation-menu/global-navigation/global-navigation-shopping-cart.js +2 -2
- package/dist/components/navigation-menu/global-navigation/index.cjs +2 -2
- package/dist/components/navigation-menu/global-navigation/index.js +1 -1
- package/dist/components/navigation-menu/index.cjs +3 -3
- package/dist/components/navigation-menu/index.js +1 -1
- package/dist/components/navigation-menu/navigation-menu.cjs +5 -4
- package/dist/components/navigation-menu/navigation-menu.js +2 -1
- package/dist/components/notabene/notabene-icon.d.ts +3 -2
- package/dist/components/notification/index.d.ts +1 -1
- package/dist/components/notification/notification-icon.d.ts +3 -2
- package/dist/components/notification/notification-root.d.ts +1 -1
- package/dist/components/pagination/pagination-button.d.ts +1 -1
- package/dist/components/radio-card-group/index.cjs +2 -2
- package/dist/components/radio-card-group/index.js +1 -1
- package/dist/components/radio-card-group/radio-card-group-content.cjs +3 -2
- package/dist/components/radio-card-group/radio-card-group-content.js +3 -2
- package/dist/components/radio-card-group/radio-card-group-item-title.cjs +22 -1328
- package/dist/components/radio-card-group/radio-card-group-item-title.js +22 -1309
- package/dist/components/radio-card-group/radio-card-group-item.cjs +4 -3
- package/dist/components/radio-card-group/radio-card-group-item.js +4 -3
- package/dist/components/scroll-area/index.d.ts +3 -3
- package/dist/components/scroll-area/scroll-area-button.d.ts +2 -2
- package/dist/components/select/index.cjs +4 -1
- package/dist/components/select/index.d.ts +5 -1
- package/dist/components/select/index.js +4 -1
- package/dist/components/select/select-group.cjs +6 -2
- package/dist/components/select/select-group.d.ts +4 -2
- package/dist/components/select/select-group.js +7 -3
- package/dist/components/select/select-root.cjs +12 -10
- package/dist/components/select/select-root.js +12 -10
- package/dist/components/select/select-separator.cjs +30 -0
- package/dist/components/select/select-separator.d.ts +5 -0
- package/dist/components/select/select-separator.js +13 -0
- package/dist/components/step-indicator/index.cjs +14 -0
- package/dist/components/step-indicator/index.d.ts +38 -0
- package/dist/components/step-indicator/index.js +14 -0
- package/dist/components/step-indicator/step-indicator-root.cjs +8 -0
- package/dist/components/step-indicator/step-indicator-root.d.ts +55 -0
- package/dist/components/step-indicator/step-indicator-root.js +8 -0
- package/dist/components/step-indicator/step-indicator-step-element.cjs +157 -0
- package/dist/components/step-indicator/step-indicator-step-element.d.ts +14 -0
- package/dist/components/step-indicator/step-indicator-step-element.js +157 -0
- package/dist/components/step-indicator/step-indicator-step-line.cjs +6 -0
- package/dist/components/step-indicator/step-indicator-step-line.d.ts +9 -0
- package/dist/components/step-indicator/step-indicator-step-line.js +6 -0
- package/dist/components/step-indicator/step-indicator-step.cjs +8 -0
- package/dist/components/step-indicator/step-indicator-step.d.ts +24 -0
- package/dist/components/step-indicator/step-indicator-step.js +8 -0
- package/dist/components/tabs/index.d.ts +1 -1
- package/dist/components/tabs/tabs-root.d.ts +1 -1
- package/dist/components/tabs/tabs-scroll-button.d.ts +2 -2
- package/dist/components/tabs/tabs-scroll.d.ts +1 -1
- package/dist/components/text-field/index.d.ts +2 -2
- package/dist/components/text-field/text-field-button.d.ts +2 -2
- package/dist/components/toggle/toggle.d.ts +3 -2
- package/dist/components/tooltip/index.d.ts +1 -1
- package/dist/main.cjs +8 -5
- package/dist/main.js +4 -1
- package/dist/style.css +529 -113
- package/dist/tokens/color/variables.cjs +32 -32
- package/dist/tokens/color/variables.d.ts +32 -32
- package/dist/tokens/color/variables.js +32 -32
- package/dist/utils/generate-styling/grid.d.ts +24 -24
- package/dist/utils/generate-styling/index.d.ts +16 -16
- package/dist/utils/generate-styling/util.d.ts +2 -2
- 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 = "#
|
|
237
|
-
const teddyColorBackgroundCardDefaultHover = "#
|
|
238
|
-
const teddyColorBackgroundCardDefaultHoverNegative = "#
|
|
236
|
+
const teddyColorBackgroundCardDefaultNegative = "#353537";
|
|
237
|
+
const teddyColorBackgroundCardDefaultHover = "#faf0ff";
|
|
238
|
+
const teddyColorBackgroundCardDefaultHoverNegative = "#4a4a4d";
|
|
239
239
|
const teddyColorBackgroundCardDefaultActive = "#f5e0ff";
|
|
240
|
-
const teddyColorBackgroundCardDefaultActiveNegative = "#
|
|
241
|
-
const teddyColorBackgroundCardGray = "#
|
|
242
|
-
const teddyColorBackgroundCardGrayNegative = "#
|
|
243
|
-
const teddyColorBackgroundCardGrayHover = "#
|
|
244
|
-
const teddyColorBackgroundCardGrayHoverNegative = "#
|
|
245
|
-
const teddyColorBackgroundCardGrayActive = "#
|
|
246
|
-
const teddyColorBackgroundCardGrayActiveNegative = "#
|
|
247
|
-
const teddyColorBackgroundCardBeige = "#
|
|
248
|
-
const teddyColorBackgroundCardBeigeNegative = "#
|
|
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 = "#
|
|
251
|
-
const teddyColorBackgroundCardBeigeActive = "#
|
|
252
|
-
const teddyColorBackgroundCardBeigeActiveNegative = "#
|
|
250
|
+
const teddyColorBackgroundCardBeigeHoverNegative = "#4a4a4d";
|
|
251
|
+
const teddyColorBackgroundCardBeigeActive = "#d7c3b5";
|
|
252
|
+
const teddyColorBackgroundCardBeigeActiveNegative = "#5f5f63";
|
|
253
253
|
const teddyColorBackgroundCardBeigeEmphasis = "#ede1d8";
|
|
254
|
-
const teddyColorBackgroundCardBeigeEmphasisNegative = "#
|
|
255
|
-
const teddyColorBackgroundCardBeigeEmphasisHover = "#
|
|
256
|
-
const teddyColorBackgroundCardBeigeEmphasisHoverNegative = "#
|
|
257
|
-
const teddyColorBackgroundCardBeigeEmphasisActive = "#
|
|
258
|
-
const teddyColorBackgroundCardBeigeEmphasisActiveNegative = "#
|
|
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 = "#
|
|
266
|
-
const teddyColorBackgroundCardDarkPurpleNegative = "#
|
|
267
|
-
const teddyColorBackgroundCardDarkPurpleHover = "#
|
|
268
|
-
const teddyColorBackgroundCardDarkPurpleHoverNegative = "#
|
|
269
|
-
const teddyColorBackgroundCardDarkPurpleActive = "#
|
|
270
|
-
const teddyColorBackgroundCardDarkPurpleActiveNegative = "#
|
|
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 = "#
|
|
272
|
+
const teddyColorBackgroundCardTealNegative = "#006c67";
|
|
273
273
|
const teddyColorBackgroundCardTealHover = "#d5eae9";
|
|
274
|
-
const teddyColorBackgroundCardTealHoverNegative = "#
|
|
274
|
+
const teddyColorBackgroundCardTealHoverNegative = "#00847e";
|
|
275
275
|
const teddyColorBackgroundCardTealActive = "#a1cfcd";
|
|
276
|
-
const teddyColorBackgroundCardTealActiveNegative = "#
|
|
276
|
+
const teddyColorBackgroundCardTealActiveNegative = "#3a9b96";
|
|
277
277
|
const teddyColorBackgroundCardTealEmphasis = "#d5eae9";
|
|
278
|
-
const teddyColorBackgroundCardTealEmphasisNegative = "#
|
|
278
|
+
const teddyColorBackgroundCardTealEmphasisNegative = "#006c67";
|
|
279
279
|
const teddyColorBackgroundCardTealEmphasisHover = "#a1cfcd";
|
|
280
|
-
const teddyColorBackgroundCardTealEmphasisHoverNegative = "#
|
|
280
|
+
const teddyColorBackgroundCardTealEmphasisHoverNegative = "#00847e";
|
|
281
281
|
const teddyColorBackgroundCardTealEmphasisActive = "#6eb5b2";
|
|
282
|
-
const teddyColorBackgroundCardTealEmphasisActiveNegative = "#
|
|
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 = "#
|
|
235
|
-
export declare const teddyColorBackgroundCardDefaultHover = "#
|
|
236
|
-
export declare const teddyColorBackgroundCardDefaultHoverNegative = "#
|
|
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 = "#
|
|
239
|
-
export declare const teddyColorBackgroundCardGray = "#
|
|
240
|
-
export declare const teddyColorBackgroundCardGrayNegative = "#
|
|
241
|
-
export declare const teddyColorBackgroundCardGrayHover = "#
|
|
242
|
-
export declare const teddyColorBackgroundCardGrayHoverNegative = "#
|
|
243
|
-
export declare const teddyColorBackgroundCardGrayActive = "#
|
|
244
|
-
export declare const teddyColorBackgroundCardGrayActiveNegative = "#
|
|
245
|
-
export declare const teddyColorBackgroundCardBeige = "#
|
|
246
|
-
export declare const teddyColorBackgroundCardBeigeNegative = "#
|
|
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 = "#
|
|
249
|
-
export declare const teddyColorBackgroundCardBeigeActive = "#
|
|
250
|
-
export declare const teddyColorBackgroundCardBeigeActiveNegative = "#
|
|
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 = "#
|
|
253
|
-
export declare const teddyColorBackgroundCardBeigeEmphasisHover = "#
|
|
254
|
-
export declare const teddyColorBackgroundCardBeigeEmphasisHoverNegative = "#
|
|
255
|
-
export declare const teddyColorBackgroundCardBeigeEmphasisActive = "#
|
|
256
|
-
export declare const teddyColorBackgroundCardBeigeEmphasisActiveNegative = "#
|
|
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 = "#
|
|
264
|
-
export declare const teddyColorBackgroundCardDarkPurpleNegative = "#
|
|
265
|
-
export declare const teddyColorBackgroundCardDarkPurpleHover = "#
|
|
266
|
-
export declare const teddyColorBackgroundCardDarkPurpleHoverNegative = "#
|
|
267
|
-
export declare const teddyColorBackgroundCardDarkPurpleActive = "#
|
|
268
|
-
export declare const teddyColorBackgroundCardDarkPurpleActiveNegative = "#
|
|
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 = "#
|
|
270
|
+
export declare const teddyColorBackgroundCardTealNegative = "#006c67";
|
|
271
271
|
export declare const teddyColorBackgroundCardTealHover = "#d5eae9";
|
|
272
|
-
export declare const teddyColorBackgroundCardTealHoverNegative = "#
|
|
272
|
+
export declare const teddyColorBackgroundCardTealHoverNegative = "#00847e";
|
|
273
273
|
export declare const teddyColorBackgroundCardTealActive = "#a1cfcd";
|
|
274
|
-
export declare const teddyColorBackgroundCardTealActiveNegative = "#
|
|
274
|
+
export declare const teddyColorBackgroundCardTealActiveNegative = "#3a9b96";
|
|
275
275
|
export declare const teddyColorBackgroundCardTealEmphasis = "#d5eae9";
|
|
276
|
-
export declare const teddyColorBackgroundCardTealEmphasisNegative = "#
|
|
276
|
+
export declare const teddyColorBackgroundCardTealEmphasisNegative = "#006c67";
|
|
277
277
|
export declare const teddyColorBackgroundCardTealEmphasisHover = "#a1cfcd";
|
|
278
|
-
export declare const teddyColorBackgroundCardTealEmphasisHoverNegative = "#
|
|
278
|
+
export declare const teddyColorBackgroundCardTealEmphasisHoverNegative = "#00847e";
|
|
279
279
|
export declare const teddyColorBackgroundCardTealEmphasisActive = "#6eb5b2";
|
|
280
|
-
export declare const teddyColorBackgroundCardTealEmphasisActiveNegative = "#
|
|
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 = "#
|
|
235
|
-
const teddyColorBackgroundCardDefaultHover = "#
|
|
236
|
-
const teddyColorBackgroundCardDefaultHoverNegative = "#
|
|
234
|
+
const teddyColorBackgroundCardDefaultNegative = "#353537";
|
|
235
|
+
const teddyColorBackgroundCardDefaultHover = "#faf0ff";
|
|
236
|
+
const teddyColorBackgroundCardDefaultHoverNegative = "#4a4a4d";
|
|
237
237
|
const teddyColorBackgroundCardDefaultActive = "#f5e0ff";
|
|
238
|
-
const teddyColorBackgroundCardDefaultActiveNegative = "#
|
|
239
|
-
const teddyColorBackgroundCardGray = "#
|
|
240
|
-
const teddyColorBackgroundCardGrayNegative = "#
|
|
241
|
-
const teddyColorBackgroundCardGrayHover = "#
|
|
242
|
-
const teddyColorBackgroundCardGrayHoverNegative = "#
|
|
243
|
-
const teddyColorBackgroundCardGrayActive = "#
|
|
244
|
-
const teddyColorBackgroundCardGrayActiveNegative = "#
|
|
245
|
-
const teddyColorBackgroundCardBeige = "#
|
|
246
|
-
const teddyColorBackgroundCardBeigeNegative = "#
|
|
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 = "#
|
|
249
|
-
const teddyColorBackgroundCardBeigeActive = "#
|
|
250
|
-
const teddyColorBackgroundCardBeigeActiveNegative = "#
|
|
248
|
+
const teddyColorBackgroundCardBeigeHoverNegative = "#4a4a4d";
|
|
249
|
+
const teddyColorBackgroundCardBeigeActive = "#d7c3b5";
|
|
250
|
+
const teddyColorBackgroundCardBeigeActiveNegative = "#5f5f63";
|
|
251
251
|
const teddyColorBackgroundCardBeigeEmphasis = "#ede1d8";
|
|
252
|
-
const teddyColorBackgroundCardBeigeEmphasisNegative = "#
|
|
253
|
-
const teddyColorBackgroundCardBeigeEmphasisHover = "#
|
|
254
|
-
const teddyColorBackgroundCardBeigeEmphasisHoverNegative = "#
|
|
255
|
-
const teddyColorBackgroundCardBeigeEmphasisActive = "#
|
|
256
|
-
const teddyColorBackgroundCardBeigeEmphasisActiveNegative = "#
|
|
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 = "#
|
|
264
|
-
const teddyColorBackgroundCardDarkPurpleNegative = "#
|
|
265
|
-
const teddyColorBackgroundCardDarkPurpleHover = "#
|
|
266
|
-
const teddyColorBackgroundCardDarkPurpleHoverNegative = "#
|
|
267
|
-
const teddyColorBackgroundCardDarkPurpleActive = "#
|
|
268
|
-
const teddyColorBackgroundCardDarkPurpleActiveNegative = "#
|
|
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 = "#
|
|
270
|
+
const teddyColorBackgroundCardTealNegative = "#006c67";
|
|
271
271
|
const teddyColorBackgroundCardTealHover = "#d5eae9";
|
|
272
|
-
const teddyColorBackgroundCardTealHoverNegative = "#
|
|
272
|
+
const teddyColorBackgroundCardTealHoverNegative = "#00847e";
|
|
273
273
|
const teddyColorBackgroundCardTealActive = "#a1cfcd";
|
|
274
|
-
const teddyColorBackgroundCardTealActiveNegative = "#
|
|
274
|
+
const teddyColorBackgroundCardTealActiveNegative = "#3a9b96";
|
|
275
275
|
const teddyColorBackgroundCardTealEmphasis = "#d5eae9";
|
|
276
|
-
const teddyColorBackgroundCardTealEmphasisNegative = "#
|
|
276
|
+
const teddyColorBackgroundCardTealEmphasisNegative = "#006c67";
|
|
277
277
|
const teddyColorBackgroundCardTealEmphasisHover = "#a1cfcd";
|
|
278
|
-
const teddyColorBackgroundCardTealEmphasisHoverNegative = "#
|
|
278
|
+
const teddyColorBackgroundCardTealEmphasisHoverNegative = "#00847e";
|
|
279
279
|
const teddyColorBackgroundCardTealEmphasisActive = "#6eb5b2";
|
|
280
|
-
const teddyColorBackgroundCardTealEmphasisActiveNegative = "#
|
|
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: "
|
|
5
|
-
value: "
|
|
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: "
|
|
12
|
-
readonly value: "repeat(
|
|
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: "
|
|
19
|
-
value: "
|
|
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: "
|
|
56
|
-
value: "
|
|
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: "
|
|
135
|
-
value: "
|
|
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: "
|
|
145
|
-
readonly value: "repeat(
|
|
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: "
|
|
175
|
-
value: "
|
|
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: "
|
|
182
|
-
value: "
|
|
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: "
|
|
189
|
-
value: "
|
|
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: "
|
|
196
|
-
value: "
|
|
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: "
|
|
203
|
-
value: "
|
|
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: "
|
|
243
|
-
value: "
|
|
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: "
|
|
1982
|
-
value: "
|
|
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: "
|
|
1992
|
-
readonly value: "repeat(
|
|
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: "
|
|
2021
|
-
value: "
|
|
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: "
|
|
2028
|
-
value: "
|
|
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: "
|
|
2035
|
-
value: "
|
|
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: "
|
|
2042
|
-
value: "
|
|
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: "
|
|
2049
|
-
value: "
|
|
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: "
|
|
2089
|
-
value: "
|
|
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: "
|
|
80
|
-
value: "
|
|
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
|
-
"
|
|
18
|
+
"engines": {
|
|
19
19
|
"node": "20.x || 21.x",
|
|
20
|
-
"pnpm": ">=
|
|
20
|
+
"pnpm": ">=10"
|
|
21
21
|
},
|
|
22
22
|
"private": false,
|
|
23
|
-
"version": "0.7.
|
|
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.
|
|
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.
|
|
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
|
},
|