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.
- package/README.md +7 -3
- package/dist/components/ui/cards/Card/index.d.ts.map +1 -1
- package/dist/hooks/stores/authStore.d.ts.map +1 -1
- package/dist/index.cjs +10 -10
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +5 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +1123 -1100
- package/dist/index.mjs.map +1 -1
- package/dist/utils/axiosInstance.d.ts.map +1 -1
- package/dist/utils/config.d.ts +7 -0
- package/dist/utils/config.d.ts.map +1 -0
- package/dist/utils/constants.d.ts +0 -1
- package/dist/utils/constants.d.ts.map +1 -1
- package/package.json +1 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"axiosInstance.d.ts","sourceRoot":"","sources":["../../src/utils/axiosInstance.ts"],"names":[],"mappings":"
|
|
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 @@
|
|
|
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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/utils/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,
|
|
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.
|
|
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",
|