qaema-ui 0.0.39 → 0.0.40

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 (60) hide show
  1. package/dist/_virtual/index.js +5 -5
  2. package/dist/_virtual/index2.js +4 -4
  3. package/dist/_virtual/index3.js +4 -4
  4. package/dist/_virtual/index7.js +3 -2
  5. package/dist/_virtual/index8.js +2 -3
  6. package/dist/components/CallOutBox.d.ts +14 -0
  7. package/dist/components/CallOutBox.js +87 -0
  8. package/dist/components/PhoneInputField.d.ts +3 -0
  9. package/dist/components/PhoneInputField.js +348 -341
  10. package/dist/components/SummaryCard.js +51 -127
  11. package/dist/components/index.d.ts +2 -0
  12. package/dist/index.js +40 -38
  13. package/dist/node_modules/react-bootstrap/esm/Alert.js +1 -1
  14. package/dist/node_modules/react-bootstrap/esm/AlertHeading.js +1 -1
  15. package/dist/node_modules/react-bootstrap/esm/AlertLink.js +1 -1
  16. package/dist/node_modules/react-bootstrap/esm/Button.js +1 -1
  17. package/dist/node_modules/react-bootstrap/esm/CloseButton.js +1 -1
  18. package/dist/node_modules/react-bootstrap/esm/Col.js +1 -1
  19. package/dist/node_modules/react-bootstrap/esm/Collapse.js +1 -1
  20. package/dist/node_modules/react-bootstrap/esm/Dropdown.js +1 -1
  21. package/dist/node_modules/react-bootstrap/esm/DropdownDivider.js +1 -1
  22. package/dist/node_modules/react-bootstrap/esm/DropdownHeader.js +1 -1
  23. package/dist/node_modules/react-bootstrap/esm/DropdownItem.js +1 -1
  24. package/dist/node_modules/react-bootstrap/esm/DropdownItemText.js +1 -1
  25. package/dist/node_modules/react-bootstrap/esm/DropdownMenu.js +1 -1
  26. package/dist/node_modules/react-bootstrap/esm/DropdownToggle.js +1 -1
  27. package/dist/node_modules/react-bootstrap/esm/Fade.js +1 -1
  28. package/dist/node_modules/react-bootstrap/esm/Feedback.js +1 -1
  29. package/dist/node_modules/react-bootstrap/esm/FloatingLabel.js +1 -1
  30. package/dist/node_modules/react-bootstrap/esm/Form.js +1 -1
  31. package/dist/node_modules/react-bootstrap/esm/FormCheck.js +1 -1
  32. package/dist/node_modules/react-bootstrap/esm/FormCheckInput.js +1 -1
  33. package/dist/node_modules/react-bootstrap/esm/FormCheckLabel.js +1 -1
  34. package/dist/node_modules/react-bootstrap/esm/FormControl.js +1 -1
  35. package/dist/node_modules/react-bootstrap/esm/FormFloating.js +1 -1
  36. package/dist/node_modules/react-bootstrap/esm/FormLabel.js +1 -1
  37. package/dist/node_modules/react-bootstrap/esm/FormRange.js +1 -1
  38. package/dist/node_modules/react-bootstrap/esm/FormSelect.js +1 -1
  39. package/dist/node_modules/react-bootstrap/esm/FormText.js +1 -1
  40. package/dist/node_modules/react-bootstrap/esm/Image.js +1 -1
  41. package/dist/node_modules/react-bootstrap/esm/Nav.js +1 -1
  42. package/dist/node_modules/react-bootstrap/esm/NavItem.js +1 -1
  43. package/dist/node_modules/react-bootstrap/esm/NavLink.js +1 -1
  44. package/dist/node_modules/react-bootstrap/esm/Navbar.js +1 -1
  45. package/dist/node_modules/react-bootstrap/esm/NavbarBrand.js +1 -1
  46. package/dist/node_modules/react-bootstrap/esm/NavbarText.js +1 -1
  47. package/dist/node_modules/react-bootstrap/esm/NavbarToggle.js +1 -1
  48. package/dist/node_modules/react-bootstrap/esm/Offcanvas.js +1 -1
  49. package/dist/node_modules/react-bootstrap/esm/OffcanvasBody.js +1 -1
  50. package/dist/node_modules/react-bootstrap/esm/OffcanvasHeader.js +1 -1
  51. package/dist/node_modules/react-bootstrap/esm/OffcanvasTitle.js +1 -1
  52. package/dist/node_modules/react-bootstrap/esm/OffcanvasToggling.js +1 -1
  53. package/dist/node_modules/react-bootstrap/esm/Toast.js +1 -1
  54. package/dist/node_modules/react-bootstrap/esm/ToastBody.js +1 -1
  55. package/dist/node_modules/react-bootstrap/esm/ToastHeader.js +1 -1
  56. package/dist/node_modules/react-bootstrap/esm/divWithClassName.js +1 -1
  57. package/dist/node_modules/react-helmet-async/lib/index.esm.js +2 -2
  58. package/dist/node_modules/react-is/index.js +1 -1
  59. package/dist/node_modules/recharts/es6/util/ReactUtils.js +1 -1
  60. package/package.json +1 -1
