@mirohq/design-system-base-switch 0.1.11 → 0.1.12
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 +13 -0
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -200,6 +200,9 @@ declare const Thumb: React.ForwardRefExoticComponent<Omit<Omit<Omit<{}, never> &
|
|
|
200
200
|
"background-primary-subtle-pressed-hover"?: any;
|
|
201
201
|
"background-primary-subtle-selected"?: any;
|
|
202
202
|
"background-success"?: any;
|
|
203
|
+
"background-success-prominent"?: any;
|
|
204
|
+
"background-success-prominent-active"?: any;
|
|
205
|
+
"background-success-prominent-hover"?: any;
|
|
203
206
|
"background-warning-prominent"?: any;
|
|
204
207
|
"background-warning-subtle"?: any;
|
|
205
208
|
"border-danger"?: any;
|
|
@@ -228,6 +231,8 @@ declare const Thumb: React.ForwardRefExoticComponent<Omit<Omit<Omit<{}, never> &
|
|
|
228
231
|
"border-primary-hover"?: any;
|
|
229
232
|
"border-primary-inverted"?: any;
|
|
230
233
|
"border-success"?: any;
|
|
234
|
+
"border-success-active"?: any;
|
|
235
|
+
"border-success-hover"?: any;
|
|
231
236
|
"border-warning"?: any;
|
|
232
237
|
"icon-danger"?: any;
|
|
233
238
|
"icon-danger-active"?: any;
|
|
@@ -247,9 +252,12 @@ declare const Thumb: React.ForwardRefExoticComponent<Omit<Omit<Omit<{}, never> &
|
|
|
247
252
|
"icon-primary-inverted"?: any;
|
|
248
253
|
"icon-primary-selected"?: any;
|
|
249
254
|
"icon-success"?: any;
|
|
255
|
+
"icon-success-active"?: any;
|
|
256
|
+
"icon-success-hover"?: any;
|
|
250
257
|
"icon-success-inverted"?: any;
|
|
251
258
|
"icon-warning"?: any;
|
|
252
259
|
"icon-warning-prominent"?: any;
|
|
260
|
+
"icon-warning-subtle"?: any;
|
|
253
261
|
"text-danger"?: any;
|
|
254
262
|
"text-danger-active"?: any;
|
|
255
263
|
"text-danger-hover"?: any;
|
|
@@ -271,7 +279,11 @@ declare const Thumb: React.ForwardRefExoticComponent<Omit<Omit<Omit<{}, never> &
|
|
|
271
279
|
"text-primary-inverted-subtle"?: any;
|
|
272
280
|
"text-primary-selected"?: any;
|
|
273
281
|
"text-success"?: any;
|
|
282
|
+
"text-success-active"?: any;
|
|
283
|
+
"text-success-hover"?: any;
|
|
284
|
+
"text-success-inverted"?: any;
|
|
274
285
|
"text-warning"?: any;
|
|
286
|
+
"text-warning-subtle"?: any;
|
|
275
287
|
};
|
|
276
288
|
'font-sizes': {
|
|
277
289
|
readonly 150: "0.75rem";
|
|
@@ -314,6 +326,7 @@ declare const Thumb: React.ForwardRefExoticComponent<Omit<Omit<Omit<{}, never> &
|
|
|
314
326
|
};
|
|
315
327
|
space: {
|
|
316
328
|
readonly 0: "0px";
|
|
329
|
+
readonly 25: "2px";
|
|
317
330
|
readonly 50: "4px";
|
|
318
331
|
readonly 100: "8px";
|
|
319
332
|
readonly 150: "12px";
|
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.12",
|
|
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.1",
|
|
30
|
-
"@mirohq/design-system-stitches": "^2.3.
|
|
30
|
+
"@mirohq/design-system-stitches": "^2.3.14"
|
|
31
31
|
},
|
|
32
32
|
"scripts": {
|
|
33
33
|
"build": "rollup -c ../../../../rollup.config.js",
|