@lanaco/lnc-react-ui 4.0.2 → 4.0.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 (230) hide show
  1. package/bundle-visualization.html +4842 -0
  2. package/dist/Accordion.cjs +1 -1
  3. package/dist/Accordion.js +55 -50
  4. package/dist/AccordionDetails.cjs +1 -1
  5. package/dist/AccordionDetails.js +15 -15
  6. package/dist/AccordionSummary.cjs +1 -1
  7. package/dist/AccordionSummary.js +11 -11
  8. package/dist/ActionsToolbar.cjs +2 -2
  9. package/dist/ActionsToolbar.js +16 -16
  10. package/dist/Alert.cjs +1 -1
  11. package/dist/Alert.js +23 -23
  12. package/dist/Avatar.cjs +2 -2
  13. package/dist/Avatar.js +23 -25
  14. package/dist/Badge.cjs +1 -1
  15. package/dist/Badge.js +21 -14
  16. package/dist/Breadcrumbs.cjs +1 -1
  17. package/dist/Breadcrumbs.js +28 -28
  18. package/dist/Button.cjs +1 -1
  19. package/dist/Button.js +21 -21
  20. package/dist/ButtonGroup.cjs +1 -1
  21. package/dist/ButtonGroup.js +10 -6
  22. package/dist/CheckBoxInput.cjs +1 -1
  23. package/dist/CheckBoxInput.js +4 -4
  24. package/dist/Chip.cjs +1 -1
  25. package/dist/Chip.js +9 -9
  26. package/dist/ColorInput.cjs +1 -1
  27. package/dist/ColorInput.js +5 -5
  28. package/dist/ConfirmationForm.cjs +5 -5
  29. package/dist/ConfirmationForm.js +59 -59
  30. package/dist/Content.cjs +1 -1
  31. package/dist/Content.js +8 -8
  32. package/dist/{CustomStyles-nfD3J1mi.js → CustomStyles-BUSJ8bZt.js} +5 -5
  33. package/dist/{CustomStyles-CqlCjTgU.cjs → CustomStyles-Dlqxic2X.cjs} +1 -1
  34. package/dist/DataView.cjs +1 -1
  35. package/dist/DataView.js +2 -2
  36. package/dist/DateInput.cjs +4 -4
  37. package/dist/DateInput.js +491 -491
  38. package/dist/DecimalInput.cjs +1 -1
  39. package/dist/DecimalInput.js +5 -5
  40. package/dist/DetailsView.cjs +4 -4
  41. package/dist/DetailsView.js +40 -40
  42. package/dist/DoubleRangeSlider.cjs +1 -1
  43. package/dist/DoubleRangeSlider.js +4 -4
  44. package/dist/DragAndDropFile.cjs +1 -1
  45. package/dist/DragAndDropFile.js +6 -6
  46. package/dist/DragDropFiles.cjs +1 -1
  47. package/dist/DragDropFiles.js +4 -4
  48. package/dist/Drawer.cjs +1 -1
  49. package/dist/Drawer.js +15 -15
  50. package/dist/Dropdown.cjs +1 -1
  51. package/dist/Dropdown.js +6 -6
  52. package/dist/DropdownItem.cjs +1 -1
  53. package/dist/DropdownItem.js +4 -4
  54. package/dist/DropdownLookup.cjs +1 -1
  55. package/dist/DropdownLookup.js +6 -6
  56. package/dist/DropdownMenu.cjs +7 -1
  57. package/dist/DropdownMenu.js +192 -10
  58. package/dist/EditableTable.cjs +1 -1
  59. package/dist/EditableTable.js +4 -4
  60. package/dist/FileInput.cjs +1 -1
  61. package/dist/FileInput.js +4 -4
  62. package/dist/FlexBox.cjs +1 -1
  63. package/dist/FlexBox.js +14 -14
  64. package/dist/FlexGrid.cjs +1 -1
  65. package/dist/FlexGrid.js +30 -30
  66. package/dist/FlexGridItem.cjs +1 -1
  67. package/dist/FlexGridItem.js +3 -3
  68. package/dist/Footer.cjs +1 -1
  69. package/dist/Footer.js +5 -5
  70. package/dist/FormField.cjs +1 -1
  71. package/dist/FormField.js +8 -9
  72. package/dist/FormView.cjs +1 -1
  73. package/dist/FormView.js +31 -31
  74. package/dist/Grid.cjs +1 -1
  75. package/dist/Grid.js +2 -2
  76. package/dist/GridItem.cjs +1 -1
  77. package/dist/GridItem.js +2 -2
  78. package/dist/Header.cjs +1 -1
  79. package/dist/Header.js +7 -7
  80. package/dist/Icon.cjs +1 -1
  81. package/dist/Icon.js +33 -10
  82. package/dist/IconButton.cjs +5 -5
  83. package/dist/IconButton.js +33 -33
  84. package/dist/Kanban.cjs +12 -12
  85. package/dist/Kanban.js +948 -936
  86. package/dist/KanbanActionsToolbar.cjs +2 -2
  87. package/dist/KanbanActionsToolbar.js +28 -28
  88. package/dist/{KanbanCard-D9OhU8C6.js → KanbanCard-CHZ_C9kk.js} +50 -50
  89. package/dist/KanbanCard-DV3VnSUi.cjs +30 -0
  90. package/dist/KanbanCard.cjs +1 -1
  91. package/dist/KanbanCard.js +5 -5
  92. package/dist/KanbanFooter.cjs +1 -1
  93. package/dist/KanbanFooter.js +40 -40
  94. package/dist/KanbanHeader.cjs +2 -2
  95. package/dist/KanbanHeader.js +46 -46
  96. package/dist/KanbanView.cjs +1 -1
  97. package/dist/KanbanView.js +27 -27
  98. package/dist/Link.cjs +1 -1
  99. package/dist/Link.js +9 -9
  100. package/dist/MenuItem.cjs +1 -1
  101. package/dist/MenuItem.js +11 -11
  102. package/dist/Modal.cjs +1 -1
  103. package/dist/Modal.js +7 -7
  104. package/dist/MultiSelectDropdown.cjs +1 -1
  105. package/dist/MultiSelectDropdown.js +4 -4
  106. package/dist/MultiSelectDropdownLookup.cjs +1 -1
  107. package/dist/MultiSelectDropdownLookup.js +4 -4
  108. package/dist/NestedDropdownItem.cjs +1 -1
  109. package/dist/NestedDropdownItem.js +18 -18
  110. package/dist/NestedMenuItem.cjs +1 -1
  111. package/dist/NestedMenuItem.js +9 -9
  112. package/dist/Notification.cjs +1 -83
  113. package/dist/Notification.js +3 -1077
  114. package/dist/NotificationContainer.cjs +37 -0
  115. package/dist/NotificationContainer.js +162 -0
  116. package/dist/NotificationMessage.cjs +47 -0
  117. package/dist/NotificationMessage.js +133 -0
  118. package/dist/NumberInput.cjs +1 -1
  119. package/dist/NumberInput.js +5 -5
  120. package/dist/PageLayout.cjs +2 -2
  121. package/dist/PageLayout.js +27 -27
  122. package/dist/Pagination.cjs +12 -0
  123. package/dist/Pagination.js +248 -0
  124. package/dist/PasswordInput.cjs +1 -1
  125. package/dist/PasswordInput.js +14 -14
  126. package/dist/Popover.cjs +1 -0
  127. package/dist/Popover.js +36 -0
  128. package/dist/PopoverClose.cjs +1 -0
  129. package/dist/PopoverClose.js +15 -0
  130. package/dist/PopoverContent.cjs +10 -0
  131. package/dist/PopoverContent.js +68 -0
  132. package/dist/PopoverContext.cjs +1 -0
  133. package/dist/PopoverContext.js +5 -0
  134. package/dist/PopoverDescription.cjs +1 -0
  135. package/dist/PopoverDescription.js +16 -0
  136. package/dist/PopoverHeading.cjs +1 -0
  137. package/dist/PopoverHeading.js +16 -0
  138. package/dist/PopoverTrigger.cjs +1 -0
  139. package/dist/PopoverTrigger.js +38 -0
  140. package/dist/ProgressBar.cjs +1 -1
  141. package/dist/ProgressBar.js +35 -24
  142. package/dist/RadioGroup.cjs +1 -1
  143. package/dist/RadioGroup.js +3 -3
  144. package/dist/RadioInput.cjs +1 -1
  145. package/dist/RadioInput.js +4 -4
  146. package/dist/RangeSlider.cjs +1 -1
  147. package/dist/RangeSlider.js +4 -4
  148. package/dist/SearchBar.cjs +1 -1
  149. package/dist/SearchBar.js +6 -6
  150. package/dist/Separator.cjs +1 -1
  151. package/dist/Separator.js +9 -9
  152. package/dist/Sidebar.cjs +1 -1
  153. package/dist/Sidebar.js +4 -4
  154. package/dist/Spinner.cjs +1 -1
  155. package/dist/Spinner.js +25 -20
  156. package/dist/Surface.cjs +2 -2
  157. package/dist/Surface.js +14 -15
  158. package/dist/SwipeableDrawer.cjs +1 -1
  159. package/dist/SwipeableDrawer.js +4 -4
  160. package/dist/TabItem.cjs +26 -0
  161. package/dist/TabItem.js +210 -0
  162. package/dist/Table.cjs +20 -20
  163. package/dist/Table.js +13 -12
  164. package/dist/TableView.cjs +8 -1
  165. package/dist/TableView.js +238 -9
  166. package/dist/Tabs.cjs +1 -1
  167. package/dist/Tabs.js +3 -3
  168. package/dist/TextAreaInput.cjs +1 -1
  169. package/dist/TextAreaInput.js +5 -5
  170. package/dist/TextInput.cjs +1 -1
  171. package/dist/TextInput.js +5 -5
  172. package/dist/ThemeProvider.cjs +1 -1
  173. package/dist/ThemeProvider.js +5 -5
  174. package/dist/TimeInput.cjs +1 -1
  175. package/dist/TimeInput.js +9 -9
  176. package/dist/Toggle.cjs +1 -1
  177. package/dist/Toggle.js +4 -4
  178. package/dist/TreeMenu.cjs +1 -1
  179. package/dist/TreeMenu.js +2 -2
  180. package/dist/TreeMenuSeparator.cjs +3 -3
  181. package/dist/TreeMenuSeparator.js +11 -11
  182. package/dist/UploadedFile.cjs +1 -1
  183. package/dist/UploadedFile.js +29 -29
  184. package/dist/_commonjsHelpers-DKOUU3wS.cjs +1 -0
  185. package/dist/_commonjsHelpers-DaMA6jEr.js +8 -0
  186. package/dist/{defineProperty-BHpTtkhC.js → defineProperty-B5pLF6px.js} +8 -8
  187. package/dist/{emotion-element-5486c51c.browser.esm-CSejtOeT.js → emotion-element-5486c51c.browser.esm-Bb4VkP8U.js} +4 -4
  188. package/dist/{emotion-is-prop-valid.esm-BzFBwmJz.js → emotion-is-prop-valid.esm-DkbeH1Xy.js} +1 -1
  189. package/dist/{emotion-react.browser.esm-OWM-uG8Q.js → emotion-react.browser.esm-CN-s34fZ.js} +6 -6
  190. package/dist/{emotion-react.browser.esm-DQBL7Wls.cjs → emotion-react.browser.esm-D7h2t2Bz.cjs} +1 -1
  191. package/dist/{emotion-styled.browser.esm-BZSYYThs.js → emotion-styled.browser.esm-BiK8DcgW.js} +12 -12
  192. package/dist/floating-ui.react.esm-72DKnou_.js +1198 -0
  193. package/dist/floating-ui.react.esm-C4vrBVJU.cjs +4 -0
  194. package/dist/{hoist-non-react-statics.cjs-Drf1aBlk.js → hoist-non-react-statics.cjs-CAHiRNzQ.js} +1 -1
  195. package/dist/{hoist-non-react-statics.cjs-B8r9S_ak.cjs → hoist-non-react-statics.cjs-Dr-ytKVG.cjs} +3 -3
  196. package/dist/{index-CZJEA84h.js → index--Kmch3aI.js} +1 -1
  197. package/dist/index-BIlhCoy2.cjs +20 -0
  198. package/dist/{index-BLQWNy78.js → index-BUChtubz.js} +4 -4
  199. package/dist/{index-Ds9PUTwb.js → index-BYnWp42a.js} +208 -213
  200. package/dist/{index-D5vEbKUT.js → index-CNBqQrtK.js} +1 -1
  201. package/dist/{index-IO9v6o0I.cjs → index-CSXL784P.cjs} +2 -2
  202. package/dist/{index-C29T0m2a.cjs → index-Ct1N7fF4.cjs} +1 -1
  203. package/dist/{index-BklgDeu4.js → index-Cu0xwYjD.js} +1 -1
  204. package/dist/{index-Cdkz-XH-.js → index-CvebWhtp.js} +1 -1
  205. package/dist/index-DAOBjHnD.cjs +1 -0
  206. package/dist/index-DBXXH_TD.cjs +1 -0
  207. package/dist/{index-B_da1uvD.js → index-DLVVKJXD.js} +1 -1
  208. package/dist/index-DaiUAQVF.cjs +1 -0
  209. package/dist/index.cjs +1 -26
  210. package/dist/index.js +180 -376
  211. package/dist/{motion-CtkUpWEn.js → motion-ecIGZGwI.js} +1 -1
  212. package/dist/react-toastify.esm-CkXGwKXL.js +798 -0
  213. package/dist/react-toastify.esm-Dqcb4SQT.cjs +1 -0
  214. package/dist/{setPrototypeOf-a891FLQJ.js → setPrototypeOf-CttqfWo1.js} +2 -2
  215. package/dist/{tslib.es6-ZNVz5r_T.js → tslib.es6-DQ-SzcmG.js} +5 -5
  216. package/dist/usePopover.cjs +1 -0
  217. package/dist/usePopover.js +44 -0
  218. package/dist/{utils-DEke8iwo.js → utils-C52T57HO.js} +73 -73
  219. package/dist/{utils-hdRGTsQ7.cjs → utils-DTAPpJXU.cjs} +1 -1
  220. package/package.json +17 -5
  221. package/vite.config.js +16 -0
  222. package/dist/DropdownMenu-B6qr13ik.cjs +0 -19
  223. package/dist/DropdownMenu-DZi3TJ8Q.js +0 -1547
  224. package/dist/KanbanCard-ConTmu3w.cjs +0 -30
  225. package/dist/TableView-Cj5_fbSR.js +0 -481
  226. package/dist/TableView-D8ex512p.cjs +0 -19
  227. package/dist/index-BjdOz5Ok.cjs +0 -1
  228. package/dist/index-DXnSjbfJ.cjs +0 -20
  229. package/dist/index-Dzkd2i4n.cjs +0 -1
  230. package/dist/index-P-naJISQ.cjs +0 -1
