@blocklet/editor 2.4.61 → 2.4.62
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.
|
@@ -71,21 +71,41 @@ const StyledEditorWrapper = styled(Box) `
|
|
|
71
71
|
border-bottom: 1px solid ${({ theme }) => theme.palette.divider};
|
|
72
72
|
border-left: 0;
|
|
73
73
|
}
|
|
74
|
-
.PlaygroundEditorTheme__table tr:nth-of-type(1)
|
|
75
|
-
|
|
74
|
+
.PlaygroundEditorTheme__table tr:nth-of-type(1) {
|
|
75
|
+
th,
|
|
76
|
+
td {
|
|
77
|
+
border-top: 1px solid ${({ theme }) => theme.palette.divider};
|
|
78
|
+
}
|
|
76
79
|
}
|
|
77
|
-
.PlaygroundEditorTheme__table tr
|
|
78
|
-
|
|
80
|
+
.PlaygroundEditorTheme__table tr {
|
|
81
|
+
th:first-child,
|
|
82
|
+
td:first-child {
|
|
83
|
+
border-left: 1px solid ${({ theme }) => theme.palette.divider};
|
|
84
|
+
}
|
|
79
85
|
}
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
86
|
+
.PlaygroundEditorTheme__table tr:nth-of-type(1) {
|
|
87
|
+
th:first-child,
|
|
88
|
+
td:first-child {
|
|
89
|
+
border-top-left-radius: ${({ theme }) => theme.shape.borderRadius}px;
|
|
90
|
+
}
|
|
83
91
|
}
|
|
84
|
-
.PlaygroundEditorTheme__table tr:nth-of-type(1)
|
|
85
|
-
|
|
92
|
+
.PlaygroundEditorTheme__table tr:nth-of-type(1) {
|
|
93
|
+
th:last-child,
|
|
94
|
+
td:last-child {
|
|
95
|
+
border-top-right-radius: ${({ theme }) => theme.shape.borderRadius}px;
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
.PlaygroundEditorTheme__table tr:last-child {
|
|
99
|
+
th:first-child,
|
|
100
|
+
td:first-child {
|
|
101
|
+
border-bottom-left-radius: ${({ theme }) => theme.shape.borderRadius}px;
|
|
102
|
+
}
|
|
86
103
|
}
|
|
87
|
-
.PlaygroundEditorTheme__table tr:last-child
|
|
88
|
-
|
|
104
|
+
.PlaygroundEditorTheme__table tr:last-child {
|
|
105
|
+
th:first-child,
|
|
106
|
+
td:first-child {
|
|
107
|
+
border-bottom-left-radius: ${({ theme }) => theme.shape.borderRadius}px;
|
|
108
|
+
}
|
|
89
109
|
}
|
|
90
110
|
.PlaygroundEditorTheme__table tr:last-child td:last-child {
|
|
91
111
|
border-bottom-right-radius: ${({ theme }) => theme.shape.borderRadius}px;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/editor",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.62",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"ufo": "^1.5.4",
|
|
71
71
|
"url-join": "^4.0.1",
|
|
72
72
|
"zustand": "^4.5.5",
|
|
73
|
-
"@blocklet/pdf": "2.4.
|
|
73
|
+
"@blocklet/pdf": "2.4.62"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
76
|
"@babel/core": "^7.25.2",
|