@atlaskit/editor-plugin-primary-toolbar 8.0.19 → 9.0.1

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-primary-toolbar
2
2
 
3
+ ## 9.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 9.0.0
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 8.0.19
4
16
 
5
17
  ### Patch Changes
@@ -10,7 +10,7 @@ var _styles = require("@atlaskit/editor-common/styles");
10
10
  * @jsxRuntime classic
11
11
  * @jsx jsx
12
12
  */
13
- // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
13
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
14
14
  var _default = exports.default = function _default() {
15
15
  return (
16
16
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/design-system/consistent-css-prop-usage -- Ignored via go/DSP-18766
@@ -2,7 +2,7 @@
2
2
  * @jsxRuntime classic
3
3
  * @jsx jsx
4
4
  */
5
- // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
5
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
6
6
  import { jsx } from '@emotion/react';
7
7
  import { separatorStyles, wrapperStyle } from '@atlaskit/editor-common/styles';
8
8
  export default (() =>
@@ -2,7 +2,7 @@
2
2
  * @jsxRuntime classic
3
3
  * @jsx jsx
4
4
  */
5
- // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
5
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
6
6
  import { jsx } from '@emotion/react';
7
7
  import { separatorStyles, wrapperStyle } from '@atlaskit/editor-common/styles';
8
8
  export default (function () {
@@ -6,5 +6,5 @@ type PluginConfig = {
6
6
  componentRegistry: ComponentRegistry;
7
7
  contextualFormattingEnabled?: boolean;
8
8
  };
9
- export declare const createPlugin: ({ componentRegistry, contextualFormattingEnabled }: PluginConfig) => SafePlugin<PrimaryToolbarPluginState>;
9
+ export declare const createPlugin: ({ componentRegistry, contextualFormattingEnabled, }: PluginConfig) => SafePlugin<PrimaryToolbarPluginState>;
10
10
  export {};
@@ -6,5 +6,5 @@ type PluginConfig = {
6
6
  componentRegistry: ComponentRegistry;
7
7
  contextualFormattingEnabled?: boolean;
8
8
  };
9
- export declare const createPlugin: ({ componentRegistry, contextualFormattingEnabled }: PluginConfig) => SafePlugin<PrimaryToolbarPluginState>;
9
+ export declare const createPlugin: ({ componentRegistry, contextualFormattingEnabled, }: PluginConfig) => SafePlugin<PrimaryToolbarPluginState>;
10
10
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-primary-toolbar",
3
- "version": "8.0.19",
3
+ "version": "9.0.1",
4
4
  "description": "Primary toolbar plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -34,12 +34,12 @@
34
34
  "dependencies": {
35
35
  "@atlaskit/editor-prosemirror": "^7.3.0",
36
36
  "@atlaskit/platform-feature-flags": "^1.1.0",
37
- "@atlaskit/tmp-editor-statsig": "^35.0.0",
37
+ "@atlaskit/tmp-editor-statsig": "^36.0.0",
38
38
  "@babel/runtime": "^7.0.0",
39
39
  "@emotion/react": "^11.7.1"
40
40
  },
41
41
  "peerDependencies": {
42
- "@atlaskit/editor-common": "^111.30.0",
42
+ "@atlaskit/editor-common": "^112.0.0",
43
43
  "react": "^18.2.0"
44
44
  },
45
45
  "techstack": {