@mirohq/design-system-icon-button 1.2.12-dropdown.1 → 1.2.13-use-press.0
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 +6 -6
- package/package.json +5 -9
package/dist/types.d.ts
CHANGED
|
@@ -206,28 +206,28 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
206
206
|
readonly 'icon-400': "32px";
|
|
207
207
|
};
|
|
208
208
|
space: {
|
|
209
|
-
readonly
|
|
209
|
+
readonly none: 0;
|
|
210
210
|
readonly 50: "4px";
|
|
211
211
|
readonly 100: "8px";
|
|
212
212
|
readonly 150: "12px";
|
|
213
213
|
readonly 200: "16px";
|
|
214
214
|
readonly 300: "24px";
|
|
215
215
|
readonly 400: "32px";
|
|
216
|
-
readonly 500: "
|
|
216
|
+
readonly 500: "64px";
|
|
217
217
|
readonly 600: "48px";
|
|
218
218
|
readonly 800: "64px";
|
|
219
219
|
readonly 1200: "96px";
|
|
220
220
|
readonly 1600: "128px";
|
|
221
221
|
};
|
|
222
222
|
'space-gap': {
|
|
223
|
-
readonly
|
|
223
|
+
readonly none: any;
|
|
224
224
|
readonly 50: any;
|
|
225
225
|
readonly 100: any;
|
|
226
226
|
readonly 200: any;
|
|
227
227
|
readonly 300: any;
|
|
228
228
|
};
|
|
229
229
|
'space-inset': {
|
|
230
|
-
readonly
|
|
230
|
+
readonly none: any;
|
|
231
231
|
readonly 50: any;
|
|
232
232
|
readonly 100: any;
|
|
233
233
|
readonly 150: any;
|
|
@@ -240,7 +240,7 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
240
240
|
readonly 1600: any;
|
|
241
241
|
};
|
|
242
242
|
'space-offset': {
|
|
243
|
-
readonly
|
|
243
|
+
readonly none: any;
|
|
244
244
|
readonly 50: any;
|
|
245
245
|
readonly 100: any;
|
|
246
246
|
readonly 150: any;
|
|
@@ -251,7 +251,7 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
251
251
|
readonly 800: any;
|
|
252
252
|
readonly 1200: any;
|
|
253
253
|
readonly 1600: any;
|
|
254
|
-
readonly 'stacking-
|
|
254
|
+
readonly 'stacking-none': any;
|
|
255
255
|
readonly 'stacking-100': any;
|
|
256
256
|
readonly 'stacking-200': any;
|
|
257
257
|
readonly 'stacking-300': any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-icon-button",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.13-use-press.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -26,14 +26,10 @@
|
|
|
26
26
|
"react": "^16.14 || ^17 || ^18"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@mirohq/design-system-
|
|
30
|
-
"@mirohq/design-system-
|
|
31
|
-
"@mirohq/design-system-
|
|
32
|
-
"@mirohq/design-system-tooltip": "^3.2.12-
|
|
33
|
-
},
|
|
34
|
-
"devDependencies": {
|
|
35
|
-
"@mirohq/design-system-flex": "^2.1.12-dropdown.0",
|
|
36
|
-
"@mirohq/design-system-icons": "^0.23.1-dropdown.0"
|
|
29
|
+
"@mirohq/design-system-stitches": "^2.3.1",
|
|
30
|
+
"@mirohq/design-system-badge": "^0.3.9",
|
|
31
|
+
"@mirohq/design-system-base-button": "^0.4.8",
|
|
32
|
+
"@mirohq/design-system-tooltip": "^3.2.12-use-press.0"
|
|
37
33
|
},
|
|
38
34
|
"scripts": {
|
|
39
35
|
"build": "rollup -c ../../../rollup.config.js",
|