@atlaskit/editor-core 193.27.8 → 193.27.14

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "193.27.8",
3
+ "version": "193.27.14",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -44,10 +44,10 @@
44
44
  "@atlaskit/analytics-namespaced-context": "^6.10.0",
45
45
  "@atlaskit/analytics-next": "^9.3.0",
46
46
  "@atlaskit/analytics-next-stable-react-context": "1.0.1",
47
- "@atlaskit/button": "^17.18.0",
48
- "@atlaskit/editor-common": "^82.8.0",
47
+ "@atlaskit/button": "^17.22.0",
48
+ "@atlaskit/editor-common": "^82.9.0",
49
49
  "@atlaskit/editor-json-transformer": "^8.13.0",
50
- "@atlaskit/editor-plugins": "^3.2.0",
50
+ "@atlaskit/editor-plugins": "^3.3.0",
51
51
  "@atlaskit/editor-prosemirror": "4.0.1",
52
52
  "@atlaskit/editor-shared-styles": "^2.12.0",
53
53
  "@atlaskit/emoji": "^67.6.0",
@@ -60,7 +60,6 @@
60
60
  "@atlaskit/theme": "^12.10.0",
61
61
  "@atlaskit/tokens": "^1.51.0",
62
62
  "@atlaskit/tooltip": "^18.5.0",
63
- "@atlaskit/ufo": "^0.2.0",
64
63
  "@atlaskit/width-detector": "^4.2.0",
65
64
  "@babel/runtime": "^7.0.0",
66
65
  "@emotion/react": "^11.7.1",
@@ -82,15 +81,15 @@
82
81
  "react-intl-next": "npm:react-intl@^5.18.1"
83
82
  },
84
83
  "devDependencies": {
85
- "@af/editor-examples-helpers": "0.0.2",
84
+ "@af/editor-examples-helpers": "0.0.4",
86
85
  "@af/editor-libra": "*",
87
86
  "@af/visual-regression": "*",
88
87
  "@atlaskit/adf-utils": "^19.2.0",
89
88
  "@atlaskit/analytics-listeners": "^8.10.0",
90
89
  "@atlaskit/collab-provider": "9.29.3",
91
- "@atlaskit/editor-plugin-annotation": "1.10.2",
90
+ "@atlaskit/editor-plugin-annotation": "1.10.4",
92
91
  "@atlaskit/editor-plugin-card": "^2.0.0",
93
- "@atlaskit/editor-plugin-editor-viewmode": "^1.2.0",
92
+ "@atlaskit/editor-plugin-editor-viewmode": "^2.0.0",
94
93
  "@atlaskit/editor-plugin-list": "^3.3.0",
95
94
  "@atlaskit/editor-plugin-paste": "^1.2.0",
96
95
  "@atlaskit/editor-test-helpers": "*",
@@ -100,7 +99,7 @@
100
99
  "@atlaskit/media-integration-test-helpers": "^3.0.0",
101
100
  "@atlaskit/media-test-helpers": "^33.0.27",
102
101
  "@atlaskit/modal-dialog": "^12.14.0",
103
- "@atlaskit/primitives": "^7.4.0",
102
+ "@atlaskit/primitives": "^8.0.0",
104
103
  "@atlaskit/renderer": "^109.32.0",
105
104
  "@atlaskit/smart-card": "^27.6.0",
106
105
  "@atlaskit/synchrony-test-helpers": "^2.4.0",
@@ -108,8 +107,7 @@
108
107
  "@atlaskit/util-data-test": "^17.9.0",
109
108
  "@atlaskit/visual-regression": "*",
110
109
  "@atlassian/adf-schema-json": "^1.14.0",
111
- "@atlassian/search-provider": "2.4.82",
112
- "@atlassian/ufo": "^0.2.0",
110
+ "@atlassian/search-provider": "2.4.83",
113
111
  "@emotion/jest": "^11.8.0",
114
112
  "@storybook/addon-knobs": "^5.3.18",
115
113
  "@testing-library/react": "^12.1.5",
@@ -278,9 +276,6 @@
278
276
  "type": "boolean",
279
277
  "referenceOnly": "true"
280
278
  },
281
- "__live-view-toggle": {
282
- "type": "boolean"
283
- },
284
279
  "platform.editor.extractlistfromparagraphv2": {
285
280
  "type": "boolean",
286
281
  "referenceOnly": "true"
@@ -358,6 +353,10 @@
358
353
  "platform.editor.dynamic-palette-borders": {
359
354
  "type": "boolean",
360
355
  "referenceOnly": "true"
356
+ },
357
+ "platform.editor.refactor-highlight-toolbar_mo0pj": {
358
+ "type": "boolean",
359
+ "referenceOnly": "true"
361
360
  }
362
361
  },
363
362
  "stricter": {
package/tsconfig.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "./examples/**/*.tsx",
10
10
  "./example-helpers/**/*.ts",
11
11
  "./example-helpers/**/*.tsx",
12
- "./playwright/**/*.ts" ],
12
+ "./playwright/**/*.ts", "../editor-examples-helpers/src/utils/useCountDown.ts" ],
13
13
  "compilerOptions": {
14
14
  "baseUrl": "./",
15
15
  "noErrorTruncation": true