@mirohq/design-system-icon-button 1.3.8 → 1.3.10
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 +8 -0
- package/package.json +5 -5
package/dist/types.d.ts
CHANGED
|
@@ -247,6 +247,7 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
247
247
|
readonly 400: "32px";
|
|
248
248
|
readonly 500: "40px";
|
|
249
249
|
readonly 600: "48px";
|
|
250
|
+
readonly 700: "56px";
|
|
250
251
|
readonly 800: "64px";
|
|
251
252
|
readonly 1200: "96px";
|
|
252
253
|
readonly 1600: "128px";
|
|
@@ -714,6 +715,7 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
714
715
|
readonly 400: "32px";
|
|
715
716
|
readonly 500: "40px";
|
|
716
717
|
readonly 600: "48px";
|
|
718
|
+
readonly 700: "56px";
|
|
717
719
|
readonly 800: "64px";
|
|
718
720
|
readonly 1200: "96px";
|
|
719
721
|
readonly 1600: "128px";
|
|
@@ -1183,6 +1185,7 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
1183
1185
|
readonly 400: "32px";
|
|
1184
1186
|
readonly 500: "40px";
|
|
1185
1187
|
readonly 600: "48px";
|
|
1188
|
+
readonly 700: "56px";
|
|
1186
1189
|
readonly 800: "64px";
|
|
1187
1190
|
readonly 1200: "96px";
|
|
1188
1191
|
readonly 1600: "128px";
|
|
@@ -1652,6 +1655,7 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
1652
1655
|
readonly 400: "32px";
|
|
1653
1656
|
readonly 500: "40px";
|
|
1654
1657
|
readonly 600: "48px";
|
|
1658
|
+
readonly 700: "56px";
|
|
1655
1659
|
readonly 800: "64px";
|
|
1656
1660
|
readonly 1200: "96px";
|
|
1657
1661
|
readonly 1600: "128px";
|
|
@@ -2123,6 +2127,7 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
2123
2127
|
readonly 400: "32px";
|
|
2124
2128
|
readonly 500: "40px";
|
|
2125
2129
|
readonly 600: "48px";
|
|
2130
|
+
readonly 700: "56px";
|
|
2126
2131
|
readonly 800: "64px";
|
|
2127
2132
|
readonly 1200: "96px";
|
|
2128
2133
|
readonly 1600: "128px";
|
|
@@ -2594,6 +2599,7 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
2594
2599
|
readonly 400: "32px";
|
|
2595
2600
|
readonly 500: "40px";
|
|
2596
2601
|
readonly 600: "48px";
|
|
2602
|
+
readonly 700: "56px";
|
|
2597
2603
|
readonly 800: "64px";
|
|
2598
2604
|
readonly 1200: "96px";
|
|
2599
2605
|
readonly 1600: "128px";
|
|
@@ -3178,6 +3184,7 @@ declare const IconButton: react__default.ForwardRefExoticComponent<(Omit<{
|
|
|
3178
3184
|
readonly 400: "32px";
|
|
3179
3185
|
readonly 500: "40px";
|
|
3180
3186
|
readonly 600: "48px";
|
|
3187
|
+
readonly 700: "56px";
|
|
3181
3188
|
readonly 800: "64px";
|
|
3182
3189
|
readonly 1200: "96px";
|
|
3183
3190
|
readonly 1600: "128px";
|
|
@@ -3701,6 +3708,7 @@ declare const IconButton: react__default.ForwardRefExoticComponent<(Omit<{
|
|
|
3701
3708
|
readonly 400: "32px";
|
|
3702
3709
|
readonly 500: "40px";
|
|
3703
3710
|
readonly 600: "48px";
|
|
3711
|
+
readonly 700: "56px";
|
|
3704
3712
|
readonly 800: "64px";
|
|
3705
3713
|
readonly 1200: "96px";
|
|
3706
3714
|
readonly 1600: "128px";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-icon-button",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.10",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
"react": "^16.14 || ^17 || ^18"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@mirohq/design-system-badge": "^0.3.
|
|
30
|
-
"@mirohq/design-system-
|
|
31
|
-
"@mirohq/design-system-stitches": "^2.3.
|
|
32
|
-
"@mirohq/design-system-
|
|
29
|
+
"@mirohq/design-system-badge": "^0.3.18",
|
|
30
|
+
"@mirohq/design-system-tooltip": "^3.2.23",
|
|
31
|
+
"@mirohq/design-system-stitches": "^2.3.10",
|
|
32
|
+
"@mirohq/design-system-base-button": "^0.4.19"
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|
|
35
35
|
"build": "rollup -c ../../../rollup.config.js",
|