@vritti/quantum-ui 0.1.23 → 0.2.0

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.
Files changed (77) hide show
  1. package/dist/Button.d.ts +10 -3
  2. package/dist/Button.js +21 -36
  3. package/dist/Button.js.map +1 -1
  4. package/dist/Button2.js +42 -0
  5. package/dist/Button2.js.map +1 -0
  6. package/dist/Card.d.ts +8 -8
  7. package/dist/Card.js.map +1 -1
  8. package/dist/Checkbox.d.ts +5 -8
  9. package/dist/Checkbox.js +41 -30
  10. package/dist/Checkbox.js.map +1 -1
  11. package/dist/DatePicker.d.ts +4 -4
  12. package/dist/DatePicker.js +4055 -246
  13. package/dist/DatePicker.js.map +1 -1
  14. package/dist/Form.d.ts +70 -88
  15. package/dist/Form.js +34 -30
  16. package/dist/Form.js.map +1 -1
  17. package/dist/Label.js.map +1 -1
  18. package/dist/OTPField.js +2 -12
  19. package/dist/OTPField.js.map +1 -1
  20. package/dist/PasswordField.js.map +1 -1
  21. package/dist/PhoneField.js +6 -12
  22. package/dist/PhoneField.js.map +1 -1
  23. package/dist/Skeleton.d.ts +1 -1
  24. package/dist/Skeleton.js +2 -11
  25. package/dist/Skeleton.js.map +1 -1
  26. package/dist/Spinner.d.ts +14 -0
  27. package/dist/Spinner.js +31 -0
  28. package/dist/Spinner.js.map +1 -0
  29. package/dist/TextArea.js +4 -10
  30. package/dist/TextArea.js.map +1 -1
  31. package/dist/TextField.js +18 -2
  32. package/dist/TextField.js.map +1 -1
  33. package/dist/ThemeToggle.js.map +1 -1
  34. package/dist/Typography.js.map +1 -1
  35. package/dist/assets/quantum-ui.css +47 -31
  36. package/dist/axios.d.ts +1 -1
  37. package/dist/axios.js +11 -16
  38. package/dist/axios.js.map +1 -1
  39. package/dist/components/Button.js +2 -1
  40. package/dist/components/Button.js.map +1 -1
  41. package/dist/components/Form.js +1 -1
  42. package/dist/components/Progress.js +2 -5
  43. package/dist/components/Progress.js.map +1 -1
  44. package/dist/components/{DataTable.d.ts → Spinner.d.ts} +1 -1
  45. package/dist/components/Spinner.js +2 -0
  46. package/dist/components/Spinner.js.map +1 -0
  47. package/dist/createLucideIcon.js.map +1 -1
  48. package/dist/field.js +25 -143
  49. package/dist/field.js.map +1 -1
  50. package/dist/index.d.ts +107 -134
  51. package/dist/index.js +4 -3
  52. package/dist/index.js.map +1 -1
  53. package/dist/index2.js +54 -116
  54. package/dist/index2.js.map +1 -1
  55. package/dist/index3.js +103 -1
  56. package/dist/index3.js.map +1 -1
  57. package/dist/index4.js +31 -55
  58. package/dist/index4.js.map +1 -1
  59. package/dist/index5.js +86 -2
  60. package/dist/index5.js.map +1 -1
  61. package/dist/index6.js +1 -1
  62. package/dist/index6.js.map +1 -1
  63. package/dist/utils/axios.d.ts +1 -1
  64. package/dist/utils/axios.js +1 -1
  65. package/dist/utils.js.map +1 -1
  66. package/package.json +21 -19
  67. package/dist/Combination.js +0 -3869
  68. package/dist/Combination.js.map +0 -1
  69. package/dist/DataTable.d.ts +0 -31
  70. package/dist/DataTable.js +0 -4989
  71. package/dist/DataTable.js.map +0 -1
  72. package/dist/Input.js +0 -22
  73. package/dist/Input.js.map +0 -1
  74. package/dist/check.js +0 -15
  75. package/dist/check.js.map +0 -1
  76. package/dist/components/DataTable.js +0 -2
  77. package/dist/components/DataTable.js.map +0 -1
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
8
- "version": "0.1.23",
8
+ "version": "0.2.0",
9
9
  "type": "module",
