@mirohq/design-system-icon-button 1.2.14-calendar-component.0 → 1.2.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 +6 -6
- package/package.json +5 -5
package/dist/types.d.ts
CHANGED
|
@@ -212,28 +212,28 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
212
212
|
readonly 'icon-400': "32px";
|
|
213
213
|
};
|
|
214
214
|
space: {
|
|
215
|
-
readonly
|
|
215
|
+
readonly 0: 0;
|
|
216
216
|
readonly 50: "4px";
|
|
217
217
|
readonly 100: "8px";
|
|
218
218
|
readonly 150: "12px";
|
|
219
219
|
readonly 200: "16px";
|
|
220
220
|
readonly 300: "24px";
|
|
221
221
|
readonly 400: "32px";
|
|
222
|
-
readonly 500: "
|
|
222
|
+
readonly 500: "40px";
|
|
223
223
|
readonly 600: "48px";
|
|
224
224
|
readonly 800: "64px";
|
|
225
225
|
readonly 1200: "96px";
|
|
226
226
|
readonly 1600: "128px";
|
|
227
227
|
};
|
|
228
228
|
'space-gap': {
|
|
229
|
-
readonly
|
|
229
|
+
readonly 0: any;
|
|
230
230
|
readonly 50: any;
|
|
231
231
|
readonly 100: any;
|
|
232
232
|
readonly 200: any;
|
|
233
233
|
readonly 300: any;
|
|
234
234
|
};
|
|
235
235
|
'space-inset': {
|
|
236
|
-
readonly
|
|
236
|
+
readonly 0: any;
|
|
237
237
|
readonly 50: any;
|
|
238
238
|
readonly 100: any;
|
|
239
239
|
readonly 150: any;
|
|
@@ -246,7 +246,7 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
246
246
|
readonly 1600: any;
|
|
247
247
|
};
|
|
248
248
|
'space-offset': {
|
|
249
|
-
readonly
|
|
249
|
+
readonly 0: any;
|
|
250
250
|
readonly 50: any;
|
|
251
251
|
readonly 100: any;
|
|
252
252
|
readonly 150: any;
|
|
@@ -257,7 +257,7 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
257
257
|
readonly 800: any;
|
|
258
258
|
readonly 1200: any;
|
|
259
259
|
readonly 1600: any;
|
|
260
|
-
readonly 'stacking-
|
|
260
|
+
readonly 'stacking-0': any;
|
|
261
261
|
readonly 'stacking-100': any;
|
|
262
262
|
readonly 'stacking-200': any;
|
|
263
263
|
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.15",
|
|
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-tooltip": "^3.2.
|
|
31
|
-
"@mirohq/design-system-
|
|
32
|
-
"@mirohq/design-system-
|
|
29
|
+
"@mirohq/design-system-badge": "^0.3.11",
|
|
30
|
+
"@mirohq/design-system-tooltip": "^3.2.14",
|
|
31
|
+
"@mirohq/design-system-stitches": "^2.3.3",
|
|
32
|
+
"@mirohq/design-system-base-button": "^0.4.10"
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|
|
35
35
|
"build": "rollup -c ../../../rollup.config.js",
|