optimized-react-component-library-xyz123 0.18.3 → 0.18.5

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.18.3",
3
+ "version": "0.18.5",
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",
@@ -140,6 +140,10 @@ p[aria-live='assertive']:empty {
140
140
  padding: 0;
141
141
  }
142
142
 
143
+ .pts-root-categoryDescription {
144
+ margin-top: 0px;
145
+ }
146
+
143
147
  .pts-first-category-section {
144
148
  padding-top: 0;
145
149
  border-top-left-radius: 0;
@@ -807,4 +811,17 @@ textarea:focus-visible,
807
811
  .unsetMargin-Padding {
808
812
  margin: 0;
809
813
  padding: 0;
814
+ }
815
+
816
+ .visually-hidden {
817
+ position: absolute !important;
818
+ width: 1px;
819
+ height: 1px;
820
+ padding: 0;
821
+ margin: -1px;
822
+ overflow: hidden;
823
+ clip: rect(0, 0, 0, 0);
824
+ clip-path: inset(50%);
825
+ white-space: nowrap;
826
+ border: 0;
810
827
  }