@cdc/map 2.6.0 → 2.6.3
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/convert-topojson.js +70 -0
- package/dist/cdcmap.js +190 -0
- package/examples/default-county.json +105 -0
- package/examples/default-single-state.json +109 -0
- package/examples/default-usa.json +968 -0
- package/examples/default-world.json +1495 -0
- package/examples/example-city-state.json +474 -0
- package/examples/example-world-map.json +1596 -0
- package/examples/gender-rate-map.json +1 -0
- package/package.json +50 -50
- package/src/CdcMap.js +1384 -0
- package/src/components/CityList.js +93 -0
- package/src/components/CountyMap.js +556 -0
- package/src/components/DataTable.js +357 -0
- package/src/components/EditorPanel.js +2111 -0
- package/src/components/Geo.js +21 -0
- package/src/components/Modal.js +31 -0
- package/src/components/NavigationMenu.js +66 -0
- package/src/components/Sidebar.js +167 -0
- package/src/components/SingleStateMap.js +326 -0
- package/src/components/UsaMap.js +342 -0
- package/src/components/WorldMap.js +175 -0
- package/src/components/ZoomableGroup.js +47 -0
- package/src/data/abbreviations.js +57 -0
- package/src/data/color-palettes.js +200 -0
- package/src/data/county-map-halfquality.json +58453 -0
- package/src/data/county-map-quarterquality.json +1 -0
- package/src/data/county-topo.json +1 -0
- package/src/data/dfc-map.json +1 -0
- package/src/data/initial-state.js +60 -0
- package/src/data/newtest.json +1 -0
- package/src/data/state-abbreviations.js +60 -0
- package/src/data/supported-geos.js +3775 -0
- package/src/data/test.json +1 -0
- package/src/data/us-hex-topo.json +1 -0
- package/src/data/us-topo.json +1 -0
- package/src/data/world-topo.json +1 -0
- package/src/hooks/useActiveElement.js +19 -0
- package/src/hooks/useZoomPan.js +110 -0
- package/src/images/active-checkmark.svg +1 -0
- package/src/images/asc.svg +1 -0
- package/src/images/close.svg +1 -0
- package/src/images/desc.svg +1 -0
- package/src/images/external-link.svg +1 -0
- package/src/images/icon-download-img.svg +1 -0
- package/src/images/icon-download-pdf.svg +1 -0
- package/src/images/inactive-checkmark.svg +1 -0
- package/src/images/map-folded.svg +1 -0
- package/src/index.html +29 -0
- package/src/index.js +20 -0
- package/src/scss/btn.scss +69 -0
- package/src/scss/datatable.scss +7 -0
- package/src/scss/editor-panel.scss +654 -0
- package/src/scss/main.scss +224 -0
- package/src/scss/map.scss +188 -0
- package/src/scss/sidebar.scss +146 -0
- package/src/scss/tooltips.scss +30 -0
- package/src/scss/variables.scss +1 -0
- package/uploads/upload-example-city-state.json +392 -0
- package/uploads/upload-example-world-data.json +1490 -0
- package/LICENSE +0 -201
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"general":{"title":"Map Title","subtext":"Map subtext: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.","type":"data","geoType":"us","headerColor":"theme-cyan","showSidebar":true,"showTitle":true,"showDownloadButton":true,"expandDataTable":false,"backgroundColor":"#f5f5f5","geoBorderColor":"darkGray","territoriesLabel":"Territories","language":"en","hasRegions":false},"columns":{"geo":{"dataTable":true,"label":"","name":"STATE","tooltip":false},"primary":{"dataTable":true,"label":"Rate","name":"Rate","prefix":"","suffix":"","tooltip":true},"navigate":{"dataTable":false,"name":"URL","tooltip":false},"geosInRegion":{"name":""}},"legend":{"numberOfItems":4,"position":"side","title":"Legend Title","description":"Legend Text","type":"equalnumber","specialClasses":[],"geosPerColor":{},"unified":false,"descriptions":{"0,0":["This is a dynamic legend text for \"Female\" selection."],"0,1":["This is a dynamic legend text for \"Male\" selection."]},"singleColumn":false,"dynamicDescription":true},"data":[{"STATE":"AL","Rate":10,"Gender":"Female","Mood":"Sad","URL":"http:\/\/www.nytimes.com"},{"STATE":"AK","Rate":12,"Gender":"Female","Mood":"Happy","URL":"http:\/\/www.npr.org"},{"STATE":"AS","Rate":14,"Gender":"Female","Mood":"Blah","URL":"http:\/\/guardian.co.uk"},{"STATE":"AZ","Rate":9,"Gender":"Female","Mood":"Jubilant","URL":"http:\/\/telegraph.co.uk"},{"STATE":"AR","Rate":17,"Gender":"Female","Mood":"Peeved","URL":"http:\/\/www.amazon.com"},{"STATE":"CA","Rate":13,"Gender":"Female","Mood":"Bitter","URL":"http:\/\/www.zappos.com"},{"STATE":"CO","Rate":22,"Gender":"Female","Mood":"Chillin'","URL":"http:\/\/www.nytimes.com"},{"STATE":"CT","Rate":10,"Gender":"Female","Mood":"Sad","URL":"http:\/\/www.npr.org"},{"STATE":"DE","Rate":12,"Gender":"Female","Mood":"Happy","URL":"http:\/\/guardian.co.uk"},{"STATE":"DC","Rate":14,"Gender":"Female","Mood":"Blah","URL":"http:\/\/telegraph.co.uk"},{"STATE":"FL","Rate":9,"Gender":"Female","Mood":"Jubilant","URL":"http:\/\/www.amazon.com"},{"STATE":"GA","Rate":17,"Gender":"Female","Mood":"Peeved","URL":"http:\/\/www.zappos.com"},{"STATE":"GU","Rate":20,"Gender":"Female","Mood":"Bitter","URL":"http:\/\/www.nytimes.com"},{"STATE":"HI","Rate":22,"Gender":"Female","Mood":"Chillin'","URL":"http:\/\/www.npr.org"},{"STATE":"ID","Rate":8,"Gender":"Female","Mood":"Sad","URL":"http:\/\/guardian.co.uk"},{"STATE":"IL","Rate":12,"Gender":"Female","Mood":"Happy","URL":"http:\/\/telegraph.co.uk"},{"STATE":"IN","Rate":14,"Gender":"Female","Mood":"Blah","URL":"http:\/\/www.amazon.com"},{"STATE":"IA","Rate":9,"Gender":"Female","Mood":"Jubilant","URL":"http:\/\/www.zappos.com"},{"STATE":"KS","Rate":17,"Gender":"Female","Mood":"Peeved","URL":"http:\/\/www.nytimes.com"},{"STATE":"KY","Rate":20,"Gender":"Female","Mood":"Bitter","URL":"http:\/\/www.npr.org"},{"STATE":"LA","Rate":22,"Gender":"Female","Mood":"Chillin'","URL":"http:\/\/guardian.co.uk"},{"STATE":"ME","Rate":10,"Gender":"Female","Mood":"Sad","URL":"http:\/\/telegraph.co.uk"},{"STATE":"MH","Rate":12,"Gender":"Female","Mood":"Happy","URL":"http:\/\/www.amazon.com"},{"STATE":"MD","Rate":14,"Gender":"Female","Mood":"Blah","URL":"http:\/\/www.zappos.com"},{"STATE":"MA","Rate":9,"Gender":"Female","Mood":"Jubilant","URL":"http:\/\/www.nytimes.com"},{"STATE":"MI","Rate":17,"Gender":"Female","Mood":"Peeved","URL":"http:\/\/www.npr.org"},{"STATE":"FM","Rate":20,"Gender":"Female","Mood":"Bitter","URL":"http:\/\/guardian.co.uk"},{"STATE":"MN","Rate":22,"Gender":"Female","Mood":"Chillin'","URL":"http:\/\/telegraph.co.uk"},{"STATE":"MS","Rate":10,"Gender":"Female","Mood":"Sad","URL":"http:\/\/www.amazon.com"},{"STATE":"MO","Rate":11,"Gender":"Female","Mood":"Happy","URL":"http:\/\/www.zappos.com"},{"STATE":"MT","Rate":14,"Gender":"Female","Mood":"Blah","URL":"http:\/\/www.nytimes.com"},{"STATE":"NE","Rate":9,"Gender":"Female","Mood":"Jubilant","URL":"http:\/\/www.npr.org"},{"STATE":"NV","Rate":17,"Gender":"Female","Mood":"Peeved","URL":"http:\/\/guardian.co.uk"},{"STATE":"NH","Rate":20,"Gender":"Female","Mood":"Bitter","URL":"http:\/\/telegraph.co.uk"},{"STATE":"NJ","Rate":28,"Gender":"Female","Mood":"Chillin'","URL":"http:\/\/www.amazon.com"},{"STATE":"NM","Rate":10,"Gender":"Female","Mood":"Sad","URL":"http:\/\/www.zappos.com"},{"STATE":"NY","Rate":12,"Gender":"Female","Mood":"Happy","URL":"http:\/\/www.nytimes.com"},{"STATE":"NC","Rate":14,"Gender":"Female","Mood":"Blah","URL":"http:\/\/www.npr.org"},{"STATE":"ND","Rate":9,"Gender":"Female","Mood":"Jubilant","URL":"http:\/\/guardian.co.uk"},{"STATE":"MP","Rate":17,"Gender":"Female","Mood":"Peeved","URL":"http:\/\/telegraph.co.uk"},{"STATE":"OH","Rate":20,"Gender":"Female","Mood":"Bitter","URL":"http:\/\/www.amazon.com"},{"STATE":"OK","Rate":22,"Gender":"Female","Mood":"Chillin'","URL":"http:\/\/www.zappos.com"},{"STATE":"OR","Rate":10,"Gender":"Female","Mood":"Sad","URL":"http:\/\/www.nytimes.com"},{"STATE":"PW","Rate":12,"Gender":"Female","Mood":"Happy","URL":"http:\/\/www.npr.org"},{"STATE":"PA","Rate":14,"Gender":"Female","Mood":"Blah","URL":"http:\/\/guardian.co.uk"},{"STATE":"PR","Rate":6,"Gender":"Female","Mood":"Jubilant","URL":"http:\/\/telegraph.co.uk"},{"STATE":"RI","Rate":17,"Gender":"Female","Mood":"Peeved","URL":"http:\/\/www.amazon.com"},{"STATE":"SC","Rate":20,"Gender":"Female","Mood":"Bitter","URL":"http:\/\/www.zappos.com"},{"STATE":"SD","Rate":22,"Gender":"Female","Mood":"Chillin'","URL":"http:\/\/www.nytimes.com"},{"STATE":"TN","Rate":10,"Gender":"Female","Mood":"Sad","URL":"http:\/\/www.npr.org"},{"STATE":"TX","Rate":12,"Gender":"Female","Mood":"Happy","URL":"http:\/\/guardian.co.uk"},{"STATE":"VT","Rate":9,"Gender":"Female","Mood":"Jubilant","URL":"http:\/\/telegraph.co.uk"},{"STATE":"VI","Rate":17,"Gender":"Female","Mood":"Peeved","URL":"http:\/\/www.amazon.com"},{"STATE":"VA","Rate":20,"Gender":"Female","Mood":"Bitter","URL":"http:\/\/www.zappos.com"},{"STATE":"WA","Rate":22,"Gender":"Female","Mood":"Chillin'","URL":"http:\/\/www.nytimes.com"},{"STATE":"WV","Rate":10,"Gender":"Female","Mood":"Sad","URL":"http:\/\/www.npr.org"},{"STATE":"WI","Rate":12,"Gender":"Female","Mood":"Happy","URL":"http:\/\/guardian.co.uk"},{"STATE":"WY","Rate":14,"Gender":"Female","Mood":"Blah","URL":"http:\/\/telegraph.co.uk"},{"STATE":"AL","Rate":10,"Gender":"Male","Mood":"Sad","URL":"http:\/\/www.nytimes.com"},{"STATE":"AK","Rate":12,"Gender":"Male","Mood":"Happy","URL":"http:\/\/www.npr.org"},{"STATE":"AS","Rate":14,"Gender":"Male","Mood":"Blah","URL":"http:\/\/guardian.co.uk"},{"STATE":"AZ","Rate":17,"Gender":"Male","Mood":"Jubilant","URL":"http:\/\/telegraph.co.uk"},{"STATE":"AR","Rate":20,"Gender":"Male","Mood":"Peeved","URL":"http:\/\/www.amazon.com"},{"STATE":"CA","Rate":22,"Gender":"Male","Mood":"Bitter","URL":"http:\/\/www.zappos.com"},{"STATE":"CO","Rate":10,"Gender":"Male","Mood":"Chillin'","URL":"http:\/\/www.nytimes.com"},{"STATE":"CT","Rate":12,"Gender":"Male","Mood":"Sad","URL":"http:\/\/www.npr.org"},{"STATE":"DE","Rate":9,"Gender":"Male","Mood":"Happy","URL":"http:\/\/guardian.co.uk"},{"STATE":"DC","Rate":17,"Gender":"Male","Mood":"Blah","URL":"http:\/\/telegraph.co.uk"},{"STATE":"FL","Rate":20,"Gender":"Male","Mood":"Jubilant","URL":"http:\/\/www.amazon.com"},{"STATE":"GA","Rate":17,"Gender":"Male","Mood":"Peeved","URL":"http:\/\/www.zappos.com"},{"STATE":"GU","Rate":20,"Gender":"Male","Mood":"Bitter","URL":"http:\/\/www.nytimes.com"},{"STATE":"HI","Rate":22,"Gender":"Male","Mood":"Chillin'","URL":"http:\/\/www.npr.org"},{"STATE":"ID","Rate":8,"Gender":"Male","Mood":"Sad","URL":"http:\/\/guardian.co.uk"},{"STATE":"IL","Rate":17,"Gender":"Male","Mood":"Happy","URL":"http:\/\/telegraph.co.uk"},{"STATE":"IN","Rate":20,"Gender":"Male","Mood":"Blah","URL":"http:\/\/www.amazon.com"},{"STATE":"IA","Rate":22,"Gender":"Male","Mood":"Jubilant","URL":"http:\/\/www.zappos.com"},{"STATE":"KS","Rate":10,"Gender":"Male","Mood":"Peeved","URL":"http:\/\/www.nytimes.com"},{"STATE":"KY","Rate":12,"Gender":"Male","Mood":"Bitter","URL":"http:\/\/www.npr.org"},{"STATE":"LA","Rate":9,"Gender":"Male","Mood":"Chillin'","URL":"http:\/\/guardian.co.uk"},{"STATE":"ME","Rate":17,"Gender":"Male","Mood":"Sad","URL":"http:\/\/telegraph.co.uk"},{"STATE":"MH","Rate":20,"Gender":"Male","Mood":"Happy","URL":"http:\/\/www.amazon.com"},{"STATE":"MD","Rate":14,"Gender":"Male","Mood":"Blah","URL":"http:\/\/www.zappos.com"},{"STATE":"MA","Rate":9,"Gender":"Male","Mood":"Jubilant","URL":"http:\/\/www.nytimes.com"},{"STATE":"MI","Rate":17,"Gender":"Male","Mood":"Peeved","URL":"http:\/\/www.npr.org"},{"STATE":"FM","Rate":20,"Gender":"Male","Mood":"Bitter","URL":"http:\/\/guardian.co.uk"},{"STATE":"MN","Rate":17,"Gender":"Male","Mood":"Chillin'","URL":"http:\/\/telegraph.co.uk"},{"STATE":"MS","Rate":20,"Gender":"Male","Mood":"Sad","URL":"http:\/\/www.amazon.com"},{"STATE":"MO","Rate":22,"Gender":"Male","Mood":"Happy","URL":"http:\/\/www.zappos.com"},{"STATE":"MT","Rate":10,"Gender":"Male","Mood":"Blah","URL":"http:\/\/www.nytimes.com"},{"STATE":"NE","Rate":17,"Gender":"Male","Mood":"Jubilant","URL":"http:\/\/www.npr.org"},{"STATE":"NV","Rate":9,"Gender":"Male","Mood":"Peeved","URL":"http:\/\/guardian.co.uk"},{"STATE":"NH","Rate":17,"Gender":"Male","Mood":"Bitter","URL":"http:\/\/telegraph.co.uk"},{"STATE":"NJ","Rate":20,"Gender":"Male","Mood":"Chillin'","URL":"http:\/\/www.amazon.com"},{"STATE":"NM","Rate":10,"Gender":"Male","Mood":"Sad","URL":"http:\/\/www.zappos.com"},{"STATE":"NY","Rate":12,"Gender":"Male","Mood":"Happy","URL":"http:\/\/www.nytimes.com"},{"STATE":"NC","Rate":14,"Gender":"Male","Mood":"Blah","URL":"http:\/\/www.npr.org"},{"STATE":"ND","Rate":9,"Gender":"Male","Mood":"Jubilant","URL":"http:\/\/guardian.co.uk"},{"STATE":"MP","Rate":17,"Gender":"Male","Mood":"Peeved","URL":"http:\/\/telegraph.co.uk"},{"STATE":"OH","Rate":20,"Gender":"Male","Mood":"Bitter","URL":"http:\/\/www.amazon.com"},{"STATE":"OK","Rate":13,"Gender":"Male","Mood":"Chillin'","URL":"http:\/\/www.zappos.com"},{"STATE":"OR","Rate":10,"Gender":"Male","Mood":"Sad","URL":"http:\/\/www.nytimes.com"},{"STATE":"PW","Rate":12,"Gender":"Male","Mood":"Happy","URL":"http:\/\/www.npr.org"},{"STATE":"PA","Rate":17,"Gender":"Male","Mood":"Blah","URL":"http:\/\/guardian.co.uk"},{"STATE":"PR","Rate":20,"Gender":"Male","Mood":"Jubilant","URL":"http:\/\/telegraph.co.uk"},{"STATE":"RI","Rate":22,"Gender":"Male","Mood":"Peeved","URL":"http:\/\/www.amazon.com"},{"STATE":"SC","Rate":10,"Gender":"Male","Mood":"Bitter","URL":"http:\/\/www.zappos.com"},{"STATE":"SD","Rate":12,"Gender":"Male","Mood":"Chillin'","URL":"http:\/\/www.nytimes.com"},{"STATE":"TN","Rate":9,"Gender":"Male","Mood":"Sad","URL":"http:\/\/www.npr.org"},{"STATE":"TX","Rate":17,"Gender":"Male","Mood":"Happy","URL":"http:\/\/guardian.co.uk"},{"STATE":"VT","Rate":20,"Gender":"Male","Mood":"Jubilant","URL":"http:\/\/telegraph.co.uk"},{"STATE":"VI","Rate":17,"Gender":"Male","Mood":"Peeved","URL":"http:\/\/www.amazon.com"},{"STATE":"VA","Rate":24,"Gender":"Male","Mood":"Bitter","URL":"http:\/\/www.zappos.com"},{"STATE":"WA","Rate":22,"Gender":"Male","Mood":"Chillin'","URL":"http:\/\/www.nytimes.com"},{"STATE":"WV","Rate":10,"Gender":"Male","Mood":"Sad","URL":"http:\/\/www.npr.org"},{"STATE":"WI","Rate":12,"Gender":"Male","Mood":"Happy","URL":"http:\/\/guardian.co.uk"},{"STATE":"WY","Rate":14,"Gender":"Male","Mood":"Blah","URL":"http:\/\/telegraph.co.uk"},{"STATE":null}],"filters":[{"values":["Female","Male"],"columnName":"Gender","active":"Female","label":"Gender"}],"sharing":{"enabled":true,"title":"Filterable Rate Map Example","description":"Social media description","url":"https:\/\/www.cdc.gov\/wcms\/4.0\/cdc-wp\/data-presentation\/examples\/example-numeric-maps-filterable.html","dataHost":"wcms-wp.cdc.gov","configUrl":"\/wcms\/4.0\/cdc-wp\/data-presentation\/page-elements\/gender-rate-map.json"},"dataTable":{"title":"Data Table"},"tooltips":{"appearanceType":"hover","linkLabel":"Learn More","capitalizeLabels":true},"color":"yelloworangebrown","usingWidgetLoader":true,"type":"map"}
|
package/package.json
CHANGED
|
@@ -1,52 +1,52 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
2
|
+
"name": "@cdc/map",
|
|
3
|
+
"version": "2.6.3",
|
|
4
|
+
"description": "React component for visualizing tabular data on a map of the United States or the world.",
|
|
5
|
+
"main": "dist/cdcmap",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"start": "npx webpack serve --mode development -c ../../webpack.config.js",
|
|
8
|
+
"build": "npx webpack --mode production --env packageName=CdcMap --env folderName=map -c ../../webpack.config.js",
|
|
9
|
+
"prepublishOnly": "lerna run --scope @cdc/map build"
|
|
10
|
+
},
|
|
11
|
+
"repository": {
|
|
12
|
+
"type": "git",
|
|
13
|
+
"url": "git+https://github.com/CDCgov/cdc-open-viz",
|
|
14
|
+
"directory": "packages/map"
|
|
15
|
+
},
|
|
16
|
+
"author": "Daniel Immke <npm@daniel.do>",
|
|
17
|
+
"bugs": {
|
|
18
|
+
"url": "https://github.com/CDCgov/cdc-open-viz/issues"
|
|
19
|
+
},
|
|
20
|
+
"license": "Apache-2.0",
|
|
21
|
+
"devDependencies": {
|
|
22
|
+
"@babel/runtime": "^7.12.5",
|
|
23
|
+
"@cdc/core": "^1.1.2",
|
|
24
|
+
"@emotion/core": "^10.0.28",
|
|
25
|
+
"@emotion/react": "^11.1.5",
|
|
26
|
+
"@visx/geo": "^1.13.0",
|
|
27
|
+
"canvg": "^3.0.7",
|
|
28
|
+
"chroma": "0.0.1",
|
|
29
|
+
"chroma-js": "^2.1.0",
|
|
30
|
+
"d3": "^6.6.0",
|
|
31
|
+
"html-react-parser": "^1.2.1",
|
|
32
|
+
"html2canvas": "^1.0.0-rc.7",
|
|
33
|
+
"html2pdf.js": "^0.9.2",
|
|
34
|
+
"papaparse": "^5.3.0",
|
|
35
|
+
"react-accessible-accordion": "^3.0.1",
|
|
36
|
+
"react-beautiful-dnd": "^13.0.0",
|
|
37
|
+
"react-table": "^7.5.0",
|
|
38
|
+
"react-tag-autocomplete": "^6.0.0",
|
|
39
|
+
"react-tooltip": "4.2.8",
|
|
40
|
+
"topojson-client": "^3.1.0",
|
|
41
|
+
"use-debounce": "^5.2.0",
|
|
42
|
+
"whatwg-fetch": "^3.6.2"
|
|
43
|
+
},
|
|
44
|
+
"peerDependencies": {
|
|
45
|
+
"react": ">=16.8",
|
|
46
|
+
"react-dom": ">=16"
|
|
47
|
+
},
|
|
48
|
+
"gitHead": "170845062bcbb93f31270104688f69c4148935d8",
|
|
49
|
+
"dependencies": {
|
|
50
|
+
"d3-composite-projections": "^1.4.0"
|
|
51
|
+
}
|
|
52
52
|
}
|