@unitedstatespowersquadrons/components 1.2.21-4 → 1.2.21

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/Toasts/Toast.tsx CHANGED
@@ -26,6 +26,7 @@ const useStyles = createUseStyles({
26
26
  color: "#009900",
27
27
  },
28
28
  toast: {
29
+ "@media print, screen and (max-width: 1000px)": { maxWidth: "100%" },
29
30
  animation: "fadeIn 1s",
30
31
  backgroundColor: "#EEEEEE",
31
32
  border: "thin solid white",
package/Toasts/Toasts.tsx CHANGED
@@ -27,7 +27,6 @@ const useStyles = createUseStyles({
27
27
  marginLeft: "0.5em",
28
28
  maxWidth: "100%",
29
29
  },
30
-
31
30
  display: "flex",
32
31
  flexDirection: "column",
33
32
  gap: "1.5em",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unitedstatespowersquadrons/components",
3
- "version": "1.2.21-4",
3
+ "version": "1.2.21",
4
4
  "description": "USPS shared React components library",
5
5
  "main": "index.tsx",
6
6
  "scripts": {