@pushwoosh/dumb-components 1.1.29 → 1.1.30
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/index.d.ts +0 -1
- package/index.js +0 -1
- package/package.json +1 -3
- package/Table/assets/box.svg +0 -1
- package/Table/assets/error.svg +0 -1
- package/Table/assets/notfound.svg +0 -1
- package/Table/components/DataTable/DataTable.d.ts +0 -4
- package/Table/components/DataTable/DataTable.js +0 -79
- package/Table/components/DataTable/index.d.ts +0 -1
- package/Table/components/DataTable/index.js +0 -1
- package/Table/components/DataTable/types.d.ts +0 -26
- package/Table/components/DataTable/types.js +0 -1
- package/Table/components/DataTableGetContext/DataTableGetContext.d.ts +0 -4
- package/Table/components/DataTableGetContext/DataTableGetContext.js +0 -8
- package/Table/components/DataTableGetContext/index.d.ts +0 -1
- package/Table/components/DataTableGetContext/index.js +0 -1
- package/Table/components/DataTableGetContext/types.d.ts +0 -5
- package/Table/components/DataTableGetContext/types.js +0 -1
- package/Table/components/DataTableList/DataTableList.d.ts +0 -3
- package/Table/components/DataTableList/DataTableList.js +0 -80
- package/Table/components/DataTableList/index.d.ts +0 -1
- package/Table/components/DataTableList/index.js +0 -1
- package/Table/components/DataTableList/types.d.ts +0 -4
- package/Table/components/DataTableList/types.js +0 -1
- package/Table/components/DataTablePagination/DataTablePagination.d.ts +0 -3
- package/Table/components/DataTablePagination/DataTablePagination.js +0 -35
- package/Table/components/DataTablePagination/index.d.ts +0 -1
- package/Table/components/DataTablePagination/index.js +0 -1
- package/Table/components/DataTablePagination/types.d.ts +0 -5
- package/Table/components/DataTablePagination/types.js +0 -1
- package/Table/components/DataTableSearchInput/DataTableSearchInput.d.ts +0 -3
- package/Table/components/DataTableSearchInput/DataTableSearchInput.js +0 -40
- package/Table/components/DataTableSearchInput/index.d.ts +0 -1
- package/Table/components/DataTableSearchInput/index.js +0 -1
- package/Table/components/DataTableSearchInput/types.d.ts +0 -3
- package/Table/components/DataTableSearchInput/types.js +0 -1
- package/Table/components/DataTableSortableCell/DataTableSortableCell.d.ts +0 -3
- package/Table/components/DataTableSortableCell/DataTableSortableCell.js +0 -25
- package/Table/components/DataTableSortableCell/index.d.ts +0 -1
- package/Table/components/DataTableSortableCell/index.js +0 -1
- package/Table/components/DataTableSortableCell/types.d.ts +0 -4
- package/Table/components/DataTableSortableCell/types.js +0 -1
- package/Table/components/Loading/Loading.d.ts +0 -2
- package/Table/components/Loading/Loading.js +0 -20
- package/Table/components/Loading/index.d.ts +0 -1
- package/Table/components/Loading/index.js +0 -1
- package/Table/components/Loading/styles.d.ts +0 -1
- package/Table/components/Loading/styles.js +0 -6
- package/Table/components/TablePagination/TablePagination.d.ts +0 -3
- package/Table/components/TablePagination/TablePagination.js +0 -39
- package/Table/components/TablePagination/index.d.ts +0 -1
- package/Table/components/TablePagination/index.js +0 -1
- package/Table/components/TablePagination/types.d.ts +0 -10
- package/Table/components/TablePagination/types.js +0 -1
- package/Table/context.d.ts +0 -2
- package/Table/context.js +0 -2
- package/Table/hooks/helpers.d.ts +0 -2
- package/Table/hooks/helpers.js +0 -6
- package/Table/hooks/index.d.ts +0 -2
- package/Table/hooks/index.js +0 -2
- package/Table/hooks/useDataTableContext.d.ts +0 -11
- package/Table/hooks/useDataTableContext.js +0 -23
- package/Table/hooks/useDataTableGetParams.d.ts +0 -11
- package/Table/hooks/useDataTableGetParams.js +0 -53
- package/Table/index.d.ts +0 -10
- package/Table/index.js +0 -9
- package/Table/styles.d.ts +0 -247
- package/Table/styles.js +0 -62
- package/Table/types.d.ts +0 -20
- package/Table/types.js +0 -1
package/index.d.ts
CHANGED
|
@@ -27,7 +27,6 @@ export { StatisticCard } from './StatisticCard';
|
|
|
27
27
|
export { EmailTemplatePreview, NoEmailTemplatePreview } from './EmailTemplatePreview';
|
|
28
28
|
export { PushPreview } from './PushPreview';
|
|
29
29
|
export { Toast, ToastProvider, useToast } from './Toast';
|
|
30
|
-
export { DataTable, DataTableGetContext, DataTablePagination, DataTableSearchInput, DataTableSortableCell, Loading, TablePagination, useDataTableContext, useDataTableGetParams, Table, Td, Tr, Th, ElementHover, ItemDetailLink, ItemName, LockedText, Description, type DataTableParams, type DataTableData, type DataTableContextType, } from './Table';
|
|
31
30
|
export { AutosizeInput, PageHeader, PageHeaderEditable } from './PageHeader';
|
|
32
31
|
export { ExportResult } from './ExportResult';
|
|
33
32
|
export { NativeInput, NativeTextarea, NativeSelect } from './native';
|
package/index.js
CHANGED
|
@@ -27,7 +27,6 @@ export { StatisticCard } from './StatisticCard';
|
|
|
27
27
|
export { EmailTemplatePreview, NoEmailTemplatePreview } from './EmailTemplatePreview';
|
|
28
28
|
export { PushPreview } from './PushPreview';
|
|
29
29
|
export { Toast, ToastProvider, useToast } from './Toast';
|
|
30
|
-
export { DataTable, DataTableGetContext, DataTablePagination, DataTableSearchInput, DataTableSortableCell, Loading, TablePagination, useDataTableContext, useDataTableGetParams, Table, Td, Tr, Th, ElementHover, ItemDetailLink, ItemName, LockedText, Description } from './Table';
|
|
31
30
|
export { AutosizeInput, PageHeader, PageHeaderEditable } from './PageHeader';
|
|
32
31
|
export { ExportResult } from './ExportResult';
|
|
33
32
|
export { NativeInput, NativeTextarea, NativeSelect } from './native';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pushwoosh/dumb-components",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.30",
|
|
4
4
|
"description": "React components to build Pushwoosh products",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"module": "index.js",
|
|
@@ -24,7 +24,6 @@
|
|
|
24
24
|
"@types/lodash": "^4.17.13",
|
|
25
25
|
"@types/react": "^18.2.69",
|
|
26
26
|
"@types/react-dom": "^18.2.22",
|
|
27
|
-
"@types/react-router-dom": "^5.3.3",
|
|
28
27
|
"@types/react-transition-group": "^4.4.12",
|
|
29
28
|
"@types/styled-components": "^5.1.34",
|
|
30
29
|
"pre-commit": "^1.2.2",
|
|
@@ -57,7 +56,6 @@
|
|
|
57
56
|
},
|
|
58
57
|
"peerDependencies": {
|
|
59
58
|
"react": ">= 16.14.0",
|
|
60
|
-
"react-router-dom": "^5.3.4",
|
|
61
59
|
"styled-components": "^5.3.3 || ^6.0.0"
|
|
62
60
|
}
|
|
63
61
|
}
|
package/Table/assets/box.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="80" height="80" fill="none"><path fill="#969CA3" d="M63.29 49.642c-1.28-1.08-2.87-2.423-4.35-2.727-1.175-.24-2.245.605-3.36.8-1.04.18-2.057-.32-3.08-.583-3.426-.88-6.886.914-10.286 1.893-2.054.592-4.18.89-6.298 1.186L25.258 51.7c-2.496.348-5.397.205-7.82.772-2.33.545-2.535 3.033-1.76 5.073.942 2.487 3.44 4.035 5.606 5.345a258 258 0 0 0 10.202 5.865c3.014 1.641 6.204 4.036 9.76 3.907 1.786-.065 3.51-.64 5.188-1.249 7.326-2.648 14.794-6.346 18.867-12.98.781-1.274 1.44-2.726 1.27-4.211-.181-1.609-1.304-2.96-2.56-3.98a42 42 0 0 1-.721-.6"/><path fill="#969CA3" d="M63.48 49.45c-.778-.672-1.56-1.351-2.42-1.92-.758-.5-1.68-1.004-2.617-.987-.968.016-1.801.56-2.72.781-1.12.27-2.203-.328-3.266-.584-2.117-.509-4.295-.044-6.33.589-2.182.68-4.295 1.47-6.548 1.898-2.337.444-4.709.72-7.065 1.05-2.4.335-4.805.676-7.208 1.006-2.165.298-4.362.246-6.529.536-.868.116-1.827.226-2.565.74a3.1 3.1 0 0 0-1.191 1.692c-.438 1.508.018 3.252.819 4.56.95 1.55 2.444 2.676 3.951 3.644 3.868 2.484 7.935 4.65 11.938 6.904 1.765.988 3.47 2.096 5.353 2.868 1.96.8 3.958 1.03 6.04.61 2.056-.414 4.05-1.231 5.993-2.007a56 56 0 0 0 5.244-2.392c3.337-1.751 6.509-3.94 9.022-6.772 1.264-1.424 2.475-3.04 3.181-4.823.383-.965.553-2.008.36-3.04-.17-.904-.628-1.728-1.194-2.441-.62-.783-1.391-1.375-2.16-2-.384-.31-.936.216-.553.553 1.371 1.204 2.99 2.48 3.162 4.443.172 1.984-1.13 3.882-2.252 5.404-2.137 2.893-5.01 5.16-8.097 6.96-3.175 1.853-6.597 3.274-10.06 4.492-1.99.7-4.1 1.304-6.223.906-1.883-.353-3.596-1.27-5.239-2.217-3.796-2.18-7.644-4.272-11.404-6.516-2.848-1.701-6.63-3.574-7.17-7.228-.195-1.332.182-2.8 1.6-3.232.956-.29 1.994-.368 2.985-.445 1.048-.08 2.098-.12 3.146-.193 2.184-.154 4.356-.538 6.522-.842 2.264-.32 4.527-.63 6.79-.952 2.203-.313 4.384-.695 6.505-1.384 1.967-.64 3.914-1.45 5.974-1.744 1.04-.148 2.117-.138 3.143.12 1 .252 1.98.72 3.04.603.923-.102 1.71-.64 2.608-.83.967-.203 1.908.308 2.704.805.833.52 1.593 1.146 2.35 1.77.26.216.647-.155.382-.384"/><path fill="#EBF0F5" d="M15.653 29.45c-.575 1.076-.67 2.413-.654 3.96l.114 10.86c.02 1.8.154 3.641.058 5.44-.08 1.433-.466 2.89-.044 4.325.254.864 1.343 1.388 2.217 1.893l2.71 1.564 5.417 3.128c3.53 2.038 7.073 4.055 10.59 6.115 1.073.627 1.126.623 2.22.024.911-.5 1.803-1.04 2.704-1.562l5.41-3.12 10.573-6.111c.517-.299 1.29-.578 1.72-.994.95-.92.655-2.566.606-3.74-.073-1.798-.036-3.6-.036-5.399V34.528c0-1.303.51-3.914-.01-5.085-.462-1.04-2.68-1.83-3.7-2.418-2.846-1.644-5.671-3.338-8.546-4.934l-6.128-3.538c-1.234-.713-2.886-2.213-4.232-1.806-1.364.414-2.814 1.625-4.044 2.336l-6.215 3.588c-2.863 1.65-5.735 3.5-8.708 4.933-.99.477-1.622 1.098-2.022 1.847"/><path fill="#EBF0F5" d="M37.375 41.218c1.859 2.332 4.284 6.415 5.957 8.88a2.06 2.06 0 0 0 2.807.569 125 125 0 0 0 5.321-3.6c4.21-3.015 8.22-6.286 12.226-9.555.499-.406 1.659-1.544 1.712-2.179.058-.686-.47-1.27-.96-1.76l-4.447-4.445m-43.396-.845c-1.606 1.486-4.515 5.148-5.715 6.979-.178.272-.355.555-.416.874-.198 1.04.845 1.857 1.728 2.447 5.785 3.868 10.72 9.496 17.389 11.484.264.08.545.15.812.08.324-.08.56-.35.78-.604 1.626-1.9 4.58-5.28 6.205-7.182"/><path fill="#EBF0F5" d="M37.788 16.768c-2.5-.934-6.125-2.246-8.706-2.932-.553-.147-1.12-.29-1.69-.24-.8.075-1.514.527-2.19.967-1.364.887-2.73 1.775-4.056 2.72-1.3.928-2.565 1.91-3.928 2.742-1.134.693-2.33 1.28-3.476 1.951-1.334.785-3.981 2.039-4.467 3.632-.393 1.29 1.2 1.408 2.103 1.76 1.91.745 3.816 1.52 5.768 2.151"/><path fill="#EBF0F5" d="M37.789 15.897c1.111-1.368 2.654-2.32 3.981-3.48.294-.256 1.52-.52 1.898-.615.516-.128 1.05.085 1.532.311 1.88.88 3.631 2.008 5.376 3.132l12.352 7.958c.64.413 1.295.837 1.909 1.304a1.382 1.382 0 0 1-.139 2.296c-1.994 1.159-4.672 2.64-6.245 2.97 0 0-24.448-9.22-20.664-13.876"/><path fill="#EBF0F5" d="M36.183 41.906a2.15 2.15 0 0 0 1.63.422q.311-.048.589-.197c6.552-3.447 14.745-8.463 20.831-12.679l.012-.012c-.465-1.04-2.68-1.826-3.7-2.415-2.846-1.644-5.671-3.338-8.546-4.934l-6.128-3.538c-1.234-.713-2.886-2.213-4.232-1.806-1.364.414-2.814 1.625-4.044 2.336L26.38 22.67c-2.86 1.65-5.732 3.5-8.705 4.933-.744.359-1.287.8-1.68 1.315 6.813 3.522 14.021 8.65 20.188 12.987"/><path fill="#969CA3" d="m47.115 37.212-5.464-3.154c-1.234-.713-2.886-2.214-4.232-1.806-1.364.415-2.814 1.625-4.044 2.335l-4.206 2.428c2.428 1.659 4.789 3.326 7.013 4.89a2.15 2.15 0 0 0 1.63.423q.312-.048.59-.197c2.712-1.427 5.704-3.122 8.713-4.919"/><path fill="#fff" d="M36.4 18.656c-.314 2.31-1.223 4.58-2.207 6.677a58 58 0 0 1-3.743 6.689c-.7 1.086-1.45 2.138-2.155 3.22-.21.32.298.73.542.418 1.502-1.92 2.794-4.036 4-6.15 1.271-2.232 2.42-4.551 3.246-6.987a19.5 19.5 0 0 0 .864-3.793c.039-.308-.505-.384-.546-.075"/><path fill="#fff" d="M36.459 18.441c.667 5.836 1.155 11.693 1.396 17.563.065 1.577.095 3.154.128 4.732.01.428.663.43.665 0 .027-5.885-.387-11.81-1.011-17.66a106 106 0 0 0-.61-4.712c-.048-.32-.605-.248-.569.08z"/><path fill="#fff" d="M36.671 18.514c1.787 5.006 4.226 9.809 7.09 14.283a61 61 0 0 0 2.548 3.697c.311.415 1.02.016.708-.414a81 81 0 0 1-8.035-13.6 77 77 0 0 1-1.765-4.119c-.131-.333-.671-.198-.547.151z"/><path fill="#fff" d="M36.385 19.315c-.08 2.587-.39 5.18-.766 7.74a77 77 0 0 1-1.61 8.092 54 54 0 0 1-1.19 3.977c-.156.46.547.636.72.198.941-2.415 1.55-4.975 2.056-7.52a73 73 0 0 0 1.184-8.276c.116-1.4.16-2.807.164-4.211 0-.36-.547-.36-.56 0z"/><path fill="#fff" d="M30.655 32.667q.401-.019.8.025l.217.025c.072.009-.058-.009.024 0l.05.007.137.022q.242.04.484.098.237.057.465.139l.106.04c.012 0 .05.021-.006 0l.05.022a2 2 0 0 1 .264.145c.024.016.076.058.024.014.042.035.08.091.125.121.028.018-.037-.06-.01-.014l.038.056q.049.073.091.148.088.149.16.305c.208.45.32.971.407 1.468a.285.285 0 0 0 .273.208.29.29 0 0 0 .272-.208q.081-.209.213-.39c.032-.047.016-.022.008-.012l.037-.045a2 2 0 0 1 .273-.26 3 3 0 0 1 .157-.104c.06-.036.16-.086.197-.104a2 2 0 0 1 .324-.097l.058-.01c.049-.008-.005 0 .025 0q.083-.005.165 0c.072 0-.041-.01.032 0l.098.022q.099.026.194.06l.047.019c-.039-.018.04.015 0 0l.106.049q.208.102.4.232.181.117.344.26a4 4 0 0 1 .432.431c.011.014.073.094.035.044q.062.084.117.173c.1.172.392.196.487 0q.195-.407.45-.78a4.3 4.3 0 0 1 .702-.798l.09-.08.036-.028.025-.02q.171-.133.359-.24.393-.22.83-.331.52-.17 1.064-.23.19-.015.38 0c.064.006-.008-.006-.01 0a3 3 0 0 1 .18.033q.314.07.617.173.169.055.335.117l.16.063.08.032.046.02c.05.02-.017-.008.013.005q.354.146.686.339l.135.084.068.047c.026.02.058.047.011.007l.094.08.041.045c-.039-.057.04.04 0 0a.29.29 0 0 0 .387.102.285.285 0 0 0 .101-.387c-.24-.346-.673-.549-1.044-.72a8.5 8.5 0 0 0-1.44-.518q-.274-.075-.56-.09c-.4.002-.8.06-1.184.172q-.541.13-1.05.355a3.7 3.7 0 0 0-.8.535c-.549.47-.971 1.086-1.285 1.733h.487a3 3 0 0 0-.62-.72 4.2 4.2 0 0 0-.879-.61c-.282-.142-.61-.27-.932-.248a2.1 2.1 0 0 0-1.068.39c-.368.262-.647.63-.8 1.054h.545a6.7 6.7 0 0 0-.38-1.409c-.154-.373-.34-.76-.675-1a2.8 2.8 0 0 0-.884-.382 7 7 0 0 0-1.063-.201 5.3 5.3 0 0 0-.969-.044.29.29 0 0 0-.282.282.285.285 0 0 0 .282.282zm2.431-4.062q.654.029 1.285.204c.567.173.696.785.874 1.3a.383.383 0 0 0 .69.09c.361-.572 1.111-.553 1.461.018.103.168.372.277.547.144 1.027-.777 2.43-1.833 3.766-1.128.458.24.866-.454.407-.696-1.64-.86-3.273.145-4.576 1.133l.547.144a1.64 1.64 0 0 0-2.805 0l.69.09c-.224-.652-.456-1.43-1.16-1.692-.537-.199-1.16-.23-1.726-.21-.388.014-.384.575 0 .6zm1.673-3.898c.183.142.368.192.579.276.33.133.474.456.61.767a.3.3 0 0 0 .408.107c.251-.177.574-.266.83-.046a.307.307 0 0 0 .503-.132c.107-.303.594-.416.868-.447.468-.052.921.067 1.26.404.26.261.658-.138.405-.405-.476-.5-1.158-.69-1.832-.585-.525.08-1.096.34-1.28.873l.503-.133c-.456-.391-1.066-.393-1.556-.045l.408.107c-.16-.358-.358-.72-.71-.925-.205-.117-.449-.135-.64-.28-.263-.203-.623.258-.357.464"/><path fill="#969CA3" d="M43.303 24.982c-.08-.1-.037-.358-.03-.471q.005-.128.024-.254.014-.087.034-.172.038-.128-.035.02l-.264.11h.067l-.265-.108c.085.088.06.443.062.56a3 3 0 0 1-.055.588l.726-.095c.03.066-.019.059.032.015.05-.043.08-.08.12-.122.041-.042.264-.166.274-.187.016-.037-.068-.067-.069-.066.02 0-.066.063-.055.059a.8.8 0 0 1-.378.039l.296.52a.196.196 0 0 1 .227-.144c.54.12.771-.714.23-.83-.56-.123-1.12.182-1.273.75-.066.252.13.55.408.534.439-.025.912-.037 1.19-.436.24-.347.23-.868-.16-1.109-.39-.24-.832-.073-1.157.209-.363.32-.589.697-.372 1.17.139.3.669.232.727-.095.08-.47.236-2.146-.625-1.99-.4.075-.41.595-.425.92-.018.37.014.769.291 1.04.303.296.704-.138.454-.454zm-10.845-.697c-.207-.225-.586-.286-.81-.046a.498.498 0 0 0 .513.823.5.5 0 0 0 .226-.167.52.52 0 0 0 .07-.488.54.54 0 0 0-.355-.366.433.433 0 0 0-.528.573q.03.076.088.133a.42.42 0 0 0 .514.048.4.4 0 0 0 .17-.23v-.01l-.106.181.006-.005-.181.105h.009l-.11.015h.01l-.11-.015.012.004-.098-.041.024.012-.084-.064a.1.1 0 0 1 .02.02l-.064-.084.022.043-.042-.098a.3.3 0 0 1 .02.067l-.015-.11a.1.1 0 0 1 0 .033l.021-.111-.004.015.042-.098a.1.1 0 0 1-.016.027l.064-.08-.01.01.08-.065-.012.008.098-.042-.024.006.109-.014h-.026l.108.014-.026-.008.098.042-.024-.014.08.064-.02-.019.064.08-.014-.023.041.095-.004-.013.014.107a.1.1 0 0 1 0-.034l-.014.107a.1.1 0 0 1 .01-.032l-.04.094a.1.1 0 0 1 .018-.029l-.061.08.022-.026q-.086.06-.035.03l-.09.04a.2.2 0 0 1 .055-.014l-.098.012h.04l-.096-.013c.017 0 .033.009.05.011.037 0-.075-.037-.016-.007a.339.339 0 0 0 .41-.531zm.096-1.667c.488 0 .488-.758 0-.758-.49 0-.49.758 0 .758"/><path fill="#969CA3" d="M31.94 24.319a1.4 1.4 0 0 0-.854-.27.39.39 0 0 0-.381.38c-.012.305.229.537.512.6a.85.85 0 0 0 .444-.036c.154-.05.337-.084.445-.213.148-.177.147-.452-.074-.577s-.376-.045-.58.032l-.096.032c.037-.012-.005.016-.018 0 .007.008.053.016.067.026a.25.25 0 0 1 .061.135l-.38.381c.179-.02.36.003.528.067a.324.324 0 0 0 .327-.56z"/><path fill="#969CA3" d="M32.07 24.275q-.025-.052-.007-.021l-.019-.065c-.005-.021-.017-.065-.023-.098 0-.006-.02-.116-.007-.037-.01-.066-.015-.133-.03-.198l-.464.467q.06.018-.016-.013l.047.026q-.061-.052-.016-.01-.045-.064-.01-.013a.377.377 0 0 0 .65-.38.68.68 0 0 0-.453-.341.39.39 0 0 0-.37.097.37.37 0 0 0-.097.369c.075.19.2.344.299.52a.304.304 0 0 0 .412.109.31.31 0 0 0 .108-.412zm-3.723 5.411c.015.027 0 .049 0 .074 0 .026-.006.012.01-.015a.12.12 0 0 1-.122.066l-.308-.308-.054.605c-.02.227.221.4.426.37.244-.034.343-.247.313-.47l-.07-.505c-.024-.182-.179-.372-.39-.297-.314.11-.5.473-.314.777.198.32.696.033.508-.297z"/><path fill="#fff" d="M22.831 29.467c-.27-.358-.407-.83-.097-1.218.264-.33.868-.413 1.172-.087.179.193.582.115.629-.166.124-.758.672-1.435 1.465-1.551.77-.113 1.568.389 1.84 1.107.17.449.898.255.727-.2-.4-1.053-1.459-1.799-2.607-1.665-1.148.135-2.027 1.083-2.164 2.21l.567-.326c-.665-.392-1.533-.417-2.066.223-.46.553-.44 1.51.131 1.984.205.17.594-.061.404-.311"/><path fill="#969CA3" d="M37.34 48.1c-.063 2.932-.166 5.864-.226 8.795s-.193 5.872-.106 8.796c.014.492.734.489.76 0 .16-2.921.099-5.87.11-8.796s-.02-5.863-.011-8.795c0-.339-.52-.338-.527 0m.56-5.565a109 109 0 0 1 3.26 4.668q.804 1.224 1.576 2.464c.357.573.729 1.17 1.28 1.575.647.474 1.383.469 2.107.174q1.142-.486 2.184-1.156c1.495-.93 2.88-2.035 4.248-3.138a247 247 0 0 0 8.671-7.306 38 38 0 0 1 1.974-1.653c.62-.48 1.243-.96 1.766-1.546.408-.46.8-.96.759-1.61-.036-.579-.338-1.1-.68-1.551-.413-.55-.911-1.03-1.417-1.492-.64-.587-1.248-1.206-1.893-1.787-.625-.56-1.341-1.111-2.192-1.257-.945-.16-1.731.4-2.65.39-.449-.006-.447.678 0 .696.76.029 1.44-.387 2.188-.385.747.003 1.392.458 1.93.92.595.514 1.145 1.082 1.717 1.622.383.362.778.71 1.144 1.09.383.4.783.84.99 1.36.232.583-.004.971-.392 1.415-.972 1.113-2.28 1.904-3.384 2.88a237 237 0 0 1-8.068 6.817c-1.24.999-2.448 2.038-3.734 2.978q-.968.714-2.004 1.324-.512.3-1.045.56c-.37.18-.783.388-1.207.341-.745-.08-1.234-.847-1.6-1.421a106 106 0 0 0-5.051-7.25c-.209-.276-.683-.01-.472.275zM27.703 13.633c2.49.565 4.684 1.973 7.156 2.593.363.091.825.11 1.15.306.188.11.093.148-.08.244-.188.108-.4.183-.591.279a445 445 0 0 0-3.658 1.83 52 52 0 0 0-3.513 1.94c-1.169.713-2.285 1.51-3.42 2.274-1.107.746-2.229 1.468-3.393 2.12-1.104.618-2.232 1.192-3.3 1.868-2.148 1.36-3.71 3.25-5.313 5.188-.754.91-1.646 1.781-2.16 2.86-.474.996-.654 2.21.337 2.937.493.362 1.04.661 1.543 1.006q.801.55 1.577 1.133c1.07.804 2.11 1.648 3.156 2.485 2.03 1.627 4.11 3.178 6.308 4.57a39 39 0 0 0 3.424 1.954q.873.436 1.77.816c.469.196.96.364 1.48.328.922-.063 1.552-.72 2.085-1.41.804-1.04 1.554-2.132 2.296-3.22q.59-.866 1.16-1.744c.271-.417-.395-.8-.665-.389a100 100 0 0 1-2.32 3.397c-.367.514-.731 1.032-1.12 1.53-.26.333-.548.684-.923.894s-.783.2-1.183.087c-.62-.173-1.218-.487-1.796-.766a37 37 0 0 1-3.385-1.872c-2.22-1.373-4.32-2.91-6.362-4.538-1.977-1.578-3.933-3.2-6.08-4.546-.578-.364-1.024-.61-.917-1.383.08-.587.361-1.12.69-1.605.67-.987 1.524-1.87 2.28-2.791.777-.95 1.566-1.897 2.465-2.736.916-.855 1.96-1.538 3.04-2.16 1.108-.64 2.245-1.22 3.337-1.885 1.13-.69 2.221-1.44 3.312-2.184a58 58 0 0 1 6.792-4c1.11-.56 2.24-1.084 3.338-1.668.32-.168.602-.432.56-.82s-.38-.59-.725-.71c-.4-.14-.827-.19-1.235-.298a16 16 0 0 1-1.722-.567c-1.155-.442-2.276-.969-3.44-1.389a14.5 14.5 0 0 0-1.806-.527c-.37-.08-.53.484-.16.57z"/><path fill="#fff" d="m16.372 53.192.267-3.84 4.143 2.017c.12.059.25.127.302.249.031.097.036.2.014.3a136 136 0 0 1-.424 2.86c-.023.149-.061.32-.193.39-.147.08-.327 0-.475-.08l-2.816-1.562"/><path fill="#969CA3" d="M16.693 53.192c.143-1.275.214-2.56.284-3.84l-.51.292c.85.48 1.74.9 2.615 1.336q.64.32 1.28.635c.228.112.334.099.32.344-.013.246-.07.506-.105.754q-.098.674-.2 1.354c-.032.21-.038.445-.102.647-.054.168.038.102-.064.02a2 2 0 0 0-.268-.148c-.847-.471-1.686-.977-2.56-1.393-.44-.209-.8.39-.385.658.538.344 1.106.64 1.664.952.468.258 1 .676 1.528.78.489.097.789-.263.875-.7.117-.595.188-1.204.276-1.804q.067-.451.13-.904c.03-.22.08-.45.006-.667-.164-.472-.8-.64-1.204-.837-1.172-.56-2.343-1.15-3.544-1.647-.221-.092-.413.134-.43.327-.107 1.28-.214 2.56-.249 3.84-.011.423.6.4.64 0zm15.333 5.489c.593.231 1.182.507 1.802.657.327.08.568-.407.24-.567-.6-.291-1.25-.463-1.882-.67-.373-.124-.514.443-.16.58m-.276 1.763c.474.188.912.443 1.372.656.424.196.76-.363.368-.63-.467-.32-1.025-.509-1.563-.667-.419-.123-.56.486-.177.64m.29 1.952c.44 0 .441-.686 0-.686-.442 0-.442.686 0 .686m18.34-47.142c3.172 2.686 6.917 4.543 10.34 6.865.86.582 1.697 1.196 2.494 1.86.376.314.746.64 1.101.975.168.16.36.335.4.575.067.376-.271.72-.525.95-.441.4-.974.704-1.498.981-1.057.56-2.222.933-3.256 1.53-.4.235-.038.862.367.627.973-.56 2.07-.918 3.07-1.433.914-.471 2.282-1.158 2.539-2.266.118-.505-.097-.971-.442-1.334-.736-.774-1.62-1.44-2.48-2.08-1.76-1.306-3.65-2.421-5.533-3.535-2.135-1.261-4.275-2.539-6.221-4.084-.256-.203-.623.148-.366.366zm-8.78-1.996a12.7 12.7 0 0 1 2.726-.845c.298-.06.225-.525-.07-.522a5.7 5.7 0 0 0-2.93.897c-.3.195-.04.61.274.47m-3.34 4.953c5.205 3.56 10.629 6.837 15.44 10.938.34.29.855.692.88 1.182.018.462-.464.874-.758 1.18a19 19 0 0 1-2.381 2.062c-2.001 1.49-4.148 2.775-6.296 4.023-2.337 1.36-4.733 2.64-6.992 4.134-.466.307-.04 1.054.44.754 4.353-2.727 9.017-4.994 13.144-8.07.894-.668 1.77-1.373 2.55-2.175.733-.754 1.52-1.672.852-2.737-.293-.47-.735-.824-1.161-1.166-.593-.476-1.17-.972-1.768-1.44-1.28-1.005-2.62-1.938-3.977-2.84a543 543 0 0 0-9.708-6.3c-.289-.183-.543.266-.266.455"/><path fill="#969CA3" d="M19.227 29.747c2.296 1.76 4.611 3.497 6.899 5.27q1.74 1.348 3.45 2.736c1.16.949 2.274 1.954 3.464 2.867 1.466 1.12 3.127 2.16 4.96 2.521.543.107.778-.692.231-.84-3.147-.848-5.458-3.065-7.933-5.056-2.303-1.858-4.698-3.604-7.086-5.349a298 298 0 0 0-3.697-2.64c-.304-.216-.572.275-.288.492zM9.16 26.058c.17.597.662 1.098 1.289 1.187.37.054.545-.486.16-.578-.405-.096-.758-.359-.893-.762-.117-.349-.658-.207-.555.153zM22.178 9.23a3.14 3.14 0 0 0 1.084 1.711c.185.146.45-.103.266-.266a3.17 3.17 0 0 1-.994-1.542c-.064-.229-.415-.133-.356.098m5.474-1.616a5.7 5.7 0 0 0 .165 1.778c.061.226.395.13.35-.096a7 7 0 0 1-.15-1.68c.01-.24-.352-.234-.365 0zm5.845.272q-.163.863-.316 1.73c-.035.209.283.302.32.088.113-.575.215-1.152.32-1.729.038-.212-.286-.304-.326-.09zm-15.49 4.583 1.252.797c.2.126.385-.192.184-.316l-1.26-.78c-.191-.118-.363.18-.176.3m23.038-3.845c-.267.416-.535.831-.79 1.255-.102.169.154.312.262.153.278-.41.542-.827.808-1.244.112-.178-.168-.34-.28-.16zm23.235 36.49c-.583-.818-.895-1.968-.567-2.95.072-.217.201-.48.416-.592.32-.16.56.14.716.371q.453.696.822 1.44c.068.131.294.14.358 0 .228-.49.515-1.157 1.108-1.274.29-.058.659.023.757.343.107.346-.147.72-.32 1.002-.135.219.16.406.336.26.694-.575 1.76-.793 2.459-.105.61.599.46 1.821-.515 1.93-.272.03-.285.452 0 .437.756-.04 1.572.132 2.104.71.501.545.625 1.45.128 2.04-.181.214.128.525.31.31.586-.694.573-1.712.049-2.442-.584-.815-1.63-1.108-2.59-1.055v.437c1.19-.135 1.703-1.53 1.002-2.462-.816-1.088-2.303-.888-3.25-.104l.337.26c.24-.389.495-.86.362-1.33a.95.95 0 0 0-.783-.655c-.969-.16-1.506.736-1.852 1.489h.358c-.37-.705-1.444-2.948-2.419-1.6-.761 1.053-.306 2.75.39 3.706.123.169.408.007.285-.166m4.085 4.792c.016-.305.439-.57.7-.358a.18.18 0 0 0 .264-.023.18.18 0 0 0-.045-.261c-.468-.36-1.28.041-1.229.64a.156.156 0 0 0 .31 0zM11 47.98c-.469-1.208-1.707-2.464-3.1-2.4-.54.019-1.1.31-1.127.908-.021.427.185.88.344 1.264q.26.63.617 1.212l.29-.29c-.903-.4-2.064-.026-2.454.92-.39.945.172 2.034 1.096 2.386l-.097-.366c-.339.292-.928.052-1.332.098a1.76 1.76 0 0 0-.867.354 2.35 2.35 0 0 0-.9 1.805c-.028 1.616 1.66 2.597 3.103 2.618l-.062-.454c-.868.262-1.41 1.286-1.025 2.14.386.853 1.513 1.132 2.274.638.235-.154.022-.526-.222-.38-.536.32-1.346.156-1.622-.44-.276-.598.116-1.326.718-1.512.248-.076.204-.452-.061-.455-1.316-.013-2.934-.983-2.619-2.498.126-.594.545-1.181 1.15-1.341s1.24.205 1.775-.259c.137-.117.045-.313-.097-.367-.683-.26-1.09-1.105-.81-1.794s1.166-1.015 1.84-.72c.18.08.413-.092.291-.29a7.7 7.7 0 0 1-.833-1.791c-.107-.347-.148-.71.219-.892.233-.1.49-.13.74-.086 1.099.147 2.064 1.094 2.48 2.08.075.177.367.105.295-.08zm.534 5.622c-.621-.282-1.413-.105-1.76.515s-.094 1.43.508 1.782c.212.123.386-.188.19-.325-.386-.27-.583-.823-.365-1.26.219-.438.817-.62 1.26-.425.193.086.362-.198.167-.287m-2.326-9.838c-.56-1.41-1.12-2.824-1.69-4.23-.327-.805-.817-1.947-1.812-2.08a.674.674 0 0 0-.77.553c-.105.49.146.998.32 1.44a44 44 0 0 0 1.766 3.952l.182-.32c-.8.008-1.732-.52-2.476.008-.442.313-.567.996-.15 1.38l.15-.36c-.64.005-1.238.423-1.393 1.056-.155.634.196 1.29.767 1.569.24.118.453-.24.212-.363-.908-.474-.64-1.818.414-1.828.18 0 .295-.24.154-.37-.187-.17-.16-.433-.008-.621.181-.223.494-.26.763-.252.53.014 1.027.228 1.564.213a.213.213 0 0 0 .181-.32 34 34 0 0 1-1.462-3.136c-.195-.48-.426-.966-.56-1.465-.048-.185-.104-.454.01-.624.197-.294.65-.01.847.148.73.592 1.017 1.704 1.36 2.537q.656 1.6 1.32 3.2c.08.188.387.108.31-.086"/><path fill="#969CA3" d="M68.153 43.81c1.546-2.235 3.115-4.456 4.62-6.72.119-.177-.16-.335-.283-.165-1.565 2.22-3.07 4.485-4.596 6.734-.11.16.15.309.259.15z"/><path fill="#969CA3" d="M71.171 40.02a.36.36 0 0 1 .487.125c.139.203.022.435-.16.56-.377.267-.815-.029-1.046-.342-.134-.181-.43-.022-.31.181.384.64 1.4.95 1.83.167.32-.587-.353-1.337-.946-.944-.152.102-.015.344.146.25zm-.284-.768a1.64 1.64 0 0 0-.45-1.533.19.19 0 0 0-.262 0c-.48.523-.394 1.38.195 1.782.175.12.393-.16.228-.295-.358-.3-.47-.845-.16-1.225h-.262a1.24 1.24 0 0 1 .414 1.188c-.037.193.255.278.298.08zm1.598-.993a.455.455 0 0 1 .474.276v-.171a.166.166 0 0 1-.21.04c-.206-.117-.39.199-.185.315a.51.51 0 0 0 .474.02c.135-.063.29-.217.216-.375-.142-.3-.497-.438-.81-.4-.16.021-.126.305.04.29zM67.853 68.4c-.712-.623-1.815-1.635-1.144-2.659.284-.433.85-.663 1.232-.201.295.358.32.89.33 1.331.007.28.435.281.434 0 0-.653.653-1.28 1.325-1.061.572.186.846.855.655 1.4-.053.151.117.329.27.27.743-.28 1.76-.57 2.466-.044.48.355.745 1.256.176 1.652-.23.16-.01.544.223.381.72-.501.652-1.512.126-2.138-.766-.91-2.14-.64-3.108-.275l.27.27c.283-.8-.215-1.771-1.06-1.964-.916-.21-1.786.61-1.778 1.51h.436c-.028-.598-.099-1.324-.584-1.743-.441-.38-1.049-.32-1.47.056a1.63 1.63 0 0 0-.465 1.68c.228.747.847 1.29 1.422 1.778.168.141.412-.096.24-.24zm-2.888.124a1.4 1.4 0 0 0-1.12 1.353c0 .219.328.217.337 0a1.104 1.104 0 0 1 .87-1.03c.21-.045.12-.365-.09-.32z"/></svg>
|
package/Table/assets/error.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="80" height="80" fill="none"><path fill="#969CA3" d="m67.953 37.294-16.08 2.532c.707-.11 2.14 2.688 2.53 3.184 1.407 1.791 3.415 3.57 4.394 5.635-.83.358-2.467-.286-3.33-.528-1.17-.326-2.32-.723-3.501-1.011l-5.816-1.42c-.428 2.626-.194 5.542-.287 8.203-.093 2.679.255 5.865-.34 8.463-1.59-2.169-2.617-5.134-3.83-7.55l-3.748-7.475-.073-.145c-1.87 1.99-3.714 4.004-5.58 6-1.752 1.87-3.54 4.253-5.628 5.735.24-2.611 1.151-5.084 1.787-7.61.208-.824 1.245-7.476 1.741-7.553L15.389 46.08l10.645-9.388c-.363.32-5.712-2.538-6.233-2.769-1.623-.72-3.261-1.407-4.89-2.112-1.543-.667-3.574-1.251-4.886-2.291 2.275-.806 5.292-.294 7.688-.4l8.854-.4.436-.02c-.4.018-2.337-4.485-2.552-4.898-.193-1.192-1.068-2.267-1.68-3.28a52 52 0 0 1-2.184-4.016c-.055-.113-.07-.203.015-.3 2.357.533 4.493 2.427 6.587 3.581.428.24 5.589 2.696 5.534 3.052l2.543-16.658c.054-.352.094-.728.202-1.047.814 1.393 1.173 3.314 1.695 4.855 1.12 2.132 1.639 4.845 2.412 7.133.438 1.293.665 3.08 1.465 4.18 1.92-1.47 3.7-3.137 5.544-4.705l4.134-3.52c.247-.21 2.25-2.252 2.536-2.152h.053c-.347 2.892-1.957 5.955-2.889 8.712L49.2 23.25c-.174.518-.229 1.078-.518 1.55a130 130 0 0 1 7.44-2.04c2.348-.58 5.024-1.572 7.434-1.667-.438 1.268-2.051 2.5-3.032 3.397-1.12 1.021-2.284 1.99-3.357 3.052-.37.367-3.907 4.447-4.328 4.295z"/><path fill="#969CA3" d="m67.912 37.145-5.44.857-8.64 1.36-2.003.318c-.17.026-.132.32.041.302.257-.021.492.288.64.46q.376.449.686.944c.362.556.666 1.159 1.06 1.692 1.425 1.927 3.342 3.456 4.4 5.648l.093-.227c-.781.3-1.752-.068-2.507-.3a207 207 0 0 0-2.997-.9c-2.32-.683-4.71-1.185-7.062-1.76a.155.155 0 0 0-.19.108c-.44 2.787-.221 5.633-.297 8.443-.074 2.734.27 5.527-.328 8.223l.282-.038c-1.553-2.14-2.444-4.664-3.577-7.032-1.308-2.734-2.709-5.43-4.075-8.137a.156.156 0 0 0-.18-.066.2.2 0 0 0-.06.035 587 587 0 0 0-5.887 6.33c-1.69 1.852-3.237 3.902-5.29 5.378l.232.133c.271-2.818 1.389-5.42 1.907-8.182.32-1.708.6-3.424.988-5.12.09-.4.184-.794.306-1.183a3 3 0 0 1 .139-.386c.024-.05.1-.153.076-.147.196-.05.109-.327-.08-.296l-4.991.785-7.966 1.255-1.844.29.15.258 3.587-3.164 5.729-5.052 1.33-1.174c.129-.114-.045-.345-.188-.24-.07.051-.417-.087-.528-.126a13 13 0 0 1-1.151-.48c-.9-.406-1.784-.847-2.666-1.292-2.2-1.112-4.461-2.07-6.731-3.033-1.6-.678-3.355-1.144-4.746-2.222l-.068.259c2.472-.848 5.173-.29 7.725-.4q4.607-.2 9.212-.412a.154.154 0 0 0 0-.308c.053.004-.034-.052-.071-.099a3 3 0 0 1-.182-.27c-.17-.274-.32-.56-.468-.849-.362-.695-.69-1.408-1.018-2.12-.215-.47-.48-.942-.654-1.429-.179-.501-.286-.985-.544-1.465-.296-.552-.656-1.066-.99-1.594-.424-.67-.814-1.36-1.196-2.056a56 56 0 0 1-.853-1.618c-.073-.147-.378-.6-.29-.759l-.173.071c2.527.598 4.422 2.47 6.676 3.632 1.284.661 2.591 1.274 3.862 1.962.342.186.684.374 1.014.58q.178.105.342.23c.043.035.112.14.114.08 0 .17.276.216.302.041l1.367-8.96.671-4.4.335-2.2c.108-.708.16-1.462.37-2.148l-.282.037c.56.984.874 2.08 1.183 3.163.15.531.281 1.08.48 1.6.204.54.492 1.049.698 1.59.42 1.108.74 2.25 1.063 3.388.302 1.06.668 2.103.947 3.169.293 1.112.53 2.302 1.2 3.261a.16.16 0 0 0 .212.055c2.08-1.6 4-3.392 6-5.092 1.568-1.333 3.156-2.64 4.65-4.056.3-.284.604-.568.922-.832.183-.153.427-.381.616-.37l-.153-.155c-.304 2.366-1.311 4.58-2.181 6.779-.443 1.12-.827 2.254-1.211 3.393l-.61 1.806c-.202.599-.292 1.261-.605 1.815a.16.16 0 0 0 .175.226c2.545-.786 5.12-1.446 7.699-2.107 2.353-.603 4.682-1.482 7.13-1.595l-.148-.195c-.456 1.233-1.633 2.128-2.588 2.968-1.174 1.034-2.361 2.063-3.487 3.149-1.059 1.023-1.989 2.18-3.016 3.236a17 17 0 0 1-.916.89c-.093.08-.441.412-.516.393a.154.154 0 0 0-.166.224q.029.053.086.074l5.12 1.848 8.119 2.931 1.874.672c.187.067.267-.23.08-.298l-5.12-1.848-8.116-2.928-1.876-.678-.08.298c.4.097.96-.598 1.196-.827a45 45 0 0 0 1.93-2.022c.44-.48.866-.982 1.32-1.451 1.103-1.146 2.354-2.166 3.538-3.227 1.073-.96 2.4-1.925 2.916-3.325a.156.156 0 0 0-.149-.195c-2.432.112-4.745.964-7.08 1.571-2.621.682-5.242 1.342-7.831 2.141l.174.227c.279-.496.362-1.052.533-1.587.21-.656.441-1.305.661-1.957.4-1.19.8-2.376 1.262-3.544.88-2.23 1.884-4.461 2.192-6.86.01-.086-.08-.15-.155-.155-.442-.023-.895.506-1.193.774-.487.436-.943.903-1.423 1.345-.925.853-1.92 1.64-2.88 2.456-1.061.903-2.12 1.808-3.167 2.728-1.204 1.058-2.41 2.114-3.684 3.09l.21.056c-.61-.87-.848-1.936-1.11-2.95-.278-1.08-.645-2.134-.951-3.206-.326-1.138-.64-2.283-1.048-3.395a18 18 0 0 0-.647-1.527c-.239-.5-.376-1.061-.53-1.6-.34-1.19-.667-2.406-1.286-3.49a.16.16 0 0 0-.281.038c-.197.66-.25 1.386-.357 2.068l-.346 2.278-.67 4.4-1.367 8.96.303.042c.006-.343-.74-.66-.968-.792a47 47 0 0 0-2.289-1.216c-.674-.342-1.353-.676-2.03-1.013-.914-.455-1.76-1.04-2.607-1.6-1.35-.889-2.748-1.785-4.34-2.16a.16.16 0 0 0-.175.071c-.11.194-.072.32.019.523.178.392.384.775.584 1.156q.544 1.05 1.14 2.07c.72 1.239 1.728 2.42 2.065 3.84.123.515.435 1.024.655 1.505.358.783.72 1.566 1.12 2.332q.24.492.542.95c.098.143.22.338.41.353v-.309c-3.12.14-6.234.298-9.352.418-2.538.097-5.207-.44-7.667.404-.097.032-.167.18-.068.257 1.247.967 2.775 1.462 4.225 2.033 1.808.713 3.59 1.514 5.367 2.3 1.6.707 3.12 1.594 4.72 2.31q.592.276 1.209.488c.176.058.495.19.67.063l-.187-.24-3.587 3.165-5.726 5.05-1.33 1.173c-.127.112.014.279.15.257l4.99-.786 7.967-1.254 1.844-.29-.08-.298c-.37.096-.488.932-.564 1.22-.24.912-.418 1.84-.595 2.764-.173.899-.333 1.8-.498 2.7-.172.948-.421 1.867-.685 2.793-.546 1.92-1.107 3.84-1.3 5.835a.15.15 0 0 0 .078.134.16.16 0 0 0 .155 0c2.041-1.467 3.59-3.483 5.264-5.33 1.964-2.166 3.973-4.296 5.975-6.427l-.24-.031c1.365 2.706 2.766 5.403 4.074 8.138 1.134 2.368 2.024 4.89 3.577 7.032.072.099.25.104.282-.037.585-2.636.287-5.36.333-8.038.05-2.86-.155-5.792.293-8.628l-.19.108c2.45.598 4.936 1.12 7.352 1.845.992.298 1.981.6 2.973.894.734.217 1.651.508 2.404.22a.16.16 0 0 0 .092-.228c-.545-1.127-1.331-2.112-2.149-3.053-.78-.897-1.684-1.745-2.35-2.732-.435-.64-.8-1.331-1.243-1.967-.267-.38-.755-1.19-1.315-1.143l.041.303 5.44-.854 8.64-1.36 2-.315c.195-.034.111-.33-.083-.3"/><path fill="#fff" d="M58.707 34.183c.577-1.126 1.834-1.833 2.613-2.866.394-.522.777-1.1 1.374-1.365 1.563-.694 1.986 1.3 1.746 2.37.425-.586 1.343-.734 1.93-.31.588.422.737 1.34.315 1.928.818-.585 2.08-.122 2.552.768s.273 2.013-.24 2.88c.657.111 1.158.713 1.29 1.365.51 2.521-2.153 4.18-4.307 4.4-1.609.165-3.243-.29-4.649-1.091-2.364-1.348-4.137-3.712-4.725-6.37a6.68 6.68 0 0 1 2.453-6.772c.86-.665 1.825-1.224 2.888-1.45a4.75 4.75 0 0 1 1.914.005c.48.092.88.22 1.212-.23.297-.4.142-.96.427-1.367.296-.421.894-.594 1.38-.46 1.9.524 2.55 4.049 3.68 5.48 1.28 1.616 2.575 3.06 4.275 4.21.86.583 1.342 1.623 1.407 2.659s-.248 2.067-.72 2.993a9.23 9.23 0 0 1-4.713 4.332"/><path fill="#969CA3" d="M58.924 34.309c.42-.774 1.112-1.321 1.746-1.912q.48-.435.88-.946c.277-.36.537-.748.9-1.03.525-.41 1.2-.49 1.532.16.253.492.293 1.126.18 1.66-.054.254.288.526.48.282.361-.454 1.044-.635 1.542-.278.498.356.556 1.056.24 1.54-.16.25.16.576.414.412.684-.45 1.62-.13 2.053.528.541.822.286 1.904-.175 2.695a.327.327 0 0 0 .193.473c1.015.224 1.245 1.415 1.014 2.29-.217.827-.84 1.487-1.542 1.94-1.74 1.12-3.882 1.1-5.765.351-3.769-1.495-6.865-6.045-5.45-10.133.693-2 2.518-3.659 4.552-4.228a4.4 4.4 0 0 1 1.967-.088c.414.072.852.207 1.254.015.443-.212.64-.659.714-1.12.037-.24.05-.513.225-.702a.92.92 0 0 1 .678-.265c.7.012 1.234.707 1.571 1.242.442.7.762 1.471 1.098 2.226.293.66.587 1.332 1.032 1.907q1.035 1.358 2.248 2.56.63.618 1.327 1.164c.42.328.908.597 1.262.999.732.829.89 2.017.676 3.07-.433 2.121-1.98 3.995-3.78 5.135a9.3 9.3 0 0 1-1.364.712c-.383.16-.105.836.286.677 2.16-.873 3.993-2.508 5.016-4.618.555-1.146.88-2.435.622-3.705a3.9 3.9 0 0 0-.656-1.513c-.36-.496-.828-.8-1.315-1.163-1.031-.76-1.94-1.68-2.775-2.65-.665-.77-1.243-1.52-1.674-2.442-.672-1.44-1.273-3.544-2.88-4.217-1.002-.419-2.126.106-2.31 1.2-.043.252-.042.653-.3.8-.194.11-.474 0-.675-.034a5.5 5.5 0 0 0-2.043-.018c-2.301.448-4.415 2.287-5.31 4.427-1.84 4.407 1.32 9.505 5.403 11.3 2.085.917 4.503 1.045 6.514-.128.805-.47 1.525-1.143 1.897-2.01.372-.869.4-2.005-.16-2.8a1.92 1.92 0 0 0-1.183-.8l.193.473c.587-1.04.826-2.48.035-3.488-.64-.82-1.873-1.178-2.775-.58l.413.413c.48-.73.325-1.794-.395-2.315-.72-.522-1.776-.346-2.315.34l.48.28c.24-1.185-.232-3.272-1.863-2.8-1.04.303-1.502 1.36-2.202 2.08-.748.772-1.65 1.408-2.16 2.374-.152.286.28.54.435.254z"/><path fill="#fff" d="M36.278 27.574a41 41 0 0 1 .32-6.48 47 47 0 0 1 2.93 6.408c1.751-2.057 3.543-4.15 5.852-5.55l-1.293 5.499c2.83-.513 5.696-.8 8.571-.857l-6.498 7.211c-.19.21-.392.488-.286.75.098.24.393.31.646.354 2.167.377 4.3.93 6.378 1.65-1.712 1.586-4.057 2.254-6.308 2.872a17.6 17.6 0 0 1 3.675 3.95c-.515.384-1.242.16-1.835-.08a60 60 0 0 1-5.507-2.607 21.6 21.6 0 0 0-1.374 5.967l-3.475-5.6c-.43.853-1.179 1.494-1.908 2.11l-2.817 2.384q.284-2.613.841-5.183l-4.568.091c-.308.006-.72-.07-.75-.377-.02-.188.127-.347.262-.48a27 27 0 0 0 3.413-4.111.5.5 0 0 0 .104-.226c.034-.284-.347-.406-.633-.432a14.5 14.5 0 0 1-5.744-1.784 28.6 28.6 0 0 0 6.859-2.501l-2.788-2.835c-.615-.625-1.247-1.276-1.557-2.096q3.652 1.04 7.3 2.103"/><path fill="#969CA3" d="M36.409 27.574c-.05-2.165.064-4.331.34-6.48l-.275.076a45 45 0 0 1 2.892 6.378c.04.112.196.182.287.08 1.753-2.027 3.504-4.112 5.805-5.543l-.22-.169c-.42 1.835-.874 3.663-1.314 5.494a.174.174 0 0 0 .211.21 56 56 0 0 1 8.526-.842l-.127-.306a6284 6284 0 0 0-5.11 5.672c-.506.56-1.08 1.108-1.53 1.718-.279.381-.304.856.16 1.09.264.133.59.15.876.202q.602.113 1.2.24 2.399.526 4.72 1.334l-.08-.293c-1.732 1.57-4.028 2.222-6.23 2.829-.114.032-.182.206-.076.289a17.6 17.6 0 0 1 3.64 3.92l.066-.246c-.53.346-1.162.115-1.698-.101a62 62 0 0 1-5.466-2.584.176.176 0 0 0-.255.103 22.4 22.4 0 0 0-1.377 6.013l.32-.086-3.475-5.6a.172.172 0 0 0-.294 0c-.48.915-1.28 1.569-2.058 2.226q-1.32 1.119-2.64 2.232l.295.122q.293-2.59.845-5.135a.185.185 0 0 0-.096-.211.2.2 0 0 0-.08-.02l-4.095.08c-.24.004-.586.07-.812-.026-.453-.193.21-.734.388-.917a27 27 0 0 0 2.322-2.736q.282-.377.548-.764c.122-.177.298-.373.29-.6-.012-.358-.389-.505-.69-.556-.605-.1-1.213-.145-1.814-.276a14.6 14.6 0 0 1-3.963-1.495l-.045.328a29.7 29.7 0 0 0 6.906-2.511.19.19 0 0 0 .081-.222.2.2 0 0 0-.044-.073l-2.4-2.437c-.715-.727-1.52-1.444-1.906-2.409l-.221.222a741 741 0 0 1 7.297 2.11c.232.068.331-.294.099-.362-2.433-.7-4.869-1.39-7.3-2.096-.122-.035-.274.092-.222.222.372.938 1.07 1.644 1.764 2.351l2.621 2.664.039-.294a28.6 28.6 0 0 1-6.807 2.491.18.18 0 0 0-.043.326 14.6 14.6 0 0 0 5.25 1.746c.268.035.581.023.835.12.253.097.145.266.039.45-.094.164-.22.32-.331.474a26.6 26.6 0 0 1-2.516 3.017c-.27.278-.843.663-.767 1.12.062.37.461.486.784.508.747.052 1.52-.024 2.27-.04l2.442-.049-.176-.231a51 51 0 0 0-.838 5.232c-.018.16.194.208.295.121l2.756-2.335c.761-.64 1.52-1.3 1.995-2.194h-.295l3.475 5.6a.17.17 0 0 0 .284.017.17.17 0 0 0 .036-.104c.176-2.028.637-4.02 1.37-5.92l-.254.104a61 61 0 0 0 4.103 2.012c.622.276 1.256.59 1.908.79.509.16 1.046.2 1.509-.106a.18.18 0 0 0 .064-.245 18.4 18.4 0 0 0-3.707-3.982l-.075.289c2.268-.62 4.608-1.294 6.385-2.914a.177.177 0 0 0-.08-.292 41.5 41.5 0 0 0-6.226-1.62c-.34-.063-.84-.093-.599-.632.14-.312.524-.61.752-.862q2.96-3.28 5.915-6.56a.18.18 0 0 0-.126-.305c-2.891.059-5.773.35-8.617.87l.211.211c.422-1.835.83-3.674 1.271-5.505a.151.151 0 0 0-.219-.17c-2.337 1.418-4.16 3.484-5.897 5.559l.287.076a50.5 50.5 0 0 0-2.968-6.437c-.08-.141-.259-.059-.276.075a41 41 0 0 0-.306 6.48c.006.167.266.168.262 0"/><path fill="#EBF0F5" d="M51.967 67.865c-.889-3.412-.454-5.75-.334-6.273.155-1.329.899-2.59 2.273-3.855 1.142-1.052 2.606-2.024 4.16-3.052 2.344-1.556 4.767-3.165 6.462-5.259 1.87-2.31 2.484-4.765 1.932-7.727-.65-3.49-2.104-6.024-4.32-7.534-3.28-2.233-7.223-1.504-7.262-1.496l-.454-2.27c.198-.038 4.893-.934 8.987 1.836 2.76 1.867 4.55 4.909 5.32 9.04.675 3.628-.113 6.77-2.409 9.606-1.92 2.37-4.608 4.156-6.98 5.73-2.695 1.789-5.24 3.478-5.416 5.291l-.01.107-.026.084c-.024.102-.49 2.095.315 5.188z"/><path fill="#969CA3" d="M53.751 30.132c1.164.105 1.302 1.172 1.093 1.831-.047.15-.455.806-.613.806"/><path fill="#969CA3" d="M53.688 30.362c.555.117.924.466.92 1.052a1.2 1.2 0 0 1-.114.525 3 3 0 0 1-.176.28c-.032.05-.177.255-.17.252-.385.117-.22.664.16.596.326-.058.566-.47.713-.73a1.76 1.76 0 0 0 .216-.96c-.042-.868-.62-1.454-1.49-1.48-.263-.009-.328.41-.063.466z"/><path fill="#EBF0F5" d="m45.078 28.027 4.255-.463a4.64 4.64 0 0 1 1.006 9.225l-4.255.464z"/><path fill="#fff" d="M21.026 43.76c-.776-1-2.142-1.46-3.1-2.332-.48-.44-.966-.937-1.6-1.087-1.664-.394-1.71 1.645-1.28 2.651-.525-.497-1.455-.473-1.954.052-.5.525-.475 1.455.048 1.955-.913-.425-2.069.264-2.366 1.226-.296.962.104 2.029.77 2.783-.624.23-1.006.914-1.014 1.58-.036 2.572 2.888 3.71 5.046 3.528 1.612-.135 3.134-.885 4.366-1.932 2.075-1.76 3.38-4.413 3.466-7.133a6.68 6.68 0 0 0-3.666-6.203c-.967-.494-2.02-.865-3.105-.89a4.75 4.75 0 0 0-1.881.362c-.454.18-.822.379-1.234 0-.365-.338-.32-.918-.672-1.265-.37-.359-.988-.417-1.44-.196-1.772.867-1.76 4.45-2.605 6.067a39 39 0 0 1-2.186 3.664c-.293.436-.595 1.103-.976 1.46-.41.384-1.002.47-1.435.85-.8.699-.96 1.933-.605 2.933s1.125 1.795 1.962 2.446a12.3 12.3 0 0 0 8.101 2.55"/><path fill="#969CA3" d="M21.204 43.583c-.684-.852-1.694-1.312-2.57-1.928-.838-.592-1.484-1.553-2.592-1.633-1.614-.117-1.715 1.965-1.272 3.048l.48-.28c-.663-.58-1.734-.61-2.367.046-.633.657-.569 1.736.044 2.375l.293-.502c-.998-.42-2.156.194-2.614 1.12-.57 1.153-.055 2.486.72 3.403l.139-.527c-1.064.434-1.4 1.554-1.2 2.617.173.915.764 1.67 1.513 2.194 1.752 1.228 4.125 1.204 6.04.404 4.456-1.861 7.508-7.831 5.172-12.36-1.128-2.189-3.493-3.702-5.93-3.954a5 5 0 0 0-2.013.204c-.291.09-.575.253-.873.316-.376.08-.517-.24-.623-.543-.187-.54-.452-.965-1.019-1.157a1.76 1.76 0 0 0-1.492.192c-.766.48-1.166 1.35-1.44 2.178-.313.933-.48 1.906-.742 2.854-.324 1.179-.996 2.227-1.628 3.264-.373.61-.79 1.2-1.154 1.812-.34.576-.608 1.06-1.23 1.36-.542.258-1.006.52-1.343 1.034a3.03 3.03 0 0 0-.463 1.582c-.036 1.255.651 2.374 1.525 3.223 1.89 1.84 4.509 2.927 7.106 3.22q.998.11 2 .051c.474-.026.48-.76 0-.741a12.2 12.2 0 0 1-6.92-1.832c-.98-.614-1.98-1.384-2.546-2.416-.49-.896-.596-2.194.2-2.96.381-.366.931-.474 1.35-.79.418-.315.678-.79.937-1.235.662-1.138 1.418-2.214 2.054-3.368a10 10 0 0 0 .992-2.502c.212-.863.382-1.741.69-2.577.24-.648.674-1.572 1.458-1.66.674-.077.82.425 1.03.934.184.447.554.835 1.063.86.529.025 1.04-.311 1.54-.44a4.4 4.4 0 0 1 1.865-.06 7.46 7.46 0 0 1 3.271 1.463c1.69 1.342 2.523 3.422 2.368 5.554-.165 2.283-1.23 4.488-2.869 6.08-1.539 1.493-3.715 2.552-5.9 2.205-1.614-.256-3.479-1.302-3.387-3.175a1.4 1.4 0 0 1 .837-1.256c.2-.086.18-.36.063-.495-.597-.69-1.04-1.74-.64-2.64.324-.725 1.174-1.176 1.93-.86.293.122.48-.306.293-.503-.392-.405-.448-1.106-.052-1.533.395-.427 1.114-.427 1.542-.058.192.166.602.011.48-.279-.389-.933-.343-2.828 1.16-2.24.454.177.81.538 1.165.859q.482.431 1.029.779c.764.49 1.587.908 2.17 1.624.206.253.557-.105.357-.355z"/><path fill="#EBF0F5" d="M44.943 27.143a4.507 4.507 0 0 1 4.972 3.994l.227 2.09a4.51 4.51 0 0 1-3.994 4.97z"/><path fill="#EBF0F5" d="M46.168 38.196c1.29-.14 2.066-2.73 1.734-5.783-.333-3.053-1.649-5.414-2.94-5.273-1.29.14-2.066 2.73-1.733 5.783s1.648 5.414 2.939 5.273"/><path fill="#969CA3" d="m45.643 30.218-1.33.145a.478.478 0 1 0 .104.95l1.33-.145a.477.477 0 1 0-.104-.95"/><path fill="#969CA3" d="m45.746 31.017-.817.088a4 4 0 0 1-.428.048c-.028 0-.057.01-.085.009-.351-.022-.538-.4-.189-.596.24-.133.633-.105.903-.135q.212-.035.428-.046c.027 0 .056-.012.084-.01.454.028.493.55.063.647-.194.044-.112.342.08.298a.632.632 0 0 0-.144-1.253q-.682.016-1.35.147c-.747.141-.717 1.23.068 1.256.453.015.935-.096 1.385-.144.197-.022.2-.33.002-.31m.237 2.318-1.33.144a.478.478 0 0 0 .104.95l1.33-.145a.478.478 0 0 0-.104-.95"/><path fill="#969CA3" d="m46.085 34.132-.817.089a4 4 0 0 1-.428.047c-.028 0-.057.01-.085.009-.351-.021-.537-.4-.189-.596.24-.133.633-.105.903-.135q.212-.034.428-.046c.028 0 .057-.011.085-.01.453.028.492.55.062.648-.194.044-.112.341.08.297a.632.632 0 0 0-.144-1.253 8 8 0 0 0-1.35.148c-.747.141-.716 1.23.068 1.255.453.015.935-.096 1.385-.144.197-.022.2-.33.002-.31"/><path fill="#EBF0F5" d="m15.377 74.85-2.313.015c-.018-2.808 1.013-6.012 3.065-9.525a38 38 0 0 1 2.08-3.167c-1-.922-1.841-2.002-2.492-3.196-1.52-2.794-2.03-6.327-1.47-10.215.368-2.56 1.12-4.792 2.24-6.625.945-1.552 1.988-3.168 3.206-4.47 1.016-1.085 3.3-3.04 5.412-3.48l.47 2.265c-1.272.264-3.11 1.637-4.193 2.8-1.084 1.162-2.039 2.646-2.92 4.093-.953 1.564-1.6 3.499-1.92 5.75-.34 2.365-.406 5.807 1.212 8.78a10.2 10.2 0 0 0 1.886 2.468c.35-.422.677-.795.967-1.108 2.523-2.72 5.127-4.151 7.738-4.251.38-.015.88-.007 1.393.187.756.286 1.364.911 1.76 1.806.552 1.245.553 2.694.005 4.08-.623 1.572-1.897 2.892-3.408 3.528-1.275.539-2.745.693-4.253.448a10.4 10.4 0 0 1-3.795-1.452c-2.256 3.09-4.695 7.479-4.67 11.27m6.1-13.111c1.52.892 3.2 1.25 4.64 1.015a4.6 4.6 0 0 0 1.077-.305c.95-.4 1.76-1.242 2.156-2.25.32-.8.33-1.616.03-2.29-.132-.298-.311-.52-.467-.58-.136-.052-.4-.041-.48-.038-1.978.075-4.04 1.258-6.13 3.513q-.386.41-.826.935"/><path fill="#969CA3" d="m38.062 34.807-4.042.895-.248-1.12 3.867-.856a.35.35 0 0 1 .305.08l.225.189c.283.245.216.74-.107.812"/><path fill="#969CA3" d="m38.02 34.658-4.04.895.189.108-.248-1.12-.107.19 2.279-.506 1.3-.288q.136-.046.279-.061c.289.011.814.619.348.781-.186.065-.106.364.08.298.67-.235.366-.989-.08-1.28-.336-.218-.806-.014-1.164.065l-3.127.693a.16.16 0 0 0-.107.19l.247 1.12a.16.16 0 0 0 .19.107l4.043-.89c.194-.047.112-.345-.082-.302M36.8 31.76l-4.04.895-.249-1.12 3.867-.856a.36.36 0 0 1 .305.08l.225.189c.282.24.212.74-.108.812"/><path fill="#969CA3" d="m36.758 31.611-4.038.895.19.108-.248-1.12-.108.19 2.28-.506 1.3-.288q.136-.045.279-.061c.29.011.813.618.349.781-.187.065-.107.364.08.297.67-.234.367-.988-.08-1.28-.336-.218-.807-.014-1.164.065l-3.127.693a.16.16 0 0 0-.108.19l.248 1.12a.16.16 0 0 0 .189.105l4.04-.895c.194-.04.112-.337-.082-.294"/><path fill="#EBF0F5" d="m33.294 38.701-4.178.926a4.64 4.64 0 0 1-2.007-9.06l4.179-.926z"/><path fill="#EBF0F5" d="M34.608 33.674c-.66-2.983-2.214-5.18-3.478-4.924l-.818.18a3.673 3.673 0 0 0-2.792 4.379l.817 3.688a3.67 3.67 0 0 0 4.383 2.791l.818-.181c1.25-.304 1.73-2.95 1.07-5.933m-11.982 1.665c.16.065.278.215.373.368.145.233.255.486.327.75.097.354.165.78.475.942a.6.6 0 0 0 .345.059c.39-.039.72-.361.85-.754.132-.393.08-.84-.08-1.227-.23-.56-.754-1.04-1.32-.987a1.4 1.4 0 0 0-.64.264c-.137.096-.276.233-.271.409"/><path fill="#969CA3" d="M44.24 9.28a1680 1680 0 0 1-1.467 6.08c-.04.166.218.24.256.071q.715-3.044 1.432-6.086c.035-.144-.187-.206-.221-.062zm1.806 5.018.21-.315c.087-.132-.126-.254-.213-.124l-.21.315c-.087.132.125.255.212.124m6.835 7.317c.935-.48 1.816-1.112 2.707-1.67.891-.56 1.798-1.127 2.693-1.697.154-.098.012-.343-.144-.245-.899.56-1.793 1.134-2.688 1.703s-1.836 1.094-2.675 1.73a.104.104 0 0 0 .03.185.1.1 0 0 0 .075-.006zm7.134-5.893.315-.105c.156-.052.088-.301-.07-.248l-.313.104c-.16.052-.09.302.068.25m-37.307-3.611c2.287 2.358 4.55 4.739 6.853 7.082.138.14.354-.075.217-.217-2.283-2.36-4.606-4.685-6.904-7.031-.106-.108-.271.057-.166.166m3.324-.359a.137.137 0 0 0 .127-.137.137.137 0 0 0-.127-.137.137.137 0 0 0 0 .274M12.494 26.24c2.151.38 4.332.567 6.517.56.191 0 .191-.297 0-.297a37.6 37.6 0 0 1-6.457-.48c-.144-.024-.205.195-.06.22zm6.413-3.307c.383.32.762.64 1.154.942.133.105.326-.076.191-.191-.378-.32-.767-.63-1.154-.941-.134-.107-.326.08-.19.19m5.018 31.249A15.7 15.7 0 0 1 25.34 51.1c.092-.154-.147-.293-.24-.14a14.3 14.3 0 0 0-1.419 3.155c-.048.156.192.22.24.067zm13.514-1.388c.068 1.712.122 3.424.2 5.135.007.172.274.173.268 0-.062-1.712-.148-3.424-.22-5.135-.007-.16-.255-.16-.248 0m11.424-2.971c.501.66 1.07 1.265 1.696 1.807.132.113.325-.08.192-.192a12 12 0 0 1-1.687-1.77c-.089-.114-.29.04-.202.155zm.888-17.679c.296 1.405.013 2.744-.522 4.052-.124.304.385.517.53.224.674-1.35.72-2.939.406-4.39-.06-.27-.47-.156-.414.114m-.128-1.04c.324 0 .324-.503 0-.503s-.325.503 0 .503m5.067 1.926c1.68-.05 3.406-.101 5.015.455 1.328.46 2.49 1.31 3.428 2.347.984 1.087 1.707 2.4 2.255 3.748.58 1.429 1.03 3.008.859 4.56-.34 3.077-2.457 5.786-4.754 7.713-2.436 2.045-5.413 3.366-7.7 5.6-1.168 1.14-2.106 2.505-2.573 4.08a8.14 8.14 0 0 0 .097 5.006c.135.378.738.219.607-.167a7.64 7.64 0 0 1-.01-4.789c.472-1.468 1.405-2.72 2.514-3.768 2.384-2.26 5.462-3.607 7.92-5.777 2.287-2.016 4.259-4.792 4.592-7.897.165-1.543-.255-3.125-.816-4.55-.535-1.365-1.226-2.672-2.165-3.804-1-1.206-2.28-2.202-3.75-2.764-1.76-.672-3.676-.589-5.52-.48-.31.018-.315.495 0 .487zm-7.725-3.357c.4 1.44.786 2.973.744 4.48-.03 1.17-.344 2.97-1.585 3.476-.396.16-.234.81.18.654 1.404-.528 1.92-2.205 2.04-3.568.16-1.801-.388-3.481-.99-5.151-.087-.24-.46-.146-.389.107z"/><path fill="#fff" d="M58.706 34.183c.578-1.126 1.835-1.833 2.614-2.866.394-.522.777-1.1 1.374-1.365 1.563-.694 1.986 1.3 1.746 2.37.425-.586 1.343-.734 1.93-.31.588.422.737 1.34.315 1.928.818-.585 2.08-.122 2.552.768s.273 2.013-.24 2.88c.657.111 1.158.713 1.29 1.365.51 2.521-2.153 4.18-4.307 4.4-1.609.165-3.243-.29-4.649-1.091-2.365-1.348-4.137-3.712-4.725-6.37"/><path fill="#969CA3" d="M56.114 35.348a10.2 10.2 0 0 0 3.148 5.858c2.143 1.981 5.36 3.224 8.224 2.172 1.11-.407 2.188-1.113 2.785-2.16.605-1.061.678-2.66-.304-3.534a1.86 1.86 0 0 0-.88-.447l.218.534c.617-1.066.84-2.53.014-3.556-.647-.8-1.909-1.167-2.8-.548l.436.435c.495-.75.304-1.835-.434-2.355-.751-.53-1.81-.277-2.346.424l.55.232c.198-.94.027-2.45-1.04-2.816-.64-.22-1.346.15-1.797.587-.291.284-.523.62-.765.944a7 7 0 0 1-.828.901c-.66.626-1.386 1.217-1.815 2.038-.15.286.282.54.435.253.334-.623.856-1.099 1.375-1.568q.801-.7 1.456-1.542c.366-.48.835-1.07 1.494-1.106.417-.023.676.306.809.665.17.475.205.987.101 1.48-.057.264.304.55.503.293.351-.453 1.045-.63 1.533-.277.488.354.548 1.054.224 1.52-.18.261.176.608.436.436.646-.43 1.538-.13 1.97.473.572.8.32 1.926-.135 2.714-.111.19-.017.488.217.533 1.2.24 1.276 1.819.838 2.72-.456.95-1.394 1.607-2.356 1.976-2.608 1-5.547-.096-7.52-1.905a9.46 9.46 0 0 1-2.995-5.623"/><path fill="#969CA3" d="m62.32 34.465.444-.15a.226.226 0 0 0 .154-.271.223.223 0 0 0-.27-.154l-.446.148a.226.226 0 0 0-.155.272.224.224 0 0 0 .273.155m2.194 2.827c.1-.065.2-.128.295-.2a.28.28 0 0 0 .117-.152.255.255 0 0 0-.23-.32.25.25 0 0 0-.143.034c-.103.06-.2.128-.299.195a.255.255 0 0 0-.13.258.258.258 0 0 0 .39.185m1.976 2.816q.279-.142.582-.221c.262-.076.226-.52-.067-.495a1.8 1.8 0 0 0-.779.265c-.288.175-.032.613.264.451m-1.332-9.713a3.94 3.94 0 0 1 .282-2.167c.16-.362-.342-.684-.545-.32a3.1 3.1 0 0 0-.193 2.547c.084.223.49.218.454-.061z"/><path fill="#fff" d="M21.026 43.76c-.776-1-2.142-1.46-3.1-2.332-.48-.44-.966-.937-1.6-1.087-1.664-.394-1.71 1.645-1.28 2.651-.525-.497-1.455-.473-1.954.052-.5.525-.475 1.454.048 1.954-.913-.424-2.069.265-2.366 1.227-.296.961.104 2.029.77 2.783-.624.23-1.006.914-1.014 1.58-.036 2.572 2.888 3.71 5.046 3.528 1.612-.135 3.134-.885 4.366-1.932 2.075-1.76 3.38-4.413 3.466-7.134"/><path fill="#969CA3" d="M23.789 44.427a10.2 10.2 0 0 1-2.01 6.34c-1.74 2.343-4.673 4.16-7.68 3.656-1.167-.195-2.357-.69-3.137-1.61-.781-.919-1.159-2.49-.356-3.529.2-.267.47-.475.779-.602l-.115.566c-.804-.934-1.294-2.332-.672-3.492.488-.908 1.66-1.5 2.65-1.056l-.349.508c-.625-.646-.64-1.748-.009-2.4.632-.65 1.728-.607 2.384-.016l-.498.33c-.368-.888-.48-2.4.498-2.96.59-.335 1.35-.103 1.875.245.338.224.629.512.926.785q.458.408.98.733c.766.492 1.587.939 2.16 1.667.2.253-.177.583-.38.33-.444-.551-1.045-.923-1.642-1.288a11 11 0 0 1-1.707-1.244c-.448-.407-1.018-.897-1.672-.81-.414.054-.608.426-.672.804a2.7 2.7 0 0 0 .174 1.472c.105.248-.197.597-.44.381-.429-.38-1.144-.426-1.558.012-.415.439-.344 1.136.061 1.537.227.223-.06.63-.347.509-.715-.303-1.536.16-1.848.829-.414.893.038 1.952.634 2.64.144.166.107.48-.115.564-1.133.456-.917 2.023-.32 2.827.627.844 1.667 1.318 2.68 1.503 2.748.5 5.435-1.12 7.04-3.263a9.46 9.46 0 0 0 1.903-6.08"/><path fill="#969CA3" d="M14.435 41.252a3.14 3.14 0 0 0-.67-2.527c-.227-.274-.694.086-.495.383.43.613.675 1.334.71 2.08.013.245.407.332.455.062zm16.485-8.361c.316 1.08.371 2.29.24 3.404-.116.974-.34 2.324-1.12 3.004-.25.22.09.674.362.468.892-.681 1.16-2.067 1.298-3.12.174-1.335.005-2.588-.385-3.866-.08-.252-.47-.146-.395.109zm-.869-1.321.277.35c.089.113.294.1.386 0a.28.28 0 0 0 0-.386l-.278-.352c-.089-.112-.294-.1-.385 0a.28.28 0 0 0 0 .385zm46.785 7.376c.74.335.953 1.2.792 1.939-.176.813-.655 1.568-1.12 2.248-.926 1.36-2.134 2.474-3.504 3.374-.357.234-.036.8.337.576a11.8 11.8 0 0 0 4.074-4.097c.487-.813.976-1.752.891-2.73-.068-.779-.538-1.485-1.295-1.73-.24-.08-.417.312-.177.42zm-59.902 5.022c.232.148.518.24.772.343.255.103.434-.32.188-.444-.245-.125-.51-.268-.774-.34-.265-.072-.414.295-.186.441m-1.185 3.238c.171.035.341.072.514.099a.26.26 0 0 0 .31-.176.253.253 0 0 0-.175-.31c-.17-.041-.342-.073-.513-.106a.263.263 0 0 0-.315.178.26.26 0 0 0 .179.315m-1.576 4.217h.307a.25.25 0 0 0 .246-.152.252.252 0 0 0-.246-.352h-.308a.252.252 0 0 0 0 .502zm-11.74 1.179c-.752.626-.885 1.716-.568 2.603.4 1.12 1.411 1.84 2.379 2.44 2.24 1.393 4.778 2.807 7.51 2.2.454-.101.26-.789-.192-.695-2.336.48-4.543-.656-6.484-1.823-.87-.522-1.845-1.053-2.408-1.927-.475-.736-.56-1.804.12-2.44.24-.225-.11-.56-.357-.358M19.502 42.24c-.021-.546.437-1.04.739-1.456.301-.417.63-.864.981-1.264.672-.764 1.46-1.419 2.444-1.726.4-.125.23-.753-.173-.63-1.135.347-2.045 1.105-2.8 2q-.56.68-1.04 1.416c-.332.499-.748 1.024-.675 1.658.039.326.54.345.526 0z"/><path fill="#969CA3" d="M23.345 36.025c.121.364.19.743.204 1.126.014.32.51.32.502 0a4 4 0 0 0-.245-1.253c-.104-.287-.56-.168-.461.127M16.32 54.583c.05.647.407 1.329.648 1.926.24.597.49 1.17.762 1.741.421.885.978 1.84 1.99 2.108.34.09.449-.388.14-.514-.91-.374-1.37-1.318-1.773-2.154a34 34 0 0 1-.72-1.606c-.213-.517-.352-1.14-.66-1.606-.106-.16-.409-.116-.391.105zm5.129 7.387c1.09.69 2.447.88 3.717.844 1.224-.033 2.457-.393 3.381-1.222.863-.773 1.331-1.957 1.095-3.107-.112-.543-.393-1.14-.96-1.317-.58-.182-1.232-.02-1.79.16-4.258 1.417-6.99 5.232-9.024 9.024-1.35 2.516-2.428 5.222-2.764 8.072-.037.314.506.39.556.075.655-4.089 2.555-7.959 4.924-11.323 1.087-1.545 2.363-2.948 3.954-3.989.912-.597 1.934-1.12 3-1.378.298-.071.679-.141.976-.027.296.115.432.517.5.81a2.53 2.53 0 0 1-.214 1.663c-.56 1.12-1.791 1.721-2.984 1.892-1.33.19-2.928.07-4.117-.599-.276-.155-.513.254-.247.422zm40.475-4.93a10.37 10.37 0 0 0 5.022-3.12c.136-.151-.088-.376-.224-.224a10.4 10.4 0 0 1-4.872 3.076.138.138 0 0 0 .074.265zm3.07.894.766-.574c.142-.107 0-.352-.142-.24l-.764.574c-.143.108 0 .352.143.24z"/><path fill="#969CA3" d="M22.706 67.68a5.7 5.7 0 0 0 3.739-.37c.174-.08.022-.338-.151-.258-1.1.51-2.337.645-3.52.383-.16-.035-.228.207-.068.245m1.374 2.687a2.3 2.3 0 0 0 1.618-.616c.116-.108-.053-.27-.172-.172a2.22 2.22 0 0 1-1.446.514c-.176 0-.176.271 0 .273"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="80" height="80" fill="none"><path fill="#EBF0F5" d="M12.443 70.703c5.032-12.21 12.832-30.012 18.382-41.996 0 0 1.972-7.012 6.738-5.752 8.767 1.972 8.822 2.575 8.822 2.575.353 11.31.391 33.92.027 45.227z"/><path fill="#fff" d="M55.908 27.239c.796-3.4-5.555-7.795-14.187-9.818s-16.275-.907-17.072 2.492 5.555 7.795 14.187 9.818 16.275.907 17.072-2.492"/><path fill="#969CA3" d="M55.591 27.152c-.4 1.636-2.312 2.357-3.768 2.732-2.593.668-5.37.626-8.015.358a39 39 0 0 1-9.389-2.166c-2.43-.886-4.866-2.024-6.895-3.652-1.18-.946-2.661-2.348-2.613-4 .048-1.624 1.76-2.508 3.106-2.948 2.412-.79 5.064-.833 7.574-.664 3.219.23 6.396.863 9.458 1.885 2.56.847 5.094 1.951 7.303 3.52 1.337.949 2.992 2.32 3.265 4.047a2.4 2.4 0 0 1-.026.89c-.092.411.542.588.634.174.379-1.701-.765-3.263-1.932-4.372-1.893-1.799-4.3-3.033-6.693-4.017a39.2 39.2 0 0 0-9.735-2.555c-2.89-.383-5.913-.494-8.781.125-1.68.363-3.798 1.083-4.567 2.783-.708 1.567.16 3.19 1.212 4.359 1.664 1.847 3.97 3.12 6.213 4.127 3.047 1.369 6.298 2.29 9.591 2.822 2.968.48 6.04.675 9.024.211 1.84-.286 4.074-.862 5.21-2.48.214-.304.369-.646.458-1.008.101-.407-.532-.583-.634-.172"/><path fill="#EBF0F5" d="M49.6 21.499c.8-4.022-2.055-8.106-6.68-9.19-4.504-1.056-8.898 1.154-9.986 4.96a.94.94 0 0 0 .085.703c.282.52 1.011 1.453 2.819 2.193C38.512 21.26 48.99 24.548 49.6 21.5"/><path fill="#969CA3" d="M49.915 21.586c.67-3.501-1.262-6.884-4.303-8.587-3.23-1.807-7.546-1.764-10.515.56a7.4 7.4 0 0 0-1.728 1.916c-.385.621-.96 1.604-.76 2.356.153.581.673 1.108 1.12 1.48.652.543 1.401.928 2.186 1.239a41.7 41.7 0 0 0 7.404 2.139c1.411.274 2.907.52 4.347.364.923-.1 2.027-.43 2.25-1.464.09-.413-.543-.589-.633-.174-.16.72-.984.908-1.617.98-1.12.128-2.278-.016-3.383-.198-2.444-.4-4.86-1.087-7.194-1.91-1.178-.415-2.394-.88-3.28-1.797a3.2 3.2 0 0 1-.406-.51c-.25-.395-.144-.715.012-1.126a6.3 6.3 0 0 1 1.225-1.98c2.327-2.56 6.206-3.055 9.35-1.903 3.42 1.254 6.008 4.707 5.294 8.44-.084.413.551.59.63.175m-23.045.974c.444.104.96-.187 1.048-.65a.89.89 0 0 0-.65-1.048c-.444-.104-.96.187-1.048.65-.087.463.174.936.65 1.047m4.011 3.404c.444.104.96-.188 1.048-.65a.887.887 0 0 0-.648-1.046c-.444-.104-.96.186-1.048.65a.89.89 0 0 0 .648 1.046m4.87 1.998c.444.104.96-.187 1.047-.65.087-.464-.174-.936-.65-1.048-.444-.104-.96.187-1.047.65s.174.936.65 1.048m6.074 1.461c.444.104.96-.187 1.047-.65.088-.462-.174-.937-.65-1.048-.444-.104-.96.187-1.047.65s.173.936.65 1.048m6.218.525c.444.104.96-.187 1.048-.65a.89.89 0 0 0-.65-1.048c-.444-.104-.96.186-1.048.65a.89.89 0 0 0 .65 1.048m4.888-1.28c.444.104.96-.187 1.048-.65a.89.89 0 0 0-.65-1.048c-.444-.104-.96.187-1.048.65a.887.887 0 0 0 .65 1.048"/><path fill="#969CA3" d="M34.259 17.517a7.5 7.5 0 0 1 3.673-3.43 7.2 7.2 0 0 1 1.375-.437.247.247 0 0 0-.13-.476 7.95 7.95 0 0 0-5.344 4.09.253.253 0 0 0 .088.338.25.25 0 0 0 .338-.089zm5.901-3.977c.32 0 .32-.493 0-.493s-.32.492 0 .492m2.3 3.111q.01-.024.018-.049c.015-.044-.026.058 0 .005a1 1 0 0 1 .068-.118l.015-.022-.015.02.061-.069.067-.061-.018.014.02-.015.034-.022.05-.028.025-.012-.032.014a.3.3 0 0 1 .11-.029l-.066.009a.4.4 0 0 1 .07 0l-.064-.009.042.009c.036.009-.022-.005-.02-.009l.015.009-.028-.021c.005.007.032.037 0 0s0-.005 0 0 .02.042 0 0-.004-.007 0 .004l.007.034-.009-.065a.4.4 0 0 1 0 .07l.009-.066c0 .022-.01.043-.014.065-.01.04.02-.041.007-.015l-.015.03a.2.2 0 0 1-.038.058c.012-.008.035-.044.009-.012l-.023.026-.048.047-.02.018c-.035.03.036-.024.013-.01l-.028.018c-.007 0-.047.021-.006.004.04-.016 0 0-.007 0l-.046.01.066-.009q-.148.016-.295.004l.066.009c-.072-.01.041.026.065.058a.13.13 0 0 1 .028.056l-.005-.02.009.065v-.033l-.01.065.005-.017q.007-.028-.014.028l.016-.03.043-.062q.023-.028.043-.057c-.035.057-.015.019 0 .005l.023-.028a1 1 0 0 1 .077-.073q-.045.034-.022.018l.018-.011.03-.018c.041-.02-.011 0-.015.006.007-.013.066-.018.08-.02l-.066.01a.4.4 0 0 1 .068 0l-.065-.01.033.007c.023.006.032.02-.02-.01.028.016-.017-.017-.02-.02q.018.02-.005-.008a.1.1 0 0 1-.029-.05l-.009-.066a.2.2 0 0 1 0 .043l.009-.066c0 .016-.01.03-.011.046q.027-.06.01-.027l-.005.01q-.022.03.017-.021l-.015.017c-.006.007-.048.041-.01.012.037-.029-.007 0-.016.007-.008.008-.057.028-.013.01.044-.02-.011 0-.022.004-.01.005-.039.008-.059.011l.066-.009q-.114.013-.228.004l.124.46.313-.208a.247.247 0 0 0-.249-.426l-.312.208a.25.25 0 0 0-.114.278.255.255 0 0 0 .24.181c.184.009.386 0 .54-.11a.55.55 0 0 0 .21-.27.36.36 0 0 0-.08-.379c-.17-.16-.456-.134-.64-.01a.9.9 0 0 0-.205.193q-.09.102-.155.223a.37.37 0 0 0 .05.417c.097.1.222.104.35.103q.151.01.299-.025a.7.7 0 0 0 .27-.165.72.72 0 0 0 .249-.514c-.006-.219-.149-.436-.377-.47-.44-.067-.82.33-.946.72a.25.25 0 0 0 .172.309.25.25 0 0 0 .303-.172zm-.604-.104c.033-.187.018-.38-.044-.56a.88.88 0 0 0-.352-.471.47.47 0 0 0-.597.087.64.64 0 0 0-.108.603q.031.137.112.252a.65.65 0 0 0 .24.201q.127.075.265.122a.343.343 0 0 0 .4-.228.63.63 0 0 0 0-.325 1 1 0 0 0-.059-.224c-.075-.183-.218-.36-.424-.395-.16-.028-.332.017-.406.174a.48.48 0 0 0-.019.374.66.66 0 0 0 .235.302q.108.076.23.124a.27.27 0 0 0 .16.03.24.24 0 0 0 .14-.068.254.254 0 0 0 .04-.3l-.189-.324a.247.247 0 0 0-.425.248l.188.326.336-.338q-.056-.024-.112-.052l-.057-.03-.024-.017c-.008-.005-.043-.031-.01-.005 0 0 .032.025 0 0l-.021-.02c-.006-.006-.02-.017-.023-.025 0 .005.032.047.015.017L41.334 16c-.02-.032.008.023.008.023s-.015-.055-.016-.064l.009.065a.3.3 0 0 1 0-.064l-.01.065.006-.025c.008-.041-.024.041-.01.019q.01-.015-.009.011a.08.08 0 0 1-.05.038c-.063.037-.04.021-.014.017l-.065.009h.039l-.066-.009.037.008q.027.01-.006-.005-.032-.015-.007 0l.027.016c.036.023-.004-.01-.014-.012.009 0 .02.019.027.026.019.02.021.04-.005-.011.01.02.025.038.036.059.018.034 0 .006 0-.013 0 .015.012.028.016.043l.021.08q.02.084.03.17l-.008-.066a.3.3 0 0 1 0 .075l.009-.066-.007.027a.1.1 0 0 1 .027-.052.1.1 0 0 1 .044-.039q.063-.02.026-.012l.066-.009a.1.1 0 0 1-.03 0l.066.01c-.05-.014.05.026 0 0l-.044-.023-.074-.037-.08-.04-.03-.018c-.01-.006.046.04.007 0-.007-.007-.015-.022-.024-.026q.033.046.017.022l-.01-.017q-.011-.018-.02-.038c-.022-.037.014.042.005.014a1 1 0 0 1-.043-.165l.008.066a.5.5 0 0 1 0-.12l-.008.065.008-.044c.008-.033.022-.03-.008.01l.015-.027c.026-.044-.027.028-.01.01l.02-.02q.022-.02-.006.003-.028.022-.006.006l.01-.007q.034-.016-.026.01c.011 0 .023-.006.035-.008l-.066.009a.2.2 0 0 1 .052 0l-.066-.009.042.008q.03.01 0 0-.032-.014 0 0l.031.02c.025.014-.04-.038-.01-.009.017.016.049.039.058.061-.006-.015-.032-.043-.009-.01l.024.036.038.07.006.014-.008-.019.013.035a1 1 0 0 1 .04.16l-.009-.066q.015.118 0 .234l.01-.065v.014a.27.27 0 0 0 .025.19.25.25 0 0 0 .147.113.25.25 0 0 0 .261-.087.2.2 0 0 0 .042-.085zm-.357 1.033q.16-.014.32.009l-.066-.01.106.018a.245.245 0 0 0 .31-.271.25.25 0 0 0-.18-.204q-.244-.053-.494-.035a.247.247 0 0 0 0 .493zm4.721-1.769.16.27a.255.255 0 0 0 .44-.256l-.16-.27a.252.252 0 1 0-.437.255z"/><path fill="#969CA3" d="M37.76 20.172c.28-1.23 2.05-1.044 2.58-2.08.256-.503.093-1.027-.062-1.53-.168-.538-.137-1.027.187-1.505.353-.521.905-.64 1.503-.65.71-.014 1.205.32 1.566.913a2.2 2.2 0 0 1 .25 1.81c-.184.58-.588.915-.998 1.333-.373.38-.474.856-.146 1.304.166.226.386.4.522.647.17.324.218.697.136 1.054-.08.368.48.527.567.16a2.1 2.1 0 0 0-.287-1.661c-.143-.209-.55-.49-.554-.755-.006-.294.497-.579.675-.774.85-.93 1.015-2.26.369-3.35-.307-.517-.757-.994-1.351-1.16a3.1 3.1 0 0 0-1.881.096c-1.057.432-1.427 1.68-1.12 2.697.133.444.332.93-.054 1.31-.26.256-.686.38-1.01.536-.626.302-1.18.78-1.326 1.488-.058.282.37.4.433.12zm-10.8-1.185c1.81 2.175 4.248 3.634 6.874 4.625 1.498.568 3.046.975 4.607 1.327 1.579.353 3.172.68 4.774.916 1.77.26 3.55.365 5.325.097.358-.054.206-.599-.15-.545-3.12.471-6.32-.259-9.36-.915-2.842-.613-5.69-1.413-8.204-2.915-1.318-.786-2.538-1.744-3.54-2.912-.193-.226-.513.1-.325.325zm24.567 6.51a2.7 2.7 0 0 0 1.12-.6c.32-.277-.152-.746-.464-.463a2.2 2.2 0 0 1-.823.473c-.374.12-.22.694.16.592zm-5.279 5.909q.258 14.934.08 29.875c-.032 2.823-.085 5.645-.105 8.467 0 .45.68.448.696 0 .34-9.947.27-19.926.058-29.876-.06-2.823-.145-5.644-.24-8.466-.01-.32-.498-.32-.493 0zm-15.928-3.01c-2.273 5.444-4.422 10.941-6.706 16.383a637 637 0 0 1-7.36 16.904c-1.345 2.96-2.767 5.886-4.095 8.854-.168.378.368.714.568.331 1.343-2.566 2.538-5.213 3.74-7.848q1.894-4.16 3.712-8.347a601 601 0 0 0 7.08-16.993c1.217-3.04 2.438-6.074 3.552-9.15.113-.312-.365-.427-.488-.134zm10.137 7.809c.24-.054.48-.107.733-.166.177-.043.38-.107.442-.278.048-.129 0-.284.066-.4.097-.168.356-.141.513-.028.327.234.41.708.287 1.09-.122.384-.407.692-.706.96-.527.474-1.036.76-1.596 1.165-.4.292-.724.8-.56 1.27.098.276.342.47.57.656.922.755 1.86 1.689 2.544 2.667.171.246.394.54.689.495.233-.036.41-.282.64-.261.188.017.32.216.32.405 0 .188-.104.362-.224.508-.24.295-1.07 1.062-1.483 1.025-.498-.045-.516-.79-.806-1.13-.65-.763-1.926-1.48-2.825-1.872-.762-.332-.628.257-.661.926a17 17 0 0 0 .012 1.913c.064 1.01.427 1.36.914 2.146.218.348.15.816-.058 1.169-.208.352-.537.618-.857.874-1.07.856-.48-1.005-.511-1.376-.053-.626-.588-1.055-.863-1.592-.4-.79-.62-1.707-.793-2.571-.053-.266-.543-2.655-.37-2.735-1.155.539-2.545 1.46-3.88 1.156-.278-.064-.56-.188-.72-.424-.16-.237-.14-.608.1-.764.326-.213.784.08 1.144-.069.48-.198 1.08-.652 1.467-.997.192-.171 1.2-1.531 1.369-1.492-.74-.176-1.262-.997-1.106-1.742.133-.64.695-1.136 1.32-1.337.268-.087.564-.127.832-.038.44.147.703.612.786 1.069.082.457.026.925.046 1.39-.019-.439 1.15-.89 1.445-1.035.587-.29 1.171-.435 1.78-.577"/><path fill="#969CA3" d="M40.524 36.448c.35-.076.8-.104 1.107-.303a.6.6 0 0 0 .227-.252c.019-.039.054-.377.073-.388.235-.127.343.495.34.588a1.1 1.1 0 0 1-.174.506c-.23.373-.619.668-.967.923-.581.426-1.36.759-1.704 1.43s-.044 1.26.494 1.715a16.4 16.4 0 0 1 1.84 1.776c.27.31.508.64.75.967.203.275.455.56.819.58a.8.8 0 0 0 .383-.076c.11-.048.313-.245.306-.067-.008.22-.394.5-.544.631-.166.146-.43.4-.658.446-.24.048-.294-.27-.373-.463-.246-.607-.738-1.01-1.26-1.385a10.3 10.3 0 0 0-1.934-1.087c-.459-.199-1.018-.218-1.166.368-.063.25-.042.523-.05.778-.012.426-.03.85-.022 1.28.014.72.047 1.429.378 2.08q.223.405.486.784c.24.375.273.72.005 1.1-.208.296-.515.526-.8.742-.15.111-.115.011-.056.07.206.206.094.072.118-.023.04-.153.023-.344.047-.504.029-.19.072-.384.084-.577.043-.729-.519-1.226-.854-1.808-.451-.783-.636-1.725-.812-2.602-.08-.415-.164-.832-.24-1.25-.046-.268-.093-.537-.124-.808q-.017-.15-.026-.302c-.013-.21.056-.095-.076.014.352-.29-.097-.766-.46-.595-.899.427-1.799 1.017-2.806 1.144-.298.036-1.307.064-1.32-.405-.005-.227.274-.131.43-.112.211.037.427.026.633-.031.659-.212 1.376-.775 1.82-1.3.19-.227.375-.46.566-.687q.153-.181.316-.358c.033-.035.118-.092.132-.133.022-.068.128 0-.1.004.432-.007.524-.635.102-.755a1.17 1.17 0 0 1-.839-.939c-.08-.51.254-.96.67-1.217.448-.275 1.054-.413 1.365.113.301.513.18 1.187.196 1.755.014.497.736.49.768 0-.004.054.08-.074.123-.108q.138-.107.292-.188c.203-.117.416-.214.628-.311a10 10 0 0 1 1.893-.645c.464-.11.268-.816-.197-.714-.794.18-1.567.448-2.301.8-.493.233-1.164.55-1.206 1.168h.768c-.023-.865.104-1.852-.588-2.514-.619-.594-1.581-.4-2.23.042-.629.433-1.055 1.14-.94 1.92a1.95 1.95 0 0 0 1.393 1.582l.103-.755c-.311.005-.54.308-.727.522-.265.3-.508.62-.77.925-.309.358-.724.65-1.129.89-.29.171-.467.203-.8.164-.258-.03-.519-.032-.748.11-.433.27-.49.877-.235 1.287.314.507 1 .662 1.553.672 1.29.023 2.445-.737 3.567-1.27l-.46-.594c-.28.233-.117.847-.08 1.142.074.524.172 1.04.274 1.563q.171.973.452 1.92.184.59.47 1.135c.2.373.508.677.695 1.054.21.42.043.835 0 1.28-.037.372-.023.895.417 1.022.538.156 1.191-.544 1.494-.89.56-.64.668-1.404.203-2.122-.183-.283-.389-.56-.528-.87-.18-.4-.207-.823-.225-1.251q-.029-.699 0-1.398.01-.266.014-.533c0-.062.053-.371-.028-.292-.08.08.012.019.104.066.09.047.181.08.27.117q.24.113.48.24.625.321 1.2.726c.278.2.607.438.809.72.189.264.233.606.425.871.394.546 1.001.382 1.478.052.459-.32 1.076-.795 1.21-1.369a.81.81 0 0 0-.306-.85c-.326-.226-.583-.062-.894.069-.257.107-.336-.044-.48-.24-.13-.173-.256-.348-.39-.517a13 13 0 0 0-.956-1.069 17 17 0 0 0-1.266-1.14c-.166-.137-.375-.275-.471-.474-.13-.265.015-.554.192-.756.326-.374.828-.615 1.225-.907.385-.284.765-.593 1.055-.977.43-.572.619-1.57-.096-2.026-.257-.164-.633-.183-.837.075-.144.183-.054.457-.281.59-.227.131-.592.144-.84.202-.319.075-.184.556.132.487"/><path fill="#969CA3" d="M3.032 69.897a68.2 68.2 0 0 1-.193-18.658l-.3.3 8.297-.811-.306-.306.88 6.96c.068.538.12 1.08.206 1.615.058.362.188.745.522.942.4.234.928.117 1.36.085l1.824-.134c.22-.017.328-.184.299-.392-.571-4.091-1.125-8.18-1.685-12.271-.049-.353-.326-1.147.08-1.303.438-.17 1.022-.172 1.488-.24a45 45 0 0 1 3.08-.32q.736-.051 1.476-.075c.466-.016 1.002-.092 1.457.03.812.218.781 1.477.9 2.136.4 2.207 1.054 4.357 1.525 6.548a.37.37 0 0 0 .35.266q1.746.06 3.492.115a.37.37 0 0 0 .366-.364l-.265-5.861-.368.369 4.193-.047c.27 0 .648-.08.902.01.28.1.24.594.274.849q.129 1.054.25 2.11c.32 2.791.595 5.586.853 8.382.018.201.165.41.393.395l3.92-.259c.206-.013.404-.17.395-.394l-.186-4.289-.499.381a8.7 8.7 0 0 0 3.366.36l-.395-.4c.16 1.427.249 2.88.488 4.298.086.507.383.874.887 1.001.382.097 1.027-.065 1.327.227a.4.4 0 0 0 .673-.28q0-5.022-.257-10.04l-.48.368c3.245.665 6.59.68 9.84.042l-.447-.335c.116 3.417.141 6.834.102 10.253a.35.35 0 0 0 .346.345c.8.028 1.6.133 2.4.087.73-.042 1.54-.186 1.899-.904.366-.732.285-1.64.24-2.43-.062-1.12.01-2.24.038-3.36l.099-4.022.05-2.05c.014-.529-.16-1.488.517-1.634.585-.124 1.262-.056 1.857-.052a37 37 0 0 1 4.038.261q.493.06.985.136c.123.02.273.024.378.099.155.11.145.31.16.493.33 3.048.48 6.123.518 9.188a.367.367 0 0 0 .362.363 5.5 5.5 0 0 1 2.618.507l-.181-.31c.228 2.274.502 4.543.738 6.817s.49 4.551.53 6.83c.01.46.72.461.715 0-.08-4.344-.732-8.676-1.189-12.992-.024-.224-.016-.486-.074-.704-.087-.33-.5-.421-.79-.528a6.1 6.1 0 0 0-2.36-.348l.361.361q-.06-4.245-.457-8.48c-.048-.514.01-1.288-.384-1.69-.376-.383-1.126-.36-1.619-.423a36 36 0 0 0-4.111-.293c-.665-.009-1.347-.033-2.009.037-.498.054-.953.253-1.153.743-.228.554-.143 1.265-.16 1.85l-.05 2.128c-.06 2.502-.2 5.014-.1 7.514.02.486.04 1.008-.11 1.477-.138.436-.442.584-.87.664-.948.178-1.936 0-2.889-.03l.346.346c.036-3.418 0-6.837-.09-10.254-.005-.24-.218-.38-.445-.34a24.4 24.4 0 0 1-9.452-.1c-.23-.047-.495.107-.48.369q.24 5.016.232 10.04l.67-.276c-.32-.31-.72-.373-1.147-.391-.186-.008-.395.012-.573-.05-.265-.093-.276-.333-.306-.587-.16-1.311-.296-2.626-.444-3.939-.021-.196-.16-.416-.394-.395a8.1 8.1 0 0 1-3.158-.32.4.4 0 0 0-.5.381l.187 4.289.394-.395-3.92.259.395.394a343 343 0 0 0-1.004-9.32c-.08-.671-.074-1.44-.28-2.08-.2-.622-.745-.701-1.316-.696-1.554.016-3.108.039-4.66.058a.373.373 0 0 0-.37.369l.277 5.855.365-.366q-1.746-.057-3.492-.111l.35.267c-.476-2.19-1.136-4.338-1.54-6.544-.144-.792-.16-1.798-.84-2.348-.333-.268-.749-.339-1.165-.352-.551-.016-1.109.021-1.659.048q-1.71.086-3.409.308a45 45 0 0 0-1.477.217c-.408.067-.975.075-1.258.433-.271.344-.15.805-.094 1.2l.245 1.728c.167 1.177.368 2.349.527 3.526.341 2.544.699 5.085 1.052 7.627l.298-.392-1.507.11c-.364.026-1.22.24-1.468-.094-.105-.142-.117-.378-.141-.548-.038-.267-.069-.536-.103-.804l-.193-1.505-.77-6.008c-.02-.151-.125-.324-.306-.307l-8.297.828a.31.31 0 0 0-.299.299 67.2 67.2 0 0 0 .295 18.795c.052.328.547.187.498-.137z"/><path fill="#969CA3" d="M46.666 51.265a24 24 0 0 1-2.947-.432q.25 5.016.245 10.041c-.46-.515-1.482-.038-1.926-.567-.15-.18-.183-.429-.21-.663l-.45-4.017a8.05 8.05 0 0 1-3.262-.336l.185 4.289-3.92.258a338 338 0 0 0-1.181-10.96c-.029-.228-.069-.48-.24-.626-.171-.145-.408-.145-.626-.145l-4.816.057.267 5.86-3.49-.113c-.514-2.4-1.24-4.687-1.626-7.094-3.597 8.17-7.21 16.586-10.012 23.37q5.925.036 11.85.024 3.34-.01 6.679-.049c1.715-.017 3.29.348 5.013.286 3.406-.124 6.815-.1 10.225-.07.152-4.943.23-11.901.242-19.114"/><path fill="#969CA3" d="M46.666 50.936a25 25 0 0 1-2.859-.42c-.198-.04-.428.092-.417.32q.248 5.017.245 10.041l.56-.232c-.306-.297-.689-.354-1.1-.372-.194-.008-.4.007-.591-.052-.302-.095-.32-.37-.356-.651-.16-1.311-.295-2.626-.442-3.938-.018-.16-.137-.347-.329-.33a8.1 8.1 0 0 1-3.175-.32.33.33 0 0 0-.416.32l.186 4.29.329-.33-3.92.26.328.328q-.429-4.666-.982-9.32c-.08-.667-.072-1.43-.278-2.072-.193-.602-.72-.67-1.274-.665q-2.33.025-4.66.055a.333.333 0 0 0-.329.328l.267 5.861.33-.329-3.492-.113.32.24c-.513-2.371-1.233-4.696-1.625-7.094-.044-.268-.49-.33-.6-.08q-4.111 9.327-8.08 18.726-.99 2.354-1.966 4.714c-.084.203.125.415.32.416 4.427.027 8.854.043 13.28.018q1.67-.01 3.34-.025c1.081-.01 2.165-.05 3.246.034 1.024.08 2.044.224 3.072.24 1.104.016 2.213-.059 3.318-.076 2.503-.04 5.006-.021 7.51 0a.334.334 0 0 0 .328-.33c.147-4.8.196-9.6.224-14.394q.015-2.358.019-4.72c0-.423-.657-.424-.658 0a814 814 0 0 1-.153 15.567 391 391 0 0 1-.09 3.545l.33-.33c-2.24-.018-4.475-.035-6.712-.01a150 150 0 0 0-3.353.075c-1.04.035-2.07-.063-3.106-.16-2.16-.21-4.35-.094-6.52-.08q-3.326.022-6.65.016-3.713 0-7.427-.029l.32.416a932 932 0 0 1 7.6-17.858q1.184-2.72 2.378-5.428l-.6-.08c.392 2.4 1.112 4.72 1.624 7.093a.334.334 0 0 0 .32.24l3.491.114a.33.33 0 0 0 .329-.329l-.268-5.86-.328.328 4.194-.049c.276 0 .644-.08.907.01.316.105.277.612.312.891q.129 1.055.252 2.111.487 4.185.873 8.382c.015.168.137.34.328.329l3.92-.259a.334.334 0 0 0 .328-.329l-.185-4.288-.417.32a8.6 8.6 0 0 0 3.35.348l-.337-.333c.16 1.419.24 2.872.486 4.279.08.48.356.834.84.954.406.102 1.036-.066 1.356.245a.333.333 0 0 0 .56-.233q0-5.022-.245-10.04l-.416.32q1.504.31 3.035.443c.422.032.42-.623.001-.66m3.051 5.999a11 11 0 0 1-.16-1.61c-.006-.234 0-.48.125-.68.147-.234.429-.347.701-.39.273-.045.552-.036.821-.098.118.821.15 1.652.099 2.48-.478.101-.97.119-1.453.052"/><path fill="#969CA3" d="M49.981 56.861c-.08-.56-.172-1.208-.092-1.774.09-.64.932-.51 1.409-.598l-.438-.333c.122.821.146 1.654.072 2.48l.273-.358a6 6 0 0 1-1.354.043c-.408-.022-.508.646-.097.72a4.1 4.1 0 0 0 1.649-.048.38.38 0 0 0 .273-.358 17 17 0 0 0-.137-2.57c-.028-.194-.262-.272-.425-.24-.656.129-1.535.057-1.809.834-.115.33-.072.696-.042 1.036q.06.662.19 1.315c.07.352.574.193.528-.146zm-39.164 9.166a11 11 0 0 1-.16-1.61c-.006-.235 0-.48.124-.681.148-.233.43-.346.702-.39s.552-.035.82-.098c.118.821.151 1.652.1 2.48-.478.1-.97.118-1.453.052"/><path fill="#969CA3" d="M11.08 65.956c-.08-.56-.17-1.208-.09-1.774.09-.64.93-.51 1.408-.598l-.438-.333c.122.82.146 1.653.073 2.48l.273-.359a6 6 0 0 1-1.355.043c-.408-.021-.508.646-.097.72a4.1 4.1 0 0 0 1.65-.047.38.38 0 0 0 .272-.359 17 17 0 0 0-.136-2.57c-.027-.194-.261-.273-.425-.24-.656.128-1.534.056-1.808.834-.116.328-.072.696-.043 1.035q.06.662.191 1.316c.07.352.574.192.527-.146zm-5.249-6.337a11 11 0 0 1-.16-1.61c-.005-.234 0-.48.125-.68.147-.234.429-.347.702-.391s.552-.035.82-.097c.118.821.15 1.652.099 2.48-.478.1-.97.119-1.453.052"/><path fill="#969CA3" d="M6.095 59.547c-.08-.56-.172-1.208-.092-1.774.09-.64.932-.51 1.409-.598l-.438-.333c.122.82.146 1.653.072 2.48l.274-.359a6 6 0 0 1-1.354.044c-.408-.022-.508.645-.098.72a4.1 4.1 0 0 0 1.65-.048.38.38 0 0 0 .272-.359 17 17 0 0 0-.137-2.573c-.027-.195-.262-.273-.425-.24-.656.128-1.534.056-1.809.833-.115.328-.072.696-.042 1.035q.06.663.191 1.316c.07.352.574.192.527-.146zm10.585-7.873a11 11 0 0 1-.16-1.61c-.006-.234 0-.48.124-.68.148-.234.43-.346.702-.39s.552-.035.82-.098c.118.821.15 1.652.1 2.48-.479.1-.97.118-1.454.052"/><path fill="#969CA3" d="M16.943 51.602c-.08-.56-.17-1.208-.09-1.775.089-.64.93-.51 1.407-.597l-.437-.334c.121.821.145 1.654.072 2.48l.273-.358a6 6 0 0 1-1.354.043c-.408-.022-.508.645-.098.72.547.096 1.109.08 1.65-.047a.38.38 0 0 0 .273-.359 17 17 0 0 0-.138-2.57c-.027-.194-.262-.272-.425-.24-.656.128-1.534.056-1.808.834-.116.328-.073.696-.043 1.035q.06.662.191 1.315c.07.353.574.194.527-.145z"/><path fill="#fff" d="M21.28 61.427a11 11 0 0 1-.16-1.61c-.006-.234 0-.48.124-.68.148-.234.43-.347.702-.391.273-.044.552-.035.82-.097.118.821.151 1.652.1 2.48-.479.1-.97.118-1.454.052"/><path fill="#fff" d="M21.545 61.354c-.08-.56-.172-1.21-.09-1.774.09-.636.93-.509 1.407-.597l-.439-.334c.122.82.146 1.653.073 2.48l.273-.36a6.2 6.2 0 0 1-1.353.044c-.41-.023-.51.647-.099.72.548.096 1.11.08 1.65-.047a.38.38 0 0 0 .274-.36 17.4 17.4 0 0 0-.136-2.57c-.028-.195-.264-.273-.428-.24-.655.127-1.536.055-1.808.834-.116.328-.072.697-.042 1.036q.06.662.191 1.315c.07.352.574.193.527-.146zm7.297 5.441a11 11 0 0 1-.16-1.61c-.005-.234 0-.48.125-.68.147-.233.429-.346.702-.39s.552-.035.82-.097c.118.82.15 1.652.099 2.48a4.3 4.3 0 0 1-1.453.052"/><path fill="#fff" d="M29.106 66.723c-.08-.56-.172-1.209-.09-1.774.09-.636.93-.508 1.407-.597l-.439-.334c.122.82.146 1.653.073 2.48l.273-.36a6 6 0 0 1-1.353.043c-.41-.022-.51.648-.099.724.548.096 1.11.08 1.65-.048a.38.38 0 0 0 .274-.36 17 17 0 0 0-.136-2.569c-.028-.195-.264-.274-.428-.24-.655.128-1.536.056-1.808.834-.116.33-.072.697-.042 1.036q.06.662.191 1.315c.07.353.574.194.527-.145zm1.272-12.628a7 7 0 0 1-.106-1.076c0-.157 0-.32.084-.455.098-.16.286-.231.469-.26.182-.03.369-.024.548-.066q.117.825.066 1.656c-.32.067-.648.079-.971.035"/><path fill="#fff" d="M30.652 54.095c-.04-.344-.1-.73-.058-1.076.034-.273.094-.352.368-.389.168-.021.336-.03.503-.057l-.439-.334a7 7 0 0 1 .04 1.655l.274-.36a5.4 5.4 0 0 1-.872.026c-.407-.006-.511.64-.098.724a2.7 2.7 0 0 0 1.168-.03.38.38 0 0 0 .274-.36 13 13 0 0 0-.105-1.747c-.028-.197-.262-.273-.426-.24-.485.087-1.09.065-1.28.635-.165.485.013 1.141.115 1.628.063.296.574.24.538-.073zM41.28 66.312a7 7 0 0 1-.107-1.076c-.004-.16 0-.32.08-.454.098-.16.287-.231.468-.261s.37-.023.55-.065c.077.548.1 1.103.065 1.655-.32.068-.648.08-.97.036"/><path fill="#fff" d="M41.554 66.312c-.04-.344-.1-.73-.057-1.076.034-.272.094-.352.367-.388.168-.021.336-.03.504-.057l-.44-.335a6.8 6.8 0 0 1 .04 1.655l.274-.359q-.435.049-.871.026c-.408-.006-.512.64-.099.724a2.7 2.7 0 0 0 1.168-.03.38.38 0 0 0 .274-.36q.007-.878-.104-1.748c-.028-.197-.262-.272-.426-.24-.486.087-1.09.066-1.28.635-.165.487.012 1.143.115 1.628.062.297.573.236.537-.072z"/><path fill="#969CA3" d="M50.977 66.796a11 11 0 0 1-.16-1.61c-.006-.235 0-.48.125-.68.147-.234.43-.347.701-.39.272-.044.552-.036.821-.098.117.821.15 1.652.098 2.48-.477.1-.969.117-1.452.052"/><path fill="#969CA3" d="M51.24 66.724c-.08-.56-.171-1.208-.09-1.775.089-.64.93-.51 1.407-.597l-.437-.334c.121.82.146 1.653.073 2.48l.272-.358a6 6 0 0 1-1.354.043c-.408-.023-.508.645-.098.72a4.1 4.1 0 0 0 1.65-.048.38.38 0 0 0 .273-.359 17 17 0 0 0-.136-2.57c-.027-.194-.262-.273-.425-.24-.656.127-1.534.055-1.809.834-.115.328-.072.696-.042 1.034q.06.663.191 1.315c.07.353.574.194.527-.145zm8.613-12.2a11 11 0 0 1-.16-1.61c-.006-.235 0-.48.125-.682.147-.233.428-.345.7-.39.272-.043.553-.035.822-.097.117.821.15 1.652.098 2.48a4.2 4.2 0 0 1-1.452.052"/><path fill="#969CA3" d="M60.117 54.45c-.08-.56-.172-1.207-.092-1.774.09-.64.93-.51 1.408-.597l-.437-.334c.121.821.145 1.654.072 2.48l.273-.358a6 6 0 0 1-1.354.043c-.408-.022-.508.646-.098.72a4.1 4.1 0 0 0 1.65-.048.38.38 0 0 0 .272-.358 17 17 0 0 0-.137-2.57c-.027-.194-.261-.273-.425-.24-.656.129-1.535.056-1.808.834-.116.328-.072.696-.043 1.035q.06.663.19 1.316c.071.352.575.193.529-.146zm2.859 8.237a11 11 0 0 1-.16-1.61c-.005-.234 0-.48.125-.68.147-.234.429-.347.701-.391s.552-.035.82-.097a12 12 0 0 1 .1 2.48c-.478.101-.97.119-1.454.052"/><path fill="#969CA3" d="M63.24 62.614c-.08-.56-.172-1.208-.092-1.774.09-.64.931-.51 1.408-.598l-.438-.333c.122.821.146 1.653.073 2.48l.273-.362a6 6 0 0 1-1.355.043c-.407-.022-.507.645-.097.72a4.1 4.1 0 0 0 1.65-.048.38.38 0 0 0 .272-.358 17 17 0 0 0-.134-2.567c-.028-.194-.262-.273-.426-.24-.655.128-1.534.056-1.808.834-.116.328-.073.696-.042 1.035q.06.662.19 1.315c.07.352.574.194.528-.146zm-5.14 7.141a11 11 0 0 1-.16-1.61c-.006-.235 0-.48.126-.681.146-.233.428-.346.7-.39s.552-.035.821-.098c.118.821.15 1.653.098 2.48a4.2 4.2 0 0 1-1.452.052"/><path fill="#969CA3" d="M58.363 69.682c-.08-.56-.171-1.208-.091-1.775.09-.64.931-.51 1.408-.597l-.438-.334c.122.821.146 1.654.073 2.48l.273-.358a6 6 0 0 1-1.355.043c-.408-.022-.508.646-.097.72a4.1 4.1 0 0 0 1.65-.048.38.38 0 0 0 .272-.358 17 17 0 0 0-.138-2.57c-.027-.194-.262-.273-.425-.24-.656.127-1.534.055-1.808.834-.116.328-.073.696-.043 1.035q.063.661.196 1.314c.07.352.573.192.527-.146zm18.59-50.507c.575.616 1.048 1.415.846 2.286-.16.68-.683 1.206-1.272 1.543-.72.412-1.499.517-2.315.507a222 222 0 0 1-3.008-.059c-1.002-.025-2.013-.052-3.019-.076-.887-.02-1.844-.137-2.725-.015-.677.093-1.738.569-2.185-.214-.379-.663.179-1.557.732-1.933.255-.174.58-.273.628-.624.056-.416-.275-.805-.272-1.234.007-1.12 1.007-1.69 2.025-1.606a.197.197 0 0 0 .196-.195c-.062-1.44.126-3.275 1.191-4.353.6-.607 1.58-.859 2.37-.475.9.44 1.433 1.543 1.034 2.49-.061.146.114.289.248.249.807-.24 1.84-.268 2.47.385.51.527.576 1.465-.02 1.948-.14.112-.022.35.142.345 1.074-.027 2.126.3 2.9 1.065.177.174.448-.096.272-.272-.84-.843-1.995-1.222-3.172-1.2l.144.345c.724-.581.679-1.699.134-2.388-.698-.88-1.985-.916-2.978-.62l.248.248c.688-1.637-.91-3.36-2.567-3.153-1.52.193-2.3 1.63-2.609 2.993a9 9 0 0 0-.199 2.39l.196-.196c-.836-.064-1.712.24-2.139 1-.19.34-.28.726-.258 1.114q.013.262.095.51c.032.097.13.274.144.357.057.373-.16.391-.373.526-.58.368-1.048 1.066-1.07 1.766a1.263 1.263 0 0 0 1.221 1.32c.419.022.832-.099 1.237-.18.549-.113 1.111-.073 1.669-.067 1.218.012 2.437.041 3.655.068s2.429.055 3.643.065c.855.008 1.671-.11 2.429-.532.691-.385 1.298-1.015 1.464-1.81.202-.967-.303-1.845-.947-2.526-.129-.133-.332.072-.205.208M16.136 31.987c-1.52.182-3.04.3-4.56.368-1.52.07-3.156.204-4.664-.136-1.063-.24-2.584-1.083-2.297-2.4.134-.618.689-1.09 1.29-1.236.743-.183 1.535.104 2.119.564a.202.202 0 0 0 .333-.195c-.137-.996-.193-2.166.583-2.93.314-.31.75-.505 1.193-.413s.844.441.876.913a.203.203 0 1 0 .406 0c.164-1.535 1.72-2.64 3.2-2.043 1.458.59 1.814 2.618.5 3.573-.21.153-.02.5.208.355.86-.539 2.097-.372 2.72.459.623.83.43 2.059-.32 2.746-.187.172.088.44.277.277.922-.796 1.107-2.294.366-3.275-.74-.982-2.221-1.21-3.253-.56l.207.355c1.532-1.114 1.266-3.48-.447-4.26-1.779-.809-3.67.514-3.867 2.375h.406c-.08-1.155-1.44-1.649-2.364-1.094-1.258.756-1.252 2.352-1.076 3.63l.293-.226c-.88-.652-2.092-.974-3.085-.366-.821.504-1.22 1.494-.815 2.4.413.92 1.43 1.473 2.372 1.692 1.391.324 2.868.22 4.284.155a63 63 0 0 0 5.115-.464c.164-.021.167-.28 0-.26zM22.91 11.98c-.697.32-1.575-.36-1.356-1.12a1.17 1.17 0 0 1 .8-.774c.422-.116.997.124.977.62-.008.212.339.266.377.05.202-1.11 1.588-.777 2.152-.165.263.285.46.692.378 1.088-.09.434-.46.783-.91.778-.256 0-.254.384 0 .395.58.026 1.065-.362 1.255-.902.198-.56-.015-1.17-.4-1.6-.424-.475-1.092-.8-1.735-.724a1.245 1.245 0 0 0-1.12 1.083h.384c-.01-.56-.485-.96-1.025-1-.604-.046-1.187.37-1.408.92-.427 1.068.764 2.08 1.766 1.591.16-.08.02-.307-.138-.235zm26.283 27.276-.25-.32v.214c.64-.657 1.746-.007 1.329.861-.055.115.009.29.16.278.667-.053 1.845.012 1.792.954-.062 1.078-1.35 1.2-2.165 1.09-.229-.03-.337.311-.098.358 1.05.203 2.472-.066 2.632-1.345.155-1.233-1.23-1.505-2.16-1.427l.16.279c.225-.505.12-1.13-.35-1.462a1.15 1.15 0 0 0-1.511.2.16.16 0 0 0 0 .214l.266.303c.12.137.304-.06.197-.198z"/></svg>
|
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Color } from '@pushwoosh/kit-constants';
|
|
3
|
-
import { Horizontal } from '@pushwoosh/kit-helpers';
|
|
4
|
-
import { WarningRoundIcon } from '@pushwoosh/kit-icons';
|
|
5
|
-
import { Text } from '@pushwoosh/kit-typography';
|
|
6
|
-
import { Button } from '../../../Button';
|
|
7
|
-
import { Spinner } from '../../../Spinner';
|
|
8
|
-
import { DataTableContext } from '../../context';
|
|
9
|
-
import { LockedText, Table } from '../../styles';
|
|
10
|
-
import { DataTableList } from '../DataTableList';
|
|
11
|
-
import { DataTablePagination } from '../DataTablePagination';
|
|
12
|
-
export function DataTable(props) {
|
|
13
|
-
var _data$value, _data$value2, _data$value3, _data$value4, _data$value5, _data$value6;
|
|
14
|
-
const {
|
|
15
|
-
columns,
|
|
16
|
-
width,
|
|
17
|
-
isBordered = true,
|
|
18
|
-
paginationPadding,
|
|
19
|
-
context,
|
|
20
|
-
renderTableTop,
|
|
21
|
-
renderAfter,
|
|
22
|
-
hidePagination
|
|
23
|
-
} = props;
|
|
24
|
-
const {
|
|
25
|
-
data,
|
|
26
|
-
params
|
|
27
|
-
} = context;
|
|
28
|
-
const isFiltered = ((_data$value = data.value) === null || _data$value === void 0 ? void 0 : _data$value.isFiltered) || params.search;
|
|
29
|
-
return React.createElement(DataTableContext.Provider, {
|
|
30
|
-
value: context
|
|
31
|
-
}, React.createElement(Table, {
|
|
32
|
-
columns: columns,
|
|
33
|
-
width: width,
|
|
34
|
-
isBordered: isBordered
|
|
35
|
-
}, renderTableTop === null || renderTableTop === void 0 ? void 0 : renderTableTop(context), 'renderHead' in props && props.renderHead(), 'renderList' in props ? props.renderList(context) : React.createElement(DataTableList, {
|
|
36
|
-
renderItem: props.renderItem
|
|
37
|
-
}), !hidePagination && React.createElement(DataTablePagination, {
|
|
38
|
-
allLimits: [10, 20, 50, 100],
|
|
39
|
-
padding: paginationPadding
|
|
40
|
-
}, data.loading && React.createElement(Horizontal, {
|
|
41
|
-
"$alignItems": "center",
|
|
42
|
-
"$gap": 4
|
|
43
|
-
}, React.createElement(Spinner, {
|
|
44
|
-
size: "medium",
|
|
45
|
-
color: Color.LOCKED
|
|
46
|
-
}), React.createElement(LockedText, null, "Loading...")), !data.loading && data.error && React.createElement(Horizontal, {
|
|
47
|
-
"$alignItems": "center",
|
|
48
|
-
"$gap": 4
|
|
49
|
-
}, React.createElement(WarningRoundIcon, {
|
|
50
|
-
size: "medium",
|
|
51
|
-
view: "lined",
|
|
52
|
-
color: Color.WARNING
|
|
53
|
-
}), React.createElement(Text, {
|
|
54
|
-
"$color": Color.WARNING
|
|
55
|
-
}, "Request is failed")), !data.loading && !data.error && (((_data$value2 = data.value) === null || _data$value2 === void 0 ? void 0 : _data$value2.total) ?? 0) > 0 && React.createElement(Horizontal, {
|
|
56
|
-
"$placeItems": "center",
|
|
57
|
-
"$gap": 4
|
|
58
|
-
}, "Result:", React.createElement(LockedText, null, `${(_data$value3 = data.value) === null || _data$value3 === void 0 ? void 0 : _data$value3.total} item${(((_data$value4 = data.value) === null || _data$value4 === void 0 ? void 0 : _data$value4.total) ?? 0) > 1 ? 's' : ''}`)), !data.loading && !data.error && (((_data$value5 = data.value) === null || _data$value5 === void 0 ? void 0 : _data$value5.total) ?? 0) === 0 && !isFiltered && React.createElement(Horizontal, {
|
|
59
|
-
"$placeItems": "center"
|
|
60
|
-
}, React.createElement(LockedText, null, "No items yet")), !data.loading && (((_data$value6 = data.value) === null || _data$value6 === void 0 || (_data$value6 = _data$value6.items) === null || _data$value6 === void 0 ? void 0 : _data$value6.length) ?? 0) === 0 && isFiltered && React.createElement(Horizontal, {
|
|
61
|
-
"$gap": 16
|
|
62
|
-
}, !data.error && React.createElement(Horizontal, {
|
|
63
|
-
"$placeItems": "center",
|
|
64
|
-
"$gap": 4
|
|
65
|
-
}, "Result:", React.createElement(LockedText, null, "No match found")), React.createElement(Button, {
|
|
66
|
-
color: "primary",
|
|
67
|
-
view: "ghost",
|
|
68
|
-
onClick: () => {
|
|
69
|
-
const keys = ['perPage', 'order', 'direction'];
|
|
70
|
-
context.onChangeParams(keys.reduce((acc, key) => ({
|
|
71
|
-
...acc,
|
|
72
|
-
[key]: context.params[key]
|
|
73
|
-
}), {
|
|
74
|
-
page: 1,
|
|
75
|
-
search: ''
|
|
76
|
-
}));
|
|
77
|
-
}
|
|
78
|
-
}, "Clear request")))), renderAfter === null || renderAfter === void 0 ? void 0 : renderAfter(context));
|
|
79
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { DataTable } from './DataTable';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { DataTable } from './DataTable';
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import type { ReactNode } from 'react';
|
|
2
|
-
import type { DataTableParams, DataTableContextType } from '../../types';
|
|
3
|
-
export type DataTableListProps<I, P extends DataTableParams> = {
|
|
4
|
-
columns: string;
|
|
5
|
-
width?: string | number;
|
|
6
|
-
isBordered?: boolean;
|
|
7
|
-
context: DataTableContextType<I, P>;
|
|
8
|
-
hidePagination?: boolean;
|
|
9
|
-
paginationPadding?: string;
|
|
10
|
-
renderTableTop?: (ctxValue: DataTableContextType<I, P>) => ReactNode;
|
|
11
|
-
renderList: (ctxValue: DataTableContextType<I, P>) => ReactNode;
|
|
12
|
-
renderAfter?: (ctxValue: DataTableContextType<I, P>) => ReactNode;
|
|
13
|
-
};
|
|
14
|
-
export type DataTableItemProps<I, P extends DataTableParams> = {
|
|
15
|
-
columns: string;
|
|
16
|
-
width?: string | number;
|
|
17
|
-
isBordered?: boolean;
|
|
18
|
-
context: DataTableContextType<I, P>;
|
|
19
|
-
hidePagination?: boolean;
|
|
20
|
-
paginationPadding?: string;
|
|
21
|
-
renderTableTop?: (ctxValue: DataTableContextType<I, P>) => ReactNode;
|
|
22
|
-
renderHead: () => ReactNode;
|
|
23
|
-
renderItem: (item: I) => ReactNode;
|
|
24
|
-
renderAfter?: (ctxValue: DataTableContextType<I, P>) => ReactNode;
|
|
25
|
-
};
|
|
26
|
-
export type DataTableProps<I, P extends DataTableParams> = DataTableListProps<I, P> | DataTableItemProps<I, P>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import type { DataGetContextProps } from './types';
|
|
3
|
-
import type { DataTableContextType } from '../../types';
|
|
4
|
-
export declare const DataTableGetContext: <C extends DataTableContextType<any, any>>({ children }: DataGetContextProps<C>) => React.JSX.Element;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import React, { useContext } from 'react';
|
|
2
|
-
import { DataTableContext } from '../../context';
|
|
3
|
-
export const DataTableGetContext = ({
|
|
4
|
-
children
|
|
5
|
-
}) => {
|
|
6
|
-
const ctxValue = useContext(DataTableContext);
|
|
7
|
-
return React.createElement(React.Fragment, null, children(ctxValue));
|
|
8
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { DataTableGetContext } from './DataTableGetContext';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { DataTableGetContext } from './DataTableGetContext';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
import React, { useContext } from 'react';
|
|
2
|
-
import { FontSize, FontWeight, Spacing } from '@pushwoosh/kit-constants';
|
|
3
|
-
import { Horizontal, Vertical } from '@pushwoosh/kit-helpers';
|
|
4
|
-
import Box from '../../assets/box.svg?url';
|
|
5
|
-
import Error from '../../assets/error.svg?url';
|
|
6
|
-
import NotFound from '../../assets/notfound.svg?url';
|
|
7
|
-
import { DataTableContext } from '../../context';
|
|
8
|
-
import { LockedText } from '../../styles';
|
|
9
|
-
import { Loading } from '../Loading';
|
|
10
|
-
export function DataTableList({
|
|
11
|
-
renderItem
|
|
12
|
-
}) {
|
|
13
|
-
var _data$value, _data$value2;
|
|
14
|
-
const {
|
|
15
|
-
data,
|
|
16
|
-
params
|
|
17
|
-
} = useContext(DataTableContext);
|
|
18
|
-
if (data.loading) {
|
|
19
|
-
return React.createElement(Loading, null);
|
|
20
|
-
}
|
|
21
|
-
if ((_data$value = data.value) !== null && _data$value !== void 0 && (_data$value = _data$value.items) !== null && _data$value !== void 0 && _data$value.length) {
|
|
22
|
-
return React.createElement(React.Fragment, null, data.value.items.map(renderItem));
|
|
23
|
-
}
|
|
24
|
-
if (!data.loading && data.error) {
|
|
25
|
-
return React.createElement(Horizontal, {
|
|
26
|
-
"$placeItems": "center",
|
|
27
|
-
"$padding": Spacing.S14
|
|
28
|
-
}, React.createElement(Horizontal, {
|
|
29
|
-
"$gap": 16
|
|
30
|
-
}, React.createElement("img", {
|
|
31
|
-
src: Error,
|
|
32
|
-
alt: "Request failed"
|
|
33
|
-
}), React.createElement(Vertical, {
|
|
34
|
-
"$alignContent": "center",
|
|
35
|
-
"$gap": 8
|
|
36
|
-
}, React.createElement(LockedText, {
|
|
37
|
-
"$fontWeight": FontWeight.MEDIUM,
|
|
38
|
-
"$maxWidth": "250px"
|
|
39
|
-
}, "Something went wrong"), React.createElement(LockedText, {
|
|
40
|
-
"$fontSize": FontSize.SMALL,
|
|
41
|
-
"$maxWidth": "250px"
|
|
42
|
-
}, "Give it another try or refresh the page to see if we can fix this glitch!"))));
|
|
43
|
-
}
|
|
44
|
-
const isFiltered = ((_data$value2 = data.value) === null || _data$value2 === void 0 ? void 0 : _data$value2.isFiltered) || params.search;
|
|
45
|
-
return isFiltered ? React.createElement(Horizontal, {
|
|
46
|
-
"$placeItems": "center",
|
|
47
|
-
"$padding": Spacing.S14
|
|
48
|
-
}, React.createElement(Horizontal, {
|
|
49
|
-
"$gap": 16
|
|
50
|
-
}, React.createElement("img", {
|
|
51
|
-
src: NotFound,
|
|
52
|
-
alt: "Not found"
|
|
53
|
-
}), React.createElement(Vertical, {
|
|
54
|
-
"$alignContent": "center",
|
|
55
|
-
"$gap": 8
|
|
56
|
-
}, React.createElement(LockedText, {
|
|
57
|
-
"$fontWeight": FontWeight.MEDIUM,
|
|
58
|
-
"$maxWidth": "250px"
|
|
59
|
-
}, "No match found"), React.createElement(LockedText, {
|
|
60
|
-
"$fontSize": FontSize.SMALL,
|
|
61
|
-
"$maxWidth": "250px"
|
|
62
|
-
}, "Please try using different search terms with a minimum of two characters.")))) : React.createElement(Horizontal, {
|
|
63
|
-
"$placeItems": "center",
|
|
64
|
-
"$padding": Spacing.S14
|
|
65
|
-
}, React.createElement(Horizontal, {
|
|
66
|
-
"$gap": 16
|
|
67
|
-
}, React.createElement("img", {
|
|
68
|
-
src: Box,
|
|
69
|
-
alt: "Empty box"
|
|
70
|
-
}), React.createElement(Vertical, {
|
|
71
|
-
"$alignContent": "center",
|
|
72
|
-
"$gap": 8
|
|
73
|
-
}, React.createElement(LockedText, {
|
|
74
|
-
"$fontWeight": FontWeight.MEDIUM,
|
|
75
|
-
"$maxWidth": "250px"
|
|
76
|
-
}, "This list is empty"), React.createElement(LockedText, {
|
|
77
|
-
"$fontSize": FontSize.SMALL,
|
|
78
|
-
"$maxWidth": "250px"
|
|
79
|
-
}, "Looks like there's nothing here yet. Time to create \u2014 let's bring this list to life!"))));
|
|
80
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { DataTableList } from './DataTableList';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { DataTableList } from './DataTableList';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import React, { useContext } from 'react';
|
|
2
|
-
import { DataTableContext } from '../../context';
|
|
3
|
-
import { TablePagination } from '../TablePagination';
|
|
4
|
-
export function DataTablePagination({
|
|
5
|
-
allLimits,
|
|
6
|
-
padding,
|
|
7
|
-
children
|
|
8
|
-
}) {
|
|
9
|
-
var _data$value;
|
|
10
|
-
const {
|
|
11
|
-
data,
|
|
12
|
-
params,
|
|
13
|
-
onChangeParams
|
|
14
|
-
} = useContext(DataTableContext);
|
|
15
|
-
return React.createElement(TablePagination, {
|
|
16
|
-
activePage: params.page,
|
|
17
|
-
totalPages: ((_data$value = data.value) === null || _data$value === void 0 ? void 0 : _data$value.totalPages) || 1,
|
|
18
|
-
limit: params.perPage,
|
|
19
|
-
allLimits: allLimits,
|
|
20
|
-
onChangePage: page => {
|
|
21
|
-
onChangeParams({
|
|
22
|
-
...params,
|
|
23
|
-
page
|
|
24
|
-
});
|
|
25
|
-
},
|
|
26
|
-
padding: padding,
|
|
27
|
-
onChangeLimit: perPage => {
|
|
28
|
-
onChangeParams({
|
|
29
|
-
...params,
|
|
30
|
-
page: 1,
|
|
31
|
-
perPage
|
|
32
|
-
});
|
|
33
|
-
}
|
|
34
|
-
}, children);
|
|
35
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { DataTablePagination } from './DataTablePagination';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { DataTablePagination } from './DataTablePagination';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import React, { useRef, useState, useEffect, useContext } from 'react';
|
|
2
|
-
import { SearchInput } from '../../../EnhancedInput';
|
|
3
|
-
import { DataTableContext } from '../../context';
|
|
4
|
-
export function DataTableSearchInput(props) {
|
|
5
|
-
const context = useContext(DataTableContext);
|
|
6
|
-
const [inputValue, setInputValue] = useState(context.params.search);
|
|
7
|
-
const timeoutRef = useRef();
|
|
8
|
-
useEffect(() => {
|
|
9
|
-
if (inputValue !== context.params.search) {
|
|
10
|
-
setInputValue(context.params.search);
|
|
11
|
-
}
|
|
12
|
-
}, [context.params.search]); // eslint-disable-line react-hooks/exhaustive-deps
|
|
13
|
-
return React.createElement(SearchInput, {
|
|
14
|
-
...props,
|
|
15
|
-
value: inputValue,
|
|
16
|
-
"$onClear": () => {
|
|
17
|
-
setInputValue('');
|
|
18
|
-
context.onChangeParams({
|
|
19
|
-
...context.params,
|
|
20
|
-
search: '',
|
|
21
|
-
page: 1
|
|
22
|
-
});
|
|
23
|
-
},
|
|
24
|
-
onChange: event => {
|
|
25
|
-
const value = event.target.value;
|
|
26
|
-
setInputValue(value);
|
|
27
|
-
if (timeoutRef.current) {
|
|
28
|
-
clearTimeout(timeoutRef.current);
|
|
29
|
-
}
|
|
30
|
-
timeoutRef.current = setTimeout(() => {
|
|
31
|
-
context.onChangeParams({
|
|
32
|
-
...context.params,
|
|
33
|
-
search: value,
|
|
34
|
-
page: 1
|
|
35
|
-
});
|
|
36
|
-
timeoutRef.current = undefined;
|
|
37
|
-
}, 750);
|
|
38
|
-
}
|
|
39
|
-
});
|
|
40
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { DataTableSearchInput } from './DataTableSearchInput';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { DataTableSearchInput } from './DataTableSearchInput';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|