@l3mpire/ui 2.15.2 → 2.16.0

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.d.mts CHANGED
@@ -385,7 +385,7 @@ interface NumberInputProps extends Omit<React.InputHTMLAttributes<HTMLInputEleme
385
385
  declare const NumberInput: React.ForwardRefExoticComponent<NumberInputProps & React.RefAttributes<HTMLInputElement>>;
386
386
 
387
387
  declare const typographyVariants: (props?: ({
388
- variant?: "xs" | "sm" | "md" | "lg" | "h1" | "h2" | "h3" | null | undefined;
388
+ variant?: "xs" | "sm" | "md" | "lg" | "h2" | "h3" | "h1" | null | undefined;
389
389
  weight?: "bold" | "regular" | "semibold" | null | undefined;
390
390
  } & class_variance_authority_types.ClassProp) | undefined) => string;
391
391
  interface TypographyProps extends React.HTMLAttributes<HTMLElement>, VariantProps<typeof typographyVariants> {
@@ -658,7 +658,7 @@ interface SidePanelContentProps extends React.ComponentPropsWithoutRef<typeof Di
658
658
  declare const SidePanelContent: React.ForwardRefExoticComponent<SidePanelContentProps & React.RefAttributes<HTMLDivElement>>;
659
659
 
660
660
  declare const filterChipSegmentVariants: (props?: ({
661
- type?: "property" | "button" | "operator" | "value" | "placeholder" | null | undefined;
661
+ type?: "property" | "button" | "value" | "operator" | "placeholder" | null | undefined;
662
662
  hasBorder?: boolean | null | undefined;
663
663
  } & class_variance_authority_types.ClassProp) | undefined) => string;
664
664
  interface FilterChipSegmentProps extends Omit<React.HTMLAttributes<HTMLDivElement>, "type">, VariantProps<typeof filterChipSegmentVariants> {
package/dist/index.d.ts CHANGED
@@ -385,7 +385,7 @@ interface NumberInputProps extends Omit<React.InputHTMLAttributes<HTMLInputEleme
385
385
  declare const NumberInput: React.ForwardRefExoticComponent<NumberInputProps & React.RefAttributes<HTMLInputElement>>;
386
386
 
387
387
  declare const typographyVariants: (props?: ({
388
- variant?: "xs" | "sm" | "md" | "lg" | "h1" | "h2" | "h3" | null | undefined;
388
+ variant?: "xs" | "sm" | "md" | "lg" | "h2" | "h3" | "h1" | null | undefined;
389
389
  weight?: "bold" | "regular" | "semibold" | null | undefined;
390
390
  } & class_variance_authority_types.ClassProp) | undefined) => string;
391
391
  interface TypographyProps extends React.HTMLAttributes<HTMLElement>, VariantProps<typeof typographyVariants> {
@@ -658,7 +658,7 @@ interface SidePanelContentProps extends React.ComponentPropsWithoutRef<typeof Di
658
658
  declare const SidePanelContent: React.ForwardRefExoticComponent<SidePanelContentProps & React.RefAttributes<HTMLDivElement>>;
659
659
 
660
660
  declare const filterChipSegmentVariants: (props?: ({
661
- type?: "property" | "button" | "operator" | "value" | "placeholder" | null | undefined;
661
+ type?: "property" | "button" | "value" | "operator" | "placeholder" | null | undefined;
662
662
  hasBorder?: boolean | null | undefined;
663
663
  } & class_variance_authority_types.ClassProp) | undefined) => string;
664
664
  interface FilterChipSegmentProps extends Omit<React.HTMLAttributes<HTMLDivElement>, "type">, VariantProps<typeof filterChipSegmentVariants> {
package/dist/index.js CHANGED
@@ -5746,7 +5746,7 @@ var FilterBarButton = React40.forwardRef(({ className, count, iconOnly = false,
5746
5746
  /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5747
5747
  import_icons26.Icon,
5748
5748
  {
5749
- icon: import_icons26.faSlidersOutline,
5749
+ icon: import_icons26.faFilterOutline,
5750
5750
  size: "sm",
5751
5751
  className: "shrink-0 text-[var(--color-foreground)]"
5752
5752
  }
@@ -7599,6 +7599,14 @@ var AdvancedChip = React47.forwardRef(
7599
7599
  ),
7600
7600
  ...props,
7601
7601
  children: [
7602
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
7603
+ import_icons33.Icon,
7604
+ {
7605
+ icon: import_icons33.faFilterOutline,
7606
+ size: "sm",
7607
+ className: "shrink-0 text-[var(--color-foreground)]"
7608
+ }
7609
+ ),
7602
7610
  /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "text-sm font-semibold leading-sm whitespace-nowrap text-[var(--color-foreground)]", children: "Advanced filters" }),
7603
7611
  count > 0 && /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "flex items-center p-2xs rounded-xs bg-filter-chip-badge-bg", children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "text-[10px] font-semibold leading-2xs text-filter-chip-badge-text", children: count }) })
7604
7612
  ]
@@ -8493,7 +8501,7 @@ var SummaryChip = ({
8493
8501
  className
8494
8502
  ),
8495
8503
  children: [
8496
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(import_icons38.Icon, { icon: import_icons38.faSlidersOutline, size: "sm", className: "shrink-0 text-[var(--color-foreground)]" }),
8504
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(import_icons38.Icon, { icon: import_icons38.faFilterOutline, size: "sm", className: "shrink-0 text-[var(--color-foreground)]" }),
8497
8505
  /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "text-sm font-semibold leading-sm whitespace-nowrap text-[var(--color-foreground)]", children: "Filters" }),
8498
8506
  count > 0 && /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "flex items-center p-2xs rounded-xs bg-filter-chip-badge-bg", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "text-[10px] font-semibold leading-2xs text-filter-chip-badge-text", children: count }) })
8499
8507
  ]