@mirohq/design-system-button 3.1.13 → 3.1.15
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
|
@@ -251,6 +251,7 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
251
251
|
readonly 400: "32px";
|
|
252
252
|
readonly 500: "40px";
|
|
253
253
|
readonly 600: "48px";
|
|
254
|
+
readonly 700: "56px";
|
|
254
255
|
readonly 800: "64px";
|
|
255
256
|
readonly 1200: "96px";
|
|
256
257
|
readonly 1600: "128px";
|
|
@@ -718,6 +719,7 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
718
719
|
readonly 400: "32px";
|
|
719
720
|
readonly 500: "40px";
|
|
720
721
|
readonly 600: "48px";
|
|
722
|
+
readonly 700: "56px";
|
|
721
723
|
readonly 800: "64px";
|
|
722
724
|
readonly 1200: "96px";
|
|
723
725
|
readonly 1600: "128px";
|
|
@@ -1187,6 +1189,7 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
1187
1189
|
readonly 400: "32px";
|
|
1188
1190
|
readonly 500: "40px";
|
|
1189
1191
|
readonly 600: "48px";
|
|
1192
|
+
readonly 700: "56px";
|
|
1190
1193
|
readonly 800: "64px";
|
|
1191
1194
|
readonly 1200: "96px";
|
|
1192
1195
|
readonly 1600: "128px";
|
|
@@ -1656,6 +1659,7 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
1656
1659
|
readonly 400: "32px";
|
|
1657
1660
|
readonly 500: "40px";
|
|
1658
1661
|
readonly 600: "48px";
|
|
1662
|
+
readonly 700: "56px";
|
|
1659
1663
|
readonly 800: "64px";
|
|
1660
1664
|
readonly 1200: "96px";
|
|
1661
1665
|
readonly 1600: "128px";
|
|
@@ -2127,6 +2131,7 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
2127
2131
|
readonly 400: "32px";
|
|
2128
2132
|
readonly 500: "40px";
|
|
2129
2133
|
readonly 600: "48px";
|
|
2134
|
+
readonly 700: "56px";
|
|
2130
2135
|
readonly 800: "64px";
|
|
2131
2136
|
readonly 1200: "96px";
|
|
2132
2137
|
readonly 1600: "128px";
|
|
@@ -2598,6 +2603,7 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
2598
2603
|
readonly 400: "32px";
|
|
2599
2604
|
readonly 500: "40px";
|
|
2600
2605
|
readonly 600: "48px";
|
|
2606
|
+
readonly 700: "56px";
|
|
2601
2607
|
readonly 800: "64px";
|
|
2602
2608
|
readonly 1200: "96px";
|
|
2603
2609
|
readonly 1600: "128px";
|
|
@@ -3079,6 +3085,7 @@ declare const StyledIconSlot: react__default.ForwardRefExoticComponent<Omit<Omit
|
|
|
3079
3085
|
readonly 400: "32px";
|
|
3080
3086
|
readonly 500: "40px";
|
|
3081
3087
|
readonly 600: "48px";
|
|
3088
|
+
readonly 700: "56px";
|
|
3082
3089
|
readonly 800: "64px";
|
|
3083
3090
|
readonly 1200: "96px";
|
|
3084
3091
|
readonly 1600: "128px";
|
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.15",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -27,13 +27,13 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@react-aria/utils": "^3.13.0",
|
|
30
|
-
"@mirohq/design-system-
|
|
31
|
-
"@mirohq/design-system-styles": "^1.1.4",
|
|
30
|
+
"@mirohq/design-system-base-button": "^0.4.19",
|
|
32
31
|
"@mirohq/design-system-primitive": "^1.1.1",
|
|
33
|
-
"@mirohq/design-system-
|
|
34
|
-
"@mirohq/design-system-
|
|
35
|
-
"@mirohq/design-system-
|
|
36
|
-
"@mirohq/design-system-
|
|
32
|
+
"@mirohq/design-system-spinner": "^1.1.21",
|
|
33
|
+
"@mirohq/design-system-stitches": "^2.3.10",
|
|
34
|
+
"@mirohq/design-system-styles": "^1.1.6",
|
|
35
|
+
"@mirohq/design-system-types": "^0.6.2",
|
|
36
|
+
"@mirohq/design-system-utils": "^0.14.3"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@types/lodash.capitalize": "^4.2.7",
|