@prisma/studio-core 0.0.0-dev.202505102024 → 0.0.0-dev.202505102305
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/dist/ui/index.cjs +49 -41
- package/dist/ui/index.css +12 -148
- package/dist/ui/index.js +15 -7
- package/package.json +1 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prisma/studio-core",
|
|
3
|
-
"version": "0.0.0-dev.
|
|
3
|
+
"version": "0.0.0-dev.202505102305",
|
|
4
4
|
"description": "Modular Prisma Studio components",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -119,13 +119,11 @@
|
|
|
119
119
|
"@tanstack/react-table": "8.20.1",
|
|
120
120
|
"class-variance-authority": "0.7.0",
|
|
121
121
|
"clsx": "2.1.1",
|
|
122
|
-
"date-fns": "4.1.0",
|
|
123
122
|
"dayjs": "1.11.13",
|
|
124
123
|
"motion": "12.9.2",
|
|
125
124
|
"motion-plus": "0.1.6",
|
|
126
125
|
"next-themes": "0.4.6",
|
|
127
126
|
"nuqs": "2.4.1",
|
|
128
|
-
"react-day-picker": "9.6.7",
|
|
129
127
|
"remeda": "2.21.3",
|
|
130
128
|
"short-uuid": "5.2.0",
|
|
131
129
|
"sonner": "2.0.3",
|