@woosmap/ui 3.146.0 → 3.148.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.146.0",
3
+ "version": "3.148.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -36,7 +36,7 @@ const renderAsideContent = () => (
36
36
 
37
37
  const Template = () => (
38
38
  <div className="flex-column mbib--large">
39
- <Card asideContent={renderAsideContent()} orientation="vertical" size="small" product="INDOOR_MAPPING">
39
+ <Card asideContent={renderAsideContent()} orientation="vertical" size="small" product="INDOOR_MAP">
40
40
  <Card.Header>
41
41
  <h4 className="card__header__title">Geolocation API</h4>
42
42
  </Card.Header>
@@ -403,9 +403,9 @@ $showcases10 = rgba($showcases, .1)
403
403
  $showcasesDark = #444177
404
404
 
405
405
 
406
- $indoorMapping = #B7B38B
407
- $indoorMapping10 = rgba($indoorMapping, .1)
408
- $indoorMappingDark = #918C66
406
+ $indoorMap = #B7B38B
407
+ $indoorMap10 = rgba($indoorMap, .1)
408
+ $indoorMapDark = #918C66
409
409
 
410
410
  $indoorSearch = #DBC649
411
411
  $indoorSearch10 = rgba($indoorSearch, .1)