@capillarytech/creatives-library 7.12.69 → 7.12.70
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/config/app.js
CHANGED
|
@@ -17,7 +17,6 @@ const config = {
|
|
|
17
17
|
},
|
|
18
18
|
development: {
|
|
19
19
|
api_endpoint: 'https://crm-nightly-new.cc.capillarytech.com/arya/api/v1/creatives',
|
|
20
|
-
//api_endpoint: 'http://localhost:2022/arya/api/v1/creatives',
|
|
21
20
|
campaigns_api_endpoint: 'https://crm-nightly-new.cc.capillarytech.com/iris/v2/campaigns',
|
|
22
21
|
campaigns_api_org_endpoint: 'https://crm-nightly-new.cc.capillarytech.com/iris/v2/org/campaign',
|
|
23
22
|
auth_endpoint: 'https://crm-nightly-new.cc.capillarytech.com/arya/api/v1/auth',
|
package/package.json
CHANGED
|
@@ -103,7 +103,7 @@ export function SlideBoxHeader(props) {
|
|
|
103
103
|
{showTemplateName ? (
|
|
104
104
|
<>
|
|
105
105
|
{renderData("label1", <FormattedMessage {...globalMessages.templateNameLabel} />)}
|
|
106
|
-
<StyledLabel className='whatsapp-rcs-template-name' type="label2">{templateName}</StyledLabel>
|
|
106
|
+
<StyledLabel className='whatsapp-rcs-slidebox-template-name' type="label2">{templateName}</StyledLabel>
|
|
107
107
|
</>
|
|
108
108
|
) : ""}
|
|
109
109
|
{isWhatsappEdit && (
|
|
@@ -50,9 +50,9 @@ $classPrefix: add-creatives-section;
|
|
|
50
50
|
overflow: hidden;
|
|
51
51
|
text-overflow: ellipsis;
|
|
52
52
|
}
|
|
53
|
-
.whatsapp-rcs-template-name{
|
|
53
|
+
.whatsapp-rcs-slidebox-template-name{
|
|
54
54
|
display: inline-block;
|
|
55
|
-
width: 450px;
|
|
55
|
+
max-width: 450px;
|
|
56
56
|
white-space: nowrap;
|
|
57
57
|
overflow: hidden;
|
|
58
58
|
text-overflow: ellipsis;
|
|
@@ -152,7 +152,7 @@ exports[`Test SlideBoxHeader container Should render correct component for whats
|
|
|
152
152
|
/>
|
|
153
153
|
</SlideBoxHeader__StyledLabel>
|
|
154
154
|
<SlideBoxHeader__StyledLabel
|
|
155
|
-
className="whatsapp-rcs-template-name"
|
|
155
|
+
className="whatsapp-rcs-slidebox-template-name"
|
|
156
156
|
type="label2"
|
|
157
157
|
>
|
|
158
158
|
amit123456
|