@korioinc/next-core 2.0.25 → 2.0.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.
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
interface JsonLdProps<T extends
|
|
1
|
+
import type { JsonLdObject, WithContext } from 'schema-dts';
|
|
2
|
+
interface JsonLdProps<T extends JsonLdObject | string> {
|
|
3
3
|
schema: WithContext<T>;
|
|
4
4
|
}
|
|
5
|
-
export declare function JsonLd<T extends
|
|
5
|
+
export declare function JsonLd<T extends JsonLdObject | string>({ schema }: JsonLdProps<T>): import("react/jsx-runtime").JSX.Element;
|
|
6
6
|
export {};
|
|
7
7
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/json-ld/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/json-ld/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AAE5D,UAAU,WAAW,CAAC,CAAC,SAAS,YAAY,GAAG,MAAM;IACnD,MAAM,EAAE,WAAW,CAAC,CAAC,CAAC,CAAC;CACxB;AAED,wBAAgB,MAAM,CAAC,CAAC,SAAS,YAAY,GAAG,MAAM,EAAE,EAAE,MAAM,EAAE,EAAE,WAAW,CAAC,CAAC,CAAC,2CASjF"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@korioinc/next-core",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.30",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
"./ads": {
|
|
@@ -63,39 +63,39 @@
|
|
|
63
63
|
],
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@headlessui/react": "^2.2.9",
|
|
66
|
-
"@lingui/conf": "^5.9.
|
|
67
|
-
"@lingui/core": "^5.9.
|
|
68
|
-
"@lingui/react": "^5.9.
|
|
66
|
+
"@lingui/conf": "^5.9.3",
|
|
67
|
+
"@lingui/core": "^5.9.3",
|
|
68
|
+
"@lingui/react": "^5.9.3",
|
|
69
69
|
"@tailwindcss/typography": "^0.5.19",
|
|
70
70
|
"@types/negotiator": "^0.6.4",
|
|
71
|
-
"@types/node": "^25.
|
|
71
|
+
"@types/node": "^25.5.0",
|
|
72
72
|
"@types/react": "^19.2.14",
|
|
73
73
|
"@types/react-dom": "^19.2.3",
|
|
74
|
-
"eslint": "^10.0
|
|
74
|
+
"eslint": "^10.1.0",
|
|
75
75
|
"next-themes": "^0.4.6",
|
|
76
76
|
"react": "^19.2.4",
|
|
77
77
|
"react-dom": "^19.2.4",
|
|
78
|
-
"tailwindcss": "^4.2.
|
|
78
|
+
"tailwindcss": "^4.2.2",
|
|
79
79
|
"tsc-alias": "^1.8.16",
|
|
80
80
|
"tw-animate-css": "^1.4.0",
|
|
81
81
|
"typescript": "^5.9.3",
|
|
82
|
-
"vitest": "^4.
|
|
83
|
-
"@korioinc/next-configs": "2.0.
|
|
82
|
+
"vitest": "^4.1.2",
|
|
83
|
+
"@korioinc/next-configs": "2.0.30"
|
|
84
84
|
},
|
|
85
85
|
"dependencies": {
|
|
86
86
|
"@floating-ui/react": "^0.27.19",
|
|
87
|
-
"@formatjs/intl-localematcher": "^0.8.
|
|
87
|
+
"@formatjs/intl-localematcher": "^0.8.2",
|
|
88
88
|
"clsx": "^2.1.1",
|
|
89
89
|
"cookies-next": "^6.1.1",
|
|
90
90
|
"cosmiconfig": "^9.0.1",
|
|
91
|
-
"jose": "^6.2.
|
|
91
|
+
"jose": "^6.2.2",
|
|
92
92
|
"localforage": "^1.10.0",
|
|
93
93
|
"negotiator": "^1.0.0",
|
|
94
94
|
"pretendard": "^1.3.9",
|
|
95
|
-
"schema-dts": "^
|
|
95
|
+
"schema-dts": "^2.0.0",
|
|
96
96
|
"tailwind-merge": "^3.5.0",
|
|
97
97
|
"valtio": "^2.3.1",
|
|
98
|
-
"@korioinc/next-conf": "2.0.
|
|
98
|
+
"@korioinc/next-conf": "2.0.30"
|
|
99
99
|
},
|
|
100
100
|
"publishConfig": {
|
|
101
101
|
"access": "public",
|
|
@@ -109,8 +109,8 @@
|
|
|
109
109
|
"author": "Korio Inc.",
|
|
110
110
|
"peerDependencies": {
|
|
111
111
|
"@headlessui/react": ">=2.2.0",
|
|
112
|
-
"@lingui/core": ">=5.9.
|
|
113
|
-
"@lingui/react": ">=5.9.
|
|
112
|
+
"@lingui/core": ">=5.9.3",
|
|
113
|
+
"@lingui/react": ">=5.9.3",
|
|
114
114
|
"next": ">=16.1.5",
|
|
115
115
|
"next-themes": ">=0.4.6",
|
|
116
116
|
"react": ">=19.2.4",
|