@kubex/zinc 1.1.147 → 1.1.148

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/dist/zn.d.ts CHANGED
@@ -877,6 +877,7 @@ declare module "components/confirm/confirm.component" {
877
877
  content: string;
878
878
  confirmText: string;
879
879
  cancelText: string;
880
+ closeText: string;
880
881
  hideIcon: boolean;
881
882
  /**
882
883
  * Show a loading state when the dialog is submitted.