osi-cards-lib 1.5.36 → 1.5.37

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/index.d.ts CHANGED
@@ -11488,10 +11488,10 @@ declare function packWithZeroGapsGuarantee(sections: CardSection[], columns?: nu
11488
11488
  * Do not edit manually - generated by scripts/generate-version.js
11489
11489
  *
11490
11490
  * Source of truth: version.config.json
11491
- * Last synced: 2025-12-12T21:21:07.663Z
11491
+ * Last synced: 2025-12-12T21:31:10.419Z
11492
11492
  */
11493
11493
  declare const VERSION = "1.5.19";
11494
- declare const BUILD_DATE = "2025-12-12T21:21:07.663Z";
11494
+ declare const BUILD_DATE = "2025-12-12T21:31:10.419Z";
11495
11495
  declare const BUILD_HASH = "34c5699";
11496
11496
  declare const BUILD_BRANCH = "main";
11497
11497
  interface VersionInfo {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "osi-cards-lib",
3
- "version": "1.5.36",
3
+ "version": "1.5.37",
4
4
  "description": "Standalone OSI Cards library for Angular applications with CSS Layer support for easy style overrides",
5
5
  "keywords": [
6
6
  "angular",
@@ -95,4 +95,4 @@
95
95
  "*.css",
96
96
  "*.scss"
97
97
  ]
98
- }
98
+ }
@@ -167,3 +167,4 @@ if (require.main === module) {
167
167
  }
168
168
 
169
169
  module.exports = { updateAngularJson, findAngularJson };
170
+