@konstructio/ui 0.1.2-alpha.82 → 0.1.2-alpha.84
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/{AdditionalOptions-CRCQ5p31.js → AdditionalOptions-Cx9wU01w.js} +1 -1
- package/dist/{AlertDialogTrigger-Dtrr7WJM.js → AlertDialogTrigger-C-NMEoDd.js} +1 -1
- package/dist/{Breadcrumb-DNjDbdm5.js → Breadcrumb-C95aOsYk.js} +7 -7
- package/dist/{Checkbox-CRQtgvZk.js → Checkbox-Cn0UWlk8.js} +12 -12
- package/dist/{Combination-DiOw6ItW.js → Combination-DUTBK_qM.js} +9 -9
- package/dist/{CommandInput-CLn5OaH8.js → CommandInput-BKv-EZ7T.js} +6 -6
- package/dist/{Counter-CH_5cCac.js → Counter-DtQu_T-D.js} +19 -19
- package/dist/{Input-t3DjCWy0.js → Input-GBMxM3Z7.js} +4 -4
- package/dist/{Modal-_XSbN0WP.js → Modal-DbTe8PVX.js} +2 -2
- package/dist/{Spinner-DWxsFSVh.js → Spinner-CyuXAaC8.js} +1 -1
- package/dist/{Toast-8BbU25GW.js → Toast-D7GhS4fm.js} +4 -4
- package/dist/{Wrapper-DPwHto7U.js → Wrapper-CjUokv72.js} +6 -6
- package/dist/assets/icons/components/CircumGlobe.js +20 -0
- package/dist/assets/icons/components/CpuAlt.js +33 -0
- package/dist/assets/icons/components/Docs.js +40 -0
- package/dist/assets/icons/components/FirewallAlt.js +23 -0
- package/dist/assets/icons/components/Inventory.js +23 -0
- package/dist/assets/icons/components/LoadBalancerAlt.js +20 -0
- package/dist/assets/icons/components/Lock.js +20 -0
- package/dist/assets/icons/components/LogOut.js +23 -0
- package/dist/assets/icons/components/NetworkAlt.js +30 -0
- package/dist/assets/icons/components/OrgSettings.js +20 -0
- package/dist/assets/icons/components/Profile.js +20 -0
- package/dist/assets/icons/components/index.js +186 -164
- package/dist/assets/icons/index.js +186 -164
- package/dist/components/Alert/Alert.js +1 -1
- package/dist/components/AlertDialog/AlertDialog.js +1 -1
- package/dist/components/AlertDialog/components/AlertDialogTrigger.js +1 -1
- package/dist/components/AlertDialog/components/index.js +1 -1
- package/dist/components/Badge/Badge.js +1 -1
- package/dist/components/Breadcrumb/Breadcrumb.js +1 -1
- package/dist/components/Button/Button.js +1 -1
- package/dist/components/Checkbox/Checkbox.js +1 -1
- package/dist/components/Command/Command.js +2 -2
- package/dist/components/Command/components/Command.js +1 -1
- package/dist/components/Command/components/CommandEmpty.js +1 -1
- package/dist/components/Command/components/CommandGroup.js +1 -1
- package/dist/components/Command/components/CommandInput.js +1 -1
- package/dist/components/Command/components/CommandItem.js +1 -1
- package/dist/components/Command/components/CommandList.js +1 -1
- package/dist/components/Command/components/CommandSeparator.js +1 -1
- package/dist/components/Command/components/DialogContent.js +1 -1
- package/dist/components/Command/components/DialogOverlay.js +1 -1
- package/dist/components/Command/components/index.js +1 -1
- package/dist/components/Counter/Counter.js +1 -1
- package/dist/components/DateRangePicker/components/DateTimeInputs/components/EndInputFields/EndInputFields.js +1 -1
- package/dist/components/DateRangePicker/components/DateTimeInputs/components/StartInputFields/StartInputFields.js +1 -1
- package/dist/components/Drawer/Drawer.js +2 -2
- package/dist/components/Filter/components/BadgeDropdown/BadgeMultiSelect.js +1 -1
- package/dist/components/Filter/components/TextMultiSelect/TextMultiSelect.js +1 -1
- package/dist/components/Input/Input.js +1 -1
- package/dist/components/Modal/Modal.js +1 -1
- package/dist/components/Modal/components/Body/Body.js +1 -1
- package/dist/components/Modal/components/Footer/Footer.js +1 -1
- package/dist/components/Modal/components/Header/Header.js +1 -1
- package/dist/components/Modal/components/Wrapper/Wrapper.js +1 -1
- package/dist/components/Modal/components/index.js +1 -1
- package/dist/components/MultiSelectDropdown/MultiSelectDropdown.js +1 -1
- package/dist/components/MultiSelectDropdown/components/List/List.js +1 -1
- package/dist/components/MultiSelectDropdown/components/Wrapper/Wrapper.js +1 -1
- package/dist/components/MultiSelectDropdown/components/index.js +1 -1
- package/dist/components/PhoneNumberInput/components/FlagSelectorWrapper/FlagSelectorWrapper.js +1 -1
- package/dist/components/PhoneNumberInput/components/TruncateText/TruncateText.js +1 -1
- package/dist/components/RadioGroup/RadioGroup.js +1 -1
- package/dist/components/Range/Range.js +1 -1
- package/dist/components/Select/Select.js +1 -1
- package/dist/components/Select/components/AdditionalOptions/AdditionalOptions.js +1 -1
- package/dist/components/Select/components/List/List.js +1 -1
- package/dist/components/Select/components/index.js +1 -1
- package/dist/components/Slider/Slider.js +1 -1
- package/dist/components/Spinner/Spinner.js +1 -1
- package/dist/components/Stepper/hooks/useStepItemLogic.js +1 -1
- package/dist/components/Table/components/Filter.js +1 -1
- package/dist/components/Tabs/Tabs.js +1 -1
- package/dist/components/Tabs/components/Content.js +1 -1
- package/dist/components/Tabs/components/List.js +1 -1
- package/dist/components/Tabs/components/Trigger.js +1 -1
- package/dist/components/Tag/Tag.js +1 -1
- package/dist/components/TagSelect/TagSelect.js +1 -1
- package/dist/components/TagSelect/components/Wrapper/Wrapper.js +1 -1
- package/dist/components/TagSelect/components/index.js +1 -1
- package/dist/components/Toast/Toast.js +1 -1
- package/dist/components/Tooltip/Tooltip.js +1 -1
- package/dist/components/VirtualizedTable/VirtualizedTable.js +1 -1
- package/dist/components/VirtualizedTable/components/Body/Body.js +1 -1
- package/dist/components/VirtualizedTable/components/Filter/Filter.js +1 -1
- package/dist/components/VirtualizedTable/components/FormPaginate/FormPaginate.js +1 -1
- package/dist/components/VirtualizedTable/components/Header/Header.js +1 -1
- package/dist/components/VirtualizedTable/contexts/index.js +1 -1
- package/dist/components/VirtualizedTable/contexts/table.provider.js +1 -1
- package/dist/components/index.js +8 -8
- package/dist/{components-CIIoAkfF.js → components-DNFycJGm.js} +1 -1
- package/dist/{dist-T4PJ-tgg.js → dist-B5SlrgYz.js} +1 -1
- package/dist/{dist-C7fZcI-O.js → dist-BL8l9uRy.js} +1 -1
- package/dist/{dist-BpTK1H2d.js → dist-CBnErrr1.js} +1 -1
- package/dist/{dist-DG28sjv9.js → dist-COY3FRYC.js} +18 -18
- package/dist/{dist-CO1nuZPa.js → dist-CSP6X06u.js} +1 -1
- package/dist/{dist-CUwKSQtF.js → dist-DNSmoWJp.js} +1 -1
- package/dist/{dist-bbY12nin.js → dist-DXJSck4j.js} +2 -2
- package/dist/{dist-Dhq9W8Kh.js → dist-DXXHfL7M.js} +9 -9
- package/dist/{dist-DPLyqzsL.js → dist-DZNdbzbm.js} +2 -2
- package/dist/index.js +8 -8
- package/dist/lib/assets/icons/components/CircumGlobe.d.ts +3 -0
- package/dist/lib/assets/icons/components/CpuAlt.d.ts +3 -0
- package/dist/lib/assets/icons/components/Docs.d.ts +3 -0
- package/dist/lib/assets/icons/components/FirewallAlt.d.ts +3 -0
- package/dist/lib/assets/icons/components/Inventory.d.ts +3 -0
- package/dist/lib/assets/icons/components/LoadBalancerAlt.d.ts +3 -0
- package/dist/lib/assets/icons/components/Lock.d.ts +3 -0
- package/dist/lib/assets/icons/components/LogOut.d.ts +3 -0
- package/dist/lib/assets/icons/components/NetworkAlt.d.ts +3 -0
- package/dist/lib/assets/icons/components/OrgSettings.d.ts +3 -0
- package/dist/lib/assets/icons/components/Profile.d.ts +3 -0
- package/dist/lib/assets/icons/components/index.d.ts +11 -0
- package/dist/package.json +1 -1
- package/dist/{table.provider-02pWXplc.js → table.provider-4OQNqxH3.js} +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as i } from "./dist-
|
|
1
|
+
import { t as i } from "./dist-DXJSck4j.js";
|
|
2
2
|
import { t as p } from "./utils-DHuiYnx1.js";
|
|
3
3
|
import { useSelectContext as s } from "./components/Select/contexts/select.hook.js";
|
|
4
4
|
import { listGroupLabelVariants as m } from "./components/Select/components/List/List.variants.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { n as u } from "./dist-ByyYBtbL.js";
|
|
2
2
|
import { t as O } from "./utils-DHuiYnx1.js";
|
|
3
3
|
import { a as w, s as I } from "./dist-uVUx9i0a.js";
|
|
4
|
-
import { c as x, d as M, f as A, l as $, n as F, o as L, r as B, s as G, t as f, u as j } from "./dist-
|
|
4
|
+
import { c as x, d as M, f as A, l as $, n as F, o as L, r as B, s as G, t as f, u as j } from "./dist-COY3FRYC.js";
|
|
5
5
|
import { Button as W } from "./components/Button/Button.js";
|
|
6
6
|
import * as i from "react";
|
|
7
7
|
import { forwardRef as Y } from "react";
|
|
@@ -52,7 +52,7 @@ p.propTypes = {
|
|
|
52
52
|
size: l.default.oneOfType([l.default.string, l.default.number])
|
|
53
53
|
};
|
|
54
54
|
p.displayName = "ChevronRight";
|
|
55
|
-
var
|
|
55
|
+
var C = ({ "aria-label": r = "breadcrumb", className: n, steps: t, theme: e, wrapperClassName: o, ...a }) => {
|
|
56
56
|
const s = _();
|
|
57
57
|
return /* @__PURE__ */ i("nav", {
|
|
58
58
|
"aria-label": r,
|
|
@@ -61,17 +61,17 @@ var I = ({ "aria-label": r = "breadcrumb", className: n, steps: t, theme: e, wra
|
|
|
61
61
|
children: /* @__PURE__ */ i("ol", {
|
|
62
62
|
className: u(b({ className: n })),
|
|
63
63
|
...a,
|
|
64
|
-
children: t.map(({ label:
|
|
64
|
+
children: t.map(({ label: c, ...h }, f) => /* @__PURE__ */ x(j, { children: [/* @__PURE__ */ i(O, {
|
|
65
65
|
...h,
|
|
66
|
-
label:
|
|
67
|
-
isLast:
|
|
68
|
-
}),
|
|
66
|
+
label: c,
|
|
67
|
+
isLast: f === t.length - 1
|
|
68
|
+
}), f !== t.length - 1 && /* @__PURE__ */ i("li", {
|
|
69
69
|
"aria-hidden": "true",
|
|
70
70
|
children: /* @__PURE__ */ i(p, { className: "text-gray-400 w-5 h-5 mt-0.5" })
|
|
71
|
-
})] }, `${s}-${
|
|
71
|
+
})] }, `${s}-${c}`))
|
|
72
72
|
})
|
|
73
73
|
});
|
|
74
74
|
};
|
|
75
75
|
export {
|
|
76
|
-
|
|
76
|
+
C as t
|
|
77
77
|
};
|
|
@@ -2,7 +2,7 @@ import { o as G } from "./chunk-D1xtDmiO.js";
|
|
|
2
2
|
import { t as U } from "./prop-types-DTnODft1.js";
|
|
3
3
|
import { n as B } from "./dist-ByyYBtbL.js";
|
|
4
4
|
import { t as w } from "./utils-DHuiYnx1.js";
|
|
5
|
-
import { a as S, r as V, s as X, t as
|
|
5
|
+
import { a as S, r as V, s as X, t as I } from "./dist-uVUx9i0a.js";
|
|
6
6
|
import { t as J } from "./dist-DpqiA4Yn.js";
|
|
7
7
|
import { t as Q } from "./dist-BL-H4bEw2.js";
|
|
8
8
|
import { t as Y } from "./dist-DeVdyMHW2.js";
|
|
@@ -12,14 +12,14 @@ import * as p from "react";
|
|
|
12
12
|
import j, { forwardRef as T, useCallback as re, useId as oe } from "react";
|
|
13
13
|
import { Fragment as ne, jsx as f, jsxs as z } from "react/jsx-runtime";
|
|
14
14
|
var E = /* @__PURE__ */ G(U());
|
|
15
|
-
function
|
|
16
|
-
return
|
|
15
|
+
function R() {
|
|
16
|
+
return R = Object.assign || function(e) {
|
|
17
17
|
for (var a = 1; a < arguments.length; a++) {
|
|
18
18
|
var n = arguments[a];
|
|
19
19
|
for (var r in n) Object.prototype.hasOwnProperty.call(n, r) && (e[r] = n[r]);
|
|
20
20
|
}
|
|
21
21
|
return e;
|
|
22
|
-
},
|
|
22
|
+
}, R.apply(this, arguments);
|
|
23
23
|
}
|
|
24
24
|
function ae(e, a) {
|
|
25
25
|
if (e == null) return {};
|
|
@@ -40,7 +40,7 @@ function se(e, a) {
|
|
|
40
40
|
}
|
|
41
41
|
var N = T(function(e, a) {
|
|
42
42
|
var n = e.color, r = n === void 0 ? "currentColor" : n, o = e.size, t = o === void 0 ? 24 : o, l = ae(e, ["color", "size"]);
|
|
43
|
-
return /* @__PURE__ */ j.createElement("svg",
|
|
43
|
+
return /* @__PURE__ */ j.createElement("svg", R({
|
|
44
44
|
ref: a,
|
|
45
45
|
xmlns: "http://www.w3.org/2000/svg",
|
|
46
46
|
width: t,
|
|
@@ -95,7 +95,7 @@ var L = "CheckboxTrigger", M = p.forwardRef(({ __scopeCheckbox: e, onKeyDown: a,
|
|
|
95
95
|
const c = () => d(v.current);
|
|
96
96
|
return s.addEventListener("reset", c), () => s.removeEventListener("reset", c);
|
|
97
97
|
}
|
|
98
|
-
}, [t, d]), /* @__PURE__ */ f(
|
|
98
|
+
}, [t, d]), /* @__PURE__ */ f(I.button, {
|
|
99
99
|
type: "button",
|
|
100
100
|
role: "checkbox",
|
|
101
101
|
"aria-checked": g(i) ? "mixed" : i,
|
|
@@ -131,7 +131,7 @@ var q = p.forwardRef((e, a) => {
|
|
|
131
131
|
...d,
|
|
132
132
|
ref: a,
|
|
133
133
|
__scopeCheckbox: n
|
|
134
|
-
}), u && /* @__PURE__ */ f(
|
|
134
|
+
}), u && /* @__PURE__ */ f(D, { __scopeCheckbox: n })] })
|
|
135
135
|
});
|
|
136
136
|
});
|
|
137
137
|
q.displayName = P;
|
|
@@ -139,7 +139,7 @@ var F = "CheckboxIndicator", A = p.forwardRef((e, a) => {
|
|
|
139
139
|
const { __scopeCheckbox: n, forceMount: r, ...o } = e, t = O(F, n);
|
|
140
140
|
return /* @__PURE__ */ f(J, {
|
|
141
141
|
present: r || g(t.checked) || t.checked === !0,
|
|
142
|
-
children: /* @__PURE__ */ f(
|
|
142
|
+
children: /* @__PURE__ */ f(I.span, {
|
|
143
143
|
"data-state": H(t.checked),
|
|
144
144
|
"data-disabled": t.disabled ? "" : void 0,
|
|
145
145
|
...o,
|
|
@@ -152,8 +152,8 @@ var F = "CheckboxIndicator", A = p.forwardRef((e, a) => {
|
|
|
152
152
|
});
|
|
153
153
|
});
|
|
154
154
|
A.displayName = F;
|
|
155
|
-
var
|
|
156
|
-
const { control: r, hasConsumerStoppedPropagationRef: o, checked: t, defaultChecked: l, required: h, disabled: i, name: b, value: k, form: d, bubbleInput: u, setBubbleInput: x } = O(
|
|
155
|
+
var $ = "CheckboxBubbleInput", D = p.forwardRef(({ __scopeCheckbox: e, ...a }, n) => {
|
|
156
|
+
const { control: r, hasConsumerStoppedPropagationRef: o, checked: t, defaultChecked: l, required: h, disabled: i, name: b, value: k, form: d, bubbleInput: u, setBubbleInput: x } = O($, e), C = B(n, x), m = Q(t), v = Y(r);
|
|
157
157
|
p.useEffect(() => {
|
|
158
158
|
const c = u;
|
|
159
159
|
if (!c) return;
|
|
@@ -169,7 +169,7 @@ var D = "CheckboxBubbleInput", $ = p.forwardRef(({ __scopeCheckbox: e, ...a }, n
|
|
|
169
169
|
o
|
|
170
170
|
]);
|
|
171
171
|
const s = p.useRef(g(t) ? !1 : t);
|
|
172
|
-
return /* @__PURE__ */ f(
|
|
172
|
+
return /* @__PURE__ */ f(I.input, {
|
|
173
173
|
type: "checkbox",
|
|
174
174
|
"aria-hidden": !0,
|
|
175
175
|
defaultChecked: l ?? s.current,
|
|
@@ -192,7 +192,7 @@ var D = "CheckboxBubbleInput", $ = p.forwardRef(({ __scopeCheckbox: e, ...a }, n
|
|
|
192
192
|
}
|
|
193
193
|
});
|
|
194
194
|
});
|
|
195
|
-
|
|
195
|
+
D.displayName = $;
|
|
196
196
|
function de(e) {
|
|
197
197
|
return typeof e == "function";
|
|
198
198
|
}
|
|
@@ -221,7 +221,7 @@ var ge = function() {
|
|
|
221
221
|
};
|
|
222
222
|
}, [t && r]);
|
|
223
223
|
};
|
|
224
|
-
},
|
|
224
|
+
}, $ = function() {
|
|
225
225
|
var e = ye(), t = function(r) {
|
|
226
226
|
var n = r.styles, a = r.dynamic;
|
|
227
227
|
return e(n, a), null;
|
|
@@ -250,7 +250,7 @@ var ge = function() {
|
|
|
250
250
|
right: t[2],
|
|
251
251
|
gap: Math.max(0, n - r + t[2] - t[0])
|
|
252
252
|
};
|
|
253
|
-
}, pe =
|
|
253
|
+
}, pe = $(), T = "data-scroll-locked", Ce = function(e, t, r, n) {
|
|
254
254
|
var a = e.left, c = e.top, f = e.right, u = e.gap;
|
|
255
255
|
return r === void 0 && (r = "margin"), `
|
|
256
256
|
.`.concat(re, ` {
|
|
@@ -322,18 +322,18 @@ if (typeof window < "u") try {
|
|
|
322
322
|
}
|
|
323
323
|
var P = Y ? { passive: !1 } : !1, ke = function(e) {
|
|
324
324
|
return e.tagName === "TEXTAREA";
|
|
325
|
-
},
|
|
325
|
+
}, q = function(e, t) {
|
|
326
326
|
if (!(e instanceof Element)) return !1;
|
|
327
327
|
var r = window.getComputedStyle(e);
|
|
328
328
|
return r[t] !== "hidden" && !(r.overflowY === r.overflowX && !ke(e) && r[t] === "visible");
|
|
329
329
|
}, Pe = function(e) {
|
|
330
|
-
return
|
|
330
|
+
return q(e, "overflowY");
|
|
331
331
|
}, Ne = function(e) {
|
|
332
|
-
return
|
|
332
|
+
return q(e, "overflowX");
|
|
333
333
|
}, Z = function(e, t) {
|
|
334
334
|
var r = t.ownerDocument, n = t;
|
|
335
335
|
do {
|
|
336
|
-
if (typeof ShadowRoot < "u" && n instanceof ShadowRoot && (n = n.host),
|
|
336
|
+
if (typeof ShadowRoot < "u" && n instanceof ShadowRoot && (n = n.host), J(e, n)) {
|
|
337
337
|
var a = ee(e, n);
|
|
338
338
|
if (a[1] > a[2]) return !0;
|
|
339
339
|
}
|
|
@@ -352,7 +352,7 @@ var P = Y ? { passive: !1 } : !1, ke = function(e) {
|
|
|
352
352
|
e.scrollWidth,
|
|
353
353
|
e.clientWidth
|
|
354
354
|
];
|
|
355
|
-
},
|
|
355
|
+
}, J = function(e, t) {
|
|
356
356
|
return e === "v" ? Pe(t) : Ne(t);
|
|
357
357
|
}, ee = function(e, t) {
|
|
358
358
|
return e === "v" ? Te(t) : Me(t);
|
|
@@ -363,7 +363,7 @@ var P = Y ? { passive: !1 } : !1, ke = function(e) {
|
|
|
363
363
|
do {
|
|
364
364
|
if (!u) break;
|
|
365
365
|
var E = ee(e, u), R = E[0], o = E[1] - E[2] - c * R;
|
|
366
|
-
(R || o) &&
|
|
366
|
+
(R || o) && J(e, u) && (b += o, C += R);
|
|
367
367
|
var l = u.parentNode;
|
|
368
368
|
u = l && l.nodeType === Node.DOCUMENT_FRAGMENT_NODE ? l.host : l;
|
|
369
369
|
} while (!v && u !== document.body || v && (t.contains(u) || t === u));
|
|
@@ -383,7 +383,7 @@ var P = Y ? { passive: !1 } : !1, ke = function(e) {
|
|
|
383
383
|
`);
|
|
384
384
|
}, Ie = 0, N = [];
|
|
385
385
|
function Oe(e) {
|
|
386
|
-
var t = i.useRef([]), r = i.useRef([0, 0]), n = i.useRef(), a = i.useState(Ie++)[0], c = i.useState(
|
|
386
|
+
var t = i.useRef([]), r = i.useRef([0, 0]), n = i.useRef(), a = i.useState(Ie++)[0], c = i.useState($)[0], f = i.useRef(e);
|
|
387
387
|
i.useEffect(function() {
|
|
388
388
|
f.current = e;
|
|
389
389
|
}, [e]), i.useEffect(function() {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { o as v } from "./chunk-D1xtDmiO.js";
|
|
2
2
|
import { t as y } from "./prop-types-DTnODft1.js";
|
|
3
|
-
import { t as
|
|
3
|
+
import { t as c } from "./utils-DHuiYnx1.js";
|
|
4
4
|
import { inputVariants as g, searchInconInputVariants as h } from "./components/Command/Command.variants.js";
|
|
5
|
-
import { t as
|
|
5
|
+
import { t as m } from "./dist-DNSmoWJp.js";
|
|
6
6
|
import p, { forwardRef as u } from "react";
|
|
7
|
-
import { jsx as
|
|
7
|
+
import { jsx as f, jsxs as b } from "react/jsx-runtime";
|
|
8
8
|
var a = /* @__PURE__ */ v(y());
|
|
9
9
|
function s() {
|
|
10
10
|
return s = Object.assign || function(r) {
|
|
@@ -64,13 +64,13 @@ l.displayName = "Search";
|
|
|
64
64
|
var j = u(({ className: r, ...n }, t) => /* @__PURE__ */ b("div", {
|
|
65
65
|
className: "flex items-center px-3 border-b border-neutral-900/35",
|
|
66
66
|
"cmdk-input-wrapper": "",
|
|
67
|
-
children: [/* @__PURE__ */
|
|
67
|
+
children: [/* @__PURE__ */ f(l, { className: c(h({ className: r })) }), /* @__PURE__ */ f(m.Input, {
|
|
68
68
|
ref: t,
|
|
69
|
-
className:
|
|
69
|
+
className: c(g({ className: r })),
|
|
70
70
|
...n
|
|
71
71
|
})]
|
|
72
72
|
}));
|
|
73
|
-
j.displayName =
|
|
73
|
+
j.displayName = m.Input.displayName;
|
|
74
74
|
export {
|
|
75
75
|
j as t
|
|
76
76
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { o as W } from "./chunk-D1xtDmiO.js";
|
|
2
2
|
import { t as M } from "./prop-types-DTnODft1.js";
|
|
3
|
-
import { t as j } from "./dist-
|
|
3
|
+
import { t as j } from "./dist-CBnErrr1.js";
|
|
4
4
|
import { t as f } from "./utils-DHuiYnx1.js";
|
|
5
5
|
import { Typography as T } from "./components/Typography/Typography.js";
|
|
6
6
|
import { buttonVariants as N, counterVariants as V, labelVariants as C } from "./components/Counter/Counter.variants.js";
|
|
7
|
-
import m, { forwardRef as g, useCallback as k, useId as
|
|
8
|
-
import { jsx as
|
|
7
|
+
import m, { forwardRef as g, useCallback as k, useId as R } from "react";
|
|
8
|
+
import { jsx as u, jsxs as p } from "react/jsx-runtime";
|
|
9
9
|
var a = /* @__PURE__ */ W(M());
|
|
10
10
|
function h() {
|
|
11
11
|
return h = Object.assign || function(e) {
|
|
@@ -16,9 +16,9 @@ function h() {
|
|
|
16
16
|
return e;
|
|
17
17
|
}, h.apply(this, arguments);
|
|
18
18
|
}
|
|
19
|
-
function
|
|
19
|
+
function S(e, o) {
|
|
20
20
|
if (e == null) return {};
|
|
21
|
-
var r =
|
|
21
|
+
var r = B(e, o), t, n;
|
|
22
22
|
if (Object.getOwnPropertySymbols) {
|
|
23
23
|
var i = Object.getOwnPropertySymbols(e);
|
|
24
24
|
for (n = 0; n < i.length; n++)
|
|
@@ -26,7 +26,7 @@ function B(e, o) {
|
|
|
26
26
|
}
|
|
27
27
|
return r;
|
|
28
28
|
}
|
|
29
|
-
function
|
|
29
|
+
function B(e, o) {
|
|
30
30
|
if (e == null) return {};
|
|
31
31
|
var r = {}, t = Object.keys(e), n, i;
|
|
32
32
|
for (i = 0; i < t.length; i++)
|
|
@@ -34,7 +34,7 @@ function D(e, o) {
|
|
|
34
34
|
return r;
|
|
35
35
|
}
|
|
36
36
|
var O = g(function(e, o) {
|
|
37
|
-
var r = e.color, t = r === void 0 ? "currentColor" : r, n = e.size, i = n === void 0 ? 24 : n, l =
|
|
37
|
+
var r = e.color, t = r === void 0 ? "currentColor" : r, n = e.size, i = n === void 0 ? 24 : n, l = S(e, ["color", "size"]);
|
|
38
38
|
return /* @__PURE__ */ m.createElement("svg", h({
|
|
39
39
|
ref: o,
|
|
40
40
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -67,7 +67,7 @@ function b() {
|
|
|
67
67
|
return e;
|
|
68
68
|
}, b.apply(this, arguments);
|
|
69
69
|
}
|
|
70
|
-
function
|
|
70
|
+
function D(e, o) {
|
|
71
71
|
if (e == null) return {};
|
|
72
72
|
var r = q(e, o), t, n;
|
|
73
73
|
if (Object.getOwnPropertySymbols) {
|
|
@@ -85,7 +85,7 @@ function q(e, o) {
|
|
|
85
85
|
return r;
|
|
86
86
|
}
|
|
87
87
|
var w = g(function(e, o) {
|
|
88
|
-
var r = e.color, t = r === void 0 ? "currentColor" : r, n = e.size, i = n === void 0 ? 24 : n, l =
|
|
88
|
+
var r = e.color, t = r === void 0 ? "currentColor" : r, n = e.size, i = n === void 0 ? 24 : n, l = D(e, ["color", "size"]);
|
|
89
89
|
return /* @__PURE__ */ m.createElement("svg", b({
|
|
90
90
|
ref: o,
|
|
91
91
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -115,16 +115,16 @@ w.propTypes = {
|
|
|
115
115
|
};
|
|
116
116
|
w.displayName = "Plus";
|
|
117
117
|
var X = g(({ canDecrement: e = !0, canIncrement: o = !0, className: r, decrementButtonClassName: t, incrementButtonClassName: n, isRequired: i, label: l, labelWrapperClassName: P, max: y = -1 / 0, min: v = 1 / 0, name: x, theme: _, value: z, onChange: d }, I) => {
|
|
118
|
-
const E =
|
|
119
|
-
let
|
|
120
|
-
v === 1 / 0 ?
|
|
118
|
+
const E = R(), s = z ?? 0, L = k(() => {
|
|
119
|
+
let c = 0;
|
|
120
|
+
v === 1 / 0 ? c = s - 1 : c = Math.max(v, s - 1), d?.({ target: { value: c } });
|
|
121
121
|
}, [
|
|
122
122
|
s,
|
|
123
123
|
v,
|
|
124
124
|
d
|
|
125
125
|
]), $ = k(() => {
|
|
126
|
-
let
|
|
127
|
-
y === -1 / 0 ?
|
|
126
|
+
let c = 0;
|
|
127
|
+
y === -1 / 0 ? c = s + 1 : c = Math.min(y, s + 1), d?.({ target: { value: c } });
|
|
128
128
|
}, [
|
|
129
129
|
s,
|
|
130
130
|
y,
|
|
@@ -133,7 +133,7 @@ var X = g(({ canDecrement: e = !0, canIncrement: o = !0, className: r, decrement
|
|
|
133
133
|
return /* @__PURE__ */ p("div", {
|
|
134
134
|
className: "flex flex-col gap-2",
|
|
135
135
|
"data-theme": _,
|
|
136
|
-
children: [l ? /* @__PURE__ */
|
|
136
|
+
children: [l ? /* @__PURE__ */ u("div", {
|
|
137
137
|
className: f(P),
|
|
138
138
|
children: /* @__PURE__ */ p(T, {
|
|
139
139
|
component: "label",
|
|
@@ -143,7 +143,7 @@ var X = g(({ canDecrement: e = !0, canIncrement: o = !0, className: r, decrement
|
|
|
143
143
|
children: [
|
|
144
144
|
"Number of nodes",
|
|
145
145
|
" ",
|
|
146
|
-
i && /* @__PURE__ */
|
|
146
|
+
i && /* @__PURE__ */ u("span", {
|
|
147
147
|
className: "text-red-600 dark:text-red-500",
|
|
148
148
|
children: "*"
|
|
149
149
|
})
|
|
@@ -161,9 +161,9 @@ var X = g(({ canDecrement: e = !0, canIncrement: o = !0, className: r, decrement
|
|
|
161
161
|
className: t
|
|
162
162
|
})),
|
|
163
163
|
disabled: !e,
|
|
164
|
-
children: [/* @__PURE__ */
|
|
164
|
+
children: [/* @__PURE__ */ u(O, { className: "w-4 h-4" }), /* @__PURE__ */ u(j, { children: "Decrement" })]
|
|
165
165
|
}),
|
|
166
|
-
/* @__PURE__ */
|
|
166
|
+
/* @__PURE__ */ u("input", {
|
|
167
167
|
ref: I,
|
|
168
168
|
type: "number",
|
|
169
169
|
value: s,
|
|
@@ -180,7 +180,7 @@ var X = g(({ canDecrement: e = !0, canIncrement: o = !0, className: r, decrement
|
|
|
180
180
|
className: n
|
|
181
181
|
})),
|
|
182
182
|
disabled: !o,
|
|
183
|
-
children: [/* @__PURE__ */
|
|
183
|
+
children: [/* @__PURE__ */ u(w, { className: "w-4 h-4" }), /* @__PURE__ */ u(j, { children: "Increment" })]
|
|
184
184
|
})
|
|
185
185
|
]
|
|
186
186
|
})]
|
|
@@ -5,7 +5,7 @@ import { SearchIcon as S } from "./assets/icons/components/Search.js";
|
|
|
5
5
|
import { WarningIcon as T } from "./assets/icons/components/Warning.js";
|
|
6
6
|
import { Typography as m } from "./components/Typography/Typography.js";
|
|
7
7
|
import { inputVariants as M } from "./components/Input/Input.variants.js";
|
|
8
|
-
import p, { forwardRef as y, useId as C, useRef as
|
|
8
|
+
import p, { forwardRef as y, useId as C, useRef as R, useState as A } from "react";
|
|
9
9
|
import { jsx as s, jsxs as d } from "react/jsx-runtime";
|
|
10
10
|
var l = /* @__PURE__ */ W($());
|
|
11
11
|
function g() {
|
|
@@ -17,7 +17,7 @@ function g() {
|
|
|
17
17
|
return t;
|
|
18
18
|
}, g.apply(this, arguments);
|
|
19
19
|
}
|
|
20
|
-
function
|
|
20
|
+
function B(t, r) {
|
|
21
21
|
if (t == null) return {};
|
|
22
22
|
var n = q(t, r), e, a;
|
|
23
23
|
if (Object.getOwnPropertySymbols) {
|
|
@@ -35,7 +35,7 @@ function q(t, r) {
|
|
|
35
35
|
return n;
|
|
36
36
|
}
|
|
37
37
|
var x = y(function(t, r) {
|
|
38
|
-
var n = t.color, e = n === void 0 ? "currentColor" : n, a = t.size, o = a === void 0 ? 24 : a, c =
|
|
38
|
+
var n = t.color, e = n === void 0 ? "currentColor" : n, a = t.size, o = a === void 0 ? 24 : a, c = B(t, ["color", "size"]);
|
|
39
39
|
return /* @__PURE__ */ p.createElement("svg", g({
|
|
40
40
|
ref: r,
|
|
41
41
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -110,7 +110,7 @@ w.propTypes = {
|
|
|
110
110
|
};
|
|
111
111
|
w.displayName = "Eye";
|
|
112
112
|
var K = y(({ className: t, error: r, helperText: n, helperTextClassName: e, isRequired: a = !1, isSearch: o = !1, label: c, labelAction: O, labelClassName: j, labelWrapperClassName: k, name: N, theme: E, type: f = "text", ...P }, _) => {
|
|
113
|
-
const b = C(), z =
|
|
113
|
+
const b = C(), z = R(f === "password"), [h, I] = A(() => f !== "password"), u = typeof r == "string" && r.length >= 0, L = h ? w : x;
|
|
114
114
|
return /* @__PURE__ */ d("div", {
|
|
115
115
|
className: "flex flex-col gap-2 w-full relative",
|
|
116
116
|
"data-theme": E,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { t as F } from "./x-BwIi6Wii.js";
|
|
2
|
-
import { t as k } from "./dist-
|
|
2
|
+
import { t as k } from "./dist-CBnErrr1.js";
|
|
3
3
|
import { t as h } from "./utils-DHuiYnx1.js";
|
|
4
|
-
import { t as w } from "./Combination-
|
|
4
|
+
import { t as w } from "./Combination-DUTBK_qM.js";
|
|
5
5
|
import { t as A } from "./proxy-uLtw-ZML.js";
|
|
6
6
|
import { Body as N } from "./components/Modal/components/Body/Body.js";
|
|
7
7
|
import { Footer as R } from "./components/Modal/components/Footer/Footer.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as m } from "./dist-
|
|
1
|
+
import { n as m } from "./dist-CBnErrr1.js";
|
|
2
2
|
import { t as L } from "./utils-DHuiYnx1.js";
|
|
3
3
|
import { Typography as d } from "./components/Typography/Typography.js";
|
|
4
4
|
import { spinnerIconVariants as k, spinnerVariants as g } from "./components/Spinner/Spinner.variants.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { t as ge } from "./x-BwIi6Wii.js";
|
|
2
2
|
import { n as ie } from "./dist-ByyYBtbL.js";
|
|
3
|
-
import { t as Y } from "./dist-
|
|
4
|
-
import { t as be } from "./dist-
|
|
3
|
+
import { t as Y } from "./dist-DXJSck4j.js";
|
|
4
|
+
import { t as be } from "./dist-CBnErrr1.js";
|
|
5
5
|
import { t as W } from "./utils-DHuiYnx1.js";
|
|
6
6
|
import { CheckCircleFilledIcon as Se } from "./assets/icons/components/CheckCircleFilled.js";
|
|
7
7
|
import { ErrorIcon as Ne } from "./assets/icons/components/Error.js";
|
|
@@ -9,9 +9,9 @@ import { InformationOutlineIcon as Ae } from "./assets/icons/components/Informat
|
|
|
9
9
|
import { WarningTriangleIcon as _e } from "./assets/icons/components/WarningTriangle.js";
|
|
10
10
|
import { a as g, i as De, n as Ie, r as Le, s as Fe, t as _ } from "./dist-uVUx9i0a.js";
|
|
11
11
|
import { t as $ } from "./dist-C8r5DW7s.js";
|
|
12
|
-
import { i as Me, n as ke, t as Oe } from "./dist-
|
|
12
|
+
import { i as Me, n as ke, t as Oe } from "./dist-DXXHfL7M.js";
|
|
13
13
|
import { t as Ve } from "./dist-DpqiA4Yn.js";
|
|
14
|
-
import { t as Ke } from "./dist-
|
|
14
|
+
import { t as Ke } from "./dist-DZNdbzbm.js";
|
|
15
15
|
import { closeToastVariants as We, toastVariants as He, viewportToastVariants as $e } from "./components/Toast/Toast.variants.js";
|
|
16
16
|
import * as s from "react";
|
|
17
17
|
import { isValidElement as z, useCallback as Ue, useEffect as Xe, useMemo as ne, useRef as Ye } from "react";
|
|
@@ -6,8 +6,8 @@ import { Tag as S } from "./components/Tag/Tag.js";
|
|
|
6
6
|
import { useTagSelect as C } from "./components/TagSelect/contexts/TagSelect.hook.js";
|
|
7
7
|
import { List as z } from "./components/TagSelect/components/List/List.js";
|
|
8
8
|
import { useTagSelect as P } from "./components/TagSelect/hooks/useTagSelect.js";
|
|
9
|
-
import { labelVariants as
|
|
10
|
-
import g, { forwardRef as y, useId as
|
|
9
|
+
import { labelVariants as R, tagSelectVariants as E, wrapperVariants as I } from "./components/TagSelect/TagSelect.variants.js";
|
|
10
|
+
import g, { forwardRef as y, useId as L, useImperativeHandle as W } from "react";
|
|
11
11
|
import { jsx as i, jsxs as b } from "react/jsx-runtime";
|
|
12
12
|
var p = /* @__PURE__ */ k(_());
|
|
13
13
|
function u() {
|
|
@@ -57,24 +57,24 @@ d.propTypes = {
|
|
|
57
57
|
};
|
|
58
58
|
d.displayName = "ChevronUp";
|
|
59
59
|
var K = y(({ label: e, labelClassName: a, labelWrapperClassName: r, name: t, placeholder: n = "Select a value...", theme: o, wrapperClassName: c }, w) => {
|
|
60
|
-
const h =
|
|
60
|
+
const h = L(), { selectedTags: v, isOpen: m, onOpen: x, onRemoveTag: O, inputRef: f } = C(), { wrapperRef: N, handleOpen: j } = P();
|
|
61
61
|
return W(w, () => f.current, [f]), /* @__PURE__ */ b("div", {
|
|
62
62
|
ref: N,
|
|
63
|
-
className: s(
|
|
63
|
+
className: s(I({ className: c })),
|
|
64
64
|
"data-theme": o,
|
|
65
65
|
children: [
|
|
66
66
|
e ? /* @__PURE__ */ i("div", {
|
|
67
67
|
className: s(r),
|
|
68
68
|
children: /* @__PURE__ */ i("label", {
|
|
69
69
|
htmlFor: t ?? h,
|
|
70
|
-
className: s(
|
|
70
|
+
className: s(R({ className: a })),
|
|
71
71
|
onClick: () => x(!0),
|
|
72
72
|
children: e
|
|
73
73
|
})
|
|
74
74
|
}) : null,
|
|
75
75
|
/* @__PURE__ */ b("div", {
|
|
76
76
|
id: t ?? h,
|
|
77
|
-
className: s(
|
|
77
|
+
className: s(E()),
|
|
78
78
|
role: "combobox",
|
|
79
79
|
onClick: j,
|
|
80
80
|
"aria-expanded": m,
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { forwardRef as l } from "react";
|
|
2
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
3
|
+
var e = l(({ size: C = 24, color: r = "currentColor", ...t }, H) => /* @__PURE__ */ o("svg", {
|
|
4
|
+
ref: H,
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: C,
|
|
7
|
+
height: C,
|
|
8
|
+
viewBox: "0 0 20 20",
|
|
9
|
+
fill: "none",
|
|
10
|
+
...t,
|
|
11
|
+
children: /* @__PURE__ */ o("path", {
|
|
12
|
+
d: "M12.2041 2.02333C11.7666 1.89432 11.317 1.81055 10.8624 1.77333C9.85676 1.65437 8.83755 1.73364 7.8624 2.00667L7.80407 2.02333C6.05557 2.50346 4.51322 3.5447 3.41423 4.98692C2.31525 6.42914 1.72049 8.19246 1.72144 10.0057C1.72238 11.8189 2.31898 13.5816 3.41947 15.0227C4.51997 16.4637 6.0634 17.5034 7.8124 17.9817C8.45249 18.1629 9.11385 18.2582 9.77907 18.265C9.85328 18.2784 9.92869 18.284 10.0041 18.2817C10.7449 18.2826 11.4824 18.1816 12.1957 17.9817C13.9432 17.5017 15.4849 16.4614 16.584 15.0206C17.6831 13.5797 18.2788 11.8179 18.2798 10.0057C18.2807 8.19346 17.6868 6.43104 16.5892 4.98902C15.4916 3.547 13.9511 2.50511 12.2041 2.02333ZM11.9791 2.82333C13.0581 3.12184 14.056 3.6597 14.8985 4.39693C15.7411 5.13417 16.4066 6.05181 16.8457 7.08167H13.2957C12.8715 5.44584 12.0919 3.92362 11.0124 2.62333C11.3391 2.66602 11.6622 2.73287 11.9791 2.82333ZM10.0041 2.74833C11.142 3.98189 11.9729 5.46656 12.4291 7.08167H7.5624C8.01621 5.46248 8.85378 3.97659 10.0041 2.75V2.74833ZM12.6374 7.915C12.9039 9.29391 12.9039 10.7111 12.6374 12.09H7.37074C7.22978 11.4046 7.15996 10.7064 7.1624 10.0067C7.16057 9.30417 7.23037 8.60333 7.37074 7.915H12.6374ZM7.97074 2.84L8.02907 2.82333C8.34674 2.73832 8.66966 2.67429 8.99574 2.63167C7.90952 3.92615 7.12653 5.44715 6.70407 7.08333H3.16657C3.60406 6.06501 4.26181 5.1563 5.0925 4.42259C5.92319 3.68887 6.90618 3.14838 7.97074 2.84ZM2.55407 10.0067C2.55409 9.29812 2.65797 8.59341 2.8624 7.915H6.52074C6.39409 8.60504 6.32994 9.3051 6.32907 10.0067C6.33044 10.7054 6.39458 11.4027 6.52074 12.09H2.8624C2.65759 11.4145 2.55369 10.7125 2.55407 10.0067ZM8.02907 17.1817C6.949 16.8854 5.95005 16.3483 5.10719 15.6108C4.26433 14.8733 3.59943 13.9545 3.1624 12.9233H6.69574C7.1222 14.5633 7.911 16.0868 9.00407 17.3817C8.67454 17.3394 8.34863 17.2725 8.02907 17.1817ZM7.5624 12.9233H12.4291C11.9789 14.5434 11.1473 16.0321 10.0041 17.265C8.86149 16.0289 8.02515 14.5418 7.5624 12.9233ZM11.9791 17.1817C11.6576 17.2645 11.3322 17.3312 11.0041 17.3817C12.0865 16.0821 12.869 14.5599 13.2957 12.9233H16.8457C16.4077 13.9538 15.7424 14.8721 14.8997 15.6094C14.057 16.3468 13.0586 16.8843 11.9791 17.1817ZM13.4791 12.09C13.7376 10.7103 13.7376 9.29466 13.4791 7.915H17.1374C17.3455 8.59259 17.4495 9.29785 17.4457 10.0067C17.4476 10.712 17.3465 11.4138 17.1457 12.09H13.4791Z",
|
|
13
|
+
fill: r
|
|
14
|
+
})
|
|
15
|
+
}));
|
|
16
|
+
e.displayName = "KonstructCircumGlobeIcon";
|
|
17
|
+
export {
|
|
18
|
+
e as CircumGlobeIcon,
|
|
19
|
+
e as default
|
|
20
|
+
};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { forwardRef as r } from "react";
|
|
2
|
+
import { jsx as C, jsxs as i } from "react/jsx-runtime";
|
|
3
|
+
var h = r(({ size: l = 24, color: t = "currentColor", ...H }, V) => /* @__PURE__ */ i("svg", {
|
|
4
|
+
ref: V,
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: l,
|
|
7
|
+
height: l,
|
|
8
|
+
viewBox: "0 0 20 20",
|
|
9
|
+
fill: "none",
|
|
10
|
+
...H,
|
|
11
|
+
children: [/* @__PURE__ */ i("g", {
|
|
12
|
+
clipPath: "url(#cpu-alt-clip)",
|
|
13
|
+
children: [/* @__PURE__ */ C("path", {
|
|
14
|
+
d: "M7.29175 6.66675H12.7084C12.8742 6.66675 13.0331 6.7326 13.1504 6.84981C13.2676 6.96702 13.3334 7.12599 13.3334 7.29175V12.7084C13.3334 12.8742 13.2676 13.0331 13.1504 13.1504C13.0331 13.2676 12.8742 13.3334 12.7084 13.3334H7.29175C7.12599 13.3334 6.96702 13.2676 6.84981 13.1504C6.7326 13.0331 6.66675 12.8742 6.66675 12.7084V7.29175C6.66675 7.12599 6.7326 6.96702 6.84981 6.84981C6.96702 6.7326 7.12599 6.66675 7.29175 6.66675ZM7.91675 12.0834H12.0834V7.91675H7.91675V12.0834Z",
|
|
15
|
+
fill: t
|
|
16
|
+
}), /* @__PURE__ */ C("path", {
|
|
17
|
+
d: "M12.7083 0.833252C12.874 0.833252 13.033 0.8991 13.1502 1.01631C13.2674 1.13352 13.3333 1.29249 13.3333 1.45825V3.33325H15.2083C16.0133 3.33325 16.6666 3.98659 16.6666 4.79159V6.66659H18.5416C18.7073 6.66659 18.8663 6.73243 18.9835 6.84964C19.1007 6.96685 19.1666 7.12583 19.1666 7.29159C19.1666 7.45735 19.1007 7.61632 18.9835 7.73353C18.8663 7.85074 18.7073 7.91659 18.5416 7.91659H16.6666V12.0833H18.5416C18.7073 12.0833 18.8663 12.1491 18.9835 12.2663C19.1007 12.3835 19.1666 12.5425 19.1666 12.7083C19.1666 12.874 19.1007 13.033 18.9835 13.1502C18.8663 13.2674 18.7073 13.3333 18.5416 13.3333H16.6666V15.2083C16.6666 15.595 16.5129 15.966 16.2394 16.2394C15.966 16.5129 15.595 16.6666 15.2083 16.6666H13.3333V18.5416C13.3333 18.7073 13.2674 18.8663 13.1502 18.9835C13.033 19.1007 12.874 19.1666 12.7083 19.1666C12.5425 19.1666 12.3835 19.1007 12.2663 18.9835C12.1491 18.8663 12.0833 18.7073 12.0833 18.5416V16.6666H7.91659V18.5416C7.91659 18.7073 7.85074 18.8663 7.73353 18.9835C7.61632 19.1007 7.45735 19.1666 7.29159 19.1666C7.12583 19.1666 6.96685 19.1007 6.84964 18.9835C6.73243 18.8663 6.66659 18.7073 6.66659 18.5416V16.6666H4.79159C4.40481 16.6666 4.03388 16.5129 3.76039 16.2394C3.4869 15.966 3.33325 15.595 3.33325 15.2083V13.3333H1.45825C1.29249 13.3333 1.13352 13.2674 1.01631 13.1502C0.8991 13.033 0.833252 12.874 0.833252 12.7083C0.833252 12.5425 0.8991 12.3835 1.01631 12.2663C1.13352 12.1491 1.29249 12.0833 1.45825 12.0833H3.33325V7.91659H1.45825C1.29249 7.91659 1.13352 7.85074 1.01631 7.73353C0.8991 7.61632 0.833252 7.45735 0.833252 7.29159C0.833252 7.12583 0.8991 6.96685 1.01631 6.84964C1.13352 6.73243 1.29249 6.66659 1.45825 6.66659H3.33325V4.79159C3.33325 3.98659 3.98659 3.33325 4.79159 3.33325H6.66659V1.45825C6.66659 1.29249 6.73243 1.13352 6.84964 1.01631C6.96685 0.8991 7.12583 0.833252 7.29159 0.833252C7.45735 0.833252 7.61632 0.8991 7.73353 1.01631C7.85074 1.13352 7.91659 1.29249 7.91659 1.45825V3.33325H12.0833V1.45825C12.0833 1.29249 12.1491 1.13352 12.2663 1.01631C12.3835 0.8991 12.5425 0.833252 12.7083 0.833252ZM15.2083 15.4166C15.2635 15.4166 15.3165 15.3946 15.3556 15.3556C15.3946 15.3165 15.4166 15.2635 15.4166 15.2083V4.79159C15.4166 4.73633 15.3946 4.68334 15.3556 4.64427C15.3165 4.6052 15.2635 4.58325 15.2083 4.58325H4.79159C4.73633 4.58325 4.68334 4.6052 4.64427 4.64427C4.6052 4.68334 4.58325 4.73633 4.58325 4.79159V15.2083C4.58325 15.3233 4.67659 15.4166 4.79159 15.4166H15.2083Z",
|
|
18
|
+
fill: t
|
|
19
|
+
})]
|
|
20
|
+
}), /* @__PURE__ */ C("defs", { children: /* @__PURE__ */ C("clipPath", {
|
|
21
|
+
id: "cpu-alt-clip",
|
|
22
|
+
children: /* @__PURE__ */ C("rect", {
|
|
23
|
+
width: "20",
|
|
24
|
+
height: "20",
|
|
25
|
+
fill: "white"
|
|
26
|
+
})
|
|
27
|
+
}) })]
|
|
28
|
+
}));
|
|
29
|
+
h.displayName = "KonstructCpuAltIcon";
|
|
30
|
+
export {
|
|
31
|
+
h as CpuAltIcon,
|
|
32
|
+
h as default
|
|
33
|
+
};
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { forwardRef as d } from "react";
|
|
2
|
+
import { jsx as C, jsxs as t } from "react/jsx-runtime";
|
|
3
|
+
var c = d(({ size: l = 24, color: i = "currentColor", ...h }, r) => /* @__PURE__ */ t("svg", {
|
|
4
|
+
ref: r,
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: l,
|
|
7
|
+
height: l,
|
|
8
|
+
viewBox: "0 0 16 16",
|
|
9
|
+
fill: "none",
|
|
10
|
+
...h,
|
|
11
|
+
children: [/* @__PURE__ */ t("g", {
|
|
12
|
+
clipPath: "url(#docs-clip)",
|
|
13
|
+
children: [
|
|
14
|
+
/* @__PURE__ */ C("path", {
|
|
15
|
+
d: "M9 3.5C9 3.63261 8.94732 3.75979 8.85355 3.85355C8.75979 3.94732 8.63261 4 8.5 4C8.36739 4 8.24021 3.94732 8.14645 3.85355C8.05268 3.75979 8 3.63261 8 3.5C8 3.36739 8.05268 3.24021 8.14645 3.14645C8.24021 3.05268 8.36739 3 8.5 3C8.63261 3 8.75979 3.05268 8.85355 3.14645C8.94732 3.24021 9 3.36739 9 3.5ZM9 5V8H10V9H8V6H7V5H9Z",
|
|
16
|
+
fill: i
|
|
17
|
+
}),
|
|
18
|
+
/* @__PURE__ */ C("path", {
|
|
19
|
+
d: "M13.855 14.147C13.7933 14.0712 13.7402 13.9887 13.697 13.901C13.562 13.6201 13.4946 13.3116 13.5 13C13.5 12.586 13.603 12.287 13.697 12.099C13.7402 12.0113 13.7933 11.9288 13.855 11.853L13.858 11.848C13.9488 11.7549 13.9997 11.6301 14 11.5V0.5C14 0.367392 13.9473 0.240215 13.8536 0.146447C13.7598 0.0526784 13.6326 0 13.5 0L3.461 0L3.378 0.005C2.99498 0.0328833 2.62087 0.134048 2.276 0.303C1.92104 0.476081 1.61763 0.73915 1.396 1.066C1.148 1.44 1 1.913 1 2.5V13C1 13.463 1.117 13.843 1.318 14.145C1.518 14.443 1.78 14.636 2.026 14.76C2.31871 14.9059 2.63917 14.9877 2.966 15H3V14L2.971 13.998C2.79779 13.9874 2.62846 13.9421 2.473 13.865C2.34255 13.8041 2.23096 13.7091 2.15 13.59C2.07 13.47 2 13.287 2 13C2 12.713 2.07 12.53 2.15 12.41C2.23123 12.2908 2.34318 12.1958 2.474 12.135C2.63787 12.0535 2.81712 12.0075 3 12H12.658C12.567 12.27 12.5 12.605 12.5 13C12.5 13.395 12.567 13.73 12.658 14H8V15H13.5C13.5982 15 13.6943 14.9711 13.7762 14.9168C13.858 14.8626 13.9221 14.7854 13.9604 14.6949C13.9987 14.6045 14.0095 14.5047 13.9915 14.4082C13.9734 14.3116 13.9274 14.2225 13.859 14.152L13.855 14.147ZM2.724 1.197C2.81733 1.15167 2.90933 1.115 3 1.087C3 2.918 3.001 11 2.999 11H2.966C2.87107 11.0033 2.7765 11.0133 2.683 11.03C2.45469 11.0666 2.2332 11.1374 2.026 11.24L2 11.254V2.5C2 2.087 2.102 1.811 2.229 1.621C2.357 1.428 2.533 1.293 2.724 1.197ZM4 11V1H13V11H4Z",
|
|
20
|
+
fill: i
|
|
21
|
+
}),
|
|
22
|
+
/* @__PURE__ */ C("path", {
|
|
23
|
+
d: "M7 13H4V15.5C3.99982 15.599 4.02905 15.6959 4.08398 15.7783C4.13891 15.8606 4.21706 15.9249 4.30854 15.9628C4.40001 16.0007 4.50068 16.0106 4.59779 15.9912C4.6949 15.9719 4.78407 15.9241 4.854 15.854L5.5 15.207L6.146 15.854C6.21593 15.9241 6.3051 15.9719 6.40221 15.9912C6.49932 16.0106 6.59999 16.0007 6.69146 15.9628C6.78294 15.9249 6.86109 15.8606 6.91602 15.7783C6.97095 15.6959 7.00018 15.599 7 15.5V13Z",
|
|
24
|
+
fill: i
|
|
25
|
+
})
|
|
26
|
+
]
|
|
27
|
+
}), /* @__PURE__ */ C("defs", { children: /* @__PURE__ */ C("clipPath", {
|
|
28
|
+
id: "docs-clip",
|
|
29
|
+
children: /* @__PURE__ */ C("rect", {
|
|
30
|
+
width: "16",
|
|
31
|
+
height: "16",
|
|
32
|
+
fill: "white"
|
|
33
|
+
})
|
|
34
|
+
}) })]
|
|
35
|
+
}));
|
|
36
|
+
c.displayName = "KonstructDocsIcon";
|
|
37
|
+
export {
|
|
38
|
+
c as DocsIcon,
|
|
39
|
+
c as default
|
|
40
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { forwardRef as H } from "react";
|
|
2
|
+
import { jsx as r, jsxs as o } from "react/jsx-runtime";
|
|
3
|
+
var i = H(({ size: C = 24, color: l = "currentColor", ...t }, V) => /* @__PURE__ */ o("svg", {
|
|
4
|
+
ref: V,
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: C,
|
|
7
|
+
height: C,
|
|
8
|
+
viewBox: "0 0 16 16",
|
|
9
|
+
fill: "none",
|
|
10
|
+
...t,
|
|
11
|
+
children: [/* @__PURE__ */ r("path", {
|
|
12
|
+
d: "M13.5 10.1985V11.6985C13 11.6985 12.5 10.9485 12.5 9.69849V8.19849C10.5 10.6985 10 11.6985 10 12.6985C9.99994 13.1892 10.1443 13.6692 10.4151 14.0784C10.686 14.4877 11.0713 14.8082 11.523 15C11.6758 14.3207 12.014 13.6971 12.5 13.1985C12.986 13.6971 13.3242 14.3207 13.477 15C13.9287 14.8082 14.314 14.4877 14.5849 14.0784C14.8557 13.6692 15.0001 13.1892 15 12.6985C15 11.6985 14.4375 10.913 13.5 10.1985ZM8.5 14H2V12H8.5V11H2C1.73478 11 1.48043 11.1053 1.29289 11.2929C1.10536 11.4804 1 11.7348 1 12V14C1 14.2652 1.10536 14.5196 1.29289 14.7071C1.48043 14.8946 1.73478 15 2 15H8.5V14Z",
|
|
13
|
+
fill: l
|
|
14
|
+
}), /* @__PURE__ */ r("path", {
|
|
15
|
+
d: "M14 6H3.5C3.23478 6 2.98043 6.10536 2.79289 6.29289C2.60536 6.48043 2.5 6.73478 2.5 7V9C2.5 9.26522 2.60536 9.51957 2.79289 9.70711C2.98043 9.89464 3.23478 10 3.5 10H8.5V9H3.5V7H14L14.0005 8H15V7C15 6.73478 14.8946 6.48043 14.7071 6.29289C14.5196 6.10536 14.2652 6 14 6ZM12.5 5H2C1.73478 5 1.48043 4.89464 1.29289 4.70711C1.10536 4.51957 1 4.26522 1 4V2C1 1.73478 1.10536 1.48043 1.29289 1.29289C1.48043 1.10536 1.73478 1 2 1H12.5C12.7652 1 13.0196 1.10536 13.2071 1.29289C13.3946 1.48043 13.5 1.73478 13.5 2V4C13.5 4.26522 13.3946 4.51957 13.2071 4.70711C13.0196 4.89464 12.7652 5 12.5 5ZM2 2V4H12.5V2H2Z",
|
|
16
|
+
fill: l
|
|
17
|
+
})]
|
|
18
|
+
}));
|
|
19
|
+
i.displayName = "KonstructFirewallAltIcon";
|
|
20
|
+
export {
|
|
21
|
+
i as FirewallAltIcon,
|
|
22
|
+
i as default
|
|
23
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { forwardRef as n } from "react";
|
|
2
|
+
import { jsx as r, jsxs as C } from "react/jsx-runtime";
|
|
3
|
+
var e = n(({ size: H = 24, color: V = "currentColor", ...t }, o) => /* @__PURE__ */ C("svg", {
|
|
4
|
+
ref: o,
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: H,
|
|
7
|
+
height: H,
|
|
8
|
+
viewBox: "0 0 16 16",
|
|
9
|
+
fill: "none",
|
|
10
|
+
...t,
|
|
11
|
+
children: [/* @__PURE__ */ r("path", {
|
|
12
|
+
d: "M9.5 12H11.5V14H9.5V12ZM13 12H15V14H13V12ZM9.5 8.5H11.5V10.5H9.5V8.5ZM13 8.5H15V10.5H13V8.5Z",
|
|
13
|
+
fill: V
|
|
14
|
+
}), /* @__PURE__ */ r("path", {
|
|
15
|
+
d: "M8.5 12H2V5H14V7.5H15V5C15 4.73478 14.8946 4.48043 14.7071 4.29289C14.5196 4.10536 14.2652 4 14 4H11V2C11 1.73478 10.8946 1.48043 10.7071 1.29289C10.5196 1.10536 10.2652 1 10 1H6C5.73478 1 5.48043 1.10536 5.29289 1.29289C5.10536 1.48043 5 1.73478 5 2V4H2C1.73478 4 1.48043 4.10536 1.29289 4.29289C1.10536 4.48043 1 4.73478 1 5V12C1 12.2652 1.10536 12.5196 1.29289 12.7071C1.48043 12.8946 1.73478 13 2 13H8.5V12ZM6 2H10V4H6V2Z",
|
|
16
|
+
fill: V
|
|
17
|
+
})]
|
|
18
|
+
}));
|
|
19
|
+
e.displayName = "KonstructInventoryIcon";
|
|
20
|
+
export {
|
|
21
|
+
e as InventoryIcon,
|
|
22
|
+
e as default
|
|
23
|
+
};
|