@reopt-ai/opt-ui-primitives 1.4.2 → 1.5.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 +9 -0
- package/dist/index.cjs +4415 -4907
- package/dist/index.d.cts +666 -701
- package/dist/index.d.ts +666 -701
- package/dist/index.js +4294 -4908
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -4,6 +4,15 @@ Unstyled accessibility primitives used by `@reopt-ai/opt-ui`. The package owns
|
|
|
4
4
|
interaction behavior, WAI-ARIA state, roving focus, overlay focus policy, and
|
|
5
5
|
form-store primitives without shipping design-system styling.
|
|
6
6
|
|
|
7
|
+
## Skill support
|
|
8
|
+
|
|
9
|
+
There is no dedicated `opt-ui-primitives-install` skill. Most product apps
|
|
10
|
+
should use the
|
|
11
|
+
[`opt-ui-install`](https://github.com/reopt-ai/reopt-skills/tree/main/skills/opt-ui-install)
|
|
12
|
+
skill and consume primitives through `@reopt-ai/opt-ui`. Install this package
|
|
13
|
+
manually only when building low-level unstyled UI or a new opt-ui Core
|
|
14
|
+
component.
|
|
15
|
+
|
|
7
16
|
## Install
|
|
8
17
|
|
|
9
18
|
```sh
|