@cdc/editor 4.25.1 → 4.25.2-25

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cdc/editor",
3
- "version": "4.25.1",
3
+ "version": "4.25.2-25",
4
4
  "description": "React component for generating a new component entry",
5
5
  "moduleName": "CdcEditor",
6
6
  "main": "dist/cdceditor",
@@ -25,13 +25,13 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@cdc/chart": "^4.25.1",
29
- "@cdc/core": "^4.25.1",
30
- "@cdc/dashboard": "^4.25.1",
31
- "@cdc/data-bite": "^4.25.1",
32
- "@cdc/map": "^4.25.1",
33
- "@cdc/markup-include": "^4.25.1",
34
- "@cdc/waffle-chart": "^4.25.1",
28
+ "@cdc/chart": "^4.25.2-25",
29
+ "@cdc/core": "^4.25.2-25",
30
+ "@cdc/dashboard": "^4.25.2-25",
31
+ "@cdc/data-bite": "^4.25.2-25",
32
+ "@cdc/map": "^4.25.2-25",
33
+ "@cdc/markup-include": "^4.25.2-25",
34
+ "@cdc/waffle-chart": "^4.25.2-25",
35
35
  "axios": "^1.6.0",
36
36
  "d3": "^7.0.0",
37
37
  "html-react-parser": "^3.0.8",
@@ -44,5 +44,5 @@
44
44
  "react": "^18.2.0",
45
45
  "react-dom": "^18.2.0"
46
46
  },
47
- "gitHead": "c32d727f516fe3525178e3a6480abbe70b2a20d6"
47
+ "gitHead": "f00bd8a0fc746def7cc23b91ef49a03a3ceac65e"
48
48
  }
@@ -47,7 +47,7 @@ export default function ConfigureTab({ containerEl }) {
47
47
  case 'dashboard':
48
48
  return (
49
49
  <ErrorBoundary component='CdcDashboard'>
50
- <MultiDashboardWrapper isEditor={true} isDebug={isDebug} config={config} />
50
+ <MultiDashboardWrapper isEditor={true} isDebug={isDebug} />
51
51
  </ErrorBoundary>
52
52
  )
53
53
  case 'data-bite':
@@ -213,7 +213,7 @@
213
213
  }
214
214
 
215
215
  section.introText {
216
- padding: 15px;
216
+ padding: 15px 0;
217
217
  }
218
218
 
219
219
  section.footnotes {