@atlaskit/editor-core 193.25.0 → 193.25.4
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 +16 -0
- package/dist/cjs/ui/Appearance/Comment/Comment.js +4 -6
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/ui/Appearance/Comment/Comment.js +4 -4
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/ui/Appearance/Comment/Comment.js +4 -6
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/create-editor/create-preset.d.ts +40 -10
- package/dist/types/presets/default.d.ts +40 -10
- package/dist/types/presets/universal.d.ts +40 -10
- package/dist/types/presets/useUniversalPreset.d.ts +40 -10
- package/dist/types-ts4.5/create-editor/create-preset.d.ts +50 -10
- package/dist/types-ts4.5/presets/default.d.ts +50 -10
- package/dist/types-ts4.5/presets/universal.d.ts +50 -10
- package/dist/types-ts4.5/presets/useUniversalPreset.d.ts +50 -10
- package/package.json +5 -9
|
@@ -401,7 +401,11 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
401
401
|
dependencies: [
|
|
402
402
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugin-clear-marks-on-empty-doc").ClearMarksOnEmptyDocPlugin<"width", {
|
|
403
403
|
sharedState: import("@atlaskit/editor-plugin-width").WidthPluginState | undefined;
|
|
404
|
-
}, undefined
|
|
404
|
+
}, undefined>>,
|
|
405
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugin-clear-marks-on-empty-doc").ClearMarksOnEmptyDocPlugin<"featureFlags", {
|
|
406
|
+
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
407
|
+
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
408
|
+
}, import("@atlaskit/editor-common/types").FeatureFlags>>
|
|
405
409
|
];
|
|
406
410
|
sharedState: {
|
|
407
411
|
isMenuOpen: boolean;
|
|
@@ -713,7 +717,11 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
713
717
|
dependencies: [
|
|
714
718
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugin-clear-marks-on-empty-doc").ClearMarksOnEmptyDocPlugin<"width", {
|
|
715
719
|
sharedState: import("@atlaskit/editor-plugin-width").WidthPluginState | undefined;
|
|
716
|
-
}, undefined
|
|
720
|
+
}, undefined>>,
|
|
721
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugin-clear-marks-on-empty-doc").ClearMarksOnEmptyDocPlugin<"featureFlags", {
|
|
722
|
+
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
723
|
+
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
724
|
+
}, import("@atlaskit/editor-common/types").FeatureFlags>>
|
|
717
725
|
];
|
|
718
726
|
sharedState: {
|
|
719
727
|
isMenuOpen: boolean;
|
|
@@ -1593,7 +1601,11 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
1593
1601
|
dependencies: [
|
|
1594
1602
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugin-clear-marks-on-empty-doc").ClearMarksOnEmptyDocPlugin<"width", {
|
|
1595
1603
|
sharedState: import("@atlaskit/editor-plugin-width").WidthPluginState | undefined;
|
|
1596
|
-
}, undefined
|
|
1604
|
+
}, undefined>>,
|
|
1605
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugin-clear-marks-on-empty-doc").ClearMarksOnEmptyDocPlugin<"featureFlags", {
|
|
1606
|
+
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
1607
|
+
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
1608
|
+
}, import("@atlaskit/editor-common/types").FeatureFlags>>
|
|
1597
1609
|
];
|
|
1598
1610
|
sharedState: {
|
|
1599
1611
|
isMenuOpen: boolean;
|
|
@@ -2234,7 +2246,11 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
2234
2246
|
dependencies: [
|
|
2235
2247
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugin-clear-marks-on-empty-doc").ClearMarksOnEmptyDocPlugin<"width", {
|
|
2236
2248
|
sharedState: import("@atlaskit/editor-plugin-width").WidthPluginState | undefined;
|
|
2237
|
-
}, undefined
|
|
2249
|
+
}, undefined>>,
|
|
2250
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugin-clear-marks-on-empty-doc").ClearMarksOnEmptyDocPlugin<"featureFlags", {
|
|
2251
|
+
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
2252
|
+
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
2253
|
+
}, import("@atlaskit/editor-common/types").FeatureFlags>>
|
|
2238
2254
|
];
|
|
2239
2255
|
sharedState: {
|
|
2240
2256
|
isMenuOpen: boolean;
|
|
@@ -3140,7 +3156,11 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
3140
3156
|
dependencies: [
|
|
3141
3157
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugin-clear-marks-on-empty-doc").ClearMarksOnEmptyDocPlugin<"width", {
|
|
3142
3158
|
sharedState: import("@atlaskit/editor-plugin-width").WidthPluginState | undefined;
|
|
3143
|
-
}, undefined
|
|
3159
|
+
}, undefined>>,
|
|
3160
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugin-clear-marks-on-empty-doc").ClearMarksOnEmptyDocPlugin<"featureFlags", {
|
|
3161
|
+
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
3162
|
+
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
3163
|
+
}, import("@atlaskit/editor-common/types").FeatureFlags>>
|
|
3144
3164
|
];
|
|
3145
3165
|
sharedState: {
|
|
3146
3166
|
isMenuOpen: boolean;
|
|
@@ -3878,7 +3898,11 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
3878
3898
|
dependencies: [
|
|
3879
3899
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugin-clear-marks-on-empty-doc").ClearMarksOnEmptyDocPlugin<"width", {
|
|
3880
3900
|
sharedState: import("@atlaskit/editor-plugin-width").WidthPluginState | undefined;
|
|
3881
|
-
}, undefined
|
|
3901
|
+
}, undefined>>,
|
|
3902
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugin-clear-marks-on-empty-doc").ClearMarksOnEmptyDocPlugin<"featureFlags", {
|
|
3903
|
+
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
3904
|
+
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
3905
|
+
}, import("@atlaskit/editor-common/types").FeatureFlags>>
|
|
3882
3906
|
];
|
|
3883
3907
|
sharedState: {
|
|
3884
3908
|
isMenuOpen: boolean;
|
|
@@ -4196,7 +4220,11 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
4196
4220
|
dependencies: [
|
|
4197
4221
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugin-clear-marks-on-empty-doc").ClearMarksOnEmptyDocPlugin<"width", {
|
|
4198
4222
|
sharedState: import("@atlaskit/editor-plugin-width").WidthPluginState | undefined;
|
|
4199
|
-
}, undefined
|
|
4223
|
+
}, undefined>>,
|
|
4224
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugin-clear-marks-on-empty-doc").ClearMarksOnEmptyDocPlugin<"featureFlags", {
|
|
4225
|
+
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
4226
|
+
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
4227
|
+
}, import("@atlaskit/editor-common/types").FeatureFlags>>
|
|
4200
4228
|
];
|
|
4201
4229
|
sharedState: {
|
|
4202
4230
|
isMenuOpen: boolean;
|
|
@@ -4767,7 +4795,11 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
4767
4795
|
dependencies: [
|
|
4768
4796
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugin-clear-marks-on-empty-doc").ClearMarksOnEmptyDocPlugin<"width", {
|
|
4769
4797
|
sharedState: import("@atlaskit/editor-plugin-width").WidthPluginState | undefined;
|
|
4770
|
-
}, undefined
|
|
4798
|
+
}, undefined>>,
|
|
4799
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugin-clear-marks-on-empty-doc").ClearMarksOnEmptyDocPlugin<"featureFlags", {
|
|
4800
|
+
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
4801
|
+
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
4802
|
+
}, import("@atlaskit/editor-common/types").FeatureFlags>>
|
|
4771
4803
|
];
|
|
4772
4804
|
sharedState: {
|
|
4773
4805
|
isMenuOpen: boolean;
|
|
@@ -5369,7 +5401,11 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
5369
5401
|
dependencies: [
|
|
5370
5402
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugin-clear-marks-on-empty-doc").ClearMarksOnEmptyDocPlugin<"width", {
|
|
5371
5403
|
sharedState: import("@atlaskit/editor-plugin-width").WidthPluginState | undefined;
|
|
5372
|
-
}, undefined
|
|
5404
|
+
}, undefined>>,
|
|
5405
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugin-clear-marks-on-empty-doc").ClearMarksOnEmptyDocPlugin<"featureFlags", {
|
|
5406
|
+
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
5407
|
+
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
5408
|
+
}, import("@atlaskit/editor-common/types").FeatureFlags>>
|
|
5373
5409
|
];
|
|
5374
5410
|
sharedState: {
|
|
5375
5411
|
isMenuOpen: boolean;
|
|
@@ -5681,7 +5717,11 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
5681
5717
|
dependencies: [
|
|
5682
5718
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugin-clear-marks-on-empty-doc").ClearMarksOnEmptyDocPlugin<"width", {
|
|
5683
5719
|
sharedState: import("@atlaskit/editor-plugin-width").WidthPluginState | undefined;
|
|
5684
|
-
}, undefined
|
|
5720
|
+
}, undefined>>,
|
|
5721
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugin-clear-marks-on-empty-doc").ClearMarksOnEmptyDocPlugin<"featureFlags", {
|
|
5722
|
+
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
5723
|
+
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
5724
|
+
}, import("@atlaskit/editor-common/types").FeatureFlags>>
|
|
5685
5725
|
];
|
|
5686
5726
|
sharedState: {
|
|
5687
5727
|
isMenuOpen: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "193.25.
|
|
3
|
+
"version": "193.25.4",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@atlaskit/analytics-next": "^9.3.0",
|
|
46
46
|
"@atlaskit/analytics-next-stable-react-context": "1.0.1",
|
|
47
47
|
"@atlaskit/button": "^17.17.0",
|
|
48
|
-
"@atlaskit/editor-common": "^82.
|
|
48
|
+
"@atlaskit/editor-common": "^82.2.0",
|
|
49
49
|
"@atlaskit/editor-json-transformer": "^8.13.0",
|
|
50
50
|
"@atlaskit/editor-plugins": "^3.0.0",
|
|
51
51
|
"@atlaskit/editor-prosemirror": "4.0.1",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"uuid": "^3.1.0"
|
|
76
76
|
},
|
|
77
77
|
"peerDependencies": {
|
|
78
|
-
"@atlaskit/link-provider": "^1.
|
|
78
|
+
"@atlaskit/link-provider": "^1.11.0",
|
|
79
79
|
"@atlaskit/media-core": "^34.2.0",
|
|
80
80
|
"react": "^16.8.0",
|
|
81
81
|
"react-dom": "^16.8.0",
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"@atlaskit/editor-plugin-list": "^3.3.0",
|
|
95
95
|
"@atlaskit/editor-plugin-paste": "^1.2.0",
|
|
96
96
|
"@atlaskit/editor-test-helpers": "*",
|
|
97
|
-
"@atlaskit/link-provider": "^1.
|
|
97
|
+
"@atlaskit/link-provider": "^1.11.0",
|
|
98
98
|
"@atlaskit/logo": "^14.0.0",
|
|
99
99
|
"@atlaskit/media-core": "^34.2.0",
|
|
100
100
|
"@atlaskit/media-integration-test-helpers": "^3.0.0",
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
"@atlaskit/visual-regression": "*",
|
|
110
110
|
"@atlassian/adf-schema-json": "^1.14.0",
|
|
111
111
|
"@atlassian/link-picker-plugins": "^24.4.0",
|
|
112
|
-
"@atlassian/search-provider": "2.4.
|
|
112
|
+
"@atlassian/search-provider": "2.4.79",
|
|
113
113
|
"@atlassian/ufo": "^0.2.0",
|
|
114
114
|
"@emotion/jest": "^11.8.0",
|
|
115
115
|
"@storybook/addon-knobs": "^5.3.18",
|
|
@@ -184,10 +184,6 @@
|
|
|
184
184
|
"type": "boolean",
|
|
185
185
|
"referenceOnly": "true"
|
|
186
186
|
},
|
|
187
|
-
"platform.editor.table.preserve-widths-with-lock-button": {
|
|
188
|
-
"type": "boolean",
|
|
189
|
-
"referenceOnly": "true"
|
|
190
|
-
},
|
|
191
187
|
"platform.editor.table-sticky-scrollbar": {
|
|
192
188
|
"type": "boolean"
|
|
193
189
|
},
|