blue-react 8.0.0-next.3 → 8.0.0-next.4

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.
Files changed (36) hide show
  1. package/README.md +59 -59
  2. package/dist/components/ActionMenuSwitch.js +2 -2
  3. package/dist/components/Caret.js +2 -2
  4. package/dist/components/DocumentView.js +3 -3
  5. package/dist/components/Grid.js +275 -275
  6. package/dist/components/Header.js +2 -2
  7. package/dist/components/HeaderTitle.js +3 -3
  8. package/dist/components/Intro.js +2 -2
  9. package/dist/components/Layout.js +7 -0
  10. package/dist/components/Outside.js +6 -6
  11. package/dist/components/Page.js +2 -2
  12. package/dist/components/SidebarMenu.js +2 -2
  13. package/dist/components/Switch.js +2 -2
  14. package/dist/style.css +9 -9
  15. package/dist/style.min.css +7 -7
  16. package/dist/style.scss +1 -1
  17. package/dist/styles/_action-menu.scss +81 -81
  18. package/dist/styles/_bootstrap-mixins_overwritten.scss +106 -106
  19. package/dist/styles/_bootstrap-optimizations.scss +13 -13
  20. package/dist/styles/_bootstrap-variables.scss +13 -13
  21. package/dist/styles/_bootstrap.scss +56 -56
  22. package/dist/styles/_caret.scss +50 -50
  23. package/dist/styles/_document-view.scss +6 -6
  24. package/dist/styles/_hover.scss +42 -42
  25. package/dist/styles/_keyframes.scss +73 -73
  26. package/dist/styles/_mixins.scss +6 -6
  27. package/dist/styles/_router.scss +18 -18
  28. package/dist/styles/_switch.scss +21 -21
  29. package/dist/styles/mixins/_action-menu.scss +68 -68
  30. package/dist/styles/mixins/_custom-property.scss +10 -10
  31. package/dist/styles/mixins/_misc.scss +33 -33
  32. package/dist/styles/mixins/_scroll-shadow.scss +9 -9
  33. package/dist/styles/mixins/_sidebar.scss +142 -142
  34. package/dist/styles/mixins/_switch.scss +85 -85
  35. package/dist/types/components/Layout.d.ts +1 -0
  36. package/package.json +88 -88
@@ -29,8 +29,8 @@ function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Sy
29
29
 
30
30
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
31
31
 
32
- /**
33
- * Main component for each page.
32
+ /**
33
+ * Main component for each page.
34
34
  */
35
35
  function Page(_ref) {
36
36
  var children = _ref.children,
@@ -25,8 +25,8 @@ function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Sy
25
25
 
26
26
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
27
27
 
28
- /**
29
- * Sidebar for the `Layout` component.
28
+ /**
29
+ * Sidebar for the `Layout` component.
30
30
  */
31
31
  function SidebarMenu(props) {
32
32
  var _useState = (0, _react.useState)(false),
@@ -13,8 +13,8 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
13
13
 
14
14
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
15
15
 
16
- /**
17
- * Switch.
16
+ /**
17
+ * Switch.
18
18
  */
19
19
  function Switch(_ref) {
20
20
  var className = _ref.className,