optimized-react-component-library-xyz123 0.1.121 → 0.1.123

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.1.121",
3
+ "version": "0.1.123",
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",
@@ -774,7 +774,7 @@ textarea:focus-visible,
774
774
  }
775
775
 
776
776
  .multipleCheckboxes-legend{
777
- font-weight: 700;
777
+ font-weight: 700 !important;
778
778
  margin-bottom:3.6rem;
779
779
  }
780
780
 
@@ -824,7 +824,6 @@ textarea:focus-visible,
824
824
  .no-answer-preview-page {
825
825
  display: inline-block;
826
826
  padding: 16px 0px 0px 8px;
827
- text-align: center;
828
827
  width: 100%;
829
828
  position: relative;
830
829
  }