@onereach/idw-ui-components 0.2.1-beta.30.0 → 0.2.1
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 -1
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +333 -327
- package/dist/esm/index.js.map +1 -1
- package/dist/idw-ui-components.css +1 -1
- package/dist/types/components/SkillCard/SkillCard.vue.d.ts.map +1 -1
- package/dist/types/idw-card/host/hostConfig.d.ts +2 -0
- package/dist/types/idw-card/host/hostConfig.d.ts.map +1 -1
- package/dist/types/idw-card/host/index.d.ts +1 -1
- package/dist/types/idw-card/host/index.d.ts.map +1 -1
- package/dist/types/idw-card/index.d.ts +1 -1
- package/dist/types/idw-card/index.d.ts.map +1 -1
- package/dist/types/idw-card/renderer/IdwCardElementView.vue.d.ts.map +1 -1
- package/package.json +4 -3
package/README.md
CHANGED
|
@@ -360,7 +360,7 @@ Inputs (inspired by Adaptive Cards `Input.*`, plus IDW widgets). Every input has
|
|
|
360
360
|
| `Input.Rating` | `OrRatingV3` | number |
|
|
361
361
|
| `Input.Location` | address (+ optional lat/lng) | `{ address, lat?, lng? }` |
|
|
362
362
|
|
|
363
|
-
Spacing: `none | xs | sm | md | lg | xl`. Text style: `caption | body | headline`. Tone: `default | emphasis | success | warning | attention`.
|
|
363
|
+
Spacing: `none | xs | sm | md | lg | xl`. Omitted `spacing` defaults to `md` between siblings; the first item in a stack has no top gap. Text style: `caption | body | headline`. Tone: `default | emphasis | success | warning | attention`.
|
|
364
364
|
|
|
365
365
|
This is **not** Adaptive Cards JSON. We borrowed the input/container/action model (including ChoiceSet, Table, Media, ImageSet, ShowCard, ToggleVisibility) and mapped it onto or-components.
|
|
366
366
|
|