@circle-vibe/shared 1.1.5 → 1.1.7

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 +1 @@
1
- {"version":3,"file":"form-control-label.js","sourceRoot":"","sources":["../../../../../src/components/form/form-control-label/form-control-label.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+CAA0C;AAG1C,kEAA8D;AAC9D,0CAAuC;AAIhC,MAAM,gBAAgB,GAAqC,CAAC,EAAE,QAAQ,EAAE,EAAE,EAAE;IACjF,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,UAAU,EAAE,GAAG,IAAA,kBAAU,EAAC,4BAAY,CAAC,CAAC;IAE9D,OAAO,CACL,8BAAC,aAAK,IAAC,UAAU,EAAE,UAAU,EAAE,SAAS,EAAE,OAAO,CAAC,MAAM,EAAE,MAAM,CAAC,IAC9D,QAAQ,CACH,CACT,CAAC;AACJ,CAAC,CAAC;AARW,QAAA,gBAAgB,oBAQ3B"}
1
+ {"version":3,"file":"form-control-label.js","sourceRoot":"","sources":["../../../../../src/components/form/form-control-label/form-control-label.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+CAA0C;AAG1C,kEAA8D;AAC9D,0CAAuC;AAEhC,MAAM,gBAAgB,GAAqC,CAAC,EAAE,QAAQ,EAAE,EAAE,EAAE;IACjF,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,UAAU,EAAE,GAAG,IAAA,kBAAU,EAAC,4BAAY,CAAC,CAAC;IAE9D,OAAO,CACL,8BAAC,aAAK,IAAC,UAAU,EAAE,UAAU,EAAE,SAAS,EAAE,OAAO,CAAC,MAAM,EAAE,MAAM,CAAC,IAC9D,QAAQ,CACH,CACT,CAAC;AACJ,CAAC,CAAC;AARW,QAAA,gBAAgB,oBAQ3B"}
@@ -1,2 +1,2 @@
1
- import { FormikContextType } from "formik";
2
- export declare const useFormContext: () => FormikContextType<unknown>;
1
+ import { FormikContextType } from 'formik';
2
+ export declare function useFormContext<T = unknown>(): FormikContextType<T>;
@@ -2,9 +2,9 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.useFormContext = void 0;
4
4
  const formik_1 = require("formik");
5
- const useFormContext = () => {
5
+ function useFormContext() {
6
6
  const formikContext = (0, formik_1.useFormikContext)();
7
7
  return formikContext;
8
- };
8
+ }
9
9
  exports.useFormContext = useFormContext;
10
10
  //# sourceMappingURL=use-form-context.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"use-form-context.js","sourceRoot":"","sources":["../../../../src/hooks/use-form-context/use-form-context.ts"],"names":[],"mappings":";;;AAAA,mCAA6D;AAEtD,MAAM,cAAc,GAAG,GAAG,EAAE;IACjC,MAAM,aAAa,GAAG,IAAA,yBAAgB,GAAE,CAAC;IAEzC,OAAO,aAA2C,CAAC;AACrD,CAAC,CAAA;AAJY,QAAA,cAAc,kBAI1B"}
1
+ {"version":3,"file":"use-form-context.js","sourceRoot":"","sources":["../../../../src/hooks/use-form-context/use-form-context.ts"],"names":[],"mappings":";;;AAAA,mCAA6D;AAE7D,SAAgB,cAAc;IAC5B,MAAM,aAAa,GAAG,IAAA,yBAAgB,GAAK,CAAC;IAE5C,OAAO,aAAqC,CAAC;AAC/C,CAAC;AAJD,wCAIC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@circle-vibe/shared",
3
- "version": "1.1.5",
3
+ "version": "1.1.7",
4
4
  "types": "./build/index.d.ts",
5
5
  "description": "Shared componenets, utils, hooks",
6
6
  "scripts": {