@papillonbits/components 0.94.0 → 0.95.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.
|
@@ -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), {}, {
|
|
@@ -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
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@papillonbits/components",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.95.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.
|
|
33
|
-
"@papillonbits/library": "^0.
|
|
32
|
+
"@papillonbits/css": "^0.95.0",
|
|
33
|
+
"@papillonbits/library": "^0.95.0"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "6e08ca262e12617b1dfc817ec5936df181bd8da6"
|
|
36
36
|
}
|