oasys-lib 1.60.11 → 1.60.13
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/esm2022/lib/components/breadcrumbs/breadcrumbs.component.mjs +3 -3
- package/esm2022/lib/components/form/checkbox/checkbox.component.mjs +2 -2
- package/esm2022/lib/components/form/combobox/combobox.component.mjs +2 -2
- package/esm2022/lib/components/form/form-group/form-group.component.mjs +2 -2
- package/esm2022/lib/components/form/radio/radio.component.mjs +2 -2
- package/esm2022/lib/components/form/text-input/text-input.component.mjs +2 -2
- package/esm2022/lib/components/image/image.component.mjs +1 -1
- package/fesm2022/oasys-lib.mjs +12 -12
- package/fesm2022/oasys-lib.mjs.map +1 -1
- package/package.json +1 -1
- package/src/assets/bloomandwild/variables.css +1 -1
- package/src/assets/bloomon/variables.css +1 -1
- package/src/assets/global/scss-breakpoints.scss +1 -1
- package/src/assets/global/typography.scss +18 -26
package/package.json
CHANGED
|
@@ -13,7 +13,7 @@ html {
|
|
|
13
13
|
font-weight: var(--oasys-typography-body-body-font-weight);
|
|
14
14
|
|
|
15
15
|
font-size: var(--oasys-typography-body-body-font-size);
|
|
16
|
-
line-height: var(--oasys-typography-body-body-
|
|
16
|
+
line-height: var(--oasys-typography-body-body-line-height);
|
|
17
17
|
color: var(--oasys-color-brand-foreground-primary);
|
|
18
18
|
|
|
19
19
|
b,
|
|
@@ -114,15 +114,11 @@ h3,
|
|
|
114
114
|
h4,
|
|
115
115
|
.text-heading--functional--primary {
|
|
116
116
|
font-size: var(--oasys-typography-heading-func-primary-desktop-font-size);
|
|
117
|
-
line-height: var(
|
|
118
|
-
--oasys-typography-heading-func-primary-desktop-line-height
|
|
119
|
-
);
|
|
117
|
+
line-height: var(--oasys-typography-heading-func-primary-desktop-line-height);
|
|
120
118
|
font-weight: var(--oasys-typography-heading-func-primary-desktop-font-weight);
|
|
121
119
|
|
|
122
120
|
@include mobile() {
|
|
123
|
-
font-size: var(
|
|
124
|
-
--oasys-typography-heading-func-primary-mobile-font-size
|
|
125
|
-
);
|
|
121
|
+
font-size: var(--oasys-typography-heading-func-primary-mobile-font-size);
|
|
126
122
|
line-height: var(
|
|
127
123
|
--oasys-typography-heading-func-primary-mobile-line-height
|
|
128
124
|
);
|
|
@@ -135,16 +131,18 @@ h5,
|
|
|
135
131
|
line-height: var(
|
|
136
132
|
--oasys-typography-heading-func-secondary-desktop-line-height
|
|
137
133
|
);
|
|
138
|
-
font-weight: var(
|
|
134
|
+
font-weight: var(
|
|
135
|
+
--oasys-typography-heading-func-secondary-desktop-font-weight
|
|
136
|
+
);
|
|
139
137
|
|
|
140
138
|
@include mobile() {
|
|
141
|
-
font-size: var(
|
|
142
|
-
--oasys-typography-heading-func-secondary-mobile-font-size
|
|
143
|
-
);
|
|
139
|
+
font-size: var(--oasys-typography-heading-func-secondary-mobile-font-size);
|
|
144
140
|
line-height: var(
|
|
145
141
|
--oasys-typography-heading-func-secondary-mobile-line-height
|
|
146
|
-
|
|
147
|
-
font-weight: var(
|
|
142
|
+
);
|
|
143
|
+
font-weight: var(
|
|
144
|
+
--oasys-typography-heading-func-secondary-mobile-font-weight
|
|
145
|
+
);
|
|
148
146
|
}
|
|
149
147
|
}
|
|
150
148
|
|
|
@@ -207,7 +205,9 @@ label,
|
|
|
207
205
|
}
|
|
208
206
|
|
|
209
207
|
.text-body--line-through {
|
|
210
|
-
text-decoration: var(
|
|
208
|
+
text-decoration: var(
|
|
209
|
+
--oasys-typography-body-line-through-body-text-decoration
|
|
210
|
+
);
|
|
211
211
|
}
|
|
212
212
|
|
|
213
213
|
.text-body--emphasis {
|
|
@@ -333,9 +333,7 @@ article {
|
|
|
333
333
|
p,
|
|
334
334
|
ul,
|
|
335
335
|
ol {
|
|
336
|
-
margin-bottom: var(
|
|
337
|
-
--oasys-prose-vertical-adjustment-paragraph-bottom
|
|
338
|
-
);
|
|
336
|
+
margin-bottom: var(--oasys-prose-vertical-adjustment-paragraph-bottom);
|
|
339
337
|
|
|
340
338
|
&:empty {
|
|
341
339
|
display: none;
|
|
@@ -346,9 +344,7 @@ article {
|
|
|
346
344
|
@extend .text--readable-width;
|
|
347
345
|
@extend .text-body--expressive;
|
|
348
346
|
padding-top: var(--oasys-prose-vertical-adjustment-blockquote-top);
|
|
349
|
-
margin-bottom: var(
|
|
350
|
-
--oasys-prose-vertical-adjustment-blockquote-bottom
|
|
351
|
-
);
|
|
347
|
+
margin-bottom: var(--oasys-prose-vertical-adjustment-blockquote-bottom);
|
|
352
348
|
text-align: center;
|
|
353
349
|
margin: 0 auto;
|
|
354
350
|
}
|
|
@@ -382,12 +378,8 @@ article {
|
|
|
382
378
|
}
|
|
383
379
|
|
|
384
380
|
.ui-rce-embed {
|
|
385
|
-
padding-top: var(
|
|
386
|
-
|
|
387
|
-
);
|
|
388
|
-
margin-bottom: var(
|
|
389
|
-
--oasys-prose-vertical-adjustment-component-top-bottom
|
|
390
|
-
);
|
|
381
|
+
padding-top: var(--oasys-prose-vertical-adjustment-component-top-bottom);
|
|
382
|
+
margin-bottom: var(--oasys-prose-vertical-adjustment-component-top-bottom);
|
|
391
383
|
|
|
392
384
|
a,
|
|
393
385
|
a:hover {
|