@platforma-sdk/ui-vue 1.10.17 → 1.10.18

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,13 @@
1
1
  # @platforma-sdk/ui-vue
2
2
 
3
+ ## 1.10.18
4
+
5
+ ### Patch Changes
6
+
7
+ - 166c161: remove global hidden webkit-srollbar
8
+ - Updated dependencies [166c161]
9
+ - @milaboratories/uikit@2.2.9
10
+
3
11
  ## 1.10.17
4
12
 
5
13
  ### Patch Changes
package/dist/lib.js CHANGED
@@ -9699,10 +9699,10 @@ function xE(t, e, n, i, s, a) {
9699
9699
  }
9700
9700
  const SE = /* @__PURE__ */ ui(wE, [["render", xE]]), kE = { key: 0 }, AE = ["tabindex", "onKeydown", "onClick"], TE = {
9701
9701
  key: 1,
9702
- class: "ui-btn-group__helper"
9702
+ class: "pl-btn-group__helper"
9703
9703
  }, EE = {
9704
9704
  key: 2,
9705
- class: "ui-btn-group__error"
9705
+ class: "pl-btn-group__error"
9706
9706
  }, PE = {
9707
9707
  name: "PlBtnGroup"
9708
9708
  }, uG = /* @__PURE__ */ ue({
@@ -9724,7 +9724,7 @@ const SE = /* @__PURE__ */ ui(wE, [["render", xE]]), kE = { key: 0 }, AE = ["tab
9724
9724
  }))
9725
9725
  );
9726
9726
  return (d, c) => (_(), S("div", {
9727
- class: ye(["ui-btn-group", { disabled: d.disabled }])
9727
+ class: ye(["pl-btn-group", { disabled: d.disabled }])
9728
9728
  }, [
9729
9729
  d.label ? (_(), S("label", kE, [
9730
9730
  G("span", null, oe(d.label), 1),
@@ -9741,11 +9741,11 @@ const SE = /* @__PURE__ */ ui(wE, [["render", xE]]), kE = { key: 0 }, AE = ["tab
9741
9741
  })) : Y("", !0)
9742
9742
  ])) : Y("", !0),
9743
9743
  c[1] || (c[1] = O()),
9744
- be(SE, { class: "ui-btn-group__container" }, {
9744
+ be(SE, { class: "pl-btn-group__container" }, {
9745
9745
  default: Re(() => [
9746
9746
  (_(!0), S(Qe, null, ut(l.value, (p, f) => (_(), S("div", {
9747
9747
  key: f,
9748
- class: ye(["ui-btn-group__option text-s", { active: d.modelValue === p.value }]),
9748
+ class: ye(["pl-btn-group__option text-s", { active: d.modelValue === p.value }]),
9749
9749
  tabindex: d.modelValue === p.value || d.disabled ? void 0 : 0,
9750
9750
  onKeydown: ki((m) => s(p.value), ["enter"]),
9751
9751
  onClick: (m) => s(p.value)