@trackunit/css-component-tokens 1.11.75 → 1.11.77
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
|
@@ -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;
|