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/dist/index.d.mts +20 -2
- package/dist/index.d.ts +20 -2
- package/dist/index.js +185 -149
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +185 -149
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/css/darkMode.css +5 -0
- package/src/css/questions.css +0 -1
package/package.json
CHANGED
package/src/css/darkMode.css
CHANGED
|
@@ -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 {
|