@capillarytech/creatives-library 8.0.299-alpha.4 → 8.0.299-alpha.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@capillarytech/creatives-library",
3
3
  "author": "meharaj",
4
- "version": "8.0.299-alpha.4",
4
+ "version": "8.0.299-alpha.6",
5
5
  "description": "Capillary creatives ui",
6
6
  "main": "./index.js",
7
7
  "module": "./index.es.js",
@@ -215,7 +215,7 @@ const CustomerCreationModal = ({
215
215
  }
216
216
  title={<FormattedMessage {...messages.customerCreationModalTitle} />}
217
217
  wrapClassName="common-test-preview-modal-wrap"
218
- className="common-test-preview-modal"
218
+ className={`common-test-preview-modal${lookupLoading ? ' customer-creation-modal--lookup-loading' : ''}`}
219
219
  >
220
220
  <CapRow className="customer-creation-modal-row">
221
221
  <CapColumn span={24}>
@@ -242,7 +242,7 @@ const CustomerCreationModal = ({
242
242
  </CapColumn>
243
243
  </CapRow>
244
244
 
245
- <CapRow className="customer-creation-modal-row">
245
+ <CapRow className="customer-creation-modal-row customer-creation-modal-row--email">
246
246
  <CapColumn span={24}>
247
247
  <CapLabel type="label1" className="customer-creation-modal-label">
248
248
  <FormattedMessage {...messages.customerEmail} /> {channel !== CHANNELS.EMAIL && <span className="customer-creation-modal-optional">(Optional)</span>}