@mirohq/design-system-switch 3.0.9 → 3.0.11

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 +9 -0
  2. package/package.json +5 -5
package/dist/types.d.ts CHANGED
@@ -99,17 +99,26 @@ declare const StyledSwitch: react.ForwardRefExoticComponent<Omit<Omit<{
99
99
  "background-neutrals-page"?: any;
100
100
  "background-neutrals-page-subtle"?: any;
101
101
  "background-neutrals-scrolls"?: any;
102
+ "background-neutrals-scrolls-expanded"?: any;
102
103
  "background-neutrals-scrolls-hover"?: any;
104
+ "background-neutrals-scrolls-pressed"?: any;
105
+ "background-neutrals-scrolls-pressed-hover"?: any;
103
106
  "background-neutrals-subtle"?: any;
104
107
  "background-neutrals-subtle-active"?: any;
105
108
  "background-neutrals-subtle-hover"?: any;
106
109
  "background-primary-prominent"?: any;
107
110
  "background-primary-prominent-active"?: any;
111
+ "background-primary-prominent-expanded"?: any;
108
112
  "background-primary-prominent-hover"?: any;
113
+ "background-primary-prominent-pressed"?: any;
114
+ "background-primary-prominent-pressed-hover"?: any;
109
115
  "background-primary-prominent-selected"?: any;
110
116
  "background-primary-subtle"?: any;
111
117
  "background-primary-subtle-active"?: any;
118
+ "background-primary-subtle-expanded"?: any;
112
119
  "background-primary-subtle-hover"?: any;
120
+ "background-primary-subtle-pressed"?: any;
121
+ "background-primary-subtle-pressed-hover"?: any;
113
122
  "background-primary-subtle-selected"?: any;
114
123
  "background-success"?: any;
115
124
  "background-warning-prominent"?: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-switch",
3
- "version": "3.0.9",
3
+ "version": "3.0.11",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -28,11 +28,11 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@radix-ui/react-switch": "^1.0.0",
31
- "@mirohq/design-system-base-switch": "^0.1.3",
32
- "@mirohq/design-system-utils": "^0.14.1",
31
+ "@mirohq/design-system-base-switch": "^0.1.5",
32
+ "@mirohq/design-system-stitches": "^2.3.7",
33
+ "@mirohq/design-system-styles": "^1.1.3",
33
34
  "@mirohq/design-system-types": "^0.6.0",
34
- "@mirohq/design-system-styles": "^1.1.1",
35
- "@mirohq/design-system-stitches": "^2.3.5"
35
+ "@mirohq/design-system-utils": "^0.14.1"
36
36
  },
37
37
  "scripts": {
38
38
  "build": "rollup -c ../../../rollup.config.js",