@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 CHANGED
@@ -1699,7 +1699,11 @@ const defaultComponents = {
1699
1699
  styleOverrides: {
1700
1700
  root: {
1701
1701
  boxShadow: "0 4px 20px rgba(0, 0, 0, 0.05)",
1702
- border: "1px solid #f3f4f6"
1702
+ border: "1px solid #f3f4f6",
1703
+ outline: "none",
1704
+ "&:focus, &:focus-visible, &:focus-within": {
1705
+ outline: "none"
1706
+ }
1703
1707
  }
1704
1708
  }
1705
1709
  },