oasys-lib 1.69.2 → 1.70.0

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": "1.69.2",
3
+ "version": "1.70.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.12",
6
6
  "@angular/core": "^17.3.12"
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 29 Jan 2025 11:10:19 GMT
3
+ * Generated on Tue, 04 Feb 2025 15:54:28 GMT
4
4
  */
5
5
 
6
6
  :root .brand-tokens-bloomandwild {
@@ -566,8 +566,6 @@
566
566
  --oasys-component-price-weight-primary: 500;
567
567
  --oasys-component-price-weight-supporting: 500;
568
568
  --oasys-component-price-color-price-after-discount: rgb(201, 17, 17);
569
- --oasys-component-promo-card-image-aspect-ratio: 5/4;
570
- --oasys-component-promo-card-heading-alignment: center;
571
569
  --oasys-component-radio-icon-inset: 0.6rem;
572
570
  --oasys-component-radio-icon-size-primary: 1rem;
573
571
  --oasys-component-radio-icon-size-secondary: 0.6rem;
@@ -582,4 +580,6 @@
582
580
  --oasys-component-text-input-preface-width: 5.6rem;
583
581
  --oasys-component-text-input-color-disabled-background: rgb(242, 241, 239);
584
582
  --oasys-component-text-input-color-disabled-foreground: rgb(148, 139, 126);
583
+ --oasys-component-promo-card-image-aspect-ratio: 5/4;
584
+ --oasys-component-promo-card-heading-alignment: center;
585
585
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 29 Jan 2025 11:10:19 GMT
3
+ * Generated on Tue, 04 Feb 2025 15:54:28 GMT
4
4
  */
5
5
 
6
6
  :root .brand-tokens-bloomon {
@@ -565,7 +565,6 @@
565
565
  --oasys-component-price-weight-primary: 400;
566
566
  --oasys-component-price-weight-supporting: 400;
567
567
  --oasys-component-price-color-price-after-discount: rgb(214, 26, 0);
568
- --oasys-component-promo-card-image-aspect-ratio: 4/3;
569
568
  --oasys-component-radio-icon-inset: 0.6rem;
570
569
  --oasys-component-radio-icon-size-primary: 1rem;
571
570
  --oasys-component-radio-icon-size-secondary: 0.6rem;
@@ -580,4 +579,5 @@
580
579
  --oasys-component-text-input-preface-width: 5.6rem;
581
580
  --oasys-component-text-input-color-disabled-background: rgb(231, 230, 227);
582
581
  --oasys-component-text-input-color-disabled-foreground: rgb(146, 143, 135);
582
+ --oasys-component-promo-card-image-aspect-ratio: 4/3;
583
583
  }
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 29 Jan 2025 11:10:19 GMT
3
+ // Generated on Tue, 04 Feb 2025 15:54:28 GMT
4
4
 
5
5
  $oasys-size-web-breakpoint-mobile: 0px;
6
6
  $oasys-size-web-breakpoint-tablet: 767px;