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

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.8",
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,6 +143,7 @@
143
143
  }
144
144
 
145
145
  .errorDot {
146
+ color: var(--dark-main);
146
147
  background-color: var(--dark-error);
147
148
  }
148
149
 
@@ -326,6 +327,10 @@
326
327
  color: var(--dark-action);
327
328
  }
328
329
 
330
+ .filePickLabel .filePickButton {
331
+ background: var(--dark-info);
332
+ }
333
+
329
334
  /* ---------- EDIT PREVIEW LINK ---------- */
330
335
 
331
336
  .pts-editPreviewLink-container button {
@@ -924,7 +924,6 @@ div.pts-root-question:last-child {
924
924
  /* AddFiles.tsx */ /* SelectedFiles.tsx */
925
925
  .lastCol {
926
926
  display: flex;
927
- justify-content: flex-end;
928
927
  max-width: 62px;
929
928
  padding: 0;
930
929
  margin: 0;