@superfeedback/widget 0.0.35 → 0.0.36
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/style.css +1 -1
- package/dist/widget.css +1 -1
- package/dist/widget.iife.js +1 -1
- package/dist/widget.js +4 -4
- package/package.json +1 -1
package/dist/widget.js
CHANGED
|
@@ -8562,7 +8562,7 @@ var tt = "none", et = class {
|
|
|
8562
8562
|
ref_key: "buttonRef",
|
|
8563
8563
|
ref: wg,
|
|
8564
8564
|
style: normalizeStyle({ zIndex: Kc.annotation.number }),
|
|
8565
|
-
class: "sf:absolute sf:flex sf:size-8 sf:items-center sf:justify-center sf:rounded-full sf:bg-linear-to-r sf:from-[#38bdf8] sf:to-[#2563eb] sf:text-white sf:transition-shadow sf:hover:shadow-lg sf:focus:outline-none",
|
|
8565
|
+
class: "sf:absolute sf:flex sf:size-8 sf:items-center sf:justify-center sf:rounded-full sf:bg-linear-to-r sf:from-[#38bdf8] sf:to-[#2563eb] sf:text-white sf:transition-shadow sf:hover:shadow-lg sf:focus:outline-none sf:border-none",
|
|
8566
8566
|
onClick: withModifiers(kg, ["stop"])
|
|
8567
8567
|
}, toDisplayString(Kc.annotation.number), 5), Kc.annotation.showTextArea ? (openBlock(), createElementBlock("div", {
|
|
8568
8568
|
key: 0,
|
|
@@ -8572,7 +8572,7 @@ var tt = "none", et = class {
|
|
|
8572
8572
|
style: normalizeStyle(unref(Eg))
|
|
8573
8573
|
}, [
|
|
8574
8574
|
createBaseVNode("button", {
|
|
8575
|
-
class: "sf:absolute sf:top-1 sf:right-1 sf:cursor-pointer sf:rounded sf:bg-white sf:text-xs sf:text-gray-700",
|
|
8575
|
+
class: "sf:absolute sf:top-1 sf:right-1 sf:cursor-pointer sf:rounded sf:bg-white sf:text-xs sf:text-gray-700 sf:border-none",
|
|
8576
8576
|
onClick: withModifiers(jg, ["stop"])
|
|
8577
8577
|
}, [createVNode(fd_icon_default, {
|
|
8578
8578
|
iconName: "material-symbols:close-rounded",
|
|
@@ -8590,13 +8590,13 @@ var tt = "none", et = class {
|
|
|
8590
8590
|
createBaseVNode("div", _hoisted_1$3, [createBaseVNode("button", {
|
|
8591
8591
|
disabled: Sg.value.trim() === "",
|
|
8592
8592
|
onClick: bg[1] ||= withModifiers((yg) => Mg(Kc.annotation.number), ["stop"]),
|
|
8593
|
-
class: "sf:cursor-pointer sf:disabled:cursor-not-allowed sf:disabled:opacity-50"
|
|
8593
|
+
class: "sf:cursor-pointer sf:disabled:cursor-not-allowed sf:disabled:opacity-50 sf:border-none"
|
|
8594
8594
|
}, [createVNode(fd_icon_default, {
|
|
8595
8595
|
iconName: "material-symbols:delete-outline",
|
|
8596
8596
|
iconSize: "sm"
|
|
8597
8597
|
})], 8, _hoisted_2$1), createBaseVNode("button", {
|
|
8598
8598
|
disabled: Sg.value.trim() === "",
|
|
8599
|
-
class: "sf:cursor-pointer sf:rounded-full sf:bg-blue-500 sf:px-3 sf:py-1 sf:text-xs sf:text-white sf:shadow sf:transition-colors sf:hover:enabled:bg-blue-600 sf:disabled:cursor-not-allowed sf:disabled:opacity-50",
|
|
8599
|
+
class: "sf:cursor-pointer sf:rounded-full sf:bg-blue-500 sf:px-3 sf:py-1 sf:text-xs sf:text-white sf:shadow sf:transition-colors sf:hover:enabled:bg-blue-600 sf:disabled:cursor-not-allowed sf:disabled:opacity-50 sf:border-none",
|
|
8600
8600
|
onClick: Ag
|
|
8601
8601
|
}, " Save ", 8, _hoisted_3$1)])
|
|
8602
8602
|
], 4)) : createCommentVNode("", !0)], 4));
|