@cqa-lib/cqa-ui 1.1.455 → 1.1.456

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.
@@ -18,6 +18,8 @@ export declare class SegmentControlComponent implements OnChanges, AfterViewInit
18
18
  containerBgColor: string;
19
19
  /** When true, the control stretches to fill its parent and buttons share equal width. */
20
20
  fullWidth: boolean;
21
+ get hostDisplay(): string;
22
+ get hostWidth(): string;
21
23
  valueChange: EventEmitter<string>;
22
24
  segmentButtons: QueryList<ElementRef<HTMLButtonElement>>;
23
25
  segmentContainer?: ElementRef<HTMLDivElement>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cqa-lib/cqa-ui",
3
- "version": "1.1.455",
3
+ "version": "1.1.456",
4
4
  "description": "UI Kit library for Angular 13.4",
5
5
  "keywords": [
6
6
  "angular",