@mindlogic-ai/logician-ui 2.0.0-alpha.1 → 2.0.0-alpha.2

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 (47) hide show
  1. package/dist/Markdown-AZTXUJV3.js +16 -0
  2. package/dist/{Markdown-NJFT42F2.js.map → Markdown-AZTXUJV3.js.map} +1 -1
  3. package/dist/Markdown-N4OLOBIR.mjs +3 -0
  4. package/dist/{Markdown-AEFKRTIZ.mjs.map → Markdown-N4OLOBIR.mjs.map} +1 -1
  5. package/dist/{chunk-H74GCMSD.mjs → chunk-C5KQ6T3M.mjs} +48 -4
  6. package/dist/chunk-C5KQ6T3M.mjs.map +1 -0
  7. package/dist/{chunk-OAY3TCBF.js → chunk-JUTI2M3P.js} +48 -4
  8. package/dist/chunk-JUTI2M3P.js.map +1 -0
  9. package/dist/index.d.mts +7 -4
  10. package/dist/index.d.ts +7 -4
  11. package/dist/index.js +213 -188
  12. package/dist/index.js.map +1 -1
  13. package/dist/index.mjs +34 -9
  14. package/dist/index.mjs.map +1 -1
  15. package/package.json +1 -1
  16. package/src/components/Icon/IconMap.ts +16 -0
  17. package/src/components/Icon/icons/amount-usage.svg +7 -0
  18. package/src/components/Icon/icons/dashboard.svg +3 -0
  19. package/src/components/Icon/icons/faq.svg +4 -0
  20. package/src/components/Icon/icons/filled-amount-usage.svg +3 -0
  21. package/src/components/Icon/icons/filled-faq.svg +3 -0
  22. package/src/components/Icon/icons/filled-members.svg +6 -0
  23. package/src/components/Icon/icons/members.svg +4 -0
  24. package/src/components/Icon/icons/window.svg +4 -0
  25. package/src/components/LineGraph/LineGraph.tsx +8 -5
  26. package/src/components/LineGraph/LineGraph.types.ts +1 -0
  27. package/src/components/{MonthRangePicker → MonthPicker}/MonthButton/MonthButton.tsx +1 -1
  28. package/src/components/{MonthRangePicker → MonthPicker}/MonthButton/MonthButton.types.ts +1 -1
  29. package/src/components/{MonthRangePicker/MonthRangePicker.stories.tsx → MonthPicker/MonthPicker.stories.tsx} +6 -6
  30. package/src/components/{MonthRangePicker/MonthRangePicker.tsx → MonthPicker/MonthPicker.tsx} +30 -5
  31. package/src/components/{MonthRangePicker/MonthRangePicker.types.ts → MonthPicker/MonthPicker.types.ts} +4 -1
  32. package/src/components/{MonthRangePicker → MonthPicker}/_utils/isMonthInRange.ts +1 -1
  33. package/src/components/{MonthRangePicker → MonthPicker}/_utils/isMonthSelected.ts +1 -1
  34. package/src/components/MonthPicker/index.ts +2 -0
  35. package/src/index.ts +1 -1
  36. package/dist/Markdown-AEFKRTIZ.mjs +0 -3
  37. package/dist/Markdown-NJFT42F2.js +0 -16
  38. package/dist/chunk-H74GCMSD.mjs.map +0 -1
  39. package/dist/chunk-OAY3TCBF.js.map +0 -1
  40. package/src/components/MonthRangePicker/index.ts +0 -2
  41. /package/src/components/{MonthRangePicker → MonthPicker}/MonthButton/index.ts +0 -0
  42. /package/src/components/{MonthRangePicker → MonthPicker}/_utils/hasEnabledMonthsInYear.ts +0 -0
  43. /package/src/components/{MonthRangePicker → MonthPicker}/_utils/index.ts +0 -0
  44. /package/src/components/{MonthRangePicker → MonthPicker}/_utils/isMonthDisabled.ts +0 -0
  45. /package/src/components/{MonthRangePicker → MonthPicker}/_utils/isMonthInPreviewRange.ts +0 -0
  46. /package/src/components/{MonthRangePicker → MonthPicker}/_utils/isSelectionStart.ts +0 -0
  47. /package/src/components/{MonthRangePicker → MonthPicker}/constants.ts +0 -0
@@ -0,0 +1,16 @@
1
+ 'use strict';
2
+
3
+ var chunkJUTI2M3P_js = require('./chunk-JUTI2M3P.js');
4
+
5
+
6
+
7
+ Object.defineProperty(exports, "Markdown", {
8
+ enumerable: true,
9
+ get: function () { return chunkJUTI2M3P_js.Markdown; }
10
+ });
11
+ Object.defineProperty(exports, "baseMarkdownComponents", {
12
+ enumerable: true,
13
+ get: function () { return chunkJUTI2M3P_js.baseMarkdownComponents; }
14
+ });
15
+ //# sourceMappingURL=Markdown-AZTXUJV3.js.map
16
+ //# sourceMappingURL=Markdown-AZTXUJV3.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":[],"names":[],"mappings":"","file":"Markdown-NJFT42F2.js"}
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"Markdown-AZTXUJV3.js"}
@@ -0,0 +1,3 @@
1
+ export { Markdown, baseMarkdownComponents } from './chunk-C5KQ6T3M.mjs';
2
+ //# sourceMappingURL=Markdown-N4OLOBIR.mjs.map
3
+ //# sourceMappingURL=Markdown-N4OLOBIR.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":[],"names":[],"mappings":"","file":"Markdown-AEFKRTIZ.mjs"}
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"Markdown-N4OLOBIR.mjs"}
@@ -676,6 +676,14 @@ Text3.displayName = "Text";
676
676
  var iconStyles = {
677
677
  color: theme_default.colors.black
678
678
  };
