@secondstaxorg/sscomp 1.7.77 → 1.7.79
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/index.css +4 -0
- package/dist/index.es.css +4 -0
- package/dist/index.es.js +2 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +26 -21
- package/dist/index.js.map +1 -1
- package/dist/index.min.css +4 -0
- package/dist/index.min.js +2 -1
- package/dist/index.min.js.map +1 -1
- package/dist/typography.css +4 -0
- package/dist/typography.module.css +4 -0
- package/package.json +1 -1
- package/types/components/SideModal/type.d.ts +4 -1
package/dist/index.min.css
CHANGED
|
@@ -205,6 +205,7 @@
|
|
|
205
205
|
.typography_subheadingRegular__wMBGN,
|
|
206
206
|
.typography_subheadingUnderlined__Zz2ca {
|
|
207
207
|
font-weight: 400;
|
|
208
|
+
font-family: "Circular Book", sans-serif;
|
|
208
209
|
}
|
|
209
210
|
|
|
210
211
|
.typography_subheadingMedium__0uqNv {
|
|
@@ -227,6 +228,7 @@
|
|
|
227
228
|
.typography_paragraph1Regular__uuGEy,
|
|
228
229
|
.typography_paragraph1Underlined__L-7Gr {
|
|
229
230
|
font-weight: 400;
|
|
231
|
+
font-family: "Circular Book", sans-serif;
|
|
230
232
|
}
|
|
231
233
|
|
|
232
234
|
.typography_paragraph1Medium__ZGj-C {
|
|
@@ -249,6 +251,7 @@
|
|
|
249
251
|
.typography_paragraph2Regular__pHN4I,
|
|
250
252
|
.typography_paragraph2Underlined__Kxn6n {
|
|
251
253
|
font-weight: 400;
|
|
254
|
+
font-family: "Circular Book", sans-serif;
|
|
252
255
|
}
|
|
253
256
|
|
|
254
257
|
.typography_paragraph2Medium__nHNtx {
|
|
@@ -271,6 +274,7 @@
|
|
|
271
274
|
.typography_paragraph3Regular__mcp96,
|
|
272
275
|
.typography_paragraph3Underlined__BFotj {
|
|
273
276
|
font-weight: 400;
|
|
277
|
+
font-family: "Circular Book", sans-serif;
|
|
274
278
|
}
|
|
275
279
|
|
|
276
280
|
.typography_paragraph3Medium__IzVmY {
|