@devgateway/dvz-ui-react 1.0.0

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.
Files changed (487) hide show
  1. package/README.md +172 -0
  2. package/dist/cjs/api/commons.js +1 -0
  3. package/dist/cjs/common.css +1 -0
  4. package/dist/cjs/conf/config.json.js +1 -0
  5. package/dist/cjs/conf/index.js +1 -0
  6. package/dist/cjs/embeddable/agree-and-download/index.js +1 -0
  7. package/dist/cjs/embeddable/big-number/index.js +1 -0
  8. package/dist/cjs/embeddable/big-number-trend/index.js +1 -0
  9. package/dist/cjs/embeddable/body/Background.js +1 -0
  10. package/dist/cjs/embeddable/body/Blood.js +1 -0
  11. package/dist/cjs/embeddable/body/Bounds.js +1 -0
  12. package/dist/cjs/embeddable/body/Brain.js +1 -0
  13. package/dist/cjs/embeddable/body/Ectopic.js +1 -0
  14. package/dist/cjs/embeddable/body/Erectile.js +1 -0
  15. package/dist/cjs/embeddable/body/Eyes.js +1 -0
  16. package/dist/cjs/embeddable/body/Head.js +1 -0
  17. package/dist/cjs/embeddable/body/Heart.js +1 -0
  18. package/dist/cjs/embeddable/body/Liver.js +1 -0
  19. package/dist/cjs/embeddable/body/Lungs.js +1 -0
  20. package/dist/cjs/embeddable/body/Stomach.js +1 -0
  21. package/dist/cjs/embeddable/body/index.js +1 -0
  22. package/dist/cjs/embeddable/chart/Bar.js +1 -0
  23. package/dist/cjs/embeddable/chart/CSVDataFrame.js +1 -0
  24. package/dist/cjs/embeddable/chart/Legends.js +1 -0
  25. package/dist/cjs/embeddable/chart/Line.js +1 -0
  26. package/dist/cjs/embeddable/chart/LineLayer.js +1 -0
  27. package/dist/cjs/embeddable/chart/Messages.js +11 -0
  28. package/dist/cjs/embeddable/chart/Pie.js +1 -0
  29. package/dist/cjs/embeddable/chart/Radar.js +1 -0
  30. package/dist/cjs/embeddable/chart/Tooltip.js +1 -0
  31. package/dist/cjs/embeddable/chart/colors/CategoricalColors.js +1 -0
  32. package/dist/cjs/embeddable/chart/colors/ColorProvider.js +1 -0
  33. package/dist/cjs/embeddable/chart/colors/Colors.js +1 -0
  34. package/dist/cjs/embeddable/chart/colors/ManualColors.js +1 -0
  35. package/dist/cjs/embeddable/chart/colors/PlainColor.js +1 -0
  36. package/dist/cjs/embeddable/chart/colors/SequentialColors.js +1 -0
  37. package/dist/cjs/embeddable/chart/colors/SystemColors.js +1 -0
  38. package/dist/cjs/embeddable/chart/data/Bar.js +1 -0
  39. package/dist/cjs/embeddable/chart/data/Line.js +1 -0
  40. package/dist/cjs/embeddable/chart/data/Pie.js +1 -0
  41. package/dist/cjs/embeddable/chart/data/Utils.js +1 -0
  42. package/dist/cjs/embeddable/chart/data/index.js +1 -0
  43. package/dist/cjs/embeddable/chart/index.js +1 -0
  44. package/dist/cjs/embeddable/child-page-menu/index.js +1 -0
  45. package/dist/cjs/embeddable/common/ChartTooltip.js +1 -0
  46. package/dist/cjs/embeddable/common/MapTooltip.js +1 -0
  47. package/dist/cjs/embeddable/common/Messages.js +11 -0
  48. package/dist/cjs/embeddable/common/colors/CategoricalColors.js +1 -0
  49. package/dist/cjs/embeddable/common/colors/ColorProvider.js +1 -0
  50. package/dist/cjs/embeddable/common/colors/Colors.js +1 -0
  51. package/dist/cjs/embeddable/common/colors/ManualColors.js +1 -0
  52. package/dist/cjs/embeddable/common/colors/PlainColor.js +1 -0
  53. package/dist/cjs/embeddable/common/colors/SequentialColors.js +1 -0
  54. package/dist/cjs/embeddable/common/colors/SystemColors.js +1 -0
  55. package/dist/cjs/embeddable/connected-templates/PostContent.js +1 -0
  56. package/dist/cjs/embeddable/connected-templates/PostIntro.js +1 -0
  57. package/dist/cjs/embeddable/d3Map/BaseLayer.js +1 -0
  58. package/dist/cjs/embeddable/d3Map/BreaksStyles.js +1 -0
  59. package/dist/cjs/embeddable/d3Map/DataLayer.js +1 -0
  60. package/dist/cjs/embeddable/d3Map/FlowLayer.js +1 -0
  61. package/dist/cjs/embeddable/d3Map/LatLongLayer.js +1 -0
  62. package/dist/cjs/embeddable/d3Map/Layer.js +1 -0
  63. package/dist/cjs/embeddable/d3Map/Legends.js +1 -0
  64. package/dist/cjs/embeddable/d3Map/Map.js +1 -0
  65. package/dist/cjs/embeddable/d3Map/ProjectedContainer.js +1 -0
  66. package/dist/cjs/embeddable/d3Map/Tooltip.js +1 -0
  67. package/dist/cjs/embeddable/d3Map/ZoomControl.js +1 -0
  68. package/dist/cjs/embeddable/d3Map/index.js +1 -0
  69. package/dist/cjs/embeddable/data/CategoriesConsumer.js +1 -0
  70. package/dist/cjs/embeddable/data/CategoriesProvider.js +1 -0
  71. package/dist/cjs/embeddable/data/DataConsumer.js +1 -0
  72. package/dist/cjs/embeddable/data/DataContext.js +1 -0
  73. package/dist/cjs/embeddable/data/DataProvider.js +1 -0
  74. package/dist/cjs/embeddable/datalabel/index.js +1 -0
  75. package/dist/cjs/embeddable/download/dom-to-image.js +2 -0
  76. package/dist/cjs/embeddable/download/index.js +5 -0
  77. package/dist/cjs/embeddable/downloadPDF/index.js +1 -0
  78. package/dist/cjs/embeddable/featuredtabs/index.js +1 -0
  79. package/dist/cjs/embeddable/filter/index.js +1 -0
  80. package/dist/cjs/embeddable/filter-reset-button/index.js +1 -0
  81. package/dist/cjs/embeddable/filters-apply-button/index.js +1 -0
  82. package/dist/cjs/embeddable/index.js +1 -0
  83. package/dist/cjs/embeddable/inlinelist/index.js +1 -0
  84. package/dist/cjs/embeddable/map/MapCSVDataFrame.js +1 -0
  85. package/dist/cjs/embeddable/map/MapDataFrame.js +1 -0
  86. package/dist/cjs/embeddable/map/index.js +2 -0
  87. package/dist/cjs/embeddable/map/legend.js +1 -0
  88. package/dist/cjs/embeddable/map/map.js +4 -0
  89. package/dist/cjs/embeddable/measures/index.js +1 -0
  90. package/dist/cjs/embeddable/menu/index.js +3 -0
  91. package/dist/cjs/embeddable/new-time-line/index.js +1 -0
  92. package/dist/cjs/embeddable/new-time-line/timeline.js +1 -0
  93. package/dist/cjs/embeddable/newsletter/index.js +1 -0
  94. package/dist/cjs/embeddable/pagegallery/index.js +1 -0
  95. package/dist/cjs/embeddable/pagemodules/FloatingNavigator.js +1 -0
  96. package/dist/cjs/embeddable/pagemodules/index.js +1 -0
  97. package/dist/cjs/embeddable/parallax/index.js +1 -0
  98. package/dist/cjs/embeddable/postscarousel/index.js +1 -0
  99. package/dist/cjs/embeddable/reducers/data-api.js +1 -0
  100. package/dist/cjs/embeddable/reducers/data.js +1 -0
  101. package/dist/cjs/embeddable/reducers/embeddable-api.js +1 -0
  102. package/dist/cjs/embeddable/reducers/embeddable.js +1 -0
  103. package/dist/cjs/embeddable/references/Reference.js +1 -0
  104. package/dist/cjs/embeddable/references/ReferencesList.js +1 -0
  105. package/dist/cjs/embeddable/sankeychart/Sankey.js +1 -0
  106. package/dist/cjs/embeddable/sankeychart/index.js +1 -0
  107. package/dist/cjs/embeddable/showcase/index.js +1 -0
  108. package/dist/cjs/embeddable/superset-chart/index.js +1 -0
  109. package/dist/cjs/embeddable/superset-dashboard/index.js +1 -0
  110. package/dist/cjs/embeddable/tabbedposts/index.js +1 -0
  111. package/dist/cjs/embeddable/time-line/desktop.js +1 -0
  112. package/dist/cjs/embeddable/time-line/index.js +1 -0
  113. package/dist/cjs/embeddable/time-line/mobile.js +1 -0
  114. package/dist/cjs/embeddable/tooltip/index.js +1 -0
  115. package/dist/cjs/embeddable/utils/common.js +1 -0
  116. package/dist/cjs/embeddable/utils/parseUtils.js +1 -0
  117. package/dist/cjs/embeddable/vertical-featuredtabs/index.js +2 -0
  118. package/dist/cjs/embeddable/wrapped/index.js +1 -0
  119. package/dist/cjs/index.js +1 -0
  120. package/dist/cjs/layout/CustomSemanticSearch.js +1 -0
  121. package/dist/cjs/layout/Customizer.js +1 -0
  122. package/dist/cjs/layout/FlexWrapDetector.js +1 -0
  123. package/dist/cjs/layout/Footer.js +1 -0
  124. package/dist/cjs/layout/Header.js +3 -0
  125. package/dist/cjs/layout/LangSwitcher.js +1 -0
  126. package/dist/cjs/layout/ResponsiveContainer.js +1 -0
  127. package/dist/cjs/layout/ScrollTop.js +1 -0
  128. package/dist/cjs/layout/SearchControl.js +1 -0
  129. package/dist/cjs/layout/TopNavigator.js +1 -0
  130. package/dist/cjs/layout/containers/PreviewPageContainer.js +1 -0
  131. package/dist/cjs/layout/containers/PreviewTypeContainer.js +1 -0
  132. package/dist/cjs/layout/containers/SlugContainer.js +1 -0
  133. package/dist/cjs/layout/containers/SlugPostContainer.js +1 -0
  134. package/dist/cjs/layout/index.js +1 -0
  135. package/dist/cjs/lib/hooks/window-dimensions.js +1 -0
  136. package/dist/cjs/lib/react-intl-redux/index.js +1 -0
  137. package/dist/cjs/lib/react-intl-redux/providers/IntlProvider.js +1 -0
  138. package/dist/cjs/lib/react-intl-redux/providers/Provider.js +1 -0
  139. package/dist/cjs/lib/redux-immutable/index.js +1 -0
  140. package/dist/cjs/lib/redux-immutable/utils/getStateName.js +1 -0
  141. package/dist/cjs/lib/redux-immutable/utils/getUnexpectedInvocationParameterMessage.js +1 -0
  142. package/dist/cjs/node_modules/.pnpm/semantic-ui-react@3.0.0-beta.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/semantic-ui-react/src/lib/classNameBuilders.js +1 -0
  143. package/dist/cjs/node_modules/.pnpm/semantic-ui-react@3.0.0-beta.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/semantic-ui-react/src/lib/getUnhandledProps.js +1 -0
  144. package/dist/cjs/redux/hooks.js +1 -0
  145. package/dist/cjs/redux/reducer.js +1 -0
  146. package/dist/cjs/redux/store.js +1 -0
  147. package/dist/cjs/styles.css +1 -0
  148. package/dist/cjs/tracker/index.js +1 -0
  149. package/dist/cjs/tracker/withGoogleAnalytics.js +1 -0
  150. package/dist/cjs/translations/af.json.js +1 -0
  151. package/dist/cjs/translations/en.json.js +1 -0
  152. package/dist/cjs/translations/fr.json.js +1 -0
  153. package/dist/cjs/utils/AppMedia.js +1 -0
  154. package/dist/cjs/utils/countries.js +1 -0
  155. package/dist/cjs/utils/deviceType.js +1 -0
  156. package/dist/cjs/utils/semanticUtils.js +1 -0
  157. package/dist/esm/api/commons.js +36 -0
  158. package/dist/esm/common.css +1 -0
  159. package/dist/esm/conf/config.json.js +7 -0
  160. package/dist/esm/conf/index.js +9 -0
  161. package/dist/esm/embeddable/agree-and-download/index.js +103 -0
  162. package/dist/esm/embeddable/big-number/index.js +121 -0
  163. package/dist/esm/embeddable/big-number-trend/index.js +130 -0
  164. package/dist/esm/embeddable/body/Background.js +409 -0
  165. package/dist/esm/embeddable/body/Blood.js +2325 -0
  166. package/dist/esm/embeddable/body/Bounds.js +3506 -0
  167. package/dist/esm/embeddable/body/Brain.js +546 -0
  168. package/dist/esm/embeddable/body/Ectopic.js +96 -0
  169. package/dist/esm/embeddable/body/Erectile.js +421 -0
  170. package/dist/esm/embeddable/body/Eyes.js +365 -0
  171. package/dist/esm/embeddable/body/Head.js +418 -0
  172. package/dist/esm/embeddable/body/Heart.js +467 -0
  173. package/dist/esm/embeddable/body/Liver.js +266 -0
  174. package/dist/esm/embeddable/body/Lungs.js +1036 -0
  175. package/dist/esm/embeddable/body/Stomach.js +1875 -0
  176. package/dist/esm/embeddable/body/index.js +510 -0
  177. package/dist/esm/embeddable/chart/Bar.js +788 -0
  178. package/dist/esm/embeddable/chart/CSVDataFrame.js +77 -0
  179. package/dist/esm/embeddable/chart/Legends.js +86 -0
  180. package/dist/esm/embeddable/chart/Line.js +412 -0
  181. package/dist/esm/embeddable/chart/LineLayer.js +76 -0
  182. package/dist/esm/embeddable/chart/Messages.js +44 -0
  183. package/dist/esm/embeddable/chart/Pie.js +250 -0
  184. package/dist/esm/embeddable/chart/Radar.js +231 -0
  185. package/dist/esm/embeddable/chart/Tooltip.js +53 -0
  186. package/dist/esm/embeddable/chart/colors/CategoricalColors.js +27 -0
  187. package/dist/esm/embeddable/chart/colors/ColorProvider.js +75 -0
  188. package/dist/esm/embeddable/chart/colors/Colors.js +44 -0
  189. package/dist/esm/embeddable/chart/colors/ManualColors.js +45 -0
  190. package/dist/esm/embeddable/chart/colors/PlainColor.js +18 -0
  191. package/dist/esm/embeddable/chart/colors/SequentialColors.js +33 -0
  192. package/dist/esm/embeddable/chart/colors/SystemColors.js +25 -0
  193. package/dist/esm/embeddable/chart/data/Bar.js +205 -0
  194. package/dist/esm/embeddable/chart/data/Line.js +212 -0
  195. package/dist/esm/embeddable/chart/data/Pie.js +94 -0
  196. package/dist/esm/embeddable/chart/data/Utils.js +30 -0
  197. package/dist/esm/embeddable/chart/data/index.js +7 -0
  198. package/dist/esm/embeddable/chart/index.js +593 -0
  199. package/dist/esm/embeddable/child-page-menu/index.js +108 -0
  200. package/dist/esm/embeddable/common/ChartTooltip.js +34 -0
  201. package/dist/esm/embeddable/common/MapTooltip.js +59 -0
  202. package/dist/esm/embeddable/common/Messages.js +39 -0
  203. package/dist/esm/embeddable/common/colors/CategoricalColors.js +27 -0
  204. package/dist/esm/embeddable/common/colors/ColorProvider.js +29 -0
  205. package/dist/esm/embeddable/common/colors/Colors.js +44 -0
  206. package/dist/esm/embeddable/common/colors/ManualColors.js +50 -0
  207. package/dist/esm/embeddable/common/colors/PlainColor.js +18 -0
  208. package/dist/esm/embeddable/common/colors/SequentialColors.js +33 -0
  209. package/dist/esm/embeddable/common/colors/SystemColors.js +25 -0
  210. package/dist/esm/embeddable/connected-templates/PostContent.js +11 -0
  211. package/dist/esm/embeddable/connected-templates/PostIntro.js +11 -0
  212. package/dist/esm/embeddable/d3Map/BaseLayer.js +66 -0
  213. package/dist/esm/embeddable/d3Map/BreaksStyles.js +18 -0
  214. package/dist/esm/embeddable/d3Map/DataLayer.js +248 -0
  215. package/dist/esm/embeddable/d3Map/FlowLayer.js +186 -0
  216. package/dist/esm/embeddable/d3Map/LatLongLayer.js +146 -0
  217. package/dist/esm/embeddable/d3Map/Layer.js +59 -0
  218. package/dist/esm/embeddable/d3Map/Legends.js +234 -0
  219. package/dist/esm/embeddable/d3Map/Map.js +49 -0
  220. package/dist/esm/embeddable/d3Map/ProjectedContainer.js +50 -0
  221. package/dist/esm/embeddable/d3Map/Tooltip.js +28 -0
  222. package/dist/esm/embeddable/d3Map/ZoomControl.js +86 -0
  223. package/dist/esm/embeddable/d3Map/index.js +123 -0
  224. package/dist/esm/embeddable/data/CategoriesConsumer.js +7 -0
  225. package/dist/esm/embeddable/data/CategoriesProvider.js +35 -0
  226. package/dist/esm/embeddable/data/DataConsumer.js +10 -0
  227. package/dist/esm/embeddable/data/DataContext.js +7 -0
  228. package/dist/esm/embeddable/data/DataProvider.js +83 -0
  229. package/dist/esm/embeddable/datalabel/index.js +106 -0
  230. package/dist/esm/embeddable/download/dom-to-image.js +470 -0
  231. package/dist/esm/embeddable/download/index.js +141 -0
  232. package/dist/esm/embeddable/downloadPDF/index.js +24 -0
  233. package/dist/esm/embeddable/featuredtabs/index.js +207 -0
  234. package/dist/esm/embeddable/filter/index.js +430 -0
  235. package/dist/esm/embeddable/filter-reset-button/index.js +41 -0
  236. package/dist/esm/embeddable/filters-apply-button/index.js +52 -0
  237. package/dist/esm/embeddable/index.js +76 -0
  238. package/dist/esm/embeddable/inlinelist/index.js +106 -0
  239. package/dist/esm/embeddable/map/MapCSVDataFrame.js +78 -0
  240. package/dist/esm/embeddable/map/MapDataFrame.js +28 -0
  241. package/dist/esm/embeddable/map/index.js +207 -0
  242. package/dist/esm/embeddable/map/legend.js +101 -0
  243. package/dist/esm/embeddable/map/map.js +965 -0
  244. package/dist/esm/embeddable/measures/index.js +46 -0
  245. package/dist/esm/embeddable/menu/index.js +46 -0
  246. package/dist/esm/embeddable/new-time-line/index.js +84 -0
  247. package/dist/esm/embeddable/new-time-line/timeline.js +68 -0
  248. package/dist/esm/embeddable/newsletter/index.js +51 -0
  249. package/dist/esm/embeddable/pagegallery/index.js +36 -0
  250. package/dist/esm/embeddable/pagemodules/FloatingNavigator.js +30 -0
  251. package/dist/esm/embeddable/pagemodules/index.js +129 -0
  252. package/dist/esm/embeddable/parallax/index.js +52 -0
  253. package/dist/esm/embeddable/postscarousel/index.js +52 -0
  254. package/dist/esm/embeddable/reducers/data-api.js +17 -0
  255. package/dist/esm/embeddable/reducers/data.js +116 -0
  256. package/dist/esm/embeddable/reducers/embeddable-api.js +13 -0
  257. package/dist/esm/embeddable/reducers/embeddable.js +54 -0
  258. package/dist/esm/embeddable/references/Reference.js +33 -0
  259. package/dist/esm/embeddable/references/ReferencesList.js +65 -0
  260. package/dist/esm/embeddable/sankeychart/Sankey.js +205 -0
  261. package/dist/esm/embeddable/sankeychart/index.js +238 -0
  262. package/dist/esm/embeddable/showcase/index.js +247 -0
  263. package/dist/esm/embeddable/superset-chart/index.js +29 -0
  264. package/dist/esm/embeddable/superset-dashboard/index.js +29 -0
  265. package/dist/esm/embeddable/tabbedposts/index.js +265 -0
  266. package/dist/esm/embeddable/time-line/desktop.js +240 -0
  267. package/dist/esm/embeddable/time-line/index.js +16 -0
  268. package/dist/esm/embeddable/time-line/mobile.js +272 -0
  269. package/dist/esm/embeddable/tooltip/index.js +16 -0
  270. package/dist/esm/embeddable/utils/common.js +8 -0
  271. package/dist/esm/embeddable/utils/parseUtils.js +13 -0
  272. package/dist/esm/embeddable/vertical-featuredtabs/index.js +293 -0
  273. package/dist/esm/embeddable/wrapped/index.js +18 -0
  274. package/dist/esm/index.js +31 -0
  275. package/dist/esm/layout/CustomSemanticSearch.js +113 -0
  276. package/dist/esm/layout/Customizer.js +23 -0
  277. package/dist/esm/layout/FlexWrapDetector.js +37 -0
  278. package/dist/esm/layout/Footer.js +17 -0
  279. package/dist/esm/layout/Header.js +248 -0
  280. package/dist/esm/layout/LangSwitcher.js +93 -0
  281. package/dist/esm/layout/ResponsiveContainer.js +24 -0
  282. package/dist/esm/layout/ScrollTop.js +13 -0
  283. package/dist/esm/layout/SearchControl.js +239 -0
  284. package/dist/esm/layout/TopNavigator.js +21 -0
  285. package/dist/esm/layout/containers/PreviewPageContainer.js +21 -0
  286. package/dist/esm/layout/containers/PreviewTypeContainer.js +23 -0
  287. package/dist/esm/layout/containers/SlugContainer.js +19 -0
  288. package/dist/esm/layout/containers/SlugPostContainer.js +19 -0
  289. package/dist/esm/layout/index.js +16 -0
  290. package/dist/esm/lib/hooks/window-dimensions.js +25 -0
  291. package/dist/esm/lib/react-intl-redux/index.js +20 -0
  292. package/dist/esm/lib/react-intl-redux/providers/IntlProvider.js +13 -0
  293. package/dist/esm/lib/react-intl-redux/providers/Provider.js +11 -0
  294. package/dist/esm/lib/redux-immutable/index.js +27 -0
  295. package/dist/esm/lib/redux-immutable/utils/getStateName.js +4 -0
  296. package/dist/esm/lib/redux-immutable/utils/getUnexpectedInvocationParameterMessage.js +21 -0
  297. package/dist/esm/node_modules/.pnpm/semantic-ui-react@3.0.0-beta.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/semantic-ui-react/src/lib/classNameBuilders.js +5 -0
  298. package/dist/esm/node_modules/.pnpm/semantic-ui-react@3.0.0-beta.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/semantic-ui-react/src/lib/getUnhandledProps.js +7 -0
  299. package/dist/esm/redux/hooks.js +6 -0
  300. package/dist/esm/redux/reducer.js +13 -0
  301. package/dist/esm/redux/store.js +14 -0
  302. package/dist/esm/styles.css +1 -0
  303. package/dist/esm/tracker/index.js +4 -0
  304. package/dist/esm/tracker/withGoogleAnalytics.js +21 -0
  305. package/dist/esm/translations/af.json.js +4 -0
  306. package/dist/esm/translations/en.json.js +49 -0
  307. package/dist/esm/translations/fr.json.js +46 -0
  308. package/dist/esm/utils/AppMedia.js +16 -0
  309. package/dist/esm/utils/countries.js +650 -0
  310. package/dist/esm/utils/deviceType.js +7 -0
  311. package/dist/esm/utils/semanticUtils.js +84 -0
  312. package/dist/types/api/commons.d.ts +4 -0
  313. package/dist/types/conf/config.json.d.ts +5 -0
  314. package/dist/types/conf/index.d.ts +6 -0
  315. package/dist/types/embeddable/Dummy.d.ts +3 -0
  316. package/dist/types/embeddable/agree-and-download/index.d.ts +3 -0
  317. package/dist/types/embeddable/big-number/index.d.ts +5 -0
  318. package/dist/types/embeddable/big-number-trend/index.d.ts +5 -0
  319. package/dist/types/embeddable/body/Background.d.ts +5 -0
  320. package/dist/types/embeddable/body/Blood.d.ts +5 -0
  321. package/dist/types/embeddable/body/Bounds.d.ts +5 -0
  322. package/dist/types/embeddable/body/Brain.d.ts +5 -0
  323. package/dist/types/embeddable/body/Ectopic.d.ts +5 -0
  324. package/dist/types/embeddable/body/Erectile.d.ts +5 -0
  325. package/dist/types/embeddable/body/Eyes.d.ts +5 -0
  326. package/dist/types/embeddable/body/Head.d.ts +5 -0
  327. package/dist/types/embeddable/body/Heart.d.ts +5 -0
  328. package/dist/types/embeddable/body/Larynx.d.ts +5 -0
  329. package/dist/types/embeddable/body/Liver.d.ts +5 -0
  330. package/dist/types/embeddable/body/Lungs.d.ts +5 -0
  331. package/dist/types/embeddable/body/Stomach.d.ts +5 -0
  332. package/dist/types/embeddable/body/index.d.ts +5 -0
  333. package/dist/types/embeddable/chart/Bar.d.ts +69 -0
  334. package/dist/types/embeddable/chart/Bump.d.ts +35 -0
  335. package/dist/types/embeddable/chart/CSVDataFrame.d.ts +9 -0
  336. package/dist/types/embeddable/chart/DelayedRender.d.ts +15 -0
  337. package/dist/types/embeddable/chart/Diverging.d.ts +15 -0
  338. package/dist/types/embeddable/chart/Legends.d.ts +5 -0
  339. package/dist/types/embeddable/chart/Line.d.ts +115 -0
  340. package/dist/types/embeddable/chart/LineLayer.d.ts +5 -0
  341. package/dist/types/embeddable/chart/Messages.d.ts +14 -0
  342. package/dist/types/embeddable/chart/Pie.d.ts +77 -0
  343. package/dist/types/embeddable/chart/Radar.d.ts +67 -0
  344. package/dist/types/embeddable/chart/Radar2.d.ts +5 -0
  345. package/dist/types/embeddable/chart/Sunburst.d.ts +15 -0
  346. package/dist/types/embeddable/chart/Tooltip.d.ts +9 -0
  347. package/dist/types/embeddable/chart/UserMeasures.d.ts +10 -0
  348. package/dist/types/embeddable/chart/colors/CategoricalColors.d.ts +10 -0
  349. package/dist/types/embeddable/chart/colors/ColorProvider.d.ts +6 -0
  350. package/dist/types/embeddable/chart/colors/Colors.d.ts +24 -0
  351. package/dist/types/embeddable/chart/colors/ManualColors.d.ts +8 -0
  352. package/dist/types/embeddable/chart/colors/PlainColor.d.ts +8 -0
  353. package/dist/types/embeddable/chart/colors/SequentialColors.d.ts +9 -0
  354. package/dist/types/embeddable/chart/colors/SystemColors.d.ts +9 -0
  355. package/dist/types/embeddable/chart/data/Bar.d.ts +3 -0
  356. package/dist/types/embeddable/chart/data/Line.d.ts +3 -0
  357. package/dist/types/embeddable/chart/data/Pie.d.ts +2 -0
  358. package/dist/types/embeddable/chart/data/Utils.d.ts +17 -0
  359. package/dist/types/embeddable/chart/data/index.d.ts +9 -0
  360. package/dist/types/embeddable/chart/index.d.ts +5 -0
  361. package/dist/types/embeddable/chart/prevalenceBuilder.d.ts +19 -0
  362. package/dist/types/embeddable/child-page-menu/index.d.ts +5 -0
  363. package/dist/types/embeddable/common/ChartTooltip.d.ts +9 -0
  364. package/dist/types/embeddable/common/MapTooltip.d.ts +8 -0
  365. package/dist/types/embeddable/common/Messages.d.ts +14 -0
  366. package/dist/types/embeddable/common/colors/CategoricalColors.d.ts +10 -0
  367. package/dist/types/embeddable/common/colors/ColorProvider.d.ts +21 -0
  368. package/dist/types/embeddable/common/colors/Colors.d.ts +24 -0
  369. package/dist/types/embeddable/common/colors/ManualColors.d.ts +8 -0
  370. package/dist/types/embeddable/common/colors/PlainColor.d.ts +8 -0
  371. package/dist/types/embeddable/common/colors/SequentialColors.d.ts +9 -0
  372. package/dist/types/embeddable/common/colors/SystemColors.d.ts +9 -0
  373. package/dist/types/embeddable/connected-templates/PostContent.d.ts +5 -0
  374. package/dist/types/embeddable/connected-templates/PostIntro.d.ts +5 -0
  375. package/dist/types/embeddable/d3Map/BaseLayer.d.ts +9 -0
  376. package/dist/types/embeddable/d3Map/BreaksStyles.d.ts +15 -0
  377. package/dist/types/embeddable/d3Map/DataLayer.d.ts +5 -0
  378. package/dist/types/embeddable/d3Map/FlowLayer.d.ts +5 -0
  379. package/dist/types/embeddable/d3Map/LatLongLayer.d.ts +5 -0
  380. package/dist/types/embeddable/d3Map/Layer.d.ts +17 -0
  381. package/dist/types/embeddable/d3Map/Legends.d.ts +3 -0
  382. package/dist/types/embeddable/d3Map/Map.d.ts +10 -0
  383. package/dist/types/embeddable/d3Map/ProjectedContainer.d.ts +15 -0
  384. package/dist/types/embeddable/d3Map/Tooltip.d.ts +8 -0
  385. package/dist/types/embeddable/d3Map/ZoomControl.d.ts +23 -0
  386. package/dist/types/embeddable/d3Map/index.d.ts +5 -0
  387. package/dist/types/embeddable/data/CategoriesConsumer.d.ts +3 -0
  388. package/dist/types/embeddable/data/CategoriesProvider.d.ts +3 -0
  389. package/dist/types/embeddable/data/DataConsumer.d.ts +3 -0
  390. package/dist/types/embeddable/data/DataConsumerMap.d.ts +3 -0
  391. package/dist/types/embeddable/data/DataContext.d.ts +4 -0
  392. package/dist/types/embeddable/data/DataProvider.d.ts +7 -0
  393. package/dist/types/embeddable/datalabel/index.d.ts +5 -0
  394. package/dist/types/embeddable/download/dom-to-image.d.ts +129 -0
  395. package/dist/types/embeddable/download/index.d.ts +14 -0
  396. package/dist/types/embeddable/downloadPDF/index.d.ts +3 -0
  397. package/dist/types/embeddable/featuredtabs/index.d.ts +22 -0
  398. package/dist/types/embeddable/filter/_@deprecated_Components.d.ts +33 -0
  399. package/dist/types/embeddable/filter/index.d.ts +27 -0
  400. package/dist/types/embeddable/filter-reset-button/index.d.ts +5 -0
  401. package/dist/types/embeddable/filters-apply-button/index.d.ts +5 -0
  402. package/dist/types/embeddable/index.d.ts +161 -0
  403. package/dist/types/embeddable/inlinelist/index.d.ts +26 -0
  404. package/dist/types/embeddable/map/MapCSVDataFrame.d.ts +2 -0
  405. package/dist/types/embeddable/map/MapDataFrame.d.ts +7 -0
  406. package/dist/types/embeddable/map/index.d.ts +5 -0
  407. package/dist/types/embeddable/map/legend.d.ts +6 -0
  408. package/dist/types/embeddable/map/map.d.ts +5 -0
  409. package/dist/types/embeddable/measures/index.d.ts +12 -0
  410. package/dist/types/embeddable/menu/index.d.ts +13 -0
  411. package/dist/types/embeddable/new-time-line/index.d.ts +3 -0
  412. package/dist/types/embeddable/new-time-line/timeline.d.ts +21 -0
  413. package/dist/types/embeddable/newsletter/index.d.ts +5 -0
  414. package/dist/types/embeddable/pagegallery/index.d.ts +20 -0
  415. package/dist/types/embeddable/pagemodules/FloatingNavigator.d.ts +3 -0
  416. package/dist/types/embeddable/pagemodules/index.d.ts +42 -0
  417. package/dist/types/embeddable/parallax/index.d.ts +18 -0
  418. package/dist/types/embeddable/postscarousel/index.d.ts +15 -0
  419. package/dist/types/embeddable/reducers/data-api.d.ts +18 -0
  420. package/dist/types/embeddable/reducers/data.d.ts +54 -0
  421. package/dist/types/embeddable/reducers/embeddable-api.d.ts +2 -0
  422. package/dist/types/embeddable/reducers/embeddable.d.ts +8 -0
  423. package/dist/types/embeddable/references/Reference.d.ts +9 -0
  424. package/dist/types/embeddable/references/ReferencesList.d.ts +10 -0
  425. package/dist/types/embeddable/references/index.d.ts +3 -0
  426. package/dist/types/embeddable/sankeychart/Sankey.d.ts +5 -0
  427. package/dist/types/embeddable/sankeychart/index.d.ts +5 -0
  428. package/dist/types/embeddable/showcase/index.d.ts +5 -0
  429. package/dist/types/embeddable/superset-chart/index.d.ts +5 -0
  430. package/dist/types/embeddable/superset-dashboard/index-sdk.d.ts +5 -0
  431. package/dist/types/embeddable/superset-dashboard/index.d.ts +5 -0
  432. package/dist/types/embeddable/tabbedposts/index.d.ts +7 -0
  433. package/dist/types/embeddable/time-line/desktop.d.ts +3 -0
  434. package/dist/types/embeddable/time-line/index.d.ts +13 -0
  435. package/dist/types/embeddable/time-line/mobile.d.ts +3 -0
  436. package/dist/types/embeddable/tooltip/index.d.ts +5 -0
  437. package/dist/types/embeddable/utils/common.d.ts +3 -0
  438. package/dist/types/embeddable/utils/parseUtils.d.ts +9 -0
  439. package/dist/types/embeddable/vertical-featuredtabs/index.d.ts +21 -0
  440. package/dist/types/embeddable/wrapped/index.d.ts +3 -0
  441. package/dist/types/index.d.ts +5 -0
  442. package/dist/types/layout/ClassicHeader.d.ts +11 -0
  443. package/dist/types/layout/CustomSemanticSearch.d.ts +3 -0
  444. package/dist/types/layout/Customizer.d.ts +1 -0
  445. package/dist/types/layout/FavIcon.d.ts +2 -0
  446. package/dist/types/layout/FlexWrapDetector.d.ts +7 -0
  447. package/dist/types/layout/FloatingMenuHeader.d.ts +5 -0
  448. package/dist/types/layout/Footer.d.ts +5 -0
  449. package/dist/types/layout/Header.d.ts +11 -0
  450. package/dist/types/layout/LangSwitcher.d.ts +2 -0
  451. package/dist/types/layout/ResponsiveContainer.d.ts +16 -0
  452. package/dist/types/layout/ScrollTop.d.ts +2 -0
  453. package/dist/types/layout/SearchControl.d.ts +5 -0
  454. package/dist/types/layout/TopNavigator.d.ts +3 -0
  455. package/dist/types/layout/containers/PreviewPageContainer.d.ts +3 -0
  456. package/dist/types/layout/containers/PreviewTypeContainer.d.ts +3 -0
  457. package/dist/types/layout/containers/SlugContainer.d.ts +3 -0
  458. package/dist/types/layout/containers/SlugPostContainer.d.ts +3 -0
  459. package/dist/types/layout/containers/index.d.ts +5 -0
  460. package/dist/types/layout/index.d.ts +6 -0
  461. package/dist/types/lib/hooks/window-dimensions.d.ts +21 -0
  462. package/dist/types/lib/index.d.ts +2 -0
  463. package/dist/types/lib/react-intl-redux/index.d.ts +23 -0
  464. package/dist/types/lib/react-intl-redux/providers/IntlProvider.d.ts +2 -0
  465. package/dist/types/lib/react-intl-redux/providers/Provider.d.ts +11 -0
  466. package/dist/types/lib/redux-immutable/index.d.ts +3 -0
  467. package/dist/types/lib/redux-immutable/types.d.ts +2 -0
  468. package/dist/types/lib/redux-immutable/utils/getStateName.d.ts +2 -0
  469. package/dist/types/lib/redux-immutable/utils/getUnexpectedInvocationParameterMessage.d.ts +3 -0
  470. package/dist/types/lib/redux-immutable/utils/index.d.ts +3 -0
  471. package/dist/types/lib/redux-immutable/utils/validateNextState.d.ts +2 -0
  472. package/dist/types/redux/hooks.d.ts +4 -0
  473. package/dist/types/redux/index.d.ts +2 -0
  474. package/dist/types/redux/reducer.d.ts +3 -0
  475. package/dist/types/redux/store.d.ts +9 -0
  476. package/dist/types/tools/serviceWorker.d.ts +2 -0
  477. package/dist/types/tracker/index.d.ts +1 -0
  478. package/dist/types/tracker/withGoogleAnalytics.d.ts +6 -0
  479. package/dist/types/translations/af.json.d.ts +4 -0
  480. package/dist/types/translations/en.json.d.ts +42 -0
  481. package/dist/types/translations/fr.json.d.ts +39 -0
  482. package/dist/types/translations/index.d.ts +4 -0
  483. package/dist/types/utils/AppMedia.d.ts +4 -0
  484. package/dist/types/utils/countries.d.ts +7 -0
  485. package/dist/types/utils/deviceType.d.ts +2 -0
  486. package/dist/types/utils/semanticUtils.d.ts +16 -0
  487. package/package.json +158 -0
