@betterinternship/components 1.3.2 → 1.3.3

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.
@@ -10,3 +10,4 @@ export interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElemen
10
10
  }
11
11
  declare const Button: React.ForwardRefExoticComponent<ButtonProps & React.RefAttributes<HTMLButtonElement>>;
12
12
  export { Button, buttonVariants };
13
+ //# sourceMappingURL=Button.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../src/components/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAGlE,QAAA,MAAM,cAAc;;;;mFAiEnB,CAAC;AAEF,MAAM,WAAW,WACf,SAAQ,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EACnD,YAAY,CAAC,OAAO,cAAc,CAAC;IACrC,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,QAAA,MAAM,MAAM,uFAWX,CAAC;AAGF,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,CAAC"}
package/dist/config.d.ts CHANGED
@@ -4,3 +4,4 @@ interface PackageConfig {
4
4
  export declare let config: PackageConfig;
5
5
  export declare const configure: (newConfig: PackageConfig) => void;
6
6
  export {};
7
+ //# sourceMappingURL=config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../src/config.tsx"],"names":[],"mappings":"AAAA,UAAU,aAAa;IACtB,eAAe,EAAE,MAAM,CAAC;CACxB;AAED,eAAO,IAAI,MAAM,EAAE,aAElB,CAAC;AAEF,eAAO,MAAM,SAAS,GAAI,WAAW,aAAa,SAEjD,CAAA"}
@@ -19,3 +19,4 @@ export declare function useAsyncProcess<T>({ processId, baseInterval, maxInterva
19
19
  isFetching: boolean;
20
20
  };
21
21
  export {};
22
+ //# sourceMappingURL=ClientProcess.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ClientProcess.d.ts","sourceRoot":"","sources":["../../src/hooks/ClientProcess.tsx"],"names":[],"mappings":"AAIA,KAAK,aAAa,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAC;AAWtD,UAAU,sBAAsB;IAC9B,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAeD;;;;;;GAMG;AACH,wBAAgB,eAAe,CAAC,CAAC,EAAE,EACjC,SAAS,EACT,YAAmB,EACnB,WAAmB,GACpB,EAAE,sBAAsB;;;;;;EA+CxB"}
package/dist/index.d.ts CHANGED
@@ -2,3 +2,4 @@ import "./index.css";
2
2
  export * from '@/config';
3
3
  export * from "@/components/Button";
4
4
  export * from "@/hooks/ClientProcess";
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":"AAAA,OAAO,aAAa,CAAA;AACpB,cAAc,UAAU,CAAA;AACxB,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC"}
package/dist/utils.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  import { type ClassValue } from "clsx";
2
2
  export declare function cn(...inputs: ClassValue[]): string;
3
+ //# sourceMappingURL=utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../src/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,UAAU,EAAE,MAAM,MAAM,CAAC;AAG7C,wBAAgB,EAAE,CAAC,GAAG,MAAM,EAAE,UAAU,EAAE,UAEzC"}
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@betterinternship/components",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "main": "dist/index.esm.js",
5
5
  "module": "dist/index.esm.js",
6
- "types": "dist/index.d.mts",
6
+ "types": "dist/index.d.ts",
7
7
  "scripts": {
8
8
  "build": "rollup -c",
9
9
  "prepare": "npm run build"