@paubox/ui 0.7.1 → 0.7.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.
Files changed (2) hide show
  1. package/index.esm.js +1 -1
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -31586,7 +31586,7 @@ function _unsupported_iterable_to_array$1(o, minLen) {
31586
31586
  }
31587
31587
  function _templateObject$1() {
31588
31588
  var data = _tagged_template_literal$1([
31589
- "\n position: relative;\n display: flex;\n flex-direction: column;\n z-index: 1;\n border: 1px solid ",
31589
+ "\n position: relative;\n display: flex;\n flex-direction: column;\n min-height: 400px;\n z-index: 1;\n border: 1px solid ",
31590
31590
  ";\n border-radius: ",
31591
31591
  "px;\n overflow: hidden;\n"
31592
31592
  ]);
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": "0.7.1",
5
+ "version": "0.7.2",
6
6
  "type": "module",
7
7
  "private": false,
8
8
  "publishConfig": {