@mirohq/design-system-stitches 3.3.17 → 3.3.19

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 +8 -0
  2. package/package.json +3 -3
package/dist/types.d.ts CHANGED
@@ -7154,6 +7154,7 @@ declare const config: {
7154
7154
  fonts: {
7155
7155
  readonly heading: "Roobert PRO, Roobert, Noto Sans KR, Noto Sans JP, sans-serif";
7156
7156
  readonly body: "Noto Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
7157
+ readonly display: "'Apris Trial', Noto Sans, Noto Sans KR, Noto Sans JP, sans-serif";
7157
7158
  };
7158
7159
  radii: {
7159
7160
  readonly 0: "0px";
@@ -8396,6 +8397,7 @@ declare const createTheme: <Argument0 extends string | ({
8396
8397
  fonts?: {
8397
8398
  readonly heading?: string | number | boolean | undefined;
8398
8399
  readonly body?: string | number | boolean | undefined;
8400
+ readonly display?: string | number | boolean | undefined;
8399
8401
  } | undefined;
8400
8402
  radii?: {
8401
8403
  readonly 0?: string | number | boolean | undefined;
@@ -9483,6 +9485,7 @@ declare const createTheme: <Argument0 extends string | ({
9483
9485
  fonts?: {
9484
9486
  readonly heading?: string | number | boolean | undefined;
9485
9487
  readonly body?: string | number | boolean | undefined;
9488
+ readonly display?: string | number | boolean | undefined;
9486
9489
  } | undefined;
9487
9490
  radii?: {
9488
9491
  readonly 0?: string | number | boolean | undefined;
@@ -10576,6 +10579,7 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
10576
10579
  fonts: {
10577
10580
  readonly heading: "Roobert PRO, Roobert, Noto Sans KR, Noto Sans JP, sans-serif";
10578
10581
  readonly body: "Noto Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
10582
+ readonly display: "'Apris Trial', Noto Sans, Noto Sans KR, Noto Sans JP, sans-serif";
10579
10583
  };
10580
10584
  radii: {
10581
10585
  readonly 0: "0px";
@@ -11833,6 +11837,7 @@ declare const globalCss: <Styles extends {
11833
11837
  fonts: {
11834
11838
  readonly heading: "Roobert PRO, Roobert, Noto Sans KR, Noto Sans JP, sans-serif";
11835
11839
  readonly body: "Noto Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
11840
+ readonly display: "'Apris Trial', Noto Sans, Noto Sans KR, Noto Sans JP, sans-serif";
11836
11841
  };
11837
11842
  radii: {
11838
11843
  readonly 0: "0px";
@@ -13072,6 +13077,7 @@ declare const globalCss: <Styles extends {
13072
13077
  fonts: {
13073
13078
  readonly heading: "Roobert PRO, Roobert, Noto Sans KR, Noto Sans JP, sans-serif";
13074
13079
  readonly body: "Noto Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
13080
+ readonly display: "'Apris Trial', Noto Sans, Noto Sans KR, Noto Sans JP, sans-serif";
13075
13081
  };
13076
13082
  radii: {
13077
13083
  readonly 0: "0px";
@@ -14314,6 +14320,7 @@ declare const keyframes: (style: {
14314
14320
  fonts: {
14315
14321
  readonly heading: "Roobert PRO, Roobert, Noto Sans KR, Noto Sans JP, sans-serif";
14316
14322
  readonly body: "Noto Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
14323
+ readonly display: "'Apris Trial', Noto Sans, Noto Sans KR, Noto Sans JP, sans-serif";
14317
14324
  };
14318
14325
  radii: {
14319
14326
  readonly 0: "0px";
@@ -15726,6 +15733,7 @@ declare const theme: {
15726
15733
  fonts: {
15727
15734
  readonly heading: "Roobert PRO, Roobert, Noto Sans KR, Noto Sans JP, sans-serif";
15728
15735
  readonly body: "Noto Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
15736
+ readonly display: "'Apris Trial', Noto Sans, Noto Sans KR, Noto Sans JP, sans-serif";
15729
15737
  };
15730
15738
  radii: {
15731
15739
  readonly 0: "0px";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-stitches",
3
- "version": "3.3.17",
3
+ "version": "3.3.19",
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": "^1.3.16",
30
31
  "@mirohq/design-system-types": "^1.0.3",
31
- "@mirohq/design-tokens": "^12.0.0",
32
- "@mirohq/design-system-themes": "^1.3.14"
32
+ "@mirohq/design-tokens": "^12.1.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/lodash.merge": "^4.6.7"