@trackunit/css-component-tokens 1.11.76 → 1.11.78

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/css-component-tokens",
3
- "version": "1.11.76",
3
+ "version": "1.11.78",
4
4
  "main": "./index.cjs.js",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -243,7 +243,6 @@ export declare const componentTokenDefinitions: {
243
243
  };
244
244
  };
245
245
  };
246
- export type ComponentTokenDefinitions = typeof componentTokenDefinitions;
247
246
  export type ComponentNames = keyof typeof componentTokenDefinitions;
248
247
  export type ComponentTokenNames<TComponent extends ComponentNames> = {
249
248
  [KeyTokenName in keyof (typeof componentTokenDefinitions)[TComponent][ThemeNames] & string]: KeyTokenName;