infinity-forge 6.0.2 → 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
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/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",
|