@secondstaxorg/sscomp 1.7.99 → 1.8.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/bundle.css +1 -1
- package/dist/index.css +13 -13
- package/dist/index.es.css +13 -13
- package/dist/index.es.js +906 -888
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +2214 -2141
- package/dist/index.js.map +1 -1
- package/dist/index.min.css +13 -13
- package/dist/index.min.js +904 -886
- package/dist/index.min.js.map +1 -1
- package/package.json +6 -2
- package/types/components/ActionSuccess/ActionSuccess.d.ts +1 -0
- package/types/components/PDFViewer/PDFViewer.d.ts +4 -0
- package/types/components/PDFViewer/style.d.ts +2 -0
- package/types/components/PDFViewer/type.d.ts +3 -0
- package/types/components/index.d.ts +1 -0
package/dist/index.min.css
CHANGED
|
@@ -1,16 +1,3 @@
|
|
|
1
|
-
.style_loader__WisPd svg{
|
|
2
|
-
animation: style_loader__WisPd 1.2s infinite linear;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
@keyframes style_loader__WisPd {
|
|
6
|
-
from{
|
|
7
|
-
rotate: 0;
|
|
8
|
-
}
|
|
9
|
-
to{
|
|
10
|
-
rotate:360deg;
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
|
|
14
1
|
@font-face {
|
|
15
2
|
font-family: Circular Book;
|
|
16
3
|
src: url("./fonts/Circular Pro Book.ttf");
|
|
@@ -334,6 +321,19 @@
|
|
|
334
321
|
text-transform: uppercase;
|
|
335
322
|
}
|
|
336
323
|
|
|
324
|
+
.style_loader__WisPd svg{
|
|
325
|
+
animation: style_loader__WisPd 1.2s infinite linear;
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
@keyframes style_loader__WisPd {
|
|
329
|
+
from{
|
|
330
|
+
rotate: 0;
|
|
331
|
+
}
|
|
332
|
+
to{
|
|
333
|
+
rotate:360deg;
|
|
334
|
+
}
|
|
335
|
+
}
|
|
336
|
+
|
|
337
337
|
@font-face {
|
|
338
338
|
font-family: 'icomoon';
|
|
339
339
|
src: url('fonts/icomoon.eot?fpuszj');
|