@atlaskit/editor-plugin-layout 8.0.12 → 8.0.14

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-layout
2
2
 
3
+ ## 8.0.14
4
+
5
+ ### Patch Changes
6
+
7
+ - [`5892e575833a1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5892e575833a1) -
8
+ Internal changes to remove unnecessary token fallbacks and imports from `@atlaskit/theme`
9
+ - Updated dependencies
10
+
11
+ ## 8.0.13
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 8.0.12
4
18
 
5
19
  ### Patch Changes
@@ -41,7 +41,7 @@ var getPlaceholderStyle = function getPlaceholderStyle(message) {
41
41
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values
42
42
  content: "\"".concat(message, "\""),
43
43
  position: 'absolute',
44
- color: "var(--ds-text-disabled, #A5ADBA)",
44
+ color: "var(--ds-text-disabled, #080F214A)",
45
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'
@@ -36,7 +36,7 @@ const getPlaceholderStyle = message => {
36
36
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values
37
37
  content: `"${message}"`,
38
38
  position: 'absolute',
39
- color: "var(--ds-text-disabled, #A5ADBA)",
39
+ color: "var(--ds-text-disabled, #080F214A)",
40
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'
@@ -33,7 +33,7 @@ var getPlaceholderStyle = function getPlaceholderStyle(message) {
33
33
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values
34
34
  content: "\"".concat(message, "\""),
35
35
  position: 'absolute',
36
- color: "var(--ds-text-disabled, #A5ADBA)",
36
+ color: "var(--ds-text-disabled, #080F214A)",
37
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'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-layout",
3
- "version": "8.0.12",
3
+ "version": "8.0.14",
4
4
  "description": "Layout plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -43,16 +43,16 @@
43
43
  "@atlaskit/editor-prosemirror": "^7.3.0",
44
44
  "@atlaskit/editor-shared-styles": "^3.10.0",
45
45
  "@atlaskit/editor-toolbar": "^0.20.0",
46
- "@atlaskit/icon": "^33.0.0",
47
- "@atlaskit/icon-lab": "^6.0.0",
46
+ "@atlaskit/icon": "^33.1.0",
47
+ "@atlaskit/icon-lab": "^6.2.0",
48
48
  "@atlaskit/platform-feature-flags": "^1.1.0",
49
- "@atlaskit/tmp-editor-statsig": "^45.0.0",
50
- "@atlaskit/tokens": "^11.1.0",
49
+ "@atlaskit/tmp-editor-statsig": "^46.1.0",
50
+ "@atlaskit/tokens": "^11.2.0",
51
51
  "@babel/runtime": "^7.0.0",
52
52
  "@emotion/react": "^11.7.1"
53
53
  },
54
54
  "peerDependencies": {
55
- "@atlaskit/editor-common": "^112.8.0",
55
+ "@atlaskit/editor-common": "^112.10.0",
56
56
  "react": "^18.2.0",
57
57
  "react-intl-next": "npm:react-intl@^5.18.1"
58
58
  },