@woosmap/ui 3.111.0 → 3.112.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.111.0",
3
+ "version": "3.112.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -28,27 +28,30 @@
28
28
  color $secondary60
29
29
  &.active
30
30
  background $primary6 url('../../images/texture.png')
31
-
32
31
  &__title
33
32
  ellipsis()
34
33
  font-weight 600
35
34
  margin-bottom .2rem
35
+ padding-right 2rem
36
+ min-width 0
36
37
  .inline &
37
38
  order 1
38
39
  margin-right 1.2rem
39
40
  margin-bottom 0
41
+ padding-right 0
40
42
  &__subtitle
43
+ ellipsis()
41
44
  font-size $fontSizeSmall
42
45
  color $secondary60
46
+ width 100%
47
+ min-width 0
43
48
  .inline &
44
49
  order 3
45
- ellipsis()
46
50
  margin-left auto
47
- white-space nowrap
48
51
  &__content
52
+ flexMiddle()
49
53
  margin-top auto
50
54
  padding-top 1rem
51
- flexMiddle()
52
55
  .disabled &
53
56
  opacity .5
54
57
  &__favorite