blue-react 8.6.0 → 8.6.2

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.
@@ -289,9 +289,16 @@ var Layout = /*#__PURE__*/function (_Component) {
289
289
  hideSidebarMenu: false,
290
290
  unrouteable: false,
291
291
  disableTitleSet: false,
292
- sidebarToggleIconComponent: /*#__PURE__*/_react.default.createElement("span", {
293
- className: "bi-menu"
294
- }),
292
+ sidebarToggleIconComponent: /*#__PURE__*/_react.default.createElement("svg", {
293
+ xmlns: "http://www.w3.org/2000/svg",
294
+ width: "1em",
295
+ height: "1em",
296
+ fill: "currentColor",
297
+ viewBox: "0 0 16 16"
298
+ }, /*#__PURE__*/_react.default.createElement("path", {
299
+ fillRule: "evenodd",
300
+ d: "M2.5 12a.5.5 0 01.5-.5h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5zm0-4a.5.5 0 01.5-.5h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5zm0-4a.5.5 0 01.5-.5h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5z"
301
+ })),
295
302
  statusIcons: {
296
303
  danger: /*#__PURE__*/_react.default.createElement("span", {
297
304
  className: "bi-error"
@@ -133,7 +133,8 @@ function MenuItem(props) {
133
133
  onDragOver: props.onDragOver,
134
134
  onDragLeave: props.onDragLeave,
135
135
  onDrop: props.onDrop,
136
- draggable: props.draggable
136
+ draggable: props.draggable,
137
+ "data-tooltip": props["data-tooltip"]
137
138
  }, /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement("span", {
138
139
  className: (0, _clsx.default)("blue-menu-item-icon", {
139
140
  hasIconForActive: iconForActive