@vergelijkdirect/comparison-forms 1.3.31-VER-8981.0 → 1.3.31
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 +1 -0
- package/dist-rollup/comparison-forms.js +5734 -5635
- package/dist-rollup/comparison-forms.umd.cjs +16 -16
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -111,6 +111,7 @@ Example
|
|
|
111
111
|
* risk-scanner-form
|
|
112
112
|
* travel-form
|
|
113
113
|
* travel-form-horizontal
|
|
114
|
+
* travel-form-old
|
|
114
115
|
|
|
115
116
|
Those names should be used in form-component prop for embedded mode, or for link address for standalone version, and should be exact as in this list. If there is a need to get old horizontal form, formComponent should include: form-type-horizontal-old, or form-type-old-horizontal. E.g. motor-form-horizontal-old.
|
|
116
117
|
|