@atlaskit/editor-plugin-block-controls 8.7.1 → 8.7.2
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
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-block-controls
|
|
2
2
|
|
|
3
|
+
## 8.7.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`6a189c569f766`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6a189c569f766) -
|
|
8
|
+
updated deprecated token to use the stable token
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 8.7.1
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -301,7 +301,7 @@ var quickInsertStyles = function quickInsertStyles() {
|
|
|
301
301
|
maxWidth: '240px',
|
|
302
302
|
backgroundColor: "var(--ds-background-neutral-bold, #292A2E)",
|
|
303
303
|
color: "var(--ds-text-inverse, #FFFFFF)",
|
|
304
|
-
font: "var(--ds-font-body-
|
|
304
|
+
font: "var(--ds-font-body-small, normal 400 12px/16px \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
|
|
305
305
|
insetBlockStart: "var(--ds-space-0, 0px)",
|
|
306
306
|
insetInlineStart: "var(--ds-space-0, 0px)",
|
|
307
307
|
overflowWrap: 'break-word',
|
|
@@ -352,7 +352,7 @@ const quickInsertStyles = () => css({
|
|
|
352
352
|
maxWidth: '240px',
|
|
353
353
|
backgroundColor: "var(--ds-background-neutral-bold, #292A2E)",
|
|
354
354
|
color: "var(--ds-text-inverse, #FFFFFF)",
|
|
355
|
-
font: "var(--ds-font-body-
|
|
355
|
+
font: "var(--ds-font-body-small, normal 400 12px/16px \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
|
|
356
356
|
insetBlockStart: "var(--ds-space-0, 0px)",
|
|
357
357
|
insetInlineStart: "var(--ds-space-0, 0px)",
|
|
358
358
|
overflowWrap: 'break-word',
|
|
@@ -294,7 +294,7 @@ var quickInsertStyles = function quickInsertStyles() {
|
|
|
294
294
|
maxWidth: '240px',
|
|
295
295
|
backgroundColor: "var(--ds-background-neutral-bold, #292A2E)",
|
|
296
296
|
color: "var(--ds-text-inverse, #FFFFFF)",
|
|
297
|
-
font: "var(--ds-font-body-
|
|
297
|
+
font: "var(--ds-font-body-small, normal 400 12px/16px \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
|
|
298
298
|
insetBlockStart: "var(--ds-space-0, 0px)",
|
|
299
299
|
insetInlineStart: "var(--ds-space-0, 0px)",
|
|
300
300
|
overflowWrap: 'break-word',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-block-controls",
|
|
3
|
-
"version": "8.7.
|
|
3
|
+
"version": "8.7.2",
|
|
4
4
|
"description": "Block controls plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^3.2.0",
|
|
57
57
|
"@atlaskit/primitives": "^18.0.0",
|
|
58
58
|
"@atlaskit/theme": "^21.0.0",
|
|
59
|
-
"@atlaskit/tmp-editor-statsig": "^32.
|
|
59
|
+
"@atlaskit/tmp-editor-statsig": "^32.2.0",
|
|
60
60
|
"@atlaskit/tokens": "^11.0.0",
|
|
61
61
|
"@atlaskit/tooltip": "^20.14.0",
|
|
62
62
|
"@babel/runtime": "^7.0.0",
|