oasys-lib 2.2.0-rc.1 → 2.2.0-rc.2
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/form/checkbox/checkbox.component.mjs +3 -3
- package/esm2022/lib/components/form/combobox/combobox.component.mjs +3 -3
- package/esm2022/lib/components/form/form-group/form-group.component.mjs +3 -3
- package/esm2022/lib/components/form/radio/radio.component.mjs +3 -3
- package/esm2022/lib/components/form/text-input/text-input.component.mjs +3 -3
- package/fesm2022/oasys-lib.mjs +10 -10
- 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 +5 -0
package/package.json
CHANGED
|
@@ -93,6 +93,7 @@ h3.text-heading--hero,
|
|
|
93
93
|
h4.text-heading--hero,
|
|
94
94
|
h5.text-heading--hero,
|
|
95
95
|
h6.text-heading--hero {
|
|
96
|
+
font-family: var(--oasys-typography-heading-hero-desktop-font-family);
|
|
96
97
|
font-size: var(--oasys-typography-heading-hero-desktop-font-size);
|
|
97
98
|
line-height: var(--oasys-typography-heading-hero-desktop-line-height);
|
|
98
99
|
font-weight: var(--oasys-typography-heading-hero-desktop-font-weight);
|
|
@@ -123,6 +124,7 @@ h3.text-heading--primary,
|
|
|
123
124
|
h4.text-heading--primary,
|
|
124
125
|
h5.text-heading--primary,
|
|
125
126
|
h6.text-heading--primary {
|
|
127
|
+
font-family: var(--oasys-typography-heading-hero-desktop-font-family);
|
|
126
128
|
font-size: var(--oasys-typography-heading-primary-desktop-font-size);
|
|
127
129
|
line-height: var(--oasys-typography-heading-primary-desktop-line-height);
|
|
128
130
|
font-weight: var(--oasys-typography-heading-primary-desktop-font-weight);
|
|
@@ -147,6 +149,7 @@ h3.text-heading--secondary,
|
|
|
147
149
|
h4.text-heading--secondary,
|
|
148
150
|
h5.text-heading--secondary,
|
|
149
151
|
h6.text-heading--secondary {
|
|
152
|
+
font-family: var(--oasys-typography-heading-hero-desktop-font-family);
|
|
150
153
|
font-size: var(--oasys-typography-heading-secondary-font-size);
|
|
151
154
|
line-height: var(--oasys-typography-heading-secondary-line-height);
|
|
152
155
|
font-weight: var(--oasys-typography-heading-secondary-font-weight);
|
|
@@ -178,6 +181,7 @@ h3.text-heading--functional--primary,
|
|
|
178
181
|
h4.text-heading--functional--primary,
|
|
179
182
|
h5.text-heading--functional--primary,
|
|
180
183
|
h6.text-heading--functional--primary {
|
|
184
|
+
font-family: var(--oasys-typography-heading-func-primary-desktop-font-family);
|
|
181
185
|
font-size: var(--oasys-typography-heading-func-primary-desktop-font-size);
|
|
182
186
|
line-height: var(--oasys-typography-heading-func-primary-desktop-line-height);
|
|
183
187
|
font-weight: var(--oasys-typography-heading-func-primary-desktop-font-weight);
|
|
@@ -207,6 +211,7 @@ h3.text-heading--functional--secondary,
|
|
|
207
211
|
h4.text-heading--functional--secondary,
|
|
208
212
|
h5.text-heading--functional--secondary,
|
|
209
213
|
h6.text-heading--functional--secondary {
|
|
214
|
+
font-family: var(--oasys-typography-heading-func-primary-desktop-font-family);
|
|
210
215
|
font-size: var(--oasys-typography-heading-func-secondary-desktop-font-size);
|
|
211
216
|
line-height: var(--oasys-typography-heading-func-secondary-desktop-line-height);
|
|
212
217
|
font-weight: var(--oasys-typography-heading-func-secondary-desktop-font-weight);
|