@mirohq/design-system-stitches 3.3.24 → 3.3.25

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 +24 -0
  2. package/package.json +3 -3
package/dist/types.d.ts CHANGED
@@ -6745,6 +6745,9 @@ declare const config: {
6745
6745
  "switch-background-hover": /*elided*/ any;
6746
6746
  "switch-control-background": /*elided*/ any;
6747
6747
  "tab-background-selected": /*elided*/ any;
6748
+ "toolbar-item-background-hover": /*elided*/ any;
6749
+ "toolbar-item-background-pressed": /*elided*/ any;
6750
+ "toolbar-item-background-selected": /*elided*/ any;
6748
6751
  "tooltip-background": /*elided*/ any;
6749
6752
  "tooltip-background-inset": /*elided*/ any;
6750
6753
  "icon-danger": /*elided*/ any;
@@ -7989,6 +7992,9 @@ declare const createTheme: <Argument0 extends string | ({
7989
7992
  "switch-background-hover"?: string | number | boolean | undefined;
7990
7993
  "switch-control-background"?: string | number | boolean | undefined;
7991
7994
  "tab-background-selected"?: string | number | boolean | undefined;
7995
+ "toolbar-item-background-hover"?: string | number | boolean | undefined;
7996
+ "toolbar-item-background-pressed"?: string | number | boolean | undefined;
7997
+ "toolbar-item-background-selected"?: string | number | boolean | undefined;
7992
7998
  "tooltip-background"?: string | number | boolean | undefined;
7993
7999
  "tooltip-background-inset"?: string | number | boolean | undefined;
7994
8000
  "icon-danger"?: string | number | boolean | undefined;
@@ -9078,6 +9084,9 @@ declare const createTheme: <Argument0 extends string | ({
9078
9084
  "switch-background-hover"?: string | number | boolean | undefined;
9079
9085
  "switch-control-background"?: string | number | boolean | undefined;
9080
9086
  "tab-background-selected"?: string | number | boolean | undefined;
9087
+ "toolbar-item-background-hover"?: string | number | boolean | undefined;
9088
+ "toolbar-item-background-pressed"?: string | number | boolean | undefined;
9089
+ "toolbar-item-background-selected"?: string | number | boolean | undefined;
9081
9090
  "tooltip-background"?: string | number | boolean | undefined;
9082
9091
  "tooltip-background-inset"?: string | number | boolean | undefined;
9083
9092
  "icon-danger"?: string | number | boolean | undefined;
@@ -10173,6 +10182,9 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
10173
10182
  "switch-background-hover": /*elided*/ any;
10174
10183
  "switch-control-background": /*elided*/ any;
10175
10184
  "tab-background-selected": /*elided*/ any;
10185
+ "toolbar-item-background-hover": /*elided*/ any;
10186
+ "toolbar-item-background-pressed": /*elided*/ any;
10187
+ "toolbar-item-background-selected": /*elided*/ any;
10176
10188
  "tooltip-background": /*elided*/ any;
10177
10189
  "tooltip-background-inset": /*elided*/ any;
10178
10190
  "icon-danger": /*elided*/ any;
@@ -11432,6 +11444,9 @@ declare const globalCss: <Styles extends {
11432
11444
  "switch-background-hover": /*elided*/ any;
11433
11445
  "switch-control-background": /*elided*/ any;
11434
11446
  "tab-background-selected": /*elided*/ any;
11447
+ "toolbar-item-background-hover": /*elided*/ any;
11448
+ "toolbar-item-background-pressed": /*elided*/ any;
11449
+ "toolbar-item-background-selected": /*elided*/ any;
11435
11450
  "tooltip-background": /*elided*/ any;
11436
11451
  "tooltip-background-inset": /*elided*/ any;
11437
11452
  "icon-danger": /*elided*/ any;
@@ -12673,6 +12688,9 @@ declare const globalCss: <Styles extends {
12673
12688
  "switch-background-hover": /*elided*/ any;
12674
12689
  "switch-control-background": /*elided*/ any;
12675
12690
  "tab-background-selected": /*elided*/ any;
12691
+ "toolbar-item-background-hover": /*elided*/ any;
12692
+ "toolbar-item-background-pressed": /*elided*/ any;
12693
+ "toolbar-item-background-selected": /*elided*/ any;
12676
12694
  "tooltip-background": /*elided*/ any;
12677
12695
  "tooltip-background-inset": /*elided*/ any;
12678
12696
  "icon-danger": /*elided*/ any;
@@ -13917,6 +13935,9 @@ declare const keyframes: (style: {
13917
13935
  "switch-background-hover": /*elided*/ any;
13918
13936
  "switch-control-background": /*elided*/ any;
13919
13937
  "tab-background-selected": /*elided*/ any;
13938
+ "toolbar-item-background-hover": /*elided*/ any;
13939
+ "toolbar-item-background-pressed": /*elided*/ any;
13940
+ "toolbar-item-background-selected": /*elided*/ any;
13920
13941
  "tooltip-background": /*elided*/ any;
13921
13942
  "tooltip-background-inset": /*elided*/ any;
13922
13943
  "icon-danger": /*elided*/ any;
@@ -15331,6 +15352,9 @@ declare const theme: {
15331
15352
  "switch-background-hover": _mirohq_design_system_themes.Color;
15332
15353
  "switch-control-background": _mirohq_design_system_themes.Color;
15333
15354
  "tab-background-selected": _mirohq_design_system_themes.Color;
15355
+ "toolbar-item-background-hover": _mirohq_design_system_themes.Color;
15356
+ "toolbar-item-background-pressed": _mirohq_design_system_themes.Color;
15357
+ "toolbar-item-background-selected": _mirohq_design_system_themes.Color;
15334
15358
  "tooltip-background": _mirohq_design_system_themes.Color;
15335
15359
  "tooltip-background-inset": _mirohq_design_system_themes.Color;
15336
15360
  "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.24",
3
+ "version": "3.3.25",
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.4.4",
31
30
  "@mirohq/design-system-types": "^1.0.3",
32
- "@mirohq/design-tokens": "^12.3.3"
31
+ "@mirohq/design-tokens": "^12.4.0",
32
+ "@mirohq/design-system-themes": "^1.4.5"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/lodash.merge": "^4.6.7"