@capillarytech/creatives-library 7.17.83 → 7.17.84

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.83",
4
+ "version": "7.17.84",
5
5
  "description": "Capillary creatives ui",
6
6
  "main": "./index.js",
7
7
  "module": "./index.es.js",
@@ -3,7 +3,7 @@
3
3
  .cap-whatsapp-quick-reply {
4
4
  border: solid 0.063rem $CAP_G06;
5
5
  margin-left: $CAP_SPACE_24;
6
- margin-top: $CAP_SPACE_24;
6
+ margin-top: 0.75rem;
7
7
  border-radius: 0.285rem;
8
8
  .whatsapp-button-text-container {
9
9
  padding: $CAP_SPACE_16 $CAP_SPACE_24;
@@ -39,5 +39,5 @@
39
39
  .whatsapp-quick-reply-edit-container {
40
40
  padding: $CAP_SPACE_12;
41
41
  margin-left: 0;
42
- margin-top: $CAP_SPACE_16;
42
+ margin-top: 0.75rem;
43
43
  }
@@ -276,6 +276,7 @@
276
276
  align-content: center;
277
277
  justify-content: center;
278
278
  margin-bottom: 4px;
279
+ align-items: center;
279
280
  svg {
280
281
  margin-right: $CAP_SPACE_04;
281
282
  }
@@ -130,6 +130,7 @@
130
130
  .whatsapp-button-quick-reply {
131
131
  display: inline-grid;
132
132
  margin-top: $CAP_SPACE_24;
133
+ margin-bottom: 0.75rem;
133
134
  }
134
135
 
135
136
  .whatsapp-optional-label {
@@ -190,7 +191,7 @@
190
191
  .whatsapp-template-footer-preview {
191
192
  color: $CAP_G04;
192
193
  font-weight: $FONT_WEIGHT_REGULAR;
193
- font-size: 0.571rem;
194
+ font-size: 0.5rem;
194
195
  margin-top: $CAP_SPACE_08;
195
196
  }
196
197
 
@@ -61,6 +61,7 @@
61
61
  display: flex;
62
62
  justify-content: center;
63
63
  font-size: $FONT_SIZE_M;
64
+ align-items: center;
64
65
  svg {
65
66
  margin-right: $CAP_SPACE_04;
66
67
  }