@windoc/react 0.3.0 → 0.3.1
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.
- package/package.json +2 -2
- package/src/styles/editor.css +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@windoc/react",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"description": "React bindings for windoc editor",
|
|
5
5
|
"homepage": "https://aliansyahfirdaus.github.io/windoc/",
|
|
6
6
|
"repository": {
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"react-dom": ">=18"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@windoc/core": "^0.3.
|
|
53
|
+
"@windoc/core": "^0.3.1"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@types/react": "^19",
|
package/src/styles/editor.css
CHANGED
|
@@ -141,7 +141,7 @@ ul {
|
|
|
141
141
|
top: 12px;
|
|
142
142
|
width: 0;
|
|
143
143
|
height: 0;
|
|
144
|
-
right:
|
|
144
|
+
right: 8px;
|
|
145
145
|
border-color: #667085 transparent transparent;
|
|
146
146
|
border-style: solid solid none;
|
|
147
147
|
border-width: 3px 3px 0;
|
|
@@ -196,7 +196,7 @@ ul {
|
|
|
196
196
|
border: 1px solid #d0d5dd;
|
|
197
197
|
border-radius: 8px;
|
|
198
198
|
background: #fff;
|
|
199
|
-
padding: 0
|
|
199
|
+
padding: 0 20px 0 8px;
|
|
200
200
|
margin: 0 2px;
|
|
201
201
|
cursor: pointer;
|
|
202
202
|
transition: all 0.2s;
|
|
@@ -216,7 +216,7 @@ ul {
|
|
|
216
216
|
border: 1px solid #d0d5dd;
|
|
217
217
|
border-radius: 8px;
|
|
218
218
|
background: #fff;
|
|
219
|
-
padding: 0
|
|
219
|
+
padding: 0 20px 0 8px;
|
|
220
220
|
margin: 0 2px;
|
|
221
221
|
cursor: pointer;
|
|
222
222
|
transition: all 0.2s;
|
|
@@ -420,7 +420,7 @@ ul {
|
|
|
420
420
|
border: 1px solid #d0d5dd;
|
|
421
421
|
border-radius: 8px;
|
|
422
422
|
background: #fff;
|
|
423
|
-
padding: 0
|
|
423
|
+
padding: 0 20px 0 8px;
|
|
424
424
|
margin: 0 2px;
|
|
425
425
|
cursor: pointer;
|
|
426
426
|
display: flex;
|
|
@@ -903,7 +903,7 @@ ul {
|
|
|
903
903
|
border-radius: 8px;
|
|
904
904
|
background: #fff;
|
|
905
905
|
color: #475467;
|
|
906
|
-
padding: 0
|
|
906
|
+
padding: 0 20px 0 8px;
|
|
907
907
|
margin: 0 2px;
|
|
908
908
|
cursor: pointer;
|
|
909
909
|
transition: all 0.2s;
|
|
@@ -963,7 +963,7 @@ ul {
|
|
|
963
963
|
border-radius: 8px;
|
|
964
964
|
background: #fff;
|
|
965
965
|
color: #475467;
|
|
966
|
-
padding: 0
|
|
966
|
+
padding: 0 20px 0 8px;
|
|
967
967
|
margin: 0 2px;
|
|
968
968
|
cursor: pointer;
|
|
969
969
|
transition: all 0.2s;
|