fansunited-frontend-components 0.0.11-RC5 → 0.0.11

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.
Files changed (2) hide show
  1. package/components.js +1 -1
  2. package/package.json +1 -1
package/components.js CHANGED
@@ -37915,7 +37915,7 @@ const J3 = (e) => {
37915
37915
  fontWeight: 700,
37916
37916
  lineHeight: "133%",
37917
37917
  letterSpacing: "0px",
37918
- textAlign: { xs: "center", md: "left" },
37918
+ textAlign: "left",
37919
37919
  fontSize: "1.5em",
37920
37920
  color: e.darkTextColor,
37921
37921
  fontFamily: e.fontFamilyPrimary
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fansunited-frontend-components",
3
- "version": "0.0.11-RC5",
3
+ "version": "0.0.11",
4
4
  "description": "Various user centric components for Fans United features",
5
5
  "main": "components.js",
6
6
  "types": "components.d.ts",