@atlaskit/editor-plugin-block-controls 11.5.3 → 11.5.4
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/CHANGELOG.md
CHANGED
|
@@ -134,7 +134,7 @@ var dragHandleButtonStyles = (0, _react2.css)({
|
|
|
134
134
|
backgroundColor: 'transparent'
|
|
135
135
|
},
|
|
136
136
|
'&:hover:disabled': {
|
|
137
|
-
backgroundColor: "var(--ds-background-disabled, #
|
|
137
|
+
backgroundColor: "var(--ds-background-disabled, #0515240F)"
|
|
138
138
|
}
|
|
139
139
|
});
|
|
140
140
|
|
|
@@ -190,7 +190,7 @@ var dragHandleButtonStylesOld = (0, _react2.css)({
|
|
|
190
190
|
backgroundColor: 'transparent'
|
|
191
191
|
},
|
|
192
192
|
'&:hover:disabled': {
|
|
193
|
-
backgroundColor: "var(--ds-background-disabled, #
|
|
193
|
+
backgroundColor: "var(--ds-background-disabled, #0515240F)"
|
|
194
194
|
}
|
|
195
195
|
});
|
|
196
196
|
var focusedStylesOld = (0, _react2.css)({
|
|
@@ -125,7 +125,7 @@ const dragHandleButtonStyles = css({
|
|
|
125
125
|
backgroundColor: 'transparent'
|
|
126
126
|
},
|
|
127
127
|
'&:hover:disabled': {
|
|
128
|
-
backgroundColor: "var(--ds-background-disabled, #
|
|
128
|
+
backgroundColor: "var(--ds-background-disabled, #0515240F)"
|
|
129
129
|
}
|
|
130
130
|
});
|
|
131
131
|
|
|
@@ -184,7 +184,7 @@ const dragHandleButtonStylesOld = css({
|
|
|
184
184
|
backgroundColor: 'transparent'
|
|
185
185
|
},
|
|
186
186
|
'&:hover:disabled': {
|
|
187
|
-
backgroundColor: "var(--ds-background-disabled, #
|
|
187
|
+
backgroundColor: "var(--ds-background-disabled, #0515240F)"
|
|
188
188
|
}
|
|
189
189
|
});
|
|
190
190
|
const focusedStylesOld = css({
|
|
@@ -130,7 +130,7 @@ var dragHandleButtonStyles = css({
|
|
|
130
130
|
backgroundColor: 'transparent'
|
|
131
131
|
},
|
|
132
132
|
'&:hover:disabled': {
|
|
133
|
-
backgroundColor: "var(--ds-background-disabled, #
|
|
133
|
+
backgroundColor: "var(--ds-background-disabled, #0515240F)"
|
|
134
134
|
}
|
|
135
135
|
});
|
|
136
136
|
|
|
@@ -186,7 +186,7 @@ var dragHandleButtonStylesOld = css({
|
|
|
186
186
|
backgroundColor: 'transparent'
|
|
187
187
|
},
|
|
188
188
|
'&:hover:disabled': {
|
|
189
|
-
backgroundColor: "var(--ds-background-disabled, #
|
|
189
|
+
backgroundColor: "var(--ds-background-disabled, #0515240F)"
|
|
190
190
|
}
|
|
191
191
|
});
|
|
192
192
|
var focusedStylesOld = css({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-block-controls",
|
|
3
|
-
"version": "11.5.
|
|
3
|
+
"version": "11.5.4",
|
|
4
4
|
"description": "Block controls plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@atlaskit/editor-plugin-quick-insert": "^10.4.0",
|
|
42
42
|
"@atlaskit/editor-plugin-selection": "^10.1.0",
|
|
43
43
|
"@atlaskit/editor-plugin-toolbar": "^7.3.0",
|
|
44
|
-
"@atlaskit/editor-plugin-type-ahead": "^10.
|
|
44
|
+
"@atlaskit/editor-plugin-type-ahead": "^10.3.0",
|
|
45
45
|
"@atlaskit/editor-plugin-user-intent": "^8.2.0",
|
|
46
46
|
"@atlaskit/editor-plugin-width": "^11.1.0",
|
|
47
47
|
"@atlaskit/editor-prosemirror": "^7.3.0",
|
|
@@ -56,9 +56,9 @@
|
|
|
56
56
|
"@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^3.2.0",
|
|
57
57
|
"@atlaskit/primitives": "^19.0.0",
|
|
58
58
|
"@atlaskit/theme": "^25.0.0",
|
|
59
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
60
|
-
"@atlaskit/tokens": "^13.
|
|
61
|
-
"@atlaskit/tooltip": "^22.
|
|
59
|
+
"@atlaskit/tmp-editor-statsig": "^85.0.0",
|
|
60
|
+
"@atlaskit/tokens": "^13.1.0",
|
|
61
|
+
"@atlaskit/tooltip": "^22.5.0",
|
|
62
62
|
"@babel/runtime": "^7.0.0",
|
|
63
63
|
"@emotion/react": "^11.7.1",
|
|
64
64
|
"bind-event-listener": "^3.0.0",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"uuid": "^3.1.0"
|
|
68
68
|
},
|
|
69
69
|
"peerDependencies": {
|
|
70
|
-
"@atlaskit/editor-common": "^114.
|
|
70
|
+
"@atlaskit/editor-common": "^114.50.0",
|
|
71
71
|
"react": "^18.2.0",
|
|
72
72
|
"react-dom": "^18.2.0",
|
|
73
73
|
"react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
|