@konstructio/ui 0.1.2-alpha.89 → 0.1.2-alpha.93
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/{Counter-Qqu8PU85.js → Counter-C1o8YZoR.js} +25 -25
- package/dist/{Wrapper-TuoyTFqo.js → Wrapper-w8u2Zn4M.js} +1 -1
- package/dist/components/Counter/Counter.js +1 -1
- package/dist/components/PhoneNumberInput/PhoneNumberInput.js +2 -2
- package/dist/components/PhoneNumberInput/components/Wrapper.js +1 -1
- package/dist/components/PhoneNumberInput/components/index.js +1 -1
- package/dist/components/PhoneNumberInput/contexts/index.js +1 -1
- package/dist/components/PhoneNumberInput/contexts/phone-number.provider.js +1 -1
- package/dist/components/index.js +1 -1
- package/dist/contexts/index.js +1 -1
- package/dist/contexts/theme.provider.js +1 -1
- package/dist/icons.js +186 -164
- package/dist/index.js +2 -2
- package/dist/lib/icons.d.ts +1 -1
- package/dist/package.json +1 -1
- package/dist/{phone-number.provider-CdPQAKnl.js → phone-number.provider-D3j9sszx.js} +42 -38
- package/dist/styles.css +1 -1
- package/dist/{theme.provider-ps3SkwAo.js → theme.provider-BC_aCvPM.js} +21 -20
- package/package.json +1 -1
|
@@ -3,10 +3,10 @@ import { t as M } from "./prop-types-CE0Kfmwk.js";
|
|
|
3
3
|
import { t as j } from "./dist-EV-1XXQr.js";
|
|
4
4
|
import { t as f } from "./utils-COaoD3PI.js";
|
|
5
5
|
import { Typography as T } from "./components/Typography/Typography.js";
|
|
6
|
-
import { buttonVariants as
|
|
7
|
-
import m, { forwardRef as
|
|
6
|
+
import { buttonVariants as k, counterVariants as V, labelVariants as C } from "./components/Counter/Counter.variants.js";
|
|
7
|
+
import m, { forwardRef as b, useCallback as N, useId as R } from "react";
|
|
8
8
|
import { jsx as u, jsxs as p } from "react/jsx-runtime";
|
|
9
|
-
var
|
|
9
|
+
var l = /* @__PURE__ */ W(M());
|
|
10
10
|
function h() {
|
|
11
11
|
return h = Object.assign || function(e) {
|
|
12
12
|
for (var o = 1; o < arguments.length; o++) {
|
|
@@ -33,8 +33,8 @@ function B(e, o) {
|
|
|
33
33
|
n = t[i], !(o.indexOf(n) >= 0) && (r[n] = e[n]);
|
|
34
34
|
return r;
|
|
35
35
|
}
|
|
36
|
-
var O =
|
|
37
|
-
var r = e.color, t = r === void 0 ? "currentColor" : r, n = e.size, i = n === void 0 ? 24 : n,
|
|
36
|
+
var O = b(function(e, o) {
|
|
37
|
+
var r = e.color, t = r === void 0 ? "currentColor" : r, n = e.size, i = n === void 0 ? 24 : n, a = 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",
|
|
@@ -46,7 +46,7 @@ var O = g(function(e, o) {
|
|
|
46
46
|
strokeWidth: "2",
|
|
47
47
|
strokeLinecap: "round",
|
|
48
48
|
strokeLinejoin: "round"
|
|
49
|
-
},
|
|
49
|
+
}, a), /* @__PURE__ */ m.createElement("line", {
|
|
50
50
|
x1: "5",
|
|
51
51
|
y1: "12",
|
|
52
52
|
x2: "19",
|
|
@@ -54,18 +54,18 @@ var O = g(function(e, o) {
|
|
|
54
54
|
}));
|
|
55
55
|
});
|
|
56
56
|
O.propTypes = {
|
|
57
|
-
color:
|
|
58
|
-
size:
|
|
57
|
+
color: l.default.string,
|
|
58
|
+
size: l.default.oneOfType([l.default.string, l.default.number])
|
|
59
59
|
};
|
|
60
60
|
O.displayName = "Minus";
|
|
61
|
-
function
|
|
62
|
-
return
|
|
61
|
+
function g() {
|
|
62
|
+
return g = Object.assign || function(e) {
|
|
63
63
|
for (var o = 1; o < arguments.length; o++) {
|
|
64
64
|
var r = arguments[o];
|
|
65
65
|
for (var t in r) Object.prototype.hasOwnProperty.call(r, t) && (e[t] = r[t]);
|
|
66
66
|
}
|
|
67
67
|
return e;
|
|
68
|
-
},
|
|
68
|
+
}, g.apply(this, arguments);
|
|
69
69
|
}
|
|
70
70
|
function D(e, o) {
|
|
71
71
|
if (e == null) return {};
|
|
@@ -84,9 +84,9 @@ function q(e, o) {
|
|
|
84
84
|
n = t[i], !(o.indexOf(n) >= 0) && (r[n] = e[n]);
|
|
85
85
|
return r;
|
|
86
86
|
}
|
|
87
|
-
var w =
|
|
88
|
-
var r = e.color, t = r === void 0 ? "currentColor" : r, n = e.size, i = n === void 0 ? 24 : n,
|
|
89
|
-
return /* @__PURE__ */ m.createElement("svg",
|
|
87
|
+
var w = b(function(e, o) {
|
|
88
|
+
var r = e.color, t = r === void 0 ? "currentColor" : r, n = e.size, i = n === void 0 ? 24 : n, a = D(e, ["color", "size"]);
|
|
89
|
+
return /* @__PURE__ */ m.createElement("svg", g({
|
|
90
90
|
ref: o,
|
|
91
91
|
xmlns: "http://www.w3.org/2000/svg",
|
|
92
92
|
width: i,
|
|
@@ -97,7 +97,7 @@ var w = g(function(e, o) {
|
|
|
97
97
|
strokeWidth: "2",
|
|
98
98
|
strokeLinecap: "round",
|
|
99
99
|
strokeLinejoin: "round"
|
|
100
|
-
},
|
|
100
|
+
}, a), /* @__PURE__ */ m.createElement("line", {
|
|
101
101
|
x1: "12",
|
|
102
102
|
y1: "5",
|
|
103
103
|
x2: "12",
|
|
@@ -110,19 +110,19 @@ var w = g(function(e, o) {
|
|
|
110
110
|
}));
|
|
111
111
|
});
|
|
112
112
|
w.propTypes = {
|
|
113
|
-
color:
|
|
114
|
-
size:
|
|
113
|
+
color: l.default.string,
|
|
114
|
+
size: l.default.oneOfType([l.default.string, l.default.number])
|
|
115
115
|
};
|
|
116
116
|
w.displayName = "Plus";
|
|
117
|
-
var X =
|
|
118
|
-
const E = R(), s = z ?? 0, L =
|
|
117
|
+
var X = b(({ canDecrement: e = !0, canIncrement: o = !0, className: r, decrementButtonClassName: t, incrementButtonClassName: n, isRequired: i, label: a, labelWrapperClassName: P, max: y = -1 / 0, min: v = 1 / 0, name: x, theme: _, value: z, onChange: d }, I) => {
|
|
118
|
+
const E = R(), s = z ?? 0, L = N(() => {
|
|
119
119
|
let c = 0;
|
|
120
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
|
+
]), $ = N(() => {
|
|
126
126
|
let c = 0;
|
|
127
127
|
y === -1 / 0 ? c = s + 1 : c = Math.min(y, s + 1), d?.({ target: { value: c } });
|
|
128
128
|
}, [
|
|
@@ -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: [
|
|
136
|
+
children: [a ? /* @__PURE__ */ u("div", {
|
|
137
137
|
className: f(P),
|
|
138
138
|
children: /* @__PURE__ */ p(T, {
|
|
139
139
|
component: "label",
|
|
@@ -141,7 +141,7 @@ var X = g(({ canDecrement: e = !0, canIncrement: o = !0, className: r, decrement
|
|
|
141
141
|
variant: "labelLarge",
|
|
142
142
|
className: f(C()),
|
|
143
143
|
children: [
|
|
144
|
-
|
|
144
|
+
a,
|
|
145
145
|
" ",
|
|
146
146
|
i && /* @__PURE__ */ u("span", {
|
|
147
147
|
className: "text-red-600 dark:text-red-500",
|
|
@@ -156,7 +156,7 @@ var X = g(({ canDecrement: e = !0, canIncrement: o = !0, className: r, decrement
|
|
|
156
156
|
/* @__PURE__ */ p("button", {
|
|
157
157
|
type: "button",
|
|
158
158
|
onClick: L,
|
|
159
|
-
className: f(
|
|
159
|
+
className: f(k({
|
|
160
160
|
button: "rigth",
|
|
161
161
|
className: t
|
|
162
162
|
})),
|
|
@@ -170,12 +170,12 @@ var X = g(({ canDecrement: e = !0, canIncrement: o = !0, className: r, decrement
|
|
|
170
170
|
name: x,
|
|
171
171
|
className: f(V({ className: r })),
|
|
172
172
|
readOnly: !0,
|
|
173
|
-
"aria-label": typeof
|
|
173
|
+
"aria-label": typeof a == "string" ? a : "number input"
|
|
174
174
|
}),
|
|
175
175
|
/* @__PURE__ */ p("button", {
|
|
176
176
|
type: "button",
|
|
177
177
|
onClick: $,
|
|
178
|
-
className: f(
|
|
178
|
+
className: f(k({
|
|
179
179
|
button: "left",
|
|
180
180
|
className: n
|
|
181
181
|
})),
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { o as Ae } from "./chunk-cI0lbGMq.js";
|
|
2
2
|
import { t as X } from "./utils-COaoD3PI.js";
|
|
3
3
|
import { Typography as ee } from "./components/Typography/Typography.js";
|
|
4
|
-
import { n as Ne } from "./phone-number.provider-
|
|
4
|
+
import { n as Ne } from "./phone-number.provider-D3j9sszx.js";
|
|
5
5
|
import { usePhoneNumberContext as Be } from "./components/PhoneNumberInput/contexts/phone-number.hook.js";
|
|
6
6
|
import { labelVariants as Re, phoneNumberInputVariants as Ge } from "./components/PhoneNumberInput/PhoneNumberInput.variants.js";
|
|
7
7
|
import { getPhoneMask as Le } from "./components/PhoneNumberInput/utils/index.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { t as p } from "../../phone-number.provider-
|
|
2
|
-
import { t } from "../../Wrapper-
|
|
1
|
+
import { t as p } from "../../phone-number.provider-D3j9sszx.js";
|
|
2
|
+
import { t } from "../../Wrapper-w8u2Zn4M.js";
|
|
3
3
|
import { forwardRef as f } from "react";
|
|
4
4
|
import { jsx as r } from "react/jsx-runtime";
|
|
5
5
|
var h = f(({ defaultCountryCode: o = "US", ...m }, e) => /* @__PURE__ */ r(p, {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PhoneNumberContext as r } from "./phone-number.context.js";
|
|
2
|
-
import { t as m } from "../../../phone-number.provider-
|
|
2
|
+
import { t as m } from "../../../phone-number.provider-D3j9sszx.js";
|
|
3
3
|
import { usePhoneNumberContext as n } from "./phone-number.hook.js";
|
|
4
4
|
export {
|
|
5
5
|
r as PhoneNumberContext,
|
package/dist/components/index.js
CHANGED
|
@@ -2,7 +2,7 @@ import { t as o } from "../Checkbox-BvRmHWxk.js";
|
|
|
2
2
|
import { t as m } from "../DropdownButton-CWwjA3zI.js";
|
|
3
3
|
import { t as p } from "../Breadcrumb-BYO5PNVF.js";
|
|
4
4
|
import { t as a } from "../Input-BZG7N8m1.js";
|
|
5
|
-
import { t as n } from "../Counter-
|
|
5
|
+
import { t as n } from "../Counter-C1o8YZoR.js";
|
|
6
6
|
import { Alert as l } from "./Alert/Alert.js";
|
|
7
7
|
import { Button as g } from "./Button/Button.js";
|
|
8
8
|
import { AlertDialog as c } from "./AlertDialog/AlertDialog.js";
|
package/dist/contexts/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ThemeContext as m } from "./theme.context.js";
|
|
2
2
|
import { useTheme as r } from "./theme.hook.js";
|
|
3
|
-
import { t as i } from "../theme.provider-
|
|
3
|
+
import { t as i } from "../theme.provider-BC_aCvPM.js";
|
|
4
4
|
export {
|
|
5
5
|
m as ThemeContext,
|
|
6
6
|
i as ThemeProvider,
|
package/dist/icons.js
CHANGED
|
@@ -5,90 +5,101 @@ import { AlertOutlineIcon as p } from "./assets/icons/components/AlertOutline.js
|
|
|
5
5
|
import { AppRepoIcon as f } from "./assets/icons/components/AppRepo.js";
|
|
6
6
|
import { AppsIcon as l } from "./assets/icons/components/Apps.js";
|
|
7
7
|
import { ArchivesIcon as s } from "./assets/icons/components/Archives.js";
|
|
8
|
-
import { ArrowDownIcon as
|
|
9
|
-
import { ArrowLeftIcon as
|
|
10
|
-
import { ArrowRightIcon as
|
|
11
|
-
import { ArrowUpIcon as
|
|
8
|
+
import { ArrowDownIcon as C } from "./assets/icons/components/ArrowDown.js";
|
|
9
|
+
import { ArrowLeftIcon as d } from "./assets/icons/components/ArrowLeft.js";
|
|
10
|
+
import { ArrowRightIcon as A } from "./assets/icons/components/ArrowRight.js";
|
|
11
|
+
import { ArrowUpIcon as O } from "./assets/icons/components/ArrowUp.js";
|
|
12
12
|
import { BarChartIcon as b } from "./assets/icons/components/BarChart.js";
|
|
13
|
-
import { BillingIcon as
|
|
14
|
-
import { BookOpenIcon as
|
|
15
|
-
import { CalendarMonthIcon as
|
|
16
|
-
import { CheckboxMarkedCircleOutlineIcon as
|
|
17
|
-
import { CheckCircleFilledIcon as
|
|
18
|
-
import { CheckCircleOutlineIcon as
|
|
19
|
-
import { CheckIcon as
|
|
13
|
+
import { BillingIcon as P } from "./assets/icons/components/Billing.js";
|
|
14
|
+
import { BookOpenIcon as S } from "./assets/icons/components/BookOpen.js";
|
|
15
|
+
import { CalendarMonthIcon as y } from "./assets/icons/components/CalendarMonth.js";
|
|
16
|
+
import { CheckboxMarkedCircleOutlineIcon as E } from "./assets/icons/components/CheckboxMarkedCircleOutline.js";
|
|
17
|
+
import { CheckCircleFilledIcon as G } from "./assets/icons/components/CheckCircleFilled.js";
|
|
18
|
+
import { CheckCircleOutlineIcon as K } from "./assets/icons/components/CheckCircleOutline.js";
|
|
19
|
+
import { CheckIcon as x } from "./assets/icons/components/Check.js";
|
|
20
|
+
import { CircumGlobeIcon as M } from "./assets/icons/components/CircumGlobe.js";
|
|
20
21
|
import { ClockAlertIcon as W } from "./assets/icons/components/ClockAlert.js";
|
|
21
|
-
import { ClockOutlineIcon as
|
|
22
|
-
import { CloseIcon as
|
|
23
|
-
import { CloudIcon as
|
|
24
|
-
import { CloudLockOutlineIcon as
|
|
25
|
-
import { ClustersIcon as
|
|
26
|
-
import { CogOutlineIcon as
|
|
27
|
-
import { ComputeIcon as
|
|
28
|
-
import { CopyIcon as
|
|
29
|
-
import { CpuIcon as
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
22
|
+
import { ClockOutlineIcon as V } from "./assets/icons/components/ClockOutline.js";
|
|
23
|
+
import { CloseIcon as z } from "./assets/icons/components/Close.js";
|
|
24
|
+
import { CloudIcon as X } from "./assets/icons/components/Cloud.js";
|
|
25
|
+
import { CloudLockOutlineIcon as J } from "./assets/icons/components/CloudLockOutline.js";
|
|
26
|
+
import { ClustersIcon as Z } from "./assets/icons/components/Clusters.js";
|
|
27
|
+
import { CogOutlineIcon as $ } from "./assets/icons/components/CogOutline.js";
|
|
28
|
+
import { ComputeIcon as ro } from "./assets/icons/components/Compute.js";
|
|
29
|
+
import { CopyIcon as to } from "./assets/icons/components/Copy.js";
|
|
30
|
+
import { CpuIcon as no } from "./assets/icons/components/Cpu.js";
|
|
31
|
+
import { CpuAltIcon as po } from "./assets/icons/components/CpuAlt.js";
|
|
32
|
+
import { CubeIcon as fo } from "./assets/icons/components/Cube.js";
|
|
33
|
+
import { DashboardIcon as lo } from "./assets/icons/components/Dashboard.js";
|
|
34
|
+
import { DatabaseIcon as so } from "./assets/icons/components/Database.js";
|
|
35
|
+
import { DatacenterIcon as Co } from "./assets/icons/components/Datacenter.js";
|
|
36
|
+
import { DeleteIcon as ho } from "./assets/icons/components/Delete.js";
|
|
37
|
+
import { DnsIcon as wo } from "./assets/icons/components/Dns.js";
|
|
38
|
+
import { DocsIcon as ko } from "./assets/icons/components/Docs.js";
|
|
39
|
+
import { DollarSignIcon as Lo } from "./assets/icons/components/DollarSign.js";
|
|
40
|
+
import { DownloadIcon as vo } from "./assets/icons/components/Download.js";
|
|
41
|
+
import { EditIcon as Do } from "./assets/icons/components/Edit.js";
|
|
42
|
+
import { EllipsesIcon as Bo } from "./assets/icons/components/Ellipses.js";
|
|
43
|
+
import { EnvironmentsIcon as Ro } from "./assets/icons/components/Environments.js";
|
|
44
|
+
import { ErrorIcon as Ho } from "./assets/icons/components/Error.js";
|
|
45
|
+
import { ErrorOutlineIcon as To } from "./assets/icons/components/ErrorOutline.js";
|
|
46
|
+
import { ExclamationIcon as Fo } from "./assets/icons/components/Exclamation.js";
|
|
47
|
+
import { FirewallIcon as No } from "./assets/icons/components/Firewall.js";
|
|
48
|
+
import { FirewallAltIcon as Uo } from "./assets/icons/components/FirewallAlt.js";
|
|
49
|
+
import { GitIcon as jo } from "./assets/icons/components/Git.js";
|
|
50
|
+
import { GitOpsCatalogIcon as Qo } from "./assets/icons/components/GitOpsCatalog.js";
|
|
51
|
+
import { GridViewIcon as qo } from "./assets/icons/components/GridView.js";
|
|
52
|
+
import { HelpIcon as Yo } from "./assets/icons/components/Help.js";
|
|
53
|
+
import { HideOutlineIcon as _o } from "./assets/icons/components/HideOutline.js";
|
|
54
|
+
import { Home2Icon as or } from "./assets/icons/components/Home2.js";
|
|
55
|
+
import { HomeIcon as mr } from "./assets/icons/components/Home.js";
|
|
56
|
+
import { IdIcon as ir } from "./assets/icons/components/Id.js";
|
|
57
|
+
import { InfoCircleIcon as cr } from "./assets/icons/components/InfoCircle.js";
|
|
58
|
+
import { InformationOutlineIcon as Ir } from "./assets/icons/components/InformationOutline.js";
|
|
59
|
+
import { InventoryIcon as er } from "./assets/icons/components/Inventory.js";
|
|
60
|
+
import { InvoiceListIcon as ar } from "./assets/icons/components/InvoiceList.js";
|
|
61
|
+
import { KeyIcon as ur } from "./assets/icons/components/Key.js";
|
|
62
|
+
import { KonstructIcon as gr } from "./assets/icons/components/Konstruct.js";
|
|
63
|
+
import { KubernetesIcon as hr } from "./assets/icons/components/Kubernetes.js";
|
|
64
|
+
import { LoadBalancerIcon as wr } from "./assets/icons/components/LoadBalancer.js";
|
|
65
|
+
import { LoadBalancerAltIcon as kr } from "./assets/icons/components/LoadBalancerAlt.js";
|
|
66
|
+
import { LoaderIcon as Lr } from "./assets/icons/components/Loader.js";
|
|
67
|
+
import { LightBulbIcon as vr } from "./assets/icons/components/LightBulb.js";
|
|
68
|
+
import { LockIcon as Dr } from "./assets/icons/components/Lock.js";
|
|
69
|
+
import { LogOutIcon as Br } from "./assets/icons/components/LogOut.js";
|
|
70
|
+
import { NetworkIcon as Rr } from "./assets/icons/components/Network.js";
|
|
71
|
+
import { NetworkAltIcon as Hr } from "./assets/icons/components/NetworkAlt.js";
|
|
72
|
+
import { ObjectStorageIcon as Tr } from "./assets/icons/components/ObjectStorage.js";
|
|
73
|
+
import { OrganizationIcon as Fr } from "./assets/icons/components/Organization.js";
|
|
74
|
+
import { OrgSettingsIcon as Nr } from "./assets/icons/components/OrgSettings.js";
|
|
75
|
+
import { PagesStackIcon as Ur } from "./assets/icons/components/PagesStack.js";
|
|
76
|
+
import { PageviewIcon as jr } from "./assets/icons/components/Pageview.js";
|
|
77
|
+
import { PeopleIcon as Qr } from "./assets/icons/components/People.js";
|
|
78
|
+
import { PhotoLibraryIcon as qr } from "./assets/icons/components/PhotoLibrary.js";
|
|
79
|
+
import { PipelineIcon as Yr } from "./assets/icons/components/Pipeline.js";
|
|
80
|
+
import { PlusIcon as _r } from "./assets/icons/components/Plus.js";
|
|
81
|
+
import { PowerSettingsIcon as om } from "./assets/icons/components/PowerSettings.js";
|
|
82
|
+
import { PreviewIcon as mm } from "./assets/icons/components/Preview.js";
|
|
83
|
+
import { PrivateRegionIcon as im } from "./assets/icons/components/PrivateRegion.js";
|
|
84
|
+
import { ProfileIcon as cm } from "./assets/icons/components/Profile.js";
|
|
85
|
+
import { QuotaIcon as Im } from "./assets/icons/components/Quota.js";
|
|
86
|
+
import { ReceiptLongIcon as em } from "./assets/icons/components/ReceiptLong.js";
|
|
87
|
+
import { RefreshIcon as am } from "./assets/icons/components/Refresh.js";
|
|
88
|
+
import { ReservedIpIcon as um } from "./assets/icons/components/ReservedIp.js";
|
|
89
|
+
import { ScatterPlotIcon as gm } from "./assets/icons/components/ScatterPlot.js";
|
|
90
|
+
import { SearchIcon as hm } from "./assets/icons/components/Search.js";
|
|
91
|
+
import { ServerIcon as wm } from "./assets/icons/components/Server.js";
|
|
92
|
+
import { SshKeyIcon as km } from "./assets/icons/components/SshKey.js";
|
|
93
|
+
import { StartIcon as Lm } from "./assets/icons/components/Start.js";
|
|
94
|
+
import { TabNewIcon as vm } from "./assets/icons/components/TabNew.js";
|
|
95
|
+
import { TeamMembersIcon as Dm } from "./assets/icons/components/TeamMembers.js";
|
|
96
|
+
import { TeamsIcon as Bm } from "./assets/icons/components/Teams.js";
|
|
97
|
+
import { UploadIcon as Rm } from "./assets/icons/components/Upload.js";
|
|
98
|
+
import { VolumeIcon as Hm } from "./assets/icons/components/Volume.js";
|
|
99
|
+
import { WarningIcon as Tm } from "./assets/icons/components/Warning.js";
|
|
100
|
+
import { WarningTriangleIcon as Fm } from "./assets/icons/components/WarningTriangle.js";
|
|
101
|
+
import { WebhookIcon as Nm } from "./assets/icons/components/Webhook.js";
|
|
102
|
+
import { XIcon as Um } from "./assets/icons/components/X.js";
|
|
92
103
|
export {
|
|
93
104
|
r as AccountsIcon,
|
|
94
105
|
t as ActivityIcon,
|
|
@@ -97,88 +108,99 @@ export {
|
|
|
97
108
|
f as AppRepoIcon,
|
|
98
109
|
l as AppsIcon,
|
|
99
110
|
s as ArchivesIcon,
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
111
|
+
C as ArrowDownIcon,
|
|
112
|
+
d as ArrowLeftIcon,
|
|
113
|
+
A as ArrowRightIcon,
|
|
114
|
+
O as ArrowUpIcon,
|
|
104
115
|
b as BarChartIcon,
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
116
|
+
P as BillingIcon,
|
|
117
|
+
S as BookOpenIcon,
|
|
118
|
+
y as CalendarMonthIcon,
|
|
119
|
+
G as CheckCircleFilledIcon,
|
|
120
|
+
K as CheckCircleOutlineIcon,
|
|
121
|
+
x as CheckIcon,
|
|
122
|
+
E as CheckboxMarkedCircleOutlineIcon,
|
|
123
|
+
M as CircumGlobeIcon,
|
|
112
124
|
W as ClockAlertIcon,
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
no as
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
Ro as
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
125
|
+
V as ClockOutlineIcon,
|
|
126
|
+
z as CloseIcon,
|
|
127
|
+
X as CloudIcon,
|
|
128
|
+
J as CloudLockOutlineIcon,
|
|
129
|
+
Z as ClustersIcon,
|
|
130
|
+
$ as CogOutlineIcon,
|
|
131
|
+
ro as ComputeIcon,
|
|
132
|
+
to as CopyIcon,
|
|
133
|
+
po as CpuAltIcon,
|
|
134
|
+
no as CpuIcon,
|
|
135
|
+
fo as CubeIcon,
|
|
136
|
+
lo as DashboardIcon,
|
|
137
|
+
so as DatabaseIcon,
|
|
138
|
+
Co as DatacenterIcon,
|
|
139
|
+
ho as DeleteIcon,
|
|
140
|
+
wo as DnsIcon,
|
|
141
|
+
ko as DocsIcon,
|
|
142
|
+
Lo as DollarSignIcon,
|
|
143
|
+
vo as DownloadIcon,
|
|
144
|
+
Do as EditIcon,
|
|
145
|
+
Bo as EllipsesIcon,
|
|
146
|
+
Ro as EnvironmentsIcon,
|
|
147
|
+
Ho as ErrorIcon,
|
|
148
|
+
To as ErrorOutlineIcon,
|
|
149
|
+
Fo as ExclamationIcon,
|
|
150
|
+
Uo as FirewallAltIcon,
|
|
151
|
+
No as FirewallIcon,
|
|
152
|
+
jo as GitIcon,
|
|
153
|
+
Qo as GitOpsCatalogIcon,
|
|
154
|
+
qo as GridViewIcon,
|
|
155
|
+
Yo as HelpIcon,
|
|
156
|
+
_o as HideOutlineIcon,
|
|
157
|
+
or as Home2Icon,
|
|
158
|
+
mr as HomeIcon,
|
|
159
|
+
ir as IdIcon,
|
|
160
|
+
cr as InfoCircleIcon,
|
|
161
|
+
Ir as InformationOutlineIcon,
|
|
162
|
+
er as InventoryIcon,
|
|
163
|
+
ar as InvoiceListIcon,
|
|
164
|
+
ur as KeyIcon,
|
|
165
|
+
gr as KonstructIcon,
|
|
166
|
+
hr as KubernetesIcon,
|
|
167
|
+
vr as LightBulbIcon,
|
|
168
|
+
kr as LoadBalancerAltIcon,
|
|
169
|
+
wr as LoadBalancerIcon,
|
|
170
|
+
Lr as LoaderIcon,
|
|
171
|
+
Dr as LockIcon,
|
|
172
|
+
Br as LogOutIcon,
|
|
173
|
+
Hr as NetworkAltIcon,
|
|
174
|
+
Rr as NetworkIcon,
|
|
175
|
+
Tr as ObjectStorageIcon,
|
|
176
|
+
Nr as OrgSettingsIcon,
|
|
177
|
+
Fr as OrganizationIcon,
|
|
178
|
+
Ur as PagesStackIcon,
|
|
179
|
+
jr as PageviewIcon,
|
|
180
|
+
Qr as PeopleIcon,
|
|
181
|
+
qr as PhotoLibraryIcon,
|
|
182
|
+
Yr as PipelineIcon,
|
|
183
|
+
_r as PlusIcon,
|
|
184
|
+
om as PowerSettingsIcon,
|
|
185
|
+
mm as PreviewIcon,
|
|
186
|
+
im as PrivateRegionIcon,
|
|
187
|
+
cm as ProfileIcon,
|
|
188
|
+
Im as QuotaIcon,
|
|
189
|
+
em as ReceiptLongIcon,
|
|
190
|
+
am as RefreshIcon,
|
|
191
|
+
um as ReservedIpIcon,
|
|
192
|
+
gm as ScatterPlotIcon,
|
|
193
|
+
hm as SearchIcon,
|
|
194
|
+
wm as ServerIcon,
|
|
195
|
+
km as SshKeyIcon,
|
|
196
|
+
Lm as StartIcon,
|
|
197
|
+
vm as TabNewIcon,
|
|
198
|
+
Dm as TeamMembersIcon,
|
|
199
|
+
Bm as TeamsIcon,
|
|
200
|
+
Rm as UploadIcon,
|
|
201
|
+
Hm as VolumeIcon,
|
|
202
|
+
Tm as WarningIcon,
|
|
203
|
+
Fm as WarningTriangleIcon,
|
|
204
|
+
Nm as WebhookIcon,
|
|
205
|
+
Um as XIcon
|
|
184
206
|
};
|
package/dist/index.js
CHANGED
|
@@ -2,7 +2,7 @@ import { t as o } from "./Checkbox-BvRmHWxk.js";
|
|
|
2
2
|
import { t as m } from "./DropdownButton-CWwjA3zI.js";
|
|
3
3
|
import { t as p } from "./Breadcrumb-BYO5PNVF.js";
|
|
4
4
|
import { t as a } from "./Input-BZG7N8m1.js";
|
|
5
|
-
import { t as n } from "./Counter-
|
|
5
|
+
import { t as n } from "./Counter-C1o8YZoR.js";
|
|
6
6
|
import { i as l, t as d } from "./utils-COaoD3PI.js";
|
|
7
7
|
import { Alert as g } from "./components/Alert/Alert.js";
|
|
8
8
|
import { Button as c } from "./components/Button/Button.js";
|
|
@@ -67,7 +67,7 @@ import { TruncateText as Go } from "./components/VirtualizedTable/components/Tru
|
|
|
67
67
|
import { VirtualizedTable as zo } from "./components/VirtualizedTable/VirtualizedTable.js";
|
|
68
68
|
import { ThemeContext as Qo } from "./contexts/theme.context.js";
|
|
69
69
|
import { useTheme as Wo } from "./contexts/theme.hook.js";
|
|
70
|
-
import { t as qo } from "./theme.provider-
|
|
70
|
+
import { t as qo } from "./theme.provider-BC_aCvPM.js";
|
|
71
71
|
import "./contexts/index.js";
|
|
72
72
|
export {
|
|
73
73
|
g as Alert,
|