@rationalbloks/frontblok-components 0.2.7 → 0.2.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/index.cjs +5 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +5 -1
- package/dist/index.js.map +1 -1
- package/package.json +4 -1
package/dist/index.js
CHANGED
|
@@ -1697,7 +1697,11 @@ const defaultComponents = {
|
|
|
1697
1697
|
styleOverrides: {
|
|
1698
1698
|
root: {
|
|
1699
1699
|
boxShadow: "0 4px 20px rgba(0, 0, 0, 0.05)",
|
|
1700
|
-
border: "1px solid #f3f4f6"
|
|
1700
|
+
border: "1px solid #f3f4f6",
|
|
1701
|
+
outline: "none",
|
|
1702
|
+
"&:focus, &:focus-visible, &:focus-within": {
|
|
1703
|
+
outline: "none"
|
|
1704
|
+
}
|
|
1701
1705
|
}
|
|
1702
1706
|
}
|
|
1703
1707
|
},
|