@tramvai/tokens-core 2.73.0 → 2.74.0
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 -2
- package/package.json +2 -2
package/lib/index.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { PageAction } from './action';
|
|
2
2
|
export * from './action';
|
|
3
3
|
export * from './command';
|
|
4
4
|
export * from './bundle';
|
|
5
5
|
export declare const BUNDLE_LIST_TOKEN: any;
|
|
6
|
-
export declare const ACTIONS_LIST_TOKEN:
|
|
6
|
+
export declare const ACTIONS_LIST_TOKEN: PageAction[] & {
|
|
7
7
|
__type?: "base token" | undefined;
|
|
8
8
|
};
|
|
9
9
|
export declare const MODULES_LIST_TOKEN: any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tramvai/tokens-core",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.74.0",
|
|
4
4
|
"description": "Tramvai core tokens",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "lib/index.es.js",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"watch": "tsc -w"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@tramvai/types-actions-state-context": "2.
|
|
21
|
+
"@tramvai/types-actions-state-context": "2.74.0"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
24
|
"@tinkoff/dippy": "0.8.13",
|