679
+ var SvgAmountUsage = (props) => /* @__PURE__ */ jsxs("svg", { width: "100%", height: "100%", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
680
+ /* @__PURE__ */ jsx("path", { d: "M5.90846 8.8483C7.14051 8.8483 8.13821 7.73617 8.13821 6.45686C8.13821 5.17755 7.1606 4 5.90846 4C4.65632 4 3.67871 5.20662 3.67871 6.45686C3.67871 7.7071 4.67641 8.8483 5.90846 8.8483Z", stroke: "currentColor", strokeWidth: 1.5 }),
681
+ /* @__PURE__ */ jsx("path", { d: "M6.26074 9.45166V8.70166L6.26003 8.70166L6.26074 9.45166ZM9.34082 10.1333L9.66179 9.45545L9.66174 9.45543L9.34082 10.1333ZM10.4639 10.897L9.92426 11.4179L9.92947 11.4233L9.9348 11.4286L10.4639 10.897ZM11.0439 12.187L11.7939 12.1871V12.187H11.0439ZM9.57715 14.5024L9.19955 13.8544L9.19867 13.8549L9.57715 14.5024ZM6.48828 15.2603L6.47042 14.5104L6.46102 14.5107L6.48828 15.2603ZM6.45508 15.2612L6.47028 16.0111L6.47937 16.0108L6.45508 15.2612ZM6.26074 15.2671L6.26074 16.0171H6.26074V15.2671ZM6.23535 15.2651L6.23672 14.5151L6.2304 14.5152L6.23535 15.2651ZM6.17773 15.2671L6.17727 16.0171H6.17773V15.2671ZM6.02148 15.2593L6.05029 14.5098L6.02122 14.5087L5.99215 14.5099L6.02148 15.2593ZM5.86523 15.2671L5.86519 16.0171H5.86523V15.2671ZM5.80762 15.2651L5.81265 14.5151L5.80634 14.5151L5.80762 15.2651ZM5.7832 15.2671V16.0171H5.7832L5.7832 15.2671ZM5.58789 15.2612L5.56351 16.0109L5.57261 16.0111L5.58789 15.2612ZM5.55469 15.2603L5.58204 14.5107L5.57262 14.5105L5.55469 15.2603ZM2.4668 14.5024L2.84528 13.8549L2.84439 13.8544L2.4668 14.5024ZM1 12.187H0.25V12.1871L1 12.187ZM1.58008 10.897L2.10914 11.4286L2.11447 11.4233L2.11969 11.4179L1.58008 10.897ZM2.70312 10.1333L2.38221 9.45543L2.38216 9.45545L2.70312 10.1333ZM5.7832 9.45166L5.82481 8.70281L5.80402 8.70166H5.7832V9.45166ZM5.80078 9.45264L5.75918 10.2015L5.78399 10.2029L5.80885 10.2026L5.80078 9.45264ZM5.86523 9.45166V8.70166H5.86517L5.86523 9.45166ZM6.02148 9.46436L5.93295 10.2091L6.0216 10.2197L6.11025 10.2091L6.02148 9.46436ZM6.17773 9.45166V8.70166L6.17727 8.70166L6.17773 9.45166ZM6.24219 9.45264L6.23424 10.2026L6.255 10.2028L6.27574 10.2019L6.24219 9.45264ZM6.26074 9.45166V10.2017C7.23819 10.2017 8.25127 10.4473 9.0199 10.8112L9.34082 10.1333L9.66174 9.45543C8.69591 8.99818 7.46395 8.70166 6.26074 8.70166V9.45166ZM9.34082 10.1333L9.01985 10.8111C9.40393 10.993 9.71445 11.2005 9.92426 11.4179L10.4639 10.897L11.0035 10.3761C10.6266 9.98565 10.145 9.68426 9.66179 9.45545L9.34082 10.1333ZM10.4639 10.897L9.9348 11.4286C10.1389 11.6317 10.2939 11.8876 10.2939 12.187H11.0439H11.7939C11.7939 11.3366 11.35 10.7208 10.9929 10.3654L10.4639 10.897ZM11.0439 12.187L10.2939 12.1869C10.2939 12.9077 9.86019 13.4695 9.19955 13.8544L9.57715 14.5024L9.95475 15.1505C10.9008 14.5992 11.7938 13.6177 11.7939 12.1871L11.0439 12.187ZM9.57715 14.5024L9.19867 13.8549C8.55412 14.2317 7.62704 14.4829 6.47043 14.5105L6.48828 15.2603L6.50614 16.01C7.84342 15.9782 9.03631 15.6873 9.95563 15.1499L9.57715 14.5024ZM6.48828 15.2603L6.46102 14.5107C6.44435 14.5114 6.4624 14.5106 6.43078 14.5116L6.45508 15.2612L6.47937 16.0108C6.48232 16.0107 6.48522 16.0107 6.49188 16.0105C6.49753 16.0103 6.50616 16.0101 6.51554 16.0098L6.48828 15.2603ZM6.45508 15.2612L6.43987 14.5114C6.30631 14.5141 6.33527 14.5171 6.26074 14.5171V15.2671V16.0171C6.30943 16.0171 6.35476 16.0154 6.38838 16.014C6.42631 16.0125 6.44784 16.0115 6.47028 16.0111L6.45508 15.2612ZM6.26074 15.2671L6.26074 14.5171C6.28638 14.5171 6.3067 14.5185 6.31826 14.5195C6.32417 14.52 6.32876 14.5205 6.33118 14.5208C6.33334 14.521 6.33496 14.5212 6.33363 14.521C6.33318 14.521 6.32955 14.5206 6.32559 14.5201C6.3213 14.5197 6.31477 14.519 6.30691 14.5183C6.29152 14.5169 6.26687 14.5152 6.23672 14.5151L6.23535 15.2651L6.23398 16.0151C6.20802 16.0151 6.18757 16.0136 6.17639 16.0126C6.17063 16.0121 6.16621 16.0116 6.16404 16.0114C6.16218 16.0112 6.16067 16.011 6.16233 16.0112C6.16311 16.0113 6.16686 16.0117 6.17113 16.0122C6.17567 16.0127 6.18239 16.0134 6.19043 16.0141C6.20624 16.0154 6.23083 16.0171 6.26074 16.0171L6.26074 15.2671ZM6.23535 15.2651L6.2304 14.5152C6.21477 14.5153 6.20127 14.5157 6.19151 14.5161C6.1823 14.5164 6.17341 14.5169 6.16986 14.5171C6.16483 14.5173 6.16449 14.5173 6.16513 14.5173C6.16614 14.5173 6.17082 14.5171 6.17773 14.5171V15.2671V16.0171C6.1942 16.0171 6.20848 16.0167 6.21912 16.0163C6.22939 16.0159 6.23868 16.0155 6.2433 16.0153C6.24617 16.0151 6.24759 16.015 6.24905 16.015C6.25032 16.0149 6.25068 16.0149 6.25052 16.0149C6.25036 16.0149 6.24643 16.0151 6.2403 16.0151L6.23535 15.2651ZM6.17773 15.2671L6.1782 14.5171C6.17842 14.5171 6.17328 14.5171 6.14962 14.5155C6.13226 14.5144 6.09052 14.5114 6.05029 14.5098L6.02148 15.2593L5.99268 16.0087C6.00672 16.0093 6.01761 16.0101 6.05206 16.0124C6.08021 16.0142 6.12606 16.0171 6.17727 16.0171L6.17773 15.2671ZM6.02148 15.2593L5.99215 14.5099C5.95236 14.5114 5.91054 14.5144 5.89344 14.5156C5.86985 14.5171 5.86477 14.5171 5.86523 14.5171V15.2671V16.0171C5.91654 16.0171 5.96255 16.0142 5.99085 16.0124C6.02565 16.0101 6.03653 16.0093 6.05082 16.0087L6.02148 15.2593ZM5.86523 15.2671L5.86528 14.5171C5.87207 14.5171 5.87669 14.5172 5.87779 14.5173C5.87849 14.5173 5.87821 14.5173 5.87322 14.5171C5.86969 14.5169 5.86078 14.5164 5.85154 14.5161C5.84171 14.5157 5.82824 14.5153 5.81265 14.5152L5.80762 15.2651L5.80259 16.0151C5.79657 16.0151 5.79269 16.0149 5.79245 16.0149C5.79227 16.0149 5.7926 16.0149 5.79386 16.015C5.7953 16.015 5.79669 16.0151 5.79956 16.0153C5.80417 16.0155 5.81349 16.0159 5.82381 16.0163C5.83453 16.0167 5.84877 16.0171 5.86519 16.0171L5.86523 15.2671ZM5.80762 15.2651L5.80634 14.5151C5.77512 14.5152 5.74961 14.5171 5.73375 14.5185C5.72565 14.5193 5.71893 14.52 5.71455 14.5205C5.7105 14.5209 5.7068 14.5214 5.70641 14.5214C5.70509 14.5216 5.70686 14.5214 5.70917 14.5211C5.71176 14.5208 5.71661 14.5203 5.72285 14.5197C5.73502 14.5187 5.75634 14.5171 5.7832 14.5171L5.7832 15.2671L5.7832 16.0171C5.81418 16.0171 5.8396 16.0153 5.85586 16.0138C5.86414 16.0131 5.87103 16.0124 5.87566 16.0118C5.88001 16.0114 5.88382 16.0109 5.88454 16.0108C5.88617 16.0106 5.88451 16.0108 5.88249 16.011C5.88014 16.0113 5.87545 16.0118 5.86936 16.0124C5.85756 16.0134 5.83609 16.0151 5.80889 16.0151L5.80762 15.2651ZM5.7832 15.2671V14.5171C5.70919 14.5171 5.73561 14.5141 5.60317 14.5114L5.58789 15.2612L5.57261 16.0111C5.59536 16.0115 5.61716 16.0125 5.65526 16.0141C5.68907 16.0154 5.73447 16.0171 5.7832 16.0171V15.2671ZM5.58789 15.2612L5.61227 14.5116C5.57984 14.5106 5.59917 14.5114 5.58203 14.5108L5.55469 15.2603L5.52734 16.0098C5.5368 16.0101 5.54549 16.0103 5.55113 16.0105C5.5578 16.0107 5.56064 16.0107 5.56351 16.0108L5.58789 15.2612ZM5.55469 15.2603L5.57262 14.5105C4.41641 14.4828 3.48967 14.2316 2.84528 13.8549L2.4668 14.5024L2.08832 15.1499C3.0074 15.6872 4.19988 15.9781 5.53676 16.01L5.55469 15.2603ZM2.4668 14.5024L2.84439 13.8544C2.18374 13.4695 1.75008 12.9077 1.75 12.1869L1 12.187L0.25 12.1871C0.250167 13.6177 1.1431 14.5992 2.0892 15.1505L2.4668 14.5024ZM1 12.187H1.75C1.75 11.8876 1.90507 11.6317 2.10914 11.4286L1.58008 10.897L1.05102 10.3654C0.693902 10.7208 0.25 11.3366 0.25 12.187H1ZM1.58008 10.897L2.11969 11.4179C2.3295 11.2005 2.64002 10.993 3.02409 10.8111L2.70312 10.1333L2.38216 9.45545C1.89895 9.68426 1.41735 9.98566 1.04047 10.3761L1.58008 10.897ZM2.70312 10.1333L3.02404 10.8112C3.79268 10.4473 4.80576 10.2017 5.7832 10.2017V9.45166V8.70166C4.58 8.70166 3.34803 8.99819 2.38221 9.45543L2.70312 10.1333ZM5.7832 9.45166L5.7416 10.2005L5.75918 10.2015L5.80078 9.45264L5.84238 8.70379L5.82481 8.70281L5.7832 9.45166ZM5.80078 9.45264L5.80885 10.2026C5.86224 10.202 5.84111 10.2017 5.86529 10.2017L5.86523 9.45166L5.86517 8.70166C5.84647 8.70166 5.82941 8.70198 5.818 8.70221C5.80449 8.70248 5.79894 8.70261 5.79272 8.70268L5.80078 9.45264ZM5.86523 9.45166V10.2017C5.85926 10.2017 5.86081 10.2013 5.87452 10.2026C5.88879 10.2039 5.9048 10.2058 5.93295 10.2091L6.02148 9.46436L6.11002 8.7196C6.06914 8.71474 5.96828 8.70166 5.86523 8.70166V9.45166ZM6.02148 9.46436L6.11025 10.2091C6.13819 10.2058 6.15419 10.2039 6.16831 10.2026C6.18183 10.2014 6.18365 10.2017 6.1782 10.2017L6.17773 9.45166L6.17727 8.70166C6.07445 8.70172 5.97459 8.71464 5.93272 8.71963L6.02148 9.46436ZM6.17773 9.45166V10.2017C6.20214 10.2017 6.18038 10.202 6.23424 10.2026L6.24219 9.45264L6.25014 8.70268C6.24407 8.70261 6.23853 8.70249 6.22497 8.70221C6.21362 8.70199 6.19644 8.70166 6.17773 8.70166V9.45166ZM6.24219 9.45264L6.27574 10.2019C6.28525 10.2015 6.29302 10.201 6.29708 10.2007C6.29911 10.2005 6.30093 10.2004 6.30159 10.2004C6.30259 10.2003 6.30235 10.2003 6.30197 10.2003C6.30121 10.2004 6.29657 10.2007 6.29019 10.201C6.28364 10.2013 6.2737 10.2016 6.26146 10.2017L6.26074 9.45166L6.26003 8.70166C6.23099 8.70169 6.20751 8.70331 6.20104 8.70375C6.19911 8.70388 6.19732 8.704 6.19678 8.70404C6.19588 8.7041 6.19616 8.70408 6.19664 8.70405C6.19759 8.70399 6.20225 8.70367 6.20864 8.70339L6.24219 9.45264Z", fill: "currentColor" }),
682
+ /* @__PURE__ */ jsx("path", { d: "M13.634 8.8483C14.8661 8.8483 15.8638 7.73617 15.8638 6.45686C15.8638 5.17755 14.8862 4 13.634 4C12.3819 4 11.4043 5.20662 11.4043 6.45686C11.4043 7.7071 12.402 8.8483 13.634 8.8483Z", stroke: "currentColor", strokeWidth: 1.5 }),
683
+ /* @__PURE__ */ jsx("path", { d: "M13.9863 9.45166V8.70166L13.9856 8.70166L13.9863 9.45166ZM17.0664 10.1333L17.3874 9.45545L17.3873 9.45543L17.0664 10.1333ZM18.1895 10.897L17.6498 11.4179L17.6551 11.4233L17.6604 11.4286L18.1895 10.897ZM18.7695 12.187L19.5195 12.1871V12.187H18.7695ZM17.3027 14.5024L16.9251 13.8544L16.9243 13.8549L17.3027 14.5024ZM14.2139 15.2603L14.196 14.5104L14.1866 14.5107L14.2139 15.2603ZM14.1807 15.2612L14.1959 16.0111L14.205 16.0108L14.1807 15.2612ZM13.9863 15.2671L13.9863 16.0171H13.9863V15.2671ZM13.9609 15.2651L13.9623 14.5151L13.956 14.5152L13.9609 15.2651ZM13.9033 15.2671L13.9029 16.0171H13.9033V15.2671ZM13.7471 15.2593L13.7759 14.5098L13.7468 14.5087L13.7177 14.5099L13.7471 15.2593ZM13.5908 15.2671L13.5908 16.0171H13.5908V15.2671ZM13.5332 15.2651L13.5382 14.5151L13.5319 14.5151L13.5332 15.2651ZM13.5088 15.2671V16.0171H13.5088L13.5088 15.2671ZM13.3135 15.2612L13.2891 16.0109L13.2982 16.0111L13.3135 15.2612ZM13.2803 15.2603L13.3076 14.5107L13.2982 14.5105L13.2803 15.2603ZM10.1924 14.5024L10.5709 13.8549L10.57 13.8544L10.1924 14.5024ZM8.72559 12.187H7.97559V12.1871L8.72559 12.187ZM9.30566 10.897L9.83473 11.4286L9.84005 11.4233L9.84527 11.4179L9.30566 10.897ZM10.4287 10.1333L10.1078 9.45543L10.1077 9.45545L10.4287 10.1333ZM13.5088 9.45166L13.5504 8.70281L13.5296 8.70166H13.5088V9.45166ZM13.5264 9.45264L13.4848 10.2015L13.5096 10.2029L13.5344 10.2026L13.5264 9.45264ZM13.5908 9.45166V8.70166H13.5908L13.5908 9.45166ZM13.7471 9.46436L13.6585 10.2091L13.7472 10.2197L13.8358 10.2091L13.7471 9.46436ZM13.9033 9.45166V8.70166L13.9029 8.70166L13.9033 9.45166ZM13.9678 9.45264L13.9598 10.2026L13.9806 10.2028L14.0013 10.2019L13.9678 9.45264ZM13.9863 9.45166V10.2017C14.9638 10.2017 15.9769 10.4473 16.7455 10.8112L17.0664 10.1333L17.3873 9.45543C16.4215 8.99818 15.1895 8.70166 13.9863 8.70166V9.45166ZM17.0664 10.1333L16.7454 10.8111C17.1295 10.993 17.44 11.2005 17.6498 11.4179L18.1895 10.897L18.7291 10.3761C18.3522 9.98565 17.8706 9.68426 17.3874 9.45545L17.0664 10.1333ZM18.1895 10.897L17.6604 11.4286C17.8645 11.6317 18.0195 11.8876 18.0195 12.187H18.7695H19.5195C19.5195 11.3366 19.0756 10.7208 18.7185 10.3654L18.1895 10.897ZM18.7695 12.187L18.0195 12.1869C18.0194 12.9077 17.5858 13.4695 16.9251 13.8544L17.3027 14.5024L17.6803 15.1505C18.6264 14.5992 19.5194 13.6177 19.5195 12.1871L18.7695 12.187ZM17.3027 14.5024L16.9243 13.8549C16.2797 14.2317 15.3526 14.4829 14.196 14.5105L14.2139 15.2603L14.2317 16.01C15.569 15.9782 16.7619 15.6873 17.6812 15.1499L17.3027 14.5024ZM14.2139 15.2603L14.1866 14.5107C14.1699 14.5114 14.188 14.5106 14.1564 14.5116L14.1807 15.2612L14.205 16.0108C14.2079 16.0107 14.2108 16.0107 14.2175 16.0105C14.2231 16.0103 14.2317 16.0101 14.2411 16.0098L14.2139 15.2603ZM14.1807 15.2612L14.1655 14.5114C14.0319 14.5141 14.0609 14.5171 13.9863 14.5171V15.2671V16.0171C14.035 16.0171 14.0803 16.0154 14.114 16.014C14.1519 16.0125 14.1734 16.0115 14.1959 16.0111L14.1807 15.2612ZM13.9863 15.2671L13.9863 14.5171C14.012 14.5171 14.0323 14.5185 14.0438 14.5195C14.0498 14.52 14.0544 14.5205 14.0568 14.5208C14.0589 14.521 14.0605 14.5212 14.0592 14.521C14.0588 14.521 14.0551 14.5206 14.0512 14.5201C14.0469 14.5197 14.0404 14.519 14.0325 14.5183C14.0171 14.5169 13.9925 14.5152 13.9623 14.5151L13.9609 15.2651L13.9596 16.0151C13.9336 16.0151 13.9132 16.0136 13.902 16.0126C13.8962 16.0121 13.8918 16.0116 13.8896 16.0114C13.8878 16.0112 13.8863 16.011 13.8879 16.0112C13.8887 16.0113 13.8924 16.0117 13.8967 16.0122C13.9013 16.0127 13.908 16.0134 13.916 16.0141C13.9318 16.0154 13.9564 16.0171 13.9863 16.0171L13.9863 15.2671ZM13.9609 15.2651L13.956 14.5152C13.9404 14.5153 13.9269 14.5157 13.9171 14.5161C13.9079 14.5164 13.899 14.5169 13.8954 14.5171C13.8904 14.5173 13.8901 14.5173 13.8907 14.5173C13.8917 14.5173 13.8964 14.5171 13.9033 14.5171V15.2671V16.0171C13.9198 16.0171 13.9341 16.0167 13.9447 16.0163C13.955 16.0159 13.9643 16.0155 13.9689 16.0153C13.9718 16.0151 13.9732 16.015 13.9746 16.015C13.9759 16.0149 13.9763 16.0149 13.9761 16.0149C13.9759 16.0149 13.972 16.0151 13.9659 16.0151L13.9609 15.2651ZM13.9033 15.2671L13.9038 14.5171C13.904 14.5171 13.8989 14.5171 13.8752 14.5155C13.8578 14.5144 13.8161 14.5114 13.7759 14.5098L13.7471 15.2593L13.7183 16.0087C13.7323 16.0093 13.7432 16.0101 13.7776 16.0124C13.8058 16.0142 13.8516 16.0171 13.9029 16.0171L13.9033 15.2671ZM13.7471 15.2593L13.7177 14.5099C13.6779 14.5114 13.6361 14.5144 13.619 14.5156C13.5954 14.5171 13.5904 14.5171 13.5908 14.5171V15.2671V16.0171C13.6421 16.0171 13.6881 16.0142 13.7164 16.0124C13.7512 16.0101 13.7621 16.0093 13.7764 16.0087L13.7471 15.2593ZM13.5908 15.2671L13.5909 14.5171C13.5977 14.5171 13.6023 14.5172 13.6034 14.5173C13.6041 14.5173 13.6038 14.5173 13.5988 14.5171C13.5953 14.5169 13.5864 14.5164 13.5771 14.5161C13.5673 14.5157 13.5538 14.5153 13.5382 14.5152L13.5332 15.2651L13.5282 16.0151C13.5222 16.0151 13.5183 16.0149 13.518 16.0149C13.5179 16.0149 13.5182 16.0149 13.5194 16.015C13.5209 16.015 13.5223 16.0151 13.5251 16.0153C13.5298 16.0155 13.5391 16.0159 13.5494 16.0163C13.5601 16.0167 13.5744 16.0171 13.5908 16.0171L13.5908 15.2671ZM13.5332 15.2651L13.5319 14.5151C13.5007 14.5152 13.4752 14.5171 13.4593 14.5185C13.4512 14.5193 13.4445 14.52 13.4401 14.5205C13.4361 14.5209 13.4324 14.5214 13.432 14.5214C13.4307 14.5216 13.4324 14.5214 13.4348 14.5211C13.4373 14.5208 13.4422 14.5203 13.4484 14.5197C13.4606 14.5187 13.4819 14.5171 13.5088 14.5171L13.5088 15.2671L13.5088 16.0171C13.5398 16.0171 13.5652 16.0153 13.5814 16.0138C13.5897 16.0131 13.5966 16.0124 13.6012 16.0118C13.6056 16.0114 13.6094 16.0109 13.6101 16.0108C13.6118 16.0106 13.6101 16.0108 13.6081 16.011C13.6057 16.0113 13.601 16.0118 13.5949 16.0124C13.5831 16.0134 13.5617 16.0151 13.5345 16.0151L13.5332 15.2651ZM13.5088 15.2671V14.5171C13.4348 14.5171 13.4612 14.5141 13.3288 14.5114L13.3135 15.2612L13.2982 16.0111C13.3209 16.0115 13.3427 16.0125 13.3808 16.0141C13.4147 16.0154 13.4601 16.0171 13.5088 16.0171V15.2671ZM13.3135 15.2612L13.3379 14.5116C13.3054 14.5106 13.3248 14.5114 13.3076 14.5108L13.2803 15.2603L13.2529 16.0098C13.2624 16.0101 13.2711 16.0103 13.2767 16.0105C13.2834 16.0107 13.2862 16.0107 13.2891 16.0108L13.3135 15.2612ZM13.2803 15.2603L13.2982 14.5105C12.142 14.4828 11.2153 14.2316 10.5709 13.8549L10.1924 14.5024L9.8139 15.1499C10.733 15.6872 11.9255 15.9781 13.2623 16.01L13.2803 15.2603ZM10.1924 14.5024L10.57 13.8544C9.90933 13.4695 9.47567 12.9077 9.47559 12.1869L8.72559 12.187L7.97559 12.1871C7.97575 13.6177 8.86869 14.5992 9.81479 15.1505L10.1924 14.5024ZM8.72559 12.187H9.47559C9.47559 11.8876 9.63066 11.6317 9.83473 11.4286L9.30566 10.897L8.7766 10.3654C8.41949 10.7208 7.97559 11.3366 7.97559 12.187H8.72559ZM9.30566 10.897L9.84527 11.4179C10.0551 11.2005 10.3656 10.993 10.7497 10.8111L10.4287 10.1333L10.1077 9.45545C9.62453 9.68426 9.14294 9.98566 8.76605 10.3761L9.30566 10.897ZM10.4287 10.1333L10.7496 10.8112C11.5183 10.4473 12.5313 10.2017 13.5088 10.2017V9.45166V8.70166C12.3056 8.70166 11.0736 8.99819 10.1078 9.45543L10.4287 10.1333ZM13.5088 9.45166L13.4672 10.2005L13.4848 10.2015L13.5264 9.45264L13.568 8.70379L13.5504 8.70281L13.5088 9.45166ZM13.5264 9.45264L13.5344 10.2026C13.5878 10.202 13.5667 10.2017 13.5909 10.2017L13.5908 9.45166L13.5908 8.70166C13.5721 8.70166 13.555 8.70198 13.5436 8.70221C13.5301 8.70248 13.5245 8.70261 13.5183 8.70268L13.5264 9.45264ZM13.5908 9.45166V10.2017C13.5848 10.2017 13.5864 10.2013 13.6001 10.2026C13.6144 10.2039 13.6304 10.2058 13.6585 10.2091L13.7471 9.46436L13.8356 8.7196C13.7947 8.71474 13.6939 8.70166 13.5908 8.70166V9.45166ZM13.7471 9.46436L13.8358 10.2091C13.8638 10.2058 13.8798 10.2039 13.8939 10.2026C13.9074 10.2014 13.9092 10.2017 13.9038 10.2017L13.9033 9.45166L13.9029 8.70166C13.8 8.70172 13.7002 8.71464 13.6583 8.71963L13.7471 9.46436ZM13.9033 9.45166V10.2017C13.9277 10.2017 13.906 10.202 13.9598 10.2026L13.9678 9.45264L13.9757 8.70268C13.9697 8.70261 13.9641 8.70249 13.9506 8.70221C13.9392 8.70199 13.922 8.70166 13.9033 8.70166V9.45166ZM13.9678 9.45264L14.0013 10.2019C14.0108 10.2015 14.0186 10.201 14.0227 10.2007C14.0247 10.2005 14.0265 10.2004 14.0272 10.2004C14.0282 10.2003 14.0279 10.2003 14.0276 10.2003C14.0268 10.2004 14.0222 10.2007 14.0158 10.201C14.0092 10.2013 13.9993 10.2016 13.987 10.2017L13.9863 9.45166L13.9856 8.70166C13.9566 8.70169 13.9331 8.70331 13.9266 8.70375C13.9247 8.70388 13.9229 8.704 13.9224 8.70404C13.9215 8.7041 13.9217 8.70408 13.9222 8.70405C13.9232 8.70399 13.9278 8.70367 13.9342 8.70339L13.9678 9.45264Z", fill: "currentColor" }),
684
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.3259 6.83484C12.3259 8.31097 11.1747 9.59419 9.75307 9.59419C8.33147 9.59419 7.18028 8.27742 7.18028 6.83484C7.18028 5.39226 8.30829 4 9.75307 4C11.1978 4 12.3259 5.35871 12.3259 6.83484ZM9.95609 16.9954C9.93262 16.994 9.9088 16.9925 9.88441 16.9915C9.86002 16.9925 9.8362 16.994 9.81273 16.9954L9.79898 16.9963C9.76698 16.9983 9.73556 17 9.70413 17L9.66015 16.9999L9.60848 17C8.0559 17 6.73879 16.6778 5.78222 16.1186C4.85509 15.5785 4.08984 14.6876 4.08984 13.4461C4.08984 12.7828 4.43568 12.2805 4.75944 11.9583C5.09791 11.6076 5.55412 11.3138 6.05448 11.0769C7.05519 10.6031 8.35023 10.2903 9.60848 10.2903C9.61496 10.2903 9.62151 10.2905 9.6281 10.2907C9.65345 10.2905 9.67879 10.2903 9.70413 10.2903C9.76206 10.2903 9.82454 10.2962 9.88441 10.3033C9.94427 10.2962 10.0068 10.2903 10.0647 10.2903C10.09 10.2903 10.1154 10.2905 10.1407 10.2907C10.1473 10.2905 10.1539 10.2903 10.1603 10.2903C11.4186 10.2903 12.7136 10.6031 13.7143 11.0769C14.2147 11.3138 14.6709 11.6076 15.0094 11.9583C15.3331 12.2805 15.679 12.7828 15.679 13.4461C15.679 14.6876 14.9137 15.5785 13.9866 16.1186C13.03 16.6778 11.7129 17 10.1603 17L10.1087 16.9999L10.0647 17C10.0333 17 10.0018 16.9983 9.96984 16.9963L9.95609 16.9954Z", fill: "#FDFDFF", stroke: "currentColor", strokeWidth: 1.5 })
685
+ ] });
686
+ var amount_usage_default = SvgAmountUsage;
679
687
  var SvgAnalytics = (props) => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 20 20", ...props, children: /* @__PURE__ */ jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.667, d: "M6 14v-2m4 2v-4m4 4V6M4 18a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2z" }) });
