@cdx-ui/formatters 0.0.1-beta.183 → 0.0.1-beta.184
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 +3 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -18,6 +18,8 @@ wrappers from this package’s internals.
|
|
|
18
18
|
|
|
19
19
|
## Exports
|
|
20
20
|
|
|
21
|
+
> The tables below are a representative import guide, not an exhaustive list — `src/index.ts` (re-exporting `dates/index.ts`) is the authoritative export surface.
|
|
22
|
+
|
|
21
23
|
### Display (shared with banking UI formatters)
|
|
22
24
|
|
|
23
25
|
| Import | Purpose |
|
|
@@ -100,6 +102,7 @@ src/
|
|
|
100
102
|
segments/ # segmented field helpers
|
|
101
103
|
calendar/ # calendar + list row copy
|
|
102
104
|
datetime/ # DateTimeId + list hour/minute/period
|
|
105
|
+
labels/ # date-component accessibility label helpers
|
|
103
106
|
internal/ # private adapters (not public API)
|
|
104
107
|
```
|
|
105
108
|
|