@turtleclub/ui 0.7.0-beta.14 → 0.7.0-beta.15
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/.turbo/turbo-build.log +55 -55
- package/CHANGELOG.md +6 -0
- package/dist/index.cjs +17 -17
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2215 -2214
- package/dist/index.js.map +1 -1
- package/dist/types/components/features/data-table/data-table.d.ts +2 -1
- package/dist/types/components/features/data-table/data-table.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/components/features/data-table/data-table.tsx +3 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -4,94 +4,93 @@ $ vite build
|
|
|
4
4
|
transforming...
|
|
5
5
|
[33msrc/hooks/useIsMobile.ts (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
6
6
|
[33msrc/hooks/useIsMobile.ts (1:0): Module level directives cause errors when bundled, "use client" in "src/hooks/useIsMobile.ts" was ignored.[39m
|
|
7
|
+
[33msrc/components/molecules/token-selector.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
8
|
+
[33msrc/components/molecules/token-selector.tsx (1:0): Module level directives cause errors when bundled, "use client" in "src/components/molecules/token-selector.tsx" was ignored.[39m
|
|
7
9
|
[33msrc/components/ui/toggle.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
8
10
|
[33msrc/components/ui/toggle.tsx (1:0): Module level directives cause errors when bundled, "use client" in "src/components/ui/toggle.tsx" was ignored.[39m
|
|
9
11
|
[33msrc/components/ui/navigation-bar.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
10
12
|
[33msrc/components/ui/navigation-bar.tsx (1:0): Module level directives cause errors when bundled, "use client" in "src/components/ui/navigation-bar.tsx" was ignored.[39m
|
|
11
|
-
[33msrc/components/ui/
|
|
12
|
-
[33msrc/components/ui/
|
|
13
|
+
[33msrc/components/ui/combobox.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
14
|
+
[33msrc/components/ui/combobox.tsx (1:0): Module level directives cause errors when bundled, "use client" in "src/components/ui/combobox.tsx" was ignored.[39m
|
|
15
|
+
[33msrc/components/ui/sidebar.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
16
|
+
[33msrc/components/ui/sidebar.tsx (1:0): Module level directives cause errors when bundled, "use client" in "src/components/ui/sidebar.tsx" was ignored.[39m
|
|
17
|
+
[33msrc/components/ui/scroll-area.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
18
|
+
[33msrc/components/ui/scroll-area.tsx (1:0): Module level directives cause errors when bundled, "use client" in "src/components/ui/scroll-area.tsx" was ignored.[39m
|
|
19
|
+
[33msrc/components/ui/command.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
20
|
+
[33msrc/components/ui/command.tsx (1:0): Module level directives cause errors when bundled, "use client" in "src/components/ui/command.tsx" was ignored.[39m
|
|
21
|
+
[33msrc/components/ui/popover.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
22
|
+
[33msrc/components/ui/popover.tsx (1:0): Module level directives cause errors when bundled, "use client" in "src/components/ui/popover.tsx" was ignored.[39m
|
|
23
|
+
[33msrc/components/ui/slider.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
24
|
+
[33msrc/components/ui/slider.tsx (1:0): Module level directives cause errors when bundled, "use client" in "src/components/ui/slider.tsx" was ignored.[39m
|
|
25
|
+
[33msrc/components/ui/label.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
26
|
+
[33msrc/components/ui/label.tsx (1:0): Module level directives cause errors when bundled, "use client" in "src/components/ui/label.tsx" was ignored.[39m
|
|
27
|
+
[33msrc/components/ui/table.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
28
|
+
[33msrc/components/ui/table.tsx (1:0): Module level directives cause errors when bundled, "use client" in "src/components/ui/table.tsx" was ignored.[39m
|
|
29
|
+
[33msrc/components/ui/field.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
30
|
+
[33msrc/components/ui/field.tsx (1:0): Module level directives cause errors when bundled, "use client" in "src/components/ui/field.tsx" was ignored.[39m
|
|
13
31
|
[33msrc/components/ui/table-shadcn.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
14
32
|
[33msrc/components/ui/table-shadcn.tsx (1:0): Module level directives cause errors when bundled, "use client" in "src/components/ui/table-shadcn.tsx" was ignored.[39m
|
|
15
|
-
[33msrc/components/ui/checkbox.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
16
|
-
[33msrc/components/ui/checkbox.tsx (1:0): Module level directives cause errors when bundled, "use client" in "src/components/ui/checkbox.tsx" was ignored.[39m
|
|
17
|
-
[33msrc/components/ui/dropdown.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
18
|
-
[33msrc/components/ui/dropdown.tsx (1:0): Module level directives cause errors when bundled, "use client" in "src/components/ui/dropdown.tsx" was ignored.[39m
|
|
19
33
|
[33msrc/components/ui/segment-control.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
20
34
|
[33msrc/components/ui/segment-control.tsx (1:0): Module level directives cause errors when bundled, "use client" in "src/components/ui/segment-control.tsx" was ignored.[39m
|
|
21
|
-
[33msrc/components/ui/
|
|
22
|
-
[33msrc/components/ui/
|
|
23
|
-
[33msrc/components/ui/
|
|
24
|
-
[33msrc/components/ui/
|
|
35
|
+
[33msrc/components/ui/checkbox.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
36
|
+
[33msrc/components/ui/checkbox.tsx (1:0): Module level directives cause errors when bundled, "use client" in "src/components/ui/checkbox.tsx" was ignored.[39m
|
|
37
|
+
[33msrc/components/ui/input-group.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
38
|
+
[33msrc/components/ui/input-group.tsx (1:0): Module level directives cause errors when bundled, "use client" in "src/components/ui/input-group.tsx" was ignored.[39m
|
|
39
|
+
[33msrc/components/ui/alert-dialog.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
40
|
+
[33msrc/components/ui/alert-dialog.tsx (1:0): Module level directives cause errors when bundled, "use client" in "src/components/ui/alert-dialog.tsx" was ignored.[39m
|
|
25
41
|
[33msrc/components/ui/collapsible.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
26
42
|
[33msrc/components/ui/collapsible.tsx (1:0): Module level directives cause errors when bundled, "use client" in "src/components/ui/collapsible.tsx" was ignored.[39m
|
|
27
|
-
[33msrc/components/ui/table.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
28
|
-
[33msrc/components/ui/table.tsx (1:0): Module level directives cause errors when bundled, "use client" in "src/components/ui/table.tsx" was ignored.[39m
|
|
29
|
-
[33msrc/components/ui/command.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
30
|
-
[33msrc/components/ui/command.tsx (1:0): Module level directives cause errors when bundled, "use client" in "src/components/ui/command.tsx" was ignored.[39m
|
|
31
|
-
[33msrc/components/ui/sidebar.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
32
|
-
[33msrc/components/ui/sidebar.tsx (1:0): Module level directives cause errors when bundled, "use client" in "src/components/ui/sidebar.tsx" was ignored.[39m
|
|
33
|
-
[33msrc/components/molecules/token-selector.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
34
|
-
[33msrc/components/molecules/token-selector.tsx (1:0): Module level directives cause errors when bundled, "use client" in "src/components/molecules/token-selector.tsx" was ignored.[39m
|
|
35
43
|
[33msrc/components/ui/tooltip.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
36
44
|
[33msrc/components/ui/tooltip.tsx (1:0): Module level directives cause errors when bundled, "use client" in "src/components/ui/tooltip.tsx" was ignored.[39m
|
|
37
|
-
[33msrc/components/ui/popover.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
38
|
-
[33msrc/components/ui/popover.tsx (1:0): Module level directives cause errors when bundled, "use client" in "src/components/ui/popover.tsx" was ignored.[39m
|
|
39
|
-
[33msrc/components/ui/dialog.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
40
|
-
[33msrc/components/ui/dialog.tsx (1:0): Module level directives cause errors when bundled, "use client" in "src/components/ui/dialog.tsx" was ignored.[39m
|
|
41
|
-
[33msrc/components/ui/field.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
42
|
-
[33msrc/components/ui/field.tsx (1:0): Module level directives cause errors when bundled, "use client" in "src/components/ui/field.tsx" was ignored.[39m
|
|
43
45
|
[33msrc/components/ui/select.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
44
46
|
[33msrc/components/ui/select.tsx (1:0): Module level directives cause errors when bundled, "use client" in "src/components/ui/select.tsx" was ignored.[39m
|
|
45
|
-
[33msrc/components/ui/
|
|
46
|
-
[33msrc/components/ui/
|
|
47
|
-
[33msrc/components/ui/
|
|
48
|
-
[33msrc/components/ui/
|
|
49
|
-
[33msrc/components/
|
|
50
|
-
[33msrc/components/
|
|
47
|
+
[33msrc/components/ui/dropdown.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
48
|
+
[33msrc/components/ui/dropdown.tsx (1:0): Module level directives cause errors when bundled, "use client" in "src/components/ui/dropdown.tsx" was ignored.[39m
|
|
49
|
+
[33msrc/components/ui/dialog.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
50
|
+
[33msrc/components/ui/dialog.tsx (1:0): Module level directives cause errors when bundled, "use client" in "src/components/ui/dialog.tsx" was ignored.[39m
|
|
51
|
+
[33msrc/components/molecules/widget/base-selector.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
52
|
+
[33msrc/components/molecules/widget/base-selector.tsx (1:0): Module level directives cause errors when bundled, "use client" in "src/components/molecules/widget/base-selector.tsx" was ignored.[39m
|
|
53
|
+
[33m../../node_modules/.bun/@radix-ui+react-tooltip@1.2.8+0f632ffdea8f23d7/node_modules/@radix-ui/react-tooltip/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/@radix-ui+react-tooltip@1.2.8+0f632ffdea8f23d7/node_modules/@radix-ui/react-tooltip/dist/index.mjs" was ignored.[39m
|
|
51
54
|
[33m../../node_modules/.bun/next-themes@0.4.6+dfc90389513bb65c/node_modules/next-themes/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/next-themes@0.4.6+dfc90389513bb65c/node_modules/next-themes/dist/index.mjs" was ignored.[39m
|
|
52
|
-
[33m../../node_modules/.bun/@radix-ui+react-toggle-group@1.1.11+0f632ffdea8f23d7/node_modules/@radix-ui/react-toggle-group/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/@radix-ui+react-toggle-group@1.1.11+0f632ffdea8f23d7/node_modules/@radix-ui/react-toggle-group/dist/index.mjs" was ignored.[39m
|
|
53
55
|
[33m../../node_modules/.bun/@radix-ui+react-switch@1.2.6+0f632ffdea8f23d7/node_modules/@radix-ui/react-switch/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/@radix-ui+react-switch@1.2.6+0f632ffdea8f23d7/node_modules/@radix-ui/react-switch/dist/index.mjs" was ignored.[39m
|
|
56
|
+
[33m../../node_modules/.bun/@radix-ui+react-toggle-group@1.1.11+0f632ffdea8f23d7/node_modules/@radix-ui/react-toggle-group/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/@radix-ui+react-toggle-group@1.1.11+0f632ffdea8f23d7/node_modules/@radix-ui/react-toggle-group/dist/index.mjs" was ignored.[39m
|
|
54
57
|
[33m../../node_modules/.bun/@radix-ui+react-toggle@1.1.10+0f632ffdea8f23d7/node_modules/@radix-ui/react-toggle/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/@radix-ui+react-toggle@1.1.10+0f632ffdea8f23d7/node_modules/@radix-ui/react-toggle/dist/index.mjs" was ignored.[39m
|
|
55
58
|
[33m../../node_modules/.bun/sonner@2.0.7+dfc90389513bb65c/node_modules/sonner/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/sonner@2.0.7+dfc90389513bb65c/node_modules/sonner/dist/index.mjs" was ignored.[39m
|
|
59
|
+
[33m../../node_modules/.bun/@radix-ui+react-hover-card@1.1.15+0f632ffdea8f23d7/node_modules/@radix-ui/react-hover-card/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/@radix-ui+react-hover-card@1.1.15+0f632ffdea8f23d7/node_modules/@radix-ui/react-hover-card/dist/index.mjs" was ignored.[39m
|
|
60
|
+
[33m../../node_modules/.bun/@radix-ui+react-scroll-area@1.2.10+0f632ffdea8f23d7/node_modules/@radix-ui/react-scroll-area/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/@radix-ui+react-scroll-area@1.2.10+0f632ffdea8f23d7/node_modules/@radix-ui/react-scroll-area/dist/index.mjs" was ignored.[39m
|
|
61
|
+
[33m../../node_modules/.bun/cmdk@1.1.1+0f632ffdea8f23d7/node_modules/cmdk/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/cmdk@1.1.1+0f632ffdea8f23d7/node_modules/cmdk/dist/index.mjs" was ignored.[39m
|
|
62
|
+
[33m../../node_modules/.bun/@radix-ui+react-popover@1.1.15+0f632ffdea8f23d7/node_modules/@radix-ui/react-popover/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/@radix-ui+react-popover@1.1.15+0f632ffdea8f23d7/node_modules/@radix-ui/react-popover/dist/index.mjs" was ignored.[39m
|
|
63
|
+
[33m../../node_modules/.bun/@radix-ui+react-slider@1.3.6+0f632ffdea8f23d7/node_modules/@radix-ui/react-slider/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/@radix-ui+react-slider@1.3.6+0f632ffdea8f23d7/node_modules/@radix-ui/react-slider/dist/index.mjs" was ignored.[39m
|
|
64
|
+
[33m../../node_modules/.bun/@radix-ui+react-label@2.1.8+0f632ffdea8f23d7/node_modules/@radix-ui/react-label/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/@radix-ui+react-label@2.1.8+0f632ffdea8f23d7/node_modules/@radix-ui/react-label/dist/index.mjs" was ignored.[39m
|
|
56
65
|
[33m../../node_modules/.bun/@radix-ui+react-avatar@1.1.11+0f632ffdea8f23d7/node_modules/@radix-ui/react-avatar/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/@radix-ui+react-avatar@1.1.11+0f632ffdea8f23d7/node_modules/@radix-ui/react-avatar/dist/index.mjs" was ignored.[39m
|
|
57
66
|
[33m../../node_modules/.bun/@radix-ui+react-checkbox@1.3.3+0f632ffdea8f23d7/node_modules/@radix-ui/react-checkbox/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/@radix-ui+react-checkbox@1.3.3+0f632ffdea8f23d7/node_modules/@radix-ui/react-checkbox/dist/index.mjs" was ignored.[39m
|
|
58
|
-
[33m../../node_modules/.bun/@radix-ui+react-
|
|
67
|
+
[33m../../node_modules/.bun/@radix-ui+react-alert-dialog@1.1.15+0f632ffdea8f23d7/node_modules/@radix-ui/react-alert-dialog/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/@radix-ui+react-alert-dialog@1.1.15+0f632ffdea8f23d7/node_modules/@radix-ui/react-alert-dialog/dist/index.mjs" was ignored.[39m
|
|
59
68
|
[33m../../node_modules/.bun/@radix-ui+react-navigation-menu@1.2.14+0f632ffdea8f23d7/node_modules/@radix-ui/react-navigation-menu/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/@radix-ui+react-navigation-menu@1.2.14+0f632ffdea8f23d7/node_modules/@radix-ui/react-navigation-menu/dist/index.mjs" was ignored.[39m
|
|
60
|
-
[33m../../node_modules/.bun/@radix-ui+react-label@2.1.8+0f632ffdea8f23d7/node_modules/@radix-ui/react-label/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/@radix-ui+react-label@2.1.8+0f632ffdea8f23d7/node_modules/@radix-ui/react-label/dist/index.mjs" was ignored.[39m
|
|
61
|
-
[33m../../node_modules/.bun/@radix-ui+react-slider@1.3.6+0f632ffdea8f23d7/node_modules/@radix-ui/react-slider/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/@radix-ui+react-slider@1.3.6+0f632ffdea8f23d7/node_modules/@radix-ui/react-slider/dist/index.mjs" was ignored.[39m
|
|
62
69
|
[33m../../node_modules/.bun/@radix-ui+react-collapsible@1.1.12+0f632ffdea8f23d7/node_modules/@radix-ui/react-collapsible/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/@radix-ui+react-collapsible@1.1.12+0f632ffdea8f23d7/node_modules/@radix-ui/react-collapsible/dist/index.mjs" was ignored.[39m
|
|
63
|
-
[33m../../node_modules/.bun/@radix-ui+react-
|
|
64
|
-
[33m../../node_modules/.bun/cmdk@1.1.1+0f632ffdea8f23d7/node_modules/cmdk/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/cmdk@1.1.1+0f632ffdea8f23d7/node_modules/cmdk/dist/index.mjs" was ignored.[39m
|
|
65
|
-
[33m../../node_modules/.bun/@radix-ui+react-tooltip@1.2.8+0f632ffdea8f23d7/node_modules/@radix-ui/react-tooltip/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/@radix-ui+react-tooltip@1.2.8+0f632ffdea8f23d7/node_modules/@radix-ui/react-tooltip/dist/index.mjs" was ignored.[39m
|
|
66
|
-
[33m../../node_modules/.bun/@radix-ui+react-popover@1.1.15+0f632ffdea8f23d7/node_modules/@radix-ui/react-popover/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/@radix-ui+react-popover@1.1.15+0f632ffdea8f23d7/node_modules/@radix-ui/react-popover/dist/index.mjs" was ignored.[39m
|
|
70
|
+
[33m../../node_modules/.bun/@radix-ui+react-dropdown-menu@2.1.16+0f632ffdea8f23d7/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/@radix-ui+react-dropdown-menu@2.1.16+0f632ffdea8f23d7/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs" was ignored.[39m
|
|
67
71
|
[33m../../node_modules/.bun/@radix-ui+react-dialog@1.1.15+0f632ffdea8f23d7/node_modules/@radix-ui/react-dialog/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/@radix-ui+react-dialog@1.1.15+0f632ffdea8f23d7/node_modules/@radix-ui/react-dialog/dist/index.mjs" was ignored.[39m
|
|
72
|
+
[33m../../node_modules/.bun/@radix-ui+react-select@2.2.6+0f632ffdea8f23d7/node_modules/@radix-ui/react-select/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/@radix-ui+react-select@2.2.6+0f632ffdea8f23d7/node_modules/@radix-ui/react-select/dist/index.mjs" was ignored.[39m
|
|
68
73
|
[33msrc/components/ui/sheet.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
69
74
|
[33msrc/components/ui/sheet.tsx (1:0): Module level directives cause errors when bundled, "use client" in "src/components/ui/sheet.tsx" was ignored.[39m
|
|
70
|
-
[33msrc/components/molecules/widget/base-selector.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
71
|
-
[33msrc/components/molecules/widget/base-selector.tsx (1:0): Module level directives cause errors when bundled, "use client" in "src/components/molecules/widget/base-selector.tsx" was ignored.[39m
|
|
72
|
-
[33m../../node_modules/.bun/@radix-ui+react-select@2.2.6+0f632ffdea8f23d7/node_modules/@radix-ui/react-select/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/@radix-ui+react-select@2.2.6+0f632ffdea8f23d7/node_modules/@radix-ui/react-select/dist/index.mjs" was ignored.[39m
|
|
73
|
-
[33m../../node_modules/.bun/@radix-ui+react-scroll-area@1.2.10+0f632ffdea8f23d7/node_modules/@radix-ui/react-scroll-area/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/@radix-ui+react-scroll-area@1.2.10+0f632ffdea8f23d7/node_modules/@radix-ui/react-scroll-area/dist/index.mjs" was ignored.[39m
|
|
74
|
-
[33m../../node_modules/.bun/@radix-ui+react-alert-dialog@1.1.15+0f632ffdea8f23d7/node_modules/@radix-ui/react-alert-dialog/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/@radix-ui+react-alert-dialog@1.1.15+0f632ffdea8f23d7/node_modules/@radix-ui/react-alert-dialog/dist/index.mjs" was ignored.[39m
|
|
75
|
-
[33msrc/components/ui/animated-background/animated-background.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
76
|
-
[33msrc/components/ui/animated-background/animated-background.tsx (1:0): Module level directives cause errors when bundled, "use client" in "src/components/ui/animated-background/animated-background.tsx" was ignored.[39m
|
|
77
75
|
[33msrc/components/features/data-table/sort-dropdown.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
78
76
|
[33msrc/components/features/data-table/sort-dropdown.tsx (1:0): Module level directives cause errors when bundled, "use client" in "src/components/features/data-table/sort-dropdown.tsx" was ignored.[39m
|
|
77
|
+
[33msrc/components/ui/animated-background/animated-background.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
78
|
+
[33msrc/components/ui/animated-background/animated-background.tsx (1:0): Module level directives cause errors when bundled, "use client" in "src/components/ui/animated-background/animated-background.tsx" was ignored.[39m
|
|
79
79
|
[33msrc/components/features/data-table/data-table.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
80
80
|
[33msrc/components/features/data-table/data-table.tsx (1:0): Module level directives cause errors when bundled, "use client" in "src/components/features/data-table/data-table.tsx" was ignored.[39m
|
|
81
|
-
[33m../../node_modules/.bun/@radix-ui+react-roving-focus@1.1.11+0f632ffdea8f23d7/node_modules/@radix-ui/react-roving-focus/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/@radix-ui+react-roving-focus@1.1.11+0f632ffdea8f23d7/node_modules/@radix-ui/react-roving-focus/dist/index.mjs" was ignored.[39m
|
|
82
|
-
[33m../../node_modules/.bun/@radix-ui+react-presence@1.1.5+0f632ffdea8f23d7/node_modules/@radix-ui/react-presence/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/@radix-ui+react-presence@1.1.5+0f632ffdea8f23d7/node_modules/@radix-ui/react-presence/dist/index.mjs" was ignored.[39m
|
|
83
|
-
[33m../../node_modules/.bun/@radix-ui+react-menu@2.1.16+0f632ffdea8f23d7/node_modules/@radix-ui/react-menu/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/@radix-ui+react-menu@2.1.16+0f632ffdea8f23d7/node_modules/@radix-ui/react-menu/dist/index.mjs" was ignored.[39m
|
|
84
|
-
[33m../../node_modules/.bun/@radix-ui+react-collection@1.1.7+0f632ffdea8f23d7/node_modules/@radix-ui/react-collection/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/@radix-ui+react-collection@1.1.7+0f632ffdea8f23d7/node_modules/@radix-ui/react-collection/dist/index.mjs" was ignored.[39m
|
|
85
81
|
[33m../../node_modules/.bun/@radix-ui+react-dismissable-layer@1.1.11+0f632ffdea8f23d7/node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/@radix-ui+react-dismissable-layer@1.1.11+0f632ffdea8f23d7/node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs" was ignored.[39m
|
|
86
82
|
[33m../../node_modules/.bun/@radix-ui+react-popper@1.2.8+0f632ffdea8f23d7/node_modules/@radix-ui/react-popper/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/@radix-ui+react-popper@1.2.8+0f632ffdea8f23d7/node_modules/@radix-ui/react-popper/dist/index.mjs" was ignored.[39m
|
|
87
83
|
[33m../../node_modules/.bun/@radix-ui+react-portal@1.1.9+0f632ffdea8f23d7/node_modules/@radix-ui/react-portal/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/@radix-ui+react-portal@1.1.9+0f632ffdea8f23d7/node_modules/@radix-ui/react-portal/dist/index.mjs" was ignored.[39m
|
|
84
|
+
[33m../../node_modules/.bun/@radix-ui+react-presence@1.1.5+0f632ffdea8f23d7/node_modules/@radix-ui/react-presence/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/@radix-ui+react-presence@1.1.5+0f632ffdea8f23d7/node_modules/@radix-ui/react-presence/dist/index.mjs" was ignored.[39m
|
|
85
|
+
[33m../../node_modules/.bun/@radix-ui+react-roving-focus@1.1.11+0f632ffdea8f23d7/node_modules/@radix-ui/react-roving-focus/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/@radix-ui+react-roving-focus@1.1.11+0f632ffdea8f23d7/node_modules/@radix-ui/react-roving-focus/dist/index.mjs" was ignored.[39m
|
|
88
86
|
[33m../../node_modules/.bun/@radix-ui+react-focus-guards@1.1.3+96d8fed696732878/node_modules/@radix-ui/react-focus-guards/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/@radix-ui+react-focus-guards@1.1.3+96d8fed696732878/node_modules/@radix-ui/react-focus-guards/dist/index.mjs" was ignored.[39m
|
|
89
87
|
[33m../../node_modules/.bun/@radix-ui+react-focus-scope@1.1.7+0f632ffdea8f23d7/node_modules/@radix-ui/react-focus-scope/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/@radix-ui+react-focus-scope@1.1.7+0f632ffdea8f23d7/node_modules/@radix-ui/react-focus-scope/dist/index.mjs" was ignored.[39m
|
|
88
|
+
[33m../../node_modules/.bun/@radix-ui+react-collection@1.1.7+0f632ffdea8f23d7/node_modules/@radix-ui/react-collection/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/@radix-ui+react-collection@1.1.7+0f632ffdea8f23d7/node_modules/@radix-ui/react-collection/dist/index.mjs" was ignored.[39m
|
|
89
|
+
[33m../../node_modules/.bun/@radix-ui+react-menu@2.1.16+0f632ffdea8f23d7/node_modules/@radix-ui/react-menu/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/@radix-ui+react-menu@2.1.16+0f632ffdea8f23d7/node_modules/@radix-ui/react-menu/dist/index.mjs" was ignored.[39m
|
|
90
90
|
[33msrc/components/features/data-table/sortable-header.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
91
91
|
[33msrc/components/features/data-table/sortable-header.tsx (1:0): Module level directives cause errors when bundled, "use client" in "src/components/features/data-table/sortable-header.tsx" was ignored.[39m
|
|
92
92
|
[33msrc/components/molecules/widget/asset-list/asset-list.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
93
93
|
[33msrc/components/molecules/widget/asset-list/asset-list.tsx (1:0): Module level directives cause errors when bundled, "use client" in "src/components/molecules/widget/asset-list/asset-list.tsx" was ignored.[39m
|
|
94
|
-
[33m../../node_modules/.bun/@number-flow+react@0.5.10+dfc90389513bb65c/node_modules/@number-flow/react/dist/NumberFlow-client-48rw3j0J.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/@number-flow+react@0.5.10+dfc90389513bb65c/node_modules/@number-flow/react/dist/NumberFlow-client-48rw3j0J.mjs" was ignored.[39m
|
|
95
94
|
[33m../../node_modules/.bun/framer-motion@12.26.1+0df284f047bac077/node_modules/framer-motion/dist/es/components/AnimatePresence/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.26.1+0df284f047bac077/node_modules/framer-motion/dist/es/components/AnimatePresence/index.mjs" was ignored.[39m
|
|
96
95
|
[33m../../node_modules/.bun/framer-motion@12.26.1+0df284f047bac077/node_modules/framer-motion/dist/es/components/AnimatePresence/PopChild.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.26.1+0df284f047bac077/node_modules/framer-motion/dist/es/components/AnimatePresence/PopChild.mjs" was ignored.[39m
|
|
97
96
|
[33m../../node_modules/.bun/framer-motion@12.26.1+0df284f047bac077/node_modules/framer-motion/dist/es/components/AnimatePresence/PresenceChild.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.26.1+0df284f047bac077/node_modules/framer-motion/dist/es/components/AnimatePresence/PresenceChild.mjs" was ignored.[39m
|
|
@@ -133,9 +132,10 @@ transforming...
|
|
|
133
132
|
[33m../../node_modules/.bun/framer-motion@12.26.1+0df284f047bac077/node_modules/framer-motion/dist/es/context/PresenceContext.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.26.1+0df284f047bac077/node_modules/framer-motion/dist/es/context/PresenceContext.mjs" was ignored.[39m
|
|
134
133
|
[33m../../node_modules/.bun/framer-motion@12.26.1+0df284f047bac077/node_modules/framer-motion/dist/es/context/SwitchLayoutGroupContext.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.26.1+0df284f047bac077/node_modules/framer-motion/dist/es/context/SwitchLayoutGroupContext.mjs" was ignored.[39m
|
|
135
134
|
[33m../../node_modules/.bun/framer-motion@12.26.1+0df284f047bac077/node_modules/framer-motion/dist/es/animation/hooks/use-animated-state.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.26.1+0df284f047bac077/node_modules/framer-motion/dist/es/animation/hooks/use-animated-state.mjs" was ignored.[39m
|
|
136
|
-
[33m../../node_modules/.bun/framer-motion@12.26.1+0df284f047bac077/node_modules/framer-motion/dist/es/components/AnimateSharedLayout.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.26.1+0df284f047bac077/node_modules/framer-motion/dist/es/components/AnimateSharedLayout.mjs" was ignored.[39m
|
|
137
135
|
[33m../../node_modules/.bun/framer-motion@12.26.1+0df284f047bac077/node_modules/framer-motion/dist/es/context/DeprecatedLayoutGroupContext.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.26.1+0df284f047bac077/node_modules/framer-motion/dist/es/context/DeprecatedLayoutGroupContext.mjs" was ignored.[39m
|
|
136
|
+
[33m../../node_modules/.bun/framer-motion@12.26.1+0df284f047bac077/node_modules/framer-motion/dist/es/components/AnimateSharedLayout.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.26.1+0df284f047bac077/node_modules/framer-motion/dist/es/components/AnimateSharedLayout.mjs" was ignored.[39m
|
|
138
137
|
[33m../../node_modules/.bun/framer-motion@12.26.1+0df284f047bac077/node_modules/framer-motion/dist/es/value/use-inverted-scale.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.26.1+0df284f047bac077/node_modules/framer-motion/dist/es/value/use-inverted-scale.mjs" was ignored.[39m
|
|
138
|
+
[33m../../node_modules/.bun/@number-flow+react@0.5.10+dfc90389513bb65c/node_modules/@number-flow/react/dist/NumberFlow-client-48rw3j0J.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/@number-flow+react@0.5.10+dfc90389513bb65c/node_modules/@number-flow/react/dist/NumberFlow-client-48rw3j0J.mjs" was ignored.[39m
|
|
139
139
|
[33m../../node_modules/.bun/framer-motion@12.26.1+0df284f047bac077/node_modules/framer-motion/dist/es/utils/use-constant.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.26.1+0df284f047bac077/node_modules/framer-motion/dist/es/utils/use-constant.mjs" was ignored.[39m
|
|
140
140
|
[33m../../node_modules/.bun/framer-motion@12.26.1+0df284f047bac077/node_modules/framer-motion/dist/es/context/LazyContext.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.26.1+0df284f047bac077/node_modules/framer-motion/dist/es/context/LazyContext.mjs" was ignored.[39m
|
|
141
141
|
[33m../../node_modules/.bun/framer-motion@12.26.1+0df284f047bac077/node_modules/framer-motion/dist/es/utils/use-is-mounted.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.26.1+0df284f047bac077/node_modules/framer-motion/dist/es/utils/use-is-mounted.mjs" was ignored.[39m
|
|
@@ -157,9 +157,9 @@ transforming...
|
|
|
157
157
|
[32m✓[39m 2899 modules transformed.
|
|
158
158
|
rendering chunks...
|
|
159
159
|
computing gzip size...
|
|
160
|
-
[2mdist/[22m[36mindex.js [39m[1m[33m1,062.
|
|
161
|
-
[2mdist/[22m[36mindex.cjs [39m[1m[33m711.
|
|
162
|
-
[32m✓ built in
|
|
160
|
+
[2mdist/[22m[36mindex.js [39m[1m[33m1,062.98 kB[39m[22m[2m │ gzip: 261.78 kB[22m[2m │ map: 3,132.22 kB[22m
|
|
161
|
+
[2mdist/[22m[36mindex.cjs [39m[1m[33m711.09 kB[39m[22m[2m │ gzip: 216.49 kB[22m[2m │ map: 3,017.17 kB[22m
|
|
162
|
+
[32m✓ built in 24.60s[39m
|
|
163
163
|
$ tsc -p .
|
|
164
164
|
$ BUILD_CSS=true vite build
|
|
165
165
|
[36mvite v7.3.1 [32mbuilding client environment for production...[36m[39m
|
|
@@ -168,4 +168,4 @@ transforming...
|
|
|
168
168
|
rendering chunks...
|
|
169
169
|
computing gzip size...
|
|
170
170
|
[2mdist/[22m[35mstyles.css [39m[1m[2m123.43 kB[22m[1m[22m[2m │ gzip: 19.25 kB[22m
|
|
171
|
-
[32m✓ built in
|
|
171
|
+
[32m✓ built in 712ms[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [0.7.0-beta.15](https://github.com/turtledev/packages/compare/@turtleclub/ui@0.7.0-beta.14...@turtleclub/ui@0.7.0-beta.15) (2026-01-12)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- data-table flex ([#223](https://github.com/turtledev/packages/issues/223)) ([31bacd0](https://github.com/turtledev/packages/commit/31bacd086e828938a29f18f8652ce460ef85d756))
|
|
11
|
+
|
|
6
12
|
# [0.7.0-beta.14](https://github.com/turtledev/packages/compare/@turtleclub/ui@0.7.0-beta.13...@turtleclub/ui@0.7.0-beta.14) (2026-01-12)
|
|
7
13
|
|
|
8
14
|
### Bug Fixes
|