@indigina/ui-kit 1.1.535 → 1.1.536
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
|
@@ -336,7 +336,6 @@ declare class KitExpansionPanelComponent {
|
|
|
336
336
|
readonly expansionPanel: Signal<ExpansionPanelComponent>;
|
|
337
337
|
readonly headerTemplate: Signal<TemplateRef<KitExpansionPanelHeaderTemplateContext> | undefined>;
|
|
338
338
|
readonly kitSvgIcon: typeof KitSvgIcon;
|
|
339
|
-
readonly kitSvgIconType: typeof KitSvgIconType;
|
|
340
339
|
readonly kitButtonType: typeof KitButtonType;
|
|
341
340
|
readonly kitButtonKind: typeof KitButtonKind;
|
|
342
341
|
readonly kitExpansionPanelToggleMode: typeof KitExpansionPanelToggleMode;
|
|
@@ -4049,7 +4048,6 @@ declare class KitGlobalSearchComponent implements OnInit {
|
|
|
4049
4048
|
readonly popup: Signal<KitPopupComponent | undefined>;
|
|
4050
4049
|
readonly container: Signal<ViewContainerRef>;
|
|
4051
4050
|
readonly kitSvgIcon: typeof KitSvgIcon;
|
|
4052
|
-
readonly kitSvgIconType: typeof KitSvgIconType;
|
|
4053
4051
|
readonly kitPillTheme: typeof KitPillTheme;
|
|
4054
4052
|
readonly kitButtonType: typeof KitButtonType;
|
|
4055
4053
|
readonly kitButtonKind: typeof KitButtonKind;
|