asma-ui-core 3.21.0 → 3.22.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/asma-ui-core.css +1 -1
- package/dist/components/feedback/snack-bar/components/StyledDefaultSnackbar.js +12 -13
- package/dist/components/feedback/snack-bar/components/StyledInfoSnackbar.js +19 -20
- package/dist/components/icons/archive-icon/ArchiveIcon.js +16 -9
- package/dist/components/icons/assignment/AssignmentIcon.js +17 -10
- package/dist/components/icons/assignment-outline-icon/AssignmentOutlineIcon.js +17 -10
- package/dist/components/icons/bell-icon/BellIcon.js +17 -10
- package/dist/components/icons/bell-outline-icon/BellOutlineIcon.js +17 -10
- package/dist/components/icons/calendar-blank-outline-icon/CalendarBlankOutlineIcon.js +17 -10
- package/dist/components/icons/calendar-icon/CalendarIcon.js +17 -10
- package/dist/components/icons/checkbox-checked-icon/CheckBoxCheckedIcon.js +17 -10
- package/dist/components/icons/chevron-double-left-icon/ChevronDoubleLeftIcon.js +16 -9
- package/dist/components/icons/chevron-double-right-icon/ChevronDoubleRightIcon.js +16 -9
- package/dist/components/icons/chevron-down-icon/ChevronDownIcon.js +17 -10
- package/dist/components/icons/chevron-left-icon/ChevronLeftIcon.js +16 -9
- package/dist/components/icons/chevron-right-icon/ChevronRightIcon.js +15 -8
- package/dist/components/icons/chevron-up-icon/ChevronUpIcon.js +17 -10
- package/dist/components/icons/close-icon/CloseIcon.js +17 -10
- package/dist/components/icons/cloud-icon/CloudIcon.js +17 -0
- package/dist/components/icons/cloud-icon/index.js +1 -0
- package/dist/components/icons/content-cut-icon/ContentCutIcon.js +17 -0
- package/dist/components/icons/content-cut-icon/index.js +1 -0
- package/dist/components/icons/content-paste-icon/ContentPasteIcon.js +17 -0
- package/dist/components/icons/content-paste-icon/index.js +1 -0
- package/dist/components/icons/dashboard-view-icon/DashboardViewIcon.js +17 -10
- package/dist/components/icons/dashboard-view-outline-icon/DashboardViewOutlineIcon.js +17 -10
- package/dist/components/icons/delete-outline-icon/DeleteOutlineIcon.js +17 -10
- package/dist/components/icons/dots-vertical-icon/DotsVerticalIcon.js +16 -9
- package/dist/components/icons/download-icon/DownloadIcon.js +16 -9
- package/dist/components/icons/drag-horizontal-icon/DragHorizontalIcon.js +56 -10
- package/dist/components/icons/drop-down-icon/DropDownIcon.js +16 -9
- package/dist/components/icons/drop-up-icon/DropUpIcon.js +16 -9
- package/dist/components/icons/dvr-icon/DvrIcon.js +17 -10
- package/dist/components/icons/earth-icon/EarthIcon.js +18 -9
- package/dist/components/icons/error-outline-icon/ErrorOutlineIcon.js +16 -10
- package/dist/components/icons/fast-check-outline-icon/FastCheckOutlineIcon.js +17 -10
- package/dist/components/icons/file-pdf-icon/FilePdfIcon.js +16 -9
- package/dist/components/icons/filter-icon/FilterIcon.js +17 -10
- package/dist/components/icons/find-replace-icon/FindReplaceIcon.js +16 -10
- package/dist/components/icons/hamburger-icon/HamburgerIcon.js +21 -10
- package/dist/components/icons/iconStyle.js +8 -0
- package/dist/components/icons/inbox-outbox-icon/InboxOutboxIcon.js +16 -9
- package/dist/components/icons/inbox-outbox-outline-icon/InboxOutboxOutlineIcon.js +16 -9
- package/dist/components/icons/index.js +3 -0
- package/dist/components/icons/link-outline-icon/LinkOutlineIcon.js +17 -10
- package/dist/components/icons/list-numbered-icon/ListNumberedIcon.js +16 -9
- package/dist/components/icons/list-settings-line-icon/ListSettingsLineIcon.js +17 -10
- package/dist/components/icons/list-status-icon/ListStatusIcon.js +17 -10
- package/dist/components/icons/loading-icon/LoadingIcon.js +46 -10
- package/dist/components/icons/lock-icon/LockIcon.js +17 -10
- package/dist/components/icons/message-processing-icon/MessageProcessingIcon.js +16 -9
- package/dist/components/icons/message-processing-outline-icon/MessageProcessingOutlineIcon.js +16 -9
- package/dist/components/icons/outline-calendar-month/OutlineCalendarMonth.js +17 -10
- package/dist/components/icons/pdf-icon/PdfIcon.js +16 -9
- package/dist/components/icons/pencil-outline-icon/PencilOutlineIcon.js +17 -10
- package/dist/components/icons/people-icon/PeopleIcon.js +17 -10
- package/dist/components/icons/people-outline-icon/PeopleOutlineIcon.js +17 -10
- package/dist/components/icons/perm-media-icon/PermMediaIcon.js +17 -10
- package/dist/components/icons/perm-media-outline-icon/PermMediaOutline.js +16 -9
- package/dist/components/icons/person-icon/PersonIcon.js +17 -10
- package/dist/components/icons/person-outline-icon/PersonOutlineIcon.js +17 -10
- package/dist/components/icons/qnr-icon/QnrIcon.js +17 -10
- package/dist/components/icons/replay-icon/ReplayIcon.js +17 -11
- package/dist/components/icons/report-box-icon/ReportBoxIcon.js +16 -9
- package/dist/components/icons/report-box-outline-icon/ReportBoxOutlineIcon.js +16 -9
- package/dist/components/icons/search-icon/SearchIcon.js +17 -10
- package/dist/components/icons/settings-icon/SettingsIcon.js +17 -10
- package/dist/components/icons/settings-menu-horizontal-icon/SettingsMenuHorizontalIcon.js +19 -10
- package/dist/components/icons/settings-outline-icon/SettingsOutlineIcon.js +16 -9
- package/dist/components/icons/text-box-check-outline-icon/TextBoxCheckOutlineIcon.js +17 -11
- package/dist/components/icons/topic-icon/TopicIcon.js +16 -9
- package/dist/components/icons/unknown-document-outline-rounded-icon/UnknownDocumentOutlineRoundedIcon.js +16 -10
- package/dist/components/inputs/select/StyledSelect.js +16 -18
- package/dist/components/inputs/select/StyledSelectItem.js +8 -9
- package/dist/components/inputs/select-autocomplete/StyledSelectAutocomplete.js +26 -23
- package/dist/components/inputs/switch/base-ui/StyledSwitch.js +36 -29
- package/dist/index.js +275 -269
- package/dist/src/components/icons/Icons.types.d.ts +0 -3
- package/dist/src/components/icons/cloud-icon/CloudIcon.d.ts +2 -0
- package/dist/src/components/icons/cloud-icon/index.d.ts +1 -0
- package/dist/src/components/icons/content-cut-icon/ContentCutIcon.d.ts +2 -0
- package/dist/src/components/icons/content-cut-icon/index.d.ts +1 -0
- package/dist/src/components/icons/content-paste-icon/ContentPasteIcon.d.ts +2 -0
- package/dist/src/components/icons/content-paste-icon/index.d.ts +1 -0
- package/dist/src/components/icons/error-outline-icon/ErrorOutlineIcon.d.ts +0 -1
- package/dist/src/components/icons/iconStyle.d.ts +2 -0
- package/dist/src/components/icons/index.d.ts +3 -0
- package/dist/src/components/icons/replay-icon/ReplayIcon.d.ts +0 -1
- package/dist/src/components/icons/settings-menu-horizontal-icon/SettingsMenuHorizontalIcon.d.ts +0 -1
- package/dist/src/components/icons/text-box-check-outline-icon/TextBoxCheckOutlineIcon.d.ts +0 -1
- package/dist/src/components/icons/unknown-document-outline-rounded-icon/UnknownDocumentOutlineRoundedIcon.d.ts +0 -1
- package/package.json +3 -4
- package/dist/components/icons/IconTemplate.js +0 -15
- package/dist/components/icons/Icons.module.js +0 -7
- package/dist/src/components/icons/IconTemplate.d.ts +0 -2
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
import { omit as f } from "../../../../helpers/omit.js";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
2
|
+
import { CloseIcon as p } from "../../../icons/close-icon/CloseIcon.js";
|
|
3
|
+
import { CheckOutlineIcon as u } from "./CheckOutlineIcon.js";
|
|
4
|
+
import { ErrorOutlineIcon as g } from "./ErrorOutlineIcon.js";
|
|
5
|
+
import { InfoOutlineIcon as I } from "./InfoOutlineIcon.js";
|
|
6
|
+
import { WarningAmberOutlineIcon as S } from "./WarningAmberOutlineIcon.js";
|
|
6
7
|
import i from "./StyledDefaultSnackbar.module.js";
|
|
7
8
|
import t from "clsx";
|
|
8
|
-
import { forwardRef as
|
|
9
|
+
import { forwardRef as v } from "react";
|
|
9
10
|
import { IconButton as b } from "@mui/material";
|
|
10
11
|
import { jsx as r, jsxs as n } from "react/jsx-runtime";
|
|
11
|
-
import { Icon as v } from "@iconify/react";
|
|
12
12
|
import { SnackbarContent as k, useSnackbar as w } from "notistack";
|
|
13
13
|
var x = {
|
|
14
|
-
info: /* @__PURE__ */ r(
|
|
14
|
+
info: /* @__PURE__ */ r(I, {
|
|
15
15
|
height: 24,
|
|
16
16
|
width: 24
|
|
17
17
|
}),
|
|
18
|
-
error: /* @__PURE__ */ r(
|
|
18
|
+
error: /* @__PURE__ */ r(g, {
|
|
19
19
|
height: 24,
|
|
20
20
|
width: 24
|
|
21
21
|
}),
|
|
22
|
-
success: /* @__PURE__ */ r(
|
|
22
|
+
success: /* @__PURE__ */ r(u, {
|
|
23
23
|
height: 24,
|
|
24
24
|
width: 24
|
|
25
25
|
}),
|
|
26
|
-
warning: /* @__PURE__ */ r(
|
|
26
|
+
warning: /* @__PURE__ */ r(S, {
|
|
27
27
|
height: 24,
|
|
28
28
|
width: 24
|
|
29
29
|
})
|
|
30
|
-
}, B =
|
|
30
|
+
}, B = v((c, l) => {
|
|
31
31
|
const { id: a, message: m, severity: e, action: o, title: s, ...h } = f(c, [
|
|
32
32
|
"anchorOrigin",
|
|
33
33
|
"autoHideDuration",
|
|
@@ -52,8 +52,7 @@ var x = {
|
|
|
52
52
|
color: "inherit",
|
|
53
53
|
sx: { p: "2px" },
|
|
54
54
|
onClick: () => d(a),
|
|
55
|
-
children: /* @__PURE__ */ r(
|
|
56
|
-
icon: "ic:baseline-close",
|
|
55
|
+
children: /* @__PURE__ */ r(p, {
|
|
57
56
|
width: 20,
|
|
58
57
|
height: 20,
|
|
59
58
|
color: "#49525F"
|
|
@@ -1,34 +1,33 @@
|
|
|
1
|
-
import { omit as
|
|
1
|
+
import { omit as m } from "../../../../helpers/omit.js";
|
|
2
|
+
import { LoadingIcon as d } from "../../../icons/loading-icon/LoadingIcon.js";
|
|
3
|
+
import { CloseIcon as f } from "../../../icons/close-icon/CloseIcon.js";
|
|
2
4
|
import p from "clsx";
|
|
3
|
-
import { forwardRef as
|
|
4
|
-
import { jsx as
|
|
5
|
-
import {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
const { id: a, message: l, closeButton: t, type: s, ...c } = d(i, [
|
|
5
|
+
import { forwardRef as h } from "react";
|
|
6
|
+
import { jsx as t, jsxs as u } from "react/jsx-runtime";
|
|
7
|
+
import { SnackbarContent as g, useSnackbar as b } from "notistack";
|
|
8
|
+
var j = h((e, i) => {
|
|
9
|
+
const { id: a, message: n, closeButton: o, type: l, ...s } = m(e, [
|
|
9
10
|
"anchorOrigin",
|
|
10
11
|
"autoHideDuration",
|
|
11
12
|
"hideIconVariant",
|
|
12
13
|
"iconVariant",
|
|
13
14
|
"persist"
|
|
14
|
-
]), { closeSnackbar:
|
|
15
|
-
return /* @__PURE__ */
|
|
16
|
-
ref:
|
|
15
|
+
]), { closeSnackbar: c } = b(), r = l === "loading";
|
|
16
|
+
return /* @__PURE__ */ t(g, {
|
|
17
|
+
ref: i,
|
|
17
18
|
role: "alert",
|
|
18
|
-
...
|
|
19
|
-
children: /* @__PURE__ */
|
|
20
|
-
className: p("relative flex w-full items-center justify-center",
|
|
19
|
+
...s,
|
|
20
|
+
children: /* @__PURE__ */ u("div", {
|
|
21
|
+
className: p("relative flex w-full items-center justify-center", r && "pl-8", o && "pr-8"),
|
|
21
22
|
children: [
|
|
22
|
-
|
|
23
|
-
icon: "line-md:loading-twotone-loop",
|
|
23
|
+
r ? /* @__PURE__ */ t(d, {
|
|
24
24
|
width: 20,
|
|
25
25
|
height: 20,
|
|
26
26
|
className: "absolute left-0 top-1/2 -translate-y-1/2"
|
|
27
27
|
}) : null,
|
|
28
|
-
/* @__PURE__ */
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
onClick: () => m(a),
|
|
28
|
+
/* @__PURE__ */ t("div", { children: n }),
|
|
29
|
+
o ? /* @__PURE__ */ t(f, {
|
|
30
|
+
onClick: () => c(a),
|
|
32
31
|
width: 20,
|
|
33
32
|
height: 20,
|
|
34
33
|
className: "absolute right-0 top-1/2 -translate-y-1/2"
|
|
@@ -38,5 +37,5 @@ var v = f((i, n) => {
|
|
|
38
37
|
});
|
|
39
38
|
});
|
|
40
39
|
export {
|
|
41
|
-
|
|
40
|
+
j as StyledInfoSnackbar
|
|
42
41
|
};
|
|
@@ -1,13 +1,20 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { jsx as
|
|
3
|
-
var
|
|
4
|
-
|
|
1
|
+
import { getSvgIconStyle as h } from "../iconStyle.js";
|
|
2
|
+
import { jsx as a } from "react/jsx-runtime";
|
|
3
|
+
var n = ({ width: r = 20, height: e = 20, className: o = "", onClick: t, color: l }) => /* @__PURE__ */ a("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
5
|
width: r,
|
|
6
|
-
height:
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
6
|
+
height: e,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
className: o,
|
|
9
|
+
onClick: t,
|
|
10
|
+
style: h(l, !1),
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
focusable: "false",
|
|
13
|
+
children: /* @__PURE__ */ a("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
d: "M18 3H6a3 3 0 0 0-2 5.22V18a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V8.22A3 3 0 0 0 18 3m-3 10.13a.87.87 0 0 1-.87.87H9.87a.87.87 0 0 1-.87-.87v-.26a.87.87 0 0 1 .87-.87h4.26a.87.87 0 0 1 .87.87ZM18 7H6a1 1 0 0 1 0-2h12a1 1 0 0 1 0 2"
|
|
16
|
+
})
|
|
10
17
|
});
|
|
11
18
|
export {
|
|
12
|
-
|
|
19
|
+
n as ArchiveIcon
|
|
13
20
|
};
|
|
@@ -1,13 +1,20 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { jsx as
|
|
3
|
-
var
|
|
4
|
-
|
|
5
|
-
width:
|
|
6
|
-
height:
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
import { getSvgIconStyle as l } from "../iconStyle.js";
|
|
2
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
3
|
+
var n = ({ width: e = 20, height: s = 20, className: t = "", onClick: o, color: c }) => /* @__PURE__ */ r("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: e,
|
|
6
|
+
height: s,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
className: t,
|
|
9
|
+
onClick: o,
|
|
10
|
+
style: l(c, !1),
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
focusable: "false",
|
|
13
|
+
children: /* @__PURE__ */ r("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
d: "M19 3h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m-7 0c.55 0 1 .45 1 1s-.45 1-1 1s-1-.45-1-1s.45-1 1-1m2 14H7v-2h7zm3-4H7v-2h10zm0-4H7V7h10z"
|
|
16
|
+
})
|
|
10
17
|
});
|
|
11
18
|
export {
|
|
12
|
-
|
|
19
|
+
n as AssignmentIcon
|
|
13
20
|
};
|
|
@@ -1,13 +1,20 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { jsx as
|
|
3
|
-
var
|
|
4
|
-
|
|
5
|
-
width:
|
|
6
|
-
height:
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
import { getSvgIconStyle as n } from "../iconStyle.js";
|
|
2
|
+
import { jsx as t } from "react/jsx-runtime";
|
|
3
|
+
var i = ({ width: e = 20, height: r = 20, className: o = "", onClick: l, color: m }) => /* @__PURE__ */ t("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: e,
|
|
6
|
+
height: r,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
className: o,
|
|
9
|
+
onClick: l,
|
|
10
|
+
style: n(m, !1),
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
focusable: "false",
|
|
13
|
+
children: /* @__PURE__ */ t("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
d: "M5 21q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h4.2q.325-.9 1.088-1.45T12 1t1.713.55T14.8 3H19q.825 0 1.413.588T21 5v14q0 .825-.587 1.413T19 21zm0-2h14V5H5zm2-2h7v-2H7zm0-4h10v-2H7zm0-4h10V7H7zm5.538-4.962q.212-.213.212-.538t-.213-.537T12 2.75t-.537.213t-.213.537t.213.538t.537.212t.538-.213M5 19V5z"
|
|
16
|
+
})
|
|
10
17
|
});
|
|
11
18
|
export {
|
|
12
|
-
|
|
19
|
+
i as AssignmentOutlineIcon
|
|
13
20
|
};
|
|
@@ -1,13 +1,20 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { jsx as
|
|
3
|
-
var
|
|
4
|
-
|
|
5
|
-
width:
|
|
6
|
-
height:
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
import { getSvgIconStyle as v } from "../iconStyle.js";
|
|
2
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
3
|
+
var i = ({ width: e = 20, height: l = 20, className: o = "", onClick: t, color: a }) => /* @__PURE__ */ r("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: e,
|
|
6
|
+
height: l,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
className: o,
|
|
9
|
+
onClick: t,
|
|
10
|
+
style: v(a, !1),
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
focusable: "false",
|
|
13
|
+
children: /* @__PURE__ */ r("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
d: "M21 19v1H3v-1l2-2v-6c0-3.1 2.03-5.83 5-6.71V4a2 2 0 0 1 2-2a2 2 0 0 1 2 2v.29c2.97.88 5 3.61 5 6.71v6zm-7 2a2 2 0 0 1-2 2a2 2 0 0 1-2-2"
|
|
16
|
+
})
|
|
10
17
|
});
|
|
11
18
|
export {
|
|
12
|
-
|
|
19
|
+
i as BellIcon
|
|
13
20
|
};
|
|
@@ -1,13 +1,20 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { jsx as
|
|
3
|
-
var
|
|
4
|
-
|
|
5
|
-
width:
|
|
6
|
-
height:
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
import { getSvgIconStyle as v } from "../iconStyle.js";
|
|
2
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
3
|
+
var n = ({ width: r = 20, height: l = 20, className: t = "", onClick: o, color: s }) => /* @__PURE__ */ e("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: r,
|
|
6
|
+
height: l,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
className: t,
|
|
9
|
+
onClick: o,
|
|
10
|
+
style: v(s, !1),
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
focusable: "false",
|
|
13
|
+
children: /* @__PURE__ */ e("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
d: "M10 21h4c0 1.1-.9 2-2 2s-2-.9-2-2m11-2v1H3v-1l2-2v-6c0-3.1 2-5.8 5-6.7V4c0-1.1.9-2 2-2s2 .9 2 2v.3c3 .9 5 3.6 5 6.7v6zm-4-8c0-2.8-2.2-5-5-5s-5 2.2-5 5v7h10z"
|
|
16
|
+
})
|
|
10
17
|
});
|
|
11
18
|
export {
|
|
12
|
-
|
|
19
|
+
n as BellOutlineIcon
|
|
13
20
|
};
|
|
@@ -1,13 +1,20 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { jsx as
|
|
3
|
-
var
|
|
4
|
-
|
|
5
|
-
width:
|
|
6
|
-
height:
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
import { getSvgIconStyle as n } from "../iconStyle.js";
|
|
2
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
3
|
+
var s = ({ width: e = 20, height: a = 20, className: l = "", onClick: t, color: o }) => /* @__PURE__ */ r("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: e,
|
|
6
|
+
height: a,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
className: l,
|
|
9
|
+
onClick: t,
|
|
10
|
+
style: n(o, !1),
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
focusable: "false",
|
|
13
|
+
children: /* @__PURE__ */ r("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
d: "M19 3h-1V1h-2v2H8V1H6v2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14c1.11 0 2-.89 2-2V5a2 2 0 0 0-2-2m0 16H5V9h14zm0-12H5V5h14z"
|
|
16
|
+
})
|
|
10
17
|
});
|
|
11
18
|
export {
|
|
12
|
-
|
|
19
|
+
s as CalendarBlankOutlineIcon
|
|
13
20
|
};
|
|
@@ -1,13 +1,20 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { jsx as
|
|
3
|
-
var
|
|
4
|
-
|
|
5
|
-
width:
|
|
6
|
-
height:
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
import { getSvgIconStyle as n } from "../iconStyle.js";
|
|
2
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
3
|
+
var h = ({ width: e = 20, height: a = 20, className: o = "", onClick: t, color: l }) => /* @__PURE__ */ r("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: e,
|
|
6
|
+
height: a,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
className: o,
|
|
9
|
+
onClick: t,
|
|
10
|
+
style: n(l, !1),
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
focusable: "false",
|
|
13
|
+
children: /* @__PURE__ */ r("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
d: "M19 19H5V8h14m-3-7v2H8V1H6v2H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2h-1V1"
|
|
16
|
+
})
|
|
10
17
|
});
|
|
11
18
|
export {
|
|
12
|
-
|
|
19
|
+
h as CalendarIcon
|
|
13
20
|
};
|
|
@@ -1,13 +1,20 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { jsx as
|
|
3
|
-
var
|
|
4
|
-
|
|
5
|
-
width:
|
|
6
|
-
height:
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
import { getSvgIconStyle as h } from "../iconStyle.js";
|
|
2
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
3
|
+
var i = ({ width: r = 20, height: o = 20, className: t = "", onClick: l, color: a }) => /* @__PURE__ */ e("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: r,
|
|
6
|
+
height: o,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
className: t,
|
|
9
|
+
onClick: l,
|
|
10
|
+
style: h(a, !1),
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
focusable: "false",
|
|
13
|
+
children: /* @__PURE__ */ e("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
d: "M19 19H5V5h10V3H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-8h-2m-11.09-.92L6.5 11.5L11 16L21 6l-1.41-1.42L11 13.17z"
|
|
16
|
+
})
|
|
10
17
|
});
|
|
11
18
|
export {
|
|
12
|
-
|
|
19
|
+
i as CheckBoxCheckedIcon
|
|
13
20
|
};
|
|
@@ -1,13 +1,20 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { jsx as
|
|
3
|
-
var
|
|
4
|
-
|
|
5
|
-
width:
|
|
6
|
-
height:
|
|
7
|
-
|
|
1
|
+
import { getSvgIconStyle as s } from "../iconStyle.js";
|
|
2
|
+
import { jsx as l } from "react/jsx-runtime";
|
|
3
|
+
var i = ({ width: e = 20, height: r = 20, className: o = "", onClick: t, color: n }) => /* @__PURE__ */ l("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: e,
|
|
6
|
+
height: r,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
className: o,
|
|
8
9
|
onClick: t,
|
|
9
|
-
|
|
10
|
+
style: s(n, !1),
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
focusable: "false",
|
|
13
|
+
children: /* @__PURE__ */ l("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
d: "M18.41 7.41L17 6l-6 6l6 6l1.41-1.41L13.83 12zm-6 0L11 6l-6 6l6 6l1.41-1.41L7.83 12z"
|
|
16
|
+
})
|
|
10
17
|
});
|
|
11
18
|
export {
|
|
12
|
-
|
|
19
|
+
i as ChevronDoubleLeftIcon
|
|
13
20
|
};
|
|
@@ -1,13 +1,20 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { jsx as
|
|
3
|
-
var
|
|
4
|
-
|
|
5
|
-
width:
|
|
6
|
-
height:
|
|
7
|
-
|
|
1
|
+
import { getSvgIconStyle as n } from "../iconStyle.js";
|
|
2
|
+
import { jsx as l } from "react/jsx-runtime";
|
|
3
|
+
var f = ({ width: r = 20, height: e = 20, className: o = "", onClick: t, color: i }) => /* @__PURE__ */ l("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: r,
|
|
6
|
+
height: e,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
className: o,
|
|
8
9
|
onClick: t,
|
|
9
|
-
|
|
10
|
+
style: n(i, !1),
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
focusable: "false",
|
|
13
|
+
children: /* @__PURE__ */ l("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
d: "M5.59 7.41L7 6l6 6l-6 6l-1.41-1.41L10.17 12zm6 0L13 6l6 6l-6 6l-1.41-1.41L16.17 12z"
|
|
16
|
+
})
|
|
10
17
|
});
|
|
11
18
|
export {
|
|
12
|
-
|
|
19
|
+
f as ChevronDoubleRightIcon
|
|
13
20
|
};
|
|
@@ -1,13 +1,20 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { jsx as
|
|
3
|
-
var
|
|
4
|
-
|
|
5
|
-
width:
|
|
6
|
-
height:
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
import { getSvgIconStyle as s } from "../iconStyle.js";
|
|
2
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
3
|
+
var f = ({ width: e = 20, height: o = 20, className: l = "", onClick: t, color: n }) => /* @__PURE__ */ r("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: e,
|
|
6
|
+
height: o,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
className: l,
|
|
9
|
+
onClick: t,
|
|
10
|
+
style: s(n, !1),
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
focusable: "false",
|
|
13
|
+
children: /* @__PURE__ */ r("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
d: "M7.41 8.58L12 13.17l4.59-4.59L18 10l-6 6l-6-6z"
|
|
16
|
+
})
|
|
10
17
|
});
|
|
11
18
|
export {
|
|
12
|
-
|
|
19
|
+
f as ChevronDownIcon
|
|
13
20
|
};
|
|
@@ -1,13 +1,20 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { jsx as
|
|
3
|
-
var
|
|
4
|
-
|
|
5
|
-
width:
|
|
6
|
-
height:
|
|
7
|
-
|
|
1
|
+
import { getSvgIconStyle as s } from "../iconStyle.js";
|
|
2
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
3
|
+
var i = ({ width: e = 20, height: l = 20, className: o = "", onClick: t, color: n }) => /* @__PURE__ */ r("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: e,
|
|
6
|
+
height: l,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
className: o,
|
|
8
9
|
onClick: t,
|
|
9
|
-
|
|
10
|
+
style: s(n, !1),
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
focusable: "false",
|
|
13
|
+
children: /* @__PURE__ */ r("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
d: "M15.41 16.58L10.83 12l4.58-4.59L14 6l-6 6l6 6z"
|
|
16
|
+
})
|
|
10
17
|
});
|
|
11
18
|
export {
|
|
12
|
-
|
|
19
|
+
i as ChevronLeftIcon
|
|
13
20
|
};
|
|
@@ -1,13 +1,20 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { jsx as
|
|
3
|
-
var
|
|
4
|
-
|
|
5
|
-
width:
|
|
1
|
+
import { getSvgIconStyle as n } from "../iconStyle.js";
|
|
2
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
3
|
+
var f = ({ width: e = 20, height: o = 20, className: t = "", onClick: l, color: i }) => /* @__PURE__ */ r("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: e,
|
|
6
6
|
height: o,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
7
8
|
className: t,
|
|
8
|
-
onClick:
|
|
9
|
-
|
|
9
|
+
onClick: l,
|
|
10
|
+
style: n(i, !1),
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
focusable: "false",
|
|
13
|
+
children: /* @__PURE__ */ r("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
d: "M8.59 16.58L13.17 12L8.59 7.41L10 6l6 6l-6 6z"
|
|
16
|
+
})
|
|
10
17
|
});
|
|
11
18
|
export {
|
|
12
|
-
|
|
19
|
+
f as ChevronRightIcon
|
|
13
20
|
};
|
|
@@ -1,13 +1,20 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { jsx as
|
|
3
|
-
var
|
|
4
|
-
|
|
5
|
-
width:
|
|
6
|
-
height:
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
import { getSvgIconStyle as s } from "../iconStyle.js";
|
|
2
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
3
|
+
var f = ({ width: e = 20, height: l = 20, className: o = "", onClick: t, color: n }) => /* @__PURE__ */ r("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: e,
|
|
6
|
+
height: l,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
className: o,
|
|
9
|
+
onClick: t,
|
|
10
|
+
style: s(n, !1),
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
focusable: "false",
|
|
13
|
+
children: /* @__PURE__ */ r("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
d: "M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6l-6 6z"
|
|
16
|
+
})
|
|
10
17
|
});
|
|
11
18
|
export {
|
|
12
|
-
|
|
19
|
+
f as ChevronUpIcon
|
|
13
20
|
};
|
|
@@ -1,13 +1,20 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { jsx as
|
|
3
|
-
var
|
|
4
|
-
|
|
5
|
-
width:
|
|
6
|
-
height:
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
import { getSvgIconStyle as s } from "../iconStyle.js";
|
|
2
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
3
|
+
var n = ({ width: e = 20, height: o = 20, className: t = "", onClick: l, color: L }) => /* @__PURE__ */ r("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: e,
|
|
6
|
+
height: o,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
className: t,
|
|
9
|
+
onClick: l,
|
|
10
|
+
style: s(L, !1),
|
|
11
|
+
"aria-hidden": "true",
|
|
12
|
+
focusable: "false",
|
|
13
|
+
children: /* @__PURE__ */ r("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
d: "M19 6.41L17.59 5L12 10.59L6.41 5L5 6.41L10.59 12L5 17.59L6.41 19L12 13.41L17.59 19L19 17.59L13.41 12z"
|
|
16
|
+
})
|
|
10
17
|
});
|
|
11
18
|
export {
|
|
12
|
-
|
|
19
|
+
n as CloseIcon
|
|
13
20
|
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
function e(r) {
|
|
3
|
+
return /* @__PURE__ */ o("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: "1em",
|
|
6
|
+
height: "1em",
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
...r,
|
|
9
|
+
children: /* @__PURE__ */ o("path", {
|
|
10
|
+
fill: "currentColor",
|
|
11
|
+
d: "M6.5 20q-2.28 0-3.89-1.57Q1 16.85 1 14.58q0-1.95 1.17-3.48q1.18-1.53 3.08-1.95q.63-2.3 2.5-3.72Q9.63 4 12 4q2.93 0 4.96 2.04Q19 8.07 19 11q1.73.2 2.86 1.5q1.14 1.28 1.14 3q0 1.88-1.31 3.19T18.5 20Z"
|
|
12
|
+
})
|
|
13
|
+
});
|
|
14
|
+
}
|
|
15
|
+
export {
|
|
16
|
+
e as CloudIcon
|
|
17
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './CloudIcon.js'
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { jsx as a } from "react/jsx-runtime";
|
|
2
|
+
function o(t) {
|
|
3
|
+
return /* @__PURE__ */ a("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: "1em",
|
|
6
|
+
height: "1em",
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
...t,
|
|
9
|
+
children: /* @__PURE__ */ a("path", {
|
|
10
|
+
fill: "currentColor",
|
|
11
|
+
d: "m19 3l-6 6l2 2l7-7V3m-10 9.5a.5.5 0 0 1-.5-.5a.5.5 0 0 1 .5-.5a.5.5 0 0 1 .5.5a.5.5 0 0 1-.5.5M6 20a2 2 0 0 1-2-2a2 2 0 0 1 2-2a2 2 0 0 1 2 2a2 2 0 0 1-2 2M6 8a2 2 0 0 1-2-2a2 2 0 0 1 2-2a2 2 0 0 1 2 2a2 2 0 0 1-2 2m3.64-.36c.23-.5.36-1.05.36-1.64a4 4 0 0 0-4-4a4 4 0 0 0-4 4a4 4 0 0 0 4 4c.59 0 1.14-.13 1.64-.36L10 12l-2.36 2.36C7.14 14.13 6.59 14 6 14a4 4 0 0 0-4 4a4 4 0 0 0 4 4a4 4 0 0 0 4-4c0-.59-.13-1.14-.36-1.64L12 14l7 7h3v-1z"
|
|
12
|
+
})
|
|
13
|
+
});
|
|
14
|
+
}
|
|
15
|
+
export {
|
|
16
|
+
o as ContentCutIcon
|
|
17
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './ContentCutIcon.js'
|