@gustavo-valsechi/client 1.3.29 → 1.3.30
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/index.js +14 -3070
- package/dist/components/index.mjs +12 -3082
- package/dist/components/styles.js +3 -4
- package/dist/components/styles.mjs +3 -4
- package/dist/components/types/avatar/index.js +4 -62
- package/dist/components/types/avatar/index.mjs +3 -61
- package/dist/components/types/avatar/styles.js +2 -3
- package/dist/components/types/avatar/styles.mjs +2 -3
- package/dist/components/types/badge/index.js +5 -304
- package/dist/components/types/badge/index.mjs +5 -308
- package/dist/components/types/badge/styles.js +2 -3
- package/dist/components/types/badge/styles.mjs +2 -3
- package/dist/components/types/block/index.js +9 -3046
- package/dist/components/types/block/index.mjs +9 -3066
- package/dist/components/types/block/styles.js +3 -4
- package/dist/components/types/block/styles.mjs +3 -4
- package/dist/components/types/chart/index.js +13 -284
- package/dist/components/types/chart/index.mjs +13 -288
- package/dist/components/types/chart/styles.js +2 -3
- package/dist/components/types/chart/styles.mjs +2 -2
- package/dist/components/types/credit-card/assets/index.js +2 -3
- package/dist/components/types/credit-card/assets/index.mjs +2 -2
- package/dist/components/types/credit-card/card/index.js +9 -681
- package/dist/components/types/credit-card/card/index.mjs +7 -701
- package/dist/components/types/credit-card/card/styles.js +2 -3
- package/dist/components/types/credit-card/card/styles.mjs +2 -3
- package/dist/components/types/credit-card/functions/index.js +4 -44
- package/dist/components/types/credit-card/functions/index.mjs +3 -41
- package/dist/components/types/credit-card/functions/styles.js +2 -3
- package/dist/components/types/credit-card/functions/styles.mjs +2 -3
- package/dist/components/types/credit-card/index.js +7 -803
- package/dist/components/types/credit-card/index.mjs +7 -823
- package/dist/components/types/credit-card/styles.js +2 -3
- package/dist/components/types/credit-card/styles.mjs +2 -3
- package/dist/components/types/credit-card/tools/index.js +7 -527
- package/dist/components/types/credit-card/tools/index.mjs +8 -550
- package/dist/components/types/form/index.js +24 -659
- package/dist/components/types/form/index.mjs +20 -655
- package/dist/components/types/form/styles.js +2 -3
- package/dist/components/types/form/styles.mjs +2 -3
- package/dist/components/types/form/types/button/index.js +7 -149
- package/dist/components/types/form/types/button/index.mjs +6 -146
- package/dist/components/types/form/types/button/loading/index.js +3 -104
- package/dist/components/types/form/types/button/loading/index.mjs +2 -91
- package/dist/components/types/form/types/button/loading/styles.js +2 -3
- package/dist/components/types/form/types/button/loading/styles.mjs +2 -3
- package/dist/components/types/form/types/button/styles.js +2 -3
- package/dist/components/types/form/types/button/styles.mjs +2 -3
- package/dist/components/types/form/types/datetime/index.js +7 -63
- package/dist/components/types/form/types/datetime/index.mjs +6 -60
- package/dist/components/types/form/types/datetime/styles.js +2 -3
- package/dist/components/types/form/types/datetime/styles.mjs +2 -3
- package/dist/components/types/form/types/file/index.js +9 -62
- package/dist/components/types/form/types/file/index.mjs +7 -50
- package/dist/components/types/form/types/file/styles.js +2 -3
- package/dist/components/types/form/types/file/styles.mjs +2 -3
- package/dist/components/types/form/types/index.js +16 -625
- package/dist/components/types/form/types/index.mjs +8 -601
- package/dist/components/types/form/types/input/index.js +10 -72
- package/dist/components/types/form/types/input/index.mjs +7 -69
- package/dist/components/types/form/types/input/styles.js +2 -3
- package/dist/components/types/form/types/input/styles.mjs +2 -3
- package/dist/components/types/form/types/label/index.js +3 -23
- package/dist/components/types/form/types/label/index.mjs +2 -10
- package/dist/components/types/form/types/label/styles.js +2 -3
- package/dist/components/types/form/types/label/styles.mjs +2 -3
- package/dist/components/types/form/types/select/index.js +11 -79
- package/dist/components/types/form/types/select/index.mjs +8 -76
- package/dist/components/types/form/types/select/styles.js +2 -3
- package/dist/components/types/form/types/select/styles.mjs +2 -3
- package/dist/components/types/form/types/textarea/index.js +7 -62
- package/dist/components/types/form/types/textarea/index.mjs +6 -59
- package/dist/components/types/form/types/textarea/styles.js +2 -3
- package/dist/components/types/form/types/textarea/styles.mjs +2 -3
- package/dist/components/types/index.js +24 -3072
- package/dist/components/types/index.mjs +12 -3093
- package/dist/components/types/loading/app/index.js +4 -132
- package/dist/components/types/loading/app/index.mjs +5 -121
- package/dist/components/types/loading/app/styles.js +2 -3
- package/dist/components/types/loading/app/styles.mjs +2 -3
- package/dist/components/types/loading/bar/index.js +3 -37
- package/dist/components/types/loading/bar/index.mjs +2 -24
- package/dist/components/types/loading/bar/styles.js +2 -3
- package/dist/components/types/loading/bar/styles.mjs +2 -3
- package/dist/components/types/loading/index.js +6 -173
- package/dist/components/types/loading/index.mjs +3 -154
- package/dist/components/types/logo/index.js +3 -35
- package/dist/components/types/logo/index.mjs +2 -22
- package/dist/components/types/logo/styles.js +2 -3
- package/dist/components/types/logo/styles.mjs +2 -3
- package/dist/components/types/lottie/animations/index.js +13 -8
- package/dist/components/types/lottie/animations/index.mjs +3 -5
- package/dist/components/types/lottie/index.js +7 -39
- package/dist/components/types/lottie/index.mjs +6 -36
- package/dist/components/types/lottie/styles.js +2 -3
- package/dist/components/types/lottie/styles.mjs +2 -3
- package/dist/components/types/modal/index.js +18 -2283
- package/dist/components/types/modal/index.mjs +18 -2309
- package/dist/components/types/modal/styles.js +2 -3
- package/dist/components/types/modal/styles.mjs +2 -3
- package/dist/components/types/table/index.js +45 -2955
- package/dist/components/types/table/index.mjs +40 -2983
- package/dist/components/types/table/modal/actions.js +4 -82
- package/dist/components/types/table/modal/actions.mjs +3 -78
- package/dist/components/types/table/modal/index.js +22 -3006
- package/dist/components/types/table/modal/index.mjs +19 -3033
- package/dist/components/types/table/modal/styles.js +2 -3
- package/dist/components/types/table/modal/styles.mjs +2 -3
- package/dist/components/types/table/paginate/index.js +4 -43
- package/dist/components/types/table/paginate/index.mjs +3 -40
- package/dist/components/types/table/paginate/styles.js +2 -3
- package/dist/components/types/table/paginate/styles.mjs +2 -3
- package/dist/components/types/table/styles.js +2 -3
- package/dist/components/types/table/styles.mjs +2 -3
- package/dist/contexts/icon/assets/brands/index.js +3 -4
- package/dist/contexts/icon/assets/brands/index.mjs +3 -10
- package/dist/contexts/icon/assets/index.js +17 -34
- package/dist/contexts/icon/assets/index.mjs +7 -38
- package/dist/contexts/icon/assets/regular/index.js +3 -4
- package/dist/contexts/icon/assets/regular/index.mjs +3 -10
- package/dist/contexts/icon/assets/solid/index.js +3 -4
- package/dist/contexts/icon/assets/solid/index.mjs +3 -10
- package/dist/contexts/icon/index.js +15 -217
- package/dist/contexts/icon/index.mjs +15 -223
- package/dist/contexts/icon/styles.js +2 -3
- package/dist/contexts/icon/styles.mjs +2 -2
- package/dist/contexts/index.js +10 -504
- package/dist/contexts/index.mjs +5 -486
- package/dist/contexts/modal/index.js +8 -16
- package/dist/contexts/modal/index.mjs +7 -15
- package/dist/contexts/modal/styles.js +2 -3
- package/dist/contexts/modal/styles.mjs +2 -2
- package/dist/contexts/theme/content.js +3 -4
- package/dist/contexts/theme/content.mjs +3 -3
- package/dist/contexts/theme/index.js +11 -178
- package/dist/contexts/theme/index.mjs +7 -164
- package/dist/contexts/theme/styles.js +2 -3
- package/dist/contexts/theme/styles.mjs +2 -2
- package/dist/contexts/tooltip/index.js +7 -51
- package/dist/contexts/tooltip/index.mjs +6 -50
- package/dist/contexts/tooltip/styles.js +2 -3
- package/dist/contexts/tooltip/styles.mjs +2 -2
- package/dist/index.js +9 -3325
- package/dist/index.mjs +5 -3312
- package/dist/interfaces/components/avatar/index.js +1 -2
- package/dist/interfaces/components/avatar/index.mjs +1 -0
- package/dist/interfaces/components/badge/index.js +1 -2
- package/dist/interfaces/components/badge/index.mjs +1 -0
- package/dist/interfaces/components/block/index.js +1 -2
- package/dist/interfaces/components/block/index.mjs +1 -0
- package/dist/interfaces/components/chart/index.js +1 -2
- package/dist/interfaces/components/chart/index.mjs +1 -0
- package/dist/interfaces/components/credit-card/index.js +1 -2
- package/dist/interfaces/components/credit-card/index.mjs +1 -0
- package/dist/interfaces/components/form/button/index.js +1 -2
- package/dist/interfaces/components/form/button/index.mjs +1 -0
- package/dist/interfaces/components/form/datetime/index.js +1 -2
- package/dist/interfaces/components/form/datetime/index.mjs +1 -0
- package/dist/interfaces/components/form/file/index.js +1 -2
- package/dist/interfaces/components/form/file/index.mjs +1 -0
- package/dist/interfaces/components/form/index.js +19 -2
- package/dist/interfaces/components/form/index.mjs +8 -0
- package/dist/interfaces/components/form/input/index.js +1 -2
- package/dist/interfaces/components/form/input/index.mjs +1 -0
- package/dist/interfaces/components/form/label/index.js +1 -2
- package/dist/interfaces/components/form/label/index.mjs +1 -0
- package/dist/interfaces/components/form/select/index.js +1 -2
- package/dist/interfaces/components/form/select/index.mjs +1 -0
- package/dist/interfaces/components/form/textarea/index.js +1 -2
- package/dist/interfaces/components/form/textarea/index.mjs +1 -0
- package/dist/interfaces/components/index.js +27 -2
- package/dist/interfaces/components/index.mjs +12 -0
- package/dist/interfaces/components/loading/app/index.js +1 -2
- package/dist/interfaces/components/loading/app/index.mjs +1 -0
- package/dist/interfaces/components/loading/bar/index.js +1 -2
- package/dist/interfaces/components/loading/bar/index.mjs +1 -0
- package/dist/interfaces/components/loading/index.js +9 -2
- package/dist/interfaces/components/loading/index.mjs +3 -0
- package/dist/interfaces/components/logo/index.js +1 -2
- package/dist/interfaces/components/logo/index.mjs +1 -0
- package/dist/interfaces/components/lottie/index.js +1 -2
- package/dist/interfaces/components/lottie/index.mjs +1 -0
- package/dist/interfaces/components/modal/index.js +1 -2
- package/dist/interfaces/components/modal/index.mjs +1 -0
- package/dist/interfaces/components/table/index.js +7 -2
- package/dist/interfaces/components/table/index.mjs +2 -0
- package/dist/interfaces/components/table/paginate/index.js +1 -2
- package/dist/interfaces/components/table/paginate/index.mjs +1 -0
- package/dist/interfaces/contexts/icon/index.js +1 -2
- package/dist/interfaces/contexts/icon/index.mjs +1 -0
- package/dist/interfaces/contexts/index.js +13 -2
- package/dist/interfaces/contexts/index.mjs +5 -0
- package/dist/interfaces/contexts/modal/index.js +1 -2
- package/dist/interfaces/contexts/modal/index.mjs +1 -0
- package/dist/interfaces/contexts/theme/index.js +1 -2
- package/dist/interfaces/contexts/theme/index.mjs +1 -0
- package/dist/interfaces/contexts/tooltip/index.js +1 -2
- package/dist/interfaces/contexts/tooltip/index.mjs +1 -0
- package/dist/interfaces/index.js +9 -2
- package/dist/interfaces/index.mjs +3 -0
- package/package.json +1 -1
|
@@ -1,10 +1,9 @@
|
|
|
1
|
+
"use client";
|
|
1
2
|
"use strict";
|
|
2
3
|
"use client";
|
|
3
|
-
var __create = Object.create;
|
|
4
4
|
var __defProp = Object.defineProperty;
|
|
5
5
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
6
6
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
7
|
-
var __getProtoOf = Object.getPrototypeOf;
|
|
8
7
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
9
8
|
var __export = (target, all) => {
|
|
10
9
|
for (var name in all)
|
|
@@ -18,144 +17,17 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
18
17
|
}
|
|
19
18
|
return to;
|
|
20
19
|
};
|
|
21
|
-
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
22
|
-
// If the importer is in node compatibility mode or this is not an ESM
|
|
23
|
-
// file that has been converted to a CommonJS file using a Babel-
|
|
24
|
-
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
25
|
-
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
26
|
-
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
27
|
-
mod
|
|
28
|
-
));
|
|
29
20
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
30
|
-
|
|
31
|
-
// components/types/loading/app/index.tsx
|
|
32
21
|
var app_exports = {};
|
|
33
22
|
__export(app_exports, {
|
|
34
23
|
LoadingApp: () => LoadingApp
|
|
35
24
|
});
|
|
36
25
|
module.exports = __toCommonJS(app_exports);
|
|
37
|
-
|
|
38
|
-
// components/types/loading/app/styles.tsx
|
|
39
|
-
var import_styled_components = __toESM(require("styled-components"));
|
|
40
|
-
var Container = import_styled_components.default.div`
|
|
41
|
-
width: ${({ initialization }) => initialization ? "100vw" : "100%"};
|
|
42
|
-
height: ${({ initialization }) => initialization ? "100vh" : "calc(100vh - 15rem)"};
|
|
43
|
-
display: flex;
|
|
44
|
-
justify-content: center;
|
|
45
|
-
align-items: center;
|
|
46
|
-
position: ${({ initialization }) => initialization ? "absolute" : "relative"};;
|
|
47
|
-
bottom: 0;
|
|
48
|
-
left: 0;
|
|
49
|
-
background: ${({ initialization, theme }) => initialization ? `${theme.maingrad}, ${theme.primary}` : "transparent"};
|
|
50
|
-
z-index: ${({ initialization }) => initialization ? "9" : "0"};
|
|
51
|
-
|
|
52
|
-
.iz-loading-logo {
|
|
53
|
-
font-size: 4rem;
|
|
54
|
-
opacity: 40%;
|
|
55
|
-
animation: loop 2s infinite;
|
|
56
|
-
position: relative;
|
|
57
|
-
|
|
58
|
-
&::before {
|
|
59
|
-
content: "";
|
|
60
|
-
position: absolute;
|
|
61
|
-
width: 5rem;
|
|
62
|
-
height: 5rem;
|
|
63
|
-
animation: firstImpact 2s .5s infinite ease;
|
|
64
|
-
background: ${({ theme }) => theme.t05};
|
|
65
|
-
border-radius: 50%;
|
|
66
|
-
z-index: 0;
|
|
67
|
-
opacity: 0;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
&::after {
|
|
71
|
-
content: "";
|
|
72
|
-
position: absolute;
|
|
73
|
-
width: 5rem;
|
|
74
|
-
height: 5rem;
|
|
75
|
-
animation: secondImpact 2s .5s infinite ease;
|
|
76
|
-
background: ${({ theme }) => theme.t05};
|
|
77
|
-
border-radius: 50%;
|
|
78
|
-
z-index: 0;
|
|
79
|
-
opacity: 0;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
@keyframes loop {
|
|
83
|
-
0% {
|
|
84
|
-
transform: scale(1);
|
|
85
|
-
}
|
|
86
|
-
80% {
|
|
87
|
-
transform: scale(1.3);
|
|
88
|
-
}
|
|
89
|
-
100% {
|
|
90
|
-
transform: scale(1);
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
@keyframes firstImpact {
|
|
95
|
-
0% {
|
|
96
|
-
transform: scale(1);
|
|
97
|
-
opacity: 0;
|
|
98
|
-
}
|
|
99
|
-
10% {
|
|
100
|
-
transform: scale(1.6);
|
|
101
|
-
opacity: 1;
|
|
102
|
-
}
|
|
103
|
-
100% {
|
|
104
|
-
transform: scale(1.6);
|
|
105
|
-
opacity: 0;
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
@keyframes secondImpact {
|
|
110
|
-
0% {
|
|
111
|
-
transform: scale(1);
|
|
112
|
-
opacity: 0;
|
|
113
|
-
}
|
|
114
|
-
40% {
|
|
115
|
-
transform: scale(1.3);
|
|
116
|
-
opacity: 1;
|
|
117
|
-
}
|
|
118
|
-
100% {
|
|
119
|
-
transform: scale(1.3);
|
|
120
|
-
opacity: 0;
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
`;
|
|
125
|
-
|
|
126
|
-
// components/types/logo/styles.tsx
|
|
127
|
-
var import_styled_components2 = __toESM(require("styled-components"));
|
|
128
|
-
var Container2 = import_styled_components2.default.div`
|
|
129
|
-
display: flex;
|
|
130
|
-
align-items: center;
|
|
131
|
-
justify-content: center;
|
|
132
|
-
gap: .3rem;
|
|
133
|
-
font-size: ${(props) => props.size || "2"}rem;
|
|
134
|
-
color: ${(props) => props.theme.t5};
|
|
135
|
-
|
|
136
|
-
label:first-child {
|
|
137
|
-
font-weight: 900;
|
|
138
|
-
color: ${(props) => props.theme.secondary};
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
label:last-child {
|
|
142
|
-
font-weight: 600;
|
|
143
|
-
}
|
|
144
|
-
`;
|
|
145
|
-
|
|
146
|
-
// components/types/logo/index.tsx
|
|
147
26
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("label", { children: "IZ" }),
|
|
151
|
-
!props.onlyPrefix && /* @__PURE__ */ (0, import_jsx_runtime.jsx)("label", { children: "Way" })
|
|
152
|
-
] });
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
// components/types/loading/app/index.tsx
|
|
156
|
-
var import_jsx_runtime2 = require("react/jsx-runtime");
|
|
27
|
+
var import_styles = require("./styles");
|
|
28
|
+
var import_logo = require("../../logo");
|
|
157
29
|
function LoadingApp(props) {
|
|
158
|
-
return /* @__PURE__ */ (0,
|
|
30
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_styles.Container, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_logo.Logo, { className: "iz-loading-logo", onlyPrefix: true }) });
|
|
159
31
|
}
|
|
160
32
|
// Annotate the CommonJS export names for ESM import in node:
|
|
161
33
|
0 && (module.exports = {
|
|
@@ -1,126 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
import
|
|
5
|
-
|
|
6
|
-
width: ${({ initialization }) => initialization ? "100vw" : "100%"};
|
|
7
|
-
height: ${({ initialization }) => initialization ? "100vh" : "calc(100vh - 15rem)"};
|
|
8
|
-
display: flex;
|
|
9
|
-
justify-content: center;
|
|
10
|
-
align-items: center;
|
|
11
|
-
position: ${({ initialization }) => initialization ? "absolute" : "relative"};;
|
|
12
|
-
bottom: 0;
|
|
13
|
-
left: 0;
|
|
14
|
-
background: ${({ initialization, theme }) => initialization ? `${theme.maingrad}, ${theme.primary}` : "transparent"};
|
|
15
|
-
z-index: ${({ initialization }) => initialization ? "9" : "0"};
|
|
16
|
-
|
|
17
|
-
.iz-loading-logo {
|
|
18
|
-
font-size: 4rem;
|
|
19
|
-
opacity: 40%;
|
|
20
|
-
animation: loop 2s infinite;
|
|
21
|
-
position: relative;
|
|
22
|
-
|
|
23
|
-
&::before {
|
|
24
|
-
content: "";
|
|
25
|
-
position: absolute;
|
|
26
|
-
width: 5rem;
|
|
27
|
-
height: 5rem;
|
|
28
|
-
animation: firstImpact 2s .5s infinite ease;
|
|
29
|
-
background: ${({ theme }) => theme.t05};
|
|
30
|
-
border-radius: 50%;
|
|
31
|
-
z-index: 0;
|
|
32
|
-
opacity: 0;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
&::after {
|
|
36
|
-
content: "";
|
|
37
|
-
position: absolute;
|
|
38
|
-
width: 5rem;
|
|
39
|
-
height: 5rem;
|
|
40
|
-
animation: secondImpact 2s .5s infinite ease;
|
|
41
|
-
background: ${({ theme }) => theme.t05};
|
|
42
|
-
border-radius: 50%;
|
|
43
|
-
z-index: 0;
|
|
44
|
-
opacity: 0;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
@keyframes loop {
|
|
48
|
-
0% {
|
|
49
|
-
transform: scale(1);
|
|
50
|
-
}
|
|
51
|
-
80% {
|
|
52
|
-
transform: scale(1.3);
|
|
53
|
-
}
|
|
54
|
-
100% {
|
|
55
|
-
transform: scale(1);
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
@keyframes firstImpact {
|
|
60
|
-
0% {
|
|
61
|
-
transform: scale(1);
|
|
62
|
-
opacity: 0;
|
|
63
|
-
}
|
|
64
|
-
10% {
|
|
65
|
-
transform: scale(1.6);
|
|
66
|
-
opacity: 1;
|
|
67
|
-
}
|
|
68
|
-
100% {
|
|
69
|
-
transform: scale(1.6);
|
|
70
|
-
opacity: 0;
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
@keyframes secondImpact {
|
|
75
|
-
0% {
|
|
76
|
-
transform: scale(1);
|
|
77
|
-
opacity: 0;
|
|
78
|
-
}
|
|
79
|
-
40% {
|
|
80
|
-
transform: scale(1.3);
|
|
81
|
-
opacity: 1;
|
|
82
|
-
}
|
|
83
|
-
100% {
|
|
84
|
-
transform: scale(1.3);
|
|
85
|
-
opacity: 0;
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
`;
|
|
90
|
-
|
|
91
|
-
// components/types/logo/styles.tsx
|
|
92
|
-
import styled2 from "styled-components";
|
|
93
|
-
var Container2 = styled2.div`
|
|
94
|
-
display: flex;
|
|
95
|
-
align-items: center;
|
|
96
|
-
justify-content: center;
|
|
97
|
-
gap: .3rem;
|
|
98
|
-
font-size: ${(props) => props.size || "2"}rem;
|
|
99
|
-
color: ${(props) => props.theme.t5};
|
|
100
|
-
|
|
101
|
-
label:first-child {
|
|
102
|
-
font-weight: 900;
|
|
103
|
-
color: ${(props) => props.theme.secondary};
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
label:last-child {
|
|
107
|
-
font-weight: 600;
|
|
108
|
-
}
|
|
109
|
-
`;
|
|
110
|
-
|
|
111
|
-
// components/types/logo/index.tsx
|
|
112
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
|
113
|
-
function Logo(props) {
|
|
114
|
-
return /* @__PURE__ */ jsxs(Container2, { ...props, children: [
|
|
115
|
-
/* @__PURE__ */ jsx("label", { children: "IZ" }),
|
|
116
|
-
!props.onlyPrefix && /* @__PURE__ */ jsx("label", { children: "Way" })
|
|
117
|
-
] });
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
// components/types/loading/app/index.tsx
|
|
121
|
-
import { jsx as jsx2 } from "react/jsx-runtime";
|
|
2
|
+
"use client";
|
|
3
|
+
import { jsx } from "react/jsx-runtime";
|
|
4
|
+
import { Container } from "./styles";
|
|
5
|
+
import { Logo } from "../../logo";
|
|
122
6
|
function LoadingApp(props) {
|
|
123
|
-
return /* @__PURE__ */
|
|
7
|
+
return /* @__PURE__ */ jsx(Container, { ...props, children: /* @__PURE__ */ jsx(Logo, { className: "iz-loading-logo", onlyPrefix: true }) });
|
|
124
8
|
}
|
|
125
9
|
export {
|
|
126
10
|
LoadingApp
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
"use client";
|
|
1
2
|
"use strict";
|
|
2
3
|
"use client";
|
|
3
4
|
var __create = Object.create;
|
|
@@ -27,15 +28,13 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
27
28
|
mod
|
|
28
29
|
));
|
|
29
30
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
30
|
-
|
|
31
|
-
// components/types/loading/app/styles.tsx
|
|
32
31
|
var styles_exports = {};
|
|
33
32
|
__export(styles_exports, {
|
|
34
33
|
Container: () => Container
|
|
35
34
|
});
|
|
36
35
|
module.exports = __toCommonJS(styles_exports);
|
|
37
36
|
var import_styled_components = __toESM(require("styled-components"));
|
|
38
|
-
|
|
37
|
+
const Container = import_styled_components.default.div`
|
|
39
38
|
width: ${({ initialization }) => initialization ? "100vw" : "100%"};
|
|
40
39
|
height: ${({ initialization }) => initialization ? "100vh" : "calc(100vh - 15rem)"};
|
|
41
40
|
display: flex;
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
|
|
3
|
-
// components/types/loading/app/styles.tsx
|
|
2
|
+
"use client";
|
|
4
3
|
import styled from "styled-components";
|
|
5
|
-
|
|
4
|
+
const Container = styled.div`
|
|
6
5
|
width: ${({ initialization }) => initialization ? "100vw" : "100%"};
|
|
7
6
|
height: ${({ initialization }) => initialization ? "100vh" : "calc(100vh - 15rem)"};
|
|
8
7
|
display: flex;
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
+
"use client";
|
|
1
2
|
"use strict";
|
|
2
3
|
"use client";
|
|
3
|
-
var __create = Object.create;
|
|
4
4
|
var __defProp = Object.defineProperty;
|
|
5
5
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
6
6
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
7
|
-
var __getProtoOf = Object.getPrototypeOf;
|
|
8
7
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
9
8
|
var __export = (target, all) => {
|
|
10
9
|
for (var name in all)
|
|
@@ -18,49 +17,16 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
18
17
|
}
|
|
19
18
|
return to;
|
|
20
19
|
};
|
|
21
|
-
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
22
|
-
// If the importer is in node compatibility mode or this is not an ESM
|
|
23
|
-
// file that has been converted to a CommonJS file using a Babel-
|
|
24
|
-
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
25
|
-
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
26
|
-
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
27
|
-
mod
|
|
28
|
-
));
|
|
29
20
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
30
|
-
|
|
31
|
-
// components/types/loading/bar/index.tsx
|
|
32
21
|
var bar_exports = {};
|
|
33
22
|
__export(bar_exports, {
|
|
34
23
|
LoadingBar: () => LoadingBar
|
|
35
24
|
});
|
|
36
25
|
module.exports = __toCommonJS(bar_exports);
|
|
37
|
-
|
|
38
|
-
// components/types/loading/bar/styles.tsx
|
|
39
|
-
var import_styled_components = __toESM(require("styled-components"));
|
|
40
|
-
var Container = import_styled_components.default.div`
|
|
41
|
-
border-radius: ${(props) => props.borderRadius || "10px"};
|
|
42
|
-
height: ${(props) => props.height || "100%"};
|
|
43
|
-
width: ${(props) => props.width || "100%"};
|
|
44
|
-
animation: loading infinite 2s;
|
|
45
|
-
margin: ${(props) => props.margin || "0px"};
|
|
46
|
-
|
|
47
|
-
@keyframes loading {
|
|
48
|
-
0% {
|
|
49
|
-
background: ${(props) => !props.dark ? "rgb(0, 0, 0, 0.05)" : "rgb(255, 255, 255, 0.05)"};
|
|
50
|
-
}
|
|
51
|
-
50% {
|
|
52
|
-
background: ${(props) => !props.dark ? "rgb(0, 0, 0, 0.10)" : "rgb(255, 255, 255, 0.15)"};
|
|
53
|
-
}
|
|
54
|
-
100% {
|
|
55
|
-
background: ${(props) => !props.dark ? "rgb(0, 0, 0, 0.05)" : "rgb(255, 255, 255, 0.05)"};
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
`;
|
|
59
|
-
|
|
60
|
-
// components/types/loading/bar/index.tsx
|
|
61
26
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
27
|
+
var import_styles = require("./styles");
|
|
62
28
|
function LoadingBar(props) {
|
|
63
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(Container, { ...props });
|
|
29
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_styles.Container, { ...props });
|
|
64
30
|
}
|
|
65
31
|
// Annotate the CommonJS export names for ESM import in node:
|
|
66
32
|
0 && (module.exports = {
|
|
@@ -1,29 +1,7 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
|
|
3
|
-
// components/types/loading/bar/styles.tsx
|
|
4
|
-
import styled from "styled-components";
|
|
5
|
-
var Container = styled.div`
|
|
6
|
-
border-radius: ${(props) => props.borderRadius || "10px"};
|
|
7
|
-
height: ${(props) => props.height || "100%"};
|
|
8
|
-
width: ${(props) => props.width || "100%"};
|
|
9
|
-
animation: loading infinite 2s;
|
|
10
|
-
margin: ${(props) => props.margin || "0px"};
|
|
11
|
-
|
|
12
|
-
@keyframes loading {
|
|
13
|
-
0% {
|
|
14
|
-
background: ${(props) => !props.dark ? "rgb(0, 0, 0, 0.05)" : "rgb(255, 255, 255, 0.05)"};
|
|
15
|
-
}
|
|
16
|
-
50% {
|
|
17
|
-
background: ${(props) => !props.dark ? "rgb(0, 0, 0, 0.10)" : "rgb(255, 255, 255, 0.15)"};
|
|
18
|
-
}
|
|
19
|
-
100% {
|
|
20
|
-
background: ${(props) => !props.dark ? "rgb(0, 0, 0, 0.05)" : "rgb(255, 255, 255, 0.05)"};
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
`;
|
|
24
|
-
|
|
25
|
-
// components/types/loading/bar/index.tsx
|
|
2
|
+
"use client";
|
|
26
3
|
import { jsx } from "react/jsx-runtime";
|
|
4
|
+
import { Container } from "./styles";
|
|
27
5
|
function LoadingBar(props) {
|
|
28
6
|
return /* @__PURE__ */ jsx(Container, { ...props });
|
|
29
7
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
"use client";
|
|
1
2
|
"use strict";
|
|
2
3
|
"use client";
|
|
3
4
|
var __create = Object.create;
|
|
@@ -27,15 +28,13 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
27
28
|
mod
|
|
28
29
|
));
|
|
29
30
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
30
|
-
|
|
31
|
-
// components/types/loading/bar/styles.tsx
|
|
32
31
|
var styles_exports = {};
|
|
33
32
|
__export(styles_exports, {
|
|
34
33
|
Container: () => Container
|
|
35
34
|
});
|
|
36
35
|
module.exports = __toCommonJS(styles_exports);
|
|
37
36
|
var import_styled_components = __toESM(require("styled-components"));
|
|
38
|
-
|
|
37
|
+
const Container = import_styled_components.default.div`
|
|
39
38
|
border-radius: ${(props) => props.borderRadius || "10px"};
|
|
40
39
|
height: ${(props) => props.height || "100%"};
|
|
41
40
|
width: ${(props) => props.width || "100%"};
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
|
|
3
|
-
// components/types/loading/bar/styles.tsx
|
|
2
|
+
"use client";
|
|
4
3
|
import styled from "styled-components";
|
|
5
|
-
|
|
4
|
+
const Container = styled.div`
|
|
6
5
|
border-radius: ${(props) => props.borderRadius || "10px"};
|
|
7
6
|
height: ${(props) => props.height || "100%"};
|
|
8
7
|
width: ${(props) => props.width || "100%"};
|
|
@@ -1,14 +1,9 @@
|
|
|
1
|
+
"use client";
|
|
1
2
|
"use strict";
|
|
2
|
-
var __create = Object.create;
|
|
3
3
|
var __defProp = Object.defineProperty;
|
|
4
4
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
5
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
-
var __getProtoOf = Object.getPrototypeOf;
|
|
7
6
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
-
var __export = (target, all) => {
|
|
9
|
-
for (var name in all)
|
|
10
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
-
};
|
|
12
7
|
var __copyProps = (to, from, except, desc) => {
|
|
13
8
|
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
9
|
for (let key of __getOwnPropNames(from))
|
|
@@ -17,176 +12,14 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
17
12
|
}
|
|
18
13
|
return to;
|
|
19
14
|
};
|
|
20
|
-
var
|
|
21
|
-
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
-
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
-
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
-
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
-
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
-
mod
|
|
27
|
-
));
|
|
15
|
+
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
28
16
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
-
|
|
30
|
-
// components/types/loading/index.tsx
|
|
31
17
|
var loading_exports = {};
|
|
32
|
-
__export(loading_exports, {
|
|
33
|
-
LoadingApp: () => LoadingApp,
|
|
34
|
-
LoadingBar: () => LoadingBar
|
|
35
|
-
});
|
|
36
18
|
module.exports = __toCommonJS(loading_exports);
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
var import_styled_components = __toESM(require("styled-components"));
|
|
40
|
-
var Container = import_styled_components.default.div`
|
|
41
|
-
border-radius: ${(props) => props.borderRadius || "10px"};
|
|
42
|
-
height: ${(props) => props.height || "100%"};
|
|
43
|
-
width: ${(props) => props.width || "100%"};
|
|
44
|
-
animation: loading infinite 2s;
|
|
45
|
-
margin: ${(props) => props.margin || "0px"};
|
|
46
|
-
|
|
47
|
-
@keyframes loading {
|
|
48
|
-
0% {
|
|
49
|
-
background: ${(props) => !props.dark ? "rgb(0, 0, 0, 0.05)" : "rgb(255, 255, 255, 0.05)"};
|
|
50
|
-
}
|
|
51
|
-
50% {
|
|
52
|
-
background: ${(props) => !props.dark ? "rgb(0, 0, 0, 0.10)" : "rgb(255, 255, 255, 0.15)"};
|
|
53
|
-
}
|
|
54
|
-
100% {
|
|
55
|
-
background: ${(props) => !props.dark ? "rgb(0, 0, 0, 0.05)" : "rgb(255, 255, 255, 0.05)"};
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
`;
|
|
59
|
-
|
|
60
|
-
// components/types/loading/bar/index.tsx
|
|
61
|
-
var import_jsx_runtime = require("react/jsx-runtime");
|
|
62
|
-
function LoadingBar(props) {
|
|
63
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(Container, { ...props });
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
// components/types/loading/app/styles.tsx
|
|
67
|
-
var import_styled_components2 = __toESM(require("styled-components"));
|
|
68
|
-
var Container2 = import_styled_components2.default.div`
|
|
69
|
-
width: ${({ initialization }) => initialization ? "100vw" : "100%"};
|
|
70
|
-
height: ${({ initialization }) => initialization ? "100vh" : "calc(100vh - 15rem)"};
|
|
71
|
-
display: flex;
|
|
72
|
-
justify-content: center;
|
|
73
|
-
align-items: center;
|
|
74
|
-
position: ${({ initialization }) => initialization ? "absolute" : "relative"};;
|
|
75
|
-
bottom: 0;
|
|
76
|
-
left: 0;
|
|
77
|
-
background: ${({ initialization, theme }) => initialization ? `${theme.maingrad}, ${theme.primary}` : "transparent"};
|
|
78
|
-
z-index: ${({ initialization }) => initialization ? "9" : "0"};
|
|
79
|
-
|
|
80
|
-
.iz-loading-logo {
|
|
81
|
-
font-size: 4rem;
|
|
82
|
-
opacity: 40%;
|
|
83
|
-
animation: loop 2s infinite;
|
|
84
|
-
position: relative;
|
|
85
|
-
|
|
86
|
-
&::before {
|
|
87
|
-
content: "";
|
|
88
|
-
position: absolute;
|
|
89
|
-
width: 5rem;
|
|
90
|
-
height: 5rem;
|
|
91
|
-
animation: firstImpact 2s .5s infinite ease;
|
|
92
|
-
background: ${({ theme }) => theme.t05};
|
|
93
|
-
border-radius: 50%;
|
|
94
|
-
z-index: 0;
|
|
95
|
-
opacity: 0;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
&::after {
|
|
99
|
-
content: "";
|
|
100
|
-
position: absolute;
|
|
101
|
-
width: 5rem;
|
|
102
|
-
height: 5rem;
|
|
103
|
-
animation: secondImpact 2s .5s infinite ease;
|
|
104
|
-
background: ${({ theme }) => theme.t05};
|
|
105
|
-
border-radius: 50%;
|
|
106
|
-
z-index: 0;
|
|
107
|
-
opacity: 0;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
@keyframes loop {
|
|
111
|
-
0% {
|
|
112
|
-
transform: scale(1);
|
|
113
|
-
}
|
|
114
|
-
80% {
|
|
115
|
-
transform: scale(1.3);
|
|
116
|
-
}
|
|
117
|
-
100% {
|
|
118
|
-
transform: scale(1);
|
|
119
|
-
}
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
@keyframes firstImpact {
|
|
123
|
-
0% {
|
|
124
|
-
transform: scale(1);
|
|
125
|
-
opacity: 0;
|
|
126
|
-
}
|
|
127
|
-
10% {
|
|
128
|
-
transform: scale(1.6);
|
|
129
|
-
opacity: 1;
|
|
130
|
-
}
|
|
131
|
-
100% {
|
|
132
|
-
transform: scale(1.6);
|
|
133
|
-
opacity: 0;
|
|
134
|
-
}
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
@keyframes secondImpact {
|
|
138
|
-
0% {
|
|
139
|
-
transform: scale(1);
|
|
140
|
-
opacity: 0;
|
|
141
|
-
}
|
|
142
|
-
40% {
|
|
143
|
-
transform: scale(1.3);
|
|
144
|
-
opacity: 1;
|
|
145
|
-
}
|
|
146
|
-
100% {
|
|
147
|
-
transform: scale(1.3);
|
|
148
|
-
opacity: 0;
|
|
149
|
-
}
|
|
150
|
-
}
|
|
151
|
-
}
|
|
152
|
-
`;
|
|
153
|
-
|
|
154
|
-
// components/types/logo/styles.tsx
|
|
155
|
-
var import_styled_components3 = __toESM(require("styled-components"));
|
|
156
|
-
var Container3 = import_styled_components3.default.div`
|
|
157
|
-
display: flex;
|
|
158
|
-
align-items: center;
|
|
159
|
-
justify-content: center;
|
|
160
|
-
gap: .3rem;
|
|
161
|
-
font-size: ${(props) => props.size || "2"}rem;
|
|
162
|
-
color: ${(props) => props.theme.t5};
|
|
163
|
-
|
|
164
|
-
label:first-child {
|
|
165
|
-
font-weight: 900;
|
|
166
|
-
color: ${(props) => props.theme.secondary};
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
label:last-child {
|
|
170
|
-
font-weight: 600;
|
|
171
|
-
}
|
|
172
|
-
`;
|
|
173
|
-
|
|
174
|
-
// components/types/logo/index.tsx
|
|
175
|
-
var import_jsx_runtime2 = require("react/jsx-runtime");
|
|
176
|
-
function Logo(props) {
|
|
177
|
-
return /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)(Container3, { ...props, children: [
|
|
178
|
-
/* @__PURE__ */ (0, import_jsx_runtime2.jsx)("label", { children: "IZ" }),
|
|
179
|
-
!props.onlyPrefix && /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("label", { children: "Way" })
|
|
180
|
-
] });
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
// components/types/loading/app/index.tsx
|
|
184
|
-
var import_jsx_runtime3 = require("react/jsx-runtime");
|
|
185
|
-
function LoadingApp(props) {
|
|
186
|
-
return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(Container2, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(Logo, { className: "iz-loading-logo", onlyPrefix: true }) });
|
|
187
|
-
}
|
|
19
|
+
__reExport(loading_exports, require("./bar"), module.exports);
|
|
20
|
+
__reExport(loading_exports, require("./app"), module.exports);
|
|
188
21
|
// Annotate the CommonJS export names for ESM import in node:
|
|
189
22
|
0 && (module.exports = {
|
|
190
|
-
|
|
191
|
-
|
|
23
|
+
...require("./bar"),
|
|
24
|
+
...require("./app")
|
|
192
25
|
});
|