@atlaskit/editor-plugin-media-insert 10.0.0 → 11.0.0

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-media-insert
2
2
 
3
+ ## 11.0.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 10.0.1
10
+
11
+ ### Patch Changes
12
+
13
+ - [`255837cfba315`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/255837cfba315) -
14
+ Internal changes to how border radius is applied.
15
+ - Updated dependencies
16
+
3
17
  ## 10.0.0
4
18
 
5
19
  ### Patch Changes
@@ -37,7 +37,7 @@ var PreviewBoxStyles = (0, _primitives.xcss)({
37
37
  borderWidth: 'border.width',
38
38
  borderStyle: 'dashed',
39
39
  borderColor: 'color.border',
40
- borderRadius: 'border.radius',
40
+ borderRadius: 'radius.small',
41
41
  height: '200px'
42
42
  });
43
43
  var PreviewImageStyles = (0, _primitives.xcss)({
@@ -17,7 +17,7 @@ var styles = (0, _primitives.xcss)({
17
17
  boxShadow: 'elevation.shadow.overflow',
18
18
  width: '340px',
19
19
  padding: 'space.200',
20
- borderRadius: 'border.radius',
20
+ borderRadius: 'radius.small',
21
21
  backgroundColor: 'elevation.surface.overlay'
22
22
  });
23
23
  var MediaInsertWrapper = exports.MediaInsertWrapper = /*#__PURE__*/(0, _react.forwardRef)(function (_ref, ref) {
@@ -20,7 +20,7 @@ const PreviewBoxStyles = xcss({
20
20
  borderWidth: 'border.width',
21
21
  borderStyle: 'dashed',
22
22
  borderColor: 'color.border',
23
- borderRadius: 'border.radius',
23
+ borderRadius: 'radius.small',
24
24
  height: '200px'
25
25
  });
26
26
  const PreviewImageStyles = xcss({
@@ -9,7 +9,7 @@ const styles = xcss({
9
9
  boxShadow: 'elevation.shadow.overflow',
10
10
  width: '340px',
11
11
  padding: 'space.200',
12
- borderRadius: 'border.radius',
12
+ borderRadius: 'radius.small',
13
13
  backgroundColor: 'elevation.surface.overlay'
14
14
  });
15
15
  export const MediaInsertWrapper = /*#__PURE__*/forwardRef(({
@@ -28,7 +28,7 @@ var PreviewBoxStyles = xcss({
28
28
  borderWidth: 'border.width',
29
29
  borderStyle: 'dashed',
30
30
  borderColor: 'color.border',
31
- borderRadius: 'border.radius',
31
+ borderRadius: 'radius.small',
32
32
  height: '200px'
33
33
  });
34
34
  var PreviewImageStyles = xcss({
@@ -9,7 +9,7 @@ var styles = xcss({
9
9
  boxShadow: 'elevation.shadow.overflow',
10
10
  width: '340px',
11
11
  padding: 'space.200',
12
- borderRadius: 'border.radius',
12
+ borderRadius: 'radius.small',
13
13
  backgroundColor: 'elevation.surface.overlay'
14
14
  });
15
15
  export var MediaInsertWrapper = /*#__PURE__*/forwardRef(function (_ref, ref) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-media-insert",
3
- "version": "10.0.0",
3
+ "version": "11.0.0",
4
4
  "description": "Media Insert plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -21,30 +21,30 @@
21
21
  ],
22
22
  "atlaskit:src": "src/index.ts",
23
23
  "dependencies": {
24
- "@atlaskit/adf-schema": "^50.2.3",
24
+ "@atlaskit/adf-schema": "^51.0.0",
25
25
  "@atlaskit/button": "^23.4.0",
26
- "@atlaskit/editor-plugin-analytics": "^4.0.0",
27
- "@atlaskit/editor-plugin-media": "^6.0.0",
26
+ "@atlaskit/editor-plugin-analytics": "^5.0.0",
27
+ "@atlaskit/editor-plugin-media": "^7.0.0",
28
28
  "@atlaskit/editor-prosemirror": "7.0.0",
29
29
  "@atlaskit/editor-shared-styles": "^3.6.0",
30
- "@atlaskit/form": "^12.4.0",
30
+ "@atlaskit/form": "^12.5.0",
31
31
  "@atlaskit/icon": "^28.1.0",
32
32
  "@atlaskit/media-card": "^79.5.0",
33
33
  "@atlaskit/media-client": "^35.3.0",
34
34
  "@atlaskit/media-client-react": "^4.1.0",
35
35
  "@atlaskit/media-picker": "^70.0.0",
36
36
  "@atlaskit/platform-feature-flags": "^1.1.0",
37
- "@atlaskit/primitives": "^14.12.0",
38
- "@atlaskit/section-message": "^8.6.0",
37
+ "@atlaskit/primitives": "^14.14.0",
38
+ "@atlaskit/section-message": "^8.7.0",
39
39
  "@atlaskit/tabs": "^18.1.0",
40
40
  "@atlaskit/textfield": "^8.0.0",
41
- "@atlaskit/tmp-editor-statsig": "^12.0.0",
41
+ "@atlaskit/tmp-editor-statsig": "^12.9.0",
42
42
  "@babel/runtime": "^7.0.0",
43
43
  "react-intl-next": "npm:react-intl@^5.18.1"
44
44
  },
45
45
  "peerDependencies": {
46
- "@atlaskit/editor-common": "^108.0.0",
47
- "@atlaskit/tokens": "^6.1.0",
46
+ "@atlaskit/editor-common": "^109.0.0",
47
+ "@atlaskit/tokens": "^6.3.0",
48
48
  "react": "^18.2.0",
49
49
  "react-dom": "^18.2.0"
50
50
  },