@milaboratories/uikit 2.2.8 → 2.2.9
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/CHANGELOG.md +6 -0
- package/dist/pl-uikit.js +5 -5
- package/dist/pl-uikit.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/src/assets/base.scss +0 -9
- package/src/assets/mixins.scss +3 -4
- package/src/components/PlBtnGroup/PlBtnGroup.vue +5 -5
- package/src/components/PlBtnGroup/pl-btn-group.scss +5 -4
package/CHANGELOG.md
CHANGED
package/dist/pl-uikit.js
CHANGED
|
@@ -1916,10 +1916,10 @@ function ui(n, e, t, o, s, r) {
|
|
|
1916
1916
|
}
|
|
1917
1917
|
const ci = /* @__PURE__ */ Oe(ai, [["render", ui]]), pi = { key: 0 }, fi = ["tabindex", "onKeydown", "onClick"], mi = {
|
|
1918
1918
|
key: 1,
|
|
1919
|
-
class: "
|
|
1919
|
+
class: "pl-btn-group__helper"
|
|
1920
1920
|
}, vi = {
|
|
1921
1921
|
key: 2,
|
|
1922
|
-
class: "
|
|
1922
|
+
class: "pl-btn-group__error"
|
|
1923
1923
|
}, hi = {
|
|
1924
1924
|
name: "PlBtnGroup"
|
|
1925
1925
|
}, jf = /* @__PURE__ */ z({
|
|
@@ -1941,7 +1941,7 @@ const ci = /* @__PURE__ */ Oe(ai, [["render", ui]]), pi = { key: 0 }, fi = ["tab
|
|
|
1941
1941
|
}))
|
|
1942
1942
|
);
|
|
1943
1943
|
return (l, a) => (u(), p("div", {
|
|
1944
|
-
class: H(["
|
|
1944
|
+
class: H(["pl-btn-group", { disabled: l.disabled }])
|
|
1945
1945
|
}, [
|
|
1946
1946
|
l.label ? (u(), p("label", pi, [
|
|
1947
1947
|
g("span", null, F(l.label), 1),
|
|
@@ -1958,11 +1958,11 @@ const ci = /* @__PURE__ */ Oe(ai, [["render", ui]]), pi = { key: 0 }, fi = ["tab
|
|
|
1958
1958
|
})) : S("", !0)
|
|
1959
1959
|
])) : S("", !0),
|
|
1960
1960
|
a[1] || (a[1] = m()),
|
|
1961
|
-
oe(ci, { class: "
|
|
1961
|
+
oe(ci, { class: "pl-btn-group__container" }, {
|
|
1962
1962
|
default: te(() => [
|
|
1963
1963
|
(u(!0), p(ae, null, ce(i.value, (d, c) => (u(), p("div", {
|
|
1964
1964
|
key: c,
|
|
1965
|
-
class: H(["
|
|
1965
|
+
class: H(["pl-btn-group__option text-s", { active: l.modelValue === d.value }]),
|
|
1966
1966
|
tabindex: l.modelValue === d.value || l.disabled ? void 0 : 0,
|
|
1967
1967
|
onKeydown: Re((f) => s(d.value), ["enter"]),
|
|
1968
1968
|
onClick: (f) => s(d.value)
|