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.
Files changed (154) hide show
  1. package/NOTICE +85 -0
  2. package/README.ja.md +2 -0
  3. package/README.md +2 -0
  4. package/dist/components/_internal/FeedbackIcon.cjs +1 -1
  5. package/dist/components/_internal/FeedbackIcon.js +17 -16
  6. package/dist/components/ai/ChatUI/ChatUI.cjs +1 -1
  7. package/dist/components/ai/ChatUI/ChatUI.d.ts +8 -6
  8. package/dist/components/ai/ChatUI/ChatUI.js +2 -2
  9. package/dist/components/ai/ChatUI/chat-ui.module.cjs +1 -1
  10. package/dist/components/ai/ChatUI/chat-ui.module.js +4 -4
  11. package/dist/components/ai/CodeBlock/code-block.module.cjs +1 -1
  12. package/dist/components/ai/CodeBlock/code-block.module.js +1 -1
  13. package/dist/components/ai/Terminal/Terminal.cjs +1 -1
  14. package/dist/components/ai/Terminal/Terminal.js +1 -1
  15. package/dist/components/data-display/Card/card.module.cjs +1 -1
  16. package/dist/components/data-display/Card/card.module.js +15 -15
  17. package/dist/components/data-display/Stats/Stats.cjs +1 -1
  18. package/dist/components/data-display/Stats/Stats.js +46 -38
  19. package/dist/components/data-display/Timeline/timeline.module.cjs +1 -1
  20. package/dist/components/data-display/Timeline/timeline.module.js +6 -6
  21. package/dist/components/form/Cascader/cascader.module.cjs +1 -1
  22. package/dist/components/form/Cascader/cascader.module.js +6 -6
  23. package/dist/components/form/RichTextEditor/RichTextEditor.cjs +1 -1
  24. package/dist/components/form/RichTextEditor/RichTextEditor.js +248 -421
  25. package/dist/components/form/SignaturePad/signature-pad.module.cjs +1 -1
  26. package/dist/components/form/SignaturePad/signature-pad.module.js +6 -6
  27. package/dist/components/form/Transfer/transfer.module.cjs +1 -1
  28. package/dist/components/form/Transfer/transfer.module.js +6 -6
  29. package/dist/components/form/TreeSelect/tree-select.module.cjs +1 -1
  30. package/dist/components/form/TreeSelect/tree-select.module.js +6 -6
  31. package/dist/components/layout/Dashboard/Dashboard.cjs +1 -1
  32. package/dist/components/layout/Dashboard/Dashboard.js +1 -1
  33. package/dist/components/layout/Transition/Transition.cjs +1 -1
  34. package/dist/components/layout/Transition/Transition.js +24 -46
  35. package/dist/components/media/Gallery/Gallery.cjs +1 -1
  36. package/dist/components/media/Gallery/Gallery.js +1 -1
  37. package/dist/components/media/Lightbox/Lightbox.cjs +1 -1
  38. package/dist/components/media/Lightbox/Lightbox.d.ts +4 -0
  39. package/dist/components/media/Lightbox/Lightbox.js +23 -22
  40. package/dist/components/navigation/TabBar/TabBar.d.ts +12 -1
  41. package/dist/components/navigation/TabBar/tab-bar.module.cjs +1 -1
  42. package/dist/components/navigation/TabBar/tab-bar.module.js +1 -1
  43. package/dist/components/overlay/BottomSheet/BottomSheet.cjs +1 -1
  44. package/dist/components/overlay/BottomSheet/BottomSheet.js +1 -8
  45. package/dist/components/overlay/BottomSheet/bottom-sheet.module.cjs +1 -1
  46. package/dist/components/overlay/BottomSheet/bottom-sheet.module.js +8 -10
  47. package/dist/components/overlay/Popover/Popover.cjs +1 -1
  48. package/dist/components/overlay/Popover/Popover.js +2 -3
  49. package/dist/i18n/generated/keys.d.ts +1 -1
  50. package/dist/i18n/generated/resources.cjs +1 -1
  51. package/dist/i18n/generated/resources.js +9 -3
  52. package/dist/icon/alert-triangle.cjs +2 -0
  53. package/dist/icon/alert-triangle.js +31 -0
  54. package/dist/icon/align-justify.cjs +1 -1
  55. package/dist/icon/align-justify.js +14 -8
  56. package/dist/icon/arrow-down.cjs +2 -0
  57. package/dist/icon/arrow-down.js +22 -0
  58. package/dist/icon/arrow-left.cjs +2 -0
  59. package/dist/icon/arrow-left.js +22 -0
  60. package/dist/icon/arrow-right.cjs +2 -0
  61. package/dist/icon/arrow-right.js +22 -0
  62. package/dist/icon/arrow-up.cjs +2 -0
  63. package/dist/icon/arrow-up.js +22 -0
  64. package/dist/icon/bell.cjs +1 -1
  65. package/dist/icon/bell.js +0 -2
  66. package/dist/icon/bold.cjs +2 -0
  67. package/dist/icon/bold.js +17 -0
  68. package/dist/icon/chart.cjs +1 -1
  69. package/dist/icon/chart.js +0 -2
  70. package/dist/icon/close-small.cjs +1 -1
  71. package/dist/icon/close-small.js +21 -11
  72. package/dist/icon/columns.cjs +1 -1
  73. package/dist/icon/columns.js +5 -17
  74. package/dist/icon/credit-card.cjs +1 -1
  75. package/dist/icon/credit-card.js +0 -2
  76. package/dist/icon/document.cjs +1 -1
  77. package/dist/icon/document.js +1 -6
  78. package/dist/icon/eraser.cjs +2 -0
  79. package/dist/icon/eraser.js +17 -0
  80. package/dist/icon/external-link.cjs +1 -1
  81. package/dist/icon/external-link.js +0 -2
  82. package/dist/icon/grid.cjs +1 -1
  83. package/dist/icon/grid.js +36 -36
  84. package/dist/icon/grip-vertical.cjs +1 -1
  85. package/dist/icon/grip-vertical.js +0 -2
  86. package/dist/icon/home.cjs +1 -1
  87. package/dist/icon/home.js +1 -3
  88. package/dist/icon/hourglass.cjs +1 -1
  89. package/dist/icon/hourglass.js +6 -1
  90. package/dist/icon/index.cjs +1 -1
  91. package/dist/icon/index.d.ts +29 -1
  92. package/dist/icon/index.js +176 -148
  93. package/dist/icon/italic.cjs +2 -0
  94. package/dist/icon/italic.js +36 -0
  95. package/dist/icon/link.cjs +2 -0
  96. package/dist/icon/link.js +17 -0
  97. package/dist/icon/list-ordered.cjs +2 -0
  98. package/dist/icon/list-ordered.js +24 -0
  99. package/dist/icon/list.cjs +2 -0
  100. package/dist/icon/list.js +54 -0
  101. package/dist/icon/loading.cjs +1 -1
  102. package/dist/icon/loading.js +7 -16
  103. package/dist/icon/maximize.cjs +1 -1
  104. package/dist/icon/maximize.js +2 -4
  105. package/dist/icon/menu.cjs +1 -1
  106. package/dist/icon/menu.js +4 -4
  107. package/dist/icon/minimize.cjs +1 -1
  108. package/dist/icon/minimize.js +0 -2
  109. package/dist/icon/paperclip.cjs +1 -1
  110. package/dist/icon/paperclip.js +1 -3
  111. package/dist/icon/phone.cjs +1 -1
  112. package/dist/icon/phone.js +1 -1
  113. package/dist/icon/pip.cjs +1 -1
  114. package/dist/icon/pip.js +15 -31
  115. package/dist/icon/project.cjs +1 -1
  116. package/dist/icon/project.js +1 -3
  117. package/dist/icon/repeat.cjs +1 -1
  118. package/dist/icon/repeat.js +4 -6
  119. package/dist/icon/send.cjs +1 -1
  120. package/dist/icon/send.js +6 -3
  121. package/dist/icon/settings.cjs +1 -1
  122. package/dist/icon/settings.js +2 -4
  123. package/dist/icon/shuffle.cjs +1 -1
  124. package/dist/icon/shuffle.js +0 -2
  125. package/dist/icon/skip-back.cjs +1 -1
  126. package/dist/icon/skip-back.js +0 -2
  127. package/dist/icon/skip-forward.cjs +1 -1
  128. package/dist/icon/skip-forward.js +1 -3
  129. package/dist/icon/square.cjs +1 -1
  130. package/dist/icon/square.js +13 -9
  131. package/dist/icon/star.cjs +1 -1
  132. package/dist/icon/star.js +0 -2
  133. package/dist/icon/strikethrough.cjs +2 -0
  134. package/dist/icon/strikethrough.js +26 -0
  135. package/dist/icon/thumb-down.cjs +1 -1
  136. package/dist/icon/thumb-down.js +1 -1
  137. package/dist/icon/underline.cjs +2 -0
  138. package/dist/icon/underline.js +22 -0
  139. package/dist/icon/unlink.cjs +2 -0
  140. package/dist/icon/unlink.js +44 -0
  141. package/dist/icons.cjs +1 -1
  142. package/dist/icons.js +90 -76
  143. package/dist/index.cjs +1 -1
  144. package/dist/index.js +257 -243
  145. package/dist/llms-full.txt +11 -2
  146. package/dist/llms.txt +1 -1
  147. package/dist/locales/en/components.json +3 -1
  148. package/dist/locales/ja/components.json +3 -1
  149. package/dist/locales/pt/components.json +3 -1
  150. package/dist/reset.css +1 -1
  151. package/dist/styles.css +2 -2
  152. package/dist/wimui.umd.css +1 -1
  153. package/dist/wimui.umd.js +5 -5
  154. package/package.json +7 -2
