From 992c8cfb369e71fde9d36e870f2e9617d41cc718 Mon Sep 17 00:00:00 2001 From: "Matheus P. Silva" Date: Tue, 22 Oct 2024 18:29:41 -0300 Subject: [PATCH] chore(next): remove the next package --- examples/next-14x/.gitignore | 36 -- examples/next-14x/CHANGELOG.md | 333 ---------- examples/next-14x/README.md | 36 -- examples/next-14x/app/@tabs/details/page.tsx | 9 - examples/next-14x/app/@tabs/page.tsx | 35 -- examples/next-14x/app/favicon.ico | Bin 25931 -> 0 bytes examples/next-14x/app/layout.tsx | 54 -- examples/next-14x/app/page.tsx | 3 - examples/next-14x/next.config.mjs | 4 - examples/next-14x/package.json | 25 - examples/next-14x/public/next.svg | 1 - examples/next-14x/public/vercel.svg | 1 - examples/next-14x/tsconfig.json | 26 - package.json | 2 +- packages/next/CHANGELOG.md | 606 ------------------- packages/next/README.md | 67 -- packages/next/package.json | 48 -- packages/next/src/index.ts | 7 - packages/next/src/tabs/index.ts | 4 - packages/next/src/tabs/tab-list.tsx | 5 - packages/next/src/tabs/tab-panel.tsx | 35 -- packages/next/src/tabs/tab-provider.tsx | 40 -- packages/next/src/tabs/tab.tsx | 42 -- packages/next/tsconfig.json | 8 - packages/next/tsup.config.ts | 14 - pnpm-lock.yaml | 442 +------------- 26 files changed, 30 insertions(+), 1853 deletions(-) delete mode 100644 examples/next-14x/.gitignore delete mode 100644 examples/next-14x/CHANGELOG.md delete mode 100644 examples/next-14x/README.md delete mode 100644 examples/next-14x/app/@tabs/details/page.tsx delete mode 100644 examples/next-14x/app/@tabs/page.tsx delete mode 100644 examples/next-14x/app/favicon.ico delete mode 100644 examples/next-14x/app/layout.tsx delete mode 100644 examples/next-14x/app/page.tsx delete mode 100644 examples/next-14x/next.config.mjs delete mode 100644 examples/next-14x/package.json delete mode 100644 examples/next-14x/public/next.svg delete mode 100644 examples/next-14x/public/vercel.svg delete mode 100644 examples/next-14x/tsconfig.json delete mode 100644 packages/next/CHANGELOG.md delete mode 100644 packages/next/README.md delete mode 100644 packages/next/package.json delete mode 100644 packages/next/src/index.ts delete mode 100644 packages/next/src/tabs/index.ts delete mode 100644 packages/next/src/tabs/tab-list.tsx delete mode 100644 packages/next/src/tabs/tab-panel.tsx delete mode 100644 packages/next/src/tabs/tab-provider.tsx delete mode 100644 packages/next/src/tabs/tab.tsx delete mode 100644 packages/next/tsconfig.json delete mode 100644 packages/next/tsup.config.ts diff --git a/examples/next-14x/.gitignore b/examples/next-14x/.gitignore deleted file mode 100644 index fd3dbb571a..0000000000 --- a/examples/next-14x/.gitignore +++ /dev/null @@ -1,36 +0,0 @@ -# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. - -# dependencies -/node_modules -/.pnp -.pnp.js -.yarn/install-state.gz - -# testing -/coverage - -# next.js -/.next/ -/out/ - -# production -/build - -# misc -.DS_Store -*.pem - -# debug -npm-debug.log* -yarn-debug.log* -yarn-error.log* - -# local env files -.env*.local - -# vercel -.vercel - -# typescript -*.tsbuildinfo -next-env.d.ts diff --git a/examples/next-14x/CHANGELOG.md b/examples/next-14x/CHANGELOG.md deleted file mode 100644 index 76d41804d9..0000000000 --- a/examples/next-14x/CHANGELOG.md +++ /dev/null @@ -1,333 +0,0 @@ -# Change Log - -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -## [0.3.38](https://github.com/vtex/shoreline/compare/next-14x@0.3.37...next-14x@0.3.38) (2024-06-26) - -**Note:** Version bump only for package next-14x - -## [0.3.37](https://github.com/vtex/shoreline/compare/next-14x@0.3.36...next-14x@0.3.37) (2024-06-26) - -**Note:** Version bump only for package next-14x - -## [0.3.36](https://github.com/vtex/shoreline/compare/next-14x@0.3.35...next-14x@0.3.36) (2024-06-26) - -**Note:** Version bump only for package next-14x - -## [0.3.35](https://github.com/vtex/shoreline/compare/next-14x@0.3.34...next-14x@0.3.35) (2024-06-26) - -**Note:** Version bump only for package next-14x - -## [0.3.34](https://github.com/vtex/shoreline/compare/next-14x@0.3.33...next-14x@0.3.34) (2024-06-26) - -**Note:** Version bump only for package next-14x - -## [0.3.33](https://github.com/vtex/shoreline/compare/next-14x@0.3.32...next-14x@0.3.33) (2024-06-25) - -**Note:** Version bump only for package next-14x - -## [0.3.32](https://github.com/vtex/shoreline/compare/next-14x@0.3.31...next-14x@0.3.32) (2024-06-21) - -**Note:** Version bump only for package next-14x - -## [0.3.31](https://github.com/vtex/shoreline/compare/next-14x@0.3.30...next-14x@0.3.31) (2024-06-21) - -**Note:** Version bump only for package next-14x - -## [0.3.30](https://github.com/vtex/shoreline/compare/next-14x@0.3.29...next-14x@0.3.30) (2024-06-21) - -**Note:** Version bump only for package next-14x - -## [0.3.29](https://github.com/vtex/shoreline/compare/next-14x@0.3.28...next-14x@0.3.29) (2024-06-18) - -**Note:** Version bump only for package next-14x - -## [0.3.28](https://github.com/vtex/shoreline/compare/next-14x@0.3.27...next-14x@0.3.28) (2024-06-13) - -### Bug Fixes - -- **examples:** package versions ([77c71b4](https://github.com/vtex/shoreline/commit/77c71b444067bfe9e881738a877027c20f7cd7f6)) - -## [0.3.27](https://github.com/vtex/shoreline/compare/next-14x@0.3.26...next-14x@0.3.27) (2024-06-12) - -**Note:** Version bump only for package next-14x - -## [0.3.26](https://github.com/vtex/shoreline/compare/next-14x@0.3.25...next-14x@0.3.26) (2024-06-06) - -**Note:** Version bump only for package next-14x - -## [0.3.25](https://github.com/vtex/shoreline/compare/next-14x@0.3.24...next-14x@0.3.25) (2024-06-04) - -**Note:** Version bump only for package next-14x - -## [0.3.24](https://github.com/vtex/shoreline/compare/next-14x@0.3.23...next-14x@0.3.24) (2024-05-29) - -**Note:** Version bump only for package next-14x - -## [0.3.23](https://github.com/vtex/shoreline/compare/next-14x@0.3.22...next-14x@0.3.23) (2024-05-29) - -**Note:** Version bump only for package next-14x - -## [0.3.22](https://github.com/vtex/shoreline/compare/next-14x@0.3.21...next-14x@0.3.22) (2024-05-28) - -**Note:** Version bump only for package next-14x - -## [0.3.21](https://github.com/vtex/shoreline/compare/next-14x@0.3.20...next-14x@0.3.21) (2024-05-28) - -**Note:** Version bump only for package next-14x - -## [0.3.20](https://github.com/vtex/shoreline/compare/next-14x@0.3.19...next-14x@0.3.20) (2024-05-27) - -**Note:** Version bump only for package next-14x - -## [0.3.19](https://github.com/vtex/shoreline/compare/next-14x@0.3.18...next-14x@0.3.19) (2024-05-25) - -**Note:** Version bump only for package next-14x - -## [0.3.18](https://github.com/vtex/shoreline/compare/next-14x@0.3.17...next-14x@0.3.18) (2024-05-24) - -**Note:** Version bump only for package next-14x - -## [0.3.17](https://github.com/vtex/shoreline/compare/next-14x@0.3.16...next-14x@0.3.17) (2024-05-24) - -**Note:** Version bump only for package next-14x - -## [0.3.16](https://github.com/vtex/shoreline/compare/next-14x@0.3.15...next-14x@0.3.16) (2024-05-23) - -**Note:** Version bump only for package next-14x - -## [0.3.15](https://github.com/vtex/shoreline/compare/next-14x@0.3.14...next-14x@0.3.15) (2024-05-21) - -**Note:** Version bump only for package next-14x - -## [0.3.14](https://github.com/vtex/shoreline/compare/next-14x@0.3.13...next-14x@0.3.14) (2024-05-21) - -**Note:** Version bump only for package next-14x - -## [0.3.13](https://github.com/vtex/shoreline/compare/next-14x@0.3.12...next-14x@0.3.13) (2024-05-16) - -**Note:** Version bump only for package next-14x - -## [0.3.12](https://github.com/vtex/shoreline/compare/next-14x@0.3.11...next-14x@0.3.12) (2024-05-16) - -**Note:** Version bump only for package next-14x - -## [0.3.11](https://github.com/vtex/shoreline/compare/next-14x@0.3.10...next-14x@0.3.11) (2024-05-16) - -**Note:** Version bump only for package next-14x - -## [0.3.10](https://github.com/vtex/shoreline/compare/next-14x@0.3.9...next-14x@0.3.10) (2024-05-08) - -**Note:** Version bump only for package next-14x - -## [0.3.9](https://github.com/vtex/shoreline/compare/next-14x@0.3.8...next-14x@0.3.9) (2024-05-06) - -**Note:** Version bump only for package next-14x - -## [0.3.8](https://github.com/vtex/shoreline/compare/next-14x@0.3.7...next-14x@0.3.8) (2024-05-03) - -**Note:** Version bump only for package next-14x - -## [0.3.7](https://github.com/vtex/shoreline/compare/next-14x@0.3.6...next-14x@0.3.7) (2024-05-03) - -**Note:** Version bump only for package next-14x - -## [0.3.6](https://github.com/vtex/shoreline/compare/next-14x@0.3.5...next-14x@0.3.6) (2024-05-03) - -**Note:** Version bump only for package next-14x - -## [0.3.5](https://github.com/vtex/shoreline/compare/next-14x@0.3.4...next-14x@0.3.5) (2024-04-30) - -**Note:** Version bump only for package next-14x - -## [0.3.4](https://github.com/vtex/shoreline/compare/next-14x@0.3.3...next-14x@0.3.4) (2024-04-30) - -**Note:** Version bump only for package next-14x - -## [0.3.3](https://github.com/vtex/shoreline/compare/next-14x@0.3.2...next-14x@0.3.3) (2024-04-30) - -**Note:** Version bump only for package next-14x - -## [0.3.2](https://github.com/vtex/shoreline/compare/next-14x@0.3.1...next-14x@0.3.2) (2024-04-30) - -**Note:** Version bump only for package next-14x - -## [0.3.1](https://github.com/vtex/shoreline/compare/next-14x@0.3.0...next-14x@0.3.1) (2024-04-26) - -**Note:** Version bump only for package next-14x - -# [0.3.0](https://github.com/vtex/shoreline/compare/next-14x@0.2.38...next-14x@0.3.0) (2024-04-24) - -### Features - -- **page:** replace slot by page-header-row ([2ddd50a](https://github.com/vtex/shoreline/commit/2ddd50a5250f6c1b84a874cc0d4b1092465a418d)) - -## [0.2.38](https://github.com/vtex/shoreline/compare/next-14x@0.2.37...next-14x@0.2.38) (2024-04-24) - -**Note:** Version bump only for package next-14x - -## [0.2.37](https://github.com/vtex/shoreline/compare/next-14x@0.2.36...next-14x@0.2.37) (2024-04-24) - -**Note:** Version bump only for package next-14x - -## [0.2.36](https://github.com/vtex/shoreline/compare/next-14x@0.2.35...next-14x@0.2.36) (2024-04-24) - -**Note:** Version bump only for package next-14x - -## [0.2.35](https://github.com/vtex/shoreline/compare/next-14x@0.2.34...next-14x@0.2.35) (2024-04-24) - -**Note:** Version bump only for package next-14x - -## [0.2.34](https://github.com/vtex/shoreline/compare/next-14x@0.2.33...next-14x@0.2.34) (2024-04-23) - -**Note:** Version bump only for package next-14x - -## [0.2.33](https://github.com/vtex/shoreline/compare/next-14x@0.2.32...next-14x@0.2.33) (2024-04-23) - -**Note:** Version bump only for package next-14x - -## [0.2.32](https://github.com/vtex/shoreline/compare/next-14x@0.2.31...next-14x@0.2.32) (2024-04-23) - -**Note:** Version bump only for package next-14x - -## [0.2.31](https://github.com/vtex/shoreline/compare/next-14x@0.2.30...next-14x@0.2.31) (2024-04-23) - -**Note:** Version bump only for package next-14x - -## [0.2.30](https://github.com/vtex/shoreline/compare/next-14x@0.2.29...next-14x@0.2.30) (2024-04-23) - -**Note:** Version bump only for package next-14x - -## [0.2.29](https://github.com/vtex/shoreline/compare/next-14x@0.2.28...next-14x@0.2.29) (2024-04-19) - -**Note:** Version bump only for package next-14x - -## [0.2.28](https://github.com/vtex/shoreline/compare/next-14x@0.2.27...next-14x@0.2.28) (2024-04-19) - -**Note:** Version bump only for package next-14x - -## [0.2.27](https://github.com/vtex/shoreline/compare/next-14x@0.2.26...next-14x@0.2.27) (2024-04-19) - -**Note:** Version bump only for package next-14x - -## [0.2.26](https://github.com/vtex/shoreline/compare/next-14x@0.2.25...next-14x@0.2.26) (2024-04-18) - -**Note:** Version bump only for package next-14x - -## [0.2.25](https://github.com/vtex/shoreline/compare/next-14x@0.2.24...next-14x@0.2.25) (2024-04-18) - -**Note:** Version bump only for package next-14x - -## [0.2.24](https://github.com/vtex/shoreline/compare/next-14x@0.2.23...next-14x@0.2.24) (2024-04-18) - -**Note:** Version bump only for package next-14x - -## [0.2.23](https://github.com/vtex/shoreline/compare/next-14x@0.2.22...next-14x@0.2.23) (2024-04-18) - -**Note:** Version bump only for package next-14x - -## [0.2.22](https://github.com/vtex/shoreline/compare/next-14x@0.2.21...next-14x@0.2.22) (2024-04-18) - -**Note:** Version bump only for package next-14x - -## [0.2.21](https://github.com/vtex/shoreline/compare/next-14x@0.2.20...next-14x@0.2.21) (2024-04-18) - -**Note:** Version bump only for package next-14x - -## [0.2.20](https://github.com/vtex/shoreline/compare/next-14x@0.2.19...next-14x@0.2.20) (2024-04-17) - -**Note:** Version bump only for package next-14x - -## [0.2.19](https://github.com/vtex/shoreline/compare/next-14x@0.2.18...next-14x@0.2.19) (2024-04-16) - -**Note:** Version bump only for package next-14x - -## [0.2.18](https://github.com/vtex/shoreline/compare/next-14x@0.2.17...next-14x@0.2.18) (2024-04-16) - -**Note:** Version bump only for package next-14x - -## [0.2.17](https://github.com/vtex/shoreline/compare/next-14x@0.2.16...next-14x@0.2.17) (2024-04-15) - -**Note:** Version bump only for package next-14x - -## [0.2.16](https://github.com/vtex/shoreline/compare/next-14x@0.2.15...next-14x@0.2.16) (2024-04-12) - -**Note:** Version bump only for package next-14x - -## [0.2.15](https://github.com/vtex/shoreline/compare/next-14x@0.2.14...next-14x@0.2.15) (2024-04-12) - -**Note:** Version bump only for package next-14x - -## [0.2.14](https://github.com/vtex/shoreline/compare/next-14x@0.2.13...next-14x@0.2.14) (2024-04-12) - -**Note:** Version bump only for package next-14x - -## [0.2.13](https://github.com/vtex/shoreline/compare/next-14x@0.2.12...next-14x@0.2.13) (2024-04-12) - -**Note:** Version bump only for package next-14x - -## [0.2.12](https://github.com/vtex/shoreline/compare/next-14x@0.2.11...next-14x@0.2.12) (2024-04-11) - -**Note:** Version bump only for package next-14x - -## [0.2.11](https://github.com/vtex/shoreline/compare/next-14x@0.2.10...next-14x@0.2.11) (2024-04-11) - -**Note:** Version bump only for package next-14x - -## [0.2.10](https://github.com/vtex/shoreline/compare/next-14x@0.2.9...next-14x@0.2.10) (2024-04-11) - -**Note:** Version bump only for package next-14x - -## [0.2.9](https://github.com/vtex/shoreline/compare/next-14x@0.2.8...next-14x@0.2.9) (2024-04-10) - -**Note:** Version bump only for package next-14x - -## [0.2.8](https://github.com/vtex/shoreline/compare/next-14x@0.2.7...next-14x@0.2.8) (2024-04-10) - -**Note:** Version bump only for package next-14x - -## [0.2.7](https://github.com/vtex/shoreline/compare/next-14x@0.2.6...next-14x@0.2.7) (2024-04-09) - -**Note:** Version bump only for package next-14x - -## [0.2.6](https://github.com/vtex/shoreline/compare/next-14x@0.2.5...next-14x@0.2.6) (2024-04-09) - -**Note:** Version bump only for package next-14x - -## [0.2.5](https://github.com/vtex/shoreline/compare/next-14x@0.2.4...next-14x@0.2.5) (2024-04-03) - -**Note:** Version bump only for package next-14x - -## [0.2.4](https://github.com/vtex/shoreline/compare/next-14x@0.2.3...next-14x@0.2.4) (2024-03-28) - -**Note:** Version bump only for package next-14x - -## [0.2.3](https://github.com/vtex/shoreline/compare/next-14x@0.2.2...next-14x@0.2.3) (2024-03-27) - -**Note:** Version bump only for package next-14x - -## [0.2.2](https://github.com/vtex/shoreline/compare/next-14x@0.2.1...next-14x@0.2.2) (2024-03-27) - -**Note:** Version bump only for package next-14x - -## [0.2.1](https://github.com/vtex/shoreline/compare/next-14x@0.2.0...next-14x@0.2.1) (2024-03-26) - -**Note:** Version bump only for package next-14x - -# [0.2.0](https://github.com/vtex/shoreline/compare/next-14x@0.1.2...next-14x@0.2.0) (2024-03-15) - -### Features - -- **next:** create shoreline-next package ([29a57c7](https://github.com/vtex/shoreline/commit/29a57c7b53905ba3bd006108004080ae8fc84456)) - -## [0.1.2](https://github.com/vtex/shoreline/compare/next-14x@0.1.1...next-14x@0.1.2) (2024-03-13) - -**Note:** Version bump only for package next-14x - -## 0.1.1 (2024-03-13) - -### Bug Fixes - -- **global:** allow git-user ([caf7f47](https://github.com/vtex/shoreline/commit/caf7f47fe4a5803fce587efbe7b0cd57c290351d)) -- **packages:** use named exports ([5066e05](https://github.com/vtex/shoreline/commit/5066e055fd3446977d1bc6a9d816bd96f943d0e4)) diff --git a/examples/next-14x/README.md b/examples/next-14x/README.md deleted file mode 100644 index c4033664f8..0000000000 --- a/examples/next-14x/README.md +++ /dev/null @@ -1,36 +0,0 @@ -This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app). - -## Getting Started - -First, run the development server: - -```bash -npm run dev -# or -yarn dev -# or -pnpm dev -# or -bun dev -``` - -Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. - -You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file. - -This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font. - -## Learn More - -To learn more about Next.js, take a look at the following resources: - -- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API. -- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial. - -You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome! - -## Deploy on Vercel - -The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js. - -Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details. diff --git a/examples/next-14x/app/@tabs/details/page.tsx b/examples/next-14x/app/@tabs/details/page.tsx deleted file mode 100644 index 92871e07cf..0000000000 --- a/examples/next-14x/app/@tabs/details/page.tsx +++ /dev/null @@ -1,9 +0,0 @@ -import { Text } from '@vtex/shoreline' - -export default function Page() { - return ( -
- Details tab -
- ) -} diff --git a/examples/next-14x/app/@tabs/page.tsx b/examples/next-14x/app/@tabs/page.tsx deleted file mode 100644 index 9437b13889..0000000000 --- a/examples/next-14x/app/@tabs/page.tsx +++ /dev/null @@ -1,35 +0,0 @@ -import { TsTable } from '@vtex/shoreline-ts-table' - -export default function Page() { - return ( - - ) -} diff --git a/examples/next-14x/app/favicon.ico b/examples/next-14x/app/favicon.ico deleted file mode 100644 index 718d6fea4835ec2d246af9800eddb7ffb276240c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 25931 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 LrJugUA?W`A8`#=m diff --git a/examples/next-14x/app/layout.tsx b/examples/next-14x/app/layout.tsx deleted file mode 100644 index 9288a75659..0000000000 --- a/examples/next-14x/app/layout.tsx +++ /dev/null @@ -1,54 +0,0 @@ -import type { Metadata } from 'next' -import { Inter } from 'next/font/google' -import '@vtex/shoreline/css' -import { - Page, - PageContent, - PageHeader, - PageHeaderRow, - PageHeading, -} from '@vtex/shoreline' -import { - NextTab, - NextTabList, - NextTabPanel, - NextTabProvider, -} from '@vtex/shoreline-next' -import type { ReactNode } from 'react' - -const inter = Inter({ subsets: ['latin'] }) - -export const metadata: Metadata = { - title: 'Shoreline next 14 example', -} - -export default function RootLayout(props: Props) { - return ( - - - - - - - Shoreline 💙 Next 14 - - - - Features - Details - - - - - {props.tabs} - - - - - - ) -} - -interface Props { - tabs: ReactNode -} diff --git a/examples/next-14x/app/page.tsx b/examples/next-14x/app/page.tsx deleted file mode 100644 index c17431379f..0000000000 --- a/examples/next-14x/app/page.tsx +++ /dev/null @@ -1,3 +0,0 @@ -export default function Page() { - return null -} diff --git a/examples/next-14x/next.config.mjs b/examples/next-14x/next.config.mjs deleted file mode 100644 index 1d6147825a..0000000000 --- a/examples/next-14x/next.config.mjs +++ /dev/null @@ -1,4 +0,0 @@ -/** @type {import('next').NextConfig} */ -const nextConfig = {} - -export default nextConfig diff --git a/examples/next-14x/package.json b/examples/next-14x/package.json deleted file mode 100644 index 53bba91e9a..0000000000 --- a/examples/next-14x/package.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "next-14x", - "version": "0.3.38", - "private": true, - "scripts": { - "dev": "next dev", - "build": "next build", - "start": "next start" - }, - "dependencies": { - "@tanstack/react-table": "8.13.2", - "@vtex/shoreline": "workspace:*", - "@vtex/shoreline-next": "workspace:*", - "@vtex/shoreline-ts-table": "workspace:*", - "next": "14.1.3", - "react": "^18.3.1", - "react-dom": "^18.3.1" - }, - "devDependencies": { - "@types/node": "^20", - "@types/react": "^18.3.11", - "@types/react-dom": "^18.3.1", - "typescript": "^5" - } -} diff --git a/examples/next-14x/public/next.svg b/examples/next-14x/public/next.svg deleted file mode 100644 index 5174b28c56..0000000000 --- a/examples/next-14x/public/next.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/examples/next-14x/public/vercel.svg b/examples/next-14x/public/vercel.svg deleted file mode 100644 index d2f8422273..0000000000 --- a/examples/next-14x/public/vercel.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/examples/next-14x/tsconfig.json b/examples/next-14x/tsconfig.json deleted file mode 100644 index e7ff90fd27..0000000000 --- a/examples/next-14x/tsconfig.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "compilerOptions": { - "lib": ["dom", "dom.iterable", "esnext"], - "allowJs": true, - "skipLibCheck": true, - "strict": true, - "noEmit": true, - "esModuleInterop": true, - "module": "esnext", - "moduleResolution": "bundler", - "resolveJsonModule": true, - "isolatedModules": true, - "jsx": "preserve", - "incremental": true, - "plugins": [ - { - "name": "next" - } - ], - "paths": { - "@/*": ["./*"] - } - }, - "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"], - "exclude": ["node_modules"] -} diff --git a/package.json b/package.json index 0048cd0919..417476cc5f 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "storybook": "^8.3.6", "tslib": "2.6.3", "tsup": "8.1.0", - "turbo": "2.0.9", + "turbo": "2.2.3", "typescript": "5.5.2", "vite": "5.4.9", "vitest": "1.6.0", diff --git a/packages/next/CHANGELOG.md b/packages/next/CHANGELOG.md deleted file mode 100644 index c3028a9f5e..0000000000 --- a/packages/next/CHANGELOG.md +++ /dev/null @@ -1,606 +0,0 @@ -# Change Log - -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -## [1.0.76](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.75...@vtex/shoreline-next@1.0.76) (2024-10-22) - -**Note:** Version bump only for package @vtex/shoreline-next - - - - - -## [1.0.75](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.74...@vtex/shoreline-next@1.0.75) (2024-10-22) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.74](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.73...@vtex/shoreline-next@1.0.74) (2024-10-22) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.73](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.72...@vtex/shoreline-next@1.0.73) (2024-10-22) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.72](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.71...@vtex/shoreline-next@1.0.72) (2024-10-16) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.71](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.70...@vtex/shoreline-next@1.0.71) (2024-10-16) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.70](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.69...@vtex/shoreline-next@1.0.70) (2024-10-15) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.69](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.68...@vtex/shoreline-next@1.0.69) (2024-10-11) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.68](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.67...@vtex/shoreline-next@1.0.68) (2024-10-10) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.67](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.66...@vtex/shoreline-next@1.0.67) (2024-10-10) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.66](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.65...@vtex/shoreline-next@1.0.66) (2024-10-09) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.65](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.64...@vtex/shoreline-next@1.0.65) (2024-10-02) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.64](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.63...@vtex/shoreline-next@1.0.64) (2024-10-02) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.63](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.62...@vtex/shoreline-next@1.0.63) (2024-09-26) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.62](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.61...@vtex/shoreline-next@1.0.62) (2024-09-25) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.61](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.60...@vtex/shoreline-next@1.0.61) (2024-09-24) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.60](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.59...@vtex/shoreline-next@1.0.60) (2024-09-24) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.59](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.58...@vtex/shoreline-next@1.0.59) (2024-09-23) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.58](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.57...@vtex/shoreline-next@1.0.58) (2024-09-20) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.57](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.56...@vtex/shoreline-next@1.0.57) (2024-09-19) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.56](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.55...@vtex/shoreline-next@1.0.56) (2024-09-19) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.55](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.54...@vtex/shoreline-next@1.0.55) (2024-09-17) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.54](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.53...@vtex/shoreline-next@1.0.54) (2024-09-17) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.53](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.52...@vtex/shoreline-next@1.0.53) (2024-09-16) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.52](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.51...@vtex/shoreline-next@1.0.52) (2024-09-11) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.51](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.50...@vtex/shoreline-next@1.0.51) (2024-09-11) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.50](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.49...@vtex/shoreline-next@1.0.50) (2024-09-10) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.49](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.48...@vtex/shoreline-next@1.0.49) (2024-09-09) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.48](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.47...@vtex/shoreline-next@1.0.48) (2024-09-06) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.47](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.46...@vtex/shoreline-next@1.0.47) (2024-09-06) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.46](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.45...@vtex/shoreline-next@1.0.46) (2024-09-02) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.45](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.44...@vtex/shoreline-next@1.0.45) (2024-08-28) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.44](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.43...@vtex/shoreline-next@1.0.44) (2024-08-28) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.43](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.42...@vtex/shoreline-next@1.0.43) (2024-08-26) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.42](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.41...@vtex/shoreline-next@1.0.42) (2024-08-26) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.41](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.40...@vtex/shoreline-next@1.0.41) (2024-08-26) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.40](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.39...@vtex/shoreline-next@1.0.40) (2024-08-26) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.39](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.38...@vtex/shoreline-next@1.0.39) (2024-08-26) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.38](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.37...@vtex/shoreline-next@1.0.38) (2024-08-23) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.37](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.36...@vtex/shoreline-next@1.0.37) (2024-08-22) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.36](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.35...@vtex/shoreline-next@1.0.36) (2024-08-22) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.35](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.34...@vtex/shoreline-next@1.0.35) (2024-08-22) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.34](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.33...@vtex/shoreline-next@1.0.34) (2024-08-20) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.33](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.32...@vtex/shoreline-next@1.0.33) (2024-08-20) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.32](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.31...@vtex/shoreline-next@1.0.32) (2024-08-19) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.31](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.30...@vtex/shoreline-next@1.0.31) (2024-08-19) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.30](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.29...@vtex/shoreline-next@1.0.30) (2024-08-16) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.29](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.28...@vtex/shoreline-next@1.0.29) (2024-08-16) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.28](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.27...@vtex/shoreline-next@1.0.28) (2024-08-14) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.27](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.26...@vtex/shoreline-next@1.0.27) (2024-08-02) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.26](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.25...@vtex/shoreline-next@1.0.26) (2024-08-02) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.25](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.24...@vtex/shoreline-next@1.0.25) (2024-07-31) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.24](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.23...@vtex/shoreline-next@1.0.24) (2024-07-30) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.23](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.22...@vtex/shoreline-next@1.0.23) (2024-07-25) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.22](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.21...@vtex/shoreline-next@1.0.22) (2024-07-24) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.21](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.20...@vtex/shoreline-next@1.0.21) (2024-07-24) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.20](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.19...@vtex/shoreline-next@1.0.20) (2024-07-23) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.19](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.18...@vtex/shoreline-next@1.0.19) (2024-07-23) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.18](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.17...@vtex/shoreline-next@1.0.18) (2024-07-23) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.17](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.16...@vtex/shoreline-next@1.0.17) (2024-07-16) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.16](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.15...@vtex/shoreline-next@1.0.16) (2024-07-15) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.15](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.14...@vtex/shoreline-next@1.0.15) (2024-07-10) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.14](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.13...@vtex/shoreline-next@1.0.14) (2024-07-10) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.13](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.12...@vtex/shoreline-next@1.0.13) (2024-07-09) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.12](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.11...@vtex/shoreline-next@1.0.12) (2024-07-04) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.11](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.10...@vtex/shoreline-next@1.0.11) (2024-07-04) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.10](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.9...@vtex/shoreline-next@1.0.10) (2024-06-28) - -### Bug Fixes - -- **deps:** update nextjs monorepo ([2a8909e](https://github.com/vtex/shoreline/commit/2a8909eeb756531db98b911c6251f1c7b9b28cd3)) - -## [1.0.9](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.8...@vtex/shoreline-next@1.0.9) (2024-06-27) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.8](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.7...@vtex/shoreline-next@1.0.8) (2024-06-26) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.7](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.6...@vtex/shoreline-next@1.0.7) (2024-06-26) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.6](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.5...@vtex/shoreline-next@1.0.6) (2024-06-26) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.5](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.4...@vtex/shoreline-next@1.0.5) (2024-06-26) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.4](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.3...@vtex/shoreline-next@1.0.4) (2024-06-26) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.3](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.2...@vtex/shoreline-next@1.0.3) (2024-06-26) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.2](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.1...@vtex/shoreline-next@1.0.2) (2024-06-25) - -**Note:** Version bump only for package @vtex/shoreline-next - -## [1.0.1](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0...@vtex/shoreline-next@1.0.1) (2024-06-21) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.86...@vtex/shoreline-next@1.0.0) (2024-06-21) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.86](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.85...@vtex/shoreline-next@1.0.0-rc.86) (2024-06-21) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.85](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.84...@vtex/shoreline-next@1.0.0-rc.85) (2024-06-18) - -### Bug Fixes - -- **tsconfig:** fix stories jsx-runtime ([7e1a895](https://github.com/vtex/shoreline/commit/7e1a895b8db8788a48d7869c0e37b882969790b0)) - -# [1.0.0-rc.84](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.83...@vtex/shoreline-next@1.0.0-rc.84) (2024-06-13) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.83](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.82...@vtex/shoreline-next@1.0.0-rc.83) (2024-06-12) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.82](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.81...@vtex/shoreline-next@1.0.0-rc.82) (2024-06-06) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.81](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.80...@vtex/shoreline-next@1.0.0-rc.81) (2024-06-04) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.80](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.79...@vtex/shoreline-next@1.0.0-rc.80) (2024-05-29) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.79](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.78...@vtex/shoreline-next@1.0.0-rc.79) (2024-05-29) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.78](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.77...@vtex/shoreline-next@1.0.0-rc.78) (2024-05-28) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.77](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.76...@vtex/shoreline-next@1.0.0-rc.77) (2024-05-28) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.76](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.75...@vtex/shoreline-next@1.0.0-rc.76) (2024-05-27) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.75](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.74...@vtex/shoreline-next@1.0.0-rc.75) (2024-05-25) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.74](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.73...@vtex/shoreline-next@1.0.0-rc.74) (2024-05-24) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.73](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.72...@vtex/shoreline-next@1.0.0-rc.73) (2024-05-24) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.72](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.71...@vtex/shoreline-next@1.0.0-rc.72) (2024-05-23) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.71](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.70...@vtex/shoreline-next@1.0.0-rc.71) (2024-05-21) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.70](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.69...@vtex/shoreline-next@1.0.0-rc.70) (2024-05-21) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.69](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.68...@vtex/shoreline-next@1.0.0-rc.69) (2024-05-16) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.68](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.67...@vtex/shoreline-next@1.0.0-rc.68) (2024-05-16) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.67](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.66...@vtex/shoreline-next@1.0.0-rc.67) (2024-05-16) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.66](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.65...@vtex/shoreline-next@1.0.0-rc.66) (2024-05-08) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.65](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.64...@vtex/shoreline-next@1.0.0-rc.65) (2024-05-06) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.64](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.63...@vtex/shoreline-next@1.0.0-rc.64) (2024-05-03) - -### Bug Fixes - -- **lint:** apply biome lint ([bb36ea3](https://github.com/vtex/shoreline/commit/bb36ea3e6545f31ae6c4c9e90a2d1fec348689db)) - -# [1.0.0-rc.63](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.62...@vtex/shoreline-next@1.0.0-rc.63) (2024-05-03) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.62](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.61...@vtex/shoreline-next@1.0.0-rc.62) (2024-05-03) - -### Features - -- **shoreline:** merge components into shoreline ([2757752](https://github.com/vtex/shoreline/commit/2757752071178d67d9bcf1ab2026c139f3d8cc65)) - -# [1.0.0-rc.61](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.60...@vtex/shoreline-next@1.0.0-rc.61) (2024-04-30) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.60](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.59...@vtex/shoreline-next@1.0.0-rc.60) (2024-04-30) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.59](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.58...@vtex/shoreline-next@1.0.0-rc.59) (2024-04-30) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.58](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.57...@vtex/shoreline-next@1.0.0-rc.58) (2024-04-30) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.57](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.56...@vtex/shoreline-next@1.0.0-rc.57) (2024-04-26) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.56](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.55...@vtex/shoreline-next@1.0.0-rc.56) (2024-04-24) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.55](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.54...@vtex/shoreline-next@1.0.0-rc.55) (2024-04-24) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.54](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.53...@vtex/shoreline-next@1.0.0-rc.54) (2024-04-24) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.53](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.52...@vtex/shoreline-next@1.0.0-rc.53) (2024-04-24) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.52](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.51...@vtex/shoreline-next@1.0.0-rc.52) (2024-04-24) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.51](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.50...@vtex/shoreline-next@1.0.0-rc.51) (2024-04-23) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.50](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.49...@vtex/shoreline-next@1.0.0-rc.50) (2024-04-23) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.49](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.48...@vtex/shoreline-next@1.0.0-rc.49) (2024-04-23) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.48](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.47...@vtex/shoreline-next@1.0.0-rc.48) (2024-04-23) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.47](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.46...@vtex/shoreline-next@1.0.0-rc.47) (2024-04-23) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.46](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.45...@vtex/shoreline-next@1.0.0-rc.46) (2024-04-19) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.45](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.44...@vtex/shoreline-next@1.0.0-rc.45) (2024-04-19) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.44](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.43...@vtex/shoreline-next@1.0.0-rc.44) (2024-04-19) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.43](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.42...@vtex/shoreline-next@1.0.0-rc.43) (2024-04-18) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.42](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.41...@vtex/shoreline-next@1.0.0-rc.42) (2024-04-18) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.41](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.40...@vtex/shoreline-next@1.0.0-rc.41) (2024-04-18) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.40](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.39...@vtex/shoreline-next@1.0.0-rc.40) (2024-04-18) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.39](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.38...@vtex/shoreline-next@1.0.0-rc.39) (2024-04-18) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.38](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.37...@vtex/shoreline-next@1.0.0-rc.38) (2024-04-18) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.37](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.36...@vtex/shoreline-next@1.0.0-rc.37) (2024-04-17) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.36](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.35...@vtex/shoreline-next@1.0.0-rc.36) (2024-04-16) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.35](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.34...@vtex/shoreline-next@1.0.0-rc.35) (2024-04-16) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.34](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.33...@vtex/shoreline-next@1.0.0-rc.34) (2024-04-15) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.33](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.32...@vtex/shoreline-next@1.0.0-rc.33) (2024-04-12) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.32](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.31...@vtex/shoreline-next@1.0.0-rc.32) (2024-04-12) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.31](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.30...@vtex/shoreline-next@1.0.0-rc.31) (2024-04-12) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.30](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.29...@vtex/shoreline-next@1.0.0-rc.30) (2024-04-12) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.29](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.28...@vtex/shoreline-next@1.0.0-rc.29) (2024-04-11) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.28](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.27...@vtex/shoreline-next@1.0.0-rc.28) (2024-04-11) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.27](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.26...@vtex/shoreline-next@1.0.0-rc.27) (2024-04-11) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.26](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.25...@vtex/shoreline-next@1.0.0-rc.26) (2024-04-10) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.25](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.24...@vtex/shoreline-next@1.0.0-rc.25) (2024-04-10) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.24](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.23...@vtex/shoreline-next@1.0.0-rc.24) (2024-04-09) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.23](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.22...@vtex/shoreline-next@1.0.0-rc.23) (2024-04-09) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.22](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.21...@vtex/shoreline-next@1.0.0-rc.22) (2024-04-03) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.21](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.20...@vtex/shoreline-next@1.0.0-rc.21) (2024-03-28) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.20](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.19...@vtex/shoreline-next@1.0.0-rc.20) (2024-03-27) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.19](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.18...@vtex/shoreline-next@1.0.0-rc.19) (2024-03-27) - -**Note:** Version bump only for package @vtex/shoreline-next - -# [1.0.0-rc.18](https://github.com/vtex/shoreline/compare/@vtex/shoreline-next@1.0.0-rc.17...@vtex/shoreline-next@1.0.0-rc.18) (2024-03-26) - -**Note:** Version bump only for package @vtex/shoreline-next - -# 1.0.0-rc.17 (2024-03-15) - -### Features - -- **next:** create shoreline-next package ([29a57c7](https://github.com/vtex/shoreline/commit/29a57c7b53905ba3bd006108004080ae8fc84456)) diff --git a/packages/next/README.md b/packages/next/README.md deleted file mode 100644 index 5376147cc5..0000000000 --- a/packages/next/README.md +++ /dev/null @@ -1,67 +0,0 @@ -# Shoreline Next - -NextJS-Aware Shoreline components. - -## Instalation - -Next and Shoreline are peer-dependencies: - -```bash -pnpm add next @vtex/shoreline -``` - -Install Shoreline-next: - -```bash -pnpm add @vtex/shoreline-next -``` - -## Usage - -### NextTab - -Uses [Next's parallel routes](https://nextjs.org/docs/app/building-your-application/routing/parallel-routes) to create accessible Tabs and tab panels that are rendered on the server and controlled by the URL. - -First, create a [layout](https://nextjs.org/docs/app/building-your-application/routing/pages-and-layouts#layouts) using the `NextTab` components: - -```jsx -// layout.tsx -import { - NextTabProvider, - NextTabList, - NextTab, - NextTabPanel, -} from '@vtex/shoreline-page' - -export default function Layout(props: Props) { - return ( - - - Tab 1 - Tab 2 - - {props.tabs} - - ) -} - -interface Props { - tabs: React.ReactNode; -} -``` - -Under the `@[parallel-route-name]` folder, create your tabs: - -```jsx -// @tabs/page.tsx -export default function Page() { - return <>Tab content 1 -} -``` - -```jsx -// @tabs/tab-2/page.tsx -export default function Page() { - return <>Tab content 2 -} -``` diff --git a/packages/next/package.json b/packages/next/package.json deleted file mode 100644 index 0008e7185a..0000000000 --- a/packages/next/package.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "@vtex/shoreline-next", - "description": "Nextjs-aware Shoreline components", - "version": "1.0.76", - "main": "./dist/index.js", - "module": "./dist/index.mjs", - "types": "./dist/index.d.ts", - "publishConfig": { - "access": "public", - "registry": "https://registry.npmjs.org" - }, - "files": [ - "dist" - ], - "exports": { - ".": { - "require": "./dist/index.js", - "import": "./dist/index.mjs", - "types": "./dist/index.d.ts" - } - }, - "engines": { - "node": ">=20" - }, - "scripts": { - "prebuild": "rm -rf dist", - "dev": "tsup --watch", - "build": "tsup" - }, - "repository": { - "directory": "packages/next-components", - "type": "git", - "url": "git+https://github.com/vtex/shoreline.git" - }, - "bugs": { - "url": "https://github.com/vtex/shoreline/issues" - }, - "peerDependencies": { - "@vtex/shoreline": "0.x || 1.x", - "next": ">=13", - "react": ">=18.3", - "react-dom": ">=18.3" - }, - "devDependencies": { - "@vtex/shoreline": "workspace:*", - "next": "14.2.4" - } -} diff --git a/packages/next/src/index.ts b/packages/next/src/index.ts deleted file mode 100644 index 2b71faee7e..0000000000 --- a/packages/next/src/index.ts +++ /dev/null @@ -1,7 +0,0 @@ -export { NextTab, NextTabList, NextTabPanel, NextTabProvider } from './tabs' -export type { - NextTabProps, - NextTabPanelProps, - NextTabProviderProps, - NextTabListProps, -} from './tabs' diff --git a/packages/next/src/tabs/index.ts b/packages/next/src/tabs/index.ts deleted file mode 100644 index 38a28d9dee..0000000000 --- a/packages/next/src/tabs/index.ts +++ /dev/null @@ -1,4 +0,0 @@ -export * from './tab-panel' -export * from './tab' -export * from './tab-provider' -export * from './tab-list' diff --git a/packages/next/src/tabs/tab-list.tsx b/packages/next/src/tabs/tab-list.tsx deleted file mode 100644 index 23b1000319..0000000000 --- a/packages/next/src/tabs/tab-list.tsx +++ /dev/null @@ -1,5 +0,0 @@ -import { TabList as NextTabList } from '@vtex/shoreline' -import type { TabListProps as NextTabListProps } from '@vtex/shoreline' - -export { NextTabList } -export type { NextTabListProps } diff --git a/packages/next/src/tabs/tab-panel.tsx b/packages/next/src/tabs/tab-panel.tsx deleted file mode 100644 index eb12790cbf..0000000000 --- a/packages/next/src/tabs/tab-panel.tsx +++ /dev/null @@ -1,35 +0,0 @@ -import type { ComponentPropsWithoutRef } from 'react' -import type { TabPanelProps, TabPanelOptions } from '@vtex/shoreline' -import { TabPanel, forwardRef, useTabContext, invariant } from '@vtex/shoreline' - -/** - * This component uses Next's Parallel Routes to allow tabs to change the browser URL - * @see https://nextjs.org/docs/app/building-your-application/routing/parallel-routes - * @example - * function Layout(props: { tabs: React.ReactNode }) { - * - * return ( - * - * - * Features - * New - * - * {props.tabs} - * - * ) - * } - */ -export const NextTabPanel = forwardRef( - function NextTabPanel(props, ref) { - const tabStore = useTabContext() - - invariant(tabStore, 'TabPanel must be wrapped in a Tabs component') - const tabId = tabStore.useState('selectedId') - - return - } -) - -export type NextTabPanelOptions = Omit -export type NextTabPanelProps = NextTabPanelOptions & - ComponentPropsWithoutRef<'div'> diff --git a/packages/next/src/tabs/tab-provider.tsx b/packages/next/src/tabs/tab-provider.tsx deleted file mode 100644 index 4fd0869bb1..0000000000 --- a/packages/next/src/tabs/tab-provider.tsx +++ /dev/null @@ -1,40 +0,0 @@ -import type { TabProviderProps } from '@vtex/shoreline' -import { TabProvider } from '@vtex/shoreline' -import { usePathname, useRouter } from 'next/navigation' - -/** - * This component uses Next's Parallel Routes to allow tabs to change the browser URL - * @see https://nextjs.org/docs/app/building-your-application/routing/parallel-routes - * @example - * function Layout(props: { tabs: React.ReactNode }) { - * - * return ( - * - * - * Features - * New - * - * {props.tabs} - * - * ) - * } - */ -export function NextTabProvider(props: NextTabProviderProps) { - const router = useRouter() - const selectedId = usePathname() - - return ( - { - router.push(id || selectedId) - }} - {...props} - /> - ) -} - -export type NextTabProviderProps = Omit< - TabProviderProps, - 'selectedId' | 'setSelectedId' -> diff --git a/packages/next/src/tabs/tab.tsx b/packages/next/src/tabs/tab.tsx deleted file mode 100644 index 3a7088ceb8..0000000000 --- a/packages/next/src/tabs/tab.tsx +++ /dev/null @@ -1,42 +0,0 @@ -import type { ComponentPropsWithoutRef } from 'react' -import { forwardRef } from 'react' -import { Tab, style } from '@vtex/shoreline' -import Link from 'next/link' - -/** - * This component uses Next's Parallel Routes to allow tabs to change the browser URL - * @see https://nextjs.org/docs/app/building-your-application/routing/parallel-routes - * @example - * function Layout(props: { tabs: React.ReactNode }) { - * - * return ( - * - * - * Features - * New - * - * {props.tabs} - * - * ) - * } - */ -export const NextTab = forwardRef( - function NextTab(props, ref) { - const { children, style: customStyle, ...linkProps } = props - const id = props.href.toString() - - return ( - - - {children} - - - ) - } -) - -export type NextTabProps = ComponentPropsWithoutRef diff --git a/packages/next/tsconfig.json b/packages/next/tsconfig.json deleted file mode 100644 index ee226c72a4..0000000000 --- a/packages/next/tsconfig.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "extends": "../../tsconfig.json", - "compilerOptions": { - "declarationDir": "declarations" - }, - "include": ["./src"], - "exclude": ["node_modules", "dist"] -} diff --git a/packages/next/tsup.config.ts b/packages/next/tsup.config.ts deleted file mode 100644 index 140dfa0fbe..0000000000 --- a/packages/next/tsup.config.ts +++ /dev/null @@ -1,14 +0,0 @@ -import { defineConfig } from 'tsup' - -export default defineConfig({ - entry: ['src/index.ts'], - format: ['cjs', 'esm'], - external: ['react'], - splitting: false, - sourcemap: true, - clean: true, - dts: true, - banner: { - js: "'use client'", - }, -}) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 277ead0b60..6c70b7718c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -133,8 +133,8 @@ importers: specifier: 8.1.0 version: 8.1.0(@swc/core@1.5.24(@swc/helpers@0.5.13))(postcss@8.4.38)(typescript@5.5.2) turbo: - specifier: 2.0.9 - version: 2.0.9 + specifier: 2.2.3 + version: 2.2.3 typescript: specifier: 5.5.2 version: 5.5.2 @@ -148,43 +148,6 @@ importers: specifier: 7.2.0 version: 7.2.0 - examples/next-14x: - dependencies: - '@tanstack/react-table': - specifier: 8.13.2 - version: 8.13.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@vtex/shoreline': - specifier: workspace:* - version: link:../../packages/shoreline - '@vtex/shoreline-next': - specifier: workspace:* - version: link:../../packages/next - '@vtex/shoreline-ts-table': - specifier: workspace:* - version: link:../../packages/ts-table - next: - specifier: 14.1.3 - version: 14.1.3(@babel/core@7.24.6)(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - react: - specifier: ^18.3.1 - version: 18.3.1 - react-dom: - specifier: ^18.3.1 - version: 18.3.1(react@18.3.1) - devDependencies: - '@types/node': - specifier: ^20 - version: 20.12.8 - '@types/react': - specifier: ^18.3.11 - version: 18.3.11 - '@types/react-dom': - specifier: ^18.3.1 - version: 18.3.1 - typescript: - specifier: ^5 - version: 5.4.5 - packages/css: dependencies: '@vtex/shoreline-utils': @@ -274,22 +237,6 @@ importers: specifier: 20.14.9 version: 20.14.9 - packages/next: - dependencies: - react: - specifier: '>=18.3' - version: 18.3.1 - react-dom: - specifier: '>=18.3' - version: 18.3.1(react@18.3.1) - devDependencies: - '@vtex/shoreline': - specifier: workspace:* - version: link:../shoreline - next: - specifier: 14.2.4 - version: 14.2.4(@babel/core@7.24.6)(@opentelemetry/api@1.9.0)(@playwright/test@1.44.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - packages/shoreline: dependencies: '@ariakit/react': @@ -1634,165 +1581,51 @@ packages: resolution: {integrity: sha512-C5wRPw9waqL2jk3jEDeJv+f7ScuO3N0a39HVdyFLkwKxHH4Sya4ZbzZsu2JLi6eEqe7RuHipHL6mC7B2OfYZZw==} engines: {node: '>= 10'} - '@next/env@14.1.3': - resolution: {integrity: sha512-VhgXTvrgeBRxNPjyfBsDIMvgsKDxjlpw4IAUsHCX8Gjl1vtHUYRT3+xfQ/wwvLPDd/6kqfLqk9Pt4+7gysuCKQ==} - - '@next/env@14.2.4': - resolution: {integrity: sha512-3EtkY5VDkuV2+lNmKlbkibIJxcO4oIHEhBWne6PaAp+76J9KoSsGvNikp6ivzAT8dhhBMYrm6op2pS1ApG0Hzg==} - '@next/env@15.0.0': resolution: {integrity: sha512-Mcv8ZVmEgTO3bePiH/eJ7zHqQEs2gCqZ0UId2RxHmDDc7Pw6ngfSrOFlxG8XDpaex+n2G+TKPsQAf28MO+88Gw==} - '@next/swc-darwin-arm64@14.1.3': - resolution: {integrity: sha512-LALu0yIBPRiG9ANrD5ncB3pjpO0Gli9ZLhxdOu6ZUNf3x1r3ea1rd9Q+4xxUkGrUXLqKVK9/lDkpYIJaCJ6AHQ==} - engines: {node: '>= 10'} - cpu: [arm64] - os: [darwin] - - '@next/swc-darwin-arm64@14.2.4': - resolution: {integrity: sha512-AH3mO4JlFUqsYcwFUHb1wAKlebHU/Hv2u2kb1pAuRanDZ7pD/A/KPD98RHZmwsJpdHQwfEc/06mgpSzwrJYnNg==} - engines: {node: '>= 10'} - cpu: [arm64] - os: [darwin] - '@next/swc-darwin-arm64@15.0.0': resolution: {integrity: sha512-Gjgs3N7cFa40a9QT9AEHnuGKq69/bvIOn0SLGDV+ordq07QOP4k1GDOVedMHEjVeqy1HBLkL8rXnNTuMZIv79A==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] - '@next/swc-darwin-x64@14.1.3': - resolution: {integrity: sha512-E/9WQeXxkqw2dfcn5UcjApFgUq73jqNKaE5bysDm58hEUdUGedVrnRhblhJM7HbCZNhtVl0j+6TXsK0PuzXTCg==} - engines: {node: '>= 10'} - cpu: [x64] - os: [darwin] - - '@next/swc-darwin-x64@14.2.4': - resolution: {integrity: sha512-QVadW73sWIO6E2VroyUjuAxhWLZWEpiFqHdZdoQ/AMpN9YWGuHV8t2rChr0ahy+irKX5mlDU7OY68k3n4tAZTg==} - engines: {node: '>= 10'} - cpu: [x64] - os: [darwin] - '@next/swc-darwin-x64@15.0.0': resolution: {integrity: sha512-BUtTvY5u9s5berAuOEydAUlVMjnl6ZjXS+xVrMt317mglYZ2XXjY8YRDCaz9vYMjBNPXH8Gh75Cew5CMdVbWTw==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] - '@next/swc-linux-arm64-gnu@14.1.3': - resolution: {integrity: sha512-USArX9B+3rZSXYLFvgy0NVWQgqh6LHWDmMt38O4lmiJNQcwazeI6xRvSsliDLKt+78KChVacNiwvOMbl6g6BBw==} - engines: {node: '>= 10'} - cpu: [arm64] - os: [linux] - - '@next/swc-linux-arm64-gnu@14.2.4': - resolution: {integrity: sha512-KT6GUrb3oyCfcfJ+WliXuJnD6pCpZiosx2X3k66HLR+DMoilRb76LpWPGb4tZprawTtcnyrv75ElD6VncVamUQ==} - engines: {node: '>= 10'} - cpu: [arm64] - os: [linux] - '@next/swc-linux-arm64-gnu@15.0.0': resolution: {integrity: sha512-sbCoEpuWUBpYoLSgYrk0CkBv8RFv4ZlPxbwqRHr/BWDBJppTBtF53EvsntlfzQJ9fosYX12xnS6ltxYYwsMBjg==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@next/swc-linux-arm64-musl@14.1.3': - resolution: {integrity: sha512-esk1RkRBLSIEp1qaQXv1+s6ZdYzuVCnDAZySpa62iFTMGTisCyNQmqyCTL9P+cLJ4N9FKCI3ojtSfsyPHJDQNw==} - engines: {node: '>= 10'} - cpu: [arm64] - os: [linux] - - '@next/swc-linux-arm64-musl@14.2.4': - resolution: {integrity: sha512-Alv8/XGSs/ytwQcbCHwze1HmiIkIVhDHYLjczSVrf0Wi2MvKn/blt7+S6FJitj3yTlMwMxII1gIJ9WepI4aZ/A==} - engines: {node: '>= 10'} - cpu: [arm64] - os: [linux] - '@next/swc-linux-arm64-musl@15.0.0': resolution: {integrity: sha512-JAw84qfL81aQCirXKP4VkgmhiDpXJupGjt8ITUkHrOVlBd+3h5kjfPva5M0tH2F9KKSgJQHEo3F5S5tDH9h2ww==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@next/swc-linux-x64-gnu@14.1.3': - resolution: {integrity: sha512-8uOgRlYEYiKo0L8YGeS+3TudHVDWDjPVDUcST+z+dUzgBbTEwSSIaSgF/vkcC1T/iwl4QX9iuUyUdQEl0Kxalg==} - engines: {node: '>= 10'} - cpu: [x64] - os: [linux] - - '@next/swc-linux-x64-gnu@14.2.4': - resolution: {integrity: sha512-ze0ShQDBPCqxLImzw4sCdfnB3lRmN3qGMB2GWDRlq5Wqy4G36pxtNOo2usu/Nm9+V2Rh/QQnrRc2l94kYFXO6Q==} - engines: {node: '>= 10'} - cpu: [x64] - os: [linux] - '@next/swc-linux-x64-gnu@15.0.0': resolution: {integrity: sha512-r5Smd03PfxrGKMewdRf2RVNA1CU5l2rRlvZLQYZSv7FUsXD5bKEcOZ/6/98aqRwL7diXOwD8TCWJk1NbhATQHg==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@next/swc-linux-x64-musl@14.1.3': - resolution: {integrity: sha512-DX2zqz05ziElLoxskgHasaJBREC5Y9TJcbR2LYqu4r7naff25B4iXkfXWfcp69uD75/0URmmoSgT8JclJtrBoQ==} - engines: {node: '>= 10'} - cpu: [x64] - os: [linux] - - '@next/swc-linux-x64-musl@14.2.4': - resolution: {integrity: sha512-8dwC0UJoc6fC7PX70csdaznVMNr16hQrTDAMPvLPloazlcaWfdPogq+UpZX6Drqb1OBlwowz8iG7WR0Tzk/diQ==} - engines: {node: '>= 10'} - cpu: [x64] - os: [linux] - '@next/swc-linux-x64-musl@15.0.0': resolution: {integrity: sha512-fM6qocafz4Xjhh79CuoQNeGPhDHGBBUbdVtgNFJOUM8Ih5ZpaDZlTvqvqsh5IoO06CGomxurEGqGz/4eR/FaMQ==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@next/swc-win32-arm64-msvc@14.1.3': - resolution: {integrity: sha512-HjssFsCdsD4GHstXSQxsi2l70F/5FsRTRQp8xNgmQs15SxUfUJRvSI9qKny/jLkY3gLgiCR3+6A7wzzK0DBlfA==} - engines: {node: '>= 10'} - cpu: [arm64] - os: [win32] - - '@next/swc-win32-arm64-msvc@14.2.4': - resolution: {integrity: sha512-jxyg67NbEWkDyvM+O8UDbPAyYRZqGLQDTPwvrBBeOSyVWW/jFQkQKQ70JDqDSYg1ZDdl+E3nkbFbq8xM8E9x8A==} - engines: {node: '>= 10'} - cpu: [arm64] - os: [win32] - '@next/swc-win32-arm64-msvc@15.0.0': resolution: {integrity: sha512-ZOd7c/Lz1lv7qP/KzR513XEa7QzW5/P0AH3A5eR1+Z/KmDOvMucht0AozccPc0TqhdV1xaXmC0Fdx0hoNzk6ng==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] - '@next/swc-win32-ia32-msvc@14.1.3': - resolution: {integrity: sha512-DRuxD5axfDM1/Ue4VahwSxl1O5rn61hX8/sF0HY8y0iCbpqdxw3rB3QasdHn/LJ6Wb2y5DoWzXcz3L1Cr+Thrw==} - engines: {node: '>= 10'} - cpu: [ia32] - os: [win32] - - '@next/swc-win32-ia32-msvc@14.2.4': - resolution: {integrity: sha512-twrmN753hjXRdcrZmZttb/m5xaCBFa48Dt3FbeEItpJArxriYDunWxJn+QFXdJ3hPkm4u7CKxncVvnmgQMY1ag==} - engines: {node: '>= 10'} - cpu: [ia32] - os: [win32] - - '@next/swc-win32-x64-msvc@14.1.3': - resolution: {integrity: sha512-uC2DaDoWH7h1P/aJ4Fok3Xiw6P0Lo4ez7NbowW2VGNXw/Xv6tOuLUcxhBYZxsSUJtpeknCi8/fvnSpyCFp4Rcg==} - engines: {node: '>= 10'} - cpu: [x64] - os: [win32] - - '@next/swc-win32-x64-msvc@14.2.4': - resolution: {integrity: sha512-tkLrjBzqFTP8DVrAAQmZelEahfR9OxWpFR++vAI9FBhCiIxtwHwBHC23SBHCTURBtwB4kc/x44imVOnkKGNVGg==} - engines: {node: '>= 10'} - cpu: [x64] - os: [win32] - '@next/swc-win32-x64-msvc@15.0.0': resolution: {integrity: sha512-2RVWcLtsqg4LtaoJ3j7RoKpnWHgcrz5XvuUGE7vBYU2i6M2XeD9Y8RlLaF770LEIScrrl8MdWsp6odtC6sZccg==} engines: {node: '>= 10'} @@ -3324,12 +3157,6 @@ packages: '@swc/helpers@0.5.13': resolution: {integrity: sha512-UoKGxQ3r5kYI9dALKJapMmuK+1zWM/H17Z1+iwnNmzcJRnfFuevZs375TA5rW31pu4BS4NoSy1fRsexDXfWn5w==} - '@swc/helpers@0.5.2': - resolution: {integrity: sha512-E4KcWTpoLHqwPHLxidpOqQbcrZVgi0rsmmZXUle1jXmJfuIf/UWpczUJ7MZZ5tlxytgJXyp0w4PGkkeLiuIdZw==} - - '@swc/helpers@0.5.5': - resolution: {integrity: sha512-KGYxvIOXcceOAbEk4bi/dVLEK9z8sZ0uBB3Il5b1rhfClSpcX0yfRO0KmTkqR2cnQDymwLB+25ZyMzICg/cm/A==} - '@swc/jest@0.2.36': resolution: {integrity: sha512-8X80dp81ugxs4a11z1ka43FPhP+/e+mJNXJSxiNYk8gIX/jPBtY4gQTrKu/KIoco8bzKuPI5lUxjfLiGsfvnlw==} engines: {npm: '>= 7.0.0'} @@ -3339,13 +3166,6 @@ packages: '@swc/types@0.1.7': resolution: {integrity: sha512-scHWahbHF0eyj3JsxG9CFJgFdFNaVQCNAimBlT6PzS3n/HptxqREjsm4OH6AN3lYcffZYSPxXW8ua2BEHp0lJQ==} - '@tanstack/react-table@8.13.2': - resolution: {integrity: sha512-b6mR3mYkjRtJ443QZh9sc7CvGTce81J35F/XMr0OoWbx0KIM7TTTdyNP2XKObvkLpYnLpCrYDwI3CZnLezWvpg==} - engines: {node: '>=12'} - peerDependencies: - react: '>=16' - react-dom: '>=16' - '@tanstack/react-table@8.17.3': resolution: {integrity: sha512-5gwg5SvPD3lNAXPuJJz1fOCEZYk9/GeBFH3w/hCgnfyszOIzwkwgp5I7Q4MJtn0WECp84b5STQUDdmvGi8m3nA==} engines: {node: '>=12'} @@ -3365,10 +3185,6 @@ packages: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - '@tanstack/table-core@8.13.2': - resolution: {integrity: sha512-/2saD1lWBUV6/uNAwrsg2tw58uvMJ07bO2F1IWMxjFRkJiXKQRuc3Oq2aufeobD3873+4oIM/DRySIw7+QsPPw==} - engines: {node: '>=12'} - '@tanstack/table-core@8.17.3': resolution: {integrity: sha512-mPBodDGVL+fl6d90wUREepHa/7lhsghg2A3vFpakEhrhtbIlgNAZiMr7ccTgak5qbHqF14Fwy+W1yFWQt+WmYQ==} engines: {node: '>=12'} @@ -3609,9 +3425,6 @@ packages: '@types/nlcst@2.0.3': resolution: {integrity: sha512-vSYNSDe6Ix3q+6Z7ri9lyWqgGhJTmzRjZRqyq15N0Z/1/UnVsno9G/N40NBijoYx2seFDIl0+B2mgAb9mezUCA==} - '@types/node@20.12.8': - resolution: {integrity: sha512-NU0rJLJnshZWdE/097cdCBbyW1h4hEg0xpovcoAQYHl8dnEyp/NAOiE45pvc+Bd1Dt+2r94v2eGFpQJ4R7g+2w==} - '@types/node@20.14.9': resolution: {integrity: sha512-06OCtnTXtWOZBJlRApleWndH4JsRVs1pDCc8dLSQp+7PpUpX3ePdHyeNSFTeSe7FtKyQkrlPvHwJOW3SLd8Oyg==} @@ -4268,9 +4081,6 @@ packages: resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==} engines: {node: '>=10'} - caniuse-lite@1.0.30001627: - resolution: {integrity: sha512-4zgNiB8nTyV/tHhwZrFs88ryjls/lHiqFhrxCW4qSTeuRByBVnPYpDInchOIySWknznucaf31Z4KYqjfbrecVw==} - caniuse-lite@1.0.30001637: resolution: {integrity: sha512-1x0qRI1mD1o9e+7mBI7XtzFAP4XszbHaVWsMiGbSPLYekKTJF7K+FNk6AsXH4sUpc+qrsI3pVgf1Jdl/uGkuSQ==} @@ -7602,39 +7412,6 @@ packages: react: ^16.8 || ^17 || ^18 react-dom: ^16.8 || ^17 || ^18 - next@14.1.3: - resolution: {integrity: sha512-oexgMV2MapI0UIWiXKkixF8J8ORxpy64OuJ/J9oVUmIthXOUCcuVEZX+dtpgq7wIfIqtBwQsKEDXejcjTsan9g==} - engines: {node: '>=18.17.0'} - hasBin: true - peerDependencies: - '@opentelemetry/api': ^1.1.0 - react: ^18.2.0 - react-dom: ^18.2.0 - sass: ^1.3.0 - peerDependenciesMeta: - '@opentelemetry/api': - optional: true - sass: - optional: true - - next@14.2.4: - resolution: {integrity: sha512-R8/V7vugY+822rsQGQCjoLhMuC9oFj9SOi4Cl4b2wjDrseD0LRZ10W7R6Czo4w9ZznVSshKjuIomsRjvm9EKJQ==} - engines: {node: '>=18.17.0'} - hasBin: true - peerDependencies: - '@opentelemetry/api': ^1.1.0 - '@playwright/test': ^1.41.2 - react: ^18.2.0 - react-dom: ^18.2.0 - sass: ^1.3.0 - peerDependenciesMeta: - '@opentelemetry/api': - optional: true - '@playwright/test': - optional: true - sass: - optional: true - next@15.0.0: resolution: {integrity: sha512-/ivqF6gCShXpKwY9hfrIQYh8YMge8L3W+w1oRLv/POmK4MOQnh+FscZ8a0fRFTSQWE+2z9ctNYvELD9vP2FV+A==} engines: {node: '>=18.18.0'} @@ -9284,19 +9061,6 @@ packages: style-to-object@1.0.6: resolution: {integrity: sha512-khxq+Qm3xEyZfKd/y9L3oIWQimxuc4STrQKtQn8aSDRHb8mFgpukgX1hdzfrMEW6JCjyJ8p89x+IUMVnCBI1PA==} - styled-jsx@5.1.1: - resolution: {integrity: sha512-pW7uC1l4mBZ8ugbiZrcIsiIvVx1UmTfw7UkC3Um2tmfUq9Bhk8IiyEIPl6F8agHgjzku6j0xQEZbfA5uSgSaCw==} - engines: {node: '>= 12.0.0'} - peerDependencies: - '@babel/core': '*' - babel-plugin-macros: '*' - react: '>= 16.8.0 || 17.x.x || ^18.0.0-0' - peerDependenciesMeta: - '@babel/core': - optional: true - babel-plugin-macros: - optional: true - styled-jsx@5.1.6: resolution: {integrity: sha512-qSVyDTeMotdvQYoHWLNGwRFJHC+i+ZvdBRYosOFgC+Wg1vx4frN2/RG/NA7SYqqvKNLf39P2LSRA2pu6n0XYZA==} engines: {node: '>= 12.0.0'} @@ -9576,38 +9340,38 @@ packages: resolution: {integrity: sha512-GwIJau9XaA8nLVbUXsN3IlFi7WmQ48gBUrl3FTkkL/XLu/POhBzfmX9hd33FNMX1qAsfl6ozO1iMmW9NC8YniA==} engines: {node: ^16.14.0 || >=18.0.0} - turbo-darwin-64@2.0.9: - resolution: {integrity: sha512-owlGsOaExuVGBUfrnJwjkL1BWlvefjSKczEAcpLx4BI7Oh6ttakOi+JyomkPkFlYElRpjbvlR2gP8WIn6M/+xQ==} + turbo-darwin-64@2.2.3: + resolution: {integrity: sha512-Rcm10CuMKQGcdIBS3R/9PMeuYnv6beYIHqfZFeKWVYEWH69sauj4INs83zKMTUiZJ3/hWGZ4jet9AOwhsssLyg==} cpu: [x64] os: [darwin] - turbo-darwin-arm64@2.0.9: - resolution: {integrity: sha512-XAXkKkePth5ZPPE/9G9tTnPQx0C8UTkGWmNGYkpmGgRr8NedW+HrPsi9N0HcjzzIH9A4TpNYvtiV+WcwdaEjKA==} + turbo-darwin-arm64@2.2.3: + resolution: {integrity: sha512-+EIMHkuLFqUdJYsA3roj66t9+9IciCajgj+DVek+QezEdOJKcRxlvDOS2BUaeN8kEzVSsNiAGnoysFWYw4K0HA==} cpu: [arm64] os: [darwin] - turbo-linux-64@2.0.9: - resolution: {integrity: sha512-l9wSgEjrCFM1aG16zItBsZ206ZlhSSx1owB8Cgskfv0XyIXRGHRkluihiaxkp+UeU5WoEfz4EN5toc+ICA0q0w==} + turbo-linux-64@2.2.3: + resolution: {integrity: sha512-UBhJCYnqtaeOBQLmLo8BAisWbc9v9daL9G8upLR+XGj6vuN/Nz6qUAhverN4Pyej1g4Nt1BhROnj6GLOPYyqxQ==} cpu: [x64] os: [linux] - turbo-linux-arm64@2.0.9: - resolution: {integrity: sha512-gRnjxXRne18B27SwxXMqL3fJu7jw/8kBrOBTBNRSmZZiG1Uu3nbnP7b4lgrA/bCku6C0Wligwqurvtpq6+nFHA==} + turbo-linux-arm64@2.2.3: + resolution: {integrity: sha512-hJYT9dN06XCQ3jBka/EWvvAETnHRs3xuO/rb5bESmDfG+d9yQjeTMlhRXKrr4eyIMt6cLDt1LBfyi+6CQ+VAwQ==} cpu: [arm64] os: [linux] - turbo-windows-64@2.0.9: - resolution: {integrity: sha512-ZVo0apxUvaRq4Vm1qhsfqKKhtRgReYlBVf9MQvVU1O9AoyydEQvLDO1ryqpXDZWpcHoFxHAQc9msjAMtE5K2lA==} + turbo-windows-64@2.2.3: + resolution: {integrity: sha512-NPrjacrZypMBF31b4HE4ROg4P3nhMBPHKS5WTpMwf7wydZ8uvdEHpESVNMOtqhlp857zbnKYgP+yJF30H3N2dQ==} cpu: [x64] os: [win32] - turbo-windows-arm64@2.0.9: - resolution: {integrity: sha512-sGRz7c5Pey6y7y9OKi8ypbWNuIRPF9y8xcMqL56OZifSUSo+X2EOsOleR9MKxQXVaqHPGOUKWsE6y8hxBi9pag==} + turbo-windows-arm64@2.2.3: + resolution: {integrity: sha512-fnNrYBCqn6zgKPKLHu4sOkihBI/+0oYFr075duRxqUZ+1aLWTAGfHZLgjVeLh3zR37CVzuerGIPWAEkNhkWEIw==} cpu: [arm64] os: [win32] - turbo@2.0.9: - resolution: {integrity: sha512-QaLaUL1CqblSKKPgLrFW3lZWkWG4pGBQNW+q1ScJB5v1D/nFWtsrD/yZljW/bdawg90ihi4/ftQJ3h6fz1FamA==} + turbo@2.2.3: + resolution: {integrity: sha512-5lDvSqIxCYJ/BAd6rQGK/AzFRhBkbu4JHVMLmGh/hCb7U3CqSnr5Tjwfy9vc+/5wG2DJ6wttgAaA7MoCgvBKZQ==} hasBin: true tween-functions@1.2.0: @@ -9667,11 +9431,6 @@ packages: typedarray@0.0.6: resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} - typescript@5.4.5: - resolution: {integrity: sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==} - engines: {node: '>=14.17'} - hasBin: true - typescript@5.5.2: resolution: {integrity: sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==} engines: {node: '>=14.17'} @@ -11556,87 +11315,29 @@ snapshots: '@napi-rs/simple-git-win32-arm64-msvc': 0.1.16 '@napi-rs/simple-git-win32-x64-msvc': 0.1.16 - '@next/env@14.1.3': {} - - '@next/env@14.2.4': {} - '@next/env@15.0.0': {} - '@next/swc-darwin-arm64@14.1.3': - optional: true - - '@next/swc-darwin-arm64@14.2.4': - optional: true - '@next/swc-darwin-arm64@15.0.0': optional: true - '@next/swc-darwin-x64@14.1.3': - optional: true - - '@next/swc-darwin-x64@14.2.4': - optional: true - '@next/swc-darwin-x64@15.0.0': optional: true - '@next/swc-linux-arm64-gnu@14.1.3': - optional: true - - '@next/swc-linux-arm64-gnu@14.2.4': - optional: true - '@next/swc-linux-arm64-gnu@15.0.0': optional: true - '@next/swc-linux-arm64-musl@14.1.3': - optional: true - - '@next/swc-linux-arm64-musl@14.2.4': - optional: true - '@next/swc-linux-arm64-musl@15.0.0': optional: true - '@next/swc-linux-x64-gnu@14.1.3': - optional: true - - '@next/swc-linux-x64-gnu@14.2.4': - optional: true - '@next/swc-linux-x64-gnu@15.0.0': optional: true - '@next/swc-linux-x64-musl@14.1.3': - optional: true - - '@next/swc-linux-x64-musl@14.2.4': - optional: true - '@next/swc-linux-x64-musl@15.0.0': optional: true - '@next/swc-win32-arm64-msvc@14.1.3': - optional: true - - '@next/swc-win32-arm64-msvc@14.2.4': - optional: true - '@next/swc-win32-arm64-msvc@15.0.0': optional: true - '@next/swc-win32-ia32-msvc@14.1.3': - optional: true - - '@next/swc-win32-ia32-msvc@14.2.4': - optional: true - - '@next/swc-win32-x64-msvc@14.1.3': - optional: true - - '@next/swc-win32-x64-msvc@14.2.4': - optional: true - '@next/swc-win32-x64-msvc@15.0.0': optional: true @@ -13606,15 +13307,6 @@ snapshots: dependencies: tslib: 2.6.3 - '@swc/helpers@0.5.2': - dependencies: - tslib: 2.6.3 - - '@swc/helpers@0.5.5': - dependencies: - '@swc/counter': 0.1.3 - tslib: 2.6.3 - '@swc/jest@0.2.36(@swc/core@1.5.24(@swc/helpers@0.5.13))': dependencies: '@jest/create-cache-key-function': 29.7.0 @@ -13626,12 +13318,6 @@ snapshots: dependencies: '@swc/counter': 0.1.3 - '@tanstack/react-table@8.13.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': - dependencies: - '@tanstack/table-core': 8.13.2 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - '@tanstack/react-table@8.17.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@tanstack/table-core': 8.17.3 @@ -13650,8 +13336,6 @@ snapshots: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@tanstack/table-core@8.13.2': {} - '@tanstack/table-core@8.17.3': {} '@tanstack/virtual-core@3.0.0': {} @@ -13936,10 +13620,6 @@ snapshots: dependencies: '@types/unist': 3.0.2 - '@types/node@20.12.8': - dependencies: - undici-types: 5.26.5 - '@types/node@20.14.9': dependencies: undici-types: 5.26.5 @@ -14703,8 +14383,6 @@ snapshots: camelcase@6.3.0: {} - caniuse-lite@1.0.30001627: {} - caniuse-lite@1.0.30001637: {} capital-case@1.0.4: @@ -19024,59 +18702,6 @@ snapshots: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - next@14.1.3(@babel/core@7.24.6)(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): - dependencies: - '@next/env': 14.1.3 - '@swc/helpers': 0.5.2 - busboy: 1.6.0 - caniuse-lite: 1.0.30001627 - graceful-fs: 4.2.11 - postcss: 8.4.31 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - styled-jsx: 5.1.1(@babel/core@7.24.6)(react@18.3.1) - optionalDependencies: - '@next/swc-darwin-arm64': 14.1.3 - '@next/swc-darwin-x64': 14.1.3 - '@next/swc-linux-arm64-gnu': 14.1.3 - '@next/swc-linux-arm64-musl': 14.1.3 - '@next/swc-linux-x64-gnu': 14.1.3 - '@next/swc-linux-x64-musl': 14.1.3 - '@next/swc-win32-arm64-msvc': 14.1.3 - '@next/swc-win32-ia32-msvc': 14.1.3 - '@next/swc-win32-x64-msvc': 14.1.3 - '@opentelemetry/api': 1.9.0 - transitivePeerDependencies: - - '@babel/core' - - babel-plugin-macros - - next@14.2.4(@babel/core@7.24.6)(@opentelemetry/api@1.9.0)(@playwright/test@1.44.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): - dependencies: - '@next/env': 14.2.4 - '@swc/helpers': 0.5.5 - busboy: 1.6.0 - caniuse-lite: 1.0.30001637 - graceful-fs: 4.2.11 - postcss: 8.4.31 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - styled-jsx: 5.1.1(@babel/core@7.24.6)(react@18.3.1) - optionalDependencies: - '@next/swc-darwin-arm64': 14.2.4 - '@next/swc-darwin-x64': 14.2.4 - '@next/swc-linux-arm64-gnu': 14.2.4 - '@next/swc-linux-arm64-musl': 14.2.4 - '@next/swc-linux-x64-gnu': 14.2.4 - '@next/swc-linux-x64-musl': 14.2.4 - '@next/swc-win32-arm64-msvc': 14.2.4 - '@next/swc-win32-ia32-msvc': 14.2.4 - '@next/swc-win32-x64-msvc': 14.2.4 - '@opentelemetry/api': 1.9.0 - '@playwright/test': 1.44.1 - transitivePeerDependencies: - - '@babel/core' - - babel-plugin-macros - next@15.0.0(@babel/core@7.24.6)(@opentelemetry/api@1.9.0)(@playwright/test@1.44.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: '@next/env': 15.0.0 @@ -21127,13 +20752,6 @@ snapshots: dependencies: inline-style-parser: 0.2.3 - styled-jsx@5.1.1(@babel/core@7.24.6)(react@18.3.1): - dependencies: - client-only: 0.0.1 - react: 18.3.1 - optionalDependencies: - '@babel/core': 7.24.6 - styled-jsx@5.1.6(@babel/core@7.24.6)(react@18.3.1): dependencies: client-only: 0.0.1 @@ -21403,32 +21021,32 @@ snapshots: transitivePeerDependencies: - supports-color - turbo-darwin-64@2.0.9: + turbo-darwin-64@2.2.3: optional: true - turbo-darwin-arm64@2.0.9: + turbo-darwin-arm64@2.2.3: optional: true - turbo-linux-64@2.0.9: + turbo-linux-64@2.2.3: optional: true - turbo-linux-arm64@2.0.9: + turbo-linux-arm64@2.2.3: optional: true - turbo-windows-64@2.0.9: + turbo-windows-64@2.2.3: optional: true - turbo-windows-arm64@2.0.9: + turbo-windows-arm64@2.2.3: optional: true - turbo@2.0.9: + turbo@2.2.3: optionalDependencies: - turbo-darwin-64: 2.0.9 - turbo-darwin-arm64: 2.0.9 - turbo-linux-64: 2.0.9 - turbo-linux-arm64: 2.0.9 - turbo-windows-64: 2.0.9 - turbo-windows-arm64: 2.0.9 + turbo-darwin-64: 2.2.3 + turbo-darwin-arm64: 2.2.3 + turbo-linux-64: 2.2.3 + turbo-linux-arm64: 2.2.3 + turbo-windows-64: 2.2.3 + turbo-windows-arm64: 2.2.3 tween-functions@1.2.0: {} @@ -21471,8 +21089,6 @@ snapshots: typedarray@0.0.6: {} - typescript@5.4.5: {} - typescript@5.5.2: {} ufo@1.5.3: {}