@tramvai/tokens-core 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/action.d.ts CHANGED
@@ -1 +1,2 @@
1
1
  export { ActionConditionsParameters, ActionParameters, Action, TramvaiAction, TramvaiActionContext, TramvaiActionDefinition, ActionContext, ACTION_PARAMETERS, PageAction, } from '@tramvai/types-actions-state-context';
2
+ //# sourceMappingURL=action.d.ts.map
package/lib/bundle.d.ts CHANGED
@@ -17,3 +17,4 @@ export interface Bundle {
17
17
  export type BundleImport = () => Promise<{
18
18
  default: Bundle;
19
19
  }>;
20
+ //# sourceMappingURL=bundle.d.ts.map
package/lib/command.d.ts CHANGED
@@ -47,3 +47,4 @@ export declare const commandLineListTokens: {
47
47
  __type?: "multi token" | undefined;
48
48
  };
49
49
  };
50
+ //# sourceMappingURL=command.d.ts.map
package/lib/index.d.ts CHANGED
@@ -13,3 +13,4 @@ export declare const APP_INFO_TOKEN: {
13
13
  } & {
14
14
  __type?: "base token" | undefined;
15
15
  };
16
+ //# sourceMappingURL=index.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/tokens-core",
3
- "version": "2.150.0",
3
+ "version": "2.150.1",
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.150.0"
21
+ "@tramvai/types-actions-state-context": "2.150.1"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "@tinkoff/dippy": "0.8.16",