@algolia/satellite 2.3.0 → 2.5.0

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 (466) hide show
  1. package/dist/cjs/Actions/Accordion/Accordion.d.ts +16 -8
  2. package/dist/cjs/Actions/Accordion/Accordion.js +104 -57
  3. package/dist/cjs/Actions/Accordion/Accordion.styles.d.ts +170 -0
  4. package/dist/cjs/Actions/Accordion/Accordion.styles.js +57 -0
  5. package/dist/cjs/Actions/Accordion/Accordion.tailwind.d.ts +1 -1
  6. package/dist/cjs/Actions/Button/Button.d.ts +1 -2
  7. package/dist/cjs/Actions/Button/Button.tailwind.d.ts +1 -1
  8. package/dist/cjs/Actions/Button/PolymorphicButton.d.ts +2 -2
  9. package/dist/cjs/Actions/Button/PolymorphicIconButton.d.ts +2 -3
  10. package/dist/cjs/Actions/Button/types.d.ts +7 -7
  11. package/dist/cjs/Actions/ButtonLink/ButtonLink.d.ts +2 -3
  12. package/dist/cjs/Actions/IconButton/IconButton.d.ts +1 -2
  13. package/dist/cjs/Actions/IconButtonLink/IconButtonLink.d.ts +1 -2
  14. package/dist/cjs/Actions/IconButtonWithFeedback/IconButtonWithFeedback.d.ts +2 -2
  15. package/dist/cjs/Actions/SegmentedControl/SegmentedControl.tailwind.d.ts +1 -1
  16. package/dist/cjs/Actions/SegmentedControl/types.d.ts +1 -1
  17. package/dist/cjs/Actions/ToggleButton/ToggleButton.d.ts +1 -1
  18. package/dist/cjs/Actions/ToggleButton/ToggleButtonBase.d.ts +3 -3
  19. package/dist/cjs/Actions/ToggleGroup/ToggleGroup.d.ts +6 -6
  20. package/dist/cjs/Actions/ToggleGroup/ToggleGroup.tailwind.d.ts +1 -1
  21. package/dist/cjs/Chat/ChatContextAccordion/ChatContextAccordion.d.ts +1 -1
  22. package/dist/cjs/Chat/ChatContextAccordion/ChatContextAccordion.styles.d.ts +4 -4
  23. package/dist/cjs/Chat/ChatContextContainer/ChatContextContainer.d.ts +23 -0
  24. package/dist/cjs/Chat/ChatContextContainer/ChatContextContainer.js +72 -0
  25. package/dist/cjs/Chat/ChatContextContainer/ChatContextContainer.styles.d.ts +65 -0
  26. package/dist/cjs/Chat/ChatContextContainer/ChatContextContainer.styles.js +22 -0
  27. package/dist/cjs/Chat/ChatContextContainer/index.d.ts +1 -0
  28. package/dist/cjs/Chat/ChatContextContainer/index.js +16 -0
  29. package/dist/cjs/Chat/ChatContextContainer/theme.d.ts +57 -0
  30. package/dist/cjs/Chat/ChatContextContainer/theme.js +73 -0
  31. package/dist/cjs/Chat/ChatMessage/ChatMessage.d.ts +5 -54
  32. package/dist/cjs/Chat/ChatMessage/ChatMessage.styles.d.ts +1 -1
  33. package/dist/cjs/Chat/ChatMessageError/ChatMessageError.d.ts +6 -6
  34. package/dist/cjs/Chat/ChatMessageError/ChatMessageError.styles.d.ts +2 -2
  35. package/dist/cjs/Chat/ChatMessageLoader/ChatMessageLoader.d.ts +2 -2
  36. package/dist/cjs/Chat/ChatMessageLoader/ChatMessageLoader.styles.d.ts +2 -2
  37. package/dist/cjs/Chat/ChatMessages/ChatMessages.d.ts +5 -66
  38. package/dist/cjs/Chat/ChatMessages/ChatMessages.js +0 -1
  39. package/dist/cjs/Chat/ChatPrompt/ChatPrompt.d.ts +9 -9
  40. package/dist/cjs/Chat/ChatPrompt/useFocusTyping.d.ts +1 -2
  41. package/dist/cjs/Chat/helpers.d.ts +28 -0
  42. package/dist/cjs/Chat/helpers.js +68 -0
  43. package/dist/cjs/Chat/index.d.ts +4 -1
  44. package/dist/cjs/Chat/index.js +33 -1
  45. package/dist/cjs/Chat/types.d.ts +22 -3
  46. package/dist/cjs/Fields/AutoComplete/AutoComplete.d.ts +1 -2
  47. package/dist/cjs/Fields/AutoComplete/AutoComplete.tailwind.d.ts +1 -1
  48. package/dist/cjs/Fields/AutoComplete/components/AutoCompleteContext.d.ts +2 -2
  49. package/dist/cjs/Fields/AutoComplete/components/DefaultOptionItem.d.ts +1 -1
  50. package/dist/cjs/Fields/AutoComplete/types.d.ts +8 -8
  51. package/dist/cjs/Fields/Checkbox/Checkbox.d.ts +3 -3
  52. package/dist/cjs/Fields/Checkbox/Checkbox.tailwind.d.ts +1 -1
  53. package/dist/cjs/Fields/DateInput/DateInput.d.ts +2 -3
  54. package/dist/cjs/Fields/DatePicker/DatePicker/DatePicker.d.ts +1 -1
  55. package/dist/cjs/Fields/DatePicker/DatePicker/datePickerReducer.d.ts +1 -1
  56. package/dist/cjs/Fields/DatePicker/DatePicker.tailwind.d.ts +1 -1
  57. package/dist/cjs/Fields/DatePicker/DateRangePicker/DateRangePicker.d.ts +1 -1
  58. package/dist/cjs/Fields/DatePicker/DateRangePicker/DateRangePickerDisplay.d.ts +0 -1
  59. package/dist/cjs/Fields/DatePicker/DateRangePicker/dateRangePickerReducer.d.ts +1 -1
  60. package/dist/cjs/Fields/DatePicker/DateRangePicker/dateRangePickerTimeRange.d.ts +1 -1
  61. package/dist/cjs/Fields/DatePicker/components/Calendar.d.ts +3 -3
  62. package/dist/cjs/Fields/DatePicker/components/Footer.d.ts +1 -1
  63. package/dist/cjs/Fields/DatePicker/components/FooterActions.d.ts +0 -1
  64. package/dist/cjs/Fields/DatePicker/components/NavBar.d.ts +1 -1
  65. package/dist/cjs/Fields/DatePicker/components/SidePanel.d.ts +1 -1
  66. package/dist/cjs/Fields/DatePicker/types.d.ts +2 -2
  67. package/dist/cjs/Fields/DateRangeInput/DateRangeInput.d.ts +2 -3
  68. package/dist/cjs/Fields/Dropzone/Dropzone.d.ts +2 -3
  69. package/dist/cjs/Fields/Field/FieldContext.d.ts +2 -3
  70. package/dist/cjs/Fields/Field/useField.d.ts +1 -1
  71. package/dist/cjs/Fields/FilePicker/FilePicker.d.ts +4 -5
  72. package/dist/cjs/Fields/Form/Form.d.ts +1 -1
  73. package/dist/cjs/Fields/Form/FormContext.d.ts +2 -3
  74. package/dist/cjs/Fields/Input/Input.d.ts +3 -3
  75. package/dist/cjs/Fields/Input/Input.tailwind.d.ts +1 -1
  76. package/dist/cjs/Fields/RadioGroup/RadioButton.d.ts +1 -1
  77. package/dist/cjs/Fields/RadioGroup/RadioButton.tailwind.d.ts +1 -1
  78. package/dist/cjs/Fields/RadioGroup/RadioGroup.d.ts +5 -5
  79. package/dist/cjs/Fields/RadioGroup/RadioGroupItem.d.ts +4 -4
  80. package/dist/cjs/Fields/RangeSlider/RangeSlider.d.ts +5 -5
  81. package/dist/cjs/Fields/Select/Select.d.ts +1 -1
  82. package/dist/cjs/Fields/Select/Select.tailwind.d.ts +1 -1
  83. package/dist/cjs/Fields/SelectableCard/SelectableCard.d.ts +2 -2
  84. package/dist/cjs/Fields/SelectableCard/SelectableCardGroup.d.ts +2 -2
  85. package/dist/cjs/Fields/Switch/Switch.d.ts +7 -7
  86. package/dist/cjs/Fields/Switch/Switch.tailwind.d.ts +1 -1
  87. package/dist/cjs/Fields/TextArea/TextArea.d.ts +1 -1
  88. package/dist/cjs/Fields/TextArea/TextArea.tailwind.d.ts +1 -1
  89. package/dist/cjs/Fields/TextArea/TextArea.tailwind.js +3 -3
  90. package/dist/cjs/Fields/TextAreaAutoSize/TextAreaAutoSize.d.ts +3 -4
  91. package/dist/cjs/Helpers/ClickAwayContainer/ClickAwayContainer.d.ts +1 -1
  92. package/dist/cjs/Helpers/CodeEditor/CodeEditor.d.ts +1 -1
  93. package/dist/cjs/Helpers/HelpUnderline/HelpUnderline.d.ts +1 -1
  94. package/dist/cjs/Helpers/HelpUnderline/HelpUnderline.tailwind.d.ts +1 -1
  95. package/dist/cjs/Helpers/InstantSearch/InstantSearch.tailwind.d.ts +1 -1
  96. package/dist/cjs/Helpers/MarkdownContent/MarkdownContent.d.ts +7 -0
  97. package/dist/cjs/Helpers/MarkdownContent/MarkdownContent.js +11 -5
  98. package/dist/cjs/Helpers/MarkdownContent/MarkdownContent.tailwind.d.ts +1 -1
  99. package/dist/cjs/Helpers/MarkdownContent/MarkdownContent.tailwind.js +2 -2
  100. package/dist/cjs/Helpers/ShimmerText/ShimmerText.d.ts +1 -1
  101. package/dist/cjs/Helpers/ShimmerText/ShimmerText.tailwind.d.ts +1 -1
  102. package/dist/cjs/Helpers/UserContent/UserContent.tailwind.d.ts +1 -1
  103. package/dist/cjs/Helpers/UserContent/UserContent.tailwind.js +1 -3
  104. package/dist/cjs/Helpers/utilities/focusable.tailwind.d.ts +1 -1
  105. package/dist/cjs/Helpers/utilities/overlay.tailwind.d.ts +1 -1
  106. package/dist/cjs/Helpers/utilities/utilities.tailwind.d.ts +1 -1
  107. package/dist/cjs/Icons/AlgoliaRecommendIcon.d.ts +0 -1
  108. package/dist/cjs/Icons/AlgoliaSearchIcon.d.ts +0 -1
  109. package/dist/cjs/Icons/BulbIcon.d.ts +0 -1
  110. package/dist/cjs/Icons/ContextIcon.d.ts +0 -1
  111. package/dist/cjs/Icons/CrawlerIcon.d.ts +0 -1
  112. package/dist/cjs/Icons/DragHandleIcon.d.ts +0 -1
  113. package/dist/cjs/Icons/NeuralSearchIcon.d.ts +0 -1
  114. package/dist/cjs/Icons/NoFiltersIcon.d.ts +0 -1
  115. package/dist/cjs/Icons/PinIcon.d.ts +0 -1
  116. package/dist/cjs/Icons/QueryBreakdownIcon.d.ts +0 -1
  117. package/dist/cjs/Icons/RocketIcon.d.ts +0 -1
  118. package/dist/cjs/Icons/SettingsCategoryPagesIcon.d.ts +0 -1
  119. package/dist/cjs/Icons/SettingsConsequencesIcon.d.ts +0 -1
  120. package/dist/cjs/Icons/TestingIcon.d.ts +0 -1
  121. package/dist/cjs/Icons/UnpinIcon.d.ts +0 -1
  122. package/dist/cjs/Icons/WorkspaceSwitcherIcon.d.ts +0 -1
  123. package/dist/cjs/Icons/index.d.ts +2 -2
  124. package/dist/cjs/Illustrations/index.d.ts +7 -0
  125. package/dist/cjs/Illustrations/index.js +1254 -0
  126. package/dist/cjs/Indicators/AnnouncementBadge/AnnouncementBadge.d.ts +3 -3
  127. package/dist/cjs/Indicators/Avatars/ApplicationAvatar/ApplicationAvatar.d.ts +1 -1
  128. package/dist/cjs/Indicators/Avatars/UserAvatar/UserAvatar.d.ts +2 -2
  129. package/dist/cjs/Indicators/Avatars/types.d.ts +5 -5
  130. package/dist/cjs/Indicators/Badge/Badge.d.ts +4 -4
  131. package/dist/cjs/Indicators/Banners/Alert/Alert.d.ts +2 -2
  132. package/dist/cjs/Indicators/Banners/Promote/Promote.d.ts +2 -2
  133. package/dist/cjs/Indicators/EmptyState/EmptyState.js +35 -2
  134. package/dist/cjs/Indicators/EmptyState/types.d.ts +7 -6
  135. package/dist/cjs/Indicators/KeyboardKey/KeyboardKey.tailwind.d.ts +1 -1
  136. package/dist/cjs/Indicators/Medallion/Medallion.tailwind.d.ts +1 -1
  137. package/dist/cjs/Indicators/Medallion/types.d.ts +2 -2
  138. package/dist/cjs/Indicators/ProgressBar/ProgressBar.tailwind.d.ts +1 -1
  139. package/dist/cjs/Indicators/ProgressSpinner/ProgressSpinner.d.ts +1 -1
  140. package/dist/cjs/Indicators/ProgressSpinner/ProgressSpinner.tailwind.d.ts +1 -1
  141. package/dist/cjs/Indicators/ScrollIndicator/ScrollIndicator.d.ts +1 -1
  142. package/dist/cjs/Indicators/ScrollIndicator/ScrollIndicator.tailwind.d.ts +1 -1
  143. package/dist/cjs/Indicators/Separator/Separator.tailwind.d.ts +1 -1
  144. package/dist/cjs/Indicators/Tag/Tag.d.ts +2 -2
  145. package/dist/cjs/Indicators/Tag/Tag.tailwind.d.ts +1 -1
  146. package/dist/cjs/Indicators/Toast/Toast.d.ts +2 -2
  147. package/dist/cjs/Indicators/Toast/Toast.tailwind.d.ts +1 -1
  148. package/dist/cjs/Indicators/Toast/Toasts.d.ts +1 -1
  149. package/dist/cjs/Indicators/Toast/types.d.ts +1 -1
  150. package/dist/cjs/Layout/Card/Card.d.ts +2 -2
  151. package/dist/cjs/Layout/Card/Card.tailwind.d.ts +1 -1
  152. package/dist/cjs/Layout/Card/components/CardHeader.d.ts +1 -1
  153. package/dist/cjs/Layout/Card/components/CardTitle.d.ts +2 -2
  154. package/dist/cjs/Layout/CollapsibleCard/CollapsibleCard.d.ts +6 -6
  155. package/dist/cjs/Layout/CollapsibleCard/CollapsibleCard.tailwind.d.ts +1 -1
  156. package/dist/cjs/Layout/FlexGrid/FlexGrid.d.ts +4 -4
  157. package/dist/cjs/Layout/FlexGrid/FlexGrid.tailwind.d.ts +1 -1
  158. package/dist/cjs/Layout/Insert/Insert.d.ts +1 -1
  159. package/dist/cjs/Layout/Sidebar/Sidebar.d.ts +1 -1
  160. package/dist/cjs/Layout/Sidebar/SidebarButtonLink.d.ts +1 -1
  161. package/dist/cjs/Layout/Sidebar/SidebarContext.d.ts +1 -2
  162. package/dist/cjs/Layout/Sidebar/SidebarHeader.d.ts +1 -1
  163. package/dist/cjs/Layout/Sidebar/SidebarHeading.d.ts +1 -1
  164. package/dist/cjs/Layout/Sidebar/SidebarLink.d.ts +1 -1
  165. package/dist/cjs/Layout/Sidebar/SidebarLinksGroup/ActiveLinkIndicator.d.ts +1 -1
  166. package/dist/cjs/Layout/Sidebar/SidebarLinksGroup/SidebarGroupLink.d.ts +1 -1
  167. package/dist/cjs/Layout/Sidebar/SidebarLinksGroup/SidebarLinksGroup.d.ts +4 -4
  168. package/dist/cjs/Layout/Sidebar/SidebarLinksGroup/types.d.ts +1 -1
  169. package/dist/cjs/Layout/Sidebar/SidebarNav.d.ts +2 -2
  170. package/dist/cjs/Layout/Sidebar/types.d.ts +3 -3
  171. package/dist/cjs/Layout/Tables/DataTable/DataTable.d.ts +7 -7
  172. package/dist/cjs/Layout/Tables/DataTable/DataTable.tailwind.d.ts +1 -1
  173. package/dist/cjs/Layout/Tables/DataTable/types.d.ts +7 -7
  174. package/dist/cjs/Layout/Tables/Table/Table.d.ts +1 -1
  175. package/dist/cjs/Layout/Tables/Table/Table.tailwind.d.ts +1 -1
  176. package/dist/cjs/Layout/Tables/Table/components/TableFooter.d.ts +2 -2
  177. package/dist/cjs/Navigation/Link/BaseLink.d.ts +1 -1
  178. package/dist/cjs/Navigation/Link/Link.d.ts +4 -4
  179. package/dist/cjs/Navigation/Pagination/CompactPagination/CompactPagination.d.ts +6 -6
  180. package/dist/cjs/Navigation/Pagination/DotPagination/DotPagination.d.ts +3 -3
  181. package/dist/cjs/Navigation/Pagination/Pagination/Pagination.d.ts +1 -1
  182. package/dist/cjs/Navigation/Stepper/Step.d.ts +1 -1
  183. package/dist/cjs/Navigation/Stepper/Stepper.d.ts +3 -3
  184. package/dist/cjs/Navigation/Stepper/StepperContext.d.ts +1 -2
  185. package/dist/cjs/Navigation/Stepper/types.d.ts +1 -1
  186. package/dist/cjs/Navigation/Tabs/Tabs.tailwind.d.ts +1 -1
  187. package/dist/cjs/Navigation/Tabs/types.d.ts +1 -1
  188. package/dist/cjs/Overlay/MenuButton/MenuButton.d.ts +16 -17
  189. package/dist/cjs/Overlay/MenuButton/components/Content.d.ts +1 -2
  190. package/dist/cjs/Overlay/MenuButton/components/CustomTrigger.d.ts +1 -2
  191. package/dist/cjs/Overlay/MenuButton/components/DefaultTrigger.d.ts +1 -2
  192. package/dist/cjs/Overlay/MenuButton/components/Divider.d.ts +0 -1
  193. package/dist/cjs/Overlay/MenuButton/components/Label.d.ts +1 -1
  194. package/dist/cjs/Overlay/MenuButton/components/collapsible/CollapsibleItem.d.ts +1 -1
  195. package/dist/cjs/Overlay/MenuButton/components/collapsible/CollapsibleItemsGroup.d.ts +1 -1
  196. package/dist/cjs/Overlay/MenuButton/components/collapsible/CollapsibleItemsGroupContext.d.ts +0 -1
  197. package/dist/cjs/Overlay/MenuButton/components/collapsible/CollapsibleItemsMultipleGroup.d.ts +1 -1
  198. package/dist/cjs/Overlay/MenuButton/components/collapsible/CollapsibleItemsSingleGroup.d.ts +1 -1
  199. package/dist/cjs/Overlay/MenuButton/components/items/Item.d.ts +4 -5
  200. package/dist/cjs/Overlay/MenuButton/components/items/LinkItem.d.ts +2 -2
  201. package/dist/cjs/Overlay/MenuButton/components/items/RadioItem.d.ts +2 -2
  202. package/dist/cjs/Overlay/Modal/Modal.d.ts +4 -4
  203. package/dist/cjs/Overlay/Modal/Modal.tailwind.d.ts +1 -1
  204. package/dist/cjs/Overlay/Modal/components/ModalFooter.d.ts +1 -1
  205. package/dist/cjs/Overlay/Modal/components/ModalFooter.js +2 -7
  206. package/dist/cjs/Overlay/Modal/components/ModalSection.d.ts +1 -1
  207. package/dist/cjs/Overlay/Popover/types.d.ts +4 -4
  208. package/dist/cjs/Overlay/Tooltip/Tooltip.d.ts +1 -1
  209. package/dist/cjs/Overlay/Tooltip/Tooltip.tailwind.d.ts +1 -1
  210. package/dist/cjs/Satellite/SatelliteContext.d.ts +0 -1
  211. package/dist/cjs/Satellite/locale.d.ts +1 -1
  212. package/dist/cjs/Satellite/useCreatePortal.d.ts +1 -1
  213. package/dist/cjs/Typography/Typography.tailwind.d.ts +1 -1
  214. package/dist/cjs/index.d.ts +1 -0
  215. package/dist/cjs/index.js +12 -0
  216. package/dist/cjs/styles/base.tailwind.d.ts +1 -1
  217. package/dist/cjs/styles/brandColors.d.ts +6 -6
  218. package/dist/cjs/styles/colors.d.ts +11 -11
  219. package/dist/cjs/styles/helpers/satellitePrefixer.d.ts +1 -1
  220. package/dist/cjs/styles/tailwind.config.d.ts +1 -1
  221. package/dist/cjs/styles/tailwind.config.js +1 -1
  222. package/dist/cjs/styles/zIndexes.d.ts +8 -8
  223. package/dist/cjs/types.d.ts +11 -5
  224. package/dist/cjs/utils/NumberUnion.d.ts +3 -3
  225. package/dist/cjs/utils/genericChangeHandler.d.ts +2 -2
  226. package/dist/cjs/utils/isCssPropertySupported.d.ts +1 -1
  227. package/dist/cjs/utils/isRenderedChild.d.ts +1 -1
  228. package/dist/cjs/utils/matchLocation.d.ts +1 -1
  229. package/dist/cjs/utils/parseUrl.d.ts +1 -1
  230. package/dist/cjs/utils/useLinkProps.d.ts +2 -2
  231. package/dist/cjs/utils/useTimeoutFn.d.ts +1 -1
  232. package/dist/cjs/utils/useTriggerInputChange.d.ts +1 -1
  233. package/dist/esm/Actions/Accordion/Accordion.d.ts +16 -8
  234. package/dist/esm/Actions/Accordion/Accordion.js +105 -58
  235. package/dist/esm/Actions/Accordion/Accordion.styles.d.ts +170 -0
  236. package/dist/esm/Actions/Accordion/Accordion.styles.js +50 -0
  237. package/dist/esm/Actions/Accordion/Accordion.tailwind.d.ts +1 -1
  238. package/dist/esm/Actions/Button/Button.d.ts +1 -2
  239. package/dist/esm/Actions/Button/Button.tailwind.d.ts +1 -1
  240. package/dist/esm/Actions/Button/PolymorphicButton.d.ts +2 -2
  241. package/dist/esm/Actions/Button/PolymorphicIconButton.d.ts +2 -3
  242. package/dist/esm/Actions/Button/types.d.ts +7 -7
  243. package/dist/esm/Actions/ButtonLink/ButtonLink.d.ts +2 -3
  244. package/dist/esm/Actions/IconButton/IconButton.d.ts +1 -2
  245. package/dist/esm/Actions/IconButtonLink/IconButtonLink.d.ts +1 -2
  246. package/dist/esm/Actions/IconButtonWithFeedback/IconButtonWithFeedback.d.ts +2 -2
  247. package/dist/esm/Actions/SegmentedControl/SegmentedControl.tailwind.d.ts +1 -1
  248. package/dist/esm/Actions/SegmentedControl/types.d.ts +1 -1
  249. package/dist/esm/Actions/ToggleButton/ToggleButton.d.ts +1 -1
  250. package/dist/esm/Actions/ToggleButton/ToggleButtonBase.d.ts +3 -3
  251. package/dist/esm/Actions/ToggleGroup/ToggleGroup.d.ts +6 -6
  252. package/dist/esm/Actions/ToggleGroup/ToggleGroup.tailwind.d.ts +1 -1
  253. package/dist/esm/Chat/ChatContextAccordion/ChatContextAccordion.d.ts +1 -1
  254. package/dist/esm/Chat/ChatContextAccordion/ChatContextAccordion.styles.d.ts +4 -4
  255. package/dist/esm/Chat/ChatContextContainer/ChatContextContainer.d.ts +23 -0
  256. package/dist/esm/Chat/ChatContextContainer/ChatContextContainer.js +66 -0
  257. package/dist/esm/Chat/ChatContextContainer/ChatContextContainer.styles.d.ts +65 -0
  258. package/dist/esm/Chat/ChatContextContainer/ChatContextContainer.styles.js +15 -0
  259. package/dist/esm/Chat/ChatContextContainer/index.d.ts +1 -0
  260. package/dist/esm/Chat/ChatContextContainer/index.js +1 -0
  261. package/dist/esm/Chat/ChatContextContainer/theme.d.ts +57 -0
  262. package/dist/esm/Chat/ChatContextContainer/theme.js +67 -0
  263. package/dist/esm/Chat/ChatMessage/ChatMessage.d.ts +5 -54
  264. package/dist/esm/Chat/ChatMessage/ChatMessage.styles.d.ts +1 -1
  265. package/dist/esm/Chat/ChatMessageError/ChatMessageError.d.ts +6 -6
  266. package/dist/esm/Chat/ChatMessageError/ChatMessageError.styles.d.ts +2 -2
  267. package/dist/esm/Chat/ChatMessageLoader/ChatMessageLoader.d.ts +2 -2
  268. package/dist/esm/Chat/ChatMessageLoader/ChatMessageLoader.styles.d.ts +2 -2
  269. package/dist/esm/Chat/ChatMessages/ChatMessages.d.ts +5 -66
  270. package/dist/esm/Chat/ChatMessages/ChatMessages.js +0 -1
  271. package/dist/esm/Chat/ChatPrompt/ChatPrompt.d.ts +9 -9
  272. package/dist/esm/Chat/ChatPrompt/useFocusTyping.d.ts +1 -2
  273. package/dist/esm/Chat/helpers.d.ts +28 -0
  274. package/dist/esm/Chat/helpers.js +60 -0
  275. package/dist/esm/Chat/index.d.ts +4 -1
  276. package/dist/esm/Chat/index.js +3 -1
  277. package/dist/esm/Chat/types.d.ts +22 -3
  278. package/dist/esm/Fields/AutoComplete/AutoComplete.d.ts +1 -2
  279. package/dist/esm/Fields/AutoComplete/AutoComplete.tailwind.d.ts +1 -1
  280. package/dist/esm/Fields/AutoComplete/components/AutoCompleteContext.d.ts +2 -2
  281. package/dist/esm/Fields/AutoComplete/components/DefaultOptionItem.d.ts +1 -1
  282. package/dist/esm/Fields/AutoComplete/types.d.ts +8 -8
  283. package/dist/esm/Fields/Checkbox/Checkbox.d.ts +3 -3
  284. package/dist/esm/Fields/Checkbox/Checkbox.tailwind.d.ts +1 -1
  285. package/dist/esm/Fields/DateInput/DateInput.d.ts +2 -3
  286. package/dist/esm/Fields/DatePicker/DatePicker/DatePicker.d.ts +1 -1
  287. package/dist/esm/Fields/DatePicker/DatePicker/datePickerReducer.d.ts +1 -1
  288. package/dist/esm/Fields/DatePicker/DatePicker.tailwind.d.ts +1 -1
  289. package/dist/esm/Fields/DatePicker/DateRangePicker/DateRangePicker.d.ts +1 -1
  290. package/dist/esm/Fields/DatePicker/DateRangePicker/DateRangePickerDisplay.d.ts +0 -1
  291. package/dist/esm/Fields/DatePicker/DateRangePicker/dateRangePickerReducer.d.ts +1 -1
  292. package/dist/esm/Fields/DatePicker/DateRangePicker/dateRangePickerTimeRange.d.ts +1 -1
  293. package/dist/esm/Fields/DatePicker/components/Calendar.d.ts +3 -3
  294. package/dist/esm/Fields/DatePicker/components/Footer.d.ts +1 -1
  295. package/dist/esm/Fields/DatePicker/components/FooterActions.d.ts +0 -1
  296. package/dist/esm/Fields/DatePicker/components/NavBar.d.ts +1 -1
  297. package/dist/esm/Fields/DatePicker/components/SidePanel.d.ts +1 -1
  298. package/dist/esm/Fields/DatePicker/types.d.ts +2 -2
  299. package/dist/esm/Fields/DateRangeInput/DateRangeInput.d.ts +2 -3
  300. package/dist/esm/Fields/Dropzone/Dropzone.d.ts +2 -3
  301. package/dist/esm/Fields/Field/FieldContext.d.ts +2 -3
  302. package/dist/esm/Fields/Field/useField.d.ts +1 -1
  303. package/dist/esm/Fields/FilePicker/FilePicker.d.ts +4 -5
  304. package/dist/esm/Fields/Form/Form.d.ts +1 -1
  305. package/dist/esm/Fields/Form/FormContext.d.ts +2 -3
  306. package/dist/esm/Fields/Input/Input.d.ts +3 -3
  307. package/dist/esm/Fields/Input/Input.tailwind.d.ts +1 -1
  308. package/dist/esm/Fields/RadioGroup/RadioButton.d.ts +1 -1
  309. package/dist/esm/Fields/RadioGroup/RadioButton.tailwind.d.ts +1 -1
  310. package/dist/esm/Fields/RadioGroup/RadioGroup.d.ts +5 -5
  311. package/dist/esm/Fields/RadioGroup/RadioGroupItem.d.ts +4 -4
  312. package/dist/esm/Fields/RangeSlider/RangeSlider.d.ts +5 -5
  313. package/dist/esm/Fields/Select/Select.d.ts +1 -1
  314. package/dist/esm/Fields/Select/Select.tailwind.d.ts +1 -1
  315. package/dist/esm/Fields/SelectableCard/SelectableCard.d.ts +2 -2
  316. package/dist/esm/Fields/SelectableCard/SelectableCardGroup.d.ts +2 -2
  317. package/dist/esm/Fields/Switch/Switch.d.ts +7 -7
  318. package/dist/esm/Fields/Switch/Switch.tailwind.d.ts +1 -1
  319. package/dist/esm/Fields/TextArea/TextArea.d.ts +1 -1
  320. package/dist/esm/Fields/TextArea/TextArea.tailwind.d.ts +1 -1
  321. package/dist/esm/Fields/TextArea/TextArea.tailwind.js +3 -3
  322. package/dist/esm/Fields/TextAreaAutoSize/TextAreaAutoSize.d.ts +3 -4
  323. package/dist/esm/Helpers/ClickAwayContainer/ClickAwayContainer.d.ts +1 -1
  324. package/dist/esm/Helpers/CodeEditor/CodeEditor.d.ts +1 -1
  325. package/dist/esm/Helpers/HelpUnderline/HelpUnderline.d.ts +1 -1
  326. package/dist/esm/Helpers/HelpUnderline/HelpUnderline.tailwind.d.ts +1 -1
  327. package/dist/esm/Helpers/InstantSearch/InstantSearch.tailwind.d.ts +1 -1
  328. package/dist/esm/Helpers/MarkdownContent/MarkdownContent.d.ts +7 -0
  329. package/dist/esm/Helpers/MarkdownContent/MarkdownContent.js +11 -5
  330. package/dist/esm/Helpers/MarkdownContent/MarkdownContent.tailwind.d.ts +1 -1
  331. package/dist/esm/Helpers/MarkdownContent/MarkdownContent.tailwind.js +2 -2
  332. package/dist/esm/Helpers/ShimmerText/ShimmerText.d.ts +1 -1
  333. package/dist/esm/Helpers/ShimmerText/ShimmerText.tailwind.d.ts +1 -1
  334. package/dist/esm/Helpers/UserContent/UserContent.tailwind.d.ts +1 -1
  335. package/dist/esm/Helpers/UserContent/UserContent.tailwind.js +1 -3
  336. package/dist/esm/Helpers/utilities/focusable.tailwind.d.ts +1 -1
  337. package/dist/esm/Helpers/utilities/overlay.tailwind.d.ts +1 -1
  338. package/dist/esm/Helpers/utilities/utilities.tailwind.d.ts +1 -1
  339. package/dist/esm/Icons/AlgoliaRecommendIcon.d.ts +0 -1
  340. package/dist/esm/Icons/AlgoliaSearchIcon.d.ts +0 -1
  341. package/dist/esm/Icons/BulbIcon.d.ts +0 -1
  342. package/dist/esm/Icons/ContextIcon.d.ts +0 -1
  343. package/dist/esm/Icons/CrawlerIcon.d.ts +0 -1
  344. package/dist/esm/Icons/DragHandleIcon.d.ts +0 -1
  345. package/dist/esm/Icons/NeuralSearchIcon.d.ts +0 -1
  346. package/dist/esm/Icons/NoFiltersIcon.d.ts +0 -1
  347. package/dist/esm/Icons/PinIcon.d.ts +0 -1
  348. package/dist/esm/Icons/QueryBreakdownIcon.d.ts +0 -1
  349. package/dist/esm/Icons/RocketIcon.d.ts +0 -1
  350. package/dist/esm/Icons/SettingsCategoryPagesIcon.d.ts +0 -1
  351. package/dist/esm/Icons/SettingsConsequencesIcon.d.ts +0 -1
  352. package/dist/esm/Icons/TestingIcon.d.ts +0 -1
  353. package/dist/esm/Icons/UnpinIcon.d.ts +0 -1
  354. package/dist/esm/Icons/WorkspaceSwitcherIcon.d.ts +0 -1
  355. package/dist/esm/Icons/index.d.ts +2 -2
  356. package/dist/esm/Illustrations/index.d.ts +7 -0
  357. package/dist/esm/Illustrations/index.js +1248 -0
  358. package/dist/esm/Indicators/AnnouncementBadge/AnnouncementBadge.d.ts +3 -3
  359. package/dist/esm/Indicators/Avatars/ApplicationAvatar/ApplicationAvatar.d.ts +1 -1
  360. package/dist/esm/Indicators/Avatars/UserAvatar/UserAvatar.d.ts +2 -2
  361. package/dist/esm/Indicators/Avatars/types.d.ts +5 -5
  362. package/dist/esm/Indicators/Badge/Badge.d.ts +4 -4
  363. package/dist/esm/Indicators/Banners/Alert/Alert.d.ts +2 -2
  364. package/dist/esm/Indicators/Banners/Promote/Promote.d.ts +2 -2
  365. package/dist/esm/Indicators/EmptyState/EmptyState.js +35 -2
  366. package/dist/esm/Indicators/EmptyState/types.d.ts +7 -6
  367. package/dist/esm/Indicators/KeyboardKey/KeyboardKey.tailwind.d.ts +1 -1
  368. package/dist/esm/Indicators/Medallion/Medallion.tailwind.d.ts +1 -1
  369. package/dist/esm/Indicators/Medallion/types.d.ts +2 -2
  370. package/dist/esm/Indicators/ProgressBar/ProgressBar.tailwind.d.ts +1 -1
  371. package/dist/esm/Indicators/ProgressSpinner/ProgressSpinner.d.ts +1 -1
  372. package/dist/esm/Indicators/ProgressSpinner/ProgressSpinner.tailwind.d.ts +1 -1
  373. package/dist/esm/Indicators/ScrollIndicator/ScrollIndicator.d.ts +1 -1
  374. package/dist/esm/Indicators/ScrollIndicator/ScrollIndicator.tailwind.d.ts +1 -1
  375. package/dist/esm/Indicators/Separator/Separator.tailwind.d.ts +1 -1
  376. package/dist/esm/Indicators/Tag/Tag.d.ts +2 -2
  377. package/dist/esm/Indicators/Tag/Tag.tailwind.d.ts +1 -1
  378. package/dist/esm/Indicators/Toast/Toast.d.ts +2 -2
  379. package/dist/esm/Indicators/Toast/Toast.tailwind.d.ts +1 -1
  380. package/dist/esm/Indicators/Toast/Toasts.d.ts +1 -1
  381. package/dist/esm/Indicators/Toast/types.d.ts +1 -1
  382. package/dist/esm/Layout/Card/Card.d.ts +2 -2
  383. package/dist/esm/Layout/Card/Card.tailwind.d.ts +1 -1
  384. package/dist/esm/Layout/Card/components/CardHeader.d.ts +1 -1
  385. package/dist/esm/Layout/Card/components/CardTitle.d.ts +2 -2
  386. package/dist/esm/Layout/CollapsibleCard/CollapsibleCard.d.ts +6 -6
  387. package/dist/esm/Layout/CollapsibleCard/CollapsibleCard.tailwind.d.ts +1 -1
  388. package/dist/esm/Layout/FlexGrid/FlexGrid.d.ts +4 -4
  389. package/dist/esm/Layout/FlexGrid/FlexGrid.tailwind.d.ts +1 -1
  390. package/dist/esm/Layout/Insert/Insert.d.ts +1 -1
  391. package/dist/esm/Layout/Sidebar/Sidebar.d.ts +1 -1
  392. package/dist/esm/Layout/Sidebar/SidebarButtonLink.d.ts +1 -1
  393. package/dist/esm/Layout/Sidebar/SidebarContext.d.ts +1 -2
  394. package/dist/esm/Layout/Sidebar/SidebarHeader.d.ts +1 -1
  395. package/dist/esm/Layout/Sidebar/SidebarHeading.d.ts +1 -1
  396. package/dist/esm/Layout/Sidebar/SidebarLink.d.ts +1 -1
  397. package/dist/esm/Layout/Sidebar/SidebarLinksGroup/ActiveLinkIndicator.d.ts +1 -1
  398. package/dist/esm/Layout/Sidebar/SidebarLinksGroup/SidebarGroupLink.d.ts +1 -1
  399. package/dist/esm/Layout/Sidebar/SidebarLinksGroup/SidebarLinksGroup.d.ts +4 -4
  400. package/dist/esm/Layout/Sidebar/SidebarLinksGroup/types.d.ts +1 -1
  401. package/dist/esm/Layout/Sidebar/SidebarNav.d.ts +2 -2
  402. package/dist/esm/Layout/Sidebar/types.d.ts +3 -3
  403. package/dist/esm/Layout/Tables/DataTable/DataTable.d.ts +7 -7
  404. package/dist/esm/Layout/Tables/DataTable/DataTable.tailwind.d.ts +1 -1
  405. package/dist/esm/Layout/Tables/DataTable/types.d.ts +7 -7
  406. package/dist/esm/Layout/Tables/Table/Table.d.ts +1 -1
  407. package/dist/esm/Layout/Tables/Table/Table.tailwind.d.ts +1 -1
  408. package/dist/esm/Layout/Tables/Table/components/TableFooter.d.ts +2 -2
  409. package/dist/esm/Navigation/Link/BaseLink.d.ts +1 -1
  410. package/dist/esm/Navigation/Link/Link.d.ts +4 -4
  411. package/dist/esm/Navigation/Pagination/CompactPagination/CompactPagination.d.ts +6 -6
  412. package/dist/esm/Navigation/Pagination/DotPagination/DotPagination.d.ts +3 -3
  413. package/dist/esm/Navigation/Pagination/Pagination/Pagination.d.ts +1 -1
  414. package/dist/esm/Navigation/Stepper/Step.d.ts +1 -1
  415. package/dist/esm/Navigation/Stepper/Stepper.d.ts +3 -3
  416. package/dist/esm/Navigation/Stepper/StepperContext.d.ts +1 -2
  417. package/dist/esm/Navigation/Stepper/types.d.ts +1 -1
  418. package/dist/esm/Navigation/Tabs/Tabs.tailwind.d.ts +1 -1
  419. package/dist/esm/Navigation/Tabs/types.d.ts +1 -1
  420. package/dist/esm/Overlay/MenuButton/MenuButton.d.ts +16 -17
  421. package/dist/esm/Overlay/MenuButton/components/Content.d.ts +1 -2
  422. package/dist/esm/Overlay/MenuButton/components/CustomTrigger.d.ts +1 -2
  423. package/dist/esm/Overlay/MenuButton/components/DefaultTrigger.d.ts +1 -2
  424. package/dist/esm/Overlay/MenuButton/components/Divider.d.ts +0 -1
  425. package/dist/esm/Overlay/MenuButton/components/Label.d.ts +1 -1
  426. package/dist/esm/Overlay/MenuButton/components/collapsible/CollapsibleItem.d.ts +1 -1
  427. package/dist/esm/Overlay/MenuButton/components/collapsible/CollapsibleItemsGroup.d.ts +1 -1
  428. package/dist/esm/Overlay/MenuButton/components/collapsible/CollapsibleItemsGroupContext.d.ts +0 -1
  429. package/dist/esm/Overlay/MenuButton/components/collapsible/CollapsibleItemsMultipleGroup.d.ts +1 -1
  430. package/dist/esm/Overlay/MenuButton/components/collapsible/CollapsibleItemsSingleGroup.d.ts +1 -1
  431. package/dist/esm/Overlay/MenuButton/components/items/Item.d.ts +4 -5
  432. package/dist/esm/Overlay/MenuButton/components/items/LinkItem.d.ts +2 -2
  433. package/dist/esm/Overlay/MenuButton/components/items/RadioItem.d.ts +2 -2
  434. package/dist/esm/Overlay/Modal/Modal.d.ts +4 -4
  435. package/dist/esm/Overlay/Modal/Modal.tailwind.d.ts +1 -1
  436. package/dist/esm/Overlay/Modal/components/ModalFooter.d.ts +1 -1
  437. package/dist/esm/Overlay/Modal/components/ModalFooter.js +2 -7
  438. package/dist/esm/Overlay/Modal/components/ModalSection.d.ts +1 -1
  439. package/dist/esm/Overlay/Popover/types.d.ts +4 -4
  440. package/dist/esm/Overlay/Tooltip/Tooltip.d.ts +1 -1
  441. package/dist/esm/Overlay/Tooltip/Tooltip.tailwind.d.ts +1 -1
  442. package/dist/esm/Satellite/SatelliteContext.d.ts +0 -1
  443. package/dist/esm/Satellite/locale.d.ts +1 -1
  444. package/dist/esm/Satellite/useCreatePortal.d.ts +1 -1
  445. package/dist/esm/Typography/Typography.tailwind.d.ts +1 -1
  446. package/dist/esm/index.d.ts +1 -0
  447. package/dist/esm/index.js +1 -0
  448. package/dist/esm/styles/base.tailwind.d.ts +1 -1
  449. package/dist/esm/styles/brandColors.d.ts +6 -6
  450. package/dist/esm/styles/colors.d.ts +11 -11
  451. package/dist/esm/styles/helpers/satellitePrefixer.d.ts +1 -1
  452. package/dist/esm/styles/tailwind.config.d.ts +1 -1
  453. package/dist/esm/styles/tailwind.config.js +1 -1
  454. package/dist/esm/styles/zIndexes.d.ts +8 -8
  455. package/dist/esm/types.d.ts +11 -5
  456. package/dist/esm/utils/NumberUnion.d.ts +3 -3
  457. package/dist/esm/utils/genericChangeHandler.d.ts +2 -2
  458. package/dist/esm/utils/isCssPropertySupported.d.ts +1 -1
  459. package/dist/esm/utils/isRenderedChild.d.ts +1 -1
  460. package/dist/esm/utils/matchLocation.d.ts +1 -1
  461. package/dist/esm/utils/parseUrl.d.ts +1 -1
  462. package/dist/esm/utils/useLinkProps.d.ts +2 -2
  463. package/dist/esm/utils/useTimeoutFn.d.ts +1 -1
  464. package/dist/esm/utils/useTriggerInputChange.d.ts +1 -1
  465. package/dist/satellite.min.css +1 -1
  466. package/package.json +10 -10
