optimized-react-component-library-xyz123 0.16.1 → 0.17.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "optimized-react-component-library-xyz123",
3
- "version": "0.16.1",
3
+ "version": "0.17.1",
4
4
  "description": "A modern React component library using TypeScript with React 19 support.",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",
@@ -100,6 +100,7 @@ h4 {
100
100
  max-width: 860px;
101
101
  margin-left: auto;
102
102
  margin-right: auto;
103
+ width: 100%;
103
104
  }
104
105
 
105
106
  section {