@lanaco/lnc-react-ui 4.0.34 → 4.0.37

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 (286) hide show
  1. package/dist/Accordion.cjs +5 -5
  2. package/dist/Accordion.js +11 -11
  3. package/dist/AccordionDetails.cjs +1 -1
  4. package/dist/AccordionDetails.js +1 -1
  5. package/dist/AccordionSummary.cjs +1 -1
  6. package/dist/AccordionSummary.js +3 -3
  7. package/dist/ActionsToolbar.cjs +1 -1
  8. package/dist/ActionsToolbar.js +2 -2
  9. package/dist/Alert.cjs +1 -1
  10. package/dist/Alert.js +2 -2
  11. package/dist/Avatar.cjs +1 -1
  12. package/dist/Avatar.js +3 -3
  13. package/dist/Badge.cjs +2 -2
  14. package/dist/Badge.js +3 -3
  15. package/dist/BannerSectionBasic.cjs +1 -1
  16. package/dist/BannerSectionBasic.js +1 -1
  17. package/dist/BannerSectionCarousel.cjs +2 -2
  18. package/dist/BannerSectionCarousel.js +63 -63
  19. package/dist/BannerSectionGrid.cjs +3 -3
  20. package/dist/BannerSectionGrid.js +43 -39
  21. package/dist/BannerSectionSimple.cjs +1 -1
  22. package/dist/BannerSectionSimple.js +1 -1
  23. package/dist/BannerSectionWithList.cjs +1 -1
  24. package/dist/BannerSectionWithList.js +2 -2
  25. package/dist/BannerSectionWithListImage.cjs +1 -1
  26. package/dist/BannerSectionWithListImage.js +1 -1
  27. package/dist/BlogsSectionDetailed.cjs +1 -1
  28. package/dist/BlogsSectionDetailed.js +3 -3
  29. package/dist/BlogsSectionLarge.cjs +1 -1
  30. package/dist/BlogsSectionLarge.js +2 -2
  31. package/dist/BlogsSectionSimple.cjs +1 -1
  32. package/dist/BlogsSectionSimple.js +3 -3
  33. package/dist/BlogsSectionSimpleCentered.cjs +1 -1
  34. package/dist/BlogsSectionSimpleCentered.js +2 -2
  35. package/dist/BlogsSectionWithFilters.cjs +11 -108
  36. package/dist/BlogsSectionWithFilters.js +59 -437
  37. package/dist/BrandHitsSection.cjs +1 -1
  38. package/dist/BrandHitsSection.js +2 -2
  39. package/dist/Breadcrumbs.cjs +3 -3
  40. package/dist/Breadcrumbs.js +12 -12
  41. package/dist/Button.cjs +1 -1
  42. package/dist/Button.js +4 -4
  43. package/dist/ButtonGroup.cjs +1 -1
  44. package/dist/ButtonGroup.js +3 -3
  45. package/dist/CalorieCalculatorSection.cjs +333 -0
  46. package/dist/CalorieCalculatorSection.js +851 -0
  47. package/dist/CheckBoxInput.cjs +1 -1
  48. package/dist/CheckBoxInput.js +3 -3
  49. package/dist/Chip.cjs +2 -2
  50. package/dist/Chip.js +3 -3
  51. package/dist/ColorInput.cjs +1 -1
  52. package/dist/ColorInput.js +4 -4
  53. package/dist/ConfirmationForm.cjs +2 -2
  54. package/dist/ConfirmationForm.js +3 -3
  55. package/dist/CustomLoanMapSection.cjs +1 -1
  56. package/dist/CustomLoanMapSection.js +2 -2
  57. package/dist/{CustomStyles-BWOJ2IOk.js → CustomStyles-BwnfUVvi.js} +8 -8
  58. package/dist/{CustomStyles-DyqGX2oY.cjs → CustomStyles-DUDHRSkh.cjs} +2 -2
  59. package/dist/DataView.cjs +1 -1
  60. package/dist/DataView.js +1 -1
  61. package/dist/DateInput.cjs +4 -4
  62. package/dist/DateInput.js +76 -80
  63. package/dist/DecimalInput.cjs +3 -3
  64. package/dist/DecimalInput.js +4 -4
  65. package/dist/DecimalInputV2.cjs +2 -2
  66. package/dist/DecimalInputV2.js +3 -3
  67. package/dist/DetailedProductsSection.cjs +1 -1
  68. package/dist/DetailedProductsSection.js +4 -4
  69. package/dist/DetailsView.cjs +2 -2
  70. package/dist/DetailsView.js +3 -3
  71. package/dist/DoubleRangeSlider.cjs +1 -1
  72. package/dist/DoubleRangeSlider.js +3 -3
  73. package/dist/DragAndDropFile.cjs +6 -6
  74. package/dist/DragAndDropFile.js +4 -4
  75. package/dist/DragDropFiles.cjs +1 -1
  76. package/dist/DragDropFiles.js +3 -3
  77. package/dist/Drawer.cjs +1 -1
  78. package/dist/Drawer.js +12 -12
  79. package/dist/Dropdown.cjs +1 -1
  80. package/dist/Dropdown.js +5 -5
  81. package/dist/DropdownItem.cjs +1 -1
  82. package/dist/DropdownItem.js +10 -10
  83. package/dist/DropdownLookup.cjs +1 -1
  84. package/dist/DropdownLookup.js +5 -5
  85. package/dist/DropdownMenu.cjs +1 -1
  86. package/dist/DropdownMenu.js +6 -6
  87. package/dist/EditableTable.cjs +1 -1
  88. package/dist/EditableTable.js +3 -3
  89. package/dist/FieldOfInterestsMasonrySection.cjs +6 -6
  90. package/dist/FieldOfInterestsMasonrySection.js +43 -42
  91. package/dist/FieldOfInterestsWithAvatarsCardsSection.cjs +1 -1
  92. package/dist/FieldOfInterestsWithAvatarsCardsSection.js +3 -3
  93. package/dist/FieldOfInterestsWithTagsCardsSection.cjs +3 -3
  94. package/dist/FieldOfInterestsWithTagsCardsSection.js +3 -3
  95. package/dist/FileInput.cjs +2 -2
  96. package/dist/FileInput.js +3 -3
  97. package/dist/FlexBox.cjs +1 -1
  98. package/dist/FlexBox.js +1 -1
  99. package/dist/FlexGridItem.cjs +1 -1
  100. package/dist/FlexGridItem.js +2 -2
  101. package/dist/FormField.cjs +1 -1
  102. package/dist/FormField.js +7 -7
  103. package/dist/FormView.cjs +2 -2
  104. package/dist/FormView.js +15 -15
  105. package/dist/GeneralWithTagsCardsSection.cjs +1 -1
  106. package/dist/GeneralWithTagsCardsSection.js +3 -3
  107. package/dist/GiftCardsSection.cjs +1 -1
  108. package/dist/GiftCardsSection.js +2 -2
  109. package/dist/Grid.cjs +1 -1
  110. package/dist/Grid.js +1 -1
  111. package/dist/GridItem.cjs +1 -1
  112. package/dist/GridItem.js +1 -1
  113. package/dist/Icon.cjs +2 -2
  114. package/dist/Icon.js +6 -6
  115. package/dist/IconButton.cjs +1 -1
  116. package/dist/IconButton.js +3 -3
  117. package/dist/Kanban.cjs +7 -7
  118. package/dist/Kanban.js +37 -41
  119. package/dist/KanbanActionsToolbar.cjs +1 -1
  120. package/dist/KanbanActionsToolbar.js +2 -2
  121. package/dist/{KanbanCard-BDyFaKYd.js → KanbanCard-BDRSqfVD.js} +2 -2
  122. package/dist/{KanbanCard-CofqdTrO.cjs → KanbanCard-CLOKZFYP.cjs} +1 -1
  123. package/dist/KanbanCard.cjs +1 -1
  124. package/dist/KanbanCard.js +3 -3
  125. package/dist/KanbanFooter.cjs +1 -1
  126. package/dist/KanbanFooter.js +2 -2
  127. package/dist/KanbanHeader.cjs +2 -2
  128. package/dist/KanbanHeader.js +2 -2
  129. package/dist/KanbanView.cjs +1 -1
  130. package/dist/KanbanView.js +3 -3
  131. package/dist/Link.cjs +2 -2
  132. package/dist/Link.js +6 -6
  133. package/dist/LocationSearchSection.cjs +53 -0
  134. package/dist/LocationSearchSection.js +108 -0
  135. package/dist/MasonryGeneralCardsSection.cjs +1 -1
  136. package/dist/MasonryGeneralCardsSection.js +3 -3
  137. package/dist/MenuItem.cjs +2 -2
  138. package/dist/MenuItem.js +3 -3
  139. package/dist/Modal.cjs +1 -1
  140. package/dist/Modal.js +6 -6
  141. package/dist/MultiSelectDropdown.cjs +1 -1
  142. package/dist/MultiSelectDropdown.js +3 -3
  143. package/dist/MultiSelectDropdownLookup.cjs +1 -1
  144. package/dist/MultiSelectDropdownLookup.js +3 -3
  145. package/dist/NestedDropdownItem.cjs +1 -1
  146. package/dist/NestedDropdownItem.js +9 -9
  147. package/dist/NestedMenuItem.cjs +2 -2
  148. package/dist/NestedMenuItem.js +8 -8
  149. package/dist/Notification.cjs +1 -1
  150. package/dist/Notification.js +1 -1
  151. package/dist/NotificationContainer.cjs +1 -1
  152. package/dist/NotificationContainer.js +3 -3
  153. package/dist/NotificationMessage.cjs +1 -1
  154. package/dist/NotificationMessage.js +3 -3
  155. package/dist/NumberInput.cjs +2 -2
  156. package/dist/NumberInput.js +4 -4
  157. package/dist/OverlayGeneralCardsSection.cjs +1 -1
  158. package/dist/OverlayGeneralCardsSection.js +3 -3
  159. package/dist/PageLayout.cjs +2 -2
  160. package/dist/PageLayout.js +2 -2
  161. package/dist/Pagination.cjs +2 -2
  162. package/dist/Pagination.js +2 -2
  163. package/dist/PasswordInput.cjs +2 -2
  164. package/dist/PasswordInput.js +4 -4
  165. package/dist/PopoverContent.cjs +1 -1
  166. package/dist/PopoverContent.js +5 -5
  167. package/dist/PopoverDescription.cjs +1 -1
  168. package/dist/PopoverDescription.js +1 -1
  169. package/dist/PopoverHeading.cjs +1 -1
  170. package/dist/PopoverHeading.js +1 -1
  171. package/dist/PopoverTrigger.cjs +1 -1
  172. package/dist/PopoverTrigger.js +1 -1
  173. package/dist/ProductsWithBannerSection.cjs +1 -1
  174. package/dist/ProductsWithBannerSection.js +3 -3
  175. package/dist/ProgressBar.cjs +1 -1
  176. package/dist/ProgressBar.js +8 -8
  177. package/dist/QuizSection.cjs +1 -1
  178. package/dist/QuizSection.js +2 -2
  179. package/dist/RadioGroup.cjs +1 -1
  180. package/dist/RadioGroup.js +2 -2
  181. package/dist/RadioInput.cjs +1 -1
  182. package/dist/RadioInput.js +3 -3
  183. package/dist/RangeSlider.cjs +2 -2
  184. package/dist/RangeSlider.js +3 -3
  185. package/dist/SalesCampaignsSection.cjs +423 -0
  186. package/dist/SalesCampaignsSection.js +967 -0
  187. package/dist/SearchBar.cjs +1 -1
  188. package/dist/SearchBar.js +6 -6
  189. package/dist/Separator.cjs +1 -1
  190. package/dist/Separator.js +3 -3
  191. package/dist/ShopCardsSection.cjs +1 -1
  192. package/dist/ShopCardsSection.js +2 -2
  193. package/dist/Sidebar.cjs +1 -1
  194. package/dist/Sidebar.js +3 -3
  195. package/dist/SimpleCategoriesSection.cjs +9 -9
  196. package/dist/SimpleCategoriesSection.js +48 -44
  197. package/dist/SimpleProductsSection.cjs +1 -1
  198. package/dist/SimpleProductsSection.js +3 -3
  199. package/dist/Spinner.cjs +1 -1
  200. package/dist/Spinner.js +12 -12
  201. package/dist/Surface.cjs +2 -2
  202. package/dist/Surface.js +3 -3
  203. package/dist/SwipeableDrawer.cjs +2 -2
  204. package/dist/SwipeableDrawer.js +3 -3
  205. package/dist/TabItem.cjs +1 -1
  206. package/dist/TabItem.js +11 -11
  207. package/dist/Table.cjs +7 -7
  208. package/dist/Table.js +4 -4
  209. package/dist/TableView.cjs +1 -1
  210. package/dist/TableView.js +2 -2
  211. package/dist/Tabs.cjs +2 -2
  212. package/dist/Tabs.js +2 -2
  213. package/dist/TextAreaInput.cjs +12 -12
  214. package/dist/TextAreaInput.js +124 -112
  215. package/dist/TextInput.cjs +2 -2
  216. package/dist/TextInput.js +4 -4
  217. package/dist/ThemeProvider.cjs +10 -10
  218. package/dist/ThemeProvider.js +189 -187
  219. package/dist/TimeInput.cjs +2 -2
  220. package/dist/TimeInput.js +4 -4
  221. package/dist/Toggle.cjs +15 -15
  222. package/dist/Toggle.js +40 -50
  223. package/dist/TreeMenu.cjs +1 -1
  224. package/dist/TreeMenu.js +1 -1
  225. package/dist/TreeMenuSeparator.cjs +1 -1
  226. package/dist/TreeMenuSeparator.js +3 -3
  227. package/dist/UploadedFile.cjs +2 -2
  228. package/dist/UploadedFile.js +16 -16
  229. package/dist/UrgentSaleProductsSection.cjs +1 -1
  230. package/dist/UrgentSaleProductsSection.js +2 -2
  231. package/dist/{defineProperty-DHvxLH8G.cjs → defineProperty-CqVRDJI8.cjs} +1 -1
  232. package/dist/{defineProperty-B5pLF6px.js → defineProperty-DF3p0mVo.js} +5 -5
  233. package/dist/emotion-element-f0de968e.browser.esm-B7k6i6lC.cjs +1 -0
  234. package/dist/emotion-element-f0de968e.browser.esm-CkCiQliQ.js +877 -0
  235. package/dist/{emotion-is-prop-valid.esm-CMrshNb7.cjs → emotion-is-prop-valid.esm-BNsx9k19.cjs} +1 -1
  236. package/dist/{emotion-is-prop-valid.esm-DkbeH1Xy.js → emotion-is-prop-valid.esm-CbWxtx4i.js} +1 -1
  237. package/dist/emotion-react.browser.esm-1R69UXoj.cjs +1 -0
  238. package/dist/emotion-react.browser.esm-C6iWxXPG.js +95 -0
  239. package/dist/{emotion-styled.browser.esm-BiK8DcgW.js → emotion-styled.browser.esm-CjCaF13H.js} +55 -53
  240. package/dist/emotion-styled.browser.esm-Cle7tAM9.cjs +1 -0
  241. package/dist/floating-ui.dom-CFbLeFcw.cjs +1 -0
  242. package/dist/floating-ui.dom-vNhdy5RI.js +947 -0
  243. package/dist/{floating-ui.react.esm-C4vrBVJU.cjs → floating-ui.react.esm-7Yt4LHw6.cjs} +1 -1
  244. package/dist/{floating-ui.react.esm-72DKnou_.js → floating-ui.react.esm-umB-tMXa.js} +3 -3
  245. package/dist/{index--Kmch3aI.js → index-64mXPFBC.js} +6724 -6724
  246. package/dist/{index-CvebWhtp.js → index-BlxaTV-D.js} +1 -1
  247. package/dist/{index-HV_Ku4ub.js → index-CHkb_Sj6.js} +2 -2
  248. package/dist/index-CT6_7UFb.js +350 -0
  249. package/dist/index-Cb_AeN9A.cjs +4 -0
  250. package/dist/{index-CNBqQrtK.js → index-CkWvbrVT.js} +1 -1
  251. package/dist/{index-BUChtubz.js → index-D-c5IxDk.js} +1 -1
  252. package/dist/{index-7XMd1kAv.js → index-D6g5ZqyJ.js} +2 -2
  253. package/dist/{index-BP5r5zGN.cjs → index-DZoWlChs.cjs} +1 -1
  254. package/dist/{index-B67WqHGh.cjs → index-Dit169OA.cjs} +1 -1
  255. package/dist/{index-B6kVbS_M.cjs → index-Dj5wZCVs.cjs} +1 -1
  256. package/dist/{index-CTJZaJ_S.js → index-DxdBg_r_.js} +1 -1
  257. package/dist/index-EeoArxOx.cjs +174 -0
  258. package/dist/index-Q_i-aqsF.cjs +95 -0
  259. package/dist/{index-mIxT8eNX.cjs → index-vXmvgZ2Y.cjs} +1 -1
  260. package/dist/index-wy-PXQR9.js +47 -0
  261. package/dist/index.cjs +1 -1
  262. package/dist/index.js +96 -92
  263. package/dist/{motion-Oud-wpUz.cjs → motion-B_VPZaJq.cjs} +1 -1
  264. package/dist/{motion-ecIGZGwI.js → motion-Ckekul_K.js} +1 -1
  265. package/dist/objectWithoutPropertiesLoose-BLga_MQA.cjs +1 -0
  266. package/dist/{objectWithoutPropertiesLoose-DwEN6RBQ.js → objectWithoutPropertiesLoose-DhwSMsjf.js} +1 -1
  267. package/dist/{react-toastify.esm-CkXGwKXL.js → react-toastify.esm--2awuizG.js} +1 -1
  268. package/dist/{react-toastify.esm-Dqcb4SQT.cjs → react-toastify.esm-Dq1k28O7.cjs} +1 -1
  269. package/dist/{style-BGQ1B_dp.js → style-6tSw9aqK.js} +1 -1
  270. package/dist/{style-BEUISPP7.cjs → style-BR3tIhP1.cjs} +1 -1
  271. package/dist/usePopover.cjs +1 -1
  272. package/dist/usePopover.js +6 -6
  273. package/dist/{utils-CqvISfv9.js → utils-DtRLzzTZ.js} +294 -74
  274. package/dist/utils-NZLCh-J5.cjs +51 -0
  275. package/package.json +6 -2
  276. package/vite.config.js +12 -1
  277. package/dist/emotion-element-5486c51c.browser.esm-Bb4VkP8U.js +0 -886
  278. package/dist/emotion-element-5486c51c.browser.esm-QRQ5FSjv.cjs +0 -1
  279. package/dist/emotion-react.browser.esm-CN-s34fZ.js +0 -94
  280. package/dist/emotion-react.browser.esm-D7h2t2Bz.cjs +0 -1
  281. package/dist/emotion-styled.browser.esm-Cbp_XsK4.cjs +0 -1
  282. package/dist/floating-ui.dom-1F2mTXOe.cjs +0 -1
  283. package/dist/floating-ui.dom-BdUovkEr.js +0 -938
  284. package/dist/index-Ct1N7fF4.cjs +0 -174
  285. package/dist/objectWithoutPropertiesLoose-Bz3hwpmU.cjs +0 -1
  286. package/dist/utils-C0YSTwcn.cjs +0 -51
