@mirohq/design-system-spinner 1.1.9 → 1.1.11
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 -0
- package/package.json +4 -4
package/dist/types.d.ts
CHANGED
|
@@ -261,6 +261,11 @@ declare const StyledSpinner: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
261
261
|
readonly 'stacking-500': any;
|
|
262
262
|
readonly 'stacking-800': any;
|
|
263
263
|
};
|
|
264
|
+
'stroke-width': {
|
|
265
|
+
readonly thin: "1.5px";
|
|
266
|
+
readonly normal: "2px";
|
|
267
|
+
readonly bold: "4px";
|
|
268
|
+
};
|
|
264
269
|
'z-indices': {
|
|
265
270
|
readonly dropdownMenu: 100;
|
|
266
271
|
readonly popover: 200;
|
|
@@ -389,6 +394,7 @@ declare const StyledSpinner: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
389
394
|
readonly scrollPaddingRight: "space-inset";
|
|
390
395
|
readonly scrollPaddingTop: "space-inset";
|
|
391
396
|
readonly stroke: "colors";
|
|
397
|
+
readonly strokeWidth: "stroke-width";
|
|
392
398
|
readonly textDecorationColor: "colors";
|
|
393
399
|
readonly textShadow: "shadows";
|
|
394
400
|
readonly top: "space";
|
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.11",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -27,11 +27,11 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@mirohq/design-system-primitive": "^1.1.0",
|
|
30
|
-
"@mirohq/design-
|
|
31
|
-
"@mirohq/design-
|
|
30
|
+
"@mirohq/design-system-stitches": "^2.3.1",
|
|
31
|
+
"@mirohq/design-tokens": "^2.6.0"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@mirohq/design-system-flex": "^2.1.
|
|
34
|
+
"@mirohq/design-system-flex": "^2.1.11"
|
|
35
35
|
},
|
|
36
36
|
"scripts": {
|
|
37
37
|
"build": "rollup -c ../../../rollup.config.js",
|