infinity-forge 6.7.1 → 6.7.3
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/ui/atena/presentation/dynamic-elements/atena-page.d.ts +5 -1
- package/dist/ui/atena/presentation/dynamic-elements/atena-page.js +3 -11
- package/dist/ui/atena/presentation/dynamic-elements/atena-page.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/blog-item/styles.d.ts +2 -2
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/featured-blog-item/styles.d.ts +2 -2
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/editor-code/index.js +2 -4
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/editor-code/index.js.map +1 -1
- package/dist/ui/components/next-image/index.js +1 -7
- package/dist/ui/components/next-image/index.js.map +1 -1
- package/dist/ui/contexts/route-loading/index.js +2 -4
- package/dist/ui/contexts/route-loading/index.js.map +1 -1
- package/package.json +67 -68
|
@@ -9,11 +9,15 @@ export declare function AtenaSSR(ctx: GetServerSidePropsContext<ParsedUrlQuery,
|
|
|
9
9
|
ssrFunction?: () => Promise<Record<string, any>>;
|
|
10
10
|
apiUrl?: string;
|
|
11
11
|
disableAuth?: AppAtenaPageProps["disableAuth"];
|
|
12
|
+
modifierSections?: (sections: any) => {
|
|
13
|
+
sections: any;
|
|
14
|
+
[key: string]: any;
|
|
15
|
+
};
|
|
12
16
|
}): Promise<{
|
|
13
17
|
props: {
|
|
14
18
|
page: any;
|
|
15
|
-
sections: any;
|
|
16
19
|
resolvedUrl: string;
|
|
17
20
|
disableAuth: boolean;
|
|
21
|
+
sections: any;
|
|
18
22
|
};
|
|
19
23
|
}>;
|
|
@@ -69,14 +69,12 @@ function AtenaPage(props) {
|
|
|
69
69
|
}
|
|
70
70
|
function AtenaSSR(ctx, configurations) {
|
|
71
71
|
return __awaiter(this, void 0, void 0, function () {
|
|
72
|
-
var resolvedUrl, defaultPagesSSR, pagePromise, _a, sections, page, err_1;
|
|
72
|
+
var resolvedUrl, defaultPagesSSR, pagePromise, _a, sections, page, modifiedData, err_1;
|
|
73
73
|
var _b, _c, _d, _e;
|
|
74
74
|
return __generator(this, function (_f) {
|
|
75
75
|
switch (_f.label) {
|
|
76
76
|
case 0:
|
|
77
|
-
console.log(ctx.resolvedUrl);
|
|
78
77
|
resolvedUrl = (((_c = (_b = ctx.resolvedUrl) === null || _b === void 0 ? void 0 : _b.split('/')) === null || _c === void 0 ? void 0 : _c[1]) || '');
|
|
79
|
-
console.log(resolvedUrl);
|
|
80
78
|
_f.label = 1;
|
|
81
79
|
case 1:
|
|
82
80
|
_f.trys.push([1, 3, , 4]);
|
|
@@ -87,21 +85,15 @@ function AtenaSSR(ctx, configurations) {
|
|
|
87
85
|
pagePromise = (configurations === null || configurations === void 0 ? void 0 : configurations.ssrFunction)
|
|
88
86
|
? (_d = configurations === null || configurations === void 0 ? void 0 : configurations.ssrFunction) === null || _d === void 0 ? void 0 : _d.call(configurations)
|
|
89
87
|
: ((_e = defaultPagesSSR === null || defaultPagesSSR === void 0 ? void 0 : defaultPagesSSR[resolvedUrl]) === null || _e === void 0 ? void 0 : _e.call(defaultPagesSSR, { ctx: ctx, apiUrl: configurations === null || configurations === void 0 ? void 0 : configurations.apiUrl })) || null;
|
|
90
|
-
console.log(pagePromise);
|
|
91
88
|
return [4 /*yield*/, Promise.all([(0, dynamic_sections_1.getInitialPropsDynamicSection)(ctx), pagePromise])];
|
|
92
89
|
case 2:
|
|
93
90
|
_a = _f.sent(), sections = _a[0], page = _a[1];
|
|
91
|
+
modifiedData = configurations.modifierSections ? configurations.modifierSections(sections) : { sections: sections };
|
|
94
92
|
return [2 /*return*/, {
|
|
95
|
-
props: {
|
|
96
|
-
page: page,
|
|
97
|
-
sections: sections,
|
|
98
|
-
resolvedUrl: resolvedUrl,
|
|
99
|
-
disableAuth: (configurations === null || configurations === void 0 ? void 0 : configurations.disableAuth) || false
|
|
100
|
-
},
|
|
93
|
+
props: __assign(__assign({}, modifiedData), { page: page, resolvedUrl: resolvedUrl, disableAuth: (configurations === null || configurations === void 0 ? void 0 : configurations.disableAuth) || false }),
|
|
101
94
|
}];
|
|
102
95
|
case 3:
|
|
103
96
|
err_1 = _f.sent();
|
|
104
|
-
console.log("@@", err_1);
|
|
105
97
|
return [2 /*return*/, { props: { resolvedUrl: resolvedUrl, sections: [], page: null, disableAuth: (configurations === null || configurations === void 0 ? void 0 : configurations.disableAuth) || false } }];
|
|
106
98
|
case 4: return [2 /*return*/];
|
|
107
99
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"atena-page.js","sourceRoot":"","sources":["../../../../../src/ui/atena/presentation/dynamic-elements/atena-page.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAWA,8BAkBC;AAED,
|
|
1
|
+
{"version":3,"file":"atena-page.js","sourceRoot":"","sources":["../../../../../src/ui/atena/presentation/dynamic-elements/atena-page.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAWA,8BAkBC;AAED,4BAoCC;;AAhED,2BAAoE;AAEpE,wDAAgG;AAMhG,SAAgB,SAAS,CAAC,KAAqB;;IACrC,IAAA,iBAAiB,GAAK,IAAA,2BAAQ,GAAE,kBAAf,CAAe;IAExC,IAAM,QAAQ,GAAG,MAAA,MAAA,iBAAiB,aAAjB,iBAAiB,uBAAjB,iBAAiB,CAAE,UAAU,CAAC,GAAG,EAAE,EAAE,CAAC,0CAAE,KAAK,CAAC,GAAG,CAAC,0CAAG,CAAC,CAAC,CAAA;IAExE,QAAQ,QAAQ,EAAE,CAAC;QACjB,KAAK,SAAS;YACZ,OAAO,uBAAC,YAAO,eAAK,KAAK,EAAI,CAAA;QAE/B,KAAK,MAAM;YACT,OAAO,uBAAC,aAAQ,KAAG,CAAA;QAErB,KAAK,MAAM;YACT,OAAO,uBAAC,aAAQ,KAAG,CAAA;QAErB;YACE,OAAO,kDAAc,CAAA;IACzB,CAAC;AACH,CAAC;AAED,SAAsB,QAAQ,CAC5B,GAA2D,EAC3D,cAKC;;;;;;;oBAEK,WAAW,GAAG,CAAC,CAAA,MAAA,MAAA,GAAG,CAAC,WAAW,0CAAE,KAAK,CAAC,GAAG,CAAC,0CAAG,CAAC,CAAC,KAAI,EAAE,CAAW,CAAA;;;;oBAG9D,eAAe,GAAG;wBACtB,IAAI,EAAE,YAAO;wBACb,IAAI,EAAE,YAAO;qBACd,CAAA;oBAEK,WAAW,GAAG,CAAA,cAAc,aAAd,cAAc,uBAAd,cAAc,CAAE,WAAW;wBAC7C,CAAC,CAAC,MAAA,cAAc,aAAd,cAAc,uBAAd,cAAc,CAAE,WAAW,8DAAI;wBACjC,CAAC,CAAC,CAAA,MAAA,eAAe,aAAf,eAAe,uBAAf,eAAe,CAAG,WAAW,CAAC,gEAAG,EAAE,GAAG,KAAA,EAAE,MAAM,EAAE,cAAc,aAAd,cAAc,uBAAd,cAAc,CAAE,MAAM,EAAE,CAAC,KAAI,IAAI,CAAA;oBAE5D,qBAAM,OAAO,CAAC,GAAG,CAAC,CAAC,IAAA,gDAA6B,EAAC,GAAG,CAAC,EAAE,WAAW,CAAC,CAAC,EAAA;;oBAAvF,KAAmB,SAAoE,EAAtF,QAAQ,QAAA,EAAE,IAAI,QAAA;oBAEf,YAAY,GAAG,cAAc,CAAC,gBAAgB,CAAC,CAAC,CAAC,cAAc,CAAC,gBAAgB,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,EAAE,QAAQ,UAAA,EAAE,CAAA;oBAE/G,sBAAO;4BACL,KAAK,wBACA,YAAY,KACf,IAAI,MAAA,EACJ,WAAW,aAAA,EACX,WAAW,EAAE,CAAA,cAAc,aAAd,cAAc,uBAAd,cAAc,CAAE,WAAW,KAAI,KAAK,GAClD;yBACF,EAAA;;;oBAED,sBAAO,EAAE,KAAK,EAAE,EAAE,WAAW,aAAA,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,WAAW,EAAE,CAAA,cAAc,aAAd,cAAc,uBAAd,cAAc,CAAE,WAAW,KAAI,KAAK,EAAE,EAAE,EAAA;;;;;CAEjH"}
|
package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/blog-item/styles.d.ts
CHANGED
|
@@ -25,7 +25,7 @@ export declare const BlogItem: import("styled-components/dist/types").IStyledCom
|
|
|
25
25
|
onTouchStart?: React.TouchEventHandler<HTMLAnchorElement>;
|
|
26
26
|
onClick?: React.MouseEventHandler<HTMLAnchorElement>;
|
|
27
27
|
} & {
|
|
28
|
-
children?: React.ReactNode;
|
|
28
|
+
children?: React.ReactNode | undefined;
|
|
29
29
|
} & import("react").RefAttributes<HTMLAnchorElement>, never>> & string & Omit<import("react").ForwardRefExoticComponent<Omit<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, keyof {
|
|
30
30
|
href: string | import("url").UrlObject;
|
|
31
31
|
as?: string | import("url").UrlObject;
|
|
@@ -53,5 +53,5 @@ export declare const BlogItem: import("styled-components/dist/types").IStyledCom
|
|
|
53
53
|
onTouchStart?: React.TouchEventHandler<HTMLAnchorElement>;
|
|
54
54
|
onClick?: React.MouseEventHandler<HTMLAnchorElement>;
|
|
55
55
|
} & {
|
|
56
|
-
children?: React.ReactNode;
|
|
56
|
+
children?: React.ReactNode | undefined;
|
|
57
57
|
} & import("react").RefAttributes<HTMLAnchorElement>>, keyof import("react").Component<any, {}, any>>;
|
|
@@ -25,7 +25,7 @@ export declare const FeaturedBlogItem: import("styled-components/dist/types").IS
|
|
|
25
25
|
onTouchStart?: React.TouchEventHandler<HTMLAnchorElement>;
|
|
26
26
|
onClick?: React.MouseEventHandler<HTMLAnchorElement>;
|
|
27
27
|
} & {
|
|
28
|
-
children?: React.ReactNode;
|
|
28
|
+
children?: React.ReactNode | undefined;
|
|
29
29
|
} & import("react").RefAttributes<HTMLAnchorElement>, never>> & string & Omit<import("react").ForwardRefExoticComponent<Omit<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, keyof {
|
|
30
30
|
href: string | import("url").UrlObject;
|
|
31
31
|
as?: string | import("url").UrlObject;
|
|
@@ -53,5 +53,5 @@ export declare const FeaturedBlogItem: import("styled-components/dist/types").IS
|
|
|
53
53
|
onTouchStart?: React.TouchEventHandler<HTMLAnchorElement>;
|
|
54
54
|
onClick?: React.MouseEventHandler<HTMLAnchorElement>;
|
|
55
55
|
} & {
|
|
56
|
-
children?: React.ReactNode;
|
|
56
|
+
children?: React.ReactNode | undefined;
|
|
57
57
|
} & import("react").RefAttributes<HTMLAnchorElement>>, keyof import("react").Component<any, {}, any>>;
|
|
@@ -36,12 +36,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
36
36
|
exports.EditorCode = EditorCode;
|
|
37
37
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
38
38
|
var formik_1 = require("formik");
|
|
39
|
-
|
|
39
|
+
// import { Editor } from '@monaco-editor/react'
|
|
40
40
|
var S = __importStar(require("./styles.js"));
|
|
41
41
|
function EditorCode() {
|
|
42
42
|
var _a = (0, formik_1.useField)({ name: 'jsonContent.css', type: 'text' }), field = _a[0], _ = _a[1], handlers = _a[2];
|
|
43
|
-
return ((0, jsx_runtime_1.jsx)(S.EditorCode, {
|
|
44
|
-
handlers.setValue(ev);
|
|
45
|
-
} }) }));
|
|
43
|
+
return ((0, jsx_runtime_1.jsx)(S.EditorCode, {}));
|
|
46
44
|
}
|
|
47
45
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../src/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/editor-code/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAKA,gCAeC;;AApBD,iCAAiC;AACjC,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../src/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/editor-code/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAKA,gCAeC;;AApBD,iCAAiC;AACjC,gDAAgD;AAEhD,0CAA6B;AAE7B,SAAgB,UAAU;IAClB,IAAA,KAAuB,IAAA,iBAAQ,EAAC,EAAE,IAAI,EAAE,iBAAiB,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC,EAAzE,KAAK,QAAA,EAAE,CAAC,QAAA,EAAE,QAAQ,QAAuD,CAAA;IAEhF,OAAO,CACL,uBAAC,CAAC,CAAC,UAAU,KASE,CAChB,CAAA;AACH,CAAC"}
|
|
@@ -32,20 +32,14 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
32
32
|
return result;
|
|
33
33
|
};
|
|
34
34
|
})();
|
|
35
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
36
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
37
|
-
};
|
|
38
35
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
36
|
exports.NextImage = NextImage;
|
|
40
37
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
41
|
-
var react_1 = require("react");
|
|
42
|
-
var image_1 = __importDefault(require("next/image"));
|
|
43
38
|
var error_boundary_1 = require("../error-boundary/index.js");
|
|
44
39
|
var loader_circle_1 = require("../loader-circle/index.js");
|
|
45
40
|
var S = __importStar(require("./styles.js"));
|
|
46
41
|
function NextImage(_a) {
|
|
47
42
|
var src = _a.src, alt = _a.alt, forceLoading = _a.forceLoading;
|
|
48
|
-
|
|
49
|
-
return ((0, jsx_runtime_1.jsx)(error_boundary_1.Error, { name: 'next-image', children: (0, jsx_runtime_1.jsx)(S.Image, { children: forceLoading ? (0, jsx_runtime_1.jsx)(loader_circle_1.LoaderCircle, { size: 30, color: '#fff' }) : (0, jsx_runtime_1.jsx)(image_1.default, { fill: true, alt: alt || src, onError: function () { return setError(true); }, src: error ? "/images/default-image.png" : src }) }) }));
|
|
43
|
+
return ((0, jsx_runtime_1.jsx)(error_boundary_1.Error, { name: 'next-image', children: (0, jsx_runtime_1.jsx)(S.Image, { children: forceLoading ? ((0, jsx_runtime_1.jsx)(loader_circle_1.LoaderCircle, { size: 30, color: '#fff' })) : ((0, jsx_runtime_1.jsx)("img", { alt: alt || src, src: src })) }) }));
|
|
50
44
|
}
|
|
51
45
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/ui/components/next-image/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/ui/components/next-image/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAQA,8BAaC;;AApBD,oDAAyC;AACzC,kDAA+C;AAI/C,0CAA6B;AAE7B,SAAgB,SAAS,CAAC,EAA0C;QAAxC,GAAG,SAAA,EAAE,GAAG,SAAA,EAAE,YAAY,kBAAA;IAEhD,OAAO,CACL,uBAAC,sBAAK,IAAC,IAAI,EAAC,YAAY,YACtB,uBAAC,CAAC,CAAC,KAAK,cACL,YAAY,CAAC,CAAC,CAAC,CACd,uBAAC,4BAAY,IAAC,IAAI,EAAE,EAAE,EAAE,KAAK,EAAC,MAAM,GAAG,CACxC,CAAC,CAAC,CAAC,CACF,gCAAM,GAAG,EAAE,GAAG,IAAI,GAAG,EAAE,GAAG,EAAE,GAAG,GAAI,CACpC,GACO,GACJ,CACT,CAAA;AACH,CAAC"}
|
|
@@ -10,15 +10,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
10
10
|
exports.LoaderOnRouteChange = LoaderOnRouteChange;
|
|
11
11
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
12
12
|
var react_1 = require("react");
|
|
13
|
-
var react_dom_1 = __importDefault(require("react-dom"));
|
|
14
13
|
var router_1 = __importDefault(require("next/router"));
|
|
15
14
|
var styled_components_1 = __importDefault(require("styled-components"));
|
|
16
|
-
var ui_1 = require("../../../ui/index.js");
|
|
17
15
|
var StylesRoute = (0, styled_components_1.default)('div')(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n width: 100%;\n position: fixed;\n top: 0;\n left: 0;\n height: 5px;\n animation-duration: 1.8s;\n animation-fill-mode: forwards;\n animation-iteration-count: infinite;\n animation-name: placeHolderShimmer;\n animation-timing-function: linear;\n background: ", ";\n background: ", ";\n position: fixed;\n top: 0;\n right: 0;\n z-index: 99;\n\n @keyframes placeHolderShimmer {\n 0% {\n background-position: 0px 0;\n }\n 100% {\n background-position: 100vw 0;\n }\n }\n"], ["\n width: 100%;\n position: fixed;\n top: 0;\n left: 0;\n height: 5px;\n animation-duration: 1.8s;\n animation-fill-mode: forwards;\n animation-iteration-count: infinite;\n animation-name: placeHolderShimmer;\n animation-timing-function: linear;\n background: ", ";\n background: ", ";\n position: fixed;\n top: 0;\n right: 0;\n z-index: 99;\n\n @keyframes placeHolderShimmer {\n 0% {\n background-position: 0px 0;\n }\n 100% {\n background-position: 100vw 0;\n }\n }\n"])), function (props) { return props.theme.primaryColor; }, function (props) { return "linear-gradient(\n to right,\n ".concat(props.theme.primaryColor, " 8%,\n #fff 25%,\n ").concat(props.theme.primaryColor, " 33%\n )"); });
|
|
18
16
|
function LoaderOnRouteChange(_a) {
|
|
19
17
|
var children = _a.children, Component = _a.Component;
|
|
20
18
|
var _b = (0, react_1.useState)(false), loading = _b[0], setLoading = _b[1];
|
|
21
|
-
|
|
19
|
+
// const window = useWindow();
|
|
22
20
|
(0, react_1.useEffect)(function () {
|
|
23
21
|
var start = function () {
|
|
24
22
|
setLoading(true);
|
|
@@ -36,7 +34,7 @@ function LoaderOnRouteChange(_a) {
|
|
|
36
34
|
};
|
|
37
35
|
}, []);
|
|
38
36
|
var ComponentLoader = Component || StylesRoute;
|
|
39
|
-
return ((0, jsx_runtime_1.
|
|
37
|
+
return ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: children }));
|
|
40
38
|
}
|
|
41
39
|
var templateObject_1;
|
|
42
40
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/ui/contexts/route-loading/index.tsx"],"names":[],"mappings":";;;;;;;;;AA8CA,kDAkCC;;AAhFD,+BAA2C;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/ui/contexts/route-loading/index.tsx"],"names":[],"mappings":";;;;;;;;;AA8CA,kDAkCC;;AAhFD,+BAA2C;AAG3C,uDAAgC;AAChC,wEAAsC;AAItC,IAAM,WAAW,GAAG,IAAA,2BAAM,EAAC,KAAK,CAAC,kkBAAA,iRAWjB,EAAmC,mBACnC,EAKZ,uNAcH,KApBe,UAAC,KAAK,IAAK,OAAA,KAAK,CAAC,KAAK,CAAC,YAAY,EAAxB,CAAwB,EACnC,UAAC,KAAK,IAAK,OAAA,2CAEvB,KAAK,CAAC,KAAK,CAAC,YAAY,kCAExB,KAAK,CAAC,KAAK,CAAC,YAAY,cACxB,EALuB,CAKvB,CAcH,CAAA;AAOD,SAAgB,mBAAmB,CAAC,EAAiD;QAA/C,QAAQ,cAAA,EAAE,SAAS,eAAA;IACjD,IAAA,KAAwB,IAAA,gBAAQ,EAAC,KAAK,CAAC,EAAtC,OAAO,QAAA,EAAE,UAAU,QAAmB,CAAA;IAE7C,8BAA8B;IAE9B,IAAA,iBAAS,EAAC;QACR,IAAM,KAAK,GAAG;YACZ,UAAU,CAAC,IAAI,CAAC,CAAA;QAClB,CAAC,CAAA;QAED,IAAM,GAAG,GAAG;YACV,UAAU,CAAC,KAAK,CAAC,CAAA;QACnB,CAAC,CAAA;QAED,gBAAM,CAAC,MAAM,CAAC,EAAE,CAAC,kBAAkB,EAAE,KAAK,CAAC,CAAA;QAC3C,gBAAM,CAAC,MAAM,CAAC,EAAE,CAAC,qBAAqB,EAAE,GAAG,CAAC,CAAA;QAC5C,gBAAM,CAAC,MAAM,CAAC,EAAE,CAAC,kBAAkB,EAAE,GAAG,CAAC,CAAA;QAEzC,OAAO;YACL,gBAAM,CAAC,MAAM,CAAC,GAAG,CAAC,kBAAkB,EAAE,KAAK,CAAC,CAAA;YAC5C,gBAAM,CAAC,MAAM,CAAC,GAAG,CAAC,qBAAqB,EAAE,GAAG,CAAC,CAAA;YAC7C,gBAAM,CAAC,MAAM,CAAC,GAAG,CAAC,kBAAkB,EAAE,GAAG,CAAC,CAAA;QAC5C,CAAC,CAAA;IACH,CAAC,EAAE,EAAE,CAAC,CAAA;IAEN,IAAM,eAAe,GAAG,SAAS,IAAI,WAAW,CAAA;IAEhD,OAAO,CACL,2DAGG,QAAQ,GACR,CACJ,CAAA;AACH,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,68 +1,67 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "infinity-forge",
|
|
3
|
-
"version": "6.7.
|
|
4
|
-
"description": "codie Library",
|
|
5
|
-
"main": "./dist/index",
|
|
6
|
-
"module": "./dist/index",
|
|
7
|
-
"types": "./dist/index.d.ts",
|
|
8
|
-
"repository": {
|
|
9
|
-
"type": "git",
|
|
10
|
-
"url": "https://github.com/CodieDigital/codiedigital-library"
|
|
11
|
-
},
|
|
12
|
-
"scripts": {
|
|
13
|
-
"dev": "next -p 3053",
|
|
14
|
-
"deploy": "npm version patch && npm publish",
|
|
15
|
-
"next": "next build",
|
|
16
|
-
"start": "next start -p 3015",
|
|
17
|
-
"build": "tsc && tsc-alias --resolve-full-paths && npm run build:CSS",
|
|
18
|
-
"build:CSS": "npm run minify-css && node combine-css.ts && cpx \"src/**/*.css\" dist --watch",
|
|
19
|
-
"minify-css": "postcss src/**/*.css --use cssnano -d dist --no-map",
|
|
20
|
-
"swagger": "node ./dist/client/generate.js"
|
|
21
|
-
},
|
|
22
|
-
"peerDependencies": {
|
|
23
|
-
"react": ">=16"
|
|
24
|
-
},
|
|
25
|
-
"files": [
|
|
26
|
-
"dist",
|
|
27
|
-
"LICENSE",
|
|
28
|
-
"README.md"
|
|
29
|
-
],
|
|
30
|
-
"keywords": [
|
|
31
|
-
"react",
|
|
32
|
-
"typescript",
|
|
33
|
-
"awesome-project"
|
|
34
|
-
],
|
|
35
|
-
"author": "Codie Digital",
|
|
36
|
-
"license": "MIT",
|
|
37
|
-
"devDependencies": {
|
|
38
|
-
"@types/
|
|
39
|
-
"@types/react
|
|
40
|
-
"@types/
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"postcss
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
},
|
|
51
|
-
"dependencies": {
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"react": "19.0.0",
|
|
62
|
-
"react-
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "infinity-forge",
|
|
3
|
+
"version": "6.7.3",
|
|
4
|
+
"description": "codie Library",
|
|
5
|
+
"main": "./dist/index",
|
|
6
|
+
"module": "./dist/index",
|
|
7
|
+
"types": "./dist/index.d.ts",
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "https://github.com/CodieDigital/codiedigital-library"
|
|
11
|
+
},
|
|
12
|
+
"scripts": {
|
|
13
|
+
"dev": "next -p 3053",
|
|
14
|
+
"deploy": "npm version patch && npm publish",
|
|
15
|
+
"next": "next build",
|
|
16
|
+
"start": "next start -p 3015",
|
|
17
|
+
"build": "tsc && tsc-alias --resolve-full-paths && npm run build:CSS",
|
|
18
|
+
"build:CSS": "npm run minify-css && node combine-css.ts && cpx \"src/**/*.css\" dist --watch",
|
|
19
|
+
"minify-css": "postcss src/**/*.css --use cssnano -d dist --no-map",
|
|
20
|
+
"swagger": "node ./dist/client/generate.js"
|
|
21
|
+
},
|
|
22
|
+
"peerDependencies": {
|
|
23
|
+
"react": ">=16"
|
|
24
|
+
},
|
|
25
|
+
"files": [
|
|
26
|
+
"dist",
|
|
27
|
+
"LICENSE",
|
|
28
|
+
"README.md"
|
|
29
|
+
],
|
|
30
|
+
"keywords": [
|
|
31
|
+
"react",
|
|
32
|
+
"typescript",
|
|
33
|
+
"awesome-project"
|
|
34
|
+
],
|
|
35
|
+
"author": "Codie Digital",
|
|
36
|
+
"license": "MIT",
|
|
37
|
+
"devDependencies": {
|
|
38
|
+
"@types/node": "^22.8.1",
|
|
39
|
+
"@types/react": "^19.0.2",
|
|
40
|
+
"@types/react-dom": "^19.0.2",
|
|
41
|
+
"@types/styled-components": "^5.1.34",
|
|
42
|
+
"concurrently": "^9.1.1",
|
|
43
|
+
"copyfiles": "^2.4.1",
|
|
44
|
+
"cssnano": "^7.0.6",
|
|
45
|
+
"fs-extra": "^11.2.0",
|
|
46
|
+
"postcss": "^8.4.49",
|
|
47
|
+
"postcss-cli": "^11.0.0",
|
|
48
|
+
"tsc-alias": "^1.8.10",
|
|
49
|
+
"typescript": "^5.7.2"
|
|
50
|
+
},
|
|
51
|
+
"dependencies": {
|
|
52
|
+
"axios": "^1.7.9",
|
|
53
|
+
"cpx": "^1.5.0",
|
|
54
|
+
"formik": "^2.4.6",
|
|
55
|
+
"fs": "0.0.1-security",
|
|
56
|
+
"moment": "^2.30.1",
|
|
57
|
+
"next": "^15.1.6",
|
|
58
|
+
"node": "^22.13.0",
|
|
59
|
+
"quill": "^2.0.3",
|
|
60
|
+
"react": "19.0.0",
|
|
61
|
+
"react-dom": "19.0.0",
|
|
62
|
+
"react-select": "^5.9.0",
|
|
63
|
+
"styled-components": "^6.1.15",
|
|
64
|
+
"yup": "^1.6.1",
|
|
65
|
+
"zustand": "^5.0.2"
|
|
66
|
+
}
|
|
67
|
+
}
|