@lichking-kit/components 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/assets/illustrations/avatar-shape.js +2 -0
- package/assets/illustrations/background-shape.js +2 -0
- package/assets/illustrations/booking-illustration.js +2 -0
- package/assets/illustrations/check-in-illustration.js +2 -0
- package/assets/illustrations/check-out-illustration.js +2 -0
- package/assets/illustrations/coming-soon-illustration.js +2 -0
- package/assets/illustrations/forbidden-illustration.js +2 -0
- package/assets/illustrations/index.js +2 -0
- package/assets/illustrations/maintenance-illustration.js +2 -0
- package/assets/illustrations/motivation-illustration.js +2 -0
- package/assets/illustrations/order-complete-illustration.js +2 -0
- package/assets/illustrations/page-not-found-illustration.js +2 -0
- package/assets/illustrations/seo-illustration.js +2 -0
- package/assets/illustrations/sever-error-illustration.js +2 -0
- package/assets/illustrations/upgrade-storage-illustration.js +2 -0
- package/assets/illustrations/upload-illustration.js +2 -0
- package/components/animate/index.js +1 -0
- package/components/animate/motion-container.js +2 -0
- package/components/animate/motion-lazy.js +2 -0
- package/components/animate/motion-viewport.js +2 -0
- package/components/animate/types.js +2 -0
- package/components/animate/variants/actions.js +2 -0
- package/components/animate/variants/background.js +2 -0
- package/components/animate/variants/bounce.js +2 -0
- package/components/animate/variants/container.js +2 -0
- package/components/animate/variants/fade.js +2 -0
- package/components/animate/variants/flip.js +2 -0
- package/components/animate/variants/index.js +1 -0
- package/components/animate/variants/path.js +2 -0
- package/components/animate/variants/rotate.js +2 -0
- package/components/animate/variants/scale.js +2 -0
- package/components/animate/variants/slide.js +2 -0
- package/components/animate/variants/transition.js +2 -0
- package/components/animate/variants/zoom.js +2 -0
- package/components/carousel/arrow-icons.js +2 -0
- package/components/carousel/carousel-arrow-index.js +2 -0
- package/components/carousel/carousel-arrows.js +2 -0
- package/components/carousel/carousel-dots.js +2 -0
- package/components/carousel/index.js +2 -0
- package/components/carousel/use-carousel.js +2 -0
- package/components/chart/chart.js +2 -0
- package/components/chart/index.js +2 -0
- package/components/chart/use-chart.js +2 -0
- package/components/color-utils/color-picker.js +2 -0
- package/components/color-utils/color-preview.js +2 -0
- package/components/color-utils/index.js +1 -0
- package/components/color-utils/types.js +2 -0
- package/components/custom-breadcrumbs/custom-breadcrumbs.js +2 -0
- package/components/custom-breadcrumbs/index.js +1 -0
- package/components/custom-breadcrumbs/link-item.js +2 -0
- package/components/custom-breadcrumbs/types.js +2 -0
- package/components/custom-date-range-picker/custom-date-range-picker.js +2 -0
- package/components/custom-date-range-picker/index.js +1 -0
- package/components/custom-date-range-picker/types.js +2 -0
- package/components/custom-date-range-picker/use-date-range-picker.js +2 -0
- package/components/custom-date-range-picker/utils.js +2 -0
- package/components/custom-dialog/confirm-dialog.js +2 -0
- package/components/custom-dialog/index.js +2 -0
- package/components/custom-dialog/types.js +2 -0
- package/components/custom-popover/custom-popover.js +2 -0
- package/components/custom-popover/index.js +1 -0
- package/components/custom-popover/styles.js +2 -0
- package/components/custom-popover/types.js +2 -0
- package/components/custom-popover/use-popover.js +2 -0
- package/components/custom-popover/utils.js +2 -0
- package/components/editor/editor.js +2 -0
- package/components/editor/index.js +1 -0
- package/components/editor/styles.js +2 -0
- package/components/editor/toolbar.js +2 -0
- package/components/editor/types.js +2 -0
- package/components/empty-content/empty-content.js +2 -0
- package/components/empty-content/index.js +2 -0
- package/components/file-thumbnail/download-button.js +2 -0
- package/components/file-thumbnail/file-thumbnail.js +2 -0
- package/components/file-thumbnail/index.js +1 -0
- package/components/file-thumbnail/types.js +2 -0
- package/components/file-thumbnail/utils.js +2 -0
- package/components/hook-form/form-provider.js +2 -0
- package/components/hook-form/index.js +1 -0
- package/components/hook-form/rhf-autocomplete.js +2 -0
- package/components/hook-form/rhf-checkbox.js +2 -0
- package/components/hook-form/rhf-code.js +2 -0
- package/components/hook-form/rhf-editor.js +2 -0
- package/components/hook-form/rhf-radio-group.js +2 -0
- package/components/hook-form/rhf-select.js +2 -0
- package/components/hook-form/rhf-slider.js +2 -0
- package/components/hook-form/rhf-switch.js +2 -0
- package/components/hook-form/rhf-text-field.js +2 -0
- package/components/hook-form/rhf-upload.js +2 -0
- package/components/iconify/iconify.js +2 -0
- package/components/iconify/index.js +1 -0
- package/components/iconify/types.js +2 -0
- package/components/image/image.js +2 -0
- package/components/image/index.js +1 -0
- package/components/image/types.js +2 -0
- package/components/image/utils.js +2 -0
- package/components/label/index.js +1 -0
- package/components/label/label.js +2 -0
- package/components/label/styles.js +2 -0
- package/components/label/types.js +2 -0
- package/components/lichking/FileControl/FileControl.js +2 -0
- package/components/lichking/FileControl/PdfFileControl.js +2 -0
- package/components/lichking/FileControl/XlsxFileControl.js +2 -0
- package/components/lichking/FileControl/index.js +2 -0
- package/components/lichking/index.js +2 -0
- package/components/lichking/lichking-hor-table.js +2 -0
- package/components/lichking/lichking-report.js +2 -0
- package/components/lichking/lichking-table.js +2 -0
- package/components/lichking/types.js +2 -0
- package/components/lightbox/index.js +1 -0
- package/components/lightbox/lightbox.js +2 -0
- package/components/lightbox/styles.js +2 -0
- package/components/lightbox/types.js +2 -0
- package/components/lightbox/use-light-box.js +2 -0
- package/components/loading-screen/data-loading-screen.js +2 -0
- package/components/loading-screen/index.js +2 -0
- package/components/loading-screen/loading-screen.js +2 -0
- package/components/loading-screen/splash-screen.js +2 -0
- package/components/logo/index.js +2 -0
- package/components/logo/logo.js +2 -0
- package/components/map/index.js +1 -0
- package/components/map/map-control.js +2 -0
- package/components/map/map-marker.js +2 -0
- package/components/map/map-popup.js +2 -0
- package/components/map/styles.js +2 -0
- package/components/map/types.js +2 -0
- package/components/markdown/index.js +1 -0
- package/components/markdown/markdown.js +2 -0
- package/components/markdown/styles.js +2 -0
- package/components/markdown/types.js +2 -0
- package/components/mega-menu/common/menu-more-link.js +2 -0
- package/components/mega-menu/common/menu-products.js +2 -0
- package/components/mega-menu/common/menu-tags.js +2 -0
- package/components/mega-menu/common/nav-sub-list.js +2 -0
- package/components/mega-menu/horizontal/mega-menu-desktop-horizontal.js +2 -0
- package/components/mega-menu/horizontal/nav-item.js +2 -0
- package/components/mega-menu/horizontal/nav-list.js +2 -0
- package/components/mega-menu/index.js +1 -0
- package/components/mega-menu/mobile/mega-menu-mobile.js +2 -0
- package/components/mega-menu/mobile/nav-item.js +2 -0
- package/components/mega-menu/mobile/nav-list.js +2 -0
- package/components/mega-menu/types.js +2 -0
- package/components/mega-menu/vertical/mega-menu-desktop-vertical.js +2 -0
- package/components/mega-menu/vertical/nav-item.js +2 -0
- package/components/mega-menu/vertical/nav-list.js +2 -0
- package/components/nav-basic/desktop/nav-basic-desktop.js +2 -0
- package/components/nav-basic/desktop/nav-item.js +2 -0
- package/components/nav-basic/desktop/nav-list.js +2 -0
- package/components/nav-basic/index.js +1 -0
- package/components/nav-basic/mobile/nav-basic-mobile.js +2 -0
- package/components/nav-basic/mobile/nav-item.js +2 -0
- package/components/nav-basic/mobile/nav-list.js +2 -0
- package/components/nav-basic/types.js +2 -0
- package/components/nav-section/horizontal/index.js +2 -0
- package/components/nav-section/horizontal/nav-item.js +2 -0
- package/components/nav-section/horizontal/nav-list.js +2 -0
- package/components/nav-section/horizontal/nav-section-horizontal.js +2 -0
- package/components/nav-section/index.js +1 -0
- package/components/nav-section/mini/index.js +2 -0
- package/components/nav-section/mini/nav-item.js +2 -0
- package/components/nav-section/mini/nav-list.js +2 -0
- package/components/nav-section/mini/nav-section-mini.js +2 -0
- package/components/nav-section/types.js +2 -0
- package/components/nav-section/vertical/index.js +2 -0
- package/components/nav-section/vertical/nav-item.js +2 -0
- package/components/nav-section/vertical/nav-list.js +2 -0
- package/components/nav-section/vertical/nav-section-vertical.js +2 -0
- package/components/organizational-chart/common/group-node.js +2 -0
- package/components/organizational-chart/common/simple-node.js +2 -0
- package/components/organizational-chart/common/standard-node.js +2 -0
- package/components/organizational-chart/index.js +1 -0
- package/components/organizational-chart/organizational-chart.js +2 -0
- package/components/organizational-chart/types.js +2 -0
- package/components/progress-bar/index.js +2 -0
- package/components/progress-bar/progress-bar.js +2 -0
- package/components/progress-bar/styles.js +2 -0
- package/components/scroll-progress/index.js +2 -0
- package/components/scroll-progress/scroll-progress.js +2 -0
- package/components/scrollbar/index.js +1 -0
- package/components/scrollbar/scrollbar.js +2 -0
- package/components/scrollbar/styles.js +2 -0
- package/components/scrollbar/types.js +2 -0
- package/components/search-not-found/index.js +2 -0
- package/components/search-not-found/search-not-found.js +2 -0
- package/components/settings/context/index.js +2 -0
- package/components/settings/context/settings-context.js +2 -0
- package/components/settings/context/settings-provider.js +2 -0
- package/components/settings/drawer/base-option.js +2 -0
- package/components/settings/drawer/fullscreen-option.js +2 -0
- package/components/settings/drawer/index.js +2 -0
- package/components/settings/drawer/layout-options.js +2 -0
- package/components/settings/drawer/presets-options.js +2 -0
- package/components/settings/drawer/settings-drawer.js +2 -0
- package/components/settings/drawer/stretch-options.js +2 -0
- package/components/settings/index.js +1 -0
- package/components/settings/types.js +2 -0
- package/components/snackbar/index.js +1 -0
- package/components/snackbar/snackbar-provider.js +2 -0
- package/components/snackbar/styles.js +2 -0
- package/components/svg-color/index.js +2 -0
- package/components/svg-color/svg-color.js +2 -0
- package/components/table/index.js +1 -0
- package/components/table/table-empty-rows.js +2 -0
- package/components/table/table-head-custom.js +2 -0
- package/components/table/table-no-data.js +2 -0
- package/components/table/table-pagination-custom.js +2 -0
- package/components/table/table-selected-action.js +2 -0
- package/components/table/table-skeleton.js +2 -0
- package/components/table/types.js +2 -0
- package/components/table/use-table.js +2 -0
- package/components/table/utils.js +2 -0
- package/components/text-max-line/index.js +1 -0
- package/components/text-max-line/text-max-line.js +2 -0
- package/components/text-max-line/types.js +2 -0
- package/components/text-max-line/use-typography.js +2 -0
- package/components/upload/errors-rejection-files.js +2 -0
- package/components/upload/index.js +1 -0
- package/components/upload/preview-multi-file.js +2 -0
- package/components/upload/preview-single-file.js +2 -0
- package/components/upload/types.js +2 -0
- package/components/upload/upload-avatar.js +2 -0
- package/components/upload/upload-box.js +2 -0
- package/components/upload/upload.js +2 -0
- package/hooks/use-boolean.js +2 -0
- package/hooks/use-copy-to-clipboard.js +2 -0
- package/hooks/use-countdown.js +2 -0
- package/hooks/use-debounce.js +2 -0
- package/hooks/use-double-click.js +2 -0
- package/hooks/use-event-listener.js +2 -0
- package/hooks/use-local-storage.js +2 -0
- package/hooks/use-mocked-user.js +2 -0
- package/hooks/use-off-set-top.js +2 -0
- package/hooks/use-responsive.js +2 -0
- package/hooks/useTimer.js +2 -0
- package/index.js +1 -0
- package/locales/config-lang.js +2 -0
- package/locales/i18n.js +2 -0
- package/locales/index.js +1 -0
- package/locales/localization-provider.js +2 -0
- package/locales/use-locales.js +2 -0
- package/package.json +29 -0
- package/routes/components/index.js +2 -0
- package/routes/components/router-link.js +2 -0
- package/routes/hooks/index.js +2 -0
- package/routes/hooks/use-active-link.js +2 -0
- package/routes/hooks/use-params.js +2 -0
- package/routes/hooks/use-pathname.js +2 -0
- package/routes/hooks/use-router.js +2 -0
- package/routes/hooks/use-search-params.js +2 -0
- package/routes/paths.js +2 -0
- package/theme/css.js +2 -0
- package/theme/custom-shadows.js +2 -0
- package/theme/index.js +2 -0
- package/theme/next-emotion-cache.js +2 -0
- package/theme/options/contrast.js +2 -0
- package/theme/options/presets.js +2 -0
- package/theme/options/right-to-left.js +2 -0
- package/theme/overrides/components/accordion.js +2 -0
- package/theme/overrides/components/alert.js +2 -0
- package/theme/overrides/components/appbar.js +2 -0
- package/theme/overrides/components/autocomplete.js +2 -0
- package/theme/overrides/components/avatar.js +2 -0
- package/theme/overrides/components/backdrop.js +2 -0
- package/theme/overrides/components/badge.js +2 -0
- package/theme/overrides/components/breadcrumbs.js +2 -0
- package/theme/overrides/components/button-group.js +2 -0
- package/theme/overrides/components/button.js +2 -0
- package/theme/overrides/components/card.js +2 -0
- package/theme/overrides/components/checkbox.js +2 -0
- package/theme/overrides/components/chip.js +2 -0
- package/theme/overrides/components/css-baseline.js +2 -0
- package/theme/overrides/components/data-grid.js +2 -0
- package/theme/overrides/components/date-picker.js +2 -0
- package/theme/overrides/components/dialog.js +2 -0
- package/theme/overrides/components/drawer.js +2 -0
- package/theme/overrides/components/fab.js +2 -0
- package/theme/overrides/components/list.js +2 -0
- package/theme/overrides/components/loading-button.js +2 -0
- package/theme/overrides/components/menu.js +2 -0
- package/theme/overrides/components/pagination.js +2 -0
- package/theme/overrides/components/paper.js +2 -0
- package/theme/overrides/components/popover.js +2 -0
- package/theme/overrides/components/progress.js +2 -0
- package/theme/overrides/components/radio.js +2 -0
- package/theme/overrides/components/rating.js +2 -0
- package/theme/overrides/components/select.js +2 -0
- package/theme/overrides/components/skeleton.js +2 -0
- package/theme/overrides/components/slider.js +2 -0
- package/theme/overrides/components/stepper.js +2 -0
- package/theme/overrides/components/svg-icon.js +2 -0
- package/theme/overrides/components/switch.js +2 -0
- package/theme/overrides/components/table.js +2 -0
- package/theme/overrides/components/tabs.js +2 -0
- package/theme/overrides/components/textfield.js +2 -0
- package/theme/overrides/components/timeline.js +2 -0
- package/theme/overrides/components/toggle-button.js +2 -0
- package/theme/overrides/components/tooltip.js +2 -0
- package/theme/overrides/components/tree-view.js +2 -0
- package/theme/overrides/components/typography.js +2 -0
- package/theme/overrides/default-props.js +2 -0
- package/theme/overrides/index.js +2 -0
- package/theme/palette.js +2 -0
- package/theme/shadows.js +2 -0
- package/theme/typography.js +2 -0
- package/utils/axios.js +2 -0
- package/utils/change-case.js +2 -0
- package/utils/common.js +2 -0
- package/utils/flatten-array.js +2 -0
- package/utils/format-number.js +2 -0
- package/utils/format-time.js +2 -0
- package/utils/graphic.js +2 -0
- package/utils/highlight.js +2 -0
- package/utils/storage-available.js +2 -0
- package/utils/uuidv4.js +2 -0
package/README.md
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import*as React from"react";import{memo as e}from"react";import t from"@mui/material/Box";export default e(function({sx:e,...o}){return React.createElement(t,{component:"svg",width:144,height:62,fill:"none",viewBox:"0 0 144 62",xmlns:"http://www.w3.org/2000/svg",sx:{color:"background.paper",...e},...o},React.createElement("path",{d:"m111.34 23.88c-10.62-10.46-18.5-23.88-38.74-23.88h-1.2c-20.24 0-28.12 13.42-38.74 23.88-7.72 9.64-19.44 11.74-32.66 12.12v26h144v-26c-13.22-.38-24.94-2.48-32.66-12.12z",fill:"currentColor",fillRule:"evenodd"}))});
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import*as React from"react";import{memo as e}from"react";import{useTheme as t}from"@mui/material/styles";export default e(function(){const e=t().palette.primary.main;return React.createElement(React.Fragment,null,React.createElement("defs",null,React.createElement("linearGradient",{id:"BG",x1:"19.496%",x2:"77.479%",y1:"71.822%",y2:"16.69%"},React.createElement("stop",{offset:"0%",stopColor:e}),React.createElement("stop",{offset:"100%",stopColor:e,stopOpacity:"0"}))),React.createElement("path",{fill:"url(#BG)",fillRule:"nonzero",d:"M0 198.78c0 41.458 14.945 79.236 39.539 107.786 28.214 32.765 69.128 53.365 114.734 53.434a148.44 148.44 0 0056.495-11.036c9.051-3.699 19.182-3.274 27.948 1.107a75.779 75.779 0 0033.957 8.01c5.023 0 9.942-.494 14.7-1.433 13.58-2.67 25.94-8.99 36.09-17.94 6.378-5.627 14.547-8.456 22.897-8.446h.142c27.589 0 53.215-8.732 74.492-23.696 19.021-13.36 34.554-31.696 44.904-53.224C474.92 234.58 480 213.388 480 190.958c0-76.93-59.774-139.305-133.498-139.305-7.516 0-14.88.663-22.063 1.899C305.418 21.42 271.355 0 232.499 0a103.651 103.651 0 00-45.88 10.661c-13.24 6.487-25.011 15.705-34.64 26.939-32.698.544-62.931 11.69-87.676 30.291C25.351 97.155 0 144.882 0 198.781z",opacity:"0.2"}))});
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import*as React from"react";import{memo as e}from"react";import{useTheme as a}from"@mui/material/styles";import t from"@mui/material/Box";export default e(function({...e}){const c=a(),l=c.palette.primary.lighter,i=c.palette.primary.light,h=c.palette.primary.main,d=c.palette.primary.dark,m=c.palette.primary.darker;return React.createElement(t,{component:"svg",width:"100%",height:"100%",viewBox:"0 0 200 200",xmlns:"http://www.w3.org/2000/svg",...e},React.createElement("path",{fill:"#FFFFFF",d:"M141.968 167.139H48.764a11.932 11.932 0 01-11.921-11.921V45.758a11.935 11.935 0 0111.921-11.922h86.712l18.414 14.677v106.705a11.937 11.937 0 01-11.922 11.921z"}),React.createElement("path",{fill:"#C4CDD5",d:"M122.521 69.096h-62.5a1.986 1.986 0 110-3.97h62.5a1.984 1.984 0 110 3.97zM130.711 75.796h-70.69a1.985 1.985 0 010-3.97h70.69a1.98 1.98 0 011.404.581 1.992 1.992 0 01.581 1.404 1.98 1.98 0 01-1.226 1.834c-.24.1-.499.151-.759.151z"}),React.createElement("path",{fill:h,d:"M122.521 99.123h-62.5a1.986 1.986 0 110-3.97h62.5a1.984 1.984 0 110 3.97zM130.711 105.823h-70.69a1.98 1.98 0 01-1.834-1.226 1.986 1.986 0 011.835-2.745h70.689a1.995 1.995 0 011.404.582 1.988 1.988 0 010 2.807 1.99 1.99 0 01-1.404.582z"}),React.createElement("path",{fill:"#DFE3E8",d:"M122.522 129.149h-62.5a1.986 1.986 0 110-3.97h62.5a1.985 1.985 0 010 3.97zM130.711 135.85h-70.69a1.985 1.985 0 110-3.971h70.69c.526 0 1.031.209 1.403.582a1.981 1.981 0 010 2.807 1.986 1.986 0 01-1.403.582zM153.531 48.986h-14.424a3.973 3.973 0 01-3.971-3.971V34.361a.246.246 0 01.14-.223.25.25 0 01.262.029l18.147 14.376a.25.25 0 01.081.276.249.249 0 01-.235.166z"}),React.createElement("path",{fill:"#919EAB",fillOpacity:"0.24",d:"M63.977 43.25A28.25 28.25 0 1135.727 15a28.26 28.26 0 0128.25 28.25z"}),React.createElement("path",{fill:l,d:"M62.975 43.249A27.249 27.249 0 1135.726 16a27.258 27.258 0 0127.25 27.249z"}),React.createElement("mask",{id:"mask0",width:"55",height:"55",x:"8",y:"16",maskUnits:"userSpaceOnUse"},React.createElement("path",{fill:"#fff",d:"M62.975 43.249A27.249 27.249 0 1135.726 16a27.258 27.258 0 0127.25 27.249z"})),React.createElement("g",{mask:"url(#mask0)"},React.createElement("path",{fill:"#FBCDBE",d:"M36.143 29.428a9.6 9.6 0 019.6 9.6v1.057a2.058 2.058 0 011.714 2.029v2.4a2.058 2.058 0 01-1.767 2.037 9.606 9.606 0 01-5.433 7.668v3.152h.686c6.817 0 12.343 5.526 12.343 12.343v1.543H19v-1.543c0-6.817 5.526-12.343 12.343-12.343h.686V54.22a9.607 9.607 0 01-5.434-7.668 2.058 2.058 0 01-1.766-2.037v-2.4c0-1.02.74-1.866 1.714-2.029v-1.057a9.6 9.6 0 019.6-9.6z"}),React.createElement("path",{fill:d,d:"M27.743 58.63c0 2.792 3.799 5.054 8.486 5.054 4.686 0 8.485-2.262 8.485-5.053a3.08 3.08 0 00-.078-.689c5.013 1.57 8.65 6.25 8.65 11.78v1.535H19v-1.534c0-5.598 3.727-10.326 8.834-11.837-.06.243-.091.492-.091.745z"}),React.createElement("path",{fill:i,d:"M27.743 58.63c0 2.792 3.799 5.054 8.486 5.054 4.686 0 8.485-2.262 8.485-5.053a3.08 3.08 0 00-.078-.689c5.013 1.57 8.65 6.25 8.65 11.78v1.535H19v-1.534c0-5.598 3.727-10.326 8.834-11.837-.06.243-.091.492-.091.745z"}),React.createElement("path",{fill:d,d:"M31.857 48.904c.242 1.65 2.068 2.981 4.285 2.981 2.224 0 4.054-1.34 4.286-3.13.018-.069-.038-.298-.372-.298H32.23c-.307 0-.395.212-.373.447z",opacity:"0.24"}),React.createElement("path",{fill:d,fillRule:"evenodd",d:"M34.085 45.542c0 .758.922 1.372 2.058 1.372 1.136 0 2.057-.614 2.057-1.372",clipRule:"evenodd",opacity:"0.24"}),React.createElement("path",{fill:d,d:"M31.685 43.485a1.029 1.029 0 100-2.057 1.029 1.029 0 000 2.057zM40.6 43.485a1.029 1.029 0 100-2.057 1.029 1.029 0 000 2.057zM29.223 40.255c.67-.944 2.51-1.474 4.095-1.084a.343.343 0 00.164-.666c-1.84-.452-3.971.161-4.819 1.353a.343.343 0 10.56.397zM43.063 40.255c-.67-.944-2.51-1.474-4.096-1.084a.343.343 0 11-.163-.666c1.84-.452 3.97.161 4.818 1.353a.343.343 0 11-.559.397z"}),React.createElement("path",{fill:h,d:"M36.143 26.857c6.438 0 11.657 5.219 11.657 11.657v5.272c.15 1.68.29 2.858.421 3.532.236 1.218.976.816.976 2.548 0 1.732-.742 2.314-.745 3.855-.003 1.54 2.64 2.765 2.64 4.72 0 1.956-1.213 11.183-13.307 11.183-2.584 0-4.784-.735-6.602-2.205.117 1.113.228 2.392.331 3.838h-8.057c.16-4.075-1.248-6.354-1.248-10.895 0-4.541 2.337-11.146 2.277-12.762l.01-.359c-.007-.165-.01-.331-.01-.498v-8.229c0-.68.058-1.348.17-1.997l.001-.06.007.013c.967-5.463 5.738-9.613 11.479-9.613zm.086 5.486h-.172a9.343 9.343 0 00-9.343 9.342v3.943a9.343 9.343 0 009.343 9.343h.172a9.343 9.343 0 009.343-9.343v-3.943a9.343 9.343 0 00-9.343-9.342z"}),React.createElement("path",{fill:d,fillRule:"evenodd",d:"M36.143 28.742c5.87 0 10.628 4.72 10.628 10.543 0 .671-.063 1.328-.184 1.964-.272-5.533-4.844-9.935-10.444-9.935-5.6 0-10.172 4.402-10.445 9.935a10.5 10.5 0 01-.184-1.964c0-5.822 4.759-10.543 10.629-10.543z",clipRule:"evenodd"}),React.createElement("path",{fill:d,fillRule:"evenodd",d:"M47.399 59.17c.024.054.047.11.067.167.776 2.132-1.384 4.876-4.826 6.128-3.44 1.253-6.86.54-7.636-1.592a2.559 2.559 0 01-.056-.173c1.405.97 4.181 1.016 7.04-.025 2.855-1.04 4.95-2.854 5.408-4.497l.003-.009zm-1.99-2.631l.029.131c.293 1.662-2.27 3.503-5.723 4.112s-6.49-.245-6.784-1.907a1.44 1.44 0 01-.017-.133c1.112.854 3.685 1.15 6.555.644 2.865-.505 5.179-1.66 5.935-2.841l.004-.006zm.334-13.482V47a9.343 9.343 0 01-9.343 9.342h-.515A9.343 9.343 0 0126.543 47v-3.943c0-.634.063-1.253.183-1.852-.008.16-.012.32-.012.48v3.943a9.343 9.343 0 009.343 9.343h.171a9.343 9.343 0 009.343-9.343v-3.943c0-.16-.004-.32-.012-.48a9.38 9.38 0 01.184 1.852z",clipRule:"evenodd",opacity:"0.9"})),React.createElement("path",{fill:"#919EAB",fillOpacity:"0.24",d:"M195.516 99.234a28.263 28.263 0 01-19.503 26.869c-.17.054-.339.108-.511.159a27.815 27.815 0 01-6.4 1.161 28.16 28.16 0 01-11.436-1.613 28.257 28.257 0 01-18.407-22.832 28.253 28.253 0 1156.257-3.744z"}),React.createElement("path",{fill:l,d:"M194.514 99.233a27.256 27.256 0 01-18.812 25.917c-.164.052-.327.104-.493.153a26.765 26.765 0 01-6.173 1.12 27.206 27.206 0 01-22.99-10.083 27.258 27.258 0 01-3.745-28.04 27.255 27.255 0 0123.152-16.255 27.254 27.254 0 0129.061 27.188z"}),React.createElement("mask",{id:"mask1",width:"55",height:"56",x:"140",y:"71",maskUnits:"userSpaceOnUse"},React.createElement("path",{fill:"#fff",d:"M194.514 99.233a27.256 27.256 0 01-18.812 25.917c-.164.052-.327.104-.493.153a26.765 26.765 0 01-6.173 1.12 27.206 27.206 0 01-22.99-10.083 27.258 27.258 0 01-3.745-28.04 27.255 27.255 0 0123.152-16.255 27.254 27.254 0 0129.061 27.188z"})),React.createElement("g",{mask:"url(#mask1)"},React.createElement("path",{fill:"#FBCDBE",d:"M166.886 85.428c5.301 0 9.6 4.298 9.6 9.6v1.057a2.057 2.057 0 011.714 2.029v2.4a2.058 2.058 0 01-1.767 2.037 9.606 9.606 0 01-5.433 7.668v3.152h.686c6.816 0 12.342 5.526 12.342 12.343v1.543h-34.285v-1.543c0-6.817 5.526-12.343 12.343-12.343h.685v-3.152a9.606 9.606 0 01-5.433-7.668 2.058 2.058 0 01-1.767-2.037v-2.4c0-1.02.742-1.866 1.715-2.029v-1.057a9.6 9.6 0 019.6-9.6z"}),React.createElement("path",{fill:l,d:"M171.686 113.38c6.816 0 12.342 5.526 12.342 12.343v1.534h-34.285v-1.534c0-6.817 5.526-12.343 12.343-12.343h.204c-.022.169-.033.34-.033.514 0 2.367 2.072 4.286 4.629 4.286 2.556 0 4.628-1.919 4.628-4.286 0-.174-.011-.345-.033-.514h.205z"}),React.createElement("path",{fill:h,fillRule:"evenodd",d:"M160.714 120.143c0 2.607.336 5.043.919 7.114h-11.891v-1.534c0-6.632 5.231-12.043 11.792-12.331-.522 1.99-.82 4.294-.82 6.751zm23.314 5.58v1.534h-11.719c.583-2.071.919-4.507.919-7.114 0-2.453-.298-4.754-.818-6.742 6.479.375 11.618 5.748 11.618 12.322z",clipRule:"evenodd"}),React.createElement("path",{fill:l,fillRule:"evenodd",d:"M175.285 123.143l1.638-1.229a.686.686 0 01.833.007l1.129.879-3.6.343z",clipRule:"evenodd"}),React.createElement("path",{fill:m,fillRule:"evenodd",d:"M161.571 113.2c-.686 3.314-.4 8 .857 14.057h-2.743l-2.4-6.172 1.029-1.542-1.029-1.029 3.257-5.143a3.682 3.682 0 011.029-.171zM172.2 113.2c.685 3.314.4 8-.858 14.057h2.743l2.4-6.172-1.028-1.542 1.028-1.029-3.257-5.143a3.669 3.669 0 00-1.028-.171z",clipRule:"evenodd"}),React.createElement("path",{fill:i,fillRule:"evenodd",d:"M171 112.092c1.161.788 1.885 1.906 1.885 3.146 0 1.268-.759 2.409-1.968 3.2l-1.018-.802-.785.056.171-.54-.013-.01c1.046-.539 1.728-1.422 1.728-2.421v-2.629zm-6.501 5.05l-.014.01.172.54-.785-.056-1.019.802c-1.186-.776-1.939-1.889-1.967-3.129l-.001-.071c0-1.24.725-2.358 1.886-3.146v2.629c0 .999.682 1.882 1.728 2.421z",clipRule:"evenodd"}),React.createElement("path",{fill:m,fillRule:"evenodd",d:"M164.485 104.8a2.4 2.4 0 004.8 0M164.828 101.542c0 .758.921 1.372 2.057 1.372s2.057-.614 2.057-1.372",clipRule:"evenodd",opacity:"0.24"}),React.createElement("path",{fill:m,fillRule:"evenodd",d:"M160.055 99.409c.317.651 1.03 1.105 1.858 1.105.826 0 1.536-.451 1.855-1.098.094-.193-.04-.35-.176-.234-.42.362-1.017.587-1.679.587-.641 0-1.221-.211-1.639-.553-.152-.125-.311.002-.219.193zM169.998 99.409c.317.651 1.029 1.105 1.858 1.105.826 0 1.536-.451 1.854-1.098.095-.193-.04-.35-.175-.234-.42.362-1.017.587-1.679.587-.641 0-1.221-.211-1.639-.553-.153-.125-.311.002-.219.193z",clipRule:"evenodd"}),React.createElement("path",{fill:m,d:"M159.965 96.255c.671-.944 2.511-1.474 4.096-1.084a.343.343 0 00.164-.666c-1.841-.452-3.972.161-4.819 1.353a.343.343 0 00.559.397zM173.806 96.255c-.671-.944-2.511-1.474-4.096-1.084a.343.343 0 01-.164-.666c1.841-.452 3.972.161 4.819 1.353a.343.343 0 11-.559.397z"}),React.createElement("path",{fill:m,d:"M166.971 107.687c-1.95.064-2.82 1.008-3.475.049-.491-.72-.286-1.93.174-2.61.653-.969 1.54-.501 2.532-.611.269-.03.54-.106.769-.23.229.124.5.2.769.23.992.11 1.878-.358 2.532.611.46.68.665 1.89.174 2.61-.655.959-1.525-.114-3.475-.049zm9.466-11.63c-.58 2.412-.846 4.874-1.267 7.315a53.543 53.543 0 01-.285 1.522c-.022.106-.043.501-.146.551-.314.151-.953-.655-1.124-.837-.429-.457-.854-.918-1.377-1.276a7.342 7.342 0 00-3.579-1.255c-.538-.043-1.266.032-1.774.341-.507-.309-1.235-.384-1.773-.341a7.342 7.342 0 00-3.579 1.255c-.523.358-.948.819-1.377 1.276-.171.182-.81.988-1.124.837-.103-.05-.124-.445-.146-.551a53.543 53.543 0 01-.285-1.522c-.421-2.441-.687-4.903-1.267-7.315-.169 0-.317 3.214-.336 3.513-.077 1.216-.166 2.405-.052 3.623.197 2.099.403 4.732 1.984 6.336 1.428 1.449 3.502 1.752 5.291 2.666.231.118.536.263.866.382.347.268 1.035.451 1.828.451.832 0 1.548-.201 1.877-.491a7.76 7.76 0 00.758-.342c1.788-.915 3.863-1.217 5.291-2.666 1.581-1.604 1.787-4.237 1.984-6.336.114-1.218.025-2.407-.052-3.623-.019-.3-.167-3.513-.336-3.513z"}),React.createElement("path",{fill:d,fillRule:"evenodd",d:"M166.885 89.028c5.586 0 10.115 2.533 10.115 5.657 0 .442-.091.873-.263 1.286-1.041-2.505-5.057-4.371-9.852-4.371s-8.811 1.866-9.852 4.371a3.342 3.342 0 01-.262-1.286c0-3.124 4.528-5.657 10.114-5.657z",clipRule:"evenodd"}),React.createElement("path",{fill:m,d:"M167.228 79.771c5.117 0 14.043 7.569 14.057 15.656.008 4.367-1.649 7.035-4.971 8.001 1.048-9.58-5.417-11.757-9.434-14.088-4.021 2.33-10.475 4.507-9.423 14.088-3.322-.857-4.979-3.524-4.972-8.001.014-8.088 8.927-15.656 14.058-15.656.114 0 .228.005.341.015a3.94 3.94 0 01.344-.015z"})),React.createElement("path",{fill:"#919EAB",fillOpacity:"0.24",d:"M5 156.457a28.162 28.162 0 008.98 20.659 28.239 28.239 0 0010.523 6.21 28.359 28.359 0 0018.088-.201l.32-.115a28.255 28.255 0 0016.203-37.926 28.251 28.251 0 00-38.905-13.686A28.248 28.248 0 005 156.457z"}),React.createElement("path",{fill:l,d:"M6 156.456a27.163 27.163 0 008.663 19.927 27.204 27.204 0 0011.043 6.262 27.357 27.357 0 0016.553-.466l.31-.111a27.253 27.253 0 006.316-47.931A27.253 27.253 0 006 156.456z"}),React.createElement("mask",{id:"mask2",width:"55",height:"55",x:"6",y:"129",maskUnits:"userSpaceOnUse"},React.createElement("path",{fill:"#fff",d:"M6 156.456a27.163 27.163 0 008.663 19.927 27.204 27.204 0 0011.043 6.262 27.357 27.357 0 0016.553-.466l.31-.111a27.253 27.253 0 006.316-47.931A27.253 27.253 0 006 156.456z"})),React.createElement("g",{mask:"url(#mask2)"},React.createElement("path",{fill:"#FBCDBE",d:"M33.629 143.171a9.6 9.6 0 019.6 9.6v1.057a2.059 2.059 0 011.714 2.029v2.4a2.057 2.057 0 01-1.767 2.037 9.607 9.607 0 01-5.433 7.668v3.152h.686c6.816 0 12.343 5.526 12.343 12.343V185H16.486v-1.543c0-6.817 5.526-12.343 12.343-12.343h.685v-3.152a9.608 9.608 0 01-5.433-7.668 2.057 2.057 0 01-1.767-2.037v-2.4c0-1.019.742-1.865 1.715-2.029v-1.057a9.6 9.6 0 019.6-9.6z"}),React.createElement("path",{fill:i,d:"M25.229 172.374c0 2.791 3.799 5.054 8.485 5.054 4.687 0 8.486-2.263 8.486-5.054a3.08 3.08 0 00-.078-.689c5.013 1.57 8.65 6.251 8.65 11.781V185H16.486v-1.534c0-5.598 3.726-10.325 8.834-11.837-.06.243-.091.492-.091.745z"}),React.createElement("path",{fill:m,d:"M30.392 162.565a3.257 3.257 0 006.475-.015c.014-.132-.133-.35-.317-.35h-5.821c-.185 0-.356.202-.337.365z",opacity:"0.24"}),React.createElement("path",{fill:m,fillRule:"evenodd",d:"M31.571 159.286c0 .757.921 1.371 2.057 1.371 1.137 0 2.058-.614 2.058-1.371",clipRule:"evenodd",opacity:"0.24"}),React.createElement("path",{fill:m,d:"M29.172 157.229a1.029 1.029 0 10-.001-2.058 1.029 1.029 0 000 2.058zM38.086 157.229a1.029 1.029 0 10-.001-2.058 1.029 1.029 0 000 2.058zM26.708 153.999c.671-.945 2.511-1.474 4.096-1.085a.343.343 0 10.164-.666c-1.84-.452-3.971.161-4.819 1.353a.343.343 0 00.56.398zM40.549 153.999c-.671-.945-2.511-1.474-4.096-1.085a.343.343 0 11-.163-.666c1.84-.452 3.97.161 4.818 1.353a.343.343 0 01-.559.398z"}),React.createElement("mask",{id:"mask3",width:"46",height:"48",x:"11",y:"137",maskUnits:"userSpaceOnUse"},React.createElement("path",{fill:"#fff",d:"M56.257 137v48h-5.486v-1.543c0-6.817-5.526-12.343-12.342-12.343h-.686v-3.152a9.606 9.606 0 005.45-7.842 2.058 2.058 0 001.75-2.034v-2.229a2.059 2.059 0 00-1.714-2.029v-1.057a9.566 9.566 0 00-.796-3.831c-1.701-2.854-16.122-2.717-17.597-.028a9.567 9.567 0 00-.807 3.859v1.057a2.059 2.059 0 00-1.715 2.029v2.229c0 1.031.76 1.886 1.75 2.034a9.606 9.606 0 005.45 7.842v3.152h-.685c-6.749 0-12.233 5.416-12.342 12.139l-.001.204V185H11v-48h45.257z"})),React.createElement("g",{mask:"url(#mask3)"},React.createElement("path",{fill:m,fillRule:"evenodd",d:"M32.117 137.343h3.194a6.857 6.857 0 016.699 5.389l1.561 7.125H23.857l1.562-7.125a6.857 6.857 0 016.698-5.389z",clipRule:"evenodd"}),React.createElement("path",{fill:m,d:"M33.629 161.857c11.55 0 20.914-4.413 20.914-9.857 0-5.444-9.364-9.857-20.914-9.857-11.551 0-20.915 4.413-20.915 9.857 0 5.444 9.364 9.857 20.915 9.857z"}),React.createElement("path",{fill:d,d:"M33.629 155.343c5.87 0 10.628-1.919 10.628-4.286 0-2.367-4.758-4.286-10.628-4.286S23 148.69 23 151.057c0 2.367 4.759 4.286 10.629 4.286z"})),React.createElement("path",{fill:m,d:"M32.208 156.286c0 1.663-1.414 3.012-3.771 3.012h-.471c-2.357 0-3.3-1.35-3.3-3.012 0-1.664.22-3.013 3.52-3.013h.502c3.3 0 3.52 1.349 3.52 3.013zM42.763 156.286c0 1.663-1.414 3.012-3.771 3.012h-.472c-2.356 0-3.3-1.35-3.3-3.012 0-1.664.22-3.013 3.52-3.013h.503c3.299 0 3.52 1.349 3.52 3.013z",opacity:"0.7"}),React.createElement("path",{fill:m,d:"M28.689 152.771c3.711 0 4.022 1.737 4.022 3.515 0 2.069-1.757 3.514-4.274 3.514h-.471c-2.381 0-3.802-1.314-3.802-3.514 0-1.778.31-3.515 4.022-3.515h.503zm0 1.004h-.503c-2.957 0-3.016 1.064-3.017 2.427v.084c0 1.145.485 2.51 2.797 2.51h.471c1.925 0 3.268-1.032 3.268-2.51v-.126-.123c-.01-1.283-.18-2.262-3.016-2.262zM39.243 152.771c3.711 0 4.022 1.737 4.022 3.515 0 2.069-1.757 3.514-4.274 3.514h-.471c-2.38 0-3.802-1.314-3.802-3.514 0-1.778.31-3.515 4.022-3.515h.503zm0 1.004h-.503c-2.957 0-3.016 1.064-3.017 2.427v.084c0 1.145.486 2.51 2.797 2.51h.471c1.925 0 3.269-1.032 3.269-2.51v-.126-.123c-.011-1.283-.181-2.262-3.017-2.262z"}),React.createElement("path",{fill:m,d:"M23.16 153.776c.117-.118 1.404-1.005 5.026-1.005 3.037 0 3.68.323 4.652.81l.072.036c.067.024.413.144.818.158.368-.017.684-.119.776-.152 1.11-.552 2.198-.852 4.739-.852 3.622 0 4.908.887 5.026 1.005.278 0 .503.224.503.502v.502a.502.502 0 01-.503.502s-1.005 0-1.005.502-.503-.727-.503-1.004v-.489c-.613-.24-1.71-.515-3.518-.515-2.014 0-3.018.193-3.878.556l.01.024-.428.173.427.172-.377.931-.466-.188a2.235 2.235 0 00-.256-.079c-.347-.087-.704-.114-1.02-.048a1.368 1.368 0 00-.321.11l-.45.225-.45-.898.45-.225h.001l-.43-.174.014-.034c-.743-.354-1.427-.545-3.883-.545-1.808 0-2.905.275-3.518.515v.489c0 .277-.503 1.506-.503 1.004s-1.005-.502-1.005-.502a.503.503 0 01-.503-.502v-.502c0-.278.225-.502.503-.502z"})))});
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import*as React from"react";import{memo as e}from"react";import{useTheme as t}from"@mui/material/styles";import l from"@mui/material/Box";export default e(function({...e}){const a=t(),c=a.palette.primary.lighter,r=a.palette.primary.light,m=a.palette.primary.main,i=a.palette.primary.dark,n=a.palette.primary.darker;return React.createElement(l,{component:"svg",width:"100%",height:"100%",viewBox:"0 0 200 200",xmlns:"http://www.w3.org/2000/svg",...e},React.createElement("path",{fill:"url(#a)",d:"M134.926 133.612c-1.2-3.2-5.8-4.1-8.1-1.6-1.3-7.8 5-32.3-8.9-32-72.8-.5-48.2-8-52.4 77.7-.1 4.8 4.1 9 8.9 8.9h43.5c14 .4 7.6-24.5 8.9-32.4 2.9 3.2 8.7.8 8.5-3.5-.1-1 .4-16.5-.4-17.1zm-2.5 18.3h-5.6v-17.4h5.6v17.4z"}),React.createElement("path",{fill:"url(#b)",d:"M74.426 190.212c.1 5.9-9.2 5.9-9.1 0-.1-5.9 9.2-5.9 9.1 0zm46.4-4.5c-5.9-.1-5.9 9.2 0 9.1 5.9.1 5.9-9.2 0-9.1z"}),React.createElement("path",{fill:i,d:"M73.126 99.513h2.5v87.499h-2.5v-87.5zm7.1 87.399h2.5v-87.4h-2.5v87.4zm7 0h2.5v-87.4h-2.5v87.4zm7.1 0h2.5v-87.4h-2.5v87.4zm7 0h2.5v-87.4h-2.5v87.4zm7.1 0h2.5v-87.4h-2.5v87.4zm7-87.4v87.5h2.5v-87.5h-2.5z"}),React.createElement("path",{fill:m,d:"M140.026 60.912l-1.8 6.7c-3.3-.9-7.3-.7-10.6.3.2-3.2 0-6.3-.6-9.4l-17.3-7.5c-2 14.2 1.4 21.6 7.4 32.8l-10.3 4.8c-1.7 4.1-4.1 4-7.1-.2-6.3 8.4-15.3-6.8-24.7-.3l-1.5-6.6-6.2.2c-5-10.2-13-36.6-1.2-43.9 0 0 0 .1.1.1 3-2 6.6-3.4 10.1-4.4l8.5 10.6c5.6-11.1 7.4-14.8 21.6-12.8l28.6 16.6c4.4 2.3 6.7 8 5 13z"}),React.createElement("path",{fill:c,fillRule:"evenodd",d:"M107.626 52.712h.1v2.3h-.1v12.4c0 1-.9 1.9-1.9 1.9-1.7-.5-9.1 1.4-8.9-1.9v-18.1c0-1 .9-1.9 1.9-1.9.3 0 7.7-.1 7.7.1 1.9.6 1.1 3.8 1.2 5.2zm-4 .1c0 2.2-3.3 2.2-3.3 0 0-2.1 3.3-2.1 3.3 0z",clipRule:"evenodd"}),React.createElement("path",{fill:n,d:"M130.826 91.813l-12.9 56.5c1.3 1.2 6.9 11.4 6.9 13.2-1.8 5.8-12.9 0-15.9-3.3-1.6-6.9 6-48.8 5.5-56.6-3.9-.3-10.4.4-14.1.8-6.6.2-15.7-1.3-22.4-.8l-.2 1.3 5.4 45.2h-.2c.3.2.7.5 1.1.8 0 1.9 1.5 7.7.3 9.4-3.4 3.7-9.2 5.9-13.5 5.7-1.7-.1-2.9-2-2.2-3.6.1-.1 6.1-12 6.3-11.5h-.4l-13-57.1c-1-4.3 1.5-9 5.7-10.4 0 .1.1.2.1.3l6.2-.2 1.5 6.6c.4-.2.7-.3 1.1-.5.9-.3 1.8-.6 2.7-.8 7.4-2.8 14.8 9.4 20.9 1.5 3 4.2 5.4 4.3 7.1.2l7.6-3.5c.6-1 1.5-1.9 2.4-2.5.2.5.5 1 .8 1.3 4.6-.3 8.2-1.4 12.5 2.3.9 1.7 1.1 3.8.7 5.7zm-58.1-68.2c0-.8.1-1.5.2-2.2-1-.9-.2-5.2 1.3-3.3.5-.9 1.1-1.6 1.9-2.3 2.8 6.1 11.8 2.8 16.5 2.1 1.5 2.3 2 5.4 1.4 8.1 9.6-28.2-30.8-27.7-21.1-.4-.1-.6-.2-1.3-.2-2z"}),React.createElement("path",{fill:"#FBCDBE",d:"M84.826 43.913l-8.5-10.6c-.1 0-.2.1-.3.1l-.2-2.3c-2.4-2.4-3.6-6.3-2.8-9.7-1-.9-.2-5.2 1.3-3.3.5-.9 1.1-1.6 1.9-2.3 2.8 6.1 11.8 2.8 16.5 2.1 2.9 4.3 1.8 10.9-2.2 14l.2 1.7c-.2-.1-5.9 10.3-5.9 10.3zm42.8 23.9v-.7c-.2 3.4-1 6.8-2.2 10.1-1.4.3-7.5-.3-8.4 1.1-1.5 1.4-.2 5.3 1.5 5.9 4.5-1.6 7.7-1.2 11.7 1.9l7.2-18.6c-3.2-.8-6.8-.6-9.8.3zm-20.2-9.8c-3.8-2.8-20.3 9.5-25.7 10.2-2.6 3.7-1.8 7.4 1 11.2 5.4-2.3 11.6-6.5 17.8-11.4l5.8-1.5c3.9-.9 4.7-6.7 1.1-8.5z"}),React.createElement("defs",null,React.createElement("linearGradient",{id:"a",x1:"64.751",x2:"64.751",y1:"99.643",y2:"186.617",gradientUnits:"userSpaceOnUse"},React.createElement("stop",{stopColor:r}),React.createElement("stop",{offset:"1",stopColor:i})),React.createElement("linearGradient",{id:"b",x1:"95.286",x2:"95.286",y1:"280.421",y2:"185.693",gradientUnits:"userSpaceOnUse"},React.createElement("stop",{stopColor:r}),React.createElement("stop",{offset:"1",stopColor:i}))))});
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import*as React from"react";import{memo as e}from"react";import{useTheme as t}from"@mui/material/styles";import l from"@mui/material/Box";export default e(function({...e}){const c=t(),a=c.palette.primary.light,r=c.palette.primary.main,m=c.palette.primary.dark,i=c.palette.primary.darker;return React.createElement(l,{component:"svg",width:"100%",height:"100%",viewBox:"0 0 200 200",xmlns:"http://www.w3.org/2000/svg",...e},React.createElement("path",{fill:"url(#a)",d:"M85.6 134.7c-3.7-5.5-33-10.5-35.3-12 0 0-5.4-2-7.8 3.4-2.4 5.4-16.6 49.8-16.6 49.8s27.8 14.9 36 16.5c3.3.4 6.9-1.1 9.7-2.9l15.8-47.2c-.1 0 2.1-5.2-1.8-7.6z"}),React.createElement("path",{fill:i,d:"M85.6 134.7c2.6 4.5-17.3 52.2-17.2 55.4v.1c2.5 4-4.6 6.9-5.6 2.3-.3 0-.6 0-.9-.1.2-.1.5-.2.8-.4-.1-1.8 1.2-3.2 2.9-3.3 1.6-4.7 17-51 17.3-51.6 0 0-.5-3.5-1.8-5.7 1.8.7 3.4 1.7 4.5 3.3zm2.4-29.4c-.3.5-17.4-7.9-14.5.4l-8 21.2c1 .3 2 .6 3 .8 1.7-5.2 6.9-20.9 7.4-22.2.5-1.5 6 .8 8.1 1.4 1.6.4 1.1 2 1.1 2l-7.4 21.4c1 .3 1.8.5 2.5.7l6.7-21.2c4.2-4.2 1.1-4.5 1.1-4.5zm-61.9 70.5c-4 0-4 6.2 0 6.2s4-6.2 0-6.2zm30.1 13c-4 0-4 6.2 0 6.2s4-6.2 0-6.2zm116.3 5.4v.2h-19.1v-7.7c6.1.3 19.4-2.3 19.1 7.5zm-65-11.4l-9.8-6.3-4.1 6.5 16.1 10.3c2.3-3.5 1.4-8.3-2.2-10.5zm56.3-2.1L156.7 94l-13.2-24.5-22.5 3.9c.8 15.9-1.6 50.8-3.2 66.8l-16.1 29.9 7.7 5.5 21.9-28.5 8.7-28.3 13.6 62.5 10.2-.6z"}),React.createElement("path",{fill:a,d:"M138 57.5s4.6-5.5-.5-10.6c0 0-6.5-10.5-8.4-12.4 0 0 0 .2-10.9.6l-.2.2c12.8 2.3 18 22.9 12 38.7l14-3.5-6-13z"}),React.createElement("path",{fill:r,d:"M161.4 93.8c2.4 8.2 3.9 14.1 3.9 14.1s-2.9.2-7.4.9L156.7 94c-4.4-7.8-15.8-28.3-18.8-36.4 0 0 4.7-5.5-.4-10.6 0 0-6.4-10.5-8.4-12.4 2.1-.3 4.4 1.5 6.8 4.1v-.2c10.1 13.8 23.7 37.9 33.3 51.8l-7.8 3.5zm-38.6-57c-6.8-4.5-16.7 2.2-15 10.2L80.7 92.9l8.8 3.6 23.8-31.3c.9 12.1-9.7 32.4-16.2 36.9-4.6 4.4 2 12.3 5.5 13.7v.1s7.7 3.6 17 3.5c.4-5.3 1.9-21.2 1.5-26.2 11.8-18.9 18.1-42.4 1.7-56.4z"}),React.createElement("path",{fill:i,d:"M109.6 29.8c2.1-.4 11.1 1.4 13.3 1.8 1.1.1 2.1-.7 2-1.8 12.4.5 8.6-.2 9.2-10.7h3.1c.2-4.6-3.1-8.2-7-10.2-7.7-8.4-22.8-2-22.5 9.3.5 1.6-1.5 12 1.9 11.6z"}),React.createElement("path",{fill:"#FBCDBE",d:"M154.9 181.2l6.2-.4-.2 5.8h-6v-5.4zM99 177.3l5.2 3.3 4.6-5.5-5.8-4.1-4 6.3zM80.7 92.9l.9-1.6-5.2 6.4c-10 9.6 11.4 15.2 7.6 2.1l3.8-4-7.1-2.9zm95.5 4.9c-1-2.3-6.9-7.5-8.4-9.7l1.4 2.2-6.9 3.1 4 3.9c-3.5 9.4 12.5 10.2 9.9.5zm-52.9-80.6l-.7 2h-.7c0 3.9 1.9 7.5 3.1 10.3 5-.6 8.7-5.2 8.4-10.3h-10l-.1-2z"}),React.createElement("defs",null,React.createElement("linearGradient",{id:"a",x1:"25.9",x2:"25.9",y1:"122.338",y2:"192.465",gradientUnits:"userSpaceOnUse"},React.createElement("stop",{stopColor:a}),React.createElement("stop",{offset:"1",stopColor:m}))))});
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import*as React from"react";import{memo as e}from"react";import{useTheme as c}from"@mui/material/styles";import t from"@mui/material/Box";import a from"./background-shape.js";export default e(function({...e}){const l=c(),h=l.palette.primary.light,r=l.palette.primary.main,m=l.palette.primary.dark,i=l.palette.primary.darker;return React.createElement(t,{component:"svg",width:"100%",height:"100%",viewBox:"0 0 480 360",xmlns:"http://www.w3.org/2000/svg",...e},React.createElement(a,null),React.createElement("image",{href:"/assets/illustrations/characters/character_1.png",height:"300",x:"320",y:"30"}),React.createElement("path",{fill:"url(#paint0_linear_1_79)",d:"M290.378 112.9v127.8c0 .8-.2 1.6-.5 2.4-.3.8-.8 1.4-1.3 2-.6.6-1.3 1-2 1.3-.8.3-1.6.5-2.4.5h-166.7c-.8 0-1.7-.1-2.4-.5s-1.4-.8-2-1.4c-.6-.6-1-1.4-1.2-2.1-.2-.8-.3-1.6-.2-2.5V112.6c-.4-3.1 2.3-5.9 5.8-5.9h166.7c.8 0 1.6.2 2.4.5.8.3 1.4.8 2 1.3.6.6 1 1.3 1.4 2 .2.7.4 1.6.4 2.4z"}),React.createElement("path",{fill:i,d:"M210.879 284.9c62.5 0 113.2-4.4 113.2-9.8s-50.7-9.8-113.2-9.8-113.2 4.4-113.2 9.8 50.7 9.8 113.2 9.8z",opacity:"0.24"}),React.createElement("path",{fill:m,d:"M58.778 79.4l14.6-6 80.2 7.5v7.6l-94.8.3v-9.4z"}),React.createElement("path",{fill:r,d:"M85.279 71h-14.4v199.5h14.4V71z"}),React.createElement("path",{fill:"#fff",d:"M182.079 239.7h-5.1c-.6 0-1 .4-1 1V289c0 .6.4 1 1 1h5.2c.6 0 1-.4 1-1v-48.3c-.1-.5-.5-1-1.1-1zM130.978 239.7h-5.2c-.6 0-1 .4-1 1v46.7c0 .6.4 1 1 1h5.2c.6 0 1-.4 1-1v-46.6c0-.6-.4-1.1-1-1.1z"}),React.createElement("path",{fill:"#C4CDD5",d:"M175.779 266h7.2v-24.7h-7.4l.2 24.7zm-50.9 0h7.2v-24.7h-7.4l.2 24.7z",opacity:"0.5"}),React.createElement("path",{fill:h,d:"M277.778 126h-56.9c-1.7 0-3 1.3-3 3v83.9c0 1.7 1.3 3 3 3h56.9c1.7 0 3-1.3 3-3V129c0-1.7-1.4-3-3-3zm-70.1 0c1.7 0 3 1.3 3 3v83.9c0 1.7-1.3 3-3 3h-56.9c-1.7 0-3-1.3-3-3v-.3c0-1.7 1.3-3 3-3h29.5c1.7 0 3-1.3 3-3V129c0-1.7 1.3-3 3-3h21.4z",opacity:"0.24"}),React.createElement("path",{fill:i,d:"M182.079 119.7h-56.9c-1.7 0-3 1.3-3 3V205c0 1.7 1.3 3 3 3h56.9c1.7 0 3-1.3 3-3v-82.3c0-1.6-1.4-3-3-3z"}),React.createElement("path",{fill:"#fff",d:"M149.979 88.4h1v25c9.1-.1 20 1.1 32.3 5 .5.2.8.7.6 1.3-.2.5-.7.8-1.3.6-17.2-5.6-31.8-5.6-42.1-4.2-5.1.7-9.2 1.7-12 2.6-1.4.4-2.4.8-3.2 1.1-.4.1-.6.2-.8.3-.1 0-.2.1-.2.1-.5.2-1.1 0-1.3-.5-.2-.5 0-1.1.5-1.3l.5 1-.4-.9h.1c.1 0 .1-.1.2-.1.2-.1.5-.2.9-.4.8-.3 1.9-.7 3.3-1.1 2.9-.9 7-2 12.3-2.7 2.9-.4 6.1-.7 9.7-.8v-25h-.1z"}),React.createElement("path",{fill:m,d:"M165.378 125.4h-37c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6h37c.9 0 1.6-.7 1.6-1.6-.1-.9-.8-1.6-1.6-1.6zm-17.2 5.6h-20.5c-.5 0-.9.4-.9.9s.4.9.9.9h20.5c.5 0 .9-.4.9-.9s-.4-.9-.9-.9zm9.3 4.4h-20.5c-.5 0-.9.4-.9.9s.4.9.9.9h20.5c.5 0 .9-.4.9-.9s-.4-.9-.9-.9zm-3.9-4.4h-1.5c-.5 0-.9.4-.9.9s.4.9.9.9h1.5c.5 0 .9-.4.9-.9s-.4-.9-.9-.9zm4.7 0h-1.5c-.5 0-.9.4-.9.9s.4.9.9.9h1.5c.5 0 .9-.4.9-.9s-.4-.9-.9-.9zm-26.7 4.4h-1.5c-.5 0-.9.4-.9.9s.4.9.9.9h1.5c.5 0 .9-.4.9-.9s-.4-.9-.9-.9zm31.5-4.4h-1.5c-.5 0-.9.4-.9.9s.4.9.9.9h1.5c.5 0 .9-.4.9-.9-.1-.5-.5-.9-.9-.9z"}),React.createElement("path",{fill:i,d:"M178.379 224c0-1.1-.9-2-2-2h-55.5c-1.1 0-2 .9-2 2v5c0 1.1.9 2 2 2h55.5c1.1 0 2-.9 2-2v-5z",opacity:"0.48"}),React.createElement("path",{fill:r,d:"M188.179 244h-70v18.2h70V244z"}),React.createElement("path",{fill:"#fff",d:"M118.479 243.3c-1.1 0-2 .9-2 2v15.8c0 1.1.9 2 2 2l69.7-.1c1.1 0 2-.9 2-2l-.4-15.6c0-1.1-.9-2-2-2l-69.3-.1zm-.1 4.5c0-1.1.9-2 2-2h5.2c1.7 0 2.6 1.9 1.6 3.2l-8.4 11.2c0 .1-.1.1-.2.1s-.2-.1-.2-.2v-12.3zm17.4-1.2c.4-.5 1-.8 1.6-.8h2.2c1.6 0 2.6 1.9 1.6 3.2l-7.8 10.5c-.4.5-1 .8-1.6.8h-2.2c-1.6 0-2.6-1.9-1.6-3.2l7.8-10.5zm13.9 0c.4-.5 1-.8 1.6-.8h2.2c1.6 0 2.6 1.9 1.6 3.2l-7.8 10.5c-.4.5-1 .8-1.6.8h-2.1c-1.6 0-2.6-1.9-1.6-3.2l7.7-10.5zm14.1 0c.4-.5 1-.8 1.6-.8h2.2c1.7 0 2.6 1.9 1.6 3.2l-7.9 10.5c-.4.5-1 .8-1.6.8h-2.1c-1.6 0-2.6-1.9-1.6-3.2l7.8-10.5zm13.9 0c.4-.5 1-.8 1.6-.8h2.2c1.6 0 2.6 1.9 1.6 3.2l-7.8 10.5c-.4.5-1 .8-1.6.8h-2.1c-1.6 0-2.6-1.9-1.6-3.2l7.7-10.5zm9.9 11.7c0 1.1-.9 2-2 2-1.6 0-2.6-1.9-1.6-3.2 1.1-1.6 3.6-.7 3.6 1.2z"}),React.createElement("path",{fill:i,d:"M73.579 276.7c-.1 1.2-.6 2.4-1.2 3.4-.7 1-1.6 1.9-2.6 2.5-2.3-.7-4.6-1.4-6.9-2.3-1.2-.4-2.3-.9-3.5-1.4-6.5-2.7-12.6-6.2-18.4-10.3-.4-1.1-.7-2.2-.9-3.4-.2-1.1 0-2.3.4-3.4.5-1.1 1.2-2 2.2-2.6 1-.5 1.9-1 2.8-1.6 1.9-1.6 2-4.6 1-6.9-1-2.3-2.8-4.2-4.1-6.3-1.3-2.1-2.2-4.8-1.1-7.1.7-1.4 2-2.5 2.9-3.9 1.6-2.6 1.1-6 .5-9l-2.4-12.3c-.5-2.7-.9-5.8 1.1-7.7 2.7-2.5 7.1-.5 9.7 2 3.2 2.9 5.5 6.5 6.7 10.6 2.5 8.9-1.9 18.9 1.6 27.5 2.3 5.8 7.8 9.7 10.5 15.3 2.6 5.4 2.5 11.3 1.7 16.9z"}),React.createElement("path",{fill:m,d:"M85.278 250.7c-1.1 2.3-1.9 5.1-.6 7.2.7.8 1.4 1.7 2.2 2.4 2.9 3.5 1.4 8.8-.9 12.8-.7 1-1.1 2.1-1.3 3.3-.1 1.9 1.3 3.5 2.4 5 1.1 1.5 2 3.4 1.2 5-8.7-1-17.2-3.1-25.4-6-1.2-.4-2.3-.9-3.5-1.4-.2-2.6.6-5.4 1.7-7.9 1.2-2.7 3-5.5 3.4-8.5.4-2.7-.1-5.3.8-8 .8-2.7 2.2-5.1 4.1-7.2 1.9-2 4.2-3.6 6.9-4.6 1.5-.5 3.2-.9 4.3-2 .8-.8 1.4-1.8 1.8-2.9 2-4.4 4.1-8.9 6.1-13.4.9-2 2.2-4.3 4.4-4.7 1.7-.3 3.4.9 4.3 2.4.8 1.6 1 3.4.8 5.1-1 8.9-8.8 15.4-12.7 23.4z"}),React.createElement("defs",null,React.createElement("linearGradient",{id:"paint0_linear_1_79",x1:"296.527",x2:"105.126",y1:"186.371",y2:"167.19",gradientUnits:"userSpaceOnUse"},React.createElement("stop",{stopColor:r}),React.createElement("stop",{offset:"1",stopColor:m}))))});
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import*as React from"react";import{memo as e}from"react";import{useTheme as t}from"@mui/material/styles";import a from"@mui/material/Box";import c from"./background-shape.js";export default e(function({...e}){const l=t(),r=l.palette.primary.light,i=l.palette.primary.main,m=l.palette.primary.dark,n=l.palette.primary.darker;return React.createElement(a,{component:"svg",width:"100%",height:"100%",viewBox:"0 0 480 360",xmlns:"http://www.w3.org/2000/svg",...e},React.createElement(c,null),React.createElement("image",{href:"/assets/illustrations/characters/character_4.png",height:"300",x:"220",y:"30"}),React.createElement("path",{fill:i,d:"M425.545 119.2c0-5-4.6-9-9.6-8.2-2-3.7-6-6-10.2-5.9 4.3-21.4-30-21.4-25.7 0-8.7-.8-15.1 9.4-10.4 16.8 2.1 3.5 5.9 5.6 10 5.5h38.7v-.1c4.1-.4 7.2-3.9 7.2-8.1zm-321.3 81.8c.1-4.2-4.1-7.8-8.2-7-1.7-3.2-5.1-5.1-8.8-5 3.8-18.4-25.8-18.4-22 0-7.4-.7-12.9 8.1-8.9 14.4 1.8 3 5.1 4.8 8.6 4.7h33.2v-.1c3.4-.4 6.1-3.4 6.1-7z",opacity:"0.08"}),React.createElement("path",{fill:"#FFAB00",d:"M111.045 142.2c58.7-1 58.6-88.3 0-89.2-58.6 1-58.6 88.3 0 89.2z",opacity:"0.12"}),React.createElement("path",{fill:"#FFD666",d:"M111.045 121c30.8-.5 30.8-46.3 0-46.8-30.8.5-30.8 46.3 0 46.8z"}),React.createElement("path",{fill:"#FBCDBE",d:"M278.045 250.1c-4.6-6.5-14 5.1-18.1 7.2-.6-2.1 1.5-41.3-1.4-41.8-2.8-3-8.1-.7-8 3.3.2-4 .5-11.3-5.6-10.2-4.8.6-3.8 6.9-3.8 10.2.1-6.1-9.5-6.1-9.4 0v5.6c.2-4.2-5.7-6.4-8.3-3-2.6-.2-.4 41.8-1.1 43.3-.2 10 8.7 19 18.8 18.7 6.1.4 12.6-1.2 16.8-5.9l19.7-21c1.7-1.6 1.8-4.5.4-6.4z"}),React.createElement("path",{fill:"#000",fillOpacity:"0.24",fillRule:"evenodd",d:"M248.745 212.3v32.8h1.9v-31.9c.1-2.9-2.8-5.2-5.6-4.6 2 0 3.7 1.7 3.7 3.7zm-9.4 5.6v27.2h1.9v-26.3c.1-2.8-2.8-5.2-5.5-4.6 1.9 0 3.6 1.8 3.6 3.7zm-9.4 27.2v-21.6c.1-2-1.7-3.7-3.7-3.8 2.8-.6 5.6 1.8 5.5 4.6V245h-1.8v.1z",clipRule:"evenodd"}),React.createElement("path",{fill:n,d:"M244.945 189.8c-67.6 1.3-77 97-11 111.4 81 11.8 92.7-107.3 11-111.4zm-48.5 56.2c-1-40.4 49.8-63.8 79.9-36.9l-68.3 68.3c-7.5-8.7-11.6-19.9-11.6-31.4zm48.5 48.5c-11.5 0-22.7-4.1-31.4-11.6l68.3-68.3c27 30.1 3.5 80.9-36.9 79.9z"}),React.createElement("path",{fill:"url(#paint0_linear_1_129)",d:"M169.245 261h-11.3v-66.6c0-4.5-1.5-5.6-5.6-5.6-5.3.3-13.8-1.4-17.1 4l-55 68.3c-2.7 3.3-1.8 8.8-2 12.8 0 4.1 1.5 5.6 5.6 5.6h54.7v21.7c-.9 7.9 9.1 5.2 13.7 5.6 4.1 0 5.6-1.5 5.6-5.6v-21.7h11.4c4.4 0 5.6-1.5 5.6-5.6-.3-4.8 2-13.8-5.6-12.9zm-30.8 0h-36l36-44.4V261zm263.9 12.1c1.9 44.8-78.7 46-78 1.2h19.3c-.8 15.3 18.3 21.4 30.1 15.5 12.7-6 12.3-29.1-1-34-5.6-2.8-16.6-2-23.1-2.1v-15.1c6.3-.2 17.6.9 22.7-2.3 11.6-5.5 11.9-25.4.9-31.4-10.8-5.9-29 .1-28.2 14.5h-19.4c-.5-28.1 35.4-38.5 57-28.2 23.4 9 24.1 45.5-.2 54.6 12.3 3.9 20.1 14.6 19.9 27.3z"}),React.createElement("defs",null,React.createElement("linearGradient",{id:"paint0_linear_1_129",x1:"78.245",x2:"78.245",y1:"187.309",y2:"307.306",gradientUnits:"userSpaceOnUse"},React.createElement("stop",{stopColor:r}),React.createElement("stop",{offset:"1",stopColor:m}))))});
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
export{default as AvatarShape}from"./avatar-shape.js";export{default as SeoIllustration}from"./seo-illustration.js";export{default as UploadIllustration}from"./upload-illustration.js";export{default as BookingIllustration}from"./booking-illustration.js";export{default as CheckInIllustration}from"./check-in-illustration.js";export{default as CheckoutIllustration}from"./check-out-illustration.js";export{default as ForbiddenIllustration}from"./forbidden-illustration.js";export{default as MotivationIllustration}from"./motivation-illustration.js";export{default as SeverErrorIllustration}from"./sever-error-illustration.js";export{default as ComingSoonIllustration}from"./coming-soon-illustration.js";export{default as MaintenanceIllustration}from"./maintenance-illustration.js";export{default as PageNotFoundIllustration}from"./page-not-found-illustration.js";export{default as OrderCompleteIllustration}from"./order-complete-illustration.js";export{default as UpgradeStorageIllustration}from"./upgrade-storage-illustration.js";
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import*as React from"react";import{memo as e}from"react";import{useTheme as t}from"@mui/material/styles";import a from"@mui/material/Box";import l from"./background-shape.js";export default e(function({...e}){const c=t(),r=c.palette.primary.light,n=c.palette.primary.main,i=c.palette.primary.dark,o=c.palette.primary.darker;return React.createElement(a,{component:"svg",width:"100%",height:"100%",viewBox:"0 0 480 360",xmlns:"http://www.w3.org/2000/svg",...e},React.createElement(l,null),React.createElement("path",{fill:n,d:"M297.46 99.296l-185.934-5.29c-6.35-.18-11.526 4.158-11.526 9.693v159.882c0 5.534 5.176 9.742 11.526 9.4l185.934-10.028c5.28-.284 9.54-4.576 9.54-9.585v-144.73c0-5.012-4.26-9.194-9.54-9.342z",opacity:"0.12"}),React.createElement("path",{fill:"#fff",d:"M297.476 93.405l-180.3-5.278c-6.157-.18-11.176 4.15-11.176 9.67v159.496c0 5.521 5.019 9.718 11.176 9.377l180.3-10.003c5.12-.284 9.251-4.565 9.251-9.563v-144.38c0-5-4.131-9.172-9.251-9.32z"}),React.createElement("g",{fill:"#919EAB",opacity:"0.16"},React.createElement("path",{d:"M205.131 203.668a44.088 44.088 0 01-20.975-4.875 42.576 42.576 0 01-16.793-15.549 40.54 40.54 0 01-5.98-21.153c0-23.36 19.874-41.848 43.748-41.227 23.283.606 41.804 19.248 41.804 41.569 0 22.322-18.521 40.816-41.804 41.235zM266.304 235.213a4.461 4.461 0 01-4.271 4.417l-106.87 4.074c-2.652.107-4.808-1.842-4.808-4.341v-16.97c0-2.499 2.156-4.579 4.808-4.644l106.87-2.64a4.142 4.142 0 013.018 1.168 4.128 4.128 0 011.253 2.98v15.956z"})),React.createElement("path",{fill:"#C4CDD5",d:"M186.797 136.682a1.812 1.812 0 01-.525 1.378l-1.858 1.858 16.887 16.893a2.174 2.174 0 01-3.074 3.074l-16.886-16.892-1.859 1.859a1.803 1.803 0 01-2.685-.157l-7.916-9.615a1.8 1.8 0 01.14-2.392l5.091-5.093a1.8 1.8 0 012.392-.14l9.612 7.917c.404.32.651.797.681 1.31zM209.727 165.24l5.441 5.443a2.174 2.174 0 01-3.074 3.075l-5.441-5.443a2.175 2.175 0 013.074-3.075z"}),React.createElement("path",{fill:"#F4F6F8",d:"M209.727 165.24l5.441 5.443a2.176 2.176 0 010 3.075l-8.515-8.518a2.172 2.172 0 013.074 0z"}),React.createElement("path",{fill:"url(#paint0_linear_1_160)",d:"M238.581 194.781l-2.399 2.399c-3.425 3.431-9.046 3.315-12.32-.318l-16.564-18.475a2.176 2.176 0 01.081-2.989l9.309-9.313a2.174 2.174 0 012.978-.091l18.552 16.422.004.004c3.646 3.243 3.812 8.907.359 12.361z"}),React.createElement("path",{fill:"url(#paint1_linear_1_160)",d:"M240.711 138.762c-.332-1.582-2.287-2.165-3.429-1.021l-7.117 7.12a3.31 3.31 0 01-4.681 0l-3.813-3.815a3.308 3.308 0 010-4.68l7.117-7.122c1.143-1.142.561-3.098-1.02-3.43-5.355-1.126-11.157.392-15.316 4.552-5.296 5.299-6.308 13.259-3.037 19.573l-40.33 33.142a5.766 5.766 0 00-.516 8.61l6.289 6.291a5.761 5.761 0 008.607-.516l33.13-40.345c6.312 3.272 14.268 2.26 19.566-3.038 4.159-4.16 5.675-9.964 4.55-15.321zm-61.338 50.587a2.174 2.174 0 110-4.349 2.174 2.174 0 010 4.349z"}),React.createElement("path",{fill:"#919EAB",d:"M186.797 136.682a1.812 1.812 0 01-.525 1.378l-1.858 1.858 16.887 16.893a2.174 2.174 0 010 3.074l-29.734-29.744 2.545-2.546a1.8 1.8 0 012.391-.14l9.613 7.917c.404.32.651.797.681 1.31z"}),React.createElement("path",{fill:o,d:"M238.581 194.781l-1.199 1.199-25.289-25.298 4.595-4.597a2.173 2.173 0 012.977-.091l18.553 16.422.004.004c3.645 3.243 3.812 8.907.359 12.361z",opacity:"0.24"}),React.createElement("path",{fill:o,d:"M236.161 154.083c-5.298 5.298-13.254 6.31-19.566 3.038l-33.13 40.345a5.761 5.761 0 01-8.607.516l-3.145-3.145 6.122-6.125a2.174 2.174 0 103.075-3.076l42.668-42.682 1.907 1.907a3.308 3.308 0 004.68 0l7.117-7.12c1.142-1.144 3.097-.561 3.429 1.021 1.125 5.357-.392 11.161-4.55 15.321z",opacity:"0.24"}),React.createElement("path",{fill:"url(#paint2_linear_1_160)",d:"M249.706 290.362v3.306c0 .847-.436 1.546-1.011 1.622l-51.671 4.676a3.72 3.72 0 01-1.448-.087l-36.003-6.775c-.382-.1-.664-.6-.664-1.177v-3.494l38.198-4.727 4.917-2.324 4.889.703 2.887-.552 6.599 1.917 33.307 6.912z"}),React.createElement("path",{fill:"url(#paint3_linear_1_160)",d:"M249.707 290.362v3.307c0 .846-.436 1.545-1.012 1.621l-51.668 4.676a3.684 3.684 0 01-1.148-.024v-17.813l6.148-.749 4.889.703 2.886-.552 6.598 1.917 33.307 6.914z",opacity:"0.3"}),React.createElement("path",{fill:"url(#paint4_linear_1_160)",d:"M209.803 281.53l-50.89 6.74 36.707 6.904c.445.115.909.142 1.366.08l52.72-4.892-39.903-8.832z"}),React.createElement("path",{fill:"url(#paint5_linear_1_160)",d:"M228.459 287.623c0 2.42-7.627 4.302-18.157 4.79-2.657.121-5.499.156-8.447.088-14.491-.333-26.135-3.025-26.135-6.005a.81.81 0 01.02-.214h-.02l.06-.143a.834.834 0 01.054-.139l3.342-8.724 4.037-10.526 5.652-14.753 4.325-11.293 5.381-14.042c.673-1.758 1.922-2.851 3.269-2.851.183-.001.364.019.542.059 1.138.248 2.153 1.272 2.737 2.795l5.427 14.14 4.337 11.441 5.715 15.05 4.106 10.813.065.006 3.42 8.787c.147.239.27.479.27.721z"}),React.createElement("path",{fill:"#fff",d:"M224.769 278.12c-3.299 1.101-8.572 1.894-14.893 2.188-2.545.12-5.237.159-8.037.107-9.736-.184-18.178-1.434-22.67-3.137l4.039-10.527c4.728 1.062 11.316 1.778 18.644 1.888 2.368.036 4.676.006 6.874-.083 4.623-.183 8.7-.626 11.913-1.255l4.071 10.812.059.007zM214.93 252.246c-2.519.272-5.287.457-8.225.54-1.573.046-3.194.063-4.849.046a112.824 112.824 0 01-12.991-.835l4.326-11.293c2.707.214 5.623.336 8.665.353 1.071.006 2.129-.001 3.172-.022 1.907-.036 3.751-.112 5.519-.23l4.383 11.441z"}),React.createElement("path",{fill:"url(#paint6_linear_1_160)",d:"M210.302 292.411c-2.657.122-5.499.157-8.447.089-14.491-.334-26.135-3.025-26.135-6.005a.81.81 0 01.02-.214h-.02l.06-.143a.834.834 0 01.054-.139l3.342-8.724 4.037-10.526 5.652-14.752 4.325-11.293 5.381-14.042c.673-1.758 1.922-2.851 3.269-2.851.183-.001.364.019.542.059.574 3.574 1.558 9.812 2.646 17.165.546 3.702 1.118 7.687 1.677 11.753a776.568 776.568 0 012.016 15.767c.485 4.188.899 8.185 1.192 11.754.429 5.167.604 9.441.389 12.102z",opacity:"0.2"}),React.createElement("path",{fill:"#FF5630",d:"M118.108 103.182a2.5 2.5 0 100-5 2.5 2.5 0 000 5z"}),React.createElement("path",{fill:"#FFAB00",d:"M126.108 103.182a2.5 2.5 0 100-5 2.5 2.5 0 000 5z"}),React.createElement("path",{fill:"#36B37E",d:"M134.108 103.182a2.5 2.5 0 100-5 2.5 2.5 0 000 5z"}),React.createElement("defs",null,React.createElement("linearGradient",{id:"paint0_linear_1_160",x1:"166.881",x2:"166.881",y1:"125.454",y2:"199.671",gradientUnits:"userSpaceOnUse"},React.createElement("stop",{stopColor:r}),React.createElement("stop",{offset:"1",stopColor:i})),React.createElement("linearGradient",{id:"paint1_linear_1_160",x1:"166.881",x2:"166.881",y1:"125.454",y2:"199.671",gradientUnits:"userSpaceOnUse"},React.createElement("stop",{stopColor:r}),React.createElement("stop",{offset:"1",stopColor:i})),React.createElement("linearGradient",{id:"paint2_linear_1_160",x1:"158.912",x2:"249.709",y1:"290.69",y2:"290.69",gradientUnits:"userSpaceOnUse"},React.createElement("stop",{stopColor:"#FFC444"}),React.createElement("stop",{offset:"1",stopColor:"#F36F56"})),React.createElement("linearGradient",{id:"paint3_linear_1_160",x1:"226.725",x2:"225.966",y1:"290.498",y2:"292.586",gradientUnits:"userSpaceOnUse"},React.createElement("stop",{stopColor:"#FFC444"}),React.createElement("stop",{offset:"0.59",stopColor:"#F8924F"}),React.createElement("stop",{offset:"1",stopColor:"#F36F56"})),React.createElement("linearGradient",{id:"paint4_linear_1_160",x1:"210.87",x2:"210.566",y1:"288.399",y2:"289.237",gradientUnits:"userSpaceOnUse"},React.createElement("stop",{stopColor:"#FFC444"}),React.createElement("stop",{offset:"0.59",stopColor:"#F8924F"}),React.createElement("stop",{offset:"1",stopColor:"#F36F56"})),React.createElement("linearGradient",{id:"paint5_linear_1_160",x1:"202.974",x2:"199.672",y1:"204.073",y2:"311.415",gradientUnits:"userSpaceOnUse"},React.createElement("stop",{stopColor:"#FFC444"}),React.createElement("stop",{offset:"1",stopColor:"#F36F56"})),React.createElement("linearGradient",{id:"paint6_linear_1_160",x1:"175.72",x2:"210.394",y1:"258.172",y2:"258.172",gradientUnits:"userSpaceOnUse"},React.createElement("stop",{stopColor:"#FFC444"}),React.createElement("stop",{offset:"1",stopColor:"#F36F56"}))),React.createElement("image",{href:"/assets/illustrations/characters/character_5.png",height:"300",x:"245",y:"30"}))});
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import*as React from"react";import{memo as e}from"react";import{useTheme as t}from"@mui/material/styles";import a from"@mui/material/Box";import r from"./background-shape.js";export default e(function({...e}){const c=t(),l=c.palette.primary.lighter,i=c.palette.primary.dark,n=c.palette.primary.darker;return React.createElement(a,{component:"svg",width:"100%",height:"100%",viewBox:"0 0 480 360",xmlns:"http://www.w3.org/2000/svg",...e},React.createElement(r,null),React.createElement("image",{href:"/assets/illustrations/characters/character_2.png",height:"300",x:"322",y:"30"}),React.createElement("path",{fill:"url(#paint0_linear_1_43)",d:"M216.3 138v108.3c0 2.2-1.8 4-4 4H195c-2.2 0-4-1.8-4-4V138c0-2.2 1.8-4 4-4h17.3c2.2 0 4 1.8 4 4zm-55-68H144c-2.2 0-4 1.8-4 4v176.3c0 2.2 1.8 4 4 4h17.3c2.2 0 4-1.8 4-4V74c0-2.2-1.8-4-4-4zm102 93H246c-2.2 0-4 1.8-4 4v75.7c0 2.2 1.8 4 4 4h17.3c2.2 0 4-1.8 4-4V167c0-2.2-1.8-4-4-4z"}),React.createElement("path",{fill:n,d:"M359.2 253.4c-1.1 3.1-2.3 6.3-3.7 9.7-5.1.1-10.1.3-15.2.4-3.3.1-6.9.2-9.6 2.1-5.2 3.6-.7 6.1-1.3 9.6-.7 4.2-4.9 5.1-9 5.1-14.1.1-27.7 4.6-41.5 7.3s-28.9 3.5-41.2-3.4c-.8-.5-1.7-1-2-2-.6-1.6.9-3.2 2.3-4.2 3.2-2.2 6.7-3.7 10.5-4.5 2.2-.5 4.5-.8 6.5-2 1.9-1.2 3.3-3.7 2.3-5.8-32.1 2-64.1 4.8-96 8.4-41.1 4.8-81.8 12.9-123 15.9h-.4c-2.9-2.9-5.5-6-7.9-9.3.2-.2.4-.5.6-.7 2-2.2 5-3.2 7.8-4.1 15.9-4.9 32.4-7.4 48.8-9.9 81.6-12.3 164.2-21.1 246.8-15.3 8.4.6 16.8 1.5 25.2 2.7z",opacity:"0.24"}),React.createElement("path",{fill:"#DFE3E8",d:"M81.7 204.2l74 11v60.7h8.5v3.6h-19.5v-2.3h8.7v-50.3l-70-13.5v49h9.7v1.7H73.6V262h8.2v-57.8h-.1z"}),React.createElement("path",{fill:"#C4CDD5",d:"M80.6 204.2l74 11v60.7h8.5v3.6h-19.5v-2.3h8.7v-50.3l-70-13.5v49H92v1.7H72.4V262h8.2v-57.8z"}),React.createElement("defs",null,React.createElement("linearGradient",{id:"paint0_linear_1_43",x1:"140",x2:"276.5",y1:"98",y2:"312.5",gradientUnits:"userSpaceOnUse"},React.createElement("stop",{stopColor:l}),React.createElement("stop",{offset:"1",stopColor:i}))))});
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import*as React from"react";import{memo as e}from"react";import{useTheme as t}from"@mui/material/styles";import a from"@mui/material/Box";import r from"./background-shape.js";export default e(function({...e}){const l=t(),n=l.palette.primary.light,c=l.palette.primary.main,i=l.palette.primary.dark,o=l.palette.primary.darker;return React.createElement(a,{component:"svg",width:"100%",height:"100%",viewBox:"0 0 480 360",xmlns:"http://www.w3.org/2000/svg",...e},React.createElement(r,null),React.createElement("image",{href:"/assets/illustrations/characters/character_10.png",height:"300",x:"300",y:"30"}),React.createElement("path",{fill:"#DFE3E8",d:"M253.579 162.701a5.06 5.06 0 01-4.861-3.646l-15.033-53.327a16.19 16.19 0 00-15.276-12.007h-78.471a16.174 16.174 0 00-15.325 11.995l-14.985 53.29a5.06 5.06 0 01-6.164 3.266 5.055 5.055 0 01-3.558-6l14.985-53.291a26.31 26.31 0 0125.047-19.347h78.471a26.327 26.327 0 0124.998 19.36l14.985 53.29a5.054 5.054 0 01-3.5 6.222 4.786 4.786 0 01-1.313.195z"}),React.createElement("path",{fill:"url(#paint0_linear_1_68)",d:"M244.501 272.368H113.846a10.329 10.329 0 01-10.245-9.017l-12.153-95.716H266.85l-12.153 95.716a10.3 10.3 0 01-10.196 9.017z"}),React.createElement("path",{fill:"url(#paint1_linear_1_68)",d:"M268.151 155.117H90.196c-5.631 0-10.196 4.565-10.196 10.196v.887c0 5.632 4.565 10.197 10.196 10.197h177.955c5.631 0 10.196-4.565 10.196-10.197v-.887c0-5.631-4.565-10.196-10.196-10.196z"}),React.createElement("path",{fill:o,d:"M128.66 184.017h-.012a7.874 7.874 0 00-7.875 7.875v58.431a7.875 7.875 0 007.875 7.875h.012a7.875 7.875 0 007.875-7.875v-58.431a7.875 7.875 0 00-7.875-7.875zM162.335 184.017h-.012a7.875 7.875 0 00-7.875 7.875v58.431a7.875 7.875 0 007.875 7.875h.012a7.876 7.876 0 007.876-7.875v-58.431a7.875 7.875 0 00-7.876-7.875zM196.023 184.017h-.012a7.875 7.875 0 00-7.875 7.875v58.431a7.875 7.875 0 007.875 7.875h.012a7.876 7.876 0 007.876-7.875v-58.431a7.875 7.875 0 00-7.876-7.875zM229.699 184.017h-.012a7.875 7.875 0 00-7.875 7.875v58.431a7.875 7.875 0 007.875 7.875h.012a7.875 7.875 0 007.875-7.875v-58.431a7.875 7.875 0 00-7.875-7.875z"}),React.createElement("path",{fill:"url(#paint2_linear_1_68)",d:"M202.793 80h-47.239a8.762 8.762 0 00-8.762 8.762v.012a8.762 8.762 0 008.762 8.763h47.239a8.762 8.762 0 008.762-8.763v-.012A8.762 8.762 0 00202.793 80z"}),React.createElement("path",{fill:"#fff",d:"M254.289 279.577c23.907 0 43.288-19.381 43.288-43.288 0-23.908-19.381-43.289-43.288-43.289C230.381 193 211 212.381 211 236.289c0 23.907 19.381 43.288 43.289 43.288z"}),React.createElement("path",{fill:"url(#paint3_linear_1_68)",d:"M243.999 256.002l-15.183-16.746a3.15 3.15 0 01.214-4.444l4.219-3.833a3.146 3.146 0 014.444.214l9.144 10.065 25.184-23.417a3.149 3.149 0 014.444.16l3.876 4.176a3.146 3.146 0 01.843 2.255 3.148 3.148 0 01-1.004 2.189l-31.758 29.531a3.119 3.119 0 01-4.423-.15z"}),React.createElement("defs",null,React.createElement("linearGradient",{id:"paint0_linear_1_68",x1:"267",x2:"80.541",y1:"272",y2:"247.455",gradientUnits:"userSpaceOnUse"},React.createElement("stop",{stopColor:c}),React.createElement("stop",{offset:"1",stopColor:i})),React.createElement("linearGradient",{id:"paint1_linear_1_68",x1:"80",x2:"80",y1:"155.117",y2:"176.397",gradientUnits:"userSpaceOnUse"},React.createElement("stop",{stopColor:n}),React.createElement("stop",{offset:"1",stopColor:i})),React.createElement("linearGradient",{id:"paint2_linear_1_68",x1:"146.792",x2:"146.792",y1:"80",y2:"97.537",gradientUnits:"userSpaceOnUse"},React.createElement("stop",{stopColor:n}),React.createElement("stop",{offset:"1",stopColor:i})),React.createElement("linearGradient",{id:"paint3_linear_1_68",x1:"228",x2:"228",y1:"217",y2:"257",gradientUnits:"userSpaceOnUse"},React.createElement("stop",{stopColor:n}),React.createElement("stop",{offset:"1",stopColor:i}))))});
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import*as React from"react";import{memo as e}from"react";import{useTheme as t}from"@mui/material/styles";import a from"@mui/material/Box";import c from"./background-shape.js";export default e(function({...e}){const r=t(),l=r.palette.primary.light,i=r.palette.primary.main,m=r.palette.primary.dark,n=r.palette.primary.darker;return React.createElement(a,{component:"svg",width:"100%",height:"100%",viewBox:"0 0 480 360",xmlns:"http://www.w3.org/2000/svg",...e},React.createElement(c,null),React.createElement("image",{href:"/assets/illustrations/characters/character_6.png",height:"300",x:"205",y:"30"}),React.createElement("path",{fill:"#FFAB00",d:"M111.1 141.2c58.7-1 58.6-88.3 0-89.2-58.6 1-58.6 88.3 0 89.2z",opacity:"0.12"}),React.createElement("path",{fill:"#FFD666",d:"M111.1 120c30.8-.5 30.8-46.3 0-46.8-30.8.5-30.8 46.3 0 46.8z"}),React.createElement("path",{fill:n,d:"M244.9 182.5c82.3 1.4 82.2 123.8 0 125.2-82.3-1.5-82.3-123.8 0-125.2zm0 23.1c-51.8.9-51.8 77.9 0 78.8 51.8-.9 51.7-77.9 0-78.8z"}),React.createElement("path",{fill:"url(#paint0_linear_1_119)",d:"M175 265.6c1-8.7-12.1-4.8-17-5.6v-66.6c0-4.5-1.5-5.6-5.6-5.6-5.3.3-13.8-1.4-17.1 4l-55 68.3c-2.7 3.3-1.8 8.8-2 12.8 0 4.1 1.5 5.6 5.6 5.6h54.7v21.7c-.9 7.9 9.1 5.2 13.7 5.6 4.1 0 5.6-1.5 5.6-5.6v-21.7c13.8-1.1 18.1 4.5 17.1-12.9zm-72.5-5.6l36-44.4V260h-36zm309.1 5.6c1-8.7-12.2-4.8-17.1-5.6v-66.6c0-4.5-1.5-5.6-5.6-5.6-5.3.3-13.7-1.4-17.1 4l-55 68.3c-2.7 3.3-1.9 8.8-2 12.8 0 4.1 1.5 5.6 5.6 5.6h54.7v21.7c-.9 7.9 9.1 5.2 13.7 5.6 4.1 0 5.6-1.5 5.6-5.6v-21.7c14.1-1.1 18.2 4.5 17.2-12.9zm-72.4-5.6l36-44.4V260h-36z"}),React.createElement("path",{fill:i,d:"M425.6 118.2c0-5-4.6-9-9.6-8.2-2-3.7-6-6-10.2-5.9 4.3-21.4-30-21.4-25.7 0-8.7-.8-15.1 9.4-10.4 16.8 2.1 3.5 5.9 5.6 10 5.5h38.7v-.1c4.1-.4 7.2-3.9 7.2-8.1zM104.3 200c.1-4.2-4.1-7.8-8.2-7-1.7-3.2-5.1-5.1-8.8-5 3.8-18.4-25.8-18.4-22 0-7.4-.7-12.9 8.1-8.9 14.4 1.8 3 5.1 4.8 8.6 4.7h33.2v-.1c3.4-.4 6.1-3.4 6.1-7z",opacity:"0.08"}),React.createElement("defs",null,React.createElement("linearGradient",{id:"paint0_linear_1_119",x1:"78.3",x2:"78.3",y1:"187.77",y2:"305.935",gradientUnits:"userSpaceOnUse"},React.createElement("stop",{stopColor:l}),React.createElement("stop",{offset:"1",stopColor:m}))))});
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import*as React from"react";import{memo as l}from"react";import{useTheme as e}from"@mui/material/styles";import a from"@mui/material/Box";import t from"./background-shape.js";export default l(function({...l}){const c=e(),r=c.palette.primary.light,m=c.palette.primary.dark;return React.createElement(a,{component:"svg",width:"100%",height:"100%",viewBox:"0 0 480 360",xmlns:"http://www.w3.org/2000/svg",...l},React.createElement(t,null),React.createElement("path",{fill:m,fillRule:"evenodd",d:"M109.224 97.41l.812 1.827-.02.009-.061.027-.248.112c-.219.1-.544.25-.968.449l-.849-1.811c.43-.202.762-.355.988-.457l.256-.117.066-.03.024-.01zm-6.771 3.278c.997-.507 1.901-.958 2.7-1.35l.882 1.795c-.791.388-1.687.835-2.675 1.337l-.907-1.782zm-5.356 2.808c.93-.502 1.82-.975 2.665-1.418l.929 1.771c-.838.439-1.72.909-2.644 1.407l-.95-1.76zm-5.274 2.927c.901-.513 1.779-1.007 2.63-1.479l.97 1.749c-.844.468-1.715.958-2.609 1.468l-.99-1.738zm-5.232 3.065c.887-.533 1.758-1.05 2.612-1.55l1.01 1.725c-.847.497-1.712 1.01-2.591 1.539l-1.03-1.714zm-5.117 3.16c.861-.546 1.713-1.079 2.555-1.599l1.05 1.702c-.834.516-1.68 1.044-2.534 1.586l-1.071-1.689zm-5.065 3.301a242.86 242.86 0 012.515-1.661l1.092 1.675a236.91 236.91 0 00-2.494 1.648l-1.113-1.662zm-4.978 3.431c.83-.589 1.66-1.168 2.484-1.736l1.134 1.646c-.817.564-1.638 1.137-2.461 1.721l-1.157-1.631zm-4.873 3.56a197.5 197.5 0 012.427-1.8l1.18 1.615c-.8.585-1.602 1.179-2.404 1.782l-1.203-1.597zm-4.771 3.71c.787-.632 1.576-1.256 2.366-1.87l1.228 1.579c-.782.608-1.563 1.225-2.342 1.85l-1.252-1.559zm-4.651 3.867c.765-.659 1.534-1.31 2.307-1.952l1.279 1.538c-.764.635-1.525 1.278-2.281 1.929l-1.305-1.515zm-4.51 4.035c.739-.688 1.485-1.368 2.236-2.04l1.333 1.491c-.742.664-1.478 1.335-2.208 2.013l-1.362-1.464zm-4.347 4.215a136.43 136.43 0 012.151-2.132l1.392 1.437c-.715.692-1.422 1.392-2.12 2.1l-1.423-1.405zm-4.157 4.411c.674-.751 1.359-1.495 2.053-2.231l1.455 1.371c-.683.725-1.356 1.457-2.019 2.196l-1.489-1.336zm-3.929 4.623c.633-.788 1.279-1.568 1.936-2.341l1.524 1.295a105.43 105.43 0 00-1.9 2.298l-1.56-1.252zm-3.657 4.848a94.278 94.278 0 011.793-2.455l1.596 1.205c-.6.794-1.185 1.595-1.754 2.403l-1.635-1.153zm-3.328 5.084a83.294 83.294 0 011.617-2.57l1.673 1.097a80.437 80.437 0 00-1.578 2.507l-1.712-1.034zm-2.94 5.341c.45-.907.922-1.806 1.414-2.698l1.752.965a69.62 69.62 0 00-1.375 2.623l-1.791-.89zm-2.465 5.583c.366-.948.755-1.889 1.168-2.823l1.83.808c-.4.906-.778 1.817-1.132 2.735l-1.866-.72zm-1.903 5.808c.265-.984.558-1.962.876-2.932l1.9.624a54.83 54.83 0 00-.845 2.828l-1.93-.52zm-1.253 5.993c.15-1.012.331-2.018.54-3.017l1.958.41a50.126 50.126 0 00-.52 2.901l-1.978-.294zm-.467 4.577c.028-.513.065-1.024.109-1.535l1.992.174c-.042.489-.077.98-.104 1.472-.028.496-.04.986-.037 1.469l-2 .014c-.003-.526.01-1.057.04-1.594zm.822 7.749a22.495 22.495 0 01-.643-3.074l1.982-.272c.131.959.328 1.892.585 2.801l-1.924.545zm2.498 5.699a23.889 23.889 0 01-1.444-2.77l1.83-.805c.382.867.824 1.713 1.324 2.538l-1.71 1.037zm3.777 4.87a30.2 30.2 0 01-2.019-2.327l1.578-1.23a28.113 28.113 0 001.885 2.173l-1.444 1.384zm4.602 4.048a41.441 41.441 0 01-2.349-1.902l1.316-1.506c.706.617 1.452 1.22 2.235 1.809l-1.202 1.599zm5.09 3.361a56.872 56.872 0 01-2.58-1.598l1.1-1.671a54.91 54.91 0 002.488 1.542l-1.008 1.727zm5.371 2.823a75.691 75.691 0 01-2.716-1.355l.929-1.771c.857.449 1.74.889 2.645 1.319l-.858 1.807zm5.542 2.408c-.95-.379-1.882-.766-2.794-1.162l.795-1.834c.894.387 1.807.767 2.74 1.138l-.741 1.858zm294.857-2.594c.244.101.598.253 1.048.457l-.828 1.821a31.67 31.67 0 00-1.241-.534l-.061-.025-.014-.005-.003-.001.357-.934.356-.934h.001l.002.001.006.002.021.008.075.03c.065.025.159.063.281.114zm-289.206 4.68c-.96-.329-1.906-.664-2.837-1.007l.692-1.877c.915.337 1.846.668 2.793.992l-.648 1.892zm293.015-2.865c.807.425 1.708.923 2.682 1.497l-1.016 1.723a62.506 62.506 0 00-2.598-1.45l.932-1.77zm-287.286 4.698c-.965-.289-1.918-.583-2.859-.884l.609-1.905c.928.296 1.87.587 2.824.873l-.574 1.916zm292.565-1.59a69.641 69.641 0 012.522 1.724l-1.165 1.626a66.44 66.44 0 00-2.449-1.674l1.092-1.676zM69.05 221.541c-.967-.256-1.924-.517-2.87-.783l.54-1.926c.938.264 1.885.522 2.842.776l-.512 1.933zm5.833 1.464c-.977-.233-1.945-.469-2.905-.709l.486-1.94c.952.238 1.912.472 2.881.703l-.462 1.946zm5.867 1.326c-.988-.213-1.97-.429-2.944-.649l.44-1.951c.968.219 1.943.434 2.925.645l-.42 1.955zm280.057-2.439a67.422 67.422 0 012.356 1.94l-1.306 1.515a65.709 65.709 0 00-2.286-1.883l1.236-1.572zM86.623 225.54a333.57 333.57 0 01-2.954-.595l.403-1.959c.973.201 1.952.398 2.937.591l-.386 1.963zm5.88 1.112c-.985-.179-1.967-.361-2.944-.546l.371-1.965c.973.184 1.95.365 2.931.543l-.357 1.968zm5.904 1.035c-.983-.167-1.963-.335-2.94-.506l.345-1.97c.973.17 1.95.338 2.93.504l-.335 1.972zm267.031-1.801a64.195 64.195 0 012.181 2.162l-1.442 1.386a63.013 63.013 0 00-2.113-2.095l1.374-1.453zm-261.112 2.771c-.989-.157-1.976-.316-2.959-.477l.323-1.974c.981.161 1.964.319 2.95.476l-.314 1.975zm5.919.916c-.99-.149-1.978-.3-2.965-.453l.306-1.976c.984.152 1.969.302 2.957.451l-.298 1.978zm5.92.873c-.987-.143-1.975-.287-2.961-.432l.292-1.979c.984.145 1.969.289 2.955.431l-.286 1.98zm5.929.84a781.94 781.94 0 01-2.965-.417l.281-1.98 2.96.417-.276 1.98zm5.927.818c-.987-.135-1.976-.27-2.965-.407l.273-1.981c.988.136 1.976.272 2.962.406l-.27 1.982zm241.664-1.8a62.33 62.33 0 011.957 2.359l-1.571 1.238a58.92 58.92 0 00-1.893-2.282l1.507-1.315zm-235.74 2.603l-2.957-.4.269-1.982 2.956.4-.268 1.982zm5.935.801l-2.964-.4.267-1.982 2.965.4-.268 1.982zm5.928.805l-2.977-.406.269-1.982 2.98.407-.272 1.981zm5.915.821l-2.962-.414.275-1.981c.993.138 1.982.276 2.966.415l-.279 1.98zm5.896.848c-.971-.143-1.948-.285-2.93-.426l.284-1.98c.985.142 1.964.284 2.937.427l-.291 1.979zm5.922.895c-.972-.151-1.952-.302-2.94-.451l.299-1.977c.99.149 1.973.3 2.949.452l-.308 1.976zm209.938-1.957a59.573 59.573 0 011.709 2.551l-1.69 1.069a56.139 56.139 0 00-1.651-2.463l1.632-1.157zm-204.034 2.911c-.974-.163-1.958-.325-2.952-.486l.319-1.974c.998.161 1.986.324 2.965.488l-.332 1.972zm5.881 1.035a369.37 369.37 0 00-2.965-.534l.346-1.97c1.006.177 2 .356 2.982.537l-.363 1.967zm5.85 1.143c-.972-.201-1.959-.399-2.961-.595l.383-1.963c1.009.197 2.004.397 2.984.6l-.406 1.958zm5.81 1.291c-.958-.228-1.935-.453-2.932-.674l.433-1.953c1.006.223 1.995.451 2.964.682l-.465 1.945zm5.75 1.497a126.97 126.97 0 00-2.901-.788l.502-1.936c1.006.261 1.988.527 2.947.8l-.548 1.924zm184.026-2.689c.494.881.972 1.787 1.431 2.718l-1.794.884a54.93 54.93 0 00-1.381-2.623l1.744-.979zm-178.387 4.477a83.817 83.817 0 00-2.858-.956l.602-1.907c1.007.317 1.983.643 2.926.978l-.67 1.885zm5.402 2.214a50.388 50.388 0 00-2.665-1.174l.755-1.852a52.08 52.08 0 012.773 1.222l-.863 1.804zm175.7-1.183c.397.928.775 1.88 1.132 2.854l-1.878.687a55.769 55.769 0 00-1.093-2.754l1.839-.787zm-171.918 3.282a27.52 27.52 0 00-1.18-.728l1.008-1.727c.438.255.86.515 1.266.781.386.252.788.506 1.206.763l-1.045 1.705a54.43 54.43 0 01-1.255-.794zm6.674 3.795a88.769 88.769 0 01-2.71-1.43l.964-1.752c.839.462 1.723.928 2.65 1.398l-.904 1.784zm167.354-1.314c.295.964.57 1.949.822 2.955l-1.94.486a56.86 56.86 0 00-.794-2.854l1.912-.587zm-161.766 3.964c-.978-.436-1.926-.872-2.842-1.305l.856-1.808c.902.427 1.836.856 2.801 1.287l-.815 1.826zm5.624 2.389c-.977-.396-1.932-.792-2.864-1.188l.781-1.841c.922.391 1.867.783 2.834 1.175l-.751 1.854zm5.702 2.219c-.979-.366-1.942-.734-2.887-1.101l.726-1.864c.936.364 1.891.728 2.863 1.092l-.702 1.873zm151.931-2.627c.195.988.367 1.994.517 3.019l-1.979.289a60 60 0 00-.5-2.921l1.962-.387zm-146.173 4.709a282.93 282.93 0 01-2.913-1.035l.68-1.881c.95.343 1.915.686 2.893 1.028l-.66 1.888zm5.793 1.961c-.989-.325-1.966-.651-2.932-.977l.642-1.895c.959.325 1.931.649 2.913.971l-.623 1.901zm5.808 1.851a366.91 366.91 0 01-2.928-.92l.607-1.905c.961.306 1.932.611 2.912.915l-.591 1.91zm135.458-2.462c.049.509.093 1.023.131 1.542a15.1 15.1 0 01.032 1.682l-1.998-.075c.017-.471.008-.958-.029-1.461a59 59 0 00-.127-1.495l1.991-.193zm-129.616 4.222a452.59 452.59 0 01-2.926-.869l.577-1.915c.963.29 1.934.578 2.911.864l-.562 1.92zm5.875 1.674c-.982-.272-1.957-.546-2.927-.823l.548-1.923c.965.275 1.936.548 2.913.819l-.534 1.927zm5.902 1.593a521.99 521.99 0 01-2.943-.783l.521-1.931c.972.262 1.949.522 2.93.779l-.508 1.935zm117.481-1.038a12.02 12.02 0 01-1.365 2.996l-1.691-1.069a9.965 9.965 0 001.139-2.499l1.917.572zm-111.556 2.55c-.993-.246-1.982-.495-2.968-.747l.495-1.938c.981.251 1.966.499 2.955.744l-.482 1.941zm5.937 1.432c-.995-.233-1.987-.469-2.977-.708l.469-1.944c.985.238 1.973.472 2.964.704l-.456 1.948zm5.954 1.352a461.96 461.96 0 01-2.98-.667l.443-1.95c.987.224 1.976.445 2.967.663l-.43 1.954zm5.976 1.272a440.55 440.55 0 01-2.989-.626l.416-1.956c.992.211 1.984.419 2.976.623l-.403 1.959zm90.244-1.087a17.352 17.352 0 01-2.54 1.996l-1.091-1.676a15.272 15.272 0 002.247-1.764l1.384 1.444zm-84.25 2.277c-1-.191-2.001-.386-3.002-.585l.39-1.962c.996.198 1.992.392 2.987.582l-.375 1.965zm6.003 1.101c-.999-.175-1.999-.355-3.001-.539l.361-1.967c.997.183 1.993.362 2.987.537l-.347 1.969zm72.9.168c-.911.427-1.878.819-2.897 1.178l-.663-1.887a29.338 29.338 0 002.71-1.102l.85 1.811zm-66.872.844c-1-.16-2.003-.324-3.007-.493l.33-1.972c1 .168 1.997.331 2.992.49l-.315 1.975zm6.051.913a350.993 350.993 0 01-3.025-.444l.299-1.977c1.006.152 2.009.299 3.007.441l-.281 1.98zm54.962.332c-.979.263-1.996.501-3.05.716l-.4-1.96a50.079 50.079 0 002.932-.688l.518 1.932zm-48.896.472a292.674 292.674 0 01-3.049-.39l.263-1.982c1.015.135 2.025.264 3.03.387l-.244 1.985zm6.076.684a273.234 273.234 0 01-3.058-.328l.224-1.987c1.019.115 2.031.223 3.037.325l-.203 1.99zm36.729.101c-.989.152-2.005.287-3.047.406l-.226-1.988a74.52 74.52 0 002.968-.395l.305 1.977zm-30.642.446a247.153 247.153 0 01-3.048-.255l.18-1.992c1.015.091 2.023.176 3.023.253l-.155 1.994zm6.099.39a193.964 193.964 0 01-3.036-.173l.128-1.995c1.012.064 2.015.122 3.007.171l-.099 1.997zm18.393-.133c-.991.079-2.002.144-3.032.196l-.101-1.997a107.33 107.33 0 002.975-.193l.158 1.994zm-12.279.337a175.75 175.75 0 01-3.028-.075l.067-1.999c1.01.034 2.008.059 2.993.075l-.032 1.999zm6.131-.023c-.993.025-2.002.039-3.025.043l-.007-2c1.009-.004 2.003-.018 2.981-.043l.051 2z",clipRule:"evenodd",opacity:"0.24"}),React.createElement("path",{fill:"#fff",d:"M47.943 122.571L96.231 273.55a11.4 11.4 0 0011.786 7.805l63.326-5.36 148.013-12.644a11.316 11.316 0 009.904-7.823c.456-1.421.627-2.918.503-4.405a12.314 12.314 0 00-.729-3.122l-11.838-31.221-21.412-57.238-16.599-44.23a11.37 11.37 0 00-10.641-7.362H58.741a11.345 11.345 0 00-11.344 11.343c.016 1.114.2 2.219.546 3.278z"}),React.createElement("path",{fill:"#fff",d:"M47.943 122.571L96.231 273.55a11.4 11.4 0 0011.786 7.805l63.326-5.36 148.013-12.644a11.316 11.316 0 009.904-7.823c.456-1.421.627-2.918.503-4.405a12.314 12.314 0 00-.729-3.122l-11.838-31.221-21.412-57.238-16.599-44.23a11.37 11.37 0 00-10.641-7.362H58.741a11.345 11.345 0 00-11.344 11.343c.016 1.114.2 2.219.546 3.278z"}),React.createElement("path",{fill:"url(#paint0_linear_1_51)",d:"M170.575 276.06l-62.558 5.295a11.4 11.4 0 01-11.785-7.805L47.942 122.571a11.028 11.028 0 01-.546-3.278A11.34 11.34 0 0158.74 107.95h57.453l54.382 168.11z"}),React.createElement("path",{fill:"#F4F6F8",d:"M227.879 191.221c2.613-.162 4.368-2.749 3.553-5.237l-8.483-25.895a4.002 4.002 0 00-3.993-2.75l-61.621 2.961c-2.666.128-4.461 2.782-3.588 5.304l9.248 26.717a3.999 3.999 0 004.028 2.683l60.856-3.783z"}),React.createElement("path",{fill:"#DFE3E8",d:"M244.879 239.221c2.613-.162 4.368-2.749 3.553-5.237l-8.483-25.895a4.002 4.002 0 00-3.993-2.75l-61.621 2.961c-2.666.128-4.461 2.782-3.588 5.304l9.248 26.717a3.999 3.999 0 004.028 2.683l60.856-3.783z"}),React.createElement("g",{filter:"url(#filter0_f_1_51)",opacity:"0.4"},React.createElement("path",{fill:"#919EAB",d:"M253.012 134.539l15.948 52.893a4.007 4.007 0 003.903 2.94l39.559-1.142a2 2 0 001.816-2.7l-20.001-53.4a2 2 0 00-1.755-1.295l-35.906-2.109a3.612 3.612 0 00-3.059 1.461 3.614 3.614 0 00-.505 3.352z"})),React.createElement("path",{fill:"#fff",d:"M330.082 174.424l-16.495-46.701a4.03 4.03 0 00-3.512-2.732l-69.518-4.111a3.676 3.676 0 00-3.061 1.481 3.663 3.663 0 00-.53 3.358l15.949 52.92a4.057 4.057 0 003.902 2.966l70.091-2.108a3.663 3.663 0 002.898-1.716 3.667 3.667 0 00.276-3.357z"}),React.createElement("path",{fill:m,d:"M295.375 166.976c.478 1.237.718 1.856 1.229 2.206.511.351 1.174.351 2.501.351h.32c2.648 0 3.972 0 4.568-.87.596-.869.118-2.104-.837-4.574l-6.427-16.612c-.479-1.238-.719-1.856-1.23-2.207-.511-.35-1.174-.35-2.501-.35h-.32c-2.648 0-3.972 0-4.568.87-.596.869-.118 2.104.837 4.573l6.428 16.613z"}),React.createElement("g",{opacity:"0.48"},React.createElement("path",{fill:"url(#paint1_linear_1_51)",d:"M306.33 166.969c.478 1.241.717 1.861 1.228 2.212.512.351 1.176.351 2.505.351h.314c2.649 0 3.973 0 4.569-.869.596-.87.118-2.105-.839-4.574l-1.586-4.099c-.479-1.237-.718-1.855-1.229-2.205-.511-.351-1.175-.351-2.501-.351h-.305c-2.644 0-3.966 0-4.562.868-.596.868-.121 2.102.829 4.569l1.577 4.098z"}),React.createElement("path",{fill:"url(#paint2_linear_1_51)",d:"M284.397 166.971c.478 1.24.717 1.86 1.228 2.211.512.351 1.176.351 2.505.351h.315c2.648 0 3.973 0 4.568-.87.596-.87.118-2.105-.838-4.575l-2.705-6.986c-.479-1.237-.718-1.855-1.229-2.205-.511-.35-1.175-.35-2.501-.35h-.303c-2.645 0-3.967 0-4.563.868-.596.868-.12 2.102.831 4.57l2.692 6.986z"}),React.createElement("path",{fill:"url(#paint3_linear_1_51)",d:"M273.442 166.976c.479 1.237.718 1.856 1.229 2.206.511.351 1.175.351 2.502.351h.32c2.648 0 3.972 0 4.568-.87.596-.869.118-2.104-.838-4.574l-9.445-24.417c-.479-1.238-.718-1.856-1.229-2.207-.511-.35-1.175-.35-2.502-.35h-.32c-2.648 0-3.972 0-4.568.869-.596.87-.118 2.104.837 4.574l9.446 24.418z"}),React.createElement("path",{fill:"url(#paint4_linear_1_51)",d:"M262.463 166.974c.479 1.239.718 1.858 1.229 2.208.511.351 1.175.351 2.502.351h.322c2.647 0 3.97 0 4.566-.869.596-.869.119-2.104-.835-4.573l-12.935-33.472c-.479-1.238-.718-1.857-1.229-2.207-.511-.351-1.175-.351-2.502-.351h-.322c-2.647 0-3.97 0-4.566.869-.596.869-.119 2.104.835 4.573l12.935 33.471z"})),React.createElement("g",{fill:"#fff",fillRule:"evenodd",clipRule:"evenodd",opacity:"0.4"},React.createElement("path",{d:"M78.02 155.171a15.22 15.22 0 11.312 1.015l-.156-.495-.157-.52zm15.194-4.189l-3.59-11.525a12.641 12.641 0 013.121-.547 12.102 12.102 0 0111.994 8.456c.312 1.014.496 2.062.546 3.122a13.006 13.006 0 01-.286 3.148 11.815 11.815 0 01-2.914 5.516 11.914 11.914 0 01-11.525 3.59 13.21 13.21 0 01-2.94-1.067 12.76 12.76 0 01-2.602-1.821 12.257 12.257 0 01-3.33-5.203l11.526-3.669zM111.296 251.773a15.298 15.298 0 0129.321-8.429v.494c0 .156 0 .338.182.494a15.272 15.272 0 01-28.619 10.407c-.078-.247-.149-.495-.221-.742a28.499 28.499 0 00-.221-.741 16.041 16.041 0 01-.171-.595 10.734 10.734 0 00-.271-.888zm11.187-14.7l3.746 11.474.079-.026 3.746 11.5a11.965 11.965 0 006.921-6.01 11.83 11.83 0 001.04-2.966c.23-1.024.317-2.075.26-3.122a12.07 12.07 0 00-9.548-11.188 12.42 12.42 0 00-6.244.338zM100.21 187.509a15.272 15.272 0 00-4.473 10.799v1.066a15.272 15.272 0 1030.544 0v-1.066a15.271 15.271 0 00-26.071-10.799zm10.591 11.293V186.73c2.112.016 4.183.581 6.01 1.639a11.366 11.366 0 012.602 1.925 12.027 12.027 0 01-.005 17.068 12.022 12.022 0 01-5.433 3.096 11.575 11.575 0 01-6.244 0 12.202 12.202 0 01-2.914-1.171l5.984-10.485z"})),React.createElement("path",{fill:"url(#paint5_linear_1_51)",d:"M151.154 76h-41.55l12.645 7.727L151.154 76z"}),React.createElement("path",{fill:"url(#paint6_linear_1_51)",d:"M151.154 76l-26.668 12.332 4.501 15.715L151.154 76z"}),React.createElement("path",{fill:"url(#paint7_linear_1_51)",d:"M117.435 95.279l7.051-6.947L151.154 76 117.435 95.28z"}),React.createElement("path",{fill:m,d:"M117.435 95.279l7.051-6.947L151.154 76l-28.905 7.727-4.814 11.552z"}),React.createElement("defs",null,React.createElement("filter",{id:"filter0_f_1_51",width:"101.56",height:"100.65",x:"232.807",y:"109.722",colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},React.createElement("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),React.createElement("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),React.createElement("feGaussianBlur",{result:"effect1_foregroundBlur_1_51",stdDeviation:"10"})),React.createElement("linearGradient",{id:"paint0_linear_1_51",x1:"47.397",x2:"47.397",y1:"107.95",y2:"281.395",gradientUnits:"userSpaceOnUse"},React.createElement("stop",{stopColor:r}),React.createElement("stop",{offset:"1",stopColor:m})),React.createElement("linearGradient",{id:"paint1_linear_1_51",x1:"248.43",x2:"248.43",y1:"128.061",y2:"169.533",gradientUnits:"userSpaceOnUse"},React.createElement("stop",{stopColor:r}),React.createElement("stop",{offset:"1",stopColor:m})),React.createElement("linearGradient",{id:"paint2_linear_1_51",x1:"248.43",x2:"248.43",y1:"128.061",y2:"169.533",gradientUnits:"userSpaceOnUse"},React.createElement("stop",{stopColor:r}),React.createElement("stop",{offset:"1",stopColor:m})),React.createElement("linearGradient",{id:"paint3_linear_1_51",x1:"248.43",x2:"248.43",y1:"128.061",y2:"169.533",gradientUnits:"userSpaceOnUse"},React.createElement("stop",{stopColor:r}),React.createElement("stop",{offset:"1",stopColor:m})),React.createElement("linearGradient",{id:"paint4_linear_1_51",x1:"248.43",x2:"248.43",y1:"128.061",y2:"169.533",gradientUnits:"userSpaceOnUse"},React.createElement("stop",{stopColor:r}),React.createElement("stop",{offset:"1",stopColor:m})),React.createElement("linearGradient",{id:"paint5_linear_1_51",x1:"109.604",x2:"109.604",y1:"76",y2:"104.047",gradientUnits:"userSpaceOnUse"},React.createElement("stop",{stopColor:r}),React.createElement("stop",{offset:"1",stopColor:m})),React.createElement("linearGradient",{id:"paint6_linear_1_51",x1:"109.604",x2:"109.604",y1:"76",y2:"104.047",gradientUnits:"userSpaceOnUse"},React.createElement("stop",{stopColor:r}),React.createElement("stop",{offset:"1",stopColor:m})),React.createElement("linearGradient",{id:"paint7_linear_1_51",x1:"109.604",x2:"109.604",y1:"76",y2:"104.047",gradientUnits:"userSpaceOnUse"},React.createElement("stop",{stopColor:r}),React.createElement("stop",{offset:"1",stopColor:m}))),React.createElement("image",{href:"/assets/illustrations/characters/character_3.png",height:"300",x:"312",y:"30"}))});
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import*as React from"react";import{memo as e}from"react";import{useTheme as c}from"@mui/material/styles";import t from"@mui/material/Box";import a from"./background-shape.js";export default e(function({...e}){const l=c(),r=l.palette.primary.lighter,h=l.palette.primary.light,i=l.palette.primary.main,m=l.palette.primary.dark,n=l.palette.primary.darker;return React.createElement(t,{component:"svg",width:"100%",height:"100%",viewBox:"0 0 480 360",xmlns:"http://www.w3.org/2000/svg",...e},React.createElement(a,null),React.createElement("image",{href:"/assets/illustrations/characters/character_8.png",height:"300",x:"340",y:"30"}),React.createElement("path",{fill:i,d:"M292.4 266.4h-7.3v-.6h6.7v-59.6h-25.7V118h-23.6v-.6h24.2v88.2h25.7v60.8zM146 164.5h-.6v-21.1h16.5v-19h.6v19.7H146v20.4z"}),React.createElement("path",{fill:i,d:"M242.5 112.3c0 3.2-1.3 6.3-3.5 8.5-2.3 2.3-5.3 3.5-8.5 3.5h-82.9c-4.4.1-8.5-2.2-10.7-5.9-2.2-3.8-2.2-8.5 0-12.3 2.2-3.8 6.3-6.1 10.7-5.9h2.8c-2-7.2-.6-14.9 3.9-20.8s11.6-9.4 19-9.4h7c8.9 0 17 4.9 21.1 12.8 2-1 4.2-1.6 6.5-1.6h1.8c3.8 0 7.4 1.5 10.1 4.2 2.7 2.7 4.2 6.3 4.2 10.1v.7c0 1.3-.2 2.7-.6 3.9h6.9c6.8.2 12.2 5.6 12.2 12.2z",opacity:"0.08"}),React.createElement("path",{fill:"#fff",d:"M275.4 228.3v14c0 .8-.4 1.5-1.1 1.8-.3.2-.7.3-1.1.3-1.2 0-2.2-1-2.2-2.1v-14c0-4.7-3.5-8.6-8.1-9.1-.4 0-.7-.1-1.1-.1-5.1 0-9.2 4.1-9.2 9.2v14c0 .8-.4 1.5-1.1 1.8-.3.2-.7.3-1.1.3-1.2 0-2.2-1-2.2-2.2v-14c0-7.5 6.1-13.5 13.5-13.5.4 0 .7 0 1.1.1 7.2.6 12.6 6.4 12.6 13.5z"}),React.createElement("path",{fill:"#DFE3E8",d:"M275.4 228.3v14c.3.5.2 1.2-.3 1.6-.5.4-1.1.4-1.6 0s-.6-1.1-.3-1.6v-14c0-5.1-4.1-9.2-9.2-9.2-.4 0-.7 0-1.1.1-.4 0-.7-.1-1.1-.1-5.1 0-9.2 4.1-9.2 9.2v14c.3.5.2 1.2-.3 1.6-.5.4-1.1.4-1.6 0s-.6-1-.3-1.6v-14c-.4-4.7 1.9-9.2 5.9-11.7s9.1-2.5 13.1 0c4.1 2.4 6.4 7 6 11.7z"}),React.createElement("path",{fill:n,d:"M277.8 242.2h-33.2c-4 0-7.3 3.3-7.3 7.3v33.2c0 4 3.3 7.3 7.3 7.3h33.2c4 0 7.3-3.3 7.3-7.3v-33.2c0-4-3.3-7.3-7.3-7.3z"}),React.createElement("path",{fill:m,d:"M277.8 242.2h-24.9c-4 0-7.3 3.3-7.3 7.3v33.2c0 4 3.3 7.3 7.3 7.3h24.9c4 0 7.3-3.3 7.3-7.3v-33.2c0-4-3.3-7.3-7.3-7.3z"}),React.createElement("path",{fill:"url(#paint0_linear_1_140)",d:"M278 145h-22c-4.4 0-8 3.6-8 8v22.8c0 4.4 3.6 8 8 8h22c4.4 0 8-3.6 8-8V153c0-4.4-3.6-8-8-8z"}),React.createElement("path",{fill:i,d:"M126 129.7h-22.4c-1.7 0-3 1.3-3 3v32.8c0 1.7 1.3 3 3 3H126c1.7 0 3-1.3 3-3v-32.8c0-1.7-1.4-3-3-3z",opacity:"0.08"}),React.createElement("path",{fill:"#fff",d:"M119.1 135.9H96.6c-1.7 0-3 1.3-3 3v32.8c0 1.7 1.3 3 3 3H119c1.7 0 3-1.3 3-3v-32.8c.1-1.6-1.3-3-2.9-3z"}),React.createElement("path",{fill:i,d:"M119.1 135.9H96.6c-1.7 0-3 1.3-3 3v32.8c0 1.7 1.3 3 3 3H119c1.7 0 3-1.3 3-3v-32.8c.1-1.6-1.3-3-2.9-3z",opacity:"0.48"}),React.createElement("path",{fill:i,d:"M80 243.5c.2 2 .9 3.9 2 5.5 4.4 7.8 9.4 15.5 16.2 21.3 10.1 8.5 23.2 12.2 36 15.7-1.1-.6-2.5-6.4-3-7.7-1-2.5-1.9-5.1-2.8-7.6-1.5-4-4.6-7.2-7.7-10.2-6.9-6.7-15.3-11.6-24.5-14.4-5.3-1.7-10.8-2.6-16.2-2.6z"}),React.createElement("path",{fill:n,d:"M129.8 247.8c-1-7.3-2.1-14.6-5-21.4-2.9-6.7-8-12.9-14.9-15.4l-.6 31.2c-.1 6-.2 12.1 1.5 17.9 3 10.1 13.5 21.9 23.6 25.3 1.5-4.8-1-12.2-1.7-17.2l-2.9-20.4z"}),React.createElement("path",{fill:m,d:"M237.2 164H140c-4.7 0-8.4 3.8-8.4 8.4v19.1c0 4.7 3.8 8.4 8.4 8.4h97.1c4.7 0 8.4-3.8 8.4-8.4v-19.1c.1-4.6-3.7-8.4-8.3-8.4zm0 44H140c-4.7 0-8.4 3.8-8.4 8.4v19.1c0 4.7 3.8 8.4 8.4 8.4h97.1c4.7 0 8.4-3.8 8.4-8.4v-19.1c.1-4.6-3.7-8.4-8.3-8.4zm0 44.2H140c-4.7 0-8.4 3.8-8.4 8.4v19.1c0 4.7 3.8 8.4 8.4 8.4h97.1c4.7 0 8.4-3.8 8.4-8.4v-19.1c.1-4.6-3.7-8.4-8.3-8.4z"}),React.createElement("path",{fill:"url(#paint1_linear_1_140)",d:"M237.6 164h-91.2c-4.7 0-8.4 3.8-8.4 8.4v19.1c0 4.7 3.8 8.4 8.4 8.4h91.1c4.7 0 8.4-3.8 8.4-8.4v-19.1c.1-4.6-3.7-8.4-8.3-8.4zm8.4 53.6v16.8c0 2.5-1 5-2.9 6.8-1.9 1.8-4.4 2.8-7.1 2.8h-88c-2.7 0-5.2-1-7.1-2.8-1.9-1.8-2.9-4.2-2.9-6.8v-16.8c0-5.3 4.5-9.6 10-9.6h88c2.7 0 5.2 1 7.1 2.8 1.8 1.8 2.9 4.2 2.9 6.8zm-8.4 34.4h-91.2c-4.7 0-8.4 3.8-8.4 8.4v19.1c0 4.7 3.8 8.4 8.4 8.4h91.1c4.7 0 8.4-3.8 8.4-8.4v-19.1c.1-4.6-3.7-8.4-8.3-8.4z"}),React.createElement("path",{fill:r,d:"M161.6 182c0 2.2-1.8 4-4 4s-4-1.8-4-4 1.8-4 4-4 4 1.8 4 4zm12 0c0 2.2-1.8 4-4 4s-4-1.8-4-4 1.8-4 4-4 4 1.8 4 4zm8 4c2.2 0 4-1.8 4-4s-1.8-4-4-4-4 1.8-4 4 1.8 4 4 4zM162 226c0 2.2-1.8 4-4 4s-4-1.8-4-4 1.8-4 4-4 4 1.8 4 4zm12 0c0 2.2-1.8 4-4 4s-4-1.8-4-4 1.8-4 4-4 4 1.8 4 4zm8 4c2.2 0 4-1.8 4-4s-1.8-4-4-4-4 1.8-4 4 1.8 4 4 4zm52-6h-30c-.6 0-1 .4-1 1v2c0 .6.4 1 1 1h30c.6 0 1-.4 1-1v-2c0-.6-.4-1-1-1zm-72 46c0 2.2-1.8 4-4 4s-4-1.8-4-4 1.8-4 4-4 4 1.8 4 4zm12 0c0 2.2-1.8 4-4 4s-4-1.8-4-4 1.8-4 4-4 4 1.8 4 4zm8 4c2.2 0 4-1.8 4-4s-1.8-4-4-4-4 1.8-4 4 1.8 4 4 4zm52-6h-30c-.6 0-1 .4-1 1v2c0 .6.4 1 1 1h30c.6 0 1-.4 1-1v-2c0-.6-.4-1-1-1z"}),React.createElement("path",{fill:n,d:"M264.4 267.7c.5-1.8-.8-3.7-1.2-5.5-.1-.3-.1-.7 0-1 .2-1.5 1.5-2.6 3-2.6s2.8 1.1 3 2.6c.1.3 0 .7 0 1-.3 1.8-1.6 3.8-1.1 5.6l.4 1.3c.5 1.5-.7 3.1-2.3 3.1-1.6 0-2.7-1.5-2.3-3l.5-1.5zM258 158.8l9.2-4.8 8.8 4.8s-1.6 11.8-8.6 15.2c0 0-8.6-3.3-9.4-15.2z"}),React.createElement("defs",null,React.createElement("linearGradient",{id:"paint0_linear_1_140",x1:"277.574",x2:"255.652",y1:"143.24",y2:"187.057",gradientUnits:"userSpaceOnUse"},React.createElement("stop",{stopColor:i}),React.createElement("stop",{offset:"1",stopColor:m})),React.createElement("linearGradient",{id:"paint1_linear_1_140",x1:"138",x2:"138",y1:"164",y2:"287.9",gradientUnits:"userSpaceOnUse"},React.createElement("stop",{stopColor:h}),React.createElement("stop",{offset:"1",stopColor:m}))))});
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import*as React from"react";import{memo as e}from"react";import{useTheme as c}from"@mui/material/styles";import t from"@mui/material/Box";import a from"./background-shape.js";export default e(function({...e}){const l=c(),m=l.palette.primary.lighter,h=l.palette.primary.main,r=l.palette.primary.dark,i=l.palette.primary.darker;return React.createElement(t,{component:"svg",width:"100%",height:"100%",viewBox:"0 0 480 360",xmlns:"http://www.w3.org/2000/svg",...e},React.createElement(a,null),React.createElement("image",{href:"/assets/illustrations/characters/character_2.png",height:"300",x:"322",y:"30"}),React.createElement("path",{fill:h,d:"M70.6 79.545c0-2.7.7-5.4 2-7.8 1.3-2.4 3.1-4.4 5.4-5.9 2.3-1.5 4.9-2.4 7.6-2.7 2.7-.3 5.4.1 8 1.1 1.8-3.8 4.8-6.8 8.499-8.8 3.7-2 7.9-2.8 12-2.3s8 2.3 11.1 5.1c3.1 2.8 5.3 6.5 6.2 10.6 4.5.3 8.7 2.3 11.7 5.7 3 3.3 4.6 7.7 4.5 12.2-.1 4.5-2 8.7-5.2 11.9-3.2 3.1-7.5 4.9-12 4.9h-55.5c-2.9 0-5.7-1-7.9-2.8-2.2-1.8-3.7-4.4-4.2-7.2s0-5.7 1.4-8.3c1.4-2.7 3.7-4.7 6.4-5.7zm195.699 136c0-1.7.4-3.3 1.2-4.8.8-1.5 1.9-2.7 3.3-3.7 1.4-.9 3-1.5 4.7-1.7 1.7-.2 3.4.1 4.9.7 1.1-2.3 3-4.2 5.2-5.5 2.2-1.3 4.9-1.7 7.4-1.4 2.6.3 5 1.4 6.9 3.1 1.9 1.7 3.2 4 3.8 6.5 2.8.2 5.4 1.4 7.2 3.5 1.9 2.1 2.9 4.8 2.8 7.5-.1 2.8-1.3 5.4-3.3 7.3-2 1.9-4.7 3-7.5 3h-34c-1.8 0-3.5-.6-4.8-1.8-1.4-1.1-2.3-2.7-2.6-4.4-.3-1.7 0-3.5.8-5.1 1-1.3 2.4-2.5 4-3.2zm-184.2-30.4c0-2.9.7-5.7 2.1-8.2 1.4-2.5 3.3-4.7 5.7-6.2 2.4-1.6 5.1-2.6 7.9-2.9 2.8-.3 5.7.1 8.3 1.2 1.9-3.9 5-7.2 8.9-9.3 3.8-2.1 8.2-3 12.6-2.4 4.4.5 8.4 2.4 11.7 5.3 3.2 2.9 5.5 6.8 6.5 11.1 4.8.2 9.4 2.2 12.7 5.7 3.3 3.5 5.1 8.2 4.9 13-.2 4.8-2.2 9.4-5.7 12.7-3.5 3.3-8.2 5.1-13 4.9h-58c-3 0-5.9-1.1-8.2-3-2.3-1.9-3.9-4.6-4.4-7.6-.5-3 0-6 1.4-8.6 1.4-2.6 3.8-4.6 6.6-5.7zm180.4-84.4c0-2 .5-3.9 1.5-5.6.9-1.7 2.3-3.2 3.9-4.3 1.6-1.1 3.5-1.8 5.5-2 2-.2 3.9.1 5.8.8 1.3-2.7 3.5-4.9 6.1-6.4 2.7-1.4 5.7-2 8.7-1.7 3 .4 5.8 1.6 8.1 3.7 2.3 2 3.8 4.7 4.5 7.6 3.3.1 6.5 1.5 8.8 4 2.3 2.4 3.5 5.7 3.4 9-.1 3.3-1.5 6.5-4 8.8-2.4 2.3-5.7 3.5-9 3.4h-40.1c-2.1 0-4.1-.7-5.7-2.1-1.6-1.3-2.7-3.2-3.1-5.2-.4-2.1 0-4.2 1-6 1-1.9 2.7-3.3 4.6-4z",opacity:"0.08"}),React.createElement("path",{fill:i,d:"M185.3 306.145c74.7 0 135.3-3.5 135.3-7.9s-60.6-7.9-135.3-7.9c-74.7 0-135.3 3.5-135.3 7.9s60.5 7.9 135.3 7.9z",opacity:"0.24"}),React.createElement("path",{fill:"url(#paint0_linear_1_99)",d:"M138.6 75.745h12.8c8 0 15.8 2.3 22.5 6.7 6.9 4.5 12.3 10.9 15.4 18.5 7.6.5 14.8 3.3 20.6 8.2 5.8 4.9 9.9 11.5 11.6 18.8 5.1 1.5 9.5 4.7 12.5 9.2 2.9 4.5 4.1 9.8 3.4 15.1-.7 5.3-3.4 10.1-7.4 13.6s-9.2 5.4-14.5 5.4h-125c-4.7.1-9.3-.8-13.6-2.5-4.3-1.7-8.3-4.3-11.6-7.6-3.3-3.3-6-7.2-7.8-11.5-1.8-4.3-2.7-8.9-2.7-13.6 0-4.7.9-9.3 2.7-13.6 1.8-4.3 4.4-8.2 7.8-11.5 3.3-3.3 7.3-5.9 11.6-7.6 4.3-1.7 9-2.6 13.6-2.5h10.2c3.1-7.4 8.4-13.8 15.1-18.2 6.8-4.5 14.7-6.9 22.8-6.9z"}),React.createElement("path",{fill:"url(#paint1_linear_1_99)",d:"M124.2 171.245h16.4v16.5c0 1.8-.7 3.6-2 4.9-.6.6-1.2 1-1.9 1.3v10.6c0 1-.4 1.9-1.1 2.6-.6.6-1.5 1-2.3 1.1h.8v4.2c0 4.3 1.7 8.5 4.8 11.6 3.1 3.1 7.2 4.8 11.6 4.8h36.6v3.5h-36.6c-5.3 0-10.3-2.1-14.1-5.8-3.7-3.7-5.8-8.8-5.8-14.1v-4.3h.8c-.9-.1-1.7-.4-2.3-1.1-.7-.7-1.1-1.6-1.1-2.6v-10.6c-.7-.3-1.3-.8-1.9-1.3-1.3-1.3-2-3-2-4.9v-16.4h.1z"}),React.createElement("path",{fill:m,fillRule:"evenodd",d:"M216.1 130.245l1.6.4c4.5 1.3 8.3 4.1 10.9 8 2.5 3.9 3.6 8.6 2.9 13.2-.6 4.6-2.9 8.8-6.4 11.9-3.5 3.1-8 4.7-12.7 4.7H103.3c-8.4 0-16.5-3.4-22.6-9.3-6-5.9-9.5-13.9-9.7-22.4-.2-8.4 2.9-16.6 8.6-22.7 5.8-6.2 13.7-9.9 22.2-10.4h1.5c2.9 0 5.9.4 8.7 1.2l.2.1 2.5.7.9-2.4c2.7-7 7.4-13.1 13.5-17.4 6.1-4.4 13.3-6.9 20.8-7.2 7.3.3 14.3 2.6 20.3 6.8 6 4.2 10.7 9.9 13.5 16.7l.7 1.6 1.7.1c6.9.4 13.6 3.1 18.9 7.6 5.3 4.5 9.1 10.5 10.7 17.3l.4 1.5zm-78.7 24.4v-27.7h-8.8l22.8-25.6 22.8 25.6h-8.8v27.7h-28z",clipRule:"evenodd"}),React.createElement("path",{fill:m,d:"M297.8 112.745c.2-.3.3-.6.3-1 0-.5-.2-.9-.5-1.2-.3-.3-.8-.5-1.2-.5-.3 0-.7.1-1 .3-.3.2-.5.5-.6.8-.1.3-.2.7-.1 1 .1.3.2.6.5.9.2.2.5.4.9.5.3.1.7 0 1-.1l.7-.7zm-195.2 90.5c.3-.4.4-.9.4-1.5a2.732 2.732 0 00-2.7-2.7c-.5 0-1 .2-1.5.4-.4.3-.8.7-1 1.2-.2.5-.3 1-.2 1.5.1.5.4 1 .7 1.3.4.4.8.6 1.4.7.5.1 1 .1 1.5-.1.7 0 1.1-.4 1.4-.8zm201.9-91.5c0 .3-.1.7-.3 1-.2.3-.5.5-.8.6-.3.1-.7.2-1 .1-.3-.1-.6-.2-.9-.5-.2-.2-.4-.5-.5-.9-.1-.3 0-.7.1-1 .1-.3.3-.6.6-.8.3-.2.6-.3 1-.3.5 0 .9.2 1.2.5.4.4.6.8.6 1.3zm-166.1 71.9c0 1.2-1 2.2-2.2 2.2-1.2 0-2.2-1-2.2-2.2 0-1.2 1-2.2 2.2-2.2 1.2.1 2.2 1 2.2 2.2z",opacity:"0.48"}),React.createElement("path",{fill:m,d:"M291.6 111.745c0 .3-.1.7-.3 1-.2.3-.5.5-.8.6-.3.1-.7.2-1 .1-.3-.1-.6-.2-.9-.5-.2-.2-.4-.5-.5-.9-.1-.3 0-.7.1-1 .1-.3.4-.6.6-.8.3-.2.6-.3 1-.3.5 0 .9.2 1.2.5.5.4.6.8.6 1.3zm-198.5 90c0 .5-.2 1-.4 1.5-.3.4-.7.8-1.2 1-.5.2-1 .3-1.5.1-.5-.1-1-.4-1.4-.7-.4-.3-.6-.8-.7-1.3-.1-.5 0-1 .2-1.5s.5-.9 1-1.2c.4-.3.9-.4 1.5-.4.7 0 1.4.3 1.9.8.3.4.6 1 .6 1.7zm39.5-18.1c0 1.2-1 2.2-2.2 2.2-1.2 0-2.2-1-2.2-2.2 0-1.2 1-2.2 2.2-2.2 1.2 0 2.2 1 2.2 2.2z",opacity:"0.12"}),React.createElement("path",{fill:h,d:"M256.3 144.745h-60c-5 0-9.1 4.1-9.1 9.1v135.3c0 5 4.1 9.1 9.1 9.1h60c5 0 9.1-4.1 9.1-9.1v-135.3c0-5-4.1-9.1-9.1-9.1z"}),React.createElement("path",{fill:r,d:"M256.3 298.245h16.3c5 0 9.1-4.1 9.1-9.1v-135.3c0-5-4.1-9.1-9.1-9.1h-16.3c5 0 9.1 4.1 9.1 9.1v135.3c0 5-4.1 9.1-9.1 9.1z"}),React.createElement("path",{fill:"#fff",d:"M262.4 289.145v-135.3c0-3.3-2.7-6.1-6.1-6.1h-57.2c-3.3 0-6.1 2.7-6.1 6.1v135.3c0 3.3 2.7 6.1 6.1 6.1h57.2c3.3 0 6.1-2.8 6.1-6.1z"}),React.createElement("path",{fill:h,fillRule:"evenodd",d:"M202.5 165.545h50.4c1.2 0 2.4-.5 3.3-1.4.9-.9 1.4-2.1 1.4-3.3 0-1.3-.5-2.5-1.4-3.3-.9-.9-2.1-1.4-3.3-1.4h-50.4c-1.2 0-2.4.5-3.3 1.4-.9.9-1.4 2.1-1.4 3.3 0 1.2.5 2.4 1.4 3.3.9.9 2 1.4 3.3 1.4zm-.8-3.7h34.6c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7 0-.1 0-.3-.1-.4-.1-.1-.1-.2-.2-.3-.1-.1-.2-.2-.3-.2-.1-.1-.3-.1-.4-.1h-34.6c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7 0 .1 0 .3.1.4.1.1.1.2.2.3.1.1.2.2.3.2.2.1.3.1.4.1zm.8 18.9h50.4c1.2 0 2.4-.5 3.3-1.4.9-.9 1.4-2.1 1.4-3.3 0-1.2-.5-2.4-1.4-3.3-.9-.9-2.1-1.4-3.3-1.4h-50.4c-1.2 0-2.4.5-3.3 1.4-.9.9-1.4 2.1-1.4 3.3 0 1.3.5 2.4 1.4 3.3.8.9 2 1.4 3.3 1.4zm-.8-3.7h34.6c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7 0-.3-.1-.5-.3-.7-.2-.2-.5-.3-.7-.3h-34.6c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7 0 .3.1.5.3.7.2.2.5.3.7.3zm.8 18.9h50.4c1.2 0 2.4-.5 3.3-1.4.9-.9 1.4-2.1 1.4-3.3 0-1.3-.5-2.5-1.4-3.3-.9-.9-2.1-1.4-3.3-1.4h-50.4c-1.3 0-2.4.5-3.3 1.4-.9.9-1.4 2.1-1.4 3.3 0 1.2.5 2.4 1.4 3.3.9.8 2 1.3 3.3 1.4zm-.8-3.7h34.6c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7 0-.1 0-.3-.1-.4-.1-.1-.1-.2-.2-.3-.1-.1-.2-.2-.3-.2-.1 0-.3-.1-.4-.1h-34.6c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7 0 .1 0 .3.1.4.1.1.1.2.2.3.1.1.2.2.3.2.2 0 .3.1.4.1zm.8 9.4h50.4c2.6 0 4.7 2.1 4.7 4.7s-2.1 4.7-4.7 4.7h-50.4c-2.6 0-4.7-2.1-4.7-4.7s2.1-4.7 4.7-4.7zm-.8 5.7h34.6c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7 0-.3-.1-.5-.3-.7-.2-.2-.5-.3-.7-.3h-34.6c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7 0 .2.1.5.3.7.2.2.5.3.7.3zm51.2 18.9h-50.4c-1.2 0-2.4-.5-3.3-1.4-.9-.9-1.4-2.1-1.4-3.3 0-1.3.5-2.4 1.4-3.3.9-.9 2.1-1.4 3.3-1.4h50.4c1.3 0 2.5.5 3.3 1.4.9.9 1.4 2.1 1.4 3.3 0 1.2-.5 2.4-1.4 3.3-.8.9-2 1.4-3.3 1.4zm-16.6-3.7h-34.6c-.1 0-.3 0-.4-.1-.1-.1-.2-.1-.3-.2-.1-.1-.2-.2-.2-.3-.1-.1-.1-.3-.1-.4 0-.1 0-.3.1-.4.1-.1.1-.2.2-.3.1-.1.2-.2.3-.2.1-.1.3-.1.4-.1h34.6c.1 0 .3 0 .4.1.1.1.2.1.3.2.1.1.2.2.2.3.1.1.1.3.1.4 0 .3-.1.5-.3.7-.2.2-.4.3-.7.3zm-33.8 18.9h50.4c1.3 0 2.5-.5 3.3-1.4.9-.9 1.4-2.1 1.4-3.3 0-1.2-.5-2.4-1.4-3.3-.9-.9-2.1-1.4-3.3-1.4h-50.4c-1.2 0-2.4.5-3.3 1.4-.9.9-1.4 2.1-1.4 3.3 0 1.2.5 2.4 1.4 3.3.8.8 2 1.3 3.3 1.4zm-.8-3.7h34.6c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7 0-.3-.1-.5-.3-.7-.2-.2-.5-.3-.7-.3h-34.6c-.1 0-.3 0-.4.1-.1.1-.2.1-.3.2-.1.1-.2.2-.2.3-.1.1-.1.3-.1.4 0 .3.1.5.3.7.2.2.5.3.7.3zm51.2 18.8h-50.4c-1.2 0-2.4-.5-3.3-1.4-.9-.9-1.4-2.1-1.4-3.3 0-1.3.5-2.4 1.4-3.3.9-.9 2.1-1.4 3.3-1.4h50.4c1.3 0 2.5.5 3.3 1.4.9.9 1.4 2.1 1.4 3.3 0 1.2-.5 2.4-1.4 3.3-.8.9-2 1.4-3.3 1.4zm-16.6-3.7h-34.6c-.3 0-.5-.1-.7-.3-.2-.2-.3-.5-.3-.7 0-.3.1-.5.3-.7.2-.2.5-.3.7-.3h34.6c.1 0 .3 0 .4.1.1.1.2.1.3.2.1.1.2.2.2.3.1.1.1.3.1.4 0 .3-.1.5-.3.7-.2.2-.4.3-.7.3zm-33.8 9.5h50.4c2.6 0 4.7 2.1 4.7 4.7s-2.1 4.7-4.7 4.7h-50.4c-2.6 0-4.7-2.1-4.7-4.7s2.1-4.7 4.7-4.7zm-.8 5.7h34.6c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7 0-.3-.1-.5-.3-.7-.2-.2-.5-.3-.7-.3h-34.6c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7 0 .1 0 .3.1.4.1.1.1.2.2.3.1.1.2.2.3.2.1 0 .3.1.4.1zm51.2 18.9h-50.4c-1.2 0-2.4-.5-3.3-1.4-.9-.9-1.4-2.1-1.4-3.3 0-1.3.5-2.4 1.4-3.3.9-.9 2.1-1.4 3.3-1.4h50.4c1.3 0 2.5.5 3.3 1.4.9.9 1.4 2.1 1.4 3.3 0 1.3-.5 2.4-1.4 3.3-.8.9-2 1.4-3.3 1.4zm-16.6-3.7h-34.6c-.3 0-.5-.1-.7-.3-.2-.2-.3-.5-.3-.7 0-.3.1-.5.3-.7.2-.2.5-.3.7-.3h34.6c.1 0 .3 0 .4.1.1.1.2.1.3.2.1.1.2.2.2.3.1.1.1.3.1.4 0 .3-.1.5-.3.7-.2.2-.4.3-.7.3z",clipRule:"evenodd",opacity:"0.24"}),React.createElement("path",{fill:"#FFAB00",d:"M248.8 161.845c.6 0 1-.5 1-1 0-.6-.5-1-1-1-.6 0-1 .5-1 1-.1.6.4 1 1 1zm0 15.2c.6 0 1-.5 1-1 0-.6-.5-1-1-1-.6 0-1 .5-1 1-.1.5.4 1 1 1zm0 15.2c.6 0 1-.5 1-1 0-.6-.5-1-1-1-.6 0-1 .5-1 1-.1.5.4 1 1 1zm-4.6 15.1c.6 0 1-.5 1-1 0-.6-.5-1-1-1-.6 0-1 .5-1 1 0 .6.4 1 1 1zm0 15.2c.6 0 1-.5 1-1 0-.6-.5-1-1-1-.6 0-1 .5-1 1s.4 1 1 1zm0 15.2c.6 0 1-.5 1-1 0-.6-.5-1-1-1-.6 0-1 .5-1 1s.4 1 1 1zm0 15.1c.6 0 1-.5 1-1 0-.6-.5-1-1-1-.6 0-1 .5-1 1 0 .6.4 1 1 1zm4.6 15.2c.6 0 1-.5 1-1 0-.6-.5-1-1-1-.6 0-1 .5-1 1-.1.5.4 1 1 1zm0 15.2c.6 0 1-.5 1-1 0-.6-.5-1-1-1-.6 0-1 .5-1 1-.1.5.4 1 1 1z"}),React.createElement("path",{fill:r,d:"M253.3 161.845c.6 0 1-.5 1-1 0-.6-.5-1-1-1-.6 0-1 .5-1 1 0 .6.4 1 1 1zm0 15.2c.6 0 1-.5 1-1 0-.6-.5-1-1-1-.6 0-1 .5-1 1s.4 1 1 1zm0 15.2c.6 0 1-.5 1-1 0-.6-.5-1-1-1-.6 0-1 .5-1 1s.4 1 1 1zm-4.5 15.1c.6 0 1-.5 1-1 0-.6-.5-1-1-1-.6 0-1 .5-1 1-.1.6.4 1 1 1zm0 15.2c.6 0 1-.5 1-1 0-.6-.5-1-1-1-.6 0-1 .5-1 1-.1.5.4 1 1 1zm4.5 15.2c.6 0 1-.5 1-1 0-.6-.5-1-1-1-.6 0-1 .5-1 1s.4 1 1 1zm0 15.1c.6 0 1-.5 1-1 0-.6-.5-1-1-1-.6 0-1 .5-1 1 0 .6.4 1 1 1zm0 15.2c.6 0 1-.5 1-1 0-.6-.5-1-1-1-.6 0-1 .5-1 1s.4 1 1 1zm0 15.2c.6 0 1-.5 1-1 0-.6-.5-1-1-1-.6 0-1 .5-1 1s.4 1 1 1zm-9.1-121.4c.6 0 1-.5 1-1 0-.6-.5-1-1-1-.6 0-1 .5-1 1 0 .6.4 1 1 1zm0 15.2c.6 0 1-.5 1-1 0-.6-.5-1-1-1-.6 0-1 .5-1 1s.4 1 1 1zm0 15.2c.6 0 1-.5 1-1 0-.6-.5-1-1-1-.6 0-1 .5-1 1s.4 1 1 1zm9.1 15.1c.6 0 1-.5 1-1 0-.6-.5-1-1-1-.6 0-1 .5-1 1 0 .6.4 1 1 1zm0 15.2c.6 0 1-.5 1-1 0-.6-.5-1-1-1-.6 0-1 .5-1 1s.4 1 1 1zm-4.5 15.2c.6 0 1-.5 1-1 0-.6-.5-1-1-1-.6 0-1 .5-1 1-.1.5.4 1 1 1zm0 15.1c.6 0 1-.5 1-1 0-.6-.5-1-1-1-.6 0-1 .5-1 1-.1.6.4 1 1 1zm-4.6 15.2c.6 0 1-.5 1-1 0-.6-.5-1-1-1-.6 0-1 .5-1 1s.4 1 1 1zm0 15.2c.6 0 1-.5 1-1 0-.6-.5-1-1-1-.6 0-1 .5-1 1s.4 1 1 1z"}),React.createElement("path",{fill:i,d:"M170.6 243.645l-4.5 5.6c-.4.5-.9.9-1.5 1.2-.6.3-1.2.4-1.8.4h-40.2c-1.1 0-2.1.4-2.8 1.1-.8.7-1.3 1.7-1.4 2.7l-3.6 42.9c-.1.5 0 1 .2 1.5s.4.9.7 1.3c.3.4.7.7 1.2.9.5.2 1 .3 1.5.3h78.9c1.1 0 2.1-.4 2.8-1.1.8-.7 1.3-1.7 1.4-2.7l4.3-51.6c.1-.5 0-1-.2-1.5s-.4-.9-.7-1.3c-.3-.4-.7-.7-1.2-.9-.5-.2-1-.3-1.4-.3h-28.5c-.6 0-1.2.1-1.8.4-.5.2-1 .6-1.4 1.1z"}),React.createElement("path",{fill:"url(#paint2_linear_1_99)",d:"M154.6 246.645l-3.6 5.3c-.3.5-.8.9-1.3 1.1-.5.3-1.1.4-1.7.4h-33.1c-.5 0-1 .1-1.4.2-.4.2-.9.5-1.2.8-.3.3-.6.8-.8 1.2-.2.5-.2.9-.2 1.4l3 40.6c.1 1 .6 2 1.4 2.6.8.7 1.8 1 2.8 1h78.9c.5 0 1-.1 1.4-.2.4-.2.9-.5 1.2-.8.3-.3.6-.8.8-1.2.2-.5.2-.9.2-1.4l-3.6-48.9c-.1-1-.6-1.9-1.4-2.6-.8-.7-1.8-1-2.8-1h-35.5c-.6 0-1.2.1-1.7.4-.5.3-1 .7-1.4 1.1z"}),React.createElement("defs",null,React.createElement("linearGradient",{id:"paint0_linear_1_99",x1:"179.716",x2:"100.71",y1:"61.393",y2:"249.434",gradientUnits:"userSpaceOnUse"},React.createElement("stop",{stopColor:h}),React.createElement("stop",{offset:"1",stopColor:r})),React.createElement("linearGradient",{id:"paint1_linear_1_99",x1:"209.454",x2:"130.449",y1:"73.888",y2:"261.929",gradientUnits:"userSpaceOnUse"},React.createElement("stop",{stopColor:h}),React.createElement("stop",{offset:"1",stopColor:r})),React.createElement("linearGradient",{id:"paint2_linear_1_99",x1:"168.021",x2:"145.633",y1:"238.622",y2:"311.266",gradientUnits:"userSpaceOnUse"},React.createElement("stop",{stopColor:h}),React.createElement("stop",{offset:"1",stopColor:r}))))});
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import*as React from"react";import{memo as e}from"react";import{useTheme as t}from"@mui/material/styles";import l from"@mui/material/Box";import a from"./background-shape.js";export default e(function({...e}){const r=t(),c=r.palette.primary.main,o=r.palette.primary.dark,n=r.palette.primary.darker;return React.createElement(l,{component:"svg",width:"100%",height:"100%",viewBox:"0 0 480 360",xmlns:"http://www.w3.org/2000/svg",...e},React.createElement(a,null),React.createElement("defs",null,React.createElement("linearGradient",{id:"linearGradient-2",x1:"30.113%",x2:"30.113%",y1:"0%",y2:"100%"},React.createElement("stop",{offset:"0%",stopOpacity:"0"}),React.createElement("stop",{offset:"100%"}))),React.createElement("path",{fill:"#FF4842",fillRule:"nonzero",d:"M293.006 206.192c-2.248 2.672-4.676 2.628-6.123 2.251l.054-1.384s5.979-2.733 5.827-2.159c-.057.215.057.733.242 1.292zM309.393 209.217c-3.818 2.206-6.058-.38-6.578-1.112.32-.84.801-2.204.703-2.592-.144-.577 5.827 2.155 5.827 2.155l.048 1.549zM305.303 187.204s3.632-2.093 4.425-1.151c.792.942-4.425 1.151-4.425 1.151zM307.497 188.355s-.598.299.721.681c1.318.383-.721-.681-.721-.681zM285.532 182.599c-.123.036 3.022 2.123 5.862.395-.012 0-5.154-.61-5.862-.395zM291.239 186.591s-.861 1.692-2.625 1.943c-1.764.251 2.625-1.943 2.625-1.943zM302.785 190.262s4.138 6.578 3.346 8.129c-.793 1.552-3.346-8.129-3.346-8.129zM294.62 216.416c0 .368 0 .712-.036.996-.107 1.33-3.381.828-3.381.828-2.99.416-4.066-1.019-4.422-2.392a5.444 5.444 0 01-.164-1.363 5.606 5.606 0 01.054-.819v-.272a1.998 1.998 0 011.859.379c1.331 1.08 3.095.252 3.095.252s1.294.107 1.793.538c.281.242.745-.341 1.098-.897.021.359.054 1.007.074 1.701.024.356.03.714.03 1.049z",opacity:"0.05"}),React.createElement("path",{fill:"#FF4842",fillRule:"nonzero",d:"M289.37 216.339s-.897.879-2.589-.479a5.444 5.444 0 01-.164-1.363c.864.658 2.466 1.842 2.753 1.842zM294.62 216.416a.67.67 0 01-.519.132.672.672 0 01-.452-.287c.348-.266.669-.566.956-.897.009.359.015.717.015 1.052zM301.637 217.032c0 .371 0 .715.033.996.108 1.333 3.382.828 3.382.828 2.989.419 4.066-1.017 4.421-2.392a5.728 5.728 0 00.111-2.182v-.272a2.024 2.024 0 00-1.862.379c-1.331 1.08-3.092.251-3.092.251s-1.294.111-1.794.542c-.281.242-.744-.341-1.094-.897a61.426 61.426 0 00-.078 1.701c-.024.35-.03.708-.027 1.046z",opacity:"0.05"}),React.createElement("path",{fill:"#FF4842",fillRule:"nonzero",d:"M306.887 216.949s.897.879 2.587-.479c.112-.444.169-.901.167-1.36-.867.655-2.47 1.839-2.754 1.839zM301.637 217.032a.67.67 0 00.969-.155 6.35 6.35 0 01-.957-.897c-.009.356-.014.714-.012 1.052zM319.614 106.269c.063-.138.123-.275.18-.41.057-.134.077-.209.11-.317-.11.237-.206.48-.29.727z",opacity:"0.05"}),React.createElement("path",{fill:n,fillRule:"nonzero",d:"M157.592 279.461a4.114 4.114 0 01-.917-3.131l13.196-107.979 1.094-8.97a4.142 4.142 0 014.078-3.635l38.654-.257a4.135 4.135 0 004.108-4.249l-.015-.409a4.14 4.14 0 014.135-4.279h40.619a4.134 4.134 0 014.098 4.682 4.137 4.137 0 003.995 4.682l39.01.996a4.13 4.13 0 013.97 4.831l-19.502 113.909-.368 2.152a4.042 4.042 0 01-.598 1.543l-135.557.114z"}),React.createElement("path",{fill:"#FFF",fillRule:"nonzero",d:"M251.256817 123.296578L274.098317 123.296578 274.098317 200.823078 251.256817 200.823078z",transform:"rotate(34.64 262.678 162.06)"}),React.createElement("path",{fill:"#FFC107",fillRule:"nonzero",d:"M270.624591 129.857671L286.750291 129.857671 286.750291 145.983371 270.624591 145.983371z",transform:"rotate(34.804 278.687 137.92)"}),React.createElement("path",{fill:"#FFC107",fillRule:"nonzero",d:"M260.275579 145.813111L276.423079 145.813111 276.423079 161.960611 260.275579 161.960611z",opacity:"0.5",transform:"rotate(34.64 268.35 153.887)"}),React.createElement("path",{fill:"#FFC107",fillRule:"nonzero",d:"M249.191579 161.852111L265.339079 161.852111 265.339079 177.999611 249.191579 177.999611z",opacity:"0.3",transform:"rotate(34.64 257.265 169.926)"}),React.createElement("path",{fill:"#FFF",fillRule:"nonzero",d:"M237.472537 121.334214L260.314037 121.334214 260.314037 198.567714 237.472537 198.567714z",transform:"rotate(16.29 248.893 159.951)"}),React.createElement("path",{fill:"#FF4842",fillRule:"nonzero",d:"M249.053192 123.761554L265.200692 123.761554 265.200692 139.909054 249.053192 139.909054z",transform:"rotate(16.29 257.127 131.835)"}),React.createElement("path",{fill:"#FF4842",fillRule:"nonzero",d:"M243.584192 142.473554L259.731692 142.473554 259.731692 158.621053 243.584192 158.621053z",opacity:"0.5",transform:"rotate(16.29 251.658 150.547)"}),React.createElement("path",{fill:"#FF4842",fillRule:"nonzero",d:"M238.116192 161.182554L254.263692 161.182554 254.263692 177.330054 238.116192 177.330054z",opacity:"0.3",transform:"rotate(16.29 246.19 169.256)"}),React.createElement("path",{fill:"#FFF",fillRule:"nonzero",d:"M230.099192 121.641542L252.940692 121.641542 252.940692 198.875042 230.099192 198.875042z",transform:"rotate(4.6 241.52 160.258)"}),React.createElement("path",{fill:"#1890FF",fillRule:"nonzero",d:"M235.800489 122.985499L251.947989 122.985499 251.947989 139.132999 235.800489 139.132999z",transform:"rotate(4.6 243.874 131.06)"}),React.createElement("path",{fill:"#1890FF",fillRule:"nonzero",d:"M234.234488 142.413498L250.381988 142.413498 250.381988 158.560998 234.234488 158.560998z",opacity:"0.5",transform:"rotate(4.6 242.308 150.487)"}),React.createElement("path",{fill:"#1890FF",fillRule:"nonzero",d:"M232.672488 161.846499L248.819988 161.846499 248.819988 177.993999 232.672488 177.993999z",opacity:"0.3",transform:"rotate(4.6 240.746 169.92)"}),React.createElement("path",{fill:"#FFF",fillRule:"nonzero",d:"M224.736657 123.384871L247.578157 123.384871 247.578157 200.618371 224.736657 200.618371z",transform:"rotate(-2.61 236.157 162.002)"}),React.createElement("path",{fill:c,fillRule:"nonzero",d:"M226.751283 124.659968L242.898783 124.659968 242.898783 140.807468 226.751283 140.807468z",transform:"rotate(-2.61 234.825 132.734)"}),React.createElement("path",{fill:c,fillRule:"nonzero",d:"M228.305601 143.479224L244.473301 143.479224 244.473301 159.646924 228.305601 159.646924z",opacity:"0.5",transform:"rotate(-2.862 236.39 151.563)"}),React.createElement("path",{fill:c,fillRule:"nonzero",d:"M228.525282 163.608968L244.672782 163.608968 244.672782 179.756468 228.525282 179.756468z",opacity:"0.3",transform:"rotate(-2.61 236.599 171.683)"}),React.createElement("path",{fill:"#F4F6F8",fillRule:"nonzero",d:"M232.679 225.726l-20.294 7.851-29.661 11.466c-1.121-2.093-2.771-4.921-4.813-8.297-7.026-11.642-18.65-29.75-29.001-45.665-11.66-17.938-21.696-33.075-21.696-33.075l7.265-2.093 59.346-17.23 38.854 87.043z"}),React.createElement("path",{fill:"#000",fillRule:"nonzero",d:"M232.679 225.726l-20.294 7.851a152.535 152.535 0 01-34.484 3.169c-7.026-11.642-18.65-29.75-29-45.665l-14.42-35.18 59.343-17.218 38.855 87.043z",opacity:"0.1"}),React.createElement("path",{fill:c,fillRule:"nonzero",d:"M247.777 220.841s-31.526 18.65-78.596 14.432l-37.525-91.486 17.984-3.091 62.168-10.677 35.279 89.043.69 1.779z"}),React.createElement("path",{fill:"#FF4842",fillRule:"nonzero",d:"M247.075 219.074c-7.424.365-16.013.329-24.654-.702-9.351-1.101-18.757-3.367-26.82-7.523-6.742-3.471-12.506-7.247-17.532-11.776-13.074-11.759-21.164-28.579-28.429-58.365l62.168-10.677 35.267 89.043z",opacity:"0.1"}),React.createElement("path",{fill:"#FFF",fillRule:"nonzero",d:"M270.203 213.959s-23.239 4.55-46.894 1.749c-9.351-1.1-18.757-3.367-26.82-7.522-6.742-3.471-12.503-7.247-17.532-11.777-16.181-14.557-24.725-36.866-33.536-81.918 0 0 38.633 9.325 76.836-11.101-.012.015 12.865 80.373 47.946 110.569z"}),React.createElement("path",{fill:c,fillRule:"nonzero",d:"M165.405 131.03s31.416-1.776 40.187-8.548l1.331 4.276s-20.758 9.157-41.518 9.268v-4.996zM165.405 152.137s30.417-1.665 53.399-12.766l.777 1.776s-18.237 10.647-54.176 13.433v-2.443zM167.853 160.362s30.418-1.665 53.397-12.766l.777 1.776s-18.237 10.643-54.174 13.433v-2.443zM170.299 168.599s30.417-1.666 53.399-12.766l.774 1.775s-18.237 10.647-54.173 13.433v-2.442zM172.748 176.835s30.417-1.665 53.396-12.766l.777 1.776s-18.237 10.647-54.173 13.433v-2.443zM175.193 185.075s30.417-1.665 53.399-12.766l.774 1.776s-18.237 10.643-54.173 13.433v-2.443z",opacity:"0.3"}),React.createElement("path",{fill:c,fillRule:"nonzero",d:"M389.069 287.344s-12.641-.762-11.152 8.097c0 0-.299 1.563 1.124 2.275 0 0 .021-.658 1.295-.434.454.077.916.099 1.375.066a2.832 2.832 0 001.677-.694c.468-.409 3.555-1.468 4.936-7.274 0 0 1.023-1.267.981-1.593l-2.132.897s.73 1.54.156 2.816c0 0-.069-2.759-.479-2.691-.083 0-1.109.533-1.109.533s1.253 2.69.299 4.628c0 0 .359-3.304-.699-4.434l-1.495.876s1.465 2.768.472 5.029c0 0 .254-3.465-.789-4.817l-1.361 1.062s1.379 2.729.539 4.604c0 0-.111-4.036-.835-4.341 0 0-1.195 1.049-1.369 1.494 0 0 .942 1.98.356 3.026 0 0-.359-2.691-.652-2.691 0 0-1.196 1.794-1.309 2.99 0 0 .051-1.818 1.022-3.172a3.593 3.593 0 00-1.818.942s.186-1.262 2.111-1.37c0 0 .981-1.351 1.241-1.435 0 0-1.914-.158-3.074.356 0 0 1.023-1.196 3.427-.649l1.342-1.094s-2.52-.347-3.588.036c0 0 1.229-1.052 3.95-.299l1.462-.873s-2.147-.463-3.426-.299c0 0 1.348-.729 3.856.06l1.044-.47s-1.573-.299-2.033-.358c-.461-.06-.488-.174-.488-.174a5.426 5.426 0 012.957.329s2.222-.813 2.186-.954z"}),React.createElement("ellipse",{cx:"380.363",cy:"298.487",fill:c,fillRule:"nonzero",opacity:"0.1",rx:"8.945",ry:"1.513"}),React.createElement("path",{fill:c,fillRule:"nonzero",d:"M394.956 258.102s-7.125-.43-6.279 4.565a1.218 1.218 0 00.631 1.283s.015-.371.733-.245c.255.042.515.054.774.036.349-.023.681-.159.945-.389.264-.23 2.003-.828 2.783-4.102 0 0 .577-.714.553-.897l-1.196.511s.41.87.087 1.591c0 0-.039-1.558-.269-1.522-.048 0-.625.299-.625.299s.706 1.495.173 2.61c0 0 .204-1.862-.394-2.502l-.846.496s.825 1.561.266 2.834c0 0 .143-1.955-.446-2.714l-.765.598s.774 1.539.299 2.595c0 0-.063-2.275-.469-2.446a4.75 4.75 0 00-.775.834s.532 1.118.204 1.707c0 0-.204-1.515-.368-1.521 0 0-.67 1.001-.739 1.689a3.671 3.671 0 01.577-1.794 2.007 2.007 0 00-1.025.532s.104-.711 1.196-.771c0 0 .553-.763.699-.81 0 0-1.079-.09-1.734.2 0 0 .577-.67 1.932-.365l.759-.619s-1.423-.194-2.024.021c0 0 .694-.598 2.227-.161l.826-.494a7.445 7.445 0 00-1.935-.164s.763-.413 2.174.033l.598-.263s-.897-.177-1.148-.203c-.252-.027-.275-.099-.275-.099a3.078 3.078 0 011.668.185s1.232-.46 1.208-.538z"}),React.createElement("ellipse",{cx:"390.052",cy:"264.383",fill:c,fillRule:"nonzero",opacity:"0.1",rx:"5.044",ry:"1"}),React.createElement("path",{fill:c,fillRule:"nonzero",d:"M352.896 262.437s-8.604-.52-7.588 5.51a1.47 1.47 0 00.763 1.549s0-.449.897-.299c.309.052.623.067.935.045a1.923 1.923 0 001.142-.473c.318-.279 2.419-.998 3.361-4.951 0 0 .697-.861.667-1.085l-1.468.622s.496 1.046.104 1.916c0 0-.048-1.877-.326-1.835-.056 0-.753.364-.753.364s.852 1.824.209 3.152c0 0 .245-2.249-.475-3.02l-1.023.598s.996 1.886.32 3.423c0 0 .174-2.359-.535-3.289l-.927.724s.939 1.857.365 3.133c0 0-.072-2.747-.565-2.954 0 0-.81.715-.933 1.008 0 0 .64 1.348.242 2.06 0 0-.245-1.83-.445-1.839 0 0-.804 1.214-.897 2.042.04-.768.28-1.512.697-2.159a2.427 2.427 0 00-1.235.643s.125-.858 1.435-.933c0 0 .667-.92.846-.974 0 0-1.303-.111-2.093.239 0 0 .694-.807 2.329-.44l.915-.747s-1.713-.233-2.442.024c0 0 .837-.715 2.69-.191l.996-.598s-1.462-.314-2.335-.201c0 0 .921-.496 2.625.042l.711-.32s-1.07-.209-1.384-.242c-.314-.033-.329-.119-.329-.119a3.69 3.69 0 012.012.221s1.519-.553 1.492-.646z"}),React.createElement("ellipse",{cx:"346.97",cy:"270.022",fill:c,fillRule:"nonzero",opacity:"0.1",rx:"6.09",ry:"1.028"}),React.createElement("rect",{width:"51.026",height:"91.312",x:"303.926",y:"69.211",fill:"#FFF",fillRule:"nonzero",rx:"4.737",transform:"rotate(-71.99 329.44 114.867)"}),React.createElement("circle",{cx:"303.613",cy:"103.507",r:"9.376",fill:c,fillRule:"nonzero",opacity:"0.2"}),React.createElement("path",{fill:c,fillRule:"nonzero",d:"M344.582495 86.4883769L347.150665 86.4883769 347.150665 127.336977 344.582495 127.336977z",opacity:"0.2",transform:"rotate(-71.99 345.867 106.913)"}),React.createElement("path",{fill:c,fillRule:"nonzero",d:"M333.028401 99.6373982L335.596571 99.6373982 335.596571 120.445898 333.028401 120.445898z",opacity:"0.2",transform:"rotate(-71.99 334.312 110.042)"}),React.createElement("path",{fill:c,fillRule:"nonzero",d:"M337.109071 101.431004L339.677241 101.431004 339.677241 135.086304 337.109071 135.086304z",opacity:"0.2",transform:"rotate(-71.99 338.393 118.259)"}),React.createElement("path",{fill:c,fillRule:"nonzero",d:"M338.505494 105.174377L341.073664 105.174377 341.073664 146.022978 338.505494 146.022978z",opacity:"0.2",transform:"rotate(-71.99 339.79 125.599)"}),React.createElement("path",{fill:c,fillRule:"nonzero",d:"M348.060839 134.648161L353.026769 134.648161 353.026769 145.952261 348.060839 145.952261z",opacity:"0.5",transform:"rotate(-71.99 350.544 140.3)"}),React.createElement("rect",{width:"50.3",height:"78.305",x:"291.549",y:"174.486",fill:"#FFF",fillRule:"nonzero",rx:"4",transform:"rotate(-57.265 316.7 213.638)"}),React.createElement("path",{fill:"#DFE3E8",fillRule:"nonzero",d:"M278.038439 203.88874L292.269539 203.88874 292.269539 207.23723 278.038439 207.23723z",transform:"rotate(-57.57 285.154 205.563)"}),React.createElement("path",{fill:"#DFE3E8",fillRule:"nonzero",d:"M283.007935 199.201889L314.262535 199.201889 314.262535 202.272339 283.007935 202.272339z",transform:"rotate(-57.57 298.635 200.737)"}),React.createElement("path",{fill:"#DFE3E8",fillRule:"nonzero",d:"M288.543935 202.715889L319.798535 202.715889 319.798535 205.786339 288.543935 205.786339z",transform:"rotate(-57.57 304.171 204.251)"}),React.createElement("path",{fill:"#DFE3E8",fillRule:"nonzero",d:"M294.078936 206.235889L325.333536 206.235889 325.333536 209.306339 294.078936 209.306339z",transform:"rotate(-57.57 309.706 207.771)"}),React.createElement("path",{fill:"#DFE3E8",fillRule:"nonzero",d:"M299.879919 211.40702L331.090719 211.40702 331.090719 214.47316 299.879919 214.47316z",transform:"rotate(-57.265 315.485 212.94)"}),React.createElement("path",{fill:"#F4F6F8",fillRule:"nonzero",d:"M305.149936 213.268889L336.404536 213.268889 336.404536 216.339339 305.149936 216.339339z",transform:"rotate(-57.57 320.777 214.804)"}),React.createElement("path",{fill:"#F4F6F8",fillRule:"nonzero",d:"M310.685935 216.782889L341.940535 216.782889 341.940535 219.853339 310.685935 219.853339z",transform:"rotate(-57.57 326.313 218.318)"}),React.createElement("path",{fill:"#DFE3E8",fillRule:"nonzero",d:"M341.417983 210.406958L349.511163 210.406958 349.511163 218.500138 341.417983 218.500138z",transform:"rotate(-57.57 345.465 214.454)"}),React.createElement("path",{fill:c,fillRule:"nonzero",d:"M269.277 168.76l-45.767.493a3.127 3.127 0 00-3.094 3.125v3.782a3.127 3.127 0 01-3.05 3.124l-33.024.792a3.124 3.124 0 01-3.095-2.308l-1.551-5.701a3.124 3.124 0 00-3.053-2.308l-44.113.475a3.125 3.125 0 00-3.05 3.648l17.747 104.449a3.129 3.129 0 003.071 2.604l139.363.598a3.129 3.129 0 003.082-3.714l-20.366-106.521a3.125 3.125 0 00-3.1-2.538z"}),React.createElement("path",{fill:o,fillRule:"nonzero",d:"M269.277 168.76l-45.767.493a3.127 3.127 0 00-3.094 3.125v3.782a3.127 3.127 0 01-3.05 3.124l-33.024.792a3.124 3.124 0 01-3.095-2.308l-1.551-5.701a3.124 3.124 0 00-3.053-2.308l-44.113.475a3.125 3.125 0 00-3.05 3.648l17.747 104.449a3.129 3.129 0 003.071 2.604l139.363.598a3.129 3.129 0 003.082-3.714l-20.366-106.521a3.125 3.125 0 00-3.1-2.538z",opacity:"0.243"}),React.createElement("path",{fill:"url(#linearGradient-2)",fillRule:"nonzero",d:"M269.277 168.76l-45.767.493a3.127 3.127 0 00-3.094 3.125v3.782a3.127 3.127 0 01-3.05 3.124l-33.024.792a3.124 3.124 0 01-3.095-2.308l-1.551-5.701a3.124 3.124 0 00-3.053-2.308l-44.113.475a3.125 3.125 0 00-3.05 3.648l17.747 104.449a3.129 3.129 0 003.071 2.604l139.363.598a3.129 3.129 0 003.082-3.714l-20.366-106.521a3.125 3.125 0 00-3.1-2.538z",opacity:"0.32"}),React.createElement("ellipse",{cx:"119.593",cy:"258.664",fill:c,fillRule:"nonzero",opacity:"0.1",rx:"4.846",ry:"1"}),React.createElement("ellipse",{cx:"101.03",cy:"260.545",fill:c,fillRule:"nonzero",opacity:"0.1",rx:"4.846",ry:"1"}),React.createElement("ellipse",{cx:"108.459",cy:"265.905",fill:c,fillRule:"nonzero",opacity:"0.1",rx:"3.444",ry:"1"}),React.createElement("ellipse",{cx:"89.193",cy:"265.433",fill:c,fillRule:"nonzero",opacity:"0.1",rx:"3.444",ry:"1"}),React.createElement("path",{fill:c,fillRule:"nonzero",d:"M100.925 260.398s6.796-22.279-1.064-31.204c-5.881-6.676-12.557-5.877-15.547-5.052a5.528 5.528 0 00-3.564 2.963c-1.046 2.254-.858 5.913 6.521 10.186 12.35 7.151 13.119 16.96 13.119 16.96l.535 6.147z"}),React.createElement("path",{stroke:n,strokeLinecap:"round",strokeWidth:"0.5",d:"M85.382 227.302s20.031 6.278 15.546 33.096M97.083 229.547s-2.76 1.86-1.88 4.655M87.39 231.203s1.687-1.716 3.741-.768M95.31 239.832s2.963-1.495 3.728.379M102.638 242.962s-2.224-.176-2.263.897"}),React.createElement("path",{fill:c,fillRule:"nonzero",d:"M101.2 260.575s-7.961-16.193-10.147-15.846c-1.037.17-1.516 1.196-1.734 2.218a6.516 6.516 0 00.434 3.941c1.13 2.601 4.165 7.519 11.447 9.687z"}),React.createElement("path",{stroke:n,strokeLinecap:"round",strokeWidth:"0.5",d:"M91.113 247.808s8.353 12.115 9.968 12.647"}),React.createElement("path",{stroke:n,strokeLinecap:"round",strokeWidth:"0.5",d:"M90.344 249.701L92.293 249.701"}),React.createElement("path",{stroke:n,strokeLinecap:"round",strokeWidth:"0.5",d:"M92.68 254.132L95.738 254.263"}),React.createElement("path",{stroke:n,strokeLinecap:"round",strokeWidth:"0.5",d:"M94.542 250.586L94.21 252.179"}),React.createElement("path",{stroke:n,strokeLinecap:"round",strokeWidth:"0.5",d:"M97.792 255.432L97.732 256.879"}),React.createElement("path",{fill:c,fillRule:"nonzero",d:"M100.964 260.575s7.959-16.193 10.144-15.846c1.041.17 1.519 1.196 1.734 2.218a6.514 6.514 0 01-.433 3.941c-1.13 2.601-4.168 7.519-11.445 9.687z"}),React.createElement("path",{stroke:n,strokeLinecap:"round",strokeWidth:"0.5",d:"M111.051 247.808s-8.371 12.115-9.97 12.647"}),React.createElement("path",{stroke:n,strokeLinecap:"round",strokeWidth:"0.5",d:"M111.82 249.701L109.871 249.701"}),React.createElement("path",{stroke:n,strokeLinecap:"round",strokeWidth:"0.5",d:"M109.485 254.132L106.426 254.263"}),React.createElement("path",{stroke:n,strokeLinecap:"round",strokeWidth:"0.5",d:"M107.622 250.586L107.954 252.179"}),React.createElement("path",{stroke:n,strokeLinecap:"round",strokeWidth:"0.5",d:"M104.372 255.432L104.432 256.879"}),React.createElement("path",{fill:c,fillRule:"nonzero",d:"M87.295 264.357a1.375 1.375 0 01-.452-.685.599.599 0 01.317-.697c.3-.11.598.09.837.299.24.21.512.431.81.38a1.237 1.237 0 01-.382-1.16.47.47 0 01.105-.236c.161-.174.454-.099.648.039.598.43.787 1.264.79 2.018.03-.277.03-.555 0-.831a.853.853 0 01.334-.727.938.938 0 01.476-.114.988.988 0 01.774.222.767.767 0 01-.03.947c-.229.257-.5.474-.801.64a1.805 1.805 0 00-.571.547.399.399 0 00-.042.096h-1.74a4.826 4.826 0 01-1.073-.738zM117.626 257.833a1.355 1.355 0 01-.452-.682.599.599 0 01.314-.696c.299-.111.598.089.837.299.239.209.509.436.817.391a1.236 1.236 0 01-.386-1.157.472.472 0 01.107-.236c.162-.173.455-.099.649.036.613.433.787 1.268.79 2.021a4.008 4.008 0 000-.834.852.852 0 01.299-.736.955.955 0 01.475-.11.998.998 0 01.774.218.768.768 0 01-.033.951 2.996 2.996 0 01-.798.64 1.767 1.767 0 00-.571.544.499.499 0 00-.042.098h-1.701a4.78 4.78 0 01-1.079-.747zM107.518 264.357a1.406 1.406 0 01-.455-.685.6.6 0 01.317-.697c.299-.11.598.09.837.299.239.21.505.437.816.395a1.247 1.247 0 01-.385-1.16.472.472 0 01.107-.236c.162-.174.455-.099.649.039.613.43.783 1.264.789 2.018.03-.277.03-.555 0-.832a.855.855 0 01.314-.735.93.93 0 01.476-.114.988.988 0 01.774.222.764.764 0 01-.033.947 3.028 3.028 0 01-.798.64 1.798 1.798 0 00-.571.547.411.411 0 00-.042.096h-1.734c-.385-.2-.742-.45-1.061-.744z"}),React.createElement("circle",{cx:"84.467",cy:"87.003",r:"6.467",fill:c,fillRule:"nonzero",opacity:"0.1"}),React.createElement("circle",{cx:"395.425",cy:"138.681",r:"6.467",fill:c,fillRule:"nonzero",opacity:"0.1"}),React.createElement("circle",{cx:"279.178",cy:"66.467",r:"6.467",fill:c,fillRule:"nonzero",opacity:"0.1"}),React.createElement("circle",{cx:"97.4",cy:"122.68",r:"10.838",fill:c,fillRule:"nonzero",opacity:"0.1"}),React.createElement("path",{fill:o,fillRule:"nonzero",d:"M206.029 209.911c-7.975 0-14.44 6.465-14.44 14.44s6.465 14.44 14.44 14.44 14.44-6.465 14.44-14.44-6.465-14.44-14.44-14.44z"}),React.createElement("path",{fill:c,fillRule:"nonzero",d:"M206.029 211.59c7.047 0 12.761 5.714 12.761 12.761 0 7.048-5.714 12.761-12.761 12.761-7.048 0-12.761-5.713-12.761-12.761.006-7.045 5.716-12.754 12.761-12.761",opacity:"0.72"}),React.createElement("path",{fill:o,fillRule:"nonzero",d:"M200.058 225.406l-.699-.681a.721.721 0 010-1.065l6.127-5.984a.753.753 0 01.546-.231c.206 0 .404.083.545.231l6.127 5.978a.733.733 0 010 1.065l-.699.682a.768.768 0 01-1.091 0l-3.622-3.727v8.843a.725.725 0 01-.219.523.76.76 0 01-.534.217h-1.009a.75.75 0 01-.759-.74v-8.832l-3.622 3.726a.768.768 0 01-1.091-.005z"}))});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export*from"./variants/index.js";export{default as MotionViewport}from"./motion-viewport.js";export{default as MotionContainer}from"./motion-container.js";
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import*as React from"react";import{m as t}from"framer-motion";import i from"@mui/material/Box";import{varContainer as a}from"./variants/index.js";export default function e({animate:e,action:n=!1,children:m,...r}){return n?React.createElement(i,{component:t.div,initial:!1,animate:e?"animate":"exit",variants:a(),...r},m):React.createElement(i,{component:t.div,initial:"initial",animate:"animate",exit:"exit",variants:a(),...r},m)}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import*as React from"react";import{m as e}from"framer-motion";import i from"@mui/material/Box";import{useResponsive as t}from"../../hooks/use-responsive.js";import{varContainer as o}from"./variants/index.js";export default function n({children:n,disableAnimatedMobile:r=!0,...m}){return t("down","sm")&&r?React.createElement(i,{component:"div",...m},n):React.createElement(i,{component:e.div,initial:"initial",whileInView:"animate",viewport:{once:!0,amount:.3},variants:o(),...m},n)}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
export const varBgColor=n=>({animate:{background:(null==n?void 0:n.colors)||["#19dcea","#b22cff"],transition:{duration:(null==n?void 0:n.duration)||5,ease:(null==n?void 0:n.ease)||"linear"}}});export const varBgKenburns=n=>{const a=(null==n?void 0:n.duration)||5,e=(null==n?void 0:n.ease)||"easeOut";return{top:{animate:{scale:[1,1.25],y:[0,-15],transformOrigin:["50% 16%","50% top"],transition:{duration:a,ease:e}}},bottom:{animate:{scale:[1,1.25],y:[0,15],transformOrigin:["50% 84%","50% bottom"],transition:{duration:a,ease:e}}},left:{animate:{scale:[1,1.25],x:[0,20],y:[0,15],transformOrigin:["16% 50%","0% left"],transition:{duration:a,ease:e}}},right:{animate:{scale:[1,1.25],x:[0,-20],y:[0,-15],transformOrigin:["84% 50%","0% right"],transition:{duration:a,ease:e}}}}};export const varBgPan=n=>{const a=(null==n?void 0:n.colors)||["#ee7752","#e73c7e","#23a6d5","#23d5ab"],e=(null==n?void 0:n.duration)||5,t=(null==n?void 0:n.ease)||"linear",o=n=>`linear-gradient(${n}deg, ${a})`;return{top:{animate:{backgroundImage:[o(0),o(0)],backgroundPosition:["center 99%","center 1%"],backgroundSize:["100% 600%","100% 600%"],transition:{duration:e,ease:t}}},right:{animate:{backgroundPosition:["1% center","99% center"],backgroundImage:[o(270),o(270)],backgroundSize:["600% 100%","600% 100%"],transition:{duration:e,ease:t}}},bottom:{animate:{backgroundImage:[o(0),o(0)],backgroundPosition:["center 1%","center 99%"],backgroundSize:["100% 600%","100% 600%"],transition:{duration:e,ease:t}}},left:{animate:{backgroundPosition:["99% center","1% center"],backgroundImage:[o(270),o(270)],backgroundSize:["600% 100%","600% 100%"],transition:{duration:e,ease:t}}}}};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import{varTranExit as t,varTranEnter as a}from"./transition.js";export const varBounce=i=>{const n=null==i?void 0:i.durationIn,e=null==i?void 0:i.durationOut,o=null==i?void 0:i.easeIn,s=null==i?void 0:i.easeOut;return{in:{initial:{},animate:{scale:[.3,1.1,.9,1.03,.97,1],opacity:[0,1,1,1,1,1],transition:a({durationIn:n,easeIn:o})},exit:{scale:[.9,1.1,.3],opacity:[1,1,0]}},inUp:{initial:{},animate:{y:[720,-24,12,-4,0],scaleY:[4,.9,.95,.985,1],opacity:[0,1,1,1,1],transition:{...a({durationIn:n,easeIn:o})}},exit:{y:[12,-24,720],scaleY:[.985,.9,3],opacity:[1,1,0],transition:t({durationOut:e,easeOut:s})}},inDown:{initial:{},animate:{y:[-720,24,-12,4,0],scaleY:[4,.9,.95,.985,1],opacity:[0,1,1,1,1],transition:a({durationIn:n,easeIn:o})},exit:{y:[-12,24,-720],scaleY:[.985,.9,3],opacity:[1,1,0],transition:t({durationOut:e,easeOut:s})}},inLeft:{initial:{},animate:{x:[-720,24,-12,4,0],scaleX:[3,1,.98,.995,1],opacity:[0,1,1,1,1],transition:a({durationIn:n,easeIn:o})},exit:{x:[0,24,-720],scaleX:[1,.9,2],opacity:[1,1,0],transition:t({durationOut:e,easeOut:s})}},inRight:{initial:{},animate:{x:[720,-24,12,-4,0],scaleX:[3,1,.98,.995,1],opacity:[0,1,1,1,1],transition:a({durationIn:n,easeIn:o})},exit:{x:[0,-24,720],scaleX:[1,.9,2],opacity:[1,1,0],transition:t({durationOut:e,easeOut:s})}},out:{animate:{scale:[.9,1.1,.3],opacity:[1,1,0]}},outUp:{animate:{y:[-12,24,-720],scaleY:[.985,.9,3],opacity:[1,1,0]}},outDown:{animate:{y:[12,-24,720],scaleY:[.985,.9,3],opacity:[1,1,0]}},outLeft:{animate:{x:[0,24,-720],scaleX:[1,.9,2],opacity:[1,1,0]}},outRight:{animate:{x:[0,-24,720],scaleX:[1,.9,2],opacity:[1,1,0]}}}};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import{varTranExit as t,varTranEnter as i}from"./transition.js";export const varFade=a=>{const n=(null==a?void 0:a.distance)||120,o=null==a?void 0:a.durationIn,e=null==a?void 0:a.durationOut,u=null==a?void 0:a.easeIn,r=null==a?void 0:a.easeOut;return{in:{initial:{opacity:0},animate:{opacity:1,transition:i},exit:{opacity:0,transition:t}},inUp:{initial:{y:n,opacity:0},animate:{y:0,opacity:1,transition:i({durationIn:o,easeIn:u})},exit:{y:n,opacity:0,transition:t({durationOut:e,easeOut:r})}},inDown:{initial:{y:-n,opacity:0},animate:{y:0,opacity:1,transition:i({durationIn:o,easeIn:u})},exit:{y:-n,opacity:0,transition:t({durationOut:e,easeOut:r})}},inLeft:{initial:{x:-n,opacity:0},animate:{x:0,opacity:1,transition:i({durationIn:o,easeIn:u})},exit:{x:-n,opacity:0,transition:t({durationOut:e,easeOut:r})}},inRight:{initial:{x:n,opacity:0},animate:{x:0,opacity:1,transition:i({durationIn:o,easeIn:u})},exit:{x:n,opacity:0,transition:t({durationOut:e,easeOut:r})}},out:{initial:{opacity:1},animate:{opacity:0,transition:i({durationIn:o,easeIn:u})},exit:{opacity:1,transition:t({durationOut:e,easeOut:r})}},outUp:{initial:{y:0,opacity:1},animate:{y:-n,opacity:0,transition:i({durationIn:o,easeIn:u})},exit:{y:0,opacity:1,transition:t({durationOut:e,easeOut:r})}},outDown:{initial:{y:0,opacity:1},animate:{y:n,opacity:0,transition:i({durationIn:o,easeIn:u})},exit:{y:0,opacity:1,transition:t({durationOut:e,easeOut:r})}},outLeft:{initial:{x:0,opacity:1},animate:{x:-n,opacity:0,transition:i({durationIn:o,easeIn:u})},exit:{x:0,opacity:1,transition:t({durationOut:e,easeOut:r})}},outRight:{initial:{x:0,opacity:1},animate:{x:n,opacity:0,transition:i({durationIn:o,easeIn:u})},exit:{x:0,opacity:1,transition:t({durationOut:e,easeOut:r})}}}};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import{varTranExit as t,varTranEnter as i}from"./transition.js";export const varFlip=a=>{const o=null==a?void 0:a.durationIn,n=null==a?void 0:a.durationOut,e=null==a?void 0:a.easeIn,r=null==a?void 0:a.easeOut;return{inX:{initial:{rotateX:-180,opacity:0},animate:{rotateX:0,opacity:1,transition:i({durationIn:o,easeIn:e})},exit:{rotateX:-180,opacity:0,transition:t({durationOut:n,easeOut:r})}},inY:{initial:{rotateY:-180,opacity:0},animate:{rotateY:0,opacity:1,transition:i({durationIn:o,easeIn:e})},exit:{rotateY:-180,opacity:0,transition:t({durationOut:n,easeOut:r})}},outX:{initial:{rotateX:0,opacity:1},animate:{rotateX:70,opacity:0,transition:t({durationOut:n,easeOut:r})}},outY:{initial:{rotateY:0,opacity:1},animate:{rotateY:70,opacity:0,transition:t({durationOut:n,easeOut:r})}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export*from"./path.js";export*from"./fade.js";export*from"./zoom.js";export*from"./flip.js";export*from"./slide.js";export*from"./scale.js";export*from"./bounce.js";export*from"./rotate.js";export*from"./actions.js";export*from"./container.js";export*from"./transition.js";export*from"./background.js";
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import{varTranExit as t,varTranEnter as i}from"./transition.js";export const varRotate=a=>{const o=null==a?void 0:a.durationIn,n=null==a?void 0:a.durationOut,e=null==a?void 0:a.easeIn,r=null==a?void 0:a.easeOut;return{in:{initial:{opacity:0,rotate:-360},animate:{opacity:1,rotate:0,transition:i({durationIn:o,easeIn:e})},exit:{opacity:0,rotate:-360,transition:t({durationOut:n,easeOut:r})}},out:{initial:{opacity:1,rotate:0},animate:{opacity:0,rotate:-360,transition:t({durationOut:n,easeOut:r})}}}};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import{varTranExit as a,varTranEnter as i}from"./transition.js";export const varScale=t=>{const n=null==t?void 0:t.durationIn,o=null==t?void 0:t.durationOut,e=null==t?void 0:t.easeIn,s=null==t?void 0:t.easeOut;return{inX:{initial:{scaleX:0,opacity:0},animate:{scaleX:1,opacity:1,transition:i({durationIn:n,easeIn:e})},exit:{scaleX:0,opacity:0,transition:a({durationOut:o,easeOut:s})}},inY:{initial:{scaleY:0,opacity:0},animate:{scaleY:1,opacity:1,transition:i({durationIn:n,easeIn:e})},exit:{scaleY:0,opacity:0,transition:a({durationOut:o,easeOut:s})}},outX:{initial:{scaleX:1,opacity:1},animate:{scaleX:0,opacity:0,transition:i({durationIn:n,easeIn:e})}},outY:{initial:{scaleY:1,opacity:1},animate:{scaleY:0,opacity:0,transition:i({durationIn:n,easeIn:e})}}}};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import{varTranExit as t,varTranEnter as i}from"./transition.js";export const varSlide=n=>{const a=(null==n?void 0:n.distance)||160,e=null==n?void 0:n.durationIn,o=null==n?void 0:n.durationOut,u=null==n?void 0:n.easeIn,r=null==n?void 0:n.easeOut;return{inUp:{initial:{y:a},animate:{y:0,transition:i({durationIn:e,easeIn:u})},exit:{y:a,transition:t({durationOut:o,easeOut:r})}},inDown:{initial:{y:-a},animate:{y:0,transition:i({durationIn:e,easeIn:u})},exit:{y:-a,transition:t({durationOut:o,easeOut:r})}},inLeft:{initial:{x:-a},animate:{x:0,transition:i({durationIn:e,easeIn:u})},exit:{x:-a,transition:t({durationOut:o,easeOut:r})}},inRight:{initial:{x:a},animate:{x:0,transition:i({durationIn:e,easeIn:u})},exit:{x:a,transition:t({durationOut:o,easeOut:r})}},outUp:{initial:{y:0},animate:{y:-a,transition:i({durationIn:e,easeIn:u})},exit:{y:0,transition:t({durationOut:o,easeOut:r})}},outDown:{initial:{y:0},animate:{y:a,transition:i({durationIn:e,easeIn:u})},exit:{y:0,transition:t({durationOut:o,easeOut:r})}},outLeft:{initial:{x:0},animate:{x:-a,transition:i({durationIn:e,easeIn:u})},exit:{x:0,transition:t({durationOut:o,easeOut:r})}},outRight:{initial:{x:0},animate:{x:a,transition:i({durationIn:e,easeIn:u})},exit:{x:0,transition:t({durationOut:o,easeOut:r})}}}};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
export const varTranHover=n=>({duration:(null==n?void 0:n.duration)||.32,ease:(null==n?void 0:n.ease)||[.43,.13,.23,.96]});export const varTranEnter=n=>({duration:(null==n?void 0:n.durationIn)||.64,ease:(null==n?void 0:n.easeIn)||[.43,.13,.23,.96]});export const varTranExit=n=>({duration:(null==n?void 0:n.durationOut)||.48,ease:(null==n?void 0:n.easeOut)||[.43,.13,.23,.96]});
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import{varTranExit as a,varTranEnter as t}from"./transition.js";export const varZoom=i=>{const n=(null==i?void 0:i.distance)||720,e=null==i?void 0:i.durationIn,o=null==i?void 0:i.durationOut,s=null==i?void 0:i.easeIn,l=null==i?void 0:i.easeOut;return{in:{initial:{scale:0,opacity:0},animate:{scale:1,opacity:1,transition:t({durationIn:e,easeIn:s})},exit:{scale:0,opacity:0,transition:a({durationOut:o,easeOut:l})}},inUp:{initial:{scale:0,opacity:0,translateY:n},animate:{scale:1,opacity:1,translateY:0,transition:t({durationIn:e,easeIn:s})},exit:{scale:0,opacity:0,translateY:n,transition:a({durationOut:o,easeOut:l})}},inDown:{initial:{scale:0,opacity:0,translateY:-n},animate:{scale:1,opacity:1,translateY:0,transition:t({durationIn:e,easeIn:s})},exit:{scale:0,opacity:0,translateY:-n,transition:a({durationOut:o,easeOut:l})}},inLeft:{initial:{scale:0,opacity:0,translateX:-n},animate:{scale:1,opacity:1,translateX:0,transition:t({durationIn:e,easeIn:s})},exit:{scale:0,opacity:0,translateX:-n,transition:a({durationOut:o,easeOut:l})}},inRight:{initial:{scale:0,opacity:0,translateX:n},animate:{scale:1,opacity:1,translateX:0,transition:t({durationIn:e,easeIn:s})},exit:{scale:0,opacity:0,translateX:n,transition:a({durationOut:o,easeOut:l})}},out:{initial:{scale:1,opacity:1},animate:{scale:0,opacity:0,transition:t({durationIn:e,easeIn:s})}},outUp:{initial:{scale:1,opacity:1},animate:{scale:0,opacity:0,translateY:-n,transition:t({durationIn:e,easeIn:s})}},outDown:{initial:{scale:1,opacity:1},animate:{scale:0,opacity:0,translateY:n,transition:t({durationIn:e,easeIn:s})}},outLeft:{initial:{scale:1,opacity:1},animate:{scale:0,opacity:0,translateX:-n,transition:t({durationIn:e,easeIn:s})}},outRight:{initial:{scale:1,opacity:1},animate:{scale:0,opacity:0,translateX:n,transition:t({durationIn:e,easeIn:s})}}}};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import*as React from"react";import r from"../iconify/index.js";export function LeftIcon({icon:o="eva:arrow-ios-forward-fill",isRTL:e}){return React.createElement(r,{icon:o,sx:{transform:" scaleX(-1)",...e&&{transform:" scaleX(1)"}}})}export function RightIcon({icon:o="eva:arrow-ios-forward-fill",isRTL:e}){return React.createElement(r,{icon:o,sx:{...e&&{transform:" scaleX(-1)"}}})}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import*as React from"react";import e from"@mui/material/Box";import t from"@mui/material/IconButton";import o from"@mui/material/Typography";import{styled as i,useTheme as r}from"@mui/material/styles";import{bgBlur as a}from"../../theme/css.js";import{LeftIcon as n,RightIcon as c}from"./arrow-icons.js";const m=i(e)(({theme:e})=>({...a({opacity:.48,color:e.palette.grey[900]}),zIndex:9,display:"inline-flex",alignItems:"center",position:"absolute",bottom:e.spacing(2),right:e.spacing(2),padding:e.spacing(.25),color:e.palette.common.white,borderRadius:e.shape.borderRadius})),l=i(t)({width:28,height:28,padding:0,opacity:.48,"&:hover":{opacity:1}});export default function s({index:e,total:t,onNext:i,onPrev:a,icon:s,sx:p,...d}){const h="rtl"===r().direction;return React.createElement(m,{sx:p,...d},React.createElement(l,{color:"inherit",onClick:a},React.createElement(n,{icon:s,isRTL:h})),React.createElement(o,{variant:"subtitle2",component:"span",sx:{mx:.25}},e+1,"/",t),React.createElement(l,{color:"inherit",onClick:i},React.createElement(c,{icon:s,isRTL:h})))}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import*as React from"react";import e from"@mui/material/Stack";import{alpha as t,styled as o,useTheme as i}from"@mui/material/styles";import r from"@mui/material/IconButton";import{LeftIcon as a,RightIcon as l}from"./arrow-icons.js";const n=o(r,{shouldForwardProp:e=>"filled"!==e&&"hasChild"!==e&&"shape"!==e})(({filled:e,shape:o,hasChild:i,theme:r})=>({color:"inherit",transition:r.transitions.create("all",{duration:r.transitions.duration.shorter}),..."rounded"===o&&{borderRadius:1.5*r.shape.borderRadius},...!e&&{opacity:.48,"&:hover":{opacity:1}},...e&&{color:t(r.palette.common.white,.8),backgroundColor:t(r.palette.grey[900],.48),"&:hover":{color:r.palette.common.white,backgroundColor:r.palette.grey[900]}},...i&&{zIndex:9,top:"50%",position:"absolute",marginTop:r.spacing(-2.5)}}));export default function c({shape:t="circular",filled:o=!1,icon:r,onNext:c,onPrev:s,children:d,leftButtonProps:m,rightButtonProps:h,sx:p,...u}){const f="rtl"===i().direction;return!!d?React.createElement(e,{sx:p,...u},c&&React.createElement(n,{filled:o,shape:t,hasChild:!!d,onClick:s,...m,sx:{left:16,...null==m?void 0:m.sx}},React.createElement(a,{icon:r,isRTL:f})),d,s&&React.createElement(n,{filled:o,shape:t,hasChild:!!d,onClick:c,...h,sx:{right:16,...null==h?void 0:h.sx}},React.createElement(l,{icon:r,isRTL:f}))):React.createElement(e,{direction:"row",alignItems:"center",display:"inline-flex",sx:p,...u},React.createElement(n,{filled:o,shape:t,onClick:s,...m},React.createElement(a,{icon:r,isRTL:f})),React.createElement(n,{filled:o,shape:t,onClick:c,...h},React.createElement(l,{icon:r,isRTL:f})))}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import*as React from"react";import t from"@mui/material/Stack";import e from"@mui/material/Box";import{styled as n}from"@mui/material/styles";const i=n(e,{shouldForwardProp:t=>"rounded"!==t})(({rounded:t,theme:e})=>({zIndex:9,margin:0,padding:0,display:"flex",alignItems:"center",justifyContent:"center",color:e.palette.primary.main,"& li":{width:18,height:18,opacity:.32,display:"flex",alignItems:"center",justifyContent:"center",cursor:"pointer","&.slick-active":{opacity:1,...t&&{"& span":{width:16,borderRadius:6}}}}})),r=n("span")(({theme:t})=>({width:8,height:8,borderRadius:"50%",transition:t.transitions.create(["width"],{easing:t.transitions.easing.sharp,duration:t.transitions.duration.short})}));export default function a(e){const n=(null==e?void 0:e.rounded)||!1,a=null==e?void 0:e.sx;return{appendDots:t=>React.createElement(React.Fragment,null,React.createElement(i,{component:"ul",rounded:n,sx:{...a},...e},t)),customPaging:()=>React.createElement(t,{component:"div",alignItems:"center",justifyContent:"center",sx:{width:1,height:1}},React.createElement(r,{sx:{bgcolor:"currentColor"}}))}}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import r from"react-slick";export{default as useCarousel}from"./use-carousel.js";export{default as CarouselDots}from"./carousel-dots.js";export{default as CarouselArrows}from"./carousel-arrows.js";export{default as CarouselArrowIndex}from"./carousel-arrow-index.js";export default r;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import{useRef as r,useState as e,useCallback as t}from"react";import{useTheme as n}from"@mui/material/styles";export default function o(o){const u=n(),i=r(null),[l,c]=e((null==o?void 0:o.initialSlide)||0),[a,s]=e(void 0),d="rtl"===u.direction,v={arrows:!1,dots:!!(null==o?void 0:o.customPaging),rtl:d,beforeChange:(r,e)=>c(e),...o,fade:!(!(null==o?void 0:o.fade)||d)},f=t(()=>{i.current&&s(i.current)},[]),m=t(()=>{i.current&&i.current.slickPrev()},[]),g=t(()=>{i.current&&i.current.slickNext()},[]),x=t(r=>{i.current&&i.current.slickGoTo(r)},[]);return{nav:a,carouselRef:i,currentIndex:l,carouselSettings:v,onPrev:m,onNext:g,onTogo:x,onSetNav:f,setNav:s,setCurrentIndex:c}}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import{memo as e}from"react";import t from"next/dynamic";import{alpha as r,styled as a}from"@mui/material/styles";import{bgBlur as o}from"../../theme/css.js";const l=a(t(()=>import("react-apexcharts"),{ssr:!1}))(({theme:e})=>({"& .apexcharts-canvas":{"& .apexcharts-tooltip":{...o({color:e.palette.background.default}),color:e.palette.text.primary,boxShadow:e.customShadows.dropdown,borderRadius:1.25*e.shape.borderRadius,"&.apexcharts-theme-light":{borderColor:"transparent",...o({color:e.palette.background.default})}},"& .apexcharts-xaxistooltip":{...o({color:e.palette.background.default}),borderColor:"transparent",color:e.palette.text.primary,boxShadow:e.customShadows.dropdown,borderRadius:1.25*e.shape.borderRadius,"&:before":{borderBottomColor:r(e.palette.grey[500],.24)},"&:after":{borderBottomColor:r(e.palette.background.default,.8)}},"& .apexcharts-tooltip-title":{textAlign:"center",fontWeight:e.typography.fontWeightBold,backgroundColor:r(e.palette.grey[500],.08),color:e.palette.text["light"===e.palette.mode?"secondary":"primary"]},"& .apexcharts-legend":{padding:0},"& .apexcharts-legend-series":{display:"inline-flex !important",alignItems:"center"},"& .apexcharts-legend-marker":{marginRight:8},"& .apexcharts-legend-text":{lineHeight:"18px",textTransform:"capitalize"}}}));export default e(l);
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import t from"lodash/merge";import{alpha as e,useTheme as o}from"@mui/material/styles";import{useResponsive as a}from"../../hooks/use-responsive.js";export default function r(r){const i=o(),l=a("up","sm"),s={show:!0,label:"Total",color:i.palette.text.secondary,fontSize:i.typography.subtitle2.fontSize,fontWeight:i.typography.subtitle2.fontWeight,lineHeight:i.typography.subtitle2.lineHeight},n={offsetY:8,color:i.palette.text.primary,fontSize:i.typography.h3.fontSize,fontWeight:i.typography.h3.fontWeight,lineHeight:i.typography.h3.lineHeight},p={colors:[i.palette.primary.main,i.palette.warning.main,i.palette.info.main,i.palette.error.main,i.palette.success.main,i.palette.warning.dark,i.palette.success.darker,i.palette.info.dark,i.palette.info.darker],chart:{toolbar:{show:!1},zoom:{enabled:!1},foreColor:i.palette.text.disabled,fontFamily:i.typography.fontFamily},states:{hover:{filter:{type:"lighten",value:.04}},active:{filter:{type:"darken",value:.88}}},fill:{opacity:1,gradient:{type:"vertical",shadeIntensity:0,opacityFrom:.4,opacityTo:0,stops:[0,100]}},dataLabels:{enabled:!1},stroke:{width:3,curve:"smooth",lineCap:"round"},grid:{strokeDashArray:3,borderColor:i.palette.divider,xaxis:{lines:{show:!1}}},xaxis:{axisBorder:{show:!1},axisTicks:{show:!1}},markers:{size:0,strokeColors:i.palette.background.paper},tooltip:{theme:!1,x:{show:!0}},legend:{show:!0,fontSize:13,position:"top",horizontalAlign:"right",markers:{radius:12},fontWeight:500,itemMargin:{horizontal:8},labels:{colors:i.palette.text.primary}},plotOptions:{bar:{borderRadius:l?3:1,columnWidth:"28%",borderRadiusApplication:"end",borderRadiusWhenStacked:"last"},pie:{donut:{labels:{show:!0,value:n,total:s}}},radialBar:{track:{strokeWidth:"100%",background:e(i.palette.grey[500],.16)},dataLabels:{value:n,total:s}},radar:{polygons:{fill:{colors:["transparent"]},strokeColors:i.palette.divider,connectorColors:i.palette.divider}},polarArea:{rings:{strokeColor:i.palette.divider},spokes:{connectorColors:i.palette.divider}}},responsive:[{breakpoint:i.breakpoints.values.sm,options:{plotOptions:{bar:{columnWidth:"40%"}}}},{breakpoint:i.breakpoints.values.md,options:{plotOptions:{bar:{columnWidth:"32%"}}}}]};return t(p,r)}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import*as React from"react";import{forwardRef as t,useCallback as e}from"react";import r from"@mui/material/Stack";import{alpha as i}from"@mui/material/styles";import o from"@mui/material/ButtonBase";import a from"../iconify/index.js";const n=t(({colors:t,selected:n,onSelectColor:s,limit:l="auto",sx:c,...m},d)=>{const u="string"==typeof n,f=e(t=>{if(u)t!==n&&s(t);else{const e=n.includes(t)?n.filter(e=>e!==t):[...n,t];s(e)}},[s,n,u]);return React.createElement(r,{ref:d,direction:"row",display:"inline-flex",sx:{flexWrap:"wrap",..."auto"!==l&&{width:36*l,justifyContent:"flex-end"},...c},...m},t.map(t=>{const e=u?n===t:n.includes(t);return React.createElement(o,{key:t,sx:{width:36,height:36,borderRadius:"50%"},onClick:()=>{f(t)}},React.createElement(r,{alignItems:"center",justifyContent:"center",sx:{width:20,height:20,bgcolor:t,borderRadius:"50%",border:t=>`solid 1px ${i(t.palette.grey[500],.16)}`,...e&&{transform:"scale(1.3)",boxShadow:`4px 4px 8px 0 ${i(t,.48)}`,outline:`solid 2px ${i(t,.08)}`,transition:t=>t.transitions.create("all",{duration:t.transitions.duration.shortest})}}},React.createElement(a,{width:e?12:0,icon:"eva:checkmark-fill",sx:{color:e=>e.palette.getContrastText(t),transition:t=>t.transitions.create("all",{duration:t.transitions.duration.shortest})}})))}))});export default n;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import*as React from"react";import e from"@mui/material/Box";import t from"@mui/material/Stack";import{alpha as o}from"@mui/material/styles";export default function r({colors:r,limit:a=3,sx:n}){const i=r.slice(0,a),m=r.length-a;return React.createElement(t,{component:"span",direction:"row",alignItems:"center",justifyContent:"flex-end",sx:n},i.map((t,r)=>React.createElement(e,{component:"div",key:t+r,sx:{ml:-.75,width:16,height:16,bgcolor:t,borderRadius:"50%",border:e=>`solid 2px ${e.palette.background.paper}`,boxShadow:e=>`inset -1px 1px 2px ${o(e.palette.common.black,.24)}`}})),r.length>a&&React.createElement(e,{component:"span",sx:{typography:"subtitle2"}},`+${m}`))}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export*from"./types.js";export{default as ColorPicker}from"./color-picker.js";export{default as ColorPreview}from"./color-preview.js";
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import*as React from"react";import e from"@mui/material/Box";import t from"@mui/material/Link";import a from"@mui/material/Stack";import r from"@mui/material/Typography";import n from"@mui/material/Breadcrumbs";import m from"./link-item.js";export default function i({links:i,action:c,heading:l,moreLink:p,activeLast:s,sx:d,...u}){const f=i[i.length-1].name;return React.createElement(e,{component:"div",sx:{...d}},React.createElement(a,{direction:"row",alignItems:"center"},React.createElement(e,{component:"div",sx:{flexGrow:1}},l&&React.createElement(r,{variant:"h4",gutterBottom:!0},l),!!i.length&&React.createElement(n,{separator:React.createElement(o,null),...u},i.map(e=>React.createElement(m,{key:e.name||"",link:e,activeLast:s,disabled:e.name===f})))),c&&React.createElement(e,{component:"div",sx:{flexShrink:0}}," ",c," ")),!!p&&React.createElement(e,{component:"div",sx:{mt:2}},p.map(e=>React.createElement(t,{key:e,href:e,variant:"body2",target:"_blank",rel:"noopener",sx:{display:"table"}},e))))}function o(){return React.createElement(e,{component:"span",sx:{width:4,height:4,borderRadius:"50%",bgcolor:"text.disabled"}})}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export*from"./types.js";export{default}from"./custom-breadcrumbs.js";
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import*as React from"react";import e from"@mui/material/Box";import t from"@mui/material/Link";import{RouterLink as n}from"../../routes/components/index.js";export default function r({link:r,activeLast:o,disabled:i}){const a={typography:"body2",alignItems:"center",color:"text.primary",display:"inline-flex",...i&&!o&&{cursor:"default",pointerEvents:"none",color:"text.disabled"}},m=React.createElement(React.Fragment,null,r.icon&&React.createElement(e,{component:"span",sx:{mr:1,display:"inherit","& svg":{width:20,height:20}}},r.icon),r.name);return r.href?React.createElement(t,{component:n,href:r.href,sx:a},m):React.createElement(e,{component:"div",sx:a}," ",m," ")}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import*as React from"react";import e from"@mui/material/Paper";import t from"@mui/material/Stack";import a from"@mui/material/Button";import r from"@mui/material/Dialog";import n from"@mui/material/DialogTitle";import o from"@mui/material/DialogActions";import i from"@mui/material/DialogContent";import l from"@mui/material/FormHelperText";import{DatePicker as m}from"@mui/x-date-pickers/DatePicker";import{DateCalendar as c}from"@mui/x-date-pickers/DateCalendar";import{useResponsive as d}from"../../hooks/use-responsive.js";export default function u({title:u="Select date range",variant:s="input",startDate:p,endDate:R,onChangeStartDate:E,onChangeEndDate:f,open:C,onClose:x,error:g}){const h=d("up","md"),v="calendar"===s;return React.createElement(r,{fullWidth:!0,maxWidth:!v&&"xs",open:C,onClose:x,PaperProps:{sx:{...v&&{maxWidth:720}}}},React.createElement(n,{sx:{pb:2}},u),React.createElement(i,{sx:{...v&&h&&{overflow:"unset"}}},React.createElement(t,{justifyContent:"center",spacing:v?3:2,direction:v&&h?"row":"column",sx:{pt:1}},v?React.createElement(React.Fragment,null,React.createElement(e,{variant:"outlined",sx:{borderRadius:2,borderColor:"divider",borderStyle:"dashed"}},React.createElement(c,{value:p,onChange:E})),React.createElement(e,{variant:"outlined",sx:{borderRadius:2,borderColor:"divider",borderStyle:"dashed"}},React.createElement(c,{value:R,onChange:f}))):React.createElement(React.Fragment,null,React.createElement(m,{label:"Start date",value:p,onChange:E}),React.createElement(m,{label:"End date",value:R,onChange:f}))),g&&React.createElement(l,{error:!0,sx:{px:2}},"End date must be later than start date")),React.createElement(o,null,React.createElement(a,{variant:"outlined",color:"inherit",onClick:x},"Cancel"),React.createElement(a,{disabled:g,variant:"contained",onClick:x},"Apply")))}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export*from"./utils.js";export*from"./types.js";export{default}from"./custom-date-range-picker.js";export{default as useDateRangePicker}from"./use-date-range-picker.js";
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import{useState as e,useCallback as t}from"react";import{fDate as n}from"../../utils/format-time.js";import{shortDateLabel as o}from"./utils.js";export default function a(a,r){const[l,s]=e(!1),[m,i]=e(r),[u,D]=e(a),f=!(!a||!r)&&new Date(a).getTime()>new Date(r).getTime(),p=t(()=>{s(!0)},[]),d=t(()=>{s(!1)},[]);return{startDate:u,endDate:m,onChangeStartDate:t(e=>{D(e)},[]),onChangeEndDate:t(e=>{f&&i(null),i(e)},[f]),open:l,onOpen:p,onClose:d,onReset:t(()=>{D(null),i(null)},[]),selected:!!u&&!!m,error:f,label:`${n(u)} - ${n(m)}`,shortLabel:o(u,m),setStartDate:D,setEndDate:i}}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import{getYear as y,isSameDay as e,isSameMonth as t}from"date-fns";import{fDate as d}from"../../utils/format-time.js";export function shortDateLabel(n,M){const a=(new Date).getFullYear(),r=n?y(n):null,o=M?y(M):null,l=a===r&&a===o,m=!(!n||!M)&&e(new Date(n),new Date(M)),u=!(!n||!M)&&t(new Date(n),new Date(M));return l?u?m?d(M,"yyyy/MM/dd"):`${d(n,"dd")} - ${d(M,"yyyy/MM/dd")}`:`${d(n,"MM/dd")} - ${d(M,"yyyy/MM/dd")}`:`${d(n,"yyyy/MM/dd")} - ${d(M,"yyyy/MM/dd")}`}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import*as React from"react";import t from"@mui/material/Button";import e from"@mui/material/Dialog";import o from"@mui/material/DialogTitle";import a from"@mui/material/DialogActions";import i from"@mui/material/DialogContent";export default function l({title:l,content:r,action:m,open:n,onClose:c,...u}){return React.createElement(e,{fullWidth:!0,maxWidth:"xs",open:n,onClose:c,...u},React.createElement(o,{sx:{pb:2}},l),r&&React.createElement(i,{sx:{typography:"body2"}}," ",r," "),React.createElement(a,null,m,React.createElement(t,{variant:"outlined",color:"inherit",onClick:c},"Cancel")))}
|