optimized-react-component-library-xyz123 0.20.5 → 0.21.2

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.20.5",
3
+ "version": "0.21.2",
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,7 +143,6 @@
143
143
  }
144
144
 
145
145
  .errorDot {
146
- color: var(--dark-main);
147
146
  background-color: var(--dark-error);
148
147
  }
149
148
 
@@ -318,10 +317,6 @@
318
317
  color: var(--dark-action);
319
318
  }
320
319
 
321
- .filePickLabel .filePickButton {
322
- background: var(--dark-info);
323
- }
324
-
325
320
  /* ---------- EDIT PREVIEW LINK ---------- */
326
321
 
327
322
  .pts-editPreviewLink-container button {
@@ -915,6 +915,7 @@ div.pts-root-question:last-child {
915
915
  /* AddFiles.tsx */ /* SelectedFiles.tsx */
916
916
  .lastCol {
917
917
  display: flex;
918
+ justify-content: flex-end;
918
919
  max-width: 62px;
919
920
  padding: 0;
920
921
  margin: 0;