oasys-lib 2.38.1 → 2.38.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/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/bloomandwild-loyalty-tier-1/variables.css +1 -1
- package/src/assets/bloomandwild-loyalty-tier-2/variables.css +1 -1
- package/src/assets/bloomon/variables.css +1 -1
- package/src/assets/bloomon-loyalty-tier-1/variables.css +1 -1
- package/src/assets/bloomon-loyalty-tier-2/variables.css +1 -1
- package/src/assets/global/scss-breakpoints.scss +1 -1
- package/src/assets/global/typography.scss +4 -4
package/package.json
CHANGED
|
@@ -104,7 +104,7 @@ h6.text-heading--hero {
|
|
|
104
104
|
}
|
|
105
105
|
}
|
|
106
106
|
|
|
107
|
-
h2
|
|
107
|
+
h2 {
|
|
108
108
|
font-size: var(--oasys-typography-heading-primary-desktop-font-size);
|
|
109
109
|
line-height: var(--oasys-typography-heading-primary-desktop-line-height);
|
|
110
110
|
font-weight: var(--oasys-typography-heading-primary-desktop-font-weight);
|
|
@@ -135,7 +135,7 @@ h6.text-heading--primary {
|
|
|
135
135
|
}
|
|
136
136
|
}
|
|
137
137
|
|
|
138
|
-
h3
|
|
138
|
+
h3 {
|
|
139
139
|
font-size: var(--oasys-typography-heading-secondary-font-size);
|
|
140
140
|
line-height: var(--oasys-typography-heading-secondary-line-height);
|
|
141
141
|
font-weight: var(--oasys-typography-heading-secondary-font-weight);
|
|
@@ -162,7 +162,7 @@ h6.text-heading--secondary {
|
|
|
162
162
|
Functional Heading Sizes
|
|
163
163
|
--------------------- */
|
|
164
164
|
|
|
165
|
-
h4
|
|
165
|
+
h4 {
|
|
166
166
|
font-size: var(--oasys-typography-heading-func-primary-desktop-font-size);
|
|
167
167
|
line-height: var(--oasys-typography-heading-func-primary-desktop-line-height);
|
|
168
168
|
font-weight: var(--oasys-typography-heading-func-primary-desktop-font-weight);
|
|
@@ -191,7 +191,7 @@ h6.text-heading--functional--primary {
|
|
|
191
191
|
}
|
|
192
192
|
}
|
|
193
193
|
|
|
194
|
-
h5
|
|
194
|
+
h5 {
|
|
195
195
|
font-size: var(--oasys-typography-heading-func-secondary-desktop-font-size);
|
|
196
196
|
line-height: var(--oasys-typography-heading-func-secondary-desktop-line-height);
|
|
197
197
|
font-weight: var(--oasys-typography-heading-func-secondary-desktop-font-weight);
|