@woosmap/ui 3.131.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
|
@@ -10,7 +10,7 @@ export default Story;
|
|
|
10
10
|
|
|
11
11
|
const Template = () => (
|
|
12
12
|
<div className="mbib flex-column">
|
|
13
|
-
<Label closable color="
|
|
13
|
+
<Label closable color="white" label="Label" />
|
|
14
14
|
<Label closable size="small" label="Label small" />
|
|
15
15
|
<Label closable privilege="superuser" size="mini" label="Label mini" />
|
|
16
16
|
<Label closable privilege="staff" size="nano" label="Label nano" />
|
|
@@ -55,20 +55,28 @@ $primary1 = rgba(85, 134, 255, .01)
|
|
|
55
55
|
$primary-dark = #3A53BF
|
|
56
56
|
$primary-light = #88abff
|
|
57
57
|
|
|
58
|
-
$secondary = rgba(60, 67, 89, 1) // #3C4362
|
|
59
|
-
$secondary90 = rgba(60, 67, 89, .9)
|
|
60
|
-
$
|
|
61
|
-
$
|
|
62
|
-
$
|
|
63
|
-
$
|
|
64
|
-
$
|
|
58
|
+
$secondary = rgba(60, 67, 89, 1) // #3C4362
|
|
59
|
+
$secondary90 = rgba(60, 67, 89, .9)
|
|
60
|
+
$secondary80 = rgba(60, 67, 89, .8)
|
|
61
|
+
$secondary70 = rgba(60, 67, 89, .7)
|
|
62
|
+
$secondary60 = rgba(60, 67, 89, .6)
|
|
63
|
+
$secondary50 = rgba(60, 67, 89, .5)
|
|
64
|
+
$secondary40 = rgba(60, 67, 89, .4)
|
|
65
|
+
$secondary30 = rgba(60, 67, 89, .3)
|
|
66
|
+
$secondary20 = rgba(60, 67, 89, .2)
|
|
67
|
+
$secondary15 = rgba(60, 67, 89, .15)
|
|
68
|
+
$secondary10 = rgba(60, 67, 89, .10)
|
|
69
|
+
$secondary5 = rgba(60, 67, 89, .5)
|
|
65
70
|
|
|
66
71
|
|
|
67
72
|
$secondary-medium = rgba(106, 112, 127, 1) // #6A707F
|
|
73
|
+
$secondary-medium90 = rgba(106, 112, 127, .9)
|
|
68
74
|
$secondary-medium80 = rgba(106, 112, 127, .8)
|
|
75
|
+
$secondary-medium70 = rgba(106, 112, 127, .7)
|
|
69
76
|
$secondary-medium60 = rgba(106, 112, 127, .6)
|
|
70
77
|
$secondary-medium50 = rgba(106, 112, 127, .5)
|
|
71
78
|
$secondary-medium40 = rgba(106, 112, 127, .4)
|
|
79
|
+
$secondary-medium30 = rgba(106, 112, 127, .3)
|
|
72
80
|
$secondary-medium25 = rgba(106, 112, 127, .25)
|
|
73
81
|
$secondary-medium20 = rgba(106, 112, 127, .2)
|
|
74
82
|
$secondary-medium15 = rgba(106, 112, 127, .15)
|
|
@@ -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
|
|