blue-web 1.21.2 → 1.21.8

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.21.2 (https://bruegmann.github.io/blue-web)
2
+ * Blue Web v1.21.8 (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
 
@@ -1,5 +1,5 @@
1
1
  .blue-anchored {
2
- position-try: flip-inline;
2
+ position-try: flip-inline, flip-block;
3
3
  position-area: bottom span-right;
4
4
  position: fixed;
5
5
 
@@ -137,7 +137,7 @@
137
137
  }
138
138
 
139
139
  .blue-layout-body {
140
- --spacing: 0.25rem;
140
+ --spacing: 0.5rem;
141
141
  --blue-menu-item-indicator-bg: #{$sidebar-indicator-color};
142
142
  --bs-link-hover-color: #{$link-hover-color};
143
143
 
package/package.json CHANGED
@@ -1,13 +1,12 @@
1
1
  {
2
2
  "name": "blue-web",
3
- "version": "1.21.2",
3
+ "version": "1.21.8",
4
4
  "description": "UI components built on top of Bootstrap 5",
5
5
  "license": "LGPL-3.0-or-later",
6
6
  "type": "module",
7
7
  "homepage": "https://bruegmann.github.io/blue-web/v1",
8
8
  "repository": {
9
- "type": "git",
10
- "url": "https://github.com/bruegmann/blue-react.git"
9
+ "url": "https://github.com/bruegmann/blue-web"
11
10
  },
12
11
  "bugs": {
13
12
  "url": "https://github.com/bruegmann/blue-react/issues"