package/dist/DateInput.js CHANGED
@@ -3,15 +3,15 @@ import * as X from "react";
3
3
  import m, { createElement as ja, Component as qa, createRef as Qa, forwardRef as Ka } from "react";
4
4
  import { P as J } from "./index-S5Cd7WrG.js";
5
5
  import Va from "./Icon.js";
6
- import { n as Xa } from "./emotion-styled.browser.esm-BiK8DcgW.js";
7
- import { g as mr, a as $ } from "./utils-CqvISfv9.js";
6
+ import { n as Xa } from "./emotion-styled.browser.esm-CjCaF13H.js";
7
+ import { c as mr, b as $ } from "./utils-DtRLzzTZ.js";
8
8
  import { c as le } from "./index-Bq3leL2e.js";
9
- import { c as wt, a as za, d as R, e as L, f as Y, g as I, _ } from "./defineProperty-B5pLF6px.js";
9
+ import { c as wt, a as za, d as R, e as L, g as Y, _, f as I } from "./defineProperty-DF3p0mVo.js";
10
10
  import { a as x } from "./setPrototypeOf-CttqfWo1.js";
11
- import { r as Gn, R as Ga } from "./index--Kmch3aI.js";
11
+ import { r as Gn, R as Ga } from "./index-64mXPFBC.js";
12
12
  import { g as Zn } from "./_commonjsHelpers-DaMA6jEr.js";
