@gustavo-valsechi/client 1.3.28 → 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.d.ts +3 -10
- package/dist/components/index.js +13 -3070
- package/dist/components/index.mjs +11 -3082
- package/dist/components/styles.d.ts +2 -0
- package/dist/components/styles.js +54 -0
- package/dist/components/styles.mjs +19 -0
- package/dist/components/types/avatar/index.d.ts +2 -0
- package/dist/components/types/avatar/index.js +63 -0
- package/dist/components/types/avatar/index.mjs +29 -0
- package/dist/components/types/avatar/styles.d.ts +1 -0
- package/dist/components/types/avatar/styles.js +93 -0
- package/dist/components/types/avatar/styles.mjs +59 -0
- package/dist/components/types/badge/index.d.ts +2 -0
- package/dist/components/types/badge/index.js +54 -0
- package/dist/components/types/badge/index.mjs +20 -0
- package/dist/components/types/badge/styles.d.ts +1 -0
- package/dist/components/types/badge/styles.js +71 -0
- package/dist/components/types/badge/styles.mjs +37 -0
- package/dist/components/types/block/index.d.ts +2 -0
- package/dist/components/types/block/index.js +44 -0
- package/dist/components/types/block/index.mjs +20 -0
- package/dist/components/types/block/styles.d.ts +2 -0
- package/dist/components/types/block/styles.js +65 -0
- package/dist/components/types/block/styles.mjs +30 -0
- package/dist/components/types/chart/index.d.ts +2 -0
- package/dist/components/types/chart/index.js +80 -0
- package/dist/components/types/chart/index.mjs +46 -0
- package/dist/components/types/chart/styles.d.ts +1 -0
- package/dist/components/types/chart/styles.js +42 -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 +41 -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 +67 -0
- package/dist/components/types/credit-card/card/index.mjs +37 -0
- package/dist/components/types/credit-card/card/styles.d.ts +1 -0
- package/dist/components/types/credit-card/card/styles.js +170 -0
- package/dist/components/types/credit-card/card/styles.mjs +136 -0
- package/dist/components/types/credit-card/functions/index.d.ts +2 -0
- package/dist/components/types/credit-card/functions/index.js +52 -0
- package/dist/components/types/credit-card/functions/index.mjs +22 -0
- package/dist/components/types/credit-card/functions/styles.d.ts +1 -0
- package/dist/components/types/credit-card/functions/styles.js +75 -0
- package/dist/components/types/credit-card/functions/styles.mjs +41 -0
- package/dist/components/types/credit-card/index.d.ts +2 -0
- package/dist/components/types/credit-card/index.js +70 -0
- package/dist/components/types/credit-card/index.mjs +36 -0
- package/dist/components/types/credit-card/styles.d.ts +1 -0
- package/dist/components/types/credit-card/styles.js +72 -0
- package/dist/components/types/credit-card/styles.mjs +38 -0
- package/dist/components/types/credit-card/tools/index.d.ts +6 -0
- package/dist/components/types/credit-card/tools/index.js +58 -0
- package/dist/components/types/credit-card/tools/index.mjs +23 -0
- package/dist/components/types/form/index.d.ts +3 -0
- package/dist/components/types/form/index.js +111 -0
- package/dist/components/types/form/index.mjs +75 -0
- package/dist/components/types/form/styles.d.ts +1 -0
- package/dist/components/types/form/styles.js +53 -0
- package/dist/components/types/form/styles.mjs +19 -0
- package/dist/components/types/form/types/button/index.d.ts +2 -0
- package/dist/components/types/form/types/button/index.js +58 -0
- package/dist/components/types/form/types/button/index.mjs +24 -0
- package/dist/components/types/form/types/button/loading/index.d.ts +1 -0
- package/dist/components/types/form/types/button/loading/index.js +38 -0
- package/dist/components/types/form/types/button/loading/index.mjs +14 -0
- package/dist/components/types/form/types/button/loading/styles.d.ts +1 -0
- package/dist/components/types/form/types/button/loading/styles.js +126 -0
- package/dist/components/types/form/types/button/loading/styles.mjs +92 -0
- package/dist/components/types/form/types/button/styles.d.ts +1 -0
- package/dist/components/types/form/types/button/styles.js +79 -0
- package/dist/components/types/form/types/button/styles.mjs +45 -0
- package/dist/components/types/form/types/datetime/index.d.ts +2 -0
- package/dist/components/types/form/types/datetime/index.js +72 -0
- package/dist/components/types/form/types/datetime/index.mjs +38 -0
- package/dist/components/types/form/types/datetime/styles.d.ts +1 -0
- package/dist/components/types/form/types/datetime/styles.js +78 -0
- package/dist/components/types/form/types/datetime/styles.mjs +44 -0
- package/dist/components/types/form/types/file/index.d.ts +2 -0
- package/dist/components/types/form/types/file/index.js +71 -0
- package/dist/components/types/form/types/file/index.mjs +47 -0
- package/dist/components/types/form/types/file/styles.d.ts +1 -0
- package/dist/components/types/form/types/file/styles.js +65 -0
- package/dist/components/types/form/types/file/styles.mjs +31 -0
- package/dist/components/types/form/types/index.d.ts +7 -0
- package/dist/components/types/form/types/index.js +35 -0
- package/dist/components/types/form/types/index.mjs +8 -0
- package/dist/components/types/form/types/input/index.d.ts +2 -0
- package/dist/components/types/form/types/input/index.js +84 -0
- package/dist/components/types/form/types/input/index.mjs +50 -0
- package/dist/components/types/form/types/input/styles.d.ts +1 -0
- package/dist/components/types/form/types/input/styles.js +84 -0
- package/dist/components/types/form/types/input/styles.mjs +50 -0
- package/dist/components/types/form/types/label/index.d.ts +2 -0
- package/dist/components/types/form/types/label/index.js +34 -0
- package/dist/components/types/form/types/label/index.mjs +10 -0
- package/dist/components/types/form/types/label/styles.d.ts +1 -0
- package/dist/components/types/form/types/label/styles.js +45 -0
- package/dist/components/types/form/types/label/styles.mjs +11 -0
- package/dist/components/types/form/types/select/index.d.ts +2 -0
- package/dist/components/types/form/types/select/index.js +90 -0
- package/dist/components/types/form/types/select/index.mjs +56 -0
- package/dist/components/types/form/types/select/styles.d.ts +1 -0
- package/dist/components/types/form/types/select/styles.js +90 -0
- package/dist/components/types/form/types/select/styles.mjs +56 -0
- package/dist/components/types/form/types/textarea/index.d.ts +2 -0
- package/dist/components/types/form/types/textarea/index.js +72 -0
- package/dist/components/types/form/types/textarea/index.mjs +38 -0
- package/dist/components/types/form/types/textarea/styles.d.ts +1 -0
- package/dist/components/types/form/types/textarea/styles.js +77 -0
- package/dist/components/types/form/types/textarea/styles.mjs +43 -0
- package/dist/components/types/index.d.ts +11 -0
- package/dist/components/types/index.js +43 -0
- package/dist/components/types/index.mjs +12 -0
- package/dist/components/types/loading/app/index.d.ts +2 -0
- package/dist/components/types/loading/app/index.js +35 -0
- package/dist/components/types/loading/app/index.mjs +11 -0
- package/dist/components/types/loading/app/styles.d.ts +1 -0
- package/dist/components/types/loading/app/styles.js +125 -0
- package/dist/components/types/loading/app/styles.mjs +91 -0
- package/dist/components/types/loading/bar/index.d.ts +2 -0
- package/dist/components/types/loading/bar/index.js +34 -0
- package/dist/components/types/loading/bar/index.mjs +10 -0
- package/dist/components/types/loading/bar/styles.d.ts +1 -0
- package/dist/components/types/loading/bar/styles.js +59 -0
- package/dist/components/types/loading/bar/styles.mjs +25 -0
- package/dist/components/types/loading/index.d.ts +2 -0
- package/dist/components/types/loading/index.js +25 -0
- package/dist/components/types/loading/index.mjs +3 -0
- package/dist/components/types/logo/index.d.ts +2 -0
- package/dist/components/types/logo/index.js +37 -0
- package/dist/components/types/logo/index.mjs +13 -0
- package/dist/components/types/logo/styles.d.ts +1 -0
- package/dist/components/types/logo/styles.js +57 -0
- package/dist/components/types/logo/styles.mjs +23 -0
- package/dist/components/types/lottie/animations/index.d.ts +293 -0
- package/dist/components/types/lottie/animations/index.js +36 -0
- package/dist/components/types/lottie/animations/index.mjs +6 -0
- package/dist/components/types/lottie/index.d.ts +2 -0
- package/dist/components/types/lottie/index.js +72 -0
- package/dist/components/types/lottie/index.mjs +38 -0
- package/dist/components/types/lottie/styles.d.ts +1 -0
- package/dist/components/types/lottie/styles.js +60 -0
- package/dist/components/types/lottie/styles.mjs +26 -0
- package/dist/components/types/modal/index.d.ts +2 -0
- package/dist/components/types/modal/index.js +66 -0
- package/dist/components/types/modal/index.mjs +32 -0
- package/dist/components/types/modal/styles.d.ts +1 -0
- package/dist/components/types/modal/styles.js +167 -0
- package/dist/components/types/modal/styles.mjs +133 -0
- package/dist/components/types/table/index.d.ts +3 -0
- package/dist/components/types/table/index.js +171 -0
- package/dist/components/types/table/index.mjs +135 -0
- package/dist/components/types/table/modal/actions.d.ts +10 -0
- package/dist/components/types/table/modal/actions.js +30 -0
- package/dist/components/types/table/modal/actions.mjs +10 -0
- package/dist/components/types/table/modal/index.d.ts +2 -0
- package/dist/components/types/table/modal/index.js +91 -0
- package/dist/components/types/table/modal/index.mjs +61 -0
- package/dist/components/types/table/modal/styles.d.ts +1 -0
- package/dist/components/types/table/modal/styles.js +90 -0
- package/dist/components/types/table/modal/styles.mjs +56 -0
- package/dist/components/types/table/paginate/index.d.ts +2 -0
- package/dist/components/types/table/paginate/index.js +92 -0
- package/dist/components/types/table/paginate/index.mjs +58 -0
- package/dist/components/types/table/paginate/styles.d.ts +1 -0
- package/dist/components/types/table/paginate/styles.js +74 -0
- package/dist/components/types/table/paginate/styles.mjs +40 -0
- package/dist/components/types/table/styles.d.ts +5 -0
- package/dist/components/types/table/styles.js +300 -0
- package/dist/components/types/table/styles.mjs +266 -0
- package/dist/contexts/icon/assets/brands/index.d.ts +2 -0
- package/dist/contexts/icon/assets/brands/index.js +31 -0
- package/dist/contexts/icon/assets/brands/index.mjs +11 -0
- package/dist/contexts/icon/assets/index.d.ts +6 -0
- package/dist/contexts/icon/assets/index.js +42 -0
- package/dist/contexts/icon/assets/index.mjs +12 -0
- package/dist/contexts/icon/assets/regular/index.d.ts +2 -0
- package/dist/contexts/icon/assets/regular/index.js +31 -0
- package/dist/contexts/icon/assets/regular/index.mjs +11 -0
- package/dist/contexts/icon/assets/solid/index.d.ts +2 -0
- package/dist/contexts/icon/assets/solid/index.js +31 -0
- package/dist/contexts/icon/assets/solid/index.mjs +11 -0
- package/dist/contexts/icon/index.d.ts +4 -0
- package/dist/contexts/icon/index.js +107 -0
- package/dist/contexts/icon/index.mjs +72 -0
- package/dist/contexts/icon/styles.d.ts +1 -0
- package/dist/contexts/icon/styles.js +42 -0
- package/dist/contexts/icon/styles.mjs +8 -0
- package/dist/contexts/index.d.ts +4 -20
- package/dist/contexts/index.js +9 -504
- package/dist/contexts/index.mjs +4 -486
- package/dist/contexts/modal/index.d.ts +4 -0
- package/dist/contexts/modal/index.js +92 -0
- package/dist/contexts/modal/index.mjs +57 -0
- package/dist/contexts/modal/styles.d.ts +1 -0
- package/dist/contexts/modal/styles.js +42 -0
- package/dist/contexts/modal/styles.mjs +8 -0
- package/dist/contexts/theme/content.d.ts +3 -0
- package/dist/contexts/theme/content.js +104 -0
- package/dist/contexts/theme/content.mjs +79 -0
- package/dist/contexts/theme/index.d.ts +4 -0
- package/dist/contexts/theme/index.js +68 -0
- package/dist/contexts/theme/index.mjs +43 -0
- package/dist/contexts/theme/styles.d.ts +1 -0
- package/dist/contexts/theme/styles.js +116 -0
- package/dist/contexts/theme/styles.mjs +82 -0
- package/dist/contexts/tooltip/index.d.ts +6 -0
- package/dist/contexts/tooltip/index.js +107 -0
- package/dist/contexts/tooltip/index.mjs +72 -0
- package/dist/contexts/tooltip/styles.d.ts +1 -0
- package/dist/contexts/tooltip/styles.js +78 -0
- package/dist/contexts/tooltip/styles.mjs +44 -0
- package/dist/index.d.ts +4 -17
- package/dist/index.js +8 -3325
- package/dist/index.mjs +4 -3312
- package/dist/interfaces/components/avatar/index.d.ts +6 -0
- package/dist/interfaces/components/avatar/index.js +17 -0
- package/dist/interfaces/components/avatar/index.mjs +1 -0
- package/dist/interfaces/components/badge/index.d.ts +3 -0
- package/dist/interfaces/components/badge/index.js +17 -0
- package/dist/interfaces/components/badge/index.mjs +1 -0
- package/dist/interfaces/components/block/index.d.ts +16 -0
- package/dist/interfaces/components/block/index.js +17 -0
- package/dist/interfaces/components/block/index.mjs +1 -0
- package/dist/interfaces/components/chart/index.d.ts +9 -0
- package/dist/interfaces/components/chart/index.js +17 -0
- package/dist/interfaces/components/chart/index.mjs +1 -0
- package/dist/interfaces/components/credit-card/index.d.ts +16 -0
- package/dist/interfaces/components/credit-card/index.js +17 -0
- package/dist/interfaces/components/credit-card/index.mjs +1 -0
- package/dist/interfaces/components/form/button/index.d.ts +7 -0
- package/dist/interfaces/components/form/button/index.js +17 -0
- package/dist/interfaces/components/form/button/index.mjs +1 -0
- package/dist/interfaces/components/form/datetime/index.d.ts +15 -0
- package/dist/interfaces/components/form/datetime/index.js +17 -0
- package/dist/interfaces/components/form/datetime/index.mjs +1 -0
- package/dist/interfaces/components/form/file/index.d.ts +14 -0
- package/dist/interfaces/components/form/file/index.js +17 -0
- package/dist/interfaces/components/form/file/index.mjs +1 -0
- package/dist/interfaces/components/form/index.d.ts +16 -0
- package/dist/interfaces/components/form/index.js +35 -0
- package/dist/interfaces/components/form/index.mjs +8 -0
- package/dist/interfaces/components/form/input/index.d.ts +17 -0
- package/dist/interfaces/components/form/input/index.js +17 -0
- package/dist/interfaces/components/form/input/index.mjs +1 -0
- package/dist/interfaces/components/form/label/index.d.ts +5 -0
- package/dist/interfaces/components/form/label/index.js +17 -0
- package/dist/interfaces/components/form/label/index.mjs +1 -0
- package/dist/interfaces/components/form/select/index.d.ts +14 -0
- package/dist/interfaces/components/form/select/index.js +17 -0
- package/dist/interfaces/components/form/select/index.mjs +1 -0
- package/dist/interfaces/components/form/textarea/index.d.ts +16 -0
- package/dist/interfaces/components/form/textarea/index.js +17 -0
- package/dist/interfaces/components/form/textarea/index.mjs +1 -0
- package/dist/interfaces/components/index.d.ts +26 -0
- package/dist/interfaces/components/index.js +43 -0
- package/dist/interfaces/components/index.mjs +12 -0
- package/dist/interfaces/components/loading/app/index.d.ts +3 -0
- package/dist/interfaces/components/loading/app/index.js +17 -0
- package/dist/interfaces/components/loading/app/index.mjs +1 -0
- package/dist/interfaces/components/loading/bar/index.d.ts +7 -0
- package/dist/interfaces/components/loading/bar/index.js +17 -0
- package/dist/interfaces/components/loading/bar/index.mjs +1 -0
- package/dist/interfaces/components/loading/index.d.ts +2 -0
- package/dist/interfaces/components/loading/index.js +25 -0
- package/dist/interfaces/components/loading/index.mjs +3 -0
- package/dist/interfaces/components/logo/index.d.ts +6 -0
- package/dist/interfaces/components/logo/index.js +17 -0
- package/dist/interfaces/components/logo/index.mjs +1 -0
- package/dist/interfaces/components/lottie/index.d.ts +12 -0
- package/dist/interfaces/components/lottie/index.js +17 -0
- package/dist/interfaces/components/lottie/index.mjs +1 -0
- package/dist/interfaces/components/modal/index.d.ts +16 -0
- package/dist/interfaces/components/modal/index.js +17 -0
- package/dist/interfaces/components/modal/index.mjs +1 -0
- package/dist/interfaces/components/table/index.d.ts +46 -0
- package/dist/interfaces/components/table/index.js +23 -0
- package/dist/interfaces/components/table/index.mjs +2 -0
- package/dist/interfaces/components/table/paginate/index.d.ts +7 -0
- package/dist/interfaces/components/table/paginate/index.js +17 -0
- package/dist/interfaces/components/table/paginate/index.mjs +1 -0
- package/dist/interfaces/contexts/icon/index.d.ts +3 -0
- package/dist/interfaces/contexts/icon/index.js +17 -0
- package/dist/interfaces/contexts/icon/index.mjs +1 -0
- package/dist/interfaces/contexts/index.d.ts +8 -0
- package/dist/interfaces/contexts/index.js +29 -0
- package/dist/interfaces/contexts/index.mjs +5 -0
- package/dist/interfaces/contexts/modal/index.d.ts +16 -0
- package/dist/interfaces/contexts/modal/index.js +18 -0
- package/dist/interfaces/contexts/modal/index.mjs +2 -0
- package/dist/interfaces/contexts/theme/index.d.ts +42 -0
- package/dist/interfaces/contexts/theme/index.js +17 -0
- package/dist/interfaces/contexts/theme/index.mjs +1 -0
- package/dist/interfaces/contexts/tooltip/index.d.ts +3 -0
- package/dist/interfaces/contexts/tooltip/index.js +17 -0
- package/dist/interfaces/contexts/tooltip/index.mjs +1 -0
- package/dist/interfaces/index.d.ts +2 -12
- package/dist/interfaces/index.js +8 -2
- package/dist/interfaces/index.mjs +2 -0
- 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,37 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
"use client";
|
|
4
|
+
var __defProp = Object.defineProperty;
|
|
5
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
6
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
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 __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
21
|
+
var logo_exports = {};
|
|
22
|
+
__export(logo_exports, {
|
|
23
|
+
Logo: () => Logo
|
|
24
|
+
});
|
|
25
|
+
module.exports = __toCommonJS(logo_exports);
|
|
26
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
27
|
+
var import_styles = require("./styles");
|
|
28
|
+
function Logo(props) {
|
|
29
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_styles.Container, { ...props, children: [
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("label", { children: "IZ" }),
|
|
31
|
+
!props.onlyPrefix && /* @__PURE__ */ (0, import_jsx_runtime.jsx)("label", { children: "Way" })
|
|
32
|
+
] });
|
|
33
|
+
}
|
|
34
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
35
|
+
0 && (module.exports = {
|
|
36
|
+
Logo
|
|
37
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use client";
|
|
3
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
4
|
+
import { Container } from "./styles";
|
|
5
|
+
function Logo(props) {
|
|
6
|
+
return /* @__PURE__ */ jsxs(Container, { ...props, children: [
|
|
7
|
+
/* @__PURE__ */ jsx("label", { children: "IZ" }),
|
|
8
|
+
!props.onlyPrefix && /* @__PURE__ */ jsx("label", { children: "Way" })
|
|
9
|
+
] });
|
|
10
|
+
}
|
|
11
|
+
export {
|
|
12
|
+
Logo
|
|
13
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const Container: any;
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
"use client";
|
|
4
|
+
var __create = Object.create;
|
|
5
|
+
var __defProp = Object.defineProperty;
|
|
6
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
7
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
8
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
9
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
10
|
+
var __export = (target, all) => {
|
|
11
|
+
for (var name in all)
|
|
12
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
13
|
+
};
|
|
14
|
+
var __copyProps = (to, from, except, desc) => {
|
|
15
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
16
|
+
for (let key of __getOwnPropNames(from))
|
|
17
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
18
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
19
|
+
}
|
|
20
|
+
return to;
|
|
21
|
+
};
|
|
22
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
23
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
24
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
25
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
26
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
27
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
28
|
+
mod
|
|
29
|
+
));
|
|
30
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
31
|
+
var styles_exports = {};
|
|
32
|
+
__export(styles_exports, {
|
|
33
|
+
Container: () => Container
|
|
34
|
+
});
|
|
35
|
+
module.exports = __toCommonJS(styles_exports);
|
|
36
|
+
var import_styled_components = __toESM(require("styled-components"));
|
|
37
|
+
const Container = import_styled_components.default.div`
|
|
38
|
+
display: flex;
|
|
39
|
+
align-items: center;
|
|
40
|
+
justify-content: center;
|
|
41
|
+
gap: .3rem;
|
|
42
|
+
font-size: ${(props) => props.size || "2"}rem;
|
|
43
|
+
color: ${(props) => props.theme.t5};
|
|
44
|
+
|
|
45
|
+
label:first-child {
|
|
46
|
+
font-weight: 900;
|
|
47
|
+
color: ${(props) => props.theme.secondary};
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
label:last-child {
|
|
51
|
+
font-weight: 600;
|
|
52
|
+
}
|
|
53
|
+
`;
|
|
54
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
55
|
+
0 && (module.exports = {
|
|
56
|
+
Container
|
|
57
|
+
});
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use client";
|
|
3
|
+
import styled from "styled-components";
|
|
4
|
+
const Container = styled.div`
|
|
5
|
+
display: flex;
|
|
6
|
+
align-items: center;
|
|
7
|
+
justify-content: center;
|
|
8
|
+
gap: .3rem;
|
|
9
|
+
font-size: ${(props) => props.size || "2"}rem;
|
|
10
|
+
color: ${(props) => props.theme.t5};
|
|
11
|
+
|
|
12
|
+
label:first-child {
|
|
13
|
+
font-weight: 900;
|
|
14
|
+
color: ${(props) => props.theme.secondary};
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
label:last-child {
|
|
18
|
+
font-weight: 600;
|
|
19
|
+
}
|
|
20
|
+
`;
|
|
21
|
+
export {
|
|
22
|
+
Container
|
|
23
|
+
};
|
|
@@ -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,36 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
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
|
+
var animations_exports = {};
|
|
31
|
+
__export(animations_exports, {
|
|
32
|
+
default: () => animations_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(animations_exports);
|
|
35
|
+
var import_loader = __toESM(require("./loader.json"));
|
|
36
|
+
var animations_default = { loader: import_loader.default };
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
"use client";
|
|
4
|
+
var __create = Object.create;
|
|
5
|
+
var __defProp = Object.defineProperty;
|
|
6
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
7
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
8
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
9
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
10
|
+
var __export = (target, all) => {
|
|
11
|
+
for (var name in all)
|
|
12
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
13
|
+
};
|
|
14
|
+
var __copyProps = (to, from, except, desc) => {
|
|
15
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
16
|
+
for (let key of __getOwnPropNames(from))
|
|
17
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
18
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
19
|
+
}
|
|
20
|
+
return to;
|
|
21
|
+
};
|
|
22
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
23
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
24
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
25
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
26
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
27
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
28
|
+
mod
|
|
29
|
+
));
|
|
30
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
31
|
+
var lottie_exports = {};
|
|
32
|
+
__export(lottie_exports, {
|
|
33
|
+
Lottie: () => Lottie
|
|
34
|
+
});
|
|
35
|
+
module.exports = __toCommonJS(lottie_exports);
|
|
36
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
37
|
+
var import_styles = require("./styles");
|
|
38
|
+
var import_react_lottie = __toESM(require("react-lottie"));
|
|
39
|
+
var import_animations = __toESM(require("./animations"));
|
|
40
|
+
const LottieComponent = import_react_lottie.default;
|
|
41
|
+
function Lottie(props) {
|
|
42
|
+
const getAnimation = () => {
|
|
43
|
+
let animation;
|
|
44
|
+
for (const propName of Object.keys(props)) {
|
|
45
|
+
if (animation) continue;
|
|
46
|
+
animation = import_animations.default[propName];
|
|
47
|
+
}
|
|
48
|
+
return animation;
|
|
49
|
+
};
|
|
50
|
+
const defaultOptions = {
|
|
51
|
+
loop: true,
|
|
52
|
+
autoplay: true,
|
|
53
|
+
renderer: "svg",
|
|
54
|
+
rendererSettings: {
|
|
55
|
+
preserveAspectRatio: "xMidYMid slice"
|
|
56
|
+
},
|
|
57
|
+
path: props.src,
|
|
58
|
+
animationData: getAnimation()
|
|
59
|
+
};
|
|
60
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_styles.Container, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
61
|
+
LottieComponent,
|
|
62
|
+
{
|
|
63
|
+
width: props.size || 180,
|
|
64
|
+
height: props.size || 180,
|
|
65
|
+
options: defaultOptions
|
|
66
|
+
}
|
|
67
|
+
) });
|
|
68
|
+
}
|
|
69
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
70
|
+
0 && (module.exports = {
|
|
71
|
+
Lottie
|
|
72
|
+
});
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use client";
|
|
3
|
+
import { jsx } from "react/jsx-runtime";
|
|
4
|
+
import { Container } from "./styles";
|
|
5
|
+
import LottieReact from "react-lottie";
|
|
6
|
+
const LottieComponent = LottieReact;
|
|
7
|
+
import animations from "./animations";
|
|
8
|
+
function Lottie(props) {
|
|
9
|
+
const getAnimation = () => {
|
|
10
|
+
let animation;
|
|
11
|
+
for (const propName of Object.keys(props)) {
|
|
12
|
+
if (animation) continue;
|
|
13
|
+
animation = animations[propName];
|
|
14
|
+
}
|
|
15
|
+
return animation;
|
|
16
|
+
};
|
|
17
|
+
const defaultOptions = {
|
|
18
|
+
loop: true,
|
|
19
|
+
autoplay: true,
|
|
20
|
+
renderer: "svg",
|
|
21
|
+
rendererSettings: {
|
|
22
|
+
preserveAspectRatio: "xMidYMid slice"
|
|
23
|
+
},
|
|
24
|
+
path: props.src,
|
|
25
|
+
animationData: getAnimation()
|
|
26
|
+
};
|
|
27
|
+
return /* @__PURE__ */ jsx(Container, { ...props, children: /* @__PURE__ */ jsx(
|
|
28
|
+
LottieComponent,
|
|
29
|
+
{
|
|
30
|
+
width: props.size || 180,
|
|
31
|
+
height: props.size || 180,
|
|
32
|
+
options: defaultOptions
|
|
33
|
+
}
|
|
34
|
+
) });
|
|
35
|
+
}
|
|
36
|
+
export {
|
|
37
|
+
Lottie
|
|
38
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const Container: any;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
"use client";
|
|
4
|
+
var __create = Object.create;
|
|
5
|
+
var __defProp = Object.defineProperty;
|
|
6
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
7
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
8
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
9
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
10
|
+
var __export = (target, all) => {
|
|
11
|
+
for (var name in all)
|
|
12
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
13
|
+
};
|
|
14
|
+
var __copyProps = (to, from, except, desc) => {
|
|
15
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
16
|
+
for (let key of __getOwnPropNames(from))
|
|
17
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
18
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
19
|
+
}
|
|
20
|
+
return to;
|
|
21
|
+
};
|
|
22
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
23
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
24
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
25
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
26
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
27
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
28
|
+
mod
|
|
29
|
+
));
|
|
30
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
31
|
+
var styles_exports = {};
|
|
32
|
+
__export(styles_exports, {
|
|
33
|
+
Container: () => Container
|
|
34
|
+
});
|
|
35
|
+
module.exports = __toCommonJS(styles_exports);
|
|
36
|
+
var import_styled_components = __toESM(require("styled-components"));
|
|
37
|
+
const Container = import_styled_components.default.div`
|
|
38
|
+
display: flex;
|
|
39
|
+
align-items: center;
|
|
40
|
+
justify-content: center;
|
|
41
|
+
gap: .3rem;
|
|
42
|
+
|
|
43
|
+
label {
|
|
44
|
+
font-size: ${(props) => props.size || "2"}rem;
|
|
45
|
+
color: ${(props) => props.theme.t5};
|
|
46
|
+
}
|
|
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
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
58
|
+
0 && (module.exports = {
|
|
59
|
+
Container
|
|
60
|
+
});
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use client";
|
|
3
|
+
import styled from "styled-components";
|
|
4
|
+
const Container = styled.div`
|
|
5
|
+
display: flex;
|
|
6
|
+
align-items: center;
|
|
7
|
+
justify-content: center;
|
|
8
|
+
gap: .3rem;
|
|
9
|
+
|
|
10
|
+
label {
|
|
11
|
+
font-size: ${(props) => props.size || "2"}rem;
|
|
12
|
+
color: ${(props) => props.theme.t5};
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
label:first-child {
|
|
16
|
+
font-weight: 900;
|
|
17
|
+
color: ${(props) => props.theme.secondary};
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
label:last-child {
|
|
21
|
+
font-weight: 600;
|
|
22
|
+
}
|
|
23
|
+
`;
|
|
24
|
+
export {
|
|
25
|
+
Container
|
|
26
|
+
};
|