react-luminus-components 1.3.21 → 1.3.23

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 (242) hide show
  1. package/dist/.vite/manifest.json +187 -0
  2. package/dist/PrimaryButton-Cx3E5x2b.cjs +1 -0
  3. package/dist/PrimaryButton-DJLMLJJ7.js +712 -0
  4. package/dist/SimpleTooltip-CIPtCvs1.js +5 -0
  5. package/dist/SimpleTooltip-Dtb0OmTb.cjs +1 -0
  6. package/dist/UserAvatarToggle-CsTHq7yG.js +7009 -0
  7. package/dist/UserAvatarToggle-DJWp7_0z.cjs +253 -0
  8. package/dist/components/BnfTableValueFormats/UserAvatarValueFormat/UserAvatarValueFormat.d.ts +3 -0
  9. package/dist/components/BnfTableValueFormats/index.d.ts +1 -0
  10. package/dist/components/Buttons/ContextButton/ContextButton.d.ts +14 -0
  11. package/dist/components/Buttons/ContextButton/FileUploadContextButton.d.ts +12 -0
  12. package/dist/components/Buttons/FloatingSubmit/FloatingFormSubmit.d.ts +8 -0
  13. package/dist/components/Buttons/IconButton/IconButton.d.ts +13 -0
  14. package/dist/components/Buttons/PrimaryButton/PrimaryButton.d.ts +14 -0
  15. package/dist/components/Buttons/index.d.ts +5 -0
  16. package/dist/components/Dropdown/Dropdown.d.ts +8 -0
  17. package/dist/components/Dropdown/comps/DropdownDivider/DropdownDivider.d.ts +6 -0
  18. package/dist/components/Dropdown/comps/DropdownItem/DropdownItem.d.ts +9 -0
  19. package/dist/components/Dropdown/comps/DropdownItem/FileUploadDropdownItem.d.ts +12 -0
  20. package/dist/components/Dropdown/comps/DropdownToggle/DropdownToggle.d.ts +7 -0
  21. package/dist/components/Dropdown/comps/SimpleToggle/SimpleToggle.d.ts +10 -0
  22. package/dist/components/Dropdown/comps/UserAvatarToggle/UserAvatarToggle.d.ts +8 -0
  23. package/dist/components/Dropdown/comps/index.d.ts +6 -0
  24. package/dist/components/Dropdown/index.d.ts +2 -0
  25. package/dist/components/Form/CheckInput/CheckInput.d.ts +4 -0
  26. package/dist/components/Form/DropdownPicker/DropdownPicker.d.ts +4 -0
  27. package/dist/components/Form/NumericStepperInput/NumericStepperInput.d.ts +4 -0
  28. package/dist/components/Form/SelectInput/SelectInput.d.ts +4 -0
  29. package/dist/components/Form/TextAreaInput/TextAreaInput.d.ts +4 -0
  30. package/dist/components/Form/TextInput/TextInput.d.ts +4 -0
  31. package/dist/components/Form/index.d.ts +6 -0
  32. package/dist/components/HookForm/CheckInput/HookFormCheckInput.d.ts +4 -0
  33. package/dist/components/HookForm/CustomSelectInput/CustomSelectInput.d.ts +4 -0
  34. package/dist/components/HookForm/DropdownPicker/HookFormDropdownPicker.d.ts +4 -0
  35. package/dist/components/HookForm/FileInput/HookFormFileInput.d.ts +4 -0
  36. package/dist/components/HookForm/FloatingSubmit/HookFormFloatingSubmit.d.ts +8 -0
  37. package/dist/components/HookForm/NumericStepperInput/HookFormNumericStepperInput.d.ts +4 -0
  38. package/dist/components/HookForm/RadioInput/HookFormRadioInput.d.ts +4 -0
  39. package/dist/components/HookForm/SelectInput/HookFormSelectInput.d.ts +4 -0
  40. package/dist/components/HookForm/TextAreaInput/HookFormTextAreaInput.d.ts +4 -0
  41. package/dist/components/HookForm/TextInput/HookFormTextInput.d.ts +4 -0
  42. package/dist/components/HookForm/index.d.ts +10 -0
  43. package/dist/components/InputContainers/FloatingLabelInput/FloatingLabelInput.d.ts +34 -0
  44. package/dist/components/InputContainers/InputAnchorContainer/InputAnchorContainer.d.ts +9 -0
  45. package/dist/components/InputContainers/NoInputContainer/NoInputContainer.d.ts +34 -0
  46. package/dist/components/InputContainers/RowLabelInput/RowLabelInput.d.ts +34 -0
  47. package/dist/components/InputContainers/index.d.ts +4 -0
  48. package/dist/components/NewTabs/Tab/Tab.d.ts +10 -0
  49. package/dist/components/NewTabs/TabPanel/TabPanel.d.ts +11 -0
  50. package/dist/components/NewTabs/Tabs/Tabs.d.ts +9 -0
  51. package/dist/components/NewTabs/index.d.ts +3 -0
  52. package/dist/components/Tabs/Tabs.d.ts +9 -0
  53. package/dist/components/Tabs/comps/Tab/Tab.d.ts +7 -0
  54. package/dist/components/Tabs/comps/index.d.ts +1 -0
  55. package/dist/components/Tabs/index.d.ts +2 -0
  56. package/dist/components/Tooltip/HtmlTooltip/HtmlTooltip.d.ts +23 -0
  57. package/dist/components/Tooltip/SimpleTooltip/SimpleTooltip.d.ts +8 -0
  58. package/dist/components/Tooltip/index.d.ts +2 -0
  59. package/dist/components/UserAvatar/AvatarIcon/AvatarIcon.d.ts +8 -0
  60. package/dist/components/UserAvatar/index.d.ts +1 -0
  61. package/dist/components/common/Alert/Alert.d.ts +8 -0
  62. package/dist/components/common/ApiFileDownloadButton/ApiFileDownloadButton.d.ts +8 -0
  63. package/dist/components/common/AppSearch/AppSearch.d.ts +9 -0
  64. package/dist/components/common/AppSearch/comps/AutocompleteWindow/AutocompleteWindow.d.ts +12 -0
  65. package/dist/components/common/AppSearch/comps/TypeSelector/TypeSelector.d.ts +9 -0
  66. package/dist/components/common/AppSearch/comps/index.d.ts +2 -0
  67. package/dist/components/common/AppSearch/hooks/useSearchItems.d.ts +6 -0
  68. package/dist/components/common/AuthTemplate/AuthTemplate.d.ts +7 -0
  69. package/dist/components/common/Backdrop/Backdrop.d.ts +7 -0
  70. package/dist/components/common/Badge/Badge.d.ts +9 -0
  71. package/dist/components/common/Card/Card.d.ts +28 -0
  72. package/dist/components/common/Collapse/Collapse.d.ts +20 -0
  73. package/dist/components/common/ConfirmDialog/ConfirmDialog.d.ts +3 -0
  74. package/dist/components/common/ErrorBoundary/ErrorBoundary.d.ts +9 -0
  75. package/dist/components/common/FloatingActionContainer/FloatingActionContainer.d.ts +7 -0
  76. package/dist/components/common/HomeDashboard/HomeDashboard.d.ts +10 -0
  77. package/dist/components/common/HomeDashboard/comps/FreeSpaceWidget/FreeSpaceWidget.d.ts +9 -0
  78. package/dist/components/common/HomeDashboard/comps/WidgetPicker/WidgetPicker.d.ts +11 -0
  79. package/dist/components/common/HomeDashboard/comps/index.d.ts +1 -0
  80. package/dist/components/common/HomeDashboard/hooks/useUserDashboard.d.ts +6 -0
  81. package/dist/components/common/ImgApi/ImgApi.d.ts +4 -0
  82. package/dist/components/common/ImgApi/hooks/useGetImgData.d.ts +9 -0
  83. package/dist/components/common/ImgDirect/ImgDirect.d.ts +4 -0
  84. package/dist/components/common/InvalidFeedback/InvalidFeedback.d.ts +6 -0
  85. package/dist/components/common/Loading/Loading.d.ts +3 -0
  86. package/dist/components/common/Loading/LoadingBlock.d.ts +4 -0
  87. package/dist/components/common/MonthPicker/MonthPicker.d.ts +11 -0
  88. package/dist/components/common/PhotoLibrary/PhotoLibrary.d.ts +14 -0
  89. package/dist/components/common/PhotoLightbox/PhotoLightbox.d.ts +18 -0
  90. package/dist/components/common/PromptDialog/PromptDialog.d.ts +3 -0
  91. package/dist/components/common/SimplePicker/SimplePicker.d.ts +25 -0
  92. package/dist/components/common/Timeline/Timeline.d.ts +7 -0
  93. package/dist/components/common/Typography/Typography.d.ts +9 -0
  94. package/dist/components/common/VersionInfo/VersionInfo.d.ts +6 -0
  95. package/dist/components/common/Widget/WidgetCard.d.ts +8 -0
  96. package/dist/components/common/Widget/WidgetWrapper.d.ts +7 -0
  97. package/dist/components/common/YearPicker/YearPicker.d.ts +10 -0
  98. package/dist/components/common/index.d.ts +27 -0
  99. package/dist/contexts/auth/AuthContext.d.ts +9 -0
  100. package/dist/contexts/auth/AuthProvider.d.ts +16 -0
  101. package/dist/contexts/confirm/ConfirmContext.d.ts +9 -0
  102. package/dist/contexts/confirm/ConfirmProvider.d.ts +6 -0
  103. package/dist/contexts/delegation/DelegationContext.d.ts +8 -0
  104. package/dist/contexts/delegation/DelegationProvider.d.ts +6 -0
  105. package/dist/contexts/index.d.ts +11 -0
  106. package/dist/contexts/loading/LoadingContext.d.ts +8 -0
  107. package/dist/contexts/loading/LoadingProvider.d.ts +6 -0
  108. package/dist/contexts/luminus-components/LuminusComponentsContext.d.ts +24 -0
  109. package/dist/contexts/luminus-components/LuminusComponentsProvider.d.ts +25 -0
  110. package/dist/contexts/prompt/PromptContext.d.ts +13 -0
  111. package/dist/contexts/prompt/PromptProvider.d.ts +6 -0
  112. package/dist/contexts/user/UserContext.d.ts +11 -0
  113. package/dist/contexts/user/UserProvider.d.ts +6 -0
  114. package/dist/contexts.cjs.js +1 -0
  115. package/dist/contexts.d.ts +1 -0
  116. package/dist/contexts.es.js +366 -0
  117. package/dist/dateUtils-7nL2BXlo.js +131 -0
  118. package/dist/dateUtils-DUA3CKds.cjs +1 -0
  119. package/dist/hooks/index.d.ts +13 -0
  120. package/dist/hooks/useAuth/hooks/useDevAuth.d.ts +7 -0
  121. package/dist/hooks/useAuth/hooks/useMsalAuth.d.ts +8 -0
  122. package/dist/hooks/useAuth/useAuth.d.ts +8 -0
  123. package/dist/hooks/useAxios/useAxios.d.ts +10 -0
  124. package/dist/hooks/useClickOutside/useClickOutside.d.ts +3 -0
  125. package/dist/hooks/useConfirm/useConfirm.d.ts +8 -0
  126. package/dist/hooks/useFormControlType/useFormControlType.d.ts +2 -0
  127. package/dist/hooks/useGetApiData/useGetApiData.d.ts +9 -0
  128. package/dist/hooks/useGetDataBound/useGetDataBound.d.ts +2 -0
  129. package/dist/hooks/useKeyPress/useKeyPress.d.ts +2 -0
  130. package/dist/hooks/useLocalStorageState/useLocalStorageState.d.ts +3 -0
  131. package/dist/hooks/useNotifications/useNotifications.d.ts +4 -0
  132. package/dist/hooks/usePermissions/usePermissions.d.ts +4 -0
  133. package/dist/hooks/usePrompt/usePrompt.d.ts +8 -0
  134. package/dist/hooks/useZodSchemaTypes/useZodSchemaTypes.d.ts +74 -0
  135. package/dist/hooks.cjs.js +1 -0
  136. package/dist/hooks.d.ts +1 -0
  137. package/dist/hooks.es.js +2989 -0
  138. package/dist/latinize-BQrinury.js +950 -0
  139. package/dist/latinize-DaqzUOla.cjs +1 -0
  140. package/dist/layout/FullScreenContainer/FullScreenContainer.d.ts +4 -0
  141. package/dist/layout/MainContainer/MainContainer.d.ts +4 -0
  142. package/dist/layout/PageTitle/PageTitle.d.ts +6 -0
  143. package/dist/layout/SideContentBar/SideContentBar.d.ts +7 -0
  144. package/dist/layout/SideMenu/MenuItem/MenuItem.d.ts +11 -0
  145. package/dist/layout/SideMenu/SideMenu.d.ts +12 -0
  146. package/dist/layout/TopBar/TopBar.d.ts +9 -0
  147. package/dist/layout/index.d.ts +5 -0
  148. package/dist/layout.cjs.js +1 -0
  149. package/dist/layout.d.ts +1 -0
  150. package/dist/layout.es.js +132 -0
  151. package/dist/main.cjs.js +1 -0
  152. package/dist/main.d.ts +32 -0
  153. package/dist/main.es.js +4269 -0
  154. package/dist/models/index.d.ts +65 -0
  155. package/dist/models/prop-types/ContainerProps.d.ts +10 -0
  156. package/dist/models/prop-types/DashboardWidgetCommonProps.d.ts +5 -0
  157. package/dist/models/prop-types/FormInputProps/FormCheckInputProps.d.ts +6 -0
  158. package/dist/models/prop-types/FormInputProps/FormFileInputProps.d.ts +11 -0
  159. package/dist/models/prop-types/FormInputProps/FormNumericStepperInputProps.d.ts +8 -0
  160. package/dist/models/prop-types/FormInputProps/FormRadioInputProps.d.ts +6 -0
  161. package/dist/models/prop-types/FormInputProps/FormSelectInputProps.d.ts +7 -0
  162. package/dist/models/prop-types/FormInputProps/FormTextAreaInputProps.d.ts +7 -0
  163. package/dist/models/prop-types/FormInputProps/FormTextInputProps.d.ts +7 -0
  164. package/dist/models/prop-types/HookFormInputProps/HookFormCheckInputProps.d.ts +4 -0
  165. package/dist/models/prop-types/HookFormInputProps/HookFormDropdownPickerProps.d.ts +4 -0
  166. package/dist/models/prop-types/HookFormInputProps/HookFormFileInputProps.d.ts +4 -0
  167. package/dist/models/prop-types/HookFormInputProps/HookFormInputBaseProps.d.ts +7 -0
  168. package/dist/models/prop-types/HookFormInputProps/HookFormInputProps.d.ts +9 -0
  169. package/dist/models/prop-types/HookFormInputProps/HookFormNumericStepperInputProps.d.ts +4 -0
  170. package/dist/models/prop-types/HookFormInputProps/HookFormRadioInputProps.d.ts +4 -0
  171. package/dist/models/prop-types/HookFormInputProps/HookFormSelectInputProps.d.ts +4 -0
  172. package/dist/models/prop-types/HookFormInputProps/HookFormTextAreaInputProps.d.ts +7 -0
  173. package/dist/models/prop-types/HookFormInputProps/HookFormTextInputProps.d.ts +4 -0
  174. package/dist/models/prop-types/ImgProps.d.ts +7 -0
  175. package/dist/models/prop-types/InputContainerProps.d.ts +26 -0
  176. package/dist/models/prop-types/InputProps/CheckInputProps.d.ts +5 -0
  177. package/dist/models/prop-types/InputProps/DropdownPickerProps.d.ts +24 -0
  178. package/dist/models/prop-types/InputProps/FileInputProps.d.ts +6 -0
  179. package/dist/models/prop-types/InputProps/InputBaseProps.d.ts +15 -0
  180. package/dist/models/prop-types/InputProps/NumericInputProps.d.ts +6 -0
  181. package/dist/models/prop-types/InputProps/RadioInputProps.d.ts +6 -0
  182. package/dist/models/prop-types/InputProps/SelectInputProps.d.ts +9 -0
  183. package/dist/models/prop-types/InputProps/TextAreaInputProps.d.ts +5 -0
  184. package/dist/models/prop-types/InputProps/TextInputProps.d.ts +10 -0
  185. package/dist/models/texts/AppSearchTexts.d.ts +5 -0
  186. package/dist/models/texts/AxiosTexts.d.ts +8 -0
  187. package/dist/models/texts/ConfirmTexts.d.ts +7 -0
  188. package/dist/models/texts/CustomSelectTexts.d.ts +5 -0
  189. package/dist/models/texts/DropdownPickerTexts.d.ts +5 -0
  190. package/dist/models/texts/ErrorBoundaryTexts.d.ts +5 -0
  191. package/dist/models/texts/FormSubmitTexts.d.ts +4 -0
  192. package/dist/models/texts/FormValidationTexts.d.ts +5 -0
  193. package/dist/models/texts/HomeDashboardTexts.d.ts +6 -0
  194. package/dist/models/texts/WidgetTexts.d.ts +4 -0
  195. package/dist/models/types/ApiErrorResult.d.ts +8 -0
  196. package/dist/models/types/DashboardConfig.d.ts +5 -0
  197. package/dist/models/types/DashboardWidget.d.ts +9 -0
  198. package/dist/models/types/DashboardWidgetConfig.d.ts +5 -0
  199. package/dist/models/types/DropdownPickerOption.d.ts +7 -0
  200. package/dist/models/types/EmployeeIndexModel.d.ts +14 -0
  201. package/dist/models/types/ErrorField.d.ts +5 -0
  202. package/dist/models/types/FormSelectOption.d.ts +5 -0
  203. package/dist/models/types/HookFormInputProps.d.ts +9 -0
  204. package/dist/models/types/LoginState.d.ts +7 -0
  205. package/dist/models/types/MenuItemType.d.ts +11 -0
  206. package/dist/models/types/MenuItemTypeExtended.d.ts +6 -0
  207. package/dist/models/types/NameIdIntModel.d.ts +5 -0
  208. package/dist/models/types/NameIdIntOptionalModel.d.ts +5 -0
  209. package/dist/models/types/NameIdStringModel.d.ts +5 -0
  210. package/dist/models/types/NameIdStringOptionalModel.d.ts +5 -0
  211. package/dist/models/types/PhotoAction.d.ts +9 -0
  212. package/dist/models/types/PhotoLibraryItemModel.d.ts +7 -0
  213. package/dist/models/types/PromptOptions.d.ts +7 -0
  214. package/dist/models/types/SearchResultGroupKeyModel.d.ts +6 -0
  215. package/dist/models/types/SearchResultGroupModel.d.ts +7 -0
  216. package/dist/models/types/SearchResultModel.d.ts +8 -0
  217. package/dist/models/types/SearchType.d.ts +6 -0
  218. package/dist/models/types/TimelineStep.d.ts +11 -0
  219. package/dist/models/types/TimelineStepState.d.ts +5 -0
  220. package/dist/models/types/UseGetApiDataOptions.d.ts +9 -0
  221. package/dist/models/types/UserLoginState.d.ts +7 -0
  222. package/dist/models/types/UserModel.d.ts +11 -0
  223. package/dist/searchUtils-Do20vjZW.cjs +1 -0
  224. package/dist/searchUtils-Du4JnXdQ.js +7 -0
  225. package/dist/style.css +1 -0
  226. package/dist/useFormControlType-Dqz8sV4J.cjs +1 -0
  227. package/dist/useFormControlType-oJGqgThz.js +20 -0
  228. package/dist/useLocalStorageState-Cg6ipags.js +40 -0
  229. package/dist/useLocalStorageState-CkEIA-gx.cjs +1 -0
  230. package/dist/usePermissions-B1eRrluF.js +14 -0
  231. package/dist/usePermissions-DUTyAK35.cjs +1 -0
  232. package/dist/utils/apiErrorFields/apiErrorFieldsUtils.d.ts +4 -0
  233. package/dist/utils/date/dateUtils.d.ts +1 -0
  234. package/dist/utils/hookForm/hookFormUtils.d.ts +3 -0
  235. package/dist/utils/index.d.ts +6 -0
  236. package/dist/utils/object/objectUtils.d.ts +2 -0
  237. package/dist/utils/search/searchUtils.d.ts +3 -0
  238. package/dist/utils/text/textUtils.d.ts +3 -0
  239. package/dist/utils.cjs.js +1 -0
  240. package/dist/utils.d.ts +1 -0
  241. package/dist/utils.es.js +27 -0
  242. package/package.json +1 -1
