@mirohq/design-system-stitches 2.6.28 → 2.6.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/types.d.ts +177 -1
  2. package/package.json +3 -3
package/dist/types.d.ts CHANGED
@@ -661,48 +661,70 @@ declare const config: {
661
661
  "sunshine-sticky-background"?: any;
662
662
  "teal-sticky-background"?: any;
663
663
  "coal-icon"?: any;
664
+ "coal-icon-mild"?: any;
664
665
  "coal-icon-subtle"?: any;
665
666
  "coral-icon"?: any;
667
+ "coral-icon-mild"?: any;
666
668
  "coral-icon-subtle"?: any;
667
669
  "cyan-icon"?: any;
670
+ "cyan-icon-mild"?: any;
668
671
  "cyan-icon-subtle"?: any;
669
672
  "lilac-icon"?: any;
673
+ "lilac-icon-mild"?: any;
670
674
  "lilac-icon-subtle"?: any;
671
675
  "lime-icon"?: any;
676
+ "lime-icon-mild"?: any;
672
677
  "lime-icon-subtle"?: any;
673
678
  "moss-icon"?: any;
679
+ "moss-icon-mild"?: any;
674
680
  "moss-icon-subtle"?: any;
675
681
  "ocean-icon"?: any;
682
+ "ocean-icon-mild"?: any;
676
683
  "ocean-icon-subtle"?: any;
677
684
  "orange-icon"?: any;
685
+ "orange-icon-mild"?: any;
678
686
  "orange-icon-subtle"?: any;
679
687
  "pink-icon"?: any;
688
+ "pink-icon-mild"?: any;
680
689
  "pink-icon-subtle"?: any;
681
690
  "sunshine-icon"?: any;
691
+ "sunshine-icon-mild"?: any;
682
692
  "sunshine-icon-subtle"?: any;
683
693
  "teal-icon"?: any;
694
+ "teal-icon-mild"?: any;
684
695
  "teal-icon-subtle"?: any;
685
696
  "coal-text"?: any;
697
+ "coal-text-mild"?: any;
686
698
  "coal-text-subtle"?: any;
687
699
  "coral-text"?: any;
700
+ "coral-text-mild"?: any;
688
701
  "coral-text-subtle"?: any;
689
702
  "cyan-text"?: any;
703
+ "cyan-text-mild"?: any;
690
704
  "cyan-text-subtle"?: any;
691
705
  "lilac-text"?: any;
706
+ "lilac-text-mild"?: any;
692
707
  "lilac-text-subtle"?: any;
693
708
  "lime-text"?: any;
709
+ "lime-text-mild"?: any;
694
710
  "lime-text-subtle"?: any;
695
711
  "moss-text"?: any;
712
+ "moss-text-mild"?: any;
696
713
  "moss-text-subtle"?: any;
697
714
  "ocean-text"?: any;
715
+ "ocean-text-mild"?: any;
698
716
  "ocean-text-subtle"?: any;
699
717
  "orange-text"?: any;
718
+ "orange-text-mild"?: any;
700
719
  "orange-text-subtle"?: any;
701
720
  "pink-text"?: any;
721
+ "pink-text-mild"?: any;
702
722
  "pink-text-subtle"?: any;
703
723
  "sunshine-text"?: any;
724
+ "sunshine-text-mild"?: any;
704
725
  "sunshine-text-subtle"?: any;
705
726
  "teal-text"?: any;
727
+ "teal-text-mild"?: any;
706
728
  "teal-text-subtle"?: any;
707
729
  };
