@capillarytech/blaze-ui 6.1.5 → 6.1.6-beta.3

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 (102) hide show
  1. package/CapEmojiPicker/Picker/index.d.ts +6 -0
  2. package/CapEmojiPicker/Picker/index.d.ts.map +1 -0
  3. package/CapEmojiPicker/Picker/index.js +114 -0
  4. package/CapEmojiPicker/Picker/messages.d.ts +21 -0
  5. package/CapEmojiPicker/Picker/messages.d.ts.map +1 -0
  6. package/CapEmojiPicker/Picker/messages.js +24 -0
  7. package/CapEmojiPicker/TriggerButton/_triggerButton.scss +45 -0
  8. package/CapEmojiPicker/TriggerButton/index.d.ts +9 -0
  9. package/CapEmojiPicker/TriggerButton/index.d.ts.map +1 -0
  10. package/CapEmojiPicker/TriggerButton/index.js +35 -0
  11. package/CapEmojiPicker/Wrapper/index.d.ts +4 -0
  12. package/CapEmojiPicker/Wrapper/index.d.ts.map +1 -0
  13. package/CapEmojiPicker/Wrapper/index.js +166 -0
  14. package/CapEmojiPicker/Wrapper/messages.d.ts +13 -0
  15. package/CapEmojiPicker/Wrapper/messages.d.ts.map +1 -0
  16. package/CapEmojiPicker/Wrapper/messages.js +16 -0
  17. package/CapEmojiPicker/Wrapper/useEmojiTriggerPosition.d.ts +18 -0
  18. package/CapEmojiPicker/Wrapper/useEmojiTriggerPosition.d.ts.map +1 -0
  19. package/CapEmojiPicker/Wrapper/useEmojiTriggerPosition.js +108 -0
  20. package/CapEmojiPicker/_capEmojiPicker.css +231 -0
  21. package/CapEmojiPicker/_capEmojiPicker.scss +281 -0
  22. package/CapEmojiPicker/_config.scss +7 -0
  23. package/CapEmojiPicker/assets/sentiment-satsified.svg +3 -0
  24. package/CapEmojiPicker/assets/sentiment-satsified.svg.js +4 -0
  25. package/CapEmojiPicker/constants.d.ts +34 -0
  26. package/CapEmojiPicker/constants.d.ts.map +1 -0
  27. package/CapEmojiPicker/constants.js +18 -0
  28. package/CapEmojiPicker/index.d.ts +4 -0
  29. package/CapEmojiPicker/index.d.ts.map +1 -0
  30. package/CapEmojiPicker/index.js +11 -0
  31. package/CapEmojiPicker/utils.d.ts +20 -0
  32. package/CapEmojiPicker/utils.d.ts.map +1 -0
  33. package/CapEmojiPicker/utils.js +24 -0
  34. package/CapNavigationSPA/CapNavigationSPASidebar/index.d.ts +10 -0
  35. package/CapNavigationSPA/CapNavigationSPASidebar/index.d.ts.map +1 -0
  36. package/CapNavigationSPA/CapNavigationSPASidebar/index.js +603 -0
  37. package/CapNavigationSPA/CapNavigationSPASidebar/styles.css +350 -0
  38. package/CapNavigationSPA/CapNavigationSPASidebar/styles.module.scss.js +59 -0
  39. package/CapNavigationSPA/CapNavigationSPASidebar/styles.scss +422 -0
  40. package/CapNavigationSPA/CapNavigationSPASidebar/types.d.ts +31 -0
  41. package/CapNavigationSPA/CapNavigationSPASidebar/types.d.ts.map +1 -0
  42. package/CapNavigationSPA/CapNavigationSPASidebar/types.js +1 -0
  43. package/CapNavigationSPA/CapNavigationSPATopBar/index.d.ts +11 -0
  44. package/CapNavigationSPA/CapNavigationSPATopBar/index.d.ts.map +1 -0
  45. package/CapNavigationSPA/CapNavigationSPATopBar/index.js +95 -0
  46. package/CapNavigationSPA/CapNavigationSPATopBar/styles.css +147 -0
  47. package/CapNavigationSPA/CapNavigationSPATopBar/styles.module.scss.js +18 -0
  48. package/CapNavigationSPA/CapNavigationSPATopBar/styles.scss +173 -0
  49. package/CapNavigationSPA/CapNavigationSPATopBar/types.d.ts +24 -0
  50. package/CapNavigationSPA/CapNavigationSPATopBar/types.d.ts.map +1 -0
  51. package/CapNavigationSPA/CapNavigationSPATopBar/types.js +1 -0
  52. package/CapNavigationSPA/constants.d.ts +2 -0
  53. package/CapNavigationSPA/constants.d.ts.map +1 -0
  54. package/CapNavigationSPA/constants.js +4 -0
  55. package/CapNavigationSPA/index.d.ts +10 -0
  56. package/CapNavigationSPA/index.d.ts.map +1 -0
  57. package/CapNavigationSPA/index.js +436 -0
  58. package/CapNavigationSPA/messages.d.ts +13 -0
  59. package/CapNavigationSPA/messages.d.ts.map +1 -0
  60. package/CapNavigationSPA/messages.js +16 -0
  61. package/CapNavigationSPA/mockdata.d.ts +6 -0
  62. package/CapNavigationSPA/mockdata.d.ts.map +1 -0
  63. package/CapNavigationSPA/mockdata.js +4 -0
  64. package/CapNavigationSPA/styles.css +48 -0
  65. package/CapNavigationSPA/styles.module.scss.js +9 -0
  66. package/CapNavigationSPA/styles.scss +49 -0
  67. package/CapNavigationSPA/tests/CapNavigationSPA.mockData.d.ts +31 -0
  68. package/CapNavigationSPA/tests/CapNavigationSPA.mockData.d.ts.map +1 -0
  69. package/CapNavigationSPA/types.d.ts +39 -0
  70. package/CapNavigationSPA/types.d.ts.map +1 -0
  71. package/CapNavigationSPA/types.js +1 -0
  72. package/assets/icons/blocks.svg +9 -0
  73. package/assets/icons/closed-lock.svg +1 -0
  74. package/assets/icons/csv.svg +21 -0
  75. package/assets/icons/databricks.svg +7 -0
  76. package/assets/icons/four-join.svg +19 -0
  77. package/assets/icons/http.svg +18 -0
  78. package/assets/icons/kafka.svg +9 -0
  79. package/assets/icons/open-lock.svg +1 -0
  80. package/assets/icons/s3.svg +3 -0
  81. package/assets/icons/sftp.svg +32 -0
  82. package/assets/icons/split-json.svg +9 -0
  83. package/assets/icons/three-join.svg +17 -0
  84. package/assets/icons/two-join.svg +15 -0
  85. package/assets/icons/xml.svg +12 -0
  86. package/assets/svgIcons/Icons/AiraNav.js +23 -0
  87. package/assets/svgIcons/Icons/CreativesNav.js +22 -0
  88. package/assets/svgIcons/Icons/DataManagement.js +22 -0
  89. package/assets/svgIcons/Icons/EngageNav.js +23 -0
  90. package/assets/svgIcons/Icons/InsightsNav.js +22 -0
  91. package/assets/svgIcons/Icons/LoyaltyTag.js +22 -0
  92. package/assets/svgIcons/Icons/Members.js +22 -0
  93. package/assets/svgIcons/Icons/RewardsOutline.js +4 -6
  94. package/assets/svgIcons/Icons/SidebarCollapse.js +17 -0
  95. package/assets/svgIcons/Icons/SidebarExpand.js +22 -0
  96. package/assets/svgIcons/Icons/ThreeStars.js +36 -18
  97. package/assets/svgIcons/component.js +27 -0
  98. package/assets/svgIcons/index.js +612 -594
  99. package/index.d.ts +2 -0
  100. package/index.d.ts.map +1 -1
  101. package/index.js +195 -193
  102. package/package.json +2 -1
