@lattice-php/lattice 0.27.0 → 0.28.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/dist/index.d.ts +1 -1
- package/dist-standalone/chunks/{subscriptions-Bt2s3IF3.js → subscriptions-B1STcwPE.js} +1 -1
- package/dist-standalone/chunks/use-effect-dispatcher-I8So0l_I.js +97 -0
- package/dist-standalone/lattice.js +3 -3
- package/dist-standalone/manifest.json +4 -4
- package/package.json +3 -7
- package/dist/clipboard/index.d.ts +0 -1
- package/dist/clipboard/index.js +0 -2
- package/dist-standalone/chunks/use-effect-dispatcher-DGFXSzA6.js +0 -97
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.
|
|
2
|
+
"version": "0.28.0",
|
|
3
3
|
"files": {
|
|
4
|
-
"lattice.js": "
|
|
4
|
+
"lattice.js": "ccda1052f428",
|
|
5
5
|
"chunks/chart-view-CpYsLvzR.js": "0559db48b797",
|
|
6
6
|
"chunks/date-picker-field-lX8N40Ii.js": "6506021755df",
|
|
7
7
|
"chunks/dist-PaT1gYi_.js": "4da471d00496",
|
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
"chunks/page-props-ClpVjpOc.js": "21b2c0f905aa",
|
|
12
12
|
"chunks/react-B8IZ02wI.js": "20382cff872b",
|
|
13
13
|
"chunks/rich-editor-field-C71csVJv.js": "e594f5361d1e",
|
|
14
|
-
"chunks/subscriptions-
|
|
14
|
+
"chunks/subscriptions-B1STcwPE.js": "0e6afc40f14f",
|
|
15
15
|
"chunks/test-id-Dh3L6Gfh.js": "7958de4f0270",
|
|
16
|
-
"chunks/use-effect-dispatcher-
|
|
16
|
+
"chunks/use-effect-dispatcher-I8So0l_I.js": "111b2aaad109",
|
|
17
17
|
"chunks/with-selector-BwDoCrJJ.js": "6ccd3ad62b42",
|
|
18
18
|
"sprite.svg": "f30900fb9d54"
|
|
19
19
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lattice-php/lattice",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.28.0",
|
|
4
4
|
"description": "Server-driven React components for Laravel and Inertia.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Manuel Christlieb <manuel@christlieb.eu>",
|
|
@@ -43,10 +43,6 @@
|
|
|
43
43
|
"types": "./dist/chat/index.d.ts",
|
|
44
44
|
"import": "./dist/chat/index.js"
|
|
45
45
|
},
|
|
46
|
-
"./clipboard": {
|
|
47
|
-
"types": "./dist/clipboard/index.d.ts",
|
|
48
|
-
"import": "./dist/clipboard/index.js"
|
|
49
|
-
},
|
|
50
46
|
"./core": {
|
|
51
47
|
"types": "./dist/core/index.d.ts",
|
|
52
48
|
"import": "./dist/core/index.js"
|
|
@@ -226,8 +222,8 @@
|
|
|
226
222
|
"@astrojs/starlight": "^0.41.3",
|
|
227
223
|
"@astrojs/starlight-tailwind": "^5.0.0",
|
|
228
224
|
"@codecov/vite-plugin": "^2.0.1",
|
|
229
|
-
"@inertiajs/react": "^3.
|
|
230
|
-
"@inertiajs/vite": "^3.
|
|
225
|
+
"@inertiajs/react": "^3.6.1",
|
|
226
|
+
"@inertiajs/vite": "^3.6.1",
|
|
231
227
|
"@laravel/echo-react": "^2.3.7",
|
|
232
228
|
"@tailwindcss/vite": "^4.1.11",
|
|
233
229
|
"@testing-library/dom": "^10.4.1",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { CopyableText, copyToClipboard } from '../ui/copyable-text.js';
|
package/dist/clipboard/index.js
DELETED