@mirohq/design-system-base-switch 0.1.3 → 0.1.5
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.
- package/dist/types.d.ts +9 -0
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -178,17 +178,26 @@ declare const Thumb: React.ForwardRefExoticComponent<Omit<Omit<Omit<{}, never> &
|
|
|
178
178
|
"background-neutrals-page"?: any;
|
|
179
179
|
"background-neutrals-page-subtle"?: any;
|
|
180
180
|
"background-neutrals-scrolls"?: any;
|
|
181
|
+
"background-neutrals-scrolls-expanded"?: any;
|
|
181
182
|
"background-neutrals-scrolls-hover"?: any;
|
|
183
|
+
"background-neutrals-scrolls-pressed"?: any;
|
|
184
|
+
"background-neutrals-scrolls-pressed-hover"?: any;
|
|
182
185
|
"background-neutrals-subtle"?: any;
|
|
183
186
|
"background-neutrals-subtle-active"?: any;
|
|
184
187
|
"background-neutrals-subtle-hover"?: any;
|
|
185
188
|
"background-primary-prominent"?: any;
|
|
186
189
|
"background-primary-prominent-active"?: any;
|
|
190
|
+
"background-primary-prominent-expanded"?: any;
|
|
187
191
|
"background-primary-prominent-hover"?: any;
|
|
192
|
+
"background-primary-prominent-pressed"?: any;
|
|
193
|
+
"background-primary-prominent-pressed-hover"?: any;
|
|
188
194
|
"background-primary-prominent-selected"?: any;
|
|
189
195
|
"background-primary-subtle"?: any;
|
|
190
196
|
"background-primary-subtle-active"?: any;
|
|
197
|
+
"background-primary-subtle-expanded"?: any;
|
|
191
198
|
"background-primary-subtle-hover"?: any;
|
|
199
|
+
"background-primary-subtle-pressed"?: any;
|
|
200
|
+
"background-primary-subtle-pressed-hover"?: any;
|
|
192
201
|
"background-primary-subtle-selected"?: any;
|
|
193
202
|
"background-success"?: any;
|
|
194
203
|
"background-warning-prominent"?: any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-base-switch",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@mirohq/design-system-primitive": "^1.1.0",
|
|
30
|
-
"@mirohq/design-system-stitches": "^2.3.
|
|
30
|
+
"@mirohq/design-system-stitches": "^2.3.7"
|
|
31
31
|
},
|
|
32
32
|
"scripts": {
|
|
33
33
|
"build": "rollup -c ../../../../rollup.config.js",
|