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.
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ordering-ui-external",
3
- "version": "10.2.1",
3
+ "version": "10.2.2",
4
4
  "description": "Ordering UI Components",
5
5
  "main": "./_modules/index.js",
6
6
  "exports": {
@@ -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,