@atlaskit/editor-plugin-paste-options-toolbar 6.0.0 → 7.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,22 @@
1
1
  # @atlaskit/editor-plugin-paste-options-toolbar
2
2
 
3
+ ## 7.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 7.0.0
10
+
11
+ ### Major Changes
12
+
13
+ - [`be54c7e850cd3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/be54c7e850cd3) -
14
+ remove unused deprecated styles used to be consumed in editor content styles
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+
3
20
  ## 6.0.0
4
21
 
5
22
  ### Patch Changes
@@ -84,7 +101,6 @@
84
101
  shared context or singletons.
85
102
 
86
103
  **HOW TO ADJUST:**
87
-
88
104
  - Consumers must now explicitly install `@atlaskit/editor-common` in their own project if they use
89
105
  any of these editor plugins.
90
106
  - Ensure the version you install matches the version required by the plugins.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-paste-options-toolbar",
3
- "version": "6.0.0",
3
+ "version": "7.0.1",
4
4
  "description": "Paste options toolbar for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -30,18 +30,18 @@
30
30
  "atlaskit:src": "src/index.ts",
31
31
  "dependencies": {
32
32
  "@atlaskit/editor-markdown-transformer": "^5.19.0",
33
- "@atlaskit/editor-plugin-analytics": "^6.0.0",
34
- "@atlaskit/editor-plugin-paste": "^7.0.0",
33
+ "@atlaskit/editor-plugin-analytics": "^6.1.0",
34
+ "@atlaskit/editor-plugin-paste": "^7.3.0",
35
35
  "@atlaskit/editor-prosemirror": "7.0.0",
36
- "@atlaskit/editor-shared-styles": "^3.6.0",
37
- "@atlaskit/icon": "^28.3.0",
38
- "@atlaskit/tokens": "^6.3.0",
36
+ "@atlaskit/editor-shared-styles": "^3.7.0",
37
+ "@atlaskit/icon": "^28.5.0",
38
+ "@atlaskit/tokens": "^7.0.0",
39
39
  "@babel/runtime": "^7.0.0",
40
40
  "@emotion/react": "^11.7.1",
41
41
  "react-intl-next": "npm:react-intl@^5.18.1"
42
42
  },
43
43
  "peerDependencies": {
44
- "@atlaskit/editor-common": "^110.0.0",
44
+ "@atlaskit/editor-common": "^110.13.0",
45
45
  "react": "^18.2.0",
46
46
  "react-dom": "^18.2.0"
47
47
  },
@@ -1,13 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- exports.textHighlightStyle = void 0;
8
- var _taggedTemplateLiteral2 = _interopRequireDefault(require("@babel/runtime/helpers/taggedTemplateLiteral"));
9
- var _react = require("@emotion/react");
10
- var _constants = require("../pm-plugins/constants");
11
- var _templateObject; // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
12
- // eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
13
- var textHighlightStyle = exports.textHighlightStyle = (0, _react.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n\t.", " {\n\t\tbackground-color: ", ";\n\n\t\tborder-bottom: 2px solid ", ";\n\t}\n"])), _constants.TEXT_HIGHLIGHT_CLASS, "var(--ds-background-accent-blue-subtlest, #E9F2FF)", "var(--ds-background-accent-blue-subtler, #cce0ff)");
@@ -1,12 +0,0 @@
1
- // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
2
- import { css } from '@emotion/react';
3
- import { TEXT_HIGHLIGHT_CLASS } from '../pm-plugins/constants';
4
-
5
- // eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
6
- export const textHighlightStyle = css`
7
- .${TEXT_HIGHLIGHT_CLASS} {
8
- background-color: ${"var(--ds-background-accent-blue-subtlest, #E9F2FF)"};
9
-
10
- border-bottom: 2px solid ${"var(--ds-background-accent-blue-subtler, #cce0ff)"};
11
- }
12
- `;
@@ -1,8 +0,0 @@
1
- import _taggedTemplateLiteral from "@babel/runtime/helpers/taggedTemplateLiteral";
2
- var _templateObject;
3
- // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
4
- import { css } from '@emotion/react';
5
- import { TEXT_HIGHLIGHT_CLASS } from '../pm-plugins/constants';
6
-
7
- // eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
8
- export var textHighlightStyle = css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n\t.", " {\n\t\tbackground-color: ", ";\n\n\t\tborder-bottom: 2px solid ", ";\n\t}\n"])), TEXT_HIGHLIGHT_CLASS, "var(--ds-background-accent-blue-subtlest, #E9F2FF)", "var(--ds-background-accent-blue-subtler, #cce0ff)");
@@ -1 +0,0 @@
1
- export declare const textHighlightStyle: import("@emotion/react").SerializedStyles;
@@ -1 +0,0 @@
1
- export declare const textHighlightStyle: import("@emotion/react").SerializedStyles;
@@ -1,17 +0,0 @@
1
- {
2
- "name": "@atlaskit/editor-plugin-paste-options-toolbar/styles",
3
- "main": "../dist/cjs/ui/styles.js",
4
- "module": "../dist/esm/ui/styles.js",
5
- "module:es2019": "../dist/es2019/ui/styles.js",
6
- "sideEffects": [
7
- "*.compiled.css"
8
- ],
9
- "types": "../dist/types/ui/styles.d.ts",
10
- "typesVersions": {
11
- ">=4.5 <5.9": {
12
- "*": [
13
- "../dist/types-ts4.5/ui/styles.d.ts"
14
- ]
15
- }
16
- }
17
- }