@indigina/ui-kit 1.1.310 → 1.1.311

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
@@ -2693,6 +2693,7 @@ declare class KitCardComponent {
2693
2693
  * Defines whether the items list will be expanded
2694
2694
  */
2695
2695
  itemsExpanded: boolean;
2696
+ hideToggle: boolean;
2696
2697
  /**
2697
2698
  * An action which is emitted when action button clicked
2698
2699
  */
@@ -2707,7 +2708,7 @@ declare class KitCardComponent {
2707
2708
  readonly KitTooltipPosition: typeof KitTooltipPosition;
2708
2709
  toggleList(): void;
2709
2710
  static ɵfac: i0.ɵɵFactoryDeclaration<KitCardComponent, never>;
2710
- static ɵcmp: i0.ɵɵComponentDeclaration<KitCardComponent, "kit-card", never, { "data": { "alias": "data"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "itemsExpanded": { "alias": "itemsExpanded"; "required": false; }; }, { "buttonClicked": "buttonClicked"; "toggleClicked": "toggleClicked"; }, never, never, true, never>;
2711
+ static ɵcmp: i0.ɵɵComponentDeclaration<KitCardComponent, "kit-card", never, { "data": { "alias": "data"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "itemsExpanded": { "alias": "itemsExpanded"; "required": false; }; "hideToggle": { "alias": "hideToggle"; "required": false; }; }, { "buttonClicked": "buttonClicked"; "toggleClicked": "toggleClicked"; }, never, never, true, never>;
2711
2712
  }
2712
2713
 
2713
2714
  interface KitBreadcrumbsItem {
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "components",
8
8
  "shared"
9
9
  ],
10
- "version": "1.1.310",
10
+ "version": "1.1.311",
11
11
  "peerDependencies": {
12
12
  "@angular/common": ">=20.1.3 <21.0.0",
13
13
  "@angular/core": ">=20.1.3 <21.0.0",