rr-react-ui-library 0.0.6 → 0.0.8

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.
@@ -15,4 +15,11 @@ export declare const manageTextLength: (text: string, length?: number) => string
15
15
  * @returns The string with each word capitalized
16
16
  */
17
17
  export declare function capitalizeWords(str: string): string;
18
+ /**
19
+ * ### Get Local Storage Data
20
+ * Gets an item in local storage with the provided key.
21
+ * @param key - The key to store the value under
22
+ * @returns - String | null
23
+ */
24
+ export declare function getLocalData(key: string): string | null;
18
25
  //# sourceMappingURL=common.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../src/utils/common.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AACH,eAAO,MAAM,gBAAgB,GAAI,MAAM,MAAM,EAAE,SAAQ,MAAU,KAAG,MAYnE,CAAC;AAEF;;;;;GAKG;AACH,wBAAgB,eAAe,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAOnD"}
1
+ {"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../src/utils/common.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AACH,eAAO,MAAM,gBAAgB,GAAI,MAAM,MAAM,EAAE,SAAQ,MAAU,KAAG,MAYnE,CAAC;AAEF;;;;;GAKG;AACH,wBAAgB,eAAe,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAOnD;AAED;;;;;GAKG;AACH,wBAAgB,YAAY,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAIvD"}
@@ -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.6",
4
+ "version": "0.0.8",
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": {
@@ -48,7 +48,6 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "@fontsource/roboto": "^5.2.9",
51
- "axios": "^1.13.2",
52
51
  "lucide-react": "^0.562.0",
53
52
  "react-toastify": "^11.0.5",
54
53
  "zod": "^3.24.1",
@@ -1,8 +0,0 @@
1
- declare module 'axios' {
2
- interface AxiosRequestConfig {
3
- skipLoader?: boolean;
4
- }
5
- }
6
- declare const axiosInstance: import('axios').AxiosInstance;
7
- export default axiosInstance;
8
- //# sourceMappingURL=axiosInstance.d.ts.map
@@ -1 +0,0 @@
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"}