@@ -1,173 +1,97 @@
1
- import { j as n } from "../_virtual/jsx-runtime.js";
2
- import a, { useTheme as b } from "styled-components";
3
- import j from "./Badge.js";
4
- import m from "./Button.js";
5
- import { Card as v } from "./Card.js";
6
- import l from "./Typography.js";
7
- const w = a.div`
1
+ import { j as e } from "../_virtual/jsx-runtime.js";
2
+ import d, { useTheme as f } from "styled-components";
3
+ import v from "./Badge.js";
4
+ import j from "./Button.js";
5
+ import w from "./CallOutBox.js";
6
+ import { Card as T } from "./Card.js";
7
+ import a from "./Typography.js";
8
+ const $ = d.div`
8
9
  padding-bottom: ${(r) => r.theme.spacing.s};
9
10
  border-bottom: 1px solid ${(r) => r.theme.colors.grey.n100};
10
11
  caption {
11
12
  display: inline-block;
12
13
  text-align: start;
13
14
  }
14
- `, k = a(l)`
15
- font-family: ${({ theme: r }) => r.fonts.arabic};
16
- font-weight: ${({ theme: r }) => r.typography.weights.semiBold};
17
- font-size: 15px;
18
- line-height: ${({ theme: r }) => r.typography.lineHeights.s};
19
- letter-spacing: 0%;
20
- vertical-align: middle;
21
- color: ${({ theme: r }) => r.colors.grey.n650};
22
- display: inline-block;
23
- `, B = a.div`
24
- margin-top: ${({ theme: r }) => r.spacing.m};
25
- padding: ${({ theme: r }) => r.spacing.sm};
26
- border-radius: ${({ theme: r }) => r.borderRadius.md};
27
- display: flex;
28
- justify-content: space-between;
29
- align-items: center;
30
-
31
- ${({ $variant: r, theme: e }) => {
32
- switch (r) {
33
- case "information":
34
- return `
35
- background: ${e.colors.primary.purple.n150};
36
- border-bottom: 2px solid ${e.colors.primary.purple.n450};
37
- `;
38
- case "error":
39
- return `
40
- background: ${e.colors.state.error.n150};
41
- border-bottom: 2px solid ${e.colors.state.error.n450};
42
- `;
43
- case "success":
44
- return `
45
- background: ${e.colors.state.success.n100};
46
- border-bottom: 2px solid ${e.colors.state.success.n450};
47
- `;
48
- case "warning":
49
- default:
50
- return `
51
- background: ${e.colors.secondary.orange.n150};
52
- border-bottom: 2px solid ${e.colors.secondary.orange.n450};
53
- `;
54
- }
55
- }}
56
- `, T = a.button`
57
- padding: 0.75rem;
58
- border-radius: 0.25rem;
59
- border: none;
60
- cursor: pointer;
61
- ${({ $variant: r, theme: e }) => `
62
- background: transparent;
63
- color: ${r === "information" ? e.colors.primary.purple.n450 : r === "error" ? e.colors.state.error.n450 : r === "success" ? e.colors.state.success.n450 : e.colors.secondary.orange.n450};
64
- `}
65
-
66
- font-weight: ${({ theme: r }) => r.typography.weights.semiBold};
67
- font-size: ${({ theme: r }) => r.typography.sizes.s2};
68
- line-height: ${({ theme: r }) => r.typography.lineHeights.xs};
69
- text-align: center;
70
- vertical-align: middle;
71
- display: flex;
72
- align-items: center;
73
- justify-content: center;
74
- &:hover {
75
- opacity: 0.9;
76
- }
77
- `, S = a.div`
15
+ `, S = d.div`
78
16
  width: 100%;
