@arkitektbedriftene/fe-lib 5.3.0 → 5.4.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/icons.es.js +10 -9
- package/dist/index.esm-C4DkZjXw.js +27 -0
- package/dist/index.esm-CQ-E4_-_.js +112 -0
- package/dist/rich-text.es.js +59 -58
- package/dist/system/components/Button.d.ts +3 -0
- package/dist/system/components/Dropdown.d.ts +10 -0
- package/dist/system/components/Input.d.ts +5 -0
- package/dist/system/components/Logo.d.ts +3 -0
- package/dist/system/components/LogoIcon.d.ts +3 -0
- package/dist/system/components/Modal.d.ts +10 -0
- package/dist/system/components/Spinner.d.ts +3 -0
- package/dist/system/components/Tag.d.ts +22 -0
- package/dist/system/system.d.ts +8 -0
- package/dist/system.css +1 -0
- package/dist/system.css.d.ts +1 -0
- package/dist/system.d.ts +2 -0
- package/dist/system.es.js +5007 -0
- package/dist/ui.es.js +57 -56
- package/package.json +8 -1
- package/dist/index.esm-Dzt91gSZ.js +0 -136
package/dist/ui.es.js
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { k as h, s as n, c as f } from "./stitches.config-DTq6WSgP.js";
|
|
2
|
-
import { a as
|
|
2
|
+
import { a as Pe, g as Ae } from "./stitches.config-DTq6WSgP.js";
|
|
3
3
|
import { jsx as t, jsxs as c, Fragment as K } from "react/jsx-runtime";
|
|
4
4
|
import { forwardRef as u, createContext as U, useMemo as k, useContext as D, isValidElement as _, cloneElement as q, useState as J, useId as w } from "react";
|
|
5
5
|
import { useFloating as Q, autoUpdate as Z, offset as oo, flip as eo, shift as ro, useTransitionStyles as to, useClick as no, useHover as ao, safePolygon as io, useDismiss as so, useRole as lo, useInteractions as co, FloatingPortal as $o } from "@floating-ui/react";
|
|
6
6
|
import * as y from "@radix-ui/react-toolbar";
|
|
7
|
-
import {
|
|
7
|
+
import { c as mo, d as uo, e as go } from "./index.esm-C4DkZjXw.js";
|
|
8
8
|
import * as p from "@radix-ui/react-dialog";
|
|
9
9
|
import * as m from "@radix-ui/react-dropdown-menu";
|
|
10
|
+
import { k as po, l as B } from "./index.esm-CQ-E4_-_.js";
|
|
10
11
|
import ho from "react-select";
|
|
11
12
|
import * as F from "@radix-ui/react-checkbox";
|
|
12
13
|
import * as W from "@radix-ui/react-switch";
|
|
@@ -334,7 +335,7 @@ const bo = h({
|
|
|
334
335
|
color: "info",
|
|
335
336
|
size: "md"
|
|
336
337
|
}
|
|
337
|
-
}),
|
|
338
|
+
}), le = u(
|
|
338
339
|
({ children: o, ...e }, r) => /* @__PURE__ */ t(
|
|
339
340
|
Co,
|
|
340
341
|
{
|
|
@@ -462,7 +463,7 @@ const bo = h({
|
|
|
462
463
|
children: /* @__PURE__ */ t(P, { ...e, style: l, children: o })
|
|
463
464
|
}
|
|
464
465
|
) }) : null;
|
|
465
|
-
},
|
|
466
|
+
}, de = ({ children: o, content: e }) => {
|
|
466
467
|
const [r, a] = J(!1);
|
|
467
468
|
return /* @__PURE__ */ c(
|
|
468
469
|
Do,
|
|
@@ -486,7 +487,7 @@ const bo = h({
|
|
|
486
487
|
]
|
|
487
488
|
}
|
|
488
489
|
);
|
|
489
|
-
},
|
|
490
|
+
}, ce = n("span", {
|
|
490
491
|
flex: "0 0 auto",
|
|
491
492
|
display: "inline-flex",
|
|
492
493
|
padding: "$1 $2",
|
|
@@ -523,17 +524,17 @@ const bo = h({
|
|
|
523
524
|
defaultVariants: {
|
|
524
525
|
color: "primary"
|
|
525
526
|
}
|
|
526
|
-
}),
|
|
527
|
+
}), $e = n(y.Root, {
|
|
527
528
|
backgroundColor: "$gray50",
|
|
528
529
|
display: "flex",
|
|
529
530
|
alignItems: "center",
|
|
530
531
|
padding: "$1",
|
|
531
532
|
gap: "$1"
|
|
532
|
-
}),
|
|
533
|
+
}), me = n(y.ToggleGroup, {
|
|
533
534
|
display: "flex",
|
|
534
535
|
gap: "$1",
|
|
535
536
|
alignItems: "center"
|
|
536
|
-
}),
|
|
537
|
+
}), ue = n(y.Separator, {
|
|
537
538
|
width: "1px",
|
|
538
539
|
height: "1.5rem",
|
|
539
540
|
my: "$1",
|
|
@@ -554,7 +555,7 @@ const bo = h({
|
|
|
554
555
|
},
|
|
555
556
|
...e
|
|
556
557
|
}
|
|
557
|
-
)),
|
|
558
|
+
)), ge = u(
|
|
558
559
|
({ children: o, dropdown: e, ...r }, a) => /* @__PURE__ */ t(
|
|
559
560
|
y.Button,
|
|
560
561
|
{
|
|
@@ -574,7 +575,7 @@ const bo = h({
|
|
|
574
575
|
)
|
|
575
576
|
}
|
|
576
577
|
)
|
|
577
|
-
),
|
|
578
|
+
), pe = u(({
|
|
578
579
|
children: o,
|
|
579
580
|
value: e,
|
|
580
581
|
...r
|
|
@@ -595,7 +596,7 @@ const bo = h({
|
|
|
595
596
|
}
|
|
596
597
|
)
|
|
597
598
|
}
|
|
598
|
-
)),
|
|
599
|
+
)), he = n("div", {
|
|
599
600
|
color: "$$cardText",
|
|
600
601
|
backgroundColor: "$$cardBackground",
|
|
601
602
|
padding: "$4",
|
|
@@ -648,7 +649,7 @@ const bo = h({
|
|
|
648
649
|
display: "flex",
|
|
649
650
|
alignItems: "center",
|
|
650
651
|
gap: "$1"
|
|
651
|
-
}),
|
|
652
|
+
}), be = (o) => /* @__PURE__ */ t(Wo, { ...o }), fe = ({
|
|
652
653
|
children: o,
|
|
653
654
|
active: e = !1,
|
|
654
655
|
...r
|
|
@@ -685,7 +686,7 @@ const bo = h({
|
|
|
685
686
|
maxHeight: "85vh",
|
|
686
687
|
padding: "$8",
|
|
687
688
|
"&:focus": { outline: "none" }
|
|
688
|
-
}),
|
|
689
|
+
}), ye = ({
|
|
689
690
|
children: o,
|
|
690
691
|
open: e,
|
|
691
692
|
onOpenChange: r,
|
|
@@ -698,11 +699,11 @@ const bo = h({
|
|
|
698
699
|
/* @__PURE__ */ t(Mo, {}),
|
|
699
700
|
/* @__PURE__ */ t(Po, { css: i, "aria-describedby": void 0, ...s, children: o })
|
|
700
701
|
] })
|
|
701
|
-
] }),
|
|
702
|
+
] }), xe = n(p.Title, {
|
|
702
703
|
fontSize: "$xl",
|
|
703
704
|
fontWeight: "$medium",
|
|
704
705
|
marginBottom: "$6"
|
|
705
|
-
}),
|
|
706
|
+
}), ve = n("div", {
|
|
706
707
|
display: "flex",
|
|
707
708
|
gap: "$2",
|
|
708
709
|
justifyContent: "flex-end",
|
|
@@ -786,7 +787,7 @@ const bo = h({
|
|
|
786
787
|
defaultVariants: {
|
|
787
788
|
size: "md"
|
|
788
789
|
}
|
|
789
|
-
}),
|
|
790
|
+
}), ke = ({
|
|
790
791
|
css: o,
|
|
791
792
|
colorString: e,
|
|
792
793
|
...r
|
|
@@ -822,7 +823,7 @@ const bo = h({
|
|
|
822
823
|
backgroundColor: "transparent"
|
|
823
824
|
}
|
|
824
825
|
}
|
|
825
|
-
}),
|
|
826
|
+
}), we = ({
|
|
826
827
|
side: o = "bottom",
|
|
827
828
|
align: e = "center",
|
|
828
829
|
trigger: r,
|
|
@@ -852,16 +853,16 @@ const bo = h({
|
|
|
852
853
|
display: "flex",
|
|
853
854
|
justifyContent: "center",
|
|
854
855
|
alignItems: "center"
|
|
855
|
-
}),
|
|
856
|
+
}), Ce = n(m.Separator, {
|
|
856
857
|
height: 1,
|
|
857
858
|
backgroundColor: "$gray200",
|
|
858
859
|
margin: 1
|
|
859
|
-
}),
|
|
860
|
+
}), Se = n(m.Item, S), ze = n(m.Item, S, {
|
|
860
861
|
padding: "$2",
|
|
861
862
|
display: "flex",
|
|
862
863
|
alignItems: "center",
|
|
863
864
|
gap: "$2"
|
|
864
|
-
}), jo = n(m.CheckboxItem, S),
|
|
865
|
+
}), jo = n(m.CheckboxItem, S), Ie = ({
|
|
865
866
|
value: o,
|
|
866
867
|
onChange: e,
|
|
867
868
|
children: r
|
|
@@ -871,7 +872,7 @@ const bo = h({
|
|
|
871
872
|
checked: o,
|
|
872
873
|
onCheckedChange: e,
|
|
873
874
|
children: [
|
|
874
|
-
/* @__PURE__ */ t(Xo, { children: /* @__PURE__ */ t(
|
|
875
|
+
/* @__PURE__ */ t(Xo, { children: /* @__PURE__ */ t(po, { size: "0.75rem" }) }),
|
|
875
876
|
r
|
|
876
877
|
]
|
|
877
878
|
}
|
|
@@ -958,7 +959,7 @@ const bo = h({
|
|
|
958
959
|
[e]
|
|
959
960
|
);
|
|
960
961
|
return /* @__PURE__ */ t(ho, { components: s, styles: i, ...a });
|
|
961
|
-
},
|
|
962
|
+
}, Re = (o) => /* @__PURE__ */ t(V, { ...o, isSearchable: !0 }), Te = ({
|
|
962
963
|
label: o,
|
|
963
964
|
css: e,
|
|
964
965
|
error: r,
|
|
@@ -1027,7 +1028,7 @@ const bo = h({
|
|
|
1027
1028
|
alignItems: "center",
|
|
1028
1029
|
gap: "$2",
|
|
1029
1030
|
width: "100%"
|
|
1030
|
-
}),
|
|
1031
|
+
}), He = u(
|
|
1031
1032
|
({ type: o = "text", label: e, error: r, style: a, css: i, suffix: s, id: l, ...$ }, g) => {
|
|
1032
1033
|
const x = w();
|
|
1033
1034
|
return l = l || x, /* @__PURE__ */ c(d, { css: i, children: [
|
|
@@ -1083,7 +1084,7 @@ const bo = h({
|
|
|
1083
1084
|
alignItems: "center",
|
|
1084
1085
|
gap: "$2",
|
|
1085
1086
|
width: "100%"
|
|
1086
|
-
}),
|
|
1087
|
+
}), De = u(
|
|
1087
1088
|
({ label: o, error: e, style: r, css: a, suffix: i, id: s, ...l }, $) => {
|
|
1088
1089
|
const g = w();
|
|
1089
1090
|
return s = s || g, /* @__PURE__ */ c(d, { css: a, children: [
|
|
@@ -1207,7 +1208,7 @@ const bo = h({
|
|
|
1207
1208
|
defaultVariants: {
|
|
1208
1209
|
size: "md"
|
|
1209
1210
|
}
|
|
1210
|
-
}),
|
|
1211
|
+
}), Be = ({
|
|
1211
1212
|
id: o,
|
|
1212
1213
|
size: e,
|
|
1213
1214
|
label: r,
|
|
@@ -1216,8 +1217,8 @@ const bo = h({
|
|
|
1216
1217
|
const i = w();
|
|
1217
1218
|
return o = o || i, /* @__PURE__ */ c(d, { css: { display: "flex", alignItems: "center" }, children: [
|
|
1218
1219
|
/* @__PURE__ */ t(_o, { id: o, size: e, ...a, children: /* @__PURE__ */ c(qo, { children: [
|
|
1219
|
-
/* @__PURE__ */ t(
|
|
1220
|
-
/* @__PURE__ */ t(
|
|
1220
|
+
/* @__PURE__ */ t(uo, { "data-icon": "indeterminate" }),
|
|
1221
|
+
/* @__PURE__ */ t(go, { "data-icon": "checked" })
|
|
1221
1222
|
] }) }),
|
|
1222
1223
|
r && /* @__PURE__ */ t(Jo, { htmlFor: o, size: e, children: r })
|
|
1223
1224
|
] });
|
|
@@ -1266,7 +1267,7 @@ const bo = h({
|
|
|
1266
1267
|
defaultVariants: {
|
|
1267
1268
|
size: "md"
|
|
1268
1269
|
}
|
|
1269
|
-
}),
|
|
1270
|
+
}), Fe = ({
|
|
1270
1271
|
label: o,
|
|
1271
1272
|
stackProps: e,
|
|
1272
1273
|
labelProps: r,
|
|
@@ -1277,46 +1278,46 @@ const bo = h({
|
|
|
1277
1278
|
/* @__PURE__ */ t(Qo, { ...i, children: /* @__PURE__ */ t(Zo, {}) })
|
|
1278
1279
|
] });
|
|
1279
1280
|
export {
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1281
|
+
le as Alert,
|
|
1282
|
+
ke as Avatar,
|
|
1283
|
+
ce as Badge,
|
|
1283
1284
|
d as Box,
|
|
1284
1285
|
M as Button,
|
|
1285
1286
|
A as ButtonInToolbar,
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1287
|
+
he as Card,
|
|
1288
|
+
Be as Checkbox,
|
|
1289
|
+
Re as Combobox,
|
|
1290
|
+
ye as Dialog,
|
|
1291
|
+
ve as DialogActions,
|
|
1292
|
+
xe as DialogHeader,
|
|
1293
|
+
we as DropdownMenu,
|
|
1294
|
+
Ie as DropdownMenuCheckboxItem,
|
|
1295
|
+
ze as DropdownMenuIconItem,
|
|
1296
|
+
Se as DropdownMenuItem,
|
|
1297
|
+
Ce as DropdownMenuSeparator,
|
|
1297
1298
|
Oo as MenuOverlayCard,
|
|
1298
|
-
|
|
1299
|
-
|
|
1299
|
+
be as NavBar,
|
|
1300
|
+
fe as NavBarItem,
|
|
1300
1301
|
P as OverlayCard,
|
|
1301
1302
|
Do as Popover,
|
|
1302
1303
|
Fo as PopoverContent,
|
|
1303
1304
|
C as PopoverContext,
|
|
1304
1305
|
Bo as PopoverTrigger,
|
|
1305
|
-
|
|
1306
|
+
Te as Select,
|
|
1306
1307
|
ko as Spinner,
|
|
1307
1308
|
Ao as Stack,
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1309
|
+
Fe as Switch,
|
|
1310
|
+
De as TextArea,
|
|
1311
|
+
He as TextInput,
|
|
1312
|
+
$e as Toolbar,
|
|
1313
|
+
ge as ToolbarButton,
|
|
1314
|
+
ue as ToolbarSeparator,
|
|
1315
|
+
me as ToolbarToggleGroup,
|
|
1316
|
+
pe as ToolbarToggleItem,
|
|
1317
|
+
de as Tooltip,
|
|
1317
1318
|
f as css,
|
|
1318
|
-
|
|
1319
|
-
|
|
1319
|
+
Pe as getCssText,
|
|
1320
|
+
Ae as globalCss,
|
|
1320
1321
|
h as keyframes,
|
|
1321
1322
|
S as menuItemStyles,
|
|
1322
1323
|
n as styled
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arkitektbedriftene/fe-lib",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.4.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
"./oidc": {
|
|
@@ -23,6 +23,10 @@
|
|
|
23
23
|
"import": "./dist/ui.es.js",
|
|
24
24
|
"types": "./dist/ui.d.ts"
|
|
25
25
|
},
|
|
26
|
+
"./system": {
|
|
27
|
+
"import": "./dist/system.es.js",
|
|
28
|
+
"types": "./dist/system.d.ts"
|
|
29
|
+
},
|
|
26
30
|
"./system.css": {
|
|
27
31
|
"import": "./dist/system.css"
|
|
28
32
|
},
|
|
@@ -82,8 +86,11 @@
|
|
|
82
86
|
"@radix-ui/react-switch": "^1.1.2",
|
|
83
87
|
"@radix-ui/react-toolbar": "^1.1.1",
|
|
84
88
|
"@stitches/react": "^1.2.8",
|
|
89
|
+
"@uidotdev/usehooks": "^2.4.1",
|
|
90
|
+
"clsx": "^2.1.1",
|
|
85
91
|
"jwt-decode": "^4.0.0",
|
|
86
92
|
"lexical": "~0.22.0",
|
|
93
|
+
"motion": "^12.23.12",
|
|
87
94
|
"oidc-client-ts": "^2.2.2",
|
|
88
95
|
"react-icons": "^4.8.0",
|
|
89
96
|
"react-select": "^5.8.0",
|
|
@@ -1,136 +0,0 @@
|
|
|
1
|
-
import i from "react";
|
|
2
|
-
var s = {
|
|
3
|
-
color: void 0,
|
|
4
|
-
size: void 0,
|
|
5
|
-
className: void 0,
|
|
6
|
-
style: void 0,
|
|
7
|
-
attr: void 0
|
|
8
|
-
}, d = i.createContext && i.createContext(s), l = function() {
|
|
9
|
-
return l = Object.assign || function(t) {
|
|
10
|
-
for (var r, e = 1, n = arguments.length; e < n; e++) {
|
|
11
|
-
r = arguments[e];
|
|
12
|
-
for (var c in r) Object.prototype.hasOwnProperty.call(r, c) && (t[c] = r[c]);
|
|
13
|
-
}
|
|
14
|
-
return t;
|
|
15
|
-
}, l.apply(this, arguments);
|
|
16
|
-
}, z = function(t, r) {
|
|
17
|
-
var e = {};
|
|
18
|
-
for (var n in t) Object.prototype.hasOwnProperty.call(t, n) && r.indexOf(n) < 0 && (e[n] = t[n]);
|
|
19
|
-
if (t != null && typeof Object.getOwnPropertySymbols == "function") for (var c = 0, n = Object.getOwnPropertySymbols(t); c < n.length; c++)
|
|
20
|
-
r.indexOf(n[c]) < 0 && Object.prototype.propertyIsEnumerable.call(t, n[c]) && (e[n[c]] = t[n[c]]);
|
|
21
|
-
return e;
|
|
22
|
-
};
|
|
23
|
-
function g(t) {
|
|
24
|
-
return t && t.map(function(r, e) {
|
|
25
|
-
return i.createElement(r.tag, l({
|
|
26
|
-
key: e
|
|
27
|
-
}, r.attr), g(r.child));
|
|
28
|
-
});
|
|
29
|
-
}
|
|
30
|
-
function a(t) {
|
|
31
|
-
return function(r) {
|
|
32
|
-
return i.createElement(f, l({
|
|
33
|
-
attr: l({}, t.attr)
|
|
34
|
-
}, r), g(t.child));
|
|
35
|
-
};
|
|
36
|
-
}
|
|
37
|
-
function f(t) {
|
|
38
|
-
var r = function(e) {
|
|
39
|
-
var n = t.attr, c = t.size, o = t.title, u = z(t, ["attr", "size", "title"]), v = c || e.size || "1em", h;
|
|
40
|
-
return e.className && (h = e.className), t.className && (h = (h ? h + " " : "") + t.className), i.createElement("svg", l({
|
|
41
|
-
stroke: "currentColor",
|
|
42
|
-
fill: "currentColor",
|
|
43
|
-
strokeWidth: "0"
|
|
44
|
-
}, e.attr, n, u, {
|
|
45
|
-
className: h,
|
|
46
|
-
style: l(l({
|
|
47
|
-
color: t.color || e.color
|
|
48
|
-
}, e.style), t.style),
|
|
49
|
-
height: v,
|
|
50
|
-
width: v,
|
|
51
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
52
|
-
}), o && i.createElement("title", null, o), t.children);
|
|
53
|
-
};
|
|
54
|
-
return d !== void 0 ? i.createElement(d.Consumer, null, function(e) {
|
|
55
|
-
return r(e);
|
|
56
|
-
}) : r(s);
|
|
57
|
-
}
|
|
58
|
-
function m(t) {
|
|
59
|
-
return a({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" } }, { tag: "path", attr: { d: "M20 6h-3V4c0-1.11-.89-2-2-2H9c-1.11 0-2 .89-2 2v2H4c-1.11 0-2 .89-2 2v11c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zM9 4h6v2H9V4zm11 15H4v-2h16v2zm0-5H4V8h3v2h2V8h6v2h2V8h3v6z" } }] })(t);
|
|
60
|
-
}
|
|
61
|
-
function H(t) {
|
|
62
|
-
return a({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" } }, { tag: "path", attr: { d: "M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z" } }] })(t);
|
|
63
|
-
}
|
|
64
|
-
function p(t) {
|
|
65
|
-
return a({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" } }, { tag: "path", attr: { d: "M23 12l-2.44-2.79.34-3.69-3.61-.82-1.89-3.2L12 2.96 8.6 1.5 6.71 4.69 3.1 5.5l.34 3.7L1 12l2.44 2.79-.34 3.7 3.61.82L8.6 22.5l3.4-1.47 3.4 1.46 1.89-3.19 3.61-.82-.34-3.69L23 12zm-12.91 4.72l-3.8-3.81 1.48-1.48 2.32 2.33 5.85-5.87 1.48 1.48-7.33 7.35z" } }] })(t);
|
|
66
|
-
}
|
|
67
|
-
function w(t) {
|
|
68
|
-
return a({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0V0z" } }, { tag: "path", attr: { d: "M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z" } }] })(t);
|
|
69
|
-
}
|
|
70
|
-
function L(t) {
|
|
71
|
-
return a({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0V0z" } }, { tag: "path", attr: { d: "M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z" } }] })(t);
|
|
72
|
-
}
|
|
73
|
-
function V(t) {
|
|
74
|
-
return a({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0V0z" } }, { tag: "path", attr: { d: "M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z" } }] })(t);
|
|
75
|
-
}
|
|
76
|
-
function x(t) {
|
|
77
|
-
return a({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" } }, { tag: "path", attr: { d: "M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z" } }] })(t);
|
|
78
|
-
}
|
|
79
|
-
function C(t) {
|
|
80
|
-
return a({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" } }, { tag: "path", attr: { d: "M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z" } }] })(t);
|
|
81
|
-
}
|
|
82
|
-
function B(t) {
|
|
83
|
-
return a({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" } }, { tag: "path", attr: { d: "M5 13.18v4L12 21l7-3.82v-4L12 17l-7-3.82zM12 3L1 9l11 6 9-4.91V17h2V9L12 3z" } }] })(t);
|
|
84
|
-
}
|
|
85
|
-
function y(t) {
|
|
86
|
-
return a({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" } }, { tag: "path", attr: { d: "M19.3 16.9c.4-.7.7-1.5.7-2.4 0-2.5-2-4.5-4.5-4.5S11 12 11 14.5s2 4.5 4.5 4.5c.9 0 1.7-.3 2.4-.7l3.2 3.2 1.4-1.4-3.2-3.2zm-3.8.1c-1.4 0-2.5-1.1-2.5-2.5s1.1-2.5 2.5-2.5 2.5 1.1 2.5 2.5-1.1 2.5-2.5 2.5zM12 20v2C6.48 22 2 17.52 2 12S6.48 2 12 2c4.84 0 8.87 3.44 9.8 8h-2.07A8 8 0 0015 4.59V5c0 1.1-.9 2-2 2h-2v2c0 .55-.45 1-1 1H8v2h2v3H9l-4.79-4.79C4.08 10.79 4 11.38 4 12c0 4.41 3.59 8 8 8z" } }] })(t);
|
|
87
|
-
}
|
|
88
|
-
function O(t) {
|
|
89
|
-
return a({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0V0zm0 0h24v24H0V0zm0 0h24v24H0V0z" } }, { tag: "path", attr: { d: "M12 6.36c1.53 2 3.08 4.43 3.71 6.24l2.23 2.23c.03-.27.06-.55.06-.83 0-3.98-6-10.8-6-10.8s-1.18 1.35-2.5 3.19l1.44 1.44c.34-.51.7-1 1.06-1.47zM5.41 5.14L4 6.55l3.32 3.32C6.55 11.33 6 12.79 6 14c0 3.31 2.69 6 6 6 1.52 0 2.9-.57 3.95-1.5l2.63 2.63L20 19.72 5.41 5.14zM12 18c-2.21 0-4-1.79-4-4 0-.69.32-1.62.81-2.64l5.72 5.72c-.7.56-1.57.92-2.53.92z" } }] })(t);
|
|
90
|
-
}
|
|
91
|
-
function b(t) {
|
|
92
|
-
return a({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0V0z" } }, { tag: "path", attr: { d: "M6 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm12 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-6 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z" } }] })(t);
|
|
93
|
-
}
|
|
94
|
-
function E(t) {
|
|
95
|
-
return a({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" } }, { tag: "path", attr: { d: "M7.32 10.56L8.38 9.5 7.32 8.44l1.06-1.06L10.5 9.5l-2.12 2.12-1.06-1.06zM4.5 9c.03 0 .05.01.08.01A8.002 8.002 0 0112 4c2.19 0 4.16.88 5.61 2.3.15-.6.45-1.29.81-1.96A9.965 9.965 0 0011.99 2c-4.88 0-8.94 3.51-9.81 8.14C2.74 9.44 3.59 9 4.5 9zM21 10.5c-.42 0-.82-.09-1.19-.22.12.55.19 1.13.19 1.72 0 4.42-3.58 8-8 8-3.36 0-6.23-2.07-7.42-5.01-.03 0-.05.01-.08.01-.52 0-1.04-.14-1.5-.4-.32-.18-.59-.42-.82-.7.89 4.61 4.93 8.1 9.8 8.1C17.52 22 22 17.52 22 12c0-.55-.06-1.09-.14-1.62a3.5 3.5 0 01-.86.12zM21 3s-2 2.9-2 4 .9 2 2 2 2-.9 2-2-2-4-2-4zm-5.38 4.38L13.5 9.5l2.12 2.12 1.06-1.06-1.06-1.06 1.06-1.06-1.06-1.06zM8.56 17c.69-1.19 1.97-2 3.44-2s2.75.81 3.44 2h1.68c-.8-2.05-2.79-3.5-5.12-3.5-.87 0-1.7.2-2.43.57L5.99 12c0-.52-.26-1.02-.74-1.29-.72-.41-1.63-.17-2.05.55-.41.72-.17 1.63.55 2.05.48.28 1.05.25 1.49 0l2.97 1.72c-.57.53-1.03 1.21-1.33 1.97h1.68z" } }] })(t);
|
|
96
|
-
}
|
|
97
|
-
function F(t) {
|
|
98
|
-
return a({ tag: "svg", attr: { viewBox: "0 0 320 512" }, child: [{ tag: "path", attr: { d: "M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z" } }] })(t);
|
|
99
|
-
}
|
|
100
|
-
function S(t) {
|
|
101
|
-
return a({ tag: "svg", attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z" } }] })(t);
|
|
102
|
-
}
|
|
103
|
-
function _(t) {
|
|
104
|
-
return a({ tag: "svg", attr: { viewBox: "0 0 384 512" }, child: [{ tag: "path", attr: { d: "M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zM64 72c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8V72zm0 64c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16zm192.81 248H304c8.84 0 16 7.16 16 16s-7.16 16-16 16h-47.19c-16.45 0-31.27-9.14-38.64-23.86-2.95-5.92-8.09-6.52-10.17-6.52s-7.22.59-10.02 6.19l-7.67 15.34a15.986 15.986 0 0 1-14.31 8.84c-.38 0-.75-.02-1.14-.05-6.45-.45-12-4.75-14.03-10.89L144 354.59l-10.61 31.88c-5.89 17.66-22.38 29.53-41 29.53H80c-8.84 0-16-7.16-16-16s7.16-16 16-16h12.39c4.83 0 9.11-3.08 10.64-7.66l18.19-54.64c3.3-9.81 12.44-16.41 22.78-16.41s19.48 6.59 22.77 16.41l13.88 41.64c19.77-16.19 54.05-9.7 66 14.16 2.02 4.06 5.96 6.5 10.16 6.5zM377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9z" } }] })(t);
|
|
105
|
-
}
|
|
106
|
-
function j(t) {
|
|
107
|
-
return a({ tag: "svg", attr: { viewBox: "0 0 640 512" }, child: [{ tag: "path", attr: { d: "M488 192H336v56c0 39.7-32.3 72-72 72s-72-32.3-72-72V126.4l-64.9 39C107.8 176.9 96 197.8 96 220.2v47.3l-80 46.2C.7 322.5-4.6 342.1 4.3 357.4l80 138.6c8.8 15.3 28.4 20.5 43.7 11.7L231.4 448H368c35.3 0 64-28.7 64-64h16c17.7 0 32-14.3 32-32v-64h8c13.3 0 24-10.7 24-24v-48c0-13.3-10.7-24-24-24zm147.7-37.4L555.7 16C546.9.7 527.3-4.5 512 4.3L408.6 64H306.4c-12 0-23.7 3.4-33.9 9.7L239 94.6c-9.4 5.8-15 16.1-15 27.1V248c0 22.1 17.9 40 40 40s40-17.9 40-40v-88h184c30.9 0 56 25.1 56 56v28.5l80-46.2c15.3-8.9 20.5-28.4 11.7-43.7z" } }] })(t);
|
|
108
|
-
}
|
|
109
|
-
function k(t) {
|
|
110
|
-
return a({ tag: "svg", attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M464 448H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h416c26.51 0 48 21.49 48 48v288c0 26.51-21.49 48-48 48zM112 120c-30.928 0-56 25.072-56 56s25.072 56 56 56 56-25.072 56-56-25.072-56-56-56zM64 384h384V272l-87.515-87.515c-4.686-4.686-12.284-4.686-16.971 0L208 320l-55.515-55.515c-4.686-4.686-12.284-4.686-16.971 0L64 336v48z" } }] })(t);
|
|
111
|
-
}
|
|
112
|
-
function N(t) {
|
|
113
|
-
return a({ tag: "svg", attr: { viewBox: "0 0 448 512" }, child: [{ tag: "path", attr: { d: "M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z" } }] })(t);
|
|
114
|
-
}
|
|
115
|
-
export {
|
|
116
|
-
j as F,
|
|
117
|
-
a as G,
|
|
118
|
-
E as M,
|
|
119
|
-
y as a,
|
|
120
|
-
m as b,
|
|
121
|
-
p as c,
|
|
122
|
-
B as d,
|
|
123
|
-
_ as e,
|
|
124
|
-
C as f,
|
|
125
|
-
V as g,
|
|
126
|
-
L as h,
|
|
127
|
-
b as i,
|
|
128
|
-
O as j,
|
|
129
|
-
k,
|
|
130
|
-
H as l,
|
|
131
|
-
F as m,
|
|
132
|
-
x as n,
|
|
133
|
-
w as o,
|
|
134
|
-
N as p,
|
|
135
|
-
S as q
|
|
136
|
-
};
|