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