optimized-react-component-library-xyz123 0.23.9 → 0.24.1

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.23.9",
3
+ "version": "0.24.1",
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",
@@ -143,18 +143,10 @@
143
143
  }
144
144
 
145
145
  .errorDot {
146
+ color: var(--dark-main);
146
147
  background-color: var(--dark-error);
147
148
  }
148
149
 
149
- .pts-validation-error-icon svg{
150
- fill: var(--dark-error);
151
- }
152
-
153
- .pts-validation-error-icon svg path{
154
- fill: var(--dark-main);
155
- }
156
-
157
-
158
150
  .errorText,
159
151
  .pts-root-mandatoryAsterisk {
160
152
  color: var(--dark-error);
@@ -326,6 +318,10 @@
326
318
  color: var(--dark-action);
327
319
  }
328
320
 
321
+ .filePickLabel .filePickButton {
322
+ background: var(--dark-info);
323
+ }
324
+
329
325
  /* ---------- EDIT PREVIEW LINK ---------- */
330
326
 
331
327
  .pts-editPreviewLink-container button {
@@ -84,10 +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: 9px;
89
- }
90
-
91
87
  .errorText,
92
88
  .pts-root-mandatoryAsterisk {
93
89
  color: var(--error);
@@ -919,7 +915,6 @@ div.pts-root-question:last-child {
919
915
  /* AddFiles.tsx */ /* SelectedFiles.tsx */
920
916
  .lastCol {
921
917
  display: flex;
922
- justify-content: flex-end;
923
918
  max-width: 62px;
924
919
  padding: 0;
925
920
  margin: 0;