@woosmap/ui 3.103.0 → 3.104.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": "3.103.0",
3
+ "version": "3.104.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -87,7 +87,7 @@ Label.propTypes = {
87
87
  'traffic',
88
88
  undefined,
89
89
  ]),
90
- plan: PropTypes.oneOf(['free', 'standard', 'enterprise', undefined]),
90
+ plan: PropTypes.oneOf(['free', 'standard', 'enterprise', 'enterprise--free', undefined]),
91
91
  size: PropTypes.oneOf(['small', 'mini', 'nano', undefined]),
92
92
  privilege: PropTypes.oneOf(['superuser', 'staff', 'owner', 'co-owner', undefined]),
93
93
  round: PropTypes.bool,
@@ -85,6 +85,8 @@
85
85
  background-color $standard
86
86
  &--enterprise
87
87
  background-color $enterprise
88
+ &--free
89
+ background-color $enterprise-free
88
90
  &--superuser
89
91
  background-color $superuser
90
92
  &--staff
@@ -121,6 +121,7 @@ $co-owner = #6fbb8a
121
121
  $free = #72b3a7
122
122
  $standard = #4b7bd3
123
123
  $enterprise = #c3417d
124
+ $enterprise-free = #e6a64a
124
125
 
125
126
  // Alerts
126
127
  $success2 = #0eceaa// #0eceaa