@unitedstatespowersquadrons/components 1.1.0-pre.2 → 1.1.1-pre.1

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.
@@ -106,7 +106,7 @@ const BaseActionButton = (props: BaseActionButtonProps) => {
106
106
 
107
107
  return(
108
108
  <a
109
- className={classes.link}
109
+ className={classNames(classes.link, className)}
110
110
  href={href}
111
111
  id={id}
112
112
  rel={newTab ? "noreferrer" : undefined}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unitedstatespowersquadrons/components",
3
- "version": "1.1.0-pre.2",
3
+ "version": "1.1.1-pre.1",
4
4
  "description": "USPS shared React components library",
5
5
  "main": "index.tsx",
6
6
  "scripts": {