@pocketprep/ui-kit 3.4.25 → 3.4.26
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 +11 -11
- package/dist/@pocketprep/ui-kit.js.map +1 -1
- package/dist/@pocketprep/ui-kit.umd.cjs +1 -1
- package/dist/@pocketprep/ui-kit.umd.cjs.map +1 -1
- package/dist/style.css +1 -1
- package/lib/components/Filters/FilterDropdown.vue +14 -14
- package/lib/components/Modal/Modal.vue +2 -2
- package/package.json +1 -1
|
@@ -13198,7 +13198,7 @@ let At = class extends we {
|
|
|
13198
13198
|
clickListener(s) {
|
|
13199
13199
|
if (this.showFilterDropdown) {
|
|
13200
13200
|
const o = s.target;
|
|
13201
|
-
!(o != null && o.closest(".filter")) && this.showFilterDropdown !== "checkbox" && document.body.contains(o) && (this.showFilterDropdown = !1);
|
|
13201
|
+
!(o != null && o.closest(".uikit-filter")) && this.showFilterDropdown !== "checkbox" && document.body.contains(o) && (this.showFilterDropdown = !1);
|
|
13202
13202
|
}
|
|
13203
13203
|
}
|
|
13204
13204
|
beforeUnmount() {
|
|
@@ -13273,16 +13273,16 @@ At = bt([
|
|
|
13273
13273
|
}
|
|
13274
13274
|
})
|
|
13275
13275
|
], At);
|
|
13276
|
-
const zd = { class: "filter" };
|
|
13276
|
+
const zd = { class: "uikit-filter" };
|
|
13277
13277
|
function Fd(e, i, s, o, t, n) {
|
|
13278
13278
|
const r = fe("Icon"), O = fe("Link"), k = fe("FilterOptions"), j = Oe("dark");
|
|
13279
13279
|
return q(), ie("div", zd, [
|
|
13280
13280
|
he((q(), Me(O, {
|
|
13281
13281
|
"has-icon": !0,
|
|
13282
13282
|
"aria-expanded": e.showFilterDropdown ? "true" : "false",
|
|
13283
|
-
class: Le(["filter__link", {
|
|
13284
|
-
"filter__link--open": e.showFilterDropdown,
|
|
13285
|
-
"filter__link--responsive": e.responsiveButton
|
|
13283
|
+
class: Le(["uikit-filter__link", {
|
|
13284
|
+
"uikit-filter__link--open": e.showFilterDropdown,
|
|
13285
|
+
"uikit-filter__link--responsive": e.responsiveButton
|
|
13286
13286
|
}]),
|
|
13287
13287
|
role: "button",
|
|
13288
13288
|
type: "tertiary",
|
|
@@ -13293,11 +13293,11 @@ function Fd(e, i, s, o, t, n) {
|
|
|
13293
13293
|
default: Ze(() => [
|
|
13294
13294
|
Ge(r, {
|
|
13295
13295
|
type: "filter",
|
|
13296
|
-
class: "filter__icon"
|
|
13296
|
+
class: "uikit-filter__icon"
|
|
13297
13297
|
}),
|
|
13298
13298
|
oe("span", {
|
|
13299
|
-
class: Le(["filter__text", {
|
|
13300
|
-
"filter__text--responsive": e.responsiveButton
|
|
13299
|
+
class: Le(["uikit-filter__text", {
|
|
13300
|
+
"uikit-filter__text--responsive": e.responsiveButton
|
|
13301
13301
|
}])
|
|
13302
13302
|
}, ye(e.filterLabel), 3)
|
|
13303
13303
|
]),
|
|
@@ -13307,9 +13307,9 @@ function Fd(e, i, s, o, t, n) {
|
|
|
13307
13307
|
]),
|
|
13308
13308
|
e.showFilterDropdown ? he((q(), ie("div", {
|
|
13309
13309
|
key: 0,
|
|
13310
|
-
class: Le(["filter__dropdown", {
|
|
13311
|
-
[`filter__dropdown--${e.align}`]: !0,
|
|
13312
|
-
[`filter__dropdown--${e.size}`]: !0
|
|
13310
|
+
class: Le(["uikit-filter__dropdown", {
|
|
13311
|
+
[`uikit-filter__dropdown--${e.align}`]: !0,
|
|
13312
|
+
[`uikit-filter__dropdown--${e.size}`]: !0
|
|
13313
13313
|
}])
|
|
13314
13314
|
}, [
|
|
13315
13315
|
Be(e.$slots, "filterOptions", {}, () => [
|