@woosmap/ui 3.153.0 → 3.155.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.153.0",
3
+ "version": "3.155.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -119,7 +119,7 @@ class Aside extends Component {
119
119
  <li className="card__aside__list__item">
120
120
  <img
121
121
  className="card__aside__list__item__image"
122
- src={productImg[product.id]}
122
+ src={productImgSq[product.id]}
123
123
  alt={product.name}
124
124
  />
125
125
  <span className="card__aside__list__item__title">{product.name}</span>
@@ -136,7 +136,7 @@ class Aside extends Component {
136
136
  <li className="card__aside__list__item">
137
137
  <img
138
138
  className="card__aside__list__item__image"
139
- src={productImg[product.id]}
139
+ src={productImgSq[product.id]}
140
140
  alt={product.name}
141
141
  />
142
142
  <div>
@@ -155,7 +155,7 @@ class Aside extends Component {
155
155
  <li className="card__aside__list__item">
156
156
  <img
157
157
  className="card__aside__list__item__image"
158
- src={productImg[product.id]}
158
+ src={productImgSq[product.id]}
159
159
  alt={product.name}
160
160
  />
161
161
  <span className="card__aside__list__item__title">{product.name}</span>
@@ -58,7 +58,7 @@
58
58
  .card
59
59
  &__img
60
60
  &__icon
61
- border-radius .6rem 0 0 .6rem
61
+ border-radius .5rem 0 0 .5rem
62
62
  &:hover
63
63
  box-shadow 0 0 .6rem $secondary20
64
64
  border .1rem solid $secondary40
@@ -79,6 +79,15 @@
79
79
  &--TRAFFIC
80
80
  &--traffic
81
81
  background-color $traffic
82
+ &--INDOOR_MAPPING
83
+ &--indoor_mapping
84
+ background-color $indoorMapping
85
+ &--INDOOR_SEARCH
86
+ &--indoor_search
87
+ background-color $indoorSearch
88
+ &--INDOOR_DISTANCE
89
+ &--indoor_distance
90
+ background-color $indoorDistance
82
91
  &--free
83
92
  background-color $free
84
93
  &--standard
@@ -194,6 +194,12 @@
194
194
  tooltipProduct($merchant)
195
195
  &--traffic
196
196
  tooltipProduct($traffic)
197
+ &--indoor_mapping
198
+ tooltipProduct($indoorMapping)
199
+ &--indoor_search
200
+ tooltipProduct($indoorSearch)
201
+ &--indoor_distance
202
+ tooltipProduct($indoorDistance)
197
203
 
198
204
  @media screen and (max-width 720px)
199
205
  .tooltip