@atlaskit/editor-plugin-status 5.0.0 → 6.0.0

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-status
2
2
 
3
+ ## 6.0.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 5.0.1
10
+
11
+ ### Patch Changes
12
+
13
+ - [`e5001e144b74e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e5001e144b74e) -
14
+ Internal changes to how border radius is applied.
15
+ - Updated dependencies
16
+
3
17
  ## 5.0.0
4
18
 
5
19
  ### Patch Changes
@@ -45,7 +45,7 @@ var closingMethods = exports.closingMethods = /*#__PURE__*/function (closingMeth
45
45
  var pickerContainerStyles = (0, _react2.css)({
46
46
  background: "var(--ds-surface-overlay, ".concat(_colors.N0, ")"),
47
47
  padding: "var(--ds-space-100, 8px)".concat(" 0"),
48
- borderRadius: "var(--ds-border-radius-100, 3px)",
48
+ borderRadius: "var(--ds-radius-small, 3px)",
49
49
  boxShadow: "var(--ds-shadow-overlay, 0 0 1px rgba(9, 30, 66, 0.31), 0 4px 8px -2px rgba(9, 30, 66, 0.25))",
50
50
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors -- Ignored via go/DSP-18766
51
51
  ':focus': {
@@ -35,7 +35,7 @@ export let closingMethods = /*#__PURE__*/function (closingMethods) {
35
35
  const pickerContainerStyles = css({
36
36
  background: `var(--ds-surface-overlay, ${N0})`,
37
37
  padding: `${"var(--ds-space-100, 8px)"} 0`,
38
- borderRadius: "var(--ds-border-radius-100, 3px)",
38
+ borderRadius: "var(--ds-radius-small, 3px)",
39
39
  boxShadow: "var(--ds-shadow-overlay, 0 0 1px rgba(9, 30, 66, 0.31), 0 4px 8px -2px rgba(9, 30, 66, 0.25))",
40
40
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors -- Ignored via go/DSP-18766
41
41
  ':focus': {
@@ -42,7 +42,7 @@ export var closingMethods = /*#__PURE__*/function (closingMethods) {
42
42
  var pickerContainerStyles = css({
43
43
  background: "var(--ds-surface-overlay, ".concat(N0, ")"),
44
44
  padding: "var(--ds-space-100, 8px)".concat(" 0"),
45
- borderRadius: "var(--ds-border-radius-100, 3px)",
45
+ borderRadius: "var(--ds-radius-small, 3px)",
46
46
  boxShadow: "var(--ds-shadow-overlay, 0 0 1px rgba(9, 30, 66, 0.31), 0 4px 8px -2px rgba(9, 30, 66, 0.25))",
47
47
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors -- Ignored via go/DSP-18766
48
48
  ':focus': {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-status",
3
- "version": "5.0.0",
3
+ "version": "6.0.0",
4
4
  "description": "Status plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -29,23 +29,23 @@
29
29
  ],
30
30
  "atlaskit:src": "src/index.ts",
31
31
  "dependencies": {
32
- "@atlaskit/adf-schema": "^50.2.3",
32
+ "@atlaskit/adf-schema": "^51.0.0",
33
33
  "@atlaskit/analytics-next": "^11.1.0",
34
- "@atlaskit/editor-plugin-analytics": "^4.0.0",
34
+ "@atlaskit/editor-plugin-analytics": "^5.0.0",
35
35
  "@atlaskit/editor-prosemirror": "7.0.0",
36
36
  "@atlaskit/editor-shared-styles": "^3.6.0",
37
37
  "@atlaskit/icon": "^28.1.0",
38
38
  "@atlaskit/platform-feature-flags": "^1.1.0",
39
39
  "@atlaskit/status": "^3.0.0",
40
40
  "@atlaskit/theme": "^20.0.0",
41
- "@atlaskit/tmp-editor-statsig": "^12.0.0",
42
- "@atlaskit/tokens": "^6.1.0",
41
+ "@atlaskit/tmp-editor-statsig": "^12.9.0",
42
+ "@atlaskit/tokens": "^6.3.0",
43
43
  "@atlaskit/visually-hidden": "^3.0.0",
44
44
  "@babel/runtime": "^7.0.0",
45
45
  "@emotion/react": "^11.7.1"
46
46
  },
47
47
  "peerDependencies": {
48
- "@atlaskit/editor-common": "^108.0.0",
48
+ "@atlaskit/editor-common": "^109.0.0",
49
49
  "react": "^18.2.0",
50
50
  "react-dom": "^18.2.0",
51
51
  "react-intl-next": "npm:react-intl@^5.18.1"