@feathery/react 2.4.75 → 2.4.76

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,5 +1,5 @@
1
1
  import { FieldOptions } from './fieldHelperFunctions';
2
- import { FieldValues, updateUserId, updateTheme } from './init';
2
+ import { FieldValues, updateTheme, updateUserId } from './init';
3
3
  import { AlloyEntities, GetConfigParams, IntegrationActionIds, IntegrationActionOptions, LoanProCustomerObject } from './internalState';
4
4
  /**
5
5
  * Used by contextRef in <Form />, renderAt for vanillajs, and the lifecycle
@@ -21,7 +21,6 @@ export declare const getFormContext: (formUuid: string) => {
21
21
  setFormCompletion: () => Promise<any>;
22
22
  setProgress: (val: any) => void;
23
23
  updateUserId: typeof updateUserId;
24
- theme: string;
25
24
  updateTheme: typeof updateTheme;
26
25
  goToStep: (stepKey: any) => void;
27
26
  isTestForm: () => boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"formContext.d.ts","sourceRoot":"","sources":["../../src/utils/formContext.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAuB,MAAM,wBAAwB,CAAC;AAC3E,OAAO,EAEL,WAAW,EAIX,YAAY,EACZ,WAAW,EACZ,MAAM,QAAQ,CAAC;AAChB,OAAsB,EACpB,aAAa,EACb,eAAe,EACf,oBAAoB,EACpB,wBAAwB,EACxB,qBAAqB,EAEtB,MAAM,iBAAiB,CAAC;AAGzB;;;;;;GAMG;AACH,eAAO,MAAM,cAAc,aAAc,MAAM;;;;;;;;;;;uBA6BxB,GAAG;;;;wBAIF,GAAG;;;;;;;;;;;;;;mBAmEF,MAAM;uCAed,oBAAoB,WACtB,wBAAwB;;;;;;;;;oCAGnB,MAAM;;eAEZ,MAAM,EAAE;0BAEI,MAAM;sCACM,MAAM;;;;;;;;;;;;;;;;;;wCAIJ,qBAAqB;;;;;;;;;6CAEhB,MAAM;;qBAMhC,MAAM,EAAE;;;;;0BAGD;QAAE,WAAW,EAAE,MAAM,EAAE,CAAA;KAAE;8BAErB;QAAE,OAAO,EAAE,MAAM,EAAE,CAAA;KAAE;wBAE3B,eAAe;+BAER,WAAW,KAAG,IAAI;;;;kCAef,YAAY;;6BAiBhC,OAAO,MAAM,EAAE,MAAM,GAAG;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,CAAC;CAQxE,CAAC"}
1
+ {"version":3,"file":"formContext.d.ts","sourceRoot":"","sources":["../../src/utils/formContext.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAuB,MAAM,wBAAwB,CAAC;AAC3E,OAAO,EAEL,WAAW,EAIX,WAAW,EACX,YAAY,EACb,MAAM,QAAQ,CAAC;AAChB,OAAsB,EACpB,aAAa,EACb,eAAe,EACf,oBAAoB,EACpB,wBAAwB,EACxB,qBAAqB,EAEtB,MAAM,iBAAiB,CAAC;AAGzB;;;;;;GAMG;AACH,eAAO,MAAM,cAAc,aAAc,MAAM;;;;;;;;;;;uBA6BxB,GAAG;;;wBAGF,GAAG;;;;;;;;;;;;;;mBAmEF,MAAM;uCAed,oBAAoB,WACtB,wBAAwB;;;;;;;;;oCAGnB,MAAM;;eAEZ,MAAM,EAAE;0BAEI,MAAM;sCACM,MAAM;;;;;;;;;;;;;;;;;;wCAIJ,qBAAqB;;;;;;;;;6CAEhB,MAAM;;qBAMhC,MAAM,EAAE;;;;;0BAGD;QAAE,WAAW,EAAE,MAAM,EAAE,CAAA;KAAE;8BAErB;QAAE,OAAO,EAAE,MAAM,EAAE,CAAA;KAAE;wBAE3B,eAAe;+BAER,WAAW,KAAG,IAAI;;;;kCAef,YAAY;;6BAiBhC,OAAO,MAAM,EAAE,MAAM,GAAG;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,CAAC;CAQxE,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feathery/react",
3
- "version": "2.4.75",
3
+ "version": "2.4.76",
4
4
  "description": "React library for Feathery",
5
5
  "author": "Boyang Dun",
6
6
  "license": "MIT",