@mirohq/design-system-spinner 1.1.25 → 1.1.26
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 +13 -0
- package/package.json +4 -4
package/dist/types.d.ts
CHANGED
|
@@ -123,6 +123,9 @@ declare const StyledSpinner: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
123
123
|
"background-primary-subtle-pressed-hover"?: any;
|
|
124
124
|
"background-primary-subtle-selected"?: any;
|
|
125
125
|
"background-success"?: any;
|
|
126
|
+
"background-success-prominent"?: any;
|
|
127
|
+
"background-success-prominent-active"?: any;
|
|
128
|
+
"background-success-prominent-hover"?: any;
|
|
126
129
|
"background-warning-prominent"?: any;
|
|
127
130
|
"background-warning-subtle"?: any;
|
|
128
131
|
"border-danger"?: any;
|
|
@@ -151,6 +154,8 @@ declare const StyledSpinner: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
151
154
|
"border-primary-hover"?: any;
|
|
152
155
|
"border-primary-inverted"?: any;
|
|
153
156
|
"border-success"?: any;
|
|
157
|
+
"border-success-active"?: any;
|
|
158
|
+
"border-success-hover"?: any;
|
|
154
159
|
"border-warning"?: any;
|
|
155
160
|
"icon-danger"?: any;
|
|
156
161
|
"icon-danger-active"?: any;
|
|
@@ -170,9 +175,12 @@ declare const StyledSpinner: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
170
175
|
"icon-primary-inverted"?: any;
|
|
171
176
|
"icon-primary-selected"?: any;
|
|
172
177
|
"icon-success"?: any;
|
|
178
|
+
"icon-success-active"?: any;
|
|
179
|
+
"icon-success-hover"?: any;
|
|
173
180
|
"icon-success-inverted"?: any;
|
|
174
181
|
"icon-warning"?: any;
|
|
175
182
|
"icon-warning-prominent"?: any;
|
|
183
|
+
"icon-warning-subtle"?: any;
|
|
176
184
|
"text-danger"?: any;
|
|
177
185
|
"text-danger-active"?: any;
|
|
178
186
|
"text-danger-hover"?: any;
|
|
@@ -194,7 +202,11 @@ declare const StyledSpinner: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
194
202
|
"text-primary-inverted-subtle"?: any;
|
|
195
203
|
"text-primary-selected"?: any;
|
|
196
204
|
"text-success"?: any;
|
|
205
|
+
"text-success-active"?: any;
|
|
206
|
+
"text-success-hover"?: any;
|
|
207
|
+
"text-success-inverted"?: any;
|
|
197
208
|
"text-warning"?: any;
|
|
209
|
+
"text-warning-subtle"?: any;
|
|
198
210
|
};
|
|
199
211
|
'font-sizes': {
|
|
200
212
|
readonly 150: "0.75rem";
|
|
@@ -237,6 +249,7 @@ declare const StyledSpinner: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
237
249
|
};
|
|
238
250
|
space: {
|
|
239
251
|
readonly 0: "0px";
|
|
252
|
+
readonly 25: "2px";
|
|
240
253
|
readonly 50: "4px";
|
|
241
254
|
readonly 100: "8px";
|
|
242
255
|
readonly 150: "12px";
|
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.26",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
"react": "^16.14 || ^17 || ^18"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@mirohq/design-system-
|
|
30
|
-
"@mirohq/design-
|
|
31
|
-
"@mirohq/design-
|
|
29
|
+
"@mirohq/design-system-primitive": "^1.1.1",
|
|
30
|
+
"@mirohq/design-system-stitches": "^2.3.14",
|
|
31
|
+
"@mirohq/design-tokens": "^3.4.1"
|
|
32
32
|
},
|
|
33
33
|
"scripts": {
|
|
34
34
|
"build": "rollup -c ../../../rollup.config.js",
|