@atlaskit/editor-plugin-layout 6.2.3 → 6.2.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
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/editor-plugin-layout
2
2
 
3
+ ## 6.2.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 6.2.3
4
10
 
5
11
  ### Patch Changes
@@ -27,7 +27,7 @@ var getPlaceholderStyle = function getPlaceholderStyle(message) {
27
27
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values
28
28
  content: "\"".concat(message, "\""),
29
29
  position: 'absolute',
30
- color: "var(--ds-text-subtlest, #626F86)",
30
+ color: "var(--ds-text-subtlest, #6B6E76)",
31
31
  pointerEvents: 'none'
32
32
  }
33
33
  }));
@@ -21,7 +21,7 @@ const getPlaceholderStyle = message => {
21
21
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values
22
22
  content: `"${message}"`,
23
23
  position: 'absolute',
24
- color: "var(--ds-text-subtlest, #626F86)",
24
+ color: "var(--ds-text-subtlest, #6B6E76)",
25
25
  pointerEvents: 'none'
26
26
  }
27
27
  }
@@ -19,7 +19,7 @@ var getPlaceholderStyle = function getPlaceholderStyle(message) {
19
19
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values
20
20
  content: "\"".concat(message, "\""),
21
21
  position: 'absolute',
22
- color: "var(--ds-text-subtlest, #626F86)",
22
+ color: "var(--ds-text-subtlest, #6B6E76)",
23
23
  pointerEvents: 'none'
24
24
  }
25
25
  }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-layout",
3
- "version": "6.2.3",
3
+ "version": "6.2.4",
4
4
  "description": "Layout plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -40,18 +40,18 @@
40
40
  "@atlaskit/editor-plugin-toolbar": "^3.4.0",
41
41
  "@atlaskit/editor-plugin-width": "^7.0.0",
42
42
  "@atlaskit/editor-prosemirror": "7.0.0",
43
- "@atlaskit/editor-shared-styles": "^3.8.0",
43
+ "@atlaskit/editor-shared-styles": "^3.9.0",
44
44
  "@atlaskit/editor-toolbar": "^0.17.0",
45
- "@atlaskit/icon": "^28.5.0",
46
- "@atlaskit/icon-lab": "^5.11.0",
45
+ "@atlaskit/icon": "^29.0.0",
46
+ "@atlaskit/icon-lab": "^5.12.0",
47
47
  "@atlaskit/platform-feature-flags": "^1.1.0",
48
- "@atlaskit/tmp-editor-statsig": "^13.32.0",
48
+ "@atlaskit/tmp-editor-statsig": "^13.35.0",
49
49
  "@atlaskit/tokens": "^8.0.0",
50
50
  "@babel/runtime": "^7.0.0",
51
51
  "@emotion/react": "^11.7.1"
52
52
  },
53
53
  "peerDependencies": {
54
- "@atlaskit/editor-common": "^110.24.0",
54
+ "@atlaskit/editor-common": "^110.27.0",
55
55
  "react": "^18.2.0",
56
56
  "react-intl-next": "npm:react-intl@^5.18.1"
57
57
  },