@turtleclub/ui 0.3.0-beta.30 → 0.3.0-beta.32
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 +125 -64
- package/CHANGELOG.md +13 -0
- package/README.md +1 -1
- package/dist/index.cjs +156 -121
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +18671 -18073
- package/dist/index.js.map +1 -1
- package/dist/styles.css +1 -1
- package/dist/types/components/ui/card.d.ts +1 -1
- package/dist/types/components/ui/chart.d.ts +1 -40
- package/dist/types/components/ui/chart.d.ts.map +1 -1
- package/dist/types/components/ui/hover-card.d.ts +3 -3
- package/package.json +12 -13
- package/src/components/molecules/route-details.tsx +8 -8
- package/src/components/molecules/widget/asset-list/asset-filters.tsx +2 -2
- package/src/components/ui/card.tsx +1 -1
- package/src/components/ui/chart.tsx +323 -323
- package/vite.config.js +39 -57
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,76 +1,137 @@
|
|
|
1
1
|
$ rm -rf dist && bun run build:code && bun run build:css && bun run build:types
|
|
2
2
|
$ vite build
|
|
3
|
-
[36mvite
|
|
3
|
+
[36mvite v7.1.6 [32mbuilding for production...[36m[39m
|
|
4
4
|
transforming...
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
../../node_modules/@radix-ui/react-
|
|
28
|
-
../../node_modules/@radix-ui/react-
|
|
29
|
-
../../node_modules/@radix-ui/react-
|
|
30
|
-
../../node_modules/@radix-ui/react-
|
|
31
|
-
../../node_modules
|
|
32
|
-
../../node_modules/@radix-ui/react-checkbox/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/@radix-ui/react-checkbox/dist/index.mjs" was ignored
|
|
33
|
-
../../node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs" was ignored
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
../../node_modules/@radix-ui/react-
|
|
39
|
-
../../node_modules/@radix-ui/react-
|
|
40
|
-
../../node_modules/@radix-ui/react-
|
|
41
|
-
../../node_modules/@radix-ui/react-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
../../node_modules/@radix-ui/react-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
../../node_modules/@radix-ui/react-
|
|
52
|
-
../../node_modules/@
|
|
53
|
-
[
|
|
5
|
+
[33msrc/components/ui/toggle.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
6
|
+
[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
|
|
7
|
+
[33msrc/components/ui/table.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
8
|
+
[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
|
|
9
|
+
[33msrc/components/ui/checkbox.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
10
|
+
[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
|
|
11
|
+
[33msrc/components/ui/table-shadcn.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
12
|
+
[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
|
|
13
|
+
[33msrc/components/ui/dropdown.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
14
|
+
[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
|
|
15
|
+
[33msrc/components/ui/select.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
16
|
+
[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
|
|
17
|
+
[33msrc/components/ui/slider.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
18
|
+
[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
|
|
19
|
+
[33msrc/components/ui/alert-dialog.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
20
|
+
[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
|
|
21
|
+
[33msrc/components/features/data-table.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
22
|
+
[33msrc/components/features/data-table.tsx (1:0): Module level directives cause errors when bundled, "use client" in "src/components/features/data-table.tsx" was ignored.[39m
|
|
23
|
+
[33msrc/components/molecules/token-selector.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
24
|
+
[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
|
|
25
|
+
[33m../../node_modules/@radix-ui/react-switch/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/@radix-ui/react-switch/dist/index.mjs" was ignored.[39m
|
|
26
|
+
[33m../../node_modules/next-themes/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/next-themes/dist/index.mjs" was ignored.[39m
|
|
27
|
+
[33m../../node_modules/@radix-ui/react-toggle-group/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/@radix-ui/react-toggle-group/dist/index.mjs" was ignored.[39m
|
|
28
|
+
[33m../../node_modules/@radix-ui/react-toggle/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/@radix-ui/react-toggle/dist/index.mjs" was ignored.[39m
|
|
29
|
+
[33m../../node_modules/@radix-ui/react-hover-card/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/@radix-ui/react-hover-card/dist/index.mjs" was ignored.[39m
|
|
30
|
+
[33m../../node_modules/@radix-ui/react-scroll-area/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/@radix-ui/react-scroll-area/dist/index.mjs" was ignored.[39m
|
|
31
|
+
[33m../../node_modules/sonner/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/sonner/dist/index.mjs" was ignored.[39m
|
|
32
|
+
[33m../../node_modules/@radix-ui/react-checkbox/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/@radix-ui/react-checkbox/dist/index.mjs" was ignored.[39m
|
|
33
|
+
[33m../../node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs" was ignored.[39m
|
|
34
|
+
[33m../../node_modules/@radix-ui/react-label/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/@radix-ui/react-label/dist/index.mjs" was ignored.[39m
|
|
35
|
+
[33m../../node_modules/@radix-ui/react-tooltip/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/@radix-ui/react-tooltip/dist/index.mjs" was ignored.[39m
|
|
36
|
+
[33m../../node_modules/@radix-ui/react-avatar/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/@radix-ui/react-avatar/dist/index.mjs" was ignored.[39m
|
|
37
|
+
[33m../../node_modules/@radix-ui/react-select/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/@radix-ui/react-select/dist/index.mjs" was ignored.[39m
|
|
38
|
+
[33m../../node_modules/@radix-ui/react-slider/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/@radix-ui/react-slider/dist/index.mjs" was ignored.[39m
|
|
39
|
+
[33m../../node_modules/@radix-ui/react-alert-dialog/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/@radix-ui/react-alert-dialog/dist/index.mjs" was ignored.[39m
|
|
40
|
+
[33m../../node_modules/@radix-ui/react-dialog/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/@radix-ui/react-dialog/dist/index.mjs" was ignored.[39m
|
|
41
|
+
[33m../../node_modules/@radix-ui/react-navigation-menu/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/@radix-ui/react-navigation-menu/dist/index.mjs" was ignored.[39m
|
|
42
|
+
[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
|
|
43
|
+
[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
|
|
44
|
+
[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
|
|
45
|
+
[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
|
|
46
|
+
[33m../../node_modules/@radix-ui/react-roving-focus/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/@radix-ui/react-roving-focus/dist/index.mjs" was ignored.[39m
|
|
47
|
+
[33m../../node_modules/@radix-ui/react-popper/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/@radix-ui/react-popper/dist/index.mjs" was ignored.[39m
|
|
48
|
+
[33m../../node_modules/@radix-ui/react-portal/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/@radix-ui/react-portal/dist/index.mjs" was ignored.[39m
|
|
49
|
+
[33m../../node_modules/@radix-ui/react-presence/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/@radix-ui/react-presence/dist/index.mjs" was ignored.[39m
|
|
50
|
+
[33m../../node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs" was ignored.[39m
|
|
51
|
+
[33m../../node_modules/@radix-ui/react-menu/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/@radix-ui/react-menu/dist/index.mjs" was ignored.[39m
|
|
52
|
+
[33m../../node_modules/@radix-ui/react-collection/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/@radix-ui/react-collection/dist/index.mjs" was ignored.[39m
|
|
53
|
+
[33m../../node_modules/@radix-ui/react-focus-guards/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/@radix-ui/react-focus-guards/dist/index.mjs" was ignored.[39m
|
|
54
|
+
[33m../../node_modules/@radix-ui/react-focus-scope/dist/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/@radix-ui/react-focus-scope/dist/index.mjs" was ignored.[39m
|
|
55
|
+
[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
|
|
56
|
+
[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
|
|
57
|
+
[33msrc/components/molecules/opportunity/opportunity-list/opportunity-list.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
58
|
+
[33msrc/components/molecules/opportunity/opportunity-list/opportunity-list.tsx (1:0): Module level directives cause errors when bundled, "use client" in "src/components/molecules/opportunity/opportunity-list/opportunity-list.tsx" was ignored.[39m
|
|
59
|
+
[33m../../node_modules/framer-motion/dist/es/components/AnimatePresence/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/framer-motion/dist/es/components/AnimatePresence/index.mjs" was ignored.[39m
|
|
60
|
+
[33m../../node_modules/framer-motion/dist/es/components/LayoutGroup/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/framer-motion/dist/es/components/LayoutGroup/index.mjs" was ignored.[39m
|
|
61
|
+
[33m../../node_modules/framer-motion/dist/es/components/LazyMotion/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/framer-motion/dist/es/components/LazyMotion/index.mjs" was ignored.[39m
|
|
62
|
+
[33m../../node_modules/framer-motion/dist/es/components/MotionConfig/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/framer-motion/dist/es/components/MotionConfig/index.mjs" was ignored.[39m
|
|
63
|
+
[33m../../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/framer-motion/dist/es/motion/utils/use-visual-state.mjs" was ignored.[39m
|
|
64
|
+
[33m../../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/framer-motion/dist/es/utils/use-force-update.mjs" was ignored.[39m
|
|
65
|
+
[33m../../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/framer-motion/dist/es/utils/use-isomorphic-effect.mjs" was ignored.[39m
|
|
66
|
+
[33m../../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/framer-motion/dist/es/utils/use-unmount-effect.mjs" was ignored.[39m
|
|
67
|
+
[33m../../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/framer-motion/dist/es/render/dom/features-animation.mjs" was ignored.[39m
|
|
68
|
+
[33m../../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/framer-motion/dist/es/render/dom/features-max.mjs" was ignored.[39m
|
|
69
|
+
[33m../../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/framer-motion/dist/es/render/dom/features-min.mjs" was ignored.[39m
|
|
70
|
+
[33m../../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/framer-motion/dist/es/utils/use-motion-value-event.mjs" was ignored.[39m
|
|
71
|
+
[33m../../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/framer-motion/dist/es/value/use-motion-template.mjs" was ignored.[39m
|
|
72
|
+
[33m../../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/framer-motion/dist/es/value/use-motion-value.mjs" was ignored.[39m
|
|
73
|
+
[33m../../node_modules/framer-motion/dist/es/value/use-scroll.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/framer-motion/dist/es/value/use-scroll.mjs" was ignored.[39m
|
|
74
|
+
[33m../../node_modules/framer-motion/dist/es/value/use-spring.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/framer-motion/dist/es/value/use-spring.mjs" was ignored.[39m
|
|
75
|
+
[33m../../node_modules/framer-motion/dist/es/value/use-time.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/framer-motion/dist/es/value/use-time.mjs" was ignored.[39m
|
|
76
|
+
[33m../../node_modules/framer-motion/dist/es/value/use-transform.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/framer-motion/dist/es/value/use-transform.mjs" was ignored.[39m
|
|
77
|
+
[33m../../node_modules/framer-motion/dist/es/value/use-velocity.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/framer-motion/dist/es/value/use-velocity.mjs" was ignored.[39m
|
|
78
|
+
[33m../../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/framer-motion/dist/es/value/use-will-change/index.mjs" was ignored.[39m
|
|
79
|
+
[33m../../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/framer-motion/dist/es/utils/reduced-motion/use-reduced-motion.mjs" was ignored.[39m
|
|
80
|
+
[33m../../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/framer-motion/dist/es/utils/reduced-motion/use-reduced-motion-config.mjs" was ignored.[39m
|
|
81
|
+
[33m../../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/framer-motion/dist/es/animation/hooks/use-animate.mjs" was ignored.[39m
|
|
82
|
+
[33m../../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/framer-motion/dist/es/animation/hooks/use-animate-style.mjs" was ignored.[39m
|
|
83
|
+
[33m../../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/framer-motion/dist/es/animation/hooks/use-animation.mjs" was ignored.[39m
|
|
84
|
+
[33m../../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/framer-motion/dist/es/components/AnimatePresence/use-presence.mjs" was ignored.[39m
|
|
85
|
+
[33m../../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/framer-motion/dist/es/components/AnimatePresence/use-presence-data.mjs" was ignored.[39m
|
|
86
|
+
[33m../../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/framer-motion/dist/es/events/use-dom-event.mjs" was ignored.[39m
|
|
87
|
+
[33m../../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/framer-motion/dist/es/utils/use-animation-frame.mjs" was ignored.[39m
|
|
88
|
+
[33m../../node_modules/framer-motion/dist/es/utils/use-cycle.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/framer-motion/dist/es/utils/use-cycle.mjs" was ignored.[39m
|
|
89
|
+
[33m../../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/framer-motion/dist/es/utils/use-in-view.mjs" was ignored.[39m
|
|
90
|
+
[33m../../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/framer-motion/dist/es/utils/use-instant-transition.mjs" was ignored.[39m
|
|
91
|
+
[33m../../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/framer-motion/dist/es/utils/use-page-in-view.mjs" was ignored.[39m
|
|
92
|
+
[33m../../node_modules/framer-motion/dist/es/context/LayoutGroupContext.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/framer-motion/dist/es/context/LayoutGroupContext.mjs" was ignored.[39m
|
|
93
|
+
[33m../../node_modules/framer-motion/dist/es/context/MotionConfigContext.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/framer-motion/dist/es/context/MotionConfigContext.mjs" was ignored.[39m
|
|
94
|
+
[33m../../node_modules/framer-motion/dist/es/context/MotionContext/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/framer-motion/dist/es/context/MotionContext/index.mjs" was ignored.[39m
|
|
95
|
+
[33m../../node_modules/framer-motion/dist/es/context/PresenceContext.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/framer-motion/dist/es/context/PresenceContext.mjs" was ignored.[39m
|
|
96
|
+
[33m../../node_modules/framer-motion/dist/es/context/SwitchLayoutGroupContext.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/framer-motion/dist/es/context/SwitchLayoutGroupContext.mjs" was ignored.[39m
|
|
97
|
+
[33m../../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/framer-motion/dist/es/animation/hooks/use-animated-state.mjs" was ignored.[39m
|
|
98
|
+
[33m../../node_modules/framer-motion/dist/es/components/AnimateSharedLayout.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/framer-motion/dist/es/components/AnimateSharedLayout.mjs" was ignored.[39m
|
|
99
|
+
[33m../../node_modules/framer-motion/dist/es/context/DeprecatedLayoutGroupContext.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/framer-motion/dist/es/context/DeprecatedLayoutGroupContext.mjs" was ignored.[39m
|
|
100
|
+
[33m../../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/framer-motion/dist/es/value/use-inverted-scale.mjs" was ignored.[39m
|
|
101
|
+
[33m../../node_modules/@number-flow/react/dist/NumberFlow-client-48rw3j0J.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/@number-flow/react/dist/NumberFlow-client-48rw3j0J.mjs" was ignored.[39m
|
|
102
|
+
[33m../../node_modules/framer-motion/dist/es/utils/use-constant.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/framer-motion/dist/es/utils/use-constant.mjs" was ignored.[39m
|
|
103
|
+
[33m../../node_modules/framer-motion/dist/es/components/AnimatePresence/PresenceChild.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/framer-motion/dist/es/components/AnimatePresence/PresenceChild.mjs" was ignored.[39m
|
|
104
|
+
[33m../../node_modules/framer-motion/dist/es/context/LazyContext.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/framer-motion/dist/es/context/LazyContext.mjs" was ignored.[39m
|
|
105
|
+
[33m../../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/framer-motion/dist/es/utils/use-is-mounted.mjs" was ignored.[39m
|
|
106
|
+
[33m../../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/framer-motion/dist/es/value/use-combine-values.mjs" was ignored.[39m
|
|
107
|
+
[33m../../node_modules/framer-motion/dist/es/value/use-computed.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/framer-motion/dist/es/value/use-computed.mjs" was ignored.[39m
|
|
108
|
+
[33m../../node_modules/framer-motion/dist/es/components/Reorder/Group.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/framer-motion/dist/es/components/Reorder/Group.mjs" was ignored.[39m
|
|
109
|
+
[33m../../node_modules/framer-motion/dist/es/components/Reorder/Item.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/framer-motion/dist/es/components/Reorder/Item.mjs" was ignored.[39m
|
|
110
|
+
[33m../../node_modules/framer-motion/dist/es/components/AnimatePresence/PopChild.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/framer-motion/dist/es/components/AnimatePresence/PopChild.mjs" was ignored.[39m
|
|
111
|
+
[33m../../node_modules/framer-motion/dist/es/motion/index.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/framer-motion/dist/es/motion/index.mjs" was ignored.[39m
|
|
112
|
+
[33m../../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/framer-motion/dist/es/motion/features/layout/MeasureLayout.mjs" was ignored.[39m
|
|
113
|
+
[33m../../node_modules/framer-motion/dist/es/context/ReorderContext.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/framer-motion/dist/es/context/ReorderContext.mjs" was ignored.[39m
|
|
114
|
+
[33m../../node_modules/framer-motion/dist/es/context/MotionContext/create.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/framer-motion/dist/es/context/MotionContext/create.mjs" was ignored.[39m
|
|
115
|
+
[33m../../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/framer-motion/dist/es/render/dom/use-render.mjs" was ignored.[39m
|
|
116
|
+
[33m../../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/framer-motion/dist/es/render/html/use-html-visual-state.mjs" was ignored.[39m
|
|
117
|
+
[33m../../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/framer-motion/dist/es/render/svg/use-svg-visual-state.mjs" was ignored.[39m
|
|
118
|
+
[33m../../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/framer-motion/dist/es/motion/utils/use-motion-ref.mjs" was ignored.[39m
|
|
119
|
+
[33m../../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/framer-motion/dist/es/motion/utils/use-visual-element.mjs" was ignored.[39m
|
|
120
|
+
[33m../../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/framer-motion/dist/es/render/html/use-props.mjs" was ignored.[39m
|
|
121
|
+
[33m../../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/framer-motion/dist/es/render/svg/use-props.mjs" was ignored.[39m
|
|
122
|
+
[32m✓[39m 2219 modules transformed.
|
|
54
123
|
rendering chunks...
|
|
55
124
|
computing gzip size...
|
|
56
|
-
[2mdist/[22m[36mindex.js [39m[1m[
|
|
57
|
-
[2mdist/[22m[36mindex.cjs [39m[1m[
|
|
58
|
-
[32m✓ built in 10.
|
|
125
|
+
[2mdist/[22m[36mindex.js [39m[1m[33m776.38 kB[39m[22m[2m │ gzip: 193.09 kB[22m[2m │ map: 2,355.06 kB[22m
|
|
126
|
+
[2mdist/[22m[36mindex.cjs [39m[1m[33m525.06 kB[39m[22m[2m │ gzip: 156.81 kB[22m[2m │ map: 2,268.11 kB[22m
|
|
127
|
+
[32m✓ built in 10.84s[39m
|
|
59
128
|
$ BUILD_CSS=true vite build
|
|
60
|
-
[36mvite
|
|
129
|
+
[36mvite v7.1.6 [32mbuilding for production...[36m[39m
|
|
61
130
|
transforming...
|
|
62
131
|
[32m✓[39m 1 modules transformed.
|
|
63
132
|
rendering chunks...
|
|
64
133
|
computing gzip size...
|
|
65
|
-
[2mdist/[22m[35mstyles.css [39m[1m[2m91.
|
|
66
|
-
[32m✓ built in
|
|
134
|
+
[2mdist/[22m[35mstyles.css [39m[1m[2m91.43 kB[22m[1m[22m[2m │ gzip: 14.80 kB[22m
|
|
135
|
+
[32m✓ built in 555ms[39m
|
|
67
136
|
$ tsc -p . || true
|
|
68
137
|
src/components/molecules/route-details.tsx(6,22): error TS2307: Cannot find module '../../images/enso.png' or its corresponding type declarations.
|
|
69
|
-
src/components/molecules/widget/asset-list/asset-filters.tsx(84,19): error TS2322: Type '"default" | "outline"' is not assignable to type '"default" | "muted" | "success" | "warning" | "destructive"'.
|
|
70
|
-
Type '"outline"' is not assignable to type '"default" | "muted" | "success" | "warning" | "destructive"'.
|
|
71
|
-
src/components/ui/chart.tsx(102,3): error TS2339: Property 'payload' does not exist on type 'Omit<Props<ValueType, NameType>, PropertiesReadFromContext> & { active?: boolean; includeHidden?: boolean; allowEscapeViewBox?: AllowInDimension; ... 16 more ...; axisId?: AxisId; } & ClassAttributes<...> & HTMLAttributes<...> & { ...; }'.
|
|
72
|
-
src/components/ui/chart.tsx(107,3): error TS2339: Property 'label' does not exist on type 'Omit<Props<ValueType, NameType>, PropertiesReadFromContext> & { active?: boolean; includeHidden?: boolean; allowEscapeViewBox?: AllowInDimension; ... 16 more ...; axisId?: AxisId; } & ClassAttributes<...> & HTMLAttributes<...> & { ...; }'.
|
|
73
|
-
src/components/ui/chart.tsx(243,39): error TS2344: Type '"verticalAlign" | "payload"' does not satisfy the constraint '"string" | "style" | "clipPath" | "filter" | "mask" | "path" | "key" | "suppressHydrationWarning" | "className" | "id" | "lang" | "tabIndex" | "role" | "content" | "color" | "children" | ... 421 more ... | "onBBoxUpdate"'.
|
|
74
|
-
Type '"payload"' is not assignable to type '"string" | "style" | "clipPath" | "filter" | "mask" | "path" | "key" | "suppressHydrationWarning" | "className" | "id" | "lang" | "tabIndex" | "role" | "content" | "color" | "children" | ... 421 more ... | "onBBoxUpdate"'.
|
|
75
|
-
src/components/ui/chart.tsx(249,17): error TS2339: Property 'length' does not exist on type 'unknown'.
|
|
76
|
-
src/components/ui/chart.tsx(261,16): error TS2339: Property 'map' does not exist on type 'unknown'.
|
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,19 @@
|
|
|
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.3.0-beta.32](https://github.com/turtledev/packages/compare/@turtleclub/ui@0.3.0-beta.31...@turtleclub/ui@0.3.0-beta.32) (2025-09-19)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- types ([73fad4c](https://github.com/turtledev/packages/commit/73fad4c1c75bce9a18e21ad3b2dec598e727fea5))
|
|
11
|
+
|
|
12
|
+
# [0.3.0-beta.31](https://github.com/turtledev/packages/compare/@turtleclub/ui@0.3.0-beta.30...@turtleclub/ui@0.3.0-beta.31) (2025-09-18)
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
- tocard shadow ([f35274a](https://github.com/turtledev/packages/commit/f35274aaa06b6d8a5c9079775e27230e54db066b))
|
|
17
|
+
- tocard shadow ([becc7bc](https://github.com/turtledev/packages/commit/becc7bc53d6e553d61360a3efb03a9e367ad98e2))
|
|
18
|
+
|
|
6
19
|
# [0.3.0-beta.30](https://github.com/turtledev/packages/compare/@turtleclub/ui@0.3.0-beta.29...@turtleclub/ui@0.3.0-beta.30) (2025-09-18)
|
|
7
20
|
|
|
8
21
|
### Bug Fixes
|
package/README.md
CHANGED