@cdc/editor 4.26.1 → 4.26.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/cdceditor-8NmHlKRI.es.js +15 -0
- package/dist/cdceditor-BPoPzKPz.es.js +6 -0
- package/dist/cdceditor-Cf9_fbQf.es.js +6 -0
- package/dist/{cdceditor-dgT_1dIT.es.js → cdceditor-DQ00cQCm.es.js} +1 -20
- package/dist/cdceditor-jiQQPkty.es.js +6 -0
- package/dist/cdceditor.js +125042 -130511
- package/index.html +1 -20
- package/package.json +35 -37
- package/src/CdcEditor.tsx +0 -3
- package/src/components/ChooseTab.tsx +50 -17
- package/src/components/ConfigureTab.tsx +2 -1
- package/src/components/DataImport/components/SampleData.tsx +21 -9
- package/src/components/DataImport/components/samples/valid-horizon-chart.json +373 -0
- package/src/components/DataImport/components/samples/valid-radar-chart.csv +3 -0
- package/src/components/modal/Modal.jsx +0 -3
- package/src/scss/choose-vis-tab.scss +1 -1
- package/vite.config.js +2 -1
- package/dist/cdceditor-BnB1QM5d.es.js +0 -361528
- package/dist/cdceditor-Ct2SB0vL.es.js +0 -231049
- package/dist/cdceditor-D6CG2-Hb.es.js +0 -39377
- package/dist/cdceditor-MXgURbdZ.es.js +0 -39194
package/vite.config.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import GenerateViteConfig from '@cdc/core/generateViteConfig.js'
|
|
2
2
|
import { moduleName } from './package.json'
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
// Editor doesn't want the default padding CSS
|
|
5
|
+
export default GenerateViteConfig(moduleName, {}, {}, { css: '' })
|