@mirohq/design-system-stitches 2.6.37 → 2.6.38-v1.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 +6 -14
  2. package/package.json +4 -4
package/dist/types.d.ts CHANGED
@@ -764,8 +764,7 @@ declare const config: {
764
764
  };
765
765
  fonts: {
766
766
  readonly heading: "Roobert PRO, Roobert, Noto Sans KR, Noto Sans JP, sans-serif";
767
- readonly body: "Open Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
768
- readonly 'body-v1': "Noto Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
767
+ readonly body: "Noto Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
769
768
  };
770
769
  radii: {
771
770
  readonly 0: "0px";
@@ -1720,7 +1719,6 @@ declare const createTheme: <Argument0 extends string | ({
1720
1719
  fonts?: {
1721
1720
  readonly heading?: string | number | boolean | undefined;
1722
1721
  readonly body?: string | number | boolean | undefined;
1723
- readonly 'body-v1'?: string | number | boolean | undefined;
1724
1722
  } | undefined;
1725
1723
  radii?: {
1726
1724
  readonly 0?: string | number | boolean | undefined;
@@ -2521,7 +2519,6 @@ declare const createTheme: <Argument0 extends string | ({
2521
2519
  fonts?: {
2522
2520
  readonly heading?: string | number | boolean | undefined;
2523
2521
  readonly body?: string | number | boolean | undefined;
2524
- readonly 'body-v1'?: string | number | boolean | undefined;
2525
2522
  } | undefined;
2526
2523
  radii?: {
2527
2524
  readonly 0?: string | number | boolean | undefined;
@@ -3327,8 +3324,7 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
3327
3324
  };
3328
3325
  fonts: {
3329
3326
  readonly heading: "Roobert PRO, Roobert, Noto Sans KR, Noto Sans JP, sans-serif";
3330
- readonly body: "Open Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
3331
- readonly 'body-v1': "Noto Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
3327
+ readonly body: "Noto Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
3332
3328
  };
3333
3329
  radii: {
3334
3330
  readonly 0: "0px";
@@ -4297,8 +4293,7 @@ declare const globalCss: <Styles extends {
4297
4293
  };
4298
4294
  fonts: {
4299
4295
  readonly heading: "Roobert PRO, Roobert, Noto Sans KR, Noto Sans JP, sans-serif";
4300
- readonly body: "Open Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
4301
- readonly 'body-v1': "Noto Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
4296
+ readonly body: "Noto Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
4302
4297
  };
4303
4298
  radii: {
4304
4299
  readonly 0: "0px";
@@ -5249,8 +5244,7 @@ declare const globalCss: <Styles extends {
5249
5244
  };
5250
5245
  fonts: {
5251
5246
  readonly heading: "Roobert PRO, Roobert, Noto Sans KR, Noto Sans JP, sans-serif";
5252
- readonly body: "Open Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
5253
- readonly 'body-v1': "Noto Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
5247
+ readonly body: "Noto Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
5254
5248
  };
5255
5249
  radii: {
5256
5250
  readonly 0: "0px";
@@ -6204,8 +6198,7 @@ declare const keyframes: (style: {
6204
6198
  };
6205
6199
  fonts: {
6206
6200
  readonly heading: "Roobert PRO, Roobert, Noto Sans KR, Noto Sans JP, sans-serif";
6207
- readonly body: "Open Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
6208
- readonly 'body-v1': "Noto Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
6201
+ readonly body: "Noto Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
6209
6202
  };
6210
6203
  radii: {
6211
6204
  readonly 0: "0px";
@@ -7328,8 +7321,7 @@ declare const theme: {
7328
7321
  };
7329
7322
  fonts: {
7330
7323
  readonly heading: "Roobert PRO, Roobert, Noto Sans KR, Noto Sans JP, sans-serif";
7331
- readonly body: "Open Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
7332
- readonly 'body-v1': "Noto Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
7324
+ readonly body: "Noto Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
7333
7325
  };
7334
7326
  radii: {
7335
7327
  readonly 0: "0px";
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.38-v1.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-themes": "^0.19.0",
31
- "@mirohq/design-system-types": "^0.10.0",
32
- "@mirohq/design-tokens": "^6.7.0"
30
+ "@mirohq/design-system-themes": "^0.19.1-v1.0",
31
+ "@mirohq/design-tokens": "^7.0.0-v1.0",
32
+ "@mirohq/design-system-types": "^0.10.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/lodash.merge": "^4.6.7"