@woosmap/ui 3.157.0 → 3.159.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.157.0",
3
+ "version": "3.159.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -139,9 +139,9 @@ class Aside extends Component {
139
139
  src={productImgSq[product.id]}
140
140
  alt={product.name}
141
141
  />
142
- <div>
143
- <div className="card__aside__list__item__title mb--5">{product.name}</div>
144
- <div>{children}</div>
142
+ <div className="card__aside__list__item__section">
143
+ <div className="card__aside__list__item__section__title">{product.name}</div>
144
+ <div className="card__aside__list__item__section__item">{children}</div>
145
145
  </div>
146
146
  </li>
147
147
  </ul>
@@ -123,9 +123,12 @@
123
123
  &__image
124
124
  sq(3)
125
125
  br()
126
- &__title
127
- font-weight 600
128
- font-size $fontSize
126
+ &__section
127
+ width 100%
128
+ &__title
129
+ font-weight 600
130
+ font-size $fontSize
131
+ margin-bottom .5rem
129
132
  &__footer
130
133
  color $dark40
131
134
  &--small
@@ -81,7 +81,7 @@
81
81
  background-color $traffic
82
82
  &--INDOOR_MAP
83
83
  &--indoor_map
84
- background-color $indoorMapping
84
+ background-color $indoorMap
85
85
  &--INDOOR_SEARCH
86
86
  &--indoor_search
87
87
  background-color $indoorSearch