ordering-ui-external 10.2.1 → 10.2.2
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/{7.ordering-ui.d1a8d1fbf5b112d5d9a9.js → 7.ordering-ui.2c4c0317bc47a947e415.js} +1 -1
- package/_bundles/ordering-ui.2c4c0317bc47a947e415.js +2 -0
- package/_modules/themes/five/index.js +7 -0
- package/package.json +1 -1
- package/src/themes/five/index.js +2 -0
- package/_bundles/ordering-ui.d1a8d1fbf5b112d5d9a9.js +0 -2
- /package/_bundles/{0.ordering-ui.d1a8d1fbf5b112d5d9a9.js → 0.ordering-ui.2c4c0317bc47a947e415.js} +0 -0
- /package/_bundles/{1.ordering-ui.d1a8d1fbf5b112d5d9a9.js → 1.ordering-ui.2c4c0317bc47a947e415.js} +0 -0
- /package/_bundles/{2.ordering-ui.d1a8d1fbf5b112d5d9a9.js → 2.ordering-ui.2c4c0317bc47a947e415.js} +0 -0
- /package/_bundles/{4.ordering-ui.d1a8d1fbf5b112d5d9a9.js → 4.ordering-ui.2c4c0317bc47a947e415.js} +0 -0
- /package/_bundles/{5.ordering-ui.d1a8d1fbf5b112d5d9a9.js → 5.ordering-ui.2c4c0317bc47a947e415.js} +0 -0
- /package/_bundles/{6.ordering-ui.d1a8d1fbf5b112d5d9a9.js → 6.ordering-ui.2c4c0317bc47a947e415.js} +0 -0
- /package/_bundles/{7.ordering-ui.d1a8d1fbf5b112d5d9a9.js.LICENSE.txt → 7.ordering-ui.2c4c0317bc47a947e415.js.LICENSE.txt} +0 -0
- /package/_bundles/{8.ordering-ui.d1a8d1fbf5b112d5d9a9.js → 8.ordering-ui.2c4c0317bc47a947e415.js} +0 -0
- /package/_bundles/{9.ordering-ui.d1a8d1fbf5b112d5d9a9.js → 9.ordering-ui.2c4c0317bc47a947e415.js} +0 -0
- /package/_bundles/{ordering-ui.d1a8d1fbf5b112d5d9a9.js.LICENSE.txt → ordering-ui.2c4c0317bc47a947e415.js.LICENSE.txt} +0 -0
|
@@ -531,6 +531,12 @@ Object.defineProperty(exports, "ProductShare", {
|
|
|
531
531
|
return _ProductShare.ProductShare;
|
|
532
532
|
}
|
|
533
533
|
});
|
|
534
|
+
Object.defineProperty(exports, "ProfessionalBusinessFilter", {
|
|
535
|
+
enumerable: true,
|
|
536
|
+
get: function get() {
|
|
537
|
+
return _ProfessionalBusinessFilter.ProfessionalBusinessFilter;
|
|
538
|
+
}
|
|
539
|
+
});
|
|
534
540
|
Object.defineProperty(exports, "ProfessionalFilter", {
|
|
535
541
|
enumerable: true,
|
|
536
542
|
get: function get() {
|
|
@@ -845,6 +851,7 @@ var _ProductIngredient = require("./src/components/ProductIngredient");
|
|
|
845
851
|
var _PhoneAutocomplete = require("./src/components/PhoneAutocomplete");
|
|
846
852
|
var _ProductOption = require("./src/components/ProductOption");
|
|
847
853
|
var _ProductOptionSubOption = require("./src/components/ProductOptionSubOption");
|
|
854
|
+
var _ProfessionalBusinessFilter = require("./src/components/ProfessionalBusinessFilter");
|
|
848
855
|
var _ProfileOptions = require("./src/components/UserProfileForm/ProfileOptions");
|
|
849
856
|
var _Promotions = require("./src/components/Promotions");
|
|
850
857
|
var _ProfessionalInfo = require("./src/components/ProfessionalInfo");
|
package/package.json
CHANGED
package/src/themes/five/index.js
CHANGED
|
@@ -72,6 +72,7 @@ import { ProductIngredient } from './src/components/ProductIngredient'
|
|
|
72
72
|
import { PhoneAutocomplete } from './src/components/PhoneAutocomplete'
|
|
73
73
|
import { ProductOption } from './src/components/ProductOption'
|
|
74
74
|
import { ProductOptionSubOption } from './src/components/ProductOptionSubOption'
|
|
75
|
+
import { ProfessionalBusinessFilter } from './src/components/ProfessionalBusinessFilter'
|
|
75
76
|
import { ProfileOptions } from './src/components/UserProfileForm/ProfileOptions'
|
|
76
77
|
import { Promotions } from './src/components/Promotions'
|
|
77
78
|
import { ProfessionalInfo } from './src/components/ProfessionalInfo'
|
|
@@ -204,6 +205,7 @@ export {
|
|
|
204
205
|
ProductOption,
|
|
205
206
|
ProfileOptions,
|
|
206
207
|
ProductOptionSubOption,
|
|
208
|
+
ProfessionalBusinessFilter,
|
|
207
209
|
Promotions,
|
|
208
210
|
ProfessionalInfo,
|
|
209
211
|
PhoneAutocomplete,
|