@tramvai/tokens-child-app 2.150.0 → 2.150.1
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/lib/index.d.ts +2 -1
- package/lib/types.d.ts +1 -0
- package/package.json +4 -4
package/lib/index.d.ts
CHANGED
|
@@ -85,7 +85,7 @@ export declare const CHILD_APP_INTERNAL_ACTION_TOKEN: (((context: import("@tramv
|
|
|
85
85
|
__type?: "multi token" | undefined;
|
|
86
86
|
}) | (TramvaiAction<any[], any, any> & {
|
|
87
87
|
__type?: "multi token" | undefined;
|
|
88
|
-
}) | ((Action
|
|
88
|
+
}) | ((Action | TramvaiAction<any[], any, any>)[] & {
|
|
89
89
|
__type?: "multi token" | undefined;
|
|
90
90
|
});
|
|
91
91
|
/**
|
|
@@ -181,3 +181,4 @@ export declare const CHILD_APP_INTERNAL_RENDER_TOKEN: (import("react").Component
|
|
|
181
181
|
}) | (import("react").FunctionComponent<WrapperProps<any>> & {
|
|
182
182
|
__type?: "base token" | undefined;
|
|
183
183
|
});
|
|
184
|
+
//# sourceMappingURL=index.d.ts.map
|
package/lib/types.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tramvai/tokens-child-app",
|
|
3
|
-
"version": "2.150.
|
|
3
|
+
"version": "2.150.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"@tinkoff/dippy": "0.8.16",
|
|
24
|
-
"@tramvai/core": "2.150.
|
|
25
|
-
"@tramvai/state": "2.150.
|
|
26
|
-
"@tramvai/tokens-common": "2.150.
|
|
24
|
+
"@tramvai/core": "2.150.1",
|
|
25
|
+
"@tramvai/state": "2.150.1",
|
|
26
|
+
"@tramvai/tokens-common": "2.150.1",
|
|
27
27
|
"react": ">=16.14.0"
|
|
28
28
|
},
|
|
29
29
|
"module": "lib/index.es.js"
|