@woosmap/ui 4.199.0 → 4.200.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.199.0",
3
+ "version": "4.200.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -215,6 +215,7 @@ import { ReactComponent as StoreGog } from '../../icons/store-cog.svg';
215
215
  import { ReactComponent as StoreInfo } from '../../icons/store-info.svg';
216
216
  import { ReactComponent as CaretRight } from '../../icons/caret-right.svg';
217
217
  import { ReactComponent as CaretBottom } from '../../icons/caret-bottom.svg';
218
+ import { ReactComponent as CaretTop } from '../../icons/caret-top.svg';
218
219
 
219
220
  import { ReactComponent as Stores } from '../../icons/stores.svg';
220
221
  import { ReactComponent as Traffic } from '../../icons/traffic.svg';
@@ -250,6 +251,7 @@ const WebsiteIcons = {
250
251
  care: Care,
251
252
  'caret-right': CaretRight,
252
253
  'caret-bottom': CaretBottom,
254
+ 'caret-top': CaretTop,
253
255
  cars: Cars,
254
256
  'call-to-action': CallToAction,
255
257
  cb: Cb,