@mirohq/design-system-spinner 1.0.11-colors.0 → 1.0.12-colors.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 +8 -3
- package/package.json +4 -4
package/dist/types.d.ts
CHANGED
|
@@ -81,11 +81,12 @@ declare const StyledSpinner: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
81
81
|
readonly 'background-neutrals-body'?: any;
|
|
82
82
|
readonly 'background-neutrals-container'?: any;
|
|
83
83
|
readonly 'background-neutrals-inverted'?: any;
|
|
84
|
+
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
84
85
|
readonly 'background-neutrals-subtle'?: any;
|
|
85
86
|
readonly 'background-neutrals-subtle-hover'?: any;
|
|
86
87
|
readonly 'background-neutrals-subtle-active'?: any;
|
|
87
88
|
readonly 'background-neutrals-disabled'?: any;
|
|
88
|
-
readonly 'background-neutrals-disabled
|
|
89
|
+
readonly 'background-neutrals-controls-disabled'?: any;
|
|
89
90
|
readonly 'background-neutrals-scrolls'?: any;
|
|
90
91
|
readonly 'background-neutrals-inactive'?: any;
|
|
91
92
|
readonly 'background-neutrals-inactive-hover'?: any;
|
|
@@ -107,7 +108,7 @@ declare const StyledSpinner: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
107
108
|
readonly 'background-warning-prominent'?: any;
|
|
108
109
|
readonly 'text-neutrals-inverted'?: any;
|
|
109
110
|
readonly 'text-neutrals'?: any;
|
|
110
|
-
readonly 'text-neutrals-
|
|
111
|
+
readonly 'text-neutrals-subtle'?: any;
|
|
111
112
|
readonly 'text-neutrals-placeholder-only'?: any;
|
|
112
113
|
readonly 'text-neutrals-placeholder'?: any;
|
|
113
114
|
readonly 'text-neutrals-disabled'?: any;
|
|
@@ -116,6 +117,7 @@ declare const StyledSpinner: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
116
117
|
readonly 'text-primary-hover'?: any;
|
|
117
118
|
readonly 'text-primary-active'?: any;
|
|
118
119
|
readonly 'text-primary-selected'?: any;
|
|
120
|
+
readonly 'text-primary-inverted-subtle'?: any;
|
|
119
121
|
readonly 'text-danger-inverted'?: any;
|
|
120
122
|
readonly 'text-danger'?: any;
|
|
121
123
|
readonly 'text-danger-hover'?: any;
|
|
@@ -124,9 +126,12 @@ declare const StyledSpinner: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
124
126
|
readonly 'text-warning'?: any;
|
|
125
127
|
readonly 'icon-neutrals-inverted'?: any;
|
|
126
128
|
readonly 'icon-neutrals'?: any;
|
|
127
|
-
readonly 'icon-neutrals-
|
|
129
|
+
readonly 'icon-neutrals-with-text'?: any;
|
|
130
|
+
readonly 'icon-neutrals-subtle'?: any;
|
|
128
131
|
readonly 'icon-neutrals-disabled'?: any;
|
|
129
132
|
readonly 'icon-neutrals-search'?: any;
|
|
133
|
+
readonly 'icon-neutrals-inactive'?: any;
|
|
134
|
+
readonly 'icon-neutrals-inactive-hover'?: any;
|
|
130
135
|
readonly 'icon-primary-inverted'?: any;
|
|
131
136
|
readonly 'icon-primary'?: any;
|
|
132
137
|
readonly 'icon-primary-hover'?: any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-spinner",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.12-colors.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -26,13 +26,13 @@
|
|
|
26
26
|
"react": "^16.14 || ^17"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
+
"@mirohq/design-system-stitches": "^2.0.11-colors.0",
|
|
29
30
|
"@mirohq/design-system-primitive": "^1.0.4",
|
|
30
|
-
"@mirohq/design-system-stitches": "^2.0.10-colors.0",
|
|
31
31
|
"@mirohq/design-system-types": "^0.2.0",
|
|
32
|
-
"@mirohq/design-tokens": "^
|
|
32
|
+
"@mirohq/design-tokens": "^1.6.2-colors.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@mirohq/design-system-flex": "^2.0.
|
|
35
|
+
"@mirohq/design-system-flex": "^2.0.13-colors.0"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|
|
38
38
|
"build": "rollup -c ../../../rollup.config.js",
|