@blocklet/editor 2.3.28 → 2.3.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -131,8 +131,9 @@ const EditorContent = styled(Box) `
131
131
 
132
132
  > .be-editable {
133
133
  hr {
134
- padding: 2px 2px;
134
+ height: 0;
135
135
  border: none;
136
+ border-top: 1px solid ${({ theme }) => theme.palette.divider};
136
137
  margin: 1em 0;
137
138
  cursor: pointer;
138
139
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/editor",
3
- "version": "2.3.28",
3
+ "version": "2.3.30",
4
4
  "main": "lib/index.js",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -68,7 +68,7 @@
68
68
  "ufo": "^1.5.4",
69
69
  "url-join": "^4.0.1",
70
70
  "zustand": "^4.5.5",
71
- "@blocklet/pdf": "^2.3.28"
71
+ "@blocklet/pdf": "^2.3.30"
72
72
  },
73
73
  "devDependencies": {
74
74
  "@babel/core": "^7.25.2",