680
688
  var analytics_default = SvgAnalytics;
681
689
  var SvgBulb = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 20 20", ...props, children: [
@@ -694,6 +702,8 @@ var SvgChat = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org
694
702
  /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h20v20H0z" }) }) })
695
703
  ] });
696
704
  var chat_default = SvgChat;
705
+ var SvgDashboard = (props) => /* @__PURE__ */ jsx("svg", { width: "100%", height: "100%", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { d: "M8.20312 8C8.20312 7.61167 7.88833 7.29688 7.5 7.29688C7.11167 7.29688 6.79688 7.61167 6.79688 8H7.5H8.20312ZM6.79688 18C6.79688 18.3883 7.11167 18.7031 7.5 18.7031C7.88833 18.7031 8.20312 18.3883 8.20312 18H7.5H6.79688ZM5 2V2.70313H15V2V1.29687H5V2ZM18 5H17.2969V15H18H18.7031V5H18ZM15 18V17.2969H5V18V18.7031H15V18ZM2 15H2.70313V5H2H1.29687V15H2ZM5 18V17.2969C3.73147 17.2969 2.70313 16.2685 2.70313 15H2H1.29687C1.29687 17.0452 2.95482 18.7031 5 18.7031V18ZM18 15H17.2969C17.2969 16.2685 16.2685 17.2969 15 17.2969V18V18.7031C17.0452 18.7031 18.7031 17.0452 18.7031 15H18ZM15 2V2.70313C16.2685 2.70313 17.2969 3.73147 17.2969 5H18H18.7031C18.7031 2.95482 17.0452 1.29687 15 1.29687V2ZM5 2V1.29687C2.95482 1.29687 1.29687 2.95482 1.29687 5H2H2.70313C2.70313 3.73147 3.73147 2.70313 5 2.70313V2ZM7.5 8H6.79688V18H7.5H8.20312V8H7.5ZM2.5 7.5V8.20312H17.5V7.5V6.79688H2.5V7.5Z", fill: "currentColor" }) });
706
+ var dashboard_default = SvgDashboard;
697
707
  var SvgEdit = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 19 19", ...props, children: [
