@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 +6 -0
- package/dist/cjs/nodeviews/toDOM-fixes/inlineCard.js +1 -0
- package/dist/cjs/ui/InlineCardOverlay/index.js +1 -1
- package/dist/es2019/nodeviews/toDOM-fixes/inlineCard.js +1 -0
- package/dist/es2019/ui/InlineCardOverlay/index.js +1 -1
- package/dist/esm/nodeviews/toDOM-fixes/inlineCard.js +1 -0
- package/dist/esm/ui/InlineCardOverlay/index.js +1 -1
- package/package.json +5 -2
package/CHANGELOG.md
CHANGED
|
@@ -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,
|
|
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
|
});
|
|
@@ -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,
|
|
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
|
});
|
|
@@ -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,
|
|
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.
|
|
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": "^
|
|
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": {
|