@lattice-php/lattice 0.21.0 → 0.22.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 +10 -0
- package/dist/action/components/action-form.js +14 -9
- package/dist/action/components/action-form.js.map +1 -1
- package/dist/action/components/action.js +2 -1
- package/dist/action/components/action.js.map +1 -1
- package/dist/action/hooks/use-action.js +42 -35
- package/dist/action/hooks/use-action.js.map +1 -1
- package/dist/action/lib/action-label.d.ts +2 -0
- package/dist/action/lib/action-label.js +9 -0
- package/dist/action/lib/action-label.js.map +1 -0
- package/dist/action/lib/run-action.d.ts +7 -7
- package/dist/action/lib/run-action.js +8 -7
- package/dist/action/lib/run-action.js.map +1 -1
- package/dist/form/components/form.js +3 -1
- package/dist/form/components/form.js.map +1 -1
- package/dist/format/number.d.ts +1 -1
- package/dist/format/number.js.map +1 -1
- package/dist/format/value.d.ts +1 -1
- package/dist/format/value.js.map +1 -1
- package/dist/notifications/components/notifications.js +1 -0
- package/dist/notifications/components/notifications.js.map +1 -1
- package/dist/table/components/bulk-bar.js +15 -14
- package/dist/table/components/bulk-bar.js.map +1 -1
- package/dist/table/components/cells/numeric-cell.d.ts +1 -1
- package/dist/table/components/cells/numeric-cell.js.map +1 -1
- package/dist/table/lib/bulk.js +2 -1
- package/dist/table/lib/bulk.js.map +1 -1
- package/dist/toast/index.d.ts +1 -1
- package/dist/toast/index.js +2 -2
- package/dist/types/generated.d.ts +1 -1
- package/dist/ui/modal.js +3 -1
- package/dist/ui/modal.js.map +1 -1
- package/dist-standalone/chunks/{subscriptions-B_ISgA7V.js → subscriptions-DK_s_F2g.js} +1 -1
- package/dist-standalone/chunks/use-effect-dispatcher-EVZxmfoo.js +97 -0
- package/dist-standalone/lattice.js +15 -15
- package/dist-standalone/manifest.json +4 -4
- package/package.json +3 -3
- package/dist-standalone/chunks/use-effect-dispatcher-D1wPPwHj.js +0 -97
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.
|
|
2
|
+
"version": "0.22.0",
|
|
3
3
|
"files": {
|
|
4
|
-
"lattice.js": "
|
|
4
|
+
"lattice.js": "8d80602c8c23",
|
|
5
5
|
"chunks/chart-view-C6R5iPra.js": "1cde5d9ce29a",
|
|
6
6
|
"chunks/date-picker-field-DhhEB-Mh.js": "a307076df2c1",
|
|
7
7
|
"chunks/dist-PaT1gYi_.js": "4da471d00496",
|
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
"chunks/page-props-DOfg30l5.js": "3c1dea4210c2",
|
|
12
12
|
"chunks/react-B8IZ02wI.js": "20382cff872b",
|
|
13
13
|
"chunks/rich-editor-field-DORXTHPw.js": "3682a51bc646",
|
|
14
|
-
"chunks/subscriptions-
|
|
14
|
+
"chunks/subscriptions-DK_s_F2g.js": "583508e03262",
|
|
15
15
|
"chunks/test-id-Dh3L6Gfh.js": "7958de4f0270",
|
|
16
|
-
"chunks/use-effect-dispatcher-
|
|
16
|
+
"chunks/use-effect-dispatcher-EVZxmfoo.js": "b914dd46ba28",
|
|
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.22.0",
|
|
4
4
|
"description": "Server-driven React components for Laravel and Inertia.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Manuel Christlieb <manuel@christlieb.eu>",
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
"access": "public"
|
|
140
140
|
},
|
|
141
141
|
"scripts": {
|
|
142
|
-
"postinstall": "test ! -f vendor/bin/testbench || npm run boost:refresh",
|
|
142
|
+
"postinstall": "[ -n \"$CI\" ] || test ! -f vendor/bin/testbench || npm run boost:refresh",
|
|
143
143
|
"dev": "vite",
|
|
144
144
|
"build": "vite build",
|
|
145
145
|
"build:lib": "vite build --mode lib",
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
"boost:refresh": "php vendor/bin/testbench boost:update --no-interaction",
|
|
154
154
|
"typecheck": "tsc --noEmit",
|
|
155
155
|
"type-coverage": "type-coverage --project tsconfig.json --at-least 99.5",
|
|
156
|
-
"check": "npm run lint && npm run format:check && npm run typecheck && npm run type-coverage && npm run test && npm run build:lib",
|
|
156
|
+
"check": "npm run lint && npm run format:check && npm run typecheck && npm run type-coverage && npm run test && npm run build:lib && npm run check:package",
|
|
157
157
|
"check:package": "publint --strict && attw --pack . --profile esm-only --exclude-entrypoints ./css",
|
|
158
158
|
"fix": "npm run lint:fix && npm run format",
|
|
159
159
|
"docs:typecheck": "tsc --noEmit -p docs/tsconfig.json",
|