blue-react 8.9.0 → 8.9.1

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/style.scss CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Blue React v8.9.0 (https://bruegmann.github.io/blue-react)
2
+ * Blue React v8.9.1 (https://bruegmann.github.io/blue-react)
3
3
  * Licensed under GNU General Public License v3.0 (https://github.com/bruegmann/blue-react/blob/master/LICENSE).
4
4
  */
5
5
 
@@ -21,6 +21,28 @@
21
21
  padding-right: 0;
22
22
  }
23
23
  }
24
+
25
+ &.open {
26
+ @media screen and (max-width: 1400px) {
27
+ .router-page.active {
28
+ .blue-page {
29
+ filter: blur(3px) brightness(0.8);
30
+ }
31
+ }
32
+ }
33
+
34
+ @include openSidebarMenu();
35
+ }
36
+
37
+ &:not(.open) {
38
+ .blue-sidebar-visible-on-open {
39
+ display: none;
40
+ }
41
+
42
+ .blue-sidebar-hidden-on-open {
43
+ animation: fade-in 1s;
44
+ }
45
+ }
24
46
  }
25
47
 
26
48
  .blue-header-wrapper {
@@ -1,18 +1,12 @@
1
1
  .blue-sidebar-state {
2
2
  &.open {
3
- @media screen and (max-width: 1400px) {
4
- .router-page.active {
5
- .blue-page {
6
- filter: blur(3px) brightness(0.8);
7
- }
8
- }
9
- }
10
-
11
3
  @include openSidebarMenu();
12
4
 
13
- .blue-menu-item:not(.blue-open-menu) {
5
+ .blue-menu-item {
14
6
  width: $bla-sidebar-width;
7
+ }
15
8
 
9
+ .blue-menu-item {
16
10
  & > * {
17
11
  width: auto;
18
12
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blue-react",
3
- "version": "8.9.0",
3
+ "version": "8.9.1",
4
4
  "description": "Blue React Components",
5
5
  "license": "LGPL-3.0-or-later",
6
6
  "main": "index.js",