@mirohq/design-system-stitches 3.3.18 → 3.3.20

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 -0
  2. package/package.json +4 -4
package/dist/types.d.ts CHANGED
@@ -6744,6 +6744,7 @@ declare const config: {
6744
6744
  "switch-background-default": /*elided*/ any;
6745
6745
  "switch-background-hover": /*elided*/ any;
6746
6746
  "switch-control-background": /*elided*/ any;
6747
+ "tab-background-selected": /*elided*/ any;
6747
6748
  "tooltip-background": /*elided*/ any;
6748
6749
  "tooltip-background-inset": /*elided*/ any;
6749
6750
  "icon-danger": /*elided*/ any;
@@ -7154,6 +7155,7 @@ declare const config: {
7154
7155
  fonts: {
7155
7156
  readonly heading: "Roobert PRO, Roobert, Noto Sans KR, Noto Sans JP, sans-serif";
7156
7157
  readonly body: "Noto Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
7158
+ readonly display: "'Apris Trial', Noto Sans, Noto Sans KR, Noto Sans JP, sans-serif";
7157
7159
  };
7158
7160
  radii: {
7159
7161
  readonly 0: "0px";
@@ -7986,6 +7988,7 @@ declare const createTheme: <Argument0 extends string | ({
7986
7988
  "switch-background-default"?: string | number | boolean | undefined;
7987
7989
  "switch-background-hover"?: string | number | boolean | undefined;
7988
7990
  "switch-control-background"?: string | number | boolean | undefined;
7991
+ "tab-background-selected"?: string | number | boolean | undefined;
7989
7992
  "tooltip-background"?: string | number | boolean | undefined;
7990
7993
  "tooltip-background-inset"?: string | number | boolean | undefined;
7991
7994
  "icon-danger"?: string | number | boolean | undefined;
@@ -8396,6 +8399,7 @@ declare const createTheme: <Argument0 extends string | ({
8396
8399
  fonts?: {
8397
8400
  readonly heading?: string | number | boolean | undefined;
8398
8401
  readonly body?: string | number | boolean | undefined;
8402
+ readonly display?: string | number | boolean | undefined;
8399
8403
  } | undefined;
8400
8404
  radii?: {
8401
8405
  readonly 0?: string | number | boolean | undefined;
@@ -9073,6 +9077,7 @@ declare const createTheme: <Argument0 extends string | ({
9073
9077
  "switch-background-default"?: string | number | boolean | undefined;
9074
9078
  "switch-background-hover"?: string | number | boolean | undefined;
9075
9079
  "switch-control-background"?: string | number | boolean | undefined;
9080
+ "tab-background-selected"?: string | number | boolean | undefined;
9076
9081
  "tooltip-background"?: string | number | boolean | undefined;
9077
9082
  "tooltip-background-inset"?: string | number | boolean | undefined;
9078
9083
  "icon-danger"?: string | number | boolean | undefined;
@@ -9483,6 +9488,7 @@ declare const createTheme: <Argument0 extends string | ({
9483
9488
  fonts?: {
9484
9489
  readonly heading?: string | number | boolean | undefined;
9485
9490
  readonly body?: string | number | boolean | undefined;
9491
+ readonly display?: string | number | boolean | undefined;
9486
9492
  } | undefined;
9487
9493
  radii?: {
9488
9494
  readonly 0?: string | number | boolean | undefined;
@@ -10166,6 +10172,7 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
10166
10172
  "switch-background-default": /*elided*/ any;
10167
10173
  "switch-background-hover": /*elided*/ any;
10168
10174
  "switch-control-background": /*elided*/ any;
10175
+ "tab-background-selected": /*elided*/ any;
10169
10176
  "tooltip-background": /*elided*/ any;
10170
10177
  "tooltip-background-inset": /*elided*/ any;
10171
10178
  "icon-danger": /*elided*/ any;
@@ -10576,6 +10583,7 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
10576
10583
  fonts: {
10577
10584
  readonly heading: "Roobert PRO, Roobert, Noto Sans KR, Noto Sans JP, sans-serif";
10578
10585
  readonly body: "Noto Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
10586
+ readonly display: "'Apris Trial', Noto Sans, Noto Sans KR, Noto Sans JP, sans-serif";
10579
10587
  };
10580
10588
  radii: {
10581
10589
  readonly 0: "0px";
@@ -11423,6 +11431,7 @@ declare const globalCss: <Styles extends {
11423
11431
  "switch-background-default": /*elided*/ any;
11424
11432
  "switch-background-hover": /*elided*/ any;
11425
11433
  "switch-control-background": /*elided*/ any;
11434
+ "tab-background-selected": /*elided*/ any;
11426
11435
  "tooltip-background": /*elided*/ any;
11427
11436
  "tooltip-background-inset": /*elided*/ any;
11428
11437
  "icon-danger": /*elided*/ any;
@@ -11833,6 +11842,7 @@ declare const globalCss: <Styles extends {
11833
11842
  fonts: {
11834
11843
  readonly heading: "Roobert PRO, Roobert, Noto Sans KR, Noto Sans JP, sans-serif";
11835
11844
  readonly body: "Noto Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
11845
+ readonly display: "'Apris Trial', Noto Sans, Noto Sans KR, Noto Sans JP, sans-serif";
11836
11846
  };
11837
11847
  radii: {
11838
11848
  readonly 0: "0px";
@@ -12662,6 +12672,7 @@ declare const globalCss: <Styles extends {
12662
12672
  "switch-background-default": /*elided*/ any;
12663
12673
  "switch-background-hover": /*elided*/ any;
12664
12674
  "switch-control-background": /*elided*/ any;
12675
+ "tab-background-selected": /*elided*/ any;
12665
12676
  "tooltip-background": /*elided*/ any;
12666
12677
  "tooltip-background-inset": /*elided*/ any;
12667
12678
  "icon-danger": /*elided*/ any;
@@ -13072,6 +13083,7 @@ declare const globalCss: <Styles extends {
13072
13083
  fonts: {
13073
13084
  readonly heading: "Roobert PRO, Roobert, Noto Sans KR, Noto Sans JP, sans-serif";
13074
13085
  readonly body: "Noto Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
13086
+ readonly display: "'Apris Trial', Noto Sans, Noto Sans KR, Noto Sans JP, sans-serif";
13075
13087
  };
13076
13088
  radii: {
13077
13089
  readonly 0: "0px";
@@ -13904,6 +13916,7 @@ declare const keyframes: (style: {
13904
13916
  "switch-background-default": /*elided*/ any;
13905
13917
  "switch-background-hover": /*elided*/ any;
13906
13918
  "switch-control-background": /*elided*/ any;
13919
+ "tab-background-selected": /*elided*/ any;
13907
13920
  "tooltip-background": /*elided*/ any;
13908
13921
  "tooltip-background-inset": /*elided*/ any;
13909
13922
  "icon-danger": /*elided*/ any;
@@ -14314,6 +14327,7 @@ declare const keyframes: (style: {
14314
14327
  fonts: {
14315
14328
  readonly heading: "Roobert PRO, Roobert, Noto Sans KR, Noto Sans JP, sans-serif";
14316
14329
  readonly body: "Noto Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
14330
+ readonly display: "'Apris Trial', Noto Sans, Noto Sans KR, Noto Sans JP, sans-serif";
14317
14331
  };
14318
14332
  radii: {
14319
14333
  readonly 0: "0px";
@@ -15316,6 +15330,7 @@ declare const theme: {
15316
15330
  "switch-background-default": _mirohq_design_system_themes.Color;
15317
15331
  "switch-background-hover": _mirohq_design_system_themes.Color;
15318
15332
  "switch-control-background": _mirohq_design_system_themes.Color;
15333
+ "tab-background-selected": _mirohq_design_system_themes.Color;
15319
15334
  "tooltip-background": _mirohq_design_system_themes.Color;
15320
15335
  "tooltip-background-inset": _mirohq_design_system_themes.Color;
15321
15336
  "icon-danger": _mirohq_design_system_themes.Color;
@@ -15726,6 +15741,7 @@ declare const theme: {
15726
15741
  fonts: {
15727
15742
  readonly heading: "Roobert PRO, Roobert, Noto Sans KR, Noto Sans JP, sans-serif";
15728
15743
  readonly body: "Noto Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
15744
+ readonly display: "'Apris Trial', Noto Sans, Noto Sans KR, Noto Sans JP, sans-serif";
15729
15745
  };
15730
15746
  radii: {
15731
15747
  readonly 0: "0px";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-stitches",
3
- "version": "3.3.18",
3
+ "version": "3.3.20",
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.15",
31
- "@mirohq/design-tokens": "^12.0.0",
32
- "@mirohq/design-system-types": "^1.0.3"
30
+ "@mirohq/design-system-themes": "^1.4.0",
31
+ "@mirohq/design-system-types": "^1.0.3",
32
+ "@mirohq/design-tokens": "^12.2.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/lodash.merge": "^4.6.7"