@@ -0,0 +1,9 @@
1
+ <svg fill="#000000" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 96.666 96.666" xml:space="preserve">
2
+ <g id="SVGRepo_bgCarrier" stroke-width="0"></g>
3
+ <g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
4
+ <g id="SVGRepo_iconCarrier">
5
+ <g>
6
+ <path d="M60.666,6H36v24.666h24.666V6z M56.666,26.666H40V10h16.666V26.666z M0,90.666h24.666V66H0V90.666z M4,70h16.666v16.666H4 V70z M72,66v24.666h24.666V66H72z M92.666,86.666H76V70h16.666V86.666z M15.311,63.066h-4.455V46.4h1.479v-0.067h33.498V35h5 v11.333h33.501V46.4h2.227v16.667h-4.455V51.333H15.311V63.066z"></path>
7
+ </g>
8
+ </g>
9
+ </svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <path d="M2 16C2 13.1716 2 11.7574 2.87868 10.8787C3.75736 10 5.17157 10 8 10H16C18.8284 10 20.2426 10 21.1213 10.8787C22 11.7574 22 13.1716 22 16C22 18.8284 22 20.2426 21.1213 21.1213C20.2426 22 18.8284 22 16 22H8C5.17157 22 3.75736 22 2.87868 21.1213C2 20.2426 2 18.8284 2 16Z" stroke="#1C274C" stroke-width="1.5"></path> <path d="M6 10V8C6 4.68629 8.68629 2 12 2C15.3137 2 18 4.68629 18 8V10" stroke="#1C274C" stroke-width="1.5" stroke-linecap="round"></path> </g></svg>
@@ -0,0 +1,21 @@
1
+ <svg viewBox="0 0 400 400" xmlns="http://www.w3.org/2000/svg" fill="#000000">
2
+ <g id="SVGRepo_bgCarrier" stroke-width="0"></g>
3
+ <g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
4
+ <g id="SVGRepo_iconCarrier">
5
+ <defs>
6
+ <style>.cls-1{fill:#101010;}</style>
7
+ </defs>
8
+ <title></title>
9
+ <g id="xxx-word">
10
+ <path class="cls-1" d="M325,105H250a5,5,0,0,1-5-5V25a5,5,0,1,1,10,0V95h70a5,5,0,0,1,0,10Z"></path>
11
+ <path class="cls-1" d="M325,154.83a5,5,0,0,1-5-5V102.07L247.93,30H100A20,20,0,0,0,80,50v98.17a5,5,0,0,1-10,0V50a30,30,0,0,1,30-30H250a5,5,0,0,1,3.54,1.46l75,75A5,5,0,0,1,330,100v49.83A5,5,0,0,1,325,154.83Z"></path>
12
+ <path class="cls-1" d="M300,380H100a30,30,0,0,1-30-30V275a5,5,0,0,1,10,0v75a20,20,0,0,0,20,20H300a20,20,0,0,0,20-20V275a5,5,0,0,1,10,0v75A30,30,0,0,1,300,380Z"></path>
13
+ <path class="cls-1" d="M275,280H125a5,5,0,1,1,0-10H275a5,5,0,0,1,0,10Z"></path>
14
+ <path class="cls-1" d="M200,330H125a5,5,0,1,1,0-10h75a5,5,0,0,1,0,10Z"></path>
15
+ <path class="cls-1" d="M325,280H75a30,30,0,0,1-30-30V173.17a30,30,0,0,1,30-30h.2l250,1.66a30.09,30.09,0,0,1,29.81,30V250A30,30,0,0,1,325,280ZM75,153.17a20,20,0,0,0-20,20V250a20,20,0,0,0,20,20H325a20,20,0,0,0,20-20V174.83a20.06,20.06,0,0,0-19.88-20l-250-1.66Z"></path>
16
+ <path class="cls-1" d="M168.48,217.48l8.91,1a20.84,20.84,0,0,1-6.19,13.18q-5.33,5.18-14,5.18-7.31,0-11.86-3.67a23.43,23.43,0,0,1-7-10,37.74,37.74,0,0,1-2.46-13.87q0-12.19,5.78-19.82t15.9-7.64a18.69,18.69,0,0,1,13.2,4.88q5.27,4.88,6.64,14l-8.91.94q-2.46-12.07-10.86-12.07-5.39,0-8.38,5t-3,14.55q0,9.69,3.2,14.63t8.48,4.94a9.3,9.3,0,0,0,7.19-3.32A13.25,13.25,0,0,0,168.48,217.48Z"></path>
17
+ <path class="cls-1" d="M179.41,223.15l9.34-2q1.68,7.93,12.89,7.93,5.12,0,7.87-2a6.07,6.07,0,0,0,2.75-5,7.09,7.09,0,0,0-1.25-4q-1.25-1.85-5.35-2.91l-10.2-2.66a25.1,25.1,0,0,1-7.73-3.11,12.15,12.15,0,0,1-4-4.9,15.54,15.54,0,0,1-1.5-6.76,14,14,0,0,1,5.31-11.46q5.31-4.32,13.59-4.32a24.86,24.86,0,0,1,12.29,3,13.56,13.56,0,0,1,6.89,8.52l-9.14,2.27q-2.11-6.05-9.84-6.05-4.49,0-6.86,1.88a5.83,5.83,0,0,0-2.36,4.77q0,4.57,7.42,6.41l9.06,2.27q8.24,2.07,11.05,6.11a15.29,15.29,0,0,1,2.81,8.93,14.7,14.7,0,0,1-5.92,12.36q-5.92,4.51-15.33,4.51a28,28,0,0,1-13.89-3.32A16.29,16.29,0,0,1,179.41,223.15Z"></path>
18
+ <path class="cls-1" d="M250.31,236h-9.77L224.1,182.68h10.16l12.23,40.86L259,182.68h8Z"></path>
19
+ </g>
20
+ </g>
21
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg fill="#000000" viewBox="0 0 24 24" role="img" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="SVGRepo_bgCarrier" stroke-width="0"></g>
3
+ <g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
4
+ <g id="SVGRepo_iconCarrier">
5
+ <path d="M.95 14.184 12 20.403l9.919-5.55v2.21L12 22.662l-10.484-5.96-.565.308v.77L12 24l11.05-6.218v-4.317l-.515-.309L12 19.118l-9.867-5.653v-2.21L12 16.805l11.05-6.218V6.32l-.515-.308L12 11.974 2.647 6.681 12 1.388l7.76 4.368.668-.411v-.566L12 0 .95 6.27v.72L12 13.207l9.919-5.55v2.26L12 15.52 1.516 9.56l-.565.308z"></path>
6
+ </g>
7
+ </svg>
@@ -0,0 +1,19 @@
1
+ <svg viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
+ <!-- Four input streams (corners) -->
3
+ <rect x="1" y="1" width="3" height="2.5" rx="0.5" />
4
+ <rect x="1" y="12.5" width="3" height="2.5" rx="0.5" />
5
+ <rect x="12" y="1" width="3" height="2.5" rx="0.5" />
6
+ <rect x="12" y="12.5" width="3" height="2.5" rx="0.5" />
7
+
8
+ <!-- Join node (center) -->
9
+ <circle cx="8" cy="8" r="3" />
10
+
11
+ <!-- Connection lines -->
12
+ <path d="M4 2.2 L8 8" stroke="currentColor" stroke-width="1.2"/>
13
+ <path d="M4 13.8 L8 8" stroke="currentColor" stroke-width="1.2"/>
14
+ <path d="M12 2.2 L8 8" stroke="currentColor" stroke-width="1.2"/>
15
+ <path d="M12 13.8 L8 8" stroke="currentColor" stroke-width="1.2"/>
16
+
17
+ <!-- Join symbol -->
18
+ <path d="M7 8 L9 8 M8 7 L8 9" stroke="white" stroke-width="1.2" stroke-linecap="round"/>
19
+ </svg>
@@ -0,0 +1,18 @@
1
+ <svg fill="#000000" height="200px" width="200px" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512" xml:space="preserve">
2
+ <g id="SVGRepo_bgCarrier" stroke-width="0"></g>
3
+ <g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
4
+ <g id="SVGRepo_iconCarrier">
5
+ <g transform="translate(1 1)">
6
+ <g>
7
+ <g>
8
+ <path d="M497.347,391.533h-3.413V101.4c0-18.773-15.36-34.133-34.133-34.133H50.2c-18.773,0-34.133,15.36-34.133,34.133v290.133 h-3.413C4.973,391.533-1,397.507-1,405.187v23.893c0,7.68,5.973,13.653,13.653,13.653h484.693c7.68,0,13.653-5.973,13.653-13.653 v-23.893C511,397.507,505.027,391.533,497.347,391.533z M33.133,101.4c0-9.387,7.68-17.067,17.067-17.067h409.6 c9.387,0,17.067,7.68,17.067,17.067v290.133H299.373l-1.707,5.973c-0.107,0.107-0.227,0.227-0.358,0.355 c-0.922,0.898-2.415,2.205-3.908,2.205h-68.267c-1.28,0-2.133-0.213-2.773-0.64c-0.64-0.427-1.067-1.067-1.493-1.92l-1.707-5.973 H33.133V101.4z M493.933,425.667H16.067V408.6h192c4.267,5.12,10.24,8.533,17.067,8.533H293.4c6.827,0,12.8-3.413,17.067-8.533 h183.467V425.667z"></path>
9
+ <path d="M459.8,365.933v-256c0-5.12-3.413-8.533-8.533-8.533H58.733c-5.12,0-8.533,3.413-8.533,8.533v256 c0,5.12,3.413,8.533,8.533,8.533h392.533C456.387,374.467,459.8,371.053,459.8,365.933z M442.733,357.4H67.267V118.467h375.467 V357.4z"></path>
10
+ <path d="M109.933,280.6c5.12,0,8.533-3.413,8.533-8.533v-25.6H152.6v25.6c0,5.12,3.413,8.533,8.533,8.533 s8.533-3.413,8.533-8.533V203.8c0-5.12-3.413-8.533-8.533-8.533s-8.533,3.413-8.533,8.533v25.6h-34.133v-25.6 c0-5.12-3.413-8.533-8.533-8.533s-8.533,3.413-8.533,8.533v68.267C101.4,277.187,104.813,280.6,109.933,280.6z"></path>
11
+ <path d="M195.267,212.333h17.067v59.733c0,5.12,3.413,8.533,8.533,8.533s8.533-3.413,8.533-8.533v-59.733h17.067 c5.12,0,8.533-3.413,8.533-8.533s-3.413-8.533-8.533-8.533h-51.2c-5.12,0-8.533,3.413-8.533,8.533 S190.147,212.333,195.267,212.333z"></path>
12
+ <path d="M280.6,212.333h17.067v59.733c0,5.12,3.413,8.533,8.533,8.533s8.533-3.413,8.533-8.533v-59.733H331.8 c5.12,0,8.533-3.413,8.533-8.533s-3.413-8.533-8.533-8.533h-51.2c-5.12,0-8.533,3.413-8.533,8.533S275.48,212.333,280.6,212.333z "></path>
13
+ <path d="M365.933,280.6c5.12,0,8.533-3.413,8.533-8.533V249.88h10.24c14.507,0,27.307-12.8,27.307-27.307 c0-14.507-11.947-27.307-27.307-27.307h-18.773c-5.12,0-8.533,3.413-8.533,8.533v68.267 C357.4,277.187,360.813,280.6,365.933,280.6z M374.467,212.333h10.24c5.973,0,10.24,5.973,10.24,11.093 c0,5.12-4.267,10.24-10.24,10.24h-10.24V212.333z"></path>
14
+ </g>
15
+ </g>
16
+ </g>
17
+ </g>
18
+ </svg>
@@ -0,0 +1,9 @@
1
+ <svg viewBox="-78.5 0 413 413" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid" fill="#000000">
2
+ <g id="SVGRepo_bgCarrier" stroke-width="0"></g>
3
+ <g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
4
+ <g id="SVGRepo_iconCarrier">
5
+ <g>
6
+ <path d="M87.9320692,36.714181 C83.382936,32.1427482 77.0364491,29.3196096 69.9808327,29.3196096 C62.9519759,29.3196096 56.6545483,32.1427482 52.1589343,36.714181 L52.0295962,36.714181 C47.4938428,41.2633143 44.6707042,47.614261 44.6707042,54.6431179 C44.6707042,61.6987343 47.4938428,67.9961618 52.0295962,72.5185355 L52.1589343,72.6211139 C56.6545483,77.1702472 62.9519759,79.9666261 69.9808327,79.9666261 C77.0364491,79.9666261 83.382936,77.1702472 87.9320692,72.6211139 L87.9989682,72.5185355 C92.5570213,67.9961618 95.3534002,61.6987343 95.3534002,54.6431179 C95.3534002,47.614261 92.5570213,41.2633143 87.9989682,36.714181 L87.9320692,36.714181 Z M69.9808327,383.353672 C77.0364491,383.353672 83.382936,380.481475 87.9320692,375.985861 L87.9989682,375.852063 C92.5570213,371.365368 95.3534002,365.014422 95.3534002,358.034624 C95.3534002,350.979008 92.5570213,344.654821 87.9989682,340.083388 L87.9320692,340.083388 C83.382936,335.458436 77.0364491,332.662057 69.9808327,332.662057 C62.9519759,332.662057 56.6545483,335.458436 52.1589343,340.083388 L52.0295962,340.083388 C47.4938428,344.654821 44.6707042,350.979008 44.6707042,358.034624 C44.6707042,365.014422 47.4938428,371.365368 52.0295962,375.852063 L52.1589343,375.985861 C56.6545483,380.481475 62.9519759,383.353672 69.9808327,383.353672 Z M207.953367,306.633879 C214.228495,304.988163 219.910452,300.960842 223.375821,294.873031 L223.844114,293.985504 C226.925929,288.209889 227.487881,281.546747 225.842165,275.641794 C224.183069,269.317607 220.106689,263.724849 214.032258,260.2238 L213.679923,259.987423 C207.76159,256.745051 201.018169,256.040381 194.82332,257.712857 C188.525893,259.282754 182.870696,263.488472 179.423166,269.527223 C175.931037,275.507996 175.199608,282.407514 176.872084,288.758461 C178.598078,295.002369 182.634319,300.648647 188.66861,304.176455 L188.70875,304.176455 C194.756421,307.650744 201.60688,308.279595 207.953367,306.633879 Z M95.9688712,180.386512 C89.3146489,173.750129 80.1450235,169.59347 69.9808327,169.59347 C59.8567813,169.59347 50.7094556,173.750129 44.0686131,180.386512 C37.4589901,187.000595 33.38261,196.147921 33.38261,206.285352 C33.38261,216.449543 37.4589901,225.623628 44.0686131,232.31353 C50.7094556,238.896393 59.8567813,243.026292 69.9808327,243.026292 C80.1450235,243.026292 89.3146489,238.896393 95.9688712,232.31353 C102.591874,225.623628 106.668254,216.449543 106.668254,206.285352 C106.668254,196.147921 102.591874,187.000595 95.9688712,180.386512 Z M81.3581257,137.223266 C96.0848295,139.64947 109.335295,146.705086 119.445967,156.896037 L119.526245,156.896037 C121.131822,158.514993 122.701719,160.267747 124.151198,162.042801 L149.434566,147.414216 C146.036096,137.142987 145.879999,126.403464 148.609478,116.341852 C152.217565,102.85501 160.959037,90.7819674 174.062325,83.2045386 L174.494938,82.9458624 C187.455508,75.6003502 202.191132,74.0839725 215.495117,77.6920595 C228.964119,81.2956866 241.11744,90.0772977 248.681489,103.171665 L248.681489,103.198425 C256.209859,116.212514 257.739616,131.157755 254.144909,144.591077 C250.563582,158.069 241.781971,170.222321 228.692063,177.746231 L225.240074,179.788881 L224.887739,179.788881 C212.779016,185.560036 199.461652,186.452023 187.232511,183.23641 C177.188739,180.569369 167.974514,174.976611 160.7628,167.006708 L135.519571,181.590694 C138.418528,189.270702 140.028564,197.55726 140.028564,206.285352 C140.028564,214.986684 138.418528,223.375821 135.519571,231.109347 L160.7628,245.639814 C167.974514,237.567333 177.188739,232.077153 187.232511,229.410112 C200.701514,225.726206 215.637835,227.296103 228.692063,234.900292 L229.526071,235.292766 L229.526071,235.346285 C242.138765,242.972773 250.603721,254.78714 254.144909,268.113424 C257.739616,281.466468 256.209859,296.416169 248.681489,309.457017 L248.226576,310.371304 L248.173057,310.291025 C240.609008,322.86358 228.692063,331.382055 215.535256,334.985683 C202.035034,338.54025 187.103173,337.023873 174.062325,329.526723 L174.062325,329.419684 C160.959037,321.842255 152.217565,309.742453 148.609478,296.286831 C145.879999,286.251978 146.036096,275.507996 149.434566,265.241226 L124.151198,250.65724 C122.701719,252.436754 121.131822,254.10923 119.526245,255.728186 L119.445967,255.804005 C109.335295,265.945896 96.0848295,273.001512 81.3581257,275.351898 L81.3581257,304.568929 C91.8523516,306.763217 101.258354,312.01702 108.630625,319.384832 L108.666305,319.46511 C118.54506,329.290346 124.65963,342.982345 124.65963,358.034624 C124.65963,373.037844 118.54506,386.645104 108.666305,396.523859 L108.630625,396.679957 C98.6849713,406.558712 85.0331117,412.673282 69.9808327,412.673282 C55.0088325,412.673282 41.3391332,406.558712 31.4202388,396.679957 L31.3845593,396.679957 L31.3845593,396.523859 C21.4924245,386.645104 15.3644745,373.037844 15.3644745,358.034624 C15.3644745,342.982345 21.4924245,329.290346 31.3845593,319.46511 L31.3845593,319.384832 L31.4202388,319.384832 C38.7791307,312.01702 48.1985125,306.763217 58.6659788,304.568929 L58.6659788,275.351898 C43.9258952,273.001512 30.7155691,265.945896 20.6182773,255.804005 L20.5112389,255.728186 C7.88962418,243.053052 0,225.623628 0,206.285352 C0,187.000595 7.88962418,169.571171 20.5112389,156.896037 L20.6182773,156.896037 C30.7155691,146.705086 43.9258952,139.64947 58.6659788,137.223266 L58.6659788,108.135573 C48.1985125,105.861006 38.7791307,100.611663 31.4202388,93.2929105 L31.3845593,93.2929105 L31.3845593,93.2126317 C21.4924245,83.2848174 15.3644745,69.6953969 15.3644745,54.6431179 C15.3644745,39.6666577 21.4924245,25.9478991 31.3845593,16.0691441 L31.4202388,16.0200848 C41.3391332,6.11457024 55.0088325,0 69.9808327,0 C85.0331117,0 98.6849713,6.11457024 108.630625,16.0200848 L108.630625,16.0691441 L108.666305,16.0691441 C118.54506,25.9478991 124.65963,39.6666577 124.65963,54.6431179 C124.65963,69.6953969 118.54506,83.2848174 108.666305,93.2126317 L108.630625,93.2929105 C101.258354,100.611663 91.8523516,105.861006 81.3581257,108.135573 L81.3581257,137.223266 Z M223.375821,117.83147 L223.166204,117.519275 C219.674075,111.636621 214.108077,107.716339 207.953367,106.017104 C201.60688,104.344628 194.756421,105.053758 188.66861,108.528047 L188.70875,108.528047 C182.634319,111.975576 178.571319,117.621853 176.872084,123.946041 C175.199608,130.216708 175.931037,137.142987 179.423166,143.177278 L179.539124,143.337836 C183.040173,149.291848 188.606171,153.28795 194.82332,154.906906 C201.071688,156.65966 208.033646,155.928231 214.032258,152.427182 L214.357833,152.271085 C220.262787,148.743276 224.196449,143.177278 225.842165,137.062708 C227.51464,130.76528 226.85011,123.865762 223.375821,117.83147 Z" fill="#1A1919"></path>
7
+ </g>
8
+ </g>
9
+ </svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <path d="M2 16C2 13.1716 2 11.7574 2.87868 10.8787C3.75736 10 5.17157 10 8 10H16C18.8284 10 20.2426 10 21.1213 10.8787C22 11.7574 22 13.1716 22 16C22 18.8284 22 20.2426 21.1213 21.1213C20.2426 22 18.8284 22 16 22H8C5.17157 22 3.75736 22 2.87868 21.1213C2 20.2426 2 18.8284 2 16Z" stroke="#1C274C" stroke-width="1.5"></path> <path d="M6 10V8C6 4.68629 8.68629 2 12 2C14.7958 2 17.1449 3.91216 17.811 6.5" stroke="#1C274C" stroke-width="1.5" stroke-linecap="round"></path> </g></svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="100" height="100" viewBox="0 0 48 48">
2
+ <path fill="#ff8f00" d="M42 11L47.691 9 42 7 36.309 9zM43 12.667L43 19 48 17.333 48 11zM41 12.667L36 11 36 17.333 41 19zM28 11L33.691 9 28 7 22.309 9zM29 12.667L29 19 34 17.333 34 11zM27 12.667L22 11 22 17.333 27 19zM21 23L26.691 21 21 19 15.309 21zM22 24.667L22 31 27 29.333 27 23zM20 24.667L15 23 15 29.333 20 31zM7 23L12.691 21 7 19 1.309 21zM8 24.667L8 31 13 29.333 13 23zM6 24.667L1 23 1 29.333 6 31zM14 35L19.691 33 14 31 8.309 33zM15 36.667L15 43 20 41.333 20 35zM13 36.667L8 35 8 41.333 13 43z"></path>
3
+ </svg>
@@ -0,0 +1,32 @@
1
+ <svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg">
2
+ <defs>
3
+ <!-- Orange Gradient -->
4
+ <linearGradient id="orangeGrad" x1="0" y1="0" x2="0" y2="1">
5
+ <stop offset="0%" stop-color="#F6B347"/>
6
+ <stop offset="100%" stop-color="#E9893A"/>
7
+ </linearGradient>
8
+ </defs>
9
+
10
+ <!-- Outer Circle -->
11
+ <circle cx="32" cy="32" r="30" fill="url(#orangeGrad)" stroke="#E0E0E0" stroke-width="2"/>
12
+
13
+ <!-- Cloud -->
14
+ <path d="M22 38
15
+ C16 38, 15 30, 22 29
16
+ C23 24, 29 23, 32 27
17
+ C37 24, 43 27, 42 32
18
+ C46 32, 47 38, 41 38
19
+ Z"
20
+ fill="#FFFFFF"/>
21
+
22
+ <!-- Text -->
23
+ <text x="32"
24
+ y="35"
25
+ text-anchor="middle"
26
+ font-family="Arial, Helvetica, sans-serif"
27
+ font-size="12"
28
+ font-weight="bold"
29
+ fill="#E9893A">
30
+ SFTP
31
+ </text>
32
+ </svg>
@@ -0,0 +1,9 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="#000000">
2
+ <g id="SVGRepo_bgCarrier" stroke-width="0"></g>
3
+ <g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
4
+ <g id="SVGRepo_iconCarrier">
5
+ <title>language_json</title>
6
+ <rect width="24" height="24" fill="none"></rect>
7
+ <path d="M5,3H7V5H5v5a2,2,0,0,1-2,2,2,2,0,0,1,2,2v5H7v2H5c-1.07-.27-2-.9-2-2V15a2,2,0,0,0-2-2H0V11H1A2,2,0,0,0,3,9V5A2,2,0,0,1,5,3M19,3a2,2,0,0,1,2,2V9a2,2,0,0,0,2,2h1v2H23a2,2,0,0,0-2,2v4a2,2,0,0,1-2,2H17V19h2V14a2,2,0,0,1,2-2,2,2,0,0,1-2-2V5H17V3h2M12,15a1,1,0,1,1-1,1,1,1,0,0,1,1-1M8,15a1,1,0,1,1-1,1,1,1,0,0,1,1-1m8,0a1,1,0,1,1-1,1A1,1,0,0,1,16,15Z"></path>
8
+ </g>
9
+ </svg>
@@ -0,0 +1,17 @@
1
+ <svg viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
+ <!-- Three input streams -->
3
+ <rect x="1" y="2" width="3.5" height="2.5" rx="0.6" />
4
+ <rect x="1" y="6.5" width="3.5" height="2.5" rx="0.6" />
5
+ <rect x="1" y="11" width="3.5" height="2.5" rx="0.6" />
6
+
7
+ <!-- Join node -->
8
+ <circle cx="11" cy="8" r="3.5" />
9
+
10
+ <!-- Connection lines -->
11
+ <path d="M4.5 3.2 L11 8" stroke="currentColor" stroke-width="1.3"/>
12
+ <path d="M4.5 7.8 L11 8" stroke="currentColor" stroke-width="1.3"/>
13
+ <path d="M4.5 12.2 L11 8" stroke="currentColor" stroke-width="1.3"/>
14
+
15
+ <!-- Join symbol -->
16
+ <path d="M10 8 L12 8 M11 7 L11 9" stroke="white" stroke-width="1.2" stroke-linecap="round"/>
17
+ </svg>
@@ -0,0 +1,15 @@
1
+ <svg viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
+ <!-- Two input streams -->
3
+ <rect x="2" y="3" width="4" height="3" rx="0.8" />
4
+ <rect x="2" y="10" width="4" height="3" rx="0.8" />
5
+
6
+ <!-- Join node -->
7
+ <circle cx="11" cy="8" r="3" />
8
+
9
+ <!-- Connection lines -->
10
+ <path d="M6 4.5 L11 8" stroke="currentColor" stroke-width="1.5"/>
11
+ <path d="M6 11.5 L11 8" stroke="currentColor" stroke-width="1.5"/>
12
+
13
+ <!-- Join symbol -->
14
+ <path d="M10 8 L12 8 M11 7 L11 9" stroke="white" stroke-width="1.2" stroke-linecap="round"/>
15
+ </svg>
@@ -0,0 +1,12 @@
1
+ <svg viewBox="-4 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="#000000">
2
+ <g id="SVGRepo_bgCarrier" stroke-width="0"></g>
3
+ <g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
4
+ <g id="SVGRepo_iconCarrier">
5
+ <path d="M5.112-.024c-2.803 0-5.074 2.272-5.074 5.074v53.841c0 2.803 2.271 5.074 5.074 5.074h45.774c2.801 0 5.074-2.271 5.074-5.074v-38.606l-18.902-20.309h-31.946z" fill-rule="evenodd" clip-rule="evenodd" fill="#FC7B24"></path>
6
+ <g fill-rule="evenodd" clip-rule="evenodd">
7
+ <path d="M55.977 20.352v1h-12.799s-6.312-1.26-6.129-6.707c0 0 .208 5.707 6.004 5.707h12.924z" fill="#FB5C1B"></path>
8
+ <path d="M37.074 0v14.561c0 1.656 1.104 5.791 6.104 5.791h12.799l-18.903-20.352z" opacity=".5" fill="#ffffff"></path>
9
+ </g>
10
+ <path d="M19.371 53.848c-.217 0-.414-.089-.541-.27l-3.727-4.97-3.745 4.97c-.126.181-.323.27-.54.27-.396 0-.721-.306-.721-.72 0-.144.037-.306.145-.432l3.889-5.131-3.619-4.826c-.09-.126-.144-.27-.144-.414 0-.343.288-.721.72-.721.217 0 .433.108.576.288l3.439 4.627 3.439-4.646c.125-.18.324-.27.54-.27.378 0 .737.306.737.721 0 .144-.035.288-.125.414l-3.619 4.808 3.889 5.149c.09.126.127.27.127.415.001.396-.323.738-.72.738zm14.455-.018c-.414 0-.738-.324-.738-.738v-9.254l-4.033 9.759c-.055.143-.2.233-.379.233-.144 0-.287-.09-.342-.234l-4.016-9.759v9.254c0 .414-.324.738-.756.738-.414 0-.738-.324-.738-.738v-10.262c0-.648.559-1.207 1.242-1.207.486 0 .99.288 1.188.756l3.438 8.373 3.457-8.373c.199-.468.686-.756 1.189-.756.684 0 1.242.558 1.242 1.207v10.263c.002.414-.322.738-.754.738zm10.546-.108h-5.456c-.594 0-1.08-.486-1.08-1.081v-10.316c0-.396.324-.721.774-.721.396 0 .72.324.72.721v10.065h5.042c.36 0 .647.288.647.648.001.396-.287.684-.647.684z" fill="#ffffff"></path>
11
+ </g>
12
+ </svg>
@@ -0,0 +1,23 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ const AiraNav = (props) => /* @__PURE__ */ jsx(
3
+ "svg",
4
+ {
5
+ width: "1em",
6
+ height: "1em",
7
+ viewBox: "0 0 16 16",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...props,
11
+ children: /* @__PURE__ */ jsx(
12
+ "path",
13
+ {
14
+ d: "M12.4545 6.09091L13.25 4.34091L15 3.54545L13.25 2.75L12.4545 1L11.6591 2.75L9.90909 3.54545L11.6591 4.34091L12.4545 6.09091ZM7.68182 6.40909L6.09091 2.90909L4.5 6.40909L1 8L4.5 9.59091L6.09091 13.0909L7.68182 9.59091L11.1818 8L7.68182 6.40909ZM12.4545 9.90909L11.6591 11.6591L9.90909 12.4545L11.6591 13.25L12.4545 15L13.25 13.25L15 12.4545L13.25 11.6591L12.4545 9.90909Z",
15
+ stroke: "currentColor",
16
+ strokeLinejoin: "round"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ export {
22
+ AiraNav as default
23
+ };
@@ -0,0 +1,22 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ const CreativesNav = (props) => /* @__PURE__ */ jsx(
3
+ "svg",
4
+ {
5
+ width: "1em",
6
+ height: "1em",
7
+ viewBox: "0 0 16 16",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...props,
11
+ children: /* @__PURE__ */ jsx(
12
+ "path",
13
+ {
14
+ d: "M5.33498 10.7333C4.96832 10.7333 4.65443 10.6028 4.39332 10.3417C4.13221 10.0806 4.00165 9.76667 4.00165 9.4V3.33333C4.00165 2.96667 4.13221 2.65278 4.39332 2.39167C4.65443 2.13056 4.96832 2 5.33498 2H13.335C13.7016 2 14.0155 2.13056 14.2766 2.39167C14.5378 2.65278 14.6683 2.96667 14.6683 3.33333V9.4C14.6683 9.76667 14.5378 10.0806 14.2766 10.3417C14.0155 10.6028 13.7016 10.7333 13.335 10.7333H5.33498ZM5.33498 9.4H13.335V3.33333H5.33498V9.4ZM11.335 6C11.5239 6 11.6822 5.93611 11.81 5.80833C11.9378 5.68056 12.0016 5.52222 12.0016 5.33333C12.0016 5.14444 11.9378 4.98611 11.81 4.85833C11.6822 4.73056 11.5239 4.66667 11.335 4.66667H7.31832C7.12943 4.66667 6.97387 4.73056 6.85165 4.85833C6.72943 4.98611 6.66832 5.14444 6.66832 5.33333C6.66832 5.52222 6.73221 5.68056 6.85998 5.80833C6.98776 5.93611 7.14609 6 7.33498 6H11.335ZM9.33498 8C9.52387 8 9.68221 7.93611 9.80998 7.80833C9.93776 7.68056 10.0016 7.52222 10.0016 7.33333C10.0016 7.14444 9.93776 6.98611 9.80998 6.85833C9.68221 6.73056 9.52387 6.66667 9.33498 6.66667H7.31832C7.12943 6.66667 6.97387 6.73056 6.85165 6.85833C6.72943 6.98611 6.66832 7.14444 6.66832 7.33333C6.66832 7.52222 6.73221 7.68056 6.85998 7.80833C6.98776 7.93611 7.14609 8 7.33498 8H9.33498ZM3.63498 13.9833C3.26832 14.0389 2.94054 13.9556 2.65165 13.7333C2.36276 13.5111 2.19054 13.2167 2.13498 12.85L1.25165 6.25C1.22943 6.06111 1.27387 5.89444 1.38498 5.75C1.49609 5.60556 1.64609 5.52222 1.83498 5.5C2.01276 5.47778 2.17387 5.51944 2.31832 5.625C2.46276 5.73056 2.54609 5.87778 2.56832 6.06667L3.50165 12.6667L8.06832 12.0333L10.8016 11.65C11.0016 11.6167 11.1794 11.6667 11.335 11.8C11.4905 11.9333 11.5683 12.1056 11.5683 12.3167C11.5683 12.4833 11.5128 12.6306 11.4016 12.7583C11.2905 12.8861 11.1516 12.9611 10.985 12.9833L3.63498 13.9833Z",
15
+ fill: "currentColor"
16
+ }
17
+ )
18
+ }
19
+ );
20
+ export {
21
+ CreativesNav as default
22
+ };
@@ -0,0 +1,22 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ const SvgDataManagement = (props) => /* @__PURE__ */ jsx(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "1em",
7
+ height: "1em",
8
+ viewBox: "0 0 16 16",
9
+ fill: "none",
10
+ ...props,
11
+ children: /* @__PURE__ */ jsx(
12
+ "path",
13
+ {
14
+ d: "M10 15.3333C9.63337 15.3333 9.31948 15.2028 9.05837 14.9417C8.79726 14.6806 8.66671 14.3667 8.66671 14C8.66671 13.7444 8.72782 13.5167 8.85004 13.3167C8.97226 13.1167 9.13337 12.9556 9.33337 12.8333V9.14996C9.13337 9.02774 8.97226 8.86941 8.85004 8.67496C8.72782 8.48052 8.66671 8.25552 8.66671 7.99996C8.66671 7.63329 8.79726 7.31941 9.05837 7.05829C9.31948 6.79718 9.63337 6.66663 10 6.66663C10.3667 6.66663 10.6806 6.79718 10.9417 7.05829C11.2028 7.31941 11.3333 7.63329 11.3333 7.99996C11.3333 8.25552 11.2722 8.48052 11.15 8.67496C11.0278 8.86941 10.8667 9.02774 10.6667 9.14996V11.0667L13.3333 10.1833V9.14996C13.1333 9.02774 12.9722 8.86941 12.85 8.67496C12.7278 8.48052 12.6667 8.25552 12.6667 7.99996C12.6667 7.63329 12.7972 7.31941 13.0583 7.05829C13.3194 6.79718 13.6333 6.66663 14 6.66663C14.3667 6.66663 14.6806 6.79718 14.9417 7.05829C15.2028 7.31941 15.3333 7.63329 15.3333 7.99996C15.3333 8.25552 15.2722 8.48052 15.15 8.67496C15.0278 8.86941 14.8667 9.02774 14.6667 9.14996V10.1667C14.6667 10.4556 14.5833 10.7167 14.4167 10.95C14.25 11.1833 14.0278 11.3444 13.75 11.4333L10.6667 12.4667V12.8333C10.8667 12.9556 11.0278 13.1167 11.15 13.3167C11.2722 13.5167 11.3333 13.7444 11.3333 14C11.3333 14.3667 11.2028 14.6806 10.9417 14.9417C10.6806 15.2028 10.3667 15.3333 10 15.3333ZM2.66671 13.3333C2.30004 13.3333 1.98615 13.2028 1.72504 12.9417C1.46393 12.6806 1.33337 12.3667 1.33337 12V3.99996C1.33337 3.63329 1.46393 3.3194 1.72504 3.05829C1.98615 2.79718 2.30004 2.66663 2.66671 2.66663H6.11671C6.29448 2.66663 6.46393 2.69996 6.62504 2.76663C6.78615 2.83329 6.92782 2.92774 7.05004 3.04996L8.00004 3.99996H14C14.1889 3.99996 14.3472 4.06385 14.475 4.19163C14.6028 4.3194 14.6667 4.47774 14.6667 4.66663C14.6667 4.85552 14.6028 5.01385 14.475 5.14163C14.3472 5.2694 14.1889 5.33329 14 5.33329H7.45004L6.11671 3.99996H2.66671V12H6.66671C6.8556 12 7.01393 12.0639 7.14171 12.1917C7.26948 12.3194 7.33337 12.4778 7.33337 12.6667C7.33337 12.8556 7.26948 13.0139 7.14171 13.1417C7.01393 13.2694 6.8556 13.3333 6.66671 13.3333H2.66671Z",
15
+ fill: "currentColor"
16
+ }
17
+ )
18
+ }
19
+ );
20
+ export {
21
+ SvgDataManagement as default
22
+ };
@@ -0,0 +1,23 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ const EngageNav = (props) => /* @__PURE__ */ jsx(
3
+ "svg",
4
+ {
5
+ width: "1em",
6
+ height: "1em",
7
+ viewBox: "0 0 14 11",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ preserveAspectRatio: "xMidYMid meet",
11
+ ...props,
12
+ children: /* @__PURE__ */ jsx(
13
+ "path",
14
+ {
15
+ d: "M12.6667 5.73889H11.3333C11.1444 5.73889 10.9861 5.675 10.8583 5.54722C10.7306 5.41944 10.6667 5.26111 10.6667 5.07222C10.6667 4.88333 10.7306 4.725 10.8583 4.59722C10.9861 4.46944 11.1444 4.40556 11.3333 4.40556H12.6667C12.8556 4.40556 13.0139 4.46944 13.1417 4.59722C13.2694 4.725 13.3333 4.88333 13.3333 5.07222C13.3333 5.26111 13.2694 5.41944 13.1417 5.54722C13.0139 5.675 12.8556 5.73889 12.6667 5.73889ZM9.73333 8.27222C9.84444 8.11667 9.98889 8.02778 10.1667 8.00556C10.3444 7.98333 10.5111 8.02778 10.6667 8.13889L11.7333 8.93889C11.8889 9.05 11.9778 9.19444 12 9.37222C12.0222 9.55 11.9778 9.71667 11.8667 9.87222C11.7556 10.0278 11.6111 10.1167 11.4333 10.1389C11.2556 10.1611 11.0889 10.1167 10.9333 10.0056L9.86667 9.20555C9.71111 9.09444 9.62222 8.95 9.6 8.77222C9.57778 8.59444 9.62222 8.42778 9.73333 8.27222ZM11.7333 1.20556L10.6667 2.00556C10.5111 2.11667 10.3444 2.16111 10.1667 2.13889C9.98889 2.11667 9.84444 2.02778 9.73333 1.87222C9.62222 1.71667 9.57778 1.55 9.6 1.37222C9.62222 1.19444 9.71111 1.05 9.86667 0.938889L10.9333 0.138889C11.0889 0.0277778 11.2556 -0.0166667 11.4333 0.00555556C11.6111 0.0277778 11.7556 0.116667 11.8667 0.272222C11.9778 0.427778 12.0222 0.594444 12 0.772222C11.9778 0.95 11.8889 1.09444 11.7333 1.20556ZM2 7.07222H1.33333C0.966667 7.07222 0.652778 6.94167 0.391667 6.68056C0.130556 6.41944 0 6.10556 0 5.73889V4.40556C0 4.03889 0.130556 3.725 0.391667 3.46389C0.652778 3.20278 0.966667 3.07222 1.33333 3.07222H4L6.31667 1.67222C6.53889 1.53889 6.76389 1.53889 6.99167 1.67222C7.21944 1.80556 7.33333 2 7.33333 2.25556V7.88889C7.33333 8.14444 7.21944 8.33889 6.99167 8.47222C6.76389 8.60556 6.53889 8.60556 6.31667 8.47222L4 7.07222H3.33333V9.07222C3.33333 9.26111 3.26944 9.41944 3.14167 9.54722C3.01389 9.675 2.85556 9.73889 2.66667 9.73889C2.47778 9.73889 2.31944 9.675 2.19167 9.54722C2.06389 9.41944 2 9.26111 2 9.07222V7.07222ZM6 6.70556V3.43889L4.36667 4.40556H1.33333V5.73889H4.36667L6 6.70556ZM8 7.30556V2.83889C8.3 3.10556 8.54167 3.43056 8.725 3.81389C8.90833 4.19722 9 4.61667 9 5.07222C9 5.52778 8.90833 5.94722 8.725 6.33056C8.54167 6.71389 8.3 7.03889 8 7.30556Z",
16
+ fill: "currentColor"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ export {
22
+ EngageNav as default
23
+ };
@@ -0,0 +1,22 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ const InsightsNav = (props) => /* @__PURE__ */ jsx(
3
+ "svg",
4
+ {
5
+ width: "1em",
6
+ height: "1em",
7
+ viewBox: "0 0 16 16",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...props,
11
+ children: /* @__PURE__ */ jsx(
12
+ "path",
13
+ {
14
+ d: "M5.33333 8C5.14444 8 4.98611 8.06389 4.85833 8.19167C4.73056 8.31944 4.66667 8.47778 4.66667 8.66667V10.6667C4.66667 10.8556 4.73056 11.0139 4.85833 11.1417C4.98611 11.2694 5.14444 11.3333 5.33333 11.3333C5.52222 11.3333 5.68056 11.2694 5.80833 11.1417C5.93611 11.0139 6 10.8556 6 10.6667V8.66667C6 8.47778 5.93611 8.31944 5.80833 8.19167C5.68056 8.06389 5.52222 8 5.33333 8ZM10.6667 4.66667C10.4778 4.66667 10.3194 4.73056 10.1917 4.85833C10.0639 4.98611 10 5.14444 10 5.33333V10.6667C10 10.8556 10.0639 11.0139 10.1917 11.1417C10.3194 11.2694 10.4778 11.3333 10.6667 11.3333C10.8556 11.3333 11.0139 11.2694 11.1417 11.1417C11.2694 11.0139 11.3333 10.8556 11.3333 10.6667V5.33333C11.3333 5.14444 11.2694 4.98611 11.1417 4.85833C11.0139 4.73056 10.8556 4.66667 10.6667 4.66667ZM8 9.33333C7.81111 9.33333 7.65278 9.39722 7.525 9.525C7.39722 9.65278 7.33333 9.81111 7.33333 10V10.6667C7.33333 10.8556 7.39722 11.0139 7.525 11.1417C7.65278 11.2694 7.81111 11.3333 8 11.3333C8.18889 11.3333 8.34722 11.2694 8.475 11.1417C8.60278 11.0139 8.66667 10.8556 8.66667 10.6667V10C8.66667 9.81111 8.60278 9.65278 8.475 9.525C8.34722 9.39722 8.18889 9.33333 8 9.33333ZM3.33333 14C2.96667 14 2.65278 13.8694 2.39167 13.6083C2.13056 13.3472 2 13.0333 2 12.6667V3.33333C2 2.96667 2.13056 2.65278 2.39167 2.39167C2.65278 2.13056 2.96667 2 3.33333 2H12.6667C13.0333 2 13.3472 2.13056 13.6083 2.39167C13.8694 2.65278 14 2.96667 14 3.33333V12.6667C14 13.0333 13.8694 13.3472 13.6083 13.6083C13.3472 13.8694 13.0333 14 12.6667 14H3.33333ZM3.33333 12.6667H12.6667V3.33333H3.33333V12.6667ZM8 8C8.18889 8 8.34722 7.93611 8.475 7.80833C8.60278 7.68056 8.66667 7.52222 8.66667 7.33333C8.66667 7.14444 8.60278 6.98611 8.475 6.85833C8.34722 6.73056 8.18889 6.66667 8 6.66667C7.81111 6.66667 7.65278 6.73056 7.525 6.85833C7.39722 6.98611 7.33333 7.14444 7.33333 7.33333C7.33333 7.52222 7.39722 7.68056 7.525 7.80833C7.65278 7.93611 7.81111 8 8 8Z",
15
+ fill: "currentColor"
16
+ }
17
+ )
18
+ }
19
+ );
20
+ export {
21
+ InsightsNav as default
22
+ };
@@ -0,0 +1,22 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ const SvgLoyaltyTag = (props) => /* @__PURE__ */ jsx(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "1em",
7
+ height: "1em",
8
+ viewBox: "0 0 16 16",
9
+ fill: "none",
10
+ ...props,
11
+ children: /* @__PURE__ */ jsx(
12
+ "path",
13
+ {
14
+ d: "M14.2667 9.50004L9.50004 14.2667C9.36671 14.4 9.21671 14.5 9.05004 14.5667C8.88337 14.6333 8.71671 14.6667 8.55004 14.6667C8.38337 14.6667 8.21671 14.6333 8.05004 14.5667C7.88337 14.5 7.73337 14.4 7.60004 14.2667L1.71671 8.38337C1.59448 8.26115 1.50004 8.11948 1.43337 7.95837C1.36671 7.79726 1.33337 7.62782 1.33337 7.45004V2.66671C1.33337 2.30004 1.46393 1.98615 1.72504 1.72504C1.98615 1.46393 2.30004 1.33337 2.66671 1.33337H7.45004C7.62782 1.33337 7.80004 1.36948 7.96671 1.44171C8.13337 1.51393 8.27782 1.61115 8.40004 1.73337L14.2667 7.61671C14.4 7.75004 14.4972 7.90004 14.5583 8.06671C14.6194 8.23337 14.65 8.40004 14.65 8.56671C14.65 8.73337 14.6194 8.89726 14.5583 9.05837C14.4972 9.21948 14.4 9.36671 14.2667 9.50004ZM8.55004 13.3333L13.3167 8.56671L7.43337 2.66671H2.66671V7.43337L8.55004 13.3333ZM4.33337 5.33337C4.61115 5.33337 4.84726 5.23615 5.04171 5.04171C5.23615 4.84726 5.33337 4.61115 5.33337 4.33337C5.33337 4.0556 5.23615 3.81948 5.04171 3.62504C4.84726 3.4306 4.61115 3.33337 4.33337 3.33337C4.0556 3.33337 3.81948 3.4306 3.62504 3.62504C3.4306 3.81948 3.33337 4.0556 3.33337 4.33337C3.33337 4.61115 3.4306 4.84726 3.62504 5.04171C3.81948 5.23615 4.0556 5.33337 4.33337 5.33337ZM9.13337 11.2L11 9.33337C11.1222 9.21115 11.2194 9.06671 11.2917 8.90004C11.3639 8.73337 11.4 8.5556 11.4 8.36671C11.4 7.98893 11.2667 7.66671 11 7.40004C10.7333 7.13337 10.4111 7.00004 10.0333 7.00004C9.82226 7.00004 9.61393 7.06115 9.40837 7.18337C9.20282 7.3056 8.9556 7.51115 8.66671 7.80004C8.33337 7.48893 8.07226 7.27782 7.88337 7.16671C7.69448 7.0556 7.50004 7.00004 7.30004 7.00004C6.92226 7.00004 6.60004 7.13337 6.33337 7.40004C6.06671 7.66671 5.93337 7.98893 5.93337 8.36671C5.93337 8.5556 5.96948 8.73337 6.04171 8.90004C6.11393 9.06671 6.21115 9.21115 6.33337 9.33337L8.20004 11.2C8.33337 11.3333 8.48893 11.4 8.66671 11.4C8.84448 11.4 9.00004 11.3333 9.13337 11.2Z",
15
+ fill: "currentColor"
16
+ }
17
+ )
18
+ }
19
+ );
20
+ export {
21
+ SvgLoyaltyTag as default
22
+ };
@@ -0,0 +1,22 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ const SvgMembers = (props) => /* @__PURE__ */ jsx(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "1em",
7
+ height: "1em",
8
+ viewBox: "0 0 16 16",
9
+ fill: "none",
10
+ ...props,
11
+ children: /* @__PURE__ */ jsx(
12
+ "path",
13
+ {
14
+ d: "M8 8.66667C7.35556 8.66667 6.80556 8.43889 6.35 7.98333C5.89444 7.52778 5.66667 6.97779 5.66667 6.33333C5.66667 5.68889 5.89444 5.13889 6.35 4.68333C6.80556 4.22778 7.35556 4 8 4C8.64444 4 9.19444 4.22778 9.65 4.68333C10.1056 5.13889 10.3333 5.68889 10.3333 6.33333C10.3333 6.97779 10.1056 7.52778 9.65 7.98333C9.19444 8.43889 8.64444 8.66667 8 8.66667ZM8 7.33333C8.27778 7.33333 8.51389 7.23611 8.70833 7.04167C8.90278 6.84722 9 6.61111 9 6.33333C9 6.05556 8.90278 5.81944 8.70833 5.625C8.51389 5.43056 8.27778 5.33333 8 5.33333C7.72222 5.33333 7.48611 5.43056 7.29167 5.625C7.09722 5.81944 7 6.05556 7 6.33333C7 6.61111 7.09722 6.84722 7.29167 7.04167C7.48611 7.23611 7.72222 7.33333 8 7.33333ZM2.63333 11.7167C2.43333 11.5944 2.27778 11.4333 2.16667 11.2333C2.05556 11.0333 2 10.8167 2 10.5833V5.41667C2 5.18333 2.05556 4.96668 2.16667 4.76667C2.27778 4.56667 2.43333 4.40556 2.63333 4.28333L7.3 1.41667C7.52222 1.28333 7.75556 1.21667 8 1.21667C8.24444 1.21667 8.47778 1.28333 8.7 1.41667L13.3667 4.28333C13.5667 4.40556 13.7222 4.56667 13.8333 4.76667C13.9444 4.96668 14 5.18333 14 5.41667V10.5833C14 10.8167 13.9444 11.0333 13.8333 11.2333C13.7222 11.4333 13.5667 11.5944 13.3667 11.7167L8.7 14.5833C8.47778 14.7167 8.24444 14.7833 8 14.7833C7.75556 14.7833 7.52222 14.7167 7.3 14.5833L2.63333 11.7167ZM8 11.3333C7.57778 11.3333 7.15833 11.3833 6.74167 11.4833C6.325 11.5833 5.92778 11.7333 5.55 11.9333L8 13.45L10.45 11.9333C10.0722 11.7333 9.675 11.5833 9.25833 11.4833C8.84167 11.3833 8.42222 11.3333 8 11.3333ZM4.26667 11.15C4.82222 10.7722 5.41667 10.4861 6.05 10.2917C6.68333 10.0972 7.33333 10 8 10C8.66667 10 9.31667 10.0972 9.95 10.2917C10.5833 10.4861 11.1778 10.7722 11.7333 11.15L12.6667 10.6V5.41667L8 2.56667L3.33333 5.41667V10.6L4.26667 11.15Z",
15
+ fill: "currentColor"
16
+ }
17
+ )
18
+ }
19
+ );
20
+ export {
21
+ SvgMembers as default
22
+ };
@@ -5,16 +5,14 @@ const SvgRewardsOutline = (props) => /* @__PURE__ */ jsx(
5
5
  xmlns: "http://www.w3.org/2000/svg",
6
6
  width: "1em",
7
7
  height: "1em",
8
- fill: "currentColor",
9
- viewBox: "0 0 14 13",
8
+ viewBox: "0 0 16 16",
9
+ fill: "none",
10
10
  ...props,
11
11
  children: /* @__PURE__ */ jsx(
12
12
  "path",
13
13
  {
14
- fill: "currentColor",
15
- fillRule: "evenodd",
16
- d: "M12.333 3H10.88c.073-.207.12-.434.12-.667a1.997 1.997 0 0 0-3.667-1.1L7 1.68l-.334-.454A2.008 2.008 0 0 0 5 .333c-1.107 0-2 .893-2 2 0 .233.046.46.12.667H1.666C.926 3 .34 3.593.34 4.333l-.007 7.333c0 .74.593 1.334 1.333 1.334h10.667c.74 0 1.333-.594 1.333-1.334V4.333c0-.74-.593-1.333-1.333-1.333M9 1.666c.366 0 .666.3.666.667C9.666 2.7 9.366 3 9 3a.669.669 0 0 1-.667-.667c0-.367.3-.667.667-.667m-3.334.667c0-.367-.3-.667-.666-.667-.367 0-.667.3-.667.667 0 .367.3.667.667.667.366 0 .666-.3.666-.667m6.667 9.333H1.666v-1.333h10.667zM1.666 8.333h10.667v-4H8.946l1.387 1.887-1.08.78-1.587-2.16L7 3.933l-.667.907L4.746 7l-1.08-.78 1.387-1.887H1.666z",
17
- clipRule: "evenodd"
14
+ d: "M2.66671 13.3333V7.33329C2.30004 7.33329 1.98615 7.20274 1.72504 6.94163C1.46393 6.68052 1.33337 6.36663 1.33337 5.99996V4.66663C1.33337 4.29996 1.46393 3.98607 1.72504 3.72496C1.98615 3.46385 2.30004 3.33329 2.66671 3.33329H4.80004C4.74448 3.23329 4.70837 3.12774 4.69171 3.01663C4.67504 2.90552 4.66671 2.78885 4.66671 2.66663C4.66671 2.11107 4.86115 1.63885 5.25004 1.24996C5.63893 0.86107 6.11115 0.666626 6.66671 0.666626C6.92226 0.666626 7.16115 0.713848 7.38337 0.808292C7.6056 0.902737 7.81115 1.03329 8.00004 1.19996C8.18893 1.02218 8.39448 0.888848 8.61671 0.799959C8.83893 0.71107 9.07782 0.666626 9.33337 0.666626C9.88893 0.666626 10.3611 0.86107 10.75 1.24996C11.1389 1.63885 11.3333 2.11107 11.3333 2.66663C11.3333 2.78885 11.3222 2.90274 11.3 3.00829C11.2778 3.11385 11.2444 3.22218 11.2 3.33329H13.3333C13.7 3.33329 14.0139 3.46385 14.275 3.72496C14.5361 3.98607 14.6667 4.29996 14.6667 4.66663V5.99996C14.6667 6.36663 14.5361 6.68052 14.275 6.94163C14.0139 7.20274 13.7 7.33329 13.3333 7.33329V13.3333C13.3333 13.7 13.2028 14.0139 12.9417 14.275C12.6806 14.5361 12.3667 14.6667 12 14.6667H4.00004C3.63337 14.6667 3.31948 14.5361 3.05837 14.275C2.79726 14.0139 2.66671 13.7 2.66671 13.3333ZM9.33337 1.99996C9.14448 1.99996 8.98615 2.06385 8.85837 2.19163C8.7306 2.3194 8.66671 2.47774 8.66671 2.66663C8.66671 2.85552 8.7306 3.01385 8.85837 3.14163C8.98615 3.2694 9.14448 3.33329 9.33337 3.33329C9.52226 3.33329 9.6806 3.2694 9.80837 3.14163C9.93615 3.01385 10 2.85552 10 2.66663C10 2.47774 9.93615 2.3194 9.80837 2.19163C9.6806 2.06385 9.52226 1.99996 9.33337 1.99996ZM6.00004 2.66663C6.00004 2.85552 6.06393 3.01385 6.19171 3.14163C6.31948 3.2694 6.47782 3.33329 6.66671 3.33329C6.8556 3.33329 7.01393 3.2694 7.14171 3.14163C7.26948 3.01385 7.33337 2.85552 7.33337 2.66663C7.33337 2.47774 7.26948 2.3194 7.14171 2.19163C7.01393 2.06385 6.8556 1.99996 6.66671 1.99996C6.47782 1.99996 6.31948 2.06385 6.19171 2.19163C6.06393 2.3194 6.00004 2.47774 6.00004 2.66663ZM2.66671 4.66663V5.99996H7.33337V4.66663H2.66671ZM7.33337 13.3333V7.33329H4.00004V13.3333H7.33337ZM8.66671 13.3333H12V7.33329H8.66671V13.3333ZM13.3333 5.99996V4.66663H8.66671V5.99996H13.3333Z",
15
+ fill: "currentColor"
18
16
  }
19
17
  )
20
18
  }
@@ -0,0 +1,17 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ const PATH = "M11 9.86667V6.13333C11 5.97778 10.9333 5.87222 10.8 5.81667C10.6667 5.76111 10.5444 5.78889 10.4333 5.9L8.8 7.53333C8.66667 7.66667 8.6 7.82222 8.6 8C8.6 8.17778 8.66667 8.33333 8.8 8.46667L10.4333 10.1C10.5444 10.2111 10.6667 10.2389 10.8 10.1833C10.9333 10.1278 11 10.0222 11 9.86667ZM3.33333 14C2.96667 14 2.65278 13.8694 2.39167 13.6083C2.13056 13.3472 2 13.0333 2 12.6667V3.33333C2 2.96667 2.13056 2.65278 2.39167 2.39167C2.65278 2.13056 2.96667 2 3.33333 2H12.6667C13.0333 2 13.3472 2.13056 13.6083 2.39167C13.8694 2.65278 14 2.96667 14 3.33333V12.6667C14 13.0333 13.8694 13.3472 13.6083 13.6083C13.3472 13.8694 13.0333 14 12.6667 14H3.33333ZM5.33333 12.6667V3.33333H3.33333V12.6667H5.33333ZM6.66667 12.6667H12.6667V3.33333H6.66667V12.6667Z";
3
+ const SvgSidebarCollapse = (props) => /* @__PURE__ */ jsx(
4
+ "svg",
5
+ {
6
+ width: "16",
7
+ height: "16",
8
+ viewBox: "0 0 16 16",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ ...props,
12
+ children: /* @__PURE__ */ jsx("path", { d: PATH, fill: "currentColor" })
13
+ }
14
+ );
15
+ export {
16
+ SvgSidebarCollapse as default
17
+ };
@@ -0,0 +1,22 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ const SidebarExpand = (props) => /* @__PURE__ */ jsx(
3
+ "svg",
4
+ {
5
+ width: "1em",
6
+ height: "1em",
7
+ viewBox: "0 0 12 12",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...props,
11
+ children: /* @__PURE__ */ jsx(
12
+ "path",
13
+ {
14
+ d: "M6.33333 4.13333V7.86667C6.33333 8.02222 6.4 8.12778 6.53333 8.18333C6.66667 8.23889 6.78889 8.21111 6.9 8.1L8.53333 6.46667C8.66667 6.33333 8.73333 6.17778 8.73333 6C8.73333 5.82222 8.66667 5.66667 8.53333 5.53333L6.9 3.9C6.78889 3.78889 6.66667 3.76111 6.53333 3.81667C6.4 3.87222 6.33333 3.97778 6.33333 4.13333ZM1.33333 12C0.966667 12 0.652778 11.8694 0.391667 11.6083C0.130556 11.3472 0 11.0333 0 10.6667V1.33333C0 0.966667 0.130556 0.652778 0.391667 0.391667C0.652778 0.130556 0.966667 0 1.33333 0H10.6667C11.0333 0 11.3472 0.130556 11.6083 0.391667C11.8694 0.652778 12 0.966667 12 1.33333V10.6667C12 11.0333 11.8694 11.3472 11.6083 11.6083C11.3472 11.8694 11.0333 12 10.6667 12H1.33333ZM3.33333 10.6667V1.33333H1.33333V10.6667H3.33333ZM4.66667 10.6667H10.6667V1.33333H4.66667V10.6667Z",
15
+ fill: "currentColor"
16
+ }
17
+ )
18
+ }
19
+ );
20
+ export {
21
+ SidebarExpand as default
22
+ };
@@ -1,39 +1,57 @@
1
1
  import { jsxs, jsx } from "react/jsx-runtime";
2
+ import React from "react";
2
3
  const ThreeStars = (props) => {
4
+ const id = React.useId().replace(/:/g, "");
5
+ const idPrefix = `aira-${id}`;
3
6
  return /* @__PURE__ */ jsxs(
4
7
  "svg",
5
8
  {
6
9
  xmlns: "http://www.w3.org/2000/svg",
7
- width: "14.667",
8
- height: "14.667",
10
+ width: "1em",
11
+ height: "1em",
12
+ viewBox: "0 0 16 16",
9
13
  fill: "none",
10
- viewBox: "0 0 14.667 14.667",
11
14
  ...props,
12
15
  children: [
13
- /* @__PURE__ */ jsx("g", { clipPath: "url(#clip0_310_2294)", transform: "translate(-.667 -.666)", children: /* @__PURE__ */ jsx(
14
- "path",
15
- {
16
- fill: "url(#paint0_linear_310_2294)",
17
- d: "M12.667 6l.833-1.834 1.834-.833L13.5 2.5 12.667.667 11.834 2.5 10 3.333l1.834.833zm-5 .333L6 2.666 4.334 6.333.667 8l3.667 1.667L6 13.333l1.667-3.666L11.334 8zm5 3.667l-.833 1.833-1.834.834 1.834.833.833 1.833.833-1.833 1.834-.833-1.834-.834z"
18
- }
19
- ) }),
16
+ /* @__PURE__ */ jsxs("g", { clipPath: `url(#${idPrefix}-clip)`, children: [
17
+ /* @__PURE__ */ jsx(
18
+ "mask",
19
+ {
20
+ id: `${idPrefix}-mask`,
21
+ style: { maskType: "luminance" },
22
+ maskUnits: "userSpaceOnUse",
23
+ x: "0",
24
+ y: "0",
25
+ width: "16",
26
+ height: "16",
27
+ children: /* @__PURE__ */ jsx("path", { d: "M16 0H0V16H16V0Z", fill: "white" })
28
+ }
29
+ ),
30
+ /* @__PURE__ */ jsx("g", { mask: `url(#${idPrefix}-mask)`, children: /* @__PURE__ */ jsx(
31
+ "path",
32
+ {
33
+ d: "M12.6667 5.99996L13.5 4.16663L15.3333 3.33329L13.5 2.49996L12.6667 0.666626L11.8333 2.49996L9.99996 3.33329L11.8333 4.16663L12.6667 5.99996ZM7.66663 6.33329L5.99996 2.66663L4.33329 6.33329L0.666626 7.99996L4.33329 9.66663L5.99996 13.3333L7.66663 9.66663L11.3333 7.99996L7.66663 6.33329ZM12.6667 9.99996L11.8333 11.8333L9.99996 12.6667L11.8333 13.5L12.6667 15.3333L13.5 13.5L15.3333 12.6667L13.5 11.8333L12.6667 9.99996Z",
34
+ fill: `url(#${idPrefix}-gradient)`
35
+ }
36
+ ) })
37
+ ] }),
20
38
  /* @__PURE__ */ jsxs("defs", { children: [
21
39
  /* @__PURE__ */ jsxs(
22
40
  "linearGradient",
23
41
  {
24
- id: "paint0_linear_310_2294",
25
- x1: "0.667",
26
- x2: "15.333",
27
- y1: "8",
28
- y2: "8",
42
+ id: `${idPrefix}-gradient`,
43
+ x1: "3.66663",
44
+ y1: "0.666626",
45
+ x2: "18.6667",
46
+ y2: "0.666626",
29
47
  gradientUnits: "userSpaceOnUse",
30
48
  children: [
31
- /* @__PURE__ */ jsx("stop", { offset: "0.473", stopColor: "#BCC6FE" }),
32
- /* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#A6DEFF" })
49
+ /* @__PURE__ */ jsx("stop", { offset: "0.255", stopColor: "#6268FF" }),
50
+ /* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#3BA7FF" })
33
51
  ]
34
52
  }
35
53
  ),
36
- /* @__PURE__ */ jsx("clipPath", { id: "clip0_310_2294", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0H16V16H0z" }) })
54
+ /* @__PURE__ */ jsx("clipPath", { id: `${idPrefix}-clip`, children: /* @__PURE__ */ jsx("rect", { width: "16", height: "16", fill: "white" }) })
37
55
  ] })
38
56
  ]
39
57
  }