pixel-react-excel-sheet 1.2.0 → 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/ComponentProps/TreeNodeProps.d.ts +84 -0
- package/lib/ComponentProps/TreeNodeProps.js +2 -0
- package/lib/ComponentProps/TreeNodeProps.js.map +1 -0
- package/lib/StyleGuide/ColorPalette/ColorPalette.js +21 -0
- package/lib/StyleGuide/ColorPalette/ColorPalette.js.map +1 -0
- package/lib/StyleGuide/ColorPalette/colorPaletteList.js +630 -0
- package/lib/StyleGuide/ColorPalette/colorPaletteList.js.map +1 -0
- package/lib/StyleGuide/ColorPalette/index.js +2 -0
- package/lib/StyleGuide/ColorPalette/index.js.map +1 -0
- package/lib/StyleGuide/ColorPalette/types.js +2 -0
- package/lib/StyleGuide/ColorPalette/types.js.map +1 -0
- package/lib/StyleGuide/Typography/Typography.js +7 -0
- package/lib/StyleGuide/Typography/Typography.js.map +1 -0
- package/lib/StyleGuide/Typography/TypographyList.js +4 -0
- package/lib/StyleGuide/Typography/TypographyList.js.map +1 -0
- package/lib/StyleGuide/Typography/types.js +2 -0
- package/lib/StyleGuide/Typography/types.js.map +1 -0
- package/lib/ThirdPartyPackages/Adapter.d.ts +2 -0
- package/lib/ThirdPartyPackages/Adapter.js +3 -0
- package/lib/ThirdPartyPackages/Adapter.js.map +1 -0
- package/lib/ThirdPartyPackages/JanusGateway.d.ts +2 -0
- package/lib/ThirdPartyPackages/JanusGateway.js +3 -0
- package/lib/ThirdPartyPackages/JanusGateway.js.map +1 -0
- package/lib/assets/utils/functionUtils.d.ts +7 -0
- package/lib/assets/utils/functionUtils.js +74 -0
- package/lib/assets/utils/functionUtils.js.map +1 -0
- package/lib/components/Accordion/Accordion.d.ts +1 -1
- package/lib/components/Accordion/Accordion.js +29 -0
- package/lib/components/Accordion/Accordion.js.map +1 -0
- package/lib/components/Accordion/index.js +2 -0
- package/lib/components/Accordion/index.js.map +1 -0
- package/lib/components/Accordion/types.d.ts +27 -0
- package/lib/components/Accordion/types.js +2 -0
- package/lib/components/Accordion/types.js.map +1 -0
- package/lib/components/AddContentButton/AddContentButton.d.ts +5 -0
- package/lib/components/AddContentButton/AddContentButton.js +11 -0
- package/lib/components/AddContentButton/AddContentButton.js.map +1 -0
- package/lib/components/AddContentButton/index.d.ts +1 -0
- package/lib/components/AddContentButton/index.js +2 -0
- package/lib/components/AddContentButton/index.js.map +1 -0
- package/lib/components/AddContentButton/types.d.ts +11 -0
- package/lib/components/AddContentButton/types.js +2 -0
- package/lib/components/AddContentButton/types.js.map +1 -0
- package/lib/components/AddResourceButton/AddResourceButton.d.ts +4 -0
- package/lib/components/AddResourceButton/AddResourceButton.js +84 -0
- package/lib/components/AddResourceButton/AddResourceButton.js.map +1 -0
- package/lib/components/AddResourceButton/ArrowsButton/ArrowsButton.d.ts +1 -1
- package/lib/components/AddResourceButton/ArrowsButton/ArrowsButton.js +15 -0
- package/lib/components/AddResourceButton/ArrowsButton/ArrowsButton.js.map +1 -0
- package/lib/components/AddResourceButton/index.d.ts +1 -1
- package/lib/components/AddResourceButton/index.js +2 -0
- package/lib/components/AddResourceButton/index.js.map +1 -0
- package/lib/components/AddResourceButton/type.d.ts +24 -4
- package/lib/components/AddResourceButton/type.js +27 -0
- package/lib/components/AddResourceButton/type.js.map +1 -0
- package/lib/components/AiToggle/AiToggle.d.ts +5 -0
- package/lib/components/AiToggle/AiToggle.js +21 -0
- package/lib/components/AiToggle/AiToggle.js.map +1 -0
- package/lib/components/AiToggle/index.d.ts +1 -0
- package/lib/components/AiToggle/index.js +2 -0
- package/lib/components/AiToggle/index.js.map +1 -0
- package/lib/components/AiToggle/types.d.ts +7 -0
- package/lib/components/AiToggle/types.js +2 -0
- package/lib/components/AiToggle/types.js.map +1 -0
- package/lib/components/AllProjectsDropdown/AllProjectsDropdown.d.ts +1 -1
- package/lib/components/AllProjectsDropdown/AllProjectsDropdown.js +141 -0
- package/lib/components/AllProjectsDropdown/AllProjectsDropdown.js.map +1 -0
- package/lib/components/AllProjectsDropdown/index.js +2 -0
- package/lib/components/AllProjectsDropdown/index.js.map +1 -0
- package/lib/components/AllProjectsDropdown/types.d.ts +6 -0
- package/lib/components/AllProjectsDropdown/types.js +2 -0
- package/lib/components/AllProjectsDropdown/types.js.map +1 -0
- package/lib/components/AnimatedSetting/AnimatedSetting.d.ts +3 -0
- package/lib/components/AnimatedSetting/AnimatedSetting.js +33 -0
- package/lib/components/AnimatedSetting/AnimatedSetting.js.map +1 -0
- package/lib/components/AnimatedSetting/index.d.ts +1 -0
- package/lib/components/AnimatedSetting/index.js +2 -0
- package/lib/components/AnimatedSetting/index.js.map +1 -0
- package/lib/components/AnimatedSetting/type.d.ts +17 -0
- package/lib/components/AnimatedSetting/type.js +2 -0
- package/lib/components/AnimatedSetting/type.js.map +1 -0
- package/lib/components/AppHeader/AppHeader.d.ts +1 -0
- package/lib/components/AppHeader/AppHeader.js +236 -0
- package/lib/components/AppHeader/AppHeader.js.map +1 -0
- package/lib/components/AppHeader/index.js +2 -0
- package/lib/components/AppHeader/index.js.map +1 -0
- package/lib/components/AppHeader/types.d.ts +59 -10
- package/lib/components/AppHeader/types.js +2 -0
- package/lib/components/AppHeader/types.js.map +1 -0
- package/lib/components/AttachMedia/AttachMedia.d.ts +5 -0
- package/lib/components/AttachMedia/AttachMedia.js +15 -0
- package/lib/components/AttachMedia/AttachMedia.js.map +1 -0
- package/lib/components/AttachMedia/index.d.ts +1 -0
- package/lib/components/AttachMedia/index.js +2 -0
- package/lib/components/AttachMedia/index.js.map +1 -0
- package/lib/components/AttachMedia/types.d.ts +31 -0
- package/lib/components/AttachMedia/types.js +2 -0
- package/lib/components/AttachMedia/types.js.map +1 -0
- package/lib/components/AttachmentButton/AttachmentButton.js +103 -0
- package/lib/components/AttachmentButton/AttachmentButton.js.map +1 -0
- package/lib/components/AttachmentButton/index.js +2 -0
- package/lib/components/AttachmentButton/index.js.map +1 -0
- package/lib/components/AttachmentButton/types.d.ts +20 -1
- package/lib/components/AttachmentButton/types.js +2 -0
- package/lib/components/AttachmentButton/types.js.map +1 -0
- package/lib/components/AutoTruncateText/AutoTruncateText.d.ts +4 -0
- package/lib/components/AutoTruncateText/AutoTruncateText.js +41 -0
- package/lib/components/AutoTruncateText/AutoTruncateText.js.map +1 -0
- package/lib/components/AutoTruncateText/index.d.ts +1 -0
- package/lib/components/AutoTruncateText/index.js +2 -0
- package/lib/components/AutoTruncateText/index.js.map +1 -0
- package/lib/components/AutoTruncateText/resizeObserverService.d.ts +7 -0
- package/lib/components/AutoTruncateText/resizeObserverService.js +25 -0
- package/lib/components/AutoTruncateText/resizeObserverService.js.map +1 -0
- package/lib/components/AutoTruncateText/types.d.ts +8 -0
- package/lib/components/AutoTruncateText/types.js +2 -0
- package/lib/components/AutoTruncateText/types.js.map +1 -0
- package/lib/components/AutoTruncateText/useResizeSignal.d.ts +5 -0
- package/lib/components/AutoTruncateText/useResizeSignal.js +18 -0
- package/lib/components/AutoTruncateText/useResizeSignal.js.map +1 -0
- package/lib/components/Avatar/Avatar.d.ts +5 -0
- package/lib/components/Avatar/Avatar.js +9 -0
- package/lib/components/Avatar/Avatar.js.map +1 -0
- package/lib/components/Avatar/index.d.ts +1 -0
- package/lib/components/Avatar/index.js +2 -0
- package/lib/components/Avatar/index.js.map +1 -0
- package/lib/components/Avatar/types.d.ts +34 -0
- package/lib/components/Avatar/types.js +2 -0
- package/lib/components/Avatar/types.js.map +1 -0
- package/lib/components/Box/Box.d.ts +5 -0
- package/lib/components/Box/Box.js +30 -0
- package/lib/components/Box/Box.js.map +1 -0
- package/lib/components/Box/index.d.ts +1 -0
- package/lib/components/Box/index.js +2 -0
- package/lib/components/Box/index.js.map +1 -0
- package/lib/components/Box/types.d.ts +34 -0
- package/lib/components/Box/types.js +2 -0
- package/lib/components/Box/types.js.map +1 -0
- package/lib/components/BrowserTabs/BrowserTabs.d.ts +5 -0
- package/lib/components/BrowserTabs/BrowserTabs.js +93 -0
- package/lib/components/BrowserTabs/BrowserTabs.js.map +1 -0
- package/lib/components/BrowserTabs/index.d.ts +1 -0
- package/lib/components/BrowserTabs/index.js +2 -0
- package/lib/components/BrowserTabs/index.js.map +1 -0
- package/lib/components/BrowserTabs/types.d.ts +75 -0
- package/lib/components/BrowserTabs/types.js +2 -0
- package/lib/components/BrowserTabs/types.js.map +1 -0
- package/lib/components/Button/Button.js +35 -0
- package/lib/components/Button/Button.js.map +1 -0
- package/lib/components/Button/index.js +2 -0
- package/lib/components/Button/index.js.map +1 -0
- package/lib/components/Button/types.d.ts +52 -2
- package/lib/components/Button/types.js +2 -0
- package/lib/components/Button/types.js.map +1 -0
- package/lib/components/Carousel/Carousel.d.ts +8 -0
- package/lib/components/Carousel/Carousel.js +35 -0
- package/lib/components/Carousel/Carousel.js.map +1 -0
- package/lib/components/Carousel/index.d.ts +1 -0
- package/lib/components/Carousel/index.js +2 -0
- package/lib/components/Carousel/index.js.map +1 -0
- package/lib/components/Carousel/type.d.ts +27 -0
- package/lib/components/Carousel/type.js +2 -0
- package/lib/components/Carousel/type.js.map +1 -0
- package/lib/components/Charts/BarChart/BarChart.d.ts +43 -0
- package/lib/components/Charts/BarChart/BarChart.js +291 -0
- package/lib/components/Charts/BarChart/BarChart.js.map +1 -0
- package/lib/components/Charts/BarChart/index.d.ts +1 -0
- package/lib/components/Charts/BarChart/index.js +2 -0
- package/lib/components/Charts/BarChart/index.js.map +1 -0
- package/lib/components/Charts/BarChart/types.d.ts +18 -0
- package/lib/components/Charts/BarChart/types.js +2 -0
- package/lib/components/Charts/BarChart/types.js.map +1 -0
- package/lib/components/Charts/DashboardDonutChart/DashboardDonutChart.d.ts +1 -1
- package/lib/components/Charts/DashboardDonutChart/DashboardDonutChart.js +523 -0
- package/lib/components/Charts/DashboardDonutChart/DashboardDonutChart.js.map +1 -0
- package/lib/components/Charts/DashboardDonutChart/index.js +2 -0
- package/lib/components/Charts/DashboardDonutChart/index.js.map +1 -0
- package/lib/components/Charts/DashboardDonutChart/types.d.ts +43 -2
- package/lib/components/Charts/DashboardDonutChart/types.js +2 -0
- package/lib/components/Charts/DashboardDonutChart/types.js.map +1 -0
- package/lib/components/Charts/DonutChart/DonutChart.js +102 -0
- package/lib/components/Charts/DonutChart/DonutChart.js.map +1 -0
- package/lib/components/Charts/DonutChart/index.js +2 -0
- package/lib/components/Charts/DonutChart/index.js.map +1 -0
- package/lib/components/Charts/DonutChart/type.d.ts +9 -4
- package/lib/components/Charts/DonutChart/type.js +2 -0
- package/lib/components/Charts/DonutChart/type.js.map +1 -0
- package/lib/components/Charts/IconRadialChart/IconRadialChart.d.ts +5 -0
- package/lib/components/Charts/IconRadialChart/IconRadialChart.js +81 -0
- package/lib/components/Charts/IconRadialChart/IconRadialChart.js.map +1 -0
- package/lib/components/Charts/IconRadialChart/index.d.ts +1 -0
- package/lib/components/Charts/IconRadialChart/index.js +2 -0
- package/lib/components/Charts/IconRadialChart/index.js.map +1 -0
- package/lib/components/Charts/IconRadialChart/types.d.ts +25 -0
- package/lib/components/Charts/IconRadialChart/types.js +2 -0
- package/lib/components/Charts/IconRadialChart/types.js.map +1 -0
- package/lib/components/Charts/LineChart/LineChart.d.ts +5 -0
- package/lib/components/Charts/LineChart/LineChart.js +243 -0
- package/lib/components/Charts/LineChart/LineChart.js.map +1 -0
- package/lib/components/Charts/LineChart/index.d.ts +1 -0
- package/lib/components/Charts/LineChart/index.js +2 -0
- package/lib/components/Charts/LineChart/index.js.map +1 -0
- package/lib/components/Charts/LineChart/types.d.ts +32 -0
- package/lib/components/Charts/LineChart/types.js +2 -0
- package/lib/components/Charts/LineChart/types.js.map +1 -0
- package/lib/components/Charts/MultiRadialChart/MultiRadialChart.d.ts +5 -0
- package/lib/components/Charts/MultiRadialChart/MultiRadialChart.js +207 -0
- package/lib/components/Charts/MultiRadialChart/MultiRadialChart.js.map +1 -0
- package/lib/components/Charts/MultiRadialChart/index.d.ts +1 -0
- package/lib/components/Charts/MultiRadialChart/index.js +2 -0
- package/lib/components/Charts/MultiRadialChart/index.js.map +1 -0
- package/lib/components/Charts/MultiRadialChart/types.d.ts +30 -0
- package/lib/components/Charts/MultiRadialChart/types.js +2 -0
- package/lib/components/Charts/MultiRadialChart/types.js.map +1 -0
- package/lib/components/Charts/PieChart/PieChart.js +134 -0
- package/lib/components/Charts/PieChart/PieChart.js.map +1 -0
- package/lib/components/Charts/PieChart/index.js +2 -0
- package/lib/components/Charts/PieChart/index.js.map +1 -0
- package/lib/components/Charts/PieChart/types.d.ts +1 -1
- package/lib/components/Charts/PieChart/types.js +2 -0
- package/lib/components/Charts/PieChart/types.js.map +1 -0
- package/lib/components/Charts/RadialChart/RadialChart.js +89 -0
- package/lib/components/Charts/RadialChart/RadialChart.js.map +1 -0
- package/lib/components/Charts/RadialChart/index.js +2 -0
- package/lib/components/Charts/RadialChart/index.js.map +1 -0
- package/lib/components/Charts/RadialChart/types.d.ts +1 -0
- package/lib/components/Charts/RadialChart/types.js +2 -0
- package/lib/components/Charts/RadialChart/types.js.map +1 -0
- package/lib/components/ChatModal/ChatModal.d.ts +5 -0
- package/lib/components/ChatModal/ChatModal.js +44 -0
- package/lib/components/ChatModal/ChatModal.js.map +1 -0
- package/lib/components/ChatModal/index.d.ts +1 -0
- package/lib/components/ChatModal/index.js +2 -0
- package/lib/components/ChatModal/index.js.map +1 -0
- package/lib/components/ChatModal/types.d.ts +31 -0
- package/lib/components/ChatModal/types.js +2 -0
- package/lib/components/ChatModal/types.js.map +1 -0
- package/lib/components/ChatModalAi/ChatModalAi.d.ts +4 -0
- package/lib/components/ChatModalAi/ChatModalAi.js +63 -0
- package/lib/components/ChatModalAi/ChatModalAi.js.map +1 -0
- package/lib/components/ChatModalAi/index.d.ts +1 -0
- package/lib/components/ChatModalAi/index.js +2 -0
- package/lib/components/ChatModalAi/index.js.map +1 -0
- package/lib/components/ChatModalAi/types.d.ts +34 -0
- package/lib/components/ChatModalAi/types.js +2 -0
- package/lib/components/ChatModalAi/types.js.map +1 -0
- package/lib/components/Checkbox/Checkbox.js +23 -0
- package/lib/components/Checkbox/Checkbox.js.map +1 -0
- package/lib/components/Checkbox/index.js +2 -0
- package/lib/components/Checkbox/index.js.map +1 -0
- package/lib/components/Checkbox/types.d.ts +14 -1
- package/lib/components/Checkbox/types.js +2 -0
- package/lib/components/Checkbox/types.js.map +1 -0
- package/lib/components/Chip/Chip.d.ts +1 -1
- package/lib/components/Chip/Chip.js +25 -0
- package/lib/components/Chip/Chip.js.map +1 -0
- package/lib/components/Chip/index.js +2 -0
- package/lib/components/Chip/index.js.map +1 -0
- package/lib/components/Chip/types.d.ts +3 -1
- package/lib/components/Chip/types.js +2 -0
- package/lib/components/Chip/types.js.map +1 -0
- package/lib/components/ChipWithCount/ChipWithCount.d.ts +5 -0
- package/lib/components/ChipWithCount/ChipWithCount.js +15 -0
- package/lib/components/ChipWithCount/ChipWithCount.js.map +1 -0
- package/lib/components/ChipWithCount/index.d.ts +1 -0
- package/lib/components/ChipWithCount/index.js +2 -0
- package/lib/components/ChipWithCount/index.js.map +1 -0
- package/lib/components/ChipWithCount/types.d.ts +7 -0
- package/lib/components/ChipWithCount/types.js +2 -0
- package/lib/components/ChipWithCount/types.js.map +1 -0
- package/lib/components/ChooseFile/ChooseFile.d.ts +4 -0
- package/lib/components/ChooseFile/ChooseFile.js +21 -0
- package/lib/components/ChooseFile/ChooseFile.js.map +1 -0
- package/lib/components/ChooseFile/types.d.ts +76 -0
- package/lib/components/ChooseFile/types.js +2 -0
- package/lib/components/ChooseFile/types.js.map +1 -0
- package/lib/components/Comments/Comments.d.ts +4 -0
- package/lib/components/Comments/Comments.js +271 -0
- package/lib/components/Comments/Comments.js.map +1 -0
- package/lib/components/Comments/childComment/ChildComment.d.ts +4 -0
- package/lib/components/Comments/childComment/ChildComment.js +270 -0
- package/lib/components/Comments/childComment/ChildComment.js.map +1 -0
- package/lib/components/Comments/childComment/useNode.d.ts +7 -0
- package/lib/components/Comments/childComment/useNode.js +49 -0
- package/lib/components/Comments/childComment/useNode.js.map +1 -0
- package/lib/components/Comments/commentCommonUtils.d.ts +11 -0
- package/lib/components/Comments/commentCommonUtils.js +15 -0
- package/lib/components/Comments/commentCommonUtils.js.map +1 -0
- package/lib/components/Comments/index.d.ts +1 -0
- package/lib/components/Comments/index.js +2 -0
- package/lib/components/Comments/index.js.map +1 -0
- package/lib/components/Comments/mentionUser/MentionUser.d.ts +5 -0
- package/lib/components/Comments/mentionUser/MentionUser.js +54 -0
- package/lib/components/Comments/mentionUser/MentionUser.js.map +1 -0
- package/lib/components/Comments/type.d.ts +67 -0
- package/lib/components/Comments/type.js +2 -0
- package/lib/components/Comments/type.js.map +1 -0
- package/lib/components/ConditionalDropdown/ConditionalDropdown.d.ts +4 -0
- package/lib/components/ConditionalDropdown/ConditionalDropdown.js +218 -0
- package/lib/components/ConditionalDropdown/ConditionalDropdown.js.map +1 -0
- package/lib/components/ConditionalDropdown/OptionsDropdown.d.ts +5 -0
- package/lib/components/ConditionalDropdown/OptionsDropdown.js +26 -0
- package/lib/components/ConditionalDropdown/OptionsDropdown.js.map +1 -0
- package/lib/components/ConditionalDropdown/index.d.ts +1 -0
- package/lib/components/ConditionalDropdown/index.js +2 -0
- package/lib/components/ConditionalDropdown/index.js.map +1 -0
- package/lib/components/ConditionalDropdown/types.d.ts +173 -0
- package/lib/components/ConditionalDropdown/types.js +2 -0
- package/lib/components/ConditionalDropdown/types.js.map +1 -0
- package/lib/components/ConnectingBranch/BranchComponents/MachineInstances.d.ts +3 -0
- package/lib/components/ConnectingBranch/BranchComponents/MachineInstances.js +38 -0
- package/lib/components/ConnectingBranch/BranchComponents/MachineInstances.js.map +1 -0
- package/lib/components/ConnectingBranch/ConnectingBranch.d.ts +5 -0
- package/lib/components/ConnectingBranch/ConnectingBranch.js +102 -0
- package/lib/components/ConnectingBranch/ConnectingBranch.js.map +1 -0
- package/lib/components/ConnectingBranch/data.d.ts +70 -0
- package/lib/components/ConnectingBranch/data.js +213 -0
- package/lib/components/ConnectingBranch/data.js.map +1 -0
- package/lib/components/ConnectingBranch/index.d.ts +1 -0
- package/lib/components/ConnectingBranch/index.js +2 -0
- package/lib/components/ConnectingBranch/index.js.map +1 -0
- package/lib/components/ConnectingBranch/types.d.ts +55 -0
- package/lib/components/ConnectingBranch/types.js +2 -0
- package/lib/components/ConnectingBranch/types.js.map +1 -0
- package/lib/components/ContentCard/ContentCard.d.ts +5 -0
- package/lib/components/ContentCard/ContentCard.js +16 -0
- package/lib/components/ContentCard/ContentCard.js.map +1 -0
- package/lib/components/ContentCard/index.d.ts +1 -0
- package/lib/components/ContentCard/index.js +2 -0
- package/lib/components/ContentCard/index.js.map +1 -0
- package/lib/components/ContentCard/types.d.ts +5 -0
- package/lib/components/ContentCard/types.js +2 -0
- package/lib/components/ContentCard/types.js.map +1 -0
- package/lib/components/CreateVariable/CreateVariableSlider.d.ts +5 -0
- package/lib/components/CreateVariable/CreateVariableSlider.js +129 -0
- package/lib/components/CreateVariable/CreateVariableSlider.js.map +1 -0
- package/lib/components/CreateVariable/index.d.ts +1 -0
- package/lib/components/CreateVariable/index.js +2 -0
- package/lib/components/CreateVariable/index.js.map +1 -0
- package/lib/components/CreateVariable/types.d.ts +89 -0
- package/lib/components/CreateVariable/types.js +2 -0
- package/lib/components/CreateVariable/types.js.map +1 -0
- package/lib/components/DatePicker/DatePicker.d.ts +1 -1
- package/lib/components/DatePicker/DatePicker.js +317 -0
- package/lib/components/DatePicker/DatePicker.js.map +1 -0
- package/lib/components/DatePicker/Timepicker.js +230 -0
- package/lib/components/DatePicker/Timepicker.js.map +1 -0
- package/lib/components/DatePicker/index.js +2 -0
- package/lib/components/DatePicker/index.js.map +1 -0
- package/lib/components/DatePicker/types.d.ts +23 -1
- package/lib/components/DatePicker/types.js +2 -0
- package/lib/components/DatePicker/types.js.map +1 -0
- package/lib/components/DebugToolsPanel/DebugToolsPanel.d.ts +5 -0
- package/lib/components/DebugToolsPanel/DebugToolsPanel.js +39 -0
- package/lib/components/DebugToolsPanel/DebugToolsPanel.js.map +1 -0
- package/lib/components/DebugToolsPanel/index.d.ts +1 -0
- package/lib/components/DebugToolsPanel/index.js +2 -0
- package/lib/components/DebugToolsPanel/index.js.map +1 -0
- package/lib/components/DebugToolsPanel/type.d.ts +8 -0
- package/lib/components/DebugToolsPanel/type.js +2 -0
- package/lib/components/DebugToolsPanel/type.js.map +1 -0
- package/lib/components/DownloadClient/DownloadClient.d.ts +4 -0
- package/lib/components/DownloadClient/DownloadClient.js +24 -0
- package/lib/components/DownloadClient/DownloadClient.js.map +1 -0
- package/lib/components/DownloadClient/index.d.ts +1 -0
- package/lib/components/DownloadClient/index.js +2 -0
- package/lib/components/DownloadClient/index.js.map +1 -0
- package/lib/components/DownloadClient/type.d.ts +27 -0
- package/lib/components/DownloadClient/type.js +2 -0
- package/lib/components/DownloadClient/type.js.map +1 -0
- package/lib/components/DragAndDrop/DragAndDrop.d.ts +2 -0
- package/lib/components/DragAndDrop/DragAndDrop.js +7 -0
- package/lib/components/DragAndDrop/DragAndDrop.js.map +1 -0
- package/lib/components/DragAndDrop/DragAndDropList.js +54 -0
- package/lib/components/DragAndDrop/DragAndDropList.js.map +1 -0
- package/lib/components/DragAndDrop/index.js +2 -0
- package/lib/components/DragAndDrop/index.js.map +1 -0
- package/lib/components/Drawer/Drawer.js +130 -0
- package/lib/components/Drawer/Drawer.js.map +1 -0
- package/lib/components/Drawer/Types.d.ts +79 -10
- package/lib/components/Drawer/Types.js +2 -0
- package/lib/components/Drawer/Types.js.map +1 -0
- package/lib/components/Drawer/index.js +2 -0
- package/lib/components/Drawer/index.js.map +1 -0
- package/lib/components/EditLabel/EditLabel.d.ts +4 -0
- package/lib/components/EditLabel/EditLabel.js +230 -0
- package/lib/components/EditLabel/EditLabel.js.map +1 -0
- package/lib/components/EditLabel/index.d.ts +1 -0
- package/lib/components/EditLabel/index.js +2 -0
- package/lib/components/EditLabel/index.js.map +1 -0
- package/lib/components/EditLabel/types.d.ts +45 -0
- package/lib/components/EditLabel/types.js +2 -0
- package/lib/components/EditLabel/types.js.map +1 -0
- package/lib/components/EditTextField/EditTextField.d.ts +5 -0
- package/lib/components/EditTextField/EditTextField.js +85 -0
- package/lib/components/EditTextField/EditTextField.js.map +1 -0
- package/lib/components/EditTextField/index.d.ts +1 -0
- package/lib/components/EditTextField/index.js +2 -0
- package/lib/components/EditTextField/index.js.map +1 -0
- package/lib/components/EditTextField/types.d.ts +52 -0
- package/lib/components/EditTextField/types.js +2 -0
- package/lib/components/EditTextField/types.js.map +1 -0
- package/lib/components/Editor/DynamicWidthToolTip.d.ts +6 -0
- package/lib/components/Editor/DynamicWidthToolTip.js +54 -0
- package/lib/components/Editor/DynamicWidthToolTip.js.map +1 -0
- package/lib/components/Editor/Editor.d.ts +4 -0
- package/lib/components/Editor/Editor.js +445 -0
- package/lib/components/Editor/Editor.js.map +1 -0
- package/lib/components/Editor/VariableDropdown.d.ts +5 -0
- package/lib/components/Editor/VariableDropdown.js +69 -0
- package/lib/components/Editor/VariableDropdown.js.map +1 -0
- package/lib/components/Editor/calculateDropdownPosition.d.ts +7 -0
- package/lib/components/Editor/calculateDropdownPosition.js +23 -0
- package/lib/components/Editor/calculateDropdownPosition.js.map +1 -0
- package/lib/components/Editor/constants.d.ts +3 -0
- package/lib/components/Editor/constants.js +375 -0
- package/lib/components/Editor/constants.js.map +1 -0
- package/lib/components/Editor/index.d.ts +1 -0
- package/lib/components/Editor/index.js +2 -0
- package/lib/components/Editor/index.js.map +1 -0
- package/lib/components/Editor/types.d.ts +124 -0
- package/lib/components/Editor/types.js +2 -0
- package/lib/components/Editor/types.js.map +1 -0
- package/lib/components/ErrorBoundary/ErrorBoundary.d.ts +9 -0
- package/lib/components/ErrorBoundary/ErrorBoundary.js +22 -0
- package/lib/components/ErrorBoundary/ErrorBoundary.js.map +1 -0
- package/lib/components/ErrorBoundary/errorBoundary.types.d.ts +8 -0
- package/lib/components/ErrorBoundary/errorBoundary.types.js +2 -0
- package/lib/components/ErrorBoundary/errorBoundary.types.js.map +1 -0
- package/lib/components/Excel/ColorBarSelector/ColorBarSelector.d.ts +9 -0
- package/lib/components/Excel/ColorBarSelector/ColorBarSelector.js +25 -0
- package/lib/components/Excel/ColorBarSelector/ColorBarSelector.js.map +1 -0
- package/lib/components/Excel/Data.d.ts +214 -0
- package/lib/components/Excel/Data.js +684 -0
- package/lib/components/Excel/Data.js.map +1 -0
- package/lib/components/Excel/Data2.d.ts +133 -0
- package/lib/components/Excel/Data2.js +698 -0
- package/lib/components/Excel/Data2.js.map +1 -0
- package/lib/components/Excel/ExcelContextMenu/ExcelContextMenu.d.ts +12 -0
- package/lib/components/Excel/ExcelContextMenu/ExcelContextMenu.js +35 -0
- package/lib/components/Excel/ExcelContextMenu/ExcelContextMenu.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFile.d.ts +105 -0
- package/lib/components/Excel/ExcelFile/ExcelFile.js +597 -0
- package/lib/components/Excel/ExcelFile/ExcelFile.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.d.ts +38 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.js +550 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Cell.d.ts +4 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Cell.js +80 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Cell.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ColumnIndicator.d.ts +5 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ColumnIndicator.js +149 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ColumnIndicator.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Copied.d.ts +9 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Copied.js +25 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Copied.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/CornerIndicator.d.ts +5 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/CornerIndicator.js +26 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/CornerIndicator.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataEditor.d.ts +5 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataEditor.js +31 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataEditor.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataViewer.d.ts +8 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataViewer.js +36 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataViewer.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/EditableCell.d.ts +9 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/EditableCell.js +66 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/EditableCell.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/FloatingRect.d.ts +10 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/FloatingRect.js +38 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/FloatingRect.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/HeaderRow.d.ts +3 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/HeaderRow.js +4 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/HeaderRow.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Row.d.ts +3 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Row.js +4 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Row.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/RowIndicator.d.ts +5 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/RowIndicator.js +133 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/RowIndicator.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Selected.d.ts +9 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Selected.js +26 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Selected.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.d.ts +95 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.js +471 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Table.d.ts +3 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Table.js +16 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Table.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/actions.d.ts +277 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/actions.js +281 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/actions.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/areModelsEqual.js +18 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/areModelsEqual.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/context.d.ts +8 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/context.js +5 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/context.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/engine.d.ts +16 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/engine.js +94 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/engine.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/formula.d.ts +9 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/formula.js +23 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/formula.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/index.d.ts +2 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/index.js +3 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/index.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/point-graph.d.ts +20 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/point-graph.js +127 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/point-graph.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/point-hash.d.ts +3 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/point-hash.js +8 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/point-hash.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/point-set.d.ts +24 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/point-set.js +63 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/point-set.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/index.d.ts +13 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/index.js +10 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/index.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/matrix.d.ts +68 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/matrix.js +296 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/matrix.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/point-range.d.ts +22 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/point-range.js +61 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/point-range.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/point.js +7 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/point.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducer.d.ts +4 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducer.js +672 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducer.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducerFunctions.d.ts +49 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducerFunctions.js +885 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducerFunctions.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/selection.d.ts +95 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/selection.js +189 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/selection.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/types.d.ts +292 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/types.js +2 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/types.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/use-dispatch.d.ts +3 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/use-dispatch.js +7 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/use-dispatch.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/use-selector.d.ts +3 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/use-selector.js +7 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/use-selector.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/util.d.ts +78 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/util.js +502 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/util.js.map +1 -0
- package/lib/components/Excel/ExcelToolBar/ExcelToolBar.d.ts +19 -0
- package/lib/components/Excel/ExcelToolBar/ExcelToolBar.js +129 -0
- package/lib/components/Excel/ExcelToolBar/ExcelToolBar.js.map +1 -0
- package/lib/components/Excel/Types.d.ts +184 -0
- package/lib/components/Excel/Types.js +2 -0
- package/lib/components/Excel/Types.js.map +1 -0
- package/lib/components/Excel/dataConversion.d.ts +2 -0
- package/lib/components/Excel/dataConversion.js +144 -0
- package/lib/components/Excel/dataConversion.js.map +1 -0
- package/lib/components/Excel/index.js +2 -0
- package/lib/components/Excel/index.js.map +1 -0
- package/lib/components/ExpandableMenu/ExpandableMenu.js +42 -0
- package/lib/components/ExpandableMenu/ExpandableMenu.js.map +1 -0
- package/lib/components/ExpandableMenu/index.js +2 -0
- package/lib/components/ExpandableMenu/index.js.map +1 -0
- package/lib/components/ExpandableMenu/types.d.ts +2 -0
- package/lib/components/ExpandableMenu/types.js +2 -0
- package/lib/components/ExpandableMenu/types.js.map +1 -0
- package/lib/components/ExpandableTable/ExpandableTable.d.ts +12 -0
- package/lib/components/ExpandableTable/ExpandableTable.js +19 -0
- package/lib/components/ExpandableTable/ExpandableTable.js.map +1 -0
- package/lib/components/FF_Captcha/Recaptcha.d.ts +2 -1
- package/lib/components/FF_Captcha/Recaptcha.js +24 -0
- package/lib/components/FF_Captcha/Recaptcha.js.map +1 -0
- package/lib/components/FF_Captcha/index.js +2 -0
- package/lib/components/FF_Captcha/index.js.map +1 -0
- package/lib/components/FF_Captcha/types.d.ts +11 -2
- package/lib/components/FF_Captcha/types.js +2 -0
- package/lib/components/FF_Captcha/types.js.map +1 -0
- package/lib/components/FieldSet/FieldSet.d.ts +5 -0
- package/lib/components/FieldSet/FieldSet.js +8 -0
- package/lib/components/FieldSet/FieldSet.js.map +1 -0
- package/lib/components/FieldSet/index.d.ts +1 -0
- package/lib/components/FieldSet/index.js +2 -0
- package/lib/components/FieldSet/index.js.map +1 -0
- package/lib/components/FieldSet/types.d.ts +7 -0
- package/lib/components/FieldSet/types.js +2 -0
- package/lib/components/FieldSet/types.js.map +1 -0
- package/lib/components/FileDropzone/Dropzone.js +30 -0
- package/lib/components/FileDropzone/Dropzone.js.map +1 -0
- package/lib/components/FileDropzone/FileDropzone.js +56 -0
- package/lib/components/FileDropzone/FileDropzone.js.map +1 -0
- package/lib/components/FileDropzone/FilePreview.js +33 -0
- package/lib/components/FileDropzone/FilePreview.js.map +1 -0
- package/lib/components/FileDropzone/RadioFilePreview.d.ts +4 -0
- package/lib/components/FileDropzone/RadioFilePreview.js +50 -0
- package/lib/components/FileDropzone/RadioFilePreview.js.map +1 -0
- package/lib/components/FileDropzone/index.js +2 -0
- package/lib/components/FileDropzone/index.js.map +1 -0
- package/lib/components/FileDropzone/types.d.ts +126 -1
- package/lib/components/FileDropzone/types.js +2 -0
- package/lib/components/FileDropzone/types.js.map +1 -0
- package/lib/components/Form/Form.d.ts +1 -15
- package/lib/components/Form/Form.js +3 -0
- package/lib/components/Form/Form.js.map +1 -0
- package/lib/components/Form/Forms.d.ts +13 -0
- package/lib/components/Form/Forms.js +19 -0
- package/lib/components/Form/Forms.js.map +1 -0
- package/lib/components/Form/index.d.ts +1 -1
- package/lib/components/Form/index.js +2 -0
- package/lib/components/Form/index.js.map +1 -0
- package/lib/components/Form/types.js +2 -0
- package/lib/components/Form/types.js.map +1 -0
- package/lib/components/GridLayout/GridLayout.js +15 -0
- package/lib/components/GridLayout/GridLayout.js.map +1 -0
- package/lib/components/GridLayout/index.js +2 -0
- package/lib/components/GridLayout/index.js.map +1 -0
- package/lib/components/GridLayout/types.js +2 -0
- package/lib/components/GridLayout/types.js.map +1 -0
- package/lib/components/HOC/LayoutWithDrawer/LayoutWithDrawer.d.ts +11 -0
- package/lib/components/HOC/LayoutWithDrawer/LayoutWithDrawer.js +7 -0
- package/lib/components/HOC/LayoutWithDrawer/LayoutWithDrawer.js.map +1 -0
- package/lib/components/HOC/LayoutWithDrawer/index.d.ts +1 -0
- package/lib/components/HOC/LayoutWithDrawer/index.js +2 -0
- package/lib/components/HOC/LayoutWithDrawer/index.js.map +1 -0
- package/lib/components/HighlightText/HighlightText.js +21 -0
- package/lib/components/HighlightText/HighlightText.js.map +1 -0
- package/lib/components/HighlightText/index.js +2 -0
- package/lib/components/HighlightText/index.js.map +1 -0
- package/lib/components/HighlightText/types.d.ts +1 -0
- package/lib/components/HighlightText/types.js +2 -0
- package/lib/components/HighlightText/types.js.map +1 -0
- package/lib/components/HistoryCard/HistoryCard.d.ts +25 -0
- package/lib/components/HistoryCard/HistoryCard.js +9 -0
- package/lib/components/HistoryCard/HistoryCard.js.map +1 -0
- package/lib/components/HistoryCard/index.d.ts +1 -0
- package/lib/components/HistoryCard/index.js +2 -0
- package/lib/components/HistoryCard/index.js.map +1 -0
- package/lib/components/Icon/Icon.js +66 -0
- package/lib/components/Icon/Icon.js.map +1 -0
- package/lib/components/Icon/iconList.js +1201 -0
- package/lib/components/Icon/iconList.js.map +1 -0
- package/lib/components/Icon/index.js +2 -0
- package/lib/components/Icon/index.js.map +1 -0
- package/lib/components/Icon/types.d.ts +9 -0
- package/lib/components/Icon/types.js +2 -0
- package/lib/components/Icon/types.js.map +1 -0
- package/lib/components/IconButton/IconButton.d.ts +1 -2
- package/lib/components/IconButton/IconButton.js +15 -0
- package/lib/components/IconButton/IconButton.js.map +1 -0
- package/lib/components/IconButton/index.js +2 -0
- package/lib/components/IconButton/index.js.map +1 -0
- package/lib/components/IconButton/types.d.ts +6 -1
- package/lib/components/IconButton/types.js +2 -0
- package/lib/components/IconButton/types.js.map +1 -0
- package/lib/components/IconRadioGroup/IconRadioGroup.js +34 -0
- package/lib/components/IconRadioGroup/IconRadioGroup.js.map +1 -0
- package/lib/components/IconRadioGroup/index.js +2 -0
- package/lib/components/IconRadioGroup/index.js.map +1 -0
- package/lib/components/IconRadioGroup/type.js +2 -0
- package/lib/components/IconRadioGroup/type.js.map +1 -0
- package/lib/components/Input/Input.d.ts +1 -1
- package/lib/components/Input/Input.js +222 -0
- package/lib/components/Input/Input.js.map +1 -0
- package/lib/components/Input/index.js +2 -0
- package/lib/components/Input/index.js.map +1 -0
- package/lib/components/Input/types.d.ts +91 -5
- package/lib/components/Input/types.js +2 -0
- package/lib/components/Input/types.js.map +1 -0
- package/lib/components/InputWithDropdown/InputWithDropdown.d.ts +1 -1
- package/lib/components/InputWithDropdown/InputWithDropdown.js +64 -0
- package/lib/components/InputWithDropdown/InputWithDropdown.js.map +1 -0
- package/lib/components/InputWithDropdown/index.js +2 -0
- package/lib/components/InputWithDropdown/index.js.map +1 -0
- package/lib/components/InputWithDropdown/types.d.ts +22 -3
- package/lib/components/InputWithDropdown/types.js +2 -0
- package/lib/components/InputWithDropdown/types.js.map +1 -0
- package/lib/components/LabelEditTextField/LabelEditTextField.d.ts +5 -0
- package/lib/components/LabelEditTextField/LabelEditTextField.js +168 -0
- package/lib/components/LabelEditTextField/LabelEditTextField.js.map +1 -0
- package/lib/components/LabelEditTextField/index.d.ts +1 -0
- package/lib/components/LabelEditTextField/index.js +2 -0
- package/lib/components/LabelEditTextField/index.js.map +1 -0
- package/lib/components/LabelEditTextField/types.d.ts +53 -0
- package/lib/components/LabelEditTextField/types.js +2 -0
- package/lib/components/LabelEditTextField/types.js.map +1 -0
- package/lib/components/LazyLoad/LazyLoad.js +3 -0
- package/lib/components/LazyLoad/LazyLoad.js.map +1 -0
- package/lib/components/LazyLoad/LazyLoading.js +10 -0
- package/lib/components/LazyLoad/LazyLoading.js.map +1 -0
- package/lib/components/LazyLoad/index.js +2 -0
- package/lib/components/LazyLoad/index.js.map +1 -0
- package/lib/components/LineLoader/LineLoader.d.ts +5 -0
- package/lib/components/LineLoader/LineLoader.js +7 -0
- package/lib/components/LineLoader/LineLoader.js.map +1 -0
- package/lib/components/LineLoader/index.d.ts +1 -0
- package/lib/components/LineLoader/index.js +2 -0
- package/lib/components/LineLoader/index.js.map +1 -0
- package/lib/components/LineLoader/types.d.ts +5 -0
- package/lib/components/LineLoader/types.js +2 -0
- package/lib/components/LineLoader/types.js.map +1 -0
- package/lib/components/Link/Link.d.ts +4 -0
- package/lib/components/Link/Link.js +38 -0
- package/lib/components/Link/Link.js.map +1 -0
- package/lib/components/Link/index.d.ts +1 -0
- package/lib/components/Link/index.js +2 -0
- package/lib/components/Link/index.js.map +1 -0
- package/lib/components/Link/types.d.ts +93 -0
- package/lib/components/Link/types.js +2 -0
- package/lib/components/Link/types.js.map +1 -0
- package/lib/components/Loader/Loader.d.ts +5 -0
- package/lib/components/Loader/Loader.js +8 -0
- package/lib/components/Loader/Loader.js.map +1 -0
- package/lib/components/Loader/index.d.ts +1 -0
- package/lib/components/Loader/index.js +2 -0
- package/lib/components/Loader/index.js.map +1 -0
- package/lib/components/MachineInputField/MachineInputField.d.ts +4 -1
- package/lib/components/MachineInputField/MachineInputField.js +56 -0
- package/lib/components/MachineInputField/MachineInputField.js.map +1 -0
- package/lib/components/MachineInputField/index.js +2 -0
- package/lib/components/MachineInputField/index.js.map +1 -0
- package/lib/components/MachineInputField/types.d.ts +9 -2
- package/lib/components/MachineInputField/types.js +2 -0
- package/lib/components/MachineInputField/types.js.map +1 -0
- package/lib/components/MediaPreview/MediaPreview.d.ts +5 -0
- package/lib/components/MediaPreview/MediaPreview.js +40 -0
- package/lib/components/MediaPreview/MediaPreview.js.map +1 -0
- package/lib/components/MediaPreview/index.d.ts +1 -0
- package/lib/components/MediaPreview/index.js +2 -0
- package/lib/components/MediaPreview/index.js.map +1 -0
- package/lib/components/MediaPreview/types.d.ts +16 -0
- package/lib/components/MediaPreview/types.js +2 -0
- package/lib/components/MediaPreview/types.js.map +1 -0
- package/lib/components/MediaViewerModal/MediaViewerModal.d.ts +5 -0
- package/lib/components/MediaViewerModal/MediaViewerModal.js +99 -0
- package/lib/components/MediaViewerModal/MediaViewerModal.js.map +1 -0
- package/lib/components/MediaViewerModal/index.d.ts +1 -0
- package/lib/components/MediaViewerModal/index.js +2 -0
- package/lib/components/MediaViewerModal/index.js.map +1 -0
- package/lib/components/MediaViewerModal/type.d.ts +23 -0
- package/lib/components/MediaViewerModal/type.js +2 -0
- package/lib/components/MediaViewerModal/type.js.map +1 -0
- package/lib/components/MenuOption/MenuOption.d.ts +1 -1
- package/lib/components/MenuOption/MenuOption.js +228 -0
- package/lib/components/MenuOption/MenuOption.js.map +1 -0
- package/lib/components/MenuOption/index.js +2 -0
- package/lib/components/MenuOption/index.js.map +1 -0
- package/lib/components/MenuOption/types.d.ts +98 -17
- package/lib/components/MenuOption/types.js +2 -0
- package/lib/components/MenuOption/types.js.map +1 -0
- package/lib/components/MessageBox/MessageBox.d.ts +5 -0
- package/lib/components/MessageBox/MessageBox.js +19 -0
- package/lib/components/MessageBox/MessageBox.js.map +1 -0
- package/lib/components/MessageBox/index.d.ts +1 -0
- package/lib/components/MessageBox/index.js +2 -0
- package/lib/components/MessageBox/index.js.map +1 -0
- package/lib/components/MessageBox/types.d.ts +8 -0
- package/lib/components/MessageBox/types.js +2 -0
- package/lib/components/MessageBox/types.js.map +1 -0
- package/lib/components/MiniModal/MiniModal.js +274 -0
- package/lib/components/MiniModal/MiniModal.js.map +1 -0
- package/lib/components/MiniModal/index.js +2 -0
- package/lib/components/MiniModal/index.js.map +1 -0
- package/lib/components/MiniModal/types.d.ts +38 -8
- package/lib/components/MiniModal/types.js +2 -0
- package/lib/components/MiniModal/types.js.map +1 -0
- package/lib/components/MobileSkin/MobileSkin.d.ts +5 -0
- package/lib/components/MobileSkin/MobileSkin.js +41 -0
- package/lib/components/MobileSkin/MobileSkin.js.map +1 -0
- package/lib/components/MobileSkin/MobileSkinInterface.d.ts +18 -0
- package/lib/components/MobileSkin/MobileSkinInterface.js +2 -0
- package/lib/components/MobileSkin/MobileSkinInterface.js.map +1 -0
- package/lib/components/MobileSkin/index.d.ts +1 -0
- package/lib/components/MobileSkin/index.js +2 -0
- package/lib/components/MobileSkin/index.js.map +1 -0
- package/lib/components/MobileSkin/types.d.ts +37 -0
- package/lib/components/MobileSkin/types.js +2 -0
- package/lib/components/MobileSkin/types.js.map +1 -0
- package/lib/components/Modal/Modal.d.ts +1 -2
- package/lib/components/Modal/Modal.js +39 -0
- package/lib/components/Modal/Modal.js.map +1 -0
- package/lib/components/Modal/index.js +2 -0
- package/lib/components/Modal/index.js.map +1 -0
- package/lib/components/Modal/types.d.ts +7 -2
- package/lib/components/Modal/types.js +2 -0
- package/lib/components/Modal/types.js.map +1 -0
- package/lib/components/ModulesChip/ModuleChip.d.ts +4 -0
- package/lib/components/ModulesChip/ModuleChip.js +14 -0
- package/lib/components/ModulesChip/ModuleChip.js.map +1 -0
- package/lib/components/ModulesChip/index.d.ts +1 -0
- package/lib/components/ModulesChip/index.js +2 -0
- package/lib/components/ModulesChip/index.js.map +1 -0
- package/lib/components/ModulesChip/types.d.ts +15 -0
- package/lib/components/ModulesChip/types.js +2 -0
- package/lib/components/ModulesChip/types.js.map +1 -0
- package/lib/components/MultiSelect/Dropdown.js +156 -0
- package/lib/components/MultiSelect/Dropdown.js.map +1 -0
- package/lib/components/MultiSelect/MultiSelect.d.ts +1 -1
- package/lib/components/MultiSelect/MultiSelect.js +371 -0
- package/lib/components/MultiSelect/MultiSelect.js.map +1 -0
- package/lib/components/MultiSelect/MultiSelectTypes.d.ts +32 -6
- package/lib/components/MultiSelect/MultiSelectTypes.js +2 -0
- package/lib/components/MultiSelect/MultiSelectTypes.js.map +1 -0
- package/lib/components/MultiSelect/dropdownTypes.d.ts +12 -0
- package/lib/components/MultiSelect/dropdownTypes.js +6 -0
- package/lib/components/MultiSelect/dropdownTypes.js.map +1 -0
- package/lib/components/MultiSelect/index.js +2 -0
- package/lib/components/MultiSelect/index.js.map +1 -0
- package/lib/components/NLPInput/NlpInput.d.ts +3 -3
- package/lib/components/NLPInput/NlpInput.js +254 -0
- package/lib/components/NLPInput/NlpInput.js.map +1 -0
- package/lib/components/NLPInput/components/ChipsFolder/ChipsAccordion.d.ts +4 -0
- package/lib/components/NLPInput/components/ChipsFolder/ChipsAccordion.js +93 -0
- package/lib/components/NLPInput/components/ChipsFolder/ChipsAccordion.js.map +1 -0
- package/lib/components/NLPInput/components/NlpDropDown/NlpDropDownType.d.ts +30 -3
- package/lib/components/NLPInput/components/NlpDropDown/NlpDropDownType.js +7 -0
- package/lib/components/NLPInput/components/NlpDropDown/NlpDropDownType.js.map +1 -0
- package/lib/components/NLPInput/components/NlpDropDown/NlpDropdown.d.ts +1 -1
- package/lib/components/NLPInput/components/NlpDropDown/NlpDropdown.js +214 -0
- package/lib/components/NLPInput/components/NlpDropDown/NlpDropdown.js.map +1 -0
- package/lib/components/NLPInput/index.js +2 -0
- package/lib/components/NLPInput/index.js.map +1 -0
- package/lib/components/NLPInput/sampleData.d.ts +153 -0
- package/lib/components/NLPInput/sampleData.js +189 -0
- package/lib/components/NLPInput/sampleData.js.map +1 -0
- package/lib/components/NLPInput/types.d.ts +99 -0
- package/lib/components/NLPInput/types.js +2 -0
- package/lib/components/NLPInput/types.js.map +1 -0
- package/lib/components/NoDataAvailable/NoDataAvailable.d.ts +5 -0
- package/lib/components/NoDataAvailable/NoDataAvailable.js +11 -0
- package/lib/components/NoDataAvailable/NoDataAvailable.js.map +1 -0
- package/lib/components/NoDataAvailable/index.d.ts +1 -0
- package/lib/components/NoDataAvailable/index.js +2 -0
- package/lib/components/NoDataAvailable/index.js.map +1 -0
- package/lib/components/NoDataAvailable/type.d.ts +3 -0
- package/lib/components/NoDataAvailable/type.js +2 -0
- package/lib/components/NoDataAvailable/type.js.map +1 -0
- package/lib/components/NoDataContent/NoDataContent.d.ts +5 -0
- package/lib/components/NoDataContent/NoDataContent.js +9 -0
- package/lib/components/NoDataContent/NoDataContent.js.map +1 -0
- package/lib/components/NoDataContent/index.d.ts +1 -0
- package/lib/components/NoDataContent/index.js +2 -0
- package/lib/components/NoDataContent/index.js.map +1 -0
- package/lib/components/NoDataContent/type.d.ts +9 -0
- package/lib/components/NoDataContent/type.js +2 -0
- package/lib/components/NoDataContent/type.js.map +1 -0
- package/lib/components/NoResultFound/NoResultFound.d.ts +14 -0
- package/lib/components/NoResultFound/NoResultFound.js +7 -0
- package/lib/components/NoResultFound/NoResultFound.js.map +1 -0
- package/lib/components/NoResultFound/index.d.ts +1 -0
- package/lib/components/NoResultFound/index.js +2 -0
- package/lib/components/NoResultFound/index.js.map +1 -0
- package/lib/components/OsTree/OsTree.d.ts +5 -0
- package/lib/components/OsTree/OsTree.js +11 -0
- package/lib/components/OsTree/OsTree.js.map +1 -0
- package/lib/components/OsTree/index.d.ts +1 -0
- package/lib/components/OsTree/index.js +2 -0
- package/lib/components/OsTree/index.js.map +1 -0
- package/lib/components/OsTree/type.d.ts +26 -0
- package/lib/components/OsTree/type.js +2 -0
- package/lib/components/OsTree/type.js.map +1 -0
- package/lib/components/OtpVerification/OtpVerification.d.ts +5 -0
- package/lib/components/OtpVerification/OtpVerification.js +70 -0
- package/lib/components/OtpVerification/OtpVerification.js.map +1 -0
- package/lib/components/OtpVerification/index.d.ts +1 -0
- package/lib/components/OtpVerification/index.js +2 -0
- package/lib/components/OtpVerification/index.js.map +1 -0
- package/lib/components/OtpVerification/type.d.ts +18 -0
- package/lib/components/OtpVerification/type.js +2 -0
- package/lib/components/OtpVerification/type.js.map +1 -0
- package/lib/components/OverviewModal/index.d.ts +1 -0
- package/lib/components/OverviewModal/index.js +2 -0
- package/lib/components/OverviewModal/index.js.map +1 -0
- package/lib/components/OverviewModal/overviewModal.d.ts +5 -0
- package/lib/components/OverviewModal/overviewModal.js +64 -0
- package/lib/components/OverviewModal/overviewModal.js.map +1 -0
- package/lib/components/OverviewModal/types.d.ts +51 -0
- package/lib/components/OverviewModal/types.js +2 -0
- package/lib/components/OverviewModal/types.js.map +1 -0
- package/lib/components/Paper/Paper.js +9 -0
- package/lib/components/Paper/Paper.js.map +1 -0
- package/lib/components/Paper/index.js +2 -0
- package/lib/components/Paper/index.js.map +1 -0
- package/lib/components/Paper/types.js +2 -0
- package/lib/components/Paper/types.js.map +1 -0
- package/lib/components/PhoneInput/PhoneInput.d.ts +5 -0
- package/lib/components/PhoneInput/PhoneInput.js +73 -0
- package/lib/components/PhoneInput/PhoneInput.js.map +1 -0
- package/lib/components/PhoneInput/index.d.ts +1 -0
- package/lib/components/PhoneInput/index.js +2 -0
- package/lib/components/PhoneInput/index.js.map +1 -0
- package/lib/components/PhoneInput/types.d.ts +26 -0
- package/lib/components/PhoneInput/types.js +2 -0
- package/lib/components/PhoneInput/types.js.map +1 -0
- package/lib/components/PopUpModal/PopUpModal.d.ts +5 -0
- package/lib/components/PopUpModal/PopUpModal.js +11 -0
- package/lib/components/PopUpModal/PopUpModal.js.map +1 -0
- package/lib/components/PopUpModal/types.d.ts +22 -0
- package/lib/components/PopUpModal/types.js +2 -0
- package/lib/components/PopUpModal/types.js.map +1 -0
- package/lib/components/PrePostTable/PrePostTable.d.ts +4 -0
- package/lib/components/PrePostTable/PrePostTable.js +145 -0
- package/lib/components/PrePostTable/PrePostTable.js.map +1 -0
- package/lib/components/PrePostTable/Types.d.ts +193 -0
- package/lib/components/PrePostTable/Types.js +2 -0
- package/lib/components/PrePostTable/Types.js.map +1 -0
- package/lib/components/PrePostTable/components/DraggableTableRow.d.ts +4 -0
- package/lib/components/PrePostTable/components/DraggableTableRow.js +42 -0
- package/lib/components/PrePostTable/components/DraggableTableRow.js.map +1 -0
- package/lib/components/PrePostTable/components/PrePostStepAccordions.d.ts +4 -0
- package/lib/components/PrePostTable/components/PrePostStepAccordions.js +29 -0
- package/lib/components/PrePostTable/components/PrePostStepAccordions.js.map +1 -0
- package/lib/components/PrePostTable/components/StepGroupDetailView.d.ts +9 -0
- package/lib/components/PrePostTable/components/StepGroupDetailView.js +17 -0
- package/lib/components/PrePostTable/components/StepGroupDetailView.js.map +1 -0
- package/lib/components/PrePostTable/index.d.ts +1 -0
- package/lib/components/PrePostTable/index.js +2 -0
- package/lib/components/PrePostTable/index.js.map +1 -0
- package/lib/components/ProgressBar/ProgressBar.d.ts +5 -0
- package/lib/components/ProgressBar/ProgressBar.js +62 -0
- package/lib/components/ProgressBar/ProgressBar.js.map +1 -0
- package/lib/components/ProgressBar/index.d.ts +1 -0
- package/lib/components/ProgressBar/index.js +2 -0
- package/lib/components/ProgressBar/index.js.map +1 -0
- package/lib/components/ProgressBar/types.d.ts +15 -0
- package/lib/components/ProgressBar/types.js +2 -0
- package/lib/components/ProgressBar/types.js.map +1 -0
- package/lib/components/Prompt/Prompt.d.ts +5 -0
- package/lib/components/Prompt/Prompt.js +29 -0
- package/lib/components/Prompt/Prompt.js.map +1 -0
- package/lib/components/Prompt/index.d.ts +1 -0
- package/lib/components/Prompt/index.js +2 -0
- package/lib/components/Prompt/index.js.map +1 -0
- package/lib/components/Prompt/types.d.ts +23 -0
- package/lib/components/Prompt/types.js +2 -0
- package/lib/components/Prompt/types.js.map +1 -0
- package/lib/components/PromptContainer/PromptContainer.d.ts +5 -0
- package/lib/components/PromptContainer/PromptContainer.js +76 -0
- package/lib/components/PromptContainer/PromptContainer.js.map +1 -0
- package/lib/components/PromptContainer/index.d.ts +1 -0
- package/lib/components/PromptContainer/index.js +2 -0
- package/lib/components/PromptContainer/index.js.map +1 -0
- package/lib/components/PromptContainer/types.d.ts +24 -0
- package/lib/components/PromptContainer/types.js +2 -0
- package/lib/components/PromptContainer/types.js.map +1 -0
- package/lib/components/RadioButton/RadioButton.d.ts +1 -0
- package/lib/components/RadioButton/RadioButton.js +9 -0
- package/lib/components/RadioButton/RadioButton.js.map +1 -0
- package/lib/components/RadioButton/index.js +2 -0
- package/lib/components/RadioButton/index.js.map +1 -0
- package/lib/components/RadioButton/radioButtonTypes.d.ts +17 -1
- package/lib/components/RadioButton/radioButtonTypes.js +2 -0
- package/lib/components/RadioButton/radioButtonTypes.js.map +1 -0
- package/lib/components/RadioGroup/RadioGroup.js +10 -0
- package/lib/components/RadioGroup/RadioGroup.js.map +1 -0
- package/lib/components/RadioGroup/index.js +2 -0
- package/lib/components/RadioGroup/index.js.map +1 -0
- package/lib/components/RadioGroup/radioGroupTypes.d.ts +36 -0
- package/lib/components/RadioGroup/radioGroupTypes.js +2 -0
- package/lib/components/RadioGroup/radioGroupTypes.js.map +1 -0
- package/lib/components/ScriptGenerationLoader/ScriptGenerationLoader.d.ts +5 -0
- package/lib/components/ScriptGenerationLoader/ScriptGenerationLoader.js +46 -0
- package/lib/components/ScriptGenerationLoader/ScriptGenerationLoader.js.map +1 -0
- package/lib/components/ScriptGenerationLoader/index.d.ts +1 -0
- package/lib/components/ScriptGenerationLoader/index.js +2 -0
- package/lib/components/ScriptGenerationLoader/index.js.map +1 -0
- package/lib/components/ScriptGenerationLoader/types.d.ts +20 -0
- package/lib/components/ScriptGenerationLoader/types.js +2 -0
- package/lib/components/ScriptGenerationLoader/types.js.map +1 -0
- package/lib/components/ScriptSwitchButton/ScriptSwitchButton.d.ts +9 -0
- package/lib/components/ScriptSwitchButton/ScriptSwitchButton.js +16 -0
- package/lib/components/ScriptSwitchButton/ScriptSwitchButton.js.map +1 -0
- package/lib/components/ScriptSwitchButton/index.d.ts +1 -0
- package/lib/components/ScriptSwitchButton/index.js +2 -0
- package/lib/components/ScriptSwitchButton/index.js.map +1 -0
- package/lib/components/Search/Search.d.ts +1 -1
- package/lib/components/Search/Search.js +148 -0
- package/lib/components/Search/Search.js.map +1 -0
- package/lib/components/Search/index.js +2 -0
- package/lib/components/Search/index.js.map +1 -0
- package/lib/components/Search/types.d.ts +16 -0
- package/lib/components/Search/types.js +2 -0
- package/lib/components/Search/types.js.map +1 -0
- package/lib/components/Select/Select.d.ts +3 -2
- package/lib/components/Select/Select.js +258 -0
- package/lib/components/Select/Select.js.map +1 -0
- package/lib/components/Select/components/Dropdown.d.ts +5 -0
- package/lib/components/Select/components/Dropdown.js +226 -0
- package/lib/components/Select/components/Dropdown.js.map +1 -0
- package/lib/components/Select/components/types.d.ts +37 -0
- package/lib/components/Select/components/types.js +7 -0
- package/lib/components/Select/components/types.js.map +1 -0
- package/lib/components/Select/index.js +2 -0
- package/lib/components/Select/index.js.map +1 -0
- package/lib/components/Select/types.d.ts +94 -43
- package/lib/components/Select/types.js +2 -0
- package/lib/components/Select/types.js.map +1 -0
- package/lib/components/SelectionSwitcher/SelectionSwitcher.d.ts +5 -0
- package/lib/components/SelectionSwitcher/SelectionSwitcher.js +16 -0
- package/lib/components/SelectionSwitcher/SelectionSwitcher.js.map +1 -0
- package/lib/components/SelectionSwitcher/index.d.ts +1 -0
- package/lib/components/SelectionSwitcher/index.js +2 -0
- package/lib/components/SelectionSwitcher/index.js.map +1 -0
- package/lib/components/SelectionSwitcher/types.d.ts +13 -0
- package/lib/components/SelectionSwitcher/types.js +2 -0
- package/lib/components/SelectionSwitcher/types.js.map +1 -0
- package/lib/components/SequentialConnectingBranch/SequentialConnectingBranch.d.ts +2 -1
- package/lib/components/SequentialConnectingBranch/SequentialConnectingBranch.js +72 -0
- package/lib/components/SequentialConnectingBranch/SequentialConnectingBranch.js.map +1 -0
- package/lib/components/SequentialConnectingBranch/components/Branches/Branches.d.ts +1 -1
- package/lib/components/SequentialConnectingBranch/components/Branches/Branches.js +193 -0
- package/lib/components/SequentialConnectingBranch/components/Branches/Branches.js.map +1 -0
- package/lib/components/SequentialConnectingBranch/components/Branches/types.d.ts +10 -3
- package/lib/components/SequentialConnectingBranch/components/Branches/types.js +2 -0
- package/lib/components/SequentialConnectingBranch/components/Branches/types.js.map +1 -0
- package/lib/components/SequentialConnectingBranch/components/ConnectingBranches/ConnectingBranches.d.ts +1 -1
- package/lib/components/SequentialConnectingBranch/components/ConnectingBranches/ConnectingBranches.js +23 -0
- package/lib/components/SequentialConnectingBranch/components/ConnectingBranches/ConnectingBranches.js.map +1 -0
- package/lib/components/SequentialConnectingBranch/components/ConnectingBranches/types.d.ts +9 -2
- package/lib/components/SequentialConnectingBranch/components/ConnectingBranches/types.js +2 -0
- package/lib/components/SequentialConnectingBranch/components/ConnectingBranches/types.js.map +1 -0
- package/lib/components/SequentialConnectingBranch/components/DatasetTooltip/DataSetTooltip.d.ts +5 -0
- package/lib/components/SequentialConnectingBranch/components/DatasetTooltip/DataSetTooltip.js +13 -0
- package/lib/components/SequentialConnectingBranch/components/DatasetTooltip/DataSetTooltip.js.map +1 -0
- package/lib/components/SequentialConnectingBranch/components/DatasetTooltip/types.d.ts +8 -0
- package/lib/components/SequentialConnectingBranch/components/DatasetTooltip/types.js +2 -0
- package/lib/components/SequentialConnectingBranch/components/DatasetTooltip/types.js.map +1 -0
- package/lib/components/SequentialConnectingBranch/context/EnvironmentVariableMapsContext.d.ts +3 -0
- package/lib/components/SequentialConnectingBranch/context/EnvironmentVariableMapsContext.js +4 -0
- package/lib/components/SequentialConnectingBranch/context/EnvironmentVariableMapsContext.js.map +1 -0
- package/lib/components/SequentialConnectingBranch/index.js +2 -0
- package/lib/components/SequentialConnectingBranch/index.js.map +1 -0
- package/lib/components/SequentialConnectingBranch/types.d.ts +50 -7
- package/lib/components/SequentialConnectingBranch/types.js +2 -0
- package/lib/components/SequentialConnectingBranch/types.js.map +1 -0
- package/lib/components/SessionDropdown/SessionDropdown.d.ts +5 -0
- package/lib/components/SessionDropdown/SessionDropdown.js +31 -0
- package/lib/components/SessionDropdown/SessionDropdown.js.map +1 -0
- package/lib/components/SessionDropdown/index.d.ts +2 -0
- package/lib/components/SessionDropdown/index.js +3 -0
- package/lib/components/SessionDropdown/index.js.map +1 -0
- package/lib/components/SessionDropdown/type.d.ts +41 -0
- package/lib/components/SessionDropdown/type.js +2 -0
- package/lib/components/SessionDropdown/type.js.map +1 -0
- package/lib/components/SessionManager/SessionManager.d.ts +4 -0
- package/lib/components/SessionManager/SessionManager.js +47 -0
- package/lib/components/SessionManager/SessionManager.js.map +1 -0
- package/lib/components/SessionManager/index.d.ts +1 -0
- package/lib/components/SessionManager/index.js +2 -0
- package/lib/components/SessionManager/index.js.map +1 -0
- package/lib/components/SessionManager/types.d.ts +10 -0
- package/lib/components/SessionManager/types.js +2 -0
- package/lib/components/SessionManager/types.js.map +1 -0
- package/lib/components/StateDropdown/StateDropdown.d.ts +2 -1
- package/lib/components/StateDropdown/StateDropdown.js +76 -0
- package/lib/components/StateDropdown/StateDropdown.js.map +1 -0
- package/lib/components/StateDropdown/StateDropdownTypes.d.ts +4 -3
- package/lib/components/StateDropdown/StateDropdownTypes.js +2 -0
- package/lib/components/StateDropdown/StateDropdownTypes.js.map +1 -0
- package/lib/components/StateDropdown/index.js +2 -0
- package/lib/components/StateDropdown/index.js.map +1 -0
- package/lib/components/StatusBadge/StatusBadge.d.ts +11 -0
- package/lib/components/StatusBadge/StatusBadge.js +38 -0
- package/lib/components/StatusBadge/StatusBadge.js.map +1 -0
- package/lib/components/StatusBadge/index.d.ts +1 -0
- package/lib/components/StatusBadge/index.js +2 -0
- package/lib/components/StatusBadge/index.js.map +1 -0
- package/lib/components/StatusButton/StatusButton.d.ts +1 -1
- package/lib/components/StatusButton/StatusButton.js +12 -0
- package/lib/components/StatusButton/StatusButton.js.map +1 -0
- package/lib/components/StatusButton/index.js +2 -0
- package/lib/components/StatusButton/index.js.map +1 -0
- package/lib/components/StatusButton/types.d.ts +3 -1
- package/lib/components/StatusButton/types.js +2 -0
- package/lib/components/StatusButton/types.js.map +1 -0
- package/lib/components/StatusCard/StatusCard.d.ts +5 -0
- package/lib/components/StatusCard/StatusCard.js +41 -0
- package/lib/components/StatusCard/StatusCard.js.map +1 -0
- package/lib/components/StatusCard/index.d.ts +1 -0
- package/lib/components/StatusCard/index.js +2 -0
- package/lib/components/StatusCard/index.js.map +1 -0
- package/lib/components/StatusCard/types.d.ts +18 -0
- package/lib/components/StatusCard/types.js +2 -0
- package/lib/components/StatusCard/types.js.map +1 -0
- package/lib/components/StatusIndicator/StatusIndicator.d.ts +4 -0
- package/lib/components/StatusIndicator/StatusIndicator.js +26 -0
- package/lib/components/StatusIndicator/StatusIndicator.js.map +1 -0
- package/lib/components/StatusIndicator/index.d.ts +1 -0
- package/lib/components/StatusIndicator/index.js +2 -0
- package/lib/components/StatusIndicator/index.js.map +1 -0
- package/lib/components/StatusIndicator/types.d.ts +9 -0
- package/lib/components/StatusIndicator/types.js +2 -0
- package/lib/components/StatusIndicator/types.js.map +1 -0
- package/lib/components/StepsLandingTable/Components/EditComponent.d.ts +3 -0
- package/lib/components/StepsLandingTable/Components/EditComponent.js +35 -0
- package/lib/components/StepsLandingTable/Components/EditComponent.js.map +1 -0
- package/lib/components/StepsLandingTable/Components/RenderNlpInput.d.ts +2 -0
- package/lib/components/StepsLandingTable/Components/RenderNlpInput.js +34 -0
- package/lib/components/StepsLandingTable/Components/RenderNlpInput.js.map +1 -0
- package/lib/components/StepsLandingTable/Components/StepGroupAccordions.d.ts +5 -0
- package/lib/components/StepsLandingTable/Components/StepGroupAccordions.js +85 -0
- package/lib/components/StepsLandingTable/Components/StepGroupAccordions.js.map +1 -0
- package/lib/components/StepsLandingTable/Components/StepInnerTable.d.ts +4 -0
- package/lib/components/StepsLandingTable/Components/StepInnerTable.js +256 -0
- package/lib/components/StepsLandingTable/Components/StepInnerTable.js.map +1 -0
- package/lib/components/StepsLandingTable/Components/StepResultStats.d.ts +4 -0
- package/lib/components/StepsLandingTable/Components/StepResultStats.js +89 -0
- package/lib/components/StepsLandingTable/Components/StepResultStats.js.map +1 -0
- package/lib/components/StepsLandingTable/Components/StepTableMainRow.d.ts +4 -0
- package/lib/components/StepsLandingTable/Components/StepTableMainRow.js +83 -0
- package/lib/components/StepsLandingTable/Components/StepTableMainRow.js.map +1 -0
- package/lib/components/StepsLandingTable/Components/StepsTitle.d.ts +3 -0
- package/lib/components/StepsLandingTable/Components/StepsTitle.js +56 -0
- package/lib/components/StepsLandingTable/Components/StepsTitle.js.map +1 -0
- package/lib/components/StepsLandingTable/Components/Types.d.ts +208 -0
- package/lib/components/StepsLandingTable/Components/Types.js +2 -0
- package/lib/components/StepsLandingTable/Components/Types.js.map +1 -0
- package/lib/components/StepsLandingTable/Components/handleStepCheckBox.d.ts +14 -0
- package/lib/components/StepsLandingTable/Components/handleStepCheckBox.js +386 -0
- package/lib/components/StepsLandingTable/Components/handleStepCheckBox.js.map +1 -0
- package/lib/components/StepsLandingTable/Components/index.d.ts +1 -0
- package/lib/components/StepsLandingTable/Components/index.js +2 -0
- package/lib/components/StepsLandingTable/Components/index.js.map +1 -0
- package/lib/components/StepsLandingTable/StepLandingTable.d.ts +5 -0
- package/lib/components/StepsLandingTable/StepLandingTable.js +219 -0
- package/lib/components/StepsLandingTable/StepLandingTable.js.map +1 -0
- package/lib/components/StepsLandingTable/constant.d.ts +482 -0
- package/lib/components/StepsLandingTable/constant.js +1057 -0
- package/lib/components/StepsLandingTable/constant.js.map +1 -0
- package/lib/components/StepsLandingTable/index.d.ts +1 -0
- package/lib/components/StepsLandingTable/index.js +2 -0
- package/lib/components/StepsLandingTable/index.js.map +1 -0
- package/lib/components/StepsLandingTable/types.d.ts +103 -0
- package/lib/components/StepsLandingTable/types.js +2 -0
- package/lib/components/StepsLandingTable/types.js.map +1 -0
- package/lib/components/StorageUsageBar/StorageUsageBar.d.ts +4 -0
- package/lib/components/StorageUsageBar/StorageUsageBar.js +47 -0
- package/lib/components/StorageUsageBar/StorageUsageBar.js.map +1 -0
- package/lib/components/StorageUsageBar/index.d.ts +1 -0
- package/lib/components/StorageUsageBar/index.js +2 -0
- package/lib/components/StorageUsageBar/index.js.map +1 -0
- package/lib/components/StorageUsageBar/types.d.ts +7 -0
- package/lib/components/StorageUsageBar/types.js +2 -0
- package/lib/components/StorageUsageBar/types.js.map +1 -0
- package/lib/components/SwitchButton/SwitchButton.d.ts +5 -0
- package/lib/components/SwitchButton/SwitchButton.js +11 -0
- package/lib/components/SwitchButton/SwitchButton.js.map +1 -0
- package/lib/components/SwitchButton/index.d.ts +1 -0
- package/lib/components/SwitchButton/index.js +2 -0
- package/lib/components/SwitchButton/index.js.map +1 -0
- package/lib/components/SwitchButton/types.d.ts +34 -0
- package/lib/components/SwitchButton/types.js +2 -0
- package/lib/components/SwitchButton/types.js.map +1 -0
- package/lib/components/Table/EditComponent.d.ts +3 -0
- package/lib/components/Table/EditComponent.js +47 -0
- package/lib/components/Table/EditComponent.js.map +1 -0
- package/lib/components/Table/NoDataContent.d.ts +4 -0
- package/lib/components/Table/NoDataContent.js +9 -0
- package/lib/components/Table/NoDataContent.js.map +1 -0
- package/lib/components/Table/Table.d.ts +1 -1
- package/lib/components/Table/Table.js +207 -0
- package/lib/components/Table/Table.js.map +1 -0
- package/lib/components/Table/Types.d.ts +120 -3
- package/lib/components/Table/Types.js +2 -0
- package/lib/components/Table/Types.js.map +1 -0
- package/lib/components/Table/components/SortableRow.d.ts +2 -0
- package/lib/components/Table/components/SortableRow.js +96 -0
- package/lib/components/Table/components/SortableRow.js.map +1 -0
- package/lib/components/Table/components/TableHeader.d.ts +3 -0
- package/lib/components/Table/components/TableHeader.js +29 -0
- package/lib/components/Table/components/TableHeader.js.map +1 -0
- package/lib/components/Table/components/VirtualizedRows.d.ts +3 -0
- package/lib/components/Table/components/VirtualizedRows.js +24 -0
- package/lib/components/Table/components/VirtualizedRows.js.map +1 -0
- package/lib/components/Table/index.js +2 -0
- package/lib/components/Table/index.js.map +1 -0
- package/lib/components/Table/utils/constants.d.ts +6 -0
- package/lib/components/Table/utils/constants.js +9 -0
- package/lib/components/Table/utils/constants.js.map +1 -0
- package/lib/components/Table/utils/virtualization.d.ts +7 -0
- package/lib/components/Table/utils/virtualization.js +41 -0
- package/lib/components/Table/utils/virtualization.js.map +1 -0
- package/lib/components/TableTree/Components/TableBody.d.ts +3 -0
- package/lib/components/TableTree/Components/TableBody.js +12 -0
- package/lib/components/TableTree/Components/TableBody.js.map +1 -0
- package/lib/components/TableTree/Components/TableCell.d.ts +4 -0
- package/lib/components/TableTree/Components/TableCell.js +81 -0
- package/lib/components/TableTree/Components/TableCell.js.map +1 -0
- package/lib/components/TableTree/Components/TableHead.d.ts +4 -0
- package/lib/components/TableTree/Components/TableHead.js +40 -0
- package/lib/components/TableTree/Components/TableHead.js.map +1 -0
- package/lib/components/TableTree/Components/TableRow.d.ts +4 -0
- package/lib/components/TableTree/Components/TableRow.js +9 -0
- package/lib/components/TableTree/Components/TableRow.js.map +1 -0
- package/lib/components/TableTree/TableTree.d.ts +4 -23
- package/lib/components/TableTree/TableTree.js +177 -0
- package/lib/components/TableTree/TableTree.js.map +1 -0
- package/lib/components/TableTree/Utils/addLastChild.d.ts +2 -0
- package/lib/components/TableTree/Utils/addLastChild.js +24 -0
- package/lib/components/TableTree/Utils/addLastChild.js.map +1 -0
- package/lib/components/TableTree/Utils/addNewRow.d.ts +14 -0
- package/lib/components/TableTree/Utils/addNewRow.js +62 -0
- package/lib/components/TableTree/Utils/addNewRow.js.map +1 -0
- package/lib/components/TableTree/Utils/formatDataCell.d.ts +2 -0
- package/lib/components/TableTree/Utils/formatDataCell.js +15 -0
- package/lib/components/TableTree/Utils/formatDataCell.js.map +1 -0
- package/lib/components/TableTree/Utils/getAllChildIds.d.ts +2 -0
- package/lib/components/TableTree/Utils/getAllChildIds.js +12 -0
- package/lib/components/TableTree/Utils/getAllChildIds.js.map +1 -0
- package/lib/components/TableTree/Utils/renderSpaces.js +2 -0
- package/lib/components/TableTree/Utils/renderSpaces.js.map +1 -0
- package/lib/components/TableTree/data.d.ts +237 -303
- package/lib/components/TableTree/data.js +528 -0
- package/lib/components/TableTree/data.js.map +1 -0
- package/lib/components/TableTree/index.js +2 -0
- package/lib/components/TableTree/index.js.map +1 -0
- package/lib/components/TableTree/types.d.ts +140 -0
- package/lib/components/TableTree/types.js +2 -0
- package/lib/components/TableTree/types.js.map +1 -0
- package/lib/components/TableTreeFn/Components/TableBody.d.ts +3 -0
- package/lib/components/TableTreeFn/Components/TableBody.js +17 -0
- package/lib/components/TableTreeFn/Components/TableBody.js.map +1 -0
- package/lib/components/TableTreeFn/Components/TableCell.d.ts +4 -0
- package/lib/components/TableTreeFn/Components/TableCell.js +91 -0
- package/lib/components/TableTreeFn/Components/TableCell.js.map +1 -0
- package/lib/components/TableTreeFn/Components/TableHead.d.ts +4 -0
- package/lib/components/TableTreeFn/Components/TableHead.js +43 -0
- package/lib/components/TableTreeFn/Components/TableHead.js.map +1 -0
- package/lib/components/TableTreeFn/Components/TableRow.d.ts +4 -0
- package/lib/components/TableTreeFn/Components/TableRow.js +14 -0
- package/lib/components/TableTreeFn/Components/TableRow.js.map +1 -0
- package/lib/components/TableTreeFn/TableTreeFn.d.ts +5 -0
- package/lib/components/TableTreeFn/TableTreeFn.js +800 -0
- package/lib/components/TableTreeFn/TableTreeFn.js.map +1 -0
- package/lib/components/TableTreeFn/Utils/TableCell.d.ts +1 -0
- package/lib/components/TableTreeFn/Utils/TableCell.js +24 -0
- package/lib/components/TableTreeFn/Utils/TableCell.js.map +1 -0
- package/lib/components/TableTreeFn/Utils/addLastChild.d.ts +2 -0
- package/lib/components/TableTreeFn/Utils/addLastChild.js +24 -0
- package/lib/components/TableTreeFn/Utils/addLastChild.js.map +1 -0
- package/lib/components/TableTreeFn/Utils/addNewRow.d.ts +14 -0
- package/lib/components/TableTreeFn/Utils/addNewRow.js +80 -0
- package/lib/components/TableTreeFn/Utils/addNewRow.js.map +1 -0
- package/lib/components/TableTreeFn/Utils/formatDataCell.d.ts +2 -0
- package/lib/components/TableTreeFn/Utils/formatDataCell.js +15 -0
- package/lib/components/TableTreeFn/Utils/formatDataCell.js.map +1 -0
- package/lib/components/TableTreeFn/Utils/getAllChildIds.d.ts +2 -0
- package/lib/components/TableTreeFn/Utils/getAllChildIds.js +12 -0
- package/lib/components/TableTreeFn/Utils/getAllChildIds.js.map +1 -0
- package/lib/components/TableTreeFn/Utils/renderSpaces.d.ts +0 -0
- package/lib/components/TableTreeFn/Utils/renderSpaces.js +2 -0
- package/lib/components/TableTreeFn/Utils/renderSpaces.js.map +1 -0
- package/lib/components/TableTreeFn/Utils/updateParentSibling.d.ts +3 -0
- package/lib/components/TableTreeFn/Utils/updateParentSibling.js +65 -0
- package/lib/components/TableTreeFn/Utils/updateParentSibling.js.map +1 -0
- package/lib/components/TableTreeFn/data.d.ts +247 -0
- package/lib/components/TableTreeFn/data.js +529 -0
- package/lib/components/TableTreeFn/data.js.map +1 -0
- package/lib/components/TableTreeFn/index.d.ts +3 -0
- package/lib/components/TableTreeFn/index.js +4 -0
- package/lib/components/TableTreeFn/index.js.map +1 -0
- package/lib/components/TableTreeFn/types.d.ts +172 -0
- package/lib/components/TableTreeFn/types.js +2 -0
- package/lib/components/TableTreeFn/types.js.map +1 -0
- package/lib/components/TableWithAccordion/TableWithAccordion.d.ts +5 -0
- package/lib/components/TableWithAccordion/TableWithAccordion.js +62 -0
- package/lib/components/TableWithAccordion/TableWithAccordion.js.map +1 -0
- package/lib/components/TableWithAccordion/data.d.ts +8 -0
- package/lib/components/TableWithAccordion/data.js +38 -0
- package/lib/components/TableWithAccordion/data.js.map +1 -0
- package/lib/components/TableWithAccordion/index.d.ts +1 -0
- package/lib/components/TableWithAccordion/index.js +2 -0
- package/lib/components/TableWithAccordion/index.js.map +1 -0
- package/lib/components/TableWithAccordion/types.d.ts +68 -0
- package/lib/components/TableWithAccordion/types.js +2 -0
- package/lib/components/TableWithAccordion/types.js.map +1 -0
- package/lib/components/Tabs/Tabs.d.ts +1 -1
- package/lib/components/Tabs/Tabs.js +35 -0
- package/lib/components/Tabs/Tabs.js.map +1 -0
- package/lib/components/Tabs/index.js +2 -0
- package/lib/components/Tabs/index.js.map +1 -0
- package/lib/components/Tabs/types.d.ts +24 -0
- package/lib/components/Tabs/types.js +2 -0
- package/lib/components/Tabs/types.js.map +1 -0
- package/lib/components/TabsWithSilder/TabsWithSilder.d.ts +5 -0
- package/lib/components/TabsWithSilder/TabsWithSilder.js +52 -0
- package/lib/components/TabsWithSilder/TabsWithSilder.js.map +1 -0
- package/lib/components/TabsWithSilder/index.d.ts +1 -0
- package/lib/components/TabsWithSilder/index.js +2 -0
- package/lib/components/TabsWithSilder/index.js.map +1 -0
- package/lib/components/TabsWithSilder/types.d.ts +52 -0
- package/lib/components/TabsWithSilder/types.js +2 -0
- package/lib/components/TabsWithSilder/types.js.map +1 -0
- package/lib/components/TextArea/Textarea.d.ts +1 -1
- package/lib/components/TextArea/Textarea.js +85 -0
- package/lib/components/TextArea/Textarea.js.map +1 -0
- package/lib/components/TextArea/Types.d.ts +14 -0
- package/lib/components/TextArea/Types.js +2 -0
- package/lib/components/TextArea/Types.js.map +1 -0
- package/lib/components/TextArea/index.js +2 -0
- package/lib/components/TextArea/index.js.map +1 -0
- package/lib/components/TextEditor/TextEditor.d.ts +5 -0
- package/lib/components/TextEditor/TextEditor.js +265 -0
- package/lib/components/TextEditor/TextEditor.js.map +1 -0
- package/lib/components/TextEditor/index.d.ts +1 -0
- package/lib/components/TextEditor/index.js +2 -0
- package/lib/components/TextEditor/index.js.map +1 -0
- package/lib/components/TextEditor/types.d.ts +19 -0
- package/lib/components/TextEditor/types.js +2 -0
- package/lib/components/TextEditor/types.js.map +1 -0
- package/lib/components/ThemeProvider/ThemeProvider.js +18 -0
- package/lib/components/ThemeProvider/ThemeProvider.js.map +1 -0
- package/lib/components/ThemeProvider/index.js +2 -0
- package/lib/components/ThemeProvider/index.js.map +1 -0
- package/lib/components/ThemeProvider/types.d.ts +1 -1
- package/lib/components/ThemeProvider/types.js +2 -0
- package/lib/components/ThemeProvider/types.js.map +1 -0
- package/lib/components/Toast/Toast.js +54 -0
- package/lib/components/Toast/Toast.js.map +1 -0
- package/lib/components/Toast/index.js +2 -0
- package/lib/components/Toast/index.js.map +1 -0
- package/lib/components/Toast/types.d.ts +1 -1
- package/lib/components/Toast/types.js +2 -0
- package/lib/components/Toast/types.js.map +1 -0
- package/lib/components/Toastify/Toastify.d.ts +10 -0
- package/lib/components/Toastify/Toastify.js +97 -0
- package/lib/components/Toastify/Toastify.js.map +1 -0
- package/lib/components/Toastify/index.d.ts +1 -0
- package/lib/components/Toastify/index.js +2 -0
- package/lib/components/Toastify/index.js.map +1 -0
- package/lib/components/Toastify/types.d.ts +9 -0
- package/lib/components/Toastify/types.js +2 -0
- package/lib/components/Toastify/types.js.map +1 -0
- package/lib/components/Toggle/Toggle.js +40 -0
- package/lib/components/Toggle/Toggle.js.map +1 -0
- package/lib/components/Toggle/index.js +2 -0
- package/lib/components/Toggle/index.js.map +1 -0
- package/lib/components/Toggle/types.js +2 -0
- package/lib/components/Toggle/types.js.map +1 -0
- package/lib/components/ToggleSwitch/ToggleSwitch.d.ts +10 -0
- package/lib/components/ToggleSwitch/ToggleSwitch.js +7 -0
- package/lib/components/ToggleSwitch/ToggleSwitch.js.map +1 -0
- package/lib/components/ToggleSwitch/index.d.ts +1 -0
- package/lib/components/ToggleSwitch/index.js +2 -0
- package/lib/components/ToggleSwitch/index.js.map +1 -0
- package/lib/components/Tooltip/Tooltip.js +163 -0
- package/lib/components/Tooltip/Tooltip.js.map +1 -0
- package/lib/components/Tooltip/index.js +2 -0
- package/lib/components/Tooltip/index.js.map +1 -0
- package/lib/components/Tooltip/types.d.ts +13 -1
- package/lib/components/Tooltip/types.js +2 -0
- package/lib/components/Tooltip/types.js.map +1 -0
- package/lib/components/TooltipService/TooltipService.d.ts +4 -0
- package/lib/components/TooltipService/TooltipService.js +164 -0
- package/lib/components/TooltipService/TooltipService.js.map +1 -0
- package/lib/components/TooltipService/index.d.ts +1 -0
- package/lib/components/TooltipService/index.js +2 -0
- package/lib/components/TooltipService/index.js.map +1 -0
- package/lib/components/TruncatedTooltip/TruncatedTooltip.d.ts +7 -0
- package/lib/components/TruncatedTooltip/TruncatedTooltip.js +9 -0
- package/lib/components/TruncatedTooltip/TruncatedTooltip.js.map +1 -0
- package/lib/components/TruncatedTooltip/index.d.ts +1 -0
- package/lib/components/TruncatedTooltip/index.js +2 -0
- package/lib/components/TruncatedTooltip/index.js.map +1 -0
- package/lib/components/Typography/Typography.js +16 -0
- package/lib/components/Typography/Typography.js.map +1 -0
- package/lib/components/Typography/index.js +2 -0
- package/lib/components/Typography/index.js.map +1 -0
- package/lib/components/Typography/types.d.ts +6 -1
- package/lib/components/Typography/types.js +2 -0
- package/lib/components/Typography/types.js.map +1 -0
- package/lib/components/VariableInput/VariableInput.js +241 -0
- package/lib/components/VariableInput/VariableInput.js.map +1 -0
- package/lib/components/VariableInput/index.js +2 -0
- package/lib/components/VariableInput/index.js.map +1 -0
- package/lib/components/VariableInput/types.js +2 -0
- package/lib/components/VariableInput/types.js.map +1 -0
- package/lib/components/ZoomControl/ZoomControl.d.ts +5 -0
- package/lib/components/ZoomControl/ZoomControl.js +22 -0
- package/lib/components/ZoomControl/ZoomControl.js.map +1 -0
- package/lib/components/ZoomControl/index.d.ts +1 -0
- package/lib/components/ZoomControl/index.js +2 -0
- package/lib/components/ZoomControl/index.js.map +1 -0
- package/lib/components/ZoomControl/types.d.ts +8 -0
- package/lib/components/ZoomControl/types.js +2 -0
- package/lib/components/ZoomControl/types.js.map +1 -0
- package/lib/components/variableSuggestionInputDropDown/OptionsDropdown.d.ts +5 -0
- package/lib/components/variableSuggestionInputDropDown/OptionsDropdown.js +23 -0
- package/lib/components/variableSuggestionInputDropDown/OptionsDropdown.js.map +1 -0
- package/lib/components/variableSuggestionInputDropDown/VariableSuggestionInputDropDown.d.ts +4 -0
- package/lib/components/variableSuggestionInputDropDown/VariableSuggestionInputDropDown.js +198 -0
- package/lib/components/variableSuggestionInputDropDown/VariableSuggestionInputDropDown.js.map +1 -0
- package/lib/components/variableSuggestionInputDropDown/index.d.ts +1 -0
- package/lib/components/variableSuggestionInputDropDown/index.js +2 -0
- package/lib/components/variableSuggestionInputDropDown/index.js.map +1 -0
- package/lib/components/variableSuggestionInputDropDown/types.d.ts +198 -0
- package/lib/components/variableSuggestionInputDropDown/types.js +2 -0
- package/lib/components/variableSuggestionInputDropDown/types.js.map +1 -0
- package/lib/hooks/keyboardevents/useEscKeyEvent.js +18 -0
- package/lib/hooks/keyboardevents/useEscKeyEvent.js.map +1 -0
- package/lib/hooks/useClickOutside.js +19 -0
- package/lib/hooks/useClickOutside.js.map +1 -0
- package/lib/hooks/useFileDropzone.js +345 -0
- package/lib/hooks/useFileDropzone.js.map +1 -0
- package/lib/hooks/useIntersectionObserver.d.ts +9 -0
- package/lib/hooks/useIntersectionObserver.js +26 -0
- package/lib/hooks/useIntersectionObserver.js.map +1 -0
- package/lib/hooks/useMergeRefs.d.ts +1 -0
- package/lib/hooks/useMergeRefs.js +16 -0
- package/lib/hooks/useMergeRefs.js.map +1 -0
- package/lib/hooks/usePortalPosition.js +38 -0
- package/lib/hooks/usePortalPosition.js.map +1 -0
- package/lib/hooks/useTheme.js +11 -0
- package/lib/hooks/useTheme.js.map +1 -0
- package/lib/hooks/useTriggerControl.d.ts +7 -0
- package/lib/hooks/useTriggerControl.js +18 -0
- package/lib/hooks/useTriggerControl.js.map +1 -0
- package/lib/index.d.ts +4288 -214
- package/lib/index.js +22 -55807
- package/lib/index.js.map +1 -1
- package/lib/styles.css +1 -0
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/lib/utils/AddStepGroup/AddStepGroup.d.ts +2 -0
- package/lib/utils/AddStepGroup/AddStepGroup.js +37 -0
- package/lib/utils/AddStepGroup/AddStepGroup.js.map +1 -0
- package/lib/utils/AppendNewRow/AppendNewRow.d.ts +1 -0
- package/lib/utils/AppendNewRow/AppendNewRow.js +38 -0
- package/lib/utils/AppendNewRow/AppendNewRow.js.map +1 -0
- package/lib/utils/CopyToClipboard/copyToClipboard.d.ts +1 -0
- package/lib/utils/CopyToClipboard/copyToClipboard.js +10 -0
- package/lib/utils/CopyToClipboard/copyToClipboard.js.map +1 -0
- package/lib/utils/FormatString/FormatString.d.ts +1 -0
- package/lib/utils/FormatString/FormatString.js +33 -0
- package/lib/utils/FormatString/FormatString.js.map +1 -0
- package/lib/utils/ScrollToview/ScrollToView.d.ts +3 -0
- package/lib/utils/ScrollToview/ScrollToView.js +17 -0
- package/lib/utils/ScrollToview/ScrollToView.js.map +1 -0
- package/lib/utils/TableCell/TableCell.d.ts +1 -1
- package/lib/utils/TableCell/TableCell.js +24 -0
- package/lib/utils/TableCell/TableCell.js.map +1 -0
- package/lib/utils/TreeNavigateUtils/getNavigateToKey.d.ts +4 -0
- package/lib/utils/TreeNavigateUtils/getNavigateToKey.js +118 -0
- package/lib/utils/TreeNavigateUtils/getNavigateToKey.js.map +1 -0
- package/lib/utils/TreeNavigateUtils/types.d.ts +9 -0
- package/lib/utils/TreeNavigateUtils/types.js +2 -0
- package/lib/utils/TreeNavigateUtils/types.js.map +1 -0
- package/lib/utils/autoScrollToTableLastRow/autoScrollToTableLastRow.d.ts +1 -0
- package/lib/utils/autoScrollToTableLastRow/autoScrollToTableLastRow.js +19 -0
- package/lib/utils/autoScrollToTableLastRow/autoScrollToTableLastRow.js.map +1 -0
- package/lib/utils/capitalize/capitalize.d.ts +1 -0
- package/lib/utils/capitalize/capitalize.js +6 -0
- package/lib/utils/capitalize/capitalize.js.map +1 -0
- package/lib/utils/checkDuplicates/checkDuplicates.d.ts +1 -0
- package/lib/utils/checkDuplicates/checkDuplicates.js +13 -0
- package/lib/utils/checkDuplicates/checkDuplicates.js.map +1 -0
- package/lib/utils/checkEmpty/checkEmpty.js +22 -0
- package/lib/utils/checkEmpty/checkEmpty.js.map +1 -0
- package/lib/utils/checkMicrophoneAccess/checkMicrophoneAccess.d.ts +5 -0
- package/lib/utils/checkMicrophoneAccess/checkMicrophoneAccess.js +32 -0
- package/lib/utils/checkMicrophoneAccess/checkMicrophoneAccess.js.map +1 -0
- package/lib/utils/cleanAllTooltips/cleanAllTooltips.d.ts +1 -0
- package/lib/utils/cleanAllTooltips/cleanAllTooltips.js +8 -0
- package/lib/utils/cleanAllTooltips/cleanAllTooltips.js.map +1 -0
- package/lib/utils/compareArrays/compareArrays.js +25 -0
- package/lib/utils/compareArrays/compareArrays.js.map +1 -0
- package/lib/utils/compareObjects/compareObjects.js +41 -0
- package/lib/utils/compareObjects/compareObjects.js.map +1 -0
- package/lib/utils/converToCamelCase.d.ts +1 -0
- package/lib/utils/converToCamelCase.js +6 -0
- package/lib/utils/converToCamelCase.js.map +1 -0
- package/lib/utils/convertToBytes/convertToBytes.d.ts +1 -0
- package/lib/utils/convertToBytes/convertToBytes.js +18 -0
- package/lib/utils/convertToBytes/convertToBytes.js.map +1 -0
- package/lib/utils/convertToGB/convertToGB.d.ts +1 -0
- package/lib/utils/convertToGB/convertToGB.js +18 -0
- package/lib/utils/convertToGB/convertToGB.js.map +1 -0
- package/lib/utils/convertToISO/convertToISO.d.ts +1 -0
- package/lib/utils/convertToISO/convertToISO.js +19 -0
- package/lib/utils/convertToISO/convertToISO.js.map +1 -0
- package/lib/utils/convertToKB/convertToKB.d.ts +1 -0
- package/lib/utils/convertToKB/convertToKB.js +20 -0
- package/lib/utils/convertToKB/convertToKB.js.map +1 -0
- package/lib/utils/convertToMB/convertToMB.d.ts +1 -0
- package/lib/utils/convertToMB/convertToMB.js +20 -0
- package/lib/utils/convertToMB/convertToMB.js.map +1 -0
- package/lib/utils/convertToTB/convertToTB.d.ts +1 -0
- package/lib/utils/convertToTB/convertToTB.js +20 -0
- package/lib/utils/convertToTB/convertToTB.js.map +1 -0
- package/lib/utils/dateFormatter/dateFormatUtils.d.ts +1 -0
- package/lib/utils/dateFormatter/dateFormatUtils.js +34 -0
- package/lib/utils/dateFormatter/dateFormatUtils.js.map +1 -0
- package/lib/utils/debounce/debounce.d.ts +1 -0
- package/lib/utils/debounce/debounce.js +43 -0
- package/lib/utils/debounce/debounce.js.map +1 -0
- package/lib/utils/downloadFile/saveFileFromBlob.d.ts +1 -0
- package/lib/utils/downloadFile/saveFileFromBlob.js +28 -0
- package/lib/utils/downloadFile/saveFileFromBlob.js.map +1 -0
- package/lib/utils/ffID/ffid.js +3 -0
- package/lib/utils/ffID/ffid.js.map +1 -0
- package/lib/utils/findAndInsert/findAndInsert.js +32 -0
- package/lib/utils/findAndInsert/findAndInsert.js.map +1 -0
- package/lib/utils/formData/ConvertFormDataToObject.d.ts +1 -0
- package/lib/utils/formData/ConvertFormDataToObject.js +16 -0
- package/lib/utils/formData/ConvertFormDataToObject.js.map +1 -0
- package/lib/utils/formatDate/formatDate.d.ts +1 -0
- package/lib/utils/formatDate/formatDate.js +7 -0
- package/lib/utils/formatDate/formatDate.js.map +1 -0
- package/lib/utils/functionCheck/functionCheck.d.ts +2 -0
- package/lib/utils/functionCheck/functionCheck.js +6 -0
- package/lib/utils/functionCheck/functionCheck.js.map +1 -0
- package/lib/utils/getAnchorElement/getAnchorElement.d.ts +1 -0
- package/lib/utils/getAnchorElement/getAnchorElement.js +8 -0
- package/lib/utils/getAnchorElement/getAnchorElement.js.map +1 -0
- package/lib/utils/getEncryptedData/getEncryptedData.d.ts +1 -1
- package/lib/utils/getEncryptedData/getEncryptedData.js +30 -0
- package/lib/utils/getEncryptedData/getEncryptedData.js.map +1 -0
- package/lib/utils/getExtension/getExtension.js +22 -0
- package/lib/utils/getExtension/getExtension.js.map +1 -0
- package/lib/utils/getSelectOptionValue/getSelectOptionValue.d.ts +8 -0
- package/lib/utils/getSelectOptionValue/getSelectOptionValue.js +17 -0
- package/lib/utils/getSelectOptionValue/getSelectOptionValue.js.map +1 -0
- package/lib/utils/getSequentialPayload/getSequentialPayload.d.ts +2 -0
- package/lib/utils/getSequentialPayload/getSequentialPayload.js +11 -0
- package/lib/utils/getSequentialPayload/getSequentialPayload.js.map +1 -0
- package/lib/utils/getSequentialPayload/types.d.ts +35 -0
- package/lib/utils/getSequentialPayload/types.js +2 -0
- package/lib/utils/getSequentialPayload/types.js.map +1 -0
- package/lib/utils/getStatusColor/getStatusColor.d.ts +3 -0
- package/lib/utils/getStatusColor/getStatusColor.js +51 -0
- package/lib/utils/getStatusColor/getStatusColor.js.map +1 -0
- package/lib/utils/getTopVisibleNodeKey/getTopVisibleNodeKey.d.ts +7 -0
- package/lib/utils/getTopVisibleNodeKey/getTopVisibleNodeKey.js +24 -0
- package/lib/utils/getTopVisibleNodeKey/getTopVisibleNodeKey.js.map +1 -0
- package/lib/utils/getTreeDetails/getTreeDetails.d.ts +11 -0
- package/lib/utils/getTreeDetails/getTreeDetails.js +133 -0
- package/lib/utils/getTreeDetails/getTreeDetails.js.map +1 -0
- package/lib/utils/handleBeforeUnload/UseBeforeUnload.d.ts +1 -0
- package/lib/utils/handleBeforeUnload/UseBeforeUnload.js +15 -0
- package/lib/utils/handleBeforeUnload/UseBeforeUnload.js.map +1 -0
- package/lib/utils/handleTreeExpandAllCollapseAll/handleTreeExpandAllCollapseAll.d.ts +5 -0
- package/lib/utils/handleTreeExpandAllCollapseAll/handleTreeExpandAllCollapseAll.js +83 -0
- package/lib/utils/handleTreeExpandAllCollapseAll/handleTreeExpandAllCollapseAll.js.map +1 -0
- package/lib/utils/handleTreeNodeExpandCollapse/handleTreeNodeExpandCollapse.d.ts +5 -0
- package/lib/utils/handleTreeNodeExpandCollapse/handleTreeNodeExpandCollapse.js +63 -0
- package/lib/utils/handleTreeNodeExpandCollapse/handleTreeNodeExpandCollapse.js.map +1 -0
- package/lib/utils/handleTreeNodeSelect/handleTreeNodeSelect.d.ts +5 -0
- package/lib/utils/handleTreeNodeSelect/handleTreeNodeSelect.js +99 -0
- package/lib/utils/handleTreeNodeSelect/handleTreeNodeSelect.js.map +1 -0
- package/lib/utils/handleUnCheckAllTreeNodesWithUpdates/handleUnCheckAllTreeNodesWithUpdates.d.ts +9 -0
- package/lib/utils/handleUnCheckAllTreeNodesWithUpdates/handleUnCheckAllTreeNodesWithUpdates.js +21 -0
- package/lib/utils/handleUnCheckAllTreeNodesWithUpdates/handleUnCheckAllTreeNodesWithUpdates.js.map +1 -0
- package/lib/utils/indexDBStore/indexDB copy.d.ts +4 -0
- package/lib/utils/indexDBStore/indexDB copy.js +142 -0
- package/lib/utils/indexDBStore/indexDB copy.js.map +1 -0
- package/lib/utils/indexDBStore/indexDB.d.ts +4 -0
- package/lib/utils/indexDBStore/indexDB.js +76 -0
- package/lib/utils/indexDBStore/indexDB.js.map +1 -0
- package/lib/utils/isEmptyObject/isEmptyObject.d.ts +1 -0
- package/lib/utils/isEmptyObject/isEmptyObject.js +2 -0
- package/lib/utils/isEmptyObject/isEmptyObject.js.map +1 -0
- package/lib/utils/keyBoardActionUtil/UseKeyboardActions.d.ts +3 -0
- package/lib/utils/keyBoardActionUtil/UseKeyboardActions.js +22 -0
- package/lib/utils/keyBoardActionUtil/UseKeyboardActions.js.map +1 -0
- package/lib/utils/keyBoardActionUtil/types.d.ts +4 -0
- package/lib/utils/keyBoardActionUtil/types.js +2 -0
- package/lib/utils/keyBoardActionUtil/types.js.map +1 -0
- package/lib/utils/nlpInputDelay/nlpInputDelay.d.ts +1 -0
- package/lib/utils/nlpInputDelay/nlpInputDelay.js +2 -0
- package/lib/utils/nlpInputDelay/nlpInputDelay.js.map +1 -0
- package/lib/utils/swapArrayItem/dragAndDropUtils.d.ts +1 -0
- package/lib/utils/swapArrayItem/dragAndDropUtils.js +34 -0
- package/lib/utils/swapArrayItem/dragAndDropUtils.js.map +1 -0
- package/lib/utils/throttle/throttle.js +28 -0
- package/lib/utils/throttle/throttle.js.map +1 -0
- package/lib/utils/timeZoneChange/handleTimeZoneChange.d.ts +1 -0
- package/lib/utils/timeZoneChange/handleTimeZoneChange.js +15 -0
- package/lib/utils/timeZoneChange/handleTimeZoneChange.js.map +1 -0
- package/lib/utils/toCamelCase/toCamelCase.d.ts +1 -0
- package/lib/utils/toCamelCase/toCamelCase.js +12 -0
- package/lib/utils/toCamelCase/toCamelCase.js.map +1 -0
- package/lib/utils/toTitleCase/toTitleCase.d.ts +1 -0
- package/lib/utils/toTitleCase/toTitleCase.js +7 -0
- package/lib/utils/toTitleCase/toTitleCase.js.map +1 -0
- package/lib/utils/toggleShowHideEntity/toggleShowHideEntity.d.ts +2 -0
- package/lib/utils/toggleShowHideEntity/toggleShowHideEntity.js +29 -0
- package/lib/utils/toggleShowHideEntity/toggleShowHideEntity.js.map +1 -0
- package/lib/utils/truncateText/truncateText.d.ts +2 -1
- package/lib/utils/truncateText/truncateText.js +51 -0
- package/lib/utils/truncateText/truncateText.js.map +1 -0
- package/lib/utils/useDeviceType/useDeviceType.d.ts +6 -0
- package/lib/utils/useDeviceType/useDeviceType.js +24 -0
- package/lib/utils/useDeviceType/useDeviceType.js.map +1 -0
- package/lib/utils/validateFile/validateFile.d.ts +2 -0
- package/lib/utils/validateFile/validateFile.js +23 -0
- package/lib/utils/validateFile/validateFile.js.map +1 -0
- package/lib/validations/regex.d.ts +102 -0
- package/lib/validations/regex.js +190 -0
- package/lib/validations/regex.js.map +1 -0
- package/package.json +71 -28
- package/.prettierrc.js +0 -13
- package/.storybook/main.ts +0 -26
- package/.storybook/preview.ts +0 -26
- package/.yarn/install-state.gz +0 -0
- package/.yarnrc.yml +0 -1
- package/dist/tsconfig.tsbuildinfo +0 -1
- package/lib/StyleGuide/ColorPalette/ColorPalette.stories.d.ts +0 -6
- package/lib/StyleGuide/Typography/Typography.stories.d.ts +0 -6
- package/lib/components/Accordion/Accordion.stories.d.ts +0 -6
- package/lib/components/AddResourceButton/AddButton.d.ts +0 -4
- package/lib/components/AddResourceButton/AddButton.stories.d.ts +0 -8
- package/lib/components/AllProjectsDropdown/AllProjectsDropdown.stories.d.ts +0 -7
- package/lib/components/AppHeader/AppHeader.stories.d.ts +0 -7
- package/lib/components/AttachmentButton/AttachmentButton.stories.d.ts +0 -9
- package/lib/components/Button/Button.stories.d.ts +0 -13
- package/lib/components/Charts/DashboardDonutChart/DashboardDonutChart.stories.d.ts +0 -7
- package/lib/components/Charts/DonutChart/DonutChart.stories.d.ts +0 -6
- package/lib/components/Charts/PieChart/PieChart.stories.d.ts +0 -7
- package/lib/components/Charts/RadialChart/RadialChart.stories.d.ts +0 -6
- package/lib/components/Checkbox/Checkbox.stories.d.ts +0 -8
- package/lib/components/Chip/Chip.stories.d.ts +0 -14
- package/lib/components/DatePicker/DatePicker.stories.d.ts +0 -9
- package/lib/components/DragAndDrop/DragAndDrop.stories.d.ts +0 -6
- package/lib/components/Drawer/Drawer.stories.d.ts +0 -10
- package/lib/components/ExcelFile/ChangeExcelStyles.d.ts +0 -14
- package/lib/components/ExcelFile/ColorBarSelector/ColorBarSelector.d.ts +0 -8
- package/lib/components/ExcelFile/ContextMenu/ContextMenu.d.ts +0 -4
- package/lib/components/ExcelFile/ExcelFile/Excel/ActiveCell.d.ts +0 -7
- package/lib/components/ExcelFile/ExcelFile/Excel/Cell.d.ts +0 -4
- package/lib/components/ExcelFile/ExcelFile/Excel/ColumnIndicator.d.ts +0 -5
- package/lib/components/ExcelFile/ExcelFile/Excel/Copied.d.ts +0 -3
- package/lib/components/ExcelFile/ExcelFile/Excel/CornerIndicator.d.ts +0 -5
- package/lib/components/ExcelFile/ExcelFile/Excel/DataEditor.d.ts +0 -5
- package/lib/components/ExcelFile/ExcelFile/Excel/DataViewer.d.ts +0 -8
- package/lib/components/ExcelFile/ExcelFile/Excel/FloatingRect.d.ts +0 -10
- package/lib/components/ExcelFile/ExcelFile/Excel/HeaderRow.d.ts +0 -3
- package/lib/components/ExcelFile/ExcelFile/Excel/Row.d.ts +0 -3
- package/lib/components/ExcelFile/ExcelFile/Excel/RowIndicator.d.ts +0 -5
- package/lib/components/ExcelFile/ExcelFile/Excel/Selected.d.ts +0 -3
- package/lib/components/ExcelFile/ExcelFile/Excel/Spreadsheet.d.ts +0 -80
- package/lib/components/ExcelFile/ExcelFile/Excel/Table.d.ts +0 -3
- package/lib/components/ExcelFile/ExcelFile/Excel/actions.d.ts +0 -130
- package/lib/components/ExcelFile/ExcelFile/Excel/context.d.ts +0 -8
- package/lib/components/ExcelFile/ExcelFile/Excel/engine/engine.d.ts +0 -22
- package/lib/components/ExcelFile/ExcelFile/Excel/engine/formula.d.ts +0 -17
- package/lib/components/ExcelFile/ExcelFile/Excel/engine/index.d.ts +0 -2
- package/lib/components/ExcelFile/ExcelFile/Excel/engine/point-graph.d.ts +0 -21
- package/lib/components/ExcelFile/ExcelFile/Excel/engine/point-hash.d.ts +0 -3
- package/lib/components/ExcelFile/ExcelFile/Excel/engine/point-set.d.ts +0 -24
- package/lib/components/ExcelFile/ExcelFile/Excel/index.d.ts +0 -13
- package/lib/components/ExcelFile/ExcelFile/Excel/matrix.d.ts +0 -67
- package/lib/components/ExcelFile/ExcelFile/Excel/point-range.d.ts +0 -22
- package/lib/components/ExcelFile/ExcelFile/Excel/reducer.d.ts +0 -27
- package/lib/components/ExcelFile/ExcelFile/Excel/selection.d.ts +0 -95
- package/lib/components/ExcelFile/ExcelFile/Excel/types.d.ts +0 -178
- package/lib/components/ExcelFile/ExcelFile/Excel/use-dispatch.d.ts +0 -3
- package/lib/components/ExcelFile/ExcelFile/Excel/use-selector.d.ts +0 -3
- package/lib/components/ExcelFile/ExcelFile/Excel/util.d.ts +0 -45
- package/lib/components/ExcelFile/ExcelFile/ExcelFile.d.ts +0 -3
- package/lib/components/ExcelFile/ExcelFile.stories.d.ts +0 -6
- package/lib/components/ExcelFile/ExcelSheetBar/ExcelSheetBar.d.ts +0 -15
- package/lib/components/ExcelFile/ExcelToolBar/ExcelToolBar.d.ts +0 -3
- package/lib/components/ExcelFile/ImportExcelStyles.d.ts +0 -24
- package/lib/components/ExcelFile/Types.d.ts +0 -137
- package/lib/components/ExpandableMenu/ExpandableMenu.stories.d.ts +0 -7
- package/lib/components/FF_Captcha/captcha.stories.d.ts +0 -8
- package/lib/components/FileDropzone/FileDropzone.stories.d.ts +0 -8
- package/lib/components/Form/Form.stories.d.ts +0 -6
- package/lib/components/GridLayout/GridLayout.stories.d.ts +0 -8
- package/lib/components/HighlightText/HighlightText.stories.d.ts +0 -6
- package/lib/components/Icon/Icon.stories.d.ts +0 -7
- package/lib/components/IconButton/IconButton.stories.d.ts +0 -7
- package/lib/components/IconRadioGroup/IconRadioGroup.stories.d.ts +0 -7
- package/lib/components/Input/Input.stories.d.ts +0 -9
- package/lib/components/InputWithDropdown/InputWithDropdown.stories.d.ts +0 -9
- package/lib/components/LazyLoad/LazyLoad.stories.d.ts +0 -6
- package/lib/components/MachineInputField/MachineInputField.stories.d.ts +0 -6
- package/lib/components/MenuOption/MenuOption.stories.d.ts +0 -16
- package/lib/components/MiniModal/MiniModal.stories.d.ts +0 -9
- package/lib/components/Modal/Modal.stories.d.ts +0 -7
- package/lib/components/MultiSelect/MultiSelect.stories.d.ts +0 -10
- package/lib/components/NLPInput/NlpInput.stories.d.ts +0 -7
- package/lib/components/NLPInput/type.d.ts +0 -70
- package/lib/components/Paper/Paper.stories.d.ts +0 -11
- package/lib/components/RadioButton/RadioButton.stories.d.ts +0 -10
- package/lib/components/RadioGroup/RadioGroup.stories.d.ts +0 -9
- package/lib/components/Search/Search.stories.d.ts +0 -6
- package/lib/components/Select/Select.stories.d.ts +0 -13
- package/lib/components/Select/components/Dropdown/Dropdown.d.ts +0 -4
- package/lib/components/Select/components/Dropdown/dropdownTypes.d.ts +0 -15
- package/lib/components/SequentialConnectingBranch/SequentialConnectingBranch.stories.d.ts +0 -6
- package/lib/components/SequentialConnectingBranch/components/AddBrowserModal/AddBrowserModal.d.ts +0 -4
- package/lib/components/SequentialConnectingBranch/components/AddBrowserModal/types.d.ts +0 -3
- package/lib/components/SequentialConnectingBranch/components/DatasetListModal/DatasetListModal.d.ts +0 -4
- package/lib/components/SequentialConnectingBranch/components/DatasetListModal/types.d.ts +0 -3
- package/lib/components/StateDropdown/StateDropdown.stories.d.ts +0 -10
- package/lib/components/StatusButton/StatusButton.stories.d.ts +0 -14
- package/lib/components/Table/Table.stories.d.ts +0 -11
- package/lib/components/TableTree/TableTree.stories.d.ts +0 -7
- package/lib/components/Tabs/Tabs.stories.d.ts +0 -9
- package/lib/components/TextArea/Textarea.stories.d.ts +0 -9
- package/lib/components/Toast/Toast.stories.d.ts +0 -6
- package/lib/components/Toggle/Toggle.stories.d.ts +0 -12
- package/lib/components/Tooltip/Tooltip.stories.d.ts +0 -15
- package/lib/components/Typography/Typography.stories.d.ts +0 -10
- package/lib/components/VariableInput/VariableInput.stories.d.ts +0 -6
- package/lib/index.esm.js +0 -55755
- package/lib/index.esm.js.map +0 -1
- package/lib/utils/checkEmpty/checkEmpty.stories.d.ts +0 -6
- package/lib/utils/compareArrays/compareArrays.stories.d.ts +0 -6
- package/lib/utils/compareObjects/compareObjects.stories.d.ts +0 -6
- package/lib/utils/debounce/debounce.stories.d.ts +0 -6
- package/lib/utils/ffID/ffID.stories.d.ts +0 -6
- package/lib/utils/findAndInsert/findAndInsert.stories.d.ts +0 -7
- package/lib/utils/getEncryptedData/getEncryptedData.stories.d.ts +0 -6
- package/lib/utils/getExtension/getExtension.stories.d.ts +0 -6
- package/lib/utils/throttle/throttle.stories.d.ts +0 -6
- package/lib/utils/truncateText/truncateText.stories.d.ts +0 -6
- package/rollup.config.mjs +0 -63
- package/src/StyleGuide/ColorPalette/ColorPalette.scss +0 -62
- package/src/StyleGuide/ColorPalette/ColorPalette.stories.tsx +0 -16
- package/src/StyleGuide/ColorPalette/ColorPalette.tsx +0 -68
- package/src/StyleGuide/ColorPalette/colorPaletteList.ts +0 -172
- package/src/StyleGuide/ColorPalette/index.ts +0 -1
- package/src/StyleGuide/ColorPalette/types.ts +0 -19
- package/src/StyleGuide/Typography/Typography.scss +0 -99
- package/src/StyleGuide/Typography/Typography.stories.tsx +0 -16
- package/src/StyleGuide/Typography/Typography.tsx +0 -60
- package/src/StyleGuide/Typography/TypographyList.ts +0 -3
- package/src/StyleGuide/Typography/types.ts +0 -9
- package/src/assets/Themes/BaseTheme.scss +0 -207
- package/src/assets/Themes/DarkTheme.scss +0 -207
- package/src/assets/Themes/Theme.scss +0 -16
- package/src/assets/icons/Arrow.svg +0 -5
- package/src/assets/icons/accordion_header_icon.svg +0 -10
- package/src/assets/icons/active_license_icon.svg +0 -3
- package/src/assets/icons/add_file.svg +0 -14
- package/src/assets/icons/add_locator.svg +0 -5
- package/src/assets/icons/add_variable_icon.svg +0 -5
- package/src/assets/icons/all_borders.svg +0 -3
- package/src/assets/icons/all_projects.svg +0 -3
- package/src/assets/icons/android.svg +0 -9
- package/src/assets/icons/android_icon.svg +0 -6
- package/src/assets/icons/app_switch.svg +0 -11
- package/src/assets/icons/arrow_down.svg +0 -3
- package/src/assets/icons/arrow_right.svg +0 -5
- package/src/assets/icons/arrow_up.svg +0 -3
- package/src/assets/icons/arrows_down_icon.svg +0 -3
- package/src/assets/icons/arrows_right_icon.svg +0 -10
- package/src/assets/icons/arrows_top_icon.svg +0 -3
- package/src/assets/icons/backward_icon.svg +0 -3
- package/src/assets/icons/bold.svg +0 -3
- package/src/assets/icons/border_bottom.svg +0 -3
- package/src/assets/icons/border_left.svg +0 -3
- package/src/assets/icons/border_right.svg +0 -3
- package/src/assets/icons/border_top.svg +0 -3
- package/src/assets/icons/browser_stack.svg +0 -9
- package/src/assets/icons/calendar_icon.svg +0 -9
- package/src/assets/icons/check_mark.svg +0 -3
- package/src/assets/icons/chrome.svg +0 -12
- package/src/assets/icons/clock_icon.svg +0 -11
- package/src/assets/icons/clone_icon.svg +0 -3
- package/src/assets/icons/close_pill.svg +0 -3
- package/src/assets/icons/cloud_server_host_icon.svg +0 -3
- package/src/assets/icons/collapse-icon.svg +0 -6
- package/src/assets/icons/continue_without_sign.svg +0 -3
- package/src/assets/icons/copy-icon.svg +0 -3
- package/src/assets/icons/dataset_list.svg +0 -3
- package/src/assets/icons/delete.svg +0 -3
- package/src/assets/icons/delete_info.svg +0 -17
- package/src/assets/icons/details.svg +0 -3
- package/src/assets/icons/double_underline.svg +0 -5
- package/src/assets/icons/download-icon.svg +0 -3
- package/src/assets/icons/download_icon.svg +0 -4
- package/src/assets/icons/drag_icon.svg +0 -5
- package/src/assets/icons/dropzone_icon.svg +0 -18
- package/src/assets/icons/edit_icon.svg +0 -5
- package/src/assets/icons/error.svg +0 -17
- package/src/assets/icons/expand-icon.svg +0 -6
- package/src/assets/icons/export_collection_icon.svg +0 -13
- package/src/assets/icons/file.svg +0 -12
- package/src/assets/icons/fill_color.svg +0 -7
- package/src/assets/icons/filter.svg +0 -5
- package/src/assets/icons/fireflink_icon.svg +0 -4
- package/src/assets/icons/fireflink_logo.svg +0 -13
- package/src/assets/icons/formate_painter.svg +0 -5
- package/src/assets/icons/forward_icon.svg +0 -3
- package/src/assets/icons/full_access_icon.svg +0 -4
- package/src/assets/icons/hamburger_menu.svg +0 -3
- package/src/assets/icons/hide_icon.svg +0 -9
- package/src/assets/icons/history_icon.svg +0 -19
- package/src/assets/icons/impactList.svg +0 -6
- package/src/assets/icons/info.svg +0 -17
- package/src/assets/icons/info_icon.svg +0 -4
- package/src/assets/icons/italic.svg +0 -3
- package/src/assets/icons/jira.svg +0 -3
- package/src/assets/icons/label_plus.svg +0 -3
- package/src/assets/icons/left_arrow_icon.svg +0 -3
- package/src/assets/icons/license_info.svg +0 -28
- package/src/assets/icons/license_warning.svg +0 -10
- package/src/assets/icons/linked_defects.svg +0 -11
- package/src/assets/icons/logo.svg +0 -18
- package/src/assets/icons/mac.svg +0 -9
- package/src/assets/icons/manage_apps.svg +0 -3
- package/src/assets/icons/manual_locator.svg +0 -8
- package/src/assets/icons/mobile_icon.svg +0 -3
- package/src/assets/icons/moon_stars.svg +0 -10
- package/src/assets/icons/more.svg +0 -11
- package/src/assets/icons/move_icon.svg +0 -5
- package/src/assets/icons/ms_dynamic.svg +0 -4
- package/src/assets/icons/nlp_help_icon.svg +0 -3
- package/src/assets/icons/no_access_icon.svg +0 -4
- package/src/assets/icons/no_border.svg +0 -3
- package/src/assets/icons/notification_icon.svg +0 -3
- package/src/assets/icons/plus_icon.svg +0 -11
- package/src/assets/icons/plus_user_icon.svg +0 -3
- package/src/assets/icons/refresh-icon.svg +0 -4
- package/src/assets/icons/reload.svg +0 -3
- package/src/assets/icons/remove.svg +0 -12
- package/src/assets/icons/replace.svg +0 -12
- package/src/assets/icons/right_arrow_icon.svg +0 -4
- package/src/assets/icons/run_icon.svg +0 -26
- package/src/assets/icons/sales_force.svg +0 -7
- package/src/assets/icons/search.svg +0 -3
- package/src/assets/icons/strike_through.svg +0 -3
- package/src/assets/icons/success.svg +0 -13
- package/src/assets/icons/sun_icon.svg +0 -10
- package/src/assets/icons/switch_license_icon.svg +0 -123
- package/src/assets/icons/text_align_center.svg +0 -3
- package/src/assets/icons/text_align_left.svg +0 -3
- package/src/assets/icons/text_align_right.svg +0 -3
- package/src/assets/icons/text_color.svg +0 -3
- package/src/assets/icons/tick_icon.svg +0 -5
- package/src/assets/icons/toast_close.svg +0 -3
- package/src/assets/icons/underline.svg +0 -4
- package/src/assets/icons/update_icon.svg +0 -3
- package/src/assets/icons/user_profile.svg +0 -3
- package/src/assets/icons/vertical_separator.svg +0 -3
- package/src/assets/icons/view_access_icon.svg +0 -4
- package/src/assets/icons/view_icon.svg +0 -3
- package/src/assets/icons/warning.svg +0 -17
- package/src/assets/icons/web&mobile_icon.svg +0 -3
- package/src/assets/icons/web_icon.svg +0 -3
- package/src/assets/icons/window_maximize.svg +0 -4
- package/src/assets/icons/window_minimize.svg +0 -3
- package/src/assets/icons/windows.svg +0 -6
- package/src/assets/icons/wrong_mark.svg +0 -3
- package/src/assets/icons/wswb_delete_icon.svg +0 -4
- package/src/assets/icons/wswb_plus_icon.svg +0 -5
- package/src/assets/styles/_colors.scss +0 -148
- package/src/assets/styles/_fonts.scss +0 -68
- package/src/assets/styles/_mixins.scss +0 -21
- package/src/assets/utils/functionUtils.ts +0 -42
- package/src/components/Accordion/Accordion.scss +0 -44
- package/src/components/Accordion/Accordion.stories.tsx +0 -31
- package/src/components/Accordion/Accordion.tsx +0 -62
- package/src/components/Accordion/index.ts +0 -1
- package/src/components/Accordion/types.ts +0 -28
- package/src/components/AddResourceButton/AddButton.scss +0 -36
- package/src/components/AddResourceButton/AddButton.stories.tsx +0 -126
- package/src/components/AddResourceButton/AddButton.tsx +0 -121
- package/src/components/AddResourceButton/ArrowsButton/ArrowsButton.scss +0 -160
- package/src/components/AddResourceButton/ArrowsButton/ArrowsButton.tsx +0 -38
- package/src/components/AddResourceButton/index.ts +0 -1
- package/src/components/AddResourceButton/type.ts +0 -92
- package/src/components/AllProjectsDropdown/AllProjectsDropdown.scss +0 -70
- package/src/components/AllProjectsDropdown/AllProjectsDropdown.stories.tsx +0 -119
- package/src/components/AllProjectsDropdown/AllProjectsDropdown.tsx +0 -122
- package/src/components/AllProjectsDropdown/index.ts +0 -1
- package/src/components/AllProjectsDropdown/types.ts +0 -10
- package/src/components/AppHeader/AppHeader.scss +0 -129
- package/src/components/AppHeader/AppHeader.stories.tsx +0 -167
- package/src/components/AppHeader/AppHeader.tsx +0 -133
- package/src/components/AppHeader/index.ts +0 -1
- package/src/components/AppHeader/types.ts +0 -31
- package/src/components/AttachmentButton/AttachmentButton.scss +0 -9
- package/src/components/AttachmentButton/AttachmentButton.stories.tsx +0 -76
- package/src/components/AttachmentButton/AttachmentButton.tsx +0 -113
- package/src/components/AttachmentButton/index.ts +0 -1
- package/src/components/AttachmentButton/types.ts +0 -8
- package/src/components/Button/Button.scss +0 -152
- package/src/components/Button/Button.stories.tsx +0 -81
- package/src/components/Button/Button.tsx +0 -66
- package/src/components/Button/index.ts +0 -1
- package/src/components/Button/types.ts +0 -65
- package/src/components/Charts/DashboardDonutChart/DashboardDonutChart.scss +0 -145
- package/src/components/Charts/DashboardDonutChart/DashboardDonutChart.stories.tsx +0 -52
- package/src/components/Charts/DashboardDonutChart/DashboardDonutChart.tsx +0 -335
- package/src/components/Charts/DashboardDonutChart/index.ts +0 -1
- package/src/components/Charts/DashboardDonutChart/types.ts +0 -33
- package/src/components/Charts/DonutChart/DonutChart.scss +0 -76
- package/src/components/Charts/DonutChart/DonutChart.stories.tsx +0 -30
- package/src/components/Charts/DonutChart/DonutChart.tsx +0 -241
- package/src/components/Charts/DonutChart/index.ts +0 -1
- package/src/components/Charts/DonutChart/type.ts +0 -23
- package/src/components/Charts/PieChart/PieChart.scss +0 -39
- package/src/components/Charts/PieChart/PieChart.stories.tsx +0 -46
- package/src/components/Charts/PieChart/PieChart.tsx +0 -193
- package/src/components/Charts/PieChart/index.ts +0 -1
- package/src/components/Charts/PieChart/types.ts +0 -28
- package/src/components/Charts/RadialChart/RadialChart.scss +0 -12
- package/src/components/Charts/RadialChart/RadialChart.stories.tsx +0 -36
- package/src/components/Charts/RadialChart/RadialChart.tsx +0 -174
- package/src/components/Charts/RadialChart/index.ts +0 -1
- package/src/components/Charts/RadialChart/types.ts +0 -32
- package/src/components/Checkbox/Checkbox.scss +0 -89
- package/src/components/Checkbox/Checkbox.stories.tsx +0 -47
- package/src/components/Checkbox/Checkbox.tsx +0 -61
- package/src/components/Checkbox/index.ts +0 -1
- package/src/components/Checkbox/types.ts +0 -30
- package/src/components/Chip/Chip.scss +0 -71
- package/src/components/Chip/Chip.stories.tsx +0 -88
- package/src/components/Chip/Chip.tsx +0 -35
- package/src/components/Chip/index.ts +0 -1
- package/src/components/Chip/types.ts +0 -19
- package/src/components/DatePicker/DatePicker.scss +0 -387
- package/src/components/DatePicker/DatePicker.stories.tsx +0 -161
- package/src/components/DatePicker/DatePicker.tsx +0 -438
- package/src/components/DatePicker/Timepicker.tsx +0 -372
- package/src/components/DatePicker/index.ts +0 -1
- package/src/components/DatePicker/types.ts +0 -100
- package/src/components/DragAndDrop/DragAndDrop.d.ts +0 -5
- package/src/components/DragAndDrop/DragAndDrop.stories.tsx +0 -25
- package/src/components/DragAndDrop/DragAndDrop.ts +0 -7
- package/src/components/DragAndDrop/DragAndDropList.scss +0 -69
- package/src/components/DragAndDrop/DragAndDropList.tsx +0 -150
- package/src/components/DragAndDrop/index.ts +0 -1
- package/src/components/Drawer/Drawer.scss +0 -129
- package/src/components/Drawer/Drawer.stories.tsx +0 -129
- package/src/components/Drawer/Drawer.tsx +0 -198
- package/src/components/Drawer/Types.ts +0 -112
- package/src/components/Drawer/index.ts +0 -1
- package/src/components/ExcelFile/ChangeExcelStyles.tsx +0 -66
- package/src/components/ExcelFile/ColorBarSelector/ColorBarSelector.scss +0 -13
- package/src/components/ExcelFile/ColorBarSelector/ColorBarSelector.tsx +0 -43
- package/src/components/ExcelFile/ContextMenu/ContextMenu.scss +0 -102
- package/src/components/ExcelFile/ContextMenu/ContextMenu.tsx +0 -104
- package/src/components/ExcelFile/ExcelFile/Excel/ActiveCell.tsx +0 -131
- package/src/components/ExcelFile/ExcelFile/Excel/Cell.tsx +0 -201
- package/src/components/ExcelFile/ExcelFile/Excel/ColumnIndicator.tsx +0 -123
- package/src/components/ExcelFile/ExcelFile/Excel/Copied.tsx +0 -25
- package/src/components/ExcelFile/ExcelFile/Excel/CornerIndicator.tsx +0 -49
- package/src/components/ExcelFile/ExcelFile/Excel/DataEditor.tsx +0 -37
- package/src/components/ExcelFile/ExcelFile/Excel/DataViewer.tsx +0 -46
- package/src/components/ExcelFile/ExcelFile/Excel/FloatingRect.tsx +0 -31
- package/src/components/ExcelFile/ExcelFile/Excel/HeaderRow.tsx +0 -5
- package/src/components/ExcelFile/ExcelFile/Excel/Row.tsx +0 -5
- package/src/components/ExcelFile/ExcelFile/Excel/RowIndicator.tsx +0 -102
- package/src/components/ExcelFile/ExcelFile/Excel/Selected.tsx +0 -32
- package/src/components/ExcelFile/ExcelFile/Excel/Spreadsheet.css +0 -144
- package/src/components/ExcelFile/ExcelFile/Excel/Spreadsheet.tsx +0 -494
- package/src/components/ExcelFile/ExcelFile/Excel/Table.tsx +0 -19
- package/src/components/ExcelFile/ExcelFile/Excel/actions.ts +0 -302
- package/src/components/ExcelFile/ExcelFile/Excel/areModelsEqual.ts +0 -18
- package/src/components/ExcelFile/ExcelFile/Excel/context.ts +0 -12
- package/src/components/ExcelFile/ExcelFile/Excel/engine/engine.ts +0 -200
- package/src/components/ExcelFile/ExcelFile/Excel/engine/formula.ts +0 -137
- package/src/components/ExcelFile/ExcelFile/Excel/engine/index.ts +0 -2
- package/src/components/ExcelFile/ExcelFile/Excel/engine/point-graph.ts +0 -154
- package/src/components/ExcelFile/ExcelFile/Excel/engine/point-hash.ts +0 -10
- package/src/components/ExcelFile/ExcelFile/Excel/engine/point-set.ts +0 -69
- package/src/components/ExcelFile/ExcelFile/Excel/index.ts +0 -48
- package/src/components/ExcelFile/ExcelFile/Excel/matrix.ts +0 -388
- package/src/components/ExcelFile/ExcelFile/Excel/point-range.ts +0 -82
- package/src/components/ExcelFile/ExcelFile/Excel/point.ts +0 -15
- package/src/components/ExcelFile/ExcelFile/Excel/reducer.ts +0 -682
- package/src/components/ExcelFile/ExcelFile/Excel/selection.ts +0 -257
- package/src/components/ExcelFile/ExcelFile/Excel/types.ts +0 -217
- package/src/components/ExcelFile/ExcelFile/Excel/typings/fast-formula-parser.d.ts +0 -58
- package/src/components/ExcelFile/ExcelFile/Excel/use-dispatch.ts +0 -8
- package/src/components/ExcelFile/ExcelFile/Excel/use-selector.ts +0 -9
- package/src/components/ExcelFile/ExcelFile/Excel/util.ts +0 -173
- package/src/components/ExcelFile/ExcelFile/ExcelFile.scss +0 -27
- package/src/components/ExcelFile/ExcelFile/ExcelFile.tsx +0 -501
- package/src/components/ExcelFile/ExcelFile.stories.tsx +0 -112
- package/src/components/ExcelFile/ExcelSheetBar/ExcelSheetBar.scss +0 -16
- package/src/components/ExcelFile/ExcelSheetBar/ExcelSheetBar.tsx +0 -79
- package/src/components/ExcelFile/ExcelToolBar/ExcelToolBar.scss +0 -22
- package/src/components/ExcelFile/ExcelToolBar/ExcelToolBar.tsx +0 -271
- package/src/components/ExcelFile/Types.ts +0 -185
- package/src/components/ExcelFile/index.ts +0 -1
- package/src/components/ExpandableMenu/ExpandableMenu.scss +0 -110
- package/src/components/ExpandableMenu/ExpandableMenu.stories.tsx +0 -67
- package/src/components/ExpandableMenu/ExpandableMenu.tsx +0 -101
- package/src/components/ExpandableMenu/index.ts +0 -1
- package/src/components/ExpandableMenu/types.ts +0 -34
- package/src/components/FF_Captcha/Recaptcha.scss +0 -11
- package/src/components/FF_Captcha/Recaptcha.tsx +0 -41
- package/src/components/FF_Captcha/captcha.stories.tsx +0 -40
- package/src/components/FF_Captcha/types.ts +0 -22
- package/src/components/FileDropzone/Dropzone.tsx +0 -55
- package/src/components/FileDropzone/FileDropzone.scss +0 -134
- package/src/components/FileDropzone/FileDropzone.stories.tsx +0 -83
- package/src/components/FileDropzone/FileDropzone.tsx +0 -98
- package/src/components/FileDropzone/FilePreview.tsx +0 -75
- package/src/components/FileDropzone/index.ts +0 -1
- package/src/components/FileDropzone/types.ts +0 -113
- package/src/components/Form/Form.scss +0 -98
- package/src/components/Form/Form.stories.tsx +0 -177
- package/src/components/Form/Form.tsx +0 -57
- package/src/components/Form/index.ts +0 -1
- package/src/components/Form/types.ts +0 -1
- package/src/components/Form/validation.json +0 -29
- package/src/components/GridLayout/GridLayout.scss +0 -69
- package/src/components/GridLayout/GridLayout.stories.tsx +0 -90
- package/src/components/GridLayout/GridLayout.tsx +0 -39
- package/src/components/GridLayout/GridLayoutStory.scss +0 -25
- package/src/components/GridLayout/index.ts +0 -1
- package/src/components/GridLayout/types.ts +0 -84
- package/src/components/HighlightText/HighlightText.scss +0 -3
- package/src/components/HighlightText/HighlightText.stories.tsx +0 -22
- package/src/components/HighlightText/HighlightText.tsx +0 -33
- package/src/components/HighlightText/index.ts +0 -1
- package/src/components/HighlightText/types.ts +0 -4
- package/src/components/Icon/Icon.stories.tsx +0 -37
- package/src/components/Icon/Icon.tsx +0 -49
- package/src/components/Icon/Icons.scss +0 -32
- package/src/components/Icon/iconList.ts +0 -240
- package/src/components/Icon/index.ts +0 -1
- package/src/components/Icon/types.ts +0 -10
- package/src/components/IconButton/IconButton.scss +0 -54
- package/src/components/IconButton/IconButton.stories.tsx +0 -33
- package/src/components/IconButton/IconButton.tsx +0 -30
- package/src/components/IconButton/index.ts +0 -1
- package/src/components/IconButton/types.ts +0 -5
- package/src/components/IconRadioGroup/IconRadioGroup.scss +0 -60
- package/src/components/IconRadioGroup/IconRadioGroup.stories.tsx +0 -108
- package/src/components/IconRadioGroup/IconRadioGroup.tsx +0 -72
- package/src/components/IconRadioGroup/index.ts +0 -1
- package/src/components/IconRadioGroup/type.ts +0 -50
- package/src/components/Input/Input.scss +0 -155
- package/src/components/Input/Input.stories.tsx +0 -96
- package/src/components/Input/Input.tsx +0 -97
- package/src/components/Input/index.ts +0 -1
- package/src/components/Input/types.ts +0 -81
- package/src/components/InputWithDropdown/InputWithDropdown.scss +0 -185
- package/src/components/InputWithDropdown/InputWithDropdown.stories.tsx +0 -168
- package/src/components/InputWithDropdown/InputWithDropdown.tsx +0 -90
- package/src/components/InputWithDropdown/index.ts +0 -1
- package/src/components/InputWithDropdown/types.ts +0 -109
- package/src/components/LazyLoad/LazyLoad.d.ts +0 -3
- package/src/components/LazyLoad/LazyLoad.stories.tsx +0 -33
- package/src/components/LazyLoad/LazyLoad.ts +0 -2
- package/src/components/LazyLoad/LazyLoading.tsx +0 -19
- package/src/components/LazyLoad/index.ts +0 -1
- package/src/components/MachineInputField/MachineInputField.scss +0 -44
- package/src/components/MachineInputField/MachineInputField.stories.tsx +0 -32
- package/src/components/MachineInputField/MachineInputField.tsx +0 -71
- package/src/components/MachineInputField/index.ts +0 -1
- package/src/components/MachineInputField/types.ts +0 -12
- package/src/components/MenuOption/MenuOption.scss +0 -83
- package/src/components/MenuOption/MenuOption.stories.tsx +0 -280
- package/src/components/MenuOption/MenuOption.tsx +0 -128
- package/src/components/MenuOption/index.ts +0 -1
- package/src/components/MenuOption/types.ts +0 -170
- package/src/components/MiniModal/MiniModal.scss +0 -170
- package/src/components/MiniModal/MiniModal.stories.tsx +0 -599
- package/src/components/MiniModal/MiniModal.tsx +0 -262
- package/src/components/MiniModal/index.ts +0 -1
- package/src/components/MiniModal/types.ts +0 -101
- package/src/components/Modal/Modal.stories.tsx +0 -67
- package/src/components/Modal/Modal.tsx +0 -77
- package/src/components/Modal/index.tsx +0 -1
- package/src/components/Modal/modal.scss +0 -39
- package/src/components/Modal/types.ts +0 -40
- package/src/components/MultiSelect/Dropdown.scss +0 -77
- package/src/components/MultiSelect/Dropdown.tsx +0 -100
- package/src/components/MultiSelect/MultiSelect.scss +0 -197
- package/src/components/MultiSelect/MultiSelect.stories.tsx +0 -114
- package/src/components/MultiSelect/MultiSelect.tsx +0 -332
- package/src/components/MultiSelect/MultiSelectTypes.ts +0 -24
- package/src/components/MultiSelect/dropdownTypes.ts +0 -17
- package/src/components/MultiSelect/index.ts +0 -1
- package/src/components/NLPInput/NLPInput.scss +0 -246
- package/src/components/NLPInput/NlpInput.stories.tsx +0 -136
- package/src/components/NLPInput/NlpInput.tsx +0 -374
- package/src/components/NLPInput/components/NlpDropDown/NlpDropDownType.ts +0 -60
- package/src/components/NLPInput/components/NlpDropDown/NlpDropdown.scss +0 -83
- package/src/components/NLPInput/components/NlpDropDown/NlpDropdown.tsx +0 -180
- package/src/components/NLPInput/index.ts +0 -1
- package/src/components/NLPInput/type.tsx +0 -124
- package/src/components/Paper/Paper.scss +0 -13
- package/src/components/Paper/Paper.stories.tsx +0 -77
- package/src/components/Paper/Paper.tsx +0 -14
- package/src/components/Paper/index.ts +0 -1
- package/src/components/Paper/types.ts +0 -19
- package/src/components/RadioButton/RadioButton.scss +0 -104
- package/src/components/RadioButton/RadioButton.stories.tsx +0 -43
- package/src/components/RadioButton/RadioButton.tsx +0 -39
- package/src/components/RadioButton/index.ts +0 -1
- package/src/components/RadioButton/radioButtonTypes.tsx +0 -58
- package/src/components/RadioGroup/RadioGroup.scss +0 -5
- package/src/components/RadioGroup/RadioGroup.stories.tsx +0 -122
- package/src/components/RadioGroup/RadioGroup.tsx +0 -33
- package/src/components/RadioGroup/index.ts +0 -1
- package/src/components/RadioGroup/radioGroupTypes.tsx +0 -72
- package/src/components/Search/Search.scss +0 -85
- package/src/components/Search/Search.stories.tsx +0 -26
- package/src/components/Search/Search.tsx +0 -103
- package/src/components/Search/index.ts +0 -1
- package/src/components/Search/types.ts +0 -15
- package/src/components/Select/Select.scss +0 -246
- package/src/components/Select/Select.stories.tsx +0 -156
- package/src/components/Select/Select.tsx +0 -373
- package/src/components/Select/components/Dropdown/Dropdown.scss +0 -70
- package/src/components/Select/components/Dropdown/Dropdown.tsx +0 -93
- package/src/components/Select/components/Dropdown/dropdownTypes.ts +0 -19
- package/src/components/Select/index.ts +0 -1
- package/src/components/Select/types.ts +0 -131
- package/src/components/SequentialConnectingBranch/SequentialConnectingBranch.scss +0 -117
- package/src/components/SequentialConnectingBranch/SequentialConnectingBranch.stories.tsx +0 -62
- package/src/components/SequentialConnectingBranch/SequentialConnectingBranch.tsx +0 -210
- package/src/components/SequentialConnectingBranch/components/AddBrowserModal/AddBrowserModal.scss +0 -51
- package/src/components/SequentialConnectingBranch/components/AddBrowserModal/AddBrowserModal.tsx +0 -107
- package/src/components/SequentialConnectingBranch/components/AddBrowserModal/types.ts +0 -5
- package/src/components/SequentialConnectingBranch/components/Branches/Branches.scss +0 -184
- package/src/components/SequentialConnectingBranch/components/Branches/Branches.tsx +0 -203
- package/src/components/SequentialConnectingBranch/components/Branches/types.ts +0 -18
- package/src/components/SequentialConnectingBranch/components/ConnectingBranches/ConnectingBranches.scss +0 -3
- package/src/components/SequentialConnectingBranch/components/ConnectingBranches/ConnectingBranches.tsx +0 -66
- package/src/components/SequentialConnectingBranch/components/ConnectingBranches/types.ts +0 -10
- package/src/components/SequentialConnectingBranch/components/DatasetListModal/DatasetListModal.scss +0 -31
- package/src/components/SequentialConnectingBranch/components/DatasetListModal/DatasetListModal.tsx +0 -85
- package/src/components/SequentialConnectingBranch/components/DatasetListModal/types.ts +0 -4
- package/src/components/SequentialConnectingBranch/index.ts +0 -1
- package/src/components/SequentialConnectingBranch/types.ts +0 -42
- package/src/components/StateDropdown/StateDropdown.stories.tsx +0 -99
- package/src/components/StateDropdown/StateDropdown.tsx +0 -218
- package/src/components/StateDropdown/StateDropdownTypes.tsx +0 -21
- package/src/components/StateDropdown/index.ts +0 -1
- package/src/components/StatusButton/StatusButton.scss +0 -90
- package/src/components/StatusButton/StatusButton.stories.tsx +0 -91
- package/src/components/StatusButton/StatusButton.tsx +0 -40
- package/src/components/StatusButton/index.ts +0 -1
- package/src/components/StatusButton/types.ts +0 -45
- package/src/components/Table/Table.scss +0 -107
- package/src/components/Table/Table.stories.tsx +0 -357
- package/src/components/Table/Table.tsx +0 -154
- package/src/components/Table/Types.ts +0 -108
- package/src/components/Table/index.ts +0 -1
- package/src/components/TableTree/TableTree.scss +0 -158
- package/src/components/TableTree/TableTree.stories.tsx +0 -86
- package/src/components/TableTree/TableTree.tsx +0 -255
- package/src/components/TableTree/TableTreeStories.scss +0 -22
- package/src/components/TableTree/data.ts +0 -573
- package/src/components/TableTree/index.ts +0 -1
- package/src/components/Tabs/Tabs.scss +0 -79
- package/src/components/Tabs/Tabs.stories.tsx +0 -134
- package/src/components/Tabs/Tabs.tsx +0 -62
- package/src/components/Tabs/index.ts +0 -1
- package/src/components/Tabs/types.ts +0 -48
- package/src/components/TextArea/Textarea.scss +0 -144
- package/src/components/TextArea/Textarea.stories.tsx +0 -92
- package/src/components/TextArea/Textarea.tsx +0 -84
- package/src/components/TextArea/Types.ts +0 -82
- package/src/components/TextArea/index.tsx +0 -1
- package/src/components/ThemeProvider/ThemeProvider.tsx +0 -27
- package/src/components/ThemeProvider/index.ts +0 -1
- package/src/components/ThemeProvider/types.ts +0 -14
- package/src/components/Toast/Toast.scss +0 -121
- package/src/components/Toast/Toast.stories.tsx +0 -180
- package/src/components/Toast/Toast.tsx +0 -116
- package/src/components/Toast/index.ts +0 -1
- package/src/components/Toast/types.ts +0 -27
- package/src/components/Toggle/Toggle.scss +0 -133
- package/src/components/Toggle/Toggle.stories.tsx +0 -132
- package/src/components/Toggle/Toggle.tsx +0 -96
- package/src/components/Toggle/index.ts +0 -1
- package/src/components/Toggle/types.ts +0 -43
- package/src/components/Tooltip/Tooltip.scss +0 -26
- package/src/components/Tooltip/Tooltip.stories.tsx +0 -97
- package/src/components/Tooltip/Tooltip.tsx +0 -194
- package/src/components/Tooltip/index.ts +0 -1
- package/src/components/Tooltip/types.ts +0 -60
- package/src/components/Typography/Typography.scss +0 -49
- package/src/components/Typography/Typography.stories.tsx +0 -57
- package/src/components/Typography/Typography.tsx +0 -39
- package/src/components/Typography/index.ts +0 -1
- package/src/components/Typography/types.ts +0 -56
- package/src/components/VariableInput/VariableInput.scss +0 -128
- package/src/components/VariableInput/VariableInput.stories.tsx +0 -32
- package/src/components/VariableInput/VariableInput.tsx +0 -352
- package/src/components/VariableInput/index.ts +0 -1
- package/src/components/VariableInput/types.ts +0 -56
- package/src/fonts/Montserrat/Montserrat-Medium.ttf +0 -0
- package/src/fonts/Montserrat/Montserrat-Regular.ttf +0 -0
- package/src/fonts/Montserrat/Montserrat-SemiBold.ttf +0 -0
- package/src/fonts/Poppins/Poppins-Black.ttf +0 -0
- package/src/fonts/Poppins/Poppins-BlackItalic.ttf +0 -0
- package/src/fonts/Poppins/Poppins-Bold.ttf +0 -0
- package/src/fonts/Poppins/Poppins-BoldItalic.ttf +0 -0
- package/src/fonts/Poppins/Poppins-ExtraBold.ttf +0 -0
- package/src/fonts/Poppins/Poppins-ExtraBoldItalic.ttf +0 -0
- package/src/fonts/Poppins/Poppins-ExtraLight.ttf +0 -0
- package/src/fonts/Poppins/Poppins-ExtraLightItalic.ttf +0 -0
- package/src/fonts/Poppins/Poppins-Italic.ttf +0 -0
- package/src/fonts/Poppins/Poppins-Light.ttf +0 -0
- package/src/fonts/Poppins/Poppins-LightItalic.ttf +0 -0
- package/src/fonts/Poppins/Poppins-Medium.ttf +0 -0
- package/src/fonts/Poppins/Poppins-MediumItalic.ttf +0 -0
- package/src/fonts/Poppins/Poppins-Regular.ttf +0 -0
- package/src/fonts/Poppins/Poppins-SemiBold.ttf +0 -0
- package/src/fonts/Poppins/Poppins-SemiBoldItalic.ttf +0 -0
- package/src/fonts/Poppins/Poppins-Thin.ttf +0 -0
- package/src/fonts/Poppins/Poppins-ThinItalic.ttf +0 -0
- package/src/hooks/keyboardevents/useEscKeyEvent.tsx +0 -31
- package/src/hooks/useClickOutside.tsx +0 -30
- package/src/hooks/useFileDropzone.tsx +0 -273
- package/src/hooks/usePortalPosition.tsx +0 -53
- package/src/hooks/useTheme.tsx +0 -13
- package/src/index.ts +0 -139
- package/src/utils/TableCell/TableCell.ts +0 -16
- package/src/utils/checkEmpty/checkEmpty.stories.tsx +0 -34
- package/src/utils/checkEmpty/checkEmpty.ts +0 -24
- package/src/utils/compareArrays/compareArrays.stories.tsx +0 -62
- package/src/utils/compareArrays/compareArrays.ts +0 -31
- package/src/utils/compareObjects/compareObjects.stories.tsx +0 -51
- package/src/utils/compareObjects/compareObjects.ts +0 -53
- package/src/utils/debounce/debounce.stories.tsx +0 -81
- package/src/utils/debounce/debounce.ts +0 -28
- package/src/utils/ffID/ffID.stories.tsx +0 -35
- package/src/utils/ffID/ffid.ts +0 -7
- package/src/utils/findAndInsert/findAndInsert.stories.tsx +0 -119
- package/src/utils/findAndInsert/findAndInsert.ts +0 -49
- package/src/utils/getEncryptedData/getEncryptedData.stories.tsx +0 -55
- package/src/utils/getEncryptedData/getEncryptedData.ts +0 -8
- package/src/utils/getExtension/getExtension.stories.tsx +0 -23
- package/src/utils/getExtension/getExtension.ts +0 -28
- package/src/utils/throttle/throttle.stories.tsx +0 -100
- package/src/utils/throttle/throttle.ts +0 -33
- package/src/utils/truncateText/truncateText.stories.tsx +0 -37
- package/src/utils/truncateText/truncateText.ts +0 -4
- package/tsconfig.json +0 -55
- package/vite.config.js +0 -14
- /package/lib/components/{ExcelFile/ExcelFile/Excel → Excel/ExcelFile/ExcelFileComponents}/areModelsEqual.d.ts +0 -0
- /package/lib/components/{ExcelFile/ExcelFile/Excel → Excel/ExcelFile/ExcelFileComponents}/point.d.ts +0 -0
- /package/lib/components/{ExcelFile → Excel}/index.d.ts +0 -0
- /package/{index.scss → lib/components/FF_Captcha/index.d.ts} +0 -0
- /package/{src/components/FF_Captcha/index.ts → lib/components/TableTree/Utils/renderSpaces.d.ts} +0 -0
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="13" viewBox="0 0 16 13" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M16 7.63193L4.46894 7.63193L8.32419 11.397L6.66787 13L-5.68248e-07 6.5L6.66787 -5.82924e-07L8.31217 1.60299L4.46894 5.36338L16 5.36338L16 7.63193Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="14" height="16" viewBox="0 0 14 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M0.818604 16V0H6.31318C8.29833 0 9.84792 0.368169 10.9615 1.10442C12.0749 1.84058 12.6318 2.93777 12.6318 4.39562C12.6318 5.15763 12.4524 5.83496 12.0934 6.42867C11.7344 7.0222 11.1813 7.46905 10.434 7.7693C11.3717 7.9817 12.0639 8.40843 12.5109 9.04951C12.9576 9.69059 13.1813 10.4288 13.1813 11.2638C13.1813 12.8243 12.6574 14.0038 11.61 14.8022C10.5622 15.6009 9.06051 16 7.10429 16H0.818604ZM4.54395 6.67035H6.39009C7.23254 6.65571 7.86268 6.4927 8.28033 6.18125C8.6979 5.86997 8.90677 5.41395 8.90677 4.81319C8.90677 4.1318 8.69419 3.63565 8.26948 3.32419C7.84433 3.01292 7.19241 2.85715 6.31326 2.85715H4.54395V6.67035ZM4.54395 9.13198V13.1429H7.10429C7.89558 13.1429 8.48902 12.9872 8.88463 12.6757C9.28014 12.3644 9.47816 11.8865 9.47816 11.2419C9.47816 10.5458 9.30775 10.0202 8.96701 9.66483C8.62645 9.30963 8.07517 9.13198 7.31334 9.13198H4.54395Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.470588 0.470588H0.941176V0H0V0.941176H0.470588V0.470588ZM7.76471 0.941176H8.23529V1.41176H7.76471V0.941176ZM8.23529 1.88235H7.76471V2.35294H8.23529V1.88235ZM7.76471 3.05882H8.23529V3.52941H7.76471V3.05882ZM8.23529 4.23529H7.76471V4.70588H8.23529V4.23529ZM7.76471 8.94118H8.23529V9.41177H7.76471V8.94118ZM8.23529 10.1176H7.76471V10.5882H8.23529V10.1176ZM7.76471 11.2941H8.23529V11.7647H7.76471V11.2941ZM7.76471 13.6471H8.23529V14.1176H7.76471V13.6471ZM8.23529 14.5882H7.76471V15.0588H8.23529V14.5882ZM7.76471 12.4706H8.23529V12.9412H7.76471V12.4706ZM7.76471 6.58824H8.23529V7.05882H7.76471V6.58824ZM8.23529 5.41176H7.76471V5.88235H8.23529V5.41176ZM8.23529 7.76471H7.76471V8.23529H8.23529V7.76471ZM4.23529 7.76471H4.70588V8.23529H4.23529V7.76471ZM2.35294 7.76471H1.88235V8.23529H2.35294V7.76471ZM0.941176 7.76471H1.41176V8.23529H0.941176V7.76471ZM3.52941 7.76471H3.05882V8.23529H3.52941V7.76471ZM5.41176 7.76471H5.88235V8.23529H5.41176V7.76471ZM7.05882 7.76471H6.58824V8.23529H7.05882V7.76471ZM11.2941 7.76471H11.7647V8.23529H11.2941V7.76471ZM9.41177 7.76471H8.94118V8.23529H9.41177V7.76471ZM10.1176 7.76471H10.5882V8.23529H10.1176V7.76471ZM12.9412 7.76471H12.4706V8.23529H12.9412V7.76471ZM13.6471 7.76471H14.1176V8.23529H13.6471V7.76471ZM15.0588 7.76471H14.5882V8.23529H15.0588V7.76471ZM11.7647 0H11.2941V0.470588H11.7647V0ZM13.6471 0H14.1176V0.470588H13.6471V0ZM12.9412 0H12.4706V0.470588H12.9412V0ZM10.1176 0H10.5882V0.470588H10.1176V0ZM9.41177 0H8.94118V0.470588H9.41177V0ZM4.23529 0H4.70588V0.470588H4.23529V0ZM7.05882 0H6.58824V0.470588H7.05882V0ZM5.41176 0H5.88235V0.470588H5.41176V0ZM3.52941 0H3.05882V0.470588H3.52941V0ZM1.88235 0H2.35294V0.470588H1.88235V0ZM8.23529 0H7.76471V0.470588H8.23529V0ZM15.5294 11.2941H16V11.7647H15.5294V11.2941ZM16 13.6471H15.5294V14.1176H16V13.6471ZM15.5294 12.4706H16V12.9412H15.5294V12.4706ZM16 10.1176H15.5294V10.5882H16V10.1176ZM15.5294 8.94118H16V9.41177H15.5294V8.94118ZM16 4.23529H15.5294V4.70588H16V4.23529ZM15.5294 6.58824H16V7.05882H15.5294V6.58824ZM16 5.41176H15.5294V5.88235H16V5.41176ZM15.5294 3.05882H16V3.52941H15.5294V3.05882ZM16 1.88235H15.5294V2.35294H16V1.88235ZM15.5294 7.76471H16V8.23529H15.5294V7.76471ZM0.470588 11.2941H0V11.7647H0.470588V11.2941ZM0 13.6471H0.470588V14.1176H0V13.6471ZM0.470588 12.4706H0V12.9412H0.470588V12.4706ZM0 10.1176H0.470588V10.5882H0V10.1176ZM0.470588 8.94118H0V9.41177H0.470588V8.94118ZM0 4.23529H0.470588V4.70588H0V4.23529ZM0.470588 6.58824H0V7.05882H0.470588V6.58824ZM0 5.41176H0.470588V5.88235H0V5.41176ZM0.470588 3.05882H0V3.52941H0.470588V3.05882ZM0 1.88235H0.470588V2.35294H0V1.88235ZM0.470588 7.76471H0V8.23529H0.470588V7.76471ZM15.0588 0V0.470588H15.5294V0.941176H16V0H15.0588ZM0.470588 15.5294H15.5294V15.0588H16V16H0V15.0588H0.470588V15.5294Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.5294 0.470588V0.941176H16V0H15.0588V0.470588H15.5294ZM15.0588 7.76471V8.23529H14.5882V7.76471H15.0588ZM14.1176 8.23529V7.76471H13.6471V8.23529H14.1176ZM12.9412 7.76471V8.23529H12.4706V7.76471H12.9412ZM11.7647 8.23529V7.76471H11.2941V8.23529H11.7647ZM7.05882 7.76471V8.23529H6.58823V7.76471H7.05882ZM5.88235 8.23529V7.76471H5.41176V8.23529H5.88235ZM4.70588 7.76471V8.23529H4.23529V7.76471H4.70588ZM2.35294 7.76471V8.23529H1.88235V7.76471H2.35294ZM1.41177 8.23529V7.76471H0.941176V8.23529H1.41177ZM3.52941 7.76471V8.23529H3.05882V7.76471H3.52941ZM9.41176 7.76471V8.23529H8.94118V7.76471H9.41176ZM10.5882 8.23529V7.76471H10.1176V8.23529H10.5882ZM8.23529 8.23529V7.76471H7.76471V8.23529H8.23529ZM8.23529 4.23529V4.70588H7.76471V4.23529H8.23529ZM8.23529 2.35294V1.88235H7.76471V2.35294H8.23529ZM8.23529 0.941176V1.41176H7.76471V0.941176H8.23529ZM8.23529 3.52941V3.05882H7.76471V3.52941H8.23529ZM8.23529 5.41176V5.88235H7.76471V5.41176H8.23529ZM8.23529 7.05882V6.58824H7.76471V7.05882H8.23529ZM8.23529 11.2941V11.7647H7.76471V11.2941H8.23529ZM8.23529 9.41177V8.94118H7.76471V9.41177H8.23529ZM8.23529 10.1176V10.5882H7.76471V10.1176H8.23529ZM8.23529 12.9412V12.4706H7.76471V12.9412H8.23529ZM8.23529 13.6471V14.1176H7.76471V13.6471H8.23529ZM8.23529 15.0588V14.5882H7.76471V15.0588H8.23529ZM16 11.7647V11.2941H15.5294V11.7647H16ZM16 13.6471V14.1176H15.5294V13.6471H16ZM16 12.9412V12.4706H15.5294V12.9412H16ZM16 10.1176V10.5882H15.5294V10.1176H16ZM16 9.41177V8.94118H15.5294V9.41177H16ZM16 4.23529V4.70588H15.5294V4.23529H16ZM16 7.05882V6.58824H15.5294V7.05882H16ZM16 5.41176V5.88235H15.5294V5.41176H16ZM16 3.52941V3.05882H15.5294V3.52941H16ZM16 1.88235V2.35294H15.5294V1.88235H16ZM16 8.23529V7.76471H15.5294V8.23529H16ZM4.70588 15.5294V16H4.23529V15.5294H4.70588ZM2.35294 16V15.5294H1.88235V16H2.35294ZM3.52941 15.5294V16H3.05882V15.5294H3.52941ZM5.88235 16V15.5294H5.41176V16H5.88235ZM7.05882 15.5294V16H6.58823V15.5294H7.05882ZM11.7647 16V15.5294H11.2941V16H11.7647ZM9.41176 15.5294V16H8.94118V15.5294H9.41176ZM10.5882 16V15.5294H10.1176V16H10.5882ZM12.9412 15.5294V16H12.4706V15.5294H12.9412ZM14.1176 16V15.5294H13.6471V16H14.1176ZM8.23529 15.5294V16H7.76471V15.5294H8.23529ZM4.70588 0.470588V0H4.23529V0.470588H4.70588ZM2.35294 0V0.470588H1.88235V0H2.35294ZM3.52941 0.470588V0H3.05882V0.470588H3.52941ZM5.88235 0V0.470588H5.41176V0H5.88235ZM7.05882 0.470588V0H6.58823V0.470588H7.05882ZM11.7647 0V0.470588H11.2941V0H11.7647ZM9.41176 0.470588V0H8.94118V0.470588H9.41176ZM10.5882 0V0.470588H10.1176V0H10.5882ZM12.9412 0.470588V0H12.4706V0.470588H12.9412ZM14.1176 0V0.470588H13.6471V0H14.1176ZM8.23529 0.470588V0H7.76471V0.470588H8.23529ZM16 15.0588H15.5294V15.5294H15.0588V16H16V15.0588ZM0.470588 0.470588V15.5294H0.941176V16H0V0H0.941176V0.470588H0.470588Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.470588 15.5294V15.0588H0V16H0.941176V15.5294H0.470588ZM0.941176 8.23529V7.76471H1.41176V8.23529H0.941176ZM1.88235 7.76471V8.23529H2.35294V7.76471H1.88235ZM3.05882 8.23529V7.76471H3.52941V8.23529H3.05882ZM4.23529 7.76471V8.23529H4.70588V7.76471H4.23529ZM8.94118 8.23529V7.76471H9.41177V8.23529H8.94118ZM10.1176 7.76471V8.23529H10.5882V7.76471H10.1176ZM11.2941 8.23529V7.76471H11.7647V8.23529H11.2941ZM13.6471 8.23529V7.76471H14.1176V8.23529H13.6471ZM14.5882 7.76471V8.23529H15.0588V7.76471H14.5882ZM12.4706 8.23529V7.76471H12.9412V8.23529H12.4706ZM6.58824 8.23529V7.76471H7.05882V8.23529H6.58824ZM5.41176 7.76471V8.23529H5.88235V7.76471H5.41176ZM7.76471 7.76471V8.23529H8.23529V7.76471H7.76471ZM7.76471 11.7647V11.2941H8.23529V11.7647H7.76471ZM7.76471 13.6471V14.1176H8.23529V13.6471H7.76471ZM7.76471 15.0588V14.5882H8.23529V15.0588H7.76471ZM7.76471 12.4706V12.9412H8.23529V12.4706H7.76471ZM7.76471 10.5882V10.1176H8.23529V10.5882H7.76471ZM7.76471 8.94118V9.41176H8.23529V8.94118H7.76471ZM7.76471 4.70588V4.23529H8.23529V4.70588H7.76471ZM7.76471 6.58823V7.05882H8.23529V6.58823H7.76471ZM7.76471 5.88235V5.41176H8.23529V5.88235H7.76471ZM7.76471 3.05882V3.52941H8.23529V3.05882H7.76471ZM7.76471 2.35294V1.88235H8.23529V2.35294H7.76471ZM7.76471 0.941176V1.41177H8.23529V0.941176H7.76471ZM0 4.23529V4.70588H0.470588V4.23529H0ZM0 2.35294V1.88235H0.470588V2.35294H0ZM0 3.05882V3.52941H0.470588V3.05882H0ZM0 5.88235V5.41176H0.470588V5.88235H0ZM0 6.58823V7.05882H0.470588V6.58823H0ZM0 11.7647V11.2941H0.470588V11.7647H0ZM0 8.94118V9.41176H0.470588V8.94118H0ZM0 10.5882V10.1176H0.470588V10.5882H0ZM0 12.4706V12.9412H0.470588V12.4706H0ZM0 14.1176V13.6471H0.470588V14.1176H0ZM0 7.76471V8.23529H0.470588V7.76471H0ZM11.2941 0.470589V0H11.7647V0.470589H11.2941ZM13.6471 0V0.470589H14.1176V0H13.6471ZM12.4706 0.470589V0H12.9412V0.470589H12.4706ZM10.1176 0V0.470589H10.5882V0H10.1176ZM8.94118 0.470589V0H9.41177V0.470589H8.94118ZM4.23529 0V0.470589H4.70588V0H4.23529ZM6.58824 0.470589V0H7.05882V0.470589H6.58824ZM5.41176 0V0.470589H5.88235V0H5.41176ZM3.05882 0.470589V0H3.52941V0.470589H3.05882ZM1.88235 0V0.470589H2.35294V0H1.88235ZM7.76471 0.470589V0H8.23529V0.470589H7.76471ZM11.2941 15.5294V16H11.7647V15.5294H11.2941ZM13.6471 16V15.5294H14.1176V16H13.6471ZM12.4706 15.5294V16H12.9412V15.5294H12.4706ZM10.1176 16V15.5294H10.5882V16H10.1176ZM8.94118 15.5294V16H9.41177V15.5294H8.94118ZM4.23529 16V15.5294H4.70588V16H4.23529ZM6.58824 15.5294V16H7.05882V15.5294H6.58824ZM5.41176 16V15.5294H5.88235V16H5.41176ZM3.05882 15.5294V16H3.52941V15.5294H3.05882ZM1.88235 16V15.5294H2.35294V16H1.88235ZM7.76471 15.5294V16H8.23529V15.5294H7.76471ZM0 0.941176H0.470588V0.470588H0.941176V0H0V0.941176ZM15.5294 15.5294V0.470588H15.0588V0H16V16H15.0588V15.5294H15.5294Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.5294 15.5294H15.0588V16H16V15.0588H15.5294V15.5294ZM8.23529 15.0588H7.76471V14.5882H8.23529V15.0588ZM7.76471 14.1176H8.23529V13.6471H7.76471V14.1176ZM8.23529 12.9412H7.76471V12.4706H8.23529V12.9412ZM7.76471 11.7647H8.23529V11.2941H7.76471V11.7647ZM8.23529 7.05882H7.76471V6.58823H8.23529V7.05882ZM7.76471 5.88235H8.23529V5.41176H7.76471V5.88235ZM8.23529 4.70588H7.76471V4.23529H8.23529V4.70588ZM8.23529 2.35294H7.76471V1.88235H8.23529V2.35294ZM7.76471 1.41177H8.23529V0.941176H7.76471V1.41177ZM8.23529 3.52941H7.76471V3.05882H8.23529V3.52941ZM8.23529 9.41176H7.76471V8.94118H8.23529V9.41176ZM7.76471 10.5882H8.23529V10.1176H7.76471V10.5882ZM7.76471 8.23529H8.23529V7.76471H7.76471V8.23529ZM11.7647 8.23529H11.2941V7.76471H11.7647V8.23529ZM13.6471 8.23529H14.1176V7.76471H13.6471V8.23529ZM15.0588 8.23529H14.5882V7.76471H15.0588V8.23529ZM12.4706 8.23529H12.9412V7.76471H12.4706V8.23529ZM10.5882 8.23529H10.1176V7.76471H10.5882V8.23529ZM8.94118 8.23529H9.41176V7.76471H8.94118V8.23529ZM4.70588 8.23529H4.23529V7.76471H4.70588V8.23529ZM6.58823 8.23529H7.05882V7.76471H6.58823V8.23529ZM5.88235 8.23529H5.41176V7.76471H5.88235V8.23529ZM3.05882 8.23529H3.52941V7.76471H3.05882V8.23529ZM2.35294 8.23529H1.88235V7.76471H2.35294V8.23529ZM0.941176 8.23529H1.41177V7.76471H0.941176V8.23529ZM4.23529 16H4.70588V15.5294H4.23529V16ZM2.35294 16H1.88235V15.5294H2.35294V16ZM3.05882 16H3.52941V15.5294H3.05882V16ZM5.88235 16H5.41176V15.5294H5.88235V16ZM6.58823 16H7.05882V15.5294H6.58823V16ZM11.7647 16H11.2941V15.5294H11.7647V16ZM8.94118 16H9.41176V15.5294H8.94118V16ZM10.5882 16H10.1176V15.5294H10.5882V16ZM12.4706 16H12.9412V15.5294H12.4706V16ZM14.1176 16H13.6471V15.5294H14.1176V16ZM7.76471 16H8.23529V15.5294H7.76471V16ZM0.470589 4.70588H0V4.23529H0.470589V4.70588ZM0 2.35294H0.470589V1.88235H0V2.35294ZM0.470589 3.52941H0V3.05882H0.470589V3.52941ZM0 5.88235H0.470589V5.41176H0V5.88235ZM0.470589 7.05882H0V6.58823H0.470589V7.05882ZM0 11.7647H0.470589V11.2941H0V11.7647ZM0.470589 9.41176H0V8.94118H0.470589V9.41176ZM0 10.5882H0.470589V10.1176H0V10.5882ZM0.470589 12.9412H0V12.4706H0.470589V12.9412ZM0 14.1176H0.470589V13.6471H0V14.1176ZM0.470589 8.23529H0V7.76471H0.470589V8.23529ZM15.5294 4.70588H16V4.23529H15.5294V4.70588ZM16 2.35294H15.5294V1.88235H16V2.35294ZM15.5294 3.52941H16V3.05882H15.5294V3.52941ZM16 5.88235H15.5294V5.41176H16V5.88235ZM15.5294 7.05882H16V6.58823H15.5294V7.05882ZM16 11.7647H15.5294V11.2941H16V11.7647ZM15.5294 9.41176H16V8.94118H15.5294V9.41176ZM16 10.5882H15.5294V10.1176H16V10.5882ZM15.5294 12.9412H16V12.4706H15.5294V12.9412ZM16 14.1176H15.5294V13.6471H16V14.1176ZM15.5294 8.23529H16V7.76471H15.5294V8.23529ZM0.941176 16V15.5294H0.470588V15.0588H0V16H0.941176ZM15.5294 0.470588H0.470588V0.941176H0V0H16V0.941176H15.5294V0.470588Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
2
|
-
<rect x="0.569824" width="16" height="16" fill="url(#pattern0_2960_809)"/>
|
|
3
|
-
<defs>
|
|
4
|
-
<pattern id="pattern0_2960_809" patternContentUnits="objectBoundingBox" width="1" height="1">
|
|
5
|
-
<use xlink:href="#image0_2960_809" transform="scale(0.0166667)"/>
|
|
6
|
-
</pattern>
|
|
7
|
-
<image id="image0_2960_809" width="60" height="60" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAPKADAAQAAAABAAAAPAAAAACL3+lcAAAfz0lEQVRoBc2bCZBd5ZXfz13f0q/f671bC2hFQgKExC5AHlaDEAQzNvbE2E6RuGbieEk5zsyAYzO4mLEzFSoTT2U8Jo7tiWOI7WHHLDIYO2wWSICEjEBqSWjrfXv99vvult+5rQYhQIxspipXvLXv+77vbP/zP+f7MOSf8fqTK86/dn7BOHdePtfX46R7WoNcT4vh9piG0eOFodSawehwsTr6hkSje+u10YPj48MHDhx8fufExAP/XMsyPsiBX7npwvZCc3iDFK1r7an2K+OJbC4yDDEi4WGIbTgSiC+B0RTLMMUSQ+Io4tUUm0foBRLGhkx35CsP1yYf29vdev/Tuw89sn379qkPap0fiMADN61dUzBz3yoNTF1R3hdKxkiLa9oSeaEIr6ZpioHgYRghoiMhwvlYWL+LLV5tW4zYlGYzkHRGJCiVJW24km3vlANBVaaWzXns9v69X3/w8We3/L6C/14C7/53Zyw1c8G3zJLx0fRo2jBGRfIFkelSU/xGVmy7TaYyFXEjLIjlGlg6FdYlbfoSpmxpmghn+GIEsbihkyhKqoHY2bT4NpYul8QOY/HMSJyzl8evLOy++xs/eOhr217fu+t3Ffx3EnjPvz/zxEw0/TWJ0zeGpbztDWHIuoPdTIlZSYpRgziSVBOrNtIS9zaktjyQ0fNaJGjDvVtDCXKGeJYjqQjHjqoSNRsSNUJxKzlp2WtI6y4s/7onTtmQnGTES8dS70Q5F/UGW4L2H3x/4+ZvPP74y4PHK/hxCzz5H865umI077TNVL68O5RUNSOulxZpxlgrENPxJTuRlVqvK4MXiEx9aFAyLSncFvclUhtmhls1Zvktz3WrBTev4QVlceI6nuBKPbakEdqS9VOSOmBL6/O+zN9al4bvoigUdk5O6it7S3e9WPzMX/zNT48L4Kzj0dDBL6+5JbRrdwTNdNqabhHrDRHHc0RwWcu0JLTUVQNxXZGhP2qX6pWeTKdcacFCTmDJYK8hAX+0EaRpEce4QkfE/XEoIW7bsEOJUEZssyxiOxc2RfoCmVjjSLXLkewBX9LVbpnYv1fajHJq3bpFn7jm2kuCH9zzzNP/VDn+SRY++OW1GSfyfhjEjU/YVl6CN2zxxxDWzooZAUwBi5U6rhrL+LWRlM4vSC21XIzwD6TFni97/Iz0N1qIbZcQjaUW2aK+bxh18WOfxQ9Lr7lNOq1XZE52n8wBuFIIXrEJesXvOGYu5mtY0vHrpmTvD6Sz3iGltQ1pWz9PNg2k7rzpjgf/+MUXB2vvJ/j7Wnjsq2fOCWPnV1EUXxq5ofjFdnFBYsvKSA0L4KmSyJwpy/jH22XgwosQ5moEvlRGolNka7lTXiOpDJYCaYZYlTQUS8S/QCVOxmlKXqbiBTIQnyEHvQVS9CdEwqrkENIE4MQEB3yPIAikscwlBJoSTlfF3w+YlWxZckZq1epLzr/q8adff6hUqpWPJfQxLayWldh4TozqagvLBNUWsXf4xBoxisoDJM2EvhSXZaR640kyOneDOMZKGfN6ZX89kNeH61Jxa4l4jg2k+b40ETLC/S3Ql2SEzFhQc3GSj/EUFBnKkGSDB+Uke4ucmLGkuxXlmA0xWW0GFPd62sXZG8nC70yLM2xJ4TOLxewROZA75eXL//jbFxw6dKj+XkIf08I3r+29K4isSw2rgTtBGvYhf5SWJprPhMyOK0+d0SUDf3Ijwl4JpVgkRSMnLw6UZE99SsrEdIbco0hsx8AUqFwn3if9UA5irQNYbyAMZIwYLpOiqpYtacDK4b7AOF+mISojYVFG6qOSMl3ps1olxssq/qSkAa/yooL4xH70wpRkz+2UlDMw57xlJy/90WMv3X3cAh/8wuk3mXb4JcwiYYA1x8iT4w7umIElheTHQCZPOQE3vkGKXadJFbesBQ35zYEpGQyyWDKUrKKxFZF+DBnGG14i9ezFI4YgIEWNe7x1glQ2gXXHICLDjHnIKKEUQ/ImCI0C4yhLnB+QYqUuNbyjNUWqMrMJI6u3VSTd3RR3G4A24ou13JXOgnnqeR+62PvZw5ueeTeh39XCh/70nOuzTvPvG7FphABHtoRmBzArGi/4jrjk10oqlN2f/UMZX/3hmVzqtMr2iUDGyZsBFgOLBceQcnVadjmebJ+ckLrTIw0IR0QKMmLiUBkYqSiHB5iBKTUvkhqgMI5ax+t16cbdnXg+UcXU5i4pkadTboe02Z4UbB+2lpJKe4ukWxjrvqY4Z+YkS+AvSlcu6V1w2uaNz27ffbTQ7xC4/4vn5tORt9FrNHNi58TCutE4/lbmFUD2rbqMZ0LZd80Gmbzi0+JMDEro5mR3sSG7J0Bd3DGDsE2E2Y/7PedNyihubuZ6xU6XxKyMiFEElKpFcQMW2pKWyLUk0BiHhlqEirq+Cr7fqKGgmrRZJ4sVB6S+XTIyURaTVMcUkrbiBAu8PjJ6eVy6XspLuDoLHjSMpfMKl73SH39v79CQd6TQ7xD4q2u7vuFY5oeV9cIixCZ2/dEIzHAAH9JDs1WCU5fLoX/1b2V6oiRt2ZyMBYa8MkjMRhp73OXjsozcH9awkMWvAglG9knPfXdL2xOPiv3LhyXz9JPSuuV5aXvhZfFkUuJCXhynW8Ioxl0D3NYld0cS+llx7R7JEhoZY5e4CDtdrSavebzPJAxM15DMnJRET4fSvbhDwlwoLU6cC1v6jId+/fIT7ynwjs+vWQCFvzOwLDsgrtI2yXIiJY0hEDWaYUv1rCf9X/um1KyczOkit/qmvIZ1D1RJUbYjBkjcKGTltXpZJjxPgvoB6bzj72TJj/5WvKlNUqoOoDgsrbEK+IwP98tZ23dKvHGjVKb7Jb1kvjggkk8h4RkeQBbJdDQNSHZLpzEuUn8D9TkyOVWWefm0tGJln5j3WzEQ3NvYSmlyahcyerK4t/Wsp/eM/c+BgWJ1Vui3Wfhra7u/HVvOmeiWOITsUMIFo8RRDZBwSEE+fPbkc6T/8nWSZUFjoUc8WvLqpAc5xMsAqTRpZUetKKPlKcn94h+l68f/XczxvVJpgVrG7aBwWjKwLpdHOqIiasFDICARsZx6/XWx+7dL3FqQ5uITcWHCyGxKQAqL4pT0Qm5ysl0Ml+/BkygIJU9IuDFcHXAtZAG4bRXJnJiRTAQi2qZ96qrzW//XvU/9/B0C7//impWWGf19ZEASERYvFdOD044YkmqkiC9q1c4+2fPZz0EJs5JhARXLk3ollF1VdXaAhScbtH2GBNX7wP8R56m7KQxici0FAq5tAGbQFAAI4Rlf6YcD8sa47keu+0P5+Kc+KeNvvC7FLdvxLuj5vNViNvEsx4WdQTUZp894AbJCXrZTUqd+bjL+AnI12sbKKcmVIukudIjVikKYJ58P1xQ6F9z3q007qOWQSZ/0whn/a2g4ltalRA4ahTBVDNATksBnGwQdXbFMDp40H47rSgiouCyg0lRhuUcl4N3utC/RgX6pbX4IfggXPurSGlgfQRAkrx5u//Wv3yK333673HDDDXLrV2+FQeyQnu9/X6wcynJSWJpqiXw7bLYDaABT008obRMCM06erzO3GztSJhv4q7Rqo8jIFDBSCNcftDac1/dfZpeRCNx/6/o8a77YhPpp9yFmcPxP8BMsplwWUsdjYvUKaSFGaxlfvLgmWRYyzUghZEJjLsTFhrHk3B98mzCoitVsYZg4eeiE2gjQzyqs4wCGjNXd3SOf/vSnEuEty5L5ixbL3JMXwaMnxb0XLzGKEuCdgttXce1GnMOdlV4CWABkk9cRb1rqxGAWRlTpDWXaA/2pr/WvWdbTla5dfNllZ1KpH7awMT18lRVRe/kVXA2XIzW4WAH+CGIiLL4agth+Ry9C4IgQB0Vx7C94FV7gS97NS+RQQe3ZJKld22A9irIzAqqQeumrCq2C6dVsNuWGTyEslvJRluAxcHapVutSpwkQPHqX9PXvJ96ZjdRVh6E1BMtpURE1ISXMjxL2VHF72kY28T7tWDICMKZKFbxB2V27dFmeu3pB63qdM7Gw5dU+koIbuwyq2UidU3mrBlqKQR2ENfKtYgIwOBkWhzDw01ATM0KEpAXtXnjNukw/8UtxM+nkHh+XmnVhnUwvta5aVoXv6OiQ9euvkhItHdWJTavnkY2PClxYMlYKKol3b92MWyMgQeezphABY5oLTMwa1R9pJGBNeNbM94zjpQOWTroCvUPuVVFOW9RzJS+sC/nSZryecbDaYVfWvxy+dGyVy8umEmakX8/2qLQBpzpiXFIDaaQI6d+9V/wWlIEXBIp+R10qlD4iflsln9KgSwTXMTdv3iw/+t//IIVCG5jAGPVpyYIDEU0FC42GzIW4jPjWuOpnPm6rHCCCr9tI1CzgMS6pVIVSPKL2PvfUnsv5YNj33vrFcy+bfDzfUBB5a5w3lxmwEACawh4wwNp6zVpNJ8/ydwNhDTQTTo5JbnpaRlhga5O+FOGAs705lr5RQfVSAfX9N7/5TcnlcrJt2zb52c9+JlPFcdybvhZsy7cR1q7SEKDLWSU8svgV2tV/eqmX6AMIkxoKilmHQm6Qh/sjTAZqa6nSCaF2qzp3/UWrzrWX+gfPq5BLY7eVsPAYSoMSrRGXqgB9RE4N0QACqhWDLyIGnr3acg70si5T6ZSk3RQFxDh9KOrlArEKC4oVC464VFmzl1p6anJcPvPpGxIQy2S0MLGIf1yRIsOx89IZ5mVsgh4287QHnuQyCOmRJYhXaAKWwK2J1TLEx2xTQRuSzbri1XxwyMXRiWNCKA2xP2Fez3lmzjUW6hpMhNRXIxnlsOsogKn7EMsRiVxR7+grA0h04u5CJUTyIj5awAJFUQUofPB9LrV0oVAQFVatdaQHhOT0asaQehuUlgziQH4swMlUK+gMibeEukIeM9ZOPiRzznwreJmFS5vI1dfW2sd0fl+yLoQDfmYG4p1a0qKvZFLambhEBL+NjEoy1FtPuDQy9aTRZKMuFrxa0nlJZ1uSwNcp3+9SAVVovWaFnfUC/dyAUITQxhQo3kF9jS2RVQ0xkwH0d6oonvRd8k+/02tmfpVBxzdlxcKOPt5FfTxAT2CeOIwSFFR0pcTTfqsGPTnOa1ZIQTSyjrps2jwL2lqkO5OSbEe3LF69NiEtISGh5OX9Lk1Rs6g9K6gKoNZNsMJHo3XIBbG4irLQao6xWsIN0dUrNcMlnsFvYiY8LPfMtMxv0PdOsgml5uol+YUwC3Ohga/b6EM5imrCwIVNbghprYT4eWR6Qt0ttepBiECGQWagXu/VNNVG2ljWnqFCcaV77YelMVVMFjOzgBlX00XNPo5UggqlFtZH8l6FxbItWKWR7xJr8UnJqvpcU5ZkYOyaZhSgEDtxa+bX8LE1j6r5eFiTdFogTLgMHq3eqnKJdLW5fWboGH3AoFJRSjmNY52YzyhB6EKaLs1y8nCavvPk5A7cWlmMLpLUglcYqNii4baiIyULQceWE9dJ3IHaIeN2QpGSud7zSZWgl74mArPANCVgTzWW8rr14q1egzhNWZc3pdvcw/x6H+MnAuvv1Dg0/bU/cfhv6amIVjBCohxVOjcoDIH8Vp8ZZzONxH10CJ1UyYKCD/Z20GqcC+hLsW2ijfbifukfeRwh4bZQLIV8piMHK5g0ZGWnJb3xqCz6y38QpwBR0VUc59UkNBrjRdkaZiS49Bpxio5cFXTL1X1pGZnelVj7yCETRTF/FvYVkhUsuH/ebpUK1g3JySqoqlQflnpTlMkOR4mb8BV/TP6kSV8zj8Z0B8iMO6fofLTUGjJQfgKHQCnIYimyg3MR7lgHVFIodckSkbN7z5KuS69nh+H4BbZox8YLF4v3H/80adivK6Tkkye1Sb32PIXK4EyM6jLfvDAPwJqDASUCse5cuhVWZjE/QmPEGSfiVag/JpvZYYNmeANmUrNqSfwqLYspwfQHNm490TlFQdEiZ+wQmXRKMuRtljaa6eNoRbc/VU9Z3FDrqjYrLed2+bLhuo9K10XXSb5OLa38G9Kg4yk1gBKLlquYAHKPRc0xqacnISp8xffBdTdK8+Qz5BMLeuSjS7rxup2JZ0UGBQlKTuihmiwBKfI962+nnowIr64RajtCKZUGFzCcoUpnPi02KEaHrQvOWXXlksbQqcoRY+0bsQDuIh5mVBiBco5C4SSQVocOnpShm7GbJnmLdOZPg6yo28ykM0VzrXktCvS2fF4uvORS6Vq/Tvb0vyG1/kHJZ7LUvqQWjX3uiwCOaVxlVTiHTmWfDFzwB+J/+VZZdvLZ8pW5bbKhI5bi1G9l18EnpFjHnbHk4dBN4l1jXqWfnxUICnzcSEn3pnHJwNEbCcvTWCd2waEATZat+c/bOweLw1d1UGPSaE3y4Qzzm5FWnzWuSfySox1ai2XlprLs2VCnYfekuLl50urMwVVcAJF7EDwmqdsgbAQ9FL8mp/Yuld4/u0X6t2+VyYO7xfBot05NShPBjQwbbh1zJCr6sm71GXLe6aukM9cqp1DI9KRiGcC9R8p7pFjdIRaZAAh9a12H36UoZfvS5HLiqbDfE3ZnaRam2YJlfgyXxDCexX9ycMIftg8MTw2nFtFTLpLQZ5z9bYNagFc97Um2i17kQCiLt8N41tOV8nbLrvGHZEXPNQDGYvI3EzC5Dc2LABHltIkb4TBzeufIiZ3zpVbQ72kVcSsqlwaWrhk90tbmSqM8oKWUpHLt4k2Xkq7n0MT9MjHxDHih2YBfsno16mHnS9ZJ4QMHYOl0Pfpepa1U6E6KBdqPSbdFETrC2lqC7hooDpv7Dg5sDXtbiDM0Y+Absz4zKzaTaD9A2lksHYg28ltXf5M8aciB8ouyZ/QXUgn2EfPIa7m4LNpld4IIQn+4b8WjWxHINE2DVJUxKAJqAQJq6NAGzpoTUpseQA3U3qBrCWCM3GkZHPuV7J56SaouQU1IRYfhFqgh1snC7DC6fkPmt5A2UUHrQXgEvTWjF29FmYkvqLDwdYGDN+nSvLxj31bzNy/tfLLS2jUdIIClWftI9anQ+ILJZFELg80h7owpWf9r5B+gf4QmxsrPys7Bu3C9/0uBDhOzK1iDMoWhYoQKsYySmhTMSbdFyBtAW51hG5ACGnQs17QLgBH8my5l039Vdg/fJ/vH7mcIduFYj+KTXmpdj8If8MFAMdw4lrkFrD/RkJ6nxqXZ1UHNnlUsmxGD+5M453PkdpV++cyOJ1URzU17a491LzlBqk3deHu7xMkP+E7ROGwjZSwxpHcwlKsf9WQgp/0kHwvvkr0j/4jgP5FaXcl8nljG2ggY404zXqOMCNFBzQh3CHlNHlBHx84w+rgMFX8prx+8SwYmnuNzGcZFVUTX5G2XZgMs3MIdJ1CRZaiZ215lU60YSmfXHFpDb7l9MqPGMQoaD9KPvvrqq80ExpYtW2xfek77x8IK7sTu3CxC60QRRERP32gzT0mGl/Ok0kp9iVYXs/1yaEFeSsSvsiE/HpL9o3fLRHkL3cQKhT5NdNwc3zn8YG+KBQDTPNiliCYp3LdL/+BPZe/QfTJR2YqS2GfG2xLch+Ep8VcsePOKcpJ3irKS3tVi9p/cXXXpeRXFzukWZ1EH7oAH4cqW0lW1MATEdDLyxOv+Xz2w8fnfJsygf+eBRycuO63ZvnCeO1F8A5sTAyRuPaehWtIroZyI1Val+9AWgrKxLN5fk7OeF3niYnqAWNJR0oBLlRoHpTIyJtNTz0q+dQ3oj1Xg4LqnHLKn5Mdl8Xwab40pKdUPISStQHK/UsaATolWQ5zlQkzCCP1gat6zDQNApVHkom5HevySpF+ri7sPHp3LSP6EXpmG+aW1D6Rr5ncxinOYb9LPNl96sf+RRA590uu57/3rx1Z01K/w9oxINFhkW8Nlk5rjCPxSyfnsZcAaoixuAnjFY+zwDThy59Vd8uRZkSygaEjRVfQyWJK00wlIVagfYwhARKci0i1WlYCFm+womLwS2lwzSp2d481XbrXgAS4ExUNhNjG+LFeTBXML0v38IenbVGOcjKSWtkvq5BNgY6ROagH6GcyBqVRgtgj2N+dtXHHtf0t6WjOZmb/nO+dsO3tV5+eyNLC9IfZ66lgC9mImVn5zCTOaY6ExC2YNEmYDOX1rVTqn2cuF7+pxI92rd/yA4h1XpohImm7kaBPAMqixk/yoQIggeh0ZQkfMNKMHhX96zja7hUs7PFkNQSo8PSZt/UQmmcXkdE/qpHm0jmlCAroqkDbgkwKJ1yqAuGs8f92P73s6acS/KfCmrf2j137kwyvm5pun6jLKFfZeyQhH6z5GWG2waStX4yWm1jdaKQ/3V6Vr1EJIU0baadPgmW4Cl1p9aWCon2iq0tLusMck/qoCHz3LjNh6V4aioI+ycCXYsXqYXtlzRek6BE5DbcscHmpFWLOPpp+mBcabbSklIyJwreXsn555zZ9/Z2ZEPGb2jb7u3T/24r+4cOkX8gXL9LMdEu8/JGkWSGuAfEZ6wSozS9XhVASAAa3GxE7YKhxOacrZ2z3OWrGlmrMgGlmZVwbfoZA1h/jCuGbCf8Esfq3t5RKHgAJIgdbf2Ah67XBkiUKfvaYlnOVajuZWTgGQWxH2VTbLSjRVKE09Wkoda5YBVD0J6dFxVb82IFtlrbQsUW5X445fHLzu189sKc7K+TaB9w9MFNdduHbuws7grHyeaoPysF7m5Jw25pmkGNEISGrRRF41jcqdiK4xo+qz2JCeW4lk+bAnC/eVZBjmVSf5N+h7xYyhEwKgCAk2qoWV8+EpEd2M0G6wf1SSlXjJ+RQhJ+8Zl/mwp/YdVUgFrkvnFP3QMrYls2yeuPPbAUBChSH00uXodiuHqpLUdaC56O/+6PN//ZOZv848v01g/armGZsvWD3/C62psh2wZ6vbL83xUtIc8FPw5MODHznIke9jNBzDe9kfkHk0KE6ZxEITbF2O16GUWJ/dBpsskAL8tE+VBljmYfkVFCary7GcNxHL8t016dk+KXP3BVKoYHmAiU1iBIKOgnKpRb1YtpcdTRBaNa6mPXwZtHcNv8lWUK70nZ8Pfvy5La+8uVWqt3D3O6/vfOtzn73hnNT3jGCKlJmS6oERqe0d5MQdllBLHuOqkWNznKFhp1JKAJiCW75GRwJFDbVrGxUvIKXNeIchLQ2yAGNGei9J0sGDQtDWq1GEs/1JUxQPI2+TmrwWtm8W9Uk7KagB4VEs0A5mgieH16RbvOLk5LXqvI+dfd3N9xy91Pdc/W8fvO0/LzJ3/bnGlAXOl3fTzzowztks3Y4G+mE7unjNl8nFZ32XZve/QkwDq1hUe9PUv0pnWYfJog1lX4rUahUedQ0D/jlghWJEpOUjYznEdYMBKeFREN/loYyL54nM60ApfN/AWzjSqFWXRfzrPpPN2AHpr5xZ+tcnXPb1m44WVj8fXu27/UnMLXd+6SdLO0vXa4vWQjqzEUixf4gNblwcwXSLJUaj6lCzvalkxFklHPn9EVO8FyrrLYq2ASlNqyNkwG0Bt+5WyZ7Arj47/kmD8YhlJ8yNOE6xX+yhtP2N9ntOv+72jzPUuwbfO2L4iHXFU5b584vXrt1gNSt9DkwosF0xOTVT6O2i785hTzbBtNmubqjtFR8A0rRwLIF0/GP+ndIyJFbLIHV+bpcUlp4gxtx20h9z68EX1e7bLnrWhEMVY3g9Z75y8x2vbNixg9Nz73EdS2DZseNQsLdoP3LlRR/6WDYYL2g8WewqhLhsdn63mF15zkDjdHWOPnDoSqmcoe3W95hs9utjCRzSC3d626TjpAXi0uKRHBvidCx0F1AbbbqDoL+ffbCDT9rk8GnbWYe+dPujl9xzzwOTs/O82+sxBdYf7Ny5p9Q/PnrHiiULF+ac6VXa/ozdDPu0ig2utHa1i13ISQirilB/1GArhLUpemqsE448a8aeeSioqEIS8qGuzz5VwA8Mjiu43QXJntgjLQv62J7lmDEpQW+J2RtSrFAvsnFfDR/OoiSj+ADgzmL+zpv/x8+veOCBpzgPdezr/Yzxtl8/e+9t/+k0e9dtaQ5mKNEqU+/q0V9NRSqZy7EIi82twONMZbUmTYr56aGE0b05ju78O3iJQ5nnZjPUrxyaAZCEdo/SUkyJcmYvBFPhFOwUfbk87uEnEqBYI90ZHygXbjn1ur/6y9lfvN/rcQmsgz343c9fu7qnfldn2s9qYWIiOSInDXI98xER54piukjt/LdQWh55hbRx9FCqQcfCAskDEFtrId1t0L0k2HviDTO/Ufakg5EBsK4KH9LrUpAv1qzSC4OFz1z/hb89rgPixy2wLuTyC9bMvfH6C2+5fKn/b5Izc+RRXZDGmR5d0vc86X80Do5CmcMfyUCIqYvHK7Ce2k9lUz58ZPJIPunYKEmvutERvLA//uEP73/pL+7d+PRQ8uVxPP1OAs+Of9WFpy+79SsfvW1B+tD12eaUkbbT9D5xT4BL2zd6/smCTehGtYpOMBKL2BABk407pNb3uhGgga2Ap3GrHdAUxYFN00EPs0Qcj6oaHfFvx7vu+Zsf/+rmBzf+ZvfsGo739fcSeHayB777Z2ed3Bfd5hrlK7voWKQUybFeA1RVUqH7s8qmdCvE0O4J7gxtSWpqPTmQbF/wjSoh5ACLA//WHnQEjZyAfUw0MhtfGwhv/pdf+e7Ls3P+rq8fiMCzk3/ykxvazz4xd9W6sxd8ZH5rcGXKn8452tBLcFmtyoMZtbmvRYPuWhozfsx7tSY7hnSdxhupytY3io9t3zv6wLbtAw8//Mz/Z/+j1qzAR79ese60a5cvnnfuysVz+5Yv6OhZ0BH3ZNJRj2E2SbAqcGrU85zRoWlz9IXXhkc3b989tO/g2LNPbdn1yNFjfVCf/x8OxsRrl8l6ZAAAAABJRU5ErkJggg=="/>
|
|
8
|
-
</defs>
|
|
9
|
-
</svg>
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
<svg width="14" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M13.878 4.05558C13.7895 2.60703 12.5608 1.47217 11.0809 1.47217H10.3604V0.920871C10.3604 0.616552 10.1095 0.369568 9.80034 0.369568C9.4912 0.369568 9.2403 0.616552 9.2403 0.920871V1.47217H4.75997V0.920871C4.75997 0.616552 4.50907 0.369568 4.19993 0.369568C3.89079 0.369568 3.63989 0.616552 3.63989 0.920871V1.47217H2.9194C1.43921 1.47217 0.210478 2.60703 0.122271 4.05558C-0.0437812 6.78012 -0.0407009 9.5438 0.131512 12.2697C0.218878 13.654 1.3454 14.763 2.75166 14.849C4.16101 14.9353 5.58043 14.9783 6.99986 14.9783C8.419 14.9783 9.83871 14.9353 11.248 14.849C12.6543 14.763 13.7808 13.654 13.8682 12.2697C14.0407 9.54518 14.0438 6.78177 13.878 4.05558ZM12.7506 12.2014C12.698 13.0319 12.0223 13.697 11.1789 13.7486C8.40612 13.9181 5.59415 13.9181 2.82139 13.7486C1.97769 13.6968 1.302 13.0316 1.24963 12.2014C1.11718 10.1056 1.09002 7.98774 1.16087 5.8826H12.8397C12.9103 7.98857 12.8831 10.1064 12.7506 12.2014ZM4.19993 3.67738C4.50907 3.67738 4.75997 3.4304 4.75997 3.12608V2.57478H9.2403V3.12608C9.2403 3.4304 9.4912 3.67738 9.80034 3.67738C10.1095 3.67738 10.3604 3.4304 10.3604 3.12608V2.57478H11.0809C11.9694 2.57478 12.707 3.25426 12.7599 4.12146C12.773 4.34033 12.7786 4.56057 12.7896 4.77999H1.21071C1.22191 4.56057 1.22723 4.34033 1.24039 4.12146C1.29332 3.25426 2.03061 2.57478 2.9194 2.57478H3.63989V3.12608C3.63989 3.4304 3.89079 3.67738 4.19993 3.67738Z" fill="currentColor"/>
|
|
3
|
-
<path d="M4.19944 9.19047C4.66339 9.19047 5.0395 8.82023 5.0395 8.36351C5.0395 7.9068 4.66339 7.53656 4.19944 7.53656C3.73548 7.53656 3.35938 7.9068 3.35938 8.36351C3.35938 8.82023 3.73548 9.19047 4.19944 9.19047Z" fill="currentColor"/>
|
|
4
|
-
<path d="M7.00022 9.19047C7.46417 9.19047 7.84028 8.82023 7.84028 8.36351C7.84028 7.9068 7.46417 7.53656 7.00022 7.53656C6.53626 7.53656 6.16016 7.9068 6.16016 8.36351C6.16016 8.82023 6.53626 9.19047 7.00022 9.19047Z" fill="currentColor"/>
|
|
5
|
-
<path d="M4.19944 11.9468C4.66339 11.9468 5.0395 11.5766 5.0395 11.1199C5.0395 10.6631 4.66339 10.2929 4.19944 10.2929C3.73548 10.2929 3.35938 10.6631 3.35938 11.1199C3.35938 11.5766 3.73548 11.9468 4.19944 11.9468Z" fill="currentColor"/>
|
|
6
|
-
<path d="M9.79905 9.19047C10.263 9.19047 10.6391 8.82023 10.6391 8.36351C10.6391 7.9068 10.263 7.53656 9.79905 7.53656C9.33509 7.53656 8.95898 7.9068 8.95898 8.36351C8.95898 8.82023 9.33509 9.19047 9.79905 9.19047Z" fill="currentColor"/>
|
|
7
|
-
<path d="M9.79905 11.9468C10.263 11.9468 10.6391 11.5766 10.6391 11.1199C10.6391 10.6631 10.263 10.2929 9.79905 10.2929C9.33509 10.2929 8.95898 10.6631 8.95898 11.1199C8.95898 11.5766 9.33509 11.9468 9.79905 11.9468Z" fill="currentColor"/>
|
|
8
|
-
<path d="M7.00022 11.9468C7.46417 11.9468 7.84028 11.5766 7.84028 11.1199C7.84028 10.6631 7.46417 10.2929 7.00022 10.2929C6.53626 10.2929 6.16016 10.6631 6.16016 11.1199C6.16016 11.5766 6.53626 11.9468 7.00022 11.9468Z" fill="currentColor"/>
|
|
9
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="10" height="8" viewBox="0 0 10 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M7.85209 0.906982L9.47656 2.55848L5.3899 6.57874C5.01853 6.95088 4.52671 7.13773 4.03412 7.13773C3.54153 7.13773 3.0443 6.94934 2.66675 6.57256L0.523438 4.49564L2.13556 2.83257L4.02949 4.66859L7.85209 0.908526V0.906982Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
<svg width="15" height="14" viewBox="0 0 15 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M14.5698 7C14.5698 10.8654 11.4352 14 7.56982 14C3.70442 14 0.569824 10.8654 0.569824 7C0.569824 3.1346 3.70442 0 7.56982 0C11.4352 0 14.5698 3.1346 14.5698 7Z" fill="#4CAF50"/>
|
|
3
|
-
<path d="M7.56971 0V7L10.3697 8.4L7.27466 14C7.38561 14 7.45876 14 7.56971 14C11.4383 14 14.5697 10.8686 14.5697 7C14.5697 3.13145 11.4383 0 7.56971 0Z" fill="#FFC107"/>
|
|
4
|
-
<path d="M14.5698 7C14.5698 10.8654 11.4352 14 7.56982 14C3.70442 14 0.569824 10.8654 0.569824 7C0.569824 3.1346 3.70442 0 7.56982 0C11.4352 0 14.5698 3.1346 14.5698 7Z" fill="#4CAF50"/>
|
|
5
|
-
<path d="M7.56971 0V7L10.3697 8.4L7.27466 14C7.38561 14 7.45876 14 7.56971 14C11.4383 14 14.5697 10.8686 14.5697 7C14.5697 3.13145 11.4383 0 7.56971 0Z" fill="#FFC107"/>
|
|
6
|
-
<path d="M13.8137 3.85H7.5697V8.4L6.5197 8.05L1.6757 3.241H1.6687C2.9077 1.2915 5.0882 0 7.5697 0C10.2997 0 12.6622 1.568 13.8137 3.85Z" fill="#F44336"/>
|
|
7
|
-
<path d="M1.67493 3.24243L4.76998 8.44413L6.51963 8.05003L1.67493 3.24243Z" fill="#DD2C00"/>
|
|
8
|
-
<path d="M7.27466 14L10.4016 8.37933L8.96971 7.34998L7.27466 14Z" fill="#558B2F"/>
|
|
9
|
-
<path d="M13.8226 3.8501H7.56986L7.01721 5.4531L13.8226 3.8501Z" fill="#F9A825"/>
|
|
10
|
-
<path d="M10.7197 7.0001C10.7197 8.73925 9.30883 10.1501 7.56968 10.1501C5.83053 10.1501 4.41968 8.73925 4.41968 7.0001C4.41968 5.26095 5.83053 3.8501 7.56968 3.8501C9.30883 3.8501 10.7197 5.26095 10.7197 7.0001Z" fill="white"/>
|
|
11
|
-
<path d="M10.0196 7.00005C10.0196 8.3535 8.92308 9.45005 7.56963 9.45005C6.21618 9.45005 5.11963 8.3535 5.11963 7.00005C5.11963 5.6466 6.21618 4.55005 7.56963 4.55005C8.92308 4.55005 10.0196 5.6466 10.0196 7.00005Z" fill="#2196F3"/>
|
|
12
|
-
</svg>
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_842_32771)">
|
|
3
|
-
<path d="M6.9998 0.583282C5.7307 0.583282 4.49011 0.959613 3.43489 1.66469C2.37968 2.36976 1.55723 3.3719 1.07157 4.5444C0.58591 5.71689 0.458839 7.00707 0.706427 8.25178C0.954016 9.49649 1.56514 10.6398 2.46253 11.5372C3.35992 12.4346 4.50326 13.0457 5.74797 13.2933C6.99268 13.5409 8.28286 13.4138 9.45535 12.9282C10.6278 12.4425 11.63 11.6201 12.3351 10.5649C13.0401 9.50964 13.4165 8.26905 13.4165 6.99995C13.4145 5.29876 12.7378 3.66782 11.5349 2.4649C10.3319 1.26197 8.70099 0.585289 6.9998 0.583282ZM6.9998 12.25C5.96145 12.25 4.94641 11.942 4.08306 11.3652C3.2197 10.7883 2.54679 9.96835 2.14943 9.00904C1.75207 8.04973 1.6481 6.99413 1.85068 5.97573C2.05325 4.95732 2.55326 4.02186 3.28749 3.28764C4.02171 2.55341 4.95717 2.0534 5.97557 1.85083C6.99398 1.64825 8.04957 1.75222 9.00889 2.14958C9.9682 2.54694 10.7881 3.21985 11.365 4.08321C11.9419 4.94656 12.2498 5.9616 12.2498 6.99995C12.2481 8.39181 11.6944 9.72619 10.7102 10.7104C9.72604 11.6946 8.39166 12.2483 6.9998 12.25Z" fill="#71347B"/>
|
|
4
|
-
<path d="M7.58354 6.75855V3.50005C7.58354 3.34534 7.52208 3.19697 7.41268 3.08757C7.30329 2.97818 7.15491 2.91672 7.0002 2.91672C6.84549 2.91672 6.69712 2.97818 6.58772 3.08757C6.47833 3.19697 6.41687 3.34534 6.41687 3.50005V7.00005C6.4169 7.15475 6.47838 7.3031 6.58779 7.41247L8.33779 9.16247C8.4478 9.26873 8.59516 9.32752 8.7481 9.32619C8.90105 9.32486 9.04736 9.26352 9.15551 9.15536C9.26367 9.04721 9.32502 8.9009 9.32635 8.74795C9.32768 8.595 9.26888 8.44765 9.16262 8.33763L7.58354 6.75855Z" fill="#71347B"/>
|
|
5
|
-
</g>
|
|
6
|
-
<defs>
|
|
7
|
-
<clipPath id="clip0_842_32771">
|
|
8
|
-
<rect width="14" height="14" fill="white"/>
|
|
9
|
-
</clipPath>
|
|
10
|
-
</defs>
|
|
11
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.86942 0.0111092H12.8728C13.7018 0.0123063 14.4965 0.342161 15.0828 0.928364C15.669 1.51457 15.9988 2.30928 16 3.1383V9.8924C15.9988 10.7214 15.669 11.5161 15.0828 12.1023C14.4965 12.6885 13.7018 13.0184 12.8728 13.0196H12.2586C12.2176 13.8104 11.8782 14.5578 11.3068 15.1097C10.7104 15.6858 9.90991 16.0018 9.08083 15.9885H3.18372C2.35443 16.0018 1.55368 15.6859 0.956918 15.1099C0.360155 14.5339 0.0160501 13.7448 0 12.9156V6.05293C0.0160501 5.22369 0.360155 4.43463 0.956918 3.85864C1.55368 3.28264 2.35443 2.96669 3.18372 2.98001H3.74183C3.76016 2.62314 3.83951 2.27164 3.97679 1.94088C4.13434 1.56131 4.3651 1.21649 4.6559 0.926106C4.94671 0.63572 5.29187 0.405455 5.67166 0.24846C6.05146 0.0914646 6.45846 0.010813 6.86942 0.0111092ZM3.73771 4.11059H3.18372C2.65408 4.0966 2.14051 4.29322 1.75562 4.65733C1.37074 5.02144 1.14596 5.52333 1.13058 6.05293V12.9065C1.14596 13.4361 1.37074 13.938 1.75562 14.3021C2.14051 14.6662 2.65408 14.8629 3.18372 14.8489H9.08083C9.61009 14.8622 10.1231 14.6654 10.5075 14.3013C10.8644 13.9633 11.0834 13.5067 11.1252 13.0196H6.86942C6.45846 13.0199 6.05146 12.9392 5.67166 12.7822C5.29187 12.6252 4.94671 12.395 4.6559 12.1046C4.3651 11.8142 4.13434 11.4694 3.97679 11.0898C3.81925 10.7102 3.73801 10.3034 3.73771 9.8924V4.11059ZM11.7002 11.889L11.697 11.889L11.6939 11.889H6.86942C6.34007 11.8884 5.83258 11.6779 5.45827 11.3036C5.08396 10.9292 4.87341 10.4217 4.87282 9.8924V3.1383C4.87341 2.60895 5.08396 2.10145 5.45827 1.72715C5.83258 1.35284 6.34007 1.14229 6.86942 1.14169H12.8728C13.4022 1.14229 13.9097 1.35284 14.284 1.72715C14.6583 2.10145 14.8688 2.60895 14.8694 3.1383V9.8924C14.8688 10.4217 14.6583 10.9292 14.284 11.3036C13.9097 11.6779 13.4022 11.8884 12.8728 11.889H11.7002ZM12.2962 4.58997H7.4415C7.29157 4.58997 7.14779 4.64952 7.04178 4.75554C6.93577 4.86155 6.87621 5.00533 6.87621 5.15526C6.87621 5.30518 6.93577 5.44897 7.04178 5.55498C7.14779 5.66099 7.29157 5.72055 7.4415 5.72055H12.2962C12.4461 5.72055 12.5899 5.66099 12.6959 5.55498C12.802 5.44897 12.8615 5.30518 12.8615 5.15526C12.8615 5.00533 12.802 4.86155 12.6959 4.75554C12.5899 4.64952 12.4461 4.58997 12.2962 4.58997ZM7.4415 7.32144H12.2962C12.4461 7.32144 12.5899 7.381 12.6959 7.48701C12.802 7.59303 12.8615 7.73681 12.8615 7.88673C12.8615 8.03666 12.802 8.18044 12.6959 8.28646C12.5899 8.39247 12.4461 8.45203 12.2962 8.45203H7.4415C7.29157 8.45203 7.14779 8.39247 7.04178 8.28646C6.93577 8.18044 6.87621 8.03666 6.87621 7.88673C6.87621 7.73681 6.93577 7.59303 7.04178 7.48701C7.14779 7.381 7.29157 7.32144 7.4415 7.32144Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="12" height="13" viewBox="0 0 12 13" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.49994 2.9122C4.23996 2.41773 5.10998 2.15381 6 2.15381C7.19306 2.15516 8.33687 2.6297 9.18049 3.47332C10.0241 4.31694 10.4987 5.46075 10.5 6.65381C10.5 7.54382 10.2361 8.41385 9.74161 9.15387C9.24715 9.89389 8.54434 10.4707 7.72208 10.8113C6.89981 11.1519 5.99501 11.241 5.12209 11.0673C4.24918 10.8937 3.44736 10.4651 2.81802 9.83579C2.18868 9.20645 1.7601 8.40463 1.58647 7.53171C1.41283 6.6588 1.50195 5.754 1.84254 4.93173C2.18314 4.10947 2.75991 3.40666 3.49994 2.9122ZM3.83328 9.89654C4.47463 10.3251 5.22865 10.5538 6 10.5538C7.03398 10.5526 8.02527 10.1413 8.7564 9.41021C9.48754 8.67907 9.89881 7.68779 9.9 6.65381C9.9 5.88246 9.67127 5.12844 9.24273 4.48708C8.81419 3.84573 8.2051 3.34586 7.49247 3.05068C6.77983 2.7555 5.99567 2.67826 5.23915 2.82875C4.48262 2.97923 3.78771 3.35067 3.24229 3.89609C2.69686 4.44152 2.32542 5.13643 2.17494 5.89296C2.02446 6.64948 2.10169 7.43364 2.39687 8.14627C2.69205 8.8589 3.19193 9.468 3.83328 9.89654ZM6.00002 6.22959L7.80002 4.42959L8.22422 4.85379L6.42422 6.65379L8.22422 8.45379L7.80002 8.87799L6.00002 7.07799L4.20002 8.87799L3.77582 8.45379L5.57582 6.65379L3.77582 4.85379L4.20002 4.42959L6.00002 6.22959Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="8" height="16" viewBox="0 0 8 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M7.32309 14.2733L7.09953 15.1872C6.42885 15.4519 5.89312 15.6534 5.49418 15.7919C5.09482 15.9309 4.63078 16 4.10207 16C3.29014 16 2.65862 15.8011 2.2082 15.406C1.75778 15.0094 1.53251 14.5068 1.53251 13.8971C1.53251 13.661 1.54885 13.4182 1.58284 13.1709C1.61711 12.9232 1.6716 12.6443 1.74617 12.3326L2.58434 9.36594C2.6589 9.08187 2.72228 8.81271 2.77305 8.55818C2.82453 8.30522 2.84934 8.07249 2.84934 7.86298C2.84934 7.48412 2.7709 7.21912 2.61474 7.07013C2.45857 6.92157 2.16059 6.84614 1.71821 6.84614C1.50153 6.84614 1.27883 6.88084 1.05183 6.94796C0.823829 7.01535 0.62895 7.08046 0.465332 7.14097L0.689464 6.22637C1.23854 6.00281 1.76338 5.81138 2.26542 5.65249C2.76746 5.49318 3.24182 5.41345 3.69051 5.41345C4.49684 5.41345 5.11905 5.60832 5.55599 5.99808C5.99292 6.38813 6.21132 6.89375 6.21132 7.51682C6.21132 7.64573 6.19698 7.87288 6.16615 8.19753C6.13603 8.5229 6.07997 8.82103 5.99823 9.0922L5.16365 12.0469C5.09525 12.2843 5.03373 12.5556 4.98024 12.8609C4.92503 13.1641 4.89865 13.3959 4.89865 13.5513C4.89865 13.9437 4.98612 14.2115 5.1615 14.3539C5.33816 14.4963 5.64246 14.5672 6.07466 14.5672C6.27757 14.5672 6.50844 14.5312 6.76498 14.4605C7.0208 14.3898 7.20737 14.3277 7.32309 14.2733ZM7.53475 1.86849C7.53475 2.38329 7.34073 2.82295 6.95083 3.18446C6.56193 3.54725 6.0933 3.7288 5.54509 3.7288C4.99515 3.7288 4.52538 3.54725 4.13204 3.18446C3.73941 2.8228 3.54267 2.38329 3.54267 1.86849C3.54267 1.35469 3.73941 0.91431 4.13204 0.548213C4.52466 0.18269 4.9953 0 5.54509 0C6.09316 0 6.56193 0.18312 6.95083 0.548213C7.34101 0.91431 7.53475 1.35483 7.53475 1.86849Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<svg width="14" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.4095 5.32067C8.41256 5.33569 8.41816 5.34969 8.42248 5.3642C8.42758 5.38151 8.43165 5.39882 8.43852 5.41562C8.44565 5.43267 8.45532 5.4482 8.46423 5.46449C8.47136 5.47722 8.47696 5.49071 8.48536 5.50318C8.52252 5.55893 8.57037 5.60703 8.62637 5.6442C8.6391 5.65285 8.6531 5.65871 8.66634 5.66609C8.68212 5.67474 8.69714 5.68416 8.71394 5.69103C8.73099 5.69816 8.74856 5.70223 8.76612 5.70733C8.78037 5.7114 8.79412 5.717 8.80888 5.72005C8.84172 5.72642 8.87532 5.72998 8.90867 5.72998L11.9632 5.72998C12.2442 5.72998 12.4723 5.50191 12.4723 5.22089C12.4723 4.93987 12.2442 4.7118 11.9632 4.7118L10.1376 4.7118L13.8504 0.998999C14.0492 0.800199 14.0492 0.477945 13.8504 0.279145C13.7511 0.179618 13.6208 0.129981 13.4905 0.129981C13.3602 0.129981 13.2298 0.179618 13.1306 0.279145L9.41776 3.99194L9.41776 2.16634C9.41776 1.88533 9.18968 1.65725 8.90867 1.65725C8.62739 1.65725 8.39958 1.88533 8.39958 2.16634L8.39957 5.22089C8.39957 5.25423 8.40314 5.28758 8.4095 5.32067Z" fill="currentColor"/>
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.869116 13.9808L4.58192 10.268L4.58192 12.0936C4.58192 12.3746 4.80973 12.6027 5.09101 12.6027C5.37228 12.6027 5.6001 12.3746 5.6001 12.0936L5.6001 9.03904C5.6001 9.00569 5.59653 8.97235 5.58992 8.93925C5.58712 8.92424 5.58152 8.91024 5.57719 8.89573C5.5721 8.87842 5.56803 8.86111 5.56115 8.84431C5.55403 8.82725 5.54435 8.81173 5.53544 8.79569C5.52832 8.78271 5.52272 8.76922 5.51432 8.75674C5.47715 8.701 5.4293 8.65289 5.3733 8.61573C5.36083 8.60733 5.34708 8.60147 5.33384 8.59434C5.31806 8.58569 5.30253 8.57602 5.28573 8.56889C5.26893 8.56202 5.25137 8.55794 5.23406 8.55285C5.21955 8.54853 5.20581 8.54293 5.19079 8.54013C5.1577 8.53351 5.12435 8.52994 5.09101 8.52994L2.03646 8.52994C1.75544 8.52994 1.52737 8.75802 1.52737 9.03904C1.52737 9.32005 1.75544 9.54813 2.03646 9.54813L3.86206 9.54813L0.149262 13.2609C-0.0495386 13.4597 -0.0495386 13.782 0.149261 13.9808C0.347807 14.1796 0.67057 14.1796 0.869116 13.9808Z" fill="currentColor"/>
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.09052 1.65676C4.80925 1.65676 4.58143 1.88484 4.58143 2.16586L4.58143 3.99146L0.868883 0.27891C0.76961 0.179637 0.639283 0.130001 0.508955 0.130001C0.378882 0.130001 0.248555 0.179637 0.149028 0.27891C-0.0497718 0.47771 -0.0497718 0.800219 0.149028 0.999019L3.86157 4.71131L2.03597 4.71131C1.75495 4.71131 1.52688 4.93938 1.52688 5.2204C1.52688 5.50142 1.75495 5.72949 2.03597 5.72949L5.09052 5.72949C5.12386 5.72949 5.15721 5.72593 5.1903 5.71956C5.20506 5.71651 5.21881 5.71091 5.23306 5.70684C5.25063 5.70175 5.26819 5.69767 5.28525 5.69055C5.30205 5.68367 5.31706 5.674 5.33285 5.6656C5.34634 5.65822 5.36008 5.65236 5.37281 5.64371C5.42881 5.60655 5.47666 5.55844 5.51383 5.50269C5.52223 5.49022 5.52783 5.47673 5.53495 5.464C5.54386 5.44771 5.55354 5.43218 5.56066 5.41513C5.56754 5.39833 5.57161 5.38102 5.5767 5.36371C5.58103 5.3492 5.58663 5.3352 5.58943 5.32018C5.59605 5.28709 5.59961 5.25375 5.59961 5.2204L5.59961 2.16586C5.59961 1.88484 5.37179 1.65676 5.09052 1.65676Z" fill="currentColor"/>
|
|
5
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.9089 12.6024C9.18992 12.6024 9.41799 12.3743 9.41799 12.0933L9.41799 10.2677L13.1308 13.9808C13.3296 14.1796 13.6521 14.1796 13.8509 13.9808C14.0497 13.782 14.0497 13.4595 13.8509 13.2607L10.1378 9.54787L11.9634 9.54787C12.2445 9.54787 12.4725 9.3198 12.4725 9.03878C12.4725 8.75776 12.2445 8.52969 11.9634 8.52969L8.9089 8.52969C8.87555 8.52969 8.84221 8.53325 8.80912 8.53987C8.7941 8.54267 8.78035 8.54827 8.76585 8.5526C8.74854 8.55769 8.73097 8.56176 8.71417 8.56864C8.69737 8.57576 8.68185 8.58544 8.66606 8.59409C8.65283 8.60122 8.63908 8.60707 8.62661 8.61547C8.57061 8.65264 8.52276 8.70074 8.48559 8.75649C8.47719 8.76896 8.47159 8.78245 8.46446 8.79544C8.45555 8.81147 8.44588 8.827 8.43875 8.84405C8.43188 8.86085 8.42781 8.87816 8.42272 8.89547C8.41839 8.90998 8.41279 8.92398 8.40974 8.939C8.40337 8.97209 8.39981 9.00544 8.39981 9.03878L8.39981 12.0933C8.39981 12.3743 8.62763 12.6024 8.9089 12.6024Z" fill="currentColor"/>
|
|
6
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M7.84022 8.49669C7.89307 8.49865 7.94605 8.49999 7.99952 8.49999C8.04908 8.49999 8.0984 8.49889 8.14759 8.49706C9.26673 8.52123 10.3674 8.81737 11.34 9.35863C11.6416 9.52648 12.0222 9.41808 12.1901 9.11645C12.3579 8.81481 12.2495 8.43419 11.9479 8.26635C11.5001 8.0172 11.0295 7.81188 10.5437 7.65221C11.5786 6.87634 12.2495 5.64001 12.2495 4.25C12.2495 1.90649 10.3429 0 7.99952 0C5.65601 0 3.74952 1.90649 3.74952 4.25C3.74952 5.64086 4.42115 6.87792 5.45716 7.65368C4.50807 7.96606 3.61744 8.45202 2.8379 9.09313C1.40883 10.2687 0.415176 11.9083 0.0400542 13.7101C-0.0774994 14.2746 0.0633697 14.8545 0.426406 15.301C0.787612 15.7452 1.32338 16 1.89613 16H6.78077C7.12586 16 7.40577 15.7202 7.40577 15.375C7.40577 15.0298 7.12586 14.75 6.78077 14.75H1.89613C1.62929 14.75 1.4684 14.6011 1.39613 14.5123C1.2715 14.359 1.22328 14.1595 1.26381 13.9648C1.91285 10.8473 4.66407 8.57055 7.84022 8.49669ZM4.99952 4.25C4.99952 2.59582 6.34522 1.25 7.99952 1.25C9.65369 1.25 10.9995 2.59582 10.9995 4.25C10.9995 5.85436 9.73365 7.16845 8.14832 7.24633C8.09864 7.24535 8.04908 7.24474 7.99952 7.24474C7.95069 7.24474 7.90198 7.24548 7.85328 7.24633C6.26673 7.16991 4.99952 5.85522 4.99952 4.25ZM15.9995 11.6196C16.0001 12.0371 15.8369 12.4294 15.5402 12.7246L14.3777 13.8806C14.2557 14.0019 14.0963 14.0625 13.937 14.0625C13.7765 14.0625 13.616 14.001 13.4938 13.8782C13.2504 13.6334 13.2515 13.2378 13.4962 12.9944L14.2754 12.2195H10.7335C10.0358 12.2195 9.46827 12.7871 9.46827 13.4847C9.46827 14.1824 10.0289 14.75 10.7183 14.75C11.0634 14.75 11.3433 15.0298 11.3433 15.375C11.3433 15.7202 11.0634 16 10.7183 16C10.046 16 9.41614 15.7375 8.94483 15.2608C8.4762 14.787 8.21827 14.1562 8.21827 13.4847C8.21827 12.0978 9.34656 10.9695 10.7335 10.9695H14.218L13.4974 10.2569C13.2521 10.0141 13.2498 9.6184 13.4926 9.37304C13.7352 9.12768 14.131 9.12536 14.3765 9.36815L15.5371 10.5159C15.8347 10.8102 15.9989 11.2021 15.9995 11.6196Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.47905 2.14357C6.12624 2.49637 5.88387 3.12668 5.88387 4.31484V4.33548H7.34968C8.69055 4.33548 9.83057 4.59892 10.6158 5.38417C11.4011 6.16943 11.6645 7.30945 11.6645 8.65032V10.1161H11.6852C12.8733 10.1161 13.5036 9.87376 13.8564 9.52095C14.2092 9.16814 14.4516 8.53784 14.4516 7.34968V4.31484C14.4516 3.12668 14.2092 2.49637 13.8564 2.14357C13.5036 1.79076 12.8733 1.54839 11.6852 1.54839H8.65032C7.46216 1.54839 6.83186 1.79076 6.47905 2.14357ZM11.6645 11.6645H11.6852C13.026 11.6645 14.166 11.4011 14.9513 10.6158C15.7366 9.83057 16 8.69055 16 7.34968V4.31484C16 2.97396 15.7366 1.83395 14.9513 1.04869C14.166 0.263433 13.026 0 11.6852 0H8.65032C7.30945 0 6.16943 0.263433 5.38417 1.04869C4.59892 1.83395 4.33548 2.97396 4.33548 4.31484V4.33548H4.31484C2.97396 4.33548 1.83395 4.59892 1.04869 5.38417C0.263433 6.16943 0 7.30945 0 8.65032V11.6852C0 13.026 0.263433 14.166 1.04869 14.9513C1.83395 15.7366 2.97396 16 4.31484 16H7.34968C8.69055 16 9.83057 15.7366 10.6158 14.9513C11.4011 14.166 11.6645 13.026 11.6645 11.6852V11.6645ZM10.1161 8.65032C10.1161 7.46216 9.87376 6.83186 9.52095 6.47905C9.16814 6.12624 8.53784 5.88387 7.34968 5.88387H4.31484C3.12668 5.88387 2.49637 6.12624 2.14357 6.47905C1.79076 6.83186 1.54839 7.46216 1.54839 8.65032V11.6852C1.54839 12.8733 1.79076 13.5036 2.14357 13.8564C2.49637 14.2092 3.12668 14.4516 4.31484 14.4516H7.34968C8.53784 14.4516 9.16814 14.2092 9.52095 13.8564C9.87376 13.5036 10.1161 12.8733 10.1161 11.6852V8.65032Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.4756 6.76071V8.19947C11.4756 8.73156 9.91947 9.16302 8 9.16302C6.08053 9.16302 4.52444 8.73173 4.52444 8.19947V6.76071C4.52444 6.7344 4.5376 6.71182 4.56036 6.69885C4.58311 6.68587 4.60924 6.68605 4.63182 6.69956C5.55129 7.24676 7.39342 7.31307 7.99982 7.31307C8.60622 7.31307 10.4484 7.24676 11.3678 6.69956C11.3904 6.68605 11.4165 6.68587 11.4393 6.69885C11.4624 6.71182 11.4756 6.7344 11.4756 6.76071ZM12.6032 8.94151H15.3159C15.6921 8.94151 16 9.24925 16 9.6256V10.949C16 11.3252 15.6923 11.6331 15.3159 11.6331H12.6032C12.227 11.6331 11.9191 11.3253 11.9191 10.949V9.6256C11.9191 9.24942 12.227 8.94151 12.6032 8.94151ZM3.65689 5.87058C3.77476 5.87058 3.87022 5.96604 3.87022 6.08391C3.87022 6.20178 3.77476 6.29725 3.65689 6.29725H2.25387V7.24356C2.4272 7.32409 2.5472 7.49973 2.5472 7.70329C2.5472 7.98311 2.32036 8.20996 2.04053 8.20996C1.76071 8.20996 1.53387 7.98311 1.53387 7.70329C1.53387 7.49973 1.65404 7.32409 1.8272 7.24356V6.08391C1.8272 5.96604 1.92267 5.87058 2.04053 5.87058H3.65689ZM14.1728 7.24356C14.3461 7.32409 14.4661 7.49973 14.4661 7.70329C14.4661 7.98311 14.2393 8.20996 13.9595 8.20996C13.6796 8.20996 13.4528 7.98311 13.4528 7.70329C13.4528 7.49956 13.573 7.32409 13.7461 7.24356V6.29725H12.3431C12.2252 6.29725 12.1298 6.20178 12.1298 6.08391C12.1298 5.96604 12.2252 5.87058 12.3431 5.87058H13.9595C14.0773 5.87058 14.1728 5.96604 14.1728 6.08391V7.24356ZM8.21333 11.3625C8.38667 11.443 8.50667 11.6185 8.50667 11.8222C8.50667 12.102 8.27982 12.3289 8 12.3289C7.72018 12.3289 7.49333 12.102 7.49333 11.8222C7.49333 11.6187 7.61351 11.443 7.78667 11.3625V9.79858C7.78667 9.68071 7.88213 9.58525 8 9.58525C8.11787 9.58525 8.21333 9.68071 8.21333 9.79858V11.3625ZM0.684089 8.94151H3.3968C3.77298 8.94151 4.08089 9.24925 4.08089 9.6256V10.949C4.08089 11.3252 3.77316 11.6331 3.3968 11.6331H0.684089C0.307911 11.6331 0 11.3252 0 10.949V9.6256C0 9.24942 0.307911 8.94151 0.684089 8.94151ZM1.13013 10.8976H2.95058C3.06844 10.8976 3.16391 10.8021 3.16391 10.6843C3.16391 10.5664 3.06844 10.4709 2.95058 10.4709H1.13013C1.01227 10.4709 0.9168 10.5664 0.9168 10.6843C0.9168 10.8021 1.01244 10.8976 1.13013 10.8976ZM1.13013 10.1038H2.95058C3.06844 10.1038 3.16391 10.0084 3.16391 9.89049C3.16391 9.77262 3.06844 9.67716 2.95058 9.67716H1.13013C1.01227 9.67716 0.9168 9.77262 0.9168 9.89049C0.9168 10.0084 1.01244 10.1038 1.13013 10.1038ZM6.64356 13.0231H9.35644C9.73262 13.0231 10.0405 13.331 10.0405 13.7072V15.0306C10.0405 15.4068 9.7328 15.7147 9.35644 15.7147H6.64356C6.26738 15.7147 5.95947 15.4068 5.95947 15.0306V13.7072C5.95964 13.3308 6.26738 13.0231 6.64356 13.0231ZM7.08978 14.979H8.91022C9.02809 14.979 9.12356 14.8836 9.12356 14.7657C9.12356 14.6478 9.02809 14.5524 8.91022 14.5524H7.08978C6.97191 14.5524 6.87644 14.6478 6.87644 14.7657C6.87644 14.8836 6.97191 14.979 7.08978 14.979ZM7.08978 14.1852H8.91022C9.02809 14.1852 9.12356 14.0898 9.12356 13.9719C9.12356 13.854 9.02809 13.7586 8.91022 13.7586H7.08978C6.97191 13.7586 6.87644 13.854 6.87644 13.9719C6.87644 14.0898 6.97191 14.1852 7.08978 14.1852ZM13.0492 10.8976H14.8697C14.9876 10.8976 15.083 10.8021 15.083 10.6843C15.083 10.5664 14.9876 10.4709 14.8697 10.4709H13.0492C12.9314 10.4709 12.8359 10.5664 12.8359 10.6843C12.8359 10.8021 12.9316 10.8976 13.0492 10.8976ZM13.0492 10.1038H14.8697C14.9876 10.1038 15.083 10.0084 15.083 9.89049C15.083 9.77262 14.9876 9.67716 14.8697 9.67716H13.0492C12.9314 9.67716 12.8359 9.77262 12.8359 9.89049C12.8359 10.0084 12.9316 10.1038 13.0492 10.1038ZM8 0.285156C9.91947 0.285156 11.4756 0.716445 11.4756 1.24871C11.4756 1.7808 9.91947 2.21227 8 2.21227C6.08053 2.21227 4.52444 1.78098 4.52444 1.24871C4.52444 0.716445 6.08053 0.285156 8 0.285156ZM11.4756 2.01209C11.4756 1.98578 11.4624 1.96302 11.4393 1.95022C11.4164 1.93725 11.39 1.93778 11.3675 1.95147C10.6898 2.36267 9.43538 2.63876 8 2.63876C6.56462 2.63876 5.31022 2.36267 4.63253 1.95129C4.60996 1.9376 4.58382 1.93725 4.56071 1.95005C4.53778 1.96302 4.52444 1.9856 4.52444 2.01191V3.45885C4.52444 3.99093 6.08053 4.4224 8 4.4224C9.91947 4.4224 11.4756 3.99111 11.4756 3.45885V2.01209ZM9.45778 3.25067C9.57422 3.23556 9.68089 3.31751 9.69618 3.43396C9.71129 3.5504 9.62933 3.65707 9.51289 3.67236C9.38489 3.68907 9.25458 3.70364 9.12231 3.71591C8.98364 3.72889 8.84996 3.73884 8.72107 3.74631C8.60373 3.75271 8.50329 3.66276 8.49689 3.54542C8.49049 3.42809 8.58044 3.32765 8.69778 3.32125C8.83164 3.3136 8.96071 3.304 9.08391 3.29262C9.20711 3.28124 9.33173 3.2672 9.45778 3.25067ZM10.4039 3.0656C10.5172 3.03431 10.6343 3.1008 10.6656 3.21387C10.6969 3.32711 10.6304 3.44427 10.5173 3.47556L10.4656 3.48996C10.4617 3.49102 10.4578 3.49191 10.4539 3.4928L10.4123 3.50329C10.2987 3.53227 10.1829 3.46364 10.154 3.35004C10.125 3.23644 10.1936 3.12071 10.3072 3.09173C10.3191 3.08871 10.3131 3.09013 10.3467 3.08107L10.3556 3.0784C10.394 3.06827 10.3961 3.06791 10.4039 3.0656ZM11.4756 5.92302V4.29689C11.4756 4.27058 11.4624 4.248 11.4396 4.23502C11.4169 4.22205 11.3908 4.22222 11.3682 4.23573C10.4485 4.78293 8.6064 4.84925 8 4.84925C7.3936 4.84925 5.55147 4.78293 4.632 4.23573C4.60942 4.22222 4.58329 4.22205 4.56053 4.23502C4.53778 4.248 4.52462 4.27058 4.52462 4.29689V5.92302C4.52462 6.45511 6.08071 6.88658 8.00018 6.88658C9.91947 6.88658 11.4756 6.45511 11.4756 5.92302ZM10.4039 5.41333C10.5172 5.38205 10.6343 5.44853 10.6656 5.5616C10.6969 5.67484 10.6304 5.792 10.5173 5.82329L10.466 5.83751C10.4416 5.84409 10.4699 5.83627 10.4123 5.85102C10.2987 5.88 10.1829 5.81138 10.154 5.69778C10.125 5.58418 10.1936 5.46845 10.3072 5.43947C10.3303 5.4336 10.2978 5.4416 10.3559 5.42613L10.4039 5.41333ZM9.45778 5.5984C9.57422 5.58329 9.68089 5.66525 9.69618 5.78169C9.71147 5.89813 9.62933 6.0048 9.51289 6.02009C9.38329 6.03716 9.25138 6.05173 9.11751 6.06418C8.98044 6.07698 8.84818 6.08676 8.72107 6.09405C8.60373 6.10045 8.50329 6.01049 8.49689 5.89316C8.49049 5.77582 8.58044 5.67538 8.69778 5.66898C8.83022 5.66133 8.95769 5.65191 9.07929 5.64071C9.20409 5.62916 9.33031 5.61511 9.45778 5.5984ZM9.45778 7.968C9.33191 7.98453 9.20711 7.9984 9.08373 8.00996C8.96036 8.02151 8.83147 8.03093 8.6976 8.03858C8.58027 8.04498 8.49031 8.14542 8.49671 8.26276C8.50311 8.38009 8.60356 8.47005 8.72089 8.46364C8.84978 8.45618 8.98347 8.44622 9.12213 8.43324C9.2544 8.42098 9.38471 8.4064 9.51271 8.38969C9.62916 8.37458 9.71129 8.26773 9.696 8.15129C9.68071 8.03485 9.57422 7.95289 9.45778 7.968ZM10.4039 7.78311L10.3559 7.79609C10.2978 7.81156 10.3303 7.80338 10.3072 7.80925C10.1936 7.83822 10.1248 7.95396 10.154 8.06756C10.1829 8.18116 10.2987 8.24996 10.4123 8.2208C10.4699 8.20605 10.4416 8.21387 10.466 8.20747L10.5173 8.19307C10.6306 8.16178 10.6969 8.04462 10.6656 7.93138C10.6341 7.81813 10.517 7.75182 10.4039 7.78311Z" fill="#71347B"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.48803 1.70971C6.4601 1.80125 6.43972 1.91361 6.40849 2.09629L6.33556 2.52397C6.64091 2.51771 6.94626 2.51458 7.25163 2.51458C8.05692 2.51458 8.86291 2.52769 9.66883 2.55365L9.59082 2.0997C9.56177 1.92423 9.54209 1.81412 9.5147 1.72387C9.50233 1.68311 9.49134 1.65716 9.48316 1.64112C9.4792 1.63336 9.47612 1.62836 9.47418 1.62546C9.47293 1.6236 9.47162 1.6219 9.47162 1.6219L9.46998 1.6208C9.46647 1.61857 9.45225 1.61003 9.42008 1.59939C9.35116 1.5766 9.2127 1.54839 8.9611 1.54839H7.03886C6.68779 1.54839 6.55959 1.59822 6.5253 1.61748C6.51964 1.62644 6.50554 1.65232 6.48803 1.70971ZM6.51496 1.62494C6.51496 1.62494 6.51696 1.62238 6.52324 1.61867C6.51848 1.62332 6.51496 1.62494 6.51496 1.62494ZM11.3534 2.62657C12.4669 2.68706 13.5793 2.77177 14.6885 2.88003C15.1419 2.92428 15.4712 3.30491 15.4241 3.73019C15.3769 4.15547 14.9711 4.46435 14.5177 4.4201C12.1021 4.18434 9.67279 4.06296 7.25163 4.06296C5.82818 4.06296 4.40456 4.13377 2.98062 4.27542L2.97809 4.27567L1.48139 4.42019C1.02793 4.46397 0.622494 4.15467 0.575815 3.72934C0.529136 3.30401 0.858892 2.92372 1.31235 2.87994L2.80652 2.73567L2.80776 2.73555C3.42263 2.6744 4.03755 2.62593 4.65251 2.59016L4.77848 1.85141C4.78159 1.83322 4.78485 1.81359 4.78821 1.79332C4.83672 1.5009 4.91938 1.00259 5.26319 0.618609C5.68632 0.146048 6.32166 0 7.03886 0H8.9611C9.69127 0 10.3245 0.159309 10.7437 0.635061C11.0868 1.02449 11.1672 1.52276 11.2137 1.81076C11.2165 1.8279 11.2191 1.8443 11.2217 1.85988L11.2221 1.86211L11.3534 2.62657ZM2.92363 5.16068C3.37862 5.13445 3.77014 5.45915 3.79811 5.88592L4.27473 13.1583L4.27487 13.1603C4.29577 13.454 4.31266 13.6714 4.35074 13.8576C4.38756 14.0376 4.43422 14.1315 4.47685 14.1861C4.5259 14.249 4.71643 14.4516 5.64487 14.4516H10.3551C11.2835 14.4516 11.4741 14.249 11.5231 14.1861C11.5657 14.1315 11.6124 14.0376 11.6492 13.8576C11.6873 13.6713 11.7042 13.4539 11.7251 13.1602L11.7252 13.1583L12.2019 5.88592C12.2298 5.45915 12.6213 5.13445 13.0763 5.16068C13.5313 5.18692 13.8775 5.55415 13.8495 5.98092L13.3724 13.2614L13.371 13.2803C13.3519 13.5485 13.3299 13.8584 13.2705 14.1492C13.2082 14.4536 13.0953 14.7928 12.8555 15.1003C12.3396 15.7618 11.4736 16 10.3551 16H5.64487C4.52634 16 3.66038 15.7618 3.14449 15.1003C2.90466 14.7928 2.79174 14.4536 2.72951 14.1492C2.67003 13.8584 2.64801 13.5485 2.62895 13.2803L2.62761 13.2614L2.62733 13.2573L2.15044 5.98092C2.12247 5.55415 2.46864 5.18692 2.92363 5.16068ZM5.34039 8.36129C5.34039 7.93371 5.70993 7.5871 6.16578 7.5871H9.83418C10.29 7.5871 10.6596 7.93371 10.6596 8.36129C10.6596 8.78887 10.29 9.13548 9.83418 9.13548H6.16578C5.70993 9.13548 5.34039 8.78887 5.34039 8.36129ZM5.94935 11.2516C5.94935 10.824 6.31889 10.4774 6.77474 10.4774H9.21789C9.67374 10.4774 10.0433 10.824 10.0433 11.2516C10.0433 11.6792 9.67374 12.0258 9.21789 12.0258H6.77474C6.31889 12.0258 5.94935 11.6792 5.94935 11.2516Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<mask id="path-1-inside-1_15_1209" fill="white">
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.5326 0.217769C20.5315 -0.0725897 19.4684 -0.0725897 18.4674 0.217769C17.821 0.4053 17.2694 0.730828 16.7257 1.1273C16.2076 1.50513 15.618 2.00757 14.9165 2.6054L14.9165 2.60544L14.556 2.9126C13.9283 3.44749 13.757 3.58556 13.5806 3.68605C13.399 3.78954 13.2051 3.86986 13.0035 3.92509C12.8077 3.97875 12.5889 4.00232 11.7668 4.06791L11.2947 4.10558C10.3759 4.17888 9.6038 4.2405 8.97024 4.33971C8.30544 4.44384 7.68528 4.60362 7.09554 4.92817C6.18235 5.43072 5.4307 6.18235 4.92817 7.09554C4.6036 7.68528 4.44382 8.30544 4.33971 8.97024C4.2405 9.60367 4.17891 10.3757 4.10563 11.2942L4.10558 11.2947L4.06791 11.7668C4.00232 12.5889 3.97875 12.8077 3.9251 13.0035C3.86986 13.2051 3.78954 13.399 3.68605 13.5806C3.58554 13.757 3.44749 13.9284 2.91258 14.556L2.60542 14.9165C2.00757 15.618 1.50514 16.2076 1.1273 16.7258C0.730829 17.2693 0.4053 17.8209 0.217769 18.4674C-0.0725897 19.4685 -0.0725897 20.5314 0.217769 21.5325C0.4053 22.179 0.730829 22.7306 1.1273 23.2743C1.50512 23.7925 2.00757 24.382 2.6054 25.0834L2.91258 25.4439C3.44749 26.0715 3.58554 26.243 3.68605 26.4194C3.78954 26.601 3.86986 26.7949 3.9251 26.9966C3.97875 27.1922 4.00232 27.4111 4.06791 28.2331L4.10558 28.7052C4.17888 29.6241 4.24048 30.3961 4.33971 31.0296C4.44382 31.6944 4.6036 32.3146 4.92817 32.9044C5.4307 33.8176 6.18235 34.5692 7.09554 35.0717C7.68528 35.3964 8.30544 35.5561 8.97024 35.6603C9.60384 35.7595 10.376 35.8211 11.2949 35.8944L11.7668 35.932C12.5889 35.9976 12.8077 36.0212 13.0035 36.0748C13.2051 36.13 13.399 36.2105 13.5806 36.3139C13.757 36.4143 13.9283 36.5525 14.556 37.0873L14.9165 37.3946L14.9215 37.3988C15.6208 37.9947 16.2088 38.4958 16.7257 38.8726C17.2694 39.2691 17.821 39.5946 18.4674 39.7822C19.4684 40.0725 20.5315 40.0725 21.5326 39.7822C22.179 39.5946 22.7305 39.2691 23.2743 38.8726C23.7917 38.4954 24.3805 37.9936 25.0807 37.3968L25.0834 37.3946L25.4439 37.0873C26.0716 36.5525 26.2431 36.4143 26.4193 36.3139C26.601 36.2105 26.7948 36.13 26.9965 36.0748C27.1923 36.0212 27.411 35.9976 28.2332 35.932L28.7051 35.8944C29.624 35.8211 30.3962 35.7595 31.0298 35.6603C31.6945 35.5561 32.3147 35.3964 32.9045 35.0717C33.8175 34.5692 34.5693 33.8176 35.0719 32.9044C35.3964 32.3146 35.5562 31.6944 35.6602 31.0296C35.7595 30.3961 35.8211 29.6239 35.8943 28.705L35.9321 28.2331C35.9977 27.4111 36.0211 27.1922 36.0749 26.9966C36.1301 26.7949 36.2104 26.601 36.3138 26.4194C36.4144 26.243 36.5525 26.0715 37.0874 25.4439L37.3947 25.0834L37.4 25.0772C37.9954 24.3783 38.4959 23.7909 38.8727 23.2743C39.2692 22.7306 39.5947 22.179 39.7821 21.5325C40.0726 20.5314 40.0726 19.4685 39.7821 18.4674C39.5947 17.8209 39.2692 17.2693 38.8727 16.7258C38.4948 16.2076 37.9925 15.618 37.3945 14.9165L37.0874 14.556C36.5525 13.9284 36.4144 13.757 36.3138 13.5806C36.2104 13.399 36.1301 13.2051 36.0749 13.0035C36.0211 12.8077 35.9977 12.5889 35.9321 11.7668L35.8943 11.2949C35.8211 10.376 35.7595 9.60384 35.6602 8.97024C35.5562 8.30544 35.3964 7.68528 35.0719 7.09554C34.5693 6.18235 33.8175 5.4307 32.9045 4.92817C32.3147 4.60362 31.6945 4.44384 31.0298 4.33971C30.3962 4.2405 29.624 4.17888 28.7051 4.10558L28.2332 4.06791C27.411 4.00232 27.1923 3.97875 26.9965 3.92509C26.7948 3.86986 26.601 3.78954 26.4193 3.68605C26.2431 3.58556 26.0716 3.44749 25.4439 2.9126L25.0836 2.60544L25.0811 2.60331C24.3806 2.0064 23.7918 1.50469 23.2743 1.1273C22.7305 0.730828 22.179 0.4053 21.5326 0.217769ZM24.9167 13.3333H27.5C27.721 13.3333 27.933 13.4211 28.0893 13.5774C28.2456 13.7337 28.3333 13.9456 28.3333 14.1666C28.3333 14.3876 28.2456 14.5996 28.0893 14.7559C27.933 14.9122 27.721 15 27.5 15H26.6667V25.8333C26.6654 26.938 26.2259 27.997 25.4448 28.7781C24.6637 29.5592 23.6047 29.9986 22.5 30H17.5C16.3954 29.9986 15.3363 29.5592 14.5552 28.7781C13.7741 27.997 13.3347 26.938 13.3333 25.8333V15H12.5C12.279 15 12.067 14.9122 11.9108 14.7559C11.7545 14.5996 11.6667 14.3876 11.6667 14.1666C11.6667 13.9456 11.7545 13.7337 11.9108 13.5774C12.067 13.4211 12.279 13.3333 12.5 13.3333H15.0833C15.2768 12.3928 15.7885 11.5478 16.5323 10.9406C17.2761 10.3334 18.2065 10.0012 19.1667 9.99997H20.8333C21.7935 10.0012 22.7239 10.3334 23.4677 10.9406C24.2115 11.5478 24.7233 12.3928 24.9167 13.3333ZM20.8333 11.6666H19.1667C18.6498 11.6673 18.1457 11.8278 17.7237 12.1262C17.3016 12.4246 16.9822 12.8462 16.8092 13.3333H23.1908C23.0179 12.8462 22.6984 12.4246 22.2764 12.1262C21.8543 11.8278 21.3502 11.6673 20.8333 11.6666ZM24.2678 27.6011C24.7366 27.1322 25 26.4963 25 25.8333V15H15V25.8333C15 26.4963 15.2634 27.1322 15.7322 27.6011C16.2011 28.0699 16.837 28.3333 17.5 28.3333H22.5C23.1631 28.3333 23.7989 28.0699 24.2678 27.6011ZM18.9226 24.7559C18.7663 24.9122 18.5544 25 18.3333 25C18.1123 25 17.9004 24.9122 17.7441 24.7559C17.5878 24.5996 17.5 24.3876 17.5 24.1666V19.1666C17.5 18.9456 17.5878 18.7337 17.7441 18.5774C17.9004 18.4211 18.1123 18.3333 18.3333 18.3333C18.5544 18.3333 18.7663 18.4211 18.9226 18.5774C19.0789 18.7337 19.1667 18.9456 19.1667 19.1666V24.1666C19.1667 24.3876 19.0789 24.5996 18.9226 24.7559ZM21.6667 25C21.8877 25 22.0997 24.9122 22.2559 24.7559C22.4122 24.5996 22.5 24.3876 22.5 24.1666V19.1666C22.5 18.9456 22.4122 18.7337 22.2559 18.5774C22.0997 18.4211 21.8877 18.3333 21.6667 18.3333C21.4457 18.3333 21.2337 18.4211 21.0774 18.5774C20.9211 18.7337 20.8333 18.9456 20.8333 19.1666V24.1666C20.8333 24.3876 20.9211 24.5996 21.0774 24.7559C21.2337 24.9122 21.4457 25 21.6667 25Z"/>
|
|
4
|
-
</mask>
|
|
5
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.5326 0.217769C20.5315 -0.0725897 19.4684 -0.0725897 18.4674 0.217769C17.821 0.4053 17.2694 0.730828 16.7257 1.1273C16.2076 1.50513 15.618 2.00757 14.9165 2.6054L14.9165 2.60544L14.556 2.9126C13.9283 3.44749 13.757 3.58556 13.5806 3.68605C13.399 3.78954 13.2051 3.86986 13.0035 3.92509C12.8077 3.97875 12.5889 4.00232 11.7668 4.06791L11.2947 4.10558C10.3759 4.17888 9.6038 4.2405 8.97024 4.33971C8.30544 4.44384 7.68528 4.60362 7.09554 4.92817C6.18235 5.43072 5.4307 6.18235 4.92817 7.09554C4.6036 7.68528 4.44382 8.30544 4.33971 8.97024C4.2405 9.60367 4.17891 10.3757 4.10563 11.2942L4.10558 11.2947L4.06791 11.7668C4.00232 12.5889 3.97875 12.8077 3.9251 13.0035C3.86986 13.2051 3.78954 13.399 3.68605 13.5806C3.58554 13.757 3.44749 13.9284 2.91258 14.556L2.60542 14.9165C2.00757 15.618 1.50514 16.2076 1.1273 16.7258C0.730829 17.2693 0.4053 17.8209 0.217769 18.4674C-0.0725897 19.4685 -0.0725897 20.5314 0.217769 21.5325C0.4053 22.179 0.730829 22.7306 1.1273 23.2743C1.50512 23.7925 2.00757 24.382 2.6054 25.0834L2.91258 25.4439C3.44749 26.0715 3.58554 26.243 3.68605 26.4194C3.78954 26.601 3.86986 26.7949 3.9251 26.9966C3.97875 27.1922 4.00232 27.4111 4.06791 28.2331L4.10558 28.7052C4.17888 29.6241 4.24048 30.3961 4.33971 31.0296C4.44382 31.6944 4.6036 32.3146 4.92817 32.9044C5.4307 33.8176 6.18235 34.5692 7.09554 35.0717C7.68528 35.3964 8.30544 35.5561 8.97024 35.6603C9.60384 35.7595 10.376 35.8211 11.2949 35.8944L11.7668 35.932C12.5889 35.9976 12.8077 36.0212 13.0035 36.0748C13.2051 36.13 13.399 36.2105 13.5806 36.3139C13.757 36.4143 13.9283 36.5525 14.556 37.0873L14.9165 37.3946L14.9215 37.3988C15.6208 37.9947 16.2088 38.4958 16.7257 38.8726C17.2694 39.2691 17.821 39.5946 18.4674 39.7822C19.4684 40.0725 20.5315 40.0725 21.5326 39.7822C22.179 39.5946 22.7305 39.2691 23.2743 38.8726C23.7917 38.4954 24.3805 37.9936 25.0807 37.3968L25.0834 37.3946L25.4439 37.0873C26.0716 36.5525 26.2431 36.4143 26.4193 36.3139C26.601 36.2105 26.7948 36.13 26.9965 36.0748C27.1923 36.0212 27.411 35.9976 28.2332 35.932L28.7051 35.8944C29.624 35.8211 30.3962 35.7595 31.0298 35.6603C31.6945 35.5561 32.3147 35.3964 32.9045 35.0717C33.8175 34.5692 34.5693 33.8176 35.0719 32.9044C35.3964 32.3146 35.5562 31.6944 35.6602 31.0296C35.7595 30.3961 35.8211 29.6239 35.8943 28.705L35.9321 28.2331C35.9977 27.4111 36.0211 27.1922 36.0749 26.9966C36.1301 26.7949 36.2104 26.601 36.3138 26.4194C36.4144 26.243 36.5525 26.0715 37.0874 25.4439L37.3947 25.0834L37.4 25.0772C37.9954 24.3783 38.4959 23.7909 38.8727 23.2743C39.2692 22.7306 39.5947 22.179 39.7821 21.5325C40.0726 20.5314 40.0726 19.4685 39.7821 18.4674C39.5947 17.8209 39.2692 17.2693 38.8727 16.7258C38.4948 16.2076 37.9925 15.618 37.3945 14.9165L37.0874 14.556C36.5525 13.9284 36.4144 13.757 36.3138 13.5806C36.2104 13.399 36.1301 13.2051 36.0749 13.0035C36.0211 12.8077 35.9977 12.5889 35.9321 11.7668L35.8943 11.2949C35.8211 10.376 35.7595 9.60384 35.6602 8.97024C35.5562 8.30544 35.3964 7.68528 35.0719 7.09554C34.5693 6.18235 33.8175 5.4307 32.9045 4.92817C32.3147 4.60362 31.6945 4.44384 31.0298 4.33971C30.3962 4.2405 29.624 4.17888 28.7051 4.10558L28.2332 4.06791C27.411 4.00232 27.1923 3.97875 26.9965 3.92509C26.7948 3.86986 26.601 3.78954 26.4193 3.68605C26.2431 3.58556 26.0716 3.44749 25.4439 2.9126L25.0836 2.60544L25.0811 2.60331C24.3806 2.0064 23.7918 1.50469 23.2743 1.1273C22.7305 0.730828 22.179 0.4053 21.5326 0.217769ZM24.9167 13.3333H27.5C27.721 13.3333 27.933 13.4211 28.0893 13.5774C28.2456 13.7337 28.3333 13.9456 28.3333 14.1666C28.3333 14.3876 28.2456 14.5996 28.0893 14.7559C27.933 14.9122 27.721 15 27.5 15H26.6667V25.8333C26.6654 26.938 26.2259 27.997 25.4448 28.7781C24.6637 29.5592 23.6047 29.9986 22.5 30H17.5C16.3954 29.9986 15.3363 29.5592 14.5552 28.7781C13.7741 27.997 13.3347 26.938 13.3333 25.8333V15H12.5C12.279 15 12.067 14.9122 11.9108 14.7559C11.7545 14.5996 11.6667 14.3876 11.6667 14.1666C11.6667 13.9456 11.7545 13.7337 11.9108 13.5774C12.067 13.4211 12.279 13.3333 12.5 13.3333H15.0833C15.2768 12.3928 15.7885 11.5478 16.5323 10.9406C17.2761 10.3334 18.2065 10.0012 19.1667 9.99997H20.8333C21.7935 10.0012 22.7239 10.3334 23.4677 10.9406C24.2115 11.5478 24.7233 12.3928 24.9167 13.3333ZM20.8333 11.6666H19.1667C18.6498 11.6673 18.1457 11.8278 17.7237 12.1262C17.3016 12.4246 16.9822 12.8462 16.8092 13.3333H23.1908C23.0179 12.8462 22.6984 12.4246 22.2764 12.1262C21.8543 11.8278 21.3502 11.6673 20.8333 11.6666ZM24.2678 27.6011C24.7366 27.1322 25 26.4963 25 25.8333V15H15V25.8333C15 26.4963 15.2634 27.1322 15.7322 27.6011C16.2011 28.0699 16.837 28.3333 17.5 28.3333H22.5C23.1631 28.3333 23.7989 28.0699 24.2678 27.6011ZM18.9226 24.7559C18.7663 24.9122 18.5544 25 18.3333 25C18.1123 25 17.9004 24.9122 17.7441 24.7559C17.5878 24.5996 17.5 24.3876 17.5 24.1666V19.1666C17.5 18.9456 17.5878 18.7337 17.7441 18.5774C17.9004 18.4211 18.1123 18.3333 18.3333 18.3333C18.5544 18.3333 18.7663 18.4211 18.9226 18.5774C19.0789 18.7337 19.1667 18.9456 19.1667 19.1666V24.1666C19.1667 24.3876 19.0789 24.5996 18.9226 24.7559ZM21.6667 25C21.8877 25 22.0997 24.9122 22.2559 24.7559C22.4122 24.5996 22.5 24.3876 22.5 24.1666V19.1666C22.5 18.9456 22.4122 18.7337 22.2559 18.5774C22.0997 18.4211 21.8877 18.3333 21.6667 18.3333C21.4457 18.3333 21.2337 18.4211 21.0774 18.5774C20.9211 18.7337 20.8333 18.9456 20.8333 19.1666V24.1666C20.8333 24.3876 20.9211 24.5996 21.0774 24.7559C21.2337 24.9122 21.4457 25 21.6667 25Z" fill="url(#paint0_linear_15_1209)"/>
|
|
6
|
-
<path d="M18.4674 0.217769L18.1888 -0.742648L18.1887 -0.742627L18.4674 0.217769ZM21.5326 0.217769L21.8112 -0.742627L21.8112 -0.742648L21.5326 0.217769ZM16.7257 1.1273L16.1365 0.319278L16.1365 0.319311L16.7257 1.1273ZM14.9165 2.6054L15.5567 3.37367L15.5651 3.3665L14.9165 2.6054ZM14.9165 2.60544L14.2762 1.83717L14.2678 1.84432L14.9165 2.60544ZM14.556 2.9126L15.2046 3.67372L15.2046 3.67371L14.556 2.9126ZM13.5806 3.68605L13.0855 2.81718L13.0855 2.81719L13.5806 3.68605ZM13.0035 3.92509L12.7393 2.96063L12.7392 2.96066L13.0035 3.92509ZM11.7668 4.06791L11.8464 5.06475L11.8464 5.06474L11.7668 4.06791ZM11.2947 4.10558L11.3742 5.10242L11.3743 5.10242L11.2947 4.10558ZM8.97024 4.33971L8.81554 3.35175L8.8155 3.35175L8.97024 4.33971ZM7.09554 4.92817L6.6134 4.05207L6.61339 4.05207L7.09554 4.92817ZM4.92817 7.09554L5.80425 7.57769L5.80427 7.57766L4.92817 7.09554ZM4.33971 8.97024L5.32766 9.12498L5.32767 9.12496L4.33971 8.97024ZM4.10563 11.2942L5.10245 11.3738L5.10246 11.3737L4.10563 11.2942ZM4.10558 11.2947L3.10876 11.2151L3.10875 11.2152L4.10558 11.2947ZM4.06791 11.7668L5.06475 11.8464V11.8464L4.06791 11.7668ZM3.9251 13.0035L2.96066 12.7392L2.96063 12.7393L3.9251 13.0035ZM3.68605 13.5806L4.55487 14.0757L4.55491 14.0757L3.68605 13.5806ZM2.91258 14.556L2.15148 13.9074L2.15145 13.9074L2.91258 14.556ZM2.60542 14.9165L3.36652 15.5651L3.36655 15.5651L2.60542 14.9165ZM1.1273 16.7258L1.93521 17.3151L1.93528 17.315L1.1273 16.7258ZM0.217769 18.4674L1.17819 18.746L1.17819 18.746L0.217769 18.4674ZM0.217769 21.5325L1.17819 21.2539L1.17819 21.2539L0.217769 21.5325ZM1.1273 23.2743L0.319278 23.8635L0.319297 23.8635L1.1273 23.2743ZM2.6054 25.0834L3.36654 24.4349L3.36646 24.4348L2.6054 25.0834ZM2.91258 25.4439L2.15144 26.0925L2.15152 26.0926L2.91258 25.4439ZM3.68605 26.4194L2.81713 26.9143L2.81716 26.9144L3.68605 26.4194ZM3.9251 26.9966L2.96062 27.2607L2.9607 27.261L3.9251 26.9966ZM4.06791 28.2331L5.06475 28.1536L5.06474 28.1535L4.06791 28.2331ZM4.10558 28.7052L5.10242 28.6257L5.10242 28.6257L4.10558 28.7052ZM4.33971 31.0296L5.32767 30.8749L5.32766 30.8749L4.33971 31.0296ZM4.92817 32.9044L5.80428 32.4223L5.80426 32.4222L4.92817 32.9044ZM7.09554 35.0717L7.57783 34.1957L7.57766 34.1956L7.09554 35.0717ZM8.97024 35.6603L8.81535 36.6482L8.81552 36.6483L8.97024 35.6603ZM11.2949 35.8944L11.3743 34.8975L11.3743 34.8975L11.2949 35.8944ZM11.7668 35.932L11.8464 34.9352L11.8463 34.9351L11.7668 35.932ZM13.0035 36.0748L12.7393 37.0393H12.7393L13.0035 36.0748ZM13.5806 36.3139L13.0858 37.1829L13.0858 37.1829L13.5806 36.3139ZM14.556 37.0873L15.2047 36.3263L15.2045 36.3261L14.556 37.0873ZM14.9165 37.3946L14.2678 38.1556L14.2678 38.1556L14.9165 37.3946ZM14.9215 37.3988L14.2727 38.1598L14.2729 38.1599L14.9215 37.3988ZM16.7257 38.8726L17.3149 38.0646L17.3147 38.0645L16.7257 38.8726ZM18.4674 39.7822L18.1886 40.7426L18.1889 40.7427L18.4674 39.7822ZM21.5326 39.7822L21.8111 40.7427L21.8114 40.7426L21.5326 39.7822ZM23.2743 38.8726L22.6852 38.0645L22.6851 38.0646L23.2743 38.8726ZM25.0807 37.3968L24.4323 36.6355L24.4321 36.6358L25.0807 37.3968ZM25.0834 37.3946L25.7317 38.1559L25.7321 38.1556L25.0834 37.3946ZM25.4439 37.0873L24.7954 36.326L24.7951 36.3263L25.4439 37.0873ZM26.4193 36.3139L25.9245 35.4449L25.9243 35.445L26.4193 36.3139ZM26.9965 36.0748L26.7324 35.1103L26.7324 35.1103L26.9965 36.0748ZM28.2332 35.932L28.1538 34.9351L28.1537 34.9352L28.2332 35.932ZM28.7051 35.8944L28.6257 34.8975L28.6257 34.8975L28.7051 35.8944ZM31.0298 35.6603L31.1845 36.6483L31.1847 36.6482L31.0298 35.6603ZM32.9045 35.0717L32.4223 34.1957L32.4222 34.1957L32.9045 35.0717ZM35.0719 32.9044L35.948 33.3865L35.948 33.3864L35.0719 32.9044ZM35.6602 31.0296L34.6723 30.8749L34.6722 30.875L35.6602 31.0296ZM35.8943 28.705L34.8975 28.6252L34.8974 28.6256L35.8943 28.705ZM35.9321 28.2331L36.9289 28.313L36.9289 28.3127L35.9321 28.2331ZM36.0749 26.9966L37.0391 27.2618L37.0394 27.2606L36.0749 26.9966ZM36.3138 26.4194L35.4451 25.924L35.4448 25.9246L36.3138 26.4194ZM37.0874 25.4439L37.8484 26.0926L37.8485 26.0926L37.0874 25.4439ZM37.3947 25.0834L38.1557 25.7321L38.1559 25.732L37.3947 25.0834ZM37.4 25.0772L36.6388 24.4286L36.6388 24.4287L37.4 25.0772ZM38.8727 23.2743L39.6806 23.8636L39.6807 23.8635L38.8727 23.2743ZM39.7821 21.5325L38.8218 21.2538L38.8217 21.254L39.7821 21.5325ZM39.7821 18.4674L38.8217 18.7459L38.8218 18.7461L39.7821 18.4674ZM38.8727 16.7258L38.0648 17.315L38.0648 17.3151L38.8727 16.7258ZM37.3945 14.9165L36.6333 15.565L36.6335 15.5652L37.3945 14.9165ZM37.0874 14.556L37.8486 13.9075L37.8485 13.9074L37.0874 14.556ZM36.3138 13.5806L35.4448 14.0754L35.4452 14.0762L36.3138 13.5806ZM36.0749 13.0035L37.0394 12.7393L37.0392 12.7384L36.0749 13.0035ZM35.9321 11.7668L36.9289 11.6873L36.9289 11.687L35.9321 11.7668ZM35.8943 11.2949L34.8974 11.3743L34.8975 11.3747L35.8943 11.2949ZM35.6602 8.97024L34.6722 9.12484L34.6723 9.12497L35.6602 8.97024ZM35.0719 7.09554L35.948 6.61347L35.948 6.61341L35.0719 7.09554ZM32.9045 4.92817L33.3867 4.0521L33.3866 4.05206L32.9045 4.92817ZM31.0298 4.33971L31.1845 3.35175L31.1845 3.35175L31.0298 4.33971ZM28.7051 4.10558L28.6256 5.10241L28.6256 5.10242L28.7051 4.10558ZM28.2332 4.06791L28.3128 3.07108L28.3127 3.07108L28.2332 4.06791ZM26.9965 3.92509L27.2607 2.96063L27.2607 2.96062L26.9965 3.92509ZM26.4193 3.68605L25.924 4.55477L25.9243 4.55494L26.4193 3.68605ZM25.4439 2.9126L24.7951 3.67359L24.7953 3.67377L25.4439 2.9126ZM25.0836 2.60544L25.7323 1.84445L25.7322 1.84433L25.0836 2.60544ZM25.0811 2.60331L25.7297 1.8422L25.7296 1.84217L25.0811 2.60331ZM23.2743 1.1273L23.8635 0.319312L23.8634 0.319278L23.2743 1.1273ZM24.9167 13.3333L23.9372 13.5347L24.1014 14.3333H24.9167V13.3333ZM28.0893 13.5774L27.3822 14.2845L27.3822 14.2845L28.0893 13.5774ZM26.6667 15V14H25.6667V15H26.6667ZM26.6667 25.8333L27.6667 25.8345V25.8333H26.6667ZM25.4448 28.7781L24.7377 28.071L24.7377 28.071L25.4448 28.7781ZM22.5 30V31H22.5012L22.5 30ZM17.5 30L17.4988 31H17.5V30ZM13.3333 25.8333H12.3333L12.3334 25.8345L13.3333 25.8333ZM13.3333 15H14.3333V14H13.3333V15ZM11.9108 13.5774L12.6179 14.2845L12.6179 14.2845L11.9108 13.5774ZM15.0833 13.3333V14.3333H15.8986L16.0629 13.5347L15.0833 13.3333ZM16.5323 10.9406L15.8999 10.1659L15.8999 10.1659L16.5323 10.9406ZM19.1667 9.99997V8.99996L19.1654 8.99997L19.1667 9.99997ZM20.8333 9.99997L20.8346 8.99997H20.8333V9.99997ZM23.4677 10.9406L22.8353 11.7152H22.8353L23.4677 10.9406ZM19.1667 11.6666V10.6666L19.1655 10.6666L19.1667 11.6666ZM20.8333 11.6666L20.8346 10.6666H20.8333V11.6666ZM16.8092 13.3333L15.8668 12.9986L15.3928 14.3333H16.8092V13.3333ZM23.1908 13.3333V14.3333H24.6072L24.1332 12.9986L23.1908 13.3333ZM25 15H26V14H25V15ZM15 15V14H14V15H15ZM15.7322 27.6011L15.0251 28.3082L15.0251 28.3082L15.7322 27.6011ZM18.9226 24.7559L19.6297 25.463L19.6297 25.463L18.9226 24.7559ZM17.7441 24.7559L17.037 25.463L17.037 25.463L17.7441 24.7559ZM22.2559 18.5774L21.5488 19.2845L21.5488 19.2845L22.2559 18.5774ZM21.0774 24.7559L20.3703 25.463L20.3703 25.463L21.0774 24.7559ZM18.7459 1.17819C19.565 0.940605 20.4349 0.940605 21.254 1.17819L21.8112 -0.742648C20.6281 -1.08578 19.3718 -1.08578 18.1888 -0.742648L18.7459 1.17819ZM17.3148 1.93531C17.8106 1.57388 18.2551 1.3206 18.746 1.17817L18.1887 -0.742627C17.3869 -0.509998 16.7283 -0.112221 16.1365 0.319278L17.3148 1.93531ZM15.5651 3.3665C16.2767 2.76012 16.8341 2.28589 17.3149 1.93528L16.1365 0.319311C15.581 0.724374 14.9593 1.25503 14.2679 1.8443L15.5651 3.3665ZM15.5566 3.37366L15.5567 3.37362L14.2763 1.83718L14.2763 1.83722L15.5566 3.37366ZM15.2046 3.67371L15.5651 3.36655L14.2678 1.84432L13.9074 2.15149L15.2046 3.67371ZM14.0756 4.55492C14.3539 4.39637 14.6095 4.18091 15.2046 3.67372L13.9074 2.15148C13.2472 2.71406 13.16 2.77475 13.0855 2.81718L14.0756 4.55492ZM13.2677 4.88956C13.55 4.81221 13.8214 4.69975 14.0757 4.55491L13.0855 2.81719C12.9765 2.87933 12.8601 2.92751 12.7393 2.96063L13.2677 4.88956ZM11.8464 5.06474C12.6259 5.00254 12.9589 4.97418 13.2678 4.88953L12.7392 2.96066C12.6565 2.98332 12.5519 3.00209 11.6873 3.07108L11.8464 5.06474ZM11.3743 5.10242L11.8464 5.06475L11.6873 3.07108L11.2152 3.10875L11.3743 5.10242ZM9.12495 5.32767C9.71284 5.23561 10.4423 5.17676 11.3742 5.10242L11.2152 3.10875C10.3095 3.181 9.49475 3.24539 8.81554 3.35175L9.12495 5.32767ZM7.57767 5.80426C8.02556 5.55778 8.51892 5.42259 9.12499 5.32766L8.8155 3.35175C8.09197 3.46508 7.34499 3.64946 6.6134 4.05207L7.57767 5.80426ZM5.80427 7.57766C6.21545 6.83048 6.83046 6.21548 7.57768 5.80426L6.61339 4.05207C5.53423 4.64597 4.64596 5.53421 4.05207 6.61341L5.80427 7.57766ZM5.32767 9.12496C5.42257 8.51891 5.55776 8.02557 5.80425 7.57769L4.05208 6.61338C3.64944 7.34498 3.46506 8.09198 3.35175 8.81553L5.32767 9.12496ZM5.10246 11.3737C5.17679 10.442 5.23561 9.71273 5.32766 9.12498L3.35175 8.81551C3.24539 9.49461 3.18103 10.3093 3.1088 11.2147L5.10246 11.3737ZM5.10241 11.3744L5.10245 11.3738L3.1088 11.2145L3.10876 11.2151L5.10241 11.3744ZM5.06475 11.8464L5.10242 11.3743L3.10875 11.2152L3.07108 11.6873L5.06475 11.8464ZM4.88953 13.2678C4.97418 12.9589 5.00254 12.6259 5.06475 11.8464L3.07108 11.6873C3.00209 12.5519 2.98332 12.6565 2.96066 12.7392L4.88953 13.2678ZM4.55491 14.0757C4.69975 13.8215 4.81221 13.55 4.88956 13.2677L2.96063 12.7393C2.92751 12.8601 2.87933 12.9765 2.81719 13.0855L4.55491 14.0757ZM3.67368 15.2047C4.18097 14.6094 4.39633 14.3539 4.55487 14.0757L2.81723 13.0855C2.77476 13.16 2.714 13.2473 2.15148 13.9074L3.67368 15.2047ZM3.36655 15.5651L3.67371 15.2046L2.15145 13.9074L1.84428 14.2679L3.36655 15.5651ZM1.93528 17.315C2.28591 16.8342 2.76017 16.2766 3.36652 15.5651L1.84431 14.2678C1.25498 14.9594 0.724372 15.5811 0.319312 16.1366L1.93528 17.315ZM1.17819 18.746C1.32062 18.2549 1.57388 17.8104 1.93521 17.3151L0.319382 16.1365C-0.112223 16.7282 -0.510022 17.3868 -0.742651 18.1889L1.17819 18.746ZM1.17819 21.2539C0.940605 20.4348 0.940605 19.5651 1.17819 18.746L-0.742648 18.1889C-1.08578 19.3719 -1.08578 20.628 -0.742648 21.811L1.17819 21.2539ZM1.93531 22.6852C1.57389 22.1895 1.32062 21.745 1.17819 21.2539L-0.742651 21.811C-0.510024 22.6131 -0.112232 23.2717 0.319278 23.8635L1.93531 22.6852ZM3.36646 24.4348C2.7601 23.7234 2.28587 23.1659 1.9353 22.6852L0.319297 23.8635C0.724372 24.419 1.25505 25.0407 1.84434 25.7321L3.36646 24.4348ZM3.67373 24.7954L3.36654 24.4349L1.84425 25.732L2.15144 26.0925L3.67373 24.7954ZM4.55497 25.9245C4.39638 25.646 4.18096 25.3905 3.67364 24.7953L2.15152 26.0926C2.71401 26.7526 2.77471 26.8399 2.81713 26.9143L4.55497 25.9245ZM4.88957 26.7324C4.81221 26.4499 4.69974 26.1786 4.55494 25.9244L2.81716 26.9144C2.87933 27.0235 2.92751 27.1399 2.96062 27.2607L4.88957 26.7324ZM5.06474 28.1535C5.00255 27.3741 4.97419 27.0409 4.88949 26.7321L2.9607 27.261C2.98331 27.3435 3.00209 27.448 3.07108 28.3126L5.06474 28.1535ZM5.10242 28.6257L5.06475 28.1536L3.07108 28.3126L3.10875 28.7848L5.10242 28.6257ZM5.32766 30.8749C5.23559 30.287 5.17676 29.5577 5.10242 28.6257L3.10875 28.7847C3.181 29.6905 3.24537 30.5051 3.35175 31.1844L5.32766 30.8749ZM5.80426 32.4222C5.55776 31.9743 5.42257 31.481 5.32767 30.8749L3.35175 31.1844C3.46506 31.9079 3.64944 32.6549 4.05208 33.3865L5.80426 32.4222ZM7.57766 34.1956C6.83046 33.7845 6.21546 33.1695 5.80428 32.4223L4.05205 33.3865C4.64595 34.4657 5.53424 35.354 6.61341 35.9478L7.57766 34.1956ZM9.12513 34.6724C8.51878 34.5773 8.02556 34.4422 7.57783 34.1957L6.61324 35.9478C7.34499 36.3506 8.09211 36.5348 8.81535 36.6482L9.12513 34.6724ZM11.3743 34.8975C10.4424 34.8233 9.71286 34.7644 9.12497 34.6723L8.81552 36.6483C9.49481 36.7546 10.3097 36.819 11.2154 36.8912L11.3743 34.8975ZM11.8463 34.9351L11.3743 34.8975L11.2154 36.8912L11.6874 36.9288L11.8463 34.9351ZM13.2676 35.1103C12.9589 35.0258 12.6261 34.9974 11.8464 34.9352L11.6873 36.9288C12.5517 36.9978 12.6565 37.0166 12.7393 37.0393L13.2676 35.1103ZM14.0754 35.4449C13.8216 35.3004 13.5503 35.1877 13.2676 35.1103L12.7393 37.0393C12.8599 37.0723 12.9763 37.1205 13.0858 37.1829L14.0754 35.4449ZM15.2045 36.3261C14.6098 35.8194 14.3539 35.6034 14.0754 35.4449L13.0858 37.1829C13.1601 37.2252 13.2469 37.2857 13.9075 37.8485L15.2045 36.3261ZM15.5652 36.6336L15.2047 36.3263L13.9073 37.8483L14.2678 38.1556L15.5652 36.6336ZM15.5702 36.6378L15.5652 36.6335L14.2678 38.1556L14.2727 38.1598L15.5702 36.6378ZM17.3147 38.0645C16.8352 37.7149 16.2794 37.2421 15.5701 36.6377L14.2729 38.1599C14.9621 38.7473 15.5823 39.2766 16.1366 39.6807L17.3147 38.0645ZM18.7462 38.8219C18.2551 38.6793 17.8105 38.426 17.3149 38.0646L16.1365 39.6806C16.7284 40.1122 17.3869 40.5098 18.1886 40.7426L18.7462 38.8219ZM21.2541 38.8218C20.4349 39.0593 19.565 39.0593 18.7459 38.8218L18.1889 40.7427C19.3719 41.0857 20.6281 41.0857 21.8111 40.7427L21.2541 38.8218ZM22.6851 38.0646C22.1894 38.426 21.7449 38.6793 21.2538 38.8219L21.8114 40.7426C22.6131 40.5098 23.2716 40.1122 23.8635 39.6806L22.6851 38.0646ZM24.4321 36.6358C23.7218 37.2411 23.1653 37.7146 22.6852 38.0645L23.8633 39.6807C24.4182 39.2761 25.0392 38.7461 25.7293 38.1579L24.4321 36.6358ZM24.435 36.6332L24.4323 36.6355L25.7291 38.1582L25.7317 38.1559L24.435 36.6332ZM24.7951 36.3263L24.4347 36.6335L25.7321 38.1556L26.0926 37.8483L24.7951 36.3263ZM25.9243 35.445C25.6462 35.6035 25.3904 35.8192 24.7954 36.326L26.0923 37.8485C26.7529 37.2859 26.84 37.2251 26.9144 37.1827L25.9243 35.445ZM26.7324 35.1103C26.4496 35.1877 26.1783 35.3004 25.9245 35.4449L26.9141 37.1829C27.0236 37.1205 27.14 37.0723 27.2606 37.0393L26.7324 35.1103ZM28.1537 34.9352C27.3737 34.9974 27.0412 35.0258 26.7324 35.1103L27.2605 37.0393C27.3435 37.0166 27.4483 36.9978 28.3128 36.9288L28.1537 34.9352ZM28.6257 34.8975L28.1538 34.9351L28.3127 36.9288L28.7846 36.8912L28.6257 34.8975ZM30.875 34.6723C30.2872 34.7644 29.5576 34.8233 28.6257 34.8975L28.7846 36.8912C29.6904 36.819 30.5052 36.7546 31.1845 36.6483L30.875 34.6723ZM32.4222 34.1957C31.9744 34.4422 31.4812 34.5773 30.8749 34.6724L31.1847 36.6482C31.9079 36.5348 32.655 36.3506 33.3868 35.9478L32.4222 34.1957ZM34.1958 32.4223C33.7846 33.1694 33.1695 33.7844 32.4223 34.1957L33.3867 35.9478C34.4656 35.354 35.354 34.4658 35.948 33.3865L34.1958 32.4223ZM34.6722 30.875C34.5774 31.4809 34.4422 31.9743 34.1957 32.4223L35.948 33.3864C36.3505 32.6549 36.535 31.9079 36.6482 31.1843L34.6722 30.875ZM34.8974 28.6256C34.8232 29.5575 34.7643 30.2871 34.6723 30.8749L36.6482 31.1844C36.7546 30.5051 36.819 29.6902 36.8911 28.7845L34.8974 28.6256ZM34.9353 28.1532L34.8975 28.6252L36.8911 28.7849L36.9289 28.313L34.9353 28.1532ZM35.1107 26.7314C35.0256 27.0407 34.9974 27.3748 34.9353 28.1535L36.9289 28.3127C36.998 27.4473 37.0166 27.3437 37.0391 27.2618L35.1107 26.7314ZM35.4448 25.9246C35.3 26.1789 35.1877 26.4503 35.1104 26.7325L37.0394 27.2606C37.0726 27.1395 37.1207 27.0232 37.1828 26.9142L35.4448 25.9246ZM36.3264 24.7952C35.8189 25.3906 35.6037 25.6459 35.4451 25.924L37.1825 26.9148C37.2251 26.84 37.2861 26.7524 37.8484 26.0926L36.3264 24.7952ZM36.6337 24.4347L36.3264 24.7952L37.8485 26.0926L38.1557 25.7321L36.6337 24.4347ZM36.6388 24.4287L36.6335 24.4349L38.1559 25.732L38.1612 25.7257L36.6388 24.4287ZM38.0648 22.6851C37.7151 23.1644 37.2428 23.7198 36.6388 24.4286L38.1612 25.7257C38.7481 25.0369 39.2767 24.4174 39.6806 23.8636L38.0648 22.6851ZM38.8217 21.254C38.6793 21.7451 38.4261 22.1895 38.0647 22.6851L39.6807 23.8635C40.1123 23.2717 40.5101 22.613 40.7426 21.8109L38.8217 21.254ZM38.8218 18.7461C39.0594 19.5652 39.0594 20.4348 38.8218 21.2538L40.7425 21.8111C41.0858 20.628 41.0858 19.3719 40.7425 18.1888L38.8218 18.7461ZM38.0648 17.3151C38.4261 17.8104 38.6793 18.2549 38.8217 18.7459L40.7426 18.189C40.51 17.3869 40.1123 16.7282 39.6806 16.1364L38.0648 17.3151ZM36.6335 15.5652C37.2398 16.2765 37.7141 16.8342 38.0648 17.315L39.6806 16.1365C39.2755 15.5811 38.7451 14.9595 38.1555 14.2678L36.6335 15.5652ZM36.3262 15.2045L36.6333 15.565L38.1557 14.268L37.8486 13.9075L36.3262 15.2045ZM35.4452 14.0762C35.6038 14.3541 35.8189 14.6093 36.3263 15.2047L37.8485 13.9074C37.2861 13.2475 37.2251 13.1599 37.1824 13.085L35.4452 14.0762ZM35.1105 13.2676C35.1877 13.5497 35.3 13.8211 35.4448 14.0754L37.1828 13.0858C37.1208 12.9768 37.0726 12.8605 37.0394 12.7393L35.1105 13.2676ZM34.9353 11.8464C34.9974 12.6252 35.0257 12.9591 35.1107 13.2685L37.0392 12.7384C37.0166 12.6563 36.998 12.5525 36.9289 11.6873L34.9353 11.8464ZM34.8975 11.3747L34.9353 11.8467L36.9289 11.687L36.8911 11.215L34.8975 11.3747ZM34.6723 9.12497C34.7643 9.71286 34.8232 10.4424 34.8974 11.3743L36.8911 11.2154C36.8189 10.3097 36.7546 9.49481 36.6482 8.81552L34.6723 9.12497ZM34.1957 7.57761C34.4422 8.02556 34.5774 8.51896 34.6722 9.12484L36.6482 8.81565C36.535 8.09193 36.3505 7.34499 35.948 6.61347L34.1957 7.57761ZM32.4223 5.80424C33.1694 6.21547 33.7846 6.83053 34.1958 7.57766L35.948 6.61341C35.354 5.53417 34.4656 4.64594 33.3867 4.0521L32.4223 5.80424ZM30.875 5.32766C31.4811 5.42259 31.9744 5.55778 32.4224 5.80427L33.3866 4.05206C32.655 3.64946 31.908 3.46508 31.1845 3.35175L30.875 5.32766ZM28.6256 5.10242C29.5576 5.17676 30.2872 5.23561 30.8751 5.32767L31.1845 3.35175C30.5052 3.24539 29.6904 3.181 28.7847 3.10875L28.6256 5.10242ZM28.1536 5.06474L28.6256 5.10241L28.7847 3.10875L28.3128 3.07108L28.1536 5.06474ZM26.7323 4.88956C27.0411 4.97418 27.3739 5.00253 28.1537 5.06475L28.3127 3.07108C27.4481 3.0021 27.3435 2.98332 27.2607 2.96063L26.7323 4.88956ZM25.9243 4.55494C26.1785 4.69974 26.4499 4.81221 26.7323 4.88957L27.2607 2.96062C27.1398 2.92751 27.0235 2.87933 26.9143 2.81716L25.9243 4.55494ZM24.7953 3.67377C25.3907 4.18107 25.6461 4.39632 25.924 4.55477L26.9146 2.81733C26.84 2.77481 26.7526 2.7139 26.0924 2.15143L24.7953 3.67377ZM24.4348 3.36643L24.7951 3.67359L26.0926 2.15161L25.7323 1.84445L24.4348 3.36643ZM24.4324 3.36441L24.4349 3.36654L25.7322 1.84433L25.7297 1.8422L24.4324 3.36441ZM22.6851 1.93528C23.1653 2.28547 23.722 2.759 24.4325 3.36445L25.7296 1.84217C25.0392 1.2538 24.4183 0.723912 23.8635 0.319312L22.6851 1.93528ZM21.254 1.17817C21.7449 1.3206 22.1894 1.57388 22.6851 1.93531L23.8634 0.319278C23.2716 -0.112221 22.6131 -0.509998 21.8112 -0.742627L21.254 1.17817ZM27.5 12.3333H24.9167V14.3333H27.5V12.3333ZM28.7964 12.8703C28.4526 12.5265 27.9862 12.3333 27.5 12.3333V14.3333C27.4558 14.3333 27.4134 14.3157 27.3822 14.2845L28.7964 12.8703ZM29.3333 14.1666C29.3333 13.6804 29.1402 13.2141 28.7964 12.8703L27.3822 14.2845C27.3509 14.2532 27.3333 14.2108 27.3333 14.1666H29.3333ZM28.7964 15.463C29.1402 15.1192 29.3333 14.6529 29.3333 14.1666H27.3333C27.3333 14.1224 27.3509 14.08 27.3822 14.0488L28.7964 15.463ZM27.5 16C27.9862 16 28.4526 15.8068 28.7964 15.463L27.3822 14.0488C27.4134 14.0175 27.4558 14 27.5 14V16ZM26.6667 16H27.5V14H26.6667V16ZM27.6667 25.8333V15H25.6667V25.8333H27.6667ZM26.1519 29.4852C27.1203 28.5169 27.665 27.204 27.6667 25.8345L25.6667 25.8321C25.6657 26.672 25.3316 27.4771 24.7377 28.071L26.1519 29.4852ZM22.5012 31C23.8707 30.9983 25.1836 30.4536 26.1519 29.4852L24.7377 28.071C24.1439 28.6649 23.3387 28.999 22.4988 29L22.5012 31ZM17.5 31H22.5V29H17.5V31ZM13.8481 29.4852C14.8165 30.4536 16.1294 30.9983 17.4988 31L17.5012 29C16.6614 28.999 15.8562 28.6649 15.2623 28.071L13.8481 29.4852ZM12.3334 25.8345C12.335 27.204 12.8797 28.5169 13.8481 29.4852L15.2623 28.071C14.6684 27.4771 14.3344 26.672 14.3333 25.8321L12.3334 25.8345ZM12.3333 15V25.8333H14.3333V15H12.3333ZM12.5 16H13.3333V14H12.5V16ZM11.2037 15.463C11.5475 15.8068 12.0138 16 12.5 16V14C12.5442 14 12.5866 14.0175 12.6179 14.0488L11.2037 15.463ZM10.6667 14.1666C10.6667 14.6529 10.8598 15.1192 11.2037 15.463L12.6179 14.0488C12.6491 14.08 12.6667 14.1224 12.6667 14.1666H10.6667ZM11.2037 12.8703C10.8598 13.2141 10.6667 13.6804 10.6667 14.1666H12.6667C12.6667 14.2108 12.6491 14.2532 12.6179 14.2845L11.2037 12.8703ZM12.5 12.3333C12.0138 12.3333 11.5475 12.5265 11.2037 12.8703L12.6179 14.2845C12.5866 14.3157 12.5442 14.3333 12.5 14.3333V12.3333ZM15.0833 12.3333H12.5V14.3333H15.0833V12.3333ZM15.8999 10.1659C14.9779 10.9186 14.3436 11.9661 14.1038 13.1319L16.0629 13.5347C16.2099 12.8196 16.5991 12.177 17.1647 11.7152L15.8999 10.1659ZM19.1654 8.99997C17.9752 9.00147 16.8219 9.41325 15.8999 10.1659L17.1647 11.7152C17.7303 11.2535 18.4378 11.0009 19.1679 11L19.1654 8.99997ZM20.8333 8.99997H19.1667V11H20.8333V8.99997ZM24.1001 10.1659C23.1781 9.41325 22.0248 9.00147 20.8346 8.99997L20.8321 11C21.5622 11.0009 22.2697 11.2535 22.8353 11.7152L24.1001 10.1659ZM25.8962 13.1319C25.6564 11.9661 25.0221 10.9186 24.1001 10.1659L22.8353 11.7152C23.401 12.177 23.7901 12.8196 23.9372 13.5347L25.8962 13.1319ZM19.1667 12.6666H20.8333V10.6666H19.1667V12.6666ZM18.3009 12.9427C18.5545 12.7634 18.8574 12.667 19.1679 12.6666L19.1655 10.6666C18.4422 10.6675 17.737 10.8921 17.1464 11.3096L18.3009 12.9427ZM17.7515 13.668C17.8554 13.3753 18.0474 13.122 18.3009 12.9427L17.1464 11.3096C16.5558 11.7271 16.1089 12.3171 15.8668 12.9986L17.7515 13.668ZM23.1908 12.3333H16.8092V14.3333H23.1908V12.3333ZM21.6991 12.9427C21.9527 13.122 22.1446 13.3753 22.2485 13.668L24.1332 12.9986C23.8911 12.3171 23.4442 11.7271 22.8536 11.3096L21.6991 12.9427ZM20.8321 12.6666C21.1427 12.667 21.4455 12.7634 21.6991 12.9427L22.8536 11.3096C22.2631 10.8921 21.5578 10.6675 20.8346 10.6666L20.8321 12.6666ZM24 25.8333C24 26.2311 23.842 26.6127 23.5607 26.894L24.9749 28.3082C25.6313 27.6518 26 26.7616 26 25.8333H24ZM24 15V25.8333H26V15H24ZM15 16H25V14H15V16ZM16 25.8333V15H14V25.8333H16ZM16.4394 26.894C16.1581 26.6127 16 26.2311 16 25.8333H14C14 26.7616 14.3688 27.6518 15.0251 28.3082L16.4394 26.894ZM17.5 27.3333C17.1022 27.3333 16.7207 27.1753 16.4394 26.894L15.0251 28.3082C15.6815 28.9646 16.5718 29.3333 17.5 29.3333V27.3333ZM22.5 27.3333H17.5V29.3333H22.5V27.3333ZM23.5607 26.894C23.2794 27.1753 22.8978 27.3333 22.5 27.3333V29.3333C23.4283 29.3333 24.3185 28.9646 24.9749 28.3082L23.5607 26.894ZM18.3333 26C18.8196 26 19.2859 25.8068 19.6297 25.463L18.2155 24.0488C18.2467 24.0175 18.2891 24 18.3333 24V26ZM17.037 25.463C17.3808 25.8068 17.8471 26 18.3333 26V24C18.3776 24 18.4199 24.0175 18.4512 24.0488L17.037 25.463ZM16.5 24.1666C16.5 24.6529 16.6932 25.1192 17.037 25.463L18.4512 24.0488C18.4825 24.08 18.5 24.1224 18.5 24.1666H16.5ZM16.5 19.1666V24.1666H18.5V19.1666H16.5ZM17.037 17.8703C16.6932 18.2141 16.5 18.6804 16.5 19.1666H18.5C18.5 19.2108 18.4825 19.2532 18.4512 19.2845L17.037 17.8703ZM18.3333 17.3333C17.8471 17.3333 17.3808 17.5265 17.037 17.8703L18.4512 19.2845C18.4199 19.3157 18.3776 19.3333 18.3333 19.3333V17.3333ZM19.6297 17.8703C19.2859 17.5265 18.8196 17.3333 18.3333 17.3333V19.3333C18.2891 19.3333 18.2467 19.3157 18.2155 19.2845L19.6297 17.8703ZM20.1667 19.1666C20.1667 18.6804 19.9735 18.2141 19.6297 17.8703L18.2155 19.2845C18.1842 19.2532 18.1667 19.2108 18.1667 19.1666H20.1667ZM20.1667 24.1666V19.1666H18.1667V24.1666H20.1667ZM19.6297 25.463C19.9735 25.1192 20.1667 24.6529 20.1667 24.1666H18.1667C18.1667 24.1224 18.1842 24.08 18.2155 24.0488L19.6297 25.463ZM21.5488 24.0488C21.5801 24.0175 21.6225 24 21.6667 24V26C22.1529 26 22.6192 25.8068 22.963 25.463L21.5488 24.0488ZM21.5 24.1666C21.5 24.1224 21.5176 24.08 21.5488 24.0488L22.963 25.463C23.3069 25.1192 23.5 24.6529 23.5 24.1666H21.5ZM21.5 19.1666V24.1666H23.5V19.1666H21.5ZM21.5488 19.2845C21.5176 19.2532 21.5 19.2108 21.5 19.1666H23.5C23.5 18.6804 23.3069 18.2141 22.963 17.8703L21.5488 19.2845ZM21.6667 19.3333C21.6225 19.3333 21.5801 19.3157 21.5488 19.2845L22.963 17.8703C22.6192 17.5265 22.1529 17.3333 21.6667 17.3333V19.3333ZM21.7845 19.2845C21.7533 19.3157 21.7109 19.3333 21.6667 19.3333V17.3333C21.1804 17.3333 20.7141 17.5265 20.3703 17.8703L21.7845 19.2845ZM21.8333 19.1666C21.8333 19.2108 21.8158 19.2532 21.7845 19.2845L20.3703 17.8703C20.0265 18.2141 19.8333 18.6804 19.8333 19.1666H21.8333ZM21.8333 24.1666V19.1666H19.8333V24.1666H21.8333ZM21.7845 24.0488C21.8158 24.08 21.8333 24.1224 21.8333 24.1666H19.8333C19.8333 24.6529 20.0265 25.1192 20.3703 25.463L21.7845 24.0488ZM21.6667 24C21.7109 24 21.7533 24.0175 21.7845 24.0488L20.3703 25.463C20.7141 25.8068 21.1804 26 21.6667 26V24Z" fill="url(#paint1_linear_15_1209)" mask="url(#path-1-inside-1_15_1209)"/>
|
|
7
|
-
<defs>
|
|
8
|
-
<linearGradient id="paint0_linear_15_1209" x1="20" y1="1.0899" x2="20.6375" y2="39.9999" gradientUnits="userSpaceOnUse">
|
|
9
|
-
<stop stop-color="#E42525"/>
|
|
10
|
-
<stop offset="1" stop-color="#C90000"/>
|
|
11
|
-
</linearGradient>
|
|
12
|
-
<linearGradient id="paint1_linear_15_1209" x1="20" y1="1.21631" x2="20" y2="39.9999" gradientUnits="userSpaceOnUse">
|
|
13
|
-
<stop stop-color="#A90707"/>
|
|
14
|
-
<stop offset="1" stop-color="#E42525"/>
|
|
15
|
-
</linearGradient>
|
|
16
|
-
</defs>
|
|
17
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="14" height="18" viewBox="0 0 14 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.4524 3.09527C4.4524 2.42665 4.99807 1.88098 5.66669 1.88098H8.33336C8.66763 1.88098 8.96868 2.01482 9.19125 2.23739C9.41382 2.45996 9.54764 2.76098 9.54764 3.09527C9.54764 3.76389 9.00198 4.30955 8.33336 4.30955H5.66669C5.33241 4.30955 5.03137 4.17571 4.80879 3.95314C4.78097 3.92532 4.75454 3.89627 4.72958 3.86609C4.55486 3.6548 4.4524 3.38777 4.4524 3.09527ZM3.50621 2.60898C3.72843 1.62118 4.61279 0.880981 5.66669 0.880981H8.33336C8.94384 0.880981 9.49617 1.1281 9.89836 1.53029C10.1905 1.82241 10.4008 2.19372 10.494 2.60899C11.2275 2.65627 11.9495 2.83593 12.52 3.30394C13.2268 3.88376 13.5953 4.81512 13.5953 6.14289V7.52956C13.5953 7.8057 13.3714 8.02956 13.0953 8.02956C12.8191 8.02956 12.5953 7.8057 12.5953 7.52956V6.14289C12.5953 4.99446 12.2818 4.40201 11.8858 4.07707C11.5486 3.80043 11.0793 3.65602 10.487 3.61098C10.254 4.58401 9.37676 5.30955 8.33336 5.30955H5.66669C5.05621 5.30955 4.50388 5.06244 4.10169 4.66025C3.82518 4.38374 3.62198 4.03627 3.52199 3.64774C3.51884 3.63553 3.5158 3.62328 3.51287 3.611C2.92068 3.65605 2.45146 3.80046 2.11429 4.07707C1.7182 4.40201 1.40479 4.99446 1.40479 6.14289V13.5715C1.40479 14.612 1.71132 15.2177 2.12396 15.574C2.5503 15.9422 3.17574 16.1191 3.9524 16.1191H10.0476C10.8243 16.1191 11.4497 15.9422 11.8761 15.574C12.2887 15.2177 12.5953 14.612 12.5953 13.5715V11.3162C12.5953 11.0401 12.8191 10.8162 13.0953 10.8162C13.3714 10.8162 13.5953 11.0401 13.5953 11.3162V13.5715C13.5953 14.8167 13.2199 15.7348 12.5297 16.3308C11.8532 16.915 10.9548 17.1191 10.0476 17.1191H3.9524C3.04525 17.1191 2.14689 16.915 1.47037 16.3308C0.78015 15.7348 0.404785 14.8167 0.404785 13.5715V6.14289C0.404785 4.81512 0.773273 3.88376 1.48004 3.30394C2.05056 2.8359 2.77267 2.65624 3.50621 2.60898ZM3.4524 9.76193C3.4524 9.48579 3.67626 9.26193 3.9524 9.26193H7.00002C7.27617 9.26193 7.50002 9.48579 7.50002 9.76193C7.50002 10.0381 7.27617 10.2619 7.00002 10.2619H3.9524C3.67626 10.2619 3.4524 10.0381 3.4524 9.76193ZM3.9524 12.3096C3.67626 12.3096 3.4524 12.5334 3.4524 12.8096C3.4524 13.0857 3.67626 13.3096 3.9524 13.3096H10.0476C10.3238 13.3096 10.5476 13.0857 10.5476 12.8096C10.5476 12.5334 10.3238 12.3096 10.0476 12.3096H3.9524Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
<svg width="14" height="16" viewBox="0 0 14 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M6.99998 12.1081C9.867 12.1081 12.1892 9.78589 12.1892 6.91887V-6.10352e-05H10.027V6.91887C10.027 8.59238 8.67349 9.9459 6.99998 9.9459C5.32646 9.9459 3.97294 8.59238 3.97294 6.91887V-6.10352e-05H1.81079V6.91887C1.81079 9.78589 4.13295 12.1081 6.99998 12.1081Z" fill="currentColor"/>
|
|
3
|
-
<path d="M13.0542 15.027H0.946045V15.9999H13.0542V15.027Z" fill="currentColor"/>
|
|
4
|
-
<path d="M13.0542 13.081H0.946045V14.054H13.0542V13.081Z" fill="currentColor"/>
|
|
5
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M12.4444 16H3.55555C2.60588 16 1.71302 15.6302 1.04142 14.9586C0.369847 14.287 0 13.3941 0 12.4444V11.5555C0 11.0646 0.397948 10.6666 0.888894 10.6666C1.37984 10.6666 1.77779 11.0646 1.77779 11.5555V12.4444C1.77779 12.9193 1.96273 13.3657 2.29845 13.7015C2.63426 14.0372 3.08068 14.2222 3.55555 14.2222H12.4444C12.9193 14.2222 13.3657 14.0372 13.7015 13.7015C14.0372 13.3656 14.2222 12.9192 14.2222 12.4444V11.5555C14.2222 11.0646 14.6202 10.6666 15.1111 10.6666C15.602 10.6666 16 11.0646 16 11.5555V12.4444C16 13.3941 15.6302 14.2869 14.9586 14.9586C14.287 15.6302 13.3941 16 12.4444 16ZM7.99998 12.4444C7.87702 12.4444 7.75996 12.4194 7.65346 12.3743C7.55409 12.3323 7.46072 12.2713 7.37903 12.1916C7.379 12.1915 7.379 12.1915 7.37897 12.1915C7.37838 12.191 7.37779 12.1904 7.3772 12.1898C7.37704 12.1897 7.37685 12.1894 7.3767 12.1893C7.3762 12.1888 7.37577 12.1884 7.3753 12.1879C7.37499 12.1876 7.37471 12.1874 7.3744 12.187C7.37409 12.1867 7.37369 12.1863 7.37341 12.186C7.37279 12.1854 7.3721 12.1847 7.37148 12.1841L3.81591 8.62852C3.46879 8.2814 3.46879 7.71857 3.81591 7.37142C4.16302 7.0243 4.72588 7.02427 5.073 7.37142L7.11112 9.40954V0.888894C7.11109 0.397948 7.50904 0 7.99998 0C8.49093 0 8.88891 0.397948 8.88891 0.888894V9.40951L10.927 7.37142C11.2741 7.0243 11.837 7.0243 12.1841 7.37142C12.5312 7.71854 12.5312 8.2814 12.1841 8.62852L8.62852 12.1841C8.6279 12.1847 8.62721 12.1854 8.62659 12.186C8.62625 12.1863 8.62588 12.1867 8.6256 12.1869C8.62529 12.1873 8.62501 12.1875 8.6247 12.1878C8.62426 12.1883 8.62377 12.1888 8.62333 12.1892C8.62318 12.1894 8.62296 12.1896 8.6228 12.1897C8.62224 12.1903 8.62165 12.1909 8.62106 12.1915C8.62103 12.1915 8.62103 12.1915 8.621 12.1915C8.61122 12.201 8.60132 12.2103 8.59119 12.2193C8.51676 12.2857 8.43386 12.3375 8.3462 12.3744C8.34589 12.3745 8.34564 12.3747 8.34533 12.3748C8.34499 12.3749 8.34471 12.3751 8.34437 12.3752C8.23842 12.4198 8.12211 12.4444 7.99998 12.4444Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M12.4444 16H3.55555C2.60588 16 1.71302 15.6302 1.04142 14.9586C0.369847 14.287 0 13.3941 0 12.4444V11.5555C0 11.0646 0.397948 10.6666 0.888894 10.6666C1.37984 10.6666 1.77779 11.0646 1.77779 11.5555V12.4444C1.77779 12.9193 1.96273 13.3657 2.29845 13.7015C2.63426 14.0372 3.08068 14.2222 3.55555 14.2222H12.4444C12.9193 14.2222 13.3657 14.0372 13.7015 13.7015C14.0372 13.3656 14.2222 12.9192 14.2222 12.4444V11.5555C14.2222 11.0646 14.6202 10.6666 15.1111 10.6666C15.602 10.6666 16 11.0646 16 11.5555V12.4444C16 13.3941 15.6302 14.2869 14.9586 14.9586C14.287 15.6302 13.3941 16 12.4444 16ZM7.99998 12.4444C7.87702 12.4444 7.75996 12.4194 7.65346 12.3743C7.55409 12.3323 7.46072 12.2713 7.37903 12.1916C7.379 12.1915 7.379 12.1915 7.37897 12.1915C7.37838 12.191 7.37779 12.1904 7.3772 12.1898C7.37704 12.1897 7.37685 12.1894 7.3767 12.1893C7.3762 12.1888 7.37577 12.1884 7.3753 12.1879C7.37499 12.1876 7.37471 12.1874 7.3744 12.187C7.37409 12.1867 7.37369 12.1863 7.37341 12.186C7.37279 12.1854 7.3721 12.1847 7.37148 12.1841L3.81591 8.62852C3.46879 8.2814 3.46879 7.71857 3.81591 7.37142C4.16302 7.0243 4.72588 7.02427 5.073 7.37142L7.11112 9.40954V0.888894C7.11109 0.397948 7.50904 0 7.99998 0C8.49093 0 8.88891 0.397948 8.88891 0.888894V9.40951L10.927 7.37142C11.2741 7.0243 11.837 7.0243 12.1841 7.37142C12.5312 7.71854 12.5312 8.2814 12.1841 8.62852L8.62852 12.1841C8.6279 12.1847 8.62721 12.1854 8.62659 12.186C8.62625 12.1863 8.62588 12.1867 8.6256 12.1869C8.62529 12.1873 8.62501 12.1875 8.6247 12.1878C8.62426 12.1883 8.62377 12.1888 8.62333 12.1892C8.62318 12.1894 8.62296 12.1896 8.6228 12.1897C8.62224 12.1903 8.62165 12.1909 8.62106 12.1915C8.62103 12.1915 8.62103 12.1915 8.621 12.1915C8.61122 12.201 8.60132 12.2103 8.59119 12.2193C8.51676 12.2857 8.43386 12.3375 8.3462 12.3744C8.34589 12.3745 8.34564 12.3747 8.34533 12.3748C8.34499 12.3749 8.34471 12.3751 8.34437 12.3752C8.23842 12.4198 8.12211 12.4444 7.99998 12.4444Z" fill="currentColor"/>
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.6538 0.680511C12.7083 0.652702 12.7638 0.62438 12.8319 0.583147L12.7921 0.562091C12.6938 0.502444 12.5874 0.445891 12.4791 0.388243C12.4274 0.360745 12.3752 0.332996 12.3232 0.304544C12.145 0.18273 11.9496 0.0888035 11.7437 0.0259412C11.5949 -0.0175826 11.4357 -0.00606335 11.2946 0.0584227C11.1536 0.122909 11.0399 0.236125 10.9742 0.377692C10.896 0.547176 10.8611 0.733682 10.8725 0.920274C10.8725 2.09321 10.8869 3.28044 10.9014 4.45338C10.8942 4.6937 10.9087 4.93419 10.9449 5.17184C10.96 5.25988 10.9921 5.34404 11.0395 5.41952C11.0868 5.495 11.1484 5.5603 11.2208 5.61169C11.3193 5.6748 11.4314 5.71306 11.5476 5.72324C11.6638 5.73343 11.7808 5.71524 11.8886 5.6702C11.9465 5.65557 11.961 5.61136 11.961 5.55285V1.1111C11.9588 1.09371 11.9617 1.07607 11.9695 1.06038C11.9772 1.04469 11.9894 1.03168 12.0045 1.023C12.1133 0.964318 12.2186 0.909378 12.3239 0.854439C12.4291 0.799499 12.5344 0.744559 12.6432 0.685879C12.6468 0.68409 12.6503 0.682301 12.6538 0.680511ZM12.8319 3.82234V5.09801C12.9481 5.02519 13.064 4.95139 13.1947 4.86069C13.4053 4.73602 13.6121 4.61509 13.819 4.49415C14.0258 4.37322 14.2327 4.25229 14.4433 4.12761C14.6147 4.03049 14.7822 3.92908 14.9499 3.82761C15.1088 3.73141 15.2679 3.63516 15.4304 3.54244C15.5844 3.46114 15.7223 3.35181 15.837 3.21995C15.9243 3.12454 15.9797 3.00385 15.9954 2.87492C16.011 2.746 15.9862 2.61537 15.9243 2.5015C15.8262 2.3264 15.6799 2.18377 15.5032 2.0909C15.2566 1.95924 15.0241 1.82725 14.792 1.69526C14.6096 1.5919 14.4228 1.4837 14.2364 1.37572C14.0816 1.28605 13.927 1.19653 13.7755 1.1101C13.7621 1.10284 13.7471 1.09905 13.7319 1.09905C13.7167 1.09905 13.7017 1.10284 13.6883 1.1101C13.5421 1.2207 13.3903 1.32552 13.2364 1.43183C13.1455 1.49457 13.0539 1.55782 12.9623 1.6231C12.9481 1.63602 12.9368 1.6519 12.9293 1.66964C12.9218 1.68737 12.9182 1.70655 12.9188 1.72583V2.66404C12.926 2.66404 12.9297 2.66038 12.9333 2.65673C12.9369 2.65307 12.9405 2.64941 12.9478 2.64941C13.0857 2.56147 13.22 2.4772 13.3542 2.39292C13.4885 2.30864 13.6228 2.22436 13.7607 2.13642C13.7714 2.12901 13.7841 2.12504 13.7971 2.12504C13.8101 2.12504 13.8228 2.12901 13.8335 2.13642C13.9411 2.20152 14.0488 2.26313 14.1565 2.32473C14.2666 2.38772 14.3767 2.4507 14.4867 2.51743C14.5769 2.56064 14.6642 2.60961 14.7482 2.66404C14.6033 2.75214 14.4726 2.82562 14.3418 2.89876C13.8624 3.17704 13.3689 3.45564 12.8753 3.73425C12.8615 3.74419 12.8502 3.75743 12.8427 3.7728C12.8351 3.78817 12.8314 3.80518 12.8319 3.82234Z" fill="currentColor"/>
|
|
4
|
-
</svg>
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
<svg width="8" height="12" viewBox="0 0 8 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
3
|
-
d="M1.86699 2.93345C2.52973 2.93345 3.06699 2.39619 3.06699 1.73345C3.06699 1.07071 2.52973 0.533447 1.86699 0.533447C1.20425 0.533447 0.666992 1.07071 0.666992 1.73345C0.666992 2.39619 1.20425 2.93345 1.86699 2.93345ZM6.13366 2.93345C6.7964 2.93345 7.33366 2.39619 7.33366 1.73345C7.33366 1.07071 6.7964 0.533447 6.13366 0.533447C5.47092 0.533447 4.93366 1.07071 4.93366 1.73345C4.93366 2.39619 5.47092 2.93345 6.13366 2.93345ZM7.33366 6.00011C7.33366 6.66286 6.7964 7.20011 6.13366 7.20011C5.47092 7.20011 4.93366 6.66286 4.93366 6.00011C4.93366 5.33737 5.47092 4.80011 6.13366 4.80011C6.7964 4.80011 7.33366 5.33737 7.33366 6.00011ZM1.86699 7.20011C2.52973 7.20011 3.06699 6.66286 3.06699 6.00011C3.06699 5.33737 2.52973 4.80011 1.86699 4.80011C1.20425 4.80011 0.666992 5.33737 0.666992 6.00011C0.666992 6.66286 1.20425 7.20011 1.86699 7.20011ZM7.33366 10.2668C7.33366 10.9295 6.7964 11.4668 6.13366 11.4668C5.47092 11.4668 4.93366 10.9295 4.93366 10.2668C4.93366 9.60404 5.47092 9.06678 6.13366 9.06678C6.7964 9.06678 7.33366 9.60404 7.33366 10.2668ZM1.86699 11.4668C2.52973 11.4668 3.06699 10.9295 3.06699 10.2668C3.06699 9.60404 2.52973 9.06678 1.86699 9.06678C1.20425 9.06678 0.666992 9.60404 0.666992 10.2668C0.666992 10.9295 1.20425 11.4668 1.86699 11.4668Z"
|
|
4
|
-
fill="currentColor" />
|
|
5
|
-
</svg>
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path
|
|
3
|
-
d="M17.4158 12.1524C15.8645 12.1395 14.6332 13.5171 14.6332 15.0915V54.4384C14.6332 56.0637 15.9452 57.479 17.5669 57.3718C20.0348 57.2086 24.9708 56.8823 24.9708 56.8823L25.1038 56.7117V25.5621C25.1038 23.9368 26.4157 22.5212 28.0375 22.6284C35.5377 23.1244 43.0379 23.6205 50.5381 24.1165L50.5384 24.1162V17.0779C50.5384 15.4526 49.2267 14.2514 47.605 14.1442C37.5924 13.4821 27.5795 12.82 17.5669 12.1578C17.5162 12.1545 17.4659 12.1528 17.4158 12.1524Z"
|
|
4
|
-
fill="#D8C6DB" />
|
|
5
|
-
<path
|
|
6
|
-
d="M28.1493 20.9452C25.4926 20.7696 23.4183 23.029 23.4183 25.562V64.9087C23.4183 67.4417 25.4926 69.7011 28.1493 69.5254C38.1619 68.8633 48.1752 68.202 58.1879 67.5399C60.5774 67.3819 62.6963 65.4561 62.6963 62.9232V57.4368C62.6994 57.2132 62.6581 56.9913 62.5748 56.7839C62.4914 56.5765 62.3677 56.3877 62.2107 56.2285C62.0538 56.0693 61.8668 55.9429 61.6605 55.8566C61.4543 55.7704 61.233 55.7259 61.0095 55.7259C60.7859 55.7259 60.5646 55.7704 60.3584 55.8566C60.1522 55.9429 59.9652 56.0693 59.8082 56.2285C59.6513 56.3877 59.5275 56.5765 59.4442 56.7839C59.3608 56.9913 59.3195 57.2132 59.3227 57.4368V62.9232C59.3227 63.6405 58.8193 64.1172 57.9654 64.1736C47.9527 64.8358 37.9393 65.497 27.9267 66.1591C27.3401 66.1981 26.7919 65.6262 26.7919 64.9087V25.562C26.7919 24.8444 27.3399 24.2727 27.9267 24.3115C37.9393 24.9735 57.9654 26.2984 57.9654 26.2984C58.8194 26.3547 59.3227 26.8314 59.3227 27.5489V33.0413C59.3195 33.2648 59.3608 33.4867 59.4442 33.6941C59.5275 33.9015 59.6513 34.0903 59.8082 34.2495C59.9652 34.4087 60.1522 34.5351 60.3584 34.6214C60.5646 34.7076 60.7859 34.7521 61.0095 34.7521C61.233 34.7521 61.4543 34.7076 61.6605 34.6214C61.8668 34.5351 62.0538 34.4087 62.2107 34.2495C62.3677 34.0903 62.4914 33.9015 62.5748 33.6941C62.6581 33.4867 62.6994 33.2648 62.6963 33.0413V27.5489C62.6963 25.0159 60.5773 23.0902 58.1879 22.9322C58.1879 22.9322 38.1619 21.6073 28.1493 20.9452Z"
|
|
7
|
-
fill="#71347B" />
|
|
8
|
-
<path
|
|
9
|
-
d="M17.6786 10.4745C15.0219 10.2989 12.9476 12.5583 12.9476 15.0913V54.438C12.9476 56.971 15.0219 59.2303 17.6786 59.0547C20.1465 58.8915 25.0832 58.5656 25.0832 58.5656L24.8606 55.1994C24.8606 55.1994 19.924 55.5252 17.456 55.6884C16.8692 55.7274 16.3212 55.1555 16.3212 54.438V15.0913C16.3212 14.3739 16.8692 13.802 17.456 13.8408C27.4686 14.5029 37.482 15.1656 47.4947 15.8278C48.3486 15.884 48.852 16.3607 48.852 17.0782V22.5706H52.2256V17.0782C52.2256 14.5452 50.1066 12.6195 47.7172 12.4615C37.7045 11.7994 27.6912 11.1367 17.6786 10.4745Z"
|
|
10
|
-
fill="#71347B" />
|
|
11
|
-
<path
|
|
12
|
-
d="M60.9846 38.5965C60.5463 38.6031 60.1277 38.7801 59.8176 39.0899L55.485 43.4226C55.3231 43.578 55.1939 43.7642 55.1049 43.9702C55.0159 44.1762 54.9689 44.3979 54.9666 44.6223C54.9643 44.8467 55.0069 45.0692 55.0917 45.277C55.1765 45.4847 55.3019 45.6735 55.4606 45.8322C55.6193 45.9908 55.808 46.1163 56.0158 46.2011C56.2235 46.2859 56.4461 46.3285 56.6705 46.3262C56.8949 46.3239 57.1166 46.2769 57.3226 46.1879C57.5286 46.0989 57.7147 45.9697 57.8702 45.8079L61.0095 42.6686L64.1488 45.8079C64.3042 45.9697 64.4904 46.0989 64.6964 46.1879C64.9024 46.2769 65.1241 46.3239 65.3485 46.3262C65.5728 46.3285 65.7954 46.2859 66.0032 46.2011C66.2109 46.1163 66.3997 45.9908 66.5583 45.8322C66.717 45.6735 66.8424 45.4847 66.9273 45.277C67.0121 45.0692 67.0546 44.8467 67.0523 44.6223C67.0501 44.3979 67.0031 44.1762 66.914 43.9702C66.825 43.7642 66.6958 43.578 66.534 43.4226L62.2028 39.0899C62.0431 38.9304 61.853 38.8045 61.6437 38.7197C61.4345 38.6349 61.2103 38.593 60.9846 38.5965Z"
|
|
13
|
-
fill="#71347B" />
|
|
14
|
-
<path
|
|
15
|
-
d="M60.9846 40.0066C60.5375 40.0132 60.1113 40.197 59.7997 40.5177C59.488 40.8384 59.3165 41.2697 59.3227 41.7168V50.1946C59.3195 50.4182 59.3608 50.6401 59.4442 50.8475C59.5275 51.0549 59.6513 51.2437 59.8082 51.4029C59.9652 51.5621 60.1522 51.6885 60.3584 51.7748C60.5646 51.861 60.7859 51.9055 61.0095 51.9055C61.233 51.9055 61.4543 51.861 61.6606 51.7748C61.8668 51.6885 62.0538 51.5621 62.2107 51.4029C62.3677 51.2437 62.4914 51.0549 62.5748 50.8475C62.6581 50.6401 62.6994 50.4182 62.6963 50.1946V41.7168C62.6994 41.4912 62.6572 41.2673 62.5723 41.0583C62.4874 40.8493 62.3614 40.6594 62.2018 40.5C62.0422 40.3405 61.8523 40.2147 61.6432 40.13C61.4341 40.0452 61.2102 40.0033 60.9846 40.0066Z"
|
|
16
|
-
fill="#71347B" />
|
|
17
|
-
<path d="M40.1047 22.3128L23.9118 38.5057L26.297 40.891L42.4899 24.6981L40.1047 22.3128Z" fill="#71347B" />
|
|
18
|
-
</svg>
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="18" viewBox="0 0 16 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M9.01618 2.1606L2.39492 9.16898C2.14491 9.43512 1.90296 9.95934 1.85457 10.3223L1.55617 12.9353C1.45133 13.8789 2.12878 14.5241 3.0643 14.3628L5.6612 13.9192C6.02412 13.8547 6.5322 13.5885 6.78221 13.3143L13.4035 6.30595C14.5487 5.09622 15.0648 3.71712 13.2825 2.03157C11.5082 0.362136 10.1614 0.950872 9.01618 2.1606Z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
-
<path d="M7.91132 3.33008C8.25811 5.55598 10.0646 7.25767 12.3067 7.48349" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
-
<path d="M0.741638 17H15.2584" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
-
</svg>
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<mask id="path-1-inside-1_12_1155" fill="white">
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.5326 0.217769C20.5315 -0.0725897 19.4684 -0.0725897 18.4674 0.217769C17.821 0.4053 17.2694 0.730828 16.7257 1.1273C16.2076 1.50513 15.618 2.00757 14.9165 2.6054L14.9165 2.60544L14.556 2.9126C13.9283 3.44749 13.757 3.58556 13.5806 3.68605C13.399 3.78954 13.2051 3.86986 13.0035 3.92509C12.8077 3.97875 12.5889 4.00232 11.7668 4.06791L11.2947 4.10558C10.3759 4.17888 9.6038 4.2405 8.97024 4.33971C8.30544 4.44384 7.68528 4.60362 7.09554 4.92817C6.18235 5.43072 5.4307 6.18235 4.92817 7.09554C4.6036 7.68528 4.44382 8.30544 4.33971 8.97024C4.2405 9.60367 4.17891 10.3757 4.10563 11.2942L4.10558 11.2947L4.06791 11.7668C4.00232 12.5889 3.97875 12.8077 3.9251 13.0035C3.86986 13.2051 3.78954 13.399 3.68605 13.5806C3.58554 13.757 3.44749 13.9284 2.91258 14.556L2.60542 14.9165C2.00757 15.618 1.50514 16.2076 1.1273 16.7258C0.730829 17.2693 0.4053 17.8209 0.217769 18.4674C-0.0725897 19.4685 -0.0725897 20.5314 0.217769 21.5325C0.4053 22.179 0.730829 22.7306 1.1273 23.2743C1.50512 23.7925 2.00757 24.382 2.6054 25.0834L2.91258 25.4439C3.44749 26.0715 3.58554 26.243 3.68605 26.4194C3.78954 26.601 3.86986 26.7949 3.9251 26.9966C3.97875 27.1922 4.00232 27.4111 4.06791 28.2331L4.10558 28.7052C4.17888 29.6241 4.24048 30.3961 4.33971 31.0296C4.44382 31.6944 4.6036 32.3146 4.92817 32.9044C5.4307 33.8176 6.18235 34.5692 7.09554 35.0717C7.68528 35.3964 8.30544 35.5561 8.97024 35.6603C9.60384 35.7595 10.376 35.8211 11.2949 35.8944L11.7668 35.932C12.5889 35.9976 12.8077 36.0212 13.0035 36.0748C13.2051 36.13 13.399 36.2105 13.5806 36.3139C13.757 36.4143 13.9283 36.5525 14.556 37.0873L14.9165 37.3946L14.9215 37.3988C15.6208 37.9947 16.2088 38.4958 16.7257 38.8726C17.2694 39.2691 17.821 39.5946 18.4674 39.7822C19.4684 40.0725 20.5315 40.0725 21.5326 39.7822C22.179 39.5946 22.7305 39.2691 23.2743 38.8726C23.7917 38.4954 24.3805 37.9936 25.0807 37.3968L25.0834 37.3946L25.4439 37.0873C26.0716 36.5525 26.2431 36.4143 26.4193 36.3139C26.601 36.2105 26.7948 36.13 26.9965 36.0748C27.1923 36.0212 27.411 35.9976 28.2332 35.932L28.7051 35.8944C29.624 35.8211 30.3962 35.7595 31.0298 35.6603C31.6945 35.5561 32.3147 35.3964 32.9045 35.0717C33.8175 34.5692 34.5693 33.8176 35.0719 32.9044C35.3964 32.3146 35.5562 31.6944 35.6602 31.0296C35.7595 30.3961 35.8211 29.6239 35.8943 28.705L35.9321 28.2331C35.9977 27.4111 36.0211 27.1922 36.0749 26.9966C36.1301 26.7949 36.2104 26.601 36.3138 26.4194C36.4144 26.243 36.5525 26.0715 37.0874 25.4439L37.3947 25.0834L37.4 25.0772C37.9954 24.3783 38.4959 23.7909 38.8727 23.2743C39.2692 22.7306 39.5947 22.179 39.7821 21.5325C40.0726 20.5314 40.0726 19.4685 39.7821 18.4674C39.5947 17.8209 39.2692 17.2693 38.8727 16.7258C38.4948 16.2076 37.9925 15.618 37.3945 14.9165L37.0874 14.556C36.5525 13.9284 36.4144 13.757 36.3138 13.5806C36.2104 13.399 36.1301 13.2051 36.0749 13.0035C36.0211 12.8077 35.9977 12.5889 35.9321 11.7668L35.8943 11.2949C35.8211 10.376 35.7595 9.60384 35.6602 8.97024C35.5562 8.30544 35.3964 7.68528 35.0719 7.09554C34.5693 6.18235 33.8175 5.4307 32.9045 4.92817C32.3147 4.60362 31.6945 4.44384 31.0298 4.33971C30.3962 4.2405 29.624 4.17888 28.7051 4.10558L28.2332 4.06791C27.411 4.00232 27.1923 3.97875 26.9965 3.92509C26.7948 3.86986 26.601 3.78954 26.4193 3.68605C26.2431 3.58556 26.0716 3.44749 25.4439 2.9126L25.0836 2.60544L25.0811 2.60331C24.3806 2.0064 23.7918 1.50469 23.2743 1.1273C22.7305 0.730828 22.179 0.4053 21.5326 0.217769ZM14 28C13.4 28 13 27.8 12.6 27.4C11.8 26.6 11.8 25.4 12.6 24.6L17.2 20L12.6 15.4C11.8 14.6 11.8 13.4 12.6 12.6C13.4 11.8 14.6 11.8 15.4 12.6L20 17.2L24.6 12.6C25.4 11.8 26.6 11.8 27.4 12.6C28.2 13.4 28.2 14.6 27.4 15.4L22.8 20L27.4 24.6C28.2 25.4 28.2 26.6 27.4 27.4C27 27.8 26.6 28 26 28C25.4 28 25 27.8 24.6 27.4L20 22.8L15.4 27.4C15 27.8 14.6 28 14 28Z"/>
|
|
4
|
-
</mask>
|
|
5
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.5326 0.217769C20.5315 -0.0725897 19.4684 -0.0725897 18.4674 0.217769C17.821 0.4053 17.2694 0.730828 16.7257 1.1273C16.2076 1.50513 15.618 2.00757 14.9165 2.6054L14.9165 2.60544L14.556 2.9126C13.9283 3.44749 13.757 3.58556 13.5806 3.68605C13.399 3.78954 13.2051 3.86986 13.0035 3.92509C12.8077 3.97875 12.5889 4.00232 11.7668 4.06791L11.2947 4.10558C10.3759 4.17888 9.6038 4.2405 8.97024 4.33971C8.30544 4.44384 7.68528 4.60362 7.09554 4.92817C6.18235 5.43072 5.4307 6.18235 4.92817 7.09554C4.6036 7.68528 4.44382 8.30544 4.33971 8.97024C4.2405 9.60367 4.17891 10.3757 4.10563 11.2942L4.10558 11.2947L4.06791 11.7668C4.00232 12.5889 3.97875 12.8077 3.9251 13.0035C3.86986 13.2051 3.78954 13.399 3.68605 13.5806C3.58554 13.757 3.44749 13.9284 2.91258 14.556L2.60542 14.9165C2.00757 15.618 1.50514 16.2076 1.1273 16.7258C0.730829 17.2693 0.4053 17.8209 0.217769 18.4674C-0.0725897 19.4685 -0.0725897 20.5314 0.217769 21.5325C0.4053 22.179 0.730829 22.7306 1.1273 23.2743C1.50512 23.7925 2.00757 24.382 2.6054 25.0834L2.91258 25.4439C3.44749 26.0715 3.58554 26.243 3.68605 26.4194C3.78954 26.601 3.86986 26.7949 3.9251 26.9966C3.97875 27.1922 4.00232 27.4111 4.06791 28.2331L4.10558 28.7052C4.17888 29.6241 4.24048 30.3961 4.33971 31.0296C4.44382 31.6944 4.6036 32.3146 4.92817 32.9044C5.4307 33.8176 6.18235 34.5692 7.09554 35.0717C7.68528 35.3964 8.30544 35.5561 8.97024 35.6603C9.60384 35.7595 10.376 35.8211 11.2949 35.8944L11.7668 35.932C12.5889 35.9976 12.8077 36.0212 13.0035 36.0748C13.2051 36.13 13.399 36.2105 13.5806 36.3139C13.757 36.4143 13.9283 36.5525 14.556 37.0873L14.9165 37.3946L14.9215 37.3988C15.6208 37.9947 16.2088 38.4958 16.7257 38.8726C17.2694 39.2691 17.821 39.5946 18.4674 39.7822C19.4684 40.0725 20.5315 40.0725 21.5326 39.7822C22.179 39.5946 22.7305 39.2691 23.2743 38.8726C23.7917 38.4954 24.3805 37.9936 25.0807 37.3968L25.0834 37.3946L25.4439 37.0873C26.0716 36.5525 26.2431 36.4143 26.4193 36.3139C26.601 36.2105 26.7948 36.13 26.9965 36.0748C27.1923 36.0212 27.411 35.9976 28.2332 35.932L28.7051 35.8944C29.624 35.8211 30.3962 35.7595 31.0298 35.6603C31.6945 35.5561 32.3147 35.3964 32.9045 35.0717C33.8175 34.5692 34.5693 33.8176 35.0719 32.9044C35.3964 32.3146 35.5562 31.6944 35.6602 31.0296C35.7595 30.3961 35.8211 29.6239 35.8943 28.705L35.9321 28.2331C35.9977 27.4111 36.0211 27.1922 36.0749 26.9966C36.1301 26.7949 36.2104 26.601 36.3138 26.4194C36.4144 26.243 36.5525 26.0715 37.0874 25.4439L37.3947 25.0834L37.4 25.0772C37.9954 24.3783 38.4959 23.7909 38.8727 23.2743C39.2692 22.7306 39.5947 22.179 39.7821 21.5325C40.0726 20.5314 40.0726 19.4685 39.7821 18.4674C39.5947 17.8209 39.2692 17.2693 38.8727 16.7258C38.4948 16.2076 37.9925 15.618 37.3945 14.9165L37.0874 14.556C36.5525 13.9284 36.4144 13.757 36.3138 13.5806C36.2104 13.399 36.1301 13.2051 36.0749 13.0035C36.0211 12.8077 35.9977 12.5889 35.9321 11.7668L35.8943 11.2949C35.8211 10.376 35.7595 9.60384 35.6602 8.97024C35.5562 8.30544 35.3964 7.68528 35.0719 7.09554C34.5693 6.18235 33.8175 5.4307 32.9045 4.92817C32.3147 4.60362 31.6945 4.44384 31.0298 4.33971C30.3962 4.2405 29.624 4.17888 28.7051 4.10558L28.2332 4.06791C27.411 4.00232 27.1923 3.97875 26.9965 3.92509C26.7948 3.86986 26.601 3.78954 26.4193 3.68605C26.2431 3.58556 26.0716 3.44749 25.4439 2.9126L25.0836 2.60544L25.0811 2.60331C24.3806 2.0064 23.7918 1.50469 23.2743 1.1273C22.7305 0.730828 22.179 0.4053 21.5326 0.217769ZM14 28C13.4 28 13 27.8 12.6 27.4C11.8 26.6 11.8 25.4 12.6 24.6L17.2 20L12.6 15.4C11.8 14.6 11.8 13.4 12.6 12.6C13.4 11.8 14.6 11.8 15.4 12.6L20 17.2L24.6 12.6C25.4 11.8 26.6 11.8 27.4 12.6C28.2 13.4 28.2 14.6 27.4 15.4L22.8 20L27.4 24.6C28.2 25.4 28.2 26.6 27.4 27.4C27 27.8 26.6 28 26 28C25.4 28 25 27.8 24.6 27.4L20 22.8L15.4 27.4C15 27.8 14.6 28 14 28Z" fill="url(#paint0_linear_12_1155)"/>
|
|
6
|
-
<path d="M18.4674 0.217769L18.1888 -0.742648L18.1887 -0.742627L18.4674 0.217769ZM21.5326 0.217769L21.8112 -0.742627L21.8112 -0.742648L21.5326 0.217769ZM16.7257 1.1273L16.1365 0.319278L16.1365 0.319311L16.7257 1.1273ZM14.9165 2.6054L15.5567 3.37367L15.5651 3.3665L14.9165 2.6054ZM14.9165 2.60544L14.2762 1.83717L14.2678 1.84432L14.9165 2.60544ZM14.556 2.9126L15.2046 3.67372L15.2046 3.67371L14.556 2.9126ZM13.5806 3.68605L13.0855 2.81718L13.0855 2.81719L13.5806 3.68605ZM13.0035 3.92509L12.7393 2.96063L12.7392 2.96066L13.0035 3.92509ZM11.7668 4.06791L11.8464 5.06475L11.8464 5.06474L11.7668 4.06791ZM11.2947 4.10558L11.3742 5.10242L11.3743 5.10242L11.2947 4.10558ZM8.97024 4.33971L8.81554 3.35175L8.8155 3.35175L8.97024 4.33971ZM7.09554 4.92817L6.6134 4.05207L6.61339 4.05207L7.09554 4.92817ZM4.92817 7.09554L5.80425 7.57769L5.80427 7.57766L4.92817 7.09554ZM4.33971 8.97024L5.32766 9.12498L5.32767 9.12496L4.33971 8.97024ZM4.10563 11.2942L5.10245 11.3738L5.10246 11.3737L4.10563 11.2942ZM4.10558 11.2947L3.10876 11.2151L3.10875 11.2152L4.10558 11.2947ZM4.06791 11.7668L5.06475 11.8464V11.8464L4.06791 11.7668ZM3.9251 13.0035L2.96066 12.7392L2.96063 12.7393L3.9251 13.0035ZM3.68605 13.5806L4.55487 14.0757L4.55491 14.0757L3.68605 13.5806ZM2.91258 14.556L2.15148 13.9074L2.15145 13.9074L2.91258 14.556ZM2.60542 14.9165L3.36652 15.5651L3.36655 15.5651L2.60542 14.9165ZM1.1273 16.7258L1.93521 17.3151L1.93528 17.315L1.1273 16.7258ZM0.217769 18.4674L1.17819 18.746L1.17819 18.746L0.217769 18.4674ZM0.217769 21.5325L1.17819 21.2539L1.17819 21.2539L0.217769 21.5325ZM1.1273 23.2743L0.319278 23.8635L0.319297 23.8635L1.1273 23.2743ZM2.6054 25.0834L3.36654 24.4349L3.36646 24.4348L2.6054 25.0834ZM2.91258 25.4439L2.15144 26.0925L2.15152 26.0926L2.91258 25.4439ZM3.68605 26.4194L2.81713 26.9143L2.81716 26.9144L3.68605 26.4194ZM3.9251 26.9966L2.96062 27.2607L2.9607 27.261L3.9251 26.9966ZM4.06791 28.2331L5.06475 28.1536L5.06474 28.1535L4.06791 28.2331ZM4.10558 28.7052L5.10242 28.6257L5.10242 28.6257L4.10558 28.7052ZM4.33971 31.0296L5.32767 30.8749L5.32766 30.8749L4.33971 31.0296ZM4.92817 32.9044L5.80428 32.4223L5.80426 32.4222L4.92817 32.9044ZM7.09554 35.0717L7.57783 34.1957L7.57766 34.1956L7.09554 35.0717ZM8.97024 35.6603L8.81535 36.6482L8.81552 36.6483L8.97024 35.6603ZM11.2949 35.8944L11.3743 34.8975L11.3743 34.8975L11.2949 35.8944ZM11.7668 35.932L11.8464 34.9352L11.8463 34.9351L11.7668 35.932ZM13.0035 36.0748L12.7393 37.0393H12.7393L13.0035 36.0748ZM13.5806 36.3139L13.0858 37.1829L13.0858 37.1829L13.5806 36.3139ZM14.556 37.0873L15.2047 36.3263L15.2045 36.3261L14.556 37.0873ZM14.9165 37.3946L14.2678 38.1556L14.2678 38.1556L14.9165 37.3946ZM14.9215 37.3988L14.2727 38.1598L14.2729 38.1599L14.9215 37.3988ZM16.7257 38.8726L17.3149 38.0646L17.3147 38.0645L16.7257 38.8726ZM18.4674 39.7822L18.1886 40.7426L18.1889 40.7427L18.4674 39.7822ZM21.5326 39.7822L21.8111 40.7427L21.8114 40.7426L21.5326 39.7822ZM23.2743 38.8726L22.6852 38.0645L22.6851 38.0646L23.2743 38.8726ZM25.0807 37.3968L24.4323 36.6355L24.4321 36.6358L25.0807 37.3968ZM25.0834 37.3946L25.7317 38.1559L25.7321 38.1556L25.0834 37.3946ZM25.4439 37.0873L24.7954 36.326L24.7951 36.3263L25.4439 37.0873ZM26.4193 36.3139L25.9245 35.4449L25.9243 35.445L26.4193 36.3139ZM26.9965 36.0748L26.7324 35.1103L26.7324 35.1103L26.9965 36.0748ZM28.2332 35.932L28.1538 34.9351L28.1537 34.9352L28.2332 35.932ZM28.7051 35.8944L28.6257 34.8975L28.6257 34.8975L28.7051 35.8944ZM31.0298 35.6603L31.1845 36.6483L31.1847 36.6482L31.0298 35.6603ZM32.9045 35.0717L32.4223 34.1957L32.4222 34.1957L32.9045 35.0717ZM35.0719 32.9044L35.948 33.3865L35.948 33.3864L35.0719 32.9044ZM35.6602 31.0296L34.6723 30.8749L34.6722 30.875L35.6602 31.0296ZM35.8943 28.705L34.8975 28.6252L34.8974 28.6256L35.8943 28.705ZM35.9321 28.2331L36.9289 28.313L36.9289 28.3127L35.9321 28.2331ZM36.0749 26.9966L37.0391 27.2618L37.0394 27.2606L36.0749 26.9966ZM36.3138 26.4194L35.4451 25.924L35.4448 25.9246L36.3138 26.4194ZM37.0874 25.4439L37.8484 26.0926L37.8485 26.0926L37.0874 25.4439ZM37.3947 25.0834L38.1557 25.7321L38.1559 25.732L37.3947 25.0834ZM37.4 25.0772L36.6388 24.4286L36.6388 24.4287L37.4 25.0772ZM38.8727 23.2743L39.6806 23.8636L39.6807 23.8635L38.8727 23.2743ZM39.7821 21.5325L38.8218 21.2538L38.8217 21.254L39.7821 21.5325ZM39.7821 18.4674L38.8217 18.7459L38.8218 18.7461L39.7821 18.4674ZM38.8727 16.7258L38.0648 17.315L38.0648 17.3151L38.8727 16.7258ZM37.3945 14.9165L36.6333 15.565L36.6335 15.5652L37.3945 14.9165ZM37.0874 14.556L37.8486 13.9075L37.8485 13.9074L37.0874 14.556ZM36.3138 13.5806L35.4448 14.0754L35.4452 14.0762L36.3138 13.5806ZM36.0749 13.0035L37.0394 12.7393L37.0392 12.7384L36.0749 13.0035ZM35.9321 11.7668L36.9289 11.6873L36.9289 11.687L35.9321 11.7668ZM35.8943 11.2949L34.8974 11.3743L34.8975 11.3747L35.8943 11.2949ZM35.6602 8.97024L34.6722 9.12484L34.6723 9.12497L35.6602 8.97024ZM35.0719 7.09554L35.948 6.61347L35.948 6.61341L35.0719 7.09554ZM32.9045 4.92817L33.3867 4.0521L33.3866 4.05206L32.9045 4.92817ZM31.0298 4.33971L31.1845 3.35175L31.1845 3.35175L31.0298 4.33971ZM28.7051 4.10558L28.6256 5.10241L28.6256 5.10242L28.7051 4.10558ZM28.2332 4.06791L28.3128 3.07108L28.3127 3.07108L28.2332 4.06791ZM26.9965 3.92509L27.2607 2.96063L27.2607 2.96062L26.9965 3.92509ZM26.4193 3.68605L25.924 4.55477L25.9243 4.55494L26.4193 3.68605ZM25.4439 2.9126L24.7951 3.67359L24.7953 3.67377L25.4439 2.9126ZM25.0836 2.60544L25.7323 1.84445L25.7322 1.84433L25.0836 2.60544ZM25.0811 2.60331L25.7297 1.8422L25.7296 1.84217L25.0811 2.60331ZM23.2743 1.1273L23.8635 0.319312L23.8634 0.319278L23.2743 1.1273ZM12.6 27.4L13.3071 26.6929L12.6 27.4ZM12.6 24.6L11.8929 23.8929L11.8929 23.8929L12.6 24.6ZM17.2 20L17.9071 20.7071L18.6142 20L17.9071 19.2929L17.2 20ZM12.6 15.4L13.3071 14.6929V14.6929L12.6 15.4ZM12.6 12.6L13.3071 13.3071L13.3071 13.3071L12.6 12.6ZM15.4 12.6L14.6929 13.3071L15.4 12.6ZM20 17.2L19.2929 17.9071L20 18.6142L20.7071 17.9071L20 17.2ZM24.6 12.6L25.3071 13.3071L24.6 12.6ZM27.4 12.6L28.1071 11.8929L28.1071 11.8929L27.4 12.6ZM22.8 20L22.0929 19.2929L21.3858 20L22.0929 20.7071L22.8 20ZM27.4 24.6L28.1071 23.8929V23.8929L27.4 24.6ZM20 22.8L20.7071 22.0929L20 21.3858L19.2929 22.0929L20 22.8ZM18.7459 1.17819C19.565 0.940605 20.4349 0.940605 21.254 1.17819L21.8112 -0.742648C20.6281 -1.08578 19.3718 -1.08578 18.1888 -0.742648L18.7459 1.17819ZM17.3148 1.93531C17.8106 1.57388 18.2551 1.3206 18.746 1.17817L18.1887 -0.742627C17.3869 -0.509998 16.7283 -0.112221 16.1365 0.319278L17.3148 1.93531ZM15.5651 3.3665C16.2767 2.76012 16.8341 2.28589 17.3149 1.93528L16.1365 0.319311C15.581 0.724374 14.9593 1.25503 14.2679 1.8443L15.5651 3.3665ZM15.5566 3.37366L15.5567 3.37362L14.2763 1.83718L14.2763 1.83722L15.5566 3.37366ZM15.2046 3.67371L15.5651 3.36655L14.2678 1.84432L13.9074 2.15149L15.2046 3.67371ZM14.0756 4.55492C14.3539 4.39637 14.6095 4.18091 15.2046 3.67372L13.9074 2.15148C13.2472 2.71406 13.16 2.77475 13.0855 2.81718L14.0756 4.55492ZM13.2677 4.88956C13.55 4.81221 13.8214 4.69975 14.0757 4.55491L13.0855 2.81719C12.9765 2.87933 12.8601 2.92751 12.7393 2.96063L13.2677 4.88956ZM11.8464 5.06474C12.6259 5.00254 12.9589 4.97418 13.2678 4.88953L12.7392 2.96066C12.6565 2.98332 12.5519 3.00209 11.6873 3.07108L11.8464 5.06474ZM11.3743 5.10242L11.8464 5.06475L11.6873 3.07108L11.2152 3.10875L11.3743 5.10242ZM9.12495 5.32767C9.71284 5.23561 10.4423 5.17676 11.3742 5.10242L11.2152 3.10875C10.3095 3.181 9.49475 3.24539 8.81554 3.35175L9.12495 5.32767ZM7.57767 5.80426C8.02556 5.55778 8.51892 5.42259 9.12499 5.32766L8.8155 3.35175C8.09197 3.46508 7.34499 3.64946 6.6134 4.05207L7.57767 5.80426ZM5.80427 7.57766C6.21545 6.83048 6.83046 6.21548 7.57768 5.80426L6.61339 4.05207C5.53423 4.64597 4.64596 5.53421 4.05207 6.61341L5.80427 7.57766ZM5.32767 9.12496C5.42257 8.51891 5.55776 8.02557 5.80425 7.57769L4.05208 6.61338C3.64944 7.34498 3.46506 8.09198 3.35175 8.81553L5.32767 9.12496ZM5.10246 11.3737C5.17679 10.442 5.23561 9.71273 5.32766 9.12498L3.35175 8.81551C3.24539 9.49461 3.18103 10.3093 3.1088 11.2147L5.10246 11.3737ZM5.10241 11.3744L5.10245 11.3738L3.1088 11.2145L3.10876 11.2151L5.10241 11.3744ZM5.06475 11.8464L5.10242 11.3743L3.10875 11.2152L3.07108 11.6873L5.06475 11.8464ZM4.88953 13.2678C4.97418 12.9589 5.00254 12.6259 5.06475 11.8464L3.07108 11.6873C3.00209 12.5519 2.98332 12.6565 2.96066 12.7392L4.88953 13.2678ZM4.55491 14.0757C4.69975 13.8215 4.81221 13.55 4.88956 13.2677L2.96063 12.7393C2.92751 12.8601 2.87933 12.9765 2.81719 13.0855L4.55491 14.0757ZM3.67368 15.2047C4.18097 14.6094 4.39633 14.3539 4.55487 14.0757L2.81723 13.0855C2.77476 13.16 2.714 13.2473 2.15148 13.9074L3.67368 15.2047ZM3.36655 15.5651L3.67371 15.2046L2.15145 13.9074L1.84428 14.2679L3.36655 15.5651ZM1.93528 17.315C2.28591 16.8342 2.76017 16.2766 3.36652 15.5651L1.84431 14.2678C1.25498 14.9594 0.724372 15.5811 0.319312 16.1366L1.93528 17.315ZM1.17819 18.746C1.32062 18.2549 1.57388 17.8104 1.93521 17.3151L0.319382 16.1365C-0.112223 16.7282 -0.510022 17.3868 -0.742651 18.1889L1.17819 18.746ZM1.17819 21.2539C0.940605 20.4348 0.940605 19.5651 1.17819 18.746L-0.742648 18.1889C-1.08578 19.3719 -1.08578 20.628 -0.742648 21.811L1.17819 21.2539ZM1.93531 22.6852C1.57389 22.1895 1.32062 21.745 1.17819 21.2539L-0.742651 21.811C-0.510024 22.6131 -0.112232 23.2717 0.319278 23.8635L1.93531 22.6852ZM3.36646 24.4348C2.7601 23.7234 2.28587 23.1659 1.9353 22.6852L0.319297 23.8635C0.724372 24.419 1.25505 25.0407 1.84434 25.7321L3.36646 24.4348ZM3.67373 24.7954L3.36654 24.4349L1.84425 25.732L2.15144 26.0925L3.67373 24.7954ZM4.55497 25.9245C4.39638 25.646 4.18096 25.3905 3.67364 24.7953L2.15152 26.0926C2.71401 26.7526 2.77471 26.8399 2.81713 26.9143L4.55497 25.9245ZM4.88957 26.7324C4.81221 26.4499 4.69974 26.1786 4.55494 25.9244L2.81716 26.9144C2.87933 27.0235 2.92751 27.1399 2.96062 27.2607L4.88957 26.7324ZM5.06474 28.1535C5.00255 27.3741 4.97419 27.0409 4.88949 26.7321L2.9607 27.261C2.98331 27.3435 3.00209 27.448 3.07108 28.3126L5.06474 28.1535ZM5.10242 28.6257L5.06475 28.1536L3.07108 28.3126L3.10875 28.7848L5.10242 28.6257ZM5.32766 30.8749C5.23559 30.287 5.17676 29.5577 5.10242 28.6257L3.10875 28.7847C3.181 29.6905 3.24537 30.5051 3.35175 31.1844L5.32766 30.8749ZM5.80426 32.4222C5.55776 31.9743 5.42257 31.481 5.32767 30.8749L3.35175 31.1844C3.46506 31.9079 3.64944 32.6549 4.05208 33.3865L5.80426 32.4222ZM7.57766 34.1956C6.83046 33.7845 6.21546 33.1695 5.80428 32.4223L4.05205 33.3865C4.64595 34.4657 5.53424 35.354 6.61341 35.9478L7.57766 34.1956ZM9.12513 34.6724C8.51878 34.5773 8.02556 34.4422 7.57783 34.1957L6.61324 35.9478C7.34499 36.3506 8.09211 36.5348 8.81535 36.6482L9.12513 34.6724ZM11.3743 34.8975C10.4424 34.8233 9.71286 34.7644 9.12497 34.6723L8.81552 36.6483C9.49481 36.7546 10.3097 36.819 11.2154 36.8912L11.3743 34.8975ZM11.8463 34.9351L11.3743 34.8975L11.2154 36.8912L11.6874 36.9288L11.8463 34.9351ZM13.2676 35.1103C12.9589 35.0258 12.6261 34.9974 11.8464 34.9352L11.6873 36.9288C12.5517 36.9978 12.6565 37.0166 12.7393 37.0393L13.2676 35.1103ZM14.0754 35.4449C13.8216 35.3004 13.5503 35.1877 13.2676 35.1103L12.7393 37.0393C12.8599 37.0723 12.9763 37.1205 13.0858 37.1829L14.0754 35.4449ZM15.2045 36.3261C14.6098 35.8194 14.3539 35.6034 14.0754 35.4449L13.0858 37.1829C13.1601 37.2252 13.2469 37.2857 13.9075 37.8485L15.2045 36.3261ZM15.5652 36.6336L15.2047 36.3263L13.9073 37.8483L14.2678 38.1556L15.5652 36.6336ZM15.5702 36.6378L15.5652 36.6335L14.2678 38.1556L14.2727 38.1598L15.5702 36.6378ZM17.3147 38.0645C16.8352 37.7149 16.2794 37.2421 15.5701 36.6377L14.2729 38.1599C14.9621 38.7473 15.5823 39.2766 16.1366 39.6807L17.3147 38.0645ZM18.7462 38.8219C18.2551 38.6793 17.8105 38.426 17.3149 38.0646L16.1365 39.6806C16.7284 40.1122 17.3869 40.5098 18.1886 40.7426L18.7462 38.8219ZM21.2541 38.8218C20.4349 39.0593 19.565 39.0593 18.7459 38.8218L18.1889 40.7427C19.3719 41.0857 20.6281 41.0857 21.8111 40.7427L21.2541 38.8218ZM22.6851 38.0646C22.1894 38.426 21.7449 38.6793 21.2538 38.8219L21.8114 40.7426C22.6131 40.5098 23.2716 40.1122 23.8635 39.6806L22.6851 38.0646ZM24.4321 36.6358C23.7218 37.2411 23.1653 37.7146 22.6852 38.0645L23.8633 39.6807C24.4182 39.2761 25.0392 38.7461 25.7293 38.1579L24.4321 36.6358ZM24.435 36.6332L24.4323 36.6355L25.7291 38.1582L25.7317 38.1559L24.435 36.6332ZM24.7951 36.3263L24.4347 36.6335L25.7321 38.1556L26.0926 37.8483L24.7951 36.3263ZM25.9243 35.445C25.6462 35.6035 25.3904 35.8192 24.7954 36.326L26.0923 37.8485C26.7529 37.2859 26.84 37.2251 26.9144 37.1827L25.9243 35.445ZM26.7324 35.1103C26.4496 35.1877 26.1783 35.3004 25.9245 35.4449L26.9141 37.1829C27.0236 37.1205 27.14 37.0723 27.2606 37.0393L26.7324 35.1103ZM28.1537 34.9352C27.3737 34.9974 27.0412 35.0258 26.7324 35.1103L27.2605 37.0393C27.3435 37.0166 27.4483 36.9978 28.3128 36.9288L28.1537 34.9352ZM28.6257 34.8975L28.1538 34.9351L28.3127 36.9288L28.7846 36.8912L28.6257 34.8975ZM30.875 34.6723C30.2872 34.7644 29.5576 34.8233 28.6257 34.8975L28.7846 36.8912C29.6904 36.819 30.5052 36.7546 31.1845 36.6483L30.875 34.6723ZM32.4222 34.1957C31.9744 34.4422 31.4812 34.5773 30.8749 34.6724L31.1847 36.6482C31.9079 36.5348 32.655 36.3506 33.3868 35.9478L32.4222 34.1957ZM34.1958 32.4223C33.7846 33.1694 33.1695 33.7844 32.4223 34.1957L33.3867 35.9478C34.4656 35.354 35.354 34.4658 35.948 33.3865L34.1958 32.4223ZM34.6722 30.875C34.5774 31.4809 34.4422 31.9743 34.1957 32.4223L35.948 33.3864C36.3505 32.6549 36.535 31.9079 36.6482 31.1843L34.6722 30.875ZM34.8974 28.6256C34.8232 29.5575 34.7643 30.2871 34.6723 30.8749L36.6482 31.1844C36.7546 30.5051 36.819 29.6902 36.8911 28.7845L34.8974 28.6256ZM34.9353 28.1532L34.8975 28.6252L36.8911 28.7849L36.9289 28.313L34.9353 28.1532ZM35.1107 26.7314C35.0256 27.0407 34.9974 27.3748 34.9353 28.1535L36.9289 28.3127C36.998 27.4473 37.0166 27.3437 37.0391 27.2618L35.1107 26.7314ZM35.4448 25.9246C35.3 26.1789 35.1877 26.4503 35.1104 26.7325L37.0394 27.2606C37.0726 27.1395 37.1207 27.0232 37.1828 26.9142L35.4448 25.9246ZM36.3264 24.7952C35.8189 25.3906 35.6037 25.6459 35.4451 25.924L37.1825 26.9148C37.2251 26.84 37.2861 26.7524 37.8484 26.0926L36.3264 24.7952ZM36.6337 24.4347L36.3264 24.7952L37.8485 26.0926L38.1557 25.7321L36.6337 24.4347ZM36.6388 24.4287L36.6335 24.4349L38.1559 25.732L38.1612 25.7257L36.6388 24.4287ZM38.0648 22.6851C37.7151 23.1644 37.2428 23.7198 36.6388 24.4286L38.1612 25.7257C38.7481 25.0369 39.2767 24.4174 39.6806 23.8636L38.0648 22.6851ZM38.8217 21.254C38.6793 21.7451 38.4261 22.1895 38.0647 22.6851L39.6807 23.8635C40.1123 23.2717 40.5101 22.613 40.7426 21.8109L38.8217 21.254ZM38.8218 18.7461C39.0594 19.5652 39.0594 20.4348 38.8218 21.2538L40.7425 21.8111C41.0858 20.628 41.0858 19.3719 40.7425 18.1888L38.8218 18.7461ZM38.0648 17.3151C38.4261 17.8104 38.6793 18.2549 38.8217 18.7459L40.7426 18.189C40.51 17.3869 40.1123 16.7282 39.6806 16.1364L38.0648 17.3151ZM36.6335 15.5652C37.2398 16.2765 37.7141 16.8342 38.0648 17.315L39.6806 16.1365C39.2755 15.5811 38.7451 14.9595 38.1555 14.2678L36.6335 15.5652ZM36.3262 15.2045L36.6333 15.565L38.1557 14.268L37.8486 13.9075L36.3262 15.2045ZM35.4452 14.0762C35.6038 14.3541 35.8189 14.6093 36.3263 15.2047L37.8485 13.9074C37.2861 13.2475 37.2251 13.1599 37.1824 13.085L35.4452 14.0762ZM35.1105 13.2676C35.1877 13.5497 35.3 13.8211 35.4448 14.0754L37.1828 13.0858C37.1208 12.9768 37.0726 12.8605 37.0394 12.7393L35.1105 13.2676ZM34.9353 11.8464C34.9974 12.6252 35.0257 12.9591 35.1107 13.2685L37.0392 12.7384C37.0166 12.6563 36.998 12.5525 36.9289 11.6873L34.9353 11.8464ZM34.8975 11.3747L34.9353 11.8467L36.9289 11.687L36.8911 11.215L34.8975 11.3747ZM34.6723 9.12497C34.7643 9.71286 34.8232 10.4424 34.8974 11.3743L36.8911 11.2154C36.8189 10.3097 36.7546 9.49481 36.6482 8.81552L34.6723 9.12497ZM34.1957 7.57761C34.4422 8.02556 34.5774 8.51896 34.6722 9.12484L36.6482 8.81565C36.535 8.09193 36.3505 7.34499 35.948 6.61347L34.1957 7.57761ZM32.4223 5.80424C33.1694 6.21547 33.7846 6.83053 34.1958 7.57766L35.948 6.61341C35.354 5.53417 34.4656 4.64594 33.3867 4.0521L32.4223 5.80424ZM30.875 5.32766C31.4811 5.42259 31.9744 5.55778 32.4224 5.80427L33.3866 4.05206C32.655 3.64946 31.908 3.46508 31.1845 3.35175L30.875 5.32766ZM28.6256 5.10242C29.5576 5.17676 30.2872 5.23561 30.8751 5.32767L31.1845 3.35175C30.5052 3.24539 29.6904 3.181 28.7847 3.10875L28.6256 5.10242ZM28.1536 5.06474L28.6256 5.10241L28.7847 3.10875L28.3128 3.07108L28.1536 5.06474ZM26.7323 4.88956C27.0411 4.97418 27.3739 5.00253 28.1537 5.06475L28.3127 3.07108C27.4481 3.0021 27.3435 2.98332 27.2607 2.96063L26.7323 4.88956ZM25.9243 4.55494C26.1785 4.69974 26.4499 4.81221 26.7323 4.88957L27.2607 2.96062C27.1398 2.92751 27.0235 2.87933 26.9143 2.81716L25.9243 4.55494ZM24.7953 3.67377C25.3907 4.18107 25.6461 4.39632 25.924 4.55477L26.9146 2.81733C26.84 2.77481 26.7526 2.7139 26.0924 2.15143L24.7953 3.67377ZM24.4348 3.36643L24.7951 3.67359L26.0926 2.15161L25.7323 1.84445L24.4348 3.36643ZM24.4324 3.36441L24.4349 3.36654L25.7322 1.84433L25.7297 1.8422L24.4324 3.36441ZM22.6851 1.93528C23.1653 2.28547 23.722 2.759 24.4325 3.36445L25.7296 1.84217C25.0392 1.2538 24.4183 0.723912 23.8635 0.319312L22.6851 1.93528ZM21.254 1.17817C21.7449 1.3206 22.1894 1.57388 22.6851 1.93531L23.8634 0.319278C23.2716 -0.112221 22.6131 -0.509998 21.8112 -0.742627L21.254 1.17817ZM11.8929 28.1071C12.152 28.3661 12.4507 28.6002 12.8189 28.7638C13.1914 28.9294 13.5833 29 14 29V27C13.8167 27 13.7087 26.9706 13.6312 26.9362C13.5493 26.8998 13.4481 26.8339 13.3071 26.6929L11.8929 28.1071ZM11.8929 23.8929C10.7024 25.0834 10.7024 26.9166 11.8929 28.1071L13.3071 26.6929C12.8977 26.2834 12.8977 25.7166 13.3071 25.3071L11.8929 23.8929ZM16.4929 19.2929L11.8929 23.8929L13.3071 25.3071L17.9071 20.7071L16.4929 19.2929ZM11.8929 16.1071L16.4929 20.7071L17.9071 19.2929L13.3071 14.6929L11.8929 16.1071ZM11.8929 11.8929C10.7024 13.0834 10.7024 14.9166 11.8929 16.1071L13.3071 14.6929C12.8977 14.2834 12.8977 13.7166 13.3071 13.3071L11.8929 11.8929ZM16.1071 11.8929C14.9166 10.7024 13.0834 10.7024 11.8929 11.8929L13.3071 13.3071C13.7166 12.8976 14.2834 12.8976 14.6929 13.3071L16.1071 11.8929ZM20.7071 16.4929L16.1071 11.8929L14.6929 13.3071L19.2929 17.9071L20.7071 16.4929ZM23.8929 11.8929L19.2929 16.4929L20.7071 17.9071L25.3071 13.3071L23.8929 11.8929ZM28.1071 11.8929C26.9166 10.7024 25.0834 10.7024 23.8929 11.8929L25.3071 13.3071C25.7166 12.8976 26.2834 12.8976 26.6929 13.3071L28.1071 11.8929ZM28.1071 16.1071C29.2977 14.9166 29.2977 13.0834 28.1071 11.8929L26.6929 13.3071C27.1024 13.7166 27.1024 14.2834 26.6929 14.6929L28.1071 16.1071ZM23.5071 20.7071L28.1071 16.1071L26.6929 14.6929L22.0929 19.2929L23.5071 20.7071ZM28.1071 23.8929L23.5071 19.2929L22.0929 20.7071L26.6929 25.3071L28.1071 23.8929ZM28.1071 28.1071C29.2977 26.9166 29.2977 25.0834 28.1071 23.8929L26.6929 25.3071C27.1024 25.7166 27.1024 26.2834 26.6929 26.6929L28.1071 28.1071ZM26 29C26.4167 29 26.8087 28.9294 27.1812 28.7638C27.5493 28.6002 27.8481 28.3661 28.1071 28.1071L26.6929 26.6929C26.552 26.8339 26.4507 26.8998 26.3689 26.9362C26.2914 26.9706 26.1833 27 26 27V29ZM23.8929 28.1071C24.152 28.3661 24.4507 28.6002 24.8189 28.7638C25.1914 28.9294 25.5833 29 26 29V27C25.8167 27 25.7087 26.9706 25.6312 26.9362C25.5493 26.8998 25.4481 26.8339 25.3071 26.6929L23.8929 28.1071ZM19.2929 23.5071L23.8929 28.1071L25.3071 26.6929L20.7071 22.0929L19.2929 23.5071ZM16.1071 28.1071L20.7071 23.5071L19.2929 22.0929L14.6929 26.6929L16.1071 28.1071ZM14 29C14.4167 29 14.8087 28.9294 15.1812 28.7638C15.5493 28.6002 15.8481 28.3661 16.1071 28.1071L14.6929 26.6929C14.552 26.8339 14.4507 26.8998 14.3689 26.9362C14.2914 26.9706 14.1833 27 14 27V29Z" fill="url(#paint1_linear_12_1155)" mask="url(#path-1-inside-1_12_1155)"/>
|
|
7
|
-
<defs>
|
|
8
|
-
<linearGradient id="paint0_linear_12_1155" x1="20" y1="1.0899" x2="20.6375" y2="39.9999" gradientUnits="userSpaceOnUse">
|
|
9
|
-
<stop stop-color="#E42525"/>
|
|
10
|
-
<stop offset="1" stop-color="#C90000"/>
|
|
11
|
-
</linearGradient>
|
|
12
|
-
<linearGradient id="paint1_linear_12_1155" x1="20" y1="1.21631" x2="20" y2="39.9999" gradientUnits="userSpaceOnUse">
|
|
13
|
-
<stop stop-color="#A90707"/>
|
|
14
|
-
<stop offset="1" stop-color="#E42525"/>
|
|
15
|
-
</linearGradient>
|
|
16
|
-
</defs>
|
|
17
|
-
</svg>
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.9894 0.409309C13.9864 0.394291 13.9808 0.380291 13.9764 0.365782C13.9714 0.348473 13.9673 0.331164 13.9604 0.314364C13.9533 0.297309 13.9436 0.281782 13.9347 0.265491C13.9276 0.252764 13.922 0.239273 13.9136 0.2268C13.8764 0.171055 13.8286 0.122945 13.7726 0.0857818C13.7598 0.0771273 13.7458 0.0712727 13.7326 0.0638909C13.7168 0.0552364 13.7018 0.0458182 13.685 0.0389454C13.6679 0.0318182 13.6504 0.0277455 13.6328 0.0226545C13.6186 0.0185818 13.6048 0.0129818 13.59 0.00992727C13.5572 0.00356364 13.5236 0 13.4903 0H10.4357C10.1547 0 9.92662 0.228073 9.92662 0.509091C9.92662 0.790109 10.1547 1.01818 10.4357 1.01818H12.2613L8.54851 4.73098C8.34971 4.92978 8.34971 5.25204 8.54851 5.45084C8.64779 5.55036 8.77811 5.6 8.90844 5.6C9.03877 5.6 9.1691 5.55036 9.26837 5.45084L12.9812 1.73804V3.56364C12.9812 3.84465 13.2092 4.07273 13.4903 4.07273C13.7715 4.07273 13.9994 3.84465 13.9994 3.56364V0.509091C13.9994 0.475745 13.9958 0.4424 13.9894 0.409309Z" fill="currentColor"/>
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.73098 8.549L1.01818 12.2618V10.4362C1.01818 10.1552 0.790364 9.92711 0.509091 9.92711C0.227818 9.92711 0 10.1552 0 10.4362V13.4907C0 13.5241 0.00356364 13.5574 0.0101818 13.5905C0.0129818 13.6055 0.0185818 13.6195 0.0229091 13.6341C0.028 13.6514 0.0320727 13.6687 0.0389455 13.6855C0.0460727 13.7025 0.0557455 13.7181 0.0646545 13.7341C0.0717818 13.7471 0.0773818 13.7606 0.0857818 13.773C0.122945 13.8288 0.1708 13.8769 0.2268 13.9141C0.239273 13.9225 0.253018 13.9283 0.266255 13.9354C0.282036 13.9441 0.297564 13.9538 0.314364 13.9609C0.331164 13.9678 0.348727 13.9718 0.366036 13.9769C0.380545 13.9813 0.394291 13.9869 0.409309 13.9897C0.4424 13.9963 0.475745 13.9998 0.509091 13.9998H3.56364C3.84465 13.9998 4.07273 13.7718 4.07273 13.4907C4.07273 13.2097 3.84465 12.9817 3.56364 12.9817H1.73804L5.45084 9.26886C5.64964 9.07006 5.64964 8.7478 5.45084 8.549C5.25229 8.3502 4.92953 8.3502 4.73098 8.549Z" fill="currentColor"/>
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.509091 4.07273C0.790364 4.07273 1.01818 3.84465 1.01818 3.56364V1.73804L4.73073 5.45058C4.83 5.54985 4.96033 5.59949 5.09065 5.59949C5.22073 5.59949 5.35105 5.54985 5.45058 5.45058C5.64938 5.25178 5.64938 4.92927 5.45058 4.73047L1.73804 1.01818H3.56364C3.84465 1.01818 4.07273 0.790109 4.07273 0.509091C4.07273 0.228073 3.84465 0 3.56364 0H0.509091C0.475745 0 0.4424 0.00356364 0.409309 0.00992727C0.394545 0.0129818 0.3808 0.0185818 0.366545 0.0226545C0.348982 0.0277455 0.331418 0.0318182 0.314364 0.0389455C0.297564 0.0458182 0.282545 0.0554909 0.266764 0.0638909C0.253273 0.0712727 0.239527 0.0771273 0.2268 0.0857818C0.1708 0.122945 0.122945 0.171055 0.0857818 0.2268C0.0773818 0.239273 0.0717818 0.252764 0.0646545 0.265491C0.0557455 0.281782 0.0460727 0.297309 0.0389455 0.314364C0.0320727 0.331164 0.028 0.348473 0.0229091 0.365782C0.0185818 0.380291 0.0129818 0.394291 0.0101818 0.409309C0.00356364 0.4424 0 0.475745 0 0.509091V3.56364C0 3.84465 0.227818 4.07273 0.509091 4.07273Z" fill="currentColor"/>
|
|
5
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.4905 9.92737C13.2095 9.92737 12.9814 10.1554 12.9814 10.4365V12.2621L9.26862 8.549C9.06982 8.3502 8.74731 8.3502 8.54851 8.549C8.34971 8.7478 8.34971 9.07031 8.54851 9.26911L12.2616 12.9819H10.436C10.155 12.9819 9.92688 13.21 9.92688 13.491C9.92688 13.772 10.155 14.0001 10.436 14.0001H13.4905C13.5239 14.0001 13.5572 13.9965 13.5903 13.9899C13.6053 13.9871 13.6191 13.9815 13.6336 13.9772C13.6509 13.9721 13.6684 13.968 13.6852 13.9611C13.702 13.954 13.7176 13.9443 13.7334 13.9357C13.7466 13.9286 13.7603 13.9227 13.7728 13.9143C13.8288 13.8771 13.8767 13.829 13.9138 13.7733C13.9222 13.7608 13.9278 13.7473 13.935 13.7343C13.9439 13.7183 13.9535 13.7028 13.9607 13.6857C13.9675 13.6689 13.9716 13.6516 13.9767 13.6343C13.981 13.6198 13.9866 13.6058 13.9897 13.5908C13.996 13.5577 13.9996 13.5243 13.9996 13.491V10.4365C13.9996 10.1554 13.7718 9.92737 13.4905 9.92737Z" fill="currentColor"/>
|
|
6
|
-
</svg>
|