@capillarytech/creatives-library 7.17.168-alpha.3 → 7.17.168
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
|
@@ -2888,7 +2888,7 @@ class FormBuilder extends React.Component { // eslint-disable-line react/prefer-
|
|
|
2888
2888
|
const value = isVersionEnable ? this.state.formData[`${this.state.currentTab - 1}`][val.id] : this.state.formData[val.id];
|
|
2889
2889
|
if (styling === 'semantic') {
|
|
2890
2890
|
columns.push(
|
|
2891
|
-
<CapColumn key={val.id} span={val.width} offset={val.offset} style={val.style || {}}
|
|
2891
|
+
<CapColumn key={val.id} span={val.width} offset={val.offset} style={val.style || {}}>
|
|
2892
2892
|
<CapInput
|
|
2893
2893
|
id={val.id}
|
|
2894
2894
|
errorMessage={errorMessageText}
|
|
@@ -2910,6 +2910,7 @@ class FormBuilder extends React.Component { // eslint-disable-line react/prefer-
|
|
|
2910
2910
|
text={value || ""}
|
|
2911
2911
|
setText={this.handleSetText.bind(this, val)}
|
|
2912
2912
|
iconPlacement="float-br"
|
|
2913
|
+
iconSize="1.6rem"
|
|
2913
2914
|
rootStyle={{
|
|
2914
2915
|
bottom: "0.2rem",
|
|
2915
2916
|
right: "0.2rem",
|