@mirohq/design-system-checkbox 1.1.44-select.0 → 1.1.45
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 +1 -1
- package/package.json +3 -3
package/dist/types.d.ts
CHANGED
|
@@ -225,7 +225,6 @@ declare const StyledCheckbox: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
225
225
|
readonly 'focus-small-outline': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 1px $colors$border-focus-middle, inset 0 0 0 2px $colors$border-focus-inner";
|
|
226
226
|
readonly 'focus-large': "0 0 0 4px $colors$border-focus-inner, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-outer";
|
|
227
227
|
readonly 'focus-controls': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-focus-middle, 0 0 0 5px $colors$border-focus-outer";
|
|
228
|
-
readonly 'focus-controls-error': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-danger, 0 0 0 5px $colors$background-danger-subtle-hover";
|
|
229
228
|
};
|
|
230
229
|
sizes: {
|
|
231
230
|
readonly number: string;
|
|
@@ -243,6 +242,7 @@ declare const StyledCheckbox: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
243
242
|
readonly 400: "32px";
|
|
244
243
|
readonly 500: "40px";
|
|
245
244
|
readonly 600: "48px";
|
|
245
|
+
readonly 700: "56px";
|
|
246
246
|
readonly 800: "64px";
|
|
247
247
|
readonly 1200: "96px";
|
|
248
248
|
readonly 1600: "128px";
|
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.45",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -27,9 +27,9 @@
|
|
|
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.30.0",
|
|
31
31
|
"@mirohq/design-system-primitive": "^1.1.1",
|
|
32
|
-
"@mirohq/design-system-stitches": "^2.3.10
|
|
32
|
+
"@mirohq/design-system-stitches": "^2.3.10",
|
|
33
33
|
"@mirohq/design-system-types": "^0.6.2"
|
|
34
34
|
},
|
|
35
35
|
"scripts": {
|