@woosmap/ui 3.131.0 → 3.132.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.131.0",
3
+ "version": "3.132.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -10,7 +10,7 @@ export default Story;
10
10
 
11
11
  const Template = () => (
12
12
  <div className="mbib flex-column">
13
- <Label closable color="color1" label="Label" />
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" />
@@ -111,4 +111,6 @@
111
111
  background-color $light
112
112
  color $secondary
113
113
  text-shadow none
114
- border .1rem solid $borderColor
114
+ border .1rem solid $borderColor
115
+ .icon
116
+ fill $secondary40
@@ -252,6 +252,10 @@
252
252
  &:hover
253
253
  .icon
254
254
  fill $light
255
+ .label.label--white &
256
+ &:hover
257
+ .icon
258
+ fill $secondary
255
259
  &.btn--icon
256
260
  padding 0
257
261
  text-decoration none
@@ -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 // rgba(107, 116, 147, 1) // #6B7493
59
- $secondary90 = rgba(60, 67, 89, .9) // rgba(107, 116, 147, .6)
60
- $secondary60 = rgba(60, 67, 89, .6) // rgba(107, 116, 147, .6)
61
- $secondary40 = rgba(60, 67, 89, .4) // rgba(107, 116, 147, .4)
62
- $secondary30 = rgba(60, 67, 89, .3) // rgba(107, 116, 147, .3)
63
- $secondary20 = rgba(60, 67, 89, .2) // rgba(107, 116, 147, .2)
64
- $secondary15 = rgba(60, 67, 89, .15) // rgba(107, 116, 147, .15)
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)