infinity-forge 6.0.1 → 6.0.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/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/hooks/index.d.ts +1 -0
- package/dist/ui/hooks/index.js +1 -0
- package/dist/ui/hooks/index.js.map +1 -1
- package/package.json +2 -2
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;
|
|
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;
|
|
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;
|
|
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;
|
|
57
57
|
} & import("react").RefAttributes<HTMLAnchorElement>>, keyof import("react").Component<any, {}, any>>;
|
package/dist/ui/hooks/index.d.ts
CHANGED
|
@@ -4,5 +4,6 @@ export * from './use-window.js';
|
|
|
4
4
|
export * from './use-scroll.js';
|
|
5
5
|
export * from './permitions/index.js';
|
|
6
6
|
export * from './use-window.js';
|
|
7
|
+
export * from './use-swagger/index.js';
|
|
7
8
|
export * from './use-element-id.js';
|
|
8
9
|
export * from './use-component-is-mounted.js';
|
package/dist/ui/hooks/index.js
CHANGED
|
@@ -20,6 +20,7 @@ __exportStar(require("./use-window.js"), exports);
|
|
|
20
20
|
__exportStar(require("./use-scroll.js"), exports);
|
|
21
21
|
__exportStar(require("./permitions/index.js"), exports);
|
|
22
22
|
__exportStar(require("./use-window.js"), exports);
|
|
23
|
+
__exportStar(require("./use-swagger/index.js"), exports);
|
|
23
24
|
__exportStar(require("./use-element-id.js"), exports);
|
|
24
25
|
__exportStar(require("./use-component-is-mounted.js"), exports);
|
|
25
26
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/ui/hooks/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA2B;AAC3B,8CAA2B;AAC3B,+CAA4B;AAC5B,+CAA4B;AAC5B,+CAA4B;AAC5B,+CAA4B;AAC5B,mDAAgC;AAChC,6DAA0C"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/ui/hooks/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA2B;AAC3B,8CAA2B;AAC3B,+CAA4B;AAC5B,+CAA4B;AAC5B,+CAA4B;AAC5B,+CAA4B;AAC5B,gDAA6B;AAC7B,mDAAgC;AAChC,6DAA0C"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "infinity-forge",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.3",
|
|
4
4
|
"description": "codie Library",
|
|
5
5
|
"main": "./dist/index",
|
|
6
6
|
"module": "./dist/index",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"formik": "^2.4.6",
|
|
58
58
|
"lodash": "^4.17.21",
|
|
59
59
|
"moment": "^2.30.1",
|
|
60
|
-
"next": "^
|
|
60
|
+
"next": "^14.2.3",
|
|
61
61
|
"react": "19.0.0",
|
|
62
62
|
"react-date-picker": "^11.0.0",
|
|
63
63
|
"react-dom": "19.0.0",
|