optimized-react-component-library-xyz123 0.1.150 → 0.1.151

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/css/styles.css +18 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "optimized-react-component-library-xyz123",
3
- "version": "0.1.150",
3
+ "version": "0.1.151",
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",
@@ -133,6 +133,11 @@ section {
133
133
  }
134
134
  --- ?? Make changes in html ?? */
135
135
 
136
+ p[aria-live='assertive']:empty {
137
+ margin: 0;
138
+ padding: 0;
139
+ }
140
+
136
141
  .pts-first-category-section {
137
142
  padding-top: 0;
138
143
  border-top-left-radius: 0;
@@ -709,6 +714,14 @@ textarea:focus-visible,
709
714
  font-size: 1.4rem;
710
715
  }
711
716
 
717
+ .pts-textField-container label {
718
+ margin-bottom: 0.8rem;
719
+ }
720
+
721
+ .pts-question-hasAbout label {
722
+ margin-bottom: 0.3rem;
723
+ }
724
+
712
725
  /* ---------- TEXTAREA ---------- */
713
726
 
714
727
  .pts-textArea-container textarea {
@@ -893,6 +906,10 @@ textarea:focus-visible,
893
906
  margin-top: 0.8rem;
894
907
  }
895
908
 
909
+ .pts-textHeadlineAndBody-container .first-paragraph {
910
+ margin-top: 0;
911
+ }
912
+
896
913
  /* ---------- MODAL ---------- */
897
914
 
898
915
  .pts-modal-overlay {
@@ -1653,6 +1670,7 @@ textarea:focus-visible,
1653
1670
 
1654
1671
  .addFilesMandatory {
1655
1672
  margin-bottom: 16px;
1673
+ margin-top: 0px;
1656
1674
  }
1657
1675
 
1658
1676
  .addFilesMandatory.error {