ywana-core8 0.0.292 → 0.0.295
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/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +5 -0
- package/dist/index.css.map +1 -1
- package/dist/index.modern.js +2 -2
- package/dist/index.modern.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/domain/TablePage.js +76 -6
- package/src/domain/squema.js +6 -0
- package/src/site/site.css +5 -0
- package/src/site/site.js +6 -6
- package/src/site/site.test.js +3 -1
package/dist/index.umd.js
CHANGED
@@ -3169,8 +3169,8 @@
|
|
3169
3169
|
return /*#__PURE__*/React__default["default"].createElement(React.Fragment, {
|
3170
3170
|
key: title
|
3171
3171
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
3172
|
-
className: "section-title"
|
3173
|
-
}, title), sections[title].map(function (_ref6) {
|
3172
|
+
className: "section-title " + style
|
3173
|
+
}, sideNav === "max" ? title : ''), sections[title].map(function (_ref6) {
|
3174
3174
|
var id = _ref6.id,
|
3175
3175
|
_ref6$icon = _ref6.icon,
|
3176
3176
|
icon = _ref6$icon === void 0 ? 'info' : _ref6$icon,
|