optimized-react-component-library-xyz123 0.37.2 → 0.37.3

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.37.2",
3
+ "version": "0.37.3",
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",
@@ -320,14 +320,18 @@ div.pts-root-question:last-child {
320
320
 
321
321
  .pts-textarea-counter-error-container {
322
322
  display: flex;
323
- justify-content: space-between;
324
323
  }
325
324
 
326
325
  .pts-character-counter {
327
326
  text-align: right;
327
+ width: 100%;
328
328
  margin-top: 0.4rem;
329
329
  }
330
330
 
331
+ .pts-textarea-counter-error-container .pts-root-error {
332
+ width: 100%;
333
+ }
334
+
331
335
  .pts-root-question-group-fieldset .pts-root-error {
332
336
  margin-bottom: 1.6rem;
333
337
  }
@@ -160,8 +160,6 @@ p[aria-live='assertive']:empty {
160
160
  border-radius: 0.4rem;
161
161
  margin-left: 0.8rem;
162
162
  margin-right: 0.8rem;
163
- border-bottom-left-radius: 0;
164
- border-bottom-right-radius: 0;
165
163
  }
166
164
 
167
165
  .pts-form-step-header p {