@mirohq/design-system-spinner 1.1.12-dropdown.0 → 1.1.12
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 +17 -11
- package/package.json +3 -3
package/dist/types.d.ts
CHANGED
|
@@ -87,7 +87,6 @@ declare const StyledSpinner: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
87
87
|
readonly 'background-danger-prominent-active'?: any;
|
|
88
88
|
readonly 'background-danger-prominent-hover'?: any;
|
|
89
89
|
readonly 'background-neutrals'?: any;
|
|
90
|
-
readonly 'background-neutrals-body'?: any;
|
|
91
90
|
readonly 'background-neutrals-container'?: any;
|
|
92
91
|
readonly 'background-neutrals-controls-disabled'?: any;
|
|
93
92
|
readonly 'background-neutrals-disabled'?: any;
|
|
@@ -95,6 +94,8 @@ declare const StyledSpinner: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
95
94
|
readonly 'background-neutrals-inactive-hover'?: any;
|
|
96
95
|
readonly 'background-neutrals-inverted'?: any;
|
|
97
96
|
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
97
|
+
readonly 'background-neutrals-page'?: any;
|
|
98
|
+
readonly 'background-neutrals-page-subtle'?: any;
|
|
98
99
|
readonly 'background-neutrals-scrolls'?: any;
|
|
99
100
|
readonly 'background-neutrals-scrolls-hover'?: any;
|
|
100
101
|
readonly 'background-neutrals-subtle'?: any;
|
|
@@ -118,12 +119,11 @@ declare const StyledSpinner: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
118
119
|
readonly 'text-neutrals'?: any;
|
|
119
120
|
readonly 'text-neutrals-disabled'?: any;
|
|
120
121
|
readonly 'text-neutrals-inverted'?: any;
|
|
121
|
-
readonly 'text-neutrals-link'?: any;
|
|
122
|
-
readonly 'text-neutrals-link-active'?: any;
|
|
123
|
-
readonly 'text-neutrals-link-hover'?: any;
|
|
124
122
|
readonly 'text-neutrals-placeholder'?: any;
|
|
125
123
|
readonly 'text-neutrals-placeholder-only'?: any;
|
|
126
124
|
readonly 'text-neutrals-subtle'?: any;
|
|
125
|
+
readonly 'text-neutrals-subtle-active'?: any;
|
|
126
|
+
readonly 'text-neutrals-subtle-hover'?: any;
|
|
127
127
|
readonly 'text-primary'?: any;
|
|
128
128
|
readonly 'text-primary-active'?: any;
|
|
129
129
|
readonly 'text-primary-hover'?: any;
|
|
@@ -143,7 +143,7 @@ declare const StyledSpinner: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
143
143
|
readonly 'icon-neutrals-inverted'?: any;
|
|
144
144
|
readonly 'icon-neutrals-search'?: any;
|
|
145
145
|
readonly 'icon-neutrals-subtle'?: any;
|
|
146
|
-
readonly 'icon-neutrals-
|
|
146
|
+
readonly 'icon-neutrals-text'?: any;
|
|
147
147
|
readonly 'icon-primary'?: any;
|
|
148
148
|
readonly 'icon-primary-active'?: any;
|
|
149
149
|
readonly 'icon-primary-hover'?: any;
|
|
@@ -152,7 +152,10 @@ declare const StyledSpinner: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
152
152
|
readonly 'icon-success'?: any;
|
|
153
153
|
readonly 'icon-success-inverted'?: any;
|
|
154
154
|
readonly 'icon-warning'?: any;
|
|
155
|
+
readonly 'icon-warning-prominent'?: any;
|
|
155
156
|
readonly 'border-danger'?: any;
|
|
157
|
+
readonly 'border-danger-active'?: any;
|
|
158
|
+
readonly 'border-danger-hover'?: any;
|
|
156
159
|
readonly 'border-focus-inner'?: any;
|
|
157
160
|
readonly 'border-focus-middle'?: any;
|
|
158
161
|
readonly 'border-focus-outer'?: any;
|
|
@@ -164,6 +167,9 @@ declare const StyledSpinner: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
164
167
|
readonly 'border-neutrals-hover'?: any;
|
|
165
168
|
readonly 'border-neutrals-inverted'?: any;
|
|
166
169
|
readonly 'border-neutrals-subtle'?: any;
|
|
170
|
+
readonly 'border-neutrals-text-subtle'?: any;
|
|
171
|
+
readonly 'border-neutrals-text-subtle-active'?: any;
|
|
172
|
+
readonly 'border-neutrals-text-subtle-hover'?: any;
|
|
167
173
|
readonly 'border-primary'?: any;
|
|
168
174
|
readonly 'border-primary-active'?: any;
|
|
169
175
|
readonly 'border-primary-hover'?: any;
|
|
@@ -208,28 +214,28 @@ declare const StyledSpinner: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
208
214
|
readonly 'icon-400': "32px";
|
|
209
215
|
};
|
|
210
216
|
space: {
|
|
211
|
-
readonly
|
|
217
|
+
readonly none: 0;
|
|
212
218
|
readonly 50: "4px";
|
|
213
219
|
readonly 100: "8px";
|
|
214
220
|
readonly 150: "12px";
|
|
215
221
|
readonly 200: "16px";
|
|
216
222
|
readonly 300: "24px";
|
|
217
223
|
readonly 400: "32px";
|
|
218
|
-
readonly 500: "
|
|
224
|
+
readonly 500: "64px";
|
|
219
225
|
readonly 600: "48px";
|
|
220
226
|
readonly 800: "64px";
|
|
221
227
|
readonly 1200: "96px";
|
|
222
228
|
readonly 1600: "128px";
|
|
223
229
|
};
|
|
224
230
|
'space-gap': {
|
|
225
|
-
readonly
|
|
231
|
+
readonly none: any;
|
|
226
232
|
readonly 50: any;
|
|
227
233
|
readonly 100: any;
|
|
228
234
|
readonly 200: any;
|
|
229
235
|
readonly 300: any;
|
|
230
236
|
};
|
|
231
237
|
'space-inset': {
|
|
232
|
-
readonly
|
|
238
|
+
readonly none: any;
|
|
233
239
|
readonly 50: any;
|
|
234
240
|
readonly 100: any;
|
|
235
241
|
readonly 150: any;
|
|
@@ -242,7 +248,7 @@ declare const StyledSpinner: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
242
248
|
readonly 1600: any;
|
|
243
249
|
};
|
|
244
250
|
'space-offset': {
|
|
245
|
-
readonly
|
|
251
|
+
readonly none: any;
|
|
246
252
|
readonly 50: any;
|
|
247
253
|
readonly 100: any;
|
|
248
254
|
readonly 150: any;
|
|
@@ -253,7 +259,7 @@ declare const StyledSpinner: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
253
259
|
readonly 800: any;
|
|
254
260
|
readonly 1200: any;
|
|
255
261
|
readonly 1600: any;
|
|
256
|
-
readonly 'stacking-
|
|
262
|
+
readonly 'stacking-none': any;
|
|
257
263
|
readonly 'stacking-100': any;
|
|
258
264
|
readonly 'stacking-200': any;
|
|
259
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.12
|
|
3
|
+
"version": "1.1.12",
|
|
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-
|
|
31
|
-
"@mirohq/design-
|
|
30
|
+
"@mirohq/design-tokens": "^2.7.0",
|
|
31
|
+
"@mirohq/design-system-stitches": "^2.3.2"
|
|
32
32
|
},
|
|
33
33
|
"scripts": {
|
|
34
34
|
"build": "rollup -c ../../../rollup.config.js",
|