@mailstep/design-system 0.7.20-beta.2 → 0.7.20

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mailstep/design-system",
3
- "version": "0.7.20-beta.2",
3
+ "version": "0.7.20",
4
4
  "license": "ISC",
5
5
  "type": "module",
6
6
  "main": "./ui/index.js",
@@ -33,10 +33,10 @@ import useEditReadAsColumn from './hooks/useEditReadAsColumn';
33
33
  import { useGridAutoRowsPerPage } from './hooks/useGridAutoRowsPerPage';
34
34
  import useManageColumn from './hooks/useManageColumn';
35
35
  import { usePresetState } from './hooks/usePresetsState';
36
- import { getRowsPerPage } from './utils/getRowsPerPage';
37
36
  import { x } from '@xstyled/styled-components';
38
37
  import { CommonGridWithStyles, BottomWrapper, CommonGridWrap, ContentContainer, StyledButtonStrip } from './styles';
39
38
  import { getFilters } from './utils';
39
+ import { getRowsPerPage } from './utils/getRowsPerPage';
40
40
  var CommonGridContainer = function (props) {
41
41
  var _a;
42
42
  var _b = props.optimizeFilters, optimizeFilters = _b === void 0 ? false : _b, extraControlButtons = props.extraControlButtons, onBatchAction = props.onBatchAction, processCheckedValues = props.processCheckedValues, processCheckedValuesTitle = props.processCheckedValuesTitle, hideControlButtons = props.hideControlButtons, quickFilter = props.quickFilter, floatingButtonProps = props.floatingButtonProps, queryRowsParam = props.queryRowsParam, customPaginationHandler = props.customPaginationHandler, _c = props.autoHeight, autoHeight = _c === void 0 ? true : _c, gridName = props.gridName, _d = props.withPresets, withPresets = _d === void 0 ? true : _d, passDownProps = __rest(props, ["optimizeFilters", "extraControlButtons", "onBatchAction", "processCheckedValues", "processCheckedValuesTitle", "hideControlButtons", "quickFilter", "floatingButtonProps", "queryRowsParam", "customPaginationHandler", "autoHeight", "gridName", "withPresets"]);
@@ -62,6 +62,6 @@ var CommonGridContainer = function (props) {
62
62
  onClose: onClose
63
63
  }), columnsConfigValues = _g.columnsConfigValues, setColumnsConfigOptions = _g.setColumnsConfigOptions, onConfirmForm = _g.onConfirmForm, resetColumnConfig = _g.resetColumnConfig, handleDragEnd = _g.handleDragEnd, onCloseForm = _g.onCloseForm, displayColumnsDefinitions = _g.displayColumnsDefinitions, manageColumnsFormDefinitions = _g.manageColumnsFormDefinitions;
64
64
  var _h = usePresetState(), isPresetsModalOpen = _h.isPresetsModalOpen, onClosePresetsModal = _h.onClosePresetsModal, onOpenPresetsModal = _h.onOpenPresetsModal, setSelectedPresetName = _h.setSelectedPresetName, selectedPresetName = _h.selectedPresetName;
