@cdc/editor 4.25.8 → 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.
- package/dist/{cdceditor-fce76882.es.js → cdceditor-BnB1QM5d.es.js} +6 -13
- package/dist/{cdceditor-c55ac1ea.es.js → cdceditor-D6CG2-Hb.es.js} +5 -12
- package/dist/{cdceditor-31a33da1.es.js → cdceditor-MXgURbdZ.es.js} +6 -13
- package/dist/{cdceditor-1a1724a1.es.js → cdceditor-dgT_1dIT.es.js} +136 -151
- package/dist/cdceditor.js +74915 -72367
- package/example/private/markup-footer/burden_toolkit_mortality_diabetes_attributable_deaths_data.csv +14041 -0
- package/example/private/markup-footer/burden_toolkit_mortality_diabetes_attributable_deaths_per_100000_data.csv +14041 -0
- package/example/private/markup-footer/burden_toolkit_mortality_qaly_data.csv +18721 -0
- package/example/private/markup-footer/burden_toolkit_mortality_yll_data.csv +18721 -0
- package/example/private/markup-footer/mortality-deaths-footnotes-age.csv +3 -0
- package/example/valid-scatterplot.csv +17 -0
- package/package.json +15 -9
- package/src/CdcEditor.tsx +5 -4
- package/src/_stories/Editor.stories.tsx +35 -35
- package/src/components/ChooseTab.tsx +5 -5
- package/src/components/ConfigureTab.tsx +2 -2
- package/src/components/DataImport/components/DataImport.tsx +2 -2
- package/src/components/DataImport/components/data-import.scss +2 -1
- package/src/components/DataImport/components/samples/valid-boxplot.csv +37 -17
- package/src/components/PreviewDataTable.tsx +17 -13
- package/src/components/Tabs.tsx +1 -1
- package/src/helpers/saveConfigToWindow.ts +13 -13
- package/src/index.jsx +0 -1
- package/vite.config.js +1 -1
- package/src/ConfigContext.ts +0 -15
- package/src/coreStyles_editor.scss +0 -2
- package/src/store/editor.actions.ts +0 -28
- package/src/store/editor.reducer.ts +0 -93
- /package/dist/{cdceditor-548642e6.es.js → cdceditor-Ct2SB0vL.es.js} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const o =
|
|
1
|
+
const o = [
|
|
2
2
|
[
|
|
3
3
|
[
|
|
4
4
|
381613,
|
|
@@ -359835,7 +359835,7 @@ const o = "Topology", e = [
|
|
|
359835
359835
|
4
|
|
359836
359836
|
]
|
|
359837
359837
|
]
|
|
359838
|
-
],
|
|
359838
|
+
], e = {
|
|
359839
359839
|
scale: [
|
|
359840
359840
|
19541440750834335e-20,
|
|
359841
359841
|
13610231396060925e-20
|
|
@@ -359844,7 +359844,7 @@ const o = "Topology", e = [
|
|
|
359844
359844
|
-135.94188728451547,
|
|
359845
359845
|
24.236087
|
|
359846
359846
|
]
|
|
359847
|
-
},
|
|
359847
|
+
}, r = {
|
|
359848
359848
|
regions: {
|
|
359849
359849
|
type: "GeometryCollection",
|
|
359850
359850
|
geometries: [
|
|
@@ -361520,16 +361520,9 @@ const o = "Topology", e = [
|
|
|
361520
361520
|
}
|
|
361521
361521
|
]
|
|
361522
361522
|
}
|
|
361523
|
-
}, t = {
|
|
361524
|
-
type: o,
|
|
361525
|
-
arcs: e,
|
|
361526
|
-
transform: r,
|
|
361527
|
-
objects: s
|
|
361528
361523
|
};
|
|
361529
361524
|
export {
|
|
361530
|
-
|
|
361531
|
-
|
|
361532
|
-
|
|
361533
|
-
r as transform,
|
|
361534
|
-
o as type
|
|
361525
|
+
o as arcs,
|
|
361526
|
+
r as objects,
|
|
361527
|
+
e as transform
|
|
361535
361528
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const o =
|
|
1
|
+
const o = [
|
|
2
2
|
[
|
|
3
3
|
[
|
|
4
4
|
19832,
|
|
@@ -37842,7 +37842,7 @@ const o = "Topology", s = [
|
|
|
37842
37842
|
-178.19451843993753,
|
|
37843
37843
|
18.963909185849403
|
|
37844
37844
|
]
|
|
37845
|
-
},
|
|
37845
|
+
}, s = {
|
|
37846
37846
|
states: {
|
|
37847
37847
|
type: "GeometryCollection",
|
|
37848
37848
|
geometries: [
|
|
@@ -39369,16 +39369,9 @@ const o = "Topology", s = [
|
|
|
39369
39369
|
}
|
|
39370
39370
|
]
|
|
39371
39371
|
}
|
|
39372
|
-
}, p = {
|
|
39373
|
-
type: o,
|
|
39374
|
-
arcs: s,
|
|
39375
|
-
transform: e,
|
|
39376
|
-
objects: r
|
|
39377
39372
|
};
|
|
39378
39373
|
export {
|
|
39379
|
-
|
|
39380
|
-
|
|
39381
|
-
|
|
39382
|
-
e as transform,
|
|
39383
|
-
o as type
|
|
39374
|
+
o as arcs,
|
|
39375
|
+
s as objects,
|
|
39376
|
+
e as transform
|
|
39384
39377
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const e =
|
|
1
|
+
const e = [
|
|
2
2
|
[
|
|
3
3
|
[
|
|
4
4
|
819,
|
|
@@ -34591,7 +34591,7 @@ const e = "Topology", a = [
|
|
|
34591
34591
|
-75
|
|
34592
34592
|
]
|
|
34593
34593
|
]
|
|
34594
|
-
],
|
|
34594
|
+
], a = {
|
|
34595
34595
|
scale: [
|
|
34596
34596
|
0.013996889580093316,
|
|
34597
34597
|
0.00821422737479012
|
|
@@ -34600,7 +34600,7 @@ const e = "Topology", a = [
|
|
|
34600
34600
|
-179.99999999990004,
|
|
34601
34601
|
-84.71367427324907
|
|
34602
34602
|
]
|
|
34603
|
-
},
|
|
34603
|
+
}, p = {
|
|
34604
34604
|
countries: {
|
|
34605
34605
|
type: "GeometryCollection",
|
|
34606
34606
|
geometries: [
|
|
@@ -39186,16 +39186,9 @@ const e = "Topology", a = [
|
|
|
39186
39186
|
}
|
|
39187
39187
|
]
|
|
39188
39188
|
}
|
|
39189
|
-
}, s = {
|
|
39190
|
-
type: e,
|
|
39191
|
-
arcs: a,
|
|
39192
|
-
transform: p,
|
|
39193
|
-
objects: t
|
|
39194
39189
|
};
|
|
39195
39190
|
export {
|
|
39196
|
-
|
|
39197
|
-
|
|
39198
|
-
|
|
39199
|
-
p as transform,
|
|
39200
|
-
e as type
|
|
39191
|
+
e as arcs,
|
|
39192
|
+
p as objects,
|
|
39193
|
+
a as transform
|
|
39201
39194
|
};
|