@woosmap/ui 3.132.0 → 3.133.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.132.0",
3
+ "version": "3.133.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -124,11 +124,23 @@ $staff = #ec4a8e
124
124
  $owner = #4e6d94
125
125
  $co-owner = #6fbb8a
126
126
 
127
+ // Last activity
128
+ $lastActivityUser = #FDA78D
129
+ $lastActivityProject = #7FD897
130
+ $lastActivityTeam = #63BEE6
131
+ $lastActivitySecurity = #E66391
132
+ $lastActivityOrganisation = #6372E6
133
+
127
134
  // Plans
128
135
  $free = #72b3a7
129
136
  $standard = #4b7bd3
130
137
  Plan = #c3417d
131
138
 
139
+ // Progress Bar
140
+ $progressGreen = #0ECEAA
141
+ $progressOrange = #FF6A00
142
+ $progressRed = #FF3260
143
+
132
144
  // Alerts
133
145
  $success2 = rgba(14, 206, 170, 1)// #0eceaa
134
146