@atlaskit/editor-plugin-layout 6.2.3 → 6.2.5

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
+ ## 6.2.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [`a05464ea42678`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a05464ea42678) -
8
+ EDITOR-2791 bump adf-schema
9
+ - Updated dependencies
10
+
11
+ ## 6.2.4
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 6.2.3
4
18
 
5
19
  ### 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.5",
4
4
  "description": "Layout plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -29,7 +29,7 @@
29
29
  ],
30
30
  "atlaskit:src": "src/index.ts",
31
31
  "dependencies": {
32
- "@atlaskit/adf-schema": "^51.3.2",
32
+ "@atlaskit/adf-schema": "^51.4.0",
33
33
  "@atlaskit/editor-plugin-analytics": "^6.2.0",
34
34
  "@atlaskit/editor-plugin-block-menu": "^5.0.0",
35
35
  "@atlaskit/editor-plugin-decorations": "^6.1.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.10.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.38.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.32.0",
55
55
  "react": "^18.2.0",
56
56
  "react-intl-next": "npm:react-intl@^5.18.1"
57
57
  },