@pocketprep/ui-kit 3.4.35 → 3.4.37
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/@pocketprep/ui-kit.js +2 -1
- package/dist/@pocketprep/ui-kit.js.map +1 -1
- package/dist/@pocketprep/ui-kit.umd.cjs +2 -2
- package/dist/@pocketprep/ui-kit.umd.cjs.map +1 -1
- package/dist/style.css +1 -1
- package/lib/components/Forms/Textarea.vue +6 -1
- package/lib/utils.ts +1 -1
- package/package.json +1 -1
|
@@ -14146,6 +14146,7 @@ function k7(e, i, s, o, t, n) {
|
|
|
14146
14146
|
]) : be("", !0),
|
|
14147
14147
|
e.showIconAndTooltip ? (U(), ie("div", {
|
|
14148
14148
|
key: 1,
|
|
14149
|
+
class: "uikit-textarea__tooltip-container",
|
|
14149
14150
|
onMouseenter: i[0] || (i[0] = (j) => e.showTextAreaTooltip = !0),
|
|
14150
14151
|
onMouseleave: i[1] || (i[1] = (j) => e.showTextAreaTooltip = !1),
|
|
14151
14152
|
onFocus: i[2] || (i[2] = (j) => e.showTextAreaTooltip = !0),
|
|
@@ -17765,7 +17766,7 @@ const Wp = /* @__PURE__ */ me(Lt, [["render", Jp]]), Fr = {
|
|
|
17765
17766
|
iconColorDM: Re.pewter
|
|
17766
17767
|
}
|
|
17767
17768
|
}, Rs = (e) => e.keywordDefinitions.length ? e.keywordDefinitions.map((s) => s.keyword).reduce((s, o) => {
|
|
17768
|
-
const t = new RegExp(
|
|
17769
|
+
const t = new RegExp(`\\W(${o})\\W`, "i");
|
|
17769
17770
|
return s.replace(
|
|
17770
17771
|
t,
|
|
17771
17772
|
`<span class="keyword-highlight${e.isDarkMode ? " keyword-highlight--dark" : ""}" data-location="${e.location}">$1</span>`
|