@capillarytech/creatives-library 7.10.23 → 7.10.24

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": "7.10.23",
4
+ "version": "7.10.24",
5
5
  "description": "Capillary creatives ui",
6
6
  "main": "./index.js",
7
7
  "module": "./index.es.js",
@@ -588,7 +588,7 @@ export const SmsTraiCreate = (props) => {
588
588
  const { fileResult, file } = fileData;
589
589
  return (
590
590
  <>
591
- <CapRow span={24} className="trai-upload-type-group-create-container">
591
+ <CapRow span={24} className="dlt-csv-upload-container">
592
592
  <CapColumn span={12}>
593
593
  <CapHeading type="h4" className="upload-file-title">
594
594
  {formatMessage(messages.uploadFile)}
@@ -629,7 +629,7 @@ export const SmsTraiCreate = (props) => {
629
629
  )}
630
630
  {previewFileIndex !== null && (
631
631
  <>
632
- <CapRow span={24} className="trai-upload-type-group-create-container">
632
+ <CapRow span={24} className="dlt-csv-upload-container">
633
633
  <>
634
634
  <CapDivider
635
635
  type="horizontal"
@@ -740,7 +740,7 @@ export const SmsTraiCreate = (props) => {
740
740
  </>
741
741
  )}
742
742
  </CapColumn>
743
- <CapColumn span={12} className="trai-upload-instructions-container">
743
+ <CapColumn span={12} className="dlt-csv-upload-instructions-container">
744
744
  <CapHeading type="h4">
745
745
  {formatMessage(messages.uploadInstructions)}
746
746
  </CapHeading>
@@ -1,6 +1,6 @@
1
1
  @import '~@capillarytech/cap-ui-library/styles/_variables';
2
2
 
3
- .trai-upload-type-group-create-container {
3
+ .dlt-csv-upload-container {
4
4
  .upload-file-title {
5
5
  margin-bottom: 10px;
6
6
  }
@@ -61,7 +61,7 @@
61
61
  justify-content: flex-end;
62
62
  bottom: -5px;
63
63
  }
64
- .trai-upload-instructions-container {
64
+ .dlt-csv-upload-instructions-container {
65
65
  padding-left: $CAP_SPACE_24;
66
66
  margin-top: 30px;
67
67