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.
package/dist/sprintify-ui.es.js
CHANGED
|
@@ -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