@mirohq/design-system-stitches 2.6.40 → 3.0.0-pdl-removing-ffs.1

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 +6 -14
  2. package/package.json +4 -4
package/dist/types.d.ts CHANGED
@@ -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";
@@ -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;
@@ -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;
@@ -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";
@@ -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";
@@ -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";
@@ -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";
@@ -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.40",
3
+ "version": "3.0.0-pdl-removing-ffs.1",
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.20.0",
32
- "@mirohq/design-tokens": "^6.7.0"
30
+ "@mirohq/design-system-themes": "^1.0.0-pdl-removing-ffs.1",
31
+ "@mirohq/design-system-types": "^1.0.0-pdl-removing-ffs.1",
32
+ "@mirohq/design-tokens": "^7.0.0-pdl-removing-ffs.1"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/lodash.merge": "^4.6.7"