79
17
  display: flex;
80
18
  flex-direction: row;
81
19
  justify-content: space-between;
82
20
  align-items: center;
83
- `, R = a.div`
21
+ `, B = d.div`
84
22
  margin-top: ${(r) => r.theme.spacing.s};
85
23
  display: flex;
86
24
  flex-direction: column;
87
25
  gap: ${(r) => r.theme.spacing.s};
88
- `, z = a(l)`
89
- font-family: ${({ theme: r }) => r.fonts.arabic};
90
- font-weight: ${({ theme: r }) => r.typography.weights.regular};
91
- font-size: ${({ theme: r }) => r.typography.sizes.s2};
92
- line-height: ${({ theme: r }) => r.typography.lineHeights.xs};
93
- letter-spacing: ${({ theme: r }) => r.typography.letterSpacings.normal};
94
- vertical-align: middle;
95
- color: ${({ theme: r }) => r.colors.grey.n600};
96
- `, C = a.div`
26
+ `, R = d.div`
97
27
  display: flex;
98
28
  flex-direction: column;
99
29
  gap: ${(r) => r.theme.spacing.s};
100
- `, f = a.div`
30
+ `, g = d.div`
101
31
  display: flex;
102
32
  justify-content: space-between;
103
33
  align-items: center;
104
- `, H = a(f)``, x = ({
34
+ `, E = d(g)``, y = ({
105
35
  variant: r = "text",
106
- label: e,
107
- value: i,
108
- color: g
36
+ label: o,
37
+ value: l,
38
+ color: m
109
39
  }) => {
110
- const y = b();
40
+ const x = f();
111
41
  let c = null;
112
42
  if (r === "badge") {
113
- const s = i;
114
- c = /* @__PURE__ */ n.jsx(j, { ...s });
43
+ const n = l;
44
+ c = /* @__PURE__ */ e.jsx(v, { ...n });
115
45
  } else if (r === "trend") {
116
- const s = typeof i == "object" && i !== null ? i : { value: i }, t = s.direction ?? "neutral", d = y.colors.state.success.n450, o = y.colors.state.error.n450, h = t === "up" ? d : t === "down" ? o : g;
117
- c = /* @__PURE__ */ n.jsx(l, { variant: "smText", color: h, children: typeof s.value == "number" ? s.value.toString() : s.value });
46
+ const n = typeof l == "object" && l !== null ? l : { value: l }, i = n.direction ?? "neutral", t = x.colors.state.success.n450, s = x.colors.state.error.n450, h = i === "up" ? t : i === "down" ? s : m;
47
+ c = /* @__PURE__ */ e.jsx(a, { variant: "smText", color: h, children: typeof n.value == "number" ? n.value.toString() : n.value });
118
48
  } else if (r === "component")
119
- c = i;
49
+ c = l;
120
50
  else {
121
- const s = i;
122
- c = /* @__PURE__ */ n.jsx(l, { variant: "smText", color: g, children: typeof s == "number" ? s.toString() : s });
51
+ const n = l;
52
+ c = /* @__PURE__ */ e.jsx(a, { variant: "smText", color: m, children: typeof n == "number" ? n.toString() : n });
123
53
  }
124
- return /* @__PURE__ */ n.jsxs(n.Fragment, { children: [
125
- r !== "component" && /* @__PURE__ */ n.jsx(l, { variant: "smText", weight: "semiBold", children: e }),
54
+ return /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
55
+ r !== "component" && /* @__PURE__ */ e.jsx(a, { variant: "smText", weight: "semiBold", children: o }),
126
56
  c
127
57
  ] });
128
58
  };
