@mirohq/design-system-stitches 2.6.37 → 2.6.39

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 -8
  2. package/package.json +2 -2
package/dist/types.d.ts CHANGED
@@ -625,11 +625,17 @@ declare const config: {
625
625
  "cyan-comment-background": /*elided*/ any;
626
626
  "lime-comment-background": /*elided*/ any;
627
627
  "coal-cursor-background": /*elided*/ any;
628
+ "coal-cursor-border": /*elided*/ any;
629
+ "coal-cursor-border-prominent": /*elided*/ any;
628
630
  "coral-cursor-background": /*elided*/ any;
631
+ "coral-cursor-border": /*elided*/ any;
632
+ "coral-cursor-border-prominent": /*elided*/ any;
629
633
  "cyan-cursor-background": /*elided*/ any;
630
- "light-cursor-background": /*elided*/ any;
634
+ "cyan-cursor-border": /*elided*/ any;
635
+ "cyan-cursor-border-prominent": /*elided*/ any;
631
636
  "light-coal-cursor-background": /*elided*/ any;
632
637
  "light-coral-cursor-background": /*elided*/ any;
638
+ "light-cursor-background": /*elided*/ any;
633
639
  "light-cyan-cursor-background": /*elided*/ any;
634
640
  "light-lilac-cursor-background": /*elided*/ any;
635
641
  "light-lime-cursor-background": /*elided*/ any;
@@ -639,13 +645,29 @@ declare const config: {
639
645
  "light-sunshine-cursor-background": /*elided*/ any;
640
646
  "light-teal-cursor-background": /*elided*/ any;
641
647
  "lilac-cursor-background": /*elided*/ any;
648
+ "lilac-cursor-border": /*elided*/ any;
649
+ "lilac-cursor-border-prominent": /*elided*/ any;
642
650
  "lime-cursor-background": /*elided*/ any;
651
+ "lime-cursor-border": /*elided*/ any;
652
+ "lime-cursor-border-prominent": /*elided*/ any;
643
653
  "moss-cursor-background": /*elided*/ any;
654
+ "moss-cursor-border": /*elided*/ any;
655
+ "moss-cursor-border-prominent": /*elided*/ any;
644
656
  "ocean-cursor-background": /*elided*/ any;
657
+ "ocean-cursor-border": /*elided*/ any;
658
+ "ocean-cursor-border-prominent": /*elided*/ any;
645
659
  "orange-cursor-background": /*elided*/ any;
660
+ "orange-cursor-border": /*elided*/ any;
661
+ "orange-cursor-border-prominent": /*elided*/ any;
662
+ "pink-coal-border": /*elided*/ any;
646
663
  "pink-cursor-background": /*elided*/ any;
664
+ "pink-cursor-border-prominent": /*elided*/ any;
647
665
  "sunshine-cursor-background": /*elided*/ any;
666
+ "sunshine-cursor-border": /*elided*/ any;
667
+ "susnhine-cursor-border-prominent": /*elided*/ any;
648
668
  "teal-cursor-background": /*elided*/ any;
669
+ "teal-cursor-border": /*elided*/ any;
670
+ "teal-cursor-border-prominent": /*elided*/ any;
649
671
  "black-sticky-background": /*elided*/ any;
650
672
  "coral-sticky-background": /*elided*/ any;
651
673
  "cyan-sticky-background": /*elided*/ any;
@@ -1580,11 +1602,17 @@ declare const createTheme: <Argument0 extends string | ({
1580
1602
  "cyan-comment-background"?: string | number | boolean | undefined;
1581
1603
  "lime-comment-background"?: string | number | boolean | undefined;
1582
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;
1583
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;
1584
1610
  "cyan-cursor-background"?: string | number | boolean | undefined;
1585
- "light-cursor-background"?: string | number | boolean | undefined;
1611
+ "cyan-cursor-border"?: string | number | boolean | undefined;
1612
+ "cyan-cursor-border-prominent"?: string | number | boolean | undefined;
1586
1613
  "light-coal-cursor-background"?: string | number | boolean | undefined;
1587
1614
  "light-coral-cursor-background"?: string | number | boolean | undefined;
1615
+ "light-cursor-background"?: string | number | boolean | undefined;
1588
1616
  "light-cyan-cursor-background"?: string | number | boolean | undefined;
1589
1617
  "light-lilac-cursor-background"?: string | number | boolean | undefined;
1590
1618
  "light-lime-cursor-background"?: string | number | boolean | undefined;
@@ -1594,13 +1622,29 @@ declare const createTheme: <Argument0 extends string | ({
1594
1622
  "light-sunshine-cursor-background"?: string | number | boolean | undefined;
1595
1623
  "light-teal-cursor-background"?: string | number | boolean | undefined;
1596
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;
1597
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;
1598
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;
1599
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;
1600
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;
1639
+ "pink-coal-border"?: string | number | boolean | undefined;
1601
1640
  "pink-cursor-background"?: string | number | boolean | undefined;
1641
+ "pink-cursor-border-prominent"?: string | number | boolean | undefined;
1602
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;
1603
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;
1604
1648
  "black-sticky-background"?: string | number | boolean | undefined;
1605
1649
  "coral-sticky-background"?: string | number | boolean | undefined;
1606
1650
  "cyan-sticky-background"?: string | number | boolean | undefined;
@@ -2381,11 +2425,17 @@ declare const createTheme: <Argument0 extends string | ({
2381
2425
  "cyan-comment-background"?: string | number | boolean | undefined;
2382
2426
  "lime-comment-background"?: string | number | boolean | undefined;
2383
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;
2384
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;
2385
2433
  "cyan-cursor-background"?: string | number | boolean | undefined;
2386
- "light-cursor-background"?: string | number | boolean | undefined;
2434
+ "cyan-cursor-border"?: string | number | boolean | undefined;
2435
+ "cyan-cursor-border-prominent"?: string | number | boolean | undefined;
2387
2436
  "light-coal-cursor-background"?: string | number | boolean | undefined;
2388
2437
  "light-coral-cursor-background"?: string | number | boolean | undefined;
2438
+ "light-cursor-background"?: string | number | boolean | undefined;
2389
2439
  "light-cyan-cursor-background"?: string | number | boolean | undefined;
2390
2440
  "light-lilac-cursor-background"?: string | number | boolean | undefined;
2391
2441
  "light-lime-cursor-background"?: string | number | boolean | undefined;
@@ -2395,13 +2445,29 @@ declare const createTheme: <Argument0 extends string | ({
2395
2445
  "light-sunshine-cursor-background"?: string | number | boolean | undefined;
2396
2446
  "light-teal-cursor-background"?: string | number | boolean | undefined;
2397
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;
2398
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;
2399
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;
2400
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;
2401
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;
2462
+ "pink-coal-border"?: string | number | boolean | undefined;
2402
2463
  "pink-cursor-background"?: string | number | boolean | undefined;
2464
+ "pink-cursor-border-prominent"?: string | number | boolean | undefined;
2403
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;
2404
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;
2405
2471
  "black-sticky-background"?: string | number | boolean | undefined;
2406
2472
  "coral-sticky-background"?: string | number | boolean | undefined;
2407
2473
  "cyan-sticky-background"?: string | number | boolean | undefined;
@@ -3188,11 +3254,17 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
3188
3254
  "cyan-comment-background": /*elided*/ any;
3189
3255
  "lime-comment-background": /*elided*/ any;
3190
3256
  "coal-cursor-background": /*elided*/ any;
3257
+ "coal-cursor-border": /*elided*/ any;
3258
+ "coal-cursor-border-prominent": /*elided*/ any;
3191
3259
  "coral-cursor-background": /*elided*/ any;
3260
+ "coral-cursor-border": /*elided*/ any;
3261
+ "coral-cursor-border-prominent": /*elided*/ any;
3192
3262
  "cyan-cursor-background": /*elided*/ any;
3193
- "light-cursor-background": /*elided*/ any;
3263
+ "cyan-cursor-border": /*elided*/ any;
3264
+ "cyan-cursor-border-prominent": /*elided*/ any;
3194
3265
  "light-coal-cursor-background": /*elided*/ any;
3195
3266
  "light-coral-cursor-background": /*elided*/ any;
3267
+ "light-cursor-background": /*elided*/ any;
3196
3268
  "light-cyan-cursor-background": /*elided*/ any;
3197
3269
  "light-lilac-cursor-background": /*elided*/ any;
3198
3270
  "light-lime-cursor-background": /*elided*/ any;
@@ -3202,13 +3274,29 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
3202
3274
  "light-sunshine-cursor-background": /*elided*/ any;
3203
3275
  "light-teal-cursor-background": /*elided*/ any;
3204
3276
  "lilac-cursor-background": /*elided*/ any;
3277
+ "lilac-cursor-border": /*elided*/ any;
3278
+ "lilac-cursor-border-prominent": /*elided*/ any;
3205
3279
  "lime-cursor-background": /*elided*/ any;
3280
+ "lime-cursor-border": /*elided*/ any;
3281
+ "lime-cursor-border-prominent": /*elided*/ any;
3206
3282
  "moss-cursor-background": /*elided*/ any;
3283
+ "moss-cursor-border": /*elided*/ any;
3284
+ "moss-cursor-border-prominent": /*elided*/ any;
3207
3285
  "ocean-cursor-background": /*elided*/ any;
3286
+ "ocean-cursor-border": /*elided*/ any;
3287
+ "ocean-cursor-border-prominent": /*elided*/ any;
3208
3288
  "orange-cursor-background": /*elided*/ any;
3289
+ "orange-cursor-border": /*elided*/ any;
3290
+ "orange-cursor-border-prominent": /*elided*/ any;
3291
+ "pink-coal-border": /*elided*/ any;
3209
3292
  "pink-cursor-background": /*elided*/ any;
3293
+ "pink-cursor-border-prominent": /*elided*/ any;
3210
3294
  "sunshine-cursor-background": /*elided*/ any;
3295
+ "sunshine-cursor-border": /*elided*/ any;
3296
+ "susnhine-cursor-border-prominent": /*elided*/ any;
3211
3297
  "teal-cursor-background": /*elided*/ any;
3298
+ "teal-cursor-border": /*elided*/ any;
3299
+ "teal-cursor-border-prominent": /*elided*/ any;
3212
3300
  "black-sticky-background": /*elided*/ any;
3213
3301
  "coral-sticky-background": /*elided*/ any;
3214
3302
  "cyan-sticky-background": /*elided*/ any;
@@ -4158,11 +4246,17 @@ declare const globalCss: <Styles extends {
4158
4246
  "cyan-comment-background": /*elided*/ any;
4159
4247
  "lime-comment-background": /*elided*/ any;
4160
4248
  "coal-cursor-background": /*elided*/ any;
4249
+ "coal-cursor-border": /*elided*/ any;
4250
+ "coal-cursor-border-prominent": /*elided*/ any;
4161
4251
  "coral-cursor-background": /*elided*/ any;
4252
+ "coral-cursor-border": /*elided*/ any;
4253
+ "coral-cursor-border-prominent": /*elided*/ any;
4162
4254
  "cyan-cursor-background": /*elided*/ any;
4163
- "light-cursor-background": /*elided*/ any;
4255
+ "cyan-cursor-border": /*elided*/ any;
4256
+ "cyan-cursor-border-prominent": /*elided*/ any;
4164
4257
  "light-coal-cursor-background": /*elided*/ any;
4165
4258
  "light-coral-cursor-background": /*elided*/ any;
4259
+ "light-cursor-background": /*elided*/ any;
4166
4260
  "light-cyan-cursor-background": /*elided*/ any;
4167
4261
  "light-lilac-cursor-background": /*elided*/ any;
4168
4262
  "light-lime-cursor-background": /*elided*/ any;
@@ -4172,13 +4266,29 @@ declare const globalCss: <Styles extends {
4172
4266
  "light-sunshine-cursor-background": /*elided*/ any;
4173
4267
  "light-teal-cursor-background": /*elided*/ any;
4174
4268
  "lilac-cursor-background": /*elided*/ any;
4269
+ "lilac-cursor-border": /*elided*/ any;
4270
+ "lilac-cursor-border-prominent": /*elided*/ any;
4175
4271
  "lime-cursor-background": /*elided*/ any;
4272
+ "lime-cursor-border": /*elided*/ any;
4273
+ "lime-cursor-border-prominent": /*elided*/ any;
4176
4274
  "moss-cursor-background": /*elided*/ any;
4275
+ "moss-cursor-border": /*elided*/ any;
4276
+ "moss-cursor-border-prominent": /*elided*/ any;
4177
4277
  "ocean-cursor-background": /*elided*/ any;
4278
+ "ocean-cursor-border": /*elided*/ any;
4279
+ "ocean-cursor-border-prominent": /*elided*/ any;
4178
4280
  "orange-cursor-background": /*elided*/ any;
4281
+ "orange-cursor-border": /*elided*/ any;
4282
+ "orange-cursor-border-prominent": /*elided*/ any;
4283
+ "pink-coal-border": /*elided*/ any;
4179
4284
  "pink-cursor-background": /*elided*/ any;
4285
+ "pink-cursor-border-prominent": /*elided*/ any;
4180
4286
  "sunshine-cursor-background": /*elided*/ any;
4287
+ "sunshine-cursor-border": /*elided*/ any;
4288
+ "susnhine-cursor-border-prominent": /*elided*/ any;
4181
4289
  "teal-cursor-background": /*elided*/ any;
4290
+ "teal-cursor-border": /*elided*/ any;
4291
+ "teal-cursor-border-prominent": /*elided*/ any;
4182
4292
  "black-sticky-background": /*elided*/ any;
4183
4293
  "coral-sticky-background": /*elided*/ any;
4184
4294
  "cyan-sticky-background": /*elided*/ any;
@@ -5110,11 +5220,17 @@ declare const globalCss: <Styles extends {
5110
5220
  "cyan-comment-background": /*elided*/ any;
5111
5221
  "lime-comment-background": /*elided*/ any;
5112
5222
  "coal-cursor-background": /*elided*/ any;
5223
+ "coal-cursor-border": /*elided*/ any;
5224
+ "coal-cursor-border-prominent": /*elided*/ any;
5113
5225
  "coral-cursor-background": /*elided*/ any;
5226
+ "coral-cursor-border": /*elided*/ any;
5227
+ "coral-cursor-border-prominent": /*elided*/ any;
5114
5228
  "cyan-cursor-background": /*elided*/ any;
5115
- "light-cursor-background": /*elided*/ any;
5229
+ "cyan-cursor-border": /*elided*/ any;
5230
+ "cyan-cursor-border-prominent": /*elided*/ any;
5116
5231
  "light-coal-cursor-background": /*elided*/ any;
5117
5232
  "light-coral-cursor-background": /*elided*/ any;
5233
+ "light-cursor-background": /*elided*/ any;
5118
5234
  "light-cyan-cursor-background": /*elided*/ any;
5119
5235
  "light-lilac-cursor-background": /*elided*/ any;
5120
5236
  "light-lime-cursor-background": /*elided*/ any;
@@ -5124,13 +5240,29 @@ declare const globalCss: <Styles extends {
5124
5240
  "light-sunshine-cursor-background": /*elided*/ any;
5125
5241
  "light-teal-cursor-background": /*elided*/ any;
5126
5242
  "lilac-cursor-background": /*elided*/ any;
5243
+ "lilac-cursor-border": /*elided*/ any;
5244
+ "lilac-cursor-border-prominent": /*elided*/ any;
5127
5245
  "lime-cursor-background": /*elided*/ any;
5246
+ "lime-cursor-border": /*elided*/ any;
5247
+ "lime-cursor-border-prominent": /*elided*/ any;
5128
5248
  "moss-cursor-background": /*elided*/ any;
5249
+ "moss-cursor-border": /*elided*/ any;
5250
+ "moss-cursor-border-prominent": /*elided*/ any;
5129
5251
  "ocean-cursor-background": /*elided*/ any;
5252
+ "ocean-cursor-border": /*elided*/ any;
5253
+ "ocean-cursor-border-prominent": /*elided*/ any;
5130
5254
  "orange-cursor-background": /*elided*/ any;
5255
+ "orange-cursor-border": /*elided*/ any;
5256
+ "orange-cursor-border-prominent": /*elided*/ any;
5257
+ "pink-coal-border": /*elided*/ any;
5131
5258
  "pink-cursor-background": /*elided*/ any;
5259
+ "pink-cursor-border-prominent": /*elided*/ any;
5132
5260
  "sunshine-cursor-background": /*elided*/ any;
5261
+ "sunshine-cursor-border": /*elided*/ any;
5262
+ "susnhine-cursor-border-prominent": /*elided*/ any;
5133
5263
  "teal-cursor-background": /*elided*/ any;
5264
+ "teal-cursor-border": /*elided*/ any;
5265
+ "teal-cursor-border-prominent": /*elided*/ any;
5134
5266
  "black-sticky-background": /*elided*/ any;
5135
5267
  "coral-sticky-background": /*elided*/ any;
5136
5268
  "cyan-sticky-background": /*elided*/ any;
@@ -6065,11 +6197,17 @@ declare const keyframes: (style: {
6065
6197
  "cyan-comment-background": /*elided*/ any;
6066
6198
  "lime-comment-background": /*elided*/ any;
6067
6199
  "coal-cursor-background": /*elided*/ any;
6200
+ "coal-cursor-border": /*elided*/ any;
6201
+ "coal-cursor-border-prominent": /*elided*/ any;
6068
6202
  "coral-cursor-background": /*elided*/ any;
6203
+ "coral-cursor-border": /*elided*/ any;
6204
+ "coral-cursor-border-prominent": /*elided*/ any;
6069
6205
  "cyan-cursor-background": /*elided*/ any;
6070
- "light-cursor-background": /*elided*/ any;
6206
+ "cyan-cursor-border": /*elided*/ any;
6207
+ "cyan-cursor-border-prominent": /*elided*/ any;
6071
6208
  "light-coal-cursor-background": /*elided*/ any;
6072
6209
  "light-coral-cursor-background": /*elided*/ any;
6210
+ "light-cursor-background": /*elided*/ any;
6073
6211
  "light-cyan-cursor-background": /*elided*/ any;
6074
6212
  "light-lilac-cursor-background": /*elided*/ any;
6075
6213
  "light-lime-cursor-background": /*elided*/ any;
@@ -6079,13 +6217,29 @@ declare const keyframes: (style: {
6079
6217
  "light-sunshine-cursor-background": /*elided*/ any;
6080
6218
  "light-teal-cursor-background": /*elided*/ any;
6081
6219
  "lilac-cursor-background": /*elided*/ any;
6220
+ "lilac-cursor-border": /*elided*/ any;
6221
+ "lilac-cursor-border-prominent": /*elided*/ any;
6082
6222
  "lime-cursor-background": /*elided*/ any;
6223
+ "lime-cursor-border": /*elided*/ any;
6224
+ "lime-cursor-border-prominent": /*elided*/ any;
6083
6225
  "moss-cursor-background": /*elided*/ any;
6226
+ "moss-cursor-border": /*elided*/ any;
6227
+ "moss-cursor-border-prominent": /*elided*/ any;
6084
6228
  "ocean-cursor-background": /*elided*/ any;
6229
+ "ocean-cursor-border": /*elided*/ any;
6230
+ "ocean-cursor-border-prominent": /*elided*/ any;
6085
6231
  "orange-cursor-background": /*elided*/ any;
6232
+ "orange-cursor-border": /*elided*/ any;
6233
+ "orange-cursor-border-prominent": /*elided*/ any;
6234
+ "pink-coal-border": /*elided*/ any;
6086
6235
  "pink-cursor-background": /*elided*/ any;
6236
+ "pink-cursor-border-prominent": /*elided*/ any;
6087
6237
  "sunshine-cursor-background": /*elided*/ any;
6238
+ "sunshine-cursor-border": /*elided*/ any;
6239
+ "susnhine-cursor-border-prominent": /*elided*/ any;
6088
6240
  "teal-cursor-background": /*elided*/ any;
6241
+ "teal-cursor-border": /*elided*/ any;
6242
+ "teal-cursor-border-prominent": /*elided*/ any;
6089
6243
  "black-sticky-background": /*elided*/ any;
6090
6244
  "coral-sticky-background": /*elided*/ any;
6091
6245
  "cyan-sticky-background": /*elided*/ any;
@@ -7189,11 +7343,17 @@ declare const theme: {
7189
7343
  "cyan-comment-background": _mirohq_design_system_themes.Color;
7190
7344
  "lime-comment-background": _mirohq_design_system_themes.Color;
7191
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;
7192
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;
7193
7351
  "cyan-cursor-background": _mirohq_design_system_themes.Color;
7194
- "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;
7195
7354
  "light-coal-cursor-background": _mirohq_design_system_themes.Color;
7196
7355
  "light-coral-cursor-background": _mirohq_design_system_themes.Color;
7356
+ "light-cursor-background": _mirohq_design_system_themes.Color;
7197
7357
  "light-cyan-cursor-background": _mirohq_design_system_themes.Color;
7198
7358
  "light-lilac-cursor-background": _mirohq_design_system_themes.Color;
7199
7359
  "light-lime-cursor-background": _mirohq_design_system_themes.Color;
@@ -7203,13 +7363,29 @@ declare const theme: {
7203
7363
  "light-sunshine-cursor-background": _mirohq_design_system_themes.Color;
7204
7364
  "light-teal-cursor-background": _mirohq_design_system_themes.Color;
7205
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;
7206
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;
7207
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;
7208
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;
7209
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;
7380
+ "pink-coal-border": _mirohq_design_system_themes.Color;
7210
7381
  "pink-cursor-background": _mirohq_design_system_themes.Color;
7382
+ "pink-cursor-border-prominent": _mirohq_design_system_themes.Color;
7211
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;
7212
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;
7213
7389
  "black-sticky-background": _mirohq_design_system_themes.Color;
7214
7390
  "coral-sticky-background": _mirohq_design_system_themes.Color;
7215
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.37",
3
+ "version": "2.6.39",
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.0",
31
30
  "@mirohq/design-system-types": "^0.10.0",
31
+ "@mirohq/design-system-themes": "^0.19.2",
32
32
  "@mirohq/design-tokens": "^6.7.0"
33
33
  },
34
34
  "devDependencies": {