optimized-react-component-library-xyz123 0.28.6 → 0.28.7

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.28.6",
3
+ "version": "0.28.7",
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",
@@ -146,15 +146,6 @@
146
146
  background-color: var(--dark-error);
147
147
  }
148
148
 
149
- .pts-validation-error-icon svg rect{
150
- fill: var(--dark-error);
151
- }
152
-
153
- .pts-validation-error-icon svg path{
154
- fill: var(--dark-main);
155
- }
156
-
157
-
158
149
  .errorText,
159
150
  .pts-root-mandatoryAsterisk {
160
151
  color: var(--dark-error);
@@ -84,15 +84,6 @@ div.pts-root-question:last-child {
84
84
  margin-right: 9px;
85
85
  }
86
86
 
87
- .pts-validation-error-icon{
88
- margin-right: 0.9rem;
89
- }
90
-
91
- .pts-validation-error-icon svg{
92
- width: 1.65rem;
93
- height: 1.65rem;
94
- }
95
-
96
87
  .errorText,
97
88
  .pts-root-mandatoryAsterisk {
98
89
  color: var(--error);