@cdx-ui/formatters 0.0.1-beta.183 → 0.0.1-beta.185

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.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. 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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cdx-ui/formatters",
3
- "version": "0.0.1-beta.183",
3
+ "version": "0.0.1-beta.185",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",