pixel-react 1.4.0 → 1.4.1
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/index.d.ts +1 -3
- package/lib/index.esm.js +79 -115
- package/lib/index.esm.js.map +1 -1
- package/lib/index.js +78 -115
- package/lib/index.js.map +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/rollup.config.mjs +2 -9
- package/src/assets/styles/_fonts.scss +2 -32
- package/src/components/AllProjectsDropdown/AllProjectsDropdown.scss +3 -2
- package/src/components/AllProjectsDropdown/AllProjectsDropdown.tsx +0 -1
- package/src/components/AppHeader/AppHeader.scss +1 -0
- package/src/components/Icon/Icon.tsx +0 -1
- package/src/components/Icon/iconList.ts +2 -6
- package/src/components/Modal/Modal.tsx +2 -2
- package/src/components/Typography/Typography.scss +2 -32
- package/src/index.ts +0 -2
- package/lib/StyleGuide/ColorPalette/ColorPalette.stories.d.ts +0 -6
- package/lib/StyleGuide/Typography/Typography.stories.d.ts +0 -6
- package/lib/components/Accordion/Accordion.stories.d.ts +0 -6
- package/lib/components/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/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/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/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/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/downloadFile/saveFileFromBlob.d.ts +0 -1
- 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/src/assets/icons/sample_template_first.svg +0 -29
- package/src/assets/icons/sample_template_second.svg +0 -47
- package/src/utils/downloadFile/saveFileFromBlob.stories.tsx +0 -62
- package/src/utils/downloadFile/saveFileFromBlob.ts +0 -40
- /package/src/assets/icons/{standard_template.svg → fireflink_standard_template.svg} +0 -0
@@ -1,6 +0,0 @@
|
|
1
|
-
import type { Meta, StoryObj } from '@storybook/react';
|
2
|
-
import MachineInputField from './MachineInputField';
|
3
|
-
declare const meta: Meta<typeof MachineInputField>;
|
4
|
-
type Story = StoryObj<typeof MachineInputField>;
|
5
|
-
export declare const Primary: Story;
|
6
|
-
export default meta;
|
@@ -1,16 +0,0 @@
|
|
1
|
-
import type { Meta, StoryObj } from '@storybook/react';
|
2
|
-
import MenuOption from './MenuOption';
|
3
|
-
import './MenuOption.scss';
|
4
|
-
export declare const DefaultMenuOption: Story;
|
5
|
-
declare const meta: Meta<typeof MenuOption>;
|
6
|
-
type Story = StoryObj<typeof MenuOption>;
|
7
|
-
export declare const ControlledMenuOption: Story;
|
8
|
-
export declare const MenuOptionWithLabel: Story;
|
9
|
-
export declare const MenuOptionWithDisabledHoverEffect: Story;
|
10
|
-
export declare const MenuOptionWithToolTip: Story;
|
11
|
-
export declare const MenuOptionPlacementTop: Story;
|
12
|
-
export declare const MenuOptionPlacementDown: Story;
|
13
|
-
export declare const MenuOptionPlacementLeft: Story;
|
14
|
-
export declare const MenuOptionPlacementRight: Story;
|
15
|
-
export declare const MenuOptionCustom: Story;
|
16
|
-
export default meta;
|
@@ -1,10 +0,0 @@
|
|
1
|
-
import type { Meta, StoryObj } from '@storybook/react';
|
2
|
-
import MiniModal from './MiniModal';
|
3
|
-
import './MiniModal.scss';
|
4
|
-
declare const meta: Meta<typeof MiniModal>;
|
5
|
-
type Story = StoryObj<typeof MiniModal>;
|
6
|
-
export declare const BasicModal: Story;
|
7
|
-
export declare const CustomModalWithArrow: () => import("react/jsx-runtime").JSX.Element;
|
8
|
-
export declare const CustomModalWithWrapper: () => import("react/jsx-runtime").JSX.Element;
|
9
|
-
export declare const normalModalFollowedByIcon: () => import("react/jsx-runtime").JSX.Element;
|
10
|
-
export default meta;
|
@@ -1,7 +0,0 @@
|
|
1
|
-
import type { Meta, StoryObj } from '@storybook/react';
|
2
|
-
import Modal from './Modal';
|
3
|
-
declare const meta: Meta<typeof Modal>;
|
4
|
-
type Story = StoryObj<typeof Modal>;
|
5
|
-
export declare const DefaultModalStory: Story;
|
6
|
-
export declare const Controlled: Story;
|
7
|
-
export default meta;
|
@@ -1,11 +0,0 @@
|
|
1
|
-
import type { Meta, StoryObj } from '@storybook/react';
|
2
|
-
import MultiSelect from './MultiSelect';
|
3
|
-
declare const meta: Meta<typeof MultiSelect>;
|
4
|
-
type Story = StoryObj<typeof MultiSelect>;
|
5
|
-
export declare const Default: Story;
|
6
|
-
export declare const Default2: Story;
|
7
|
-
export declare const Default3: Story;
|
8
|
-
export declare const EmailGroup: Story;
|
9
|
-
export declare const Controlled: Story;
|
10
|
-
export declare const Labels: Story;
|
11
|
-
export default meta;
|
@@ -1,7 +0,0 @@
|
|
1
|
-
import type { Meta, StoryObj } from '@storybook/react';
|
2
|
-
import NlpInput from './NlpInput';
|
3
|
-
declare const meta: Meta<typeof NlpInput>;
|
4
|
-
type Story = StoryObj<typeof NlpInput>;
|
5
|
-
export declare const Primary: Story;
|
6
|
-
export declare const Disable: Story;
|
7
|
-
export default meta;
|
@@ -1,11 +0,0 @@
|
|
1
|
-
import type { Meta, StoryObj } from '@storybook/react';
|
2
|
-
import Paper from './Paper';
|
3
|
-
import './Paper.scss';
|
4
|
-
declare const meta: Meta<typeof Paper>;
|
5
|
-
type Story = StoryObj<typeof Paper>;
|
6
|
-
export declare const Default: Story;
|
7
|
-
export declare const PrimaryPaper: Story;
|
8
|
-
export declare const PaperWithLowShadow: Story;
|
9
|
-
export declare const PaperWithHighShadow: Story;
|
10
|
-
export declare const PaperWithRounded: Story;
|
11
|
-
export default meta;
|
@@ -1,10 +0,0 @@
|
|
1
|
-
import type { Meta, StoryObj } from '@storybook/react';
|
2
|
-
import RadioButton from './RadioButton';
|
3
|
-
declare const meta: Meta<typeof RadioButton>;
|
4
|
-
type Story = StoryObj<typeof RadioButton>;
|
5
|
-
export declare const Default: Story;
|
6
|
-
export declare const Checked: Story;
|
7
|
-
export declare const UncheckedDisabled: Story;
|
8
|
-
export declare const CheckedDisabled: Story;
|
9
|
-
export declare const WithoutLabel: Story;
|
10
|
-
export default meta;
|
@@ -1,9 +0,0 @@
|
|
1
|
-
import type { Meta, StoryObj } from '@storybook/react';
|
2
|
-
import RadioGroup from './RadioGroup';
|
3
|
-
declare const meta: Meta<typeof RadioGroup>;
|
4
|
-
type Story = StoryObj<typeof RadioGroup>;
|
5
|
-
export declare const Controlled: Story;
|
6
|
-
export declare const WithDisabledOption: Story;
|
7
|
-
export declare const DisabledSelected: Story;
|
8
|
-
export declare const WithToolTipIcon: Story;
|
9
|
-
export default meta;
|
@@ -1,14 +0,0 @@
|
|
1
|
-
import type { Meta, StoryObj } from '@storybook/react';
|
2
|
-
import Select from './Select';
|
3
|
-
declare const meta: Meta<typeof Select>;
|
4
|
-
type Story = StoryObj<typeof Select>;
|
5
|
-
export declare const Primary: Story;
|
6
|
-
export declare const WithError: Story;
|
7
|
-
export declare const WithoutLabel: Story;
|
8
|
-
export declare const EmptyOptions: Story;
|
9
|
-
export declare const Disable: Story;
|
10
|
-
export declare const WithInitialValue: Story;
|
11
|
-
export declare const OptionSelection: Story;
|
12
|
-
export declare const CustomJSX: Story;
|
13
|
-
export declare const updateOptionFromOutside: Story;
|
14
|
-
export default meta;
|
@@ -1,4 +0,0 @@
|
|
1
|
-
import { DropDownListProps } from './dropdownTypes';
|
2
|
-
import './Dropdown.scss';
|
3
|
-
declare const Dropdown: ({ onSelectBlur, onSelectOptionSelector, dropdownPosition, options, optionZIndex, inputRef, labelAccessor, }: DropDownListProps) => import("react/jsx-runtime").JSX.Element;
|
4
|
-
export default Dropdown;
|
@@ -1,17 +0,0 @@
|
|
1
|
-
import { DrowdownPosition, Option } from '../../types';
|
2
|
-
export interface DropDownListProps {
|
3
|
-
onSelectBlur: () => void;
|
4
|
-
onSelectOptionSelector: (option: Option) => void;
|
5
|
-
dropdownPosition: DrowdownPosition;
|
6
|
-
options?: Option[];
|
7
|
-
optionZIndex?: number;
|
8
|
-
inputRef?: React.RefObject<HTMLInputElement>;
|
9
|
-
labelAccessor?: string;
|
10
|
-
valueAccessor?: string;
|
11
|
-
}
|
12
|
-
export declare const dropdownDefaultCSSData: {
|
13
|
-
margin: number;
|
14
|
-
optionHeight: number;
|
15
|
-
selectInputHeight: number;
|
16
|
-
dropDownWrapperPadding: number;
|
17
|
-
};
|
@@ -1,6 +0,0 @@
|
|
1
|
-
import type { Meta, StoryObj } from '@storybook/react';
|
2
|
-
import SequentialConnectingBranch from './SequentialConnectingBranch';
|
3
|
-
declare const meta: Meta<typeof SequentialConnectingBranch>;
|
4
|
-
type Story = StoryObj<typeof SequentialConnectingBranch>;
|
5
|
-
export declare const Primary: Story;
|
6
|
-
export default meta;
|
@@ -1,10 +0,0 @@
|
|
1
|
-
import type { Meta, StoryObj } from '@storybook/react';
|
2
|
-
import StateDropdown from './StateDropdown';
|
3
|
-
declare const meta: Meta<typeof StateDropdown>;
|
4
|
-
type Story = StoryObj<typeof StateDropdown>;
|
5
|
-
export declare const Disable: Story;
|
6
|
-
export declare const Review: Story;
|
7
|
-
export declare const Reject: Story;
|
8
|
-
export declare const Approved: Story;
|
9
|
-
export declare const NewState: Story;
|
10
|
-
export default meta;
|
@@ -1,14 +0,0 @@
|
|
1
|
-
import type { Meta, StoryObj } from '@storybook/react';
|
2
|
-
import StatusButton from './StatusButton';
|
3
|
-
declare const meta: Meta<typeof StatusButton>;
|
4
|
-
type Story = StoryObj<typeof StatusButton>;
|
5
|
-
export declare const Passed: Story;
|
6
|
-
export declare const Failed: Story;
|
7
|
-
export declare const Running: Story;
|
8
|
-
export declare const Terminated: Story;
|
9
|
-
export declare const Skipped: Story;
|
10
|
-
export declare const Warning: Story;
|
11
|
-
export declare const PartiallyExecuted: Story;
|
12
|
-
export declare const Aborted: Story;
|
13
|
-
export declare const NotExecuted: Story;
|
14
|
-
export default meta;
|
@@ -1,11 +0,0 @@
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react';
|
2
|
-
import Card from './StatusCard';
|
3
|
-
import { CardProps } from './types';
|
4
|
-
declare const meta: Meta<typeof Card>;
|
5
|
-
export default meta;
|
6
|
-
type Story = StoryObj<CardProps>;
|
7
|
-
export declare const Passed: Story;
|
8
|
-
export declare const Failed: Story;
|
9
|
-
export declare const Warning: Story;
|
10
|
-
export declare const Skipped: Story;
|
11
|
-
export declare const Flaky: Story;
|
@@ -1,13 +0,0 @@
|
|
1
|
-
import { StoryObj, Meta } from '@storybook/react';
|
2
|
-
import Table from './Table';
|
3
|
-
declare const meta: Meta<typeof Table>;
|
4
|
-
type Story = StoryObj<typeof Table>;
|
5
|
-
export declare const Default: Story;
|
6
|
-
export declare const PrimaryHeaderTextColor: Story;
|
7
|
-
export declare const TableDataTextColor: Story;
|
8
|
-
export declare const PageTable: Story;
|
9
|
-
export declare const PrimaryHeader: Story;
|
10
|
-
export declare const FixedHeaderWithBorder: Story;
|
11
|
-
export declare const WithCheckBox: Story;
|
12
|
-
export declare const TableWithNoData: Story;
|
13
|
-
export default meta;
|
@@ -1,7 +0,0 @@
|
|
1
|
-
import type { Meta, StoryObj } from '@storybook/react';
|
2
|
-
import TableTree from './TableTree';
|
3
|
-
import './TableTreeStories.scss';
|
4
|
-
declare const meta: Meta<typeof TableTree>;
|
5
|
-
type Story = StoryObj<typeof TableTree>;
|
6
|
-
export declare const Default: Story;
|
7
|
-
export default meta;
|
@@ -1,9 +0,0 @@
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react';
|
2
|
-
import Tabs from './Tabs';
|
3
|
-
declare const meta: Meta<typeof Tabs>;
|
4
|
-
type Story = StoryObj<typeof Tabs>;
|
5
|
-
export declare const DefaultTabs: Story;
|
6
|
-
export declare const CapsuleTabs: Story;
|
7
|
-
export declare const TabsWithDisabledTab: Story;
|
8
|
-
export declare const WithoutBorder: Story;
|
9
|
-
export default meta;
|
@@ -1,9 +0,0 @@
|
|
1
|
-
import type { Meta, StoryObj } from '@storybook/react';
|
2
|
-
import Textarea from './Textarea';
|
3
|
-
declare const meta: Meta<typeof Textarea>;
|
4
|
-
type Story = StoryObj<typeof Textarea>;
|
5
|
-
export declare const Default: Story;
|
6
|
-
export declare const Primary: Story;
|
7
|
-
export declare const Disabled: Story;
|
8
|
-
export declare const Controlled: Story;
|
9
|
-
export default meta;
|
@@ -1,12 +0,0 @@
|
|
1
|
-
import type { Meta, StoryObj } from '@storybook/react';
|
2
|
-
import Toggle from './Toggle';
|
3
|
-
declare const meta: Meta<typeof Toggle>;
|
4
|
-
export default meta;
|
5
|
-
type Story = StoryObj<typeof Toggle>;
|
6
|
-
export declare const Default: Story;
|
7
|
-
export declare const Disabled: Story;
|
8
|
-
export declare const Checked: Story;
|
9
|
-
export declare const SmallSize: Story;
|
10
|
-
export declare const MediumSize: Story;
|
11
|
-
export declare const DynamicIconAndSize: Story;
|
12
|
-
export declare const Controlled: Story;
|
@@ -1,15 +0,0 @@
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react';
|
2
|
-
import Tooltip from './Tooltip';
|
3
|
-
declare const meta: Meta<typeof Tooltip>;
|
4
|
-
type Story = StoryObj<typeof Tooltip>;
|
5
|
-
export declare const Default: Story;
|
6
|
-
export declare const Controlled: Story;
|
7
|
-
export declare const Top: Story;
|
8
|
-
export declare const Left: Story;
|
9
|
-
export declare const Right: Story;
|
10
|
-
export declare const TopStart: Story;
|
11
|
-
export declare const TopEnd: Story;
|
12
|
-
export declare const BottomStart: Story;
|
13
|
-
export declare const BottomEnd: Story;
|
14
|
-
export declare const TooltipWithIcon: Story;
|
15
|
-
export default meta;
|
@@ -1,10 +0,0 @@
|
|
1
|
-
import type { Meta, StoryObj } from '@storybook/react';
|
2
|
-
import Typography from './Typography';
|
3
|
-
declare const meta: Meta<typeof Typography>;
|
4
|
-
type Story = StoryObj<typeof Typography>;
|
5
|
-
export declare const Docs: Story;
|
6
|
-
export declare const Regular12px: Story;
|
7
|
-
export declare const Medium12px: Story;
|
8
|
-
export declare const SemiBold14px: Story;
|
9
|
-
export declare const Bold14px: Story;
|
10
|
-
export default meta;
|
@@ -1,6 +0,0 @@
|
|
1
|
-
declare const _default: {
|
2
|
-
title: string;
|
3
|
-
component: (obj1: import("./compareObjects").AnyObject | null, obj2: import("./compareObjects").AnyObject | null) => boolean;
|
4
|
-
};
|
5
|
-
export default _default;
|
6
|
-
export declare const Default: () => import("react/jsx-runtime").JSX.Element;
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare const saveFileFromBlob: (blob: Blob, filename: string) => void;
|
@@ -1,7 +0,0 @@
|
|
1
|
-
export type AnyObject = {
|
2
|
-
id: number;
|
3
|
-
[key: string]: any;
|
4
|
-
};
|
5
|
-
export declare function findAndInsert<T extends AnyObject>(data: T[], key: keyof T, targetId: number, newEntry: T, insertPosition: 'above' | 'below' | 'replace', childrenKey?: string): {
|
6
|
-
updatedArray: T[];
|
7
|
-
} | null;
|
@@ -1,10 +0,0 @@
|
|
1
|
-
import React from 'react';
|
2
|
-
import type { Meta, StoryObj } from '@storybook/react';
|
3
|
-
import { MachineExecutionInstanceDataSet } from './types';
|
4
|
-
declare const SequentialPayloadComponent: React.FC<{
|
5
|
-
machineInstances: MachineExecutionInstanceDataSet[];
|
6
|
-
}>;
|
7
|
-
declare const meta: Meta<typeof SequentialPayloadComponent>;
|
8
|
-
type Story = StoryObj<typeof SequentialPayloadComponent>;
|
9
|
-
export declare const Primary: Story;
|
10
|
-
export default meta;
|
@@ -1,29 +0,0 @@
|
|
1
|
-
<svg width="390" height="285" viewBox="0 0 390 285" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
-
<rect x="130" width="120" height="26" rx="4" fill="#71347B"/>
|
3
|
-
<path d="M152.484 8.624V13.808C152.484 14.376 152.632 14.812 152.928 15.116C153.224 15.412 153.64 15.56 154.176 15.56C154.72 15.56 155.14 15.412 155.436 15.116C155.732 14.812 155.88 14.376 155.88 13.808V8.624H157.572V13.796C157.572 14.508 157.416 15.112 157.104 15.608C156.8 16.096 156.388 16.464 155.868 16.712C155.356 16.96 154.784 17.084 154.152 17.084C153.528 17.084 152.96 16.96 152.448 16.712C151.944 16.464 151.544 16.096 151.248 15.608C150.952 15.112 150.804 14.508 150.804 13.796V8.624H152.484ZM162.879 10.256C163.671 10.256 164.311 10.508 164.799 11.012C165.287 11.508 165.531 12.204 165.531 13.1V17H163.851V13.328C163.851 12.8 163.719 12.396 163.455 12.116C163.191 11.828 162.831 11.684 162.375 11.684C161.911 11.684 161.543 11.828 161.271 12.116C161.007 12.396 160.875 12.8 160.875 13.328V17H159.195V10.352H160.875V11.18C161.099 10.892 161.383 10.668 161.727 10.508C162.079 10.34 162.463 10.256 162.879 10.256ZM166.697 13.676C166.697 12.988 166.837 12.388 167.117 11.876C167.397 11.356 167.785 10.956 168.281 10.676C168.777 10.388 169.345 10.244 169.985 10.244C170.809 10.244 171.489 10.452 172.025 10.868C172.569 11.276 172.933 11.852 173.117 12.596H171.305C171.209 12.308 171.045 12.084 170.813 11.924C170.589 11.756 170.309 11.672 169.973 11.672C169.493 11.672 169.113 11.848 168.833 12.2C168.553 12.544 168.413 13.036 168.413 13.676C168.413 14.308 168.553 14.8 168.833 15.152C169.113 15.496 169.493 15.668 169.973 15.668C170.653 15.668 171.097 15.364 171.305 14.756H173.117C172.933 15.476 172.569 16.048 172.025 16.472C171.481 16.896 170.801 17.108 169.985 17.108C169.345 17.108 168.777 16.968 168.281 16.688C167.785 16.4 167.397 16 167.117 15.488C166.837 14.968 166.697 14.364 166.697 13.676ZM177.3 17.108C176.66 17.108 176.084 16.968 175.572 16.688C175.06 16.4 174.656 15.996 174.36 15.476C174.072 14.956 173.928 14.356 173.928 13.676C173.928 12.996 174.076 12.396 174.372 11.876C174.676 11.356 175.088 10.956 175.608 10.676C176.128 10.388 176.708 10.244 177.348 10.244C177.988 10.244 178.568 10.388 179.088 10.676C179.608 10.956 180.016 11.356 180.312 11.876C180.616 12.396 180.768 12.996 180.768 13.676C180.768 14.356 180.612 14.956 180.3 15.476C179.996 15.996 179.58 16.4 179.052 16.688C178.532 16.968 177.948 17.108 177.3 17.108ZM177.3 15.644C177.604 15.644 177.888 15.572 178.152 15.428C178.424 15.276 178.64 15.052 178.8 14.756C178.96 14.46 179.04 14.1 179.04 13.676C179.04 13.044 178.872 12.56 178.536 12.224C178.208 11.88 177.804 11.708 177.324 11.708C176.844 11.708 176.44 11.88 176.112 12.224C175.792 12.56 175.632 13.044 175.632 13.676C175.632 14.308 175.788 14.796 176.1 15.14C176.42 15.476 176.82 15.644 177.3 15.644ZM185.684 10.256C186.476 10.256 187.116 10.508 187.604 11.012C188.092 11.508 188.336 12.204 188.336 13.1V17H186.656V13.328C186.656 12.8 186.524 12.396 186.26 12.116C185.996 11.828 185.636 11.684 185.18 11.684C184.716 11.684 184.348 11.828 184.076 12.116C183.812 12.396 183.68 12.8 183.68 13.328V17H182V10.352H183.68V11.18C183.904 10.892 184.188 10.668 184.532 10.508C184.884 10.34 185.268 10.256 185.684 10.256ZM192.981 11.732H191.817V17H190.113V11.732H189.357V10.352H190.113V10.016C190.113 9.2 190.345 8.6 190.809 8.216C191.273 7.832 191.973 7.652 192.909 7.676V9.092C192.501 9.084 192.217 9.152 192.057 9.296C191.897 9.44 191.817 9.7 191.817 10.076V10.352H192.981V11.732ZM194.922 9.56C194.626 9.56 194.378 9.468 194.178 9.284C193.986 9.092 193.89 8.856 193.89 8.576C193.89 8.296 193.986 8.064 194.178 7.88C194.378 7.688 194.626 7.592 194.922 7.592C195.218 7.592 195.462 7.688 195.654 7.88C195.854 8.064 195.954 8.296 195.954 8.576C195.954 8.856 195.854 9.092 195.654 9.284C195.462 9.468 195.218 9.56 194.922 9.56ZM195.75 10.352V17H194.07V10.352H195.75ZM199.09 11.384C199.306 11.032 199.586 10.756 199.93 10.556C200.282 10.356 200.682 10.256 201.13 10.256V12.02H200.686C200.158 12.02 199.758 12.144 199.486 12.392C199.222 12.64 199.09 13.072 199.09 13.688V17H197.41V10.352H199.09V11.384ZM210.518 10.256C211.334 10.256 211.99 10.508 212.486 11.012C212.99 11.508 213.242 12.204 213.242 13.1V17H211.562V13.328C211.562 12.808 211.43 12.412 211.166 12.14C210.902 11.86 210.542 11.72 210.086 11.72C209.63 11.72 209.266 11.86 208.994 12.14C208.73 12.412 208.598 12.808 208.598 13.328V17H206.918V13.328C206.918 12.808 206.786 12.412 206.522 12.14C206.258 11.86 205.898 11.72 205.442 11.72C204.978 11.72 204.61 11.86 204.338 12.14C204.074 12.412 203.942 12.808 203.942 13.328V17H202.262V10.352H203.942V11.156C204.158 10.876 204.434 10.656 204.77 10.496C205.114 10.336 205.49 10.256 205.898 10.256C206.418 10.256 206.882 10.368 207.29 10.592C207.698 10.808 208.014 11.12 208.238 11.528C208.454 11.144 208.766 10.836 209.174 10.604C209.59 10.372 210.038 10.256 210.518 10.256ZM221.016 13.532C221.016 13.772 221 13.988 220.968 14.18H216.108C216.148 14.66 216.316 15.036 216.612 15.308C216.908 15.58 217.272 15.716 217.704 15.716C218.328 15.716 218.772 15.448 219.036 14.912H220.848C220.656 15.552 220.288 16.08 219.744 16.496C219.2 16.904 218.532 17.108 217.74 17.108C217.1 17.108 216.524 16.968 216.012 16.688C215.508 16.4 215.112 15.996 214.824 15.476C214.544 14.956 214.404 14.356 214.404 13.676C214.404 12.988 214.544 12.384 214.824 11.864C215.104 11.344 215.496 10.944 216 10.664C216.504 10.384 217.084 10.244 217.74 10.244C218.372 10.244 218.936 10.38 219.432 10.652C219.936 10.924 220.324 11.312 220.596 11.816C220.876 12.312 221.016 12.884 221.016 13.532ZM219.276 13.052C219.268 12.62 219.112 12.276 218.808 12.02C218.504 11.756 218.132 11.624 217.692 11.624C217.276 11.624 216.924 11.752 216.636 12.008C216.356 12.256 216.184 12.604 216.12 13.052H219.276ZM221.81 13.652C221.81 12.98 221.942 12.384 222.206 11.864C222.478 11.344 222.846 10.944 223.31 10.664C223.774 10.384 224.29 10.244 224.858 10.244C225.29 10.244 225.702 10.34 226.094 10.532C226.486 10.716 226.798 10.964 227.03 11.276V8.12H228.734V17H227.03V16.016C226.822 16.344 226.53 16.608 226.154 16.808C225.778 17.008 225.342 17.108 224.846 17.108C224.286 17.108 223.774 16.964 223.31 16.676C222.846 16.388 222.478 15.984 222.206 15.464C221.942 14.936 221.81 14.332 221.81 13.652ZM227.042 13.676C227.042 13.268 226.962 12.92 226.802 12.632C226.642 12.336 226.426 12.112 226.154 11.96C225.882 11.8 225.59 11.72 225.278 11.72C224.966 11.72 224.678 11.796 224.414 11.948C224.15 12.1 223.934 12.324 223.766 12.62C223.606 12.908 223.526 13.252 223.526 13.652C223.526 14.052 223.606 14.404 223.766 14.708C223.934 15.004 224.15 15.232 224.414 15.392C224.686 15.552 224.974 15.632 225.278 15.632C225.59 15.632 225.882 15.556 226.154 15.404C226.426 15.244 226.642 15.02 226.802 14.732C226.962 14.436 227.042 14.084 227.042 13.676Z" fill="white"/>
|
4
|
-
<path d="M189.646 46.3536C189.842 46.5488 190.158 46.5488 190.354 46.3536L193.536 43.1716C193.731 42.9763 193.731 42.6597 193.536 42.4645C193.34 42.2692 193.024 42.2692 192.828 42.4645L190 45.2929L187.172 42.4645C186.976 42.2692 186.66 42.2692 186.464 42.4645C186.269 42.6597 186.269 42.9763 186.464 43.1716L189.646 46.3536ZM189.5 26V46H190.5V26H189.5Z" fill="#A3A3A3"/>
|
5
|
-
<rect x="130" y="46" width="120" height="26" rx="4" fill="#71347B"/>
|
6
|
-
<path d="M184.492 63H182.812L179.008 57.252V63H177.328V54.612H179.008L182.812 60.372V54.612H184.492V63ZM192.332 59.532C192.332 59.772 192.316 59.988 192.284 60.18H187.424C187.464 60.66 187.632 61.036 187.928 61.308C188.224 61.58 188.588 61.716 189.02 61.716C189.644 61.716 190.088 61.448 190.352 60.912H192.164C191.972 61.552 191.604 62.08 191.06 62.496C190.516 62.904 189.848 63.108 189.056 63.108C188.416 63.108 187.84 62.968 187.328 62.688C186.824 62.4 186.428 61.996 186.14 61.476C185.86 60.956 185.72 60.356 185.72 59.676C185.72 58.988 185.86 58.384 186.14 57.864C186.42 57.344 186.812 56.944 187.316 56.664C187.82 56.384 188.4 56.244 189.056 56.244C189.688 56.244 190.252 56.38 190.748 56.652C191.252 56.924 191.64 57.312 191.912 57.816C192.192 58.312 192.332 58.884 192.332 59.532ZM190.592 59.052C190.584 58.62 190.428 58.276 190.124 58.02C189.82 57.756 189.448 57.624 189.008 57.624C188.592 57.624 188.24 57.752 187.952 58.008C187.672 58.256 187.5 58.604 187.436 59.052H190.592ZM202.774 56.352L200.83 63H199.018L197.806 58.356L196.594 63H194.77L192.814 56.352H194.518L195.694 61.416L196.966 56.352H198.742L199.99 61.404L201.166 56.352H202.774Z" fill="white"/>
|
7
|
-
<path d="M189.646 92.3536C189.842 92.5488 190.158 92.5488 190.354 92.3536L193.536 89.1716C193.731 88.9763 193.731 88.6597 193.536 88.4645C193.34 88.2692 193.024 88.2692 192.828 88.4645L190 91.2929L187.172 88.4645C186.976 88.2692 186.66 88.2692 186.464 88.4645C186.269 88.6597 186.269 88.9763 186.464 89.1716L189.646 92.3536ZM189.5 72V92H190.5V72H189.5Z" fill="#A3A3A3"/>
|
8
|
-
<rect x="130" y="92" width="120" height="26" rx="4" fill="#71347B"/>
|
9
|
-
<path d="M167.464 107.404H164.128L163.576 109H161.812L164.824 100.612H166.78L169.792 109H168.016L167.464 107.404ZM167.008 106.06L165.796 102.556L164.584 106.06H167.008ZM173.462 109.108C172.918 109.108 172.43 109.012 171.998 108.82C171.566 108.62 171.222 108.352 170.966 108.016C170.718 107.68 170.582 107.308 170.558 106.9H172.25C172.282 107.156 172.406 107.368 172.622 107.536C172.846 107.704 173.122 107.788 173.45 107.788C173.77 107.788 174.018 107.724 174.194 107.596C174.378 107.468 174.47 107.304 174.47 107.104C174.47 106.888 174.358 106.728 174.134 106.624C173.918 106.512 173.57 106.392 173.09 106.264C172.594 106.144 172.186 106.02 171.866 105.892C171.554 105.764 171.282 105.568 171.05 105.304C170.826 105.04 170.714 104.684 170.714 104.236C170.714 103.868 170.818 103.532 171.026 103.228C171.242 102.924 171.546 102.684 171.938 102.508C172.338 102.332 172.806 102.244 173.342 102.244C174.134 102.244 174.766 102.444 175.238 102.844C175.71 103.236 175.97 103.768 176.018 104.44H174.41C174.386 104.176 174.274 103.968 174.074 103.816C173.882 103.656 173.622 103.576 173.294 103.576C172.99 103.576 172.754 103.632 172.586 103.744C172.426 103.856 172.346 104.012 172.346 104.212C172.346 104.436 172.458 104.608 172.682 104.728C172.906 104.84 173.254 104.956 173.726 105.076C174.206 105.196 174.602 105.32 174.914 105.448C175.226 105.576 175.494 105.776 175.718 106.048C175.95 106.312 176.07 106.664 176.078 107.104C176.078 107.488 175.97 107.832 175.754 108.136C175.546 108.44 175.242 108.68 174.842 108.856C174.45 109.024 173.99 109.108 173.462 109.108ZM180.001 109.108C179.457 109.108 178.969 109.012 178.537 108.82C178.105 108.62 177.761 108.352 177.505 108.016C177.257 107.68 177.121 107.308 177.097 106.9H178.789C178.821 107.156 178.945 107.368 179.161 107.536C179.385 107.704 179.661 107.788 179.989 107.788C180.309 107.788 180.557 107.724 180.733 107.596C180.917 107.468 181.009 107.304 181.009 107.104C181.009 106.888 180.897 106.728 180.673 106.624C180.457 106.512 180.109 106.392 179.629 106.264C179.133 106.144 178.725 106.02 178.405 105.892C178.093 105.764 177.821 105.568 177.589 105.304C177.365 105.04 177.253 104.684 177.253 104.236C177.253 103.868 177.357 103.532 177.565 103.228C177.781 102.924 178.085 102.684 178.477 102.508C178.877 102.332 179.345 102.244 179.881 102.244C180.673 102.244 181.305 102.444 181.777 102.844C182.249 103.236 182.509 103.768 182.557 104.44H180.949C180.925 104.176 180.813 103.968 180.613 103.816C180.421 103.656 180.161 103.576 179.833 103.576C179.529 103.576 179.293 103.632 179.125 103.744C178.965 103.856 178.885 104.012 178.885 104.212C178.885 104.436 178.997 104.608 179.221 104.728C179.445 104.84 179.793 104.956 180.265 105.076C180.745 105.196 181.141 105.32 181.453 105.448C181.765 105.576 182.033 105.776 182.257 106.048C182.489 106.312 182.609 106.664 182.617 107.104C182.617 107.488 182.509 107.832 182.293 108.136C182.085 108.44 181.781 108.68 181.381 108.856C180.989 109.024 180.529 109.108 180.001 109.108ZM184.848 101.56C184.552 101.56 184.304 101.468 184.104 101.284C183.912 101.092 183.816 100.856 183.816 100.576C183.816 100.296 183.912 100.064 184.104 99.88C184.304 99.688 184.552 99.592 184.848 99.592C185.144 99.592 185.388 99.688 185.58 99.88C185.78 100.064 185.88 100.296 185.88 100.576C185.88 100.856 185.78 101.092 185.58 101.284C185.388 101.468 185.144 101.56 184.848 101.56ZM185.676 102.352V109H183.996V102.352H185.676ZM189.94 102.244C190.436 102.244 190.872 102.344 191.248 102.544C191.624 102.736 191.92 102.988 192.136 103.3V102.352H193.828V109.048C193.828 109.664 193.704 110.212 193.456 110.692C193.208 111.18 192.836 111.564 192.34 111.844C191.844 112.132 191.244 112.276 190.54 112.276C189.596 112.276 188.82 112.056 188.212 111.616C187.612 111.176 187.272 110.576 187.192 109.816H188.86C188.948 110.12 189.136 110.36 189.424 110.536C189.72 110.72 190.076 110.812 190.492 110.812C190.98 110.812 191.376 110.664 191.68 110.368C191.984 110.08 192.136 109.64 192.136 109.048V108.016C191.92 108.328 191.62 108.588 191.236 108.796C190.86 109.004 190.428 109.108 189.94 109.108C189.38 109.108 188.868 108.964 188.404 108.676C187.94 108.388 187.572 107.984 187.3 107.464C187.036 106.936 186.904 106.332 186.904 105.652C186.904 104.98 187.036 104.384 187.3 103.864C187.572 103.344 187.936 102.944 188.392 102.664C188.856 102.384 189.372 102.244 189.94 102.244ZM192.136 105.676C192.136 105.268 192.056 104.92 191.896 104.632C191.736 104.336 191.52 104.112 191.248 103.96C190.976 103.8 190.684 103.72 190.372 103.72C190.06 103.72 189.772 103.796 189.508 103.948C189.244 104.1 189.028 104.324 188.86 104.62C188.7 104.908 188.62 105.252 188.62 105.652C188.62 106.052 188.7 106.404 188.86 106.708C189.028 107.004 189.244 107.232 189.508 107.392C189.78 107.552 190.068 107.632 190.372 107.632C190.684 107.632 190.976 107.556 191.248 107.404C191.52 107.244 191.736 107.02 191.896 106.732C192.056 106.436 192.136 106.084 192.136 105.676ZM199.153 102.256C199.945 102.256 200.585 102.508 201.073 103.012C201.561 103.508 201.805 104.204 201.805 105.1V109H200.125V105.328C200.125 104.8 199.993 104.396 199.729 104.116C199.465 103.828 199.105 103.684 198.649 103.684C198.185 103.684 197.817 103.828 197.545 104.116C197.281 104.396 197.149 104.8 197.149 105.328V109H195.469V102.352H197.149V103.18C197.373 102.892 197.657 102.668 198.001 102.508C198.353 102.34 198.737 102.256 199.153 102.256ZM209.582 105.532C209.582 105.772 209.566 105.988 209.534 106.18H204.674C204.714 106.66 204.882 107.036 205.178 107.308C205.474 107.58 205.838 107.716 206.27 107.716C206.894 107.716 207.338 107.448 207.602 106.912H209.414C209.222 107.552 208.854 108.08 208.31 108.496C207.766 108.904 207.098 109.108 206.306 109.108C205.666 109.108 205.09 108.968 204.578 108.688C204.074 108.4 203.678 107.996 203.39 107.476C203.11 106.956 202.97 106.356 202.97 105.676C202.97 104.988 203.11 104.384 203.39 103.864C203.67 103.344 204.062 102.944 204.566 102.664C205.07 102.384 205.65 102.244 206.306 102.244C206.938 102.244 207.502 102.38 207.998 102.652C208.502 102.924 208.89 103.312 209.162 103.816C209.442 104.312 209.582 104.884 209.582 105.532ZM207.842 105.052C207.834 104.62 207.678 104.276 207.374 104.02C207.07 103.756 206.698 103.624 206.258 103.624C205.842 103.624 205.49 103.752 205.202 104.008C204.922 104.256 204.75 104.604 204.686 105.052H207.842ZM210.376 105.652C210.376 104.98 210.508 104.384 210.772 103.864C211.044 103.344 211.412 102.944 211.876 102.664C212.34 102.384 212.856 102.244 213.424 102.244C213.856 102.244 214.268 102.34 214.66 102.532C215.052 102.716 215.364 102.964 215.596 103.276V100.12H217.3V109H215.596V108.016C215.388 108.344 215.096 108.608 214.72 108.808C214.344 109.008 213.908 109.108 213.412 109.108C212.852 109.108 212.34 108.964 211.876 108.676C211.412 108.388 211.044 107.984 210.772 107.464C210.508 106.936 210.376 106.332 210.376 105.652ZM215.608 105.676C215.608 105.268 215.528 104.92 215.368 104.632C215.208 104.336 214.992 104.112 214.72 103.96C214.448 103.8 214.156 103.72 213.844 103.72C213.532 103.72 213.244 103.796 212.98 103.948C212.716 104.1 212.5 104.324 212.332 104.62C212.172 104.908 212.092 105.252 212.092 105.652C212.092 106.052 212.172 106.404 212.332 106.708C212.5 107.004 212.716 107.232 212.98 107.392C213.252 107.552 213.54 107.632 213.844 107.632C214.156 107.632 214.448 107.556 214.72 107.404C214.992 107.244 215.208 107.02 215.368 106.732C215.528 106.436 215.608 106.084 215.608 105.676Z" fill="white"/>
|
10
|
-
<path d="M189.646 138.354C189.842 138.549 190.158 138.549 190.354 138.354L193.536 135.172C193.731 134.976 193.731 134.66 193.536 134.464C193.34 134.269 193.024 134.269 192.828 134.464L190 137.293L187.172 134.464C186.976 134.269 186.66 134.269 186.464 134.464C186.269 134.66 186.269 134.976 186.464 135.172L189.646 138.354ZM189.5 118V138H190.5V118H189.5Z" fill="#A3A3A3"/>
|
11
|
-
<rect x="130" y="138" width="120" height="26" rx="4" fill="#71347B"/>
|
12
|
-
<path d="M167.148 155L165.3 151.736H164.508V155H162.828V146.624H165.972C166.62 146.624 167.172 146.74 167.628 146.972C168.084 147.196 168.424 147.504 168.648 147.896C168.88 148.28 168.996 148.712 168.996 149.192C168.996 149.744 168.836 150.244 168.516 150.692C168.196 151.132 167.72 151.436 167.088 151.604L169.092 155H167.148ZM164.508 150.476H165.912C166.368 150.476 166.708 150.368 166.932 150.152C167.156 149.928 167.268 149.62 167.268 149.228C167.268 148.844 167.156 148.548 166.932 148.34C166.708 148.124 166.368 148.016 165.912 148.016H164.508V150.476ZM176.696 151.532C176.696 151.772 176.68 151.988 176.648 152.18H171.788C171.828 152.66 171.996 153.036 172.292 153.308C172.588 153.58 172.952 153.716 173.384 153.716C174.008 153.716 174.452 153.448 174.716 152.912H176.528C176.336 153.552 175.968 154.08 175.424 154.496C174.88 154.904 174.212 155.108 173.42 155.108C172.78 155.108 172.204 154.968 171.692 154.688C171.188 154.4 170.792 153.996 170.504 153.476C170.224 152.956 170.083 152.356 170.083 151.676C170.083 150.988 170.224 150.384 170.504 149.864C170.784 149.344 171.176 148.944 171.68 148.664C172.184 148.384 172.764 148.244 173.42 148.244C174.052 148.244 174.616 148.38 175.112 148.652C175.616 148.924 176.004 149.312 176.276 149.816C176.556 150.312 176.696 150.884 176.696 151.532ZM174.956 151.052C174.948 150.62 174.792 150.276 174.488 150.02C174.184 149.756 173.812 149.624 173.372 149.624C172.956 149.624 172.604 149.752 172.316 150.008C172.036 150.256 171.864 150.604 171.8 151.052H174.956ZM180.466 155.108C179.922 155.108 179.434 155.012 179.002 154.82C178.57 154.62 178.226 154.352 177.97 154.016C177.722 153.68 177.586 153.308 177.562 152.9H179.254C179.286 153.156 179.41 153.368 179.626 153.536C179.85 153.704 180.126 153.788 180.454 153.788C180.774 153.788 181.022 153.724 181.198 153.596C181.382 153.468 181.474 153.304 181.474 153.104C181.474 152.888 181.362 152.728 181.138 152.624C180.922 152.512 180.574 152.392 180.094 152.264C179.598 152.144 179.19 152.02 178.87 151.892C178.558 151.764 178.286 151.568 178.054 151.304C177.83 151.04 177.718 150.684 177.718 150.236C177.718 149.868 177.822 149.532 178.03 149.228C178.246 148.924 178.55 148.684 178.942 148.508C179.342 148.332 179.81 148.244 180.346 148.244C181.138 148.244 181.77 148.444 182.242 148.844C182.714 149.236 182.974 149.768 183.022 150.44H181.414C181.39 150.176 181.278 149.968 181.078 149.816C180.886 149.656 180.626 149.576 180.298 149.576C179.994 149.576 179.758 149.632 179.59 149.744C179.43 149.856 179.35 150.012 179.35 150.212C179.35 150.436 179.462 150.608 179.686 150.728C179.91 150.84 180.258 150.956 180.73 151.076C181.21 151.196 181.606 151.32 181.918 151.448C182.23 151.576 182.498 151.776 182.722 152.048C182.954 152.312 183.074 152.664 183.082 153.104C183.082 153.488 182.974 153.832 182.758 154.136C182.55 154.44 182.246 154.68 181.846 154.856C181.454 155.024 180.994 155.108 180.466 155.108ZM187.413 155.108C186.773 155.108 186.197 154.968 185.685 154.688C185.173 154.4 184.769 153.996 184.473 153.476C184.185 152.956 184.041 152.356 184.041 151.676C184.041 150.996 184.189 150.396 184.485 149.876C184.789 149.356 185.201 148.956 185.721 148.676C186.241 148.388 186.821 148.244 187.461 148.244C188.101 148.244 188.681 148.388 189.201 148.676C189.721 148.956 190.129 149.356 190.425 149.876C190.729 150.396 190.881 150.996 190.881 151.676C190.881 152.356 190.725 152.956 190.413 153.476C190.109 153.996 189.693 154.4 189.165 154.688C188.645 154.968 188.061 155.108 187.413 155.108ZM187.413 153.644C187.717 153.644 188.001 153.572 188.265 153.428C188.537 153.276 188.753 153.052 188.913 152.756C189.073 152.46 189.153 152.1 189.153 151.676C189.153 151.044 188.985 150.56 188.649 150.224C188.321 149.88 187.917 149.708 187.437 149.708C186.957 149.708 186.553 149.88 186.225 150.224C185.905 150.56 185.745 151.044 185.745 151.676C185.745 152.308 185.901 152.796 186.213 153.14C186.533 153.476 186.933 153.644 187.413 153.644ZM193.793 146.12V155H192.113V146.12H193.793ZM198.225 153.452L199.905 148.352H201.693L199.233 155H197.193L194.745 148.352H196.545L198.225 153.452ZM208.817 151.532C208.817 151.772 208.801 151.988 208.769 152.18H203.909C203.949 152.66 204.117 153.036 204.413 153.308C204.709 153.58 205.073 153.716 205.505 153.716C206.129 153.716 206.573 153.448 206.837 152.912H208.649C208.457 153.552 208.089 154.08 207.545 154.496C207.001 154.904 206.333 155.108 205.541 155.108C204.901 155.108 204.325 154.968 203.813 154.688C203.309 154.4 202.913 153.996 202.625 153.476C202.345 152.956 202.205 152.356 202.205 151.676C202.205 150.988 202.345 150.384 202.625 149.864C202.905 149.344 203.297 148.944 203.801 148.664C204.305 148.384 204.885 148.244 205.541 148.244C206.173 148.244 206.737 148.38 207.233 148.652C207.737 148.924 208.125 149.312 208.397 149.816C208.677 150.312 208.817 150.884 208.817 151.532ZM207.077 151.052C207.069 150.62 206.913 150.276 206.609 150.02C206.305 149.756 205.933 149.624 205.493 149.624C205.077 149.624 204.725 149.752 204.437 150.008C204.157 150.256 203.985 150.604 203.921 151.052H207.077ZM209.611 151.652C209.611 150.98 209.743 150.384 210.007 149.864C210.279 149.344 210.647 148.944 211.111 148.664C211.575 148.384 212.091 148.244 212.659 148.244C213.091 148.244 213.503 148.34 213.895 148.532C214.287 148.716 214.599 148.964 214.831 149.276V146.12H216.535V155H214.831V154.016C214.623 154.344 214.331 154.608 213.955 154.808C213.579 155.008 213.143 155.108 212.647 155.108C212.087 155.108 211.575 154.964 211.111 154.676C210.647 154.388 210.279 153.984 210.007 153.464C209.743 152.936 209.611 152.332 209.611 151.652ZM214.843 151.676C214.843 151.268 214.763 150.92 214.603 150.632C214.443 150.336 214.227 150.112 213.955 149.96C213.683 149.8 213.391 149.72 213.079 149.72C212.767 149.72 212.479 149.796 212.215 149.948C211.951 150.1 211.735 150.324 211.567 150.62C211.407 150.908 211.327 151.252 211.327 151.652C211.327 152.052 211.407 152.404 211.567 152.708C211.735 153.004 211.951 153.232 212.215 153.392C212.487 153.552 212.775 153.632 213.079 153.632C213.391 153.632 213.683 153.556 213.955 153.404C214.227 153.244 214.443 153.02 214.603 152.732C214.763 152.436 214.843 152.084 214.843 151.676Z" fill="white"/>
|
13
|
-
<path d="M130 109L125 111.887V106.113L130 109ZM48 109H47.5V108.5H48V109ZM47.5 188L47.5 109H48.5L48.5 188H47.5ZM48 108.5H125.5V109.5H48V108.5Z" fill="#A3A3A3"/>
|
14
|
-
<path d="M130 143L125 145.887V140.113L130 143ZM56 143H55.5V142.5H56V143ZM55.5 188V143H56.5V188H55.5ZM56 142.5H125.5V143.5H56V142.5Z" fill="#A3A3A3"/>
|
15
|
-
<path d="M64 188L61.1132 183H66.8868L64 188ZM64 159H63.5V158.5H64V159ZM63.5 183.5V159H64.5V183.5H63.5ZM64 158.5H130V159.5H64V158.5Z" fill="#A3A3A3"/>
|
16
|
-
<path d="M130 56L125 58.8868V53.1132L130 56ZM110 56H109.5V55.5H110V56ZM110 101V101.5H109.5V101H110ZM110 55.5H125.5V56.5H110V55.5ZM130 101.5H110V100.5H130V101.5ZM109.5 101V56H110.5V101H109.5Z" fill="#A3A3A3"/>
|
17
|
-
<path d="M250 143L255 145.887V140.113L250 143ZM308 56H308.5V55.5H308V56ZM308 143V143.5H308.5V143H308ZM250 56.5H308V55.5H250V56.5ZM307.5 56V143H308.5V56H307.5ZM308 142.5H254.5V143.5H308V142.5Z" fill="#A3A3A3"/>
|
18
|
-
<path d="M250 151L255 153.887V148.113L250 151ZM321 151V151.5H321.5V151H321ZM321 14H321.5V13.5H321V14ZM321 150.5L254.5 150.5V151.5L321 151.5V150.5ZM250 14.5L321 14.5V13.5L250 13.5V14.5ZM320.5 14L320.5 151H321.5L321.5 14H320.5Z" fill="#A3A3A3"/>
|
19
|
-
<path d="M321 188L323.887 183H318.113L321 188ZM321 159H321.5V158.5H321V159ZM321.5 183.5V159H320.5V183.5H321.5ZM321 158.5L250 158.5V159.5L321 159.5V158.5Z" fill="#A3A3A3"/>
|
20
|
-
<rect y="188" width="120" height="26" rx="4" fill="#71347B"/>
|
21
|
-
<path d="M41.648 205L39.8 201.736H39.008V205H37.328V196.624H40.472C41.12 196.624 41.672 196.74 42.128 196.972C42.584 197.196 42.924 197.504 43.148 197.896C43.38 198.28 43.496 198.712 43.496 199.192C43.496 199.744 43.336 200.244 43.016 200.692C42.696 201.132 42.22 201.436 41.588 201.604L43.592 205H41.648ZM39.008 200.476H40.412C40.868 200.476 41.208 200.368 41.432 200.152C41.656 199.928 41.768 199.62 41.768 199.228C41.768 198.844 41.656 198.548 41.432 198.34C41.208 198.124 40.868 198.016 40.412 198.016H39.008V200.476ZM51.1955 201.532C51.1955 201.772 51.1795 201.988 51.1475 202.18H46.2875C46.3275 202.66 46.4955 203.036 46.7915 203.308C47.0875 203.58 47.4515 203.716 47.8835 203.716C48.5075 203.716 48.9515 203.448 49.2155 202.912H51.0275C50.8355 203.552 50.4675 204.08 49.9235 204.496C49.3795 204.904 48.7115 205.108 47.9195 205.108C47.2795 205.108 46.7035 204.968 46.1915 204.688C45.6875 204.4 45.2915 203.996 45.0035 203.476C44.7235 202.956 44.5835 202.356 44.5835 201.676C44.5835 200.988 44.7235 200.384 45.0035 199.864C45.2835 199.344 45.6755 198.944 46.1795 198.664C46.6835 198.384 47.2635 198.244 47.9195 198.244C48.5515 198.244 49.1155 198.38 49.6115 198.652C50.1155 198.924 50.5035 199.312 50.7755 199.816C51.0555 200.312 51.1955 200.884 51.1955 201.532ZM49.4555 201.052C49.4475 200.62 49.2915 200.276 48.9875 200.02C48.6835 199.756 48.3115 199.624 47.8715 199.624C47.4555 199.624 47.1035 199.752 46.8155 200.008C46.5355 200.256 46.3635 200.604 46.2995 201.052H49.4555ZM55.3738 205.108C54.7338 205.108 54.1578 204.968 53.6458 204.688C53.1338 204.4 52.7298 203.996 52.4338 203.476C52.1458 202.956 52.0018 202.356 52.0018 201.676C52.0018 200.996 52.1498 200.396 52.4458 199.876C52.7498 199.356 53.1618 198.956 53.6818 198.676C54.2018 198.388 54.7818 198.244 55.4218 198.244C56.0618 198.244 56.6418 198.388 57.1618 198.676C57.6818 198.956 58.0898 199.356 58.3858 199.876C58.6898 200.396 58.8418 200.996 58.8418 201.676C58.8418 202.356 58.6858 202.956 58.3737 203.476C58.0698 203.996 57.6538 204.4 57.1258 204.688C56.6058 204.968 56.0218 205.108 55.3738 205.108ZM55.3738 203.644C55.6778 203.644 55.9618 203.572 56.2258 203.428C56.4978 203.276 56.7138 203.052 56.8738 202.756C57.0338 202.46 57.1138 202.1 57.1138 201.676C57.1138 201.044 56.9458 200.56 56.6098 200.224C56.2818 199.88 55.8778 199.708 55.3978 199.708C54.9178 199.708 54.5138 199.88 54.1858 200.224C53.8658 200.56 53.7058 201.044 53.7058 201.676C53.7058 202.308 53.8618 202.796 54.1738 203.14C54.4938 203.476 54.8938 203.644 55.3738 203.644ZM61.7541 199.312C61.9701 199.008 62.2661 198.756 62.6421 198.556C63.0261 198.348 63.4621 198.244 63.9501 198.244C64.5181 198.244 65.0301 198.384 65.4861 198.664C65.9501 198.944 66.3141 199.344 66.5781 199.864C66.8501 200.376 66.9861 200.972 66.9861 201.652C66.9861 202.332 66.8501 202.936 66.5781 203.464C66.3141 203.984 65.9501 204.388 65.4861 204.676C65.0301 204.964 64.5181 205.108 63.9501 205.108C63.4621 205.108 63.0301 205.008 62.6541 204.808C62.2861 204.608 61.9861 204.356 61.7541 204.052V208.168H60.0741V198.352H61.7541V199.312ZM65.2701 201.652C65.2701 201.252 65.1861 200.908 65.0181 200.62C64.8581 200.324 64.6421 200.1 64.3701 199.948C64.1061 199.796 63.8181 199.72 63.5061 199.72C63.2021 199.72 62.9141 199.8 62.6421 199.96C62.3781 200.112 62.1621 200.336 61.9941 200.632C61.8341 200.928 61.7541 201.276 61.7541 201.676C61.7541 202.076 61.8341 202.424 61.9941 202.72C62.1621 203.016 62.3781 203.244 62.6421 203.404C62.9141 203.556 63.2021 203.632 63.5061 203.632C63.8181 203.632 64.1061 203.552 64.3701 203.392C64.6421 203.232 64.8581 203.004 65.0181 202.708C65.1861 202.412 65.2701 202.06 65.2701 201.652ZM74.3869 201.532C74.3869 201.772 74.3709 201.988 74.3389 202.18H69.4789C69.5189 202.66 69.6869 203.036 69.9829 203.308C70.2789 203.58 70.6429 203.716 71.0749 203.716C71.6989 203.716 72.1429 203.448 72.4069 202.912H74.2189C74.0269 203.552 73.6589 204.08 73.1149 204.496C72.5709 204.904 71.9029 205.108 71.1109 205.108C70.4709 205.108 69.8949 204.968 69.3829 204.688C68.8789 204.4 68.4829 203.996 68.1949 203.476C67.9149 202.956 67.7749 202.356 67.7749 201.676C67.7749 200.988 67.9149 200.384 68.1949 199.864C68.4749 199.344 68.8669 198.944 69.3709 198.664C69.8749 198.384 70.4549 198.244 71.1109 198.244C71.7429 198.244 72.3069 198.38 72.8029 198.652C73.3069 198.924 73.6949 199.312 73.9669 199.816C74.2469 200.312 74.3869 200.884 74.3869 201.532ZM72.6469 201.052C72.6389 200.62 72.4829 200.276 72.1789 200.02C71.8749 199.756 71.5029 199.624 71.0629 199.624C70.6469 199.624 70.2949 199.752 70.0069 200.008C69.7269 200.256 69.5549 200.604 69.4909 201.052H72.6469ZM79.2972 198.256C80.0892 198.256 80.7292 198.508 81.2172 199.012C81.7052 199.508 81.9492 200.204 81.9492 201.1V205H80.2692V201.328C80.2692 200.8 80.1372 200.396 79.8732 200.116C79.6092 199.828 79.2492 199.684 78.7932 199.684C78.3292 199.684 77.9612 199.828 77.6892 200.116C77.4252 200.396 77.2932 200.8 77.2932 201.328V205H75.6132V198.352H77.2932V199.18C77.5172 198.892 77.8012 198.668 78.1452 198.508C78.4972 198.34 78.8812 198.256 79.2972 198.256Z" fill="white"/>
|
22
|
-
<path d="M120 201L125 203.887V198.113L120 201ZM124.5 201.5H260V200.5H124.5V201.5Z" fill="#A3A3A3"/>
|
23
|
-
<rect x="130" y="259" width="120" height="26" rx="4" fill="#71347B"/>
|
24
|
-
<path d="M168.92 271.8C168.92 270.976 169.104 270.24 169.472 269.592C169.848 268.936 170.356 268.428 170.996 268.068C171.644 267.7 172.368 267.516 173.168 267.516C174.104 267.516 174.924 267.756 175.628 268.236C176.332 268.716 176.824 269.38 177.104 270.228H175.172C174.98 269.828 174.708 269.528 174.356 269.328C174.012 269.128 173.612 269.028 173.156 269.028C172.668 269.028 172.232 269.144 171.848 269.376C171.472 269.6 171.176 269.92 170.96 270.336C170.752 270.752 170.648 271.24 170.648 271.8C170.648 272.352 170.752 272.84 170.96 273.264C171.176 273.68 171.472 274.004 171.848 274.236C172.232 274.46 172.668 274.572 173.156 274.572C173.612 274.572 174.012 274.472 174.356 274.272C174.708 274.064 174.98 273.76 175.172 273.36H177.104C176.824 274.216 176.332 274.884 175.628 275.364C174.932 275.836 174.112 276.072 173.168 276.072C172.368 276.072 171.644 275.892 170.996 275.532C170.356 275.164 169.848 274.656 169.472 274.008C169.104 273.36 168.92 272.624 168.92 271.8ZM180.219 267.12V276H178.539V267.12H180.219ZM184.831 276.108C184.191 276.108 183.615 275.968 183.103 275.688C182.591 275.4 182.187 274.996 181.891 274.476C181.603 273.956 181.459 273.356 181.459 272.676C181.459 271.996 181.607 271.396 181.903 270.876C182.207 270.356 182.619 269.956 183.139 269.676C183.659 269.388 184.239 269.244 184.879 269.244C185.519 269.244 186.099 269.388 186.619 269.676C187.139 269.956 187.547 270.356 187.843 270.876C188.147 271.396 188.299 271.996 188.299 272.676C188.299 273.356 188.143 273.956 187.831 274.476C187.527 274.996 187.111 275.4 186.583 275.688C186.063 275.968 185.479 276.108 184.831 276.108ZM184.831 274.644C185.135 274.644 185.419 274.572 185.683 274.428C185.955 274.276 186.171 274.052 186.331 273.756C186.491 273.46 186.571 273.1 186.571 272.676C186.571 272.044 186.403 271.56 186.067 271.224C185.739 270.88 185.335 270.708 184.855 270.708C184.375 270.708 183.971 270.88 183.643 271.224C183.323 271.56 183.163 272.044 183.163 272.676C183.163 273.308 183.319 273.796 183.631 274.14C183.951 274.476 184.351 274.644 184.831 274.644ZM192.075 276.108C191.531 276.108 191.043 276.012 190.611 275.82C190.179 275.62 189.835 275.352 189.579 275.016C189.331 274.68 189.195 274.308 189.171 273.9H190.863C190.895 274.156 191.019 274.368 191.235 274.536C191.459 274.704 191.735 274.788 192.063 274.788C192.383 274.788 192.631 274.724 192.807 274.596C192.991 274.468 193.083 274.304 193.083 274.104C193.083 273.888 192.971 273.728 192.747 273.624C192.531 273.512 192.183 273.392 191.703 273.264C191.207 273.144 190.799 273.02 190.479 272.892C190.167 272.764 189.895 272.568 189.663 272.304C189.439 272.04 189.327 271.684 189.327 271.236C189.327 270.868 189.431 270.532 189.639 270.228C189.855 269.924 190.159 269.684 190.551 269.508C190.951 269.332 191.419 269.244 191.955 269.244C192.747 269.244 193.379 269.444 193.851 269.844C194.323 270.236 194.583 270.768 194.631 271.44H193.023C192.999 271.176 192.887 270.968 192.687 270.816C192.495 270.656 192.235 270.576 191.907 270.576C191.603 270.576 191.367 270.632 191.199 270.744C191.039 270.856 190.959 271.012 190.959 271.212C190.959 271.436 191.071 271.608 191.295 271.728C191.519 271.84 191.867 271.956 192.339 272.076C192.819 272.196 193.215 272.32 193.527 272.448C193.839 272.576 194.107 272.776 194.331 273.048C194.563 273.312 194.683 273.664 194.691 274.104C194.691 274.488 194.583 274.832 194.367 275.136C194.159 275.44 193.855 275.68 193.455 275.856C193.063 276.024 192.603 276.108 192.075 276.108ZM202.25 272.532C202.25 272.772 202.234 272.988 202.202 273.18H197.342C197.382 273.66 197.55 274.036 197.846 274.308C198.142 274.58 198.506 274.716 198.938 274.716C199.562 274.716 200.006 274.448 200.27 273.912H202.082C201.89 274.552 201.522 275.08 200.978 275.496C200.434 275.904 199.766 276.108 198.974 276.108C198.334 276.108 197.758 275.968 197.246 275.688C196.742 275.4 196.346 274.996 196.058 274.476C195.778 273.956 195.638 273.356 195.638 272.676C195.638 271.988 195.778 271.384 196.058 270.864C196.338 270.344 196.73 269.944 197.234 269.664C197.738 269.384 198.318 269.244 198.974 269.244C199.606 269.244 200.17 269.38 200.666 269.652C201.17 269.924 201.558 270.312 201.83 270.816C202.11 271.312 202.25 271.884 202.25 272.532ZM200.51 272.052C200.502 271.62 200.346 271.276 200.042 271.02C199.738 270.756 199.366 270.624 198.926 270.624C198.51 270.624 198.158 270.752 197.87 271.008C197.59 271.256 197.418 271.604 197.354 272.052H200.51ZM203.044 272.652C203.044 271.98 203.176 271.384 203.44 270.864C203.712 270.344 204.08 269.944 204.544 269.664C205.008 269.384 205.524 269.244 206.092 269.244C206.524 269.244 206.936 269.34 207.328 269.532C207.72 269.716 208.032 269.964 208.264 270.276V267.12H209.968V276H208.264V275.016C208.056 275.344 207.764 275.608 207.388 275.808C207.012 276.008 206.576 276.108 206.08 276.108C205.52 276.108 205.008 275.964 204.544 275.676C204.08 275.388 203.712 274.984 203.44 274.464C203.176 273.936 203.044 273.332 203.044 272.652ZM208.276 272.676C208.276 272.268 208.196 271.92 208.036 271.632C207.876 271.336 207.66 271.112 207.388 270.96C207.116 270.8 206.824 270.72 206.512 270.72C206.2 270.72 205.912 270.796 205.648 270.948C205.384 271.1 205.168 271.324 205 271.62C204.84 271.908 204.76 272.252 204.76 272.652C204.76 273.052 204.84 273.404 205 273.708C205.168 274.004 205.384 274.232 205.648 274.392C205.92 274.552 206.208 274.632 206.512 274.632C206.824 274.632 207.116 274.556 207.388 274.404C207.66 274.244 207.876 274.02 208.036 273.732C208.196 273.436 208.276 273.084 208.276 272.676Z" fill="white"/>
|
25
|
-
<path d="M250 272L255 274.887V269.113L250 272ZM320 272V272.5H320.5V272H320ZM254.5 272.5H320V271.5H254.5V272.5ZM320.5 272V214H319.5V272H320.5Z" fill="#A3A3A3"/>
|
26
|
-
<path d="M64 214L66.8867 219H61.1133L64 214ZM64 272V272.5H63.5V272H64ZM130 272.5H64V271.5H130V272.5ZM63.5 272V218.5H64.5V272H63.5Z" fill="#A3A3A3"/>
|
27
|
-
<rect x="260" y="188" width="120" height="26" rx="4" fill="#71347B"/>
|
28
|
-
<path d="M304.352 196.624L301.28 205H299.24L296.168 196.624H297.968L300.272 203.284L302.564 196.624H304.352ZM311.539 201.532C311.539 201.772 311.523 201.988 311.491 202.18H306.631C306.671 202.66 306.839 203.036 307.135 203.308C307.431 203.58 307.795 203.716 308.227 203.716C308.851 203.716 309.295 203.448 309.559 202.912H311.371C311.179 203.552 310.811 204.08 310.267 204.496C309.723 204.904 309.055 205.108 308.263 205.108C307.623 205.108 307.047 204.968 306.535 204.688C306.031 204.4 305.635 203.996 305.347 203.476C305.067 202.956 304.927 202.356 304.927 201.676C304.927 200.988 305.067 200.384 305.347 199.864C305.627 199.344 306.019 198.944 306.523 198.664C307.027 198.384 307.607 198.244 308.263 198.244C308.895 198.244 309.459 198.38 309.955 198.652C310.459 198.924 310.847 199.312 311.119 199.816C311.399 200.312 311.539 200.884 311.539 201.532ZM309.799 201.052C309.791 200.62 309.635 200.276 309.331 200.02C309.027 199.756 308.655 199.624 308.215 199.624C307.799 199.624 307.447 199.752 307.159 200.008C306.879 200.256 306.707 200.604 306.643 201.052H309.799ZM314.446 199.384C314.662 199.032 314.942 198.756 315.286 198.556C315.638 198.356 316.038 198.256 316.486 198.256V200.02H316.042C315.514 200.02 315.114 200.144 314.842 200.392C314.578 200.64 314.446 201.072 314.446 201.688V205H312.766V198.352H314.446V199.384ZM318.469 197.56C318.173 197.56 317.925 197.468 317.725 197.284C317.533 197.092 317.437 196.856 317.437 196.576C317.437 196.296 317.533 196.064 317.725 195.88C317.925 195.688 318.173 195.592 318.469 195.592C318.765 195.592 319.009 195.688 319.201 195.88C319.401 196.064 319.501 196.296 319.501 196.576C319.501 196.856 319.401 197.092 319.201 197.284C319.009 197.468 318.765 197.56 318.469 197.56ZM319.297 198.352V205H317.617V198.352H319.297ZM324.005 199.732H322.841V205H321.137V199.732H320.381V198.352H321.137V198.016C321.137 197.2 321.369 196.6 321.833 196.216C322.297 195.832 322.997 195.652 323.933 195.676V197.092C323.525 197.084 323.241 197.152 323.081 197.296C322.921 197.44 322.841 197.7 322.841 198.076V198.352H324.005V199.732ZM325.946 197.56C325.65 197.56 325.402 197.468 325.202 197.284C325.01 197.092 324.914 196.856 324.914 196.576C324.914 196.296 325.01 196.064 325.202 195.88C325.402 195.688 325.65 195.592 325.946 195.592C326.242 195.592 326.486 195.688 326.678 195.88C326.878 196.064 326.978 196.296 326.978 196.576C326.978 196.856 326.878 197.092 326.678 197.284C326.486 197.468 326.242 197.56 325.946 197.56ZM326.774 198.352V205H325.094V198.352H326.774ZM334.613 201.532C334.613 201.772 334.597 201.988 334.565 202.18H329.705C329.745 202.66 329.913 203.036 330.209 203.308C330.505 203.58 330.869 203.716 331.301 203.716C331.925 203.716 332.369 203.448 332.633 202.912H334.445C334.253 203.552 333.885 204.08 333.341 204.496C332.797 204.904 332.129 205.108 331.337 205.108C330.697 205.108 330.121 204.968 329.609 204.688C329.105 204.4 328.709 203.996 328.421 203.476C328.141 202.956 328.001 202.356 328.001 201.676C328.001 200.988 328.141 200.384 328.421 199.864C328.701 199.344 329.093 198.944 329.597 198.664C330.101 198.384 330.681 198.244 331.337 198.244C331.969 198.244 332.533 198.38 333.029 198.652C333.533 198.924 333.921 199.312 334.193 199.816C334.473 200.312 334.613 200.884 334.613 201.532ZM332.873 201.052C332.865 200.62 332.709 200.276 332.405 200.02C332.101 199.756 331.729 199.624 331.289 199.624C330.873 199.624 330.521 199.752 330.233 200.008C329.953 200.256 329.781 200.604 329.717 201.052H332.873ZM335.408 201.652C335.408 200.98 335.54 200.384 335.804 199.864C336.076 199.344 336.444 198.944 336.908 198.664C337.372 198.384 337.888 198.244 338.456 198.244C338.888 198.244 339.3 198.34 339.692 198.532C340.084 198.716 340.396 198.964 340.628 199.276V196.12H342.332V205H340.628V204.016C340.42 204.344 340.128 204.608 339.752 204.808C339.376 205.008 338.94 205.108 338.444 205.108C337.884 205.108 337.372 204.964 336.908 204.676C336.444 204.388 336.076 203.984 335.804 203.464C335.54 202.936 335.408 202.332 335.408 201.652ZM340.64 201.676C340.64 201.268 340.56 200.92 340.4 200.632C340.24 200.336 340.024 200.112 339.752 199.96C339.48 199.8 339.188 199.72 338.876 199.72C338.564 199.72 338.276 199.796 338.012 199.948C337.748 200.1 337.532 200.324 337.364 200.62C337.204 200.908 337.124 201.252 337.124 201.652C337.124 202.052 337.204 202.404 337.364 202.708C337.532 203.004 337.748 203.232 338.012 203.392C338.284 203.552 338.572 203.632 338.876 203.632C339.188 203.632 339.48 203.556 339.752 203.404C340.024 203.244 340.24 203.02 340.4 202.732C340.56 202.436 340.64 202.084 340.64 201.676Z" fill="white"/>
|
29
|
-
</svg>
|