ordering-ui-external 1.1.3 → 1.1.4
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/_bundles/{0.ordering-ui.6d646b995521e7aa65da.js → 0.ordering-ui.06b1a9bfaf9d2abe2a7e.js} +0 -0
- package/_bundles/{1.ordering-ui.6d646b995521e7aa65da.js → 1.ordering-ui.06b1a9bfaf9d2abe2a7e.js} +0 -0
- package/_bundles/{3.ordering-ui.6d646b995521e7aa65da.js → 3.ordering-ui.06b1a9bfaf9d2abe2a7e.js} +0 -0
- package/_bundles/{4.ordering-ui.6d646b995521e7aa65da.js → 4.ordering-ui.06b1a9bfaf9d2abe2a7e.js} +0 -0
- package/_bundles/{5.ordering-ui.6d646b995521e7aa65da.js → 5.ordering-ui.06b1a9bfaf9d2abe2a7e.js} +0 -0
- package/_bundles/{6.ordering-ui.6d646b995521e7aa65da.js → 6.ordering-ui.06b1a9bfaf9d2abe2a7e.js} +0 -0
- package/_bundles/{7.ordering-ui.6d646b995521e7aa65da.js → 7.ordering-ui.06b1a9bfaf9d2abe2a7e.js} +1 -1
- package/_bundles/{7.ordering-ui.6d646b995521e7aa65da.js.LICENSE.txt → 7.ordering-ui.06b1a9bfaf9d2abe2a7e.js.LICENSE.txt} +0 -0
- package/_bundles/{8.ordering-ui.6d646b995521e7aa65da.js → 8.ordering-ui.06b1a9bfaf9d2abe2a7e.js} +0 -0
- package/_bundles/{9.ordering-ui.6d646b995521e7aa65da.js → 9.ordering-ui.06b1a9bfaf9d2abe2a7e.js} +0 -0
- package/_bundles/{ordering-ui.6d646b995521e7aa65da.js → ordering-ui.06b1a9bfaf9d2abe2a7e.js} +2 -2
- package/_bundles/{ordering-ui.6d646b995521e7aa65da.js.LICENSE.txt → ordering-ui.06b1a9bfaf9d2abe2a7e.js.LICENSE.txt} +0 -0
- package/_modules/index.js +8 -0
- package/_modules/themes/five/index.js +40 -0
- package/_modules/themes/six/index.js +8 -0
- package/package.json +1 -1
- package/src/index.js +2 -0
- package/src/themes/five/index.js +10 -0
- package/src/themes/six/index.js +2 -0
|
File without changes
|
package/_modules/index.js
CHANGED
|
@@ -549,6 +549,12 @@ Object.defineProperty(exports, "SearchBar", {
|
|
|
549
549
|
return _SearchBar.SearchBar;
|
|
550
550
|
}
|
|
551
551
|
});
|
|
552
|
+
Object.defineProperty(exports, "SearchProducts", {
|
|
553
|
+
enumerable: true,
|
|
554
|
+
get: function get() {
|
|
555
|
+
return _SearchProducts.SearchProducts;
|
|
556
|
+
}
|
|
557
|
+
});
|
|
552
558
|
Object.defineProperty(exports, "Select", {
|
|
553
559
|
enumerable: true,
|
|
554
560
|
get: function get() {
|
|
@@ -1020,6 +1026,8 @@ var _SmsLogin = require("./components/SmsLogin");
|
|
|
1020
1026
|
|
|
1021
1027
|
var _AppleLogin = require("./components/AppleLogin");
|
|
1022
1028
|
|
|
1029
|
+
var _SearchProducts = require("./components/RenderProductsLayout/SearchProducts");
|
|
1030
|
+
|
|
1023
1031
|
var _ThemeContext = require("./contexts/ThemeContext");
|
|
1024
1032
|
|
|
1025
1033
|
var _useOnlineStatus = require("./hooks/useOnlineStatus");
|
|
@@ -315,6 +315,12 @@ Object.defineProperty(exports, "MomentControl", {
|
|
|
315
315
|
return _MomentControl.MomentControl;
|
|
316
316
|
}
|
|
317
317
|
});
|
|
318
|
+
Object.defineProperty(exports, "MultiCartsPaymethodsAndWallets", {
|
|
319
|
+
enumerable: true,
|
|
320
|
+
get: function get() {
|
|
321
|
+
return _MultiCartsPaymethodsAndWallets.MultiCartsPaymethodsAndWallets;
|
|
322
|
+
}
|
|
323
|
+
});
|
|
318
324
|
Object.defineProperty(exports, "MultiCheckout", {
|
|
319
325
|
enumerable: true,
|
|
320
326
|
get: function get() {
|
|
@@ -459,6 +465,18 @@ Object.defineProperty(exports, "ProductOptionSubOption", {
|
|
|
459
465
|
return _ProductOptionSubOption.ProductOptionSubOption;
|
|
460
466
|
}
|
|
461
467
|
});
|
|
468
|
+
Object.defineProperty(exports, "ProfessionalFilter", {
|
|
469
|
+
enumerable: true,
|
|
470
|
+
get: function get() {
|
|
471
|
+
return _ProfessionalFilter.ProfessionalFilter;
|
|
472
|
+
}
|
|
473
|
+
});
|
|
474
|
+
Object.defineProperty(exports, "ProfessionalProfile", {
|
|
475
|
+
enumerable: true,
|
|
476
|
+
get: function get() {
|
|
477
|
+
return _ProfessionalProfile.ProfessionalProfile;
|
|
478
|
+
}
|
|
479
|
+
});
|
|
462
480
|
Object.defineProperty(exports, "ProfileOptions", {
|
|
463
481
|
enumerable: true,
|
|
464
482
|
get: function get() {
|
|
@@ -513,12 +531,24 @@ Object.defineProperty(exports, "SearchBar", {
|
|
|
513
531
|
return _SearchBar.SearchBar;
|
|
514
532
|
}
|
|
515
533
|
});
|
|
534
|
+
Object.defineProperty(exports, "SearchProducts", {
|
|
535
|
+
enumerable: true,
|
|
536
|
+
get: function get() {
|
|
537
|
+
return _SearchProducts.SearchProducts;
|
|
538
|
+
}
|
|
539
|
+
});
|
|
516
540
|
Object.defineProperty(exports, "Select", {
|
|
517
541
|
enumerable: true,
|
|
518
542
|
get: function get() {
|
|
519
543
|
return _Select.Select;
|
|
520
544
|
}
|
|
521
545
|
});
|
|
546
|
+
Object.defineProperty(exports, "ServiceForm", {
|
|
547
|
+
enumerable: true,
|
|
548
|
+
get: function get() {
|
|
549
|
+
return _ServiceForm.ServiceForm;
|
|
550
|
+
}
|
|
551
|
+
});
|
|
522
552
|
Object.defineProperty(exports, "SessionsList", {
|
|
523
553
|
enumerable: true,
|
|
524
554
|
get: function get() {
|
|
@@ -818,6 +848,16 @@ var _ReviewDriver = require("./src/components/ReviewDriver");
|
|
|
818
848
|
|
|
819
849
|
var _ReviewProduct = require("./src/components/ReviewProduct");
|
|
820
850
|
|
|
851
|
+
var _ServiceForm = require("./src/components/ServiceForm");
|
|
852
|
+
|
|
853
|
+
var _ProfessionalFilter = require("./src/components/ProfessionalFilter");
|
|
854
|
+
|
|
855
|
+
var _SearchProducts = require("./src/components/SearchProducts");
|
|
856
|
+
|
|
857
|
+
var _MultiCartsPaymethodsAndWallets = require("./src/components/MultiCartsPaymethodsAndWallets");
|
|
858
|
+
|
|
859
|
+
var _ProfessionalProfile = require("./src/components/ProfessionalProfile");
|
|
860
|
+
|
|
821
861
|
var _Buttons = require("./src/styles/Buttons");
|
|
822
862
|
|
|
823
863
|
var _Inputs = require("./src/styles/Inputs");
|
|
@@ -297,6 +297,12 @@ Object.defineProperty(exports, "SearchBar", {
|
|
|
297
297
|
return _SearchBar.SearchBar;
|
|
298
298
|
}
|
|
299
299
|
});
|
|
300
|
+
Object.defineProperty(exports, "SearchProducts", {
|
|
301
|
+
enumerable: true,
|
|
302
|
+
get: function get() {
|
|
303
|
+
return _SearchProducts.SearchProducts;
|
|
304
|
+
}
|
|
305
|
+
});
|
|
300
306
|
Object.defineProperty(exports, "Select", {
|
|
301
307
|
enumerable: true,
|
|
302
308
|
get: function get() {
|
|
@@ -478,6 +484,8 @@ var _AppleLogin = require("./src/components/AppleLogin");
|
|
|
478
484
|
|
|
479
485
|
var _SmsLogin = require("./src/components/SmsLogin");
|
|
480
486
|
|
|
487
|
+
var _SearchProducts = require("./src/components/BusinessProductsListing/SearchProducts");
|
|
488
|
+
|
|
481
489
|
var _Inputs = require("./src/styles/Inputs");
|
|
482
490
|
|
|
483
491
|
var _Select = require("./src/styles/Select");
|
package/package.json
CHANGED
package/src/index.js
CHANGED
|
@@ -92,6 +92,7 @@ import { VerticalOrdersLayout } from './components/VerticalOrdersLayout'
|
|
|
92
92
|
import { GoogleLoginButton } from './components/GoogleLogin'
|
|
93
93
|
import { SmsLoginButton } from './components/SmsLogin'
|
|
94
94
|
import { AppleLogin } from './components/AppleLogin'
|
|
95
|
+
import { SearchProducts } from './components/RenderProductsLayout/SearchProducts'
|
|
95
96
|
|
|
96
97
|
import { ThemeContext, ThemeProvider, useTheme } from './contexts/ThemeContext'
|
|
97
98
|
import { useOnlineStatus } from './hooks/useOnlineStatus'
|
|
@@ -210,6 +211,7 @@ export {
|
|
|
210
211
|
ReviewDriver,
|
|
211
212
|
RenderProductsLayout,
|
|
212
213
|
SearchBar,
|
|
214
|
+
SearchProducts,
|
|
213
215
|
SignUpForm,
|
|
214
216
|
SingleProductCard,
|
|
215
217
|
SmartAppBanner,
|
package/src/themes/five/index.js
CHANGED
|
@@ -96,6 +96,11 @@ import { ReviewTrigger } from './src/components/ReviewTrigger'
|
|
|
96
96
|
import { ReviewOrder } from './src/components/ReviewOrder'
|
|
97
97
|
import { ReviewDriver } from './src/components/ReviewDriver'
|
|
98
98
|
import { ReviewProduct } from './src/components/ReviewProduct'
|
|
99
|
+
import { ServiceForm } from './src/components/ServiceForm'
|
|
100
|
+
import { ProfessionalFilter } from './src/components/ProfessionalFilter'
|
|
101
|
+
import { SearchProducts } from './src/components/SearchProducts'
|
|
102
|
+
import { MultiCartsPaymethodsAndWallets } from './src/components/MultiCartsPaymethodsAndWallets'
|
|
103
|
+
import { ProfessionalProfile } from './src/components/ProfessionalProfile'
|
|
99
104
|
|
|
100
105
|
import { Button } from './src/styles/Buttons'
|
|
101
106
|
import { Input, TextArea } from './src/styles/Inputs'
|
|
@@ -201,6 +206,11 @@ export {
|
|
|
201
206
|
ReviewOrder,
|
|
202
207
|
ReviewDriver,
|
|
203
208
|
ReviewProduct,
|
|
209
|
+
ServiceForm,
|
|
210
|
+
ProfessionalFilter,
|
|
211
|
+
SearchProducts,
|
|
212
|
+
MultiCartsPaymethodsAndWallets,
|
|
213
|
+
ProfessionalProfile,
|
|
204
214
|
|
|
205
215
|
// styles
|
|
206
216
|
Button,
|
package/src/themes/six/index.js
CHANGED
|
@@ -52,6 +52,7 @@ import { ProductIngredient } from './src/components/ProductIngredient'
|
|
|
52
52
|
import { GoogleLoginButton } from './src/components/GoogleLogin'
|
|
53
53
|
import { AppleLogin } from './src/components/AppleLogin'
|
|
54
54
|
import { SmsLoginButton } from './src/components/SmsLogin'
|
|
55
|
+
import { SearchProducts } from './src/components/BusinessProductsListing/SearchProducts'
|
|
55
56
|
|
|
56
57
|
import { Input as Inputs } from './src/styles/Inputs'
|
|
57
58
|
import { Select } from './src/styles/Select'
|
|
@@ -115,6 +116,7 @@ export {
|
|
|
115
116
|
GoogleLoginButton,
|
|
116
117
|
AppleLogin,
|
|
117
118
|
SmsLoginButton,
|
|
119
|
+
SearchProducts,
|
|
118
120
|
// styles
|
|
119
121
|
Inputs,
|
|
120
122
|
Select,
|