698
708
  /* @__PURE__ */ jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M4.24 5.348H3.3A1.88 1.88 0 0 0 1.416 7.23v8.471a1.88 1.88 0 0 0 1.882 1.882h8.47a1.88 1.88 0 0 0 1.883-1.882v-.941" }),
699
709
  /* @__PURE__ */ jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m12.71 3.466 2.824 2.823m1.304-1.331a1.976 1.976 0 1 0-2.796-2.796l-7.92 7.892v2.824h2.824z" })
@@ -706,6 +716,13 @@ var SvgFace = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org
706
716
  /* @__PURE__ */ jsx("circle", { cx: 12.5, cy: 8.333, r: 0.833, fill: "currentColor" })
707
717
  ] });
708
718
  var face_default = SvgFace;
719
+ var SvgFaq = (props) => /* @__PURE__ */ jsxs("svg", { width: "100%", height: "100%", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
720
+ /* @__PURE__ */ jsx("path", { d: "M2.79381 13.4736C2.91143 13.7703 2.93762 14.0954 2.869 14.4071L2.01704 17.039C1.98959 17.1725 1.99669 17.3108 2.03766 17.4407C2.07863 17.5707 2.15212 17.688 2.25116 17.7816C2.3502 17.8752 2.47151 17.9419 2.60357 17.9755C2.73564 18.0091 2.87409 18.0083 3.0058 17.9734L5.73608 17.175C6.03024 17.1167 6.33487 17.1422 6.61524 17.2486C8.32347 18.0464 10.2586 18.2151 12.0791 17.7252C13.8997 17.2352 15.4887 16.118 16.5658 14.5706C17.6429 13.0233 18.1388 11.1452 17.9662 9.2678C17.7935 7.3904 16.9633 5.6343 15.6221 4.30934C14.2808 2.98438 12.5147 2.17571 10.6354 2.026C8.75599 1.8763 6.88413 2.39518 5.35005 3.49109C3.81596 4.58701 2.71823 6.18954 2.25054 8.01593C1.78286 9.84233 1.97526 11.7752 2.79381 13.4736Z", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }),
721
+ /* @__PURE__ */ jsx("path", { d: "M7.67188 7.60021C7.85995 7.06557 8.23117 6.61474 8.71979 6.32758C9.20841 6.04041 9.7829 5.93544 10.3415 6.03125C10.9001 6.12707 11.4068 6.41749 11.7718 6.85107C12.1367 7.28465 12.3365 7.83342 12.3357 8.40018C12.3357 10.0001 9.93577 10.8001 9.93577 10.8001M9.99977 13.9999H10.0078", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" })
722
+ ] });
723
+ var faq_default = SvgFaq;
724
+ var SvgFilledAmountUsage = (props) => /* @__PURE__ */ jsx("svg", { width: "100%", height: "100%", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { d: "M10.542 10.2998C10.5586 10.3006 10.5752 10.3018 10.5918 10.3027C10.639 10.3053 10.6862 10.3101 10.7334 10.3135C10.8331 10.3207 10.9328 10.3291 11.0322 10.3398C11.085 10.3456 11.1378 10.3517 11.1904 10.3584C11.2832 10.3702 11.3757 10.3837 11.4678 10.3984C11.5193 10.4067 11.5709 10.4138 11.6221 10.4229C11.6406 10.4261 11.6592 10.4292 11.6777 10.4326C11.7905 10.4534 11.9027 10.4761 12.0137 10.501C12.0319 10.5051 12.0501 10.5095 12.0684 10.5137C12.503 10.614 12.9204 10.7453 13.3057 10.8994C13.3217 10.9058 13.3376 10.9125 13.3535 10.9189C13.4775 10.9695 13.5983 11.022 13.7148 11.0771L14.0811 11.2656C14.4361 11.4645 14.756 11.6952 15.0098 11.958C15.3335 12.2802 15.6797 12.7829 15.6797 13.4463C15.6797 13.5272 15.6753 13.6066 15.6689 13.6846C15.6662 13.7181 15.6611 13.7512 15.6572 13.7842C15.6517 13.8313 15.6464 13.8779 15.6387 13.9238C15.6335 13.9545 15.6262 13.9845 15.6201 14.0146C15.6116 14.0564 15.604 14.0979 15.5938 14.1387C15.5851 14.1729 15.5753 14.2066 15.5654 14.2402C15.553 14.2825 15.5397 14.3241 15.5254 14.3652C15.5149 14.3955 15.5037 14.4254 15.4922 14.4551C15.4768 14.4947 15.4604 14.5336 15.4434 14.5723C15.4321 14.5978 15.4212 14.6234 15.4092 14.6484C15.3896 14.6894 15.3691 14.7297 15.3477 14.7695C15.3335 14.7958 15.3196 14.822 15.3047 14.8477C15.2864 14.8792 15.2665 14.9096 15.2471 14.9404C15.2252 14.9752 15.2039 15.0102 15.1807 15.0439C14.8735 15.4896 14.451 15.8479 13.9873 16.1182C13.0308 16.6773 11.7136 17 10.1611 17H10.0654C10.0341 17 10.0026 16.9981 9.9707 16.9961L9.95703 16.9951C9.93356 16.9936 9.90915 16.9922 9.88477 16.9912C9.86051 16.9922 9.83682 16.9936 9.81348 16.9951L9.7998 16.9961C9.76792 16.9981 9.73638 17 9.70508 17H9.60938C8.05684 17 6.73976 16.6773 5.7832 16.1182C5.31588 15.8459 4.88981 15.4846 4.58203 15.0342C4.56477 15.0089 4.54873 14.9829 4.53223 14.957C4.50919 14.921 4.48634 14.8848 4.46484 14.8477C4.44997 14.822 4.43598 14.7958 4.42188 14.7695C4.40212 14.7328 4.38245 14.696 4.36426 14.6582C4.35018 14.629 4.33732 14.5992 4.32422 14.5693C4.30614 14.5282 4.28862 14.4867 4.27246 14.4443C4.26312 14.4199 4.25477 14.395 4.24609 14.3701C4.23006 14.3242 4.21486 14.2777 4.20117 14.2305C4.19377 14.2049 4.18638 14.1793 4.17969 14.1533C4.16694 14.1039 4.1556 14.0538 4.14551 14.0029C4.14037 13.977 4.13529 13.9511 4.13086 13.9248C4.12251 13.8753 4.11611 13.8252 4.11035 13.7744C4.10701 13.745 4.10303 13.7154 4.10059 13.6855C4.09419 13.6073 4.09082 13.5276 4.09082 13.4463C4.09082 12.7829 4.43602 12.2802 4.75977 11.958C5.09814 11.6075 5.55451 11.314 6.05469 11.0771C6.1849 11.0155 6.32051 10.9563 6.45996 10.9004C6.50577 10.882 6.55291 10.8663 6.59961 10.8486C6.69922 10.8109 6.80002 10.7728 6.90332 10.7383C6.95668 10.7205 7.01119 10.7054 7.06543 10.6885C7.15875 10.6594 7.25298 10.6308 7.34863 10.6045C7.4183 10.5854 7.48883 10.5683 7.55957 10.5508C7.64495 10.5296 7.73065 10.5081 7.81738 10.4893C7.84512 10.4832 7.87253 10.4755 7.90039 10.4697C7.95591 10.4582 8.0124 10.4489 8.06836 10.4385C8.13227 10.4265 8.19635 10.4149 8.26074 10.4043C8.34886 10.3898 8.43755 10.378 8.52637 10.3662C8.58365 10.3586 8.64075 10.3493 8.69824 10.3428C8.71517 10.3409 8.73208 10.3387 8.74902 10.3369L9.13574 10.3047C9.13933 10.3045 9.1429 10.3039 9.14648 10.3037C9.30084 10.2946 9.45552 10.29 9.60938 10.29L9.62891 10.291C9.65421 10.2907 9.67979 10.29 9.70508 10.29C9.76284 10.2901 9.82508 10.2966 9.88477 10.3037C9.94463 10.2966 10.0075 10.29 10.0654 10.29C10.0907 10.29 10.1163 10.2907 10.1416 10.291C10.1481 10.2908 10.1547 10.29 10.1611 10.29L10.542 10.2998ZM6.36914 9.45215C6.07951 9.55442 5.80133 9.66878 5.53906 9.79297C4.96164 10.0664 4.36296 10.4373 3.87891 10.9355C3.42882 11.3865 2.7998 12.2321 2.7998 13.4463C2.79982 13.9283 2.87447 14.3693 3.00293 14.7695C2.81235 14.6894 2.63311 14.6001 2.4668 14.5029C1.66328 14.0348 1 13.2625 1 12.1865C1.00005 11.6118 1.29959 11.1767 1.58008 10.8975C1.87342 10.5936 2.26948 10.3391 2.70312 10.1338C3.57038 9.72317 4.6928 9.45117 5.7832 9.45117C5.78869 9.45118 5.79423 9.45192 5.7998 9.45215C5.82161 9.45191 5.84344 9.45117 5.86523 9.45117C5.91529 9.45117 5.96974 9.45674 6.02148 9.46289C6.07321 9.45674 6.12766 9.4512 6.17773 9.45117C6.19969 9.45117 6.22217 9.45191 6.24414 9.45215C6.24972 9.45192 6.25525 9.45118 6.26074 9.45117C6.2967 9.45117 6.33312 9.45156 6.36914 9.45215ZM13.9873 9.45117C15.0777 9.45119 16.2001 9.72314 17.0674 10.1338C17.5009 10.3391 17.8962 10.5936 18.1895 10.8975C18.47 11.1767 18.7695 11.6117 18.7695 12.1865C18.7695 13.2623 18.1071 14.0348 17.3037 14.5029C17.1374 14.6001 16.9581 14.6894 16.7676 14.7695C16.896 14.3693 16.9697 13.9283 16.9697 13.4463C16.9697 12.2322 16.3417 11.3866 15.8916 10.9355C15.4075 10.4372 14.8079 10.0664 14.2305 9.79297C13.9684 9.66887 13.6908 9.55436 13.4014 9.45215C13.4372 9.45157 13.473 9.45117 13.5088 9.45117C13.5144 9.45117 13.5207 9.45192 13.5264 9.45215C13.5482 9.45191 13.57 9.45117 13.5918 9.45117C13.642 9.45117 13.6962 9.45672 13.748 9.46289C13.7999 9.45672 13.8541 9.45117 13.9043 9.45117C13.9261 9.45117 13.9479 9.45191 13.9697 9.45215C13.9754 9.45192 13.9817 9.45117 13.9873 9.45117ZM9.75391 4C10.5891 4.00009 11.3165 4.45563 11.7832 5.12402L11.7852 5.12207C11.811 5.1591 11.8342 5.19802 11.8584 5.23633C11.8719 5.2576 11.8865 5.27816 11.8994 5.2998C11.9848 5.44275 12.0578 5.59405 12.1191 5.75098C12.1278 5.77322 12.1354 5.79588 12.1436 5.81836C12.1635 5.87315 12.1824 5.92831 12.1992 5.98438C12.2078 6.01289 12.2159 6.0415 12.2236 6.07031C12.238 6.12418 12.2503 6.1786 12.2617 6.2334C12.268 6.26363 12.2749 6.29374 12.2803 6.32422C12.2907 6.38334 12.2978 6.443 12.3047 6.50293C12.3075 6.52735 12.3113 6.55164 12.3135 6.57617C12.3211 6.66186 12.3262 6.74821 12.3262 6.83496C12.3262 6.91343 12.3208 6.99115 12.3145 7.06836C12.3125 7.09185 12.3111 7.11531 12.3086 7.13867C12.3009 7.21033 12.2913 7.28136 12.2783 7.35156C12.2748 7.37055 12.2705 7.38933 12.2666 7.4082C12.2529 7.47478 12.237 7.54052 12.2188 7.60547C12.2151 7.61848 12.2118 7.63159 12.208 7.64453C12.1849 7.72247 12.1583 7.7989 12.1289 7.87402C12.1256 7.88259 12.1216 7.89089 12.1182 7.89941C12.0916 7.96548 12.0644 8.03119 12.0332 8.09473L12.0312 8.09277C11.6013 8.96993 10.7444 9.59365 9.75391 9.59375C8.76788 9.59375 7.9124 8.96038 7.48047 8.09082C7.44966 8.02879 7.42092 7.96565 7.39453 7.90137C7.38815 7.88582 7.38209 7.87016 7.37598 7.85449C7.31642 7.7019 7.26909 7.54388 7.23633 7.38184C7.23476 7.37408 7.23393 7.36617 7.23242 7.3584C7.21777 7.28263 7.20659 7.20609 7.19824 7.12891C7.19606 7.10875 7.19412 7.08859 7.19238 7.06836C7.18574 6.99102 7.18067 6.91323 7.18066 6.83496C7.18066 6.66425 7.19729 6.49422 7.22754 6.32715C7.23383 6.29238 7.24247 6.25813 7.25 6.22363C7.26101 6.1732 7.27253 6.12298 7.28613 6.07324C7.29356 6.04609 7.30139 6.0191 7.30957 5.99219C7.32626 5.93725 7.34451 5.88293 7.36426 5.8291C7.36982 5.81393 7.37408 5.79828 7.37988 5.7832L7.41309 5.7002C7.42807 5.66443 7.44561 5.62985 7.46191 5.59473C7.47542 5.56564 7.48854 5.53643 7.50293 5.50781C7.535 5.44404 7.56914 5.3815 7.60547 5.32031C7.60977 5.31306 7.61282 5.30506 7.61719 5.29785C7.65884 5.22899 7.7032 5.16172 7.75 5.09668V5.09766C8.21763 4.44739 8.93495 4 9.75391 4ZM5.9082 4C6.21323 4 6.50237 4.07013 6.76465 4.19434C6.2132 4.94556 5.89062 5.88425 5.89062 6.83496C5.89065 7.5317 6.06186 8.20389 6.36426 8.79688C6.21708 8.83073 6.06448 8.84863 5.9082 8.84863C4.67622 8.84862 3.6788 7.70719 3.67871 6.45703C3.67871 5.2068 4.65607 4.00001 5.9082 4ZM13.6348 4C14.8867 4.00028 15.8643 5.17787 15.8643 6.45703C15.8642 7.73611 14.8666 8.84836 13.6348 8.84863C13.4699 8.84863 13.3089 8.82745 13.1543 8.78906C13.4492 8.2021 13.6172 7.53498 13.6172 6.83496C13.6172 5.8776 13.301 4.94877 12.7617 4.20605C13.0283 4.07476 13.3235 4 13.6348 4Z", fill: "currentColor" }) });
725
+ var filled_amount_usage_default = SvgFilledAmountUsage;
709
726
  var SvgFilledAnalytics = (props) => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 20 20", ...props, children: /* @__PURE__ */ jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M1.167 4A2.833 2.833 0 0 1 4 1.167h12A2.833 2.833 0 0 1 18.834 4v12A2.833 2.833 0 0 1 16 18.833H4A2.833 2.833 0 0 1 1.167 16zm13.667 2a.833.833 0 0 0-1.667 0v8a.833.833 0 1 0 1.667 0zm-4 4a.833.833 0 0 0-1.667 0v4a.833.833 0 1 0 1.667 0zm-4 2a.833.833 0 0 0-1.667 0v2a.833.833 0 1 0 1.667 0z", clipRule: "evenodd" }) });
