@atlaskit/editor-plugin-extension 6.2.3 → 7.0.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/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @atlaskit/editor-plugin-extension
2
2
 
3
+ ## 7.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`e5001e144b74e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e5001e144b74e) -
8
+ Internal changes to how border radius is applied.
9
+ - Updated dependencies
10
+
11
+ ## 7.0.0
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 6.2.3
4
18
 
5
19
  ### Patch Changes
@@ -37,7 +37,7 @@ var itemIconStyles = (0, _react2.css)({
37
37
  height: iconWidth,
38
38
  overflow: 'hidden',
39
39
  border: "1px solid ".concat("var(--ds-border, rgba(223, 225, 229, 0.5))"),
40
- borderRadius: "var(--ds-border-radius-100, 3px)",
40
+ borderRadius: "var(--ds-radius-small, 3px)",
41
41
  boxSizing: 'border-box',
42
42
  display: 'flex',
43
43
  justifyContent: 'center',
@@ -28,7 +28,7 @@ const itemIconStyles = css({
28
28
  height: iconWidth,
29
29
  overflow: 'hidden',
30
30
  border: `1px solid ${"var(--ds-border, rgba(223, 225, 229, 0.5))"}`,
31
- borderRadius: "var(--ds-border-radius-100, 3px)",
31
+ borderRadius: "var(--ds-radius-small, 3px)",
32
32
  boxSizing: 'border-box',
33
33
  display: 'flex',
34
34
  justifyContent: 'center',
@@ -28,7 +28,7 @@ var itemIconStyles = css({
28
28
  height: iconWidth,
29
29
  overflow: 'hidden',
30
30
  border: "1px solid ".concat("var(--ds-border, rgba(223, 225, 229, 0.5))"),
31
- borderRadius: "var(--ds-border-radius-100, 3px)",
31
+ borderRadius: "var(--ds-radius-small, 3px)",
32
32
  boxSizing: 'border-box',
33
33
  display: 'flex',
34
34
  justifyContent: 'center',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-extension",
3
- "version": "6.2.3",
3
+ "version": "7.0.1",
4
4
  "description": "editor-plugin-extension plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -29,18 +29,18 @@
29
29
  "@atlaskit/checkbox": "^17.1.0",
30
30
  "@atlaskit/datetime-picker": "^17.0.0",
31
31
  "@atlaskit/editor-json-transformer": "^8.27.0",
32
- "@atlaskit/editor-plugin-analytics": "^3.0.0",
33
- "@atlaskit/editor-plugin-connectivity": "^3.1.0",
34
- "@atlaskit/editor-plugin-context-identifier": "^3.0.0",
35
- "@atlaskit/editor-plugin-context-panel": "^5.1.0",
36
- "@atlaskit/editor-plugin-decorations": "^3.1.0",
37
- "@atlaskit/editor-plugin-feature-flags": "^2.0.0",
38
- "@atlaskit/editor-plugin-width": "^4.0.0",
32
+ "@atlaskit/editor-plugin-analytics": "^4.0.0",
33
+ "@atlaskit/editor-plugin-connectivity": "^4.0.0",
34
+ "@atlaskit/editor-plugin-context-identifier": "^4.0.0",
35
+ "@atlaskit/editor-plugin-context-panel": "^6.0.0",
36
+ "@atlaskit/editor-plugin-decorations": "^4.0.0",
37
+ "@atlaskit/editor-plugin-feature-flags": "^3.0.0",
38
+ "@atlaskit/editor-plugin-width": "^5.0.0",
39
39
  "@atlaskit/editor-prosemirror": "7.0.0",
40
40
  "@atlaskit/editor-shared-styles": "^3.6.0",
41
41
  "@atlaskit/editor-tables": "^2.9.0",
42
42
  "@atlaskit/empty-state": "^10.1.0",
43
- "@atlaskit/form": "^12.2.0",
43
+ "@atlaskit/form": "^12.4.0",
44
44
  "@atlaskit/heading": "^5.2.0",
45
45
  "@atlaskit/icon": "^28.1.0",
46
46
  "@atlaskit/link": "^3.2.0",
@@ -55,7 +55,7 @@
55
55
  "@atlaskit/textarea": "^8.0.0",
56
56
  "@atlaskit/textfield": "^8.0.0",
57
57
  "@atlaskit/theme": "^20.0.0",
58
- "@atlaskit/tmp-editor-statsig": "^11.9.0",
58
+ "@atlaskit/tmp-editor-statsig": "^12.1.0",
59
59
  "@atlaskit/toggle": "^15.1.0",
60
60
  "@atlaskit/tokens": "^6.1.0",
61
61
  "@atlaskit/tooltip": "^20.4.0",
@@ -69,7 +69,7 @@
69
69
  "uuid": "^3.1.0"
70
70
  },
71
71
  "peerDependencies": {
72
- "@atlaskit/editor-common": "^107.33.0",
72
+ "@atlaskit/editor-common": "^108.0.0",
73
73
  "react": "^18.2.0",
74
74
  "react-intl-next": "npm:react-intl@^5.18.1"
75
75
  },