react-formio-engine 1.1.2 → 2.0.0

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,6 +1,6 @@
1
1
  {
2
2
  "name": "react-formio-engine",
3
- "version": "1.1.2",
3
+ "version": "2.0.0",
4
4
  "description": "Form engine with builder and renderer - formiojs-powered with React functional components",
5
5
  "type": "module",
6
6
  "main": "dist/form-engine.umd.js",
@@ -1,11 +1,11 @@
1
1
  /*
2
- * Ant Design theme for @workato/form-engine
2
+ * Ant Design theme for react-formio-engine
3
3
  *
4
4
  * Imports the default formio CSS and adds overrides to better match
5
5
  * Ant Design's visual style. Use this in projects that use antd.
6
6
  *
7
7
  * Usage:
8
- * import '@workato/form-engine/themes/antd.css';
8
+ * import 'react-formio-engine/themes/antd.css';
9
9
  */
10
10
  @import './default.css';
11
11
 
@@ -1,12 +1,12 @@
1
1
  /*
2
- * Default theme for @workato/form-engine
2
+ * Default theme for react-formio-engine
3
3
  *
4
4
  * This imports formio's self-contained CSS which includes all necessary
5
5
  * styles for form rendering. No external framework (antd, Bootstrap, etc.)
6
6
  * is required.
7
7
  *
8
8
  * Usage:
9
- * import '@workato/form-engine/themes/default.css';
9
+ * import 'react-formio-engine/themes/default.css';
10
10
  */
11
11
  @import '@formio/js/dist/formio.full.css';
12
12