710
727
  var filled_analytics_default = SvgFilledAnalytics;
711
728
  var SvgFilledBulb = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 19 20", ...props, children: [
@@ -734,12 +751,26 @@ var SvgFilledEdit = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.
734
751
  var filled_edit_default = SvgFilledEdit;
735
752
  var SvgFilledFace = (props) => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 20 20", ...props, children: /* @__PURE__ */ jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M10 1.375a8.625 8.625 0 1 0 0 17.25 8.625 8.625 0 0 0 0-17.25M7.758 12.104a.625.625 0 0 0-1.063.658c.69 1.113 1.908 1.863 3.305 1.863s2.615-.75 3.305-1.863a.625.625 0 1 0-1.063-.658A2.64 2.64 0 0 1 10 13.375c-.935 0-1.765-.5-2.242-1.271m.575-3.77a.833.833 0 1 1-1.666 0 .833.833 0 0 1 1.666 0m4.167.833a.833.833 0 1 0 0-1.667.833.833 0 0 0 0 1.667", clipRule: "evenodd" }) });
736
753
  var filled_face_default = SvgFilledFace;
754
+ var SvgFilledFaq = (props) => /* @__PURE__ */ jsx("svg", { width: "100%", height: "100%", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { d: "M4.91504 2.88098C6.59284 1.68254 8.63995 1.11474 10.6953 1.27844C12.7508 1.44225 14.6825 2.32738 16.1494 3.77649C17.6161 5.2256 18.525 7.14615 18.7139 9.19934C18.9026 11.2525 18.3596 13.3069 17.1816 14.9991C16.0036 16.6914 14.2655 17.9134 12.2744 18.4493C10.299 18.981 8.20023 18.8032 6.34277 17.9484C6.20165 17.8961 6.04946 17.8824 5.90137 17.9083L3.2168 18.6935C3.21082 18.6952 3.20426 18.6968 3.19824 18.6984C2.94327 18.766 2.67462 18.7682 2.41895 18.7032C2.16332 18.6382 1.92809 18.5084 1.73633 18.3273C1.54456 18.146 1.40266 17.9177 1.32324 17.6661C1.24398 17.4145 1.23012 17.1462 1.2832 16.8878C1.28869 16.8612 1.29538 16.8346 1.30371 16.8087L2.13867 14.2286C2.17046 14.0685 2.15684 13.9022 2.09668 13.7501H2.0957C1.22033 11.9046 1.0175 9.81012 1.52441 7.8302C2.03595 5.8326 3.23715 4.07964 4.91504 2.88098ZM10 13.2491C9.58623 13.2494 9.25036 13.5854 9.25 13.9991C9.25 14.4132 9.58601 14.7489 10 14.7491H10.0078C10.422 14.7491 10.7578 14.4133 10.7578 13.9991C10.7575 13.5853 10.4218 13.2492 10.0078 13.2491H10ZM10.4688 5.29114C9.73575 5.16554 8.98101 5.30397 8.33984 5.68079C7.6988 6.05762 7.21171 6.64928 6.96484 7.35071C6.82749 7.74118 7.03264 8.169 7.42285 8.30676C7.8135 8.44418 8.24135 8.23932 8.37891 7.84875C8.50818 7.48141 8.76393 7.17116 9.09961 6.97375C9.43537 6.77642 9.83098 6.70394 10.2148 6.76965C10.5986 6.83549 10.9474 7.0354 11.1982 7.33313C11.4491 7.63111 11.5864 8.01003 11.5859 8.39954C11.5859 8.80132 11.2743 9.20556 10.7197 9.57532C10.4653 9.74494 10.205 9.87548 10.0059 9.96399C9.90753 10.0077 9.82608 10.0408 9.77148 10.0616C9.74498 10.0717 9.72446 10.0787 9.71191 10.0831C9.70571 10.0853 9.69942 10.0873 9.69727 10.088C9.30544 10.2195 9.09413 10.6449 9.22461 11.0372C9.35576 11.4297 9.78017 11.6416 10.1729 11.5109H10.1748L10.1777 11.5089C10.18 11.5082 10.1832 11.5071 10.1865 11.506C10.1933 11.5036 10.2028 11.5011 10.2139 11.4972C10.2363 11.4892 10.2676 11.4775 10.3057 11.463C10.3822 11.4339 10.489 11.3912 10.6152 11.3351C10.866 11.2236 11.2064 11.0536 11.5518 10.8234C12.1568 10.42 12.9753 9.69557 13.0752 8.61926L13.0859 8.39954C13.0867 7.65624 12.8244 6.93597 12.3457 6.36731C11.8668 5.79861 11.2015 5.41692 10.4688 5.29114Z", fill: "currentColor" }) });
755
+ var filled_faq_default = SvgFilledFaq;
737
756
  var SvgFilledLayout = (props) => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 20 20", ...props, children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M18.21 6.96V5.32c0-1.94-1.57-3.52-3.52-3.52H5.32C3.37 1.8 1.8 3.37 1.8 5.32v1.64zM8.36 18.2h6.33c1.94 0 3.52-1.57 3.52-3.52V8.35H8.36zM6.96 8.36H1.8v6.33c0 1.94 1.57 3.52 3.52 3.52h1.64z" }) });
