chore: upgrade Lexical and fix list style position
This commit is contained in:
@@ -9,11 +9,11 @@
|
||||
"lint:fix": "eslint src/ --fix"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lexical/react": "0.7.6",
|
||||
"@lexical/react": "0.7.7",
|
||||
"@standardnotes/icons": "workspace:*",
|
||||
"@types/react": "^18.0.26",
|
||||
"@types/react-dom": "^18.0.9",
|
||||
"lexical": "0.7.6",
|
||||
"lexical": "0.7.7",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0"
|
||||
},
|
||||
|
||||
@@ -272,41 +272,41 @@
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
margin-left: 16px;
|
||||
list-style-position: inside;
|
||||
list-style-position: outside;
|
||||
}
|
||||
.Lexical__ol2 {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
margin-left: 16px;
|
||||
list-style-type: upper-alpha;
|
||||
list-style-position: inside;
|
||||
list-style-position: outside;
|
||||
}
|
||||
.Lexical__ol3 {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
margin-left: 16px;
|
||||
list-style-type: lower-alpha;
|
||||
list-style-position: inside;
|
||||
list-style-position: outside;
|
||||
}
|
||||
.Lexical__ol4 {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
margin-left: 16px;
|
||||
list-style-type: upper-roman;
|
||||
list-style-position: inside;
|
||||
list-style-position: outside;
|
||||
}
|
||||
.Lexical__ol5 {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
margin-left: 16px;
|
||||
list-style-type: lower-roman;
|
||||
list-style-position: inside;
|
||||
list-style-position: outside;
|
||||
}
|
||||
.Lexical__ul {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
margin-left: 16px;
|
||||
list-style-position: inside;
|
||||
list-style-position: outside;
|
||||
}
|
||||
.Lexical__listItem {
|
||||
margin: 0 0px;
|
||||
|
||||
Reference in New Issue
Block a user