@bitrix24/b24ui-nuxt 0.2.9 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.nuxt/b24ui/dropdown-menu.ts +15 -15
- package/.nuxt/b24ui/input-menu.ts +42 -0
- package/.nuxt/b24ui/select-menu.ts +43 -1
- package/.nuxt/b24ui/select.ts +43 -1
- package/dist/meta.cjs +1663 -1157
- package/dist/meta.d.cts +1663 -1157
- package/dist/meta.d.mts +1663 -1157
- package/dist/meta.d.ts +1663 -1157
- package/dist/meta.mjs +1663 -1157
- package/dist/module.cjs +1 -1
- package/dist/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/dist/runtime/components/Checkbox.vue +3 -1
- package/dist/runtime/components/InputMenu.vue +9 -8
- 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/composables/useComponentIcons.d.ts +2 -2
- package/dist/runtime/plugins/colors.js +9 -7
- package/dist/shared/{b24ui-nuxt.DcPkWX-m.cjs → b24ui-nuxt.BDw9-NAb.cjs} +115 -20
- package/dist/shared/{b24ui-nuxt.0h2uYsyZ.mjs → b24ui-nuxt.aLj37Bax.mjs} +115 -20
- 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
|
}
|
|
@@ -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 ////
|
|
@@ -3809,10 +3903,10 @@ const select = () => {
|
|
|
3809
3903
|
"transition-colors before:transition-colors"
|
|
3810
3904
|
].join(" "),
|
|
3811
3905
|
itemLeadingIcon: [
|
|
3812
|
-
"shrink-0
|
|
3906
|
+
"shrink-0 transition-colors",
|
|
3907
|
+
"text-base-500 dark:text-base-700",
|
|
3813
3908
|
"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"
|
|
3909
|
+
"group-data-[state=checked]:text-base-master dark:group-data-[state=checked]:text-base-150"
|
|
3816
3910
|
].join(" "),
|
|
3817
3911
|
itemLeadingAvatar: "shrink-0",
|
|
3818
3912
|
itemLeadingAvatarSize: "",
|
|
@@ -3829,7 +3923,8 @@ const select = () => {
|
|
|
3829
3923
|
sm: defSize,
|
|
3830
3924
|
md: defSize,
|
|
3831
3925
|
lg: defSize
|
|
3832
|
-
}
|
|
3926
|
+
},
|
|
3927
|
+
...colorDropDownItem
|
|
3833
3928
|
}
|
|
3834
3929
|
},
|
|
3835
3930
|
input
|
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.BDw9-NAb.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.aLj37Bax.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
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitrix24/b24ui-nuxt",
|
|
3
3
|
"description": "Bitrix24 UI-Kit for developing web applications REST API for NUXT & VUE",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.3.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/bitrix24/b24ui.git"
|
|
@@ -71,8 +71,8 @@
|
|
|
71
71
|
"@nuxt/kit": "^3.15.4",
|
|
72
72
|
"@nuxt/schema": "^3.15.4",
|
|
73
73
|
"@nuxtjs/color-mode": "^3.5.2",
|
|
74
|
-
"@tailwindcss/postcss": "^4.0.
|
|
75
|
-
"@tailwindcss/vite": "^4.0.
|
|
74
|
+
"@tailwindcss/postcss": "^4.0.8",
|
|
75
|
+
"@tailwindcss/vite": "^4.0.8",
|
|
76
76
|
"@tanstack/vue-table": "^8.21.2",
|
|
77
77
|
"@unhead/vue": "^1.11.19",
|
|
78
78
|
"@vueuse/core": "^12.7.0",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"scule": "^1.3.0",
|
|
98
98
|
"sirv": "^3.0.1",
|
|
99
99
|
"tailwind-variants": "^0.3.1",
|
|
100
|
-
"tailwindcss": "^4.0.
|
|
100
|
+
"tailwindcss": "^4.0.8",
|
|
101
101
|
"tinyglobby": "^0.2.11",
|
|
102
102
|
"unplugin": "^2.2.0",
|
|
103
103
|
"unplugin-auto-import": "^19.1.0",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"devDependencies": {
|
|
108
108
|
"@nuxt/eslint-config": "^1.1.0",
|
|
109
109
|
"@nuxt/module-builder": "^0.8.4",
|
|
110
|
-
"@nuxt/test-utils": "^3.
|
|
110
|
+
"@nuxt/test-utils": "^3.17.0",
|
|
111
111
|
"@standard-schema/spec": "^1.0.0",
|
|
112
112
|
"@vue/test-utils": "^2.4.6",
|
|
113
113
|
"embla-carousel": "^8.5.2",
|