@capillarytech/creatives-library 8.0.340-beta.0 → 8.0.340-beta.0.1

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.
@@ -8,6 +8,9 @@ export const response = {
8
8
  sections: [
9
9
  {
10
10
  type: 'parent',
11
+ rowStyle: {
12
+ flexDirection: 'column',
13
+ },
11
14
  childSections: [
12
15
  {
13
16
  type: "multicols",
@@ -26,6 +29,9 @@ export const response = {
26
29
  },
27
30
  {
28
31
  type: "parent",
32
+ colStyle: {
33
+ width: '100%'
34
+ },
29
35
 
30
36
  childSections: [
31
37
  {
@@ -104,7 +110,7 @@ export const response = {
104
110
  type: "textarea",
105
111
  metaType: "text",
106
112
  datatype: "string",
107
- style: {marginBottom: '16px'},
113
+ style: {marginBottom: '16px', fontSize: '14px'},
108
114
  required: true,
109
115
  errorMessage: "Template content has unsupported/missing tags!",
110
116
  placeholder: "Please input sms template content.",