@secondstaxorg/sscomp 1.9.87 → 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 -1
- package/dist/index.css +5 -5
- package/dist/index.es.css +5 -5
- package/dist/index.es.js +106 -36
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +2143 -1982
- package/dist/index.js.map +1 -1
- package/dist/index.min.css +5 -5
- package/dist/index.min.js +153 -83
- 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/style.d.ts +1 -0
- package/types/components/index.d.ts +1 -0
package/dist/index.min.css
CHANGED
|
@@ -328,16 +328,16 @@
|
|
|
328
328
|
.typography_signature__W-v2-, .typography_signature__W-v2- input{
|
|
329
329
|
font-family: 'Yellowtail Regular',cursive !important;
|
|
330
330
|
}
|
|
331
|
-
.
|
|
332
|
-
animation:
|
|
331
|
+
.style_loader__WisPd svg{
|
|
332
|
+
animation: style_loader__WisPd 1.2s infinite linear;
|
|
333
333
|
}
|
|
334
334
|
|
|
335
|
-
@keyframes
|
|
335
|
+
@keyframes style_loader__WisPd {
|
|
336
336
|
from{
|
|
337
|
-
|
|
337
|
+
rotate: 0;
|
|
338
338
|
}
|
|
339
339
|
to{
|
|
340
|
-
|
|
340
|
+
rotate:360deg;
|
|
341
341
|
}
|
|
342
342
|
}
|
|
343
343
|
|