@owp/core 1.30.0 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (238) hide show
  1. package/colors/chart.d.ts +3 -0
  2. package/colors/chart.js +1 -0
  3. package/contexts.d.ts +3 -0
  4. package/contexts.js +1 -0
  5. package/dist/{Close-DnXyQZKh.js → Close-C91nHTKM.js} +280 -282
  6. package/dist/Close-C91nHTKM.js.map +1 -0
  7. package/dist/{OwpStoreProvider-Bx5p7ooQ.js → OwpStoreProvider-BPa_lWCz.js} +3 -3
  8. package/dist/OwpStoreProvider-BPa_lWCz.js.map +1 -0
  9. package/dist/OwpUtils-DV2LSByd.js +411 -0
  10. package/dist/OwpUtils-DV2LSByd.js.map +1 -0
  11. package/dist/colorMap-DP-DCZbV.js +82 -0
  12. package/dist/colorMap-DP-DCZbV.js.map +1 -0
  13. package/dist/colors/chart.js +6 -0
  14. package/dist/colors/chart.js.map +1 -0
  15. package/dist/colors.js +4 -1
  16. package/dist/colors.js.map +1 -1
  17. package/dist/commonCodeUtils-DNfSjP6S.js +42 -0
  18. package/dist/commonCodeUtils-DNfSjP6S.js.map +1 -0
  19. package/dist/contexts.js +104 -0
  20. package/dist/contexts.js.map +1 -0
  21. package/dist/{owpDark-DAY0F6Ph.js → dark-DAY0F6Ph.js} +1 -1
  22. package/dist/dark-DAY0F6Ph.js.map +1 -0
  23. package/dist/emotion-react-jsx-runtime.browser.esm-BMvSswBW.js +1496 -0
  24. package/dist/emotion-react-jsx-runtime.browser.esm-BMvSswBW.js.map +1 -0
  25. package/dist/hooks.js +119 -73
  26. package/dist/hooks.js.map +1 -1
  27. package/dist/index.css +1 -1
  28. package/dist/index.js +44321 -96
  29. package/dist/index.js.map +1 -1
  30. package/dist/isString-Codtu20I.js +55 -0
  31. package/dist/isString-Codtu20I.js.map +1 -0
  32. package/dist/isTypedArray-CCnDZ5HJ.js +609 -0
  33. package/dist/isTypedArray-CCnDZ5HJ.js.map +1 -0
  34. package/dist/language-DaxFvPOq.js +35 -0
  35. package/dist/language-DaxFvPOq.js.map +1 -0
  36. package/dist/lazyLoadedSlices-C18y0AEB.js +2773 -0
  37. package/dist/lazyLoadedSlices-C18y0AEB.js.map +1 -0
  38. package/dist/owp-app.css +1 -1
  39. package/dist/store.js +2 -2
  40. package/dist/{toUpper-i_I6Tyuv.js → toUpper-Dmh8Htx_.js} +2 -2
  41. package/dist/{toUpper-i_I6Tyuv.js.map → toUpper-Dmh8Htx_.js.map} +1 -1
  42. package/dist/{treeGridUtil-WTM_djsN.js → treeGridUtil-DAfaAk6C.js} +19 -19
  43. package/dist/{treeGridUtil-WTM_djsN.js.map → treeGridUtil-DAfaAk6C.js.map} +1 -1
  44. package/dist/types/colors/chart/colorMap.d.ts +8 -0
  45. package/dist/types/colors/chart/index.d.ts +1 -0
  46. package/dist/types/colors/index.d.ts +2 -2
  47. package/dist/types/colors/palettes/index.d.ts +2 -0
  48. package/dist/types/components/OwpErrorBoundary/OwpErrorBoundary.d.ts +1 -1
  49. package/dist/types/components/OwpFileUploadButton/OwpFileUploadButton.d.ts +2 -2
  50. package/dist/types/components/OwpHidden/OwpHidden.d.ts +19 -0
  51. package/dist/types/components/OwpHidden/index.d.ts +2 -0
  52. package/dist/types/components/OwpLayout/OwpLayout.d.ts +2 -2
  53. package/dist/types/components/OwpPageCarded/OwpPageCarded.d.ts +2 -2
  54. package/dist/types/components/OwpPageCarded/OwpPageCardedSidebar.d.ts +1 -1
  55. package/dist/types/components/OwpPicker/DatePickerInput.d.ts +1 -1
  56. package/dist/types/components/OwpStyleProvider/OwpStyleProvider.d.ts +5 -5
  57. package/dist/types/components/OwpTable/OwpTable.d.ts +1 -3
  58. package/dist/types/components/OwpTabs/OwpTab.d.ts +2 -4
  59. package/dist/types/components/OwpTabs/OwpTabs.d.ts +2 -4
  60. package/dist/types/{default-settings/OwpDefaultSettings.d.ts → configs/defaultConfig.d.ts} +1 -1
  61. package/dist/types/{components/layouts/layout2/Layout2Config.d.ts → configs/layoutConfig.d.ts} +12 -15
  62. package/dist/types/{context → contexts}/OwpAppProvider.d.ts +10 -3
  63. package/dist/types/hooks/index.d.ts +4 -2
  64. package/dist/types/{store/hooks.d.ts → hooks/useAppStore.d.ts} +1 -1
  65. package/dist/types/hooks/useCurrentLanguage.d.ts +1 -5
  66. package/dist/types/hooks/useInitApp.d.ts +8 -0
  67. package/dist/types/hooks/useInitCommonCodes.d.ts +4 -0
  68. package/dist/types/hooks/useLogoSrc.d.ts +8 -0
  69. package/dist/types/hooks/useNavigation.d.ts +3 -18
  70. package/dist/types/hooks/useOwpTranslation.d.ts +0 -2
  71. package/dist/types/hooks/useThemeMediaQuery.d.ts +1 -1
  72. package/dist/types/index.d.ts +3 -29
  73. package/dist/types/{components/layouts/layout3/Layout3.d.ts → layout/Layout.d.ts} +4 -4
  74. package/dist/types/layout/components/layouts/FooterLayout.d.ts +9 -0
  75. package/dist/types/layout/components/layouts/LeftSideLayout.d.ts +6 -0
  76. package/dist/types/layout/components/layouts/NavbarToggleFabLayout.d.ts +8 -0
  77. package/dist/types/layout/components/layouts/NavbarWrapperLayout.d.ts +5 -0
  78. package/dist/types/layout/components/menus/LogoutMenu.d.ts +8 -0
  79. package/dist/types/layout/components/menus/PasswordChangeMenu.d.ts +8 -0
  80. package/dist/types/{components/layouts/shared-components → layout/components/menus}/UserMenu.d.ts +1 -1
  81. package/dist/types/{components/layouts/shared-components → layout/components}/navbar/NavbarPinToggleButton.d.ts +1 -1
  82. package/dist/types/layout/components/navbar/NavbarToggleButton.d.ts +11 -0
  83. package/dist/types/layout/components/navbar/style/NavbarStyle.d.ts +5 -0
  84. package/dist/types/layout/components/navbar/style/NavbarStyleContent.d.ts +9 -0
  85. package/dist/types/layout/components/navigation/NavBadge.d.ts +17 -0
  86. package/dist/types/layout/components/navigation/NavItem.d.ts +14 -0
  87. package/dist/types/layout/components/navigation/Navigation.d.ts +3 -0
  88. package/dist/types/layout/components/navigation/NavigationMenu.d.ts +23 -0
  89. package/dist/types/layout/components/navigation/vertical/NavVerticalLayout.d.ts +9 -0
  90. package/dist/types/layout/components/navigation/vertical/types/NavVerticalCollapse.d.ts +6 -0
  91. package/dist/types/layout/components/navigation/vertical/types/NavVerticalGroup.d.ts +6 -0
  92. package/dist/types/layout/components/navigation/vertical/types/NavVerticalItem.d.ts +6 -0
  93. package/dist/types/layout/components/navigation/vertical/types/NavVerticalLink.d.ts +7 -0
  94. package/dist/types/layout/components/toggles/FullScreenToggle.d.ts +8 -0
  95. package/dist/types/layout/components/toggles/LanguageSwitcherToggle.d.ts +9 -0
  96. package/dist/types/layout/components/toggles/NavigationSearchToggle.d.ts +16 -0
  97. package/dist/types/layout/components/toggles/NavigationShortcutsToggle.d.ts +9 -0
  98. package/dist/types/layout/components/toggles/toggleStyles.d.ts +10 -0
  99. package/dist/types/{components/layouts/layout3/components/FooterLayout3.d.ts → layout/components/toolbar/ToolbarLayout.d.ts} +4 -4
  100. package/dist/types/{components/layouts → layout}/themeLayoutConfigs.d.ts +2 -4
  101. package/dist/types/store/index.d.ts +1 -1
  102. package/dist/types/store/lazyLoadedSlices.d.ts +2 -2
  103. package/dist/types/{components/layouts/shared-components/navigation/store → store}/navigationSlice.d.ts +10 -10
  104. package/dist/types/store/owpSettingsSlice.d.ts +18 -1356
  105. package/dist/types/{components/OwpNavigation/types/OwpNavItemType.d.ts → types/OwpNavigationTypes.d.ts} +14 -4
  106. package/dist/types/types/OwpSettingsTypes.d.ts +2 -2
  107. package/dist/types/types/index.d.ts +3 -0
  108. package/dist/types/utils/getEstimatedTextCellWidth.d.ts +12 -0
  109. package/dist/types/utils/index.d.ts +2 -0
  110. package/dist/types/utils/language.d.ts +8 -0
  111. package/dist/types/{components/OwpNavigation/utils/OwpNavigationHelper.d.ts → utils/navigationUtils.d.ts} +17 -5
  112. package/dist/types.js +2 -0
  113. package/dist/types.js.map +1 -0
  114. package/dist/{usePageLockLoading-BUI_3PlR.js → usePageLockLoading-BGODEt_k.js} +5 -5
  115. package/dist/usePageLockLoading-BGODEt_k.js.map +1 -0
  116. package/dist/useShortcuts-BjtlXprQ.js +236 -0
  117. package/dist/useShortcuts-BjtlXprQ.js.map +1 -0
  118. package/dist/useTreeGridExcelExport-BE6h1hsO.js +120 -0
  119. package/dist/useTreeGridExcelExport-BE6h1hsO.js.map +1 -0
  120. package/dist/utils.js +6911 -6671
  121. package/dist/utils.js.map +1 -1
  122. package/owp-app.css +1 -0
  123. package/package.json +51 -47
  124. package/types.d.ts +3 -0
  125. package/types.js +1 -0
  126. package/context.d.ts +0 -3
  127. package/context.js +0 -1
  128. package/dist/Close-DnXyQZKh.js.map +0 -1
  129. package/dist/OwpStoreProvider-Bx5p7ooQ.js.map +0 -1
  130. package/dist/OwpUtils-C81bM1Gz.js +0 -611
  131. package/dist/OwpUtils-C81bM1Gz.js.map +0 -1
  132. package/dist/QuickPanel-CO7Tyc8C.js +0 -104
  133. package/dist/QuickPanel-CO7Tyc8C.js.map +0 -1
  134. package/dist/context.js +0 -101
  135. package/dist/context.js.map +0 -1
  136. package/dist/emotion-react-jsx-runtime.browser.esm-Cb9H5d3i.js +0 -1751
  137. package/dist/emotion-react-jsx-runtime.browser.esm-Cb9H5d3i.js.map +0 -1
  138. package/dist/index-KlA5Es4t.js +0 -46971
  139. package/dist/index-KlA5Es4t.js.map +0 -1
  140. package/dist/isTypedArray-DPyC49cI.js +0 -411
  141. package/dist/isTypedArray-DPyC49cI.js.map +0 -1
  142. package/dist/lazyLoadedSlices-DC7yg4GT.js +0 -2832
  143. package/dist/lazyLoadedSlices-DC7yg4GT.js.map +0 -1
  144. package/dist/owpDark-DAY0F6Ph.js.map +0 -1
  145. package/dist/types/components/OwpCommonDialog/OwpCommonDialog.d.ts +0 -1
  146. package/dist/types/components/OwpCommonDialog/index.d.ts +0 -1
  147. package/dist/types/components/OwpNavigation/OwpNavBadge.d.ts +0 -17
  148. package/dist/types/components/OwpNavigation/OwpNavItem.d.ts +0 -14
  149. package/dist/types/components/OwpNavigation/OwpNavigation.d.ts +0 -23
  150. package/dist/types/components/OwpNavigation/horizontal/OwpNavHorizontalLayout1.d.ts +0 -7
  151. package/dist/types/components/OwpNavigation/horizontal/types/OwpNavHorizontalCollapse.d.ts +0 -15
  152. package/dist/types/components/OwpNavigation/horizontal/types/OwpNavHorizontalGroup.d.ts +0 -13
  153. package/dist/types/components/OwpNavigation/horizontal/types/OwpNavHorizontalItem.d.ts +0 -11
  154. package/dist/types/components/OwpNavigation/horizontal/types/OwpNavHorizontalLink.d.ts +0 -8
  155. package/dist/types/components/OwpNavigation/index.d.ts +0 -1
  156. package/dist/types/components/OwpNavigation/isUrlInChildren.d.ts +0 -7
  157. package/dist/types/components/OwpNavigation/models/OwpNavItemModel.d.ts +0 -8
  158. package/dist/types/components/OwpNavigation/types/OwpNavBadgeType.d.ts +0 -9
  159. package/dist/types/components/OwpNavigation/utils/components.d.ts +0 -4
  160. package/dist/types/components/OwpNavigation/utils/registerComponent.d.ts +0 -4
  161. package/dist/types/components/OwpNavigation/vertical/OwpNavVerticalLayout1.d.ts +0 -9
  162. package/dist/types/components/OwpNavigation/vertical/OwpNavVerticalLayout2.d.ts +0 -7
  163. package/dist/types/components/OwpNavigation/vertical/types/OwpNavVerticalCollapse.d.ts +0 -7
  164. package/dist/types/components/OwpNavigation/vertical/types/OwpNavVerticalGroup.d.ts +0 -7
  165. package/dist/types/components/OwpNavigation/vertical/types/OwpNavVerticalItem.d.ts +0 -7
  166. package/dist/types/components/OwpNavigation/vertical/types/OwpNavVerticalLink.d.ts +0 -8
  167. package/dist/types/components/OwpNavigation/vertical/types/OwpNavVerticalTab.d.ts +0 -11
  168. package/dist/types/components/OwpSearch/OwpSearch.d.ts +0 -23
  169. package/dist/types/components/OwpSearch/index.d.ts +0 -1
  170. package/dist/types/components/OwpShortcuts/OwpShortcuts.d.ts +0 -19
  171. package/dist/types/components/OwpShortcuts/index.d.ts +0 -1
  172. package/dist/types/components/OwpSidePanel/OwpSidePanel.d.ts +0 -18
  173. package/dist/types/components/OwpSidePanel/index.d.ts +0 -1
  174. package/dist/types/components/OwpTheme/OwpTheme.d.ts +0 -18
  175. package/dist/types/components/OwpTheme/index.d.ts +0 -1
  176. package/dist/types/components/OwpThemeSelector/OwpThemeSelector.d.ts +0 -16
  177. package/dist/types/components/OwpThemeSelector/SchemePreview.d.ts +0 -14
  178. package/dist/types/components/OwpThemeSelector/ThemePreview.d.ts +0 -17
  179. package/dist/types/components/OwpThemeSelector/index.d.ts +0 -1
  180. package/dist/types/components/layouts/layout1/Layout1.d.ts +0 -10
  181. package/dist/types/components/layouts/layout1/Layout1Config.d.ts +0 -114
  182. package/dist/types/components/layouts/layout1/components/FooterLayout1.d.ts +0 -9
  183. package/dist/types/components/layouts/layout1/components/LeftSideLayout1.d.ts +0 -6
  184. package/dist/types/components/layouts/layout1/components/NavbarToggleFabLayout1.d.ts +0 -8
  185. package/dist/types/components/layouts/layout1/components/NavbarWrapperLayout1.d.ts +0 -5
  186. package/dist/types/components/layouts/layout1/components/ToolbarLayout1.d.ts +0 -9
  187. package/dist/types/components/layouts/layout1/components/navbar/style-1/NavbarStyle1.d.ts +0 -5
  188. package/dist/types/components/layouts/layout1/components/navbar/style-1/NavbarStyle1Content.d.ts +0 -9
  189. package/dist/types/components/layouts/layout1/components/navbar/style-2/NavbarStyle2.d.ts +0 -5
  190. package/dist/types/components/layouts/layout1/components/navbar/style-2/NavbarStyle2Content.d.ts +0 -9
  191. package/dist/types/components/layouts/layout1/components/navbar/style-3/NavbarStyle3.d.ts +0 -9
  192. package/dist/types/components/layouts/layout1/components/navbar/style-3/NavbarStyle3Content.d.ts +0 -10
  193. package/dist/types/components/layouts/layout2/Layout2.d.ts +0 -10
  194. package/dist/types/components/layouts/layout2/components/FooterLayout2.d.ts +0 -9
  195. package/dist/types/components/layouts/layout2/components/LeftSideLayout2.d.ts +0 -6
  196. package/dist/types/components/layouts/layout2/components/NavbarLayout2.d.ts +0 -9
  197. package/dist/types/components/layouts/layout2/components/NavbarMobileLayout2.d.ts +0 -9
  198. package/dist/types/components/layouts/layout2/components/NavbarToggleFabLayout2.d.ts +0 -8
  199. package/dist/types/components/layouts/layout2/components/NavbarWrapperLayout2.d.ts +0 -5
  200. package/dist/types/components/layouts/layout2/components/RightSideLayout2.d.ts +0 -6
  201. package/dist/types/components/layouts/layout2/components/ToolbarLayout2.d.ts +0 -9
  202. package/dist/types/components/layouts/layout3/Layout3Config.d.ts +0 -110
  203. package/dist/types/components/layouts/layout3/components/LeftSideLayout3.d.ts +0 -6
  204. package/dist/types/components/layouts/layout3/components/NavbarLayout3.d.ts +0 -9
  205. package/dist/types/components/layouts/layout3/components/NavbarMobileLayout3.d.ts +0 -9
  206. package/dist/types/components/layouts/layout3/components/NavbarWrapperLayout3.d.ts +0 -5
  207. package/dist/types/components/layouts/layout3/components/RightSideLayout3.d.ts +0 -6
  208. package/dist/types/components/layouts/layout3/components/ToolbarLayout3.d.ts +0 -9
  209. package/dist/types/components/layouts/shared-components/FullScreenToggle.d.ts +0 -8
  210. package/dist/types/components/layouts/shared-components/LanguageSwitcher.d.ts +0 -7
  211. package/dist/types/components/layouts/shared-components/PasswordChangeForm.d.ts +0 -2
  212. package/dist/types/components/layouts/shared-components/navbar/NavbarToggleButton.d.ts +0 -7
  213. package/dist/types/components/layouts/shared-components/navigation/Navigation.d.ts +0 -3
  214. package/dist/types/components/layouts/shared-components/navigation/NavigationSearch.d.ts +0 -6
  215. package/dist/types/components/layouts/shared-components/navigation/NavigationShortcuts.d.ts +0 -6
  216. package/dist/types/components/layouts/shared-components/quickPanel/QuickPanel.d.ts +0 -5
  217. package/dist/types/components/layouts/shared-components/quickPanel/QuickPanelToggleButton.d.ts +0 -9
  218. package/dist/types/components/layouts/shared-components/quickPanel/quickPanelSlice.d.ts +0 -14
  219. package/dist/types/hooks/useCurrentLogoSrc.d.ts +0 -8
  220. package/dist/types/hooks/useTreeGridCommonCodeEnum.d.ts +0 -8
  221. package/dist/usePageLockLoading-BUI_3PlR.js.map +0 -1
  222. package/dist/useShortcuts-CCf98L8m.js +0 -241
  223. package/dist/useShortcuts-CCf98L8m.js.map +0 -1
  224. package/dist/useStorage-CuUmH4fD.js +0 -50
  225. package/dist/useStorage-CuUmH4fD.js.map +0 -1
  226. package/dist/useTreeGridExcelExport-N2nOKmkz.js +0 -138
  227. package/dist/useTreeGridExcelExport-N2nOKmkz.js.map +0 -1
  228. /package/dist/types/colors/{owpDark.d.ts → palettes/dark.d.ts} +0 -0
  229. /package/dist/types/colors/{skyBlue.d.ts → palettes/skyBlue.d.ts} +0 -0
  230. /package/dist/types/{context → contexts}/OwpCoreProvider.d.ts +0 -0
  231. /package/dist/types/{context → contexts}/OwpStoreProvider.d.ts +0 -0
  232. /package/dist/types/{context → contexts}/OwpUiProvider.d.ts +0 -0
  233. /package/dist/types/{context → contexts}/index.d.ts +0 -0
  234. /package/dist/types/{components/layouts/shared-components → layout/components/logo}/Logo.d.ts +0 -0
  235. /package/dist/types/{components/layouts/shared-components → layout/components}/navbar/NavbarToggleFab.d.ts +0 -0
  236. /package/dist/types/{components/layouts/shared-components → layout/components/toggles}/LogoutToggle.d.ts +0 -0
  237. /package/dist/types/{components/layouts → layout}/themeLayouts.d.ts +0 -0
  238. /package/dist/types/{components/layouts/shared-components/navbar → store}/navbarSlice.d.ts +0 -0
