sprintify-ui 0.6.67 → 0.6.68

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.
@@ -6838,6 +6838,7 @@ const Ex = {
6838
6838
  class: de(C(l)),
6839
6839
  style: it(C(s)),
6840
6840
  to: h.to,
6841
+ href: h.href,
6841
6842
  disabled: h.disabled,
6842
6843
  type: h.type,
6843
6844
  onClick: g[0] || (g[0] = (m) => h.$emit("click"))
@@ -6861,7 +6862,7 @@ const Ex = {
6861
6862
  h.loading ? (B(), K("div", Ex, _x)) : ke("", !0)
6862
6863
  ]),
6863
6864
  _: 3
6864
- }, 8, ["class", "style", "to", "disabled", "type"]));
6865
+ }, 8, ["class", "style", "to", "href", "disabled", "type"]));
6865
6866
  }
6866
6867
  }), kx = { class: "relative transform overflow-hidden rounded-lg bg-white ring-1 ring-black ring-opacity-10 p-4 text-left shadow-xl transition-all || sm:my-8 sm:w-full sm:max-w-lg" }, Ax = { class: "sm:flex sm:items-start || sm:gap-4" }, Cx = { class: "mt-3 text-center || sm:mt-0 sm:text-left" }, Tx = {
6867
6868
  id: "modal-title",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sprintify-ui",
3
- "version": "0.6.67",
3
+ "version": "0.6.68",
4
4
  "scripts": {
5
5
  "build": "rimraf dist && vue-tsc && vite build",
6
6
  "build-fast": "rimraf dist && vite build",
@@ -5,6 +5,7 @@
5
5
  :class="classes"
6
6
  :style="styles"
7
7
  :to="to"
8
+ :href="href"
8
9
  :disabled="disabled"
9
10
  :type="type"
10
11
  @click="$emit('click')"