@indigina/ui-kit 1.1.570 → 1.1.571

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
@@ -7,7 +7,7 @@
7
7
  "components",
8
8
  "shared"
9
9
  ],
10
- "version": "1.1.570",
10
+ "version": "1.1.571",
11
11
  "peerDependencies": {
12
12
  "@angular/common": ">=22.0.0 <23.0.0",
13
13
  "@angular/core": ">=22.0.0 <23.0.0",
@@ -3907,6 +3907,7 @@ declare class KitDataFieldComponent {
3907
3907
  readonly defaultValue: string;
3908
3908
  readonly kitSvgIconType: typeof KitSvgIconType;
3909
3909
  readonly kitTooltipPosition: typeof KitTooltipPosition;
3910
+ readonly kitDataFieldLayout: typeof KitDataFieldLayout;
3910
3911
  static ɵfac: i0.ɵɵFactoryDeclaration<KitDataFieldComponent, never>;
3911
3912
  static ɵcmp: i0.ɵɵComponentDeclaration<KitDataFieldComponent, "kit-data-field", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; "link": { "alias": "link"; "required": false; "isSignal": true; }; "queryParams": { "alias": "queryParams"; "required": false; "isSignal": true; }; "target": { "alias": "target"; "required": false; "isSignal": true; }; "state": { "alias": "state"; "required": false; "isSignal": true; }; "tooltipText": { "alias": "tooltipText"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "iconType": { "alias": "iconType"; "required": false; "isSignal": true; }; "layout": { "alias": "layout"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
3912
3913
  }