@sonata-innovations/fiber-fbre 2.0.5 → 2.0.6
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/fiber-fbre.cjs +1 -1
- package/dist/fiber-fbre.css +1 -1
- package/dist/fiber-fbre.js +295 -278
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -393,6 +393,7 @@ const flow = {
|
|
|
393
393
|
- Content is vertically and horizontally centered
|
|
394
394
|
- Single-select components (`radio`, `yesNo`, `cardSelect`, `dropDown`) auto-advance ~500ms after selection
|
|
395
395
|
- Pressing Enter on `inputText` / `inputNumber` advances to the next screen
|
|
396
|
+
- Auto-advance (both Enter and on-change) only fires when the screen renders **exactly one interactive component**. Multi-input screens — including those produced by FBTL's per-card page-break toggle — behave like a normal form: the user fills every field and clicks Continue. Display-only components (text, header, callout, divider, table, computed) and components hidden by conditions don't count toward the input total.
|
|
396
397
|
- Components animate in with fade + scale + stagger on screen transitions (respects `prefers-reduced-motion`)
|
|
397
398
|
- Option items, Yes/No buttons, card-select cards, and input fields are enlarged for easier tapping
|
|
398
399
|
- Each of the 6 existing styles has a tailored conversational presentation (e.g. clean = bordered cards, soft-outlined = pill-shaped options, defined-outlined = inverted selection)
|