@mirohq/design-system-stitches 3.3.19 → 3.3.21

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
@@ -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;
@@ -7987,6 +7988,7 @@ declare const createTheme: <Argument0 extends string | ({
7987
7988
  "switch-background-default"?: string | number | boolean | undefined;
7988
7989
  "switch-background-hover"?: string | number | boolean | undefined;
7989
7990
  "switch-control-background"?: string | number | boolean | undefined;
7991
+ "tab-background-selected"?: string | number | boolean | undefined;
7990
7992
  "tooltip-background"?: string | number | boolean | undefined;
7991
7993
  "tooltip-background-inset"?: string | number | boolean | undefined;
7992
7994
  "icon-danger"?: string | number | boolean | undefined;
@@ -9075,6 +9077,7 @@ declare const createTheme: <Argument0 extends string | ({
9075
9077
  "switch-background-default"?: string | number | boolean | undefined;
9076
9078
  "switch-background-hover"?: string | number | boolean | undefined;
9077
9079
  "switch-control-background"?: string | number | boolean | undefined;
9080
+ "tab-background-selected"?: string | number | boolean | undefined;
9078
9081
  "tooltip-background"?: string | number | boolean | undefined;
9079
9082
  "tooltip-background-inset"?: string | number | boolean | undefined;
9080
9083
  "icon-danger"?: string | number | boolean | undefined;
@@ -10169,6 +10172,7 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
10169
10172
  "switch-background-default": /*elided*/ any;
10170
10173
  "switch-background-hover": /*elided*/ any;
10171
10174
  "switch-control-background": /*elided*/ any;
10175
+ "tab-background-selected": /*elided*/ any;
10172
10176
  "tooltip-background": /*elided*/ any;
10173
10177
  "tooltip-background-inset": /*elided*/ any;
10174
10178
  "icon-danger": /*elided*/ any;
@@ -11427,6 +11431,7 @@ declare const globalCss: <Styles extends {
11427
11431
  "switch-background-default": /*elided*/ any;
11428
11432
  "switch-background-hover": /*elided*/ any;
11429
11433
  "switch-control-background": /*elided*/ any;
11434
+ "tab-background-selected": /*elided*/ any;
11430
11435
  "tooltip-background": /*elided*/ any;
11431
11436
  "tooltip-background-inset": /*elided*/ any;
11432
11437
  "icon-danger": /*elided*/ any;
@@ -12667,6 +12672,7 @@ declare const globalCss: <Styles extends {
12667
12672
  "switch-background-default": /*elided*/ any;
12668
12673
  "switch-background-hover": /*elided*/ any;
12669
12674
  "switch-control-background": /*elided*/ any;
12675
+ "tab-background-selected": /*elided*/ any;
12670
12676
  "tooltip-background": /*elided*/ any;
12671
12677
  "tooltip-background-inset": /*elided*/ any;
12672
12678
  "icon-danger": /*elided*/ any;
@@ -13910,6 +13916,7 @@ declare const keyframes: (style: {
13910
13916
  "switch-background-default": /*elided*/ any;
13911
13917
  "switch-background-hover": /*elided*/ any;
13912
13918
  "switch-control-background": /*elided*/ any;
13919
+ "tab-background-selected": /*elided*/ any;
13913
13920
  "tooltip-background": /*elided*/ any;
13914
13921
  "tooltip-background-inset": /*elided*/ any;
13915
13922
  "icon-danger": /*elided*/ any;
@@ -15323,6 +15330,7 @@ declare const theme: {
15323
15330
  "switch-background-default": _mirohq_design_system_themes.Color;
15324
15331
  "switch-background-hover": _mirohq_design_system_themes.Color;
15325
15332
  "switch-control-background": _mirohq_design_system_themes.Color;
15333
+ "tab-background-selected": _mirohq_design_system_themes.Color;
15326
15334
  "tooltip-background": _mirohq_design_system_themes.Color;
15327
15335
  "tooltip-background-inset": _mirohq_design_system_themes.Color;
15328
15336
  "icon-danger": _mirohq_design_system_themes.Color;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-stitches",
3
- "version": "3.3.19",
3
+ "version": "3.3.21",
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",
31
30
  "@mirohq/design-system-types": "^1.0.3",
32
- "@mirohq/design-tokens": "^12.1.0"
31
+ "@mirohq/design-system-themes": "^1.4.1",
32
+ "@mirohq/design-tokens": "^12.3.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/lodash.merge": "^4.6.7"