@intechstudio/grid-uikit 0.0.8 → 0.0.9

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.
@@ -169,7 +169,7 @@ function close() {
169
169
  <MoltenPushButton
170
170
  text={button.label}
171
171
  snap={"full"}
172
- on:click={() => {
172
+ click={() => {
173
173
  if (typeof button.handler !== "undefined") {
174
174
  button.handler();
175
175
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intechstudio/grid-uikit",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build && npm run package",