@woosmap/ui 4.16.0 → 4.17.0

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": "@woosmap/ui",
3
- "version": "4.16.0",
3
+ "version": "4.17.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -74,8 +74,8 @@ Label.propTypes = {
74
74
  label: PropTypes.string,
75
75
  testId: PropTypes.string,
76
76
  color: PropTypes.oneOf([
77
- 'bleu',
78
- 'lightbleu',
77
+ 'blue',
78
+ 'lightblue',
79
79
  'mauve',
80
80
  'lightmauve',
81
81
  'green',
@@ -145,8 +145,8 @@ $progressRed = #FF3260
145
145
 
146
146
 
147
147
  // Labels
148
- $labelBlue = #c6e5f4
149
- $labelLightBlue = #52a6e2
148
+ $labelBlue = #52a6e2
149
+ $labelLightBlue = #c6e5f4
150
150
 
151
151
  $labelMauve = #7d74c7
152
152
  $labelLightMauve = #dbd9ff