@westayltd/design-tokens 0.3.4 → 0.3.5

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/colors.json CHANGED
@@ -159,7 +159,7 @@
159
159
  "secondary": "#757575",
160
160
  "tertiary": "#A9A9A9"
161
161
  },
162
- "borderColors": {
162
+ "borderColor": {
163
163
  "DEFAULT": "#E5E5E5",
164
164
  "dark": "#4D4D4D"
165
165
  }
package/dist/index.cjs CHANGED
@@ -186,7 +186,7 @@ var colors_default = {
186
186
  secondary: "#757575",
187
187
  tertiary: "#A9A9A9"
188
188
  },
189
- borderColors: {
189
+ borderColor: {
190
190
  DEFAULT: "#E5E5E5",
191
191
  dark: "#4D4D4D"
192
192
  }
package/dist/index.d.cts CHANGED
@@ -168,7 +168,7 @@ declare const tokens: {
168
168
  secondary: string;
169
169
  tertiary: string;
170
170
  };
171
- borderColors: {
171
+ borderColor: {
172
172
  DEFAULT: string;
173
173
  dark: string;
174
174
  };
package/dist/index.d.ts CHANGED
@@ -168,7 +168,7 @@ declare const tokens: {
168
168
  secondary: string;
169
169
  tertiary: string;
170
170
  };
171
- borderColors: {
171
+ borderColor: {
172
172
  DEFAULT: string;
173
173
  dark: string;
174
174
  };
package/dist/index.js CHANGED
@@ -160,7 +160,7 @@ var colors_default = {
160
160
  secondary: "#757575",
161
161
  tertiary: "#A9A9A9"
162
162
  },
163
- borderColors: {
163
+ borderColor: {
164
164
  DEFAULT: "#E5E5E5",
165
165
  dark: "#4D4D4D"
166
166
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@westayltd/design-tokens",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",