@papillonbits/components 0.94.0 → 0.96.0

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.
@@ -115,6 +115,5 @@ function Alert(_ref) {
115
115
  })
116
116
  });
117
117
  }
118
-
119
118
  Alert.propTypes = _Alert.propTypes;
120
119
  Alert.defaultProps = _Alert.defaultProps;
@@ -57,7 +57,6 @@ function Breadcrumb(_ref) {
57
57
  )
58
58
  });
59
59
  },
60
-
61
60
  className: !isSelected ? (0, _classnames["default"])(_Breadcrumb2["default"]['breadcrumb-item']) : (0, _classnames["default"])(_Breadcrumb2["default"]['breadcrumb-item'], _Breadcrumb2["default"]['breadcrumb-item-selected'], _typography["default"]['text-gray']),
62
61
  href: href
63
62
  }, itemOtherProps), {}, {
@@ -44,6 +44,5 @@ function Input(_ref) {
44
44
  autoFocus: autoFocus // eslint-disable-line
45
45
  });
46
46
  }
47
-
48
47
  Input.propTypes = _Input.propTypes;
49
48
  Input.defaultProps = _Input.defaultProps;
@@ -34,7 +34,6 @@ function TabNav(_ref) {
34
34
  children: actions
35
35
  }); // eslint-disable-line react/jsx-no-useless-fragment
36
36
  }
37
-
38
37
  return /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
39
38
  className: (0, _classnames["default"])(className, _TabNav2["default"].tabnav, (0, _defineProperty2["default"])({}, _TabNav2["default"]['tabnav-inactive'], state === _TabNav.tabNavState.inactive)),
40
39
  children: [actions && renderActions(), /*#__PURE__*/(0, _jsxRuntime.jsx)("nav", {
@@ -76,7 +75,6 @@ function TabNav(_ref) {
76
75
  )
77
76
  });
78
77
  },
79
-
80
78
  className: _TabNav2["default"]['tabnav-tab'],
81
79
  href: href
82
80
  }, itemOtherProps), {}, {
@@ -110,7 +108,6 @@ function TabNav(_ref) {
110
108
  )
111
109
  });
112
110
  },
113
-
114
111
  className: (0, _classnames["default"])(className, _TabNav2["default"]['tabnav-tab'], (0, _defineProperty2["default"])((0, _defineProperty2["default"])({}, _TabNav2["default"]['tabnav-tab-inactive'], enabled === false), _TabNav2["default"]['tabnav-tab-hidden'], visible === false))
115
112
  }, itemOtherProps), link.props), {}, {
116
113
  children: link.children
@@ -78,7 +78,6 @@ function SelectMenu(_ref) {
78
78
  }(newIndexItem);
79
79
  }) // eslint-disable-line
80
80
  });
81
-
82
81
  details.current.removeAttribute('open');
83
82
  },
84
83
  className: _SelectMenu2["default"]['SelectMenu-item'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@papillonbits/components",
3
- "version": "0.94.0",
3
+ "version": "0.96.0",
4
4
  "description": "Papillon Bits Components",
5
5
  "homepage": "https://github.com/papillonbits/papillonbits/tree/master/packages/components",
6
6
  "repository": {
@@ -29,8 +29,8 @@
29
29
  "build-release": "npm run build"
30
30
  },
31
31
  "dependencies": {
32
- "@papillonbits/css": "^0.94.0",
33
- "@papillonbits/library": "^0.94.0"
32
+ "@papillonbits/css": "^0.96.0",
33
+ "@papillonbits/library": "^0.96.0"
34
34
  },
35
- "gitHead": "e5001f2db52ccb13a44adf21dc634f1193338f83"
35
+ "gitHead": "08baa3c99f1cc097e7e2b17e6fa6c3d7a96c7088"
36
36
  }