Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfeng33 committed Dec 14, 2024
1 parent 3c75efc commit e6ec801
Show file tree
Hide file tree
Showing 43 changed files with 5 additions and 2,536 deletions.
1 change: 0 additions & 1 deletion apps/www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@
"@udecode/plate-heading": "workspace:^",
"@udecode/plate-highlight": "workspace:^",
"@udecode/plate-horizontal-rule": "workspace:^",
"@udecode/plate-html": "workspace:^",
"@udecode/plate-indent": "workspace:^",
"@udecode/plate-indent-list": "workspace:^",
"@udecode/plate-juice": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/lib/static/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

export * from './pipeRenderStaticElement';
export * from './pipeRenderStaticLeaf';
export * from './serializedHtml';
export * from './type';
export * from './components/index';
export * from './utils/index';
export * from './serializedHtml';
3 changes: 3 additions & 0 deletions packages/core/src/lib/static/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@
*/

export * from './createStaticString';
export * from './getRenderStaticNodeProps';
export * from './stripHtmlClassNames';
export * from './stripSlateDataAttributes';
1 change: 1 addition & 0 deletions packages/core/src/lib/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export * from './applyDeepToNodes';
export * from './getInjectMatch';
export * from './getInjectedPlugins';
export * from './getKeysByTypes';
export * from './getPluginNodeProps';
export * from './hotkeys';
export * from './mergeDeepToNodes';
export * from './normalizeDescendantsToDocumentFragment';
Expand Down
3 changes: 0 additions & 3 deletions packages/html/.npmignore

This file was deleted.

285 changes: 0 additions & 285 deletions packages/html/CHANGELOG.md

This file was deleted.

11 changes: 0 additions & 11 deletions packages/html/README.md

This file was deleted.

Loading

0 comments on commit e6ec801

Please sign in to comment.