optimized-react-component-library-xyz123 2.9.4 → 2.9.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": "2.9.4",
3
+ "version": "2.9.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",
@@ -527,10 +527,10 @@
527
527
  .pts-alertInText-left svg .pts-alertInText-icon-dot-over-i {
528
528
  fill: var(--dark-alertintext);
529
529
  }
530
-
530
+
531
531
  .pts-alertInText-right {
532
532
  border: 1px solid var(--dark-alertintext);
533
- color: var(--dark-alertintext-text);
533
+ color: var(--dark-text);
534
534
  }
535
535
 
536
536
  /*-------------Autofill-----------*/