package/README.md ADDED
@@ -0,0 +1,172 @@
1
+ # @devgateway/dvz-ui-react
2
+
3
+ A modular, embeddable React component library for data visualization and UI, built with TypeScript. This package provides a suite of reusable, customizable components and utilities for building rich data-driven applications, with a focus on embeddability and extensibility.
4
+
5
+ ## Features
6
+
7
+ - **Rich Data Visualization**: Charting, mapping, dashboards, and more, powered by Nivo, D3, and custom components.
8
+ - **Embeddable Components**: Easily integrate visualizations and UI modules into your React apps.
9
+ - **Customizability**: Register your own components and reducers for extensibility.
10
+ - **Internationalization**: Built-in support for `react-intl`.
11
+ - **Redux Integration**: Utilities and reducers for state management.
12
+ - **TypeScript Support**: Fully typed API and components.
13
+ - **Modern Build**: Uses Vite for fast builds and development.
14
+
15
+ ## Installation
16
+
17
+ ```bash
18
+ npm install @devgateway/dvz-ui-react
19
+ # or
20
+ yarn add @devgateway/dvz-ui-react
21
+ ```
22
+
23
+ > **Peer dependencies:**
24
+ > You must have `react` and `react-dom` (v18.3.1 or compatible) installed in your project.
25
+
26
+ ## Usage
27
+
28
+ ```tsx
29
+ import { components, getComponentByNameIgnoreCase } from '@devgateway/dvz-ui-react';
30
+
31
+ // Example: Render a chart component
32
+ const Chart = getComponentByNameIgnoreCase('chart');
33
+ <Chart {...props} />
34
+
35
+ // Or use directly from the components map
36
+ const { chart: ChartComponent } = components;
37
+ <ChartComponent {...props} />
38
+ ```
39
+
40
+ ### Usage Example: Chart Component
41
+
42
+ The `Chart` component is one of the core embeddable components. It supports a wide range of chart types and is highly configurable via props and data attributes.
43
+
44
+ ```tsx
45
+ import { getComponentByNameIgnoreCase } from '@devgateway/dvz-ui-react';
46
+
47
+ const Chart = getComponentByNameIgnoreCase('chart');
48
+
49
+ // Example usage with minimal props
50
+ <Chart
51
+ data-type="bar"
52
+ data-height={400}
53
+ data-csv={`category,value
54
+ A,30
55
+ B,50
56
+ C,20`}
57
+ data-measures='{"csv": {"value": {"selected": true, "format": {"style": "decimal", "minimumFractionDigits": 0, "maximumFractionDigits": 0}}}}'
58
+ data-color-by="index"
59
+ data-show-legends="true"
60
+ data-legend-position="right"
61
+ data-x-label-color="#333"
62
+ data-bar-color="#007bff"
63
+ data-title="Sample Bar Chart"
64
+ />
65
+ ```
66
+
67
+ **Key Props and Data Attributes:**
68
+
69
+ - `data-type`: Chart type (`bar`, `line`, `pie`, `radar`, etc.)
70
+ - `data-csv`: CSV string with your data
71
+ - `data-measures`: JSON string defining which measures to display and their format
72
+ - `data-color-by`: How to color the chart (`index`, `category`, etc.)
73
+ - `data-show-legends`: Show/hide legends (`"true"`/`"false"`)
74
+ - `data-legend-position`: Position of the legend (`"right"`, `"bottom"`, etc.)
75
+ - `data-x-label-color`, `data-bar-color`: Color customizations
76
+ - `data-height`: Chart height in pixels
77
+
78
+ > **Tip:** Many more attributes are supported for advanced customization. See the source of `src/embeddable/chart/index.jsx` for the full list.
79
+
80
+ ### Embeddable Components
81
+
82
+ Some of the main embeddable components include:
83
+
84
+ - `Chart`
85
+ - `MapView`
86
+ - `PageGallery`
87
+ - `PostsCarousel`
88
+ - `TabbedPosts`
89
+ - `Download`
90
+ - `NewsLetter`
91
+ - `SankeyChart`
92
+ - `SupersetChart`
93
+ - `SupersetDashboard`
94
+ - `BigNumber`
95
+ - `BigNumberTrend`
96
+ - ...and many more!
97
+
98
+ See the `src/embeddable` directory for the full list.
99
+
100
+ ### Customization
101
+
102
+ You can register your own custom components and reducers:
103
+
104
+ ```tsx
105
+ import { customizer } from '@devgateway/dvz-ui-react';
106
+
107
+ customizer.registerCustomEmbeddables({
108
+ myCustomComponent: MyComponent,
109
+ });
110
+
111
+ const MyComponent = customizer.getComponentByNameIgnoreCase('myCustomComponent');
112
+ ```
113
+
114
+ ## Directory Structure
115
+
116
+ - `src/embeddable/` — Main embeddable React components
117
+ - `src/redux/` — Redux utilities and reducers
118
+ - `src/lib/` — Shared utilities and helpers
119
+ - `src/layout/` — Layout components
120
+ - `src/tracker/` — Tracking and analytics utilities
121
+ - `src/translations/` — Internationalization files
122
+
123
+ ## Development
124
+
125
+ ### Scripts
126
+
127
+ - `npm run dev` — Start development mode (watch mode for TypeScript and Vite)
128
+ - `npm run build` — Build the library for production
129
+
130
+ ### TypeScript
131
+
132
+ This project uses strict TypeScript settings. See `tsconfig.json` for details.
133
+
134
+ ### Build
135
+
136
+ The library is built with [Vite](https://vitejs.dev/) and outputs both CommonJS and ES modules, as well as type declarations.
137
+
138
+ ## Contributing
139
+
140
+ We welcome contributions! To get started:
141
+
142
+ 1. **Clone the repo** and install dependencies:
143
+ ```bash
144
+ git clone <repo-url>
145
+ cd data-viz-ui/packages/dvz-ui
146
+ npm install
147
+ ```
148
+ 2. **Start development mode**:
149
+ ```bash
150
+ npm run dev
151
+ ```
152
+ 3. **Build the package**:
153
+ ```bash
154
+ npm run build
155
+ ```
156
+ 4. **Lint and check types**:
157
+ ```bash
158
+ npm run lint
159
+ npm run typecheck
160
+ ```
161
+ 5. **Submit a pull request** with your changes.
162
+
163
+ ### Guidelines
164
+
165
+ - Use TypeScript for all source files.
166
+ - Write clear, descriptive commit messages.
167
+ - Add or update documentation and usage examples as needed.
168
+ - Ensure all tests and builds pass before submitting.
169
+
170
+ ## License
171
+
172
+ MIT
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=(o,c,t=!1)=>new Promise((a,i)=>{fetch(o,{headers:{Accept:"application/json","Content-Type":"application/json"},method:"POST",body:JSON.stringify(c)}).then(function(n){n.status!==200&&i(n),t&&a(n.blob()),n.json().then(function(e){a(e)}).catch(()=>a(n.status))}).catch(function(n){i(n)})}),p=async(o,c={})=>{try{const t=await fetch(o,{headers:{Accept:"application/json","Content-Type":"application/json"}});if(!t.ok)throw t;return await t.json()}catch(t){throw t}};exports.get=p;exports.post=s;
@@ -0,0 +1 @@
1
+ @import"https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700&display=swap";:root{--header-height: 90px;--footer-height: 227px !important}html{font-size:18px!important}body{height:100%;padding:0;margin:0;font-family:Open Sans,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;background-color:transparent!important;font-size:18px!important}a{outline:0;border:none;box-shadow:none;-moz-outline-style:none}a:hover,a:focus{outline:0;border:none;box-shadow:none;-moz-outline-style:none}.edit-post-visual-editor .tabacoo-wrap,#root .tabacoo-wrap{border-bottom:1px solid #e0e0e0}.edit-post-visual-editor .tabacoo-wrap .wp-block-column:nth-child(1),#root .tabacoo-wrap .wp-block-column:nth-child(1){padding-right:15px;border-right:1px solid #e0e0e0;margin-right:20px}.edit-post-visual-editor .tabacoo-wrap .wp-block-column li,#root .tabacoo-wrap .wp-block-column li{list-style-type:none;color:#333;margin-top:10px;position:relative}.edit-post-visual-editor .tabacoo-wrap .wp-block-column li:before,#root .tabacoo-wrap .wp-block-column li:before{content:"";position:absolute;left:-27px;top:5px;width:15px;height:15px;border-radius:100px;background:#5baf95}.edit-post-visual-editor .tabacoo-wrap .wp-block-column li strong,#root .tabacoo-wrap .wp-block-column li strong{font-size:22px;margin-bottom:5px;display:block;color:#5baf95}.edit-post-visual-editor iframe,#root iframe{margin:0;padding:0}.edit-post-visual-editor code,#root code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.edit-post-visual-editor .ui,#root .ui{font-family:Open Sans,sans-serif}.edit-post-visual-editor .ui.primary.button,#root .ui.primary.button{background-color:#5089a6}.edit-post-visual-editor .ui.secondary.button,#root .ui.secondary.button{background-color:#5baf95}h1.type{font-size:1rem;padding:0;margin:0;color:#5089a6;font-family:Open Sans,sans-serif}.ui.container.editing{margin:0!important;padding:5px!important}.ui.container.editing .ui.container{width:100%!important;margin-left:0!important;margin-right:0!important}.map-tooltip-light{font-size:1em;color:#1e1e1e;border-radius:5px;background-color:#f7f7f7!important;min-width:220px}.map-tooltip-light .tooltip-content{padding:5px}.map-tooltip-light .tooltip-content hr{margin:3px -5px;border-bottom:none}.map-tooltip-light .tooltip-content b{color:unset}.map-tooltip-light .header{padding:5px;border-bottom:1px solid #DDD}.map-tooltip-light .value{color:#1e1e1e;font-weight:700;margin-left:5px}.map-tooltip-light .footer{padding:5px}.map-tooltip-light .footer .confidence{font-weight:700;color:#1e1e1e}.map-tooltip-light .footer hr{margin:3px -5px}.map-tooltip-light .footer b{color:#1e1e1e}.map-tooltip-dark{font-size:1em;color:#fff;border-radius:5px;background-color:#5c5c5c!important;min-width:220px}.map-tooltip-dark .tooltip-content{padding:5px}.map-tooltip-dark .tooltip-content hr{margin:3px -5px;border-bottom:none}.map-tooltip-dark .header{padding:5px;border-bottom:1px solid #DDD}.map-tooltip-dark .value{color:#fff;font-weight:700;margin-left:5px}.map-tooltip-dark .footer{padding:5px}.map-tooltip-dark .footer .confidence{font-weight:700;color:#fff}.map-tooltip-dark .footer hr{margin:3px -5px;border-bottom:none}.map-tooltip-dark .footer b{color:#fff}.ui.container.filter .menu{z-index:1600}.d3MapTooltip{font-family:Roboto;font-size:13px;border-radius:5%;background-color:#3c434a;padding:5px;opacity:.9;color:#fff;min-width:200px;border:1px solid #000}
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=10,t={maxUploadFileSize:e};exports.default=t;exports.maxUploadFileSize=e;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const _={REACT_APP_WP_API:process.env.VITE_REACT_APP_WP_API||"/wp/wp-json",REACT_APP_API_ROOT:process.env.VITE_REACT_APP_API_ROOT,GA_CODE:process.env.VITE_REACT_APP_GA_CODE,DEFAULT_LOCALE:process.env.VITE_REACT_APP_DEFAULT_LOCALE||"en"};exports.Config=_;
@@ -0,0 +1 @@
1
+ "use strict";const e=require("react/jsx-runtime"),w=require("react"),s=require("@devgateway/wp-react-lib"),n=require("semantic-ui-react"),k=r=>{const{"data-post-type":i,"data-download-style":u,"data-post-slug":d,"data-post-id":y,"data-media-id":x,"data-text":l,"data-agree":h="Agree","data-cancel":m="Cancel",intl:{locale:j}}=r,g=a=>{var t,c;return e.jsx("div",{class:"ui container entry-content",children:e.jsx("span",{dangerouslySetInnerHTML:{__html:(c=(t=a==null?void 0:a.posts)==null?void 0:t[0])==null?void 0:c.title.rendered},id:"agreement-text",class:"title"})})},[C,o]=w.useState(!1),p=({media:a})=>e.jsx(e.Fragment,{children:d&&e.jsx(s.PostProvider,{locale:j,type:i,slug:d,children:e.jsxs(n.Modal,{onClose:()=>o(!1),onOpen:()=>o(!0),open:C,trigger:e.jsx("span",{children:u=="link"?e.jsxs("a",{className:"agree-and-download link",children:[" ",l," "]}):e.jsx(n.Button,{className:"agree-and-download button",children:l})}),children:[e.jsx(n.Modal.Header,{className:"agreement-header",children:e.jsxs(s.PostConsumer,{children:[e.jsxs("svg",{width:"97",height:"97",viewBox:"0 0 97 97",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.jsx("path",{d:"M48.6761 26L70.1999 47.5588C70.3676 47.7162 70.5012 47.9062 70.5925 48.1172C70.6839 48.3283 70.731 48.5558 70.731 48.7857C70.731 49.0157 70.6839 49.2432 70.5925 49.4542C70.5012 49.6652 70.3676 49.8553 70.1999 50.0126L48.6761 71.5714",stroke:"white","stroke-linecap":"round","stroke-linejoin":"round"}),e.jsx("path",{d:"M31.2041 26L52.7629 47.5588C53.084 47.8864 53.2639 48.3269 53.2639 48.7857C53.2639 49.2445 53.084 49.685 52.7629 50.0126L31.2041 71.5714",stroke:"white","stroke-linecap":"round","stroke-linejoin":"round"}),e.jsx("circle",{cx:"48.5",cy:"48.5",r:"48",stroke:"white"})]}),e.jsx(g,{...r})]})}),e.jsx(n.Modal.Content,{className:"agreement-body",children:e.jsx(s.PostConsumer,{children:e.jsx(s.Post,{preview:!0,showIntro:!0})})}),e.jsxs(n.Modal.Actions,{className:"agreement-footer",children:[e.jsx(n.Button,{className:"modal-cancel-button",onClick:()=>o(!1),children:m}),e.jsx(n.Button,{className:"modal-agree-button",content:h,onClick:()=>{o(!1);const t=document.createElement("a");t.href=a.guid.rendered+"?accepted=YES",document.body.appendChild(t),t.click(),document.body.removeChild(t)},positive:!0})]})]})})});return e.jsx("span",{className:"",children:e.jsx(s.MediaProvider,{id:x,children:e.jsx(s.MediaConsumer,{children:e.jsx(p,{})})})})};module.exports=k;
@@ -0,0 +1 @@
1
+ "use strict";const a=require("react/jsx-runtime"),z=require("react"),A=require("semantic-ui-react"),E=require("../data/DataProvider.js"),O=require("../data/DataConsumer.js");require("@devgateway/wp-react-lib");const w=require("react-redux"),H=c=>{const{editing:r=!1,unique:l,intl:t,childContent:s,"data-csv":u="","data-dvz-proxy-dataset-id":p,"data-no-data-message":F="No data matches your selection","data-view-mode":f="info","data-height":d,"data-app":m,"data-measures":i="{}","data-format":n="{}","data-group":b,"data-filters":g="[]","data-number-font-size":h=20,"data-label-font-size":S=20,"data-number-color":x="#000000","data-label-color":I="#000000","data-label":q=""}=c,R=t.locale,N=z.useRef(null),M=e=>r?e:decodeURIComponent(e),y=e=>{try{return JSON.parse(M(e))}catch{console.error("error parsing value:"+e)}return null},o=y(n),U=o?{style:o.style==="compacted"?"decimal":o.style,notation:o.style==="compacted"?"compact":"standard",currency:o.currency,minimumFractionDigits:parseInt(o.minimumFractionDigits),maximumFractionDigits:parseInt(o.maximumFractionDigits)}:{notation:"standard",currency:"USD",minimumFractionDigits:2,maximumFractionDigits:2},[B,G]=z.useState(f),P=r?d-80:d-40,j={},v=y(g)||{};v&&v.forEach&&v.forEach(e=>{e.value!=null&&e.value.filter(D=>D!=null&&D.toString().trim()!="").length>0&&(j[e.param]=e.value)}),p&&(j.dvzProxyDatasetId=p);const C=[];return a.jsx("div",{ref:N,children:a.jsx(A.Container,{className:"chart container big-number-container",style:{height:d+"px"},fluid:!0,children:a.jsx(E,{style:{height:`${P}px`},params:j,app:m,group:b,csv:u,editing:r,store:[m,l,...C],source:C.join("/"),children:a.jsx(O,{children:a.jsx(J,{locale:R,intl:t,app:m,format:U,measure:y(i)[0]||null,label:q,numberFontSize:h,numberColor:x,labelFontSize:S,labelColor:I})})})})})},J=c=>{const{app:r,measure:l,data:t,format:s,label:u,numberColor:p,numberFontSize:F,labelColor:f,labelFontSize:d,intl:m}=c;let i=l,n=t;if(r=="csv"){const{data:S,meta:{fields:x}}=t;i=x[0],n=t.data[0]}let b="";n&&n[i]&&(b=m.formatNumber(s.style==="percent"?n[i]/100:n[i],{...s}));const g={color:decodeURIComponent(p),fontSize:F+"px",textAlign:"center"},h={color:decodeURIComponent(f),fontSize:d+"px",textAlign:"center"};return a.jsxs("div",{children:[a.jsx("div",{style:g,className:"big-number",children:b}),u&&a.jsx("div",{style:h,className:"big-number-label",children:u})]})},T=(c,r)=>{const{"data-app":l,"data-group":t}=r,s=c.getIn(["data","measures",l,t]);return s?{injectedMeasures:s}:{}},$={},k=w.connect(T,$)(H);module.exports=k;
@@ -0,0 +1 @@
1
+ "use strict";const t=require("react/jsx-runtime"),U=require("react"),E=require("semantic-ui-react"),O=require("../data/DataProvider.js"),V=require("../data/DataConsumer.js");require("@devgateway/wp-react-lib");const H=require("react-redux"),J=require("../utils/common.js"),T=m=>{const{editing:i=!1,unique:u,intl:l,childContent:r,"data-csv":b="","data-dvz-proxy-dataset-id":y,"data-no-data-message":v="No data matches your selection","data-view-mode":C="info","data-height":p,"data-app":g,"data-measures":z="{}","data-format":h="{}","data-group":e,"data-filters":F="[]","data-text-color":o="#000000","data-big-number-font-size":f=20,"data-label-font-size":d=20,"data-percent-font-size":D=20,"data-label":c="","data-dimension1":x,"data-show-percentage-change":S="false"}=m,N=l.locale,I=U.useRef(null),j=n=>i?n:decodeURIComponent(n),s=n=>{try{return JSON.parse(j(n))}catch{console.error("error parsing value:"+n)}return null},a=s(h),M=a?{style:a.style==="compacted"?"decimal":a.style,notation:a.style==="compacted"?"compact":"standard",currency:a.currency,minimumFractionDigits:parseInt(a.minimumFractionDigits),maximumFractionDigits:parseInt(a.maximumFractionDigits)}:{notation:"standard",currency:"USD",minimumFractionDigits:2,maximumFractionDigits:2},[K,L]=U.useState(C),A=i?p-80:p-40,q={},R=s(F)||{};R&&R.forEach&&R.forEach(n=>{n.value!=null&&n.value.filter(P=>P!=null&&P.toString().trim()!="").length>0&&(q[n.param]=n.value)}),y&&(q.dvzProxyDatasetId=y);const w=[];return x!="none"&&w.push(x),t.jsx("div",{ref:I,children:t.jsx(E.Container,{className:"chart container big-number-trend-container",style:{height:p+"px"},fluid:!0,children:t.jsx(O,{style:{height:`${A}px`},params:q,app:g,group:e,csv:b,editing:i,store:[g,u,...w],source:w.join("/"),children:t.jsx(V,{children:t.jsx($,{editing:i,locale:N,intl:l,app:g,format:M,measure:s(z)[0]||null,label:c,bigNumberFontSize:f,textColor:o,labelFontSize:d,percentFontSize:D,showPercentageChange:S=="true"||S==!0})})})})})},$=m=>{const{editing:i,app:u,measure:l,data:r,format:b,label:y,textColor:v,bigNumberFontSize:C,percentFontSize:p,labelFontSize:g,showPercentageChange:z,intl:h}=m;let e=[],F,o;if(u=="csv"){const{data:j,meta:{fields:s}}=r;F=s[0],o=s[1],e=r.data.map(a=>({value:a[F],[o]:a[o]}))}else e=!r.children||r.children.length==0?[]:r.children,o=l;if(e.length==0)return null;e=e.sort((j,s)=>J.alphaSort(!1,h.locale,j.value,s.value));let f=e[e.length-1][o],d;e.length>1&&(d=e[e.length-2][o]);const D=h.formatNumber(b.style==="percent"?f/100:f,{...b});let c,x;d&&(c=(f-d)/d,x=h.formatNumber(c,{style:"percent",minimumFractionDigits:2,maximumFractionDigits:2}));const S={color:decodeURIComponent(v),fontSize:C+"px"},N={color:decodeURIComponent(v),fontSize:p+"px"},I={color:decodeURIComponent(v),fontSize:g+"px"};return t.jsxs("div",{className:"trend",children:[t.jsx("div",{className:"label",style:I,children:y}),t.jsxs("div",{className:"number-and-icon",children:[t.jsx("span",{className:"number",style:S,children:D}),c&&t.jsx("img",{src:c>0?"/trend-up.svg":"/trend-down.svg",alt:"Arrow",className:"icon"})]}),z&&c&&t.jsx("div",{className:"percentage",style:N,children:x})]})},k=(m,i)=>{const{"data-app":u,"data-group":l}=i,r=m.getIn(["data","measures",u,l]);return r?{injectedMeasures:r}:{}},B={},G=H.connect(k,B)(T);module.exports=G;
@@ -0,0 +1 @@
1
+ "use strict";const c=require("react/jsx-runtime");require("react");const C=({className:l})=>c.jsxs("g",{transform:"matrix(1, 0, 0, 1, -280.996002, -126.913971)",children:[c.jsxs("linearGradient",{id:"SVGID_1_",gradientUnits:"userSpaceOnUse",x1:"340.7649",y1:"608.2123",x2:"379.5585",y2:"146.2226",gradientTransform:"matrix(1, 0, 0, 1, 2, 0)",children:[c.jsx("stop",{offset:"0",style:{"stop-color":"#EEEBE9"}}),c.jsx("stop",{offset:"0.5323",style:{"stop-color":"#E3DFDB"}}),c.jsx("stop",{offset:"1",style:{"stop-color":"#EEEBE9"}})]}),c.jsx("path",{fill:"url(#SVGID_1_)",d:"M 423.6 606.2 C 423.1 604.7 421.7 604.1 420.3 605.2 C 419.6 605.7 418.8 605.8 417.8 605.1 C 417.3 604.7 416.9 604.3 416.3 604 C 415.7 603.6 415 603.6 414.4 603.6 C 414.4 603.5 414.3 603.4 414.3 603.4 C 414.1 603.3 413.3 602.8 413.1 602.6 C 413 602.5 412.9 602.4 412.9 602.3 C 411.4 602.1 410 601.7 408.6 600.7 C 406.3 599.1 404.3 597.1 402 595.5 C 397.3 592.1 392.6 589.3 389.5 584.3 C 386.2 579 385.9 572.5 385.9 566.5 C 385.9 561.7 385.9 543.5 386.1 540.2 C 386.5 532.9 387.5 525.3 387.5 522.2 C 387.5 519.9 388 516.4 388 514.1 C 388 508.7 391.1 500.9 391.7 495.5 C 392 492.5 391.6 489.6 392.1 486.7 C 392.4 485.1 392.5 483.2 392.6 481.4 C 392.6 481.2 392.7 481 392.7 480.8 C 393 479.4 393.2 477.8 393.5 476.2 C 393.4 476.4 393.4 476.6 393.3 476.8 C 393.4 476 393.6 475.2 393.8 474.3 C 393.7 474.9 393.6 475.5 393.5 476.1 C 393.9 474.3 394.6 471.6 394.5 471.4 C 395.4 465.6 396.5 459.9 397.1 454.1 C 397.9 447 397.9 439.8 398.4 432.7 C 398.9 425.5 398.8 418.4 398.1 411.2 C 397.5 404.3 396.5 397.4 395.8 390.5 C 395 383.2 394.6 375.9 393.7 368.6 C 393.2 364.7 392.6 360.9 391.9 357 C 391.9 356.9 392 356.9 392 356.8 C 391.9 356.4 391.8 355.9 391.7 355.5 C 391.7 355.5 391.7 355.5 391.7 355.5 C 391.6 355.2 391.5 354.8 391.5 354.5 C 391.4 354.1 391.4 353.8 391.3 353.4 C 391.2 353.2 391.1 353 391 352.7 C 390.3 350.3 389.4 348 388.7 345.6 C 388.5 345 388.3 344.4 388.2 343.7 L 388.2 343.6 C 387.8 342 387.4 340.4 387 338.9 C 387.2 337.6 387 331.7 387 330.2 C 387.1 330.8 387.3 331.4 387.4 332 C 388.7 337.3 390.2 342.5 391.9 347.6 C 393.5 352.8 395.3 357.9 397.1 363 C 399 368.3 400.6 373.8 402.4 379.1 C 402.4 379.2 402.4 379.3 402.4 379.3 C 402.5 379.6 402.5 379.6 402.7 379.8 C 402.7 379.8 402.7 379.8 402.7 379.8 L 402.7 379.8 C 402.7 379.8 402.7 379.8 402.7 379.8 C 402.6 380.8 402.6 381.8 402.6 382.8 C 402.6 383.2 402.6 383.7 402.6 384.2 C 402.5 384.6 402.4 385.1 402.3 385.5 C 402.4 386.1 402.6 386.7 402.9 387.4 C 403.2 388.8 405.4 393.8 406 394.7 L 406.1 394.7 C 406.1 394.8 406.2 394.9 406.2 395 C 406.2 395.2 406.3 395.3 406.3 395.5 C 406.6 397 406.6 398.5 406.4 399.8 C 406.4 400.1 406.2 400.5 405.9 401 C 405.6 401.5 405.4 402 405.3 402.5 C 405.3 402.6 405.3 403 405.5 403.8 C 405.7 404.7 405.9 405.5 406.1 406.4 C 406.3 407.3 406.5 408 406.7 408.5 C 406.5 408.8 406.2 409 405.8 409.4 C 405.5 409.7 405.1 410.1 404.4 410.6 C 403.5 411.5 402.9 412.3 402.7 412.9 C 402.5 413 402.4 413 402.4 413 C 402.3 413.1 402.3 413.2 402.2 413.3 C 402.2 413.6 402.3 414 402.5 414.6 C 402.8 415.2 403 415.6 403.3 415.6 C 403.5 415.6 403.8 415.6 404.1 415.5 L 404.1 415.5 C 404.4 415.4 404.7 415.1 405 414.7 C 405 415.2 405 415.6 405.1 416.1 C 405.3 417 405.8 417.5 406.6 417.7 C 407.2 417.1 407.9 416.6 408.5 416 C 408.7 415.8 409 415.8 409.2 415.8 C 409.2 415.8 409.3 415.7 409.3 415.7 C 409.4 415.6 409.5 415.5 409.5 415.4 C 409.5 415.5 409.5 415.5 409.6 415.6 C 409.7 415.9 409.8 416.1 410 416.2 C 410.3 415.8 410.8 415.4 411.3 415 C 413.6 412.1 417 409.8 420.3 408.2 C 420.5 407.8 420.7 407.3 420.8 406.7 C 420.9 406.2 421 405.8 421.1 405.5 C 421.2 405 421.3 404.7 421.4 404.5 C 421.6 403.9 421.8 403.1 422.1 402 C 422.3 401.3 422.4 400.7 422.5 400.2 C 422.5 400.1 422.6 399.7 422.8 399.2 C 423.1 399 423.3 398.7 423.3 398.6 C 423.3 398.5 423.4 398.4 423.4 398.2 C 423.5 398.2 423.6 398.1 423.6 398 L 423.7 397.7 C 423.7 397.6 423.6 397.3 423.4 396.8 C 423.2 395.7 421.9 394 420.9 392 C 420.9 392 419.8 389.5 419.2 388 C 418.9 387.4 418.7 386.8 418.5 386.2 C 418.4 386 418.4 385.9 418.3 385.7 C 418.1 385.3 418 384.8 417.8 384.4 C 417.8 384.3 417.7 384.2 417.7 384.1 C 417.7 384.1 417.7 384 417.7 384 C 417.5 383.5 417.3 383 417.2 382.6 C 417.2 382.6 417.2 382.5 417.2 382.5 C 417 382.1 416.9 381.6 416.8 381.2 C 416.8 381.1 416.8 381.1 416.7 381 C 416.4 380.1 416.2 379.4 415.9 378.7 C 415.4 376.7 415 374.7 414.5 372.7 C 414.2 371.4 413.9 370.1 413.6 368.8 C 413.4 367.8 413.1 366.7 412.9 365.7 C 412.8 365.3 412.7 365 412.6 364.6 C 412.5 364.3 412.5 364 412.4 363.7 C 412.4 363.5 412.3 363.3 412.3 363.1 C 412.1 362.3 412 361.5 411.8 360.6 C 411.7 360.3 411.7 360 411.6 359.7 C 411.5 359.1 411.4 358.5 411.3 357.9 C 411.2 357.6 411.2 357.3 411.1 357 C 411 356.6 410.9 356.1 410.9 355.7 C 410.7 354.8 410.6 353.8 410.5 352.9 C 410.4 352.5 410.4 352.1 410.3 351.7 C 410.1 350.4 410 349 409.9 347.7 C 409.4 342.4 409.2 336.9 408.3 331.7 C 407.9 329.4 407.4 327.2 406.8 325 C 406.1 322.8 405.5 320.3 405.1 317.9 L 405.1 317.9 C 405.2 317.9 404.6 298.6 403.7 289.3 C 403.2 284.6 403.2 279.9 403.4 275.2 C 403.6 270.5 404.6 265.8 404.7 261 C 404.7 260.9 404.6 251.7 403.7 245.2 C 403.7 245.2 403.7 245.2 403.7 245.2 C 403.5 244.3 403.4 243.5 403.2 242.6 C 403.2 242.5 403.2 242.4 403.1 242.3 C 403 241.9 403 241.5 402.9 241.1 C 402.9 241 402.9 240.9 402.9 240.8 C 402.8 240.4 402.8 239.9 402.7 239.5 C 402.2 235.5 401.4 229.9 398 227.2 C 396 225.6 393.2 224.8 390.9 223.6 C 388.5 222.4 383.6 220.4 381.3 218.9 C 381 218.7 380.8 218.5 380.5 218.4 C 380.4 218.4 380.4 218.3 380.3 218.3 C 380 218.1 379.8 217.9 379.5 217.8 C 379.4 217.7 379.3 217.7 379.3 217.6 C 379.1 217.5 378.9 217.3 378.7 217.2 C 378.5 217.1 378.3 216.9 378.1 216.8 C 377 216.1 376 215.4 375.3 214.9 C 375.3 214.9 375.3 214.9 375.2 214.9 C 375.1 214.8 375 214.8 374.9 214.7 C 374.9 214.7 374.8 214.6 374.8 214.6 C 374.7 214.6 374.6 214.5 374.6 214.5 C 374.6 214.5 374.5 214.5 374.5 214.4 C 374.4 214.3 374.2 214.1 374 214 C 374 213.4 374.1 212.9 374.1 212.3 C 374.1 211.9 374.1 211.5 374.1 211.1 C 374.1 211.1 374.1 211 374.1 211 C 374.2 208.3 374.7 205.5 374.3 202.8 C 374.3 202.7 374.4 202.6 374.4 202.5 C 377.7 202.6 381.5 202.1 383.1 198.9 C 384 197 383.8 194.6 384.3 192.6 C 384.4 192 384.6 191.5 384.8 190.9 C 384.9 190.6 385.1 190.3 385.2 190 C 385.2 190 385.2 190 385.2 190 C 388.1 185.6 388.5 181.2 388.5 180.6 C 388.5 180 388.5 179.4 388.4 178.8 C 388.3 177.8 388 176.8 387.7 175.6 C 387.4 174.6 387.1 173.8 386.8 173.2 C 386.8 173.2 386.7 172.4 386.8 172.3 C 386.9 172.1 387.1 171.9 387.2 171.7 C 387.3 171.5 387.4 171.3 387.5 171.1 C 387.7 170.8 387.8 170.5 387.9 170.3 C 388.1 169.9 388.2 169.6 388.2 169.4 C 388.2 169 387.8 167.1 386.9 163.8 C 385.9 160 385.2 157.2 385.3 157.6 C 385.3 157.6 385.3 157.4 385.2 157.3 C 385.1 157.1 385.1 156.9 385 156.7 C 385 156.6 385 156.6 384.9 156.5 C 384.8 156.2 384.7 155.9 384.5 155.5 L 384.5 155.5 C 384.6 155.4 384.8 154.6 384.7 154.6 C 384.7 154.5 384.7 154.5 384.7 154.4 C 384.9 154.2 385 154.1 385.1 153.8 C 385.2 153.6 385.2 153.5 385.2 153.3 C 385.2 152.4 385.2 151.6 385 150.6 C 384.7 149.2 384.1 147.9 383.3 146.6 C 382.7 145.7 381.4 144.7 380.3 144.4 C 378.8 144 377.2 143.6 375.7 143.2 C 375.1 143 374.5 142.9 373.9 142.7 C 373.5 142.6 373.1 142.5 372.7 142.4 C 372.7 142.4 372.7 142.4 372.7 142.4 C 372.5 142.3 372.2 142.3 372 142.2 C 371.9 142.2 371.8 142.1 371.7 142.1 C 371.7 142.1 371.7 142.1 371.7 142.1 C 371.5 142 371.3 142 371.1 141.9 C 370.9 141.9 370.8 141.8 370.6 141.8 L 370.6 141.8 C 370.3 141.7 369.9 141.6 369.6 141.5 C 369.6 141.5 369.6 141.5 369.6 141.5 C 369.5 141.5 369.4 141.5 369.3 141.4 C 369.3 141.4 369.3 141.4 369.3 141.4 C 369 141.3 368.8 141.3 368.5 141.2 C 368.5 141.2 368.5 141.2 368.5 141.2 C 368.4 141.2 368.3 141.2 368.2 141.1 C 368.2 141.1 368.2 141.1 368.2 141.1 C 367.9 141 367.7 141 367.4 141 C 367.3 141 367.2 141 367.1 140.9 C 367.1 140.9 367.1 140.9 367.1 140.9 C 366.7 140.8 366.4 140.8 366 140.7 C 366 140.7 366 140.7 366 140.7 C 365.8 140.7 365.7 140.7 365.5 140.6 C 365.3 140.6 365 140.5 364.8 140.5 L 364.8 140.5 C 364.7 140.5 364.6 140.5 364.5 140.5 C 364.5 140.5 364.5 140.5 364.5 140.5 C 364.2 140.5 363.9 140.5 363.6 140.4 C 363.5 140.4 363.5 140.4 363.4 140.4 C 363.4 140.4 363.4 140.4 363.4 140.4 C 363 140.4 362.7 140.4 362.3 140.4 C 362.3 140.4 362.3 140.4 362.3 140.4 C 361.1 140.4 360 140.4 358.9 140.6 C 358.8 140.6 358.8 140.6 358.7 140.6 C 358.9 140.6 359 140.5 359.1 140.5 C 358.4 140.5 357.6 140.6 356.8 140.7 C 355.2 140.5 353.6 140.2 352 140.2 C 351.1 140.2 349.9 140.5 348.9 140.8 C 348.7 140.9 348.5 140.9 348.3 141 C 347.8 141.2 347.3 141.3 346.9 141.5 C 345.4 142.1 344.6 143.3 342.9 143.4 C 342.7 143.3 342.5 143.3 342.4 143.4 C 342.2 143.4 341.8 143.3 341.4 143.2 C 341.3 143.2 341.2 143.3 341.1 143.3 C 341.4 143.4 341.7 143.5 342 143.6 C 341.8 143.8 341.5 143.9 341.1 143.7 C 341.1 143.7 341.1 143.5 341 143.3 C 340.6 143.4 340.3 143.6 340 143.8 C 340.2 144 340.3 144.1 340.5 144.2 C 340.5 144.2 340.5 144.2 340.5 144.2 C 340.2 144.1 340 144 339.7 143.9 C 339.5 144 339.2 144.2 339 144.3 C 336.9 145.8 335.7 147.8 334.4 150 C 334.1 150.5 333.6 151.2 333 151.8 C 333.2 151.8 333.4 151.9 333.6 151.9 C 332.5 154.5 331.7 157.3 331.1 160.2 C 330.4 163.2 329.9 166.3 330.3 169.4 C 330.4 170 330.5 170.7 330.6 171.3 C 330.8 176.4 331.5 181.2 335.1 185.3 C 336.9 187.3 338.9 188.8 341.4 189.7 C 342 189.9 342.6 190.1 343.3 190.4 C 344.1 191 344.9 191.6 345.6 192.3 C 345.9 192.5 346.1 192.8 346.3 193 C 346.9 193.9 347.3 194.8 347.7 195.8 C 347.9 198.2 347.8 200.6 347.3 203 C 347.1 203.8 346.4 205.9 346.3 206.1 C 345.4 208.6 344.1 211 342.5 213.1 C 342.5 213.1 342.5 213.1 342.4 213.2 C 342.3 213.4 342.1 213.6 342 213.8 C 337.6 219.1 330.9 219.3 324.8 221 C 319 222.7 316.2 225.6 315.5 226.3 C 312.9 228.8 312 231.8 310.4 235.1 C 306.7 242.7 303.1 250.5 300.1 258.4 C 298.7 262.2 297.6 266.2 296.6 270.2 C 296 272.6 295.3 274.9 294.6 277.2 C 294.7 276.8 294.7 276.4 294.8 276 C 294.8 276 294.8 276 294.8 276 C 294.7 276.6 294.6 277.2 294.5 277.8 C 293.9 279.7 293.4 281.6 292.8 283.5 C 291.5 288 290.7 292.6 290 297.2 C 289.3 300.3 288.4 303.6 288.2 306.8 C 288 309.1 287 312.7 287.1 315.2 C 287.2 318.3 287.2 321.4 287.2 324.5 C 287.2 324.9 287.2 325.2 287.2 325.5 C 287.3 332.4 287.6 339.3 288.1 346.2 C 288.6 352.9 289.4 359.5 290.5 366.1 C 291.6 373.2 293.5 387.7 293.6 387.7 L 293.6 387.7 C 293.6 387.7 293.6 387.7 293.6 387.7 C 293.5 389.3 293.4 390.9 293.3 392.5 C 293.1 395.2 292.6 398 292.6 400.8 C 292.6 401.9 293.1 402.7 293.8 403.5 C 294 403.7 294.4 404.7 294.4 405 C 294.4 405 294.4 405 294.4 405 C 294.4 405.3 294.5 405.5 294.5 405.8 C 294.5 405.9 294.9 406.7 295 407 C 295.1 407.2 295.2 407.4 295.3 407.6 C 295.5 408 295.7 408.5 295.9 408.9 C 296.5 410.1 297 411.2 297.6 412.2 C 297.7 412.5 299.1 415.8 299 415.6 C 299.2 416.1 299.4 416.7 299.7 417.2 C 300 417.4 300.9 417.9 301 418 C 301.2 418.1 301.5 418.3 301.9 418.6 C 302.3 418.9 302.6 419 302.9 419.2 C 303.2 419.4 303.8 419.7 304.6 420 C 305.4 420.3 305.7 420.5 305.8 420.5 L 306.3 420.5 C 306.4 420.4 306.4 420.4 306.5 420.2 C 306.7 420.2 306.8 420.2 307 420.3 L 307 420.3 C 307.3 420.4 307.6 420.6 308 420.8 C 308.6 421.1 309.2 421.4 309.6 421.6 C 309.4 421.4 309.3 421.3 309.1 421.1 C 308.9 421 308.7 420.9 308.5 420.8 C 309.2 421.1 309.9 421.4 310.6 421.4 C 310.7 421.4 310.9 421.4 311.2 421.4 C 311.2 421.4 311.2 421.4 311.3 421.4 C 311.3 421.4 311.3 421.5 311.4 421.5 C 311.4 421.5 311.5 421.5 311.5 421.5 C 311.6 421.5 311.7 421.4 311.8 421.3 C 312.4 421.2 312.9 421 313.3 420.5 C 313.3 420.5 313.4 420.4 313.5 420.3 C 313.7 420.5 313.8 419.9 313.6 419.7 C 313.6 419.7 313.6 419.7 313.6 419.7 C 313.5 418.2 310.4 417.2 308.9 416.3 C 308.8 416.2 308.8 416 308.7 415.9 C 307.9 414 306.8 409.2 306.7 408.8 C 306.2 407.3 306.9 405 307.1 403.4 C 307.3 401.8 307.4 400.2 307.7 398.6 C 308.5 398.2 309.4 396.9 310.4 397.1 C 311.1 398.6 312.2 399.6 313.1 401.2 C 313.5 401.9 313.6 404.1 313.5 404.9 C 313.4 405.7 312.9 406.4 312.9 407.2 C 312.9 408.7 313.4 410 314.4 411.1 C 315 411.8 315.4 411.8 315.9 411.7 C 316.3 411.7 316.7 411.5 317.3 411.4 C 317.4 411.4 317.5 411.3 317.6 411.2 C 319.3 423.4 318.4 435.8 319.7 448 C 321.2 463 325.3 478.2 323.7 493.3 C 322.9 500.5 321.1 507.5 319.9 514.6 C 318.8 521.3 318.1 528.1 318.4 534.9 C 318.8 544.8 321.3 551.8 324.4 561.1 C 325.1 563.2 329.6 577.2 329.7 578.9 C 329.7 580.5 329.4 582.1 329.7 583.7 C 329.8 584.3 330 584.9 330.2 585.4 C 331.1 586.7 331.7 588 331.8 589.5 C 331.8 589.7 331.7 590 331.7 590.2 C 331.6 592.7 330.5 595 329.8 597.4 C 329.3 599.1 328.6 600.6 327.9 602.1 C 327.9 602.2 327.9 602.2 327.9 602.3 C 327.9 602.3 327.9 602.3 327.9 602.3 C 327.9 602.4 327.8 602.5 327.8 602.6 C 327.5 603.2 327.3 605.1 327.3 605.4 C 327.3 605.4 327.3 605.4 327.2 605.4 C 327.1 606.9 327.2 608.4 327.7 609.9 C 328.1 610.9 328.5 611.8 329 612.7 C 329.5 613.7 333.4 614.2 333.5 613.9 C 333.9 613.8 334.3 613.7 334.9 614 C 335.2 614.2 336.3 614.9 336.5 615 C 336.9 615.3 337.3 615.3 337.8 615.4 C 338.8 615.5 339.8 614.2 339.8 614.1 C 339.8 614.1 339.9 614.1 339.9 614.1 C 340 614.7 340.3 615.4 340.7 615.9 C 341.4 616.6 342.8 615.6 343.5 615.3 C 343.6 615.2 343.7 615.1 343.8 614.9 C 343.9 614.9 343.9 614.8 344 614.8 C 344.1 615.5 344.4 616.3 345 616.5 C 345.6 616.7 346.3 616.8 346.9 616.8 C 347.2 616.8 347.4 616.7 347.6 616.5 C 347.7 616.4 347.8 616.2 347.9 616.1 C 347.9 616 347.9 616 348 615.9 C 348.1 615.5 348 615.7 348.1 615.5 C 348.2 615.4 348.4 615.3 348.7 615.2 C 348.5 617.1 354.2 616.6 355.4 615 C 355.9 614.3 356.1 613.8 356.1 613 C 356.1 612.3 355.6 611.6 355.2 610.9 C 355.3 610 355.3 609.1 355.1 608.2 C 355.3 606.9 354.8 605.5 353.6 604.6 C 353.4 604.2 353.1 603.8 352.9 603.4 C 350.8 599.9 348.9 596.8 348 592.8 C 347.5 590.7 347.4 588.5 347.4 586.3 C 347.4 585 348.1 583.5 348 582.2 C 347.8 580.5 347.1 578.9 346.7 577.2 C 346.6 576.8 346.5 576.4 346.5 576.1 C 346.4 572.5 346.4 568.9 346.5 565.4 C 346.6 558 346.4 550.5 347.3 543.2 C 348.1 536.3 349.2 530.3 348.7 523.3 C 348.4 519.9 348.3 515.5 347.7 512.2 C 346.9 508.1 347.6 504.2 348.4 500.2 C 349 497.1 348.7 493.8 349.1 490.7 C 349.5 487 350 483.3 350.8 479.6 C 352.3 473 352.8 466.1 354.2 459.5 C 355.4 453.6 356.7 447.8 358 442 C 358.3 445.4 358.7 448.8 359.2 452.1 C 360.2 458.6 364.9 477.7 365.2 480.9 C 365.5 483.8 366 486.9 367 492.6 C 368.4 495.6 364 505.7 363.8 507.6 C 362.9 514.3 361.1 520.9 361.4 527.8 C 361.7 534.7 362.1 541.6 363.3 548.4 C 364.5 555.3 366.6 562.1 368 569 C 368.5 571.2 370.5 581.4 370.9 582.9 C 371.6 586.3 372 589.6 371.8 593.1 C 371.6 596.3 370.2 599.2 370 602.3 C 370 602.6 370 603 370 603.3 C 370 603.4 370 603.6 370 603.7 C 370.1 604.5 370.4 605.3 370.9 606.1 C 370.9 606.2 371 606.3 371 606.4 C 371 606.4 371 606.4 371 606.4 C 371.4 607.1 372 607.8 372.4 608.4 C 373.5 609.6 375.8 609.7 377.3 609.6 C 380.3 609.3 383 607.7 386 607.2 C 391.3 606.2 396.7 607.6 401.7 609.3 C 402.8 610.2 403.8 611.2 405.2 611.9 C 407.7 613.2 410.9 613.9 413.7 613.4 C 414.1 613.3 414.6 613.1 415 612.9 C 416.9 612.1 418 612.4 419.8 613.2 C 420.8 613.7 421.9 613.8 423 613.6 C 423.7 613.5 424.2 613 424.6 612.5 C 424.9 612.2 425.1 611.8 425.2 611.5 C 424.1 609 424.3 608.2 423.6 606.2 Z M 331.1 177.4 C 330.9 176.5 330.8 175.6 330.7 174.7 C 331.7 177.6 333.1 180.3 334.3 183.1 C 334.6 183.8 334.9 184.5 335.2 185.1 C 333.3 183 331.8 180.2 331.1 177.4 Z M 341.1 144.4 C 341.3 144.3 341.5 144.1 341.7 143.9 C 342 144 342.3 144 342.5 144 C 342.6 144 342.8 143.9 342.9 143.9 C 342.3 144.1 341.7 144.3 341.1 144.4 Z M 328.2 324.3 C 328 324.6 327.9 325 328.2 325 C 327.8 327.9 325.9 330.7 324.5 333.3 C 323.2 335.5 322 337.8 320.9 340.1 C 318.4 345.2 316.8 350.5 315.5 355.9 C 314.9 358.4 314.5 361 314.3 363.6 C 314 366.7 313.6 369.8 313.4 372.8 C 313.1 376.5 311.6 378.9 312.7 384.7 C 312.8 386.4 312.9 388.1 313.1 389.9 C 312.1 388.3 310.9 386.8 309.9 385.2 C 308.5 383.1 307.6 380.7 306.2 378.6 C 305.5 375.2 305.3 371.8 305.2 368.4 C 305.1 368.9 304.9 369.5 304.8 370 C 305.2 362 305.9 342.3 305.7 338.2 C 305.5 334.2 305.1 330.2 305 326.2 C 305.1 326.3 305.2 326.3 305.2 326.4 C 305.2 326.1 305.2 325.8 305.1 325.5 C 305 325 305 324.5 304.9 324 C 304.9 321.9 304.7 319.9 304.8 317.8 C 305.1 316 305.7 314.3 306.2 312.7 C 307.4 309.1 308.2 305.4 309.4 301.7 C 311.8 293.9 315.6 286.4 319.4 279.2 C 320.1 277.9 320.7 276.6 321.3 275.3 C 321.8 276.5 322.2 277.7 322.6 278.8 C 324.3 283.4 325.3 288.2 326.3 293 C 327.4 298 328.5 303 329.6 308 C 329.9 309.4 330.2 310.9 330.5 312.3 C 329.7 316.4 329.5 320.6 328.2 324.3 Z"}),c.jsx("g",{children:c.jsx("g",{children:c.jsx("g",{children:c.jsxs("g",{children:[c.jsx("path",{fill:"#C8BFB8",d:"M401.2,256.4c0.3,2.8-0.2,5.7,0.1,8.4c0,0.2,0.2,0,0.2-0.1c1.1-4.2,0.2-8.9-0.1-13.3 c-0.2,0.3-0.4,0.5-0.6,0.8C401,253.7,401.1,255.1,401.2,256.4z"}),c.jsx("path",{fill:"#C8BFB8",d:"M401.3,289.2c-0.5-4.7-0.5-9.4-0.3-14.1c0.2-4.7,1.2-9.4,1.3-14.2c0-0.1-0.1,0-0.1,0 c-1.6,9.2-2.1,18.5-1.5,27.8c0.7,9.6,0.8,19.3,1.7,28.9c0,0.4,0.7-0.1,0.6-0.4C402.2,307.9,402.3,298.5,401.3,289.2z"}),c.jsx("path",{fill:"#C8BFB8",d:"M413.9,379.8c-2.5-10.7-5.4-21.3-6.3-32.2c-0.5-5.3-0.7-10.8-1.6-16c-0.4-2.3-0.9-4.5-1.5-6.7 c-0.8-2.7-1.8-5.9-1.9-8.7c0,0-0.1,0-0.1,0c-0.4,4.8,1.8,9.7,2.7,14.3c1,5.5,1.2,11.2,1.7,16.7c1,11.3,3.6,22.2,6.3,33.2 C413.3,380.7,414,380.1,413.9,379.8z"}),c.jsx("g",{children:c.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",fill:"#C8BFB8",d:"M421.2,396.8c-0.2-1.1-1.5-2.8-2.5-4.8c0,0-1.1-2.5-1.7-4 c-2.3-5.4-3.2-9.1-4.2-11.5c-0.1-0.1-0.2-0.2-0.3-0.2c0.2,1.2,0.4,2.4,0.6,3.6c0.2,0.5,0.4,1.1,0.6,1.8 c0.8,2.1,1.5,3.9,2.1,5.4c1.7,4.1,2.8,6.6,3.3,7.6c0.7,1.7,1.2,2.8,1.5,3.3c0,0.1-0.1,0.2-0.1,0.2c0-0.3-0.1-0.4-0.2-0.5 c0,0.1-0.1,0.2-0.1,0.3c0,0.2,0,0.4,0,0.5c0,0.1-0.1,0.3-0.1,0.6l0,0c0,0,0,0.1-0.1,0.1l0,0c-0.4,0.9-0.8,2-1.2,3.3 c-0.1,0.5-0.4,1.3-0.7,2.4c-0.3,0.9-0.5,1.7-0.8,2.4c-0.1,0.3-0.6,0.9-1.6,1.6c-0.3,0.3-1.4,1.1-3.1,2.4 c-1.4,1.1-2.4,1.9-3,2.5c-0.8,0.8-1.3,1.4-1.5,1.8c0,0,0-0.1,0-0.1c0,0,0,0,0,0c0,0,0.1-0.1,0.1-0.2c0-0.1,0-0.2-0.1-0.4 l0.1-0.3c0-0.1,0-0.1,0-0.2c0,0-0.1-0.1-0.2-0.1c0-0.2,0.1-0.3,0.2-0.5c-0.2,0-0.4,0-0.6-0.1c-0.1,0.4-0.2,0.8-0.3,1.2 c0,0,0,0,0,0c-0.4,0.2-0.9,0.5-1.3,1c-0.1,0.2-0.3,0.4-0.5,0.6c-0.2,0.2-0.3,0.4-0.5,0.5c0-0.1-0.1-0.1-0.1-0.2 c-0.2-0.2-0.4-0.4-0.5-0.6c-0.4-0.4-0.6-0.9-0.6-1.3l0-0.1c0-0.1,0-0.3,0.1-0.4c0-0.1,0.1-0.2,0.2-0.4 c0.1-0.2,0.2-0.4,0.2-0.5l0-0.1c0,0,0,0,0,0c-0.1-0.1-0.3-0.1-0.4-0.2c-0.1,0.1-0.1,0.2-0.2,0.3c0,0,0,0,0-0.1l0,0 c-0.1,0-0.1,0-0.2,0c-0.1-0.1-0.2-0.1-0.3-0.1c0,0.1,0,0.1-0.1,0.2c-0.2,0.1-0.3,0.2-0.5,0.3c-0.1,0.1-0.3,0.3-0.5,0.5 c-0.2,0.2-0.4,0.4-0.6,0.5c-0.3-0.1-0.5-0.4-0.6-0.9c0-0.2-0.1-0.4-0.1-0.5c0.1-0.3,0.7-1.1,1.9-2.4c0.9-1.1,1.5-1.8,1.9-2.3 c0.2,0.4,0.3,0.7,0.4,0.9c0.4-0.2,0.8-0.3,1.1-0.5c0-0.1-0.1-0.2-0.1-0.3c-0.2-0.1-0.4-0.2-0.6-0.3c-0.8-0.9-0.9-1.7-0.7-2.6 c-0.3-0.7-0.5-1.3-0.7-1.8c-0.1-0.8-0.2-1.3-0.1-1.7c0.1-0.3,0.2-0.6,0.4-0.9c0.3-0.6,0.5-1,0.5-1.3c0.2-1.3,0.2-2.8,0-4.4 c0-0.3-0.1-0.6-0.1-0.9c-1.1-1.9-2.3-3.9-2.9-6c-0.3-1-0.4-1.9-0.4-2.8c0-0.1-0.1-0.2-0.1-0.3c-0.3-0.9-0.5-1.4-0.5-1.7 c0-0.1,0-0.2,0-0.3c-0.1,0.1-0.2,0.1-0.4,0.2c-0.1,0.5-0.2,1-0.3,1.5c0.1,0.6,0.3,1.2,0.6,1.9c0.3,1.4,2.5,6.4,3.1,7.3l0.1,0 c0,0.1,0.1,0.2,0.1,0.3c0,0.2,0.1,0.3,0.1,0.5c0.3,1.5,0.3,3,0.1,4.3c0,0.3-0.2,0.7-0.5,1.2c-0.3,0.5-0.5,1-0.6,1.5 c0,0.1,0,0.5,0.2,1.3c0.2,0.9,0.4,1.7,0.6,2.6c0.2,0.9,0.4,1.6,0.6,2.1c-0.2,0.3-0.5,0.5-0.9,0.9c-0.3,0.3-0.7,0.7-1.4,1.2 c-0.9,0.9-1.5,1.7-1.7,2.3c-0.2,0.1-0.3,0.1-0.3,0.1c-0.1,0.1-0.1,0.2-0.2,0.3c0,0.3,0.1,0.7,0.3,1.3c0.3,0.6,0.5,1,0.8,1 c0.2,0,0.5,0,0.8-0.1l0,0c0.3-0.1,0.6-0.4,0.9-0.8c0,0.5,0,0.9,0.1,1.4c0.2,0.9,0.7,1.4,1.5,1.6c0.6-0.6,1.3-1.1,1.9-1.7 c0.2-0.2,0.5-0.2,0.7-0.2c0,0,0.1-0.1,0.1-0.1c0.1-0.1,0.2-0.2,0.2-0.3c0,0.1,0,0.1,0.1,0.2c0.1,0.3,0.2,0.5,0.4,0.6 c0.3-0.4,0.8-0.8,1.3-1.2c2.3-2.9,5.7-5.2,9-6.8c0.2-0.4,0.4-0.9,0.5-1.5c0.1-0.5,0.2-0.9,0.3-1.2c0.1-0.5,0.2-0.8,0.3-1 c0.2-0.6,0.4-1.4,0.7-2.5c0.2-0.7,0.3-1.3,0.4-1.8c0-0.1,0.1-0.5,0.3-1c0.3-0.2,0.5-0.5,0.5-0.6c0-0.1,0.1-0.2,0.1-0.4 c0.1,0,0.2-0.1,0.2-0.2l0.1-0.3C421.5,397.6,421.4,397.3,421.2,396.8z"})}),c.jsx("path",{fill:"#C8BFB8",d:"M401.5,379.2c-3.2-10.3-7-20.3-10.3-30.6c-1.7-5.2-3.1-10.4-4.6-15.6c-0.6-2-1.1-3.9-1.6-5.9 c0,0.9-0.1,1.7-0.1,2.6c0.2,0.8,0.4,1.5,0.6,2.3c1.3,5.3,2.8,10.5,4.5,15.6c1.6,5.2,3.4,10.3,5.2,15.4 c1.9,5.3,3.5,10.8,5.3,16.1c0,0.1,0,0.2,0,0.2c0.1,0.3,0.1,0.3,0.3,0.5C401,380.2,401.5,379.5,401.5,379.2z"}),c.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",fill:"#C8BFB8",d:"M400.6,385.5c0.2,0.3,0.4,0.6,0.6,0.9c0-0.8,0.1-1.9,0.1-2.3 c0-1.7,0.1-3.4,0.1-5.1c0-0.4-0.5,0.1-0.5,0.3c-0.3,1.2-0.2,2.4-0.3,3.6C400.6,383.8,400.6,384.6,400.6,385.5z"})]})})})}),c.jsx("path",{fill:"#C8BFB8",d:"M371.5,215.3c0.1-1.1,0.2-2.1,0.2-3.2c0-3.2,0.7-6.5,0.2-9.6c0,0-0.1,0-0.1,0c-0.4,3-0.1,6-0.4,9 c-0.1,1.2-0.3,2.4-0.4,3.6C371.1,215.2,371.3,215.2,371.5,215.3z"}),c.jsx("path",{fill:"#C8BFB8",d:"M344.3,203.6c-0.2,0.6-0.3,1.3-0.6,1.9c-1.1,3-2.5,5.8-4.5,8.2c-4.4,5.3-11.2,6.6-17.4,8 c-1.9,0.4-4.2,1.9-6.2,2.5c-0.5,0.4,0.3,0.5-0.2,0.9c4.3-1.6,8.4-3.6,12.8-4.6c5.3-1.2,9.7-3.9,12.8-8.6c1.5-2.3,2.7-4.8,3.4-7.4 C344.4,204.3,344.3,204,344.3,203.6z"}),c.jsx("path",{fill:"#C8BFB8",d:"M384.2,338.7c0.1,0.1,0.3,0.2,0.4,0.4c0.4-2.3,0.8-4.5,0.6-6.9c-0.3-4.3,0-8.8,0-13.2c0-4,0.5-8,0.4-12 c0-2-0.2-3.9-0.2-5.9c0-2.1,0.3-4.1,0.7-6.1c0.2-1.5,0.4-2.8,0.4-4.4c0-1.6,0.5-3.4,0.7-5c0.2-1.2,0.3-2.4,0.4-3.6 c-0.1,0-0.2,0-0.3,0c-0.1,1.2-0.3,2.5-0.4,3.7c-0.4,3.3-0.7,6.6-1.2,10c-0.6,3.7-0.5,7.1-0.4,10.8c0.1,4.3-0.4,8.5-0.4,12.8 l0,12.5c0,2.2,0.2,4.1-0.4,6.4C384.2,338.3,384.2,338.5,384.2,338.7z"}),c.jsx("path",{fill:"#C8BFB8",d:"M390.5,353.9c-0.8-2.8-1.8-5.5-2.6-8.3c-0.7-2.5-1.2-5.1-2-7.6c0,0,0,0,0,0c0,0.3-0.1,0.6-0.2,0.8 c1,4.4,2.2,8.8,3.6,13.2c0.6,1.8,1,3.7,1.4,5.5c0,0,0,0,0-0.1c0-0.7,0.1-1.3,0.1-1.9C390.7,355,390.6,354.5,390.5,353.9z"}),c.jsx("path",{fill:"#C8BFB8",d:"M397.5,230.9c1.1,2.4,1.7,5.1,2.1,7.7c0.4,2.2,0.6,4.4,1.1,6.5c0.2,1,0.3,2.1,0.4,3.1c0-1,0.1-2.1,0.3-3.1 c-0.4-1.9-0.8-3.9-1-5.7c-0.5-4-1.3-9.6-4.7-12.3c-2-1.6-4.8-2.4-7.1-3.6c-2.4-1.2-7.3-3.2-9.6-4.7c-2.9-1.9-7.5-5.1-7.5-4.9 c1.9,1.8,4.3,2.8,7.1,4.8c4.2,3,9,5.3,13.7,7.3C394.7,227.1,396.4,228.5,397.5,230.9z"}),c.jsx("path",{fill:"#C8BFB8",d:"M328.3,308.7c-1.1-5-2.3-10-3.4-15c-1.1-4.8-2-9.6-3.7-14.3c-0.6-1.6-1.2-3.2-1.7-4.8 c-0.2,0-0.3,0.1-0.5,0.1c0.5,1.5,1.1,2.9,1.6,4.3c1.7,4.6,2.7,9.4,3.7,14.2c1.1,5,2.2,10,3.3,15c0.5,2.2,1,4.4,1.4,6.6 c0.1-0.2,0.3-0.5,0.4-0.7C329.2,312.4,328.7,310.5,328.3,308.7z"}),c.jsxs("g",{children:[c.jsx("path",{fill:"#C8BFB8",d:"M345.2,222.9C345.2,222.9,345.2,222.9,345.2,222.9C345.2,222.9,345.2,222.9,345.2,222.9z"}),c.jsx("path",{fill:"#C8BFB8",d:"M344.7,222.3C344.7,222.3,344.6,222.3,344.7,222.3c0.1,0.3,0.3,0.4,0.5,0.6 C345,222.7,344.8,222.6,344.7,222.3z"})]}),c.jsx("g",{children:c.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",fill:"#C8BFB8",d:"M384.1,174.4C384.1,174.4,384.1,174.4,384.1,174.4 c0,0.1,0,0.1,0,0.1v0c0.1,0.4,0.2,0.7,0.4,1.1c0,0,0,0.1,0,0.1v0h0c0.8,2.3,1.2,3.9,1.2,4.7c0,0.3-0.2,1.3-0.6,3.1 c-0.2,0.9-0.4,1.8-0.6,2.8c0.1-0.2,0.5-1,0.6-1.4c0.7-1.9,1-4.2,1-4.4c0-0.6,0-1.2-0.1-1.8c-0.1-1-0.4-2-0.7-3.2 c-0.3-1-0.6-1.8-0.9-2.4l1-2.8l-1.8,2.8c0.1,0.3,0.2,0.5,0.3,0.8C384,174,384.1,174.2,384.1,174.4z"})}),c.jsx("path",{fill:"#C8BFB8",d:"M382.1,150.6c-0.3-1.4-0.8-2.7-1.6-4c-0.6-0.9-1.8-1.9-2.9-2.2c-2-0.6-4.1-1.2-6.1-1.7 c-5.8-1.6-13.5-3.8-18.6-0.1c0.4-0.1,0.8-0.2,1.3-0.3c5.3-2.4,12.7-0.3,17.9,1.3c2.9,0.9,6.2,1.1,8.1,3.5c0.9,1.1,1.3,2.6,1.6,3.9 c0.3,1.3,0.1,2.6,0.5,3.8c0,0,0.1,0,0.1,0C382.2,153.2,382.4,152.1,382.1,150.6z"}),c.jsx("g",{children:c.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",fill:"#C8BFB8",d:"M383.6,173c-0.1,0-0.7,0.1-0.8,0c-0.1-0.2-0.3,0.1-0.3,0.2 c0.1,0.4,0.8,0.4,1.1,0.2C383.7,173.4,383.9,173,383.6,173z"})}),c.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",fill:"#C8BFB8",d:"M382.6,189.4c-0.3,0.2-0.9,0.7-0.5,1.1c0.1,0.1,0.3,0,0.3-0.1 c0.1-0.2,0-0.1,0.2-0.2C383,189.9,383,189.1,382.6,189.4z"}),c.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",fill:"#C8BFB8",d:"M384.8,185.6c-1.3,2.6-2.8,4.9-3.6,7.7c-0.5,1.9-0.4,4-1.4,5.8 c-1,1.9-5.2,2.1-7.3,2.1c0-0.1-0.1-0.1-0.3,0c0,0,0,0,0,0c-0.5-0.1-1,1.2-0.5,1.2c3.4,0.1,7.4-0.3,9-3.6c0.9-1.9,0.7-4.3,1.2-6.3 c0.6-2.4,1.8-4.4,2.9-6.6C384.7,185.8,384.7,185.7,384.8,185.6z"}),c.jsx("path",{fill:"#C8BFB8",d:"M362.5,383.9C362.5,383.8,362.4,383.9,362.5,383.9c1.9,15.3-2.5,30-5.8,44.8c-3.1,14-6.6,28-8.8,42.2 c-1,6.7-2.4,13.2-3.3,19.9c-0.5,3.6-0.3,7.3-1,10.9c-0.6,3-1.2,6.1-0.7,9.2c0.5,3.3,1.3,7.9,1.5,11.3c0.4,4.3-0.1,8.4-0.5,12.2 c-0.7,7.3-1.3,13.2-1.7,20.5c-0.4,6.8-0.5,13.7-0.4,20.5c0,0,0,0,0,0c0.3,0.9,0.6,1.8,1,2.7c-0.2-4.3-0.2-8.6-0.1-12.9 c0.1-7.4-0.1-14.9,0.8-22.2c0.8-6.9,1.9-12.9,1.4-19.9c-0.3-3.4-0.4-7.8-1-11.1c-0.8-4.1-0.1-8,0.7-12c0.6-3.1,0.3-6.4,0.7-9.5 c0.4-3.7,0.9-7.4,1.7-11.1c1.5-6.6,2-13.5,3.4-20.1c1.5-7.3,3.2-14.6,4.8-21.8c2-9.2,4-18.4,6-27.7 C363.2,401.2,364.1,392.4,362.5,383.9z"}),c.jsx("g",{children:c.jsx("g",{children:c.jsx("g",{children:c.jsxs("g",{children:[c.jsx("path",{fill:"#C8BFB8",d:"M312.5,228.4c1-1,2.1-2,3-3.1c0,0.1,1.1-1,1.3-1c0,0,0,0,0,0c-0.1-0.1-0.1-0.2-0.2-0.2 c-1.3,0.1-2.2,1.8-3.1,2.7c-2.6,2.5-4.5,5.1-6.1,8.3c-3.7,7.6-7.3,15.4-10.3,23.3c-1.4,3.8-2.5,7.8-3.5,11.8 c-1.1,4.5-2.5,8.9-3.8,13.4c-1.3,4.7-2.2,9.6-2.9,14.5c0.4-1.7,0.9-3.3,1.4-5c0.5-2.9,1.1-5.8,1.8-8.6c1-3.6,2.1-7.1,3.2-10.7 c1.1-3.9,2-7.9,3.2-11.8c2.4-7.8,6.1-15.2,9.5-22.5C307.9,235.5,309.4,231.5,312.5,228.4z"}),c.jsx("path",{fill:"#C8BFB8",d:"M291.4,386.8c0.1,0-2.5-16.9-2.8-18.6c-1.1-6.7-2.1-13.3-2.6-20.1c-0.5-6.5-0.9-13.1-1.1-19.6 c-0.1-3.3-0.2-6.6-0.3-10c0-1.1-0.1-2.2-0.1-3.3c-0.1,0.1-0.2,0.2-0.3,0.3c0.1,3.3,0.1,6.6,0.2,9.9c0.1,6.9,0.4,13.8,1,20.6 c0.5,6.7,1.4,13.3,2.4,19.9c1.2,7.1,2.4,14.2,3,21.4c0,0.1,0.1,0.2,0.2,0.2c0.1,0,0.2,0,0.2,0 C291.5,387.6,291.8,386.8,291.4,386.8z"}),c.jsx("path",{fill:"#C8BFB8",d:"M291.9,276.1c-0.4,3-1.5,6-2.2,9c-0.8,3.6-1.5,7.2-2.3,10.8c-0.8,3.6-1.9,7.3-2.1,11 c-0.2,2.9-1,5.7-1,8.6c0,0.5,0.6-0.1,0.6-0.4c0-3,0.8-6.1,1-9.1c0.2-3.4,1.3-6.9,2-10.2c0.7-3.3,1.4-6.7,2-10 C290.5,282.5,291.5,279.3,291.9,276.1C291.9,276,291.9,276,291.9,276.1z"}),c.jsx("path",{fill:"#C8BFB8",d:"M303.1,368.4c-0.2,0.9-0.5,1.8-0.7,2.7c0.2,3.1,0.5,6.2,1.3,9.2c0.1,0.5,0.7-0.3,0.7-0.7 C303.4,375.9,303.2,372.2,303.1,368.4z"}),c.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",fill:"#C8BFB8",d:"M291.3,390.8c0.1-1.2,0.1-2.3,0.1-3.5 c-0.1-0.2-0.3-0.5-0.4-0.7c-0.1,2-0.2,4-0.3,5.9c-0.2,2.7-0.7,5.5-0.7,8.3c0,1.1,0.5,1.9,1.2,2.7c0.8,1,1.1,2.3,1.9,3.3 c0.1,0.2,0.4-0.2,0.3-0.3c-0.4-2.8-2.9-4.5-2.7-7.5C290.8,396.3,291.1,393.5,291.3,390.8z"}),c.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",fill:"#C8BFB8",d:"M306.2,416.7c-1.1,0.2-2.6-7.5-2.8-8.1 c-0.5-1.5,0.2-3.8,0.4-5.4c0.2-1.7,0.3-3.3,0.6-4.9c0.1-0.4-0.3-0.1-0.4,0.1c-0.6,1.8-0.6,3.9-0.8,5.8 c-0.2,1.5-0.8,3.5-0.2,4.9c0.4,0.8,1.6,8.2,3.1,8.1C306.3,417.1,306.4,416.7,306.2,416.7z"}),c.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",fill:"#C8BFB8",d:"M311.1,420.1c-0.6-0.1-1.1-0.8-1.6-1.2 c-0.5-0.5-1.2-0.8-1.8-1.3c0,0-0.1,0-0.1,0.1c0.4,0.6,1.1,1,1.6,1.6c0.4,0.5,0.9,1.2,1.6,1.4 C311,420.7,311.3,420.2,311.1,420.1z"}),c.jsx("g",{children:c.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",fill:"#C8BFB8",d:"M314.8,402.3c0.1,0.2,0.1,0.4,0.2,0.6 c0.4,1.2-0.6,2.7-0.9,3.8c-0.4,1.3-0.5,2.5-0.5,3.9c-0.8,0.6-2.3-0.3-2.9-1c-1.6-1.9,0.1-4,0-5.9c-0.2-2.9-2-5.1-2.9-7.8 c0,0,0,0,0,0c0,0,0-0.1,0-0.1c0-0.1,0-0.2-0.1-0.3c0,0-0.1,0-0.1,0c-0.3,0-0.6,0.4-0.5,0.7c0.5,2,2,3,2.9,4.8 c0.4,0.7,0.5,2.9,0.4,3.7c-0.1,0.8-0.6,1.5-0.6,2.3c0,1.5,0.5,2.8,1.5,3.9c1,1.1,1.4,0.5,2.5,0.4c0.2,0,0.4-0.4,0.4-0.7 c-0.2-2.2,0.3-3.9,1.1-5.8c0.2-0.6,0.3-1.3,0.2-1.9C315.2,402.7,315,402.6,314.8,402.3z"})}),c.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",fill:"#C8BFB8",d:"M315.1,400.8c-0.7-0.9-1-2.8-1.3-3.9c-0.5-2-1-4-2-5.8 c-1.2-2-2.7-4-4-5.9c-1.5-2.3-2.5-4.8-4-7.1c0,0,0,0,0,0c2.2,3.9,4,7.9,6.6,11.6c1.4,2,2.3,3.7,2.9,6.1 c0.1,0.5,1.3,5.7,1.9,5.5c-0.1,0-0.3,0.5-0.1,0.5c0,0,0.1,0,0.1,0c0.2,0,0.3-0.2,0.3-0.3C315.5,401.1,315.4,401.1,315.1,400.8 z"}),c.jsxs("g",{children:[c.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",fill:"#C8BFB8",d:"M296.9,416.7c0,0,0,0.1,0,0.1c0.1,0.1,0.1,0.1,0.2,0.2 C297.1,416.9,297,416.8,296.9,416.7L296.9,416.7z"}),c.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",fill:"#C8BFB8",d:"M290.6,401.2c-0.1,0.2-0.1,0.3-0.1,0.4c0,0.4,0.3,1,0.9,1.8 c0.4,0.5,0.6,0.8,0.7,0.9c0.2,0.3,0.4,0.6,0.5,0.9l-0.2,0c-0.4-0.5-0.8-0.9-1.1-1.4c-0.7-0.8-1-1.4-1-1.6c0-0.2,0-0.5,0-0.7 c0-0.4,0.1-0.6,0.2-0.7l0,0c0,0,0,0,0,0C290.7,400.8,290.7,401,290.6,401.2z"})]}),c.jsx("path",{fill:"#C8BFB8",d:"M319.9,273.4c-1.4,3-2.9,5.8-4.3,8.8c-3.5,6.8-6.7,13.8-9,21.1c-1,3.4-1.8,6.9-3,10.3 c-1.1,3.4-1.7,6.5-1.3,10c0.1,0.8,0.2,1.6,0.2,2.4c0.2,0.2,0.4,0.3,0.6,0.5c0-0.3,0-0.6-0.1-0.9c-0.3-2.2-0.8-4.3-0.5-6.6 c0.3-2.1,0.9-4.2,1.6-6.2c1.2-3.6,2-7.3,3.2-11c2.4-7.8,6.2-15.3,10-22.5c1.1-2,2-4,3-6.1 C320.2,273.3,320.1,273.3,319.9,273.4z"}),c.jsx("path",{fill:"#C8BFB8",d:"M304.3,311.9c-1.8,1.9-2.1,5.6-2.1,8.1c0,4.9,0.5,9.7,0.8,14.6c0.3,4.9-1.2,33.3-0.8,38.4 c0,0.3,0.3,0,0.3-0.2c0.3-4.1,1.2-29.9,1-34.6c-0.2-4.5-0.7-8.9-0.7-13.4C302.9,320.5,302.1,316,304.3,311.9 C304.4,311.9,304.3,311.9,304.3,311.9z"})]})})})}),c.jsx("path",{fill:"#C8BFB8",d:"M330,613c0-0.5-0.4-0.4-0.7-0.1c-0.8-0.4-1.6-0.5-2.5-0.9c-1.1-0.5-1.9-3.2-2.2-4.2 c-0.3-1-0.2-2.1-0.1-3.2c0,0.1-0.1,0.1-0.1,0.2c-0.2,0.3-0.5,0.4-0.7,0.4c-0.1,1.5,0,3,0.5,4.5c0.4,1,0.8,1.9,1.3,2.8 c0.5,1,2.9,1.3,3.7,1.9c0.4,0.3,0.8-0.6,0.8-0.9C330,613.4,330,613.2,330,613z"}),c.jsx("path",{fill:"#C8BFB8",d:"M351.3,608.7c0.7-1.6,0.1-3.4-1.5-4.5c-0.1-0.1-0.4,0.2-0.3,0.3c0.6,0.8,1.1,1.4,1.3,2.4 c0.3,1.3-0.5,2.1-0.5,3.2c0,0.4,0.5,1,0.7,1.4c1,1.3,0.6,2.4-1.2,3.5c-0.4,0.1-4.1,0.5-3.8-0.3c0.2-0.2,0.3-0.4,0.3-0.5 c0-0.1,0-0.1,0-0.2c0-0.4-0.5-0.3-0.7-0.1c-2.6,3.1,4.8,2.7,6.2,0.8c0.5-0.7,0.7-1.2,0.7-2C352.5,611.3,350.7,610.1,351.3,608.7z"}),c.jsx("path",{fill:"#C8BFB8",d:"M349.3,603.1c-2.1-3.5-4-6.6-4.9-10.6c-0.5-2.1-0.6-4.3-0.6-6.5c0-1.3,0.7-2.8,0.6-4.1 c-0.2-1.7-0.9-3.3-1.3-5c-0.6-2.5-0.6-5-0.5-7.6c0-0.3-0.4,0-0.4,0.2c-0.5,3.5-0.2,6.9,0.9,10.2c1.1,3.3-0.4,6.7,0,10.1 c0.4,3.7,1.2,7,3.1,10.2c1.9,3.2,5.3,7.1,4.5,11.1c-0.2,0.8,0.7,0.3,0.8-0.2C352.2,608,350.8,605.7,349.3,603.1z"}),c.jsx("path",{fill:"#C8BFB8",d:"M344.2,615.6c0.2-0.1,0.7-0.9,0.2-0.9h0c-0.2,0-0.4,0.2-0.5,0.3c0,0,0,0,0,0c0,0-0.1,0.1-0.1,0.1 c-0.1,0.1-0.1,0.2-0.1,0.4c0,0,0,0,0,0c-0.4,0.1-0.9,0-1.2-0.1c-0.3-0.1-0.8-0.1-1-0.4c-0.1-0.2-0.2-0.5-0.3-0.7 c0-0.1-0.1-0.3-0.1-0.4c0-0.1,0.1-0.4-0.1-0.2c0.3-0.3,0.4-1-0.2-0.7c-0.9,0.7-0.6,2.9,0.5,3.2c0.6,0.2,1.3,0.3,1.9,0.3 c0.3,0,0.5-0.1,0.7-0.3c0.1-0.1,0.2-0.3,0.3-0.4c0-0.1,0-0.1,0.1-0.2C344.5,615.2,344.4,615.5,344.2,615.6z"}),c.jsx("path",{fill:"#C8BFB8",d:"M340,613.9c-0.1,0-0.2,0.1-0.2,0.1c-0.1,0.2-0.1,0.3-0.2,0.4c-0.6,0.4-1.6,1-2.2,0.4 c-0.4-0.4-0.6-1.1-0.7-1.7c0-0.3-0.5,0.2-0.5,0.4c0,0.7,0.3,1.6,0.8,2.1c0.7,0.7,2.1-0.3,2.8-0.6c0.2-0.1,0.4-0.4,0.3-0.6 C340.2,614.1,340.3,614,340,613.9z"}),c.jsx("path",{fill:"#C8BFB8",d:"M335.7,613.5C335.7,613.5,335.7,613.5,335.7,613.5c-0.2,0.2-0.3,0.3-0.4,0.5c-0.4,0.5-1.2,0.6-1.8,0.3 c-0.5-0.2-1-1.2-1.5-1.1c-0.1,0-0.2,0.2-0.1,0.2c0,0,0.1,0.1,0.1,0.1c0,0,0,0.1,0,0.1c0.4,0.3,0.5,0.8,0.9,1.1 c0.4,0.3,0.8,0.3,1.3,0.4c1,0.1,1-0.8,1.8-1.1c0.2-0.1,0.3-0.4,0.3-0.6c0-0.1,0-0.2,0-0.4C336.4,612.6,335.6,613.1,335.7,613.5z"}),c.jsx("path",{fill:"#C8BFB8",d:"M311.8,391c-0.4-3.8-0.7-7.8-0.8-11.7c-0.2,1.7-0.8,1.6-0.9,3.3c0.1,2,0,4.7,0.3,7.1 C310.6,389.7,311.6,390.8,311.8,391z"}),c.jsx("path",{fill:"#C8BFB8",d:"M328,586c-0.6-1.9-1.3-3.4-1.2-5.5c0-1.5,0.2-2.8-0.2-4.2c-0.4-1.2-3.7-11.1-4.3-13.5 c-5.1-18.5-7.6-26.2-6-40.4c1.6-14.2,3.8-27.9,3.5-42.3c-0.2-9.6-1.3-19.2-2.3-28.7c-1-10-2-20-3.2-30c-0.6-4.7-0.7-10.9-0.7-10.9 c-0.2,1-1.8,0.5-2,0.6c0.5,10.9,3.3,23.5,4.6,36.6c1.5,15,5.6,30.2,4,45.3c-0.8,7.2-2.6,14.2-3.8,21.3c-1.1,6.7-1.8,13.5-1.5,20.3 c0.4,9.9,2.9,16.9,6,26.2c0.7,2.1,5.2,16.1,5.3,17.8c0,1.6-0.3,3.2,0,4.8c0.1,0.6,0.3,1.2,0.5,1.7c1,1.5,1.6,2.9,1.7,4.5 C328.4,588.5,328.4,587.3,328,586z"}),c.jsx("path",{fill:"#C8BFB8",d:"M324.5,601.7c-0.1,0.2-0.2,0.4-0.3,0.7c-0.3,0.6-0.5,1.2-0.6,1.8c0.1,0.8,0.2,1.6,0.5,2.4 c-0.1-1.4,0.1-2.8,0.4-4.2C324.5,602.2,324.5,601.9,324.5,601.7z"}),c.jsx("path",{fill:"#C8BFB8",d:"M369.1,591.4c0.3-5-3.5-20-4-22.4c-1.3-6.9-3.3-13.7-4.8-20.5c-1.6-7.2-1.8-14.8-2.1-22.2 c-0.2-3.6,0.4-7.2,1-10.8c0.6-3.6,3.2-15.2,4.8-18.4c0.9-1.8,0.4-6.2-0.4-7.9c-1-4.8-1.1-6.4-1.8-9.6c-0.3-3-5.7-25.9-6.2-29.5 c-0.4-3.2-0.7-6.3-1-9.5c-0.1,0.3-0.2,0.5-0.3,0.8c0.3,3.5,0.7,7,1.2,10.5c1,6.5,5.7,25.6,6,28.8c0.3,2.9,0.8,6,1.8,11.7 c1.4,3-3,13.1-3.2,15c-0.9,6.7-2.7,13.3-2.4,20.2c0.3,6.9,0.7,13.8,1.9,20.6c1.2,6.9,3.3,13.7,4.7,20.6c0.5,2.2,2.5,12.4,2.9,13.9 c0.7,3.4,1.1,6.7,0.9,10.2c-0.2,3.2-1.6,6.1-1.8,9.2c-0.1,1.6,0.4,2.8,1,4.1c0.2-0.1,0.5-0.2,0.8,0c0.2,0.1,0.5,0.3,0.7,0.5 c0-0.1-0.1-0.2-0.1-0.2c-1.2-1.9-1.6-4-1.3-6.2C367.9,597,368.9,594.4,369.1,591.4z"}),c.jsx("path",{fill:"#C8BFB8",d:"M399.7,608.7c-0.3-0.3-0.9-0.8-1.4-1.4c-4-1.3-8.1-2-12.3-2.1c-5-0.1-9.2,3.1-14.2,2.7 c-2.4-0.2-3.5-2.1-4.4-4.1c-0.4-0.9-0.2-1.4-0.3-2.2c0-0.4-0.4,0-0.4,0.2c0,0.2-0.3,0.7-0.3,1.2c0.2,1.6,1.4,3.5,2.5,4.6 c1.1,1.2,3.4,1.3,4.9,1.2c3-0.3,5.7-1.9,8.7-2.4c6.1-1.2,12.3,0.9,18,2.9c0.1,0,0.2,0.1,0.3,0.1C400.3,609.3,400,609,399.7,608.7z "}),c.jsx("path",{fill:"#C8BFB8",d:"M421.6,608.7c-0.1,0-0.1,0-0.2,0c-0.2,0.1-0.8,0.7-0.4,0.9c0.5,0.3-2,2.6-3.2,2.4 c-1.5-0.2-2.7-1.2-4.3-1.3c-0.6,0-1.6,0.5-2.2,0.8c-1.8,0.8-3.5,0.8-5.4,0.4c-2.8-0.5-5.3-1.7-7.4-3.5c-0.6-0.5-1-1-1.5-1.5 c-0.1-0.2-0.5,0-0.6-0.1c0,0-0.1,0,0,0.1c0,0.1,0.1,0.2,0.1,0.3c0,0,0,0,0,0c0.2,0,1,1.2,1.2,1.3c1.3,1,2.3,2.1,3.8,2.9 c2.5,1.3,5.7,2,8.5,1.5c0.4-0.1,0.9-0.3,1.3-0.5c1.9-0.8,3-0.5,4.8,0.3c1,0.5,2.1,0.6,3.2,0.4c1.8-0.3,2.4-2.6,2.7-4.1 C422,608.8,421.8,608.6,421.6,608.7z"}),c.jsx("path",{fill:"#C8BFB8",d:"M421.6,606.2c-0.5-1.5-1.9-2.1-3.3-1c-0.7,0.5-1.5,0.6-2.5-0.1c-0.5-0.4-0.9-0.8-1.5-1.1 c-1-0.6-2.2-0.3-3.3-0.3c0,0-0.1,0.1,0,0.1c1.1,0.6,2.4,0.4,3.5,1.2c0.4,0.3,1.5,1.6,2.1,1.3c1.4-0.7,3.6-2,4.3,0.6 c0.2,0.8,0.4,1,0.4,1.8c0,0.3-0.5,2.7-1.2,2.7c-0.2,0-0.7,0.6-0.4,0.8c0.8,0.5,1.5-0.5,1.7-1.2C422.1,609,422.3,608.2,421.6,606.2 z"}),c.jsx("path",{fill:"#C8BFB8",d:"M411,602.7c-0.1-0.1-0.2-0.2-0.2-0.3c-1.5-0.2-2.9-0.7-4.3-1.6c-2.3-1.6-4.3-3.6-6.5-5.3 c-4.7-3.4-9.3-6.2-12.4-11.2c-3.3-5.3-3.6-11.8-3.5-17.9c0.1-4.8,0.1-23,0.3-26.3c0.4-7.3,1.5-14.8,1.5-18c0-2.3,0.6-5.8,0.6-8.1 c0.1-5.4,3.2-13.2,3.8-18.5c0.3-2.9-0.1-5.9,0.4-8.8c0.5-2.8,0.3-6.5,1.2-9.3c0.3-1.2,1.4-5.7,1.4-5.9c0.9-5.8,2-11.5,2.7-17.3 c0.9-7.1,0.9-14.3,1.4-21.4c0.5-7.2,0.4-14.3-0.2-21.5c-0.6-6.9-1.5-13.8-2.2-20.7c-0.8-7.3-1.2-14.6-2.1-21.9 c-0.6-5.1-1.4-10.2-2.3-15.2c-0.3-0.7-0.6-1.4-0.9-2.1c0.9,4.7,1.6,9.5,2.3,14.3c1,7.6,1.4,15.2,2.1,22.8 c0.7,7.2,1.6,14.4,2.2,21.6c0.7,7.2,0.9,14.3,0.4,21.5c-0.5,7.2-0.6,14.4-1.3,21.6c-1.4,17.4-5,31.4-5.5,36.3 c-0.1,1.4,0.1,2.8,0,4.1c-0.1,1.5-0.2,3-0.5,4.5c-0.5,2.9-2.5,8.5-3.1,11.4c-0.8,4.1-1.1,11.2-1.2,13.3c-0.1,2.1-1,10.5-1.4,17.9 c-0.2,3.5-0.2,8-0.1,12.8c0.1-0.3-2,21.8,3.5,31.6c2.7,4.9,7.5,7.8,11.9,10.9c2.5,1.8,4.7,3.8,7.2,5.7c1.9,1.5,3.8,1.9,6.1,2 C411.7,603.3,411.3,603.1,411,602.7z"}),c.jsx("path",{fill:"#C8BFB8",d:"M326.3,324.5c-0.2,3.2-2.3,6.1-3.8,8.9c-1.3,2.2-2.5,4.5-3.6,6.8c-2.5,5.1-4.1,10.4-5.4,15.8 c-0.6,2.5-1,5.1-1.2,7.7c-0.3,3.1-0.7,6.2-0.9,9.2c-0.3,3.9-2,6.4-0.5,13c0.1,0.3,0.5-0.3,0.5-0.5c-0.4-8.1,0.3-10.1,0.9-15.1 c0.7-5.6,0.8-11.1,2.2-16.6c1.5-5.8,3.6-11.4,6.5-16.8c2-3.7,5.5-8.1,5.4-12.5C326.4,324.3,326.3,324.4,326.3,324.5z"}),c.jsx("path",{fill:"#C8BFB8",d:"M339.2,188.9c-5-1.6-8.8-6.5-10-11.5c-0.6-2.7-0.5-5.9-0.7-8.7c-0.2-3,0.2-5.9,0.8-8.8 c0.6-2.8,1.2-5.4,2.3-8.1c0-0.1,2.2-4.7,2.9-3.9c0.1,0.2,0.4-0.2,0.4-0.3c-0.1-2.2-2.9,2.1-3.2,2.7c-2.6,5.3-4,12-3.8,17.9 c0.2,6.2,0.3,12.2,4.6,17.1c1.8,2,3.8,3.5,6.3,4.4c3,1.1,6.8,2.3,6.9,6.2c0,0.3,0.4,0,0.4-0.2C346.2,191.7,342.4,190,339.2,188.9z "}),c.jsx("path",{fill:"#C8BFB8",d:"M354.6,140.9c-1.8-0.1-3.6-0.6-5.4-0.6c-1.6,0-3.6,0.7-5.1,1.3c-1.6,0.6-2.4,2-4.3,1.9 c-0.1,0-0.7-0.1-1.2-0.2c-0.1,0-0.2,0.1-0.3,0.1c0.7,0.1,1.6,0.6,2.3,0.5c1.2-0.2,2-1,3-1.6c1.4-0.8,3.2-1,4.7-1.3 c2.1-0.5,4.1,0.6,6.2,0.4C354.6,141.4,354.9,140.9,354.6,140.9z"})]});module.exports=C;