@stokr/components-library 3.0.67 → 3.0.68

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 (796) hide show
  1. package/README.md +179 -179
  2. package/dist/analytics/index.js +1 -1
  3. package/dist/api/fetchData.js +2 -2
  4. package/dist/components/2FA/Connect2FA.js +1 -1
  5. package/dist/components/2FA/EnterCode.js +1 -1
  6. package/dist/components/2FA/Sucess2FA.js +1 -1
  7. package/dist/components/2FA/login-with-otp-flow.js +1 -1
  8. package/dist/components/2FA/main-flow.js +1 -1
  9. package/dist/components/AccountBalance/AccountBalance.js +1 -1
  10. package/dist/components/AdminDashboard/Table/ReactTable.js +5 -5
  11. package/dist/components/AdminDashboard/Table/ReactTableWrapper.js +1 -1
  12. package/dist/components/AdminDashboard/Table/Table.js +1 -1
  13. package/dist/components/AgreementItem/AgreementItem.js +1 -1
  14. package/dist/components/BackButton/BackButton.js +1 -1
  15. package/dist/components/Background/Background.js +1 -1
  16. package/dist/components/BasicTable/BasicTable.js +1 -1
  17. package/dist/components/BlogPost/BlogPost.js +1 -1
  18. package/dist/components/Button/Button.styles.js +1 -1
  19. package/dist/components/Button/GlareButton.js +2 -2
  20. package/dist/components/ChartLegend/ChartLegend.js +3 -3
  21. package/dist/components/Checkbox/Checkbox.js +1 -1
  22. package/dist/components/Checklist/ChecklistCard.js +1 -1
  23. package/dist/components/Chips/Chip.js +1 -1
  24. package/dist/components/Chips/ChipWrapper.js +1 -1
  25. package/dist/components/ComponentScroll/ComponentScroll.js +3 -3
  26. package/dist/components/Country/CountrySelect.js +4 -4
  27. package/dist/components/CryptoAddress/ComponentWrap.js +1 -1
  28. package/dist/components/CryptoAddress/CryptoAddress.js +7 -7
  29. package/dist/components/CryptoAddress/RadioWrap.js +1 -1
  30. package/dist/components/CryptoAddressDetails/CryptoAddressDetails.js +1 -1
  31. package/dist/components/CryptoAddressWrapper/CryptoAddressWrapper.js +1 -1
  32. package/dist/components/FAQ/FAQ.js +1 -1
  33. package/dist/components/FAQ/FAQ.styles.js +2 -2
  34. package/dist/components/Footer/Footer.js +1 -1
  35. package/dist/components/Footer/FooterLayout.js +1 -1
  36. package/dist/components/Footer/FooterMenu.js +3 -3
  37. package/dist/components/ForgotPasswordModal/ForgotPasswordModal.js +5 -5
  38. package/dist/components/Form/Form.js +2 -2
  39. package/dist/components/Form/Form.styles.js +1 -1
  40. package/dist/components/Header/Header.js +3 -3
  41. package/dist/components/HeroBlock/HeroVideoBlock.js +1 -1
  42. package/dist/components/IdentityInfo/IdentityInfo.js +1 -1
  43. package/dist/components/InfoIcon/InfoIcon.js +6 -6
  44. package/dist/components/Input/DatePickerInput.js +3 -5
  45. package/dist/components/Input/Input.js +1 -1
  46. package/dist/components/Input/InputPassword.js +1 -1
  47. package/dist/components/Input/InputUsername.js +1 -1
  48. package/dist/components/Input/InputWithButton.js +1 -1
  49. package/dist/components/Input/MultiSelect.js +3 -4
  50. package/dist/components/Input/OtpInput.js +2 -2
  51. package/dist/components/Input/RangeInput.js +4 -4
  52. package/dist/components/Input/Select.js +4 -5
  53. package/dist/components/Input/TableFilterDropdown.js +1 -1
  54. package/dist/components/InvestmentStat/InvestmentStat.js +1 -1
  55. package/dist/components/LatestUpdate/LatestUpdate.js +1 -1
  56. package/dist/components/Layout/Layout.js +1 -1
  57. package/dist/components/LoginModal/LoginModal.js +6 -6
  58. package/dist/components/MainMenu/DynamicMainMenu.js +3 -3
  59. package/dist/components/MainMenu/MainMenu.js +6 -6
  60. package/dist/components/Modal/Modal.js +2 -2
  61. package/dist/components/Modal/NewVentureModal/NewVentureModal.js +9 -9
  62. package/dist/components/Modal/PaymentModal.js +2 -2
  63. package/dist/components/Modal/SuccessModal/SuccessModal.js +3 -3
  64. package/dist/components/MultiProgressBar/MultiProgressBar.js +1 -1
  65. package/dist/components/Number/Number.js +1 -1
  66. package/dist/components/PageTransition/PageTransition.js +1 -1
  67. package/dist/components/Pagination/Pagination.js +1 -1
  68. package/dist/components/Pagination/PaginationControls.js +1 -1
  69. package/dist/components/Payment/PaymentDisplay.js +4 -4
  70. package/dist/components/Payment/TimerComponent.js +1 -1
  71. package/dist/components/ProfileBadge/ProfileBadge.js +1 -1
  72. package/dist/components/ProfileBox/ProfileBox.js +1 -1
  73. package/dist/components/ProfileStat/ProfileStat.js +1 -1
  74. package/dist/components/QRCode/QRCode.js +2 -2
  75. package/dist/components/Radio/Radio.js +1 -1
  76. package/dist/components/RefreshButton/RefreshButton.js +1 -1
  77. package/dist/components/RegisterConfirmModal/RegisterConfirmModal.js +1 -1
  78. package/dist/components/RegisterModal/RegisterModal.js +8 -8
  79. package/dist/components/RequestDataBox/RequestDataBox.js +1 -1
  80. package/dist/components/ResetConfirmModal/ResetConfirmModal.js +1 -1
  81. package/dist/components/ResetPasswordModal/ResetPasswordModal.js +6 -6
  82. package/dist/components/SEO/SEO.js +3 -3
  83. package/dist/components/Slider/Slider.js +4 -4
  84. package/dist/components/SmartLink/SmartLink.js +1 -1
  85. package/dist/components/Snackbar/Snackbar.js +1 -1
  86. package/dist/components/Snackbar/SnackbarProvider.js +1 -1
  87. package/dist/components/StepController/StepController.js +1 -1
  88. package/dist/components/StepController/StepControllerContext.js +1 -1
  89. package/dist/components/StepController/StepControllerProgress.js +1 -1
  90. package/dist/components/StepsProgress/StepIndicator.js +1 -1
  91. package/dist/components/Switch/Switch.js +1 -1
  92. package/dist/components/Tabs/Tabs.js +1 -1
  93. package/dist/components/TabsNav/TabNav.js +1 -1
  94. package/dist/components/TabsNav/TabsNav.js +1 -1
  95. package/dist/components/TaxResidenceCard/TaxResidenceCard.js +1 -1
  96. package/dist/components/TaxResidenceCard/TaxResidenceCard.styles.js +2 -2
  97. package/dist/components/TeamOverview/TeamOverview.js +1 -1
  98. package/dist/components/TermsModal/TermsModal.js +5 -5
  99. package/dist/components/Timeline/TimelineStep.js +1 -1
  100. package/dist/components/ToDoList/ToDoList.js +3 -3
  101. package/dist/components/ToDoList/ToDoListTask.js +4 -4
  102. package/dist/components/TransactionDetails/TransactionDetails.js +1 -1
  103. package/dist/components/TransactionDetails/TransactionDetails.styles.js +2 -2
  104. package/dist/components/TransactionInfo/TransactionInfo.js +1 -1
  105. package/dist/components/VerifyEmailModal/VerifyEmailModal.js +5 -5
  106. package/dist/components/headerHo/HeaderHo.js +1 -3
  107. package/dist/components/logo/Logo.js +1 -1
  108. package/dist/components/taxId/register-taxid.js +4 -4
  109. package/dist/context/Auth.js +12 -15
  110. package/dist/context/AuthContext.js +4 -4
  111. package/dist/firebase-config.js +2 -4
  112. package/dist/hooks/useNewVentureForm.js +1 -1
  113. package/dist/index.js +6 -7
  114. package/dist/manifest.json +25 -25
  115. package/dist/model/axios.js +1 -2
  116. package/dist/model/axiosPublic.js +1 -2
  117. package/dist/robots.txt +3 -3
  118. package/dist/routing/RouterWrapper.js +1 -1
  119. package/dist/runtime-config.js +1 -1
  120. package/dist/static/fonts/icomoon/icomoon.eot +0 -0
  121. package/dist/static/fonts/icomoon/icomoon.svg +52 -52
  122. package/dist/static/fonts/icomoon/icomoon.ttf +0 -0
  123. package/dist/static/fonts/icomoon/icomoon.woff +0 -0
  124. package/dist/static/fonts/icomoon/selection.json +0 -0
  125. package/dist/static/fonts/icomoon/style.css +0 -0
  126. package/dist/static/images/Glassess.svg +5 -5
  127. package/dist/static/images/add-folder-icon.svg +4 -4
  128. package/dist/static/images/arrow-down-black.svg +21 -21
  129. package/dist/static/images/check-icon.svg +3 -3
  130. package/dist/static/images/checkmark-circle-icon.svg +3 -3
  131. package/dist/static/images/close-circle-icon.svg +2 -2
  132. package/dist/static/images/copy_icon.svg +4 -4
  133. package/dist/static/images/cross-icon.svg +3 -3
  134. package/dist/static/images/currency/eth.svg +10 -10
  135. package/dist/static/images/currency/eth_logo.svg +8 -8
  136. package/dist/static/images/currency/eur.svg +3 -3
  137. package/dist/static/images/currency/usdc-logo.svg +5 -5
  138. package/dist/static/images/doc-icon.svg +3 -3
  139. package/dist/static/images/download_icon.svg +3 -3
  140. package/dist/static/images/external-link-icon.svg +3 -3
  141. package/dist/static/images/filter-icon.svg +6 -6
  142. package/dist/static/images/globe.svg +15 -15
  143. package/dist/static/images/mangopay.svg +20 -20
  144. package/dist/static/images/numbers/number_eight.svg +3 -3
  145. package/dist/static/images/numbers/number_five.svg +4 -4
  146. package/dist/static/images/numbers/number_four.svg +3 -3
  147. package/dist/static/images/numbers/number_nine.svg +4 -4
  148. package/dist/static/images/numbers/number_one.svg +4 -4
  149. package/dist/static/images/numbers/number_seven.svg +4 -4
  150. package/dist/static/images/numbers/number_six.svg +4 -4
  151. package/dist/static/images/numbers/number_three.svg +3 -3
  152. package/dist/static/images/numbers/number_two.svg +4 -4
  153. package/dist/static/images/numbers/number_zero.svg +3 -3
  154. package/dist/static/images/plus-icon.svg +4 -4
  155. package/dist/static/images/prof-inv.svg +3 -3
  156. package/dist/static/images/search-icon.svg +3 -3
  157. package/dist/static/images/transfer-icon.svg +10 -10
  158. package/dist/static/images/trash.svg +16 -16
  159. package/dist/static/images/upload.svg +5 -5
  160. package/dist/static/images/warning-filled.svg +3 -3
  161. package/dist/styles/global.js +2 -2
  162. package/dist/utils/copyToClipboard.js +7 -7
  163. package/dist/utils/delete-redirect-cookie-and-navigate.js +3 -3
  164. package/dist/utils/moment.js +3 -2
  165. package/dist/utils/redirect-url.js +2 -2
  166. package/dist/utils/set-redirect-cookie.js +2 -2
  167. package/dist/utils/transition.js +1 -1
  168. package/package.json +143 -143
  169. package/dist/_virtual/Collapse.js +0 -4
  170. package/dist/_virtual/Component.js +0 -4
  171. package/dist/_virtual/Range.js +0 -4
  172. package/dist/_virtual/ResizeObserver.es.js +0 -6
  173. package/dist/_virtual/UnmountClosed.js +0 -4
  174. package/dist/_virtual/_commonjsHelpers.js +0 -38
  175. package/dist/_virtual/arrows.js +0 -4
  176. package/dist/_virtual/attributes-to-props.js +0 -4
  177. package/dist/_virtual/constants.js +0 -4
  178. package/dist/_virtual/default-props.js +0 -4
  179. package/dist/_virtual/defaultRenderElements.js +0 -4
  180. package/dist/_virtual/dom-to-react.js +0 -4
  181. package/dist/_virtual/domparser.js +0 -4
  182. package/dist/_virtual/dots.js +0 -4
  183. package/dist/_virtual/getInnerHeight.js +0 -4
  184. package/dist/_virtual/getInnerWidth.js +0 -4
  185. package/dist/_virtual/getScrollbarWidth.js +0 -4
  186. package/dist/_virtual/hoist-non-react-statics.cjs.js +0 -2
  187. package/dist/_virtual/html-to-dom.js +0 -4
  188. package/dist/_virtual/index.js +0 -5
  189. package/dist/_virtual/index10.js +0 -5
  190. package/dist/_virtual/index11.js +0 -7
  191. package/dist/_virtual/index12.js +0 -7
  192. package/dist/_virtual/index13.js +0 -7
  193. package/dist/_virtual/index14.js +0 -4
  194. package/dist/_virtual/index15.js +0 -7
  195. package/dist/_virtual/index16.js +0 -7
  196. package/dist/_virtual/index17.js +0 -7
  197. package/dist/_virtual/index18.js +0 -4
  198. package/dist/_virtual/index19.js +0 -4
  199. package/dist/_virtual/index2.js +0 -7
  200. package/dist/_virtual/index20.js +0 -4
  201. package/dist/_virtual/index21.js +0 -4
  202. package/dist/_virtual/index22.js +0 -4
  203. package/dist/_virtual/index23.js +0 -4
  204. package/dist/_virtual/index24.js +0 -4
  205. package/dist/_virtual/index25.js +0 -4
  206. package/dist/_virtual/index26.js +0 -4
  207. package/dist/_virtual/index27.js +0 -4
  208. package/dist/_virtual/index28.js +0 -4
  209. package/dist/_virtual/index29.js +0 -4
  210. package/dist/_virtual/index3.js +0 -5
  211. package/dist/_virtual/index30.js +0 -4
  212. package/dist/_virtual/index31.js +0 -4
  213. package/dist/_virtual/index4.js +0 -5
  214. package/dist/_virtual/index5.js +0 -5
  215. package/dist/_virtual/index6.js +0 -5
  216. package/dist/_virtual/index7.js +0 -7
  217. package/dist/_virtual/index8.js +0 -4
  218. package/dist/_virtual/index9.js +0 -5
  219. package/dist/_virtual/initial-state.js +0 -4
  220. package/dist/_virtual/inner-slider.js +0 -4
  221. package/dist/_virtual/innerSliderUtils.js +0 -4
  222. package/dist/_virtual/isString.js +0 -4
  223. package/dist/_virtual/node.js +0 -4
  224. package/dist/_virtual/performance-now.js +0 -4
  225. package/dist/_virtual/popper.js +0 -6
  226. package/dist/_virtual/possibleStandardNamesOptimized.js +0 -4
  227. package/dist/_virtual/react-is.development.js +0 -4
  228. package/dist/_virtual/react-is.production.min.js +0 -4
  229. package/dist/_virtual/react-table.development.js +0 -4
  230. package/dist/_virtual/react-table.production.min.js +0 -4
  231. package/dist/_virtual/react-tippy.js +0 -5
  232. package/dist/_virtual/react-tippy2.js +0 -4
  233. package/dist/_virtual/returnFalse.js +0 -4
  234. package/dist/_virtual/slider.js +0 -4
  235. package/dist/_virtual/styles.js +0 -4
  236. package/dist/_virtual/track.js +0 -4
  237. package/dist/_virtual/types.js +0 -4
  238. package/dist/_virtual/utilities.js +0 -4
  239. package/dist/_virtual/utilities2.js +0 -4
  240. package/dist/_virtual/utilities3.js +0 -4
  241. package/dist/_virtual/utils.js +0 -4
  242. package/dist/components-library.css +0 -781
  243. package/dist/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +0 -8
  244. package/dist/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js +0 -6
  245. package/dist/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js +0 -7
  246. package/dist/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +0 -7
  247. package/dist/node_modules/@babel/runtime/helpers/esm/classCallCheck.js +0 -6
  248. package/dist/node_modules/@babel/runtime/helpers/esm/createClass.js +0 -15
  249. package/dist/node_modules/@babel/runtime/helpers/esm/createSuper.js +0 -17
  250. package/dist/node_modules/@babel/runtime/helpers/esm/defineProperty.js +0 -12
  251. package/dist/node_modules/@babel/runtime/helpers/esm/extends.js +0 -12
  252. package/dist/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +0 -8
  253. package/dist/node_modules/@babel/runtime/helpers/esm/inherits.js +0 -16
  254. package/dist/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js +0 -13
  255. package/dist/node_modules/@babel/runtime/helpers/esm/iterableToArray.js +0 -6
  256. package/dist/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js +0 -24
  257. package/dist/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js +0 -6
  258. package/dist/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js +0 -6
  259. package/dist/node_modules/@babel/runtime/helpers/esm/objectSpread2.js +0 -25
  260. package/dist/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js +0 -13
  261. package/dist/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +0 -12
  262. package/dist/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +0 -10
  263. package/dist/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +0 -8
  264. package/dist/node_modules/@babel/runtime/helpers/esm/slicedToArray.js +0 -10
  265. package/dist/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteral.js +0 -10
  266. package/dist/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js +0 -10
  267. package/dist/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +0 -14
  268. package/dist/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +0 -9
  269. package/dist/node_modules/@babel/runtime/helpers/esm/typeof.js +0 -11
  270. package/dist/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +0 -11
  271. package/dist/node_modules/@date-fns/tz/date/index.js +0 -66
  272. package/dist/node_modules/@date-fns/tz/date/mini.js +0 -124
  273. package/dist/node_modules/@date-fns/tz/tzName/index.js +0 -11
  274. package/dist/node_modules/@date-fns/tz/tzOffset/index.js +0 -28
  275. package/dist/node_modules/@emotion/cache/dist/emotion-cache.browser.esm.js +0 -345
  276. package/dist/node_modules/@emotion/hash/dist/emotion-hash.esm.js +0 -31
  277. package/dist/node_modules/@emotion/memoize/dist/emotion-memoize.esm.js +0 -10
  278. package/dist/node_modules/@emotion/react/dist/emotion-element-f0de968e.browser.esm.js +0 -84
  279. package/dist/node_modules/@emotion/react/dist/emotion-react.browser.esm.js +0 -50
  280. package/dist/node_modules/@emotion/serialize/dist/emotion-serialize.esm.js +0 -169
  281. package/dist/node_modules/@emotion/sheet/dist/emotion-sheet.esm.js +0 -83
  282. package/dist/node_modules/@emotion/unitless/dist/emotion-unitless.esm.js +0 -53
  283. package/dist/node_modules/@emotion/use-insertion-effect-with-fallbacks/dist/emotion-use-insertion-effect-with-fallbacks.browser.esm.js +0 -9
  284. package/dist/node_modules/@emotion/utils/dist/emotion-utils.browser.esm.js +0 -45
  285. package/dist/node_modules/@firebase/app/dist/esm/index.esm.js +0 -609
  286. package/dist/node_modules/@firebase/auth/dist/esm/index-36fcbc82.js +0 -5751
  287. package/dist/node_modules/@firebase/component/dist/esm/index.esm.js +0 -291
  288. package/dist/node_modules/@firebase/logger/dist/esm/index.esm.js +0 -106
  289. package/dist/node_modules/@firebase/util/dist/index.esm.js +0 -828
  290. package/dist/node_modules/@firebase/util/dist/postinstall.js +0 -4
  291. package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +0 -257
  292. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +0 -122
  293. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +0 -34
  294. package/dist/node_modules/@lottiefiles/dotlottie-react/dist/index.js +0 -53
  295. package/dist/node_modules/@lottiefiles/dotlottie-web/dist/index.js +0 -1973
  296. package/dist/node_modules/add-px-to-style/index.js +0 -48
  297. package/dist/node_modules/axios/index.js +0 -38
  298. package/dist/node_modules/axios/lib/adapters/adapters.js +0 -71
  299. package/dist/node_modules/axios/lib/adapters/fetch.js +0 -219
  300. package/dist/node_modules/axios/lib/adapters/xhr.js +0 -141
  301. package/dist/node_modules/axios/lib/axios.js +0 -50
  302. package/dist/node_modules/axios/lib/cancel/CancelToken.js +0 -99
  303. package/dist/node_modules/axios/lib/cancel/CanceledError.js +0 -20
  304. package/dist/node_modules/axios/lib/cancel/isCancel.js +0 -6
  305. package/dist/node_modules/axios/lib/core/Axios.js +0 -188
  306. package/dist/node_modules/axios/lib/core/AxiosError.js +0 -67
  307. package/dist/node_modules/axios/lib/core/AxiosHeaders.js +0 -231
  308. package/dist/node_modules/axios/lib/core/InterceptorManager.js +0 -66
  309. package/dist/node_modules/axios/lib/core/buildFullPath.js +0 -12
  310. package/dist/node_modules/axios/lib/core/dispatchRequest.js +0 -52
  311. package/dist/node_modules/axios/lib/core/mergeConfig.js +0 -88
  312. package/dist/node_modules/axios/lib/core/settle.js +0 -18
  313. package/dist/node_modules/axios/lib/core/transformData.js +0 -17
  314. package/dist/node_modules/axios/lib/defaults/index.js +0 -116
  315. package/dist/node_modules/axios/lib/defaults/transitional.js +0 -9
  316. package/dist/node_modules/axios/lib/env/data.js +0 -4
  317. package/dist/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +0 -34
  318. package/dist/node_modules/axios/lib/helpers/HttpStatusCode.js +0 -77
  319. package/dist/node_modules/axios/lib/helpers/bind.js +0 -8
  320. package/dist/node_modules/axios/lib/helpers/buildURL.js +0 -32
  321. package/dist/node_modules/axios/lib/helpers/combineURLs.js +0 -6
  322. package/dist/node_modules/axios/lib/helpers/composeSignals.js +0 -39
  323. package/dist/node_modules/axios/lib/helpers/cookies.js +0 -49
  324. package/dist/node_modules/axios/lib/helpers/formDataToJSON.js +0 -54
  325. package/dist/node_modules/axios/lib/helpers/isAbsoluteURL.js +0 -9
  326. package/dist/node_modules/axios/lib/helpers/isAxiosError.js +0 -7
  327. package/dist/node_modules/axios/lib/helpers/isURLSameOrigin.js +0 -11
  328. package/dist/node_modules/axios/lib/helpers/null.js +0 -4
  329. package/dist/node_modules/axios/lib/helpers/parseHeaders.js +0 -47
  330. package/dist/node_modules/axios/lib/helpers/parseProtocol.js +0 -7
  331. package/dist/node_modules/axios/lib/helpers/progressEventReducer.js +0 -41
  332. package/dist/node_modules/axios/lib/helpers/resolveConfig.js +0 -46
  333. package/dist/node_modules/axios/lib/helpers/speedometer.js +0 -36
  334. package/dist/node_modules/axios/lib/helpers/spread.js +0 -8
  335. package/dist/node_modules/axios/lib/helpers/throttle.js +0 -35
  336. package/dist/node_modules/axios/lib/helpers/toFormData.js +0 -117
  337. package/dist/node_modules/axios/lib/helpers/toURLEncodedForm.js +0 -18
  338. package/dist/node_modules/axios/lib/helpers/trackStream.js +0 -80
  339. package/dist/node_modules/axios/lib/helpers/validator.js +0 -67
  340. package/dist/node_modules/axios/lib/platform/browser/classes/Blob.js +0 -4
  341. package/dist/node_modules/axios/lib/platform/browser/classes/FormData.js +0 -4
  342. package/dist/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js +0 -5
  343. package/dist/node_modules/axios/lib/platform/browser/index.js +0 -15
  344. package/dist/node_modules/axios/lib/platform/common/utils.js +0 -15
  345. package/dist/node_modules/axios/lib/platform/index.js +0 -9
  346. package/dist/node_modules/axios/lib/utils.js +0 -415
  347. package/dist/node_modules/classnames/index.js +0 -61
  348. package/dist/node_modules/copy-to-clipboard/index.js +0 -101
  349. package/dist/node_modules/country-flag-icons/modules/react/3x2/index.js +0 -6570
  350. package/dist/node_modules/country-flag-icons/react/3x2/index.js +0 -269
  351. package/dist/node_modules/date-fns/_lib/addLeadingZeros.js +0 -8
  352. package/dist/node_modules/date-fns/_lib/defaultOptions.js +0 -7
  353. package/dist/node_modules/date-fns/_lib/format/formatters.js +0 -652
  354. package/dist/node_modules/date-fns/_lib/format/lightFormatters.js +0 -62
  355. package/dist/node_modules/date-fns/_lib/format/longFormatters.js +0 -58
  356. package/dist/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.js +0 -20
  357. package/dist/node_modules/date-fns/_lib/normalizeDates.js +0 -11
  358. package/dist/node_modules/date-fns/_lib/normalizeInterval.js +0 -8
  359. package/dist/node_modules/date-fns/_lib/protectedTokens.js +0 -23
  360. package/dist/node_modules/date-fns/addDays.js +0 -12
  361. package/dist/node_modules/date-fns/addMonths.js +0 -26
  362. package/dist/node_modules/date-fns/addWeeks.js +0 -7
  363. package/dist/node_modules/date-fns/addYears.js +0 -7
  364. package/dist/node_modules/date-fns/constants.js +0 -14
  365. package/dist/node_modules/date-fns/constructFrom.js +0 -11
  366. package/dist/node_modules/date-fns/differenceInCalendarDays.js +0 -19
  367. package/dist/node_modules/date-fns/differenceInCalendarMonths.js +0 -14
  368. package/dist/node_modules/date-fns/eachMonthOfInterval.js +0 -20
  369. package/dist/node_modules/date-fns/eachYearOfInterval.js +0 -20
  370. package/dist/node_modules/date-fns/endOfISOWeek.js +0 -7
  371. package/dist/node_modules/date-fns/endOfMonth.js +0 -11
  372. package/dist/node_modules/date-fns/endOfWeek.js +0 -15
  373. package/dist/node_modules/date-fns/endOfYear.js +0 -11
  374. package/dist/node_modules/date-fns/format.js +0 -77
  375. package/dist/node_modules/date-fns/getDayOfYear.js +0 -12
  376. package/dist/node_modules/date-fns/getDaysInMonth.js +0 -14
  377. package/dist/node_modules/date-fns/getDefaultOptions.js +0 -7
  378. package/dist/node_modules/date-fns/getISODay.js +0 -8
  379. package/dist/node_modules/date-fns/getISOWeek.js +0 -12
  380. package/dist/node_modules/date-fns/getISOWeekYear.js +0 -25
  381. package/dist/node_modules/date-fns/getMonth.js +0 -7
  382. package/dist/node_modules/date-fns/getWeek.js +0 -12
  383. package/dist/node_modules/date-fns/getWeekYear.js +0 -28
  384. package/dist/node_modules/date-fns/getYear.js +0 -7
  385. package/dist/node_modules/date-fns/isAfter.js +0 -7
  386. package/dist/node_modules/date-fns/isBefore.js +0 -7
  387. package/dist/node_modules/date-fns/isDate.js +0 -6
  388. package/dist/node_modules/date-fns/isSameDay.js +0 -13
  389. package/dist/node_modules/date-fns/isSameMonth.js +0 -12
  390. package/dist/node_modules/date-fns/isSameYear.js +0 -12
  391. package/dist/node_modules/date-fns/isValid.js +0 -8
  392. package/dist/node_modules/date-fns/locale/_lib/buildFormatLongFn.js +0 -10
  393. package/dist/node_modules/date-fns/locale/_lib/buildLocalizeFn.js +0 -20
  394. package/dist/node_modules/date-fns/locale/_lib/buildMatchFn.js +0 -43
  395. package/dist/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js +0 -16
  396. package/dist/node_modules/date-fns/locale/en-US/_lib/formatDistance.js +0 -85
  397. package/dist/node_modules/date-fns/locale/en-US/_lib/formatLong.js +0 -36
  398. package/dist/node_modules/date-fns/locale/en-US/_lib/formatRelative.js +0 -12
  399. package/dist/node_modules/date-fns/locale/en-US/_lib/localize.js +0 -164
  400. package/dist/node_modules/date-fns/locale/en-US/_lib/match.js +0 -122
  401. package/dist/node_modules/date-fns/locale/en-US.js +0 -20
  402. package/dist/node_modules/date-fns/max.js +0 -16
  403. package/dist/node_modules/date-fns/min.js +0 -16
  404. package/dist/node_modules/date-fns/parse/_lib/Parser.js +0 -25
  405. package/dist/node_modules/date-fns/parse/_lib/Setter.js +0 -44
  406. package/dist/node_modules/date-fns/parse/_lib/constants.js +0 -50
  407. package/dist/node_modules/date-fns/parse/_lib/parsers/AMPMMidnightParser.js +0 -44
  408. package/dist/node_modules/date-fns/parse/_lib/parsers/AMPMParser.js +0 -44
  409. package/dist/node_modules/date-fns/parse/_lib/parsers/DateParser.js +0 -64
  410. package/dist/node_modules/date-fns/parse/_lib/parsers/DayOfYearParser.js +0 -52
  411. package/dist/node_modules/date-fns/parse/_lib/parsers/DayParser.js +0 -45
  412. package/dist/node_modules/date-fns/parse/_lib/parsers/DayPeriodParser.js +0 -44
  413. package/dist/node_modules/date-fns/parse/_lib/parsers/EraParser.js +0 -30
  414. package/dist/node_modules/date-fns/parse/_lib/parsers/ExtendedYearParser.js +0 -20
  415. package/dist/node_modules/date-fns/parse/_lib/parsers/FractionOfSecondParser.js +0 -17
  416. package/dist/node_modules/date-fns/parse/_lib/parsers/Hour0To11Parser.js +0 -32
  417. package/dist/node_modules/date-fns/parse/_lib/parsers/Hour0to23Parser.js +0 -27
  418. package/dist/node_modules/date-fns/parse/_lib/parsers/Hour1To24Parser.js +0 -28
  419. package/dist/node_modules/date-fns/parse/_lib/parsers/Hour1to12Parser.js +0 -34
  420. package/dist/node_modules/date-fns/parse/_lib/parsers/ISODayParser.js +0 -106
  421. package/dist/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneParser.js +0 -43
  422. package/dist/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneWithZParser.js +0 -43
  423. package/dist/node_modules/date-fns/parse/_lib/parsers/ISOWeekParser.js +0 -43
  424. package/dist/node_modules/date-fns/parse/_lib/parsers/ISOWeekYearParser.js +0 -39
  425. package/dist/node_modules/date-fns/parse/_lib/parsers/LocalDayParser.js +0 -76
  426. package/dist/node_modules/date-fns/parse/_lib/parsers/LocalWeekParser.js +0 -42
  427. package/dist/node_modules/date-fns/parse/_lib/parsers/LocalWeekYearParser.js +0 -67
  428. package/dist/node_modules/date-fns/parse/_lib/parsers/MinuteParser.js +0 -27
  429. package/dist/node_modules/date-fns/parse/_lib/parsers/MonthParser.js +0 -73
  430. package/dist/node_modules/date-fns/parse/_lib/parsers/QuarterParser.js +0 -71
  431. package/dist/node_modules/date-fns/parse/_lib/parsers/SecondParser.js +0 -27
  432. package/dist/node_modules/date-fns/parse/_lib/parsers/StandAloneLocalDayParser.js +0 -76
  433. package/dist/node_modules/date-fns/parse/_lib/parsers/StandAloneMonthParser.js +0 -73
  434. package/dist/node_modules/date-fns/parse/_lib/parsers/StandAloneQuarterParser.js +0 -71
  435. package/dist/node_modules/date-fns/parse/_lib/parsers/TimestampMillisecondsParser.js +0 -16
  436. package/dist/node_modules/date-fns/parse/_lib/parsers/TimestampSecondsParser.js +0 -16
  437. package/dist/node_modules/date-fns/parse/_lib/parsers/YearParser.js +0 -47
  438. package/dist/node_modules/date-fns/parse/_lib/parsers.js +0 -67
  439. package/dist/node_modules/date-fns/parse/_lib/utils.js +0 -117
  440. package/dist/node_modules/date-fns/parse.js +0 -123
  441. package/dist/node_modules/date-fns/setDay.js +0 -17
  442. package/dist/node_modules/date-fns/setISODay.js +0 -12
  443. package/dist/node_modules/date-fns/setISOWeek.js +0 -11
  444. package/dist/node_modules/date-fns/setMonth.js +0 -17
  445. package/dist/node_modules/date-fns/setWeek.js +0 -11
  446. package/dist/node_modules/date-fns/setYear.js +0 -11
  447. package/dist/node_modules/date-fns/startOfDay.js +0 -9
  448. package/dist/node_modules/date-fns/startOfISOWeek.js +0 -7
  449. package/dist/node_modules/date-fns/startOfISOWeekYear.js +0 -13
  450. package/dist/node_modules/date-fns/startOfMonth.js +0 -10
  451. package/dist/node_modules/date-fns/startOfWeek.js +0 -15
  452. package/dist/node_modules/date-fns/startOfWeekYear.js +0 -17
  453. package/dist/node_modules/date-fns/startOfYear.js +0 -10
  454. package/dist/node_modules/date-fns/toDate.js +0 -7
  455. package/dist/node_modules/date-fns/transpose.js +0 -18
  456. package/dist/node_modules/date-fns-tz/dist/esm/_lib/getTimezoneOffsetInMilliseconds/index.js +0 -8
  457. package/dist/node_modules/date-fns-tz/dist/esm/_lib/newDateUTC/index.js +0 -9
  458. package/dist/node_modules/date-fns-tz/dist/esm/_lib/tzIntlTimeZoneName/index.js +0 -29
  459. package/dist/node_modules/date-fns-tz/dist/esm/_lib/tzParseTimezone/index.js +0 -89
  460. package/dist/node_modules/date-fns-tz/dist/esm/_lib/tzPattern/index.js +0 -4
  461. package/dist/node_modules/date-fns-tz/dist/esm/_lib/tzTokenizeDate/index.js +0 -81
  462. package/dist/node_modules/date-fns-tz/dist/esm/format/formatters/index.js +0 -125
  463. package/dist/node_modules/date-fns-tz/dist/esm/format/index.js +0 -24
  464. package/dist/node_modules/date-fns-tz/dist/esm/formatInTimeZone/index.js +0 -13
  465. package/dist/node_modules/date-fns-tz/dist/esm/toDate/index.js +0 -305
  466. package/dist/node_modules/date-fns-tz/dist/esm/toZonedTime/index.js +0 -14
  467. package/dist/node_modules/deepmerge/dist/es.js +0 -69
  468. package/dist/node_modules/dom-css/index.js +0 -65
  469. package/dist/node_modules/domelementtype/lib/index.js +0 -39
  470. package/dist/node_modules/domhandler/lib/index.js +0 -166
  471. package/dist/node_modules/domhandler/lib/node.js +0 -438
  472. package/dist/node_modules/dompurify/dist/purify.es.js +0 -1020
  473. package/dist/node_modules/firebase/app/dist/esm/index.esm.js +0 -20
  474. package/dist/node_modules/firebase/auth/dist/esm/index.esm.js +0 -44
  475. package/dist/node_modules/formik/dist/formik.esm.js +0 -969
  476. package/dist/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js +0 -92
  477. package/dist/node_modules/html-dom-parser/lib/client/constants.js +0 -55
  478. package/dist/node_modules/html-dom-parser/lib/client/domparser.js +0 -96
  479. package/dist/node_modules/html-dom-parser/lib/client/html-to-dom.js +0 -31
  480. package/dist/node_modules/html-dom-parser/lib/client/utilities.js +0 -96
  481. package/dist/node_modules/html-react-parser/esm/index.js +0 -5
  482. package/dist/node_modules/html-react-parser/lib/attributes-to-props.js +0 -64
  483. package/dist/node_modules/html-react-parser/lib/dom-to-react.js +0 -99
  484. package/dist/node_modules/html-react-parser/lib/index.js +0 -51
  485. package/dist/node_modules/html-react-parser/lib/utilities.js +0 -79
  486. package/dist/node_modules/idb/build/index.js +0 -69
  487. package/dist/node_modules/idb/build/wrap-idb-value.js +0 -148
  488. package/dist/node_modules/inline-style-parser/cjs/index.js +0 -142
  489. package/dist/node_modules/js-cookie/dist/js.cookie.js +0 -99
  490. package/dist/node_modules/json2mq/index.js +0 -55
  491. package/dist/node_modules/lodash-es/_DataView.js +0 -6
  492. package/dist/node_modules/lodash-es/_Hash.js +0 -21
  493. package/dist/node_modules/lodash-es/_ListCache.js +0 -21
  494. package/dist/node_modules/lodash-es/_Map.js +0 -6
  495. package/dist/node_modules/lodash-es/_MapCache.js +0 -21
  496. package/dist/node_modules/lodash-es/_Promise.js +0 -6
  497. package/dist/node_modules/lodash-es/_Set.js +0 -6
  498. package/dist/node_modules/lodash-es/_Stack.js +0 -18
  499. package/dist/node_modules/lodash-es/_Symbol.js +0 -5
  500. package/dist/node_modules/lodash-es/_Uint8Array.js +0 -5
  501. package/dist/node_modules/lodash-es/_WeakMap.js +0 -6
  502. package/dist/node_modules/lodash-es/_arrayEach.js +0 -12
  503. package/dist/node_modules/lodash-es/_arrayFilter.js +0 -13
  504. package/dist/node_modules/lodash-es/_arrayLikeKeys.js +0 -24
  505. package/dist/node_modules/lodash-es/_arrayMap.js +0 -10
  506. package/dist/node_modules/lodash-es/_arrayPush.js +0 -10
  507. package/dist/node_modules/lodash-es/_assignValue.js +0 -13
  508. package/dist/node_modules/lodash-es/_assocIndexOf.js +0 -13
  509. package/dist/node_modules/lodash-es/_baseAssign.js +0 -8
  510. package/dist/node_modules/lodash-es/_baseAssignIn.js +0 -8
  511. package/dist/node_modules/lodash-es/_baseAssignValue.js +0 -16
  512. package/dist/node_modules/lodash-es/_baseClone.js +0 -88
  513. package/dist/node_modules/lodash-es/_baseCreate.js +0 -21
  514. package/dist/node_modules/lodash-es/_baseGetAllKeys.js +0 -9
  515. package/dist/node_modules/lodash-es/_baseGetTag.js +0 -14
  516. package/dist/node_modules/lodash-es/_baseIsArguments.js +0 -9
  517. package/dist/node_modules/lodash-es/_baseIsMap.js +0 -9
  518. package/dist/node_modules/lodash-es/_baseIsNative.js +0 -22
  519. package/dist/node_modules/lodash-es/_baseIsSet.js +0 -9
  520. package/dist/node_modules/lodash-es/_baseIsTypedArray.js +0 -14
  521. package/dist/node_modules/lodash-es/_baseKeys.js +0 -19
  522. package/dist/node_modules/lodash-es/_baseKeysIn.js +0 -20
  523. package/dist/node_modules/lodash-es/_baseTimes.js +0 -10
  524. package/dist/node_modules/lodash-es/_baseToString.js +0 -21
  525. package/dist/node_modules/lodash-es/_baseUnary.js +0 -8
  526. package/dist/node_modules/lodash-es/_cloneArrayBuffer.js +0 -9
  527. package/dist/node_modules/lodash-es/_cloneBuffer.js +0 -16
  528. package/dist/node_modules/lodash-es/_cloneDataView.js +0 -8
  529. package/dist/node_modules/lodash-es/_cloneRegExp.js +0 -9
  530. package/dist/node_modules/lodash-es/_cloneSymbol.js +0 -8
  531. package/dist/node_modules/lodash-es/_cloneTypedArray.js +0 -8
  532. package/dist/node_modules/lodash-es/_copyArray.js +0 -11
  533. package/dist/node_modules/lodash-es/_copyObject.js +0 -23
  534. package/dist/node_modules/lodash-es/_copySymbols.js +0 -8
  535. package/dist/node_modules/lodash-es/_copySymbolsIn.js +0 -8
  536. package/dist/node_modules/lodash-es/_coreJsData.js +0 -5
  537. package/dist/node_modules/lodash-es/_defineProperty.js +0 -12
  538. package/dist/node_modules/lodash-es/_freeGlobal.js +0 -4
  539. package/dist/node_modules/lodash-es/_getAllKeys.js +0 -9
  540. package/dist/node_modules/lodash-es/_getAllKeysIn.js +0 -9
  541. package/dist/node_modules/lodash-es/_getMapData.js +0 -8
  542. package/dist/node_modules/lodash-es/_getNative.js +0 -9
  543. package/dist/node_modules/lodash-es/_getPrototype.js +0 -5
  544. package/dist/node_modules/lodash-es/_getRawTag.js +0 -25
  545. package/dist/node_modules/lodash-es/_getSymbols.js +0 -17
  546. package/dist/node_modules/lodash-es/_getSymbolsIn.js +0 -16
  547. package/dist/node_modules/lodash-es/_getTag.js +0 -34
  548. package/dist/node_modules/lodash-es/_getValue.js +0 -6
  549. package/dist/node_modules/lodash-es/_hashClear.js +0 -8
  550. package/dist/node_modules/lodash-es/_hashDelete.js +0 -8
  551. package/dist/node_modules/lodash-es/_hashGet.js +0 -15
  552. package/dist/node_modules/lodash-es/_hashHas.js +0 -10
  553. package/dist/node_modules/lodash-es/_hashSet.js +0 -11
  554. package/dist/node_modules/lodash-es/_initCloneArray.js +0 -13
  555. package/dist/node_modules/lodash-es/_initCloneByTag.js +0 -43
  556. package/dist/node_modules/lodash-es/_initCloneObject.js +0 -9
  557. package/dist/node_modules/lodash-es/_isIndex.js +0 -10
  558. package/dist/node_modules/lodash-es/_isKeyable.js +0 -7
  559. package/dist/node_modules/lodash-es/_isMasked.js +0 -11
  560. package/dist/node_modules/lodash-es/_isPrototype.js +0 -8
  561. package/dist/node_modules/lodash-es/_listCacheClear.js +0 -7
  562. package/dist/node_modules/lodash-es/_listCacheDelete.js +0 -20
  563. package/dist/node_modules/lodash-es/_listCacheGet.js +0 -8
  564. package/dist/node_modules/lodash-es/_listCacheHas.js +0 -7
  565. package/dist/node_modules/lodash-es/_listCacheSet.js +0 -14
  566. package/dist/node_modules/lodash-es/_mapCacheClear.js +0 -14
  567. package/dist/node_modules/lodash-es/_mapCacheDelete.js +0 -9
  568. package/dist/node_modules/lodash-es/_mapCacheGet.js +0 -7
  569. package/dist/node_modules/lodash-es/_mapCacheHas.js +0 -7
  570. package/dist/node_modules/lodash-es/_mapCacheSet.js +0 -10
  571. package/dist/node_modules/lodash-es/_memoizeCapped.js +0 -15
  572. package/dist/node_modules/lodash-es/_nativeCreate.js +0 -5
  573. package/dist/node_modules/lodash-es/_nativeKeys.js +0 -5
  574. package/dist/node_modules/lodash-es/_nativeKeysIn.js +0 -12
  575. package/dist/node_modules/lodash-es/_nodeUtil.js +0 -18
  576. package/dist/node_modules/lodash-es/_objectToString.js +0 -8
  577. package/dist/node_modules/lodash-es/_overArg.js +0 -8
  578. package/dist/node_modules/lodash-es/_root.js +0 -6
  579. package/dist/node_modules/lodash-es/_stackClear.js +0 -8
  580. package/dist/node_modules/lodash-es/_stackDelete.js +0 -8
  581. package/dist/node_modules/lodash-es/_stackGet.js +0 -6
  582. package/dist/node_modules/lodash-es/_stackHas.js +0 -6
  583. package/dist/node_modules/lodash-es/_stackSet.js +0 -22
  584. package/dist/node_modules/lodash-es/_stringToPath.js +0 -16
  585. package/dist/node_modules/lodash-es/_toKey.js +0 -11
  586. package/dist/node_modules/lodash-es/_toSource.js +0 -18
  587. package/dist/node_modules/lodash-es/clone.js +0 -8
  588. package/dist/node_modules/lodash-es/cloneDeep.js +0 -8
  589. package/dist/node_modules/lodash-es/eq.js +0 -6
  590. package/dist/node_modules/lodash-es/isArguments.js +0 -13
  591. package/dist/node_modules/lodash-es/isArray.js +0 -4
  592. package/dist/node_modules/lodash-es/isArrayLike.js +0 -8
  593. package/dist/node_modules/lodash-es/isBuffer.js +0 -11
  594. package/dist/node_modules/lodash-es/isFunction.js +0 -13
  595. package/dist/node_modules/lodash-es/isLength.js +0 -7
  596. package/dist/node_modules/lodash-es/isMap.js +0 -8
  597. package/dist/node_modules/lodash-es/isObject.js +0 -7
  598. package/dist/node_modules/lodash-es/isObjectLike.js +0 -6
  599. package/dist/node_modules/lodash-es/isPlainObject.js +0 -22
  600. package/dist/node_modules/lodash-es/isSet.js +0 -8
  601. package/dist/node_modules/lodash-es/isSymbol.js +0 -9
  602. package/dist/node_modules/lodash-es/isTypedArray.js +0 -8
  603. package/dist/node_modules/lodash-es/keys.js +0 -9
  604. package/dist/node_modules/lodash-es/keysIn.js +0 -9
  605. package/dist/node_modules/lodash-es/memoize.js +0 -22
  606. package/dist/node_modules/lodash-es/stubArray.js +0 -6
  607. package/dist/node_modules/lodash-es/stubFalse.js +0 -6
  608. package/dist/node_modules/lodash-es/toPath.js +0 -16
  609. package/dist/node_modules/lodash-es/toString.js +0 -7
  610. package/dist/node_modules/lodash.debounce/index.js +0 -137
  611. package/dist/node_modules/memoize-one/dist/memoize-one.esm.js +0 -52
  612. package/dist/node_modules/mixpanel-browser/dist/mixpanel.module.js +0 -25533
  613. package/dist/node_modules/object-assign/index.js +0 -73
  614. package/dist/node_modules/performance-now/lib/performance-now.js +0 -42
  615. package/dist/node_modules/popper.js/dist/esm/popper.js +0 -1516
  616. package/dist/node_modules/prefix-style/index.js +0 -29
  617. package/dist/node_modules/prop-types/checkPropTypes.js +0 -68
  618. package/dist/node_modules/prop-types/factoryWithThrowingShims.js +0 -58
  619. package/dist/node_modules/prop-types/factoryWithTypeCheckers.js +0 -451
  620. package/dist/node_modules/prop-types/index.js +0 -20
  621. package/dist/node_modules/prop-types/lib/ReactPropTypesSecret.js +0 -12
  622. package/dist/node_modules/prop-types/lib/has.js +0 -11
  623. package/dist/node_modules/property-expr/index.js +0 -105
  624. package/dist/node_modules/qrcode.react/lib/esm/index.js +0 -1099
  625. package/dist/node_modules/raf/index.js +0 -67
  626. package/dist/node_modules/react-collapse/lib/Collapse.js +0 -285
  627. package/dist/node_modules/react-collapse/lib/UnmountClosed.js +0 -278
  628. package/dist/node_modules/react-collapse/lib/index.js +0 -17
  629. package/dist/node_modules/react-copy-to-clipboard/lib/Component.js +0 -209
  630. package/dist/node_modules/react-copy-to-clipboard/lib/index.js +0 -14
  631. package/dist/node_modules/react-custom-scrollbars-4/lib/Scrollbars/defaultRenderElements.js +0 -85
  632. package/dist/node_modules/react-custom-scrollbars-4/lib/Scrollbars/index.js +0 -706
  633. package/dist/node_modules/react-custom-scrollbars-4/lib/Scrollbars/styles.js +0 -67
  634. package/dist/node_modules/react-custom-scrollbars-4/lib/index.js +0 -24
  635. package/dist/node_modules/react-custom-scrollbars-4/lib/utils/getInnerHeight.js +0 -21
  636. package/dist/node_modules/react-custom-scrollbars-4/lib/utils/getInnerWidth.js +0 -21
  637. package/dist/node_modules/react-custom-scrollbars-4/lib/utils/getScrollbarWidth.js +0 -44
  638. package/dist/node_modules/react-custom-scrollbars-4/lib/utils/isString.js +0 -19
  639. package/dist/node_modules/react-custom-scrollbars-4/lib/utils/returnFalse.js +0 -19
  640. package/dist/node_modules/react-day-picker/dist/esm/DayPicker.js +0 -325
  641. package/dist/node_modules/react-day-picker/dist/esm/UI.js +0 -59
  642. package/dist/node_modules/react-day-picker/dist/esm/classes/CalendarDay.js +0 -25
  643. package/dist/node_modules/react-day-picker/dist/esm/classes/CalendarMonth.js +0 -9
  644. package/dist/node_modules/react-day-picker/dist/esm/classes/CalendarWeek.js +0 -9
  645. package/dist/node_modules/react-day-picker/dist/esm/classes/DateLib.js +0 -282
  646. package/dist/node_modules/react-day-picker/dist/esm/components/Button.js +0 -7
  647. package/dist/node_modules/react-day-picker/dist/esm/components/CaptionLabel.js +0 -7
  648. package/dist/node_modules/react-day-picker/dist/esm/components/Chevron.js +0 -18
  649. package/dist/node_modules/react-day-picker/dist/esm/components/Day.js +0 -8
  650. package/dist/node_modules/react-day-picker/dist/esm/components/DayButton.js +0 -13
  651. package/dist/node_modules/react-day-picker/dist/esm/components/Dropdown.js +0 -21
  652. package/dist/node_modules/react-day-picker/dist/esm/components/DropdownNav.js +0 -7
  653. package/dist/node_modules/react-day-picker/dist/esm/components/Footer.js +0 -7
  654. package/dist/node_modules/react-day-picker/dist/esm/components/Month.js +0 -8
  655. package/dist/node_modules/react-day-picker/dist/esm/components/MonthCaption.js +0 -8
  656. package/dist/node_modules/react-day-picker/dist/esm/components/MonthGrid.js +0 -7
  657. package/dist/node_modules/react-day-picker/dist/esm/components/Months.js +0 -7
  658. package/dist/node_modules/react-day-picker/dist/esm/components/MonthsDropdown.js +0 -9
  659. package/dist/node_modules/react-day-picker/dist/esm/components/Nav.js +0 -34
  660. package/dist/node_modules/react-day-picker/dist/esm/components/NextMonthButton.js +0 -9
  661. package/dist/node_modules/react-day-picker/dist/esm/components/Option.js +0 -7
  662. package/dist/node_modules/react-day-picker/dist/esm/components/PreviousMonthButton.js +0 -9
  663. package/dist/node_modules/react-day-picker/dist/esm/components/Root.js +0 -8
  664. package/dist/node_modules/react-day-picker/dist/esm/components/Select.js +0 -7
  665. package/dist/node_modules/react-day-picker/dist/esm/components/Week.js +0 -8
  666. package/dist/node_modules/react-day-picker/dist/esm/components/WeekNumber.js +0 -8
  667. package/dist/node_modules/react-day-picker/dist/esm/components/WeekNumberHeader.js +0 -7
  668. package/dist/node_modules/react-day-picker/dist/esm/components/Weekday.js +0 -7
  669. package/dist/node_modules/react-day-picker/dist/esm/components/Weekdays.js +0 -11
  670. package/dist/node_modules/react-day-picker/dist/esm/components/Weeks.js +0 -7
  671. package/dist/node_modules/react-day-picker/dist/esm/components/YearsDropdown.js +0 -9
  672. package/dist/node_modules/react-day-picker/dist/esm/components/custom-components.js +0 -54
  673. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatCaption.js +0 -10
  674. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatDay.js +0 -7
  675. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatMonthDropdown.js +0 -7
  676. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatWeekNumber.js +0 -10
  677. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatWeekNumberHeader.js +0 -6
  678. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatWeekdayName.js +0 -7
  679. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatYearDropdown.js +0 -9
  680. package/dist/node_modules/react-day-picker/dist/esm/formatters/index.js +0 -18
  681. package/dist/node_modules/react-day-picker/dist/esm/helpers/calculateFocusTarget.js +0 -40
  682. package/dist/node_modules/react-day-picker/dist/esm/helpers/createGetModifiers.js +0 -72
  683. package/dist/node_modules/react-day-picker/dist/esm/helpers/endOfBroadcastWeek.js +0 -11
  684. package/dist/node_modules/react-day-picker/dist/esm/helpers/getBroadcastWeeksInMonth.js +0 -13
  685. package/dist/node_modules/react-day-picker/dist/esm/helpers/getClassNamesForModifiers.js +0 -17
  686. package/dist/node_modules/react-day-picker/dist/esm/helpers/getComponents.js +0 -10
  687. package/dist/node_modules/react-day-picker/dist/esm/helpers/getDataAttributes.js +0 -19
  688. package/dist/node_modules/react-day-picker/dist/esm/helpers/getDates.js +0 -30
  689. package/dist/node_modules/react-day-picker/dist/esm/helpers/getDays.js +0 -12
  690. package/dist/node_modules/react-day-picker/dist/esm/helpers/getDefaultClassNames.js +0 -20
  691. package/dist/node_modules/react-day-picker/dist/esm/helpers/getDisplayMonths.js +0 -15
  692. package/dist/node_modules/react-day-picker/dist/esm/helpers/getFocusableDate.js +0 -22
  693. package/dist/node_modules/react-day-picker/dist/esm/helpers/getFormatters.js +0 -16
  694. package/dist/node_modules/react-day-picker/dist/esm/helpers/getInitialMonth.js +0 -16
  695. package/dist/node_modules/react-day-picker/dist/esm/helpers/getLabels.js +0 -41
  696. package/dist/node_modules/react-day-picker/dist/esm/helpers/getMonthOptions.js +0 -17
  697. package/dist/node_modules/react-day-picker/dist/esm/helpers/getMonths.js +0 -43
  698. package/dist/node_modules/react-day-picker/dist/esm/helpers/getNavMonth.js +0 -39
  699. package/dist/node_modules/react-day-picker/dist/esm/helpers/getNextFocus.js +0 -20
  700. package/dist/node_modules/react-day-picker/dist/esm/helpers/getNextMonth.js +0 -20
  701. package/dist/node_modules/react-day-picker/dist/esm/helpers/getPreviousMonth.js +0 -20
  702. package/dist/node_modules/react-day-picker/dist/esm/helpers/getStyleForModifiers.js +0 -14
  703. package/dist/node_modules/react-day-picker/dist/esm/helpers/getWeekdays.js +0 -13
  704. package/dist/node_modules/react-day-picker/dist/esm/helpers/getWeeks.js +0 -9
  705. package/dist/node_modules/react-day-picker/dist/esm/helpers/getYearOptions.js +0 -23
  706. package/dist/node_modules/react-day-picker/dist/esm/helpers/startOfBroadcastWeek.js +0 -14
  707. package/dist/node_modules/react-day-picker/dist/esm/helpers/useControlledValue.js +0 -9
  708. package/dist/node_modules/react-day-picker/dist/esm/labels/index.js +0 -26
  709. package/dist/node_modules/react-day-picker/dist/esm/labels/labelDayButton.js +0 -14
  710. package/dist/node_modules/react-day-picker/dist/esm/labels/labelGrid.js +0 -10
  711. package/dist/node_modules/react-day-picker/dist/esm/labels/labelGridcell.js +0 -11
  712. package/dist/node_modules/react-day-picker/dist/esm/labels/labelMonthDropdown.js +0 -6
  713. package/dist/node_modules/react-day-picker/dist/esm/labels/labelNav.js +0 -6
  714. package/dist/node_modules/react-day-picker/dist/esm/labels/labelNext.js +0 -7
  715. package/dist/node_modules/react-day-picker/dist/esm/labels/labelPrevious.js +0 -6
  716. package/dist/node_modules/react-day-picker/dist/esm/labels/labelWeekNumber.js +0 -6
  717. package/dist/node_modules/react-day-picker/dist/esm/labels/labelWeekNumberHeader.js +0 -6
  718. package/dist/node_modules/react-day-picker/dist/esm/labels/labelWeekday.js +0 -7
  719. package/dist/node_modules/react-day-picker/dist/esm/labels/labelYearDropdown.js +0 -6
  720. package/dist/node_modules/react-day-picker/dist/esm/locale/en-US.js +0 -62
  721. package/dist/node_modules/react-day-picker/dist/esm/noonDateLib.js +0 -145
  722. package/dist/node_modules/react-day-picker/dist/esm/selection/useMulti.js +0 -42
  723. package/dist/node_modules/react-day-picker/dist/esm/selection/useRange.js +0 -33
  724. package/dist/node_modules/react-day-picker/dist/esm/selection/useSingle.js +0 -33
  725. package/dist/node_modules/react-day-picker/dist/esm/useAnimation.js +0 -128
  726. package/dist/node_modules/react-day-picker/dist/esm/useCalendar.js +0 -100
  727. package/dist/node_modules/react-day-picker/dist/esm/useDayPicker.js +0 -13
  728. package/dist/node_modules/react-day-picker/dist/esm/useFocus.js +0 -42
  729. package/dist/node_modules/react-day-picker/dist/esm/useSelection.js +0 -21
  730. package/dist/node_modules/react-day-picker/dist/esm/utils/addToRange.js +0 -55
  731. package/dist/node_modules/react-day-picker/dist/esm/utils/convertMatchersToTimeZone.js +0 -53
  732. package/dist/node_modules/react-day-picker/dist/esm/utils/dateMatchModifiers.js +0 -52
  733. package/dist/node_modules/react-day-picker/dist/esm/utils/rangeContainsDayOfWeek.js +0 -17
  734. package/dist/node_modules/react-day-picker/dist/esm/utils/rangeContainsModifiers.js +0 -61
  735. package/dist/node_modules/react-day-picker/dist/esm/utils/rangeIncludesDate.js +0 -23
  736. package/dist/node_modules/react-day-picker/dist/esm/utils/rangeOverlaps.js +0 -8
  737. package/dist/node_modules/react-day-picker/dist/esm/utils/toTimeZone.js +0 -11
  738. package/dist/node_modules/react-day-picker/dist/esm/utils/typeguards.js +0 -26
  739. package/dist/node_modules/react-fast-compare/index.js +0 -63
  740. package/dist/node_modules/react-helmet/es/Helmet.js +0 -717
  741. package/dist/node_modules/react-helmet/node_modules/react-fast-compare/index.js +0 -81
  742. package/dist/node_modules/react-intersection-observer/dist/index.js +0 -178
  743. package/dist/node_modules/react-is/cjs/react-is.development.js +0 -157
  744. package/dist/node_modules/react-is/cjs/react-is.production.min.js +0 -98
  745. package/dist/node_modules/react-is/index.js +0 -17
  746. package/dist/node_modules/react-otp-input/lib/index.esm.js +0 -168
  747. package/dist/node_modules/react-portal/es/LegacyPortal.js +0 -91
  748. package/dist/node_modules/react-portal/es/Portal.js +0 -74
  749. package/dist/node_modules/react-portal/es/PortalCompat.js +0 -12
  750. package/dist/node_modules/react-portal/es/utils.js +0 -4
  751. package/dist/node_modules/react-property/lib/index.js +0 -471
  752. package/dist/node_modules/react-property/lib/possibleStandardNamesOptimized.js +0 -499
  753. package/dist/node_modules/react-range/lib/Range.js +0 -592
  754. package/dist/node_modules/react-range/lib/index.js +0 -39
  755. package/dist/node_modules/react-range/lib/types.js +0 -19
  756. package/dist/node_modules/react-range/lib/utils.js +0 -318
  757. package/dist/node_modules/react-select/creatable/dist/react-select-creatable.esm.js +0 -19
  758. package/dist/node_modules/react-select/dist/Select-ef7c0426.esm.js +0 -2317
  759. package/dist/node_modules/react-select/dist/index-641ee5b8.esm.js +0 -1071
  760. package/dist/node_modules/react-select/dist/react-select.esm.js +0 -20
  761. package/dist/node_modules/react-select/dist/useCreatable-09aaeb9a.esm.js +0 -75
  762. package/dist/node_modules/react-select/dist/useStateManager-7e1e8489.esm.js +0 -51
  763. package/dist/node_modules/react-side-effect/lib/index.js +0 -105
  764. package/dist/node_modules/react-slick/lib/arrows.js +0 -248
  765. package/dist/node_modules/react-slick/lib/default-props.js +0 -85
  766. package/dist/node_modules/react-slick/lib/dots.js +0 -192
  767. package/dist/node_modules/react-slick/lib/index.js +0 -22
  768. package/dist/node_modules/react-slick/lib/initial-state.js +0 -48
  769. package/dist/node_modules/react-slick/lib/inner-slider.js +0 -810
  770. package/dist/node_modules/react-slick/lib/slider.js +0 -333
  771. package/dist/node_modules/react-slick/lib/track.js +0 -330
  772. package/dist/node_modules/react-slick/lib/utils/innerSliderUtils.js +0 -730
  773. package/dist/node_modules/react-table/dist/react-table.development.js +0 -3684
  774. package/dist/node_modules/react-table/dist/react-table.production.min.js +0 -1637
  775. package/dist/node_modules/react-table/index.js +0 -17
  776. package/dist/node_modules/react-tippy/dist/react-tippy.js +0 -1981
  777. package/dist/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.js +0 -495
  778. package/dist/node_modules/string-convert/camel2hyphen.js +0 -16
  779. package/dist/node_modules/style-to-js/cjs/index.js +0 -31
  780. package/dist/node_modules/style-to-js/cjs/utilities.js +0 -42
  781. package/dist/node_modules/style-to-object/cjs/index.js +0 -38
  782. package/dist/node_modules/stylis/src/Enum.js +0 -20
  783. package/dist/node_modules/stylis/src/Middleware.js +0 -22
  784. package/dist/node_modules/stylis/src/Parser.js +0 -157
  785. package/dist/node_modules/stylis/src/Serializer.js +0 -29
  786. package/dist/node_modules/stylis/src/Tokenizer.js +0 -160
  787. package/dist/node_modules/stylis/src/Utility.js +0 -52
  788. package/dist/node_modules/tiny-case/index.js +0 -33
  789. package/dist/node_modules/tiny-warning/dist/tiny-warning.esm.js +0 -16
  790. package/dist/node_modules/to-camel-case/index.js +0 -18
  791. package/dist/node_modules/to-no-case/index.js +0 -32
  792. package/dist/node_modules/to-space-case/index.js +0 -18
  793. package/dist/node_modules/toggle-selection/index.js +0 -42
  794. package/dist/node_modules/toposort/index.js +0 -79
  795. package/dist/node_modules/use-isomorphic-layout-effect/dist/use-isomorphic-layout-effect.browser.esm.js +0 -5
  796. package/dist/node_modules/yup/index.esm.js +0 -1921
