qaema-ui 0.0.26 → 0.0.28

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 (214) hide show
  1. package/dist/_virtual/index.js +5 -5
  2. package/dist/_virtual/index2.js +4 -4
  3. package/dist/_virtual/index3.js +5 -5
  4. package/dist/_virtual/index4.js +4 -4
  5. package/dist/assets/icons/RiyalIcon.d.ts +1 -1
  6. package/dist/components/AccordionCard.d.ts +1 -1
  7. package/dist/components/ActionInput.d.ts +2 -2
  8. package/dist/components/AddOnCardInput.d.ts +2 -2
  9. package/dist/components/Alert.d.ts +1 -1
  10. package/dist/components/AmountItem.d.ts +2 -2
  11. package/dist/components/Badge.d.ts +3 -3
  12. package/dist/components/Button.d.ts +3 -2
  13. package/dist/components/Card.d.ts +1 -1
  14. package/dist/components/CardsList.d.ts +2 -2
  15. package/dist/components/Chart.d.ts +1 -1
  16. package/dist/components/ChartLegend/ChartLegend.d.ts +2 -2
  17. package/dist/components/ChartLegend/ChartLegend.js +8 -7
  18. package/dist/components/ChartLegend/PieChartLegend.d.ts +1 -1
  19. package/dist/components/ChartLegend/styles.d.ts +5 -5
  20. package/dist/components/CollapsableCard.d.ts +1 -1
  21. package/dist/components/ConfigList.d.ts +1 -1
  22. package/dist/components/ConfirmationPopup.d.ts +1 -1
  23. package/dist/components/DatePicker.d.ts +1 -1
  24. package/dist/components/DatePicker.js +1 -1
  25. package/dist/components/Divider.d.ts +2 -2
  26. package/dist/components/Draggable.d.ts +1 -1
  27. package/dist/components/DropDown.d.ts +1 -1
  28. package/dist/components/DropDownWithTable/DropDownWithTable.d.ts +1 -1
  29. package/dist/components/DropDownWithTable/DropDownWithTable.js +69 -64
  30. package/dist/components/DropDownWithTable/DropDownWithTable.types.d.ts +2 -1
  31. package/dist/components/DropDownWithTable/Table/Table.d.ts +1 -1
  32. package/dist/components/DropDownWithTable/Table/Table.js +66 -66
  33. package/dist/components/DropDownWithTable/Table/Table.styles.d.ts +27 -27
  34. package/dist/components/DropDownWithTable/Table/components/CellComponents.d.ts +6 -6
  35. package/dist/components/DropDownWithTable/Table/components/CellComponents.js +82 -82
  36. package/dist/components/DropDownWithTable/Table/components/TableHead.d.ts +1 -1
  37. package/dist/components/FileDownloadCard.d.ts +1 -1
  38. package/dist/components/Filter.d.ts +14 -14
  39. package/dist/components/FilterActiveBar.d.ts +1 -1
  40. package/dist/components/Header.d.ts +3 -2
  41. package/dist/components/HelpCard.d.ts +2 -2
  42. package/dist/components/Hint.d.ts +2 -2
  43. package/dist/components/HorizontalChart.d.ts +2 -2
  44. package/dist/components/Image.d.ts +2 -2
  45. package/dist/components/InfoCard.d.ts +1 -1
  46. package/dist/components/InfoItem.d.ts +1 -1
  47. package/dist/components/InputField.d.ts +2 -2
  48. package/dist/components/Layout.d.ts +4 -3
  49. package/dist/components/Legend.d.ts +1 -1
  50. package/dist/components/Link.d.ts +1 -1
  51. package/dist/components/ListToolbar.d.ts +5 -5
  52. package/dist/components/MethodCard.d.ts +1 -1
  53. package/dist/components/Modal.d.ts +2 -2
  54. package/dist/components/ModalWithRequestCard.d.ts +2 -2
  55. package/dist/components/NavItem.d.ts +2 -2
  56. package/dist/components/NavigationPanel.d.ts +2 -2
  57. package/dist/components/NextActionBox.d.ts +1 -1
  58. package/dist/components/NextActionBox.js +104 -0
  59. package/dist/components/NumberInput.d.ts +1 -1
  60. package/dist/components/OTP.d.ts +1 -1
  61. package/dist/components/OptionCardGroup.d.ts +2 -2
  62. package/dist/components/OptionCardGroup.js +16 -15
  63. package/dist/components/Pagination.d.ts +1 -1
  64. package/dist/components/PasswordInputField.d.ts +2 -2
  65. package/dist/components/PaymentLinkDetails.d.ts +1 -1
  66. package/dist/components/PaymentTooltip.d.ts +2 -2
  67. package/dist/components/PhoneInputField.d.ts +2 -2
  68. package/dist/components/QuickActionItem.d.ts +2 -2
  69. package/dist/components/QuickStartCard.d.ts +4 -4
  70. package/dist/components/RadioInput.d.ts +1 -1
  71. package/dist/components/ReconciliationGroups.d.ts +1 -1
  72. package/dist/components/RequestCard.d.ts +7 -7
  73. package/dist/components/RequestSummaryCard.d.ts +6 -6
  74. package/dist/components/SectionHeader.d.ts +1 -1
  75. package/dist/components/SideMenuLinks.d.ts +1 -1
  76. package/dist/components/Sidemenu.d.ts +2 -2
  77. package/dist/components/Spinner.d.ts +1 -1
  78. package/dist/components/StatCard.d.ts +1 -1
  79. package/dist/components/StatIndicator.d.ts +1 -1
  80. package/dist/components/StatusFeedback.d.ts +2 -2
  81. package/dist/components/StepperProcess.d.ts +391 -571
  82. package/dist/components/SummaryCard.d.ts +1 -1
  83. package/dist/components/Table/Table.d.ts +1 -1
  84. package/dist/components/Table/Table.styles.d.ts +27 -27
  85. package/dist/components/Table/components/CellComponents.d.ts +6 -6
  86. package/dist/components/Table/components/TableHead.d.ts +1 -1
  87. package/dist/components/Tabs.d.ts +1 -1
  88. package/dist/components/TextArea.d.ts +1 -1
  89. package/dist/components/ThemeProvider.d.ts +2 -2
  90. package/dist/components/ToastNotification.d.ts +2 -2
  91. package/dist/components/Toggle.d.ts +2 -2
  92. package/dist/components/ToggleForm.d.ts +2 -2
  93. package/dist/components/Typography.d.ts +3 -3
  94. package/dist/components/index.d.ts +1 -1
  95. package/dist/hooks/useFormikInput.d.ts +11 -11
  96. package/dist/hooks/useTypographyVariant.d.ts +1 -1
  97. package/dist/i18n/i18n.d.ts +3 -3
  98. package/dist/index.js +173 -171
  99. package/dist/node_modules/@react-spring/core/dist/react-spring_core.modern.js +1 -1
  100. package/dist/node_modules/@restart/ui/esm/ImperativeTransition.js +1 -0
  101. package/dist/node_modules/d3-format/src/defaultLocale.js +4 -3
  102. package/dist/node_modules/d3-format/src/formatDecimal.js +4 -4
  103. package/dist/node_modules/d3-format/src/formatPrefixAuto.js +5 -5
  104. package/dist/node_modules/d3-format/src/locale.js +37 -37
  105. package/dist/node_modules/d3-shape/src/symbol/circle.js +3 -3
  106. package/dist/node_modules/d3-time-format/src/defaultLocale.js +6 -5
  107. package/dist/node_modules/d3-time-format/src/locale.js +14 -14
  108. package/dist/node_modules/date-fns/addDays.js +3 -2
  109. package/dist/node_modules/date-fns/addMonths.js +9 -8
  110. package/dist/node_modules/date-fns/constructFrom.js +2 -1
  111. package/dist/node_modules/date-fns/differenceInCalendarDays.js +3 -2
  112. package/dist/node_modules/date-fns/endOfMonth.js +4 -3
  113. package/dist/node_modules/date-fns/endOfWeek.js +5 -4
  114. package/dist/node_modules/date-fns/format.js +1 -0
  115. package/dist/node_modules/date-fns/getDayOfYear.js +4 -3
  116. package/dist/node_modules/date-fns/getDaysInMonth.js +6 -5
  117. package/dist/node_modules/date-fns/getDefaultOptions.js +3 -2
  118. package/dist/node_modules/date-fns/getISODay.js +6 -5
  119. package/dist/node_modules/date-fns/getISOWeek.js +5 -4
  120. package/dist/node_modules/date-fns/getISOWeekYear.js +1 -0
  121. package/dist/node_modules/date-fns/getWeek.js +6 -5
  122. package/dist/node_modules/date-fns/getWeekYear.js +1 -0
  123. package/dist/node_modules/date-fns/getYear.js +3 -2
  124. package/dist/node_modules/date-fns/isAfter.js +3 -2
  125. package/dist/node_modules/date-fns/isBefore.js +4 -3
  126. package/dist/node_modules/date-fns/isDate.js +1 -0
  127. package/dist/node_modules/date-fns/isSameDay.js +9 -8
  128. package/dist/node_modules/date-fns/isSameMonth.js +6 -5
  129. package/dist/node_modules/date-fns/isValid.js +5 -4
  130. package/dist/node_modules/date-fns/locale/ar-SA.js +7 -6
  131. package/dist/node_modules/date-fns/locale/en-US.js +9 -8
  132. package/dist/node_modules/date-fns/parse.js +11 -10
  133. package/dist/node_modules/date-fns/setDay.js +7 -6
  134. package/dist/node_modules/date-fns/setISODay.js +4 -3
  135. package/dist/node_modules/date-fns/setISOWeek.js +5 -4
  136. package/dist/node_modules/date-fns/setMonth.js +6 -5
  137. package/dist/node_modules/date-fns/setWeek.js +4 -3
  138. package/dist/node_modules/date-fns/setYear.js +5 -4
  139. package/dist/node_modules/date-fns/startOfDay.js +5 -4
  140. package/dist/node_modules/date-fns/startOfISOWeek.js +3 -2
  141. package/dist/node_modules/date-fns/startOfISOWeekYear.js +6 -5
  142. package/dist/node_modules/date-fns/startOfMonth.js +1 -0
  143. package/dist/node_modules/date-fns/startOfWeek.js +8 -7
  144. package/dist/node_modules/date-fns/startOfWeekYear.js +5 -4
  145. package/dist/node_modules/date-fns/startOfYear.js +1 -0
  146. package/dist/node_modules/date-fns/subMonths.js +4 -3
  147. package/dist/node_modules/date-fns/toDate.js +4 -3
  148. package/dist/node_modules/date-fns/transpose.js +3 -2
  149. package/dist/node_modules/fast-equals/dist/esm/index.js +298 -0
  150. package/dist/node_modules/react-bootstrap/esm/Alert.js +1 -1
  151. package/dist/node_modules/react-bootstrap/esm/AlertHeading.js +1 -1
  152. package/dist/node_modules/react-bootstrap/esm/AlertLink.js +1 -1
  153. package/dist/node_modules/react-bootstrap/esm/Button.js +1 -1
  154. package/dist/node_modules/react-bootstrap/esm/CloseButton.js +2 -2
  155. package/dist/node_modules/react-bootstrap/esm/Col.js +1 -1
  156. package/dist/node_modules/react-bootstrap/esm/Collapse.js +1 -1
  157. package/dist/node_modules/react-bootstrap/esm/Dropdown.js +1 -1
  158. package/dist/node_modules/react-bootstrap/esm/DropdownDivider.js +1 -1
  159. package/dist/node_modules/react-bootstrap/esm/DropdownHeader.js +1 -1
  160. package/dist/node_modules/react-bootstrap/esm/DropdownItem.js +1 -1
  161. package/dist/node_modules/react-bootstrap/esm/DropdownItemText.js +1 -1
  162. package/dist/node_modules/react-bootstrap/esm/DropdownMenu.js +1 -1
  163. package/dist/node_modules/react-bootstrap/esm/DropdownToggle.js +1 -1
  164. package/dist/node_modules/react-bootstrap/esm/Fade.js +1 -1
  165. package/dist/node_modules/react-bootstrap/esm/Feedback.js +2 -2
  166. package/dist/node_modules/react-bootstrap/esm/FloatingLabel.js +1 -1
  167. package/dist/node_modules/react-bootstrap/esm/Form.js +2 -2
  168. package/dist/node_modules/react-bootstrap/esm/FormCheck.js +1 -1
  169. package/dist/node_modules/react-bootstrap/esm/FormCheckInput.js +1 -1
  170. package/dist/node_modules/react-bootstrap/esm/FormCheckLabel.js +1 -1
  171. package/dist/node_modules/react-bootstrap/esm/FormControl.js +1 -1
  172. package/dist/node_modules/react-bootstrap/esm/FormFloating.js +1 -1
  173. package/dist/node_modules/react-bootstrap/esm/FormLabel.js +1 -1
  174. package/dist/node_modules/react-bootstrap/esm/FormRange.js +1 -1
  175. package/dist/node_modules/react-bootstrap/esm/FormSelect.js +1 -1
  176. package/dist/node_modules/react-bootstrap/esm/FormText.js +1 -1
  177. package/dist/node_modules/react-bootstrap/esm/Image.js +2 -2
  178. package/dist/node_modules/react-bootstrap/esm/Nav.js +1 -1
  179. package/dist/node_modules/react-bootstrap/esm/NavItem.js +1 -1
  180. package/dist/node_modules/react-bootstrap/esm/NavLink.js +1 -1
  181. package/dist/node_modules/react-bootstrap/esm/Navbar.js +1 -1
  182. package/dist/node_modules/react-bootstrap/esm/NavbarBrand.js +1 -1
  183. package/dist/node_modules/react-bootstrap/esm/NavbarText.js +1 -1
  184. package/dist/node_modules/react-bootstrap/esm/NavbarToggle.js +1 -1
  185. package/dist/node_modules/react-bootstrap/esm/Offcanvas.js +1 -1
  186. package/dist/node_modules/react-bootstrap/esm/OffcanvasBody.js +1 -1
  187. package/dist/node_modules/react-bootstrap/esm/OffcanvasHeader.js +1 -1
  188. package/dist/node_modules/react-bootstrap/esm/OffcanvasTitle.js +1 -1
  189. package/dist/node_modules/react-bootstrap/esm/OffcanvasToggling.js +1 -1
  190. package/dist/node_modules/react-bootstrap/esm/Toast.js +1 -1
  191. package/dist/node_modules/react-bootstrap/esm/ToastBody.js +1 -1
  192. package/dist/node_modules/react-bootstrap/esm/ToastHeader.js +1 -1
  193. package/dist/node_modules/react-bootstrap/esm/divWithClassName.js +1 -1
  194. package/dist/node_modules/react-helmet-async/lib/index.esm.js +2 -2
  195. package/dist/node_modules/react-smooth/es6/Animate.js +2 -2
  196. package/dist/node_modules/react-transition-group/esm/Transition.js +1 -1
  197. package/dist/node_modules/react-transition-group/esm/utils/PropTypes.js +1 -1
  198. package/dist/node_modules/recharts/es6/component/Cursor.js +2 -2
  199. package/dist/node_modules/recharts/es6/util/ChartUtils.js +2 -2
  200. package/dist/node_modules/recharts-scale/es6/getNiceTickValues.js +7 -7
  201. package/dist/node_modules/victory-vendor/es/d3-scale.js +40 -40
  202. package/dist/styles/Currency.styles.d.ts +1 -1
  203. package/dist/styles/Dropdown.styles.d.ts +30 -29
  204. package/dist/styles/Dropdown.styles.js +18 -11
  205. package/dist/styles/Input.styles.d.ts +1 -1
  206. package/dist/styles/Scrollbar.styles.d.ts +1 -1
  207. package/dist/styles/StatusFeedback.styles.d.ts +7 -7
  208. package/dist/theme/theme.d.ts +1 -1
  209. package/package.json +2 -3
  210. package/dist/i18n/locales/ar.json.d.ts +0 -55
  211. package/dist/i18n/locales/en.json.d.ts +0 -55
  212. package/dist/node_modules/fast-equals/dist/es/index.js +0 -324
  213. package/dist/node_modules/react-bootstrap/esm/Spinner.js +0 -26
  214. package/dist/theme/styled-components.d.ts +0 -5
