@reactables/forms 1.2.0-alpha.2 → 1.2.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.
@@ -1,3 +1,4 @@
1
1
  export { getArrayItems } from './getArrayItems';
2
- export { getDescendantControls } from './getDescendantControls';
3
2
  export { getAncestorControls } from './getAncestorControls';
3
+ export { getDescendantControls } from './getDescendantControls';
4
+ export { getValueFromControlConfig } from './getValueFromControlConfig';
package/dist/index.js CHANGED
@@ -1205,5 +1205,6 @@ exports.control = control;
1205
1205
  exports.getAncestorControls = getAncestorControls;
1206
1206
  exports.getArrayItems = getArrayItems;
1207
1207
  exports.getDescendantControls = getDescendantControls;
1208
+ exports.getValueFromControlConfig = getValueFromControlConfig;
1208
1209
  exports.group = group;
1209
1210
  exports.load = load;
package/package.json CHANGED
@@ -14,7 +14,7 @@
14
14
  "author": "David Lai",
15
15
  "license": "ISC",
16
16
  "dependencies": {
17
- "@reactables/core": "^1.2.0-alpha.2",
17
+ "@reactables/core": "^1.2.0",
18
18
  "lodash.isequal": "^4.5.0"
19
19
  },
20
20
  "peerDependencies": {
@@ -23,5 +23,5 @@
23
23
  "devDependencies": {
24
24
  "lodash.clonedeep": "^4.5.0"
25
25
  },
26
- "version": "1.2.0-alpha.2"
26
+ "version": "1.2.0"
27
27
  }