@shoutem/ui 8.2.1-rc.0 → 8.2.1

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.
@@ -5,7 +5,6 @@ import addFriend from './add-friend.svg';
5
5
  import addToCart from './add-to-cart.svg';
6
6
  import addToFavoritesOff from './add-to-favorites-off.svg';
7
7
  import addToFavoritesOn from './add-to-favorites-on.svg';
8
- import addToShoppingCart from './add-to-shopping-cart.svg';
9
8
  import address from './address.svg';
10
9
  import attachMedia from './attach-media.svg';
11
10
  import back from './back.svg';
@@ -136,7 +135,6 @@ export const defaultConfig = [
136
135
  { name: 'add-event', icon: addEvent },
137
136
  { name: 'add-friend', icon: addFriend },
138
137
  { name: 'add-to-cart', icon: addToCart },
139
- { name: 'add-to-shopping-cart', icon: addToShoppingCart },
140
138
  { name: 'add-to-favorites-off', icon: addToFavoritesOff },
141
139
  { name: 'add-to-favorites-on', icon: addToFavoritesOn },
142
140
  { name: 'address', icon: address },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shoutem/ui",
3
- "version": "8.2.1-rc.0",
3
+ "version": "8.2.1",
4
4
  "description": "Styleable set of components for React Native applications",
5
5
  "scripts": {
6
6
  "lint": "eslint .",
@@ -1 +0,0 @@
1
- <?xml version="1.0" ?><svg height="48" viewBox="0 0 48 48" width="48" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h48v48H0zm36.62 12L31.1 22z" fill="none"/><path d="M22 18h4v-6h6V8h-6V2h-4v6h-6v4h6v6zm-8 18c-2.21 0-3.98 1.79-3.98 4s1.77 4 3.98 4 4-1.79 4-4-1.79-4-4-4zm20 0c-2.21 0-3.98 1.79-3.98 4s1.77 4 3.98 4 4-1.79 4-4-1.79-4-4-4zm-19.65-6.5c0-.09.02-.17.06-.24l1.8-3.26h14.9c1.5 0 2.81-.83 3.5-2.06l7.72-14.02L38.83 8h-.01l-2.21 4-5.51 10H17.07l-.26-.54L12.32 12l-1.9-4-1.89-4H2v4h4l7.2 15.17-2.71 4.9c-.31.58-.49 1.23-.49 1.93 0 2.21 1.79 4 4 4h24v-4H14.85c-.28 0-.5-.22-.5-.5z"/></svg>