@eqtylab/equality 1.1.0 → 1.1.1
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/filter-dropdown.module.module.css.module.css +7 -2
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/sheet.module.module.css.module.css +16 -19
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -151,7 +151,7 @@ declare const BgGradient: ({ theme, placement, }: {
|
|
|
151
151
|
}) => react_jsx_runtime.JSX.Element;
|
|
152
152
|
|
|
153
153
|
declare const buttonVariants: (props?: ({
|
|
154
|
-
variant?: "
|
|
154
|
+
variant?: "danger" | "link" | "navigation" | "primary" | "secondary" | "tertiary" | null | undefined;
|
|
155
155
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
156
156
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
157
157
|
type ButtonBaseProps = Omit<React$1.ButtonHTMLAttributes<HTMLButtonElement>, 'prefix'>;
|
package/dist/index.d.ts
CHANGED
|
@@ -151,7 +151,7 @@ declare const BgGradient: ({ theme, placement, }: {
|
|
|
151
151
|
}) => react_jsx_runtime.JSX.Element;
|
|
152
152
|
|
|
153
153
|
declare const buttonVariants: (props?: ({
|
|
154
|
-
variant?: "
|
|
154
|
+
variant?: "danger" | "link" | "navigation" | "primary" | "secondary" | "tertiary" | null | undefined;
|
|
155
155
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
156
156
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
157
157
|
type ButtonBaseProps = Omit<React$1.ButtonHTMLAttributes<HTMLButtonElement>, 'prefix'>;
|
package/dist/index.js
CHANGED
|
@@ -1741,7 +1741,7 @@ var FilterDropdown = ({
|
|
|
1741
1741
|
).sort((a, b) => a.label.localeCompare(b.label));
|
|
1742
1742
|
return /* @__PURE__ */ jsxs(DropdownMenu, { children: [
|
|
1743
1743
|
/* @__PURE__ */ jsx(DropdownMenuTrigger, { asChild: true, children: /* @__PURE__ */ jsxs(Button, { variant: "tertiary", className: cn(styles23["selector-button"], buttonClassName), children: [
|
|
1744
|
-
/* @__PURE__ */ jsxs("span", { className: styles23["selector-button-
|
|
1744
|
+
/* @__PURE__ */ jsxs("span", { className: styles23["selector-button-content"], children: [
|
|
1745
1745
|
label,
|
|
1746
1746
|
hasSelectedFilters && /* @__PURE__ */ jsx(Badge, { variant: "primary", children: selectedFilters.length })
|
|
1747
1747
|
] }),
|