@atlaskit/editor-plugin-block-controls 4.1.1 → 4.1.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
|
+
## 4.1.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#192710](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/192710)
|
|
8
|
+
[`b3b30f3bc4453`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b3b30f3bc4453) -
|
|
9
|
+
Internal changes to how border radius and border width values are applied. No visual change.
|
|
10
|
+
|
|
3
11
|
## 4.1.1
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -48,7 +48,7 @@ var stickyButtonStyles = (0, _primitives.xcss)({
|
|
|
48
48
|
width: "var(--ds-space-300, 24px)",
|
|
49
49
|
border: 'none',
|
|
50
50
|
backgroundColor: 'color.background.neutral.subtle',
|
|
51
|
-
borderRadius: '
|
|
51
|
+
borderRadius: 'border.radius.circle',
|
|
52
52
|
zIndex: 'card',
|
|
53
53
|
outline: 'none',
|
|
54
54
|
':hover': {
|
|
@@ -39,7 +39,7 @@ const stickyButtonStyles = xcss({
|
|
|
39
39
|
width: "var(--ds-space-300, 24px)",
|
|
40
40
|
border: 'none',
|
|
41
41
|
backgroundColor: 'color.background.neutral.subtle',
|
|
42
|
-
borderRadius: '
|
|
42
|
+
borderRadius: 'border.radius.circle',
|
|
43
43
|
zIndex: 'card',
|
|
44
44
|
outline: 'none',
|
|
45
45
|
':hover': {
|
|
@@ -43,7 +43,7 @@ var stickyButtonStyles = xcss({
|
|
|
43
43
|
width: "var(--ds-space-300, 24px)",
|
|
44
44
|
border: 'none',
|
|
45
45
|
backgroundColor: 'color.background.neutral.subtle',
|
|
46
|
-
borderRadius: '
|
|
46
|
+
borderRadius: 'border.radius.circle',
|
|
47
47
|
zIndex: 'card',
|
|
48
48
|
outline: 'none',
|
|
49
49
|
':hover': {
|