@windrun-huaiin/third-ui 5.9.5 → 5.9.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/dist/clerk/index.js +101 -88
- package/dist/clerk/index.js.map +1 -1
- package/dist/clerk/index.mjs +101 -88
- package/dist/clerk/index.mjs.map +1 -1
- package/dist/fuma/mdx/index.js +110 -93
- package/dist/fuma/mdx/index.js.map +1 -1
- package/dist/fuma/mdx/index.mjs +110 -93
- package/dist/fuma/mdx/index.mjs.map +1 -1
- package/dist/fuma/server.js +101 -88
- package/dist/fuma/server.js.map +1 -1
- package/dist/fuma/server.mjs +101 -88
- package/dist/fuma/server.mjs.map +1 -1
- package/dist/main/index.d.mts +44 -2
- package/dist/main/index.d.ts +44 -2
- package/dist/main/index.js +255 -95
- package/dist/main/index.js.map +1 -1
- package/dist/main/index.mjs +252 -94
- package/dist/main/index.mjs.map +1 -1
- package/package.json +2 -2
- package/src/fuma/mdx/gradient-button.tsx +14 -14
- package/src/main/index.ts +2 -1
- package/src/main/x-button.tsx +199 -0
package/dist/fuma/server.mjs
CHANGED
|
@@ -7806,6 +7806,7 @@ __export(limited_lucide_icons_exports, {
|
|
|
7806
7806
|
Info: () => Info,
|
|
7807
7807
|
Keyboard: () => Keyboard,
|
|
7808
7808
|
LandPlot: () => LandPlot,
|
|
7809
|
+
Languages: () => Languages,
|
|
7809
7810
|
Layout: () => PanelsTopLeft,
|
|
7810
7811
|
LayoutTemplate: () => LayoutTemplate,
|
|
7811
7812
|
LibraryIcon: () => Library,
|
|
@@ -8639,86 +8640,97 @@ var __iconNode62 = [
|
|
|
8639
8640
|
];
|
|
8640
8641
|
var LandPlot = createLucideIcon("land-plot", __iconNode62);
|
|
8641
8642
|
|
|
8642
|
-
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/
|
|
8643
|
+
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/languages.js
|
|
8643
8644
|
var __iconNode63 = [
|
|
8645
|
+
["path", { d: "m5 8 6 6", key: "1wu5hv" }],
|
|
8646
|
+
["path", { d: "m4 14 6-6 2-3", key: "1k1g8d" }],
|
|
8647
|
+
["path", { d: "M2 5h12", key: "or177f" }],
|
|
8648
|
+
["path", { d: "M7 2h1", key: "1t2jsx" }],
|
|
8649
|
+
["path", { d: "m22 22-5-10-5 10", key: "don7ne" }],
|
|
8650
|
+
["path", { d: "M14 18h6", key: "1m8k6r" }]
|
|
8651
|
+
];
|
|
8652
|
+
var Languages = createLucideIcon("languages", __iconNode63);
|
|
8653
|
+
|
|
8654
|
+
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/layout-template.js
|
|
8655
|
+
var __iconNode64 = [
|
|
8644
8656
|
["rect", { width: "18", height: "7", x: "3", y: "3", rx: "1", key: "f1a2em" }],
|
|
8645
8657
|
["rect", { width: "9", height: "7", x: "3", y: "14", rx: "1", key: "jqznyg" }],
|
|
8646
8658
|
["rect", { width: "5", height: "7", x: "16", y: "14", rx: "1", key: "q5h2i8" }]
|
|
8647
8659
|
];
|
|
8648
|
-
var LayoutTemplate = createLucideIcon("layout-template",
|
|
8660
|
+
var LayoutTemplate = createLucideIcon("layout-template", __iconNode64);
|
|
8649
8661
|
|
|
8650
8662
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/library.js
|
|
8651
|
-
var
|
|
8663
|
+
var __iconNode65 = [
|
|
8652
8664
|
["path", { d: "m16 6 4 14", key: "ji33uf" }],
|
|
8653
8665
|
["path", { d: "M12 6v14", key: "1n7gus" }],
|
|
8654
8666
|
["path", { d: "M8 8v12", key: "1gg7y9" }],
|
|
8655
8667
|
["path", { d: "M4 4v16", key: "6qkkli" }]
|
|
8656
8668
|
];
|
|
8657
|
-
var Library = createLucideIcon("library",
|
|
8669
|
+
var Library = createLucideIcon("library", __iconNode65);
|
|
8658
8670
|
|
|
8659
8671
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/link.js
|
|
8660
|
-
var
|
|
8672
|
+
var __iconNode66 = [
|
|
8661
8673
|
["path", { d: "M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71", key: "1cjeqo" }],
|
|
8662
8674
|
["path", { d: "M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71", key: "19qd67" }]
|
|
8663
8675
|
];
|
|
8664
|
-
var Link = createLucideIcon("link",
|
|
8676
|
+
var Link = createLucideIcon("link", __iconNode66);
|
|
8665
8677
|
|
|
8666
8678
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/list-todo.js
|
|
8667
|
-
var
|
|
8679
|
+
var __iconNode67 = [
|
|
8668
8680
|
["rect", { x: "3", y: "5", width: "6", height: "6", rx: "1", key: "1defrl" }],
|
|
8669
8681
|
["path", { d: "m3 17 2 2 4-4", key: "1jhpwq" }],
|
|
8670
8682
|
["path", { d: "M13 6h8", key: "15sg57" }],
|
|
8671
8683
|
["path", { d: "M13 12h8", key: "h98zly" }],
|
|
8672
8684
|
["path", { d: "M13 18h8", key: "oe0vm4" }]
|
|
8673
8685
|
];
|
|
8674
|
-
var ListTodo = createLucideIcon("list-todo",
|
|
8686
|
+
var ListTodo = createLucideIcon("list-todo", __iconNode67);
|
|
8675
8687
|
|
|
8676
8688
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/loader-circle.js
|
|
8677
|
-
var
|
|
8678
|
-
var LoaderCircle = createLucideIcon("loader-circle",
|
|
8689
|
+
var __iconNode68 = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56", key: "13zald" }]];
|
|
8690
|
+
var LoaderCircle = createLucideIcon("loader-circle", __iconNode68);
|
|
8679
8691
|
|
|
8680
8692
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/log-in.js
|
|
8681
|
-
var
|
|
8693
|
+
var __iconNode69 = [
|
|
8682
8694
|
["path", { d: "m10 17 5-5-5-5", key: "1bsop3" }],
|
|
8683
8695
|
["path", { d: "M15 12H3", key: "6jk70r" }],
|
|
8684
8696
|
["path", { d: "M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4", key: "u53s6r" }]
|
|
8685
8697
|
];
|
|
8686
|
-
var LogIn = createLucideIcon("log-in",
|
|
8698
|
+
var LogIn = createLucideIcon("log-in", __iconNode69);
|
|
8687
8699
|
|
|
8688
8700
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/log-out.js
|
|
8689
|
-
var
|
|
8701
|
+
var __iconNode70 = [
|
|
8690
8702
|
["path", { d: "m16 17 5-5-5-5", key: "1bji2h" }],
|
|
8691
8703
|
["path", { d: "M21 12H9", key: "dn1m92" }],
|
|
8692
8704
|
["path", { d: "M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4", key: "1uf3rs" }]
|
|
8693
8705
|
];
|
|
8694
|
-
var LogOut = createLucideIcon("log-out",
|
|
8706
|
+
var LogOut = createLucideIcon("log-out", __iconNode70);
|
|
8695
8707
|
|
|
8696
8708
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/mail.js
|
|
8697
|
-
var
|
|
8709
|
+
var __iconNode71 = [
|
|
8698
8710
|
["path", { d: "m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7", key: "132q7q" }],
|
|
8699
8711
|
["rect", { x: "2", y: "4", width: "20", height: "16", rx: "2", key: "izxlao" }]
|
|
8700
8712
|
];
|
|
8701
|
-
var Mail = createLucideIcon("mail",
|
|
8713
|
+
var Mail = createLucideIcon("mail", __iconNode71);
|
|
8702
8714
|
|
|
8703
8715
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/message-circle-code.js
|
|
8704
|
-
var
|
|
8716
|
+
var __iconNode72 = [
|
|
8705
8717
|
["path", { d: "M10 9.5 8 12l2 2.5", key: "3mjy60" }],
|
|
8706
8718
|
["path", { d: "m14 9.5 2 2.5-2 2.5", key: "1bir2l" }],
|
|
8707
8719
|
["path", { d: "M7.9 20A9 9 0 1 0 4 16.1L2 22z", key: "k85zhp" }]
|
|
8708
8720
|
];
|
|
8709
|
-
var MessageCircleCode = createLucideIcon("message-circle-code",
|
|
8721
|
+
var MessageCircleCode = createLucideIcon("message-circle-code", __iconNode72);
|
|
8710
8722
|
|
|
8711
8723
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/message-circle-more.js
|
|
8712
|
-
var
|
|
8724
|
+
var __iconNode73 = [
|
|
8713
8725
|
["path", { d: "M7.9 20A9 9 0 1 0 4 16.1L2 22Z", key: "vv11sd" }],
|
|
8714
8726
|
["path", { d: "M8 12h.01", key: "czm47f" }],
|
|
8715
8727
|
["path", { d: "M12 12h.01", key: "1mp3jc" }],
|
|
8716
8728
|
["path", { d: "M16 12h.01", key: "1l6xoz" }]
|
|
8717
8729
|
];
|
|
8718
|
-
var MessageCircleMore = createLucideIcon("message-circle-more",
|
|
8730
|
+
var MessageCircleMore = createLucideIcon("message-circle-more", __iconNode73);
|
|
8719
8731
|
|
|
8720
8732
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/mouse-pointer-click.js
|
|
8721
|
-
var
|
|
8733
|
+
var __iconNode74 = [
|
|
8722
8734
|
["path", { d: "M14 4.1 12 6", key: "ita8i4" }],
|
|
8723
8735
|
["path", { d: "m5.1 8-2.9-.8", key: "1go3kf" }],
|
|
8724
8736
|
["path", { d: "m6 12-1.9 2", key: "mnht97" }],
|
|
@@ -8731,10 +8743,10 @@ var __iconNode73 = [
|
|
|
8731
8743
|
}
|
|
8732
8744
|
]
|
|
8733
8745
|
];
|
|
8734
|
-
var MousePointerClick = createLucideIcon("mouse-pointer-click",
|
|
8746
|
+
var MousePointerClick = createLucideIcon("mouse-pointer-click", __iconNode74);
|
|
8735
8747
|
|
|
8736
8748
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/palette.js
|
|
8737
|
-
var
|
|
8749
|
+
var __iconNode75 = [
|
|
8738
8750
|
[
|
|
8739
8751
|
"path",
|
|
8740
8752
|
{
|
|
@@ -8747,25 +8759,25 @@ var __iconNode74 = [
|
|
|
8747
8759
|
["circle", { cx: "6.5", cy: "12.5", r: ".5", fill: "currentColor", key: "qy21gx" }],
|
|
8748
8760
|
["circle", { cx: "8.5", cy: "7.5", r: ".5", fill: "currentColor", key: "fotxhn" }]
|
|
8749
8761
|
];
|
|
8750
|
-
var Palette = createLucideIcon("palette",
|
|
8762
|
+
var Palette = createLucideIcon("palette", __iconNode75);
|
|
8751
8763
|
|
|
8752
8764
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/panel-left.js
|
|
8753
|
-
var
|
|
8765
|
+
var __iconNode76 = [
|
|
8754
8766
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
|
|
8755
8767
|
["path", { d: "M9 3v18", key: "fh3hqa" }]
|
|
8756
8768
|
];
|
|
8757
|
-
var PanelLeft = createLucideIcon("panel-left",
|
|
8769
|
+
var PanelLeft = createLucideIcon("panel-left", __iconNode76);
|
|
8758
8770
|
|
|
8759
8771
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/panels-top-left.js
|
|
8760
|
-
var
|
|
8772
|
+
var __iconNode77 = [
|
|
8761
8773
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
|
|
8762
8774
|
["path", { d: "M3 9h18", key: "1pudct" }],
|
|
8763
8775
|
["path", { d: "M9 21V9", key: "1oto5p" }]
|
|
8764
8776
|
];
|
|
8765
|
-
var PanelsTopLeft = createLucideIcon("panels-top-left",
|
|
8777
|
+
var PanelsTopLeft = createLucideIcon("panels-top-left", __iconNode77);
|
|
8766
8778
|
|
|
8767
8779
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/paw-print.js
|
|
8768
|
-
var
|
|
8780
|
+
var __iconNode78 = [
|
|
8769
8781
|
["circle", { cx: "11", cy: "4", r: "2", key: "vol9p0" }],
|
|
8770
8782
|
["circle", { cx: "18", cy: "8", r: "2", key: "17gozi" }],
|
|
8771
8783
|
["circle", { cx: "20", cy: "16", r: "2", key: "1v9bxh" }],
|
|
@@ -8777,10 +8789,10 @@ var __iconNode77 = [
|
|
|
8777
8789
|
}
|
|
8778
8790
|
]
|
|
8779
8791
|
];
|
|
8780
|
-
var PawPrint = createLucideIcon("paw-print",
|
|
8792
|
+
var PawPrint = createLucideIcon("paw-print", __iconNode78);
|
|
8781
8793
|
|
|
8782
8794
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/pencil.js
|
|
8783
|
-
var
|
|
8795
|
+
var __iconNode79 = [
|
|
8784
8796
|
[
|
|
8785
8797
|
"path",
|
|
8786
8798
|
{
|
|
@@ -8790,18 +8802,18 @@ var __iconNode78 = [
|
|
|
8790
8802
|
],
|
|
8791
8803
|
["path", { d: "m15 5 4 4", key: "1mk7zo" }]
|
|
8792
8804
|
];
|
|
8793
|
-
var Pencil = createLucideIcon("pencil",
|
|
8805
|
+
var Pencil = createLucideIcon("pencil", __iconNode79);
|
|
8794
8806
|
|
|
8795
8807
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/pi.js
|
|
8796
|
-
var
|
|
8808
|
+
var __iconNode80 = [
|
|
8797
8809
|
["line", { x1: "9", x2: "9", y1: "4", y2: "20", key: "ovs5a5" }],
|
|
8798
8810
|
["path", { d: "M4 7c0-1.7 1.3-3 3-3h13", key: "10pag4" }],
|
|
8799
8811
|
["path", { d: "M18 20c-1.7 0-3-1.3-3-3V4", key: "1gaosr" }]
|
|
8800
8812
|
];
|
|
8801
|
-
var Pi = createLucideIcon("pi",
|
|
8813
|
+
var Pi = createLucideIcon("pi", __iconNode80);
|
|
8802
8814
|
|
|
8803
8815
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/qr-code.js
|
|
8804
|
-
var
|
|
8816
|
+
var __iconNode81 = [
|
|
8805
8817
|
["rect", { width: "5", height: "5", x: "3", y: "3", rx: "1", key: "1tu5fj" }],
|
|
8806
8818
|
["rect", { width: "5", height: "5", x: "16", y: "3", rx: "1", key: "1v8r4q" }],
|
|
8807
8819
|
["rect", { width: "5", height: "5", x: "3", y: "16", rx: "1", key: "1x03jg" }],
|
|
@@ -8815,10 +8827,10 @@ var __iconNode80 = [
|
|
|
8815
8827
|
["path", { d: "M21 12v.01", key: "1lwtk9" }],
|
|
8816
8828
|
["path", { d: "M12 21v-1", key: "1880an" }]
|
|
8817
8829
|
];
|
|
8818
|
-
var QrCode = createLucideIcon("qr-code",
|
|
8830
|
+
var QrCode = createLucideIcon("qr-code", __iconNode81);
|
|
8819
8831
|
|
|
8820
8832
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/receipt-text.js
|
|
8821
|
-
var
|
|
8833
|
+
var __iconNode82 = [
|
|
8822
8834
|
[
|
|
8823
8835
|
"path",
|
|
8824
8836
|
{ d: "M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z", key: "q3az6g" }
|
|
@@ -8827,19 +8839,19 @@ var __iconNode81 = [
|
|
|
8827
8839
|
["path", { d: "M16 12H8", key: "1fr5h0" }],
|
|
8828
8840
|
["path", { d: "M13 16H8", key: "wsln4y" }]
|
|
8829
8841
|
];
|
|
8830
|
-
var ReceiptText = createLucideIcon("receipt-text",
|
|
8842
|
+
var ReceiptText = createLucideIcon("receipt-text", __iconNode82);
|
|
8831
8843
|
|
|
8832
8844
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/refresh-ccw.js
|
|
8833
|
-
var
|
|
8845
|
+
var __iconNode83 = [
|
|
8834
8846
|
["path", { d: "M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8", key: "14sxne" }],
|
|
8835
8847
|
["path", { d: "M3 3v5h5", key: "1xhq8a" }],
|
|
8836
8848
|
["path", { d: "M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16", key: "1hlbsb" }],
|
|
8837
8849
|
["path", { d: "M16 16h5v5", key: "ccwih5" }]
|
|
8838
8850
|
];
|
|
8839
|
-
var RefreshCcw = createLucideIcon("refresh-ccw",
|
|
8851
|
+
var RefreshCcw = createLucideIcon("refresh-ccw", __iconNode83);
|
|
8840
8852
|
|
|
8841
8853
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/regex.js
|
|
8842
|
-
var
|
|
8854
|
+
var __iconNode84 = [
|
|
8843
8855
|
["path", { d: "M17 3v10", key: "15fgeh" }],
|
|
8844
8856
|
["path", { d: "m12.67 5.5 8.66 5", key: "1gpheq" }],
|
|
8845
8857
|
["path", { d: "m12.67 10.5 8.66-5", key: "1dkfa6" }],
|
|
@@ -8848,10 +8860,10 @@ var __iconNode83 = [
|
|
|
8848
8860
|
{ d: "M9 17a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2z", key: "swwfx4" }
|
|
8849
8861
|
]
|
|
8850
8862
|
];
|
|
8851
|
-
var Regex = createLucideIcon("regex",
|
|
8863
|
+
var Regex = createLucideIcon("regex", __iconNode84);
|
|
8852
8864
|
|
|
8853
8865
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/replace.js
|
|
8854
|
-
var
|
|
8866
|
+
var __iconNode85 = [
|
|
8855
8867
|
["path", { d: "M14 4a2 2 0 0 1 2-2", key: "1w2hp7" }],
|
|
8856
8868
|
["path", { d: "M16 10a2 2 0 0 1-2-2", key: "shjach" }],
|
|
8857
8869
|
["path", { d: "M20 2a2 2 0 0 1 2 2", key: "188mtx" }],
|
|
@@ -8860,10 +8872,10 @@ var __iconNode84 = [
|
|
|
8860
8872
|
["path", { d: "M6 10V5a3 3 0 0 1 3-3h1", key: "3y3t5z" }],
|
|
8861
8873
|
["rect", { x: "2", y: "14", width: "8", height: "8", rx: "2", key: "4rksxw" }]
|
|
8862
8874
|
];
|
|
8863
|
-
var Replace = createLucideIcon("replace",
|
|
8875
|
+
var Replace = createLucideIcon("replace", __iconNode85);
|
|
8864
8876
|
|
|
8865
8877
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/rocket.js
|
|
8866
|
-
var
|
|
8878
|
+
var __iconNode86 = [
|
|
8867
8879
|
[
|
|
8868
8880
|
"path",
|
|
8869
8881
|
{
|
|
@@ -8881,35 +8893,35 @@ var __iconNode85 = [
|
|
|
8881
8893
|
["path", { d: "M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0", key: "1f8sc4" }],
|
|
8882
8894
|
["path", { d: "M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5", key: "qeys4" }]
|
|
8883
8895
|
];
|
|
8884
|
-
var Rocket = createLucideIcon("rocket",
|
|
8896
|
+
var Rocket = createLucideIcon("rocket", __iconNode86);
|
|
8885
8897
|
|
|
8886
8898
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/rss.js
|
|
8887
|
-
var
|
|
8899
|
+
var __iconNode87 = [
|
|
8888
8900
|
["path", { d: "M4 11a9 9 0 0 1 9 9", key: "pv89mb" }],
|
|
8889
8901
|
["path", { d: "M4 4a16 16 0 0 1 16 16", key: "k0647b" }],
|
|
8890
8902
|
["circle", { cx: "5", cy: "19", r: "1", key: "bfqh0e" }]
|
|
8891
8903
|
];
|
|
8892
|
-
var Rss = createLucideIcon("rss",
|
|
8904
|
+
var Rss = createLucideIcon("rss", __iconNode87);
|
|
8893
8905
|
|
|
8894
8906
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/scale.js
|
|
8895
|
-
var
|
|
8907
|
+
var __iconNode88 = [
|
|
8896
8908
|
["path", { d: "m16 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z", key: "7g6ntu" }],
|
|
8897
8909
|
["path", { d: "m2 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z", key: "ijws7r" }],
|
|
8898
8910
|
["path", { d: "M7 21h10", key: "1b0cd5" }],
|
|
8899
8911
|
["path", { d: "M12 3v18", key: "108xh3" }],
|
|
8900
8912
|
["path", { d: "M3 7h2c2 0 5-1 7-2 2 1 5 2 7 2h2", key: "3gwbw2" }]
|
|
8901
8913
|
];
|
|
8902
|
-
var Scale = createLucideIcon("scale",
|
|
8914
|
+
var Scale = createLucideIcon("scale", __iconNode88);
|
|
8903
8915
|
|
|
8904
8916
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/search.js
|
|
8905
|
-
var
|
|
8917
|
+
var __iconNode89 = [
|
|
8906
8918
|
["path", { d: "m21 21-4.34-4.34", key: "14j7rj" }],
|
|
8907
8919
|
["circle", { cx: "11", cy: "11", r: "8", key: "4ej97u" }]
|
|
8908
8920
|
];
|
|
8909
|
-
var Search = createLucideIcon("search",
|
|
8921
|
+
var Search = createLucideIcon("search", __iconNode89);
|
|
8910
8922
|
|
|
8911
8923
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/send-horizontal.js
|
|
8912
|
-
var
|
|
8924
|
+
var __iconNode90 = [
|
|
8913
8925
|
[
|
|
8914
8926
|
"path",
|
|
8915
8927
|
{
|
|
@@ -8919,27 +8931,27 @@ var __iconNode89 = [
|
|
|
8919
8931
|
],
|
|
8920
8932
|
["path", { d: "M6 12h16", key: "s4cdu5" }]
|
|
8921
8933
|
];
|
|
8922
|
-
var SendHorizontal = createLucideIcon("send-horizontal",
|
|
8934
|
+
var SendHorizontal = createLucideIcon("send-horizontal", __iconNode90);
|
|
8923
8935
|
|
|
8924
8936
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/server.js
|
|
8925
|
-
var
|
|
8937
|
+
var __iconNode91 = [
|
|
8926
8938
|
["rect", { width: "20", height: "8", x: "2", y: "2", rx: "2", ry: "2", key: "ngkwjq" }],
|
|
8927
8939
|
["rect", { width: "20", height: "8", x: "2", y: "14", rx: "2", ry: "2", key: "iecqi9" }],
|
|
8928
8940
|
["line", { x1: "6", x2: "6.01", y1: "6", y2: "6", key: "16zg32" }],
|
|
8929
8941
|
["line", { x1: "6", x2: "6.01", y1: "18", y2: "18", key: "nzw8ys" }]
|
|
8930
8942
|
];
|
|
8931
|
-
var Server = createLucideIcon("server",
|
|
8943
|
+
var Server = createLucideIcon("server", __iconNode91);
|
|
8932
8944
|
|
|
8933
8945
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/share.js
|
|
8934
|
-
var
|
|
8946
|
+
var __iconNode92 = [
|
|
8935
8947
|
["path", { d: "M12 2v13", key: "1km8f5" }],
|
|
8936
8948
|
["path", { d: "m16 6-4-4-4 4", key: "13yo43" }],
|
|
8937
8949
|
["path", { d: "M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8", key: "1b2hhj" }]
|
|
8938
8950
|
];
|
|
8939
|
-
var Share = createLucideIcon("share",
|
|
8951
|
+
var Share = createLucideIcon("share", __iconNode92);
|
|
8940
8952
|
|
|
8941
8953
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/shield-user.js
|
|
8942
|
-
var
|
|
8954
|
+
var __iconNode93 = [
|
|
8943
8955
|
[
|
|
8944
8956
|
"path",
|
|
8945
8957
|
{
|
|
@@ -8950,10 +8962,10 @@ var __iconNode92 = [
|
|
|
8950
8962
|
["path", { d: "M6.376 18.91a6 6 0 0 1 11.249.003", key: "hnjrf2" }],
|
|
8951
8963
|
["circle", { cx: "12", cy: "11", r: "4", key: "1gt34v" }]
|
|
8952
8964
|
];
|
|
8953
|
-
var ShieldUser = createLucideIcon("shield-user",
|
|
8965
|
+
var ShieldUser = createLucideIcon("shield-user", __iconNode93);
|
|
8954
8966
|
|
|
8955
8967
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/shield.js
|
|
8956
|
-
var
|
|
8968
|
+
var __iconNode94 = [
|
|
8957
8969
|
[
|
|
8958
8970
|
"path",
|
|
8959
8971
|
{
|
|
@@ -8962,10 +8974,10 @@ var __iconNode93 = [
|
|
|
8962
8974
|
}
|
|
8963
8975
|
]
|
|
8964
8976
|
];
|
|
8965
|
-
var Shield = createLucideIcon("shield",
|
|
8977
|
+
var Shield = createLucideIcon("shield", __iconNode94);
|
|
8966
8978
|
|
|
8967
8979
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/sigma.js
|
|
8968
|
-
var
|
|
8980
|
+
var __iconNode95 = [
|
|
8969
8981
|
[
|
|
8970
8982
|
"path",
|
|
8971
8983
|
{
|
|
@@ -8974,10 +8986,10 @@ var __iconNode94 = [
|
|
|
8974
8986
|
}
|
|
8975
8987
|
]
|
|
8976
8988
|
];
|
|
8977
|
-
var Sigma = createLucideIcon("sigma",
|
|
8989
|
+
var Sigma = createLucideIcon("sigma", __iconNode95);
|
|
8978
8990
|
|
|
8979
8991
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/sparkles.js
|
|
8980
|
-
var
|
|
8992
|
+
var __iconNode96 = [
|
|
8981
8993
|
[
|
|
8982
8994
|
"path",
|
|
8983
8995
|
{
|
|
@@ -8990,10 +9002,10 @@ var __iconNode95 = [
|
|
|
8990
9002
|
["path", { d: "M4 17v2", key: "vumght" }],
|
|
8991
9003
|
["path", { d: "M5 18H3", key: "zchphs" }]
|
|
8992
9004
|
];
|
|
8993
|
-
var Sparkles = createLucideIcon("sparkles",
|
|
9005
|
+
var Sparkles = createLucideIcon("sparkles", __iconNode96);
|
|
8994
9006
|
|
|
8995
9007
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/spline-pointer.js
|
|
8996
|
-
var
|
|
9008
|
+
var __iconNode97 = [
|
|
8997
9009
|
[
|
|
8998
9010
|
"path",
|
|
8999
9011
|
{
|
|
@@ -9005,10 +9017,10 @@ var __iconNode96 = [
|
|
|
9005
9017
|
["circle", { cx: "19", cy: "5", r: "2", key: "mhkx31" }],
|
|
9006
9018
|
["circle", { cx: "5", cy: "19", r: "2", key: "v8kfzx" }]
|
|
9007
9019
|
];
|
|
9008
|
-
var SplinePointer = createLucideIcon("spline-pointer",
|
|
9020
|
+
var SplinePointer = createLucideIcon("spline-pointer", __iconNode97);
|
|
9009
9021
|
|
|
9010
9022
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/sprout.js
|
|
9011
|
-
var
|
|
9023
|
+
var __iconNode98 = [
|
|
9012
9024
|
["path", { d: "M7 20h10", key: "e6iznv" }],
|
|
9013
9025
|
["path", { d: "M10 20c5.5-2.5.8-6.4 3-10", key: "161w41" }],
|
|
9014
9026
|
[
|
|
@@ -9026,10 +9038,10 @@ var __iconNode97 = [
|
|
|
9026
9038
|
}
|
|
9027
9039
|
]
|
|
9028
9040
|
];
|
|
9029
|
-
var Sprout = createLucideIcon("sprout",
|
|
9041
|
+
var Sprout = createLucideIcon("sprout", __iconNode98);
|
|
9030
9042
|
|
|
9031
9043
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/square-dashed-bottom-code.js
|
|
9032
|
-
var
|
|
9044
|
+
var __iconNode99 = [
|
|
9033
9045
|
["path", { d: "M10 9.5 8 12l2 2.5", key: "3mjy60" }],
|
|
9034
9046
|
["path", { d: "M14 21h1", key: "v9vybs" }],
|
|
9035
9047
|
["path", { d: "m14 9.5 2 2.5-2 2.5", key: "1bir2l" }],
|
|
@@ -9039,18 +9051,18 @@ var __iconNode98 = [
|
|
|
9039
9051
|
],
|
|
9040
9052
|
["path", { d: "M9 21h1", key: "15o7lz" }]
|
|
9041
9053
|
];
|
|
9042
|
-
var SquareDashedBottomCode = createLucideIcon("square-dashed-bottom-code",
|
|
9054
|
+
var SquareDashedBottomCode = createLucideIcon("square-dashed-bottom-code", __iconNode99);
|
|
9043
9055
|
|
|
9044
9056
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/square-terminal.js
|
|
9045
|
-
var
|
|
9057
|
+
var __iconNode100 = [
|
|
9046
9058
|
["path", { d: "m7 11 2-2-2-2", key: "1lz0vl" }],
|
|
9047
9059
|
["path", { d: "M11 13h4", key: "1p7l4v" }],
|
|
9048
9060
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2", key: "1m3agn" }]
|
|
9049
9061
|
];
|
|
9050
|
-
var SquareTerminal = createLucideIcon("square-terminal",
|
|
9062
|
+
var SquareTerminal = createLucideIcon("square-terminal", __iconNode100);
|
|
9051
9063
|
|
|
9052
9064
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/star.js
|
|
9053
|
-
var
|
|
9065
|
+
var __iconNode101 = [
|
|
9054
9066
|
[
|
|
9055
9067
|
"path",
|
|
9056
9068
|
{
|
|
@@ -9059,26 +9071,26 @@ var __iconNode100 = [
|
|
|
9059
9071
|
}
|
|
9060
9072
|
]
|
|
9061
9073
|
];
|
|
9062
|
-
var Star = createLucideIcon("star",
|
|
9074
|
+
var Star = createLucideIcon("star", __iconNode101);
|
|
9063
9075
|
|
|
9064
9076
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/tablets.js
|
|
9065
|
-
var
|
|
9077
|
+
var __iconNode102 = [
|
|
9066
9078
|
["circle", { cx: "7", cy: "7", r: "5", key: "x29byf" }],
|
|
9067
9079
|
["circle", { cx: "17", cy: "17", r: "5", key: "1op1d2" }],
|
|
9068
9080
|
["path", { d: "M12 17h10", key: "ls21zv" }],
|
|
9069
9081
|
["path", { d: "m3.46 10.54 7.08-7.08", key: "1rehiu" }]
|
|
9070
9082
|
];
|
|
9071
|
-
var Tablets = createLucideIcon("tablets",
|
|
9083
|
+
var Tablets = createLucideIcon("tablets", __iconNode102);
|
|
9072
9084
|
|
|
9073
9085
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/terminal.js
|
|
9074
|
-
var
|
|
9086
|
+
var __iconNode103 = [
|
|
9075
9087
|
["path", { d: "M12 19h8", key: "baeox8" }],
|
|
9076
9088
|
["path", { d: "m4 17 6-6-6-6", key: "1yngyt" }]
|
|
9077
9089
|
];
|
|
9078
|
-
var Terminal = createLucideIcon("terminal",
|
|
9090
|
+
var Terminal = createLucideIcon("terminal", __iconNode103);
|
|
9079
9091
|
|
|
9080
9092
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/twitter.js
|
|
9081
|
-
var
|
|
9093
|
+
var __iconNode104 = [
|
|
9082
9094
|
[
|
|
9083
9095
|
"path",
|
|
9084
9096
|
{
|
|
@@ -9087,25 +9099,25 @@ var __iconNode103 = [
|
|
|
9087
9099
|
}
|
|
9088
9100
|
]
|
|
9089
9101
|
];
|
|
9090
|
-
var Twitter = createLucideIcon("twitter",
|
|
9102
|
+
var Twitter = createLucideIcon("twitter", __iconNode104);
|
|
9091
9103
|
|
|
9092
9104
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/workflow.js
|
|
9093
|
-
var
|
|
9105
|
+
var __iconNode105 = [
|
|
9094
9106
|
["rect", { width: "8", height: "8", x: "3", y: "3", rx: "2", key: "by2w9f" }],
|
|
9095
9107
|
["path", { d: "M7 11v4a2 2 0 0 0 2 2h4", key: "xkn7yn" }],
|
|
9096
9108
|
["rect", { width: "8", height: "8", x: "13", y: "13", rx: "2", key: "1cgmvn" }]
|
|
9097
9109
|
];
|
|
9098
|
-
var Workflow = createLucideIcon("workflow",
|
|
9110
|
+
var Workflow = createLucideIcon("workflow", __iconNode105);
|
|
9099
9111
|
|
|
9100
9112
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/x.js
|
|
9101
|
-
var
|
|
9113
|
+
var __iconNode106 = [
|
|
9102
9114
|
["path", { d: "M18 6 6 18", key: "1bl5f8" }],
|
|
9103
9115
|
["path", { d: "m6 6 12 12", key: "d8bk6v" }]
|
|
9104
9116
|
];
|
|
9105
|
-
var X = createLucideIcon("x",
|
|
9117
|
+
var X = createLucideIcon("x", __iconNode106);
|
|
9106
9118
|
|
|
9107
9119
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/zap.js
|
|
9108
|
-
var
|
|
9120
|
+
var __iconNode107 = [
|
|
9109
9121
|
[
|
|
9110
9122
|
"path",
|
|
9111
9123
|
{
|
|
@@ -9114,7 +9126,7 @@ var __iconNode106 = [
|
|
|
9114
9126
|
}
|
|
9115
9127
|
]
|
|
9116
9128
|
];
|
|
9117
|
-
var Zap = createLucideIcon("zap",
|
|
9129
|
+
var Zap = createLucideIcon("zap", __iconNode107);
|
|
9118
9130
|
|
|
9119
9131
|
// ../base-ui/src/components/global-icon.tsx
|
|
9120
9132
|
import React32 from "react";
|
|
@@ -29987,6 +29999,7 @@ lucide-react/dist/esm/icons/infinity.js:
|
|
|
29987
29999
|
lucide-react/dist/esm/icons/info.js:
|
|
29988
30000
|
lucide-react/dist/esm/icons/keyboard.js:
|
|
29989
30001
|
lucide-react/dist/esm/icons/land-plot.js:
|
|
30002
|
+
lucide-react/dist/esm/icons/languages.js:
|
|
29990
30003
|
lucide-react/dist/esm/icons/layout-template.js:
|
|
29991
30004
|
lucide-react/dist/esm/icons/library.js:
|
|
29992
30005
|
lucide-react/dist/esm/icons/link.js:
|