@plastic-js/tsumiki 0.1.80 → 0.1.81

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.
@@ -381,7 +381,7 @@ var List = () => {
381
381
  };
382
382
  return jsx("div", mergeProps(() => part("list"), {
383
383
  ref: holdRef,
384
- className: listClass,
384
+ className: `${listClass} scroller`,
385
385
  style: () => heldHeight() ? { minHeight: `${heldHeight()}px` } : void 0,
386
386
  children: [() => ctx.filter && (() => {
387
387
  const _el0 = _tmpl.cloneNode(true);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plastic-js/tsumiki",
3
- "version": "0.1.80",
3
+ "version": "0.1.81",
4
4
  "description": "A UI component library for Plastic JS.",
5
5
  "license": "MIT",
6
6
  "author": "tigre",