oasys-lib 2.1.1 → 2.1.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.1.1",
3
+ "version": "2.1.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 Mon, 01 Sep 2025 12:37:33 GMT
3
+ * Generated on Mon, 01 Sep 2025 15:29:01 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 Mon, 01 Sep 2025 12:37:33 GMT
3
+ * Generated on Mon, 01 Sep 2025 15:29:01 GMT
4
4
  */
5
5
 
6
6
  :root .brand-tokens-bloomon {
@@ -617,7 +617,8 @@
617
617
  --oasys-component-checkbox-icon-inset: 0.2rem;
618
618
  --oasys-component-checkbox-icon-size-primary: 1.8rem;
619
619
  --oasys-component-checkbox-icon-size-secondary: 1.4rem;
620
- --oasys-component-heading-alignment: left;
620
+ --oasys-component-heading-alignment-default: start;
621
+ --oasys-component-heading-alignment-functional: start;
621
622
  --oasys-component-heading-gap-default: default;
622
623
  --oasys-component-heading-gap-primary: near;
623
624
  --oasys-component-heading-gap-secondary: near;
@@ -652,4 +653,5 @@
652
653
  --oasys-component-text-input-color-disabled-background: rgb(231, 230, 227);
653
654
  --oasys-component-text-input-color-disabled-foreground: rgb(146, 143, 135);
654
655
  --oasys-component-promo-card-image-aspect-ratio: 4/3;
656
+ --oasys-component-promo-card-heading-alignment: left;
655
657
  }
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 01 Sep 2025 12:37:33 GMT
3
+ // Generated on Mon, 01 Sep 2025 15:29:01 GMT
4
4
 
5
5
  $oasys-size-web-breakpoint-mobile: 0px;
6
6
  $oasys-size-web-breakpoint-tablet: 767px;