@autoguru/overdrive 4.3.0 → 4.3.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @autoguru/overdrive
2
2
 
3
+ ## 4.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 3b81bdc: Button: Fixes warning and information text colours
8
+
3
9
  ## 4.3.0
4
10
 
5
11
  ### Minor Changes
@@ -139,7 +139,7 @@ export const tokens = {
139
139
  mild: colours.yellow['100'],
140
140
  strong: colours.yellow['900'],
141
141
  },
142
- foreground: colours.yellow['200'],
142
+ foreground: white,
143
143
  border: colours.yellow['900'],
144
144
  },
145
145
  neutral: {
@@ -166,7 +166,7 @@ export const tokens = {
166
166
  mild: colours.blue['200'],
167
167
  strong: colours.blue['900'],
168
168
  },
169
- foreground: colours.blue['200'],
169
+ foreground: white,
170
170
  border: colours.blue['900'],
171
171
  },
172
172
  },
@@ -119,7 +119,7 @@ export const tokens = {
119
119
  mild: colours.yellow['100'],
120
120
  strong: colours.yellow['900'],
121
121
  },
122
- foreground: colours.yellow['200'],
122
+ foreground: white,
123
123
  border: colours.yellow['900'],
124
124
  },
125
125
  neutral: {
@@ -137,7 +137,7 @@ export const tokens = {
137
137
  mild: colours.green['100'],
138
138
  strong: colours.green['900'],
139
139
  },
140
- foreground: colours.green['200'],
140
+ foreground: white,
141
141
  border: colours.green['900'],
142
142
  },
143
143
  information: {
@@ -146,7 +146,7 @@ export const tokens = {
146
146
  mild: colours.blue['100'],
147
147
  strong: colours.blue['900'],
148
148
  },
149
- foreground: colours.blue['200'],
149
+ foreground: white,
150
150
  border: colours.blue['900'],
151
151
  },
152
152
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autoguru/overdrive",
3
- "version": "4.3.0",
3
+ "version": "4.3.1",
4
4
  "description": "Overdrive is a product component library, and design system for AutoGuru.",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",