draftify-react 0.2.6 → 0.2.8

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/index.d.ts CHANGED
@@ -247,6 +247,8 @@ export interface DraftifyReactProps {
247
247
  localStorageEnable?: boolean;
248
248
 
249
249
  backgroundEnable?: boolean;
250
+
251
+ DraftifyBackground?: string;
250
252
  }
251
253
 
252
254
  declare function DraftifyReact(props: DraftifyReactProps): JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "draftify-react",
3
- "version": "0.2.6",
3
+ "version": "0.2.8",
4
4
  "type": "module",
5
5
  "main": "dist/draftify-react.umd.js",
6
6
  "module": "dist/draftify-react.es.js",