Skip to content

Commit

Permalink
updated ui
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshay committed Mar 10, 2024
1 parent 5be5528 commit 74bb2d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui
Submodule ui updated 44 files
+182 −0 apps/www/__registry__/index.tsx
+1 −1 apps/www/components/announcement.tsx
+12 −5 apps/www/config/docs.ts
+22 −0 apps/www/content/docs/changelog.mdx
+190 −0 apps/www/content/docs/components/breadcrumb.mdx
+202 −0 apps/www/content/docs/components/input-otp.mdx
+1 −0 apps/www/lib/utils.ts
+1 −0 apps/www/package.json
+20 −0 apps/www/public/registry/index.json
+13 −0 apps/www/public/registry/styles/default/breadcrumb.json
+13 −0 apps/www/public/registry/styles/default/input-otp.json
+2 −2 apps/www/public/registry/styles/default/toast.json
+13 −0 apps/www/public/registry/styles/new-york/breadcrumb.json
+13 −0 apps/www/public/registry/styles/new-york/input-otp.json
+2 −2 apps/www/public/registry/styles/new-york/toast.json
+49 −0 apps/www/registry/default/example/breadcrumb-demo.tsx
+50 −0 apps/www/registry/default/example/breadcrumb-dropdown.tsx
+39 −0 apps/www/registry/default/example/breadcrumb-ellipsis.tsx
+34 −0 apps/www/registry/default/example/breadcrumb-link.tsx
+133 −0 apps/www/registry/default/example/breadcrumb-responsive.tsx
+34 −0 apps/www/registry/default/example/breadcrumb-separator.tsx
+37 −0 apps/www/registry/default/example/input-otp-controlled.tsx
+29 −0 apps/www/registry/default/example/input-otp-demo.tsx
+83 −0 apps/www/registry/default/example/input-otp-form.tsx
+23 −0 apps/www/registry/default/example/input-otp-pattern.tsx
+26 −0 apps/www/registry/default/example/input-otp-separator.tsx
+115 −0 apps/www/registry/default/ui/breadcrumb.tsx
+64 −0 apps/www/registry/default/ui/input-otp.tsx
+49 −0 apps/www/registry/new-york/example/breadcrumb-demo.tsx
+50 −0 apps/www/registry/new-york/example/breadcrumb-dropdown.tsx
+39 −0 apps/www/registry/new-york/example/breadcrumb-ellipsis.tsx
+34 −0 apps/www/registry/new-york/example/breadcrumb-link.tsx
+135 −0 apps/www/registry/new-york/example/breadcrumb-responsive.tsx
+34 −0 apps/www/registry/new-york/example/breadcrumb-separator.tsx
+37 −0 apps/www/registry/new-york/example/input-otp-controlled.tsx
+29 −0 apps/www/registry/new-york/example/input-otp-demo.tsx
+83 −0 apps/www/registry/new-york/example/input-otp-form.tsx
+23 −0 apps/www/registry/new-york/example/input-otp-pattern.tsx
+26 −0 apps/www/registry/new-york/example/input-otp-separator.tsx
+115 −0 apps/www/registry/new-york/ui/breadcrumb.tsx
+64 −0 apps/www/registry/new-york/ui/input-otp.tsx
+78 −0 apps/www/registry/registry.ts
+13 −4 pnpm-lock.yaml
+5 −0 tailwind.config.cjs

0 comments on commit 74bb2d3

Please sign in to comment.