@post-pioneer/ui-kit 0.1.27 → 0.1.29
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/index.css +1 -1
- package/dist/ui-kit-postpioneer.es.js +207 -158
- package/dist/ui-kit-postpioneer.umd.js +2 -2
- package/package.json +2 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { jsx as a, jsxs as
|
|
1
|
+
import { jsx as a, jsxs as d, Fragment as Z } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef as i } from "react";
|
|
3
3
|
const H = i(
|
|
4
|
-
({ width: n = "12", height: e = "14", color:
|
|
4
|
+
({ width: n = "12", height: e = "14", color: o = "currentColor", ...t }, r) => /* @__PURE__ */ a(
|
|
5
5
|
"svg",
|
|
6
6
|
{
|
|
7
7
|
ref: r,
|
|
@@ -9,8 +9,9 @@ const H = i(
|
|
|
9
9
|
height: e,
|
|
10
10
|
viewBox: "0 0 16 16",
|
|
11
11
|
fill: "none",
|
|
12
|
+
color: o,
|
|
12
13
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
-
...
|
|
14
|
+
...t,
|
|
14
15
|
children: /* @__PURE__ */ a(
|
|
15
16
|
"path",
|
|
16
17
|
{
|
|
@@ -25,7 +26,7 @@ const H = i(
|
|
|
25
26
|
);
|
|
26
27
|
H.displayName = "AlertsBellIcon";
|
|
27
28
|
const R = i(
|
|
28
|
-
({ width: n = "6", height: e = "10", color:
|
|
29
|
+
({ width: n = "6", height: e = "10", color: o = "currentColor", ...t }, r) => /* @__PURE__ */ a(
|
|
29
30
|
"svg",
|
|
30
31
|
{
|
|
31
32
|
ref: r,
|
|
@@ -33,15 +34,22 @@ const R = i(
|
|
|
33
34
|
height: e,
|
|
34
35
|
viewBox: "0 0 6 10",
|
|
35
36
|
fill: "none",
|
|
37
|
+
color: o,
|
|
36
38
|
xmlns: "http://www.w3.org/2000/svg",
|
|
37
|
-
...
|
|
38
|
-
children: /* @__PURE__ */ a(
|
|
39
|
+
...t,
|
|
40
|
+
children: /* @__PURE__ */ a(
|
|
41
|
+
"path",
|
|
42
|
+
{
|
|
43
|
+
d: "M4.61595 0.51226C4.85625 0.274559 5.2463 0.274559 5.4866 0.51226C5.7269 0.74996 5.7269 1.13579 5.4866 1.37349L1.8197 5.00068L5.4866 8.62786L5.52867 8.6741C5.72588 8.91317 5.71192 9.26621 5.4866 9.48909C5.26128 9.71197 4.90437 9.72578 4.66269 9.5307L4.61595 9.48909L0.513723 5.43129C0.27342 5.19359 0.27342 4.80776 0.513723 4.57006L4.61595 0.51226Z",
|
|
44
|
+
fill: "currentColor"
|
|
45
|
+
}
|
|
46
|
+
)
|
|
39
47
|
}
|
|
40
48
|
)
|
|
41
49
|
);
|
|
42
50
|
R.displayName = "ArrowChevronLeftIcon";
|
|
43
51
|
const G = i(
|
|
44
|
-
({ width: n = "6", height: e = "10", color:
|
|
52
|
+
({ width: n = "6", height: e = "10", color: o = "currentColor", ...t }, r) => /* @__PURE__ */ a(
|
|
45
53
|
"svg",
|
|
46
54
|
{
|
|
47
55
|
ref: r,
|
|
@@ -49,15 +57,22 @@ const G = i(
|
|
|
49
57
|
height: e,
|
|
50
58
|
viewBox: "0 0 6 10",
|
|
51
59
|
fill: "none",
|
|
60
|
+
color: o,
|
|
52
61
|
xmlns: "http://www.w3.org/2000/svg",
|
|
53
|
-
...
|
|
54
|
-
children: /* @__PURE__ */ a(
|
|
62
|
+
...t,
|
|
63
|
+
children: /* @__PURE__ */ a(
|
|
64
|
+
"path",
|
|
65
|
+
{
|
|
66
|
+
d: "M1.38405 0.51226C1.14375 0.274559 0.7537 0.274559 0.5134 0.51226C0.2731 0.74996 0.2731 1.13579 0.5134 1.37349L4.1803 5.00068L0.5134 8.62786L0.47133 8.6741C0.27412 8.91317 0.28808 9.26621 0.5134 9.48909C0.73872 9.71197 1.09563 9.72578 1.33731 9.5307L1.38405 9.48909L5.48628 5.43129C5.72658 5.19359 5.72658 4.80776 5.48628 4.57006L1.38405 0.51226Z",
|
|
67
|
+
fill: "currentColor"
|
|
68
|
+
}
|
|
69
|
+
)
|
|
55
70
|
}
|
|
56
71
|
)
|
|
57
72
|
);
|
|
58
73
|
G.displayName = "ArrowChevronRightIcon";
|
|
59
74
|
const I = i(
|
|
60
|
-
({ width: n = "16", height: e = "16", color:
|
|
75
|
+
({ width: n = "16", height: e = "16", color: o = "currentColor", ...t }, r) => /* @__PURE__ */ a(
|
|
61
76
|
"svg",
|
|
62
77
|
{
|
|
63
78
|
ref: r,
|
|
@@ -65,15 +80,24 @@ const I = i(
|
|
|
65
80
|
height: e,
|
|
66
81
|
viewBox: "0 0 16 16",
|
|
67
82
|
fill: "none",
|
|
83
|
+
color: o,
|
|
68
84
|
xmlns: "http://www.w3.org/2000/svg",
|
|
69
|
-
...
|
|
70
|
-
children: /* @__PURE__ */ a(
|
|
85
|
+
...t,
|
|
86
|
+
children: /* @__PURE__ */ a(
|
|
87
|
+
"path",
|
|
88
|
+
{
|
|
89
|
+
fillRule: "evenodd",
|
|
90
|
+
clipRule: "evenodd",
|
|
91
|
+
d: "M3.9999 2.60039C3.6286 2.60039 3.2725 2.74789 3.00995 3.01044C2.7474 3.27299 2.5999 3.62909 2.5999 4.00039V9.21858L4.90897 6.90951L4.9172 6.90143C5.31663 6.51708 5.80506 6.28727 6.33324 6.28727C6.86141 6.28727 7.34985 6.51708 7.74927 6.90143L7.7575 6.90951L9.33324 8.48524L9.57564 8.24284L9.58387 8.23477C9.98329 7.85041 10.4717 7.62061 10.9999 7.62061C11.5281 7.62061 12.0165 7.85041 12.4159 8.23477L12.4242 8.24284L13.3999 9.21858V4.00039C13.3999 3.62909 13.2524 3.27299 12.9899 3.01044C12.7273 2.74789 12.3712 2.60039 11.9999 2.60039H3.9999ZM14.5999 4.00039C14.5999 3.31083 14.326 2.64951 13.8384 2.16191C13.3508 1.67432 12.6895 1.40039 11.9999 1.40039H3.9999C3.31034 1.40039 2.64902 1.67432 2.16142 2.16191C1.67383 2.64951 1.3999 3.31083 1.3999 4.00039V10.667V12.0004C1.3999 12.69 1.67383 13.3513 2.16142 13.8389C2.64902 14.3265 3.31034 14.6004 3.9999 14.6004H11.9999C12.6895 14.6004 13.3508 14.3265 13.8384 13.8389C14.326 13.3513 14.5999 12.69 14.5999 12.0004V4.00039ZM9.3999 5.33372C9.3999 5.00235 9.66853 4.73372 9.9999 4.73372H10.0066C10.3379 4.73372 10.6066 5.00235 10.6066 5.33372C10.6066 5.6651 10.3379 5.93372 10.0066 5.93372H9.9999C9.66853 5.93372 9.3999 5.6651 9.3999 5.33372Z",
|
|
92
|
+
fill: "currentColor"
|
|
93
|
+
}
|
|
94
|
+
)
|
|
71
95
|
}
|
|
72
96
|
)
|
|
73
97
|
);
|
|
74
98
|
I.displayName = "ImagePhotoIcon";
|
|
75
99
|
const $ = i(
|
|
76
|
-
({ width: n = "12", height: e = "14", color:
|
|
100
|
+
({ width: n = "12", height: e = "14", color: o = "currentColor", ...t }, r) => /* @__PURE__ */ a(
|
|
77
101
|
"svg",
|
|
78
102
|
{
|
|
79
103
|
ref: r,
|
|
@@ -81,15 +105,24 @@ const $ = i(
|
|
|
81
105
|
height: e,
|
|
82
106
|
viewBox: "0 0 16 16",
|
|
83
107
|
fill: "none",
|
|
108
|
+
color: o,
|
|
84
109
|
xmlns: "http://www.w3.org/2000/svg",
|
|
85
|
-
...
|
|
86
|
-
children: /* @__PURE__ */ a(
|
|
110
|
+
...t,
|
|
111
|
+
children: /* @__PURE__ */ a(
|
|
112
|
+
"path",
|
|
113
|
+
{
|
|
114
|
+
fillRule: "evenodd",
|
|
115
|
+
clipRule: "evenodd",
|
|
116
|
+
d: "M3.9999 2.60039C3.6286 2.60039 3.2725 2.74789 3.00995 3.01044C2.7474 3.27299 2.5999 3.62909 2.5999 4.00039V9.21858L4.90897 6.90951L4.9172 6.90143C5.31663 6.51708 5.80506 6.28727 6.33324 6.28727C6.86141 6.28727 7.34985 6.51708 7.74927 6.90143L7.7575 6.90951L9.33324 8.48524L9.57564 8.24284L9.58387 8.23477C9.98329 7.85041 10.4717 7.62061 10.9999 7.62061C11.5281 7.62061 12.0165 7.85041 12.4159 8.23477L12.4242 8.24284L13.3999 9.21858V4.00039C13.3999 3.62909 13.2524 3.27299 12.9899 3.01044C12.7273 2.74789 12.3712 2.60039 11.9999 2.60039H3.9999ZM14.5999 4.00039C14.5999 3.31083 14.326 2.64951 13.8384 2.16191C13.3508 1.67432 12.6895 1.40039 11.9999 1.40039H3.9999C3.31034 1.40039 2.64902 1.67432 2.16142 2.16191C1.67383 2.64951 1.3999 3.31083 1.3999 4.00039V10.667C1.3999 10.6669 1.3999 10.6671 1.3999 10.667V12.0004C1.3999 12.69 1.67383 13.3513 2.16142 13.8389C2.64902 14.3265 3.31034 14.6004 3.9999 14.6004H11.9999C12.6895 14.6004 13.3508 14.3265 13.8384 13.8389C14.326 13.3513 14.5999 12.69 14.5999 12.0004V4.00039ZM13.3999 10.9156L11.58 9.09578C11.3623 8.88768 11.1614 8.82061 10.9999 8.82061C10.8384 8.82061 10.6375 8.88768 10.4198 9.09578L10.1818 9.33377L11.0908 10.2428C11.3251 10.4772 11.3251 10.8571 11.0908 11.0914C10.8565 11.3257 10.4766 11.3257 10.2423 11.0914L8.90921 9.75827L6.91339 7.76245C6.69561 7.55435 6.49478 7.48727 6.33324 7.48727C6.17169 7.48727 5.97086 7.55435 5.75308 7.76245L2.5999 10.9156V12.0004C2.5999 12.3717 2.7474 12.7278 3.00995 12.9903C3.2725 13.2529 3.6286 13.4004 3.9999 13.4004H11.9999C12.3712 13.4004 12.7273 13.2529 12.9899 12.9903C13.2524 12.7278 13.3999 12.3717 13.3999 12.0004V10.9156ZM9.3999 5.33372C9.3999 5.00235 9.66853 4.73372 9.9999 4.73372H10.0066C10.3379 4.73372 10.6066 5.00235 10.6066 5.33372C10.6066 5.6651 10.3379 5.93372 10.0066 5.93372H9.9999C9.66853 5.93372 9.3999 5.6651 9.3999 5.33372Z",
|
|
117
|
+
fill: "currentColor"
|
|
118
|
+
}
|
|
119
|
+
)
|
|
87
120
|
}
|
|
88
121
|
)
|
|
89
122
|
);
|
|
90
123
|
$.displayName = "ImagePhotoOutline";
|
|
91
124
|
const S = i(
|
|
92
|
-
({ width: n = "16", height: e = "16", color:
|
|
125
|
+
({ width: n = "16", height: e = "16", color: o = "currentColor", ...t }, r) => /* @__PURE__ */ a(
|
|
93
126
|
"svg",
|
|
94
127
|
{
|
|
95
128
|
ref: r,
|
|
@@ -97,34 +130,50 @@ const S = i(
|
|
|
97
130
|
height: e,
|
|
98
131
|
viewBox: "0 0 16 16",
|
|
99
132
|
fill: "none",
|
|
133
|
+
color: o,
|
|
100
134
|
xmlns: "http://www.w3.org/2000/svg",
|
|
101
|
-
...
|
|
102
|
-
children: /* @__PURE__ */
|
|
103
|
-
/* @__PURE__ */ a(
|
|
104
|
-
|
|
135
|
+
...t,
|
|
136
|
+
children: /* @__PURE__ */ d("g", { opacity: "0.9", children: [
|
|
137
|
+
/* @__PURE__ */ a(
|
|
138
|
+
"path",
|
|
139
|
+
{
|
|
140
|
+
fillRule: "evenodd",
|
|
141
|
+
clipRule: "evenodd",
|
|
142
|
+
d: "M8.00004 2.54513C4.98758 2.54513 2.5455 4.98721 2.5455 7.99968C2.5455 11.0121 4.98758 13.4542 8.00004 13.4542C11.0125 13.4542 13.4546 11.0121 13.4546 7.99968C13.4546 4.98721 11.0125 2.54513 8.00004 2.54513ZM1.33337 7.99968C1.33337 4.31778 4.31814 1.33301 8.00004 1.33301C11.6819 1.33301 14.6667 4.31778 14.6667 7.99968C14.6667 11.6816 11.6819 14.6663 8.00004 14.6663C4.31814 14.6663 1.33337 11.6816 1.33337 7.99968Z",
|
|
143
|
+
fill: "currentColor"
|
|
144
|
+
}
|
|
145
|
+
),
|
|
146
|
+
/* @__PURE__ */ a(
|
|
147
|
+
"path",
|
|
148
|
+
{
|
|
149
|
+
d: "M8.06738 5.37341C8.38057 5.37341 8.63446 5.6273 8.63446 5.94049L8.63446 7.49994H10.1939C10.5071 7.49994 10.761 7.75383 10.761 8.06702C10.761 8.3802 10.5071 8.63409 10.1939 8.63409H8.63446V10.1935C8.63446 10.5067 8.38057 10.7606 8.06738 10.7606C7.7542 10.7606 7.50031 10.5067 7.50031 10.1935V8.63409H5.94085C5.62767 8.63409 5.37378 8.3802 5.37378 8.06702C5.37378 7.75383 5.62767 7.49994 5.94085 7.49994H7.50031L7.50031 5.94049C7.50031 5.6273 7.7542 5.37341 8.06738 5.37341Z",
|
|
150
|
+
fill: "currentColor"
|
|
151
|
+
}
|
|
152
|
+
)
|
|
105
153
|
] })
|
|
106
154
|
}
|
|
107
155
|
)
|
|
108
156
|
);
|
|
109
157
|
S.displayName = "MathSymbolsAddSquareV2Icon";
|
|
110
158
|
const z = i(
|
|
111
|
-
({ size: n = 16, color: e = "currentColor", ...
|
|
159
|
+
({ size: n = 16, color: e = "currentColor", ...o }, t) => /* @__PURE__ */ a(
|
|
112
160
|
"svg",
|
|
113
161
|
{
|
|
114
|
-
ref:
|
|
162
|
+
ref: t,
|
|
115
163
|
width: n,
|
|
116
164
|
height: n,
|
|
117
165
|
viewBox: "0 0 16 16",
|
|
166
|
+
color: e,
|
|
118
167
|
fill: "none",
|
|
119
168
|
xmlns: "http://www.w3.org/2000/svg",
|
|
120
|
-
...
|
|
169
|
+
...o,
|
|
121
170
|
children: /* @__PURE__ */ a(
|
|
122
171
|
"path",
|
|
123
172
|
{
|
|
124
173
|
fillRule: "evenodd",
|
|
125
174
|
clipRule: "evenodd",
|
|
126
175
|
d: "M4.00002 2.59978C3.62872 2.59978 3.27263 2.74728 3.01007 3.00983C2.74752 3.27238 2.60002 3.62848 2.60002 3.99978V9.21797L4.90909 6.9089L4.91733 6.90082C5.31675 6.51647 5.80518 6.28666 6.33336 6.28666C6.86154 6.28666 7.34997 6.51647 7.74939 6.90082L7.75762 6.9089L9.33336 8.48463L9.57576 8.24223L9.58399 8.23416C9.98341 7.8498 10.4718 7.62 11 7.62C11.5282 7.62 12.0166 7.8498 12.4161 8.23416L12.4243 8.24223L13.4 9.21797V3.99978C13.4 3.62848 13.2525 3.27238 12.99 3.00983C12.7274 2.74728 12.3713 2.59978 12 2.59978H4.00002ZM14.6 3.99978C14.6 3.31022 14.3261 2.6489 13.8385 2.1613C13.3509 1.67371 12.6896 1.39978 12 1.39978H4.00002C3.31046 1.39978 2.64914 1.67371 2.16155 2.1613C1.67395 2.6489 1.40002 3.31022 1.40002 3.99978V10.6664C1.40002 10.6663 1.40002 10.6665 1.40002 10.6664V11.9998C1.40002 12.6893 1.67395 13.3507 2.16155 13.8383C2.64914 14.3259 3.31046 14.5998 4.00002 14.5998H12C12.6896 14.5998 13.3509 14.3259 13.8385 13.8383C14.3261 13.3507 14.6 12.6893 14.6 11.9998V3.99978ZM13.4 10.915L11.5802 9.09517C11.3624 8.88707 11.1616 8.82 11 8.82C10.8385 8.82 10.6377 8.88707 10.4199 9.09517L10.1819 9.33316L11.091 10.2422C11.3253 10.4765 11.3253 10.8564 11.091 11.0908C10.8566 11.3251 10.4767 11.3251 10.2424 11.0908L8.90933 9.75766L6.91351 7.76184C6.69573 7.55374 6.4949 7.48666 6.33336 7.48666C6.17181 7.48666 5.97098 7.55374 5.75321 7.76184L2.60002 10.915V11.9998C2.60002 12.3711 2.74752 12.7272 3.01007 12.9897C3.27263 13.2523 3.62872 13.3998 4.00002 13.3998H12C12.3713 13.3998 12.7274 13.2523 12.99 12.9897C13.2525 12.7272 13.4 12.3711 13.4 11.9998V10.915ZM9.40002 5.33311C9.40002 5.00174 9.66865 4.73311 10 4.73311H10.0067C10.3381 4.73311 10.6067 5.00174 10.6067 5.33311C10.6067 5.66448 10.3381 5.93311 10.0067 5.93311H10C9.66865 5.93311 9.40002 5.66448 9.40002 5.33311Z",
|
|
127
|
-
fill:
|
|
176
|
+
fill: "currentColor"
|
|
128
177
|
}
|
|
129
178
|
)
|
|
130
179
|
}
|
|
@@ -132,7 +181,7 @@ const z = i(
|
|
|
132
181
|
);
|
|
133
182
|
z.displayName = "SwapIcon";
|
|
134
183
|
const A = i(
|
|
135
|
-
({ width: n = "16", height: e = "16", color:
|
|
184
|
+
({ width: n = "16", height: e = "16", color: o = "currentColor", ...t }, r) => /* @__PURE__ */ a(
|
|
136
185
|
"svg",
|
|
137
186
|
{
|
|
138
187
|
ref: r,
|
|
@@ -141,13 +190,13 @@ const A = i(
|
|
|
141
190
|
viewBox: "0 0 16 16",
|
|
142
191
|
fill: "none",
|
|
143
192
|
xmlns: "http://www.w3.org/2000/svg",
|
|
144
|
-
...
|
|
193
|
+
...t,
|
|
145
194
|
children: /* @__PURE__ */ a("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.5008 1.33398C4.8359 1.33398 5.10754 1.60533 5.10754 1.94005V2.37294H10.764V1.94005C10.764 1.60533 11.0357 1.33398 11.3708 1.33398C11.7059 1.33398 11.9775 1.60533 11.9775 1.94005V2.4444C13.1464 2.72526 14 3.79983 14 5.05691L14 11.9833C14 13.4495 12.8389 14.6673 11.3708 14.6673H4.62921C3.16114 14.6673 2 13.4495 2 11.9833V5.05691C2 3.84634 2.79165 2.80503 3.89406 2.4788V1.94005C3.89406 1.60533 4.16571 1.33398 4.5008 1.33398ZM4.62921 3.58506C3.86332 3.58506 3.21348 4.22783 3.21348 5.05691V5.32035C3.23562 5.3179 3.25811 5.31665 3.2809 5.31665H12.7191C12.7419 5.31665 12.7644 5.3179 12.7865 5.32035V5.05691C12.7865 4.22783 12.1367 3.58506 11.3708 3.58506H4.62921ZM12.7865 6.52507C12.7644 6.52751 12.7419 6.52877 12.7191 6.52877H3.2809C3.25811 6.52877 3.23562 6.52751 3.21348 6.52507V11.9833C3.21348 12.8124 3.86332 13.4552 4.62921 13.4552H11.3708C12.1367 13.4552 12.7865 12.8124 12.7865 11.9833L12.7865 6.52507ZM8.33708 8.03515C8.67217 8.03515 8.94382 8.30649 8.94382 8.64121V8.69329C8.94382 9.02801 8.67217 9.29935 8.33708 9.29935C8.00198 9.29935 7.73034 9.02801 7.73034 8.69329V8.64121C7.73034 8.30649 8.00198 8.03515 8.33708 8.03515ZM11.0337 8.03515C11.3688 8.03515 11.6404 8.30649 11.6404 8.64121V8.69329C11.6404 9.02801 11.3688 9.29935 11.0337 9.29935C10.6986 9.29935 10.427 9.02801 10.427 8.69329V8.64121C10.427 8.30649 10.6986 8.03515 11.0337 8.03515ZM5.30337 10.8578C5.63847 10.8578 5.91011 11.1291 5.91011 11.4638V11.5159C5.91011 11.8506 5.63847 12.122 5.30337 12.122C4.96828 12.122 4.69663 11.8506 4.69663 11.5159V11.4638C4.69663 11.1291 4.96828 10.8578 5.30337 10.8578ZM8.33708 10.8578C8.67217 10.8578 8.94382 11.1291 8.94382 11.4638V11.5159C8.94382 11.8506 8.67217 12.122 8.33708 12.122C8.00198 12.122 7.73034 11.8506 7.73034 11.5159V11.4638C7.73034 11.1291 8.00198 10.8578 8.33708 10.8578Z" })
|
|
146
195
|
}
|
|
147
196
|
)
|
|
148
197
|
);
|
|
149
198
|
A.displayName = "TimeCalendarV2Icon";
|
|
150
|
-
const W = "_focus_pvl5h_549", P = "_swap_pvl5h_631", O = "_swap__content_pvl5h_687", D = "_avatar_pvl5h_779", F = "_avatar__content_pvl5h_832", U = "_avatar__image_pvl5h_840", q = "_avatar__initials_pvl5h_846", T = "_avatar__placeholder_pvl5h_875", E = "_avatar__status_pvl5h_906", J = "_avatarWithBorder_pvl5h_938", K = "_avatarWithBorder__svg_pvl5h_945", Q = "_avatarWithBorder__content_pvl5h_981",
|
|
199
|
+
const W = "_focus_pvl5h_549", P = "_swap_pvl5h_631", O = "_swap__content_pvl5h_687", D = "_avatar_pvl5h_779", F = "_avatar__content_pvl5h_832", U = "_avatar__image_pvl5h_840", q = "_avatar__initials_pvl5h_846", T = "_avatar__placeholder_pvl5h_875", E = "_avatar__status_pvl5h_906", J = "_avatarWithBorder_pvl5h_938", K = "_avatarWithBorder__svg_pvl5h_945", Q = "_avatarWithBorder__content_pvl5h_981", C = {
|
|
151
200
|
focus: W,
|
|
152
201
|
"focus--default": "_focus--default_pvl5h_566",
|
|
153
202
|
"focus--danger": "_focus--danger_pvl5h_570",
|
|
@@ -191,20 +240,20 @@ const W = "_focus_pvl5h_549", P = "_swap_pvl5h_631", O = "_swap__content_pvl5h_6
|
|
|
191
240
|
}, X = ({
|
|
192
241
|
src: n,
|
|
193
242
|
name: e,
|
|
194
|
-
size:
|
|
195
|
-
status:
|
|
243
|
+
size: o = "m",
|
|
244
|
+
status: t = null,
|
|
196
245
|
bordered: r = !1,
|
|
197
|
-
backgroundColor:
|
|
198
|
-
className:
|
|
199
|
-
onError:
|
|
246
|
+
backgroundColor: c,
|
|
247
|
+
className: p = "",
|
|
248
|
+
onError: v
|
|
200
249
|
}) => {
|
|
201
|
-
const
|
|
202
|
-
const
|
|
203
|
-
return
|
|
250
|
+
const h = (l) => {
|
|
251
|
+
const _ = l.trim().split(" ");
|
|
252
|
+
return _.length === 1 ? _[0].charAt(0).toUpperCase() : `${_[0].charAt(0)}${_[_.length - 1].charAt(0)}`.toUpperCase();
|
|
204
253
|
}, g = () => {
|
|
205
|
-
if (
|
|
254
|
+
if (c) return c;
|
|
206
255
|
if (e) {
|
|
207
|
-
const
|
|
256
|
+
const l = [
|
|
208
257
|
"var(--color-blue-gray-600)",
|
|
209
258
|
"var(--color-indigo-600)",
|
|
210
259
|
"var(--color-success-600)",
|
|
@@ -221,43 +270,43 @@ const W = "_focus_pvl5h_549", P = "_swap_pvl5h_631", O = "_swap__content_pvl5h_6
|
|
|
221
270
|
"var(--color-yellow-600)",
|
|
222
271
|
"var(--color-rose-600)",
|
|
223
272
|
"var(--color-pink-600)"
|
|
224
|
-
],
|
|
225
|
-
return
|
|
273
|
+
], _ = e.split("").reduce((x, b) => x + b.charCodeAt(0), 0);
|
|
274
|
+
return l[_ % l.length];
|
|
226
275
|
}
|
|
227
276
|
return "var(--color-blue-gray-300)";
|
|
228
|
-
},
|
|
277
|
+
}, u = {
|
|
229
278
|
online: "var(--color-success-500)",
|
|
230
279
|
offline: "var(--color-blue-gray-400)",
|
|
231
280
|
away: "var(--color-warning-500)",
|
|
232
281
|
busy: "var(--color-danger-500)"
|
|
233
282
|
}, f = [
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
r ?
|
|
237
|
-
|
|
238
|
-
].filter(Boolean).join(" "),
|
|
283
|
+
C.avatar,
|
|
284
|
+
C[`avatar--${o}`],
|
|
285
|
+
r ? C["avatar--bordered"] : "",
|
|
286
|
+
p
|
|
287
|
+
].filter(Boolean).join(" "), y = () => {
|
|
239
288
|
if (n)
|
|
240
289
|
return /* @__PURE__ */ a(
|
|
241
290
|
"img",
|
|
242
291
|
{
|
|
243
292
|
src: n,
|
|
244
293
|
alt: e ? `${e} avatar` : "Avatar",
|
|
245
|
-
className:
|
|
246
|
-
onError:
|
|
294
|
+
className: C.avatar__image,
|
|
295
|
+
onError: v
|
|
247
296
|
}
|
|
248
297
|
);
|
|
249
298
|
if (e) {
|
|
250
|
-
const
|
|
299
|
+
const l = h(e);
|
|
251
300
|
return /* @__PURE__ */ a(
|
|
252
301
|
"div",
|
|
253
302
|
{
|
|
254
|
-
className:
|
|
303
|
+
className: C.avatar__initials,
|
|
255
304
|
style: { backgroundColor: g() },
|
|
256
|
-
children:
|
|
305
|
+
children: l
|
|
257
306
|
}
|
|
258
307
|
);
|
|
259
308
|
}
|
|
260
|
-
return /* @__PURE__ */ a("div", { className:
|
|
309
|
+
return /* @__PURE__ */ a("div", { className: C.avatar__placeholder, children: /* @__PURE__ */ d(
|
|
261
310
|
"svg",
|
|
262
311
|
{
|
|
263
312
|
width: "24",
|
|
@@ -273,13 +322,13 @@ const W = "_focus_pvl5h_549", P = "_swap_pvl5h_631", O = "_swap__content_pvl5h_6
|
|
|
273
322
|
}
|
|
274
323
|
) });
|
|
275
324
|
};
|
|
276
|
-
return /* @__PURE__ */
|
|
277
|
-
/* @__PURE__ */ a("div", { className:
|
|
278
|
-
|
|
325
|
+
return /* @__PURE__ */ d("div", { className: f, children: [
|
|
326
|
+
/* @__PURE__ */ a("div", { className: C.avatar__content, children: y() }),
|
|
327
|
+
t && /* @__PURE__ */ a(
|
|
279
328
|
"div",
|
|
280
329
|
{
|
|
281
|
-
className:
|
|
282
|
-
style: { backgroundColor:
|
|
330
|
+
className: C.avatar__status,
|
|
331
|
+
style: { backgroundColor: u[t] }
|
|
283
332
|
}
|
|
284
333
|
)
|
|
285
334
|
] });
|
|
@@ -291,24 +340,24 @@ const W = "_focus_pvl5h_549", P = "_swap_pvl5h_631", O = "_swap__content_pvl5h_6
|
|
|
291
340
|
}, S1 = ({
|
|
292
341
|
items: n,
|
|
293
342
|
max: e = 5,
|
|
294
|
-
size:
|
|
295
|
-
overlap:
|
|
343
|
+
size: o = "m",
|
|
344
|
+
overlap: t = !0,
|
|
296
345
|
className: r = ""
|
|
297
346
|
}) => {
|
|
298
|
-
const
|
|
299
|
-
return /* @__PURE__ */
|
|
347
|
+
const c = n.slice(0, e), p = n.length - c.length;
|
|
348
|
+
return /* @__PURE__ */ d(
|
|
300
349
|
"div",
|
|
301
350
|
{
|
|
302
351
|
className: [
|
|
303
352
|
m.avatarGroup,
|
|
304
|
-
|
|
353
|
+
t ? m["avatarGroup--overlap"] : "",
|
|
305
354
|
r
|
|
306
355
|
].filter(Boolean).join(" "),
|
|
307
356
|
children: [
|
|
308
|
-
|
|
309
|
-
|
|
357
|
+
c.map((v, h) => /* @__PURE__ */ a("div", { className: m.avatarGroup__item, children: /* @__PURE__ */ a(X, { ...v, size: o }) }, h)),
|
|
358
|
+
p > 0 && /* @__PURE__ */ d("div", { className: `${m.avatarGroup__item} ${m.avatarGroup__more}`, children: [
|
|
310
359
|
"+",
|
|
311
|
-
|
|
360
|
+
p
|
|
312
361
|
] })
|
|
313
362
|
]
|
|
314
363
|
}
|
|
@@ -316,8 +365,8 @@ const W = "_focus_pvl5h_549", P = "_swap_pvl5h_631", O = "_swap__content_pvl5h_6
|
|
|
316
365
|
}, z1 = ({
|
|
317
366
|
size: n = 80,
|
|
318
367
|
borderColor: e = "#D6DDFF",
|
|
319
|
-
borderWidth:
|
|
320
|
-
borderStyle:
|
|
368
|
+
borderWidth: o = 2,
|
|
369
|
+
borderStyle: t = "dashed",
|
|
321
370
|
children: r
|
|
322
371
|
}) => /* @__PURE__ */ a(
|
|
323
372
|
"div",
|
|
@@ -326,8 +375,8 @@ const W = "_focus_pvl5h_549", P = "_swap_pvl5h_631", O = "_swap__content_pvl5h_6
|
|
|
326
375
|
width: n,
|
|
327
376
|
height: n,
|
|
328
377
|
borderRadius: "50%",
|
|
329
|
-
border: `${
|
|
330
|
-
padding:
|
|
378
|
+
border: `${o}px ${t} ${e}`,
|
|
379
|
+
padding: o,
|
|
331
380
|
boxSizing: "border-box",
|
|
332
381
|
display: "flex",
|
|
333
382
|
alignItems: "center",
|
|
@@ -347,7 +396,7 @@ const W = "_focus_pvl5h_549", P = "_swap_pvl5h_631", O = "_swap__content_pvl5h_6
|
|
|
347
396
|
}
|
|
348
397
|
)
|
|
349
398
|
}
|
|
350
|
-
), e1 = "_focus_1ckja_549",
|
|
399
|
+
), e1 = "_focus_1ckja_549", t1 = "_swap_1ckja_631", o1 = "_swap__content_1ckja_687", r1 = "_spinner_1ckja_779", s1 = "_spinner__label_1ckja_841", w = {
|
|
351
400
|
focus: e1,
|
|
352
401
|
"focus--default": "_focus--default_1ckja_566",
|
|
353
402
|
"focus--danger": "_focus--danger_1ckja_570",
|
|
@@ -358,7 +407,7 @@ const W = "_focus_pvl5h_549", P = "_swap_pvl5h_631", O = "_swap__content_pvl5h_6
|
|
|
358
407
|
"focus--input": "_focus--input_1ckja_606",
|
|
359
408
|
"focus--button": "_focus--button_1ckja_611",
|
|
360
409
|
"focus--card": "_focus--card_1ckja_616",
|
|
361
|
-
swap:
|
|
410
|
+
swap: t1,
|
|
362
411
|
"swap--text": "_swap--text_1ckja_640",
|
|
363
412
|
"swap--icon": "_swap--icon_1ckja_651",
|
|
364
413
|
"swap--icon-xs": "_swap--icon-xs_1ckja_661",
|
|
@@ -366,7 +415,7 @@ const W = "_focus_pvl5h_549", P = "_swap_pvl5h_631", O = "_swap__content_pvl5h_6
|
|
|
366
415
|
"swap--icon-m": "_swap--icon-m_1ckja_671",
|
|
367
416
|
"swap--icon-l": "_swap--icon-l_1ckja_676",
|
|
368
417
|
"swap--icon-xl": "_swap--icon-xl_1ckja_681",
|
|
369
|
-
swap__content:
|
|
418
|
+
swap__content: o1,
|
|
370
419
|
"swap--group-horizontal": "_swap--group-horizontal_1ckja_696",
|
|
371
420
|
"swap--group-vertical": "_swap--group-vertical_1ckja_703",
|
|
372
421
|
"swap--with-background": "_swap--with-background_1ckja_711",
|
|
@@ -377,7 +426,7 @@ const W = "_focus_pvl5h_549", P = "_swap_pvl5h_631", O = "_swap__content_pvl5h_6
|
|
|
377
426
|
"spinner-container--label-bottom": "_spinner-container--label-bottom_1ckja_788",
|
|
378
427
|
"spinner-container--label-left": "_spinner-container--label-left_1ckja_792",
|
|
379
428
|
"spinner-container--label-right": "_spinner-container--label-right_1ckja_796",
|
|
380
|
-
spinner:
|
|
429
|
+
spinner: r1,
|
|
381
430
|
"spinner-rotate": "_spinner-rotate_1ckja_1",
|
|
382
431
|
"spinner--primary": "_spinner--primary_1ckja_807",
|
|
383
432
|
"spinner--inverse": "_spinner--inverse_1ckja_810",
|
|
@@ -388,26 +437,26 @@ const W = "_focus_pvl5h_549", P = "_swap_pvl5h_631", O = "_swap__content_pvl5h_6
|
|
|
388
437
|
"spinner--m": "_spinner--m_1ckja_824",
|
|
389
438
|
"spinner--l": "_spinner--l_1ckja_832",
|
|
390
439
|
"spinner--xl": "_spinner--xl_1ckja_836",
|
|
391
|
-
spinner__label:
|
|
440
|
+
spinner__label: s1,
|
|
392
441
|
"spinner-svg": "_spinner-svg_1ckja_856"
|
|
393
|
-
},
|
|
442
|
+
}, c1 = ({
|
|
394
443
|
size: n = "m",
|
|
395
444
|
color: e,
|
|
396
|
-
className:
|
|
397
|
-
label:
|
|
445
|
+
className: o = "",
|
|
446
|
+
label: t,
|
|
398
447
|
labelPosition: r = "bottom"
|
|
399
448
|
}) => {
|
|
400
|
-
const
|
|
449
|
+
const c = !!t, p = [
|
|
401
450
|
w["spinner-container"],
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
].filter(Boolean).join(" "),
|
|
451
|
+
c && w[`spinner-container--label-${r}`],
|
|
452
|
+
o
|
|
453
|
+
].filter(Boolean).join(" "), v = [
|
|
405
454
|
w.spinner,
|
|
406
455
|
w[`spinner--${n}`],
|
|
407
456
|
w[`spinner--${e}`]
|
|
408
457
|
].filter(Boolean).join(" ");
|
|
409
|
-
return /* @__PURE__ */
|
|
410
|
-
/* @__PURE__ */ a("div", { className:
|
|
458
|
+
return /* @__PURE__ */ d("div", { className: p, children: [
|
|
459
|
+
/* @__PURE__ */ a("div", { className: v, children: (() => {
|
|
411
460
|
switch (n) {
|
|
412
461
|
case "xs":
|
|
413
462
|
return /* @__PURE__ */ a("svg", { width: "12", height: "12", viewBox: "0 0 12 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ a("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.0271 9.32414C11.5487 8.54345 11.8786 7.65462 11.9948 6.7298C12.0466 6.31739 11.7048 5.97912 11.2891 5.97912C10.8735 5.97912 10.5431 6.3186 10.4746 6.72857C10.1176 8.86575 8.25944 10.4946 6.02088 10.4946C3.52695 10.4946 1.50522 8.47291 1.50522 5.97898C1.50522 3.74035 3.13422 1.88219 5.27149 1.52522C5.68143 1.45675 6.02088 1.1264 6.02088 0.710787C6.02088 0.29517 5.68266 -0.0466028 5.27028 0.00521079C4.34544 0.121414 3.45658 0.451289 2.67586 0.972945C1.68573 1.63453 0.914021 2.57486 0.458315 3.67503C0.00260876 4.7752 -0.116625 5.9858 0.115692 7.15374C0.348009 8.32167 0.921443 9.39449 1.76348 10.2365C2.60551 11.0786 3.67833 11.652 4.84627 11.8843C6.0142 12.1166 7.2248 11.9974 8.32497 11.5417C9.42515 11.086 10.3655 10.3143 11.0271 9.32414Z", fill: "currentColor" }) });
|
|
@@ -425,48 +474,48 @@ const W = "_focus_pvl5h_549", P = "_swap_pvl5h_631", O = "_swap__content_pvl5h_6
|
|
|
425
474
|
return null;
|
|
426
475
|
}
|
|
427
476
|
})() }),
|
|
428
|
-
|
|
477
|
+
t && /* @__PURE__ */ a("span", { className: w.spinner__label, "aria-hidden": "true", children: t })
|
|
429
478
|
] });
|
|
430
|
-
},
|
|
431
|
-
focus:
|
|
432
|
-
"focus--default": "_focus--
|
|
433
|
-
"focus--danger": "_focus--
|
|
434
|
-
"focus--visible": "_focus--
|
|
435
|
-
"focus-danger": "_focus-
|
|
436
|
-
"focus-within--default": "_focus-within--
|
|
437
|
-
"focus-within--danger": "_focus-within--
|
|
438
|
-
"focus--input": "_focus--
|
|
439
|
-
"focus--button": "_focus--
|
|
440
|
-
"focus--card": "_focus--
|
|
441
|
-
swap:
|
|
442
|
-
"swap--text": "_swap--
|
|
443
|
-
"swap--icon": "_swap--
|
|
444
|
-
"swap--icon-xs": "_swap--icon-
|
|
445
|
-
"swap--icon-s": "_swap--icon-
|
|
446
|
-
"swap--icon-m": "_swap--icon-
|
|
447
|
-
"swap--icon-l": "_swap--icon-
|
|
448
|
-
"swap--icon-xl": "_swap--icon-
|
|
479
|
+
}, l1 = "_focus_1tyc7_549", _1 = "_swap_1tyc7_631", i1 = "_swap__content_1tyc7_687", p1 = "_button_1tyc7_779", C1 = "_sizeL_1tyc7_804", d1 = "_sizeM_1tyc7_808", v1 = "_sizeS_1tyc7_812", u1 = "_iconOnly_1tyc7_816", h1 = "_primary_1tyc7_828", w1 = "_disabled_1tyc7_833", g1 = "_count_1tyc7_847", f1 = "_secondary_1tyc7_851", m1 = "_ghost_1tyc7_874", y1 = "_link_1tyc7_897", x1 = "_dangerPrimary_1tyc7_926", b1 = "_dangerSecondary_1tyc7_952", L1 = "_dangerGhost_1tyc7_978", k1 = "_dangerLink_1tyc7_1004", j1 = "_open_1tyc7_1031", V1 = "_content_1tyc7_1043", M1 = "_loader_1tyc7_1048", B1 = "_text_1tyc7_1054", N1 = "_icon_1tyc7_816", Z1 = "_chevron_1tyc7_1081", H1 = "_loading_1tyc7_1109", s = {
|
|
480
|
+
focus: l1,
|
|
481
|
+
"focus--default": "_focus--default_1tyc7_566",
|
|
482
|
+
"focus--danger": "_focus--danger_1tyc7_570",
|
|
483
|
+
"focus--visible": "_focus--visible_1tyc7_576",
|
|
484
|
+
"focus-danger": "_focus-danger_1tyc7_591",
|
|
485
|
+
"focus-within--default": "_focus-within--default_1tyc7_597",
|
|
486
|
+
"focus-within--danger": "_focus-within--danger_1tyc7_601",
|
|
487
|
+
"focus--input": "_focus--input_1tyc7_606",
|
|
488
|
+
"focus--button": "_focus--button_1tyc7_611",
|
|
489
|
+
"focus--card": "_focus--card_1tyc7_616",
|
|
490
|
+
swap: _1,
|
|
491
|
+
"swap--text": "_swap--text_1tyc7_640",
|
|
492
|
+
"swap--icon": "_swap--icon_1tyc7_651",
|
|
493
|
+
"swap--icon-xs": "_swap--icon-xs_1tyc7_661",
|
|
494
|
+
"swap--icon-s": "_swap--icon-s_1tyc7_666",
|
|
495
|
+
"swap--icon-m": "_swap--icon-m_1tyc7_671",
|
|
496
|
+
"swap--icon-l": "_swap--icon-l_1tyc7_676",
|
|
497
|
+
"swap--icon-xl": "_swap--icon-xl_1tyc7_681",
|
|
449
498
|
swap__content: i1,
|
|
450
|
-
"swap--group-horizontal": "_swap--group-
|
|
451
|
-
"swap--group-vertical": "_swap--group-
|
|
452
|
-
"swap--with-background": "_swap--with-
|
|
453
|
-
"swap--with-border": "_swap--with-
|
|
454
|
-
"swap--interactive": "_swap--
|
|
455
|
-
button:
|
|
456
|
-
sizeL:
|
|
457
|
-
sizeM:
|
|
458
|
-
sizeS:
|
|
459
|
-
iconOnly:
|
|
460
|
-
primary:
|
|
499
|
+
"swap--group-horizontal": "_swap--group-horizontal_1tyc7_696",
|
|
500
|
+
"swap--group-vertical": "_swap--group-vertical_1tyc7_703",
|
|
501
|
+
"swap--with-background": "_swap--with-background_1tyc7_711",
|
|
502
|
+
"swap--with-border": "_swap--with-border_1tyc7_717",
|
|
503
|
+
"swap--interactive": "_swap--interactive_1tyc7_725",
|
|
504
|
+
button: p1,
|
|
505
|
+
sizeL: C1,
|
|
506
|
+
sizeM: d1,
|
|
507
|
+
sizeS: v1,
|
|
508
|
+
iconOnly: u1,
|
|
509
|
+
primary: h1,
|
|
461
510
|
disabled: w1,
|
|
462
511
|
count: g1,
|
|
463
512
|
secondary: f1,
|
|
464
513
|
ghost: m1,
|
|
465
|
-
link:
|
|
466
|
-
dangerPrimary:
|
|
467
|
-
dangerSecondary:
|
|
468
|
-
dangerGhost:
|
|
469
|
-
dangerLink:
|
|
514
|
+
link: y1,
|
|
515
|
+
dangerPrimary: x1,
|
|
516
|
+
dangerSecondary: b1,
|
|
517
|
+
dangerGhost: L1,
|
|
518
|
+
dangerLink: k1,
|
|
470
519
|
open: j1,
|
|
471
520
|
content: V1,
|
|
472
521
|
loader: M1,
|
|
@@ -488,63 +537,63 @@ const W = "_focus_pvl5h_549", P = "_swap_pvl5h_631", O = "_swap__content_pvl5h_6
|
|
|
488
537
|
}, G1 = i(
|
|
489
538
|
(n, e) => {
|
|
490
539
|
const {
|
|
491
|
-
size:
|
|
492
|
-
variant:
|
|
540
|
+
size: o = "m",
|
|
541
|
+
variant: t = "primary",
|
|
493
542
|
disabled: r = !1,
|
|
494
|
-
loading:
|
|
495
|
-
active:
|
|
496
|
-
open:
|
|
497
|
-
className:
|
|
543
|
+
loading: c = !1,
|
|
544
|
+
active: p = !1,
|
|
545
|
+
open: v = !1,
|
|
546
|
+
className: h = "",
|
|
498
547
|
children: g,
|
|
499
|
-
icon:
|
|
548
|
+
icon: u,
|
|
500
549
|
iconPosition: f = "left",
|
|
501
|
-
tooltip:
|
|
502
|
-
count:
|
|
503
|
-
withChevron:
|
|
504
|
-
href:
|
|
505
|
-
...
|
|
506
|
-
} = n,
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
t
|
|
510
|
-
r &&
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
].filter(Boolean).join(" "), j = () => /* @__PURE__ */
|
|
517
|
-
/* @__PURE__ */
|
|
518
|
-
|
|
519
|
-
g && /* @__PURE__ */ a("span", { className:
|
|
520
|
-
|
|
521
|
-
M && /* @__PURE__ */ a("span", { className:
|
|
522
|
-
|
|
550
|
+
tooltip: y,
|
|
551
|
+
count: l,
|
|
552
|
+
withChevron: _ = !1,
|
|
553
|
+
href: x,
|
|
554
|
+
...b
|
|
555
|
+
} = n, L = f === "only" || !g && u, M = _ && !L, k = [
|
|
556
|
+
s.button,
|
|
557
|
+
s[`size${o.toUpperCase()}`],
|
|
558
|
+
s[t],
|
|
559
|
+
r && s.disabled,
|
|
560
|
+
c && s.loading,
|
|
561
|
+
p && s.active,
|
|
562
|
+
v && s.open,
|
|
563
|
+
L && s.iconOnly,
|
|
564
|
+
h
|
|
565
|
+
].filter(Boolean).join(" "), j = () => /* @__PURE__ */ d(Z, { children: [
|
|
566
|
+
/* @__PURE__ */ d("span", { className: s.content, children: [
|
|
567
|
+
u && f !== "right" && /* @__PURE__ */ a("span", { className: s.icon, children: u }),
|
|
568
|
+
g && /* @__PURE__ */ a("span", { className: s.text, children: g }),
|
|
569
|
+
u && f === "right" && /* @__PURE__ */ a("span", { className: s.icon, children: u }),
|
|
570
|
+
M && /* @__PURE__ */ a("span", { className: s.chevron }),
|
|
571
|
+
l !== void 0 && /* @__PURE__ */ a("span", { className: s.count, children: l > 99 ? "+99" : l })
|
|
523
572
|
] }),
|
|
524
|
-
|
|
573
|
+
c && /* @__PURE__ */ a("span", { className: s.loader, children: /* @__PURE__ */ a(c1, { size: R1(o) }) })
|
|
525
574
|
] });
|
|
526
|
-
if (
|
|
527
|
-
const V =
|
|
528
|
-
return r ||
|
|
575
|
+
if (x) {
|
|
576
|
+
const V = b;
|
|
577
|
+
return r || c ? /* @__PURE__ */ a("span", { className: k, ...V, children: j() }) : /* @__PURE__ */ a(
|
|
529
578
|
"a",
|
|
530
579
|
{
|
|
531
580
|
ref: e,
|
|
532
|
-
href:
|
|
533
|
-
className:
|
|
581
|
+
href: x,
|
|
582
|
+
className: k,
|
|
534
583
|
...V,
|
|
535
584
|
children: j()
|
|
536
585
|
}
|
|
537
586
|
);
|
|
538
587
|
}
|
|
539
|
-
const { type: B = "button", ...N } =
|
|
588
|
+
const { type: B = "button", ...N } = b;
|
|
540
589
|
return /* @__PURE__ */ a(
|
|
541
590
|
"button",
|
|
542
591
|
{
|
|
543
592
|
ref: e,
|
|
544
593
|
type: B,
|
|
545
|
-
className:
|
|
546
|
-
disabled: r ||
|
|
547
|
-
"aria-label":
|
|
594
|
+
className: k,
|
|
595
|
+
disabled: r || c,
|
|
596
|
+
"aria-label": L && y ? y : void 0,
|
|
548
597
|
...N,
|
|
549
598
|
children: j()
|
|
550
599
|
}
|
|
@@ -563,7 +612,7 @@ export {
|
|
|
563
612
|
I as ImagePhotoIcon,
|
|
564
613
|
$ as ImagePhotoOutline,
|
|
565
614
|
S as MathSymbolsAddSquareV2Icon,
|
|
566
|
-
|
|
615
|
+
c1 as Spinner,
|
|
567
616
|
z as SwapIcon,
|
|
568
617
|
A as TimeCalendarV2Icon
|
|
569
618
|
};
|