osi-cards-lib 1.5.47 → 1.5.49
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-osi-cards-lib-B3nzP8za.mjs +36196 -0
- package/fesm2022/osi-cards-lib-osi-cards-lib-B3nzP8za.mjs.map +1 -0
- package/fesm2022/osi-cards-lib-overview-section.component-CF3hECQj.mjs +263 -0
- package/fesm2022/osi-cards-lib-overview-section.component-CF3hECQj.mjs.map +1 -0
- package/fesm2022/osi-cards-lib.mjs +1 -36465
- package/fesm2022/osi-cards-lib.mjs.map +1 -1
- package/index.d.ts +5 -6
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1322,7 +1322,6 @@ type AnimationState = 'idle' | 'pending' | 'running' | 'paused' | 'finished';
|
|
|
1322
1322
|
type LayoutPhase = 'initial' | 'optimization' | 'finalization';
|
|
1323
1323
|
type PackingAlgorithm = 'skyline' | 'bin-packer' | 'row-packer';
|
|
1324
1324
|
type Breakpoint = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
1325
|
-
|
|
1326
1325
|
type ThemeMode = 'light' | 'dark' | 'auto' | 'system';
|
|
1327
1326
|
type TrendDirection = 'up' | 'down' | 'neutral' | 'stable';
|
|
1328
1327
|
type ChartType = 'bar' | 'line' | 'pie' | 'doughnut' | 'radar' | 'polar';
|
|
@@ -10958,7 +10957,7 @@ declare class SolutionsSectionComponent extends BaseSectionComponent implements
|
|
|
10958
10957
|
getRemainingBenefitsCount(solution: any): number;
|
|
10959
10958
|
/**
|
|
10960
10959
|
* Check if "+X more" button should be shown
|
|
10961
|
-
*
|
|
10960
|
+
* Always return false - all benefits are always displayed
|
|
10962
10961
|
*/
|
|
10963
10962
|
shouldShowMoreButton(solution: any, index: number): boolean;
|
|
10964
10963
|
/**
|
|
@@ -11660,11 +11659,11 @@ declare function packWithZeroGapsGuarantee(sections: CardSection[], columns?: nu
|
|
|
11660
11659
|
* Do not edit manually - generated by scripts/generate-version.js
|
|
11661
11660
|
*
|
|
11662
11661
|
* Source of truth: version.config.json
|
|
11663
|
-
* Last synced: 2026-01-
|
|
11662
|
+
* Last synced: 2026-01-08T15:34:34.470Z
|
|
11664
11663
|
*/
|
|
11665
|
-
declare const VERSION = "1.5.
|
|
11666
|
-
declare const BUILD_DATE = "2026-01-
|
|
11667
|
-
declare const BUILD_HASH = "
|
|
11664
|
+
declare const VERSION = "1.5.49";
|
|
11665
|
+
declare const BUILD_DATE = "2026-01-08T15:34:34.470Z";
|
|
11666
|
+
declare const BUILD_HASH = "cf058fe";
|
|
11668
11667
|
declare const BUILD_BRANCH = "main";
|
|
11669
11668
|
interface VersionInfo {
|
|
11670
11669
|
version: string;
|