@mirohq/design-system-stitches 2.6.39 → 3.0.0-pdl-removing-ffs.0

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 +14 -22
  2. package/package.json +4 -4
package/dist/types.d.ts CHANGED
@@ -659,9 +659,9 @@ declare const config: {
659
659
  "orange-cursor-background": /*elided*/ any;
660
660
  "orange-cursor-border": /*elided*/ any;
661
661
  "orange-cursor-border-prominent": /*elided*/ any;
662
- "pink-coal-border": /*elided*/ any;
663
662
  "pink-cursor-background": /*elided*/ any;
664
663
  "pink-cursor-border-prominent": /*elided*/ any;
664
+ "pink-cursor-coal-border": /*elided*/ any;
665
665
  "sunshine-cursor-background": /*elided*/ any;
666
666
  "sunshine-cursor-border": /*elided*/ any;
667
667
  "susnhine-cursor-border-prominent": /*elided*/ any;
@@ -786,8 +786,7 @@ declare const config: {
786
786
  };
787
787
  fonts: {
788
788
  readonly heading: "Roobert PRO, Roobert, Noto Sans KR, Noto Sans JP, sans-serif";
789
- readonly body: "Open Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
790
- readonly 'body-v1': "Noto Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
789
+ readonly body: "Noto Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
791
790
  };
792
791
  radii: {
793
792
  readonly 0: "0px";
@@ -1636,9 +1635,9 @@ declare const createTheme: <Argument0 extends string | ({
1636
1635
  "orange-cursor-background"?: string | number | boolean | undefined;
1637
1636
  "orange-cursor-border"?: string | number | boolean | undefined;
1638
1637
  "orange-cursor-border-prominent"?: string | number | boolean | undefined;
1639
- "pink-coal-border"?: string | number | boolean | undefined;
1640
1638
  "pink-cursor-background"?: string | number | boolean | undefined;
1641
1639
  "pink-cursor-border-prominent"?: string | number | boolean | undefined;
1640
+ "pink-cursor-coal-border"?: string | number | boolean | undefined;
1642
1641
  "sunshine-cursor-background"?: string | number | boolean | undefined;
1643
1642
  "sunshine-cursor-border"?: string | number | boolean | undefined;
1644
1643
  "susnhine-cursor-border-prominent"?: string | number | boolean | undefined;
@@ -1764,7 +1763,6 @@ declare const createTheme: <Argument0 extends string | ({
1764
1763
  fonts?: {
1765
1764
  readonly heading?: string | number | boolean | undefined;
1766
1765
  readonly body?: string | number | boolean | undefined;
1767
- readonly 'body-v1'?: string | number | boolean | undefined;
1768
1766
  } | undefined;
1769
1767
  radii?: {
1770
1768
  readonly 0?: string | number | boolean | undefined;
@@ -2459,9 +2457,9 @@ declare const createTheme: <Argument0 extends string | ({
2459
2457
  "orange-cursor-background"?: string | number | boolean | undefined;
2460
2458
  "orange-cursor-border"?: string | number | boolean | undefined;
2461
2459
  "orange-cursor-border-prominent"?: string | number | boolean | undefined;
2462
- "pink-coal-border"?: string | number | boolean | undefined;
2463
2460
  "pink-cursor-background"?: string | number | boolean | undefined;
2464
2461
  "pink-cursor-border-prominent"?: string | number | boolean | undefined;
2462
+ "pink-cursor-coal-border"?: string | number | boolean | undefined;
2465
2463
  "sunshine-cursor-background"?: string | number | boolean | undefined;
2466
2464
  "sunshine-cursor-border"?: string | number | boolean | undefined;
2467
2465
  "susnhine-cursor-border-prominent"?: string | number | boolean | undefined;
@@ -2587,7 +2585,6 @@ declare const createTheme: <Argument0 extends string | ({
2587
2585
  fonts?: {
2588
2586
  readonly heading?: string | number | boolean | undefined;
2589
2587
  readonly body?: string | number | boolean | undefined;
2590
- readonly 'body-v1'?: string | number | boolean | undefined;
2591
2588
  } | undefined;
2592
2589
  radii?: {
2593
2590
  readonly 0?: string | number | boolean | undefined;
@@ -3288,9 +3285,9 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
3288
3285
  "orange-cursor-background": /*elided*/ any;
3289
3286
  "orange-cursor-border": /*elided*/ any;
3290
3287
  "orange-cursor-border-prominent": /*elided*/ any;
3291
- "pink-coal-border": /*elided*/ any;
3292
3288
  "pink-cursor-background": /*elided*/ any;
3293
3289
  "pink-cursor-border-prominent": /*elided*/ any;
3290
+ "pink-cursor-coal-border": /*elided*/ any;
3294
3291
  "sunshine-cursor-background": /*elided*/ any;
3295
3292
  "sunshine-cursor-border": /*elided*/ any;
3296
3293
  "susnhine-cursor-border-prominent": /*elided*/ any;
@@ -3415,8 +3412,7 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
3415
3412
  };
3416
3413
  fonts: {
3417
3414
  readonly heading: "Roobert PRO, Roobert, Noto Sans KR, Noto Sans JP, sans-serif";
3418
- readonly body: "Open Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
3419
- readonly 'body-v1': "Noto Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
3415
+ readonly body: "Noto Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
3420
3416
  };
3421
3417
  radii: {
3422
3418
  readonly 0: "0px";
@@ -4280,9 +4276,9 @@ declare const globalCss: <Styles extends {
4280
4276
  "orange-cursor-background": /*elided*/ any;
4281
4277
  "orange-cursor-border": /*elided*/ any;
4282
4278
  "orange-cursor-border-prominent": /*elided*/ any;
4283
- "pink-coal-border": /*elided*/ any;
4284
4279
  "pink-cursor-background": /*elided*/ any;
4285
4280
  "pink-cursor-border-prominent": /*elided*/ any;
4281
+ "pink-cursor-coal-border": /*elided*/ any;
4286
4282
  "sunshine-cursor-background": /*elided*/ any;
4287
4283
  "sunshine-cursor-border": /*elided*/ any;
4288
4284
  "susnhine-cursor-border-prominent": /*elided*/ any;
@@ -4407,8 +4403,7 @@ declare const globalCss: <Styles extends {
4407
4403
  };
4408
4404
  fonts: {
4409
4405
  readonly heading: "Roobert PRO, Roobert, Noto Sans KR, Noto Sans JP, sans-serif";
4410
- readonly body: "Open Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
4411
- readonly 'body-v1': "Noto Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
4406
+ readonly body: "Noto Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
4412
4407
  };
4413
4408
  radii: {
4414
4409
  readonly 0: "0px";
@@ -5254,9 +5249,9 @@ declare const globalCss: <Styles extends {
5254
5249
  "orange-cursor-background": /*elided*/ any;
5255
5250
  "orange-cursor-border": /*elided*/ any;
5256
5251
  "orange-cursor-border-prominent": /*elided*/ any;
5257
- "pink-coal-border": /*elided*/ any;
5258
5252
  "pink-cursor-background": /*elided*/ any;
5259
5253
  "pink-cursor-border-prominent": /*elided*/ any;
5254
+ "pink-cursor-coal-border": /*elided*/ any;
5260
5255
  "sunshine-cursor-background": /*elided*/ any;
5261
5256
  "sunshine-cursor-border": /*elided*/ any;
5262
5257
  "susnhine-cursor-border-prominent": /*elided*/ any;
@@ -5381,8 +5376,7 @@ declare const globalCss: <Styles extends {
5381
5376
  };
5382
5377
  fonts: {
5383
5378
  readonly heading: "Roobert PRO, Roobert, Noto Sans KR, Noto Sans JP, sans-serif";
5384
- readonly body: "Open Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
5385
- readonly 'body-v1': "Noto Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
5379
+ readonly body: "Noto Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
5386
5380
  };
5387
5381
  radii: {
5388
5382
  readonly 0: "0px";
@@ -6231,9 +6225,9 @@ declare const keyframes: (style: {
6231
6225
  "orange-cursor-background": /*elided*/ any;
6232
6226
  "orange-cursor-border": /*elided*/ any;
6233
6227
  "orange-cursor-border-prominent": /*elided*/ any;
6234
- "pink-coal-border": /*elided*/ any;
6235
6228
  "pink-cursor-background": /*elided*/ any;
6236
6229
  "pink-cursor-border-prominent": /*elided*/ any;
6230
+ "pink-cursor-coal-border": /*elided*/ any;
6237
6231
  "sunshine-cursor-background": /*elided*/ any;
6238
6232
  "sunshine-cursor-border": /*elided*/ any;
6239
6233
  "susnhine-cursor-border-prominent": /*elided*/ any;
@@ -6358,8 +6352,7 @@ declare const keyframes: (style: {
6358
6352
  };
6359
6353
  fonts: {
6360
6354
  readonly heading: "Roobert PRO, Roobert, Noto Sans KR, Noto Sans JP, sans-serif";
6361
- readonly body: "Open Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
6362
- readonly 'body-v1': "Noto Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
6355
+ readonly body: "Noto Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
6363
6356
  };
6364
6357
  radii: {
6365
6358
  readonly 0: "0px";
@@ -7377,9 +7370,9 @@ declare const theme: {
7377
7370
  "orange-cursor-background": _mirohq_design_system_themes.Color;
7378
7371
  "orange-cursor-border": _mirohq_design_system_themes.Color;
7379
7372
  "orange-cursor-border-prominent": _mirohq_design_system_themes.Color;
7380
- "pink-coal-border": _mirohq_design_system_themes.Color;
7381
7373
  "pink-cursor-background": _mirohq_design_system_themes.Color;
7382
7374
  "pink-cursor-border-prominent": _mirohq_design_system_themes.Color;
7375
+ "pink-cursor-coal-border": _mirohq_design_system_themes.Color;
7383
7376
  "sunshine-cursor-background": _mirohq_design_system_themes.Color;
7384
7377
  "sunshine-cursor-border": _mirohq_design_system_themes.Color;
7385
7378
  "susnhine-cursor-border-prominent": _mirohq_design_system_themes.Color;
@@ -7504,8 +7497,7 @@ declare const theme: {
7504
7497
  };
7505
7498
  fonts: {
7506
7499
  readonly heading: "Roobert PRO, Roobert, Noto Sans KR, Noto Sans JP, sans-serif";
7507
- readonly body: "Open Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
7508
- readonly 'body-v1': "Noto Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
7500
+ readonly body: "Noto Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
7509
7501
  };
7510
7502
  radii: {
7511
7503
  readonly 0: "0px";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-stitches",
3
- "version": "2.6.39",
3
+ "version": "3.0.0-pdl-removing-ffs.0",
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-types": "^0.10.0",
31
- "@mirohq/design-system-themes": "^0.19.2",
32
- "@mirohq/design-tokens": "^6.7.0"
30
+ "@mirohq/design-system-types": "^1.0.0-pdl-removing-ffs.0",
31
+ "@mirohq/design-tokens": "^7.0.0-pdl-removing-ffs.0",
32
+ "@mirohq/design-system-themes": "^1.0.0-pdl-removing-ffs.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/lodash.merge": "^4.6.7"