@skyux/lookup 8.2.4 → 8.2.6

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.
@@ -2791,6 +2791,7 @@ class SkySelectionModalService {
2791
2791
  },
2792
2792
  ],
2793
2793
  size: 'large',
2794
+ wrapperClass: args.wrapperClass,
2794
2795
  });
2795
2796
  const instance = new SkySelectionModalInstance(modalInstance.componentInstance.id);
2796
2797
  instance.itemAdded.subscribe((item) => {
@@ -3277,6 +3278,7 @@ _SkyLookupComponent_adapter = new WeakMap(), _SkyLookupComponent_elementRef = ne
3277
3278
  showAddButton: this.showAddButton,
3278
3279
  title: modalConfig.title,
3279
3280
  value: initialValue,
3281
+ wrapperClass: this.wrapperClass,
3280
3282
  });
3281
3283
  }, _SkyLookupComponent_createNativePickerInstance = function _SkyLookupComponent_createNativePickerInstance(initialSearch) {
3282
3284
  const initialValue = this.value;