@capillarytech/creatives-library 8.0.278 → 8.0.280

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.278",
4
+ "version": "8.0.280",
5
5
  "description": "Capillary creatives ui",
6
6
  "main": "./index.js",
7
7
  "module": "./index.es.js",
@@ -73,7 +73,7 @@ export const Advertisement = (props) => {
73
73
  const FbAdFooter = styled.div`
74
74
  background-color: ${CAP_WHITE};
75
75
  position: fixed;
76
- bottom: 0;
76
+ bottom: 20px;
77
77
  width: 100%;
78
78
  margin-left: -32px;
79
79
  padding: ${CAP_SPACE_32} ${CAP_SPACE_24};
@@ -40,7 +40,6 @@
40
40
  .create-msg,
41
41
  .cancel-msg {
42
42
  position: fixed;
43
- bottom: 20px;
44
43
  }
45
44
  .cancel-msg {
46
45
  margin-left: 100px;
@@ -38,7 +38,7 @@ export default css`
38
38
  .action-section {
39
39
  background-color: ${CAP_WHITE};
40
40
  position: fixed;
41
- bottom: 0;
41
+ bottom: 20px;
42
42
  width: 100%;
43
43
  margin-left: -32px;
44
44
  padding: ${CAP_SPACE_32} ${CAP_SPACE_24};
@@ -98,5 +98,5 @@
98
98
  }
99
99
 
100
100
  .create-dlt-msg {
101
- margin-left: 170px;
101
+ margin-left: 120px;
102
102
  }
@@ -106,6 +106,7 @@ export const SmsTraiEdit = (props) => {
106
106
  padding: ${CAP_SPACE_32} ${CAP_SPACE_24};
107
107
  position: fixed;
108
108
  bottom: 2rem;
109
+ margin-left: -2rem;
109
110
  .ant-btn {
110
111
  margin-right: ${CAP_SPACE_16};
111
112
  }
@@ -687,24 +688,17 @@ export const SmsTraiEdit = (props) => {
687
688
  <CapButton
688
689
  onClick={handleTestAndPreview}
689
690
  type="secondary"
690
- className="create-msg"
691
+ className="create-msg create-dlt-msg"
691
692
  >
692
693
  <FormattedMessage {...messages.testAndPreviewButtonLabel} />
693
694
  </CapButton>
694
695
  <CapButton
695
696
  onClick={isLiquidSupportFeatureEnabled ? onSubmitWrapper : onDoneCallback}
696
- className="create-msg create-dlt-msg"
697
+ className="create-msg"
697
698
  disabled={isTagValidationError || (isLiquidSupportFeatureEnabled && !isObject(metaEntities?.tagLookupMap))}
698
699
  >
699
700
  <FormattedMessage {...messages.saveButtonLabel} />
700
701
  </CapButton>
701
- <CapButton
702
- onClick={handleClose}
703
- className="cancel-dlt-msg"
704
- type="secondary"
705
- >
706
- <FormattedMessage {...messages.cancelButtonLabel} />
707
- </CapButton>
708
702
  </SMSTraiFooter>
709
703
  <TestAndPreviewSlidebox
710
704
  show={showTestAndPreviewSlidebox}