Skip to content

Commit

Permalink
fix: package rename and image margin top issue
Browse files Browse the repository at this point in the history
  • Loading branch information
harshtalks committed Sep 26, 2024
1 parent 6a811e2 commit afb4577
Show file tree
Hide file tree
Showing 46 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"repository": {
"type": "git",
"url": "git+https://github.com/harshtalks/tiptap-plugins.git",
"directory": "packages/tiptap-image"
"directory": "packages/image-tiptap"
},
"files": [
"dist"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { Alignment } from "./types";

// This will be used to calculate the alignment of the data in the table
export const alignmentVariants: Record<Alignment, string> = {
center: `margin: 0 auto`,
center: `margin: auto auto`,
left: `margin-right: auto`,
right: `margin-left: auto`,
};
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"repository": {
"type": "git",
"url": "git+https://github.com/harshtalks/tiptap-plugins.git",
"directory": "packages/tiptap-slash"
"directory": "packages/slash-tiptap"
},
"files": [
"dist"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit afb4577

Please sign in to comment.