osi-cards-lib 1.5.48 → 1.5.50

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
@@ -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';
@@ -10283,7 +10282,7 @@ declare abstract class ChartSectionBaseComponent extends BaseSectionComponent {
10283
10282
  /**
10284
10283
  * Chart type (bar, line, pie, doughnut)
10285
10284
  */
10286
- readonly chartType: i0.Signal<"bar" | "line" | "pie" | "doughnut">;
10285
+ readonly chartType: i0.Signal<"line" | "bar" | "pie" | "doughnut">;
10287
10286
  /**
10288
10287
  * Processed chart configuration
10289
10288
  */
@@ -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-08T14:37:55.172Z
11662
+ * Last synced: 2026-01-08T15:43:54.082Z
11664
11663
  */
11665
- declare const VERSION = "1.5.48";
11666
- declare const BUILD_DATE = "2026-01-08T14:37:55.172Z";
11667
- declare const BUILD_HASH = "a9e6bce";
11664
+ declare const VERSION = "1.5.50";
11665
+ declare const BUILD_DATE = "2026-01-08T15:43:54.082Z";
11666
+ declare const BUILD_HASH = "3f4ad1c";
11668
11667
  declare const BUILD_BRANCH = "main";
11669
11668
  interface VersionInfo {
11670
11669
  version: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "osi-cards-lib",
3
- "version": "1.5.48",
3
+ "version": "1.5.50",
4
4
  "description": "Standalone OSI Cards library for Angular applications with CSS Layer support for easy style overrides",
5
5
  "keywords": [
6
6
  "angular",