@stsdti/funky-ui-kit 1.3.5 → 1.3.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.
- package/dist/funky-ui-kit.es.js +2 -3
- package/dist/funky-ui-kit.es.js.map +1 -1
- package/package.json +1 -1
- package/web-types.json +1 -1
package/dist/funky-ui-kit.es.js
CHANGED
|
@@ -20576,7 +20576,6 @@ const _sfc_main$1m = {
|
|
|
20576
20576
|
close2({ value: false });
|
|
20577
20577
|
}
|
|
20578
20578
|
return (_ctx, _cache2) => {
|
|
20579
|
-
const _component_app_button = resolveComponent("app-button");
|
|
20580
20579
|
return openBlock(), createBlock(AppModal, {
|
|
20581
20580
|
modelValue: isVisible.value,
|
|
20582
20581
|
"onUpdate:modelValue": _cache2[0] || (_cache2[0] = ($event) => isVisible.value = $event),
|
|
@@ -20596,7 +20595,7 @@ const _sfc_main$1m = {
|
|
|
20596
20595
|
}, null, 8, _hoisted_3$v)) : (openBlock(), createElementBlock("p", _hoisted_4$n, toDisplayString(__props.text), 1))
|
|
20597
20596
|
]),
|
|
20598
20597
|
createElementVNode("div", _hoisted_5$i, [
|
|
20599
|
-
createVNode(
|
|
20598
|
+
createVNode(_sfc_main$1E, {
|
|
20600
20599
|
class: "btn app-alert-cancel-btn border",
|
|
20601
20600
|
onClick: onCancel
|
|
20602
20601
|
}, {
|
|
@@ -20605,7 +20604,7 @@ const _sfc_main$1m = {
|
|
|
20605
20604
|
]),
|
|
20606
20605
|
_: 1
|
|
20607
20606
|
}),
|
|
20608
|
-
createVNode(
|
|
20607
|
+
createVNode(_sfc_main$1E, {
|
|
20609
20608
|
class: normalizeClass(confirmButtonClass.value),
|
|
20610
20609
|
onClick: onConfirm
|
|
20611
20610
|
}, {
|