@@ -1,1751 +0,0 @@
1
- var yt = Object.defineProperty;
2
- var n = (e, t) => yt(e, "name", { value: t, configurable: !0 });
3
- import * as Q from "react";
4
- import Mr, { forwardRef as bt, useContext as Et } from "react";
5
- var tr = { exports: {} }, be = {};
6
- /**
7
- * @license React
8
- * react-jsx-runtime.production.min.js
9
- *
10
- * Copyright (c) Facebook, Inc. and its affiliates.
11
- *
12
- * This source code is licensed under the MIT license found in the
13
- * LICENSE file in the root directory of this source tree.
14
- */
15
- var xr;
16
- function gt() {
17
- if (xr) return be;
18
- xr = 1;
19
- var e = Mr, t = Symbol.for("react.element"), a = Symbol.for("react.fragment"), i = Object.prototype.hasOwnProperty, o = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, c = { key: !0, ref: !0, __self: !0, __source: !0 };
20
- function l(p, v, y) {
21
- var m, b = {}, I = null, F = null;
22
- y !== void 0 && (I = "" + y), v.key !== void 0 && (I = "" + v.key), v.ref !== void 0 && (F = v.ref);
23
- for (m in v) i.call(v, m) && !c.hasOwnProperty(m) && (b[m] = v[m]);
24
- if (p && p.defaultProps) for (m in v = p.defaultProps, v) b[m] === void 0 && (b[m] = v[m]);
25
- return { $$typeof: t, type: p, key: I, ref: F, props: b, _owner: o.current };
26
- }
27
- return n(l, "q"), be.Fragment = a, be.jsx = l, be.jsxs = l, be;
28
- }
29
- n(gt, "requireReactJsxRuntime_production_min");
30
- var Ee = {};
31
- /**
32
- * @license React
33
- * react-jsx-runtime.development.js
34
- *
35
- * Copyright (c) Facebook, Inc. and its affiliates.
36
- *
37
- * This source code is licensed under the MIT license found in the
38
- * LICENSE file in the root directory of this source tree.
39
- */
40
- var Cr;
41
- function _t() {
42
- return Cr || (Cr = 1, process.env.NODE_ENV !== "production" && function() {
43
- var e = Mr, t = Symbol.for("react.element"), a = Symbol.for("react.portal"), i = Symbol.for("react.fragment"), o = Symbol.for("react.strict_mode"), c = Symbol.for("react.profiler"), l = Symbol.for("react.provider"), p = Symbol.for("react.context"), v = Symbol.for("react.forward_ref"), y = Symbol.for("react.suspense"), m = Symbol.for("react.suspense_list"), b = Symbol.for("react.memo"), I = Symbol.for("react.lazy"), F = Symbol.for("react.offscreen"), k = Symbol.iterator, O = "@@iterator";
44
- function D(r) {
45
- if (r === null || typeof r != "object")
46
- return null;
47
- var s = k && r[k] || r[O];
48
- return typeof s == "function" ? s : null;
49
- }
50
- n(D, "getIteratorFn");
51
- var R = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
52
- function E(r) {
53
- {
54
- for (var s = arguments.length, u = new Array(s > 1 ? s - 1 : 0), h = 1; h < s; h++)
55
- u[h - 1] = arguments[h];
56
- A("error", r, u);
57
- }
58
- }
59
- n(E, "error");
60
- function A(r, s, u) {
61
- {
62
- var h = R.ReactDebugCurrentFrame, C = h.getStackAddendum();
63
- C !== "" && (s += "%s", u = u.concat([C]));
64
- var $ = u.map(function(_) {
65
- return String(_);
66
- });
67
- $.unshift("Warning: " + s), Function.prototype.apply.call(console[r], console, $);
68
- }
69
- }
70
- n(A, "printWarning");
71
- var M = !1, f = !1, L = !1, P = !1, ze = !1, Te;
72
- Te = Symbol.for("react.module.reference");
73
- function qe(r) {
74
- return !!(typeof r == "string" || typeof r == "function" || r === i || r === c || ze || r === o || r === y || r === m || P || r === F || M || f || L || typeof r == "object" && r !== null && (r.$$typeof === I || r.$$typeof === b || r.$$typeof === l || r.$$typeof === p || r.$$typeof === v || // This needs to include all possible module reference object
75
- // types supported by any Flight configuration anywhere since
76
- // we don't know which Flight build this will end up being used
77
- // with.
78
- r.$$typeof === Te || r.getModuleId !== void 0));
79
- }
80
- n(qe, "isValidElementType");
81
- function Ge(r, s, u) {
82
- var h = r.displayName;
83
- if (h)
84
- return h;
85
- var C = s.displayName || s.name || "";
86
- return C !== "" ? u + "(" + C + ")" : u;
87
- }
88
- n(Ge, "getWrappedName");
89
- function we(r) {
90
- return r.displayName || "Context";
91
- }
92
- n(we, "getContextName");
93
- function K(r) {
94
- if (r == null)
95
- return null;
96
- if (typeof r.tag == "number" && E("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof r == "function")
97
- return r.displayName || r.name || null;
98
- if (typeof r == "string")
99
- return r;
100
- switch (r) {
101
- case i:
102
- return "Fragment";
103
- case a:
104
- return "Portal";
105
- case c:
106
- return "Profiler";
107
- case o:
108
- return "StrictMode";
109
- case y:
110
- return "Suspense";
111
- case m:
112
- return "SuspenseList";
113
- }
114
- if (typeof r == "object")
115
- switch (r.$$typeof) {
116
- case p:
117
- var s = r;
118
- return we(s) + ".Consumer";
119
- case l:
120
- var u = r;
121
- return we(u._context) + ".Provider";
122
- case v:
123
- return Ge(r, r.render, "ForwardRef");
124
- case b:
125
- var h = r.displayName || null;
126
- return h !== null ? h : K(r.type) || "Memo";
127
- case I: {
128
- var C = r, $ = C._payload, _ = C._init;
129
- try {
130
- return K(_($));
131
- } catch {
132
- return null;
133
- }
134
- }
135
- }
136
- return null;
137
- }
138
- n(K, "getComponentNameFromType");
139
- var Z = Object.assign, ee = 0, Pe, Oe, le, Ae, de, $e, ke;
140
- function Fe() {
141
- }
142
- n(Fe, "disabledLog"), Fe.__reactDisabledLog = !0;
143
- function Be() {
144
- {
145
- if (ee === 0) {
146
- Pe = console.log, Oe = console.info, le = console.warn, Ae = console.error, de = console.group, $e = console.groupCollapsed, ke = console.groupEnd;
147
- var r = {
148
- configurable: !0,
149
- enumerable: !0,
150
- value: Fe,
151
- writable: !0
152
- };
153
- Object.defineProperties(console, {
154
- info: r,
155
- log: r,
156
- warn: r,
157
- error: r,
158
- group: r,
159
- groupCollapsed: r,
160
- groupEnd: r
161
- });
162
- }
163
- ee++;
164
- }
165
- }
166
- n(Be, "disableLogs");
167
- function Ke() {
168
- {
169
- if (ee--, ee === 0) {
170
- var r = {
171
- configurable: !0,
172
- enumerable: !0,
173
- writable: !0
174
- };
175
- Object.defineProperties(console, {
176
- log: Z({}, r, {
177
- value: Pe
178
- }),
179
- info: Z({}, r, {
180
- value: Oe
181
- }),
182
- warn: Z({}, r, {
183
- value: le
184
- }),
185
- error: Z({}, r, {
186
- value: Ae
187
- }),
188
- group: Z({}, r, {
189
- value: de
190
- }),
191
- groupCollapsed: Z({}, r, {
192
- value: $e
193
- }),
194
- groupEnd: Z({}, r, {
195
- value: ke
196
- })
197
- });
198
- }
199
- ee < 0 && E("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
200
- }
201
- }
202
- n(Ke, "reenableLogs");
203
- var ve = R.ReactCurrentDispatcher, pe;
204
- function ne(r, s, u) {
205
- {
206
- if (pe === void 0)
207
- try {
208
- throw Error();
209
- } catch (C) {
210
- var h = C.stack.trim().match(/\n( *(at )?)/);
211
- pe = h && h[1] || "";
212
- }
213
- return `
214
- ` + pe + r;
215
- }
216
- }
217
- n(ne, "describeBuiltInComponentFrame");
218
- var he = !1, ae;
219
- {
220
- var Je = typeof WeakMap == "function" ? WeakMap : Map;
221
- ae = new Je();
222
- }
223
- function d(r, s) {
224
- if (!r || he)
225
- return "";
226
- {
227
- var u = ae.get(r);
228
- if (u !== void 0)
229
- return u;
230
- }
231
- var h;
232
- he = !0;
233
- var C = Error.prepareStackTrace;
234
- Error.prepareStackTrace = void 0;
235
- var $;
236
- $ = ve.current, ve.current = null, Be();
237
- try {
238
- if (s) {
239
- var _ = /* @__PURE__ */ n(function() {
240
- throw Error();
241
- }, "Fake");
242
- if (Object.defineProperty(_.prototype, "props", {
243
- set: /* @__PURE__ */ n(function() {
244
- throw Error();
245
- }, "set")
246
- }), typeof Reflect == "object" && Reflect.construct) {
247
- try {
248
- Reflect.construct(_, []);
249
- } catch (z) {
250
- h = z;
251
- }
252
- Reflect.construct(r, [], _);
253
- } else {
254
- try {
255
- _.call();
256
- } catch (z) {
257
- h = z;
258
- }
259
- r.call(_.prototype);
260
- }
261
- } else {
262
- try {
263
- throw Error();
264
- } catch (z) {
265
- h = z;
266
- }
267
- r();
268
- }
269
- } catch (z) {
270
- if (z && h && typeof z.stack == "string") {
271
- for (var g = z.stack.split(`
272
- `), U = h.stack.split(`
273
- `), j = g.length - 1, N = U.length - 1; j >= 1 && N >= 0 && g[j] !== U[N]; )
274
- N--;
275
- for (; j >= 1 && N >= 0; j--, N--)
276
- if (g[j] !== U[N]) {
277
- if (j !== 1 || N !== 1)
278
- do
279
- if (j--, N--, N < 0 || g[j] !== U[N]) {
280
- var B = `
281
- ` + g[j].replace(" at new ", " at ");
282
- return r.displayName && B.includes("<anonymous>") && (B = B.replace("<anonymous>", r.displayName)), typeof r == "function" && ae.set(r, B), B;
283
- }
284
- while (j >= 1 && N >= 0);
285
- break;
286
- }
287
- }
288
- } finally {
289
- he = !1, ve.current = $, Ke(), Error.prepareStackTrace = C;
290
- }
291
- var se = r ? r.displayName || r.name : "", te = se ? ne(se) : "";
292
- return typeof r == "function" && ae.set(r, te), te;
293
- }
294
- n(d, "describeNativeComponentFrame");
295
- function me(r, s, u) {
296
- return d(r, !1);
297
- }
298
- n(me, "describeFunctionComponentFrame");
299
- function ie(r) {
300
- var s = r.prototype;
301
- return !!(s && s.isReactComponent);
302
- }
303
- n(ie, "shouldConstruct");
304
- function re(r, s, u) {
305
- if (r == null)
306
- return "";
307
- if (typeof r == "function")
308
- return d(r, ie(r));
309
- if (typeof r == "string")
310
- return ne(r);
311
- switch (r) {
312
- case y:
313
- return ne("Suspense");
314
- case m:
315
- return ne("SuspenseList");
316
- }
317
- if (typeof r == "object")
318
- switch (r.$$typeof) {
319
- case v:
320
- return me(r.render);
321
- case b:
322
- return re(r.type, s, u);
323
- case I: {
324
- var h = r, C = h._payload, $ = h._init;
325
- try {
326
- return re($(C), s, u);
327
- } catch {
328
- }
329
- }
330
- }
331
- return "";
332
- }
333
- n(re, "describeUnknownElementTypeFrameInDEV");
334
- var ye = Object.prototype.hasOwnProperty, ur = {}, lr = R.ReactDebugCurrentFrame;
335
- function Me(r) {
336
- if (r) {
337
- var s = r._owner, u = re(r.type, r._source, s ? s.type : null);
338
- lr.setExtraStackFrame(u);
339
- } else
340
- lr.setExtraStackFrame(null);
341
- }
342
- n(Me, "setCurrentlyValidatingElement");
343
- function Jr(r, s, u, h, C) {
344
- {
345
- var $ = Function.call.bind(ye);
346
- for (var _ in r)
347
- if ($(r, _)) {
348
- var g = void 0;
349
- try {
350
- if (typeof r[_] != "function") {
351
- var U = Error((h || "React class") + ": " + u + " type `" + _ + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof r[_] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
352
- throw U.name = "Invariant Violation", U;
353
- }
354
- g = r[_](s, _, h, u, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
355
- } catch (j) {
356
- g = j;
357
- }
358
- g && !(g instanceof Error) && (Me(C), E("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", h || "React class", u, _, typeof g), Me(null)), g instanceof Error && !(g.message in ur) && (ur[g.message] = !0, Me(C), E("Failed %s type: %s", u, g.message), Me(null));
359
- }
360
- }
361
- }
362
- n(Jr, "checkPropTypes");
363
- var Hr = Array.isArray;
364
- function He(r) {
365
- return Hr(r);
366
- }
367
- n(He, "isArray");
368
- function Xr(r) {
369
- {
370
- var s = typeof Symbol == "function" && Symbol.toStringTag, u = s && r[Symbol.toStringTag] || r.constructor.name || "Object";
371
- return u;
372
- }
373
- }
374
- n(Xr, "typeName");
375
- function Zr(r) {
376
- try {
377
- return dr(r), !1;
378
- } catch {
379
- return !0;
380
- }
381
- }
382
- n(Zr, "willCoercionThrow");
383
- function dr(r) {
384
- return "" + r;
385
- }
386
- n(dr, "testStringCoercion");
387
- function vr(r) {
388
- if (Zr(r))
389
- return E("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Xr(r)), dr(r);
390
- }
391
- n(vr, "checkKeyStringCoercion");
392
- var pr = R.ReactCurrentOwner, Qr = {
393
- key: !0,
394
- ref: !0,
395
- __self: !0,
396
- __source: !0
397
- }, hr, mr;
398
- function et(r) {
399
- if (ye.call(r, "ref")) {
400
- var s = Object.getOwnPropertyDescriptor(r, "ref").get;
401
- if (s && s.isReactWarning)
402
- return !1;
403
- }
404
- return r.ref !== void 0;
405
- }
406
- n(et, "hasValidRef");
407
- function rt(r) {
408
- if (ye.call(r, "key")) {
409
- var s = Object.getOwnPropertyDescriptor(r, "key").get;
410
- if (s && s.isReactWarning)
411
- return !1;
412
- }
413
- return r.key !== void 0;
414
- }
415
- n(rt, "hasValidKey");
416
- function tt(r, s) {
417
- typeof r.ref == "string" && pr.current;
418
- }
419
- n(tt, "warnIfStringRefCannotBeAutoConverted");
420
- function nt(r, s) {
421
- {
422
- var u = /* @__PURE__ */ n(function() {
423
- hr || (hr = !0, E("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", s));
424
- }, "warnAboutAccessingKey");
425
- u.isReactWarning = !0, Object.defineProperty(r, "key", {
426
- get: u,
427
- configurable: !0
428
- });
429
- }
430
- }
431
- n(nt, "defineKeyPropWarningGetter");
432
- function at(r, s) {
433
- {
434
- var u = /* @__PURE__ */ n(function() {
435
- mr || (mr = !0, E("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", s));
436
- }, "warnAboutAccessingRef");
437
- u.isReactWarning = !0, Object.defineProperty(r, "ref", {
438
- get: u,
439
- configurable: !0
440
- });
441
- }
442
- }
443
- n(at, "defineRefPropWarningGetter");
444
- var it = /* @__PURE__ */ n(function(r, s, u, h, C, $, _) {
445
- var g = {
446
- // This tag allows us to uniquely identify this as a React Element
447
- $$typeof: t,
448
- // Built-in properties that belong on the element
449
- type: r,
450
- key: s,
451
- ref: u,
452
- props: _,
453
- // Record the component responsible for creating this element.
454
- _owner: $
455
- };
456
- return g._store = {}, Object.defineProperty(g._store, "validated", {
457
- configurable: !1,
458
- enumerable: !1,
459
- writable: !0,
460
- value: !1
461
- }), Object.defineProperty(g, "_self", {
462
- configurable: !1,
463
- enumerable: !1,
464
- writable: !1,
465
- value: h
466
- }), Object.defineProperty(g, "_source", {
467
- configurable: !1,
468
- enumerable: !1,
469
- writable: !1,
470
- value: C
471
- }), Object.freeze && (Object.freeze(g.props), Object.freeze(g)), g;
472
- }, "ReactElement");
473
- function ot(r, s, u, h, C) {
474
- {
475
- var $, _ = {}, g = null, U = null;
476
- u !== void 0 && (vr(u), g = "" + u), rt(s) && (vr(s.key), g = "" + s.key), et(s) && (U = s.ref, tt(s, C));
477
- for ($ in s)
478
- ye.call(s, $) && !Qr.hasOwnProperty($) && (_[$] = s[$]);
479
- if (r && r.defaultProps) {
480
- var j = r.defaultProps;
481
- for ($ in j)
482
- _[$] === void 0 && (_[$] = j[$]);
483
- }
484
- if (g || U) {
485
- var N = typeof r == "function" ? r.displayName || r.name || "Unknown" : r;
486
- g && nt(_, N), U && at(_, N);
487
- }
488
- return it(r, g, U, C, h, pr.current, _);
489
- }
490
- }
491
- n(ot, "jsxDEV");
492
- var Xe = R.ReactCurrentOwner, yr = R.ReactDebugCurrentFrame;
493
- function oe(r) {
494
- if (r) {
495
- var s = r._owner, u = re(r.type, r._source, s ? s.type : null);
496
- yr.setExtraStackFrame(u);
497
- } else
498
- yr.setExtraStackFrame(null);
499
- }
500
- n(oe, "setCurrentlyValidatingElement$1");
501
- var Ze;
502
- Ze = !1;
503
- function Qe(r) {
504
- return typeof r == "object" && r !== null && r.$$typeof === t;
505
- }
506
- n(Qe, "isValidElement");
507
- function br() {
508
- {
509
- if (Xe.current) {
510
- var r = K(Xe.current.type);
511
- if (r)
512
- return `
513
-
514
- Check the render method of \`` + r + "`.";
515
- }
516
- return "";
517
- }
518
- }
519
- n(br, "getDeclarationErrorAddendum");
520
- function st(r) {
521
- return "";
522
- }
523
- n(st, "getSourceInfoErrorAddendum");
524
- var Er = {};
525
- function ct(r) {
526
- {
527
- var s = br();
528
- if (!s) {
529
- var u = typeof r == "string" ? r : r.displayName || r.name;
530
- u && (s = `
531
-
532
- Check the top-level render call using <` + u + ">.");
533
- }
534
- return s;
535
- }
536
- }
537
- n(ct, "getCurrentComponentErrorInfo");
538
- function gr(r, s) {
539
- {
540
- if (!r._store || r._store.validated || r.key != null)
541
- return;
542
- r._store.validated = !0;
543
- var u = ct(s);
544
- if (Er[u])
545
- return;
546
- Er[u] = !0;
547
- var h = "";
548
- r && r._owner && r._owner !== Xe.current && (h = " It was passed a child from " + K(r._owner.type) + "."), oe(r), E('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', u, h), oe(null);
549
- }
550
- }
551
- n(gr, "validateExplicitKey");
552
- function _r(r, s) {
553
- {
554
- if (typeof r != "object")
555
- return;
556
- if (He(r))
557
- for (var u = 0; u < r.length; u++) {
558
- var h = r[u];
559
- Qe(h) && gr(h, s);
560
- }
561
- else if (Qe(r))
562
- r._store && (r._store.validated = !0);
563
- else if (r) {
564
- var C = D(r);
565
- if (typeof C == "function" && C !== r.entries)
566
- for (var $ = C.call(r), _; !(_ = $.next()).done; )
567
- Qe(_.value) && gr(_.value, s);
568
- }
569
- }
570
- }
571
- n(_r, "validateChildKeys");
572
- function ft(r) {
573
- {
574
- var s = r.type;
575
- if (s == null || typeof s == "string")
576
- return;
577
- var u;
578
- if (typeof s == "function")
579
- u = s.propTypes;
580
- else if (typeof s == "object" && (s.$$typeof === v || // Note: Memo only checks outer props here.
581
- // Inner props are checked in the reconciler.
582
- s.$$typeof === b))
583
- u = s.propTypes;
584
- else
585
- return;
586
- if (u) {
587
- var h = K(s);
588
- Jr(u, r.props, "prop", h, r);
589
- } else if (s.PropTypes !== void 0 && !Ze) {
590
- Ze = !0;
591
- var C = K(s);
592
- E("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", C || "Unknown");
593
- }
594
- typeof s.getDefaultProps == "function" && !s.getDefaultProps.isReactClassApproved && E("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
595
- }
596
- }
597
- n(ft, "validatePropTypes");
598
- function ut(r) {
599
- {
600
- for (var s = Object.keys(r.props), u = 0; u < s.length; u++) {
601
- var h = s[u];
602
- if (h !== "children" && h !== "key") {
603
- oe(r), E("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", h), oe(null);
604
- break;
605
- }
606
- }
607
- r.ref !== null && (oe(r), E("Invalid attribute `ref` supplied to `React.Fragment`."), oe(null));
608
- }
609
- }
610
- n(ut, "validateFragmentProps");
611
- var Rr = {};
612
- function Sr(r, s, u, h, C, $) {
613
- {
614
- var _ = qe(r);
615
- if (!_) {
616
- var g = "";
617
- (r === void 0 || typeof r == "object" && r !== null && Object.keys(r).length === 0) && (g += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
618
- var U = st();
619
- U ? g += U : g += br();
620
- var j;
621
- r === null ? j = "null" : He(r) ? j = "array" : r !== void 0 && r.$$typeof === t ? (j = "<" + (K(r.type) || "Unknown") + " />", g = " Did you accidentally export a JSX literal instead of a component?") : j = typeof r, E("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", j, g);
622
- }
623
- var N = ot(r, s, u, C, $);
624
- if (N == null)
625
- return N;
626
- if (_) {
627
- var B = s.children;
628
- if (B !== void 0)
629
- if (h)
630
- if (He(B)) {
631
- for (var se = 0; se < B.length; se++)
632
- _r(B[se], r);
633
- Object.freeze && Object.freeze(B);
634
- } else
635
- E("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
636
- else
637
- _r(B, r);
638
- }
639
- if (ye.call(s, "key")) {
640
- var te = K(r), z = Object.keys(s).filter(function(mt) {
641
- return mt !== "key";
642
- }), er = z.length > 0 ? "{key: someKey, " + z.join(": ..., ") + ": ...}" : "{key: someKey}";
643
- if (!Rr[te + er]) {
644
- var ht = z.length > 0 ? "{" + z.join(": ..., ") + ": ...}" : "{}";
645
- E(`A props object containing a "key" prop is being spread into JSX:
646
- let props = %s;
647
- <%s {...props} />
648
- React keys must be passed directly to JSX without using spread:
649
- let props = %s;
650
- <%s key={someKey} {...props} />`, er, te, ht, te), Rr[te + er] = !0;
651
- }
652
- }
653
- return r === i ? ut(N) : ft(N), N;
654
- }
655
- }
656
- n(Sr, "jsxWithValidation");
657
- function lt(r, s, u) {
658
- return Sr(r, s, u, !0);
659
- }
660
- n(lt, "jsxWithValidationStatic");
661
- function dt(r, s, u) {
662
- return Sr(r, s, u, !1);
663
- }
664
- n(dt, "jsxWithValidationDynamic");
665
- var vt = dt, pt = lt;
666
- Ee.Fragment = i, Ee.jsx = vt, Ee.jsxs = pt;
667
- }()), Ee;
668
- }
669
- n(_t, "requireReactJsxRuntime_development");
670
- process.env.NODE_ENV === "production" ? tr.exports = gt() : tr.exports = _t();
671
- var _e = tr.exports;
672
- function Rt(e) {
673
- if (e.sheet)
674
- return e.sheet;
675
- for (var t = 0; t < document.styleSheets.length; t++)
676
- if (document.styleSheets[t].ownerNode === e)
677
- return document.styleSheets[t];
678
- }
679
- n(Rt, "sheetForTag");
680
- function St(e) {
681
- var t = document.createElement("style");
682
- return t.setAttribute("data-emotion", e.key), e.nonce !== void 0 && t.setAttribute("nonce", e.nonce), t.appendChild(document.createTextNode("")), t.setAttribute("data-s", ""), t;
683
- }
684
- n(St, "createStyleElement");
685
- var xt = /* @__PURE__ */ function() {
686
- function e(a) {
687
- var i = this;
688
- this._insertTag = function(o) {
689
- var c;
690
- i.tags.length === 0 ? i.insertionPoint ? c = i.insertionPoint.nextSibling : i.prepend ? c = i.container.firstChild : c = i.before : c = i.tags[i.tags.length - 1].nextSibling, i.container.insertBefore(o, c), i.tags.push(o);
691
- }, this.isSpeedy = a.speedy === void 0 ? !0 : a.speedy, this.tags = [], this.ctr = 0, this.nonce = a.nonce, this.key = a.key, this.container = a.container, this.prepend = a.prepend, this.insertionPoint = a.insertionPoint, this.before = null;
692
- }
693
- n(e, "StyleSheet");
694
- var t = e.prototype;
695
- return t.hydrate = /* @__PURE__ */ n(function(i) {
696
- i.forEach(this._insertTag);
697
- }, "hydrate"), t.insert = /* @__PURE__ */ n(function(i) {
698
- this.ctr % (this.isSpeedy ? 65e3 : 1) === 0 && this._insertTag(St(this));
699
- var o = this.tags[this.tags.length - 1];
700
- if (this.isSpeedy) {
701
- var c = Rt(o);
702
- try {
703
- c.insertRule(i, c.cssRules.length);
704
- } catch {
705
- }
706
- } else
707
- o.appendChild(document.createTextNode(i));
708
- this.ctr++;
709
- }, "insert"), t.flush = /* @__PURE__ */ n(function() {
710
- this.tags.forEach(function(i) {
711
- var o;
712
- return (o = i.parentNode) == null ? void 0 : o.removeChild(i);
713
- }), this.tags = [], this.ctr = 0;
714
- }, "flush"), e;
715
- }(), V = "-ms-", Ye = "-moz-", S = "-webkit-", Ir = "comm", sr = "rule", cr = "decl", Ct = "@import", jr = "@keyframes", Tt = "@layer", wt = Math.abs, Le = String.fromCharCode, Pt = Object.assign;
716
- function Ot(e, t) {
717
- return W(e, 0) ^ 45 ? (((t << 2 ^ W(e, 0)) << 2 ^ W(e, 1)) << 2 ^ W(e, 2)) << 2 ^ W(e, 3) : 0;
718
- }
719
- n(Ot, "hash");
720
- function Dr(e) {
721
- return e.trim();
722
- }
723
- n(Dr, "trim");
724
- function At(e, t) {
725
- return (e = t.exec(e)) ? e[0] : e;
726
- }
727
- n(At, "match");
728
- function x(e, t, a) {
729
- return e.replace(t, a);
730
- }
731
- n(x, "replace");
732
- function nr(e, t) {
733
- return e.indexOf(t);
734
- }
735
- n(nr, "indexof");
736
- function W(e, t) {
737
- return e.charCodeAt(t) | 0;
738
- }
739
- n(W, "charat");
740
- function Re(e, t, a) {
741
- return e.slice(t, a);
742
- }
743
- n(Re, "substr");
744
- function J(e) {
745
- return e.length;
746
- }
747
- n(J, "strlen");
748
- function fr(e) {
749
- return e.length;
750
- }
751
- n(fr, "sizeof");
752
- function Ie(e, t) {
753
- return t.push(e), e;
754
- }
755
- n(Ie, "append");
756
- function $t(e, t) {
757
- return e.map(t).join("");
758
- }
759
- n($t, "combine");
760
- var We = 1, fe = 1, Nr = 0, q = 0, Y = 0, ue = "";
761
- function Ve(e, t, a, i, o, c, l) {
762
- return { value: e, root: t, parent: a, type: i, props: o, children: c, line: We, column: fe, length: l, return: "" };
763
- }
764
- n(Ve, "node");
765
- function ge(e, t) {
766
- return Pt(Ve("", null, null, "", null, null, 0), e, { length: -e.length }, t);
767
- }
768
- n(ge, "copy");
769
- function kt() {
770
- return Y;
771
- }
772
- n(kt, "char");
773
- function Ft() {
774
- return Y = q > 0 ? W(ue, --q) : 0, fe--, Y === 10 && (fe = 1, We--), Y;
775
- }
776
- n(Ft, "prev");
777
- function G() {
778
- return Y = q < Nr ? W(ue, q++) : 0, fe++, Y === 10 && (fe = 1, We++), Y;
779
- }
780
- n(G, "next");
781
- function X() {
782
- return W(ue, q);
783
- }
784
- n(X, "peek");
785
- function je() {
786
- return q;
787
- }
788
- n(je, "caret");
789
- function Ce(e, t) {
790
- return Re(ue, e, t);
791
- }
792
- n(Ce, "slice");
793
- function Se(e) {
794
- switch (e) {
795
- case 0:
796
- case 9:
797
- case 10:
798
- case 13:
799
- case 32:
800
- return 5;
801
- case 33:
802
- case 43:
803
- case 44:
804
- case 47:
805
- case 62:
806
- case 64:
807
- case 126:
808
- case 59:
809
- case 123:
810
- case 125:
811
- return 4;
812
- case 58:
813
- return 3;
814
- case 34:
815
- case 39:
816
- case 40:
817
- case 91:
818
- return 2;
819
- case 41:
820
- case 93:
821
- return 1;
822
- }
823
- return 0;
824
- }
825
- n(Se, "token");
826
- function Yr(e) {
827
- return We = fe = 1, Nr = J(ue = e), q = 0, [];
828
- }
829
- n(Yr, "alloc");
830
- function Lr(e) {
831
- return ue = "", e;
832
- }
833
- n(Lr, "dealloc");
834
- function De(e) {
835
- return Dr(Ce(q - 1, ar(e === 91 ? e + 2 : e === 40 ? e + 1 : e)));
836
- }
837
- n(De, "delimit");
838
- function Mt(e) {
839
- for (; (Y = X()) && Y < 33; )
840
- G();
841
- return Se(e) > 2 || Se(Y) > 3 ? "" : " ";
842
- }
843
- n(Mt, "whitespace");
844
- function It(e, t) {
845
- for (; --t && G() && !(Y < 48 || Y > 102 || Y > 57 && Y < 65 || Y > 70 && Y < 97); )
846
- ;
847
- return Ce(e, je() + (t < 6 && X() == 32 && G() == 32));
848
- }
849
- n(It, "escaping");
850
- function ar(e) {
851
- for (; G(); )
852
- switch (Y) {
853
- case e:
854
- return q;
855
- case 34:
856
- case 39:
857
- e !== 34 && e !== 39 && ar(Y);
858
- break;
859
- case 40:
860
- e === 41 && ar(e);
861
- break;
862
- case 92:
863
- G();
864
- break;
865
- }
866
- return q;
867
- }
868
- n(ar, "delimiter");
869
- function jt(e, t) {
870
- for (; G() && e + Y !== 57; )
871
- if (e + Y === 84 && X() === 47)
872
- break;
873
- return "/*" + Ce(t, q - 1) + "*" + Le(e === 47 ? e : G());
874
- }
875
- n(jt, "commenter");
876
- function Dt(e) {
877
- for (; !Se(X()); )
878
- G();
879
- return Ce(e, q);
880
- }
881
- n(Dt, "identifier");
882
- function Nt(e) {
883
- return Lr(Ne("", null, null, null, [""], e = Yr(e), 0, [0], e));
884
- }
885
- n(Nt, "compile");
886
- function Ne(e, t, a, i, o, c, l, p, v) {
887
- for (var y = 0, m = 0, b = l, I = 0, F = 0, k = 0, O = 1, D = 1, R = 1, E = 0, A = "", M = o, f = c, L = i, P = A; D; )
888
- switch (k = E, E = G()) {
889
- case 40:
890
- if (k != 108 && W(P, b - 1) == 58) {
891
- nr(P += x(De(E), "&", "&\f"), "&\f") != -1 && (R = -1);
892
- break;
893
- }
894
- case 34:
895
- case 39:
896
- case 91:
897
- P += De(E);
898
- break;
899
- case 9:
900
- case 10:
901
- case 13:
902
- case 32:
903
- P += Mt(k);
904
- break;
905
- case 92:
906
- P += It(je() - 1, 7);
907
- continue;
908
- case 47:
909
- switch (X()) {
910
- case 42:
911
- case 47:
912
- Ie(Yt(jt(G(), je()), t, a), v);
913
- break;
914
- default:
915
- P += "/";
916
- }
917
- break;
918
- case 123 * O:
919
- p[y++] = J(P) * R;
920
- case 125 * O:
921
- case 59:
922
- case 0:
923
- switch (E) {
924
- case 0:
925
- case 125:
926
- D = 0;
927
- case 59 + m:
928
- R == -1 && (P = x(P, /\f/g, "")), F > 0 && J(P) - b && Ie(F > 32 ? wr(P + ";", i, a, b - 1) : wr(x(P, " ", "") + ";", i, a, b - 2), v);
929
- break;
930
- case 59:
931
- P += ";";
932
- default:
933
- if (Ie(L = Tr(P, t, a, y, m, o, p, A, M = [], f = [], b), c), E === 123)
934
- if (m === 0)
935
- Ne(P, t, L, L, M, c, b, p, f);
936
- else
937
- switch (I === 99 && W(P, 3) === 110 ? 100 : I) {
938
- case 100:
939
- case 108:
940
- case 109:
941
- case 115:
942
- Ne(e, L, L, i && Ie(Tr(e, L, L, 0, 0, o, p, A, o, M = [], b), f), o, f, b, p, i ? M : f);
943
- break;
944
- default:
945
- Ne(P, L, L, L, [""], f, 0, p, f);
946
- }
947
- }
948
- y = m = F = 0, O = R = 1, A = P = "", b = l;
949
- break;
950
- case 58:
951
- b = 1 + J(P), F = k;
952
- default:
953
- if (O < 1) {
954
- if (E == 123)
955
- --O;
956
- else if (E == 125 && O++ == 0 && Ft() == 125)
957
- continue;
958
- }
959
- switch (P += Le(E), E * O) {
960
- case 38:
961
- R = m > 0 ? 1 : (P += "\f", -1);
962
- break;
963
- case 44:
964
- p[y++] = (J(P) - 1) * R, R = 1;
965
- break;
966
- case 64:
967
- X() === 45 && (P += De(G())), I = X(), m = b = J(A = P += Dt(je())), E++;
968
- break;
969
- case 45:
970
- k === 45 && J(P) == 2 && (O = 0);
971
- }
972
- }
973
- return c;
974
- }
975
- n(Ne, "parse");
976
- function Tr(e, t, a, i, o, c, l, p, v, y, m) {
977
- for (var b = o - 1, I = o === 0 ? c : [""], F = fr(I), k = 0, O = 0, D = 0; k < i; ++k)
978
- for (var R = 0, E = Re(e, b + 1, b = wt(O = l[k])), A = e; R < F; ++R)
979
- (A = Dr(O > 0 ? I[R] + " " + E : x(E, /&\f/g, I[R]))) && (v[D++] = A);
980
- return Ve(e, t, a, o === 0 ? sr : p, v, y, m);
981
- }
982
- n(Tr, "ruleset");
983
- function Yt(e, t, a) {
984
- return Ve(e, t, a, Ir, Le(kt()), Re(e, 2, -2), 0);
985
- }
986
- n(Yt, "comment");
987
- function wr(e, t, a, i) {
988
- return Ve(e, t, a, cr, Re(e, 0, i), Re(e, i + 1, -1), i);
989
- }
990
- n(wr, "declaration");
991
- function ce(e, t) {
992
- for (var a = "", i = fr(e), o = 0; o < i; o++)
993
- a += t(e[o], o, e, t) || "";
994
- return a;
995
- }
996
- n(ce, "serialize");
997
- function Lt(e, t, a, i) {
998
- switch (e.type) {
999
- case Tt:
1000
- if (e.children.length) break;
1001
- case Ct:
1002
- case cr:
1003
- return e.return = e.return || e.value;
1004
- case Ir:
1005
- return "";
1006
- case jr:
1007
- return e.return = e.value + "{" + ce(e.children, i) + "}";
1008
- case sr:
1009
- e.value = e.props.join(",");
1010
- }
1011
- return J(a = ce(e.children, i)) ? e.return = e.value + "{" + a + "}" : "";
1012
- }
1013
- n(Lt, "stringify");
1014
- function Wt(e) {
1015
- var t = fr(e);
1016
- return function(a, i, o, c) {
1017
- for (var l = "", p = 0; p < t; p++)
1018
- l += e[p](a, i, o, c) || "";
1019
- return l;
1020
- };
1021
- }
1022
- n(Wt, "middleware");
1023
- function Vt(e) {
1024
- return function(t) {
1025
- t.root || (t = t.return) && e(t);
1026
- };
1027
- }
1028
- n(Vt, "rulesheet");
1029
- function Ut(e) {
1030
- var t = /* @__PURE__ */ Object.create(null);
1031
- return function(a) {
1032
- return t[a] === void 0 && (t[a] = e(a)), t[a];
1033
- };
1034
- }
1035
- n(Ut, "memoize");
1036
- var zt = /* @__PURE__ */ n(function(t, a, i) {
1037
- for (var o = 0, c = 0; o = c, c = X(), o === 38 && c === 12 && (a[i] = 1), !Se(c); )
1038
- G();
1039
- return Ce(t, q);
1040
- }, "identifierWithPointTracking"), qt = /* @__PURE__ */ n(function(t, a) {
1041
- var i = -1, o = 44;
1042
- do
1043
- switch (Se(o)) {
1044
- case 0:
1045
- o === 38 && X() === 12 && (a[i] = 1), t[i] += zt(q - 1, a, i);
1046
- break;
1047
- case 2:
1048
- t[i] += De(o);
1049
- break;
1050
- case 4:
1051
- if (o === 44) {
1052
- t[++i] = X() === 58 ? "&\f" : "", a[i] = t[i].length;
1053
- break;
1054
- }
1055
- default:
1056
- t[i] += Le(o);
1057
- }
1058
- while (o = G());
1059
- return t;
1060
- }, "toRules"), Gt = /* @__PURE__ */ n(function(t, a) {
1061
- return Lr(qt(Yr(t), a));
1062
- }, "getRules"), Pr = /* @__PURE__ */ new WeakMap(), Bt = /* @__PURE__ */ n(function(t) {
1063
- if (!(t.type !== "rule" || !t.parent || // positive .length indicates that this rule contains pseudo
1064
- // negative .length indicates that this rule has been already prefixed
1065
- t.length < 1)) {
1066
- for (var a = t.value, i = t.parent, o = t.column === i.column && t.line === i.line; i.type !== "rule"; )
1067
- if (i = i.parent, !i) return;
1068
- if (!(t.props.length === 1 && a.charCodeAt(0) !== 58 && !Pr.get(i)) && !o) {
1069
- Pr.set(t, !0);
1070
- for (var c = [], l = Gt(a, c), p = i.props, v = 0, y = 0; v < l.length; v++)
1071
- for (var m = 0; m < p.length; m++, y++)
1072
- t.props[y] = c[v] ? l[v].replace(/&\f/g, p[m]) : p[m] + " " + l[v];
1073
- }
1074
- }
1075
- }, "compat"), Kt = /* @__PURE__ */ n(function(t) {
1076
- if (t.type === "decl") {
1077
- var a = t.value;
1078
- // charcode for l
1079
- a.charCodeAt(0) === 108 && // charcode for b
1080
- a.charCodeAt(2) === 98 && (t.return = "", t.value = "");
1081
- }
1082
- }, "removeLabel");
1083
- function Wr(e, t) {
1084
- switch (Ot(e, t)) {
1085
- case 5103:
1086
- return S + "print-" + e + e;
1087
- case 5737:
1088
- case 4201:
1089
- case 3177:
1090
- case 3433:
1091
- case 1641:
1092
- case 4457:
1093
- case 2921:
1094
- case 5572:
1095
- case 6356:
1096
- case 5844:
1097
- case 3191:
1098
- case 6645:
1099
- case 3005:
1100
- case 6391:
1101
- case 5879:
1102
- case 5623:
1103
- case 6135:
1104
- case 4599:
1105
- case 4855:
1106
- case 4215:
1107
- case 6389:
1108
- case 5109:
1109
- case 5365:
1110
- case 5621:
1111
- case 3829:
1112
- return S + e + e;
1113
- case 5349:
1114
- case 4246:
1115
- case 4810:
1116
- case 6968:
1117
- case 2756:
1118
- return S + e + Ye + e + V + e + e;
1119
- case 6828:
1120
- case 4268:
1121
- return S + e + V + e + e;
1122
- case 6165:
1123
- return S + e + V + "flex-" + e + e;
1124
- case 5187:
1125
- return S + e + x(e, /(\w+).+(:[^]+)/, S + "box-$1$2" + V + "flex-$1$2") + e;
1126
- case 5443:
1127
- return S + e + V + "flex-item-" + x(e, /flex-|-self/, "") + e;
1128
- case 4675:
1129
- return S + e + V + "flex-line-pack" + x(e, /align-content|flex-|-self/, "") + e;
1130
- case 5548:
1131
- return S + e + V + x(e, "shrink", "negative") + e;
1132
- case 5292:
1133
- return S + e + V + x(e, "basis", "preferred-size") + e;
1134
- case 6060:
1135
- return S + "box-" + x(e, "-grow", "") + S + e + V + x(e, "grow", "positive") + e;
1136
- case 4554:
1137
- return S + x(e, /([^-])(transform)/g, "$1" + S + "$2") + e;
1138
- case 6187:
1139
- return x(x(x(e, /(zoom-|grab)/, S + "$1"), /(image-set)/, S + "$1"), e, "") + e;
1140
- case 5495:
1141
- case 3959:
1142
- return x(e, /(image-set\([^]*)/, S + "$1$`$1");
1143
- case 4968:
1144
- return x(x(e, /(.+:)(flex-)?(.*)/, S + "box-pack:$3" + V + "flex-pack:$3"), /s.+-b[^;]+/, "justify") + S + e + e;
1145
- case 4095:
1146
- case 3583:
1147
- case 4068:
1148
- case 2532:
1149
- return x(e, /(.+)-inline(.+)/, S + "$1$2") + e;
1150
- case 8116:
1151
- case 7059:
1152
- case 5753:
1153
- case 5535:
1154
- case 5445:
1155
- case 5701:
1156
- case 4933:
1157
- case 4677:
1158
- case 5533:
1159
- case 5789:
1160
- case 5021:
1161
- case 4765:
1162
- if (J(e) - 1 - t > 6) switch (W(e, t + 1)) {
1163
- case 109:
1164
- if (W(e, t + 4) !== 45) break;
1165
- case 102:
1166
- return x(e, /(.+:)(.+)-([^]+)/, "$1" + S + "$2-$3$1" + Ye + (W(e, t + 3) == 108 ? "$3" : "$2-$3")) + e;
1167
- case 115:
1168
- return ~nr(e, "stretch") ? Wr(x(e, "stretch", "fill-available"), t) + e : e;
1169
- }
1170
- break;
1171
- case 4949:
1172
- if (W(e, t + 1) !== 115) break;
1173
- case 6444:
1174
- switch (W(e, J(e) - 3 - (~nr(e, "!important") && 10))) {
1175
- case 107:
1176
- return x(e, ":", ":" + S) + e;
1177
- case 101:
1178
- return x(e, /(.+:)([^;!]+)(;|!.+)?/, "$1" + S + (W(e, 14) === 45 ? "inline-" : "") + "box$3$1" + S + "$2$3$1" + V + "$2box$3") + e;
1179
- }
1180
- break;
1181
- case 5936:
1182
- switch (W(e, t + 11)) {
1183
- case 114:
1184
- return S + e + V + x(e, /[svh]\w+-[tblr]{2}/, "tb") + e;
1185
- case 108:
1186
- return S + e + V + x(e, /[svh]\w+-[tblr]{2}/, "tb-rl") + e;
1187
- case 45:
1188
- return S + e + V + x(e, /[svh]\w+-[tblr]{2}/, "lr") + e;
1189
- }
1190
- return S + e + V + e + e;
1191
- }
1192
- return e;
1193
- }
1194
- n(Wr, "prefix");
1195
- var Jt = /* @__PURE__ */ n(function(t, a, i, o) {
1196
- if (t.length > -1 && !t.return) switch (t.type) {
1197
- case cr:
1198
- t.return = Wr(t.value, t.length);
1199
- break;
1200
- case jr:
1201
- return ce([ge(t, {
1202
- value: x(t.value, "@", "@" + S)
1203
- })], o);
1204
- case sr:
1205
- if (t.length) return $t(t.props, function(c) {
1206
- switch (At(c, /(::plac\w+|:read-\w+)/)) {
1207
- case ":read-only":
1208
- case ":read-write":
1209
- return ce([ge(t, {
1210
- props: [x(c, /:(read-\w+)/, ":" + Ye + "$1")]
1211
- })], o);
1212
- case "::placeholder":
1213
- return ce([ge(t, {
1214
- props: [x(c, /:(plac\w+)/, ":" + S + "input-$1")]
1215
- }), ge(t, {
1216
- props: [x(c, /:(plac\w+)/, ":" + Ye + "$1")]
1217
- }), ge(t, {
1218
- props: [x(c, /:(plac\w+)/, V + "input-$1")]
1219
- })], o);
1220
- }
1221
- return "";
1222
- });
1223
- }
1224
- }, "prefixer"), Ht = [Jt], Xt = /* @__PURE__ */ n(function(t) {
1225
- var a = t.key;
1226
- if (a === "css") {
1227
- var i = document.querySelectorAll("style[data-emotion]:not([data-s])");
1228
- Array.prototype.forEach.call(i, function(O) {
1229
- var D = O.getAttribute("data-emotion");
1230
- D.indexOf(" ") !== -1 && (document.head.appendChild(O), O.setAttribute("data-s", ""));
1231
- });
1232
- }
1233
- var o = t.stylisPlugins || Ht, c = {}, l, p = [];
1234
- l = t.container || document.head, Array.prototype.forEach.call(
1235
- // this means we will ignore elements which don't have a space in them which
1236
- // means that the style elements we're looking at are only Emotion 11 server-rendered style elements
1237
- document.querySelectorAll('style[data-emotion^="' + a + ' "]'),
1238
- function(O) {
1239
- for (var D = O.getAttribute("data-emotion").split(" "), R = 1; R < D.length; R++)
1240
- c[D[R]] = !0;
1241
- p.push(O);
1242
- }
1243
- );
1244
- var v, y = [Bt, Kt];
1245
- {
1246
- var m, b = [Lt, Vt(function(O) {
1247
- m.insert(O);
1248
- })], I = Wt(y.concat(o, b)), F = /* @__PURE__ */ n(function(D) {
1249
- return ce(Nt(D), I);
1250
- }, "stylis");
1251
- v = /* @__PURE__ */ n(function(D, R, E, A) {
1252
- m = E, F(D ? D + "{" + R.styles + "}" : R.styles), A && (k.inserted[R.name] = !0);
1253
- }, "insert");
1254
- }
1255
- var k = {
1256
- key: a,
1257
- sheet: new xt({
1258
- key: a,
1259
- container: l,
1260
- nonce: t.nonce,
1261
- speedy: t.speedy,
1262
- prepend: t.prepend,
1263
- insertionPoint: t.insertionPoint
1264
- }),
1265
- nonce: t.nonce,
1266
- inserted: c,
1267
- registered: {},
1268
- insert: v
1269
- };
1270
- return k.sheet.hydrate(p), k;
1271
- }, "createCache"), ir = { exports: {} }, T = {};
1272
- /** @license React v16.13.1
1273
- * react-is.production.min.js
1274
- *
1275
- * Copyright (c) Facebook, Inc. and its affiliates.
1276
- *
1277
- * This source code is licensed under the MIT license found in the
1278
- * LICENSE file in the root directory of this source tree.
1279
- */
1280
- var Or;
1281
- function Zt() {
1282
- if (Or) return T;
1283
- Or = 1;
1284
- var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, a = e ? Symbol.for("react.portal") : 60106, i = e ? Symbol.for("react.fragment") : 60107, o = e ? Symbol.for("react.strict_mode") : 60108, c = e ? Symbol.for("react.profiler") : 60114, l = e ? Symbol.for("react.provider") : 60109, p = e ? Symbol.for("react.context") : 60110, v = e ? Symbol.for("react.async_mode") : 60111, y = e ? Symbol.for("react.concurrent_mode") : 60111, m = e ? Symbol.for("react.forward_ref") : 60112, b = e ? Symbol.for("react.suspense") : 60113, I = e ? Symbol.for("react.suspense_list") : 60120, F = e ? Symbol.for("react.memo") : 60115, k = e ? Symbol.for("react.lazy") : 60116, O = e ? Symbol.for("react.block") : 60121, D = e ? Symbol.for("react.fundamental") : 60117, R = e ? Symbol.for("react.responder") : 60118, E = e ? Symbol.for("react.scope") : 60119;
1285
- function A(f) {
1286
- if (typeof f == "object" && f !== null) {
1287
- var L = f.$$typeof;
1288
- switch (L) {
1289
- case t:
1290
- switch (f = f.type, f) {
1291
- case v:
1292
- case y:
1293
- case i:
1294
- case c:
1295
- case o:
1296
- case b:
1297
- return f;
1298
- default:
1299
- switch (f = f && f.$$typeof, f) {
1300
- case p:
1301
- case m:
1302
- case k:
1303
- case F:
1304
- case l:
1305
- return f;
1306
- default:
1307
- return L;
1308
- }
1309
- }
1310
- case a:
1311
- return L;
1312
- }
1313
- }
1314
- }
1315
- n(A, "z");
1316
- function M(f) {
1317
- return A(f) === y;
1318
- }
1319
- return n(M, "A"), T.AsyncMode = v, T.ConcurrentMode = y, T.ContextConsumer = p, T.ContextProvider = l, T.Element = t, T.ForwardRef = m, T.Fragment = i, T.Lazy = k, T.Memo = F, T.Portal = a, T.Profiler = c, T.StrictMode = o, T.Suspense = b, T.isAsyncMode = function(f) {
1320
- return M(f) || A(f) === v;
1321
- }, T.isConcurrentMode = M, T.isContextConsumer = function(f) {
1322
- return A(f) === p;
1323
- }, T.isContextProvider = function(f) {
1324
- return A(f) === l;
1325
- }, T.isElement = function(f) {
1326
- return typeof f == "object" && f !== null && f.$$typeof === t;
1327
- }, T.isForwardRef = function(f) {
1328
- return A(f) === m;
1329
- }, T.isFragment = function(f) {
1330
- return A(f) === i;
1331
- }, T.isLazy = function(f) {
1332
- return A(f) === k;
1333
- }, T.isMemo = function(f) {
1334
- return A(f) === F;
1335
- }, T.isPortal = function(f) {
1336
- return A(f) === a;
1337
- }, T.isProfiler = function(f) {
1338
- return A(f) === c;
1339
- }, T.isStrictMode = function(f) {
1340
- return A(f) === o;
1341
- }, T.isSuspense = function(f) {
1342
- return A(f) === b;
1343
- }, T.isValidElementType = function(f) {
1344
- return typeof f == "string" || typeof f == "function" || f === i || f === y || f === c || f === o || f === b || f === I || typeof f == "object" && f !== null && (f.$$typeof === k || f.$$typeof === F || f.$$typeof === l || f.$$typeof === p || f.$$typeof === m || f.$$typeof === D || f.$$typeof === R || f.$$typeof === E || f.$$typeof === O);
1345
- }, T.typeOf = A, T;
1346
- }
1347
- n(Zt, "requireReactIs_production_min");
1348
- var w = {};
1349
- /** @license React v16.13.1
1350
- * react-is.development.js
1351
- *
1352
- * Copyright (c) Facebook, Inc. and its affiliates.
1353
- *
1354
- * This source code is licensed under the MIT license found in the
1355
- * LICENSE file in the root directory of this source tree.
1356
- */
1357
- var Ar;
1358
- function Qt() {
1359
- return Ar || (Ar = 1, process.env.NODE_ENV !== "production" && function() {
1360
- var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, a = e ? Symbol.for("react.portal") : 60106, i = e ? Symbol.for("react.fragment") : 60107, o = e ? Symbol.for("react.strict_mode") : 60108, c = e ? Symbol.for("react.profiler") : 60114, l = e ? Symbol.for("react.provider") : 60109, p = e ? Symbol.for("react.context") : 60110, v = e ? Symbol.for("react.async_mode") : 60111, y = e ? Symbol.for("react.concurrent_mode") : 60111, m = e ? Symbol.for("react.forward_ref") : 60112, b = e ? Symbol.for("react.suspense") : 60113, I = e ? Symbol.for("react.suspense_list") : 60120, F = e ? Symbol.for("react.memo") : 60115, k = e ? Symbol.for("react.lazy") : 60116, O = e ? Symbol.for("react.block") : 60121, D = e ? Symbol.for("react.fundamental") : 60117, R = e ? Symbol.for("react.responder") : 60118, E = e ? Symbol.for("react.scope") : 60119;
1361
- function A(d) {
1362
- return typeof d == "string" || typeof d == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
1363
- d === i || d === y || d === c || d === o || d === b || d === I || typeof d == "object" && d !== null && (d.$$typeof === k || d.$$typeof === F || d.$$typeof === l || d.$$typeof === p || d.$$typeof === m || d.$$typeof === D || d.$$typeof === R || d.$$typeof === E || d.$$typeof === O);
1364
- }
1365
- n(A, "isValidElementType");
1366
- function M(d) {
1367
- if (typeof d == "object" && d !== null) {
1368
- var me = d.$$typeof;
1369
- switch (me) {
1370
- case t:
1371
- var ie = d.type;
1372
- switch (ie) {
1373
- case v:
1374
- case y:
1375
- case i:
1376
- case c:
1377
- case o:
1378
- case b:
1379
- return ie;
1380
- default:
1381
- var re = ie && ie.$$typeof;
1382
- switch (re) {
1383
- case p:
1384
- case m:
1385
- case k:
1386
- case F:
1387
- case l:
1388
- return re;
1389
- default:
1390
- return me;
1391
- }
1392
- }
1393
- case a:
1394
- return me;
1395
- }
1396
- }
1397
- }
1398
- n(M, "typeOf");
1399
- var f = v, L = y, P = p, ze = l, Te = t, qe = m, Ge = i, we = k, K = F, Z = a, ee = c, Pe = o, Oe = b, le = !1;
1400
- function Ae(d) {
1401
- return le || (le = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), de(d) || M(d) === v;
1402
- }
1403
- n(Ae, "isAsyncMode");
1404
- function de(d) {
1405
- return M(d) === y;
1406
- }
1407
- n(de, "isConcurrentMode");
1408
- function $e(d) {
1409
- return M(d) === p;
1410
- }
1411
- n($e, "isContextConsumer");
1412
- function ke(d) {
1413
- return M(d) === l;
1414
- }
1415
- n(ke, "isContextProvider");
1416
- function Fe(d) {
1417
- return typeof d == "object" && d !== null && d.$$typeof === t;
1418
- }
1419
- n(Fe, "isElement");
1420
- function Be(d) {
1421
- return M(d) === m;
1422
- }
1423
- n(Be, "isForwardRef");
1424
- function Ke(d) {
1425
- return M(d) === i;
1426
- }
1427
- n(Ke, "isFragment");
1428
- function ve(d) {
1429
- return M(d) === k;
1430
- }
1431
- n(ve, "isLazy");
1432
- function pe(d) {
1433
- return M(d) === F;
1434
- }
1435
- n(pe, "isMemo");
1436
- function ne(d) {
1437
- return M(d) === a;
1438
- }
1439
- n(ne, "isPortal");
1440
- function he(d) {
1441
- return M(d) === c;
1442
- }
1443
- n(he, "isProfiler");
1444
- function ae(d) {
1445
- return M(d) === o;
1446
- }
1447
- n(ae, "isStrictMode");
1448
- function Je(d) {
1449
- return M(d) === b;
1450
- }
1451
- n(Je, "isSuspense"), w.AsyncMode = f, w.ConcurrentMode = L, w.ContextConsumer = P, w.ContextProvider = ze, w.Element = Te, w.ForwardRef = qe, w.Fragment = Ge, w.Lazy = we, w.Memo = K, w.Portal = Z, w.Profiler = ee, w.StrictMode = Pe, w.Suspense = Oe, w.isAsyncMode = Ae, w.isConcurrentMode = de, w.isContextConsumer = $e, w.isContextProvider = ke, w.isElement = Fe, w.isForwardRef = Be, w.isFragment = Ke, w.isLazy = ve, w.isMemo = pe, w.isPortal = ne, w.isProfiler = he, w.isStrictMode = ae, w.isSuspense = Je, w.isValidElementType = A, w.typeOf = M;
1452
- }()), w;
1453
- }
1454
- n(Qt, "requireReactIs_development");
1455
- process.env.NODE_ENV === "production" ? ir.exports = Zt() : ir.exports = Qt();
1456
- var en = ir.exports, Vr = en, rn = {
1457
- $$typeof: !0,
1458
- render: !0,
1459
- defaultProps: !0,
1460
- displayName: !0,
1461
- propTypes: !0
1462
- }, tn = {
1463
- $$typeof: !0,
1464
- compare: !0,
1465
- defaultProps: !0,
1466
- displayName: !0,
1467
- propTypes: !0,
1468
- type: !0
1469
- }, Ur = {};
1470
- Ur[Vr.ForwardRef] = rn;
1471
- Ur[Vr.Memo] = tn;
1472
- var nn = !0;
1473
- function an(e, t, a) {
1474
- var i = "";
1475
- return a.split(" ").forEach(function(o) {
1476
- e[o] !== void 0 ? t.push(e[o] + ";") : o && (i += o + " ");
1477
- }), i;
1478
- }
1479
- n(an, "getRegisteredStyles");
1480
- var zr = /* @__PURE__ */ n(function(t, a, i) {
1481
- var o = t.key + "-" + a.name;
1482
- // we only need to add the styles to the registered cache if the
1483
- // class name could be used further down
1484
- // the tree but if it's a string tag, we know it won't
1485
- // so we don't have to add it to registered cache.
1486
- // this improves memory usage since we can avoid storing the whole style string
1487
- (i === !1 || // we need to always store it if we're in compat mode and
1488
- // in node since emotion-server relies on whether a style is in
1489
- // the registered cache to know whether a style is global or not
1490
- // also, note that this check will be dead code eliminated in the browser
1491
- nn === !1) && t.registered[o] === void 0 && (t.registered[o] = a.styles);
1492
- }, "registerStyles"), on = /* @__PURE__ */ n(function(t, a, i) {
1493
- zr(t, a, i);
1494
- var o = t.key + "-" + a.name;
1495
- if (t.inserted[a.name] === void 0) {
1496
- var c = a;
1497
- do
1498
- t.insert(a === c ? "." + o : "", c, t.sheet, !0), c = c.next;
1499
- while (c !== void 0);
1500
- }
1501
- }, "insertStyles");
1502
- function sn(e) {
1503
- for (var t = 0, a, i = 0, o = e.length; o >= 4; ++i, o -= 4)
1504
- a = e.charCodeAt(i) & 255 | (e.charCodeAt(++i) & 255) << 8 | (e.charCodeAt(++i) & 255) << 16 | (e.charCodeAt(++i) & 255) << 24, a = /* Math.imul(k, m): */
1505
- (a & 65535) * 1540483477 + ((a >>> 16) * 59797 << 16), a ^= /* k >>> r: */
1506
- a >>> 24, t = /* Math.imul(k, m): */
1507
- (a & 65535) * 1540483477 + ((a >>> 16) * 59797 << 16) ^ /* Math.imul(h, m): */
1508
- (t & 65535) * 1540483477 + ((t >>> 16) * 59797 << 16);
1509
- switch (o) {
1510
- case 3:
1511
- t ^= (e.charCodeAt(i + 2) & 255) << 16;
1512
- case 2:
1513
- t ^= (e.charCodeAt(i + 1) & 255) << 8;
1514
- case 1:
1515
- t ^= e.charCodeAt(i) & 255, t = /* Math.imul(h, m): */
1516
- (t & 65535) * 1540483477 + ((t >>> 16) * 59797 << 16);
1517
- }
1518
- return t ^= t >>> 13, t = /* Math.imul(h, m): */
1519
- (t & 65535) * 1540483477 + ((t >>> 16) * 59797 << 16), ((t ^ t >>> 15) >>> 0).toString(36);
1520
- }
1521
- n(sn, "murmur2");
1522
- var cn = {
1523
- animationIterationCount: 1,
1524
- aspectRatio: 1,
1525
- borderImageOutset: 1,
1526
- borderImageSlice: 1,
1527
- borderImageWidth: 1,
1528
- boxFlex: 1,
1529
- boxFlexGroup: 1,
1530
- boxOrdinalGroup: 1,
1531
- columnCount: 1,
1532
- columns: 1,
1533
- flex: 1,
1534
- flexGrow: 1,
1535
- flexPositive: 1,
1536
- flexShrink: 1,
1537
- flexNegative: 1,
1538
- flexOrder: 1,
1539
- gridRow: 1,
1540
- gridRowEnd: 1,
1541
- gridRowSpan: 1,
1542
- gridRowStart: 1,
1543
- gridColumn: 1,
1544
- gridColumnEnd: 1,
1545
- gridColumnSpan: 1,
1546
- gridColumnStart: 1,
1547
- msGridRow: 1,
1548
- msGridRowSpan: 1,
1549
- msGridColumn: 1,
1550
- msGridColumnSpan: 1,
1551
- fontWeight: 1,
1552
- lineHeight: 1,
1553
- opacity: 1,
1554
- order: 1,
1555
- orphans: 1,
1556
- scale: 1,
1557
- tabSize: 1,
1558
- widows: 1,
1559
- zIndex: 1,
1560
- zoom: 1,
1561
- WebkitLineClamp: 1,
1562
- // SVG-related properties
1563
- fillOpacity: 1,
1564
- floodOpacity: 1,
1565
- stopOpacity: 1,
1566
- strokeDasharray: 1,
1567
- strokeDashoffset: 1,
1568
- strokeMiterlimit: 1,
1569
- strokeOpacity: 1,
1570
- strokeWidth: 1
1571
- }, fn = /[A-Z]|^ms/g, un = /_EMO_([^_]+?)_([^]*?)_EMO_/g, qr = /* @__PURE__ */ n(function(t) {
1572
- return t.charCodeAt(1) === 45;
1573
- }, "isCustomProperty"), $r = /* @__PURE__ */ n(function(t) {
1574
- return t != null && typeof t != "boolean";
1575
- }, "isProcessableValue"), rr = /* @__PURE__ */ Ut(function(e) {
1576
- return qr(e) ? e : e.replace(fn, "-$&").toLowerCase();
1577
- }), kr = /* @__PURE__ */ n(function(t, a) {
1578
- switch (t) {
1579
- case "animation":
1580
- case "animationName":
1581
- if (typeof a == "string")
1582
- return a.replace(un, function(i, o, c) {
1583
- return H = {
1584
- name: o,
1585
- styles: c,
1586
- next: H
1587
- }, o;
1588
- });
1589
- }
1590
- return cn[t] !== 1 && !qr(t) && typeof a == "number" && a !== 0 ? a + "px" : a;
1591
- }, "processStyleValue");
1592
- function xe(e, t, a) {
1593
- if (a == null)
1594
- return "";
1595
- var i = a;
1596
- if (i.__emotion_styles !== void 0)
1597
- return i;
1598
- switch (typeof a) {
1599
- case "boolean":
1600
- return "";
1601
- case "object": {
1602
- var o = a;
1603
- if (o.anim === 1)
1604
- return H = {
1605
- name: o.name,
1606
- styles: o.styles,
1607
- next: H
1608
- }, o.name;
1609
- var c = a;
1610
- if (c.styles !== void 0) {
1611
- var l = c.next;
1612
- if (l !== void 0)
1613
- for (; l !== void 0; )
1614
- H = {
1615
- name: l.name,
1616
- styles: l.styles,
1617
- next: H
1618
- }, l = l.next;
1619
- var p = c.styles + ";";
1620
- return p;
1621
- }
1622
- return ln(e, t, a);
1623
- }
1624
- case "function": {
1625
- if (e !== void 0) {
1626
- var v = H, y = a(e);
1627
- return H = v, xe(e, t, y);
1628
- }
1629
- break;
1630
- }
1631
- }
1632
- var m = a;
1633
- return m;
1634
- }
1635
- n(xe, "handleInterpolation");
1636
- function ln(e, t, a) {
1637
- var i = "";
1638
- if (Array.isArray(a))
1639
- for (var o = 0; o < a.length; o++)
1640
- i += xe(e, t, a[o]) + ";";
1641
- else
1642
- for (var c in a) {
1643
- var l = a[c];
1644
- if (typeof l != "object") {
1645
- var p = l;
1646
- $r(p) && (i += rr(c) + ":" + kr(c, p) + ";");
1647
- } else if (Array.isArray(l) && typeof l[0] == "string" && t == null)
1648
- for (var v = 0; v < l.length; v++)
1649
- $r(l[v]) && (i += rr(c) + ":" + kr(c, l[v]) + ";");
1650
- else {
1651
- var y = xe(e, t, l);
1652
- switch (c) {
1653
- case "animation":
1654
- case "animationName": {
1655
- i += rr(c) + ":" + y + ";";
1656
- break;
1657
- }
1658
- default:
1659
- i += c + "{" + y + "}";
1660
- }
1661
- }
1662
- }
1663
- return i;
1664
- }
1665
- n(ln, "createStringFromObject");
1666
- var Fr = /label:\s*([^\s;{]+)\s*(;|$)/g, H;
1667
- function dn(e, t, a) {
1668
- if (e.length === 1 && typeof e[0] == "object" && e[0] !== null && e[0].styles !== void 0)
1669
- return e[0];
1670
- var i = !0, o = "";
1671
- H = void 0;
1672
- var c = e[0];
1673
- if (c == null || c.raw === void 0)
1674
- i = !1, o += xe(a, t, c);
1675
- else {
1676
- var l = c;
1677
- o += l[0];
1678
- }
1679
- for (var p = 1; p < e.length; p++)
1680
- if (o += xe(a, t, e[p]), i) {
1681
- var v = c;
1682
- o += v[p];
1683
- }
1684
- Fr.lastIndex = 0;
1685
- for (var y = "", m; (m = Fr.exec(o)) !== null; )
1686
- y += "-" + m[1];
1687
- var b = sn(o) + y;
1688
- return {
1689
- name: b,
1690
- styles: o,
1691
- next: H
1692
- };
1693
- }
1694
- n(dn, "serializeStyles");
1695
- var vn = /* @__PURE__ */ n(function(t) {
1696
- return t();
1697
- }, "syncFallback"), pn = Q.useInsertionEffect ? Q.useInsertionEffect : !1, hn = pn || vn, Gr = /* @__PURE__ */ Q.createContext(
1698
- // we're doing this to avoid preconstruct's dead code elimination in this one case
1699
- // because this module is primarily intended for the browser and node
1700
- // but it's also required in react native and similar environments sometimes
1701
- // and we could have a special build just for that
1702
- // but this is much easier and the native packages
1703
- // might use a different theme context in the future anyway
1704
- typeof HTMLElement < "u" ? /* @__PURE__ */ Xt({
1705
- key: "css"
1706
- }) : null
1707
- );
1708
- Gr.Provider;
1709
- var mn = /* @__PURE__ */ n(function(t) {
1710
- return /* @__PURE__ */ bt(function(a, i) {
1711
- var o = Et(Gr);
1712
- return t(a, o, i);
1713
- });
1714
- }, "withEmotionCache"), yn = /* @__PURE__ */ Q.createContext({}), Ue = {}.hasOwnProperty, or = "__EMOTION_TYPE_PLEASE_DO_NOT_USE__", Br = /* @__PURE__ */ n(function(t, a) {
1715
- var i = {};
1716
- for (var o in a)
1717
- Ue.call(a, o) && (i[o] = a[o]);
1718
- return i[or] = t, i;
1719
- }, "createEmotionProps"), bn = /* @__PURE__ */ n(function(t) {
1720
- var a = t.cache, i = t.serialized, o = t.isStringTag;
1721
- return zr(a, i, o), hn(function() {
1722
- return on(a, i, o);
1723
- }), null;
1724
- }, "Insertion"), En = /* @__PURE__ */ mn(function(e, t, a) {
1725
- var i = e.css;
1726
- typeof i == "string" && t.registered[i] !== void 0 && (i = t.registered[i]);
1727
- var o = e[or], c = [i], l = "";
1728
- typeof e.className == "string" ? l = an(t.registered, c, e.className) : e.className != null && (l = e.className + " ");
1729
- var p = dn(c, void 0, Q.useContext(yn));
1730
- l += t.key + "-" + p.name;
1731
- var v = {};
1732
- for (var y in e)
1733
- Ue.call(e, y) && y !== "css" && y !== or && (v[y] = e[y]);
1734
- return v.className = l, a && (v.ref = a), /* @__PURE__ */ Q.createElement(Q.Fragment, null, /* @__PURE__ */ Q.createElement(bn, {
1735
- cache: t,
1736
- serialized: p,
1737
- isStringTag: typeof o == "string"
1738
- }), /* @__PURE__ */ Q.createElement(o, v));
1739
- }), Kr = En, Rn = _e.Fragment, Sn = /* @__PURE__ */ n(function(t, a, i) {
1740
- return Ue.call(a, "css") ? _e.jsx(Kr, Br(t, a), i) : _e.jsx(t, a, i);
1741
- }, "jsx"), xn = /* @__PURE__ */ n(function(t, a, i) {
1742
- return Ue.call(a, "css") ? _e.jsxs(Kr, Br(t, a), i) : _e.jsxs(t, a, i);
1743
- }, "jsxs");
1744
- export {
1745
- Rn as F,
1746
- xn as a,
1747
- _e as b,
1748
- Sn as j,
1749
- en as r
1750
- };
1751
- //# sourceMappingURL=emotion-react-jsx-runtime.browser.esm-Cb9H5d3i.js.map