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/dist/index.js +117 -118
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +117 -118
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/css/darkMode.css +0 -5
- package/src/css/questions.css +1 -0
package/package.json
CHANGED
package/src/css/darkMode.css
CHANGED
|
@@ -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 {
|