@paubox/ui 1.6.0 → 1.6.1

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.
Files changed (2) hide show
  1. package/index.esm.js +2 -2
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -29076,7 +29076,7 @@ function _templateObject$8() {
29076
29076
  }
29077
29077
  function _templateObject1$7() {
29078
29078
  var data = _tagged_template_literal$8([
29079
- "\n position: relative;\n overflow: scroll;\n display: flex;\n flex-direction: column;\n max-height: 80%;\n max-width: 800px; // TODO: this should be controllable via props\n gap: ",
29079
+ "\n position: relative;\n overflow: auto;\n display: flex;\n flex-direction: column;\n max-height: 80%;\n max-width: 800px; // TODO: this should be controllable via props\n gap: ",
29080
29080
  "px;\n background-color: white;\n border-radius: ",
29081
29081
  "px;\n outline: none;\n padding: ",
29082
29082
  "px;\n\n ",
@@ -29098,7 +29098,7 @@ function _templateObject2$6() {
29098
29098
  }
29099
29099
  function _templateObject3$4() {
29100
29100
  var data = _tagged_template_literal$8([
29101
- "\n overflow-y: scroll;\n"
29101
+ "\n overflow-y: auto;\n"
29102
29102
  ]);
29103
29103
  _templateObject3$4 = function _templateObject() {
29104
29104
  return data;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@paubox/ui",
3
3
  "author": "Paubox, Inc.",
4
4
  "description": "Paubox Component Library",
5
- "version": "1.6.0",
5
+ "version": "1.6.1",
6
6
  "type": "module",
7
7
  "private": false,
8
8
  "publishConfig": {