@woosmap/ui 3.107.0 → 3.108.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.107.0",
3
+ "version": "3.108.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -7,6 +7,9 @@
7
7
  padding 1.6rem
8
8
  border .1rem solid $secondary20
9
9
  cursor pointer
10
+ .view-list &
11
+ flex-direction row
12
+ align-items center
10
13
  &:hover
11
14
  box-shadow 0 0 .6rem $secondary20
12
15
  border .1rem solid $secondary60
@@ -29,9 +32,18 @@
29
32
  &__title
30
33
  font-weight 600
31
34
  margin-bottom .2rem
35
+ .view-list &
36
+ ellipsis()
37
+ order 1
38
+ margin-right 1.2rem
39
+ margin-bottom 0
32
40
  &__subtitle
33
41
  font-size $fontSizeSmall
34
42
  color $secondary60
43
+ .view-list &
44
+ order 3
45
+ margin-left auto
46
+ white-space nowrap
35
47
  &__content
36
48
  margin-top auto
37
49
  padding-top 1rem
@@ -43,6 +55,14 @@
43
55
  right 1rem
44
56
  top 1.3rem
45
57
  fill $favorite
58
+ .view-list &
59
+ sq(1.8)
60
+ position unset
61
+ top unset
62
+ right unset
63
+ order 2
64
+ flex-shrink 0
65
+ margin-right 1.2rem
46
66
  .tooltip
47
67
  position relative
48
68
  $mr = -.2rem