@paygreen/pgui 2.13.2 → 2.13.3

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/dist/cjs/index.js CHANGED
@@ -55948,7 +55948,7 @@ var SideNav = function (_a) {
55948
55948
  var SideNavContainer = function (props) { return (React__default["default"].createElement(react.VStack, __assign$g({ spacing: 6, alignItems: "inherit", minH: "100%" }, props))); };
55949
55949
  var SideNavHeader = function (_a) {
55950
55950
  var children = _a.children, rest = __rest$c(_a, ["children"]);
55951
- return (React__default["default"].createElement(react.Flex, __assign$g({ h: "3.2rem", alignItems: "center" }, rest), children));
55951
+ return (React__default["default"].createElement(react.Flex, __assign$g({ alignItems: "center" }, rest), children));
55952
55952
  };
55953
55953
  var SideNavBody = function (_a) {
55954
55954
  var children = _a.children, rest = __rest$c(_a, ["children"]);
@@ -56234,8 +56234,7 @@ var customVariant = function (_a) {
56234
56234
  var button = {
56235
56235
  baseStyle: {
56236
56236
  borderRadius: 'md',
56237
- fontWeight: 'semibold',
56238
- lineHeight: '0px'
56237
+ fontWeight: 'semibold'
56239
56238
  },
56240
56239
  variants: {
56241
56240
  '@primary': function (props) {