@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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@capillarytech/creatives-library",
3
3
  "author": "meharaj",
4
- "version": "7.17.168-alpha.3",
4
+ "version": "7.17.168",
5
5
  "description": "Capillary creatives ui",
6
6
  "main": "./index.js",
7
7
  "module": "./index.es.js",
@@ -77,18 +77,6 @@
77
77
  }
78
78
  }
79
79
 
80
- .input-column-wrapper {
81
- position: relative;
82
-
83
- .cap-ask-aira-bot-icon {
84
- svg {
85
- width: 1.6rem;
86
- height: 1.6rem;
87
- }
88
- }
89
- }
90
-
91
-
92
80
  .form-builder-dragger {
93
81
  .ant-upload-drag {
94
82
  background-color: white;
@@ -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 || {}} className="input-column-wrapper">
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",