129
- function G({
59
+ function q({
130
60
  sections: r,
131
- total: e,
132
- title: i,
133
- subtitle: g,
134
- btnLabel: y,
61
+ total: o,
62
+ title: l,
63
+ subtitle: m,
64
+ btnLabel: x,
135
65
  btnConfig: c,
136
- trailingActionsConfig: s,
137
- callout: t
66
+ trailingActionsConfig: n,
67
+ callout: i
138
68
  }) {
139
- const d = b();
140
- return /* @__PURE__ */ n.jsxs(v, { padding: "2rem", shadowVariant: "none", hoverEffect: !1, border: `1px solid ${d.colors.grey.n100}`, children: [
141
- /* @__PURE__ */ n.jsxs(w, { children: [
142
- /* @__PURE__ */ n.jsxs(S, { children: [
143
- /* @__PURE__ */ n.jsx(l, { variant: "h6", weight: "semiBold", children: i }),
144
- c && /* @__PURE__ */ n.jsxs(m, { ...c, children: [
145
- y ?? "",
69
+ const t = f();
70
+ return /* @__PURE__ */ e.jsxs(T, { padding: "2rem", shadowVariant: "none", hoverEffect: !1, border: `1px solid ${t.colors.grey.n100}`, children: [
71
+ /* @__PURE__ */ e.jsxs($, { children: [
72
+ /* @__PURE__ */ e.jsxs(S, { children: [
73
+ /* @__PURE__ */ e.jsx(a, { variant: "h6", weight: "semiBold", children: l }),
74
+ c && /* @__PURE__ */ e.jsxs(j, { ...c, children: [
75
+ x ?? "",
146
76
  " "
147
77
  ] })
148
78
  ] }),
149
- /* @__PURE__ */ n.jsx(l, { variant: "caption", color: d.colors.grey.n400, children: g })
79
+ /* @__PURE__ */ e.jsx(a, { variant: "caption", color: t.colors.grey.n400, children: m })
150
80
  ] }),
151
- /* @__PURE__ */ n.jsxs(R, { children: [
152
- r.map((o, u) => {
81
+ /* @__PURE__ */ e.jsxs(B, { children: [
82
+ r.map((s, u) => {
153
83
  var h;
154
- return ((h = o == null ? void 0 : o.items) == null ? void 0 : h.length) === 0 ? null : /* @__PURE__ */ n.jsxs(C, { children: [
155
- /* @__PURE__ */ n.jsx(l, { variant: "span", weight: "regular", color: d.colors.grey.n400, children: o.title }),
156
- o.items.map((p, $) => /* @__PURE__ */ n.jsx(f, { children: /* @__PURE__ */ n.jsx(x, { variant: p == null ? void 0 : p.variant, label: p.label, value: p.value, color: d.colors.grey.n400 }) }, `${u}-${$}`))
157
- ] }, o.title);
84
+ return ((h = s == null ? void 0 : s.items) == null ? void 0 : h.length) === 0 ? null : /* @__PURE__ */ e.jsxs(R, { children: [
85
+ /* @__PURE__ */ e.jsx(a, { variant: "span", weight: "regular", color: t.colors.grey.n400, children: s.title }),
86
+ s.items.map((p, b) => /* @__PURE__ */ e.jsx(g, { children: /* @__PURE__ */ e.jsx(y, { variant: p == null ? void 0 : p.variant, label: p.label, value: p.value, color: t.colors.grey.n400 }) }, `${u}-${b}`))
87
+ ] }, s.title);
158
88
  }),
159
- e && /* @__PURE__ */ n.jsx(H, { children: /* @__PURE__ */ n.jsx(x, { variant: e == null ? void 0 : e.variant, label: (e == null ? void 0 : e.label) ?? "", value: (e == null ? void 0 : e.value) ?? "", color: d.colors.grey.n400 }) }),
160
- s && (s == null ? void 0 : s.length) > 0 && s.map((o) => /* @__PURE__ */ n.jsx(m, { ...o == null ? void 0 : o.btnConfig, children: (o == null ? void 0 : o.label) ?? "" })),
161
- t && /* @__PURE__ */ n.jsxs(B, { $variant: t.variant ?? "warning", children: [
162
- /* @__PURE__ */ n.jsxs("div", { children: [
163
- /* @__PURE__ */ n.jsx(k, { variant: "span", weight: "semiBold", children: t.title }),
164
- t.description && /* @__PURE__ */ n.jsx(z, { variant: "caption", children: t.description })
165
- ] }),
166
- t.action && /* @__PURE__ */ n.jsx(T, { $variant: t.variant ?? "warning", onClick: t.action.onClick, children: t.action.label })
167
- ] })
89
+ o && /* @__PURE__ */ e.jsx(E, { children: /* @__PURE__ */ e.jsx(y, { variant: o == null ? void 0 : o.variant, label: (o == null ? void 0 : o.label) ?? "", value: (o == null ? void 0 : o.value) ?? "", color: t.colors.grey.n400 }) }),
90
+ n && (n == null ? void 0 : n.length) > 0 && n.map((s) => /* @__PURE__ */ e.jsx(j, { ...s == null ? void 0 : s.btnConfig, children: (s == null ? void 0 : s.label) ?? "" })),
91
+ i && /* @__PURE__ */ e.jsx(w, { callout: i })
168
92
  ] })
169
93
  ] });
170
94
  }
171
95
  export {
172
- G as default
96
+ q as default
173
97
  };
@@ -155,3 +155,5 @@ export { default as NextActionBox } from './NextActionBox';
155
155
  export type { NextActionBoxProps, NextActionItem } from './NextActionBox';
156
156
  export { default as PriceCard } from './PriceCard';
157
157
  export type { PriceCardProps, PriceCardFeature, PriceCardBadge } from './PriceCard';
158
+ export { default as CallOutBox } from './CallOutBox';
159
+ export type { CalloutConfig, CalloutVariant } from './CallOutBox';
package/dist/index.js CHANGED
@@ -2,7 +2,7 @@ import { default as o } from "./components/Button.js";
2
2
  import { default as t } from "./components/InputField.js";
3
3
  import { default as d } from "./components/TextArea.js";
4
4
  import { default as u } from "./components/Typography.js";
5
- import { default as l } from "./components/DropDown.js";
5
+ import { default as m } from "./components/DropDown.js";
6
6
  import { default as x } from "./components/SearchBar.js";
7
7
  import { default as i } from "./components/Hint.js";
8
8
  import { Alert as c } from "./components/Alert.js";
@@ -15,8 +15,8 @@ import { default as L } from "./components/Image.js";
15
15
  import { Card as F } from "./components/Card.js";
16
16
  import { MethodCard as R } from "./components/MethodCard.js";
17
17
  import { default as w } from "./components/Radio.js";
18
- import { default as G } from "./components/RadioInput.js";
19
- import { default as O } from "./components/Checkbox.js";
18
+ import { default as O } from "./components/RadioInput.js";
19
+ import { default as M } from "./components/Checkbox.js";
20
20
  import { default as Q } from "./components/Header.js";
21
21
  import { default as z } from "./components/SummaryCard.js";
22
22
  import { default as Z } from "./components/Link.js";
@@ -29,7 +29,7 @@ import { default as oe } from "./components/AmountItem.js";
29
29
  import { default as te } from "./components/Layout.js";
30
30
  import { default as de } from "./components/DatePicker.js";
31
31
  import { default as ue } from "./components/PasswordInputField.js";
32
- import { default as le } from "./components/ToastNotification.js";
32
+ import { default as me } from "./components/ToastNotification.js";
33
33
  import { default as xe } from "./components/OTP.js";
34
34
  import { default as ie } from "./components/NumberInput.js";
35
35
  import { default as ce } from "./components/CollapsableCard.js";
@@ -42,8 +42,8 @@ import { default as Le } from "./components/Chart.js";
42
42
  import { default as Fe } from "./components/ActionInput.js";
43
43
  import { default as Re } from "./components/StatusFeedback.js";
44
44
  import { default as we } from "./components/StepperProcess.js";
45
- import { default as Ge } from "./components/Table/Table.js";
46
- import { default as Oe } from "./components/SideMenuLinks.js";
45
+ import { default as Oe } from "./components/Table/Table.js";
46
+ import { default as Me } from "./components/SideMenuLinks.js";
47
47
  import { default as Qe } from "./components/PhoneInputField.js";
48
48
  import { default as ze } from "./components/SectionHeader.js";
49
49
  import { default as Ze } from "./components/PageHeader.js";
@@ -56,7 +56,7 @@ import { default as or } from "./components/AddOnCardInput.js";
56
56
  import { default as tr } from "./components/ConfirmationPopup.js";
57
57
  import { default as dr } from "./components/BulletItem.js";
58
58
  import { default as ur } from "./components/CardsList.js";
59
- import { default as lr } from "./components/StatCard.js";
59
+ import { default as mr } from "./components/StatCard.js";
60
60
  import { default as xr } from "./components/ListToolbar.js";
61
61
  import { default as ir } from "./components/Pagination.js";
62
62
  import { default as cr } from "./components/ViewItem.js";
@@ -69,7 +69,7 @@ import { default as Lr } from "./components/ReconciliationGroups.js";
69
69
  import { default as Fr } from "./components/AccordionCard.js";
70
70
  import { default as Rr } from "./components/FileDownloadCard.js";
71
71
  import { default as wr, HelpCardGroup as Nr } from "./components/HelpCard.js";
72
- import { default as Mr } from "./components/ConfigList.js";
72
+ import { default as Gr } from "./components/ConfigList.js";
73
73
  import { default as qr } from "./components/RequestCard.js";
74
74
  import { default as Wr } from "./components/RequestSummaryCard.js";
75
75
  import { default as Vr } from "./components/PaymentLinkDetails.js";
@@ -79,16 +79,17 @@ import { default as Ur } from "./components/DropDownWithTable/DropDownWithTable.
79
79
  import { default as Yr } from "./components/TotalsSummary.js";
80
80
  import { default as $r } from "./components/NextActionBox.js";
81
81
  import { default as ro } from "./components/PriceCard.js";
82
- import { default as ao } from "./hooks/useFormikInput.js";
83
- import { default as fo } from "./hooks/useZIndex.js";
84
- import { default as uo } from "./hooks/useBreakpointCheck.js";
85
- import { FeatureCard as lo } from "./components/FeatureCard.js";
86
- import { ProductCard as xo } from "./components/ProductCard.js";
87
- import { OptionSelectGroup as io } from "./components/OptionCardGroup.js";
88
- import { defaultTheme as co } from "./theme/theme.js";
89
- import { darkColors as Io, lightColors as Po } from "./theme/colors.js";
90
- import { setQaemaCoreLanguage as So } from "./i18n/i18n.js";
91
- import { breakPoints as ho, device as bo } from "./constants/breakPoints.constant.js";
82
+ import { default as ao } from "./components/CallOutBox.js";
83
+ import { default as fo } from "./hooks/useFormikInput.js";
84
+ import { default as uo } from "./hooks/useZIndex.js";
85
+ import { default as mo } from "./hooks/useBreakpointCheck.js";
86
+ import { FeatureCard as xo } from "./components/FeatureCard.js";
87
+ import { ProductCard as io } from "./components/ProductCard.js";
88
+ import { OptionSelectGroup as co } from "./components/OptionCardGroup.js";
89
+ import { defaultTheme as Io } from "./theme/theme.js";
90
+ import { darkColors as ko, lightColors as So } from "./theme/colors.js";
91
+ import { setQaemaCoreLanguage as ho } from "./i18n/i18n.js";
92
+ import { breakPoints as Ao, device as Bo } from "./constants/breakPoints.constant.js";
92
93
  export {
93
94
  Fr as AccordionCard,
94
95
  Fe as ActionInput,
@@ -100,19 +101,20 @@ export {
100
101
  er as Banner,
101
102
  dr as BulletItem,
102
103
  o as Button,
104
+ ao as CallOutBox,
103
105
  F as Card,
104
106
  ur as CardsList,
105
107
  Le as Chart,
106
- O as Checkbox,
108
+ M as Checkbox,
107
109
  ce as CollapsableCard,
108
- Mr as ConfigList,
110
+ Gr as ConfigList,
109
111
  tr as ConfirmationPopup,
110
112
  de as DatePicker,
111
113
  Xe as Divider,
112
114
  B as Draggable,
113
- l as DropDown,
115
+ m as DropDown,
114
116
  Ur as DropDownWithTable,
115
- lo as FeatureCard,
117
+ xo as FeatureCard,
116
118
  Rr as FileDownloadCard,
117
119
  Q as Header,
118
120
  wr as HelpCard,
@@ -134,7 +136,7 @@ export {
134
136
  Ir as NavigationPanel,
135
137
  $r as NextActionBox,
136
138
  ie as NumberInput,
137
- io as OptionSelectGroup,
139
+ co as OptionSelectGroup,
138
140
  xe as OtpInput,
139
141
  b as PackageCard,
140
142
  Ze as PageHeader,
@@ -145,43 +147,43 @@ export {
145
147
  Qe as PhoneInputField,
146
148
  E as PriceAmount,
147
149
  ro as PriceCard,
148
- xo as ProductCard,
150
+ io as ProductCard,
149
151
  _ as ProgressBar,
150
152
  br as QuickActionItem,
151
153
  Ke as QuickStartCard,
152
154
  w as RadioButton,
153
- G as RadioInput,
155
+ O as RadioInput,
154
156
  Lr as ReconciliationGroups,
155
157
  qr as RequestCard,
156
158
  Wr as RequestSummaryCard,
157
159
  x as SearchBar,
158
160
  ze as SectionHeader,
159
- Oe as SideMenuLinks,
161
+ Me as SideMenuLinks,
160
162
  ke as Spinner,
161
- lr as StatCardGroup,
163
+ mr as StatCardGroup,
162
164
  Br as StatIndicator,
163
165
  Re as StatusFeedback,
164
166
  X as Stepper,
165
167
  we as StepperProcess,
166
168
  z as SummaryCard,
167
- Ge as Table,
169
+ Oe as Table,
168
170
  I as Tabs,
169
171
  d as TextArea,
170
172
  T as ThemeProvider,
171
- le as ToastNotification,
173
+ me as ToastNotification,
172
174
  Ie as Toggle,
173
175
  kr as ToggleForm,
174
176
  Tr as ToggleHeader,
175
177
  Yr as TotalsSummary,
176
178
  u as Typography,
177
179
  cr as ViewItem,
178
- ho as breakPoints,
179
- Io as darkColors,
180
- co as defaultTheme,
181
- bo as device,
182
- Po as lightColors,
183
- So as setQaemaCoreLanguage,
184
- uo as useBreakpointCheck,
185
- ao as useFormikInput,
186
- fo as useZIndex
180
+ Ao as breakPoints,
181
+ ko as darkColors,
182
+ Io as defaultTheme,
183
+ Bo as device,
184
+ So as lightColors,
185
+ ho as setQaemaCoreLanguage,
186
+ mo as useBreakpointCheck,
187
+ fo as useFormikInput,
188
+ uo as useZIndex
187
189
  };
@@ -1,4 +1,4 @@
1
- import k from "../../../_virtual/index3.js";
1
+ import k from "../../../_virtual/index.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/index3.js";
2
+ import i from "../../../_virtual/index.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/index3.js";
2
+ import e from "../../../_virtual/index.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/index3.js";
1
+ import l from "../../../_virtual/index.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
1
  import o from "../../../_virtual/index4.js";
2
2
  import * as p from "react";
3
- import n from "../../../_virtual/index3.js";
3
+ import n from "../../../_virtual/index.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/index3.js";
1
+ import $ from "../../../_virtual/index.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/index3.js";
1
+ import j from "../../../_virtual/index.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/index3.js";
1
+ import j from "../../../_virtual/index.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/index3.js";
2
+ import p from "../../../_virtual/index.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/index3.js";
2
+ import m from "../../../_virtual/index.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/index3.js";
1
+ import c from "../../../_virtual/index.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/index3.js";
2
+ import s from "../../../_virtual/index.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/index3.js";
1
+ import W from "../../../_virtual/index.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/index3.js";
4
+ import l from "../../../_virtual/index.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/index3.js";
1
+ import l from "../../../_virtual/index.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,4 +1,4 @@
1
- import i from "../../../_virtual/index3.js";
1
+ import i from "../../../_virtual/index.js";
2
2
  import * as f from "react";
3
3
  import e from "../../../_virtual/index4.js";
4
4
  import { j as l } from "../../../_virtual/jsx-runtime.js";
@@ -1,4 +1,4 @@
1
- import i from "../../../_virtual/index3.js";
1
+ import i from "../../../_virtual/index.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,4 +1,4 @@
1
- import i from "../../../_virtual/index3.js";
1
+ import i from "../../../_virtual/index.js";
2
2
  import o from "../../../_virtual/index4.js";
3
3
  import * as s from "react";
4
4
  import f from "./FormCheck.js";
@@ -1,4 +1,4 @@
1
- import O from "../../../_virtual/index3.js";
1
+ import O from "../../../_virtual/index.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/index3.js";
1
+ import f from "../../../_virtual/index.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/index3.js";
1
+ import s from "../../../_virtual/index.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/index3.js";
1
+ import C from "../../../_virtual/index.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/index3.js";
2
+ import e from "../../../_virtual/index.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/index3.js";
1
+ import c from "../../../_virtual/index.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/index3.js";
1
+ import s from "../../../_virtual/index.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/index3.js";
1
+ import c from "../../../_virtual/index.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";
@@ -1,4 +1,4 @@
1
- import s from "../../../_virtual/index3.js";
1
+ import s from "../../../_virtual/index.js";
2
2
  import * as f from "react";
3
3
  import { useBootstrapPrefix as p } from "./ThemeProvider.js";
4
4
  import { j as x } from "../../../_virtual/jsx-runtime.js";
@@ -1,4 +1,4 @@
1
- import f from "../../../_virtual/index3.js";
1
+ import f from "../../../_virtual/index.js";
2
2
  import * as d from "react";
3
3
  import o from "../../../_virtual/index4.js";
4
4
  import { useBootstrapPrefix as u } from "./ThemeProvider.js";