@ztwoint/z-ui 0.1.78 → 0.1.79
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.
|
@@ -1,20 +1,16 @@
|
|
|
1
|
-
import { jsxs as n, jsx as
|
|
2
|
-
function
|
|
3
|
-
return /* @__PURE__ */ n("svg", { height: "14", width: "14", viewBox: "0 0 14 14", xmlns: "http://www.w3.org/2000/svg", ...
|
|
4
|
-
/* @__PURE__ */
|
|
5
|
-
/* @__PURE__ */
|
|
1
|
+
import { jsxs as n, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
function i({ fill: e = "currentColor", title: r = "chevron left", ...h }) {
|
|
3
|
+
return /* @__PURE__ */ n("svg", { height: "14", width: "14", viewBox: "0 0 14 14", xmlns: "http://www.w3.org/2000/svg", ...h, children: [
|
|
4
|
+
/* @__PURE__ */ t("title", { children: r }),
|
|
5
|
+
/* @__PURE__ */ t("g", { fill: e, children: /* @__PURE__ */ t(
|
|
6
6
|
"path",
|
|
7
7
|
{
|
|
8
|
-
d: "
|
|
9
|
-
fill:
|
|
10
|
-
stroke: r,
|
|
11
|
-
strokeLinecap: "round",
|
|
12
|
-
strokeLinejoin: "round",
|
|
13
|
-
strokeWidth: "2"
|
|
8
|
+
d: "M9.04222 11.5852C8.73911 11.8883 8.24772 11.8883 7.94461 11.5852L3.90816 7.54877C3.60517 7.24565 3.60511 6.75424 3.90816 6.45115L7.94461 2.4147C8.2477 2.1118 8.73913 2.1118 9.04222 2.4147C9.34523 2.71778 9.34517 3.20921 9.04222 3.51231L5.55457 6.99996L9.04222 10.4876C9.34528 10.7908 9.34533 11.2821 9.04222 11.5852Z",
|
|
9
|
+
fill: e
|
|
14
10
|
}
|
|
15
11
|
) })
|
|
16
12
|
] });
|
|
17
13
|
}
|
|
18
14
|
export {
|
|
19
|
-
|
|
15
|
+
i as default
|
|
20
16
|
};
|
|
@@ -40,8 +40,8 @@ const p = () => /* @__PURE__ */ e("span", { className: S.ellipsis, children: "..
|
|
|
40
40
|
"aria-label": `${o.page} ${a}`,
|
|
41
41
|
"aria-current": i ? "page" : void 0,
|
|
42
42
|
className: _(
|
|
43
|
-
"text-text-neutral-secondary hover:bg-
|
|
44
|
-
i && "border border-
|
|
43
|
+
"text-text-neutral-secondary hover:bg-btn-secondary-surface-pressed",
|
|
44
|
+
i && "border border-btn-primary-brand-surface-default text-text-neutral-primary bg-btn-secondary-surface-pressed"
|
|
45
45
|
),
|
|
46
46
|
style: {
|
|
47
47
|
borderStyle: i ? "solid" : "none",
|
|
@@ -109,7 +109,7 @@ const ne = () => {
|
|
|
109
109
|
/* @__PURE__ */ t(J, { selectedFilters: i, schema: c }),
|
|
110
110
|
/* @__PURE__ */ l("div", { className: "flex justify-end gap-2", children: [
|
|
111
111
|
!!f && /* @__PURE__ */ t(x, { onClick: D, variant: "stroke", shade: "neutral", size: "small", children: "Clear All" }),
|
|
112
|
-
|
|
112
|
+
/* @__PURE__ */ t(
|
|
113
113
|
x,
|
|
114
114
|
{
|
|
115
115
|
onClick: v,
|
|
@@ -117,6 +117,7 @@ const ne = () => {
|
|
|
117
117
|
shade: "neutral",
|
|
118
118
|
size: "small",
|
|
119
119
|
className: "min-w-20",
|
|
120
|
+
disabled: !b,
|
|
120
121
|
children: `Apply ${f || ""}`
|
|
121
122
|
}
|
|
122
123
|
)
|