@mirohq/design-system-button 3.1.16 → 3.1.18
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 +28 -0
- package/package.json +7 -7
package/dist/types.d.ts
CHANGED
|
@@ -218,6 +218,10 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
218
218
|
readonly 800: "4rem";
|
|
219
219
|
readonly 900: "4.5rem";
|
|
220
220
|
};
|
|
221
|
+
fonts: {
|
|
222
|
+
readonly heading: "Roobert, sans-serif";
|
|
223
|
+
readonly body: "Open Sans, sans-serif";
|
|
224
|
+
};
|
|
221
225
|
radii: {
|
|
222
226
|
readonly none: 0;
|
|
223
227
|
readonly half: "999em";
|
|
@@ -688,6 +692,10 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
688
692
|
readonly 800: "4rem";
|
|
689
693
|
readonly 900: "4.5rem";
|
|
690
694
|
};
|
|
695
|
+
fonts: {
|
|
696
|
+
readonly heading: "Roobert, sans-serif";
|
|
697
|
+
readonly body: "Open Sans, sans-serif";
|
|
698
|
+
};
|
|
691
699
|
radii: {
|
|
692
700
|
readonly none: 0;
|
|
693
701
|
readonly half: "999em";
|
|
@@ -1160,6 +1168,10 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
1160
1168
|
readonly 800: "4rem";
|
|
1161
1169
|
readonly 900: "4.5rem";
|
|
1162
1170
|
};
|
|
1171
|
+
fonts: {
|
|
1172
|
+
readonly heading: "Roobert, sans-serif";
|
|
1173
|
+
readonly body: "Open Sans, sans-serif";
|
|
1174
|
+
};
|
|
1163
1175
|
radii: {
|
|
1164
1176
|
readonly none: 0;
|
|
1165
1177
|
readonly half: "999em";
|
|
@@ -1632,6 +1644,10 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
1632
1644
|
readonly 800: "4rem";
|
|
1633
1645
|
readonly 900: "4.5rem";
|
|
1634
1646
|
};
|
|
1647
|
+
fonts: {
|
|
1648
|
+
readonly heading: "Roobert, sans-serif";
|
|
1649
|
+
readonly body: "Open Sans, sans-serif";
|
|
1650
|
+
};
|
|
1635
1651
|
radii: {
|
|
1636
1652
|
readonly none: 0;
|
|
1637
1653
|
readonly half: "999em";
|
|
@@ -2106,6 +2122,10 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
2106
2122
|
readonly 800: "4rem";
|
|
2107
2123
|
readonly 900: "4.5rem";
|
|
2108
2124
|
};
|
|
2125
|
+
fonts: {
|
|
2126
|
+
readonly heading: "Roobert, sans-serif";
|
|
2127
|
+
readonly body: "Open Sans, sans-serif";
|
|
2128
|
+
};
|
|
2109
2129
|
radii: {
|
|
2110
2130
|
readonly none: 0;
|
|
2111
2131
|
readonly half: "999em";
|
|
@@ -2580,6 +2600,10 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
2580
2600
|
readonly 800: "4rem";
|
|
2581
2601
|
readonly 900: "4.5rem";
|
|
2582
2602
|
};
|
|
2603
|
+
fonts: {
|
|
2604
|
+
readonly heading: "Roobert, sans-serif";
|
|
2605
|
+
readonly body: "Open Sans, sans-serif";
|
|
2606
|
+
};
|
|
2583
2607
|
radii: {
|
|
2584
2608
|
readonly none: 0;
|
|
2585
2609
|
readonly half: "999em";
|
|
@@ -3064,6 +3088,10 @@ declare const StyledIconSlot: react__default.ForwardRefExoticComponent<Omit<Omit
|
|
|
3064
3088
|
readonly 800: "4rem";
|
|
3065
3089
|
readonly 900: "4.5rem";
|
|
3066
3090
|
};
|
|
3091
|
+
fonts: {
|
|
3092
|
+
readonly heading: "Roobert, sans-serif";
|
|
3093
|
+
readonly body: "Open Sans, sans-serif";
|
|
3094
|
+
};
|
|
3067
3095
|
radii: {
|
|
3068
3096
|
readonly none: 0;
|
|
3069
3097
|
readonly half: "999em";
|
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.18",
|
|
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-base-button": "^0.4.
|
|
31
|
-
"@mirohq/design-system-
|
|
32
|
-
"@mirohq/design-system-
|
|
33
|
-
"@mirohq/design-system-
|
|
34
|
-
"@mirohq/design-system-stitches": "^2.3.11",
|
|
30
|
+
"@mirohq/design-system-base-button": "^0.4.21",
|
|
31
|
+
"@mirohq/design-system-spinner": "^1.1.23",
|
|
32
|
+
"@mirohq/design-system-stitches": "^2.3.12",
|
|
33
|
+
"@mirohq/design-system-styles": "^1.1.9",
|
|
35
34
|
"@mirohq/design-system-types": "^0.6.2",
|
|
36
|
-
"@mirohq/design-system-utils": "^0.14.3"
|
|
35
|
+
"@mirohq/design-system-utils": "^0.14.3",
|
|
36
|
+
"@mirohq/design-system-primitive": "^1.1.1"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@types/lodash.capitalize": "^4.2.7",
|