@secondstaxorg/sscomp 1.8.25 → 1.8.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/bundle.css +1 -1
- package/dist/fonts/Yellowtail-Regular.ttf +0 -0
- package/dist/index.css +8 -1
- package/dist/index.es.css +8 -1
- package/dist/index.es.js +79 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +1993 -1753
- package/dist/index.js.map +1 -1
- package/dist/index.min.css +8 -1
- package/dist/index.min.js +79 -2
- package/dist/index.min.js.map +1 -1
- package/dist/typography.css +8 -0
- package/package.json +1 -1
- package/types/components/SignatureField/SignatureField.d.ts +4 -0
- package/types/components/SignatureField/style.d.ts +3 -0
- package/types/components/SignatureField/type.d.ts +6 -0
- package/types/components/Tab/type.d.ts +5 -1
- package/types/components/index.d.ts +1 -0
package/dist/index.min.css
CHANGED
|
@@ -14,6 +14,10 @@
|
|
|
14
14
|
font-family: Circular Black;
|
|
15
15
|
src: url("./fonts/Circular Pro Black.ttf");
|
|
16
16
|
}
|
|
17
|
+
@font-face {
|
|
18
|
+
font-family: Yellowtail Regular;
|
|
19
|
+
src: url("./fonts/Yellowtail-Regular.ttf");
|
|
20
|
+
}
|
|
17
21
|
|
|
18
22
|
.typography_display1Medium__p65-F,
|
|
19
23
|
.typography_display2Medium__p90JY,
|
|
@@ -320,7 +324,10 @@
|
|
|
320
324
|
letter-spacing: 0.08em;
|
|
321
325
|
text-transform: uppercase;
|
|
322
326
|
}
|
|
323
|
-
|
|
327
|
+
|
|
328
|
+
.typography_signature__W-v2-, .typography_signature__W-v2- input{
|
|
329
|
+
font-family: 'Yellowtail Regular',cursive !important;
|
|
330
|
+
}
|
|
324
331
|
.style_loader__WisPd svg{
|
|
325
332
|
animation: style_loader__WisPd 1.2s infinite linear;
|
|
326
333
|
}
|