@gustavo-valsechi/client 1.3.0
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/README.md +0 -0
- package/dist/components/index.d.ts +3 -0
- package/dist/components/index.js +49 -0
- package/dist/components/styles.d.ts +2 -0
- package/dist/components/styles.js +20 -0
- package/dist/components/types/avatar/index.d.ts +2 -0
- package/dist/components/types/avatar/index.js +39 -0
- package/dist/components/types/avatar/styles.d.ts +1 -0
- package/dist/components/types/avatar/styles.js +61 -0
- package/dist/components/types/badge/index.d.ts +2 -0
- package/dist/components/types/badge/index.js +22 -0
- package/dist/components/types/badge/styles.d.ts +1 -0
- package/dist/components/types/badge/styles.js +39 -0
- package/dist/components/types/block/index.d.ts +2 -0
- package/dist/components/types/block/index.js +11 -0
- package/dist/components/types/block/styles.d.ts +2 -0
- package/dist/components/types/block/styles.js +31 -0
- package/dist/components/types/chart/index.d.ts +2 -0
- package/dist/components/types/chart/index.js +39 -0
- package/dist/components/types/chart/styles.d.ts +1 -0
- package/dist/components/types/chart/styles.js +10 -0
- package/dist/components/types/credit-card/assets/index.d.ts +4 -0
- package/dist/components/types/credit-card/assets/index.js +19 -0
- package/dist/components/types/credit-card/card/index.d.ts +2 -0
- package/dist/components/types/credit-card/card/index.js +29 -0
- package/dist/components/types/credit-card/card/styles.d.ts +1 -0
- package/dist/components/types/credit-card/card/styles.js +138 -0
- package/dist/components/types/credit-card/functions/index.d.ts +2 -0
- package/dist/components/types/credit-card/functions/index.js +14 -0
- package/dist/components/types/credit-card/functions/styles.d.ts +1 -0
- package/dist/components/types/credit-card/functions/styles.js +43 -0
- package/dist/components/types/credit-card/index.d.ts +2 -0
- package/dist/components/types/credit-card/index.js +35 -0
- package/dist/components/types/credit-card/styles.d.ts +1 -0
- package/dist/components/types/credit-card/styles.js +40 -0
- package/dist/components/types/credit-card/tools/index.d.ts +6 -0
- package/dist/components/types/credit-card/tools/index.js +26 -0
- package/dist/components/types/form/index.d.ts +3 -0
- package/dist/components/types/form/index.js +85 -0
- package/dist/components/types/form/styles.d.ts +1 -0
- package/dist/components/types/form/styles.js +21 -0
- package/dist/components/types/form/types/button/index.d.ts +2 -0
- package/dist/components/types/form/types/button/index.js +14 -0
- package/dist/components/types/form/types/button/loading/index.d.ts +1 -0
- package/dist/components/types/form/types/button/loading/index.js +9 -0
- package/dist/components/types/form/types/button/loading/styles.d.ts +1 -0
- package/dist/components/types/form/types/button/loading/styles.js +94 -0
- package/dist/components/types/form/types/button/styles.d.ts +1 -0
- package/dist/components/types/form/types/button/styles.js +61 -0
- package/dist/components/types/form/types/datetime/index.d.ts +2 -0
- package/dist/components/types/form/types/datetime/index.js +26 -0
- package/dist/components/types/form/types/datetime/styles.d.ts +1 -0
- package/dist/components/types/form/types/datetime/styles.js +46 -0
- package/dist/components/types/form/types/file/index.d.ts +2 -0
- package/dist/components/types/form/types/file/index.js +27 -0
- package/dist/components/types/form/types/file/styles.d.ts +1 -0
- package/dist/components/types/form/types/file/styles.js +33 -0
- package/dist/components/types/form/types/index.d.ts +7 -0
- package/dist/components/types/form/types/index.js +23 -0
- package/dist/components/types/form/types/input/index.d.ts +2 -0
- package/dist/components/types/form/types/input/index.js +28 -0
- package/dist/components/types/form/types/input/styles.d.ts +1 -0
- package/dist/components/types/form/types/input/styles.js +52 -0
- package/dist/components/types/form/types/label/index.d.ts +2 -0
- package/dist/components/types/form/types/label/index.js +9 -0
- package/dist/components/types/form/types/label/styles.d.ts +1 -0
- package/dist/components/types/form/types/label/styles.js +13 -0
- package/dist/components/types/form/types/select/index.d.ts +2 -0
- package/dist/components/types/form/types/select/index.js +31 -0
- package/dist/components/types/form/types/select/styles.d.ts +1 -0
- package/dist/components/types/form/types/select/styles.js +58 -0
- package/dist/components/types/form/types/textarea/index.d.ts +2 -0
- package/dist/components/types/form/types/textarea/index.js +26 -0
- package/dist/components/types/form/types/textarea/styles.d.ts +1 -0
- package/dist/components/types/form/types/textarea/styles.js +45 -0
- package/dist/components/types/index.d.ts +11 -0
- package/dist/components/types/index.js +27 -0
- package/dist/components/types/loading/app/index.d.ts +2 -0
- package/dist/components/types/loading/app/index.js +10 -0
- package/dist/components/types/loading/app/styles.d.ts +1 -0
- package/dist/components/types/loading/app/styles.js +93 -0
- package/dist/components/types/loading/bar/index.d.ts +2 -0
- package/dist/components/types/loading/bar/index.js +9 -0
- package/dist/components/types/loading/bar/styles.d.ts +1 -0
- package/dist/components/types/loading/bar/styles.js +27 -0
- package/dist/components/types/loading/index.d.ts +2 -0
- package/dist/components/types/loading/index.js +18 -0
- package/dist/components/types/logo/index.d.ts +2 -0
- package/dist/components/types/logo/index.js +9 -0
- package/dist/components/types/logo/styles.d.ts +1 -0
- package/dist/components/types/logo/styles.js +25 -0
- package/dist/components/types/lottie/animations/index.d.ts +293 -0
- package/dist/components/types/lottie/animations/index.js +7 -0
- package/dist/components/types/lottie/animations/loader.json +1 -0
- package/dist/components/types/lottie/index.d.ts +2 -0
- package/dist/components/types/lottie/index.js +34 -0
- package/dist/components/types/lottie/styles.d.ts +1 -0
- package/dist/components/types/lottie/styles.js +28 -0
- package/dist/components/types/modal/index.d.ts +2 -0
- package/dist/components/types/modal/index.js +18 -0
- package/dist/components/types/modal/styles.d.ts +1 -0
- package/dist/components/types/modal/styles.js +159 -0
- package/dist/components/types/table/index.d.ts +3 -0
- package/dist/components/types/table/index.js +113 -0
- package/dist/components/types/table/modal/actions.d.ts +10 -0
- package/dist/components/types/table/modal/actions.js +8 -0
- package/dist/components/types/table/modal/index.d.ts +2 -0
- package/dist/components/types/table/modal/index.js +43 -0
- package/dist/components/types/table/modal/styles.d.ts +1 -0
- package/dist/components/types/table/modal/styles.js +58 -0
- package/dist/components/types/table/paginate/index.d.ts +2 -0
- package/dist/components/types/table/paginate/index.js +36 -0
- package/dist/components/types/table/paginate/styles.d.ts +1 -0
- package/dist/components/types/table/paginate/styles.js +42 -0
- package/dist/components/types/table/styles.d.ts +5 -0
- package/dist/components/types/table/styles.js +268 -0
- package/dist/contexts/icon/assets/brands/index.d.ts +2 -0
- package/dist/contexts/icon/assets/brands/index.js +9 -0
- package/dist/contexts/icon/assets/index.d.ts +6 -0
- package/dist/contexts/icon/assets/index.js +13 -0
- package/dist/contexts/icon/assets/regular/index.d.ts +2 -0
- package/dist/contexts/icon/assets/regular/index.js +9 -0
- package/dist/contexts/icon/assets/solid/index.d.ts +2 -0
- package/dist/contexts/icon/assets/solid/index.js +9 -0
- package/dist/contexts/icon/index.d.ts +4 -0
- package/dist/contexts/icon/index.js +82 -0
- package/dist/contexts/icon/styles.d.ts +1 -0
- package/dist/contexts/icon/styles.js +10 -0
- package/dist/contexts/index.d.ts +4 -0
- package/dist/contexts/index.js +21 -0
- package/dist/contexts/modal/index.d.ts +4 -0
- package/dist/contexts/modal/index.js +53 -0
- package/dist/contexts/modal/styles.d.ts +1 -0
- package/dist/contexts/modal/styles.js +10 -0
- package/dist/contexts/theme/content.d.ts +3 -0
- package/dist/contexts/theme/content.js +77 -0
- package/dist/contexts/theme/index.d.ts +4 -0
- package/dist/contexts/theme/index.js +32 -0
- package/dist/contexts/theme/styles.d.ts +1 -0
- package/dist/contexts/theme/styles.js +84 -0
- package/dist/contexts/tooltip/index.d.ts +6 -0
- package/dist/contexts/tooltip/index.js +65 -0
- package/dist/contexts/tooltip/styles.d.ts +1 -0
- package/dist/contexts/tooltip/styles.js +46 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +20 -0
- package/dist/interfaces/components/avatar/index.d.ts +6 -0
- package/dist/interfaces/components/avatar/index.js +2 -0
- package/dist/interfaces/components/badge/index.d.ts +3 -0
- package/dist/interfaces/components/badge/index.js +2 -0
- package/dist/interfaces/components/block/index.d.ts +16 -0
- package/dist/interfaces/components/block/index.js +2 -0
- package/dist/interfaces/components/chart/index.d.ts +9 -0
- package/dist/interfaces/components/chart/index.js +2 -0
- package/dist/interfaces/components/credit-card/index.d.ts +16 -0
- package/dist/interfaces/components/credit-card/index.js +2 -0
- package/dist/interfaces/components/form/button/index.d.ts +7 -0
- package/dist/interfaces/components/form/button/index.js +2 -0
- package/dist/interfaces/components/form/datetime/index.d.ts +15 -0
- package/dist/interfaces/components/form/datetime/index.js +2 -0
- package/dist/interfaces/components/form/file/index.d.ts +14 -0
- package/dist/interfaces/components/form/file/index.js +2 -0
- package/dist/interfaces/components/form/index.d.ts +16 -0
- package/dist/interfaces/components/form/index.js +23 -0
- package/dist/interfaces/components/form/input/index.d.ts +17 -0
- package/dist/interfaces/components/form/input/index.js +2 -0
- package/dist/interfaces/components/form/label/index.d.ts +5 -0
- package/dist/interfaces/components/form/label/index.js +2 -0
- package/dist/interfaces/components/form/select/index.d.ts +14 -0
- package/dist/interfaces/components/form/select/index.js +2 -0
- package/dist/interfaces/components/form/textarea/index.d.ts +16 -0
- package/dist/interfaces/components/form/textarea/index.js +2 -0
- package/dist/interfaces/components/index.d.ts +26 -0
- package/dist/interfaces/components/index.js +27 -0
- package/dist/interfaces/components/loading/app/index.d.ts +3 -0
- package/dist/interfaces/components/loading/app/index.js +2 -0
- package/dist/interfaces/components/loading/bar/index.d.ts +7 -0
- package/dist/interfaces/components/loading/bar/index.js +2 -0
- package/dist/interfaces/components/loading/index.d.ts +2 -0
- package/dist/interfaces/components/loading/index.js +18 -0
- package/dist/interfaces/components/logo/index.d.ts +6 -0
- package/dist/interfaces/components/logo/index.js +2 -0
- package/dist/interfaces/components/lottie/index.d.ts +12 -0
- package/dist/interfaces/components/lottie/index.js +2 -0
- package/dist/interfaces/components/modal/index.d.ts +16 -0
- package/dist/interfaces/components/modal/index.js +2 -0
- package/dist/interfaces/components/table/index.d.ts +46 -0
- package/dist/interfaces/components/table/index.js +17 -0
- package/dist/interfaces/components/table/paginate/index.d.ts +7 -0
- package/dist/interfaces/components/table/paginate/index.js +2 -0
- package/dist/interfaces/contexts/icon/index.d.ts +3 -0
- package/dist/interfaces/contexts/icon/index.js +2 -0
- package/dist/interfaces/contexts/index.d.ts +8 -0
- package/dist/interfaces/contexts/index.js +20 -0
- package/dist/interfaces/contexts/modal/index.d.ts +16 -0
- package/dist/interfaces/contexts/modal/index.js +3 -0
- package/dist/interfaces/contexts/theme/index.d.ts +42 -0
- package/dist/interfaces/contexts/theme/index.js +2 -0
- package/dist/interfaces/contexts/tooltip/index.d.ts +3 -0
- package/dist/interfaces/contexts/tooltip/index.js +2 -0
- package/dist/interfaces/index.d.ts +2 -0
- package/dist/interfaces/index.js +18 -0
- package/dist/styled.d.ts +6 -0
- package/dist/styled.js +3 -0
- package/dist/tsup.config.d.ts +2 -0
- package/dist/tsup.config.js +21 -0
- package/package.json +69 -0
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./bar"), exports);
|
|
18
|
+
__exportStar(require("./app"), exports);
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.Logo = Logo;
|
|
5
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
6
|
+
const styles_1 = require("./styles");
|
|
7
|
+
function Logo(props) {
|
|
8
|
+
return ((0, jsx_runtime_1.jsxs)(styles_1.Container, { ...props, children: [(0, jsx_runtime_1.jsx)("label", { children: "IZ" }), !props.onlyPrefix && (0, jsx_runtime_1.jsx)("label", { children: "Way" })] }));
|
|
9
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const Container: any;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
4
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
5
|
+
};
|
|
6
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
+
exports.Container = void 0;
|
|
8
|
+
const styled_components_1 = __importDefault(require("styled-components"));
|
|
9
|
+
exports.Container = styled_components_1.default.div `
|
|
10
|
+
display: flex;
|
|
11
|
+
align-items: center;
|
|
12
|
+
justify-content: center;
|
|
13
|
+
gap: .3rem;
|
|
14
|
+
font-size: ${(props) => props.size || "2"}rem;
|
|
15
|
+
color: ${(props) => props.theme.t5};
|
|
16
|
+
|
|
17
|
+
label:first-child {
|
|
18
|
+
font-weight: 900;
|
|
19
|
+
color: ${(props) => props.theme.secondary};
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
label:last-child {
|
|
23
|
+
font-weight: 600;
|
|
24
|
+
}
|
|
25
|
+
`;
|
|
@@ -0,0 +1,293 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
loader: {
|
|
3
|
+
v: string;
|
|
4
|
+
meta: {
|
|
5
|
+
g: string;
|
|
6
|
+
a: string;
|
|
7
|
+
k: string;
|
|
8
|
+
d: string;
|
|
9
|
+
tc: string;
|
|
10
|
+
};
|
|
11
|
+
fr: number;
|
|
12
|
+
ip: number;
|
|
13
|
+
op: number;
|
|
14
|
+
w: number;
|
|
15
|
+
h: number;
|
|
16
|
+
nm: string;
|
|
17
|
+
ddd: number;
|
|
18
|
+
assets: never[];
|
|
19
|
+
layers: ({
|
|
20
|
+
ddd: number;
|
|
21
|
+
ind: number;
|
|
22
|
+
ty: number;
|
|
23
|
+
nm: string;
|
|
24
|
+
sr: number;
|
|
25
|
+
ks: {
|
|
26
|
+
o: {
|
|
27
|
+
a: number;
|
|
28
|
+
k: number;
|
|
29
|
+
ix: number;
|
|
30
|
+
};
|
|
31
|
+
r: {
|
|
32
|
+
a: number;
|
|
33
|
+
k: number;
|
|
34
|
+
ix: number;
|
|
35
|
+
x: string;
|
|
36
|
+
};
|
|
37
|
+
p: {
|
|
38
|
+
a: number;
|
|
39
|
+
k: number[];
|
|
40
|
+
ix: number;
|
|
41
|
+
x: string;
|
|
42
|
+
};
|
|
43
|
+
a: {
|
|
44
|
+
a: number;
|
|
45
|
+
k: number[];
|
|
46
|
+
ix: number;
|
|
47
|
+
};
|
|
48
|
+
s: {
|
|
49
|
+
a: number;
|
|
50
|
+
k: number[];
|
|
51
|
+
ix: number;
|
|
52
|
+
};
|
|
53
|
+
};
|
|
54
|
+
ao: number;
|
|
55
|
+
shapes: {
|
|
56
|
+
ty: string;
|
|
57
|
+
it: ({
|
|
58
|
+
ind: number;
|
|
59
|
+
ty: string;
|
|
60
|
+
ix: number;
|
|
61
|
+
ks: {
|
|
62
|
+
a: number;
|
|
63
|
+
k: ({
|
|
64
|
+
i: {
|
|
65
|
+
x: number;
|
|
66
|
+
y: number;
|
|
67
|
+
};
|
|
68
|
+
o: {
|
|
69
|
+
x: number;
|
|
70
|
+
y: number;
|
|
71
|
+
};
|
|
72
|
+
t: number;
|
|
73
|
+
s: {
|
|
74
|
+
i: number[][];
|
|
75
|
+
o: number[][];
|
|
76
|
+
v: number[][];
|
|
77
|
+
c: boolean;
|
|
78
|
+
}[];
|
|
79
|
+
} | {
|
|
80
|
+
t: number;
|
|
81
|
+
s: {
|
|
82
|
+
i: number[][];
|
|
83
|
+
o: number[][];
|
|
84
|
+
v: number[][];
|
|
85
|
+
c: boolean;
|
|
86
|
+
}[];
|
|
87
|
+
i?: undefined;
|
|
88
|
+
o?: undefined;
|
|
89
|
+
})[];
|
|
90
|
+
ix: number;
|
|
91
|
+
};
|
|
92
|
+
nm: string;
|
|
93
|
+
mn: string;
|
|
94
|
+
hd: boolean;
|
|
95
|
+
c?: undefined;
|
|
96
|
+
o?: undefined;
|
|
97
|
+
w?: undefined;
|
|
98
|
+
lc?: undefined;
|
|
99
|
+
lj?: undefined;
|
|
100
|
+
ml?: undefined;
|
|
101
|
+
bm?: undefined;
|
|
102
|
+
r?: undefined;
|
|
103
|
+
p?: undefined;
|
|
104
|
+
a?: undefined;
|
|
105
|
+
s?: undefined;
|
|
106
|
+
sk?: undefined;
|
|
107
|
+
sa?: undefined;
|
|
108
|
+
} | {
|
|
109
|
+
ty: string;
|
|
110
|
+
c: {
|
|
111
|
+
a: number;
|
|
112
|
+
k: number[];
|
|
113
|
+
ix: number;
|
|
114
|
+
};
|
|
115
|
+
o: {
|
|
116
|
+
a: number;
|
|
117
|
+
k: number;
|
|
118
|
+
ix: number;
|
|
119
|
+
};
|
|
120
|
+
w: {
|
|
121
|
+
a: number;
|
|
122
|
+
k: number;
|
|
123
|
+
ix: number;
|
|
124
|
+
};
|
|
125
|
+
lc: number;
|
|
126
|
+
lj: number;
|
|
127
|
+
ml: number;
|
|
128
|
+
bm: number;
|
|
129
|
+
nm: string;
|
|
130
|
+
mn: string;
|
|
131
|
+
hd: boolean;
|
|
132
|
+
ind?: undefined;
|
|
133
|
+
ix?: undefined;
|
|
134
|
+
ks?: undefined;
|
|
135
|
+
r?: undefined;
|
|
136
|
+
p?: undefined;
|
|
137
|
+
a?: undefined;
|
|
138
|
+
s?: undefined;
|
|
139
|
+
sk?: undefined;
|
|
140
|
+
sa?: undefined;
|
|
141
|
+
} | {
|
|
142
|
+
ty: string;
|
|
143
|
+
c: {
|
|
144
|
+
a: number;
|
|
145
|
+
k: number[];
|
|
146
|
+
ix: number;
|
|
147
|
+
};
|
|
148
|
+
o: {
|
|
149
|
+
a: number;
|
|
150
|
+
k: number;
|
|
151
|
+
ix: number;
|
|
152
|
+
};
|
|
153
|
+
r: number;
|
|
154
|
+
bm: number;
|
|
155
|
+
nm: string;
|
|
156
|
+
mn: string;
|
|
157
|
+
hd: boolean;
|
|
158
|
+
ind?: undefined;
|
|
159
|
+
ix?: undefined;
|
|
160
|
+
ks?: undefined;
|
|
161
|
+
w?: undefined;
|
|
162
|
+
lc?: undefined;
|
|
163
|
+
lj?: undefined;
|
|
164
|
+
ml?: undefined;
|
|
165
|
+
p?: undefined;
|
|
166
|
+
a?: undefined;
|
|
167
|
+
s?: undefined;
|
|
168
|
+
sk?: undefined;
|
|
169
|
+
sa?: undefined;
|
|
170
|
+
} | {
|
|
171
|
+
ty: string;
|
|
172
|
+
p: {
|
|
173
|
+
a: number;
|
|
174
|
+
k: number[];
|
|
175
|
+
ix: number;
|
|
176
|
+
};
|
|
177
|
+
a: {
|
|
178
|
+
a: number;
|
|
179
|
+
k: number[];
|
|
180
|
+
ix: number;
|
|
181
|
+
};
|
|
182
|
+
s: {
|
|
183
|
+
a: number;
|
|
184
|
+
k: number[];
|
|
185
|
+
ix: number;
|
|
186
|
+
};
|
|
187
|
+
r: {
|
|
188
|
+
a: number;
|
|
189
|
+
k: number;
|
|
190
|
+
ix: number;
|
|
191
|
+
};
|
|
192
|
+
o: {
|
|
193
|
+
a: number;
|
|
194
|
+
k: number;
|
|
195
|
+
ix: number;
|
|
196
|
+
};
|
|
197
|
+
sk: {
|
|
198
|
+
a: number;
|
|
199
|
+
k: number;
|
|
200
|
+
ix: number;
|
|
201
|
+
};
|
|
202
|
+
sa: {
|
|
203
|
+
a: number;
|
|
204
|
+
k: number;
|
|
205
|
+
ix: number;
|
|
206
|
+
};
|
|
207
|
+
nm: string;
|
|
208
|
+
ind?: undefined;
|
|
209
|
+
ix?: undefined;
|
|
210
|
+
ks?: undefined;
|
|
211
|
+
mn?: undefined;
|
|
212
|
+
hd?: undefined;
|
|
213
|
+
c?: undefined;
|
|
214
|
+
w?: undefined;
|
|
215
|
+
lc?: undefined;
|
|
216
|
+
lj?: undefined;
|
|
217
|
+
ml?: undefined;
|
|
218
|
+
bm?: undefined;
|
|
219
|
+
})[];
|
|
220
|
+
nm: string;
|
|
221
|
+
np: number;
|
|
222
|
+
cix: number;
|
|
223
|
+
bm: number;
|
|
224
|
+
ix: number;
|
|
225
|
+
mn: string;
|
|
226
|
+
hd: boolean;
|
|
227
|
+
}[];
|
|
228
|
+
ip: number;
|
|
229
|
+
op: number;
|
|
230
|
+
st: number;
|
|
231
|
+
bm: number;
|
|
232
|
+
} | {
|
|
233
|
+
ddd: number;
|
|
234
|
+
ind: number;
|
|
235
|
+
ty: number;
|
|
236
|
+
nm: string;
|
|
237
|
+
sr: number;
|
|
238
|
+
ks: {
|
|
239
|
+
o: {
|
|
240
|
+
a: number;
|
|
241
|
+
k: number;
|
|
242
|
+
ix: number;
|
|
243
|
+
};
|
|
244
|
+
r: {
|
|
245
|
+
a: number;
|
|
246
|
+
k: ({
|
|
247
|
+
i: {
|
|
248
|
+
x: number[];
|
|
249
|
+
y: number[];
|
|
250
|
+
};
|
|
251
|
+
o: {
|
|
252
|
+
x: number[];
|
|
253
|
+
y: number[];
|
|
254
|
+
};
|
|
255
|
+
t: number;
|
|
256
|
+
s: number[];
|
|
257
|
+
} | {
|
|
258
|
+
t: number;
|
|
259
|
+
s: number[];
|
|
260
|
+
i?: undefined;
|
|
261
|
+
o?: undefined;
|
|
262
|
+
})[];
|
|
263
|
+
ix: number;
|
|
264
|
+
x?: undefined;
|
|
265
|
+
};
|
|
266
|
+
p: {
|
|
267
|
+
a: number;
|
|
268
|
+
k: number[];
|
|
269
|
+
ix: number;
|
|
270
|
+
x?: undefined;
|
|
271
|
+
};
|
|
272
|
+
a: {
|
|
273
|
+
a: number;
|
|
274
|
+
k: number[];
|
|
275
|
+
ix: number;
|
|
276
|
+
};
|
|
277
|
+
s: {
|
|
278
|
+
a: number;
|
|
279
|
+
k: number[];
|
|
280
|
+
ix: number;
|
|
281
|
+
};
|
|
282
|
+
};
|
|
283
|
+
ao: number;
|
|
284
|
+
ip: number;
|
|
285
|
+
op: number;
|
|
286
|
+
st: number;
|
|
287
|
+
bm: number;
|
|
288
|
+
shapes?: undefined;
|
|
289
|
+
})[];
|
|
290
|
+
markers: never[];
|
|
291
|
+
};
|
|
292
|
+
};
|
|
293
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const loader_json_1 = __importDefault(require("./loader.json"));
|
|
7
|
+
exports.default = { loader: loader_json_1.default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{ "v": "4.8.0", "meta": { "g": "LottieFiles AE 3.4.5", "a": "", "k": "", "d": "", "tc": "" }, "fr": 60, "ip": 0, "op": 152, "w": 1024, "h": 1024, "nm": "loader1", "ddd": 0, "assets": [], "layers": [{ "ddd": 0, "ind": 1, "ty": 4, "nm": "Shape Layer 2", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10, "x": "var $bm_rt;\n$bm_rt = thisComp.layer('Null 1').transform.rotation;" }, "p": { "a": 0, "k": [512, 512, 0], "ix": 2, "x": "var $bm_rt;\n$bm_rt = thisComp.layer('Null 1').transform.position;" }, "a": { "a": 0, "k": [83.27, 6, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [{ "ty": "gr", "it": [{ "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 1, "k": [{ "i": { "x": 0.398, "y": 1 }, "o": { "x": 0.573, "y": 0 }, "t": 14, "s": [{ "i": [[-116.537, 0], [-66.195, -94.389], [48, -160], [65.067, -66.069], [102.081, 0], [66.068, 65.058], [-85.127, 157.906], [-49.234, 62.335]], "o": [[124.041, 0], [41.676, 59.427], [-61.503, 205.011], [-66.384, 67.406], [-100.048, 0], [-67.415, -66.385], [80.223, -148.809], [67.028, -84.864]], "v": [[0, -366], [299.865, -209.905], [50, 38], [260.784, 256.803], [0, 366], [-256.787, 260.799], [-104.847, -79.448], [-287.381, -226.67]], "c": true }] }, { "i": { "x": 0.667, "y": 1 }, "o": { "x": 0.836, "y": 0 }, "t": 41, "s": [{ "i": [[-116.537, 0], [-66.195, -94.389], [48, -160], [65.067, -66.069], [102.081, 0], [66.068, 65.058], [-119.289, 133.982], [-49.234, 62.335]], "o": [[124.041, 0], [41.676, 59.427], [-61.503, 205.011], [-66.384, 67.406], [-100.048, 0], [-67.415, -66.385], [122.787, -137.911], [67.028, -84.864]], "v": [[0, -366], [299.865, -209.905], [-24.884, 23.246], [260.784, 256.803], [0, 366], [-256.787, 260.799], [-196.288, -48.478], [-287.381, -226.67]], "c": true }] }, { "i": { "x": 0.667, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "t": 54, "s": [{ "i": [[-116.537, 0], [-66.195, -94.389], [85.13, -251.636], [65.067, -66.069], [102.081, 0], [66.068, 65.058], [-122.897, 111.938], [-49.234, 62.335]], "o": [[124.041, 0], [41.676, 59.427], [-39.693, 119.128], [-66.383, 67.406], [-100.048, 0], [-67.415, -66.385], [309.312, -266.065], [67.028, -84.864]], "v": [[0, -366], [275.144, -227.127], [159.077, -38.579], [215.016, 276.104], [0, 366], [-256.787, 260.799], [-150.256, -23.325], [-287.381, -226.67]], "c": true }] }, { "i": { "x": 0.667, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "t": 60, "s": [{ "i": [[-116.537, 0], [-66.195, -94.389], [82.924, -246.192], [65.067, -66.069], [102.081, 0], [66.068, 65.058], [-55.859, 176.202], [-49.234, 62.335]], "o": [[124.041, 0], [41.676, 59.427], [-40.989, 124.23], [-66.384, 67.406], [-100.048, 0], [-67.415, -66.385], [24.59, -160.109], [67.028, -84.864]], "v": [[0, -366], [276.613, -226.103], [-75.017, -73.301], [217.735, 274.957], [0, 366], [-256.787, 260.799], [-299.117, -9.604], [-287.381, -226.67]], "c": true }] }, { "i": { "x": 0.667, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "t": 65, "s": [{ "i": [[-116.537, 0], [-66.195, -94.389], [81.086, -241.656], [65.067, -66.069], [102.081, 0], [66.068, 65.058], [94.229, 285.418], [-49.234, 62.335]], "o": [[124.041, 0], [41.676, 59.427], [-42.068, 128.482], [-66.384, 67.406], [-100.048, 0], [-67.415, -66.385], [-111.15, -238.582], [67.028, -84.864]], "v": [[0, -366], [277.836, -225.251], [294.19, 46.954], [220.001, 274.001], [0, 366], [-256.787, 260.799], [123.521, -40.948], [-287.381, -226.67]], "c": true }] }, { "i": { "x": 0.667, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "t": 71, "s": [{ "i": [[-116.537, 0], [-66.195, -94.389], [78.88, -236.212], [65.067, -66.069], [102.081, 0], [66.068, 65.058], [82.272, 276.917], [-49.234, 62.335]], "o": [[124.041, 0], [41.676, 59.427], [-112.252, 217.097], [-66.384, 67.406], [-100.048, 0], [-67.415, -66.385], [-98.391, -232.597], [67.028, -84.864]], "v": [[0, -366], [279.305, -224.228], [2.74, -72.763], [222.719, 272.855], [0, 366], [-256.787, 260.799], [-234.073, 12.428], [-287.381, -226.67]], "c": true }] }, { "i": { "x": 0.439, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "t": 81, "s": [{ "i": [[-116.537, 0], [-66.195, -94.389], [73.366, -222.603], [65.067, -66.069], [102.081, 0], [66.068, 65.058], [52.379, 255.665], [-49.234, 62.335]], "o": [[124.041, 0], [41.676, 59.427], [-103.19, 214.939], [-66.384, 67.406], [-100.048, 0], [-67.415, -66.385], [-66.496, -217.635], [67.028, -84.864]], "v": [[0, -366], [282.976, -221.67], [230.193, 16.947], [229.517, 269.988], [0, 366], [-256.787, 260.799], [-76.962, -15.009], [-287.381, -226.67]], "c": true }] }, { "i": { "x": 0.667, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "t": 94, "s": [{ "i": [[-116.537, 0], [-66.195, -94.389], [70.093, -170.914], [65.067, -66.069], [102.081, 0], [66.068, 65.058], [-157.227, 316.209], [-49.234, 62.335]], "o": [[124.041, 0], [41.676, 59.427], [-52.439, 127.868], [-66.384, 67.406], [-100.048, 0], [-67.415, -66.385], [75.268, -151.376], [67.028, -84.864]], "v": [[0, -366], [299.865, -209.905], [250.126, 62.099], [260.784, 256.803], [0, 366], [-256.787, 260.799], [14.671, -55.458], [-287.381, -226.67]], "c": true }] }, { "i": { "x": 0.368, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "t": 114, "s": [{ "i": [[-116.537, 0], [-66.195, -94.389], [48, -160.001], [65.067, -66.069], [102.081, 0], [66.068, 65.058], [-114.582, 138.029], [-49.234, 62.335]], "o": [[124.041, 0], [41.676, 59.427], [-61.503, 205.009], [-66.384, 67.406], [-100.048, 0], [-67.415, -66.385], [230.987, -278.253], [67.028, -84.864]], "v": [[0, -366], [299.865, -209.905], [338.14, 64.524], [260.784, 256.803], [0, 366], [-256.787, 260.799], [-29.052, 9.798], [-287.381, -226.67]], "c": true }] }, { "i": { "x": 0.439, "y": 1 }, "o": { "x": 0.671, "y": 0 }, "t": 130, "s": [{ "i": [[-116.537, 0], [-66.195, -94.389], [48, -160], [65.067, -66.069], [102.081, 0], [66.068, 65.058], [-103.088, 145.785], [-49.234, 62.335]], "o": [[124.041, 0], [41.676, 59.427], [-61.503, 205.01], [-66.384, 67.406], [-100.048, 0], [-67.415, -66.385], [172.152, -227.738], [67.028, -84.864]], "v": [[0, -366], [299.865, -209.905], [26.401, -124.412], [260.784, 256.803], [0, 366], [-256.787, 260.799], [-231.181, 72.709], [-287.381, -226.67]], "c": true }] }, { "t": 155, "s": [{ "i": [[-116.537, 0], [-66.195, -94.389], [48, -160], [65.067, -66.069], [102.081, 0], [66.068, 65.058], [-85.127, 157.906], [-49.234, 62.335]], "o": [[124.041, 0], [41.676, 59.427], [-61.503, 205.011], [-66.384, 67.406], [-100.048, 0], [-67.415, -66.385], [80.223, -148.809], [67.028, -84.864]], "v": [[0, -366], [299.865, -209.905], [50, 38], [260.784, 256.803], [0, 366], [-256.787, 260.799], [-104.847, -79.448], [-287.381, -226.67]], "c": true }] }], "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [0.8118, 0.8039, 0.8039, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 0, "k": 0, "ix": 5 }, "lc": 1, "lj": 1, "ml": 4, "bm": 0, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "fl", "c": { "a": 0, "k": [0.7451, 0.7451, 0.7451, 1], "ix": 4 }, "o": { "a": 0, "k": 100, "ix": 5 }, "r": 1, "bm": 0, "nm": "Fill 1", "mn": "ADBE Vector Graphic - Fill", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [78, 6], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" }], "nm": "Ellipse 1", "np": 3, "cix": 2, "bm": 0, "ix": 1, "mn": "ADBE Vector Group", "hd": false }], "ip": 0, "op": 152, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 2, "ty": 4, "nm": "Shape Layer 4", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10, "x": "var $bm_rt;\n$bm_rt = thisComp.layer('Null 1').transform.rotation;" }, "p": { "a": 0, "k": [512, 512, 0], "ix": 2, "x": "var $bm_rt;\n$bm_rt = thisComp.layer('Null 1').transform.position;" }, "a": { "a": 0, "k": [83.27, 6, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "shapes": [{ "ty": "gr", "it": [{ "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 1, "k": [{ "i": { "x": 0.833, "y": 1 }, "o": { "x": 0.167, "y": 0.167 }, "t": 0, "s": [{ "i": [[-116.537, 0], [-66.195, -94.389], [48, -160], [65.067, -66.069], [102.081, 0], [66.068, 65.058], [-93.22, 152.445], [-49.234, 62.335]], "o": [[124.041, 0], [41.676, 59.427], [-61.503, 205.011], [-66.384, 67.406], [-100.048, 0], [-67.415, -66.385], [121.644, -184.373], [67.028, -84.864]], "v": [[0, -366], [299.865, -209.905], [39.367, -35.179], [260.784, 256.803], [0, 366], [-256.787, 260.799], [-161.77, -10.89], [-287.381, -226.67]], "c": true }] }, { "i": { "x": 0.398, "y": 1 }, "o": { "x": 0.573, "y": 0 }, "t": 21, "s": [{ "i": [[-116.537, 0], [-66.195, -94.389], [48, -160], [65.067, -66.069], [102.081, 0], [66.068, 65.058], [-85.127, 157.906], [-49.234, 62.335]], "o": [[124.041, 0], [41.676, 59.427], [-61.503, 205.011], [-66.384, 67.406], [-100.048, 0], [-67.415, -66.385], [80.223, -148.809], [67.028, -84.864]], "v": [[0, -366], [299.865, -209.905], [50, 38], [260.784, 256.803], [0, 366], [-256.787, 260.799], [-104.847, -79.448], [-287.381, -226.67]], "c": true }] }, { "i": { "x": 0.667, "y": 1 }, "o": { "x": 0.836, "y": 0 }, "t": 48, "s": [{ "i": [[-116.537, 0], [-66.195, -94.389], [48, -160], [65.067, -66.069], [102.081, 0], [66.068, 65.058], [-119.289, 133.982], [-49.234, 62.335]], "o": [[124.041, 0], [41.676, 59.427], [-61.503, 205.011], [-66.384, 67.406], [-100.048, 0], [-67.415, -66.385], [122.787, -137.911], [67.028, -84.864]], "v": [[0, -366], [299.865, -209.905], [-24.884, 23.246], [260.784, 256.803], [0, 366], [-256.787, 260.799], [-196.288, -48.478], [-287.381, -226.67]], "c": true }] }, { "i": { "x": 0.667, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "t": 61, "s": [{ "i": [[-116.537, 0], [-66.195, -94.389], [85.13, -251.636], [65.067, -66.069], [102.081, 0], [66.068, 65.058], [-122.897, 111.938], [-49.234, 62.335]], "o": [[124.041, 0], [41.676, 59.427], [-39.693, 119.128], [-66.383, 67.406], [-100.048, 0], [-67.415, -66.385], [309.312, -266.065], [67.028, -84.864]], "v": [[0, -366], [275.144, -227.127], [159.077, -38.579], [215.016, 276.104], [0, 366], [-256.787, 260.799], [-150.256, -23.325], [-287.381, -226.67]], "c": true }] }, { "i": { "x": 0.667, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "t": 67, "s": [{ "i": [[-116.537, 0], [-66.195, -94.389], [82.924, -246.192], [65.067, -66.069], [102.081, 0], [66.068, 65.058], [-55.859, 176.202], [-49.234, 62.335]], "o": [[124.041, 0], [41.676, 59.427], [-40.989, 124.23], [-66.384, 67.406], [-100.048, 0], [-67.415, -66.385], [24.59, -160.109], [67.028, -84.864]], "v": [[0, -366], [276.613, -226.103], [-75.017, -73.301], [217.735, 274.957], [0, 366], [-256.787, 260.799], [-299.117, -9.604], [-287.381, -226.67]], "c": true }] }, { "i": { "x": 0.667, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "t": 72, "s": [{ "i": [[-116.537, 0], [-66.195, -94.389], [81.086, -241.656], [65.067, -66.069], [102.081, 0], [66.068, 65.058], [94.229, 285.418], [-49.234, 62.335]], "o": [[124.041, 0], [41.676, 59.427], [-42.068, 128.482], [-66.384, 67.406], [-100.048, 0], [-67.415, -66.385], [-111.15, -238.582], [67.028, -84.864]], "v": [[0, -366], [277.836, -225.251], [294.19, 46.954], [220.001, 274.001], [0, 366], [-256.787, 260.799], [123.521, -40.948], [-287.381, -226.67]], "c": true }] }, { "i": { "x": 0.667, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "t": 78, "s": [{ "i": [[-116.537, 0], [-66.195, -94.389], [78.88, -236.212], [65.067, -66.069], [102.081, 0], [66.068, 65.058], [82.272, 276.917], [-49.234, 62.335]], "o": [[124.041, 0], [41.676, 59.427], [-112.252, 217.097], [-66.384, 67.406], [-100.048, 0], [-67.415, -66.385], [-98.391, -232.597], [67.028, -84.864]], "v": [[0, -366], [279.305, -224.228], [2.74, -72.763], [222.719, 272.855], [0, 366], [-256.787, 260.799], [-234.073, 12.428], [-287.381, -226.67]], "c": true }] }, { "i": { "x": 0.439, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "t": 88, "s": [{ "i": [[-116.537, 0], [-66.195, -94.389], [73.366, -222.603], [65.067, -66.069], [102.081, 0], [66.068, 65.058], [52.379, 255.665], [-49.234, 62.335]], "o": [[124.041, 0], [41.676, 59.427], [-103.19, 214.939], [-66.384, 67.406], [-100.048, 0], [-67.415, -66.385], [-66.496, -217.635], [67.028, -84.864]], "v": [[0, -366], [282.976, -221.67], [230.193, 16.947], [229.517, 269.988], [0, 366], [-256.787, 260.799], [-76.962, -15.009], [-287.381, -226.67]], "c": true }] }, { "i": { "x": 0.667, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "t": 101, "s": [{ "i": [[-116.537, 0], [-66.195, -94.389], [70.093, -170.914], [65.067, -66.069], [102.081, 0], [66.068, 65.058], [-157.227, 316.209], [-49.234, 62.335]], "o": [[124.041, 0], [41.676, 59.427], [-52.439, 127.868], [-66.384, 67.406], [-100.048, 0], [-67.415, -66.385], [75.268, -151.376], [67.028, -84.864]], "v": [[0, -366], [299.865, -209.905], [250.126, 62.099], [260.784, 256.803], [0, 366], [-256.787, 260.799], [14.671, -55.458], [-287.381, -226.67]], "c": true }] }, { "i": { "x": 0.368, "y": 1 }, "o": { "x": 0.333, "y": 0 }, "t": 121, "s": [{ "i": [[-116.537, 0], [-66.195, -94.389], [48, -160.001], [65.067, -66.069], [102.081, 0], [66.068, 65.058], [-114.582, 138.029], [-49.234, 62.335]], "o": [[124.041, 0], [41.676, 59.427], [-61.503, 205.009], [-66.384, 67.406], [-100.048, 0], [-67.415, -66.385], [230.987, -278.253], [67.028, -84.864]], "v": [[0, -366], [299.865, -209.905], [338.14, 64.524], [260.784, 256.803], [0, 366], [-256.787, 260.799], [-29.052, 9.798], [-287.381, -226.67]], "c": true }] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.671, "y": 0 }, "t": 137, "s": [{ "i": [[-116.537, 0], [-66.195, -94.389], [48, -160], [65.067, -66.069], [102.081, 0], [66.068, 65.058], [-103.088, 145.785], [-49.234, 62.335]], "o": [[124.041, 0], [41.676, 59.427], [-61.503, 205.01], [-66.384, 67.406], [-100.048, 0], [-67.415, -66.385], [172.152, -227.738], [67.028, -84.864]], "v": [[0, -366], [299.865, -209.905], [26.401, -124.412], [260.784, 256.803], [0, 366], [-256.787, 260.799], [-231.181, 72.709], [-287.381, -226.67]], "c": true }] }, { "i": { "x": 0.439, "y": 1 }, "o": { "x": 0.167, "y": 0.167 }, "t": 151, "s": [{ "i": [[-116.537, 0], [-66.195, -94.389], [48, -160], [65.067, -66.069], [102.081, 0], [66.068, 65.058], [-93.22, 152.445], [-49.234, 62.335]], "o": [[124.041, 0], [41.676, 59.427], [-61.503, 205.011], [-66.384, 67.406], [-100.048, 0], [-67.415, -66.385], [121.644, -184.373], [67.028, -84.864]], "v": [[0, -366], [299.865, -209.905], [39.367, -35.179], [260.784, 256.803], [0, 366], [-256.787, 260.799], [-161.77, -10.89], [-287.381, -226.67]], "c": true }] }, { "t": 162, "s": [{ "i": [[-116.537, 0], [-66.195, -94.389], [48, -160], [65.067, -66.069], [102.081, 0], [66.068, 65.058], [-85.127, 157.906], [-49.234, 62.335]], "o": [[124.041, 0], [41.676, 59.427], [-61.503, 205.011], [-66.384, 67.406], [-100.048, 0], [-67.415, -66.385], [80.223, -148.809], [67.028, -84.864]], "v": [[0, -366], [299.865, -209.905], [50, 38], [260.784, 256.803], [0, 366], [-256.787, 260.799], [-104.847, -79.448], [-287.381, -226.67]], "c": true }] }], "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [0.8118, 0.8039, 0.8039, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 0, "k": 0, "ix": 5 }, "lc": 1, "lj": 1, "ml": 4, "bm": 0, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "fl", "c": { "a": 0, "k": [0.3451, 0.4118, 0.8549, 1], "ix": 4 }, "o": { "a": 0, "k": 100, "ix": 5 }, "r": 1, "bm": 0, "nm": "Fill 1", "mn": "ADBE Vector Graphic - Fill", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [78, 6], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100], "ix": 3 }, "r": { "a": 0, "k": 0, "ix": 6 }, "o": { "a": 0, "k": 100, "ix": 7 }, "sk": { "a": 0, "k": 0, "ix": 4 }, "sa": { "a": 0, "k": 0, "ix": 5 }, "nm": "Transform" }], "nm": "Ellipse 1", "np": 3, "cix": 2, "bm": 0, "ix": 1, "mn": "ADBE Vector Group", "hd": false }], "ip": -19, "op": 167, "st": 7, "bm": 0 }, { "ddd": 0, "ind": 3, "ty": 3, "nm": "Null 1", "sr": 1, "ks": { "o": { "a": 0, "k": 0, "ix": 11 }, "r": { "a": 1, "k": [{ "i": { "x": [0.39], "y": [1] }, "o": { "x": [0.695], "y": [0] }, "t": 0, "s": [0] }, { "i": { "x": [0.259], "y": [1] }, "o": { "x": [0.557], "y": [0] }, "t": 38, "s": [-32] }, { "i": { "x": [0.496], "y": [1] }, "o": { "x": [0.769], "y": [0] }, "t": 90, "s": [780] }, { "i": { "x": [0.417], "y": [1] }, "o": { "x": [0.6], "y": [0] }, "t": 125, "s": [702] }, { "t": 152, "s": [720] }], "ix": 10 }, "p": { "a": 0, "k": [512, 512, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "ip": 0, "op": 152, "st": 0, "bm": 0 }], "markers": [] }
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
4
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
5
|
+
};
|
|
6
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
+
exports.Lottie = Lottie;
|
|
8
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
9
|
+
const styles_1 = require("./styles");
|
|
10
|
+
const react_lottie_1 = __importDefault(require("react-lottie"));
|
|
11
|
+
const LottieComponent = react_lottie_1.default;
|
|
12
|
+
const animations_1 = __importDefault(require("./animations"));
|
|
13
|
+
function Lottie(props) {
|
|
14
|
+
const getAnimation = () => {
|
|
15
|
+
let animation;
|
|
16
|
+
for (const propName of Object.keys(props)) {
|
|
17
|
+
if (animation)
|
|
18
|
+
continue;
|
|
19
|
+
animation = animations_1.default[propName];
|
|
20
|
+
}
|
|
21
|
+
return animation;
|
|
22
|
+
};
|
|
23
|
+
const defaultOptions = {
|
|
24
|
+
loop: true,
|
|
25
|
+
autoplay: true,
|
|
26
|
+
renderer: 'svg',
|
|
27
|
+
rendererSettings: {
|
|
28
|
+
preserveAspectRatio: 'xMidYMid slice'
|
|
29
|
+
},
|
|
30
|
+
path: props.src,
|
|
31
|
+
animationData: getAnimation(),
|
|
32
|
+
};
|
|
33
|
+
return ((0, jsx_runtime_1.jsx)(styles_1.Container, { ...props, children: (0, jsx_runtime_1.jsx)(LottieComponent, { width: props.size || 180, height: props.size || 180, options: defaultOptions }) }));
|
|
34
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const Container: any;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
4
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
5
|
+
};
|
|
6
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
+
exports.Container = void 0;
|
|
8
|
+
const styled_components_1 = __importDefault(require("styled-components"));
|
|
9
|
+
exports.Container = styled_components_1.default.div `
|
|
10
|
+
display: flex;
|
|
11
|
+
align-items: center;
|
|
12
|
+
justify-content: center;
|
|
13
|
+
gap: .3rem;
|
|
14
|
+
|
|
15
|
+
label {
|
|
16
|
+
font-size: ${(props) => props.size || "2"}rem;
|
|
17
|
+
color: ${(props) => props.theme.t5};
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
label:first-child {
|
|
21
|
+
font-weight: 900;
|
|
22
|
+
color: ${(props) => props.theme.secondary};
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
label:last-child {
|
|
26
|
+
font-weight: 600;
|
|
27
|
+
}
|
|
28
|
+
`;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
4
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
5
|
+
};
|
|
6
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
+
exports.Modal = Modal;
|
|
8
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
9
|
+
const styles_1 = require("./styles");
|
|
10
|
+
const __1 = require("../..");
|
|
11
|
+
const lodash_1 = __importDefault(require("lodash"));
|
|
12
|
+
function Modal(props) {
|
|
13
|
+
var _a, _b, _c;
|
|
14
|
+
return ((0, jsx_runtime_1.jsxs)(styles_1.Container, { ...props, position: props.position || "center", children: [(0, jsx_runtime_1.jsx)("div", { className: "iz-modal-back", onClick: props.onClose }), (0, jsx_runtime_1.jsxs)("div", { className: "iz-modal-container", children: [(!!props.title || !!props.header) &&
|
|
15
|
+
(0, jsx_runtime_1.jsxs)("div", { className: "iz-modal-header", children: [(0, jsx_runtime_1.jsxs)("div", { className: "iz-modal-title", children: [((_a = props.header) === null || _a === void 0 ? void 0 : _a.icon) && (0, jsx_runtime_1.jsx)("i", { "aria-hidden": true, className: (_b = props.header) === null || _b === void 0 ? void 0 : _b.icon }), (0, jsx_runtime_1.jsx)("span", { children: props.title || ((_c = props.header) === null || _c === void 0 ? void 0 : _c.title) })] }), (0, jsx_runtime_1.jsx)("i", { "aria-hidden": true, className: "fa-solid fa-xmark", onClick: props.onClose })] }), (0, jsx_runtime_1.jsxs)("div", { className: "iz-modal-content", children: [props.onClose && !props.title && !props.header && !props.noCloseIcon &&
|
|
16
|
+
(0, jsx_runtime_1.jsx)("div", { className: "iz-modal-close", onClick: props.onClose, children: (0, jsx_runtime_1.jsx)("i", { "aria-hidden": true, className: "fa-solid fa-xmark" }) }), props.children] }), props.buttons &&
|
|
17
|
+
(0, jsx_runtime_1.jsx)("div", { className: "iz-modal-buttons", children: lodash_1.default.map(props.buttons, (button, index) => (0, jsx_runtime_1.jsx)(__1.Button, { ...button }, index)) })] })] }));
|
|
18
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const Container: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
|