@mirohq/design-system-stitches 2.6.38 → 2.6.40

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 +184 -184
  2. package/package.json +2 -2
package/dist/types.d.ts CHANGED
@@ -624,34 +624,18 @@ declare const config: {
624
624
  "coral-comment-background": /*elided*/ any;
625
625
  "cyan-comment-background": /*elided*/ any;
626
626
  "lime-comment-background": /*elided*/ any;
627
- "border-cursor-coal": /*elided*/ any;
628
- "border-cursor-coal-prominent": /*elided*/ any;
629
- "border-cursor-coral": /*elided*/ any;
630
- "border-cursor-coral-prominent": /*elided*/ any;
631
- "border-cursor-cyan": /*elided*/ any;
632
- "border-cursor-cyan-prominent": /*elided*/ any;
633
- "border-cursor-lilac": /*elided*/ any;
634
- "border-cursor-lilac-prominent": /*elided*/ any;
635
- "border-cursor-lime": /*elided*/ any;
636
- "border-cursor-lime-prominent": /*elided*/ any;
637
- "border-cursor-moss": /*elided*/ any;
638
- "border-cursor-moss-prominent": /*elided*/ any;
639
- "border-cursor-ocean": /*elided*/ any;
640
- "border-cursor-ocean-prominent": /*elided*/ any;
641
- "border-cursor-orange": /*elided*/ any;
642
- "border-cursor-orange-prominent": /*elided*/ any;
643
- "border-cursor-pink": /*elided*/ any;
644
- "border-cursor-pink-prominent": /*elided*/ any;
645
- "border-cursor-sunshine": /*elided*/ any;
646
- "border-cursor-sunshine-prominent": /*elided*/ any;
647
- "border-cursor-teal": /*elided*/ any;
648
- "border-cursor-teal-prominent": /*elided*/ any;
649
627
  "coal-cursor-background": /*elided*/ any;
628
+ "coal-cursor-border": /*elided*/ any;
629
+ "coal-cursor-border-prominent": /*elided*/ any;
650
630
  "coral-cursor-background": /*elided*/ any;
631
+ "coral-cursor-border": /*elided*/ any;
632
+ "coral-cursor-border-prominent": /*elided*/ any;
651
633
  "cyan-cursor-background": /*elided*/ any;
652
- "light-cursor-background": /*elided*/ any;
634
+ "cyan-cursor-border": /*elided*/ any;
635
+ "cyan-cursor-border-prominent": /*elided*/ any;
653
636
  "light-coal-cursor-background": /*elided*/ any;
654
637
  "light-coral-cursor-background": /*elided*/ any;
638
+ "light-cursor-background": /*elided*/ any;
655
639
  "light-cyan-cursor-background": /*elided*/ any;
656
640
  "light-lilac-cursor-background": /*elided*/ any;
657
641
  "light-lime-cursor-background": /*elided*/ any;
@@ -661,13 +645,29 @@ declare const config: {
661
645
  "light-sunshine-cursor-background": /*elided*/ any;
662
646
  "light-teal-cursor-background": /*elided*/ any;
663
647
  "lilac-cursor-background": /*elided*/ any;
648
+ "lilac-cursor-border": /*elided*/ any;
649
+ "lilac-cursor-border-prominent": /*elided*/ any;
664
650
  "lime-cursor-background": /*elided*/ any;
651
+ "lime-cursor-border": /*elided*/ any;
652
+ "lime-cursor-border-prominent": /*elided*/ any;
665
653
  "moss-cursor-background": /*elided*/ any;
654
+ "moss-cursor-border": /*elided*/ any;
655
+ "moss-cursor-border-prominent": /*elided*/ any;
666
656
  "ocean-cursor-background": /*elided*/ any;
657
+ "ocean-cursor-border": /*elided*/ any;
658
+ "ocean-cursor-border-prominent": /*elided*/ any;
667
659
  "orange-cursor-background": /*elided*/ any;
660
+ "orange-cursor-border": /*elided*/ any;
661
+ "orange-cursor-border-prominent": /*elided*/ any;
668
662
  "pink-cursor-background": /*elided*/ any;
663
+ "pink-cursor-border-prominent": /*elided*/ any;
664
+ "pink-cursor-coal-border": /*elided*/ any;
669
665
  "sunshine-cursor-background": /*elided*/ any;
666
+ "sunshine-cursor-border": /*elided*/ any;
667
+ "susnhine-cursor-border-prominent": /*elided*/ any;
670
668
  "teal-cursor-background": /*elided*/ any;
669
+ "teal-cursor-border": /*elided*/ any;
670
+ "teal-cursor-border-prominent": /*elided*/ any;
671
671
  "black-sticky-background": /*elided*/ any;
672
672
  "coral-sticky-background": /*elided*/ any;
673
673
  "cyan-sticky-background": /*elided*/ any;
@@ -1601,34 +1601,18 @@ declare const createTheme: <Argument0 extends string | ({
1601
1601
  "coral-comment-background"?: string | number | boolean | undefined;
1602
1602
  "cyan-comment-background"?: string | number | boolean | undefined;
1603
1603
  "lime-comment-background"?: string | number | boolean | undefined;
1604
- "border-cursor-coal"?: string | number | boolean | undefined;
1605
- "border-cursor-coal-prominent"?: string | number | boolean | undefined;
1606
- "border-cursor-coral"?: string | number | boolean | undefined;
1607
- "border-cursor-coral-prominent"?: string | number | boolean | undefined;
1608
- "border-cursor-cyan"?: string | number | boolean | undefined;
1609
- "border-cursor-cyan-prominent"?: string | number | boolean | undefined;
1610
- "border-cursor-lilac"?: string | number | boolean | undefined;
1611
- "border-cursor-lilac-prominent"?: string | number | boolean | undefined;
1612
- "border-cursor-lime"?: string | number | boolean | undefined;
1613
- "border-cursor-lime-prominent"?: string | number | boolean | undefined;
1614
- "border-cursor-moss"?: string | number | boolean | undefined;
1615
- "border-cursor-moss-prominent"?: string | number | boolean | undefined;
1616
- "border-cursor-ocean"?: string | number | boolean | undefined;
1617
- "border-cursor-ocean-prominent"?: string | number | boolean | undefined;
1618
- "border-cursor-orange"?: string | number | boolean | undefined;
1619
- "border-cursor-orange-prominent"?: string | number | boolean | undefined;
1620
- "border-cursor-pink"?: string | number | boolean | undefined;
1621
- "border-cursor-pink-prominent"?: string | number | boolean | undefined;
1622
- "border-cursor-sunshine"?: string | number | boolean | undefined;
1623
- "border-cursor-sunshine-prominent"?: string | number | boolean | undefined;
1624
- "border-cursor-teal"?: string | number | boolean | undefined;
1625
- "border-cursor-teal-prominent"?: string | number | boolean | undefined;
1626
1604
  "coal-cursor-background"?: string | number | boolean | undefined;
1605
+ "coal-cursor-border"?: string | number | boolean | undefined;
1606
+ "coal-cursor-border-prominent"?: string | number | boolean | undefined;
1627
1607
  "coral-cursor-background"?: string | number | boolean | undefined;
1608
+ "coral-cursor-border"?: string | number | boolean | undefined;
1609
+ "coral-cursor-border-prominent"?: string | number | boolean | undefined;
1628
1610
  "cyan-cursor-background"?: string | number | boolean | undefined;
1629
- "light-cursor-background"?: string | number | boolean | undefined;
1611
+ "cyan-cursor-border"?: string | number | boolean | undefined;
1612
+ "cyan-cursor-border-prominent"?: string | number | boolean | undefined;
1630
1613
  "light-coal-cursor-background"?: string | number | boolean | undefined;
1631
1614
  "light-coral-cursor-background"?: string | number | boolean | undefined;
1615
+ "light-cursor-background"?: string | number | boolean | undefined;
1632
1616
  "light-cyan-cursor-background"?: string | number | boolean | undefined;
1633
1617
  "light-lilac-cursor-background"?: string | number | boolean | undefined;
1634
1618
  "light-lime-cursor-background"?: string | number | boolean | undefined;
@@ -1638,13 +1622,29 @@ declare const createTheme: <Argument0 extends string | ({
1638
1622
  "light-sunshine-cursor-background"?: string | number | boolean | undefined;
1639
1623
  "light-teal-cursor-background"?: string | number | boolean | undefined;
1640
1624
  "lilac-cursor-background"?: string | number | boolean | undefined;
1625
+ "lilac-cursor-border"?: string | number | boolean | undefined;
1626
+ "lilac-cursor-border-prominent"?: string | number | boolean | undefined;
1641
1627
  "lime-cursor-background"?: string | number | boolean | undefined;
1628
+ "lime-cursor-border"?: string | number | boolean | undefined;
1629
+ "lime-cursor-border-prominent"?: string | number | boolean | undefined;
1642
1630
  "moss-cursor-background"?: string | number | boolean | undefined;
1631
+ "moss-cursor-border"?: string | number | boolean | undefined;
1632
+ "moss-cursor-border-prominent"?: string | number | boolean | undefined;
1643
1633
  "ocean-cursor-background"?: string | number | boolean | undefined;
1634
+ "ocean-cursor-border"?: string | number | boolean | undefined;
1635
+ "ocean-cursor-border-prominent"?: string | number | boolean | undefined;
1644
1636
  "orange-cursor-background"?: string | number | boolean | undefined;
1637
+ "orange-cursor-border"?: string | number | boolean | undefined;
1638
+ "orange-cursor-border-prominent"?: string | number | boolean | undefined;
1645
1639
  "pink-cursor-background"?: string | number | boolean | undefined;
1640
+ "pink-cursor-border-prominent"?: string | number | boolean | undefined;
1641
+ "pink-cursor-coal-border"?: string | number | boolean | undefined;
1646
1642
  "sunshine-cursor-background"?: string | number | boolean | undefined;
1643
+ "sunshine-cursor-border"?: string | number | boolean | undefined;
1644
+ "susnhine-cursor-border-prominent"?: string | number | boolean | undefined;
1647
1645
  "teal-cursor-background"?: string | number | boolean | undefined;
1646
+ "teal-cursor-border"?: string | number | boolean | undefined;
1647
+ "teal-cursor-border-prominent"?: string | number | boolean | undefined;
1648
1648
  "black-sticky-background"?: string | number | boolean | undefined;
1649
1649
  "coral-sticky-background"?: string | number | boolean | undefined;
1650
1650
  "cyan-sticky-background"?: string | number | boolean | undefined;
@@ -2424,34 +2424,18 @@ declare const createTheme: <Argument0 extends string | ({
2424
2424
  "coral-comment-background"?: string | number | boolean | undefined;
2425
2425
  "cyan-comment-background"?: string | number | boolean | undefined;
2426
2426
  "lime-comment-background"?: string | number | boolean | undefined;
2427
- "border-cursor-coal"?: string | number | boolean | undefined;
2428
- "border-cursor-coal-prominent"?: string | number | boolean | undefined;
2429
- "border-cursor-coral"?: string | number | boolean | undefined;
2430
- "border-cursor-coral-prominent"?: string | number | boolean | undefined;
2431
- "border-cursor-cyan"?: string | number | boolean | undefined;
2432
- "border-cursor-cyan-prominent"?: string | number | boolean | undefined;
2433
- "border-cursor-lilac"?: string | number | boolean | undefined;
2434
- "border-cursor-lilac-prominent"?: string | number | boolean | undefined;
2435
- "border-cursor-lime"?: string | number | boolean | undefined;
2436
- "border-cursor-lime-prominent"?: string | number | boolean | undefined;
2437
- "border-cursor-moss"?: string | number | boolean | undefined;
2438
- "border-cursor-moss-prominent"?: string | number | boolean | undefined;
2439
- "border-cursor-ocean"?: string | number | boolean | undefined;
2440
- "border-cursor-ocean-prominent"?: string | number | boolean | undefined;
2441
- "border-cursor-orange"?: string | number | boolean | undefined;
2442
- "border-cursor-orange-prominent"?: string | number | boolean | undefined;
2443
- "border-cursor-pink"?: string | number | boolean | undefined;
2444
- "border-cursor-pink-prominent"?: string | number | boolean | undefined;
2445
- "border-cursor-sunshine"?: string | number | boolean | undefined;
2446
- "border-cursor-sunshine-prominent"?: string | number | boolean | undefined;
2447
- "border-cursor-teal"?: string | number | boolean | undefined;
2448
- "border-cursor-teal-prominent"?: string | number | boolean | undefined;
2449
2427
  "coal-cursor-background"?: string | number | boolean | undefined;
2428
+ "coal-cursor-border"?: string | number | boolean | undefined;
2429
+ "coal-cursor-border-prominent"?: string | number | boolean | undefined;
2450
2430
  "coral-cursor-background"?: string | number | boolean | undefined;
2431
+ "coral-cursor-border"?: string | number | boolean | undefined;
2432
+ "coral-cursor-border-prominent"?: string | number | boolean | undefined;
2451
2433
  "cyan-cursor-background"?: string | number | boolean | undefined;
2452
- "light-cursor-background"?: string | number | boolean | undefined;
2434
+ "cyan-cursor-border"?: string | number | boolean | undefined;
2435
+ "cyan-cursor-border-prominent"?: string | number | boolean | undefined;
2453
2436
  "light-coal-cursor-background"?: string | number | boolean | undefined;
2454
2437
  "light-coral-cursor-background"?: string | number | boolean | undefined;
2438
+ "light-cursor-background"?: string | number | boolean | undefined;
2455
2439
  "light-cyan-cursor-background"?: string | number | boolean | undefined;
2456
2440
  "light-lilac-cursor-background"?: string | number | boolean | undefined;
2457
2441
  "light-lime-cursor-background"?: string | number | boolean | undefined;
@@ -2461,13 +2445,29 @@ declare const createTheme: <Argument0 extends string | ({
2461
2445
  "light-sunshine-cursor-background"?: string | number | boolean | undefined;
2462
2446
  "light-teal-cursor-background"?: string | number | boolean | undefined;
2463
2447
  "lilac-cursor-background"?: string | number | boolean | undefined;
2448
+ "lilac-cursor-border"?: string | number | boolean | undefined;
2449
+ "lilac-cursor-border-prominent"?: string | number | boolean | undefined;
2464
2450
  "lime-cursor-background"?: string | number | boolean | undefined;
2451
+ "lime-cursor-border"?: string | number | boolean | undefined;
2452
+ "lime-cursor-border-prominent"?: string | number | boolean | undefined;
2465
2453
  "moss-cursor-background"?: string | number | boolean | undefined;
2454
+ "moss-cursor-border"?: string | number | boolean | undefined;
2455
+ "moss-cursor-border-prominent"?: string | number | boolean | undefined;
2466
2456
  "ocean-cursor-background"?: string | number | boolean | undefined;
2457
+ "ocean-cursor-border"?: string | number | boolean | undefined;
2458
+ "ocean-cursor-border-prominent"?: string | number | boolean | undefined;
2467
2459
  "orange-cursor-background"?: string | number | boolean | undefined;
2460
+ "orange-cursor-border"?: string | number | boolean | undefined;
2461
+ "orange-cursor-border-prominent"?: string | number | boolean | undefined;
2468
2462
  "pink-cursor-background"?: string | number | boolean | undefined;
2463
+ "pink-cursor-border-prominent"?: string | number | boolean | undefined;
2464
+ "pink-cursor-coal-border"?: string | number | boolean | undefined;
2469
2465
  "sunshine-cursor-background"?: string | number | boolean | undefined;
2466
+ "sunshine-cursor-border"?: string | number | boolean | undefined;
2467
+ "susnhine-cursor-border-prominent"?: string | number | boolean | undefined;
2470
2468
  "teal-cursor-background"?: string | number | boolean | undefined;
2469
+ "teal-cursor-border"?: string | number | boolean | undefined;
2470
+ "teal-cursor-border-prominent"?: string | number | boolean | undefined;
2471
2471
  "black-sticky-background"?: string | number | boolean | undefined;
2472
2472
  "coral-sticky-background"?: string | number | boolean | undefined;
2473
2473
  "cyan-sticky-background"?: string | number | boolean | undefined;
@@ -3253,34 +3253,18 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
3253
3253
  "coral-comment-background": /*elided*/ any;
3254
3254
  "cyan-comment-background": /*elided*/ any;
3255
3255
  "lime-comment-background": /*elided*/ any;
3256
- "border-cursor-coal": /*elided*/ any;
3257
- "border-cursor-coal-prominent": /*elided*/ any;
3258
- "border-cursor-coral": /*elided*/ any;
3259
- "border-cursor-coral-prominent": /*elided*/ any;
3260
- "border-cursor-cyan": /*elided*/ any;
3261
- "border-cursor-cyan-prominent": /*elided*/ any;
3262
- "border-cursor-lilac": /*elided*/ any;
3263
- "border-cursor-lilac-prominent": /*elided*/ any;
3264
- "border-cursor-lime": /*elided*/ any;
3265
- "border-cursor-lime-prominent": /*elided*/ any;
3266
- "border-cursor-moss": /*elided*/ any;
3267
- "border-cursor-moss-prominent": /*elided*/ any;
3268
- "border-cursor-ocean": /*elided*/ any;
3269
- "border-cursor-ocean-prominent": /*elided*/ any;
3270
- "border-cursor-orange": /*elided*/ any;
3271
- "border-cursor-orange-prominent": /*elided*/ any;
3272
- "border-cursor-pink": /*elided*/ any;
3273
- "border-cursor-pink-prominent": /*elided*/ any;
3274
- "border-cursor-sunshine": /*elided*/ any;
3275
- "border-cursor-sunshine-prominent": /*elided*/ any;
3276
- "border-cursor-teal": /*elided*/ any;
3277
- "border-cursor-teal-prominent": /*elided*/ any;
3278
3256
  "coal-cursor-background": /*elided*/ any;
3257
+ "coal-cursor-border": /*elided*/ any;
3258
+ "coal-cursor-border-prominent": /*elided*/ any;
3279
3259
  "coral-cursor-background": /*elided*/ any;
3260
+ "coral-cursor-border": /*elided*/ any;
3261
+ "coral-cursor-border-prominent": /*elided*/ any;
3280
3262
  "cyan-cursor-background": /*elided*/ any;
3281
- "light-cursor-background": /*elided*/ any;
3263
+ "cyan-cursor-border": /*elided*/ any;
3264
+ "cyan-cursor-border-prominent": /*elided*/ any;
3282
3265
  "light-coal-cursor-background": /*elided*/ any;
3283
3266
  "light-coral-cursor-background": /*elided*/ any;
3267
+ "light-cursor-background": /*elided*/ any;
3284
3268
  "light-cyan-cursor-background": /*elided*/ any;
3285
3269
  "light-lilac-cursor-background": /*elided*/ any;
3286
3270
  "light-lime-cursor-background": /*elided*/ any;
@@ -3290,13 +3274,29 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
3290
3274
  "light-sunshine-cursor-background": /*elided*/ any;
3291
3275
  "light-teal-cursor-background": /*elided*/ any;
3292
3276
  "lilac-cursor-background": /*elided*/ any;
3277
+ "lilac-cursor-border": /*elided*/ any;
3278
+ "lilac-cursor-border-prominent": /*elided*/ any;
3293
3279
  "lime-cursor-background": /*elided*/ any;
3280
+ "lime-cursor-border": /*elided*/ any;
3281
+ "lime-cursor-border-prominent": /*elided*/ any;
3294
3282
  "moss-cursor-background": /*elided*/ any;
3283
+ "moss-cursor-border": /*elided*/ any;
3284
+ "moss-cursor-border-prominent": /*elided*/ any;
3295
3285
  "ocean-cursor-background": /*elided*/ any;
3286
+ "ocean-cursor-border": /*elided*/ any;
3287
+ "ocean-cursor-border-prominent": /*elided*/ any;
3296
3288
  "orange-cursor-background": /*elided*/ any;
3289
+ "orange-cursor-border": /*elided*/ any;
3290
+ "orange-cursor-border-prominent": /*elided*/ any;
3297
3291
  "pink-cursor-background": /*elided*/ any;
3292
+ "pink-cursor-border-prominent": /*elided*/ any;
3293
+ "pink-cursor-coal-border": /*elided*/ any;
3298
3294
  "sunshine-cursor-background": /*elided*/ any;
3295
+ "sunshine-cursor-border": /*elided*/ any;
3296
+ "susnhine-cursor-border-prominent": /*elided*/ any;
3299
3297
  "teal-cursor-background": /*elided*/ any;
3298
+ "teal-cursor-border": /*elided*/ any;
3299
+ "teal-cursor-border-prominent": /*elided*/ any;
3300
3300
  "black-sticky-background": /*elided*/ any;
3301
3301
  "coral-sticky-background": /*elided*/ any;
3302
3302
  "cyan-sticky-background": /*elided*/ any;
@@ -4245,34 +4245,18 @@ declare const globalCss: <Styles extends {
4245
4245
  "coral-comment-background": /*elided*/ any;
4246
4246
  "cyan-comment-background": /*elided*/ any;
4247
4247
  "lime-comment-background": /*elided*/ any;
4248
- "border-cursor-coal": /*elided*/ any;
4249
- "border-cursor-coal-prominent": /*elided*/ any;
4250
- "border-cursor-coral": /*elided*/ any;
4251
- "border-cursor-coral-prominent": /*elided*/ any;
4252
- "border-cursor-cyan": /*elided*/ any;
4253
- "border-cursor-cyan-prominent": /*elided*/ any;
4254
- "border-cursor-lilac": /*elided*/ any;
4255
- "border-cursor-lilac-prominent": /*elided*/ any;
4256
- "border-cursor-lime": /*elided*/ any;
4257
- "border-cursor-lime-prominent": /*elided*/ any;
4258
- "border-cursor-moss": /*elided*/ any;
4259
- "border-cursor-moss-prominent": /*elided*/ any;
4260
- "border-cursor-ocean": /*elided*/ any;
4261
- "border-cursor-ocean-prominent": /*elided*/ any;
4262
- "border-cursor-orange": /*elided*/ any;
4263
- "border-cursor-orange-prominent": /*elided*/ any;
4264
- "border-cursor-pink": /*elided*/ any;
4265
- "border-cursor-pink-prominent": /*elided*/ any;
4266
- "border-cursor-sunshine": /*elided*/ any;
4267
- "border-cursor-sunshine-prominent": /*elided*/ any;
4268
- "border-cursor-teal": /*elided*/ any;
4269
- "border-cursor-teal-prominent": /*elided*/ any;
4270
4248
  "coal-cursor-background": /*elided*/ any;
4249
+ "coal-cursor-border": /*elided*/ any;
4250
+ "coal-cursor-border-prominent": /*elided*/ any;
4271
4251
  "coral-cursor-background": /*elided*/ any;
4252
+ "coral-cursor-border": /*elided*/ any;
4253
+ "coral-cursor-border-prominent": /*elided*/ any;
4272
4254
  "cyan-cursor-background": /*elided*/ any;
4273
- "light-cursor-background": /*elided*/ any;
4255
+ "cyan-cursor-border": /*elided*/ any;
4256
+ "cyan-cursor-border-prominent": /*elided*/ any;
4274
4257
  "light-coal-cursor-background": /*elided*/ any;
4275
4258
  "light-coral-cursor-background": /*elided*/ any;
4259
+ "light-cursor-background": /*elided*/ any;
4276
4260
  "light-cyan-cursor-background": /*elided*/ any;
4277
4261
  "light-lilac-cursor-background": /*elided*/ any;
4278
4262
  "light-lime-cursor-background": /*elided*/ any;
@@ -4282,13 +4266,29 @@ declare const globalCss: <Styles extends {
4282
4266
  "light-sunshine-cursor-background": /*elided*/ any;
4283
4267
  "light-teal-cursor-background": /*elided*/ any;
4284
4268
  "lilac-cursor-background": /*elided*/ any;
4269
+ "lilac-cursor-border": /*elided*/ any;
4270
+ "lilac-cursor-border-prominent": /*elided*/ any;
4285
4271
  "lime-cursor-background": /*elided*/ any;
4272
+ "lime-cursor-border": /*elided*/ any;
4273
+ "lime-cursor-border-prominent": /*elided*/ any;
4286
4274
  "moss-cursor-background": /*elided*/ any;
4275
+ "moss-cursor-border": /*elided*/ any;
4276
+ "moss-cursor-border-prominent": /*elided*/ any;
4287
4277
  "ocean-cursor-background": /*elided*/ any;
4278
+ "ocean-cursor-border": /*elided*/ any;
4279
+ "ocean-cursor-border-prominent": /*elided*/ any;
4288
4280
  "orange-cursor-background": /*elided*/ any;
4281
+ "orange-cursor-border": /*elided*/ any;
4282
+ "orange-cursor-border-prominent": /*elided*/ any;
4289
4283
  "pink-cursor-background": /*elided*/ any;
4284
+ "pink-cursor-border-prominent": /*elided*/ any;
4285
+ "pink-cursor-coal-border": /*elided*/ any;
4290
4286
  "sunshine-cursor-background": /*elided*/ any;
4287
+ "sunshine-cursor-border": /*elided*/ any;
4288
+ "susnhine-cursor-border-prominent": /*elided*/ any;
4291
4289
  "teal-cursor-background": /*elided*/ any;
4290
+ "teal-cursor-border": /*elided*/ any;
4291
+ "teal-cursor-border-prominent": /*elided*/ any;
4292
4292
  "black-sticky-background": /*elided*/ any;
4293
4293
  "coral-sticky-background": /*elided*/ any;
4294
4294
  "cyan-sticky-background": /*elided*/ any;
@@ -5219,34 +5219,18 @@ declare const globalCss: <Styles extends {
5219
5219
  "coral-comment-background": /*elided*/ any;
5220
5220
  "cyan-comment-background": /*elided*/ any;
5221
5221
  "lime-comment-background": /*elided*/ any;
5222
- "border-cursor-coal": /*elided*/ any;
5223
- "border-cursor-coal-prominent": /*elided*/ any;
5224
- "border-cursor-coral": /*elided*/ any;
5225
- "border-cursor-coral-prominent": /*elided*/ any;
5226
- "border-cursor-cyan": /*elided*/ any;
5227
- "border-cursor-cyan-prominent": /*elided*/ any;
5228
- "border-cursor-lilac": /*elided*/ any;
5229
- "border-cursor-lilac-prominent": /*elided*/ any;
5230
- "border-cursor-lime": /*elided*/ any;
5231
- "border-cursor-lime-prominent": /*elided*/ any;
5232
- "border-cursor-moss": /*elided*/ any;
5233
- "border-cursor-moss-prominent": /*elided*/ any;
5234
- "border-cursor-ocean": /*elided*/ any;
5235
- "border-cursor-ocean-prominent": /*elided*/ any;
5236
- "border-cursor-orange": /*elided*/ any;
5237
- "border-cursor-orange-prominent": /*elided*/ any;
5238
- "border-cursor-pink": /*elided*/ any;
5239
- "border-cursor-pink-prominent": /*elided*/ any;
5240
- "border-cursor-sunshine": /*elided*/ any;
5241
- "border-cursor-sunshine-prominent": /*elided*/ any;
5242
- "border-cursor-teal": /*elided*/ any;
5243
- "border-cursor-teal-prominent": /*elided*/ any;
5244
5222
  "coal-cursor-background": /*elided*/ any;
5223
+ "coal-cursor-border": /*elided*/ any;
5224
+ "coal-cursor-border-prominent": /*elided*/ any;
5245
5225
  "coral-cursor-background": /*elided*/ any;
5226
+ "coral-cursor-border": /*elided*/ any;
5227
+ "coral-cursor-border-prominent": /*elided*/ any;
5246
5228
  "cyan-cursor-background": /*elided*/ any;
5247
- "light-cursor-background": /*elided*/ any;
5229
+ "cyan-cursor-border": /*elided*/ any;
5230
+ "cyan-cursor-border-prominent": /*elided*/ any;
5248
5231
  "light-coal-cursor-background": /*elided*/ any;
5249
5232
  "light-coral-cursor-background": /*elided*/ any;
5233
+ "light-cursor-background": /*elided*/ any;
5250
5234
  "light-cyan-cursor-background": /*elided*/ any;
5251
5235
  "light-lilac-cursor-background": /*elided*/ any;
5252
5236
  "light-lime-cursor-background": /*elided*/ any;
@@ -5256,13 +5240,29 @@ declare const globalCss: <Styles extends {
5256
5240
  "light-sunshine-cursor-background": /*elided*/ any;
5257
5241
  "light-teal-cursor-background": /*elided*/ any;
5258
5242
  "lilac-cursor-background": /*elided*/ any;
5243
+ "lilac-cursor-border": /*elided*/ any;
5244
+ "lilac-cursor-border-prominent": /*elided*/ any;
5259
5245
  "lime-cursor-background": /*elided*/ any;
5246
+ "lime-cursor-border": /*elided*/ any;
5247
+ "lime-cursor-border-prominent": /*elided*/ any;
5260
5248
  "moss-cursor-background": /*elided*/ any;
5249
+ "moss-cursor-border": /*elided*/ any;
5250
+ "moss-cursor-border-prominent": /*elided*/ any;
5261
5251
  "ocean-cursor-background": /*elided*/ any;
5252
+ "ocean-cursor-border": /*elided*/ any;
5253
+ "ocean-cursor-border-prominent": /*elided*/ any;
5262
5254
  "orange-cursor-background": /*elided*/ any;
5255
+ "orange-cursor-border": /*elided*/ any;
5256
+ "orange-cursor-border-prominent": /*elided*/ any;
5263
5257
  "pink-cursor-background": /*elided*/ any;
5258
+ "pink-cursor-border-prominent": /*elided*/ any;
5259
+ "pink-cursor-coal-border": /*elided*/ any;
5264
5260
  "sunshine-cursor-background": /*elided*/ any;
5261
+ "sunshine-cursor-border": /*elided*/ any;
5262
+ "susnhine-cursor-border-prominent": /*elided*/ any;
5265
5263
  "teal-cursor-background": /*elided*/ any;
5264
+ "teal-cursor-border": /*elided*/ any;
5265
+ "teal-cursor-border-prominent": /*elided*/ any;
5266
5266
  "black-sticky-background": /*elided*/ any;
5267
5267
  "coral-sticky-background": /*elided*/ any;
5268
5268
  "cyan-sticky-background": /*elided*/ any;
@@ -6196,34 +6196,18 @@ declare const keyframes: (style: {
6196
6196
  "coral-comment-background": /*elided*/ any;
6197
6197
  "cyan-comment-background": /*elided*/ any;
6198
6198
  "lime-comment-background": /*elided*/ any;
6199
- "border-cursor-coal": /*elided*/ any;
6200
- "border-cursor-coal-prominent": /*elided*/ any;
6201
- "border-cursor-coral": /*elided*/ any;
6202
- "border-cursor-coral-prominent": /*elided*/ any;
6203
- "border-cursor-cyan": /*elided*/ any;
6204
- "border-cursor-cyan-prominent": /*elided*/ any;
6205
- "border-cursor-lilac": /*elided*/ any;
6206
- "border-cursor-lilac-prominent": /*elided*/ any;
6207
- "border-cursor-lime": /*elided*/ any;
6208
- "border-cursor-lime-prominent": /*elided*/ any;
6209
- "border-cursor-moss": /*elided*/ any;
6210
- "border-cursor-moss-prominent": /*elided*/ any;
6211
- "border-cursor-ocean": /*elided*/ any;
6212
- "border-cursor-ocean-prominent": /*elided*/ any;
6213
- "border-cursor-orange": /*elided*/ any;
6214
- "border-cursor-orange-prominent": /*elided*/ any;
6215
- "border-cursor-pink": /*elided*/ any;
6216
- "border-cursor-pink-prominent": /*elided*/ any;
6217
- "border-cursor-sunshine": /*elided*/ any;
6218
- "border-cursor-sunshine-prominent": /*elided*/ any;
6219
- "border-cursor-teal": /*elided*/ any;
6220
- "border-cursor-teal-prominent": /*elided*/ any;
6221
6199
  "coal-cursor-background": /*elided*/ any;
6200
+ "coal-cursor-border": /*elided*/ any;
6201
+ "coal-cursor-border-prominent": /*elided*/ any;
6222
6202
  "coral-cursor-background": /*elided*/ any;
6203
+ "coral-cursor-border": /*elided*/ any;
6204
+ "coral-cursor-border-prominent": /*elided*/ any;
6223
6205
  "cyan-cursor-background": /*elided*/ any;
6224
- "light-cursor-background": /*elided*/ any;
6206
+ "cyan-cursor-border": /*elided*/ any;
6207
+ "cyan-cursor-border-prominent": /*elided*/ any;
6225
6208
  "light-coal-cursor-background": /*elided*/ any;
6226
6209
  "light-coral-cursor-background": /*elided*/ any;
6210
+ "light-cursor-background": /*elided*/ any;
6227
6211
  "light-cyan-cursor-background": /*elided*/ any;
6228
6212
  "light-lilac-cursor-background": /*elided*/ any;
6229
6213
  "light-lime-cursor-background": /*elided*/ any;
@@ -6233,13 +6217,29 @@ declare const keyframes: (style: {
6233
6217
  "light-sunshine-cursor-background": /*elided*/ any;
6234
6218
  "light-teal-cursor-background": /*elided*/ any;
6235
6219
  "lilac-cursor-background": /*elided*/ any;
6220
+ "lilac-cursor-border": /*elided*/ any;
6221
+ "lilac-cursor-border-prominent": /*elided*/ any;
6236
6222
  "lime-cursor-background": /*elided*/ any;
6223
+ "lime-cursor-border": /*elided*/ any;
6224
+ "lime-cursor-border-prominent": /*elided*/ any;
6237
6225
  "moss-cursor-background": /*elided*/ any;
6226
+ "moss-cursor-border": /*elided*/ any;
6227
+ "moss-cursor-border-prominent": /*elided*/ any;
6238
6228
  "ocean-cursor-background": /*elided*/ any;
6229
+ "ocean-cursor-border": /*elided*/ any;
6230
+ "ocean-cursor-border-prominent": /*elided*/ any;
6239
6231
  "orange-cursor-background": /*elided*/ any;
6232
+ "orange-cursor-border": /*elided*/ any;
6233
+ "orange-cursor-border-prominent": /*elided*/ any;
6240
6234
  "pink-cursor-background": /*elided*/ any;
6235
+ "pink-cursor-border-prominent": /*elided*/ any;
6236
+ "pink-cursor-coal-border": /*elided*/ any;
6241
6237
  "sunshine-cursor-background": /*elided*/ any;
6238
+ "sunshine-cursor-border": /*elided*/ any;
6239
+ "susnhine-cursor-border-prominent": /*elided*/ any;
6242
6240
  "teal-cursor-background": /*elided*/ any;
6241
+ "teal-cursor-border": /*elided*/ any;
6242
+ "teal-cursor-border-prominent": /*elided*/ any;
6243
6243
  "black-sticky-background": /*elided*/ any;
6244
6244
  "coral-sticky-background": /*elided*/ any;
6245
6245
  "cyan-sticky-background": /*elided*/ any;
@@ -7342,34 +7342,18 @@ declare const theme: {
7342
7342
  "coral-comment-background": _mirohq_design_system_themes.Color;
7343
7343
  "cyan-comment-background": _mirohq_design_system_themes.Color;
7344
7344
  "lime-comment-background": _mirohq_design_system_themes.Color;
7345
- "border-cursor-coal": _mirohq_design_system_themes.Color;
7346
- "border-cursor-coal-prominent": _mirohq_design_system_themes.Color;
7347
- "border-cursor-coral": _mirohq_design_system_themes.Color;
7348
- "border-cursor-coral-prominent": _mirohq_design_system_themes.Color;
7349
- "border-cursor-cyan": _mirohq_design_system_themes.Color;
7350
- "border-cursor-cyan-prominent": _mirohq_design_system_themes.Color;
7351
- "border-cursor-lilac": _mirohq_design_system_themes.Color;
7352
- "border-cursor-lilac-prominent": _mirohq_design_system_themes.Color;
7353
- "border-cursor-lime": _mirohq_design_system_themes.Color;
7354
- "border-cursor-lime-prominent": _mirohq_design_system_themes.Color;
7355
- "border-cursor-moss": _mirohq_design_system_themes.Color;
7356
- "border-cursor-moss-prominent": _mirohq_design_system_themes.Color;
7357
- "border-cursor-ocean": _mirohq_design_system_themes.Color;
7358
- "border-cursor-ocean-prominent": _mirohq_design_system_themes.Color;
7359
- "border-cursor-orange": _mirohq_design_system_themes.Color;
7360
- "border-cursor-orange-prominent": _mirohq_design_system_themes.Color;
7361
- "border-cursor-pink": _mirohq_design_system_themes.Color;
7362
- "border-cursor-pink-prominent": _mirohq_design_system_themes.Color;
7363
- "border-cursor-sunshine": _mirohq_design_system_themes.Color;
7364
- "border-cursor-sunshine-prominent": _mirohq_design_system_themes.Color;
7365
- "border-cursor-teal": _mirohq_design_system_themes.Color;
7366
- "border-cursor-teal-prominent": _mirohq_design_system_themes.Color;
7367
7345
  "coal-cursor-background": _mirohq_design_system_themes.Color;
7346
+ "coal-cursor-border": _mirohq_design_system_themes.Color;
7347
+ "coal-cursor-border-prominent": _mirohq_design_system_themes.Color;
7368
7348
  "coral-cursor-background": _mirohq_design_system_themes.Color;
7349
+ "coral-cursor-border": _mirohq_design_system_themes.Color;
7350
+ "coral-cursor-border-prominent": _mirohq_design_system_themes.Color;
7369
7351
  "cyan-cursor-background": _mirohq_design_system_themes.Color;
7370
- "light-cursor-background": _mirohq_design_system_themes.Color;
7352
+ "cyan-cursor-border": _mirohq_design_system_themes.Color;
7353
+ "cyan-cursor-border-prominent": _mirohq_design_system_themes.Color;
7371
7354
  "light-coal-cursor-background": _mirohq_design_system_themes.Color;
7372
7355
  "light-coral-cursor-background": _mirohq_design_system_themes.Color;
7356
+ "light-cursor-background": _mirohq_design_system_themes.Color;
7373
7357
  "light-cyan-cursor-background": _mirohq_design_system_themes.Color;
7374
7358
  "light-lilac-cursor-background": _mirohq_design_system_themes.Color;
7375
7359
  "light-lime-cursor-background": _mirohq_design_system_themes.Color;
@@ -7379,13 +7363,29 @@ declare const theme: {
7379
7363
  "light-sunshine-cursor-background": _mirohq_design_system_themes.Color;
7380
7364
  "light-teal-cursor-background": _mirohq_design_system_themes.Color;
7381
7365
  "lilac-cursor-background": _mirohq_design_system_themes.Color;
7366
+ "lilac-cursor-border": _mirohq_design_system_themes.Color;
7367
+ "lilac-cursor-border-prominent": _mirohq_design_system_themes.Color;
7382
7368
  "lime-cursor-background": _mirohq_design_system_themes.Color;
7369
+ "lime-cursor-border": _mirohq_design_system_themes.Color;
7370
+ "lime-cursor-border-prominent": _mirohq_design_system_themes.Color;
7383
7371
  "moss-cursor-background": _mirohq_design_system_themes.Color;
7372
+ "moss-cursor-border": _mirohq_design_system_themes.Color;
7373
+ "moss-cursor-border-prominent": _mirohq_design_system_themes.Color;
7384
7374
  "ocean-cursor-background": _mirohq_design_system_themes.Color;
7375
+ "ocean-cursor-border": _mirohq_design_system_themes.Color;
7376
+ "ocean-cursor-border-prominent": _mirohq_design_system_themes.Color;
7385
7377
  "orange-cursor-background": _mirohq_design_system_themes.Color;
7378
+ "orange-cursor-border": _mirohq_design_system_themes.Color;
7379
+ "orange-cursor-border-prominent": _mirohq_design_system_themes.Color;
7386
7380
  "pink-cursor-background": _mirohq_design_system_themes.Color;
7381
+ "pink-cursor-border-prominent": _mirohq_design_system_themes.Color;
7382
+ "pink-cursor-coal-border": _mirohq_design_system_themes.Color;
7387
7383
  "sunshine-cursor-background": _mirohq_design_system_themes.Color;
7384
+ "sunshine-cursor-border": _mirohq_design_system_themes.Color;
7385
+ "susnhine-cursor-border-prominent": _mirohq_design_system_themes.Color;
7388
7386
  "teal-cursor-background": _mirohq_design_system_themes.Color;
7387
+ "teal-cursor-border": _mirohq_design_system_themes.Color;
7388
+ "teal-cursor-border-prominent": _mirohq_design_system_themes.Color;
7389
7389
  "black-sticky-background": _mirohq_design_system_themes.Color;
7390
7390
  "coral-sticky-background": _mirohq_design_system_themes.Color;
7391
7391
  "cyan-sticky-background": _mirohq_design_system_themes.Color;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-stitches",
3
- "version": "2.6.38",
3
+ "version": "2.6.40",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -27,8 +27,8 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "lodash.merge": "^4.6.2",
30
- "@mirohq/design-system-themes": "^0.19.1",
31
30
  "@mirohq/design-system-types": "^0.10.0",
31
+ "@mirohq/design-system-themes": "^0.20.0",
32
32
  "@mirohq/design-tokens": "^6.7.0"
33
33
  },
34
34
  "devDependencies": {