@gustavo-valsechi/client 1.3.28 → 1.3.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/index.d.ts +3 -10
- package/dist/components/index.js +0 -1
- package/dist/components/index.mjs +0 -1
- package/dist/components/styles.d.ts +2 -0
- package/dist/components/styles.js +55 -0
- package/dist/components/styles.mjs +20 -0
- package/dist/components/types/avatar/index.d.ts +2 -0
- package/dist/components/types/avatar/index.js +121 -0
- package/dist/components/types/avatar/index.mjs +87 -0
- package/dist/components/types/avatar/styles.d.ts +1 -0
- package/dist/components/types/avatar/styles.js +94 -0
- package/dist/components/types/avatar/styles.mjs +60 -0
- package/dist/components/types/badge/index.d.ts +2 -0
- package/dist/components/types/badge/index.js +353 -0
- package/dist/components/types/badge/index.mjs +323 -0
- package/dist/components/types/badge/styles.d.ts +1 -0
- package/dist/components/types/badge/styles.js +72 -0
- package/dist/components/types/badge/styles.mjs +38 -0
- package/dist/components/types/block/index.d.ts +2 -0
- package/dist/components/types/block/index.js +3081 -0
- package/dist/components/types/block/index.mjs +3077 -0
- package/dist/components/types/block/styles.d.ts +2 -0
- package/dist/components/types/block/styles.js +66 -0
- package/dist/components/types/block/styles.mjs +31 -0
- package/dist/components/types/chart/index.d.ts +2 -0
- package/dist/components/types/chart/index.js +351 -0
- package/dist/components/types/chart/index.mjs +321 -0
- package/dist/components/types/chart/styles.d.ts +1 -0
- package/dist/components/types/chart/styles.js +43 -0
- package/dist/components/types/chart/styles.mjs +8 -0
- package/dist/components/types/credit-card/assets/index.d.ts +4 -0
- package/dist/components/types/credit-card/assets/index.js +42 -0
- package/dist/components/types/credit-card/assets/index.mjs +21 -0
- package/dist/components/types/credit-card/card/index.d.ts +2 -0
- package/dist/components/types/credit-card/card/index.js +739 -0
- package/dist/components/types/credit-card/card/index.mjs +731 -0
- package/dist/components/types/credit-card/card/styles.d.ts +1 -0
- package/dist/components/types/credit-card/card/styles.js +171 -0
- package/dist/components/types/credit-card/card/styles.mjs +137 -0
- package/dist/components/types/credit-card/functions/index.d.ts +2 -0
- package/dist/components/types/credit-card/functions/index.js +92 -0
- package/dist/components/types/credit-card/functions/index.mjs +60 -0
- package/dist/components/types/credit-card/functions/styles.d.ts +1 -0
- package/dist/components/types/credit-card/functions/styles.js +76 -0
- package/dist/components/types/credit-card/functions/styles.mjs +42 -0
- package/dist/components/types/credit-card/index.d.ts +2 -0
- package/dist/components/types/credit-card/index.js +866 -0
- package/dist/components/types/credit-card/index.mjs +852 -0
- package/dist/components/types/credit-card/styles.d.ts +1 -0
- package/dist/components/types/credit-card/styles.js +73 -0
- package/dist/components/types/credit-card/styles.mjs +39 -0
- package/dist/components/types/credit-card/tools/index.d.ts +6 -0
- package/dist/components/types/credit-card/tools/index.js +578 -0
- package/dist/components/types/credit-card/tools/index.mjs +565 -0
- package/dist/components/types/form/index.d.ts +3 -0
- package/dist/components/types/form/index.js +746 -0
- package/dist/components/types/form/index.mjs +710 -0
- package/dist/components/types/form/styles.d.ts +1 -0
- package/dist/components/types/form/styles.js +54 -0
- package/dist/components/types/form/styles.mjs +20 -0
- package/dist/components/types/form/types/button/index.d.ts +2 -0
- package/dist/components/types/form/types/button/index.js +200 -0
- package/dist/components/types/form/types/button/index.mjs +164 -0
- package/dist/components/types/form/types/button/loading/index.d.ts +1 -0
- package/dist/components/types/form/types/button/loading/index.js +139 -0
- package/dist/components/types/form/types/button/loading/index.mjs +103 -0
- package/dist/components/types/form/types/button/loading/styles.d.ts +1 -0
- package/dist/components/types/form/types/button/loading/styles.js +127 -0
- package/dist/components/types/form/types/button/loading/styles.mjs +93 -0
- package/dist/components/types/form/types/button/styles.d.ts +1 -0
- package/dist/components/types/form/types/button/styles.js +80 -0
- package/dist/components/types/form/types/button/styles.mjs +46 -0
- package/dist/components/types/form/types/datetime/index.d.ts +2 -0
- package/dist/components/types/form/types/datetime/index.js +128 -0
- package/dist/components/types/form/types/datetime/index.mjs +92 -0
- package/dist/components/types/form/types/datetime/styles.d.ts +1 -0
- package/dist/components/types/form/types/datetime/styles.js +79 -0
- package/dist/components/types/form/types/datetime/styles.mjs +45 -0
- package/dist/components/types/form/types/file/index.d.ts +2 -0
- package/dist/components/types/form/types/file/index.js +124 -0
- package/dist/components/types/form/types/file/index.mjs +90 -0
- package/dist/components/types/form/types/file/styles.d.ts +1 -0
- package/dist/components/types/form/types/file/styles.js +66 -0
- package/dist/components/types/form/types/file/styles.mjs +32 -0
- package/dist/components/types/form/types/index.d.ts +7 -0
- package/dist/components/types/form/types/index.js +644 -0
- package/dist/components/types/form/types/index.mjs +601 -0
- package/dist/components/types/form/types/input/index.d.ts +2 -0
- package/dist/components/types/form/types/input/index.js +146 -0
- package/dist/components/types/form/types/input/index.mjs +112 -0
- package/dist/components/types/form/types/input/styles.d.ts +1 -0
- package/dist/components/types/form/types/input/styles.js +85 -0
- package/dist/components/types/form/types/input/styles.mjs +51 -0
- package/dist/components/types/form/types/label/index.d.ts +2 -0
- package/dist/components/types/form/types/label/index.js +54 -0
- package/dist/components/types/form/types/label/index.mjs +18 -0
- package/dist/components/types/form/types/label/styles.d.ts +1 -0
- package/dist/components/types/form/types/label/styles.js +46 -0
- package/dist/components/types/form/types/label/styles.mjs +12 -0
- package/dist/components/types/form/types/select/index.d.ts +2 -0
- package/dist/components/types/form/types/select/index.js +158 -0
- package/dist/components/types/form/types/select/index.mjs +124 -0
- package/dist/components/types/form/types/select/styles.d.ts +1 -0
- package/dist/components/types/form/types/select/styles.js +91 -0
- package/dist/components/types/form/types/select/styles.mjs +57 -0
- package/dist/components/types/form/types/textarea/index.d.ts +2 -0
- package/dist/components/types/form/types/textarea/index.js +127 -0
- package/dist/components/types/form/types/textarea/index.mjs +91 -0
- package/dist/components/types/form/types/textarea/styles.d.ts +1 -0
- package/dist/components/types/form/types/textarea/styles.js +78 -0
- package/dist/components/types/form/types/textarea/styles.mjs +44 -0
- package/dist/components/types/index.d.ts +11 -0
- package/dist/components/types/index.js +3091 -0
- package/dist/components/types/index.mjs +3093 -0
- package/dist/components/types/loading/app/index.d.ts +2 -0
- package/dist/components/types/loading/app/index.js +163 -0
- package/dist/components/types/loading/app/index.mjs +127 -0
- package/dist/components/types/loading/app/styles.d.ts +1 -0
- package/dist/components/types/loading/app/styles.js +126 -0
- package/dist/components/types/loading/app/styles.mjs +92 -0
- package/dist/components/types/loading/bar/index.d.ts +2 -0
- package/dist/components/types/loading/bar/index.js +68 -0
- package/dist/components/types/loading/bar/index.mjs +32 -0
- package/dist/components/types/loading/bar/styles.d.ts +1 -0
- package/dist/components/types/loading/bar/styles.js +60 -0
- package/dist/components/types/loading/bar/styles.mjs +26 -0
- package/dist/components/types/loading/index.d.ts +2 -0
- package/dist/components/types/loading/index.js +192 -0
- package/dist/components/types/loading/index.mjs +154 -0
- package/dist/components/types/logo/index.d.ts +2 -0
- package/dist/components/types/logo/index.js +69 -0
- package/dist/components/types/logo/index.mjs +33 -0
- package/dist/components/types/logo/styles.d.ts +1 -0
- package/dist/components/types/logo/styles.js +58 -0
- package/dist/components/types/logo/styles.mjs +24 -0
- package/dist/components/types/lottie/animations/index.d.ts +293 -0
- package/dist/components/types/lottie/animations/index.js +31 -0
- package/dist/components/types/lottie/animations/index.mjs +8 -0
- package/dist/components/types/lottie/index.d.ts +2 -0
- package/dist/components/types/lottie/index.js +104 -0
- package/dist/components/types/lottie/index.mjs +68 -0
- package/dist/components/types/lottie/styles.d.ts +1 -0
- package/dist/components/types/lottie/styles.js +61 -0
- package/dist/components/types/lottie/styles.mjs +27 -0
- package/dist/components/types/modal/index.d.ts +2 -0
- package/dist/components/types/modal/index.js +2331 -0
- package/dist/components/types/modal/index.mjs +2323 -0
- package/dist/components/types/modal/styles.d.ts +1 -0
- package/dist/components/types/modal/styles.js +168 -0
- package/dist/components/types/modal/styles.mjs +134 -0
- package/dist/components/types/table/index.d.ts +3 -0
- package/dist/components/types/table/index.js +3081 -0
- package/dist/components/types/table/index.mjs +3078 -0
- package/dist/components/types/table/modal/actions.d.ts +10 -0
- package/dist/components/types/table/modal/actions.js +108 -0
- package/dist/components/types/table/modal/actions.mjs +85 -0
- package/dist/components/types/table/modal/index.d.ts +2 -0
- package/dist/components/types/table/modal/index.js +3075 -0
- package/dist/components/types/table/modal/index.mjs +3075 -0
- package/dist/components/types/table/modal/styles.d.ts +1 -0
- package/dist/components/types/table/modal/styles.js +91 -0
- package/dist/components/types/table/modal/styles.mjs +57 -0
- package/dist/components/types/table/paginate/index.d.ts +2 -0
- package/dist/components/types/table/paginate/index.js +131 -0
- package/dist/components/types/table/paginate/index.mjs +95 -0
- package/dist/components/types/table/paginate/styles.d.ts +1 -0
- package/dist/components/types/table/paginate/styles.js +75 -0
- package/dist/components/types/table/paginate/styles.mjs +41 -0
- package/dist/components/types/table/styles.d.ts +5 -0
- package/dist/components/types/table/styles.js +301 -0
- package/dist/components/types/table/styles.mjs +267 -0
- package/dist/contexts/icon/assets/brands/index.d.ts +2 -0
- package/dist/contexts/icon/assets/brands/index.js +32 -0
- package/dist/contexts/icon/assets/brands/index.mjs +18 -0
- package/dist/contexts/icon/assets/index.d.ts +6 -0
- package/dist/contexts/icon/assets/index.js +59 -0
- package/dist/contexts/icon/assets/index.mjs +43 -0
- package/dist/contexts/icon/assets/regular/index.d.ts +2 -0
- package/dist/contexts/icon/assets/regular/index.js +32 -0
- package/dist/contexts/icon/assets/regular/index.mjs +18 -0
- package/dist/contexts/icon/assets/solid/index.d.ts +2 -0
- package/dist/contexts/icon/assets/solid/index.js +32 -0
- package/dist/contexts/icon/assets/solid/index.mjs +18 -0
- package/dist/contexts/icon/index.d.ts +4 -0
- package/dist/contexts/icon/index.js +309 -0
- package/dist/contexts/icon/index.mjs +280 -0
- package/dist/contexts/icon/styles.d.ts +1 -0
- package/dist/contexts/icon/styles.js +43 -0
- package/dist/contexts/icon/styles.mjs +8 -0
- package/dist/contexts/index.d.ts +4 -20
- package/dist/contexts/index.js +0 -1
- package/dist/contexts/index.mjs +0 -1
- package/dist/contexts/modal/index.d.ts +4 -0
- package/dist/contexts/modal/index.js +100 -0
- package/dist/contexts/modal/index.mjs +65 -0
- package/dist/contexts/modal/styles.d.ts +1 -0
- package/dist/contexts/modal/styles.js +43 -0
- package/dist/contexts/modal/styles.mjs +8 -0
- package/dist/contexts/theme/content.d.ts +3 -0
- package/dist/contexts/theme/content.js +105 -0
- package/dist/contexts/theme/content.mjs +79 -0
- package/dist/contexts/theme/index.d.ts +4 -0
- package/dist/contexts/theme/index.js +235 -0
- package/dist/contexts/theme/index.mjs +200 -0
- package/dist/contexts/theme/styles.d.ts +1 -0
- package/dist/contexts/theme/styles.js +117 -0
- package/dist/contexts/theme/styles.mjs +82 -0
- package/dist/contexts/tooltip/index.d.ts +6 -0
- package/dist/contexts/tooltip/index.js +151 -0
- package/dist/contexts/tooltip/index.mjs +116 -0
- package/dist/contexts/tooltip/styles.d.ts +1 -0
- package/dist/contexts/tooltip/styles.js +79 -0
- package/dist/contexts/tooltip/styles.mjs +44 -0
- package/dist/index.d.ts +4 -17
- package/dist/index.js +0 -1
- package/dist/index.mjs +0 -1
- package/dist/interfaces/components/avatar/index.d.ts +6 -0
- package/dist/interfaces/components/avatar/index.js +18 -0
- package/dist/interfaces/components/avatar/index.mjs +0 -0
- package/dist/interfaces/components/badge/index.d.ts +3 -0
- package/dist/interfaces/components/badge/index.js +18 -0
- package/dist/interfaces/components/badge/index.mjs +0 -0
- package/dist/interfaces/components/block/index.d.ts +16 -0
- package/dist/interfaces/components/block/index.js +18 -0
- package/dist/interfaces/components/block/index.mjs +0 -0
- package/dist/interfaces/components/chart/index.d.ts +9 -0
- package/dist/interfaces/components/chart/index.js +18 -0
- package/dist/interfaces/components/chart/index.mjs +0 -0
- package/dist/interfaces/components/credit-card/index.d.ts +16 -0
- package/dist/interfaces/components/credit-card/index.js +18 -0
- package/dist/interfaces/components/credit-card/index.mjs +0 -0
- package/dist/interfaces/components/form/button/index.d.ts +7 -0
- package/dist/interfaces/components/form/button/index.js +18 -0
- package/dist/interfaces/components/form/button/index.mjs +0 -0
- package/dist/interfaces/components/form/datetime/index.d.ts +15 -0
- package/dist/interfaces/components/form/datetime/index.js +18 -0
- package/dist/interfaces/components/form/datetime/index.mjs +0 -0
- package/dist/interfaces/components/form/file/index.d.ts +14 -0
- package/dist/interfaces/components/form/file/index.js +18 -0
- package/dist/interfaces/components/form/file/index.mjs +0 -0
- package/dist/interfaces/components/form/index.d.ts +16 -0
- package/dist/interfaces/components/form/index.js +18 -0
- package/dist/interfaces/components/form/index.mjs +0 -0
- package/dist/interfaces/components/form/input/index.d.ts +17 -0
- package/dist/interfaces/components/form/input/index.js +18 -0
- package/dist/interfaces/components/form/input/index.mjs +0 -0
- package/dist/interfaces/components/form/label/index.d.ts +5 -0
- package/dist/interfaces/components/form/label/index.js +18 -0
- package/dist/interfaces/components/form/label/index.mjs +0 -0
- package/dist/interfaces/components/form/select/index.d.ts +14 -0
- package/dist/interfaces/components/form/select/index.js +18 -0
- package/dist/interfaces/components/form/select/index.mjs +0 -0
- package/dist/interfaces/components/form/textarea/index.d.ts +16 -0
- package/dist/interfaces/components/form/textarea/index.js +18 -0
- package/dist/interfaces/components/form/textarea/index.mjs +0 -0
- package/dist/interfaces/components/index.d.ts +26 -0
- package/dist/interfaces/components/index.js +18 -0
- package/dist/interfaces/components/index.mjs +0 -0
- package/dist/interfaces/components/loading/app/index.d.ts +3 -0
- package/dist/interfaces/components/loading/app/index.js +18 -0
- package/dist/interfaces/components/loading/app/index.mjs +0 -0
- package/dist/interfaces/components/loading/bar/index.d.ts +7 -0
- package/dist/interfaces/components/loading/bar/index.js +18 -0
- package/dist/interfaces/components/loading/bar/index.mjs +0 -0
- package/dist/interfaces/components/loading/index.d.ts +2 -0
- package/dist/interfaces/components/loading/index.js +18 -0
- package/dist/interfaces/components/loading/index.mjs +0 -0
- package/dist/interfaces/components/logo/index.d.ts +6 -0
- package/dist/interfaces/components/logo/index.js +18 -0
- package/dist/interfaces/components/logo/index.mjs +0 -0
- package/dist/interfaces/components/lottie/index.d.ts +12 -0
- package/dist/interfaces/components/lottie/index.js +18 -0
- package/dist/interfaces/components/lottie/index.mjs +0 -0
- package/dist/interfaces/components/modal/index.d.ts +16 -0
- package/dist/interfaces/components/modal/index.js +18 -0
- package/dist/interfaces/components/modal/index.mjs +0 -0
- package/dist/interfaces/components/table/index.d.ts +46 -0
- package/dist/interfaces/components/table/index.js +18 -0
- package/dist/interfaces/components/table/index.mjs +0 -0
- package/dist/interfaces/components/table/paginate/index.d.ts +7 -0
- package/dist/interfaces/components/table/paginate/index.js +18 -0
- package/dist/interfaces/components/table/paginate/index.mjs +0 -0
- package/dist/interfaces/contexts/icon/index.d.ts +3 -0
- package/dist/interfaces/contexts/icon/index.js +18 -0
- package/dist/interfaces/contexts/icon/index.mjs +0 -0
- package/dist/interfaces/contexts/index.d.ts +8 -0
- package/dist/interfaces/contexts/index.js +18 -0
- package/dist/interfaces/contexts/index.mjs +0 -0
- package/dist/interfaces/contexts/modal/index.d.ts +16 -0
- package/dist/interfaces/contexts/modal/index.js +19 -0
- package/dist/interfaces/contexts/modal/index.mjs +1 -0
- package/dist/interfaces/contexts/theme/index.d.ts +42 -0
- package/dist/interfaces/contexts/theme/index.js +18 -0
- package/dist/interfaces/contexts/theme/index.mjs +0 -0
- package/dist/interfaces/contexts/tooltip/index.d.ts +3 -0
- package/dist/interfaces/contexts/tooltip/index.js +18 -0
- package/dist/interfaces/contexts/tooltip/index.mjs +0 -0
- package/dist/interfaces/index.d.ts +2 -12
- package/dist/interfaces/index.js +0 -1
- package/dist/interfaces/index.mjs +0 -1
- package/dist/styled.d.ts +6 -0
- package/dist/tsup.config.d.ts +2 -0
- package/package.json +5 -5
- package/dist/components/index.d.mts +0 -10
- package/dist/contexts/index.d.mts +0 -20
- package/dist/index-BhaGW0O1.d.ts +0 -601
- package/dist/index-BxA8LyyD.d.mts +0 -68
- package/dist/index-DDi0w5pw.d.mts +0 -601
- package/dist/index-DT7VKE7H.d.ts +0 -68
- package/dist/index-Da-DtPS-.d.mts +0 -29
- package/dist/index-Da-DtPS-.d.ts +0 -29
- package/dist/index.d.mts +0 -17
- package/dist/interfaces/index.d.mts +0 -12
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
export {
|
|
25
|
+
Container
|
|
26
|
+
};
|
|
@@ -0,0 +1,192 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
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
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
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
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
|
|
30
|
+
// components/types/loading/index.tsx
|
|
31
|
+
var loading_exports = {};
|
|
32
|
+
__export(loading_exports, {
|
|
33
|
+
LoadingApp: () => LoadingApp,
|
|
34
|
+
LoadingBar: () => LoadingBar
|
|
35
|
+
});
|
|
36
|
+
module.exports = __toCommonJS(loading_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
|
+
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
|
+
}
|
|
188
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
189
|
+
0 && (module.exports = {
|
|
190
|
+
LoadingApp,
|
|
191
|
+
LoadingBar
|
|
192
|
+
});
|
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
// components/types/loading/bar/styles.tsx
|
|
2
|
+
import styled from "styled-components";
|
|
3
|
+
var Container = styled.div`
|
|
4
|
+
border-radius: ${(props) => props.borderRadius || "10px"};
|
|
5
|
+
height: ${(props) => props.height || "100%"};
|
|
6
|
+
width: ${(props) => props.width || "100%"};
|
|
7
|
+
animation: loading infinite 2s;
|
|
8
|
+
margin: ${(props) => props.margin || "0px"};
|
|
9
|
+
|
|
10
|
+
@keyframes loading {
|
|
11
|
+
0% {
|
|
12
|
+
background: ${(props) => !props.dark ? "rgb(0, 0, 0, 0.05)" : "rgb(255, 255, 255, 0.05)"};
|
|
13
|
+
}
|
|
14
|
+
50% {
|
|
15
|
+
background: ${(props) => !props.dark ? "rgb(0, 0, 0, 0.10)" : "rgb(255, 255, 255, 0.15)"};
|
|
16
|
+
}
|
|
17
|
+
100% {
|
|
18
|
+
background: ${(props) => !props.dark ? "rgb(0, 0, 0, 0.05)" : "rgb(255, 255, 255, 0.05)"};
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
`;
|
|
22
|
+
|
|
23
|
+
// components/types/loading/bar/index.tsx
|
|
24
|
+
import { jsx } from "react/jsx-runtime";
|
|
25
|
+
function LoadingBar(props) {
|
|
26
|
+
return /* @__PURE__ */ jsx(Container, { ...props });
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
// components/types/loading/app/styles.tsx
|
|
30
|
+
import styled2 from "styled-components";
|
|
31
|
+
var Container2 = styled2.div`
|
|
32
|
+
width: ${({ initialization }) => initialization ? "100vw" : "100%"};
|
|
33
|
+
height: ${({ initialization }) => initialization ? "100vh" : "calc(100vh - 15rem)"};
|
|
34
|
+
display: flex;
|
|
35
|
+
justify-content: center;
|
|
36
|
+
align-items: center;
|
|
37
|
+
position: ${({ initialization }) => initialization ? "absolute" : "relative"};;
|
|
38
|
+
bottom: 0;
|
|
39
|
+
left: 0;
|
|
40
|
+
background: ${({ initialization, theme }) => initialization ? `${theme.maingrad}, ${theme.primary}` : "transparent"};
|
|
41
|
+
z-index: ${({ initialization }) => initialization ? "9" : "0"};
|
|
42
|
+
|
|
43
|
+
.iz-loading-logo {
|
|
44
|
+
font-size: 4rem;
|
|
45
|
+
opacity: 40%;
|
|
46
|
+
animation: loop 2s infinite;
|
|
47
|
+
position: relative;
|
|
48
|
+
|
|
49
|
+
&::before {
|
|
50
|
+
content: "";
|
|
51
|
+
position: absolute;
|
|
52
|
+
width: 5rem;
|
|
53
|
+
height: 5rem;
|
|
54
|
+
animation: firstImpact 2s .5s infinite ease;
|
|
55
|
+
background: ${({ theme }) => theme.t05};
|
|
56
|
+
border-radius: 50%;
|
|
57
|
+
z-index: 0;
|
|
58
|
+
opacity: 0;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
&::after {
|
|
62
|
+
content: "";
|
|
63
|
+
position: absolute;
|
|
64
|
+
width: 5rem;
|
|
65
|
+
height: 5rem;
|
|
66
|
+
animation: secondImpact 2s .5s infinite ease;
|
|
67
|
+
background: ${({ theme }) => theme.t05};
|
|
68
|
+
border-radius: 50%;
|
|
69
|
+
z-index: 0;
|
|
70
|
+
opacity: 0;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
@keyframes loop {
|
|
74
|
+
0% {
|
|
75
|
+
transform: scale(1);
|
|
76
|
+
}
|
|
77
|
+
80% {
|
|
78
|
+
transform: scale(1.3);
|
|
79
|
+
}
|
|
80
|
+
100% {
|
|
81
|
+
transform: scale(1);
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
@keyframes firstImpact {
|
|
86
|
+
0% {
|
|
87
|
+
transform: scale(1);
|
|
88
|
+
opacity: 0;
|
|
89
|
+
}
|
|
90
|
+
10% {
|
|
91
|
+
transform: scale(1.6);
|
|
92
|
+
opacity: 1;
|
|
93
|
+
}
|
|
94
|
+
100% {
|
|
95
|
+
transform: scale(1.6);
|
|
96
|
+
opacity: 0;
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
@keyframes secondImpact {
|
|
101
|
+
0% {
|
|
102
|
+
transform: scale(1);
|
|
103
|
+
opacity: 0;
|
|
104
|
+
}
|
|
105
|
+
40% {
|
|
106
|
+
transform: scale(1.3);
|
|
107
|
+
opacity: 1;
|
|
108
|
+
}
|
|
109
|
+
100% {
|
|
110
|
+
transform: scale(1.3);
|
|
111
|
+
opacity: 0;
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
`;
|
|
116
|
+
|
|
117
|
+
// components/types/logo/styles.tsx
|
|
118
|
+
import styled3 from "styled-components";
|
|
119
|
+
var Container3 = styled3.div`
|
|
120
|
+
display: flex;
|
|
121
|
+
align-items: center;
|
|
122
|
+
justify-content: center;
|
|
123
|
+
gap: .3rem;
|
|
124
|
+
font-size: ${(props) => props.size || "2"}rem;
|
|
125
|
+
color: ${(props) => props.theme.t5};
|
|
126
|
+
|
|
127
|
+
label:first-child {
|
|
128
|
+
font-weight: 900;
|
|
129
|
+
color: ${(props) => props.theme.secondary};
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
label:last-child {
|
|
133
|
+
font-weight: 600;
|
|
134
|
+
}
|
|
135
|
+
`;
|
|
136
|
+
|
|
137
|
+
// components/types/logo/index.tsx
|
|
138
|
+
import { jsx as jsx2, jsxs } from "react/jsx-runtime";
|
|
139
|
+
function Logo(props) {
|
|
140
|
+
return /* @__PURE__ */ jsxs(Container3, { ...props, children: [
|
|
141
|
+
/* @__PURE__ */ jsx2("label", { children: "IZ" }),
|
|
142
|
+
!props.onlyPrefix && /* @__PURE__ */ jsx2("label", { children: "Way" })
|
|
143
|
+
] });
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
// components/types/loading/app/index.tsx
|
|
147
|
+
import { jsx as jsx3 } from "react/jsx-runtime";
|
|
148
|
+
function LoadingApp(props) {
|
|
149
|
+
return /* @__PURE__ */ jsx3(Container2, { ...props, children: /* @__PURE__ */ jsx3(Logo, { className: "iz-loading-logo", onlyPrefix: true }) });
|
|
150
|
+
}
|
|
151
|
+
export {
|
|
152
|
+
LoadingApp,
|
|
153
|
+
LoadingBar
|
|
154
|
+
};
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
"use client";
|
|
3
|
+
var __create = Object.create;
|
|
4
|
+
var __defProp = Object.defineProperty;
|
|
5
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
6
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
7
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
8
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
9
|
+
var __export = (target, all) => {
|
|
10
|
+
for (var name in all)
|
|
11
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
12
|
+
};
|
|
13
|
+
var __copyProps = (to, from, except, desc) => {
|
|
14
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
15
|
+
for (let key of __getOwnPropNames(from))
|
|
16
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
17
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
18
|
+
}
|
|
19
|
+
return to;
|
|
20
|
+
};
|
|
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
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
30
|
+
|
|
31
|
+
// components/types/logo/index.tsx
|
|
32
|
+
var logo_exports = {};
|
|
33
|
+
__export(logo_exports, {
|
|
34
|
+
Logo: () => Logo
|
|
35
|
+
});
|
|
36
|
+
module.exports = __toCommonJS(logo_exports);
|
|
37
|
+
|
|
38
|
+
// components/types/logo/styles.tsx
|
|
39
|
+
var import_styled_components = __toESM(require("styled-components"));
|
|
40
|
+
var Container = import_styled_components.default.div`
|
|
41
|
+
display: flex;
|
|
42
|
+
align-items: center;
|
|
43
|
+
justify-content: center;
|
|
44
|
+
gap: .3rem;
|
|
45
|
+
font-size: ${(props) => props.size || "2"}rem;
|
|
46
|
+
color: ${(props) => props.theme.t5};
|
|
47
|
+
|
|
48
|
+
label:first-child {
|
|
49
|
+
font-weight: 900;
|
|
50
|
+
color: ${(props) => props.theme.secondary};
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
label:last-child {
|
|
54
|
+
font-weight: 600;
|
|
55
|
+
}
|
|
56
|
+
`;
|
|
57
|
+
|
|
58
|
+
// components/types/logo/index.tsx
|
|
59
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
60
|
+
function Logo(props) {
|
|
61
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(Container, { ...props, children: [
|
|
62
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("label", { children: "IZ" }),
|
|
63
|
+
!props.onlyPrefix && /* @__PURE__ */ (0, import_jsx_runtime.jsx)("label", { children: "Way" })
|
|
64
|
+
] });
|
|
65
|
+
}
|
|
66
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
67
|
+
0 && (module.exports = {
|
|
68
|
+
Logo
|
|
69
|
+
});
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
|
|
3
|
+
// components/types/logo/styles.tsx
|
|
4
|
+
import styled from "styled-components";
|
|
5
|
+
var Container = styled.div`
|
|
6
|
+
display: flex;
|
|
7
|
+
align-items: center;
|
|
8
|
+
justify-content: center;
|
|
9
|
+
gap: .3rem;
|
|
10
|
+
font-size: ${(props) => props.size || "2"}rem;
|
|
11
|
+
color: ${(props) => props.theme.t5};
|
|
12
|
+
|
|
13
|
+
label:first-child {
|
|
14
|
+
font-weight: 900;
|
|
15
|
+
color: ${(props) => props.theme.secondary};
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
label:last-child {
|
|
19
|
+
font-weight: 600;
|
|
20
|
+
}
|
|
21
|
+
`;
|
|
22
|
+
|
|
23
|
+
// components/types/logo/index.tsx
|
|
24
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
25
|
+
function Logo(props) {
|
|
26
|
+
return /* @__PURE__ */ jsxs(Container, { ...props, children: [
|
|
27
|
+
/* @__PURE__ */ jsx("label", { children: "IZ" }),
|
|
28
|
+
!props.onlyPrefix && /* @__PURE__ */ jsx("label", { children: "Way" })
|
|
29
|
+
] });
|
|
30
|
+
}
|
|
31
|
+
export {
|
|
32
|
+
Logo
|
|
33
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const Container: any;
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
"use client";
|
|
3
|
+
var __create = Object.create;
|
|
4
|
+
var __defProp = Object.defineProperty;
|
|
5
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
6
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
7
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
8
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
9
|
+
var __export = (target, all) => {
|
|
10
|
+
for (var name in all)
|
|
11
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
12
|
+
};
|
|
13
|
+
var __copyProps = (to, from, except, desc) => {
|
|
14
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
15
|
+
for (let key of __getOwnPropNames(from))
|
|
16
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
17
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
18
|
+
}
|
|
19
|
+
return to;
|
|
20
|
+
};
|
|
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
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
30
|
+
|
|
31
|
+
// components/types/logo/styles.tsx
|
|
32
|
+
var styles_exports = {};
|
|
33
|
+
__export(styles_exports, {
|
|
34
|
+
Container: () => Container
|
|
35
|
+
});
|
|
36
|
+
module.exports = __toCommonJS(styles_exports);
|
|
37
|
+
var import_styled_components = __toESM(require("styled-components"));
|
|
38
|
+
var Container = import_styled_components.default.div`
|
|
39
|
+
display: flex;
|
|
40
|
+
align-items: center;
|
|
41
|
+
justify-content: center;
|
|
42
|
+
gap: .3rem;
|
|
43
|
+
font-size: ${(props) => props.size || "2"}rem;
|
|
44
|
+
color: ${(props) => props.theme.t5};
|
|
45
|
+
|
|
46
|
+
label:first-child {
|
|
47
|
+
font-weight: 900;
|
|
48
|
+
color: ${(props) => props.theme.secondary};
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
label:last-child {
|
|
52
|
+
font-weight: 600;
|
|
53
|
+
}
|
|
54
|
+
`;
|
|
55
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
56
|
+
0 && (module.exports = {
|
|
57
|
+
Container
|
|
58
|
+
});
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
|
|
3
|
+
// components/types/logo/styles.tsx
|
|
4
|
+
import styled from "styled-components";
|
|
5
|
+
var Container = styled.div`
|
|
6
|
+
display: flex;
|
|
7
|
+
align-items: center;
|
|
8
|
+
justify-content: center;
|
|
9
|
+
gap: .3rem;
|
|
10
|
+
font-size: ${(props) => props.size || "2"}rem;
|
|
11
|
+
color: ${(props) => props.theme.t5};
|
|
12
|
+
|
|
13
|
+
label:first-child {
|
|
14
|
+
font-weight: 900;
|
|
15
|
+
color: ${(props) => props.theme.secondary};
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
label:last-child {
|
|
19
|
+
font-weight: 600;
|
|
20
|
+
}
|
|
21
|
+
`;
|
|
22
|
+
export {
|
|
23
|
+
Container
|
|
24
|
+
};
|