@@ -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`,{width:`100%`,height:`100%`,viewBox:`0 0 200 200`,xmlns:`http://www.w3.org/2000/svg`,xmlnsXlink:`http://www.w3.org/1999/xlink`,xmlSpace:`preserve`,"xmlns:serif":`http://www.serif.com/`,style:{fillRule:`evenodd`,clipRule:`evenodd`,strokeLinejoin:`round`,strokeMiterlimit:2},...e,children:(0,n.jsx)(`g`,{transform:`matrix(0.897448,0,0,0.897448,10.255182,10.255182)`,children:(0,n.jsx)(`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`})})});exports.default=r;
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;
@@ -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
- xmlnsXlink: "http://www.w3.org/1999/xlink",
11
- xmlSpace: "preserve",
12
- "xmlns:serif": "http://www.serif.com/",
13
- style: {
14
- fillRule: "evenodd",
15
- clipRule: "evenodd",
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("g", {
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 };
@@ -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`,width:24,height:24,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:`M16 3h3a2 2 0 0 1 2 2v3`}),(0,n.jsx)(`path`,{d:`M8 21H5a2 2 0 0 1-2-2v-3`}),(0,n.jsx)(`path`,{d:`M16 21h3a2 2 0 0 0 2-2v-3`})]});exports.default=r;
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;
@@ -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: "M16 3h3a2 2 0 0 1 2 2v3" }),
19
- /* @__PURE__ */ e("path", { d: "M8 21H5a2 2 0 0 1-2-2v-3" }),
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
  });
@@ -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:6,x2:21,y2:6}),(0,n.jsx)(`line`,{x1:3,y1:12,x2:21,y2:12}),(0,n.jsx)(`line`,{x1:3,y1:18,x2:21,y2:18})]});exports.default=r;
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: 6,
17
+ y1: 12,
18
18
  x2: 21,
19
- y2: 6
19
+ y2: 12
20
20
  }),
21
21
  /* @__PURE__ */ e("line", {
22
22
  x1: 3,
23
- y1: 12,
23
+ y1: 6,
24
24
  x2: 21,
25
- y2: 12
25
+ y2: 6
26
26
  }),
27
27
  /* @__PURE__ */ e("line", {
28
28
  x1: 3,
@@ -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`,width:24,height:24,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;
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;
@@ -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",
@@ -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`,width:24,height:24,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.05-9.19 9.19a6 6 0 0 1-8.49-8.49l8.57-8.57A4 4 0 1 1 18 8.84l-8.59 8.57a2 2 0 0 1-2.83-2.83l8.49-8.48`})});exports.default=r;
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;
@@ -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: "m21.44 11.05-9.19 9.19a6 6 0 0 1-8.49-8.49l8.57-8.57A4 4 0 1 1 18 8.84l-8.59 8.57a2 2 0 0 1-2.83-2.83l8.49-8.48" })
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 };
@@ -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.88 12.88 0 0 0 .57 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.57A2 2 0 0 1 22 16.92z`})});exports.default=r;
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;
@@ -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.88 12.88 0 0 0 .57 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.57A2 2 0 0 1 22 16.92z" })
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`,width:24,height:24,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,fill:`currentColor`,fillOpacity:.2,stroke:`none`}),(0,n.jsx)(`rect`,{x:12,y:11,width:7,height:5,rx:1,ry:1})]});exports.default=r;
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
- /* @__PURE__ */ e("rect", {
18
- x: 2,
19
- y: 5,
20
- width: 20,
21
- height: 14,
22
- rx: 2,
23
- ry: 2
24
- }),
25
- /* @__PURE__ */ e("rect", {
26
- x: 12,
27
- y: 11,
28
- width: 7,
29
- height: 5,
30
- rx: 1,
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 };
@@ -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`,width:24,height:24,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:(0,n.jsx)(`path`,{d:`M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z`})});exports.default=r;
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;
@@ -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: "M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z" })
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 };
@@ -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`,width:24,height:24,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:[(0,n.jsx)(`path`,{d:`M17 1l4 4-4 4`}),(0,n.jsx)(`path`,{d:`M3 11V9a4 4 0 0 1 4-4h14`}),(0,n.jsx)(`path`,{d:`M7 23l-4-4 4-4`}),(0,n.jsx)(`path`,{d:`M21 13v2a4 4 0 0 1-4 4H3`})]});exports.default=r;
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;
@@ -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: "M17 1l4 4-4 4" }),
18
- /* @__PURE__ */ e("path", { d: "M3 11V9a4 4 0 0 1 4-4h14" }),
19
- /* @__PURE__ */ e("path", { d: "M7 23l-4-4 4-4" }),
20
- /* @__PURE__ */ e("path", { d: "M21 13v2a4 4 0 0 1-4 4H3" })
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
@@ -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`,width:24,height:24,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:[(0,n.jsx)(`path`,{d:`M22 2 11 13`}),(0,n.jsx)(`path`,{d:`m22 2-7 20-4-9-9-4 20-7z`})]});exports.default=r;
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("path", { d: "M22 2 11 13" }), /* @__PURE__ */ e("path", { d: "m22 2-7 20-4-9-9-4 20-7z" })]
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 };
@@ -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`,width:24,height:24,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:[(0,n.jsx)(`path`,{d:`M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.1a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z`}),(0,n.jsx)(`circle`,{cx:12,cy:12,r:3})]});exports.default=r;
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;
@@ -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("path", { d: "M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.1a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z" }), /* @__PURE__ */ e("circle", {
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 };
@@ -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`,width:24,height:24,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;
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;
@@ -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",
@@ -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`,width:24,height:24,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;
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;
@@ -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`,width:24,height:24,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:[(0,n.jsx)(`path`,{d:`M7 4v6l5-5`}),(0,n.jsx)(`path`,{d:`M22 18v-6a9 9 0 1 0-9 9 9 9 0 0 0 6-2.3L22 15`})]});exports.default=r;
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: "M7 4v6l5-5" }), /* @__PURE__ */ e("path", { d: "M22 18v-6a9 9 0 1 0-9 9 9 9 0 0 0 6-2.3L22 15" })]
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 };
@@ -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`,xmlSpace:`preserve`,style:{fillRule:`evenodd`,clipRule:`evenodd`,strokeLinejoin:`round`,strokeMiterlimit:2},viewBox:`0 0 200 200`,...e,children:(0,n.jsx)(`path`,{d:`M0 0h200v199.999H0z`})});exports.default=r;
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;
@@ -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
- xmlSpace: "preserve",
8
- style: {
9
- fillRule: "evenodd",
10
- clipRule: "evenodd",
11
- strokeLinejoin: "round",
12
- strokeMiterlimit: 2
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("path", { d: "M0 0h200v199.999H0z" })
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 };
@@ -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`,width:24,height:24,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;
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
@@ -4,8 +4,6 @@ import { jsx as e } from "react/jsx-runtime";
4
4
  //#region src/icon/star.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",
@@ -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 };
@@ -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-13h3a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2h-3`})});exports.default=r;
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;
@@ -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-13h3a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2h-3" })
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 };