738
757
  var filled_layout_default = SvgFilledLayout;
758
+ var SvgFilledMembers = (props) => /* @__PURE__ */ jsxs("svg", { width: "100%", height: "100%", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
759
+ /* @__PURE__ */ jsx("path", { d: "M9.16008 9.17C11.0001 9.17 12.4901 7.64 12.4901 5.88C12.4901 4.12 11.0301 2.5 9.16008 2.5C7.29008 2.5 5.83008 4.16 5.83008 5.88C5.83008 7.6 7.32008 9.17 9.16008 9.17Z", fill: "currentColor" }),
760
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.2982 10.3052C18.6819 10.561 18.7856 11.0795 18.5298 11.4632L15.5298 15.9632C15.391 16.1713 15.1662 16.3063 14.9173 16.3309C14.6683 16.3556 14.4215 16.2673 14.2446 16.0904L12.2446 14.0904C11.9185 13.7644 11.9185 13.2357 12.2446 12.9096C12.5707 12.5835 13.0993 12.5835 13.4254 12.9096L14.7052 14.1894L17.1402 10.5368C17.396 10.1531 17.9145 10.0494 18.2982 10.3052Z", fill: "currentColor" }),
761
+ /* @__PURE__ */ jsx("path", { d: "M12.835 13.5L14.835 15.5L17.835 11", stroke: "currentColor", strokeWidth: 1.67, strokeLinecap: "round", strokeLinejoin: "round" }),
762
+ /* @__PURE__ */ jsx("path", { d: "M10.0498 10.42C11.7536 10.42 13.5073 10.7473 14.8652 11.2443L14.4717 11.8351C13.5587 10.9373 12.0907 10.9416 11.1836 11.8488C10.2718 12.7606 10.2717 14.2396 11.1836 15.1515L13.1836 17.1515C13.2009 17.1688 13.2205 17.1836 13.2383 17.2003C12.2933 17.3943 11.2209 17.5001 10.0498 17.5001C9.9922 17.5001 9.93735 17.4996 9.88379 17.4982C9.85262 17.4983 9.82138 17.5001 9.79004 17.5001C9.73057 17.5001 9.67095 17.4971 9.60938 17.4943C9.54815 17.4971 9.48885 17.5001 9.42969 17.5001C9.39802 17.5001 9.36645 17.4983 9.33496 17.4982C9.28171 17.4996 9.22718 17.5001 9.16992 17.5001C7.05992 17.5001 5.26973 17.1604 3.96973 16.5704C2.70976 16.0004 1.66996 15.0601 1.66992 13.7501C1.66992 13.0501 2.14008 12.5198 2.58008 12.1798C3.04004 11.8099 3.65998 11.5001 4.33984 11.2501C5.69984 10.7501 7.45992 10.42 9.16992 10.42C9.18757 10.42 9.20547 10.4219 9.22363 10.423C9.29235 10.4218 9.36103 10.42 9.42969 10.42C9.48756 10.42 9.54868 10.426 9.60938 10.4308C9.67038 10.426 9.73186 10.42 9.79004 10.42L9.99512 10.423C10.0136 10.4219 10.0318 10.42 10.0498 10.42ZM16.2354 11.8937C16.3805 11.9846 16.5158 12.0802 16.6396 12.1798C16.9378 12.4102 17.2488 12.7284 17.4189 13.1271L15.5293 15.963C15.3905 16.1711 15.1659 16.3065 14.917 16.3312C14.6682 16.3557 14.421 16.2677 14.2441 16.0909L12.2441 14.0909C11.9181 13.7649 11.9181 13.2354 12.2441 12.9093C12.5702 12.5832 13.0997 12.5832 13.4258 12.9093L14.7051 14.1896L16.2354 11.8937Z", fill: "currentColor" })
763
+ ] });
764
+ var filled_members_default = SvgFilledMembers;
739
765
  var SvgLanguage = (props) => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 20 20", ...props, children: /* @__PURE__ */ jsx("path", { stroke: "currentColor", strokeWidth: 1.2, d: "M10 17a7 7 0 1 0 0-14m0 14a7 7 0 1 1 0-14m0 14c-1.691 0-3.062-3.134-3.062-7S8.308 3 10 3m0 14c1.691 0 3.063-3.134 3.063-7S11.69 3 10 3M4.313 13.402c1.282-.734 3.413-1.214 5.824-1.214 2.517 0 4.728.523 5.988 1.312M4.313 6.598c1.282.734 3.413 1.215 5.824 1.215 2.517 0 4.728-.524 5.988-1.313" }) });
