aural-ui 2.1.21 → 3.0.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.
- package/README.md +71 -6
- package/dist/components/drawer/index.tsx +4 -2
- package/dist/components/textarea/index.tsx +5 -4
- package/dist/icons/circular-play-icon/CircularPlayIcon.stories.tsx +525 -0
- package/dist/icons/circular-play-icon/index.tsx +33 -0
- package/dist/icons/circular-play-icon/meta.ts +8 -0
- package/dist/icons/index.ts +2 -0
- package/dist/icons/scroll-down-icon/ScrollDownIcon.stories.tsx +535 -0
- package/dist/icons/scroll-down-icon/index.tsx +32 -0
- package/dist/icons/scroll-down-icon/meta.ts +8 -0
- package/dist/index.cjs +61 -61
- package/dist/index.js +61 -61
- package/package.json +16 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aural-ui",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A modern CLI toolkit for seamlessly integrating customizable UI components into React project. Quickly scaffold, add, and manage production-ready components with minimal configuration.",
|
|
6
6
|
"publishConfig": {
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
},
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
|
-
"url": "https://github.com/Pocket-Fm/
|
|
11
|
+
"url": "https://github.com/Pocket-Fm/aural-ui.git"
|
|
12
12
|
},
|
|
13
13
|
"sideEffects": false,
|
|
14
14
|
"main": "dist/index.cjs",
|
|
@@ -55,12 +55,12 @@
|
|
|
55
55
|
"theming",
|
|
56
56
|
"react-components"
|
|
57
57
|
],
|
|
58
|
-
"author": "
|
|
58
|
+
"author": "Aniket Mahajan (aniket.mahajan@pocketfm.com)",
|
|
59
59
|
"license": "MIT",
|
|
60
60
|
"bugs": {
|
|
61
|
-
"url": "https://github.com/Pocket-Fm/
|
|
61
|
+
"url": "https://github.com/Pocket-Fm/aural-ui/issues"
|
|
62
62
|
},
|
|
63
|
-
"homepage": "https://github.com/Pocket-Fm/
|
|
63
|
+
"homepage": "https://github.com/Pocket-Fm/aural-ui#readme",
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"chalk": "^4.1.2",
|
|
66
66
|
"cli-progress": "^3.12.0",
|
|
@@ -71,7 +71,10 @@
|
|
|
71
71
|
"handlebars": "^4.7.7",
|
|
72
72
|
"inquirer": "^8.2.4",
|
|
73
73
|
"ora": "^5.4.1",
|
|
74
|
-
"vaul": "^1.1.2"
|
|
74
|
+
"vaul": "^1.1.2",
|
|
75
|
+
"@modelcontextprotocol/sdk": "^1.27.0",
|
|
76
|
+
"tsx": "^4.21.0",
|
|
77
|
+
"zod": "^3.25.32"
|
|
75
78
|
},
|
|
76
79
|
"devDependencies": {
|
|
77
80
|
"@changesets/cli": "^2.29.2",
|
|
@@ -98,9 +101,9 @@
|
|
|
98
101
|
"@radix-ui/react-tabs": "^1.1.12",
|
|
99
102
|
"@radix-ui/react-toggle": "^1.1.9",
|
|
100
103
|
"@radix-ui/react-tooltip": "^1.2.7",
|
|
101
|
-
"@storybook/addon-docs": "10.
|
|
102
|
-
"@storybook/addon-vitest": "10.
|
|
103
|
-
"@storybook/react-vite": "10.
|
|
104
|
+
"@storybook/addon-docs": "^10.2.0",
|
|
105
|
+
"@storybook/addon-vitest": "^10.2.0",
|
|
106
|
+
"@storybook/react-vite": "^10.2.0",
|
|
104
107
|
"@tailwindcss/vite": "^4.1.4",
|
|
105
108
|
"@types/cli-progress": "^3.11.6",
|
|
106
109
|
"@types/figlet": "^1.7.0",
|
|
@@ -119,7 +122,7 @@
|
|
|
119
122
|
"eslint": "^8.57.1",
|
|
120
123
|
"eslint-config-prettier": "^10.1.5",
|
|
121
124
|
"eslint-plugin-prettier": "^5.4.0",
|
|
122
|
-
"eslint-plugin-storybook": "10.
|
|
125
|
+
"eslint-plugin-storybook": "^10.2.0",
|
|
123
126
|
"husky": "^9.1.7",
|
|
124
127
|
"playwright": "^1.52.0",
|
|
125
128
|
"prettier": "^3.5.3",
|
|
@@ -127,17 +130,15 @@
|
|
|
127
130
|
"react-hook-form": "^7.56.4",
|
|
128
131
|
"react-resizable-panels": "^3.0.2",
|
|
129
132
|
"sonner": "^2.0.3",
|
|
130
|
-
"storybook": "10.
|
|
133
|
+
"storybook": "^10.2.0",
|
|
131
134
|
"tailwind-merge": "^3.3.1",
|
|
132
|
-
"tailwindcss": "^4.1.
|
|
135
|
+
"tailwindcss": "^4.1.8",
|
|
133
136
|
"ts-node": "^10.9.2",
|
|
134
137
|
"tsconfig-paths": "^4.2.0",
|
|
135
138
|
"tsup": "^8.4.0",
|
|
136
|
-
"tsx": "^4.21.0",
|
|
137
139
|
"typescript": "^5.8.3",
|
|
138
140
|
"vite-tsconfig-paths": "^5.1.4",
|
|
139
|
-
"vitest": "^3.1.3"
|
|
140
|
-
"zod": "^3.25.32"
|
|
141
|
+
"vitest": "^3.1.3"
|
|
141
142
|
},
|
|
142
143
|
"engines": {
|
|
143
144
|
"node": ">=14.16"
|