@windstream/react-shared-components 0.0.27 → 0.0.28

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@windstream/react-shared-components",
3
- "version": "0.0.27",
3
+ "version": "0.0.28",
4
4
  "type": "module",
5
5
  "description": "Shared React components for Kinetic applications",
6
6
  "main": "dist/index.js",
@@ -22,7 +22,7 @@ export const Accordion: React.FC<AccordionProps> = ({
22
22
  return (
23
23
  <div className={`${bgColorClasses[background]} component-container`}>
24
24
  <div
25
- className={`${maxWidth ? "mx-auto max-w-120" : ""} mx-5 my-8 lg:mx-20 lg:my-18`}
25
+ className={`${maxWidth ? "max-w-120 xl:mx-auto" : ""} mx-5 my-8 lg:mx-20 lg:my-18`}
26
26
  >
27
27
  <div>
28
28
  <Text