@mirohq/design-system-button 3.1.39-combobox.0 → 3.1.39-tag-component.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 -0
- package/package.json +6 -6
package/dist/types.d.ts
CHANGED
|
@@ -241,6 +241,7 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_de
|
|
|
241
241
|
"text-warning-subtle"?: any;
|
|
242
242
|
};
|
|
243
243
|
'font-sizes': {
|
|
244
|
+
readonly 125: "0.625rem";
|
|
244
245
|
readonly 150: "0.75rem";
|
|
245
246
|
readonly 175: "0.875rem";
|
|
246
247
|
readonly 200: "1rem";
|
|
@@ -769,6 +770,7 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_de
|
|
|
769
770
|
"text-warning-subtle"?: any;
|
|
770
771
|
};
|
|
771
772
|
'font-sizes': {
|
|
773
|
+
readonly 125: "0.625rem";
|
|
772
774
|
readonly 150: "0.75rem";
|
|
773
775
|
readonly 175: "0.875rem";
|
|
774
776
|
readonly 200: "1rem";
|
|
@@ -1299,6 +1301,7 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_de
|
|
|
1299
1301
|
"text-warning-subtle"?: any;
|
|
1300
1302
|
};
|
|
1301
1303
|
'font-sizes': {
|
|
1304
|
+
readonly 125: "0.625rem";
|
|
1302
1305
|
readonly 150: "0.75rem";
|
|
1303
1306
|
readonly 175: "0.875rem";
|
|
1304
1307
|
readonly 200: "1rem";
|
|
@@ -1832,6 +1835,7 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_de
|
|
|
1832
1835
|
"text-warning-subtle"?: any;
|
|
1833
1836
|
};
|
|
1834
1837
|
'font-sizes': {
|
|
1838
|
+
readonly 125: "0.625rem";
|
|
1835
1839
|
readonly 150: "0.75rem";
|
|
1836
1840
|
readonly 175: "0.875rem";
|
|
1837
1841
|
readonly 200: "1rem";
|
|
@@ -2360,6 +2364,7 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_de
|
|
|
2360
2364
|
"text-warning-subtle"?: any;
|
|
2361
2365
|
};
|
|
2362
2366
|
'font-sizes': {
|
|
2367
|
+
readonly 125: "0.625rem";
|
|
2363
2368
|
readonly 150: "0.75rem";
|
|
2364
2369
|
readonly 175: "0.875rem";
|
|
2365
2370
|
readonly 200: "1rem";
|
|
@@ -2898,6 +2903,7 @@ declare const StyledIconSlot: react__default.ForwardRefExoticComponent<Omit<Omit
|
|
|
2898
2903
|
"text-warning-subtle"?: any;
|
|
2899
2904
|
};
|
|
2900
2905
|
'font-sizes': {
|
|
2906
|
+
readonly 125: "0.625rem";
|
|
2901
2907
|
readonly 150: "0.75rem";
|
|
2902
2908
|
readonly 175: "0.875rem";
|
|
2903
2909
|
readonly 200: "1rem";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-button",
|
|
3
|
-
"version": "3.1.39-
|
|
3
|
+
"version": "3.1.39-tag-component.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -27,12 +27,12 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@react-aria/utils": "^3.13.0",
|
|
30
|
-
"@mirohq/design-system-base-button": "^0.4.
|
|
31
|
-
"@mirohq/design-system-base-icon": "^0.1.22",
|
|
30
|
+
"@mirohq/design-system-base-button": "^0.4.38-tag-component.0",
|
|
32
31
|
"@mirohq/design-system-primitive": "^1.1.2",
|
|
33
|
-
"@mirohq/design-system-
|
|
34
|
-
"@mirohq/design-system-
|
|
35
|
-
"@mirohq/design-system-
|
|
32
|
+
"@mirohq/design-system-stitches": "^2.6.2-tag-component.0",
|
|
33
|
+
"@mirohq/design-system-base-icon": "^0.1.23-tag-component.0",
|
|
34
|
+
"@mirohq/design-system-spinner": "^1.1.36-tag-component.0",
|
|
35
|
+
"@mirohq/design-system-styles": "^1.2.1-tag-component.0",
|
|
36
36
|
"@mirohq/design-system-types": "^0.6.2",
|
|
37
37
|
"@mirohq/design-system-utils": "^0.15.0"
|
|
38
38
|
},
|