@@ -0,0 +1,1248 @@
1
+ import _defineProperty from "@babel/runtime/helpers/defineProperty";
2
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
3
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
4
+ import React from "react";
5
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
6
+ var FailSVG = function FailSVG(props) {
7
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({}, props), {}, {
8
+ children: [/*#__PURE__*/_jsxs("g", {
9
+ clipPath: "url(#clip0_13331_1239)",
10
+ children: [/*#__PURE__*/_jsx("path", {
11
+ d: "M72.845 23.69a16 16 0 0 1 14.31 0l43.888 21.944a16 16 0 0 1 8.845 14.31v40.111a15.999 15.999 0 0 1-8.845 14.311L87.155 136.31a16.001 16.001 0 0 1-14.31 0l-43.888-21.944a16 16 0 0 1-8.845-14.311v-40.11a16 16 0 0 1 8.845-14.311L72.845 23.69Z",
12
+ stroke: "#E9122C",
13
+ strokeWidth: ".5"
14
+ }), /*#__PURE__*/_jsx("path", {
15
+ d: "M72.956 7.802a15.751 15.751 0 0 1 14.088 0l60 30a15.75 15.75 0 0 1 8.706 14.087v56.222c0 5.966-3.37 11.419-8.706 14.087l-60 30a15.751 15.751 0 0 1-14.088 0l-60-30a15.75 15.75 0 0 1-8.706-14.087V51.889a15.75 15.75 0 0 1 8.706-14.087l60-30Z",
16
+ stroke: "#D6D6E7",
17
+ strokeWidth: ".5"
18
+ }), /*#__PURE__*/_jsx("path", {
19
+ d: "M73.09 38.831a15.75 15.75 0 0 1 14.124 0L116.055 53.3a15.75 15.75 0 0 1 8.687 14.077v25.245a15.75 15.75 0 0 1-8.687 14.078l-28.84 14.469a15.748 15.748 0 0 1-14.126 0L44.25 106.7a15.75 15.75 0 0 1-8.687-14.078V67.377A15.75 15.75 0 0 1 44.25 53.3l28.84-14.469Z",
20
+ stroke: "#9698C3",
21
+ strokeWidth: ".5"
22
+ }), /*#__PURE__*/_jsxs("g", {
23
+ filter: "url(#filter0_d_13331_1239)",
24
+ children: [/*#__PURE__*/_jsx("path", {
25
+ d: "M31.356 95.785v24.161c0 4.45 21.634 8.054 48.322 8.054 26.688 0 48.322-3.604 48.322-8.054v-24.16H31.356Z",
26
+ fill: "url(#paint0_linear_13331_1239)"
27
+ }), /*#__PURE__*/_jsx("path", {
28
+ d: "M79.678 103.839c26.688 0 48.322-3.606 48.322-8.054s-21.634-8.053-48.322-8.053c-26.688 0-48.322 3.605-48.322 8.053s21.634 8.054 48.322 8.054Z",
29
+ fill: "url(#paint1_linear_13331_1239)"
30
+ }), /*#__PURE__*/_jsx("path", {
31
+ d: "M31.356 67.597V91.76c0 4.45 21.634 8.053 48.322 8.053 26.688 0 48.322-3.604 48.322-8.053V67.596H31.356Z",
32
+ fill: "url(#paint2_linear_13331_1239)"
33
+ }), /*#__PURE__*/_jsx("path", {
34
+ d: "M79.678 75.651c26.688 0 48.322-3.606 48.322-8.053 0-4.448-21.634-8.054-48.322-8.054-26.688 0-48.322 3.606-48.322 8.053 0 4.448 21.634 8.054 48.322 8.054Z",
35
+ fill: "url(#paint3_linear_13331_1239)"
36
+ }), /*#__PURE__*/_jsx("path", {
37
+ d: "M31.356 39.41v24.16c0 4.45 21.634 8.054 48.322 8.054 26.688 0 48.322-3.604 48.322-8.053V39.41H31.356Z",
38
+ fill: "url(#paint4_linear_13331_1239)"
39
+ }), /*#__PURE__*/_jsx("path", {
40
+ d: "M79.678 47.463c26.688 0 48.322-3.605 48.322-8.053s-21.634-8.054-48.322-8.054c-26.688 0-48.322 3.606-48.322 8.054s21.634 8.053 48.322 8.053Z",
41
+ fill: "url(#paint5_linear_13331_1239)"
42
+ }), /*#__PURE__*/_jsx("circle", {
43
+ cx: "39.41",
44
+ cy: "56.524",
45
+ r: "2.013",
46
+ fill: "#E9122C"
47
+ }), /*#__PURE__*/_jsx("circle", {
48
+ cx: "39.41",
49
+ cy: "84.712",
50
+ r: "2.013",
51
+ fill: "#E9122C"
52
+ }), /*#__PURE__*/_jsx("circle", {
53
+ cx: "39.41",
54
+ cy: "112.899",
55
+ r: "2.013",
56
+ fill: "#E9122C"
57
+ }), /*#__PURE__*/_jsx("circle", {
58
+ cx: "47.463",
59
+ cy: "57.53",
60
+ r: "2.013",
61
+ fill: "#E9122C"
62
+ }), /*#__PURE__*/_jsx("circle", {
63
+ cx: "47.463",
64
+ cy: "85.718",
65
+ r: "2.013",
66
+ fill: "#E9122C"
67
+ }), /*#__PURE__*/_jsx("circle", {
68
+ cx: "47.463",
69
+ cy: "113.906",
70
+ r: "2.013",
71
+ fill: "#E9122C"
72
+ })]
73
+ }), /*#__PURE__*/_jsxs("g", {
74
+ filter: "url(#filter1_dd_13331_1239)",
75
+ children: [/*#__PURE__*/_jsx("circle", {
76
+ cx: "114.195",
77
+ cy: "43.195",
78
+ r: "20.195",
79
+ fill: "url(#paint6_linear_13331_1239)"
80
+ }), /*#__PURE__*/_jsx("path", {
81
+ d: "m117.528 43.17 5.013-5.013a1.488 1.488 0 0 0 0-2.206l-1.102-1.103a1.489 1.489 0 0 0-2.206 0l-5.013 5.013-5.063-5.013a1.489 1.489 0 0 0-2.206 0l-1.103 1.103a1.49 1.49 0 0 0 0 2.206l5.013 5.013-5.013 5.063a1.49 1.49 0 0 0 0 2.206l1.103 1.102a1.489 1.489 0 0 0 2.206 0l5.063-5.012 5.013 5.012a1.489 1.489 0 0 0 2.206 0l1.102-1.102a1.488 1.488 0 0 0 0-2.206l-5.013-5.063Z",
82
+ fill: "#fff"
83
+ })]
84
+ })]
85
+ }), /*#__PURE__*/_jsxs("defs", {
86
+ children: [/*#__PURE__*/_jsxs("linearGradient", {
87
+ id: "paint0_linear_13331_1239",
88
+ x1: "128",
89
+ y1: "111.893",
90
+ x2: "31.356",
91
+ y2: "111.893",
92
+ gradientUnits: "userSpaceOnUse",
93
+ children: [/*#__PURE__*/_jsx("stop", {
94
+ stopColor: "#fff"
95
+ }), /*#__PURE__*/_jsx("stop", {
96
+ offset: "1",
97
+ stopColor: "#D6D6E7"
98
+ })]
99
+ }), /*#__PURE__*/_jsxs("linearGradient", {
100
+ id: "paint1_linear_13331_1239",
101
+ x1: "31.356",
102
+ y1: "95.785",
103
+ x2: "128",
104
+ y2: "95.785",
105
+ gradientUnits: "userSpaceOnUse",
106
+ children: [/*#__PURE__*/_jsx("stop", {
107
+ stopColor: "#B6B7D5"
108
+ }), /*#__PURE__*/_jsx("stop", {
109
+ offset: "1",
110
+ stopColor: "#D6D6E7"
111
+ })]
112
+ }), /*#__PURE__*/_jsxs("linearGradient", {
113
+ id: "paint2_linear_13331_1239",
114
+ x1: "128",
115
+ y1: "83.705",
116
+ x2: "31.356",
117
+ y2: "83.705",
118
+ gradientUnits: "userSpaceOnUse",
119
+ children: [/*#__PURE__*/_jsx("stop", {
120
+ stopColor: "#fff"
121
+ }), /*#__PURE__*/_jsx("stop", {
122
+ offset: "1",
123
+ stopColor: "#D6D6E7"
124
+ })]
125
+ }), /*#__PURE__*/_jsxs("linearGradient", {
126
+ id: "paint3_linear_13331_1239",
127
+ x1: "31.356",
128
+ y1: "67.597",
129
+ x2: "128",
130
+ y2: "67.597",
131
+ gradientUnits: "userSpaceOnUse",
132
+ children: [/*#__PURE__*/_jsx("stop", {
133
+ stopColor: "#B6B7D5"
134
+ }), /*#__PURE__*/_jsx("stop", {
135
+ offset: "1",
136
+ stopColor: "#D6D6E7"
137
+ })]
138
+ }), /*#__PURE__*/_jsxs("linearGradient", {
139
+ id: "paint4_linear_13331_1239",
140
+ x1: "128",
141
+ y1: "55.517",
142
+ x2: "31.356",
143
+ y2: "55.517",
144
+ gradientUnits: "userSpaceOnUse",
145
+ children: [/*#__PURE__*/_jsx("stop", {
146
+ stopColor: "#fff"
147
+ }), /*#__PURE__*/_jsx("stop", {
148
+ offset: "1",
149
+ stopColor: "#D6D6E7"
150
+ })]
151
+ }), /*#__PURE__*/_jsxs("linearGradient", {
152
+ id: "paint5_linear_13331_1239",
153
+ x1: "31.356",
154
+ y1: "39.41",
155
+ x2: "128",
156
+ y2: "39.41",
157
+ gradientUnits: "userSpaceOnUse",
158
+ children: [/*#__PURE__*/_jsx("stop", {
159
+ stopColor: "#B6B7D5"
160
+ }), /*#__PURE__*/_jsx("stop", {
161
+ offset: "1",
162
+ stopColor: "#D6D6E7"
163
+ })]
164
+ }), /*#__PURE__*/_jsxs("linearGradient", {
165
+ id: "paint6_linear_13331_1239",
166
+ x1: "94",
167
+ y1: "23",
168
+ x2: "134.39",
169
+ y2: "63.39",
170
+ gradientUnits: "userSpaceOnUse",
171
+ children: [/*#__PURE__*/_jsx("stop", {
172
+ stopColor: "#EE243C"
173
+ }), /*#__PURE__*/_jsx("stop", {
174
+ offset: "1",
175
+ stopColor: "#F86E7E"
176
+ })]
177
+ }), /*#__PURE__*/_jsxs("filter", {
178
+ id: "filter0_d_13331_1239",
179
+ x: "9.231",
180
+ y: "20.294",
181
+ width: "140.894",
182
+ height: "140.894",
183
+ filterUnits: "userSpaceOnUse",
184
+ colorInterpolationFilters: "sRGB",
185
+ children: [/*#__PURE__*/_jsx("feFlood", {
186
+ floodOpacity: "0",
187
+ result: "BackgroundImageFix"
188
+ }), /*#__PURE__*/_jsx("feColorMatrix", {
189
+ "in": "SourceAlpha",
190
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
191
+ result: "hardAlpha"
192
+ }), /*#__PURE__*/_jsx("feOffset", {
193
+ dy: "11.063"
194
+ }), /*#__PURE__*/_jsx("feGaussianBlur", {
195
+ stdDeviation: "11.063"
196
+ }), /*#__PURE__*/_jsx("feColorMatrix", {
197
+ values: "0 0 0 0 0.138235 0 0 0 0 0.148109 0 0 0 0 0.230392 0 0 0 0.1 0"
198
+ }), /*#__PURE__*/_jsx("feBlend", {
199
+ in2: "BackgroundImageFix",
200
+ result: "effect1_dropShadow_13331_1239"
201
+ }), /*#__PURE__*/_jsx("feBlend", {
202
+ "in": "SourceGraphic",
203
+ in2: "effect1_dropShadow_13331_1239",
204
+ result: "shape"
205
+ })]
206
+ }), /*#__PURE__*/_jsxs("filter", {
207
+ id: "filter1_dd_13331_1239",
208
+ x: "81.378",
209
+ y: "16.689",
210
+ width: "65.633",
211
+ height: "65.633",
212
+ filterUnits: "userSpaceOnUse",
213
+ colorInterpolationFilters: "sRGB",
214
+ children: [/*#__PURE__*/_jsx("feFlood", {
215
+ floodOpacity: "0",
216
+ result: "BackgroundImageFix"
217
+ }), /*#__PURE__*/_jsx("feColorMatrix", {
218
+ "in": "SourceAlpha",
219
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
220
+ result: "hardAlpha"
221
+ }), /*#__PURE__*/_jsx("feOffset", {
222
+ dy: "6.311"
223
+ }), /*#__PURE__*/_jsx("feGaussianBlur", {
224
+ stdDeviation: "6.311"
225
+ }), /*#__PURE__*/_jsx("feColorMatrix", {
226
+ values: "0 0 0 0 0.137255 0 0 0 0 0.14902 0 0 0 0 0.231373 0 0 0 0.1 0"
227
+ }), /*#__PURE__*/_jsx("feBlend", {
228
+ in2: "BackgroundImageFix",
229
+ result: "effect1_dropShadow_13331_1239"
230
+ }), /*#__PURE__*/_jsx("feColorMatrix", {
231
+ "in": "SourceAlpha",
232
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
233
+ result: "hardAlpha"
234
+ }), /*#__PURE__*/_jsx("feOffset", {
235
+ dy: "1.487"
236
+ }), /*#__PURE__*/_jsx("feGaussianBlur", {
237
+ stdDeviation: "2.973"
238
+ }), /*#__PURE__*/_jsx("feColorMatrix", {
239
+ values: "0 0 0 0 0.28149 0 0 0 0 0.297974 0 0 0 0 0.479294 0 0 0 0.2 0"
240
+ }), /*#__PURE__*/_jsx("feBlend", {
241
+ in2: "effect1_dropShadow_13331_1239",
242
+ result: "effect2_dropShadow_13331_1239"
243
+ }), /*#__PURE__*/_jsx("feBlend", {
244
+ "in": "SourceGraphic",
245
+ in2: "effect2_dropShadow_13331_1239",
246
+ result: "shape"
247
+ })]
248
+ }), /*#__PURE__*/_jsx("clipPath", {
249
+ id: "clip0_13331_1239",
250
+ children: /*#__PURE__*/_jsx("path", {
251
+ fill: "#fff",
252
+ d: "M0 0h160v160H0z"
253
+ })
254
+ })]
255
+ })]
256
+ }));
257
+ };
258
+ FailSVG.defaultProps = {
259
+ viewBox: "0 0 160 160",
260
+ fill: "none",
261
+ xmlns: "http://www.w3.org/2000/svg"
262
+ };
263
+ var FilterResultsSVG = function FilterResultsSVG(props) {
264
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({}, props), {}, {
265
+ children: [/*#__PURE__*/_jsxs("g", {
266
+ clipPath: "url(#clip0_13331_1227)",
267
+ children: [/*#__PURE__*/_jsx("path", {
268
+ d: "M40.09 36.16h79.819a4.932 4.932 0 0 1 4.932 4.93v75.819a4.932 4.932 0 0 1-4.932 4.932H40.091a4.932 4.932 0 0 1-4.932-4.932V41.091a4.932 4.932 0 0 1 4.932-4.932Z",
269
+ stroke: "#9698C3",
270
+ strokeWidth: ".318"
271
+ }), /*#__PURE__*/_jsx("path", {
272
+ d: "M24.09 21.16H135.91a4.932 4.932 0 0 1 4.932 4.93V131.91a4.932 4.932 0 0 1-4.932 4.932H24.091a4.932 4.932 0 0 1-4.932-4.932V26.091a4.932 4.932 0 0 1 4.932-4.932Z",
273
+ stroke: "#1E59FF",
274
+ strokeWidth: ".318"
275
+ }), /*#__PURE__*/_jsx("g", {
276
+ filter: "url(#filter0_d_13331_1227)",
277
+ children: /*#__PURE__*/_jsx("path", {
278
+ d: "M14.192 71.962a8 8 0 0 1 6.49-9.267l47.27-8.335a8 8 0 0 1 9.267 6.489l11.114 63.028a8 8 0 0 1-6.49 9.267l-47.27 8.335a8 8 0 0 1-9.268-6.489L14.192 71.962Z",
279
+ fill: "url(#paint0_linear_13331_1227)"
280
+ })
281
+ }), /*#__PURE__*/_jsx("g", {
282
+ filter: "url(#filter1_d_13331_1227)",
283
+ children: /*#__PURE__*/_jsx("path", {
284
+ d: "M82.305 22.849a8 8 0 0 1 9.268-6.49l47.271 8.335a8 8 0 0 1 6.489 9.268L134.219 96.99a8 8 0 0 1-9.267 6.489l-47.27-8.335a8 8 0 0 1-6.49-9.268L82.305 22.85Z",
285
+ fill: "url(#paint1_linear_13331_1227)"
286
+ })
287
+ }), /*#__PURE__*/_jsx("g", {
288
+ filter: "url(#filter2_d_13331_1227)",
289
+ children: /*#__PURE__*/_jsx("path", {
290
+ d: "M48 47a8 8 0 0 1 8-8h48a8 8 0 0 1 8 8v64a8 8 0 0 1-8 8H56a8 8 0 0 1-8-8V47Z",
291
+ fill: "#fff"
292
+ })
293
+ }), /*#__PURE__*/_jsx("path", {
294
+ d: "M79.556 66c-4.317 0-7.123 1.74-9.336 4.852-.377.527-.27 1.318.324 1.687l2.32 1.74c.54.422 1.35.317 1.781-.21 1.35-1.635 2.375-2.585 4.48-2.585 1.672 0 3.723 1.002 3.723 2.584 0 1.213-1.025 1.793-2.644 2.69-1.943 1.055-4.48 2.373-4.48 5.642v.475c0 .738.594 1.266 1.296 1.266h3.94c.7 0 1.294-.528 1.294-1.266v-.264c0-2.267 6.746-2.373 6.746-8.49C89 69.533 84.09 66 79.556 66Zm-.54 19.723c-2.104 0-3.777 1.634-3.777 3.638S76.912 93 79.017 93c2.05 0 3.723-1.635 3.723-3.639 0-2.004-1.673-3.638-3.723-3.638Z",
295
+ fill: "#1E59FF"
296
+ }), /*#__PURE__*/_jsxs("g", {
297
+ filter: "url(#filter3_di_13331_1227)",
298
+ children: [/*#__PURE__*/_jsx("path", {
299
+ d: "m107.563 99.213-7.35 7.349 4.9 4.9 7.35-7.35-4.9-4.9Z",
300
+ fill: "url(#paint2_linear_13331_1227)"
301
+ }), /*#__PURE__*/_jsx("path", {
302
+ d: "M129.612 128.613c-3.368 3.368-8.881 3.368-12.25 0l-13.475-13.475a1.739 1.739 0 0 1 0-2.45l9.8-9.8a1.737 1.737 0 0 1 2.45 0l13.475 13.475c3.369 3.368 3.369 8.881 0 12.25Z",
303
+ fill: "url(#paint3_linear_13331_1227)"
304
+ }), /*#__PURE__*/_jsx("path", {
305
+ d: "M55.5 54.5c-13.536 13.536-13.536 35.464 0 49 13.536 13.536 35.464 13.536 49 0 13.536-13.536 13.536-35.464 0-49-13.536-13.536-35.464-13.536-49 0Zm41.037 41.037c-9.126 9.127-23.948 9.127-33.075 0-9.126-9.126-9.126-23.948 0-33.075 9.127-9.126 23.95-9.126 33.075 0 9.127 9.127 9.127 23.95 0 33.075Z",
306
+ fill: "url(#paint4_linear_13331_1227)"
307
+ })]
308
+ })]
309
+ }), /*#__PURE__*/_jsxs("defs", {
310
+ children: [/*#__PURE__*/_jsxs("linearGradient", {
311
+ id: "paint0_linear_13331_1227",
312
+ x1: "26",
313
+ y1: "148",
314
+ x2: "129",
315
+ y2: "0",
316
+ gradientUnits: "userSpaceOnUse",
317
+ children: [/*#__PURE__*/_jsx("stop", {
318
+ stopColor: "#fff"
319
+ }), /*#__PURE__*/_jsx("stop", {
320
+ offset: "1",
321
+ stopColor: "#B6B7D5"
322
+ })]
323
+ }), /*#__PURE__*/_jsxs("linearGradient", {
324
+ id: "paint1_linear_13331_1227",
325
+ x1: "93.5",
326
+ y1: "66",
327
+ x2: "151.5",
328
+ y2: "20",
329
+ gradientUnits: "userSpaceOnUse",
330
+ children: [/*#__PURE__*/_jsx("stop", {
331
+ stopColor: "#D6D6E7"
332
+ }), /*#__PURE__*/_jsx("stop", {
333
+ offset: "1",
334
+ stopColor: "#FCFCFD"
335
+ })]
336
+ }), /*#__PURE__*/_jsxs("linearGradient", {
337
+ id: "paint2_linear_13331_1227",
338
+ x1: "103.888",
339
+ y1: "102.887",
340
+ x2: "108.788",
341
+ y2: "107.787",
342
+ gradientUnits: "userSpaceOnUse",
343
+ children: [/*#__PURE__*/_jsx("stop", {
344
+ stopColor: "#A2AFFF"
345
+ }), /*#__PURE__*/_jsx("stop", {
346
+ offset: "1",
347
+ stopColor: "#2857FF"
348
+ })]
349
+ }), /*#__PURE__*/_jsxs("linearGradient", {
350
+ id: "paint3_linear_13331_1227",
351
+ x1: "108.787",
352
+ y1: "107.788",
353
+ x2: "129.612",
354
+ y2: "128.613",
355
+ gradientUnits: "userSpaceOnUse",
356
+ children: [/*#__PURE__*/_jsx("stop", {
357
+ stopColor: "#A2AFFF"
358
+ }), /*#__PURE__*/_jsx("stop", {
359
+ offset: "1",
360
+ stopColor: "#2857FF"
361
+ })]
362
+ }), /*#__PURE__*/_jsxs("linearGradient", {
363
+ id: "paint4_linear_13331_1227",
364
+ x1: "55.5",
365
+ y1: "54.5",
366
+ x2: "104.5",
367
+ y2: "103.5",
368
+ gradientUnits: "userSpaceOnUse",
369
+ children: [/*#__PURE__*/_jsx("stop", {
370
+ stopColor: "#A2AFFF"
371
+ }), /*#__PURE__*/_jsx("stop", {
372
+ offset: "1",
373
+ stopColor: "#2857FF"
374
+ })]
375
+ }), /*#__PURE__*/_jsxs("filter", {
376
+ id: "filter0_d_13331_1227",
377
+ x: "-8.056",
378
+ y: "38.172",
379
+ width: "118.637",
380
+ height: "131.615",
381
+ filterUnits: "userSpaceOnUse",
382
+ colorInterpolationFilters: "sRGB",
383
+ children: [/*#__PURE__*/_jsx("feFlood", {
384
+ floodOpacity: "0",
385
+ result: "BackgroundImageFix"
386
+ }), /*#__PURE__*/_jsx("feColorMatrix", {
387
+ "in": "SourceAlpha",
388
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
389
+ result: "hardAlpha"
390
+ }), /*#__PURE__*/_jsx("feOffset", {
391
+ dy: "6.06"
392
+ }), /*#__PURE__*/_jsx("feGaussianBlur", {
393
+ stdDeviation: "11.063"
394
+ }), /*#__PURE__*/_jsx("feColorMatrix", {
395
+ values: "0 0 0 0 0.138235 0 0 0 0 0.148109 0 0 0 0 0.230392 0 0 0 0.1 0"
396
+ }), /*#__PURE__*/_jsx("feBlend", {
397
+ in2: "BackgroundImageFix",
398
+ result: "effect1_dropShadow_13331_1227"
399
+ }), /*#__PURE__*/_jsx("feBlend", {
400
+ "in": "SourceGraphic",
401
+ in2: "effect1_dropShadow_13331_1227",
402
+ result: "shape"
403
+ })]
404
+ }), /*#__PURE__*/_jsxs("filter", {
405
+ id: "filter1_d_13331_1227",
406
+ x: "48.944",
407
+ y: "5.174",
408
+ width: "118.637",
409
+ height: "131.615",
410
+ filterUnits: "userSpaceOnUse",
411
+ colorInterpolationFilters: "sRGB",
412
+ children: [/*#__PURE__*/_jsx("feFlood", {
413
+ floodOpacity: "0",
414
+ result: "BackgroundImageFix"
415
+ }), /*#__PURE__*/_jsx("feColorMatrix", {
416
+ "in": "SourceAlpha",
417
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
418
+ result: "hardAlpha"
419
+ }), /*#__PURE__*/_jsx("feOffset", {
420
+ dy: "11.063"
421
+ }), /*#__PURE__*/_jsx("feGaussianBlur", {
422
+ stdDeviation: "11.063"
423
+ }), /*#__PURE__*/_jsx("feColorMatrix", {
424
+ values: "0 0 0 0 0.138235 0 0 0 0 0.148109 0 0 0 0 0.230392 0 0 0 0.1 0"
425
+ }), /*#__PURE__*/_jsx("feBlend", {
426
+ in2: "BackgroundImageFix",
427
+ result: "effect1_dropShadow_13331_1227"
428
+ }), /*#__PURE__*/_jsx("feBlend", {
429
+ "in": "SourceGraphic",
430
+ in2: "effect1_dropShadow_13331_1227",
431
+ result: "shape"
432
+ })]
433
+ }), /*#__PURE__*/_jsxs("filter", {
434
+ id: "filter2_d_13331_1227",
435
+ x: "25.875",
436
+ y: "27.938",
437
+ width: "108.25",
438
+ height: "124.25",
439
+ filterUnits: "userSpaceOnUse",
440
+ colorInterpolationFilters: "sRGB",
441
+ children: [/*#__PURE__*/_jsx("feFlood", {
442
+ floodOpacity: "0",
443
+ result: "BackgroundImageFix"
444
+ }), /*#__PURE__*/_jsx("feColorMatrix", {
445
+ "in": "SourceAlpha",
446
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
447
+ result: "hardAlpha"
448
+ }), /*#__PURE__*/_jsx("feOffset", {
449
+ dy: "11.063"
450
+ }), /*#__PURE__*/_jsx("feGaussianBlur", {
451
+ stdDeviation: "11.063"
452
+ }), /*#__PURE__*/_jsx("feColorMatrix", {
453
+ values: "0 0 0 0 0.138235 0 0 0 0 0.148109 0 0 0 0 0.230392 0 0 0 0.1 0"
454
+ }), /*#__PURE__*/_jsx("feBlend", {
455
+ in2: "BackgroundImageFix",
456
+ result: "effect1_dropShadow_13331_1227"
457
+ }), /*#__PURE__*/_jsx("feBlend", {
458
+ "in": "SourceGraphic",
459
+ in2: "effect1_dropShadow_13331_1227",
460
+ result: "shape"
461
+ })]
462
+ }), /*#__PURE__*/_jsxs("filter", {
463
+ id: "filter3_di_13331_1227",
464
+ x: "23.223",
465
+ y: "33.285",
466
+ width: "131.041",
467
+ height: "131.041",
468
+ filterUnits: "userSpaceOnUse",
469
+ colorInterpolationFilters: "sRGB",
470
+ children: [/*#__PURE__*/_jsx("feFlood", {
471
+ floodOpacity: "0",
472
+ result: "BackgroundImageFix"
473
+ }), /*#__PURE__*/_jsx("feColorMatrix", {
474
+ "in": "SourceAlpha",
475
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
476
+ result: "hardAlpha"
477
+ }), /*#__PURE__*/_jsx("feOffset", {
478
+ dy: "11.063"
479
+ }), /*#__PURE__*/_jsx("feGaussianBlur", {
480
+ stdDeviation: "11.063"
481
+ }), /*#__PURE__*/_jsx("feColorMatrix", {
482
+ values: "0 0 0 0 0.138235 0 0 0 0 0.148109 0 0 0 0 0.230392 0 0 0 0.1 0"
483
+ }), /*#__PURE__*/_jsx("feBlend", {
484
+ in2: "BackgroundImageFix",
485
+ result: "effect1_dropShadow_13331_1227"
486
+ }), /*#__PURE__*/_jsx("feBlend", {
487
+ "in": "SourceGraphic",
488
+ in2: "effect1_dropShadow_13331_1227",
489
+ result: "shape"
490
+ }), /*#__PURE__*/_jsx("feColorMatrix", {
491
+ "in": "SourceAlpha",
492
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
493
+ result: "hardAlpha"
494
+ }), /*#__PURE__*/_jsx("feOffset", {
495
+ dy: ".897"
496
+ }), /*#__PURE__*/_jsx("feGaussianBlur", {
497
+ stdDeviation: ".448"
498
+ }), /*#__PURE__*/_jsx("feComposite", {
499
+ in2: "hardAlpha",
500
+ operator: "arithmetic",
501
+ k2: "-1",
502
+ k3: "1"
503
+ }), /*#__PURE__*/_jsx("feColorMatrix", {
504
+ values: "0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.5 0"
505
+ }), /*#__PURE__*/_jsx("feBlend", {
506
+ in2: "shape",
507
+ result: "effect2_innerShadow_13331_1227"
508
+ })]
509
+ }), /*#__PURE__*/_jsx("clipPath", {
510
+ id: "clip0_13331_1227",
511
+ children: /*#__PURE__*/_jsx("path", {
512
+ fill: "#fff",
513
+ d: "M0 0h160v160H0z"
514
+ })
515
+ })]
516
+ })]
517
+ }));
518
+ };
519
+ FilterResultsSVG.defaultProps = {
520
+ viewBox: "0 0 160 160",
521
+ fill: "none",
522
+ xmlns: "http://www.w3.org/2000/svg"
523
+ };
524
+ var GenericSVG = function GenericSVG(props) {
525
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({}, props), {}, {
526
+ children: [/*#__PURE__*/_jsx("g", {
527
+ filter: "url(#filter0_dd_13331_1167)",
528
+ children: /*#__PURE__*/_jsx("path", {
529
+ d: "M15.297 46.093h104.965c1.205 0 2.182.977 2.182 2.182v53.863a2.182 2.182 0 0 1-2.182 2.182H15.297a2.182 2.182 0 0 1-2.182-2.182V48.275c0-1.205.977-2.182 2.182-2.182Z",
530
+ fill: "#000"
531
+ })
532
+ }), /*#__PURE__*/_jsx("path", {
533
+ d: "M15.297 46.093h104.965c1.205 0 2.182.977 2.182 2.182v53.863a2.182 2.182 0 0 1-2.182 2.182H15.297a2.182 2.182 0 0 1-2.182-2.182V48.275c0-1.205.977-2.182 2.182-2.182Z",
534
+ fill: "url(#paint0_linear_13331_1167)"
535
+ }), /*#__PURE__*/_jsx("path", {
536
+ opacity: ".5",
537
+ fillRule: "evenodd",
538
+ clipRule: "evenodd",
539
+ d: "M26.233 57.738h26.971a1.456 1.456 0 1 1 0 2.912H26.233a1.456 1.456 0 0 1 0-2.912Z",
540
+ fill: "#5369FF"
541
+ }), /*#__PURE__*/_jsx("path", {
542
+ opacity: ".5",
543
+ fillRule: "evenodd",
544
+ clipRule: "evenodd",
545
+ d: "M26.232 72.295h64.145c.803 0 1.455.65 1.455 1.454v.002c0 .804-.652 1.455-1.455 1.455H26.232a1.455 1.455 0 0 1-1.455-1.455v-.002c0-.803.651-1.454 1.454-1.454ZM26.232 81.029h75.807c.803 0 1.454.651 1.454 1.454v.003c0 .803-.651 1.454-1.454 1.454H26.231a1.455 1.455 0 0 1-1.454-1.454v-.003c0-.803.651-1.454 1.454-1.454ZM26.232 89.763h34.99c.804 0 1.455.651 1.455 1.454v.003c0 .803-.65 1.454-1.454 1.454H26.232a1.455 1.455 0 0 1-1.455-1.454v-.002c0-.804.651-1.455 1.454-1.455ZM67.047 89.763h34.992c.803 0 1.454.651 1.454 1.454v.003c0 .803-.651 1.454-1.454 1.454H67.047a1.455 1.455 0 0 1-1.454-1.454v-.002c0-.804.651-1.455 1.454-1.455Z",
546
+ fill: "#C5C9E0"
547
+ }), /*#__PURE__*/_jsx("g", {
548
+ filter: "url(#filter1_dd_13331_1167)",
549
+ children: /*#__PURE__*/_jsx("path", {
550
+ d: "M25.773 77.156h104.964c1.205 0 2.182.976 2.182 2.181v53.864a2.182 2.182 0 0 1-2.182 2.182H25.773a2.182 2.182 0 0 1-2.182-2.182V79.337c0-1.205.977-2.181 2.182-2.181Z",
551
+ fill: "#000"
552
+ })
553
+ }), /*#__PURE__*/_jsx("path", {
554
+ d: "M25.773 77.156h104.964c1.205 0 2.182.976 2.182 2.181v53.864a2.182 2.182 0 0 1-2.182 2.182H25.773a2.182 2.182 0 0 1-2.182-2.182V79.337c0-1.205.977-2.181 2.182-2.181Z",
555
+ fill: "url(#paint1_linear_13331_1167)"
556
+ }), /*#__PURE__*/_jsxs("g", {
557
+ opacity: ".8",
558
+ children: [/*#__PURE__*/_jsx("path", {
559
+ opacity: ".5",
560
+ d: "M63.68 88.801H36.708a1.456 1.456 0 0 0 0 2.912H63.68a1.456 1.456 0 0 0 0-2.912Z",
561
+ fill: "#5369FF"
562
+ }), /*#__PURE__*/_jsx("path", {
563
+ opacity: ".5",
564
+ fillRule: "evenodd",
565
+ clipRule: "evenodd",
566
+ d: "M36.707 103.358h64.146c.803 0 1.454.651 1.454 1.455v.002c0 .803-.651 1.454-1.454 1.454H36.707a1.454 1.454 0 0 1-1.455-1.454v-.002c0-.804.652-1.455 1.455-1.455ZM36.707 112.092h75.807c.804 0 1.455.651 1.455 1.455v.002c0 .803-.651 1.454-1.455 1.454H36.707a1.454 1.454 0 0 1-1.455-1.454v-.002c0-.804.652-1.455 1.455-1.455ZM36.707 120.826h34.991c.804 0 1.455.651 1.455 1.455v.002c0 .803-.651 1.455-1.455 1.455H36.707a1.455 1.455 0 0 1-1.455-1.455v-.002c0-.804.652-1.455 1.455-1.455ZM77.523 120.826h34.991c.803 0 1.455.651 1.455 1.455v.002c0 .803-.652 1.455-1.455 1.455H77.523a1.455 1.455 0 0 1-1.455-1.455v-.002c0-.804.651-1.455 1.455-1.455Z",
567
+ fill: "#C5C9E0"
568
+ })]
569
+ }), /*#__PURE__*/_jsx("g", {
570
+ filter: "url(#filter2_dd_13331_1167)",
571
+ children: /*#__PURE__*/_jsx("path", {
572
+ d: "M60.94 23.764h83.878c1.205 0 2.182.976 2.182 2.181v58.612a2.182 2.182 0 0 1-2.182 2.182H60.94a2.182 2.182 0 0 1-2.182-2.182V25.945c0-1.205.977-2.181 2.182-2.181Z",
573
+ fill: "#000"
574
+ })
575
+ }), /*#__PURE__*/_jsx("path", {
576
+ d: "M60.94 23.764h83.878c1.205 0 2.182.976 2.182 2.181v58.612a2.182 2.182 0 0 1-2.182 2.182H60.94a2.182 2.182 0 0 1-2.182-2.182V25.945c0-1.205.977-2.181 2.182-2.181Z",
577
+ fill: "url(#paint2_linear_13331_1167)"
578
+ }), /*#__PURE__*/_jsx("path", {
579
+ opacity: ".5",
580
+ d: "M91.06 35.409H70.065a1.456 1.456 0 1 0 0 2.911H91.06a1.456 1.456 0 0 0 0-2.911Z",
581
+ fill: "#5369FF"
582
+ }), /*#__PURE__*/_jsx("path", {
583
+ opacity: ".5",
584
+ fillRule: "evenodd",
585
+ clipRule: "evenodd",
586
+ d: "M69.776 49.822h13.609c.803 0 1.454.652 1.454 1.455v.131c0 .803-.65 1.455-1.454 1.455h-13.61a1.455 1.455 0 0 1-1.454-1.455v-.131c0-.803.651-1.455 1.455-1.455Z",
587
+ fill: "#C5C9E0"
588
+ }), /*#__PURE__*/_jsx("path", {
589
+ opacity: ".5",
590
+ d: "M135.917 49.822H88.533a1.52 1.52 0 1 0 0 3.04h47.384a1.52 1.52 0 0 0 0-3.04Z",
591
+ fill: "#C5C9E0"
592
+ }), /*#__PURE__*/_jsx("path", {
593
+ opacity: ".5",
594
+ fillRule: "evenodd",
595
+ clipRule: "evenodd",
596
+ d: "M69.776 58.509h66.206c.804 0 1.455.65 1.455 1.454v.131c0 .804-.651 1.455-1.455 1.455H69.776a1.455 1.455 0 0 1-1.455-1.455v-.13c0-.804.651-1.455 1.455-1.455ZM69.776 67.195h27.519c.803 0 1.454.651 1.454 1.455v.13c0 .804-.65 1.455-1.454 1.455h-27.52a1.455 1.455 0 0 1-1.454-1.454v-.131c0-.804.651-1.455 1.455-1.455Z",
597
+ fill: "#C5C9E0"
598
+ }), /*#__PURE__*/_jsx("path", {
599
+ opacity: ".5",
600
+ d: "M136.351 67.195h-33.473a1.52 1.52 0 1 0 0 3.04h33.473a1.52 1.52 0 1 0 0-3.04Z",
601
+ fill: "#C5C9E0"
602
+ }), /*#__PURE__*/_jsx("path", {
603
+ opacity: ".5",
604
+ fillRule: "evenodd",
605
+ clipRule: "evenodd",
606
+ d: "M69.776 76.316h13.609c.803 0 1.454.65 1.454 1.454v.131c0 .803-.65 1.455-1.454 1.455h-13.61a1.455 1.455 0 0 1-1.454-1.455v-.13c0-.804.651-1.456 1.455-1.456ZM69.776 93.688h27.519c.803 0 1.454.651 1.454 1.455v.131c0 .803-.65 1.454-1.454 1.454h-27.52a1.455 1.455 0 0 1-1.454-1.454v-.131c0-.803.651-1.455 1.455-1.455Z",
607
+ fill: "#C5C9E0"
608
+ }), /*#__PURE__*/_jsxs("defs", {
609
+ children: [/*#__PURE__*/_jsxs("linearGradient", {
610
+ id: "paint0_linear_13331_1167",
611
+ x1: "67.779",
612
+ y1: "104.32",
613
+ x2: "67.779",
614
+ y2: "46.093",
615
+ gradientUnits: "userSpaceOnUse",
616
+ children: [/*#__PURE__*/_jsx("stop", {
617
+ stopColor: "#F5F5FA"
618
+ }), /*#__PURE__*/_jsx("stop", {
619
+ offset: "1",
620
+ stopColor: "#fff"
621
+ })]
622
+ }), /*#__PURE__*/_jsxs("linearGradient", {
623
+ id: "paint1_linear_13331_1167",
624
+ x1: "78.255",
625
+ y1: "135.383",
626
+ x2: "78.255",
627
+ y2: "77.156",
628
+ gradientUnits: "userSpaceOnUse",
629
+ children: [/*#__PURE__*/_jsx("stop", {
630
+ stopColor: "#F5F5FA"
631
+ }), /*#__PURE__*/_jsx("stop", {
632
+ offset: "1",
633
+ stopColor: "#fff"
634
+ })]
635
+ }), /*#__PURE__*/_jsxs("linearGradient", {
636
+ id: "paint2_linear_13331_1167",
637
+ x1: "102.879",
638
+ y1: "86.739",
639
+ x2: "102.879",
640
+ y2: "23.764",
641
+ gradientUnits: "userSpaceOnUse",
642
+ children: [/*#__PURE__*/_jsx("stop", {
643
+ stopColor: "#F5F5FA"
644
+ }), /*#__PURE__*/_jsx("stop", {
645
+ offset: "1",
646
+ stopColor: "#fff"
647
+ })]
648
+ }), /*#__PURE__*/_jsxs("filter", {
649
+ id: "filter0_dd_13331_1167",
650
+ x: "8.145",
651
+ y: "43.253",
652
+ width: "119.268",
653
+ height: "68.167",
654
+ filterUnits: "userSpaceOnUse",
655
+ colorInterpolationFilters: "sRGB",
656
+ children: [/*#__PURE__*/_jsx("feFlood", {
657
+ floodOpacity: "0",
658
+ result: "BackgroundImageFix"
659
+ }), /*#__PURE__*/_jsx("feColorMatrix", {
660
+ "in": "SourceAlpha",
661
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
662
+ result: "hardAlpha"
663
+ }), /*#__PURE__*/_jsx("feOffset", {
664
+ dy: "2.13"
665
+ }), /*#__PURE__*/_jsx("feGaussianBlur", {
666
+ stdDeviation: "2.485"
667
+ }), /*#__PURE__*/_jsx("feColorMatrix", {
668
+ values: "0 0 0 0 0.145098 0 0 0 0 0.172549 0 0 0 0 0.380392 0 0 0 0.15 0"
669
+ }), /*#__PURE__*/_jsx("feBlend", {
670
+ in2: "BackgroundImageFix",
671
+ result: "effect1_dropShadow_13331_1167"
672
+ }), /*#__PURE__*/_jsx("feColorMatrix", {
673
+ "in": "SourceAlpha",
674
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
675
+ result: "hardAlpha"
676
+ }), /*#__PURE__*/_jsx("feOffset", {
677
+ dy: "1.065"
678
+ }), /*#__PURE__*/_jsx("feGaussianBlur", {
679
+ stdDeviation: ".71"
680
+ }), /*#__PURE__*/_jsx("feColorMatrix", {
681
+ values: "0 0 0 0 0.364706 0 0 0 0 0.392157 0 0 0 0 0.580392 0 0 0 0.2 0"
682
+ }), /*#__PURE__*/_jsx("feBlend", {
683
+ in2: "effect1_dropShadow_13331_1167",
684
+ result: "effect2_dropShadow_13331_1167"
685
+ }), /*#__PURE__*/_jsx("feBlend", {
686
+ "in": "SourceGraphic",
687
+ in2: "effect2_dropShadow_13331_1167",
688
+ result: "shape"
689
+ })]
690
+ }), /*#__PURE__*/_jsxs("filter", {
691
+ id: "filter1_dd_13331_1167",
692
+ x: "18.621",
693
+ y: "74.316",
694
+ width: "119.268",
695
+ height: "68.167",
696
+ filterUnits: "userSpaceOnUse",
697
+ colorInterpolationFilters: "sRGB",
698
+ children: [/*#__PURE__*/_jsx("feFlood", {
699
+ floodOpacity: "0",
700
+ result: "BackgroundImageFix"
701
+ }), /*#__PURE__*/_jsx("feColorMatrix", {
702
+ "in": "SourceAlpha",
703
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
704
+ result: "hardAlpha"
705
+ }), /*#__PURE__*/_jsx("feOffset", {
706
+ dy: "2.13"
707
+ }), /*#__PURE__*/_jsx("feGaussianBlur", {
708
+ stdDeviation: "2.485"
709
+ }), /*#__PURE__*/_jsx("feColorMatrix", {
710
+ values: "0 0 0 0 0.145098 0 0 0 0 0.172549 0 0 0 0 0.380392 0 0 0 0.15 0"
711
+ }), /*#__PURE__*/_jsx("feBlend", {
712
+ in2: "BackgroundImageFix",
713
+ result: "effect1_dropShadow_13331_1167"
714
+ }), /*#__PURE__*/_jsx("feColorMatrix", {
715
+ "in": "SourceAlpha",
716
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
717
+ result: "hardAlpha"
718
+ }), /*#__PURE__*/_jsx("feOffset", {
719
+ dy: "1.065"
720
+ }), /*#__PURE__*/_jsx("feGaussianBlur", {
721
+ stdDeviation: ".71"
722
+ }), /*#__PURE__*/_jsx("feColorMatrix", {
723
+ values: "0 0 0 0 0.364706 0 0 0 0 0.392157 0 0 0 0 0.580392 0 0 0 0.2 0"
724
+ }), /*#__PURE__*/_jsx("feBlend", {
725
+ in2: "effect1_dropShadow_13331_1167",
726
+ result: "effect2_dropShadow_13331_1167"
727
+ }), /*#__PURE__*/_jsx("feBlend", {
728
+ "in": "SourceGraphic",
729
+ in2: "effect2_dropShadow_13331_1167",
730
+ result: "shape"
731
+ })]
732
+ }), /*#__PURE__*/_jsxs("filter", {
733
+ id: "filter2_dd_13331_1167",
734
+ x: "53.788",
735
+ y: "20.923",
736
+ width: "98.182",
737
+ height: "72.916",
738
+ filterUnits: "userSpaceOnUse",
739
+ colorInterpolationFilters: "sRGB",
740
+ children: [/*#__PURE__*/_jsx("feFlood", {
741
+ floodOpacity: "0",
742
+ result: "BackgroundImageFix"
743
+ }), /*#__PURE__*/_jsx("feColorMatrix", {
744
+ "in": "SourceAlpha",
745
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
746
+ result: "hardAlpha"
747
+ }), /*#__PURE__*/_jsx("feOffset", {
748
+ dy: "2.13"
749
+ }), /*#__PURE__*/_jsx("feGaussianBlur", {
750
+ stdDeviation: "2.485"
751
+ }), /*#__PURE__*/_jsx("feColorMatrix", {
752
+ values: "0 0 0 0 0.145098 0 0 0 0 0.172549 0 0 0 0 0.380392 0 0 0 0.15 0"
753
+ }), /*#__PURE__*/_jsx("feBlend", {
754
+ in2: "BackgroundImageFix",
755
+ result: "effect1_dropShadow_13331_1167"
756
+ }), /*#__PURE__*/_jsx("feColorMatrix", {
757
+ "in": "SourceAlpha",
758
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
759
+ result: "hardAlpha"
760
+ }), /*#__PURE__*/_jsx("feOffset", {
761
+ dy: "1.065"
762
+ }), /*#__PURE__*/_jsx("feGaussianBlur", {
763
+ stdDeviation: ".71"
764
+ }), /*#__PURE__*/_jsx("feColorMatrix", {
765
+ values: "0 0 0 0 0.364706 0 0 0 0 0.392157 0 0 0 0 0.580392 0 0 0 0.2 0"
766
+ }), /*#__PURE__*/_jsx("feBlend", {
767
+ in2: "effect1_dropShadow_13331_1167",
768
+ result: "effect2_dropShadow_13331_1167"
769
+ }), /*#__PURE__*/_jsx("feBlend", {
770
+ "in": "SourceGraphic",
771
+ in2: "effect2_dropShadow_13331_1167",
772
+ result: "shape"
773
+ })]
774
+ })]
775
+ })]
776
+ }));
777
+ };
778
+ GenericSVG.defaultProps = {
779
+ viewBox: "0 0 160 160",
780
+ fill: "none",
781
+ xmlns: "http://www.w3.org/2000/svg"
782
+ };
783
+ var NoPermissionSVG = function NoPermissionSVG(props) {
784
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({}, props), {}, {
785
+ children: [/*#__PURE__*/_jsx("g", {
786
+ filter: "url(#filter0_d_13331_1260)",
787
+ children: /*#__PURE__*/_jsx("path", {
788
+ d: "m34.358 31.02 43.074-8.076a11.288 11.288 0 0 1 4.16 0l43.073 8.077v52.395a48.037 48.037 0 0 1-22.576 40.734l-19.586 12.241a5.644 5.644 0 0 1-5.983 0L56.935 124.15a48.035 48.035 0 0 1-22.577-40.734V31.02Z",
789
+ fill: "#fff"
790
+ })
791
+ }), /*#__PURE__*/_jsx("path", {
792
+ d: "m43.506 40.875 34.487-6.453a9.055 9.055 0 0 1 3.331 0l34.487 6.453V82.74a38.364 38.364 0 0 1-18.076 32.548l-15.681 9.781a4.527 4.527 0 0 1-4.79 0l-15.681-9.781A38.364 38.364 0 0 1 43.506 82.74V40.875Z",
793
+ stroke: "url(#paint0_linear_13331_1260)",
794
+ strokeWidth: "1.909"
795
+ }), /*#__PURE__*/_jsx("g", {
796
+ filter: "url(#filter1_di_13331_1260)",
797
+ children: /*#__PURE__*/_jsx("path", {
798
+ d: "m43.525 40.876 34.486-6.453a9.055 9.055 0 0 1 3.332 0l34.486 6.453v41.866a38.365 38.365 0 0 1-18.076 32.548l-15.68 9.781a4.527 4.527 0 0 1-4.791 0l-15.681-9.781a38.365 38.365 0 0 1-18.076-32.548V40.876Z",
799
+ fill: "#F5F5FA"
800
+ })
801
+ }), /*#__PURE__*/_jsx("g", {
802
+ filter: "url(#filter2_d_13331_1260)",
803
+ children: /*#__PURE__*/_jsx("path", {
804
+ d: "m61.673 60.458 17.22-3.228a4.515 4.515 0 0 1 1.663 0l17.219 3.228v20.944a19.2 19.2 0 0 1-9.026 16.282l-7.83 4.893a2.258 2.258 0 0 1-2.39 0l-7.83-4.893a19.2 19.2 0 0 1-9.026-16.282V60.458Z",
805
+ fill: "#0DB7EB"
806
+ })
807
+ }), /*#__PURE__*/_jsx("path", {
808
+ d: "M75.08 75.898v-1.8a4.5 4.5 0 1 1 9 0v1.8h.9a1.8 1.8 0 0 1 1.8 1.8v5.4a1.8 1.8 0 0 1-1.8 1.8h-10.8a1.8 1.8 0 0 1-1.8-1.8v-5.4a1.8 1.8 0 0 1 1.8-1.8h.9Zm4.5-4.5a2.7 2.7 0 0 0-2.7 2.7v1.8h5.4v-1.8a2.7 2.7 0 0 0-2.7-2.7Z",
809
+ fill: "#fff"
810
+ }), /*#__PURE__*/_jsx("path", {
811
+ d: "M25.319 84.117V25.19a5.09 5.09 0 0 1 4.15-5.003l47.587-8.953c1.651-.31 3.346-.31 4.997 0l47.588 8.953a5.09 5.09 0 0 1 4.149 5.003v14.285M133.79 84.117c0 19.962-10.248 38.516-27.118 49.095l-23.524 14.754a6.759 6.759 0 0 1-7.186 0l-23.525-14.754",
812
+ stroke: "#9698C3",
813
+ strokeWidth: ".318"
814
+ }), /*#__PURE__*/_jsx("path", {
815
+ d: "M112.096 143.901c20.244-12.705 32.542-34.985 32.542-58.957v-27.09M14.472 42.788v42.156a69.71 69.71 0 0 0 9.227 34.678",
816
+ stroke: "#9698C3",
817
+ strokeWidth: ".318"
818
+ }), /*#__PURE__*/_jsx("circle", {
819
+ cx: "51.231",
820
+ cy: "132.127",
821
+ r: "1.649",
822
+ stroke: "#9698C3",
823
+ strokeWidth: ".318"
824
+ }), /*#__PURE__*/_jsx("circle", {
825
+ cx: "24.415",
826
+ cy: "120.978",
827
+ r: "1.649",
828
+ stroke: "#9698C3",
829
+ strokeWidth: ".318"
830
+ }), /*#__PURE__*/_jsx("circle", {
831
+ cx: "25.319",
832
+ cy: "86.026",
833
+ r: "1.649",
834
+ stroke: "#9698C3",
835
+ strokeWidth: ".318"
836
+ }), /*#__PURE__*/_jsx("circle", {
837
+ cx: "14.472",
838
+ cy: "41.131",
839
+ r: "1.649",
840
+ stroke: "#9698C3",
841
+ strokeWidth: ".318"
842
+ }), /*#__PURE__*/_jsx("circle", {
843
+ cx: "133.79",
844
+ cy: "41.131",
845
+ r: "1.649",
846
+ stroke: "#9698C3",
847
+ strokeWidth: ".318"
848
+ }), /*#__PURE__*/_jsx("circle", {
849
+ cx: "144.638",
850
+ cy: "56.197",
851
+ r: "1.649",
852
+ stroke: "#9698C3",
853
+ strokeWidth: ".318"
854
+ }), /*#__PURE__*/_jsx("circle", {
855
+ cx: "133.79",
856
+ cy: "82.41",
857
+ r: "1.649",
858
+ stroke: "#9698C3",
859
+ strokeWidth: ".318"
860
+ }), /*#__PURE__*/_jsx("circle", {
861
+ cx: "110.59",
862
+ cy: "144.782",
863
+ r: "1.649",
864
+ stroke: "#9698C3",
865
+ strokeWidth: ".318"
866
+ }), /*#__PURE__*/_jsxs("defs", {
867
+ children: [/*#__PURE__*/_jsxs("filter", {
868
+ id: "filter0_d_13331_1260",
869
+ x: "27.995",
870
+ y: "19.569",
871
+ width: "103.034",
872
+ height: "127.224",
873
+ filterUnits: "userSpaceOnUse",
874
+ colorInterpolationFilters: "sRGB",
875
+ children: [/*#__PURE__*/_jsx("feFlood", {
876
+ floodOpacity: "0",
877
+ result: "BackgroundImageFix"
878
+ }), /*#__PURE__*/_jsx("feColorMatrix", {
879
+ "in": "SourceAlpha",
880
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
881
+ result: "hardAlpha"
882
+ }), /*#__PURE__*/_jsx("feOffset", {
883
+ dy: "3.182"
884
+ }), /*#__PURE__*/_jsx("feGaussianBlur", {
885
+ stdDeviation: "3.182"
886
+ }), /*#__PURE__*/_jsx("feColorMatrix", {
887
+ values: "0 0 0 0 0.137255 0 0 0 0 0.14902 0 0 0 0 0.231373 0 0 0 0.1 0"
888
+ }), /*#__PURE__*/_jsx("feBlend", {
889
+ in2: "BackgroundImageFix",
890
+ result: "effect1_dropShadow_13331_1260"
891
+ }), /*#__PURE__*/_jsx("feBlend", {
892
+ "in": "SourceGraphic",
893
+ in2: "effect1_dropShadow_13331_1260",
894
+ result: "shape"
895
+ })]
896
+ }), /*#__PURE__*/_jsxs("filter", {
897
+ id: "filter1_di_13331_1260",
898
+ x: "39.041",
899
+ y: "32.027",
900
+ width: "81.273",
901
+ height: "100.456",
902
+ filterUnits: "userSpaceOnUse",
903
+ colorInterpolationFilters: "sRGB",
904
+ children: [/*#__PURE__*/_jsx("feFlood", {
905
+ floodOpacity: "0",
906
+ result: "BackgroundImageFix"
907
+ }), /*#__PURE__*/_jsx("feColorMatrix", {
908
+ "in": "SourceAlpha",
909
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
910
+ result: "hardAlpha"
911
+ }), /*#__PURE__*/_jsx("feOffset", {
912
+ dy: "2.242"
913
+ }), /*#__PURE__*/_jsx("feGaussianBlur", {
914
+ stdDeviation: "2.242"
915
+ }), /*#__PURE__*/_jsx("feColorMatrix", {
916
+ values: "0 0 0 0 0.28149 0 0 0 0 0.297974 0 0 0 0 0.479294 0 0 0 0.2 0"
917
+ }), /*#__PURE__*/_jsx("feBlend", {
918
+ in2: "BackgroundImageFix",
919
+ result: "effect1_dropShadow_13331_1260"
920
+ }), /*#__PURE__*/_jsx("feBlend", {
921
+ "in": "SourceGraphic",
922
+ in2: "effect1_dropShadow_13331_1260",
923
+ result: "shape"
924
+ }), /*#__PURE__*/_jsx("feColorMatrix", {
925
+ "in": "SourceAlpha",
926
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
927
+ result: "hardAlpha"
928
+ }), /*#__PURE__*/_jsx("feOffset", {
929
+ dy: ".897"
930
+ }), /*#__PURE__*/_jsx("feGaussianBlur", {
931
+ stdDeviation: ".448"
932
+ }), /*#__PURE__*/_jsx("feComposite", {
933
+ in2: "hardAlpha",
934
+ operator: "arithmetic",
935
+ k2: "-1",
936
+ k3: "1"
937
+ }), /*#__PURE__*/_jsx("feColorMatrix", {
938
+ values: "0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.5 0"
939
+ }), /*#__PURE__*/_jsx("feBlend", {
940
+ in2: "shape",
941
+ result: "effect2_innerShadow_13331_1260"
942
+ })]
943
+ }), /*#__PURE__*/_jsxs("filter", {
944
+ id: "filter2_d_13331_1260",
945
+ x: "55.31",
946
+ y: "52.38",
947
+ width: "48.828",
948
+ height: "58.494",
949
+ filterUnits: "userSpaceOnUse",
950
+ colorInterpolationFilters: "sRGB",
951
+ children: [/*#__PURE__*/_jsx("feFlood", {
952
+ floodOpacity: "0",
953
+ result: "BackgroundImageFix"
954
+ }), /*#__PURE__*/_jsx("feColorMatrix", {
955
+ "in": "SourceAlpha",
956
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
957
+ result: "hardAlpha"
958
+ }), /*#__PURE__*/_jsx("feOffset", {
959
+ dy: "1.591"
960
+ }), /*#__PURE__*/_jsx("feGaussianBlur", {
961
+ stdDeviation: "3.182"
962
+ }), /*#__PURE__*/_jsx("feColorMatrix", {
963
+ values: "0 0 0 0 0.28149 0 0 0 0 0.297974 0 0 0 0 0.479294 0 0 0 0.2 0"
964
+ }), /*#__PURE__*/_jsx("feBlend", {
965
+ in2: "BackgroundImageFix",
966
+ result: "effect1_dropShadow_13331_1260"
967
+ }), /*#__PURE__*/_jsx("feBlend", {
968
+ "in": "SourceGraphic",
969
+ in2: "effect1_dropShadow_13331_1260",
970
+ result: "shape"
971
+ })]
972
+ }), /*#__PURE__*/_jsxs("linearGradient", {
973
+ id: "paint0_linear_13331_1260",
974
+ x1: "39.674",
975
+ y1: "27.658",
976
+ x2: "130.501",
977
+ y2: "114.36",
978
+ gradientUnits: "userSpaceOnUse",
979
+ children: [/*#__PURE__*/_jsx("stop", {
980
+ stopColor: "#0DE589"
981
+ }), /*#__PURE__*/_jsx("stop", {
982
+ offset: "1",
983
+ stopColor: "#0DB7EB"
984
+ })]
985
+ })]
986
+ })]
987
+ }));
988
+ };
989
+ NoPermissionSVG.defaultProps = {
990
+ viewBox: "0 0 160 160",
991
+ fill: "none",
992
+ xmlns: "http://www.w3.org/2000/svg"
993
+ };
994
+ var SuccessSVG = function SuccessSVG(props) {
995
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({}, props), {}, {
996
+ children: [/*#__PURE__*/_jsxs("g", {
997
+ clipPath: "url(#clip0_13331_1203)",
998
+ children: [/*#__PURE__*/_jsx("g", {
999
+ filter: "url(#filter0_d_13331_1203)",
1000
+ children: /*#__PURE__*/_jsx("circle", {
1001
+ cx: "79",
1002
+ cy: "78",
1003
+ r: "64",
1004
+ fill: "#fff"
1005
+ })
1006
+ }), /*#__PURE__*/_jsx("g", {
1007
+ filter: "url(#filter1_d_13331_1203)",
1008
+ children: /*#__PURE__*/_jsx("circle", {
1009
+ cx: "79",
1010
+ cy: "78",
1011
+ r: "48",
1012
+ fill: "#F5F5FA"
1013
+ })
1014
+ }), /*#__PURE__*/_jsx("g", {
1015
+ filter: "url(#filter2_dd_13331_1203)",
1016
+ children: /*#__PURE__*/_jsx("circle", {
1017
+ cx: "79",
1018
+ cy: "78",
1019
+ r: "32",
1020
+ fill: "url(#paint0_linear_13331_1203)"
1021
+ })
1022
+ }), /*#__PURE__*/_jsx("path", {
1023
+ d: "M66 77.5 76 87l16.5-16.5",
1024
+ stroke: "#fff",
1025
+ strokeWidth: "6",
1026
+ strokeLinecap: "round",
1027
+ strokeLinejoin: "round"
1028
+ }), /*#__PURE__*/_jsx("circle", {
1029
+ cx: "118",
1030
+ cy: "50",
1031
+ r: "4",
1032
+ fill: "#0DB7EB"
1033
+ }), /*#__PURE__*/_jsx("circle", {
1034
+ cx: "105",
1035
+ cy: "128",
1036
+ r: "2",
1037
+ fill: "#0DB7EB"
1038
+ }), /*#__PURE__*/_jsx("circle", {
1039
+ cx: "27",
1040
+ cy: "136",
1041
+ r: "2",
1042
+ fill: "#0DB7EB"
1043
+ }), /*#__PURE__*/_jsx("circle", {
1044
+ cx: "71",
1045
+ cy: "19",
1046
+ r: "4",
1047
+ fill: "#0DB7EB"
1048
+ }), /*#__PURE__*/_jsx("circle", {
1049
+ cx: "111",
1050
+ cy: "17",
1051
+ r: "2",
1052
+ fill: "#0DB7EB"
1053
+ }), /*#__PURE__*/_jsx("circle", {
1054
+ cx: "35",
1055
+ cy: "44",
1056
+ r: "2",
1057
+ fill: "#0DB7EB"
1058
+ }), /*#__PURE__*/_jsx("circle", {
1059
+ cx: "134",
1060
+ cy: "87",
1061
+ r: "4",
1062
+ fill: "#0DB7EB"
1063
+ }), /*#__PURE__*/_jsx("circle", {
1064
+ cx: "19",
1065
+ cy: "54",
1066
+ r: "4",
1067
+ fill: "#0DB7EB"
1068
+ }), /*#__PURE__*/_jsx("circle", {
1069
+ cx: "69",
1070
+ cy: "142",
1071
+ r: "4",
1072
+ fill: "#0DB7EB"
1073
+ }), /*#__PURE__*/_jsx("circle", {
1074
+ cx: "33",
1075
+ cy: "88",
1076
+ r: "4",
1077
+ fill: "#0DB7EB"
1078
+ }), /*#__PURE__*/_jsx("circle", {
1079
+ cx: "39",
1080
+ cy: "24",
1081
+ r: "2",
1082
+ fill: "#FCBC73"
1083
+ }), /*#__PURE__*/_jsx("circle", {
1084
+ cx: "65",
1085
+ cy: "39",
1086
+ r: "2",
1087
+ fill: "#FCBC73"
1088
+ }), /*#__PURE__*/_jsx("circle", {
1089
+ cx: "55",
1090
+ cy: "113",
1091
+ r: "2",
1092
+ fill: "#FCBC73"
1093
+ }), /*#__PURE__*/_jsx("circle", {
1094
+ cx: "90",
1095
+ cy: "134",
1096
+ r: "2",
1097
+ fill: "#FCBC73"
1098
+ }), /*#__PURE__*/_jsx("circle", {
1099
+ cx: "139",
1100
+ cy: "31",
1101
+ r: "2",
1102
+ fill: "#FCBC73"
1103
+ }), /*#__PURE__*/_jsx("circle", {
1104
+ cx: "140",
1105
+ cy: "117",
1106
+ r: "4",
1107
+ fill: "#FCBC73"
1108
+ }), /*#__PURE__*/_jsx("circle", {
1109
+ cx: "41",
1110
+ cy: "117",
1111
+ r: "4",
1112
+ fill: "#FCBC73"
1113
+ })]
1114
+ }), /*#__PURE__*/_jsxs("defs", {
1115
+ children: [/*#__PURE__*/_jsxs("filter", {
1116
+ id: "filter0_d_13331_1203",
1117
+ x: "-7.125",
1118
+ y: "-4.065",
1119
+ width: "172.25",
1120
+ height: "172.25",
1121
+ filterUnits: "userSpaceOnUse",
1122
+ colorInterpolationFilters: "sRGB",
1123
+ children: [/*#__PURE__*/_jsx("feFlood", {
1124
+ floodOpacity: "0",
1125
+ result: "BackgroundImageFix"
1126
+ }), /*#__PURE__*/_jsx("feColorMatrix", {
1127
+ "in": "SourceAlpha",
1128
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
1129
+ result: "hardAlpha"
1130
+ }), /*#__PURE__*/_jsx("feOffset", {
1131
+ dy: "4.06"
1132
+ }), /*#__PURE__*/_jsx("feGaussianBlur", {
1133
+ stdDeviation: "11.063"
1134
+ }), /*#__PURE__*/_jsx("feColorMatrix", {
1135
+ values: "0 0 0 0 0.138235 0 0 0 0 0.148109 0 0 0 0 0.230392 0 0 0 0.1 0"
1136
+ }), /*#__PURE__*/_jsx("feBlend", {
1137
+ in2: "BackgroundImageFix",
1138
+ result: "effect1_dropShadow_13331_1203"
1139
+ }), /*#__PURE__*/_jsx("feBlend", {
1140
+ "in": "SourceGraphic",
1141
+ in2: "effect1_dropShadow_13331_1203",
1142
+ result: "shape"
1143
+ })]
1144
+ }), /*#__PURE__*/_jsxs("filter", {
1145
+ id: "filter1_d_13331_1203",
1146
+ x: "26.077",
1147
+ y: "27.538",
1148
+ width: "105.847",
1149
+ height: "105.847",
1150
+ filterUnits: "userSpaceOnUse",
1151
+ colorInterpolationFilters: "sRGB",
1152
+ children: [/*#__PURE__*/_jsx("feFlood", {
1153
+ floodOpacity: "0",
1154
+ result: "BackgroundImageFix"
1155
+ }), /*#__PURE__*/_jsx("feColorMatrix", {
1156
+ "in": "SourceAlpha",
1157
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
1158
+ result: "hardAlpha"
1159
+ }), /*#__PURE__*/_jsx("feOffset", {
1160
+ dy: "2.462"
1161
+ }), /*#__PURE__*/_jsx("feGaussianBlur", {
1162
+ stdDeviation: "2.462"
1163
+ }), /*#__PURE__*/_jsx("feColorMatrix", {
1164
+ values: "0 0 0 0 0.28149 0 0 0 0 0.297974 0 0 0 0 0.479294 0 0 0 0.2 0"
1165
+ }), /*#__PURE__*/_jsx("feBlend", {
1166
+ in2: "BackgroundImageFix",
1167
+ result: "effect1_dropShadow_13331_1203"
1168
+ }), /*#__PURE__*/_jsx("feBlend", {
1169
+ "in": "SourceGraphic",
1170
+ in2: "effect1_dropShadow_13331_1203",
1171
+ result: "shape"
1172
+ })]
1173
+ }), /*#__PURE__*/_jsxs("filter", {
1174
+ id: "filter2_dd_13331_1203",
1175
+ x: "24.875",
1176
+ y: "34.938",
1177
+ width: "108.25",
1178
+ height: "108.25",
1179
+ filterUnits: "userSpaceOnUse",
1180
+ colorInterpolationFilters: "sRGB",
1181
+ children: [/*#__PURE__*/_jsx("feFlood", {
1182
+ floodOpacity: "0",
1183
+ result: "BackgroundImageFix"
1184
+ }), /*#__PURE__*/_jsx("feColorMatrix", {
1185
+ "in": "SourceAlpha",
1186
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
1187
+ result: "hardAlpha"
1188
+ }), /*#__PURE__*/_jsx("feOffset", {
1189
+ dy: "11.063"
1190
+ }), /*#__PURE__*/_jsx("feGaussianBlur", {
1191
+ stdDeviation: "11.063"
1192
+ }), /*#__PURE__*/_jsx("feColorMatrix", {
1193
+ values: "0 0 0 0 0.138235 0 0 0 0 0.148109 0 0 0 0 0.230392 0 0 0 0.1 0"
1194
+ }), /*#__PURE__*/_jsx("feBlend", {
1195
+ in2: "BackgroundImageFix",
1196
+ result: "effect1_dropShadow_13331_1203"
1197
+ }), /*#__PURE__*/_jsx("feColorMatrix", {
1198
+ "in": "SourceAlpha",
1199
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
1200
+ result: "hardAlpha"
1201
+ }), /*#__PURE__*/_jsx("feOffset", {
1202
+ dy: "2.462"
1203
+ }), /*#__PURE__*/_jsx("feGaussianBlur", {
1204
+ stdDeviation: "2.462"
1205
+ }), /*#__PURE__*/_jsx("feColorMatrix", {
1206
+ values: "0 0 0 0 0.28149 0 0 0 0 0.297974 0 0 0 0 0.479294 0 0 0 0.2 0"
1207
+ }), /*#__PURE__*/_jsx("feBlend", {
1208
+ in2: "effect1_dropShadow_13331_1203",
1209
+ result: "effect2_dropShadow_13331_1203"
1210
+ }), /*#__PURE__*/_jsx("feBlend", {
1211
+ "in": "SourceGraphic",
1212
+ in2: "effect2_dropShadow_13331_1203",
1213
+ result: "shape"
1214
+ })]
1215
+ }), /*#__PURE__*/_jsxs("linearGradient", {
1216
+ id: "paint0_linear_13331_1203",
1217
+ x1: "79",
1218
+ y1: "46",
1219
+ x2: "79",
1220
+ y2: "110",
1221
+ gradientUnits: "userSpaceOnUse",
1222
+ children: [/*#__PURE__*/_jsx("stop", {
1223
+ stopColor: "#06B66C"
1224
+ }), /*#__PURE__*/_jsx("stop", {
1225
+ offset: "1",
1226
+ stopColor: "#88F0B3"
1227
+ })]
1228
+ }), /*#__PURE__*/_jsx("clipPath", {
1229
+ id: "clip0_13331_1203",
1230
+ children: /*#__PURE__*/_jsx("path", {
1231
+ fill: "#fff",
1232
+ d: "M0 0h160v160H0z"
1233
+ })
1234
+ })]
1235
+ })]
1236
+ }));
1237
+ };
1238
+ SuccessSVG.defaultProps = {
1239
+ viewBox: "0 0 160 160",
1240
+ fill: "none",
1241
+ xmlns: "http://www.w3.org/2000/svg"
1242
+ };
1243
+ var FailIllustration = FailSVG;
1244
+ var FilterResultsIllustration = FilterResultsSVG;
1245
+ var GenericIllustration = GenericSVG;
1246
+ var NoPermissionIllustration = NoPermissionSVG;
1247
+ var SuccessIllustration = SuccessSVG;
1248
+ export { FailIllustration, FilterResultsIllustration, GenericIllustration, NoPermissionIllustration, SuccessIllustration };