@cdc/markup-include 4.25.10 → 4.25.11

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.
@@ -1,33 +0,0 @@
1
- import { Runtime } from '@cdc/core/types/Runtime'
2
- import { Variable } from './Variable'
3
- import { Version } from '@cdc/core/types/Version'
4
-
5
- export type Config = {
6
- contentEditor: {
7
- // Changing the base config object creates an infinite loop, nesting it is a workaround
8
- inlineHTML: string
9
- showHeader: boolean
10
- srcUrl: string
11
- title: string
12
- useInlineHTML: boolean
13
- showNoDataMessage: boolean
14
- noDataMessageText: string
15
- }
16
- data?: Object[]
17
- legend: {}
18
- newViz?: boolean
19
- runtime?: Runtime
20
- theme: any
21
- type: string
22
- showEditorPanel?: boolean
23
- visual: {
24
- border: boolean
25
- accent: boolean
26
- background: boolean
27
- hideBackgroundColor: boolean
28
- borderColorTheme: boolean
29
- }
30
- version: Version
31
- markupVariables: Variable[]
32
- enableMarkupVariables: boolean
33
- }
File without changes