Skip to content

Commit afb4577

Browse files
committed
fix: package rename and image margin top issue
1 parent 6a811e2 commit afb4577

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+3
-3
lines changed
File renamed without changes.
File renamed without changes.

packages/tiptap-image/package.json renamed to packages/image-tiptap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"repository": {
4242
"type": "git",
4343
"url": "git+https://github.com/harshtalks/tiptap-plugins.git",
44-
"directory": "packages/tiptap-image"
44+
"directory": "packages/image-tiptap"
4545
},
4646
"files": [
4747
"dist"

packages/tiptap-image/src/utils.ts renamed to packages/image-tiptap/src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { Alignment } from "./types";
22

33
// This will be used to calculate the alignment of the data in the table
44
export const alignmentVariants: Record<Alignment, string> = {
5-
center: `margin: 0 auto`,
5+
center: `margin: auto auto`,
66
left: `margin-right: auto`,
77
right: `margin-left: auto`,
88
};
File renamed without changes.

packages/tiptap-slash/package.json renamed to packages/slash-tiptap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"repository": {
4141
"type": "git",
4242
"url": "git+https://github.com/harshtalks/tiptap-plugins.git",
43-
"directory": "packages/tiptap-slash"
43+
"directory": "packages/slash-tiptap"
4444
},
4545
"files": [
4646
"dist"

0 commit comments

Comments
 (0)