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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oasys-lib",
3
- "version": "2.2.0-rc.1",
3
+ "version": "2.2.0-rc.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.13",
6
6
  "@angular/core": "^18.2.13",
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 02 Sep 2025 10:36:22 GMT
3
+ * Generated on Tue, 02 Sep 2025 11:12:50 GMT
4
4
  */
5
5
 
6
6
  :root .brand-tokens-bloomandwild {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 02 Sep 2025 10:36:22 GMT
3
+ * Generated on Tue, 02 Sep 2025 11:12:50 GMT
4
4
  */
5
5
 
6
6
  :root .brand-tokens-bloomon {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 02 Sep 2025 10:36:22 GMT
3
+ // Generated on Tue, 02 Sep 2025 11:12:50 GMT
4
4
 
5
5
  $oasys-size-web-breakpoint-mobile: 0px;
6
6
  $oasys-size-web-breakpoint-tablet: 767px;
@@ -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);