@mirohq/design-system-checkbox 1.1.9 → 1.1.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.
- package/dist/types.d.ts +6 -0
- package/package.json +4 -4
package/dist/types.d.ts
CHANGED
|
@@ -260,6 +260,11 @@ declare const StyledCheckbox: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
260
260
|
readonly 'stacking-500': any;
|
|
261
261
|
readonly 'stacking-800': any;
|
|
262
262
|
};
|
|
263
|
+
'stroke-width': {
|
|
264
|
+
readonly thin: "1.5px";
|
|
265
|
+
readonly normal: "2px";
|
|
266
|
+
readonly bold: "4px";
|
|
267
|
+
};
|
|
263
268
|
'z-indices': {
|
|
264
269
|
readonly dropdownMenu: 100;
|
|
265
270
|
readonly popover: 200;
|
|
@@ -388,6 +393,7 @@ declare const StyledCheckbox: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
388
393
|
readonly scrollPaddingRight: "space-inset";
|
|
389
394
|
readonly scrollPaddingTop: "space-inset";
|
|
390
395
|
readonly stroke: "colors";
|
|
396
|
+
readonly strokeWidth: "stroke-width";
|
|
391
397
|
readonly textDecorationColor: "colors";
|
|
392
398
|
readonly textShadow: "shadows";
|
|
393
399
|
readonly top: "space";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-checkbox",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.11",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -27,13 +27,13 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@radix-ui/react-checkbox": "^1.0.0",
|
|
30
|
-
"@mirohq/design-system-icons": "^0.
|
|
30
|
+
"@mirohq/design-system-icons": "^0.17.0",
|
|
31
31
|
"@mirohq/design-system-primitive": "^1.1.0",
|
|
32
|
-
"@mirohq/design-system-stitches": "^2.
|
|
32
|
+
"@mirohq/design-system-stitches": "^2.3.0",
|
|
33
33
|
"@mirohq/design-system-types": "^0.4.1"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@mirohq/design-system-flex": "^2.1.
|
|
36
|
+
"@mirohq/design-system-flex": "^2.1.10"
|
|
37
37
|
},
|
|
38
38
|
"scripts": {
|
|
39
39
|
"build": "rollup -c ../../../rollup.config.js",
|