@skyux/lookup 7.6.2 → 7.7.0

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.
@@ -2762,6 +2762,7 @@ class SkySelectionModalService {
2762
2762
  },
2763
2763
  ],
2764
2764
  size: 'large',
2765
+ wrapperClass: args.wrapperClass,
2765
2766
  });
2766
2767
  const instance = new SkySelectionModalInstance(modalInstance.componentInstance.id);
2767
2768
  instance.itemAdded.subscribe((item) => {
@@ -3248,6 +3249,7 @@ _SkyLookupComponent_adapter = new WeakMap(), _SkyLookupComponent_elementRef = ne
3248
3249
  showAddButton: this.showAddButton,
3249
3250
  title: modalConfig.title,
3250
3251
  value: initialValue,
3252
+ wrapperClass: this.wrapperClass,
3251
3253
  });
3252
3254
  }, _SkyLookupComponent_createNativePickerInstance = function _SkyLookupComponent_createNativePickerInstance(initialSearch) {
3253
3255
  const initialValue = this.value;