@elderbyte/ngx-starter 21.7.2 → 21.7.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elderbyte/ngx-starter",
3
- "version": "21.7.2",
3
+ "version": "21.7.3",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^21.0.0 || ^22.0.0",
6
6
  "@angular/common": "^21.0.0 || ^22.0.0",
@@ -26,6 +26,14 @@
26
26
  width: 100%; // legacy, keep for now
27
27
  }
28
28
 
29
+ .w-full {
30
+ width: 100%;
31
+ }
32
+
33
+ .h-full {
34
+ height: 100%;
35
+ }
36
+
29
37
  .overflow-hidden {
30
38
  overflow: hidden;
31
39
  }
@@ -11581,7 +11581,7 @@ declare class ElderChipLabelDirective {
11581
11581
  readonly levelColor: i0.InputSignal<ElderLevelColor>;
11582
11582
  readonly namedColor: i0.InputSignal<ElderNamedColor>;
11583
11583
  readonly themeColor: i0.InputSignal<ThemePalette>;
11584
- readonly chipSize: i0.InputSignal<"small" | "medium">;
11584
+ readonly chipSize: i0.InputSignal<"medium" | "small">;
11585
11585
  readonly cssClasses: i0.Signal<string>;
11586
11586
  readonly sizeClass: i0.Signal<string>;
11587
11587
  /***************************************************************************