@secondstaxorg/sscomp 1.9.87 → 1.9.88
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/bundle.css +0 -1
- package/dist/index.css +0 -13
- package/dist/index.es.css +0 -13
- package/dist/index.es.js +305 -292
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +16 -2
- package/dist/index.js.map +1 -1
- package/dist/index.min.css +0 -13
- package/dist/index.min.js +304 -291
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
- package/types/components/LoadingSpinner/LoadingSpinner.d.ts +0 -1
- package/types/components/LoadingSpinner/style.d.ts +1 -0
package/dist/index.min.css
CHANGED
|
@@ -328,19 +328,6 @@
|
|
|
328
328
|
.typography_signature__W-v2-, .typography_signature__W-v2- input{
|
|
329
329
|
font-family: 'Yellowtail Regular',cursive !important;
|
|
330
330
|
}
|
|
331
|
-
.style_loading-spinner__ujhbX svg{
|
|
332
|
-
animation: style_loadingAnimation__EvyzC 1.2s infinite linear;
|
|
333
|
-
}
|
|
334
|
-
|
|
335
|
-
@keyframes style_loadingAnimation__EvyzC {
|
|
336
|
-
from{
|
|
337
|
-
transform: rotate(0deg);
|
|
338
|
-
}
|
|
339
|
-
to{
|
|
340
|
-
transform: rotate(360deg);
|
|
341
|
-
}
|
|
342
|
-
}
|
|
343
|
-
|
|
344
331
|
@font-face {
|
|
345
332
|
font-family: 'icomoon';
|
|
346
333
|
src: url('fonts/icomoon.eot?fpuszj');
|