blue-react 8.4.3 → 8.4.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.css +5 -4
- package/dist/style.min.css +3 -3
- package/dist/style.scss +1 -1
- package/dist/styles/_grid.scss +4 -4
- package/package.json +3 -3
package/dist/style.scss
CHANGED
package/dist/styles/_grid.scss
CHANGED
|
@@ -262,13 +262,13 @@
|
|
|
262
262
|
margin-top: 0.125rem;
|
|
263
263
|
margin-bottom: 0.125rem;
|
|
264
264
|
|
|
265
|
-
&:hover {
|
|
266
|
-
box-shadow: none !important;
|
|
267
|
-
}
|
|
268
|
-
|
|
269
265
|
&:focus {
|
|
270
266
|
box-shadow: none;
|
|
271
267
|
}
|
|
268
|
+
|
|
269
|
+
&:focus-visible {
|
|
270
|
+
box-shadow: inset 0 0 0.25rem;
|
|
271
|
+
}
|
|
272
272
|
}
|
|
273
273
|
|
|
274
274
|
.blue-menu-item-label {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "blue-react",
|
|
3
|
-
"version": "8.4.
|
|
3
|
+
"version": "8.4.6",
|
|
4
4
|
"description": "Blue React Components",
|
|
5
5
|
"license": "LGPL-3.0-or-later",
|
|
6
6
|
"main": "index.js",
|
|
@@ -31,8 +31,7 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@popperjs/core": "^2.10.2",
|
|
34
|
-
"
|
|
35
|
-
"bootstrap": "^5.1.3",
|
|
34
|
+
"bootstrap": "5.1.2",
|
|
36
35
|
"clsx": "^1.1.1"
|
|
37
36
|
},
|
|
38
37
|
"peerDependencies": {
|
|
@@ -54,6 +53,7 @@
|
|
|
54
53
|
"@types/react-router-dom": "^5.3.3",
|
|
55
54
|
"@types/react-syntax-highlighter": "^13.5.0",
|
|
56
55
|
"autoprefixer": "^10.3.6",
|
|
56
|
+
"blue-web-components": "github:bruegmann/blue-web-components",
|
|
57
57
|
"gh-pages": "^3.1.0",
|
|
58
58
|
"lint-staged": "^11.1.2",
|
|
59
59
|
"node-sass": "^6.0.1",
|