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/fesm2022/osi-cards-lib.mjs +18 -27
- package/fesm2022/osi-cards-lib.mjs.map +1 -1
- package/index.d.ts +5 -5
- package/package.json +1 -1
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
|
-
*
|
|
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:
|
|
11663
|
+
* Last synced: 2026-01-08T14:37:55.172Z
|
|
11664
11664
|
*/
|
|
11665
|
-
declare const VERSION = "1.5.
|
|
11666
|
-
declare const BUILD_DATE = "2026-01-08T14:
|
|
11667
|
-
declare const BUILD_HASH = "
|
|
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;
|