@mirohq/design-system-stitches 2.6.37-rename-colors-03212025.0 → 2.6.38

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 +176 -0
  2. package/package.json +4 -4
package/dist/types.d.ts CHANGED
@@ -624,6 +624,28 @@ 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;
627
649
  "coal-cursor-background": /*elided*/ any;
628
650
  "coral-cursor-background": /*elided*/ any;
629
651
  "cyan-cursor-background": /*elided*/ any;
@@ -1579,6 +1601,28 @@ declare const createTheme: <Argument0 extends string | ({
1579
1601
  "coral-comment-background"?: string | number | boolean | undefined;
1580
1602
  "cyan-comment-background"?: string | number | boolean | undefined;
1581
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;
1582
1626
  "coal-cursor-background"?: string | number | boolean | undefined;
1583
1627
  "coral-cursor-background"?: string | number | boolean | undefined;
1584
1628
  "cyan-cursor-background"?: string | number | boolean | undefined;
@@ -2380,6 +2424,28 @@ declare const createTheme: <Argument0 extends string | ({
2380
2424
  "coral-comment-background"?: string | number | boolean | undefined;
2381
2425
  "cyan-comment-background"?: string | number | boolean | undefined;
2382
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;
2383
2449
  "coal-cursor-background"?: string | number | boolean | undefined;
2384
2450
  "coral-cursor-background"?: string | number | boolean | undefined;
2385
2451
  "cyan-cursor-background"?: string | number | boolean | undefined;
@@ -3187,6 +3253,28 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
3187
3253
  "coral-comment-background": /*elided*/ any;
3188
3254
  "cyan-comment-background": /*elided*/ any;
3189
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;
3190
3278
  "coal-cursor-background": /*elided*/ any;
3191
3279
  "coral-cursor-background": /*elided*/ any;
3192
3280
  "cyan-cursor-background": /*elided*/ any;
@@ -4157,6 +4245,28 @@ declare const globalCss: <Styles extends {
4157
4245
  "coral-comment-background": /*elided*/ any;
4158
4246
  "cyan-comment-background": /*elided*/ any;
4159
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;
4160
4270
  "coal-cursor-background": /*elided*/ any;
4161
4271
  "coral-cursor-background": /*elided*/ any;
4162
4272
  "cyan-cursor-background": /*elided*/ any;
@@ -5109,6 +5219,28 @@ declare const globalCss: <Styles extends {
5109
5219
  "coral-comment-background": /*elided*/ any;
5110
5220
  "cyan-comment-background": /*elided*/ any;
5111
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;
5112
5244
  "coal-cursor-background": /*elided*/ any;
5113
5245
  "coral-cursor-background": /*elided*/ any;
5114
5246
  "cyan-cursor-background": /*elided*/ any;
@@ -6064,6 +6196,28 @@ declare const keyframes: (style: {
6064
6196
  "coral-comment-background": /*elided*/ any;
6065
6197
  "cyan-comment-background": /*elided*/ any;
6066
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;
6067
6221
  "coal-cursor-background": /*elided*/ any;
6068
6222
  "coral-cursor-background": /*elided*/ any;
6069
6223
  "cyan-cursor-background": /*elided*/ any;
@@ -7188,6 +7342,28 @@ declare const theme: {
7188
7342
  "coral-comment-background": _mirohq_design_system_themes.Color;
7189
7343
  "cyan-comment-background": _mirohq_design_system_themes.Color;
7190
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;
7191
7367
  "coal-cursor-background": _mirohq_design_system_themes.Color;
7192
7368
  "coral-cursor-background": _mirohq_design_system_themes.Color;
7193
7369
  "cyan-cursor-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-rename-colors-03212025.0",
3
+ "version": "2.6.38",
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.19.0-rename-colors-03212025.0",
31
- "@mirohq/design-tokens": "^6.7.0",
32
- "@mirohq/design-system-types": "^0.10.0"
30
+ "@mirohq/design-system-themes": "^0.19.1",
31
+ "@mirohq/design-system-types": "^0.10.0",
32
+ "@mirohq/design-tokens": "^6.7.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/lodash.merge": "^4.6.7"