@woosmap/ui 4.183.0 → 4.184.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": "4.183.0",
3
+ "version": "4.184.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -155,7 +155,7 @@ class Aside extends Component {
155
155
  wrap
156
156
  text={tr(
157
157
  '{{name}} add-on not included in the 10k Free queries/month. Usage is chargeable from the first request.',
158
- { name: product.name }
158
+ { name: product.name },
159
159
  )}
160
160
  >
161
161
  <div className="card__aside__list__item__section__paying-label">
@@ -274,7 +274,7 @@ class Card extends Component {
274
274
  `card--${product.toLowerCase()}`,
275
275
  className,
276
276
  { active },
277
- { 'card--list': isList }
277
+ { 'card--list': isList },
278
278
  )}
279
279
  {...rest}
280
280
  onClick={onClick}