blue-web 1.17.4 → 1.17.6

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 Web v1.17.4 (https://bruegmann.github.io/blue-web)
2
+ * Blue Web v1.17.6 (https://bruegmann.github.io/blue-web)
3
3
  * Licensed under GNU General Public License v3.0 (https://github.com/bruegmann/blue-web/blob/master/LICENSE).
4
4
  */
5
5
 
@@ -97,6 +97,8 @@
97
97
  .blue-layout-side {
98
98
  grid-area: side;
99
99
  overflow: auto;
100
+ background: inherit;
101
+ overflow-y: auto;
100
102
  }
101
103
 
102
104
  @media (width < 64rem) {
@@ -120,7 +122,6 @@
120
122
  .blue-layout-main {
121
123
  overflow: auto;
122
124
  grid-area: main;
123
- // grid-column-start: 2;
124
125
  }
125
126
 
126
127
  .blue-layout-body {
@@ -131,6 +132,7 @@
131
132
  margin-right: auto;
132
133
  overflow: auto;
133
134
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity, 1));
135
+ color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity, 1));
134
136
  box-shadow: var(--bs-box-shadow-sm);
135
137
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
136
138
  border-radius: var(--bs-border-radius-lg);
@@ -4,14 +4,27 @@
4
4
  --#{$prefix}nav-link-color: var(--#{$prefix}list-group-action-color);
5
5
  }
6
6
 
7
+ .nav-link:hover,
8
+ .nav-link:focus {
9
+ border-bottom-color: transparent;
10
+ }
11
+
7
12
  .nav-link.active,
8
- .show > .nav-link {
9
- font-weight: var(--blue-tabs-underline-active-font-weight, $font-weight-semibold);
10
- border-bottom-color: var(--blue-tabs-underline-active-border-bottom-color, var(--bs-primary));
13
+ .show > .nav-link,
14
+ .blue-tab:checked {
15
+ &::after {
16
+ @include blue-menu-item-indicator();
17
+ @include blue-menu-item-indicator-horizontal();
18
+ }
19
+
20
+ position: relative;
21
+ font-weight: var(--blue-tabs-underline-active-font-weight, $font-weight-base);
22
+ border-bottom-color: transparent;
23
+ color: var(--bs-nav-underline-link-active-color);
11
24
  }
12
25
  }
13
26
 
14
- .blue-tabs {
27
+ .nav-underline .blue-tabs {
15
28
  display: flex;
16
29
  flex-wrap: wrap;
17
30
  flex-direction: row;
@@ -64,9 +77,4 @@ input.blue-tab:checked + .blue-tab-content {
64
77
 
65
78
  .blue-tabs.nav-underline {
66
79
  row-gap: 0;
67
- .blue-tab:checked {
68
- font-weight: var(--blue-tabs-underline-active-font-weight, $font-weight-semibold);
69
- color: var(--bs-nav-underline-link-active-color);
70
- border-bottom-color: var(--blue-tabs-underline-active-border-bottom-color, var(--bs-primary));
71
- }
72
80
  }
@@ -57,8 +57,8 @@ $sidebar-color: color-contrast($sidebar-bg, $gray-900) !default;
57
57
  $sidebar-color-dark: color-contrast($sidebar-bg-dark, $gray-900) !default;
58
58
 
59
59
  // Color of indicator for active sidebar item.
60
- $sidebar-indicator-color: $sidebar-color !default;
61
- $sidebar-indicator-color-dark: $sidebar-color-dark !default;
60
+ $sidebar-indicator-color: #{var(--bs-primary)} !default;
61
+ $sidebar-indicator-color-dark: #{var(--bs-primary-text-emphasis)} !default;
62
62
 
63
63
  // Background of search control in sidebar.
64
64
  $sidebar-search-bg: $input-bg !default;
@@ -94,8 +94,6 @@
94
94
  @extend .rounded;
95
95
  @extend .shadow;
96
96
  @extend .blue-menu-item-dropdown-from-start;
97
- @extend .blue-sidebar-state;
98
- @extend .open;
99
97
 
100
98
  position: absolute;
101
99
  top: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blue-web",
3
- "version": "1.17.4",
3
+ "version": "1.17.6",
4
4
  "description": "UI components built on top of Bootstrap 5",
5
5
  "license": "LGPL-3.0-or-later",
6
6
  "type": "module",
@@ -49,7 +49,7 @@
49
49
  "astro": "^5.13.5",
50
50
  "autoprefixer": "^10.3.6",
51
51
  "babel-loader": "^8.4.1",
52
- "blue-react": "file:../blue-react/blue-react-10.1.300003.tgz",
52
+ "blue-react": "file:../blue-react/blue-react-10.2.1001.tgz",
53
53
  "colorjs.io": "^0.5.2",
54
54
  "gh-pages": "^3.1.0",
55
55
  "license-report": "^6.2.0",