740
766
  var language_default = SvgLanguage;
741
767
  var SvgLayout = (props) => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 20 20", ...props, children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M8.36 8.125a.703.703 0 1 0-1.407 0zM6.952 17.5a.703.703 0 0 0 1.406 0zM5.313 3.203h9.375V1.797H5.313zm11.484 2.11v9.375h1.406V5.313zm-2.11 11.484H5.313v1.406h9.375zm-11.484-2.11V5.313H1.797v9.375zm2.11 2.11a2.11 2.11 0 0 1-2.11-2.11H1.797a3.516 3.516 0 0 0 3.516 3.516zm11.484-2.11a2.11 2.11 0 0 1-2.11 2.11v1.406a3.516 3.516 0 0 0 3.516-3.515zm-2.11-11.484a2.11 2.11 0 0 1 2.11 2.11h1.406a3.516 3.516 0 0 0-3.515-3.516zM5.313 1.797a3.516 3.516 0 0 0-3.516 3.516h1.406a2.11 2.11 0 0 1 2.11-2.11zm1.64 6.328V17.5H8.36V8.125zm-3.984.234H17.03V6.953H2.97z" }) });
742
768
  var layout_default = SvgLayout;
769
+ var SvgMembers = (props) => /* @__PURE__ */ jsxs("svg", { width: "100%", height: "100%", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
770
+ /* @__PURE__ */ jsx("path", { d: "M11.462 16.5122C10.7642 16.6124 9.99591 16.6667 9.16667 16.6667C5.10101 16.6667 2.5 15.3609 2.5 13.75C2.5 12.5 5.94501 11.25 9.16667 11.25C9.70352 11.25 10.2686 11.2802 10.8333 11.3394M11.6667 5.87922C11.6667 7.17473 10.5474 8.33337 9.16667 8.33337C7.78595 8.33337 6.66667 7.17473 6.66667 5.87922C6.66667 4.5837 7.78595 3.33337 9.16667 3.33337C10.5474 3.33337 11.6667 4.5837 11.6667 5.87922Z", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }),
771
+ /* @__PURE__ */ jsx("path", { d: "M12.835 13.5L14.835 15.5L17.835 11", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" })
772
+ ] });
773
+ var members_default = SvgMembers;
743
774
  var SvgPending = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ...props, children: [
744
775
  /* @__PURE__ */ jsx("g", { fill: "#aeb2bc", clipPath: "url(#a)", children: /* @__PURE__ */ jsx("path", { d: "M12.202 4.944a.744.744 0 1 0 0-1.487.744.744 0 0 0 0 1.487M18.207 7.08a.946.946 0 1 0-1.337-1.338.946.946 0 0 0 1.337 1.337M19.749 12.794a1.047 1.047 0 1 0 0-2.093 1.047 1.047 0 0 0 0 2.093M17.538 15.936a1.148 1.148 0 1 0 0 2.295 1.148 1.148 0 0 0 0-2.295m-5.336 2.11a1.249 1.249 0 1 0 0 2.497 1.249 1.249 0 0 0 0-2.498m-6.29-1.917a1.35 1.35 0 1 0 1.909 1.91 1.35 1.35 0 0 0-1.91-1.91m.194-4.382a1.451 1.451 0 1 0-2.902 0 1.451 1.451 0 0 0 2.902 0m1.857-6.433a1.227 1.227 0 1 0-1.097 2.194 1.227 1.227 0 0 0 1.097-2.194" }) }),
745
776
  /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M3 3h18v18H3z" }) }) })
@@ -774,6 +805,11 @@ var SvgVerticalEllipsis = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http:
774
805
  /* @__PURE__ */ jsx("circle", { cx: 24.5, cy: 24.5, r: 3.5, fill: "currentColor" })
775
806
  ] });
