Skip to content

Commit 04daaa4

Browse files
committed
Version bump
1 parent 09b4e50 commit 04daaa4

6 files changed

+17
-11
lines changed

app/package-lock.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"build": "vite build && vite build --ssr"
66
},
77
"devDependencies": {
8-
"@protonemedia/laravel-splade": "file:../protonemedia-laravel-splade-0.2.2.tgz",
8+
"@protonemedia/laravel-splade": "file:../protonemedia-laravel-splade-0.3.0.tgz",
99
"@tailwindcss/forms": "^0.5.2",
1010
"@tailwindcss/typography": "^0.5.2",
1111
"@vitejs/plugin-vue": "^2.3.3",

dist/protone-media-laravel-splade.js

+6
Original file line numberDiff line numberDiff line change
@@ -3583,6 +3583,11 @@ function td(e, t, r) {
35833583
}
35843584
const rd = {
35853585
props: {
3586+
striped: {
3587+
type: Boolean,
3588+
required: !1,
3589+
default: !1
3590+
},
35863591
columns: {
35873592
type: Object,
35883593
required: !0
@@ -3697,6 +3702,7 @@ const rd = {
36973702
isForcedVisible: this.isForcedVisible,
36983703
reset: this.reset,
36993704
showSearchInput: this.showSearchInput,
3705+
striped: this.striped,
37003706
toggleColumn: this.toggleColumn,
37013707
updateQuery: this.updateQuery,
37023708
visit: g.visit

dist/protone-media-laravel-splade.umd.cjs

+1-1
Large diffs are not rendered by default.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@protonemedia/laravel-splade",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"description": "Laravel Splade: the magic of Inertia.js with the simplicity of Blade.",
55
"private": false,
66
"author": "Pascal Baljet <[email protected]>",

0 commit comments

Comments
 (0)