From 2543fb83f35a3b9db0a5d770a05731f10b55d24d Mon Sep 17 00:00:00 2001 From: Xav Date: Wed, 15 Apr 2026 14:33:32 -0400 Subject: [PATCH 001/101] refactor: rename package from @nipsys/shadcn-lsd to @nipsys/lsd --- packages/lsd-docs/package.json | 2 +- packages/shadcn-lsd/package.json | 14 +++++--------- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/packages/lsd-docs/package.json b/packages/lsd-docs/package.json index 63a194a9..232f9bdc 100644 --- a/packages/lsd-docs/package.json +++ b/packages/lsd-docs/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@nanostores/react": "^1.0.0", - "@nipsys/shadcn-lsd": "workspace:*", + "@nipsys/lsd": "workspace:*", "@phosphor-icons/react": "^2.1.10", "fuse.js": "^7.1.0", "nanostores": "^1.1.1", diff --git a/packages/shadcn-lsd/package.json b/packages/shadcn-lsd/package.json index 8b71cd1d..42fc4d62 100644 --- a/packages/shadcn-lsd/package.json +++ b/packages/shadcn-lsd/package.json @@ -1,6 +1,6 @@ { - "name": "@nipsys/shadcn-lsd", - "description": "@nipsys/shadcn-lsd is a UI component library based on the Logos Design System", + "name": "@nipsys/lsd", + "description": "@nipsys/lsd is a UI component library based on the Logos Design System", "private": false, "publishConfig": { "access": "public" @@ -36,7 +36,6 @@ "test:coverage": "vitest run --coverage" }, "dependencies": { - "@hookform/resolvers": "^5.2.2", "@phosphor-icons/react": "^2.1.10", "@radix-ui/react-accordion": "^1.2.12", "@radix-ui/react-alert-dialog": "^1.1.15", @@ -54,21 +53,16 @@ "@radix-ui/react-toggle": "^1.1.10", "@radix-ui/react-toggle-group": "^1.1.11", "@radix-ui/react-tooltip": "^1.2.8", - "@tailwindcss/vite": "^4.1.18", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "cmdk": "^1.1.1", - "date-fns": "^4.1.0", - "lucide-react": "^0.577.0", "next-themes": "^0.4.6", "radix-ui": "^1.4.3", "react-day-picker": "^9.14.0", "react-hook-form": "^7.72.0", "sonner": "^2.0.7", "tailwind-merge": "^3.4.0", - "tailwindcss": "^4.1.18", - "tw-animate-css": "^1.4.0", - "zod": "^4.3.6" + "tw-animate-css": "^1.4.0" }, "peerDependencies": { "react": "^19.2.4", @@ -78,6 +72,7 @@ "@biomejs/biome": "^2.3.14", "@commitlint/cli": "^20.4.1", "@commitlint/config-conventional": "^20.4.1", + "@tailwindcss/vite": "^4.1.18", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.6.1", @@ -90,6 +85,7 @@ "globals": "^17.3.0", "jsdom": "^28.0.0", "lefthook": "^2.1.0", + "tailwindcss": "^4.1.18", "typescript": "~5.9.3", "vite": "^7.3.1", "vite-plugin-dts": "^4.5.4", From 1e4ce73fadf2d8d4d3e9631bca35f28c9fc78d30 Mon Sep 17 00:00:00 2001 From: Xav Date: Wed, 15 Apr 2026 14:34:08 -0400 Subject: [PATCH 002/101] chore: remove unused dependencies from core package --- pnpm-lock.yaml | 55 +++++++------------------------------------------- 1 file changed, 7 insertions(+), 48 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 788a3706..4bb02205 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -35,7 +35,7 @@ importers: '@nanostores/react': specifier: ^1.0.0 version: 1.0.0(nanostores@1.1.1)(react@19.2.3) - '@nipsys/shadcn-lsd': + '@nipsys/lsd': specifier: workspace:* version: link:../shadcn-lsd '@phosphor-icons/react': @@ -90,9 +90,6 @@ importers: packages/shadcn-lsd: dependencies: - '@hookform/resolvers': - specifier: ^5.2.2 - version: 5.2.2(react-hook-form@7.72.0(react@19.2.4)) '@phosphor-icons/react': specifier: ^2.1.10 version: 2.1.10(react-dom@19.2.4(react@19.2.4))(react@19.2.4) @@ -144,9 +141,6 @@ importers: '@radix-ui/react-tooltip': specifier: ^1.2.8 version: 1.2.8(@types/react-dom@19.2.3(@types/react@19.2.11))(@types/react@19.2.11)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - '@tailwindcss/vite': - specifier: ^4.1.18 - version: 4.1.18(vite@7.3.1(@types/node@24.10.10)(jiti@2.6.1)(lightningcss@1.31.1)(yaml@2.8.2)) class-variance-authority: specifier: ^0.7.1 version: 0.7.1 @@ -156,12 +150,6 @@ importers: cmdk: specifier: ^1.1.1 version: 1.1.1(@types/react-dom@19.2.3(@types/react@19.2.11))(@types/react@19.2.11)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - date-fns: - specifier: ^4.1.0 - version: 4.1.0 - lucide-react: - specifier: ^0.577.0 - version: 0.577.0(react@19.2.4) next-themes: specifier: ^0.4.6 version: 0.4.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4) @@ -186,15 +174,9 @@ importers: tailwind-merge: specifier: ^3.4.0 version: 3.4.0 - tailwindcss: - specifier: ^4.1.18 - version: 4.1.18 tw-animate-css: specifier: ^1.4.0 version: 1.4.0 - zod: - specifier: ^4.3.6 - version: 4.3.6 devDependencies: '@biomejs/biome': specifier: ^2.3.14 @@ -205,6 +187,9 @@ importers: '@commitlint/config-conventional': specifier: ^20.4.1 version: 20.4.1 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.3.1(@types/node@24.10.10)(jiti@2.6.1)(lightningcss@1.31.1)(yaml@2.8.2)) '@testing-library/jest-dom': specifier: ^6.9.1 version: 6.9.1 @@ -241,6 +226,9 @@ importers: lefthook: specifier: ^2.1.0 version: 2.1.0 + tailwindcss: + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ~5.9.3 version: 5.9.3 @@ -794,11 +782,6 @@ packages: '@floating-ui/utils@0.2.10': resolution: {integrity: sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==} - '@hookform/resolvers@5.2.2': - resolution: {integrity: sha512-A/IxlMLShx3KjV/HeTcTfaMxdwy690+L/ZADoeaTltLx+CVuzkeVIPuybK3jrRfw7YZnmdKsVVHAlEPIAEUNlA==} - peerDependencies: - react-hook-form: ^7.55.0 - '@humanfs/core@0.19.1': resolution: {integrity: sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==} engines: {node: '>=18.18.0'} @@ -2009,9 +1992,6 @@ packages: '@standard-schema/spec@1.1.0': resolution: {integrity: sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==} - '@standard-schema/utils@0.3.0': - resolution: {integrity: sha512-e7Mew686owMaPJVNNLs55PUvgz371nKgwsc4vxE49zsODpJEnxgxRo2y/OKrqueavXgZNMDVj3DdHFlaSAeU8g==} - '@swc/core-darwin-arm64@1.15.11': resolution: {integrity: sha512-QoIupRWVH8AF1TgxYyeA5nS18dtqMuxNwchjBIwJo3RdwLEFiJq6onOx9JAxHtuPwUkIVuU2Xbp+jCJ7Vzmgtg==} engines: {node: '>=10'} @@ -3863,11 +3843,6 @@ packages: resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==} engines: {node: '>=10'} - lucide-react@0.577.0: - resolution: {integrity: sha512-4LjoFv2eEPwYDPg/CUdBJQSDfPyzXCRrVW1X7jrx/trgxnxkHFjnVZINbzvzxjN70dxychOfg+FTYwBiS3pQ5A==} - peerDependencies: - react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0 - lz-string@1.5.0: resolution: {integrity: sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==} hasBin: true @@ -4782,9 +4757,6 @@ packages: zod@3.25.76: resolution: {integrity: sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==} - zod@4.3.6: - resolution: {integrity: sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==} - snapshots: '@acemir/cssom@0.9.31': {} @@ -5281,11 +5253,6 @@ snapshots: '@floating-ui/utils@0.2.10': {} - '@hookform/resolvers@5.2.2(react-hook-form@7.72.0(react@19.2.4))': - dependencies: - '@standard-schema/utils': 0.3.0 - react-hook-form: 7.72.0(react@19.2.4) - '@humanfs/core@0.19.1': {} '@humanfs/node@0.16.7': @@ -6446,8 +6413,6 @@ snapshots: '@standard-schema/spec@1.1.0': {} - '@standard-schema/utils@0.3.0': {} - '@swc/core-darwin-arm64@1.15.11': optional: true @@ -8388,10 +8353,6 @@ snapshots: dependencies: yallist: 4.0.0 - lucide-react@0.577.0(react@19.2.4): - dependencies: - react: 19.2.4 - lz-string@1.5.0: {} magic-string@0.30.21: @@ -9464,5 +9425,3 @@ snapshots: zod: 3.25.76 zod@3.25.76: {} - - zod@4.3.6: {} From ed1438336e4d290f1399a6e11eae3761350fbc92 Mon Sep 17 00:00:00 2001 From: Xav Date: Wed, 15 Apr 2026 14:34:14 -0400 Subject: [PATCH 003/101] docs: update component import statements for package rename --- packages/lsd-docs/app/components/Header.tsx | 2 +- packages/lsd-docs/app/components/LayoutWrapper.tsx | 2 +- packages/lsd-docs/app/components/SidebarWrapper.tsx | 2 +- packages/lsd-docs/app/components/ThemeDemoCard.tsx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/lsd-docs/app/components/Header.tsx b/packages/lsd-docs/app/components/Header.tsx index bb925e60..000e9dc4 100644 --- a/packages/lsd-docs/app/components/Header.tsx +++ b/packages/lsd-docs/app/components/Header.tsx @@ -1,6 +1,6 @@ 'use client'; -import { Button, SidebarTrigger } from '@nipsys/shadcn-lsd'; +import { Button, SidebarTrigger } from '@nipsys/lsd'; import { GithubLogoIcon, MagnifyingGlassIcon } from '@phosphor-icons/react'; import Link from 'next/link'; import { FontToggle } from './docs/FontToggle'; diff --git a/packages/lsd-docs/app/components/LayoutWrapper.tsx b/packages/lsd-docs/app/components/LayoutWrapper.tsx index 9931ae78..1329d33b 100644 --- a/packages/lsd-docs/app/components/LayoutWrapper.tsx +++ b/packages/lsd-docs/app/components/LayoutWrapper.tsx @@ -1,6 +1,6 @@ 'use client'; -import { ScrollArea } from '@nipsys/shadcn-lsd'; +import { ScrollArea } from '@nipsys/lsd'; import { usePathname } from 'next/navigation'; import { useEffect, useState } from 'react'; import Header from './Header'; diff --git a/packages/lsd-docs/app/components/SidebarWrapper.tsx b/packages/lsd-docs/app/components/SidebarWrapper.tsx index 48a87ef3..a6f5720b 100644 --- a/packages/lsd-docs/app/components/SidebarWrapper.tsx +++ b/packages/lsd-docs/app/components/SidebarWrapper.tsx @@ -14,7 +14,7 @@ import { SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; import { PillIcon } from '@phosphor-icons/react'; import Link from 'next/link'; import type React from 'react'; diff --git a/packages/lsd-docs/app/components/ThemeDemoCard.tsx b/packages/lsd-docs/app/components/ThemeDemoCard.tsx index c7e2fead..a4708917 100644 --- a/packages/lsd-docs/app/components/ThemeDemoCard.tsx +++ b/packages/lsd-docs/app/components/ThemeDemoCard.tsx @@ -19,7 +19,7 @@ import { Separator, Switch, Typography, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; import { UserIcon } from '@phosphor-icons/react'; interface ThemeDemoCardProps { From 179e25b00535ad0c8cd54493303ae618f18f933c Mon Sep 17 00:00:00 2001 From: Xav Date: Wed, 15 Apr 2026 14:34:19 -0400 Subject: [PATCH 004/101] docs: update example imports for package rename --- packages/lsd-docs/app/examples/button-group/page.tsx | 4 ++-- packages/lsd-docs/app/examples/checkbox/page.tsx | 4 ++-- packages/lsd-docs/app/examples/menubar/page.tsx | 10 ++-------- packages/lsd-docs/app/examples/sonner/page.tsx | 4 ++-- packages/lsd-docs/app/examples/toggle-group/page.tsx | 4 ++-- packages/lsd-docs/app/examples/toggle/page.tsx | 4 ++-- .../lsd-docs/app/examples/tooltip/TooltipProvider.tsx | 2 +- packages/lsd-docs/app/examples/tooltip/page.tsx | 4 ++-- 8 files changed, 15 insertions(+), 21 deletions(-) diff --git a/packages/lsd-docs/app/examples/button-group/page.tsx b/packages/lsd-docs/app/examples/button-group/page.tsx index aca35464..5180ee35 100644 --- a/packages/lsd-docs/app/examples/button-group/page.tsx +++ b/packages/lsd-docs/app/examples/button-group/page.tsx @@ -1,13 +1,13 @@ 'use client'; -import { Button, ButtonGroup, ButtonGroupSeparator, ButtonGroupText } from '@nipsys/shadcn-lsd'; +import { Button, ButtonGroup, ButtonGroupSeparator, ButtonGroupText } from '@nipsys/lsd'; export const CODE = `import { Button, ButtonGroup, ButtonGroupSeparator, ButtonGroupText, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/checkbox/page.tsx b/packages/lsd-docs/app/examples/checkbox/page.tsx index 41fa192e..522c00d2 100644 --- a/packages/lsd-docs/app/examples/checkbox/page.tsx +++ b/packages/lsd-docs/app/examples/checkbox/page.tsx @@ -1,10 +1,10 @@ 'use client'; -import { Checkbox, Label, Typography } from '@nipsys/shadcn-lsd'; +import { Checkbox, Label, Typography } from '@nipsys/lsd'; import { useState } from 'react'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Checkbox, Label, Typography } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Checkbox, Label, Typography } from '@nipsys/lsd'; import { useState } from 'react'; export function Example() { diff --git a/packages/lsd-docs/app/examples/menubar/page.tsx b/packages/lsd-docs/app/examples/menubar/page.tsx index 8a6fe8a6..33f23824 100644 --- a/packages/lsd-docs/app/examples/menubar/page.tsx +++ b/packages/lsd-docs/app/examples/menubar/page.tsx @@ -1,12 +1,6 @@ 'use client'; -import { - Menubar, - MenubarContent, - MenubarItem, - MenubarMenu, - MenubarTrigger, -} from '@nipsys/shadcn-lsd'; +import { Menubar, MenubarContent, MenubarItem, MenubarMenu, MenubarTrigger } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; export const CODE = `import { @@ -22,7 +16,7 @@ export const CODE = `import { MenubarSubTrigger, MenubarTrigger, Typography, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/sonner/page.tsx b/packages/lsd-docs/app/examples/sonner/page.tsx index 05ce22f4..7a1d733b 100644 --- a/packages/lsd-docs/app/examples/sonner/page.tsx +++ b/packages/lsd-docs/app/examples/sonner/page.tsx @@ -1,10 +1,10 @@ 'use client'; -import { Button, Typography } from '@nipsys/shadcn-lsd'; +import { Button, Typography } from '@nipsys/lsd'; import { Toaster, toast } from 'sonner'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Button, Typography } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Button, Typography } from '@nipsys/lsd'; import { Toaster, toast } from 'sonner'; export function Example() { diff --git a/packages/lsd-docs/app/examples/toggle-group/page.tsx b/packages/lsd-docs/app/examples/toggle-group/page.tsx index 2c0bd9b6..04b32cf0 100644 --- a/packages/lsd-docs/app/examples/toggle-group/page.tsx +++ b/packages/lsd-docs/app/examples/toggle-group/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { ToggleGroup, ToggleGroupItem } from '@nipsys/shadcn-lsd'; +import { ToggleGroup, ToggleGroupItem } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { ToggleGroup, ToggleGroupItem } from '@nipsys/shadcn-lsd'; +export const CODE = `import { ToggleGroup, ToggleGroupItem } from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/toggle/page.tsx b/packages/lsd-docs/app/examples/toggle/page.tsx index 6f720a00..40242968 100644 --- a/packages/lsd-docs/app/examples/toggle/page.tsx +++ b/packages/lsd-docs/app/examples/toggle/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { Toggle } from '@nipsys/shadcn-lsd'; +import { Toggle } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Toggle } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Toggle } from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/tooltip/TooltipProvider.tsx b/packages/lsd-docs/app/examples/tooltip/TooltipProvider.tsx index 2a8a8ae7..705cb3fe 100644 --- a/packages/lsd-docs/app/examples/tooltip/TooltipProvider.tsx +++ b/packages/lsd-docs/app/examples/tooltip/TooltipProvider.tsx @@ -1,6 +1,6 @@ 'use client'; -import { TooltipProvider as BaseTooltipProvider } from '@nipsys/shadcn-lsd'; +import { TooltipProvider as BaseTooltipProvider } from '@nipsys/lsd'; import type * as React from 'react'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; diff --git a/packages/lsd-docs/app/examples/tooltip/page.tsx b/packages/lsd-docs/app/examples/tooltip/page.tsx index b9d58017..46e28128 100644 --- a/packages/lsd-docs/app/examples/tooltip/page.tsx +++ b/packages/lsd-docs/app/examples/tooltip/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { Button, Tooltip, TooltipContent, TooltipTrigger, Typography } from '@nipsys/shadcn-lsd'; +import { Button, Tooltip, TooltipContent, TooltipTrigger, Typography } from '@nipsys/lsd'; import { TooltipProvider } from './TooltipProvider'; -export const CODE = `import { Button, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, Typography } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Button, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, Typography } from '@nipsys/lsd'; export function Example() { return ( From 00032d396632060924c1a5c0e78456a3f720587a Mon Sep 17 00:00:00 2001 From: Xav Date: Wed, 15 Apr 2026 14:34:24 -0400 Subject: [PATCH 005/101] docs: update design token pages for package rename --- .../lsd-docs/app/design-tokens/colours/ColorValue.tsx | 2 +- packages/lsd-docs/app/design-tokens/colours/page.tsx | 2 +- packages/lsd-docs/app/design-tokens/spacing/page.tsx | 9 +-------- .../lsd-docs/app/design-tokens/typography/page.tsx | 11 ++--------- 4 files changed, 5 insertions(+), 19 deletions(-) diff --git a/packages/lsd-docs/app/design-tokens/colours/ColorValue.tsx b/packages/lsd-docs/app/design-tokens/colours/ColorValue.tsx index c88eae71..a810bdd8 100644 --- a/packages/lsd-docs/app/design-tokens/colours/ColorValue.tsx +++ b/packages/lsd-docs/app/design-tokens/colours/ColorValue.tsx @@ -1,6 +1,6 @@ 'use client'; -import { Typography } from '@nipsys/shadcn-lsd'; +import { Typography } from '@nipsys/lsd'; import { useEffect, useRef, useState } from 'react'; interface ColorValueProps { diff --git a/packages/lsd-docs/app/design-tokens/colours/page.tsx b/packages/lsd-docs/app/design-tokens/colours/page.tsx index 4f042d47..6263c0c0 100644 --- a/packages/lsd-docs/app/design-tokens/colours/page.tsx +++ b/packages/lsd-docs/app/design-tokens/colours/page.tsx @@ -1,6 +1,6 @@ 'use client'; -import { Card, CardContent, Typography } from '@nipsys/shadcn-lsd'; +import { Card, CardContent, Typography } from '@nipsys/lsd'; import { DocsLayout } from '@/components/docs/DocsLayout'; import { PageContent } from '@/components/docs/PageContent'; import { PageHeader } from '@/components/docs/PageHeader'; diff --git a/packages/lsd-docs/app/design-tokens/spacing/page.tsx b/packages/lsd-docs/app/design-tokens/spacing/page.tsx index 4e014305..cfb53f20 100644 --- a/packages/lsd-docs/app/design-tokens/spacing/page.tsx +++ b/packages/lsd-docs/app/design-tokens/spacing/page.tsx @@ -1,13 +1,6 @@ 'use client'; -import { - Card, - CardContent, - CardDescription, - CardHeader, - CardTitle, - Typography, -} from '@nipsys/shadcn-lsd'; +import { Card, CardContent, CardDescription, CardHeader, CardTitle, Typography } from '@nipsys/lsd'; import { CodeExample } from '@/components/docs/CodeExample'; import { DocsLayout } from '@/components/docs/DocsLayout'; import { PageContent } from '@/components/docs/PageContent'; diff --git a/packages/lsd-docs/app/design-tokens/typography/page.tsx b/packages/lsd-docs/app/design-tokens/typography/page.tsx index eb0f79dd..7008414c 100644 --- a/packages/lsd-docs/app/design-tokens/typography/page.tsx +++ b/packages/lsd-docs/app/design-tokens/typography/page.tsx @@ -1,13 +1,6 @@ 'use client'; -import { - Card, - CardContent, - CardDescription, - CardHeader, - CardTitle, - Typography, -} from '@nipsys/shadcn-lsd'; +import { Card, CardContent, CardDescription, CardHeader, CardTitle, Typography } from '@nipsys/lsd'; import { CodeExample } from '@/components/docs/CodeExample'; import { DocsLayout } from '@/components/docs/DocsLayout'; import { PageContent } from '@/components/docs/PageContent'; @@ -233,7 +226,7 @@ export default function TypographyPage() { Date: Wed, 15 Apr 2026 14:35:45 -0400 Subject: [PATCH 006/101] docs: update shared component imports for package rename --- packages/lsd-docs/app/components/docs/CodeExample.tsx | 2 +- packages/lsd-docs/app/components/docs/FontToggle.tsx | 2 +- packages/lsd-docs/app/components/docs/PageHeader.tsx | 2 +- packages/lsd-docs/app/components/docs/PageNavigation.tsx | 2 +- packages/lsd-docs/app/components/docs/PageSection.tsx | 2 +- packages/lsd-docs/app/components/docs/Search.tsx | 2 +- packages/lsd-docs/app/components/docs/TableOfContents.tsx | 2 +- packages/lsd-docs/app/components/docs/ThemeToggle.tsx | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/lsd-docs/app/components/docs/CodeExample.tsx b/packages/lsd-docs/app/components/docs/CodeExample.tsx index dd4fd5a8..328fd481 100644 --- a/packages/lsd-docs/app/components/docs/CodeExample.tsx +++ b/packages/lsd-docs/app/components/docs/CodeExample.tsx @@ -7,7 +7,7 @@ import { AccordionTrigger, Button, Typography, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; import { ClipboardIcon, CodeIcon } from '@phosphor-icons/react'; import { toast } from 'sonner'; diff --git a/packages/lsd-docs/app/components/docs/FontToggle.tsx b/packages/lsd-docs/app/components/docs/FontToggle.tsx index 0c1132be..e5a23db5 100644 --- a/packages/lsd-docs/app/components/docs/FontToggle.tsx +++ b/packages/lsd-docs/app/components/docs/FontToggle.tsx @@ -5,7 +5,7 @@ import { DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuTrigger, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; import { CaretDownIcon } from '@phosphor-icons/react'; import { useCallback, useEffect, useState } from 'react'; import { type Font, Fonts } from '@/config/fonts'; diff --git a/packages/lsd-docs/app/components/docs/PageHeader.tsx b/packages/lsd-docs/app/components/docs/PageHeader.tsx index f66ba787..88410d7e 100644 --- a/packages/lsd-docs/app/components/docs/PageHeader.tsx +++ b/packages/lsd-docs/app/components/docs/PageHeader.tsx @@ -1,4 +1,4 @@ -import { Typography } from '@nipsys/shadcn-lsd'; +import { Typography } from '@nipsys/lsd'; interface PageHeaderProps { title: string; diff --git a/packages/lsd-docs/app/components/docs/PageNavigation.tsx b/packages/lsd-docs/app/components/docs/PageNavigation.tsx index 36c99b7f..e79398e5 100644 --- a/packages/lsd-docs/app/components/docs/PageNavigation.tsx +++ b/packages/lsd-docs/app/components/docs/PageNavigation.tsx @@ -1,4 +1,4 @@ -import { Button } from '@nipsys/shadcn-lsd'; +import { Button } from '@nipsys/lsd'; import { ArrowLeftIcon, ArrowRightIcon } from '@phosphor-icons/react'; import Link from 'next/link'; diff --git a/packages/lsd-docs/app/components/docs/PageSection.tsx b/packages/lsd-docs/app/components/docs/PageSection.tsx index 8b20a897..25da6e8a 100644 --- a/packages/lsd-docs/app/components/docs/PageSection.tsx +++ b/packages/lsd-docs/app/components/docs/PageSection.tsx @@ -1,6 +1,6 @@ 'use client'; -import { Typography } from '@nipsys/shadcn-lsd'; +import { Typography } from '@nipsys/lsd'; import { type ReactNode, useEffect } from 'react'; import { registerSection, unregisterSection } from '@/stores/toc-store'; diff --git a/packages/lsd-docs/app/components/docs/Search.tsx b/packages/lsd-docs/app/components/docs/Search.tsx index 2b4bdc4b..4229e0bb 100644 --- a/packages/lsd-docs/app/components/docs/Search.tsx +++ b/packages/lsd-docs/app/components/docs/Search.tsx @@ -7,7 +7,7 @@ import { CommandInput, CommandItem, CommandList, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; import type { IconProps } from '@phosphor-icons/react'; import Fuse from 'fuse.js'; import { useRouter } from 'next/navigation'; diff --git a/packages/lsd-docs/app/components/docs/TableOfContents.tsx b/packages/lsd-docs/app/components/docs/TableOfContents.tsx index c7bee7f8..91b1386d 100644 --- a/packages/lsd-docs/app/components/docs/TableOfContents.tsx +++ b/packages/lsd-docs/app/components/docs/TableOfContents.tsx @@ -1,7 +1,7 @@ 'use client'; import { useStore } from '@nanostores/react'; -import { Typography } from '@nipsys/shadcn-lsd'; +import { Typography } from '@nipsys/lsd'; import { $activeSection, scrollToSection, type TocItem } from '@/stores/toc-store'; interface TableOfContentsProps { diff --git a/packages/lsd-docs/app/components/docs/ThemeToggle.tsx b/packages/lsd-docs/app/components/docs/ThemeToggle.tsx index 47654e0d..04b6090f 100644 --- a/packages/lsd-docs/app/components/docs/ThemeToggle.tsx +++ b/packages/lsd-docs/app/components/docs/ThemeToggle.tsx @@ -7,7 +7,7 @@ import { DropdownMenuTrigger, ToggleGroup, ToggleGroupItem, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; import { CaretDownIcon, MoonIcon, SunIcon } from '@phosphor-icons/react'; import { useCallback, useEffect, useState } from 'react'; import { type Theme, Themes } from '@/config/themes'; From 07c6cd59520b5f811ee3ff68d5828d47ac4b396f Mon Sep 17 00:00:00 2001 From: Xav Date: Wed, 15 Apr 2026 14:35:56 -0400 Subject: [PATCH 007/101] docs: update app structure imports for package rename --- .../app/getting-started/installation/page.tsx | 16 ++++++++-------- .../app/getting-started/theming/page.tsx | 2 +- packages/lsd-docs/app/globals.css | 2 +- packages/lsd-docs/app/page.tsx | 10 ++++++---- packages/lsd-docs/app/previews/social-ui.tsx | 2 +- packages/lsd-docs/app/previews/system-ui.tsx | 2 +- packages/lsd-docs/app/previews/work-ui.tsx | 2 +- 7 files changed, 19 insertions(+), 17 deletions(-) diff --git a/packages/lsd-docs/app/getting-started/installation/page.tsx b/packages/lsd-docs/app/getting-started/installation/page.tsx index ec527086..9203f8a8 100644 --- a/packages/lsd-docs/app/getting-started/installation/page.tsx +++ b/packages/lsd-docs/app/getting-started/installation/page.tsx @@ -8,7 +8,7 @@ import { TabsList, TabsTrigger, Typography, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; import { CodeExample } from '@/components/docs/CodeExample'; import { DocsLayout } from '@/components/docs/DocsLayout'; import { PageContent } from '@/components/docs/PageContent'; @@ -43,16 +43,16 @@ export default function InstallationPage() { bun - + - + - + - + @@ -66,10 +66,10 @@ export default function InstallationPage() { in JS/TS - + - + @@ -83,7 +83,7 @@ export default function InstallationPage() { - πŸ™ΆConventional design has lost its way: chrome over content, spectacle over substance. LSD + + Conventional design has lost its way: chrome over content, spectacle over substance. LSD exists because design should serve the mission β€” never distract from it. We build for - clarity, accessibility, and resilience. The message matters more than the medium.πŸ™· + clarity, accessibility, and resilience. The message matters more than the medium. +
diff --git a/packages/lsd-docs/app/components/calendar/page.tsx b/packages/lsd-docs/app/components/calendar/page.tsx index 75602ac1..135308ba 100644 --- a/packages/lsd-docs/app/components/calendar/page.tsx +++ b/packages/lsd-docs/app/components/calendar/page.tsx @@ -1,13 +1,6 @@ 'use client'; -import { - Card, - CardContent, - CardDescription, - CardHeader, - CardTitle, - Typography, -} from '@nipsys/shadcn-lsd'; +import { Card, CardContent, CardDescription, CardHeader, CardTitle, Typography } from '@nipsys/lsd'; import { useRef } from 'react'; import { CodeExample } from '@/components/docs/CodeExample'; import { DocsLayout } from '@/components/docs/DocsLayout'; @@ -50,14 +43,14 @@ export default function CalendarPage() { The Calendar component requires react-day-picker as a peer dependency. Install it along - with @nipsys/shadcn-lsd: + with @nipsys/lsd: diff --git a/packages/lsd-docs/app/components/card/page.tsx b/packages/lsd-docs/app/components/card/page.tsx index b53bc421..fbd1f7b1 100644 --- a/packages/lsd-docs/app/components/card/page.tsx +++ b/packages/lsd-docs/app/components/card/page.tsx @@ -1,13 +1,6 @@ 'use client'; -import { - Card, - CardContent, - CardDescription, - CardHeader, - CardTitle, - Typography, -} from '@nipsys/shadcn-lsd'; +import { Card, CardContent, CardDescription, CardHeader, CardTitle, Typography } from '@nipsys/lsd'; import { useRef } from 'react'; import { CodeExample } from '@/components/docs/CodeExample'; import { DocsLayout } from '@/components/docs/DocsLayout'; @@ -56,7 +49,7 @@ export default function CardPage() { CardFooter, CardHeader, CardTitle, -} from '@nipsys/shadcn-lsd'`} +} from '@nipsys/lsd'`} /> diff --git a/packages/lsd-docs/app/components/checkbox/page.tsx b/packages/lsd-docs/app/components/checkbox/page.tsx index 789b76d5..b5fde680 100644 --- a/packages/lsd-docs/app/components/checkbox/page.tsx +++ b/packages/lsd-docs/app/components/checkbox/page.tsx @@ -1,13 +1,6 @@ 'use client'; -import { - Card, - CardContent, - CardDescription, - CardHeader, - CardTitle, - Typography, -} from '@nipsys/shadcn-lsd'; +import { Card, CardContent, CardDescription, CardHeader, CardTitle, Typography } from '@nipsys/lsd'; import { useRef } from 'react'; import { CodeExample } from '@/components/docs/CodeExample'; import { DocsLayout } from '@/components/docs/DocsLayout'; @@ -53,7 +46,7 @@ export default function CheckboxPage() { diff --git a/packages/lsd-docs/app/components/command/page.tsx b/packages/lsd-docs/app/components/command/page.tsx index 18721a79..528cc24c 100644 --- a/packages/lsd-docs/app/components/command/page.tsx +++ b/packages/lsd-docs/app/components/command/page.tsx @@ -1,13 +1,6 @@ 'use client'; -import { - Card, - CardContent, - CardDescription, - CardHeader, - CardTitle, - Typography, -} from '@nipsys/shadcn-lsd'; +import { Card, CardContent, CardDescription, CardHeader, CardTitle, Typography } from '@nipsys/lsd'; import { useRef } from 'react'; import { CodeExample } from '@/components/docs/CodeExample'; import { DocsLayout } from '@/components/docs/DocsLayout'; @@ -68,7 +61,7 @@ export default function CommandPage() { CommandList, CommandSeparator, CommandShortcut, -} from '@nipsys/shadcn-lsd'`} +} from '@nipsys/lsd'`} /> diff --git a/packages/lsd-docs/app/components/dialog/page.tsx b/packages/lsd-docs/app/components/dialog/page.tsx index fbb3419b..3588c19c 100644 --- a/packages/lsd-docs/app/components/dialog/page.tsx +++ b/packages/lsd-docs/app/components/dialog/page.tsx @@ -1,13 +1,6 @@ 'use client'; -import { - Card, - CardContent, - CardDescription, - CardHeader, - CardTitle, - Typography, -} from '@nipsys/shadcn-lsd'; +import { Card, CardContent, CardDescription, CardHeader, CardTitle, Typography } from '@nipsys/lsd'; import { useRef } from 'react'; import { CodeExample } from '@/components/docs/CodeExample'; import { DocsLayout } from '@/components/docs/DocsLayout'; @@ -56,7 +49,7 @@ export default function DialogPage() { DialogHeader, DialogTitle, DialogTrigger, -} from '@nipsys/shadcn-lsd'`} +} from '@nipsys/lsd'`} /> diff --git a/packages/lsd-docs/app/components/dropdown-menu/page.tsx b/packages/lsd-docs/app/components/dropdown-menu/page.tsx index f7a170b4..adc255fe 100644 --- a/packages/lsd-docs/app/components/dropdown-menu/page.tsx +++ b/packages/lsd-docs/app/components/dropdown-menu/page.tsx @@ -1,13 +1,6 @@ 'use client'; -import { - Card, - CardContent, - CardDescription, - CardHeader, - CardTitle, - Typography, -} from '@nipsys/shadcn-lsd'; +import { Card, CardContent, CardDescription, CardHeader, CardTitle, Typography } from '@nipsys/lsd'; import { useRef } from 'react'; import { CodeExample } from '@/components/docs/CodeExample'; import { DocsLayout } from '@/components/docs/DocsLayout'; @@ -56,8 +49,8 @@ export default function DropdownMenuPage() { - The Dropdown Menu component is included in @nipsys/shadcn-lsd. No additional - installation steps are required. + The Dropdown Menu component is included in @nipsys/lsd. No additional installation steps + are required. @@ -72,7 +65,7 @@ export default function DropdownMenuPage() { DropdownMenuLabel, DropdownMenuSeparator, Button, -} from '@nipsys/shadcn-lsd';`} +} from '@nipsys/lsd';`} /> From b4769dd27155c10687436ba9b4365e07b9779f31 Mon Sep 17 00:00:00 2001 From: Xav Date: Wed, 15 Apr 2026 14:38:08 -0400 Subject: [PATCH 011/101] docs: update additional component documentation imports --- packages/lsd-docs/app/components/field/page.tsx | 11 ++--------- packages/lsd-docs/app/components/form/page.tsx | 11 ++--------- .../lsd-docs/app/components/input-group/page.tsx | 11 ++--------- packages/lsd-docs/app/components/input/page.tsx | 11 ++--------- packages/lsd-docs/app/components/label/page.tsx | 11 ++--------- packages/lsd-docs/app/components/menubar/page.tsx | 4 ++-- .../app/components/navigation-menu/page.tsx | 15 ++++----------- packages/lsd-docs/app/components/popover/page.tsx | 11 ++--------- .../lsd-docs/app/components/progress/page.tsx | 11 ++--------- .../lsd-docs/app/components/radio-group/page.tsx | 11 ++--------- .../lsd-docs/app/components/scroll-area/page.tsx | 4 ++-- packages/lsd-docs/app/components/select/page.tsx | 11 ++--------- .../lsd-docs/app/components/separator/page.tsx | 11 ++--------- packages/lsd-docs/app/components/sheet/page.tsx | 11 ++--------- packages/lsd-docs/app/components/sidebar/page.tsx | 11 ++--------- 15 files changed, 32 insertions(+), 123 deletions(-) diff --git a/packages/lsd-docs/app/components/field/page.tsx b/packages/lsd-docs/app/components/field/page.tsx index 3b32502b..4088295c 100644 --- a/packages/lsd-docs/app/components/field/page.tsx +++ b/packages/lsd-docs/app/components/field/page.tsx @@ -1,13 +1,6 @@ 'use client'; -import { - Card, - CardContent, - CardDescription, - CardHeader, - CardTitle, - Typography, -} from '@nipsys/shadcn-lsd'; +import { Card, CardContent, CardDescription, CardHeader, CardTitle, Typography } from '@nipsys/lsd'; import { useRef } from 'react'; import { CodeExample } from '@/components/docs/CodeExample'; import { DocsLayout } from '@/components/docs/DocsLayout'; @@ -68,7 +61,7 @@ export default function FieldPage() { FieldContent, FieldError, FieldSeparator, - } from '@nipsys/shadcn-lsd' + } from '@nipsys/lsd' export default function MyComponent() { return ( diff --git a/packages/lsd-docs/app/components/form/page.tsx b/packages/lsd-docs/app/components/form/page.tsx index f242daeb..f5ebdb98 100644 --- a/packages/lsd-docs/app/components/form/page.tsx +++ b/packages/lsd-docs/app/components/form/page.tsx @@ -1,13 +1,6 @@ 'use client'; -import { - Card, - CardContent, - CardDescription, - CardHeader, - CardTitle, - Typography, -} from '@nipsys/shadcn-lsd'; +import { Card, CardContent, CardDescription, CardHeader, CardTitle, Typography } from '@nipsys/lsd'; import { useRef } from 'react'; import { CodeExample } from '@/components/docs/CodeExample'; import { DocsLayout } from '@/components/docs/DocsLayout'; @@ -64,7 +57,7 @@ export default function FormPage() { FormLabel, FormMessage, useForm, -} from '@nipsys/shadcn-lsd' +} from '@nipsys/lsd' export default function MyForm() { const form = useForm({ diff --git a/packages/lsd-docs/app/components/input-group/page.tsx b/packages/lsd-docs/app/components/input-group/page.tsx index 3e31f01c..376d7df6 100644 --- a/packages/lsd-docs/app/components/input-group/page.tsx +++ b/packages/lsd-docs/app/components/input-group/page.tsx @@ -1,13 +1,6 @@ 'use client'; -import { - Card, - CardContent, - CardDescription, - CardHeader, - CardTitle, - Typography, -} from '@nipsys/shadcn-lsd'; +import { Card, CardContent, CardDescription, CardHeader, CardTitle, Typography } from '@nipsys/lsd'; import { useRef } from 'react'; import { CodeExample } from '@/components/docs/CodeExample'; import { DocsLayout } from '@/components/docs/DocsLayout'; @@ -67,7 +60,7 @@ export default function InputGroupPage() { InputGroupButton, InputGroupInput, InputGroupText, -} from '@nipsys/shadcn-lsd' +} from '@nipsys/lsd' export default function MyComponent() { return ( diff --git a/packages/lsd-docs/app/components/input/page.tsx b/packages/lsd-docs/app/components/input/page.tsx index 6103852d..08eac12d 100644 --- a/packages/lsd-docs/app/components/input/page.tsx +++ b/packages/lsd-docs/app/components/input/page.tsx @@ -1,13 +1,6 @@ 'use client'; -import { - Card, - CardContent, - CardDescription, - CardHeader, - CardTitle, - Typography, -} from '@nipsys/shadcn-lsd'; +import { Card, CardContent, CardDescription, CardHeader, CardTitle, Typography } from '@nipsys/lsd'; import { useRef } from 'react'; import { CodeExample } from '@/components/docs/CodeExample'; import { DocsLayout } from '@/components/docs/DocsLayout'; @@ -65,7 +58,7 @@ export default function InputPage() { diff --git a/packages/lsd-docs/app/components/label/page.tsx b/packages/lsd-docs/app/components/label/page.tsx index bb34f2db..5b218578 100644 --- a/packages/lsd-docs/app/components/label/page.tsx +++ b/packages/lsd-docs/app/components/label/page.tsx @@ -1,13 +1,6 @@ 'use client'; -import { - Card, - CardContent, - CardDescription, - CardHeader, - CardTitle, - Typography, -} from '@nipsys/shadcn-lsd'; +import { Card, CardContent, CardDescription, CardHeader, CardTitle, Typography } from '@nipsys/lsd'; import { useRef } from 'react'; import { CodeExample } from '@/components/docs/CodeExample'; import { DocsLayout } from '@/components/docs/DocsLayout'; @@ -52,7 +45,7 @@ export default function LabelPage() { - The Navigation Menu component is included in @nipsys/shadcn-lsd. No additional - installation steps are required. + The Navigation Menu component is included in @nipsys/lsd. No additional installation + steps are required. diff --git a/packages/lsd-docs/app/components/popover/page.tsx b/packages/lsd-docs/app/components/popover/page.tsx index c25cc6aa..70eec695 100644 --- a/packages/lsd-docs/app/components/popover/page.tsx +++ b/packages/lsd-docs/app/components/popover/page.tsx @@ -1,13 +1,6 @@ 'use client'; -import { - Card, - CardContent, - CardDescription, - CardHeader, - CardTitle, - Typography, -} from '@nipsys/shadcn-lsd'; +import { Card, CardContent, CardDescription, CardHeader, CardTitle, Typography } from '@nipsys/lsd'; import { useRef } from 'react'; import { CodeExample } from '@/components/docs/CodeExample'; import { DocsLayout } from '@/components/docs/DocsLayout'; @@ -63,7 +56,7 @@ export default function PopoverPage() { diff --git a/packages/lsd-docs/app/components/radio-group/page.tsx b/packages/lsd-docs/app/components/radio-group/page.tsx index 0e18e58e..2c6d5f69 100644 --- a/packages/lsd-docs/app/components/radio-group/page.tsx +++ b/packages/lsd-docs/app/components/radio-group/page.tsx @@ -1,13 +1,6 @@ 'use client'; -import { - Card, - CardContent, - CardDescription, - CardHeader, - CardTitle, - Typography, -} from '@nipsys/shadcn-lsd'; +import { Card, CardContent, CardDescription, CardHeader, CardTitle, Typography } from '@nipsys/lsd'; import { useRef } from 'react'; import { CodeExample } from '@/components/docs/CodeExample'; import { DocsLayout } from '@/components/docs/DocsLayout'; @@ -49,7 +42,7 @@ export default function RadioGroupPage() { From 346a71c654510cd7d1526d89bbb24674044d8caa Mon Sep 17 00:00:00 2001 From: Xav Date: Wed, 15 Apr 2026 14:38:13 -0400 Subject: [PATCH 012/101] docs: update remaining component documentation imports --- packages/lsd-docs/app/components/slider/page.tsx | 15 ++++----------- packages/lsd-docs/app/components/sonner/page.tsx | 11 ++--------- packages/lsd-docs/app/components/switch/page.tsx | 4 ++-- packages/lsd-docs/app/components/table/page.tsx | 11 ++--------- packages/lsd-docs/app/components/tabs/page.tsx | 11 ++--------- .../lsd-docs/app/components/textarea/page.tsx | 11 ++--------- .../lsd-docs/app/components/toggle-group/page.tsx | 11 ++--------- packages/lsd-docs/app/components/toggle/page.tsx | 11 ++--------- packages/lsd-docs/app/components/tooltip/page.tsx | 11 ++--------- 9 files changed, 20 insertions(+), 76 deletions(-) diff --git a/packages/lsd-docs/app/components/slider/page.tsx b/packages/lsd-docs/app/components/slider/page.tsx index b531e453..7a101256 100644 --- a/packages/lsd-docs/app/components/slider/page.tsx +++ b/packages/lsd-docs/app/components/slider/page.tsx @@ -1,13 +1,6 @@ 'use client'; -import { - Card, - CardContent, - CardDescription, - CardHeader, - CardTitle, - Typography, -} from '@nipsys/shadcn-lsd'; +import { Card, CardContent, CardDescription, CardHeader, CardTitle, Typography } from '@nipsys/lsd'; import { useRef } from 'react'; import { CodeExample } from '@/components/docs/CodeExample'; import { DocsLayout } from '@/components/docs/DocsLayout'; @@ -57,15 +50,15 @@ export default function SliderPage() { - The Slider component is included in @nipsys/shadcn-lsd. No additional installation steps - are required. + The Slider component is included in @nipsys/lsd. No additional installation steps are + required. diff --git a/packages/lsd-docs/app/components/sonner/page.tsx b/packages/lsd-docs/app/components/sonner/page.tsx index b0aac174..253a89a6 100644 --- a/packages/lsd-docs/app/components/sonner/page.tsx +++ b/packages/lsd-docs/app/components/sonner/page.tsx @@ -1,13 +1,6 @@ 'use client'; -import { - Card, - CardContent, - CardDescription, - CardHeader, - CardTitle, - Typography, -} from '@nipsys/shadcn-lsd'; +import { Card, CardContent, CardDescription, CardHeader, CardTitle, Typography } from '@nipsys/lsd'; import { useRef } from 'react'; import { CodeExample } from '@/components/docs/CodeExample'; import { DocsLayout } from '@/components/docs/DocsLayout'; @@ -78,7 +71,7 @@ export default function SonnerPage() { diff --git a/packages/lsd-docs/app/components/table/page.tsx b/packages/lsd-docs/app/components/table/page.tsx index 2dc07e1b..31c29369 100644 --- a/packages/lsd-docs/app/components/table/page.tsx +++ b/packages/lsd-docs/app/components/table/page.tsx @@ -1,13 +1,6 @@ 'use client'; -import { - Card, - CardContent, - CardDescription, - CardHeader, - CardTitle, - Typography, -} from '@nipsys/shadcn-lsd'; +import { Card, CardContent, CardDescription, CardHeader, CardTitle, Typography } from '@nipsys/lsd'; import { useRef } from 'react'; import { CodeExample } from '@/components/docs/CodeExample'; import { DocsLayout } from '@/components/docs/DocsLayout'; @@ -69,7 +62,7 @@ export default function TablePage() { TableHead, TableHeader, TableRow, -} from '@nipsys/shadcn-lsd'`} +} from '@nipsys/lsd'`} /> diff --git a/packages/lsd-docs/app/components/tabs/page.tsx b/packages/lsd-docs/app/components/tabs/page.tsx index e888d507..9978eeac 100644 --- a/packages/lsd-docs/app/components/tabs/page.tsx +++ b/packages/lsd-docs/app/components/tabs/page.tsx @@ -1,13 +1,6 @@ 'use client'; -import { - Card, - CardContent, - CardDescription, - CardHeader, - CardTitle, - Typography, -} from '@nipsys/shadcn-lsd'; +import { Card, CardContent, CardDescription, CardHeader, CardTitle, Typography } from '@nipsys/lsd'; import { useRef } from 'react'; import { CodeExample } from '@/components/docs/CodeExample'; import { DocsLayout } from '@/components/docs/DocsLayout'; @@ -72,7 +65,7 @@ export default function TabsPage() { TabsList, TabsTrigger, TabsContent, -} from '@nipsys/shadcn-lsd' +} from '@nipsys/lsd' export default function MyComponent() { return ( diff --git a/packages/lsd-docs/app/components/textarea/page.tsx b/packages/lsd-docs/app/components/textarea/page.tsx index a9ce15cc..9021da61 100644 --- a/packages/lsd-docs/app/components/textarea/page.tsx +++ b/packages/lsd-docs/app/components/textarea/page.tsx @@ -1,13 +1,6 @@ 'use client'; -import { - Card, - CardContent, - CardDescription, - CardHeader, - CardTitle, - Typography, -} from '@nipsys/shadcn-lsd'; +import { Card, CardContent, CardDescription, CardHeader, CardTitle, Typography } from '@nipsys/lsd'; import { useRef } from 'react'; import { CodeExample } from '@/components/docs/CodeExample'; import { DocsLayout } from '@/components/docs/DocsLayout'; @@ -54,7 +47,7 @@ export default function TextareaPage() { diff --git a/packages/lsd-docs/app/components/toggle-group/page.tsx b/packages/lsd-docs/app/components/toggle-group/page.tsx index 8e789cd0..73c840e6 100644 --- a/packages/lsd-docs/app/components/toggle-group/page.tsx +++ b/packages/lsd-docs/app/components/toggle-group/page.tsx @@ -1,13 +1,6 @@ 'use client'; -import { - Card, - CardContent, - CardDescription, - CardHeader, - CardTitle, - Typography, -} from '@nipsys/shadcn-lsd'; +import { Card, CardContent, CardDescription, CardHeader, CardTitle, Typography } from '@nipsys/lsd'; import { useRef } from 'react'; import { CodeExample } from '@/components/docs/CodeExample'; import { DocsLayout } from '@/components/docs/DocsLayout'; @@ -55,7 +48,7 @@ export default function ToggleGroupPage() { Bold; diff --git a/packages/lsd-docs/app/components/tooltip/page.tsx b/packages/lsd-docs/app/components/tooltip/page.tsx index 0f6cc20c..9c4d4bf3 100644 --- a/packages/lsd-docs/app/components/tooltip/page.tsx +++ b/packages/lsd-docs/app/components/tooltip/page.tsx @@ -1,13 +1,6 @@ 'use client'; -import { - Card, - CardContent, - CardDescription, - CardHeader, - CardTitle, - Typography, -} from '@nipsys/shadcn-lsd'; +import { Card, CardContent, CardDescription, CardHeader, CardTitle, Typography } from '@nipsys/lsd'; import { useRef } from 'react'; import { CodeExample } from '@/components/docs/CodeExample'; import { DocsLayout } from '@/components/docs/DocsLayout'; @@ -56,7 +49,7 @@ export default function TooltipPage() { TooltipContent, TooltipProvider, TooltipTrigger, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; export default function MyComponent() { return ( From 81afb73444d1efa0dca5cd2b7535ee3af24161a8 Mon Sep 17 00:00:00 2001 From: Xav Date: Wed, 15 Apr 2026 14:38:54 -0400 Subject: [PATCH 013/101] docs: update avatar and badge example imports --- packages/lsd-docs/app/examples/avatar/basic/page.tsx | 4 ++-- packages/lsd-docs/app/examples/avatar/sizes/page.tsx | 4 ++-- packages/lsd-docs/app/examples/badge/basic/page.tsx | 4 ++-- packages/lsd-docs/app/examples/badge/dismissible/page.tsx | 4 ++-- packages/lsd-docs/app/examples/badge/dots/page.tsx | 4 ++-- packages/lsd-docs/app/examples/badge/features/page.tsx | 4 ++-- packages/lsd-docs/app/examples/badge/interactive/page.tsx | 4 ++-- packages/lsd-docs/app/examples/badge/sizes/page.tsx | 4 ++-- packages/lsd-docs/app/examples/badge/variants/page.tsx | 4 ++-- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/packages/lsd-docs/app/examples/avatar/basic/page.tsx b/packages/lsd-docs/app/examples/avatar/basic/page.tsx index 39b52584..4f21475b 100644 --- a/packages/lsd-docs/app/examples/avatar/basic/page.tsx +++ b/packages/lsd-docs/app/examples/avatar/basic/page.tsx @@ -1,13 +1,13 @@ 'use client'; -import { Avatar, AvatarFallback, AvatarImage } from '@nipsys/shadcn-lsd'; +import { Avatar, AvatarFallback, AvatarImage } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; export const CODE = `import { Avatar, AvatarFallback, AvatarImage, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/avatar/sizes/page.tsx b/packages/lsd-docs/app/examples/avatar/sizes/page.tsx index b1e3c2fc..31596594 100644 --- a/packages/lsd-docs/app/examples/avatar/sizes/page.tsx +++ b/packages/lsd-docs/app/examples/avatar/sizes/page.tsx @@ -1,13 +1,13 @@ 'use client'; -import { Avatar, AvatarFallback, AvatarImage } from '@nipsys/shadcn-lsd'; +import { Avatar, AvatarFallback, AvatarImage } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; export const CODE = `import { Avatar, AvatarFallback, AvatarImage, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/badge/basic/page.tsx b/packages/lsd-docs/app/examples/badge/basic/page.tsx index e0d41eea..c146cb42 100644 --- a/packages/lsd-docs/app/examples/badge/basic/page.tsx +++ b/packages/lsd-docs/app/examples/badge/basic/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { Badge } from '@nipsys/shadcn-lsd'; +import { Badge } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Badge } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Badge } from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/badge/dismissible/page.tsx b/packages/lsd-docs/app/examples/badge/dismissible/page.tsx index f4906993..f345d51e 100644 --- a/packages/lsd-docs/app/examples/badge/dismissible/page.tsx +++ b/packages/lsd-docs/app/examples/badge/dismissible/page.tsx @@ -1,11 +1,11 @@ 'use client'; -import { Badge } from '@nipsys/shadcn-lsd'; +import { Badge } from '@nipsys/lsd'; import { useState } from 'react'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; export const CODE = `import { useState } from 'react'; -import { Badge } from '@nipsys/shadcn-lsd'; +import { Badge } from '@nipsys/lsd'; export function Example() { const [badges, setBadges] = useState([ diff --git a/packages/lsd-docs/app/examples/badge/dots/page.tsx b/packages/lsd-docs/app/examples/badge/dots/page.tsx index 1ed7fd50..4028f817 100644 --- a/packages/lsd-docs/app/examples/badge/dots/page.tsx +++ b/packages/lsd-docs/app/examples/badge/dots/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { Badge } from '@nipsys/shadcn-lsd'; +import { Badge } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Badge } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Badge } from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/badge/features/page.tsx b/packages/lsd-docs/app/examples/badge/features/page.tsx index ecc3150d..92ac84c8 100644 --- a/packages/lsd-docs/app/examples/badge/features/page.tsx +++ b/packages/lsd-docs/app/examples/badge/features/page.tsx @@ -1,10 +1,10 @@ 'use client'; -import { Badge } from '@nipsys/shadcn-lsd'; +import { Badge } from '@nipsys/lsd'; import { CheckIcon, InfoIcon, WarningIcon } from '@phosphor-icons/react'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Badge } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Badge } from '@nipsys/lsd'; import { CheckIcon, InfoIcon, WarningIcon } from '@phosphor-icons/react'; export function Example() { diff --git a/packages/lsd-docs/app/examples/badge/interactive/page.tsx b/packages/lsd-docs/app/examples/badge/interactive/page.tsx index 34144e5e..ea16eda9 100644 --- a/packages/lsd-docs/app/examples/badge/interactive/page.tsx +++ b/packages/lsd-docs/app/examples/badge/interactive/page.tsx @@ -1,11 +1,11 @@ 'use client'; -import { Badge } from '@nipsys/shadcn-lsd'; +import { Badge } from '@nipsys/lsd'; import { useState } from 'react'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; export const CODE = `import { useState } from 'react'; -import { Badge } from '@nipsys/shadcn-lsd'; +import { Badge } from '@nipsys/lsd'; export function Example() { const [clickCount, setClickCount] = useState(0); diff --git a/packages/lsd-docs/app/examples/badge/sizes/page.tsx b/packages/lsd-docs/app/examples/badge/sizes/page.tsx index fa0111c8..af139bfe 100644 --- a/packages/lsd-docs/app/examples/badge/sizes/page.tsx +++ b/packages/lsd-docs/app/examples/badge/sizes/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { Badge } from '@nipsys/shadcn-lsd'; +import { Badge } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Badge } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Badge } from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/badge/variants/page.tsx b/packages/lsd-docs/app/examples/badge/variants/page.tsx index 7bfb24ba..e8c1a331 100644 --- a/packages/lsd-docs/app/examples/badge/variants/page.tsx +++ b/packages/lsd-docs/app/examples/badge/variants/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { Badge } from '@nipsys/shadcn-lsd'; +import { Badge } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Badge } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Badge } from '@nipsys/lsd'; export function Example() { return ( From a2a553e587b70ccd24b7c18f040b73094d4e379b Mon Sep 17 00:00:00 2001 From: Xav Date: Wed, 15 Apr 2026 14:38:59 -0400 Subject: [PATCH 014/101] docs: update button and calendar example imports --- packages/lsd-docs/app/examples/button/as-child/page.tsx | 4 ++-- packages/lsd-docs/app/examples/button/disabled/page.tsx | 4 ++-- packages/lsd-docs/app/examples/button/full-width/page.tsx | 4 ++-- packages/lsd-docs/app/examples/button/icons/page.tsx | 4 ++-- packages/lsd-docs/app/examples/button/loading/page.tsx | 4 ++-- packages/lsd-docs/app/examples/button/sizes/page.tsx | 4 ++-- packages/lsd-docs/app/examples/button/variants/page.tsx | 4 ++-- packages/lsd-docs/app/examples/calendar/basic/page.tsx | 4 ++-- .../lsd-docs/app/examples/calendar/form-controlled/page.tsx | 4 ++-- .../lsd-docs/app/examples/calendar/with-validation/page.tsx | 4 ++-- 10 files changed, 20 insertions(+), 20 deletions(-) diff --git a/packages/lsd-docs/app/examples/button/as-child/page.tsx b/packages/lsd-docs/app/examples/button/as-child/page.tsx index 4acbf3b2..5c9e46f2 100644 --- a/packages/lsd-docs/app/examples/button/as-child/page.tsx +++ b/packages/lsd-docs/app/examples/button/as-child/page.tsx @@ -1,11 +1,11 @@ 'use client'; -import { Button } from '@nipsys/shadcn-lsd'; +import { Button } from '@nipsys/lsd'; import { ArrowRightIcon } from '@phosphor-icons/react'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; export const CODE = `import { ArrowRightIcon } from '@phosphor-icons/react'; -import { Button } from '@nipsys/shadcn-lsd'; +import { Button } from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/button/disabled/page.tsx b/packages/lsd-docs/app/examples/button/disabled/page.tsx index e56fc1db..29dcfb34 100644 --- a/packages/lsd-docs/app/examples/button/disabled/page.tsx +++ b/packages/lsd-docs/app/examples/button/disabled/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { Button } from '@nipsys/shadcn-lsd'; +import { Button } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Button } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Button } from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/button/full-width/page.tsx b/packages/lsd-docs/app/examples/button/full-width/page.tsx index 81df1cba..31f9769b 100644 --- a/packages/lsd-docs/app/examples/button/full-width/page.tsx +++ b/packages/lsd-docs/app/examples/button/full-width/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { Button } from '@nipsys/shadcn-lsd'; +import { Button } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Button } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Button } from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/button/icons/page.tsx b/packages/lsd-docs/app/examples/button/icons/page.tsx index de894f98..9a761b17 100644 --- a/packages/lsd-docs/app/examples/button/icons/page.tsx +++ b/packages/lsd-docs/app/examples/button/icons/page.tsx @@ -1,10 +1,10 @@ 'use client'; -import { Button } from '@nipsys/shadcn-lsd'; +import { Button } from '@nipsys/lsd'; import { ArrowRightIcon, CheckIcon, DownloadIcon } from '@phosphor-icons/react'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Button } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Button } from '@nipsys/lsd'; import { ArrowRightIcon, CheckIcon, DownloadIcon } from '@phosphor-icons/react'; export function Example() { diff --git a/packages/lsd-docs/app/examples/button/loading/page.tsx b/packages/lsd-docs/app/examples/button/loading/page.tsx index 122fbd0d..715a70ed 100644 --- a/packages/lsd-docs/app/examples/button/loading/page.tsx +++ b/packages/lsd-docs/app/examples/button/loading/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { Button } from '@nipsys/shadcn-lsd'; +import { Button } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Button } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Button } from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/button/sizes/page.tsx b/packages/lsd-docs/app/examples/button/sizes/page.tsx index 5ad19201..09ddc610 100644 --- a/packages/lsd-docs/app/examples/button/sizes/page.tsx +++ b/packages/lsd-docs/app/examples/button/sizes/page.tsx @@ -1,10 +1,10 @@ 'use client'; -import { Button } from '@nipsys/shadcn-lsd'; +import { Button } from '@nipsys/lsd'; import { PlusIcon } from '@phosphor-icons/react'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Button } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Button } from '@nipsys/lsd'; import { PlusIcon } from '@phosphor-icons/react'; export function Example() { diff --git a/packages/lsd-docs/app/examples/button/variants/page.tsx b/packages/lsd-docs/app/examples/button/variants/page.tsx index 32aada8e..ab5bca38 100644 --- a/packages/lsd-docs/app/examples/button/variants/page.tsx +++ b/packages/lsd-docs/app/examples/button/variants/page.tsx @@ -1,10 +1,10 @@ 'use client'; -import { Button } from '@nipsys/shadcn-lsd'; +import { Button } from '@nipsys/lsd'; import { CheckIcon, DownloadIcon, PlusIcon, ShareIcon, TrashIcon } from '@phosphor-icons/react'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Button } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Button } from '@nipsys/lsd'; import { CheckIcon, DownloadIcon, ShareIcon, TrashIcon } from '@phosphor-icons/react'; export function Example() { diff --git a/packages/lsd-docs/app/examples/calendar/basic/page.tsx b/packages/lsd-docs/app/examples/calendar/basic/page.tsx index bfe0a035..22a46909 100644 --- a/packages/lsd-docs/app/examples/calendar/basic/page.tsx +++ b/packages/lsd-docs/app/examples/calendar/basic/page.tsx @@ -1,11 +1,11 @@ 'use client'; -import { Calendar } from '@nipsys/shadcn-lsd'; +import { Calendar } from '@nipsys/lsd'; import { useState } from 'react'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; export const CODE = ` -import { Calendar } from '@nipsys/shadcn-lsd'; +import { Calendar } from '@nipsys/lsd'; import { useState } from 'react'; export function CalendarBasic() { diff --git a/packages/lsd-docs/app/examples/calendar/form-controlled/page.tsx b/packages/lsd-docs/app/examples/calendar/form-controlled/page.tsx index 1dfeafe8..960d4196 100644 --- a/packages/lsd-docs/app/examples/calendar/form-controlled/page.tsx +++ b/packages/lsd-docs/app/examples/calendar/form-controlled/page.tsx @@ -1,11 +1,11 @@ 'use client'; -import { Calendar } from '@nipsys/shadcn-lsd'; +import { Calendar } from '@nipsys/lsd'; import { useState } from 'react'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; export const CODE = ` -import { Calendar } from '@nipsys/shadcn-lsd'; +import { Calendar } from '@nipsys/lsd'; import { useState } from 'react'; export function CalendarFormControlled() { diff --git a/packages/lsd-docs/app/examples/calendar/with-validation/page.tsx b/packages/lsd-docs/app/examples/calendar/with-validation/page.tsx index 50d6f980..e346fe5c 100644 --- a/packages/lsd-docs/app/examples/calendar/with-validation/page.tsx +++ b/packages/lsd-docs/app/examples/calendar/with-validation/page.tsx @@ -1,11 +1,11 @@ 'use client'; -import { Calendar } from '@nipsys/shadcn-lsd'; +import { Calendar } from '@nipsys/lsd'; import { useState } from 'react'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; export const CODE = ` -import { Calendar } from '@nipsys/shadcn-lsd'; +import { Calendar } from '@nipsys/lsd'; import { useState } from 'react'; export function CalendarWithValidation() { From 01c3ae98bc6060e14c0b7e5bdfe4756a3dfd11cf Mon Sep 17 00:00:00 2001 From: Xav Date: Wed, 15 Apr 2026 14:39:02 -0400 Subject: [PATCH 015/101] docs: update card and checkbox example imports --- packages/lsd-docs/app/examples/card/basic/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/lsd-docs/app/examples/card/basic/page.tsx b/packages/lsd-docs/app/examples/card/basic/page.tsx index 491b27d4..8fb1cbc3 100644 --- a/packages/lsd-docs/app/examples/card/basic/page.tsx +++ b/packages/lsd-docs/app/examples/card/basic/page.tsx @@ -13,7 +13,7 @@ import { Popover, PopoverContent, PopoverTrigger, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; import { DotsThreeIcon } from '@phosphor-icons/react'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; @@ -30,7 +30,7 @@ export const CODE = `import { Popover, PopoverContent, PopoverTrigger, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; import { DotsThreeIcon } from '@phosphor-icons/react'; export function Example() { From bf7e7383b3064652dc110bf596565576c94e1064 Mon Sep 17 00:00:00 2001 From: Xav Date: Wed, 15 Apr 2026 14:39:05 -0400 Subject: [PATCH 016/101] docs: update command and dialog example imports --- packages/lsd-docs/app/examples/command/basic/page.tsx | 4 ++-- packages/lsd-docs/app/examples/command/dialog/page.tsx | 4 ++-- packages/lsd-docs/app/examples/command/groups/page.tsx | 4 ++-- packages/lsd-docs/app/examples/command/shortcuts/page.tsx | 4 ++-- packages/lsd-docs/app/examples/dialog/basic/page.tsx | 4 ++-- packages/lsd-docs/app/examples/dropdown-menu/basic/page.tsx | 4 ++-- .../app/examples/dropdown-menu/checkbox-items/page.tsx | 4 ++-- .../lsd-docs/app/examples/dropdown-menu/radio-items/page.tsx | 4 ++-- .../lsd-docs/app/examples/dropdown-menu/shortcuts/page.tsx | 4 ++-- .../lsd-docs/app/examples/dropdown-menu/submenus/page.tsx | 4 ++-- 10 files changed, 20 insertions(+), 20 deletions(-) diff --git a/packages/lsd-docs/app/examples/command/basic/page.tsx b/packages/lsd-docs/app/examples/command/basic/page.tsx index dd91559b..8b362c8a 100644 --- a/packages/lsd-docs/app/examples/command/basic/page.tsx +++ b/packages/lsd-docs/app/examples/command/basic/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { Command, CommandEmpty, CommandInput, CommandItem, CommandList } from '@nipsys/shadcn-lsd'; +import { Command, CommandEmpty, CommandInput, CommandItem, CommandList } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Command, CommandEmpty, CommandInput, CommandItem, CommandList } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Command, CommandEmpty, CommandInput, CommandItem, CommandList } from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/command/dialog/page.tsx b/packages/lsd-docs/app/examples/command/dialog/page.tsx index 914848ed..5fd0ead2 100644 --- a/packages/lsd-docs/app/examples/command/dialog/page.tsx +++ b/packages/lsd-docs/app/examples/command/dialog/page.tsx @@ -10,7 +10,7 @@ import { CommandList, CommandSeparator, CommandShortcut, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; import { useState } from 'react'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; @@ -24,7 +24,7 @@ export const CODE = `import { CommandList, CommandSeparator, CommandShortcut, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; export function Example() { const [open, setOpen] = useState(false); diff --git a/packages/lsd-docs/app/examples/command/groups/page.tsx b/packages/lsd-docs/app/examples/command/groups/page.tsx index 0544b637..d5587612 100644 --- a/packages/lsd-docs/app/examples/command/groups/page.tsx +++ b/packages/lsd-docs/app/examples/command/groups/page.tsx @@ -8,7 +8,7 @@ import { CommandItem, CommandList, CommandSeparator, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; export const CODE = `import { @@ -19,7 +19,7 @@ export const CODE = `import { CommandItem, CommandList, CommandSeparator, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/command/shortcuts/page.tsx b/packages/lsd-docs/app/examples/command/shortcuts/page.tsx index 8fa697a5..4de0bc3b 100644 --- a/packages/lsd-docs/app/examples/command/shortcuts/page.tsx +++ b/packages/lsd-docs/app/examples/command/shortcuts/page.tsx @@ -9,7 +9,7 @@ import { CommandList, CommandSeparator, CommandShortcut, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; export const CODE = `import { @@ -21,7 +21,7 @@ export const CODE = `import { CommandList, CommandSeparator, CommandShortcut, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/dialog/basic/page.tsx b/packages/lsd-docs/app/examples/dialog/basic/page.tsx index 80300424..4fbb44c5 100644 --- a/packages/lsd-docs/app/examples/dialog/basic/page.tsx +++ b/packages/lsd-docs/app/examples/dialog/basic/page.tsx @@ -10,7 +10,7 @@ import { DialogHeader, DialogTitle, DialogTrigger, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; export const CODE = `import { @@ -23,7 +23,7 @@ export const CODE = `import { DialogHeader, DialogTitle, DialogTrigger, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/dropdown-menu/basic/page.tsx b/packages/lsd-docs/app/examples/dropdown-menu/basic/page.tsx index 145d6e0e..bb2d9003 100644 --- a/packages/lsd-docs/app/examples/dropdown-menu/basic/page.tsx +++ b/packages/lsd-docs/app/examples/dropdown-menu/basic/page.tsx @@ -8,7 +8,7 @@ import { DropdownMenuLabel, DropdownMenuSeparator, DropdownMenuTrigger, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; export const CODE = ` @@ -20,7 +20,7 @@ import { DropdownMenuLabel, DropdownMenuSeparator, Button, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; export function DropdownMenuBasic() { return ( diff --git a/packages/lsd-docs/app/examples/dropdown-menu/checkbox-items/page.tsx b/packages/lsd-docs/app/examples/dropdown-menu/checkbox-items/page.tsx index 0eabbb02..f61f6a72 100644 --- a/packages/lsd-docs/app/examples/dropdown-menu/checkbox-items/page.tsx +++ b/packages/lsd-docs/app/examples/dropdown-menu/checkbox-items/page.tsx @@ -8,7 +8,7 @@ import { DropdownMenuLabel, DropdownMenuSeparator, DropdownMenuTrigger, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; import { useState } from 'react'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; @@ -22,7 +22,7 @@ import { DropdownMenuLabel, DropdownMenuSeparator, Button, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; export function DropdownMenuCheckboxItems() { const [showBookmarks, setShowBookmarks] = useState(true); diff --git a/packages/lsd-docs/app/examples/dropdown-menu/radio-items/page.tsx b/packages/lsd-docs/app/examples/dropdown-menu/radio-items/page.tsx index 8c8d70bb..8f2f1003 100644 --- a/packages/lsd-docs/app/examples/dropdown-menu/radio-items/page.tsx +++ b/packages/lsd-docs/app/examples/dropdown-menu/radio-items/page.tsx @@ -9,7 +9,7 @@ import { DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuTrigger, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; import { useState } from 'react'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; @@ -25,7 +25,7 @@ import { DropdownMenuRadioItem, DropdownMenuSeparator, Button, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; export function DropdownMenuRadioItems() { const [position, setPosition] = useState('bottom'); diff --git a/packages/lsd-docs/app/examples/dropdown-menu/shortcuts/page.tsx b/packages/lsd-docs/app/examples/dropdown-menu/shortcuts/page.tsx index 577a3f3a..b3c4ed3c 100644 --- a/packages/lsd-docs/app/examples/dropdown-menu/shortcuts/page.tsx +++ b/packages/lsd-docs/app/examples/dropdown-menu/shortcuts/page.tsx @@ -8,7 +8,7 @@ import { DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuTrigger, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; export const CODE = ` @@ -21,7 +21,7 @@ import { DropdownMenuSeparator, DropdownMenuShortcut, Button, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; export function DropdownMenuShortcuts() { return ( diff --git a/packages/lsd-docs/app/examples/dropdown-menu/submenus/page.tsx b/packages/lsd-docs/app/examples/dropdown-menu/submenus/page.tsx index 81d70d6f..acbb5a02 100644 --- a/packages/lsd-docs/app/examples/dropdown-menu/submenus/page.tsx +++ b/packages/lsd-docs/app/examples/dropdown-menu/submenus/page.tsx @@ -11,7 +11,7 @@ import { DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; export const CODE = `\`\`\`tsx @@ -26,7 +26,7 @@ import { DropdownMenuSubContent, DropdownMenuSubTrigger, Button, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; export function DropdownMenuSubmenus() { return ( From 848f3d66e862716d8893d23a727099fbb1185973 Mon Sep 17 00:00:00 2001 From: Xav Date: Wed, 15 Apr 2026 14:39:09 -0400 Subject: [PATCH 017/101] docs: update field and form example imports --- packages/lsd-docs/app/examples/field/basic/page.tsx | 4 ++-- packages/lsd-docs/app/examples/field/error/page.tsx | 4 ++-- .../lsd-docs/app/examples/field/horizontal/page.tsx | 4 ++-- .../app/examples/field/legend-description/page.tsx | 11 ++--------- packages/lsd-docs/app/examples/form/basic/page.tsx | 4 ++-- .../lsd-docs/app/examples/form/validation/page.tsx | 4 ++-- .../app/examples/form/with-other-components/page.tsx | 4 ++-- 7 files changed, 14 insertions(+), 21 deletions(-) diff --git a/packages/lsd-docs/app/examples/field/basic/page.tsx b/packages/lsd-docs/app/examples/field/basic/page.tsx index 0823c848..22f2cfc6 100644 --- a/packages/lsd-docs/app/examples/field/basic/page.tsx +++ b/packages/lsd-docs/app/examples/field/basic/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { Field, FieldGroup, FieldLabel, Input, Typography } from '@nipsys/shadcn-lsd'; +import { Field, FieldGroup, FieldLabel, Input, Typography } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Field, FieldGroup, FieldLabel, Input, Typography } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Field, FieldGroup, FieldLabel, Input, Typography } from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/field/error/page.tsx b/packages/lsd-docs/app/examples/field/error/page.tsx index 925dee39..79e39f66 100644 --- a/packages/lsd-docs/app/examples/field/error/page.tsx +++ b/packages/lsd-docs/app/examples/field/error/page.tsx @@ -12,7 +12,7 @@ import { FieldGroup, FieldLabel, Input, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; import { useState } from 'react'; export default function FieldErrorExample() { @@ -66,7 +66,7 @@ export const CODE = `import { FieldGroup, FieldLabel, Input, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; import { useState } from 'react'; export default function FieldErrorExample() { diff --git a/packages/lsd-docs/app/examples/field/horizontal/page.tsx b/packages/lsd-docs/app/examples/field/horizontal/page.tsx index f1d2e8a7..5d956ba7 100644 --- a/packages/lsd-docs/app/examples/field/horizontal/page.tsx +++ b/packages/lsd-docs/app/examples/field/horizontal/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { Checkbox, Field, FieldGroup, FieldLabel, Typography } from '@nipsys/shadcn-lsd'; +import { Checkbox, Field, FieldGroup, FieldLabel, Typography } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Checkbox, Field, FieldGroup, FieldLabel, Typography } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Checkbox, Field, FieldGroup, FieldLabel, Typography } from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/field/legend-description/page.tsx b/packages/lsd-docs/app/examples/field/legend-description/page.tsx index ea3de2fa..aeb0ba24 100644 --- a/packages/lsd-docs/app/examples/field/legend-description/page.tsx +++ b/packages/lsd-docs/app/examples/field/legend-description/page.tsx @@ -1,13 +1,6 @@ 'use client'; -import { - Field, - FieldDescription, - FieldLabel, - FieldLegend, - FieldSet, - Input, -} from '@nipsys/shadcn-lsd'; +import { Field, FieldDescription, FieldLabel, FieldLegend, FieldSet, Input } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; export const CODE = `import { @@ -17,7 +10,7 @@ export const CODE = `import { FieldLegend, FieldSet, Input, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/form/basic/page.tsx b/packages/lsd-docs/app/examples/form/basic/page.tsx index 611b83ce..5cf72f9b 100644 --- a/packages/lsd-docs/app/examples/form/basic/page.tsx +++ b/packages/lsd-docs/app/examples/form/basic/page.tsx @@ -11,10 +11,10 @@ import { FormMessage, Input, useForm, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Button, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, Input, useForm } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Button, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, Input, useForm } from '@nipsys/lsd'; export function FormBasicExample() { const form = useForm({ diff --git a/packages/lsd-docs/app/examples/form/validation/page.tsx b/packages/lsd-docs/app/examples/form/validation/page.tsx index 4b08d549..15109956 100644 --- a/packages/lsd-docs/app/examples/form/validation/page.tsx +++ b/packages/lsd-docs/app/examples/form/validation/page.tsx @@ -11,10 +11,10 @@ import { FormMessage, Input, useForm, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Button, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, Input, useForm } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Button, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, Input, useForm } from '@nipsys/lsd'; export function FormValidationExample() { const form = useForm({ diff --git a/packages/lsd-docs/app/examples/form/with-other-components/page.tsx b/packages/lsd-docs/app/examples/form/with-other-components/page.tsx index 7cbfbcfb..5c758f18 100644 --- a/packages/lsd-docs/app/examples/form/with-other-components/page.tsx +++ b/packages/lsd-docs/app/examples/form/with-other-components/page.tsx @@ -20,10 +20,10 @@ import { SelectValue, Switch, useForm, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Button, Card, CardContent, CardDescription, CardHeader, CardTitle, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, Input, Select, SelectContent, SelectItem, SelectTrigger, SelectValue, Switch, Checkbox, useForm } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Button, Card, CardContent, CardDescription, CardHeader, CardTitle, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, Input, Select, SelectContent, SelectItem, SelectTrigger, SelectValue, Switch, Checkbox, useForm } from '@nipsys/lsd'; export function FormWithOtherComponentsExample() { const form = useForm({ From 52cf8c8457428ac090776b934c6d72d7b5b077bf Mon Sep 17 00:00:00 2001 From: Xav Date: Wed, 15 Apr 2026 14:39:12 -0400 Subject: [PATCH 018/101] docs: update input and label example imports --- packages/lsd-docs/app/examples/input-group/alignment/page.tsx | 4 ++-- packages/lsd-docs/app/examples/input-group/basic/page.tsx | 4 ++-- packages/lsd-docs/app/examples/input-group/disabled/page.tsx | 4 ++-- packages/lsd-docs/app/examples/input-group/sizes/page.tsx | 4 ++-- .../lsd-docs/app/examples/input-group/with-icons/page.tsx | 4 ++-- packages/lsd-docs/app/examples/input/disabled/page.tsx | 4 ++-- packages/lsd-docs/app/examples/input/error/page.tsx | 4 ++-- packages/lsd-docs/app/examples/input/label/page.tsx | 4 ++-- packages/lsd-docs/app/examples/input/sizes/page.tsx | 4 ++-- packages/lsd-docs/app/examples/input/supporting-text/page.tsx | 4 ++-- packages/lsd-docs/app/examples/input/types/page.tsx | 4 ++-- packages/lsd-docs/app/examples/input/variants/page.tsx | 4 ++-- packages/lsd-docs/app/examples/label/basic/page.tsx | 4 ++-- packages/lsd-docs/app/examples/label/sizes/page.tsx | 4 ++-- packages/lsd-docs/app/examples/label/variants/page.tsx | 4 ++-- 15 files changed, 30 insertions(+), 30 deletions(-) diff --git a/packages/lsd-docs/app/examples/input-group/alignment/page.tsx b/packages/lsd-docs/app/examples/input-group/alignment/page.tsx index 80c84dfc..883b22f2 100644 --- a/packages/lsd-docs/app/examples/input-group/alignment/page.tsx +++ b/packages/lsd-docs/app/examples/input-group/alignment/page.tsx @@ -6,7 +6,7 @@ import { InputGroupInput, InputGroupText, Typography, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; export const CODE = `import { @@ -15,7 +15,7 @@ export const CODE = `import { InputGroupButton, InputGroupInput, InputGroupText, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/input-group/basic/page.tsx b/packages/lsd-docs/app/examples/input-group/basic/page.tsx index dbf29762..d09f1880 100644 --- a/packages/lsd-docs/app/examples/input-group/basic/page.tsx +++ b/packages/lsd-docs/app/examples/input-group/basic/page.tsx @@ -6,7 +6,7 @@ import { InputGroupButton, InputGroupInput, InputGroupText, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; export const CODE = `import { @@ -15,7 +15,7 @@ export const CODE = `import { InputGroupButton, InputGroupInput, InputGroupText, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/input-group/disabled/page.tsx b/packages/lsd-docs/app/examples/input-group/disabled/page.tsx index d53ff507..082f6e24 100644 --- a/packages/lsd-docs/app/examples/input-group/disabled/page.tsx +++ b/packages/lsd-docs/app/examples/input-group/disabled/page.tsx @@ -7,7 +7,7 @@ import { InputGroupInput, InputGroupText, Typography, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; import { LockIcon, MagnifyingGlassIcon, UserIcon } from '@phosphor-icons/react'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; @@ -18,7 +18,7 @@ export const CODE = `import { InputGroupInput, InputGroupText, Typography, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; import { MagnifyingGlassIcon, UserIcon, diff --git a/packages/lsd-docs/app/examples/input-group/sizes/page.tsx b/packages/lsd-docs/app/examples/input-group/sizes/page.tsx index 8d3a3a9d..fb97d3bd 100644 --- a/packages/lsd-docs/app/examples/input-group/sizes/page.tsx +++ b/packages/lsd-docs/app/examples/input-group/sizes/page.tsx @@ -7,7 +7,7 @@ import { InputGroupInput, InputGroupText, Typography, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; export const CODE = `import { @@ -16,7 +16,7 @@ export const CODE = `import { InputGroupButton, InputGroupInput, InputGroupText, -} from '@nipsys/shadcn-lsd' +} from '@nipsys/lsd' export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/input-group/with-icons/page.tsx b/packages/lsd-docs/app/examples/input-group/with-icons/page.tsx index 681abc4f..0b8ccf34 100644 --- a/packages/lsd-docs/app/examples/input-group/with-icons/page.tsx +++ b/packages/lsd-docs/app/examples/input-group/with-icons/page.tsx @@ -7,7 +7,7 @@ import { InputGroupInput, InputGroupText, Typography, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; import { CheckIcon, EnvelopeIcon, @@ -26,7 +26,7 @@ export const CODE = `import { InputGroupInput, InputGroupText, Typography, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; import { MagnifyingGlassIcon, UserIcon, diff --git a/packages/lsd-docs/app/examples/input/disabled/page.tsx b/packages/lsd-docs/app/examples/input/disabled/page.tsx index a77cc631..c76965f1 100644 --- a/packages/lsd-docs/app/examples/input/disabled/page.tsx +++ b/packages/lsd-docs/app/examples/input/disabled/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { Input } from '@nipsys/shadcn-lsd'; +import { Input } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Input } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Input } from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/input/error/page.tsx b/packages/lsd-docs/app/examples/input/error/page.tsx index f4bda1f1..b46b47a6 100644 --- a/packages/lsd-docs/app/examples/input/error/page.tsx +++ b/packages/lsd-docs/app/examples/input/error/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { Input } from '@nipsys/shadcn-lsd'; +import { Input } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Input } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Input } from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/input/label/page.tsx b/packages/lsd-docs/app/examples/input/label/page.tsx index c725de18..d1b17081 100644 --- a/packages/lsd-docs/app/examples/input/label/page.tsx +++ b/packages/lsd-docs/app/examples/input/label/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { Input } from '@nipsys/shadcn-lsd'; +import { Input } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Input } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Input } from '@nipsys/lsd'; export function Example() { return ; diff --git a/packages/lsd-docs/app/examples/input/sizes/page.tsx b/packages/lsd-docs/app/examples/input/sizes/page.tsx index 1daab724..847639ef 100644 --- a/packages/lsd-docs/app/examples/input/sizes/page.tsx +++ b/packages/lsd-docs/app/examples/input/sizes/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { Input } from '@nipsys/shadcn-lsd'; +import { Input } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Input } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Input } from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/input/supporting-text/page.tsx b/packages/lsd-docs/app/examples/input/supporting-text/page.tsx index b2efdcc7..14a19c94 100644 --- a/packages/lsd-docs/app/examples/input/supporting-text/page.tsx +++ b/packages/lsd-docs/app/examples/input/supporting-text/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { Input } from '@nipsys/shadcn-lsd'; +import { Input } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Input } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Input } from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/input/types/page.tsx b/packages/lsd-docs/app/examples/input/types/page.tsx index cb7edf86..dfd2348d 100644 --- a/packages/lsd-docs/app/examples/input/types/page.tsx +++ b/packages/lsd-docs/app/examples/input/types/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { Input } from '@nipsys/shadcn-lsd'; +import { Input } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Input } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Input } from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/input/variants/page.tsx b/packages/lsd-docs/app/examples/input/variants/page.tsx index 03eab5a6..a4b3d169 100644 --- a/packages/lsd-docs/app/examples/input/variants/page.tsx +++ b/packages/lsd-docs/app/examples/input/variants/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { Input } from '@nipsys/shadcn-lsd'; +import { Input } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Input } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Input } from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/label/basic/page.tsx b/packages/lsd-docs/app/examples/label/basic/page.tsx index 2e5dc11e..0a5cd35a 100644 --- a/packages/lsd-docs/app/examples/label/basic/page.tsx +++ b/packages/lsd-docs/app/examples/label/basic/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { Checkbox, Label } from '@nipsys/shadcn-lsd'; +import { Checkbox, Label } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Checkbox, Label } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Checkbox, Label } from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/label/sizes/page.tsx b/packages/lsd-docs/app/examples/label/sizes/page.tsx index 599f4301..bc4ef422 100644 --- a/packages/lsd-docs/app/examples/label/sizes/page.tsx +++ b/packages/lsd-docs/app/examples/label/sizes/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { Checkbox, Label } from '@nipsys/shadcn-lsd'; +import { Checkbox, Label } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Checkbox, Label } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Checkbox, Label } from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/label/variants/page.tsx b/packages/lsd-docs/app/examples/label/variants/page.tsx index 5525f94b..c08e7c15 100644 --- a/packages/lsd-docs/app/examples/label/variants/page.tsx +++ b/packages/lsd-docs/app/examples/label/variants/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { Checkbox, Label } from '@nipsys/shadcn-lsd'; +import { Checkbox, Label } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Checkbox, Label } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Checkbox, Label } from '@nipsys/lsd'; export function Example() { return ( From 8833a3c08cb5af54cd05b28330bfda2a45e03992 Mon Sep 17 00:00:00 2001 From: Xav Date: Wed, 15 Apr 2026 14:39:15 -0400 Subject: [PATCH 019/101] docs: update menubar and navigation example imports --- packages/lsd-docs/app/examples/navigation-menu/basic/page.tsx | 4 ++-- .../examples/navigation-menu/positioning-collapsible/page.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/lsd-docs/app/examples/navigation-menu/basic/page.tsx b/packages/lsd-docs/app/examples/navigation-menu/basic/page.tsx index 648212e3..610171fd 100644 --- a/packages/lsd-docs/app/examples/navigation-menu/basic/page.tsx +++ b/packages/lsd-docs/app/examples/navigation-menu/basic/page.tsx @@ -7,7 +7,7 @@ import { NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; export const CODE = ` @@ -18,7 +18,7 @@ import { NavigationMenuTrigger, NavigationMenuContent, NavigationMenuLink, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; export function NavigationMenuBasic() { return ( diff --git a/packages/lsd-docs/app/examples/navigation-menu/positioning-collapsible/page.tsx b/packages/lsd-docs/app/examples/navigation-menu/positioning-collapsible/page.tsx index ea913b22..8e7a37d2 100644 --- a/packages/lsd-docs/app/examples/navigation-menu/positioning-collapsible/page.tsx +++ b/packages/lsd-docs/app/examples/navigation-menu/positioning-collapsible/page.tsx @@ -7,7 +7,7 @@ import { NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; export const CODE = `import { @@ -17,7 +17,7 @@ export const CODE = `import { NavigationMenuTrigger, NavigationMenuContent, NavigationMenuLink, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; export function Example() { return ( From 685eb90b03ea87029319805a84d7c39f28aef553 Mon Sep 17 00:00:00 2001 From: Xav Date: Wed, 15 Apr 2026 14:39:19 -0400 Subject: [PATCH 020/101] docs: update popover and progress example imports --- packages/lsd-docs/app/examples/popover/alignment/page.tsx | 4 ++-- packages/lsd-docs/app/examples/popover/basic/page.tsx | 4 ++-- packages/lsd-docs/app/examples/popover/controlled/page.tsx | 4 ++-- packages/lsd-docs/app/examples/popover/multiple/page.tsx | 4 ++-- packages/lsd-docs/app/examples/popover/positioning/page.tsx | 4 ++-- packages/lsd-docs/app/examples/popover/side-offset/page.tsx | 4 ++-- packages/lsd-docs/app/examples/progress/basic/page.tsx | 4 ++-- packages/lsd-docs/app/examples/progress/colors/page.tsx | 4 ++-- packages/lsd-docs/app/examples/progress/features/page.tsx | 4 ++-- .../lsd-docs/app/examples/progress/indeterminate/page.tsx | 4 ++-- packages/lsd-docs/app/examples/progress/paused/page.tsx | 4 ++-- packages/lsd-docs/app/examples/progress/sizes/page.tsx | 4 ++-- 12 files changed, 24 insertions(+), 24 deletions(-) diff --git a/packages/lsd-docs/app/examples/popover/alignment/page.tsx b/packages/lsd-docs/app/examples/popover/alignment/page.tsx index 41699979..b0f30f32 100644 --- a/packages/lsd-docs/app/examples/popover/alignment/page.tsx +++ b/packages/lsd-docs/app/examples/popover/alignment/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { Button, Popover, PopoverContent, PopoverTrigger } from '@nipsys/shadcn-lsd'; +import { Button, Popover, PopoverContent, PopoverTrigger } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Button, Popover, PopoverContent, PopoverTrigger } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Button, Popover, PopoverContent, PopoverTrigger } from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/popover/basic/page.tsx b/packages/lsd-docs/app/examples/popover/basic/page.tsx index 96537d46..e26e6e33 100644 --- a/packages/lsd-docs/app/examples/popover/basic/page.tsx +++ b/packages/lsd-docs/app/examples/popover/basic/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { Button, Popover, PopoverContent, PopoverTrigger } from '@nipsys/shadcn-lsd'; +import { Button, Popover, PopoverContent, PopoverTrigger } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Button, Popover, PopoverContent, PopoverTrigger } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Button, Popover, PopoverContent, PopoverTrigger } from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/popover/controlled/page.tsx b/packages/lsd-docs/app/examples/popover/controlled/page.tsx index ced7fd70..6c430d37 100644 --- a/packages/lsd-docs/app/examples/popover/controlled/page.tsx +++ b/packages/lsd-docs/app/examples/popover/controlled/page.tsx @@ -1,10 +1,10 @@ 'use client'; -import { Button, Popover, PopoverContent, PopoverTrigger } from '@nipsys/shadcn-lsd'; +import { Button, Popover, PopoverContent, PopoverTrigger } from '@nipsys/lsd'; import { useState } from 'react'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Button, Popover, PopoverContent, PopoverTrigger } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Button, Popover, PopoverContent, PopoverTrigger } from '@nipsys/lsd'; import { useState } from 'react'; export function Example() { diff --git a/packages/lsd-docs/app/examples/popover/multiple/page.tsx b/packages/lsd-docs/app/examples/popover/multiple/page.tsx index 57281cbd..fabe9dc5 100644 --- a/packages/lsd-docs/app/examples/popover/multiple/page.tsx +++ b/packages/lsd-docs/app/examples/popover/multiple/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { Button, Popover, PopoverContent, PopoverTrigger } from '@nipsys/shadcn-lsd'; +import { Button, Popover, PopoverContent, PopoverTrigger } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Button, Popover, PopoverContent, PopoverTrigger } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Button, Popover, PopoverContent, PopoverTrigger } from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/popover/positioning/page.tsx b/packages/lsd-docs/app/examples/popover/positioning/page.tsx index 2f15dbc0..58b672c8 100644 --- a/packages/lsd-docs/app/examples/popover/positioning/page.tsx +++ b/packages/lsd-docs/app/examples/popover/positioning/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { Button, Popover, PopoverContent, PopoverTrigger } from '@nipsys/shadcn-lsd'; +import { Button, Popover, PopoverContent, PopoverTrigger } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Button, Popover, PopoverContent, PopoverTrigger } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Button, Popover, PopoverContent, PopoverTrigger } from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/popover/side-offset/page.tsx b/packages/lsd-docs/app/examples/popover/side-offset/page.tsx index a8dfeeee..6a8c7e5d 100644 --- a/packages/lsd-docs/app/examples/popover/side-offset/page.tsx +++ b/packages/lsd-docs/app/examples/popover/side-offset/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { Button, Popover, PopoverContent, PopoverTrigger } from '@nipsys/shadcn-lsd'; +import { Button, Popover, PopoverContent, PopoverTrigger } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Button, Popover, PopoverContent, PopoverTrigger } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Button, Popover, PopoverContent, PopoverTrigger } from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/progress/basic/page.tsx b/packages/lsd-docs/app/examples/progress/basic/page.tsx index 00c24757..8e2ceea2 100644 --- a/packages/lsd-docs/app/examples/progress/basic/page.tsx +++ b/packages/lsd-docs/app/examples/progress/basic/page.tsx @@ -1,10 +1,10 @@ 'use client'; -import { Button, Progress, Typography } from '@nipsys/shadcn-lsd'; +import { Button, Progress, Typography } from '@nipsys/lsd'; import { useState } from 'react'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Button, Progress, Typography } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Button, Progress, Typography } from '@nipsys/lsd'; import { useState } from 'react'; export function Example() { diff --git a/packages/lsd-docs/app/examples/progress/colors/page.tsx b/packages/lsd-docs/app/examples/progress/colors/page.tsx index 5fbd7d36..b361d6f7 100644 --- a/packages/lsd-docs/app/examples/progress/colors/page.tsx +++ b/packages/lsd-docs/app/examples/progress/colors/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { Progress, Typography } from '@nipsys/shadcn-lsd'; +import { Progress, Typography } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Progress, Typography } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Progress, Typography } from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/progress/features/page.tsx b/packages/lsd-docs/app/examples/progress/features/page.tsx index 9f7d2080..b27da68c 100644 --- a/packages/lsd-docs/app/examples/progress/features/page.tsx +++ b/packages/lsd-docs/app/examples/progress/features/page.tsx @@ -1,10 +1,10 @@ 'use client'; -import { Button, Progress, Typography } from '@nipsys/shadcn-lsd'; +import { Button, Progress, Typography } from '@nipsys/lsd'; import { useState } from 'react'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Button, Progress, Typography } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Button, Progress, Typography } from '@nipsys/lsd'; import { useState } from 'react'; export function Example() { diff --git a/packages/lsd-docs/app/examples/progress/indeterminate/page.tsx b/packages/lsd-docs/app/examples/progress/indeterminate/page.tsx index e46fcaed..54e73569 100644 --- a/packages/lsd-docs/app/examples/progress/indeterminate/page.tsx +++ b/packages/lsd-docs/app/examples/progress/indeterminate/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { Progress, Typography } from '@nipsys/shadcn-lsd'; +import { Progress, Typography } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Progress, Typography } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Progress, Typography } from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/progress/paused/page.tsx b/packages/lsd-docs/app/examples/progress/paused/page.tsx index fe6503ba..36452076 100644 --- a/packages/lsd-docs/app/examples/progress/paused/page.tsx +++ b/packages/lsd-docs/app/examples/progress/paused/page.tsx @@ -1,10 +1,10 @@ 'use client'; -import { Button, Progress, Typography } from '@nipsys/shadcn-lsd'; +import { Button, Progress, Typography } from '@nipsys/lsd'; import { useState } from 'react'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Button, Progress, Typography } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Button, Progress, Typography } from '@nipsys/lsd'; import { useState } from 'react'; export function Example() { diff --git a/packages/lsd-docs/app/examples/progress/sizes/page.tsx b/packages/lsd-docs/app/examples/progress/sizes/page.tsx index d360691e..5b95a855 100644 --- a/packages/lsd-docs/app/examples/progress/sizes/page.tsx +++ b/packages/lsd-docs/app/examples/progress/sizes/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { Progress, Typography } from '@nipsys/shadcn-lsd'; +import { Progress, Typography } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Progress, Typography } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Progress, Typography } from '@nipsys/lsd'; export function Example() { return ( From f57e2fbeed7a413b9a2045df4013fdf35e51241d Mon Sep 17 00:00:00 2001 From: Xav Date: Wed, 15 Apr 2026 14:39:22 -0400 Subject: [PATCH 021/101] docs: update radio and scroll example imports --- packages/lsd-docs/app/examples/radio-group/basic/page.tsx | 4 ++-- packages/lsd-docs/app/examples/radio-group/disabled/page.tsx | 4 ++-- packages/lsd-docs/app/examples/scroll-area/basic/page.tsx | 4 ++-- packages/lsd-docs/app/examples/scroll-area/both/page.tsx | 4 ++-- .../lsd-docs/app/examples/scroll-area/horizontal/page.tsx | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/lsd-docs/app/examples/radio-group/basic/page.tsx b/packages/lsd-docs/app/examples/radio-group/basic/page.tsx index 77553f0a..66eec52c 100644 --- a/packages/lsd-docs/app/examples/radio-group/basic/page.tsx +++ b/packages/lsd-docs/app/examples/radio-group/basic/page.tsx @@ -1,11 +1,11 @@ 'use client'; -import { Label, RadioGroup, RadioGroupItem, Typography } from '@nipsys/shadcn-lsd'; +import { Label, RadioGroup, RadioGroupItem, Typography } from '@nipsys/lsd'; import { useState } from 'react'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; export const CODE = ` -import { RadioGroup, RadioGroupItem, Label, Typography } from '@nipsys/shadcn-lsd'; +import { RadioGroup, RadioGroupItem, Label, Typography } from '@nipsys/lsd'; export function Example() { const [value, setValue] = useState('option1'); diff --git a/packages/lsd-docs/app/examples/radio-group/disabled/page.tsx b/packages/lsd-docs/app/examples/radio-group/disabled/page.tsx index 4410ccfb..8a871478 100644 --- a/packages/lsd-docs/app/examples/radio-group/disabled/page.tsx +++ b/packages/lsd-docs/app/examples/radio-group/disabled/page.tsx @@ -1,11 +1,11 @@ 'use client'; -import { Label, RadioGroup, RadioGroupItem, Typography } from '@nipsys/shadcn-lsd'; +import { Label, RadioGroup, RadioGroupItem, Typography } from '@nipsys/lsd'; import { useState } from 'react'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; export const CODE = ` -import { RadioGroup, RadioGroupItem, Label, Typography } from '@nipsys/shadcn-lsd'; +import { RadioGroup, RadioGroupItem, Label, Typography } from '@nipsys/lsd'; export function Example() { const [value, setValue] = useState('enabled'); diff --git a/packages/lsd-docs/app/examples/scroll-area/basic/page.tsx b/packages/lsd-docs/app/examples/scroll-area/basic/page.tsx index 039c0a58..186bb0cb 100644 --- a/packages/lsd-docs/app/examples/scroll-area/basic/page.tsx +++ b/packages/lsd-docs/app/examples/scroll-area/basic/page.tsx @@ -1,10 +1,10 @@ /** biome-ignore-all lint/suspicious/noArrayIndexKey: Tolerate array index key for code examples */ 'use client'; -import { ScrollArea, Typography } from '@nipsys/shadcn-lsd'; +import { ScrollArea, Typography } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { ScrollArea, Typography } from '@nipsys/shadcn-lsd'; +export const CODE = `import { ScrollArea, Typography } from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/scroll-area/both/page.tsx b/packages/lsd-docs/app/examples/scroll-area/both/page.tsx index 2b336aa9..3c5ba3ac 100644 --- a/packages/lsd-docs/app/examples/scroll-area/both/page.tsx +++ b/packages/lsd-docs/app/examples/scroll-area/both/page.tsx @@ -1,10 +1,10 @@ /** biome-ignore-all lint/suspicious/noArrayIndexKey: Tolerate array index key for code examples */ 'use client'; -import { ScrollArea, ScrollBar, Typography } from '@nipsys/shadcn-lsd'; +import { ScrollArea, ScrollBar, Typography } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { ScrollArea, ScrollBar, Typography } from '@nipsys/shadcn-lsd'; +export const CODE = `import { ScrollArea, ScrollBar, Typography } from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/scroll-area/horizontal/page.tsx b/packages/lsd-docs/app/examples/scroll-area/horizontal/page.tsx index 6ddc9acc..f029672d 100644 --- a/packages/lsd-docs/app/examples/scroll-area/horizontal/page.tsx +++ b/packages/lsd-docs/app/examples/scroll-area/horizontal/page.tsx @@ -1,10 +1,10 @@ /** biome-ignore-all lint/suspicious/noArrayIndexKey: Tolerate array index key for code examples */ 'use client'; -import { ScrollArea, ScrollBar, Typography } from '@nipsys/shadcn-lsd'; +import { ScrollArea, ScrollBar, Typography } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { ScrollArea, ScrollBar, Typography } from '@nipsys/shadcn-lsd'; +export const CODE = `import { ScrollArea, ScrollBar, Typography } from '@nipsys/lsd'; export function Example() { return ( From 057606bea61cddf7fe40157c660f3c7e5747342d Mon Sep 17 00:00:00 2001 From: Xav Date: Wed, 15 Apr 2026 14:39:25 -0400 Subject: [PATCH 022/101] docs: update select and separator example imports --- packages/lsd-docs/app/examples/select/basic-usage/page.tsx | 4 ++-- packages/lsd-docs/app/examples/select/basic/page.tsx | 4 ++-- packages/lsd-docs/app/examples/select/controlled/page.tsx | 4 ++-- packages/lsd-docs/app/examples/select/disabled/page.tsx | 4 ++-- packages/lsd-docs/app/examples/select/grouped/page.tsx | 4 ++-- packages/lsd-docs/app/examples/select/sizes/page.tsx | 4 ++-- packages/lsd-docs/app/examples/select/variants/page.tsx | 4 ++-- packages/lsd-docs/app/examples/select/with-separator/page.tsx | 4 ++-- packages/lsd-docs/app/examples/separator/horizontal/page.tsx | 4 ++-- packages/lsd-docs/app/examples/separator/vertical/page.tsx | 4 ++-- packages/lsd-docs/app/examples/separator/with-text/page.tsx | 4 ++-- 11 files changed, 22 insertions(+), 22 deletions(-) diff --git a/packages/lsd-docs/app/examples/select/basic-usage/page.tsx b/packages/lsd-docs/app/examples/select/basic-usage/page.tsx index c1b64dc7..e507c281 100644 --- a/packages/lsd-docs/app/examples/select/basic-usage/page.tsx +++ b/packages/lsd-docs/app/examples/select/basic-usage/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from '@nipsys/shadcn-lsd'; +import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/select/basic/page.tsx b/packages/lsd-docs/app/examples/select/basic/page.tsx index 33bbe74b..eb295fee 100644 --- a/packages/lsd-docs/app/examples/select/basic/page.tsx +++ b/packages/lsd-docs/app/examples/select/basic/page.tsx @@ -1,6 +1,6 @@ 'use client'; -import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from '@nipsys/shadcn-lsd'; +import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from '@nipsys/lsd'; import { AvocadoIcon, CarrotIcon, @@ -16,7 +16,7 @@ export const CODE = `import { SelectItem, SelectTrigger, SelectValue, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/select/controlled/page.tsx b/packages/lsd-docs/app/examples/select/controlled/page.tsx index 4152cdd5..10017946 100644 --- a/packages/lsd-docs/app/examples/select/controlled/page.tsx +++ b/packages/lsd-docs/app/examples/select/controlled/page.tsx @@ -7,11 +7,11 @@ import { SelectTrigger, SelectValue, Typography, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; import { useState } from 'react'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue, Typography } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue, Typography } from '@nipsys/lsd'; import { useState } from 'react'; export function Example() { diff --git a/packages/lsd-docs/app/examples/select/disabled/page.tsx b/packages/lsd-docs/app/examples/select/disabled/page.tsx index 08473d0e..053977c2 100644 --- a/packages/lsd-docs/app/examples/select/disabled/page.tsx +++ b/packages/lsd-docs/app/examples/select/disabled/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from '@nipsys/shadcn-lsd'; +import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/select/grouped/page.tsx b/packages/lsd-docs/app/examples/select/grouped/page.tsx index e73c1ca9..d9101bce 100644 --- a/packages/lsd-docs/app/examples/select/grouped/page.tsx +++ b/packages/lsd-docs/app/examples/select/grouped/page.tsx @@ -9,7 +9,7 @@ import { SelectSeparator, SelectTrigger, SelectValue, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; export const CODE = `import { @@ -21,7 +21,7 @@ export const CODE = `import { SelectSeparator, SelectTrigger, SelectValue, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/select/sizes/page.tsx b/packages/lsd-docs/app/examples/select/sizes/page.tsx index f5a8d782..c2873b43 100644 --- a/packages/lsd-docs/app/examples/select/sizes/page.tsx +++ b/packages/lsd-docs/app/examples/select/sizes/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from '@nipsys/shadcn-lsd'; +import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/select/variants/page.tsx b/packages/lsd-docs/app/examples/select/variants/page.tsx index df2f53ad..87d857ce 100644 --- a/packages/lsd-docs/app/examples/select/variants/page.tsx +++ b/packages/lsd-docs/app/examples/select/variants/page.tsx @@ -9,7 +9,7 @@ import { SelectSeparator, SelectTrigger, SelectValue, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; import { useState } from 'react'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; @@ -22,7 +22,7 @@ export const CODE = `import { SelectSeparator, SelectTrigger, SelectValue, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; import { useState } from 'react'; export function Example() { diff --git a/packages/lsd-docs/app/examples/select/with-separator/page.tsx b/packages/lsd-docs/app/examples/select/with-separator/page.tsx index 2c1f0ccf..67e4d3f2 100644 --- a/packages/lsd-docs/app/examples/select/with-separator/page.tsx +++ b/packages/lsd-docs/app/examples/select/with-separator/page.tsx @@ -7,10 +7,10 @@ import { SelectSeparator, SelectTrigger, SelectValue, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Select, SelectContent, SelectItem, SelectSeparator, SelectTrigger, SelectValue } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Select, SelectContent, SelectItem, SelectSeparator, SelectTrigger, SelectValue } from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/separator/horizontal/page.tsx b/packages/lsd-docs/app/examples/separator/horizontal/page.tsx index 5ff542da..7097e4e1 100644 --- a/packages/lsd-docs/app/examples/separator/horizontal/page.tsx +++ b/packages/lsd-docs/app/examples/separator/horizontal/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { Separator, Typography } from '@nipsys/shadcn-lsd'; +import { Separator, Typography } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Separator, Typography } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Separator, Typography } from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/separator/vertical/page.tsx b/packages/lsd-docs/app/examples/separator/vertical/page.tsx index c44b5a33..ae668228 100644 --- a/packages/lsd-docs/app/examples/separator/vertical/page.tsx +++ b/packages/lsd-docs/app/examples/separator/vertical/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { Separator, Typography } from '@nipsys/shadcn-lsd'; +import { Separator, Typography } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Separator, Typography } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Separator, Typography } from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/separator/with-text/page.tsx b/packages/lsd-docs/app/examples/separator/with-text/page.tsx index 6d3554e7..7b1a4bc9 100644 --- a/packages/lsd-docs/app/examples/separator/with-text/page.tsx +++ b/packages/lsd-docs/app/examples/separator/with-text/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { Typography } from '@nipsys/shadcn-lsd'; +import { Typography } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Separator, Typography } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Separator, Typography } from '@nipsys/lsd'; export function Example() { return ( From aed16c567c1ec4953de45911aa5a65ebaad7c05f Mon Sep 17 00:00:00 2001 From: Xav Date: Wed, 15 Apr 2026 14:39:29 -0400 Subject: [PATCH 023/101] docs: update sheet and sidebar example imports --- .../lsd-docs/app/examples/sheet/all-sides/page.tsx | 11 ++--------- packages/lsd-docs/app/examples/sheet/basic/page.tsx | 4 ++-- .../lsd-docs/app/examples/sheet/close-button/page.tsx | 4 ++-- .../lsd-docs/app/examples/sheet/controlled/page.tsx | 4 ++-- packages/lsd-docs/app/examples/sidebar/basic/page.tsx | 4 ++-- 5 files changed, 10 insertions(+), 17 deletions(-) diff --git a/packages/lsd-docs/app/examples/sheet/all-sides/page.tsx b/packages/lsd-docs/app/examples/sheet/all-sides/page.tsx index bca13328..a458e900 100644 --- a/packages/lsd-docs/app/examples/sheet/all-sides/page.tsx +++ b/packages/lsd-docs/app/examples/sheet/all-sides/page.tsx @@ -1,16 +1,9 @@ 'use client'; -import { - Button, - Sheet, - SheetContent, - SheetHeader, - SheetTitle, - SheetTrigger, -} from '@nipsys/shadcn-lsd'; +import { Button, Sheet, SheetContent, SheetHeader, SheetTitle, SheetTrigger } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Button, Sheet, SheetContent, SheetHeader, SheetTitle, SheetTrigger } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Button, Sheet, SheetContent, SheetHeader, SheetTitle, SheetTrigger } from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/sheet/basic/page.tsx b/packages/lsd-docs/app/examples/sheet/basic/page.tsx index 21a137e0..56e5620d 100644 --- a/packages/lsd-docs/app/examples/sheet/basic/page.tsx +++ b/packages/lsd-docs/app/examples/sheet/basic/page.tsx @@ -10,10 +10,10 @@ import { SheetTitle, SheetTrigger, Typography, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Button, Sheet, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Typography } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Button, Sheet, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Typography } from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/sheet/close-button/page.tsx b/packages/lsd-docs/app/examples/sheet/close-button/page.tsx index 757d066f..f9ffc6a3 100644 --- a/packages/lsd-docs/app/examples/sheet/close-button/page.tsx +++ b/packages/lsd-docs/app/examples/sheet/close-button/page.tsx @@ -11,10 +11,10 @@ import { SheetTitle, SheetTrigger, Typography, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Button, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Typography } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Button, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Typography } from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/sheet/controlled/page.tsx b/packages/lsd-docs/app/examples/sheet/controlled/page.tsx index 37590f08..f2a6d446 100644 --- a/packages/lsd-docs/app/examples/sheet/controlled/page.tsx +++ b/packages/lsd-docs/app/examples/sheet/controlled/page.tsx @@ -8,11 +8,11 @@ import { SheetTitle, SheetTrigger, Typography, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; import { useState } from 'react'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Button, Sheet, SheetContent, SheetHeader, SheetTitle, SheetTrigger, Typography } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Button, Sheet, SheetContent, SheetHeader, SheetTitle, SheetTrigger, Typography } from '@nipsys/lsd'; import { useState } from 'react'; export function Example() { diff --git a/packages/lsd-docs/app/examples/sidebar/basic/page.tsx b/packages/lsd-docs/app/examples/sidebar/basic/page.tsx index a97361c0..fc0caf93 100644 --- a/packages/lsd-docs/app/examples/sidebar/basic/page.tsx +++ b/packages/lsd-docs/app/examples/sidebar/basic/page.tsx @@ -19,7 +19,7 @@ import { SidebarRail, SidebarTrigger, Typography, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; import { AtomIcon, ChartLineIcon, @@ -52,7 +52,7 @@ export const CODE = `import { SidebarRail, SidebarTrigger, Typography, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; import { AtomIcon, ChartLineIcon, From cd467c2a27588cd6fc06a689be9054149e32c2cb Mon Sep 17 00:00:00 2001 From: Xav Date: Wed, 15 Apr 2026 14:39:32 -0400 Subject: [PATCH 024/101] docs: update slider and sonner example imports --- packages/lsd-docs/app/examples/slider/basic/page.tsx | 4 ++-- packages/lsd-docs/app/examples/slider/disabled/page.tsx | 4 ++-- packages/lsd-docs/app/examples/slider/multiple/page.tsx | 4 ++-- packages/lsd-docs/app/examples/slider/range/page.tsx | 4 ++-- packages/lsd-docs/app/examples/slider/sizes/page.tsx | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/lsd-docs/app/examples/slider/basic/page.tsx b/packages/lsd-docs/app/examples/slider/basic/page.tsx index 7fdb9a83..df3809b2 100644 --- a/packages/lsd-docs/app/examples/slider/basic/page.tsx +++ b/packages/lsd-docs/app/examples/slider/basic/page.tsx @@ -1,12 +1,12 @@ 'use client'; -import { Slider, Typography } from '@nipsys/shadcn-lsd'; +import { Slider, Typography } from '@nipsys/lsd'; import { useState } from 'react'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; export const CODE = `import * as React from 'react'; import { useState } from 'react'; -import { Slider, Typography } from '@nipsys/shadcn-lsd'; +import { Slider, Typography } from '@nipsys/lsd'; export function Example() { const [value, setValue] = useState([50]); diff --git a/packages/lsd-docs/app/examples/slider/disabled/page.tsx b/packages/lsd-docs/app/examples/slider/disabled/page.tsx index 6d43e460..849ecc11 100644 --- a/packages/lsd-docs/app/examples/slider/disabled/page.tsx +++ b/packages/lsd-docs/app/examples/slider/disabled/page.tsx @@ -1,11 +1,11 @@ 'use client'; -import { Slider, Typography } from '@nipsys/shadcn-lsd'; +import { Slider, Typography } from '@nipsys/lsd'; import { useState } from 'react'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; export const CODE = `import * as React from 'react'; import { useState } from 'react'; -import { Slider, Typography } from '@nipsys/shadcn-lsd'; +import { Slider, Typography } from '@nipsys/lsd'; export function Example() { const [value, setValue] = useState([50]); diff --git a/packages/lsd-docs/app/examples/slider/multiple/page.tsx b/packages/lsd-docs/app/examples/slider/multiple/page.tsx index bdb741eb..9957fc35 100644 --- a/packages/lsd-docs/app/examples/slider/multiple/page.tsx +++ b/packages/lsd-docs/app/examples/slider/multiple/page.tsx @@ -1,12 +1,12 @@ 'use client'; -import { Slider, Typography } from '@nipsys/shadcn-lsd'; +import { Slider, Typography } from '@nipsys/lsd'; import { useState } from 'react'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; export const CODE = `import * as React from 'react'; import { useState } from 'react'; -import { Slider, Typography } from '@nipsys/shadcn-lsd'; +import { Slider, Typography } from '@nipsys/lsd'; export function Example() { const [value, setValue] = useState([25, 50, 75]); diff --git a/packages/lsd-docs/app/examples/slider/range/page.tsx b/packages/lsd-docs/app/examples/slider/range/page.tsx index 72439ac0..ff947b97 100644 --- a/packages/lsd-docs/app/examples/slider/range/page.tsx +++ b/packages/lsd-docs/app/examples/slider/range/page.tsx @@ -1,12 +1,12 @@ 'use client'; -import { Slider, Typography } from '@nipsys/shadcn-lsd'; +import { Slider, Typography } from '@nipsys/lsd'; import { useState } from 'react'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; export const CODE = `import * as React from 'react'; import { useState } from 'react'; -import { Slider, Typography } from '@nipsys/shadcn-lsd'; +import { Slider, Typography } from '@nipsys/lsd'; export function Example() { const [value, setValue] = useState([33, 66]); diff --git a/packages/lsd-docs/app/examples/slider/sizes/page.tsx b/packages/lsd-docs/app/examples/slider/sizes/page.tsx index 9d994dcb..3642bb10 100644 --- a/packages/lsd-docs/app/examples/slider/sizes/page.tsx +++ b/packages/lsd-docs/app/examples/slider/sizes/page.tsx @@ -1,12 +1,12 @@ 'use client'; -import { Slider, Typography } from '@nipsys/shadcn-lsd'; +import { Slider, Typography } from '@nipsys/lsd'; import { useState } from 'react'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; export const CODE = `import * as React from 'react'; import { useState } from 'react'; -import { Slider, Typography } from '@nipsys/shadcn-lsd'; +import { Slider, Typography } from '@nipsys/lsd'; export function Example() { const [smValue, setSmValue] = useState([50]); From a4f0222e17c9cf04074f7505585c3ce09dc59cba Mon Sep 17 00:00:00 2001 From: Xav Date: Wed, 15 Apr 2026 14:39:35 -0400 Subject: [PATCH 025/101] docs: update switch and table example imports --- packages/lsd-docs/app/examples/switch/basic/page.tsx | 4 ++-- packages/lsd-docs/app/examples/switch/controlled/page.tsx | 4 ++-- packages/lsd-docs/app/examples/switch/sizes/page.tsx | 4 ++-- packages/lsd-docs/app/examples/table/basic/page.tsx | 4 ++-- packages/lsd-docs/app/examples/table/striped/page.tsx | 4 ++-- packages/lsd-docs/app/examples/table/with-caption/page.tsx | 4 ++-- packages/lsd-docs/app/examples/table/with-footer/page.tsx | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/packages/lsd-docs/app/examples/switch/basic/page.tsx b/packages/lsd-docs/app/examples/switch/basic/page.tsx index c55359c4..9caf2775 100644 --- a/packages/lsd-docs/app/examples/switch/basic/page.tsx +++ b/packages/lsd-docs/app/examples/switch/basic/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { Switch, Typography } from '@nipsys/shadcn-lsd'; +import { Switch, Typography } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Switch, Typography } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Switch, Typography } from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/switch/controlled/page.tsx b/packages/lsd-docs/app/examples/switch/controlled/page.tsx index 8a5489a1..286ee15b 100644 --- a/packages/lsd-docs/app/examples/switch/controlled/page.tsx +++ b/packages/lsd-docs/app/examples/switch/controlled/page.tsx @@ -1,10 +1,10 @@ 'use client'; -import { Switch, Typography } from '@nipsys/shadcn-lsd'; +import { Switch, Typography } from '@nipsys/lsd'; import { useState } from 'react'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Switch, Typography } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Switch, Typography } from '@nipsys/lsd'; import { useState } from 'react'; export function Example() { diff --git a/packages/lsd-docs/app/examples/switch/sizes/page.tsx b/packages/lsd-docs/app/examples/switch/sizes/page.tsx index db924846..fa39584c 100644 --- a/packages/lsd-docs/app/examples/switch/sizes/page.tsx +++ b/packages/lsd-docs/app/examples/switch/sizes/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { Switch, Typography } from '@nipsys/shadcn-lsd'; +import { Switch, Typography } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Switch, Typography } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Switch, Typography } from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/table/basic/page.tsx b/packages/lsd-docs/app/examples/table/basic/page.tsx index e8125a83..d9b2ee77 100644 --- a/packages/lsd-docs/app/examples/table/basic/page.tsx +++ b/packages/lsd-docs/app/examples/table/basic/page.tsx @@ -1,6 +1,6 @@ 'use client'; -import { Table, TableBody, TableCell, TableHead, TableHeader, TableRow } from '@nipsys/shadcn-lsd'; +import { Table, TableBody, TableCell, TableHead, TableHeader, TableRow } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; export const CODE = `import { @@ -10,7 +10,7 @@ export const CODE = `import { TableHead, TableHeader, TableRow, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/table/striped/page.tsx b/packages/lsd-docs/app/examples/table/striped/page.tsx index 394fb8af..fc19dc59 100644 --- a/packages/lsd-docs/app/examples/table/striped/page.tsx +++ b/packages/lsd-docs/app/examples/table/striped/page.tsx @@ -1,6 +1,6 @@ 'use client'; -import { Table, TableBody, TableCell, TableHead, TableHeader, TableRow } from '@nipsys/shadcn-lsd'; +import { Table, TableBody, TableCell, TableHead, TableHeader, TableRow } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; export const CODE = `import { @@ -10,7 +10,7 @@ export const CODE = `import { TableHead, TableHeader, TableRow, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/table/with-caption/page.tsx b/packages/lsd-docs/app/examples/table/with-caption/page.tsx index 59dd213f..1ea31006 100644 --- a/packages/lsd-docs/app/examples/table/with-caption/page.tsx +++ b/packages/lsd-docs/app/examples/table/with-caption/page.tsx @@ -8,7 +8,7 @@ import { TableHead, TableHeader, TableRow, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; export const CODE = `import { @@ -19,7 +19,7 @@ export const CODE = `import { TableHead, TableHeader, TableRow, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/table/with-footer/page.tsx b/packages/lsd-docs/app/examples/table/with-footer/page.tsx index 7fb8bba5..9e989e9a 100644 --- a/packages/lsd-docs/app/examples/table/with-footer/page.tsx +++ b/packages/lsd-docs/app/examples/table/with-footer/page.tsx @@ -9,7 +9,7 @@ import { TableHead, TableHeader, TableRow, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; export const CODE = `import { @@ -21,7 +21,7 @@ export const CODE = `import { TableHead, TableHeader, TableRow, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; export function Example() { return ( From fb957fab6f4c7e79cff834243a5fae1bc0da7cb7 Mon Sep 17 00:00:00 2001 From: Xav Date: Wed, 15 Apr 2026 14:39:38 -0400 Subject: [PATCH 026/101] docs: update tabs and textarea example imports --- packages/lsd-docs/app/examples/tabs/basic/page.tsx | 4 ++-- packages/lsd-docs/app/examples/tabs/bordered/page.tsx | 4 ++-- packages/lsd-docs/app/examples/tabs/controlled/page.tsx | 4 ++-- packages/lsd-docs/app/examples/tabs/disabled/page.tsx | 4 ++-- packages/lsd-docs/app/examples/tabs/full-width/page.tsx | 4 ++-- packages/lsd-docs/app/examples/tabs/sizes/page.tsx | 4 ++-- packages/lsd-docs/app/examples/tabs/with-icons/page.tsx | 4 ++-- packages/lsd-docs/app/examples/textarea/basic/page.tsx | 4 ++-- .../lsd-docs/app/examples/textarea/character-count/page.tsx | 4 ++-- packages/lsd-docs/app/examples/textarea/states/page.tsx | 4 ++-- 10 files changed, 20 insertions(+), 20 deletions(-) diff --git a/packages/lsd-docs/app/examples/tabs/basic/page.tsx b/packages/lsd-docs/app/examples/tabs/basic/page.tsx index 4371d946..0dec200d 100644 --- a/packages/lsd-docs/app/examples/tabs/basic/page.tsx +++ b/packages/lsd-docs/app/examples/tabs/basic/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { Tabs, TabsContent, TabsList, TabsTrigger, Typography } from '@nipsys/shadcn-lsd'; +import { Tabs, TabsContent, TabsList, TabsTrigger, Typography } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Tabs, TabsContent, TabsList, TabsTrigger, Typography } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Tabs, TabsContent, TabsList, TabsTrigger, Typography } from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/tabs/bordered/page.tsx b/packages/lsd-docs/app/examples/tabs/bordered/page.tsx index 3f15b9f3..9e498742 100644 --- a/packages/lsd-docs/app/examples/tabs/bordered/page.tsx +++ b/packages/lsd-docs/app/examples/tabs/bordered/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { Tabs, TabsContent, TabsList, TabsTrigger, Typography } from '@nipsys/shadcn-lsd'; +import { Tabs, TabsContent, TabsList, TabsTrigger, Typography } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Tabs, TabsContent, TabsList, TabsTrigger, Typography } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Tabs, TabsContent, TabsList, TabsTrigger, Typography } from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/tabs/controlled/page.tsx b/packages/lsd-docs/app/examples/tabs/controlled/page.tsx index 32ef16cb..e35fe5a7 100644 --- a/packages/lsd-docs/app/examples/tabs/controlled/page.tsx +++ b/packages/lsd-docs/app/examples/tabs/controlled/page.tsx @@ -1,11 +1,11 @@ 'use client'; -import { Tabs, TabsContent, TabsList, TabsTrigger, Typography } from '@nipsys/shadcn-lsd'; +import { Tabs, TabsContent, TabsList, TabsTrigger, Typography } from '@nipsys/lsd'; import { useState } from 'react'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; export const CODE = `import { useState } from 'react'; -import { Tabs, TabsContent, TabsList, TabsTrigger, Typography } from '@nipsys/shadcn-lsd'; +import { Tabs, TabsContent, TabsList, TabsTrigger, Typography } from '@nipsys/lsd'; export function Example() { const [value, setValue] = useState('tab1'); diff --git a/packages/lsd-docs/app/examples/tabs/disabled/page.tsx b/packages/lsd-docs/app/examples/tabs/disabled/page.tsx index ac89e62f..6d0209b6 100644 --- a/packages/lsd-docs/app/examples/tabs/disabled/page.tsx +++ b/packages/lsd-docs/app/examples/tabs/disabled/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { Tabs, TabsContent, TabsList, TabsTrigger, Typography } from '@nipsys/shadcn-lsd'; +import { Tabs, TabsContent, TabsList, TabsTrigger, Typography } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Tabs, TabsContent, TabsList, TabsTrigger, Typography } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Tabs, TabsContent, TabsList, TabsTrigger, Typography } from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/tabs/full-width/page.tsx b/packages/lsd-docs/app/examples/tabs/full-width/page.tsx index 410e2007..a8e1cc45 100644 --- a/packages/lsd-docs/app/examples/tabs/full-width/page.tsx +++ b/packages/lsd-docs/app/examples/tabs/full-width/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { Tabs, TabsContent, TabsList, TabsTrigger, Typography } from '@nipsys/shadcn-lsd'; +import { Tabs, TabsContent, TabsList, TabsTrigger, Typography } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Tabs, TabsContent, TabsList, TabsTrigger, Typography } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Tabs, TabsContent, TabsList, TabsTrigger, Typography } from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/tabs/sizes/page.tsx b/packages/lsd-docs/app/examples/tabs/sizes/page.tsx index d853665c..7228c7e3 100644 --- a/packages/lsd-docs/app/examples/tabs/sizes/page.tsx +++ b/packages/lsd-docs/app/examples/tabs/sizes/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { Tabs, TabsContent, TabsList, TabsTrigger, Typography } from '@nipsys/shadcn-lsd'; +import { Tabs, TabsContent, TabsList, TabsTrigger, Typography } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Tabs, TabsContent, TabsList, TabsTrigger, Typography } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Tabs, TabsContent, TabsList, TabsTrigger, Typography } from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/tabs/with-icons/page.tsx b/packages/lsd-docs/app/examples/tabs/with-icons/page.tsx index 18255bdf..982ba696 100644 --- a/packages/lsd-docs/app/examples/tabs/with-icons/page.tsx +++ b/packages/lsd-docs/app/examples/tabs/with-icons/page.tsx @@ -1,10 +1,10 @@ 'use client'; -import { Tabs, TabsContent, TabsList, TabsTrigger, Typography } from '@nipsys/shadcn-lsd'; +import { Tabs, TabsContent, TabsList, TabsTrigger, Typography } from '@nipsys/lsd'; import { ChartLineUpIcon, GearIcon, HouseIcon } from '@phosphor-icons/react'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Tabs, TabsContent, TabsList, TabsTrigger, Typography } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Tabs, TabsContent, TabsList, TabsTrigger, Typography } from '@nipsys/lsd'; import { ChartLineUpIcon, GearIcon, HouseIcon } from '@phosphor-icons/react'; export function Example() { diff --git a/packages/lsd-docs/app/examples/textarea/basic/page.tsx b/packages/lsd-docs/app/examples/textarea/basic/page.tsx index c949ddb6..ec6c7470 100644 --- a/packages/lsd-docs/app/examples/textarea/basic/page.tsx +++ b/packages/lsd-docs/app/examples/textarea/basic/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { Textarea } from '@nipsys/shadcn-lsd'; +import { Textarea } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Textarea } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Textarea } from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/textarea/character-count/page.tsx b/packages/lsd-docs/app/examples/textarea/character-count/page.tsx index 18b1ec28..df0b3a8b 100644 --- a/packages/lsd-docs/app/examples/textarea/character-count/page.tsx +++ b/packages/lsd-docs/app/examples/textarea/character-count/page.tsx @@ -1,11 +1,11 @@ 'use client'; -import { Textarea, Typography } from '@nipsys/shadcn-lsd'; +import { Textarea, Typography } from '@nipsys/lsd'; import { useState } from 'react'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; export const CODE = `import { useState } from 'react'; -import { Textarea, Typography } from '@nipsys/shadcn-lsd'; +import { Textarea, Typography } from '@nipsys/lsd'; export function Example() { const [value, setValue] = useState(''); diff --git a/packages/lsd-docs/app/examples/textarea/states/page.tsx b/packages/lsd-docs/app/examples/textarea/states/page.tsx index 37bd967b..8c5788e3 100644 --- a/packages/lsd-docs/app/examples/textarea/states/page.tsx +++ b/packages/lsd-docs/app/examples/textarea/states/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { Textarea } from '@nipsys/shadcn-lsd'; +import { Textarea } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Textarea } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Textarea } from '@nipsys/lsd'; export function Example() { return ( From 0105fa6f7a9432907ca478767a8751fe67275284 Mon Sep 17 00:00:00 2001 From: Xav Date: Wed, 15 Apr 2026 14:47:35 -0400 Subject: [PATCH 027/101] docs: update accordion, alert, and autocomplete example imports --- packages/lsd-docs/app/examples/accordion/multiple/page.tsx | 4 ++-- packages/lsd-docs/app/examples/accordion/single/page.tsx | 4 ++-- packages/lsd-docs/app/examples/alert-dialog/basic/page.tsx | 4 ++-- packages/lsd-docs/app/examples/alert/all-variants/page.tsx | 4 ++-- packages/lsd-docs/app/examples/autocomplete/basic/page.tsx | 4 ++-- .../lsd-docs/app/examples/autocomplete/clearable/page.tsx | 4 ++-- packages/lsd-docs/app/examples/autocomplete/disabled/page.tsx | 4 ++-- packages/lsd-docs/app/examples/autocomplete/error/page.tsx | 4 ++-- packages/lsd-docs/app/examples/autocomplete/features/page.tsx | 4 ++-- packages/lsd-docs/app/examples/autocomplete/icon/page.tsx | 4 ++-- packages/lsd-docs/app/examples/autocomplete/sizes/page.tsx | 4 ++-- packages/lsd-docs/app/examples/autocomplete/variants/page.tsx | 4 ++-- 12 files changed, 24 insertions(+), 24 deletions(-) diff --git a/packages/lsd-docs/app/examples/accordion/multiple/page.tsx b/packages/lsd-docs/app/examples/accordion/multiple/page.tsx index 46f30595..bae14a5c 100644 --- a/packages/lsd-docs/app/examples/accordion/multiple/page.tsx +++ b/packages/lsd-docs/app/examples/accordion/multiple/page.tsx @@ -6,7 +6,7 @@ import { AccordionItem, AccordionTrigger, Typography, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; export const CODE = `import { @@ -15,7 +15,7 @@ export const CODE = `import { AccordionItem, AccordionTrigger, Typography, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/accordion/single/page.tsx b/packages/lsd-docs/app/examples/accordion/single/page.tsx index 5aec14ae..35b74ddf 100644 --- a/packages/lsd-docs/app/examples/accordion/single/page.tsx +++ b/packages/lsd-docs/app/examples/accordion/single/page.tsx @@ -6,7 +6,7 @@ import { AccordionItem, AccordionTrigger, Typography, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; export const CODE = `import { @@ -15,7 +15,7 @@ export const CODE = `import { AccordionItem, AccordionTrigger, Typography, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/alert-dialog/basic/page.tsx b/packages/lsd-docs/app/examples/alert-dialog/basic/page.tsx index f5e99888..498f3945 100644 --- a/packages/lsd-docs/app/examples/alert-dialog/basic/page.tsx +++ b/packages/lsd-docs/app/examples/alert-dialog/basic/page.tsx @@ -11,7 +11,7 @@ import { AlertDialogTitle, AlertDialogTrigger, Button, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; export const CODE = `import { @@ -25,7 +25,7 @@ export const CODE = `import { AlertDialogTitle, AlertDialogTrigger, Button, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/alert/all-variants/page.tsx b/packages/lsd-docs/app/examples/alert/all-variants/page.tsx index 7f247698..d1ebb4d8 100644 --- a/packages/lsd-docs/app/examples/alert/all-variants/page.tsx +++ b/packages/lsd-docs/app/examples/alert/all-variants/page.tsx @@ -1,10 +1,10 @@ 'use client'; -import { Alert, AlertDescription, AlertTitle } from '@nipsys/shadcn-lsd'; +import { Alert, AlertDescription, AlertTitle } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; export const CODE = ` -import { Alert, AlertDescription, AlertTitle } from '@nipsys/shadcn-lsd'; +import { Alert, AlertDescription, AlertTitle } from '@nipsys/lsd'; export function AlertAllVariants() { return ( diff --git a/packages/lsd-docs/app/examples/autocomplete/basic/page.tsx b/packages/lsd-docs/app/examples/autocomplete/basic/page.tsx index ff13986a..3edd7dd4 100644 --- a/packages/lsd-docs/app/examples/autocomplete/basic/page.tsx +++ b/packages/lsd-docs/app/examples/autocomplete/basic/page.tsx @@ -1,6 +1,6 @@ 'use client'; -import { Autocomplete } from '@nipsys/shadcn-lsd'; +import { Autocomplete } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; const options = [ @@ -12,7 +12,7 @@ const options = [ { value: 'java', label: 'Java' }, ]; -export const CODE = `import { Autocomplete } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Autocomplete } from '@nipsys/lsd'; const options = [ { value: 'js', label: 'JavaScript' }, diff --git a/packages/lsd-docs/app/examples/autocomplete/clearable/page.tsx b/packages/lsd-docs/app/examples/autocomplete/clearable/page.tsx index 35a66fd2..2c77c0fc 100644 --- a/packages/lsd-docs/app/examples/autocomplete/clearable/page.tsx +++ b/packages/lsd-docs/app/examples/autocomplete/clearable/page.tsx @@ -1,6 +1,6 @@ 'use client'; -import { Autocomplete } from '@nipsys/shadcn-lsd'; +import { Autocomplete } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; const options = [ @@ -9,7 +9,7 @@ const options = [ { value: '3', label: 'Option 3' }, ]; -export const CODE = `import { Autocomplete } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Autocomplete } from '@nipsys/lsd'; const options = [ { value: '1', label: 'Option 1' }, diff --git a/packages/lsd-docs/app/examples/autocomplete/disabled/page.tsx b/packages/lsd-docs/app/examples/autocomplete/disabled/page.tsx index 8535701c..71f303e0 100644 --- a/packages/lsd-docs/app/examples/autocomplete/disabled/page.tsx +++ b/packages/lsd-docs/app/examples/autocomplete/disabled/page.tsx @@ -1,6 +1,6 @@ 'use client'; -import { Autocomplete } from '@nipsys/shadcn-lsd'; +import { Autocomplete } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; const options = [ @@ -9,7 +9,7 @@ const options = [ { value: '3', label: 'Option 3' }, ]; -export const CODE = `import { Autocomplete } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Autocomplete } from '@nipsys/lsd'; const options = [ { value: '1', label: 'Option 1' }, diff --git a/packages/lsd-docs/app/examples/autocomplete/error/page.tsx b/packages/lsd-docs/app/examples/autocomplete/error/page.tsx index ef2e4777..15a76806 100644 --- a/packages/lsd-docs/app/examples/autocomplete/error/page.tsx +++ b/packages/lsd-docs/app/examples/autocomplete/error/page.tsx @@ -1,6 +1,6 @@ 'use client'; -import { Autocomplete } from '@nipsys/shadcn-lsd'; +import { Autocomplete } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; const options = [ @@ -9,7 +9,7 @@ const options = [ { value: '3', label: 'Option 3' }, ]; -export const CODE = `import { Autocomplete } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Autocomplete } from '@nipsys/lsd'; const options = [ { value: '1', label: 'Option 1' }, diff --git a/packages/lsd-docs/app/examples/autocomplete/features/page.tsx b/packages/lsd-docs/app/examples/autocomplete/features/page.tsx index 62dd1662..5149fec9 100644 --- a/packages/lsd-docs/app/examples/autocomplete/features/page.tsx +++ b/packages/lsd-docs/app/examples/autocomplete/features/page.tsx @@ -1,6 +1,6 @@ 'use client'; -import { Autocomplete } from '@nipsys/shadcn-lsd'; +import { Autocomplete } from '@nipsys/lsd'; import { TextAaIcon } from '@phosphor-icons/react'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; @@ -10,7 +10,7 @@ const options = [ { value: '3', label: 'Option 3' }, ]; -export const CODE = `import { Autocomplete } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Autocomplete } from '@nipsys/lsd'; import { TextAaIcon } from '@phosphor-icons/react'; const options = [ diff --git a/packages/lsd-docs/app/examples/autocomplete/icon/page.tsx b/packages/lsd-docs/app/examples/autocomplete/icon/page.tsx index 229d4d08..6814b143 100644 --- a/packages/lsd-docs/app/examples/autocomplete/icon/page.tsx +++ b/packages/lsd-docs/app/examples/autocomplete/icon/page.tsx @@ -1,6 +1,6 @@ 'use client'; -import { Autocomplete } from '@nipsys/shadcn-lsd'; +import { Autocomplete } from '@nipsys/lsd'; import { TextAaIcon } from '@phosphor-icons/react'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; @@ -10,7 +10,7 @@ const options = [ { value: '3', label: 'Option 3' }, ]; -export const CODE = `import { Autocomplete } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Autocomplete } from '@nipsys/lsd'; import { TextAaIcon } from '@phosphor-icons/react'; const options = [ diff --git a/packages/lsd-docs/app/examples/autocomplete/sizes/page.tsx b/packages/lsd-docs/app/examples/autocomplete/sizes/page.tsx index 2c055496..4c6bdf53 100644 --- a/packages/lsd-docs/app/examples/autocomplete/sizes/page.tsx +++ b/packages/lsd-docs/app/examples/autocomplete/sizes/page.tsx @@ -1,6 +1,6 @@ 'use client'; -import { Autocomplete } from '@nipsys/shadcn-lsd'; +import { Autocomplete } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; const options = [ @@ -9,7 +9,7 @@ const options = [ { value: '3', label: 'Option 3' }, ]; -export const CODE = `import { Autocomplete } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Autocomplete } from '@nipsys/lsd'; const options = [ { value: '1', label: 'Option 1' }, diff --git a/packages/lsd-docs/app/examples/autocomplete/variants/page.tsx b/packages/lsd-docs/app/examples/autocomplete/variants/page.tsx index 19927d0e..c5a8dc0e 100644 --- a/packages/lsd-docs/app/examples/autocomplete/variants/page.tsx +++ b/packages/lsd-docs/app/examples/autocomplete/variants/page.tsx @@ -1,6 +1,6 @@ 'use client'; -import { Autocomplete } from '@nipsys/shadcn-lsd'; +import { Autocomplete } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; const options = [ @@ -9,7 +9,7 @@ const options = [ { value: '3', label: 'Option 3' }, ]; -export const CODE = `import { Autocomplete } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Autocomplete } from '@nipsys/lsd'; const options = [ { value: '1', label: 'Option 1' }, From 086511b4c2b2867ba7c7ade432b8afae0a627c6e Mon Sep 17 00:00:00 2001 From: Xav Date: Wed, 15 Apr 2026 14:47:39 -0400 Subject: [PATCH 028/101] docs: update button-group and checkbox example imports --- .../lsd-docs/app/examples/button-group/horizontal/page.tsx | 4 ++-- packages/lsd-docs/app/examples/button-group/variants/page.tsx | 4 ++-- packages/lsd-docs/app/examples/button-group/vertical/page.tsx | 4 ++-- packages/lsd-docs/app/examples/checkbox/basic/page.tsx | 4 ++-- packages/lsd-docs/app/examples/checkbox/controlled/page.tsx | 4 ++-- packages/lsd-docs/app/examples/checkbox/with-label/page.tsx | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/packages/lsd-docs/app/examples/button-group/horizontal/page.tsx b/packages/lsd-docs/app/examples/button-group/horizontal/page.tsx index 81ec12c7..3ef3609c 100644 --- a/packages/lsd-docs/app/examples/button-group/horizontal/page.tsx +++ b/packages/lsd-docs/app/examples/button-group/horizontal/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { Button, ButtonGroup } from '@nipsys/shadcn-lsd'; +import { Button, ButtonGroup } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Button, ButtonGroup } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Button, ButtonGroup } from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/button-group/variants/page.tsx b/packages/lsd-docs/app/examples/button-group/variants/page.tsx index 30ffd5ad..a16190b6 100644 --- a/packages/lsd-docs/app/examples/button-group/variants/page.tsx +++ b/packages/lsd-docs/app/examples/button-group/variants/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { Button, ButtonGroup } from '@nipsys/shadcn-lsd'; +import { Button, ButtonGroup } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Button, ButtonGroup } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Button, ButtonGroup } from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/button-group/vertical/page.tsx b/packages/lsd-docs/app/examples/button-group/vertical/page.tsx index 10382421..2243716c 100644 --- a/packages/lsd-docs/app/examples/button-group/vertical/page.tsx +++ b/packages/lsd-docs/app/examples/button-group/vertical/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { Button, ButtonGroup } from '@nipsys/shadcn-lsd'; +import { Button, ButtonGroup } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Button, ButtonGroup } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Button, ButtonGroup } from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/checkbox/basic/page.tsx b/packages/lsd-docs/app/examples/checkbox/basic/page.tsx index 132ac251..c9940018 100644 --- a/packages/lsd-docs/app/examples/checkbox/basic/page.tsx +++ b/packages/lsd-docs/app/examples/checkbox/basic/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { Checkbox, Typography } from '@nipsys/shadcn-lsd'; +import { Checkbox, Typography } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Checkbox, Typography } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Checkbox, Typography } from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/checkbox/controlled/page.tsx b/packages/lsd-docs/app/examples/checkbox/controlled/page.tsx index c9c4eb5c..67addb08 100644 --- a/packages/lsd-docs/app/examples/checkbox/controlled/page.tsx +++ b/packages/lsd-docs/app/examples/checkbox/controlled/page.tsx @@ -1,10 +1,10 @@ 'use client'; -import { Checkbox, Typography } from '@nipsys/shadcn-lsd'; +import { Checkbox, Typography } from '@nipsys/lsd'; import { useState } from 'react'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Checkbox, Typography } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Checkbox, Typography } from '@nipsys/lsd'; import { useState } from 'react'; export function Example() { diff --git a/packages/lsd-docs/app/examples/checkbox/with-label/page.tsx b/packages/lsd-docs/app/examples/checkbox/with-label/page.tsx index cbb1fd0a..cd0b5821 100644 --- a/packages/lsd-docs/app/examples/checkbox/with-label/page.tsx +++ b/packages/lsd-docs/app/examples/checkbox/with-label/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { Checkbox, Label, Typography } from '@nipsys/shadcn-lsd'; +import { Checkbox, Label, Typography } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Checkbox, Label, Typography } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Checkbox, Label, Typography } from '@nipsys/lsd'; export function Example() { return ( From 6c7615c44d9b6c5ea638773dbdfa581ef746bcaf Mon Sep 17 00:00:00 2001 From: Xav Date: Wed, 15 Apr 2026 14:47:42 -0400 Subject: [PATCH 029/101] docs: update menubar example imports --- packages/lsd-docs/app/examples/menubar/destructive/page.tsx | 4 ++-- packages/lsd-docs/app/examples/menubar/inset/page.tsx | 4 ++-- .../lsd-docs/app/examples/menubar/labels-separators/page.tsx | 4 ++-- packages/lsd-docs/app/examples/menubar/shortcuts/page.tsx | 4 ++-- packages/lsd-docs/app/examples/menubar/submenus/page.tsx | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/lsd-docs/app/examples/menubar/destructive/page.tsx b/packages/lsd-docs/app/examples/menubar/destructive/page.tsx index 34dfecea..a7e400a3 100644 --- a/packages/lsd-docs/app/examples/menubar/destructive/page.tsx +++ b/packages/lsd-docs/app/examples/menubar/destructive/page.tsx @@ -7,7 +7,7 @@ import { MenubarMenu, MenubarSeparator, MenubarTrigger, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; export const CODE = `import { @@ -17,7 +17,7 @@ export const CODE = `import { MenubarContent, MenubarItem, MenubarSeparator, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/menubar/inset/page.tsx b/packages/lsd-docs/app/examples/menubar/inset/page.tsx index 0a5311ea..eb30a03b 100644 --- a/packages/lsd-docs/app/examples/menubar/inset/page.tsx +++ b/packages/lsd-docs/app/examples/menubar/inset/page.tsx @@ -7,7 +7,7 @@ import { MenubarMenu, MenubarSeparator, MenubarTrigger, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; export const CODE = `import { @@ -17,7 +17,7 @@ export const CODE = `import { MenubarContent, MenubarItem, MenubarSeparator, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/menubar/labels-separators/page.tsx b/packages/lsd-docs/app/examples/menubar/labels-separators/page.tsx index 30825277..e0bd4bc4 100644 --- a/packages/lsd-docs/app/examples/menubar/labels-separators/page.tsx +++ b/packages/lsd-docs/app/examples/menubar/labels-separators/page.tsx @@ -8,7 +8,7 @@ import { MenubarMenu, MenubarSeparator, MenubarTrigger, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; export const CODE = `import { @@ -19,7 +19,7 @@ export const CODE = `import { MenubarItem, MenubarLabel, MenubarSeparator, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/menubar/shortcuts/page.tsx b/packages/lsd-docs/app/examples/menubar/shortcuts/page.tsx index 85f4f987..e499835b 100644 --- a/packages/lsd-docs/app/examples/menubar/shortcuts/page.tsx +++ b/packages/lsd-docs/app/examples/menubar/shortcuts/page.tsx @@ -7,7 +7,7 @@ import { MenubarMenu, MenubarSeparator, MenubarTrigger, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; export const CODE = `import { @@ -17,7 +17,7 @@ export const CODE = `import { MenubarContent, MenubarItem, MenubarSeparator, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/menubar/submenus/page.tsx b/packages/lsd-docs/app/examples/menubar/submenus/page.tsx index b7b36ed3..5ec6721b 100644 --- a/packages/lsd-docs/app/examples/menubar/submenus/page.tsx +++ b/packages/lsd-docs/app/examples/menubar/submenus/page.tsx @@ -10,7 +10,7 @@ import { MenubarSubContent, MenubarSubTrigger, MenubarTrigger, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; export const CODE = `import { @@ -23,7 +23,7 @@ export const CODE = `import { MenubarSubTrigger, MenubarPortal, MenubarSubContent, -} from '@nipsys/shadcn-lsd'; +} from '@nipsys/lsd'; export function Example() { return ( From 183125ae3350a12c85f386b6c6e078f947e42e25 Mon Sep 17 00:00:00 2001 From: Xav Date: Wed, 15 Apr 2026 14:47:46 -0400 Subject: [PATCH 030/101] docs: update sonner example imports --- packages/lsd-docs/app/examples/sonner/actions/page.tsx | 4 ++-- packages/lsd-docs/app/examples/sonner/basic/page.tsx | 4 ++-- packages/lsd-docs/app/examples/sonner/custom/page.tsx | 4 ++-- packages/lsd-docs/app/examples/sonner/duration/page.tsx | 4 ++-- packages/lsd-docs/app/examples/sonner/persistent/page.tsx | 4 ++-- packages/lsd-docs/app/examples/sonner/position/page.tsx | 4 ++-- packages/lsd-docs/app/examples/sonner/positions/page.tsx | 4 ++-- packages/lsd-docs/app/examples/sonner/promise/page.tsx | 4 ++-- packages/lsd-docs/app/examples/sonner/rich/page.tsx | 4 ++-- packages/lsd-docs/app/examples/sonner/toast-types/page.tsx | 4 ++-- 10 files changed, 20 insertions(+), 20 deletions(-) diff --git a/packages/lsd-docs/app/examples/sonner/actions/page.tsx b/packages/lsd-docs/app/examples/sonner/actions/page.tsx index ddcda1b5..c0fdb722 100644 --- a/packages/lsd-docs/app/examples/sonner/actions/page.tsx +++ b/packages/lsd-docs/app/examples/sonner/actions/page.tsx @@ -1,10 +1,10 @@ 'use client'; -import { Button, Typography } from '@nipsys/shadcn-lsd'; +import { Button, Typography } from '@nipsys/lsd'; import { Toaster, toast } from 'sonner'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Button, Typography } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Button, Typography } from '@nipsys/lsd'; import { Toaster, toast } from 'sonner'; export function Example() { diff --git a/packages/lsd-docs/app/examples/sonner/basic/page.tsx b/packages/lsd-docs/app/examples/sonner/basic/page.tsx index e8f1ec26..53bce1c3 100644 --- a/packages/lsd-docs/app/examples/sonner/basic/page.tsx +++ b/packages/lsd-docs/app/examples/sonner/basic/page.tsx @@ -1,10 +1,10 @@ 'use client'; -import { Button, Typography } from '@nipsys/shadcn-lsd'; +import { Button, Typography } from '@nipsys/lsd'; import { Toaster, toast } from 'sonner'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Button, Typography } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Button, Typography } from '@nipsys/lsd'; import { Toaster, toast } from 'sonner'; export function Example() { diff --git a/packages/lsd-docs/app/examples/sonner/custom/page.tsx b/packages/lsd-docs/app/examples/sonner/custom/page.tsx index 29effc7f..509c73ba 100644 --- a/packages/lsd-docs/app/examples/sonner/custom/page.tsx +++ b/packages/lsd-docs/app/examples/sonner/custom/page.tsx @@ -1,11 +1,11 @@ 'use client'; -import { Button, Input, Typography } from '@nipsys/shadcn-lsd'; +import { Button, Input, Typography } from '@nipsys/lsd'; import { useState } from 'react'; import { Toaster, toast } from 'sonner'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Button, Typography, Input } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Button, Typography, Input } from '@nipsys/lsd'; import { Toaster, toast } from 'sonner'; import { useState } from 'react'; diff --git a/packages/lsd-docs/app/examples/sonner/duration/page.tsx b/packages/lsd-docs/app/examples/sonner/duration/page.tsx index edfcc253..61a58fbb 100644 --- a/packages/lsd-docs/app/examples/sonner/duration/page.tsx +++ b/packages/lsd-docs/app/examples/sonner/duration/page.tsx @@ -1,10 +1,10 @@ 'use client'; -import { Button, Typography } from '@nipsys/shadcn-lsd'; +import { Button, Typography } from '@nipsys/lsd'; import { Toaster, toast } from 'sonner'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Button, Typography } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Button, Typography } from '@nipsys/lsd'; import { Toaster, toast } from 'sonner'; export function Example() { diff --git a/packages/lsd-docs/app/examples/sonner/persistent/page.tsx b/packages/lsd-docs/app/examples/sonner/persistent/page.tsx index 2bfd2837..1c4c765a 100644 --- a/packages/lsd-docs/app/examples/sonner/persistent/page.tsx +++ b/packages/lsd-docs/app/examples/sonner/persistent/page.tsx @@ -1,10 +1,10 @@ 'use client'; -import { Button, Typography } from '@nipsys/shadcn-lsd'; +import { Button, Typography } from '@nipsys/lsd'; import { Toaster, toast } from 'sonner'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Button, Typography } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Button, Typography } from '@nipsys/lsd'; import { Toaster, toast } from 'sonner'; export function Example() { diff --git a/packages/lsd-docs/app/examples/sonner/position/page.tsx b/packages/lsd-docs/app/examples/sonner/position/page.tsx index fe0a60f7..ae306905 100644 --- a/packages/lsd-docs/app/examples/sonner/position/page.tsx +++ b/packages/lsd-docs/app/examples/sonner/position/page.tsx @@ -1,10 +1,10 @@ 'use client'; -import { Button, Typography } from '@nipsys/shadcn-lsd'; +import { Button, Typography } from '@nipsys/lsd'; import { Toaster, toast } from 'sonner'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Button, Typography } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Button, Typography } from '@nipsys/lsd'; import { Toaster, toast } from 'sonner'; export function Example() { diff --git a/packages/lsd-docs/app/examples/sonner/positions/page.tsx b/packages/lsd-docs/app/examples/sonner/positions/page.tsx index 2261db47..d44e7260 100644 --- a/packages/lsd-docs/app/examples/sonner/positions/page.tsx +++ b/packages/lsd-docs/app/examples/sonner/positions/page.tsx @@ -1,10 +1,10 @@ 'use client'; -import { Button, Typography } from '@nipsys/shadcn-lsd'; +import { Button, Typography } from '@nipsys/lsd'; import { Toaster, toast } from 'sonner'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Button, Typography } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Button, Typography } from '@nipsys/lsd'; import { Toaster, toast } from 'sonner'; export function Example() { diff --git a/packages/lsd-docs/app/examples/sonner/promise/page.tsx b/packages/lsd-docs/app/examples/sonner/promise/page.tsx index 2df6cfbd..21e6618b 100644 --- a/packages/lsd-docs/app/examples/sonner/promise/page.tsx +++ b/packages/lsd-docs/app/examples/sonner/promise/page.tsx @@ -1,10 +1,10 @@ 'use client'; -import { Button, Typography } from '@nipsys/shadcn-lsd'; +import { Button, Typography } from '@nipsys/lsd'; import { Toaster, toast } from 'sonner'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Button, Typography } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Button, Typography } from '@nipsys/lsd'; import { Toaster, toast } from 'sonner'; export function Example() { diff --git a/packages/lsd-docs/app/examples/sonner/rich/page.tsx b/packages/lsd-docs/app/examples/sonner/rich/page.tsx index 33cdbf33..166c483c 100644 --- a/packages/lsd-docs/app/examples/sonner/rich/page.tsx +++ b/packages/lsd-docs/app/examples/sonner/rich/page.tsx @@ -1,10 +1,10 @@ 'use client'; -import { Button, Typography } from '@nipsys/shadcn-lsd'; +import { Button, Typography } from '@nipsys/lsd'; import { Toaster, toast } from 'sonner'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Button, Typography } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Button, Typography } from '@nipsys/lsd'; import { Toaster, toast } from 'sonner'; export function Example() { diff --git a/packages/lsd-docs/app/examples/sonner/toast-types/page.tsx b/packages/lsd-docs/app/examples/sonner/toast-types/page.tsx index 1d431197..d7a848ad 100644 --- a/packages/lsd-docs/app/examples/sonner/toast-types/page.tsx +++ b/packages/lsd-docs/app/examples/sonner/toast-types/page.tsx @@ -1,10 +1,10 @@ 'use client'; -import { Button, Typography } from '@nipsys/shadcn-lsd'; +import { Button, Typography } from '@nipsys/lsd'; import { Toaster, toast } from 'sonner'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Button, Typography } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Button, Typography } from '@nipsys/lsd'; import { Toaster, toast } from 'sonner'; export function Example() { From c72b9b3447153a7d88e55a21fd99e3c415b1d727 Mon Sep 17 00:00:00 2001 From: Xav Date: Wed, 15 Apr 2026 14:47:50 -0400 Subject: [PATCH 031/101] docs: update toggle-group example imports --- packages/lsd-docs/app/examples/toggle-group/multiple/page.tsx | 4 ++-- packages/lsd-docs/app/examples/toggle-group/single/page.tsx | 4 ++-- packages/lsd-docs/app/examples/toggle-group/sizes/page.tsx | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/lsd-docs/app/examples/toggle-group/multiple/page.tsx b/packages/lsd-docs/app/examples/toggle-group/multiple/page.tsx index 126524e0..102c145e 100644 --- a/packages/lsd-docs/app/examples/toggle-group/multiple/page.tsx +++ b/packages/lsd-docs/app/examples/toggle-group/multiple/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { ToggleGroup, ToggleGroupItem, Typography } from '@nipsys/shadcn-lsd'; +import { ToggleGroup, ToggleGroupItem, Typography } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { ToggleGroup, ToggleGroupItem, Typography } from '@nipsys/shadcn-lsd'; +export const CODE = `import { ToggleGroup, ToggleGroupItem, Typography } from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/toggle-group/single/page.tsx b/packages/lsd-docs/app/examples/toggle-group/single/page.tsx index 0d5cbf6e..d322d46b 100644 --- a/packages/lsd-docs/app/examples/toggle-group/single/page.tsx +++ b/packages/lsd-docs/app/examples/toggle-group/single/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { ToggleGroup, ToggleGroupItem, Typography } from '@nipsys/shadcn-lsd'; +import { ToggleGroup, ToggleGroupItem, Typography } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { ToggleGroup, ToggleGroupItem, Typography } from '@nipsys/shadcn-lsd'; +export const CODE = `import { ToggleGroup, ToggleGroupItem, Typography } from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/toggle-group/sizes/page.tsx b/packages/lsd-docs/app/examples/toggle-group/sizes/page.tsx index 40eb9186..0f79e704 100644 --- a/packages/lsd-docs/app/examples/toggle-group/sizes/page.tsx +++ b/packages/lsd-docs/app/examples/toggle-group/sizes/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { ToggleGroup, ToggleGroupItem, Typography } from '@nipsys/shadcn-lsd'; +import { ToggleGroup, ToggleGroupItem, Typography } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { ToggleGroup, ToggleGroupItem, Typography } from '@nipsys/shadcn-lsd'; +export const CODE = `import { ToggleGroup, ToggleGroupItem, Typography } from '@nipsys/lsd'; export function Example() { return ( From 663a47617e0783e9b4fa66ab4e7f2426b86383a9 Mon Sep 17 00:00:00 2001 From: Xav Date: Wed, 15 Apr 2026 14:47:53 -0400 Subject: [PATCH 032/101] docs: update toggle example imports --- packages/lsd-docs/app/examples/toggle/basic/page.tsx | 4 ++-- packages/lsd-docs/app/examples/toggle/pressed/page.tsx | 4 ++-- packages/lsd-docs/app/examples/toggle/sizes/page.tsx | 4 ++-- packages/lsd-docs/app/examples/toggle/with-text/page.tsx | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/lsd-docs/app/examples/toggle/basic/page.tsx b/packages/lsd-docs/app/examples/toggle/basic/page.tsx index 8fd53a92..8ac655b7 100644 --- a/packages/lsd-docs/app/examples/toggle/basic/page.tsx +++ b/packages/lsd-docs/app/examples/toggle/basic/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { Toggle, Typography } from '@nipsys/shadcn-lsd'; +import { Toggle, Typography } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Toggle, Typography } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Toggle, Typography } from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/toggle/pressed/page.tsx b/packages/lsd-docs/app/examples/toggle/pressed/page.tsx index 1fe98c09..d2a86b96 100644 --- a/packages/lsd-docs/app/examples/toggle/pressed/page.tsx +++ b/packages/lsd-docs/app/examples/toggle/pressed/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { Toggle, Typography } from '@nipsys/shadcn-lsd'; +import { Toggle, Typography } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Toggle, Typography } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Toggle, Typography } from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/toggle/sizes/page.tsx b/packages/lsd-docs/app/examples/toggle/sizes/page.tsx index c18de063..49336709 100644 --- a/packages/lsd-docs/app/examples/toggle/sizes/page.tsx +++ b/packages/lsd-docs/app/examples/toggle/sizes/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { Toggle, Typography } from '@nipsys/shadcn-lsd'; +import { Toggle, Typography } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Toggle, Typography } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Toggle, Typography } from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/toggle/with-text/page.tsx b/packages/lsd-docs/app/examples/toggle/with-text/page.tsx index 09c4e381..fe03391f 100644 --- a/packages/lsd-docs/app/examples/toggle/with-text/page.tsx +++ b/packages/lsd-docs/app/examples/toggle/with-text/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { Toggle, Typography } from '@nipsys/shadcn-lsd'; +import { Toggle, Typography } from '@nipsys/lsd'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; -export const CODE = `import { Toggle, Typography } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Toggle, Typography } from '@nipsys/lsd'; export function Example() { return ( From 8f9b8dffa01d7aa01193a2878322e988583024cb Mon Sep 17 00:00:00 2001 From: Xav Date: Wed, 15 Apr 2026 14:47:57 -0400 Subject: [PATCH 033/101] docs: update tooltip example imports --- .../lsd-docs/app/examples/tooltip/basic/TooltipProvider.tsx | 2 +- packages/lsd-docs/app/examples/tooltip/basic/page.tsx | 4 ++-- .../app/examples/tooltip/positions/TooltipProvider.tsx | 2 +- packages/lsd-docs/app/examples/tooltip/positions/page.tsx | 4 ++-- .../app/examples/tooltip/with-icon/TooltipProvider.tsx | 2 +- packages/lsd-docs/app/examples/tooltip/with-icon/page.tsx | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/lsd-docs/app/examples/tooltip/basic/TooltipProvider.tsx b/packages/lsd-docs/app/examples/tooltip/basic/TooltipProvider.tsx index 2a8a8ae7..705cb3fe 100644 --- a/packages/lsd-docs/app/examples/tooltip/basic/TooltipProvider.tsx +++ b/packages/lsd-docs/app/examples/tooltip/basic/TooltipProvider.tsx @@ -1,6 +1,6 @@ 'use client'; -import { TooltipProvider as BaseTooltipProvider } from '@nipsys/shadcn-lsd'; +import { TooltipProvider as BaseTooltipProvider } from '@nipsys/lsd'; import type * as React from 'react'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; diff --git a/packages/lsd-docs/app/examples/tooltip/basic/page.tsx b/packages/lsd-docs/app/examples/tooltip/basic/page.tsx index 52fba0cd..f6ca35e5 100644 --- a/packages/lsd-docs/app/examples/tooltip/basic/page.tsx +++ b/packages/lsd-docs/app/examples/tooltip/basic/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { Button, Tooltip, TooltipContent, TooltipTrigger, Typography } from '@nipsys/shadcn-lsd'; +import { Button, Tooltip, TooltipContent, TooltipTrigger, Typography } from '@nipsys/lsd'; import { TooltipProvider } from './TooltipProvider'; -export const CODE = `import { Button, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, Typography } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Button, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, Typography } from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/tooltip/positions/TooltipProvider.tsx b/packages/lsd-docs/app/examples/tooltip/positions/TooltipProvider.tsx index 2a8a8ae7..705cb3fe 100644 --- a/packages/lsd-docs/app/examples/tooltip/positions/TooltipProvider.tsx +++ b/packages/lsd-docs/app/examples/tooltip/positions/TooltipProvider.tsx @@ -1,6 +1,6 @@ 'use client'; -import { TooltipProvider as BaseTooltipProvider } from '@nipsys/shadcn-lsd'; +import { TooltipProvider as BaseTooltipProvider } from '@nipsys/lsd'; import type * as React from 'react'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; diff --git a/packages/lsd-docs/app/examples/tooltip/positions/page.tsx b/packages/lsd-docs/app/examples/tooltip/positions/page.tsx index 159aba5f..1b556482 100644 --- a/packages/lsd-docs/app/examples/tooltip/positions/page.tsx +++ b/packages/lsd-docs/app/examples/tooltip/positions/page.tsx @@ -1,9 +1,9 @@ 'use client'; -import { Button, Tooltip, TooltipContent, TooltipTrigger, Typography } from '@nipsys/shadcn-lsd'; +import { Button, Tooltip, TooltipContent, TooltipTrigger, Typography } from '@nipsys/lsd'; import { TooltipProvider } from './TooltipProvider'; -export const CODE = `import { Button, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, Typography } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Button, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, Typography } from '@nipsys/lsd'; export function Example() { return ( diff --git a/packages/lsd-docs/app/examples/tooltip/with-icon/TooltipProvider.tsx b/packages/lsd-docs/app/examples/tooltip/with-icon/TooltipProvider.tsx index 2a8a8ae7..705cb3fe 100644 --- a/packages/lsd-docs/app/examples/tooltip/with-icon/TooltipProvider.tsx +++ b/packages/lsd-docs/app/examples/tooltip/with-icon/TooltipProvider.tsx @@ -1,6 +1,6 @@ 'use client'; -import { TooltipProvider as BaseTooltipProvider } from '@nipsys/shadcn-lsd'; +import { TooltipProvider as BaseTooltipProvider } from '@nipsys/lsd'; import type * as React from 'react'; import { useSendThemeToIframes } from '@/components/docs/useSendThemeToIframes'; diff --git a/packages/lsd-docs/app/examples/tooltip/with-icon/page.tsx b/packages/lsd-docs/app/examples/tooltip/with-icon/page.tsx index d0f669d1..2545f12e 100644 --- a/packages/lsd-docs/app/examples/tooltip/with-icon/page.tsx +++ b/packages/lsd-docs/app/examples/tooltip/with-icon/page.tsx @@ -1,10 +1,10 @@ 'use client'; -import { Button, Tooltip, TooltipContent, TooltipTrigger, Typography } from '@nipsys/shadcn-lsd'; +import { Button, Tooltip, TooltipContent, TooltipTrigger, Typography } from '@nipsys/lsd'; import { InfoIcon } from '@phosphor-icons/react'; import { TooltipProvider } from './TooltipProvider'; -export const CODE = `import { Button, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, Typography } from '@nipsys/shadcn-lsd'; +export const CODE = `import { Button, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, Typography } from '@nipsys/lsd'; import { InfoIcon } from '@phosphor-icons/react'; export function Example() { From efaadbd1627311870939bee1a1072a609bfbcb49 Mon Sep 17 00:00:00 2001 From: Xav Date: Wed, 15 Apr 2026 14:53:23 -0400 Subject: [PATCH 034/101] chore: replace GPLv3 license with MIT --- LICENSE | 695 ++------------------------------------------------------ 1 file changed, 21 insertions(+), 674 deletions(-) diff --git a/LICENSE b/LICENSE index 4838f22c..9bcf419f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,674 +1,21 @@ - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU General Public License is a free, copyleft license for -software and other kinds of works. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - @nipsys/shadcn-lsd is a UI component library based on the Logos Design System - Copyright (C) 2025 Xavier Saliniere - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - @nipsys/shadcn-lsd Copyright (C) 2025 Xavier Saliniere - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -. - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -. \ No newline at end of file +MIT License + +Copyright (c) 2026 Xavier Saliniere + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file From 91cea7273fe031e5b9d8666e1c1779fb9d055cfa Mon Sep 17 00:00:00 2001 From: Xav Date: Wed, 15 Apr 2026 16:16:16 -0400 Subject: [PATCH 035/101] chore: remove migration summary file --- MIGRATION_SUMMARY.md | 298 ------------------------------------------- 1 file changed, 298 deletions(-) delete mode 100644 MIGRATION_SUMMARY.md diff --git a/MIGRATION_SUMMARY.md b/MIGRATION_SUMMARY.md deleted file mode 100644 index 551393fe..00000000 --- a/MIGRATION_SUMMARY.md +++ /dev/null @@ -1,298 +0,0 @@ -# Migration Summary: Astro 5.0 β†’ Next.js 16 - -## Overview - -This document summarizes the migration of the `lsd-docs` documentation site from Astro 5.0 to Next.js 16. The migration was completed successfully with all functionality verified and working correctly. - -## Migration Date - -March 11, 2026 - -## What Was Migrated - -### Core Framework -- **From:** Astro 5.0 -- **To:** Next.js 16.1.6 with App Router - -### Key Changes - -#### 1. Project Structure -``` -Before (Astro): -β”œβ”€β”€ src/ -β”‚ β”œβ”€β”€ pages/ -β”‚ β”œβ”€β”€ components/ -β”‚ └── layouts/ -β”œβ”€β”€ public/ -└── astro.config.mjs - -After (Next.js): -β”œβ”€β”€ app/ -β”‚ β”œβ”€β”€ components/ -β”‚ β”œβ”€β”€ design-tokens/ -β”‚ β”œβ”€β”€ getting-started/ -β”‚ β”œβ”€β”€ config/ -β”‚ β”œβ”€β”€ layout.tsx -β”‚ └── page.tsx -β”œβ”€β”€ public/ -└── next.config.ts -``` - -#### 2. Routing -- **Astro:** File-based routing in `src/pages/` -- **Next.js:** File-based routing in `app/` directory with App Router -- All routes preserved with identical URLs - -#### 3. Components -- Converted all Astro components to React/TSX -- Maintained all functionality and styling -- Preserved component hierarchy and structure - -#### 4. Styling -- Continued using Tailwind CSS 4 -- All styles preserved without changes -- CSS variables and theming maintained - -#### 5. Configuration -- Replaced `astro.config.mjs` with `next.config.ts` -- Configured static export (`output: 'export'`) -- Set custom output directory (`distDir: '../../docs'`) -- Added production optimizations - -## Pages Migrated - -### Documentation Pages (23 total) -- `/` - Home page -- `/components/badge` - Badge component documentation -- `/components/button` - Button component documentation -- `/components/button-group` - ButtonGroup component documentation -- `/components/checkbox` - Checkbox component documentation -- `/components/index` - Components index -- `/components/input` - Input component documentation -- `/components/menubar` - Menubar component documentation -- `/components/progress` - Progress component documentation -- `/components/select` - Select component documentation -- `/components/sidebar` - Sidebar component documentation -- `/components/sonner` - Sonner component documentation -- `/components/switch` - Switch component documentation -- `/components/tabs` - Tabs component documentation -- `/design-tokens/colors` - Colors design tokens -- `/design-tokens/spacing` - Spacing design tokens -- `/design-tokens/typography` - Typography design tokens -- `/getting-started/installation` - Installation guide -- `/getting-started/theming` - Theming guide -- `/getting-started/usage` - Usage guide -- `/_not-found` - 404 page - -## Components Created - -### Layout Components -- `app/layout.tsx` - Root layout with metadata -- `app/components/LayoutWrapper.tsx` - Layout wrapper -- `app/components/SidebarWrapper.tsx` - Sidebar with navigation -- `app/components/Sidebar.tsx` - Sidebar container -- `app/components/SidebarContent.tsx` - Sidebar navigation content -- `app/components/Header.tsx` - Site header -- `app/components/PathProvider.tsx` - Path context provider - -### Documentation Components -- `app/components/docs/ClientOnly.tsx` - Client-side only wrapper -- `app/components/docs/ClientWrapper.tsx` - Client wrapper component -- `app/components/docs/CodeExample.tsx` - Code example display -- `app/components/docs/ComponentPreview.tsx` - Component preview -- `app/components/docs/ThemeToggle.tsx` - Theme toggle button - -### Configuration -- `app/config/navigation.ts` - Navigation structure -- `app/config/site.ts` - Site metadata -- `app/types/navigation.ts` - Navigation types - -## Dependencies - -### Added -- `next@16.1.6` - Next.js framework -- `react@19.2.3` - React library -- `react-dom@19.2.3` - React DOM -- `@phosphor-icons/react@^2.1.10` - Icon library -- `@tailwindcss/postcss@^4` - Tailwind CSS PostCSS plugin -- `tailwindcss@^4` - Tailwind CSS -- `eslint@^9` - ESLint -- `eslint-config-next@16.1.6` - Next.js ESLint config -- `typescript@^5` - TypeScript - -### Removed -- All Astro-specific dependencies -- Astro integrations -- Astro-specific build tools - -## Configuration Changes - -### next.config.ts -```typescript -{ - output: 'export', // Static export - distDir: '../../docs', // Output directory - trailingSlash: true, // Trailing slashes - compress: true, // Compression - images: { unoptimized: true }, // Required for static export - productionBrowserSourceMaps: false, - experimental: { optimizeCss: true }, - compiler: { removeConsole: process.env.NODE_ENV === 'production' } -} -``` - -### package.json Scripts -```json -{ - "dev": "next dev --turbopack", - "build": "next build", - "start": "next start", - "export": "next build", - "preview": "pnpm dlx http-server ../../docs", - "lint": "eslint" -} -``` - -## Performance Optimizations - -### Build Optimizations -- CSS optimization enabled (`optimizeCss: true`) -- Console logs removed in production -- Source maps disabled in production -- Compression enabled - -### Build Results -- **Total build size:** 4.6 MB (down from 252 MB before cleanup) -- **Total files:** 234 -- **Build time:** ~4 seconds -- **All pages:** Static pre-rendered - -### Chunk Sizes -- Largest chunk: 267 KB (fe0beb933eeb1e03.js) -- Second largest: 225 KB (8b72cfc40036c827.js) -- CSS bundle: 75 KB (3ea5ed0fbb2e975d.css) -- Most chunks: 10-30 KB - -## Breaking Changes - -### None -All functionality preserved without breaking changes. The migration was designed to be transparent to end users. - -### Internal Changes -- Component file extensions changed from `.astro` to `.tsx` -- Layout system changed from Astro layouts to Next.js layouts -- Routing system changed from Astro to Next.js App Router -- Build system changed from Astro to Next.js - -## Deployment - -### GitHub Pages -- Site configured to deploy to `docs/` directory -- Static export automatically placed in correct location -- No deployment configuration changes needed - -### Other Platforms -The static export can be deployed to any static hosting service: -- Vercel -- Netlify -- Cloudflare Pages -- AWS S3 + CloudFront - -## Testing - -### Manual Testing -All pages and components were manually tested: -- Navigation works correctly -- All component examples render properly -- Theme switching functions correctly -- Responsive design maintained -- All links work as expected - -### Build Verification -- Clean build completed successfully -- All 23 pages generated -- No build errors or warnings -- Static export verified - -## Files Cleaned Up - -### Removed -- `packages/lsd-docs/.next/` - Next.js build artifacts (17 MB) -- `docs/` - Old build output (252 MB) -- Any temporary or backup files created during migration - -### Preserved -- All source code in `app/` directory -- All configuration files -- All documentation -- All public assets - -## Documentation Updates - -### Updated Files -1. `packages/lsd-docs/README.md` - Complete rewrite with Next.js information -2. `README.md` - Updated with documentation site information - -### New Documentation -- Project structure documentation -- Development workflow documentation -- Deployment instructions -- Tech stack information - -## Migration Notes - -### What Worked Well -- Next.js App Router provided a clean migration path -- Static export configuration was straightforward -- Tailwind CSS integration worked seamlessly -- Component conversion was mostly mechanical - -### Challenges Overcome -- Converting Astro components to React/TSX -- Adapting Astro layouts to Next.js layouts -- Configuring static export with custom output directory -- Maintaining identical URLs and routing - -### Lessons Learned -- Next.js 16 with App Router is well-suited for documentation sites -- Static export is efficient and produces optimized builds -- Turbopack significantly improves development build times -- The migration preserved all functionality without breaking changes - -## Future Considerations - -### Potential Improvements -- Consider adding image optimization for static exports -- Explore incremental static regeneration (ISR) if dynamic content is needed -- Consider adding analytics integration -- Explore adding search functionality - -### Maintenance -- Keep Next.js updated to latest stable version -- Monitor for breaking changes in future Next.js releases -- Regular dependency updates -- Performance monitoring in production - -## Conclusion - -The migration from Astro 5.0 to Next.js 16 was completed successfully. All functionality has been preserved, the build is optimized, and the site is ready for production deployment. The migration provides a solid foundation for future development and improvements. - -## Verification Checklist - -- [x] All pages migrated and working -- [x] All components converted to React/TSX -- [x] Navigation works correctly -- [x] Theme switching functional -- [x] Responsive design maintained -- [x] Build completes successfully -- [x] Static export verified -- [x] Documentation updated -- [x] Temporary files cleaned up -- [x] Performance optimizations applied -- [x] Ready for production deployment - ---- - -**Migration completed by:** Kilo Code -**Date:** March 11, 2026 -**Status:** βœ… Complete and verified From ca15c36286ba15d0894fa2869f367302f3b985e3 Mon Sep 17 00:00:00 2001 From: Xav Date: Wed, 15 Apr 2026 16:16:59 -0400 Subject: [PATCH 036/101] refactor: organize core UI component classnames with comments --- .../src/components/ui/badge/types.ts | 2 +- .../src/components/ui/button/Button.tsx | 37 ++++++++++++++++--- .../src/components/ui/button/types.ts | 2 +- .../src/components/ui/card/Card.tsx | 11 +++++- .../src/components/ui/card/CardAction.tsx | 8 +++- .../src/components/ui/card/CardContent.tsx | 7 +++- .../components/ui/card/CardDescription.tsx | 8 +++- .../src/components/ui/card/CardFooter.tsx | 11 +++++- .../src/components/ui/card/CardHeader.tsx | 17 ++++++++- .../src/components/ui/card/CardTitle.tsx | 7 +++- 10 files changed, 96 insertions(+), 14 deletions(-) diff --git a/packages/shadcn-lsd/src/components/ui/badge/types.ts b/packages/shadcn-lsd/src/components/ui/badge/types.ts index 58bc4a94..c15ed975 100644 --- a/packages/shadcn-lsd/src/components/ui/badge/types.ts +++ b/packages/shadcn-lsd/src/components/ui/badge/types.ts @@ -26,7 +26,7 @@ export const badgeVariants = cva( size: { sm: 'lsd:h-[var(--lsd-spacing-larger)] lsd:px-[var(--lsd-spacing-smaller)] lsd:py-[var(--lsd-spacing-smallest)] lsd:gap-[var(--lsd-spacing-smallest)] lsd:text-[0.75rem] [&>svg]:size-3', md: 'lsd:h-[var(--lsd-spacing-largest)] lsd:px-[var(--lsd-spacing-small)] lsd:py-[var(--lsd-spacing-smallest)] lsd:gap-[var(--lsd-spacing-smaller)] lsd:text-[0.875rem] [&>svg]:size-3', - lg: 'lsd:h-8 lsd:px-[var(--lsd-spacing-small)] lsd:py-[var(--lsd-spacing-smallest)] lsd:gap-[var(--lsd-spacing-smaller)] lsd:text-[1rem] [&>svg]:size-[14px]', + lg: 'lsd:h-[var(--lsd-spacing-largest)] lsd:px-[var(--lsd-spacing-small)] lsd:py-[var(--lsd-spacing-smallest)] lsd:gap-[var(--lsd-spacing-smaller)] lsd:text-[1rem] [&>svg]:size-[14px]', }, }, defaultVariants: { diff --git a/packages/shadcn-lsd/src/components/ui/button/Button.tsx b/packages/shadcn-lsd/src/components/ui/button/Button.tsx index a7dd6c37..13da81ee 100644 --- a/packages/shadcn-lsd/src/components/ui/button/Button.tsx +++ b/packages/shadcn-lsd/src/components/ui/button/Button.tsx @@ -54,10 +54,19 @@ const Button = React.forwardRef( return ( ( {...props} > {loading ? ( - + - {children && {children}} + {children && ( + + {children} + + )} ) : ( children diff --git a/packages/shadcn-lsd/src/components/ui/button/types.ts b/packages/shadcn-lsd/src/components/ui/button/types.ts index 14b353e0..0755dd3c 100644 --- a/packages/shadcn-lsd/src/components/ui/button/types.ts +++ b/packages/shadcn-lsd/src/components/ui/button/types.ts @@ -40,7 +40,7 @@ export const buttonVariants = cva( size: { sm: 'lsd:h-8 lsd:px-[var(--lsd-spacing-small)] lsd:py-[var(--lsd-spacing-smaller)] lsd:text-sm', md: 'lsd:h-10 lsd:px-[var(--lsd-spacing-larger)] lsd:py-[var(--lsd-spacing-smaller)] lsd:text-base', - lg: 'lsd:h-12 lsd:px-8 lsd:py-[var(--lsd-spacing-small)] lsd:text-lg', + lg: 'lsd:h-12 lsd:px-[var(--lsd-spacing-largest)] lsd:py-[var(--lsd-spacing-small)] lsd:text-lg', 'square-sm': 'lsd:w-8 lsd:h-8', 'square-md': 'lsd:w-10 lsd:h-10', 'square-lg': 'lsd:w-12 lsd:h-12', diff --git a/packages/shadcn-lsd/src/components/ui/card/Card.tsx b/packages/shadcn-lsd/src/components/ui/card/Card.tsx index 64c52fd9..6e0a8d9c 100644 --- a/packages/shadcn-lsd/src/components/ui/card/Card.tsx +++ b/packages/shadcn-lsd/src/components/ui/card/Card.tsx @@ -9,7 +9,16 @@ const Card = React.forwardRef>( ref={ref} data-slot="card" className={cn( - 'lsd:bg-lsd-surface lsd:text-lsd-text-primary lsd:flex lsd:flex-col lsd:border-lsd-border lsd:border lsd:shadow-sm', + // Colors & Backgrounds + 'lsd:bg-lsd-surface', + 'lsd:text-lsd-text-primary', + // Layout & Positioning + 'lsd:flex', + 'lsd:flex-col', + // Borders, Shapes & Effects + 'lsd:border', + 'lsd:border-lsd-border', + 'lsd:shadow-sm', className )} {...props} diff --git a/packages/shadcn-lsd/src/components/ui/card/CardAction.tsx b/packages/shadcn-lsd/src/components/ui/card/CardAction.tsx index a128425b..a1ad9cd2 100644 --- a/packages/shadcn-lsd/src/components/ui/card/CardAction.tsx +++ b/packages/shadcn-lsd/src/components/ui/card/CardAction.tsx @@ -9,7 +9,13 @@ const CardAction = React.forwardRef> ref={ref} data-slot="card-action" className={cn( - 'lsd:col-start-2 lsd:row-span-2 lsd:row-start-1 lsd:self-start lsd:justify-self-end', + // Grid + 'lsd:col-start-2', + 'lsd:row-span-2', + 'lsd:row-start-1', + // Layout & Positioning + 'lsd:self-start', + 'lsd:justify-self-end', className )} {...props} diff --git a/packages/shadcn-lsd/src/components/ui/card/CardContent.tsx b/packages/shadcn-lsd/src/components/ui/card/CardContent.tsx index 64c18224..9d4e2c3d 100644 --- a/packages/shadcn-lsd/src/components/ui/card/CardContent.tsx +++ b/packages/shadcn-lsd/src/components/ui/card/CardContent.tsx @@ -8,7 +8,12 @@ const CardContent = React.forwardRef
); diff --git a/packages/shadcn-lsd/src/components/ui/card/CardDescription.tsx b/packages/shadcn-lsd/src/components/ui/card/CardDescription.tsx index fd716c16..751b3c8a 100644 --- a/packages/shadcn-lsd/src/components/ui/card/CardDescription.tsx +++ b/packages/shadcn-lsd/src/components/ui/card/CardDescription.tsx @@ -8,7 +8,13 @@ const CardDescription = React.forwardRef ); diff --git a/packages/shadcn-lsd/src/components/ui/card/CardFooter.tsx b/packages/shadcn-lsd/src/components/ui/card/CardFooter.tsx index 8a98ac2f..0ba62fb5 100644 --- a/packages/shadcn-lsd/src/components/ui/card/CardFooter.tsx +++ b/packages/shadcn-lsd/src/components/ui/card/CardFooter.tsx @@ -9,7 +9,16 @@ const CardFooter = React.forwardRef> ref={ref} data-slot="card-footer" className={cn( - 'lsd:flex lsd:items-center lsd:px-(--lsd-spacing-larger) lsd:py-(--lsd-spacing-larger) lsd:border-t lsd:border-lsd-border lsd:pt-(--lsd-spacing-larger)', + // Layout & Positioning + 'lsd:flex', + 'lsd:items-center', + // Spacing + 'lsd:px-(--lsd-spacing-larger)', + 'lsd:py-(--lsd-spacing-larger)', + 'lsd:pt-(--lsd-spacing-larger)', + // Borders, Shapes & Effects + 'lsd:border-t', + 'lsd:border-lsd-border', className )} {...props} diff --git a/packages/shadcn-lsd/src/components/ui/card/CardHeader.tsx b/packages/shadcn-lsd/src/components/ui/card/CardHeader.tsx index 6f8969df..d03840ce 100644 --- a/packages/shadcn-lsd/src/components/ui/card/CardHeader.tsx +++ b/packages/shadcn-lsd/src/components/ui/card/CardHeader.tsx @@ -9,7 +9,22 @@ const CardHeader = React.forwardRef> ref={ref} data-slot="card-header" className={cn( - '@container/card-header lsd:grid lsd:auto-rows-min lsd:grid-rows-[auto_auto] lsd:items-start lsd:gap-(--lsd-spacing-smaller) lsd:px-(--lsd-spacing-larger) lsd:py-(--lsd-spacing-larger) lsd:has-data-[slot=card-action]:grid-cols-[1fr_auto] lsd:border-b lsd:border-lsd-border lsd:pb-(--lsd-spacing-larger)', + '@container/card-header', + // Layout & Positioning + 'lsd:grid', + 'lsd:items-start', + // Grid + 'lsd:auto-rows-min', + 'lsd:grid-rows-[auto_auto]', + 'lsd:has-data-[slot=card-action]:grid-cols-[1fr_auto]', + // Spacing + 'lsd:gap-(--lsd-spacing-smaller)', + 'lsd:px-(--lsd-spacing-larger)', + 'lsd:py-(--lsd-spacing-larger)', + 'lsd:pb-(--lsd-spacing-larger)', + // Borders, Shapes & Effects + 'lsd:border-b', + 'lsd:border-lsd-border', className )} {...props} diff --git a/packages/shadcn-lsd/src/components/ui/card/CardTitle.tsx b/packages/shadcn-lsd/src/components/ui/card/CardTitle.tsx index 1b37b097..b5462f15 100644 --- a/packages/shadcn-lsd/src/components/ui/card/CardTitle.tsx +++ b/packages/shadcn-lsd/src/components/ui/card/CardTitle.tsx @@ -8,7 +8,12 @@ const CardTitle = React.forwardRef>(
); From ca19de8ee7c025107c89a0b043f66276f6b35f88 Mon Sep 17 00:00:00 2001 From: Xav Date: Wed, 15 Apr 2026 16:17:00 -0400 Subject: [PATCH 037/101] refactor: organize overlay component classnames with comments --- .../ui/alert-dialog/AlertDialogContent.tsx | 31 ++++++++- .../ui/alert-dialog/AlertDialogFooter.tsx | 8 ++- .../ui/alert-dialog/AlertDialogHeader.tsx | 9 ++- .../ui/alert-dialog/AlertDialogOverlay.tsx | 12 +++- .../components/ui/dialog/DialogContent.tsx | 63 ++++++++++++++++++- .../components/ui/dialog/DialogOverlay.tsx | 12 +++- .../components/ui/popover/PopoverContent.tsx | 33 +++++++++- 7 files changed, 158 insertions(+), 10 deletions(-) diff --git a/packages/shadcn-lsd/src/components/ui/alert-dialog/AlertDialogContent.tsx b/packages/shadcn-lsd/src/components/ui/alert-dialog/AlertDialogContent.tsx index 85c21ead..53dc5929 100644 --- a/packages/shadcn-lsd/src/components/ui/alert-dialog/AlertDialogContent.tsx +++ b/packages/shadcn-lsd/src/components/ui/alert-dialog/AlertDialogContent.tsx @@ -14,7 +14,36 @@ function AlertDialogContent({ )
)
Close diff --git a/packages/shadcn-lsd/src/components/ui/dialog/DialogOverlay.tsx b/packages/shadcn-lsd/src/components/ui/dialog/DialogOverlay.tsx index a22d8844..0a65e5a7 100644 --- a/packages/shadcn-lsd/src/components/ui/dialog/DialogOverlay.tsx +++ b/packages/shadcn-lsd/src/components/ui/dialog/DialogOverlay.tsx @@ -11,7 +11,17 @@ function DialogOverlay({ Date: Wed, 15 Apr 2026 16:17:02 -0400 Subject: [PATCH 038/101] refactor: organize alert and accordion component classnames --- .../ui/accordion/AccordionContent.tsx | 6 +- .../components/ui/accordion/AccordionItem.tsx | 8 +- .../ui/accordion/AccordionTrigger.tsx | 12 ++- .../src/components/ui/accordion/types.ts | 79 +++++++++++++++++-- .../src/components/ui/alert/Alert.tsx | 2 +- .../components/ui/alert/AlertDescription.tsx | 15 +++- .../src/components/ui/alert/AlertTitle.tsx | 12 ++- 7 files changed, 118 insertions(+), 16 deletions(-) diff --git a/packages/shadcn-lsd/src/components/ui/accordion/AccordionContent.tsx b/packages/shadcn-lsd/src/components/ui/accordion/AccordionContent.tsx index e7e8210a..b50ed826 100644 --- a/packages/shadcn-lsd/src/components/ui/accordion/AccordionContent.tsx +++ b/packages/shadcn-lsd/src/components/ui/accordion/AccordionContent.tsx @@ -12,11 +12,11 @@ function AccordionContent({ className, children, size = 'md', ...props }: Accord const getPaddingBottom = () => { switch (size) { case 'sm': - return 'lsd:pb-[var(--lsd-spacing-smaller)]'; + return 'lsd:pb-(--lsd-spacing-smaller)'; case 'lg': - return 'lsd:pb-[var(--lsd-spacing-larger)]'; + return 'lsd:pb-(--lsd-spacing-larger)'; default: - return 'lsd:pb-[var(--lsd-spacing-base)]'; + return 'lsd:pb-(--lsd-spacing-base)'; } }; diff --git a/packages/shadcn-lsd/src/components/ui/accordion/AccordionItem.tsx b/packages/shadcn-lsd/src/components/ui/accordion/AccordionItem.tsx index 6b15c7fd..5408aea6 100644 --- a/packages/shadcn-lsd/src/components/ui/accordion/AccordionItem.tsx +++ b/packages/shadcn-lsd/src/components/ui/accordion/AccordionItem.tsx @@ -10,7 +10,13 @@ function AccordionItem({ return ( ); diff --git a/packages/shadcn-lsd/src/components/ui/accordion/AccordionTrigger.tsx b/packages/shadcn-lsd/src/components/ui/accordion/AccordionTrigger.tsx index 2c2f6058..181f2936 100644 --- a/packages/shadcn-lsd/src/components/ui/accordion/AccordionTrigger.tsx +++ b/packages/shadcn-lsd/src/components/ui/accordion/AccordionTrigger.tsx @@ -30,7 +30,17 @@ function AccordionTrigger({ className, children, size = 'md', ...props }: Accord {children} svg]:rotate-180 lsd:text-lsd-text-primary lsd:bg-lsd-surface', + [ + // Colors & Backgrounds + 'lsd:text-lsd-text-primary', + 'lsd:bg-lsd-surface', + // Layout & Positioning + 'lsd:flex', + 'lsd:flex-1', + 'lsd:items-start', + 'lsd:justify-between', + // Spacing + 'lsd:gap-(--lsd-spacing-base)', + // Borders, Shapes & Effects + 'lsd:rounded-none', + // Typography + 'lsd:text-left', + 'lsd:font-medium', + // Transitions & Animations + 'lsd:transition-all', + // Interactive States + 'lsd:cursor-pointer', + 'lsd:hover:underline', + 'lsd:outline-none', + 'focus-visible:lsd:ring-lsd-text/50', + 'focus-visible:lsd:ring-[3px]', + 'focus-visible:lsd:border-lsd-border', + 'lsd:disabled:pointer-events-none', + 'lsd:disabled:cursor-not-allowed', + 'lsd:disabled:opacity-34', + // Pseudo-selectors & ARIA + '[&[lsd:data-state=open]>svg]:rotate-180', + ], { variants: { size: { - sm: 'lsd:py-2 lsd:text-xs', - md: 'lsd:py-4 lsd:text-sm', - lg: 'lsd:py-6 lsd:text-base', + sm: [ + // Spacing + 'lsd:py-(--lsd-spacing-smaller)', + // Typography + 'lsd:text-xs', + ], + md: [ + // Spacing + 'lsd:py-(--lsd-spacing-base)', + // Typography + 'lsd:text-sm', + ], + lg: [ + // Spacing + 'lsd:py-(--lsd-spacing-larger)', + // Typography + 'lsd:text-base', + ], }, }, defaultVariants: { @@ -18,13 +63,31 @@ export const accordionTriggerVariants = cva( ); export const accordionContentVariants = cva( - 'lsd:data-[state=closed]:animate-accordion-up lsd:data-[state=open]:animate-accordion-down lsd:overflow-hidden lsd:text-lsd-text-primary lsd:bg-lsd-surface', + [ + // Colors & Backgrounds + 'lsd:text-lsd-text-primary', + 'lsd:bg-lsd-surface', + // Transitions & Animations + 'lsd:data-[state=closed]:animate-accordion-up', + 'lsd:data-[state=open]:animate-accordion-down', + // Other Utility Classes + 'lsd:overflow-hidden', + ], { variants: { size: { - sm: 'lsd:text-xs', - md: 'lsd:text-sm', - lg: 'lsd:text-base', + sm: [ + // Typography + 'lsd:text-xs', + ], + md: [ + // Typography + 'lsd:text-sm', + ], + lg: [ + // Typography + 'lsd:text-base', + ], }, }, defaultVariants: { diff --git a/packages/shadcn-lsd/src/components/ui/alert/Alert.tsx b/packages/shadcn-lsd/src/components/ui/alert/Alert.tsx index 59ac6d45..ede9e5a1 100644 --- a/packages/shadcn-lsd/src/components/ui/alert/Alert.tsx +++ b/packages/shadcn-lsd/src/components/ui/alert/Alert.tsx @@ -5,7 +5,7 @@ import type * as React from 'react'; import { cn } from '@/lib/utils'; const alertVariants = cva( - 'lsd:relative lsd:grid lsd:w-full lsd:grid-cols-[0_1fr] lsd:items-start lsd:gap-y-0.5 lsd:border lsd:px-4 lsd:py-3 lsd:text-sm has-[>svg]:lsd:grid-cols-[calc(var(--lsd-spacing-base)*4)_1fr] has-[>svg]:lsd:gap-x-3 [&>svg]:lsd:size-4 [&>svg]:lsd:translate-y-0.5 [&>svg]:lsd:text-current', + 'lsd:relative lsd:grid lsd:w-full lsd:grid-cols-[0_1fr] lsd:items-start lsd:gap-y-0.5 lsd:border lsd:px-(--lsd-spacing-base) lsd:py-(--lsd-spacing-small) lsd:text-sm has-[>svg]:lsd:grid-cols-[calc(var(--lsd-spacing-base)*4)_1fr] has-[>svg]:lsd:gap-x-(--lsd-spacing-small) [&>svg]:lsd:size-4 [&>svg]:lsd:translate-y-0.5 [&>svg]:lsd:text-current', { variants: { variant: { diff --git a/packages/shadcn-lsd/src/components/ui/alert/AlertDescription.tsx b/packages/shadcn-lsd/src/components/ui/alert/AlertDescription.tsx index 558ed6fa..b0c67211 100644 --- a/packages/shadcn-lsd/src/components/ui/alert/AlertDescription.tsx +++ b/packages/shadcn-lsd/src/components/ui/alert/AlertDescription.tsx @@ -10,7 +10,20 @@ function AlertDescription({ className, ...props }: AlertDescriptionProps) {

Date: Wed, 15 Apr 2026 16:17:03 -0400 Subject: [PATCH 039/101] refactor: organize form and input component classnames --- .../src/components/ui/field/Field.tsx | 21 +++-- .../components/ui/field/FieldDescription.tsx | 8 +- .../src/components/ui/field/FieldError.tsx | 12 ++- .../src/components/ui/field/FieldLabel.tsx | 11 ++- .../components/ui/field/FieldSeparator.tsx | 8 +- .../src/components/ui/form/FormItem.tsx | 8 +- .../src/components/ui/form/FormMessage.tsx | 10 ++- .../components/ui/input-group/InputGroup.tsx | 45 ++++++++--- .../ui/input-group/InputGroupButton.tsx | 8 +- .../ui/input-group/InputGroupInput.tsx | 11 ++- .../ui/input-group/InputGroupText.tsx | 12 ++- .../src/components/ui/input/Input.tsx | 78 ++++++++++++++++--- 12 files changed, 197 insertions(+), 35 deletions(-) diff --git a/packages/shadcn-lsd/src/components/ui/field/Field.tsx b/packages/shadcn-lsd/src/components/ui/field/Field.tsx index 844fa72b..9d477630 100644 --- a/packages/shadcn-lsd/src/components/ui/field/Field.tsx +++ b/packages/shadcn-lsd/src/components/ui/field/Field.tsx @@ -11,12 +11,23 @@ const Field = React.forwardRef( data-slot="field" data-orientation={orientation} className={cn( + // Box model 'lsd:box-border', - orientation === 'vertical' && 'lsd:flex lsd:flex-col', - orientation === 'horizontal' && - 'lsd:flex lsd:flex-row-reverse lsd:items-start lsd:gap-(--lsd-spacing-base)', - orientation === 'responsive' && - 'lsd:flex lsd:flex-col md:lsd:flex-row-reverse md:lsd:items-start md:lsd:gap-(--lsd-spacing-base)', + // Layout & Positioning - vertical + orientation === 'vertical' && ['lsd:flex', 'lsd:flex-col'], + // Layout & Positioning - horizontal + orientation === 'horizontal' && ['lsd:flex', 'lsd:flex-row-reverse', 'lsd:items-start'], + // Spacing - horizontal + orientation === 'horizontal' && 'lsd:gap-(--lsd-spacing-base)', + // Layout & Positioning - responsive + orientation === 'responsive' && [ + 'lsd:flex', + 'lsd:flex-col', + 'md:lsd:flex-row-reverse', + 'md:lsd:items-start', + ], + // Spacing - responsive + orientation === 'responsive' && 'md:lsd:gap-(--lsd-spacing-base)', className )} {...props} diff --git a/packages/shadcn-lsd/src/components/ui/field/FieldDescription.tsx b/packages/shadcn-lsd/src/components/ui/field/FieldDescription.tsx index bb10f42b..02294188 100644 --- a/packages/shadcn-lsd/src/components/ui/field/FieldDescription.tsx +++ b/packages/shadcn-lsd/src/components/ui/field/FieldDescription.tsx @@ -9,7 +9,13 @@ const FieldDescription = React.forwardRef ); diff --git a/packages/shadcn-lsd/src/components/ui/field/FieldError.tsx b/packages/shadcn-lsd/src/components/ui/field/FieldError.tsx index 45b71603..d8753de4 100644 --- a/packages/shadcn-lsd/src/components/ui/field/FieldError.tsx +++ b/packages/shadcn-lsd/src/components/ui/field/FieldError.tsx @@ -31,7 +31,7 @@ const FieldError = React.forwardRef( return uniqueMessages.length === 1 ? uniqueMessages[0] : uniqueMessages.map(message => ( -

+
β€’ {message}
)); @@ -46,7 +46,15 @@ const FieldError = React.forwardRef( ref={ref} data-slot="field-error" role="alert" - className={cn('lsd:text-sm lsd:font-normal lsd:text-lsd-destructive-text', className)} + className={cn( + // Typography Size + 'lsd:text-sm', + // Typography Font + 'lsd:font-normal', + // Colors & Backgrounds + 'lsd:text-lsd-destructive-text', + className + )} {...props} > {errorBody} diff --git a/packages/shadcn-lsd/src/components/ui/field/FieldLabel.tsx b/packages/shadcn-lsd/src/components/ui/field/FieldLabel.tsx index 75709a18..53f3a961 100644 --- a/packages/shadcn-lsd/src/components/ui/field/FieldLabel.tsx +++ b/packages/shadcn-lsd/src/components/ui/field/FieldLabel.tsx @@ -12,7 +12,16 @@ const FieldLabel = React.forwardRef( htmlFor={htmlFor} aria-label={!htmlFor ? props.children?.toString() : undefined} className={cn( - 'lsd:text-[0.875rem] lsd:font-medium lsd:text-lsd-text-primary lsd:mb-(--lsd-spacing-smaller) lsd:block', + // Typography Size + 'lsd:text-[0.875rem]', + // Typography Font + 'lsd:font-medium', + // Colors & Backgrounds + 'lsd:text-lsd-text-primary', + // Spacing + 'lsd:mb-(--lsd-spacing-smaller)', + // Display + 'lsd:block', className )} {...props} diff --git a/packages/shadcn-lsd/src/components/ui/field/FieldSeparator.tsx b/packages/shadcn-lsd/src/components/ui/field/FieldSeparator.tsx index 8f7c1649..a036eda4 100644 --- a/packages/shadcn-lsd/src/components/ui/field/FieldSeparator.tsx +++ b/packages/shadcn-lsd/src/components/ui/field/FieldSeparator.tsx @@ -10,7 +10,13 @@ const FieldSeparator = React.forwardRef( ref={ref} data-slot="field-separator" className={cn( - 'lsd:border-0 lsd:border-t lsd:border-lsd-border lsd:my-(--lsd-spacing-base)', + // Borders + 'lsd:border-0', + 'lsd:border-t', + // Border Colors + 'lsd:border-lsd-border', + // Spacing + 'lsd:my-(--lsd-spacing-base)', className )} {...props} diff --git a/packages/shadcn-lsd/src/components/ui/form/FormItem.tsx b/packages/shadcn-lsd/src/components/ui/form/FormItem.tsx index 3483ff6a..e4e15e6d 100644 --- a/packages/shadcn-lsd/src/components/ui/form/FormItem.tsx +++ b/packages/shadcn-lsd/src/components/ui/form/FormItem.tsx @@ -16,7 +16,13 @@ function FormItem({ className, ...props }: React.ComponentProps<'div'>) {
diff --git a/packages/shadcn-lsd/src/components/ui/form/FormMessage.tsx b/packages/shadcn-lsd/src/components/ui/form/FormMessage.tsx index 73ce318f..bd1bd1ad 100644 --- a/packages/shadcn-lsd/src/components/ui/form/FormMessage.tsx +++ b/packages/shadcn-lsd/src/components/ui/form/FormMessage.tsx @@ -18,7 +18,15 @@ function FormMessage({ className, ...props }: FormMessageProps) {

{body} diff --git a/packages/shadcn-lsd/src/components/ui/input-group/InputGroup.tsx b/packages/shadcn-lsd/src/components/ui/input-group/InputGroup.tsx index 8adaf59c..424e283b 100644 --- a/packages/shadcn-lsd/src/components/ui/input-group/InputGroup.tsx +++ b/packages/shadcn-lsd/src/components/ui/input-group/InputGroup.tsx @@ -15,20 +15,43 @@ const InputGroup = React.forwardRef( data-slot="input-group" role="group" className={cn( - 'lsd:group/input-group lsd:relative lsd:flex lsd:w-full lsd:items-center lsd:rounded-none lsd:border lsd:border-lsd-border lsd:shadow-xs lsd:transition-[color,box-shadow] lsd:outline-none lsd:bg-lsd-surface', + // Pseudo-selectors & ARIA - Group + 'lsd:group/input-group', + // Positioning + 'lsd:relative', + // Layout & Positioning + 'lsd:flex', + // Sizing + 'lsd:w-full', + // Layout & Positioning - items + 'lsd:items-center', + // Borders, Shapes & Effects + 'lsd:rounded-none', + 'lsd:border', + 'lsd:border-lsd-border', + 'lsd:shadow-xs', + // Transitions & Animations + 'lsd:transition-[color,box-shadow]', + // Interactive States - Focus + 'lsd:outline-none', + // Colors & Backgrounds + 'lsd:bg-lsd-surface', + // Dynamic height classes getInputGroupHeightClasses(size), - 'lsd:min-w-0 has-[>textarea]:lsd:h-auto', - - // Variants based on alignment. + // Sizing - minimum width and textarea + 'lsd:min-w-0', + 'has-[>textarea]:lsd:h-auto', + // Pseudo-selectors & ARIA - alignment variants 'has-[>[data-align=inline-start]]:[&>input]:lsd:pl-(--lsd-spacing-smaller)', 'has-[>[data-align=inline-end]]:[&>input]:lsd:pr-(--lsd-spacing-smaller)', - - // Focus state. - 'has-[[data-slot=input-group-control]:focus-visible]:lsd:border-lsd-primary has-[[data-slot=input-group-control]:focus-visible]:lsd:ring-[3px] has-[[data-slot=input-group-control]:focus-visible]:lsd:ring-lsd-primary/50', - - // Error state. - 'has-[[data-slot][aria-invalid=true]]:lsd:border-lsd-destructive has-[[data-slot][aria-invalid=true]]:lsd:ring-lsd-destructive/20 has-[[data-slot][aria-invalid=true]]:lsd:ring-lsd-destructive/40', - + // Pseudo-selectors & ARIA - focus state + 'has-[[data-slot=input-group-control]:focus-visible]:lsd:border-lsd-primary', + 'has-[[data-slot=input-group-control]:focus-visible]:lsd:ring-[3px]', + 'has-[[data-slot=input-group-control]:focus-visible]:lsd:ring-lsd-primary/50', + // Pseudo-selectors & ARIA - error state + 'has-[[data-slot][aria-invalid=true]]:lsd:border-lsd-destructive', + 'has-[[data-slot][aria-invalid=true]]:lsd:ring-lsd-destructive/20', + 'has-[[data-slot][aria-invalid=true]]:lsd:ring-lsd-destructive/40', className )} {...props} diff --git a/packages/shadcn-lsd/src/components/ui/input-group/InputGroupButton.tsx b/packages/shadcn-lsd/src/components/ui/input-group/InputGroupButton.tsx index 0de2d393..ae5352af 100644 --- a/packages/shadcn-lsd/src/components/ui/input-group/InputGroupButton.tsx +++ b/packages/shadcn-lsd/src/components/ui/input-group/InputGroupButton.tsx @@ -1,5 +1,6 @@ import * as React from 'react'; import { Button } from '@/components/ui/button'; +import { cn } from '@/lib/utils'; import { useInputGroup } from './context'; import type { InputGroupButtonProps, InputGroupButtonSize, InputGroupButtonVariant } from './types'; import { getInputGroupButtonSize, getInputGroupIconSize } from './utils'; @@ -28,7 +29,12 @@ const InputGroupButton = React.forwardRef ); diff --git a/packages/shadcn-lsd/src/components/ui/input-group/InputGroupInput.tsx b/packages/shadcn-lsd/src/components/ui/input-group/InputGroupInput.tsx index cfa476ad..c58f3b74 100644 --- a/packages/shadcn-lsd/src/components/ui/input-group/InputGroupInput.tsx +++ b/packages/shadcn-lsd/src/components/ui/input-group/InputGroupInput.tsx @@ -15,7 +15,16 @@ const InputGroupInput = React.forwardRef variant="ghost" size={size} className={cn( - 'lsd:flex-1 lsd:rounded-none lsd:border-0 lsd:shadow-none lsd:focus-visible:ring-0 lsd:bg-transparent', + // Layout & Positioning + 'lsd:flex-1', + // Borders, Shapes & Effects + 'lsd:rounded-none', + 'lsd:border-0', + 'lsd:shadow-none', + // Interactive States - Focus + 'lsd:focus-visible:ring-0', + // Colors & Backgrounds + 'lsd:bg-transparent', className )} {...props} diff --git a/packages/shadcn-lsd/src/components/ui/input-group/InputGroupText.tsx b/packages/shadcn-lsd/src/components/ui/input-group/InputGroupText.tsx index 6b6825bf..6c43b071 100644 --- a/packages/shadcn-lsd/src/components/ui/input-group/InputGroupText.tsx +++ b/packages/shadcn-lsd/src/components/ui/input-group/InputGroupText.tsx @@ -13,7 +13,17 @@ const InputGroupText = React.forwardRef( ( const finalId = id || inputId; return ( -

+
{label && (