@@ -0,0 +1,712 @@
1
+ import { j as r, c as d, P as D, A as tt, u as w, x as nt, av as _e, aw as Be, s as q, r as Le, ax as ot, ay as st, i as v, az as Ae, aA as Me, aB as De, aC as at, aD as ke, aE as rt, n as it, w as lt, z as dt, aF as Ie, F as $e, v as ct, aG as ut, Q as mt } from "./UserAvatarToggle-CsTHq7yG.js";
2
+ import * as u from "react";
3
+ import { useRef as R, useEffect as Te, useContext as ve, forwardRef as ft, useState as ye, useImperativeHandle as gt, useCallback as Ce, useMemo as ht } from "react";
4
+ import pt from "react-dom";
5
+ import "./latinize-BQrinury.js";
6
+ import "react-hook-form";
7
+ const Et = "_loading_rgybp_1", Tt = "_spinner-grow_rgybp_10", yt = "_second_rgybp_14", Ct = "_third_rgybp_17", _t = "_loadingBlock_rgybp_21", F = {
8
+ loading: Et,
9
+ "spinner-grow": "_spinner-grow_rgybp_10",
10
+ spinnerGrow: Tt,
11
+ second: yt,
12
+ third: Ct,
13
+ loadingBlock: _t
14
+ }, Pt = () => /* @__PURE__ */ r.jsxs("div", { className: d("luminus-loading", F.loading), children: [
15
+ /* @__PURE__ */ r.jsx("div", { className: d("spinner-grow", F.spinnerGrow, "text-primary"), role: "status" }),
16
+ /* @__PURE__ */ r.jsx("div", { className: d("spinner-grow", F.spinnerGrow, "text-primary", F.second), role: "status" }),
17
+ /* @__PURE__ */ r.jsx("div", { className: d("spinner-grow", F.spinnerGrow, "text-primary", F.third), role: "status" })
18
+ ] }), vt = (t) => /* @__PURE__ */ u.forwardRef((e, n) => /* @__PURE__ */ r.jsx("div", {
19
+ ...e,
20
+ ref: n,
21
+ className: d(e.className, t)
22
+ }));
23
+ function Rt(t) {
24
+ const e = R(null);
25
+ return Te(() => {
26
+ e.current = t;
27
+ }), e.current;
28
+ }
29
+ const Nt = {
30
+ /** An accessible label indicating the relevant information about the Close Button. */
31
+ "aria-label": D.string,
32
+ /** A callback fired after the Close Button is clicked. */
33
+ onClick: D.func,
34
+ /**
35
+ * Render different color variant for the button.
36
+ *
37
+ * Omitting this will render the default dark color.
38
+ */
39
+ variant: D.oneOf(["white"])
40
+ }, Re = /* @__PURE__ */ u.forwardRef(({
41
+ className: t,
42
+ variant: e,
43
+ "aria-label": n = "Close",
44
+ ...o
45
+ }, s) => /* @__PURE__ */ r.jsx("button", {
46
+ ref: s,
47
+ type: "button",
48
+ className: d("btn-close", e && `btn-close-${e}`, t),
49
+ "aria-label": n,
50
+ ...o
51
+ }));
52
+ Re.displayName = "CloseButton";
53
+ Re.propTypes = Nt;
54
+ var St = Function.prototype.bind.call(Function.prototype.call, [].slice);
55
+ function j(t, e) {
56
+ return St(t.querySelectorAll(e));
57
+ }
58
+ const wt = "data-rr-ui-";
59
+ function Ot(t) {
60
+ return `${wt}${t}`;
61
+ }
62
+ const bt = {
63
+ /**
64
+ * Specify whether the feedback is for valid or invalid fields
65
+ *
66
+ * @type {('valid'|'invalid')}
67
+ */
68
+ type: D.string,
69
+ /** Display feedback as a tooltip. */
70
+ tooltip: D.bool,
71
+ as: D.elementType
72
+ }, Ne = /* @__PURE__ */ u.forwardRef(
73
+ // Need to define the default "as" during prop destructuring to be compatible with styled-components github.com/react-bootstrap/react-bootstrap/issues/3595
74
+ ({
75
+ as: t = "div",
76
+ className: e,
77
+ type: n = "valid",
78
+ tooltip: o = !1,
79
+ ...s
80
+ }, a) => /* @__PURE__ */ r.jsx(t, {
81
+ ...s,
82
+ ref: a,
83
+ className: d(e, `${n}-${o ? "tooltip" : "feedback"}`)
84
+ })
85
+ );
86
+ Ne.displayName = "Feedback";
87
+ Ne.propTypes = bt;
88
+ const Ue = /* @__PURE__ */ u.forwardRef(({
89
+ bsPrefix: t,
90
+ type: e,
91
+ size: n,
92
+ htmlSize: o,
93
+ id: s,
94
+ className: a,
95
+ isValid: m = !1,
96
+ isInvalid: f = !1,
97
+ plaintext: p,
98
+ readOnly: y,
99
+ // Need to define the default "as" during prop destructuring to be compatible with styled-components github.com/react-bootstrap/react-bootstrap/issues/3595
100
+ as: g = "input",
101
+ ...N
102
+ }, E) => {
103
+ const {
104
+ controlId: T
105
+ } = ve(tt);
106
+ return t = w(t, "form-control"), process.env.NODE_ENV !== "production" && nt(T == null || !s, "`controlId` is ignored on `<FormControl>` when `id` is specified."), /* @__PURE__ */ r.jsx(g, {
107
+ ...N,
108
+ type: e,
109
+ size: o,
110
+ ref: E,
111
+ readOnly: y,
112
+ id: s || T,
113
+ className: d(a, p ? `${t}-plaintext` : t, n && `${t}-${n}`, e === "color" && `${t}-color`, m && "is-valid", f && "is-invalid")
114
+ });
115
+ });
116
+ Ue.displayName = "FormControl";
117
+ const en = Object.assign(Ue, {
118
+ Feedback: Ne
119
+ });
120
+ var oe;
121
+ function xe(t) {
122
+ if ((!oe && oe !== 0 || t) && _e) {
123
+ var e = document.createElement("div");
124
+ e.style.position = "absolute", e.style.top = "-9999px", e.style.width = "50px", e.style.height = "50px", e.style.overflow = "scroll", document.body.appendChild(e), oe = e.offsetWidth - e.clientWidth, document.body.removeChild(e);
125
+ }
126
+ return oe;
127
+ }
128
+ function he(t) {
129
+ t === void 0 && (t = Be());
130
+ try {
131
+ var e = t.activeElement;
132
+ return !e || !e.nodeName ? null : e;
133
+ } catch {
134
+ return t.body;
135
+ }
136
+ }
137
+ function At(t = document) {
138
+ const e = t.defaultView;
139
+ return Math.abs(e.innerWidth - t.documentElement.clientWidth);
140
+ }
141
+ const Fe = Ot("modal-open");
142
+ class Se {
143
+ constructor({
144
+ ownerDocument: e,
145
+ handleContainerOverflow: n = !0,
146
+ isRTL: o = !1
147
+ } = {}) {
148
+ this.handleContainerOverflow = n, this.isRTL = o, this.modals = [], this.ownerDocument = e;
149
+ }
150
+ getScrollbarWidth() {
151
+ return At(this.ownerDocument);
152
+ }
153
+ getElement() {
154
+ return (this.ownerDocument || document).body;
155
+ }
156
+ setModalAttributes(e) {
157
+ }
158
+ removeModalAttributes(e) {
159
+ }
160
+ setContainerStyle(e) {
161
+ const n = {
162
+ overflow: "hidden"
163
+ }, o = this.isRTL ? "paddingLeft" : "paddingRight", s = this.getElement();
164
+ e.style = {
165
+ overflow: s.style.overflow,
166
+ [o]: s.style[o]
167
+ }, e.scrollBarWidth && (n[o] = `${parseInt(q(s, o) || "0", 10) + e.scrollBarWidth}px`), s.setAttribute(Fe, ""), q(s, n);
168
+ }
169
+ reset() {
170
+ [...this.modals].forEach((e) => this.remove(e));
171
+ }
172
+ removeContainerStyle(e) {
173
+ const n = this.getElement();
174
+ n.removeAttribute(Fe), Object.assign(n.style, e.style);
175
+ }
176
+ add(e) {
177
+ let n = this.modals.indexOf(e);
178
+ return n !== -1 || (n = this.modals.length, this.modals.push(e), this.setModalAttributes(e), n !== 0) || (this.state = {
179
+ scrollBarWidth: this.getScrollbarWidth(),
180
+ style: {}
181
+ }, this.handleContainerOverflow && this.setContainerStyle(this.state)), n;
182
+ }
183
+ remove(e) {
184
+ const n = this.modals.indexOf(e);
185
+ n !== -1 && (this.modals.splice(n, 1), !this.modals.length && this.handleContainerOverflow && this.removeContainerStyle(this.state), this.removeModalAttributes(e));
186
+ }
187
+ isTopModal(e) {
188
+ return !!this.modals.length && this.modals[this.modals.length - 1] === e;
189
+ }
190
+ }
191
+ const Mt = ["show", "role", "className", "style", "children", "backdrop", "keyboard", "onBackdropClick", "onEscapeKeyDown", "transition", "runTransition", "backdropTransition", "runBackdropTransition", "autoFocus", "enforceFocus", "restoreFocus", "restoreFocusOptions", "renderDialog", "renderBackdrop", "manager", "container", "onShow", "onHide", "onExit", "onExited", "onExiting", "onEnter", "onEntering", "onEntered"];
192
+ function kt(t, e) {
193
+ if (t == null)
194
+ return {};
195
+ var n = {}, o = Object.keys(t), s, a;
196
+ for (a = 0; a < o.length; a++)
197
+ s = o[a], !(e.indexOf(s) >= 0) && (n[s] = t[s]);
198
+ return n;
199
+ }
200
+ let pe;
201
+ function It(t) {
202
+ return pe || (pe = new Se({
203
+ ownerDocument: t == null ? void 0 : t.document
204
+ })), pe;
205
+ }
206
+ function xt(t) {
207
+ const e = Le(), n = t || It(e), o = R({
208
+ dialog: null,
209
+ backdrop: null
210
+ });
211
+ return Object.assign(o.current, {
212
+ add: () => n.add(o.current),
213
+ remove: () => n.remove(o.current),
214
+ isTopModal: () => n.isTopModal(o.current),
215
+ setDialogRef: Ce((s) => {
216
+ o.current.dialog = s;
217
+ }, []),
218
+ setBackdropRef: Ce((s) => {
219
+ o.current.backdrop = s;
220
+ }, [])
221
+ });
222
+ }
223
+ const We = /* @__PURE__ */ ft((t, e) => {
224
+ let {
225
+ show: n = !1,
226
+ role: o = "dialog",
227
+ className: s,
228
+ style: a,
229
+ children: m,
230
+ backdrop: f = !0,
231
+ keyboard: p = !0,
232
+ onBackdropClick: y,
233
+ onEscapeKeyDown: g,
234
+ transition: N,
235
+ runTransition: E,
236
+ backdropTransition: T,
237
+ runBackdropTransition: se,
238
+ autoFocus: V = !0,
239
+ enforceFocus: ae = !0,
240
+ restoreFocus: O = !0,
241
+ restoreFocusOptions: re,
242
+ renderDialog: z,
243
+ renderBackdrop: ie = (l) => /* @__PURE__ */ r.jsx("div", Object.assign({}, l)),
244
+ manager: le,
245
+ container: de,
246
+ onShow: Q,
247
+ onHide: $ = () => {
248
+ },
249
+ onExit: ce,
250
+ onExited: U,
251
+ onExiting: Y,
252
+ onEnter: X,
253
+ onEntering: Z,
254
+ onEntered: J
255
+ } = t, ue = kt(t, Mt);
256
+ const C = Le(), b = ot(de), c = xt(le), me = st(), P = Rt(n), [S, A] = ye(!n), h = R(null);
257
+ gt(e, () => c, [c]), _e && !P && n && (h.current = he(C == null ? void 0 : C.document)), n && S && A(!1);
258
+ const _ = v(() => {
259
+ if (c.add(), M.current = Ae(document, "keydown", ge), G.current = Ae(
260
+ document,
261
+ "focus",
262
+ // the timeout is necessary b/c this will run before the new modal is mounted
263
+ // and so steals focus from it
264
+ () => setTimeout(fe),
265
+ !0
266
+ ), Q && Q(), V) {
267
+ var l, ne;
268
+ const H = he((l = (ne = c.dialog) == null ? void 0 : ne.ownerDocument) != null ? l : C == null ? void 0 : C.document);
269
+ c.dialog && H && !Me(c.dialog, H) && (h.current = H, c.dialog.focus());
270
+ }
271
+ }), W = v(() => {
272
+ if (c.remove(), M.current == null || M.current(), G.current == null || G.current(), O) {
273
+ var l;
274
+ (l = h.current) == null || l.focus == null || l.focus(re), h.current = null;
275
+ }
276
+ });
277
+ Te(() => {
278
+ !n || !b || _();
279
+ }, [
280
+ n,
281
+ b,
282
+ /* should never change: */
283
+ _
284
+ ]), Te(() => {
285
+ S && W();
286
+ }, [S, W]), De(() => {
287
+ W();
288
+ });
289
+ const fe = v(() => {
290
+ if (!ae || !me() || !c.isTopModal())
291
+ return;
292
+ const l = he(C == null ? void 0 : C.document);
293
+ c.dialog && l && !Me(c.dialog, l) && c.dialog.focus();
294
+ }), ee = v((l) => {
295
+ l.target === l.currentTarget && (y == null || y(l), f === !0 && $());
296
+ }), ge = v((l) => {
297
+ p && at(l) && c.isTopModal() && (g == null || g(l), l.defaultPrevented || $());
298
+ }), G = R(), M = R(), te = (...l) => {
299
+ A(!0), U == null || U(...l);
300
+ };
301
+ if (!b)
302
+ return null;
303
+ const k = Object.assign({
304
+ role: o,
305
+ ref: c.setDialogRef,
306
+ // apparently only works on the dialog role element
307
+ "aria-modal": o === "dialog" ? !0 : void 0
308
+ }, ue, {
309
+ style: a,
310
+ className: s,
311
+ tabIndex: -1
312
+ });
313
+ let K = z ? z(k) : /* @__PURE__ */ r.jsx("div", Object.assign({}, k, {
314
+ children: /* @__PURE__ */ u.cloneElement(m, {
315
+ role: "document"
316
+ })
317
+ }));
318
+ K = ke(N, E, {
319
+ unmountOnExit: !0,
320
+ mountOnEnter: !0,
321
+ appear: !0,
322
+ in: !!n,
323
+ onExit: ce,
324
+ onExiting: Y,
325
+ onExited: te,
326
+ onEnter: X,
327
+ onEntering: Z,
328
+ onEntered: J,
329
+ children: K
330
+ });
331
+ let I = null;
332
+ return f && (I = ie({
333
+ ref: c.setBackdropRef,
334
+ onClick: ee
335
+ }), I = ke(T, se, {
336
+ in: !!n,
337
+ appear: !0,
338
+ mountOnEnter: !0,
339
+ unmountOnExit: !0,
340
+ children: I
341
+ })), /* @__PURE__ */ r.jsx(r.Fragment, {
342
+ children: /* @__PURE__ */ pt.createPortal(/* @__PURE__ */ r.jsxs(r.Fragment, {
343
+ children: [I, K]
344
+ }), b)
345
+ });
346
+ });
347
+ We.displayName = "Modal";
348
+ const Ft = Object.assign(We, {
349
+ Manager: Se
350
+ });
351
+ function jt(t, e) {
352
+ t.classList ? t.classList.add(e) : rt(t, e) || (typeof t.className == "string" ? t.className = t.className + " " + e : t.setAttribute("class", (t.className && t.className.baseVal || "") + " " + e));
353
+ }
354
+ function je(t, e) {
355
+ return t.replace(new RegExp("(^|\\s)" + e + "(?:\\s|$)", "g"), "$1").replace(/\s+/g, " ").replace(/^\s*|\s*$/g, "");
356
+ }
357
+ function Bt(t, e) {
358
+ t.classList ? t.classList.remove(e) : typeof t.className == "string" ? t.className = je(t.className, e) : t.setAttribute("class", je(t.className && t.className.baseVal || "", e));
359
+ }
360
+ const B = {
361
+ FIXED_CONTENT: ".fixed-top, .fixed-bottom, .is-fixed, .sticky-top",
362
+ STICKY_CONTENT: ".sticky-top",
363
+ NAVBAR_TOGGLER: ".navbar-toggler"
364
+ };
365
+ class Lt extends Se {
366
+ adjustAndStore(e, n, o) {
367
+ const s = n.style[e];
368
+ n.dataset[e] = s, q(n, {
369
+ [e]: `${parseFloat(q(n, e)) + o}px`
370
+ });
371
+ }
372
+ restore(e, n) {
373
+ const o = n.dataset[e];
374
+ o !== void 0 && (delete n.dataset[e], q(n, {
375
+ [e]: o
376
+ }));
377
+ }
378
+ setContainerStyle(e) {
379
+ super.setContainerStyle(e);
380
+ const n = this.getElement();
381
+ if (jt(n, "modal-open"), !e.scrollBarWidth)
382
+ return;
383
+ const o = this.isRTL ? "paddingLeft" : "paddingRight", s = this.isRTL ? "marginLeft" : "marginRight";
384
+ j(n, B.FIXED_CONTENT).forEach((a) => this.adjustAndStore(o, a, e.scrollBarWidth)), j(n, B.STICKY_CONTENT).forEach((a) => this.adjustAndStore(s, a, -e.scrollBarWidth)), j(n, B.NAVBAR_TOGGLER).forEach((a) => this.adjustAndStore(s, a, e.scrollBarWidth));
385
+ }
386
+ removeContainerStyle(e) {
387
+ super.removeContainerStyle(e);
388
+ const n = this.getElement();
389
+ Bt(n, "modal-open");
390
+ const o = this.isRTL ? "paddingLeft" : "paddingRight", s = this.isRTL ? "marginLeft" : "marginRight";
391
+ j(n, B.FIXED_CONTENT).forEach((a) => this.restore(o, a)), j(n, B.STICKY_CONTENT).forEach((a) => this.restore(s, a)), j(n, B.NAVBAR_TOGGLER).forEach((a) => this.restore(s, a));
392
+ }
393
+ }
394
+ let Ee;
395
+ function Dt(t) {
396
+ return Ee || (Ee = new Lt(t)), Ee;
397
+ }
398
+ const Ge = /* @__PURE__ */ u.forwardRef(({
399
+ className: t,
400
+ bsPrefix: e,
401
+ as: n = "div",
402
+ ...o
403
+ }, s) => (e = w(e, "modal-body"), /* @__PURE__ */ r.jsx(n, {
404
+ ref: s,
405
+ className: d(t, e),
406
+ ...o
407
+ })));
408
+ Ge.displayName = "ModalBody";
409
+ const Ke = /* @__PURE__ */ u.createContext({
410
+ // eslint-disable-next-line @typescript-eslint/no-empty-function
411
+ onHide() {
412
+ }
413
+ }), we = /* @__PURE__ */ u.forwardRef(({
414
+ bsPrefix: t,
415
+ className: e,
416
+ contentClassName: n,
417
+ centered: o,
418
+ size: s,
419
+ fullscreen: a,
420
+ children: m,
421
+ scrollable: f,
422
+ ...p
423
+ }, y) => {
424
+ t = w(t, "modal");
425
+ const g = `${t}-dialog`, N = typeof a == "string" ? `${t}-fullscreen-${a}` : `${t}-fullscreen`;
426
+ return /* @__PURE__ */ r.jsx("div", {
427
+ ...p,
428
+ ref: y,
429
+ className: d(g, e, s && `${t}-${s}`, o && `${g}-centered`, f && `${g}-scrollable`, a && N),
430
+ children: /* @__PURE__ */ r.jsx("div", {
431
+ className: d(`${t}-content`, n),
432
+ children: m
433
+ })
434
+ });
435
+ });
436
+ we.displayName = "ModalDialog";
437
+ const He = /* @__PURE__ */ u.forwardRef(({
438
+ className: t,
439
+ bsPrefix: e,
440
+ as: n = "div",
441
+ ...o
442
+ }, s) => (e = w(e, "modal-footer"), /* @__PURE__ */ r.jsx(n, {
443
+ ref: s,
444
+ className: d(t, e),
445
+ ...o
446
+ })));
447
+ He.displayName = "ModalFooter";
448
+ const $t = /* @__PURE__ */ u.forwardRef(({
449
+ closeLabel: t = "Close",
450
+ closeVariant: e,
451
+ closeButton: n = !1,
452
+ onHide: o,
453
+ children: s,
454
+ ...a
455
+ }, m) => {
456
+ const f = ve(Ke), p = v(() => {
457
+ f == null || f.onHide(), o == null || o();
458
+ });
459
+ return /* @__PURE__ */ r.jsxs("div", {
460
+ ref: m,
461
+ ...a,
462
+ children: [s, n && /* @__PURE__ */ r.jsx(Re, {
463
+ "aria-label": t,
464
+ variant: e,
465
+ onClick: p
466
+ })]
467
+ });
468
+ }), qe = /* @__PURE__ */ u.forwardRef(({
469
+ bsPrefix: t,
470
+ className: e,
471
+ closeLabel: n = "Close",
472
+ closeButton: o = !1,
473
+ ...s
474
+ }, a) => (t = w(t, "modal-header"), /* @__PURE__ */ r.jsx($t, {
475
+ ref: a,
476
+ ...s,
477
+ className: d(e, t),
478
+ closeLabel: n,
479
+ closeButton: o
480
+ })));
481
+ qe.displayName = "ModalHeader";
482
+ const Ut = vt("h4"), Ve = /* @__PURE__ */ u.forwardRef(({
483
+ className: t,
484
+ bsPrefix: e,
485
+ as: n = Ut,
486
+ ...o
487
+ }, s) => (e = w(e, "modal-title"), /* @__PURE__ */ r.jsx(n, {
488
+ ref: s,
489
+ className: d(t, e),
490
+ ...o
491
+ })));
492
+ Ve.displayName = "ModalTitle";
493
+ function Wt(t) {
494
+ return /* @__PURE__ */ r.jsx($e, {
495
+ ...t,
496
+ timeout: null
497
+ });
498
+ }
499
+ function Gt(t) {
500
+ return /* @__PURE__ */ r.jsx($e, {
501
+ ...t,
502
+ timeout: null
503
+ });
504
+ }
505
+ const ze = /* @__PURE__ */ u.forwardRef(({
506
+ bsPrefix: t,
507
+ className: e,
508
+ style: n,
509
+ dialogClassName: o,
510
+ contentClassName: s,
511
+ children: a,
512
+ dialogAs: m = we,
513
+ "data-bs-theme": f,
514
+ "aria-labelledby": p,
515
+ "aria-describedby": y,
516
+ "aria-label": g,
517
+ /* BaseModal props */
518
+ show: N = !1,
519
+ animation: E = !0,
520
+ backdrop: T = !0,
521
+ keyboard: se = !0,
522
+ onEscapeKeyDown: V,
523
+ onShow: ae,
524
+ onHide: O,
525
+ container: re,
526
+ autoFocus: z = !0,
527
+ enforceFocus: ie = !0,
528
+ restoreFocus: le = !0,
529
+ restoreFocusOptions: de,
530
+ onEntered: Q,
531
+ onExit: $,
532
+ onExiting: ce,
533
+ onEnter: U,
534
+ onEntering: Y,
535
+ onExited: X,
536
+ backdropClassName: Z,
537
+ manager: J,
538
+ ...ue
539
+ }, C) => {
540
+ const [b, c] = ye({}), [me, P] = ye(!1), S = R(!1), A = R(!1), h = R(null), [_, W] = it(), fe = lt(C, W), ee = v(O), ge = dt();
541
+ t = w(t, "modal");
542
+ const G = ht(() => ({
543
+ onHide: ee
544
+ }), [ee]);
545
+ function M() {
546
+ return J || Dt({
547
+ isRTL: ge
548
+ });
549
+ }
550
+ function te(i) {
551
+ if (!_e)
552
+ return;
553
+ const x = M().getScrollbarWidth() > 0, be = i.scrollHeight > Be(i).documentElement.clientHeight;
554
+ c({
555
+ paddingRight: x && !be ? xe() : void 0,
556
+ paddingLeft: !x && be ? xe() : void 0
557
+ });
558
+ }
559
+ const k = v(() => {
560
+ _ && te(_.dialog);
561
+ });
562
+ De(() => {
563
+ Ie(window, "resize", k), h.current == null || h.current();
564
+ });
565
+ const K = () => {
566
+ S.current = !0;
567
+ }, I = (i) => {
568
+ S.current && _ && i.target === _.dialog && (A.current = !0), S.current = !1;
569
+ }, l = () => {
570
+ P(!0), h.current = ut(_.dialog, () => {
571
+ P(!1);
572
+ });
573
+ }, ne = (i) => {
574
+ i.target === i.currentTarget && l();
575
+ }, H = (i) => {
576
+ if (T === "static") {
577
+ ne(i);
578
+ return;
579
+ }
580
+ if (A.current || i.target !== i.currentTarget) {
581
+ A.current = !1;
582
+ return;
583
+ }
584
+ O == null || O();
585
+ }, Qe = (i) => {
586
+ se ? V == null || V(i) : (i.preventDefault(), T === "static" && l());
587
+ }, Ye = (i, x) => {
588
+ i && te(i), U == null || U(i, x);
589
+ }, Xe = (i) => {
590
+ h.current == null || h.current(), $ == null || $(i);
591
+ }, Ze = (i, x) => {
592
+ Y == null || Y(i, x), ct(window, "resize", k);
593
+ }, Je = (i) => {
594
+ i && (i.style.display = ""), X == null || X(i), Ie(window, "resize", k);
595
+ }, Pe = Ce((i) => /* @__PURE__ */ r.jsx("div", {
596
+ ...i,
597
+ className: d(`${t}-backdrop`, Z, !E && "show")
598
+ }), [E, Z, t]), Oe = {
599
+ ...n,
600
+ ...b
601
+ };
602
+ Oe.display = "block";
603
+ const et = (i) => /* @__PURE__ */ r.jsx("div", {
604
+ role: "dialog",
605
+ ...i,
606
+ style: Oe,
607
+ className: d(e, t, me && `${t}-static`, !E && "show"),
608
+ onClick: T ? H : void 0,
609
+ onMouseUp: I,
610
+ "data-bs-theme": f,
611
+ "aria-label": g,
612
+ "aria-labelledby": p,
613
+ "aria-describedby": y,
614
+ children: /* @__PURE__ */ r.jsx(m, {
615
+ ...ue,
616
+ onMouseDown: K,
617
+ className: o,
618
+ contentClassName: s,
619
+ children: a
620
+ })
621
+ });
622
+ return /* @__PURE__ */ r.jsx(Ke.Provider, {
623
+ value: G,
624
+ children: /* @__PURE__ */ r.jsx(Ft, {
625
+ show: N,
626
+ ref: fe,
627
+ backdrop: T,
628
+ container: re,
629
+ keyboard: !0,
630
+ autoFocus: z,
631
+ enforceFocus: ie,
632
+ restoreFocus: le,
633
+ restoreFocusOptions: de,
634
+ onEscapeKeyDown: Qe,
635
+ onShow: ae,
636
+ onHide: O,
637
+ onEnter: Ye,
638
+ onEntering: Ze,
639
+ onEntered: Q,
640
+ onExit: Xe,
641
+ onExiting: ce,
642
+ onExited: Je,
643
+ manager: M(),
644
+ transition: E ? Wt : void 0,
645
+ backdropTransition: E ? Gt : void 0,
646
+ renderBackdrop: Pe,
647
+ renderDialog: et
648
+ })
649
+ });
650
+ });
651
+ ze.displayName = "Modal";
652
+ const tn = Object.assign(ze, {
653
+ Body: Ge,
654
+ Header: qe,
655
+ Title: Ve,
656
+ Footer: He,
657
+ Dialog: we,
658
+ TRANSITION_DURATION: 300,
659
+ BACKDROP_TRANSITION_DURATION: 150
660
+ });
661
+ /*! @azure/msal-browser v3.14.0 2024-05-07 */
662
+ const nn = {
663
+ INITIALIZE_START: "msal:initializeStart",
664
+ INITIALIZE_END: "msal:initializeEnd",
665
+ ACCOUNT_ADDED: "msal:accountAdded",
666
+ ACCOUNT_REMOVED: "msal:accountRemoved",
667
+ ACTIVE_ACCOUNT_CHANGED: "msal:activeAccountChanged",
668
+ LOGIN_START: "msal:loginStart",
669
+ LOGIN_SUCCESS: "msal:loginSuccess",
670
+ LOGIN_FAILURE: "msal:loginFailure",
671
+ ACQUIRE_TOKEN_START: "msal:acquireTokenStart",
672
+ ACQUIRE_TOKEN_SUCCESS: "msal:acquireTokenSuccess",
673
+ ACQUIRE_TOKEN_FAILURE: "msal:acquireTokenFailure",
674
+ ACQUIRE_TOKEN_NETWORK_START: "msal:acquireTokenFromNetworkStart",
675
+ SSO_SILENT_START: "msal:ssoSilentStart",
676
+ SSO_SILENT_SUCCESS: "msal:ssoSilentSuccess",
677
+ SSO_SILENT_FAILURE: "msal:ssoSilentFailure",
678
+ ACQUIRE_TOKEN_BY_CODE_START: "msal:acquireTokenByCodeStart",
679
+ ACQUIRE_TOKEN_BY_CODE_SUCCESS: "msal:acquireTokenByCodeSuccess",
680
+ ACQUIRE_TOKEN_BY_CODE_FAILURE: "msal:acquireTokenByCodeFailure",
681
+ HANDLE_REDIRECT_START: "msal:handleRedirectStart",
682
+ HANDLE_REDIRECT_END: "msal:handleRedirectEnd",
683
+ POPUP_OPENED: "msal:popupOpened",
684
+ LOGOUT_START: "msal:logoutStart",
685
+ LOGOUT_SUCCESS: "msal:logoutSuccess",
686
+ LOGOUT_FAILURE: "msal:logoutFailure",
687
+ LOGOUT_END: "msal:logoutEnd",
688
+ RESTORE_FROM_BFCACHE: "msal:restoreFromBFCache"
689
+ }, Kt = "_button_1wjon_1", Ht = "_filled_1wjon_7", qt = "_sm_1wjon_13", Vt = "_md_1wjon_18", zt = "_lg_1wjon_23", L = {
690
+ button: Kt,
691
+ filled: Ht,
692
+ sm: qt,
693
+ md: Vt,
694
+ lg: zt
695
+ }, on = ({ variant: t = "filled", color: e = "primary", size: n = "md", className: o, children: s, ...a }) => {
696
+ const { LinkComponent: m } = ve(mt);
697
+ return a.as === "link" ? /* @__PURE__ */ r.jsx(m, { to: a.href ?? "/", className: d(`luminus-primary-button ${e} btn ${t === "outlined" ? `btn-outline-${e}` : `btn-${e}`} ${o ?? ""}`, L.button, L[t], L[n]), ...a, children: s }) : a.as === "button" || a.as === void 0 ? /* @__PURE__ */ r.jsx("button", { type: "button", className: d(`luminus-primary-button ${e} btn ${t === "outlined" ? `btn-outline-${e}` : `btn-${e}`} ${o ?? ""}`, L.button, L[t], L[n]), ...a, children: s }) : null;
698
+ };
699
+ export {
700
+ Re as C,
701
+ nn as E,
702
+ Ne as F,
703
+ Pt as L,
704
+ tn as M,
705
+ on as P,
706
+ Ot as a,
707
+ en as b,
708
+ F as c,
709
+ vt as d,
710
+ j as q,
711
+ Rt as u
712
+ };
@@ -0,0 +1,5 @@
1
+ import { j as o, Y as t, al as a } from "./UserAvatarToggle-CsTHq7yG.js";
2
+ const i = ({ text: s, placement: r, children: l }) => /* @__PURE__ */ o.jsx(t, { placement: r, overlay: /* @__PURE__ */ o.jsx(a, { className: "luminus-tooltip", children: s }), children: l });
3
+ export {
4
+ i as S
5
+ };