@trackunit/css-component-tokens 1.11.45 → 1.11.46

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.45",
3
+ "version": "1.11.46",
4
4
  "main": "./index.cjs.js",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -1,4 +1,4 @@
1
- export declare const BaseInputTokenDefinition: {
1
+ declare const BaseInputTokenDefinition: {
2
2
  readonly DEFAULT: {
3
3
  readonly border: {
4
4
  readonly borderRadius: "var(--radius-lg)";
@@ -32,4 +32,3 @@ export declare const ButtonTokenDefinition: {
32
32
  };
33
33
  };
34
34
  };
35
- export default ButtonTokenDefinition;
@@ -48,4 +48,3 @@ export declare const CardTokenDefinition: {
48
48
  };
49
49
  };
50
50
  };
51
- export default CardTokenDefinition;
@@ -1,4 +1,4 @@
1
- export declare const FormGroupTokenDefinition: {
1
+ declare const FormGroupTokenDefinition: {
2
2
  readonly DEFAULT: {
3
3
  readonly gap: {
4
4
  readonly display: "auto";
@@ -1,4 +1,4 @@
1
- export declare const PopoverTokenDefinition: {
1
+ declare const PopoverTokenDefinition: {
2
2
  readonly DEFAULT: {
3
3
  readonly border: {
4
4
  readonly borderRadius: "var(--radius-DEFAULT)";
@@ -1,4 +1,4 @@
1
- export declare const PopoverListItemTokenDefinition: {
1
+ declare const PopoverListItemTokenDefinition: {
2
2
  readonly DEFAULT: {
3
3
  readonly border: {
4
4
  readonly borderRadius: "var(--radius-DEFAULT)";
@@ -80,4 +80,3 @@ export declare const SearchTokenDefinition: {
80
80
  };
81
81
  };
82
82
  };
83
- export default SearchTokenDefinition;