@atlaskit/editor-plugin-extension 1.9.2 → 1.9.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,17 @@
1
1
  # @atlaskit/editor-plugin-extension
2
2
 
3
+ ## 1.9.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 1.9.3
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 1.9.2
4
16
 
5
17
  ### Patch Changes
@@ -8,7 +8,7 @@ var _react = require("@emotion/react");
8
8
  var _colors = require("@atlaskit/theme/colors");
9
9
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
10
10
 
11
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles, @atlaskit/design-system/no-exported-css -- Ignored via go/DSP-18766
11
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
12
12
  var requiredIndicator = exports.requiredIndicator = (0, _react.css)({
13
13
  color: "var(--ds-text-danger, ".concat(_colors.R500, ")")
14
14
  });
@@ -1,7 +1,7 @@
1
1
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
2
2
  import { css } from '@emotion/react';
3
3
  import { R500 } from '@atlaskit/theme/colors';
4
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles, @atlaskit/design-system/no-exported-css -- Ignored via go/DSP-18766
4
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
5
5
  export const requiredIndicator = css({
6
6
  color: `var(--ds-text-danger, ${R500})`
7
7
  });
@@ -1,7 +1,7 @@
1
1
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
2
2
  import { css } from '@emotion/react';
3
3
  import { R500 } from '@atlaskit/theme/colors';
4
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles, @atlaskit/design-system/no-exported-css -- Ignored via go/DSP-18766
4
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
5
5
  export var requiredIndicator = css({
6
6
  color: "var(--ds-text-danger, ".concat(R500, ")")
7
7
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-extension",
3
- "version": "1.9.2",
3
+ "version": "1.9.4",
4
4
  "description": "editor-plugin-extension plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -8,7 +8,7 @@
8
8
  "registry": "https://registry.npmjs.org/"
9
9
  },
10
10
  "atlassian": {
11
- "team": "Editor: Scarlet",
11
+ "team": "Editor: Core Experiences",
12
12
  "singleton": true,
13
13
  "releaseModel": "continuous",
14
14
  "runReact18": false
@@ -27,11 +27,11 @@
27
27
  "@atlaskit/adf-schema": "^39.0.3",
28
28
  "@atlaskit/adf-utils": "^19.4.0",
29
29
  "@atlaskit/analytics-next": "^9.3.0",
30
- "@atlaskit/avatar": "^21.10.0",
31
- "@atlaskit/button": "^18.0.0",
30
+ "@atlaskit/avatar": "^21.11.0",
31
+ "@atlaskit/button": "^18.3.0",
32
32
  "@atlaskit/checkbox": "^13.5.0",
33
- "@atlaskit/datetime-picker": "^13.6.0",
34
- "@atlaskit/editor-common": "^83.5.0",
33
+ "@atlaskit/datetime-picker": "^13.7.0",
34
+ "@atlaskit/editor-common": "^84.4.0",
35
35
  "@atlaskit/editor-json-transformer": "^8.15.0",
36
36
  "@atlaskit/editor-plugin-analytics": "^1.4.0",
37
37
  "@atlaskit/editor-plugin-context-identifier": "^1.1.0",
@@ -40,13 +40,13 @@
40
40
  "@atlaskit/editor-plugin-feature-flags": "^1.1.0",
41
41
  "@atlaskit/editor-plugin-width": "^1.1.0",
42
42
  "@atlaskit/editor-prosemirror": "4.0.1",
43
- "@atlaskit/editor-shared-styles": "^2.12.0",
43
+ "@atlaskit/editor-shared-styles": "^2.13.0",
44
44
  "@atlaskit/editor-tables": "^2.7.0",
45
45
  "@atlaskit/empty-state": "^7.9.0",
46
46
  "@atlaskit/form": "^10.4.0",
47
- "@atlaskit/icon": "^22.5.0",
47
+ "@atlaskit/icon": "^22.6.0",
48
48
  "@atlaskit/platform-feature-flags": "^0.3.0",
49
- "@atlaskit/primitives": "^10.0.0",
49
+ "@atlaskit/primitives": "^11.0.0",
50
50
  "@atlaskit/radio": "^6.4.0",
51
51
  "@atlaskit/section-message": "^6.5.0",
52
52
  "@atlaskit/select": "^17.11.0",