@leav/ui 1.7.0-7134799e → 1.7.0-80df764b
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,2 +1,2 @@
|
|
|
1
|
-
export declare const getEmbeddedFields: (depth?: number) =>
|
|
1
|
+
export declare const getEmbeddedFields: (depth?: number) => any;
|
|
2
2
|
export declare const getAttributeWithEmbeddedFields: (depth: number) => import("graphql").DocumentNode;
|
|
@@ -8,6 +8,4 @@ export declare const getExtendedAttributeDiffs: (extendedValueBefore: unknown |
|
|
|
8
8
|
before: string | null;
|
|
9
9
|
after: string | null;
|
|
10
10
|
}>;
|
|
11
|
-
export declare const getExtendedAttributeLabels: (path: string,
|
|
12
|
-
embeddedFields: IEmbeddedField[], // root embedded fields
|
|
13
|
-
lang: string[], unknownAttributeLabel: string) => string[];
|
|
11
|
+
export declare const getExtendedAttributeLabels: (path: string, embeddedFields: IEmbeddedField[], lang: string[], unknownAttributeLabel: string) => string[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@leav/ui",
|
|
3
|
-
"version": "1.7.0-
|
|
3
|
+
"version": "1.7.0-80df764b",
|
|
4
4
|
"description": "Shared React components and hooks",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"prepublishOnly": "yarn build",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"react-router-dom": "6.22.0",
|
|
58
58
|
"ts-jest": "29.4.6",
|
|
59
59
|
"tsc-alias": "1.8.16",
|
|
60
|
-
"typescript": "5.
|
|
60
|
+
"typescript": "5.5.3",
|
|
61
61
|
"vite": "7.3.1"
|
|
62
62
|
},
|
|
63
63
|
"peerDependencies": {
|