osi-cards-lib 1.5.46 → 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 +348 -172
- package/fesm2022/osi-cards-lib.mjs.map +1 -1
- package/index.d.ts +6 -5
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -6861,6 +6861,7 @@ declare const ICONS: {
|
|
|
6861
6861
|
Code2: lucide_angular.LucideIconData;
|
|
6862
6862
|
Calculator: lucide_angular.LucideIconData;
|
|
6863
6863
|
Cog: lucide_angular.LucideIconData;
|
|
6864
|
+
Copy: lucide_angular.LucideIconData;
|
|
6864
6865
|
ExternalLink: lucide_angular.LucideIconData;
|
|
6865
6866
|
Facebook: lucide_angular.LucideIconData;
|
|
6866
6867
|
DollarSign: lucide_angular.LucideIconData;
|
|
@@ -10957,7 +10958,7 @@ declare class SolutionsSectionComponent extends BaseSectionComponent implements
|
|
|
10957
10958
|
getRemainingBenefitsCount(solution: any): number;
|
|
10958
10959
|
/**
|
|
10959
10960
|
* Check if "+X more" button should be shown
|
|
10960
|
-
*
|
|
10961
|
+
* Always return false - all benefits are always displayed
|
|
10961
10962
|
*/
|
|
10962
10963
|
shouldShowMoreButton(solution: any, index: number): boolean;
|
|
10963
10964
|
/**
|
|
@@ -11659,11 +11660,11 @@ declare function packWithZeroGapsGuarantee(sections: CardSection[], columns?: nu
|
|
|
11659
11660
|
* Do not edit manually - generated by scripts/generate-version.js
|
|
11660
11661
|
*
|
|
11661
11662
|
* Source of truth: version.config.json
|
|
11662
|
-
* Last synced: 2026-01-
|
|
11663
|
+
* Last synced: 2026-01-08T14:37:55.172Z
|
|
11663
11664
|
*/
|
|
11664
|
-
declare const VERSION = "1.5.
|
|
11665
|
-
declare const BUILD_DATE = "2026-01-
|
|
11666
|
-
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";
|
|
11667
11668
|
declare const BUILD_BRANCH = "main";
|
|
11668
11669
|
interface VersionInfo {
|
|
11669
11670
|
version: string;
|