@ukpc-lib/react 0.3.2 → 0.3.4
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/components/GlobalMenu/components/MenuItem.d.ts +2 -4
- package/dist/components/index.cjs +2 -2
- package/dist/components/index.js +4 -4
- package/dist/index-2ca7cc99.js +636 -0
- package/dist/index-5840ed79.cjs +1 -0
- package/dist/{index.module-5fdb50ba.cjs → index.module-28c2f9be.cjs} +33 -33
- package/dist/{index.module-16bdfef5.js → index.module-d03675ea.js} +383 -383
- package/dist/share/index.cjs +1 -1
- package/dist/share/index.d.ts +1 -0
- package/dist/share/index.js +10 -7
- package/dist/theme/Theme.d.ts +1 -1
- package/dist/theme/index.cjs +1 -1
- package/dist/theme/index.d.ts +26 -3
- package/dist/theme/index.js +7 -576
- package/package.json +2 -2
- package/web-components-bundle/access-denied/index.cjs +1 -1
- package/web-components-bundle/access-denied/index.js +2 -2
- package/web-components-bundle/global-menu/index.cjs +1 -1
- package/web-components-bundle/global-menu/index.js +2 -2
- package/web-components-bundle/global-topbar/index.cjs +1 -1
- package/web-components-bundle/global-topbar/index.js +4 -4
- package/web-components-bundle/has-permission/index.cjs +1 -1
- package/web-components-bundle/has-permission/index.js +4 -4
- package/web-components-bundle/{index-efce3862.cjs → index-12495706.cjs} +80 -80
- package/web-components-bundle/{index-dc05ef0c.js → index-21a54132.js} +2950 -2894
- package/web-components-bundle/{index-813b234d.cjs → index-25f216cc.cjs} +13 -13
- package/web-components-bundle/{index-5627e1e9.cjs → index-389a5bed.cjs} +2 -2
- package/web-components-bundle/{index-c0edc305.js → index-bf404503.js} +170 -170
- package/web-components-bundle/{index-a716cadc.js → index-c5021c14.js} +323 -323
- package/web-components-bundle/{react-to-web-component-5d347552.cjs → react-to-web-component-3847ebf5.cjs} +8 -8
- package/web-components-bundle/{react-to-web-component-24d28041.js → react-to-web-component-469d91d4.js} +508 -506
- package/dist/Colors-4ad88021.js +0 -29
- package/dist/Colors-51ce6654.cjs +0 -1
- package/dist/theme/SaasThemeProvider.d.ts +0 -2
package/dist/theme/index.js
CHANGED
|
@@ -1,578 +1,9 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
|
|
6
|
-
const r = T({});
|
|
7
|
-
return /* @__PURE__ */ y(x, { theme: r, children: e.children });
|
|
8
|
-
};
|
|
9
|
-
var c = {
|
|
10
|
-
color: void 0,
|
|
11
|
-
size: void 0,
|
|
12
|
-
className: void 0,
|
|
13
|
-
style: void 0,
|
|
14
|
-
attr: void 0
|
|
15
|
-
}, g = a.createContext && /* @__PURE__ */ a.createContext(c), O = ["attr", "size", "title"];
|
|
16
|
-
function M(e, r) {
|
|
17
|
-
if (e == null)
|
|
18
|
-
return {};
|
|
19
|
-
var t = P(e, r), i, o;
|
|
20
|
-
if (Object.getOwnPropertySymbols) {
|
|
21
|
-
var n = Object.getOwnPropertySymbols(e);
|
|
22
|
-
for (o = 0; o < n.length; o++)
|
|
23
|
-
i = n[o], !(r.indexOf(i) >= 0) && Object.prototype.propertyIsEnumerable.call(e, i) && (t[i] = e[i]);
|
|
24
|
-
}
|
|
25
|
-
return t;
|
|
26
|
-
}
|
|
27
|
-
function P(e, r) {
|
|
28
|
-
if (e == null)
|
|
29
|
-
return {};
|
|
30
|
-
var t = {}, i = Object.keys(e), o, n;
|
|
31
|
-
for (n = 0; n < i.length; n++)
|
|
32
|
-
o = i[n], !(r.indexOf(o) >= 0) && (t[o] = e[o]);
|
|
33
|
-
return t;
|
|
34
|
-
}
|
|
35
|
-
function u() {
|
|
36
|
-
return u = Object.assign ? Object.assign.bind() : function(e) {
|
|
37
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
38
|
-
var t = arguments[r];
|
|
39
|
-
for (var i in t)
|
|
40
|
-
Object.prototype.hasOwnProperty.call(t, i) && (e[i] = t[i]);
|
|
41
|
-
}
|
|
42
|
-
return e;
|
|
43
|
-
}, u.apply(this, arguments);
|
|
44
|
-
}
|
|
45
|
-
function s(e, r) {
|
|
46
|
-
var t = Object.keys(e);
|
|
47
|
-
if (Object.getOwnPropertySymbols) {
|
|
48
|
-
var i = Object.getOwnPropertySymbols(e);
|
|
49
|
-
r && (i = i.filter(function(o) {
|
|
50
|
-
return Object.getOwnPropertyDescriptor(e, o).enumerable;
|
|
51
|
-
})), t.push.apply(t, i);
|
|
52
|
-
}
|
|
53
|
-
return t;
|
|
54
|
-
}
|
|
55
|
-
function p(e) {
|
|
56
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
57
|
-
var t = arguments[r] != null ? arguments[r] : {};
|
|
58
|
-
r % 2 ? s(Object(t), !0).forEach(function(i) {
|
|
59
|
-
C(e, i, t[i]);
|
|
60
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : s(Object(t)).forEach(function(i) {
|
|
61
|
-
Object.defineProperty(e, i, Object.getOwnPropertyDescriptor(t, i));
|
|
62
|
-
});
|
|
63
|
-
}
|
|
64
|
-
return e;
|
|
65
|
-
}
|
|
66
|
-
function C(e, r, t) {
|
|
67
|
-
return r = w(r), r in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e;
|
|
68
|
-
}
|
|
69
|
-
function w(e) {
|
|
70
|
-
var r = S(e, "string");
|
|
71
|
-
return typeof r == "symbol" ? r : String(r);
|
|
72
|
-
}
|
|
73
|
-
function S(e, r) {
|
|
74
|
-
if (typeof e != "object" || e === null)
|
|
75
|
-
return e;
|
|
76
|
-
var t = e[Symbol.toPrimitive];
|
|
77
|
-
if (t !== void 0) {
|
|
78
|
-
var i = t.call(e, r || "default");
|
|
79
|
-
if (typeof i != "object")
|
|
80
|
-
return i;
|
|
81
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
82
|
-
}
|
|
83
|
-
return (r === "string" ? String : Number)(e);
|
|
84
|
-
}
|
|
85
|
-
function m(e) {
|
|
86
|
-
return e && e.map((r, t) => /* @__PURE__ */ a.createElement(r.tag, p({
|
|
87
|
-
key: t
|
|
88
|
-
}, r.attr), m(r.child)));
|
|
89
|
-
}
|
|
90
|
-
function f(e) {
|
|
91
|
-
return (r) => /* @__PURE__ */ a.createElement(k, u({
|
|
92
|
-
attr: p({}, e.attr)
|
|
93
|
-
}, r), m(e.child));
|
|
94
|
-
}
|
|
95
|
-
function k(e) {
|
|
96
|
-
var r = (t) => {
|
|
97
|
-
var {
|
|
98
|
-
attr: i,
|
|
99
|
-
size: o,
|
|
100
|
-
title: n
|
|
101
|
-
} = e, h = M(e, O), l = o || t.size || "1em", d;
|
|
102
|
-
return t.className && (d = t.className), e.className && (d = (d ? d + " " : "") + e.className), /* @__PURE__ */ a.createElement("svg", u({
|
|
103
|
-
stroke: "currentColor",
|
|
104
|
-
fill: "currentColor",
|
|
105
|
-
strokeWidth: "0"
|
|
106
|
-
}, t.attr, i, h, {
|
|
107
|
-
className: d,
|
|
108
|
-
style: p(p({
|
|
109
|
-
color: e.color || t.color
|
|
110
|
-
}, t.style), e.style),
|
|
111
|
-
height: l,
|
|
112
|
-
width: l,
|
|
113
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
114
|
-
}), n && /* @__PURE__ */ a.createElement("title", null, n), e.children);
|
|
115
|
-
};
|
|
116
|
-
return g !== void 0 ? /* @__PURE__ */ a.createElement(g.Consumer, null, (t) => r(t)) : r(c);
|
|
117
|
-
}
|
|
118
|
-
function z(e) {
|
|
119
|
-
return f({ tag: "svg", attr: { viewBox: "0 0 1024 1024" }, child: [{ tag: "path", attr: { d: "M689 165.1L308.2 493.5c-10.9 9.4-10.9 27.5 0 37L689 858.9c14.2 12.2 35 1.2 35-18.5V183.6c0-19.7-20.8-30.7-35-18.5z" }, child: [] }] })(e);
|
|
120
|
-
}
|
|
121
|
-
function j(e) {
|
|
122
|
-
return f({ tag: "svg", attr: { viewBox: "0 0 1024 1024" }, child: [{ tag: "path", attr: { d: "M715.8 493.5L335 165.1c-14.2-12.2-35-1.2-35 18.5v656.8c0 19.7 20.8 30.7 35 18.5l380.8-328.4c10.9-9.4 10.9-27.6 0-37z" }, child: [] }] })(e);
|
|
123
|
-
}
|
|
124
|
-
const T = ({ colors: e = b }) => v({
|
|
125
|
-
palette: {
|
|
126
|
-
primary: {
|
|
127
|
-
main: e.primary300
|
|
128
|
-
},
|
|
129
|
-
secondary: {
|
|
130
|
-
main: e.secondary
|
|
131
|
-
},
|
|
132
|
-
warning: {
|
|
133
|
-
main: e.warning
|
|
134
|
-
},
|
|
135
|
-
error: {
|
|
136
|
-
main: e.danger
|
|
137
|
-
}
|
|
138
|
-
},
|
|
139
|
-
typography: {
|
|
140
|
-
fontFamily: "TT Firs Neue Trl",
|
|
141
|
-
button: {
|
|
142
|
-
textTransform: "none",
|
|
143
|
-
// padding: '0.75rem 1rem',
|
|
144
|
-
fontSize: "0.875rem",
|
|
145
|
-
// lineHeight: '1rem',
|
|
146
|
-
// height: 'fit-content',
|
|
147
|
-
// // fontFamily: '',
|
|
148
|
-
// borderRadius: 5,
|
|
149
|
-
fontWeight: 400,
|
|
150
|
-
boxShadow: "none"
|
|
151
|
-
},
|
|
152
|
-
body1: {
|
|
153
|
-
fontSize: "0.875rem",
|
|
154
|
-
fontWeight: 400
|
|
155
|
-
},
|
|
156
|
-
body2: {
|
|
157
|
-
fontSize: "0.75rem"
|
|
158
|
-
},
|
|
159
|
-
h6: {
|
|
160
|
-
fontSize: "0.875rem",
|
|
161
|
-
fontWeight: 500
|
|
162
|
-
},
|
|
163
|
-
h5: {
|
|
164
|
-
fontSize: "1rem",
|
|
165
|
-
fontWeight: 500
|
|
166
|
-
},
|
|
167
|
-
h4: {
|
|
168
|
-
fontSize: "1.25rem",
|
|
169
|
-
fontWeight: 500
|
|
170
|
-
},
|
|
171
|
-
h3: {
|
|
172
|
-
fontSize: "1.5rem",
|
|
173
|
-
fontWeight: 500
|
|
174
|
-
},
|
|
175
|
-
h2: {
|
|
176
|
-
fontSize: "2rem",
|
|
177
|
-
fontWeight: 500
|
|
178
|
-
},
|
|
179
|
-
h1: {
|
|
180
|
-
fontSize: "2.5rem",
|
|
181
|
-
fontWeight: 500
|
|
182
|
-
},
|
|
183
|
-
subtitle1: {
|
|
184
|
-
fontSize: "0.75rem"
|
|
185
|
-
},
|
|
186
|
-
subtitle2: {
|
|
187
|
-
fontSize: "0.625rem"
|
|
188
|
-
}
|
|
189
|
-
},
|
|
190
|
-
components: {
|
|
191
|
-
MuiIconButton: {
|
|
192
|
-
styleOverrides: {
|
|
193
|
-
root: {},
|
|
194
|
-
sizeSmall: {}
|
|
195
|
-
}
|
|
196
|
-
},
|
|
197
|
-
MuiButton: {
|
|
198
|
-
styleOverrides: {
|
|
199
|
-
root: {
|
|
200
|
-
boxShadow: "none !important",
|
|
201
|
-
padding: "8px 32px",
|
|
202
|
-
borderWidth: 1,
|
|
203
|
-
borderRadius: 3,
|
|
204
|
-
fontWeight: 400
|
|
205
|
-
}
|
|
206
|
-
},
|
|
207
|
-
variants: [
|
|
208
|
-
{
|
|
209
|
-
props: { variant: "primary" },
|
|
210
|
-
style: {
|
|
211
|
-
backgroundColor: e.primary300,
|
|
212
|
-
color: e.buttonText,
|
|
213
|
-
"&:hover": {
|
|
214
|
-
backgroundColor: e.primary500,
|
|
215
|
-
color: e.white
|
|
216
|
-
},
|
|
217
|
-
"&.Mui-disabled": {
|
|
218
|
-
backgroundColor: e.grey200
|
|
219
|
-
}
|
|
220
|
-
}
|
|
221
|
-
},
|
|
222
|
-
{
|
|
223
|
-
props: { variant: "confirm" },
|
|
224
|
-
style: {
|
|
225
|
-
backgroundColor: e.danger,
|
|
226
|
-
color: e.white,
|
|
227
|
-
"&:hover": {
|
|
228
|
-
backgroundColor: e.dangerDark
|
|
229
|
-
},
|
|
230
|
-
"&.Mui-disabled": {
|
|
231
|
-
backgroundColor: e.grey200
|
|
232
|
-
}
|
|
233
|
-
}
|
|
234
|
-
},
|
|
235
|
-
{
|
|
236
|
-
props: { variant: "cancel" },
|
|
237
|
-
style: {
|
|
238
|
-
backgroundColor: e.grey300,
|
|
239
|
-
color: e.textPrimary,
|
|
240
|
-
"&:hover": {
|
|
241
|
-
backgroundColor: e.grey400
|
|
242
|
-
}
|
|
243
|
-
}
|
|
244
|
-
},
|
|
245
|
-
{
|
|
246
|
-
props: { variant: "outlined" },
|
|
247
|
-
style: {
|
|
248
|
-
color: e.primary500,
|
|
249
|
-
border: "1px solid",
|
|
250
|
-
borderColor: e.primary400,
|
|
251
|
-
"&:hover": {
|
|
252
|
-
backgroundColor: "inherit"
|
|
253
|
-
}
|
|
254
|
-
}
|
|
255
|
-
},
|
|
256
|
-
{
|
|
257
|
-
props: { variant: "outlinedPrimary" },
|
|
258
|
-
style: {
|
|
259
|
-
color: e.primary500,
|
|
260
|
-
border: "1px solid",
|
|
261
|
-
borderColor: e.primary400,
|
|
262
|
-
"&:hover": {
|
|
263
|
-
backgroundColor: "inherit"
|
|
264
|
-
}
|
|
265
|
-
}
|
|
266
|
-
},
|
|
267
|
-
{
|
|
268
|
-
props: { variant: "outLinedDanger" },
|
|
269
|
-
style: {
|
|
270
|
-
color: e.danger,
|
|
271
|
-
border: "1px solid",
|
|
272
|
-
borderColor: e.danger,
|
|
273
|
-
"&:hover": {
|
|
274
|
-
backgroundColor: "inherit"
|
|
275
|
-
}
|
|
276
|
-
}
|
|
277
|
-
}
|
|
278
|
-
]
|
|
279
|
-
},
|
|
280
|
-
MuiAppBar: {
|
|
281
|
-
styleOverrides: {
|
|
282
|
-
root: {
|
|
283
|
-
backgroundColor: e.appBarBgColor,
|
|
284
|
-
color: e.appBarColor
|
|
285
|
-
}
|
|
286
|
-
}
|
|
287
|
-
},
|
|
288
|
-
MuiSelect: {
|
|
289
|
-
defaultProps: {
|
|
290
|
-
MenuProps: {
|
|
291
|
-
PaperProps: {
|
|
292
|
-
sx: {
|
|
293
|
-
boxShadow: "none",
|
|
294
|
-
border: 1,
|
|
295
|
-
borderStyle: "solid",
|
|
296
|
-
borderColor: e.grey300,
|
|
297
|
-
mt: "5px"
|
|
298
|
-
}
|
|
299
|
-
},
|
|
300
|
-
MenuListProps: {
|
|
301
|
-
sx: {
|
|
302
|
-
padding: "5px",
|
|
303
|
-
"& .MuiMenuItem-root": {
|
|
304
|
-
fontWeight: 400,
|
|
305
|
-
minHeight: 0,
|
|
306
|
-
borderRadius: "5px",
|
|
307
|
-
"&:hover": {
|
|
308
|
-
backgroundColor: e.grey100
|
|
309
|
-
},
|
|
310
|
-
"&.Mui-selected": {
|
|
311
|
-
// fontWeight: 500,
|
|
312
|
-
// color: color.darkPrimary,
|
|
313
|
-
backgroundColor: e.primary200
|
|
314
|
-
}
|
|
315
|
-
// [breakpoints.down('sm')]: {
|
|
316
|
-
// padding:0
|
|
317
|
-
// },
|
|
318
|
-
}
|
|
319
|
-
}
|
|
320
|
-
}
|
|
321
|
-
}
|
|
322
|
-
},
|
|
323
|
-
styleOverrides: {
|
|
324
|
-
select: {
|
|
325
|
-
padding: "9.94px 5px 9.94px 15px"
|
|
326
|
-
}
|
|
327
|
-
}
|
|
328
|
-
},
|
|
329
|
-
MuiPaginationItem: {
|
|
330
|
-
defaultProps: {
|
|
331
|
-
components: {
|
|
332
|
-
previous: z,
|
|
333
|
-
next: j
|
|
334
|
-
}
|
|
335
|
-
},
|
|
336
|
-
styleOverrides: {
|
|
337
|
-
root: {
|
|
338
|
-
"& svg": {
|
|
339
|
-
width: "10px"
|
|
340
|
-
},
|
|
341
|
-
border: "none",
|
|
342
|
-
fontSize: "14px",
|
|
343
|
-
lineHeight: "1.5rem",
|
|
344
|
-
borderRadius: "7px",
|
|
345
|
-
"&.Mui-selected": {
|
|
346
|
-
backgroundColor: e.primary200
|
|
347
|
-
},
|
|
348
|
-
"&.MuiPaginationItem-previousNext": {
|
|
349
|
-
backgroundColor: e.grey200
|
|
350
|
-
}
|
|
351
|
-
}
|
|
352
|
-
}
|
|
353
|
-
},
|
|
354
|
-
MuiChip: {
|
|
355
|
-
styleOverrides: {
|
|
356
|
-
root: {
|
|
357
|
-
borderRadius: "5px",
|
|
358
|
-
fontSize: "10px",
|
|
359
|
-
lineHeight: "12px",
|
|
360
|
-
fontWeight: 400,
|
|
361
|
-
"& .MuiChip-label": {
|
|
362
|
-
lineHeight: "normal"
|
|
363
|
-
}
|
|
364
|
-
},
|
|
365
|
-
avatar: {
|
|
366
|
-
width: "10px"
|
|
367
|
-
},
|
|
368
|
-
colorSuccess: {
|
|
369
|
-
color: e.success,
|
|
370
|
-
backgroundColor: e.successLight
|
|
371
|
-
},
|
|
372
|
-
colorWarning: {
|
|
373
|
-
color: e.warning,
|
|
374
|
-
backgroundColor: e.warningLight
|
|
375
|
-
},
|
|
376
|
-
colorError: {
|
|
377
|
-
color: e.danger,
|
|
378
|
-
backgroundColor: e.dangerLight
|
|
379
|
-
},
|
|
380
|
-
colorSecondary: {
|
|
381
|
-
color: e.linkPrimary,
|
|
382
|
-
backgroundColor: e.linkLight
|
|
383
|
-
}
|
|
384
|
-
}
|
|
385
|
-
},
|
|
386
|
-
MuiTab: {
|
|
387
|
-
styleOverrides: {
|
|
388
|
-
root: {
|
|
389
|
-
background: e.grey200,
|
|
390
|
-
borderTopLeftRadius: "8px",
|
|
391
|
-
borderTopRightRadius: "8px",
|
|
392
|
-
marginRight: "5px",
|
|
393
|
-
minWidth: "200px",
|
|
394
|
-
flexDirection: "row",
|
|
395
|
-
alignContent: "center",
|
|
396
|
-
gap: "8px",
|
|
397
|
-
textTransform: "capitalize",
|
|
398
|
-
"& svg": {
|
|
399
|
-
mb: "0 !important"
|
|
400
|
-
},
|
|
401
|
-
padding: 0,
|
|
402
|
-
height: "32px",
|
|
403
|
-
minHeight: "auto",
|
|
404
|
-
fontSize: "12px",
|
|
405
|
-
"& .chart-icon": {
|
|
406
|
-
fill: e.grey600
|
|
407
|
-
},
|
|
408
|
-
"& .detail-icon": {
|
|
409
|
-
stroke: e.grey600
|
|
410
|
-
}
|
|
411
|
-
}
|
|
412
|
-
}
|
|
413
|
-
},
|
|
414
|
-
MuiDrawer: {
|
|
415
|
-
defaultProps: {},
|
|
416
|
-
styleOverrides: {
|
|
417
|
-
root: {
|
|
418
|
-
"&.MuiDrawer-paper": {
|
|
419
|
-
overflowY: "unset"
|
|
420
|
-
},
|
|
421
|
-
"& .MuiDrawer-paper": {
|
|
422
|
-
zIndex: 9
|
|
423
|
-
},
|
|
424
|
-
"&.MuiPaper-root": {
|
|
425
|
-
border: "none",
|
|
426
|
-
background: e.grey100,
|
|
427
|
-
pt: 12,
|
|
428
|
-
zIndex: 9
|
|
429
|
-
}
|
|
430
|
-
}
|
|
431
|
-
}
|
|
432
|
-
},
|
|
433
|
-
MuiTextField: {
|
|
434
|
-
defaultProps: {
|
|
435
|
-
InputProps: {
|
|
436
|
-
sx: {
|
|
437
|
-
"& .Mui-disabled": {
|
|
438
|
-
background: e.grey200
|
|
439
|
-
}
|
|
440
|
-
}
|
|
441
|
-
},
|
|
442
|
-
InputLabelProps: {
|
|
443
|
-
shrink: !0
|
|
444
|
-
}
|
|
445
|
-
},
|
|
446
|
-
styleOverrides: {
|
|
447
|
-
root: {
|
|
448
|
-
backgroundColor: e.white,
|
|
449
|
-
"& .MuiOutlinedInput-input": {
|
|
450
|
-
padding: "0px 16px 0px 12px",
|
|
451
|
-
fontWeight: 400,
|
|
452
|
-
height: 40,
|
|
453
|
-
fontSize: "14px",
|
|
454
|
-
border: 1,
|
|
455
|
-
borderRadius: 4,
|
|
456
|
-
"&::placeholder": {
|
|
457
|
-
color: e.grey600
|
|
458
|
-
}
|
|
459
|
-
},
|
|
460
|
-
"& .MuiFormLabel-root": {
|
|
461
|
-
color: e.textPrimary
|
|
462
|
-
},
|
|
463
|
-
"& .MuiFormLabel-asterisk": {
|
|
464
|
-
color: e.danger
|
|
465
|
-
}
|
|
466
|
-
}
|
|
467
|
-
}
|
|
468
|
-
},
|
|
469
|
-
MuiFormGroup: {
|
|
470
|
-
styleOverrides: {
|
|
471
|
-
root: {
|
|
472
|
-
// position: 'relative',
|
|
473
|
-
}
|
|
474
|
-
}
|
|
475
|
-
},
|
|
476
|
-
MuiFormHelperText: {
|
|
477
|
-
defaultProps: {
|
|
478
|
-
sx: {
|
|
479
|
-
fontSize: 12
|
|
480
|
-
}
|
|
481
|
-
},
|
|
482
|
-
styleOverrides: {}
|
|
483
|
-
},
|
|
484
|
-
MuiAutocomplete: {
|
|
485
|
-
defaultProps: {
|
|
486
|
-
sx: {
|
|
487
|
-
"& .MuiPaper-root": {
|
|
488
|
-
padding: "5px"
|
|
489
|
-
}
|
|
490
|
-
}
|
|
491
|
-
},
|
|
492
|
-
styleOverrides: {
|
|
493
|
-
root: {
|
|
494
|
-
"& .MuiSvgIcon-root": {
|
|
495
|
-
width: "20px",
|
|
496
|
-
height: "20px"
|
|
497
|
-
},
|
|
498
|
-
"& .MuiAutocomplete-tag": {
|
|
499
|
-
margin: 0
|
|
500
|
-
},
|
|
501
|
-
"& .MuiButtonBase-root": {
|
|
502
|
-
marginRight: "2px !important",
|
|
503
|
-
height: "max-content",
|
|
504
|
-
padding: "2px"
|
|
505
|
-
},
|
|
506
|
-
"& .MuiOutlinedInput-root": {
|
|
507
|
-
padding: "7.45px 55px 7.45px 10px !important"
|
|
508
|
-
},
|
|
509
|
-
"& svg": {},
|
|
510
|
-
"& #checkboxes-tags-demo": {
|
|
511
|
-
padding: "6px 4px"
|
|
512
|
-
},
|
|
513
|
-
"& .MuiAutocomplete-endAdornment": {
|
|
514
|
-
top: "calc(50% - 12px)"
|
|
515
|
-
}
|
|
516
|
-
}
|
|
517
|
-
}
|
|
518
|
-
},
|
|
519
|
-
MuiTableHead: {
|
|
520
|
-
styleOverrides: {
|
|
521
|
-
root: {
|
|
522
|
-
"& th": {
|
|
523
|
-
fontSize: "14px",
|
|
524
|
-
padding: "8px 16px"
|
|
525
|
-
}
|
|
526
|
-
}
|
|
527
|
-
}
|
|
528
|
-
},
|
|
529
|
-
MuiTableBody: {
|
|
530
|
-
styleOverrides: {
|
|
531
|
-
root: {
|
|
532
|
-
"& th,td": {
|
|
533
|
-
fontSize: "14px",
|
|
534
|
-
padding: "8px 16px",
|
|
535
|
-
height: "45px"
|
|
536
|
-
},
|
|
537
|
-
"& .MuiTableCell-root": {
|
|
538
|
-
borderBottom: `1px solid ${e.grey300}`
|
|
539
|
-
}
|
|
540
|
-
}
|
|
541
|
-
}
|
|
542
|
-
},
|
|
543
|
-
MuiRadio: {
|
|
544
|
-
defaultProps: {
|
|
545
|
-
sx: {
|
|
546
|
-
"&.MuiButtonBase-root": {
|
|
547
|
-
padding: "5px"
|
|
548
|
-
}
|
|
549
|
-
}
|
|
550
|
-
},
|
|
551
|
-
styleOverrides: {
|
|
552
|
-
root: {
|
|
553
|
-
"& .MuiSvgIcon-root": {
|
|
554
|
-
fontSize: 16
|
|
555
|
-
},
|
|
556
|
-
color: e.grey600,
|
|
557
|
-
"&.Mui-checked": {
|
|
558
|
-
color: e.success
|
|
559
|
-
},
|
|
560
|
-
"&.Mui-disabled": {
|
|
561
|
-
color: e.grey600
|
|
562
|
-
}
|
|
563
|
-
}
|
|
564
|
-
}
|
|
565
|
-
},
|
|
566
|
-
MuiTooltip: {
|
|
567
|
-
defaultProps: {
|
|
568
|
-
placement: "top",
|
|
569
|
-
arrow: !0
|
|
570
|
-
}
|
|
571
|
-
}
|
|
572
|
-
}
|
|
573
|
-
});
|
|
1
|
+
import "react/jsx-runtime";
|
|
2
|
+
import "@mui/material";
|
|
3
|
+
import "react";
|
|
4
|
+
import "react-query";
|
|
5
|
+
import { S as t, u as a } from "../index-2ca7cc99.js";
|
|
574
6
|
export {
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
T as createCustomTheme
|
|
7
|
+
t as SaasThemeProvider,
|
|
8
|
+
a as useTheme
|
|
578
9
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ukpc-lib/react",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.3.
|
|
4
|
+
"version": "0.3.4",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/",
|
|
7
7
|
"module": "./dist/",
|
|
@@ -108,6 +108,6 @@
|
|
|
108
108
|
"tailwindcss": "^3.4.1"
|
|
109
109
|
},
|
|
110
110
|
"author": "Thinh Phung",
|
|
111
|
-
"description": "
|
|
111
|
+
"description": "React components library",
|
|
112
112
|
"license": "ISC"
|
|
113
113
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
(function(){"use strict";try{if(typeof document<"u"){var t=document.createElement("style");t.appendChild(document.createTextNode('.daterangepicker{position:absolute;color:inherit;background-color:#fff;border-radius:4px;border:1px solid #ddd;width:278px;max-width:none;padding:0;margin-top:7px;top:100px;left:20px;z-index:3001;display:none;font-family:arial;font-size:15px;line-height:1em}.daterangepicker:before,.daterangepicker:after{position:absolute;display:inline-block;border-bottom-color:#0003;content:""}.daterangepicker:before{top:-7px;border-right:7px solid transparent;border-left:7px solid transparent;border-bottom:7px solid #ccc}.daterangepicker:after{top:-6px;border-right:6px solid transparent;border-bottom:6px solid #fff;border-left:6px solid transparent}.daterangepicker.opensleft:before{right:9px}.daterangepicker.opensleft:after{right:10px}.daterangepicker.openscenter:before{left:0;right:0;width:0;margin-left:auto;margin-right:auto}.daterangepicker.openscenter:after{left:0;right:0;width:0;margin-left:auto;margin-right:auto}.daterangepicker.opensright:before{left:9px}.daterangepicker.opensright:after{left:10px}.daterangepicker.drop-up{margin-top:-7px}.daterangepicker.drop-up:before{top:initial;bottom:-7px;border-bottom:initial;border-top:7px solid #ccc}.daterangepicker.drop-up:after{top:initial;bottom:-6px;border-bottom:initial;border-top:6px solid #fff}.daterangepicker.single .daterangepicker .ranges,.daterangepicker.single .drp-calendar{float:none}.daterangepicker.single .drp-selected{display:none}.daterangepicker.show-calendar .drp-calendar,.daterangepicker.show-calendar .drp-buttons{display:block}.daterangepicker.auto-apply .drp-buttons{display:none}.daterangepicker .drp-calendar{display:none;max-width:270px}.daterangepicker .drp-calendar.left{padding:8px 0 8px 8px}.daterangepicker .drp-calendar.right{padding:8px}.daterangepicker .drp-calendar.single .calendar-table{border:none}.daterangepicker .calendar-table .next span,.daterangepicker .calendar-table .prev span{color:#fff;border:solid black;border-width:0 2px 2px 0;border-radius:0;display:inline-block;padding:3px}.daterangepicker .calendar-table .next span{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}.daterangepicker .calendar-table .prev span{transform:rotate(135deg);-webkit-transform:rotate(135deg)}.daterangepicker .calendar-table th,.daterangepicker .calendar-table td{text-align:center;vertical-align:middle;min-width:32px;width:32px;height:24px;line-height:24px;font-size:12px;border-radius:4px;border:1px solid transparent;white-space:nowrap;cursor:pointer}.daterangepicker .calendar-table{border:1px solid #fff;border-radius:4px;background-color:#fff}.daterangepicker .calendar-table table{width:100%;margin:0;border-spacing:0;border-collapse:collapse}.daterangepicker td.available:hover,.daterangepicker th.available:hover{background-color:#eee;border-color:transparent;color:inherit}.daterangepicker td.week,.daterangepicker th.week{font-size:80%;color:#ccc}.daterangepicker td.off,.daterangepicker td.off.in-range,.daterangepicker td.off.start-date,.daterangepicker td.off.end-date{background-color:#fff;border-color:transparent;color:#999}.daterangepicker td.in-range{background-color:#ebf4f8;border-color:transparent;color:#000;border-radius:0}.daterangepicker td.start-date{border-radius:4px 0 0 4px}.daterangepicker td.end-date{border-radius:0 4px 4px 0}.daterangepicker td.start-date.end-date{border-radius:4px}.daterangepicker td.active,.daterangepicker td.active:hover{background-color:#357ebd;border-color:transparent;color:#fff}.daterangepicker th.month{width:auto}.daterangepicker td.disabled,.daterangepicker option.disabled{color:#999;cursor:not-allowed;text-decoration:line-through}.daterangepicker select.monthselect,.daterangepicker select.yearselect{font-size:12px;padding:1px;height:auto;margin:0;cursor:default}.daterangepicker select.monthselect{margin-right:2%;width:56%}.daterangepicker select.yearselect{width:40%}.daterangepicker select.hourselect,.daterangepicker select.minuteselect,.daterangepicker select.secondselect,.daterangepicker select.ampmselect{width:50px;margin:0 auto;background:#eee;border:1px solid #eee;padding:2px;outline:0;font-size:12px}.daterangepicker .calendar-time{text-align:center;margin:4px auto 0;line-height:30px;position:relative}.daterangepicker .calendar-time select.disabled{color:#ccc;cursor:not-allowed}.daterangepicker .drp-buttons{clear:both;text-align:right;padding:8px;border-top:1px solid #ddd;display:none;line-height:12px;vertical-align:middle}.daterangepicker .drp-selected{display:inline-block;font-size:12px;padding-right:8px}.daterangepicker .drp-buttons .btn{margin-left:8px;font-size:12px;font-weight:700;padding:4px 8px}.daterangepicker.show-ranges.single.rtl .drp-calendar.left{border-right:1px solid #ddd}.daterangepicker.show-ranges.single.ltr .drp-calendar.left{border-left:1px solid #ddd}.daterangepicker.show-ranges.rtl .drp-calendar.right{border-right:1px solid #ddd}.daterangepicker.show-ranges.ltr .drp-calendar.left{border-left:1px solid #ddd}.daterangepicker .ranges{float:none;text-align:left;margin:0}.daterangepicker.show-calendar .ranges{margin-top:8px}.daterangepicker .ranges ul{list-style:none;margin:0 auto;padding:0;width:100%}.daterangepicker .ranges li{font-size:12px;padding:8px 12px;cursor:pointer}.daterangepicker .ranges li:hover{background-color:#eee}.daterangepicker .ranges li.active{background-color:#08c;color:#fff}@media (min-width: 564px){.daterangepicker{width:auto}.daterangepicker .ranges ul{width:140px}.daterangepicker.single .ranges ul{width:100%}.daterangepicker.single .drp-calendar.left{clear:none}.daterangepicker.single .ranges,.daterangepicker.single .drp-calendar{float:left}.daterangepicker{direction:ltr;text-align:left}.daterangepicker .drp-calendar.left{clear:left;margin-right:0}.daterangepicker .drp-calendar.left .calendar-table{border-right:none;border-top-right-radius:0;border-bottom-right-radius:0}.daterangepicker .drp-calendar.right{margin-left:0}.daterangepicker .drp-calendar.right .calendar-table{border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}.daterangepicker .drp-calendar.left .calendar-table{padding-right:8px}.daterangepicker .ranges,.daterangepicker .drp-calendar{float:left}}@media (min-width: 730px){.daterangepicker .ranges{width:auto;float:left}.daterangepicker.rtl .ranges{float:right}.daterangepicker .drp-calendar.left{clear:none!important}}._subscription-diaglog_1gvmm_2{position:fixed;width:100vw;height:100vh;top:0;left:0;background-color:#0006;z-index:10000;display:flex;align-items:center;justify-content:center}._subscription-container_1gvmm_15{width:610px;height:222px;border-radius:8px;padding:32px 24px 40px;background:#fff;color:#292929}._subscription-title_1gvmm_25{font-size:20px;font-weight:500;text-align:center;color:#292929}._subscription-title_1gvmm_25,._subscription-text_1gvmm_34{margin-bottom:24px}._subscription-btn__container_1gvmm_38{display:flex;justify-content:space-between;align-items:center}._btn-success_1gvmm_44,._btn-cancel_1gvmm_45{width:150px;height:40px;display:flex;align-items:center;justify-content:center;padding:8px;color:#292929;border-radius:1px}._btn-cancel_1gvmm_45{background-color:#ddd}._btn-success_1gvmm_44{background-color:#93d500}._notification-massage_container_ql4az_1{background:#fff;padding:0 64px 0 84px;border-radius:8px;font-family:TT Firs Neue Trl,sans-serif}._notification-massage_container_ql4az_1:before{position:absolute;content:"";width:48px;height:48px;background:url(https://ukpcsaprod.blob.core.windows.net/saas/notification-icon.svg) no-repeat center/100%;top:12px;left:24px}._notification-name_ql4az_18{font-weight:500;font-size:14px}._notification-message_service_ql4az_23{font-size:12px}._notification-message_button-close_ql4az_27{position:absolute;top:12px;right:24px;width:24px;height:24px}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._page-container_6iqty_1{padding-top:16px;background-color:#fafafa;width:100%;height:800px}._page-main-content_6iqty_8{padding:16px 20px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:23px;margin-left:auto;margin-right:auto}._page-title_6iqty_19{font-weight:500;font-size:20px;line-height:26px}._text-base_6iqty_25{font-size:14px;line-height:18px;color:#85858a;text-align:center}._mt-4_6iqty_32{margin-top:1rem}')),document.head.appendChild(t)}}catch(a){console.error("vite-plugin-css-injected-by-js",a)}})();
|
|
2
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require("../react-to-web-component-
|
|
2
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require("../react-to-web-component-3847ebf5.cjs");const e=require("../index-389a5bed.cjs");exports.UnauthorizedPage=e.UnauthorizedPage;
|