@capillarytech/creatives-library 7.17.166 → 7.17.168-alpha.3

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.166",
4
+ "version": "7.17.168-alpha.3",
5
5
  "description": "Capillary creatives ui",
6
6
  "main": "./index.js",
7
7
  "module": "./index.es.js",
@@ -77,13 +77,18 @@
77
77
  }
78
78
  }
79
79
 
80
- .cap-ask-aira-bot-icon {
81
- svg {
82
- width: 1.6rem;
83
- height: 1.6rem;
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
+ }
84
88
  }
85
89
  }
86
90
 
91
+
87
92
  .form-builder-dragger {
88
93
  .ant-upload-drag {
89
94
  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 || {}}>
2891
+ <CapColumn key={val.id} span={val.width} offset={val.offset} style={val.style || {}} className="input-column-wrapper">
2892
2892
  <CapInput
2893
2893
  id={val.id}
2894
2894
  errorMessage={errorMessageText}