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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oasys-lib",
3
- "version": "2.38.1",
3
+ "version": "2.38.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "20.3.25",
6
6
  "@angular/core": "20.3.25",
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 09 Jul 2026 08:13:50 GMT
3
+ * Generated on Thu, 09 Jul 2026 15:16:16 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 Thu, 09 Jul 2026 08:13:50 GMT
3
+ * Generated on Thu, 09 Jul 2026 15:16:17 GMT
4
4
  */
5
5
 
6
6
  :root .brand-tokens-bloomandwild-loyalty-tier-1 {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 09 Jul 2026 08:13:50 GMT
3
+ * Generated on Thu, 09 Jul 2026 15:16:17 GMT
4
4
  */
5
5
 
6
6
  :root .brand-tokens-bloomandwild-loyalty-tier-2 {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 09 Jul 2026 08:13:50 GMT
3
+ * Generated on Thu, 09 Jul 2026 15:16:17 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 Thu, 09 Jul 2026 08:13:51 GMT
3
+ * Generated on Thu, 09 Jul 2026 15:16:17 GMT
4
4
  */
5
5
 
6
6
  :root .brand-tokens-bloomon-loyalty-tier-1 {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 09 Jul 2026 08:13:51 GMT
3
+ * Generated on Thu, 09 Jul 2026 15:16:17 GMT
4
4
  */
5
5
 
6
6
  :root .brand-tokens-bloomon-loyalty-tier-2 {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 09 Jul 2026 08:13:51 GMT
3
+ // Generated on Thu, 09 Jul 2026 15:16:17 GMT
4
4
 
5
5
  $oasys-size-web-breakpoint-mobile: 0px;
6
6
  $oasys-size-web-breakpoint-tablet: 767px;
@@ -104,7 +104,7 @@ h6.text-heading--hero {
104
104
  }
105
105
  }
106
106
 
107
- h2:not(.seo-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:not(.seo-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:not(.seo-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:not(.seo-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);