@@ -1,1020 +0,0 @@
1
- const {
2
- entries,
3
- setPrototypeOf,
4
- isFrozen,
5
- getPrototypeOf,
6
- getOwnPropertyDescriptor
7
- } = Object;
8
- let {
9
- freeze,
10
- seal,
11
- create
12
- } = Object;
13
- let {
14
- apply,
15
- construct
16
- } = typeof Reflect !== "undefined" && Reflect;
17
- if (!freeze) {
18
- freeze = function freeze2(x) {
19
- return x;
20
- };
21
- }
22
- if (!seal) {
23
- seal = function seal2(x) {
24
- return x;
25
- };
26
- }
27
- if (!apply) {
28
- apply = function apply2(func, thisArg) {
29
- for (var _len = arguments.length, args = new Array(_len > 2 ? _len - 2 : 0), _key = 2; _key < _len; _key++) {
30
- args[_key - 2] = arguments[_key];
31
- }
32
- return func.apply(thisArg, args);
33
- };
34
- }
35
- if (!construct) {
36
- construct = function construct2(Func) {
37
- for (var _len2 = arguments.length, args = new Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++) {
38
- args[_key2 - 1] = arguments[_key2];
39
- }
40
- return new Func(...args);
41
- };
42
- }
43
- const arrayForEach = unapply(Array.prototype.forEach);
44
- const arrayLastIndexOf = unapply(Array.prototype.lastIndexOf);
45
- const arrayPop = unapply(Array.prototype.pop);
46
- const arrayPush = unapply(Array.prototype.push);
47
- const arraySplice = unapply(Array.prototype.splice);
48
- const stringToLowerCase = unapply(String.prototype.toLowerCase);
49
- const stringToString = unapply(String.prototype.toString);
50
- const stringMatch = unapply(String.prototype.match);
51
- const stringReplace = unapply(String.prototype.replace);
52
- const stringIndexOf = unapply(String.prototype.indexOf);
53
- const stringTrim = unapply(String.prototype.trim);
54
- const objectHasOwnProperty = unapply(Object.prototype.hasOwnProperty);
55
- const regExpTest = unapply(RegExp.prototype.test);
56
- const typeErrorCreate = unconstruct(TypeError);
57
- function unapply(func) {
58
- return function(thisArg) {
59
- if (thisArg instanceof RegExp) {
60
- thisArg.lastIndex = 0;
61
- }
62
- for (var _len3 = arguments.length, args = new Array(_len3 > 1 ? _len3 - 1 : 0), _key3 = 1; _key3 < _len3; _key3++) {
63
- args[_key3 - 1] = arguments[_key3];
64
- }
65
- return apply(func, thisArg, args);
66
- };
67
- }
68
- function unconstruct(Func) {
69
- return function() {
70
- for (var _len4 = arguments.length, args = new Array(_len4), _key4 = 0; _key4 < _len4; _key4++) {
71
- args[_key4] = arguments[_key4];
72
- }
73
- return construct(Func, args);
74
- };
75
- }
76
- function addToSet(set, array) {
77
- let transformCaseFunc = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : stringToLowerCase;
78
- if (setPrototypeOf) {
79
- setPrototypeOf(set, null);
80
- }
81
- let l = array.length;
82
- while (l--) {
83
- let element = array[l];
84
- if (typeof element === "string") {
85
- const lcElement = transformCaseFunc(element);
86
- if (lcElement !== element) {
87
- if (!isFrozen(array)) {
88
- array[l] = lcElement;
89
- }
90
- element = lcElement;
91
- }
92
- }
93
- set[element] = true;
94
- }
95
- return set;
96
- }
97
- function cleanArray(array) {
98
- for (let index = 0; index < array.length; index++) {
99
- const isPropertyExist = objectHasOwnProperty(array, index);
100
- if (!isPropertyExist) {
101
- array[index] = null;
102
- }
103
- }
104
- return array;
105
- }
106
- function clone(object) {
107
- const newObject = create(null);
108
- for (const [property, value] of entries(object)) {
109
- const isPropertyExist = objectHasOwnProperty(object, property);
110
- if (isPropertyExist) {
111
- if (Array.isArray(value)) {
112
- newObject[property] = cleanArray(value);
113
- } else if (value && typeof value === "object" && value.constructor === Object) {
114
- newObject[property] = clone(value);
115
- } else {
116
- newObject[property] = value;
117
- }
118
- }
119
- }
120
- return newObject;
121
- }
122
- function lookupGetter(object, prop) {
123
- while (object !== null) {
124
- const desc = getOwnPropertyDescriptor(object, prop);
125
- if (desc) {
126
- if (desc.get) {
127
- return unapply(desc.get);
128
- }
129
- if (typeof desc.value === "function") {
130
- return unapply(desc.value);
131
- }
132
- }
133
- object = getPrototypeOf(object);
134
- }
135
- function fallbackValue() {
136
- return null;
137
- }
138
- return fallbackValue;
139
- }
140
- const html$1 = freeze(["a", "abbr", "acronym", "address", "area", "article", "aside", "audio", "b", "bdi", "bdo", "big", "blink", "blockquote", "body", "br", "button", "canvas", "caption", "center", "cite", "code", "col", "colgroup", "content", "data", "datalist", "dd", "decorator", "del", "details", "dfn", "dialog", "dir", "div", "dl", "dt", "element", "em", "fieldset", "figcaption", "figure", "font", "footer", "form", "h1", "h2", "h3", "h4", "h5", "h6", "head", "header", "hgroup", "hr", "html", "i", "img", "input", "ins", "kbd", "label", "legend", "li", "main", "map", "mark", "marquee", "menu", "menuitem", "meter", "nav", "nobr", "ol", "optgroup", "option", "output", "p", "picture", "pre", "progress", "q", "rp", "rt", "ruby", "s", "samp", "search", "section", "select", "shadow", "slot", "small", "source", "spacer", "span", "strike", "strong", "style", "sub", "summary", "sup", "table", "tbody", "td", "template", "textarea", "tfoot", "th", "thead", "time", "tr", "track", "tt", "u", "ul", "var", "video", "wbr"]);
141
- const svg$1 = freeze(["svg", "a", "altglyph", "altglyphdef", "altglyphitem", "animatecolor", "animatemotion", "animatetransform", "circle", "clippath", "defs", "desc", "ellipse", "enterkeyhint", "exportparts", "filter", "font", "g", "glyph", "glyphref", "hkern", "image", "inputmode", "line", "lineargradient", "marker", "mask", "metadata", "mpath", "part", "path", "pattern", "polygon", "polyline", "radialgradient", "rect", "stop", "style", "switch", "symbol", "text", "textpath", "title", "tref", "tspan", "view", "vkern"]);
142
- const svgFilters = freeze(["feBlend", "feColorMatrix", "feComponentTransfer", "feComposite", "feConvolveMatrix", "feDiffuseLighting", "feDisplacementMap", "feDistantLight", "feDropShadow", "feFlood", "feFuncA", "feFuncB", "feFuncG", "feFuncR", "feGaussianBlur", "feImage", "feMerge", "feMergeNode", "feMorphology", "feOffset", "fePointLight", "feSpecularLighting", "feSpotLight", "feTile", "feTurbulence"]);
143
- const svgDisallowed = freeze(["animate", "color-profile", "cursor", "discard", "font-face", "font-face-format", "font-face-name", "font-face-src", "font-face-uri", "foreignobject", "hatch", "hatchpath", "mesh", "meshgradient", "meshpatch", "meshrow", "missing-glyph", "script", "set", "solidcolor", "unknown", "use"]);
144
- const mathMl$1 = freeze(["math", "menclose", "merror", "mfenced", "mfrac", "mglyph", "mi", "mlabeledtr", "mmultiscripts", "mn", "mo", "mover", "mpadded", "mphantom", "mroot", "mrow", "ms", "mspace", "msqrt", "mstyle", "msub", "msup", "msubsup", "mtable", "mtd", "mtext", "mtr", "munder", "munderover", "mprescripts"]);
145
- const mathMlDisallowed = freeze(["maction", "maligngroup", "malignmark", "mlongdiv", "mscarries", "mscarry", "msgroup", "mstack", "msline", "msrow", "semantics", "annotation", "annotation-xml", "mprescripts", "none"]);
146
- const text = freeze(["#text"]);
147
- const html = freeze(["accept", "action", "align", "alt", "autocapitalize", "autocomplete", "autopictureinpicture", "autoplay", "background", "bgcolor", "border", "capture", "cellpadding", "cellspacing", "checked", "cite", "class", "clear", "color", "cols", "colspan", "controls", "controlslist", "coords", "crossorigin", "datetime", "decoding", "default", "dir", "disabled", "disablepictureinpicture", "disableremoteplayback", "download", "draggable", "enctype", "enterkeyhint", "exportparts", "face", "for", "headers", "height", "hidden", "high", "href", "hreflang", "id", "inert", "inputmode", "integrity", "ismap", "kind", "label", "lang", "list", "loading", "loop", "low", "max", "maxlength", "media", "method", "min", "minlength", "multiple", "muted", "name", "nonce", "noshade", "novalidate", "nowrap", "open", "optimum", "part", "pattern", "placeholder", "playsinline", "popover", "popovertarget", "popovertargetaction", "poster", "preload", "pubdate", "radiogroup", "readonly", "rel", "required", "rev", "reversed", "role", "rows", "rowspan", "spellcheck", "scope", "selected", "shape", "size", "sizes", "slot", "span", "srclang", "start", "src", "srcset", "step", "style", "summary", "tabindex", "title", "translate", "type", "usemap", "valign", "value", "width", "wrap", "xmlns", "slot"]);
148
- const svg = freeze(["accent-height", "accumulate", "additive", "alignment-baseline", "amplitude", "ascent", "attributename", "attributetype", "azimuth", "basefrequency", "baseline-shift", "begin", "bias", "by", "class", "clip", "clippathunits", "clip-path", "clip-rule", "color", "color-interpolation", "color-interpolation-filters", "color-profile", "color-rendering", "cx", "cy", "d", "dx", "dy", "diffuseconstant", "direction", "display", "divisor", "dur", "edgemode", "elevation", "end", "exponent", "fill", "fill-opacity", "fill-rule", "filter", "filterunits", "flood-color", "flood-opacity", "font-family", "font-size", "font-size-adjust", "font-stretch", "font-style", "font-variant", "font-weight", "fx", "fy", "g1", "g2", "glyph-name", "glyphref", "gradientunits", "gradienttransform", "height", "href", "id", "image-rendering", "in", "in2", "intercept", "k", "k1", "k2", "k3", "k4", "kerning", "keypoints", "keysplines", "keytimes", "lang", "lengthadjust", "letter-spacing", "kernelmatrix", "kernelunitlength", "lighting-color", "local", "marker-end", "marker-mid", "marker-start", "markerheight", "markerunits", "markerwidth", "maskcontentunits", "maskunits", "max", "mask", "mask-type", "media", "method", "mode", "min", "name", "numoctaves", "offset", "operator", "opacity", "order", "orient", "orientation", "origin", "overflow", "paint-order", "path", "pathlength", "patterncontentunits", "patterntransform", "patternunits", "points", "preservealpha", "preserveaspectratio", "primitiveunits", "r", "rx", "ry", "radius", "refx", "refy", "repeatcount", "repeatdur", "restart", "result", "rotate", "scale", "seed", "shape-rendering", "slope", "specularconstant", "specularexponent", "spreadmethod", "startoffset", "stddeviation", "stitchtiles", "stop-color", "stop-opacity", "stroke-dasharray", "stroke-dashoffset", "stroke-linecap", "stroke-linejoin", "stroke-miterlimit", "stroke-opacity", "stroke", "stroke-width", "style", "surfacescale", "systemlanguage", "tabindex", "tablevalues", "targetx", "targety", "transform", "transform-origin", "text-anchor", "text-decoration", "text-rendering", "textlength", "type", "u1", "u2", "unicode", "values", "viewbox", "visibility", "version", "vert-adv-y", "vert-origin-x", "vert-origin-y", "width", "word-spacing", "wrap", "writing-mode", "xchannelselector", "ychannelselector", "x", "x1", "x2", "xmlns", "y", "y1", "y2", "z", "zoomandpan"]);
149
- const mathMl = freeze(["accent", "accentunder", "align", "bevelled", "close", "columnsalign", "columnlines", "columnspan", "denomalign", "depth", "dir", "display", "displaystyle", "encoding", "fence", "frame", "height", "href", "id", "largeop", "length", "linethickness", "lspace", "lquote", "mathbackground", "mathcolor", "mathsize", "mathvariant", "maxsize", "minsize", "movablelimits", "notation", "numalign", "open", "rowalign", "rowlines", "rowspacing", "rowspan", "rspace", "rquote", "scriptlevel", "scriptminsize", "scriptsizemultiplier", "selection", "separator", "separators", "stretchy", "subscriptshift", "supscriptshift", "symmetric", "voffset", "width", "xmlns"]);
150
- const xml = freeze(["xlink:href", "xml:id", "xlink:title", "xml:space", "xmlns:xlink"]);
151
- const MUSTACHE_EXPR = seal(/\{\{[\w\W]*|[\w\W]*\}\}/gm);
152
- const ERB_EXPR = seal(/<%[\w\W]*|[\w\W]*%>/gm);
153
- const TMPLIT_EXPR = seal(/\$\{[\w\W]*/gm);
154
- const DATA_ATTR = seal(/^data-[\-\w.\u00B7-\uFFFF]+$/);
155
- const ARIA_ATTR = seal(/^aria-[\-\w]+$/);
156
- const IS_ALLOWED_URI = seal(
157
- /^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i
158
- // eslint-disable-line no-useless-escape
159
- );
160
- const IS_SCRIPT_OR_DATA = seal(/^(?:\w+script|data):/i);
161
- const ATTR_WHITESPACE = seal(
162
- /[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g
163
- // eslint-disable-line no-control-regex
164
- );
165
- const DOCTYPE_NAME = seal(/^html$/i);
166
- const CUSTOM_ELEMENT = seal(/^[a-z][.\w]*(-[.\w]+)+$/i);
167
- var EXPRESSIONS = /* @__PURE__ */ Object.freeze({
168
- __proto__: null,
169
- ARIA_ATTR,
170
- ATTR_WHITESPACE,
171
- CUSTOM_ELEMENT,
172
- DATA_ATTR,
173
- DOCTYPE_NAME,
174
- ERB_EXPR,
175
- IS_ALLOWED_URI,
176
- IS_SCRIPT_OR_DATA,
177
- MUSTACHE_EXPR,
178
- TMPLIT_EXPR
179
- });
180
- const NODE_TYPE = {
181
- element: 1,
182
- text: 3,
183
- // Deprecated
184
- progressingInstruction: 7,
185
- comment: 8,
186
- document: 9
187
- };
188
- const getGlobal = function getGlobal2() {
189
- return typeof window === "undefined" ? null : window;
190
- };
191
- const _createTrustedTypesPolicy = function _createTrustedTypesPolicy2(trustedTypes, purifyHostElement) {
192
- if (typeof trustedTypes !== "object" || typeof trustedTypes.createPolicy !== "function") {
193
- return null;
194
- }
195
- let suffix = null;
196
- const ATTR_NAME = "data-tt-policy-suffix";
197
- if (purifyHostElement && purifyHostElement.hasAttribute(ATTR_NAME)) {
198
- suffix = purifyHostElement.getAttribute(ATTR_NAME);
199
- }
200
- const policyName = "dompurify" + (suffix ? "#" + suffix : "");
201
- try {
202
- return trustedTypes.createPolicy(policyName, {
203
- createHTML(html2) {
204
- return html2;
205
- },
206
- createScriptURL(scriptUrl) {
207
- return scriptUrl;
208
- }
209
- });
210
- } catch (_) {
211
- console.warn("TrustedTypes policy " + policyName + " could not be created.");
212
- return null;
213
- }
214
- };
215
- const _createHooksMap = function _createHooksMap2() {
216
- return {
217
- afterSanitizeAttributes: [],
218
- afterSanitizeElements: [],
219
- afterSanitizeShadowDOM: [],
220
- beforeSanitizeAttributes: [],
221
- beforeSanitizeElements: [],
222
- beforeSanitizeShadowDOM: [],
223
- uponSanitizeAttribute: [],
224
- uponSanitizeElement: [],
225
- uponSanitizeShadowNode: []
226
- };
227
- };
228
- function createDOMPurify() {
229
- let window2 = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : getGlobal();
230
- const DOMPurify = (root) => createDOMPurify(root);
231
- DOMPurify.version = "3.3.3";
232
- DOMPurify.removed = [];
233
- if (!window2 || !window2.document || window2.document.nodeType !== NODE_TYPE.document || !window2.Element) {
234
- DOMPurify.isSupported = false;
235
- return DOMPurify;
236
- }
237
- let {
238
- document
239
- } = window2;
240
- const originalDocument = document;
241
- const currentScript = originalDocument.currentScript;
242
- const {
243
- DocumentFragment,
244
- HTMLTemplateElement,
245
- Node,
246
- Element,
247
- NodeFilter,
248
- NamedNodeMap = window2.NamedNodeMap || window2.MozNamedAttrMap,
249
- HTMLFormElement,
250
- DOMParser,
251
- trustedTypes
252
- } = window2;
253
- const ElementPrototype = Element.prototype;
254
- const cloneNode = lookupGetter(ElementPrototype, "cloneNode");
255
- const remove = lookupGetter(ElementPrototype, "remove");
256
- const getNextSibling = lookupGetter(ElementPrototype, "nextSibling");
257
- const getChildNodes = lookupGetter(ElementPrototype, "childNodes");
258
- const getParentNode = lookupGetter(ElementPrototype, "parentNode");
259
- if (typeof HTMLTemplateElement === "function") {
260
- const template = document.createElement("template");
261
- if (template.content && template.content.ownerDocument) {
262
- document = template.content.ownerDocument;
263
- }
264
- }
265
- let trustedTypesPolicy;
266
- let emptyHTML = "";
267
- const {
268
- implementation,
269
- createNodeIterator,
270
- createDocumentFragment,
271
- getElementsByTagName
272
- } = document;
273
- const {
274
- importNode
275
- } = originalDocument;
276
- let hooks = _createHooksMap();
277
- DOMPurify.isSupported = typeof entries === "function" && typeof getParentNode === "function" && implementation && implementation.createHTMLDocument !== void 0;
278
- const {
279
- MUSTACHE_EXPR: MUSTACHE_EXPR2,
280
- ERB_EXPR: ERB_EXPR2,
281
- TMPLIT_EXPR: TMPLIT_EXPR2,
282
- DATA_ATTR: DATA_ATTR2,
283
- ARIA_ATTR: ARIA_ATTR2,
284
- IS_SCRIPT_OR_DATA: IS_SCRIPT_OR_DATA2,
285
- ATTR_WHITESPACE: ATTR_WHITESPACE2,
286
- CUSTOM_ELEMENT: CUSTOM_ELEMENT2
287
- } = EXPRESSIONS;
288
- let {
289
- IS_ALLOWED_URI: IS_ALLOWED_URI$1
290
- } = EXPRESSIONS;
291
- let ALLOWED_TAGS = null;
292
- const DEFAULT_ALLOWED_TAGS = addToSet({}, [...html$1, ...svg$1, ...svgFilters, ...mathMl$1, ...text]);
293
- let ALLOWED_ATTR = null;
294
- const DEFAULT_ALLOWED_ATTR = addToSet({}, [...html, ...svg, ...mathMl, ...xml]);
295
- let CUSTOM_ELEMENT_HANDLING = Object.seal(create(null, {
296
- tagNameCheck: {
297
- writable: true,
298
- configurable: false,
299
- enumerable: true,
300
- value: null
301
- },
302
- attributeNameCheck: {
303
- writable: true,
304
- configurable: false,
305
- enumerable: true,
306
- value: null
307
- },
308
- allowCustomizedBuiltInElements: {
309
- writable: true,
310
- configurable: false,
311
- enumerable: true,
312
- value: false
313
- }
314
- }));
315
- let FORBID_TAGS = null;
316
- let FORBID_ATTR = null;
317
- const EXTRA_ELEMENT_HANDLING = Object.seal(create(null, {
318
- tagCheck: {
319
- writable: true,
320
- configurable: false,
321
- enumerable: true,
322
- value: null
323
- },
324
- attributeCheck: {
325
- writable: true,
326
- configurable: false,
327
- enumerable: true,
328
- value: null
329
- }
330
- }));
331
- let ALLOW_ARIA_ATTR = true;
332
- let ALLOW_DATA_ATTR = true;
333
- let ALLOW_UNKNOWN_PROTOCOLS = false;
334
- let ALLOW_SELF_CLOSE_IN_ATTR = true;
335
- let SAFE_FOR_TEMPLATES = false;
336
- let SAFE_FOR_XML = true;
337
- let WHOLE_DOCUMENT = false;
338
- let SET_CONFIG = false;
339
- let FORCE_BODY = false;
340
- let RETURN_DOM = false;
341
- let RETURN_DOM_FRAGMENT = false;
342
- let RETURN_TRUSTED_TYPE = false;
343
- let SANITIZE_DOM = true;
344
- let SANITIZE_NAMED_PROPS = false;
345
- const SANITIZE_NAMED_PROPS_PREFIX = "user-content-";
346
- let KEEP_CONTENT = true;
347
- let IN_PLACE = false;
348
- let USE_PROFILES = {};
349
- let FORBID_CONTENTS = null;
350
- const DEFAULT_FORBID_CONTENTS = addToSet({}, ["annotation-xml", "audio", "colgroup", "desc", "foreignobject", "head", "iframe", "math", "mi", "mn", "mo", "ms", "mtext", "noembed", "noframes", "noscript", "plaintext", "script", "style", "svg", "template", "thead", "title", "video", "xmp"]);
351
- let DATA_URI_TAGS = null;
352
- const DEFAULT_DATA_URI_TAGS = addToSet({}, ["audio", "video", "img", "source", "image", "track"]);
353
- let URI_SAFE_ATTRIBUTES = null;
354
- const DEFAULT_URI_SAFE_ATTRIBUTES = addToSet({}, ["alt", "class", "for", "id", "label", "name", "pattern", "placeholder", "role", "summary", "title", "value", "style", "xmlns"]);
355
- const MATHML_NAMESPACE = "http://www.w3.org/1998/Math/MathML";
356
- const SVG_NAMESPACE = "http://www.w3.org/2000/svg";
357
- const HTML_NAMESPACE = "http://www.w3.org/1999/xhtml";
358
- let NAMESPACE = HTML_NAMESPACE;
359
- let IS_EMPTY_INPUT = false;
360
- let ALLOWED_NAMESPACES = null;
361
- const DEFAULT_ALLOWED_NAMESPACES = addToSet({}, [MATHML_NAMESPACE, SVG_NAMESPACE, HTML_NAMESPACE], stringToString);
362
- let MATHML_TEXT_INTEGRATION_POINTS = addToSet({}, ["mi", "mo", "mn", "ms", "mtext"]);
363
- let HTML_INTEGRATION_POINTS = addToSet({}, ["annotation-xml"]);
364
- const COMMON_SVG_AND_HTML_ELEMENTS = addToSet({}, ["title", "style", "font", "a", "script"]);
365
- let PARSER_MEDIA_TYPE = null;
366
- const SUPPORTED_PARSER_MEDIA_TYPES = ["application/xhtml+xml", "text/html"];
367
- const DEFAULT_PARSER_MEDIA_TYPE = "text/html";
368
- let transformCaseFunc = null;
369
- let CONFIG = null;
370
- const formElement = document.createElement("form");
371
- const isRegexOrFunction = function isRegexOrFunction2(testValue) {
372
- return testValue instanceof RegExp || testValue instanceof Function;
373
- };
374
- const _parseConfig = function _parseConfig2() {
375
- let cfg = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
376
- if (CONFIG && CONFIG === cfg) {
377
- return;
378
- }
379
- if (!cfg || typeof cfg !== "object") {
380
- cfg = {};
381
- }
382
- cfg = clone(cfg);
383
- PARSER_MEDIA_TYPE = // eslint-disable-next-line unicorn/prefer-includes
384
- SUPPORTED_PARSER_MEDIA_TYPES.indexOf(cfg.PARSER_MEDIA_TYPE) === -1 ? DEFAULT_PARSER_MEDIA_TYPE : cfg.PARSER_MEDIA_TYPE;
385
- transformCaseFunc = PARSER_MEDIA_TYPE === "application/xhtml+xml" ? stringToString : stringToLowerCase;
386
- ALLOWED_TAGS = objectHasOwnProperty(cfg, "ALLOWED_TAGS") ? addToSet({}, cfg.ALLOWED_TAGS, transformCaseFunc) : DEFAULT_ALLOWED_TAGS;
387
- ALLOWED_ATTR = objectHasOwnProperty(cfg, "ALLOWED_ATTR") ? addToSet({}, cfg.ALLOWED_ATTR, transformCaseFunc) : DEFAULT_ALLOWED_ATTR;
388
- ALLOWED_NAMESPACES = objectHasOwnProperty(cfg, "ALLOWED_NAMESPACES") ? addToSet({}, cfg.ALLOWED_NAMESPACES, stringToString) : DEFAULT_ALLOWED_NAMESPACES;
389
- URI_SAFE_ATTRIBUTES = objectHasOwnProperty(cfg, "ADD_URI_SAFE_ATTR") ? addToSet(clone(DEFAULT_URI_SAFE_ATTRIBUTES), cfg.ADD_URI_SAFE_ATTR, transformCaseFunc) : DEFAULT_URI_SAFE_ATTRIBUTES;
390
- DATA_URI_TAGS = objectHasOwnProperty(cfg, "ADD_DATA_URI_TAGS") ? addToSet(clone(DEFAULT_DATA_URI_TAGS), cfg.ADD_DATA_URI_TAGS, transformCaseFunc) : DEFAULT_DATA_URI_TAGS;
391
- FORBID_CONTENTS = objectHasOwnProperty(cfg, "FORBID_CONTENTS") ? addToSet({}, cfg.FORBID_CONTENTS, transformCaseFunc) : DEFAULT_FORBID_CONTENTS;
392
- FORBID_TAGS = objectHasOwnProperty(cfg, "FORBID_TAGS") ? addToSet({}, cfg.FORBID_TAGS, transformCaseFunc) : clone({});
393
- FORBID_ATTR = objectHasOwnProperty(cfg, "FORBID_ATTR") ? addToSet({}, cfg.FORBID_ATTR, transformCaseFunc) : clone({});
394
- USE_PROFILES = objectHasOwnProperty(cfg, "USE_PROFILES") ? cfg.USE_PROFILES : false;
395
- ALLOW_ARIA_ATTR = cfg.ALLOW_ARIA_ATTR !== false;
396
- ALLOW_DATA_ATTR = cfg.ALLOW_DATA_ATTR !== false;
397
- ALLOW_UNKNOWN_PROTOCOLS = cfg.ALLOW_UNKNOWN_PROTOCOLS || false;
398
- ALLOW_SELF_CLOSE_IN_ATTR = cfg.ALLOW_SELF_CLOSE_IN_ATTR !== false;
399
- SAFE_FOR_TEMPLATES = cfg.SAFE_FOR_TEMPLATES || false;
400
- SAFE_FOR_XML = cfg.SAFE_FOR_XML !== false;
401
- WHOLE_DOCUMENT = cfg.WHOLE_DOCUMENT || false;
402
- RETURN_DOM = cfg.RETURN_DOM || false;
403
- RETURN_DOM_FRAGMENT = cfg.RETURN_DOM_FRAGMENT || false;
404
- RETURN_TRUSTED_TYPE = cfg.RETURN_TRUSTED_TYPE || false;
405
- FORCE_BODY = cfg.FORCE_BODY || false;
406
- SANITIZE_DOM = cfg.SANITIZE_DOM !== false;
407
- SANITIZE_NAMED_PROPS = cfg.SANITIZE_NAMED_PROPS || false;
408
- KEEP_CONTENT = cfg.KEEP_CONTENT !== false;
409
- IN_PLACE = cfg.IN_PLACE || false;
410
- IS_ALLOWED_URI$1 = cfg.ALLOWED_URI_REGEXP || IS_ALLOWED_URI;
411
- NAMESPACE = cfg.NAMESPACE || HTML_NAMESPACE;
412
- MATHML_TEXT_INTEGRATION_POINTS = cfg.MATHML_TEXT_INTEGRATION_POINTS || MATHML_TEXT_INTEGRATION_POINTS;
413
- HTML_INTEGRATION_POINTS = cfg.HTML_INTEGRATION_POINTS || HTML_INTEGRATION_POINTS;
414
- CUSTOM_ELEMENT_HANDLING = cfg.CUSTOM_ELEMENT_HANDLING || {};
415
- if (cfg.CUSTOM_ELEMENT_HANDLING && isRegexOrFunction(cfg.CUSTOM_ELEMENT_HANDLING.tagNameCheck)) {
416
- CUSTOM_ELEMENT_HANDLING.tagNameCheck = cfg.CUSTOM_ELEMENT_HANDLING.tagNameCheck;
417
- }
418
- if (cfg.CUSTOM_ELEMENT_HANDLING && isRegexOrFunction(cfg.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)) {
419
- CUSTOM_ELEMENT_HANDLING.attributeNameCheck = cfg.CUSTOM_ELEMENT_HANDLING.attributeNameCheck;
420
- }
421
- if (cfg.CUSTOM_ELEMENT_HANDLING && typeof cfg.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements === "boolean") {
422
- CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements = cfg.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements;
423
- }
424
- if (SAFE_FOR_TEMPLATES) {
425
- ALLOW_DATA_ATTR = false;
426
- }
427
- if (RETURN_DOM_FRAGMENT) {
428
- RETURN_DOM = true;
429
- }
430
- if (USE_PROFILES) {
431
- ALLOWED_TAGS = addToSet({}, text);
432
- ALLOWED_ATTR = create(null);
433
- if (USE_PROFILES.html === true) {
434
- addToSet(ALLOWED_TAGS, html$1);
435
- addToSet(ALLOWED_ATTR, html);
436
- }
437
- if (USE_PROFILES.svg === true) {
438
- addToSet(ALLOWED_TAGS, svg$1);
439
- addToSet(ALLOWED_ATTR, svg);
440
- addToSet(ALLOWED_ATTR, xml);
441
- }
442
- if (USE_PROFILES.svgFilters === true) {
443
- addToSet(ALLOWED_TAGS, svgFilters);
444
- addToSet(ALLOWED_ATTR, svg);
445
- addToSet(ALLOWED_ATTR, xml);
446
- }
447
- if (USE_PROFILES.mathMl === true) {
448
- addToSet(ALLOWED_TAGS, mathMl$1);
449
- addToSet(ALLOWED_ATTR, mathMl);
450
- addToSet(ALLOWED_ATTR, xml);
451
- }
452
- }
453
- if (!objectHasOwnProperty(cfg, "ADD_TAGS")) {
454
- EXTRA_ELEMENT_HANDLING.tagCheck = null;
455
- }
456
- if (!objectHasOwnProperty(cfg, "ADD_ATTR")) {
457
- EXTRA_ELEMENT_HANDLING.attributeCheck = null;
458
- }
459
- if (cfg.ADD_TAGS) {
460
- if (typeof cfg.ADD_TAGS === "function") {
461
- EXTRA_ELEMENT_HANDLING.tagCheck = cfg.ADD_TAGS;
462
- } else {
463
- if (ALLOWED_TAGS === DEFAULT_ALLOWED_TAGS) {
464
- ALLOWED_TAGS = clone(ALLOWED_TAGS);
465
- }
466
- addToSet(ALLOWED_TAGS, cfg.ADD_TAGS, transformCaseFunc);
467
- }
468
- }
469
- if (cfg.ADD_ATTR) {
470
- if (typeof cfg.ADD_ATTR === "function") {
471
- EXTRA_ELEMENT_HANDLING.attributeCheck = cfg.ADD_ATTR;
472
- } else {
473
- if (ALLOWED_ATTR === DEFAULT_ALLOWED_ATTR) {
474
- ALLOWED_ATTR = clone(ALLOWED_ATTR);
475
- }
476
- addToSet(ALLOWED_ATTR, cfg.ADD_ATTR, transformCaseFunc);
477
- }
478
- }
479
- if (cfg.ADD_URI_SAFE_ATTR) {
480
- addToSet(URI_SAFE_ATTRIBUTES, cfg.ADD_URI_SAFE_ATTR, transformCaseFunc);
481
- }
482
- if (cfg.FORBID_CONTENTS) {
483
- if (FORBID_CONTENTS === DEFAULT_FORBID_CONTENTS) {
484
- FORBID_CONTENTS = clone(FORBID_CONTENTS);
485
- }
486
- addToSet(FORBID_CONTENTS, cfg.FORBID_CONTENTS, transformCaseFunc);
487
- }
488
- if (cfg.ADD_FORBID_CONTENTS) {
489
- if (FORBID_CONTENTS === DEFAULT_FORBID_CONTENTS) {
490
- FORBID_CONTENTS = clone(FORBID_CONTENTS);
491
- }
492
- addToSet(FORBID_CONTENTS, cfg.ADD_FORBID_CONTENTS, transformCaseFunc);
493
- }
494
- if (KEEP_CONTENT) {
495
- ALLOWED_TAGS["#text"] = true;
496
- }
497
- if (WHOLE_DOCUMENT) {
498
- addToSet(ALLOWED_TAGS, ["html", "head", "body"]);
499
- }
500
- if (ALLOWED_TAGS.table) {
501
- addToSet(ALLOWED_TAGS, ["tbody"]);
502
- delete FORBID_TAGS.tbody;
503
- }
504
- if (cfg.TRUSTED_TYPES_POLICY) {
505
- if (typeof cfg.TRUSTED_TYPES_POLICY.createHTML !== "function") {
506
- throw typeErrorCreate('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');
507
- }
508
- if (typeof cfg.TRUSTED_TYPES_POLICY.createScriptURL !== "function") {
509
- throw typeErrorCreate('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');
510
- }
511
- trustedTypesPolicy = cfg.TRUSTED_TYPES_POLICY;
512
- emptyHTML = trustedTypesPolicy.createHTML("");
513
- } else {
514
- if (trustedTypesPolicy === void 0) {
515
- trustedTypesPolicy = _createTrustedTypesPolicy(trustedTypes, currentScript);
516
- }
517
- if (trustedTypesPolicy !== null && typeof emptyHTML === "string") {
518
- emptyHTML = trustedTypesPolicy.createHTML("");
519
- }
520
- }
521
- if (freeze) {
522
- freeze(cfg);
523
- }
524
- CONFIG = cfg;
525
- };
526
- const ALL_SVG_TAGS = addToSet({}, [...svg$1, ...svgFilters, ...svgDisallowed]);
527
- const ALL_MATHML_TAGS = addToSet({}, [...mathMl$1, ...mathMlDisallowed]);
528
- const _checkValidNamespace = function _checkValidNamespace2(element) {
529
- let parent = getParentNode(element);
530
- if (!parent || !parent.tagName) {
531
- parent = {
532
- namespaceURI: NAMESPACE,
533
- tagName: "template"
534
- };
535
- }
536
- const tagName = stringToLowerCase(element.tagName);
537
- const parentTagName = stringToLowerCase(parent.tagName);
538
- if (!ALLOWED_NAMESPACES[element.namespaceURI]) {
539
- return false;
540
- }
541
- if (element.namespaceURI === SVG_NAMESPACE) {
542
- if (parent.namespaceURI === HTML_NAMESPACE) {
543
- return tagName === "svg";
544
- }
545
- if (parent.namespaceURI === MATHML_NAMESPACE) {
546
- return tagName === "svg" && (parentTagName === "annotation-xml" || MATHML_TEXT_INTEGRATION_POINTS[parentTagName]);
547
- }
548
- return Boolean(ALL_SVG_TAGS[tagName]);
549
- }
550
- if (element.namespaceURI === MATHML_NAMESPACE) {
551
- if (parent.namespaceURI === HTML_NAMESPACE) {
552
- return tagName === "math";
553
- }
554
- if (parent.namespaceURI === SVG_NAMESPACE) {
555
- return tagName === "math" && HTML_INTEGRATION_POINTS[parentTagName];
556
- }
557
- return Boolean(ALL_MATHML_TAGS[tagName]);
558
- }
559
- if (element.namespaceURI === HTML_NAMESPACE) {
560
- if (parent.namespaceURI === SVG_NAMESPACE && !HTML_INTEGRATION_POINTS[parentTagName]) {
561
- return false;
562
- }
563
- if (parent.namespaceURI === MATHML_NAMESPACE && !MATHML_TEXT_INTEGRATION_POINTS[parentTagName]) {
564
- return false;
565
- }
566
- return !ALL_MATHML_TAGS[tagName] && (COMMON_SVG_AND_HTML_ELEMENTS[tagName] || !ALL_SVG_TAGS[tagName]);
567
- }
568
- if (PARSER_MEDIA_TYPE === "application/xhtml+xml" && ALLOWED_NAMESPACES[element.namespaceURI]) {
569
- return true;
570
- }
571
- return false;
572
- };
573
- const _forceRemove = function _forceRemove2(node) {
574
- arrayPush(DOMPurify.removed, {
575
- element: node
576
- });
577
- try {
578
- getParentNode(node).removeChild(node);
579
- } catch (_) {
580
- remove(node);
581
- }
582
- };
583
- const _removeAttribute = function _removeAttribute2(name, element) {
584
- try {
585
- arrayPush(DOMPurify.removed, {
586
- attribute: element.getAttributeNode(name),
587
- from: element
588
- });
589
- } catch (_) {
590
- arrayPush(DOMPurify.removed, {
591
- attribute: null,
592
- from: element
593
- });
594
- }
595
- element.removeAttribute(name);
596
- if (name === "is") {
597
- if (RETURN_DOM || RETURN_DOM_FRAGMENT) {
598
- try {
599
- _forceRemove(element);
600
- } catch (_) {
601
- }
602
- } else {
603
- try {
604
- element.setAttribute(name, "");
605
- } catch (_) {
606
- }
607
- }
608
- }
609
- };
610
- const _initDocument = function _initDocument2(dirty) {
611
- let doc = null;
612
- let leadingWhitespace = null;
613
- if (FORCE_BODY) {
614
- dirty = "<remove></remove>" + dirty;
615
- } else {
616
- const matches = stringMatch(dirty, /^[\r\n\t ]+/);
617
- leadingWhitespace = matches && matches[0];
618
- }
619
- if (PARSER_MEDIA_TYPE === "application/xhtml+xml" && NAMESPACE === HTML_NAMESPACE) {
620
- dirty = '<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>' + dirty + "</body></html>";
621
- }
622
- const dirtyPayload = trustedTypesPolicy ? trustedTypesPolicy.createHTML(dirty) : dirty;
623
- if (NAMESPACE === HTML_NAMESPACE) {
624
- try {
625
- doc = new DOMParser().parseFromString(dirtyPayload, PARSER_MEDIA_TYPE);
626
- } catch (_) {
627
- }
628
- }
629
- if (!doc || !doc.documentElement) {
630
- doc = implementation.createDocument(NAMESPACE, "template", null);
631
- try {
632
- doc.documentElement.innerHTML = IS_EMPTY_INPUT ? emptyHTML : dirtyPayload;
633
- } catch (_) {
634
- }
635
- }
636
- const body = doc.body || doc.documentElement;
637
- if (dirty && leadingWhitespace) {
638
- body.insertBefore(document.createTextNode(leadingWhitespace), body.childNodes[0] || null);
639
- }
640
- if (NAMESPACE === HTML_NAMESPACE) {
641
- return getElementsByTagName.call(doc, WHOLE_DOCUMENT ? "html" : "body")[0];
642
- }
643
- return WHOLE_DOCUMENT ? doc.documentElement : body;
644
- };
645
- const _createNodeIterator = function _createNodeIterator2(root) {
646
- return createNodeIterator.call(
647
- root.ownerDocument || root,
648
- root,
649
- // eslint-disable-next-line no-bitwise
650
- NodeFilter.SHOW_ELEMENT | NodeFilter.SHOW_COMMENT | NodeFilter.SHOW_TEXT | NodeFilter.SHOW_PROCESSING_INSTRUCTION | NodeFilter.SHOW_CDATA_SECTION,
651
- null
652
- );
653
- };
654
- const _isClobbered = function _isClobbered2(element) {
655
- return element instanceof HTMLFormElement && (typeof element.nodeName !== "string" || typeof element.textContent !== "string" || typeof element.removeChild !== "function" || !(element.attributes instanceof NamedNodeMap) || typeof element.removeAttribute !== "function" || typeof element.setAttribute !== "function" || typeof element.namespaceURI !== "string" || typeof element.insertBefore !== "function" || typeof element.hasChildNodes !== "function");
656
- };
657
- const _isNode = function _isNode2(value) {
658
- return typeof Node === "function" && value instanceof Node;
659
- };
660
- function _executeHooks(hooks2, currentNode, data) {
661
- arrayForEach(hooks2, (hook) => {
662
- hook.call(DOMPurify, currentNode, data, CONFIG);
663
- });
664
- }
665
- const _sanitizeElements = function _sanitizeElements2(currentNode) {
666
- let content = null;
667
- _executeHooks(hooks.beforeSanitizeElements, currentNode, null);
668
- if (_isClobbered(currentNode)) {
669
- _forceRemove(currentNode);
670
- return true;
671
- }
672
- const tagName = transformCaseFunc(currentNode.nodeName);
673
- _executeHooks(hooks.uponSanitizeElement, currentNode, {
674
- tagName,
675
- allowedTags: ALLOWED_TAGS
676
- });
677
- if (SAFE_FOR_XML && currentNode.hasChildNodes() && !_isNode(currentNode.firstElementChild) && regExpTest(/<[/\w!]/g, currentNode.innerHTML) && regExpTest(/<[/\w!]/g, currentNode.textContent)) {
678
- _forceRemove(currentNode);
679
- return true;
680
- }
681
- if (currentNode.nodeType === NODE_TYPE.progressingInstruction) {
682
- _forceRemove(currentNode);
683
- return true;
684
- }
685
- if (SAFE_FOR_XML && currentNode.nodeType === NODE_TYPE.comment && regExpTest(/<[/\w]/g, currentNode.data)) {
686
- _forceRemove(currentNode);
687
- return true;
688
- }
689
- if (!(EXTRA_ELEMENT_HANDLING.tagCheck instanceof Function && EXTRA_ELEMENT_HANDLING.tagCheck(tagName)) && (!ALLOWED_TAGS[tagName] || FORBID_TAGS[tagName])) {
690
- if (!FORBID_TAGS[tagName] && _isBasicCustomElement(tagName)) {
691
- if (CUSTOM_ELEMENT_HANDLING.tagNameCheck instanceof RegExp && regExpTest(CUSTOM_ELEMENT_HANDLING.tagNameCheck, tagName)) {
692
- return false;
693
- }
694
- if (CUSTOM_ELEMENT_HANDLING.tagNameCheck instanceof Function && CUSTOM_ELEMENT_HANDLING.tagNameCheck(tagName)) {
695
- return false;
696
- }
697
- }
698
- if (KEEP_CONTENT && !FORBID_CONTENTS[tagName]) {
699
- const parentNode = getParentNode(currentNode) || currentNode.parentNode;
700
- const childNodes = getChildNodes(currentNode) || currentNode.childNodes;
701
- if (childNodes && parentNode) {
702
- const childCount = childNodes.length;
703
- for (let i = childCount - 1; i >= 0; --i) {
704
- const childClone = cloneNode(childNodes[i], true);
705
- childClone.__removalCount = (currentNode.__removalCount || 0) + 1;
706
- parentNode.insertBefore(childClone, getNextSibling(currentNode));
707
- }
708
- }
709
- }
710
- _forceRemove(currentNode);
711
- return true;
712
- }
713
- if (currentNode instanceof Element && !_checkValidNamespace(currentNode)) {
714
- _forceRemove(currentNode);
715
- return true;
716
- }
717
- if ((tagName === "noscript" || tagName === "noembed" || tagName === "noframes") && regExpTest(/<\/no(script|embed|frames)/i, currentNode.innerHTML)) {
718
- _forceRemove(currentNode);
719
- return true;
720
- }
721
- if (SAFE_FOR_TEMPLATES && currentNode.nodeType === NODE_TYPE.text) {
722
- content = currentNode.textContent;
723
- arrayForEach([MUSTACHE_EXPR2, ERB_EXPR2, TMPLIT_EXPR2], (expr) => {
724
- content = stringReplace(content, expr, " ");
725
- });
726
- if (currentNode.textContent !== content) {
727
- arrayPush(DOMPurify.removed, {
728
- element: currentNode.cloneNode()
729
- });
730
- currentNode.textContent = content;
731
- }
732
- }
733
- _executeHooks(hooks.afterSanitizeElements, currentNode, null);
734
- return false;
735
- };
736
- const _isValidAttribute = function _isValidAttribute2(lcTag, lcName, value) {
737
- if (FORBID_ATTR[lcName]) {
738
- return false;
739
- }
740
- if (SANITIZE_DOM && (lcName === "id" || lcName === "name") && (value in document || value in formElement)) {
741
- return false;
742
- }
743
- if (ALLOW_DATA_ATTR && !FORBID_ATTR[lcName] && regExpTest(DATA_ATTR2, lcName)) ;
744
- else if (ALLOW_ARIA_ATTR && regExpTest(ARIA_ATTR2, lcName)) ;
745
- else if (EXTRA_ELEMENT_HANDLING.attributeCheck instanceof Function && EXTRA_ELEMENT_HANDLING.attributeCheck(lcName, lcTag)) ;
746
- else if (!ALLOWED_ATTR[lcName] || FORBID_ATTR[lcName]) {
747
- if (
748
- // First condition does a very basic check if a) it's basically a valid custom element tagname AND
749
- // b) if the tagName passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.tagNameCheck
750
- // and c) if the attribute name passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.attributeNameCheck
751
- _isBasicCustomElement(lcTag) && (CUSTOM_ELEMENT_HANDLING.tagNameCheck instanceof RegExp && regExpTest(CUSTOM_ELEMENT_HANDLING.tagNameCheck, lcTag) || CUSTOM_ELEMENT_HANDLING.tagNameCheck instanceof Function && CUSTOM_ELEMENT_HANDLING.tagNameCheck(lcTag)) && (CUSTOM_ELEMENT_HANDLING.attributeNameCheck instanceof RegExp && regExpTest(CUSTOM_ELEMENT_HANDLING.attributeNameCheck, lcName) || CUSTOM_ELEMENT_HANDLING.attributeNameCheck instanceof Function && CUSTOM_ELEMENT_HANDLING.attributeNameCheck(lcName, lcTag)) || // Alternative, second condition checks if it's an `is`-attribute, AND
752
- // the value passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.tagNameCheck
753
- lcName === "is" && CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements && (CUSTOM_ELEMENT_HANDLING.tagNameCheck instanceof RegExp && regExpTest(CUSTOM_ELEMENT_HANDLING.tagNameCheck, value) || CUSTOM_ELEMENT_HANDLING.tagNameCheck instanceof Function && CUSTOM_ELEMENT_HANDLING.tagNameCheck(value))
754
- ) ;
755
- else {
756
- return false;
757
- }
758
- } else if (URI_SAFE_ATTRIBUTES[lcName]) ;
759
- else if (regExpTest(IS_ALLOWED_URI$1, stringReplace(value, ATTR_WHITESPACE2, ""))) ;
760
- else if ((lcName === "src" || lcName === "xlink:href" || lcName === "href") && lcTag !== "script" && stringIndexOf(value, "data:") === 0 && DATA_URI_TAGS[lcTag]) ;
761
- else if (ALLOW_UNKNOWN_PROTOCOLS && !regExpTest(IS_SCRIPT_OR_DATA2, stringReplace(value, ATTR_WHITESPACE2, ""))) ;
762
- else if (value) {
763
- return false;
764
- } else ;
765
- return true;
766
- };
767
- const _isBasicCustomElement = function _isBasicCustomElement2(tagName) {
768
- return tagName !== "annotation-xml" && stringMatch(tagName, CUSTOM_ELEMENT2);
769
- };
770
- const _sanitizeAttributes = function _sanitizeAttributes2(currentNode) {
771
- _executeHooks(hooks.beforeSanitizeAttributes, currentNode, null);
772
- const {
773
- attributes
774
- } = currentNode;
775
- if (!attributes || _isClobbered(currentNode)) {
776
- return;
777
- }
778
- const hookEvent = {
779
- attrName: "",
780
- attrValue: "",
781
- keepAttr: true,
782
- allowedAttributes: ALLOWED_ATTR,
783
- forceKeepAttr: void 0
784
- };
785
- let l = attributes.length;
786
- while (l--) {
787
- const attr = attributes[l];
788
- const {
789
- name,
790
- namespaceURI,
791
- value: attrValue
792
- } = attr;
793
- const lcName = transformCaseFunc(name);
794
- const initValue = attrValue;
795
- let value = name === "value" ? initValue : stringTrim(initValue);
796
- hookEvent.attrName = lcName;
797
- hookEvent.attrValue = value;
798
- hookEvent.keepAttr = true;
799
- hookEvent.forceKeepAttr = void 0;
800
- _executeHooks(hooks.uponSanitizeAttribute, currentNode, hookEvent);
801
- value = hookEvent.attrValue;
802
- if (SANITIZE_NAMED_PROPS && (lcName === "id" || lcName === "name")) {
803
- _removeAttribute(name, currentNode);
804
- value = SANITIZE_NAMED_PROPS_PREFIX + value;
805
- }
806
- if (SAFE_FOR_XML && regExpTest(/((--!?|])>)|<\/(style|script|title|xmp|textarea|noscript|iframe|noembed|noframes)/i, value)) {
807
- _removeAttribute(name, currentNode);
808
- continue;
809
- }
810
- if (lcName === "attributename" && stringMatch(value, "href")) {
811
- _removeAttribute(name, currentNode);
812
- continue;
813
- }
814
- if (hookEvent.forceKeepAttr) {
815
- continue;
816
- }
817
- if (!hookEvent.keepAttr) {
818
- _removeAttribute(name, currentNode);
819
- continue;
820
- }
821
- if (!ALLOW_SELF_CLOSE_IN_ATTR && regExpTest(/\/>/i, value)) {
822
- _removeAttribute(name, currentNode);
823
- continue;
824
- }
825
- if (SAFE_FOR_TEMPLATES) {
826
- arrayForEach([MUSTACHE_EXPR2, ERB_EXPR2, TMPLIT_EXPR2], (expr) => {
827
- value = stringReplace(value, expr, " ");
828
- });
829
- }
830
- const lcTag = transformCaseFunc(currentNode.nodeName);
831
- if (!_isValidAttribute(lcTag, lcName, value)) {
832
- _removeAttribute(name, currentNode);
833
- continue;
834
- }
835
- if (trustedTypesPolicy && typeof trustedTypes === "object" && typeof trustedTypes.getAttributeType === "function") {
836
- if (namespaceURI) ;
837
- else {
838
- switch (trustedTypes.getAttributeType(lcTag, lcName)) {
839
- case "TrustedHTML": {
840
- value = trustedTypesPolicy.createHTML(value);
841
- break;
842
- }
843
- case "TrustedScriptURL": {
844
- value = trustedTypesPolicy.createScriptURL(value);
845
- break;
846
- }
847
- }
848
- }
849
- }
850
- if (value !== initValue) {
851
- try {
852
- if (namespaceURI) {
853
- currentNode.setAttributeNS(namespaceURI, name, value);
854
- } else {
855
- currentNode.setAttribute(name, value);
856
- }
857
- if (_isClobbered(currentNode)) {
858
- _forceRemove(currentNode);
859
- } else {
860
- arrayPop(DOMPurify.removed);
861
- }
862
- } catch (_) {
863
- _removeAttribute(name, currentNode);
864
- }
865
- }
866
- }
867
- _executeHooks(hooks.afterSanitizeAttributes, currentNode, null);
868
- };
869
- const _sanitizeShadowDOM = function _sanitizeShadowDOM2(fragment) {
870
- let shadowNode = null;
871
- const shadowIterator = _createNodeIterator(fragment);
872
- _executeHooks(hooks.beforeSanitizeShadowDOM, fragment, null);
873
- while (shadowNode = shadowIterator.nextNode()) {
874
- _executeHooks(hooks.uponSanitizeShadowNode, shadowNode, null);
875
- _sanitizeElements(shadowNode);
876
- _sanitizeAttributes(shadowNode);
877
- if (shadowNode.content instanceof DocumentFragment) {
878
- _sanitizeShadowDOM2(shadowNode.content);
879
- }
880
- }
881
- _executeHooks(hooks.afterSanitizeShadowDOM, fragment, null);
882
- };
883
- DOMPurify.sanitize = function(dirty) {
884
- let cfg = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
885
- let body = null;
886
- let importedNode = null;
887
- let currentNode = null;
888
- let returnNode = null;
889
- IS_EMPTY_INPUT = !dirty;
890
- if (IS_EMPTY_INPUT) {
891
- dirty = "<!-->";
892
- }
893
- if (typeof dirty !== "string" && !_isNode(dirty)) {
894
- if (typeof dirty.toString === "function") {
895
- dirty = dirty.toString();
896
- if (typeof dirty !== "string") {
897
- throw typeErrorCreate("dirty is not a string, aborting");
898
- }
899
- } else {
900
- throw typeErrorCreate("toString is not a function");
901
- }
902
- }
903
- if (!DOMPurify.isSupported) {
904
- return dirty;
905
- }
906
- if (!SET_CONFIG) {
907
- _parseConfig(cfg);
908
- }
909
- DOMPurify.removed = [];
910
- if (typeof dirty === "string") {
911
- IN_PLACE = false;
912
- }
913
- if (IN_PLACE) {
914
- if (dirty.nodeName) {
915
- const tagName = transformCaseFunc(dirty.nodeName);
916
- if (!ALLOWED_TAGS[tagName] || FORBID_TAGS[tagName]) {
917
- throw typeErrorCreate("root node is forbidden and cannot be sanitized in-place");
918
- }
919
- }
920
- } else if (dirty instanceof Node) {
921
- body = _initDocument("<!---->");
922
- importedNode = body.ownerDocument.importNode(dirty, true);
923
- if (importedNode.nodeType === NODE_TYPE.element && importedNode.nodeName === "BODY") {
924
- body = importedNode;
925
- } else if (importedNode.nodeName === "HTML") {
926
- body = importedNode;
927
- } else {
928
- body.appendChild(importedNode);
929
- }
930
- } else {
931
- if (!RETURN_DOM && !SAFE_FOR_TEMPLATES && !WHOLE_DOCUMENT && // eslint-disable-next-line unicorn/prefer-includes
932
- dirty.indexOf("<") === -1) {
933
- return trustedTypesPolicy && RETURN_TRUSTED_TYPE ? trustedTypesPolicy.createHTML(dirty) : dirty;
934
- }
935
- body = _initDocument(dirty);
936
- if (!body) {
937
- return RETURN_DOM ? null : RETURN_TRUSTED_TYPE ? emptyHTML : "";
938
- }
939
- }
940
- if (body && FORCE_BODY) {
941
- _forceRemove(body.firstChild);
942
- }
943
- const nodeIterator = _createNodeIterator(IN_PLACE ? dirty : body);
944
- while (currentNode = nodeIterator.nextNode()) {
945
- _sanitizeElements(currentNode);
946
- _sanitizeAttributes(currentNode);
947
- if (currentNode.content instanceof DocumentFragment) {
948
- _sanitizeShadowDOM(currentNode.content);
949
- }
950
- }
951
- if (IN_PLACE) {
952
- return dirty;
953
- }
954
- if (RETURN_DOM) {
955
- if (RETURN_DOM_FRAGMENT) {
956
- returnNode = createDocumentFragment.call(body.ownerDocument);
957
- while (body.firstChild) {
958
- returnNode.appendChild(body.firstChild);
959
- }
960
- } else {
961
- returnNode = body;
962
- }
963
- if (ALLOWED_ATTR.shadowroot || ALLOWED_ATTR.shadowrootmode) {
964
- returnNode = importNode.call(originalDocument, returnNode, true);
965
- }
966
- return returnNode;
967
- }
968
- let serializedHTML = WHOLE_DOCUMENT ? body.outerHTML : body.innerHTML;
969
- if (WHOLE_DOCUMENT && ALLOWED_TAGS["!doctype"] && body.ownerDocument && body.ownerDocument.doctype && body.ownerDocument.doctype.name && regExpTest(DOCTYPE_NAME, body.ownerDocument.doctype.name)) {
970
- serializedHTML = "<!DOCTYPE " + body.ownerDocument.doctype.name + ">\n" + serializedHTML;
971
- }
972
- if (SAFE_FOR_TEMPLATES) {
973
- arrayForEach([MUSTACHE_EXPR2, ERB_EXPR2, TMPLIT_EXPR2], (expr) => {
974
- serializedHTML = stringReplace(serializedHTML, expr, " ");
975
- });
976
- }
977
- return trustedTypesPolicy && RETURN_TRUSTED_TYPE ? trustedTypesPolicy.createHTML(serializedHTML) : serializedHTML;
978
- };
979
- DOMPurify.setConfig = function() {
980
- let cfg = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
981
- _parseConfig(cfg);
982
- SET_CONFIG = true;
983
- };
984
- DOMPurify.clearConfig = function() {
985
- CONFIG = null;
986
- SET_CONFIG = false;
987
- };
988
- DOMPurify.isValidAttribute = function(tag, attr, value) {
989
- if (!CONFIG) {
990
- _parseConfig({});
991
- }
992
- const lcTag = transformCaseFunc(tag);
993
- const lcName = transformCaseFunc(attr);
994
- return _isValidAttribute(lcTag, lcName, value);
995
- };
996
- DOMPurify.addHook = function(entryPoint, hookFunction) {
997
- if (typeof hookFunction !== "function") {
998
- return;
999
- }
1000
- arrayPush(hooks[entryPoint], hookFunction);
1001
- };
1002
- DOMPurify.removeHook = function(entryPoint, hookFunction) {
1003
- if (hookFunction !== void 0) {
1004
- const index = arrayLastIndexOf(hooks[entryPoint], hookFunction);
1005
- return index === -1 ? void 0 : arraySplice(hooks[entryPoint], index, 1)[0];
1006
- }
1007
- return arrayPop(hooks[entryPoint]);
1008
- };
1009
- DOMPurify.removeHooks = function(entryPoint) {
1010
- hooks[entryPoint] = [];
1011
- };
1012
- DOMPurify.removeAllHooks = function() {
1013
- hooks = _createHooksMap();
1014
- };
1015
- return DOMPurify;
1016
- }
1017
- var purify = createDOMPurify();
1018
- export {
1019
- purify as default
1020
- };