@mirohq/design-system-button 3.1.1-dropdown.1 → 3.1.2-use-press.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 +12 -12
- package/package.json +8 -10
package/dist/types.d.ts
CHANGED
|
@@ -210,28 +210,28 @@ declare const StyledButton: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
210
210
|
readonly 'icon-400': "32px";
|
|
211
211
|
};
|
|
212
212
|
space: {
|
|
213
|
-
readonly
|
|
213
|
+
readonly none: 0;
|
|
214
214
|
readonly 50: "4px";
|
|
215
215
|
readonly 100: "8px";
|
|
216
216
|
readonly 150: "12px";
|
|
217
217
|
readonly 200: "16px";
|
|
218
218
|
readonly 300: "24px";
|
|
219
219
|
readonly 400: "32px";
|
|
220
|
-
readonly 500: "
|
|
220
|
+
readonly 500: "64px";
|
|
221
221
|
readonly 600: "48px";
|
|
222
222
|
readonly 800: "64px";
|
|
223
223
|
readonly 1200: "96px";
|
|
224
224
|
readonly 1600: "128px";
|
|
225
225
|
};
|
|
226
226
|
'space-gap': {
|
|
227
|
-
readonly
|
|
227
|
+
readonly none: any;
|
|
228
228
|
readonly 50: any;
|
|
229
229
|
readonly 100: any;
|
|
230
230
|
readonly 200: any;
|
|
231
231
|
readonly 300: any;
|
|
232
232
|
};
|
|
233
233
|
'space-inset': {
|
|
234
|
-
readonly
|
|
234
|
+
readonly none: any;
|
|
235
235
|
readonly 50: any;
|
|
236
236
|
readonly 100: any;
|
|
237
237
|
readonly 150: any;
|
|
@@ -244,7 +244,7 @@ declare const StyledButton: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
244
244
|
readonly 1600: any;
|
|
245
245
|
};
|
|
246
246
|
'space-offset': {
|
|
247
|
-
readonly
|
|
247
|
+
readonly none: any;
|
|
248
248
|
readonly 50: any;
|
|
249
249
|
readonly 100: any;
|
|
250
250
|
readonly 150: any;
|
|
@@ -255,7 +255,7 @@ declare const StyledButton: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
255
255
|
readonly 800: any;
|
|
256
256
|
readonly 1200: any;
|
|
257
257
|
readonly 1600: any;
|
|
258
|
-
readonly 'stacking-
|
|
258
|
+
readonly 'stacking-none': any;
|
|
259
259
|
readonly 'stacking-100': any;
|
|
260
260
|
readonly 'stacking-200': any;
|
|
261
261
|
readonly 'stacking-300': any;
|
|
@@ -663,28 +663,28 @@ declare const StyledIconSlot: react__default.ForwardRefExoticComponent<Pick<Omit
|
|
|
663
663
|
readonly 'icon-400': "32px";
|
|
664
664
|
};
|
|
665
665
|
space: {
|
|
666
|
-
readonly
|
|
666
|
+
readonly none: 0;
|
|
667
667
|
readonly 50: "4px";
|
|
668
668
|
readonly 100: "8px";
|
|
669
669
|
readonly 150: "12px";
|
|
670
670
|
readonly 200: "16px";
|
|
671
671
|
readonly 300: "24px";
|
|
672
672
|
readonly 400: "32px";
|
|
673
|
-
readonly 500: "
|
|
673
|
+
readonly 500: "64px";
|
|
674
674
|
readonly 600: "48px";
|
|
675
675
|
readonly 800: "64px";
|
|
676
676
|
readonly 1200: "96px";
|
|
677
677
|
readonly 1600: "128px";
|
|
678
678
|
};
|
|
679
679
|
'space-gap': {
|
|
680
|
-
readonly
|
|
680
|
+
readonly none: any;
|
|
681
681
|
readonly 50: any;
|
|
682
682
|
readonly 100: any;
|
|
683
683
|
readonly 200: any;
|
|
684
684
|
readonly 300: any;
|
|
685
685
|
};
|
|
686
686
|
'space-inset': {
|
|
687
|
-
readonly
|
|
687
|
+
readonly none: any;
|
|
688
688
|
readonly 50: any;
|
|
689
689
|
readonly 100: any;
|
|
690
690
|
readonly 150: any;
|
|
@@ -697,7 +697,7 @@ declare const StyledIconSlot: react__default.ForwardRefExoticComponent<Pick<Omit
|
|
|
697
697
|
readonly 1600: any;
|
|
698
698
|
};
|
|
699
699
|
'space-offset': {
|
|
700
|
-
readonly
|
|
700
|
+
readonly none: any;
|
|
701
701
|
readonly 50: any;
|
|
702
702
|
readonly 100: any;
|
|
703
703
|
readonly 150: any;
|
|
@@ -708,7 +708,7 @@ declare const StyledIconSlot: react__default.ForwardRefExoticComponent<Pick<Omit
|
|
|
708
708
|
readonly 800: any;
|
|
709
709
|
readonly 1200: any;
|
|
710
710
|
readonly 1600: any;
|
|
711
|
-
readonly 'stacking-
|
|
711
|
+
readonly 'stacking-none': any;
|
|
712
712
|
readonly 'stacking-100': any;
|
|
713
713
|
readonly 'stacking-200': any;
|
|
714
714
|
readonly 'stacking-300': any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-button",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.2-use-press.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -31,19 +31,17 @@
|
|
|
31
31
|
"@react-aria/link": "^3.3.0",
|
|
32
32
|
"@react-aria/utils": "^3.13.0",
|
|
33
33
|
"@react-types/button": "^3.5.0",
|
|
34
|
-
"@mirohq/design-system-
|
|
35
|
-
"@mirohq/design-system-
|
|
34
|
+
"@mirohq/design-system-primitive": "^1.1.0",
|
|
35
|
+
"@mirohq/design-system-base-button": "^0.4.8",
|
|
36
|
+
"@mirohq/design-system-spinner": "^1.1.11",
|
|
37
|
+
"@mirohq/design-system-stitches": "^2.3.1",
|
|
36
38
|
"@mirohq/design-system-types": "^0.5.0",
|
|
37
|
-
"@mirohq/design-system-
|
|
38
|
-
"@mirohq/design-system-
|
|
39
|
-
"@mirohq/design-system-spinner": "^1.1.12-dropdown.0",
|
|
40
|
-
"@mirohq/design-system-primitive": "^1.1.0"
|
|
39
|
+
"@mirohq/design-system-styles": "^1.0.23",
|
|
40
|
+
"@mirohq/design-system-utils": "^0.14.0-use-press.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@types/lodash.capitalize": "^4.2.7",
|
|
44
|
-
"lodash.capitalize": "^3.0.0"
|
|
45
|
-
"@mirohq/design-system-flex": "^2.1.12-dropdown.0",
|
|
46
|
-
"@mirohq/design-system-icons": "^0.23.1-dropdown.0"
|
|
44
|
+
"lodash.capitalize": "^3.0.0"
|
|
47
45
|
},
|
|
48
46
|
"scripts": {
|
|
49
47
|
"build": "rollup -c ../../../rollup.config.js",
|