rr-react-ui-library 0.0.5 → 0.0.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":"axiosInstance.d.ts","sourceRoot":"","sources":["../../src/utils/axiosInstance.ts"],"names":[],"mappings":"AAMA,OAAO,QAAQ,OAAO,CAAC;IACrB,UAAiB,kBAAkB;QACjC,UAAU,CAAC,EAAE,OAAO,CAAC;KACtB;CACF;AAID,QAAA,MAAM,aAAa,+BAA0C,CAAC;AA6C9D,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"axiosInstance.d.ts","sourceRoot":"","sources":["../../src/utils/axiosInstance.ts"],"names":[],"mappings":"AAOA,OAAO,QAAQ,OAAO,CAAC;IACrB,UAAiB,kBAAkB;QACjC,UAAU,CAAC,EAAE,OAAO,CAAC;KACtB;CACF;AAED,QAAA,MAAM,aAAa,+BAAiB,CAAC;AAgDrC,eAAe,aAAa,CAAC"}
@@ -0,0 +1,7 @@
1
+ export interface PackageConfig {
2
+ debug?: boolean;
3
+ apiBaseUrl: string;
4
+ }
5
+ export declare const initConfig: (userConfig: PackageConfig) => void;
6
+ export declare const getConfig: () => PackageConfig;
7
+ //# sourceMappingURL=config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../src/utils/config.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,aAAa;IAC5B,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,UAAU,EAAE,MAAM,CAAC;CACpB;AASD,eAAO,MAAM,UAAU,GAAI,YAAY,aAAa,KAAG,IAItD,CAAC;AAGF,eAAO,MAAM,SAAS,QAAO,aAO5B,CAAC"}
@@ -1,4 +1,3 @@
1
- export declare const API_BASE_URL: any;
2
1
  export declare const TEMP_LOGIN_URL = "jsonplaceholder";
3
2
  export declare const AUTH: {
4
3
  LOGIN_KEY: string;
@@ -1 +1 @@
1
- {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/utils/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY,KAA0C,CAAC;AAEpE,eAAO,MAAM,cAAc,oBAAoB,CAAC;AAEhD,eAAO,MAAM,IAAI;;CAEhB,CAAC"}
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/utils/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc,oBAAoB,CAAC;AAEhD,eAAO,MAAM,IAAI;;CAEhB,CAAC"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "rr-react-ui-library",
3
3
  "private": false,
4
- "version": "0.0.5",
4
+ "version": "0.0.7",
5
5
  "author": "Hari Narayan",
6
6
  "description": "A comprehensive React UI component library featuring forms, layouts, navigation, and UI elements, built with TypeScript, Tailwind CSS, and documented with Storybook.",
7
7
  "repository": {
@@ -49,7 +49,6 @@
49
49
  "dependencies": {
50
50
  "@fontsource/roboto": "^5.2.9",
51
51
  "axios": "^1.13.2",
52
- "json-server": "^1.0.0-beta.3",
53
52
  "lucide-react": "^0.562.0",
54
53
  "react-toastify": "^11.0.5",
55
54
  "zod": "^3.24.1",