@milestone-sys/web-design-system 3.8.1 → 3.8.2

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.list.js +1 -1
  2. package/package.json +1 -1
package/colors.list.js CHANGED
@@ -119,5 +119,5 @@ export const hexColors = [
119
119
  { name: 'RGBA 13', value: 'rgba(124, 139, 142, 0.5)' },
120
120
  { name: 'RGBA 14', value: 'rgba(255, 255, 255, 0.6)' },
121
121
  { name: 'RGBA 15', value: 'rgba(0, 0, 0, 0.2)' },
122
- { name: 'RGBA 16', value: 'rgba(0, 0, 0, 0.03)' },
122
+ { name: 'RGBA 16', value: 'rgba(0, 0, 0, 0.03)' }
123
123
  ]
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@milestone-sys/web-design-system",
3
3
  "description": "Milestone web design system",
4
- "version": "3.8.1",
4
+ "version": "3.8.2",
5
5
  "browserslist": "last 1 version, not dead, > 0.2%",
6
6
  "scripts": {
7
7
  "build": "webpack --config ./webpack.prod.js",