@mirohq/design-system-spinner 1.1.12 → 1.1.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 +6 -6
- package/package.json +3 -3
package/dist/types.d.ts
CHANGED
|
@@ -214,28 +214,28 @@ declare const StyledSpinner: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
214
214
|
readonly 'icon-400': "32px";
|
|
215
215
|
};
|
|
216
216
|
space: {
|
|
217
|
-
readonly
|
|
217
|
+
readonly 0: 0;
|
|
218
218
|
readonly 50: "4px";
|
|
219
219
|
readonly 100: "8px";
|
|
220
220
|
readonly 150: "12px";
|
|
221
221
|
readonly 200: "16px";
|
|
222
222
|
readonly 300: "24px";
|
|
223
223
|
readonly 400: "32px";
|
|
224
|
-
readonly 500: "
|
|
224
|
+
readonly 500: "40px";
|
|
225
225
|
readonly 600: "48px";
|
|
226
226
|
readonly 800: "64px";
|
|
227
227
|
readonly 1200: "96px";
|
|
228
228
|
readonly 1600: "128px";
|
|
229
229
|
};
|
|
230
230
|
'space-gap': {
|
|
231
|
-
readonly
|
|
231
|
+
readonly 0: any;
|
|
232
232
|
readonly 50: any;
|
|
233
233
|
readonly 100: any;
|
|
234
234
|
readonly 200: any;
|
|
235
235
|
readonly 300: any;
|
|
236
236
|
};
|
|
237
237
|
'space-inset': {
|
|
238
|
-
readonly
|
|
238
|
+
readonly 0: any;
|
|
239
239
|
readonly 50: any;
|
|
240
240
|
readonly 100: any;
|
|
241
241
|
readonly 150: any;
|
|
@@ -248,7 +248,7 @@ declare const StyledSpinner: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
248
248
|
readonly 1600: any;
|
|
249
249
|
};
|
|
250
250
|
'space-offset': {
|
|
251
|
-
readonly
|
|
251
|
+
readonly 0: any;
|
|
252
252
|
readonly 50: any;
|
|
253
253
|
readonly 100: any;
|
|
254
254
|
readonly 150: any;
|
|
@@ -259,7 +259,7 @@ declare const StyledSpinner: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
259
259
|
readonly 800: any;
|
|
260
260
|
readonly 1200: any;
|
|
261
261
|
readonly 1600: any;
|
|
262
|
-
readonly 'stacking-
|
|
262
|
+
readonly 'stacking-0': any;
|
|
263
263
|
readonly 'stacking-100': any;
|
|
264
264
|
readonly 'stacking-200': any;
|
|
265
265
|
readonly 'stacking-300': any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-spinner",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.13",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@mirohq/design-system-primitive": "^1.1.0",
|
|
30
|
-
"@mirohq/design-tokens": "^2.7.
|
|
31
|
-
"@mirohq/design-system-stitches": "^2.3.
|
|
30
|
+
"@mirohq/design-tokens": "^2.7.1",
|
|
31
|
+
"@mirohq/design-system-stitches": "^2.3.3"
|
|
32
32
|
},
|
|
33
33
|
"scripts": {
|
|
34
34
|
"build": "rollup -c ../../../rollup.config.js",
|