@mirohq/design-system-checkbox 1.1.20 → 1.1.21-dropdown.0
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 -6
- package/package.json +3 -6
package/dist/types.d.ts
CHANGED
|
@@ -207,28 +207,28 @@ declare const StyledCheckbox: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
207
207
|
readonly 'icon-400': "32px";
|
|
208
208
|
};
|
|
209
209
|
space: {
|
|
210
|
-
readonly
|
|
210
|
+
readonly 0: 0;
|
|
211
211
|
readonly 50: "4px";
|
|
212
212
|
readonly 100: "8px";
|
|
213
213
|
readonly 150: "12px";
|
|
214
214
|
readonly 200: "16px";
|
|
215
215
|
readonly 300: "24px";
|
|
216
216
|
readonly 400: "32px";
|
|
217
|
-
readonly 500: "
|
|
217
|
+
readonly 500: "40px";
|
|
218
218
|
readonly 600: "48px";
|
|
219
219
|
readonly 800: "64px";
|
|
220
220
|
readonly 1200: "96px";
|
|
221
221
|
readonly 1600: "128px";
|
|
222
222
|
};
|
|
223
223
|
'space-gap': {
|
|
224
|
-
readonly
|
|
224
|
+
readonly 0: any;
|
|
225
225
|
readonly 50: any;
|
|
226
226
|
readonly 100: any;
|
|
227
227
|
readonly 200: any;
|
|
228
228
|
readonly 300: any;
|
|
229
229
|
};
|
|
230
230
|
'space-inset': {
|
|
231
|
-
readonly
|
|
231
|
+
readonly 0: any;
|
|
232
232
|
readonly 50: any;
|
|
233
233
|
readonly 100: any;
|
|
234
234
|
readonly 150: any;
|
|
@@ -241,7 +241,7 @@ declare const StyledCheckbox: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
241
241
|
readonly 1600: any;
|
|
242
242
|
};
|
|
243
243
|
'space-offset': {
|
|
244
|
-
readonly
|
|
244
|
+
readonly 0: any;
|
|
245
245
|
readonly 50: any;
|
|
246
246
|
readonly 100: any;
|
|
247
247
|
readonly 150: any;
|
|
@@ -252,7 +252,7 @@ declare const StyledCheckbox: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
252
252
|
readonly 800: any;
|
|
253
253
|
readonly 1200: any;
|
|
254
254
|
readonly 1600: any;
|
|
255
|
-
readonly 'stacking-
|
|
255
|
+
readonly 'stacking-0': any;
|
|
256
256
|
readonly 'stacking-100': any;
|
|
257
257
|
readonly 'stacking-200': any;
|
|
258
258
|
readonly 'stacking-300': any;
|
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.21-dropdown.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -27,14 +27,11 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@radix-ui/react-checkbox": "^1.0.0",
|
|
30
|
-
"@mirohq/design-system-icons": "^0.23.0",
|
|
30
|
+
"@mirohq/design-system-icons": "^0.23.1-dropdown.0",
|
|
31
31
|
"@mirohq/design-system-primitive": "^1.1.0",
|
|
32
|
-
"@mirohq/design-system-stitches": "^2.3.
|
|
32
|
+
"@mirohq/design-system-stitches": "^2.3.2-dropdown.0",
|
|
33
33
|
"@mirohq/design-system-types": "^0.5.0"
|
|
34
34
|
},
|
|
35
|
-
"devDependencies": {
|
|
36
|
-
"@mirohq/design-system-flex": "^2.1.11"
|
|
37
|
-
},
|
|
38
35
|
"scripts": {
|
|
39
36
|
"build": "rollup -c ../../../rollup.config.js",
|
|
40
37
|
"clean": "rm -rf dist",
|