@bynder/compact-view 5.2.1 → 5.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (553) hide show
  1. package/AccessToken.js +5 -0
  2. package/AccessToken2.js +176 -0
  3. package/AccessToken3.js +4 -0
  4. package/ActiveFilter.js +6 -5
  5. package/ActiveFilters.js +24 -24
  6. package/AddMedia.js +1 -1
  7. package/AdditionalInfo.js +18 -0
  8. package/Advanced.js +3 -3
  9. package/App.js +46 -43
  10. package/Arrow.js +14 -0
  11. package/AssetCard.js +32 -29
  12. package/AssetCardMetaproperties.js +14 -13
  13. package/AssetFilter.js +36 -35
  14. package/AssetFilterContext.js +3 -3
  15. package/AssetItem.js +14 -13
  16. package/AssetList.js +7 -7
  17. package/AssetTypeItem.js +13 -12
  18. package/Autocomplete_new.js +41 -37
  19. package/Axios2.js +136 -0
  20. package/AxiosError.js +54 -0
  21. package/AxiosHeaders.js +181 -0
  22. package/AxiosURLSearchParams.js +33 -0
  23. package/Badge.js +44 -0
  24. package/Baloon.js +42 -0
  25. package/BaseStyles.js +10 -0
  26. package/Blob.js +4 -0
  27. package/Box.js +22 -0
  28. package/Button.js +39 -0
  29. package/Button.styles.js +40 -0
  30. package/ButtonAction.js +3 -3
  31. package/ButtonLegacy.js +48 -0
  32. package/ButtonLegacy.styles.js +28 -0
  33. package/CancelToken.js +77 -0
  34. package/CanceledError.js +11 -0
  35. package/Card.js +84 -0
  36. package/CardSkeleton.js +15 -14
  37. package/Checkbox.js +85 -0
  38. package/Checkbox.styles.js +2 -2
  39. package/Checkmark.js +7 -0
  40. package/Chip.js +70 -40
  41. package/Chip2.js +42 -0
  42. package/CollectionCard.js +9 -8
  43. package/CollectionItem.js +15 -14
  44. package/CollectionList.js +2 -2
  45. package/CollectionView.js +2 -2
  46. package/CollectionsView.js +6 -6
  47. package/ColorHexInput.js +31 -0
  48. package/ColorPicker.js +66 -0
  49. package/ColorPickerSolid.js +20 -0
  50. package/ColorPickerWithOpacity.js +37 -0
  51. package/Combobox.js +61 -0
  52. package/ConcealedAction.js +16 -0
  53. package/ConnectButton.js +1 -1
  54. package/Container.js +14 -13
  55. package/Container2.js +31 -0
  56. package/Content.js +16 -0
  57. package/ContextAction.js +18 -17
  58. package/ContextActionButton.js +29 -0
  59. package/ControlGroup.js +32 -0
  60. package/DOMFunctions.js +27 -0
  61. package/Dat.js +62 -50
  62. package/DatDropdownItem.js +20 -19
  63. package/DesignSystemContext.js +4 -4
  64. package/DesignSystemProvider.js +29 -0
  65. package/DirectionSelect.js +16 -15
  66. package/Divider.js +21 -0
  67. package/DomainInput.js +15 -14
  68. package/DragRange.js +25 -0
  69. package/DragSelect.js +11 -11
  70. package/Dropdown.js +12 -11
  71. package/Dropdown2.js +169 -0
  72. package/DropdownContent.js +2 -2
  73. package/DropdownListItem.js +3 -3
  74. package/Enum.js +12 -0
  75. package/ErrorMessage.js +20 -19
  76. package/FieldSelect.js +4 -4
  77. package/FilePlaceholder.js +19 -0
  78. package/FileSelector.js +11 -10
  79. package/Flex.js +21 -0
  80. package/FontPicker.js +104 -0
  81. package/Footer.js +16 -0
  82. package/Form.js +23 -0
  83. package/FormData.js +4 -0
  84. package/Frame.js +64 -0
  85. package/Group.js +17 -0
  86. package/Group2.js +26 -0
  87. package/Header2.js +43 -0
  88. package/Header22.js +15 -0
  89. package/HelperText.js +26 -0
  90. package/HorizontalScroll.js +4 -4
  91. package/HttpHandler.js +74 -0
  92. package/HttpResponse.js +85 -0
  93. package/HttpStatusCode.js +71 -0
  94. package/IconPlaceholder.js +18 -0
  95. package/Image.js +19 -0
  96. package/Images.js +30 -0
  97. package/Indicator.js +74 -0
  98. package/InfiniteScroll.js +8 -8
  99. package/InlineBanner.js +51 -0
  100. package/Input.js +109 -0
  101. package/Input.styles.js +71 -0
  102. package/InputContainer.js +9 -0
  103. package/InputField.js +74 -0
  104. package/InputRow.js +18 -0
  105. package/Inspector.js +34 -0
  106. package/InteractiveIcon.js +28 -0
  107. package/InterceptorManager.js +58 -0
  108. package/Item.js +107 -0
  109. package/Item2.js +14 -0
  110. package/Item4.js +190 -0
  111. package/Label.js +33 -0
  112. package/LeftArrow.js +3 -3
  113. package/List.js +25 -0
  114. package/ListItem.js +11 -0
  115. package/ListItem2.js +58 -0
  116. package/ListItem4.js +37 -0
  117. package/MetapropertyFilterContent.js +2 -2
  118. package/MetapropertyOption.js +2 -3
  119. package/Middleware.js +49 -0
  120. package/Modal.js +2 -2
  121. package/Modal2.js +31 -0
  122. package/ModalBase.js +117 -0
  123. package/ModalBase.styles.js +75 -0
  124. package/ModalConfirmation.js +8 -0
  125. package/NoResults.js +16 -15
  126. package/OffsetContext.js +9 -0
  127. package/Oops.js +1 -1
  128. package/OpacityInput.js +17 -0
  129. package/Option_new.js +19 -18
  130. package/Overlay.js +35 -0
  131. package/Parser.js +131 -0
  132. package/Prefixer.js +187 -0
  133. package/Radio.js +78 -0
  134. package/RadioGroup.js +25 -0
  135. package/RangeInput.js +41 -0
  136. package/RefreshingSpinner.js +3 -3
  137. package/ReportModal.js +16 -14
  138. package/RequestHandler.js +119 -0
  139. package/RightArrow.js +4 -4
  140. package/Row.js +16 -0
  141. package/SearchInput.js +15 -15
  142. package/SearchInput2.js +46 -0
  143. package/SectionTitle.js +17 -0
  144. package/Select.js +49 -0
  145. package/SelectButtonText.js +16 -0
  146. package/SelectedItemContainer.js +11 -10
  147. package/SelectedItems.js +2 -2
  148. package/SelectionFooter.js +8 -7
  149. package/Serializer.js +27 -0
  150. package/ShadowRootInternal.js +17 -17
  151. package/Sidebar.js +17 -0
  152. package/Skeleton.js +6 -6
  153. package/Slider.constants.js +6 -0
  154. package/Slider.js +128 -0
  155. package/SmartFilterContent.js +2 -2
  156. package/SmartFilterSelect_new.js +2 -2
  157. package/Smartfilters_new.js +53 -50
  158. package/Spinner.js +2 -2
  159. package/Spinner2.js +15 -0
  160. package/StatefulAssetList.js +15 -15
  161. package/Stats.js +16 -0
  162. package/StatsItem.js +23 -0
  163. package/Status.js +32 -0
  164. package/Switch.js +82 -0
  165. package/SwitchNLS.js +26 -23
  166. package/Tabs2.js +10 -0
  167. package/TagItem.js +8 -8
  168. package/Tags.js +9 -9
  169. package/Text2.js +11 -0
  170. package/Text22.js +18 -0
  171. package/Text4.js +18 -0
  172. package/Textarea.js +92 -0
  173. package/Theming.js +4 -4
  174. package/Thumb.js +28 -0
  175. package/Thumbnail.js +91 -0
  176. package/Tokenizer.js +147 -0
  177. package/Toolbar.js +13 -12
  178. package/Tooltip.js +2 -2
  179. package/Tooltip2.js +111 -0
  180. package/TruncatedText.js +34 -0
  181. package/URLSearchParams.js +5 -0
  182. package/Utility.js +56 -0
  183. package/ViewSwitch.js +8 -7
  184. package/_check_private_redeclaration.js +7 -0
  185. package/_class_apply_descriptor_get.js +6 -0
  186. package/_class_apply_descriptor_set.js +11 -0
  187. package/_class_extract_field_descriptor.js +7 -0
  188. package/_class_private_field_get.js +9 -0
  189. package/_class_private_field_init.js +7 -0
  190. package/_class_private_field_set.js +9 -0
  191. package/_commonjsHelpers.js +6 -0
  192. package/adapters.js +53 -0
  193. package/api.js +25 -0
  194. package/api2.js +40 -0
  195. package/api3.js +406 -0
  196. package/applyScopeDataToEvent.js +83 -0
  197. package/applyScopeDataToEvent2.js +55 -0
  198. package/asset.type.js +9 -9
  199. package/autocomplete.js +2 -2
  200. package/axios.js +46 -0
  201. package/base.js +57 -0
  202. package/baseclient.js +498 -0
  203. package/bind.js +8 -0
  204. package/browser.js +44 -0
  205. package/buildFullPath.js +9 -0
  206. package/buildURL.js +23 -0
  207. package/bundle.esm.js +81 -0
  208. package/calculateContainerMaxHeight.js +12 -0
  209. package/calculateNodeHeight.js +35 -0
  210. package/carrier.js +13 -0
  211. package/chain.js +8 -0
  212. package/checkGlobals.js +13 -0
  213. package/checks.js +178 -0
  214. package/chunk-6HYIRFX2.js +1 -0
  215. package/cleanUrl.js +11 -0
  216. package/client.js +76 -0
  217. package/clientreport.js +15 -0
  218. package/clsx.js +17 -0
  219. package/colorTransforms.js +12 -0
  220. package/combineMetaproperties.js +1 -1
  221. package/combineURLs.js +6 -0
  222. package/composeSignals.js +30 -0
  223. package/constants.js +2 -12
  224. package/constants2.js +82 -0
  225. package/constants3.js +14 -0
  226. package/constants4.js +8 -0
  227. package/constants5.js +4 -0
  228. package/constants6.js +4 -0
  229. package/context.js +12 -0
  230. package/context10.js +12 -0
  231. package/context2.js +9 -0
  232. package/context3.js +12 -0
  233. package/context6.js +5 -0
  234. package/cookieStore.js +116 -0
  235. package/cookies.js +32 -0
  236. package/core.js +42 -0
  237. package/currentScopes.js +9 -0
  238. package/data.js +4 -0
  239. package/de_DE.json.js +18 -0
  240. package/debug-build.js +4 -0
  241. package/debug-build2.js +4 -0
  242. package/debug-build3.js +4 -0
  243. package/debug-build4.js +4 -0
  244. package/debug-build5.js +4 -0
  245. package/debug-build6.js +4 -0
  246. package/decorators.js +37 -0
  247. package/defaultScopes.js +12 -0
  248. package/devUtils.js +20 -0
  249. package/dispatchRequest.js +31 -0
  250. package/doc.js +26 -0
  251. package/domHelpers.js +15 -0
  252. package/dsn.js +54 -0
  253. package/dynamicSamplingContext.js +34 -0
  254. package/dynamicSamplingContext2.js +34 -0
  255. package/emotion-unitless.esm.js +52 -0
  256. package/en_US.json.js +23 -0
  257. package/englishText-12403056.js +6 -0
  258. package/env.js +6 -0
  259. package/envelope.js +113 -0
  260. package/envelope2.js +23 -0
  261. package/envelope3.js +24 -0
  262. package/error.js +9 -0
  263. package/errors.js +33 -0
  264. package/errors2.js +55 -0
  265. package/es_ES.json.js +18 -0
  266. package/es_MX.json.js +18 -0
  267. package/eventProcessors.js +27 -0
  268. package/eventProcessors2.js +23 -0
  269. package/eventbuilder.js +128 -0
  270. package/exports.js +11 -0
  271. package/exports2.js +16 -0
  272. package/exports3.js +8 -0
  273. package/fetch.js +44 -0
  274. package/fetch2.js +141 -0
  275. package/filterAssets.js +1 -1
  276. package/fixFontSpaceInUrl.js +8 -0
  277. package/focusWithoutScrolling.js +45 -0
  278. package/forceHiddenStyles.js +19 -0
  279. package/formDataToJSON.js +31 -0
  280. package/fr_FR.json.js +18 -0
  281. package/getAbsoluteUrl.js +13 -0
  282. package/getAsset.js +1 -1
  283. package/getAssetCounts.js +1 -1
  284. package/getAssets.js +2 -2
  285. package/getCallFrame.js +12 -0
  286. package/getCollections.js +1 -1
  287. package/getFilterOptions.js +1 -1
  288. package/getFilters.js +1 -1
  289. package/getFilters_new.js +1 -1
  290. package/getRequestCookies.js +40 -0
  291. package/getRootSpan.js +6 -0
  292. package/getRootSpan2.js +6 -0
  293. package/getSimilarityAssets.js +1 -1
  294. package/getSizingData.js +45 -0
  295. package/getStatusCodeColor.js +6 -0
  296. package/getThumbPosition.js +6 -0
  297. package/getTimestamp.js +7 -0
  298. package/getUseLayerOptions.js +49 -0
  299. package/handlers.js +92 -6
  300. package/handlers2.js +6 -0
  301. package/helpers.js +3 -4
  302. package/helpers2.js +6 -0
  303. package/hexFromPercentage.js +7 -0
  304. package/http.js +17 -0
  305. package/hub.js +446 -0
  306. package/hub2.js +442 -0
  307. package/immer.js +472 -0
  308. package/import.js +7 -0
  309. package/index-esm.js +10781 -0
  310. package/index-esm2.js +138 -0
  311. package/index-esm3.js +131 -0
  312. package/index.browser.js +11 -0
  313. package/index.module.js +57 -0
  314. package/index.module2.js +72 -0
  315. package/index.module3.js +57 -0
  316. package/index10.js +4 -0
  317. package/index102.js +273 -0
  318. package/index11.js +18 -0
  319. package/index112.js +29 -0
  320. package/index12.js +38 -0
  321. package/index13.js +2432 -0
  322. package/index14.js +558 -0
  323. package/index15.js +58 -0
  324. package/index16.js +4 -0
  325. package/index17.js +89 -0
  326. package/index18.js +62 -0
  327. package/index19.js +9 -0
  328. package/index20.js +15 -0
  329. package/index21.js +11 -0
  330. package/index22.js +42 -0
  331. package/index23.js +9 -0
  332. package/index24.js +10 -0
  333. package/index25.js +7 -0
  334. package/index26.js +12 -0
  335. package/index27.js +11 -0
  336. package/index28.js +639 -0
  337. package/index29.js +76 -0
  338. package/index3.js +5 -53
  339. package/index30.js +7 -0
  340. package/index31.js +22 -0
  341. package/index32.js +2 -0
  342. package/index33.js +7 -0
  343. package/index34.js +20 -0
  344. package/index35.js +8 -0
  345. package/index36.js +4 -0
  346. package/index37.js +13 -0
  347. package/index38.js +13 -0
  348. package/index39.js +15 -0
  349. package/index4.js +1684 -17
  350. package/index40.js +13 -0
  351. package/index41.js +21 -0
  352. package/index42.js +66 -0
  353. package/index43.js +8 -0
  354. package/index44.js +57 -0
  355. package/index45.js +69 -0
  356. package/index46.js +33 -0
  357. package/index47.js +13 -0
  358. package/index48.js +123 -0
  359. package/index49.js +88 -0
  360. package/index5.js +27 -0
  361. package/index50.js +10 -0
  362. package/index51.js +13 -0
  363. package/index52.js +16 -0
  364. package/index53.js +16 -0
  365. package/index54.js +9 -0
  366. package/index55.js +9 -0
  367. package/index56.js +17 -0
  368. package/index57.js +31 -0
  369. package/index58.js +18 -0
  370. package/index6.js +315 -0
  371. package/index7.js +5052 -0
  372. package/index72.js +228 -0
  373. package/index8.js +55 -0
  374. package/index82.js +8 -0
  375. package/index9.js +20 -0
  376. package/index92.js +12 -0
  377. package/integration.js +38 -0
  378. package/is.js +77 -0
  379. package/is2.js +14 -0
  380. package/is3.js +14 -0
  381. package/isAbsoluteURL.js +6 -0
  382. package/isAbsoluteUrl2.js +6 -0
  383. package/isAxiosError.js +7 -0
  384. package/isCancel.js +6 -0
  385. package/isIterable.js +6 -0
  386. package/isStringEqual.js +6 -0
  387. package/isURLSameOrigin.js +8 -0
  388. package/isValidHexValue.js +6 -0
  389. package/isVirtualEvent.js +11 -0
  390. package/iso.js +38 -0
  391. package/it_IT.json.js +18 -0
  392. package/itemContext.js +5 -0
  393. package/ja_JP.json.js +18 -0
  394. package/ko_KR.json.js +18 -0
  395. package/localStorageHelper.js +32 -0
  396. package/localStorageHelper2.js +4 -0
  397. package/localization.js +46 -0
  398. package/logger2.js +56 -0
  399. package/logger3.js +56 -0
  400. package/logger4.js +56 -0
  401. package/makeHexWithOpacity.js +12 -0
  402. package/makeInternalTokens.js +22 -0
  403. package/matchRequestUrl.js +23 -0
  404. package/memo.js +25 -0
  405. package/merge.js +13 -0
  406. package/mergeConfig.js +70 -0
  407. package/mergeProps.js +22 -0
  408. package/mergeRefs.js +9 -0
  409. package/middleware2.js +177 -0
  410. package/misc.js +58 -0
  411. package/misc2.js +28 -0
  412. package/misc3.js +24 -0
  413. package/nl_NL.json.js +18 -0
  414. package/normalize.js +97 -0
  415. package/normalizePath.js +11 -0
  416. package/normalizeResponse.js +1 -1
  417. package/normalizeRows.js +10 -0
  418. package/notify.js +52 -0
  419. package/null.js +4 -0
  420. package/object.js +110 -0
  421. package/object2.js +39 -0
  422. package/object3.js +17 -0
  423. package/opacityPercentageFromHex.js +9 -0
  424. package/openLink.js +27 -0
  425. package/package.json +1 -1
  426. package/packageVersion.js +4 -0
  427. package/parse.js +9 -0
  428. package/parse2.js +44 -0
  429. package/parseHeaders.js +30 -0
  430. package/parseProtocol.js +7 -0
  431. package/pl_PL.json.js +18 -0
  432. package/platform.js +42 -0
  433. package/prepareEvent.js +141 -0
  434. package/prepareEvent2.js +5 -0
  435. package/prepareEvent3.js +5 -0
  436. package/progressEventReducer.js +35 -0
  437. package/promisebuffer.js +44 -0
  438. package/propagationContext.js +11 -0
  439. package/pt_BR.json.js +18 -0
  440. package/ratelimit.js +37 -0
  441. package/react.js +19 -0
  442. package/react2.js +19 -0
  443. package/regexes.js +51 -0
  444. package/registries.js +41 -0
  445. package/resolveConfig.js +33 -0
  446. package/ru_RU.json.js +18 -0
  447. package/runAfterTransition.js +35 -0
  448. package/schemas.js +368 -0
  449. package/schemas2.js +691 -0
  450. package/scope.js +412 -0
  451. package/scope2.js +407 -0
  452. package/scope3.js +348 -0
  453. package/sdk-DhxX43BH.js +4813 -0
  454. package/sdkMetadata.js +15 -0
  455. package/serializeRequest.js +12 -0
  456. package/serializeResponse.js +14 -0
  457. package/session.js +57 -0
  458. package/session2.js +57 -0
  459. package/session3.js +16 -0
  460. package/settle.js +14 -0
  461. package/shadowdom.js +13 -0
  462. package/shadowdom2.js +13 -0
  463. package/spanOnScope.js +12 -0
  464. package/spanUtils.js +31 -0
  465. package/spanUtils2.js +31 -0
  466. package/speedometer.js +19 -0
  467. package/spread.js +8 -0
  468. package/stack-parsers.js +48 -0
  469. package/stackStrategy.js +98 -0
  470. package/stacktrace.js +49 -0
  471. package/state.js +106 -0
  472. package/store/useDatStore.d.ts +11 -8
  473. package/string.js +6 -0
  474. package/styled-components.browser.esm.js +530 -0
  475. package/styles.js +55 -0
  476. package/styles2.js +17 -0
  477. package/supports.js +6 -0
  478. package/syncpromise.js +121 -0
  479. package/syncpromise2.js +109 -0
  480. package/textSelection.js +33 -0
  481. package/textStyles.js +20 -0
  482. package/theme.js +238 -0
  483. package/themeContainers.js +20 -0
  484. package/themes3.js +26 -0
  485. package/throttle.js +15 -0
  486. package/time.js +24 -0
  487. package/time2.js +24 -0
  488. package/time3.js +24 -0
  489. package/toFormData.js +85 -0
  490. package/toPublicUrl.js +9 -0
  491. package/toURLEncodedForm.js +13 -0
  492. package/token.js +236 -0
  493. package/tokenExpirationHelper.js +48 -0
  494. package/tokenExpirationHelper2.js +4 -0
  495. package/tokensAndThemes.js +92 -0
  496. package/tr_TR.json.js +18 -0
  497. package/trackStream.js +63 -0
  498. package/transformData.js +13 -0
  499. package/transitional.js +8 -0
  500. package/trimMetapropertyValue.js +1 -1
  501. package/tslib.es6.js +18 -0
  502. package/typeof.js +11 -0
  503. package/urlHelper.js +15 -0
  504. package/urlHelper2.js +4 -0
  505. package/useAutoHeight.js +25 -0
  506. package/useDatStore.js +31 -27
  507. package/useEffectEvent.js +18 -0
  508. package/useFocus.js +30 -0
  509. package/useFocusRing.js +34 -0
  510. package/useFocusVisible.js +92 -0
  511. package/useFocusWithin.js +57 -0
  512. package/useFonts.js +118 -0
  513. package/useGlobalListeners.js +34 -0
  514. package/useGroupContext.js +10 -0
  515. package/useHover.js +79 -0
  516. package/useId.js +8 -0
  517. package/useId2.js +17 -0
  518. package/useKeyDown.js +14 -0
  519. package/useLayoutEffect.js +6 -0
  520. package/useOrderingStore.js +6 -6
  521. package/usePress.js +359 -0
  522. package/useRouterStore.js +6 -6
  523. package/useScrollHighlightedIntoView.js +24 -0
  524. package/useSearchStore.js +5 -5
  525. package/useSimilaritySearchStore.js +6 -6
  526. package/useSyncRef.js +12 -0
  527. package/useTranslate.js +13 -0
  528. package/useZIndex.js +9 -0
  529. package/userfeedback.js +28 -0
  530. package/util.js +265 -0
  531. package/utils/fixFontSpaceInUrl.d.ts +1 -0
  532. package/utils.js +26 -44
  533. package/utils2.js +43 -45
  534. package/utils3.js +50 -0
  535. package/utils4.js +12 -0
  536. package/utils5.js +71 -0
  537. package/utils6.js +222 -0
  538. package/utils7.js +70 -0
  539. package/utils8.js +9 -0
  540. package/validator.js +54 -0
  541. package/vanilla.js +14 -0
  542. package/vanilla2.js +14 -0
  543. package/version.js +4 -0
  544. package/version2.js +4 -0
  545. package/version3.js +4 -0
  546. package/versionContext.js +9 -0
  547. package/versions.js +8 -0
  548. package/worldwide.js +19 -0
  549. package/worldwide2.js +15 -0
  550. package/worldwide3.js +10 -0
  551. package/xhr.js +71 -0
  552. package/zh_CN.json.js +18 -0
  553. package/zh_TW.json.js +18 -0
