@kiva/kv-components 6.27.1 → 6.27.2

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.
@@ -231,7 +231,7 @@ function de(n, i, l, t, z, M) {
231
231
  }, [
232
232
  u("div", {
233
233
  ref: "sideSheetRef",
234
- class: b(["tw-fixed tw-right-0 tw-transition-all tw-duration-300 tw-bg-white tw-overflow-y-auto", {
234
+ class: b(["tw-fixed tw-right-0 tw-transition-all tw-duration-300 tw-bg-white", {
235
235
  "tw-translate-x-full": !t.open,
236
236
  "tw-translate-x-0": t.open,
237
237
  "tw-h-full": n.$slots.controls
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kiva/kv-components",
3
- "version": "6.27.1",
3
+ "version": "6.27.2",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -111,5 +111,5 @@
111
111
  "embla-carousel-fade",
112
112
  "popper.js"
113
113
  ],
114
- "gitHead": "e766ed7236457d109c994d6e675797886a4a52a2"
114
+ "gitHead": "e3554736f4e5b3eee622d9c539a92467f047a32d"
115
115
  }