@cdx-ui/utils 0.0.1-beta.71 → 0.0.1-beta.73

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 +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -38,6 +38,7 @@ Used internally by `@cdx-ui/components` to propagate variant props (size, color,
38
38
  | `withStyleContext(Component, scope?)` | HOC that adds a `context` prop and provides it to descendants via `ParentContext`. |
39
39
  | `useStyleContext(scope?)` | Reads the style context set by the nearest `withStyleContext` wrapper. |
40
40
  | `useParentContext()` | Reads the full `StyleContextMap` from the nearest provider. |
41
+ | `ParentContext` | The React context object used internally by `withStyleContext`. |
41
42
 
42
43
  ### Form control
43
44
 
@@ -56,6 +57,7 @@ Low-level form-field state used by the `Field` and `Input` primitives.
56
57
  | Type | Source |
57
58
  | ---------------------------- | ------------ |
58
59
  | `UseControllableStateParams` | common |
60
+ | `Focusable` | form-control |
59
61
  | `FormControlContextValue` | form-control |
60
62
  | `FormControlFieldProps` | form-control |
61
63
  | `FormControlRootProps` | form-control |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cdx-ui/utils",
3
- "version": "0.0.1-beta.71",
3
+ "version": "0.0.1-beta.73",
4
4
  "main": "lib/commonjs/index.js",
5
5
  "module": "lib/module/index.js",
6
6
  "react-native": "src/index.ts",