@atlaskit/editor-core 191.7.6 → 191.7.8

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,11 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 191.7.8
4
+
5
+ ### Patch Changes
6
+
7
+ - [#69228](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69228) [`8f5f90d297d2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8f5f90d297d2) - Move 99-testing into editor-test-helpers
8
+
3
9
  ## 191.7.6
4
10
 
5
11
  ### Patch Changes
@@ -5,4 +5,4 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.version = exports.name = void 0;
7
7
  var name = exports.name = "@atlaskit/editor-core";
8
- var version = exports.version = "191.7.6";
8
+ var version = exports.version = "191.7.8";
@@ -1,2 +1,2 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "191.7.6";
2
+ export const version = "191.7.8";
@@ -1,2 +1,2 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "191.7.6";
2
+ export var version = "191.7.8";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "191.7.6",
3
+ "version": "191.7.8",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -88,11 +88,9 @@
88
88
  "@af/visual-regression": "*",
89
89
  "@atlaskit/adf-utils": "^19.0.0",
90
90
  "@atlaskit/analytics-listeners": "^8.9.1",
91
- "@atlaskit/avatar": "^21.4.0",
92
91
  "@atlaskit/checkbox": "^13.0.0",
93
92
  "@atlaskit/collab-provider": "9.22.5",
94
93
  "@atlaskit/dropdown-menu": "^12.4.0",
95
- "@atlaskit/editor-extension-dropbox": "^0.4.0",
96
94
  "@atlaskit/editor-plugin-card": "^0.16.5",
97
95
  "@atlaskit/editor-plugin-editor-viewmode": "^0.1.15",
98
96
  "@atlaskit/editor-plugin-list": "^3.1.5",
@@ -106,7 +104,7 @@
106
104
  "@atlaskit/media-integration-test-helpers": "^3.0.0",
107
105
  "@atlaskit/media-test-helpers": "^33.0.27",
108
106
  "@atlaskit/modal-dialog": "^12.10.0",
109
- "@atlaskit/renderer": "^109.3.0",
107
+ "@atlaskit/renderer": "^109.4.0",
110
108
  "@atlaskit/select": "^17.0.3",
111
109
  "@atlaskit/smart-card": "^26.46.0",
112
110
  "@atlaskit/synchrony-test-helpers": "^2.3.0",
@@ -114,10 +112,9 @@
114
112
  "@atlaskit/visual-regression": "*",
115
113
  "@atlassian/adf-schema-json": "^1.0.7",
116
114
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
117
- "@atlassian/editor-extension-link-create": "^1.2.0",
118
115
  "@atlassian/feature-flags-test-utils": "^0.2.0",
119
116
  "@atlassian/link-picker-plugins": "^24.0.0",
120
- "@atlassian/search-provider": "2.4.16",
117
+ "@atlassian/search-provider": "2.4.17",
121
118
  "@atlassian/ufo": "^0.2.0",
122
119
  "@emotion/jest": "^11.8.0",
123
120
  "@storybook/addon-knobs": "^5.3.18",
@@ -235,6 +232,15 @@
235
232
  },
236
233
  "platform.editor.a11y-find-replace": {
237
234
  "type": "boolean"
235
+ },
236
+ "platform.editor.allow-extended-nested-expand": {
237
+ "type": "boolean"
238
+ },
239
+ "platform.editor.allow-action-in-list": {
240
+ "type": "boolean"
241
+ },
242
+ "platform.editor.allow-list-in-blockquote": {
243
+ "type": "boolean"
238
244
  }
239
245
  },
240
246
  "stricter": {
package/tsconfig.json CHANGED
@@ -870,30 +870,6 @@
870
870
  "@atlaskit/analytics-listeners": [
871
871
  "../../analytics/analytics-listeners/src/index.ts"
872
872
  ],
873
- "@atlaskit/avatar/AvatarItem": [
874
- "../../design-system/avatar/src/entry-points/avatar-item.ts"
875
- ],
876
- "@atlaskit/avatar/Avatar": [
877
- "../../design-system/avatar/src/entry-points/avatar.ts"
878
- ],
879
- "@atlaskit/avatar/Presence": [
880
- "../../design-system/avatar/src/entry-points/presence.ts"
881
- ],
882
- "@atlaskit/avatar/Skeleton": [
883
- "../../design-system/avatar/src/entry-points/skeleton.ts"
884
- ],
885
- "@atlaskit/avatar/Status": [
886
- "../../design-system/avatar/src/entry-points/status.ts"
887
- ],
888
- "@atlaskit/avatar/types": [
889
- "../../design-system/avatar/src/entry-points/types.ts"
890
- ],
891
- "@atlaskit/avatar": [
892
- "../../design-system/avatar/src/index.ts"
893
- ],
894
- "@atlaskit/avatar-group": [
895
- "../../design-system/avatar-group/src/index.tsx"
896
- ],
897
873
  "@atlaskit/checkbox": [
898
874
  "../../design-system/checkbox/src/index.tsx"
899
875
  ],
@@ -915,27 +891,6 @@
915
891
  "@atlaskit/dropdown-menu": [
916
892
  "../../design-system/dropdown-menu/src/index.tsx"
917
893
  ],
918
- "@atlaskit/editor-extension-dropbox/constants": [
919
- "../extension-dropbox/src/constants.ts"
920
- ],
921
- "@atlaskit/editor-extension-dropbox/dropboxscript": [
922
- "../extension-dropbox/src/dropboxscript.ts"
923
- ],
924
- "@atlaskit/editor-extension-dropbox/enable-dropbox": [
925
- "../extension-dropbox/src/enable-dropbox.tsx"
926
- ],
927
- "@atlaskit/editor-extension-dropbox/manifest": [
928
- "../extension-dropbox/src/manifest.tsx"
929
- ],
930
- "@atlaskit/editor-extension-dropbox/modal": [
931
- "../extension-dropbox/src/modal.tsx"
932
- ],
933
- "@atlaskit/editor-extension-dropbox/types": [
934
- "../extension-dropbox/src/types.ts"
935
- ],
936
- "@atlaskit/editor-extension-dropbox": [
937
- "../extension-dropbox/src/index.ts"
938
- ],
939
894
  "@atlaskit/editor-plugin-card": [
940
895
  "../editor-plugin-card/src/index.ts"
941
896
  ],
@@ -1227,6 +1182,12 @@
1227
1182
  "@atlaskit/editor-test-helpers/annotation": [
1228
1183
  "../editor-test-helpers/src/annotation.ts"
1229
1184
  ],
1185
+ "@atlaskit/editor-test-helpers/integration/components/99-testing": [
1186
+ "../editor-test-helpers/src/integration/components/99-testing.tsx"
1187
+ ],
1188
+ "@atlaskit/editor-test-helpers/example-helpers": [
1189
+ "../editor-test-helpers/src/integration/components/example-helpers/index.ts"
1190
+ ],
1230
1191
  "@atlaskit/editor-test-helpers": [
1231
1192
  "../editor-test-helpers/src"
1232
1193
  ],
@@ -1635,9 +1596,6 @@
1635
1596
  "@atlaskit/visual-regression": [
1636
1597
  "../../../build/test-tooling/visual-regression/src"
1637
1598
  ],
1638
- "@atlassian/editor-extension-link-create": [
1639
- "../../linking-platform/editor-extension-link-create/src/index.ts"
1640
- ],
1641
1599
  "@atlassian/feature-flags-test-utils": [
1642
1600
  "../../platform/feature-flags-test-utils/src/index.ts"
1643
1601
  ],