@telia/teddy 0.6.13 → 0.6.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/{sprite.c3af21af-teddy.svg → sprite.c7653d19-teddy.svg} +23 -9
- package/dist/components/accordion/accordion-indicator.cjs +1 -1
- package/dist/components/accordion/accordion-indicator.js +1 -1
- package/dist/components/avatar/avatar-root.cjs +1 -1
- package/dist/components/avatar/avatar-root.d.ts +1 -1
- package/dist/components/avatar/avatar-root.js +1 -1
- package/dist/components/avatar/index.d.ts +1 -1
- package/dist/components/badge/badge.cjs +1 -1
- package/dist/components/badge/badge.js +1 -1
- package/dist/components/breadcrumbs/breadcrumbs-link.cjs +1 -1
- package/dist/components/breadcrumbs/breadcrumbs-link.js +1 -1
- package/dist/components/card/card-button.cjs +7 -0
- package/dist/components/card/card-button.js +7 -0
- package/dist/components/card/card.cjs +72 -52
- package/dist/components/card/card.js +72 -52
- package/dist/components/carousel/carousel-root.cjs +1 -1
- package/dist/components/carousel/carousel-root.js +1 -1
- package/dist/components/checkbox/checkbox-indicator.cjs +1 -1
- package/dist/components/checkbox/checkbox-indicator.js +1 -1
- package/dist/components/chip/chip-indicator.cjs +1 -1
- package/dist/components/chip/chip-indicator.d.ts +1 -1
- package/dist/components/chip/chip-indicator.js +1 -1
- package/dist/components/chip/index.d.ts +1 -1
- package/dist/components/dashboard-card/dashboard-card-avatar.d.ts +1 -1
- package/dist/components/dashboard-card/dashboard-card-root.cjs +1 -1
- package/dist/components/dashboard-card/dashboard-card-root.js +1 -1
- package/dist/components/date-picker/date-picker-input.cjs +1 -1
- package/dist/components/date-picker/date-picker-input.js +1 -1
- package/dist/components/date-picker/date-picker.cjs +1 -1
- package/dist/components/date-picker/date-picker.js +1 -1
- package/dist/components/drawer/drawer-close.cjs +1 -1
- package/dist/components/drawer/drawer-close.js +1 -1
- package/dist/components/expandable-card/expandable-card-indicator.cjs +1 -1
- package/dist/components/expandable-card/expandable-card-indicator.js +1 -1
- package/dist/components/field-error-text/field-error-text.cjs +1 -1
- package/dist/components/field-error-text/field-error-text.js +1 -1
- package/dist/components/icon/AllIcons.cjs +23 -9
- package/dist/components/icon/AllIcons.js +23 -9
- package/dist/components/icon/icon.cjs +1 -1
- package/dist/components/icon/icon.js +1 -1
- package/dist/components/icon/index.cjs +1 -1
- package/dist/components/icon/index.js +1 -1
- package/dist/components/icon/utils.d.ts +1 -1
- package/dist/components/index.cjs +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/input/input-clear-button.cjs +1 -1
- package/dist/components/input/input-clear-button.js +1 -1
- package/dist/components/input/input-group.cjs +1 -1
- package/dist/components/input/input-group.js +1 -1
- package/dist/components/input/input-indicator.cjs +1 -1
- package/dist/components/input/input-indicator.js +1 -1
- package/dist/components/modal/modal-close.cjs +1 -1
- package/dist/components/modal/modal-close.js +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-desktop.cjs +1 -1
- 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 +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-mobile-simplified.js +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-mobile.cjs +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-mobile.js +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-my-pages.cjs +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-my-pages.js +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-search-field.cjs +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-search-field.js +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-search.cjs +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-search.js +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-shopping-cart.cjs +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-shopping-cart.js +1 -1
- package/dist/components/navigation-menu/navigation-menu.cjs +1 -1
- package/dist/components/navigation-menu/navigation-menu.js +1 -1
- package/dist/components/notabene/notabene-icon.cjs +1 -1
- package/dist/components/notabene/notabene-icon.d.ts +1 -1
- package/dist/components/notabene/notabene-icon.js +1 -1
- package/dist/components/notification/index.d.ts +24 -0
- package/dist/components/notification/notification-dismiss.cjs +1 -1
- package/dist/components/notification/notification-dismiss.js +1 -1
- package/dist/components/notification/notification-icon.cjs +1 -1
- package/dist/components/notification/notification-icon.d.ts +1 -1
- package/dist/components/notification/notification-icon.js +1 -1
- package/dist/components/radio-card-group/radio-card-group-content.cjs +1 -1
- package/dist/components/radio-card-group/radio-card-group-content.js +1 -1
- package/dist/components/radio-card-group/radio-card-group-item-title.cjs +1 -1
- package/dist/components/radio-card-group/radio-card-group-item-title.js +1 -1
- package/dist/components/radio-card-group/radio-card-group-item.cjs +1 -1
- package/dist/components/radio-card-group/radio-card-group-item.js +1 -1
- package/dist/components/scroll-area/scroll-area-button.cjs +1 -1
- package/dist/components/scroll-area/scroll-area-button.js +1 -1
- package/dist/components/scroll-area/scroll-area-thumb.cjs +1 -1
- package/dist/components/scroll-area/scroll-area-thumb.js +1 -1
- package/dist/components/select/select-indicator.cjs +1 -1
- package/dist/components/select/select-indicator.js +1 -1
- package/dist/components/toast/toast-root.cjs +1 -1
- package/dist/components/toast/toast-root.js +1 -1
- package/dist/components/toggle/toggle.cjs +1 -1
- package/dist/components/toggle/toggle.d.ts +1 -1
- package/dist/components/toggle/toggle.js +1 -1
- package/dist/components/toggletip/toggletip-close.cjs +1 -1
- package/dist/components/toggletip/toggletip-close.js +1 -1
- package/dist/components/tooltip/tooltip-trigger.cjs +1 -1
- package/dist/components/tooltip/tooltip-trigger.js +1 -1
- package/dist/icons/category.cjs +6 -3
- package/dist/icons/category.d.ts +17 -8
- package/dist/icons/category.js +6 -3
- package/dist/icons/name.cjs +6 -3
- package/dist/icons/name.d.ts +1 -1
- package/dist/icons/name.js +6 -3
- package/dist/main.cjs +1 -1
- package/dist/main.js +1 -1
- package/dist/style.css +280 -118
- package/dist/tokens/color/variables.cjs +237 -0
- package/dist/tokens/color/variables.d.ts +79 -0
- package/dist/tokens/color/variables.js +237 -0
- package/package.json +1 -1
|
@@ -158,11 +158,23 @@ const teddyColorTextStatusInfoMedium = "#0078cb";
|
|
|
158
158
|
const teddyColorTextStatusNeutral = "rgba(0, 0, 0, 0.71)";
|
|
159
159
|
const teddyColorTextStatusSpecial = "#4e0174";
|
|
160
160
|
const teddyColorTextStatusAttention = "#ffffff";
|
|
161
|
+
const teddyColorTextStatusErrorStrongNegative = "#ffdde8";
|
|
162
|
+
const teddyColorTextStatusSuccessStrongNegative = "#c5efd9";
|
|
163
|
+
const teddyColorTextStatusWarningStrongNegative = "#ffe1b3";
|
|
164
|
+
const teddyColorTextStatusInfoStrongNegative = "#caeaff";
|
|
165
|
+
const teddyColorTextStatusNeutralNegative = "rgba(255, 255, 255, 0.84)";
|
|
166
|
+
const teddyColorTextStatusSpecialNegative = "rgba(255, 255, 255, 0.84)";
|
|
161
167
|
const teddyColorTextToneOnTonePrimary = "#f5e0ff";
|
|
162
168
|
const teddyColorTextToneOnToneSecondary = "#29003e";
|
|
163
169
|
const teddyColorTextToneOnToneTertiary = "#4f4741";
|
|
170
|
+
const teddyColorTextCardTeal = "#02534f";
|
|
171
|
+
const teddyColorTextCardTealNegative = "#edf5f5";
|
|
172
|
+
const teddyColorTextCardBeige = "#4f4741";
|
|
173
|
+
const teddyColorTextCardBeigeNegative = "#ede1d8";
|
|
164
174
|
const teddyColorBackgroundPrimary = "#ffffff";
|
|
175
|
+
const teddyColorBackgroundPrimaryNegative = "#1e1e20";
|
|
165
176
|
const teddyColorBackgroundSecondary = "#f3f3f8";
|
|
177
|
+
const teddyColorBackgroundSecondaryNegative = "#1e1e20";
|
|
166
178
|
const teddyColorBackgroundInteractivePrimary = "#4e0174";
|
|
167
179
|
const teddyColorBackgroundInteractivePrimaryHover = "#6d02a3";
|
|
168
180
|
const teddyColorBackgroundInteractivePrimaryActive = "#8c07d0";
|
|
@@ -199,10 +211,73 @@ const teddyColorBackgroundStatusWarningStrong = "#ffe1b3";
|
|
|
199
211
|
const teddyColorBackgroundStatusNeutral = "#e5e5eb";
|
|
200
212
|
const teddyColorBackgroundStatusSpecial = "#f5e0ff";
|
|
201
213
|
const teddyColorBackgroundStatusAttention = "#6d02a3";
|
|
214
|
+
const teddyColorBackgroundStatusInfoNegative = "#014d80";
|
|
215
|
+
const teddyColorBackgroundStatusInfoStrongNegative = "#0063a6";
|
|
216
|
+
const teddyColorBackgroundStatusSuccessNegative = "#02562b";
|
|
217
|
+
const teddyColorBackgroundStatusSuccessStrongNegative = "#017037";
|
|
218
|
+
const teddyColorBackgroundStatusErrorNegative = "#980233";
|
|
219
|
+
const teddyColorBackgroundStatusErrorStrongNegative = "#c00543";
|
|
220
|
+
const teddyColorBackgroundStatusWarningNegative = "#6a4102";
|
|
221
|
+
const teddyColorBackgroundStatusWarningStrongNegative = "#8b5301";
|
|
222
|
+
const teddyColorBackgroundStatusNeutralNegative = "#4a4a4d";
|
|
223
|
+
const teddyColorBackgroundStatusSpecialNegative = "#29003e";
|
|
224
|
+
const teddyColorBackgroundStatusSpecialStrong = "#f5e0ff";
|
|
225
|
+
const teddyColorBackgroundStatusSpecialStrongNegative = "#4e0174";
|
|
226
|
+
const teddyColorBackgroundStatusAttentionNegative = "#6d02a3";
|
|
202
227
|
const teddyColorBackgroundToneOnTonePrimary = "#29003e";
|
|
203
228
|
const teddyColorBackgroundToneOnToneSecondary = "#f5e0ff";
|
|
204
229
|
const teddyColorBackgroundToneOnToneTertiary = "#ede1d8";
|
|
205
230
|
const teddyColorBackgroundToneOnToneQuaternary = "#f9f1ec";
|
|
231
|
+
const teddyColorBackgroundLightPurple = "#faf0ff";
|
|
232
|
+
const teddyColorBackgroundLightPurpleNegative = "#4a4a4d";
|
|
233
|
+
const teddyColorBackgroundCardDefault = "#ffffff";
|
|
234
|
+
const teddyColorBackgroundCardDefaultNegative = "#1e1e20";
|
|
235
|
+
const teddyColorBackgroundCardDefaultHover = "#f5e0ff";
|
|
236
|
+
const teddyColorBackgroundCardDefaultHoverNegative = "#29003e";
|
|
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";
|
|
247
|
+
const teddyColorBackgroundCardBeigeHover = "#ede1d8";
|
|
248
|
+
const teddyColorBackgroundCardBeigeHoverNegative = "#29003e";
|
|
249
|
+
const teddyColorBackgroundCardBeigeActive = "#ede1d8";
|
|
250
|
+
const teddyColorBackgroundCardBeigeActiveNegative = "#29003e";
|
|
251
|
+
const teddyColorBackgroundCardBeigeEmphasis = "#ede1d8";
|
|
252
|
+
const teddyColorBackgroundCardBeigeEmphasisNegative = "#1e1e20";
|
|
253
|
+
const teddyColorBackgroundCardBeigeEmphasisHover = "#ede1d8";
|
|
254
|
+
const teddyColorBackgroundCardBeigeEmphasisHoverNegative = "#29003e";
|
|
255
|
+
const teddyColorBackgroundCardBeigeEmphasisActive = "#ede1d8";
|
|
256
|
+
const teddyColorBackgroundCardBeigeEmphasisActiveNegative = "#29003e";
|
|
257
|
+
const teddyColorBackgroundCardLightPurple = "#f5e0ff";
|
|
258
|
+
const teddyColorBackgroundCardLightPurpleNegative = "#29003e";
|
|
259
|
+
const teddyColorBackgroundCardLightPurpleHover = "#e4b6fb";
|
|
260
|
+
const teddyColorBackgroundCardLightPurpleHoverNegative = "#4e0174";
|
|
261
|
+
const teddyColorBackgroundCardLightPurpleActive = "#d58df9";
|
|
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";
|
|
269
|
+
const teddyColorBackgroundCardTeal = "#edf5f5";
|
|
270
|
+
const teddyColorBackgroundCardTealNegative = "#032220";
|
|
271
|
+
const teddyColorBackgroundCardTealHover = "#d5eae9";
|
|
272
|
+
const teddyColorBackgroundCardTealHoverNegative = "#063c39";
|
|
273
|
+
const teddyColorBackgroundCardTealActive = "#a1cfcd";
|
|
274
|
+
const teddyColorBackgroundCardTealActiveNegative = "#02534f";
|
|
275
|
+
const teddyColorBackgroundCardTealEmphasis = "#d5eae9";
|
|
276
|
+
const teddyColorBackgroundCardTealEmphasisNegative = "#063c39";
|
|
277
|
+
const teddyColorBackgroundCardTealEmphasisHover = "#a1cfcd";
|
|
278
|
+
const teddyColorBackgroundCardTealEmphasisHoverNegative = "#02534f";
|
|
279
|
+
const teddyColorBackgroundCardTealEmphasisActive = "#6eb5b2";
|
|
280
|
+
const teddyColorBackgroundCardTealEmphasisActiveNegative = "#006c67";
|
|
206
281
|
const teddyColorBorderMedium = "rgba(0, 0, 0, 0.33)";
|
|
207
282
|
const teddyColorBorderMediumNegative = "rgba(255, 255, 255, 0.29)";
|
|
208
283
|
const teddyColorBorderStrong = "rgba(0, 0, 0, 0.54)";
|
|
@@ -219,6 +294,10 @@ const teddyColorBorderInteractivePrimaryNegativeActive = "#e4b6fb";
|
|
|
219
294
|
const teddyColorBorderInteractiveSelected = "#990ae3";
|
|
220
295
|
const teddyColorBorderInteractiveSubtle = "rgba(0, 0, 0, 0.33)";
|
|
221
296
|
const teddyColorBorderInteractiveSubtleHover = "#4e0174";
|
|
297
|
+
const teddyColorBorderInteractiveFocusNegative = "#62b2e7";
|
|
298
|
+
const teddyColorBorderInteractiveExpressive = "#4e0174";
|
|
299
|
+
const teddyColorBorderInteractiveSubtleNegative = "rgba(255, 255, 255, 0.29)";
|
|
300
|
+
const teddyColorBorderInteractiveSubtleNegativeHover = "#e4b6fb";
|
|
222
301
|
const teddyColorBorderStatusError = "#e4175c";
|
|
223
302
|
const teddyColorBorderStatusWarning = "#cc7a00";
|
|
224
303
|
const teddyColorBorderStatusInfo = "#0078cb";
|
|
@@ -226,6 +305,54 @@ const teddyColorBorderStatusSuccess = "#018842";
|
|
|
226
305
|
const teddyColorOverlayDefault = "rgba(0, 0, 0, 0.33)";
|
|
227
306
|
const variables = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
228
307
|
__proto__: null,
|
|
308
|
+
teddyColorBackgroundCardBeige,
|
|
309
|
+
teddyColorBackgroundCardBeigeActive,
|
|
310
|
+
teddyColorBackgroundCardBeigeActiveNegative,
|
|
311
|
+
teddyColorBackgroundCardBeigeEmphasis,
|
|
312
|
+
teddyColorBackgroundCardBeigeEmphasisActive,
|
|
313
|
+
teddyColorBackgroundCardBeigeEmphasisActiveNegative,
|
|
314
|
+
teddyColorBackgroundCardBeigeEmphasisHover,
|
|
315
|
+
teddyColorBackgroundCardBeigeEmphasisHoverNegative,
|
|
316
|
+
teddyColorBackgroundCardBeigeEmphasisNegative,
|
|
317
|
+
teddyColorBackgroundCardBeigeHover,
|
|
318
|
+
teddyColorBackgroundCardBeigeHoverNegative,
|
|
319
|
+
teddyColorBackgroundCardBeigeNegative,
|
|
320
|
+
teddyColorBackgroundCardDarkPurple,
|
|
321
|
+
teddyColorBackgroundCardDarkPurpleActive,
|
|
322
|
+
teddyColorBackgroundCardDarkPurpleActiveNegative,
|
|
323
|
+
teddyColorBackgroundCardDarkPurpleHover,
|
|
324
|
+
teddyColorBackgroundCardDarkPurpleHoverNegative,
|
|
325
|
+
teddyColorBackgroundCardDarkPurpleNegative,
|
|
326
|
+
teddyColorBackgroundCardDefault,
|
|
327
|
+
teddyColorBackgroundCardDefaultActive,
|
|
328
|
+
teddyColorBackgroundCardDefaultActiveNegative,
|
|
329
|
+
teddyColorBackgroundCardDefaultHover,
|
|
330
|
+
teddyColorBackgroundCardDefaultHoverNegative,
|
|
331
|
+
teddyColorBackgroundCardDefaultNegative,
|
|
332
|
+
teddyColorBackgroundCardGray,
|
|
333
|
+
teddyColorBackgroundCardGrayActive,
|
|
334
|
+
teddyColorBackgroundCardGrayActiveNegative,
|
|
335
|
+
teddyColorBackgroundCardGrayHover,
|
|
336
|
+
teddyColorBackgroundCardGrayHoverNegative,
|
|
337
|
+
teddyColorBackgroundCardGrayNegative,
|
|
338
|
+
teddyColorBackgroundCardLightPurple,
|
|
339
|
+
teddyColorBackgroundCardLightPurpleActive,
|
|
340
|
+
teddyColorBackgroundCardLightPurpleActiveNegative,
|
|
341
|
+
teddyColorBackgroundCardLightPurpleHover,
|
|
342
|
+
teddyColorBackgroundCardLightPurpleHoverNegative,
|
|
343
|
+
teddyColorBackgroundCardLightPurpleNegative,
|
|
344
|
+
teddyColorBackgroundCardTeal,
|
|
345
|
+
teddyColorBackgroundCardTealActive,
|
|
346
|
+
teddyColorBackgroundCardTealActiveNegative,
|
|
347
|
+
teddyColorBackgroundCardTealEmphasis,
|
|
348
|
+
teddyColorBackgroundCardTealEmphasisActive,
|
|
349
|
+
teddyColorBackgroundCardTealEmphasisActiveNegative,
|
|
350
|
+
teddyColorBackgroundCardTealEmphasisHover,
|
|
351
|
+
teddyColorBackgroundCardTealEmphasisHoverNegative,
|
|
352
|
+
teddyColorBackgroundCardTealEmphasisNegative,
|
|
353
|
+
teddyColorBackgroundCardTealHover,
|
|
354
|
+
teddyColorBackgroundCardTealHoverNegative,
|
|
355
|
+
teddyColorBackgroundCardTealNegative,
|
|
229
356
|
teddyColorBackgroundInteractiveDestructive,
|
|
230
357
|
teddyColorBackgroundInteractiveDestructiveActive,
|
|
231
358
|
teddyColorBackgroundInteractiveDestructiveHover,
|
|
@@ -251,19 +378,36 @@ const variables = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePro
|
|
|
251
378
|
teddyColorBackgroundInteractiveTransparentHover,
|
|
252
379
|
teddyColorBackgroundInteractiveTransparentNegativeActive,
|
|
253
380
|
teddyColorBackgroundInteractiveTransparentNegativeHover,
|
|
381
|
+
teddyColorBackgroundLightPurple,
|
|
382
|
+
teddyColorBackgroundLightPurpleNegative,
|
|
254
383
|
teddyColorBackgroundPrimary,
|
|
384
|
+
teddyColorBackgroundPrimaryNegative,
|
|
255
385
|
teddyColorBackgroundSecondary,
|
|
386
|
+
teddyColorBackgroundSecondaryNegative,
|
|
256
387
|
teddyColorBackgroundStatusAttention,
|
|
388
|
+
teddyColorBackgroundStatusAttentionNegative,
|
|
257
389
|
teddyColorBackgroundStatusError,
|
|
390
|
+
teddyColorBackgroundStatusErrorNegative,
|
|
258
391
|
teddyColorBackgroundStatusErrorStrong,
|
|
392
|
+
teddyColorBackgroundStatusErrorStrongNegative,
|
|
259
393
|
teddyColorBackgroundStatusInfo,
|
|
394
|
+
teddyColorBackgroundStatusInfoNegative,
|
|
260
395
|
teddyColorBackgroundStatusInfoStrong,
|
|
396
|
+
teddyColorBackgroundStatusInfoStrongNegative,
|
|
261
397
|
teddyColorBackgroundStatusNeutral,
|
|
398
|
+
teddyColorBackgroundStatusNeutralNegative,
|
|
262
399
|
teddyColorBackgroundStatusSpecial,
|
|
400
|
+
teddyColorBackgroundStatusSpecialNegative,
|
|
401
|
+
teddyColorBackgroundStatusSpecialStrong,
|
|
402
|
+
teddyColorBackgroundStatusSpecialStrongNegative,
|
|
263
403
|
teddyColorBackgroundStatusSuccess,
|
|
404
|
+
teddyColorBackgroundStatusSuccessNegative,
|
|
264
405
|
teddyColorBackgroundStatusSuccessStrong,
|
|
406
|
+
teddyColorBackgroundStatusSuccessStrongNegative,
|
|
265
407
|
teddyColorBackgroundStatusWarning,
|
|
408
|
+
teddyColorBackgroundStatusWarningNegative,
|
|
266
409
|
teddyColorBackgroundStatusWarningStrong,
|
|
410
|
+
teddyColorBackgroundStatusWarningStrongNegative,
|
|
267
411
|
teddyColorBackgroundToneOnTonePrimary,
|
|
268
412
|
teddyColorBackgroundToneOnToneQuaternary,
|
|
269
413
|
teddyColorBackgroundToneOnToneSecondary,
|
|
@@ -290,7 +434,9 @@ const variables = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePro
|
|
|
290
434
|
teddyColorBlue800,
|
|
291
435
|
teddyColorBlue900,
|
|
292
436
|
teddyColorBlue950,
|
|
437
|
+
teddyColorBorderInteractiveExpressive,
|
|
293
438
|
teddyColorBorderInteractiveFocus,
|
|
439
|
+
teddyColorBorderInteractiveFocusNegative,
|
|
294
440
|
teddyColorBorderInteractivePrimary,
|
|
295
441
|
teddyColorBorderInteractivePrimaryActive,
|
|
296
442
|
teddyColorBorderInteractivePrimaryHover,
|
|
@@ -300,6 +446,8 @@ const variables = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePro
|
|
|
300
446
|
teddyColorBorderInteractiveSelected,
|
|
301
447
|
teddyColorBorderInteractiveSubtle,
|
|
302
448
|
teddyColorBorderInteractiveSubtleHover,
|
|
449
|
+
teddyColorBorderInteractiveSubtleNegative,
|
|
450
|
+
teddyColorBorderInteractiveSubtleNegativeHover,
|
|
303
451
|
teddyColorBorderMedium,
|
|
304
452
|
teddyColorBorderMediumNegative,
|
|
305
453
|
teddyColorBorderStatusError,
|
|
@@ -391,6 +539,10 @@ const variables = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePro
|
|
|
391
539
|
teddyColorTeal800,
|
|
392
540
|
teddyColorTeal900,
|
|
393
541
|
teddyColorTeal950,
|
|
542
|
+
teddyColorTextCardBeige,
|
|
543
|
+
teddyColorTextCardBeigeNegative,
|
|
544
|
+
teddyColorTextCardTeal,
|
|
545
|
+
teddyColorTextCardTealNegative,
|
|
394
546
|
teddyColorTextDefault,
|
|
395
547
|
teddyColorTextDefaultNegative,
|
|
396
548
|
teddyColorTextInteractiveOnDestructive,
|
|
@@ -413,14 +565,20 @@ const variables = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePro
|
|
|
413
565
|
teddyColorTextStatusDiscount,
|
|
414
566
|
teddyColorTextStatusErrorMedium,
|
|
415
567
|
teddyColorTextStatusErrorStrong,
|
|
568
|
+
teddyColorTextStatusErrorStrongNegative,
|
|
416
569
|
teddyColorTextStatusInfoMedium,
|
|
417
570
|
teddyColorTextStatusInfoStrong,
|
|
571
|
+
teddyColorTextStatusInfoStrongNegative,
|
|
418
572
|
teddyColorTextStatusNeutral,
|
|
573
|
+
teddyColorTextStatusNeutralNegative,
|
|
419
574
|
teddyColorTextStatusSpecial,
|
|
575
|
+
teddyColorTextStatusSpecialNegative,
|
|
420
576
|
teddyColorTextStatusSuccessMedium,
|
|
421
577
|
teddyColorTextStatusSuccessStrong,
|
|
578
|
+
teddyColorTextStatusSuccessStrongNegative,
|
|
422
579
|
teddyColorTextStatusWarningMedium,
|
|
423
580
|
teddyColorTextStatusWarningStrong,
|
|
581
|
+
teddyColorTextStatusWarningStrongNegative,
|
|
424
582
|
teddyColorTextToneOnTonePrimary,
|
|
425
583
|
teddyColorTextToneOnToneSecondary,
|
|
426
584
|
teddyColorTextToneOnToneTertiary,
|
|
@@ -454,6 +612,54 @@ const variables = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePro
|
|
|
454
612
|
teddyColorTransparentWhite950
|
|
455
613
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
456
614
|
export {
|
|
615
|
+
teddyColorBackgroundCardBeige,
|
|
616
|
+
teddyColorBackgroundCardBeigeActive,
|
|
617
|
+
teddyColorBackgroundCardBeigeActiveNegative,
|
|
618
|
+
teddyColorBackgroundCardBeigeEmphasis,
|
|
619
|
+
teddyColorBackgroundCardBeigeEmphasisActive,
|
|
620
|
+
teddyColorBackgroundCardBeigeEmphasisActiveNegative,
|
|
621
|
+
teddyColorBackgroundCardBeigeEmphasisHover,
|
|
622
|
+
teddyColorBackgroundCardBeigeEmphasisHoverNegative,
|
|
623
|
+
teddyColorBackgroundCardBeigeEmphasisNegative,
|
|
624
|
+
teddyColorBackgroundCardBeigeHover,
|
|
625
|
+
teddyColorBackgroundCardBeigeHoverNegative,
|
|
626
|
+
teddyColorBackgroundCardBeigeNegative,
|
|
627
|
+
teddyColorBackgroundCardDarkPurple,
|
|
628
|
+
teddyColorBackgroundCardDarkPurpleActive,
|
|
629
|
+
teddyColorBackgroundCardDarkPurpleActiveNegative,
|
|
630
|
+
teddyColorBackgroundCardDarkPurpleHover,
|
|
631
|
+
teddyColorBackgroundCardDarkPurpleHoverNegative,
|
|
632
|
+
teddyColorBackgroundCardDarkPurpleNegative,
|
|
633
|
+
teddyColorBackgroundCardDefault,
|
|
634
|
+
teddyColorBackgroundCardDefaultActive,
|
|
635
|
+
teddyColorBackgroundCardDefaultActiveNegative,
|
|
636
|
+
teddyColorBackgroundCardDefaultHover,
|
|
637
|
+
teddyColorBackgroundCardDefaultHoverNegative,
|
|
638
|
+
teddyColorBackgroundCardDefaultNegative,
|
|
639
|
+
teddyColorBackgroundCardGray,
|
|
640
|
+
teddyColorBackgroundCardGrayActive,
|
|
641
|
+
teddyColorBackgroundCardGrayActiveNegative,
|
|
642
|
+
teddyColorBackgroundCardGrayHover,
|
|
643
|
+
teddyColorBackgroundCardGrayHoverNegative,
|
|
644
|
+
teddyColorBackgroundCardGrayNegative,
|
|
645
|
+
teddyColorBackgroundCardLightPurple,
|
|
646
|
+
teddyColorBackgroundCardLightPurpleActive,
|
|
647
|
+
teddyColorBackgroundCardLightPurpleActiveNegative,
|
|
648
|
+
teddyColorBackgroundCardLightPurpleHover,
|
|
649
|
+
teddyColorBackgroundCardLightPurpleHoverNegative,
|
|
650
|
+
teddyColorBackgroundCardLightPurpleNegative,
|
|
651
|
+
teddyColorBackgroundCardTeal,
|
|
652
|
+
teddyColorBackgroundCardTealActive,
|
|
653
|
+
teddyColorBackgroundCardTealActiveNegative,
|
|
654
|
+
teddyColorBackgroundCardTealEmphasis,
|
|
655
|
+
teddyColorBackgroundCardTealEmphasisActive,
|
|
656
|
+
teddyColorBackgroundCardTealEmphasisActiveNegative,
|
|
657
|
+
teddyColorBackgroundCardTealEmphasisHover,
|
|
658
|
+
teddyColorBackgroundCardTealEmphasisHoverNegative,
|
|
659
|
+
teddyColorBackgroundCardTealEmphasisNegative,
|
|
660
|
+
teddyColorBackgroundCardTealHover,
|
|
661
|
+
teddyColorBackgroundCardTealHoverNegative,
|
|
662
|
+
teddyColorBackgroundCardTealNegative,
|
|
457
663
|
teddyColorBackgroundInteractiveDestructive,
|
|
458
664
|
teddyColorBackgroundInteractiveDestructiveActive,
|
|
459
665
|
teddyColorBackgroundInteractiveDestructiveHover,
|
|
@@ -479,19 +685,36 @@ export {
|
|
|
479
685
|
teddyColorBackgroundInteractiveTransparentHover,
|
|
480
686
|
teddyColorBackgroundInteractiveTransparentNegativeActive,
|
|
481
687
|
teddyColorBackgroundInteractiveTransparentNegativeHover,
|
|
688
|
+
teddyColorBackgroundLightPurple,
|
|
689
|
+
teddyColorBackgroundLightPurpleNegative,
|
|
482
690
|
teddyColorBackgroundPrimary,
|
|
691
|
+
teddyColorBackgroundPrimaryNegative,
|
|
483
692
|
teddyColorBackgroundSecondary,
|
|
693
|
+
teddyColorBackgroundSecondaryNegative,
|
|
484
694
|
teddyColorBackgroundStatusAttention,
|
|
695
|
+
teddyColorBackgroundStatusAttentionNegative,
|
|
485
696
|
teddyColorBackgroundStatusError,
|
|
697
|
+
teddyColorBackgroundStatusErrorNegative,
|
|
486
698
|
teddyColorBackgroundStatusErrorStrong,
|
|
699
|
+
teddyColorBackgroundStatusErrorStrongNegative,
|
|
487
700
|
teddyColorBackgroundStatusInfo,
|
|
701
|
+
teddyColorBackgroundStatusInfoNegative,
|
|
488
702
|
teddyColorBackgroundStatusInfoStrong,
|
|
703
|
+
teddyColorBackgroundStatusInfoStrongNegative,
|
|
489
704
|
teddyColorBackgroundStatusNeutral,
|
|
705
|
+
teddyColorBackgroundStatusNeutralNegative,
|
|
490
706
|
teddyColorBackgroundStatusSpecial,
|
|
707
|
+
teddyColorBackgroundStatusSpecialNegative,
|
|
708
|
+
teddyColorBackgroundStatusSpecialStrong,
|
|
709
|
+
teddyColorBackgroundStatusSpecialStrongNegative,
|
|
491
710
|
teddyColorBackgroundStatusSuccess,
|
|
711
|
+
teddyColorBackgroundStatusSuccessNegative,
|
|
492
712
|
teddyColorBackgroundStatusSuccessStrong,
|
|
713
|
+
teddyColorBackgroundStatusSuccessStrongNegative,
|
|
493
714
|
teddyColorBackgroundStatusWarning,
|
|
715
|
+
teddyColorBackgroundStatusWarningNegative,
|
|
494
716
|
teddyColorBackgroundStatusWarningStrong,
|
|
717
|
+
teddyColorBackgroundStatusWarningStrongNegative,
|
|
495
718
|
teddyColorBackgroundToneOnTonePrimary,
|
|
496
719
|
teddyColorBackgroundToneOnToneQuaternary,
|
|
497
720
|
teddyColorBackgroundToneOnToneSecondary,
|
|
@@ -518,7 +741,9 @@ export {
|
|
|
518
741
|
teddyColorBlue800,
|
|
519
742
|
teddyColorBlue900,
|
|
520
743
|
teddyColorBlue950,
|
|
744
|
+
teddyColorBorderInteractiveExpressive,
|
|
521
745
|
teddyColorBorderInteractiveFocus,
|
|
746
|
+
teddyColorBorderInteractiveFocusNegative,
|
|
522
747
|
teddyColorBorderInteractivePrimary,
|
|
523
748
|
teddyColorBorderInteractivePrimaryActive,
|
|
524
749
|
teddyColorBorderInteractivePrimaryHover,
|
|
@@ -528,6 +753,8 @@ export {
|
|
|
528
753
|
teddyColorBorderInteractiveSelected,
|
|
529
754
|
teddyColorBorderInteractiveSubtle,
|
|
530
755
|
teddyColorBorderInteractiveSubtleHover,
|
|
756
|
+
teddyColorBorderInteractiveSubtleNegative,
|
|
757
|
+
teddyColorBorderInteractiveSubtleNegativeHover,
|
|
531
758
|
teddyColorBorderMedium,
|
|
532
759
|
teddyColorBorderMediumNegative,
|
|
533
760
|
teddyColorBorderStatusError,
|
|
@@ -619,6 +846,10 @@ export {
|
|
|
619
846
|
teddyColorTeal800,
|
|
620
847
|
teddyColorTeal900,
|
|
621
848
|
teddyColorTeal950,
|
|
849
|
+
teddyColorTextCardBeige,
|
|
850
|
+
teddyColorTextCardBeigeNegative,
|
|
851
|
+
teddyColorTextCardTeal,
|
|
852
|
+
teddyColorTextCardTealNegative,
|
|
622
853
|
teddyColorTextDefault,
|
|
623
854
|
teddyColorTextDefaultNegative,
|
|
624
855
|
teddyColorTextInteractiveOnDestructive,
|
|
@@ -641,14 +872,20 @@ export {
|
|
|
641
872
|
teddyColorTextStatusDiscount,
|
|
642
873
|
teddyColorTextStatusErrorMedium,
|
|
643
874
|
teddyColorTextStatusErrorStrong,
|
|
875
|
+
teddyColorTextStatusErrorStrongNegative,
|
|
644
876
|
teddyColorTextStatusInfoMedium,
|
|
645
877
|
teddyColorTextStatusInfoStrong,
|
|
878
|
+
teddyColorTextStatusInfoStrongNegative,
|
|
646
879
|
teddyColorTextStatusNeutral,
|
|
880
|
+
teddyColorTextStatusNeutralNegative,
|
|
647
881
|
teddyColorTextStatusSpecial,
|
|
882
|
+
teddyColorTextStatusSpecialNegative,
|
|
648
883
|
teddyColorTextStatusSuccessMedium,
|
|
649
884
|
teddyColorTextStatusSuccessStrong,
|
|
885
|
+
teddyColorTextStatusSuccessStrongNegative,
|
|
650
886
|
teddyColorTextStatusWarningMedium,
|
|
651
887
|
teddyColorTextStatusWarningStrong,
|
|
888
|
+
teddyColorTextStatusWarningStrongNegative,
|
|
652
889
|
teddyColorTextToneOnTonePrimary,
|
|
653
890
|
teddyColorTextToneOnToneSecondary,
|
|
654
891
|
teddyColorTextToneOnToneTertiary,
|