@telia/teddy 0.6.13 → 0.6.14
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/style.css +158 -0
- 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
package/dist/style.css
CHANGED
|
@@ -2199,6 +2199,10 @@
|
|
|
2199
2199
|
--teddy-color-border-status-info: var(--teddy-color-blue-500);
|
|
2200
2200
|
--teddy-color-border-status-warning: var(--teddy-color-orange-400);
|
|
2201
2201
|
--teddy-color-border-status-error: var(--teddy-color-red-500);
|
|
2202
|
+
--teddy-color-border-interactive-subtle-negative-hover: var(--teddy-color-purple-200);
|
|
2203
|
+
--teddy-color-border-interactive-subtle-negative: var(--teddy-color-transparent-white-300);
|
|
2204
|
+
--teddy-color-border-interactive-expressive: var(--teddy-color-purple-800);
|
|
2205
|
+
--teddy-color-border-interactive-focus-negative: var(--teddy-color-blue-300);
|
|
2202
2206
|
--teddy-color-border-interactive-subtle-hover: var(--teddy-color-purple-800);
|
|
2203
2207
|
--teddy-color-border-interactive-subtle: var(--teddy-color-transparent-black-300);
|
|
2204
2208
|
--teddy-color-border-interactive-selected: var(--teddy-color-purple-550);
|
|
@@ -2215,10 +2219,73 @@
|
|
|
2215
2219
|
--teddy-color-border-strong: var(--teddy-color-transparent-black-500);
|
|
2216
2220
|
--teddy-color-border-medium-negative: var(--teddy-color-transparent-white-300);
|
|
2217
2221
|
--teddy-color-border-medium: var(--teddy-color-transparent-black-300);
|
|
2222
|
+
--teddy-color-background-card-teal-emphasis-active-negative: var(--teddy-color-teal-600);
|
|
2223
|
+
--teddy-color-background-card-teal-emphasis-active: var(--teddy-color-teal-300);
|
|
2224
|
+
--teddy-color-background-card-teal-emphasis-hover-negative: var(--teddy-color-teal-700);
|
|
2225
|
+
--teddy-color-background-card-teal-emphasis-hover: var(--teddy-color-teal-200);
|
|
2226
|
+
--teddy-color-background-card-teal-emphasis-negative: var(--teddy-color-teal-800);
|
|
2227
|
+
--teddy-color-background-card-teal-emphasis: var(--teddy-color-teal-100);
|
|
2228
|
+
--teddy-color-background-card-teal-active-negative: var(--teddy-color-teal-700);
|
|
2229
|
+
--teddy-color-background-card-teal-active: var(--teddy-color-teal-200);
|
|
2230
|
+
--teddy-color-background-card-teal-hover-negative: var(--teddy-color-teal-800);
|
|
2231
|
+
--teddy-color-background-card-teal-hover: var(--teddy-color-teal-100);
|
|
2232
|
+
--teddy-color-background-card-teal-negative: var(--teddy-color-teal-900);
|
|
2233
|
+
--teddy-color-background-card-teal: var(--teddy-color-teal-50);
|
|
2234
|
+
--teddy-color-background-card-dark-purple-active-negative: var(--teddy-color-purple-600);
|
|
2235
|
+
--teddy-color-background-card-dark-purple-active: var(--teddy-color-purple-400);
|
|
2236
|
+
--teddy-color-background-card-dark-purple-hover-negative: var(--teddy-color-purple-700);
|
|
2237
|
+
--teddy-color-background-card-dark-purple-hover: var(--teddy-color-purple-300);
|
|
2238
|
+
--teddy-color-background-card-dark-purple-negative: var(--teddy-color-purple-800);
|
|
2239
|
+
--teddy-color-background-card-dark-purple: var(--teddy-color-purple-200);
|
|
2240
|
+
--teddy-color-background-card-light-purple-active-negative: var(--teddy-color-purple-700);
|
|
2241
|
+
--teddy-color-background-card-light-purple-active: var(--teddy-color-purple-300);
|
|
2242
|
+
--teddy-color-background-card-light-purple-hover-negative: var(--teddy-color-purple-800);
|
|
2243
|
+
--teddy-color-background-card-light-purple-hover: var(--teddy-color-purple-200);
|
|
2244
|
+
--teddy-color-background-card-light-purple-negative: var(--teddy-color-purple-900);
|
|
2245
|
+
--teddy-color-background-card-light-purple: var(--teddy-color-purple-100);
|
|
2246
|
+
--teddy-color-background-card-beige-emphasis-active-negative: var(--teddy-color-purple-900);
|
|
2247
|
+
--teddy-color-background-card-beige-emphasis-active: var(--teddy-color-beige-100);
|
|
2248
|
+
--teddy-color-background-card-beige-emphasis-hover-negative: var(--teddy-color-purple-900);
|
|
2249
|
+
--teddy-color-background-card-beige-emphasis-hover: var(--teddy-color-beige-100);
|
|
2250
|
+
--teddy-color-background-card-beige-emphasis-negative: var(--teddy-color-gray-900);
|
|
2251
|
+
--teddy-color-background-card-beige-emphasis: var(--teddy-color-beige-100);
|
|
2252
|
+
--teddy-color-background-card-beige-active-negative: var(--teddy-color-purple-900);
|
|
2253
|
+
--teddy-color-background-card-beige-active: var(--teddy-color-beige-100);
|
|
2254
|
+
--teddy-color-background-card-beige-hover-negative: var(--teddy-color-purple-900);
|
|
2255
|
+
--teddy-color-background-card-beige-hover: var(--teddy-color-beige-100);
|
|
2256
|
+
--teddy-color-background-card-beige-negative: var(--teddy-color-gray-900);
|
|
2257
|
+
--teddy-color-background-card-beige: var(--teddy-color-functional-white);
|
|
2258
|
+
--teddy-color-background-card-gray-active-negative: var(--teddy-color-purple-900);
|
|
2259
|
+
--teddy-color-background-card-gray-active: var(--teddy-color-purple-100);
|
|
2260
|
+
--teddy-color-background-card-gray-hover-negative: var(--teddy-color-purple-900);
|
|
2261
|
+
--teddy-color-background-card-gray-hover: var(--teddy-color-purple-100);
|
|
2262
|
+
--teddy-color-background-card-gray-negative: var(--teddy-color-gray-900);
|
|
2263
|
+
--teddy-color-background-card-gray: var(--teddy-color-functional-white);
|
|
2264
|
+
--teddy-color-background-card-default-active-negative: var(--teddy-color-purple-900);
|
|
2265
|
+
--teddy-color-background-card-default-active: var(--teddy-color-purple-100);
|
|
2266
|
+
--teddy-color-background-card-default-hover-negative: var(--teddy-color-purple-900);
|
|
2267
|
+
--teddy-color-background-card-default-hover: var(--teddy-color-purple-100);
|
|
2268
|
+
--teddy-color-background-card-default-negative: var(--teddy-color-gray-900);
|
|
2269
|
+
--teddy-color-background-card-default: var(--teddy-color-functional-white);
|
|
2270
|
+
--teddy-color-background-light-purple-negative: var(--teddy-color-gray-700);
|
|
2271
|
+
--teddy-color-background-light-purple: var(--teddy-color-purple-50);
|
|
2218
2272
|
--teddy-color-background-tone-on-tone-quaternary: var(--teddy-color-beige-50);
|
|
2219
2273
|
--teddy-color-background-tone-on-tone-tertiary: var(--teddy-color-beige-100);
|
|
2220
2274
|
--teddy-color-background-tone-on-tone-secondary: var(--teddy-color-purple-100);
|
|
2221
2275
|
--teddy-color-background-tone-on-tone-primary: var(--teddy-color-purple-900);
|
|
2276
|
+
--teddy-color-background-status-attention-negative: var(--teddy-color-purple-700);
|
|
2277
|
+
--teddy-color-background-status-special-strong-negative: var(--teddy-color-purple-800);
|
|
2278
|
+
--teddy-color-background-status-special-strong: var(--teddy-color-purple-100);
|
|
2279
|
+
--teddy-color-background-status-special-negative: var(--teddy-color-purple-900);
|
|
2280
|
+
--teddy-color-background-status-neutral-negative: var(--teddy-color-gray-700);
|
|
2281
|
+
--teddy-color-background-status-warning-strong-negative: var(--teddy-color-orange-600);
|
|
2282
|
+
--teddy-color-background-status-warning-negative: var(--teddy-color-orange-700);
|
|
2283
|
+
--teddy-color-background-status-error-strong-negative: var(--teddy-color-red-600);
|
|
2284
|
+
--teddy-color-background-status-error-negative: var(--teddy-color-red-700);
|
|
2285
|
+
--teddy-color-background-status-success-strong-negative: var(--teddy-color-green-600);
|
|
2286
|
+
--teddy-color-background-status-success-negative: var(--teddy-color-green-700);
|
|
2287
|
+
--teddy-color-background-status-info-strong-negative: var(--teddy-color-blue-600);
|
|
2288
|
+
--teddy-color-background-status-info-negative: var(--teddy-color-blue-700);
|
|
2222
2289
|
--teddy-color-background-status-attention: var(--teddy-color-purple-700);
|
|
2223
2290
|
--teddy-color-background-status-special: var(--teddy-color-purple-100);
|
|
2224
2291
|
--teddy-color-background-status-neutral: var(--teddy-color-gray-100);
|
|
@@ -2255,11 +2322,23 @@
|
|
|
2255
2322
|
--teddy-color-background-interactive-primary-active: var(--teddy-color-purple-600);
|
|
2256
2323
|
--teddy-color-background-interactive-primary-hover: var(--teddy-color-purple-700);
|
|
2257
2324
|
--teddy-color-background-interactive-primary: var(--teddy-color-purple-800);
|
|
2325
|
+
--teddy-color-background-secondary-negative: var(--teddy-color-gray-900);
|
|
2258
2326
|
--teddy-color-background-secondary: var(--teddy-color-gray-50);
|
|
2327
|
+
--teddy-color-background-primary-negative: var(--teddy-color-gray-900);
|
|
2259
2328
|
--teddy-color-background-primary: var(--teddy-color-functional-white);
|
|
2329
|
+
--teddy-color-text-card-beige-negative: var(--teddy-color-beige-100);
|
|
2330
|
+
--teddy-color-text-card-beige: var(--teddy-color-beige-700);
|
|
2331
|
+
--teddy-color-text-card-teal-negative: var(--teddy-color-teal-50);
|
|
2332
|
+
--teddy-color-text-card-teal: var(--teddy-color-teal-700);
|
|
2260
2333
|
--teddy-color-text-tone-on-tone-tertiary: var(--teddy-color-beige-700);
|
|
2261
2334
|
--teddy-color-text-tone-on-tone-secondary: var(--teddy-color-purple-900);
|
|
2262
2335
|
--teddy-color-text-tone-on-tone-primary: var(--teddy-color-purple-100);
|
|
2336
|
+
--teddy-color-text-status-special-negative: var(--teddy-color-transparent-white-850);
|
|
2337
|
+
--teddy-color-text-status-neutral-negative: var(--teddy-color-transparent-white-850);
|
|
2338
|
+
--teddy-color-text-status-info-strong-negative: var(--teddy-color-blue-100);
|
|
2339
|
+
--teddy-color-text-status-warning-strong-negative: var(--teddy-color-orange-100);
|
|
2340
|
+
--teddy-color-text-status-success-strong-negative: var(--teddy-color-green-100);
|
|
2341
|
+
--teddy-color-text-status-error-strong-negative: var(--teddy-color-red-100);
|
|
2263
2342
|
--teddy-color-text-status-attention: var(--teddy-color-functional-white);
|
|
2264
2343
|
--teddy-color-text-status-special: var(--teddy-color-purple-800);
|
|
2265
2344
|
--teddy-color-text-status-neutral: var(--teddy-color-transparent-black-700);
|
|
@@ -6486,6 +6565,10 @@
|
|
|
6486
6565
|
--teddy-color-border-status-info: var(--teddy-color-blue-500);
|
|
6487
6566
|
--teddy-color-border-status-warning: var(--teddy-color-orange-400);
|
|
6488
6567
|
--teddy-color-border-status-error: var(--teddy-color-red-500);
|
|
6568
|
+
--teddy-color-border-interactive-subtle-negative-hover: var(--teddy-color-purple-200);
|
|
6569
|
+
--teddy-color-border-interactive-subtle-negative: var(--teddy-color-transparent-white-300);
|
|
6570
|
+
--teddy-color-border-interactive-expressive: var(--teddy-color-purple-800);
|
|
6571
|
+
--teddy-color-border-interactive-focus-negative: var(--teddy-color-blue-300);
|
|
6489
6572
|
--teddy-color-border-interactive-subtle-hover: var(--teddy-color-purple-800);
|
|
6490
6573
|
--teddy-color-border-interactive-subtle: var(--teddy-color-transparent-black-300);
|
|
6491
6574
|
--teddy-color-border-interactive-selected: var(--teddy-color-purple-550);
|
|
@@ -6502,10 +6585,73 @@
|
|
|
6502
6585
|
--teddy-color-border-strong: var(--teddy-color-transparent-black-500);
|
|
6503
6586
|
--teddy-color-border-medium-negative: var(--teddy-color-transparent-white-300);
|
|
6504
6587
|
--teddy-color-border-medium: var(--teddy-color-transparent-black-300);
|
|
6588
|
+
--teddy-color-background-card-teal-emphasis-active-negative: var(--teddy-color-teal-600);
|
|
6589
|
+
--teddy-color-background-card-teal-emphasis-active: var(--teddy-color-teal-300);
|
|
6590
|
+
--teddy-color-background-card-teal-emphasis-hover-negative: var(--teddy-color-teal-700);
|
|
6591
|
+
--teddy-color-background-card-teal-emphasis-hover: var(--teddy-color-teal-200);
|
|
6592
|
+
--teddy-color-background-card-teal-emphasis-negative: var(--teddy-color-teal-800);
|
|
6593
|
+
--teddy-color-background-card-teal-emphasis: var(--teddy-color-teal-100);
|
|
6594
|
+
--teddy-color-background-card-teal-active-negative: var(--teddy-color-teal-700);
|
|
6595
|
+
--teddy-color-background-card-teal-active: var(--teddy-color-teal-200);
|
|
6596
|
+
--teddy-color-background-card-teal-hover-negative: var(--teddy-color-teal-800);
|
|
6597
|
+
--teddy-color-background-card-teal-hover: var(--teddy-color-teal-100);
|
|
6598
|
+
--teddy-color-background-card-teal-negative: var(--teddy-color-teal-900);
|
|
6599
|
+
--teddy-color-background-card-teal: var(--teddy-color-teal-50);
|
|
6600
|
+
--teddy-color-background-card-dark-purple-active-negative: var(--teddy-color-purple-600);
|
|
6601
|
+
--teddy-color-background-card-dark-purple-active: var(--teddy-color-purple-400);
|
|
6602
|
+
--teddy-color-background-card-dark-purple-hover-negative: var(--teddy-color-purple-700);
|
|
6603
|
+
--teddy-color-background-card-dark-purple-hover: var(--teddy-color-purple-300);
|
|
6604
|
+
--teddy-color-background-card-dark-purple-negative: var(--teddy-color-purple-800);
|
|
6605
|
+
--teddy-color-background-card-dark-purple: var(--teddy-color-purple-200);
|
|
6606
|
+
--teddy-color-background-card-light-purple-active-negative: var(--teddy-color-purple-700);
|
|
6607
|
+
--teddy-color-background-card-light-purple-active: var(--teddy-color-purple-300);
|
|
6608
|
+
--teddy-color-background-card-light-purple-hover-negative: var(--teddy-color-purple-800);
|
|
6609
|
+
--teddy-color-background-card-light-purple-hover: var(--teddy-color-purple-200);
|
|
6610
|
+
--teddy-color-background-card-light-purple-negative: var(--teddy-color-purple-900);
|
|
6611
|
+
--teddy-color-background-card-light-purple: var(--teddy-color-purple-100);
|
|
6612
|
+
--teddy-color-background-card-beige-emphasis-active-negative: var(--teddy-color-purple-900);
|
|
6613
|
+
--teddy-color-background-card-beige-emphasis-active: var(--teddy-color-beige-100);
|
|
6614
|
+
--teddy-color-background-card-beige-emphasis-hover-negative: var(--teddy-color-purple-900);
|
|
6615
|
+
--teddy-color-background-card-beige-emphasis-hover: var(--teddy-color-beige-100);
|
|
6616
|
+
--teddy-color-background-card-beige-emphasis-negative: var(--teddy-color-gray-900);
|
|
6617
|
+
--teddy-color-background-card-beige-emphasis: var(--teddy-color-beige-100);
|
|
6618
|
+
--teddy-color-background-card-beige-active-negative: var(--teddy-color-purple-900);
|
|
6619
|
+
--teddy-color-background-card-beige-active: var(--teddy-color-beige-100);
|
|
6620
|
+
--teddy-color-background-card-beige-hover-negative: var(--teddy-color-purple-900);
|
|
6621
|
+
--teddy-color-background-card-beige-hover: var(--teddy-color-beige-100);
|
|
6622
|
+
--teddy-color-background-card-beige-negative: var(--teddy-color-gray-900);
|
|
6623
|
+
--teddy-color-background-card-beige: var(--teddy-color-functional-white);
|
|
6624
|
+
--teddy-color-background-card-gray-active-negative: var(--teddy-color-purple-900);
|
|
6625
|
+
--teddy-color-background-card-gray-active: var(--teddy-color-purple-100);
|
|
6626
|
+
--teddy-color-background-card-gray-hover-negative: var(--teddy-color-purple-900);
|
|
6627
|
+
--teddy-color-background-card-gray-hover: var(--teddy-color-purple-100);
|
|
6628
|
+
--teddy-color-background-card-gray-negative: var(--teddy-color-gray-900);
|
|
6629
|
+
--teddy-color-background-card-gray: var(--teddy-color-functional-white);
|
|
6630
|
+
--teddy-color-background-card-default-active-negative: var(--teddy-color-purple-900);
|
|
6631
|
+
--teddy-color-background-card-default-active: var(--teddy-color-purple-100);
|
|
6632
|
+
--teddy-color-background-card-default-hover-negative: var(--teddy-color-purple-900);
|
|
6633
|
+
--teddy-color-background-card-default-hover: var(--teddy-color-purple-100);
|
|
6634
|
+
--teddy-color-background-card-default-negative: var(--teddy-color-gray-900);
|
|
6635
|
+
--teddy-color-background-card-default: var(--teddy-color-functional-white);
|
|
6636
|
+
--teddy-color-background-light-purple-negative: var(--teddy-color-gray-700);
|
|
6637
|
+
--teddy-color-background-light-purple: var(--teddy-color-purple-50);
|
|
6505
6638
|
--teddy-color-background-tone-on-tone-quaternary: var(--teddy-color-beige-50);
|
|
6506
6639
|
--teddy-color-background-tone-on-tone-tertiary: var(--teddy-color-beige-100);
|
|
6507
6640
|
--teddy-color-background-tone-on-tone-secondary: var(--teddy-color-purple-100);
|
|
6508
6641
|
--teddy-color-background-tone-on-tone-primary: var(--teddy-color-purple-900);
|
|
6642
|
+
--teddy-color-background-status-attention-negative: var(--teddy-color-purple-700);
|
|
6643
|
+
--teddy-color-background-status-special-strong-negative: var(--teddy-color-purple-800);
|
|
6644
|
+
--teddy-color-background-status-special-strong: var(--teddy-color-purple-100);
|
|
6645
|
+
--teddy-color-background-status-special-negative: var(--teddy-color-purple-900);
|
|
6646
|
+
--teddy-color-background-status-neutral-negative: var(--teddy-color-gray-700);
|
|
6647
|
+
--teddy-color-background-status-warning-strong-negative: var(--teddy-color-orange-600);
|
|
6648
|
+
--teddy-color-background-status-warning-negative: var(--teddy-color-orange-700);
|
|
6649
|
+
--teddy-color-background-status-error-strong-negative: var(--teddy-color-red-600);
|
|
6650
|
+
--teddy-color-background-status-error-negative: var(--teddy-color-red-700);
|
|
6651
|
+
--teddy-color-background-status-success-strong-negative: var(--teddy-color-green-600);
|
|
6652
|
+
--teddy-color-background-status-success-negative: var(--teddy-color-green-700);
|
|
6653
|
+
--teddy-color-background-status-info-strong-negative: var(--teddy-color-blue-600);
|
|
6654
|
+
--teddy-color-background-status-info-negative: var(--teddy-color-blue-700);
|
|
6509
6655
|
--teddy-color-background-status-attention: var(--teddy-color-purple-700);
|
|
6510
6656
|
--teddy-color-background-status-special: var(--teddy-color-purple-100);
|
|
6511
6657
|
--teddy-color-background-status-neutral: var(--teddy-color-gray-100);
|
|
@@ -6542,11 +6688,23 @@
|
|
|
6542
6688
|
--teddy-color-background-interactive-primary-active: var(--teddy-color-purple-600);
|
|
6543
6689
|
--teddy-color-background-interactive-primary-hover: var(--teddy-color-purple-700);
|
|
6544
6690
|
--teddy-color-background-interactive-primary: var(--teddy-color-purple-800);
|
|
6691
|
+
--teddy-color-background-secondary-negative: var(--teddy-color-gray-900);
|
|
6545
6692
|
--teddy-color-background-secondary: var(--teddy-color-gray-50);
|
|
6693
|
+
--teddy-color-background-primary-negative: var(--teddy-color-gray-900);
|
|
6546
6694
|
--teddy-color-background-primary: var(--teddy-color-functional-white);
|
|
6695
|
+
--teddy-color-text-card-beige-negative: var(--teddy-color-beige-100);
|
|
6696
|
+
--teddy-color-text-card-beige: var(--teddy-color-beige-700);
|
|
6697
|
+
--teddy-color-text-card-teal-negative: var(--teddy-color-teal-50);
|
|
6698
|
+
--teddy-color-text-card-teal: var(--teddy-color-teal-700);
|
|
6547
6699
|
--teddy-color-text-tone-on-tone-tertiary: var(--teddy-color-beige-700);
|
|
6548
6700
|
--teddy-color-text-tone-on-tone-secondary: var(--teddy-color-purple-900);
|
|
6549
6701
|
--teddy-color-text-tone-on-tone-primary: var(--teddy-color-purple-100);
|
|
6702
|
+
--teddy-color-text-status-special-negative: var(--teddy-color-transparent-white-850);
|
|
6703
|
+
--teddy-color-text-status-neutral-negative: var(--teddy-color-transparent-white-850);
|
|
6704
|
+
--teddy-color-text-status-info-strong-negative: var(--teddy-color-blue-100);
|
|
6705
|
+
--teddy-color-text-status-warning-strong-negative: var(--teddy-color-orange-100);
|
|
6706
|
+
--teddy-color-text-status-success-strong-negative: var(--teddy-color-green-100);
|
|
6707
|
+
--teddy-color-text-status-error-strong-negative: var(--teddy-color-red-100);
|
|
6550
6708
|
--teddy-color-text-status-attention: var(--teddy-color-functional-white);
|
|
6551
6709
|
--teddy-color-text-status-special: var(--teddy-color-purple-800);
|
|
6552
6710
|
--teddy-color-text-status-neutral: var(--teddy-color-transparent-black-700);
|
|
@@ -160,11 +160,23 @@ const teddyColorTextStatusInfoMedium = "#0078cb";
|
|
|
160
160
|
const teddyColorTextStatusNeutral = "rgba(0, 0, 0, 0.71)";
|
|
161
161
|
const teddyColorTextStatusSpecial = "#4e0174";
|
|
162
162
|
const teddyColorTextStatusAttention = "#ffffff";
|
|
163
|
+
const teddyColorTextStatusErrorStrongNegative = "#ffdde8";
|
|
164
|
+
const teddyColorTextStatusSuccessStrongNegative = "#c5efd9";
|
|
165
|
+
const teddyColorTextStatusWarningStrongNegative = "#ffe1b3";
|
|
166
|
+
const teddyColorTextStatusInfoStrongNegative = "#caeaff";
|
|
167
|
+
const teddyColorTextStatusNeutralNegative = "rgba(255, 255, 255, 0.84)";
|
|
168
|
+
const teddyColorTextStatusSpecialNegative = "rgba(255, 255, 255, 0.84)";
|
|
163
169
|
const teddyColorTextToneOnTonePrimary = "#f5e0ff";
|
|
164
170
|
const teddyColorTextToneOnToneSecondary = "#29003e";
|
|
165
171
|
const teddyColorTextToneOnToneTertiary = "#4f4741";
|
|
172
|
+
const teddyColorTextCardTeal = "#02534f";
|
|
173
|
+
const teddyColorTextCardTealNegative = "#edf5f5";
|
|
174
|
+
const teddyColorTextCardBeige = "#4f4741";
|
|
175
|
+
const teddyColorTextCardBeigeNegative = "#ede1d8";
|
|
166
176
|
const teddyColorBackgroundPrimary = "#ffffff";
|
|
177
|
+
const teddyColorBackgroundPrimaryNegative = "#1e1e20";
|
|
167
178
|
const teddyColorBackgroundSecondary = "#f3f3f8";
|
|
179
|
+
const teddyColorBackgroundSecondaryNegative = "#1e1e20";
|
|
168
180
|
const teddyColorBackgroundInteractivePrimary = "#4e0174";
|
|
169
181
|
const teddyColorBackgroundInteractivePrimaryHover = "#6d02a3";
|
|
170
182
|
const teddyColorBackgroundInteractivePrimaryActive = "#8c07d0";
|
|
@@ -201,10 +213,73 @@ const teddyColorBackgroundStatusWarningStrong = "#ffe1b3";
|
|
|
201
213
|
const teddyColorBackgroundStatusNeutral = "#e5e5eb";
|
|
202
214
|
const teddyColorBackgroundStatusSpecial = "#f5e0ff";
|
|
203
215
|
const teddyColorBackgroundStatusAttention = "#6d02a3";
|
|
216
|
+
const teddyColorBackgroundStatusInfoNegative = "#014d80";
|
|
217
|
+
const teddyColorBackgroundStatusInfoStrongNegative = "#0063a6";
|
|
218
|
+
const teddyColorBackgroundStatusSuccessNegative = "#02562b";
|
|
219
|
+
const teddyColorBackgroundStatusSuccessStrongNegative = "#017037";
|
|
220
|
+
const teddyColorBackgroundStatusErrorNegative = "#980233";
|
|
221
|
+
const teddyColorBackgroundStatusErrorStrongNegative = "#c00543";
|
|
222
|
+
const teddyColorBackgroundStatusWarningNegative = "#6a4102";
|
|
223
|
+
const teddyColorBackgroundStatusWarningStrongNegative = "#8b5301";
|
|
224
|
+
const teddyColorBackgroundStatusNeutralNegative = "#4a4a4d";
|
|
225
|
+
const teddyColorBackgroundStatusSpecialNegative = "#29003e";
|
|
226
|
+
const teddyColorBackgroundStatusSpecialStrong = "#f5e0ff";
|
|
227
|
+
const teddyColorBackgroundStatusSpecialStrongNegative = "#4e0174";
|
|
228
|
+
const teddyColorBackgroundStatusAttentionNegative = "#6d02a3";
|
|
204
229
|
const teddyColorBackgroundToneOnTonePrimary = "#29003e";
|
|
205
230
|
const teddyColorBackgroundToneOnToneSecondary = "#f5e0ff";
|
|
206
231
|
const teddyColorBackgroundToneOnToneTertiary = "#ede1d8";
|
|
207
232
|
const teddyColorBackgroundToneOnToneQuaternary = "#f9f1ec";
|
|
233
|
+
const teddyColorBackgroundLightPurple = "#faf0ff";
|
|
234
|
+
const teddyColorBackgroundLightPurpleNegative = "#4a4a4d";
|
|
235
|
+
const teddyColorBackgroundCardDefault = "#ffffff";
|
|
236
|
+
const teddyColorBackgroundCardDefaultNegative = "#1e1e20";
|
|
237
|
+
const teddyColorBackgroundCardDefaultHover = "#f5e0ff";
|
|
238
|
+
const teddyColorBackgroundCardDefaultHoverNegative = "#29003e";
|
|
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";
|
|
249
|
+
const teddyColorBackgroundCardBeigeHover = "#ede1d8";
|
|
250
|
+
const teddyColorBackgroundCardBeigeHoverNegative = "#29003e";
|
|
251
|
+
const teddyColorBackgroundCardBeigeActive = "#ede1d8";
|
|
252
|
+
const teddyColorBackgroundCardBeigeActiveNegative = "#29003e";
|
|
253
|
+
const teddyColorBackgroundCardBeigeEmphasis = "#ede1d8";
|
|
254
|
+
const teddyColorBackgroundCardBeigeEmphasisNegative = "#1e1e20";
|
|
255
|
+
const teddyColorBackgroundCardBeigeEmphasisHover = "#ede1d8";
|
|
256
|
+
const teddyColorBackgroundCardBeigeEmphasisHoverNegative = "#29003e";
|
|
257
|
+
const teddyColorBackgroundCardBeigeEmphasisActive = "#ede1d8";
|
|
258
|
+
const teddyColorBackgroundCardBeigeEmphasisActiveNegative = "#29003e";
|
|
259
|
+
const teddyColorBackgroundCardLightPurple = "#f5e0ff";
|
|
260
|
+
const teddyColorBackgroundCardLightPurpleNegative = "#29003e";
|
|
261
|
+
const teddyColorBackgroundCardLightPurpleHover = "#e4b6fb";
|
|
262
|
+
const teddyColorBackgroundCardLightPurpleHoverNegative = "#4e0174";
|
|
263
|
+
const teddyColorBackgroundCardLightPurpleActive = "#d58df9";
|
|
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";
|
|
271
|
+
const teddyColorBackgroundCardTeal = "#edf5f5";
|
|
272
|
+
const teddyColorBackgroundCardTealNegative = "#032220";
|
|
273
|
+
const teddyColorBackgroundCardTealHover = "#d5eae9";
|
|
274
|
+
const teddyColorBackgroundCardTealHoverNegative = "#063c39";
|
|
275
|
+
const teddyColorBackgroundCardTealActive = "#a1cfcd";
|
|
276
|
+
const teddyColorBackgroundCardTealActiveNegative = "#02534f";
|
|
277
|
+
const teddyColorBackgroundCardTealEmphasis = "#d5eae9";
|
|
278
|
+
const teddyColorBackgroundCardTealEmphasisNegative = "#063c39";
|
|
279
|
+
const teddyColorBackgroundCardTealEmphasisHover = "#a1cfcd";
|
|
280
|
+
const teddyColorBackgroundCardTealEmphasisHoverNegative = "#02534f";
|
|
281
|
+
const teddyColorBackgroundCardTealEmphasisActive = "#6eb5b2";
|
|
282
|
+
const teddyColorBackgroundCardTealEmphasisActiveNegative = "#006c67";
|
|
208
283
|
const teddyColorBorderMedium = "rgba(0, 0, 0, 0.33)";
|
|
209
284
|
const teddyColorBorderMediumNegative = "rgba(255, 255, 255, 0.29)";
|
|
210
285
|
const teddyColorBorderStrong = "rgba(0, 0, 0, 0.54)";
|
|
@@ -221,6 +296,10 @@ const teddyColorBorderInteractivePrimaryNegativeActive = "#e4b6fb";
|
|
|
221
296
|
const teddyColorBorderInteractiveSelected = "#990ae3";
|
|
222
297
|
const teddyColorBorderInteractiveSubtle = "rgba(0, 0, 0, 0.33)";
|
|
223
298
|
const teddyColorBorderInteractiveSubtleHover = "#4e0174";
|
|
299
|
+
const teddyColorBorderInteractiveFocusNegative = "#62b2e7";
|
|
300
|
+
const teddyColorBorderInteractiveExpressive = "#4e0174";
|
|
301
|
+
const teddyColorBorderInteractiveSubtleNegative = "rgba(255, 255, 255, 0.29)";
|
|
302
|
+
const teddyColorBorderInteractiveSubtleNegativeHover = "#e4b6fb";
|
|
224
303
|
const teddyColorBorderStatusError = "#e4175c";
|
|
225
304
|
const teddyColorBorderStatusWarning = "#cc7a00";
|
|
226
305
|
const teddyColorBorderStatusInfo = "#0078cb";
|
|
@@ -228,6 +307,54 @@ const teddyColorBorderStatusSuccess = "#018842";
|
|
|
228
307
|
const teddyColorOverlayDefault = "rgba(0, 0, 0, 0.33)";
|
|
229
308
|
const variables = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
230
309
|
__proto__: null,
|
|
310
|
+
teddyColorBackgroundCardBeige,
|
|
311
|
+
teddyColorBackgroundCardBeigeActive,
|
|
312
|
+
teddyColorBackgroundCardBeigeActiveNegative,
|
|
313
|
+
teddyColorBackgroundCardBeigeEmphasis,
|
|
314
|
+
teddyColorBackgroundCardBeigeEmphasisActive,
|
|
315
|
+
teddyColorBackgroundCardBeigeEmphasisActiveNegative,
|
|
316
|
+
teddyColorBackgroundCardBeigeEmphasisHover,
|
|
317
|
+
teddyColorBackgroundCardBeigeEmphasisHoverNegative,
|
|
318
|
+
teddyColorBackgroundCardBeigeEmphasisNegative,
|
|
319
|
+
teddyColorBackgroundCardBeigeHover,
|
|
320
|
+
teddyColorBackgroundCardBeigeHoverNegative,
|
|
321
|
+
teddyColorBackgroundCardBeigeNegative,
|
|
322
|
+
teddyColorBackgroundCardDarkPurple,
|
|
323
|
+
teddyColorBackgroundCardDarkPurpleActive,
|
|
324
|
+
teddyColorBackgroundCardDarkPurpleActiveNegative,
|
|
325
|
+
teddyColorBackgroundCardDarkPurpleHover,
|
|
326
|
+
teddyColorBackgroundCardDarkPurpleHoverNegative,
|
|
327
|
+
teddyColorBackgroundCardDarkPurpleNegative,
|
|
328
|
+
teddyColorBackgroundCardDefault,
|
|
329
|
+
teddyColorBackgroundCardDefaultActive,
|
|
330
|
+
teddyColorBackgroundCardDefaultActiveNegative,
|
|
331
|
+
teddyColorBackgroundCardDefaultHover,
|
|
332
|
+
teddyColorBackgroundCardDefaultHoverNegative,
|
|
333
|
+
teddyColorBackgroundCardDefaultNegative,
|
|
334
|
+
teddyColorBackgroundCardGray,
|
|
335
|
+
teddyColorBackgroundCardGrayActive,
|
|
336
|
+
teddyColorBackgroundCardGrayActiveNegative,
|
|
337
|
+
teddyColorBackgroundCardGrayHover,
|
|
338
|
+
teddyColorBackgroundCardGrayHoverNegative,
|
|
339
|
+
teddyColorBackgroundCardGrayNegative,
|
|
340
|
+
teddyColorBackgroundCardLightPurple,
|
|
341
|
+
teddyColorBackgroundCardLightPurpleActive,
|
|
342
|
+
teddyColorBackgroundCardLightPurpleActiveNegative,
|
|
343
|
+
teddyColorBackgroundCardLightPurpleHover,
|
|
344
|
+
teddyColorBackgroundCardLightPurpleHoverNegative,
|
|
345
|
+
teddyColorBackgroundCardLightPurpleNegative,
|
|
346
|
+
teddyColorBackgroundCardTeal,
|
|
347
|
+
teddyColorBackgroundCardTealActive,
|
|
348
|
+
teddyColorBackgroundCardTealActiveNegative,
|
|
349
|
+
teddyColorBackgroundCardTealEmphasis,
|
|
350
|
+
teddyColorBackgroundCardTealEmphasisActive,
|
|
351
|
+
teddyColorBackgroundCardTealEmphasisActiveNegative,
|
|
352
|
+
teddyColorBackgroundCardTealEmphasisHover,
|
|
353
|
+
teddyColorBackgroundCardTealEmphasisHoverNegative,
|
|
354
|
+
teddyColorBackgroundCardTealEmphasisNegative,
|
|
355
|
+
teddyColorBackgroundCardTealHover,
|
|
356
|
+
teddyColorBackgroundCardTealHoverNegative,
|
|
357
|
+
teddyColorBackgroundCardTealNegative,
|
|
231
358
|
teddyColorBackgroundInteractiveDestructive,
|
|
232
359
|
teddyColorBackgroundInteractiveDestructiveActive,
|
|
233
360
|
teddyColorBackgroundInteractiveDestructiveHover,
|
|
@@ -253,19 +380,36 @@ const variables = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePro
|
|
|
253
380
|
teddyColorBackgroundInteractiveTransparentHover,
|
|
254
381
|
teddyColorBackgroundInteractiveTransparentNegativeActive,
|
|
255
382
|
teddyColorBackgroundInteractiveTransparentNegativeHover,
|
|
383
|
+
teddyColorBackgroundLightPurple,
|
|
384
|
+
teddyColorBackgroundLightPurpleNegative,
|
|
256
385
|
teddyColorBackgroundPrimary,
|
|
386
|
+
teddyColorBackgroundPrimaryNegative,
|
|
257
387
|
teddyColorBackgroundSecondary,
|
|
388
|
+
teddyColorBackgroundSecondaryNegative,
|
|
258
389
|
teddyColorBackgroundStatusAttention,
|
|
390
|
+
teddyColorBackgroundStatusAttentionNegative,
|
|
259
391
|
teddyColorBackgroundStatusError,
|
|
392
|
+
teddyColorBackgroundStatusErrorNegative,
|
|
260
393
|
teddyColorBackgroundStatusErrorStrong,
|
|
394
|
+
teddyColorBackgroundStatusErrorStrongNegative,
|
|
261
395
|
teddyColorBackgroundStatusInfo,
|
|
396
|
+
teddyColorBackgroundStatusInfoNegative,
|
|
262
397
|
teddyColorBackgroundStatusInfoStrong,
|
|
398
|
+
teddyColorBackgroundStatusInfoStrongNegative,
|
|
263
399
|
teddyColorBackgroundStatusNeutral,
|
|
400
|
+
teddyColorBackgroundStatusNeutralNegative,
|
|
264
401
|
teddyColorBackgroundStatusSpecial,
|
|
402
|
+
teddyColorBackgroundStatusSpecialNegative,
|
|
403
|
+
teddyColorBackgroundStatusSpecialStrong,
|
|
404
|
+
teddyColorBackgroundStatusSpecialStrongNegative,
|
|
265
405
|
teddyColorBackgroundStatusSuccess,
|
|
406
|
+
teddyColorBackgroundStatusSuccessNegative,
|
|
266
407
|
teddyColorBackgroundStatusSuccessStrong,
|
|
408
|
+
teddyColorBackgroundStatusSuccessStrongNegative,
|
|
267
409
|
teddyColorBackgroundStatusWarning,
|
|
410
|
+
teddyColorBackgroundStatusWarningNegative,
|
|
268
411
|
teddyColorBackgroundStatusWarningStrong,
|
|
412
|
+
teddyColorBackgroundStatusWarningStrongNegative,
|
|
269
413
|
teddyColorBackgroundToneOnTonePrimary,
|
|
270
414
|
teddyColorBackgroundToneOnToneQuaternary,
|
|
271
415
|
teddyColorBackgroundToneOnToneSecondary,
|
|
@@ -292,7 +436,9 @@ const variables = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePro
|
|
|
292
436
|
teddyColorBlue800,
|
|
293
437
|
teddyColorBlue900,
|
|
294
438
|
teddyColorBlue950,
|
|
439
|
+
teddyColorBorderInteractiveExpressive,
|
|
295
440
|
teddyColorBorderInteractiveFocus,
|
|
441
|
+
teddyColorBorderInteractiveFocusNegative,
|
|
296
442
|
teddyColorBorderInteractivePrimary,
|
|
297
443
|
teddyColorBorderInteractivePrimaryActive,
|
|
298
444
|
teddyColorBorderInteractivePrimaryHover,
|
|
@@ -302,6 +448,8 @@ const variables = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePro
|
|
|
302
448
|
teddyColorBorderInteractiveSelected,
|
|
303
449
|
teddyColorBorderInteractiveSubtle,
|
|
304
450
|
teddyColorBorderInteractiveSubtleHover,
|
|
451
|
+
teddyColorBorderInteractiveSubtleNegative,
|
|
452
|
+
teddyColorBorderInteractiveSubtleNegativeHover,
|
|
305
453
|
teddyColorBorderMedium,
|
|
306
454
|
teddyColorBorderMediumNegative,
|
|
307
455
|
teddyColorBorderStatusError,
|
|
@@ -393,6 +541,10 @@ const variables = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePro
|
|
|
393
541
|
teddyColorTeal800,
|
|
394
542
|
teddyColorTeal900,
|
|
395
543
|
teddyColorTeal950,
|
|
544
|
+
teddyColorTextCardBeige,
|
|
545
|
+
teddyColorTextCardBeigeNegative,
|
|
546
|
+
teddyColorTextCardTeal,
|
|
547
|
+
teddyColorTextCardTealNegative,
|
|
396
548
|
teddyColorTextDefault,
|
|
397
549
|
teddyColorTextDefaultNegative,
|
|
398
550
|
teddyColorTextInteractiveOnDestructive,
|
|
@@ -415,14 +567,20 @@ const variables = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePro
|
|
|
415
567
|
teddyColorTextStatusDiscount,
|
|
416
568
|
teddyColorTextStatusErrorMedium,
|
|
417
569
|
teddyColorTextStatusErrorStrong,
|
|
570
|
+
teddyColorTextStatusErrorStrongNegative,
|
|
418
571
|
teddyColorTextStatusInfoMedium,
|
|
419
572
|
teddyColorTextStatusInfoStrong,
|
|
573
|
+
teddyColorTextStatusInfoStrongNegative,
|
|
420
574
|
teddyColorTextStatusNeutral,
|
|
575
|
+
teddyColorTextStatusNeutralNegative,
|
|
421
576
|
teddyColorTextStatusSpecial,
|
|
577
|
+
teddyColorTextStatusSpecialNegative,
|
|
422
578
|
teddyColorTextStatusSuccessMedium,
|
|
423
579
|
teddyColorTextStatusSuccessStrong,
|
|
580
|
+
teddyColorTextStatusSuccessStrongNegative,
|
|
424
581
|
teddyColorTextStatusWarningMedium,
|
|
425
582
|
teddyColorTextStatusWarningStrong,
|
|
583
|
+
teddyColorTextStatusWarningStrongNegative,
|
|
426
584
|
teddyColorTextToneOnTonePrimary,
|
|
427
585
|
teddyColorTextToneOnToneSecondary,
|
|
428
586
|
teddyColorTextToneOnToneTertiary,
|
|
@@ -455,6 +613,54 @@ const variables = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePro
|
|
|
455
613
|
teddyColorTransparentWhite900,
|
|
456
614
|
teddyColorTransparentWhite950
|
|
457
615
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
616
|
+
exports.teddyColorBackgroundCardBeige = teddyColorBackgroundCardBeige;
|
|
617
|
+
exports.teddyColorBackgroundCardBeigeActive = teddyColorBackgroundCardBeigeActive;
|
|
618
|
+
exports.teddyColorBackgroundCardBeigeActiveNegative = teddyColorBackgroundCardBeigeActiveNegative;
|
|
619
|
+
exports.teddyColorBackgroundCardBeigeEmphasis = teddyColorBackgroundCardBeigeEmphasis;
|
|
620
|
+
exports.teddyColorBackgroundCardBeigeEmphasisActive = teddyColorBackgroundCardBeigeEmphasisActive;
|
|
621
|
+
exports.teddyColorBackgroundCardBeigeEmphasisActiveNegative = teddyColorBackgroundCardBeigeEmphasisActiveNegative;
|
|
622
|
+
exports.teddyColorBackgroundCardBeigeEmphasisHover = teddyColorBackgroundCardBeigeEmphasisHover;
|
|
623
|
+
exports.teddyColorBackgroundCardBeigeEmphasisHoverNegative = teddyColorBackgroundCardBeigeEmphasisHoverNegative;
|
|
624
|
+
exports.teddyColorBackgroundCardBeigeEmphasisNegative = teddyColorBackgroundCardBeigeEmphasisNegative;
|
|
625
|
+
exports.teddyColorBackgroundCardBeigeHover = teddyColorBackgroundCardBeigeHover;
|
|
626
|
+
exports.teddyColorBackgroundCardBeigeHoverNegative = teddyColorBackgroundCardBeigeHoverNegative;
|
|
627
|
+
exports.teddyColorBackgroundCardBeigeNegative = teddyColorBackgroundCardBeigeNegative;
|
|
628
|
+
exports.teddyColorBackgroundCardDarkPurple = teddyColorBackgroundCardDarkPurple;
|
|
629
|
+
exports.teddyColorBackgroundCardDarkPurpleActive = teddyColorBackgroundCardDarkPurpleActive;
|
|
630
|
+
exports.teddyColorBackgroundCardDarkPurpleActiveNegative = teddyColorBackgroundCardDarkPurpleActiveNegative;
|
|
631
|
+
exports.teddyColorBackgroundCardDarkPurpleHover = teddyColorBackgroundCardDarkPurpleHover;
|
|
632
|
+
exports.teddyColorBackgroundCardDarkPurpleHoverNegative = teddyColorBackgroundCardDarkPurpleHoverNegative;
|
|
633
|
+
exports.teddyColorBackgroundCardDarkPurpleNegative = teddyColorBackgroundCardDarkPurpleNegative;
|
|
634
|
+
exports.teddyColorBackgroundCardDefault = teddyColorBackgroundCardDefault;
|
|
635
|
+
exports.teddyColorBackgroundCardDefaultActive = teddyColorBackgroundCardDefaultActive;
|
|
636
|
+
exports.teddyColorBackgroundCardDefaultActiveNegative = teddyColorBackgroundCardDefaultActiveNegative;
|
|
637
|
+
exports.teddyColorBackgroundCardDefaultHover = teddyColorBackgroundCardDefaultHover;
|
|
638
|
+
exports.teddyColorBackgroundCardDefaultHoverNegative = teddyColorBackgroundCardDefaultHoverNegative;
|
|
639
|
+
exports.teddyColorBackgroundCardDefaultNegative = teddyColorBackgroundCardDefaultNegative;
|
|
640
|
+
exports.teddyColorBackgroundCardGray = teddyColorBackgroundCardGray;
|
|
641
|
+
exports.teddyColorBackgroundCardGrayActive = teddyColorBackgroundCardGrayActive;
|
|
642
|
+
exports.teddyColorBackgroundCardGrayActiveNegative = teddyColorBackgroundCardGrayActiveNegative;
|
|
643
|
+
exports.teddyColorBackgroundCardGrayHover = teddyColorBackgroundCardGrayHover;
|
|
644
|
+
exports.teddyColorBackgroundCardGrayHoverNegative = teddyColorBackgroundCardGrayHoverNegative;
|
|
645
|
+
exports.teddyColorBackgroundCardGrayNegative = teddyColorBackgroundCardGrayNegative;
|
|
646
|
+
exports.teddyColorBackgroundCardLightPurple = teddyColorBackgroundCardLightPurple;
|
|
647
|
+
exports.teddyColorBackgroundCardLightPurpleActive = teddyColorBackgroundCardLightPurpleActive;
|
|
648
|
+
exports.teddyColorBackgroundCardLightPurpleActiveNegative = teddyColorBackgroundCardLightPurpleActiveNegative;
|
|
649
|
+
exports.teddyColorBackgroundCardLightPurpleHover = teddyColorBackgroundCardLightPurpleHover;
|
|
650
|
+
exports.teddyColorBackgroundCardLightPurpleHoverNegative = teddyColorBackgroundCardLightPurpleHoverNegative;
|
|
651
|
+
exports.teddyColorBackgroundCardLightPurpleNegative = teddyColorBackgroundCardLightPurpleNegative;
|
|
652
|
+
exports.teddyColorBackgroundCardTeal = teddyColorBackgroundCardTeal;
|
|
653
|
+
exports.teddyColorBackgroundCardTealActive = teddyColorBackgroundCardTealActive;
|
|
654
|
+
exports.teddyColorBackgroundCardTealActiveNegative = teddyColorBackgroundCardTealActiveNegative;
|
|
655
|
+
exports.teddyColorBackgroundCardTealEmphasis = teddyColorBackgroundCardTealEmphasis;
|
|
656
|
+
exports.teddyColorBackgroundCardTealEmphasisActive = teddyColorBackgroundCardTealEmphasisActive;
|
|
657
|
+
exports.teddyColorBackgroundCardTealEmphasisActiveNegative = teddyColorBackgroundCardTealEmphasisActiveNegative;
|
|
658
|
+
exports.teddyColorBackgroundCardTealEmphasisHover = teddyColorBackgroundCardTealEmphasisHover;
|
|
659
|
+
exports.teddyColorBackgroundCardTealEmphasisHoverNegative = teddyColorBackgroundCardTealEmphasisHoverNegative;
|
|
660
|
+
exports.teddyColorBackgroundCardTealEmphasisNegative = teddyColorBackgroundCardTealEmphasisNegative;
|
|
661
|
+
exports.teddyColorBackgroundCardTealHover = teddyColorBackgroundCardTealHover;
|
|
662
|
+
exports.teddyColorBackgroundCardTealHoverNegative = teddyColorBackgroundCardTealHoverNegative;
|
|
663
|
+
exports.teddyColorBackgroundCardTealNegative = teddyColorBackgroundCardTealNegative;
|
|
458
664
|
exports.teddyColorBackgroundInteractiveDestructive = teddyColorBackgroundInteractiveDestructive;
|
|
459
665
|
exports.teddyColorBackgroundInteractiveDestructiveActive = teddyColorBackgroundInteractiveDestructiveActive;
|
|
460
666
|
exports.teddyColorBackgroundInteractiveDestructiveHover = teddyColorBackgroundInteractiveDestructiveHover;
|
|
@@ -480,19 +686,36 @@ exports.teddyColorBackgroundInteractiveTransparentActive = teddyColorBackgroundI
|
|
|
480
686
|
exports.teddyColorBackgroundInteractiveTransparentHover = teddyColorBackgroundInteractiveTransparentHover;
|
|
481
687
|
exports.teddyColorBackgroundInteractiveTransparentNegativeActive = teddyColorBackgroundInteractiveTransparentNegativeActive;
|
|
482
688
|
exports.teddyColorBackgroundInteractiveTransparentNegativeHover = teddyColorBackgroundInteractiveTransparentNegativeHover;
|
|
689
|
+
exports.teddyColorBackgroundLightPurple = teddyColorBackgroundLightPurple;
|
|
690
|
+
exports.teddyColorBackgroundLightPurpleNegative = teddyColorBackgroundLightPurpleNegative;
|
|
483
691
|
exports.teddyColorBackgroundPrimary = teddyColorBackgroundPrimary;
|
|
692
|
+
exports.teddyColorBackgroundPrimaryNegative = teddyColorBackgroundPrimaryNegative;
|
|
484
693
|
exports.teddyColorBackgroundSecondary = teddyColorBackgroundSecondary;
|
|
694
|
+
exports.teddyColorBackgroundSecondaryNegative = teddyColorBackgroundSecondaryNegative;
|
|
485
695
|
exports.teddyColorBackgroundStatusAttention = teddyColorBackgroundStatusAttention;
|
|
696
|
+
exports.teddyColorBackgroundStatusAttentionNegative = teddyColorBackgroundStatusAttentionNegative;
|
|
486
697
|
exports.teddyColorBackgroundStatusError = teddyColorBackgroundStatusError;
|
|
698
|
+
exports.teddyColorBackgroundStatusErrorNegative = teddyColorBackgroundStatusErrorNegative;
|
|
487
699
|
exports.teddyColorBackgroundStatusErrorStrong = teddyColorBackgroundStatusErrorStrong;
|
|
700
|
+
exports.teddyColorBackgroundStatusErrorStrongNegative = teddyColorBackgroundStatusErrorStrongNegative;
|
|
488
701
|
exports.teddyColorBackgroundStatusInfo = teddyColorBackgroundStatusInfo;
|
|
702
|
+
exports.teddyColorBackgroundStatusInfoNegative = teddyColorBackgroundStatusInfoNegative;
|
|
489
703
|
exports.teddyColorBackgroundStatusInfoStrong = teddyColorBackgroundStatusInfoStrong;
|
|
704
|
+
exports.teddyColorBackgroundStatusInfoStrongNegative = teddyColorBackgroundStatusInfoStrongNegative;
|
|
490
705
|
exports.teddyColorBackgroundStatusNeutral = teddyColorBackgroundStatusNeutral;
|
|
706
|
+
exports.teddyColorBackgroundStatusNeutralNegative = teddyColorBackgroundStatusNeutralNegative;
|
|
491
707
|
exports.teddyColorBackgroundStatusSpecial = teddyColorBackgroundStatusSpecial;
|
|
708
|
+
exports.teddyColorBackgroundStatusSpecialNegative = teddyColorBackgroundStatusSpecialNegative;
|
|
709
|
+
exports.teddyColorBackgroundStatusSpecialStrong = teddyColorBackgroundStatusSpecialStrong;
|
|
710
|
+
exports.teddyColorBackgroundStatusSpecialStrongNegative = teddyColorBackgroundStatusSpecialStrongNegative;
|
|
492
711
|
exports.teddyColorBackgroundStatusSuccess = teddyColorBackgroundStatusSuccess;
|
|
712
|
+
exports.teddyColorBackgroundStatusSuccessNegative = teddyColorBackgroundStatusSuccessNegative;
|
|
493
713
|
exports.teddyColorBackgroundStatusSuccessStrong = teddyColorBackgroundStatusSuccessStrong;
|
|
714
|
+
exports.teddyColorBackgroundStatusSuccessStrongNegative = teddyColorBackgroundStatusSuccessStrongNegative;
|
|
494
715
|
exports.teddyColorBackgroundStatusWarning = teddyColorBackgroundStatusWarning;
|
|
716
|
+
exports.teddyColorBackgroundStatusWarningNegative = teddyColorBackgroundStatusWarningNegative;
|
|
495
717
|
exports.teddyColorBackgroundStatusWarningStrong = teddyColorBackgroundStatusWarningStrong;
|
|
718
|
+
exports.teddyColorBackgroundStatusWarningStrongNegative = teddyColorBackgroundStatusWarningStrongNegative;
|
|
496
719
|
exports.teddyColorBackgroundToneOnTonePrimary = teddyColorBackgroundToneOnTonePrimary;
|
|
497
720
|
exports.teddyColorBackgroundToneOnToneQuaternary = teddyColorBackgroundToneOnToneQuaternary;
|
|
498
721
|
exports.teddyColorBackgroundToneOnToneSecondary = teddyColorBackgroundToneOnToneSecondary;
|
|
@@ -519,7 +742,9 @@ exports.teddyColorBlue700 = teddyColorBlue700;
|
|
|
519
742
|
exports.teddyColorBlue800 = teddyColorBlue800;
|
|
520
743
|
exports.teddyColorBlue900 = teddyColorBlue900;
|
|
521
744
|
exports.teddyColorBlue950 = teddyColorBlue950;
|
|
745
|
+
exports.teddyColorBorderInteractiveExpressive = teddyColorBorderInteractiveExpressive;
|
|
522
746
|
exports.teddyColorBorderInteractiveFocus = teddyColorBorderInteractiveFocus;
|
|
747
|
+
exports.teddyColorBorderInteractiveFocusNegative = teddyColorBorderInteractiveFocusNegative;
|
|
523
748
|
exports.teddyColorBorderInteractivePrimary = teddyColorBorderInteractivePrimary;
|
|
524
749
|
exports.teddyColorBorderInteractivePrimaryActive = teddyColorBorderInteractivePrimaryActive;
|
|
525
750
|
exports.teddyColorBorderInteractivePrimaryHover = teddyColorBorderInteractivePrimaryHover;
|
|
@@ -529,6 +754,8 @@ exports.teddyColorBorderInteractivePrimaryNegativeHover = teddyColorBorderIntera
|
|
|
529
754
|
exports.teddyColorBorderInteractiveSelected = teddyColorBorderInteractiveSelected;
|
|
530
755
|
exports.teddyColorBorderInteractiveSubtle = teddyColorBorderInteractiveSubtle;
|
|
531
756
|
exports.teddyColorBorderInteractiveSubtleHover = teddyColorBorderInteractiveSubtleHover;
|
|
757
|
+
exports.teddyColorBorderInteractiveSubtleNegative = teddyColorBorderInteractiveSubtleNegative;
|
|
758
|
+
exports.teddyColorBorderInteractiveSubtleNegativeHover = teddyColorBorderInteractiveSubtleNegativeHover;
|
|
532
759
|
exports.teddyColorBorderMedium = teddyColorBorderMedium;
|
|
533
760
|
exports.teddyColorBorderMediumNegative = teddyColorBorderMediumNegative;
|
|
534
761
|
exports.teddyColorBorderStatusError = teddyColorBorderStatusError;
|
|
@@ -620,6 +847,10 @@ exports.teddyColorTeal700 = teddyColorTeal700;
|
|
|
620
847
|
exports.teddyColorTeal800 = teddyColorTeal800;
|
|
621
848
|
exports.teddyColorTeal900 = teddyColorTeal900;
|
|
622
849
|
exports.teddyColorTeal950 = teddyColorTeal950;
|
|
850
|
+
exports.teddyColorTextCardBeige = teddyColorTextCardBeige;
|
|
851
|
+
exports.teddyColorTextCardBeigeNegative = teddyColorTextCardBeigeNegative;
|
|
852
|
+
exports.teddyColorTextCardTeal = teddyColorTextCardTeal;
|
|
853
|
+
exports.teddyColorTextCardTealNegative = teddyColorTextCardTealNegative;
|
|
623
854
|
exports.teddyColorTextDefault = teddyColorTextDefault;
|
|
624
855
|
exports.teddyColorTextDefaultNegative = teddyColorTextDefaultNegative;
|
|
625
856
|
exports.teddyColorTextInteractiveOnDestructive = teddyColorTextInteractiveOnDestructive;
|
|
@@ -642,14 +873,20 @@ exports.teddyColorTextStatusAttention = teddyColorTextStatusAttention;
|
|
|
642
873
|
exports.teddyColorTextStatusDiscount = teddyColorTextStatusDiscount;
|
|
643
874
|
exports.teddyColorTextStatusErrorMedium = teddyColorTextStatusErrorMedium;
|
|
644
875
|
exports.teddyColorTextStatusErrorStrong = teddyColorTextStatusErrorStrong;
|
|
876
|
+
exports.teddyColorTextStatusErrorStrongNegative = teddyColorTextStatusErrorStrongNegative;
|
|
645
877
|
exports.teddyColorTextStatusInfoMedium = teddyColorTextStatusInfoMedium;
|
|
646
878
|
exports.teddyColorTextStatusInfoStrong = teddyColorTextStatusInfoStrong;
|
|
879
|
+
exports.teddyColorTextStatusInfoStrongNegative = teddyColorTextStatusInfoStrongNegative;
|
|
647
880
|
exports.teddyColorTextStatusNeutral = teddyColorTextStatusNeutral;
|
|
881
|
+
exports.teddyColorTextStatusNeutralNegative = teddyColorTextStatusNeutralNegative;
|
|
648
882
|
exports.teddyColorTextStatusSpecial = teddyColorTextStatusSpecial;
|
|
883
|
+
exports.teddyColorTextStatusSpecialNegative = teddyColorTextStatusSpecialNegative;
|
|
649
884
|
exports.teddyColorTextStatusSuccessMedium = teddyColorTextStatusSuccessMedium;
|
|
650
885
|
exports.teddyColorTextStatusSuccessStrong = teddyColorTextStatusSuccessStrong;
|
|
886
|
+
exports.teddyColorTextStatusSuccessStrongNegative = teddyColorTextStatusSuccessStrongNegative;
|
|
651
887
|
exports.teddyColorTextStatusWarningMedium = teddyColorTextStatusWarningMedium;
|
|
652
888
|
exports.teddyColorTextStatusWarningStrong = teddyColorTextStatusWarningStrong;
|
|
889
|
+
exports.teddyColorTextStatusWarningStrongNegative = teddyColorTextStatusWarningStrongNegative;
|
|
653
890
|
exports.teddyColorTextToneOnTonePrimary = teddyColorTextToneOnTonePrimary;
|
|
654
891
|
exports.teddyColorTextToneOnToneSecondary = teddyColorTextToneOnToneSecondary;
|
|
655
892
|
exports.teddyColorTextToneOnToneTertiary = teddyColorTextToneOnToneTertiary;
|
|
@@ -158,11 +158,23 @@ export declare const teddyColorTextStatusInfoMedium = "#0078cb";
|
|
|
158
158
|
export declare const teddyColorTextStatusNeutral = "rgba(0, 0, 0, 0.71)";
|
|
159
159
|
export declare const teddyColorTextStatusSpecial = "#4e0174";
|
|
160
160
|
export declare const teddyColorTextStatusAttention = "#ffffff";
|
|
161
|
+
export declare const teddyColorTextStatusErrorStrongNegative = "#ffdde8";
|
|
162
|
+
export declare const teddyColorTextStatusSuccessStrongNegative = "#c5efd9";
|
|
163
|
+
export declare const teddyColorTextStatusWarningStrongNegative = "#ffe1b3";
|
|
164
|
+
export declare const teddyColorTextStatusInfoStrongNegative = "#caeaff";
|
|
165
|
+
export declare const teddyColorTextStatusNeutralNegative = "rgba(255, 255, 255, 0.84)";
|
|
166
|
+
export declare const teddyColorTextStatusSpecialNegative = "rgba(255, 255, 255, 0.84)";
|
|
161
167
|
export declare const teddyColorTextToneOnTonePrimary = "#f5e0ff";
|
|
162
168
|
export declare const teddyColorTextToneOnToneSecondary = "#29003e";
|
|
163
169
|
export declare const teddyColorTextToneOnToneTertiary = "#4f4741";
|
|
170
|
+
export declare const teddyColorTextCardTeal = "#02534f";
|
|
171
|
+
export declare const teddyColorTextCardTealNegative = "#edf5f5";
|
|
172
|
+
export declare const teddyColorTextCardBeige = "#4f4741";
|
|
173
|
+
export declare const teddyColorTextCardBeigeNegative = "#ede1d8";
|
|
164
174
|
export declare const teddyColorBackgroundPrimary = "#ffffff";
|
|
175
|
+
export declare const teddyColorBackgroundPrimaryNegative = "#1e1e20";
|
|
165
176
|
export declare const teddyColorBackgroundSecondary = "#f3f3f8";
|
|
177
|
+
export declare const teddyColorBackgroundSecondaryNegative = "#1e1e20";
|
|
166
178
|
export declare const teddyColorBackgroundInteractivePrimary = "#4e0174";
|
|
167
179
|
export declare const teddyColorBackgroundInteractivePrimaryHover = "#6d02a3";
|
|
168
180
|
export declare const teddyColorBackgroundInteractivePrimaryActive = "#8c07d0";
|
|
@@ -199,10 +211,73 @@ export declare const teddyColorBackgroundStatusWarningStrong = "#ffe1b3";
|
|
|
199
211
|
export declare const teddyColorBackgroundStatusNeutral = "#e5e5eb";
|
|
200
212
|
export declare const teddyColorBackgroundStatusSpecial = "#f5e0ff";
|
|
201
213
|
export declare const teddyColorBackgroundStatusAttention = "#6d02a3";
|
|
214
|
+
export declare const teddyColorBackgroundStatusInfoNegative = "#014d80";
|
|
215
|
+
export declare const teddyColorBackgroundStatusInfoStrongNegative = "#0063a6";
|
|
216
|
+
export declare const teddyColorBackgroundStatusSuccessNegative = "#02562b";
|
|
217
|
+
export declare const teddyColorBackgroundStatusSuccessStrongNegative = "#017037";
|
|
218
|
+
export declare const teddyColorBackgroundStatusErrorNegative = "#980233";
|
|
219
|
+
export declare const teddyColorBackgroundStatusErrorStrongNegative = "#c00543";
|
|
220
|
+
export declare const teddyColorBackgroundStatusWarningNegative = "#6a4102";
|
|
221
|
+
export declare const teddyColorBackgroundStatusWarningStrongNegative = "#8b5301";
|
|
222
|
+
export declare const teddyColorBackgroundStatusNeutralNegative = "#4a4a4d";
|
|
223
|
+
export declare const teddyColorBackgroundStatusSpecialNegative = "#29003e";
|
|
224
|
+
export declare const teddyColorBackgroundStatusSpecialStrong = "#f5e0ff";
|
|
225
|
+
export declare const teddyColorBackgroundStatusSpecialStrongNegative = "#4e0174";
|
|
226
|
+
export declare const teddyColorBackgroundStatusAttentionNegative = "#6d02a3";
|
|
202
227
|
export declare const teddyColorBackgroundToneOnTonePrimary = "#29003e";
|
|
203
228
|
export declare const teddyColorBackgroundToneOnToneSecondary = "#f5e0ff";
|
|
204
229
|
export declare const teddyColorBackgroundToneOnToneTertiary = "#ede1d8";
|
|
205
230
|
export declare const teddyColorBackgroundToneOnToneQuaternary = "#f9f1ec";
|
|
231
|
+
export declare const teddyColorBackgroundLightPurple = "#faf0ff";
|
|
232
|
+
export declare const teddyColorBackgroundLightPurpleNegative = "#4a4a4d";
|
|
233
|
+
export declare const teddyColorBackgroundCardDefault = "#ffffff";
|
|
234
|
+
export declare const teddyColorBackgroundCardDefaultNegative = "#1e1e20";
|
|
235
|
+
export declare const teddyColorBackgroundCardDefaultHover = "#f5e0ff";
|
|
236
|
+
export declare const teddyColorBackgroundCardDefaultHoverNegative = "#29003e";
|
|
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";
|
|
247
|
+
export declare const teddyColorBackgroundCardBeigeHover = "#ede1d8";
|
|
248
|
+
export declare const teddyColorBackgroundCardBeigeHoverNegative = "#29003e";
|
|
249
|
+
export declare const teddyColorBackgroundCardBeigeActive = "#ede1d8";
|
|
250
|
+
export declare const teddyColorBackgroundCardBeigeActiveNegative = "#29003e";
|
|
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";
|
|
257
|
+
export declare const teddyColorBackgroundCardLightPurple = "#f5e0ff";
|
|
258
|
+
export declare const teddyColorBackgroundCardLightPurpleNegative = "#29003e";
|
|
259
|
+
export declare const teddyColorBackgroundCardLightPurpleHover = "#e4b6fb";
|
|
260
|
+
export declare const teddyColorBackgroundCardLightPurpleHoverNegative = "#4e0174";
|
|
261
|
+
export declare const teddyColorBackgroundCardLightPurpleActive = "#d58df9";
|
|
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";
|
|
269
|
+
export declare const teddyColorBackgroundCardTeal = "#edf5f5";
|
|
270
|
+
export declare const teddyColorBackgroundCardTealNegative = "#032220";
|
|
271
|
+
export declare const teddyColorBackgroundCardTealHover = "#d5eae9";
|
|
272
|
+
export declare const teddyColorBackgroundCardTealHoverNegative = "#063c39";
|
|
273
|
+
export declare const teddyColorBackgroundCardTealActive = "#a1cfcd";
|
|
274
|
+
export declare const teddyColorBackgroundCardTealActiveNegative = "#02534f";
|
|
275
|
+
export declare const teddyColorBackgroundCardTealEmphasis = "#d5eae9";
|
|
276
|
+
export declare const teddyColorBackgroundCardTealEmphasisNegative = "#063c39";
|
|
277
|
+
export declare const teddyColorBackgroundCardTealEmphasisHover = "#a1cfcd";
|
|
278
|
+
export declare const teddyColorBackgroundCardTealEmphasisHoverNegative = "#02534f";
|
|
279
|
+
export declare const teddyColorBackgroundCardTealEmphasisActive = "#6eb5b2";
|
|
280
|
+
export declare const teddyColorBackgroundCardTealEmphasisActiveNegative = "#006c67";
|
|
206
281
|
export declare const teddyColorBorderMedium = "rgba(0, 0, 0, 0.33)";
|
|
207
282
|
export declare const teddyColorBorderMediumNegative = "rgba(255, 255, 255, 0.29)";
|
|
208
283
|
export declare const teddyColorBorderStrong = "rgba(0, 0, 0, 0.54)";
|
|
@@ -219,6 +294,10 @@ export declare const teddyColorBorderInteractivePrimaryNegativeActive = "#e4b6fb
|
|
|
219
294
|
export declare const teddyColorBorderInteractiveSelected = "#990ae3";
|
|
220
295
|
export declare const teddyColorBorderInteractiveSubtle = "rgba(0, 0, 0, 0.33)";
|
|
221
296
|
export declare const teddyColorBorderInteractiveSubtleHover = "#4e0174";
|
|
297
|
+
export declare const teddyColorBorderInteractiveFocusNegative = "#62b2e7";
|
|
298
|
+
export declare const teddyColorBorderInteractiveExpressive = "#4e0174";
|
|
299
|
+
export declare const teddyColorBorderInteractiveSubtleNegative = "rgba(255, 255, 255, 0.29)";
|
|
300
|
+
export declare const teddyColorBorderInteractiveSubtleNegativeHover = "#e4b6fb";
|
|
222
301
|
export declare const teddyColorBorderStatusError = "#e4175c";
|
|
223
302
|
export declare const teddyColorBorderStatusWarning = "#cc7a00";
|
|
224
303
|
export declare const teddyColorBorderStatusInfo = "#0078cb";
|
|
@@ -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,
|