@capillarytech/creatives-library 2.0.46 → 2.0.47

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.
@@ -164,7 +164,7 @@ class Creatives extends React.Component {
164
164
  return newState;
165
165
  });
166
166
  }
167
- handleClodeSlideBox = () => {
167
+ handleCloseSlideBox = () => {
168
168
  this.setState((prevState) => ({
169
169
  ...prevState,
170
170
  templateData: undefined,
@@ -261,7 +261,7 @@ class Creatives extends React.Component {
261
261
  shouldShowDoneFooter={this.shouldShowDoneFooter}
262
262
  />
263
263
  }
264
- handleClose={this.handleClodeSlideBox}
264
+ handleClose={this.handleCloseSlideBox}
265
265
  show={showSlideBox}
266
266
  size="size-l"
267
267
  />
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@capillarytech/creatives-library",
3
3
  "author": "meharaj",
4
- "version": "2.0.46",
4
+ "version": "2.0.47",
5
5
  "description": "Capillary creatives ui",
6
6
  "main": "./index.js",
7
7
  "module": "./index.es.js",