@mirohq/design-system-icon-button 1.3.12 → 1.3.13
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 +32 -0
- package/package.json +5 -5
package/dist/types.d.ts
CHANGED
|
@@ -214,6 +214,10 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
214
214
|
readonly 800: "4rem";
|
|
215
215
|
readonly 900: "4.5rem";
|
|
216
216
|
};
|
|
217
|
+
fonts: {
|
|
218
|
+
readonly heading: "Roobert, sans-serif";
|
|
219
|
+
readonly body: "Open Sans, sans-serif";
|
|
220
|
+
};
|
|
217
221
|
radii: {
|
|
218
222
|
readonly none: 0;
|
|
219
223
|
readonly half: "999em";
|
|
@@ -684,6 +688,10 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
684
688
|
readonly 800: "4rem";
|
|
685
689
|
readonly 900: "4.5rem";
|
|
686
690
|
};
|
|
691
|
+
fonts: {
|
|
692
|
+
readonly heading: "Roobert, sans-serif";
|
|
693
|
+
readonly body: "Open Sans, sans-serif";
|
|
694
|
+
};
|
|
687
695
|
radii: {
|
|
688
696
|
readonly none: 0;
|
|
689
697
|
readonly half: "999em";
|
|
@@ -1156,6 +1164,10 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
1156
1164
|
readonly 800: "4rem";
|
|
1157
1165
|
readonly 900: "4.5rem";
|
|
1158
1166
|
};
|
|
1167
|
+
fonts: {
|
|
1168
|
+
readonly heading: "Roobert, sans-serif";
|
|
1169
|
+
readonly body: "Open Sans, sans-serif";
|
|
1170
|
+
};
|
|
1159
1171
|
radii: {
|
|
1160
1172
|
readonly none: 0;
|
|
1161
1173
|
readonly half: "999em";
|
|
@@ -1628,6 +1640,10 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
1628
1640
|
readonly 800: "4rem";
|
|
1629
1641
|
readonly 900: "4.5rem";
|
|
1630
1642
|
};
|
|
1643
|
+
fonts: {
|
|
1644
|
+
readonly heading: "Roobert, sans-serif";
|
|
1645
|
+
readonly body: "Open Sans, sans-serif";
|
|
1646
|
+
};
|
|
1631
1647
|
radii: {
|
|
1632
1648
|
readonly none: 0;
|
|
1633
1649
|
readonly half: "999em";
|
|
@@ -2102,6 +2118,10 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
2102
2118
|
readonly 800: "4rem";
|
|
2103
2119
|
readonly 900: "4.5rem";
|
|
2104
2120
|
};
|
|
2121
|
+
fonts: {
|
|
2122
|
+
readonly heading: "Roobert, sans-serif";
|
|
2123
|
+
readonly body: "Open Sans, sans-serif";
|
|
2124
|
+
};
|
|
2105
2125
|
radii: {
|
|
2106
2126
|
readonly none: 0;
|
|
2107
2127
|
readonly half: "999em";
|
|
@@ -2576,6 +2596,10 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
2576
2596
|
readonly 800: "4rem";
|
|
2577
2597
|
readonly 900: "4.5rem";
|
|
2578
2598
|
};
|
|
2599
|
+
fonts: {
|
|
2600
|
+
readonly heading: "Roobert, sans-serif";
|
|
2601
|
+
readonly body: "Open Sans, sans-serif";
|
|
2602
|
+
};
|
|
2579
2603
|
radii: {
|
|
2580
2604
|
readonly none: 0;
|
|
2581
2605
|
readonly half: "999em";
|
|
@@ -3163,6 +3187,10 @@ declare const IconButton: react__default.ForwardRefExoticComponent<(Omit<{
|
|
|
3163
3187
|
readonly 800: "4rem";
|
|
3164
3188
|
readonly 900: "4.5rem";
|
|
3165
3189
|
};
|
|
3190
|
+
fonts: {
|
|
3191
|
+
readonly heading: "Roobert, sans-serif";
|
|
3192
|
+
readonly body: "Open Sans, sans-serif";
|
|
3193
|
+
};
|
|
3166
3194
|
radii: {
|
|
3167
3195
|
readonly none: 0;
|
|
3168
3196
|
readonly half: "999em";
|
|
@@ -3689,6 +3717,10 @@ declare const IconButton: react__default.ForwardRefExoticComponent<(Omit<{
|
|
|
3689
3717
|
readonly 800: "4rem";
|
|
3690
3718
|
readonly 900: "4.5rem";
|
|
3691
3719
|
};
|
|
3720
|
+
fonts: {
|
|
3721
|
+
readonly heading: "Roobert, sans-serif";
|
|
3722
|
+
readonly body: "Open Sans, sans-serif";
|
|
3723
|
+
};
|
|
3692
3724
|
radii: {
|
|
3693
3725
|
readonly none: 0;
|
|
3694
3726
|
readonly half: "999em";
|
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.13",
|
|
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.20",
|
|
30
|
+
"@mirohq/design-system-base-button": "^0.4.21",
|
|
31
|
+
"@mirohq/design-system-stitches": "^2.3.12",
|
|
32
|
+
"@mirohq/design-system-tooltip": "^3.2.26"
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|
|
35
35
|
"build": "rollup -c ../../../rollup.config.js",
|