@xqmsg/ui-core 0.18.4 → 0.18.5
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/components/navigation/index.d.ts +8 -7
- package/dist/components/table/index.d.ts +1 -1
- package/dist/components/toolbar/index.d.ts +0 -2
- package/dist/ui-core.cjs.development.js +1 -1
- package/dist/ui-core.cjs.development.js.map +1 -1
- package/dist/ui-core.cjs.production.min.js +1 -1
- package/dist/ui-core.cjs.production.min.js.map +1 -1
- package/dist/ui-core.esm.js +1 -1
- package/dist/ui-core.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/navigation/NavigationMenu.stories.tsx +3 -3
- package/src/components/navigation/index.tsx +9 -7
- package/src/components/table/Table.stories.tsx +5 -5
- package/src/components/table/index.tsx +11 -9
- package/src/components/toolbar/index.tsx +0 -3
package/dist/ui-core.esm.js
CHANGED
|
@@ -3094,7 +3094,7 @@ function Table(_ref) {
|
|
|
3094
3094
|
borderCollapse: 'separate',
|
|
3095
3095
|
borderSpacing: '0px'
|
|
3096
3096
|
}
|
|
3097
|
-
}, /*#__PURE__*/React__default.createElement(Thead, null, /*#__PURE__*/React__default.createElement(Tr, {
|
|
3097
|
+
}, headers && /*#__PURE__*/React__default.createElement(Thead, null, /*#__PURE__*/React__default.createElement(Tr, {
|
|
3098
3098
|
_odd: {
|
|
3099
3099
|
bg: colors.label.primary.dark
|
|
3100
3100
|
}
|