@arkitektbedriftene/fe-lib 1.4.1 → 1.5.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 -11
- package/dist/index.esm-297793f7.js +119 -0
- package/dist/rich-text/Editor.d.ts +2 -1
- package/dist/rich-text/Plugins/Image/ImageComponent.d.ts +8 -0
- package/dist/rich-text/Plugins/Image/ImageNode.d.ts +40 -0
- package/dist/rich-text/Plugins/Image/ImagePlugin.d.ts +6 -0
- package/dist/rich-text/Toolbar/InsertSelector.d.ts +10 -1
- package/dist/rich-text/config.d.ts +3 -2
- package/dist/rich-text/editorContext.d.ts +2 -0
- package/dist/rich-text.es.js +863 -648
- package/dist/ui.es.js +68 -69
- package/package.json +1 -1
- package/dist/index.esm-67eba761.js +0 -95
- package/dist/index.esm-ab03d8db.js +0 -23
package/dist/ui.es.js
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
import { k as p, s as n, c as f } from "./stitches.config-00c23cdb.js";
|
|
2
|
-
import { a as
|
|
2
|
+
import { a as Ae, g as We } from "./stitches.config-00c23cdb.js";
|
|
3
3
|
import { jsx as t, jsxs as c, Fragment as K } from "react/jsx-runtime";
|
|
4
4
|
import { forwardRef as g, createContext as U, useMemo as w, useContext as B, isValidElement as q, cloneElement as J, useState as Q, useId as k } from "react";
|
|
5
5
|
import { useFloating as Z, autoUpdate as _, 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 { h as mo, i as go, j as H, k as uo, l as po } from "./index.esm-297793f7.js";
|
|
8
8
|
import * as b from "@radix-ui/react-dialog";
|
|
9
9
|
import * as m from "@radix-ui/react-dropdown-menu";
|
|
10
|
-
import { f as po, g as H } from "./index.esm-67eba761.js";
|
|
11
10
|
import ho from "react-select";
|
|
12
11
|
import * as F from "@radix-ui/react-checkbox";
|
|
13
12
|
import * as M from "@radix-ui/react-switch";
|
|
@@ -313,7 +312,7 @@ const bo = p({
|
|
|
313
312
|
color: "info",
|
|
314
313
|
size: "md"
|
|
315
314
|
}
|
|
316
|
-
}),
|
|
315
|
+
}), le = g(
|
|
317
316
|
({ children: o, ...e }, r) => /* @__PURE__ */ t(
|
|
318
317
|
Co,
|
|
319
318
|
{
|
|
@@ -387,12 +386,12 @@ const bo = p({
|
|
|
387
386
|
left: "translateX(-0.5rem)"
|
|
388
387
|
}[G]
|
|
389
388
|
})
|
|
390
|
-
}),
|
|
389
|
+
}), X = no(h, { enabled: i === "click" }), L = ao(h, {
|
|
391
390
|
enabled: i === "hover",
|
|
392
391
|
delay: s,
|
|
393
392
|
handleClose: io()
|
|
394
393
|
}), N = so(h), Y = lo(h, { role: $ }), { getFloatingProps: R, getReferenceProps: T } = co([
|
|
395
|
-
|
|
394
|
+
X,
|
|
396
395
|
L,
|
|
397
396
|
N,
|
|
398
397
|
Y
|
|
@@ -441,7 +440,7 @@ const bo = p({
|
|
|
441
440
|
children: /* @__PURE__ */ t(A, { ...e, style: l, children: o })
|
|
442
441
|
}
|
|
443
442
|
) }) : null;
|
|
444
|
-
},
|
|
443
|
+
}, de = ({ children: o, content: e }) => {
|
|
445
444
|
const [r, a] = Q(!1);
|
|
446
445
|
return /* @__PURE__ */ c(
|
|
447
446
|
Bo,
|
|
@@ -465,7 +464,7 @@ const bo = p({
|
|
|
465
464
|
]
|
|
466
465
|
}
|
|
467
466
|
);
|
|
468
|
-
},
|
|
467
|
+
}, ce = n("span", {
|
|
469
468
|
flex: "0 0 auto",
|
|
470
469
|
display: "inline-flex",
|
|
471
470
|
padding: "$1 $2",
|
|
@@ -502,17 +501,17 @@ const bo = p({
|
|
|
502
501
|
defaultVariants: {
|
|
503
502
|
color: "primary"
|
|
504
503
|
}
|
|
505
|
-
}),
|
|
504
|
+
}), $e = n(y.Root, {
|
|
506
505
|
backgroundColor: "$gray50",
|
|
507
506
|
display: "flex",
|
|
508
507
|
alignItems: "center",
|
|
509
508
|
padding: "$1",
|
|
510
509
|
gap: "$1"
|
|
511
|
-
}),
|
|
510
|
+
}), me = n(y.ToggleGroup, {
|
|
512
511
|
display: "flex",
|
|
513
512
|
gap: "$1",
|
|
514
513
|
alignItems: "center"
|
|
515
|
-
}),
|
|
514
|
+
}), ge = n(y.Separator, {
|
|
516
515
|
width: "1px",
|
|
517
516
|
height: "1.5rem",
|
|
518
517
|
my: "$1",
|
|
@@ -533,7 +532,7 @@ const bo = p({
|
|
|
533
532
|
},
|
|
534
533
|
...e
|
|
535
534
|
}
|
|
536
|
-
)),
|
|
535
|
+
)), ue = g(
|
|
537
536
|
({ children: o, dropdown: e, ...r }, a) => /* @__PURE__ */ t(
|
|
538
537
|
y.Button,
|
|
539
538
|
{
|
|
@@ -553,7 +552,7 @@ const bo = p({
|
|
|
553
552
|
)
|
|
554
553
|
}
|
|
555
554
|
)
|
|
556
|
-
),
|
|
555
|
+
), pe = g(({
|
|
557
556
|
children: o,
|
|
558
557
|
value: e,
|
|
559
558
|
...r
|
|
@@ -574,7 +573,7 @@ const bo = p({
|
|
|
574
573
|
}
|
|
575
574
|
)
|
|
576
575
|
}
|
|
577
|
-
)),
|
|
576
|
+
)), he = n("div", {
|
|
578
577
|
color: "$$cardText",
|
|
579
578
|
backgroundColor: "$$cardBackground",
|
|
580
579
|
borderRadius: "$md",
|
|
@@ -607,7 +606,7 @@ const bo = p({
|
|
|
607
606
|
display: "flex",
|
|
608
607
|
alignItems: "center",
|
|
609
608
|
gap: "$1"
|
|
610
|
-
}),
|
|
609
|
+
}), be = (o) => /* @__PURE__ */ t(Mo, { ...o }), fe = ({
|
|
611
610
|
children: o,
|
|
612
611
|
active: e = !1,
|
|
613
612
|
...r
|
|
@@ -644,7 +643,7 @@ const bo = p({
|
|
|
644
643
|
maxHeight: "85vh",
|
|
645
644
|
padding: "$8",
|
|
646
645
|
"&:focus": { outline: "none" }
|
|
647
|
-
}),
|
|
646
|
+
}), ye = ({
|
|
648
647
|
children: o,
|
|
649
648
|
open: e,
|
|
650
649
|
onOpenChange: r,
|
|
@@ -657,11 +656,11 @@ const bo = p({
|
|
|
657
656
|
/* @__PURE__ */ t(Po, {}),
|
|
658
657
|
/* @__PURE__ */ t(Ao, { css: i, ...s, children: o })
|
|
659
658
|
] })
|
|
660
|
-
] }),
|
|
659
|
+
] }), xe = n("h2", {
|
|
661
660
|
fontSize: "$xl",
|
|
662
661
|
fontWeight: "$medium",
|
|
663
662
|
marginBottom: "$6"
|
|
664
|
-
}),
|
|
663
|
+
}), ve = n("div", {
|
|
665
664
|
display: "flex",
|
|
666
665
|
gap: "$2",
|
|
667
666
|
justifyContent: "flex-end",
|
|
@@ -714,7 +713,7 @@ const bo = p({
|
|
|
714
713
|
r = o.charCodeAt($) + ((r << 5) - r);
|
|
715
714
|
const l = `hsl(${r % 360}, 80%, 40%)`;
|
|
716
715
|
return D.set(o, l), l;
|
|
717
|
-
},
|
|
716
|
+
}, jo = n("div", {
|
|
718
717
|
flex: "0 0 auto",
|
|
719
718
|
display: "inline-flex",
|
|
720
719
|
alignItems: "center",
|
|
@@ -745,7 +744,7 @@ const bo = p({
|
|
|
745
744
|
defaultVariants: {
|
|
746
745
|
size: "md"
|
|
747
746
|
}
|
|
748
|
-
}),
|
|
747
|
+
}), we = ({
|
|
749
748
|
css: o,
|
|
750
749
|
colorString: e,
|
|
751
750
|
...r
|
|
@@ -754,8 +753,8 @@ const bo = p({
|
|
|
754
753
|
() => e ? Vo(e) : "$gray200",
|
|
755
754
|
[e]
|
|
756
755
|
);
|
|
757
|
-
return /* @__PURE__ */ t(
|
|
758
|
-
},
|
|
756
|
+
return /* @__PURE__ */ t(jo, { css: { backgroundColor: a, ...o }, ...r });
|
|
757
|
+
}, Oo = n(A, {
|
|
759
758
|
minWidth: "max(var(--radix-popper-anchor-width), 12rem)",
|
|
760
759
|
padding: "$1"
|
|
761
760
|
}), S = f({
|
|
@@ -781,7 +780,7 @@ const bo = p({
|
|
|
781
780
|
backgroundColor: "transparent"
|
|
782
781
|
}
|
|
783
782
|
}
|
|
784
|
-
}),
|
|
783
|
+
}), ke = ({
|
|
785
784
|
side: o = "bottom",
|
|
786
785
|
align: e = "center",
|
|
787
786
|
trigger: r,
|
|
@@ -798,10 +797,10 @@ const bo = p({
|
|
|
798
797
|
align: e,
|
|
799
798
|
collisionPadding: 10,
|
|
800
799
|
sideOffset: i,
|
|
801
|
-
children: /* @__PURE__ */ t(
|
|
800
|
+
children: /* @__PURE__ */ t(Oo, { children: a })
|
|
802
801
|
}
|
|
803
802
|
) })
|
|
804
|
-
] }),
|
|
803
|
+
] }), Xo = n(m.ItemIndicator, {
|
|
805
804
|
position: "absolute",
|
|
806
805
|
left: 0,
|
|
807
806
|
top: 0,
|
|
@@ -810,16 +809,16 @@ const bo = p({
|
|
|
810
809
|
display: "flex",
|
|
811
810
|
justifyContent: "center",
|
|
812
811
|
alignItems: "center"
|
|
813
|
-
}),
|
|
812
|
+
}), Ce = n(m.Separator, {
|
|
814
813
|
height: 1,
|
|
815
814
|
backgroundColor: "$gray200",
|
|
816
815
|
margin: 1
|
|
817
|
-
}),
|
|
816
|
+
}), Se = n(m.Item, S), ze = n(m.Item, S, {
|
|
818
817
|
padding: "$2",
|
|
819
818
|
display: "flex",
|
|
820
819
|
alignItems: "center",
|
|
821
820
|
gap: "$2"
|
|
822
|
-
}), Lo = n(m.CheckboxItem, S),
|
|
821
|
+
}), Lo = n(m.CheckboxItem, S), Ie = ({
|
|
823
822
|
value: o,
|
|
824
823
|
onChange: e,
|
|
825
824
|
children: r
|
|
@@ -829,7 +828,7 @@ const bo = p({
|
|
|
829
828
|
checked: o,
|
|
830
829
|
onCheckedChange: e,
|
|
831
830
|
children: [
|
|
832
|
-
/* @__PURE__ */ t(
|
|
831
|
+
/* @__PURE__ */ t(Xo, { children: /* @__PURE__ */ t(go, { size: "0.75rem" }) }),
|
|
833
832
|
r
|
|
834
833
|
]
|
|
835
834
|
}
|
|
@@ -916,7 +915,7 @@ const bo = p({
|
|
|
916
915
|
[e]
|
|
917
916
|
);
|
|
918
917
|
return /* @__PURE__ */ t(ho, { components: s, styles: i, ...a });
|
|
919
|
-
},
|
|
918
|
+
}, Re = (o) => /* @__PURE__ */ t(V, { ...o, isSearchable: !0 }), Te = ({
|
|
920
919
|
label: o,
|
|
921
920
|
css: e,
|
|
922
921
|
error: r,
|
|
@@ -944,7 +943,7 @@ const bo = p({
|
|
|
944
943
|
}
|
|
945
944
|
),
|
|
946
945
|
typeof r == "string" && /* @__PURE__ */ t(d, { css: { color: "$red600", fontSize: "$sm", marginTop: "$2" }, children: r })
|
|
947
|
-
] }),
|
|
946
|
+
] }), j = f({
|
|
948
947
|
display: "block",
|
|
949
948
|
width: "100%",
|
|
950
949
|
padding: "0.5rem 0.75rem",
|
|
@@ -956,7 +955,7 @@ const bo = p({
|
|
|
956
955
|
"-webkit-appearance": "none",
|
|
957
956
|
"-moz-appearance": "none",
|
|
958
957
|
appearance: "none"
|
|
959
|
-
}),
|
|
958
|
+
}), O = f({
|
|
960
959
|
display: "block",
|
|
961
960
|
width: "100%",
|
|
962
961
|
background: "#fff",
|
|
@@ -980,12 +979,12 @@ const bo = p({
|
|
|
980
979
|
}
|
|
981
980
|
}
|
|
982
981
|
}
|
|
983
|
-
}), Eo = n("input",
|
|
982
|
+
}), Eo = n("input", j), Go = n("div", O, {
|
|
984
983
|
display: "flex",
|
|
985
984
|
alignItems: "center",
|
|
986
985
|
gap: "$2",
|
|
987
986
|
width: "100%"
|
|
988
|
-
}),
|
|
987
|
+
}), De = g(
|
|
989
988
|
({ type: o = "text", label: e, error: r, style: a, css: i, suffix: s, id: l, ...$ }, u) => {
|
|
990
989
|
const x = k();
|
|
991
990
|
return l = l || x, /* @__PURE__ */ c(d, { css: i, children: [
|
|
@@ -1036,12 +1035,12 @@ const bo = p({
|
|
|
1036
1035
|
typeof r == "string" && /* @__PURE__ */ t(d, { css: { color: "$red600", fontSize: "$sm", marginTop: "$2" }, children: r })
|
|
1037
1036
|
] });
|
|
1038
1037
|
}
|
|
1039
|
-
), Ko = n("textarea",
|
|
1038
|
+
), Ko = n("textarea", j), Uo = n("div", O, {
|
|
1040
1039
|
display: "flex",
|
|
1041
1040
|
alignItems: "center",
|
|
1042
1041
|
gap: "$2",
|
|
1043
1042
|
width: "100%"
|
|
1044
|
-
}),
|
|
1043
|
+
}), Be = g(
|
|
1045
1044
|
({ label: o, error: e, style: r, css: a, suffix: i, id: s, ...l }, $) => {
|
|
1046
1045
|
const u = k();
|
|
1047
1046
|
return s = s || u, /* @__PURE__ */ c(d, { css: a, children: [
|
|
@@ -1152,7 +1151,7 @@ const bo = p({
|
|
|
1152
1151
|
defaultVariants: {
|
|
1153
1152
|
size: "md"
|
|
1154
1153
|
}
|
|
1155
|
-
}),
|
|
1154
|
+
}), He = ({
|
|
1156
1155
|
id: o,
|
|
1157
1156
|
size: e,
|
|
1158
1157
|
label: r,
|
|
@@ -1161,8 +1160,8 @@ const bo = p({
|
|
|
1161
1160
|
const i = k();
|
|
1162
1161
|
return o = o || i, /* @__PURE__ */ c(d, { css: { display: "flex", alignItems: "center", gap: "$2" }, children: [
|
|
1163
1162
|
/* @__PURE__ */ t(qo, { id: o, size: e, ...a, children: /* @__PURE__ */ c(Jo, { children: [
|
|
1164
|
-
/* @__PURE__ */ t(
|
|
1165
|
-
/* @__PURE__ */ t(
|
|
1163
|
+
/* @__PURE__ */ t(uo, { "data-icon": "indeterminate" }),
|
|
1164
|
+
/* @__PURE__ */ t(po, { "data-icon": "checked" })
|
|
1166
1165
|
] }) }),
|
|
1167
1166
|
r && /* @__PURE__ */ t(Qo, { htmlFor: o, size: e, children: r })
|
|
1168
1167
|
] });
|
|
@@ -1211,7 +1210,7 @@ const bo = p({
|
|
|
1211
1210
|
defaultVariants: {
|
|
1212
1211
|
size: "md"
|
|
1213
1212
|
}
|
|
1214
|
-
}),
|
|
1213
|
+
}), Fe = ({
|
|
1215
1214
|
label: o,
|
|
1216
1215
|
stackProps: e,
|
|
1217
1216
|
labelProps: r,
|
|
@@ -1222,45 +1221,45 @@ const bo = p({
|
|
|
1222
1221
|
/* @__PURE__ */ t(Zo, { ...i, children: /* @__PURE__ */ t(_o, {}) })
|
|
1223
1222
|
] });
|
|
1224
1223
|
export {
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1224
|
+
le as Alert,
|
|
1225
|
+
we as Avatar,
|
|
1226
|
+
ce as Badge,
|
|
1228
1227
|
d as Box,
|
|
1229
1228
|
P as Button,
|
|
1230
1229
|
W as ButtonInToolbar,
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1230
|
+
he as Card,
|
|
1231
|
+
He as Checkbox,
|
|
1232
|
+
Re as Combobox,
|
|
1233
|
+
ye as Dialog,
|
|
1234
|
+
ve as DialogActions,
|
|
1235
|
+
xe as DialogHeader,
|
|
1236
|
+
ke as DropdownMenu,
|
|
1237
|
+
Ie as DropdownMenuCheckboxItem,
|
|
1238
|
+
ze as DropdownMenuIconItem,
|
|
1239
|
+
Se as DropdownMenuItem,
|
|
1240
|
+
Ce as DropdownMenuSeparator,
|
|
1241
|
+
Oo as MenuOverlayCard,
|
|
1242
|
+
be as NavBar,
|
|
1243
|
+
fe as NavBarItem,
|
|
1245
1244
|
A as OverlayCard,
|
|
1246
1245
|
Bo as Popover,
|
|
1247
1246
|
Fo as PopoverContent,
|
|
1248
1247
|
Ho as PopoverTrigger,
|
|
1249
|
-
|
|
1248
|
+
Te as Select,
|
|
1250
1249
|
wo as Spinner,
|
|
1251
1250
|
Wo as Stack,
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1251
|
+
Fe as Switch,
|
|
1252
|
+
Be as TextArea,
|
|
1253
|
+
De as TextInput,
|
|
1254
|
+
$e as Toolbar,
|
|
1255
|
+
ue as ToolbarButton,
|
|
1256
|
+
ge as ToolbarSeparator,
|
|
1257
|
+
me as ToolbarToggleGroup,
|
|
1258
|
+
pe as ToolbarToggleItem,
|
|
1259
|
+
de as Tooltip,
|
|
1261
1260
|
f as css,
|
|
1262
|
-
|
|
1263
|
-
|
|
1261
|
+
Ae as getCssText,
|
|
1262
|
+
We as globalCss,
|
|
1264
1263
|
p as keyframes,
|
|
1265
1264
|
S as menuItemStyles,
|
|
1266
1265
|
n as styled
|
package/package.json
CHANGED
|
@@ -1,95 +0,0 @@
|
|
|
1
|
-
import i from "react";
|
|
2
|
-
var u = {
|
|
3
|
-
color: void 0,
|
|
4
|
-
size: void 0,
|
|
5
|
-
className: void 0,
|
|
6
|
-
style: void 0,
|
|
7
|
-
attr: void 0
|
|
8
|
-
}, s = i.createContext && i.createContext(u), l = globalThis && globalThis.__assign || function() {
|
|
9
|
-
return l = Object.assign || function(t) {
|
|
10
|
-
for (var a, e = 1, r = arguments.length; e < r; e++) {
|
|
11
|
-
a = arguments[e];
|
|
12
|
-
for (var n in a)
|
|
13
|
-
Object.prototype.hasOwnProperty.call(a, n) && (t[n] = a[n]);
|
|
14
|
-
}
|
|
15
|
-
return t;
|
|
16
|
-
}, l.apply(this, arguments);
|
|
17
|
-
}, f = globalThis && globalThis.__rest || function(t, a) {
|
|
18
|
-
var e = {};
|
|
19
|
-
for (var r in t)
|
|
20
|
-
Object.prototype.hasOwnProperty.call(t, r) && a.indexOf(r) < 0 && (e[r] = t[r]);
|
|
21
|
-
if (t != null && typeof Object.getOwnPropertySymbols == "function")
|
|
22
|
-
for (var n = 0, r = Object.getOwnPropertySymbols(t); n < r.length; n++)
|
|
23
|
-
a.indexOf(r[n]) < 0 && Object.prototype.propertyIsEnumerable.call(t, r[n]) && (e[r[n]] = t[r[n]]);
|
|
24
|
-
return e;
|
|
25
|
-
};
|
|
26
|
-
function g(t) {
|
|
27
|
-
return t && t.map(function(a, e) {
|
|
28
|
-
return i.createElement(a.tag, l({
|
|
29
|
-
key: e
|
|
30
|
-
}, a.attr), g(a.child));
|
|
31
|
-
});
|
|
32
|
-
}
|
|
33
|
-
function c(t) {
|
|
34
|
-
return function(a) {
|
|
35
|
-
return i.createElement(z, l({
|
|
36
|
-
attr: l({}, t.attr)
|
|
37
|
-
}, a), g(t.child));
|
|
38
|
-
};
|
|
39
|
-
}
|
|
40
|
-
function z(t) {
|
|
41
|
-
var a = function(e) {
|
|
42
|
-
var r = t.attr, n = t.size, o = t.title, d = f(t, ["attr", "size", "title"]), v = n || e.size || "1em", h;
|
|
43
|
-
return e.className && (h = e.className), t.className && (h = (h ? h + " " : "") + t.className), i.createElement("svg", l({
|
|
44
|
-
stroke: "currentColor",
|
|
45
|
-
fill: "currentColor",
|
|
46
|
-
strokeWidth: "0"
|
|
47
|
-
}, e.attr, r, d, {
|
|
48
|
-
className: h,
|
|
49
|
-
style: l(l({
|
|
50
|
-
color: t.color || e.color
|
|
51
|
-
}, e.style), t.style),
|
|
52
|
-
height: v,
|
|
53
|
-
width: v,
|
|
54
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
55
|
-
}), o && i.createElement("title", null, o), t.children);
|
|
56
|
-
};
|
|
57
|
-
return s !== void 0 ? i.createElement(s.Consumer, null, function(e) {
|
|
58
|
-
return a(e);
|
|
59
|
-
}) : a(u);
|
|
60
|
-
}
|
|
61
|
-
function M(t) {
|
|
62
|
-
return c({ 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);
|
|
63
|
-
}
|
|
64
|
-
function p(t) {
|
|
65
|
-
return c({ 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);
|
|
66
|
-
}
|
|
67
|
-
function w(t) {
|
|
68
|
-
return c({ 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);
|
|
69
|
-
}
|
|
70
|
-
function x(t) {
|
|
71
|
-
return c({ 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);
|
|
72
|
-
}
|
|
73
|
-
function y(t) {
|
|
74
|
-
return c({ 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);
|
|
75
|
-
}
|
|
76
|
-
function H(t) {
|
|
77
|
-
return c({ 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);
|
|
78
|
-
}
|
|
79
|
-
function C(t) {
|
|
80
|
-
return c({ 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);
|
|
81
|
-
}
|
|
82
|
-
function b(t) {
|
|
83
|
-
return c({ 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);
|
|
84
|
-
}
|
|
85
|
-
export {
|
|
86
|
-
c as G,
|
|
87
|
-
b as M,
|
|
88
|
-
C as a,
|
|
89
|
-
M as b,
|
|
90
|
-
w as c,
|
|
91
|
-
H as d,
|
|
92
|
-
p as e,
|
|
93
|
-
y as f,
|
|
94
|
-
x as g
|
|
95
|
-
};
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { G as t } from "./index.esm-67eba761.js";
|
|
2
|
-
function l(c) {
|
|
3
|
-
return t({ 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" } }] })(c);
|
|
4
|
-
}
|
|
5
|
-
function r(c) {
|
|
6
|
-
return t({ 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" } }] })(c);
|
|
7
|
-
}
|
|
8
|
-
function v(c) {
|
|
9
|
-
return t({ 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" } }] })(c);
|
|
10
|
-
}
|
|
11
|
-
function n(c) {
|
|
12
|
-
return t({ 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" } }] })(c);
|
|
13
|
-
}
|
|
14
|
-
function h(c) {
|
|
15
|
-
return t({ 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" } }] })(c);
|
|
16
|
-
}
|
|
17
|
-
export {
|
|
18
|
-
n as F,
|
|
19
|
-
v as a,
|
|
20
|
-
l as b,
|
|
21
|
-
h as c,
|
|
22
|
-
r as d
|
|
23
|
-
};
|