@lark-apaas/coding-templates 0.1.5 → 0.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/template-vite-react/README.md +175 -0
- package/template-vite-react/client/index.html +2 -1
- package/template-vite-react/client/src/components/layout.tsx +0 -2
- package/template-vite-react/client/src/components/ui/README.md +134 -0
- package/template-vite-react/client/src/components/ui/accordion.tsx +22 -28
- package/template-vite-react/client/src/components/ui/alert-dialog.tsx +34 -64
- package/template-vite-react/client/src/components/ui/alert.tsx +10 -15
- package/template-vite-react/client/src/components/ui/aspect-ratio.tsx +5 -16
- package/template-vite-react/client/src/components/ui/avatar.tsx +11 -67
- package/template-vite-react/client/src/components/ui/badge.tsx +21 -31
- package/template-vite-react/client/src/components/ui/breadcrumb.tsx +23 -39
- package/template-vite-react/client/src/components/ui/button.tsx +36 -25
- package/template-vite-react/client/src/components/ui/calendar.tsx +37 -43
- package/template-vite-react/client/src/components/ui/card.tsx +73 -94
- package/template-vite-react/client/src/components/ui/carousel.tsx +7 -8
- package/template-vite-react/client/src/components/ui/chart.tsx +35 -49
- package/template-vite-react/client/src/components/ui/checkbox.tsx +10 -7
- package/template-vite-react/client/src/components/ui/collapsible.tsx +20 -6
- package/template-vite-react/client/src/components/ui/command.tsx +52 -40
- package/template-vite-react/client/src/components/ui/context-menu.tsx +170 -117
- package/template-vite-react/client/src/components/ui/dialog.tsx +37 -52
- package/template-vite-react/client/src/components/ui/drawer.tsx +12 -9
- package/template-vite-react/client/src/components/ui/dropdown-menu.tsx +194 -133
- package/template-vite-react/client/src/components/ui/hover-card.tsx +24 -29
- package/template-vite-react/client/src/components/ui/input-group.tsx +39 -29
- package/template-vite-react/client/src/components/ui/input-otp.tsx +7 -17
- package/template-vite-react/client/src/components/ui/input.tsx +4 -3
- package/template-vite-react/client/src/components/ui/label.tsx +9 -3
- package/template-vite-react/client/src/components/ui/menubar.tsx +160 -92
- package/template-vite-react/client/src/components/ui/navigation-menu.tsx +45 -45
- package/template-vite-react/client/src/components/ui/pagination.tsx +32 -35
- package/template-vite-react/client/src/components/ui/popover.tsx +20 -62
- package/template-vite-react/client/src/components/ui/progress.tsx +14 -64
- package/template-vite-react/client/src/components/ui/radio-group.tsx +20 -13
- package/template-vite-react/client/src/components/ui/resizable.tsx +18 -10
- package/template-vite-react/client/src/components/ui/scroll-area.tsx +13 -10
- package/template-vite-react/client/src/components/ui/select.tsx +122 -78
- package/template-vite-react/client/src/components/ui/separator.tsx +7 -4
- package/template-vite-react/client/src/components/ui/sheet.tsx +42 -41
- package/template-vite-react/client/src/components/ui/sidebar.tsx +162 -156
- package/template-vite-react/client/src/components/ui/skeleton.tsx +1 -1
- package/template-vite-react/client/src/components/ui/slider.tsx +52 -22
- package/template-vite-react/client/src/components/ui/sonner.tsx +44 -26
- package/template-vite-react/client/src/components/ui/switch.tsx +9 -8
- package/template-vite-react/client/src/components/ui/table.tsx +5 -5
- package/template-vite-react/client/src/components/ui/tabs.tsx +24 -38
- package/template-vite-react/client/src/components/ui/textarea.tsx +1 -1
- package/template-vite-react/client/src/components/ui/toggle-group.tsx +14 -20
- package/template-vite-react/client/src/components/ui/toggle.tsx +13 -10
- package/template-vite-react/client/src/components/ui/tooltip.tsx +30 -33
- package/template-vite-react/client/src/index.css +130 -0
- package/template-vite-react/client/src/main.tsx +1 -4
- package/template-vite-react/components.json +2 -6
- package/template-vite-react/eslint.config.js +11 -0
- package/template-vite-react/package.json +29 -2
- package/template-vite-react/client/src/components/header.tsx +0 -22
- package/template-vite-react/client/src/components/theme-provider.tsx +0 -45
- package/template-vite-react/client/src/components/ui/icons/file-ae-colorful-icon.tsx +0 -21
- package/template-vite-react/client/src/components/ui/icons/file-ai-colorful-icon.tsx +0 -36
- package/template-vite-react/client/src/components/ui/icons/file-android-colorful-icon.tsx +0 -33
- package/template-vite-react/client/src/components/ui/icons/file-audio-colorful-icon.tsx +0 -21
- package/template-vite-react/client/src/components/ui/icons/file-code-colorful-icon.tsx +0 -28
- package/template-vite-react/client/src/components/ui/icons/file-csv-colorful-icon.tsx +0 -21
- package/template-vite-react/client/src/components/ui/icons/file-eml-colorful-icon.tsx +0 -29
- package/template-vite-react/client/src/components/ui/icons/file-ios-colorful-icon.tsx +0 -25
- package/template-vite-react/client/src/components/ui/icons/file-keynote-colorful-icon.tsx +0 -29
- package/template-vite-react/client/src/components/ui/icons/file-pages-colorful-icon.tsx +0 -29
- package/template-vite-react/client/src/components/ui/icons/file-ps-colorful-icon.tsx +0 -21
- package/template-vite-react/client/src/components/ui/icons/file-sketch-colorful-icon.tsx +0 -21
- package/template-vite-react/client/src/components/ui/icons/file-slide-colorful-icon.tsx +0 -21
- package/template-vite-react/client/src/components/ui/icons/file-vcf-colorful-icon.tsx +0 -29
- package/template-vite-react/client/src/components/ui/icons/file-wiki-excel-colorful-icon.tsx +0 -23
- package/template-vite-react/client/src/components/ui/icons/file-wiki-image-colorful-icon.tsx +0 -27
- package/template-vite-react/client/src/components/ui/icons/file-wiki-pdf-colorful-icon.tsx +0 -20
- package/template-vite-react/client/src/components/ui/icons/file-wiki-ppt-colorful-icon.tsx +0 -21
- package/template-vite-react/client/src/components/ui/icons/file-wiki-text-colorful-icon.tsx +0 -12
- package/template-vite-react/client/src/components/ui/icons/file-wiki-unknown-colorful-icon.tsx +0 -14
- package/template-vite-react/client/src/components/ui/icons/file-wiki-video-colorful-icon.tsx +0 -23
- package/template-vite-react/client/src/components/ui/icons/file-wiki-word-colorful-icon.tsx +0 -38
- package/template-vite-react/client/src/components/ui/icons/file-wiki-zip-colorful-icon.tsx +0 -21
- package/template-vite-react/client/src/types/index.ts +0 -1
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
|
|
3
|
-
export function FileSketchColorfulIcon(props: React.SVGProps<SVGSVGElement>) {
|
|
4
|
-
return (
|
|
5
|
-
<svg {...props} xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
6
|
-
<path
|
|
7
|
-
d="M3 3C3 1.89543 3.89543 1 5 1H14.5858C14.851 1 15.1054 1.10536 15.2929 1.29289L20.7071 6.70711C20.8946 6.89464 21 7.149 21 7.41421V21C21 22.1046 20.1046 23 19 23H5C3.89543 23 3 22.1046 3 21V3Z"
|
|
8
|
-
fill="#FF811A"
|
|
9
|
-
/>
|
|
10
|
-
<path
|
|
11
|
-
opacity="0.5"
|
|
12
|
-
d="M15 1.48284C15 1.30466 15.2154 1.21543 15.3414 1.34142L20.6586 6.65858C20.7846 6.78457 20.6953 7 20.5172 7H17C15.8954 7 15 6.10457 15 5V1.48284Z"
|
|
13
|
-
fill="#C25705"
|
|
14
|
-
/>
|
|
15
|
-
<path
|
|
16
|
-
d="M16.5027 13.026C16.6611 12.8487 16.6728 12.5845 16.5308 12.3939L14.9785 10.3115C14.7898 10.0583 14.4925 9.90912 14.1767 9.90912H9.83996C9.52586 9.90912 9.23002 10.0567 9.04109 10.3076L7.47056 12.3935C7.32705 12.5841 7.3382 12.8496 7.49719 13.0275L11.6265 17.6477C11.8252 17.8701 12.1733 17.8701 12.3721 17.6477L16.5027 13.026Z"
|
|
17
|
-
fill="white"
|
|
18
|
-
/>
|
|
19
|
-
</svg>
|
|
20
|
-
);
|
|
21
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
|
|
3
|
-
export function FileSlideColorfulIcon(props: React.SVGProps<SVGSVGElement>) {
|
|
4
|
-
return (
|
|
5
|
-
<svg {...props} xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
6
|
-
<path
|
|
7
|
-
d="M3 3C3 1.89543 3.89543 1 5 1H14.5858C14.851 1 15.1054 1.10536 15.2929 1.29289L20.7071 6.70711C20.8946 6.89464 21 7.149 21 7.41421V21C21 22.1046 20.1046 23 19 23H5C3.89543 23 3 22.1046 3 21V3Z"
|
|
8
|
-
fill="#FF811A"
|
|
9
|
-
/>
|
|
10
|
-
<path
|
|
11
|
-
opacity="0.5"
|
|
12
|
-
d="M15 1.48284C15 1.30466 15.2154 1.21543 15.3414 1.34142L20.6586 6.65858C20.7846 6.78457 20.6953 7 20.5172 7H17C15.8954 7 15 6.10457 15 5V1.48284Z"
|
|
13
|
-
fill="#C25705"
|
|
14
|
-
/>
|
|
15
|
-
<path
|
|
16
|
-
d="M16.3635 9.63635H7.63625C7.48563 9.63635 7.36353 9.75846 7.36353 9.90908V18.0909C7.36353 18.2415 7.48563 18.3636 7.63625 18.3636H16.3635C16.5141 18.3636 16.6363 18.2415 16.6363 18.0909V9.90908C16.6363 9.75846 16.5141 9.63635 16.3635 9.63635ZM8.45443 11.5454H15.5453V16.4545H8.45443V11.5454Z"
|
|
17
|
-
fill="white"
|
|
18
|
-
/>
|
|
19
|
-
</svg>
|
|
20
|
-
);
|
|
21
|
-
}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
|
|
3
|
-
export function FileVcfColorfulIcon(props: React.SVGProps<SVGSVGElement>) {
|
|
4
|
-
return (
|
|
5
|
-
<svg {...props} xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
6
|
-
<path
|
|
7
|
-
d="M3 3C3 1.89543 3.89543 1 5 1H14.5858C14.851 1 15.1054 1.10536 15.2929 1.29289L20.7071 6.70711C20.8946 6.89464 21 7.149 21 7.41421V21C21 22.1046 20.1046 23 19 23H5C3.89543 23 3 22.1046 3 21V3Z"
|
|
8
|
-
fill="#336DF4"
|
|
9
|
-
/>
|
|
10
|
-
<path
|
|
11
|
-
opacity="0.7"
|
|
12
|
-
d="M15 1.48284C15 1.30466 15.2154 1.21543 15.3414 1.34142L20.6586 6.65858C20.7846 6.78457 20.6953 7 20.5172 7H17C15.8954 7 15 6.10457 15 5V1.48284Z"
|
|
13
|
-
fill="#0442D2"
|
|
14
|
-
/>
|
|
15
|
-
<path
|
|
16
|
-
d="M5.73751 11.6877C6.01141 11.5929 6.31035 11.738 6.4052 12.0119L7.64199 15.5832L8.88301 12.0114C8.97814 11.7376 9.27722 11.5928 9.55103 11.6879C9.82484 11.783 9.96968 12.0821 9.87455 12.3559L8.22724 17.0971C8.03409 17.653 7.24779 17.6526 7.05521 17.0965L5.41332 12.3554C5.31846 12.0815 5.46361 11.7826 5.73751 11.6877Z"
|
|
17
|
-
fill="white"
|
|
18
|
-
/>
|
|
19
|
-
<path
|
|
20
|
-
d="M12.1859 17.4438C13.1909 17.4438 13.9726 16.9172 14.2676 16.1017C14.3743 15.8069 14.1202 15.5346 13.8067 15.5346C13.5457 15.5346 13.3355 15.7327 13.1983 15.9547C12.9947 16.284 12.6322 16.4801 12.1895 16.4801C11.3887 16.4801 10.8935 15.7954 10.8935 14.5679C10.8935 13.4665 11.3887 12.6335 12.1859 12.6335C12.6314 12.6335 12.9986 12.8482 13.2016 13.2022C13.3324 13.4304 13.5445 13.6298 13.8075 13.6298C14.1197 13.6298 14.3733 13.3604 14.2701 13.0658C13.9776 12.2303 13.1775 11.6698 12.1859 11.6698C10.7143 11.6698 9.8082 12.8688 9.8082 14.5679C9.8082 16.3968 10.7178 17.4438 12.1859 17.4438Z"
|
|
21
|
-
fill="white"
|
|
22
|
-
/>
|
|
23
|
-
<path
|
|
24
|
-
d="M15.4339 11.6588C15.0914 11.6588 14.8137 11.9365 14.8137 12.2791V17.1254C14.8137 17.4153 15.0487 17.6503 15.3385 17.6503C15.6284 17.6503 15.8634 17.4153 15.8634 17.1254V15.0017H18.0904C18.3803 15.0017 18.6153 14.7668 18.6153 14.4769C18.6153 14.187 18.3803 13.9521 18.0904 13.9521H15.8634V12.7085H18.0904C18.3803 12.7085 18.6153 12.4735 18.6153 12.1836C18.6153 11.8938 18.3803 11.6588 18.0904 11.6588H15.4339Z"
|
|
25
|
-
fill="white"
|
|
26
|
-
/>
|
|
27
|
-
</svg>
|
|
28
|
-
);
|
|
29
|
-
}
|
package/template-vite-react/client/src/components/ui/icons/file-wiki-excel-colorful-icon.tsx
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
|
|
3
|
-
export function FileWikiExcelColorfulIcon(
|
|
4
|
-
props: React.SVGProps<SVGSVGElement>,
|
|
5
|
-
) {
|
|
6
|
-
return (
|
|
7
|
-
<svg {...props} xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
8
|
-
<path
|
|
9
|
-
d="M3 3C3 1.89543 3.89543 1 5 1H14.5858C14.851 1 15.1054 1.10536 15.2929 1.29289L20.7071 6.70711C20.8946 6.89464 21 7.149 21 7.41421V21C21 22.1046 20.1046 23 19 23H5C3.89543 23 3 22.1046 3 21V3Z"
|
|
10
|
-
fill="#35BD4B"
|
|
11
|
-
/>
|
|
12
|
-
<path
|
|
13
|
-
opacity="0.8"
|
|
14
|
-
d="M15 1.48284C15 1.30466 15.2154 1.21543 15.3414 1.34142L20.6586 6.65858C20.7846 6.78457 20.6953 7 20.5172 7H17C15.8954 7 15 6.10457 15 5V1.48284Z"
|
|
15
|
-
fill="#32A645"
|
|
16
|
-
/>
|
|
17
|
-
<path
|
|
18
|
-
d="M8.54665 9.90918H9.6385C9.68691 9.90918 9.73222 9.93297 9.75972 9.97281L11.8583 13.014L13.968 9.97251C13.9955 9.93284 14.0407 9.90918 14.089 9.90918H15.1806C15.262 9.90918 15.3279 9.97512 15.3279 10.0565C15.3279 10.0871 15.3183 10.117 15.3006 10.1419L12.5676 13.9756L15.518 18.1312C15.5651 18.1975 15.5495 18.2894 15.4832 18.3365C15.4583 18.3542 15.4285 18.3637 15.3979 18.3637H14.3061C14.2578 18.3637 14.2125 18.34 14.185 18.3002L11.8583 14.9373L9.54263 18.3C9.51514 18.3399 9.46979 18.3637 9.42133 18.3637H8.3294C8.24807 18.3637 8.18213 18.2978 8.18213 18.2165C8.18213 18.1861 8.19152 18.1565 8.20901 18.1316L11.1375 13.9756L8.4264 10.1415C8.37945 10.0751 8.39521 9.98316 8.46163 9.9362C8.48649 9.91862 8.5162 9.90918 8.54665 9.90918Z"
|
|
19
|
-
fill="white"
|
|
20
|
-
/>
|
|
21
|
-
</svg>
|
|
22
|
-
);
|
|
23
|
-
}
|
package/template-vite-react/client/src/components/ui/icons/file-wiki-image-colorful-icon.tsx
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
|
|
3
|
-
export function FileWikiImageColorfulIcon(
|
|
4
|
-
props: React.SVGProps<SVGSVGElement>,
|
|
5
|
-
) {
|
|
6
|
-
return (
|
|
7
|
-
<svg {...props} xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
8
|
-
<path
|
|
9
|
-
d="M3 3C3 1.89543 3.89543 1 5 1H14.5858C14.851 1 15.1054 1.10536 15.2929 1.29289L20.7071 6.70711C20.8946 6.89464 21 7.149 21 7.41421V21C21 22.1046 20.1046 23 19 23H5C3.89543 23 3 22.1046 3 21V3Z"
|
|
10
|
-
fill="#FFC60A"
|
|
11
|
-
/>
|
|
12
|
-
<path
|
|
13
|
-
opacity="0.8"
|
|
14
|
-
d="M15 1.48284C15 1.30466 15.2154 1.21543 15.3414 1.34142L20.6586 6.65858C20.7846 6.78457 20.6953 7 20.5172 7H17C15.8954 7 15 6.10457 15 5V1.48284Z"
|
|
15
|
-
fill="#D99904"
|
|
16
|
-
/>
|
|
17
|
-
<path
|
|
18
|
-
d="M8.37168 10C7.81939 10 7.37168 10.4477 7.37168 11V11.1818C7.37168 11.7341 7.81939 12.1818 8.37168 12.1818H8.5535C9.10578 12.1818 9.5535 11.7341 9.5535 11.1818V11C9.5535 10.4477 9.10578 10 8.5535 10H8.37168Z"
|
|
19
|
-
fill="white"
|
|
20
|
-
/>
|
|
21
|
-
<path
|
|
22
|
-
d="M16.6951 12.7598C17.0658 12.3594 17.7353 12.6217 17.7353 13.1675V18.5C17.7353 18.7761 17.5115 19 17.2353 19L7.40077 19C7.06108 19 6.876 18.6033 7.09423 18.343L10.0198 14.8533C10.4194 14.3765 11.1528 14.3765 11.5524 14.8533L13.075 16.6695L16.6951 12.7598Z"
|
|
23
|
-
fill="white"
|
|
24
|
-
/>
|
|
25
|
-
</svg>
|
|
26
|
-
);
|
|
27
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
|
|
3
|
-
export function FileWikiPdfColorfulIcon(props: React.SVGProps<SVGSVGElement>) {
|
|
4
|
-
return (
|
|
5
|
-
<svg {...props} xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
6
|
-
<path
|
|
7
|
-
d="M3 3C3 1.89543 3.89543 1 5 1H14.5858C14.851 1 15.1054 1.10536 15.2929 1.29289L20.7071 6.70711C20.8946 6.89464 21 7.149 21 7.41421V21C21 22.1046 20.1046 23 19 23H5C3.89543 23 3 22.1046 3 21V3Z"
|
|
8
|
-
fill="#F54A45"
|
|
9
|
-
/>
|
|
10
|
-
<path
|
|
11
|
-
d="M15 1.48284C15 1.30466 15.2154 1.21543 15.3414 1.34142L20.6586 6.65858C20.7846 6.78457 20.6953 7 20.5172 7H17C15.8954 7 15 6.10457 15 5V1.48284Z"
|
|
12
|
-
fill="#C02A26"
|
|
13
|
-
/>
|
|
14
|
-
<path
|
|
15
|
-
d="M17.5508 15.5512C17.3026 15.2606 16.7937 15.1194 15.9949 15.1194C15.5306 15.1194 14.891 15.131 14.2482 15.2264C12.4925 13.9607 12.081 12.6011 12.081 12.6011C12.081 12.6011 12.3809 11.8484 12.3999 10.6191C12.412 9.84198 12.2888 9.2624 11.9746 9.01323C11.8407 8.9071 11.6464 8.81836 11.4508 8.81836C11.2981 8.81836 11.1551 8.86258 11.0379 8.94711C10.1252 9.6056 11.1217 12.7099 11.1484 12.7926C10.7177 13.8377 10.1751 14.945 9.61664 15.918C9.43518 16.2341 9.43519 16.2402 9.31331 16.3837C9.31331 16.3837 7.71563 17.1761 6.96645 18.0546C6.54317 18.551 6.52943 18.8919 6.5519 19.1473C6.58812 19.4536 6.9786 19.7275 7.3717 19.7275C7.388 19.7275 7.40441 19.727 7.42048 19.726C7.81999 19.7017 8.26439 19.5917 8.75891 19.124C9.11691 18.7853 9.51949 17.8657 10.037 16.9658C11.5219 16.5493 12.8287 16.2526 13.9239 16.0835C14.727 16.5096 15.9219 16.9922 16.7352 16.9922C17.0081 16.9922 17.2276 16.9374 17.3876 16.8292C17.579 16.6999 17.6604 16.5387 17.7109 16.2402C17.7614 15.9418 17.6911 15.7154 17.5508 15.5512ZM15.8051 16.0184C16.5467 16.0184 16.9482 16.1492 17.1545 16.259C17.2181 16.2928 17.2644 16.3255 17.2972 16.3528C17.2391 16.3978 17.1248 16.4547 16.9181 16.4547C16.5755 16.4547 16.1258 16.3096 15.5773 16.0223C15.6553 16.0197 15.7313 16.0184 15.8051 16.0184ZM11.5458 9.47602L11.5471 9.47293C11.6629 9.5582 11.7169 10.157 11.7061 10.5043C11.6915 10.9702 11.688 11.1503 11.6295 11.4366C11.471 10.8397 11.4597 9.76694 11.5458 9.47602ZM11.5824 13.8366C11.9441 14.4323 12.4028 15.0357 12.9196 15.4964C11.9109 15.7126 11.0733 15.911 10.4706 16.122C11.1166 15.0032 11.54 13.9474 11.5824 13.8366ZM7.50945 18.8845C7.60073 18.7495 7.85011 18.4878 8.48254 17.982C8.14312 18.7639 7.76193 18.8845 7.40757 19.0729C7.43432 19.0109 7.46797 18.9458 7.50945 18.8845Z"
|
|
16
|
-
fill="white"
|
|
17
|
-
/>
|
|
18
|
-
</svg>
|
|
19
|
-
);
|
|
20
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
|
|
3
|
-
export function FileWikiPptColorfulIcon(props: React.SVGProps<SVGSVGElement>) {
|
|
4
|
-
return (
|
|
5
|
-
<svg {...props} xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
6
|
-
<path
|
|
7
|
-
d="M3 3C3 1.89543 3.89543 1 5 1H14.5858C14.851 1 15.1054 1.10536 15.2929 1.29289L20.7071 6.70711C20.8946 6.89464 21 7.149 21 7.41421V21C21 22.1046 20.1046 23 19 23H5C3.89543 23 3 22.1046 3 21V3Z"
|
|
8
|
-
fill="#FF811A"
|
|
9
|
-
/>
|
|
10
|
-
<path
|
|
11
|
-
opacity="0.8"
|
|
12
|
-
d="M15 1.48284C15 1.30466 15.2154 1.21543 15.3414 1.34142L20.6586 6.65858C20.7846 6.78457 20.6953 7 20.5172 7H17C15.8954 7 15 6.10457 15 5V1.48284Z"
|
|
13
|
-
fill="#ED6D0C"
|
|
14
|
-
/>
|
|
15
|
-
<path
|
|
16
|
-
d="M10.3828 18.4952V14.9087H12.0847C12.4937 14.9087 12.9007 14.8728 13.3055 14.8009C13.7179 14.7277 14.088 14.599 14.4152 14.4147C14.7482 14.2271 15.0198 13.9703 15.2285 13.6458C15.4405 13.3164 15.5452 12.9033 15.5452 12.4089C15.5452 12.0831 15.5013 11.7708 15.4134 11.4725C15.3228 11.1651 15.1629 10.8928 14.9347 10.6574C14.7055 10.4209 14.3974 10.2371 14.0123 10.1049C13.6308 9.97386 13.1526 9.90918 12.5769 9.90918H9.41376C9.33572 9.90918 9.27246 9.97244 9.27246 10.0505V18.4952C9.27246 18.5732 9.33572 18.6365 9.41376 18.6365H10.2415C10.3196 18.6365 10.3828 18.5732 10.3828 18.4952ZM13.1182 13.8731C12.8221 13.9188 12.4855 13.9417 12.1087 13.9417H10.3828V10.8762H12.3488C13.0952 10.8762 13.6309 11.0055 13.9567 11.2557C14.2753 11.5005 14.4348 11.8608 14.4348 12.3503C14.4348 12.6888 14.3811 12.9582 14.2767 13.1586C14.1727 13.3581 14.027 13.5143 13.8378 13.6293C13.6434 13.7475 13.4038 13.8291 13.1182 13.8731Z"
|
|
17
|
-
fill="white"
|
|
18
|
-
/>
|
|
19
|
-
</svg>
|
|
20
|
-
);
|
|
21
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
|
|
3
|
-
export function FileWikiTextColorfulIcon(props: React.SVGProps<SVGSVGElement>) {
|
|
4
|
-
return (
|
|
5
|
-
<svg {...props} xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
6
|
-
<path
|
|
7
|
-
d="M12.5455 10.7271V18.2271C12.5455 18.3025 12.4845 18.3635 12.4092 18.3635H11.591C11.5157 18.3635 11.4546 18.3025 11.4546 18.2271V10.7271H8.04554C7.97023 10.7271 7.90918 10.6661 7.90918 10.5908V9.77259C7.90918 9.69728 7.97023 9.63623 8.04554 9.63623H15.9546C16.0299 9.63623 16.091 9.69728 16.091 9.77259V10.5908C16.091 10.6661 16.0299 10.7271 15.9546 10.7271H12.5455Z"
|
|
8
|
-
fill="white"
|
|
9
|
-
/>
|
|
10
|
-
</svg>
|
|
11
|
-
);
|
|
12
|
-
}
|
package/template-vite-react/client/src/components/ui/icons/file-wiki-unknown-colorful-icon.tsx
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
|
|
3
|
-
export function FileWikiUnknownColorfulIcon(
|
|
4
|
-
props: React.SVGProps<SVGSVGElement>,
|
|
5
|
-
) {
|
|
6
|
-
return (
|
|
7
|
-
<svg {...props} xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
8
|
-
<path
|
|
9
|
-
d="M14.288 9.86441C13.7422 9.34739 13.026 9.09082 12.1353 9.09082C11.1347 9.09082 10.3505 9.41162 9.78235 10.065C9.30108 10.6265 9.04179 11.1646 9.00471 12.013C9.00384 12.033 9.00309 12.0697 9.00247 12.1122C9.00043 12.2508 9.11287 12.3635 9.25147 12.3635H9.84253C9.98 12.3635 10.0914 12.2525 10.0936 12.1151C10.0943 12.0737 10.0951 12.038 10.0961 12.0189C10.1251 11.4328 10.278 11.1262 10.5508 10.7851C10.8953 10.3259 11.4006 10.0999 12.0943 10.0999C12.7134 10.0999 13.1776 10.2578 13.4979 10.5782C13.8033 10.8963 13.9625 11.3294 13.9625 11.8726C13.9625 12.2435 13.8281 12.5967 13.5549 12.948C13.4678 13.0568 13.3425 13.1862 12.9388 13.5899C12.3012 14.1474 11.9073 14.601 11.6993 15.0468C11.5282 15.3888 11.441 15.7775 11.441 16.1954V16.4772C11.441 16.6153 11.5529 16.7272 11.691 16.7272H12.2956C12.4336 16.7272 12.5456 16.6153 12.5456 16.4772V16.1954C12.5456 15.8413 12.6327 15.5237 12.8133 15.2141C12.9486 14.9841 13.1223 14.8038 13.4251 14.5389C14.0321 13.9897 14.3689 13.6625 14.5198 13.4705C14.8821 12.9923 15.0671 12.4446 15.0671 11.8454C15.0671 11.0185 14.8075 10.355 14.288 9.86441ZM11.7046 17.8181C11.5666 17.8181 11.4546 17.93 11.4546 18.0681V18.659C11.4546 18.7971 11.5666 18.909 11.7046 18.909H12.2956C12.4336 18.909 12.5456 18.7971 12.5456 18.659V18.0681C12.5456 17.93 12.4336 17.8181 12.2956 17.8181H11.7046Z"
|
|
10
|
-
fill="white"
|
|
11
|
-
/>
|
|
12
|
-
</svg>
|
|
13
|
-
);
|
|
14
|
-
}
|
package/template-vite-react/client/src/components/ui/icons/file-wiki-video-colorful-icon.tsx
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
|
|
3
|
-
export function FileWikiVideoColorfulIcon(
|
|
4
|
-
props: React.SVGProps<SVGSVGElement>,
|
|
5
|
-
) {
|
|
6
|
-
return (
|
|
7
|
-
<svg {...props} xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
8
|
-
<path
|
|
9
|
-
d="M3 3C3 1.89543 3.89543 1 5 1H14.5858C14.851 1 15.1054 1.10536 15.2929 1.29289L20.7071 6.70711C20.8946 6.89464 21 7.149 21 7.41421V21C21 22.1046 20.1046 23 19 23H5C3.89543 23 3 22.1046 3 21V3Z"
|
|
10
|
-
fill="#336DF4"
|
|
11
|
-
/>
|
|
12
|
-
<path
|
|
13
|
-
opacity="0.7"
|
|
14
|
-
d="M15 1.48287C15 1.30469 15.2154 1.21546 15.3414 1.34145L20.6586 6.65861C20.7846 6.7846 20.6953 7.00003 20.5172 7.00003H17C15.8954 7.00003 15 6.1046 15 5.00003V1.48287Z"
|
|
15
|
-
fill="#0442D2"
|
|
16
|
-
/>
|
|
17
|
-
<path
|
|
18
|
-
d="M7 10.75C7 10.3358 7.33579 10 7.75 10H13C13.4142 10 13.75 10.3358 13.75 10.75V11.6406L14.8823 11.0037C15.3823 10.7225 16 11.0838 16 11.6574V15.0926C16 15.6662 15.3823 16.0275 14.8823 15.7463L13.75 15.1094V16C13.75 16.4142 13.4142 16.75 13 16.75H7.75C7.33579 16.75 7 16.4142 7 16V10.75ZM9.25 13C9.66421 13 10 12.6642 10 12.25C10 11.8358 9.66421 11.5 9.25 11.5C8.83579 11.5 8.5 11.8358 8.5 12.25C8.5 12.6642 8.83579 13 9.25 13Z"
|
|
19
|
-
fill="white"
|
|
20
|
-
/>
|
|
21
|
-
</svg>
|
|
22
|
-
);
|
|
23
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
|
|
3
|
-
export function FileWikiWordColorfulIcon(props: React.SVGProps<SVGSVGElement>) {
|
|
4
|
-
return (
|
|
5
|
-
<svg {...props} xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
6
|
-
<path
|
|
7
|
-
d="M3 3C3 1.89543 3.89543 1 5 1H14.5858C14.851 1 15.1054 1.10536 15.2929 1.29289L20.7071 6.70711C20.8946 6.89464 21 7.149 21 7.41421V21C21 22.1046 20.1046 23 19 23H5C3.89543 23 3 22.1046 3 21V3Z"
|
|
8
|
-
fill="#336DF4"
|
|
9
|
-
/>
|
|
10
|
-
<path
|
|
11
|
-
d="M3 3C3 1.89543 3.89543 1 5 1H14.5858C14.851 1 15.1054 1.10536 15.2929 1.29289L20.7071 6.70711C20.8946 6.89464 21 7.149 21 7.41421V21C21 22.1046 20.1046 23 19 23H5C3.89543 23 3 22.1046 3 21V3Z"
|
|
12
|
-
fill="#336DF4"
|
|
13
|
-
/>
|
|
14
|
-
<path
|
|
15
|
-
opacity="0.7"
|
|
16
|
-
d="M15 1.48284C15 1.30466 15.2154 1.21543 15.3414 1.34142L20.6586 6.65858C20.7846 6.78457 20.6953 7 20.5172 7H17C15.8954 7 15 6.10457 15 5V1.48284Z"
|
|
17
|
-
fill="#0442D2"
|
|
18
|
-
/>
|
|
19
|
-
<path
|
|
20
|
-
d="M3 3C3 1.89543 3.89543 1 5 1H14.5858C14.851 1 15.1054 1.10536 15.2929 1.29289L20.7071 6.70711C20.8946 6.89464 21 7.149 21 7.41421V21C21 22.1046 20.1046 23 19 23H5C3.89543 23 3 22.1046 3 21V3Z"
|
|
21
|
-
fill="#336DF4"
|
|
22
|
-
/>
|
|
23
|
-
<path
|
|
24
|
-
d="M3 3C3 1.89543 3.89543 1 5 1H14.5858C14.851 1 15.1054 1.10536 15.2929 1.29289L20.7071 6.70711C20.8946 6.89464 21 7.149 21 7.41421V21C21 22.1046 20.1046 23 19 23H5C3.89543 23 3 22.1046 3 21V3Z"
|
|
25
|
-
fill="#336DF4"
|
|
26
|
-
/>
|
|
27
|
-
<path
|
|
28
|
-
opacity="0.7"
|
|
29
|
-
d="M15 1.48284C15 1.30466 15.2154 1.21543 15.3414 1.34142L20.6586 6.65858C20.7846 6.78457 20.6953 7 20.5172 7H17C15.8954 7 15 6.10457 15 5V1.48284Z"
|
|
30
|
-
fill="#0442D2"
|
|
31
|
-
/>
|
|
32
|
-
<path
|
|
33
|
-
d="M12.0043 12.2495L10.5297 17.706C10.5118 17.7722 10.4517 17.8182 10.3831 17.8182H9.51468C9.44677 17.8182 9.38711 17.7731 9.3686 17.7078L7.36907 10.6478C7.34622 10.5671 7.3931 10.4832 7.47377 10.4603C7.48723 10.4565 7.50116 10.4546 7.51515 10.4546H8.38612C8.45534 10.4546 8.51579 10.5014 8.53312 10.5684L9.956 16.0718L11.4336 10.5671C11.4514 10.5007 11.5116 10.4546 11.5803 10.4546H12.429C12.4978 10.4546 12.5579 10.5008 12.5757 10.5673L14.0438 16.0704L15.4663 10.5684C15.4837 10.5014 15.5441 10.4546 15.6133 10.4546H16.4843C16.5682 10.4546 16.6361 10.5226 16.6361 10.6064C16.6361 10.6204 16.6342 10.6343 16.6304 10.6478L14.6309 17.7078C14.6124 17.7731 14.5527 17.8182 14.4848 17.8182H13.6163C13.5476 17.8182 13.4875 17.7721 13.4697 17.7058L12.0043 12.2495Z"
|
|
34
|
-
fill="white"
|
|
35
|
-
/>
|
|
36
|
-
</svg>
|
|
37
|
-
);
|
|
38
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
|
|
3
|
-
export function FileWikiZipColorfulIcon(props: React.SVGProps<SVGSVGElement>) {
|
|
4
|
-
return (
|
|
5
|
-
<svg {...props} xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
6
|
-
<path
|
|
7
|
-
d="M3 3C3 1.89543 3.89543 1 5 1H14.5858C14.851 1 15.1054 1.10536 15.2929 1.29289L20.7071 6.70711C20.8946 6.89464 21 7.149 21 7.41421V21C21 22.1046 20.1046 23 19 23H5C3.89543 23 3 22.1046 3 21V3Z"
|
|
8
|
-
fill="#336DF4"
|
|
9
|
-
/>
|
|
10
|
-
<path
|
|
11
|
-
opacity="0.7"
|
|
12
|
-
d="M15 1.48284C15 1.30466 15.2154 1.21543 15.3414 1.34142L20.6586 6.65858C20.7846 6.78457 20.6953 7 20.5172 7H17C15.8954 7 15 6.10457 15 5V1.48284Z"
|
|
13
|
-
fill="#0442D2"
|
|
14
|
-
/>
|
|
15
|
-
<path
|
|
16
|
-
d="M15.4286 9.5C15.7442 9.5 16 9.75184 16 10.0625V17.9375C16 18.2482 15.7442 18.5 15.4286 18.5H8.57143C8.25584 18.5 8 18.2482 8 17.9375V10.0625C8 9.75184 8.25584 9.5 8.57143 9.5H15.4286ZM13.1429 15.6875H10.8571V17.6562H13.1429V15.6875ZM12.5714 16.25V16.9009H11.4286V16.25H12.5714ZM13.1692 11.75H12V12.875H10.8571V14H12V15.125H13.1692V14H12.0264V12.875H13.1692V11.75ZM12 10.625H10.8571V11.75H12V10.625Z"
|
|
17
|
-
fill="white"
|
|
18
|
-
/>
|
|
19
|
-
</svg>
|
|
20
|
-
);
|
|
21
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
// 全局类型定义
|