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 +1 -1
- package/src/themes/antd.css +2 -2
- package/src/themes/default.css +2 -2
package/package.json
CHANGED
package/src/themes/antd.css
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Ant Design theme for
|
|
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 '
|
|
8
|
+
* import 'react-formio-engine/themes/antd.css';
|
|
9
9
|
*/
|
|
10
10
|
@import './default.css';
|
|
11
11
|
|
package/src/themes/default.css
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Default theme for
|
|
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 '
|
|
9
|
+
* import 'react-formio-engine/themes/default.css';
|
|
10
10
|
*/
|
|
11
11
|
@import '@formio/js/dist/formio.full.css';
|
|
12
12
|
|