@openzeppelin/ui-components 3.3.1 → 3.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.
- package/README.md +4 -0
- package/dist/index.cjs +1046 -192
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +438 -15
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts +444 -21
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +1029 -196
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -66,6 +66,10 @@ Specialized components designed for use within `react-hook-form`:
|
|
|
66
66
|
|
|
67
67
|
Helper functions for validation, accessibility, and layout within field components.
|
|
68
68
|
|
|
69
|
+
### ENS Name Resolution
|
|
70
|
+
|
|
71
|
+
See the [ENS address input integration guide](../../docs/ens-address-input/README.md) for wiring `NameResolverProvider`, inline name resolution in `AddressField`, reverse-ENS display via `AddressNameProvider`, and the shared suggestion dropdown primitives.
|
|
72
|
+
|
|
69
73
|
### Address Label & Suggestion Contexts
|
|
70
74
|
|
|
71
75
|
Context providers for automatic address label resolution and autocomplete suggestions:
|