mountain-ui 1.0.150 → 1.0.151

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mountain-ui",
3
3
  "private": false,
4
- "version": "1.0.150",
4
+ "version": "1.0.151",
5
5
  "description": "A comprehensive UI component library for ERP systems with field types, entities, and registry management built with Svelte",
6
6
  "type": "module",
7
7
  "module": "index.js",
@@ -198,6 +198,7 @@
198
198
  {#if columnIndex + 1 === columns.length}
199
199
  <div class="delete">
200
200
  <IconButton
201
+ avoidRipple
201
202
  variant="destructive"
202
203
  onClick={() => {
203
204
  handleDeleteLine(lineIndex);