708
730
  'font-sizes': {
@@ -1635,48 +1657,70 @@ declare const createTheme: <Argument0 extends string | ({
1635
1657
  "sunshine-sticky-background"?: string | number | boolean | undefined;
1636
1658
  "teal-sticky-background"?: string | number | boolean | undefined;
1637
1659
  "coal-icon"?: string | number | boolean | undefined;
1660
+ "coal-icon-mild"?: string | number | boolean | undefined;
1638
1661
  "coal-icon-subtle"?: string | number | boolean | undefined;
1639
1662
  "coral-icon"?: string | number | boolean | undefined;
1663
+ "coral-icon-mild"?: string | number | boolean | undefined;
1640
1664
  "coral-icon-subtle"?: string | number | boolean | undefined;
1641
1665
  "cyan-icon"?: string | number | boolean | undefined;
1666
+ "cyan-icon-mild"?: string | number | boolean | undefined;
1642
1667
  "cyan-icon-subtle"?: string | number | boolean | undefined;
1643
1668
  "lilac-icon"?: string | number | boolean | undefined;
1669
+ "lilac-icon-mild"?: string | number | boolean | undefined;
1644
1670
  "lilac-icon-subtle"?: string | number | boolean | undefined;
1645
1671
  "lime-icon"?: string | number | boolean | undefined;
1672
+ "lime-icon-mild"?: string | number | boolean | undefined;
1646
1673
  "lime-icon-subtle"?: string | number | boolean | undefined;
1647
1674
  "moss-icon"?: string | number | boolean | undefined;
1675
+ "moss-icon-mild"?: string | number | boolean | undefined;
1648
1676
  "moss-icon-subtle"?: string | number | boolean | undefined;
1649
1677
  "ocean-icon"?: string | number | boolean | undefined;
1678
+ "ocean-icon-mild"?: string | number | boolean | undefined;
1650
1679
  "ocean-icon-subtle"?: string | number | boolean | undefined;
1651
1680
  "orange-icon"?: string | number | boolean | undefined;
1681
+ "orange-icon-mild"?: string | number | boolean | undefined;
1652
1682
  "orange-icon-subtle"?: string | number | boolean | undefined;
1653
1683
  "pink-icon"?: string | number | boolean | undefined;
1684
+ "pink-icon-mild"?: string | number | boolean | undefined;
1654
1685
  "pink-icon-subtle"?: string | number | boolean | undefined;
1655
1686
  "sunshine-icon"?: string | number | boolean | undefined;
1687
+ "sunshine-icon-mild"?: string | number | boolean | undefined;
1656
1688
  "sunshine-icon-subtle"?: string | number | boolean | undefined;
1657
1689
  "teal-icon"?: string | number | boolean | undefined;
1690
+ "teal-icon-mild"?: string | number | boolean | undefined;
1658
1691
  "teal-icon-subtle"?: string | number | boolean | undefined;
1659
1692
  "coal-text"?: string | number | boolean | undefined;
1693
+ "coal-text-mild"?: string | number | boolean | undefined;
1660
1694
  "coal-text-subtle"?: string | number | boolean | undefined;
1661
1695
  "coral-text"?: string | number | boolean | undefined;
1696
+ "coral-text-mild"?: string | number | boolean | undefined;
1662
1697
  "coral-text-subtle"?: string | number | boolean | undefined;
1663
1698
  "cyan-text"?: string | number | boolean | undefined;
1699
+ "cyan-text-mild"?: string | number | boolean | undefined;
1664
1700
  "cyan-text-subtle"?: string | number | boolean | undefined;
1665
1701
  "lilac-text"?: string | number | boolean | undefined;
1702
+ "lilac-text-mild"?: string | number | boolean | undefined;
1666
1703
  "lilac-text-subtle"?: string | number | boolean | undefined;
1667
1704
  "lime-text"?: string | number | boolean | undefined;
1705
+ "lime-text-mild"?: string | number | boolean | undefined;
1668
1706
  "lime-text-subtle"?: string | number | boolean | undefined;
1669
1707
  "moss-text"?: string | number | boolean | undefined;
1708
+ "moss-text-mild"?: string | number | boolean | undefined;
1670
1709
  "moss-text-subtle"?: string | number | boolean | undefined;
1671
1710
  "ocean-text"?: string | number | boolean | undefined;
1711
+ "ocean-text-mild"?: string | number | boolean | undefined;
1672
1712
  "ocean-text-subtle"?: string | number | boolean | undefined;
1673
1713
  "orange-text"?: string | number | boolean | undefined;
1714
+ "orange-text-mild"?: string | number | boolean | undefined;
1674
1715
  "orange-text-subtle"?: string | number | boolean | undefined;
1675
1716
  "pink-text"?: string | number | boolean | undefined;
1717
+ "pink-text-mild"?: string | number | boolean | undefined;
1676
1718
  "pink-text-subtle"?: string | number | boolean | undefined;
1677
1719
  "sunshine-text"?: string | number | boolean | undefined;
1720
+ "sunshine-text-mild"?: string | number | boolean | undefined;
1678
1721
  "sunshine-text-subtle"?: string | number | boolean | undefined;
1679
1722
  "teal-text"?: string | number | boolean | undefined;
1723
+ "teal-text-mild"?: string | number | boolean | undefined;
1680
1724
  "teal-text-subtle"?: string | number | boolean | undefined;
1681
1725
  } | undefined;
1682
1726
  'font-sizes'?: {
@@ -2425,48 +2469,70 @@ declare const createTheme: <Argument0 extends string | ({
2425
2469
  "sunshine-sticky-background"?: string | number | boolean | undefined;
2426
2470
  "teal-sticky-background"?: string | number | boolean | undefined;
2427
2471
  "coal-icon"?: string | number | boolean | undefined;
2472
+ "coal-icon-mild"?: string | number | boolean | undefined;
2428
2473
  "coal-icon-subtle"?: string | number | boolean | undefined;
2429
2474
  "coral-icon"?: string | number | boolean | undefined;
2475
+ "coral-icon-mild"?: string | number | boolean | undefined;
2430
2476
  "coral-icon-subtle"?: string | number | boolean | undefined;
2431
2477
  "cyan-icon"?: string | number | boolean | undefined;
2478
+ "cyan-icon-mild"?: string | number | boolean | undefined;
2432
2479
  "cyan-icon-subtle"?: string | number | boolean | undefined;
2433
2480
  "lilac-icon"?: string | number | boolean | undefined;
2481
+ "lilac-icon-mild"?: string | number | boolean | undefined;
2434
2482
  "lilac-icon-subtle"?: string | number | boolean | undefined;
2435
2483
  "lime-icon"?: string | number | boolean | undefined;
2484
+ "lime-icon-mild"?: string | number | boolean | undefined;
2436
2485
  "lime-icon-subtle"?: string | number | boolean | undefined;
2437
2486
  "moss-icon"?: string | number | boolean | undefined;
2487
+ "moss-icon-mild"?: string | number | boolean | undefined;
2438
2488
  "moss-icon-subtle"?: string | number | boolean | undefined;
2439
2489
  "ocean-icon"?: string | number | boolean | undefined;
2490
+ "ocean-icon-mild"?: string | number | boolean | undefined;
2440
2491
  "ocean-icon-subtle"?: string | number | boolean | undefined;
2441
2492
  "orange-icon"?: string | number | boolean | undefined;
2493
+ "orange-icon-mild"?: string | number | boolean | undefined;
2442
2494
  "orange-icon-subtle"?: string | number | boolean | undefined;
2443
2495
  "pink-icon"?: string | number | boolean | undefined;
2496
+ "pink-icon-mild"?: string | number | boolean | undefined;
2444
2497
  "pink-icon-subtle"?: string | number | boolean | undefined;
2445
2498
  "sunshine-icon"?: string | number | boolean | undefined;
2499
+ "sunshine-icon-mild"?: string | number | boolean | undefined;
2446
2500
  "sunshine-icon-subtle"?: string | number | boolean | undefined;
2447
2501
  "teal-icon"?: string | number | boolean | undefined;
2502
+ "teal-icon-mild"?: string | number | boolean | undefined;
2448
2503
  "teal-icon-subtle"?: string | number | boolean | undefined;
2449
2504
  "coal-text"?: string | number | boolean | undefined;
2505
+ "coal-text-mild"?: string | number | boolean | undefined;
2450
2506
  "coal-text-subtle"?: string | number | boolean | undefined;
2451
2507
  "coral-text"?: string | number | boolean | undefined;
2508
+ "coral-text-mild"?: string | number | boolean | undefined;
2452
2509
  "coral-text-subtle"?: string | number | boolean | undefined;
2453
2510
  "cyan-text"?: string | number | boolean | undefined;
2511
+ "cyan-text-mild"?: string | number | boolean | undefined;
2454
2512
  "cyan-text-subtle"?: string | number | boolean | undefined;
2455
2513
  "lilac-text"?: string | number | boolean | undefined;
2514
+ "lilac-text-mild"?: string | number | boolean | undefined;
2456
2515
  "lilac-text-subtle"?: string | number | boolean | undefined;
2457
2516
  "lime-text"?: string | number | boolean | undefined;
2517
+ "lime-text-mild"?: string | number | boolean | undefined;
2458
2518
  "lime-text-subtle"?: string | number | boolean | undefined;
2459
2519
  "moss-text"?: string | number | boolean | undefined;
2520
+ "moss-text-mild"?: string | number | boolean | undefined;
2460
2521
  "moss-text-subtle"?: string | number | boolean | undefined;
2461
2522
  "ocean-text"?: string | number | boolean | undefined;
2523
+ "ocean-text-mild"?: string | number | boolean | undefined;
2462
2524
  "ocean-text-subtle"?: string | number | boolean | undefined;
2463
2525
  "orange-text"?: string | number | boolean | undefined;
2526
+ "orange-text-mild"?: string | number | boolean | undefined;
2464
2527
  "orange-text-subtle"?: string | number | boolean | undefined;
2465
2528
  "pink-text"?: string | number | boolean | undefined;
2529
+ "pink-text-mild"?: string | number | boolean | undefined;
2466
2530
  "pink-text-subtle"?: string | number | boolean | undefined;
2467
2531
  "sunshine-text"?: string | number | boolean | undefined;
2532
+ "sunshine-text-mild"?: string | number | boolean | undefined;
2468
2533
  "sunshine-text-subtle"?: string | number | boolean | undefined;
2469
2534
  "teal-text"?: string | number | boolean | undefined;
2535
+ "teal-text-mild"?: string | number | boolean | undefined;
2470
2536
  "teal-text-subtle"?: string | number | boolean | undefined;
2471
2537
  } | undefined;
2472
2538
  'font-sizes'?: {
@@ -3221,48 +3287,70 @@ declare const css: <Composers extends (string | _stitches_react_types_util.Funct
3221
3287
  "sunshine-sticky-background"?: any;
3222
3288
  "teal-sticky-background"?: any;
3223
3289
  "coal-icon"?: any;
3290
+ "coal-icon-mild"?: any;
3224
3291
  "coal-icon-subtle"?: any;
3225
3292
  "coral-icon"?: any;
3293
+ "coral-icon-mild"?: any;
3226
3294
  "coral-icon-subtle"?: any;
3227
3295
  "cyan-icon"?: any;
3296
+ "cyan-icon-mild"?: any;
3228
3297
  "cyan-icon-subtle"?: any;
3229
3298
  "lilac-icon"?: any;
3299
+ "lilac-icon-mild"?: any;
3230
3300
  "lilac-icon-subtle"?: any;
3231
3301
  "lime-icon"?: any;
3302
+ "lime-icon-mild"?: any;
3232
3303
  "lime-icon-subtle"?: any;
3233
3304
  "moss-icon"?: any;
3305
+ "moss-icon-mild"?: any;
3234
3306
  "moss-icon-subtle"?: any;
3235
3307
  "ocean-icon"?: any;
3308
+ "ocean-icon-mild"?: any;
3236
3309
  "ocean-icon-subtle"?: any;
3237
3310
  "orange-icon"?: any;
3311
+ "orange-icon-mild"?: any;
3238
3312
  "orange-icon-subtle"?: any;
3239
3313
  "pink-icon"?: any;
3314
+ "pink-icon-mild"?: any;
3240
3315
  "pink-icon-subtle"?: any;
3241
3316
  "sunshine-icon"?: any;
3317
+ "sunshine-icon-mild"?: any;
3242
3318
  "sunshine-icon-subtle"?: any;
3243
3319
  "teal-icon"?: any;
3320
+ "teal-icon-mild"?: any;
3244
3321
  "teal-icon-subtle"?: any;
3245
3322
  "coal-text"?: any;
3323
+ "coal-text-mild"?: any;
3246
3324
  "coal-text-subtle"?: any;
3247
3325
  "coral-text"?: any;
3326
+ "coral-text-mild"?: any;
3248
3327
  "coral-text-subtle"?: any;
3249
3328
  "cyan-text"?: any;
3329
+ "cyan-text-mild"?: any;
3250
3330
  "cyan-text-subtle"?: any;
3251
3331
  "lilac-text"?: any;
3332
+ "lilac-text-mild"?: any;
3252
3333
  "lilac-text-subtle"?: any;
3253
3334
  "lime-text"?: any;
3335
+ "lime-text-mild"?: any;
3254
3336
  "lime-text-subtle"?: any;
3255
3337
  "moss-text"?: any;
3338
+ "moss-text-mild"?: any;
3256
3339
  "moss-text-subtle"?: any;
3257
3340
  "ocean-text"?: any;
3341
+ "ocean-text-mild"?: any;
3258
3342
  "ocean-text-subtle"?: any;
3259
3343
  "orange-text"?: any;
3344
+ "orange-text-mild"?: any;
3260
3345
  "orange-text-subtle"?: any;
3261
3346
  "pink-text"?: any;
3347
+ "pink-text-mild"?: any;
3262
3348
  "pink-text-subtle"?: any;
3263
3349
  "sunshine-text"?: any;
3350
+ "sunshine-text-mild"?: any;
3264
3351
  "sunshine-text-subtle"?: any;
3265
3352
  "teal-text"?: any;
3353
+ "teal-text-mild"?: any;
3266
3354
  "teal-text-subtle"?: any;
3267
3355
  };
3268
3356
  'font-sizes': {
@@ -4210,48 +4298,70 @@ declare const globalCss: <Styles extends {
4210
4298
  "sunshine-sticky-background"?: any;
4211
4299
  "teal-sticky-background"?: any;
4212
4300
  "coal-icon"?: any;
4301
+ "coal-icon-mild"?: any;
4213
4302
  "coal-icon-subtle"?: any;
4214
4303
  "coral-icon"?: any;
4304
+ "coral-icon-mild"?: any;
4215
4305
  "coral-icon-subtle"?: any;
4216
4306
  "cyan-icon"?: any;
4307
+ "cyan-icon-mild"?: any;
4217
4308
  "cyan-icon-subtle"?: any;
4218
4309
  "lilac-icon"?: any;
4310
+ "lilac-icon-mild"?: any;
4219
4311
  "lilac-icon-subtle"?: any;
4220
4312
  "lime-icon"?: any;
4313
+ "lime-icon-mild"?: any;
4221
4314
  "lime-icon-subtle"?: any;
4222
4315
  "moss-icon"?: any;
4316
+ "moss-icon-mild"?: any;
4223
4317
  "moss-icon-subtle"?: any;
4224
4318
  "ocean-icon"?: any;
4319
+ "ocean-icon-mild"?: any;
4225
4320
  "ocean-icon-subtle"?: any;
4226
4321
  "orange-icon"?: any;
4322
+ "orange-icon-mild"?: any;
4227
4323
  "orange-icon-subtle"?: any;
4228
4324
  "pink-icon"?: any;
4325
+ "pink-icon-mild"?: any;
4229
4326
  "pink-icon-subtle"?: any;
4230
4327
  "sunshine-icon"?: any;
4328
+ "sunshine-icon-mild"?: any;
4231
4329
  "sunshine-icon-subtle"?: any;
4232
4330
  "teal-icon"?: any;
4331
+ "teal-icon-mild"?: any;
4233
4332
  "teal-icon-subtle"?: any;
4234
4333
  "coal-text"?: any;
4334
+ "coal-text-mild"?: any;
4235
4335
  "coal-text-subtle"?: any;
4236
4336
  "coral-text"?: any;
4337
+ "coral-text-mild"?: any;
4237
4338
  "coral-text-subtle"?: any;
4238
4339
  "cyan-text"?: any;
4340
+ "cyan-text-mild"?: any;
4239
4341
  "cyan-text-subtle"?: any;
4240
4342
  "lilac-text"?: any;
4343
+ "lilac-text-mild"?: any;
4241
4344
  "lilac-text-subtle"?: any;
4242
4345
  "lime-text"?: any;
4346
+ "lime-text-mild"?: any;
4243
4347
  "lime-text-subtle"?: any;
4244
4348
  "moss-text"?: any;
4349
+ "moss-text-mild"?: any;
4245
4350
  "moss-text-subtle"?: any;
4246
4351
  "ocean-text"?: any;
4352
+ "ocean-text-mild"?: any;
4247
4353
  "ocean-text-subtle"?: any;
4248
4354
  "orange-text"?: any;
4355
+ "orange-text-mild"?: any;
4249
4356
  "orange-text-subtle"?: any;
4250
4357
  "pink-text"?: any;
4358
+ "pink-text-mild"?: any;
4251
4359
  "pink-text-subtle"?: any;
4252
4360
  "sunshine-text"?: any;
4361
+ "sunshine-text-mild"?: any;
4253
4362
  "sunshine-text-subtle"?: any;
4254
4363
  "teal-text"?: any;
4364
+ "teal-text-mild"?: any;
4255
4365
  "teal-text-subtle"?: any;
4256
4366
  };
4257
4367
  'font-sizes': {
@@ -5181,48 +5291,70 @@ declare const globalCss: <Styles extends {
5181
5291
  "sunshine-sticky-background"?: any;
5182
5292
  "teal-sticky-background"?: any;
5183
5293
  "coal-icon"?: any;
5294
+ "coal-icon-mild"?: any;
5184
5295
  "coal-icon-subtle"?: any;
5185
5296
  "coral-icon"?: any;
5297
+ "coral-icon-mild"?: any;
5186
5298
  "coral-icon-subtle"?: any;
5187
5299
  "cyan-icon"?: any;
5300
+ "cyan-icon-mild"?: any;
5188
5301
  "cyan-icon-subtle"?: any;
5189
5302
  "lilac-icon"?: any;
5303
+ "lilac-icon-mild"?: any;
5190
5304
  "lilac-icon-subtle"?: any;
5191
5305
  "lime-icon"?: any;
5306
+ "lime-icon-mild"?: any;
5192
5307
  "lime-icon-subtle"?: any;
5193
5308
  "moss-icon"?: any;
5309
+ "moss-icon-mild"?: any;
5194
5310
  "moss-icon-subtle"?: any;
5195
5311
  "ocean-icon"?: any;
5312
+ "ocean-icon-mild"?: any;
5196
5313
  "ocean-icon-subtle"?: any;
5197
5314
  "orange-icon"?: any;
5315
+ "orange-icon-mild"?: any;
5198
5316
  "orange-icon-subtle"?: any;
5199
5317
  "pink-icon"?: any;
5318
+ "pink-icon-mild"?: any;
5200
5319
  "pink-icon-subtle"?: any;
5201
5320
  "sunshine-icon"?: any;
5321
+ "sunshine-icon-mild"?: any;
5202
5322
  "sunshine-icon-subtle"?: any;
5203
5323
  "teal-icon"?: any;
5324
+ "teal-icon-mild"?: any;
5204
5325
  "teal-icon-subtle"?: any;
5205
5326
  "coal-text"?: any;
5327
+ "coal-text-mild"?: any;
5206
5328
  "coal-text-subtle"?: any;
5207
5329
  "coral-text"?: any;
5330
+ "coral-text-mild"?: any;
5208
5331
  "coral-text-subtle"?: any;
5209
5332
  "cyan-text"?: any;
5333
+ "cyan-text-mild"?: any;
5210
5334
  "cyan-text-subtle"?: any;
5211
5335
  "lilac-text"?: any;
5336
+ "lilac-text-mild"?: any;
5212
5337
  "lilac-text-subtle"?: any;
5213
5338
  "lime-text"?: any;
5339
+ "lime-text-mild"?: any;
5214
5340
  "lime-text-subtle"?: any;
5215
5341
  "moss-text"?: any;
5342
+ "moss-text-mild"?: any;
5216
5343
  "moss-text-subtle"?: any;
5217
5344
  "ocean-text"?: any;
5345
+ "ocean-text-mild"?: any;
5218
5346
  "ocean-text-subtle"?: any;
5219
5347
  "orange-text"?: any;
5348
+ "orange-text-mild"?: any;
5220
5349
  "orange-text-subtle"?: any;
5221
5350
  "pink-text"?: any;
5351
+ "pink-text-mild"?: any;
5222
5352
  "pink-text-subtle"?: any;
5223
5353
  "sunshine-text"?: any;
5354
+ "sunshine-text-mild"?: any;
5224
5355
  "sunshine-text-subtle"?: any;
5225
5356
  "teal-text"?: any;
5357
+ "teal-text-mild"?: any;
5226
5358
  "teal-text-subtle"?: any;
5227
5359
  };
5228
5360
  'font-sizes': {
@@ -6153,48 +6285,70 @@ declare const keyframes: (style: {
6153
6285
  "sunshine-sticky-background"?: any;
6154
6286
  "teal-sticky-background"?: any;
6155
6287
  "coal-icon"?: any;
6288
+ "coal-icon-mild"?: any;
6156
6289
  "coal-icon-subtle"?: any;
6157
6290
  "coral-icon"?: any;
6291
+ "coral-icon-mild"?: any;
6158
6292
  "coral-icon-subtle"?: any;
6159
6293
  "cyan-icon"?: any;
6294
+ "cyan-icon-mild"?: any;
6160
6295
  "cyan-icon-subtle"?: any;
6161
6296
  "lilac-icon"?: any;
6297
+ "lilac-icon-mild"?: any;
6162
6298
  "lilac-icon-subtle"?: any;
6163
6299
  "lime-icon"?: any;
6300
+ "lime-icon-mild"?: any;
6164
6301
  "lime-icon-subtle"?: any;
6165
6302
  "moss-icon"?: any;
6303
+ "moss-icon-mild"?: any;
6166
6304
  "moss-icon-subtle"?: any;
6167
6305
  "ocean-icon"?: any;
6306
+ "ocean-icon-mild"?: any;
6168
6307
  "ocean-icon-subtle"?: any;
6169
6308
  "orange-icon"?: any;
6309
+ "orange-icon-mild"?: any;
6170
6310
  "orange-icon-subtle"?: any;
6171
6311
  "pink-icon"?: any;
6312
+ "pink-icon-mild"?: any;
6172
6313
  "pink-icon-subtle"?: any;
6173
6314
  "sunshine-icon"?: any;
6315
+ "sunshine-icon-mild"?: any;
6174
6316
  "sunshine-icon-subtle"?: any;
6175
6317
  "teal-icon"?: any;
6318
+ "teal-icon-mild"?: any;
6176
6319
  "teal-icon-subtle"?: any;
6177
6320
  "coal-text"?: any;
6321
+ "coal-text-mild"?: any;
6178
6322
  "coal-text-subtle"?: any;
6179
6323
  "coral-text"?: any;
6324
+ "coral-text-mild"?: any;
6180
6325
  "coral-text-subtle"?: any;
6181
6326
  "cyan-text"?: any;
6327
+ "cyan-text-mild"?: any;
6182
6328
  "cyan-text-subtle"?: any;
6183
6329
  "lilac-text"?: any;
6330
+ "lilac-text-mild"?: any;
6184
6331
  "lilac-text-subtle"?: any;
6185
6332
  "lime-text"?: any;
6333
+ "lime-text-mild"?: any;
6186
6334
  "lime-text-subtle"?: any;
6187
6335
  "moss-text"?: any;
6336
+ "moss-text-mild"?: any;
6188
6337
  "moss-text-subtle"?: any;
6189
6338
  "ocean-text"?: any;
6339
+ "ocean-text-mild"?: any;
6190
6340
  "ocean-text-subtle"?: any;
6191
6341
  "orange-text"?: any;
6342
+ "orange-text-mild"?: any;
6192
6343
  "orange-text-subtle"?: any;
6193
6344
  "pink-text"?: any;
6345
+ "pink-text-mild"?: any;
6194
6346
  "pink-text-subtle"?: any;
6195
6347
  "sunshine-text"?: any;
6348
+ "sunshine-text-mild"?: any;
6196
6349
  "sunshine-text-subtle"?: any;
6197
6350
  "teal-text"?: any;
6351
+ "teal-text-mild"?: any;
6198
6352
  "teal-text-subtle"?: any;
6199
6353
  };
6200
6354
  'font-sizes': {
@@ -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': "#F2F2F2";
6865
+ readonly 'coal-150': "#EDEDED";
6712
6866
  readonly 'coal-200': "#E7E7E7";
6713
6867
  readonly 'coal-250': "#E0E0E0";
6714
6868
  readonly 'coal-300': "#DAD8D8";
@@ -7294,48 +7448,70 @@ declare const theme: {
7294
7448
  "sunshine-sticky-background"?: _mirohq_design_system_themes.Color | undefined;
7295
7449
  "teal-sticky-background"?: _mirohq_design_system_themes.Color | undefined;
7296
7450
  "coal-icon"?: _mirohq_design_system_themes.Color | undefined;
7451
+ "coal-icon-mild"?: _mirohq_design_system_themes.Color | undefined;
7297
7452
  "coal-icon-subtle"?: _mirohq_design_system_themes.Color | undefined;
7298
7453
  "coral-icon"?: _mirohq_design_system_themes.Color | undefined;
7454
+ "coral-icon-mild"?: _mirohq_design_system_themes.Color | undefined;
7299
7455
  "coral-icon-subtle"?: _mirohq_design_system_themes.Color | undefined;
7300
7456
  "cyan-icon"?: _mirohq_design_system_themes.Color | undefined;
7457
+ "cyan-icon-mild"?: _mirohq_design_system_themes.Color | undefined;
7301
7458
  "cyan-icon-subtle"?: _mirohq_design_system_themes.Color | undefined;
7302
7459
  "lilac-icon"?: _mirohq_design_system_themes.Color | undefined;
7460
+ "lilac-icon-mild"?: _mirohq_design_system_themes.Color | undefined;
7303
7461
  "lilac-icon-subtle"?: _mirohq_design_system_themes.Color | undefined;
7304
7462
  "lime-icon"?: _mirohq_design_system_themes.Color | undefined;
7463
+ "lime-icon-mild"?: _mirohq_design_system_themes.Color | undefined;
7305
7464
  "lime-icon-subtle"?: _mirohq_design_system_themes.Color | undefined;
7306
7465
  "moss-icon"?: _mirohq_design_system_themes.Color | undefined;
7466
+ "moss-icon-mild"?: _mirohq_design_system_themes.Color | undefined;
7307
7467
  "moss-icon-subtle"?: _mirohq_design_system_themes.Color | undefined;
7308
7468
  "ocean-icon"?: _mirohq_design_system_themes.Color | undefined;
7469
+ "ocean-icon-mild"?: _mirohq_design_system_themes.Color | undefined;
7309
7470
  "ocean-icon-subtle"?: _mirohq_design_system_themes.Color | undefined;
7310
7471
  "orange-icon"?: _mirohq_design_system_themes.Color | undefined;
7472
+ "orange-icon-mild"?: _mirohq_design_system_themes.Color | undefined;
7311
7473
  "orange-icon-subtle"?: _mirohq_design_system_themes.Color | undefined;
7312
7474
  "pink-icon"?: _mirohq_design_system_themes.Color | undefined;
7475
+ "pink-icon-mild"?: _mirohq_design_system_themes.Color | undefined;
7313
7476
  "pink-icon-subtle"?: _mirohq_design_system_themes.Color | undefined;
7314
7477
  "sunshine-icon"?: _mirohq_design_system_themes.Color | undefined;
7478
+ "sunshine-icon-mild"?: _mirohq_design_system_themes.Color | undefined;
7315
7479
  "sunshine-icon-subtle"?: _mirohq_design_system_themes.Color | undefined;
7316
7480
  "teal-icon"?: _mirohq_design_system_themes.Color | undefined;
7481
+ "teal-icon-mild"?: _mirohq_design_system_themes.Color | undefined;
7317
7482
  "teal-icon-subtle"?: _mirohq_design_system_themes.Color | undefined;
7318
7483
  "coal-text"?: _mirohq_design_system_themes.Color | undefined;
7484
+ "coal-text-mild"?: _mirohq_design_system_themes.Color | undefined;
7319
7485
  "coal-text-subtle"?: _mirohq_design_system_themes.Color | undefined;
7320
7486
  "coral-text"?: _mirohq_design_system_themes.Color | undefined;
7487
+ "coral-text-mild"?: _mirohq_design_system_themes.Color | undefined;
7321
7488
  "coral-text-subtle"?: _mirohq_design_system_themes.Color | undefined;
7322
7489
  "cyan-text"?: _mirohq_design_system_themes.Color | undefined;
7490
+ "cyan-text-mild"?: _mirohq_design_system_themes.Color | undefined;
7323
7491
  "cyan-text-subtle"?: _mirohq_design_system_themes.Color | undefined;
7324
7492
  "lilac-text"?: _mirohq_design_system_themes.Color | undefined;
7493
+ "lilac-text-mild"?: _mirohq_design_system_themes.Color | undefined;
7325
7494
  "lilac-text-subtle"?: _mirohq_design_system_themes.Color | undefined;
7326
7495
  "lime-text"?: _mirohq_design_system_themes.Color | undefined;
7496
+ "lime-text-mild"?: _mirohq_design_system_themes.Color | undefined;
7327
7497
  "lime-text-subtle"?: _mirohq_design_system_themes.Color | undefined;
7328
7498
  "moss-text"?: _mirohq_design_system_themes.Color | undefined;
7499
+ "moss-text-mild"?: _mirohq_design_system_themes.Color | undefined;
7329
7500
  "moss-text-subtle"?: _mirohq_design_system_themes.Color | undefined;
7330
7501
  "ocean-text"?: _mirohq_design_system_themes.Color | undefined;
7502
+ "ocean-text-mild"?: _mirohq_design_system_themes.Color | undefined;
7331
7503
  "ocean-text-subtle"?: _mirohq_design_system_themes.Color | undefined;
7332
7504
  "orange-text"?: _mirohq_design_system_themes.Color | undefined;
7505
+ "orange-text-mild"?: _mirohq_design_system_themes.Color | undefined;
7333
7506
  "orange-text-subtle"?: _mirohq_design_system_themes.Color | undefined;
7334
7507
  "pink-text"?: _mirohq_design_system_themes.Color | undefined;
7508
+ "pink-text-mild"?: _mirohq_design_system_themes.Color | undefined;
7335
7509
  "pink-text-subtle"?: _mirohq_design_system_themes.Color | undefined;
7336
7510
  "sunshine-text"?: _mirohq_design_system_themes.Color | undefined;
7511
+ "sunshine-text-mild"?: _mirohq_design_system_themes.Color | undefined;
7337
7512
  "sunshine-text-subtle"?: _mirohq_design_system_themes.Color | undefined;
7338
7513
  "teal-text"?: _mirohq_design_system_themes.Color | undefined;
7514
+ "teal-text-mild"?: _mirohq_design_system_themes.Color | undefined;
7339
7515
  "teal-text-subtle"?: _mirohq_design_system_themes.Color | undefined;
7340
7516
  };
7341
7517
  'font-sizes': {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-stitches",
3
- "version": "2.6.28",
3
+ "version": "2.6.29",
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.0",
30
31
  "@mirohq/design-system-types": "^0.10.0",
31
- "@mirohq/design-system-themes": "^0.12.0",
32
- "@mirohq/design-tokens": "^6.4.1"
32
+ "@mirohq/design-tokens": "^6.5.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/lodash.merge": "^4.6.7"