@aivex/ui 1.1.0-dev.1 → 1.1.0-dev.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.js CHANGED
@@ -6494,34 +6494,47 @@ function Wi({ className: e, label: t, size: n = "md", indeterminate: r = !1, dis
6494
6494
  }
6495
6495
  //#endregion
6496
6496
  //#region src/components/Chips/Chips.tsx
6497
- var Gi = t("aivex:relative aivex:overflow-hidden aivex:group aivex:inline-flex aivex:items-center aivex:justify-center aivex:gap-xs aivex:transition-colors aivex:cursor-pointer aivex:select-none aivex:focus-visible:outline-none aivex:focus-visible:ring-2 aivex:focus-visible:ring-border-brand aivex:disabled:pointer-events-none aivex:disabled:opacity-disable", {
6497
+ var Gi = t("aivex:relative aivex:overflow-hidden aivex:group aivex:inline-flex aivex:items-center aivex:justify-center aivex:gap-[2px] aivex:border aivex:transition-colors aivex:cursor-pointer aivex:select-none aivex:focus-visible:outline-none aivex:focus-visible:ring-2 aivex:focus-visible:ring-border-brand aivex:disabled:pointer-events-none aivex:disabled:opacity-disable", {
6498
6498
  variants: {
6499
6499
  shape: {
6500
- rectangle: "aivex:rounded-xs",
6500
+ rectangle: "",
6501
6501
  rounded: "aivex:rounded-full"
6502
6502
  },
6503
6503
  size: {
6504
6504
  sm: "aivex:h-6 aivex:px-sm aivex:text-label-md",
6505
- md: "aivex:h-8 aivex:px-md aivex:text-label-lg"
6505
+ md: "aivex:h-8 aivex:px-[10px] aivex:text-label-lg"
6506
6506
  },
6507
6507
  type: {
6508
6508
  text: "",
6509
6509
  icon: "aivex:px-0 aivex:aspect-square"
6510
6510
  },
6511
6511
  active: {
6512
- true: "aivex:bg-bg-brand-subtle aivex:text-text-brand aivex:border aivex:border-border-brand-subtle",
6513
- false: "aivex:bg-bg-secondary aivex:text-text-secondary aivex:border aivex:border-transparent"
6512
+ true: "aivex:bg-bg-brand-subtle aivex:text-text-brand aivex:border-border-brand-subtle",
6513
+ false: "aivex:bg-bg-primary aivex:text-text-primary aivex:border-border-default"
6514
6514
  }
6515
6515
  },
6516
- compoundVariants: [{
6517
- type: "icon",
6518
- size: "sm",
6519
- className: "aivex:w-6"
6520
- }, {
6521
- type: "icon",
6522
- size: "md",
6523
- className: "aivex:w-8"
6524
- }],
6516
+ compoundVariants: [
6517
+ {
6518
+ shape: "rectangle",
6519
+ size: "sm",
6520
+ className: "aivex:rounded-sm"
6521
+ },
6522
+ {
6523
+ shape: "rectangle",
6524
+ size: "md",
6525
+ className: "aivex:rounded-md"
6526
+ },
6527
+ {
6528
+ type: "icon",
6529
+ size: "sm",
6530
+ className: "aivex:w-6"
6531
+ },
6532
+ {
6533
+ type: "icon",
6534
+ size: "md",
6535
+ className: "aivex:w-8"
6536
+ }
6537
+ ],
6525
6538
  defaultVariants: {
6526
6539
  shape: "rounded",
6527
6540
  size: "md",