@@ -1,8 +1,9 @@
1
- import { toDate as a } from "./toDate.js";
2
- function u(e, r) {
3
- const t = a(e, r == null ? void 0 : r.in);
4
- return t.setHours(0, 0, 0, 0), t;
1
+ import { toDate as e } from "./toDate.js";
2
+ function u(a, t) {
3
+ const r = e(a, t == null ? void 0 : t.in);
4
+ return r.setHours(0, 0, 0, 0), r;
5
5
  }
6
6
  export {
7
+ u as default,
7
8
  u as startOfDay
8
9
  };
@@ -1,7 +1,8 @@
1
1
  import { startOfWeek as r } from "./startOfWeek.js";
2
- function n(t, e) {
2
+ function f(t, e) {
3
3
  return r(t, { ...e, weekStartsOn: 1 });
4
4
  }
5
5
  export {
6
- n as startOfISOWeek
6
+ f as default,
7
+ f as startOfISOWeek
7
8
  };
@@ -1,10 +1,11 @@
1
- import { constructFrom as f } from "./constructFrom.js";
2
- import { getISOWeekYear as s } from "./getISOWeekYear.js";
3
- import { startOfISOWeek as a } from "./startOfISOWeek.js";
1
+ import { constructFrom as a } from "./constructFrom.js";
2
+ import { getISOWeekYear as f } from "./getISOWeekYear.js";
3
+ import { startOfISOWeek as s } from "./startOfISOWeek.js";
4
4
  function O(t, e) {
5
- const o = s(t, e), r = f(t, 0);
6
- return r.setFullYear(o, 0, 4), r.setHours(0, 0, 0, 0), a(r);
5
+ const o = f(t, e), r = a(t, 0);
6
+ return r.setFullYear(o, 0, 4), r.setHours(0, 0, 0, 0), s(r);
7
7
  }
8
8
  export {
9
+ O as default,
9
10
  O as startOfISOWeekYear
10
11
  };
@@ -4,5 +4,6 @@ function u(r, t) {
4
4
  return e.setDate(1), e.setHours(0, 0, 0, 0), e;
5
5
  }
6
6
  export {
7
+ u as default,
7
8
  u as startOfMonth
8
9
  };
@@ -1,10 +1,11 @@
1
- import { getDefaultOptions as D } from "./_lib/defaultOptions.js";
2
- import { toDate as S } from "./toDate.js";
3
- function n(u, e) {
4
- var f, O, k, l;
5
- const a = D(), r = (e == null ? void 0 : e.weekStartsOn) ?? ((O = (f = e == null ? void 0 : e.locale) == null ? void 0 : f.options) == null ? void 0 : O.weekStartsOn) ?? a.weekStartsOn ?? ((l = (k = a.locale) == null ? void 0 : k.options) == null ? void 0 : l.weekStartsOn) ?? 0, t = S(u, e == null ? void 0 : e.in), c = t.getDay(), w = (c < r ? 7 : 0) + c - r;
6
- return t.setDate(t.getDate() - w), t.setHours(0, 0, 0, 0), t;
1
+ import { getDefaultOptions as s } from "./_lib/defaultOptions.js";
2
+ import { toDate as w } from "./toDate.js";
3
+ function m(u, e) {
4
+ var c, O, l, k;
5
+ const a = s(), r = (e == null ? void 0 : e.weekStartsOn) ?? ((O = (c = e == null ? void 0 : e.locale) == null ? void 0 : c.options) == null ? void 0 : O.weekStartsOn) ?? a.weekStartsOn ?? ((k = (l = a.locale) == null ? void 0 : l.options) == null ? void 0 : k.weekStartsOn) ?? 0, t = w(u, e == null ? void 0 : e.in), f = t.getDay(), d = (f < r ? 7 : 0) + f - r;
6
+ return t.setDate(t.getDate() - d), t.setHours(0, 0, 0, 0), t;
7
7
  }
8
8
  export {
9
- n as startOfWeek
9
+ m as default,
10
+ m as startOfWeek
10
11
  };
@@ -1,12 +1,13 @@
1
- import { getDefaultOptions as l } from "./_lib/defaultOptions.js";
1
+ import { getDefaultOptions as W } from "./_lib/defaultOptions.js";
2
2
  import { constructFrom as n } from "./constructFrom.js";
3
3
  import { getWeekYear as u } from "./getWeekYear.js";
4
4
  import { startOfWeek as D } from "./startOfWeek.js";
5
5
  function g(r, e) {
6
- var f, c, s, k;
7
- const a = l(), m = (e == null ? void 0 : e.firstWeekContainsDate) ?? ((c = (f = e == null ? void 0 : e.locale) == null ? void 0 : f.options) == null ? void 0 : c.firstWeekContainsDate) ?? a.firstWeekContainsDate ?? ((k = (s = a.locale) == null ? void 0 : s.options) == null ? void 0 : k.firstWeekContainsDate) ?? 1, W = u(r, e), t = n((e == null ? void 0 : e.in) || r, 0);
8
- return t.setFullYear(W, 0, m), t.setHours(0, 0, 0, 0), D(t, e);
6
+ var f, s, c, k;
7
+ const a = W(), l = (e == null ? void 0 : e.firstWeekContainsDate) ?? ((s = (f = e == null ? void 0 : e.locale) == null ? void 0 : f.options) == null ? void 0 : s.firstWeekContainsDate) ?? a.firstWeekContainsDate ?? ((k = (c = a.locale) == null ? void 0 : c.options) == null ? void 0 : k.firstWeekContainsDate) ?? 1, m = u(r, e), t = n((e == null ? void 0 : e.in) || r, 0);
8
+ return t.setFullYear(m, 0, l), t.setHours(0, 0, 0, 0), D(t, e);
9
9
  }
10
10
  export {
11
+ g as default,
11
12
  g as startOfWeekYear
12
13
  };
@@ -4,5 +4,6 @@ function l(t, r) {
4
4
  return e.setFullYear(e.getFullYear(), 0, 1), e.setHours(0, 0, 0, 0), e;
5
5
  }
6
6
  export {
7
+ l as default,
7
8
  l as startOfYear
8
9
  };
@@ -1,7 +1,8 @@
1
1
  import { addMonths as n } from "./addMonths.js";
2
- function m(o, r, t) {
3
- return n(o, -1, t);
2
+ function a(t, r, o) {
3
+ return n(t, -1, o);
4
4
  }
5
5
  export {
6
- m as subMonths
6
+ a as default,
7
+ a as subMonths
7
8
  };
@@ -1,7 +1,8 @@
1
1
  import { constructFrom as r } from "./constructFrom.js";
2
- function n(o, t) {
3
- return r(t || o, o);
2
+ function e(t, o) {
3
+ return r(o || t, t);
4
4
  }
5
5
  export {
6
- n as toDate
6
+ e as default,
7
+ e as toDate
7
8
  };
@@ -1,6 +1,6 @@
1
1
  import { constructFrom as o } from "./constructFrom.js";
2
2
  function u(e, t) {
3
- const n = r(t) ? new t(0) : o(t, 0);
3
+ const n = s(t) ? new t(0) : o(t, 0);
4
4
  return n.setFullYear(e.getFullYear(), e.getMonth(), e.getDate()), n.setHours(
5
5
  e.getHours(),
6
6
  e.getMinutes(),
@@ -8,10 +8,11 @@ function u(e, t) {
8
8
  e.getMilliseconds()
9
9
  ), n;
10
10
  }
11
- function r(e) {
11
+ function s(e) {
12
12
  var t;
13
13
  return typeof e == "function" && ((t = e.prototype) == null ? void 0 : t.constructor) === e;
14
14
  }
15
15
  export {
16
+ u as default,
16
17
  u as transpose
17
18
  };
@@ -0,0 +1,298 @@
1
+ var M = Object.getOwnPropertyNames, D = Object.getOwnPropertySymbols, _ = Object.prototype.hasOwnProperty;
2
+ function S(r, e) {
3
+ return function(a, u, n) {
4
+ return r(a, u, n) && e(a, u, n);
5
+ };
6
+ }
7
+ function w(r) {
8
+ return function(t, a, u) {
9
+ if (!t || !a || typeof t != "object" || typeof a != "object")
10
+ return r(t, a, u);
11
+ var n = u.cache, c = n.get(t), i = n.get(a);
12
+ if (c && i)
13
+ return c === a && i === t;
14
+ n.set(t, a), n.set(a, t);
15
+ var s = r(t, a, u);
16
+ return n.delete(t), n.delete(a), s;
17
+ };
18
+ }
19
+ function U(r) {
20
+ return r != null ? r[Symbol.toStringTag] : void 0;
21
+ }
22
+ function R(r) {
23
+ return M(r).concat(D(r));
24
+ }
25
+ var W = Object.hasOwn || (function(r, e) {
26
+ return _.call(r, e);
27
+ });
28
+ function A(r, e) {
29
+ return r === e || !r && !e && r !== r && e !== e;
30
+ }
31
+ var I = "__v", z = "__o", F = "_owner", C = Object.getOwnPropertyDescriptor, P = Object.keys;
32
+ function V(r, e, t) {
33
+ var a = r.length;
34
+ if (e.length !== a)
35
+ return !1;
36
+ for (; a-- > 0; )
37
+ if (!t.equals(r[a], e[a], a, a, r, e, t))
38
+ return !1;
39
+ return !0;
40
+ }
41
+ function $(r, e) {
42
+ return A(r.getTime(), e.getTime());
43
+ }
44
+ function L(r, e) {
45
+ return r.name === e.name && r.message === e.message && r.cause === e.cause && r.stack === e.stack;
46
+ }
47
+ function K(r, e) {
48
+ return r === e;
49
+ }
50
+ function G(r, e, t) {
51
+ var a = r.size;
52
+ if (a !== e.size)
53
+ return !1;
54
+ if (!a)
55
+ return !0;
56
+ for (var u = new Array(a), n = r.entries(), c, i, s = 0; (c = n.next()) && !c.done; ) {
57
+ for (var v = e.entries(), E = !1, p = 0; (i = v.next()) && !i.done; ) {
58
+ if (u[p]) {
59
+ p++;
60
+ continue;
61
+ }
62
+ var y = c.value, m = i.value;
63
+ if (t.equals(y[0], m[0], s, p, r, e, t) && t.equals(y[1], m[1], y[0], m[0], r, e, t)) {
64
+ E = u[p] = !0;
65
+ break;
66
+ }
67
+ p++;
68
+ }
69
+ if (!E)
70
+ return !1;
71
+ s++;
72
+ }
73
+ return !0;
74
+ }
75
+ var J = A;
76
+ function X(r, e, t) {
77
+ var a = P(r), u = a.length;
78
+ if (P(e).length !== u)
79
+ return !1;
80
+ for (; u-- > 0; )
81
+ if (!B(r, e, t, a[u]))
82
+ return !1;
83
+ return !0;
84
+ }
85
+ function O(r, e, t) {
86
+ var a = R(r), u = a.length;
87
+ if (R(e).length !== u)
88
+ return !1;
89
+ for (var n, c, i; u-- > 0; )
90
+ if (n = a[u], !B(r, e, t, n) || (c = C(r, n), i = C(e, n), (c || i) && (!c || !i || c.configurable !== i.configurable || c.enumerable !== i.enumerable || c.writable !== i.writable)))
91
+ return !1;
92
+ return !0;
93
+ }
94
+ function Z(r, e) {
95
+ return A(r.valueOf(), e.valueOf());
96
+ }
97
+ function H(r, e) {
98
+ return r.source === e.source && r.flags === e.flags;
99
+ }
100
+ function N(r, e, t) {
101
+ var a = r.size;
102
+ if (a !== e.size)
103
+ return !1;
104
+ if (!a)
105
+ return !0;
106
+ for (var u = new Array(a), n = r.values(), c, i; (c = n.next()) && !c.done; ) {
107
+ for (var s = e.values(), v = !1, E = 0; (i = s.next()) && !i.done; ) {
108
+ if (!u[E] && t.equals(c.value, i.value, c.value, i.value, r, e, t)) {
109
+ v = u[E] = !0;
110
+ break;
111
+ }
112
+ E++;
113
+ }
114
+ if (!v)
115
+ return !1;
116
+ }
117
+ return !0;
118
+ }
119
+ function Q(r, e) {
120
+ var t = r.length;
121
+ if (e.length !== t)
122
+ return !1;
123
+ for (; t-- > 0; )
124
+ if (r[t] !== e[t])
125
+ return !1;
126
+ return !0;
127
+ }
128
+ function Y(r, e) {
129
+ return r.hostname === e.hostname && r.pathname === e.pathname && r.protocol === e.protocol && r.port === e.port && r.hash === e.hash && r.username === e.username && r.password === e.password;
130
+ }
131
+ function B(r, e, t, a) {
132
+ return (a === F || a === z || a === I) && (r.$$typeof || e.$$typeof) ? !0 : W(e, a) && t.equals(r[a], e[a], a, a, r, e, t);
133
+ }
134
+ var b = "[object Arguments]", rr = "[object Boolean]", er = "[object Date]", ar = "[object Error]", tr = "[object Map]", ur = "[object Number]", nr = "[object Object]", ir = "[object RegExp]", lr = "[object Set]", cr = "[object String]", or = "[object URL]", sr = Array.isArray, k = typeof ArrayBuffer == "function" && ArrayBuffer.isView ? ArrayBuffer.isView : null, x = Object.assign, fr = Object.prototype.toString.call.bind(Object.prototype.toString);
135
+ function vr(r) {
136
+ var e = r.areArraysEqual, t = r.areDatesEqual, a = r.areErrorsEqual, u = r.areFunctionsEqual, n = r.areMapsEqual, c = r.areNumbersEqual, i = r.areObjectsEqual, s = r.arePrimitiveWrappersEqual, v = r.areRegExpsEqual, E = r.areSetsEqual, p = r.areTypedArraysEqual, y = r.areUrlsEqual, m = r.unknownTagComparators;
137
+ return function(l, o, f) {
138
+ if (l === o)
139
+ return !0;
140
+ if (l == null || o == null)
141
+ return !1;
142
+ var h = typeof l;
143
+ if (h !== typeof o)
144
+ return !1;
145
+ if (h !== "object")
146
+ return h === "number" ? c(l, o, f) : h === "function" ? u(l, o, f) : !1;
147
+ var d = l.constructor;
148
+ if (d !== o.constructor)
149
+ return !1;
150
+ if (d === Object)
151
+ return i(l, o, f);
152
+ if (sr(l))
153
+ return e(l, o, f);
154
+ if (k != null && k(l))
155
+ return p(l, o, f);
156
+ if (d === Date)
157
+ return t(l, o, f);
158
+ if (d === RegExp)
159
+ return v(l, o, f);
160
+ if (d === Map)
161
+ return n(l, o, f);
162
+ if (d === Set)
163
+ return E(l, o, f);
164
+ var q = fr(l);
165
+ if (q === er)
166
+ return t(l, o, f);
167
+ if (q === ir)
168
+ return v(l, o, f);
169
+ if (q === tr)
170
+ return n(l, o, f);
171
+ if (q === lr)
172
+ return E(l, o, f);
173
+ if (q === nr)
174
+ return typeof l.then != "function" && typeof o.then != "function" && i(l, o, f);
175
+ if (q === or)
176
+ return y(l, o, f);
177
+ if (q === ar)
178
+ return a(l, o, f);
179
+ if (q === b)
180
+ return i(l, o, f);
181
+ if (q === rr || q === ur || q === cr)
182
+ return s(l, o, f);
183
+ if (m) {
184
+ var j = m[q];
185
+ if (!j) {
186
+ var T = U(l);
187
+ T && (j = m[T]);
188
+ }
189
+ if (j)
190
+ return j(l, o, f);
191
+ }
192
+ return !1;
193
+ };
194
+ }
195
+ function Er(r) {
196
+ var e = r.circular, t = r.createCustomConfig, a = r.strict, u = {
197
+ areArraysEqual: a ? O : V,
198
+ areDatesEqual: $,
199
+ areErrorsEqual: L,
200
+ areFunctionsEqual: K,
201
+ areMapsEqual: a ? S(G, O) : G,
202
+ areNumbersEqual: J,
203
+ areObjectsEqual: a ? O : X,
204
+ arePrimitiveWrappersEqual: Z,
205
+ areRegExpsEqual: H,
206
+ areSetsEqual: a ? S(N, O) : N,
207
+ areTypedArraysEqual: a ? O : Q,
208
+ areUrlsEqual: Y,
209
+ unknownTagComparators: void 0
210
+ };
211
+ if (t && (u = x({}, u, t(u))), e) {
212
+ var n = w(u.areArraysEqual), c = w(u.areMapsEqual), i = w(u.areObjectsEqual), s = w(u.areSetsEqual);
213
+ u = x({}, u, {
214
+ areArraysEqual: n,
215
+ areMapsEqual: c,
216
+ areObjectsEqual: i,
217
+ areSetsEqual: s
218
+ });
219
+ }
220
+ return u;
221
+ }
222
+ function qr(r) {
223
+ return function(e, t, a, u, n, c, i) {
224
+ return r(e, t, i);
225
+ };
226
+ }
227
+ function pr(r) {
228
+ var e = r.circular, t = r.comparator, a = r.createState, u = r.equals, n = r.strict;
229
+ if (a)
230
+ return function(s, v) {
231
+ var E = a(), p = E.cache, y = p === void 0 ? e ? /* @__PURE__ */ new WeakMap() : void 0 : p, m = E.meta;
232
+ return t(s, v, {
233
+ cache: y,
234
+ equals: u,
235
+ meta: m,
236
+ strict: n
237
+ });
238
+ };
239
+ if (e)
240
+ return function(s, v) {
241
+ return t(s, v, {
242
+ cache: /* @__PURE__ */ new WeakMap(),
243
+ equals: u,
244
+ meta: void 0,
245
+ strict: n
246
+ });
247
+ };
248
+ var c = {
249
+ cache: void 0,
250
+ equals: u,
251
+ meta: void 0,
252
+ strict: n
253
+ };
254
+ return function(s, v) {
255
+ return t(s, v, c);
256
+ };
257
+ }
258
+ var gr = g();
259
+ g({ strict: !0 });
260
+ g({ circular: !0 });
261
+ g({
262
+ circular: !0,
263
+ strict: !0
264
+ });
265
+ g({
266
+ createInternalComparator: function() {
267
+ return A;
268
+ }
269
+ });
270
+ g({
271
+ strict: !0,
272
+ createInternalComparator: function() {
273
+ return A;
274
+ }
275
+ });
276
+ g({
277
+ circular: !0,
278
+ createInternalComparator: function() {
279
+ return A;
280
+ }
281
+ });
282
+ g({
283
+ circular: !0,
284
+ createInternalComparator: function() {
285
+ return A;
286
+ },
287
+ strict: !0
288
+ });
289
+ function g(r) {
290
+ r === void 0 && (r = {});
291
+ var e = r.circular, t = e === void 0 ? !1 : e, a = r.createInternalComparator, u = r.createState, n = r.strict, c = n === void 0 ? !1 : n, i = Er(r), s = vr(i), v = a ? a(s) : qr(s);
292
+ return pr({ circular: t, comparator: s, createState: u, equals: v, strict: c });
293
+ }
294
+ export {
295
+ g as createCustomEqual,
296
+ gr as deepEqual,
297
+ A as sameValueZeroEqual
298
+ };
@@ -1,4 +1,4 @@
1
- import k from "../../../_virtual/index.js";
1
+ import k from "../../../_virtual/index3.js";
2
2
  import * as v from "react";
3
3
  import N from "../../uncontrollable/lib/esm/hook.js";
4
4
  import "../../../_virtual/browser.js";
@@ -1,5 +1,5 @@
1
1
  import * as m from "react";
2
- import i from "../../../_virtual/index.js";
2
+ import i from "../../../_virtual/index3.js";
3
3
  import { useBootstrapPrefix as l } from "./ThemeProvider.js";
4
4
  import d from "./divWithClassName.js";
5
5
  import { j as p } from "../../../_virtual/jsx-runtime.js";
@@ -1,5 +1,5 @@
1
1
  import * as s from "react";
2
- import e from "../../../_virtual/index.js";
2
+ import e from "../../../_virtual/index3.js";
3
3
  import i from "../../@restart/ui/esm/Anchor.js";
4
4
  import { useBootstrapPrefix as p } from "./ThemeProvider.js";
5
5
  import { j as f } from "../../../_virtual/jsx-runtime.js";
@@ -1,4 +1,4 @@
1
- import l from "../../../_virtual/index.js";
1
+ import l from "../../../_virtual/index3.js";
2
2
  import * as x from "react";
3
3
  import { useButtonProps as N } from "../../@restart/ui/esm/Button.js";
4
4
  import { useBootstrapPrefix as B } from "./ThemeProvider.js";
@@ -1,6 +1,6 @@
1
- import o from "../../../_virtual/index2.js";
1
+ import o from "../../../_virtual/index4.js";
2
2
  import * as p from "react";
3
- import n from "../../../_virtual/index.js";
3
+ import n from "../../../_virtual/index3.js";
4
4
  import { j as i } from "../../../_virtual/jsx-runtime.js";
5
5
  const m = {
6
6
  /** An accessible label indicating the relevant information about the Close Button. */
@@ -1,4 +1,4 @@
1
- import $ from "../../../_virtual/index.js";
1
+ import $ from "../../../_virtual/index3.js";
2
2
  import * as d from "react";
3
3
  import { useBootstrapPrefix as B, useBootstrapBreakpoints as h, useBootstrapMinBreakpoint as N } from "./ThemeProvider.js";
4
4
  import { j } from "../../../_virtual/jsx-runtime.js";
@@ -1,4 +1,4 @@
1
- import j from "../../../_virtual/index.js";
1
+ import j from "../../../_virtual/index3.js";
2
2
  import d from "../../dom-helpers/esm/css.js";
3
3
  import h, { useMemo as r } from "react";
4
4
  import { ENTERED as G, ENTERING as L, EXITING as B, EXITED as M } from "../../react-transition-group/esm/Transition.js";
@@ -1,4 +1,4 @@
1
- import j from "../../../_virtual/index.js";
1
+ import j from "../../../_virtual/index3.js";
2
2
  import * as P from "react";
3
3
  import { useContext as R, useMemo as S } from "react";
4
4
  import $ from "../../@restart/ui/esm/Dropdown.js";
@@ -1,5 +1,5 @@
1
1
  import * as m from "react";
2
- import p from "../../../_virtual/index.js";
2
+ import p from "../../../_virtual/index3.js";
3
3
  import { useBootstrapPrefix as d } from "./ThemeProvider.js";
4
4
  import { j as i } from "../../../_virtual/jsx-runtime.js";
5
5
  const f = /* @__PURE__ */ m.forwardRef(({
@@ -1,5 +1,5 @@
1
1
  import * as d from "react";
2
- import m from "../../../_virtual/index.js";
2
+ import m from "../../../_virtual/index3.js";
3
3
  import { useBootstrapPrefix as p } from "./ThemeProvider.js";
4
4
  import { j as f } from "../../../_virtual/jsx-runtime.js";
5
5
  const i = /* @__PURE__ */ d.forwardRef(({
@@ -1,4 +1,4 @@
1
- import c from "../../../_virtual/index.js";
1
+ import c from "../../../_virtual/index3.js";
2
2
  import * as w from "react";
3
3
  import { useDropdownItem as x } from "../../@restart/ui/esm/DropdownItem.js";
4
4
  import l from "../../@restart/ui/esm/Anchor.js";
@@ -1,5 +1,5 @@
1
1
  import * as m from "react";
2
- import s from "../../../_virtual/index.js";
2
+ import s from "../../../_virtual/index3.js";
3
3
  import { useBootstrapPrefix as p } from "./ThemeProvider.js";
4
4
  import { j as d } from "../../../_virtual/jsx-runtime.js";
5
5
  const f = /* @__PURE__ */ m.forwardRef(({
@@ -1,4 +1,4 @@
1
- import W from "../../../_virtual/index.js";
1
+ import W from "../../../_virtual/index3.js";
2
2
  import * as C from "react";
3
3
  import { useContext as x } from "react";
4
4
  import { useDropdownMenu as I } from "../../@restart/ui/esm/DropdownMenu.js";
@@ -1,7 +1,7 @@
1
1
  import a from "../../@restart/hooks/esm/useMergedRefs.js";
2
2
  import d from "../../@restart/ui/esm/DropdownContext.js";
3
3
  import { useDropdownToggle as g } from "../../@restart/ui/esm/DropdownToggle.js";
4
- import l from "../../../_virtual/index.js";
4
+ import l from "../../../_virtual/index3.js";
5
5
  import * as u from "react";
6
6
  import { useContext as w } from "react";
7
7
  import x from "./Button.js";
@@ -1,4 +1,4 @@
1
- import l from "../../../_virtual/index.js";
1
+ import l from "../../../_virtual/index3.js";
2
2
  import * as s from "react";
3
3
  import { useCallback as d } from "react";
4
4
  import { ENTERED as E, ENTERING as c } from "../../react-transition-group/esm/Transition.js";
@@ -1,6 +1,6 @@
1
- import i from "../../../_virtual/index.js";
1
+ import i from "../../../_virtual/index3.js";
2
2
  import * as f from "react";
3
- import e from "../../../_virtual/index2.js";
3
+ import e from "../../../_virtual/index4.js";
4
4
  import { j as l } from "../../../_virtual/jsx-runtime.js";
5
5
  const c = {
6
6
  /**
@@ -1,4 +1,4 @@
1
- import i from "../../../_virtual/index.js";
1
+ import i from "../../../_virtual/index3.js";
2
2
  import * as f from "react";
3
3
  import p from "./FormGroup.js";
4
4
  import { useBootstrapPrefix as n } from "./ThemeProvider.js";
@@ -1,5 +1,5 @@
1
- import i from "../../../_virtual/index.js";
2
- import o from "../../../_virtual/index2.js";
1
+ import i from "../../../_virtual/index3.js";
2
+ import o from "../../../_virtual/index4.js";
3
3
  import * as s from "react";
4
4
  import f from "./FormCheck.js";
5
5
  import l from "./FormControl.js";
@@ -1,4 +1,4 @@
1
- import O from "../../../_virtual/index.js";
1
+ import O from "../../../_virtual/index3.js";
2
2
  import * as B from "react";
3
3
  import { useContext as E, useMemo as M } from "react";
4
4
  import T from "./Feedback.js";
@@ -1,4 +1,4 @@
1
- import f from "../../../_virtual/index.js";
1
+ import f from "../../../_virtual/index3.js";
2
2
  import * as n from "react";
3
3
  import { useContext as l } from "react";
4
4
  import u from "./FormContext.js";
@@ -1,4 +1,4 @@
1
- import s from "../../../_virtual/index.js";
1
+ import s from "../../../_virtual/index3.js";
2
2
  import * as l from "react";
3
3
  import { useContext as c } from "react";
4
4
  import f from "./FormContext.js";
@@ -1,4 +1,4 @@
1
- import C from "../../../_virtual/index.js";
1
+ import C from "../../../_virtual/index3.js";
2
2
  import * as F from "react";
3
3
  import { useContext as N } from "react";
4
4
  import $ from "../../../_virtual/warning.js";
@@ -1,5 +1,5 @@
1
1
  import * as s from "react";
2
- import e from "../../../_virtual/index.js";
2
+ import e from "../../../_virtual/index3.js";
3
3
  import { useBootstrapPrefix as f } from "./ThemeProvider.js";
4
4
  import { j as i } from "../../../_virtual/jsx-runtime.js";
5
5
  const p = /* @__PURE__ */ s.forwardRef(({
@@ -1,4 +1,4 @@
1
- import c from "../../../_virtual/index.js";
1
+ import c from "../../../_virtual/index3.js";
2
2
  import * as d from "react";
3
3
  import { useContext as u } from "react";
4
4
  import x from "../../../_virtual/warning.js";
@@ -1,4 +1,4 @@
1
- import s from "../../../_virtual/index.js";
1
+ import s from "../../../_virtual/index3.js";
2
2
  import * as n from "react";
3
3
  import { useContext as p } from "react";
4
4
  import { useBootstrapPrefix as f } from "./ThemeProvider.js";
@@ -1,4 +1,4 @@
1
- import c from "../../../_virtual/index.js";
1
+ import c from "../../../_virtual/index3.js";
2
2
  import * as p from "react";
3
3
  import { useContext as n } from "react";
4
4
  import { useBootstrapPrefix as d } from "./ThemeProvider.js";