@mirohq/design-system-spinner 1.1.23 → 1.1.24
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 +2 -3
- package/package.json +3 -3
package/dist/types.d.ts
CHANGED
|
@@ -223,8 +223,6 @@ declare const StyledSpinner: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
223
223
|
readonly 200: "16px";
|
|
224
224
|
};
|
|
225
225
|
shadows: {
|
|
226
|
-
readonly 50: "0 4px 16px #05003812";
|
|
227
|
-
readonly 100: "0 8px 32px #05003808";
|
|
228
226
|
readonly 'focus-small': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-inner";
|
|
229
227
|
readonly 'focus-small-outline': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 1px $colors$border-focus-middle, inset 0 0 0 2px $colors$border-focus-inner";
|
|
230
228
|
readonly 'focus-large': "0 0 0 4px $colors$border-focus-inner, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-outer";
|
|
@@ -238,7 +236,7 @@ declare const StyledSpinner: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
238
236
|
readonly 'icon-400': "32px";
|
|
239
237
|
};
|
|
240
238
|
space: {
|
|
241
|
-
readonly 0:
|
|
239
|
+
readonly 0: "0px";
|
|
242
240
|
readonly 50: "4px";
|
|
243
241
|
readonly 100: "8px";
|
|
244
242
|
readonly 150: "12px";
|
|
@@ -268,6 +266,7 @@ declare const StyledSpinner: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
268
266
|
readonly 300: any;
|
|
269
267
|
readonly 400: any;
|
|
270
268
|
readonly 600: any;
|
|
269
|
+
readonly 700: any;
|
|
271
270
|
readonly 800: any;
|
|
272
271
|
readonly 1200: any;
|
|
273
272
|
readonly 1600: 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.24",
|
|
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.1",
|
|
30
|
-
"@mirohq/design-
|
|
31
|
-
"@mirohq/design-
|
|
30
|
+
"@mirohq/design-system-stitches": "^2.3.13",
|
|
31
|
+
"@mirohq/design-tokens": "^3.4.0"
|
|
32
32
|
},
|
|
33
33
|
"scripts": {
|
|
34
34
|
"build": "rollup -c ../../../rollup.config.js",
|