@woosmap/ui 3.70.0 → 3.71.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.70.0",
3
+ "version": "3.71.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -73,7 +73,6 @@
73
73
  .section--color7 &
74
74
  .section--color8 &
75
75
  border-color $dark50
76
- box-shadow 0 1.5rem 3rem $dark60
77
76
  &:not(.wcard--featured)
78
77
  flex-direction column
79
78
  .category
@@ -85,7 +84,7 @@
85
84
  font-size $cardTitle
86
85
  line-height $cardTitleLineHeight
87
86
  font-weight 600
88
- margin-bottom 0
87
+ margin-bottom $cardPadding
89
88
  min-height 7.8rem
90
89
  overflow hidden
91
90
  text-overflow ellipsis
@@ -93,6 +92,7 @@
93
92
  -webkit-line-clamp 3
94
93
  -webkit-box-orient vertical
95
94
  text-shadow none
95
+ overflow hidden
96
96
  .image-title
97
97
  max-width 16rem
98
98
  margin auto
@@ -103,6 +103,7 @@
103
103
  -webkit-line-clamp 3
104
104
  -webkit-box-orient vertical
105
105
  text-shadow none
106
+ overflow hidden
106
107
  &__header
107
108
  trans()
108
109
  height $cardHeaderHeight
@@ -115,6 +116,11 @@
115
116
  padding $cardPadding
116
117
  &__boxlink
117
118
  width 100%
119
+ &__link
120
+ .btn
121
+ width 100%
122
+ &__label
123
+ ellipsis()
118
124
  &--featured
119
125
  flex-grow 1
120
126
  justify-content center