@eqtylab/explorer 0.0.1 → 0.0.3
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/.github/workflows/publish.yml +1 -1
- package/package.json +3 -10
- package/src/app/components/manifestViewer/ManifestViewer.tsx +0 -8
- package/src/app/config.ts +1 -1
- package/src/app/stores/manifestStore.ts +1 -1
- package/src/explorer-component/components/sidebar/sections/CustomSection.tsx +1 -1
- package/src/explorer-component/components/sidebar/sections/FileViewer.tsx +2 -2
- package/src/explorer-component/components/sidebar/sections/custom/IrohCollectionsView.tsx +1 -1
- package/src/explorer-component/index.ts +0 -1
- package/src/explorer-component/utils/resolveIrohBlobs.ts +1 -1
- package/src/lib/utils.ts +0 -13
- package/src/v-comp-viewer/useVComp.ts +1 -3
- package/src/v-comp-viewer/utils.tsx +1 -1
- package/src/animations/variants.ts +0 -52
- package/src/explorer-component/components/NodeIconLoader.tsx +0 -26
- package/src/explorer-component/icons/AttributionIcon.svg +0 -6
- package/src/explorer-component/icons/BenchmarkIcon.svg +0 -6
- package/src/explorer-component/icons/BenchmarkResultIcon.svg +0 -6
- package/src/explorer-component/icons/CertificateIcon.svg +0 -6
- package/src/explorer-component/icons/CodeIcon.svg +0 -6
- package/src/explorer-component/icons/ComputationIcon.svg +0 -6
- package/src/explorer-component/icons/DataIcon.svg +0 -6
- package/src/explorer-component/icons/DatabaseIcon.svg +0 -6
- package/src/explorer-component/icons/DatasetIcon.svg +0 -6
- package/src/explorer-component/icons/DeltaLakeIcon.svg +0 -7
- package/src/explorer-component/icons/DocumentIcon.svg +0 -6
- package/src/explorer-component/icons/MediaIcon.svg +0 -6
- package/src/explorer-component/icons/ModelIcon.svg +0 -6
- package/src/explorer-component/icons/TeamIcon.svg +0 -3
- package/src/explorer-component/icons/TokenIcon.svg +0 -6
- package/src/explorer-component/icons/UnknownIcon.svg +0 -6
- package/src/explorer-component/icons/index.ts +0 -35
- package/src/hooks/use-mobile.tsx +0 -19
- package/src/lib/use-escape-key.tsx +0 -16
|
@@ -38,7 +38,7 @@ jobs:
|
|
|
38
38
|
|
|
39
39
|
- name: Set version from release tag
|
|
40
40
|
if: github.event_name != 'workflow_dispatch'
|
|
41
|
-
run: npm set version="${GITHUB_REF_NAME#v}"
|
|
41
|
+
run: npm pkg set version="${GITHUB_REF_NAME#v}"
|
|
42
42
|
|
|
43
43
|
- name: Add commit hash to description
|
|
44
44
|
run: 'npm pkg set "description=Lineage Explorer (commit: ${GITHUB_SHA::7})"'
|
package/package.json
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eqtylab/explorer",
|
|
3
|
-
"version": "0.0.1",
|
|
4
3
|
"type": "module",
|
|
5
4
|
"repository": {
|
|
6
5
|
"type": "git",
|
|
@@ -23,26 +22,23 @@
|
|
|
23
22
|
"dependencies": {
|
|
24
23
|
"@auth0/auth0-react": "^2.3.0",
|
|
25
24
|
"@dagrejs/dagre": "^1.0.2",
|
|
26
|
-
"@dagrejs/graphlib": "^2.1.13",
|
|
27
25
|
"@eqtylab/equality": "1.0.0",
|
|
28
26
|
"@eqtylab/integrity-js": "0.0.1",
|
|
29
27
|
"@eqtylab/vcomp-verify-js": "^0.0.0",
|
|
30
28
|
"@fontsource/ibm-plex-mono": "^5.0.2",
|
|
31
29
|
"@radix-ui/react-accordion": "^1.2.3",
|
|
32
30
|
"@xyflow/react": "^12.6.4",
|
|
33
|
-
"bs58": "^6.0.0",
|
|
34
|
-
"class-variance-authority": "^0.7.1",
|
|
35
31
|
"clsx": "^2.1.1",
|
|
36
32
|
"date-fns": "^3.6.0",
|
|
37
33
|
"date-fns-tz": "^3.1.3",
|
|
38
34
|
"framer-motion": "^12.23.24",
|
|
35
|
+
"husky": "^9.1.7",
|
|
39
36
|
"lucide-react": "^0.486.0",
|
|
40
37
|
"magic-bytes.js": "^1.12.1",
|
|
41
38
|
"multiformats": "^13.3.2",
|
|
42
39
|
"react": "^19.0.0",
|
|
43
40
|
"react-dom": "^19.0.0",
|
|
44
41
|
"react-router-dom": "^6.18.0",
|
|
45
|
-
"react-syntax-highlighter": "^15.6.1",
|
|
46
42
|
"reactflow": "^11.7.2",
|
|
47
43
|
"tailwind-merge": "^2.5.4",
|
|
48
44
|
"uuid": "^11.1.0",
|
|
@@ -53,11 +49,9 @@
|
|
|
53
49
|
"@types/node": "^20.12.11",
|
|
54
50
|
"@types/react": "^19.0.0",
|
|
55
51
|
"@types/react-dom": "^19.0.0",
|
|
56
|
-
"@types/react-syntax-highlighter": "^15.5.13",
|
|
57
52
|
"@typescript-eslint/eslint-plugin": "^7.2.0",
|
|
58
53
|
"@typescript-eslint/parser": "^7.2.0",
|
|
59
54
|
"@vitejs/plugin-react": "^4.2.1",
|
|
60
|
-
"depcheck": "^1.4.7",
|
|
61
55
|
"eslint": "^8.57.0",
|
|
62
56
|
"eslint-config-prettier": "^9.1.0",
|
|
63
57
|
"eslint-plugin-prettier": "^5.2.1",
|
|
@@ -68,15 +62,14 @@
|
|
|
68
62
|
"tailwindcss": "^4.1.14",
|
|
69
63
|
"typescript": "^5.4.5",
|
|
70
64
|
"vite": "^5.2.0",
|
|
71
|
-
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
72
65
|
"vite-plugin-dts": "^4.5.4",
|
|
73
66
|
"vite-plugin-node-polyfills": "^0.24.0",
|
|
74
|
-
"vite-plugin-static-copy": "^3.0.0",
|
|
75
67
|
"vite-plugin-svgr": "^4.3.0",
|
|
76
68
|
"vite-plugin-top-level-await": "^1.4.1",
|
|
77
69
|
"vite-plugin-wasm": "^3.3.0"
|
|
78
70
|
},
|
|
79
|
-
"
|
|
71
|
+
"version": "0.0.3",
|
|
72
|
+
"description": "Lineage Explorer (commit: 72036a6)",
|
|
80
73
|
"scripts": {
|
|
81
74
|
"manifest": "vite --host --config vite.app.config.ts --mode manifest",
|
|
82
75
|
"api": "vite --host --config vite.app.config.ts --mode api",
|
|
@@ -6,14 +6,6 @@ import { AppHeader } from "@/components/app-header";
|
|
|
6
6
|
import { Config } from "@/app/config";
|
|
7
7
|
import { useVComp } from "@/v-comp-viewer/useVComp";
|
|
8
8
|
|
|
9
|
-
export interface AttributeList {
|
|
10
|
-
[key: string]: {
|
|
11
|
-
values?: string[];
|
|
12
|
-
description?: string;
|
|
13
|
-
type?: string;
|
|
14
|
-
};
|
|
15
|
-
}
|
|
16
|
-
|
|
17
9
|
interface ManifestProps {
|
|
18
10
|
config: Config;
|
|
19
11
|
customIcons?: Record<string, string>;
|
package/src/app/config.ts
CHANGED
|
@@ -4,7 +4,7 @@ import { ExplorerConfig, buildNodeConfig } from "@/explorer-component";
|
|
|
4
4
|
import appConfigRaw from "./config.json";
|
|
5
5
|
const appConfig = appConfigRaw as JsonConfig;
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
type JsonConfig = {
|
|
8
8
|
display: { logo: string };
|
|
9
9
|
manifests: string[];
|
|
10
10
|
nodeOverrides?: { [key: string]: Partial<NodeConfig> };
|
|
@@ -112,7 +112,7 @@ const MetadataSection = ({
|
|
|
112
112
|
return <SectionList data={data} />;
|
|
113
113
|
};
|
|
114
114
|
|
|
115
|
-
|
|
115
|
+
type SourceDataType = "irohCollection" | "singleFile" | undefined;
|
|
116
116
|
|
|
117
117
|
const CustomSection = ({ node }: Props) => {
|
|
118
118
|
const [viewMode, setViewMode] = useState<"grid" | "list">("list");
|
|
@@ -19,7 +19,7 @@ interface BaseViewerProps {
|
|
|
19
19
|
buttonText?: string;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
-
|
|
22
|
+
type FileViewerProps =
|
|
23
23
|
| ({ statement: Statement } & BaseViewerProps)
|
|
24
24
|
| ({ filename: string; content: string; language?: string; decodeContent?: boolean } & BaseViewerProps);
|
|
25
25
|
|
|
@@ -190,7 +190,7 @@ export function getExtensionFromLanguage(language: string): string | null {
|
|
|
190
190
|
return entry ? entry[0] : null;
|
|
191
191
|
}
|
|
192
192
|
|
|
193
|
-
|
|
193
|
+
function getLanguageFromFilename(fileName: string): string | null {
|
|
194
194
|
return langMap[fileName.split(".").pop() || ""] || null;
|
|
195
195
|
}
|
|
196
196
|
|
|
@@ -6,7 +6,7 @@ const RAW_BINARY = 0x55;
|
|
|
6
6
|
const BLAKE3_HASHSEQ = 0x80;
|
|
7
7
|
const BLAKE3_256 = 0x1e;
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
function getIrohMetaCid(codec: number, collectionBlob: Uint8Array): string {
|
|
10
10
|
const first32 = collectionBlob.slice(0, 32);
|
|
11
11
|
const multihash = createMultihash(BLAKE3_256, first32); // 0x1e == BLAKE3-256 multihash code
|
|
12
12
|
const cid = CID.createV1(codec, multihash);
|
package/src/lib/utils.ts
CHANGED
|
@@ -4,16 +4,3 @@ import { twMerge } from "tailwind-merge";
|
|
|
4
4
|
export function cn(...inputs: ClassValue[]) {
|
|
5
5
|
return twMerge(clsx(inputs));
|
|
6
6
|
}
|
|
7
|
-
|
|
8
|
-
export function toNumber(value: string | undefined | null) {
|
|
9
|
-
return value ? parseInt(value, 10) : undefined;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
export function formatFileSize(bytes: number): string {
|
|
13
|
-
if (bytes === 0) return "0 Bytes";
|
|
14
|
-
|
|
15
|
-
const sizes = ["Bytes", "KB", "MB", "GB", "TB"];
|
|
16
|
-
const i = Math.floor(Math.log(bytes) / Math.log(1024));
|
|
17
|
-
|
|
18
|
-
return `${parseFloat((bytes / Math.pow(1024, i)).toFixed(2))} ${sizes[i]}`;
|
|
19
|
-
}
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
Validated,
|
|
12
12
|
} from "./utils";
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
interface UseVCompParams {
|
|
15
15
|
manifestJson: unknown;
|
|
16
16
|
}
|
|
17
17
|
|
|
@@ -192,5 +192,3 @@ export const useVComp = ({ manifestJson }: UseVCompParams) => {
|
|
|
192
192
|
handleDeleteUpload,
|
|
193
193
|
};
|
|
194
194
|
};
|
|
195
|
-
|
|
196
|
-
export type UseVCompReturn = ReturnType<typeof useVComp>;
|
|
@@ -204,7 +204,7 @@ function isLikelyYaml(text: string): boolean {
|
|
|
204
204
|
/**
|
|
205
205
|
* Parse Linux kernel cmdline bytes into key=value pairs
|
|
206
206
|
*/
|
|
207
|
-
|
|
207
|
+
function parseKernelArgs(cmdlineBytes: Uint8Array): Record<string, string> {
|
|
208
208
|
const decoder = new TextDecoder("ascii");
|
|
209
209
|
const input = decoder.decode(cmdlineBytes);
|
|
210
210
|
const result: Record<string, string> = {};
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
// Framer Motion animation variants
|
|
2
|
-
import { cubicBezier } from "framer-motion";
|
|
3
|
-
|
|
4
|
-
const easeOut = cubicBezier(0.25, 0.46, 0.45, 0.94);
|
|
5
|
-
const easeInOut = cubicBezier(0.42, 0, 0.58, 1);
|
|
6
|
-
|
|
7
|
-
export const expandAndCollapseVariant = {
|
|
8
|
-
expanded: {
|
|
9
|
-
opacity: 1,
|
|
10
|
-
height: "auto",
|
|
11
|
-
transition: {
|
|
12
|
-
duration: 0.5,
|
|
13
|
-
opacity: {
|
|
14
|
-
delay: 0.2,
|
|
15
|
-
duration: 0.4,
|
|
16
|
-
ease: easeOut,
|
|
17
|
-
},
|
|
18
|
-
},
|
|
19
|
-
},
|
|
20
|
-
collapsed: {
|
|
21
|
-
opacity: 0,
|
|
22
|
-
height: 0,
|
|
23
|
-
overflow: "hidden",
|
|
24
|
-
transition: {
|
|
25
|
-
duration: 0.4,
|
|
26
|
-
ease: easeOut,
|
|
27
|
-
},
|
|
28
|
-
},
|
|
29
|
-
};
|
|
30
|
-
|
|
31
|
-
export const slideInFromRightVariant = (delay: number = 0) => ({
|
|
32
|
-
hidden: {
|
|
33
|
-
x: "100%",
|
|
34
|
-
transition: {
|
|
35
|
-
duration: 0.4,
|
|
36
|
-
ease: easeOut,
|
|
37
|
-
},
|
|
38
|
-
},
|
|
39
|
-
visible: {
|
|
40
|
-
x: 0,
|
|
41
|
-
transition: {
|
|
42
|
-
duration: 0.5,
|
|
43
|
-
ease: easeOut,
|
|
44
|
-
delay,
|
|
45
|
-
},
|
|
46
|
-
},
|
|
47
|
-
});
|
|
48
|
-
|
|
49
|
-
export const fadeInAndOutVariant = {
|
|
50
|
-
hidden: { opacity: 0, transition: { duration: 0.3, ease: easeInOut } },
|
|
51
|
-
visible: { opacity: 1, transition: { duration: 0.5, ease: easeInOut } },
|
|
52
|
-
};
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { BuiltInIcons } from "@/explorer-component/icons";
|
|
3
|
-
|
|
4
|
-
interface NodeIconLoaderProps {
|
|
5
|
-
path: string;
|
|
6
|
-
className?: string;
|
|
7
|
-
iconMap?: Record<string, string | React.FC<React.SVGProps<SVGSVGElement>>>;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
const NodeIconLoader: React.FC<NodeIconLoaderProps> = ({ path, className, iconMap }) => {
|
|
11
|
-
const iconEntry = iconMap?.[path] ?? BuiltInIcons[path];
|
|
12
|
-
|
|
13
|
-
if (!iconEntry) {
|
|
14
|
-
console.error(`Icon "${path}" not found.`);
|
|
15
|
-
return null;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
if (typeof iconEntry === "string") {
|
|
19
|
-
return <img src={iconEntry} className={className} alt={path} />;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
const SvgComponent = iconEntry;
|
|
23
|
-
return <SvgComponent className={className} />;
|
|
24
|
-
};
|
|
25
|
-
|
|
26
|
-
export default NodeIconLoader;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" fill="none">
|
|
2
|
-
<path
|
|
3
|
-
d="M3.90834 11.2583L4.75417 12.6875C4.83195 12.8139 4.93889 12.899 5.075 12.9427C5.21111 12.9865 5.34722 12.9792 5.48334 12.9208L7 12.2792L8.51667 12.9208C8.65278 12.9792 8.78889 12.9865 8.925 12.9427C9.06111 12.899 9.16806 12.8139 9.24584 12.6875L10.0917 11.2583L11.6958 10.9083C11.8417 10.8792 11.9583 10.8038 12.0458 10.6823C12.1333 10.5608 12.1674 10.4271 12.1479 10.2812L11.9875 8.63333L13.0813 7.37916C13.1785 7.27221 13.2271 7.14583 13.2271 6.99999C13.2271 6.85416 13.1785 6.72777 13.0813 6.62083L11.9875 5.36666L12.1479 3.71874C12.1674 3.57291 12.1333 3.43923 12.0458 3.3177C11.9583 3.19617 11.8417 3.12083 11.6958 3.09166L10.0917 2.74166L9.24584 1.31249C9.16806 1.1861 9.06111 1.10103 8.925 1.05728C8.78889 1.01353 8.65278 1.02083 8.51667 1.07916L7 1.72083L5.48334 1.07916C5.34722 1.02083 5.21111 1.01353 5.075 1.05728C4.93889 1.10103 4.83195 1.1861 4.75417 1.31249L3.90834 2.74166L2.30417 3.09166C2.15834 3.12083 2.04167 3.19617 1.95417 3.3177C1.86667 3.43923 1.83264 3.57291 1.85209 3.71874L2.0125 5.36666L0.918752 6.62083C0.82153 6.72777 0.772919 6.85416 0.772919 6.99999C0.772919 7.14583 0.82153 7.27221 0.918752 7.37916L2.0125 8.63333L1.85209 10.2812C1.83264 10.4271 1.86667 10.5608 1.95417 10.6823C2.04167 10.8038 2.15834 10.8792 2.30417 10.9083L3.90834 11.2583Z"
|
|
4
|
-
fill="white"
|
|
5
|
-
/>
|
|
6
|
-
</svg>
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path
|
|
3
|
-
d="M7.47254 9.26664C7.75031 9.54442 8.10031 9.67498 8.52254 9.65831C8.94476 9.64164 9.25031 9.48887 9.4392 9.19998L12.2559 4.98331C12.3559 4.82775 12.342 4.68609 12.2142 4.55831C12.0864 4.43053 11.9448 4.41664 11.7892 4.51664L7.57254 7.33331C7.28365 7.53331 7.12531 7.83609 7.09754 8.24164C7.06976 8.6472 7.19476 8.98887 7.47254 9.26664ZM3.90587 12.2666C3.66142 12.2666 3.43642 12.2139 3.23087 12.1083C3.02531 12.0028 2.86142 11.8444 2.7392 11.6333C2.45031 11.1111 2.22809 10.5694 2.07254 10.0083C1.91698 9.4472 1.8392 8.86664 1.8392 8.26664C1.8392 7.34442 2.0142 6.47775 2.3642 5.66664C2.7142 4.85553 3.1892 4.14998 3.7892 3.54998C4.3892 2.94998 5.09476 2.47498 5.90587 2.12498C6.71698 1.77498 7.58365 1.59998 8.50587 1.59998C9.41698 1.59998 10.2725 1.7722 11.0725 2.11664C11.8725 2.46109 12.5725 2.93053 13.1725 3.52498C13.7725 4.11942 14.2503 4.81386 14.6059 5.60831C14.9614 6.40275 15.1448 7.25553 15.1559 8.16664C15.167 8.77775 15.0975 9.37498 14.9475 9.95831C14.7975 10.5416 14.567 11.1 14.2559 11.6333C14.1336 11.8444 13.9698 12.0028 13.7642 12.1083C13.5586 12.2139 13.3336 12.2666 13.0892 12.2666H3.90587Z"
|
|
4
|
-
fill="white"
|
|
5
|
-
/>
|
|
6
|
-
</svg>
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" fill="none">
|
|
2
|
-
<path
|
|
3
|
-
d="M5.68451 8.71817C5.91785 8.9515 6.21185 9.06117 6.56652 9.04717C6.92118 9.03317 7.17785 8.90483 7.33652 8.66217L9.70252 5.12017C9.78652 4.9895 9.77485 4.8705 9.66752 4.76317C9.56018 4.65583 9.44118 4.64417 9.31052 4.72817L5.76852 7.09417C5.52585 7.26217 5.39285 7.5165 5.36952 7.85717C5.34618 8.19783 5.45118 8.48483 5.68451 8.71817ZM2.68851 11.2382C2.48318 11.2382 2.29418 11.1938 2.12151 11.1052C1.94885 11.0165 1.81118 10.8835 1.70851 10.7062C1.46585 10.2675 1.27918 9.8125 1.14851 9.34117C1.01785 8.86983 0.952515 8.38217 0.952515 7.87817C0.952515 7.1035 1.09951 6.3755 1.39351 5.69417C1.68751 5.01283 2.08651 4.42017 2.59051 3.91617C3.09451 3.41217 3.68718 3.01317 4.36852 2.71917C5.04985 2.42517 5.77785 2.27817 6.55252 2.27817C7.31785 2.27817 8.03652 2.42283 8.70852 2.71217C9.38052 3.0015 9.96852 3.39583 10.4725 3.89517C10.9765 4.3945 11.3778 4.97783 11.6765 5.64517C11.9752 6.3125 12.1292 7.02883 12.1385 7.79417C12.1478 8.3075 12.0895 8.80917 11.9635 9.29917C11.8375 9.78917 11.6438 10.2582 11.3825 10.7062C11.2798 10.8835 11.1422 11.0165 10.9695 11.1052C10.7968 11.1938 10.6078 11.2382 10.4025 11.2382H2.68851Z"
|
|
4
|
-
fill="white"
|
|
5
|
-
/>
|
|
6
|
-
</svg>
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" fill="none">
|
|
2
|
-
<path
|
|
3
|
-
d="M6.99999 7.58333C6.51388 7.58333 6.10069 7.41319 5.76041 7.07291C5.42013 6.73264 5.24999 6.31944 5.24999 5.83333C5.24999 5.34722 5.42013 4.93403 5.76041 4.59375C6.10069 4.25347 6.51388 4.08333 6.99999 4.08333C7.48611 4.08333 7.8993 4.25347 8.23958 4.59375C8.57986 4.93403 8.74999 5.34722 8.74999 5.83333C8.74999 6.31944 8.57986 6.73264 8.23958 7.07291C7.8993 7.41319 7.48611 7.58333 6.99999 7.58333ZM6.99999 12.25L4.27291 13.1542C4.07847 13.2222 3.90104 13.1979 3.74062 13.0812C3.5802 12.9646 3.49999 12.809 3.49999 12.6146V8.91041C3.13055 8.50208 2.84374 8.03541 2.63958 7.51041C2.43541 6.98541 2.33333 6.42639 2.33333 5.83333C2.33333 4.53055 2.78541 3.42708 3.68958 2.52291C4.59374 1.61875 5.69722 1.16666 6.99999 1.16666C8.30277 1.16666 9.40624 1.61875 10.3104 2.52291C11.2146 3.42708 11.6667 4.53055 11.6667 5.83333C11.6667 6.42639 11.5646 6.98541 11.3604 7.51041C11.1562 8.03541 10.8694 8.50208 10.5 8.91041V12.6146C10.5 12.809 10.4198 12.9646 10.2594 13.0812C10.099 13.1979 9.92152 13.2222 9.72708 13.1542L6.99999 12.25ZM6.99999 9.33333C7.97222 9.33333 8.79861 8.99305 9.47916 8.3125C10.1597 7.63194 10.5 6.80555 10.5 5.83333C10.5 4.86111 10.1597 4.03472 9.47916 3.35416C8.79861 2.67361 7.97222 2.33333 6.99999 2.33333C6.02777 2.33333 5.20138 2.67361 4.52083 3.35416C3.84027 4.03472 3.49999 4.86111 3.49999 5.83333C3.49999 6.80555 3.84027 7.63194 4.52083 8.3125C5.20138 8.99305 6.02777 9.33333 6.99999 9.33333Z"
|
|
4
|
-
fill="white"
|
|
5
|
-
/>
|
|
6
|
-
</svg>
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" fill="none">
|
|
2
|
-
<path
|
|
3
|
-
d="M2.81458 7.01458L5.075 9.275C5.18194 9.38194 5.23541 9.51806 5.23541 9.68333C5.23541 9.84861 5.18194 9.98472 5.075 10.0917C4.96805 10.1986 4.83194 10.2521 4.66666 10.2521C4.50139 10.2521 4.36528 10.1986 4.25833 10.0917L1.575 7.40833C1.51666 7.35 1.47535 7.28681 1.45104 7.21875C1.42673 7.15069 1.41458 7.07778 1.41458 7C1.41458 6.92222 1.42673 6.84931 1.45104 6.78125C1.47535 6.71319 1.51666 6.65 1.575 6.59167L4.25833 3.90833C4.375 3.79167 4.51354 3.73333 4.67396 3.73333C4.83437 3.73333 4.97291 3.79167 5.08958 3.90833C5.20625 4.025 5.26458 4.16354 5.26458 4.32396C5.26458 4.48438 5.20625 4.62292 5.08958 4.73958L2.81458 7.01458ZM11.1854 6.98542L8.925 4.725C8.81805 4.61806 8.76458 4.48194 8.76458 4.31667C8.76458 4.15139 8.81805 4.01528 8.925 3.90833C9.03194 3.80139 9.16805 3.74792 9.33333 3.74792C9.49861 3.74792 9.63472 3.80139 9.74166 3.90833L12.425 6.59167C12.4833 6.65 12.5247 6.71319 12.549 6.78125C12.5733 6.84931 12.5854 6.92222 12.5854 7C12.5854 7.07778 12.5733 7.15069 12.549 7.21875C12.5247 7.28681 12.4833 7.35 12.425 7.40833L9.74166 10.0917C9.625 10.2083 9.48889 10.2642 9.33333 10.2594C9.17778 10.2545 9.04166 10.1938 8.925 10.0771C8.80833 9.96042 8.75 9.82188 8.75 9.66146C8.75 9.50104 8.80833 9.3625 8.925 9.24583L11.1854 6.98542Z"
|
|
4
|
-
fill="white"
|
|
5
|
-
/>
|
|
6
|
-
</svg>
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 11">
|
|
2
|
-
<path
|
|
3
|
-
d="M3.75 6.66667V4.33333C3.75 4.16806 3.8059 4.02951 3.91771 3.91771C4.02951 3.8059 4.16806 3.75 4.33333 3.75H6.66667C6.83194 3.75 6.97049 3.8059 7.08229 3.91771C7.1941 4.02951 7.25 4.16806 7.25 4.33333V6.66667C7.25 6.83194 7.1941 6.97049 7.08229 7.08229C6.97049 7.1941 6.83194 7.25 6.66667 7.25H4.33333C4.16806 7.25 4.02951 7.1941 3.91771 7.08229C3.8059 6.97049 3.75 6.83194 3.75 6.66667ZM3.75 10.1667V9.58333H2.58333C2.2625 9.58333 1.98785 9.4691 1.75937 9.24063C1.5309 9.01215 1.41667 8.7375 1.41667 8.41667V7.25H0.833333C0.668056 7.25 0.529514 7.1941 0.417708 7.08229C0.305903 6.97049 0.25 6.83194 0.25 6.66667C0.25 6.50139 0.305903 6.36285 0.417708 6.25104C0.529514 6.13924 0.668056 6.08333 0.833333 6.08333H1.41667V4.91667H0.833333C0.668056 4.91667 0.529514 4.86076 0.417708 4.74896C0.305903 4.63715 0.25 4.49861 0.25 4.33333C0.25 4.16806 0.305903 4.02951 0.417708 3.91771C0.529514 3.8059 0.668056 3.75 0.833333 3.75H1.41667V2.58333C1.41667 2.2625 1.5309 1.98785 1.75937 1.75937C1.98785 1.5309 2.2625 1.41667 2.58333 1.41667H3.75V0.833333C3.75 0.668056 3.8059 0.529514 3.91771 0.417708C4.02951 0.305903 4.16806 0.25 4.33333 0.25C4.49861 0.25 4.63715 0.305903 4.74896 0.417708C4.86076 0.529514 4.91667 0.668056 4.91667 0.833333V1.41667H6.08333V0.833333C6.08333 0.668056 6.13924 0.529514 6.25104 0.417708C6.36285 0.305903 6.50139 0.25 6.66667 0.25C6.83194 0.25 6.97049 0.305903 7.08229 0.417708C7.1941 0.529514 7.25 0.668056 7.25 0.833333V1.41667H8.41667C8.7375 1.41667 9.01215 1.5309 9.24063 1.75937C9.4691 1.98785 9.58333 2.2625 9.58333 2.58333V3.75H10.1667C10.3319 3.75 10.4705 3.8059 10.5823 3.91771C10.6941 4.02951 10.75 4.16806 10.75 4.33333C10.75 4.49861 10.6941 4.63715 10.5823 4.74896C10.4705 4.86076 10.3319 4.91667 10.1667 4.91667H9.58333V6.08333H10.1667C10.3319 6.08333 10.4705 6.13924 10.5823 6.25104C10.6941 6.36285 10.75 6.50139 10.75 6.66667C10.75 6.83194 10.6941 6.97049 10.5823 7.08229C10.4705 7.1941 10.3319 7.25 10.1667 7.25H9.58333V8.41667C9.58333 8.7375 9.4691 9.01215 9.24063 9.24063C9.01215 9.4691 8.7375 9.58333 8.41667 9.58333H7.25V10.1667C7.25 10.3319 7.1941 10.4705 7.08229 10.5823C6.97049 10.6941 6.83194 10.75 6.66667 10.75C6.50139 10.75 6.36285 10.6941 6.25104 10.5823C6.13924 10.4705 6.08333 10.3319 6.08333 10.1667V9.58333H4.91667V10.1667C4.91667 10.3319 4.86076 10.4705 4.74896 10.5823C4.63715 10.6941 4.49861 10.75 4.33333 10.75C4.16806 10.75 4.02951 10.6941 3.91771 10.5823C3.8059 10.4705 3.75 10.3319 3.75 10.1667ZM8.41667 8.41667V2.58333H2.58333V8.41667H8.41667Z"
|
|
4
|
-
fill="black"
|
|
5
|
-
/>
|
|
6
|
-
</svg>
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path
|
|
3
|
-
d="M7 6.41667C8.45833 6.41667 9.69792 6.18819 10.7188 5.73125C11.7396 5.27431 12.25 4.725 12.25 4.08333C12.25 3.44167 11.7396 2.89236 10.7188 2.43542C9.69792 1.97847 8.45833 1.75 7 1.75C5.54167 1.75 4.30208 1.97847 3.28125 2.43542C2.26042 2.89236 1.75 3.44167 1.75 4.08333C1.75 4.725 2.26042 5.27431 3.28125 5.73125C4.30208 6.18819 5.54167 6.41667 7 6.41667ZM7 7.875C7.39861 7.875 7.89688 7.83368 8.49479 7.75104C9.09271 7.6684 9.66875 7.53472 10.2229 7.35C10.7771 7.16528 11.2535 6.92465 11.6521 6.62813C12.0507 6.3316 12.25 5.96944 12.25 5.54167V7C12.25 7.42778 12.0507 7.78993 11.6521 8.08646C11.2535 8.38299 10.7771 8.62361 10.2229 8.80833C9.66875 8.99306 9.09271 9.12674 8.49479 9.20938C7.89688 9.29201 7.39861 9.33333 7 9.33333C6.60139 9.33333 6.10313 9.29201 5.50521 9.20938C4.90729 9.12674 4.33125 8.99306 3.77708 8.80833C3.22292 8.62361 2.74653 8.38299 2.34792 8.08646C1.94931 7.78993 1.75 7.42778 1.75 7V5.54167C1.75 5.96944 1.94931 6.3316 2.34792 6.62813C2.74653 6.92465 3.22292 7.16528 3.77708 7.35C4.33125 7.53472 4.90729 7.6684 5.50521 7.75104C6.10313 7.83368 6.60139 7.875 7 7.875ZM7 10.7917C7.39861 10.7917 7.89688 10.7503 8.49479 10.6677C9.09271 10.5851 9.66875 10.4514 10.2229 10.2667C10.7771 10.0819 11.2535 9.84132 11.6521 9.54479C12.0507 9.24826 12.25 8.88611 12.25 8.45833V9.91667C12.25 10.3444 12.0507 10.7066 11.6521 11.0031C11.2535 11.2997 10.7771 11.5403 10.2229 11.725C9.66875 11.9097 9.09271 12.0434 8.49479 12.126C7.89688 12.2087 7.39861 12.25 7 12.25C6.60139 12.25 6.10313 12.2087 5.50521 12.126C4.90729 12.0434 4.33125 11.9097 3.77708 11.725C3.22292 11.5403 2.74653 11.2997 2.34792 11.0031C1.94931 10.7066 1.75 10.3444 1.75 9.91667V8.45833C1.75 8.88611 1.94931 9.24826 2.34792 9.54479C2.74653 9.84132 3.22292 10.0819 3.77708 10.2667C4.33125 10.4514 4.90729 10.5851 5.50521 10.6677C6.10313 10.7503 6.60139 10.7917 7 10.7917Z"
|
|
4
|
-
fill="white"
|
|
5
|
-
/>
|
|
6
|
-
</svg>
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" fill="none">
|
|
2
|
-
<path
|
|
3
|
-
d="M7 6.41667C8.45833 6.41667 9.69792 6.18819 10.7188 5.73125C11.7396 5.27431 12.25 4.725 12.25 4.08333C12.25 3.44167 11.7396 2.89236 10.7188 2.43542C9.69792 1.97847 8.45833 1.75 7 1.75C5.54167 1.75 4.30208 1.97847 3.28125 2.43542C2.26042 2.89236 1.75 3.44167 1.75 4.08333C1.75 4.725 2.26042 5.27431 3.28125 5.73125C4.30208 6.18819 5.54167 6.41667 7 6.41667ZM7 7.875C7.39861 7.875 7.89687 7.83368 8.49479 7.75104C9.09271 7.6684 9.66875 7.53472 10.2229 7.35C10.7771 7.16528 11.2535 6.92465 11.6521 6.62813C12.0507 6.3316 12.25 5.96944 12.25 5.54167V7C12.25 7.42778 12.0507 7.78993 11.6521 8.08646C11.2535 8.38299 10.7771 8.62361 10.2229 8.80833C9.66875 8.99306 9.09271 9.12674 8.49479 9.20937C7.89687 9.29201 7.39861 9.33333 7 9.33333C6.60139 9.33333 6.10313 9.29201 5.50521 9.20937C4.90729 9.12674 4.33125 8.99306 3.77708 8.80833C3.22292 8.62361 2.74653 8.38299 2.34792 8.08646C1.94931 7.78993 1.75 7.42778 1.75 7V5.54167C1.75 5.96944 1.94931 6.3316 2.34792 6.62813C2.74653 6.92465 3.22292 7.16528 3.77708 7.35C4.33125 7.53472 4.90729 7.6684 5.50521 7.75104C6.10313 7.83368 6.60139 7.875 7 7.875ZM7 10.7917C7.39861 10.7917 7.89687 10.7503 8.49479 10.6677C9.09271 10.5851 9.66875 10.4514 10.2229 10.2667C10.7771 10.0819 11.2535 9.84132 11.6521 9.54479C12.0507 9.24826 12.25 8.88611 12.25 8.45833V9.91667C12.25 10.3444 12.0507 10.7066 11.6521 11.0031C11.2535 11.2997 10.7771 11.5403 10.2229 11.725C9.66875 11.9097 9.09271 12.0434 8.49479 12.126C7.89687 12.2087 7.39861 12.25 7 12.25C6.60139 12.25 6.10313 12.2087 5.50521 12.126C4.90729 12.0434 4.33125 11.9097 3.77708 11.725C3.22292 11.5403 2.74653 11.2997 2.34792 11.0031C1.94931 10.7066 1.75 10.3444 1.75 9.91667V8.45833C1.75 8.88611 1.94931 9.24826 2.34792 9.54479C2.74653 9.84132 3.22292 10.0819 3.77708 10.2667C4.33125 10.4514 4.90729 10.5851 5.50521 10.6677C6.10313 10.7503 6.60139 10.7917 7 10.7917Z"
|
|
4
|
-
fill="white"
|
|
5
|
-
/>
|
|
6
|
-
</svg>
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" fill="none">
|
|
2
|
-
<path
|
|
3
|
-
d="M4.66667 9.91667H5.83333C5.99861 9.91667 6.13715 9.86076 6.24896 9.74896C6.36076 9.63715 6.41667 9.49861 6.41667 9.33333V8.16667C6.41667 8.00139 6.36076 7.86285 6.24896 7.75104C6.13715 7.63924 5.99861 7.58333 5.83333 7.58333H4.66667C4.50139 7.58333 4.36285 7.63924 4.25104 7.75104C4.13924 7.86285 4.08333 8.00139 4.08333 8.16667V9.33333C4.08333 9.49861 4.13924 9.63715 4.25104 9.74896C4.36285 9.86076 4.50139 9.91667 4.66667 9.91667ZM8.16667 9.91667H9.33333C9.49861 9.91667 9.63715 9.86076 9.74896 9.74896C9.86076 9.63715 9.91667 9.49861 9.91667 9.33333V8.16667C9.91667 8.00139 9.86076 7.86285 9.74896 7.75104C9.63715 7.63924 9.49861 7.58333 9.33333 7.58333H8.16667C8.00139 7.58333 7.86285 7.63924 7.75104 7.75104C7.63924 7.86285 7.58333 8.00139 7.58333 8.16667V9.33333C7.58333 9.49861 7.63924 9.63715 7.75104 9.74896C7.86285 9.86076 8.00139 9.91667 8.16667 9.91667ZM4.66667 6.41667H5.83333C5.99861 6.41667 6.13715 6.36076 6.24896 6.24896C6.36076 6.13715 6.41667 5.99861 6.41667 5.83333V4.66667C6.41667 4.50139 6.36076 4.36285 6.24896 4.25104C6.13715 4.13924 5.99861 4.08333 5.83333 4.08333H4.66667C4.50139 4.08333 4.36285 4.13924 4.25104 4.25104C4.13924 4.36285 4.08333 4.50139 4.08333 4.66667V5.83333C4.08333 5.99861 4.13924 6.13715 4.25104 6.24896C4.36285 6.36076 4.50139 6.41667 4.66667 6.41667ZM8.16667 6.41667H9.33333C9.49861 6.41667 9.63715 6.36076 9.74896 6.24896C9.86076 6.13715 9.91667 5.99861 9.91667 5.83333V4.66667C9.91667 4.50139 9.86076 4.36285 9.74896 4.25104C9.63715 4.13924 9.49861 4.08333 9.33333 4.08333H8.16667C8.00139 4.08333 7.86285 4.13924 7.75104 4.25104C7.63924 4.36285 7.58333 4.50139 7.58333 4.66667V5.83333C7.58333 5.99861 7.63924 6.13715 7.75104 6.24896C7.86285 6.36076 8.00139 6.41667 8.16667 6.41667ZM2.91667 12.25C2.59583 12.25 2.32118 12.1358 2.09271 11.9073C1.86424 11.6788 1.75 11.4042 1.75 11.0833V2.91667C1.75 2.59583 1.86424 2.32118 2.09271 2.09271C2.32118 1.86424 2.59583 1.75 2.91667 1.75H11.0833C11.4042 1.75 11.6788 1.86424 11.9073 2.09271C12.1358 2.32118 12.25 2.59583 12.25 2.91667V11.0833C12.25 11.4042 12.1358 11.6788 11.9073 11.9073C11.6788 12.1358 11.4042 12.25 11.0833 12.25H2.91667Z"
|
|
4
|
-
fill="white"
|
|
5
|
-
/>
|
|
6
|
-
</svg>
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 34.9 33.81" fill="none">
|
|
2
|
-
<path
|
|
3
|
-
id="Glpyh"
|
|
4
|
-
fill="#fff"
|
|
5
|
-
d="m34.56,27.85L18.54.46c-.36-.61-1.24-.61-1.6,0L3.32,23.74c-.24.41.19.88.62.68.18-.08.38-.17.6-.25h0s.37-.14,1-.33c.69-.21,1.45-.41,2.14-.58,1.92-.44,4.44-.81,6.72-.43,2.09.35,3.55.91,4.61,1.46.49.25.95-.38.55-.76-1.52-1.48-3.86-3.26-7.42-4.01-.16-.03-.23-.21-.15-.35l5.36-9.16c.18-.3.61-.3.79,0l10.24,17.5c.22.37.03.84-.37.98-.8.27-1.76.47-2.83.47-.68,0-1.37-.08-2.06-.24,0,0-1.98-.31-4.64-1.9-2.65-1.58-7.76-3.6-13.5-.33C2.53,28.05.9,30.19.04,31.54c-.13.21.1.46.32.35,1.97-1.05,7.29-3.54,12.07-2.65,2.85.53,6.1,2.68,9.48,3.91,5.59,2.07,11.08-1.4,11.09-1.41.58-.38.92-.67.98-.72l.07-.06c.89-.78,1.11-2.09.51-3.11"
|
|
6
|
-
/>
|
|
7
|
-
</svg>
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" fill="none">
|
|
2
|
-
<path
|
|
3
|
-
d="M3.49999 12.8333C3.17916 12.8333 2.90451 12.7191 2.67604 12.4906C2.44756 12.2622 2.33333 11.9875 2.33333 11.6667V2.33333C2.33333 2.0125 2.44756 1.73785 2.67604 1.50938C2.90451 1.2809 3.17916 1.16667 3.49999 1.16667H7.68541C7.84097 1.16667 7.98923 1.19583 8.1302 1.25417C8.27117 1.3125 8.39513 1.39514 8.50208 1.50208L11.3312 4.33125C11.4382 4.4382 11.5208 4.56215 11.5792 4.70313C11.6375 4.8441 11.6667 4.99236 11.6667 5.14792V11.6667C11.6667 11.9875 11.5524 12.2622 11.324 12.4906C11.0955 12.7191 10.8208 12.8333 10.5 12.8333H3.49999ZM7.58333 4.66667C7.58333 4.83195 7.63923 4.97049 7.75104 5.08229C7.86284 5.1941 8.00138 5.25 8.16666 5.25H10.5L7.58333 2.33333V4.66667Z"
|
|
4
|
-
fill="white"
|
|
5
|
-
/>
|
|
6
|
-
</svg>
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" fill="none">
|
|
2
|
-
<path
|
|
3
|
-
d="M6.21251 9.1875L9.05626 7.36458C9.19237 7.27708 9.26042 7.15555 9.26042 7C9.26042 6.84444 9.19237 6.72291 9.05626 6.63541L6.21251 4.8125C6.06667 4.71528 5.91841 4.70798 5.76771 4.79062C5.61702 4.87326 5.54167 5.00208 5.54167 5.17708V8.82291C5.54167 8.99791 5.61702 9.12673 5.76771 9.20937C5.91841 9.29201 6.06667 9.28472 6.21251 9.1875ZM7.00001 12.8333C6.19306 12.8333 5.43473 12.6802 4.72501 12.374C4.01528 12.0677 3.39792 11.6521 2.87292 11.1271C2.34792 10.6021 1.9323 9.98472 1.62605 9.275C1.3198 8.56528 1.16667 7.80694 1.16667 7C1.16667 6.19305 1.3198 5.43472 1.62605 4.725C1.9323 4.01528 2.34792 3.39791 2.87292 2.87291C3.39792 2.34791 4.01528 1.93229 4.72501 1.62604C5.43473 1.31979 6.19306 1.16666 7.00001 1.16666C7.80695 1.16666 8.56528 1.31979 9.27501 1.62604C9.98473 1.93229 10.6021 2.34791 11.1271 2.87291C11.6521 3.39791 12.0677 4.01528 12.374 4.725C12.6802 5.43472 12.8333 6.19305 12.8333 7C12.8333 7.80694 12.6802 8.56528 12.374 9.275C12.0677 9.98472 11.6521 10.6021 11.1271 11.1271C10.6021 11.6521 9.98473 12.0677 9.27501 12.374C8.56528 12.6802 7.80695 12.8333 7.00001 12.8333Z"
|
|
4
|
-
fill="white"
|
|
5
|
-
/>
|
|
6
|
-
</svg>
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" fill="none">
|
|
2
|
-
<path
|
|
3
|
-
d="M6.41667 12.6729L2.33333 10.325C2.14861 10.2181 2.00521 10.0771 1.90313 9.90208C1.80104 9.72708 1.75 9.53264 1.75 9.31875V4.68125C1.75 4.46736 1.80104 4.27291 1.90313 4.09791C2.00521 3.92291 2.14861 3.78194 2.33333 3.675L6.41667 1.32708C6.60139 1.22014 6.79583 1.16666 7 1.16666C7.20417 1.16666 7.39861 1.22014 7.58333 1.32708L11.6667 3.675C11.8514 3.78194 11.9948 3.92291 12.0969 4.09791C12.199 4.27291 12.25 4.46736 12.25 4.68125V9.31875C12.25 9.53264 12.199 9.72708 12.0969 9.90208C11.9948 10.0771 11.8514 10.2181 11.6667 10.325L7.58333 12.6729C7.39861 12.7799 7.20417 12.8333 7 12.8333C6.79583 12.8333 6.60139 12.7799 6.41667 12.6729ZM6.41667 7.33541V11.3312L7 11.6667L7.58333 11.3312V7.33541L11.0833 5.30833V4.69583L10.4563 4.33125L7 6.32916L3.54375 4.33125L2.91667 4.69583V5.30833L6.41667 7.33541Z"
|
|
4
|
-
fill="white"
|
|
5
|
-
/>
|
|
6
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960">
|
|
2
|
-
<path d="M38-160v-94q0-35 18-63.5t50-42.5q73-32 131.5-46T358-420q62 0 120 14t131 46q32 14 50.5 42.5T678-254v94H38Zm700 0v-94q0-63-32-103.5T622-423q69 8 130 23.5t99 35.5q33 19 52 47t19 63v94H738ZM358-481q-66 0-108-42t-42-108q0-66 42-108t108-42q66 0 108 42t42 108q0 66-42 108t-108 42Zm360-150q0 66-42 108t-108 42q-11 0-24.5-1.5T519-488q24-25 36.5-61.5T568-631q0-45-12.5-79.5T519-774q11-3 24.5-5t24.5-2q66 0 108 42t42 108ZM98-220h520v-34q0-16-9.5-31T585-306q-72-32-121-43t-106-11q-57 0-106.5 11T130-306q-14 6-23 21t-9 31v34Zm260-321q39 0 64.5-25.5T448-631q0-39-25.5-64.5T358-721q-39 0-64.5 25.5T268-631q0 39 25.5 64.5T358-541Zm0 321Zm0-411Z" />
|
|
3
|
-
</svg>
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path
|
|
3
|
-
d="M5.31407 5.89587C5.52796 5.67226 5.77831 5.49483 6.06511 5.36358C6.35192 5.23233 6.66546 5.1667 7.00574 5.1667C7.34602 5.1667 7.65956 5.23233 7.94636 5.36358C8.23317 5.49483 8.48352 5.67226 8.6974 5.89587L11.6432 4.24795L7.57449 1.98753C7.39949 1.88059 7.2099 1.82712 7.00574 1.82712C6.80157 1.82712 6.61199 1.88059 6.43699 1.98753L2.36824 4.24795L5.31407 5.89587ZM6.4224 13.0125V9.76045C5.91685 9.62434 5.49879 9.34969 5.16824 8.93649C4.83768 8.5233 4.6724 8.04448 4.6724 7.50003C4.6724 7.39309 4.67727 7.29101 4.68699 7.19378C4.69671 7.09656 4.71615 7.0042 4.74532 6.9167L1.75574 5.23962V9.73129C1.75574 9.94517 1.80921 10.142 1.91615 10.3219C2.0231 10.5018 2.16893 10.6452 2.35365 10.7521L6.4224 13.0125ZM7.00574 8.6667C7.32657 8.6667 7.60122 8.55247 7.8297 8.32399C8.05817 8.09552 8.1724 7.82087 8.1724 7.50003C8.1724 7.1792 8.05817 6.90455 7.8297 6.67608C7.60122 6.4476 7.32657 6.33337 7.00574 6.33337C6.6849 6.33337 6.41025 6.4476 6.18178 6.67608C5.95331 6.90455 5.83907 7.1792 5.83907 7.50003C5.83907 7.82087 5.95331 8.09552 6.18178 8.32399C6.41025 8.55247 6.6849 8.6667 7.00574 8.6667ZM7.58907 13.0125L11.6578 10.7521C11.8425 10.6452 11.9884 10.5018 12.0953 10.3219C12.2023 10.142 12.2557 9.94517 12.2557 9.73129V5.23962L9.26615 6.9167C9.29532 7.01392 9.31477 7.10872 9.32449 7.20108C9.33421 7.29344 9.33907 7.39309 9.33907 7.50003C9.33907 8.04448 9.17379 8.5233 8.84324 8.93649C8.51268 9.34969 8.09463 9.62434 7.58907 9.76045V13.0125Z"
|
|
4
|
-
fill="white"
|
|
5
|
-
/>
|
|
6
|
-
</svg>
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" fill="none">
|
|
2
|
-
<path
|
|
3
|
-
d="M4.66667 9.91667H5.83333C5.99861 9.91667 6.13715 9.86076 6.24896 9.74896C6.36076 9.63715 6.41667 9.49861 6.41667 9.33333V8.16667C6.41667 8.00139 6.36076 7.86285 6.24896 7.75104C6.13715 7.63924 5.99861 7.58333 5.83333 7.58333H4.66667C4.50139 7.58333 4.36285 7.63924 4.25104 7.75104C4.13924 7.86285 4.08333 8.00139 4.08333 8.16667V9.33333C4.08333 9.49861 4.13924 9.63715 4.25104 9.74896C4.36285 9.86076 4.50139 9.91667 4.66667 9.91667ZM8.16667 9.91667H9.33333C9.49861 9.91667 9.63715 9.86076 9.74896 9.74896C9.86076 9.63715 9.91667 9.49861 9.91667 9.33333V8.16667C9.91667 8.00139 9.86076 7.86285 9.74896 7.75104C9.63715 7.63924 9.49861 7.58333 9.33333 7.58333H8.16667C8.00139 7.58333 7.86285 7.63924 7.75104 7.75104C7.63924 7.86285 7.58333 8.00139 7.58333 8.16667V9.33333C7.58333 9.49861 7.63924 9.63715 7.75104 9.74896C7.86285 9.86076 8.00139 9.91667 8.16667 9.91667ZM4.66667 6.41667H5.83333C5.99861 6.41667 6.13715 6.36076 6.24896 6.24896C6.36076 6.13715 6.41667 5.99861 6.41667 5.83333V4.66667C6.41667 4.50139 6.36076 4.36285 6.24896 4.25104C6.13715 4.13924 5.99861 4.08333 5.83333 4.08333H4.66667C4.50139 4.08333 4.36285 4.13924 4.25104 4.25104C4.13924 4.36285 4.08333 4.50139 4.08333 4.66667V5.83333C4.08333 5.99861 4.13924 6.13715 4.25104 6.24896C4.36285 6.36076 4.50139 6.41667 4.66667 6.41667ZM8.16667 6.41667H9.33333C9.49861 6.41667 9.63715 6.36076 9.74896 6.24896C9.86076 6.13715 9.91667 5.99861 9.91667 5.83333V4.66667C9.91667 4.50139 9.86076 4.36285 9.74896 4.25104C9.63715 4.13924 9.49861 4.08333 9.33333 4.08333H8.16667C8.00139 4.08333 7.86285 4.13924 7.75104 4.25104C7.63924 4.36285 7.58333 4.50139 7.58333 4.66667V5.83333C7.58333 5.99861 7.63924 6.13715 7.75104 6.24896C7.86285 6.36076 8.00139 6.41667 8.16667 6.41667ZM2.91667 12.25C2.59583 12.25 2.32118 12.1358 2.09271 11.9073C1.86424 11.6788 1.75 11.4042 1.75 11.0833V2.91667C1.75 2.59583 1.86424 2.32118 2.09271 2.09271C2.32118 1.86424 2.59583 1.75 2.91667 1.75H11.0833C11.4042 1.75 11.6788 1.86424 11.9073 2.09271C12.1358 2.32118 12.25 2.59583 12.25 2.91667V11.0833C12.25 11.4042 12.1358 11.6788 11.9073 11.9073C11.6788 12.1358 11.4042 12.25 11.0833 12.25H2.91667Z"
|
|
4
|
-
fill="white"
|
|
5
|
-
/>
|
|
6
|
-
</svg>
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import AttributionIconUrl from "./AttributionIcon.svg?url";
|
|
2
|
-
import BenchmarkIconUrl from "./BenchmarkIcon.svg?url";
|
|
3
|
-
import BenchmarkResultIconUrl from "./BenchmarkResultIcon.svg?url";
|
|
4
|
-
import CertificateIconUrl from "./CertificateIcon.svg?url";
|
|
5
|
-
import CodeIconUrl from "./CodeIcon.svg?url";
|
|
6
|
-
import ComputationIconUrl from "./ComputationIcon.svg?url";
|
|
7
|
-
import DatabaseIconUrl from "./DatabaseIcon.svg?url";
|
|
8
|
-
import DataIconUrl from "./DataIcon.svg?url";
|
|
9
|
-
import DatasetIconUrl from "./DatasetIcon.svg?url";
|
|
10
|
-
import DeltaLakeIconUrl from "./DeltaLakeIcon.svg?url";
|
|
11
|
-
import DocumentIconUrl from "./DocumentIcon.svg?url";
|
|
12
|
-
import MediaIconUrl from "./MediaIcon.svg?url";
|
|
13
|
-
import ModelIconUrl from "./ModelIcon.svg?url";
|
|
14
|
-
import TeamIconUrl from "./TeamIcon.svg?url";
|
|
15
|
-
import TokenIconUrl from "./TokenIcon.svg?url";
|
|
16
|
-
import UnknownIconUrl from "./UnknownIcon.svg?url";
|
|
17
|
-
|
|
18
|
-
export const BuiltInIcons: Record<string, string> = {
|
|
19
|
-
AttributionIcon: AttributionIconUrl,
|
|
20
|
-
BenchmarkIcon: BenchmarkIconUrl,
|
|
21
|
-
BenchmarkResultIcon: BenchmarkResultIconUrl,
|
|
22
|
-
CertificateIcon: CertificateIconUrl,
|
|
23
|
-
ComputationIcon: ComputationIconUrl,
|
|
24
|
-
CodeIcon: CodeIconUrl,
|
|
25
|
-
DatabaseIcon: DatabaseIconUrl,
|
|
26
|
-
DataIcon: DataIconUrl,
|
|
27
|
-
DatasetIcon: DatasetIconUrl,
|
|
28
|
-
DeltaLakeIcon: DeltaLakeIconUrl,
|
|
29
|
-
DocumentIcon: DocumentIconUrl,
|
|
30
|
-
MediaIcon: MediaIconUrl,
|
|
31
|
-
ModelIcon: ModelIconUrl,
|
|
32
|
-
TeamIcon: TeamIconUrl,
|
|
33
|
-
TokenIcon: TokenIconUrl,
|
|
34
|
-
UnknownIcon: UnknownIconUrl,
|
|
35
|
-
};
|
package/src/hooks/use-mobile.tsx
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import * as React from "react";
|
|
2
|
-
|
|
3
|
-
const MOBILE_BREAKPOINT = 768;
|
|
4
|
-
|
|
5
|
-
export function useIsMobile() {
|
|
6
|
-
const [isMobile, setIsMobile] = React.useState<boolean | undefined>(undefined);
|
|
7
|
-
|
|
8
|
-
React.useEffect(() => {
|
|
9
|
-
const mql = window.matchMedia(`(max-width: ${MOBILE_BREAKPOINT - 1}px)`);
|
|
10
|
-
const onChange = () => {
|
|
11
|
-
setIsMobile(window.innerWidth < MOBILE_BREAKPOINT);
|
|
12
|
-
};
|
|
13
|
-
mql.addEventListener("change", onChange);
|
|
14
|
-
setIsMobile(window.innerWidth < MOBILE_BREAKPOINT);
|
|
15
|
-
return () => mql.removeEventListener("change", onChange);
|
|
16
|
-
}, []);
|
|
17
|
-
|
|
18
|
-
return !!isMobile;
|
|
19
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { useEffect } from "react";
|
|
2
|
-
|
|
3
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
4
|
-
export const useEscapeKey = (value: any, callback: () => void) =>
|
|
5
|
-
useEffect(() => {
|
|
6
|
-
const handleDocumentKeydown = (event: KeyboardEvent) => {
|
|
7
|
-
if (!value) return;
|
|
8
|
-
if (event.key === "Escape") {
|
|
9
|
-
callback();
|
|
10
|
-
}
|
|
11
|
-
};
|
|
12
|
-
document.addEventListener("keydown", handleDocumentKeydown);
|
|
13
|
-
return () => {
|
|
14
|
-
document.removeEventListener("keydown", handleDocumentKeydown);
|
|
15
|
-
};
|
|
16
|
-
}, [value, callback]);
|