@mittwald/flow-react-components 0.1.0-alpha.360 → 0.1.0-alpha.362
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/CHANGELOG.md +18 -0
- package/dist/css/Section.css +1 -1
- package/dist/js/CheckboxGroup.js +1 -1
- package/dist/js/ColumnLayout-BhsG7J-Z.js +43 -0
- package/dist/js/ColumnLayout.js +1 -1
- package/dist/js/FileCardList.js +1 -1
- package/dist/js/Icons.js +109 -109
- package/dist/js/List.js +1 -1
- package/dist/js/RadioGroup.js +1 -1
- package/dist/js/Section-MvkaA4tm.js +61 -0
- package/dist/js/Section.js +1 -1
- package/dist/js/all.css +1 -1
- package/package.json +4 -4
- package/dist/js/ColumnLayout-CLtV-itI.js +0 -35
- package/dist/js/Section-C0X09K6_.js +0 -55
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,24 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See
|
|
4
4
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [0.1.0-alpha.362](https://github.com/mittwald/flow/compare/0.1.0-alpha.361...0.1.0-alpha.362) (2024-12-04)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
9
|
+
|
|
10
|
+
# Change Log
|
|
11
|
+
|
|
12
|
+
All notable changes to this project will be documented in this file. See
|
|
13
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
14
|
+
|
|
15
|
+
# [0.1.0-alpha.361](https://github.com/mittwald/flow/compare/0.1.0-alpha.360...0.1.0-alpha.361) (2024-11-28)
|
|
16
|
+
|
|
17
|
+
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
18
|
+
|
|
19
|
+
# Change Log
|
|
20
|
+
|
|
21
|
+
All notable changes to this project will be documented in this file. See
|
|
22
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
23
|
+
|
|
6
24
|
# [0.1.0-alpha.360](https://github.com/mittwald/flow/compare/0.1.0-alpha.359...0.1.0-alpha.360) (2024-11-28)
|
|
7
25
|
|
|
8
26
|
**Note:** Version bump only for package @mittwald/flow-react-components
|
package/dist/css/Section.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.flow--section{display:flex;flex-direction:column;row-gap:var(--section--content-to-content-spacing);container-type:inline-size}.flow--section
|
|
1
|
+
.flow--section{display:flex;flex-direction:column;row-gap:var(--section--content-to-content-spacing);container-type:inline-size}+.flow--section:not(.flow--section--hide-separator) .flow--section{margin-block-start:var(--section--section-to-section-spacing);border-block-start-width:var(--section--border-width);border-block-start-style:var(--section--border-style);border-block-start-color:var(--section--border-color);padding-block-start:var(--section--section-to-section-spacing)}.flow--section .flow--section--heading:not(:first-child){margin-top:var(--section--sub-heading-spacing)}
|
package/dist/js/CheckboxGroup.js
CHANGED
|
@@ -11,7 +11,7 @@ import { F as E } from "./FieldError-1vrCcwXu.js";
|
|
|
11
11
|
import { C as k } from "./CheckboxButton-xdeKio9Y.js";
|
|
12
12
|
import { TunnelProvider as C, TunnelExit as r } from "@mittwald/react-tunnel";
|
|
13
13
|
import { f as o } from "./FormField.module-CqWpTQKP.js";
|
|
14
|
-
import { C as N } from "./ColumnLayout-
|
|
14
|
+
import { C as N } from "./ColumnLayout-BhsG7J-Z.js";
|
|
15
15
|
import { f as F } from "./flowComponent-Bs2i5Rrn.js";
|
|
16
16
|
import { d as G } from "./deepHas-KHS5X1F_.js";
|
|
17
17
|
const D = "flow--checkbox-group", s = {
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use client"
|
|
2
|
+
/* */
|
|
3
|
+
import a from "react";
|
|
4
|
+
import E from "clsx";
|
|
5
|
+
import "./propsContext-DzAKlmhS.js";
|
|
6
|
+
import { PropsContextProvider as h } from "./PropsContextProvider.js";
|
|
7
|
+
import "@react-aria/utils";
|
|
8
|
+
import "remeda";
|
|
9
|
+
const x = "flow--column-layout--column-layout-container", N = "flow--column-layout", i = {
|
|
10
|
+
columnLayoutContainer: x,
|
|
11
|
+
columnLayout: N
|
|
12
|
+
}, c = (o) => {
|
|
13
|
+
if (o.length < 1)
|
|
14
|
+
throw new Error("Column layout array is empty");
|
|
15
|
+
return o.map((n) => `${n}fr`).join(" ");
|
|
16
|
+
}, j = (o) => {
|
|
17
|
+
const {
|
|
18
|
+
children: m,
|
|
19
|
+
className: n,
|
|
20
|
+
s: t,
|
|
21
|
+
m: l,
|
|
22
|
+
l: u,
|
|
23
|
+
gap: e = "m",
|
|
24
|
+
rowGap: p = e,
|
|
25
|
+
columnGap: y = e,
|
|
26
|
+
elementType: C = "div",
|
|
27
|
+
"aria-label": f
|
|
28
|
+
} = o, r = t ? c(t) : void 0, s = l ? c(l) : t ? r : void 0, L = u ? c(u) : l || t ? s : void 0, d = {
|
|
29
|
+
"--column-layout--columns-s": r,
|
|
30
|
+
"--column-layout--columns-m": s,
|
|
31
|
+
"--column-layout--columns-l": L,
|
|
32
|
+
"--column-layout--row-gap": `var(--column-layout--gap--${p})`,
|
|
33
|
+
"--column-layout--column-gap": `var(--column-layout--gap--${y})`
|
|
34
|
+
}, g = E(i.columnLayoutContainer, n), v = C, w = {
|
|
35
|
+
Section: {
|
|
36
|
+
hideSeparator: !0
|
|
37
|
+
}
|
|
38
|
+
};
|
|
39
|
+
return /* @__PURE__ */ a.createElement("div", { className: g, style: d }, /* @__PURE__ */ a.createElement(v, { "aria-label": f, className: i.columnLayout }, /* @__PURE__ */ a.createElement(h, { props: w }, m)));
|
|
40
|
+
};
|
|
41
|
+
export {
|
|
42
|
+
j as C
|
|
43
|
+
};
|
package/dist/js/ColumnLayout.js
CHANGED
package/dist/js/FileCardList.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use client"
|
|
2
2
|
/* */
|
|
3
3
|
import e from "react";
|
|
4
|
-
import { C as p } from "./ColumnLayout-
|
|
4
|
+
import { C as p } from "./ColumnLayout-BhsG7J-Z.js";
|
|
5
5
|
import "./propsContext-DzAKlmhS.js";
|
|
6
6
|
import { PropsContextProvider as s } from "./PropsContextProvider.js";
|
|
7
7
|
import "@react-aria/utils";
|
package/dist/js/Icons.js
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
"use client"
|
|
2
2
|
/* */
|
|
3
3
|
import n from "react";
|
|
4
|
-
import { IconAppWindow as
|
|
4
|
+
import { IconAppWindow as t, IconArrowLeft as o, IconHistory as l, IconCamera as a, IconClipboardList as r, IconClock as I, IconCode as m, IconFileDescription as s, IconFileInfo as E, IconCalendarCheck as i, IconBuilding as u, IconBorderAll as p, IconDatabase as d, IconMailShare as f, IconWorld as h, IconEdit as C, IconMail as x, IconPuzzle as S, IconEyeOff as k, IconHome as g, IconInbox as b, IconFileEuro as $, IconLock as v, IconLockOpen as w, IconPower as M, IconMaximize as L, IconUsersGroup as D, IconMenu2 as F, IconMinimize as y, IconBell as z, IconHash as P, IconShoppingCart as O, IconCreditCard as B, IconChartHistogram as H, IconArchive as R, IconArrowForwardUp as U, IconRefresh as A, IconListSearch as T, IconShieldLock as V, IconServer as W, IconSettings as j, IconShare3 as K, IconEye as N, IconShield as G, IconShieldCheckFilled as X, IconKey as q, IconDoor as J, IconStar as Q, IconStarFilled as Y, IconSubtask as Z, IconHeadset as _, IconFileX as ee, IconTicket as ne, IconArrowBackUp as ce, IconUser as te } from "@tabler/icons-react";
|
|
5
5
|
import { I as c } from "./Icon-Czc5vOtx.js";
|
|
6
|
-
import { I as
|
|
7
|
-
import { I as
|
|
8
|
-
import { I as
|
|
9
|
-
import { I as
|
|
10
|
-
import { a as
|
|
11
|
-
import { I as
|
|
12
|
-
import { I as
|
|
6
|
+
import { I as En } from "./IconCheck-B_G6dwez.js";
|
|
7
|
+
import { I as pn, a as dn } from "./IconCheckboxEmpty-DgdZkOz9.js";
|
|
8
|
+
import { I as hn } from "./IconCheckboxIndeterminate-CSfbHQbH.js";
|
|
9
|
+
import { I as xn } from "./IconChevronDown-C_jKhk_x.js";
|
|
10
|
+
import { a as kn, I as gn } from "./IconCalendar-CacKT2Kt.js";
|
|
11
|
+
import { I as $n } from "./IconChevronRight-M4cC2dFn.js";
|
|
12
|
+
import { I as wn } from "./IconChevronUp-SK9JZwbe.js";
|
|
13
13
|
import { I as Ln } from "./IconClose-Cczxm95W.js";
|
|
14
|
-
import { I as
|
|
15
|
-
import { I as
|
|
16
|
-
import { I as
|
|
17
|
-
import { I as
|
|
18
|
-
import { I as
|
|
19
|
-
import { a as
|
|
20
|
-
import { a as
|
|
21
|
-
import { I as
|
|
22
|
-
import { I as
|
|
23
|
-
import { I as
|
|
24
|
-
import { a as
|
|
25
|
-
import { I as
|
|
26
|
-
import { I as
|
|
27
|
-
const
|
|
14
|
+
import { I as Fn } from "./IconContextMenu-qp3vdZ_f.js";
|
|
15
|
+
import { I as zn } from "./IconCopy-DfWYL8oQ.js";
|
|
16
|
+
import { I as On } from "./IconDanger-Bm53DCTg.js";
|
|
17
|
+
import { I as Hn, a as Rn, b as Un, c as An, d as Tn } from "./IconView-DKba1B4t.js";
|
|
18
|
+
import { I as Wn, a as jn } from "./IconExternalLink-DRkRQEd3.js";
|
|
19
|
+
import { a as Nn, I as Gn } from "./IconSucceeded-C7cQH_b1.js";
|
|
20
|
+
import { a as qn, I as Jn } from "./IconImage-KRg2_926.js";
|
|
21
|
+
import { I as Yn } from "./IconInfo-HXrweZ3Z.js";
|
|
22
|
+
import { I as _n, a as ec } from "./IconPlus-CfhsvvQB.js";
|
|
23
|
+
import { I as cc } from "./IconPending-a3qUa34r.js";
|
|
24
|
+
import { a as oc, I as lc } from "./IconRadioOn-D24Zr8bP.js";
|
|
25
|
+
import { I as rc } from "./IconSearch-BE56nMOe.js";
|
|
26
|
+
import { I as mc, a as sc } from "./IconWarning-Bi91PP3-.js";
|
|
27
|
+
const re = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(t, null)), Ie = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(o, null)), me = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(l, null)), se = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(a, null)), Ee = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(r, null)), ie = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(I, null)), ue = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(m, null)), pe = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(s, null)), de = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(E, null)), fe = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(i, null)), he = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(u, null)), Ce = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(p, null)), xe = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(d, null)), Se = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(f, null)), ke = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(h, null)), ge = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(C, null)), be = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(x, null)), $e = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(S, null)), ve = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(k, null)), we = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(g, null)), Me = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(b, null)), Le = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement($, null)), De = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(v, null)), Fe = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(w, null)), ye = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(M, null)), ze = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(L, null)), Pe = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(D, null)), Oe = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(F, null)), Be = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(y, null)), He = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(z, null)), Re = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(P, null)), Ue = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(O, null)), Ae = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(B, null)), Te = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(H, null)), Ve = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(R, null)), We = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(U, null)), je = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(A, null)), Ke = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(T, null)), Ne = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(V, null)), Ge = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(W, null)), Xe = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(j, null)), qe = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(K, null)), Je = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(N, null)), Qe = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(G, null)), Ye = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(X, null)), Ze = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(q, null)), _e = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(J, null)), en = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(Q, null)), nn = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(Y, null)), cn = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(Z, null)), tn = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(_, null)), on = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(ee, null)), ln = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(ne, null)), an = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(ce, null)), rn = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(te, null)), In = (e) => /* @__PURE__ */ n.createElement(
|
|
28
28
|
c,
|
|
29
29
|
{
|
|
30
30
|
...e
|
|
@@ -36,93 +36,93 @@ const ae = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n
|
|
|
36
36
|
`
|
|
37
37
|
);
|
|
38
38
|
export {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
39
|
+
re as IconApp,
|
|
40
|
+
Ie as IconBackLink,
|
|
41
|
+
me as IconBackup,
|
|
42
|
+
kn as IconCalendar,
|
|
43
|
+
se as IconCamera,
|
|
44
|
+
Ee as IconChangelog,
|
|
45
|
+
En as IconCheck,
|
|
46
|
+
pn as IconCheckboxChecked,
|
|
47
|
+
dn as IconCheckboxEmpty,
|
|
48
|
+
hn as IconCheckboxIndeterminate,
|
|
49
|
+
xn as IconChevronDown,
|
|
50
|
+
gn as IconChevronLeft,
|
|
51
|
+
$n as IconChevronRight,
|
|
52
|
+
wn as IconChevronUp,
|
|
53
|
+
ie as IconClock,
|
|
54
54
|
Ln as IconClose,
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
55
|
+
ue as IconCode,
|
|
56
|
+
Fn as IconContextMenu,
|
|
57
|
+
de as IconContract,
|
|
58
|
+
pe as IconContractPartner,
|
|
59
|
+
zn as IconCopy,
|
|
60
|
+
fe as IconCronjob,
|
|
61
|
+
he as IconCustomer,
|
|
62
|
+
On as IconDanger,
|
|
63
|
+
Ce as IconDashboard,
|
|
64
|
+
xe as IconDatabase,
|
|
65
|
+
Hn as IconDelete,
|
|
66
|
+
Se as IconDeliveryBox,
|
|
67
|
+
ke as IconDomain,
|
|
68
|
+
Wn as IconDownload,
|
|
69
|
+
ge as IconEdit,
|
|
70
|
+
be as IconEmail,
|
|
71
|
+
$e as IconExtension,
|
|
72
|
+
jn as IconExternalLink,
|
|
73
|
+
Nn as IconFailed,
|
|
74
|
+
qn as IconFile,
|
|
75
|
+
Rn as IconFilter,
|
|
76
|
+
ve as IconHide,
|
|
77
|
+
we as IconHome,
|
|
78
|
+
Jn as IconImage,
|
|
79
|
+
Me as IconInbox,
|
|
80
|
+
Yn as IconInfo,
|
|
81
81
|
Le as IconInvoice,
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
82
|
+
De as IconLock,
|
|
83
|
+
Fe as IconLockOpen,
|
|
84
|
+
ye as IconLogout,
|
|
85
|
+
ze as IconMaximize,
|
|
86
|
+
Pe as IconMember,
|
|
87
|
+
Oe as IconMenu,
|
|
88
|
+
Be as IconMinimize,
|
|
89
|
+
_n as IconMinus,
|
|
90
|
+
In as IconMittwald,
|
|
91
|
+
He as IconNotification,
|
|
92
|
+
Re as IconNumber,
|
|
93
|
+
Ue as IconOrder,
|
|
94
|
+
Ae as IconPayment,
|
|
95
|
+
cc as IconPending,
|
|
96
|
+
Te as IconPerformance,
|
|
97
|
+
ec as IconPlus,
|
|
98
|
+
Ve as IconProject,
|
|
99
|
+
oc as IconRadioOff,
|
|
100
|
+
lc as IconRadioOn,
|
|
101
|
+
We as IconRedo,
|
|
102
|
+
je as IconRefresh,
|
|
103
|
+
Un as IconSave,
|
|
104
|
+
rc as IconSearch,
|
|
105
|
+
Ke as IconSearchEngine,
|
|
106
|
+
Ne as IconSecurity,
|
|
107
|
+
Ge as IconServer,
|
|
108
|
+
Xe as IconSettings,
|
|
109
|
+
qe as IconShare,
|
|
110
|
+
Je as IconShow,
|
|
111
|
+
An as IconSorting,
|
|
112
|
+
Qe as IconSpamProtectionOff,
|
|
113
|
+
Ye as IconSpamProtectionOn,
|
|
114
|
+
Ze as IconSshKey,
|
|
115
|
+
_e as IconSshSftp,
|
|
116
|
+
en as IconStar,
|
|
117
|
+
nn as IconStarFilled,
|
|
118
|
+
cn as IconSubdomain,
|
|
119
|
+
Gn as IconSucceeded,
|
|
120
|
+
mc as IconSuccess,
|
|
121
|
+
tn as IconSupport,
|
|
122
|
+
on as IconTerminate,
|
|
123
|
+
ln as IconTicket,
|
|
124
|
+
an as IconUndo,
|
|
125
|
+
rn as IconUser,
|
|
126
|
+
Tn as IconView,
|
|
127
|
+
sc as IconWarning
|
|
128
128
|
};
|
package/dist/js/List.js
CHANGED
|
@@ -31,7 +31,7 @@ import "./context-BaYmTa0I.js";
|
|
|
31
31
|
import { u as vt } from "./useOnChange-C1Quwyuz.js";
|
|
32
32
|
import { S as yt } from "./SearchField-DbuaeZzD.js";
|
|
33
33
|
import { H as Z } from "./Heading-B8EYcl-r.js";
|
|
34
|
-
import { S as wt } from "./Section-
|
|
34
|
+
import { S as wt } from "./Section-MvkaA4tm.js";
|
|
35
35
|
import { getProperty as Et } from "dot-prop";
|
|
36
36
|
import { hash as Ie } from "object-code";
|
|
37
37
|
import x from "zod";
|
package/dist/js/RadioGroup.js
CHANGED
|
@@ -8,7 +8,7 @@ import { PropsContextProvider as C } from "./PropsContextProvider.js";
|
|
|
8
8
|
import "@react-aria/utils";
|
|
9
9
|
import "remeda";
|
|
10
10
|
import { F } from "./FieldError-1vrCcwXu.js";
|
|
11
|
-
import { C as G } from "./ColumnLayout-
|
|
11
|
+
import { C as G } from "./ColumnLayout-BhsG7J-Z.js";
|
|
12
12
|
import { TunnelProvider as I, TunnelExit as c } from "@mittwald/react-tunnel";
|
|
13
13
|
import { f as l } from "./FormField.module-CqWpTQKP.js";
|
|
14
14
|
import { C as R } from "./ClearPropsContext-CUvsbMn8.js";
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use client"
|
|
2
|
+
/* */
|
|
3
|
+
import e, { useId as h } from "react";
|
|
4
|
+
import S from "clsx";
|
|
5
|
+
import "./propsContext-DzAKlmhS.js";
|
|
6
|
+
import { PropsContextProvider as i } from "./PropsContextProvider.js";
|
|
7
|
+
import "@react-aria/utils";
|
|
8
|
+
import "remeda";
|
|
9
|
+
import { f as c } from "./flowComponent-Bs2i5Rrn.js";
|
|
10
|
+
import * as s from "react-aria-components";
|
|
11
|
+
import { s as x } from "./ContextMenu.module-_LC3xtX0.js";
|
|
12
|
+
const C = "flow--section", g = "flow--section--hide-separator", E = "flow--section--heading", a = {
|
|
13
|
+
section: C,
|
|
14
|
+
hideSeparator: g,
|
|
15
|
+
heading: E
|
|
16
|
+
}, w = c(
|
|
17
|
+
"ContextMenuSection",
|
|
18
|
+
(o) => {
|
|
19
|
+
const { children: t } = o, r = {
|
|
20
|
+
Heading: {
|
|
21
|
+
level: 5,
|
|
22
|
+
wrapWith: /* @__PURE__ */ e.createElement(s.Header, null)
|
|
23
|
+
}
|
|
24
|
+
};
|
|
25
|
+
return /* @__PURE__ */ e.createElement(s.Section, { className: x.section }, /* @__PURE__ */ e.createElement(i, { props: r, mergeInParentContext: !0 }, t));
|
|
26
|
+
}
|
|
27
|
+
), A = c("Section", (o) => {
|
|
28
|
+
const {
|
|
29
|
+
children: t,
|
|
30
|
+
className: r,
|
|
31
|
+
refProp: l,
|
|
32
|
+
renderContextMenuSection: m,
|
|
33
|
+
hideSeparator: p,
|
|
34
|
+
...d
|
|
35
|
+
} = o;
|
|
36
|
+
if (!t)
|
|
37
|
+
return null;
|
|
38
|
+
if (m)
|
|
39
|
+
return /* @__PURE__ */ e.createElement(w, null, t);
|
|
40
|
+
const f = S(
|
|
41
|
+
a.section,
|
|
42
|
+
r,
|
|
43
|
+
p
|
|
44
|
+
), n = h(), u = {
|
|
45
|
+
Heading: {
|
|
46
|
+
level: 2,
|
|
47
|
+
id: n,
|
|
48
|
+
className: a.heading
|
|
49
|
+
},
|
|
50
|
+
Header: {
|
|
51
|
+
renderSectionHeader: !0
|
|
52
|
+
},
|
|
53
|
+
List: {
|
|
54
|
+
"aria-labelledby": n
|
|
55
|
+
}
|
|
56
|
+
};
|
|
57
|
+
return /* @__PURE__ */ e.createElement("section", { ...d, className: f, ref: l }, /* @__PURE__ */ e.createElement(i, { props: u, mergeInParentContext: !0 }, t));
|
|
58
|
+
});
|
|
59
|
+
export {
|
|
60
|
+
A as S
|
|
61
|
+
};
|