interview-widget 3.2.0 → 3.2.1
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/widget.es.js +1 -1
- package/dist/widget.umd.js +4 -4
- package/package.json +1 -1
package/dist/widget.es.js
CHANGED
|
@@ -554,7 +554,7 @@ const cd = (e) => {
|
|
|
554
554
|
fill: "none",
|
|
555
555
|
xmlns: "http://www.w3.org/2000/svg",
|
|
556
556
|
className: e,
|
|
557
|
-
children: /* @__PURE__ */ c("path", { d: "M18 9.00005C18 9.00005 13.5811 15 12 15C10.4188 15 6 9 6 9", stroke: "#062260",
|
|
557
|
+
children: /* @__PURE__ */ c("path", { d: "M18 9.00005C18 9.00005 13.5811 15 12 15C10.4188 15 6 9 6 9", stroke: "#062260", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
558
558
|
}
|
|
559
559
|
), ka = (e) => /* @__PURE__ */ m(
|
|
560
560
|
"svg",
|