10
10
  "sideEffects": false,
11
11
  "repository": {
@@ -88,14 +88,14 @@
88
88
  "types": "./dist/DatePicker.d.ts",
89
89
  "import": "./dist/components/DatePicker.js"
90
90
  },
91
- "./DataTable": {
92
- "types": "./dist/DataTable.d.ts",
93
- "import": "./dist/components/DataTable.js"
94
- },
95
91
  "./Skeleton": {
96
92
  "types": "./dist/Skeleton.d.ts",
97
93
  "import": "./dist/components/Skeleton.js"
98
94
  },
95
+ "./Spinner": {
96
+ "types": "./dist/Spinner.d.ts",
97
+ "import": "./dist/components/Spinner.js"
98
+ },
99
99
  "./Field": {
100
100
  "types": "./dist/Field.d.ts",
101
101
  "import": "./dist/shadcn/shadcnField.js"
@@ -115,42 +115,45 @@
115
115
  "build:js": "vite build",
116
116
  "build:types": "tsc --project tsconfig.lib.json --emitDeclarationOnly",
117
117
  "build:watch": "npm run build:types && vite build --watch",
118
- "lint": "eslint .",
118
+ "check": "biome check --write .",
119
+ "format": "biome format --write .",
120
+ "lint": "biome lint .",
119
121
  "preview": "vite preview",
120
122
  "storybook": "storybook dev -p 6006",
121
123
  "build-storybook": "storybook build",
122
124
  "build-storybook:github": "NODE_ENV=production storybook build"
123
125
  },
124
126
  "peerDependencies": {
127
+ "@tanstack/react-query": "^5.0.0",
125
128
  "react": "^18.0.0 || ^19.0.0",
126
129
  "react-dom": "^18.0.0 || ^19.0.0",
127
130
  "react-router-dom": "^6.0.0 || ^7.0.0"
128
131
  },
132
+ "peerDependenciesMeta": {
133
+ "@tanstack/react-query": {
134
+ "optional": true
135
+ }
136
+ },
129
137
  "devDependencies": {
130
- "@eslint/js": "^9.25.0",
131
- "@storybook/addon-docs": "10.0.8",
132
- "@storybook/addon-themes": "^10.0.8",
133
- "@storybook/react-vite": "10.0.8",
138
+ "@biomejs/biome": "2.2.3",
139
+ "@storybook/addon-docs": "10.1.11",
140
+ "@storybook/addon-themes": "^10.1.11",
141
+ "@storybook/react-vite": "10.1.11",
134
142
  "@tailwindcss/postcss": "^4.1.13",
143
+ "@tanstack/react-query": "^5.90.17",
135
144
  "@types/node": "^22.18.1",
136
145
  "@types/react": "^19.1.2",
137
146
  "@types/react-dom": "^19.1.2",
138
147
  "@vitejs/plugin-react": "^4.4.1",
139
148
  "ajv": "^8.17.1",
140
- "eslint": "^9.25.0",
141
- "eslint-plugin-react-hooks": "^5.2.0",
142
- "eslint-plugin-react-refresh": "^0.4.19",
143
- "eslint-plugin-storybook": "10.0.8",
144
149
  "glob": "^11.0.2",
145
- "globals": "^16.0.0",
146
150
  "react": "^19.1.0",
147
151
  "react-dom": "^19.1.0",
148
152
  "react-router-dom": "^7.9.4",
149
- "storybook": "10.0.8",
153
+ "storybook": "10.1.11",
150
154
  "tailwindcss": "^4.1.17",
151
155
  "tw-animate-css": "^1.3.8",
152
156
  "typescript": "~5.8.3",
153
- "typescript-eslint": "^8.30.1",
154
157
  "vite": "^7.1.6",
155
158
  "vite-plugin-dts": "^4.5.4"
156
159
  },
@@ -176,7 +179,6 @@
176
179
  "react-hook-form": "^7.66.0",
177
180
  "react-phone-number-input": "^3.4.12",
178
181
  "tailwind-merge": "^3.3.1",
179
- "zod": "^4.1.12",
180
- "@tanstack/react-table": "^8.20.5"
182
+ "zod": "^4.1.12"
181
183
  }
182
184
  }