65
- return (_jsxs(_Fragment, { children: [_jsxs(ContentContainer, { ref: gridRef, children: [_jsxs(CommonGridWrap, { children: [_jsx(HidePrint, { children: _jsx(StyledButtonStrip, { className: "buttonsStrip", children: _jsx(ControlButtons, { hideControlButtons: hideControlButtons, extraControlButtons: extraControlButtons, gridActions: gridActions, gridSelectors: gridSelectors, quickFilter: quickFilter, displayColumnsDefinitions: displayColumnsDefinitions, filters: filters, setDisplayManageColumnButton: setDisplayManageColumnButton, displayManageColumnButton: displayManageColumnButton, openManageColumnForm: openManageColumnForm, onOpenPresetsModal: onOpenPresetsModal, selectedPresetName: selectedPresetName, withPresets: withPresets, gridName: gridName }) }) }), _jsx(CommonGridWithStyles, __assign({}, passDownProps, modifiedPassDownProps, { filters: filters, floatingButtonProps: floatingButtonProps, handleDragEnd: handleDragEnd(false), displayColumnsDefinitions: displayColumnsDefinitions, hasColouredRows: true }))] }), _jsxs(BottomWrapper, { children: [(processCheckedValues || !!((_a = actionColumnDefinition === null || actionColumnDefinition === void 0 ? void 0 : actionColumnDefinition.actionOptions) === null || _a === void 0 ? void 0 : _a.length)) && (_jsx(ActionHead, { rowsData: rowsData, onBatchAction: onBatchAction, gridActions: gridActions, gridSelectors: gridSelectors, actionColumn: actionColumnDefinition, processCheckedValues: processCheckedValues, processCheckedValuesTitle: processCheckedValuesTitle })), (gridActions === null || gridActions === void 0 ? void 0 : gridActions.setPage) && (_jsxs(x.div, { display: "flex", justifyContent: "center", alignItems: "center", className: "paginatorWrapper", w: "100%", children: [_jsx(Pagination, { page: gridSelectors === null || gridSelectors === void 0 ? void 0 : gridSelectors.page, itemCount: passDownProps === null || passDownProps === void 0 ? void 0 : passDownProps.totalRowsCount, itemPerPage: (gridSelectors === null || gridSelectors === void 0 ? void 0 : gridSelectors.rowsPerPage) || 10, onPageChange: gridActions === null || gridActions === void 0 ? void 0 : gridActions.setPage, customPaginationHandler: customPaginationHandler, radius: window.innerWidth < 768 ? 3 : 5, rate: window.innerWidth < 768 ? 1 : 4 }), _jsx(TablePagination, { gridActions: gridActions, gridSelectors: gridSelectors, customPaginationHandler: customPaginationHandler, autoRowsPerPage: autoRowsPerPage })] }))] })] }), _jsx(GridModals, { manageColumnFormVisible: manageColumnFormVisible, onCloseForm: onCloseForm, resetColumnConfig: resetColumnConfig, onConfirmForm: onConfirmForm, manageColumnsFormDefinitions: manageColumnsFormDefinitions, columnsConfigValues: columnsConfigValues, setColumnsConfigOptions: setColumnsConfigOptions, handleDragEnd: handleDragEnd(true), gridName: gridName, gridActions: gridActions, gridSelectors: gridSelectors, onClosePresetsModal: onClosePresetsModal, isPresetsModalOpen: isPresetsModalOpen, selectedPresetName: selectedPresetName, setSelectedPresetName: setSelectedPresetName })] }));
65
+ return (_jsxs(_Fragment, { children: [_jsxs(ContentContainer, { ref: gridRef, children: [_jsxs(CommonGridWrap, { children: [_jsx(HidePrint, { children: _jsx(StyledButtonStrip, { className: "buttonsStrip", children: _jsx(ControlButtons, { hideControlButtons: hideControlButtons, extraControlButtons: extraControlButtons, gridActions: gridActions, gridSelectors: gridSelectors, quickFilter: quickFilter, displayColumnsDefinitions: displayColumnsDefinitions, filters: filters, setDisplayManageColumnButton: setDisplayManageColumnButton, displayManageColumnButton: displayManageColumnButton, openManageColumnForm: openManageColumnForm, onOpenPresetsModal: onOpenPresetsModal, selectedPresetName: selectedPresetName, withPresets: withPresets, gridName: gridName }) }) }), _jsx(CommonGridWithStyles, __assign({}, passDownProps, modifiedPassDownProps, { filters: filters, floatingButtonProps: floatingButtonProps, handleDragEnd: handleDragEnd(false), displayColumnsDefinitions: displayColumnsDefinitions, hasColouredRows: true }))] }), _jsxs(BottomWrapper, { children: [(processCheckedValues || !!((_a = actionColumnDefinition === null || actionColumnDefinition === void 0 ? void 0 : actionColumnDefinition.actionOptions) === null || _a === void 0 ? void 0 : _a.length)) && (_jsx(ActionHead, { rowsData: rowsData, onBatchAction: onBatchAction, gridActions: gridActions, gridSelectors: gridSelectors, actionColumn: actionColumnDefinition, processCheckedValues: processCheckedValues, processCheckedValuesTitle: processCheckedValuesTitle })), _jsxs(x.div, { display: "flex", justifyContent: "center", alignItems: "center", className: "paginatorWrapper", w: "100%", children: [_jsx(Pagination, { page: gridSelectors === null || gridSelectors === void 0 ? void 0 : gridSelectors.page, itemCount: passDownProps === null || passDownProps === void 0 ? void 0 : passDownProps.totalRowsCount, itemPerPage: (gridSelectors === null || gridSelectors === void 0 ? void 0 : gridSelectors.rowsPerPage) || 10, onPageChange: gridActions === null || gridActions === void 0 ? void 0 : gridActions.setPage, customPaginationHandler: customPaginationHandler, radius: window.innerWidth < 768 ? 3 : 5, rate: window.innerWidth < 768 ? 1 : 4 }), _jsx(TablePagination, { gridActions: gridActions, gridSelectors: gridSelectors, customPaginationHandler: customPaginationHandler, autoRowsPerPage: autoRowsPerPage })] })] })] }), _jsx(GridModals, { manageColumnFormVisible: manageColumnFormVisible, onCloseForm: onCloseForm, resetColumnConfig: resetColumnConfig, onConfirmForm: onConfirmForm, manageColumnsFormDefinitions: manageColumnsFormDefinitions, columnsConfigValues: columnsConfigValues, setColumnsConfigOptions: setColumnsConfigOptions, handleDragEnd: handleDragEnd(true), gridName: gridName, gridActions: gridActions, gridSelectors: gridSelectors, onClosePresetsModal: onClosePresetsModal, isPresetsModalOpen: isPresetsModalOpen, selectedPresetName: selectedPresetName, setSelectedPresetName: setSelectedPresetName })] }));
66
66
  };
