@mirohq/design-system-spinner 1.1.11 → 1.1.12-dropdown.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 +3 -6
package/dist/types.d.ts
CHANGED
|
@@ -208,28 +208,28 @@ declare const StyledSpinner: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
208
208
|
readonly 'icon-400': "32px";
|
|
209
209
|
};
|
|
210
210
|
space: {
|
|
211
|
-
readonly
|
|
211
|
+
readonly 0: 0;
|
|
212
212
|
readonly 50: "4px";
|
|
213
213
|
readonly 100: "8px";
|
|
214
214
|
readonly 150: "12px";
|
|
215
215
|
readonly 200: "16px";
|
|
216
216
|
readonly 300: "24px";
|
|
217
217
|
readonly 400: "32px";
|
|
218
|
-
readonly 500: "
|
|
218
|
+
readonly 500: "40px";
|
|
219
219
|
readonly 600: "48px";
|
|
220
220
|
readonly 800: "64px";
|
|
221
221
|
readonly 1200: "96px";
|
|
222
222
|
readonly 1600: "128px";
|
|
223
223
|
};
|
|
224
224
|
'space-gap': {
|
|
225
|
-
readonly
|
|
225
|
+
readonly 0: any;
|
|
226
226
|
readonly 50: any;
|
|
227
227
|
readonly 100: any;
|
|
228
228
|
readonly 200: any;
|
|
229
229
|
readonly 300: any;
|
|
230
230
|
};
|
|
231
231
|
'space-inset': {
|
|
232
|
-
readonly
|
|
232
|
+
readonly 0: any;
|
|
233
233
|
readonly 50: any;
|
|
234
234
|
readonly 100: any;
|
|
235
235
|
readonly 150: any;
|
|
@@ -242,7 +242,7 @@ declare const StyledSpinner: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
242
242
|
readonly 1600: any;
|
|
243
243
|
};
|
|
244
244
|
'space-offset': {
|
|
245
|
-
readonly
|
|
245
|
+
readonly 0: any;
|
|
246
246
|
readonly 50: any;
|
|
247
247
|
readonly 100: any;
|
|
248
248
|
readonly 150: any;
|
|
@@ -253,7 +253,7 @@ declare const StyledSpinner: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
253
253
|
readonly 800: any;
|
|
254
254
|
readonly 1200: any;
|
|
255
255
|
readonly 1600: any;
|
|
256
|
-
readonly 'stacking-
|
|
256
|
+
readonly 'stacking-0': any;
|
|
257
257
|
readonly 'stacking-100': any;
|
|
258
258
|
readonly 'stacking-200': any;
|
|
259
259
|
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.12-dropdown.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -27,11 +27,8 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@mirohq/design-system-primitive": "^1.1.0",
|
|
30
|
-
"@mirohq/design-system-stitches": "^2.3.
|
|
31
|
-
"@mirohq/design-tokens": "^2.
|
|
32
|
-
},
|
|
33
|
-
"devDependencies": {
|
|
34
|
-
"@mirohq/design-system-flex": "^2.1.11"
|
|
30
|
+
"@mirohq/design-system-stitches": "^2.3.2-dropdown.0",
|
|
31
|
+
"@mirohq/design-tokens": "^2.7.0-dropdown.0"
|
|
35
32
|
},
|
|
36
33
|
"scripts": {
|
|
37
34
|
"build": "rollup -c ../../../rollup.config.js",
|