@datawheel/bespoke 0.1.19 → 0.1.20
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.css +4 -4
- package/dist/index.js +4129 -3761
- package/dist/server.js +135 -163
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -278,6 +278,10 @@
|
|
|
278
278
|
text-decoration: underline;
|
|
279
279
|
}
|
|
280
280
|
|
|
281
|
+
/* components/options/Options.css */
|
|
282
|
+
.cms-section-options {
|
|
283
|
+
}
|
|
284
|
+
|
|
281
285
|
/* cms/editors/MonacoWrapper.css */
|
|
282
286
|
.cr-monaco-container {
|
|
283
287
|
height: 100%;
|
|
@@ -304,10 +308,6 @@
|
|
|
304
308
|
top: 0;
|
|
305
309
|
}
|
|
306
310
|
|
|
307
|
-
/* components/options/Options.css */
|
|
308
|
-
.cms-section-options {
|
|
309
|
-
}
|
|
310
|
-
|
|
311
311
|
/* views/EditReport.css */
|
|
312
312
|
.mantine-Header-root ~ .mantine-AppShell-body {
|
|
313
313
|
min-height: calc(100vh - 50px);
|