67
67
  export default CommonGridContainer;
@@ -9,7 +9,7 @@ var Tab = function (_a) {
9
9
  var handleOnClick = useCallback(function () {
10
10
  onTabSwitch(value);
11
11
  }, [onTabSwitch, value]);
12
- return (_jsx(StyledTabWrapper, { children: _jsxs(StyledTab, { onClick: !disabled ? handleOnClick : undefined, active: isActive, disabled: disabled, children: [icon && (_jsx(StyledImageBox, { children: _jsx(Icon, { icon: icon }) })), _jsx(Text, { children: label }), badgeCount === 0 || (badgeCount && badgeCount > 0) && (_jsx(RoundedWrap, { children: _jsx(Text, { variant: "medium", children: badgeCount }) }))] }) }));
12
+ return (_jsx(StyledTabWrapper, { children: _jsxs(StyledTab, { onClick: !disabled ? handleOnClick : undefined, active: isActive, disabled: disabled, children: [icon && (_jsx(StyledImageBox, { children: _jsx(Icon, { icon: icon }) })), _jsx(Text, { children: label }), isActive && badgeCount && badgeCount > 0 && (_jsx(RoundedWrap, { children: _jsx(Text, { variant: "medium", children: badgeCount }) }))] }) }));
13
13
  };