@@ -1,8 +1,5 @@
1
- var Ae = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
2
- function Ee(o) {
3
- return o && o.__esModule && Object.prototype.hasOwnProperty.call(o, "default") ? o.default : o;
4
- }
5
- var ae = { exports: {} }, V = { exports: {} }, h = {};
1
+ import { g as Ee } from "./_commonjsHelpers-DaMA6jEr.js";
2
+ var ae = { exports: {} }, V = { exports: {} }, m = {};
6
3
  /** @license React v16.13.1
7
4
  * react-is.production.min.js
8
5
  *
@@ -11,20 +8,20 @@ var ae = { exports: {} }, V = { exports: {} }, h = {};
11
8
  * This source code is licensed under the MIT license found in the
12
9
  * LICENSE file in the root directory of this source tree.
13
10
  */
14
- var se;
11
+ var fe;
15
12
  function ge() {
16
- if (se) return h;
17
- se = 1;
18
- var o = typeof Symbol == "function" && Symbol.for, j = o ? Symbol.for("react.element") : 60103, O = o ? Symbol.for("react.portal") : 60106, d = o ? Symbol.for("react.fragment") : 60107, S = o ? Symbol.for("react.strict_mode") : 60108, a = o ? Symbol.for("react.profiler") : 60114, P = o ? Symbol.for("react.provider") : 60109, l = o ? Symbol.for("react.context") : 60110, _ = o ? Symbol.for("react.async_mode") : 60111, g = o ? Symbol.for("react.concurrent_mode") : 60111, b = o ? Symbol.for("react.forward_ref") : 60112, E = o ? Symbol.for("react.suspense") : 60113, C = o ? Symbol.for("react.suspense_list") : 60120, w = o ? Symbol.for("react.memo") : 60115, M = o ? Symbol.for("react.lazy") : 60116, R = o ? Symbol.for("react.block") : 60121, I = o ? Symbol.for("react.fundamental") : 60117, Y = o ? Symbol.for("react.responder") : 60118, F = o ? Symbol.for("react.scope") : 60119;
13
+ if (fe) return m;
14
+ fe = 1;
15
+ var o = typeof Symbol == "function" && Symbol.for, I = o ? Symbol.for("react.element") : 60103, O = o ? Symbol.for("react.portal") : 60106, y = o ? Symbol.for("react.fragment") : 60107, S = o ? Symbol.for("react.strict_mode") : 60108, a = o ? Symbol.for("react.profiler") : 60114, P = o ? Symbol.for("react.provider") : 60109, l = o ? Symbol.for("react.context") : 60110, _ = o ? Symbol.for("react.async_mode") : 60111, g = o ? Symbol.for("react.concurrent_mode") : 60111, b = o ? Symbol.for("react.forward_ref") : 60112, E = o ? Symbol.for("react.suspense") : 60113, C = o ? Symbol.for("react.suspense_list") : 60120, x = o ? Symbol.for("react.memo") : 60115, M = o ? Symbol.for("react.lazy") : 60116, R = o ? Symbol.for("react.block") : 60121, j = o ? Symbol.for("react.fundamental") : 60117, Y = o ? Symbol.for("react.responder") : 60118, F = o ? Symbol.for("react.scope") : 60119;
19
16
  function A(t) {
20
17
  if (typeof t == "object" && t !== null) {
21
18
  var k = t.$$typeof;
22
19
  switch (k) {
23
- case j:
20
+ case I:
24
21
  switch (t = t.type, t) {
25
22
  case _:
26
23
  case g:
27
- case d:
24
+ case y:
28
25
  case a:
29
26
  case S:
30
27
  case E:
@@ -34,7 +31,7 @@ function ge() {
34
31
  case l:
35
32
  case b:
36
33
  case M:
37
- case w:
34
+ case x:
38
35
  case P:
39
36
  return t;
40
37
  default:
@@ -46,36 +43,36 @@ function ge() {
46
43
  }
47
44
  }
48
45
  }
49
- function x(t) {
46
+ function w(t) {
50
47
  return A(t) === g;
51
48
  }
52
- return h.AsyncMode = _, h.ConcurrentMode = g, h.ContextConsumer = l, h.ContextProvider = P, h.Element = j, h.ForwardRef = b, h.Fragment = d, h.Lazy = M, h.Memo = w, h.Portal = O, h.Profiler = a, h.StrictMode = S, h.Suspense = E, h.isAsyncMode = function(t) {
53
- return x(t) || A(t) === _;
54
- }, h.isConcurrentMode = x, h.isContextConsumer = function(t) {
49
+ return m.AsyncMode = _, m.ConcurrentMode = g, m.ContextConsumer = l, m.ContextProvider = P, m.Element = I, m.ForwardRef = b, m.Fragment = y, m.Lazy = M, m.Memo = x, m.Portal = O, m.Profiler = a, m.StrictMode = S, m.Suspense = E, m.isAsyncMode = function(t) {
50
+ return w(t) || A(t) === _;
51
+ }, m.isConcurrentMode = w, m.isContextConsumer = function(t) {
55
52
  return A(t) === l;
56
- }, h.isContextProvider = function(t) {
53
+ }, m.isContextProvider = function(t) {
57
54
  return A(t) === P;
58
- }, h.isElement = function(t) {
59
- return typeof t == "object" && t !== null && t.$$typeof === j;
60
- }, h.isForwardRef = function(t) {
55
+ }, m.isElement = function(t) {
56
+ return typeof t == "object" && t !== null && t.$$typeof === I;
57
+ }, m.isForwardRef = function(t) {
61
58
  return A(t) === b;
62
- }, h.isFragment = function(t) {
63
- return A(t) === d;
64
- }, h.isLazy = function(t) {
59
+ }, m.isFragment = function(t) {
60
+ return A(t) === y;
61
+ }, m.isLazy = function(t) {
65
62
  return A(t) === M;
66
- }, h.isMemo = function(t) {
67
- return A(t) === w;
68
- }, h.isPortal = function(t) {
63
+ }, m.isMemo = function(t) {
64
+ return A(t) === x;
65
+ }, m.isPortal = function(t) {
69
66
  return A(t) === O;
70
- }, h.isProfiler = function(t) {
67
+ }, m.isProfiler = function(t) {
71
68
  return A(t) === a;
72
- }, h.isStrictMode = function(t) {
69
+ }, m.isStrictMode = function(t) {
73
70
  return A(t) === S;
74
- }, h.isSuspense = function(t) {
71
+ }, m.isSuspense = function(t) {
75
72
  return A(t) === E;
76
- }, h.isValidElementType = function(t) {
77
- return typeof t == "string" || typeof t == "function" || t === d || t === g || t === a || t === S || t === E || t === C || typeof t == "object" && t !== null && (t.$$typeof === M || t.$$typeof === w || t.$$typeof === P || t.$$typeof === l || t.$$typeof === b || t.$$typeof === I || t.$$typeof === Y || t.$$typeof === F || t.$$typeof === R);
78
- }, h.typeOf = A, h;
73
+ }, m.isValidElementType = function(t) {
74
+ return typeof t == "string" || typeof t == "function" || t === y || t === g || t === a || t === S || t === E || t === C || typeof t == "object" && t !== null && (t.$$typeof === M || t.$$typeof === x || t.$$typeof === P || t.$$typeof === l || t.$$typeof === b || t.$$typeof === j || t.$$typeof === Y || t.$$typeof === F || t.$$typeof === R);
75
+ }, m.typeOf = A, m;
79
76
  }
80
77
  var T = {};
81
78
  /** @license React v16.13.1
@@ -89,34 +86,34 @@ var T = {};
89
86
  var ue;
90
87
  function Se() {
91
88
  return ue || (ue = 1, process.env.NODE_ENV !== "production" && function() {
92
- var o = typeof Symbol == "function" && Symbol.for, j = o ? Symbol.for("react.element") : 60103, O = o ? Symbol.for("react.portal") : 60106, d = o ? Symbol.for("react.fragment") : 60107, S = o ? Symbol.for("react.strict_mode") : 60108, a = o ? Symbol.for("react.profiler") : 60114, P = o ? Symbol.for("react.provider") : 60109, l = o ? Symbol.for("react.context") : 60110, _ = o ? Symbol.for("react.async_mode") : 60111, g = o ? Symbol.for("react.concurrent_mode") : 60111, b = o ? Symbol.for("react.forward_ref") : 60112, E = o ? Symbol.for("react.suspense") : 60113, C = o ? Symbol.for("react.suspense_list") : 60120, w = o ? Symbol.for("react.memo") : 60115, M = o ? Symbol.for("react.lazy") : 60116, R = o ? Symbol.for("react.block") : 60121, I = o ? Symbol.for("react.fundamental") : 60117, Y = o ? Symbol.for("react.responder") : 60118, F = o ? Symbol.for("react.scope") : 60119;
89
+ var o = typeof Symbol == "function" && Symbol.for, I = o ? Symbol.for("react.element") : 60103, O = o ? Symbol.for("react.portal") : 60106, y = o ? Symbol.for("react.fragment") : 60107, S = o ? Symbol.for("react.strict_mode") : 60108, a = o ? Symbol.for("react.profiler") : 60114, P = o ? Symbol.for("react.provider") : 60109, l = o ? Symbol.for("react.context") : 60110, _ = o ? Symbol.for("react.async_mode") : 60111, g = o ? Symbol.for("react.concurrent_mode") : 60111, b = o ? Symbol.for("react.forward_ref") : 60112, E = o ? Symbol.for("react.suspense") : 60113, C = o ? Symbol.for("react.suspense_list") : 60120, x = o ? Symbol.for("react.memo") : 60115, M = o ? Symbol.for("react.lazy") : 60116, R = o ? Symbol.for("react.block") : 60121, j = o ? Symbol.for("react.fundamental") : 60117, Y = o ? Symbol.for("react.responder") : 60118, F = o ? Symbol.for("react.scope") : 60119;
93
90
  function A(r) {
94
91
  return typeof r == "string" || typeof r == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
95
- r === d || r === g || r === a || r === S || r === E || r === C || typeof r == "object" && r !== null && (r.$$typeof === M || r.$$typeof === w || r.$$typeof === P || r.$$typeof === l || r.$$typeof === b || r.$$typeof === I || r.$$typeof === Y || r.$$typeof === F || r.$$typeof === R);
92
+ r === y || r === g || r === a || r === S || r === E || r === C || typeof r == "object" && r !== null && (r.$$typeof === M || r.$$typeof === x || r.$$typeof === P || r.$$typeof === l || r.$$typeof === b || r.$$typeof === j || r.$$typeof === Y || r.$$typeof === F || r.$$typeof === R);
96
93
  }
97
- function x(r) {
94
+ function w(r) {
98
95
  if (typeof r == "object" && r !== null) {
99
96
  var D = r.$$typeof;
100
97
  switch (D) {
101
- case j:
98
+ case I:
102
99
  var B = r.type;
103
100
  switch (B) {
104
101
  case _:
105
102
  case g:
106
- case d:
103
+ case y:
107
104
  case a:
108
105
  case S:
109
106
  case E:
110
107
  return B;
111
108
  default:
112
- var ce = B && B.$$typeof;
113
- switch (ce) {
109
+ var se = B && B.$$typeof;
110
+ switch (se) {
114
111
  case l:
115
112
  case b:
116
113
  case M:
117
- case w:
114
+ case x:
118
115
  case P:
119
- return ce;
116
+ return se;
120
117
  default:
121
118
  return D;
122
119
  }
@@ -126,47 +123,47 @@ function Se() {
126
123
  }
127
124
  }
128
125
  }
129
- var t = _, k = g, N = l, H = P, J = j, G = b, U = d, X = M, K = w, L = O, Z = a, q = S, W = E, z = !1;
126
+ var t = _, k = g, N = l, H = P, J = I, X = b, U = y, G = M, K = x, L = O, Z = a, q = S, W = E, z = !1;
130
127
  function Q(r) {
131
- return z || (z = !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.")), e(r) || x(r) === _;
128
+ return z || (z = !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.")), e(r) || w(r) === _;
132
129
  }
133
130
  function e(r) {
134
- return x(r) === g;
131
+ return w(r) === g;
135
132
  }
136
133
  function n(r) {
137
- return x(r) === l;
134
+ return w(r) === l;
138
135
  }
139
136
  function u(r) {
140
- return x(r) === P;
137
+ return w(r) === P;
141
138
  }
142
- function c(r) {
143
- return typeof r == "object" && r !== null && r.$$typeof === j;
139
+ function s(r) {
140
+ return typeof r == "object" && r !== null && r.$$typeof === I;
144
141
  }
145
142
  function i(r) {
146
- return x(r) === b;
143
+ return w(r) === b;
147
144
  }
148
- function y(r) {
149
- return x(r) === d;
145
+ function p(r) {
146
+ return w(r) === y;
150
147
  }
151
- function f(r) {
152
- return x(r) === M;
148
+ function c(r) {
149
+ return w(r) === M;
153
150
  }
154
- function s(r) {
155
- return x(r) === w;
151
+ function f(r) {
152
+ return w(r) === x;
156
153
  }
157
- function p(r) {
158
- return x(r) === O;
154
+ function d(r) {
155
+ return w(r) === O;
159
156
  }
160
- function m(r) {
161
- return x(r) === a;
157
+ function h(r) {
158
+ return w(r) === a;
162
159
  }
163
160
  function v(r) {
164
- return x(r) === S;
161
+ return w(r) === S;
165
162
  }
166
163
  function $(r) {
167
- return x(r) === E;
164
+ return w(r) === E;
168
165
  }
169
- T.AsyncMode = t, T.ConcurrentMode = k, T.ContextConsumer = N, T.ContextProvider = H, T.Element = J, T.ForwardRef = G, T.Fragment = U, T.Lazy = X, T.Memo = K, T.Portal = L, T.Profiler = Z, T.StrictMode = q, T.Suspense = W, T.isAsyncMode = Q, T.isConcurrentMode = e, T.isContextConsumer = n, T.isContextProvider = u, T.isElement = c, T.isForwardRef = i, T.isFragment = y, T.isLazy = f, T.isMemo = s, T.isPortal = p, T.isProfiler = m, T.isStrictMode = v, T.isSuspense = $, T.isValidElementType = A, T.typeOf = x;
166
+ T.AsyncMode = t, T.ConcurrentMode = k, T.ContextConsumer = N, T.ContextProvider = H, T.Element = J, T.ForwardRef = X, T.Fragment = U, T.Lazy = G, T.Memo = K, T.Portal = L, T.Profiler = Z, T.StrictMode = q, T.Suspense = W, T.isAsyncMode = Q, T.isConcurrentMode = e, T.isContextConsumer = n, T.isContextProvider = u, T.isElement = s, T.isForwardRef = i, T.isFragment = p, T.isLazy = c, T.isMemo = f, T.isPortal = d, T.isProfiler = h, T.isStrictMode = v, T.isSuspense = $, T.isValidElementType = A, T.typeOf = w;
170
167
  }()), T;
171
168
  }
172
169
  var le;
@@ -178,12 +175,12 @@ object-assign
178
175
  (c) Sindre Sorhus
179
176
  @license MIT
180
177
  */
181
- var ee, de;
178
+ var ee, ye;
182
179
  function Pe() {
183
- if (de) return ee;
184
- de = 1;
185
- var o = Object.getOwnPropertySymbols, j = Object.prototype.hasOwnProperty, O = Object.prototype.propertyIsEnumerable;
186
- function d(a) {
180
+ if (ye) return ee;
181
+ ye = 1;
182
+ var o = Object.getOwnPropertySymbols, I = Object.prototype.hasOwnProperty, O = Object.prototype.propertyIsEnumerable;
183
+ function y(a) {
187
184
  if (a == null)
188
185
  throw new TypeError("Object.assign cannot be called with null or undefined");
189
186
  return Object(a);
@@ -211,10 +208,10 @@ function Pe() {
211
208
  }
212
209
  }
213
210
  return ee = S() ? Object.assign : function(a, P) {
214
- for (var l, _ = d(a), g, b = 1; b < arguments.length; b++) {
211
+ for (var l, _ = y(a), g, b = 1; b < arguments.length; b++) {
215
212
  l = Object(arguments[b]);
216
213
  for (var E in l)
217
- j.call(l, E) && (_[E] = l[E]);
214
+ I.call(l, E) && (_[E] = l[E]);
218
215
  if (o) {
219
216
  g = o(l);
220
217
  for (var C = 0; C < g.length; C++)
@@ -224,16 +221,16 @@ function Pe() {
224
221
  return _;
225
222
  }, ee;
226
223
  }
227
- var re, ye;
228
- function fe() {
229
- if (ye) return re;
230
- ye = 1;
224
+ var re, pe;
225
+ function ce() {
226
+ if (pe) return re;
227
+ pe = 1;
231
228
  var o = "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";
232
229
  return re = o, re;
233
230
  }
234
- var te, pe;
235
- function me() {
236
- return pe || (pe = 1, te = Function.call.bind(Object.prototype.hasOwnProperty)), te;
231
+ var te, de;
232
+ function he() {
233
+ return de || (de = 1, te = Function.call.bind(Object.prototype.hasOwnProperty)), te;
237
234
  }
238
235
  var ne, ve;
239
236
  function Oe() {
@@ -242,7 +239,7 @@ function Oe() {
242
239
  var o = function() {
243
240
  };
244
241
  if (process.env.NODE_ENV !== "production") {
245
- var j = fe(), O = {}, d = me();
242
+ var I = ce(), O = {}, y = he();
246
243
  o = function(a) {
247
244
  var P = "Warning: " + a;
248
245
  typeof console < "u" && console.error(P);
@@ -255,7 +252,7 @@ function Oe() {
255
252
  function S(a, P, l, _, g) {
256
253
  if (process.env.NODE_ENV !== "production") {
257
254
  for (var b in a)
258
- if (d(a, b)) {
255
+ if (y(a, b)) {
259
256
  var E;
260
257
  try {
261
258
  if (typeof a[b] != "function") {
@@ -264,7 +261,7 @@ function Oe() {
264
261
  );
265
262
  throw C.name = "Invariant Violation", C;
266
263
  }
267
- E = a[b](P, b, _, l, null, j);
264
+ E = a[b](P, b, _, l, null, I);
268
265
  } catch (M) {
269
266
  E = M;
270
267
  }
@@ -272,9 +269,9 @@ function Oe() {
272
269
  (_ || "React class") + ": type specification of " + l + " `" + b + "` is invalid; the type checker function must return `null` or an `Error` but returned a " + typeof E + ". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."
273
270
  ), E instanceof Error && !(E.message in O)) {
274
271
  O[E.message] = !0;
275
- var w = g ? g() : "";
272
+ var x = g ? g() : "";
276
273
  o(
277
- "Failed " + l + " type: " + E.message + (w ?? "")
274
+ "Failed " + l + " type: " + E.message + (x ?? "")
278
275
  );
279
276
  }
280
277
  }
@@ -288,7 +285,7 @@ var oe, be;
288
285
  function _e() {
289
286
  if (be) return oe;
290
287
  be = 1;
291
- var o = Te(), j = Pe(), O = fe(), d = me(), S = Oe(), a = function() {
288
+ var o = Te(), I = Pe(), O = ce(), y = he(), S = Oe(), a = function() {
292
289
  };
293
290
  process.env.NODE_ENV !== "production" && (a = function(l) {
294
291
  var _ = "Warning: " + l;
@@ -308,7 +305,7 @@ function _e() {
308
305
  if (typeof n == "function")
309
306
  return n;
310
307
  }
311
- var C = "<<anonymous>>", w = {
308
+ var C = "<<anonymous>>", x = {
312
309
  array: Y("array"),
313
310
  bigint: Y("bigint"),
314
311
  bool: Y("boolean"),
@@ -319,14 +316,14 @@ function _e() {
319
316
  symbol: Y("symbol"),
320
317
  any: F(),
321
318
  arrayOf: A,
322
- element: x(),
319
+ element: w(),
323
320
  elementType: t(),
324
321
  instanceOf: k,
325
- node: G(),
322
+ node: X(),
326
323
  objectOf: H,
327
324
  oneOf: N,
328
325
  oneOfType: J,
329
- shape: X,
326
+ shape: G,
330
327
  exact: K
331
328
  };
332
329
  function M(e, n) {
@@ -336,129 +333,129 @@ function _e() {
336
333
  this.message = e, this.data = n && typeof n == "object" ? n : {}, this.stack = "";
337
334
  }
338
335
  R.prototype = Error.prototype;
339
- function I(e) {
336
+ function j(e) {
340
337
  if (process.env.NODE_ENV !== "production")
341
338
  var n = {}, u = 0;
342
- function c(y, f, s, p, m, v, $) {
343
- if (p = p || C, v = v || s, $ !== O) {
339
+ function s(p, c, f, d, h, v, $) {
340
+ if (d = d || C, v = v || f, $ !== O) {
344
341
  if (_) {
345
342
  var r = new Error(
346
343
  "Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types"
347
344
  );
348
345
  throw r.name = "Invariant Violation", r;
349
346
  } else if (process.env.NODE_ENV !== "production" && typeof console < "u") {
350
- var D = p + ":" + s;
347
+ var D = d + ":" + f;
351
348
  !n[D] && // Avoid spamming the console because they are often not actionable except for lib authors
352
349
  u < 3 && (a(
353
- "You are manually calling a React.PropTypes validation function for the `" + v + "` prop on `" + p + "`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."
350
+ "You are manually calling a React.PropTypes validation function for the `" + v + "` prop on `" + d + "`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."
354
351
  ), n[D] = !0, u++);
355
352
  }
356
353
  }
357
- return f[s] == null ? y ? f[s] === null ? new R("The " + m + " `" + v + "` is marked as required " + ("in `" + p + "`, but its value is `null`.")) : new R("The " + m + " `" + v + "` is marked as required in " + ("`" + p + "`, but its value is `undefined`.")) : null : e(f, s, p, m, v);
354
+ return c[f] == null ? p ? c[f] === null ? new R("The " + h + " `" + v + "` is marked as required " + ("in `" + d + "`, but its value is `null`.")) : new R("The " + h + " `" + v + "` is marked as required in " + ("`" + d + "`, but its value is `undefined`.")) : null : e(c, f, d, h, v);
358
355
  }
359
- var i = c.bind(null, !1);
360
- return i.isRequired = c.bind(null, !0), i;
356
+ var i = s.bind(null, !1);
357
+ return i.isRequired = s.bind(null, !0), i;
361
358
  }
362
359
  function Y(e) {
363
- function n(u, c, i, y, f, s) {
364
- var p = u[c], m = q(p);
365
- if (m !== e) {
366
- var v = W(p);
360
+ function n(u, s, i, p, c, f) {
361
+ var d = u[s], h = q(d);
362
+ if (h !== e) {
363
+ var v = W(d);
367
364
  return new R(
368
- "Invalid " + y + " `" + f + "` of type " + ("`" + v + "` supplied to `" + i + "`, expected ") + ("`" + e + "`."),
365
+ "Invalid " + p + " `" + c + "` of type " + ("`" + v + "` supplied to `" + i + "`, expected ") + ("`" + e + "`."),
369
366
  { expectedType: e }
370
367
  );
371
368
  }
372
369
  return null;
373
370
  }
374
- return I(n);
371
+ return j(n);
375
372
  }
376
373
  function F() {
377
- return I(P);
374
+ return j(P);
378
375
  }
379
376
  function A(e) {
380
- function n(u, c, i, y, f) {
377
+ function n(u, s, i, p, c) {
381
378
  if (typeof e != "function")
382
- return new R("Property `" + f + "` of component `" + i + "` has invalid PropType notation inside arrayOf.");
383
- var s = u[c];
384
- if (!Array.isArray(s)) {
385
- var p = q(s);
386
- return new R("Invalid " + y + " `" + f + "` of type " + ("`" + p + "` supplied to `" + i + "`, expected an array."));
379
+ return new R("Property `" + c + "` of component `" + i + "` has invalid PropType notation inside arrayOf.");
380
+ var f = u[s];
381
+ if (!Array.isArray(f)) {
382
+ var d = q(f);
383
+ return new R("Invalid " + p + " `" + c + "` of type " + ("`" + d + "` supplied to `" + i + "`, expected an array."));
387
384
  }
388
- for (var m = 0; m < s.length; m++) {
389
- var v = e(s, m, i, y, f + "[" + m + "]", O);
385
+ for (var h = 0; h < f.length; h++) {
386
+ var v = e(f, h, i, p, c + "[" + h + "]", O);
390
387
  if (v instanceof Error)
391
388
  return v;
392
389
  }
393
390
  return null;
394
391
  }
395
- return I(n);
396
- }
397
- function x() {
398
- function e(n, u, c, i, y) {
399
- var f = n[u];
400
- if (!l(f)) {
401
- var s = q(f);
402
- return new R("Invalid " + i + " `" + y + "` of type " + ("`" + s + "` supplied to `" + c + "`, expected a single ReactElement."));
392
+ return j(n);
393
+ }
394
+ function w() {
395
+ function e(n, u, s, i, p) {
396
+ var c = n[u];
397
+ if (!l(c)) {
398
+ var f = q(c);
399
+ return new R("Invalid " + i + " `" + p + "` of type " + ("`" + f + "` supplied to `" + s + "`, expected a single ReactElement."));
403
400
  }
404
401
  return null;
405
402
  }
406
- return I(e);
403
+ return j(e);
407
404
  }
408
405
  function t() {
409
- function e(n, u, c, i, y) {
410
- var f = n[u];
411
- if (!o.isValidElementType(f)) {
412
- var s = q(f);
413
- return new R("Invalid " + i + " `" + y + "` of type " + ("`" + s + "` supplied to `" + c + "`, expected a single ReactElement type."));
406
+ function e(n, u, s, i, p) {
407
+ var c = n[u];
408
+ if (!o.isValidElementType(c)) {
409
+ var f = q(c);
410
+ return new R("Invalid " + i + " `" + p + "` of type " + ("`" + f + "` supplied to `" + s + "`, expected a single ReactElement type."));
414
411
  }
415
412
  return null;
416
413
  }
417
- return I(e);
414
+ return j(e);
418
415
  }
419
416
  function k(e) {
420
- function n(u, c, i, y, f) {
421
- if (!(u[c] instanceof e)) {
422
- var s = e.name || C, p = Q(u[c]);
423
- return new R("Invalid " + y + " `" + f + "` of type " + ("`" + p + "` supplied to `" + i + "`, expected ") + ("instance of `" + s + "`."));
417
+ function n(u, s, i, p, c) {
418
+ if (!(u[s] instanceof e)) {
419
+ var f = e.name || C, d = Q(u[s]);
420
+ return new R("Invalid " + p + " `" + c + "` of type " + ("`" + d + "` supplied to `" + i + "`, expected ") + ("instance of `" + f + "`."));
424
421
  }
425
422
  return null;
426
423
  }
427
- return I(n);
424
+ return j(n);
428
425
  }
429
426
  function N(e) {
430
427
  if (!Array.isArray(e))
431
428
  return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? a(
432
429
  "Invalid arguments supplied to oneOf, expected an array, got " + arguments.length + " arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."
433
430
  ) : a("Invalid argument supplied to oneOf, expected an array.")), P;
434
- function n(u, c, i, y, f) {
435
- for (var s = u[c], p = 0; p < e.length; p++)
436
- if (M(s, e[p]))
431
+ function n(u, s, i, p, c) {
432
+ for (var f = u[s], d = 0; d < e.length; d++)
433
+ if (M(f, e[d]))
437
434
  return null;
438
- var m = JSON.stringify(e, function($, r) {
435
+ var h = JSON.stringify(e, function($, r) {
439
436
  var D = W(r);
440
437
  return D === "symbol" ? String(r) : r;
441
438
  });
442
- return new R("Invalid " + y + " `" + f + "` of value `" + String(s) + "` " + ("supplied to `" + i + "`, expected one of " + m + "."));
439
+ return new R("Invalid " + p + " `" + c + "` of value `" + String(f) + "` " + ("supplied to `" + i + "`, expected one of " + h + "."));
443
440
  }
444
- return I(n);
441
+ return j(n);
445
442
  }
446
443
  function H(e) {
447
- function n(u, c, i, y, f) {
444
+ function n(u, s, i, p, c) {
448
445
  if (typeof e != "function")
449
- return new R("Property `" + f + "` of component `" + i + "` has invalid PropType notation inside objectOf.");
450
- var s = u[c], p = q(s);
451
- if (p !== "object")
452
- return new R("Invalid " + y + " `" + f + "` of type " + ("`" + p + "` supplied to `" + i + "`, expected an object."));
453
- for (var m in s)
454
- if (d(s, m)) {
455
- var v = e(s, m, i, y, f + "." + m, O);
446
+ return new R("Property `" + c + "` of component `" + i + "` has invalid PropType notation inside objectOf.");
447
+ var f = u[s], d = q(f);
448
+ if (d !== "object")
449
+ return new R("Invalid " + p + " `" + c + "` of type " + ("`" + d + "` supplied to `" + i + "`, expected an object."));
450
+ for (var h in f)
451
+ if (y(f, h)) {
452
+ var v = e(f, h, i, p, c + "." + h, O);
456
453
  if (v instanceof Error)
457
454
  return v;
458
455
  }
459
456
  return null;
460
457
  }
461
- return I(n);
458
+ return j(n);
462
459
  }
463
460
  function J(e) {
464
461
  if (!Array.isArray(e))
@@ -470,68 +467,68 @@ function _e() {
470
467
  "Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + z(u) + " at index " + n + "."
471
468
  ), P;
472
469
  }
473
- function c(i, y, f, s, p) {
474
- for (var m = [], v = 0; v < e.length; v++) {
475
- var $ = e[v], r = $(i, y, f, s, p, O);
470
+ function s(i, p, c, f, d) {
471
+ for (var h = [], v = 0; v < e.length; v++) {
472
+ var $ = e[v], r = $(i, p, c, f, d, O);
476
473
  if (r == null)
477
474
  return null;
478
- r.data && d(r.data, "expectedType") && m.push(r.data.expectedType);
475
+ r.data && y(r.data, "expectedType") && h.push(r.data.expectedType);
479
476
  }
480
- var D = m.length > 0 ? ", expected one of type [" + m.join(", ") + "]" : "";
481
- return new R("Invalid " + s + " `" + p + "` supplied to " + ("`" + f + "`" + D + "."));
477
+ var D = h.length > 0 ? ", expected one of type [" + h.join(", ") + "]" : "";
478
+ return new R("Invalid " + f + " `" + d + "` supplied to " + ("`" + c + "`" + D + "."));
482
479
  }
483
- return I(c);
480
+ return j(s);
484
481
  }
485
- function G() {
486
- function e(n, u, c, i, y) {
487
- return L(n[u]) ? null : new R("Invalid " + i + " `" + y + "` supplied to " + ("`" + c + "`, expected a ReactNode."));
482
+ function X() {
483
+ function e(n, u, s, i, p) {
484
+ return L(n[u]) ? null : new R("Invalid " + i + " `" + p + "` supplied to " + ("`" + s + "`, expected a ReactNode."));
488
485
  }
489
- return I(e);
486
+ return j(e);
490
487
  }
491
- function U(e, n, u, c, i) {
488
+ function U(e, n, u, s, i) {
492
489
  return new R(
493
- (e || "React class") + ": " + n + " type `" + u + "." + c + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + i + "`."
490
+ (e || "React class") + ": " + n + " type `" + u + "." + s + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + i + "`."
494
491
  );
495
492
  }
496
- function X(e) {
497
- function n(u, c, i, y, f) {
498
- var s = u[c], p = q(s);
499
- if (p !== "object")
500
- return new R("Invalid " + y + " `" + f + "` of type `" + p + "` " + ("supplied to `" + i + "`, expected `object`."));
501
- for (var m in e) {
502
- var v = e[m];
493
+ function G(e) {
494
+ function n(u, s, i, p, c) {
495
+ var f = u[s], d = q(f);
496
+ if (d !== "object")
497
+ return new R("Invalid " + p + " `" + c + "` of type `" + d + "` " + ("supplied to `" + i + "`, expected `object`."));
498
+ for (var h in e) {
499
+ var v = e[h];
503
500
  if (typeof v != "function")
504
- return U(i, y, f, m, W(v));
505
- var $ = v(s, m, i, y, f + "." + m, O);
501
+ return U(i, p, c, h, W(v));
502
+ var $ = v(f, h, i, p, c + "." + h, O);
506
503
  if ($)
507
504
  return $;
508
505
  }
509
506
  return null;
510
507
  }
511
- return I(n);
508
+ return j(n);
512
509
  }
513
510
  function K(e) {
514
- function n(u, c, i, y, f) {
515
- var s = u[c], p = q(s);
516
- if (p !== "object")
517
- return new R("Invalid " + y + " `" + f + "` of type `" + p + "` " + ("supplied to `" + i + "`, expected `object`."));
518
- var m = j({}, u[c], e);
519
- for (var v in m) {
511
+ function n(u, s, i, p, c) {
512
+ var f = u[s], d = q(f);
513
+ if (d !== "object")
514
+ return new R("Invalid " + p + " `" + c + "` of type `" + d + "` " + ("supplied to `" + i + "`, expected `object`."));
515
+ var h = I({}, u[s], e);
516
+ for (var v in h) {
520
517
  var $ = e[v];
521
- if (d(e, v) && typeof $ != "function")
522
- return U(i, y, f, v, W($));
518
+ if (y(e, v) && typeof $ != "function")
519
+ return U(i, p, c, v, W($));
523
520
  if (!$)
524
521
  return new R(
525
- "Invalid " + y + " `" + f + "` key `" + v + "` supplied to `" + i + "`.\nBad object: " + JSON.stringify(u[c], null, " ") + `
522
+ "Invalid " + p + " `" + c + "` key `" + v + "` supplied to `" + i + "`.\nBad object: " + JSON.stringify(u[s], null, " ") + `
526
523
  Valid keys: ` + JSON.stringify(Object.keys(e), null, " ")
527
524
  );
528
- var r = $(s, v, i, y, f + "." + v, O);
525
+ var r = $(f, v, i, p, c + "." + v, O);
529
526
  if (r)
530
527
  return r;
531
528
  }
532
529
  return null;
533
530
  }
534
- return I(n);
531
+ return j(n);
535
532
  }
536
533
  function L(e) {
537
534
  switch (typeof e) {
@@ -548,14 +545,14 @@ Valid keys: ` + JSON.stringify(Object.keys(e), null, " ")
548
545
  return !0;
549
546
  var n = E(e);
550
547
  if (n) {
551
- var u = n.call(e), c;
548
+ var u = n.call(e), s;
552
549
  if (n !== e.entries) {
553
- for (; !(c = u.next()).done; )
554
- if (!L(c.value))
550
+ for (; !(s = u.next()).done; )
551
+ if (!L(s.value))
555
552
  return !1;
556
553
  } else
557
- for (; !(c = u.next()).done; ) {
558
- var i = c.value;
554
+ for (; !(s = u.next()).done; ) {
555
+ var i = s.value;
559
556
  if (i && !L(i[1]))
560
557
  return !1;
561
558
  }
@@ -602,20 +599,20 @@ Valid keys: ` + JSON.stringify(Object.keys(e), null, " ")
602
599
  function Q(e) {
603
600
  return !e.constructor || !e.constructor.name ? C : e.constructor.name;
604
601
  }
605
- return w.checkPropTypes = S, w.resetWarningCache = S.resetWarningCache, w.PropTypes = w, w;
602
+ return x.checkPropTypes = S, x.resetWarningCache = S.resetWarningCache, x.PropTypes = x, x;
606
603
  }, oe;
607
604
  }
608
- var ie, he;
605
+ var ie, me;
609
606
  function Re() {
610
- if (he) return ie;
611
- he = 1;
612
- var o = fe();
613
- function j() {
607
+ if (me) return ie;
608
+ me = 1;
609
+ var o = ce();
610
+ function I() {
614
611
  }
615
612
  function O() {
616
613
  }
617
- return O.resetWarningCache = j, ie = function() {
618
- function d(P, l, _, g, b, E) {
614
+ return O.resetWarningCache = I, ie = function() {
615
+ function y(P, l, _, g, b, E) {
619
616
  if (E !== o) {
620
617
  var C = new Error(
621
618
  "Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types"
@@ -623,45 +620,43 @@ function Re() {
623
620
  throw C.name = "Invariant Violation", C;
624
621
  }
625
622
  }
626
- d.isRequired = d;
623
+ y.isRequired = y;
627
624
  function S() {
628
- return d;
625
+ return y;
629
626
  }
630
627
  var a = {
631
- array: d,
632
- bigint: d,
633
- bool: d,
634
- func: d,
635
- number: d,
636
- object: d,
637
- string: d,
638
- symbol: d,
639
- any: d,
628
+ array: y,
629
+ bigint: y,
630
+ bool: y,
631
+ func: y,
632
+ number: y,
633
+ object: y,
634
+ string: y,
635
+ symbol: y,
636
+ any: y,
640
637
  arrayOf: S,
641
- element: d,
642
- elementType: d,
638
+ element: y,
639
+ elementType: y,
643
640
  instanceOf: S,
644
- node: d,
641
+ node: y,
645
642
  objectOf: S,
646
643
  oneOf: S,
647
644
  oneOfType: S,
648
645
  shape: S,
649
646
  exact: S,
650
647
  checkPropTypes: O,
651
- resetWarningCache: j
648
+ resetWarningCache: I
652
649
  };
653
650
  return a.PropTypes = a, a;
654
651
  }, ie;
655
652
  }
656
653
  if (process.env.NODE_ENV !== "production") {
657
- var Ce = Te(), we = !0;
658
- ae.exports = _e()(Ce.isElement, we);
654
+ var Ce = Te(), xe = !0;
655
+ ae.exports = _e()(Ce.isElement, xe);
659
656
  } else
660
657
  ae.exports = Re()();
661
- var xe = ae.exports;
662
- const je = /* @__PURE__ */ Ee(xe);
658
+ var we = ae.exports;
659
+ const Ie = /* @__PURE__ */ Ee(we);
663
660
  export {
664
- je as P,
665
- Ae as c,
666
- Ee as g
661
+ Ie as P
667
662
  };