@mirohq/design-system-stitches 2.6.28 → 2.6.30
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/types.d.ts +185 -9
- package/package.json +3 -3
package/dist/types.d.ts
CHANGED
|
@@ -563,7 +563,6 @@ declare const config: {
|
|
|
563
563
|
"teal-background-mild"?: any;
|
|
564
564
|
"teal-background-prominent"?: any;
|
|
565
565
|
"teal-background-subtle"?: any;
|
|
566
|
-
"test-test"?: any;
|
|
567
566
|
"coal-border"?: any;
|
|
568
567
|
"coal-border-prominent"?: any;
|
|
569
568
|
"coal-border-subtle"?: any;
|
|
@@ -661,48 +660,70 @@ declare const config: {
|
|
|
661
660
|
"sunshine-sticky-background"?: any;
|
|
662
661
|
"teal-sticky-background"?: any;
|
|
663
662
|
"coal-icon"?: any;
|
|
663
|
+
"coal-icon-mild"?: any;
|
|
664
664
|
"coal-icon-subtle"?: any;
|
|
665
665
|
"coral-icon"?: any;
|
|
666
|
+
"coral-icon-mild"?: any;
|
|
666
667
|
"coral-icon-subtle"?: any;
|
|
667
668
|
"cyan-icon"?: any;
|
|
669
|
+
"cyan-icon-mild"?: any;
|
|
668
670
|
"cyan-icon-subtle"?: any;
|
|
669
671
|
"lilac-icon"?: any;
|
|
672
|
+
"lilac-icon-mild"?: any;
|
|
670
673
|
"lilac-icon-subtle"?: any;
|
|
671
674
|
"lime-icon"?: any;
|
|
675
|
+
"lime-icon-mild"?: any;
|
|
672
676
|
"lime-icon-subtle"?: any;
|
|
673
677
|
"moss-icon"?: any;
|
|
678
|
+
"moss-icon-mild"?: any;
|
|
674
679
|
"moss-icon-subtle"?: any;
|
|
675
680
|
"ocean-icon"?: any;
|
|
681
|
+
"ocean-icon-mild"?: any;
|
|
676
682
|
"ocean-icon-subtle"?: any;
|
|
677
683
|
"orange-icon"?: any;
|
|
684
|
+
"orange-icon-mild"?: any;
|
|
678
685
|
"orange-icon-subtle"?: any;
|
|
679
686
|
"pink-icon"?: any;
|
|
687
|
+
"pink-icon-mild"?: any;
|
|
680
688
|
"pink-icon-subtle"?: any;
|
|
681
689
|
"sunshine-icon"?: any;
|
|
690
|
+
"sunshine-icon-mild"?: any;
|
|
682
691
|
"sunshine-icon-subtle"?: any;
|
|
683
692
|
"teal-icon"?: any;
|
|
693
|
+
"teal-icon-mild"?: any;
|
|
684
694
|
"teal-icon-subtle"?: any;
|
|
685
695
|
"coal-text"?: any;
|
|
696
|
+
"coal-text-mild"?: any;
|
|
686
697
|
"coal-text-subtle"?: any;
|
|
687
698
|
"coral-text"?: any;
|
|
699
|
+
"coral-text-mild"?: any;
|
|
688
700
|
"coral-text-subtle"?: any;
|
|
689
701
|
"cyan-text"?: any;
|
|
702
|
+
"cyan-text-mild"?: any;
|
|
690
703
|
"cyan-text-subtle"?: any;
|
|
691
704
|
"lilac-text"?: any;
|
|
705
|
+
"lilac-text-mild"?: any;
|
|
692
706
|
"lilac-text-subtle"?: any;
|
|
693
707
|
"lime-text"?: any;
|
|
708
|
+
"lime-text-mild"?: any;
|
|
694
709
|
"lime-text-subtle"?: any;
|
|
695
710
|
"moss-text"?: any;
|
|
711
|
+
"moss-text-mild"?: any;
|
|
696
712
|
"moss-text-subtle"?: any;
|
|
697
713
|
"ocean-text"?: any;
|
|
714
|
+
"ocean-text-mild"?: any;
|
|
698
715
|
"ocean-text-subtle"?: any;
|
|
699
716
|
"orange-text"?: any;
|
|
717
|
+
"orange-text-mild"?: any;
|
|
700
718
|
"orange-text-subtle"?: any;
|
|
701
719
|
"pink-text"?: any;
|
|
720
|
+
"pink-text-mild"?: any;
|
|
702
721
|
"pink-text-subtle"?: any;
|
|
703
722
|
"sunshine-text"?: any;
|
|
723
|
+
"sunshine-text-mild"?: any;
|
|
704
724
|
"sunshine-text-subtle"?: any;
|
|
705
725
|
"teal-text"?: any;
|
|
726
|
+
"teal-text-mild"?: any;
|
|
706
727
|
"teal-text-subtle"?: any;
|
|
707
728
|
};
|
|
708
729
|
'font-sizes': {
|
|
@@ -796,6 +817,7 @@ declare const config: {
|
|
|
796
817
|
'z-indices': {
|
|
797
818
|
readonly 'dropdown-menu': 100;
|
|
798
819
|
readonly select: 200;
|
|
820
|
+
readonly calendar: 200;
|
|
799
821
|
readonly popover: 300;
|
|
800
822
|
readonly tooltip: 400;
|
|
801
823
|
};
|
|
@@ -1537,7 +1559,6 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
1537
1559
|
"teal-background-mild"?: string | number | boolean | undefined;
|
|
1538
1560
|
"teal-background-prominent"?: string | number | boolean | undefined;
|
|
1539
1561
|
"teal-background-subtle"?: string | number | boolean | undefined;
|
|
1540
|
-
"test-test"?: string | number | boolean | undefined;
|
|
1541
1562
|
"coal-border"?: string | number | boolean | undefined;
|
|
1542
1563
|
"coal-border-prominent"?: string | number | boolean | undefined;
|
|
1543
1564
|
"coal-border-subtle"?: string | number | boolean | undefined;
|
|
@@ -1635,48 +1656,70 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
1635
1656
|
"sunshine-sticky-background"?: string | number | boolean | undefined;
|
|
1636
1657
|
"teal-sticky-background"?: string | number | boolean | undefined;
|
|
1637
1658
|
"coal-icon"?: string | number | boolean | undefined;
|
|
1659
|
+
"coal-icon-mild"?: string | number | boolean | undefined;
|
|
1638
1660
|
"coal-icon-subtle"?: string | number | boolean | undefined;
|
|
1639
1661
|
"coral-icon"?: string | number | boolean | undefined;
|
|
1662
|
+
"coral-icon-mild"?: string | number | boolean | undefined;
|
|
1640
1663
|
"coral-icon-subtle"?: string | number | boolean | undefined;
|
|
1641
1664
|
"cyan-icon"?: string | number | boolean | undefined;
|
|
1665
|
+
"cyan-icon-mild"?: string | number | boolean | undefined;
|
|
1642
1666
|
"cyan-icon-subtle"?: string | number | boolean | undefined;
|
|
1643
1667
|
"lilac-icon"?: string | number | boolean | undefined;
|
|
1668
|
+
"lilac-icon-mild"?: string | number | boolean | undefined;
|
|
1644
1669
|
"lilac-icon-subtle"?: string | number | boolean | undefined;
|
|
1645
1670
|
"lime-icon"?: string | number | boolean | undefined;
|
|
1671
|
+
"lime-icon-mild"?: string | number | boolean | undefined;
|
|
1646
1672
|
"lime-icon-subtle"?: string | number | boolean | undefined;
|
|
1647
1673
|
"moss-icon"?: string | number | boolean | undefined;
|
|
1674
|
+
"moss-icon-mild"?: string | number | boolean | undefined;
|
|
1648
1675
|
"moss-icon-subtle"?: string | number | boolean | undefined;
|
|
1649
1676
|
"ocean-icon"?: string | number | boolean | undefined;
|
|
1677
|
+
"ocean-icon-mild"?: string | number | boolean | undefined;
|
|
1650
1678
|
"ocean-icon-subtle"?: string | number | boolean | undefined;
|
|
1651
1679
|
"orange-icon"?: string | number | boolean | undefined;
|
|
1680
|
+
"orange-icon-mild"?: string | number | boolean | undefined;
|
|
1652
1681
|
"orange-icon-subtle"?: string | number | boolean | undefined;
|
|
1653
1682
|
"pink-icon"?: string | number | boolean | undefined;
|
|
1683
|
+
"pink-icon-mild"?: string | number | boolean | undefined;
|
|
1654
1684
|
"pink-icon-subtle"?: string | number | boolean | undefined;
|
|
1655
1685
|
"sunshine-icon"?: string | number | boolean | undefined;
|
|
1686
|
+
"sunshine-icon-mild"?: string | number | boolean | undefined;
|
|
1656
1687
|
"sunshine-icon-subtle"?: string | number | boolean | undefined;
|
|
1657
1688
|
"teal-icon"?: string | number | boolean | undefined;
|
|
1689
|
+
"teal-icon-mild"?: string | number | boolean | undefined;
|
|
1658
1690
|
"teal-icon-subtle"?: string | number | boolean | undefined;
|
|
1659
1691
|
"coal-text"?: string | number | boolean | undefined;
|
|
1692
|
+
"coal-text-mild"?: string | number | boolean | undefined;
|
|
1660
1693
|
"coal-text-subtle"?: string | number | boolean | undefined;
|
|
1661
1694
|
"coral-text"?: string | number | boolean | undefined;
|
|
1695
|
+
"coral-text-mild"?: string | number | boolean | undefined;
|
|
1662
1696
|
"coral-text-subtle"?: string | number | boolean | undefined;
|
|
1663
1697
|
"cyan-text"?: string | number | boolean | undefined;
|
|
1698
|
+
"cyan-text-mild"?: string | number | boolean | undefined;
|
|
1664
1699
|
"cyan-text-subtle"?: string | number | boolean | undefined;
|
|
1665
1700
|
"lilac-text"?: string | number | boolean | undefined;
|
|
1701
|
+
"lilac-text-mild"?: string | number | boolean | undefined;
|
|
1666
1702
|
"lilac-text-subtle"?: string | number | boolean | undefined;
|
|
1667
1703
|
"lime-text"?: string | number | boolean | undefined;
|
|
1704
|
+
"lime-text-mild"?: string | number | boolean | undefined;
|
|
1668
1705
|
"lime-text-subtle"?: string | number | boolean | undefined;
|
|
1669
1706
|
"moss-text"?: string | number | boolean | undefined;
|
|
1707
|
+
"moss-text-mild"?: string | number | boolean | undefined;
|
|
1670
1708
|
"moss-text-subtle"?: string | number | boolean | undefined;
|
|
1671
1709
|
"ocean-text"?: string | number | boolean | undefined;
|
|
1710
|
+
"ocean-text-mild"?: string | number | boolean | undefined;
|
|
1672
1711
|
"ocean-text-subtle"?: string | number | boolean | undefined;
|
|
1673
1712
|
"orange-text"?: string | number | boolean | undefined;
|
|
1713
|
+
"orange-text-mild"?: string | number | boolean | undefined;
|
|
1674
1714
|
"orange-text-subtle"?: string | number | boolean | undefined;
|
|
1675
1715
|
"pink-text"?: string | number | boolean | undefined;
|
|
1716
|
+
"pink-text-mild"?: string | number | boolean | undefined;
|
|
1676
1717
|
"pink-text-subtle"?: string | number | boolean | undefined;
|
|
1677
1718
|
"sunshine-text"?: string | number | boolean | undefined;
|
|
1719
|
+
"sunshine-text-mild"?: string | number | boolean | undefined;
|
|
1678
1720
|
"sunshine-text-subtle"?: string | number | boolean | undefined;
|
|
1679
1721
|
"teal-text"?: string | number | boolean | undefined;
|
|
1722
|
+
"teal-text-mild"?: string | number | boolean | undefined;
|
|
1680
1723
|
"teal-text-subtle"?: string | number | boolean | undefined;
|
|
1681
1724
|
} | undefined;
|
|
1682
1725
|
'font-sizes'?: {
|
|
@@ -1770,6 +1813,7 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
1770
1813
|
'z-indices'?: {
|
|
1771
1814
|
readonly 'dropdown-menu'?: string | number | boolean | undefined;
|
|
1772
1815
|
readonly select?: string | number | boolean | undefined;
|
|
1816
|
+
readonly calendar?: string | number | boolean | undefined;
|
|
1773
1817
|
readonly popover?: string | number | boolean | undefined;
|
|
1774
1818
|
readonly tooltip?: string | number | boolean | undefined;
|
|
1775
1819
|
} | undefined;
|
|
@@ -2327,7 +2371,6 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
2327
2371
|
"teal-background-mild"?: string | number | boolean | undefined;
|
|
2328
2372
|
"teal-background-prominent"?: string | number | boolean | undefined;
|
|
2329
2373
|
"teal-background-subtle"?: string | number | boolean | undefined;
|
|
2330
|
-
"test-test"?: string | number | boolean | undefined;
|
|
2331
2374
|
"coal-border"?: string | number | boolean | undefined;
|
|
2332
2375
|
"coal-border-prominent"?: string | number | boolean | undefined;
|
|
2333
2376
|
"coal-border-subtle"?: string | number | boolean | undefined;
|
|
@@ -2425,48 +2468,70 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
2425
2468
|
"sunshine-sticky-background"?: string | number | boolean | undefined;
|
|
2426
2469
|
"teal-sticky-background"?: string | number | boolean | undefined;
|
|
2427
2470
|
"coal-icon"?: string | number | boolean | undefined;
|
|
2471
|
+
"coal-icon-mild"?: string | number | boolean | undefined;
|
|
2428
2472
|
"coal-icon-subtle"?: string | number | boolean | undefined;
|
|
2429
2473
|
"coral-icon"?: string | number | boolean | undefined;
|
|
2474
|
+
"coral-icon-mild"?: string | number | boolean | undefined;
|
|
2430
2475
|
"coral-icon-subtle"?: string | number | boolean | undefined;
|
|
2431
2476
|
"cyan-icon"?: string | number | boolean | undefined;
|
|
2477
|
+
"cyan-icon-mild"?: string | number | boolean | undefined;
|
|
2432
2478
|
"cyan-icon-subtle"?: string | number | boolean | undefined;
|
|
2433
2479
|
"lilac-icon"?: string | number | boolean | undefined;
|
|
2480
|
+
"lilac-icon-mild"?: string | number | boolean | undefined;
|
|
2434
2481
|
"lilac-icon-subtle"?: string | number | boolean | undefined;
|
|
2435
2482
|
"lime-icon"?: string | number | boolean | undefined;
|
|
2483
|
+
"lime-icon-mild"?: string | number | boolean | undefined;
|
|
2436
2484
|
"lime-icon-subtle"?: string | number | boolean | undefined;
|
|
2437
2485
|
"moss-icon"?: string | number | boolean | undefined;
|
|
2486
|
+
"moss-icon-mild"?: string | number | boolean | undefined;
|
|
2438
2487
|
"moss-icon-subtle"?: string | number | boolean | undefined;
|
|
2439
2488
|
"ocean-icon"?: string | number | boolean | undefined;
|
|
2489
|
+
"ocean-icon-mild"?: string | number | boolean | undefined;
|
|
2440
2490
|
"ocean-icon-subtle"?: string | number | boolean | undefined;
|
|
2441
2491
|
"orange-icon"?: string | number | boolean | undefined;
|
|
2492
|
+
"orange-icon-mild"?: string | number | boolean | undefined;
|
|
2442
2493
|
"orange-icon-subtle"?: string | number | boolean | undefined;
|
|
2443
2494
|
"pink-icon"?: string | number | boolean | undefined;
|
|
2495
|
+
"pink-icon-mild"?: string | number | boolean | undefined;
|
|
2444
2496
|
"pink-icon-subtle"?: string | number | boolean | undefined;
|
|
2445
2497
|
"sunshine-icon"?: string | number | boolean | undefined;
|
|
2498
|
+
"sunshine-icon-mild"?: string | number | boolean | undefined;
|
|
2446
2499
|
"sunshine-icon-subtle"?: string | number | boolean | undefined;
|
|
2447
2500
|
"teal-icon"?: string | number | boolean | undefined;
|
|
2501
|
+
"teal-icon-mild"?: string | number | boolean | undefined;
|
|
2448
2502
|
"teal-icon-subtle"?: string | number | boolean | undefined;
|
|
2449
2503
|
"coal-text"?: string | number | boolean | undefined;
|
|
2504
|
+
"coal-text-mild"?: string | number | boolean | undefined;
|
|
2450
2505
|
"coal-text-subtle"?: string | number | boolean | undefined;
|
|
2451
2506
|
"coral-text"?: string | number | boolean | undefined;
|
|
2507
|
+
"coral-text-mild"?: string | number | boolean | undefined;
|
|
2452
2508
|
"coral-text-subtle"?: string | number | boolean | undefined;
|
|
2453
2509
|
"cyan-text"?: string | number | boolean | undefined;
|
|
2510
|
+
"cyan-text-mild"?: string | number | boolean | undefined;
|
|
2454
2511
|
"cyan-text-subtle"?: string | number | boolean | undefined;
|
|
2455
2512
|
"lilac-text"?: string | number | boolean | undefined;
|
|
2513
|
+
"lilac-text-mild"?: string | number | boolean | undefined;
|
|
2456
2514
|
"lilac-text-subtle"?: string | number | boolean | undefined;
|
|
2457
2515
|
"lime-text"?: string | number | boolean | undefined;
|
|
2516
|
+
"lime-text-mild"?: string | number | boolean | undefined;
|
|
2458
2517
|
"lime-text-subtle"?: string | number | boolean | undefined;
|
|
2459
2518
|
"moss-text"?: string | number | boolean | undefined;
|
|
2519
|
+
"moss-text-mild"?: string | number | boolean | undefined;
|
|
2460
2520
|
"moss-text-subtle"?: string | number | boolean | undefined;
|
|
2461
2521
|
"ocean-text"?: string | number | boolean | undefined;
|
|
2522
|
+
"ocean-text-mild"?: string | number | boolean | undefined;
|
|
2462
2523
|
"ocean-text-subtle"?: string | number | boolean | undefined;
|
|
2463
2524
|
"orange-text"?: string | number | boolean | undefined;
|
|
2525
|
+
"orange-text-mild"?: string | number | boolean | undefined;
|
|
2464
2526
|
"orange-text-subtle"?: string | number | boolean | undefined;
|
|
2465
2527
|
"pink-text"?: string | number | boolean | undefined;
|
|
2528
|
+
"pink-text-mild"?: string | number | boolean | undefined;
|
|
2466
2529
|
"pink-text-subtle"?: string | number | boolean | undefined;
|
|
2467
2530
|
"sunshine-text"?: string | number | boolean | undefined;
|
|
2531
|
+
"sunshine-text-mild"?: string | number | boolean | undefined;
|
|
2468
2532
|
"sunshine-text-subtle"?: string | number | boolean | undefined;
|
|
2469
2533
|
"teal-text"?: string | number | boolean | undefined;
|
|
2534
|
+
"teal-text-mild"?: string | number | boolean | undefined;
|
|
2470
2535
|
"teal-text-subtle"?: string | number | boolean | undefined;
|
|
2471
2536
|
} | undefined;
|
|
2472
2537
|
'font-sizes'?: {
|
|
@@ -2560,6 +2625,7 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
2560
2625
|
'z-indices'?: {
|
|
2561
2626
|
readonly 'dropdown-menu'?: string | number | boolean | undefined;
|
|
2562
2627
|
readonly select?: string | number | boolean | undefined;
|
|
2628
|
+
readonly calendar?: string | number | boolean | undefined;
|
|
2563
2629
|
readonly popover?: string | number | boolean | undefined;
|
|
2564
2630
|
readonly tooltip?: string | number | boolean | undefined;
|
|
2565
2631
|
} | undefined;
|
|
@@ -3123,7 +3189,6 @@ declare const css: <Composers extends (string | _stitches_react_types_util.Funct
|
|
|
3123
3189
|
"teal-background-mild"?: any;
|
|
3124
3190
|
"teal-background-prominent"?: any;
|
|
3125
3191
|
"teal-background-subtle"?: any;
|
|
3126
|
-
"test-test"?: any;
|
|
3127
3192
|
"coal-border"?: any;
|
|
3128
3193
|
"coal-border-prominent"?: any;
|
|
3129
3194
|
"coal-border-subtle"?: any;
|
|
@@ -3221,48 +3286,70 @@ declare const css: <Composers extends (string | _stitches_react_types_util.Funct
|
|
|
3221
3286
|
"sunshine-sticky-background"?: any;
|
|
3222
3287
|
"teal-sticky-background"?: any;
|
|
3223
3288
|
"coal-icon"?: any;
|
|
3289
|
+
"coal-icon-mild"?: any;
|
|
3224
3290
|
"coal-icon-subtle"?: any;
|
|
3225
3291
|
"coral-icon"?: any;
|
|
3292
|
+
"coral-icon-mild"?: any;
|
|
3226
3293
|
"coral-icon-subtle"?: any;
|
|
3227
3294
|
"cyan-icon"?: any;
|
|
3295
|
+
"cyan-icon-mild"?: any;
|
|
3228
3296
|
"cyan-icon-subtle"?: any;
|
|
3229
3297
|
"lilac-icon"?: any;
|
|
3298
|
+
"lilac-icon-mild"?: any;
|
|
3230
3299
|
"lilac-icon-subtle"?: any;
|
|
3231
3300
|
"lime-icon"?: any;
|
|
3301
|
+
"lime-icon-mild"?: any;
|
|
3232
3302
|
"lime-icon-subtle"?: any;
|
|
3233
3303
|
"moss-icon"?: any;
|
|
3304
|
+
"moss-icon-mild"?: any;
|
|
3234
3305
|
"moss-icon-subtle"?: any;
|
|
3235
3306
|
"ocean-icon"?: any;
|
|
3307
|
+
"ocean-icon-mild"?: any;
|
|
3236
3308
|
"ocean-icon-subtle"?: any;
|
|
3237
3309
|
"orange-icon"?: any;
|
|
3310
|
+
"orange-icon-mild"?: any;
|
|
3238
3311
|
"orange-icon-subtle"?: any;
|
|
3239
3312
|
"pink-icon"?: any;
|
|
3313
|
+
"pink-icon-mild"?: any;
|
|
3240
3314
|
"pink-icon-subtle"?: any;
|
|
3241
3315
|
"sunshine-icon"?: any;
|
|
3316
|
+
"sunshine-icon-mild"?: any;
|
|
3242
3317
|
"sunshine-icon-subtle"?: any;
|
|
3243
3318
|
"teal-icon"?: any;
|
|
3319
|
+
"teal-icon-mild"?: any;
|
|
3244
3320
|
"teal-icon-subtle"?: any;
|
|
3245
3321
|
"coal-text"?: any;
|
|
3322
|
+
"coal-text-mild"?: any;
|
|
3246
3323
|
"coal-text-subtle"?: any;
|
|
3247
3324
|
"coral-text"?: any;
|
|
3325
|
+
"coral-text-mild"?: any;
|
|
3248
3326
|
"coral-text-subtle"?: any;
|
|
3249
3327
|
"cyan-text"?: any;
|
|
3328
|
+
"cyan-text-mild"?: any;
|
|
3250
3329
|
"cyan-text-subtle"?: any;
|
|
3251
3330
|
"lilac-text"?: any;
|
|
3331
|
+
"lilac-text-mild"?: any;
|
|
3252
3332
|
"lilac-text-subtle"?: any;
|
|
3253
3333
|
"lime-text"?: any;
|
|
3334
|
+
"lime-text-mild"?: any;
|
|
3254
3335
|
"lime-text-subtle"?: any;
|
|
3255
3336
|
"moss-text"?: any;
|
|
3337
|
+
"moss-text-mild"?: any;
|
|
3256
3338
|
"moss-text-subtle"?: any;
|
|
3257
3339
|
"ocean-text"?: any;
|
|
3340
|
+
"ocean-text-mild"?: any;
|
|
3258
3341
|
"ocean-text-subtle"?: any;
|
|
3259
3342
|
"orange-text"?: any;
|
|
3343
|
+
"orange-text-mild"?: any;
|
|
3260
3344
|
"orange-text-subtle"?: any;
|
|
3261
3345
|
"pink-text"?: any;
|
|
3346
|
+
"pink-text-mild"?: any;
|
|
3262
3347
|
"pink-text-subtle"?: any;
|
|
3263
3348
|
"sunshine-text"?: any;
|
|
3349
|
+
"sunshine-text-mild"?: any;
|
|
3264
3350
|
"sunshine-text-subtle"?: any;
|
|
3265
3351
|
"teal-text"?: any;
|
|
3352
|
+
"teal-text-mild"?: any;
|
|
3266
3353
|
"teal-text-subtle"?: any;
|
|
3267
3354
|
};
|
|
3268
3355
|
'font-sizes': {
|
|
@@ -3356,6 +3443,7 @@ declare const css: <Composers extends (string | _stitches_react_types_util.Funct
|
|
|
3356
3443
|
'z-indices': {
|
|
3357
3444
|
readonly 'dropdown-menu': 100;
|
|
3358
3445
|
readonly select: 200;
|
|
3446
|
+
readonly calendar: 200;
|
|
3359
3447
|
readonly popover: 300;
|
|
3360
3448
|
readonly tooltip: 400;
|
|
3361
3449
|
};
|
|
@@ -4112,7 +4200,6 @@ declare const globalCss: <Styles extends {
|
|
|
4112
4200
|
"teal-background-mild"?: any;
|
|
4113
4201
|
"teal-background-prominent"?: any;
|
|
4114
4202
|
"teal-background-subtle"?: any;
|
|
4115
|
-
"test-test"?: any;
|
|
4116
4203
|
"coal-border"?: any;
|
|
4117
4204
|
"coal-border-prominent"?: any;
|
|
4118
4205
|
"coal-border-subtle"?: any;
|
|
@@ -4210,48 +4297,70 @@ declare const globalCss: <Styles extends {
|
|
|
4210
4297
|
"sunshine-sticky-background"?: any;
|
|
4211
4298
|
"teal-sticky-background"?: any;
|
|
4212
4299
|
"coal-icon"?: any;
|
|
4300
|
+
"coal-icon-mild"?: any;
|
|
4213
4301
|
"coal-icon-subtle"?: any;
|
|
4214
4302
|
"coral-icon"?: any;
|
|
4303
|
+
"coral-icon-mild"?: any;
|
|
4215
4304
|
"coral-icon-subtle"?: any;
|
|
4216
4305
|
"cyan-icon"?: any;
|
|
4306
|
+
"cyan-icon-mild"?: any;
|
|
4217
4307
|
"cyan-icon-subtle"?: any;
|
|
4218
4308
|
"lilac-icon"?: any;
|
|
4309
|
+
"lilac-icon-mild"?: any;
|
|
4219
4310
|
"lilac-icon-subtle"?: any;
|
|
4220
4311
|
"lime-icon"?: any;
|
|
4312
|
+
"lime-icon-mild"?: any;
|
|
4221
4313
|
"lime-icon-subtle"?: any;
|
|
4222
4314
|
"moss-icon"?: any;
|
|
4315
|
+
"moss-icon-mild"?: any;
|
|
4223
4316
|
"moss-icon-subtle"?: any;
|
|
4224
4317
|
"ocean-icon"?: any;
|
|
4318
|
+
"ocean-icon-mild"?: any;
|
|
4225
4319
|
"ocean-icon-subtle"?: any;
|
|
4226
4320
|
"orange-icon"?: any;
|
|
4321
|
+
"orange-icon-mild"?: any;
|
|
4227
4322
|
"orange-icon-subtle"?: any;
|
|
4228
4323
|
"pink-icon"?: any;
|
|
4324
|
+
"pink-icon-mild"?: any;
|
|
4229
4325
|
"pink-icon-subtle"?: any;
|
|
4230
4326
|
"sunshine-icon"?: any;
|
|
4327
|
+
"sunshine-icon-mild"?: any;
|
|
4231
4328
|
"sunshine-icon-subtle"?: any;
|
|
4232
4329
|
"teal-icon"?: any;
|
|
4330
|
+
"teal-icon-mild"?: any;
|
|
4233
4331
|
"teal-icon-subtle"?: any;
|
|
4234
4332
|
"coal-text"?: any;
|
|
4333
|
+
"coal-text-mild"?: any;
|
|
4235
4334
|
"coal-text-subtle"?: any;
|
|
4236
4335
|
"coral-text"?: any;
|
|
4336
|
+
"coral-text-mild"?: any;
|
|
4237
4337
|
"coral-text-subtle"?: any;
|
|
4238
4338
|
"cyan-text"?: any;
|
|
4339
|
+
"cyan-text-mild"?: any;
|
|
4239
4340
|
"cyan-text-subtle"?: any;
|
|
4240
4341
|
"lilac-text"?: any;
|
|
4342
|
+
"lilac-text-mild"?: any;
|
|
4241
4343
|
"lilac-text-subtle"?: any;
|
|
4242
4344
|
"lime-text"?: any;
|
|
4345
|
+
"lime-text-mild"?: any;
|
|
4243
4346
|
"lime-text-subtle"?: any;
|
|
4244
4347
|
"moss-text"?: any;
|
|
4348
|
+
"moss-text-mild"?: any;
|
|
4245
4349
|
"moss-text-subtle"?: any;
|
|
4246
4350
|
"ocean-text"?: any;
|
|
4351
|
+
"ocean-text-mild"?: any;
|
|
4247
4352
|
"ocean-text-subtle"?: any;
|
|
4248
4353
|
"orange-text"?: any;
|
|
4354
|
+
"orange-text-mild"?: any;
|
|
4249
4355
|
"orange-text-subtle"?: any;
|
|
4250
4356
|
"pink-text"?: any;
|
|
4357
|
+
"pink-text-mild"?: any;
|
|
4251
4358
|
"pink-text-subtle"?: any;
|
|
4252
4359
|
"sunshine-text"?: any;
|
|
4360
|
+
"sunshine-text-mild"?: any;
|
|
4253
4361
|
"sunshine-text-subtle"?: any;
|
|
4254
4362
|
"teal-text"?: any;
|
|
4363
|
+
"teal-text-mild"?: any;
|
|
4255
4364
|
"teal-text-subtle"?: any;
|
|
4256
4365
|
};
|
|
4257
4366
|
'font-sizes': {
|
|
@@ -4345,6 +4454,7 @@ declare const globalCss: <Styles extends {
|
|
|
4345
4454
|
'z-indices': {
|
|
4346
4455
|
readonly 'dropdown-menu': 100;
|
|
4347
4456
|
readonly select: 200;
|
|
4457
|
+
readonly calendar: 200;
|
|
4348
4458
|
readonly popover: 300;
|
|
4349
4459
|
readonly tooltip: 400;
|
|
4350
4460
|
};
|
|
@@ -5083,7 +5193,6 @@ declare const globalCss: <Styles extends {
|
|
|
5083
5193
|
"teal-background-mild"?: any;
|
|
5084
5194
|
"teal-background-prominent"?: any;
|
|
5085
5195
|
"teal-background-subtle"?: any;
|
|
5086
|
-
"test-test"?: any;
|
|
5087
5196
|
"coal-border"?: any;
|
|
5088
5197
|
"coal-border-prominent"?: any;
|
|
5089
5198
|
"coal-border-subtle"?: any;
|
|
@@ -5181,48 +5290,70 @@ declare const globalCss: <Styles extends {
|
|
|
5181
5290
|
"sunshine-sticky-background"?: any;
|
|
5182
5291
|
"teal-sticky-background"?: any;
|
|
5183
5292
|
"coal-icon"?: any;
|
|
5293
|
+
"coal-icon-mild"?: any;
|
|
5184
5294
|
"coal-icon-subtle"?: any;
|
|
5185
5295
|
"coral-icon"?: any;
|
|
5296
|
+
"coral-icon-mild"?: any;
|
|
5186
5297
|
"coral-icon-subtle"?: any;
|
|
5187
5298
|
"cyan-icon"?: any;
|
|
5299
|
+
"cyan-icon-mild"?: any;
|
|
5188
5300
|
"cyan-icon-subtle"?: any;
|
|
5189
5301
|
"lilac-icon"?: any;
|
|
5302
|
+
"lilac-icon-mild"?: any;
|
|
5190
5303
|
"lilac-icon-subtle"?: any;
|
|
5191
5304
|
"lime-icon"?: any;
|
|
5305
|
+
"lime-icon-mild"?: any;
|
|
5192
5306
|
"lime-icon-subtle"?: any;
|
|
5193
5307
|
"moss-icon"?: any;
|
|
5308
|
+
"moss-icon-mild"?: any;
|
|
5194
5309
|
"moss-icon-subtle"?: any;
|
|
5195
5310
|
"ocean-icon"?: any;
|
|
5311
|
+
"ocean-icon-mild"?: any;
|
|
5196
5312
|
"ocean-icon-subtle"?: any;
|
|
5197
5313
|
"orange-icon"?: any;
|
|
5314
|
+
"orange-icon-mild"?: any;
|
|
5198
5315
|
"orange-icon-subtle"?: any;
|
|
5199
5316
|
"pink-icon"?: any;
|
|
5317
|
+
"pink-icon-mild"?: any;
|
|
5200
5318
|
"pink-icon-subtle"?: any;
|
|
5201
5319
|
"sunshine-icon"?: any;
|
|
5320
|
+
"sunshine-icon-mild"?: any;
|
|
5202
5321
|
"sunshine-icon-subtle"?: any;
|
|
5203
5322
|
"teal-icon"?: any;
|
|
5323
|
+
"teal-icon-mild"?: any;
|
|
5204
5324
|
"teal-icon-subtle"?: any;
|
|
5205
5325
|
"coal-text"?: any;
|
|
5326
|
+
"coal-text-mild"?: any;
|
|
5206
5327
|
"coal-text-subtle"?: any;
|
|
5207
5328
|
"coral-text"?: any;
|
|
5329
|
+
"coral-text-mild"?: any;
|
|
5208
5330
|
"coral-text-subtle"?: any;
|
|
5209
5331
|
"cyan-text"?: any;
|
|
5332
|
+
"cyan-text-mild"?: any;
|
|
5210
5333
|
"cyan-text-subtle"?: any;
|
|
5211
5334
|
"lilac-text"?: any;
|
|
5335
|
+
"lilac-text-mild"?: any;
|
|
5212
5336
|
"lilac-text-subtle"?: any;
|
|
5213
5337
|
"lime-text"?: any;
|
|
5338
|
+
"lime-text-mild"?: any;
|
|
5214
5339
|
"lime-text-subtle"?: any;
|
|
5215
5340
|
"moss-text"?: any;
|
|
5341
|
+
"moss-text-mild"?: any;
|
|
5216
5342
|
"moss-text-subtle"?: any;
|
|
5217
5343
|
"ocean-text"?: any;
|
|
5344
|
+
"ocean-text-mild"?: any;
|
|
5218
5345
|
"ocean-text-subtle"?: any;
|
|
5219
5346
|
"orange-text"?: any;
|
|
5347
|
+
"orange-text-mild"?: any;
|
|
5220
5348
|
"orange-text-subtle"?: any;
|
|
5221
5349
|
"pink-text"?: any;
|
|
5350
|
+
"pink-text-mild"?: any;
|
|
5222
5351
|
"pink-text-subtle"?: any;
|
|
5223
5352
|
"sunshine-text"?: any;
|
|
5353
|
+
"sunshine-text-mild"?: any;
|
|
5224
5354
|
"sunshine-text-subtle"?: any;
|
|
5225
5355
|
"teal-text"?: any;
|
|
5356
|
+
"teal-text-mild"?: any;
|
|
5226
5357
|
"teal-text-subtle"?: any;
|
|
5227
5358
|
};
|
|
5228
5359
|
'font-sizes': {
|
|
@@ -5316,6 +5447,7 @@ declare const globalCss: <Styles extends {
|
|
|
5316
5447
|
'z-indices': {
|
|
5317
5448
|
readonly 'dropdown-menu': 100;
|
|
5318
5449
|
readonly select: 200;
|
|
5450
|
+
readonly calendar: 200;
|
|
5319
5451
|
readonly popover: 300;
|
|
5320
5452
|
readonly tooltip: 400;
|
|
5321
5453
|
};
|
|
@@ -6055,7 +6187,6 @@ declare const keyframes: (style: {
|
|
|
6055
6187
|
"teal-background-mild"?: any;
|
|
6056
6188
|
"teal-background-prominent"?: any;
|
|
6057
6189
|
"teal-background-subtle"?: any;
|
|
6058
|
-
"test-test"?: any;
|
|
6059
6190
|
"coal-border"?: any;
|
|
6060
6191
|
"coal-border-prominent"?: any;
|
|
6061
6192
|
"coal-border-subtle"?: any;
|
|
@@ -6153,48 +6284,70 @@ declare const keyframes: (style: {
|
|
|
6153
6284
|
"sunshine-sticky-background"?: any;
|
|
6154
6285
|
"teal-sticky-background"?: any;
|
|
6155
6286
|
"coal-icon"?: any;
|
|
6287
|
+
"coal-icon-mild"?: any;
|
|
6156
6288
|
"coal-icon-subtle"?: any;
|
|
6157
6289
|
"coral-icon"?: any;
|
|
6290
|
+
"coral-icon-mild"?: any;
|
|
6158
6291
|
"coral-icon-subtle"?: any;
|
|
6159
6292
|
"cyan-icon"?: any;
|
|
6293
|
+
"cyan-icon-mild"?: any;
|
|
6160
6294
|
"cyan-icon-subtle"?: any;
|
|
6161
6295
|
"lilac-icon"?: any;
|
|
6296
|
+
"lilac-icon-mild"?: any;
|
|
6162
6297
|
"lilac-icon-subtle"?: any;
|
|
6163
6298
|
"lime-icon"?: any;
|
|
6299
|
+
"lime-icon-mild"?: any;
|
|
6164
6300
|
"lime-icon-subtle"?: any;
|
|
6165
6301
|
"moss-icon"?: any;
|
|
6302
|
+
"moss-icon-mild"?: any;
|
|
6166
6303
|
"moss-icon-subtle"?: any;
|
|
6167
6304
|
"ocean-icon"?: any;
|
|
6305
|
+
"ocean-icon-mild"?: any;
|
|
6168
6306
|
"ocean-icon-subtle"?: any;
|
|
6169
6307
|
"orange-icon"?: any;
|
|
6308
|
+
"orange-icon-mild"?: any;
|
|
6170
6309
|
"orange-icon-subtle"?: any;
|
|
6171
6310
|
"pink-icon"?: any;
|
|
6311
|
+
"pink-icon-mild"?: any;
|
|
6172
6312
|
"pink-icon-subtle"?: any;
|
|
6173
6313
|
"sunshine-icon"?: any;
|
|
6314
|
+
"sunshine-icon-mild"?: any;
|
|
6174
6315
|
"sunshine-icon-subtle"?: any;
|
|
6175
6316
|
"teal-icon"?: any;
|
|
6317
|
+
"teal-icon-mild"?: any;
|
|
6176
6318
|
"teal-icon-subtle"?: any;
|
|
6177
6319
|
"coal-text"?: any;
|
|
6320
|
+
"coal-text-mild"?: any;
|
|
6178
6321
|
"coal-text-subtle"?: any;
|
|
6179
6322
|
"coral-text"?: any;
|
|
6323
|
+
"coral-text-mild"?: any;
|
|
6180
6324
|
"coral-text-subtle"?: any;
|
|
6181
6325
|
"cyan-text"?: any;
|
|
6326
|
+
"cyan-text-mild"?: any;
|
|
6182
6327
|
"cyan-text-subtle"?: any;
|
|
6183
6328
|
"lilac-text"?: any;
|
|
6329
|
+
"lilac-text-mild"?: any;
|
|
6184
6330
|
"lilac-text-subtle"?: any;
|
|
6185
6331
|
"lime-text"?: any;
|
|
6332
|
+
"lime-text-mild"?: any;
|
|
6186
6333
|
"lime-text-subtle"?: any;
|
|
6187
6334
|
"moss-text"?: any;
|
|
6335
|
+
"moss-text-mild"?: any;
|
|
6188
6336
|
"moss-text-subtle"?: any;
|
|
6189
6337
|
"ocean-text"?: any;
|
|
6338
|
+
"ocean-text-mild"?: any;
|
|
6190
6339
|
"ocean-text-subtle"?: any;
|
|
6191
6340
|
"orange-text"?: any;
|
|
6341
|
+
"orange-text-mild"?: any;
|
|
6192
6342
|
"orange-text-subtle"?: any;
|
|
6193
6343
|
"pink-text"?: any;
|
|
6344
|
+
"pink-text-mild"?: any;
|
|
6194
6345
|
"pink-text-subtle"?: any;
|
|
6195
6346
|
"sunshine-text"?: any;
|
|
6347
|
+
"sunshine-text-mild"?: any;
|
|
6196
6348
|
"sunshine-text-subtle"?: any;
|
|
6197
6349
|
"teal-text"?: any;
|
|
6350
|
+
"teal-text-mild"?: any;
|
|
6198
6351
|
"teal-text-subtle"?: any;
|
|
6199
6352
|
};
|
|
6200
6353
|
'font-sizes': {
|
|
@@ -6288,6 +6441,7 @@ declare const keyframes: (style: {
|
|
|
6288
6441
|
'z-indices': {
|
|
6289
6442
|
readonly 'dropdown-menu': 100;
|
|
6290
6443
|
readonly select: 200;
|
|
6444
|
+
readonly calendar: 200;
|
|
6291
6445
|
readonly popover: 300;
|
|
6292
6446
|
readonly tooltip: 400;
|
|
6293
6447
|
};
|
|
@@ -6708,7 +6862,7 @@ declare const theme: {
|
|
|
6708
6862
|
readonly 'blue-900': "#101633";
|
|
6709
6863
|
readonly 'blue-950': "#0F142E";
|
|
6710
6864
|
readonly 'coal-100': "#F7F7F7";
|
|
6711
|
-
readonly 'coal-150': "#
|
|
6865
|
+
readonly 'coal-150': "#EDEDED";
|
|
6712
6866
|
readonly 'coal-200': "#E7E7E7";
|
|
6713
6867
|
readonly 'coal-250': "#E0E0E0";
|
|
6714
6868
|
readonly 'coal-300': "#DAD8D8";
|
|
@@ -7196,7 +7350,6 @@ declare const theme: {
|
|
|
7196
7350
|
"teal-background-mild"?: _mirohq_design_system_themes.Color | undefined;
|
|
7197
7351
|
"teal-background-prominent"?: _mirohq_design_system_themes.Color | undefined;
|
|
7198
7352
|
"teal-background-subtle"?: _mirohq_design_system_themes.Color | undefined;
|
|
7199
|
-
"test-test"?: _mirohq_design_system_themes.Color | undefined;
|
|
7200
7353
|
"coal-border"?: _mirohq_design_system_themes.Color | undefined;
|
|
7201
7354
|
"coal-border-prominent"?: _mirohq_design_system_themes.Color | undefined;
|
|
7202
7355
|
"coal-border-subtle"?: _mirohq_design_system_themes.Color | undefined;
|
|
@@ -7294,48 +7447,70 @@ declare const theme: {
|
|
|
7294
7447
|
"sunshine-sticky-background"?: _mirohq_design_system_themes.Color | undefined;
|
|
7295
7448
|
"teal-sticky-background"?: _mirohq_design_system_themes.Color | undefined;
|
|
7296
7449
|
"coal-icon"?: _mirohq_design_system_themes.Color | undefined;
|
|
7450
|
+
"coal-icon-mild"?: _mirohq_design_system_themes.Color | undefined;
|
|
7297
7451
|
"coal-icon-subtle"?: _mirohq_design_system_themes.Color | undefined;
|
|
7298
7452
|
"coral-icon"?: _mirohq_design_system_themes.Color | undefined;
|
|
7453
|
+
"coral-icon-mild"?: _mirohq_design_system_themes.Color | undefined;
|
|
7299
7454
|
"coral-icon-subtle"?: _mirohq_design_system_themes.Color | undefined;
|
|
7300
7455
|
"cyan-icon"?: _mirohq_design_system_themes.Color | undefined;
|
|
7456
|
+
"cyan-icon-mild"?: _mirohq_design_system_themes.Color | undefined;
|
|
7301
7457
|
"cyan-icon-subtle"?: _mirohq_design_system_themes.Color | undefined;
|
|
7302
7458
|
"lilac-icon"?: _mirohq_design_system_themes.Color | undefined;
|
|
7459
|
+
"lilac-icon-mild"?: _mirohq_design_system_themes.Color | undefined;
|
|
7303
7460
|
"lilac-icon-subtle"?: _mirohq_design_system_themes.Color | undefined;
|
|
7304
7461
|
"lime-icon"?: _mirohq_design_system_themes.Color | undefined;
|
|
7462
|
+
"lime-icon-mild"?: _mirohq_design_system_themes.Color | undefined;
|
|
7305
7463
|
"lime-icon-subtle"?: _mirohq_design_system_themes.Color | undefined;
|
|
7306
7464
|
"moss-icon"?: _mirohq_design_system_themes.Color | undefined;
|
|
7465
|
+
"moss-icon-mild"?: _mirohq_design_system_themes.Color | undefined;
|
|
7307
7466
|
"moss-icon-subtle"?: _mirohq_design_system_themes.Color | undefined;
|
|
7308
7467
|
"ocean-icon"?: _mirohq_design_system_themes.Color | undefined;
|
|
7468
|
+
"ocean-icon-mild"?: _mirohq_design_system_themes.Color | undefined;
|
|
7309
7469
|
"ocean-icon-subtle"?: _mirohq_design_system_themes.Color | undefined;
|
|
7310
7470
|
"orange-icon"?: _mirohq_design_system_themes.Color | undefined;
|
|
7471
|
+
"orange-icon-mild"?: _mirohq_design_system_themes.Color | undefined;
|
|
7311
7472
|
"orange-icon-subtle"?: _mirohq_design_system_themes.Color | undefined;
|
|
7312
7473
|
"pink-icon"?: _mirohq_design_system_themes.Color | undefined;
|
|
7474
|
+
"pink-icon-mild"?: _mirohq_design_system_themes.Color | undefined;
|
|
7313
7475
|
"pink-icon-subtle"?: _mirohq_design_system_themes.Color | undefined;
|
|
7314
7476
|
"sunshine-icon"?: _mirohq_design_system_themes.Color | undefined;
|
|
7477
|
+
"sunshine-icon-mild"?: _mirohq_design_system_themes.Color | undefined;
|
|
7315
7478
|
"sunshine-icon-subtle"?: _mirohq_design_system_themes.Color | undefined;
|
|
7316
7479
|
"teal-icon"?: _mirohq_design_system_themes.Color | undefined;
|
|
7480
|
+
"teal-icon-mild"?: _mirohq_design_system_themes.Color | undefined;
|
|
7317
7481
|
"teal-icon-subtle"?: _mirohq_design_system_themes.Color | undefined;
|
|
7318
7482
|
"coal-text"?: _mirohq_design_system_themes.Color | undefined;
|
|
7483
|
+
"coal-text-mild"?: _mirohq_design_system_themes.Color | undefined;
|
|
7319
7484
|
"coal-text-subtle"?: _mirohq_design_system_themes.Color | undefined;
|
|
7320
7485
|
"coral-text"?: _mirohq_design_system_themes.Color | undefined;
|
|
7486
|
+
"coral-text-mild"?: _mirohq_design_system_themes.Color | undefined;
|
|
7321
7487
|
"coral-text-subtle"?: _mirohq_design_system_themes.Color | undefined;
|
|
7322
7488
|
"cyan-text"?: _mirohq_design_system_themes.Color | undefined;
|
|
7489
|
+
"cyan-text-mild"?: _mirohq_design_system_themes.Color | undefined;
|
|
7323
7490
|
"cyan-text-subtle"?: _mirohq_design_system_themes.Color | undefined;
|
|
7324
7491
|
"lilac-text"?: _mirohq_design_system_themes.Color | undefined;
|
|
7492
|
+
"lilac-text-mild"?: _mirohq_design_system_themes.Color | undefined;
|
|
7325
7493
|
"lilac-text-subtle"?: _mirohq_design_system_themes.Color | undefined;
|
|
7326
7494
|
"lime-text"?: _mirohq_design_system_themes.Color | undefined;
|
|
7495
|
+
"lime-text-mild"?: _mirohq_design_system_themes.Color | undefined;
|
|
7327
7496
|
"lime-text-subtle"?: _mirohq_design_system_themes.Color | undefined;
|
|
7328
7497
|
"moss-text"?: _mirohq_design_system_themes.Color | undefined;
|
|
7498
|
+
"moss-text-mild"?: _mirohq_design_system_themes.Color | undefined;
|
|
7329
7499
|
"moss-text-subtle"?: _mirohq_design_system_themes.Color | undefined;
|
|
7330
7500
|
"ocean-text"?: _mirohq_design_system_themes.Color | undefined;
|
|
7501
|
+
"ocean-text-mild"?: _mirohq_design_system_themes.Color | undefined;
|
|
7331
7502
|
"ocean-text-subtle"?: _mirohq_design_system_themes.Color | undefined;
|
|
7332
7503
|
"orange-text"?: _mirohq_design_system_themes.Color | undefined;
|
|
7504
|
+
"orange-text-mild"?: _mirohq_design_system_themes.Color | undefined;
|
|
7333
7505
|
"orange-text-subtle"?: _mirohq_design_system_themes.Color | undefined;
|
|
7334
7506
|
"pink-text"?: _mirohq_design_system_themes.Color | undefined;
|
|
7507
|
+
"pink-text-mild"?: _mirohq_design_system_themes.Color | undefined;
|
|
7335
7508
|
"pink-text-subtle"?: _mirohq_design_system_themes.Color | undefined;
|
|
7336
7509
|
"sunshine-text"?: _mirohq_design_system_themes.Color | undefined;
|
|
7510
|
+
"sunshine-text-mild"?: _mirohq_design_system_themes.Color | undefined;
|
|
7337
7511
|
"sunshine-text-subtle"?: _mirohq_design_system_themes.Color | undefined;
|
|
7338
7512
|
"teal-text"?: _mirohq_design_system_themes.Color | undefined;
|
|
7513
|
+
"teal-text-mild"?: _mirohq_design_system_themes.Color | undefined;
|
|
7339
7514
|
"teal-text-subtle"?: _mirohq_design_system_themes.Color | undefined;
|
|
7340
7515
|
};
|
|
7341
7516
|
'font-sizes': {
|
|
@@ -7429,6 +7604,7 @@ declare const theme: {
|
|
|
7429
7604
|
'z-indices': {
|
|
7430
7605
|
readonly 'dropdown-menu': 100;
|
|
7431
7606
|
readonly select: 200;
|
|
7607
|
+
readonly calendar: 200;
|
|
7432
7608
|
readonly popover: 300;
|
|
7433
7609
|
readonly tooltip: 400;
|
|
7434
7610
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-stitches",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.30",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"lodash.merge": "^4.6.2",
|
|
30
|
+
"@mirohq/design-system-themes": "^0.13.1",
|
|
30
31
|
"@mirohq/design-system-types": "^0.10.0",
|
|
31
|
-
"@mirohq/design-
|
|
32
|
-
"@mirohq/design-tokens": "^6.4.1"
|
|
32
|
+
"@mirohq/design-tokens": "^6.5.1"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@types/lodash.merge": "^4.6.7"
|