optimized-react-component-library-xyz123 1.0.3 → 1.1.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": "1.0.3",
3
+ "version": "1.1.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",
@@ -227,7 +227,7 @@ div.pts-root-question:last-child {
227
227
 
228
228
  .pts-checkboxGroup-container label {
229
229
  padding-top: 0.3rem;
230
- line-height: 2rem;
230
+ line-height: 20px;
231
231
  cursor: pointer;
232
232
  margin: 0;
233
233
  }