pixel-react 1.9.2 → 1.9.4
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/.yarn/install-state.gz +0 -0
- package/lib/components/Charts/BarChart/BarChart.d.ts +1 -0
- package/lib/components/Charts/MultiRadialChart/types.d.ts +2 -0
- package/lib/components/Table/Table.d.ts +1 -1
- package/lib/components/Table/Types.d.ts +8 -0
- package/lib/components/TableTree/Components/TableCell.d.ts +1 -1
- package/lib/components/TableTree/Components/TableRow.d.ts +1 -1
- package/lib/components/TableTree/data.d.ts +54 -222
- package/lib/components/TableTree/types.d.ts +0 -6
- package/lib/index.d.ts +15 -2
- package/lib/index.esm.js +21314 -21374
- package/lib/index.esm.js.map +1 -1
- package/lib/index.js +21319 -21378
- package/lib/index.js.map +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/lib/utils/swapArrayItem/dragAndDropUtils.d.ts +1 -0
- package/package.json +1 -1
- package/src/StyleGuide/ColorPalette/colorPaletteList.ts +55 -0
- package/src/assets/Themes/BaseTheme.scss +17 -6
- package/src/assets/Themes/BlueTheme.scss +12 -0
- package/src/assets/Themes/DarkTheme.scss +20 -6
- package/src/assets/icons/approval_pending.svg +8 -8
- package/src/assets/icons/azure.svg +9 -0
- package/src/assets/icons/bitbucket.svg +9 -0
- package/src/assets/icons/configuration.svg +3 -3
- package/src/assets/icons/defects.svg +8 -8
- package/src/assets/icons/element.svg +4 -4
- package/src/assets/icons/github.svg +9 -0
- package/src/assets/icons/gitlab.svg +9 -0
- package/src/assets/icons/jenkins.svg +9 -0
- package/src/assets/icons/jira_logo.svg +9 -0
- package/src/assets/icons/primary_calendar_icon.svg +3 -0
- package/src/assets/icons/project_element.svg +4 -4
- package/src/assets/icons/slack.svg +9 -0
- package/src/assets/icons/step_group.svg +10 -10
- package/src/assets/icons/variable.svg +3 -3
- package/src/assets/icons/web_service_icon.svg +3 -3
- package/src/components/Charts/BarChart/BarChart.stories.tsx +2 -1
- package/src/components/Charts/BarChart/BarChart.tsx +6 -2
- package/src/components/Charts/MultiRadialChart/MultiRadialChart.scss +0 -2
- package/src/components/Charts/MultiRadialChart/MultiRadialChart.stories.tsx +7 -1
- package/src/components/Charts/MultiRadialChart/MultiRadialChart.tsx +5 -2
- package/src/components/Charts/MultiRadialChart/types.ts +2 -0
- package/src/components/DatePicker/DatePicker.scss +379 -632
- package/src/components/DatePicker/DatePicker.tsx +130 -98
- package/src/components/DatePicker/Timepicker.tsx +1 -13
- package/src/components/Icon/iconList.ts +16 -0
- package/src/components/Table/Table.scss +44 -11
- package/src/components/Table/Table.stories.tsx +60 -1
- package/src/components/Table/Table.tsx +190 -123
- package/src/components/Table/Types.ts +8 -0
- package/src/components/TableTree/Components/TableBody.tsx +17 -19
- package/src/components/TableTree/Components/TableCell.tsx +4 -7
- package/src/components/TableTree/Components/TableRow.tsx +4 -7
- package/src/components/TableTree/TableTree.stories.tsx +10 -10
- package/src/components/TableTree/TableTree.tsx +1 -1
- package/src/components/TableTree/data.ts +53 -331
- package/src/components/TableTree/types.ts +0 -6
- package/src/components/TextArea/Textarea.scss +24 -6
- package/src/index.ts +3 -1
- package/src/utils/swapArrayItem/dragAndDropUtils.ts +11 -0
- package/lib/1fb4472b34e4fe07.css +0 -1
- package/lib/StyleGuide/ColorPalette/ColorPalette.stories.d.ts +0 -6
- package/lib/StyleGuide/Typography/Typography.stories.d.ts +0 -6
- package/lib/assets/fonts/Poppins-Bold.ttf +0 -0
- package/lib/assets/fonts/Poppins-Medium.ttf +0 -0
- package/lib/assets/fonts/Poppins-Regular.ttf +0 -0
- package/lib/assets/fonts/Poppins-SemiBold.ttf +0 -0
- package/lib/components/Accordion/Accordion.stories.d.ts +0 -6
- package/lib/components/AddButton/AddButton.d.ts +0 -5
- package/lib/components/AddButton/AddButton.stories.d.ts +0 -6
- package/lib/components/AddButton/index.d.ts +0 -1
- package/lib/components/AddButton/types.d.ts +0 -4
- package/lib/components/AddResourceButton/AddButton.stories.d.ts +0 -8
- package/lib/components/AddVariables/AddVariables.d.ts +0 -5
- package/lib/components/AddVariables/index.d.ts +0 -1
- package/lib/components/AddVariables/types.d.ts +0 -35
- package/lib/components/AllProjectsDropdown/AllProjectsDropdown.stories.d.ts +0 -7
- package/lib/components/AppHeader/AppHeader.stories.d.ts +0 -7
- package/lib/components/AttachImage/AttachImage.stories.d.ts +0 -7
- package/lib/components/AttachmentButton/AttachmentButton.stories.d.ts +0 -9
- package/lib/components/Avatar/Avatar.stories.d.ts +0 -10
- package/lib/components/Button/Button.stories.d.ts +0 -13
- package/lib/components/Charts/BarChart/BarChart.stories.d.ts +0 -6
- 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/IconRadialChart/IconRadialChart.stories.d.ts +0 -8
- package/lib/components/Charts/LineChart/LineChart.stories.d.ts +0 -7
- package/lib/components/Charts/MultiRadialChart/MultiRadialChart.stories.d.ts +0 -8
- 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/ConnectingBranch/ConnectingBranch.stories.d.ts +0 -6
- 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 -12
- package/lib/components/EditTextField/EditTextField.stories.d.ts +0 -10
- package/lib/components/Editor/Editor.stories.d.ts +0 -6
- package/lib/components/Excel/ContextMenu/ContextMenu.d.ts +0 -4
- package/lib/components/Excel/ExcelFile.stories.d.ts +0 -6
- 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 -174
- package/lib/components/ExcelFile/ExcelFile/Excel/areModelsEqual.d.ts +0 -1
- 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/point.d.ts +0 -11
- 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 -44
- package/lib/components/ExcelFile/ExcelFile/ExcelFile.d.ts +0 -19
- package/lib/components/ExcelFile/ExcelFile.stories.d.ts +0 -6
- package/lib/components/ExcelFile/ExcelSheetBar/ExcelSheetBar.d.ts +0 -12
- package/lib/components/ExcelFile/ExcelToolBar/ExcelToolBar.d.ts +0 -15
- package/lib/components/ExcelFile/ImportExcelStyles.d.ts +0 -24
- package/lib/components/ExcelFile/Types.d.ts +0 -129
- package/lib/components/ExcelFile/index.d.ts +0 -1
- 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 -7
- 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 -8
- 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/LabelEditTextField/LabelEditTextField.stories.d.ts +0 -13
- 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 -10
- package/lib/components/Modal/Modal.stories.d.ts +0 -7
- package/lib/components/ModulesChip/ModuleChip.stories.d.ts +0 -6
- package/lib/components/MultiSelect/MultiSelect.stories.d.ts +0 -11
- 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 -14
- package/lib/components/Select/components/Dropdown/Dropdown.d.ts +0 -4
- package/lib/components/Select/components/Dropdown/dropdownTypes.d.ts +0 -17
- 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/StatusCard/StatusCard.stories.d.ts +0 -11
- package/lib/components/Table/Table.stories.d.ts +0 -13
- 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/Toastify/Toastify.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/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/find/findAndInsert.d.ts +0 -7
- package/lib/utils/find/findAndInsert.stories.d.ts +0 -7
- 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/getSequentialPayload/getSequentialPayload.stories.d.ts +0 -10
- package/lib/utils/throttle/throttle.stories.d.ts +0 -6
- package/lib/utils/truncateText/truncateText.stories.d.ts +0 -6
package/lib/tsconfig.tsbuildinfo
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"root":["../src/index.ts","../src/styleguide/colorpalette/colorpalette.tsx","../src/styleguide/colorpalette/colorpalettelist.ts","../src/styleguide/colorpalette/index.ts","../src/styleguide/colorpalette/types.ts","../src/styleguide/typography/typography.tsx","../src/styleguide/typography/typographylist.ts","../src/styleguide/typography/types.ts","../src/assets/utils/functionutils.ts","../src/components/accordion/accordion.tsx","../src/components/accordion/index.ts","../src/components/accordion/types.ts","../src/components/addresourcebutton/addbutton.tsx","../src/components/addresourcebutton/index.ts","../src/components/addresourcebutton/type.ts","../src/components/addresourcebutton/arrowsbutton/arrowsbutton.tsx","../src/components/allprojectsdropdown/allprojectsdropdown.tsx","../src/components/allprojectsdropdown/index.ts","../src/components/allprojectsdropdown/types.ts","../src/components/appheader/appheader.tsx","../src/components/appheader/index.ts","../src/components/appheader/types.ts","../src/components/attachimage/attachimage.tsx","../src/components/attachimage/index.ts","../src/components/attachimage/types.ts","../src/components/attachmentbutton/attachmentbutton.tsx","../src/components/attachmentbutton/index.ts","../src/components/attachmentbutton/types.ts","../src/components/avatar/avatar.tsx","../src/components/avatar/index.ts","../src/components/avatar/types.ts","../src/components/button/button.tsx","../src/components/button/index.ts","../src/components/button/types.ts","../src/components/charts/barchart/barchart.tsx","../src/components/charts/barchart/index.ts","../src/components/charts/barchart/types.ts","../src/components/charts/dashboarddonutchart/dashboarddonutchart.tsx","../src/components/charts/dashboarddonutchart/index.ts","../src/components/charts/dashboarddonutchart/types.ts","../src/components/charts/donutchart/donutchart.tsx","../src/components/charts/donutchart/index.ts","../src/components/charts/donutchart/type.ts","../src/components/charts/iconradialchart/iconradialchart.tsx","../src/components/charts/iconradialchart/index.ts","../src/components/charts/iconradialchart/types.ts","../src/components/charts/linechart/linechart.tsx","../src/components/charts/linechart/index.ts","../src/components/charts/linechart/types.ts","../src/components/charts/multiradialchart/multiradialchart.tsx","../src/components/charts/multiradialchart/index.ts","../src/components/charts/multiradialchart/types.ts","../src/components/charts/piechart/piechart.tsx","../src/components/charts/piechart/index.ts","../src/components/charts/piechart/types.ts","../src/components/charts/radialchart/radialchart.tsx","../src/components/charts/radialchart/index.ts","../src/components/charts/radialchart/types.ts","../src/components/checkbox/checkbox.tsx","../src/components/checkbox/index.ts","../src/components/checkbox/types.ts","../src/components/chip/chip.tsx","../src/components/chip/index.ts","../src/components/chip/types.ts","../src/components/choosefile/choosefile.tsx","../src/components/choosefile/types.ts","../src/components/comment/comments.tsx","../src/components/comment/index.ts","../src/components/comment/type.ts","../src/components/comment/comment/comment.tsx","../src/components/comment/comment/usenode.ts","../src/components/conditionaldropdown/conditionaldropdown.tsx","../src/components/conditionaldropdown/optionsdropdown.tsx","../src/components/conditionaldropdown/index.ts","../src/components/conditionaldropdown/types.ts","../src/components/connectingbranch/connectingbranch.tsx","../src/components/connectingbranch/data.tsx","../src/components/connectingbranch/index.ts","../src/components/connectingbranch/types.ts","../src/components/connectingbranch/branchcomponents/machineinstances.tsx","../src/components/createvariable/createvariableslider.tsx","../src/components/createvariable/index.ts","../src/components/createvariable/types.ts","../src/components/datepicker/datepicker.tsx","../src/components/datepicker/timepicker.tsx","../src/components/datepicker/index.ts","../src/components/datepicker/types.ts","../src/components/downloadclient/downloadclient.tsx","../src/components/downloadclient/index.ts","../src/components/downloadclient/type.ts","../src/components/draganddrop/draganddrop.ts","../src/components/draganddrop/draganddroplist.tsx","../src/components/draganddrop/index.ts","../src/components/drawer/drawer.tsx","../src/components/drawer/types.ts","../src/components/drawer/index.ts","../src/components/edittextfield/edittextfield.tsx","../src/components/edittextfield/index.ts","../src/components/edittextfield/types.ts","../src/components/editor/editor.tsx","../src/components/editor/variabledropdown.tsx","../src/components/editor/constants.ts","../src/components/editor/index.ts","../src/components/editor/types.ts","../src/components/excel/types.ts","../src/components/excel/dataconversion.ts","../src/components/excel/index.ts","../src/components/excel/colorbarselector/colorbarselector.tsx","../src/components/excel/excelcontextmenu/excelcontextmenu.tsx","../src/components/excel/excelfile/excelfile.tsx","../src/components/excel/excelfile/excelfilecomponents/activecell.tsx","../src/components/excel/excelfile/excelfilecomponents/cell.tsx","../src/components/excel/excelfile/excelfilecomponents/columnindicator.tsx","../src/components/excel/excelfile/excelfilecomponents/copied.tsx","../src/components/excel/excelfile/excelfilecomponents/cornerindicator.tsx","../src/components/excel/excelfile/excelfilecomponents/dataeditor.tsx","../src/components/excel/excelfile/excelfilecomponents/dataviewer.tsx","../src/components/excel/excelfile/excelfilecomponents/floatingrect.tsx","../src/components/excel/excelfile/excelfilecomponents/headerrow.tsx","../src/components/excel/excelfile/excelfilecomponents/row.tsx","../src/components/excel/excelfile/excelfilecomponents/rowindicator.tsx","../src/components/excel/excelfile/excelfilecomponents/selected.tsx","../src/components/excel/excelfile/excelfilecomponents/spreadsheet.tsx","../src/components/excel/excelfile/excelfilecomponents/table.tsx","../src/components/excel/excelfile/excelfilecomponents/actions.ts","../src/components/excel/excelfile/excelfilecomponents/aremodelsequal.ts","../src/components/excel/excelfile/excelfilecomponents/context.ts","../src/components/excel/excelfile/excelfilecomponents/index.ts","../src/components/excel/excelfile/excelfilecomponents/matrix.ts","../src/components/excel/excelfile/excelfilecomponents/point-range.ts","../src/components/excel/excelfile/excelfilecomponents/point.ts","../src/components/excel/excelfile/excelfilecomponents/reducer.ts","../src/components/excel/excelfile/excelfilecomponents/reducerfunctions.ts","../src/components/excel/excelfile/excelfilecomponents/selection.ts","../src/components/excel/excelfile/excelfilecomponents/types.ts","../src/components/excel/excelfile/excelfilecomponents/use-dispatch.ts","../src/components/excel/excelfile/excelfilecomponents/use-selector.ts","../src/components/excel/excelfile/excelfilecomponents/util.ts","../src/components/excel/excelfile/excelfilecomponents/engine/engine.ts","../src/components/excel/excelfile/excelfilecomponents/engine/formula.ts","../src/components/excel/excelfile/excelfilecomponents/engine/index.ts","../src/components/excel/excelfile/excelfilecomponents/engine/point-graph.ts","../src/components/excel/excelfile/excelfilecomponents/engine/point-hash.ts","../src/components/excel/excelfile/excelfilecomponents/engine/point-set.ts","../src/components/excel/excelfile/excelfilecomponents/typings/fast-formula-parser.d.ts","../src/components/excel/exceltoolbar/exceltoolbar.tsx","../src/components/expandablemenu/expandablemenu.tsx","../src/components/expandablemenu/index.ts","../src/components/expandablemenu/types.ts","../src/components/ff_captcha/recaptcha.tsx","../src/components/ff_captcha/index.ts","../src/components/ff_captcha/types.ts","../src/components/fieldset/fieldset.tsx","../src/components/fieldset/index.ts","../src/components/fieldset/types.ts","../src/components/filedropzone/dropzone.tsx","../src/components/filedropzone/filedropzone.tsx","../src/components/filedropzone/filepreview.tsx","../src/components/filedropzone/radiofilepreview.tsx","../src/components/filedropzone/index.ts","../src/components/filedropzone/types.ts","../src/components/form/form.ts","../src/components/form/forms.tsx","../src/components/form/index.ts","../src/components/form/types.ts","../src/components/gridlayout/gridlayout.tsx","../src/components/gridlayout/index.ts","../src/components/gridlayout/types.ts","../src/components/highlighttext/highlighttext.tsx","../src/components/highlighttext/index.ts","../src/components/highlighttext/types.ts","../src/components/icon/icon.tsx","../src/components/icon/iconlist.ts","../src/components/icon/index.ts","../src/components/icon/types.ts","../src/components/iconbutton/iconbutton.tsx","../src/components/iconbutton/index.ts","../src/components/iconbutton/types.ts","../src/components/iconradiogroup/iconradiogroup.tsx","../src/components/iconradiogroup/index.ts","../src/components/iconradiogroup/type.ts","../src/components/input/input.tsx","../src/components/input/index.ts","../src/components/input/types.ts","../src/components/inputwithdropdown/inputwithdropdown.tsx","../src/components/inputwithdropdown/index.ts","../src/components/inputwithdropdown/types.ts","../src/components/labeledittextfield/labeledittextfield.tsx","../src/components/labeledittextfield/index.ts","../src/components/labeledittextfield/types.ts","../src/components/lazyload/lazyload.ts","../src/components/lazyload/lazyloading.tsx","../src/components/lazyload/index.ts","../src/components/machineinputfield/machineinputfield.tsx","../src/components/machineinputfield/index.ts","../src/components/machineinputfield/types.ts","../src/components/menuoption/menuoption.tsx","../src/components/menuoption/index.ts","../src/components/menuoption/types.ts","../src/components/minimodal/minimodal.tsx","../src/components/minimodal/index.ts","../src/components/minimodal/types.ts","../src/components/mobileskin/mobileskin.tsx","../src/components/mobileskin/mobileskininterface.ts","../src/components/mobileskin/index.ts","../src/components/mobileskin/types.ts","../src/components/modal/modal.tsx","../src/components/modal/index.tsx","../src/components/modal/types.ts","../src/components/moduleschip/modulechip.tsx","../src/components/moduleschip/index.ts","../src/components/moduleschip/types.ts","../src/components/multiselect/dropdown.tsx","../src/components/multiselect/multiselect.tsx","../src/components/multiselect/multiselecttypes.ts","../src/components/multiselect/dropdowntypes.ts","../src/components/multiselect/index.ts","../src/components/nlpinput/nlpinput.tsx","../src/components/nlpinput/index.ts","../src/components/nlpinput/sampledata.ts","../src/components/nlpinput/types.tsx","../src/components/nlpinput/components/nlpdropdown/nlpdropdowntype.ts","../src/components/nlpinput/components/nlpdropdown/nlpdropdown.tsx","../src/components/paper/paper.tsx","../src/components/paper/index.ts","../src/components/paper/types.ts","../src/components/phoneinput/phoneinput.tsx","../src/components/phoneinput/index.ts","../src/components/phoneinput/types.ts","../src/components/popupmodal/popupmodal.tsx","../src/components/popupmodal/types.ts","../src/components/progressbar/progressbar.tsx","../src/components/progressbar/index.ts","../src/components/progressbar/types.ts","../src/components/radiobutton/radiobutton.tsx","../src/components/radiobutton/index.ts","../src/components/radiobutton/radiobuttontypes.tsx","../src/components/radiogroup/radiogroup.tsx","../src/components/radiogroup/index.ts","../src/components/radiogroup/radiogrouptypes.tsx","../src/components/scriptswitchbutton/scriptswitchbutton.tsx","../src/components/scriptswitchbutton/index.ts","../src/components/search/search.tsx","../src/components/search/index.ts","../src/components/search/types.ts","../src/components/select/select.tsx","../src/components/select/index.ts","../src/components/select/types.ts","../src/components/select/components/dropdown.tsx","../src/components/select/components/types.ts","../src/components/sequentialconnectingbranch/sequentialconnectingbranch.tsx","../src/components/sequentialconnectingbranch/index.ts","../src/components/sequentialconnectingbranch/types.ts","../src/components/sequentialconnectingbranch/components/branches/branches.tsx","../src/components/sequentialconnectingbranch/components/branches/types.ts","../src/components/sequentialconnectingbranch/components/connectingbranches/connectingbranches.tsx","../src/components/sequentialconnectingbranch/components/connectingbranches/types.ts","../src/components/statedropdown/statedropdown.tsx","../src/components/statedropdown/statedropdowntypes.tsx","../src/components/statedropdown/index.ts","../src/components/statusbutton/statusbutton.tsx","../src/components/statusbutton/index.ts","../src/components/statusbutton/types.ts","../src/components/statuscard/statuscard.tsx","../src/components/statuscard/index.ts","../src/components/statuscard/types.ts","../src/components/table/table.tsx","../src/components/table/types.ts","../src/components/table/index.ts","../src/components/tabletree/tabletree.tsx","../src/components/tabletree/data.ts","../src/components/tabletree/index.ts","../src/components/tabletree/types.ts","../src/components/tabletree/components/tablebody.tsx","../src/components/tabletree/components/tablecell.tsx","../src/components/tabletree/components/tablehead.tsx","../src/components/tabletree/components/tablerow.tsx","../src/components/tabletree/utils/getallchildids.ts","../src/components/tabletree/utils/renderspaces.ts","../src/components/tablewithaccordion/tablewithaccordion.tsx","../src/components/tablewithaccordion/data.ts","../src/components/tablewithaccordion/index.ts","../src/components/tablewithaccordion/types.ts","../src/components/tabs/tabs.tsx","../src/components/tabs/index.ts","../src/components/tabs/types.ts","../src/components/textarea/textarea.tsx","../src/components/textarea/types.ts","../src/components/textarea/index.tsx","../src/components/themeprovider/themeprovider.tsx","../src/components/themeprovider/index.ts","../src/components/themeprovider/types.ts","../src/components/toast/toast.tsx","../src/components/toast/index.ts","../src/components/toast/types.ts","../src/components/toastify/toastify.tsx","../src/components/toastify/index.ts","../src/components/toastify/types.ts","../src/components/toggle/toggle.tsx","../src/components/toggle/index.ts","../src/components/toggle/types.ts","../src/components/toggleswitch/toggleswitch.tsx","../src/components/toggleswitch/index.ts","../src/components/tooltip/tooltip.tsx","../src/components/tooltip/index.ts","../src/components/tooltip/types.ts","../src/components/typography/typography.tsx","../src/components/typography/index.ts","../src/components/typography/types.ts","../src/components/variableinput/variableinput.tsx","../src/components/variableinput/index.ts","../src/components/variableinput/types.ts","../src/hooks/useclickoutside.tsx","../src/hooks/usefiledropzone.tsx","../src/hooks/useintersectionobserver.tsx","../src/hooks/useportalposition.tsx","../src/hooks/usetheme.tsx","../src/hooks/keyboardevents/useesckeyevent.tsx","../src/utils/formatstring/formatstring.tsx","../src/utils/tablecell/tablecell.ts","../src/utils/capitalize/capitalize.tsx","../src/utils/checkduplicates/checkduplicates.ts","../src/utils/checkempty/checkempty.ts","../src/utils/comparearrays/comparearrays.ts","../src/utils/compareobjects/compareobjects.ts","../src/utils/debounce/debounce.ts","../src/utils/downloadfile/savefilefromblob.ts","../src/utils/ffid/ffid.ts","../src/utils/findandinsert/findandinsert.ts","../src/utils/formdata/convertformdatatoobject.ts","../src/utils/functioncheck/functioncheck.ts","../src/utils/getencrypteddata/getencrypteddata.ts","../src/utils/getextension/getextension.ts","../src/utils/getselectoptionvalue/getselectoptionvalue.ts","../src/utils/getsequentialpayload/getsequentialpayload.ts","../src/utils/getsequentialpayload/types.ts","../src/utils/indexdbstore/indexdb.ts","../src/utils/keyboardactionutil/usekeyboardactions.tsx","../src/utils/keyboardactionutil/types.ts","../src/utils/throttle/throttle.ts","../src/utils/truncatetext/truncatetext.ts","../src/utils/validatefile/validatefile.ts","../src/validations/regex.ts"],"version":"5.6.3"}
|
1
|
+
{"root":["../src/index.ts","../src/styleguide/colorpalette/colorpalette.tsx","../src/styleguide/colorpalette/colorpalettelist.ts","../src/styleguide/colorpalette/index.ts","../src/styleguide/colorpalette/types.ts","../src/styleguide/typography/typography.tsx","../src/styleguide/typography/typographylist.ts","../src/styleguide/typography/types.ts","../src/assets/utils/functionutils.ts","../src/components/accordion/accordion.tsx","../src/components/accordion/index.ts","../src/components/accordion/types.ts","../src/components/addresourcebutton/addbutton.tsx","../src/components/addresourcebutton/index.ts","../src/components/addresourcebutton/type.ts","../src/components/addresourcebutton/arrowsbutton/arrowsbutton.tsx","../src/components/allprojectsdropdown/allprojectsdropdown.tsx","../src/components/allprojectsdropdown/index.ts","../src/components/allprojectsdropdown/types.ts","../src/components/appheader/appheader.tsx","../src/components/appheader/index.ts","../src/components/appheader/types.ts","../src/components/attachimage/attachimage.tsx","../src/components/attachimage/index.ts","../src/components/attachimage/types.ts","../src/components/attachmentbutton/attachmentbutton.tsx","../src/components/attachmentbutton/index.ts","../src/components/attachmentbutton/types.ts","../src/components/avatar/avatar.tsx","../src/components/avatar/index.ts","../src/components/avatar/types.ts","../src/components/button/button.tsx","../src/components/button/index.ts","../src/components/button/types.ts","../src/components/charts/barchart/barchart.tsx","../src/components/charts/barchart/index.ts","../src/components/charts/barchart/types.ts","../src/components/charts/dashboarddonutchart/dashboarddonutchart.tsx","../src/components/charts/dashboarddonutchart/index.ts","../src/components/charts/dashboarddonutchart/types.ts","../src/components/charts/donutchart/donutchart.tsx","../src/components/charts/donutchart/index.ts","../src/components/charts/donutchart/type.ts","../src/components/charts/iconradialchart/iconradialchart.tsx","../src/components/charts/iconradialchart/index.ts","../src/components/charts/iconradialchart/types.ts","../src/components/charts/linechart/linechart.tsx","../src/components/charts/linechart/index.ts","../src/components/charts/linechart/types.ts","../src/components/charts/multiradialchart/multiradialchart.tsx","../src/components/charts/multiradialchart/index.ts","../src/components/charts/multiradialchart/types.ts","../src/components/charts/piechart/piechart.tsx","../src/components/charts/piechart/index.ts","../src/components/charts/piechart/types.ts","../src/components/charts/radialchart/radialchart.tsx","../src/components/charts/radialchart/index.ts","../src/components/charts/radialchart/types.ts","../src/components/checkbox/checkbox.tsx","../src/components/checkbox/index.ts","../src/components/checkbox/types.ts","../src/components/chip/chip.tsx","../src/components/chip/index.ts","../src/components/chip/types.ts","../src/components/choosefile/choosefile.tsx","../src/components/choosefile/types.ts","../src/components/comment/comments.tsx","../src/components/comment/index.ts","../src/components/comment/type.ts","../src/components/comment/comment/comment.tsx","../src/components/comment/comment/usenode.ts","../src/components/conditionaldropdown/conditionaldropdown.tsx","../src/components/conditionaldropdown/optionsdropdown.tsx","../src/components/conditionaldropdown/index.ts","../src/components/conditionaldropdown/types.ts","../src/components/connectingbranch/connectingbranch.tsx","../src/components/connectingbranch/data.tsx","../src/components/connectingbranch/index.ts","../src/components/connectingbranch/types.ts","../src/components/connectingbranch/branchcomponents/machineinstances.tsx","../src/components/createvariable/createvariableslider.tsx","../src/components/createvariable/index.ts","../src/components/createvariable/types.ts","../src/components/datepicker/datepicker.tsx","../src/components/datepicker/timepicker.tsx","../src/components/datepicker/index.ts","../src/components/datepicker/types.ts","../src/components/downloadclient/downloadclient.tsx","../src/components/downloadclient/index.ts","../src/components/downloadclient/type.ts","../src/components/draganddrop/draganddrop.ts","../src/components/draganddrop/draganddroplist.tsx","../src/components/draganddrop/index.ts","../src/components/drawer/drawer.tsx","../src/components/drawer/types.ts","../src/components/drawer/index.ts","../src/components/edittextfield/edittextfield.tsx","../src/components/edittextfield/index.ts","../src/components/edittextfield/types.ts","../src/components/editor/editor.tsx","../src/components/editor/variabledropdown.tsx","../src/components/editor/constants.ts","../src/components/editor/index.ts","../src/components/editor/types.ts","../src/components/excel/types.ts","../src/components/excel/dataconversion.ts","../src/components/excel/index.ts","../src/components/excel/colorbarselector/colorbarselector.tsx","../src/components/excel/excelcontextmenu/excelcontextmenu.tsx","../src/components/excel/excelfile/excelfile.tsx","../src/components/excel/excelfile/excelfilecomponents/activecell.tsx","../src/components/excel/excelfile/excelfilecomponents/cell.tsx","../src/components/excel/excelfile/excelfilecomponents/columnindicator.tsx","../src/components/excel/excelfile/excelfilecomponents/copied.tsx","../src/components/excel/excelfile/excelfilecomponents/cornerindicator.tsx","../src/components/excel/excelfile/excelfilecomponents/dataeditor.tsx","../src/components/excel/excelfile/excelfilecomponents/dataviewer.tsx","../src/components/excel/excelfile/excelfilecomponents/floatingrect.tsx","../src/components/excel/excelfile/excelfilecomponents/headerrow.tsx","../src/components/excel/excelfile/excelfilecomponents/row.tsx","../src/components/excel/excelfile/excelfilecomponents/rowindicator.tsx","../src/components/excel/excelfile/excelfilecomponents/selected.tsx","../src/components/excel/excelfile/excelfilecomponents/spreadsheet.tsx","../src/components/excel/excelfile/excelfilecomponents/table.tsx","../src/components/excel/excelfile/excelfilecomponents/actions.ts","../src/components/excel/excelfile/excelfilecomponents/aremodelsequal.ts","../src/components/excel/excelfile/excelfilecomponents/context.ts","../src/components/excel/excelfile/excelfilecomponents/index.ts","../src/components/excel/excelfile/excelfilecomponents/matrix.ts","../src/components/excel/excelfile/excelfilecomponents/point-range.ts","../src/components/excel/excelfile/excelfilecomponents/point.ts","../src/components/excel/excelfile/excelfilecomponents/reducer.ts","../src/components/excel/excelfile/excelfilecomponents/reducerfunctions.ts","../src/components/excel/excelfile/excelfilecomponents/selection.ts","../src/components/excel/excelfile/excelfilecomponents/types.ts","../src/components/excel/excelfile/excelfilecomponents/use-dispatch.ts","../src/components/excel/excelfile/excelfilecomponents/use-selector.ts","../src/components/excel/excelfile/excelfilecomponents/util.ts","../src/components/excel/excelfile/excelfilecomponents/engine/engine.ts","../src/components/excel/excelfile/excelfilecomponents/engine/formula.ts","../src/components/excel/excelfile/excelfilecomponents/engine/index.ts","../src/components/excel/excelfile/excelfilecomponents/engine/point-graph.ts","../src/components/excel/excelfile/excelfilecomponents/engine/point-hash.ts","../src/components/excel/excelfile/excelfilecomponents/engine/point-set.ts","../src/components/excel/excelfile/excelfilecomponents/typings/fast-formula-parser.d.ts","../src/components/excel/exceltoolbar/exceltoolbar.tsx","../src/components/expandablemenu/expandablemenu.tsx","../src/components/expandablemenu/index.ts","../src/components/expandablemenu/types.ts","../src/components/ff_captcha/recaptcha.tsx","../src/components/ff_captcha/index.ts","../src/components/ff_captcha/types.ts","../src/components/fieldset/fieldset.tsx","../src/components/fieldset/index.ts","../src/components/fieldset/types.ts","../src/components/filedropzone/dropzone.tsx","../src/components/filedropzone/filedropzone.tsx","../src/components/filedropzone/filepreview.tsx","../src/components/filedropzone/radiofilepreview.tsx","../src/components/filedropzone/index.ts","../src/components/filedropzone/types.ts","../src/components/form/form.ts","../src/components/form/forms.tsx","../src/components/form/index.ts","../src/components/form/types.ts","../src/components/gridlayout/gridlayout.tsx","../src/components/gridlayout/index.ts","../src/components/gridlayout/types.ts","../src/components/highlighttext/highlighttext.tsx","../src/components/highlighttext/index.ts","../src/components/highlighttext/types.ts","../src/components/icon/icon.tsx","../src/components/icon/iconlist.ts","../src/components/icon/index.ts","../src/components/icon/types.ts","../src/components/iconbutton/iconbutton.tsx","../src/components/iconbutton/index.ts","../src/components/iconbutton/types.ts","../src/components/iconradiogroup/iconradiogroup.tsx","../src/components/iconradiogroup/index.ts","../src/components/iconradiogroup/type.ts","../src/components/input/input.tsx","../src/components/input/index.ts","../src/components/input/types.ts","../src/components/inputwithdropdown/inputwithdropdown.tsx","../src/components/inputwithdropdown/index.ts","../src/components/inputwithdropdown/types.ts","../src/components/labeledittextfield/labeledittextfield.tsx","../src/components/labeledittextfield/index.ts","../src/components/labeledittextfield/types.ts","../src/components/lazyload/lazyload.ts","../src/components/lazyload/lazyloading.tsx","../src/components/lazyload/index.ts","../src/components/machineinputfield/machineinputfield.tsx","../src/components/machineinputfield/index.ts","../src/components/machineinputfield/types.ts","../src/components/menuoption/menuoption.tsx","../src/components/menuoption/index.ts","../src/components/menuoption/types.ts","../src/components/minimodal/minimodal.tsx","../src/components/minimodal/index.ts","../src/components/minimodal/types.ts","../src/components/mobileskin/mobileskin.tsx","../src/components/mobileskin/mobileskininterface.ts","../src/components/mobileskin/index.ts","../src/components/mobileskin/types.ts","../src/components/modal/modal.tsx","../src/components/modal/index.tsx","../src/components/modal/types.ts","../src/components/moduleschip/modulechip.tsx","../src/components/moduleschip/index.ts","../src/components/moduleschip/types.ts","../src/components/multiselect/dropdown.tsx","../src/components/multiselect/multiselect.tsx","../src/components/multiselect/multiselecttypes.ts","../src/components/multiselect/dropdowntypes.ts","../src/components/multiselect/index.ts","../src/components/nlpinput/nlpinput.tsx","../src/components/nlpinput/index.ts","../src/components/nlpinput/sampledata.ts","../src/components/nlpinput/types.tsx","../src/components/nlpinput/components/nlpdropdown/nlpdropdowntype.ts","../src/components/nlpinput/components/nlpdropdown/nlpdropdown.tsx","../src/components/paper/paper.tsx","../src/components/paper/index.ts","../src/components/paper/types.ts","../src/components/phoneinput/phoneinput.tsx","../src/components/phoneinput/index.ts","../src/components/phoneinput/types.ts","../src/components/popupmodal/popupmodal.tsx","../src/components/popupmodal/types.ts","../src/components/progressbar/progressbar.tsx","../src/components/progressbar/index.ts","../src/components/progressbar/types.ts","../src/components/radiobutton/radiobutton.tsx","../src/components/radiobutton/index.ts","../src/components/radiobutton/radiobuttontypes.tsx","../src/components/radiogroup/radiogroup.tsx","../src/components/radiogroup/index.ts","../src/components/radiogroup/radiogrouptypes.tsx","../src/components/scriptswitchbutton/scriptswitchbutton.tsx","../src/components/scriptswitchbutton/index.ts","../src/components/search/search.tsx","../src/components/search/index.ts","../src/components/search/types.ts","../src/components/select/select.tsx","../src/components/select/index.ts","../src/components/select/types.ts","../src/components/select/components/dropdown.tsx","../src/components/select/components/types.ts","../src/components/sequentialconnectingbranch/sequentialconnectingbranch.tsx","../src/components/sequentialconnectingbranch/index.ts","../src/components/sequentialconnectingbranch/types.ts","../src/components/sequentialconnectingbranch/components/branches/branches.tsx","../src/components/sequentialconnectingbranch/components/branches/types.ts","../src/components/sequentialconnectingbranch/components/connectingbranches/connectingbranches.tsx","../src/components/sequentialconnectingbranch/components/connectingbranches/types.ts","../src/components/statedropdown/statedropdown.tsx","../src/components/statedropdown/statedropdowntypes.tsx","../src/components/statedropdown/index.ts","../src/components/statusbutton/statusbutton.tsx","../src/components/statusbutton/index.ts","../src/components/statusbutton/types.ts","../src/components/statuscard/statuscard.tsx","../src/components/statuscard/index.ts","../src/components/statuscard/types.ts","../src/components/table/table.tsx","../src/components/table/types.ts","../src/components/table/index.ts","../src/components/tabletree/tabletree.tsx","../src/components/tabletree/data.ts","../src/components/tabletree/index.ts","../src/components/tabletree/types.ts","../src/components/tabletree/components/tablebody.tsx","../src/components/tabletree/components/tablecell.tsx","../src/components/tabletree/components/tablehead.tsx","../src/components/tabletree/components/tablerow.tsx","../src/components/tabletree/utils/getallchildids.ts","../src/components/tabletree/utils/renderspaces.ts","../src/components/tablewithaccordion/tablewithaccordion.tsx","../src/components/tablewithaccordion/data.ts","../src/components/tablewithaccordion/index.ts","../src/components/tablewithaccordion/types.ts","../src/components/tabs/tabs.tsx","../src/components/tabs/index.ts","../src/components/tabs/types.ts","../src/components/textarea/textarea.tsx","../src/components/textarea/types.ts","../src/components/textarea/index.tsx","../src/components/themeprovider/themeprovider.tsx","../src/components/themeprovider/index.ts","../src/components/themeprovider/types.ts","../src/components/toast/toast.tsx","../src/components/toast/index.ts","../src/components/toast/types.ts","../src/components/toastify/toastify.tsx","../src/components/toastify/index.ts","../src/components/toastify/types.ts","../src/components/toggle/toggle.tsx","../src/components/toggle/index.ts","../src/components/toggle/types.ts","../src/components/toggleswitch/toggleswitch.tsx","../src/components/toggleswitch/index.ts","../src/components/tooltip/tooltip.tsx","../src/components/tooltip/index.ts","../src/components/tooltip/types.ts","../src/components/typography/typography.tsx","../src/components/typography/index.ts","../src/components/typography/types.ts","../src/components/variableinput/variableinput.tsx","../src/components/variableinput/index.ts","../src/components/variableinput/types.ts","../src/hooks/useclickoutside.tsx","../src/hooks/usefiledropzone.tsx","../src/hooks/useintersectionobserver.tsx","../src/hooks/useportalposition.tsx","../src/hooks/usetheme.tsx","../src/hooks/keyboardevents/useesckeyevent.tsx","../src/utils/formatstring/formatstring.tsx","../src/utils/tablecell/tablecell.ts","../src/utils/capitalize/capitalize.tsx","../src/utils/checkduplicates/checkduplicates.ts","../src/utils/checkempty/checkempty.ts","../src/utils/comparearrays/comparearrays.ts","../src/utils/compareobjects/compareobjects.ts","../src/utils/debounce/debounce.ts","../src/utils/downloadfile/savefilefromblob.ts","../src/utils/ffid/ffid.ts","../src/utils/findandinsert/findandinsert.ts","../src/utils/formdata/convertformdatatoobject.ts","../src/utils/functioncheck/functioncheck.ts","../src/utils/getencrypteddata/getencrypteddata.ts","../src/utils/getextension/getextension.ts","../src/utils/getselectoptionvalue/getselectoptionvalue.ts","../src/utils/getsequentialpayload/getsequentialpayload.ts","../src/utils/getsequentialpayload/types.ts","../src/utils/indexdbstore/indexdb.ts","../src/utils/keyboardactionutil/usekeyboardactions.tsx","../src/utils/keyboardactionutil/types.ts","../src/utils/swaparrayitem/draganddroputils.ts","../src/utils/throttle/throttle.ts","../src/utils/truncatetext/truncatetext.ts","../src/utils/validatefile/validatefile.ts","../src/validations/regex.ts"],"version":"5.7.2"}
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const rearrangeDragItem: (initialArray: any[], oldIndex: number, newIndex: number) => any[];
|
package/package.json
CHANGED
@@ -299,6 +299,61 @@ const ColorPalette: ColorPaletteType = [
|
|
299
299
|
colorCode: '#ba7422',
|
300
300
|
variable: 'license_expires_soon_color',
|
301
301
|
},
|
302
|
+
{
|
303
|
+
name: 'plugins header bg color',
|
304
|
+
colorCode: 'rgba(89, 47, 124, 0.1)',
|
305
|
+
variable: 'plugins-header-bg-color',
|
306
|
+
},
|
307
|
+
{
|
308
|
+
name: 'follow-user-icon-red',
|
309
|
+
colorCode: '#922B3E',
|
310
|
+
variable: 'follow-user-icon-red_color',
|
311
|
+
},
|
312
|
+
{
|
313
|
+
name: 'follow-user-icon-orange',
|
314
|
+
colorCode: '#ED760E',
|
315
|
+
variable: 'follow-user-icon-orange_color',
|
316
|
+
},
|
317
|
+
{
|
318
|
+
name: 'follow-user-icon-black',
|
319
|
+
colorCode: '#0A0A0A',
|
320
|
+
variable: 'follow-user-icon-black_color',
|
321
|
+
},
|
322
|
+
{
|
323
|
+
name: 'follow-user-icon-pink',
|
324
|
+
colorCode: '#E63244',
|
325
|
+
variable: 'follow-user-icon-pink_color',
|
326
|
+
},
|
327
|
+
{
|
328
|
+
name: 'follow-user-icon-blue',
|
329
|
+
colorCode: '#3B83BD',
|
330
|
+
variable: 'follow-user-icon-blue_color',
|
331
|
+
},
|
332
|
+
{
|
333
|
+
name: 'follow-user-icon-navy',
|
334
|
+
colorCode: '#20214F',
|
335
|
+
variable: 'follow-user-icon-navy_color',
|
336
|
+
},
|
337
|
+
{
|
338
|
+
name: 'follow-user-icon-lightGreen',
|
339
|
+
colorCode: '#BDECB6',
|
340
|
+
variable: 'follow-user-icon-lightGreen_color',
|
341
|
+
},
|
342
|
+
{
|
343
|
+
name: 'follow-user-icon-gray',
|
344
|
+
colorCode: '#D9D9D9',
|
345
|
+
variable: 'follow-user-icon-gray_color',
|
346
|
+
},
|
347
|
+
{
|
348
|
+
name: 'follow-user-icon-yellow',
|
349
|
+
colorCode: '#CDA434',
|
350
|
+
variable: 'follow-user-icon-yellow_color',
|
351
|
+
},
|
352
|
+
{
|
353
|
+
name: 'follow-user-icon-salmon',
|
354
|
+
colorCode: '#D36E70',
|
355
|
+
variable: 'follow-user-icon-salmon_color',
|
356
|
+
},
|
302
357
|
];
|
303
358
|
|
304
359
|
export default ColorPalette;
|
@@ -190,9 +190,8 @@ $base-theme: (
|
|
190
190
|
nlp-step-group-color: #ee670d,
|
191
191
|
nlp-hover-color: #f7ebff,
|
192
192
|
nlp-button-color: #efe1f9,
|
193
|
-
nlp-option-color
|
194
|
-
panel-shadow
|
195
|
-
|
193
|
+
nlp-option-color: #3c3838,
|
194
|
+
panel-shadow: #0000001a,
|
196
195
|
|
197
196
|
primary-icon-color: #ffffff,
|
198
197
|
secondary-icon-color: #71347b,
|
@@ -262,12 +261,12 @@ $base-theme: (
|
|
262
261
|
ff-machine-inactive-status-color: #c50303,
|
263
262
|
ff-machine-running-status-color: #2055de,
|
264
263
|
ff-machine-active-status-color: #4caf50,
|
265
|
-
ff-progress-bar-bg-color
|
264
|
+
ff-progress-bar-bg-color: #f0f0f0,
|
266
265
|
ff-machine-partial-public-status-color: #ea850e,
|
267
266
|
//ExcelSheet
|
268
267
|
excel-sheet-button-color: #e9b5ff,
|
269
|
-
excel-sheet-border
|
270
|
-
excel-toolbar-bg: #
|
268
|
+
excel-sheet-border: #0a0d272a,
|
269
|
+
excel-toolbar-bg: #d4b0e426,
|
271
270
|
excel-header-bg: #f4ecf8,
|
272
271
|
excel-header-border: #d8d4da,
|
273
272
|
excel-toolbar-divider: #57575733,
|
@@ -297,6 +296,18 @@ $base-theme: (
|
|
297
296
|
|
298
297
|
table-with-accordion-header-primary-bg: #d4b0e426,
|
299
298
|
table-with-accordion-icon-color: #1e161f,
|
299
|
+
plugins-header-bg-color: rgba(89, 47, 124, 0.1),
|
300
|
+
|
301
|
+
follow-user-icon-red: #922B3E,
|
302
|
+
follow-user-icon-orange: #ED760E,
|
303
|
+
follow-user-icon-black: #0A0A0A,
|
304
|
+
follow-user-icon-pink: #E63244,
|
305
|
+
follow-user-icon-blue: #3B83BD,
|
306
|
+
follow-user-icon-navy: #20214F,
|
307
|
+
follow-user-icon-lightGreen: #BDECB6,
|
308
|
+
follow-user-icon-gray: #D9D9D9,
|
309
|
+
follow-user-icon-yellow: #CDA434,
|
310
|
+
follow-user-icon-salmon: #D36E70,
|
300
311
|
);
|
301
312
|
|
302
313
|
:root {
|
@@ -270,6 +270,18 @@ $blue-theme: (
|
|
270
270
|
|
271
271
|
table-with-accordion-header-primary-bg: #d4b0e426,
|
272
272
|
table-with-accordion-icon-color: #1e161f,
|
273
|
+
plugins-header-bg-color: rgba(89, 47, 124, 0.1),
|
274
|
+
|
275
|
+
follow-user-icon-red: #922B3E,
|
276
|
+
follow-user-icon-orange: #ED760E,
|
277
|
+
follow-user-icon-black: #0A0A0A,
|
278
|
+
follow-user-icon-pink: #E63244,
|
279
|
+
follow-user-icon-blue: #3B83BD,
|
280
|
+
follow-user-icon-navy: #20214F,
|
281
|
+
follow-user-icon-lightGreen: #BDECB6,
|
282
|
+
follow-user-icon-gray: #D9D9D9,
|
283
|
+
follow-user-icon-yellow: #CDA434,
|
284
|
+
follow-user-icon-salmon: #D36E70,
|
273
285
|
);
|
274
286
|
|
275
287
|
:root {
|
@@ -123,7 +123,7 @@ $dark-theme: (
|
|
123
123
|
menu-option-icon-color: #ffffff,
|
124
124
|
menu-option-icon-clicked: #71347b,
|
125
125
|
delete-text-color: #c50303,
|
126
|
-
ff-progress-bar-bg-color
|
126
|
+
ff-progress-bar-bg-color: #f0f0f0,
|
127
127
|
|
128
128
|
status-success-bg-color: #c6efcd,
|
129
129
|
status-success-text-color: #016102,
|
@@ -183,8 +183,8 @@ $dark-theme: (
|
|
183
183
|
nlp-step-group-color: #ee670d,
|
184
184
|
nlp-hover-color: #f7ebff,
|
185
185
|
nlp-button-color: #efe1f9,
|
186
|
-
nlp-option-color
|
187
|
-
panel-shadow
|
186
|
+
nlp-option-color: #3c3838,
|
187
|
+
panel-shadow: #0000001a,
|
188
188
|
|
189
189
|
primary-icon-color: #ffffff,
|
190
190
|
secondary-icon-color: #71347b,
|
@@ -245,10 +245,10 @@ $dark-theme: (
|
|
245
245
|
ff-line-number-bg: #592f7c,
|
246
246
|
ff-line-number-color: #ffffff,
|
247
247
|
|
248
|
-
//Excel
|
248
|
+
//Excel
|
249
249
|
excel-sheet-button-color: #e9b5ff,
|
250
|
-
excel-sheet-border
|
251
|
-
excel-toolbar-bg: #
|
250
|
+
excel-sheet-border: #cfd1e271,
|
251
|
+
excel-toolbar-bg: #d4b0e426,
|
252
252
|
excel-header-bg: #f4ecf8,
|
253
253
|
excel-header-border: #d8d4da,
|
254
254
|
excel-toolbar-divider: #57575733,
|
@@ -310,8 +310,22 @@ $dark-theme: (
|
|
310
310
|
ff-connecting-branch-modal-border: #e0e0e0,
|
311
311
|
ff-connecting-branch-scope-color: #079455,
|
312
312
|
ff-connecting-branch-delete-color: #e42525,
|
313
|
+
plugins-header-bg-color: rgba(89, 47, 124, 0.1),
|
314
|
+
|
315
|
+
follow-user-icon-red: #922B3E,
|
316
|
+
follow-user-icon-orange: #ED760E,
|
317
|
+
follow-user-icon-black: #0A0A0A,
|
318
|
+
follow-user-icon-pink: #E63244,
|
319
|
+
follow-user-icon-blue: #3B83BD,
|
320
|
+
follow-user-icon-navy: #20214F,
|
321
|
+
follow-user-icon-lightGreen: #BDECB6,
|
322
|
+
follow-user-icon-gray: #D9D9D9,
|
323
|
+
follow-user-icon-yellow: #CDA434,
|
324
|
+
follow-user-icon-salmon: #D36E70,
|
325
|
+
|
313
326
|
);
|
314
327
|
|
328
|
+
|
315
329
|
:root {
|
316
330
|
@each $key, $value in $dark-theme {
|
317
331
|
--#{$key}: #{$value};
|
@@ -1,8 +1,8 @@
|
|
1
|
-
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
-
<mask id="path-1-outside-1_2947_11608" maskUnits="userSpaceOnUse" x="0" y="-0.000976562" width="18" height="18" fill="currentColor">
|
3
|
-
<rect fill="white" y="-0.000976562" width="18" height="18"/>
|
4
|
-
<path d="M14.5007 11.447C15.4768 10.707 16.1477 9.39715 16.2107 8.13752H16.2608C16.6684 8.13752 17 7.80593 17 7.39837V6.90921C17 6.77115 16.888 6.65921 16.75 6.65921H12.3431V4.45674C12.3431 4.39227 12.3182 4.33034 12.2736 4.2838L9.20034 1.07609C9.15319 1.02687 9.08797 0.999023 9.01984 0.999023H1.25C1.11194 0.999023 1 1.11096 1 1.24902V16.7491C1 16.8871 1.11194 16.9991 1.25 16.9991H9.21725H16.75C16.8881 16.9991 17 16.8871 17 16.7491V16.2599C17 15.8524 16.6684 15.5208 16.2608 15.5208H16.2107C16.1477 14.2612 15.4769 12.9514 14.5008 12.2114C14.382 12.1213 14.3139 11.982 14.3139 11.8292C14.3139 11.6763 14.382 11.537 14.5007 11.447ZM16.5 7.39834C16.5 7.53021 16.3927 7.63749 16.2608 7.63749H9.70641C9.57453 7.63749 9.46725 7.53018 9.46725 7.39834V7.15918H16.5V7.39834ZM11.5073 4.20674H9.13538V1.73096L11.5073 4.20674ZM1.5 1.49902H8.63538V4.45671C8.63538 4.59477 8.74731 4.70671 8.88538 4.70671H11.8431V6.65918H9.21725C9.07919 6.65918 8.96725 6.77112 8.96725 6.90918V7.39834C8.96725 7.8059 9.29884 8.13749 9.70641 8.13749H9.75656C9.8195 9.39712 10.4904 10.7069 11.4665 11.4469C11.5852 11.5369 11.6533 11.6762 11.6533 11.8291C11.6533 11.982 11.5852 12.1213 11.4665 12.2113C10.4904 12.9512 9.8195 14.2611 9.75656 15.5207H9.70641C9.29884 15.5207 8.96725 15.8523 8.96725 16.2598V16.499H1.5V1.49902ZM16.5 16.2599V16.4991H9.46725V16.2599C9.46725 16.1281 9.57456 16.0208 9.70641 16.0208H16.2608C16.3927 16.0207 16.5 16.1281 16.5 16.2599ZM12.7925 14.816C12.8586 14.7884 12.9224 14.7562 12.9836 14.7198C13.0448 14.7562 13.1087 14.7883 13.1748 14.816C13.4904 14.9477 13.7873 15.1922 14.036 15.5208H11.9313C12.18 15.1922 12.4769 14.9477 12.7925 14.816ZM14.1987 12.6098C15.0425 13.2495 15.6456 14.4234 15.71 15.5207H14.6387C14.3055 14.9709 13.8583 14.5594 13.3674 14.3546C13.3209 14.3351 13.2763 14.3121 13.2336 14.2862V13.5991C13.2336 13.4611 13.1217 13.3491 12.9836 13.3491C12.8455 13.3491 12.7336 13.4611 12.7336 13.5991V14.2863C12.6908 14.3121 12.6463 14.3352 12.5999 14.3546C12.109 14.5594 11.6618 14.9709 11.3286 15.5207H10.2572C10.3216 14.4234 10.9247 13.2495 11.7685 12.6098C12.0131 12.4244 12.1533 12.1399 12.1533 11.8292C12.1533 11.5184 12.0131 11.2339 11.7685 11.0485C10.9247 10.4088 10.3216 9.2349 10.2572 8.13756H15.71C15.6456 9.2349 15.0425 10.4088 14.1987 11.0486C13.9542 11.2339 13.8139 11.5184 13.8139 11.8291C13.8139 12.1398 13.9542 12.4244 14.1987 12.6098ZM13.2336 12.1133V12.3289C13.2336 12.4669 13.1217 12.5789 12.9836 12.5789C12.8456 12.5789 12.7336 12.4669 12.7336 12.3289V12.1133C12.7336 11.9753 12.8456 11.8633 12.9836 11.8633C13.1217 11.8633 13.2336 11.9753 13.2336 12.1133ZM14.8461 9.3459C14.8952 9.23802 14.8618 9.11052 14.7661 9.04056C13.972 8.45977 13.3647 8.75105 12.8288 9.00805C12.427 9.20077 12.0475 9.38277 11.5434 9.28396C11.4474 9.26515 11.3493 9.30402 11.2923 9.38343C11.2353 9.4628 11.2298 9.56818 11.2782 9.65315C11.6158 10.2452 12.0852 10.6896 12.5998 10.9044C12.6463 10.9238 12.6908 10.9468 12.7336 10.9727V11.3204C12.7336 11.4585 12.8455 11.5704 12.9836 11.5704C13.1217 11.5704 13.2336 11.4585 13.2336 11.3204V10.9728C13.2764 10.9469 13.3209 10.9238 13.3673 10.9045C13.9711 10.6525 14.51 10.0844 14.8461 9.3459ZM13.1748 10.443C13.1088 10.4706 13.0449 10.5027 12.9837 10.5391C12.9225 10.5027 12.8586 10.4706 12.7925 10.443C12.4997 10.3208 12.2218 10.1002 11.984 9.80543C12.3946 9.77087 12.7346 9.60781 13.0451 9.4589C13.4966 9.2423 13.8365 9.07934 14.2957 9.33159C14.0125 9.86109 13.6117 10.2606 13.1748 10.443ZM2.97287 4.94155C2.97287 4.80349 3.08481 4.69155 3.22288 4.69155H7.23537C7.37344 4.69155 7.48537 4.80349 7.48537 4.94155C7.48537 5.07962 7.37344 5.19156 7.23537 5.19156H3.22288C3.08481 5.19156 2.97287 5.07962 2.97287 4.94155ZM2.97287 7.64659C2.97287 7.50852 3.08481 7.39659 3.22288 7.39659H7.23537C7.37344 7.39659 7.48537 7.50852 7.48537 7.64659C7.48537 7.78465 7.37344 7.89659 7.23537 7.89659H3.22288C3.08481 7.89659 2.97287 7.78465 2.97287 7.64659ZM2.97287 10.3516C2.97287 10.2135 3.08481 10.1016 3.22288 10.1016H8.82175C8.95981 10.1016 9.07175 10.2135 9.07175 10.3516C9.07175 10.4896 8.95981 10.6016 8.82175 10.6016H3.22288C3.08481 10.6016 2.97287 10.4896 2.97287 10.3516ZM8.82175 13.3066H3.22288C3.08481 13.3066 2.97287 13.1946 2.97287 13.0566C2.97287 12.9185 3.08481 12.8066 3.22288 12.8066H8.82175C8.95981 12.8066 9.07175 12.9185 9.07175 13.0566C9.07175 13.1946 8.95981 13.3066 8.82175 13.3066Z"/>
|
5
|
-
</mask>
|
6
|
-
<path d="M14.5007 11.447C15.4768 10.707 16.1477 9.39715 16.2107 8.13752H16.2608C16.6684 8.13752 17 7.80593 17 7.39837V6.90921C17 6.77115 16.888 6.65921 16.75 6.65921H12.3431V4.45674C12.3431 4.39227 12.3182 4.33034 12.2736 4.2838L9.20034 1.07609C9.15319 1.02687 9.08797 0.999023 9.01984 0.999023H1.25C1.11194 0.999023 1 1.11096 1 1.24902V16.7491C1 16.8871 1.11194 16.9991 1.25 16.9991H9.21725H16.75C16.8881 16.9991 17 16.8871 17 16.7491V16.2599C17 15.8524 16.6684 15.5208 16.2608 15.5208H16.2107C16.1477 14.2612 15.4769 12.9514 14.5008 12.2114C14.382 12.1213 14.3139 11.982 14.3139 11.8292C14.3139 11.6763 14.382 11.537 14.5007 11.447ZM16.5 7.39834C16.5 7.53021 16.3927 7.63749 16.2608 7.63749H9.70641C9.57453 7.63749 9.46725 7.53018 9.46725 7.39834V7.15918H16.5V7.39834ZM11.5073 4.20674H9.13538V1.73096L11.5073 4.20674ZM1.5 1.49902H8.63538V4.45671C8.63538 4.59477 8.74731 4.70671 8.88538 4.70671H11.8431V6.65918H9.21725C9.07919 6.65918 8.96725 6.77112 8.96725 6.90918V7.39834C8.96725 7.8059 9.29884 8.13749 9.70641 8.13749H9.75656C9.8195 9.39712 10.4904 10.7069 11.4665 11.4469C11.5852 11.5369 11.6533 11.6762 11.6533 11.8291C11.6533 11.982 11.5852 12.1213 11.4665 12.2113C10.4904 12.9512 9.8195 14.2611 9.75656 15.5207H9.70641C9.29884 15.5207 8.96725 15.8523 8.96725 16.2598V16.499H1.5V1.49902ZM16.5 16.2599V16.4991H9.46725V16.2599C9.46725 16.1281 9.57456 16.0208 9.70641 16.0208H16.2608C16.3927 16.0207 16.5 16.1281 16.5 16.2599ZM12.7925 14.816C12.8586 14.7884 12.9224 14.7562 12.9836 14.7198C13.0448 14.7562 13.1087 14.7883 13.1748 14.816C13.4904 14.9477 13.7873 15.1922 14.036 15.5208H11.9313C12.18 15.1922 12.4769 14.9477 12.7925 14.816ZM14.1987 12.6098C15.0425 13.2495 15.6456 14.4234 15.71 15.5207H14.6387C14.3055 14.9709 13.8583 14.5594 13.3674 14.3546C13.3209 14.3351 13.2763 14.3121 13.2336 14.2862V13.5991C13.2336 13.4611 13.1217 13.3491 12.9836 13.3491C12.8455 13.3491 12.7336 13.4611 12.7336 13.5991V14.2863C12.6908 14.3121 12.6463 14.3352 12.5999 14.3546C12.109 14.5594 11.6618 14.9709 11.3286 15.5207H10.2572C10.3216 14.4234 10.9247 13.2495 11.7685 12.6098C12.0131 12.4244 12.1533 12.1399 12.1533 11.8292C12.1533 11.5184 12.0131 11.2339 11.7685 11.0485C10.9247 10.4088 10.3216 9.2349 10.2572 8.13756H15.71C15.6456 9.2349 15.0425 10.4088 14.1987 11.0486C13.9542 11.2339 13.8139 11.5184 13.8139 11.8291C13.8139 12.1398 13.9542 12.4244 14.1987 12.6098ZM13.2336 12.1133V12.3289C13.2336 12.4669 13.1217 12.5789 12.9836 12.5789C12.8456 12.5789 12.7336 12.4669 12.7336 12.3289V12.1133C12.7336 11.9753 12.8456 11.8633 12.9836 11.8633C13.1217 11.8633 13.2336 11.9753 13.2336 12.1133ZM14.8461 9.3459C14.8952 9.23802 14.8618 9.11052 14.7661 9.04056C13.972 8.45977 13.3647 8.75105 12.8288 9.00805C12.427 9.20077 12.0475 9.38277 11.5434 9.28396C11.4474 9.26515 11.3493 9.30402 11.2923 9.38343C11.2353 9.4628 11.2298 9.56818 11.2782 9.65315C11.6158 10.2452 12.0852 10.6896 12.5998 10.9044C12.6463 10.9238 12.6908 10.9468 12.7336 10.9727V11.3204C12.7336 11.4585 12.8455 11.5704 12.9836 11.5704C13.1217 11.5704 13.2336 11.4585 13.2336 11.3204V10.9728C13.2764 10.9469 13.3209 10.9238 13.3673 10.9045C13.9711 10.6525 14.51 10.0844 14.8461 9.3459ZM13.1748 10.443C13.1088 10.4706 13.0449 10.5027 12.9837 10.5391C12.9225 10.5027 12.8586 10.4706 12.7925 10.443C12.4997 10.3208 12.2218 10.1002 11.984 9.80543C12.3946 9.77087 12.7346 9.60781 13.0451 9.4589C13.4966 9.2423 13.8365 9.07934 14.2957 9.33159C14.0125 9.86109 13.6117 10.2606 13.1748 10.443ZM2.97287 4.94155C2.97287 4.80349 3.08481 4.69155 3.22288 4.69155H7.23537C7.37344 4.69155 7.48537 4.80349 7.48537 4.94155C7.48537 5.07962 7.37344 5.19156 7.23537 5.19156H3.22288C3.08481 5.19156 2.97287 5.07962 2.97287 4.94155ZM2.97287 7.64659C2.97287 7.50852 3.08481 7.39659 3.22288 7.39659H7.23537C7.37344 7.39659 7.48537 7.50852 7.48537 7.64659C7.48537 7.78465 7.37344 7.89659 7.23537 7.89659H3.22288C3.08481 7.89659 2.97287 7.78465 2.97287 7.64659ZM2.97287 10.3516C2.97287 10.2135 3.08481 10.1016 3.22288 10.1016H8.82175C8.95981 10.1016 9.07175 10.2135 9.07175 10.3516C9.07175 10.4896 8.95981 10.6016 8.82175 10.6016H3.22288C3.08481 10.6016 2.97287 10.4896 2.97287 10.3516ZM8.82175 13.3066H3.22288C3.08481 13.3066 2.97287 13.1946 2.97287 13.0566C2.97287 12.9185 3.08481 12.8066 3.22288 12.8066H8.82175C8.95981 12.8066 9.07175 12.9185 9.07175 13.0566C9.07175 13.1946 8.95981 13.3066 8.82175 13.3066Z" fill="currentColor"/>
|
7
|
-
<path d="M14.5007 11.447C15.4768 10.707 16.1477 9.39715 16.2107 8.13752H16.2608C16.6684 8.13752 17 7.80593 17 7.39837V6.90921C17 6.77115 16.888 6.65921 16.75 6.65921H12.3431V4.45674C12.3431 4.39227 12.3182 4.33034 12.2736 4.2838L9.20034 1.07609C9.15319 1.02687 9.08797 0.999023 9.01984 0.999023H1.25C1.11194 0.999023 1 1.11096 1 1.24902V16.7491C1 16.8871 1.11194 16.9991 1.25 16.9991H9.21725H16.75C16.8881 16.9991 17 16.8871 17 16.7491V16.2599C17 15.8524 16.6684 15.5208 16.2608 15.5208H16.2107C16.1477 14.2612 15.4769 12.9514 14.5008 12.2114C14.382 12.1213 14.3139 11.982 14.3139 11.8292C14.3139 11.6763 14.382 11.537 14.5007 11.447ZM16.5 7.39834C16.5 7.53021 16.3927 7.63749 16.2608 7.63749H9.70641C9.57453 7.63749 9.46725 7.53018 9.46725 7.39834V7.15918H16.5V7.39834ZM11.5073 4.20674H9.13538V1.73096L11.5073 4.20674ZM1.5 1.49902H8.63538V4.45671C8.63538 4.59477 8.74731 4.70671 8.88538 4.70671H11.8431V6.65918H9.21725C9.07919 6.65918 8.96725 6.77112 8.96725 6.90918V7.39834C8.96725 7.8059 9.29884 8.13749 9.70641 8.13749H9.75656C9.8195 9.39712 10.4904 10.7069 11.4665 11.4469C11.5852 11.5369 11.6533 11.6762 11.6533 11.8291C11.6533 11.982 11.5852 12.1213 11.4665 12.2113C10.4904 12.9512 9.8195 14.2611 9.75656 15.5207H9.70641C9.29884 15.5207 8.96725 15.8523 8.96725 16.2598V16.499H1.5V1.49902ZM16.5 16.2599V16.4991H9.46725V16.2599C9.46725 16.1281 9.57456 16.0208 9.70641 16.0208H16.2608C16.3927 16.0207 16.5 16.1281 16.5 16.2599ZM12.7925 14.816C12.8586 14.7884 12.9224 14.7562 12.9836 14.7198C13.0448 14.7562 13.1087 14.7883 13.1748 14.816C13.4904 14.9477 13.7873 15.1922 14.036 15.5208H11.9313C12.18 15.1922 12.4769 14.9477 12.7925 14.816ZM14.1987 12.6098C15.0425 13.2495 15.6456 14.4234 15.71 15.5207H14.6387C14.3055 14.9709 13.8583 14.5594 13.3674 14.3546C13.3209 14.3351 13.2763 14.3121 13.2336 14.2862V13.5991C13.2336 13.4611 13.1217 13.3491 12.9836 13.3491C12.8455 13.3491 12.7336 13.4611 12.7336 13.5991V14.2863C12.6908 14.3121 12.6463 14.3352 12.5999 14.3546C12.109 14.5594 11.6618 14.9709 11.3286 15.5207H10.2572C10.3216 14.4234 10.9247 13.2495 11.7685 12.6098C12.0131 12.4244 12.1533 12.1399 12.1533 11.8292C12.1533 11.5184 12.0131 11.2339 11.7685 11.0485C10.9247 10.4088 10.3216 9.2349 10.2572 8.13756H15.71C15.6456 9.2349 15.0425 10.4088 14.1987 11.0486C13.9542 11.2339 13.8139 11.5184 13.8139 11.8291C13.8139 12.1398 13.9542 12.4244 14.1987 12.6098ZM13.2336 12.1133V12.3289C13.2336 12.4669 13.1217 12.5789 12.9836 12.5789C12.8456 12.5789 12.7336 12.4669 12.7336 12.3289V12.1133C12.7336 11.9753 12.8456 11.8633 12.9836 11.8633C13.1217 11.8633 13.2336 11.9753 13.2336 12.1133ZM14.8461 9.3459C14.8952 9.23802 14.8618 9.11052 14.7661 9.04056C13.972 8.45977 13.3647 8.75105 12.8288 9.00805C12.427 9.20077 12.0475 9.38277 11.5434 9.28396C11.4474 9.26515 11.3493 9.30402 11.2923 9.38343C11.2353 9.4628 11.2298 9.56818 11.2782 9.65315C11.6158 10.2452 12.0852 10.6896 12.5998 10.9044C12.6463 10.9238 12.6908 10.9468 12.7336 10.9727V11.3204C12.7336 11.4585 12.8455 11.5704 12.9836 11.5704C13.1217 11.5704 13.2336 11.4585 13.2336 11.3204V10.9728C13.2764 10.9469 13.3209 10.9238 13.3673 10.9045C13.9711 10.6525 14.51 10.0844 14.8461 9.3459ZM13.1748 10.443C13.1088 10.4706 13.0449 10.5027 12.9837 10.5391C12.9225 10.5027 12.8586 10.4706 12.7925 10.443C12.4997 10.3208 12.2218 10.1002 11.984 9.80543C12.3946 9.77087 12.7346 9.60781 13.0451 9.4589C13.4966 9.2423 13.8365 9.07934 14.2957 9.33159C14.0125 9.86109 13.6117 10.2606 13.1748 10.443ZM2.97287 4.94155C2.97287 4.80349 3.08481 4.69155 3.22288 4.69155H7.23537C7.37344 4.69155 7.48537 4.80349 7.48537 4.94155C7.48537 5.07962 7.37344 5.19156 7.23537 5.19156H3.22288C3.08481 5.19156 2.97287 5.07962 2.97287 4.94155ZM2.97287 7.64659C2.97287 7.50852 3.08481 7.39659 3.22288 7.39659H7.23537C7.37344 7.39659 7.48537 7.50852 7.48537 7.64659C7.48537 7.78465 7.37344 7.89659 7.23537 7.89659H3.22288C3.08481 7.89659 2.97287 7.78465 2.97287 7.64659ZM2.97287 10.3516C2.97287 10.2135 3.08481 10.1016 3.22288 10.1016H8.82175C8.95981 10.1016 9.07175 10.2135 9.07175 10.3516C9.07175 10.4896 8.95981 10.6016 8.82175 10.6016H3.22288C3.08481 10.6016 2.97287 10.4896 2.97287 10.3516ZM8.82175 13.3066H3.22288C3.08481 13.3066 2.97287 13.1946 2.97287 13.0566C2.97287 12.9185 3.08481 12.8066 3.22288 12.8066H8.82175C8.95981 12.8066 9.07175 12.9185 9.07175 13.0566C9.07175 13.1946 8.95981 13.3066 8.82175 13.3066Z" stroke="currentColor" stroke-width="0.4" mask="url(#path-1-outside-1_2947_11608)"/>
|
8
|
-
</svg>
|
1
|
+
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<mask id="path-1-outside-1_2947_11608" maskUnits="userSpaceOnUse" x="0" y="-0.000976562" width="18" height="18" fill="currentColor">
|
3
|
+
<rect fill="white" y="-0.000976562" width="18" height="18"/>
|
4
|
+
<path d="M14.5007 11.447C15.4768 10.707 16.1477 9.39715 16.2107 8.13752H16.2608C16.6684 8.13752 17 7.80593 17 7.39837V6.90921C17 6.77115 16.888 6.65921 16.75 6.65921H12.3431V4.45674C12.3431 4.39227 12.3182 4.33034 12.2736 4.2838L9.20034 1.07609C9.15319 1.02687 9.08797 0.999023 9.01984 0.999023H1.25C1.11194 0.999023 1 1.11096 1 1.24902V16.7491C1 16.8871 1.11194 16.9991 1.25 16.9991H9.21725H16.75C16.8881 16.9991 17 16.8871 17 16.7491V16.2599C17 15.8524 16.6684 15.5208 16.2608 15.5208H16.2107C16.1477 14.2612 15.4769 12.9514 14.5008 12.2114C14.382 12.1213 14.3139 11.982 14.3139 11.8292C14.3139 11.6763 14.382 11.537 14.5007 11.447ZM16.5 7.39834C16.5 7.53021 16.3927 7.63749 16.2608 7.63749H9.70641C9.57453 7.63749 9.46725 7.53018 9.46725 7.39834V7.15918H16.5V7.39834ZM11.5073 4.20674H9.13538V1.73096L11.5073 4.20674ZM1.5 1.49902H8.63538V4.45671C8.63538 4.59477 8.74731 4.70671 8.88538 4.70671H11.8431V6.65918H9.21725C9.07919 6.65918 8.96725 6.77112 8.96725 6.90918V7.39834C8.96725 7.8059 9.29884 8.13749 9.70641 8.13749H9.75656C9.8195 9.39712 10.4904 10.7069 11.4665 11.4469C11.5852 11.5369 11.6533 11.6762 11.6533 11.8291C11.6533 11.982 11.5852 12.1213 11.4665 12.2113C10.4904 12.9512 9.8195 14.2611 9.75656 15.5207H9.70641C9.29884 15.5207 8.96725 15.8523 8.96725 16.2598V16.499H1.5V1.49902ZM16.5 16.2599V16.4991H9.46725V16.2599C9.46725 16.1281 9.57456 16.0208 9.70641 16.0208H16.2608C16.3927 16.0207 16.5 16.1281 16.5 16.2599ZM12.7925 14.816C12.8586 14.7884 12.9224 14.7562 12.9836 14.7198C13.0448 14.7562 13.1087 14.7883 13.1748 14.816C13.4904 14.9477 13.7873 15.1922 14.036 15.5208H11.9313C12.18 15.1922 12.4769 14.9477 12.7925 14.816ZM14.1987 12.6098C15.0425 13.2495 15.6456 14.4234 15.71 15.5207H14.6387C14.3055 14.9709 13.8583 14.5594 13.3674 14.3546C13.3209 14.3351 13.2763 14.3121 13.2336 14.2862V13.5991C13.2336 13.4611 13.1217 13.3491 12.9836 13.3491C12.8455 13.3491 12.7336 13.4611 12.7336 13.5991V14.2863C12.6908 14.3121 12.6463 14.3352 12.5999 14.3546C12.109 14.5594 11.6618 14.9709 11.3286 15.5207H10.2572C10.3216 14.4234 10.9247 13.2495 11.7685 12.6098C12.0131 12.4244 12.1533 12.1399 12.1533 11.8292C12.1533 11.5184 12.0131 11.2339 11.7685 11.0485C10.9247 10.4088 10.3216 9.2349 10.2572 8.13756H15.71C15.6456 9.2349 15.0425 10.4088 14.1987 11.0486C13.9542 11.2339 13.8139 11.5184 13.8139 11.8291C13.8139 12.1398 13.9542 12.4244 14.1987 12.6098ZM13.2336 12.1133V12.3289C13.2336 12.4669 13.1217 12.5789 12.9836 12.5789C12.8456 12.5789 12.7336 12.4669 12.7336 12.3289V12.1133C12.7336 11.9753 12.8456 11.8633 12.9836 11.8633C13.1217 11.8633 13.2336 11.9753 13.2336 12.1133ZM14.8461 9.3459C14.8952 9.23802 14.8618 9.11052 14.7661 9.04056C13.972 8.45977 13.3647 8.75105 12.8288 9.00805C12.427 9.20077 12.0475 9.38277 11.5434 9.28396C11.4474 9.26515 11.3493 9.30402 11.2923 9.38343C11.2353 9.4628 11.2298 9.56818 11.2782 9.65315C11.6158 10.2452 12.0852 10.6896 12.5998 10.9044C12.6463 10.9238 12.6908 10.9468 12.7336 10.9727V11.3204C12.7336 11.4585 12.8455 11.5704 12.9836 11.5704C13.1217 11.5704 13.2336 11.4585 13.2336 11.3204V10.9728C13.2764 10.9469 13.3209 10.9238 13.3673 10.9045C13.9711 10.6525 14.51 10.0844 14.8461 9.3459ZM13.1748 10.443C13.1088 10.4706 13.0449 10.5027 12.9837 10.5391C12.9225 10.5027 12.8586 10.4706 12.7925 10.443C12.4997 10.3208 12.2218 10.1002 11.984 9.80543C12.3946 9.77087 12.7346 9.60781 13.0451 9.4589C13.4966 9.2423 13.8365 9.07934 14.2957 9.33159C14.0125 9.86109 13.6117 10.2606 13.1748 10.443ZM2.97287 4.94155C2.97287 4.80349 3.08481 4.69155 3.22288 4.69155H7.23537C7.37344 4.69155 7.48537 4.80349 7.48537 4.94155C7.48537 5.07962 7.37344 5.19156 7.23537 5.19156H3.22288C3.08481 5.19156 2.97287 5.07962 2.97287 4.94155ZM2.97287 7.64659C2.97287 7.50852 3.08481 7.39659 3.22288 7.39659H7.23537C7.37344 7.39659 7.48537 7.50852 7.48537 7.64659C7.48537 7.78465 7.37344 7.89659 7.23537 7.89659H3.22288C3.08481 7.89659 2.97287 7.78465 2.97287 7.64659ZM2.97287 10.3516C2.97287 10.2135 3.08481 10.1016 3.22288 10.1016H8.82175C8.95981 10.1016 9.07175 10.2135 9.07175 10.3516C9.07175 10.4896 8.95981 10.6016 8.82175 10.6016H3.22288C3.08481 10.6016 2.97287 10.4896 2.97287 10.3516ZM8.82175 13.3066H3.22288C3.08481 13.3066 2.97287 13.1946 2.97287 13.0566C2.97287 12.9185 3.08481 12.8066 3.22288 12.8066H8.82175C8.95981 12.8066 9.07175 12.9185 9.07175 13.0566C9.07175 13.1946 8.95981 13.3066 8.82175 13.3066Z"/>
|
5
|
+
</mask>
|
6
|
+
<path d="M14.5007 11.447C15.4768 10.707 16.1477 9.39715 16.2107 8.13752H16.2608C16.6684 8.13752 17 7.80593 17 7.39837V6.90921C17 6.77115 16.888 6.65921 16.75 6.65921H12.3431V4.45674C12.3431 4.39227 12.3182 4.33034 12.2736 4.2838L9.20034 1.07609C9.15319 1.02687 9.08797 0.999023 9.01984 0.999023H1.25C1.11194 0.999023 1 1.11096 1 1.24902V16.7491C1 16.8871 1.11194 16.9991 1.25 16.9991H9.21725H16.75C16.8881 16.9991 17 16.8871 17 16.7491V16.2599C17 15.8524 16.6684 15.5208 16.2608 15.5208H16.2107C16.1477 14.2612 15.4769 12.9514 14.5008 12.2114C14.382 12.1213 14.3139 11.982 14.3139 11.8292C14.3139 11.6763 14.382 11.537 14.5007 11.447ZM16.5 7.39834C16.5 7.53021 16.3927 7.63749 16.2608 7.63749H9.70641C9.57453 7.63749 9.46725 7.53018 9.46725 7.39834V7.15918H16.5V7.39834ZM11.5073 4.20674H9.13538V1.73096L11.5073 4.20674ZM1.5 1.49902H8.63538V4.45671C8.63538 4.59477 8.74731 4.70671 8.88538 4.70671H11.8431V6.65918H9.21725C9.07919 6.65918 8.96725 6.77112 8.96725 6.90918V7.39834C8.96725 7.8059 9.29884 8.13749 9.70641 8.13749H9.75656C9.8195 9.39712 10.4904 10.7069 11.4665 11.4469C11.5852 11.5369 11.6533 11.6762 11.6533 11.8291C11.6533 11.982 11.5852 12.1213 11.4665 12.2113C10.4904 12.9512 9.8195 14.2611 9.75656 15.5207H9.70641C9.29884 15.5207 8.96725 15.8523 8.96725 16.2598V16.499H1.5V1.49902ZM16.5 16.2599V16.4991H9.46725V16.2599C9.46725 16.1281 9.57456 16.0208 9.70641 16.0208H16.2608C16.3927 16.0207 16.5 16.1281 16.5 16.2599ZM12.7925 14.816C12.8586 14.7884 12.9224 14.7562 12.9836 14.7198C13.0448 14.7562 13.1087 14.7883 13.1748 14.816C13.4904 14.9477 13.7873 15.1922 14.036 15.5208H11.9313C12.18 15.1922 12.4769 14.9477 12.7925 14.816ZM14.1987 12.6098C15.0425 13.2495 15.6456 14.4234 15.71 15.5207H14.6387C14.3055 14.9709 13.8583 14.5594 13.3674 14.3546C13.3209 14.3351 13.2763 14.3121 13.2336 14.2862V13.5991C13.2336 13.4611 13.1217 13.3491 12.9836 13.3491C12.8455 13.3491 12.7336 13.4611 12.7336 13.5991V14.2863C12.6908 14.3121 12.6463 14.3352 12.5999 14.3546C12.109 14.5594 11.6618 14.9709 11.3286 15.5207H10.2572C10.3216 14.4234 10.9247 13.2495 11.7685 12.6098C12.0131 12.4244 12.1533 12.1399 12.1533 11.8292C12.1533 11.5184 12.0131 11.2339 11.7685 11.0485C10.9247 10.4088 10.3216 9.2349 10.2572 8.13756H15.71C15.6456 9.2349 15.0425 10.4088 14.1987 11.0486C13.9542 11.2339 13.8139 11.5184 13.8139 11.8291C13.8139 12.1398 13.9542 12.4244 14.1987 12.6098ZM13.2336 12.1133V12.3289C13.2336 12.4669 13.1217 12.5789 12.9836 12.5789C12.8456 12.5789 12.7336 12.4669 12.7336 12.3289V12.1133C12.7336 11.9753 12.8456 11.8633 12.9836 11.8633C13.1217 11.8633 13.2336 11.9753 13.2336 12.1133ZM14.8461 9.3459C14.8952 9.23802 14.8618 9.11052 14.7661 9.04056C13.972 8.45977 13.3647 8.75105 12.8288 9.00805C12.427 9.20077 12.0475 9.38277 11.5434 9.28396C11.4474 9.26515 11.3493 9.30402 11.2923 9.38343C11.2353 9.4628 11.2298 9.56818 11.2782 9.65315C11.6158 10.2452 12.0852 10.6896 12.5998 10.9044C12.6463 10.9238 12.6908 10.9468 12.7336 10.9727V11.3204C12.7336 11.4585 12.8455 11.5704 12.9836 11.5704C13.1217 11.5704 13.2336 11.4585 13.2336 11.3204V10.9728C13.2764 10.9469 13.3209 10.9238 13.3673 10.9045C13.9711 10.6525 14.51 10.0844 14.8461 9.3459ZM13.1748 10.443C13.1088 10.4706 13.0449 10.5027 12.9837 10.5391C12.9225 10.5027 12.8586 10.4706 12.7925 10.443C12.4997 10.3208 12.2218 10.1002 11.984 9.80543C12.3946 9.77087 12.7346 9.60781 13.0451 9.4589C13.4966 9.2423 13.8365 9.07934 14.2957 9.33159C14.0125 9.86109 13.6117 10.2606 13.1748 10.443ZM2.97287 4.94155C2.97287 4.80349 3.08481 4.69155 3.22288 4.69155H7.23537C7.37344 4.69155 7.48537 4.80349 7.48537 4.94155C7.48537 5.07962 7.37344 5.19156 7.23537 5.19156H3.22288C3.08481 5.19156 2.97287 5.07962 2.97287 4.94155ZM2.97287 7.64659C2.97287 7.50852 3.08481 7.39659 3.22288 7.39659H7.23537C7.37344 7.39659 7.48537 7.50852 7.48537 7.64659C7.48537 7.78465 7.37344 7.89659 7.23537 7.89659H3.22288C3.08481 7.89659 2.97287 7.78465 2.97287 7.64659ZM2.97287 10.3516C2.97287 10.2135 3.08481 10.1016 3.22288 10.1016H8.82175C8.95981 10.1016 9.07175 10.2135 9.07175 10.3516C9.07175 10.4896 8.95981 10.6016 8.82175 10.6016H3.22288C3.08481 10.6016 2.97287 10.4896 2.97287 10.3516ZM8.82175 13.3066H3.22288C3.08481 13.3066 2.97287 13.1946 2.97287 13.0566C2.97287 12.9185 3.08481 12.8066 3.22288 12.8066H8.82175C8.95981 12.8066 9.07175 12.9185 9.07175 13.0566C9.07175 13.1946 8.95981 13.3066 8.82175 13.3066Z" fill="currentColor"/>
|
7
|
+
<path d="M14.5007 11.447C15.4768 10.707 16.1477 9.39715 16.2107 8.13752H16.2608C16.6684 8.13752 17 7.80593 17 7.39837V6.90921C17 6.77115 16.888 6.65921 16.75 6.65921H12.3431V4.45674C12.3431 4.39227 12.3182 4.33034 12.2736 4.2838L9.20034 1.07609C9.15319 1.02687 9.08797 0.999023 9.01984 0.999023H1.25C1.11194 0.999023 1 1.11096 1 1.24902V16.7491C1 16.8871 1.11194 16.9991 1.25 16.9991H9.21725H16.75C16.8881 16.9991 17 16.8871 17 16.7491V16.2599C17 15.8524 16.6684 15.5208 16.2608 15.5208H16.2107C16.1477 14.2612 15.4769 12.9514 14.5008 12.2114C14.382 12.1213 14.3139 11.982 14.3139 11.8292C14.3139 11.6763 14.382 11.537 14.5007 11.447ZM16.5 7.39834C16.5 7.53021 16.3927 7.63749 16.2608 7.63749H9.70641C9.57453 7.63749 9.46725 7.53018 9.46725 7.39834V7.15918H16.5V7.39834ZM11.5073 4.20674H9.13538V1.73096L11.5073 4.20674ZM1.5 1.49902H8.63538V4.45671C8.63538 4.59477 8.74731 4.70671 8.88538 4.70671H11.8431V6.65918H9.21725C9.07919 6.65918 8.96725 6.77112 8.96725 6.90918V7.39834C8.96725 7.8059 9.29884 8.13749 9.70641 8.13749H9.75656C9.8195 9.39712 10.4904 10.7069 11.4665 11.4469C11.5852 11.5369 11.6533 11.6762 11.6533 11.8291C11.6533 11.982 11.5852 12.1213 11.4665 12.2113C10.4904 12.9512 9.8195 14.2611 9.75656 15.5207H9.70641C9.29884 15.5207 8.96725 15.8523 8.96725 16.2598V16.499H1.5V1.49902ZM16.5 16.2599V16.4991H9.46725V16.2599C9.46725 16.1281 9.57456 16.0208 9.70641 16.0208H16.2608C16.3927 16.0207 16.5 16.1281 16.5 16.2599ZM12.7925 14.816C12.8586 14.7884 12.9224 14.7562 12.9836 14.7198C13.0448 14.7562 13.1087 14.7883 13.1748 14.816C13.4904 14.9477 13.7873 15.1922 14.036 15.5208H11.9313C12.18 15.1922 12.4769 14.9477 12.7925 14.816ZM14.1987 12.6098C15.0425 13.2495 15.6456 14.4234 15.71 15.5207H14.6387C14.3055 14.9709 13.8583 14.5594 13.3674 14.3546C13.3209 14.3351 13.2763 14.3121 13.2336 14.2862V13.5991C13.2336 13.4611 13.1217 13.3491 12.9836 13.3491C12.8455 13.3491 12.7336 13.4611 12.7336 13.5991V14.2863C12.6908 14.3121 12.6463 14.3352 12.5999 14.3546C12.109 14.5594 11.6618 14.9709 11.3286 15.5207H10.2572C10.3216 14.4234 10.9247 13.2495 11.7685 12.6098C12.0131 12.4244 12.1533 12.1399 12.1533 11.8292C12.1533 11.5184 12.0131 11.2339 11.7685 11.0485C10.9247 10.4088 10.3216 9.2349 10.2572 8.13756H15.71C15.6456 9.2349 15.0425 10.4088 14.1987 11.0486C13.9542 11.2339 13.8139 11.5184 13.8139 11.8291C13.8139 12.1398 13.9542 12.4244 14.1987 12.6098ZM13.2336 12.1133V12.3289C13.2336 12.4669 13.1217 12.5789 12.9836 12.5789C12.8456 12.5789 12.7336 12.4669 12.7336 12.3289V12.1133C12.7336 11.9753 12.8456 11.8633 12.9836 11.8633C13.1217 11.8633 13.2336 11.9753 13.2336 12.1133ZM14.8461 9.3459C14.8952 9.23802 14.8618 9.11052 14.7661 9.04056C13.972 8.45977 13.3647 8.75105 12.8288 9.00805C12.427 9.20077 12.0475 9.38277 11.5434 9.28396C11.4474 9.26515 11.3493 9.30402 11.2923 9.38343C11.2353 9.4628 11.2298 9.56818 11.2782 9.65315C11.6158 10.2452 12.0852 10.6896 12.5998 10.9044C12.6463 10.9238 12.6908 10.9468 12.7336 10.9727V11.3204C12.7336 11.4585 12.8455 11.5704 12.9836 11.5704C13.1217 11.5704 13.2336 11.4585 13.2336 11.3204V10.9728C13.2764 10.9469 13.3209 10.9238 13.3673 10.9045C13.9711 10.6525 14.51 10.0844 14.8461 9.3459ZM13.1748 10.443C13.1088 10.4706 13.0449 10.5027 12.9837 10.5391C12.9225 10.5027 12.8586 10.4706 12.7925 10.443C12.4997 10.3208 12.2218 10.1002 11.984 9.80543C12.3946 9.77087 12.7346 9.60781 13.0451 9.4589C13.4966 9.2423 13.8365 9.07934 14.2957 9.33159C14.0125 9.86109 13.6117 10.2606 13.1748 10.443ZM2.97287 4.94155C2.97287 4.80349 3.08481 4.69155 3.22288 4.69155H7.23537C7.37344 4.69155 7.48537 4.80349 7.48537 4.94155C7.48537 5.07962 7.37344 5.19156 7.23537 5.19156H3.22288C3.08481 5.19156 2.97287 5.07962 2.97287 4.94155ZM2.97287 7.64659C2.97287 7.50852 3.08481 7.39659 3.22288 7.39659H7.23537C7.37344 7.39659 7.48537 7.50852 7.48537 7.64659C7.48537 7.78465 7.37344 7.89659 7.23537 7.89659H3.22288C3.08481 7.89659 2.97287 7.78465 2.97287 7.64659ZM2.97287 10.3516C2.97287 10.2135 3.08481 10.1016 3.22288 10.1016H8.82175C8.95981 10.1016 9.07175 10.2135 9.07175 10.3516C9.07175 10.4896 8.95981 10.6016 8.82175 10.6016H3.22288C3.08481 10.6016 2.97287 10.4896 2.97287 10.3516ZM8.82175 13.3066H3.22288C3.08481 13.3066 2.97287 13.1946 2.97287 13.0566C2.97287 12.9185 3.08481 12.8066 3.22288 12.8066H8.82175C8.95981 12.8066 9.07175 12.9185 9.07175 13.0566C9.07175 13.1946 8.95981 13.3066 8.82175 13.3066Z" stroke="currentColor" stroke-width="0.4" mask="url(#path-1-outside-1_2947_11608)"/>
|
8
|
+
</svg>
|
@@ -0,0 +1,9 @@
|
|
1
|
+
<svg width="16" height="14" viewBox="0 0 16 14" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
2
|
+
<rect y="0.786682" width="16" height="12.4267" fill="url(#pattern0_9973_5620)"/>
|
3
|
+
<defs>
|
4
|
+
<pattern id="pattern0_9973_5620" patternContentUnits="objectBoundingBox" width="1" height="1">
|
5
|
+
<use xlink:href="#image0_9973_5620" transform="scale(0.00333333 0.00429185)"/>
|
6
|
+
</pattern>
|
7
|
+
<image id="image0_9973_5620" width="300" height="233" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADpCAMAAACp8fr0AAAC+lBMVEVHcEwAiNUAhtoAjuAAi9kAiNUAjNgAgswAiNUAkOEAidcAiNUAitcAmvAAiNUAkeEAiNYAitoAk+UAjt0AidYAiNYAitgAj+AAkeIAiNQAic4Ah9oAidgAjNsAjt4AitcAkOAAh9UAidUAjNsAidUAiNUAhNYAhdIAitgAkeMAi9kAidYAkeEAiNUAiNUAi9oAkeQAiNYAiNQAh9QAjNsAidUAidQAi9oAj98AjdwAidYAidYAjNYAidcAiNUAitYAitYAh9UAi9oAkOIAh9UAiNUAidYAiNYAiNUAidcAkuMAidcAjd4Ai9oAjNwAitQAiNUAh9YAiNYAiNQAiNUAi9kAidUAitMAitcAitgAiNUAidcAlOgAiNUAidYAi9oAiNUAidUAj+EAjNoAidYAjNsAiNUAhdQAiNYAh9UAiNUAh9IAiNUAjd0AidYAiNYAi9gAidEAi9kAiNUAiNUAitkAhNUAiNUAiNYAkuQAidUAiNYAitIAiNUAiNUAidcAidcAiNIAitkAidUAiNUAjd0AidYAiNUAfs4AidcAidcAitkAh9UAidYAitgAidcAkuUAiNUAidcAiNYAhtMAjNkAitgAiNYAidgAi9oAjt0AjNwAitcAiNUAh9UAidYAiNYAi9kAidUAidUAidYAiNUAi9oAidQAidYAjNwAiNUAidcAidYAkN0AiNUAlOoAitkAidYAidgAiNQAi9oAiNUAiNUAitgAh9QAi9gAitgAi9sAidgAiNUAidYAitQAidYAjdsAiNYAidYAidcAiNYAi9oAidUAidYAiNMAjdwAidYAiNUAjNYAkecAiNUAiNQAitgAitYAiNUAh9QAiNUAidYAiNUAitcAiNUAiNQAh9UAidYAitcAidUAidYAidYAh9cAiNUAidYAidYAj98AiNUAitgAitYAiNUAi9kAj98AidYAiNUAiNUAiNYAiNUAidYAitkAiNUAidYAlusAi9oAitYAk+YAlekAj94Ajt4Ai9sAnfb449imAAAA/XRSTlMASxMBlKYGE6z/TirG/74CQt3//1dj8///xwkDg/3///9oEv//1w8jwv////9wPNf/4Blb64J++v//7iUNnJEfLzjS/6RT/Dd1+v+0///4R2GWtsG4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"/>
|
8
|
+
</defs>
|
9
|
+
</svg>
|
@@ -0,0 +1,9 @@
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
2
|
+
<rect y="0.799988" width="16" height="14.4" fill="url(#pattern0_9973_5625)"/>
|
3
|
+
<defs>
|
4
|
+
<pattern id="pattern0_9973_5625" patternContentUnits="objectBoundingBox" width="1" height="1">
|
5
|
+
<use xlink:href="#image0_9973_5625" transform="scale(0.00333333 0.0037037)"/>
|
6
|
+
</pattern>
|
7
|
+
<image id="image0_9973_5625" width="300" height="270" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAEOCAMAAAAEx9p6AAADAFBMVEVHcEwlg/0lg/4lhP8lhP4mhf8mhP8lg/4lhP4kgv0qh/8ghPolg/4pjv8oiv8nh/8oi/8lhP4kg/49lfEpkP8niP8lg/4ig/wlg/4lhP4lgv4kgv0ojP8kgfwlhP4mhf4lg/8lhP4jgf0pjf8lg/4lhP4jgfwhf/soivslhP8lhP4lhP8kgv4if/smhf4nh/0mhP4lg/4if/shfvo3kP0jgv0lhP4lg/4kgv0hffklg/4lg/4gfvkigPolg/4kgv0adO8piP8cePMYcu0WcOoWb+oWb+kWbukXcesFWtQAV9kBU80AUswAUcwAT8kAUtAKYNsKYdwDVtADVc8CVc8CVM4AVM4AU80BWdwTa+YFWtQEWNMEXNwXcewMZN8DWtcDXN8JX9oDV9EGW9cHXdgFX+EIXtgKYNoEWNIDVtECVdAAVNQHXNYPZ+IGWtUFWNISa+YIX9kFWdQJYNoFWdMIXdcHYuQGWtQGW9gWb+oGW9UIX90HW9YQaOMJXtkHXNYUbOgHXNcIXNYKZekLZeUKX9oJXtgJXdgVbuoMZOMXcewKX9kKYt8MYdwTbOcNZ+cLYNsKYNoNaewLYdsMYt0PauoMYtwNY90MY90OZN8PbO8NZN4NY94OZN4RaeUQZ+IOZd8PZuERb/IPZeAPZuAQZ+ERaOMQaOITa+YTbu0RaOIQZ+MSauQSauUSaeQRaeMUcvUUbOcTa+UTbOcTa+YUbecVce8SauUTbOYVbukWdfkUbecVbegUbOgVbugYePwZdvUWb+oYcewXcOsjgfwfe/YcePMadfAXcu0XcOwkgfwhfvkhgv8ff/8jgPsefPseff4if/oefPkdevgbePcdePMcd/IbdvElg/4ifvkhfvghffggffcgfPcgfPYfe/YfevUeevUeevQeefQdefMdePIcd/EcdvEbdvAadfAade8adO8ZdO4Zc+4Zc+0Ycuwfe/Umg/4if/kYcu4kgv0jf/olgv0jgPokgvwdd/MbdvEWb+obdvAadfAdefQmgv23KHyEAAAA/3RSTlMAHW/A+P//6q9kGAeI/////+6BBP//uA979l6z/6zf/PHGlf+PaUMhC8qip1gw/RTO0jU5Aj7Yu0cmm3ZNKuRSGv/i////////qP///////8XU/////////572//91Qf//Zv/8k//svP/////gp///fkv/dP//////W////7D//4X/////////jv9p////lv////////////f//////+D////////////L///q/////////7n/1f/y///////2////+P///+3s7Oz6//////////////////////////////////////////////////////+k//////9rv/vU9ferLONGAAASM0lEQVR4AezbBWLCMBjF8YdkUggtlMAEDz53l/tfar5Buzb5DvB+R3iV/wYEXwrFUlltUCa1ubUd4FelWtY1jpIrjHS9EeNLUGqGXMTNNFttAKiUmhzDr9mKAVRFW1FzBwh2Rc8gmXob25o7yOg97EecQabTxabwKaSwB8UVpPoYCNciVcfQcAYZU8LIcgYZO8ZEOBbZCaYRZ5CJppj1+YYXUf0Z5pt8w4uYzTmw4HMoUlsAWPINL2IPADQ0h5DQDQCHEd/wAio6BHB0zLEE1PERgBNZDhnDAABOa5zCr3aGTwfMoYDtAsyhkK4CXznkFH6dPXw6D5lDLxVe4FNQDzmGT1gP8OlSkkPGMMaXLnPo1dkHmEMhW8W3Q++dRXYP3y4Uc+iN4RW+BQPm0CPcLeBbfObJIZnrGD+2PC8tsvv4VfWMRXaMX3ueschOAFkOSZkpIM0hYzjDr0t3Dsn0YvzZ73AQl84NVsaag7joEVa2nXcW2SJWLowjh6Rqt1gpuHJIYfkOK/G1M4eM4RyQ5ZCiEiDMIel7rJs47izSD1h35cohY/iIdYX8g3Sk+k9YV7k2HCWPeW4joZX70qJoiKSx5Sh57BJJE81RhDEEpnk5JBW9IGlWzskhheoIkOWQzOYJUm5yckjR4hJJzkOaPIcizCHZBtKmtewckj1E2iz7v0MK++dIq/Qyc0hh/QT/lCIO4ziHknTvesPzHEpS0XIYx09vk25dOeQ5lKQ7Vw55DoU5FMXwFWAOpTG8BHMo1NlCloeMsUiPkeUxI4fU2UaWpz5z+I8yV8jSduSQP73155DMdQWZ7i3HSeu0AOZQHsNsL8zhP3qCbE/HjrF4DiWp/cwcpoTlGXIMXTnkT2+TlsxhSqeEPA8cK8XeI8+L6zHkOZSkI9d/hzyHktR+5+0cuCMPgiB+9sV2crZtc4I1YnOt2HY+8W0f5mXV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"/>
|
8
|
+
</defs>
|
9
|
+
</svg>
|
@@ -1,3 +1,3 @@
|
|
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.4419 2.23255H13.711C13.5824 1.60233 13.2399 1.03591 12.7417 0.629114C12.2434 0.222317 11.62 0.00012207 10.9767 0.00012207C10.3335 0.00012207 9.71005 0.222317 9.2118 0.629114C8.71356 1.03591 8.37113 1.60233 8.24246 2.23255H0.55814C0.410112 2.23255 0.268147 2.29136 0.163475 2.39603C0.0588038 2.5007 0 2.64267 0 2.79069C0 2.93872 0.0588038 3.08069 0.163475 3.18536C0.268147 3.29003 0.410112 3.34883 0.55814 3.34883H8.24246C8.37113 3.97905 8.71356 4.54548 9.2118 4.95227C9.71005 5.35907 10.3335 5.58127 10.9767 5.58127C11.62 5.58127 12.2434 5.35907 12.7417 4.95227C13.2399 4.54548 13.5824 3.97905 13.711 3.34883H15.4419C15.5899 3.34883 15.7319 3.29003 15.8365 3.18536C15.9412 3.08069 16 2.93872 16 2.79069C16 2.64267 15.9412 2.5007 15.8365 2.39603C15.7319 2.29136 15.5899 2.23255 15.4419 2.23255ZM10.9767 4.46511C10.6456 4.46511 10.3218 4.36691 10.0465 4.18292C9.77113 3.99893 9.55652 3.73743 9.42978 3.43147C9.30305 3.12551 9.26989 2.78884 9.3345 2.46403C9.39911 2.13923 9.55858 1.84087 9.79275 1.6067C10.0269 1.37253 10.3253 1.21306 10.6501 1.14845C10.9749 1.08384 11.3116 1.117 11.6175 1.24373C11.9235 1.37047 12.185 1.58508 12.369 1.86044C12.553 2.13579 12.6512 2.45953 12.6512 2.79069C12.6506 3.23461 12.474 3.66018 12.1601 3.97408C11.8462 4.28797 11.4207 4.46456 10.9767 4.46511ZM15.4419 7.44186H7.01336C6.88469 6.81164 6.54226 6.24521 6.04401 5.83842C5.54577 5.43162 4.92229 5.20942 4.27907 5.20942C3.63585 5.20942 3.01237 5.43162 2.51413 5.83842C2.01588 6.24521 1.67345 6.81164 1.54478 7.44186H0.55814C0.410112 7.44186 0.268147 7.50066 0.163475 7.60533C0.0588038 7.71 0 7.85197 0 8C0 8.14802 0.0588038 8.28999 0.163475 8.39466C0.268147 8.49933 0.410112 8.55814 0.55814 8.55814H1.54478C1.67345 9.18836 2.01588 9.75478 2.51413 10.1616C3.01237 10.5684 3.63585 10.7906 4.27907 10.7906C4.92229 10.7906 5.54577 10.5684 6.04401 10.1616C6.54226 9.75478 6.88469 9.18836 7.01336 8.55814H15.4419C15.5899 8.55814 15.7319 8.49933 15.8365 8.39466C15.9412 8.28999 16 8.14802 16 8C16 7.85197 15.9412 7.71 15.8365 7.60533C15.7319 7.50066 15.5899 7.44186 15.4419 7.44186ZM4.27907 9.67441C3.9479 9.67441 3.62417 9.57621 3.34881 9.39222C3.07346 9.20824 2.85884 8.94673 2.73211 8.64077C2.60538 8.33481 2.57222 7.99814 2.63682 7.67333C2.70143 7.34853 2.86091 7.05017 3.09508 6.816C3.32925 6.58183 3.6276 6.42236 3.95241 6.35775C4.27721 6.29314 4.61388 6.3263 4.91984 6.45303C5.2258 6.57977 5.48731 6.79438 5.6713 7.06974C5.85529 7.3451 5.95349 7.66883 5.95349 8C5.95294 8.44391 5.77635 8.86948 5.46245 9.18338C5.14856 9.49727 4.72298 9.67386 4.27907 9.67441ZM13.711 12.6512H15.4419C15.5899 12.6512 15.7319 12.71 15.8365 12.8146C15.9412 12.9193 16 13.0613 16 13.2093C16 13.3573 15.9412 13.4993 15.8365 13.604C15.7319 13.7086 15.5899 13.7674 15.4419 13.7674H13.711C13.5824 14.3977 13.2399 14.9641 12.7417 15.3709C12.2434 15.7777 11.62 15.9999 10.9767 15.9999C10.3335 15.9999 9.71005 15.7777 9.2118 15.3709C8.71356 14.9641 8.37113 14.3977 8.24246 13.7674H0.55814C0.410112 13.7674 0.268147 13.7086 0.163475 13.604C0.0588038 13.4993 0 13.3573 0 13.2093C0 13.0613 0.0588038 12.9193 0.163475 12.8146C0.268147 12.71 0.410112 12.6512 0.55814 12.6512H8.24246C8.37113 12.0209 8.71356 11.4545 9.2118 11.0477C9.71005 10.6409 10.3335 10.4187 10.9767 10.4187C11.62 10.4187 12.2434 10.6409 12.7417 11.0477C13.2399 11.4545 13.5824 12.0209 13.711 12.6512ZM10.0465 14.6015C10.3218 14.7855 10.6456 14.8837 10.9767 14.8837C11.4207 14.8832 11.8462 14.7066 12.1601 14.3927C12.474 14.0788 12.6506 13.6532 12.6512 13.2093C12.6512 12.8781 12.553 12.5544 12.369 12.279C12.185 12.0037 11.9235 11.7891 11.6175 11.6623C11.3116 11.5356 10.9749 11.5024 10.6501 11.5671C10.3253 11.6317 10.0269 11.7911 9.79275 12.0253C9.55858 12.2595 9.39911 12.5578 9.3345 12.8826C9.26989 13.2074 9.30305 13.5441 9.42978 13.8501C9.55652 14.156 9.77113 14.4175 10.0465 14.6015Z" fill="currentColor"/>
|
3
|
-
</svg>
|
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.4419 2.23255H13.711C13.5824 1.60233 13.2399 1.03591 12.7417 0.629114C12.2434 0.222317 11.62 0.00012207 10.9767 0.00012207C10.3335 0.00012207 9.71005 0.222317 9.2118 0.629114C8.71356 1.03591 8.37113 1.60233 8.24246 2.23255H0.55814C0.410112 2.23255 0.268147 2.29136 0.163475 2.39603C0.0588038 2.5007 0 2.64267 0 2.79069C0 2.93872 0.0588038 3.08069 0.163475 3.18536C0.268147 3.29003 0.410112 3.34883 0.55814 3.34883H8.24246C8.37113 3.97905 8.71356 4.54548 9.2118 4.95227C9.71005 5.35907 10.3335 5.58127 10.9767 5.58127C11.62 5.58127 12.2434 5.35907 12.7417 4.95227C13.2399 4.54548 13.5824 3.97905 13.711 3.34883H15.4419C15.5899 3.34883 15.7319 3.29003 15.8365 3.18536C15.9412 3.08069 16 2.93872 16 2.79069C16 2.64267 15.9412 2.5007 15.8365 2.39603C15.7319 2.29136 15.5899 2.23255 15.4419 2.23255ZM10.9767 4.46511C10.6456 4.46511 10.3218 4.36691 10.0465 4.18292C9.77113 3.99893 9.55652 3.73743 9.42978 3.43147C9.30305 3.12551 9.26989 2.78884 9.3345 2.46403C9.39911 2.13923 9.55858 1.84087 9.79275 1.6067C10.0269 1.37253 10.3253 1.21306 10.6501 1.14845C10.9749 1.08384 11.3116 1.117 11.6175 1.24373C11.9235 1.37047 12.185 1.58508 12.369 1.86044C12.553 2.13579 12.6512 2.45953 12.6512 2.79069C12.6506 3.23461 12.474 3.66018 12.1601 3.97408C11.8462 4.28797 11.4207 4.46456 10.9767 4.46511ZM15.4419 7.44186H7.01336C6.88469 6.81164 6.54226 6.24521 6.04401 5.83842C5.54577 5.43162 4.92229 5.20942 4.27907 5.20942C3.63585 5.20942 3.01237 5.43162 2.51413 5.83842C2.01588 6.24521 1.67345 6.81164 1.54478 7.44186H0.55814C0.410112 7.44186 0.268147 7.50066 0.163475 7.60533C0.0588038 7.71 0 7.85197 0 8C0 8.14802 0.0588038 8.28999 0.163475 8.39466C0.268147 8.49933 0.410112 8.55814 0.55814 8.55814H1.54478C1.67345 9.18836 2.01588 9.75478 2.51413 10.1616C3.01237 10.5684 3.63585 10.7906 4.27907 10.7906C4.92229 10.7906 5.54577 10.5684 6.04401 10.1616C6.54226 9.75478 6.88469 9.18836 7.01336 8.55814H15.4419C15.5899 8.55814 15.7319 8.49933 15.8365 8.39466C15.9412 8.28999 16 8.14802 16 8C16 7.85197 15.9412 7.71 15.8365 7.60533C15.7319 7.50066 15.5899 7.44186 15.4419 7.44186ZM4.27907 9.67441C3.9479 9.67441 3.62417 9.57621 3.34881 9.39222C3.07346 9.20824 2.85884 8.94673 2.73211 8.64077C2.60538 8.33481 2.57222 7.99814 2.63682 7.67333C2.70143 7.34853 2.86091 7.05017 3.09508 6.816C3.32925 6.58183 3.6276 6.42236 3.95241 6.35775C4.27721 6.29314 4.61388 6.3263 4.91984 6.45303C5.2258 6.57977 5.48731 6.79438 5.6713 7.06974C5.85529 7.3451 5.95349 7.66883 5.95349 8C5.95294 8.44391 5.77635 8.86948 5.46245 9.18338C5.14856 9.49727 4.72298 9.67386 4.27907 9.67441ZM13.711 12.6512H15.4419C15.5899 12.6512 15.7319 12.71 15.8365 12.8146C15.9412 12.9193 16 13.0613 16 13.2093C16 13.3573 15.9412 13.4993 15.8365 13.604C15.7319 13.7086 15.5899 13.7674 15.4419 13.7674H13.711C13.5824 14.3977 13.2399 14.9641 12.7417 15.3709C12.2434 15.7777 11.62 15.9999 10.9767 15.9999C10.3335 15.9999 9.71005 15.7777 9.2118 15.3709C8.71356 14.9641 8.37113 14.3977 8.24246 13.7674H0.55814C0.410112 13.7674 0.268147 13.7086 0.163475 13.604C0.0588038 13.4993 0 13.3573 0 13.2093C0 13.0613 0.0588038 12.9193 0.163475 12.8146C0.268147 12.71 0.410112 12.6512 0.55814 12.6512H8.24246C8.37113 12.0209 8.71356 11.4545 9.2118 11.0477C9.71005 10.6409 10.3335 10.4187 10.9767 10.4187C11.62 10.4187 12.2434 10.6409 12.7417 11.0477C13.2399 11.4545 13.5824 12.0209 13.711 12.6512ZM10.0465 14.6015C10.3218 14.7855 10.6456 14.8837 10.9767 14.8837C11.4207 14.8832 11.8462 14.7066 12.1601 14.3927C12.474 14.0788 12.6506 13.6532 12.6512 13.2093C12.6512 12.8781 12.553 12.5544 12.369 12.279C12.185 12.0037 11.9235 11.7891 11.6175 11.6623C11.3116 11.5356 10.9749 11.5024 10.6501 11.5671C10.3253 11.6317 10.0269 11.7911 9.79275 12.0253C9.55858 12.2595 9.39911 12.5578 9.3345 12.8826C9.26989 13.2074 9.30305 13.5441 9.42978 13.8501C9.55652 14.156 9.77113 14.4175 10.0465 14.6015Z" fill="currentColor"/>
|
3
|
+
</svg>
|
@@ -1,8 +1,8 @@
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
-
<path d="M14.7329 7.06677C14.7328 6.82169 14.8393 6.58413 15.0178 6.43128L16 5.59038L15.9289 5.30868C15.8429 4.96829 15.7315 4.63183 15.5977 4.30819C15.4637 3.98519 15.3045 3.66854 15.1246 3.36707L14.9757 3.11758L13.6905 3.21716C13.4556 3.23531 13.2121 3.14232 13.0379 2.96752C12.8645 2.79431 12.7719 2.551 12.79 2.31669L12.8899 1.02759L12.6404 0.878718C12.339 0.698823 12.0224 0.539638 11.6988 0.405412C11.3756 0.271717 11.0391 0.160356 10.6987 0.074423L10.417 0.0032959L9.5787 0.982457C9.42585 1.16095 9.18698 1.2674 8.93946 1.2674C8.93793 1.2674 8.46853 1.26659 8.46853 1.26659V5.95423H8.93709C9.54855 5.95423 10.046 6.45168 10.046 7.06315C10.046 7.67462 9.54855 8.17207 8.93709 8.17207H8.46903L8.46428 12.8591L8.93349 12.8589C9.1788 12.8589 9.41623 12.9654 9.56898 13.1438L10.4099 14.126L10.6916 14.0549C11.0319 13.969 11.3683 13.8576 11.6921 13.7237C12.0151 13.5897 12.3318 13.4305 12.6332 13.2506L12.8827 13.1017L12.7831 11.8165C12.765 11.5817 12.858 11.3381 13.0328 11.1639C13.206 10.9905 13.4491 10.8979 13.6836 10.916L14.9727 11.0159L15.1216 10.7664C15.3015 10.465 15.4607 10.1483 15.5949 9.82477C15.7286 9.50159 15.8399 9.16513 15.9259 8.82477L15.997 8.54307L15.0178 7.7047C14.8389 7.55161 14.7324 7.31352 14.7329 7.06677ZM10.9831 7.06315C10.9831 6.09617 10.3087 5.28369 9.40564 5.07125V4.11689C10.8287 4.34236 11.9202 5.57763 11.9202 7.06315C11.9202 8.54917 10.828 9.78475 9.40424 10.0096L9.40521 9.05518C10.3086 8.84295 10.9831 8.03035 10.9831 7.06315ZM14.7291 9.4662C14.6488 9.65962 14.5582 9.85044 14.4585 10.0362L13.756 9.98173C13.2446 9.94209 12.7395 10.1316 12.3705 10.5008C11.9992 10.8708 11.8091 11.3767 11.8487 11.8889L11.9029 12.5876C11.7172 12.6873 11.5265 12.7779 11.3334 12.858C11.1399 12.938 10.9409 13.0088 10.739 13.0696L10.2808 12.5344C10.0497 12.2645 9.74288 12.0744 9.40221 11.9832L9.40324 10.9556C11.3459 10.7243 12.8573 9.06705 12.8573 7.06315C12.8573 5.06007 11.3472 3.40331 9.40561 3.171V2.14432C9.74922 2.05358 10.0584 1.86303 10.2905 1.59193L10.7462 1.05964C10.948 1.12043 11.1469 1.19121 11.3401 1.27112C11.5335 1.35137 11.7243 1.44199 11.9101 1.54173L11.8556 2.24425C11.816 2.75551 12.0055 3.26074 12.3747 3.62968C12.7446 4.001 13.2506 4.19127 13.7628 4.15147L14.4614 4.09734C14.5612 4.28307 14.6517 4.47377 14.7318 4.66682C14.8119 4.8603 14.8827 5.05932 14.9435 5.2612L14.4083 5.71945C14.0188 6.05294 13.7955 6.54418 13.7957 7.06615C13.7947 7.59028 14.018 8.08251 14.4082 8.41659L14.9405 8.87234C14.8798 9.07414 14.809 9.27306 14.7291 9.4662Z" fill="currentColor"/>
|
3
|
-
<path d="M5.95393 8.93685C5.95393 8.32538 6.45139 7.82793 7.06285 7.82793H7.53141V3.14094L7.0627 3.1411C6.81617 3.1411 6.58605 3.03723 6.43099 2.85615L5.59008 1.87399L5.30839 1.94512C4.96809 2.03102 4.63163 2.14238 4.30789 2.27627C3.98483 2.4103 3.66818 2.56949 3.36674 2.74938L3.11725 2.89829L3.21684 4.18351C3.23502 4.41826 3.14199 4.66194 2.96719 4.83609C2.79398 5.00946 2.55086 5.10207 2.31633 5.08399L1.02723 4.98409L0.878327 5.23358C0.698432 5.53502 0.539279 5.85167 0.405053 6.17523C0.271389 6.49841 0.160059 6.83486 0.0740946 7.17522L0.00296753 7.45692L0.982191 8.2953C1.16102 8.44842 1.26754 8.68651 1.26711 8.93325C1.2672 9.17834 1.16068 9.4159 0.98216 9.56874L0 10.4096L0.0711271 10.6913C0.157092 11.0317 0.268452 11.3682 0.402304 11.6918C0.536311 12.0148 0.695465 12.3315 0.875391 12.6329L1.02427 12.8824L2.30952 12.7828C2.54421 12.7648 2.78795 12.8577 2.9621 13.0325C3.13546 13.2057 3.22814 13.449 3.20996 13.6833L3.11007 14.9724L3.35956 15.1213C3.661 15.3012 3.97765 15.4604 4.3012 15.5946C4.62442 15.7282 4.96087 15.8396 5.30123 15.9255L5.58293 15.9967L6.42127 15.0175C6.57412 14.839 6.81158 14.7326 7.05673 14.7326C7.05823 14.7326 7.52716 14.7334 7.52716 14.7334L7.53191 10.0457H7.06288C6.45142 10.0458 5.95393 9.54828 5.95393 8.93685ZM5.01682 8.93685C5.01682 9.9037 5.69098 10.7161 6.59386 10.9287L6.59289 11.8829C5.17047 11.6568 4.0797 10.4219 4.0797 8.93685C4.0797 7.45133 5.17119 6.21609 6.5943 5.99059V6.94494C5.69123 7.15736 5.01682 7.96984 5.01682 8.93685ZM5.70941 14.4081L5.25369 14.9404C5.05187 14.8796 4.85298 14.8088 4.65981 14.7289C4.46639 14.6486 4.27556 14.558 4.08982 14.4583L4.14427 13.7557C4.18391 13.2445 3.99446 12.7393 3.6252 12.3703C3.25526 11.999 2.74931 11.8089 2.23711 11.8485L1.53846 11.9027C1.43872 11.7169 1.34817 11.5262 1.26807 11.3332C1.18804 11.1397 1.1172 10.9407 1.05638 10.7388L1.59163 10.2805C1.98116 9.94706 2.20444 9.45582 2.20422 8.93385C2.20516 8.40972 1.98187 7.91748 1.59166 7.5834L1.05938 7.12765C1.12017 6.92586 1.19098 6.72694 1.27088 6.53377C1.35113 6.34035 1.44175 6.14952 1.54149 5.96378L2.24402 6.01823C2.75528 6.05787 3.26051 5.86835 3.62945 5.49913C4.00073 5.12919 4.19091 4.62324 4.15123 4.11104L4.0971 3.41239C4.28277 3.31268 4.47351 3.2221 4.66655 3.142C4.8601 3.06197 5.05911 2.99113 5.26094 2.93034L5.71922 3.46559C5.94997 3.7351 6.2555 3.92503 6.59436 4.0164V5.04463C4.65281 5.27694 3.14265 6.9337 3.14265 8.93678C3.14265 10.9391 4.65159 12.5953 6.59198 12.8287L6.59095 13.856C6.24909 13.947 5.94122 14.1373 5.70941 14.4081Z" fill="currentColor"/>
|
4
|
-
<path d="M6.5943 0.798859H7.53141V1.73597H6.5943V0.798859Z" fill="currentColor"/>
|
5
|
-
<path d="M4.72006 0.00326538H5.65718V0.940381H4.72006V0.00326538Z" fill="currentColor"/>
|
6
|
-
<path d="M8.46852 14.2646H9.40564V15.2017H8.46852V14.2646Z" fill="currentColor"/>
|
7
|
-
<path d="M10.3428 15.0596H11.2799V15.9967H10.3428V15.0596Z" fill="currentColor"/>
|
8
|
-
</svg>
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<path d="M14.7329 7.06677C14.7328 6.82169 14.8393 6.58413 15.0178 6.43128L16 5.59038L15.9289 5.30868C15.8429 4.96829 15.7315 4.63183 15.5977 4.30819C15.4637 3.98519 15.3045 3.66854 15.1246 3.36707L14.9757 3.11758L13.6905 3.21716C13.4556 3.23531 13.2121 3.14232 13.0379 2.96752C12.8645 2.79431 12.7719 2.551 12.79 2.31669L12.8899 1.02759L12.6404 0.878718C12.339 0.698823 12.0224 0.539638 11.6988 0.405412C11.3756 0.271717 11.0391 0.160356 10.6987 0.074423L10.417 0.0032959L9.5787 0.982457C9.42585 1.16095 9.18698 1.2674 8.93946 1.2674C8.93793 1.2674 8.46853 1.26659 8.46853 1.26659V5.95423H8.93709C9.54855 5.95423 10.046 6.45168 10.046 7.06315C10.046 7.67462 9.54855 8.17207 8.93709 8.17207H8.46903L8.46428 12.8591L8.93349 12.8589C9.1788 12.8589 9.41623 12.9654 9.56898 13.1438L10.4099 14.126L10.6916 14.0549C11.0319 13.969 11.3683 13.8576 11.6921 13.7237C12.0151 13.5897 12.3318 13.4305 12.6332 13.2506L12.8827 13.1017L12.7831 11.8165C12.765 11.5817 12.858 11.3381 13.0328 11.1639C13.206 10.9905 13.4491 10.8979 13.6836 10.916L14.9727 11.0159L15.1216 10.7664C15.3015 10.465 15.4607 10.1483 15.5949 9.82477C15.7286 9.50159 15.8399 9.16513 15.9259 8.82477L15.997 8.54307L15.0178 7.7047C14.8389 7.55161 14.7324 7.31352 14.7329 7.06677ZM10.9831 7.06315C10.9831 6.09617 10.3087 5.28369 9.40564 5.07125V4.11689C10.8287 4.34236 11.9202 5.57763 11.9202 7.06315C11.9202 8.54917 10.828 9.78475 9.40424 10.0096L9.40521 9.05518C10.3086 8.84295 10.9831 8.03035 10.9831 7.06315ZM14.7291 9.4662C14.6488 9.65962 14.5582 9.85044 14.4585 10.0362L13.756 9.98173C13.2446 9.94209 12.7395 10.1316 12.3705 10.5008C11.9992 10.8708 11.8091 11.3767 11.8487 11.8889L11.9029 12.5876C11.7172 12.6873 11.5265 12.7779 11.3334 12.858C11.1399 12.938 10.9409 13.0088 10.739 13.0696L10.2808 12.5344C10.0497 12.2645 9.74288 12.0744 9.40221 11.9832L9.40324 10.9556C11.3459 10.7243 12.8573 9.06705 12.8573 7.06315C12.8573 5.06007 11.3472 3.40331 9.40561 3.171V2.14432C9.74922 2.05358 10.0584 1.86303 10.2905 1.59193L10.7462 1.05964C10.948 1.12043 11.1469 1.19121 11.3401 1.27112C11.5335 1.35137 11.7243 1.44199 11.9101 1.54173L11.8556 2.24425C11.816 2.75551 12.0055 3.26074 12.3747 3.62968C12.7446 4.001 13.2506 4.19127 13.7628 4.15147L14.4614 4.09734C14.5612 4.28307 14.6517 4.47377 14.7318 4.66682C14.8119 4.8603 14.8827 5.05932 14.9435 5.2612L14.4083 5.71945C14.0188 6.05294 13.7955 6.54418 13.7957 7.06615C13.7947 7.59028 14.018 8.08251 14.4082 8.41659L14.9405 8.87234C14.8798 9.07414 14.809 9.27306 14.7291 9.4662Z" fill="currentColor"/>
|
3
|
+
<path d="M5.95393 8.93685C5.95393 8.32538 6.45139 7.82793 7.06285 7.82793H7.53141V3.14094L7.0627 3.1411C6.81617 3.1411 6.58605 3.03723 6.43099 2.85615L5.59008 1.87399L5.30839 1.94512C4.96809 2.03102 4.63163 2.14238 4.30789 2.27627C3.98483 2.4103 3.66818 2.56949 3.36674 2.74938L3.11725 2.89829L3.21684 4.18351C3.23502 4.41826 3.14199 4.66194 2.96719 4.83609C2.79398 5.00946 2.55086 5.10207 2.31633 5.08399L1.02723 4.98409L0.878327 5.23358C0.698432 5.53502 0.539279 5.85167 0.405053 6.17523C0.271389 6.49841 0.160059 6.83486 0.0740946 7.17522L0.00296753 7.45692L0.982191 8.2953C1.16102 8.44842 1.26754 8.68651 1.26711 8.93325C1.2672 9.17834 1.16068 9.4159 0.98216 9.56874L0 10.4096L0.0711271 10.6913C0.157092 11.0317 0.268452 11.3682 0.402304 11.6918C0.536311 12.0148 0.695465 12.3315 0.875391 12.6329L1.02427 12.8824L2.30952 12.7828C2.54421 12.7648 2.78795 12.8577 2.9621 13.0325C3.13546 13.2057 3.22814 13.449 3.20996 13.6833L3.11007 14.9724L3.35956 15.1213C3.661 15.3012 3.97765 15.4604 4.3012 15.5946C4.62442 15.7282 4.96087 15.8396 5.30123 15.9255L5.58293 15.9967L6.42127 15.0175C6.57412 14.839 6.81158 14.7326 7.05673 14.7326C7.05823 14.7326 7.52716 14.7334 7.52716 14.7334L7.53191 10.0457H7.06288C6.45142 10.0458 5.95393 9.54828 5.95393 8.93685ZM5.01682 8.93685C5.01682 9.9037 5.69098 10.7161 6.59386 10.9287L6.59289 11.8829C5.17047 11.6568 4.0797 10.4219 4.0797 8.93685C4.0797 7.45133 5.17119 6.21609 6.5943 5.99059V6.94494C5.69123 7.15736 5.01682 7.96984 5.01682 8.93685ZM5.70941 14.4081L5.25369 14.9404C5.05187 14.8796 4.85298 14.8088 4.65981 14.7289C4.46639 14.6486 4.27556 14.558 4.08982 14.4583L4.14427 13.7557C4.18391 13.2445 3.99446 12.7393 3.6252 12.3703C3.25526 11.999 2.74931 11.8089 2.23711 11.8485L1.53846 11.9027C1.43872 11.7169 1.34817 11.5262 1.26807 11.3332C1.18804 11.1397 1.1172 10.9407 1.05638 10.7388L1.59163 10.2805C1.98116 9.94706 2.20444 9.45582 2.20422 8.93385C2.20516 8.40972 1.98187 7.91748 1.59166 7.5834L1.05938 7.12765C1.12017 6.92586 1.19098 6.72694 1.27088 6.53377C1.35113 6.34035 1.44175 6.14952 1.54149 5.96378L2.24402 6.01823C2.75528 6.05787 3.26051 5.86835 3.62945 5.49913C4.00073 5.12919 4.19091 4.62324 4.15123 4.11104L4.0971 3.41239C4.28277 3.31268 4.47351 3.2221 4.66655 3.142C4.8601 3.06197 5.05911 2.99113 5.26094 2.93034L5.71922 3.46559C5.94997 3.7351 6.2555 3.92503 6.59436 4.0164V5.04463C4.65281 5.27694 3.14265 6.9337 3.14265 8.93678C3.14265 10.9391 4.65159 12.5953 6.59198 12.8287L6.59095 13.856C6.24909 13.947 5.94122 14.1373 5.70941 14.4081Z" fill="currentColor"/>
|
4
|
+
<path d="M6.5943 0.798859H7.53141V1.73597H6.5943V0.798859Z" fill="currentColor"/>
|
5
|
+
<path d="M4.72006 0.00326538H5.65718V0.940381H4.72006V0.00326538Z" fill="currentColor"/>
|
6
|
+
<path d="M8.46852 14.2646H9.40564V15.2017H8.46852V14.2646Z" fill="currentColor"/>
|
7
|
+
<path d="M10.3428 15.0596H11.2799V15.9967H10.3428V15.0596Z" fill="currentColor"/>
|
8
|
+
</svg>
|
@@ -1,4 +1,4 @@
|
|
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="M10.74 0C11.0345 0 11.2733 0.238781 11.2733 0.533333V1.86667H11.86C12.3274 1.86667 12.7651 1.88136 13.1663 1.93801C14.2148 2.05486 15.0254 2.37818 15.5282 3.14174C16.0008 3.85935 16.1266 4.8662 16.1266 6.13333V9.86667C16.1266 11.1338 16.0008 12.1407 15.5282 12.8583C15.0254 13.6218 14.2148 13.9451 13.1664 14.062C12.7651 14.1186 12.3274 14.1333 11.86 14.1333H11.2733V15.4667C11.2733 15.7612 11.0345 16 10.74 16C10.4454 16 10.2066 15.7612 10.2066 15.4667V0.533333C10.2066 0.238781 10.4454 0 10.74 0ZM11.2733 13.0667H11.86C12.3151 13.0667 12.6959 13.0517 13.024 13.0048L13.041 13.0027C13.9522 12.9022 14.3855 12.654 14.6374 12.2716C14.9208 11.8412 15.06 11.1233 15.06 9.86667V6.13333C15.06 4.87673 14.9208 4.15879 14.6374 3.72839C14.3855 3.346 13.9522 3.09779 13.041 2.99732L13.024 2.99517C12.6959 2.94829 12.3151 2.93333 11.86 2.93333H11.2733V13.0667ZM5.13996 2.93333C4.68488 2.93333 4.30408 2.94829 3.97594 2.99517L3.95897 2.99732C3.04776 3.09779 2.61442 3.346 2.36259 3.7284C2.07916 4.15879 1.93996 4.87674 1.93996 6.13333V9.86667C1.93996 11.1233 2.07916 11.8412 2.36259 12.2716C2.61442 12.654 3.04776 12.9022 3.95897 13.0027L3.97594 13.0048C4.30408 13.0517 4.68488 13.0667 5.13996 13.0667H7.76825C8.0628 13.0667 8.30158 13.3054 8.30158 13.6C8.30158 13.8946 8.0628 14.1333 7.76825 14.1333H5.13996C4.67248 14.1333 4.23486 14.1186 3.83359 14.062C2.78517 13.9451 1.97458 13.6218 1.47175 12.8583C0.999169 12.1407 0.873291 11.1338 0.873291 9.86667V6.13333C0.873291 4.86619 0.999169 3.85934 1.47175 3.14173C1.97458 2.37818 2.78519 2.05486 3.83362 1.93801C4.23489 1.88136 4.67249 1.86667 5.13996 1.86667H7.72345C8.018 1.86667 8.25678 2.10545 8.25678 2.4C8.25678 2.69455 8.018 2.93333 7.72345 2.93333H5.13996Z" fill="currentColor"/>
|
3
|
-
<path d="M5.34822 6.2376V7.3736H7.18022V8.4296H5.34822V9.6616H7.42022V10.7576H3.98022V5.1416H7.42022V6.2376H5.34822Z" fill="currentColor"/>
|
4
|
-
</svg>
|
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="M10.74 0C11.0345 0 11.2733 0.238781 11.2733 0.533333V1.86667H11.86C12.3274 1.86667 12.7651 1.88136 13.1663 1.93801C14.2148 2.05486 15.0254 2.37818 15.5282 3.14174C16.0008 3.85935 16.1266 4.8662 16.1266 6.13333V9.86667C16.1266 11.1338 16.0008 12.1407 15.5282 12.8583C15.0254 13.6218 14.2148 13.9451 13.1664 14.062C12.7651 14.1186 12.3274 14.1333 11.86 14.1333H11.2733V15.4667C11.2733 15.7612 11.0345 16 10.74 16C10.4454 16 10.2066 15.7612 10.2066 15.4667V0.533333C10.2066 0.238781 10.4454 0 10.74 0ZM11.2733 13.0667H11.86C12.3151 13.0667 12.6959 13.0517 13.024 13.0048L13.041 13.0027C13.9522 12.9022 14.3855 12.654 14.6374 12.2716C14.9208 11.8412 15.06 11.1233 15.06 9.86667V6.13333C15.06 4.87673 14.9208 4.15879 14.6374 3.72839C14.3855 3.346 13.9522 3.09779 13.041 2.99732L13.024 2.99517C12.6959 2.94829 12.3151 2.93333 11.86 2.93333H11.2733V13.0667ZM5.13996 2.93333C4.68488 2.93333 4.30408 2.94829 3.97594 2.99517L3.95897 2.99732C3.04776 3.09779 2.61442 3.346 2.36259 3.7284C2.07916 4.15879 1.93996 4.87674 1.93996 6.13333V9.86667C1.93996 11.1233 2.07916 11.8412 2.36259 12.2716C2.61442 12.654 3.04776 12.9022 3.95897 13.0027L3.97594 13.0048C4.30408 13.0517 4.68488 13.0667 5.13996 13.0667H7.76825C8.0628 13.0667 8.30158 13.3054 8.30158 13.6C8.30158 13.8946 8.0628 14.1333 7.76825 14.1333H5.13996C4.67248 14.1333 4.23486 14.1186 3.83359 14.062C2.78517 13.9451 1.97458 13.6218 1.47175 12.8583C0.999169 12.1407 0.873291 11.1338 0.873291 9.86667V6.13333C0.873291 4.86619 0.999169 3.85934 1.47175 3.14173C1.97458 2.37818 2.78519 2.05486 3.83362 1.93801C4.23489 1.88136 4.67249 1.86667 5.13996 1.86667H7.72345C8.018 1.86667 8.25678 2.10545 8.25678 2.4C8.25678 2.69455 8.018 2.93333 7.72345 2.93333H5.13996Z" fill="currentColor"/>
|
3
|
+
<path d="M5.34822 6.2376V7.3736H7.18022V8.4296H5.34822V9.6616H7.42022V10.7576H3.98022V5.1416H7.42022V6.2376H5.34822Z" fill="currentColor"/>
|
4
|
+
</svg>
|