@atlaskit/editor-plugin-primary-toolbar 9.0.0 → 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
package/dist/cjs/ui/separator.js
CHANGED
|
@@ -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
|
|
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
|
|
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 (() =>
|
package/dist/esm/ui/separator.js
CHANGED
|
@@ -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
|
|
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": "9.0.
|
|
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,7 +34,7 @@
|
|
|
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": "^
|
|
37
|
+
"@atlaskit/tmp-editor-statsig": "^36.0.0",
|
|
38
38
|
"@babel/runtime": "^7.0.0",
|
|
39
39
|
"@emotion/react": "^11.7.1"
|
|
40
40
|
},
|