@woosmap/ui 3.134.0 → 3.135.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.134.0",
3
+ "version": "3.135.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -24,6 +24,10 @@ $coloredGradient1 = $logo3
24
24
  $coloredGradient2 = $logo6
25
25
  $coloredGradient3 = $logo8
26
26
 
27
+
28
+ $sideBarAdmin = #5b72b1
29
+ $contentSideBar = #f5f8ff
30
+
27
31
  // Main colors
28
32
 
29
33
  $primary = rgba(85, 134, 255, 1) // m
@@ -105,6 +109,41 @@ $favorite = #ffc200
105
109
 
106
110
  $modalBg = rgba(0, 11, 31, .85)
107
111
 
112
+
113
+ // Last activity
114
+ $lastActivityUser = #FDA78D
115
+ $lastActivityProject = #7FD897
116
+ $lastActivityTeam = #63BEE6
117
+ $lastActivitySecurity = #E66391
118
+ $lastActivityOrganisation = #6372E6
119
+
120
+ // Plans
121
+ $free = #72b3a7
122
+ $standard = #4b7bd3
123
+ Plan = #c3417d
124
+
125
+ // Project Security
126
+ $projectSecurityYellow = #ffa000
127
+ $projectSecurityOrange = #f4511e
128
+
129
+ // Chargebee modal
130
+ $chargebeeModal = #f4f5f9
131
+
132
+ // AdminUtm
133
+ $adminUtm = #dabe75
134
+
135
+ // Modal Stepper
136
+ $modalStepperError = #f4f5f9
137
+
138
+ // List checked
139
+ $listItemCheck = #2FBC73
140
+
141
+ // Progress Bar
142
+ $progressGreen = #0ECEAA
143
+ $progressOrange = #FF6A00
144
+ $progressRed = #FF3260
145
+
146
+
108
147
  // Labels
109
148
  $labelBlue = #52a6e2
110
149
  $labelMauve = #7d74c7
@@ -124,23 +124,6 @@ $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
-
134
- // Plans
135
- $free = #72b3a7
136
- $standard = #4b7bd3
137
- Plan = #c3417d
138
-
139
- // Progress Bar
140
- $progressGreen = #0ECEAA
141
- $progressOrange = #FF6A00
142
- $progressRed = #FF3260
143
-
144
127
  // Alerts
145
128
  $success2 = rgba(14, 206, 170, 1)// #0eceaa
146
129