@unitedstatespowersquadrons/components 1.2.6-pre.10 → 1.2.6-pre.12

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.
@@ -108,7 +108,7 @@ const BaseActionButton = (props: BaseActionButtonProps) => {
108
108
  target={newTab ? "_blank" : undefined}
109
109
  title={title}
110
110
  >
111
- <button className={classNames("action-button", classes.button, className)} type="button">
111
+ <button className={classNames("action-button", classes.button, className)} tabIndex={-1} type="button">
112
112
  {children}
113
113
  </button>
114
114
  </a>
package/Styles.tsx CHANGED
@@ -31,7 +31,6 @@ const colorizeButton = (color: ButtonColorName) => {
31
31
 
32
32
  return({
33
33
  "&:active": { boxShadow: `0 0 2px 2px ${Colors.button.glow}` },
34
- "&:focus": { boxShadow: `0 0 2px 2px ${Colors.button.glow}` },
35
34
  "&:hover": {
36
35
  background: `linear-gradient(180deg, ${shadow} 0%, ${hover} 20%, ${hover} 80%, ${shadow} 100%) !important`,
37
36
  fontWeight: "normal",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unitedstatespowersquadrons/components",
3
- "version": "1.2.6-pre.10",
3
+ "version": "1.2.6-pre.12",
4
4
  "description": "USPS shared React components library",
5
5
  "main": "index.tsx",
6
6
  "scripts": {