@atlaskit/editor-plugin-layout 7.0.2 → 7.0.4
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
|
@@ -42,7 +42,7 @@ var getPlaceholderStyle = function getPlaceholderStyle(message) {
|
|
|
42
42
|
content: "\"".concat(message, "\""),
|
|
43
43
|
position: 'absolute',
|
|
44
44
|
color: "var(--ds-text-disabled, #A5ADBA)",
|
|
45
|
-
font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
|
|
45
|
+
font: "var(--ds-font-body, normal 400 14px/20px \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
|
|
46
46
|
marginTop: "var(--ds-space-050, 4px)",
|
|
47
47
|
pointerEvents: 'none'
|
|
48
48
|
}
|
|
@@ -37,7 +37,7 @@ const getPlaceholderStyle = message => {
|
|
|
37
37
|
content: `"${message}"`,
|
|
38
38
|
position: 'absolute',
|
|
39
39
|
color: "var(--ds-text-disabled, #A5ADBA)",
|
|
40
|
-
font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
|
|
40
|
+
font: "var(--ds-font-body, normal 400 14px/20px \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
|
|
41
41
|
marginTop: "var(--ds-space-050, 4px)",
|
|
42
42
|
pointerEvents: 'none'
|
|
43
43
|
}
|
|
@@ -34,7 +34,7 @@ var getPlaceholderStyle = function getPlaceholderStyle(message) {
|
|
|
34
34
|
content: "\"".concat(message, "\""),
|
|
35
35
|
position: 'absolute',
|
|
36
36
|
color: "var(--ds-text-disabled, #A5ADBA)",
|
|
37
|
-
font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
|
|
37
|
+
font: "var(--ds-font-body, normal 400 14px/20px \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
|
|
38
38
|
marginTop: "var(--ds-space-050, 4px)",
|
|
39
39
|
pointerEvents: 'none'
|
|
40
40
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-layout",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.4",
|
|
4
4
|
"description": "Layout plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -35,23 +35,23 @@
|
|
|
35
35
|
"@atlaskit/editor-plugin-decorations": "^7.0.0",
|
|
36
36
|
"@atlaskit/editor-plugin-editor-disabled": "^7.0.0",
|
|
37
37
|
"@atlaskit/editor-plugin-guideline": "^7.0.0",
|
|
38
|
-
"@atlaskit/editor-plugin-interaction": "^
|
|
38
|
+
"@atlaskit/editor-plugin-interaction": "^13.0.0",
|
|
39
39
|
"@atlaskit/editor-plugin-selection": "^7.0.0",
|
|
40
|
-
"@atlaskit/editor-plugin-toolbar": "^4.
|
|
40
|
+
"@atlaskit/editor-plugin-toolbar": "^4.1.0",
|
|
41
41
|
"@atlaskit/editor-plugin-width": "^8.0.0",
|
|
42
42
|
"@atlaskit/editor-prosemirror": "^7.2.0",
|
|
43
43
|
"@atlaskit/editor-shared-styles": "^3.10.0",
|
|
44
44
|
"@atlaskit/editor-toolbar": "^0.19.0",
|
|
45
|
-
"@atlaskit/icon": "^
|
|
45
|
+
"@atlaskit/icon": "^30.0.0",
|
|
46
46
|
"@atlaskit/icon-lab": "^5.14.0",
|
|
47
47
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
48
|
-
"@atlaskit/tmp-editor-statsig": "^16.
|
|
49
|
-
"@atlaskit/tokens": "^
|
|
48
|
+
"@atlaskit/tmp-editor-statsig": "^16.30.0",
|
|
49
|
+
"@atlaskit/tokens": "^10.1.0",
|
|
50
50
|
"@babel/runtime": "^7.0.0",
|
|
51
51
|
"@emotion/react": "^11.7.1"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
|
-
"@atlaskit/editor-common": "^111.
|
|
54
|
+
"@atlaskit/editor-common": "^111.8.0",
|
|
55
55
|
"react": "^18.2.0",
|
|
56
56
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
57
57
|
},
|