@bitrix24/b24ui-nuxt 0.2.9 → 0.3.1
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/.nuxt/b24ui/dropdown-menu.ts +15 -15
- package/.nuxt/b24ui/form-field.ts +1 -1
- package/.nuxt/b24ui/input-menu.ts +42 -0
- package/.nuxt/b24ui/modal.ts +10 -2
- package/.nuxt/b24ui/select-menu.ts +43 -1
- package/.nuxt/b24ui/select.ts +43 -1
- package/.nuxt/b24ui/toast.ts +2 -2
- package/README.md +10 -0
- package/dist/meta.cjs +2013 -1488
- package/dist/meta.d.cts +2013 -1488
- package/dist/meta.d.mts +2013 -1488
- package/dist/meta.d.ts +2013 -1488
- package/dist/meta.mjs +2013 -1488
- package/dist/module.cjs +1 -1
- package/dist/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/dist/runtime/components/Button.vue +3 -3
- package/dist/runtime/components/Checkbox.vue +3 -1
- package/dist/runtime/components/InputMenu.vue +9 -8
- package/dist/runtime/components/Modal.vue +4 -2
- package/dist/runtime/components/Select.vue +12 -9
- package/dist/runtime/components/SelectMenu.vue +12 -9
- package/dist/runtime/components/Switch.vue +4 -1
- package/dist/runtime/components/Toaster.vue +3 -2
- package/dist/runtime/plugins/colors.js +9 -7
- package/dist/runtime/vue/components/Link.vue +24 -5
- package/dist/shared/{b24ui-nuxt.0h2uYsyZ.mjs → b24ui-nuxt.CxFyzKH7.mjs} +128 -25
- package/dist/shared/{b24ui-nuxt.DcPkWX-m.cjs → b24ui-nuxt.DkKTVBhL.cjs} +128 -25
- package/dist/unplugin.cjs +1 -1
- package/dist/unplugin.mjs +1 -1
- package/dist/vite.cjs +1 -1
- package/dist/vite.mjs +1 -1
- package/package.json +5 -5
|
@@ -1759,7 +1759,7 @@ const dropdownMenu = {
|
|
|
1759
1759
|
"dark:text-red-150 dark:data-highlighted:text-red-200 dark:data-highlighted:before:bg-red-900 dark:data-[state=open]:text-red-200 dark:data-[state=open]:before:bg-red-900"
|
|
1760
1760
|
].join(" "),
|
|
1761
1761
|
itemLeadingIcon: [
|
|
1762
|
-
"text-red-500 group-data-highlighted:text-red-
|
|
1762
|
+
"text-red-500 group-data-highlighted:text-red-900 group-data-[state=open]:text-red-900",
|
|
1763
1763
|
"dark:text-red-700 dark:group-data-highlighted:text-red-150 dark:group-data-[state=open]:text-red-150"
|
|
1764
1764
|
].join(" ")
|
|
1765
1765
|
}
|
|
@@ -1773,7 +1773,7 @@ const dropdownMenu = {
|
|
|
1773
1773
|
"dark:text-red-200 dark:before:bg-red-900"
|
|
1774
1774
|
].join(" "),
|
|
1775
1775
|
itemLeadingIcon: [
|
|
1776
|
-
"text-red-
|
|
1776
|
+
"text-red-900 group-data-[state=open]:text-red-900",
|
|
1777
1777
|
"dark:text-red-700"
|
|
1778
1778
|
].join(" ")
|
|
1779
1779
|
}
|
|
@@ -1787,7 +1787,7 @@ const dropdownMenu = {
|
|
|
1787
1787
|
"dark:text-green-150 dark:data-highlighted:text-green-200 dark:data-highlighted:before:bg-green-900 dark:data-[state=open]:text-green-200 dark:data-[state=open]:before:bg-green-900"
|
|
1788
1788
|
].join(" "),
|
|
1789
1789
|
itemLeadingIcon: [
|
|
1790
|
-
"text-green-500 group-data-highlighted:text-green-
|
|
1790
|
+
"text-green-500 group-data-highlighted:text-green-900 group-data-[state=open]:text-green-900",
|
|
1791
1791
|
"dark:text-green-700 dark:group-data-highlighted:text-green-150 dark:group-data-[state=open]:text-green-150"
|
|
1792
1792
|
].join(" ")
|
|
1793
1793
|
}
|
|
@@ -1801,7 +1801,7 @@ const dropdownMenu = {
|
|
|
1801
1801
|
"dark:text-green-200 dark:before:bg-green-900"
|
|
1802
1802
|
].join(" "),
|
|
1803
1803
|
itemLeadingIcon: [
|
|
1804
|
-
"text-green-
|
|
1804
|
+
"text-green-900 group-data-[state=open]:text-green-900",
|
|
1805
1805
|
"dark:text-green-700"
|
|
1806
1806
|
].join(" ")
|
|
1807
1807
|
}
|
|
@@ -1815,7 +1815,7 @@ const dropdownMenu = {
|
|
|
1815
1815
|
"dark:text-orange-150 dark:data-highlighted:text-orange-200 dark:data-highlighted:before:bg-orange-900 dark:data-[state=open]:text-orange-200 dark:data-[state=open]:before:bg-orange-900"
|
|
1816
1816
|
].join(" "),
|
|
1817
1817
|
itemLeadingIcon: [
|
|
1818
|
-
"text-orange-500 group-data-highlighted:text-orange-
|
|
1818
|
+
"text-orange-500 group-data-highlighted:text-orange-900 group-data-[state=open]:text-orange-900",
|
|
1819
1819
|
"dark:text-orange-700 dark:group-data-highlighted:text-orange-150 dark:group-data-[state=open]:text-orange-150"
|
|
1820
1820
|
].join(" ")
|
|
1821
1821
|
}
|
|
@@ -1829,7 +1829,7 @@ const dropdownMenu = {
|
|
|
1829
1829
|
"dark:text-orange-200 dark:before:bg-orange-900"
|
|
1830
1830
|
].join(" "),
|
|
1831
1831
|
itemLeadingIcon: [
|
|
1832
|
-
"text-orange-
|
|
1832
|
+
"text-orange-900 group-data-[state=open]:text-orange-900",
|
|
1833
1833
|
"dark:text-orange-700"
|
|
1834
1834
|
].join(" ")
|
|
1835
1835
|
}
|
|
@@ -1843,7 +1843,7 @@ const dropdownMenu = {
|
|
|
1843
1843
|
"dark:text-blue-150 dark:data-highlighted:text-blue-200 dark:data-highlighted:before:bg-blue-900 dark:data-[state=open]:text-blue-200 dark:data-[state=open]:before:bg-blue-900"
|
|
1844
1844
|
].join(" "),
|
|
1845
1845
|
itemLeadingIcon: [
|
|
1846
|
-
"text-blue-500 group-data-highlighted:text-blue-
|
|
1846
|
+
"text-blue-500 group-data-highlighted:text-blue-900 group-data-[state=open]:text-blue-900",
|
|
1847
1847
|
"dark:text-blue-700 dark:group-data-highlighted:text-blue-150 dark:group-data-[state=open]:text-blue-150"
|
|
1848
1848
|
].join(" ")
|
|
1849
1849
|
}
|
|
@@ -1857,7 +1857,7 @@ const dropdownMenu = {
|
|
|
1857
1857
|
"dark:text-blue-200 dark:before:bg-blue-900"
|
|
1858
1858
|
].join(" "),
|
|
1859
1859
|
itemLeadingIcon: [
|
|
1860
|
-
"text-blue-
|
|
1860
|
+
"text-blue-900 group-data-[state=open]:text-blue-900",
|
|
1861
1861
|
"dark:text-blue-700"
|
|
1862
1862
|
].join(" ")
|
|
1863
1863
|
}
|
|
@@ -1871,7 +1871,7 @@ const dropdownMenu = {
|
|
|
1871
1871
|
"dark:text-cyan-150 dark:data-highlighted:text-cyan-200 dark:data-highlighted:before:bg-cyan-900 dark:data-[state=open]:text-cyan-200 dark:data-[state=open]:before:bg-cyan-900"
|
|
1872
1872
|
].join(" "),
|
|
1873
1873
|
itemLeadingIcon: [
|
|
1874
|
-
"text-cyan-500 group-data-highlighted:text-cyan-
|
|
1874
|
+
"text-cyan-500 group-data-highlighted:text-cyan-900 group-data-[state=open]:text-cyan-900",
|
|
1875
1875
|
"dark:text-cyan-700 dark:group-data-highlighted:text-cyan-150 dark:group-data-[state=open]:text-cyan-150"
|
|
1876
1876
|
].join(" ")
|
|
1877
1877
|
}
|
|
@@ -1885,7 +1885,7 @@ const dropdownMenu = {
|
|
|
1885
1885
|
"dark:text-cyan-200 dark:before:bg-cyan-900"
|
|
1886
1886
|
].join(" "),
|
|
1887
1887
|
itemLeadingIcon: [
|
|
1888
|
-
"text-cyan-
|
|
1888
|
+
"text-cyan-900 group-data-[state=open]:text-cyan-900",
|
|
1889
1889
|
"dark:text-cyan-700"
|
|
1890
1890
|
].join(" ")
|
|
1891
1891
|
}
|
|
@@ -1895,11 +1895,11 @@ const dropdownMenu = {
|
|
|
1895
1895
|
active: false,
|
|
1896
1896
|
class: {
|
|
1897
1897
|
item: [
|
|
1898
|
-
"text-collab-
|
|
1898
|
+
"text-collab-900 data-highlighted:text-collab-900 data-highlighted:before:bg-collab-100 data-[state=open]:text-collab-900 data-[state=open]:before:bg-collab-100",
|
|
1899
1899
|
"dark:text-collab-150 dark:data-highlighted:text-collab-200 dark:data-highlighted:before:bg-collab-900 dark:data-[state=open]:text-collab-200 dark:data-[state=open]:before:bg-collab-900"
|
|
1900
1900
|
].join(" "),
|
|
1901
1901
|
itemLeadingIcon: [
|
|
1902
|
-
"text-collab-
|
|
1902
|
+
"text-collab-600 group-data-highlighted:text-collab-900 group-data-[state=open]:text-collab-900",
|
|
1903
1903
|
"dark:text-collab-700 dark:group-data-highlighted:text-collab-150 dark:group-data-[state=open]:text-collab-150"
|
|
1904
1904
|
].join(" ")
|
|
1905
1905
|
}
|
|
@@ -1913,7 +1913,7 @@ const dropdownMenu = {
|
|
|
1913
1913
|
"dark:text-collab-200 dark:before:bg-collab-900"
|
|
1914
1914
|
].join(" "),
|
|
1915
1915
|
itemLeadingIcon: [
|
|
1916
|
-
"text-collab-
|
|
1916
|
+
"text-collab-900 group-data-[state=open]:text-collab-900",
|
|
1917
1917
|
"dark:text-collab-700"
|
|
1918
1918
|
].join(" ")
|
|
1919
1919
|
}
|
|
@@ -1927,7 +1927,7 @@ const dropdownMenu = {
|
|
|
1927
1927
|
"dark:text-ai-150 dark:data-highlighted:text-ai-200 dark:data-highlighted:before:bg-ai-900 dark:data-[state=open]:text-ai-200 dark:data-[state=open]:before:bg-ai-900"
|
|
1928
1928
|
].join(" "),
|
|
1929
1929
|
itemLeadingIcon: [
|
|
1930
|
-
"text-ai-500 group-data-highlighted:text-ai-
|
|
1930
|
+
"text-ai-500 group-data-highlighted:text-ai-900 group-data-[state=open]:text-ai-900",
|
|
1931
1931
|
"dark:text-ai-700 dark:group-data-highlighted:text-ai-150 dark:group-data-[state=open]:text-ai-150"
|
|
1932
1932
|
].join(" ")
|
|
1933
1933
|
}
|
|
@@ -1941,7 +1941,7 @@ const dropdownMenu = {
|
|
|
1941
1941
|
"dark:text-ai-200 dark:before:bg-ai-900"
|
|
1942
1942
|
].join(" "),
|
|
1943
1943
|
itemLeadingIcon: [
|
|
1944
|
-
"text-ai-
|
|
1944
|
+
"text-ai-900 group-data-[state=open]:text-ai-900",
|
|
1945
1945
|
"dark:text-ai-700"
|
|
1946
1946
|
].join(" ")
|
|
1947
1947
|
}
|
|
@@ -1982,7 +1982,7 @@ const formField = {
|
|
|
1982
1982
|
},
|
|
1983
1983
|
required: {
|
|
1984
1984
|
true: {
|
|
1985
|
-
label: "after:content-['*'] after:ms-0.5 after:text-red-500 after:
|
|
1985
|
+
label: "after:content-['*'] after:ms-0.5 after:text-red-500 dark:after:text-red-600"
|
|
1986
1986
|
}
|
|
1987
1987
|
}
|
|
1988
1988
|
},
|
|
@@ -2447,6 +2447,99 @@ const input = {
|
|
|
2447
2447
|
}
|
|
2448
2448
|
};
|
|
2449
2449
|
|
|
2450
|
+
const colorDropDownItem = {
|
|
2451
|
+
colorItem: {
|
|
2452
|
+
/**
|
|
2453
|
+
* @memo not fill - use default data
|
|
2454
|
+
*/
|
|
2455
|
+
default: "",
|
|
2456
|
+
danger: {
|
|
2457
|
+
item: [
|
|
2458
|
+
"text-red-900 dark:text-red-150",
|
|
2459
|
+
"data-highlighted:text-red-900 dark:data-highlighted:text-red-200 data-highlighted:before:bg-red-100 dark:data-highlighted:before:bg-red-900",
|
|
2460
|
+
"data-[state=checked]:text-red-900 dark:data-[state=checked]:text-red-200 data-[state=checked]:before:bg-red-100 dark:data-[state=checked]:before:bg-red-900"
|
|
2461
|
+
].join(" "),
|
|
2462
|
+
itemLeadingIcon: [
|
|
2463
|
+
"text-red-600 dark:text-red-700",
|
|
2464
|
+
"group-data-highlighted:text-red-900 dark:group-data-highlighted:text-red-150",
|
|
2465
|
+
"group-data-[state=checked]:text-red-900 dark:group-data-[state=checked]:text-red-700"
|
|
2466
|
+
].join(" ")
|
|
2467
|
+
},
|
|
2468
|
+
success: {
|
|
2469
|
+
item: [
|
|
2470
|
+
"text-green-900 dark:text-green-150",
|
|
2471
|
+
"data-highlighted:text-green-900 dark:data-highlighted:text-green-200 data-highlighted:before:bg-green-100 dark:data-highlighted:before:bg-green-900",
|
|
2472
|
+
"data-[state=checked]:text-green-900 dark:data-[state=checked]:text-green-200 data-[state=checked]:before:bg-green-100 dark:data-[state=checked]:before:bg-green-900"
|
|
2473
|
+
].join(" "),
|
|
2474
|
+
itemLeadingIcon: [
|
|
2475
|
+
"text-green-600 dark:text-green-700",
|
|
2476
|
+
"group-data-highlighted:text-green-900 dark:group-data-highlighted:text-green-150",
|
|
2477
|
+
"group-data-[state=checked]:text-green-900 dark:group-data-[state=checked]:text-green-700"
|
|
2478
|
+
].join(" ")
|
|
2479
|
+
},
|
|
2480
|
+
warning: {
|
|
2481
|
+
item: [
|
|
2482
|
+
"text-orange-900 dark:text-orange-150",
|
|
2483
|
+
"data-highlighted:text-orange-900 dark:data-highlighted:text-orange-200 data-highlighted:before:bg-orange-100 dark:data-highlighted:before:bg-orange-900",
|
|
2484
|
+
"data-[state=checked]:text-orange-900 dark:data-[state=checked]:text-orange-200 data-[state=checked]:before:bg-orange-100 dark:data-[state=checked]:before:bg-orange-900"
|
|
2485
|
+
].join(" "),
|
|
2486
|
+
itemLeadingIcon: [
|
|
2487
|
+
"text-orange-600 dark:text-orange-700",
|
|
2488
|
+
"group-data-highlighted:text-orange-900 dark:group-data-highlighted:text-orange-150",
|
|
2489
|
+
"group-data-[state=checked]:text-orange-900 dark:group-data-[state=checked]:text-orange-700"
|
|
2490
|
+
].join(" ")
|
|
2491
|
+
},
|
|
2492
|
+
primary: {
|
|
2493
|
+
item: [
|
|
2494
|
+
"text-blue-900 dark:text-blue-150",
|
|
2495
|
+
"data-highlighted:text-blue-900 dark:data-highlighted:text-blue-200 data-highlighted:before:bg-blue-100 dark:data-highlighted:before:bg-blue-900",
|
|
2496
|
+
"data-[state=checked]:text-blue-900 dark:data-[state=checked]:text-blue-200 data-[state=checked]:before:bg-blue-100 dark:data-[state=checked]:before:bg-blue-900"
|
|
2497
|
+
].join(" "),
|
|
2498
|
+
itemLeadingIcon: [
|
|
2499
|
+
"text-blue-600 dark:text-blue-700",
|
|
2500
|
+
"group-data-highlighted:text-blue-900 dark:group-data-highlighted:text-blue-150",
|
|
2501
|
+
"group-data-[state=checked]:text-blue-900 dark:group-data-[state=checked]:text-blue-700"
|
|
2502
|
+
].join(" ")
|
|
2503
|
+
},
|
|
2504
|
+
secondary: {
|
|
2505
|
+
item: [
|
|
2506
|
+
"text-cyan-900 dark:text-cyan-150",
|
|
2507
|
+
"data-highlighted:text-cyan-900 dark:data-highlighted:text-cyan-200 data-highlighted:before:bg-cyan-100 dark:data-highlighted:before:bg-cyan-900",
|
|
2508
|
+
"data-[state=checked]:text-cyan-900 dark:data-[state=checked]:text-cyan-200 data-[state=checked]:before:bg-cyan-100 dark:data-[state=checked]:before:bg-cyan-900"
|
|
2509
|
+
].join(" "),
|
|
2510
|
+
itemLeadingIcon: [
|
|
2511
|
+
"text-cyan-600 dark:text-cyan-700",
|
|
2512
|
+
"group-data-highlighted:text-cyan-900 dark:group-data-highlighted:text-cyan-150",
|
|
2513
|
+
"group-data-[state=checked]:text-cyan-900 dark:group-data-[state=checked]:text-cyan-700"
|
|
2514
|
+
].join(" ")
|
|
2515
|
+
},
|
|
2516
|
+
collab: {
|
|
2517
|
+
item: [
|
|
2518
|
+
"text-collab-900 dark:text-collab-150",
|
|
2519
|
+
"data-highlighted:text-collab-900 dark:data-highlighted:text-collab-200 data-highlighted:before:bg-collab-100 dark:data-highlighted:before:bg-collab-900",
|
|
2520
|
+
"data-[state=checked]:text-collab-900 dark:data-[state=checked]:text-collab-200 data-[state=checked]:before:bg-collab-100 dark:data-[state=checked]:before:bg-collab-900"
|
|
2521
|
+
].join(" "),
|
|
2522
|
+
itemLeadingIcon: [
|
|
2523
|
+
"text-collab-600 dark:text-collab-700",
|
|
2524
|
+
"group-data-highlighted:text-collab-900 dark:group-data-highlighted:text-collab-150",
|
|
2525
|
+
"group-data-[state=checked]:text-collab-900 dark:group-data-[state=checked]:text-collab-700"
|
|
2526
|
+
].join(" ")
|
|
2527
|
+
},
|
|
2528
|
+
ai: {
|
|
2529
|
+
item: [
|
|
2530
|
+
"text-ai-900 dark:text-ai-150",
|
|
2531
|
+
"data-highlighted:text-ai-900 dark:data-highlighted:text-ai-200 data-highlighted:before:bg-ai-100 dark:data-highlighted:before:bg-ai-900",
|
|
2532
|
+
"data-[state=checked]:text-ai-900 dark:data-[state=checked]:text-ai-200 data-[state=checked]:before:bg-ai-100 dark:data-[state=checked]:before:bg-ai-900"
|
|
2533
|
+
].join(" "),
|
|
2534
|
+
itemLeadingIcon: [
|
|
2535
|
+
"text-ai-600 dark:text-ai-700",
|
|
2536
|
+
"group-data-highlighted:text-ai-900 dark:group-data-highlighted:text-ai-150",
|
|
2537
|
+
"group-data-[state=checked]:text-ai-900 dark:group-data-[state=checked]:text-ai-700"
|
|
2538
|
+
].join(" ")
|
|
2539
|
+
}
|
|
2540
|
+
}
|
|
2541
|
+
};
|
|
2542
|
+
|
|
2450
2543
|
const defSize$1 = {
|
|
2451
2544
|
label: "h-9 ps-2 pe-3 text-sm gap-2",
|
|
2452
2545
|
item: "h-9 ps-3 pe-3 text-sm gap-2",
|
|
@@ -2618,7 +2711,8 @@ const inputMenu = () => {
|
|
|
2618
2711
|
tagsItemDeleteIcon: "size-3.5"
|
|
2619
2712
|
}
|
|
2620
2713
|
)
|
|
2621
|
-
}
|
|
2714
|
+
},
|
|
2715
|
+
...colorDropDownItem
|
|
2622
2716
|
},
|
|
2623
2717
|
compoundVariants: [
|
|
2624
2718
|
// region Color ////
|
|
@@ -3158,8 +3252,8 @@ const modal = {
|
|
|
3158
3252
|
"fixed bg-white dark:bg-base-950",
|
|
3159
3253
|
"flex flex-col focus:outline-none"
|
|
3160
3254
|
].join(" "),
|
|
3161
|
-
header: "flex items-center gap-1.5 pe-5 pt-0
|
|
3162
|
-
wrapper: "",
|
|
3255
|
+
header: "flex items-center gap-1.5 pe-5 pt-0",
|
|
3256
|
+
wrapper: "min-h-lg2",
|
|
3163
3257
|
body: "flex-1 overflow-y-auto my-2.5 text-md leading-normal",
|
|
3164
3258
|
footer: "flex items-center justify-center gap-3 mt-2.5 pt-4 border-t border-t-1 border-t-base-900/10 dark:border-t-white/20",
|
|
3165
3259
|
title: "font-bold text-md leading-normal text-base-900 dark:text-base-150",
|
|
@@ -3185,7 +3279,15 @@ const modal = {
|
|
|
3185
3279
|
"ring ring-base-300 dark:ring-base-800"
|
|
3186
3280
|
].join(" ")
|
|
3187
3281
|
}
|
|
3282
|
+
},
|
|
3283
|
+
scrollbarThin: {
|
|
3284
|
+
true: {
|
|
3285
|
+
body: "scrollbar-thin"
|
|
3286
|
+
}
|
|
3188
3287
|
}
|
|
3288
|
+
},
|
|
3289
|
+
defaultVariants: {
|
|
3290
|
+
scrollbarThin: true
|
|
3189
3291
|
}
|
|
3190
3292
|
};
|
|
3191
3293
|
|
|
@@ -3809,10 +3911,10 @@ const select = () => {
|
|
|
3809
3911
|
"transition-colors before:transition-colors"
|
|
3810
3912
|
].join(" "),
|
|
3811
3913
|
itemLeadingIcon: [
|
|
3812
|
-
"shrink-0
|
|
3914
|
+
"shrink-0 transition-colors",
|
|
3915
|
+
"text-base-500 dark:text-base-700",
|
|
3813
3916
|
"group-data-highlighted:text-base-master dark:group-data-highlighted:text-base-150",
|
|
3814
|
-
"group-data-[state=checked]:text-base-master dark:group-data-[state=checked]:text-base-150"
|
|
3815
|
-
"transition-colors"
|
|
3917
|
+
"group-data-[state=checked]:text-base-master dark:group-data-[state=checked]:text-base-150"
|
|
3816
3918
|
].join(" "),
|
|
3817
3919
|
itemLeadingAvatar: "shrink-0",
|
|
3818
3920
|
itemLeadingAvatarSize: "",
|
|
@@ -3829,7 +3931,8 @@ const select = () => {
|
|
|
3829
3931
|
sm: defSize,
|
|
3830
3932
|
md: defSize,
|
|
3831
3933
|
lg: defSize
|
|
3832
|
-
}
|
|
3934
|
+
},
|
|
3935
|
+
...colorDropDownItem
|
|
3833
3936
|
}
|
|
3834
3937
|
},
|
|
3835
3938
|
input
|
|
@@ -4759,7 +4862,7 @@ const textarea = {
|
|
|
4759
4862
|
const toast = {
|
|
4760
4863
|
slots: {
|
|
4761
4864
|
root: [
|
|
4762
|
-
"relative group overflow-hidden rounded-[26px] py-3.5 ps-6 pe-4 flex gap-2.5 focus:outline-none",
|
|
4865
|
+
"relative group overflow-hidden rounded-[26px] py-3.5 ps-6 pe-4 flex items-center gap-2.5 focus:outline-none",
|
|
4763
4866
|
"font-b24-primary",
|
|
4764
4867
|
"dark:ring-2 dark:ring-base-900",
|
|
4765
4868
|
"bg-base-ebony/80 dark:bg-base-dark",
|
|
@@ -4825,7 +4928,7 @@ const toast = {
|
|
|
4825
4928
|
actions: "items-center"
|
|
4826
4929
|
},
|
|
4827
4930
|
vertical: {
|
|
4828
|
-
root: "items-
|
|
4931
|
+
root: "items-center",
|
|
4829
4932
|
actions: "items-start mt-1"
|
|
4830
4933
|
}
|
|
4831
4934
|
},
|
|
@@ -1761,7 +1761,7 @@ const dropdownMenu = {
|
|
|
1761
1761
|
"dark:text-red-150 dark:data-highlighted:text-red-200 dark:data-highlighted:before:bg-red-900 dark:data-[state=open]:text-red-200 dark:data-[state=open]:before:bg-red-900"
|
|
1762
1762
|
].join(" "),
|
|
1763
1763
|
itemLeadingIcon: [
|
|
1764
|
-
"text-red-500 group-data-highlighted:text-red-
|
|
1764
|
+
"text-red-500 group-data-highlighted:text-red-900 group-data-[state=open]:text-red-900",
|
|
1765
1765
|
"dark:text-red-700 dark:group-data-highlighted:text-red-150 dark:group-data-[state=open]:text-red-150"
|
|
1766
1766
|
].join(" ")
|
|
1767
1767
|
}
|
|
@@ -1775,7 +1775,7 @@ const dropdownMenu = {
|
|
|
1775
1775
|
"dark:text-red-200 dark:before:bg-red-900"
|
|
1776
1776
|
].join(" "),
|
|
1777
1777
|
itemLeadingIcon: [
|
|
1778
|
-
"text-red-
|
|
1778
|
+
"text-red-900 group-data-[state=open]:text-red-900",
|
|
1779
1779
|
"dark:text-red-700"
|
|
1780
1780
|
].join(" ")
|
|
1781
1781
|
}
|
|
@@ -1789,7 +1789,7 @@ const dropdownMenu = {
|
|
|
1789
1789
|
"dark:text-green-150 dark:data-highlighted:text-green-200 dark:data-highlighted:before:bg-green-900 dark:data-[state=open]:text-green-200 dark:data-[state=open]:before:bg-green-900"
|
|
1790
1790
|
].join(" "),
|
|
1791
1791
|
itemLeadingIcon: [
|
|
1792
|
-
"text-green-500 group-data-highlighted:text-green-
|
|
1792
|
+
"text-green-500 group-data-highlighted:text-green-900 group-data-[state=open]:text-green-900",
|
|
1793
1793
|
"dark:text-green-700 dark:group-data-highlighted:text-green-150 dark:group-data-[state=open]:text-green-150"
|
|
1794
1794
|
].join(" ")
|
|
1795
1795
|
}
|
|
@@ -1803,7 +1803,7 @@ const dropdownMenu = {
|
|
|
1803
1803
|
"dark:text-green-200 dark:before:bg-green-900"
|
|
1804
1804
|
].join(" "),
|
|
1805
1805
|
itemLeadingIcon: [
|
|
1806
|
-
"text-green-
|
|
1806
|
+
"text-green-900 group-data-[state=open]:text-green-900",
|
|
1807
1807
|
"dark:text-green-700"
|
|
1808
1808
|
].join(" ")
|
|
1809
1809
|
}
|
|
@@ -1817,7 +1817,7 @@ const dropdownMenu = {
|
|
|
1817
1817
|
"dark:text-orange-150 dark:data-highlighted:text-orange-200 dark:data-highlighted:before:bg-orange-900 dark:data-[state=open]:text-orange-200 dark:data-[state=open]:before:bg-orange-900"
|
|
1818
1818
|
].join(" "),
|
|
1819
1819
|
itemLeadingIcon: [
|
|
1820
|
-
"text-orange-500 group-data-highlighted:text-orange-
|
|
1820
|
+
"text-orange-500 group-data-highlighted:text-orange-900 group-data-[state=open]:text-orange-900",
|
|
1821
1821
|
"dark:text-orange-700 dark:group-data-highlighted:text-orange-150 dark:group-data-[state=open]:text-orange-150"
|
|
1822
1822
|
].join(" ")
|
|
1823
1823
|
}
|
|
@@ -1831,7 +1831,7 @@ const dropdownMenu = {
|
|
|
1831
1831
|
"dark:text-orange-200 dark:before:bg-orange-900"
|
|
1832
1832
|
].join(" "),
|
|
1833
1833
|
itemLeadingIcon: [
|
|
1834
|
-
"text-orange-
|
|
1834
|
+
"text-orange-900 group-data-[state=open]:text-orange-900",
|
|
1835
1835
|
"dark:text-orange-700"
|
|
1836
1836
|
].join(" ")
|
|
1837
1837
|
}
|
|
@@ -1845,7 +1845,7 @@ const dropdownMenu = {
|
|
|
1845
1845
|
"dark:text-blue-150 dark:data-highlighted:text-blue-200 dark:data-highlighted:before:bg-blue-900 dark:data-[state=open]:text-blue-200 dark:data-[state=open]:before:bg-blue-900"
|
|
1846
1846
|
].join(" "),
|
|
1847
1847
|
itemLeadingIcon: [
|
|
1848
|
-
"text-blue-500 group-data-highlighted:text-blue-
|
|
1848
|
+
"text-blue-500 group-data-highlighted:text-blue-900 group-data-[state=open]:text-blue-900",
|
|
1849
1849
|
"dark:text-blue-700 dark:group-data-highlighted:text-blue-150 dark:group-data-[state=open]:text-blue-150"
|
|
1850
1850
|
].join(" ")
|
|
1851
1851
|
}
|
|
@@ -1859,7 +1859,7 @@ const dropdownMenu = {
|
|
|
1859
1859
|
"dark:text-blue-200 dark:before:bg-blue-900"
|
|
1860
1860
|
].join(" "),
|
|
1861
1861
|
itemLeadingIcon: [
|
|
1862
|
-
"text-blue-
|
|
1862
|
+
"text-blue-900 group-data-[state=open]:text-blue-900",
|
|
1863
1863
|
"dark:text-blue-700"
|
|
1864
1864
|
].join(" ")
|
|
1865
1865
|
}
|
|
@@ -1873,7 +1873,7 @@ const dropdownMenu = {
|
|
|
1873
1873
|
"dark:text-cyan-150 dark:data-highlighted:text-cyan-200 dark:data-highlighted:before:bg-cyan-900 dark:data-[state=open]:text-cyan-200 dark:data-[state=open]:before:bg-cyan-900"
|
|
1874
1874
|
].join(" "),
|
|
1875
1875
|
itemLeadingIcon: [
|
|
1876
|
-
"text-cyan-500 group-data-highlighted:text-cyan-
|
|
1876
|
+
"text-cyan-500 group-data-highlighted:text-cyan-900 group-data-[state=open]:text-cyan-900",
|
|
1877
1877
|
"dark:text-cyan-700 dark:group-data-highlighted:text-cyan-150 dark:group-data-[state=open]:text-cyan-150"
|
|
1878
1878
|
].join(" ")
|
|
1879
1879
|
}
|
|
@@ -1887,7 +1887,7 @@ const dropdownMenu = {
|
|
|
1887
1887
|
"dark:text-cyan-200 dark:before:bg-cyan-900"
|
|
1888
1888
|
].join(" "),
|
|
1889
1889
|
itemLeadingIcon: [
|
|
1890
|
-
"text-cyan-
|
|
1890
|
+
"text-cyan-900 group-data-[state=open]:text-cyan-900",
|
|
1891
1891
|
"dark:text-cyan-700"
|
|
1892
1892
|
].join(" ")
|
|
1893
1893
|
}
|
|
@@ -1897,11 +1897,11 @@ const dropdownMenu = {
|
|
|
1897
1897
|
active: false,
|
|
1898
1898
|
class: {
|
|
1899
1899
|
item: [
|
|
1900
|
-
"text-collab-
|
|
1900
|
+
"text-collab-900 data-highlighted:text-collab-900 data-highlighted:before:bg-collab-100 data-[state=open]:text-collab-900 data-[state=open]:before:bg-collab-100",
|
|
1901
1901
|
"dark:text-collab-150 dark:data-highlighted:text-collab-200 dark:data-highlighted:before:bg-collab-900 dark:data-[state=open]:text-collab-200 dark:data-[state=open]:before:bg-collab-900"
|
|
1902
1902
|
].join(" "),
|
|
1903
1903
|
itemLeadingIcon: [
|
|
1904
|
-
"text-collab-
|
|
1904
|
+
"text-collab-600 group-data-highlighted:text-collab-900 group-data-[state=open]:text-collab-900",
|
|
1905
1905
|
"dark:text-collab-700 dark:group-data-highlighted:text-collab-150 dark:group-data-[state=open]:text-collab-150"
|
|
1906
1906
|
].join(" ")
|
|
1907
1907
|
}
|
|
@@ -1915,7 +1915,7 @@ const dropdownMenu = {
|
|
|
1915
1915
|
"dark:text-collab-200 dark:before:bg-collab-900"
|
|
1916
1916
|
].join(" "),
|
|
1917
1917
|
itemLeadingIcon: [
|
|
1918
|
-
"text-collab-
|
|
1918
|
+
"text-collab-900 group-data-[state=open]:text-collab-900",
|
|
1919
1919
|
"dark:text-collab-700"
|
|
1920
1920
|
].join(" ")
|
|
1921
1921
|
}
|
|
@@ -1929,7 +1929,7 @@ const dropdownMenu = {
|
|
|
1929
1929
|
"dark:text-ai-150 dark:data-highlighted:text-ai-200 dark:data-highlighted:before:bg-ai-900 dark:data-[state=open]:text-ai-200 dark:data-[state=open]:before:bg-ai-900"
|
|
1930
1930
|
].join(" "),
|
|
1931
1931
|
itemLeadingIcon: [
|
|
1932
|
-
"text-ai-500 group-data-highlighted:text-ai-
|
|
1932
|
+
"text-ai-500 group-data-highlighted:text-ai-900 group-data-[state=open]:text-ai-900",
|
|
1933
1933
|
"dark:text-ai-700 dark:group-data-highlighted:text-ai-150 dark:group-data-[state=open]:text-ai-150"
|
|
1934
1934
|
].join(" ")
|
|
1935
1935
|
}
|
|
@@ -1943,7 +1943,7 @@ const dropdownMenu = {
|
|
|
1943
1943
|
"dark:text-ai-200 dark:before:bg-ai-900"
|
|
1944
1944
|
].join(" "),
|
|
1945
1945
|
itemLeadingIcon: [
|
|
1946
|
-
"text-ai-
|
|
1946
|
+
"text-ai-900 group-data-[state=open]:text-ai-900",
|
|
1947
1947
|
"dark:text-ai-700"
|
|
1948
1948
|
].join(" ")
|
|
1949
1949
|
}
|
|
@@ -1984,7 +1984,7 @@ const formField = {
|
|
|
1984
1984
|
},
|
|
1985
1985
|
required: {
|
|
1986
1986
|
true: {
|
|
1987
|
-
label: "after:content-['*'] after:ms-0.5 after:text-red-500 after:
|
|
1987
|
+
label: "after:content-['*'] after:ms-0.5 after:text-red-500 dark:after:text-red-600"
|
|
1988
1988
|
}
|
|
1989
1989
|
}
|
|
1990
1990
|
},
|
|
@@ -2449,6 +2449,99 @@ const input = {
|
|
|
2449
2449
|
}
|
|
2450
2450
|
};
|
|
2451
2451
|
|
|
2452
|
+
const colorDropDownItem = {
|
|
2453
|
+
colorItem: {
|
|
2454
|
+
/**
|
|
2455
|
+
* @memo not fill - use default data
|
|
2456
|
+
*/
|
|
2457
|
+
default: "",
|
|
2458
|
+
danger: {
|
|
2459
|
+
item: [
|
|
2460
|
+
"text-red-900 dark:text-red-150",
|
|
2461
|
+
"data-highlighted:text-red-900 dark:data-highlighted:text-red-200 data-highlighted:before:bg-red-100 dark:data-highlighted:before:bg-red-900",
|
|
2462
|
+
"data-[state=checked]:text-red-900 dark:data-[state=checked]:text-red-200 data-[state=checked]:before:bg-red-100 dark:data-[state=checked]:before:bg-red-900"
|
|
2463
|
+
].join(" "),
|
|
2464
|
+
itemLeadingIcon: [
|
|
2465
|
+
"text-red-600 dark:text-red-700",
|
|
2466
|
+
"group-data-highlighted:text-red-900 dark:group-data-highlighted:text-red-150",
|
|
2467
|
+
"group-data-[state=checked]:text-red-900 dark:group-data-[state=checked]:text-red-700"
|
|
2468
|
+
].join(" ")
|
|
2469
|
+
},
|
|
2470
|
+
success: {
|
|
2471
|
+
item: [
|
|
2472
|
+
"text-green-900 dark:text-green-150",
|
|
2473
|
+
"data-highlighted:text-green-900 dark:data-highlighted:text-green-200 data-highlighted:before:bg-green-100 dark:data-highlighted:before:bg-green-900",
|
|
2474
|
+
"data-[state=checked]:text-green-900 dark:data-[state=checked]:text-green-200 data-[state=checked]:before:bg-green-100 dark:data-[state=checked]:before:bg-green-900"
|
|
2475
|
+
].join(" "),
|
|
2476
|
+
itemLeadingIcon: [
|
|
2477
|
+
"text-green-600 dark:text-green-700",
|
|
2478
|
+
"group-data-highlighted:text-green-900 dark:group-data-highlighted:text-green-150",
|
|
2479
|
+
"group-data-[state=checked]:text-green-900 dark:group-data-[state=checked]:text-green-700"
|
|
2480
|
+
].join(" ")
|
|
2481
|
+
},
|
|
2482
|
+
warning: {
|
|
2483
|
+
item: [
|
|
2484
|
+
"text-orange-900 dark:text-orange-150",
|
|
2485
|
+
"data-highlighted:text-orange-900 dark:data-highlighted:text-orange-200 data-highlighted:before:bg-orange-100 dark:data-highlighted:before:bg-orange-900",
|
|
2486
|
+
"data-[state=checked]:text-orange-900 dark:data-[state=checked]:text-orange-200 data-[state=checked]:before:bg-orange-100 dark:data-[state=checked]:before:bg-orange-900"
|
|
2487
|
+
].join(" "),
|
|
2488
|
+
itemLeadingIcon: [
|
|
2489
|
+
"text-orange-600 dark:text-orange-700",
|
|
2490
|
+
"group-data-highlighted:text-orange-900 dark:group-data-highlighted:text-orange-150",
|
|
2491
|
+
"group-data-[state=checked]:text-orange-900 dark:group-data-[state=checked]:text-orange-700"
|
|
2492
|
+
].join(" ")
|
|
2493
|
+
},
|
|
2494
|
+
primary: {
|
|
2495
|
+
item: [
|
|
2496
|
+
"text-blue-900 dark:text-blue-150",
|
|
2497
|
+
"data-highlighted:text-blue-900 dark:data-highlighted:text-blue-200 data-highlighted:before:bg-blue-100 dark:data-highlighted:before:bg-blue-900",
|
|
2498
|
+
"data-[state=checked]:text-blue-900 dark:data-[state=checked]:text-blue-200 data-[state=checked]:before:bg-blue-100 dark:data-[state=checked]:before:bg-blue-900"
|
|
2499
|
+
].join(" "),
|
|
2500
|
+
itemLeadingIcon: [
|
|
2501
|
+
"text-blue-600 dark:text-blue-700",
|
|
2502
|
+
"group-data-highlighted:text-blue-900 dark:group-data-highlighted:text-blue-150",
|
|
2503
|
+
"group-data-[state=checked]:text-blue-900 dark:group-data-[state=checked]:text-blue-700"
|
|
2504
|
+
].join(" ")
|
|
2505
|
+
},
|
|
2506
|
+
secondary: {
|
|
2507
|
+
item: [
|
|
2508
|
+
"text-cyan-900 dark:text-cyan-150",
|
|
2509
|
+
"data-highlighted:text-cyan-900 dark:data-highlighted:text-cyan-200 data-highlighted:before:bg-cyan-100 dark:data-highlighted:before:bg-cyan-900",
|
|
2510
|
+
"data-[state=checked]:text-cyan-900 dark:data-[state=checked]:text-cyan-200 data-[state=checked]:before:bg-cyan-100 dark:data-[state=checked]:before:bg-cyan-900"
|
|
2511
|
+
].join(" "),
|
|
2512
|
+
itemLeadingIcon: [
|
|
2513
|
+
"text-cyan-600 dark:text-cyan-700",
|
|
2514
|
+
"group-data-highlighted:text-cyan-900 dark:group-data-highlighted:text-cyan-150",
|
|
2515
|
+
"group-data-[state=checked]:text-cyan-900 dark:group-data-[state=checked]:text-cyan-700"
|
|
2516
|
+
].join(" ")
|
|
2517
|
+
},
|
|
2518
|
+
collab: {
|
|
2519
|
+
item: [
|
|
2520
|
+
"text-collab-900 dark:text-collab-150",
|
|
2521
|
+
"data-highlighted:text-collab-900 dark:data-highlighted:text-collab-200 data-highlighted:before:bg-collab-100 dark:data-highlighted:before:bg-collab-900",
|
|
2522
|
+
"data-[state=checked]:text-collab-900 dark:data-[state=checked]:text-collab-200 data-[state=checked]:before:bg-collab-100 dark:data-[state=checked]:before:bg-collab-900"
|
|
2523
|
+
].join(" "),
|
|
2524
|
+
itemLeadingIcon: [
|
|
2525
|
+
"text-collab-600 dark:text-collab-700",
|
|
2526
|
+
"group-data-highlighted:text-collab-900 dark:group-data-highlighted:text-collab-150",
|
|
2527
|
+
"group-data-[state=checked]:text-collab-900 dark:group-data-[state=checked]:text-collab-700"
|
|
2528
|
+
].join(" ")
|
|
2529
|
+
},
|
|
2530
|
+
ai: {
|
|
2531
|
+
item: [
|
|
2532
|
+
"text-ai-900 dark:text-ai-150",
|
|
2533
|
+
"data-highlighted:text-ai-900 dark:data-highlighted:text-ai-200 data-highlighted:before:bg-ai-100 dark:data-highlighted:before:bg-ai-900",
|
|
2534
|
+
"data-[state=checked]:text-ai-900 dark:data-[state=checked]:text-ai-200 data-[state=checked]:before:bg-ai-100 dark:data-[state=checked]:before:bg-ai-900"
|
|
2535
|
+
].join(" "),
|
|
2536
|
+
itemLeadingIcon: [
|
|
2537
|
+
"text-ai-600 dark:text-ai-700",
|
|
2538
|
+
"group-data-highlighted:text-ai-900 dark:group-data-highlighted:text-ai-150",
|
|
2539
|
+
"group-data-[state=checked]:text-ai-900 dark:group-data-[state=checked]:text-ai-700"
|
|
2540
|
+
].join(" ")
|
|
2541
|
+
}
|
|
2542
|
+
}
|
|
2543
|
+
};
|
|
2544
|
+
|
|
2452
2545
|
const defSize$1 = {
|
|
2453
2546
|
label: "h-9 ps-2 pe-3 text-sm gap-2",
|
|
2454
2547
|
item: "h-9 ps-3 pe-3 text-sm gap-2",
|
|
@@ -2620,7 +2713,8 @@ const inputMenu = () => {
|
|
|
2620
2713
|
tagsItemDeleteIcon: "size-3.5"
|
|
2621
2714
|
}
|
|
2622
2715
|
)
|
|
2623
|
-
}
|
|
2716
|
+
},
|
|
2717
|
+
...colorDropDownItem
|
|
2624
2718
|
},
|
|
2625
2719
|
compoundVariants: [
|
|
2626
2720
|
// region Color ////
|
|
@@ -3160,8 +3254,8 @@ const modal = {
|
|
|
3160
3254
|
"fixed bg-white dark:bg-base-950",
|
|
3161
3255
|
"flex flex-col focus:outline-none"
|
|
3162
3256
|
].join(" "),
|
|
3163
|
-
header: "flex items-center gap-1.5 pe-5 pt-0
|
|
3164
|
-
wrapper: "",
|
|
3257
|
+
header: "flex items-center gap-1.5 pe-5 pt-0",
|
|
3258
|
+
wrapper: "min-h-lg2",
|
|
3165
3259
|
body: "flex-1 overflow-y-auto my-2.5 text-md leading-normal",
|
|
3166
3260
|
footer: "flex items-center justify-center gap-3 mt-2.5 pt-4 border-t border-t-1 border-t-base-900/10 dark:border-t-white/20",
|
|
3167
3261
|
title: "font-bold text-md leading-normal text-base-900 dark:text-base-150",
|
|
@@ -3187,7 +3281,15 @@ const modal = {
|
|
|
3187
3281
|
"ring ring-base-300 dark:ring-base-800"
|
|
3188
3282
|
].join(" ")
|
|
3189
3283
|
}
|
|
3284
|
+
},
|
|
3285
|
+
scrollbarThin: {
|
|
3286
|
+
true: {
|
|
3287
|
+
body: "scrollbar-thin"
|
|
3288
|
+
}
|
|
3190
3289
|
}
|
|
3290
|
+
},
|
|
3291
|
+
defaultVariants: {
|
|
3292
|
+
scrollbarThin: true
|
|
3191
3293
|
}
|
|
3192
3294
|
};
|
|
3193
3295
|
|
|
@@ -3811,10 +3913,10 @@ const select = () => {
|
|
|
3811
3913
|
"transition-colors before:transition-colors"
|
|
3812
3914
|
].join(" "),
|
|
3813
3915
|
itemLeadingIcon: [
|
|
3814
|
-
"shrink-0
|
|
3916
|
+
"shrink-0 transition-colors",
|
|
3917
|
+
"text-base-500 dark:text-base-700",
|
|
3815
3918
|
"group-data-highlighted:text-base-master dark:group-data-highlighted:text-base-150",
|
|
3816
|
-
"group-data-[state=checked]:text-base-master dark:group-data-[state=checked]:text-base-150"
|
|
3817
|
-
"transition-colors"
|
|
3919
|
+
"group-data-[state=checked]:text-base-master dark:group-data-[state=checked]:text-base-150"
|
|
3818
3920
|
].join(" "),
|
|
3819
3921
|
itemLeadingAvatar: "shrink-0",
|
|
3820
3922
|
itemLeadingAvatarSize: "",
|
|
@@ -3831,7 +3933,8 @@ const select = () => {
|
|
|
3831
3933
|
sm: defSize,
|
|
3832
3934
|
md: defSize,
|
|
3833
3935
|
lg: defSize
|
|
3834
|
-
}
|
|
3936
|
+
},
|
|
3937
|
+
...colorDropDownItem
|
|
3835
3938
|
}
|
|
3836
3939
|
},
|
|
3837
3940
|
input
|
|
@@ -4761,7 +4864,7 @@ const textarea = {
|
|
|
4761
4864
|
const toast = {
|
|
4762
4865
|
slots: {
|
|
4763
4866
|
root: [
|
|
4764
|
-
"relative group overflow-hidden rounded-[26px] py-3.5 ps-6 pe-4 flex gap-2.5 focus:outline-none",
|
|
4867
|
+
"relative group overflow-hidden rounded-[26px] py-3.5 ps-6 pe-4 flex items-center gap-2.5 focus:outline-none",
|
|
4765
4868
|
"font-b24-primary",
|
|
4766
4869
|
"dark:ring-2 dark:ring-base-900",
|
|
4767
4870
|
"bg-base-ebony/80 dark:bg-base-dark",
|
|
@@ -4827,7 +4930,7 @@ const toast = {
|
|
|
4827
4930
|
actions: "items-center"
|
|
4828
4931
|
},
|
|
4829
4932
|
vertical: {
|
|
4830
|
-
root: "items-
|
|
4933
|
+
root: "items-center",
|
|
4831
4934
|
actions: "items-start mt-1"
|
|
4832
4935
|
}
|
|
4833
4936
|
},
|
package/dist/unplugin.cjs
CHANGED
|
@@ -5,7 +5,7 @@ const pathe = require('pathe');
|
|
|
5
5
|
const unplugin = require('unplugin');
|
|
6
6
|
const defu = require('defu');
|
|
7
7
|
const tailwind = require('@tailwindcss/vite');
|
|
8
|
-
const templates = require('./shared/b24ui-nuxt.
|
|
8
|
+
const templates = require('./shared/b24ui-nuxt.DkKTVBhL.cjs');
|
|
9
9
|
const tinyglobby = require('tinyglobby');
|
|
10
10
|
const knitwork = require('knitwork');
|
|
11
11
|
const MagicString = require('magic-string');
|
package/dist/unplugin.mjs
CHANGED
|
@@ -3,7 +3,7 @@ import { join, normalize } from 'pathe';
|
|
|
3
3
|
import { createUnplugin } from 'unplugin';
|
|
4
4
|
import { defu } from 'defu';
|
|
5
5
|
import tailwind from '@tailwindcss/vite';
|
|
6
|
-
import { g as getTemplates, d as defaultOptions, a as getDefaultUiConfig } from './shared/b24ui-nuxt.
|
|
6
|
+
import { g as getTemplates, d as defaultOptions, a as getDefaultUiConfig } from './shared/b24ui-nuxt.CxFyzKH7.mjs';
|
|
7
7
|
import { globSync } from 'tinyglobby';
|
|
8
8
|
import { genSafeVariableName } from 'knitwork';
|
|
9
9
|
import MagicString from 'magic-string';
|
package/dist/vite.cjs
CHANGED
package/dist/vite.mjs
CHANGED