@@ -0,0 +1,32 @@
1
+ import { __exports as o } from "./localStorageHelper2.js";
2
+ import { __require as l } from "./constants4.js";
3
+ var a;
4
+ function L() {
5
+ if (a) return o;
6
+ a = 1, Object.defineProperty(o, "__esModule", { value: !0 }), o.storeAccessToken = n, o.loadAccessToken = T, o.getIsAccessTokenLoading = _, o.setAccessTokenLastRequestTime = c, o.removeAccessToken = A;
7
+ var t = l(), s = 10;
8
+ function n(e) {
9
+ localStorage.setItem(t.LOCAL_STORAGE_JWT, e.jwt), localStorage.setItem(t.LOCAL_STORAGE_JWT_EXPIRY, e.expiryTimestamp.toString());
10
+ }
11
+ function T() {
12
+ var e = localStorage.getItem(t.LOCAL_STORAGE_JWT) || "", r = localStorage.getItem(t.LOCAL_STORAGE_JWT_EXPIRY) || "";
13
+ return {
14
+ jwt: e,
15
+ expiryTimestamp: parseInt(r, s)
16
+ };
17
+ }
18
+ function _() {
19
+ var e, r = parseInt((e = localStorage.getItem(t.LOCAL_STORAGE_JWT_LAST_REQUEST_TIME)) !== null && e !== void 0 ? e : "0", 10);
20
+ return r + t.MAX_WAITING_TIME > Date.now();
21
+ }
22
+ function c(e) {
23
+ localStorage.setItem(t.LOCAL_STORAGE_JWT_LAST_REQUEST_TIME, e.toString());
24
+ }
25
+ function A() {
26
+ localStorage.removeItem(t.LOCAL_STORAGE_JWT), localStorage.removeItem(t.LOCAL_STORAGE_JWT_EXPIRY);
27
+ }
28
+ return o;
29
+ }
30
+ export {
31
+ L as __require
32
+ };
@@ -0,0 +1,4 @@
1
+ var e = {};
2
+ export {
3
+ e as __exports
4
+ };
@@ -0,0 +1,46 @@
1
+ import { jsx as p } from "react/jsx-runtime";
2
+ import e from "react";
3
+ import { Localization as f } from "./index6.js";
4
+ import r from "./en_US.json.js";
5
+ import n from "./de_DE.json.js";
6
+ import _ from "./es_ES.json.js";
7
+ import a from "./es_MX.json.js";
8
+ import s from "./fr_FR.json.js";
9
+ import c from "./it_IT.json.js";
10
+ import l from "./ja_JP.json.js";
11
+ import R from "./ko_KR.json.js";
12
+ import z from "./nl_NL.json.js";
13
+ import L from "./pl_PL.json.js";
14
+ import d from "./pt_BR.json.js";
15
+ import u from "./ru_RU.json.js";
16
+ import P from "./tr_TR.json.js";
17
+ import T from "./zh_CN.json.js";
18
+ import h from "./zh_TW.json.js";
19
+ const v = {
20
+ "de-DE": n,
21
+ "en-US": r,
22
+ "es-ES": _,
23
+ "es-MX": a,
24
+ "fr-FR": s,
25
+ "it-IT": c,
26
+ "ja-JP": l,
27
+ "ko-KR": R,
28
+ "nl-NL": z,
29
+ "pl-PL": L,
30
+ "pt-BR": d,
31
+ "ru-RU": u,
32
+ "tr-TR": P,
33
+ "zh-CN": T,
34
+ "zh-TW": h
35
+ }, x = e.createContext(void 0);
36
+ function g({
37
+ children: t,
38
+ locale: o
39
+ }) {
40
+ const m = v[o] || r, i = new f(m, o.replace(/-/, "_"));
41
+ return /* @__PURE__ */ p(x.Provider, { value: i, children: t });
42
+ }
43
+ export {
44
+ x as LocalizationContext,
45
+ g as LocalizationProvider
46
+ };
package/logger2.js ADDED
@@ -0,0 +1,56 @@
1
+ import { DEBUG_BUILD as f } from "./debug-build3.js";
2
+ import { GLOBAL_OBJ as t } from "./worldwide.js";
3
+ const l = "Sentry Logger ", c = [
4
+ "debug",
5
+ "info",
6
+ "warn",
7
+ "error",
8
+ "log",
9
+ "assert",
10
+ "trace"
11
+ ], i = {};
12
+ function g(n) {
13
+ if (!("console" in t))
14
+ return n();
15
+ const e = t.console, o = {}, s = Object.keys(i);
16
+ s.forEach((r) => {
17
+ const a = i[r];
18
+ o[r] = e[r], e[r] = a;
19
+ });
20
+ try {
21
+ return n();
22
+ } finally {
23
+ s.forEach((r) => {
24
+ e[r] = o[r];
25
+ });
26
+ }
27
+ }
28
+ function d() {
29
+ let n = !1;
30
+ const e = {
31
+ enable: () => {
32
+ n = !0;
33
+ },
34
+ disable: () => {
35
+ n = !1;
36
+ },
37
+ isEnabled: () => n
38
+ };
39
+ return f ? c.forEach((o) => {
40
+ e[o] = (...s) => {
41
+ n && g(() => {
42
+ t.console[o](`${l}[${o}]:`, ...s);
43
+ });
44
+ };
45
+ }) : c.forEach((o) => {
46
+ e[o] = () => {
47
+ };
48
+ }), e;
49
+ }
50
+ const L = d();
51
+ export {
52
+ c as CONSOLE_LEVELS,
53
+ g as consoleSandbox,
54
+ L as logger,
55
+ i as originalConsoleMethods
56
+ };
package/logger3.js ADDED
@@ -0,0 +1,56 @@
1
+ import { DEBUG_BUILD as f } from "./debug-build5.js";
2
+ import { GLOBAL_OBJ as t } from "./worldwide2.js";
3
+ const l = "Sentry Logger ", c = [
4
+ "debug",
5
+ "info",
6
+ "warn",
7
+ "error",
8
+ "log",
9
+ "assert",
10
+ "trace"
11
+ ], i = {};
12
+ function g(n) {
13
+ if (!("console" in t))
14
+ return n();
15
+ const e = t.console, o = {}, s = Object.keys(i);
16
+ s.forEach((r) => {
17
+ const a = i[r];
18
+ o[r] = e[r], e[r] = a;
19
+ });
20
+ try {
21
+ return n();
22
+ } finally {
23
+ s.forEach((r) => {
24
+ e[r] = o[r];
25
+ });
26
+ }
27
+ }
28
+ function d() {
29
+ let n = !1;
30
+ const e = {
31
+ enable: () => {
32
+ n = !0;
33
+ },
34
+ disable: () => {
35
+ n = !1;
36
+ },
37
+ isEnabled: () => n
38
+ };
39
+ return f ? c.forEach((o) => {
40
+ e[o] = (...s) => {
41
+ n && g(() => {
42
+ t.console[o](`${l}[${o}]:`, ...s);
43
+ });
44
+ };
45
+ }) : c.forEach((o) => {
46
+ e[o] = () => {
47
+ };
48
+ }), e;
49
+ }
50
+ const L = d();
51
+ export {
52
+ c as CONSOLE_LEVELS,
53
+ g as consoleSandbox,
54
+ L as logger,
55
+ i as originalConsoleMethods
56
+ };
package/logger4.js ADDED
@@ -0,0 +1,56 @@
1
+ import { DEBUG_BUILD as l } from "./debug-build6.js";
2
+ import { getGlobalSingleton as f, GLOBAL_OBJ as s } from "./worldwide3.js";
3
+ const g = "Sentry Logger ", c = [
4
+ "debug",
5
+ "info",
6
+ "warn",
7
+ "error",
8
+ "log",
9
+ "assert",
10
+ "trace"
11
+ ], i = {};
12
+ function d(n) {
13
+ if (!("console" in s))
14
+ return n();
15
+ const e = s.console, o = {}, t = Object.keys(i);
16
+ t.forEach((r) => {
17
+ const a = i[r];
18
+ o[r] = e[r], e[r] = a;
19
+ });
20
+ try {
21
+ return n();
22
+ } finally {
23
+ t.forEach((r) => {
24
+ e[r] = o[r];
25
+ });
26
+ }
27
+ }
28
+ function E() {
29
+ let n = !1;
30
+ const e = {
31
+ enable: () => {
32
+ n = !0;
33
+ },
34
+ disable: () => {
35
+ n = !1;
36
+ },
37
+ isEnabled: () => n
38
+ };
39
+ return l ? c.forEach((o) => {
40
+ e[o] = (...t) => {
41
+ n && d(() => {
42
+ s.console[o](`${g}[${o}]:`, ...t);
43
+ });
44
+ };
45
+ }) : c.forEach((o) => {
46
+ e[o] = () => {
47
+ };
48
+ }), e;
49
+ }
50
+ const b = f("logger", E);
51
+ export {
52
+ c as CONSOLE_LEVELS,
53
+ d as consoleSandbox,
54
+ b as logger,
55
+ i as originalConsoleMethods
56
+ };
@@ -0,0 +1,12 @@
1
+ import { hexFromPercentage as o } from "./hexFromPercentage.js";
2
+ const a = /^#([a-f\d])([a-f\d])([a-f\d])$/i, n = "#$1$1$2$2$3$3";
3
+ function m({
4
+ color: t,
5
+ opacity: r
6
+ }) {
7
+ let e = t;
8
+ return a.test(t) && (e = e.replace(a, n)), e + o(r.toString());
9
+ }
10
+ export {
11
+ m as makeHexWithOpacity
12
+ };
@@ -0,0 +1,22 @@
1
+ import { css as a } from "./styled-components.browser.esm.js";
2
+ import { darkThemeClass as i, lightThemeClass as c } from "./theme.js";
3
+ function m({
4
+ lightTheme: e,
5
+ darkTheme: s
6
+ }) {
7
+ const n = {};
8
+ Object.keys(e).forEach((t) => {
9
+ n[t] = `var(--ds-${t})`;
10
+ });
11
+ const r = a(["&,.", " &{", "}.", " &{", "}"], c, o(e), i, o(s));
12
+ return {
13
+ internalTokens: n,
14
+ declareTokens: r
15
+ };
16
+ }
17
+ function o(e) {
18
+ return Object.entries(e).map(([n, r]) => `--ds-${n}: ${r}`).join(";") + ";";
19
+ }
20
+ export {
21
+ m as makeInternalTokens
22
+ };
@@ -0,0 +1,23 @@
1
+ import { match as l } from "./index72.js";
2
+ import { getCleanUrl as i } from "./index82.js";
3
+ import { normalizePath as p } from "./normalizePath.js";
4
+ function f(e) {
5
+ return e.replace(
6
+ /([:a-zA-Z_-]*)(\*{1,2})+/g,
7
+ (c, t, o) => {
8
+ const r = "(.*)";
9
+ return t ? t.startsWith(":") ? `${t}${o}` : `${t}${r}` : r;
10
+ }
11
+ ).replace(/([^\/])(:)(?=\d+)/, "$1\\$2").replace(/^([^\/]+)(:)(?=\/\/)/, "$1\\$2");
12
+ }
13
+ function $(e, c, t) {
14
+ const o = p(c, t), r = typeof o == "string" ? f(o) : o, s = i(e), n = l(r, { decode: decodeURIComponent })(s), a = n && n.params || {};
15
+ return {
16
+ matches: n !== !1,
17
+ params: a
18
+ };
19
+ }
20
+ export {
21
+ f as coercePath,
22
+ $ as matchRequestUrl
23
+ };
package/memo.js ADDED
@@ -0,0 +1,25 @@
1
+ function l() {
2
+ const r = typeof WeakSet == "function", e = r ? /* @__PURE__ */ new WeakSet() : [];
3
+ function i(n) {
4
+ if (r)
5
+ return e.has(n) ? !0 : (e.add(n), !1);
6
+ for (let t = 0; t < e.length; t++)
7
+ if (e[t] === n)
8
+ return !0;
9
+ return e.push(n), !1;
10
+ }
11
+ function u(n) {
12
+ if (r)
13
+ e.delete(n);
14
+ else
15
+ for (let t = 0; t < e.length; t++)
16
+ if (e[t] === n) {
17
+ e.splice(t, 1);
18
+ break;
19
+ }
20
+ }
21
+ return [i, u];
22
+ }
23
+ export {
24
+ l as memoBuilder
25
+ };
package/merge.js ADDED
@@ -0,0 +1,13 @@
1
+ function p(n, t, f = 2) {
2
+ if (!t || typeof t != "object" || f <= 0)
3
+ return t;
4
+ if (n && t && Object.keys(t).length === 0)
5
+ return n;
6
+ const c = { ...n };
7
+ for (const o in t)
8
+ Object.prototype.hasOwnProperty.call(t, o) && (c[o] = p(c[o], t[o], f - 1));
9
+ return c;
10
+ }
11
+ export {
12
+ p as merge
13
+ };
package/mergeConfig.js ADDED
@@ -0,0 +1,70 @@
1
+ import i from "./utils6.js";
2
+ import h from "./AxiosHeaders.js";
3
+ const c = (s) => s instanceof h ? { ...s } : s;
4
+ function C(s, a) {
5
+ a = a || {};
6
+ const u = {};
7
+ function d(t, e, r, o) {
8
+ return i.isPlainObject(t) && i.isPlainObject(e) ? i.merge.call({ caseless: o }, t, e) : i.isPlainObject(e) ? i.merge({}, e) : i.isArray(e) ? e.slice() : e;
9
+ }
10
+ function l(t, e, r, o) {
11
+ if (i.isUndefined(e)) {
12
+ if (!i.isUndefined(t))
13
+ return d(void 0, t, r, o);
14
+ } else return d(t, e, r, o);
15
+ }
16
+ function f(t, e) {
17
+ if (!i.isUndefined(e))
18
+ return d(void 0, e);
19
+ }
20
+ function n(t, e) {
21
+ if (i.isUndefined(e)) {
22
+ if (!i.isUndefined(t))
23
+ return d(void 0, t);
24
+ } else return d(void 0, e);
25
+ }
26
+ function m(t, e, r) {
27
+ if (r in a)
28
+ return d(t, e);
29
+ if (r in s)
30
+ return d(void 0, t);
31
+ }
32
+ const g = {
33
+ url: f,
34
+ method: f,
35
+ data: f,
36
+ baseURL: n,
37
+ transformRequest: n,
38
+ transformResponse: n,
39
+ paramsSerializer: n,
40
+ timeout: n,
41
+ timeoutMessage: n,
42
+ withCredentials: n,
43
+ withXSRFToken: n,
44
+ adapter: n,
45
+ responseType: n,
46
+ xsrfCookieName: n,
47
+ xsrfHeaderName: n,
48
+ onUploadProgress: n,
49
+ onDownloadProgress: n,
50
+ decompress: n,
51
+ maxContentLength: n,
52
+ maxBodyLength: n,
53
+ beforeRedirect: n,
54
+ transport: n,
55
+ httpAgent: n,
56
+ httpsAgent: n,
57
+ cancelToken: n,
58
+ socketPath: n,
59
+ responseEncoding: n,
60
+ validateStatus: m,
61
+ headers: (t, e, r) => l(c(t), c(e), r, !0)
62
+ };
63
+ return i.forEach(Object.keys(Object.assign({}, s, a)), function(e) {
64
+ const r = g[e] || l, o = r(s[e], a[e], e);
65
+ i.isUndefined(o) && r !== m || (u[e] = o);
66
+ }), u;
67
+ }
68
+ export {
69
+ C as default
70
+ };
package/mergeProps.js ADDED
@@ -0,0 +1,22 @@
1
+ import { chain as n } from "./chain.js";
2
+ import { mergeIds as s } from "./useId2.js";
3
+ import { clsx as l } from "./clsx.js";
4
+ function a(...r) {
5
+ let o = {
6
+ ...r[0]
7
+ };
8
+ for (let c = 1; c < r.length; c++) {
9
+ let i = r[c];
10
+ for (let e in i) {
11
+ let f = o[e], t = i[e];
12
+ typeof f == "function" && typeof t == "function" && // This is a lot faster than a regex.
13
+ e[0] === "o" && e[1] === "n" && e.charCodeAt(2) >= /* 'A' */
14
+ 65 && e.charCodeAt(2) <= /* 'Z' */
15
+ 90 ? o[e] = n(f, t) : (e === "className" || e === "UNSAFE_className") && typeof f == "string" && typeof t == "string" ? o[e] = l(f, t) : e === "id" && f && t ? o.id = s(f, t) : o[e] = t !== void 0 ? t : f;
16
+ }
17
+ }
18
+ return o;
19
+ }
20
+ export {
21
+ a as mergeProps
22
+ };
package/mergeRefs.js ADDED
@@ -0,0 +1,9 @@
1
+ function o(...n) {
2
+ return (e) => {
3
+ for (const f of n)
4
+ f && (typeof f == "function" ? f(e) : f.current = e);
5
+ };
6
+ }
7
+ export {
8
+ o as mergeRefs
9
+ };
package/middleware2.js ADDED
@@ -0,0 +1,177 @@
1
+ const g = { BASE_URL: "/", DEV: !1, MODE: "production", PROD: !0, SSR: !1 }, S = /* @__PURE__ */ new Map(), h = (i) => {
2
+ const c = S.get(i);
3
+ return c ? Object.fromEntries(
4
+ Object.entries(c.stores).map(([o, d]) => [o, d.getState()])
5
+ ) : {};
6
+ }, E = (i, c, o) => {
7
+ if (i === void 0)
8
+ return {
9
+ type: "untracked",
10
+ connection: c.connect(o)
11
+ };
12
+ const d = S.get(o.name);
13
+ if (d)
14
+ return { type: "tracked", store: i, ...d };
15
+ const e = {
16
+ connection: c.connect(o),
17
+ stores: {}
18
+ };
19
+ return S.set(o.name, e), { type: "tracked", store: i, ...e };
20
+ }, C = (i, c) => {
21
+ if (c === void 0) return;
22
+ const o = S.get(i);
23
+ o && (delete o.stores[c], Object.keys(o.stores).length === 0 && S.delete(i));
24
+ }, w = (i) => {
25
+ var c, o;
26
+ if (!i) return;
27
+ const d = i.split(`
28
+ `), e = d.findIndex(
29
+ (m) => m.includes("api.setState")
30
+ );
31
+ if (e < 0) return;
32
+ const y = ((c = d[e + 1]) == null ? void 0 : c.trim()) || "";
33
+ return (o = /.+ (.+) .+/.exec(y)) == null ? void 0 : o[1];
34
+ }, I = (i, c = {}) => (o, d, e) => {
35
+ const { enabled: y, anonymousActionType: m, store: s, ...f } = c;
36
+ let O;
37
+ try {
38
+ O = (y ?? (g ? "production" : void 0) !== "production") && window.__REDUX_DEVTOOLS_EXTENSION__;
39
+ } catch {
40
+ }
41
+ if (!O)
42
+ return i(o, d, e);
43
+ const { connection: t, ...p } = E(s, O, f);
44
+ let v = !0;
45
+ e.setState = (r, l, n) => {
46
+ const a = o(r, l);
47
+ if (!v) return a;
48
+ const b = n === void 0 ? {
49
+ type: m || w(new Error().stack) || "anonymous"
50
+ } : typeof n == "string" ? { type: n } : n;
51
+ return s === void 0 ? (t?.send(b, d()), a) : (t?.send(
52
+ {
53
+ ...b,
54
+ type: `${s}/${b.type}`
55
+ },
56
+ {
57
+ ...h(f.name),
58
+ [s]: e.getState()
59
+ }
60
+ ), a);
61
+ }, e.devtools = {
62
+ cleanup: () => {
63
+ t && typeof t.unsubscribe == "function" && t.unsubscribe(), C(f.name, s);
64
+ }
65
+ };
66
+ const u = (...r) => {
67
+ const l = v;
68
+ v = !1, o(...r), v = l;
69
+ }, _ = i(e.setState, d, e);
70
+ if (p.type === "untracked" ? t?.init(_) : (p.stores[p.store] = e, t?.init(
71
+ Object.fromEntries(
72
+ Object.entries(p.stores).map(([r, l]) => [
73
+ r,
74
+ r === p.store ? _ : l.getState()
75
+ ])
76
+ )
77
+ )), e.dispatchFromDevtools && typeof e.dispatch == "function") {
78
+ let r = !1;
79
+ const l = e.dispatch;
80
+ e.dispatch = (...n) => {
81
+ (g ? "production" : void 0) !== "production" && n[0].type === "__setState" && !r && (console.warn(
82
+ '[zustand devtools middleware] "__setState" action type is reserved to set state from the devtools. Avoid using it.'
83
+ ), r = !0), l(...n);
84
+ };
85
+ }
86
+ return t.subscribe((r) => {
87
+ var l;
88
+ switch (r.type) {
89
+ case "ACTION":
90
+ if (typeof r.payload != "string") {
91
+ console.error(
92
+ "[zustand devtools middleware] Unsupported action format"
93
+ );
94
+ return;
95
+ }
96
+ return T(
97
+ r.payload,
98
+ (n) => {
99
+ if (n.type === "__setState") {
100
+ if (s === void 0) {
101
+ u(n.state);
102
+ return;
103
+ }
104
+ Object.keys(n.state).length !== 1 && console.error(
105
+ `
106
+ [zustand devtools middleware] Unsupported __setState action format.
107
+ When using 'store' option in devtools(), the 'state' should have only one key, which is a value of 'store' that was passed in devtools(),
108
+ and value of this only key should be a state object. Example: { "type": "__setState", "state": { "abc123Store": { "foo": "bar" } } }
109
+ `
110
+ );
111
+ const a = n.state[s];
112
+ if (a == null)
113
+ return;
114
+ JSON.stringify(e.getState()) !== JSON.stringify(a) && u(a);
115
+ return;
116
+ }
117
+ e.dispatchFromDevtools && typeof e.dispatch == "function" && e.dispatch(n);
118
+ }
119
+ );
120
+ case "DISPATCH":
121
+ switch (r.payload.type) {
122
+ case "RESET":
123
+ return u(_), s === void 0 ? t?.init(e.getState()) : t?.init(h(f.name));
124
+ case "COMMIT":
125
+ if (s === void 0) {
126
+ t?.init(e.getState());
127
+ return;
128
+ }
129
+ return t?.init(h(f.name));
130
+ case "ROLLBACK":
131
+ return T(r.state, (n) => {
132
+ if (s === void 0) {
133
+ u(n), t?.init(e.getState());
134
+ return;
135
+ }
136
+ u(n[s]), t?.init(h(f.name));
137
+ });
138
+ case "JUMP_TO_STATE":
139
+ case "JUMP_TO_ACTION":
140
+ return T(r.state, (n) => {
141
+ if (s === void 0) {
142
+ u(n);
143
+ return;
144
+ }
145
+ JSON.stringify(e.getState()) !== JSON.stringify(n[s]) && u(n[s]);
146
+ });
147
+ case "IMPORT_STATE": {
148
+ const { nextLiftedState: n } = r.payload, a = (l = n.computedStates.slice(-1)[0]) == null ? void 0 : l.state;
149
+ if (!a) return;
150
+ u(s === void 0 ? a : a[s]), t?.send(
151
+ null,
152
+ // FIXME no-any
153
+ n
154
+ );
155
+ return;
156
+ }
157
+ case "PAUSE_RECORDING":
158
+ return v = !v;
159
+ }
160
+ return;
161
+ }
162
+ }), _;
163
+ }, D = I, T = (i, c) => {
164
+ let o;
165
+ try {
166
+ o = JSON.parse(i);
167
+ } catch (d) {
168
+ console.error(
169
+ "[zustand devtools middleware] Could not parse the received json",
170
+ d
171
+ );
172
+ }
173
+ o !== void 0 && c(o);
174
+ };
175
+ export {
176
+ D as devtools
177
+ };
package/misc.js ADDED
@@ -0,0 +1,58 @@
1
+ import { addNonEnumerableProperty as c } from "./object.js";
2
+ import { GLOBAL_OBJ as i } from "./worldwide.js";
3
+ function p() {
4
+ const t = i, e = t.crypto || t.msCrypto;
5
+ let n = () => Math.random() * 16;
6
+ try {
7
+ if (e && e.randomUUID)
8
+ return e.randomUUID().replace(/-/g, "");
9
+ e && e.getRandomValues && (n = () => {
10
+ const r = new Uint8Array(1);
11
+ return e.getRandomValues(r), r[0];
12
+ });
13
+ } catch {
14
+ }
15
+ return ("10000000100040008000" + 1e11).replace(
16
+ /[018]/g,
17
+ (r) => (
18
+ // eslint-disable-next-line no-bitwise
19
+ (r ^ (n() & 15) >> r / 4).toString(16)
20
+ )
21
+ );
22
+ }
23
+ function u(t) {
24
+ return t.exception && t.exception.values ? t.exception.values[0] : void 0;
25
+ }
26
+ function f(t, e, n) {
27
+ const r = t.exception = t.exception || {}, a = r.values = r.values || [], o = a[0] = a[0] || {};
28
+ o.value || (o.value = e || ""), o.type || (o.type = "Error");
29
+ }
30
+ function l(t, e) {
31
+ const n = u(t);
32
+ if (!n)
33
+ return;
34
+ const r = { type: "generic", handled: !0 }, a = n.mechanism;
35
+ if (n.mechanism = { ...r, ...a, ...e }, e && "data" in e) {
36
+ const o = { ...a && a.data, ...e.data };
37
+ n.mechanism.data = o;
38
+ }
39
+ }
40
+ function y(t) {
41
+ if (t && t.__sentry_captured__)
42
+ return !0;
43
+ try {
44
+ c(t, "__sentry_captured__", !0);
45
+ } catch {
46
+ }
47
+ return !1;
48
+ }
49
+ function m(t) {
50
+ return Array.isArray(t) ? t : [t];
51
+ }
52
+ export {
53
+ l as addExceptionMechanism,
54
+ f as addExceptionTypeValue,
55
+ m as arrayify,
56
+ y as checkOrSetAlreadyCaught,
57
+ p as uuid4
58
+ };