@capillarytech/creatives-library 7.17.43 → 7.17.45

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.17.43",
4
+ "version": "7.17.45",
5
5
  "description": "Capillary creatives ui",
6
6
  "main": "./index.js",
7
7
  "module": "./index.es.js",
@@ -623,15 +623,26 @@
623
623
  margin: auto;
624
624
  }
625
625
  }
626
- .whatsapp-rcs-template-name, .zalo-template-name {
626
+ .whatsapp-rcs-template-name {
627
627
  max-width: 170px;
628
628
  overflow: hidden;
629
629
  white-space: nowrap;
630
630
  text-overflow: ellipsis;
631
631
  }
632
632
 
633
+ .zalo-template-name{
634
+ max-width: 170px;
635
+ overflow: hidden;
636
+ white-space: nowrap;
637
+ text-overflow: ellipsis;
638
+ color: $CAP_G01;
639
+ font-size: $FONT_SIZE_M;
640
+ font-weight: $FONT_WEIGHT_MEDIUM;
641
+ line-height: normal;
642
+ }
643
+
633
644
  .zalo-view-tooltip {
634
- padding: $CAP_SPACE_16 $CAP_SPACE_12;
645
+ padding: $CAP_SPACE_06 $CAP_SPACE_12;
635
646
  }
636
647
 
637
648
  .zalo-illustration-button {
@@ -1202,7 +1202,7 @@ export class Templates extends React.Component { // eslint-disable-line react/pr
1202
1202
  } = template;
1203
1203
  templateData.title = (
1204
1204
  <CapRow>
1205
- <CapLabel label='label16' className="zalo-template-name">
1205
+ <CapLabel className="zalo-template-name">
1206
1206
  {templateId}
1207
1207
  </CapLabel>
1208
1208
  <CapRow
@@ -267,7 +267,6 @@ exports[`Test Templates container Should render temlates when Zalo templates are
267
267
  "title": <CapRow>
268
268
  <CapLabel
269
269
  className="zalo-template-name"
270
- label="label16"
271
270
  type="label1"
272
271
  >
273
272
 
@@ -357,7 +356,6 @@ exports[`Test Templates container Should render temlates when Zalo templates are
357
356
  "title": <CapRow>
358
357
  <CapLabel
359
358
  className="zalo-template-name"
360
- label="label16"
361
359
  type="label1"
362
360
  >
363
361