@shival99/z-ui 1.7.9 → 1.7.10

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.7.9",
3
+ "version": "1.7.10",
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",
@@ -56,7 +56,7 @@ type ZAutocompleteOptionTemplate<T = unknown> = TemplateRef<{
56
56
 
57
57
  declare const zAutocompleteInputVariants: (props?: ({
58
58
  zSize?: "sm" | "default" | "lg" | null | undefined;
59
- zStatus?: "default" | "disabled" | "readonly" | "open" | "error" | null | undefined;
59
+ zStatus?: "default" | "open" | "error" | "disabled" | "readonly" | null | undefined;
60
60
  } & class_variance_authority_types.ClassProp) | undefined) => string;
61
61
  type ZAutocompleteInputVariants = VariantProps<typeof zAutocompleteInputVariants>;
62
62
  declare const zAutocompleteOptionVariants: (props?: ({
@@ -397,16 +397,16 @@ declare class ZCalendarComponent implements OnInit, ControlValueAccessor {
397
397
 
398
398
  declare const zCalendarVariants: (props?: ({
399
399
  zSize?: "sm" | "default" | "lg" | null | undefined;
400
- zStatus?: "default" | "disabled" | "readonly" | "open" | "error" | null | undefined;
400
+ zStatus?: "default" | "disabled" | "open" | "error" | "readonly" | null | undefined;
401
401
  } & class_variance_authority_types.ClassProp) | undefined) => string;
402
402
  declare const zCalendarDayVariants: (props?: ({
403
- state?: "default" | "disabled" | "today" | "selected" | "inRange" | "rangeStart" | "rangeEnd" | "rangeSingle" | "otherMonth" | "hovered" | null | undefined;
403
+ state?: "default" | "today" | "selected" | "inRange" | "rangeStart" | "rangeEnd" | "rangeSingle" | "disabled" | "otherMonth" | "hovered" | null | undefined;
404
404
  } & class_variance_authority_types.ClassProp) | undefined) => string;
405
405
  declare const zCalendarMonthVariants: (props?: ({
406
- state?: "default" | "current" | "disabled" | "selected" | null | undefined;
406
+ state?: "default" | "selected" | "disabled" | "current" | null | undefined;
407
407
  } & class_variance_authority_types.ClassProp) | undefined) => string;
408
408
  declare const zCalendarYearVariants: (props?: ({
409
- state?: "default" | "current" | "disabled" | "selected" | null | undefined;
409
+ state?: "default" | "selected" | "disabled" | "current" | null | undefined;
410
410
  } & class_variance_authority_types.ClassProp) | undefined) => string;
411
411
 
412
412
  export { ZCalendarComponent, zCalendarDayVariants, zCalendarMonthVariants, zCalendarVariants, zCalendarYearVariants };
@@ -273,7 +273,7 @@ declare class ZTagClassesPipe implements PipeTransform {
273
273
 
274
274
  declare const zSelectVariants: (props?: ({
275
275
  zSize?: "sm" | "default" | "lg" | null | undefined;
276
- zStatus?: "default" | "disabled" | "readonly" | "open" | "error" | null | undefined;
276
+ zStatus?: "default" | "open" | "error" | "disabled" | "readonly" | null | undefined;
277
277
  } & class_variance_authority_types.ClassProp) | undefined) => string;
278
278
  declare const zSelectTagVariants: (props?: ({
279
279
  zSize?: "sm" | "default" | "lg" | null | undefined;