776
807
  var vertical_ellipsis_default = SvgVerticalEllipsis;
808
+ var SvgWindow = (props) => /* @__PURE__ */ jsxs("svg", { width: "100%", height: "100%", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
809
+ /* @__PURE__ */ jsx("path", { d: "M17 4.755V4.25901C17 3.59501 16.7362 2.963 16.2644 2.491C15.7927 2.019 15.1611 1.755 14.4974 1.755H5.50257C4.83895 1.755 4.20731 2.019 3.73558 2.491C3.26385 2.963 3 3.59501 3 4.25901V4.755H16.992H17Z", fill: "currentColor" }),
810
+ /* @__PURE__ */ jsx("path", { d: "M3 5.755V14.2065C3 14.8823 3.26385 15.5255 3.73558 16.0059C4.20731 16.4863 4.83895 16.755 5.50257 16.755H14.4974C15.1611 16.755 15.7927 16.4863 16.2644 16.0059C16.7362 15.5255 17 14.8823 17 14.2065V5.755H3Z", fill: "currentColor" })
811
+ ] });
812
+ var window_default = SvgWindow;
777
813
 
778
814
  // src/components/Icon/IconMap.ts
779
815
  var REACT_ICONS_MAP = {
@@ -902,7 +938,15 @@ var CUSTOM_ICON_MAP = {
902
938
  Store: store_default,
903
939
  StoreActive: store_active_default,
904
940
  Receipt: receipt_default,
905
- VerticalEllipsis: vertical_ellipsis_default
941
+ VerticalEllipsis: vertical_ellipsis_default,
942
+ Dashboard: dashboard_default,
943
+ Faq: faq_default,
944
+ Members: members_default,
945
+ FilledFaq: filled_faq_default,
946
+ FilledMembers: filled_members_default,
947
+ FilledAmountUsage: filled_amount_usage_default,
948
+ AmountUsage: amount_usage_default,
949
+ Window: window_default
906
950
  };
907
951
  var IconTypes = Object.keys({
908
952
  ...CUSTOM_ICON_MAP,
@@ -1090,7 +1134,7 @@ var CopyButton = ({
1090
1134
  ) });
1091
1135
  };
1092
1136
  var Markdown = lazy(
1093
- () => import('./Markdown-AEFKRTIZ.mjs').then((module) => ({ default: module.Markdown }))
1137
+ () => import('./Markdown-N4OLOBIR.mjs').then((module) => ({ default: module.Markdown }))
1094
1138
  );
1095
1139
  var Code = ({
1096
1140
  children,
@@ -1724,5 +1768,5 @@ var Markdown2 = ({
1724
1768
  };
1725
1769
 
1726
1770
  export { Card, Code, ExpandingTr, H1, H2, H3, H4, H5, Icon, IconButton, IconTypes, InlineCode, Markdown2 as Markdown, SegmentedControl, Subtext, Subtitle, Table, TableContainer, Tbody, Td, Text3 as Text, Th, Thead, Tooltip, Tr, __commonJS, __require, __toESM, baseMarkdownComponents, theme_default, useTranslate };
1727
- //# sourceMappingURL=chunk-H74GCMSD.mjs.map
1728
- //# sourceMappingURL=chunk-H74GCMSD.mjs.map
1771
+ //# sourceMappingURL=chunk-C5KQ6T3M.mjs.map
1772
+ //# sourceMappingURL=chunk-C5KQ6T3M.mjs.map