@capillarytech/creatives-library 8.0.279 → 8.0.281

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.
@@ -107,9 +107,4 @@ describe('Creatives SmsTraiEdit test/>', () => {
107
107
  renderedComponent.update();
108
108
  expect(renderedComponent).toMatchSnapshot();
109
109
  });
110
- it('should cancel', () => {
111
- renderedComponent.find('button.cancel-dlt-msg').props().onClick();
112
- renderedComponent.update();
113
- expect(renderedComponent).toMatchSnapshot();
114
- });
115
110
  });
@@ -868,13 +868,6 @@ export const Viber = (props) => {
868
868
  >
869
869
  <FormattedMessage {...creativesMessages.testAndPreview} />
870
870
  </CapButton>
871
- <CapButton
872
- onClick={handleClose}
873
- className="cancel-msg"
874
- type="secondary"
875
- >
876
- <FormattedMessage {...messages.cancelButtonLabel} />
877
- </CapButton>
878
871
  </ViberFooter>
879
872
  </CapSpin>
880
873
  {/* Test and Preview Slidebox */}
@@ -121,8 +121,5 @@
121
121
  margin-top: $CAP_SPACE_08;
122
122
  }
123
123
  .test-and-preview-button {
124
- top: 18px;
125
- }
126
- .viber-create-msg {
127
- margin-left: 178px;
124
+ margin-left: 120px;
128
125
  }
@@ -16,5 +16,7 @@ export const ViberFooter = styled.div`
16
16
  .ant-btn {
17
17
  margin-right: ${CAP_SPACE_16};
18
18
  }
19
+ .viber-create-msg{
20
+ bottom:unset;
19
21
  }
20
22
  `;