@mirohq/design-system-stitches 2.6.14 → 2.6.15

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 +16 -16
  2. package/package.json +3 -3
package/dist/types.d.ts CHANGED
@@ -348,8 +348,8 @@ declare const config: {
348
348
  readonly 1600: "8.5rem";
349
349
  };
350
350
  fonts: {
351
- readonly primary: "Roobert PRO";
352
- readonly secondary: "Open Sans";
351
+ heading: any;
352
+ body: any;
353
353
  };
354
354
  radii: {
355
355
  readonly 0: "0px";
@@ -929,8 +929,8 @@ declare const createTheme: <Argument0 extends string | ({
929
929
  readonly 1600?: string | number | boolean | undefined;
930
930
  } | undefined;
931
931
  fonts?: {
932
- readonly primary?: string | number | boolean | undefined;
933
- readonly secondary?: string | number | boolean | undefined;
932
+ heading?: string | number | boolean | undefined;
933
+ body?: string | number | boolean | undefined;
934
934
  } | undefined;
935
935
  radii?: {
936
936
  readonly 0?: string | number | boolean | undefined;
@@ -1326,8 +1326,8 @@ declare const createTheme: <Argument0 extends string | ({
1326
1326
  readonly 1600?: string | number | boolean | undefined;
1327
1327
  } | undefined;
1328
1328
  fonts?: {
1329
- readonly primary?: string | number | boolean | undefined;
1330
- readonly secondary?: string | number | boolean | undefined;
1329
+ heading?: string | number | boolean | undefined;
1330
+ body?: string | number | boolean | undefined;
1331
1331
  } | undefined;
1332
1332
  radii?: {
1333
1333
  readonly 0?: string | number | boolean | undefined;
@@ -1729,8 +1729,8 @@ declare const css: <Composers extends (string | _stitches_react_types_util.Funct
1729
1729
  readonly 1600: "8.5rem";
1730
1730
  };
1731
1731
  fonts: {
1732
- readonly primary: "Roobert PRO";
1733
- readonly secondary: "Open Sans";
1732
+ heading: any;
1733
+ body: any;
1734
1734
  };
1735
1735
  radii: {
1736
1736
  readonly 0: "0px";
@@ -2325,8 +2325,8 @@ declare const globalCss: <Styles extends {
2325
2325
  readonly 1600: "8.5rem";
2326
2326
  };
2327
2327
  fonts: {
2328
- readonly primary: "Roobert PRO";
2329
- readonly secondary: "Open Sans";
2328
+ heading: any;
2329
+ body: any;
2330
2330
  };
2331
2331
  radii: {
2332
2332
  readonly 0: "0px";
@@ -2903,8 +2903,8 @@ declare const globalCss: <Styles extends {
2903
2903
  readonly 1600: "8.5rem";
2904
2904
  };
2905
2905
  fonts: {
2906
- readonly primary: "Roobert PRO";
2907
- readonly secondary: "Open Sans";
2906
+ heading: any;
2907
+ body: any;
2908
2908
  };
2909
2909
  radii: {
2910
2910
  readonly 0: "0px";
@@ -3482,8 +3482,8 @@ declare const keyframes: (style: {
3482
3482
  readonly 1600: "8.5rem";
3483
3483
  };
3484
3484
  fonts: {
3485
- readonly primary: "Roobert PRO";
3486
- readonly secondary: "Open Sans";
3485
+ heading: any;
3486
+ body: any;
3487
3487
  };
3488
3488
  radii: {
3489
3489
  readonly 0: "0px";
@@ -4230,8 +4230,8 @@ declare const theme: {
4230
4230
  readonly 1600: "8.5rem";
4231
4231
  };
4232
4232
  fonts: {
4233
- readonly primary: "Roobert PRO";
4234
- readonly secondary: "Open Sans";
4233
+ heading: "Roobert PRO, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
4234
+ body: "Open Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
4235
4235
  };
4236
4236
  radii: {
4237
4237
  readonly 0: "0px";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-stitches",
3
- "version": "2.6.14",
3
+ "version": "2.6.15",
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.8.1",
30
+ "@mirohq/design-system-themes": "^0.8.2",
31
31
  "@mirohq/design-system-types": "^0.10.0",
32
- "@mirohq/design-tokens": "^6.0.1"
32
+ "@mirohq/design-tokens": "^6.1.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/lodash.merge": "^4.6.7"