@turtleclub/ui 0.7.0-beta.32 → 0.7.0-beta.34
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/dist/index.cjs +10331 -110
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +7652 -47844
- package/dist/index.js.map +1 -1
- package/dist/types/components/features/sidebar-layout.d.ts +2 -0
- package/dist/types/components/features/sidebar-layout.d.ts.map +1 -1
- package/dist/types/components/ui/chart.d.ts +1 -1
- package/dist/types/components/ui/chart.d.ts.map +1 -1
- package/package.json +26 -22
- package/.prettierrc.json +0 -4
- package/.turbo/turbo-build.log +0 -182
- package/CHANGELOG.md +0 -795
- package/components.json +0 -21
- package/src/components/charts/QUICK_REFERENCE.md +0 -323
- package/src/components/charts/README.md +0 -658
- package/src/components/charts/RECHARTS_FEATURES.md +0 -458
- package/src/components/charts/area-chart.tsx +0 -248
- package/src/components/charts/bar-chart.tsx +0 -362
- package/src/components/charts/index.ts +0 -4
- package/src/components/charts/pie-chart.tsx +0 -277
- package/src/components/charts/radial-chart.tsx +0 -312
- package/src/components/features/api-status/index.tsx +0 -23
- package/src/components/features/data-table/data-table.tsx +0 -538
- package/src/components/features/data-table/expand-toggle.tsx +0 -17
- package/src/components/features/data-table/fuzzy-filter.tsx +0 -34
- package/src/components/features/data-table/index.ts +0 -3
- package/src/components/features/data-table/item-info.tsx +0 -19
- package/src/components/features/data-table/skeleton.tsx +0 -23
- package/src/components/features/data-table/sort-dropdown.tsx +0 -118
- package/src/components/features/data-table/sortable-header.tsx +0 -37
- package/src/components/features/index.ts +0 -6
- package/src/components/features/page-heading.tsx +0 -27
- package/src/components/features/search-bar.tsx +0 -55
- package/src/components/features/segmented-navigation.tsx +0 -18
- package/src/components/features/sidebar-layout.tsx +0 -193
- package/src/components/features/turtle-tooltip.tsx +0 -67
- package/src/components/icons/arrow.tsx +0 -23
- package/src/components/icons/beta.tsx +0 -95
- package/src/components/icons/dot.tsx +0 -102
- package/src/components/icons/index.ts +0 -7
- package/src/components/icons/issue.tsx +0 -106
- package/src/components/icons/turtle.tsx +0 -156
- package/src/components/icons/update.tsx +0 -113
- package/src/components/icons/warning.tsx +0 -95
- package/src/components/molecules/index.ts +0 -9
- package/src/components/molecules/opportunity/index.ts +0 -10
- package/src/components/molecules/opportunity/opportunity-apr.tsx +0 -129
- package/src/components/molecules/opportunity/opportunity-disclaimer.tsx +0 -46
- package/src/components/molecules/opportunity/opportunity-rate-estimator.tsx +0 -62
- package/src/components/molecules/opportunity/opportunity-section.tsx +0 -113
- package/src/components/molecules/opportunity/opportunity-selector.tsx +0 -30
- package/src/components/molecules/opportunity/opportunity-type.tsx +0 -16
- package/src/components/molecules/route-details.tsx +0 -112
- package/src/components/molecules/slippage-selector.tsx +0 -200
- package/src/components/molecules/swap-details.tsx +0 -55
- package/src/components/molecules/swap-input.tsx +0 -186
- package/src/components/molecules/tabs.tsx +0 -79
- package/src/components/molecules/token-selector.tsx +0 -180
- package/src/components/molecules/tx-status.tsx +0 -312
- package/src/components/molecules/widget/asset-list/asset-filters.tsx +0 -113
- package/src/components/molecules/widget/asset-list/asset-list.tsx +0 -178
- package/src/components/molecules/widget/asset-list/asset-row.tsx +0 -45
- package/src/components/molecules/widget/asset-list/hooks/index.ts +0 -2
- package/src/components/molecules/widget/asset-list/hooks/use-asset-filtering.ts +0 -44
- package/src/components/molecules/widget/asset-list/hooks/use-asset-grouping.ts +0 -87
- package/src/components/molecules/widget/asset-list/index.ts +0 -3
- package/src/components/molecules/widget/base-selector.tsx +0 -121
- package/src/components/molecules/widget/campaign-item.tsx +0 -82
- package/src/components/molecules/widget/deal-item.tsx +0 -92
- package/src/components/molecules/widget/index.ts +0 -36
- package/src/components/molecules/widget/opportunity-item.tsx +0 -105
- package/src/components/molecules/widget/widget-item-stats.tsx +0 -50
- package/src/components/molecules/widget/widget-item.tsx +0 -139
- package/src/components/molecules/widget/widget-list-items.tsx +0 -86
- package/src/components/ui/alert-dialog.tsx +0 -163
- package/src/components/ui/animated-background/animated-background.tsx +0 -182
- package/src/components/ui/animated-background/index.ts +0 -1
- package/src/components/ui/avatar.tsx +0 -73
- package/src/components/ui/badge.tsx +0 -59
- package/src/components/ui/banner.tsx +0 -84
- package/src/components/ui/button.tsx +0 -100
- package/src/components/ui/card.tsx +0 -119
- package/src/components/ui/chart.tsx +0 -346
- package/src/components/ui/checkbox.tsx +0 -32
- package/src/components/ui/chip.tsx +0 -52
- package/src/components/ui/collapsible.tsx +0 -34
- package/src/components/ui/combobox.tsx +0 -730
- package/src/components/ui/command.tsx +0 -184
- package/src/components/ui/dialog.tsx +0 -129
- package/src/components/ui/dropdown.tsx +0 -316
- package/src/components/ui/field.tsx +0 -244
- package/src/components/ui/heading.tsx +0 -74
- package/src/components/ui/hover-card.tsx +0 -139
- package/src/components/ui/icon-animation.tsx +0 -82
- package/src/components/ui/icon-list.tsx +0 -168
- package/src/components/ui/index.ts +0 -48
- package/src/components/ui/info-card.tsx +0 -110
- package/src/components/ui/input-group.tsx +0 -170
- package/src/components/ui/input.tsx +0 -72
- package/src/components/ui/label-with-icon.tsx +0 -122
- package/src/components/ui/label.tsx +0 -24
- package/src/components/ui/multi-select.tsx +0 -1090
- package/src/components/ui/navigation-bar.tsx +0 -153
- package/src/components/ui/navigation-menu.tsx +0 -188
- package/src/components/ui/opportunity-details-v1.tsx +0 -104
- package/src/components/ui/pagination.tsx +0 -127
- package/src/components/ui/popover.tsx +0 -48
- package/src/components/ui/scroll-area.tsx +0 -64
- package/src/components/ui/segment-control.tsx +0 -146
- package/src/components/ui/select.tsx +0 -199
- package/src/components/ui/separator.tsx +0 -26
- package/src/components/ui/sheet.tsx +0 -139
- package/src/components/ui/sidebar.tsx +0 -728
- package/src/components/ui/skeleton.tsx +0 -14
- package/src/components/ui/slider.tsx +0 -58
- package/src/components/ui/sonner.tsx +0 -24
- package/src/components/ui/switch.tsx +0 -29
- package/src/components/ui/table-shadcn.tsx +0 -110
- package/src/components/ui/table.tsx +0 -117
- package/src/components/ui/textarea.tsx +0 -22
- package/src/components/ui/toggle-group.tsx +0 -71
- package/src/components/ui/toggle.tsx +0 -47
- package/src/components/ui/tooltip.tsx +0 -66
- package/src/hooks/index.ts +0 -1
- package/src/hooks/useIsMobile.ts +0 -77
- package/src/index.ts +0 -16
- package/src/lib/utils.ts +0 -6
- package/src/styles/globals.css +0 -181
- package/src/styles/themes/index.css +0 -9
- package/src/styles/themes/semantic.css +0 -117
- package/src/styles/tokens/colors.css +0 -124
- package/src/styles/tokens/index.css +0 -15
- package/src/styles/tokens/radius.css +0 -18
- package/src/styles/tokens/spacing.css +0 -58
- package/src/styles/tokens/typography.css +0 -87
- package/src/tokens/index.ts +0 -108
- package/tsconfig.json +0 -20
- package/vite.config.js +0 -49
- /package/{src/images/enso.png → dist/enso-22FJ4GNK.png} +0 -0
|
@@ -6,12 +6,14 @@ type SidebarItemBase = {
|
|
|
6
6
|
type SidebarLink = SidebarItemBase & {
|
|
7
7
|
url: string;
|
|
8
8
|
isActive: boolean;
|
|
9
|
+
isEnabled?: boolean;
|
|
9
10
|
children?: never;
|
|
10
11
|
};
|
|
11
12
|
type SidebarGroupBase = SidebarItemBase & {
|
|
12
13
|
children: SidebarItem[];
|
|
13
14
|
url?: never;
|
|
14
15
|
isActive?: never;
|
|
16
|
+
isEnabled?: boolean;
|
|
15
17
|
};
|
|
16
18
|
export type SidebarItem = SidebarLink | SidebarGroupBase;
|
|
17
19
|
export declare function TurtleSidebarLayout({ children, sidebarSlot, sidebarFooter, topSlot, items, linkComponent, }: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sidebar-layout.d.ts","sourceRoot":"","sources":["../../../../src/components/features/sidebar-layout.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"sidebar-layout.d.ts","sourceRoot":"","sources":["../../../../src/components/features/sidebar-layout.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA0B1B,KAAK,eAAe,GAAG;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,GAAG,CAAC;CACZ,CAAC;AAGF,KAAK,WAAW,GAAG,eAAe,GAAG;IACnC,GAAG,EAAE,MAAM,CAAC;IACZ,QAAQ,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,KAAK,CAAC;CAClB,CAAC;AAGF,KAAK,gBAAgB,GAAG,eAAe,GAAG;IACxC,QAAQ,EAAE,WAAW,EAAE,CAAC;IACxB,GAAG,CAAC,EAAE,KAAK,CAAC;IACZ,QAAQ,CAAC,EAAE,KAAK,CAAC;IACjB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG,WAAW,GAAG,gBAAgB,CAAC;AAIzD,wBAAgB,mBAAmB,CAAC,EAClC,QAAQ,EACR,WAAW,EACX,aAAa,EACb,OAAO,EACP,KAAK,EACL,aAAa,GACd,EAAE;IACD,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC9B,aAAa,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAChC,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,KAAK,EAAE,WAAW,EAAE,CAAC;IACrB,aAAa,EAAE,GAAG,CAAC;CACpB,2CAYA;AAED,wBAAgB,aAAa,CAAC,EAC5B,KAAK,EACL,WAAW,EACX,aAAa,EACb,aAAa,EAAE,IAAU,GAC1B,EAAE;IACD,KAAK,EAAE,WAAW,EAAE,CAAC;IACrB,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC9B,aAAa,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAChC,aAAa,EAAE,GAAG,CAAC;CACpB,2CA8JA;AAED,wBAAgB,eAAe,CAAC,EAC9B,QAAQ,EACR,OAAO,GACR,EAAE;IACD,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B,2CAuBA"}
|
|
@@ -44,7 +44,7 @@ declare function ChartTooltipContent<TValue extends ValueType = ValueType, TName
|
|
|
44
44
|
nameKey?: string;
|
|
45
45
|
labelKey?: string;
|
|
46
46
|
} & React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
|
|
47
|
-
declare const ChartLegend:
|
|
47
|
+
declare const ChartLegend: React.MemoExoticComponent<(outsideProps: RechartsPrimitive.LegendProps) => React.ReactPortal | null>;
|
|
48
48
|
declare function ChartLegendContent({ className, hideIcon, payload, verticalAlign, nameKey, }: React.ComponentProps<"div"> & {
|
|
49
49
|
payload?: ReadonlyArray<Payload<ValueType, NameType>>;
|
|
50
50
|
verticalAlign?: "top" | "bottom";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chart.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/chart.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,iBAAiB,MAAM,UAAU,CAAC;AAC9C,OAAO,KAAK,EAAE,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAKnG,QAAA,MAAM,MAAM;;;CAAwC,CAAC;AAErD,MAAM,MAAM,WAAW,GAAG;KACvB,CAAC,IAAI,MAAM,GAAG;QACb,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;QACxB,IAAI,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;KAC5B,GAAG,CACA;QAAE,KAAK,CAAC,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,KAAK,CAAA;KAAE,GACjC;QAAE,KAAK,CAAC,EAAE,KAAK,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC,MAAM,OAAO,MAAM,EAAE,MAAM,CAAC,CAAA;KAAE,CAChE;CACF,CAAC;AAkBF,iBAAS,cAAc,CAAC,EACtB,EAAE,EACF,SAAS,EACT,QAAQ,EACR,MAAM,EACN,gBAA6C,EAC7C,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GAAG;IAC/B,MAAM,EAAE,WAAW,CAAC;IACpB,QAAQ,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,iBAAiB,CAAC,mBAAmB,CAAC,CAAC,UAAU,CAAC,CAAC;IACzF,gBAAgB,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,MAAM,CAAA;KAAE,CAAC;CACtD,2CAsBA;AAED,QAAA,MAAM,UAAU,GAAI,gBAAgB;IAAE,EAAE,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,WAAW,CAAA;CAAE,4CA2BtE,CAAC;AAEF,QAAA,MAAM,YAAY,kCAA4B,CAAC;AAE/C,iBAAS,mBAAmB,CAC1B,MAAM,SAAS,SAAS,GAAG,SAAS,EACpC,KAAK,SAAS,QAAQ,GAAG,QAAQ,EACjC,EACA,MAAM,EACN,OAAO,EACP,SAAS,EACT,SAAiB,EACjB,SAAiB,EACjB,aAAqB,EACrB,KAAK,EACL,cAAc,EACd,cAAc,EACd,SAAS,EACT,KAAK,EACL,OAAO,EACP,QAAQ,GACT,EAAE;IACD,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,aAAa,CAAC,OAAO,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC,CAAC;IAChD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,cAAc,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,EAAE,OAAO,EAAE,aAAa,CAAC,OAAO,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC,KAAK,KAAK,CAAC,SAAS,CAAC;IACjG,SAAS,CAAC,EAAE,CACV,KAAK,EAAE,MAAM,EACb,IAAI,EAAE,KAAK,EACX,IAAI,EAAE,OAAO,CAAC,MAAM,EAAE,KAAK,CAAC,EAC5B,KAAK,EAAE,MAAM,EACb,OAAO,EAAE,aAAa,CAAC,OAAO,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC,KAC3C,KAAK,CAAC,SAAS,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,GAAG,KAAK,GAAG,QAAQ,CAAC;IACtC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAiH9B;AAED,QAAA,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"chart.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/chart.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,iBAAiB,MAAM,UAAU,CAAC;AAC9C,OAAO,KAAK,EAAE,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAKnG,QAAA,MAAM,MAAM;;;CAAwC,CAAC;AAErD,MAAM,MAAM,WAAW,GAAG;KACvB,CAAC,IAAI,MAAM,GAAG;QACb,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;QACxB,IAAI,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;KAC5B,GAAG,CACA;QAAE,KAAK,CAAC,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,KAAK,CAAA;KAAE,GACjC;QAAE,KAAK,CAAC,EAAE,KAAK,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC,MAAM,OAAO,MAAM,EAAE,MAAM,CAAC,CAAA;KAAE,CAChE;CACF,CAAC;AAkBF,iBAAS,cAAc,CAAC,EACtB,EAAE,EACF,SAAS,EACT,QAAQ,EACR,MAAM,EACN,gBAA6C,EAC7C,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GAAG;IAC/B,MAAM,EAAE,WAAW,CAAC;IACpB,QAAQ,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,iBAAiB,CAAC,mBAAmB,CAAC,CAAC,UAAU,CAAC,CAAC;IACzF,gBAAgB,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,MAAM,CAAA;KAAE,CAAC;CACtD,2CAsBA;AAED,QAAA,MAAM,UAAU,GAAI,gBAAgB;IAAE,EAAE,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,WAAW,CAAA;CAAE,4CA2BtE,CAAC;AAEF,QAAA,MAAM,YAAY,kCAA4B,CAAC;AAE/C,iBAAS,mBAAmB,CAC1B,MAAM,SAAS,SAAS,GAAG,SAAS,EACpC,KAAK,SAAS,QAAQ,GAAG,QAAQ,EACjC,EACA,MAAM,EACN,OAAO,EACP,SAAS,EACT,SAAiB,EACjB,SAAiB,EACjB,aAAqB,EACrB,KAAK,EACL,cAAc,EACd,cAAc,EACd,SAAS,EACT,KAAK,EACL,OAAO,EACP,QAAQ,GACT,EAAE;IACD,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,aAAa,CAAC,OAAO,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC,CAAC;IAChD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,cAAc,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,EAAE,OAAO,EAAE,aAAa,CAAC,OAAO,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC,KAAK,KAAK,CAAC,SAAS,CAAC;IACjG,SAAS,CAAC,EAAE,CACV,KAAK,EAAE,MAAM,EACb,IAAI,EAAE,KAAK,EACX,IAAI,EAAE,OAAO,CAAC,MAAM,EAAE,KAAK,CAAC,EAC5B,KAAK,EAAE,MAAM,EACb,OAAO,EAAE,aAAa,CAAC,OAAO,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC,KAC3C,KAAK,CAAC,SAAS,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,GAAG,KAAK,GAAG,QAAQ,CAAC;IACtC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAiH9B;AAED,QAAA,MAAM,WAAW,sGAA2B,CAAC;AAE7C,iBAAS,kBAAkB,CAAC,EAC1B,SAAS,EACT,QAAgB,EAChB,OAAO,EACP,aAAwB,EACxB,OAAO,GACR,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GAAG;IAC/B,OAAO,CAAC,EAAE,aAAa,CAAC,OAAO,CAAC,SAAS,EAAE,QAAQ,CAAC,CAAC,CAAC;IACtD,aAAa,CAAC,EAAE,KAAK,GAAG,QAAQ,CAAC;IACjC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,2CA4CA;AA2BD,OAAO,EACL,cAAc,EACd,YAAY,EACZ,mBAAmB,EACnB,WAAW,EACX,kBAAkB,EAClB,UAAU,GACX,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@turtleclub/ui",
|
|
3
|
-
"version": "0.7.0-beta.
|
|
3
|
+
"version": "0.7.0-beta.34",
|
|
4
4
|
"description": "shadcn/ui and custom Turtle UI components library",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -8,11 +8,17 @@
|
|
|
8
8
|
"url": "https://github.com/turtledev/packages.git",
|
|
9
9
|
"directory": "packages/ui"
|
|
10
10
|
},
|
|
11
|
-
"sideEffects":
|
|
11
|
+
"sideEffects": [
|
|
12
|
+
"*.css",
|
|
13
|
+
"**/*.css"
|
|
14
|
+
],
|
|
12
15
|
"type": "module",
|
|
13
16
|
"main": "./dist/index.cjs",
|
|
14
17
|
"module": "./dist/index.js",
|
|
15
18
|
"types": "./dist/types/index.d.ts",
|
|
19
|
+
"files": [
|
|
20
|
+
"dist"
|
|
21
|
+
],
|
|
16
22
|
"exports": {
|
|
17
23
|
".": {
|
|
18
24
|
"types": "./dist/types/index.d.ts",
|
|
@@ -26,12 +32,10 @@
|
|
|
26
32
|
"access": "public"
|
|
27
33
|
},
|
|
28
34
|
"scripts": {
|
|
29
|
-
"build": "rm -rf dist &&
|
|
30
|
-
"build:code": "vite build",
|
|
35
|
+
"build": "rm -rf dist && tsup && tsc -p . && bun run build:css",
|
|
31
36
|
"build:css": "BUILD_CSS=true vite build",
|
|
32
|
-
"build:types": "tsc -p .",
|
|
33
37
|
"type-check": "tsc --noEmit || true",
|
|
34
|
-
"dev": "
|
|
38
|
+
"dev": "tsup --watch"
|
|
35
39
|
},
|
|
36
40
|
"dependencies": {
|
|
37
41
|
"@emotion/is-prop-valid": "^1.4.0",
|
|
@@ -56,17 +60,17 @@
|
|
|
56
60
|
"@radix-ui/react-toggle-group": "^1.1.10",
|
|
57
61
|
"@radix-ui/react-tooltip": "^1.2.7",
|
|
58
62
|
"@tanstack/match-sorter-utils": "^8.19.4",
|
|
59
|
-
"@tanstack/react-table": "
|
|
60
|
-
"@turtleclub/utils": "0.4.0-beta.
|
|
61
|
-
"class-variance-authority": "
|
|
62
|
-
"clsx": "
|
|
63
|
+
"@tanstack/react-table": "catalog:",
|
|
64
|
+
"@turtleclub/utils": "0.4.0-beta.1",
|
|
65
|
+
"class-variance-authority": "catalog:",
|
|
66
|
+
"clsx": "catalog:",
|
|
63
67
|
"cmdk": "^1.1.1",
|
|
64
|
-
"framer-motion": "
|
|
65
|
-
"lucide-react": "
|
|
66
|
-
"next-themes": "
|
|
68
|
+
"framer-motion": "catalog:",
|
|
69
|
+
"lucide-react": "catalog:",
|
|
70
|
+
"next-themes": "catalog:",
|
|
67
71
|
"recharts": "^3.7.0",
|
|
68
|
-
"sonner": "
|
|
69
|
-
"tailwind-merge": "
|
|
72
|
+
"sonner": "catalog:",
|
|
73
|
+
"tailwind-merge": "catalog:",
|
|
70
74
|
"tw-animate-css": "^1.3.7"
|
|
71
75
|
},
|
|
72
76
|
"peerDependencies": {
|
|
@@ -75,14 +79,14 @@
|
|
|
75
79
|
"tailwindcss": "^4.x"
|
|
76
80
|
},
|
|
77
81
|
"devDependencies": {
|
|
78
|
-
"@tailwindcss/vite": "
|
|
79
|
-
"@types/react": "
|
|
80
|
-
"@types/react-dom": "
|
|
82
|
+
"@tailwindcss/vite": "catalog:",
|
|
83
|
+
"@types/react": "catalog:",
|
|
84
|
+
"@types/react-dom": "catalog:",
|
|
81
85
|
"ajv": "^8.17.1",
|
|
82
86
|
"prettier-plugin-tailwindcss": "^0.6.14",
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"vite
|
|
87
|
+
"tsup": "^8.5.0",
|
|
88
|
+
"typescript": "catalog:",
|
|
89
|
+
"vite": "^7.1.6"
|
|
86
90
|
},
|
|
87
|
-
"gitHead": "
|
|
91
|
+
"gitHead": "51dfb4bcde9a62c00d35b790afc9121a2f58e7f3"
|
|
88
92
|
}
|
package/.prettierrc.json
DELETED
package/.turbo/turbo-build.log
DELETED
|
@@ -1,182 +0,0 @@
|
|
|
1
|
-
$ rm -rf dist && bun run build:code && bun run build:types && bun run build:css
|
|
2
|
-
$ vite build
|
|
3
|
-
[36mvite v7.3.1 [32mbuilding client environment for production...[36m[39m
|
|
4
|
-
transforming...
|
|
5
|
-
[33msrc/components/charts/bar-chart.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
6
|
-
[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
|
|
7
|
-
[33msrc/components/charts/area-chart.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
8
|
-
[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
|
|
9
|
-
[33msrc/components/charts/radial-chart.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
10
|
-
[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
|
|
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/ui/toggle.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
14
|
-
[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
|
|
15
|
-
[33msrc/components/ui/alert-dialog.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
16
|
-
[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
|
|
17
|
-
[33msrc/components/ui/select.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
18
|
-
[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
|
|
19
|
-
[33msrc/components/ui/dialog.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
20
|
-
[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
|
|
21
|
-
[33msrc/components/ui/segment-control.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
22
|
-
[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
|
|
23
|
-
[33msrc/components/ui/tooltip.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
24
|
-
[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
|
|
25
|
-
[33msrc/components/ui/slider.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
26
|
-
[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
|
|
27
|
-
[33msrc/components/ui/input-group.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
28
|
-
[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
|
|
29
|
-
[33msrc/components/ui/table.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
30
|
-
[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
|
|
31
|
-
[33msrc/components/ui/chart.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
32
|
-
[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
|
|
33
|
-
[33msrc/components/ui/label.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
34
|
-
[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
|
|
35
|
-
[33msrc/components/ui/sidebar.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
36
|
-
[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
|
|
37
|
-
[33msrc/components/ui/navigation-bar.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
38
|
-
[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
|
|
39
|
-
[33msrc/components/ui/checkbox.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
40
|
-
[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
|
|
41
|
-
[33msrc/components/ui/table-shadcn.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
42
|
-
[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
|
|
43
|
-
[33msrc/components/ui/scroll-area.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
44
|
-
[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
|
|
45
|
-
[33msrc/components/ui/dropdown.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
46
|
-
[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
|
|
47
|
-
[33msrc/components/ui/command.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
48
|
-
[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
|
|
49
|
-
[33msrc/components/ui/field.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
50
|
-
[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
|
|
51
|
-
[33msrc/components/ui/combobox.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
52
|
-
[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
|
|
53
|
-
[33msrc/components/molecules/token-selector.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
54
|
-
[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
|
|
55
|
-
[33msrc/components/ui/collapsible.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
56
|
-
[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
|
|
57
|
-
[33msrc/components/ui/popover.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
58
|
-
[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
|
|
59
|
-
[33msrc/components/ui/sheet.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
60
|
-
[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
|
|
61
|
-
[33msrc/hooks/useIsMobile.ts (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.[39m
|
|
62
|
-
[33msrc/hooks/useIsMobile.ts (1:0): Module level directives cause errors when bundled, "use client" in "src/hooks/useIsMobile.ts" was ignored.[39m
|
|
63
|
-
[33m../../node_modules/.bun/@radix-ui+react-switch@1.2.6+92c4888de0bf9132/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+92c4888de0bf9132/node_modules/@radix-ui/react-switch/dist/index.mjs" was ignored.[39m
|
|
64
|
-
[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
|
|
65
|
-
[33m../../node_modules/.bun/@radix-ui+react-toggle@1.1.10+92c4888de0bf9132/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+92c4888de0bf9132/node_modules/@radix-ui/react-toggle/dist/index.mjs" was ignored.[39m
|
|
66
|
-
[33m../../node_modules/.bun/@radix-ui+react-toggle-group@1.1.11+92c4888de0bf9132/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+92c4888de0bf9132/node_modules/@radix-ui/react-toggle-group/dist/index.mjs" was ignored.[39m
|
|
67
|
-
[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
|
|
68
|
-
[33m../../node_modules/.bun/@radix-ui+react-dialog@1.1.15+92c4888de0bf9132/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+92c4888de0bf9132/node_modules/@radix-ui/react-dialog/dist/index.mjs" was ignored.[39m
|
|
69
|
-
[33m../../node_modules/.bun/@radix-ui+react-avatar@1.1.11+92c4888de0bf9132/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+92c4888de0bf9132/node_modules/@radix-ui/react-avatar/dist/index.mjs" was ignored.[39m
|
|
70
|
-
[33m../../node_modules/.bun/@radix-ui+react-navigation-menu@1.2.14+92c4888de0bf9132/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+92c4888de0bf9132/node_modules/@radix-ui/react-navigation-menu/dist/index.mjs" was ignored.[39m
|
|
71
|
-
[33m../../node_modules/.bun/@radix-ui+react-tooltip@1.2.8+92c4888de0bf9132/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+92c4888de0bf9132/node_modules/@radix-ui/react-tooltip/dist/index.mjs" was ignored.[39m
|
|
72
|
-
[33m../../node_modules/.bun/@radix-ui+react-select@2.2.6+92c4888de0bf9132/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+92c4888de0bf9132/node_modules/@radix-ui/react-select/dist/index.mjs" was ignored.[39m
|
|
73
|
-
[33m../../node_modules/.bun/@radix-ui+react-slider@1.3.6+92c4888de0bf9132/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+92c4888de0bf9132/node_modules/@radix-ui/react-slider/dist/index.mjs" was ignored.[39m
|
|
74
|
-
[33m../../node_modules/.bun/@radix-ui+react-hover-card@1.1.15+92c4888de0bf9132/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+92c4888de0bf9132/node_modules/@radix-ui/react-hover-card/dist/index.mjs" was ignored.[39m
|
|
75
|
-
[33m../../node_modules/.bun/@radix-ui+react-alert-dialog@1.1.15+92c4888de0bf9132/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+92c4888de0bf9132/node_modules/@radix-ui/react-alert-dialog/dist/index.mjs" was ignored.[39m
|
|
76
|
-
[33m../../node_modules/.bun/@radix-ui+react-label@2.1.8+92c4888de0bf9132/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+92c4888de0bf9132/node_modules/@radix-ui/react-label/dist/index.mjs" was ignored.[39m
|
|
77
|
-
[33m../../node_modules/.bun/@radix-ui+react-checkbox@1.3.3+92c4888de0bf9132/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+92c4888de0bf9132/node_modules/@radix-ui/react-checkbox/dist/index.mjs" was ignored.[39m
|
|
78
|
-
[33m../../node_modules/.bun/@radix-ui+react-scroll-area@1.2.10+92c4888de0bf9132/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+92c4888de0bf9132/node_modules/@radix-ui/react-scroll-area/dist/index.mjs" was ignored.[39m
|
|
79
|
-
[33m../../node_modules/.bun/@radix-ui+react-collapsible@1.1.12+92c4888de0bf9132/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+92c4888de0bf9132/node_modules/@radix-ui/react-collapsible/dist/index.mjs" was ignored.[39m
|
|
80
|
-
[33m../../node_modules/.bun/cmdk@1.1.1+92c4888de0bf9132/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+92c4888de0bf9132/node_modules/cmdk/dist/index.mjs" was ignored.[39m
|
|
81
|
-
[33m../../node_modules/.bun/@radix-ui+react-dropdown-menu@2.1.16+92c4888de0bf9132/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+92c4888de0bf9132/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs" was ignored.[39m
|
|
82
|
-
[33m../../node_modules/.bun/@radix-ui+react-popover@1.1.15+92c4888de0bf9132/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+92c4888de0bf9132/node_modules/@radix-ui/react-popover/dist/index.mjs" was ignored.[39m
|
|
83
|
-
[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
|
|
84
|
-
[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
|
|
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
|
|
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
|
|
87
|
-
[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
|
|
88
|
-
[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
|
|
89
|
-
[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
|
|
90
|
-
[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
|
|
91
|
-
[33m../../node_modules/.bun/@radix-ui+react-roving-focus@1.1.11+92c4888de0bf9132/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+92c4888de0bf9132/node_modules/@radix-ui/react-roving-focus/dist/index.mjs" was ignored.[39m
|
|
92
|
-
[33m../../node_modules/.bun/@radix-ui+react-dismissable-layer@1.1.11+92c4888de0bf9132/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+92c4888de0bf9132/node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs" was ignored.[39m
|
|
93
|
-
[33m../../node_modules/.bun/@radix-ui+react-focus-scope@1.1.7+92c4888de0bf9132/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+92c4888de0bf9132/node_modules/@radix-ui/react-focus-scope/dist/index.mjs" was ignored.[39m
|
|
94
|
-
[33m../../node_modules/.bun/@radix-ui+react-portal@1.1.9+92c4888de0bf9132/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+92c4888de0bf9132/node_modules/@radix-ui/react-portal/dist/index.mjs" was ignored.[39m
|
|
95
|
-
[33m../../node_modules/.bun/@radix-ui+react-presence@1.1.5+92c4888de0bf9132/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+92c4888de0bf9132/node_modules/@radix-ui/react-presence/dist/index.mjs" was ignored.[39m
|
|
96
|
-
[33m../../node_modules/.bun/@radix-ui+react-focus-guards@1.1.3+6f0851efedd0694b/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+6f0851efedd0694b/node_modules/@radix-ui/react-focus-guards/dist/index.mjs" was ignored.[39m
|
|
97
|
-
[33m../../node_modules/.bun/@radix-ui+react-collection@1.1.7+92c4888de0bf9132/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+92c4888de0bf9132/node_modules/@radix-ui/react-collection/dist/index.mjs" was ignored.[39m
|
|
98
|
-
[33m../../node_modules/.bun/@radix-ui+react-popper@1.2.8+92c4888de0bf9132/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+92c4888de0bf9132/node_modules/@radix-ui/react-popper/dist/index.mjs" was ignored.[39m
|
|
99
|
-
[33m../../node_modules/.bun/@radix-ui+react-menu@2.1.16+92c4888de0bf9132/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+92c4888de0bf9132/node_modules/@radix-ui/react-menu/dist/index.mjs" was ignored.[39m
|
|
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
|
|
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
|
|
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
|
|
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
|
|
104
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/components/AnimatePresence/index.mjs" was ignored.[39m
|
|
105
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/components/AnimatePresence/PopChild.mjs" was ignored.[39m
|
|
106
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/components/AnimatePresence/PresenceChild.mjs" was ignored.[39m
|
|
107
|
-
[33m../../node_modules/.bun/@number-flow+react@0.5.14+dfc90389513bb65c/node_modules/@number-flow/react/dist/NumberFlow-client-BTpPLmzo.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.bun/@number-flow+react@0.5.14+dfc90389513bb65c/node_modules/@number-flow/react/dist/NumberFlow-client-BTpPLmzo.mjs" was ignored.[39m
|
|
108
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/components/LayoutGroup/index.mjs" was ignored.[39m
|
|
109
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/components/LazyMotion/index.mjs" was ignored.[39m
|
|
110
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/components/MotionConfig/index.mjs" was ignored.[39m
|
|
111
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/motion/utils/use-visual-state.mjs" was ignored.[39m
|
|
112
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/utils/use-force-update.mjs" was ignored.[39m
|
|
113
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/utils/use-isomorphic-effect.mjs" was ignored.[39m
|
|
114
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/utils/use-unmount-effect.mjs" was ignored.[39m
|
|
115
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/render/dom/features-animation.mjs" was ignored.[39m
|
|
116
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/render/dom/features-max.mjs" was ignored.[39m
|
|
117
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/render/dom/features-min.mjs" was ignored.[39m
|
|
118
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/utils/use-motion-value-event.mjs" was ignored.[39m
|
|
119
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/value/use-motion-template.mjs" was ignored.[39m
|
|
120
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/value/use-motion-value.mjs" was ignored.[39m
|
|
121
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/value/use-scroll.mjs" was ignored.[39m
|
|
122
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/value/use-follow-value.mjs" was ignored.[39m
|
|
123
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/value/use-spring.mjs" was ignored.[39m
|
|
124
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/value/use-time.mjs" was ignored.[39m
|
|
125
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/value/use-transform.mjs" was ignored.[39m
|
|
126
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/value/use-velocity.mjs" was ignored.[39m
|
|
127
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/value/use-will-change/index.mjs" was ignored.[39m
|
|
128
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+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.35.0+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.35.0+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.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/animation/hooks/use-animate.mjs" was ignored.[39m
|
|
131
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/animation/hooks/use-animate-style.mjs" was ignored.[39m
|
|
132
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/animation/hooks/use-animation.mjs" was ignored.[39m
|
|
133
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/components/AnimatePresence/use-presence.mjs" was ignored.[39m
|
|
134
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/components/AnimatePresence/use-presence-data.mjs" was ignored.[39m
|
|
135
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/events/use-dom-event.mjs" was ignored.[39m
|
|
136
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/utils/use-animation-frame.mjs" was ignored.[39m
|
|
137
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/utils/use-cycle.mjs" was ignored.[39m
|
|
138
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/utils/use-in-view.mjs" was ignored.[39m
|
|
139
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/utils/use-instant-transition.mjs" was ignored.[39m
|
|
140
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/utils/use-page-in-view.mjs" was ignored.[39m
|
|
141
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/context/LayoutGroupContext.mjs" was ignored.[39m
|
|
142
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/context/MotionConfigContext.mjs" was ignored.[39m
|
|
143
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/context/MotionContext/index.mjs" was ignored.[39m
|
|
144
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/context/PresenceContext.mjs" was ignored.[39m
|
|
145
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/context/SwitchLayoutGroupContext.mjs" was ignored.[39m
|
|
146
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/animation/hooks/use-animated-state.mjs" was ignored.[39m
|
|
147
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/components/AnimateSharedLayout.mjs" was ignored.[39m
|
|
148
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/context/DeprecatedLayoutGroupContext.mjs" was ignored.[39m
|
|
149
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/value/use-inverted-scale.mjs" was ignored.[39m
|
|
150
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/utils/use-constant.mjs" was ignored.[39m
|
|
151
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/context/LazyContext.mjs" was ignored.[39m
|
|
152
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/utils/use-is-mounted.mjs" was ignored.[39m
|
|
153
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/value/use-combine-values.mjs" was ignored.[39m
|
|
154
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/value/use-computed.mjs" was ignored.[39m
|
|
155
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/components/Reorder/Group.mjs" was ignored.[39m
|
|
156
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/components/Reorder/Item.mjs" was ignored.[39m
|
|
157
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/motion/index.mjs" was ignored.[39m
|
|
158
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/context/ReorderContext.mjs" was ignored.[39m
|
|
159
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/motion/features/layout/MeasureLayout.mjs" was ignored.[39m
|
|
160
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/context/MotionContext/create.mjs" was ignored.[39m
|
|
161
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/render/dom/use-render.mjs" was ignored.[39m
|
|
162
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+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.35.0+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.35.0+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.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/motion/utils/use-motion-ref.mjs" was ignored.[39m
|
|
165
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/motion/utils/use-visual-element.mjs" was ignored.[39m
|
|
166
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/render/html/use-props.mjs" was ignored.[39m
|
|
167
|
-
[33m../../node_modules/.bun/framer-motion@12.35.0+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.35.0+0df284f047bac077/node_modules/framer-motion/dist/es/render/svg/use-props.mjs" was ignored.[39m
|
|
168
|
-
[32m✓[39m 2920 modules transformed.
|
|
169
|
-
rendering chunks...
|
|
170
|
-
computing gzip size...
|
|
171
|
-
[2mdist/[22m[36mindex.js [39m[1m[33m1,618.35 kB[39m[22m[2m │ gzip: 392.10 kB[22m[2m │ map: 5,032.77 kB[22m
|
|
172
|
-
[2mdist/[22m[36mindex.cjs [39m[1m[33m1,088.10 kB[39m[22m[2m │ gzip: 322.74 kB[22m[2m │ map: 4,860.18 kB[22m
|
|
173
|
-
[32m✓ built in 28.98s[39m
|
|
174
|
-
$ tsc -p .
|
|
175
|
-
$ BUILD_CSS=true vite build
|
|
176
|
-
[36mvite v7.3.1 [32mbuilding client environment for production...[36m[39m
|
|
177
|
-
transforming...
|
|
178
|
-
[32m✓[39m 1 modules transformed.
|
|
179
|
-
rendering chunks...
|
|
180
|
-
computing gzip size...
|
|
181
|
-
[2mdist/[22m[35mstyles.css [39m[1m[2m124.65 kB[22m[1m[22m[2m │ gzip: 19.42 kB[22m
|
|
182
|
-
[32m✓ built in 605ms[39m
|