@emeraldemperaur/vector-sigma 1.4.49 → 1.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.
@@ -40,3 +40,4 @@ export * from './utils/voltron';
40
40
  export * from './utils/uuidparser';
41
41
  export * from './utils/currencyconfig';
42
42
  export * from './utils/minerva';
43
+ export * from './hooks/useVectorSigma';
@@ -74,7 +74,8 @@ export declare class VectorSigma<T extends Record<string, any> = Record<string,
74
74
  */
75
75
  private buildFormikConfig;
76
76
  /**
77
- * Traverses xForm schema object and injects Formik values into respective input queryResponse attributes by `inputAlias`.
77
+ * Traverses xForm schema object and injects Formik values into their respective input queryResponse attributes by `inputAlias`.
78
+ * For select-based inputs, it hydrates the queryResponse with the full matching inputOption object(s).
78
79
  */
79
80
  private hydrateQueryResponses;
80
81
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emeraldemperaur/vector-sigma",
3
- "version": "1.4.49",
3
+ "version": "1.5.0",
4
4
  "description": "Dynamic Form Orchestrator: NPM Package",
5
5
  "repository": {
6
6
  "type": "git",
@@ -11,6 +11,7 @@
11
11
  "type": "module",
12
12
  "main": "lib/index.cjs",
13
13
  "module": "lib/index.esm.js",
14
+ "unpkg": "lib/index.umd.js",
14
15
  "browser": "lib/index.esm.js",
15
16
  "types": "lib/types/index.d.ts",
16
17
  "exports": {