blue-web 1.1.1 → 1.1.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.
package/dist/style.scss CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Blue Web v1.1.1 (https://bruegmann.github.io/blue-web)
2
+ * Blue Web v1.1.2 (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
 
@@ -14,3 +14,8 @@ $link-hover-decoration: underline !default;
14
14
 
15
15
  $font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI Variable Display", "Segoe UI", Roboto, Oxygen-Sans,
16
16
  Ubuntu, Cantarell, "Helvetica Neue", sans-serif !default;
17
+
18
+ // Tint focus border and shadow in primary color.
19
+ // In a future Bootstrap release, this might not be necessary anymore.
20
+ $focus-ring-color: #{rgba(var(--bs-primary-rgb), 25%)} !default;
21
+ $input-focus-border-color: #{rgba(var(--bs-primary-rgb), 50%)} !default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blue-web",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "UI components built on top of Bootstrap 5",
5
5
  "license": "LGPL-3.0-or-later",
6
6
  "homepage": "https://bruegmann.github.io/blue-web/v1",