@atlaskit/editor-plugin-card 5.1.0 → 5.1.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,11 @@
1
1
  # @atlaskit/editor-plugin-card
2
2
 
3
+ ## 5.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 5.1.0
4
10
 
5
11
  ### Minor Changes
@@ -24,6 +24,7 @@ var inlineCardSpecWithFixedToDOM = exports.inlineCardSpecWithFixedToDOM = functi
24
24
  class: 'inlineCardView-content-wrap inlineNodeView'
25
25
  };
26
26
  var cardAttrs = {
27
+ 'aria-busy': 'true',
27
28
  class: 'card'
28
29
  };
29
30
  var attrs = {
@@ -86,7 +86,7 @@ var iconStyles = (0, _react2.css)({
86
86
  }
87
87
  });
88
88
  var labelStyles = (0, _react2.css)({
89
- font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
89
+ font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
90
90
  fontWeight: "var(--ds-font-weight-semibold, 600)",
91
91
  width: 'max-content'
92
92
  });
@@ -15,6 +15,7 @@ export const inlineCardSpecWithFixedToDOM = () => {
15
15
  class: 'inlineCardView-content-wrap inlineNodeView'
16
16
  };
17
17
  const cardAttrs = {
18
+ 'aria-busy': 'true',
18
19
  class: 'card'
19
20
  };
20
21
  const attrs = {
@@ -78,7 +78,7 @@ const iconStyles = css({
78
78
  }
79
79
  });
80
80
  const labelStyles = css({
81
- font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
81
+ font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
82
82
  fontWeight: "var(--ds-font-weight-semibold, 600)",
83
83
  width: 'max-content'
84
84
  });
@@ -17,6 +17,7 @@ export var inlineCardSpecWithFixedToDOM = function inlineCardSpecWithFixedToDOM(
17
17
  class: 'inlineCardView-content-wrap inlineNodeView'
18
18
  };
19
19
  var cardAttrs = {
20
+ 'aria-busy': 'true',
20
21
  class: 'card'
21
22
  };
22
23
  var attrs = {
@@ -77,7 +77,7 @@ var iconStyles = css({
77
77
  }
78
78
  });
79
79
  var labelStyles = css({
80
- font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
80
+ font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
81
81
  fontWeight: "var(--ds-font-weight-semibold, 600)",
82
82
  width: 'max-content'
83
83
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-card",
3
- "version": "5.1.0",
3
+ "version": "5.1.1",
4
4
  "description": "Card plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -37,7 +37,7 @@
37
37
  "@atlaskit/analytics-next": "^11.0.0",
38
38
  "@atlaskit/button": "^21.1.0",
39
39
  "@atlaskit/custom-steps": "^0.11.0",
40
- "@atlaskit/editor-common": "^100.5.0",
40
+ "@atlaskit/editor-common": "^101.0.0",
41
41
  "@atlaskit/editor-plugin-analytics": "^2.1.0",
42
42
  "@atlaskit/editor-plugin-base": "^2.3.0",
43
43
  "@atlaskit/editor-plugin-connectivity": "^2.0.0",
@@ -142,6 +142,9 @@
142
142
  },
143
143
  "platform-editor-plugin-card-icon-migration": {
144
144
  "type": "boolean"
145
+ },
146
+ "platform_editor_lego__inline_node_virtualization": {
147
+ "type": "boolean"
145
148
  }
146
149
  },
147
150
  "stricter": {