@westayltd/design-tokens 0.3.1 → 0.3.3

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.
Files changed (2) hide show
  1. package/colors.json +15 -20
  2. package/package.json +1 -1
package/colors.json CHANGED
@@ -88,14 +88,15 @@
88
88
  "100": "#F7EEDD"
89
89
  },
90
90
  "link": {
91
- "800": "#255965",
92
- "700": "#246B7A",
93
- "600": "#258495",
94
- "500": "#2CAFBE",
95
- "400": "#45C0CB",
96
- "300": "#80D9E0",
97
- "200": "#B4E9ED",
98
- "100": "#D7F4F6"
91
+ "800": "#204CAD",
92
+ "700": "#1F5ED6",
93
+ "600": "#2774E9",
94
+ "500": "#3D92F4",
95
+ "400": "#62B1F8",
96
+ "300": "#94CDFC",
97
+ "200": "#C0E0FD",
98
+ "100": "#DBEDFE",
99
+ "50": "#EFF7FF"
99
100
  },
100
101
  "paleSteel": {
101
102
  "800": "#202236",
@@ -107,17 +108,6 @@
107
108
  "200": "#E8E8ED",
108
109
  "100": "#F9F9FB"
109
110
  },
110
- "label": {
111
- "800": "#204CAD",
112
- "700": "#1F5ED6",
113
- "600": "#2774E9",
114
- "500": "#3D92F4",
115
- "400": "#62B1F8",
116
- "300": "#94CDFC",
117
- "200": "#C0E0FD",
118
- "100": "#DBEDFE",
119
- "50": "#EFF7FF"
120
- },
121
111
  "loyalty": {
122
112
  "900": "#482B54",
123
113
  "800": "#5F3672",
@@ -168,8 +158,13 @@
168
158
  "body": "#4D4D4D",
169
159
  "secondary": "#757575",
170
160
  "tertiary": "#A9A9A9"
161
+ },
162
+ "borderColors": {
163
+ "DEFAULT": "#E5E5E5",
164
+ "dark": "#4D4D4D"
171
165
  }
172
166
  },
167
+
173
168
  "dark": {
174
169
  "surface": {
175
170
  "bg": "#0B0B0C",
@@ -182,4 +177,4 @@
182
177
  "muted": "#9CA3AF"
183
178
  }
184
179
  }
185
- }
180
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@westayltd/design-tokens",
3
- "version": "0.3.1",
3
+ "version": "0.3.3",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",