optimized-react-component-library-xyz123 2.8.16 → 2.8.17

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": "2.8.16",
3
+ "version": "2.8.17",
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",
@@ -164,6 +164,12 @@ div.pts-root-question:last-child {
164
164
 
165
165
  /****RADIO MULTIPLE WITH INFO*/
166
166
 
167
+ .pts-radioMultipleWithInfo2-container legend {
168
+ margin-bottom: 16px;
169
+ font-weight: 600;
170
+ margin-top: 10px;
171
+ }
172
+
167
173
  .pts-radioMultipleWithInfo2-container p {
168
174
  margin-bottom: 0px;
169
175
  margin-top: 16px;