osi-cards-lib 1.5.47 → 1.5.48

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
@@ -10958,7 +10958,7 @@ declare class SolutionsSectionComponent extends BaseSectionComponent implements
10958
10958
  getRemainingBenefitsCount(solution: any): number;
10959
10959
  /**
10960
10960
  * Check if "+X more" button should be shown
10961
- * Only show if there are more than 2 benefits AND not in single column layout
10961
+ * Always return false - all benefits are always displayed
10962
10962
  */
10963
10963
  shouldShowMoreButton(solution: any, index: number): boolean;
10964
10964
  /**
@@ -11660,11 +11660,11 @@ declare function packWithZeroGapsGuarantee(sections: CardSection[], columns?: nu
11660
11660
  * Do not edit manually - generated by scripts/generate-version.js
11661
11661
  *
11662
11662
  * Source of truth: version.config.json
11663
- * Last synced: 2026-01-08T14:14:54.922Z
11663
+ * Last synced: 2026-01-08T14:37:55.172Z
11664
11664
  */
11665
- declare const VERSION = "1.5.47";
11666
- declare const BUILD_DATE = "2026-01-08T14:14:54.922Z";
11667
- declare const BUILD_HASH = "6b4fcd2";
11665
+ declare const VERSION = "1.5.48";
11666
+ declare const BUILD_DATE = "2026-01-08T14:37:55.172Z";
11667
+ declare const BUILD_HASH = "a9e6bce";
11668
11668
  declare const BUILD_BRANCH = "main";
11669
11669
  interface VersionInfo {
11670
11670
  version: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "osi-cards-lib",
3
- "version": "1.5.47",
3
+ "version": "1.5.48",
4
4
  "description": "Standalone OSI Cards library for Angular applications with CSS Layer support for easy style overrides",
5
5
  "keywords": [
6
6
  "angular",