@atlaskit/editor-common 73.0.0 → 74.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 +10 -0
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/types/supported-browsers.d.ts +1 -1
- package/dist/types/utils/validator.d.ts +1 -1
- package/package.json +37 -37
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @atlaskit/editor-common
|
|
2
2
|
|
|
3
|
+
## 74.0.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
|
|
3
13
|
## 73.0.0
|
|
4
14
|
|
|
5
15
|
### Major Changes
|
|
@@ -24,7 +24,7 @@ var _templateObject, _templateObject2, _templateObject3;
|
|
|
24
24
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
|
|
25
25
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** @jsx jsx */
|
|
26
26
|
var packageName = "@atlaskit/editor-common";
|
|
27
|
-
var packageVersion = "
|
|
27
|
+
var packageVersion = "74.0.0";
|
|
28
28
|
var halfFocusRing = 1;
|
|
29
29
|
var dropOffset = "0, ".concat((0, _constants.gridSize)(), "px");
|
|
30
30
|
var DropList = /*#__PURE__*/function (_Component) {
|
package/dist/cjs/version.json
CHANGED
|
@@ -8,7 +8,7 @@ import { themed } from '@atlaskit/theme/components';
|
|
|
8
8
|
import { borderRadius, gridSize } from '@atlaskit/theme/constants';
|
|
9
9
|
import Layer from '../Layer';
|
|
10
10
|
const packageName = "@atlaskit/editor-common";
|
|
11
|
-
const packageVersion = "
|
|
11
|
+
const packageVersion = "74.0.0";
|
|
12
12
|
const halfFocusRing = 1;
|
|
13
13
|
const dropOffset = `0, ${gridSize()}px`;
|
|
14
14
|
class DropList extends Component {
|
package/dist/es2019/version.json
CHANGED
|
@@ -18,7 +18,7 @@ import { themed } from '@atlaskit/theme/components';
|
|
|
18
18
|
import { borderRadius, gridSize } from '@atlaskit/theme/constants';
|
|
19
19
|
import Layer from '../Layer';
|
|
20
20
|
var packageName = "@atlaskit/editor-common";
|
|
21
|
-
var packageVersion = "
|
|
21
|
+
var packageVersion = "74.0.0";
|
|
22
22
|
var halfFocusRing = 1;
|
|
23
23
|
var dropOffset = "0, ".concat(gridSize(), "px");
|
|
24
24
|
var DropList = /*#__PURE__*/function (_Component) {
|
package/dist/esm/version.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const SupportedBrowsers: readonly ["ie", "gecko", "chrome", "safari"];
|
|
2
|
-
export declare type Browsers = typeof SupportedBrowsers[number];
|
|
2
|
+
export declare type Browsers = (typeof SupportedBrowsers)[number];
|
|
3
3
|
export declare type Range = {
|
|
4
4
|
minimum: number;
|
|
5
5
|
maximum?: number;
|
|
@@ -3,7 +3,7 @@ export declare const ADFStages: {
|
|
|
3
3
|
readonly FINAL: "final";
|
|
4
4
|
readonly STAGE_0: "stage0";
|
|
5
5
|
};
|
|
6
|
-
export declare type ADFStage = typeof ADFStages[keyof typeof ADFStages];
|
|
6
|
+
export declare type ADFStage = (typeof ADFStages)[keyof typeof ADFStages];
|
|
7
7
|
export interface ADDoc {
|
|
8
8
|
version: 1;
|
|
9
9
|
type: 'doc';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-common",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "74.0.0",
|
|
4
4
|
"description": "A package that contains common classes and components for editor and renderer",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -58,36 +58,36 @@
|
|
|
58
58
|
"./hooks": "./src/hooks/index.ts"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@atlaskit/activity-provider": "^2.
|
|
62
|
-
"@atlaskit/adf-schema": "^25.
|
|
63
|
-
"@atlaskit/adf-utils": "^18.
|
|
64
|
-
"@atlaskit/analytics-listeners": "^8.
|
|
65
|
-
"@atlaskit/analytics-namespaced-context": "^6.
|
|
66
|
-
"@atlaskit/analytics-next": "^9.
|
|
61
|
+
"@atlaskit/activity-provider": "^2.4.0",
|
|
62
|
+
"@atlaskit/adf-schema": "^25.6.0",
|
|
63
|
+
"@atlaskit/adf-utils": "^18.2.0",
|
|
64
|
+
"@atlaskit/analytics-listeners": "^8.7.0",
|
|
65
|
+
"@atlaskit/analytics-namespaced-context": "^6.7.0",
|
|
66
|
+
"@atlaskit/analytics-next": "^9.1.0",
|
|
67
67
|
"@atlaskit/analytics-next-stable-react-context": "1.0.1",
|
|
68
|
-
"@atlaskit/button": "^16.
|
|
69
|
-
"@atlaskit/code": "^14.
|
|
70
|
-
"@atlaskit/codemod-utils": "^4.
|
|
71
|
-
"@atlaskit/editor-json-transformer": "^8.
|
|
72
|
-
"@atlaskit/editor-palette": "1.
|
|
73
|
-
"@atlaskit/editor-shared-styles": "^2.
|
|
74
|
-
"@atlaskit/emoji": "^67.
|
|
75
|
-
"@atlaskit/icon": "^21.
|
|
76
|
-
"@atlaskit/in-product-testing": "^0.
|
|
77
|
-
"@atlaskit/media-card": "^74.
|
|
78
|
-
"@atlaskit/media-client": "^
|
|
79
|
-
"@atlaskit/media-picker": "^
|
|
80
|
-
"@atlaskit/mention": "^22.
|
|
81
|
-
"@atlaskit/menu": "^1.
|
|
82
|
-
"@atlaskit/profilecard": "^19.
|
|
83
|
-
"@atlaskit/smart-card": "^
|
|
84
|
-
"@atlaskit/smart-user-picker": "^6.
|
|
85
|
-
"@atlaskit/task-decision": "^17.
|
|
86
|
-
"@atlaskit/theme": "^12.
|
|
87
|
-
"@atlaskit/tokens": "^1.
|
|
88
|
-
"@atlaskit/tooltip": "^17.
|
|
89
|
-
"@atlaskit/ufo": "^0.
|
|
90
|
-
"@atlaskit/width-detector": "^4.
|
|
68
|
+
"@atlaskit/button": "^16.7.0",
|
|
69
|
+
"@atlaskit/code": "^14.6.0",
|
|
70
|
+
"@atlaskit/codemod-utils": "^4.2.0",
|
|
71
|
+
"@atlaskit/editor-json-transformer": "^8.9.0",
|
|
72
|
+
"@atlaskit/editor-palette": "1.4.0",
|
|
73
|
+
"@atlaskit/editor-shared-styles": "^2.4.0",
|
|
74
|
+
"@atlaskit/emoji": "^67.4.0",
|
|
75
|
+
"@atlaskit/icon": "^21.12.0",
|
|
76
|
+
"@atlaskit/in-product-testing": "^0.2.0",
|
|
77
|
+
"@atlaskit/media-card": "^74.8.0",
|
|
78
|
+
"@atlaskit/media-client": "^22.0.0",
|
|
79
|
+
"@atlaskit/media-picker": "^65.0.0",
|
|
80
|
+
"@atlaskit/mention": "^22.1.0",
|
|
81
|
+
"@atlaskit/menu": "^1.6.0",
|
|
82
|
+
"@atlaskit/profilecard": "^19.3.0",
|
|
83
|
+
"@atlaskit/smart-card": "^26.0.0",
|
|
84
|
+
"@atlaskit/smart-user-picker": "^6.1.0",
|
|
85
|
+
"@atlaskit/task-decision": "^17.6.0",
|
|
86
|
+
"@atlaskit/theme": "^12.5.0",
|
|
87
|
+
"@atlaskit/tokens": "^1.3.0",
|
|
88
|
+
"@atlaskit/tooltip": "^17.8.0",
|
|
89
|
+
"@atlaskit/ufo": "^0.2.0",
|
|
90
|
+
"@atlaskit/width-detector": "^4.1.0",
|
|
91
91
|
"@babel/runtime": "^7.0.0",
|
|
92
92
|
"@emotion/react": "^11.7.1",
|
|
93
93
|
"@types/prosemirror-model": "^1.11.0",
|
|
@@ -111,19 +111,19 @@
|
|
|
111
111
|
"react-loadable": "^5.1.0"
|
|
112
112
|
},
|
|
113
113
|
"peerDependencies": {
|
|
114
|
-
"@atlaskit/media-core": "^34.0
|
|
114
|
+
"@atlaskit/media-core": "^34.1.0",
|
|
115
115
|
"react": "^16.8.0",
|
|
116
116
|
"react-dom": "^16.8.0",
|
|
117
117
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
118
118
|
},
|
|
119
119
|
"devDependencies": {
|
|
120
|
-
"@atlaskit/editor-core": "^
|
|
121
|
-
"@atlaskit/editor-json-transformer": "^8.
|
|
122
|
-
"@atlaskit/editor-plugin-feature-flags": "^0.0
|
|
123
|
-
"@atlaskit/editor-plugin-table": "^1.
|
|
120
|
+
"@atlaskit/editor-core": "^183.0.0",
|
|
121
|
+
"@atlaskit/editor-json-transformer": "^8.9.0",
|
|
122
|
+
"@atlaskit/editor-plugin-feature-flags": "^0.1.0",
|
|
123
|
+
"@atlaskit/editor-plugin-table": "^1.3.0",
|
|
124
124
|
"@atlaskit/editor-test-helpers": "^18.2.0",
|
|
125
|
-
"@atlaskit/media-core": "^34.
|
|
126
|
-
"@atlaskit/util-data-test": "^17.
|
|
125
|
+
"@atlaskit/media-core": "^34.1.0",
|
|
126
|
+
"@atlaskit/util-data-test": "^17.8.0",
|
|
127
127
|
"@atlaskit/visual-regression": "*",
|
|
128
128
|
"@atlaskit/webdriver-runner": "*",
|
|
129
129
|
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
|