Skip to content

Commit

Permalink
Merge pull request #4059 from udecode/templates/44
Browse files Browse the repository at this point in the history
Templates v44
  • Loading branch information
zbeyens authored Feb 7, 2025
2 parents 61d2433 + 2da4548 commit 6bc81ee
Show file tree
Hide file tree
Showing 123 changed files with 3,687 additions and 3,997 deletions.
2 changes: 1 addition & 1 deletion apps/www/src/registry/default/plate-ui/block-selection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
import React from 'react';

import { cn } from '@udecode/cn';
import { usePluginOption } from '@udecode/plate-core/react';
import { DndPlugin } from '@udecode/plate-dnd';
import { useBlockSelected } from '@udecode/plate-selection/react';
import { usePluginOption } from '@udecode/plate/react';
import { type VariantProps, cva } from 'class-variance-authority';

export const blockSelectionVariants = cva(
Expand Down
5 changes: 0 additions & 5 deletions templates/plate-playground-template/.eslintignore

This file was deleted.

286 changes: 0 additions & 286 deletions templates/plate-playground-template/.eslintrc.js

This file was deleted.

33 changes: 19 additions & 14 deletions templates/plate-playground-template/.gitignore
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

.idea

# dependencies
node_modules
.pnp
.pnp.js
/node_modules
/.pnp
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/versions

# testing
coverage
/coverage

# next.js
.next/
out/
build
tsconfig.tsbuildinfo
/.next/
/out/

# production
/build

# misc
.DS_Store
Expand All @@ -32,8 +36,9 @@ yarn-error.log*
.env.test.local
.env.production.local

# turbo
.turbo
# vercel
.vercel

.contentlayer
.env
# typescript
*.tsbuildinfo
next-env.d.ts
Loading

0 comments on commit 6bc81ee

Please sign in to comment.