ordering-ui-react-native 0.14.72 → 0.14.73

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": "ordering-ui-react-native",
3
- "version": "0.14.72",
3
+ "version": "0.14.73",
4
4
  "description": "Reusable components made in react native",
5
5
  "main": "src/index.tsx",
6
6
  "author": "ordering.inc",
@@ -30,6 +30,9 @@ import { ProductOptionSubOption } from './src/components/ProductOptionSubOption'
30
30
  import PromoCard from './src/components/PromoCard'
31
31
  import QuantityControl from './src/components/QuantityControl'
32
32
  import { UpsellingProducts } from './src/components/UpsellingProducts'
33
+ import { BusinessController } from './src/components/BusinessController'
34
+ import { BusinessesListing } from './src/components/BusinessesListing'
35
+ import { LogoutButton } from './src/components/LogoutButton'
33
36
 
34
37
  import {
35
38
  OAlert,
@@ -95,6 +98,9 @@ export {
95
98
  PromoCard,
96
99
  QuantityControl,
97
100
  UpsellingProducts,
101
+ BusinessController,
102
+ BusinessesListing,
103
+ LogoutButton,
98
104
  OAlert,
99
105
  OBottomPopup,
100
106
  OButton,