@shival99/z-ui 1.9.15 → 1.9.16

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shival99/z-ui",
3
- "version": "1.9.15",
3
+ "version": "1.9.16",
4
4
  "description": "Z-UI: Modern Angular UI Component Library - A comprehensive, high-performance design system built with Angular 20+, featuring 40+ customizable components with dark mode, accessibility, and enterprise-ready features.",
5
5
  "keywords": [
6
6
  "angular",
@@ -231,7 +231,7 @@ declare class ZAutocompleteComponent<T = unknown> implements OnInit, ControlValu
231
231
 
232
232
  declare const zAutocompleteInputVariants: (props?: ({
233
233
  zSize?: "sm" | "default" | "lg" | null | undefined;
234
- zStatus?: "default" | "open" | "error" | "disabled" | "readonly" | null | undefined;
234
+ zStatus?: "default" | "disabled" | "readonly" | "open" | "error" | null | undefined;
235
235
  } & class_variance_authority_types.ClassProp) | undefined) => string;
236
236
  type ZAutocompleteInputVariants = VariantProps<typeof zAutocompleteInputVariants>;
237
237
  declare const zAutocompleteOptionVariants: (props?: ({