@mieweb/forms-renderer 0.1.17 → 1.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/README.md +11 -0
- package/dist/blaze.js +13308 -11527
- package/dist/blaze.js.map +1 -1
- package/dist/blaze.umd.cjs +654 -303
- package/dist/blaze.umd.cjs.map +1 -1
- package/dist/react.js +18 -18
- package/dist/react.js.map +1 -1
- package/dist/standalone.js +13828 -12047
- package/dist/standalone.js.map +1 -1
- package/dist/standalone.umd.cjs +653 -302
- package/dist/standalone.umd.cjs.map +1 -1
- package/package.json +52 -52
package/README.md
CHANGED
|
@@ -2,6 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
Questionnaire renderer with three distribution options: React component, standalone Web Component, or Blaze component for Meteor.
|
|
4
4
|
|
|
5
|
+
## 🎨 Version 1.0 - UI/UX Refinement
|
|
6
|
+
|
|
7
|
+
All rendered field components now feature modern blue theme styling:
|
|
8
|
+
- Blue selection highlights and focus states throughout
|
|
9
|
+
- Improved hover effects for better user feedback
|
|
10
|
+
- Consistent visual design across all field types
|
|
11
|
+
- Enhanced accessibility with clear focus indicators
|
|
12
|
+
- Polished interactions in preview mode
|
|
13
|
+
|
|
14
|
+
See the [main CHANGELOG](../../CHANGELOG.md) for complete details.
|
|
15
|
+
|
|
5
16
|
## 🆕 New Features
|
|
6
17
|
|
|
7
18
|
### YAML & JSON Auto-Parsing
|