sprintify-ui 0.1.5 → 0.1.6

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.
@@ -18468,6 +18468,7 @@ const us = /* @__PURE__ */ Ee({
18468
18468
  ], 8, b1)) : Ie("", !0),
18469
18469
  t.showRemove ? (F(), te("button", {
18470
18470
  key: 1,
18471
+ type: "button",
18471
18472
  disabled: t.disabled,
18472
18473
  class: "btn btn-white rounded-full p-1 shadow-sm ring-1 ring-black ring-opacity-10 disabled:bg-white disabled:opacity-70",
18473
18474
  onClick: l[0] || (l[0] = (s) => a.$emit("remove"))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sprintify-ui",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "scripts": {
5
5
  "build": "rimraf dist && vue-tsc && vite build",
6
6
  "build-fast": "rimraf dist && vite build",
@@ -28,6 +28,7 @@
28
28
  </a>
29
29
  <button
30
30
  v-if="showRemove"
31
+ type="button"
31
32
  :disabled="disabled"
32
33
  class="btn btn-white rounded-full p-1 shadow-sm ring-1 ring-black ring-opacity-10 disabled:bg-white disabled:opacity-70"
33
34
  @click="$emit('remove')"