@mirohq/design-system-icon-button 2.1.12-combobox.0 → 2.1.12
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 +7 -0
- package/package.json +7 -7
package/dist/types.d.ts
CHANGED
|
@@ -241,6 +241,7 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Omit<Omit<_miroh
|
|
|
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 StyledIconButton: react.ForwardRefExoticComponent<Omit<Omit<_miroh
|
|
|
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 StyledIconButton: react.ForwardRefExoticComponent<Omit<Omit<_miroh
|
|
|
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";
|
|
@@ -1830,6 +1833,7 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Omit<Omit<_miroh
|
|
|
1830
1833
|
"text-warning-subtle"?: any;
|
|
1831
1834
|
};
|
|
1832
1835
|
'font-sizes': {
|
|
1836
|
+
readonly 125: "0.625rem";
|
|
1833
1837
|
readonly 150: "0.75rem";
|
|
1834
1838
|
readonly 175: "0.875rem";
|
|
1835
1839
|
readonly 200: "1rem";
|
|
@@ -2358,6 +2362,7 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Omit<Omit<_miroh
|
|
|
2358
2362
|
"text-warning-subtle"?: any;
|
|
2359
2363
|
};
|
|
2360
2364
|
'font-sizes': {
|
|
2365
|
+
readonly 125: "0.625rem";
|
|
2361
2366
|
readonly 150: "0.75rem";
|
|
2362
2367
|
readonly 175: "0.875rem";
|
|
2363
2368
|
readonly 200: "1rem";
|
|
@@ -2951,6 +2956,7 @@ declare const IconButton: react__default.ForwardRefExoticComponent<(Omit<{
|
|
|
2951
2956
|
"text-warning-subtle"?: any;
|
|
2952
2957
|
};
|
|
2953
2958
|
'font-sizes': {
|
|
2959
|
+
readonly 125: "0.625rem";
|
|
2954
2960
|
readonly 150: "0.75rem";
|
|
2955
2961
|
readonly 175: "0.875rem";
|
|
2956
2962
|
readonly 200: "1rem";
|
|
@@ -3507,6 +3513,7 @@ declare const IconButton: react__default.ForwardRefExoticComponent<(Omit<{
|
|
|
3507
3513
|
"text-warning-subtle"?: any;
|
|
3508
3514
|
};
|
|
3509
3515
|
'font-sizes': {
|
|
3516
|
+
readonly 125: "0.625rem";
|
|
3510
3517
|
readonly 150: "0.75rem";
|
|
3511
3518
|
readonly 175: "0.875rem";
|
|
3512
3519
|
readonly 200: "1rem";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-icon-button",
|
|
3
|
-
"version": "2.1.12
|
|
3
|
+
"version": "2.1.12",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -26,12 +26,12 @@
|
|
|
26
26
|
"react": "^16.14 || ^17 || ^18"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@mirohq/design-system-badge": "^0.3.
|
|
30
|
-
"@mirohq/design-system-base-button": "^0.4.
|
|
31
|
-
"@mirohq/design-system-
|
|
32
|
-
"@mirohq/design-system-
|
|
33
|
-
"@mirohq/design-system-styles": "^1.2.1
|
|
34
|
-
"@mirohq/design-system-tooltip": "^3.3.7
|
|
29
|
+
"@mirohq/design-system-badge": "^0.3.32",
|
|
30
|
+
"@mirohq/design-system-base-button": "^0.4.38",
|
|
31
|
+
"@mirohq/design-system-base-icon": "^0.1.23",
|
|
32
|
+
"@mirohq/design-system-stitches": "^2.6.2",
|
|
33
|
+
"@mirohq/design-system-styles": "^1.2.1",
|
|
34
|
+
"@mirohq/design-system-tooltip": "^3.3.7",
|
|
35
35
|
"@mirohq/design-system-use-id": "^0.1.1",
|
|
36
36
|
"@mirohq/design-system-utils": "^0.15.0"
|
|
37
37
|
},
|