@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.
@@ -2,7 +2,6 @@ declare const _default: {
2
2
  baseStyle: {
3
3
  borderRadius: string;
4
4
  fontWeight: string;
5
- lineHeight: string;
6
5
  };
7
6
  variants: {
8
7
  '@primary': (props: any) => {
package/dist/esm/index.js CHANGED
@@ -55922,7 +55922,7 @@ var SideNav = function (_a) {
55922
55922
  var SideNavContainer = function (props) { return (React__default.createElement(VStack, __assign$g({ spacing: 6, alignItems: "inherit", minH: "100%" }, props))); };
55923
55923
  var SideNavHeader = function (_a) {
55924
55924
  var children = _a.children, rest = __rest$c(_a, ["children"]);
55925
- return (React__default.createElement(Flex$1, __assign$g({ h: "3.2rem", alignItems: "center" }, rest), children));
55925
+ return (React__default.createElement(Flex$1, __assign$g({ alignItems: "center" }, rest), children));
55926
55926
  };
55927
55927
  var SideNavBody = function (_a) {
55928
55928
  var children = _a.children, rest = __rest$c(_a, ["children"]);
@@ -56208,8 +56208,7 @@ var customVariant = function (_a) {
56208
56208
  var button = {
56209
56209
  baseStyle: {
56210
56210
  borderRadius: 'md',
56211
- fontWeight: 'semibold',
56212
- lineHeight: '0px'
56211
+ fontWeight: 'semibold'
56213
56212
  },
56214
56213
  variants: {
56215
56214
  '@primary': function (props) {