@datawheel/bespoke 0.1.16 → 0.1.18

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 CHANGED
@@ -1,3 +1,12 @@
1
+ /* components/blocks/types/simpleEditors/SelectorUI.css */
2
+ .selector-option-default-col {
3
+ width: 60px;
4
+ }
5
+ .required:after {
6
+ content: " *";
7
+ color: red;
8
+ }
9
+
1
10
  /* cms/components/components/ConsoleVariable.css */
2
11
  .mantine-Prism-root.cr-variable {
3
12
  font-size: 11px;
@@ -20,11 +29,6 @@
20
29
  margin-right: 4px;
21
30
  }
22
31
 
23
- /* cms/editors/MonacoWrapper.css */
24
- .cr-monaco-container {
25
- height: 100%;
26
- }
27
-
28
32
  /* cms/components/reportVizes/Graphic.css */
29
33
 
30
34
  /* css/mixins.css */
@@ -274,13 +278,9 @@
274
278
  text-decoration: underline;
275
279
  }
276
280
 
277
- /* components/blocks/types/simpleEditors/SelectorUI.css */
278
- .selector-option-default-col {
279
- width: 60px;
280
- }
281
- .required:after {
282
- content: " *";
283
- color: red;
281
+ /* cms/editors/MonacoWrapper.css */
282
+ .cr-monaco-container {
283
+ height: 100%;
284
284
  }
285
285
 
286
286
  /* cms/editors/MCEWrapper.css */