@getodk/web-forms 0.4.0 → 0.5.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.
Files changed (3) hide show
  1. package/README.md +2 -0
  2. package/dist/index.js +1378 -1288
  3. package/package.json +13 -12
package/README.md CHANGED
@@ -37,6 +37,8 @@ yarn workspace @getodk/web-forms dev
37
37
 
38
38
  Individual test environments, and their corresponding watch modes, also have separate commands which can be found in [`package.json`](./package.json).
39
39
 
40
+ Upload XLSForm and XForm functionality in [`demo`](./src/demo/) app and in dev mode depends on [XLSForm-online](https://github.com/getodk/xlsform-online). Run the xlsform-online locally. By default it runs on port 8000, if you are running it on another port then you should update the [`config`](./src/demo/config.json) file.
41
+
40
42
  ### Material Design
41
43
 
42
44
  This package uses the Material Design system for the UI, though not strictly. The idea is to closely match the design to that of [ODK Collect](https://docs.getodk.org/collect-intro/).