@getodk/web-forms 0.13.1 → 0.15.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 +0 -1
- package/dist/index.js +961 -896
- package/package.json +20 -20
package/README.md
CHANGED
|
@@ -110,7 +110,6 @@ We use CSS variables for theming with two prefixes:
|
|
|
110
110
|
This package uses a centralized `z-index` layering system to manage UI stacking order, defined in `src/assets/styles/style.scss`. The ODK variables (e.g., `--odk-z-index-error-banner`) ensure elements like floating error messages, form controls, and overlays stack correctly without overlap.
|
|
111
111
|
|
|
112
112
|
- **Key layers**:
|
|
113
|
-
|
|
114
113
|
- `--odk-z-index-base` (background)
|
|
115
114
|
- `--odk-z-index-form-content` (inputs, buttons)
|
|
116
115
|
- `--odk-z-index-form-floating` (highlights, tooltips)
|