13
13
  import Za from "./TextInput.js";
14
- import { u as Ja } from "./emotion-element-5486c51c.browser.esm-Bb4VkP8U.js";
14
+ import { u as Ja } from "./emotion-element-f0de968e.browser.esm-CkCiQliQ.js";
15
15
  const eo = Xa.div`
16
16
  ${(a) => mr(a.theme, "DateInput", a.size, "enabled")}
17
17
  & .react-datepicker__header__dropdown {
@@ -655,8 +655,6 @@ var He = {
655
655
  return U(o, r.length);
656
656
  }
657
657
  }, st = {
658
- am: "am",
659
- pm: "pm",
660
658
  midnight: "midnight",
661
659
  noon: "noon",
662
660
  morning: "morning",
@@ -2102,9 +2100,9 @@ function gi(a, n) {
2102
2100
  }
2103
2101
  var yi = 10, pa = /* @__PURE__ */ function() {
2104
2102
  function a() {
2105
- I(this, a), _(this, "priority", void 0), _(this, "subPriority", 0);
2103
+ Y(this, a), _(this, "priority", void 0), _(this, "subPriority", 0);
2106
2104
  }
2107
- return Y(a, [{
2105
+ return I(a, [{
2108
2106
  key: "validate",
2109
2107
  value: function(r, t) {
2110
2108
  return !0;
@@ -2115,9 +2113,9 @@ var yi = 10, pa = /* @__PURE__ */ function() {
2115
2113
  var n = L(r);
2116
2114
  function r(t, e, o, i, s) {
2117
2115
  var c;
2118
- return I(this, r), c = n.call(this), c.value = t, c.validateValue = e, c.setValue = o, c.priority = i, s && (c.subPriority = s), c;
2116
+ return Y(this, r), c = n.call(this), c.value = t, c.validateValue = e, c.setValue = o, c.priority = i, s && (c.subPriority = s), c;
2119
2117
  }
2120
- return Y(r, [{
2118
+ return I(r, [{
2121
2119
  key: "validate",
2122
2120
  value: function(e, o) {
2123
2121
  return this.validateValue(e, this.value, o);
@@ -2133,12 +2131,12 @@ var yi = 10, pa = /* @__PURE__ */ function() {
2133
2131
  var n = L(r);
2134
2132
  function r() {
2135
2133
  var t;
2136
- I(this, r);
2134
+ Y(this, r);
2137
2135
  for (var e = arguments.length, o = new Array(e), i = 0; i < e; i++)
2138
2136
  o[i] = arguments[i];
2139
2137
  return t = n.call.apply(n, [this].concat(o)), _(x(t), "priority", yi), _(x(t), "subPriority", -1), t;
2140
2138
  }
2141
- return Y(r, [{
2139
+ return I(r, [{
2142
2140
  key: "set",
2143
2141
  value: function(e, o) {
2144
2142
  if (o.timestampIsSet)
@@ -2149,9 +2147,9 @@ var yi = 10, pa = /* @__PURE__ */ function() {
2149
2147
  }]), r;
2150
2148
  }(pa), A = /* @__PURE__ */ function() {
2151
2149
  function a() {
2152
- I(this, a), _(this, "incompatibleTokens", void 0), _(this, "priority", void 0), _(this, "subPriority", void 0);
2150
+ Y(this, a), _(this, "incompatibleTokens", void 0), _(this, "priority", void 0), _(this, "subPriority", void 0);
2153
2151
  }
2154
- return Y(a, [{
2152
+ return I(a, [{
2155
2153
  key: "run",
2156
2154
  value: function(r, t, e, o) {
2157
2155
  var i = this.parse(r, t, e, o);
@@ -2171,12 +2169,12 @@ var yi = 10, pa = /* @__PURE__ */ function() {
2171
2169
  var n = L(r);
2172
2170
  function r() {
2173
2171
  var t;
2174
- I(this, r);
2172
+ Y(this, r);
2175
2173
  for (var e = arguments.length, o = new Array(e), i = 0; i < e; i++)
2176
2174
  o[i] = arguments[i];
2177
2175
  return t = n.call.apply(n, [this].concat(o)), _(x(t), "priority", 140), _(x(t), "incompatibleTokens", ["R", "u", "t", "T"]), t;
2178
2176
  }
2179
- return Y(r, [{
2177
+ return I(r, [{
2180
2178
  key: "parse",
2181
2179
  value: function(e, o, i) {
2182
2180
  switch (o) {
@@ -2348,12 +2346,12 @@ var _i = /* @__PURE__ */ function(a) {
2348
2346
  var n = L(r);
2349
2347
  function r() {
2350
2348
  var t;
2351
- I(this, r);
2349
+ Y(this, r);
2352
2350
  for (var e = arguments.length, o = new Array(e), i = 0; i < e; i++)
2353
2351
  o[i] = arguments[i];
2354
2352
  return t = n.call.apply(n, [this].concat(o)), _(x(t), "priority", 130), _(x(t), "incompatibleTokens", ["Y", "R", "u", "w", "I", "i", "e", "c", "t", "T"]), t;
2355
2353
  }
2356
- return Y(r, [{
2354
+ return I(r, [{
2357
2355
  key: "parse",
2358
2356
  value: function(e, o, i) {
2359
2357
  var s = function(u) {
@@ -2395,12 +2393,12 @@ var _i = /* @__PURE__ */ function(a) {
2395
2393
  var n = L(r);
2396
2394
  function r() {
2397
2395
  var t;
2398
- I(this, r);
2396
+ Y(this, r);
2399
2397
  for (var e = arguments.length, o = new Array(e), i = 0; i < e; i++)
2400
2398
  o[i] = arguments[i];
2401
2399
  return t = n.call.apply(n, [this].concat(o)), _(x(t), "priority", 130), _(x(t), "incompatibleTokens", ["y", "R", "u", "Q", "q", "M", "L", "I", "d", "D", "i", "t", "T"]), t;
2402
2400
  }
2403
- return Y(r, [{
2401
+ return I(r, [{
2404
2402
  key: "parse",
2405
2403
  value: function(e, o, i) {
2406
2404
  var s = function(u) {
@@ -2442,12 +2440,12 @@ var _i = /* @__PURE__ */ function(a) {
2442
2440
  var n = L(r);
2443
2441
  function r() {
2444
2442
  var t;
2445
- I(this, r);
2443
+ Y(this, r);
2446
2444
  for (var e = arguments.length, o = new Array(e), i = 0; i < e; i++)
2447
2445
  o[i] = arguments[i];
2448
2446
  return t = n.call.apply(n, [this].concat(o)), _(x(t), "priority", 130), _(x(t), "incompatibleTokens", ["G", "y", "Y", "u", "Q", "q", "M", "L", "w", "d", "D", "e", "c", "t", "T"]), t;
2449
2447
  }
2450
- return Y(r, [{
2448
+ return I(r, [{
2451
2449
  key: "parse",
2452
2450
  value: function(e, o) {
2453
2451
  return ar(o === "R" ? 4 : o.length, e);
@@ -2464,12 +2462,12 @@ var _i = /* @__PURE__ */ function(a) {
2464
2462
  var n = L(r);
2465
2463
  function r() {
2466
2464
  var t;
2467
- I(this, r);
2465
+ Y(this, r);
2468
2466
  for (var e = arguments.length, o = new Array(e), i = 0; i < e; i++)
2469
2467
  o[i] = arguments[i];
2470
2468
  return t = n.call.apply(n, [this].concat(o)), _(x(t), "priority", 130), _(x(t), "incompatibleTokens", ["G", "y", "Y", "R", "w", "I", "i", "e", "c", "t", "T"]), t;
2471
2469
  }
2472
- return Y(r, [{
2470
+ return I(r, [{
2473
2471
  key: "parse",
2474
2472
  value: function(e, o) {
2475
2473
  return ar(o === "u" ? 4 : o.length, e);
@@ -2485,12 +2483,12 @@ var _i = /* @__PURE__ */ function(a) {
2485
2483
  var n = L(r);
2486
2484
  function r() {
2487
2485
  var t;
2488
- I(this, r);
2486
+ Y(this, r);
2489
2487
  for (var e = arguments.length, o = new Array(e), i = 0; i < e; i++)
2490
2488
  o[i] = arguments[i];
2491
2489
  return t = n.call.apply(n, [this].concat(o)), _(x(t), "priority", 120), _(x(t), "incompatibleTokens", ["Y", "R", "q", "M", "L", "w", "I", "d", "D", "i", "e", "c", "t", "T"]), t;
2492
2490
  }
2493
- return Y(r, [{
2491
+ return I(r, [{
2494
2492
  key: "parse",
2495
2493
  value: function(e, o, i) {
2496
2494
  switch (o) {
@@ -2544,12 +2542,12 @@ var _i = /* @__PURE__ */ function(a) {
2544
2542
  var n = L(r);
2545
2543
  function r() {
2546
2544
  var t;
2547
- I(this, r);
2545
+ Y(this, r);
2548
2546
  for (var e = arguments.length, o = new Array(e), i = 0; i < e; i++)
2549
2547
  o[i] = arguments[i];
2550
2548
  return t = n.call.apply(n, [this].concat(o)), _(x(t), "priority", 120), _(x(t), "incompatibleTokens", ["Y", "R", "Q", "M", "L", "w", "I", "d", "D", "i", "e", "c", "t", "T"]), t;
2551
2549
  }
2552
- return Y(r, [{
2550
+ return I(r, [{
2553
2551
  key: "parse",
2554
2552
  value: function(e, o, i) {
2555
2553
  switch (o) {
@@ -2603,12 +2601,12 @@ var _i = /* @__PURE__ */ function(a) {
2603
2601
  var n = L(r);
2604
2602
  function r() {
2605
2603
  var t;
2606
- I(this, r);
2604
+ Y(this, r);
2607
2605
  for (var e = arguments.length, o = new Array(e), i = 0; i < e; i++)
2608
2606
  o[i] = arguments[i];
2609
2607
  return t = n.call.apply(n, [this].concat(o)), _(x(t), "incompatibleTokens", ["Y", "R", "q", "Q", "L", "w", "I", "D", "i", "e", "c", "t", "T"]), _(x(t), "priority", 110), t;
2610
2608
  }
2611
- return Y(r, [{
2609
+ return I(r, [{
2612
2610
  key: "parse",
2613
2611
  value: function(e, o, i) {
2614
2612
  var s = function(u) {
@@ -2666,12 +2664,12 @@ var _i = /* @__PURE__ */ function(a) {
2666
2664
  var n = L(r);
2667
2665
  function r() {
2668
2666
  var t;
2669
- I(this, r);
2667
+ Y(this, r);
2670
2668
  for (var e = arguments.length, o = new Array(e), i = 0; i < e; i++)
2671
2669
  o[i] = arguments[i];
2672
2670
  return t = n.call.apply(n, [this].concat(o)), _(x(t), "priority", 110), _(x(t), "incompatibleTokens", ["Y", "R", "q", "Q", "M", "w", "I", "D", "i", "e", "c", "t", "T"]), t;
2673
2671
  }
2674
- return Y(r, [{
2672
+ return I(r, [{
2675
2673
  key: "parse",
2676
2674
  value: function(e, o, i) {
2677
2675
  var s = function(u) {
@@ -2735,12 +2733,12 @@ var Ni = /* @__PURE__ */ function(a) {
2735
2733
  var n = L(r);
2736
2734
  function r() {
2737
2735
  var t;
2738
- I(this, r);
2736
+ Y(this, r);
2739
2737
  for (var e = arguments.length, o = new Array(e), i = 0; i < e; i++)
2740
2738
  o[i] = arguments[i];
2741
2739
  return t = n.call.apply(n, [this].concat(o)), _(x(t), "priority", 100), _(x(t), "incompatibleTokens", ["y", "R", "u", "q", "Q", "M", "L", "I", "d", "D", "i", "t", "T"]), t;
2742
2740
  }
2743
- return Y(r, [{
2741
+ return I(r, [{
2744
2742
  key: "parse",
2745
2743
  value: function(e, o, i) {
2746
2744
  switch (o) {
@@ -2776,12 +2774,12 @@ var Ii = /* @__PURE__ */ function(a) {
2776
2774
  var n = L(r);
2777
2775
  function r() {
2778
2776
  var t;
2779
- I(this, r);
2777
+ Y(this, r);
2780
2778
  for (var e = arguments.length, o = new Array(e), i = 0; i < e; i++)
2781
2779
  o[i] = arguments[i];
2782
2780
  return t = n.call.apply(n, [this].concat(o)), _(x(t), "priority", 100), _(x(t), "incompatibleTokens", ["y", "Y", "u", "q", "Q", "M", "L", "w", "d", "D", "e", "c", "t", "T"]), t;
2783
2781
  }
2784
- return Y(r, [{
2782
+ return I(r, [{
2785
2783
  key: "parse",
2786
2784
  value: function(e, o, i) {
2787
2785
  switch (o) {
@@ -2811,12 +2809,12 @@ var Ii = /* @__PURE__ */ function(a) {
2811
2809
  var n = L(r);
2812
2810
  function r() {
2813
2811
  var t;
2814
- I(this, r);
2812
+ Y(this, r);
2815
2813
  for (var e = arguments.length, o = new Array(e), i = 0; i < e; i++)
2816
2814
  o[i] = arguments[i];
2817
2815
  return t = n.call.apply(n, [this].concat(o)), _(x(t), "priority", 90), _(x(t), "subPriority", 1), _(x(t), "incompatibleTokens", ["Y", "R", "q", "Q", "w", "I", "D", "i", "e", "c", "t", "T"]), t;
2818
2816
  }
2819
- return Y(r, [{
2817
+ return I(r, [{
2820
2818
  key: "parse",
2821
2819
  value: function(e, o, i) {
2822
2820
  switch (o) {
@@ -2847,12 +2845,12 @@ var Ii = /* @__PURE__ */ function(a) {
2847
2845
  var n = L(r);
2848
2846
  function r() {
2849
2847
  var t;
2850
- I(this, r);
2848
+ Y(this, r);
2851
2849
  for (var e = arguments.length, o = new Array(e), i = 0; i < e; i++)
2852
2850
  o[i] = arguments[i];
2853
2851
  return t = n.call.apply(n, [this].concat(o)), _(x(t), "priority", 90), _(x(t), "subpriority", 1), _(x(t), "incompatibleTokens", ["Y", "R", "q", "Q", "M", "L", "w", "I", "d", "E", "i", "e", "c", "t", "T"]), t;
2854
2852
  }
2855
- return Y(r, [{
2853
+ return I(r, [{
2856
2854
  key: "parse",
2857
2855
  value: function(e, o, i) {
2858
2856
  switch (o) {
@@ -2894,12 +2892,12 @@ var Wi = /* @__PURE__ */ function(a) {
2894
2892
  var n = L(r);
2895
2893
  function r() {
2896
2894
  var t;
2897
- I(this, r);
2895
+ Y(this, r);
2898
2896
  for (var e = arguments.length, o = new Array(e), i = 0; i < e; i++)
2899
2897
  o[i] = arguments[i];
2900
2898
  return t = n.call.apply(n, [this].concat(o)), _(x(t), "priority", 90), _(x(t), "incompatibleTokens", ["D", "i", "e", "c", "t", "T"]), t;
2901
2899
  }
2902
- return Y(r, [{
2900
+ return I(r, [{
2903
2901
  key: "parse",
2904
2902
  value: function(e, o, i) {
2905
2903
  switch (o) {
@@ -2962,12 +2960,12 @@ var Wi = /* @__PURE__ */ function(a) {
2962
2960
  var n = L(r);
2963
2961
  function r() {
2964
2962
  var t;
2965
- I(this, r);
2963
+ Y(this, r);
2966
2964
  for (var e = arguments.length, o = new Array(e), i = 0; i < e; i++)
2967
2965
  o[i] = arguments[i];
2968
2966
  return t = n.call.apply(n, [this].concat(o)), _(x(t), "priority", 90), _(x(t), "incompatibleTokens", ["y", "R", "u", "q", "Q", "M", "L", "I", "d", "D", "E", "i", "c", "t", "T"]), t;
2969
2967
  }
2970
- return Y(r, [{
2968
+ return I(r, [{
2971
2969
  key: "parse",
2972
2970
  value: function(e, o, i, s) {
2973
2971
  var c = function(l) {
@@ -3039,12 +3037,12 @@ var Wi = /* @__PURE__ */ function(a) {
3039
3037
  var n = L(r);
3040
3038
  function r() {
3041
3039
  var t;
3042
- I(this, r);
3040
+ Y(this, r);
3043
3041
  for (var e = arguments.length, o = new Array(e), i = 0; i < e; i++)
3044
3042
  o[i] = arguments[i];
3045
3043
  return t = n.call.apply(n, [this].concat(o)), _(x(t), "priority", 90), _(x(t), "incompatibleTokens", ["y", "R", "u", "q", "Q", "M", "L", "I", "d", "D", "E", "i", "e", "t", "T"]), t;
3046
3044
  }
3047
- return Y(r, [{
3045
+ return I(r, [{
3048
3046
  key: "parse",
3049
3047
  value: function(e, o, i, s) {
3050
3048
  var c = function(l) {
@@ -3124,12 +3122,12 @@ var Bi = /* @__PURE__ */ function(a) {
3124
3122
  var n = L(r);
3125
3123
  function r() {
3126
3124
  var t;
3127
- I(this, r);
3125
+ Y(this, r);
3128
3126
  for (var e = arguments.length, o = new Array(e), i = 0; i < e; i++)
3129
3127
  o[i] = arguments[i];
3130
3128
  return t = n.call.apply(n, [this].concat(o)), _(x(t), "priority", 90), _(x(t), "incompatibleTokens", ["y", "Y", "u", "q", "Q", "M", "L", "w", "d", "D", "E", "e", "c", "t", "T"]), t;
3131
3129
  }
3132
- return Y(r, [{
3130
+ return I(r, [{
3133
3131
  key: "parse",
3134
3132
  value: function(e, o, i) {
3135
3133
  var s = function(u) {
@@ -3200,12 +3198,12 @@ var Bi = /* @__PURE__ */ function(a) {
3200
3198
  var n = L(r);
3201
3199
  function r() {
3202
3200
  var t;
3203
- I(this, r);
3201
+ Y(this, r);
3204
3202
  for (var e = arguments.length, o = new Array(e), i = 0; i < e; i++)
3205
3203
  o[i] = arguments[i];
3206
3204
  return t = n.call.apply(n, [this].concat(o)), _(x(t), "priority", 80), _(x(t), "incompatibleTokens", ["b", "B", "H", "k", "t", "T"]), t;
3207
3205
  }
3208
- return Y(r, [{
3206
+ return I(r, [{
3209
3207
  key: "parse",
3210
3208
  value: function(e, o, i) {
3211
3209
  switch (o) {
@@ -3249,12 +3247,12 @@ var Bi = /* @__PURE__ */ function(a) {
3249
3247
  var n = L(r);
3250
3248
  function r() {
3251
3249
  var t;
3252
- I(this, r);
3250
+ Y(this, r);
3253
3251
  for (var e = arguments.length, o = new Array(e), i = 0; i < e; i++)
3254
3252
  o[i] = arguments[i];
3255
3253
  return t = n.call.apply(n, [this].concat(o)), _(x(t), "priority", 80), _(x(t), "incompatibleTokens", ["a", "B", "H", "k", "t", "T"]), t;
3256
3254
  }
3257
- return Y(r, [{
3255
+ return I(r, [{
3258
3256
  key: "parse",
3259
3257
  value: function(e, o, i) {
3260
3258
  switch (o) {
@@ -3298,12 +3296,12 @@ var Bi = /* @__PURE__ */ function(a) {
3298
3296
  var n = L(r);
3299
3297
  function r() {
3300
3298
  var t;
3301
- I(this, r);
3299
+ Y(this, r);
3302
3300
  for (var e = arguments.length, o = new Array(e), i = 0; i < e; i++)
3303
3301
  o[i] = arguments[i];
3304
3302
  return t = n.call.apply(n, [this].concat(o)), _(x(t), "priority", 80), _(x(t), "incompatibleTokens", ["a", "b", "t", "T"]), t;
3305
3303
  }
3306
- return Y(r, [{
3304
+ return I(r, [{
3307
3305
  key: "parse",
3308
3306
  value: function(e, o, i) {
3309
3307
  switch (o) {
@@ -3347,12 +3345,12 @@ var Bi = /* @__PURE__ */ function(a) {
3347
3345
  var n = L(r);
3348
3346
  function r() {
3349
3347
  var t;
3350
- I(this, r);
3348
+ Y(this, r);
3351
3349
  for (var e = arguments.length, o = new Array(e), i = 0; i < e; i++)
3352
3350
  o[i] = arguments[i];
3353
3351
  return t = n.call.apply(n, [this].concat(o)), _(x(t), "priority", 70), _(x(t), "incompatibleTokens", ["H", "K", "k", "t", "T"]), t;
3354
3352
  }
3355
- return Y(r, [{
3353
+ return I(r, [{
3356
3354
  key: "parse",
3357
3355
  value: function(e, o, i) {
3358
3356
  switch (o) {
@@ -3383,12 +3381,12 @@ var Bi = /* @__PURE__ */ function(a) {
3383
3381
  var n = L(r);
3384
3382
  function r() {
3385
3383
  var t;
3386
- I(this, r);
3384
+ Y(this, r);
3387
3385
  for (var e = arguments.length, o = new Array(e), i = 0; i < e; i++)
3388
3386
  o[i] = arguments[i];
3389
3387
  return t = n.call.apply(n, [this].concat(o)), _(x(t), "priority", 70), _(x(t), "incompatibleTokens", ["a", "b", "h", "K", "k", "t", "T"]), t;
3390
3388
  }
3391
- return Y(r, [{
3389
+ return I(r, [{
3392
3390
  key: "parse",
3393
3391
  value: function(e, o, i) {
3394
3392
  switch (o) {
@@ -3418,12 +3416,12 @@ var Bi = /* @__PURE__ */ function(a) {
3418
3416
  var n = L(r);
3419
3417
  function r() {
3420
3418
  var t;
3421
- I(this, r);
3419
+ Y(this, r);
3422
3420
  for (var e = arguments.length, o = new Array(e), i = 0; i < e; i++)
3423
3421
  o[i] = arguments[i];
3424
3422
  return t = n.call.apply(n, [this].concat(o)), _(x(t), "priority", 70), _(x(t), "incompatibleTokens", ["h", "H", "k", "t", "T"]), t;
3425
3423
  }
3426
- return Y(r, [{
3424
+ return I(r, [{
3427
3425
  key: "parse",
3428
3426
  value: function(e, o, i) {
3429
3427
  switch (o) {
@@ -3454,12 +3452,12 @@ var Bi = /* @__PURE__ */ function(a) {
3454
3452
  var n = L(r);
3455
3453
  function r() {
3456
3454
  var t;
3457
- I(this, r);
3455
+ Y(this, r);
3458
3456
  for (var e = arguments.length, o = new Array(e), i = 0; i < e; i++)
3459
3457
  o[i] = arguments[i];
3460
3458
  return t = n.call.apply(n, [this].concat(o)), _(x(t), "priority", 70), _(x(t), "incompatibleTokens", ["a", "b", "h", "H", "K", "t", "T"]), t;
3461
3459
  }
3462
- return Y(r, [{
3460
+ return I(r, [{
3463
3461
  key: "parse",
3464
3462
  value: function(e, o, i) {
3465
3463
  switch (o) {
@@ -3490,12 +3488,12 @@ var Bi = /* @__PURE__ */ function(a) {
3490
3488
  var n = L(r);
3491
3489
  function r() {
3492
3490
  var t;
3493
- I(this, r);
3491
+ Y(this, r);
3494
3492
  for (var e = arguments.length, o = new Array(e), i = 0; i < e; i++)
3495
3493
  o[i] = arguments[i];
3496
3494
  return t = n.call.apply(n, [this].concat(o)), _(x(t), "priority", 60), _(x(t), "incompatibleTokens", ["t", "T"]), t;
3497
3495
  }
3498
- return Y(r, [{
3496
+ return I(r, [{
3499
3497
  key: "parse",
3500
3498
  value: function(e, o, i) {
3501
3499
  switch (o) {
@@ -3525,12 +3523,12 @@ var Bi = /* @__PURE__ */ function(a) {
3525
3523
  var n = L(r);
3526
3524
  function r() {
3527
3525
  var t;
3528
- I(this, r);
3526
+ Y(this, r);
3529
3527
  for (var e = arguments.length, o = new Array(e), i = 0; i < e; i++)
3530
3528
  o[i] = arguments[i];
3531
3529
  return t = n.call.apply(n, [this].concat(o)), _(x(t), "priority", 50), _(x(t), "incompatibleTokens", ["t", "T"]), t;
3532
3530
  }
3533
- return Y(r, [{
3531
+ return I(r, [{
3534
3532
  key: "parse",
3535
3533
  value: function(e, o, i) {
3536
3534
  switch (o) {
@@ -3560,12 +3558,12 @@ var Bi = /* @__PURE__ */ function(a) {
3560
3558
  var n = L(r);
3561
3559
  function r() {
3562
3560
  var t;
3563
- I(this, r);
3561
+ Y(this, r);
3564
3562
  for (var e = arguments.length, o = new Array(e), i = 0; i < e; i++)
3565
3563
  o[i] = arguments[i];
3566
3564
  return t = n.call.apply(n, [this].concat(o)), _(x(t), "priority", 30), _(x(t), "incompatibleTokens", ["t", "T"]), t;
3567
3565
  }
3568
- return Y(r, [{
3566
+ return I(r, [{
3569
3567
  key: "parse",
3570
3568
  value: function(e, o) {
3571
3569
  var i = function(c) {
@@ -3584,12 +3582,12 @@ var Bi = /* @__PURE__ */ function(a) {
3584
3582
  var n = L(r);
3585
3583
  function r() {
3586
3584
  var t;
3587
- I(this, r);
3585
+ Y(this, r);
3588
3586
  for (var e = arguments.length, o = new Array(e), i = 0; i < e; i++)
3589
3587
  o[i] = arguments[i];
3590
3588
  return t = n.call.apply(n, [this].concat(o)), _(x(t), "priority", 10), _(x(t), "incompatibleTokens", ["t", "T", "x"]), t;
3591
3589
  }
3592
- return Y(r, [{
3590
+ return I(r, [{
3593
3591
  key: "parse",
3594
3592
  value: function(e, o) {
3595
3593
  switch (o) {
@@ -3617,12 +3615,12 @@ var Bi = /* @__PURE__ */ function(a) {
3617
3615
  var n = L(r);
3618
3616
  function r() {
3619
3617
  var t;
3620
- I(this, r);
3618
+ Y(this, r);
3621
3619
  for (var e = arguments.length, o = new Array(e), i = 0; i < e; i++)
3622
3620
  o[i] = arguments[i];
3623
3621
  return t = n.call.apply(n, [this].concat(o)), _(x(t), "priority", 10), _(x(t), "incompatibleTokens", ["t", "T", "X"]), t;
3624
3622
  }
3625
- return Y(r, [{
3623
+ return I(r, [{
3626
3624
  key: "parse",
3627
3625
  value: function(e, o) {
3628
3626
  switch (o) {
@@ -3650,12 +3648,12 @@ var Bi = /* @__PURE__ */ function(a) {
3650
3648
  var n = L(r);
3651
3649
  function r() {
3652
3650
  var t;
3653
- I(this, r);
3651
+ Y(this, r);
3654
3652
  for (var e = arguments.length, o = new Array(e), i = 0; i < e; i++)
3655
3653
  o[i] = arguments[i];
3656
3654
  return t = n.call.apply(n, [this].concat(o)), _(x(t), "priority", 40), _(x(t), "incompatibleTokens", "*"), t;
3657
3655
  }
3658
- return Y(r, [{
3656
+ return I(r, [{
3659
3657
  key: "parse",
3660
3658
  value: function(e) {
3661
3659
  return da(e);
@@ -3673,12 +3671,12 @@ var Bi = /* @__PURE__ */ function(a) {
3673
3671
  var n = L(r);
3674
3672
  function r() {
3675
3673
  var t;
3676
- I(this, r);
3674
+ Y(this, r);
3677
3675
  for (var e = arguments.length, o = new Array(e), i = 0; i < e; i++)
3678
3676
  o[i] = arguments[i];
3679
3677
  return t = n.call.apply(n, [this].concat(o)), _(x(t), "priority", 20), _(x(t), "incompatibleTokens", "*"), t;
3680
3678
  }
3681
- return Y(r, [{
3679
+ return I(r, [{
3682
3680
  key: "parse",
3683
3681
  value: function(e) {
3684
3682
  return da(e);
@@ -4596,7 +4594,6 @@ function Rt(a, n) {
4596
4594
  var r = n, t = r.placement, e = t === void 0 ? a.placement : t, o = r.strategy, i = o === void 0 ? a.strategy : o, s = r.boundary, c = s === void 0 ? Ws : s, u = r.rootBoundary, l = u === void 0 ? ba : u, f = r.elementContext, h = f === void 0 ? Mt : f, v = r.altBoundary, g = v === void 0 ? !1 : v, y = r.padding, w = y === void 0 ? 0 : y, C = xa(typeof w != "number" ? w : Ma(w, At)), T = h === Mt ? Us : Mt, b = a.rects.popper, D = a.elements[g ? T : h], S = wc(nt(D) ? D : D.contextElement || Ke(a.elements.popper), c, l, i), O = vt(a.elements.reference), P = Sa({
4597
4595
  reference: O,
4598
4596
  element: b,
4599
- strategy: "absolute",
4600
4597
  placement: e
4601
4598
  }), W = Lr(Object.assign({}, b, P)), B = h === Mt ? W : O, H = {
4602
4599
  top: S.top - B.top + C.top,
@@ -4766,7 +4763,6 @@ function Oc(a) {
4766
4763
  n.modifiersData[r] = Sa({
4767
4764
  reference: n.rects.reference,
4768
4765
  element: n.rects.popper,
4769
- strategy: "absolute",
4770
4766
  placement: n.placement
4771
4767
  });
4772
4768
  }
@@ -5347,7 +5343,7 @@ function Pa(a) {
5347
5343
  if (typeof r != "object" || r === null) return r;
5348
5344
  var e = r[Symbol.toPrimitive];
5349
5345
  if (e !== void 0) {
5350
- var o = e.call(r, t || "default");
5346
+ var o = e.call(r, t);
5351
5347
  if (typeof o != "object") return o;
5352
5348
  throw new TypeError("@@toPrimitive must return a primitive value.");
5353
5349
  }