auxalia-ui-kit 1.7.0 → 1.7.2

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/index.cjs CHANGED
@@ -754,7 +754,7 @@ var DropdownMenuSubContent = React8.forwardRef(({ className, ...props }, ref) =>
754
754
  {
755
755
  ref,
756
756
  className: cn(
757
- "z-50 min-w-32 overflow-hidden rounded-lg border border-black/6 dark:border-white/8 bg-popover p-1.5 text-content shadow-xl dark:shadow-black/40 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
757
+ "z-[9999] min-w-32 overflow-hidden rounded-lg border border-black/6 dark:border-white/8 bg-popover p-1.5 text-content shadow-xl dark:shadow-black/40 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
758
758
  className
759
759
  ),
760
760
  ...props
@@ -767,7 +767,7 @@ var DropdownMenuContent = React8.forwardRef(({ className, sideOffset = 4, ...pro
767
767
  ref,
768
768
  sideOffset,
769
769
  className: cn(
770
- "bg-popover z-50 min-w-32 overflow-hidden p-2 text-content rounded-2xl border border-black/6 dark:border-white/8 transition-colors shadow-xl dark:shadow-black/40",
770
+ "bg-popover z-[9999] min-w-32 overflow-hidden p-2 text-content rounded-2xl border border-black/6 dark:border-white/8 transition-colors shadow-xl dark:shadow-black/40",
771
771
  "data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
772
772
  className
773
773
  ),
@@ -779,7 +779,11 @@ var DropdownMenuItem = React8.forwardRef(({ className, inset, variant, ...props
779
779
  DropdownMenuPrimitive.Item,
780
780
  {
781
781
  ref,
782
- className: cn(dropdownMenuItemVariants({ variant }), inset && "pl-8", className),
782
+ className: cn(
783
+ dropdownMenuItemVariants({ variant }),
784
+ inset && "pl-8",
785
+ className
786
+ ),
783
787
  ...props
784
788
  }
785
789
  ));
@@ -6535,7 +6539,7 @@ var SelectContent2 = React40.forwardRef(({ className, children, position = "popp
6535
6539
  {
6536
6540
  ref,
6537
6541
  className: cn(
6538
- "bg-popover z-50 min-w-32 overflow-hidden rounded-2xl border border-black/6 dark:border-white/8 p-2 text-content shadow-xl dark:shadow-black/40",
6542
+ "bg-popover z-[9999] min-w-32 overflow-hidden rounded-2xl border border-black/6 dark:border-white/8 p-2 text-content shadow-xl dark:shadow-black/40",
6539
6543
  "data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
6540
6544
  position === "popper" && "data-[side=bottom]:translate-y-1 data-[side=left]:-translate-x-1 data-[side=right]:translate-x-1 data-[side=top]:-translate-y-1",
6541
6545
  className
package/dist/index.js CHANGED
@@ -629,7 +629,7 @@ var DropdownMenuSubContent = React8.forwardRef(({ className, ...props }, ref) =>
629
629
  {
630
630
  ref,
631
631
  className: cn(
632
- "z-50 min-w-32 overflow-hidden rounded-lg border border-black/6 dark:border-white/8 bg-popover p-1.5 text-content shadow-xl dark:shadow-black/40 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
632
+ "z-[9999] min-w-32 overflow-hidden rounded-lg border border-black/6 dark:border-white/8 bg-popover p-1.5 text-content shadow-xl dark:shadow-black/40 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
633
633
  className
634
634
  ),
635
635
  ...props
@@ -642,7 +642,7 @@ var DropdownMenuContent = React8.forwardRef(({ className, sideOffset = 4, ...pro
642
642
  ref,
643
643
  sideOffset,
644
644
  className: cn(
645
- "bg-popover z-50 min-w-32 overflow-hidden p-2 text-content rounded-2xl border border-black/6 dark:border-white/8 transition-colors shadow-xl dark:shadow-black/40",
645
+ "bg-popover z-[9999] min-w-32 overflow-hidden p-2 text-content rounded-2xl border border-black/6 dark:border-white/8 transition-colors shadow-xl dark:shadow-black/40",
646
646
  "data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
647
647
  className
648
648
  ),
@@ -654,7 +654,11 @@ var DropdownMenuItem = React8.forwardRef(({ className, inset, variant, ...props
654
654
  DropdownMenuPrimitive.Item,
655
655
  {
656
656
  ref,
657
- className: cn(dropdownMenuItemVariants({ variant }), inset && "pl-8", className),
657
+ className: cn(
658
+ dropdownMenuItemVariants({ variant }),
659
+ inset && "pl-8",
660
+ className
661
+ ),
658
662
  ...props
659
663
  }
660
664
  ));
@@ -6414,7 +6418,7 @@ var SelectContent2 = React40.forwardRef(({ className, children, position = "popp
6414
6418
  {
6415
6419
  ref,
6416
6420
  className: cn(
6417
- "bg-popover z-50 min-w-32 overflow-hidden rounded-2xl border border-black/6 dark:border-white/8 p-2 text-content shadow-xl dark:shadow-black/40",
6421
+ "bg-popover z-[9999] min-w-32 overflow-hidden rounded-2xl border border-black/6 dark:border-white/8 p-2 text-content shadow-xl dark:shadow-black/40",
6418
6422
  "data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
6419
6423
  position === "popper" && "data-[side=bottom]:translate-y-1 data-[side=left]:-translate-x-1 data-[side=right]:translate-x-1 data-[side=top]:-translate-y-1",
6420
6424
  className
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "auxalia-ui-kit",
3
- "version": "1.7.0",
3
+ "version": "1.7.2",
4
4
  "description": "Auxalia UI Kit is a React component library built on top of Radix UI and Tailwind CSS, designed to provide a comprehensive set of accessible and customizable UI components for building modern web applications.",
5
5
  "license": "ISC",
6
6
  "author": {