@turtleclub/ui 0.7.0-beta.21 → 0.7.0-beta.23
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 +131 -121
- package/CHANGELOG.md +12 -0
- package/dist/index.cjs +76 -36
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +32770 -14900
- package/dist/index.js.map +1 -1
- package/dist/styles.css +1 -1
- package/dist/types/components/charts/area-chart.d.ts +91 -0
- package/dist/types/components/charts/area-chart.d.ts.map +1 -0
- package/dist/types/components/charts/bar-chart.d.ts +85 -0
- package/dist/types/components/charts/bar-chart.d.ts.map +1 -0
- package/dist/types/components/charts/index.d.ts +5 -0
- package/dist/types/components/charts/index.d.ts.map +1 -0
- package/dist/types/components/charts/pie-chart.d.ts +89 -0
- package/dist/types/components/charts/pie-chart.d.ts.map +1 -0
- package/dist/types/components/charts/radial-chart.d.ts +141 -0
- package/dist/types/components/charts/radial-chart.d.ts.map +1 -0
- package/dist/types/components/features/data-table/data-table.d.ts +3 -3
- package/dist/types/components/features/data-table/data-table.d.ts.map +1 -1
- package/dist/types/components/ui/chart.d.ts +13 -3
- package/dist/types/components/ui/chart.d.ts.map +1 -1
- package/dist/types/components/ui/segment-control.d.ts +1 -0
- package/dist/types/components/ui/segment-control.d.ts.map +1 -1
- package/dist/types/index.d.ts +1 -0
- package/dist/types/index.d.ts.map +1 -1
- package/package.json +3 -3
- package/src/components/charts/QUICK_REFERENCE.md +323 -0
- package/src/components/charts/README.md +658 -0
- package/src/components/charts/RECHARTS_FEATURES.md +458 -0
- package/src/components/charts/area-chart.tsx +209 -0
- package/src/components/charts/bar-chart.tsx +250 -0
- package/src/components/charts/index.ts +4 -0
- package/src/components/charts/pie-chart.tsx +263 -0
- package/src/components/charts/radial-chart.tsx +283 -0
- package/src/components/features/data-table/data-table.tsx +3 -4
- package/src/components/ui/chart.tsx +98 -111
- package/src/components/ui/segment-control.tsx +7 -2
- package/src/index.ts +1 -0
- package/src/styles/globals.css +4 -0
- package/src/styles/themes/semantic.css +26 -56
package/.turbo/turbo-build.log
CHANGED
|
@@ -6,161 +6,171 @@ transforming...
|
|
|
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
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
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
|
|
9
|
-
[33msrc/components/
|
|
10
|
-
[33msrc/components/
|
|
9
|
+
[33msrc/components/charts/bar-chart.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
10
|
+
[33msrc/components/charts/bar-chart.tsx (1:0): Module level directives cause errors when bundled, "use client" in "src/components/charts/bar-chart.tsx" was ignored.[39m
|
|
11
|
+
[33msrc/components/charts/pie-chart.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
12
|
+
[33msrc/components/charts/pie-chart.tsx (1:0): Module level directives cause errors when bundled, "use client" in "src/components/charts/pie-chart.tsx" was ignored.[39m
|
|
13
|
+
[33msrc/components/charts/radial-chart.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
14
|
+
[33msrc/components/charts/radial-chart.tsx (1:0): Module level directives cause errors when bundled, "use client" in "src/components/charts/radial-chart.tsx" was ignored.[39m
|
|
15
|
+
[33msrc/components/charts/area-chart.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
16
|
+
[33msrc/components/charts/area-chart.tsx (1:0): Module level directives cause errors when bundled, "use client" in "src/components/charts/area-chart.tsx" was ignored.[39m
|
|
11
17
|
[33msrc/components/ui/toggle.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
12
18
|
[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
|
|
19
|
+
[33msrc/components/ui/navigation-bar.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
20
|
+
[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
|
|
21
|
+
[33msrc/components/ui/select.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
22
|
+
[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
|
|
13
23
|
[33msrc/components/ui/table.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
14
24
|
[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
|
|
15
|
-
[33msrc/components/ui/
|
|
16
|
-
[33msrc/components/ui/
|
|
25
|
+
[33msrc/components/ui/tooltip.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
26
|
+
[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
|
|
27
|
+
[33msrc/components/ui/dropdown.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
28
|
+
[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
|
|
17
29
|
[33msrc/components/ui/table-shadcn.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
18
30
|
[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
|
|
19
|
-
[33msrc/components/ui/
|
|
20
|
-
[33msrc/components/ui/
|
|
21
|
-
[33msrc/components/ui/
|
|
22
|
-
[33msrc/components/ui/
|
|
23
|
-
[33msrc/components/ui/scroll-area.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
24
|
-
[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
|
|
31
|
+
[33msrc/components/ui/checkbox.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
32
|
+
[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
|
|
33
|
+
[33msrc/components/ui/dialog.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
34
|
+
[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
|
|
25
35
|
[33msrc/components/ui/input-group.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
26
36
|
[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
|
|
37
|
+
[33msrc/components/ui/chart.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
38
|
+
[33msrc/components/ui/chart.tsx (1:0): Module level directives cause errors when bundled, "use client" in "src/components/ui/chart.tsx" was ignored.[39m
|
|
39
|
+
[33msrc/components/ui/segment-control.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
40
|
+
[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
|
|
41
|
+
[33msrc/components/ui/slider.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
42
|
+
[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
|
|
43
|
+
[33msrc/components/ui/alert-dialog.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
44
|
+
[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
|
|
27
45
|
[33msrc/components/ui/label.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
28
46
|
[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
|
|
29
|
-
[33msrc/components/ui/
|
|
30
|
-
[33msrc/components/ui/
|
|
47
|
+
[33msrc/components/ui/collapsible.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
48
|
+
[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
|
|
31
49
|
[33msrc/components/ui/popover.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
32
50
|
[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
|
|
33
|
-
[33msrc/components/ui/
|
|
34
|
-
[33msrc/components/ui/
|
|
35
|
-
[33msrc/components/ui/combobox.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
36
|
-
[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
|
|
37
|
-
[33msrc/components/ui/dropdown.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
38
|
-
[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
|
|
51
|
+
[33msrc/components/ui/scroll-area.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
52
|
+
[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
|
|
39
53
|
[33msrc/components/ui/command.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
40
54
|
[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
|
|
41
|
-
[33msrc/components/ui/
|
|
42
|
-
[33msrc/components/ui/
|
|
43
|
-
[33msrc/components/ui/
|
|
44
|
-
[33msrc/components/ui/
|
|
45
|
-
[33msrc/components/ui/
|
|
46
|
-
[33msrc/components/ui/
|
|
47
|
-
[33msrc/components/ui/slider.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
48
|
-
[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
|
|
49
|
-
[33msrc/components/ui/tooltip.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
50
|
-
[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
|
|
51
|
-
[33m../../node_modules/.bun/@radix-ui+react-switch@1.2.6+0dd616f87f957635/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+0dd616f87f957635/node_modules/@radix-ui/react-switch/dist/index.mjs" was ignored.[39m
|
|
55
|
+
[33msrc/components/ui/sidebar.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
56
|
+
[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
|
|
57
|
+
[33msrc/components/ui/combobox.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
58
|
+
[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
|
|
59
|
+
[33msrc/components/ui/field.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
60
|
+
[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
|
|
52
61
|
[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
|
|
53
|
-
[33m../../node_modules/.bun
|
|
62
|
+
[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
|
|
63
|
+
[33m../../node_modules/.bun/@radix-ui+react-tooltip@1.2.8+0dd616f87f957635/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+0dd616f87f957635/node_modules/@radix-ui/react-tooltip/dist/index.mjs" was ignored.[39m
|
|
64
|
+
[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
|
|
65
|
+
[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
|
|
54
66
|
[33m../../node_modules/.bun/@radix-ui+react-toggle@1.1.10+0dd616f87f957635/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+0dd616f87f957635/node_modules/@radix-ui/react-toggle/dist/index.mjs" was ignored.[39m
|
|
55
67
|
[33m../../node_modules/.bun/@radix-ui+react-toggle-group@1.1.11+0dd616f87f957635/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+0dd616f87f957635/node_modules/@radix-ui/react-toggle-group/dist/index.mjs" was ignored.[39m
|
|
68
|
+
[33m../../node_modules/.bun/@radix-ui+react-switch@1.2.6+0dd616f87f957635/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+0dd616f87f957635/node_modules/@radix-ui/react-switch/dist/index.mjs" was ignored.[39m
|
|
69
|
+
[33m../../node_modules/.bun/@radix-ui+react-avatar@1.1.11+0dd616f87f957635/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+0dd616f87f957635/node_modules/@radix-ui/react-avatar/dist/index.mjs" was ignored.[39m
|
|
70
|
+
[33m../../node_modules/.bun/@radix-ui+react-select@2.2.6+0dd616f87f957635/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+0dd616f87f957635/node_modules/@radix-ui/react-select/dist/index.mjs" was ignored.[39m
|
|
56
71
|
[33m../../node_modules/.bun/@radix-ui+react-hover-card@1.1.15+0dd616f87f957635/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+0dd616f87f957635/node_modules/@radix-ui/react-hover-card/dist/index.mjs" was ignored.[39m
|
|
72
|
+
[33m../../node_modules/.bun/@radix-ui+react-checkbox@1.3.3+0dd616f87f957635/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+0dd616f87f957635/node_modules/@radix-ui/react-checkbox/dist/index.mjs" was ignored.[39m
|
|
57
73
|
[33m../../node_modules/.bun/@radix-ui+react-dialog@1.1.15+0dd616f87f957635/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+0dd616f87f957635/node_modules/@radix-ui/react-dialog/dist/index.mjs" was ignored.[39m
|
|
58
|
-
[33m../../node_modules/.bun
|
|
59
|
-
[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
|
|
60
|
-
[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
|
|
61
|
-
[33m../../node_modules/.bun/@radix-ui+react-collapsible@1.1.12+0dd616f87f957635/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+0dd616f87f957635/node_modules/@radix-ui/react-collapsible/dist/index.mjs" was ignored.[39m
|
|
62
|
-
[33m../../node_modules/.bun/@radix-ui+react-tooltip@1.2.8+0dd616f87f957635/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+0dd616f87f957635/node_modules/@radix-ui/react-tooltip/dist/index.mjs" was ignored.[39m
|
|
63
|
-
[33m../../node_modules/.bun/@radix-ui+react-scroll-area@1.2.10+0dd616f87f957635/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+0dd616f87f957635/node_modules/@radix-ui/react-scroll-area/dist/index.mjs" was ignored.[39m
|
|
64
|
-
[33m../../node_modules/.bun/@radix-ui+react-label@2.1.8+0dd616f87f957635/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+0dd616f87f957635/node_modules/@radix-ui/react-label/dist/index.mjs" was ignored.[39m
|
|
74
|
+
[33m../../node_modules/.bun/@radix-ui+react-dropdown-menu@2.1.16+0dd616f87f957635/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+0dd616f87f957635/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs" was ignored.[39m
|
|
65
75
|
[33m../../node_modules/.bun/@radix-ui+react-navigation-menu@1.2.14+0dd616f87f957635/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+0dd616f87f957635/node_modules/@radix-ui/react-navigation-menu/dist/index.mjs" was ignored.[39m
|
|
76
|
+
[33m../../node_modules/.bun/@radix-ui+react-slider@1.3.6+0dd616f87f957635/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+0dd616f87f957635/node_modules/@radix-ui/react-slider/dist/index.mjs" was ignored.[39m
|
|
77
|
+
[33m../../node_modules/.bun/@radix-ui+react-alert-dialog@1.1.15+0dd616f87f957635/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+0dd616f87f957635/node_modules/@radix-ui/react-alert-dialog/dist/index.mjs" was ignored.[39m
|
|
78
|
+
[33m../../node_modules/.bun/@radix-ui+react-label@2.1.8+0dd616f87f957635/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+0dd616f87f957635/node_modules/@radix-ui/react-label/dist/index.mjs" was ignored.[39m
|
|
79
|
+
[33m../../node_modules/.bun/@radix-ui+react-collapsible@1.1.12+0dd616f87f957635/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+0dd616f87f957635/node_modules/@radix-ui/react-collapsible/dist/index.mjs" was ignored.[39m
|
|
66
80
|
[33m../../node_modules/.bun/@radix-ui+react-popover@1.1.15+0dd616f87f957635/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+0dd616f87f957635/node_modules/@radix-ui/react-popover/dist/index.mjs" was ignored.[39m
|
|
67
|
-
[33m../../node_modules/.bun/@radix-ui+react-dropdown-menu@2.1.16+0dd616f87f957635/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+0dd616f87f957635/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs" was ignored.[39m
|
|
68
81
|
[33m../../node_modules/.bun/cmdk@1.1.1+0dd616f87f957635/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+0dd616f87f957635/node_modules/cmdk/dist/index.mjs" was ignored.[39m
|
|
69
|
-
[33m../../node_modules/.bun/@radix-ui+react-
|
|
82
|
+
[33m../../node_modules/.bun/@radix-ui+react-scroll-area@1.2.10+0dd616f87f957635/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+0dd616f87f957635/node_modules/@radix-ui/react-scroll-area/dist/index.mjs" was ignored.[39m
|
|
70
83
|
[33msrc/components/ui/sheet.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
71
84
|
[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
|
|
72
|
-
[33m../../node_modules/.bun/@radix-ui+react-select@2.2.6+0dd616f87f957635/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+0dd616f87f957635/node_modules/@radix-ui/react-select/dist/index.mjs" was ignored.[39m
|
|
73
|
-
[33m../../node_modules/.bun/@radix-ui+react-avatar@1.1.11+0dd616f87f957635/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+0dd616f87f957635/node_modules/@radix-ui/react-avatar/dist/index.mjs" was ignored.[39m
|
|
74
|
-
[33m../../node_modules/.bun/@radix-ui+react-slider@1.3.6+0dd616f87f957635/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+0dd616f87f957635/node_modules/@radix-ui/react-slider/dist/index.mjs" was ignored.[39m
|
|
75
|
-
[33m../../node_modules/.bun/@radix-ui+react-presence@1.1.5+0dd616f87f957635/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+0dd616f87f957635/node_modules/@radix-ui/react-presence/dist/index.mjs" was ignored.[39m
|
|
76
|
-
[33m../../node_modules/.bun/@radix-ui+react-roving-focus@1.1.11+0dd616f87f957635/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+0dd616f87f957635/node_modules/@radix-ui/react-roving-focus/dist/index.mjs" was ignored.[39m
|
|
77
|
-
[33m../../node_modules/.bun/@radix-ui+react-popper@1.2.8+0dd616f87f957635/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+0dd616f87f957635/node_modules/@radix-ui/react-popper/dist/index.mjs" was ignored.[39m
|
|
78
|
-
[33m../../node_modules/.bun/@radix-ui+react-portal@1.1.9+0dd616f87f957635/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+0dd616f87f957635/node_modules/@radix-ui/react-portal/dist/index.mjs" was ignored.[39m
|
|
79
|
-
[33m../../node_modules/.bun/@radix-ui+react-dismissable-layer@1.1.11+0dd616f87f957635/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+0dd616f87f957635/node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs" was ignored.[39m
|
|
80
|
-
[33m../../node_modules/.bun/@radix-ui+react-focus-scope@1.1.7+0dd616f87f957635/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+0dd616f87f957635/node_modules/@radix-ui/react-focus-scope/dist/index.mjs" was ignored.[39m
|
|
81
|
-
[33m../../node_modules/.bun/@radix-ui+react-focus-guards@1.1.3+bcd2605e5bd4bbea/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+bcd2605e5bd4bbea/node_modules/@radix-ui/react-focus-guards/dist/index.mjs" was ignored.[39m
|
|
82
85
|
[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
|
|
83
86
|
[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
|
|
84
|
-
[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
|
|
85
|
-
[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
|
|
86
87
|
[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
|
|
87
88
|
[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
|
|
88
|
-
[
|
|
89
|
+
[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
|
|
90
|
+
[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
|
|
91
|
+
[33m../../node_modules/.bun/@radix-ui+react-dismissable-layer@1.1.11+0dd616f87f957635/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+0dd616f87f957635/node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs" was ignored.[39m
|
|
92
|
+
[33m../../node_modules/.bun/@radix-ui+react-portal@1.1.9+0dd616f87f957635/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+0dd616f87f957635/node_modules/@radix-ui/react-portal/dist/index.mjs" was ignored.[39m
|
|
93
|
+
[33m../../node_modules/.bun/@radix-ui+react-presence@1.1.5+0dd616f87f957635/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+0dd616f87f957635/node_modules/@radix-ui/react-presence/dist/index.mjs" was ignored.[39m
|
|
94
|
+
[33m../../node_modules/.bun/@radix-ui+react-popper@1.2.8+0dd616f87f957635/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+0dd616f87f957635/node_modules/@radix-ui/react-popper/dist/index.mjs" was ignored.[39m
|
|
95
|
+
[33m../../node_modules/.bun/@radix-ui+react-roving-focus@1.1.11+0dd616f87f957635/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+0dd616f87f957635/node_modules/@radix-ui/react-roving-focus/dist/index.mjs" was ignored.[39m
|
|
96
|
+
[33m../../node_modules/.bun/@radix-ui+react-focus-guards@1.1.3+bcd2605e5bd4bbea/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+bcd2605e5bd4bbea/node_modules/@radix-ui/react-focus-guards/dist/index.mjs" was ignored.[39m
|
|
97
|
+
[33m../../node_modules/.bun/@radix-ui+react-focus-scope@1.1.7+0dd616f87f957635/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+0dd616f87f957635/node_modules/@radix-ui/react-focus-scope/dist/index.mjs" was ignored.[39m
|
|
89
98
|
[33m../../node_modules/.bun/@radix-ui+react-collection@1.1.7+0dd616f87f957635/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+0dd616f87f957635/node_modules/@radix-ui/react-collection/dist/index.mjs" was ignored.[39m
|
|
99
|
+
[33m../../node_modules/.bun/@radix-ui+react-menu@2.1.16+0dd616f87f957635/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+0dd616f87f957635/node_modules/@radix-ui/react-menu/dist/index.mjs" was ignored.[39m
|
|
90
100
|
[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
101
|
[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
102
|
[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
103
|
[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
104
|
[33m../../node_modules/.bun/@number-flow+react@0.5.11+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.11+dfc90389513bb65c/node_modules/@number-flow/react/dist/NumberFlow-client-48rw3j0J.mjs" was ignored.[39m
|
|
95
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
96
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
97
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
98
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
99
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
100
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
101
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
102
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
103
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
104
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
105
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
106
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
107
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
108
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
109
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
110
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
111
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
112
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
113
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
114
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
115
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
116
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
117
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
118
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
119
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
120
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
121
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
122
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
123
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
124
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
125
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
126
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
127
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
128
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
129
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
130
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
131
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
132
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
133
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
134
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
135
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
136
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
137
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
138
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
139
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
140
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
141
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
142
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
143
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
144
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
145
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
146
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
147
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
148
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
149
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
150
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
151
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
152
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
153
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
154
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
155
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
156
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
157
|
-
[33m../../node_modules/.bun/framer-motion@12.
|
|
158
|
-
[32m✓[39m
|
|
105
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+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.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/components/AnimatePresence/index.mjs" was ignored.[39m
|
|
106
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+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.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/components/AnimatePresence/PresenceChild.mjs" was ignored.[39m
|
|
107
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+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.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/components/AnimatePresence/PopChild.mjs" was ignored.[39m
|
|
108
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/components/LayoutGroup/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/components/LayoutGroup/index.mjs" was ignored.[39m
|
|
109
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/components/LazyMotion/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/components/LazyMotion/index.mjs" was ignored.[39m
|
|
110
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/components/MotionConfig/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/components/MotionConfig/index.mjs" was ignored.[39m
|
|
111
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/motion/utils/use-visual-state.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/motion/utils/use-visual-state.mjs" was ignored.[39m
|
|
112
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/utils/use-force-update.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/utils/use-force-update.mjs" was ignored.[39m
|
|
113
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/utils/use-isomorphic-effect.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/utils/use-isomorphic-effect.mjs" was ignored.[39m
|
|
114
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/utils/use-unmount-effect.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/utils/use-unmount-effect.mjs" was ignored.[39m
|
|
115
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/render/dom/features-animation.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/render/dom/features-animation.mjs" was ignored.[39m
|
|
116
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/render/dom/features-max.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/render/dom/features-max.mjs" was ignored.[39m
|
|
117
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/render/dom/features-min.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/render/dom/features-min.mjs" was ignored.[39m
|
|
118
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/utils/use-motion-value-event.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/utils/use-motion-value-event.mjs" was ignored.[39m
|
|
119
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/value/use-motion-template.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/value/use-motion-template.mjs" was ignored.[39m
|
|
120
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/value/use-motion-value.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/value/use-motion-value.mjs" was ignored.[39m
|
|
121
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/value/use-scroll.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/value/use-scroll.mjs" was ignored.[39m
|
|
122
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/value/use-follow-value.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/value/use-follow-value.mjs" was ignored.[39m
|
|
123
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/value/use-spring.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/value/use-spring.mjs" was ignored.[39m
|
|
124
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/value/use-time.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/value/use-time.mjs" was ignored.[39m
|
|
125
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/value/use-transform.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/value/use-transform.mjs" was ignored.[39m
|
|
126
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/value/use-velocity.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/value/use-velocity.mjs" was ignored.[39m
|
|
127
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/value/use-will-change/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/value/use-will-change/index.mjs" was ignored.[39m
|
|
128
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/utils/reduced-motion/use-reduced-motion.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/utils/reduced-motion/use-reduced-motion.mjs" was ignored.[39m
|
|
129
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/utils/reduced-motion/use-reduced-motion-config.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/utils/reduced-motion/use-reduced-motion-config.mjs" was ignored.[39m
|
|
130
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/animation/hooks/use-animate.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/animation/hooks/use-animate.mjs" was ignored.[39m
|
|
131
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/animation/hooks/use-animate-style.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/animation/hooks/use-animate-style.mjs" was ignored.[39m
|
|
132
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/animation/hooks/use-animation.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/animation/hooks/use-animation.mjs" was ignored.[39m
|
|
133
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/components/AnimatePresence/use-presence.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/components/AnimatePresence/use-presence.mjs" was ignored.[39m
|
|
134
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/components/AnimatePresence/use-presence-data.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/components/AnimatePresence/use-presence-data.mjs" was ignored.[39m
|
|
135
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/events/use-dom-event.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/events/use-dom-event.mjs" was ignored.[39m
|
|
136
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/utils/use-animation-frame.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/utils/use-animation-frame.mjs" was ignored.[39m
|
|
137
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/utils/use-cycle.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/utils/use-cycle.mjs" was ignored.[39m
|
|
138
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/utils/use-in-view.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/utils/use-in-view.mjs" was ignored.[39m
|
|
139
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/utils/use-instant-transition.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/utils/use-instant-transition.mjs" was ignored.[39m
|
|
140
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/utils/use-page-in-view.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/utils/use-page-in-view.mjs" was ignored.[39m
|
|
141
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/context/LayoutGroupContext.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/context/LayoutGroupContext.mjs" was ignored.[39m
|
|
142
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/context/MotionConfigContext.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/context/MotionConfigContext.mjs" was ignored.[39m
|
|
143
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/context/MotionContext/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/context/MotionContext/index.mjs" was ignored.[39m
|
|
144
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+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.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/context/PresenceContext.mjs" was ignored.[39m
|
|
145
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+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.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/context/SwitchLayoutGroupContext.mjs" was ignored.[39m
|
|
146
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+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.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/animation/hooks/use-animated-state.mjs" was ignored.[39m
|
|
147
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+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.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/components/AnimateSharedLayout.mjs" was ignored.[39m
|
|
148
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+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.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/context/DeprecatedLayoutGroupContext.mjs" was ignored.[39m
|
|
149
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+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.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/value/use-inverted-scale.mjs" was ignored.[39m
|
|
150
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+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.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/utils/use-constant.mjs" was ignored.[39m
|
|
151
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+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.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/context/LazyContext.mjs" was ignored.[39m
|
|
152
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+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.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/utils/use-is-mounted.mjs" was ignored.[39m
|
|
153
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/value/use-combine-values.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/value/use-combine-values.mjs" was ignored.[39m
|
|
154
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/value/use-computed.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/value/use-computed.mjs" was ignored.[39m
|
|
155
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/components/Reorder/Group.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/components/Reorder/Group.mjs" was ignored.[39m
|
|
156
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/components/Reorder/Item.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/components/Reorder/Item.mjs" was ignored.[39m
|
|
157
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/motion/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/motion/index.mjs" was ignored.[39m
|
|
158
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/motion/features/layout/MeasureLayout.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/motion/features/layout/MeasureLayout.mjs" was ignored.[39m
|
|
159
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/context/ReorderContext.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/context/ReorderContext.mjs" was ignored.[39m
|
|
160
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/context/MotionContext/create.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/context/MotionContext/create.mjs" was ignored.[39m
|
|
161
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/render/dom/use-render.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/render/dom/use-render.mjs" was ignored.[39m
|
|
162
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/render/html/use-html-visual-state.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/render/html/use-html-visual-state.mjs" was ignored.[39m
|
|
163
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/render/svg/use-svg-visual-state.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/render/svg/use-svg-visual-state.mjs" was ignored.[39m
|
|
164
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/motion/utils/use-motion-ref.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/motion/utils/use-motion-ref.mjs" was ignored.[39m
|
|
165
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/motion/utils/use-visual-element.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/motion/utils/use-visual-element.mjs" was ignored.[39m
|
|
166
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/render/html/use-props.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/render/html/use-props.mjs" was ignored.[39m
|
|
167
|
+
[33m../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/render/svg/use-props.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/framer-motion@12.29.2+0df284f047bac077/node_modules/framer-motion/dist/es/render/svg/use-props.mjs" was ignored.[39m
|
|
168
|
+
[32m✓[39m 2921 modules transformed.
|
|
159
169
|
rendering chunks...
|
|
160
170
|
computing gzip size...
|
|
161
|
-
[2mdist/[22m[36mindex.js [39m[1m[33m1,
|
|
162
|
-
[2mdist/[22m[36mindex.cjs [39m[1m[
|
|
163
|
-
[32m✓ built in
|
|
171
|
+
[2mdist/[22m[36mindex.js [39m[1m[33m1,608.22 kB[39m[22m[2m │ gzip: 390.07 kB[22m[2m │ map: 5,004.50 kB[22m
|
|
172
|
+
[2mdist/[22m[36mindex.cjs [39m[1m[33m1,084.47 kB[39m[22m[2m │ gzip: 321.61 kB[22m[2m │ map: 4,832.43 kB[22m
|
|
173
|
+
[32m✓ built in 28.47s[39m
|
|
164
174
|
$ tsc -p .
|
|
165
175
|
$ BUILD_CSS=true vite build
|
|
166
176
|
[36mvite v7.3.1 [32mbuilding client environment for production...[36m[39m
|
|
@@ -168,5 +178,5 @@ transforming...
|
|
|
168
178
|
[32m✓[39m 1 modules transformed.
|
|
169
179
|
rendering chunks...
|
|
170
180
|
computing gzip size...
|
|
171
|
-
[2mdist/[22m[35mstyles.css [39m[1m[2m123.
|
|
172
|
-
[32m✓ built in
|
|
181
|
+
[2mdist/[22m[35mstyles.css [39m[1m[2m123.56 kB[22m[1m[22m[2m │ gzip: 19.32 kB[22m
|
|
182
|
+
[32m✓ built in 574ms[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
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.23](https://github.com/turtledev/packages/compare/@turtleclub/ui@0.7.0-beta.22...@turtleclub/ui@0.7.0-beta.23) (2026-01-27)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- tur 796 chart tooling ([#233](https://github.com/turtledev/packages/issues/233)) ([8755435](https://github.com/turtledev/packages/commit/87554358d0af2fbd712c547fd215407436e0306c))
|
|
11
|
+
|
|
12
|
+
# [0.7.0-beta.22](https://github.com/turtledev/packages/compare/@turtleclub/ui@0.7.0-beta.21...@turtleclub/ui@0.7.0-beta.22) (2026-01-23)
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
- native deposit section ([#231](https://github.com/turtledev/packages/issues/231)) ([b05278e](https://github.com/turtledev/packages/commit/b05278ee2eb7b77429e50140e08ca00eb6d2745d))
|
|
17
|
+
|
|
6
18
|
# [0.7.0-beta.21](https://github.com/turtledev/packages/compare/@turtleclub/ui@0.7.0-beta.20...@turtleclub/ui@0.7.0-beta.21) (2026-01-21)
|
|
7
19
|
|
|
8
20
|
### Features
|