@capillarytech/creatives-library 7.17.167 → 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.167",
4
+ "version": "7.17.168",
5
5
  "description": "Capillary creatives ui",
6
6
  "main": "./index.js",
7
7
  "module": "./index.es.js",
@@ -77,13 +77,6 @@
77
77
  }
78
78
  }
79
79
 
80
- .cap-ask-aira-bot-icon {
81
- svg {
82
- width: 1.6rem;
83
- height: 1.6rem;
84
- }
85
- }
86
-
87
80
  .form-builder-dragger {
88
81
  .ant-upload-drag {
89
82
  background-color: white;
@@ -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",