@xola/ui-kit 3.4.5 → 3.4.6
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/README.md +27 -2
- package/build/components/Alert.js +5 -5
- package/build/components/Badge.d.ts +1 -0
- package/build/components/Badge.js +10 -8
- package/build/components/Buttons/ButtonGroup.js +13 -13
- package/build/components/Buttons/SubmitButton.js +6 -6
- package/build/components/DatePicker/DatePickerPopover.js +12 -12
- package/build/components/DatePicker/MonthGrid.js +17 -17
- package/build/components/DatePicker/MonthSelector.js +13 -13
- package/build/components/DatePicker/NavbarElement.js +9 -9
- package/build/components/Drawer.js +4 -4
- package/build/components/Forms/InlineValuePopover.js +4 -4
- package/build/components/Forms/ValuePopoverText.js +5 -5
- package/build/components/ImageUpload.js +10 -10
- package/build/components/Modal.js +9 -9
- package/build/components/Popover/PopoverList.js +7 -7
- package/build/components/Screens/Login.js +10 -10
- package/build/components/Search.js +4 -4
- package/build/components/Sidebar/Sidebar.Account.js +4 -4
- package/build/components/Sidebar/Sidebar.Link.js +5 -5
- package/build/components/Sidebar/Sidebar.js +25 -25
- package/build/components/Spinner.js +1 -1
- package/build/components/Table.js +4 -4
- package/build/components/Tag.js +3 -3
- package/build/full.css +1 -1
- package/build/helpers/flash.js +1 -1
- package/build/icons/src/AnnounceIcon.js +13 -0
- package/build/icons/src/BellIcon.js +27 -0
- package/build/icons/{build → src}/CalendarIcon.js +6 -5
- package/build/icons/src/CheckIcon.js +8 -0
- package/build/icons/src/ChevronDownIcon.js +8 -0
- package/build/icons/src/ChevronLeftIcon.js +8 -0
- package/build/icons/src/ChevronRightIcon.js +8 -0
- package/build/icons/src/CircleNotch.js +6 -0
- package/build/icons/src/CloseIcon.js +11 -0
- package/build/icons/src/DownArrowIcon.js +16 -0
- package/build/icons/src/ImageIcon.js +27 -0
- package/build/icons/src/SearchIcon.js +16 -0
- package/build/icons/src/TrashIcon.js +20 -0
- package/build/icons/src/WarningDiamondIcon.js +27 -0
- package/build/icons/{build → src}/helpers/classnames.js +2 -2
- package/build/icons/src/helpers/icon.js +11 -0
- package/build/icons/{build → src}/images/XolaLogoSimple.js +5 -4
- package/package.json +1 -1
- package/build/icons/build/AnnounceIcon.js +0 -6
- package/build/icons/build/BellIcon.js +0 -23
- package/build/icons/build/CheckIcon.js +0 -7
- package/build/icons/build/ChevronDownIcon.js +0 -7
- package/build/icons/build/ChevronLeftIcon.js +0 -7
- package/build/icons/build/ChevronRightIcon.js +0 -7
- package/build/icons/build/CircleNotch.js +0 -5
- package/build/icons/build/CloseIcon.js +0 -7
- package/build/icons/build/DownArrowIcon.js +0 -15
- package/build/icons/build/ImageIcon.js +0 -23
- package/build/icons/build/SearchIcon.js +0 -15
- package/build/icons/build/TrashIcon.js +0 -16
- package/build/icons/build/WarningDiamondIcon.js +0 -23
- package/build/icons/build/helpers/icon.js +0 -10
- /package/build/icons/{build → src}/helpers/iconSizes.js +0 -0
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { jsxs as n, jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
import { createIcon as t } from "./helpers/icon.js";
|
|
4
|
+
const c = t((o) => /* @__PURE__ */ n("svg", { viewBox: "0 0 14 14", width: 15, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...o, children: [
|
|
5
|
+
/* @__PURE__ */ n("g", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", children: [
|
|
6
|
+
/* @__PURE__ */ r("path", { d: "M2.666 9.904l1.18 1.776M9.187 2l4.479 6.746M13.43 8.39l-9.82 2.934-.709-1.067 6.514-7.912 4.009 6.038.007.006z" }),
|
|
7
|
+
/* @__PURE__ */ r("path", { d: "M8.721 9.798c.54.617.47 1.558-.147 2.098-.625.541-1.566.47-2.106-.147-.042-.05-.084-.098-.12-.154l-.617-.934" })
|
|
8
|
+
] }),
|
|
9
|
+
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "prefix__clip0", children: /* @__PURE__ */ r("path", { fill: "#fff", transform: "translate(.666)", d: "M0 0h14v14H0z" }) }) })
|
|
10
|
+
] }));
|
|
11
|
+
export {
|
|
12
|
+
c as AnnounceIcon
|
|
13
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { jsxs as n, jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
import { createIcon as t } from "./helpers/icon.js";
|
|
4
|
+
const e = t((r) => /* @__PURE__ */ n("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...r, children: [
|
|
5
|
+
/* @__PURE__ */ o(
|
|
6
|
+
"path",
|
|
7
|
+
{
|
|
8
|
+
d: "M5.663 10.7v.214a1.337 1.337 0 002.674 0V10.7M8.07 3.355v-.536a1.07 1.07 0 10-2.14 0v.536",
|
|
9
|
+
stroke: "currentColor",
|
|
10
|
+
strokeLinecap: "round",
|
|
11
|
+
strokeLinejoin: "round"
|
|
12
|
+
}
|
|
13
|
+
),
|
|
14
|
+
/* @__PURE__ */ o(
|
|
15
|
+
"path",
|
|
16
|
+
{
|
|
17
|
+
d: "M3.828 5.943A2.643 2.643 0 016.471 3.3H7.53a2.643 2.643 0 012.643 2.643v1.631c0 .31.123.607.342.825l.374.374c.218.219.341.516.341.825 0 .61-.493 1.103-1.102 1.103H3.873a1.102 1.102 0 01-1.102-1.103c0-.31.123-.606.341-.825l.374-.374c.219-.218.342-.515.342-.825V5.943v0z",
|
|
18
|
+
stroke: "currentColor",
|
|
19
|
+
strokeLinecap: "round",
|
|
20
|
+
strokeLinejoin: "round"
|
|
21
|
+
}
|
|
22
|
+
)
|
|
23
|
+
] }));
|
|
24
|
+
e.tags = ["notification", "pending"];
|
|
25
|
+
export {
|
|
26
|
+
e as BellIcon
|
|
27
|
+
};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
2
3
|
import { createIcon as t } from "./helpers/icon.js";
|
|
3
|
-
const
|
|
4
|
+
const e = t((r) => /* @__PURE__ */ o("svg", { width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 14 14", ...r, children: /* @__PURE__ */ o(
|
|
4
5
|
"path",
|
|
5
6
|
{
|
|
6
7
|
d: "M10.333 12.5H3.667C2.747 12.5 2 11.754 2 10.833V4.167c0-.92.746-1.667 1.667-1.667h6.666c.92 0 1.667.746 1.667 1.667v6.666c0 .92-.746 1.667-1.667 1.667zM4.5 1.5v2.174M9.5 1.5v2.174",
|
|
@@ -8,8 +9,8 @@ const r = t((o) => /* @__PURE__ */ e.createElement("svg", { width: 14, height: 1
|
|
|
8
9
|
strokeLinecap: "round",
|
|
9
10
|
strokeLinejoin: "round"
|
|
10
11
|
}
|
|
11
|
-
)));
|
|
12
|
-
|
|
12
|
+
) }));
|
|
13
|
+
e.tags = ["date"];
|
|
13
14
|
export {
|
|
14
|
-
|
|
15
|
+
e as CalendarIcon
|
|
15
16
|
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
import { createIcon as t } from "./helpers/icon.js";
|
|
4
|
+
const e = t((r) => /* @__PURE__ */ o("svg", { viewBox: "0 0 14 12", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...r, children: /* @__PURE__ */ o("path", { d: "M12.166 3l-7.333 7.333L1.5 7", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }) }));
|
|
5
|
+
e.tags = ["tick", "correct"];
|
|
6
|
+
export {
|
|
7
|
+
e as CheckIcon
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
import { createIcon as t } from "./helpers/icon.js";
|
|
4
|
+
const n = t((r) => /* @__PURE__ */ o("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...r, children: /* @__PURE__ */ o("path", { d: "M12.75 4.25l-5.5 5.5-5.5-5.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }) }));
|
|
5
|
+
n.tags = ["arrow"];
|
|
6
|
+
export {
|
|
7
|
+
n as ChevronDownIcon
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
import { createIcon as t } from "./helpers/icon.js";
|
|
4
|
+
const e = t((r) => /* @__PURE__ */ o("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...r, children: /* @__PURE__ */ o("path", { d: "M9 12.5L3.5 7 9 1.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }) }));
|
|
5
|
+
e.tags = ["arrow"];
|
|
6
|
+
export {
|
|
7
|
+
e as ChevronLeftIcon
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
import { createIcon as t } from "./helpers/icon.js";
|
|
4
|
+
const e = t((r) => /* @__PURE__ */ o("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...r, children: /* @__PURE__ */ o("path", { d: "M4.5 1.5L10 7l-5.5 5.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }) }));
|
|
5
|
+
e.tags = ["arrow"];
|
|
6
|
+
export {
|
|
7
|
+
e as ChevronRightIcon
|
|
8
|
+
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
const e = (t) => /* @__PURE__ */ r("svg", { xmlns: "http://www.w3.org/2000/svg", width: "14", height: "14", fill: "none", viewBox: "0 0 14 14", ...t, children: /* @__PURE__ */ r("path", { fill: "currentColor", d: "M14 7a7 7 0 10-7 7v-1.4A5.6 5.6 0 1112.6 7H14z" }) });
|
|
4
|
+
export {
|
|
5
|
+
e as CircleNotch
|
|
6
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsxs as i, jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
import { createIcon as o } from "./helpers/icon.js";
|
|
4
|
+
const t = o((e) => /* @__PURE__ */ i("svg", { width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 14 14", ...e, children: [
|
|
5
|
+
/* @__PURE__ */ r("g", { clipPath: "url(#prefix__clip0_5_1805)", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", children: /* @__PURE__ */ r("path", { d: "M11.148 3.147l-8.295 8.295M11.147 11.442L2.853 3.147" }) }),
|
|
6
|
+
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "prefix__clip0_5_1805", children: /* @__PURE__ */ r("path", { fill: "#fff", d: "M0 0h14v14H0z" }) }) })
|
|
7
|
+
] }));
|
|
8
|
+
t.tags = ["cross", "delete", "x"];
|
|
9
|
+
export {
|
|
10
|
+
t as CloseIcon
|
|
11
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
import { createIcon as t } from "./helpers/icon.js";
|
|
4
|
+
const e = t((r) => /* @__PURE__ */ o("svg", { xmlns: "http://www.w3.org/2000/svg", width: "14", height: "14", fill: "none", viewBox: "0 0 14 14", ...r, children: /* @__PURE__ */ o(
|
|
5
|
+
"path",
|
|
6
|
+
{
|
|
7
|
+
d: "M10 6L7.184 8.816v0a.26.26 0 01-.368 0L4 6",
|
|
8
|
+
stroke: "currentColor",
|
|
9
|
+
strokeLinecap: "round",
|
|
10
|
+
strokeLinejoin: "round"
|
|
11
|
+
}
|
|
12
|
+
) }));
|
|
13
|
+
e.tags = ["collapse", "fold"];
|
|
14
|
+
export {
|
|
15
|
+
e as DownArrowIcon
|
|
16
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { jsxs as t, jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
import { createIcon as e } from "./helpers/icon.js";
|
|
4
|
+
const n = e((r) => /* @__PURE__ */ t("svg", { viewBox: "0 0 14 14", width: 15, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...r, children: [
|
|
5
|
+
/* @__PURE__ */ o(
|
|
6
|
+
"path",
|
|
7
|
+
{
|
|
8
|
+
d: "M12.231 2h-9.13a.435.435 0 00-.435.435v9.13c0 .24.195.435.435.435h9.13c.24 0 .435-.195.435-.435v-9.13A.435.435 0 0012.231 2zM2.666 10.26h10",
|
|
9
|
+
stroke: "currentColor",
|
|
10
|
+
strokeLinecap: "round",
|
|
11
|
+
strokeLinejoin: "round"
|
|
12
|
+
}
|
|
13
|
+
),
|
|
14
|
+
/* @__PURE__ */ o(
|
|
15
|
+
"path",
|
|
16
|
+
{
|
|
17
|
+
d: "M2.666 9.665s1.083-2.707 2.436-2.707c1.354 0 2.437 1.625 2.437 1.625l1.63-2.8h-.006a.903.903 0 011.24-.324c.152.086.27.216.352.373l1.911 3.823",
|
|
18
|
+
stroke: "currentColor",
|
|
19
|
+
strokeLinecap: "round",
|
|
20
|
+
strokeLinejoin: "round"
|
|
21
|
+
}
|
|
22
|
+
)
|
|
23
|
+
] }));
|
|
24
|
+
n.tags = ["photo"];
|
|
25
|
+
export {
|
|
26
|
+
n as ImageIcon
|
|
27
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
import { createIcon as t } from "./helpers/icon.js";
|
|
4
|
+
const n = t((r) => /* @__PURE__ */ o("svg", { width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 14 14", ...r, children: /* @__PURE__ */ o(
|
|
5
|
+
"path",
|
|
6
|
+
{
|
|
7
|
+
d: "M6.217 10.878a4.661 4.661 0 100-9.322 4.661 4.661 0 000 9.322zM9.514 9.513l2.93 2.931",
|
|
8
|
+
stroke: "currentColor",
|
|
9
|
+
strokeLinecap: "round",
|
|
10
|
+
strokeLinejoin: "round"
|
|
11
|
+
}
|
|
12
|
+
) }));
|
|
13
|
+
n.tags = ["magnifying glass"];
|
|
14
|
+
export {
|
|
15
|
+
n as SearchIcon
|
|
16
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { jsxs as t, jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
import { createIcon as i } from "./helpers/icon.js";
|
|
4
|
+
const o = i((e) => /* @__PURE__ */ t("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e, children: [
|
|
5
|
+
/* @__PURE__ */ r(
|
|
6
|
+
"g",
|
|
7
|
+
{
|
|
8
|
+
clipPath: "url(#prefix__clip0_141_9201)",
|
|
9
|
+
stroke: "currentColor",
|
|
10
|
+
strokeLinecap: "round",
|
|
11
|
+
strokeLinejoin: "round",
|
|
12
|
+
children: /* @__PURE__ */ r("path", { d: "M1.828 3.324H12.15M8.095 1.85H5.883v0a.737.737 0 00-.737.737v.737h3.686v-.737 0a.737.737 0 00-.737-.737v0zM5.883 9.591V5.905M8.095 9.591V5.905M10.363 11.495v0a.737.737 0 01-.735.677H4.35v0a.737.737 0 01-.735-.677l-.681-8.17h8.11l-.681 8.17z" })
|
|
13
|
+
}
|
|
14
|
+
),
|
|
15
|
+
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "prefix__clip0_141_9201", children: /* @__PURE__ */ r("path", { fill: "#fff", transform: "translate(1.09 1.113)", d: "M0 0h11.796v11.796H0z" }) }) })
|
|
16
|
+
] }));
|
|
17
|
+
o.tags = ["delete", "remove", "bin"];
|
|
18
|
+
export {
|
|
19
|
+
o as TrashIcon
|
|
20
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { jsxs as n, jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
import { createIcon as t } from "./helpers/icon.js";
|
|
4
|
+
const e = t((r) => /* @__PURE__ */ n("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...r, children: [
|
|
5
|
+
/* @__PURE__ */ o(
|
|
6
|
+
"path",
|
|
7
|
+
{
|
|
8
|
+
d: "M12.587 6.614L7.358 1.386a.545.545 0 00-.771 0L1.358 6.614a.545.545 0 000 .772l5.229 5.228a.546.546 0 00.771 0l5.229-5.228a.545.545 0 000-.772zM6.985 4.286v3.06",
|
|
9
|
+
stroke: "currentColor",
|
|
10
|
+
strokeLinecap: "round",
|
|
11
|
+
strokeLinejoin: "round"
|
|
12
|
+
}
|
|
13
|
+
),
|
|
14
|
+
/* @__PURE__ */ o(
|
|
15
|
+
"path",
|
|
16
|
+
{
|
|
17
|
+
d: "M6.978 9.196a.127.127 0 00-.131.136c0 .07.06.13.136.13a.134.134 0 00.126-.141l-.006-.005c-.005-.077-.065-.137-.136-.137M6.985 9.196H6.98",
|
|
18
|
+
stroke: "currentColor",
|
|
19
|
+
strokeLinecap: "round",
|
|
20
|
+
strokeLinejoin: "round"
|
|
21
|
+
}
|
|
22
|
+
)
|
|
23
|
+
] }));
|
|
24
|
+
e.tags = ["exclamation"];
|
|
25
|
+
export {
|
|
26
|
+
e as WarningDiamondIcon
|
|
27
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsx as m } from "react/jsx-runtime";
|
|
2
|
+
import i from "./classnames.js";
|
|
3
|
+
import "react";
|
|
4
|
+
import { iconSizes as a } from "./iconSizes.js";
|
|
5
|
+
const f = (o) => {
|
|
6
|
+
const e = ({ size: r = "small", className: n, ...t }) => /* @__PURE__ */ m(o, { className: i(a[r], "relative -top-0.25 inline-block", n), ...t });
|
|
7
|
+
return e.displayName = `Icon(${o.displayName || o.name || "Component"})`, e;
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
f as createIcon
|
|
11
|
+
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
1
|
+
import { jsx as l } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
const i = (h) => /* @__PURE__ */ l("svg", { xmlns: "http://www.w3.org/2000/svg", width: "310", height: "101", fill: "none", viewBox: "0 0 310 101", ...h, children: /* @__PURE__ */ l(
|
|
3
4
|
"path",
|
|
4
5
|
{
|
|
5
6
|
fill: "currentColor",
|
|
@@ -7,7 +8,7 @@ const o = (l) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.
|
|
|
7
8
|
d: "M300.493 98.795h8.955L269.521 0l-40.072 98.795h8.985l12.113-29.765h37.804l12.142 29.765zm-15.443-38.06h-31.173l15.644-38.433 15.529 38.433zm-107.902 38.06h35.02V90.53h-26.38V5.426h-8.64v93.37zm-65.122 1.235c-25.985 0-47.905-21.957-47.905-47.933S86.041 4.22 112.026 4.22s47.905 21.928 47.905 47.904c0 25.976-21.948 47.905-47.905 47.905zm0-87.543c-21.351 0-39.376 18.14-39.376 39.638 0 21.499 18.025 39.61 39.376 39.61s39.376-18.14 39.376-39.61-18.025-39.638-39.376-39.638zm-57.8 86.337h9.5L38.122 52.15 62.521 5.426h-9.616L33.013 42.71 13.092 5.426H3.447L27.99 52.149 2.5 98.824h9.501l20.983-39.351 21.241 39.351z",
|
|
8
9
|
clipRule: "evenodd"
|
|
9
10
|
}
|
|
10
|
-
));
|
|
11
|
+
) });
|
|
11
12
|
export {
|
|
12
|
-
|
|
13
|
+
i as XolaLogoSimple
|
|
13
14
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import e from "react";
|
|
2
|
-
import { createIcon as r } from "./helpers/icon.js";
|
|
3
|
-
const o = r((t) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 14 14", width: 15, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ e.createElement("g", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }, /* @__PURE__ */ e.createElement("path", { d: "M2.666 9.904l1.18 1.776M9.187 2l4.479 6.746M13.43 8.39l-9.82 2.934-.709-1.067 6.514-7.912 4.009 6.038.007.006z" }), /* @__PURE__ */ e.createElement("path", { d: "M8.721 9.798c.54.617.47 1.558-.147 2.098-.625.541-1.566.47-2.106-.147-.042-.05-.084-.098-.12-.154l-.617-.934" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "prefix__clip0" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", transform: "translate(.666)", d: "M0 0h14v14H0z" })))));
|
|
4
|
-
export {
|
|
5
|
-
o as AnnounceIcon
|
|
6
|
-
};
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import e from "react";
|
|
2
|
-
import { createIcon as t } from "./helpers/icon.js";
|
|
3
|
-
const r = t((o) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...o }, /* @__PURE__ */ e.createElement(
|
|
4
|
-
"path",
|
|
5
|
-
{
|
|
6
|
-
d: "M5.663 10.7v.214a1.337 1.337 0 002.674 0V10.7M8.07 3.355v-.536a1.07 1.07 0 10-2.14 0v.536",
|
|
7
|
-
stroke: "currentColor",
|
|
8
|
-
strokeLinecap: "round",
|
|
9
|
-
strokeLinejoin: "round"
|
|
10
|
-
}
|
|
11
|
-
), /* @__PURE__ */ e.createElement(
|
|
12
|
-
"path",
|
|
13
|
-
{
|
|
14
|
-
d: "M3.828 5.943A2.643 2.643 0 016.471 3.3H7.53a2.643 2.643 0 012.643 2.643v1.631c0 .31.123.607.342.825l.374.374c.218.219.341.516.341.825 0 .61-.493 1.103-1.102 1.103H3.873a1.102 1.102 0 01-1.102-1.103c0-.31.123-.606.341-.825l.374-.374c.219-.218.342-.515.342-.825V5.943v0z",
|
|
15
|
-
stroke: "currentColor",
|
|
16
|
-
strokeLinecap: "round",
|
|
17
|
-
strokeLinejoin: "round"
|
|
18
|
-
}
|
|
19
|
-
)));
|
|
20
|
-
r.tags = ["notification", "pending"];
|
|
21
|
-
export {
|
|
22
|
-
r as BellIcon
|
|
23
|
-
};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import e from "react";
|
|
2
|
-
import { createIcon as t } from "./helpers/icon.js";
|
|
3
|
-
const r = t((o) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 14 12", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...o }, /* @__PURE__ */ e.createElement("path", { d: "M12.166 3l-7.333 7.333L1.5 7", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })));
|
|
4
|
-
r.tags = ["tick", "correct"];
|
|
5
|
-
export {
|
|
6
|
-
r as CheckIcon
|
|
7
|
-
};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import e from "react";
|
|
2
|
-
import { createIcon as r } from "./helpers/icon.js";
|
|
3
|
-
const t = r((o) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...o }, /* @__PURE__ */ e.createElement("path", { d: "M12.75 4.25l-5.5 5.5-5.5-5.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })));
|
|
4
|
-
t.tags = ["arrow"];
|
|
5
|
-
export {
|
|
6
|
-
t as ChevronDownIcon
|
|
7
|
-
};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import e from "react";
|
|
2
|
-
import { createIcon as r } from "./helpers/icon.js";
|
|
3
|
-
const t = r((o) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...o }, /* @__PURE__ */ e.createElement("path", { d: "M9 12.5L3.5 7 9 1.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })));
|
|
4
|
-
t.tags = ["arrow"];
|
|
5
|
-
export {
|
|
6
|
-
t as ChevronLeftIcon
|
|
7
|
-
};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import e from "react";
|
|
2
|
-
import { createIcon as r } from "./helpers/icon.js";
|
|
3
|
-
const t = r((o) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...o }, /* @__PURE__ */ e.createElement("path", { d: "M4.5 1.5L10 7l-5.5 5.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })));
|
|
4
|
-
t.tags = ["arrow"];
|
|
5
|
-
export {
|
|
6
|
-
t as ChevronRightIcon
|
|
7
|
-
};
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import e from "react";
|
|
2
|
-
const r = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "14", height: "14", fill: "none", viewBox: "0 0 14 14", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "currentColor", d: "M14 7a7 7 0 10-7 7v-1.4A5.6 5.6 0 1112.6 7H14z" }));
|
|
3
|
-
export {
|
|
4
|
-
r as CircleNotch
|
|
5
|
-
};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import e from "react";
|
|
2
|
-
import { createIcon as r } from "./helpers/icon.js";
|
|
3
|
-
const l = r((t) => /* @__PURE__ */ e.createElement("svg", { width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 14 14", ...t }, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#prefix__clip0_5_1805)", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }, /* @__PURE__ */ e.createElement("path", { d: "M11.148 3.147l-8.295 8.295M11.147 11.442L2.853 3.147" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "prefix__clip0_5_1805" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h14v14H0z" })))));
|
|
4
|
-
l.tags = ["cross", "delete", "x"];
|
|
5
|
-
export {
|
|
6
|
-
l as CloseIcon
|
|
7
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import o from "react";
|
|
2
|
-
import { createIcon as t } from "./helpers/icon.js";
|
|
3
|
-
const r = t((e) => /* @__PURE__ */ o.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "14", height: "14", fill: "none", viewBox: "0 0 14 14", ...e }, /* @__PURE__ */ o.createElement(
|
|
4
|
-
"path",
|
|
5
|
-
{
|
|
6
|
-
d: "M10 6L7.184 8.816v0a.26.26 0 01-.368 0L4 6",
|
|
7
|
-
stroke: "currentColor",
|
|
8
|
-
strokeLinecap: "round",
|
|
9
|
-
strokeLinejoin: "round"
|
|
10
|
-
}
|
|
11
|
-
)));
|
|
12
|
-
r.tags = ["collapse", "fold"];
|
|
13
|
-
export {
|
|
14
|
-
r as DownArrowIcon
|
|
15
|
-
};
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import e from "react";
|
|
2
|
-
import { createIcon as r } from "./helpers/icon.js";
|
|
3
|
-
const t = r((o) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 14 14", width: 15, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...o }, /* @__PURE__ */ e.createElement(
|
|
4
|
-
"path",
|
|
5
|
-
{
|
|
6
|
-
d: "M12.231 2h-9.13a.435.435 0 00-.435.435v9.13c0 .24.195.435.435.435h9.13c.24 0 .435-.195.435-.435v-9.13A.435.435 0 0012.231 2zM2.666 10.26h10",
|
|
7
|
-
stroke: "currentColor",
|
|
8
|
-
strokeLinecap: "round",
|
|
9
|
-
strokeLinejoin: "round"
|
|
10
|
-
}
|
|
11
|
-
), /* @__PURE__ */ e.createElement(
|
|
12
|
-
"path",
|
|
13
|
-
{
|
|
14
|
-
d: "M2.666 9.665s1.083-2.707 2.436-2.707c1.354 0 2.437 1.625 2.437 1.625l1.63-2.8h-.006a.903.903 0 011.24-.324c.152.086.27.216.352.373l1.911 3.823",
|
|
15
|
-
stroke: "currentColor",
|
|
16
|
-
strokeLinecap: "round",
|
|
17
|
-
strokeLinejoin: "round"
|
|
18
|
-
}
|
|
19
|
-
)));
|
|
20
|
-
t.tags = ["photo"];
|
|
21
|
-
export {
|
|
22
|
-
t as ImageIcon
|
|
23
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import e from "react";
|
|
2
|
-
import { createIcon as t } from "./helpers/icon.js";
|
|
3
|
-
const r = t((o) => /* @__PURE__ */ e.createElement("svg", { width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 14 14", ...o }, /* @__PURE__ */ e.createElement(
|
|
4
|
-
"path",
|
|
5
|
-
{
|
|
6
|
-
d: "M6.217 10.878a4.661 4.661 0 100-9.322 4.661 4.661 0 000 9.322zM9.514 9.513l2.93 2.931",
|
|
7
|
-
stroke: "currentColor",
|
|
8
|
-
strokeLinecap: "round",
|
|
9
|
-
strokeLinejoin: "round"
|
|
10
|
-
}
|
|
11
|
-
)));
|
|
12
|
-
r.tags = ["magnifying glass"];
|
|
13
|
-
export {
|
|
14
|
-
r as SearchIcon
|
|
15
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import e from "react";
|
|
2
|
-
import { createIcon as r } from "./helpers/icon.js";
|
|
3
|
-
const l = r((t) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ e.createElement(
|
|
4
|
-
"g",
|
|
5
|
-
{
|
|
6
|
-
clipPath: "url(#prefix__clip0_141_9201)",
|
|
7
|
-
stroke: "currentColor",
|
|
8
|
-
strokeLinecap: "round",
|
|
9
|
-
strokeLinejoin: "round"
|
|
10
|
-
},
|
|
11
|
-
/* @__PURE__ */ e.createElement("path", { d: "M1.828 3.324H12.15M8.095 1.85H5.883v0a.737.737 0 00-.737.737v.737h3.686v-.737 0a.737.737 0 00-.737-.737v0zM5.883 9.591V5.905M8.095 9.591V5.905M10.363 11.495v0a.737.737 0 01-.735.677H4.35v0a.737.737 0 01-.735-.677l-.681-8.17h8.11l-.681 8.17z" })
|
|
12
|
-
), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "prefix__clip0_141_9201" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", transform: "translate(1.09 1.113)", d: "M0 0h11.796v11.796H0z" })))));
|
|
13
|
-
l.tags = ["delete", "remove", "bin"];
|
|
14
|
-
export {
|
|
15
|
-
l as TrashIcon
|
|
16
|
-
};
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import e from "react";
|
|
2
|
-
import { createIcon as t } from "./helpers/icon.js";
|
|
3
|
-
const r = t((o) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...o }, /* @__PURE__ */ e.createElement(
|
|
4
|
-
"path",
|
|
5
|
-
{
|
|
6
|
-
d: "M12.587 6.614L7.358 1.386a.545.545 0 00-.771 0L1.358 6.614a.545.545 0 000 .772l5.229 5.228a.546.546 0 00.771 0l5.229-5.228a.545.545 0 000-.772zM6.985 4.286v3.06",
|
|
7
|
-
stroke: "currentColor",
|
|
8
|
-
strokeLinecap: "round",
|
|
9
|
-
strokeLinejoin: "round"
|
|
10
|
-
}
|
|
11
|
-
), /* @__PURE__ */ e.createElement(
|
|
12
|
-
"path",
|
|
13
|
-
{
|
|
14
|
-
d: "M6.978 9.196a.127.127 0 00-.131.136c0 .07.06.13.136.13a.134.134 0 00.126-.141l-.006-.005c-.005-.077-.065-.137-.136-.137M6.985 9.196H6.98",
|
|
15
|
-
stroke: "currentColor",
|
|
16
|
-
strokeLinecap: "round",
|
|
17
|
-
strokeLinejoin: "round"
|
|
18
|
-
}
|
|
19
|
-
)));
|
|
20
|
-
r.tags = ["exclamation"];
|
|
21
|
-
export {
|
|
22
|
-
r as WarningDiamondIcon
|
|
23
|
-
};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import t from "./classnames.js";
|
|
2
|
-
import n from "react";
|
|
3
|
-
import { iconSizes as r } from "./iconSizes.js";
|
|
4
|
-
const p = (e) => {
|
|
5
|
-
const o = ({ size: a = "small", className: m, ...s }) => /* @__PURE__ */ n.createElement(e, { className: t(r[a], "relative -top-0.25 inline-block", m), ...s });
|
|
6
|
-
return o.displayName = `Icon(${e.displayName || e.name || "Component"})`, o;
|
|
7
|
-
};
|
|
8
|
-
export {
|
|
9
|
-
p as createIcon
|
|
10
|
-
};
|
|
File without changes
|