wimui 0.14.0 → 0.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/NOTICE +85 -0
- package/README.ja.md +2 -0
- package/README.md +2 -0
- package/dist/components/_internal/FeedbackIcon.cjs +1 -1
- package/dist/components/_internal/FeedbackIcon.js +17 -16
- package/dist/components/ai/ChatUI/ChatUI.cjs +1 -1
- package/dist/components/ai/ChatUI/ChatUI.d.ts +8 -6
- package/dist/components/ai/ChatUI/ChatUI.js +2 -2
- package/dist/components/ai/ChatUI/chat-ui.module.cjs +1 -1
- package/dist/components/ai/ChatUI/chat-ui.module.js +4 -4
- package/dist/components/ai/CodeBlock/code-block.module.cjs +1 -1
- package/dist/components/ai/CodeBlock/code-block.module.js +1 -1
- package/dist/components/ai/Terminal/Terminal.cjs +1 -1
- package/dist/components/ai/Terminal/Terminal.js +1 -1
- package/dist/components/data-display/Card/card.module.cjs +1 -1
- package/dist/components/data-display/Card/card.module.js +15 -15
- package/dist/components/data-display/Stats/Stats.cjs +1 -1
- package/dist/components/data-display/Stats/Stats.js +46 -38
- package/dist/components/data-display/Timeline/timeline.module.cjs +1 -1
- package/dist/components/data-display/Timeline/timeline.module.js +6 -6
- package/dist/components/form/Cascader/cascader.module.cjs +1 -1
- package/dist/components/form/Cascader/cascader.module.js +6 -6
- package/dist/components/form/RichTextEditor/RichTextEditor.cjs +1 -1
- package/dist/components/form/RichTextEditor/RichTextEditor.js +248 -421
- package/dist/components/form/SignaturePad/signature-pad.module.cjs +1 -1
- package/dist/components/form/SignaturePad/signature-pad.module.js +6 -6
- package/dist/components/form/Transfer/transfer.module.cjs +1 -1
- package/dist/components/form/Transfer/transfer.module.js +6 -6
- package/dist/components/form/TreeSelect/tree-select.module.cjs +1 -1
- package/dist/components/form/TreeSelect/tree-select.module.js +6 -6
- package/dist/components/layout/Dashboard/Dashboard.cjs +1 -1
- package/dist/components/layout/Dashboard/Dashboard.js +1 -1
- package/dist/components/layout/Transition/Transition.cjs +1 -1
- package/dist/components/layout/Transition/Transition.js +24 -46
- package/dist/components/media/Gallery/Gallery.cjs +1 -1
- package/dist/components/media/Gallery/Gallery.js +1 -1
- package/dist/components/media/Lightbox/Lightbox.cjs +1 -1
- package/dist/components/media/Lightbox/Lightbox.d.ts +4 -0
- package/dist/components/media/Lightbox/Lightbox.js +23 -22
- package/dist/components/navigation/TabBar/TabBar.d.ts +12 -1
- package/dist/components/navigation/TabBar/tab-bar.module.cjs +1 -1
- package/dist/components/navigation/TabBar/tab-bar.module.js +1 -1
- package/dist/components/overlay/BottomSheet/BottomSheet.cjs +1 -1
- package/dist/components/overlay/BottomSheet/BottomSheet.js +1 -8
- package/dist/components/overlay/BottomSheet/bottom-sheet.module.cjs +1 -1
- package/dist/components/overlay/BottomSheet/bottom-sheet.module.js +8 -10
- package/dist/components/overlay/Popover/Popover.cjs +1 -1
- package/dist/components/overlay/Popover/Popover.js +2 -3
- package/dist/i18n/generated/keys.d.ts +1 -1
- package/dist/i18n/generated/resources.cjs +1 -1
- package/dist/i18n/generated/resources.js +9 -3
- package/dist/icon/alert-triangle.cjs +2 -0
- package/dist/icon/alert-triangle.js +31 -0
- package/dist/icon/align-justify.cjs +1 -1
- package/dist/icon/align-justify.js +14 -8
- package/dist/icon/arrow-down.cjs +2 -0
- package/dist/icon/arrow-down.js +22 -0
- package/dist/icon/arrow-left.cjs +2 -0
- package/dist/icon/arrow-left.js +22 -0
- package/dist/icon/arrow-right.cjs +2 -0
- package/dist/icon/arrow-right.js +22 -0
- package/dist/icon/arrow-up.cjs +2 -0
- package/dist/icon/arrow-up.js +22 -0
- package/dist/icon/bell.cjs +1 -1
- package/dist/icon/bell.js +0 -2
- package/dist/icon/bold.cjs +2 -0
- package/dist/icon/bold.js +17 -0
- package/dist/icon/chart.cjs +1 -1
- package/dist/icon/chart.js +0 -2
- package/dist/icon/close-small.cjs +1 -1
- package/dist/icon/close-small.js +21 -11
- package/dist/icon/columns.cjs +1 -1
- package/dist/icon/columns.js +5 -17
- package/dist/icon/credit-card.cjs +1 -1
- package/dist/icon/credit-card.js +0 -2
- package/dist/icon/document.cjs +1 -1
- package/dist/icon/document.js +1 -6
- package/dist/icon/eraser.cjs +2 -0
- package/dist/icon/eraser.js +17 -0
- package/dist/icon/external-link.cjs +1 -1
- package/dist/icon/external-link.js +0 -2
- package/dist/icon/grid.cjs +1 -1
- package/dist/icon/grid.js +36 -36
- package/dist/icon/grip-vertical.cjs +1 -1
- package/dist/icon/grip-vertical.js +0 -2
- package/dist/icon/home.cjs +1 -1
- package/dist/icon/home.js +1 -3
- package/dist/icon/hourglass.cjs +1 -1
- package/dist/icon/hourglass.js +6 -1
- package/dist/icon/index.cjs +1 -1
- package/dist/icon/index.d.ts +29 -1
- package/dist/icon/index.js +176 -148
- package/dist/icon/italic.cjs +2 -0
- package/dist/icon/italic.js +36 -0
- package/dist/icon/link.cjs +2 -0
- package/dist/icon/link.js +17 -0
- package/dist/icon/list-ordered.cjs +2 -0
- package/dist/icon/list-ordered.js +24 -0
- package/dist/icon/list.cjs +2 -0
- package/dist/icon/list.js +54 -0
- package/dist/icon/loading.cjs +1 -1
- package/dist/icon/loading.js +7 -16
- package/dist/icon/maximize.cjs +1 -1
- package/dist/icon/maximize.js +2 -4
- package/dist/icon/menu.cjs +1 -1
- package/dist/icon/menu.js +4 -4
- package/dist/icon/minimize.cjs +1 -1
- package/dist/icon/minimize.js +0 -2
- package/dist/icon/paperclip.cjs +1 -1
- package/dist/icon/paperclip.js +1 -3
- package/dist/icon/phone.cjs +1 -1
- package/dist/icon/phone.js +1 -1
- package/dist/icon/pip.cjs +1 -1
- package/dist/icon/pip.js +15 -31
- package/dist/icon/project.cjs +1 -1
- package/dist/icon/project.js +1 -3
- package/dist/icon/repeat.cjs +1 -1
- package/dist/icon/repeat.js +4 -6
- package/dist/icon/send.cjs +1 -1
- package/dist/icon/send.js +6 -3
- package/dist/icon/settings.cjs +1 -1
- package/dist/icon/settings.js +2 -4
- package/dist/icon/shuffle.cjs +1 -1
- package/dist/icon/shuffle.js +0 -2
- package/dist/icon/skip-back.cjs +1 -1
- package/dist/icon/skip-back.js +0 -2
- package/dist/icon/skip-forward.cjs +1 -1
- package/dist/icon/skip-forward.js +1 -3
- package/dist/icon/square.cjs +1 -1
- package/dist/icon/square.js +13 -9
- package/dist/icon/star.cjs +1 -1
- package/dist/icon/star.js +0 -2
- package/dist/icon/strikethrough.cjs +2 -0
- package/dist/icon/strikethrough.js +26 -0
- package/dist/icon/thumb-down.cjs +1 -1
- package/dist/icon/thumb-down.js +1 -1
- package/dist/icon/underline.cjs +2 -0
- package/dist/icon/underline.js +22 -0
- package/dist/icon/unlink.cjs +2 -0
- package/dist/icon/unlink.js +44 -0
- package/dist/icons.cjs +1 -1
- package/dist/icons.js +90 -76
- package/dist/index.cjs +1 -1
- package/dist/index.js +257 -243
- package/dist/llms-full.txt +11 -2
- package/dist/llms.txt +1 -1
- package/dist/locales/en/components.json +3 -1
- package/dist/locales/ja/components.json +3 -1
- package/dist/locales/pt/components.json +3 -1
- package/dist/reset.css +1 -1
- package/dist/styles.css +2 -2
- package/dist/wimui.umd.css +1 -1
- package/dist/wimui.umd.js +5 -5
- package/package.json +7 -2
package/dist/icon/loading.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsx)(`svg`,{
|
|
2
|
+
const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:(0,n.jsx)(`path`,{d:`M21 12a9 9 0 1 1-6.219-8.56`})});exports.default=r;
|
package/dist/icon/loading.js
CHANGED
|
@@ -3,24 +3,15 @@ import "react";
|
|
|
3
3
|
import { jsx as e } from "react/jsx-runtime";
|
|
4
4
|
//#region src/icon/loading.svg?react
|
|
5
5
|
var t = (t) => /* @__PURE__ */ e("svg", {
|
|
6
|
-
width: "100%",
|
|
7
|
-
height: "100%",
|
|
8
|
-
viewBox: "0 0 200 200",
|
|
9
6
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
strokeLinejoin: "round",
|
|
17
|
-
strokeMiterlimit: 2
|
|
18
|
-
},
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
fill: "none",
|
|
9
|
+
stroke: "currentColor",
|
|
10
|
+
strokeWidth: 2,
|
|
11
|
+
strokeLinecap: "round",
|
|
12
|
+
strokeLinejoin: "round",
|
|
19
13
|
...t,
|
|
20
|
-
children: /* @__PURE__ */ e("
|
|
21
|
-
transform: "matrix(0.897448,0,0,0.897448,10.255182,10.255182)",
|
|
22
|
-
children: /* @__PURE__ */ e("path", { d: "M210.876,111.143C205.278,167.418 157.738,211.427 100,211.427C38.502,211.427 -11.427,161.498 -11.427,100C-11.427,38.502 38.502,-11.427 100,-11.427C113.953,-11.427 127.31,-8.857 139.624,-4.165L129.336,16.412C120.153,13.185 110.28,11.43 100,11.43C51.117,11.43 11.43,51.117 11.43,100C11.43,148.883 51.117,188.57 100,188.57C145.109,188.57 182.387,154.774 187.874,111.143L210.876,111.143Z" })
|
|
23
|
-
})
|
|
14
|
+
children: /* @__PURE__ */ e("path", { d: "M21 12a9 9 0 1 1-6.219-8.56" })
|
|
24
15
|
});
|
|
25
16
|
//#endregion
|
|
26
17
|
export { t as default };
|
package/dist/icon/maximize.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,
|
|
2
|
+
const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:[(0,n.jsx)(`path`,{d:`M8 3H5a2 2 0 0 0-2 2v3`}),(0,n.jsx)(`path`,{d:`M21 8V5a2 2 0 0 0-2-2h-3`}),(0,n.jsx)(`path`,{d:`M3 16v3a2 2 0 0 0 2 2h3`}),(0,n.jsx)(`path`,{d:`M16 21h3a2 2 0 0 0 2-2v-3`})]});exports.default=r;
|
package/dist/icon/maximize.js
CHANGED
|
@@ -4,8 +4,6 @@ import { jsx as e, jsxs as t } from "react/jsx-runtime";
|
|
|
4
4
|
//#region src/icon/maximize.svg?react
|
|
5
5
|
var n = (n) => /* @__PURE__ */ t("svg", {
|
|
6
6
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
-
width: 24,
|
|
8
|
-
height: 24,
|
|
9
7
|
viewBox: "0 0 24 24",
|
|
10
8
|
fill: "none",
|
|
11
9
|
stroke: "currentColor",
|
|
@@ -15,8 +13,8 @@ var n = (n) => /* @__PURE__ */ t("svg", {
|
|
|
15
13
|
...n,
|
|
16
14
|
children: [
|
|
17
15
|
/* @__PURE__ */ e("path", { d: "M8 3H5a2 2 0 0 0-2 2v3" }),
|
|
18
|
-
/* @__PURE__ */ e("path", { d: "
|
|
19
|
-
/* @__PURE__ */ e("path", { d: "
|
|
16
|
+
/* @__PURE__ */ e("path", { d: "M21 8V5a2 2 0 0 0-2-2h-3" }),
|
|
17
|
+
/* @__PURE__ */ e("path", { d: "M3 16v3a2 2 0 0 0 2 2h3" }),
|
|
20
18
|
/* @__PURE__ */ e("path", { d: "M16 21h3a2 2 0 0 0 2-2v-3" })
|
|
21
19
|
]
|
|
22
20
|
});
|
package/dist/icon/menu.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:[(0,n.jsx)(`line`,{x1:3,y1:
|
|
2
|
+
const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:[(0,n.jsx)(`line`,{x1:3,y1:12,x2:21,y2:12}),(0,n.jsx)(`line`,{x1:3,y1:6,x2:21,y2:6}),(0,n.jsx)(`line`,{x1:3,y1:18,x2:21,y2:18})]});exports.default=r;
|
package/dist/icon/menu.js
CHANGED
|
@@ -14,15 +14,15 @@ var n = (n) => /* @__PURE__ */ t("svg", {
|
|
|
14
14
|
children: [
|
|
15
15
|
/* @__PURE__ */ e("line", {
|
|
16
16
|
x1: 3,
|
|
17
|
-
y1:
|
|
17
|
+
y1: 12,
|
|
18
18
|
x2: 21,
|
|
19
|
-
y2:
|
|
19
|
+
y2: 12
|
|
20
20
|
}),
|
|
21
21
|
/* @__PURE__ */ e("line", {
|
|
22
22
|
x1: 3,
|
|
23
|
-
y1:
|
|
23
|
+
y1: 6,
|
|
24
24
|
x2: 21,
|
|
25
|
-
y2:
|
|
25
|
+
y2: 6
|
|
26
26
|
}),
|
|
27
27
|
/* @__PURE__ */ e("line", {
|
|
28
28
|
x1: 3,
|
package/dist/icon/minimize.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,
|
|
2
|
+
const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:[(0,n.jsx)(`path`,{d:`M8 3v3a2 2 0 0 1-2 2H3`}),(0,n.jsx)(`path`,{d:`M21 8h-3a2 2 0 0 1-2-2V3`}),(0,n.jsx)(`path`,{d:`M3 16h3a2 2 0 0 1 2 2v3`}),(0,n.jsx)(`path`,{d:`M16 21v-3a2 2 0 0 1 2-2h3`})]});exports.default=r;
|
package/dist/icon/minimize.js
CHANGED
|
@@ -4,8 +4,6 @@ import { jsx as e, jsxs as t } from "react/jsx-runtime";
|
|
|
4
4
|
//#region src/icon/minimize.svg?react
|
|
5
5
|
var n = (n) => /* @__PURE__ */ t("svg", {
|
|
6
6
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
-
width: 24,
|
|
8
|
-
height: 24,
|
|
9
7
|
viewBox: "0 0 24 24",
|
|
10
8
|
fill: "none",
|
|
11
9
|
stroke: "currentColor",
|
package/dist/icon/paperclip.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,
|
|
2
|
+
const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:(0,n.jsx)(`path`,{d:`M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48`})});exports.default=r;
|
package/dist/icon/paperclip.js
CHANGED
|
@@ -4,8 +4,6 @@ import { jsx as e } from "react/jsx-runtime";
|
|
|
4
4
|
//#region src/icon/paperclip.svg?react
|
|
5
5
|
var t = (t) => /* @__PURE__ */ e("svg", {
|
|
6
6
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
-
width: 24,
|
|
8
|
-
height: 24,
|
|
9
7
|
viewBox: "0 0 24 24",
|
|
10
8
|
fill: "none",
|
|
11
9
|
stroke: "currentColor",
|
|
@@ -13,7 +11,7 @@ var t = (t) => /* @__PURE__ */ e("svg", {
|
|
|
13
11
|
strokeLinecap: "round",
|
|
14
12
|
strokeLinejoin: "round",
|
|
15
13
|
...t,
|
|
16
|
-
children: /* @__PURE__ */ e("path", { d: "
|
|
14
|
+
children: /* @__PURE__ */ e("path", { d: "M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48" })
|
|
17
15
|
});
|
|
18
16
|
//#endregion
|
|
19
17
|
export { t as default };
|
package/dist/icon/phone.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:(0,n.jsx)(`path`,{d:`M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.
|
|
2
|
+
const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:(0,n.jsx)(`path`,{d:`M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z`})});exports.default=r;
|
package/dist/icon/phone.js
CHANGED
|
@@ -11,7 +11,7 @@ var t = (t) => /* @__PURE__ */ e("svg", {
|
|
|
11
11
|
strokeLinecap: "round",
|
|
12
12
|
strokeLinejoin: "round",
|
|
13
13
|
...t,
|
|
14
|
-
children: /* @__PURE__ */ e("path", { d: "M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.
|
|
14
|
+
children: /* @__PURE__ */ e("path", { d: "M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z" })
|
|
15
15
|
});
|
|
16
16
|
//#endregion
|
|
17
17
|
export { t as default };
|
package/dist/icon/pip.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,
|
|
2
|
+
const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:[(0,n.jsx)(`rect`,{x:2,y:5,width:20,height:14,rx:2,ry:2}),(0,n.jsx)(`rect`,{x:12,y:11,width:7,height:5,rx:1,ry:1})]});exports.default=r;
|
package/dist/icon/pip.js
CHANGED
|
@@ -4,8 +4,6 @@ import { jsx as e, jsxs as t } from "react/jsx-runtime";
|
|
|
4
4
|
//#region src/icon/pip.svg?react
|
|
5
5
|
var n = (n) => /* @__PURE__ */ t("svg", {
|
|
6
6
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
-
width: 24,
|
|
8
|
-
height: 24,
|
|
9
7
|
viewBox: "0 0 24 24",
|
|
10
8
|
fill: "none",
|
|
11
9
|
stroke: "currentColor",
|
|
@@ -13,35 +11,21 @@ var n = (n) => /* @__PURE__ */ t("svg", {
|
|
|
13
11
|
strokeLinecap: "round",
|
|
14
12
|
strokeLinejoin: "round",
|
|
15
13
|
...n,
|
|
16
|
-
children: [
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
ry: 1,
|
|
32
|
-
fill: "currentColor",
|
|
33
|
-
fillOpacity: .2,
|
|
34
|
-
stroke: "none"
|
|
35
|
-
}),
|
|
36
|
-
/* @__PURE__ */ e("rect", {
|
|
37
|
-
x: 12,
|
|
38
|
-
y: 11,
|
|
39
|
-
width: 7,
|
|
40
|
-
height: 5,
|
|
41
|
-
rx: 1,
|
|
42
|
-
ry: 1
|
|
43
|
-
})
|
|
44
|
-
]
|
|
14
|
+
children: [/* @__PURE__ */ e("rect", {
|
|
15
|
+
x: 2,
|
|
16
|
+
y: 5,
|
|
17
|
+
width: 20,
|
|
18
|
+
height: 14,
|
|
19
|
+
rx: 2,
|
|
20
|
+
ry: 2
|
|
21
|
+
}), /* @__PURE__ */ e("rect", {
|
|
22
|
+
x: 12,
|
|
23
|
+
y: 11,
|
|
24
|
+
width: 7,
|
|
25
|
+
height: 5,
|
|
26
|
+
rx: 1,
|
|
27
|
+
ry: 1
|
|
28
|
+
})]
|
|
45
29
|
});
|
|
46
30
|
//#endregion
|
|
47
31
|
export { n as default };
|
package/dist/icon/project.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,
|
|
2
|
+
const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:(0,n.jsx)(`path`,{d:`M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z`})});exports.default=r;
|
package/dist/icon/project.js
CHANGED
|
@@ -4,8 +4,6 @@ import { jsx as e } from "react/jsx-runtime";
|
|
|
4
4
|
//#region src/icon/project.svg?react
|
|
5
5
|
var t = (t) => /* @__PURE__ */ e("svg", {
|
|
6
6
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
-
width: 24,
|
|
8
|
-
height: 24,
|
|
9
7
|
viewBox: "0 0 24 24",
|
|
10
8
|
fill: "none",
|
|
11
9
|
stroke: "currentColor",
|
|
@@ -13,7 +11,7 @@ var t = (t) => /* @__PURE__ */ e("svg", {
|
|
|
13
11
|
strokeLinecap: "round",
|
|
14
12
|
strokeLinejoin: "round",
|
|
15
13
|
...t,
|
|
16
|
-
children: /* @__PURE__ */ e("path", { d: "
|
|
14
|
+
children: /* @__PURE__ */ e("path", { d: "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z" })
|
|
17
15
|
});
|
|
18
16
|
//#endregion
|
|
19
17
|
export { t as default };
|
package/dist/icon/repeat.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,
|
|
2
|
+
const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:[(0,n.jsx)(`path`,{d:`m17 2 4 4-4 4`}),(0,n.jsx)(`path`,{d:`M3 11v-1a4 4 0 0 1 4-4h14`}),(0,n.jsx)(`path`,{d:`m7 22-4-4 4-4`}),(0,n.jsx)(`path`,{d:`M21 13v1a4 4 0 0 1-4 4H3`})]});exports.default=r;
|
package/dist/icon/repeat.js
CHANGED
|
@@ -4,8 +4,6 @@ import { jsx as e, jsxs as t } from "react/jsx-runtime";
|
|
|
4
4
|
//#region src/icon/repeat.svg?react
|
|
5
5
|
var n = (n) => /* @__PURE__ */ t("svg", {
|
|
6
6
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
-
width: 24,
|
|
8
|
-
height: 24,
|
|
9
7
|
viewBox: "0 0 24 24",
|
|
10
8
|
fill: "none",
|
|
11
9
|
stroke: "currentColor",
|
|
@@ -14,10 +12,10 @@ var n = (n) => /* @__PURE__ */ t("svg", {
|
|
|
14
12
|
strokeLinejoin: "round",
|
|
15
13
|
...n,
|
|
16
14
|
children: [
|
|
17
|
-
/* @__PURE__ */ e("path", { d: "
|
|
18
|
-
/* @__PURE__ */ e("path", { d: "M3
|
|
19
|
-
/* @__PURE__ */ e("path", { d: "
|
|
20
|
-
/* @__PURE__ */ e("path", { d: "M21
|
|
15
|
+
/* @__PURE__ */ e("path", { d: "m17 2 4 4-4 4" }),
|
|
16
|
+
/* @__PURE__ */ e("path", { d: "M3 11v-1a4 4 0 0 1 4-4h14" }),
|
|
17
|
+
/* @__PURE__ */ e("path", { d: "m7 22-4-4 4-4" }),
|
|
18
|
+
/* @__PURE__ */ e("path", { d: "M21 13v1a4 4 0 0 1-4 4H3" })
|
|
21
19
|
]
|
|
22
20
|
});
|
|
23
21
|
//#endregion
|
package/dist/icon/send.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,
|
|
2
|
+
const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:[(0,n.jsx)(`line`,{x1:22,y1:2,x2:11,y2:13}),(0,n.jsx)(`polygon`,{points:`22 2 15 22 11 13 2 9 22 2`})]});exports.default=r;
|
package/dist/icon/send.js
CHANGED
|
@@ -4,8 +4,6 @@ import { jsx as e, jsxs as t } from "react/jsx-runtime";
|
|
|
4
4
|
//#region src/icon/send.svg?react
|
|
5
5
|
var n = (n) => /* @__PURE__ */ t("svg", {
|
|
6
6
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
-
width: 24,
|
|
8
|
-
height: 24,
|
|
9
7
|
viewBox: "0 0 24 24",
|
|
10
8
|
fill: "none",
|
|
11
9
|
stroke: "currentColor",
|
|
@@ -13,7 +11,12 @@ var n = (n) => /* @__PURE__ */ t("svg", {
|
|
|
13
11
|
strokeLinecap: "round",
|
|
14
12
|
strokeLinejoin: "round",
|
|
15
13
|
...n,
|
|
16
|
-
children: [/* @__PURE__ */ e("
|
|
14
|
+
children: [/* @__PURE__ */ e("line", {
|
|
15
|
+
x1: 22,
|
|
16
|
+
y1: 2,
|
|
17
|
+
x2: 11,
|
|
18
|
+
y2: 13
|
|
19
|
+
}), /* @__PURE__ */ e("polygon", { points: "22 2 15 22 11 13 2 9 22 2" })]
|
|
17
20
|
});
|
|
18
21
|
//#endregion
|
|
19
22
|
export { n as default };
|
package/dist/icon/settings.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,
|
|
2
|
+
const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:[(0,n.jsx)(`circle`,{cx:12,cy:12,r:3}),(0,n.jsx)(`path`,{d:`M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z`})]});exports.default=r;
|
package/dist/icon/settings.js
CHANGED
|
@@ -4,8 +4,6 @@ import { jsx as e, jsxs as t } from "react/jsx-runtime";
|
|
|
4
4
|
//#region src/icon/settings.svg?react
|
|
5
5
|
var n = (n) => /* @__PURE__ */ t("svg", {
|
|
6
6
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
-
width: 24,
|
|
8
|
-
height: 24,
|
|
9
7
|
viewBox: "0 0 24 24",
|
|
10
8
|
fill: "none",
|
|
11
9
|
stroke: "currentColor",
|
|
@@ -13,11 +11,11 @@ var n = (n) => /* @__PURE__ */ t("svg", {
|
|
|
13
11
|
strokeLinecap: "round",
|
|
14
12
|
strokeLinejoin: "round",
|
|
15
13
|
...n,
|
|
16
|
-
children: [/* @__PURE__ */ e("
|
|
14
|
+
children: [/* @__PURE__ */ e("circle", {
|
|
17
15
|
cx: 12,
|
|
18
16
|
cy: 12,
|
|
19
17
|
r: 3
|
|
20
|
-
})]
|
|
18
|
+
}), /* @__PURE__ */ e("path", { d: "M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z" })]
|
|
21
19
|
});
|
|
22
20
|
//#endregion
|
|
23
21
|
export { n as default };
|
package/dist/icon/shuffle.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,
|
|
2
|
+
const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:[(0,n.jsx)(`polyline`,{points:`16 3 21 3 21 8`}),(0,n.jsx)(`line`,{x1:4,y1:20,x2:21,y2:3}),(0,n.jsx)(`polyline`,{points:`21 16 21 21 16 21`}),(0,n.jsx)(`line`,{x1:15,y1:15,x2:21,y2:21}),(0,n.jsx)(`line`,{x1:4,y1:4,x2:9,y2:9})]});exports.default=r;
|
package/dist/icon/shuffle.js
CHANGED
|
@@ -4,8 +4,6 @@ import { jsx as e, jsxs as t } from "react/jsx-runtime";
|
|
|
4
4
|
//#region src/icon/shuffle.svg?react
|
|
5
5
|
var n = (n) => /* @__PURE__ */ t("svg", {
|
|
6
6
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
-
width: 24,
|
|
8
|
-
height: 24,
|
|
9
7
|
viewBox: "0 0 24 24",
|
|
10
8
|
fill: "none",
|
|
11
9
|
stroke: "currentColor",
|
package/dist/icon/skip-back.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,
|
|
2
|
+
const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:[(0,n.jsx)(`path`,{d:`M22 18v-6a9 9 0 1 0-9 9 9 9 0 0 0 6-2.3L22 15`}),(0,n.jsx)(`path`,{d:`M16 15l-4-4 4-4`})]});exports.default=r;
|
package/dist/icon/skip-back.js
CHANGED
|
@@ -4,8 +4,6 @@ import { jsx as e, jsxs as t } from "react/jsx-runtime";
|
|
|
4
4
|
//#region src/icon/skip-back.svg?react
|
|
5
5
|
var n = (n) => /* @__PURE__ */ t("svg", {
|
|
6
6
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
-
width: 24,
|
|
8
|
-
height: 24,
|
|
9
7
|
viewBox: "0 0 24 24",
|
|
10
8
|
fill: "none",
|
|
11
9
|
stroke: "currentColor",
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,
|
|
2
|
+
const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:[(0,n.jsx)(`path`,{d:`M2 18v-6a9 9 0 1 1 9 9 9 9 0 0 1-6-2.3L2 15`}),(0,n.jsx)(`path`,{d:`M8 15l4-4-4-4`})]});exports.default=r;
|
|
@@ -4,8 +4,6 @@ import { jsx as e, jsxs as t } from "react/jsx-runtime";
|
|
|
4
4
|
//#region src/icon/skip-forward.svg?react
|
|
5
5
|
var n = (n) => /* @__PURE__ */ t("svg", {
|
|
6
6
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
-
width: 24,
|
|
8
|
-
height: 24,
|
|
9
7
|
viewBox: "0 0 24 24",
|
|
10
8
|
fill: "none",
|
|
11
9
|
stroke: "currentColor",
|
|
@@ -13,7 +11,7 @@ var n = (n) => /* @__PURE__ */ t("svg", {
|
|
|
13
11
|
strokeLinecap: "round",
|
|
14
12
|
strokeLinejoin: "round",
|
|
15
13
|
...n,
|
|
16
|
-
children: [/* @__PURE__ */ e("path", { d: "
|
|
14
|
+
children: [/* @__PURE__ */ e("path", { d: "M2 18v-6a9 9 0 1 1 9 9 9 9 0 0 1-6-2.3L2 15" }), /* @__PURE__ */ e("path", { d: "M8 15l4-4-4-4" })]
|
|
17
15
|
});
|
|
18
16
|
//#endregion
|
|
19
17
|
export { n as default };
|
package/dist/icon/square.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,
|
|
2
|
+
const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:(0,n.jsx)(`rect`,{x:3,y:3,width:18,height:18,rx:2})});exports.default=r;
|
package/dist/icon/square.js
CHANGED
|
@@ -4,16 +4,20 @@ import { jsx as e } from "react/jsx-runtime";
|
|
|
4
4
|
//#region src/icon/square.svg?react
|
|
5
5
|
var t = (t) => /* @__PURE__ */ e("svg", {
|
|
6
6
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
},
|
|
14
|
-
viewBox: "0 0 200 200",
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
fill: "none",
|
|
9
|
+
stroke: "currentColor",
|
|
10
|
+
strokeWidth: 2,
|
|
11
|
+
strokeLinecap: "round",
|
|
12
|
+
strokeLinejoin: "round",
|
|
15
13
|
...t,
|
|
16
|
-
children: /* @__PURE__ */ e("
|
|
14
|
+
children: /* @__PURE__ */ e("rect", {
|
|
15
|
+
x: 3,
|
|
16
|
+
y: 3,
|
|
17
|
+
width: 18,
|
|
18
|
+
height: 18,
|
|
19
|
+
rx: 2
|
|
20
|
+
})
|
|
17
21
|
});
|
|
18
22
|
//#endregion
|
|
19
23
|
export { t as default };
|
package/dist/icon/star.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,
|
|
2
|
+
const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:(0,n.jsx)(`polygon`,{points:`12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2`})});exports.default=r;
|
package/dist/icon/star.js
CHANGED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:[(0,n.jsx)(`path`,{d:`M16 4H9a3 3 0 0 0-2.83 4`}),(0,n.jsx)(`path`,{d:`M14 12a4 4 0 0 1 0 8H6`}),(0,n.jsx)(`line`,{x1:4,x2:20,y1:12,y2:12})]});exports.default=r;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import "react";
|
|
3
|
+
import { jsx as e, jsxs as t } from "react/jsx-runtime";
|
|
4
|
+
//#region src/icon/strikethrough.svg?react
|
|
5
|
+
var n = (n) => /* @__PURE__ */ t("svg", {
|
|
6
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
fill: "none",
|
|
9
|
+
stroke: "currentColor",
|
|
10
|
+
strokeWidth: 2,
|
|
11
|
+
strokeLinecap: "round",
|
|
12
|
+
strokeLinejoin: "round",
|
|
13
|
+
...n,
|
|
14
|
+
children: [
|
|
15
|
+
/* @__PURE__ */ e("path", { d: "M16 4H9a3 3 0 0 0-2.83 4" }),
|
|
16
|
+
/* @__PURE__ */ e("path", { d: "M14 12a4 4 0 0 1 0 8H6" }),
|
|
17
|
+
/* @__PURE__ */ e("line", {
|
|
18
|
+
x1: 4,
|
|
19
|
+
x2: 20,
|
|
20
|
+
y1: 12,
|
|
21
|
+
y2: 12
|
|
22
|
+
})
|
|
23
|
+
]
|
|
24
|
+
});
|
|
25
|
+
//#endregion
|
|
26
|
+
export { n as default };
|
package/dist/icon/thumb-down.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:(0,n.jsx)(`path`,{d:`M10 15v4a3 3 0 0 0 3 3l4-9V2H5.72a2 2 0 0 0-2 1.7l-1.38 9a2 2 0 0 0 2 2.3zm7-
|
|
2
|
+
const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:(0,n.jsx)(`path`,{d:`M10 15v4a3 3 0 0 0 3 3l4-9V2H5.72a2 2 0 0 0-2 1.7l-1.38 9a2 2 0 0 0 2 2.3zm7-13h2.67A2.31 2.31 0 0 1 22 4v7a2.31 2.31 0 0 1-2.33 2H17`})});exports.default=r;
|
package/dist/icon/thumb-down.js
CHANGED
|
@@ -11,7 +11,7 @@ var t = (t) => /* @__PURE__ */ e("svg", {
|
|
|
11
11
|
strokeLinecap: "round",
|
|
12
12
|
strokeLinejoin: "round",
|
|
13
13
|
...t,
|
|
14
|
-
children: /* @__PURE__ */ e("path", { d: "M10 15v4a3 3 0 0 0 3 3l4-9V2H5.72a2 2 0 0 0-2 1.7l-1.38 9a2 2 0 0 0 2 2.3zm7-
|
|
14
|
+
children: /* @__PURE__ */ e("path", { d: "M10 15v4a3 3 0 0 0 3 3l4-9V2H5.72a2 2 0 0 0-2 1.7l-1.38 9a2 2 0 0 0 2 2.3zm7-13h2.67A2.31 2.31 0 0 1 22 4v7a2.31 2.31 0 0 1-2.33 2H17" })
|
|
15
15
|
});
|
|
16
16
|
//#endregion
|
|
17
17
|
export { t as default };
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:[(0,n.jsx)(`path`,{d:`M6 3v7a6 6 0 0 0 6 6 6 6 0 0 0 6-6V3`}),(0,n.jsx)(`line`,{x1:4,y1:21,x2:20,y2:21})]});exports.default=r;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import "react";
|
|
3
|
+
import { jsx as e, jsxs as t } from "react/jsx-runtime";
|
|
4
|
+
//#region src/icon/underline.svg?react
|
|
5
|
+
var n = (n) => /* @__PURE__ */ t("svg", {
|
|
6
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
fill: "none",
|
|
9
|
+
stroke: "currentColor",
|
|
10
|
+
strokeWidth: 2,
|
|
11
|
+
strokeLinecap: "round",
|
|
12
|
+
strokeLinejoin: "round",
|
|
13
|
+
...n,
|
|
14
|
+
children: [/* @__PURE__ */ e("path", { d: "M6 3v7a6 6 0 0 0 6 6 6 6 0 0 0 6-6V3" }), /* @__PURE__ */ e("line", {
|
|
15
|
+
x1: 4,
|
|
16
|
+
y1: 21,
|
|
17
|
+
x2: 20,
|
|
18
|
+
y2: 21
|
|
19
|
+
})]
|
|
20
|
+
});
|
|
21
|
+
//#endregion
|
|
22
|
+
export { n as default };
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:[(0,n.jsx)(`path`,{d:`m18.84 12.25 1.72-1.71h-.02a5.004 5.004 0 0 0-.12-7.07 5.006 5.006 0 0 0-6.95 0l-1.72 1.71`}),(0,n.jsx)(`path`,{d:`m5.17 11.75-1.71 1.71a5.004 5.004 0 0 0 .12 7.07 5.006 5.006 0 0 0 6.95 0l1.71-1.71`}),(0,n.jsx)(`line`,{x1:8,x2:8,y1:2,y2:5}),(0,n.jsx)(`line`,{x1:2,x2:5,y1:8,y2:8}),(0,n.jsx)(`line`,{x1:16,x2:16,y1:19,y2:22}),(0,n.jsx)(`line`,{x1:19,x2:22,y1:16,y2:16})]});exports.default=r;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import "react";
|
|
3
|
+
import { jsx as e, jsxs as t } from "react/jsx-runtime";
|
|
4
|
+
//#region src/icon/unlink.svg?react
|
|
5
|
+
var n = (n) => /* @__PURE__ */ t("svg", {
|
|
6
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
fill: "none",
|
|
9
|
+
stroke: "currentColor",
|
|
10
|
+
strokeWidth: 2,
|
|
11
|
+
strokeLinecap: "round",
|
|
12
|
+
strokeLinejoin: "round",
|
|
13
|
+
...n,
|
|
14
|
+
children: [
|
|
15
|
+
/* @__PURE__ */ e("path", { d: "m18.84 12.25 1.72-1.71h-.02a5.004 5.004 0 0 0-.12-7.07 5.006 5.006 0 0 0-6.95 0l-1.72 1.71" }),
|
|
16
|
+
/* @__PURE__ */ e("path", { d: "m5.17 11.75-1.71 1.71a5.004 5.004 0 0 0 .12 7.07 5.006 5.006 0 0 0 6.95 0l1.71-1.71" }),
|
|
17
|
+
/* @__PURE__ */ e("line", {
|
|
18
|
+
x1: 8,
|
|
19
|
+
x2: 8,
|
|
20
|
+
y1: 2,
|
|
21
|
+
y2: 5
|
|
22
|
+
}),
|
|
23
|
+
/* @__PURE__ */ e("line", {
|
|
24
|
+
x1: 2,
|
|
25
|
+
x2: 5,
|
|
26
|
+
y1: 8,
|
|
27
|
+
y2: 8
|
|
28
|
+
}),
|
|
29
|
+
/* @__PURE__ */ e("line", {
|
|
30
|
+
x1: 16,
|
|
31
|
+
x2: 16,
|
|
32
|
+
y1: 19,
|
|
33
|
+
y2: 22
|
|
34
|
+
}),
|
|
35
|
+
/* @__PURE__ */ e("line", {
|
|
36
|
+
x1: 19,
|
|
37
|
+
x2: 22,
|
|
38
|
+
y1: 16,
|
|
39
|
+
y2: 16
|
|
40
|
+
})
|
|
41
|
+
]
|
|
42
|
+
});
|
|
43
|
+
//#endregion
|
|
44
|
+
export { n as default };
|