@trackunit/ui-design-tokens 1.11.43 → 1.11.45

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/ui-design-tokens",
3
- "version": "1.11.43",
3
+ "version": "1.11.45",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -1,5 +0,0 @@
1
- /**
2
- * Reads the value of the CSS custom Property.
3
- * ATTENTION: For colors use getHEX
4
- */
5
- export declare function getValuesFromDesignToken(designToken: string | number): string | number;