@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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @milaboratories/uikit
2
2
 
3
+ ## 2.2.9
4
+
5
+ ### Patch Changes
6
+
7
+ - 166c161: remove global hidden webkit-srollbar
8
+
3
9
  ## 2.2.8
4
10
 
5
11
  ### Patch Changes
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: "ui-btn-group__helper"
1919
+ class: "pl-btn-group__helper"
1920
1920
  }, vi = {
1921
1921
  key: 2,
1922
- class: "ui-btn-group__error"
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(["ui-btn-group", { disabled: l.disabled }])
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: "ui-btn-group__container" }, {
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(["ui-btn-group__option text-s", { active: l.modelValue === d.value }]),
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)