14
14
  export var Tabs = function (_a) {
15
15
  var tabsDefinition = _a.tabsDefinition, activeTab = _a.activeTab, onTabSwitch = _a.onTabSwitch, mb = _a.mb;
@@ -0,0 +1,3 @@
1
+ import { type FC } from 'react';
2
+ import { SvgProps } from '../types';
3
+ export declare const Pallet: FC<SvgProps>;
@@ -0,0 +1,13 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
+ export var Pallet = function (props) { return (_jsxs("svg", __assign({ width: "60", height: "47", viewBox: "0 0 60 47", fill: "#7A90A1", stroke: "#7A90A1", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [_jsxs("mask", { id: "path-1-outside-1_4169_16824", maskUnits: "userSpaceOnUse", x: "-1", y: "-1", width: "62", height: "49", fill: "black", children: [_jsx("rect", { fill: "white", x: "-1", y: "-1", width: "62", height: "49" }), _jsx("path", { d: "M10.3996 45.9926C10.3054 46.5225 9.76969 46.8451 9.27473 46.9007C6.74853 47.1859 3.71237 46.6859 1.13046 46.9028C0.451236 46.8066 0.171618 46.3227 0.110552 45.6764C-0.241917 41.9193 0.385884 37.6248 0.110552 33.81C3.57631 23.219 6.32107 12.1677 9.96896 1.6569C10.2604 0.818303 10.2668 0.204043 11.3049 0.104693C13.2151 -0.077983 15.4478 0.231818 17.3912 0.135673C18.26 0.311939 18.3254 1.06721 18.1636 1.82035L20.5687 1.92077C20.7455 0.945428 20.6116 0.242501 21.8093 0.110034C22.7692 0.00320625 27.166 -0.0363201 27.977 0.15597C28.4409 0.266003 28.7708 0.680495 28.8008 1.15161C28.8158 1.38983 28.6016 1.72955 28.8212 1.87804C28.9037 1.92931 28.998 1.9197 29.089 1.93038C29.3237 1.95923 31.1053 1.94 31.1867 1.87483C31.4353 1.67613 31.1824 1.30864 31.206 1.04264C31.2531 0.490342 31.8038 0.167721 32.3084 0.110034C33.4536 -0.0202959 37.3029 -0.0448663 38.3893 0.135673C39.4242 0.307666 39.2688 1.09926 39.4413 1.92077L41.8958 1.92611C41.6783 1.10353 41.6997 0.26173 42.71 0.119649C43.8627 -0.0427297 47.6317 -0.0331152 48.8091 0.107898C49.8065 0.226477 49.9072 1.25202 50.1739 2.05858C53.6558 12.5555 56.5559 23.266 59.8995 33.81C59.6467 37.6504 60.2198 41.8829 59.8995 45.6764C59.8427 46.3537 59.6199 46.8141 58.8796 46.9039C56.3512 47.2094 53.2187 46.6678 50.625 46.9039C50.2489 46.9562 49.6093 46.2981 49.6093 45.9937V40.5989H43.3956V45.9937C43.3956 46.4573 42.7228 46.8654 42.2761 46.9071C39.6631 47.1464 36.6805 46.7233 34.0279 46.8964C33.6904 46.8921 33.1108 46.2725 33.1108 45.9948V40.5999H26.8971V45.9948C26.8971 46.6015 26.0647 46.8718 25.5622 46.9071C23.0007 47.0855 20.2238 46.7725 17.6397 46.8932C17.2562 46.9199 16.6123 46.3377 16.6123 45.9948V40.5999H10.3986V45.9948L10.3996 45.9926ZM16.0777 2.13976H11.9531L2.47177 32.5857H9.75683L16.0777 2.13976ZM26.791 2.13976H22.5057L18.4346 32.5857H25.7197L26.791 2.13976ZM37.5044 2.13976H33.219L34.2893 32.4265L34.3964 32.6477C34.4725 32.7118 34.5314 32.5857 34.5582 32.5857H41.4147C41.4394 32.5857 41.5572 32.7887 41.5754 32.6391L37.5044 2.13976ZM50.2532 32.5857H57.2704C57.2983 32.5857 57.3347 32.6797 57.3776 32.6787L57.519 32.4479L48.057 2.13976H43.9324L50.2532 32.5857ZM20.363 3.84901H17.6847L17.149 6.51971H19.9345L20.363 3.84901ZM31.2906 3.84901H28.7194L28.6123 6.51971H31.3978L31.2906 3.84901ZM42.3254 3.84901H39.647L40.0756 6.51971H42.861L42.3254 3.84901ZM19.5595 8.44261H16.8812L11.6884 32.5334C11.7667 32.6562 11.7988 32.637 11.9102 32.6487C12.2445 32.684 12.8733 32.6915 13.2333 32.6979C14.3014 32.716 15.3835 32.5088 16.397 32.6925L19.5585 8.44261H19.5595ZM27.6492 32.6925L32.2023 32.6626L32.362 32.4255C32.1488 25.8962 31.8766 19.3914 31.6077 12.8802C31.5488 11.4594 31.6067 10.0365 31.4899 8.61781C31.4545 8.47893 31.3592 8.46504 31.2371 8.44261C30.9457 8.3892 28.5309 8.42338 28.4987 8.6114L27.6492 32.6925ZM43.0217 8.44261C42.2761 8.31869 41.2337 8.53341 40.4505 8.44261L43.6131 32.6936C44.8226 32.5868 46.0793 32.7524 47.3124 32.6979C47.4785 32.6904 48.312 32.653 48.3216 32.5334L43.3099 8.69686C43.2992 8.57401 43.1171 8.45757 43.0228 8.44154L43.0217 8.44261ZM57.8597 34.6154H2.15037V38.5681H57.8597V34.6154ZM8.3641 40.5978H2.15037V44.8709H8.3641V40.5978ZM24.8626 40.5978H18.6489V44.8709H24.8626V40.5978ZM41.3612 40.5978H35.1474V44.8709H41.3612V40.5978ZM57.8597 40.5978H51.646V44.8709H57.8597V40.5978Z" })] }), _jsx("path", { d: "M10.3996 45.9926C10.3054 46.5225 9.76969 46.8451 9.27473 46.9007C6.74853 47.1859 3.71237 46.6859 1.13046 46.9028C0.451236 46.8066 0.171618 46.3227 0.110552 45.6764C-0.241917 41.9193 0.385884 37.6248 0.110552 33.81C3.57631 23.219 6.32107 12.1677 9.96896 1.6569C10.2604 0.818303 10.2668 0.204043 11.3049 0.104693C13.2151 -0.077983 15.4478 0.231818 17.3912 0.135673C18.26 0.311939 18.3254 1.06721 18.1636 1.82035L20.5687 1.92077C20.7455 0.945428 20.6116 0.242501 21.8093 0.110034C22.7692 0.00320625 27.166 -0.0363201 27.977 0.15597C28.4409 0.266003 28.7708 0.680495 28.8008 1.15161C28.8158 1.38983 28.6016 1.72955 28.8212 1.87804C28.9037 1.92931 28.998 1.9197 29.089 1.93038C29.3237 1.95923 31.1053 1.94 31.1867 1.87483C31.4353 1.67613 31.1824 1.30864 31.206 1.04264C31.2531 0.490342 31.8038 0.167721 32.3084 0.110034C33.4536 -0.0202959 37.3029 -0.0448663 38.3893 0.135673C39.4242 0.307666 39.2688 1.09926 39.4413 1.92077L41.8958 1.92611C41.6783 1.10353 41.6997 0.26173 42.71 0.119649C43.8627 -0.0427297 47.6317 -0.0331152 48.8091 0.107898C49.8065 0.226477 49.9072 1.25202 50.1739 2.05858C53.6558 12.5555 56.5559 23.266 59.8995 33.81C59.6467 37.6504 60.2198 41.8829 59.8995 45.6764C59.8427 46.3537 59.6199 46.8141 58.8796 46.9039C56.3512 47.2094 53.2187 46.6678 50.625 46.9039C50.2489 46.9562 49.6093 46.2981 49.6093 45.9937V40.5989H43.3956V45.9937C43.3956 46.4573 42.7228 46.8654 42.2761 46.9071C39.6631 47.1464 36.6805 46.7233 34.0279 46.8964C33.6904 46.8921 33.1108 46.2725 33.1108 45.9948V40.5999H26.8971V45.9948C26.8971 46.6015 26.0647 46.8718 25.5622 46.9071C23.0007 47.0855 20.2238 46.7725 17.6397 46.8932C17.2562 46.9199 16.6123 46.3377 16.6123 45.9948V40.5999H10.3986V45.9948L10.3996 45.9926ZM16.0777 2.13976H11.9531L2.47177 32.5857H9.75683L16.0777 2.13976ZM26.791 2.13976H22.5057L18.4346 32.5857H25.7197L26.791 2.13976ZM37.5044 2.13976H33.219L34.2893 32.4265L34.3964 32.6477C34.4725 32.7118 34.5314 32.5857 34.5582 32.5857H41.4147C41.4394 32.5857 41.5572 32.7887 41.5754 32.6391L37.5044 2.13976ZM50.2532 32.5857H57.2704C57.2983 32.5857 57.3347 32.6797 57.3776 32.6787L57.519 32.4479L48.057 2.13976H43.9324L50.2532 32.5857ZM20.363 3.84901H17.6847L17.149 6.51971H19.9345L20.363 3.84901ZM31.2906 3.84901H28.7194L28.6123 6.51971H31.3978L31.2906 3.84901ZM42.3254 3.84901H39.647L40.0756 6.51971H42.861L42.3254 3.84901ZM19.5595 8.44261H16.8812L11.6884 32.5334C11.7667 32.6562 11.7988 32.637 11.9102 32.6487C12.2445 32.684 12.8733 32.6915 13.2333 32.6979C14.3014 32.716 15.3835 32.5088 16.397 32.6925L19.5585 8.44261H19.5595ZM27.6492 32.6925L32.2023 32.6626L32.362 32.4255C32.1488 25.8962 31.8766 19.3914 31.6077 12.8802C31.5488 11.4594 31.6067 10.0365 31.4899 8.61781C31.4545 8.47893 31.3592 8.46504 31.2371 8.44261C30.9457 8.3892 28.5309 8.42338 28.4987 8.6114L27.6492 32.6925ZM43.0217 8.44261C42.2761 8.31869 41.2337 8.53341 40.4505 8.44261L43.6131 32.6936C44.8226 32.5868 46.0793 32.7524 47.3124 32.6979C47.4785 32.6904 48.312 32.653 48.3216 32.5334L43.3099 8.69686C43.2992 8.57401 43.1171 8.45757 43.0228 8.44154L43.0217 8.44261ZM57.8597 34.6154H2.15037V38.5681H57.8597V34.6154ZM8.3641 40.5978H2.15037V44.8709H8.3641V40.5978ZM24.8626 40.5978H18.6489V44.8709H24.8626V40.5978ZM41.3612 40.5978H35.1474V44.8709H41.3612V40.5978ZM57.8597 40.5978H51.646V44.8709H57.8597V40.5978Z" }), _jsx("path", { d: "M10.3996 45.9926C10.3054 46.5225 9.76969 46.8451 9.27473 46.9007C6.74853 47.1859 3.71237 46.6859 1.13046 46.9028C0.451236 46.8066 0.171618 46.3227 0.110552 45.6764C-0.241917 41.9193 0.385884 37.6248 0.110552 33.81C3.57631 23.219 6.32107 12.1677 9.96896 1.6569C10.2604 0.818303 10.2668 0.204043 11.3049 0.104693C13.2151 -0.077983 15.4478 0.231818 17.3912 0.135673C18.26 0.311939 18.3254 1.06721 18.1636 1.82035L20.5687 1.92077C20.7455 0.945428 20.6116 0.242501 21.8093 0.110034C22.7692 0.00320625 27.166 -0.0363201 27.977 0.15597C28.4409 0.266003 28.7708 0.680495 28.8008 1.15161C28.8158 1.38983 28.6016 1.72955 28.8212 1.87804C28.9037 1.92931 28.998 1.9197 29.089 1.93038C29.3237 1.95923 31.1053 1.94 31.1867 1.87483C31.4353 1.67613 31.1824 1.30864 31.206 1.04264C31.2531 0.490342 31.8038 0.167721 32.3084 0.110034C33.4536 -0.0202959 37.3029 -0.0448663 38.3893 0.135673C39.4242 0.307666 39.2688 1.09926 39.4413 1.92077L41.8958 1.92611C41.6783 1.10353 41.6997 0.26173 42.71 0.119649C43.8627 -0.0427297 47.6317 -0.0331152 48.8091 0.107898C49.8065 0.226477 49.9072 1.25202 50.1739 2.05858C53.6558 12.5555 56.5559 23.266 59.8995 33.81C59.6467 37.6504 60.2198 41.8829 59.8995 45.6764C59.8427 46.3537 59.6199 46.8141 58.8796 46.9039C56.3512 47.2094 53.2187 46.6678 50.625 46.9039C50.2489 46.9562 49.6093 46.2981 49.6093 45.9937V40.5989H43.3956V45.9937C43.3956 46.4573 42.7228 46.8654 42.2761 46.9071C39.6631 47.1464 36.6805 46.7233 34.0279 46.8964C33.6904 46.8921 33.1108 46.2725 33.1108 45.9948V40.5999H26.8971V45.9948C26.8971 46.6015 26.0647 46.8718 25.5622 46.9071C23.0007 47.0855 20.2238 46.7725 17.6397 46.8932C17.2562 46.9199 16.6123 46.3377 16.6123 45.9948V40.5999H10.3986V45.9948L10.3996 45.9926ZM16.0777 2.13976H11.9531L2.47177 32.5857H9.75683L16.0777 2.13976ZM26.791 2.13976H22.5057L18.4346 32.5857H25.7197L26.791 2.13976ZM37.5044 2.13976H33.219L34.2893 32.4265L34.3964 32.6477C34.4725 32.7118 34.5314 32.5857 34.5582 32.5857H41.4147C41.4394 32.5857 41.5572 32.7887 41.5754 32.6391L37.5044 2.13976ZM50.2532 32.5857H57.2704C57.2983 32.5857 57.3347 32.6797 57.3776 32.6787L57.519 32.4479L48.057 2.13976H43.9324L50.2532 32.5857ZM20.363 3.84901H17.6847L17.149 6.51971H19.9345L20.363 3.84901ZM31.2906 3.84901H28.7194L28.6123 6.51971H31.3978L31.2906 3.84901ZM42.3254 3.84901H39.647L40.0756 6.51971H42.861L42.3254 3.84901ZM19.5595 8.44261H16.8812L11.6884 32.5334C11.7667 32.6562 11.7988 32.637 11.9102 32.6487C12.2445 32.684 12.8733 32.6915 13.2333 32.6979C14.3014 32.716 15.3835 32.5088 16.397 32.6925L19.5585 8.44261H19.5595ZM27.6492 32.6925L32.2023 32.6626L32.362 32.4255C32.1488 25.8962 31.8766 19.3914 31.6077 12.8802C31.5488 11.4594 31.6067 10.0365 31.4899 8.61781C31.4545 8.47893 31.3592 8.46504 31.2371 8.44261C30.9457 8.3892 28.5309 8.42338 28.4987 8.6114L27.6492 32.6925ZM43.0217 8.44261C42.2761 8.31869 41.2337 8.53341 40.4505 8.44261L43.6131 32.6936C44.8226 32.5868 46.0793 32.7524 47.3124 32.6979C47.4785 32.6904 48.312 32.653 48.3216 32.5334L43.3099 8.69686C43.2992 8.57401 43.1171 8.45757 43.0228 8.44154L43.0217 8.44261ZM57.8597 34.6154H2.15037V38.5681H57.8597V34.6154ZM8.3641 40.5978H2.15037V44.8709H8.3641V40.5978ZM24.8626 40.5978H18.6489V44.8709H24.8626V40.5978ZM41.3612 40.5978H35.1474V44.8709H41.3612V40.5978ZM57.8597 40.5978H51.646V44.8709H57.8597V40.5978Z", mask: "url(#path-1-outside-1_4169_16824)" })] }))); };
@@ -68,3 +68,4 @@ export { Container } from './Container';
68
68
  export { Dashboard } from './Dashboard';
69
69
  export { HorizontalLines } from './HorizontalLines';
70
70
  export { Admin } from './Admin';
71
+ export { Pallet } from './Pallet';
@@ -68,3 +68,4 @@ export { Container } from './Container';
68
68
  export { Dashboard } from './Dashboard';
69
69
  export { HorizontalLines } from './HorizontalLines';
70
70
  export { Admin } from './Admin';
71
+ export { Pallet } from './Pallet';