@atlaskit/editor-core 219.3.5 → 219.3.7
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 +19 -0
- package/afm-cc/tsconfig.json +0 -1
- package/afm-products/tsconfig.json +0 -1
- package/dist/cjs/ui/EditorContentContainer/EditorContentContainer-compiled.compiled.css +77 -1
- package/dist/cjs/ui/EditorContentContainer/EditorContentContainer-compiled.js +20 -12
- package/dist/cjs/ui/EditorContentContainer/EditorContentContainer-emotion.js +3 -1
- package/dist/cjs/ui/EditorContentContainer/styles/findReplaceStyles.js +54 -1
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/EditorContentContainer-compiled.compiled.css +77 -1
- package/dist/es2019/ui/EditorContentContainer/EditorContentContainer-compiled.js +24 -13
- package/dist/es2019/ui/EditorContentContainer/EditorContentContainer-emotion.js +4 -2
- package/dist/es2019/ui/EditorContentContainer/styles/findReplaceStyles.js +73 -0
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/ui/EditorContentContainer/EditorContentContainer-compiled.compiled.css +77 -1
- package/dist/esm/ui/EditorContentContainer/EditorContentContainer-compiled.js +21 -13
- package/dist/esm/ui/EditorContentContainer/EditorContentContainer-emotion.js +4 -2
- package/dist/esm/ui/EditorContentContainer/styles/findReplaceStyles.js +53 -0
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/ui/EditorContentContainer/styles/findReplaceStyles.d.ts +1 -0
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/findReplaceStyles.d.ts +1 -0
- package/package.json +9 -6
|
@@ -204,4 +204,57 @@ export var findReplaceStylesNewWithA11Y = css({
|
|
|
204
204
|
boxShadow: "\n\t\tinset 0 0 0 1px ".concat("var(--ds-background-accent-magenta-bolder, #AE4787)", ",\n\t\tinset 0 0 0 5px ", "var(--ds-background-accent-magenta-bolder-hovered, #943D73)", "\n\t\t"),
|
|
205
205
|
backgroundColor: "var(--ds-background-accent-magenta-bolder-hovered, #943D73)"
|
|
206
206
|
}
|
|
207
|
+
});
|
|
208
|
+
|
|
209
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
210
|
+
export var findReplaceStylesWithRefSyncBlock = css({
|
|
211
|
+
// sync block (reference) - inactive match - light mode - without node selection
|
|
212
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
213
|
+
'.search-match-block.ak-editor-sync-block': {
|
|
214
|
+
borderRadius: "var(--ds-space-050, 4px)",
|
|
215
|
+
boxShadow: "\n\t\tinset 0 0 0 1px ".concat("var(--ds-border-accent-magenta, #CD519D)", ",\n\t\tinset 0 0 0 5px ", "var(--ds-background-accent-magenta-subtler, #FDD0EC)", "\n\t\t"),
|
|
216
|
+
backgroundColor: "var(--ds-background-accent-magenta-subtler, #FDD0EC)"
|
|
217
|
+
},
|
|
218
|
+
// sync block (reference) - active match - light mode - without node selection
|
|
219
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
220
|
+
'.search-match-block.search-match-block-selected.ak-editor-sync-block': {
|
|
221
|
+
boxShadow: "\n\t\tinset 0 0 0 1px ".concat("var(--ds-background-accent-magenta-bolder-hovered, #943D73)", ",\n\t\tinset 0 0 0 5px ", "var(--ds-background-accent-magenta-subtlest-pressed, #FCB6E1)", "\n\t\t"),
|
|
222
|
+
backgroundColor: "var(--ds-background-accent-magenta-subtlest-pressed, #FCB6E1)"
|
|
223
|
+
},
|
|
224
|
+
// sync block (reference) - inactive match - light mode - with node selection
|
|
225
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
226
|
+
'.search-match-block.ak-editor-sync-block.ak-editor-selected-node': {
|
|
227
|
+
boxShadow: "\n\t\tinset 0 0 0 1px ".concat("var(--ds-border-accent-magenta, #CD519D)", ",\n\t\tinset 0 0 0 5px ", "var(--ds-background-accent-magenta-subtler, #FDD0EC)", ",\n\t\t0 0 0 1px ", "var(--ds-border-selected, #1868DB)", "\n\t\t"),
|
|
228
|
+
backgroundColor: "var(--ds-background-accent-magenta-subtler, #FDD0EC)"
|
|
229
|
+
},
|
|
230
|
+
// sync block (reference) - active match - light mode - with node selection
|
|
231
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
232
|
+
'.search-match-block.search-match-block-selected.ak-editor-sync-block.ak-editor-selected-node': {
|
|
233
|
+
boxShadow: "0 0 0 1px ".concat("var(--ds-border-focused, #4688EC)"),
|
|
234
|
+
backgroundColor: "var(--ds-background-accent-magenta-subtlest-pressed, #FCB6E1)"
|
|
235
|
+
},
|
|
236
|
+
// sync block (reference) - inactive match - dark mode - without node selection
|
|
237
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
238
|
+
'.search-match-block.search-match-dark.ak-editor-sync-block': {
|
|
239
|
+
boxShadow: "\n\t\tinset 0 0 0 1px ".concat("var(--ds-background-accent-magenta-bolder, #AE4787)", ",\n\t\tinset 0 0 0 5px ", "var(--ds-background-accent-magenta-bolder-pressed, #77325B)", "\n\t\t"),
|
|
240
|
+
backgroundColor: "var(--ds-background-accent-magenta-bolder-pressed, #77325B)"
|
|
241
|
+
},
|
|
242
|
+
// sync block (reference) - active match - dark mode - without node selection
|
|
243
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
244
|
+
'.search-match-block.search-match-block-selected.search-match-dark.ak-editor-sync-block': {
|
|
245
|
+
boxShadow: "\n\t\tinset 0 0 0 1px ".concat("var(--ds-background-accent-magenta-bolder, #AE4787)", ",\n\t\tinset 0 0 0 4px ", "var(--ds-background-accent-magenta-bolder-hovered, #943D73)", "\n\t\t"),
|
|
246
|
+
backgroundColor: "var(--ds-background-accent-magenta-bolder-hovered, #943D73)"
|
|
247
|
+
},
|
|
248
|
+
// sync block (reference) - inactive match - dark mode - with node selection
|
|
249
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
250
|
+
'.search-match-block.search-match-dark.ak-editor-sync-block.ak-editor-selected-node': {
|
|
251
|
+
boxShadow: "\n\t\tinset 0 0 0 1px ".concat("var(--ds-background-accent-magenta-bolder, #AE4787)", ",\n\t\tinset 0 0 0 5px ", "var(--ds-background-accent-magenta-bolder-pressed, #77325B)", ",\n\t\t0 0 0 1px ", "var(--ds-border-selected, #1868DB)", "\n\t\t"),
|
|
252
|
+
backgroundColor: "var(--ds-background-accent-magenta-bolder-pressed, #77325B)"
|
|
253
|
+
},
|
|
254
|
+
// sync block (reference) - active match - dark mode - with node selection
|
|
255
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
256
|
+
'.search-match-block.search-match-block-selected.search-match-dark.ak-editor-sync-block.ak-editor-selected-node': {
|
|
257
|
+
boxShadow: "0 0 0 1px ".concat("var(--ds-border-focused, #4688EC)"),
|
|
258
|
+
backgroundColor: "var(--ds-background-accent-magenta-bolder-hovered, #943D73)"
|
|
259
|
+
}
|
|
207
260
|
});
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "219.3.
|
|
2
|
+
export var version = "219.3.6";
|
|
@@ -3,3 +3,4 @@ export declare const findReplaceStyles: SerializedStyles;
|
|
|
3
3
|
export declare const findReplaceStylesWithCodeblockColorContrastFix: SerializedStyles;
|
|
4
4
|
export declare const findReplaceStylesNewWithCodeblockColorContrastFix: SerializedStyles;
|
|
5
5
|
export declare const findReplaceStylesNewWithA11Y: SerializedStyles;
|
|
6
|
+
export declare const findReplaceStylesWithRefSyncBlock: SerializedStyles;
|
|
@@ -3,3 +3,4 @@ export declare const findReplaceStyles: SerializedStyles;
|
|
|
3
3
|
export declare const findReplaceStylesWithCodeblockColorContrastFix: SerializedStyles;
|
|
4
4
|
export declare const findReplaceStylesNewWithCodeblockColorContrastFix: SerializedStyles;
|
|
5
5
|
export declare const findReplaceStylesNewWithA11Y: SerializedStyles;
|
|
6
|
+
export declare const findReplaceStylesWithRefSyncBlock: SerializedStyles;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "219.3.
|
|
3
|
+
"version": "219.3.7",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"@atlaskit/editor-ssr-renderer": "^5.1.0",
|
|
65
65
|
"@atlaskit/editor-toolbar": "^1.0.0",
|
|
66
66
|
"@atlaskit/editor-toolbar-model": "^0.4.0",
|
|
67
|
-
"@atlaskit/emoji": "^70.
|
|
67
|
+
"@atlaskit/emoji": "^70.4.0",
|
|
68
68
|
"@atlaskit/feature-gate-js-client": "^5.5.0",
|
|
69
69
|
"@atlaskit/icon": "^34.4.0",
|
|
70
70
|
"@atlaskit/link": "^3.4.0",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"@atlaskit/platform-feature-flags-react": "^0.4.0",
|
|
75
75
|
"@atlaskit/react-ufo": "^5.19.0",
|
|
76
76
|
"@atlaskit/task-decision": "^20.0.0",
|
|
77
|
-
"@atlaskit/tmp-editor-statsig": "^77.
|
|
77
|
+
"@atlaskit/tmp-editor-statsig": "^77.2.0",
|
|
78
78
|
"@atlaskit/tokens": "^13.0.0",
|
|
79
79
|
"@atlaskit/tooltip": "^22.0.0",
|
|
80
80
|
"@atlaskit/width-detector": "^5.1.0",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"uuid": "^3.1.0"
|
|
93
93
|
},
|
|
94
94
|
"peerDependencies": {
|
|
95
|
-
"@atlaskit/editor-common": "^114.
|
|
95
|
+
"@atlaskit/editor-common": "^114.22.0",
|
|
96
96
|
"@atlaskit/link-provider": "^4.3.0",
|
|
97
97
|
"@atlaskit/media-core": "^37.0.0",
|
|
98
98
|
"react": "^18.2.0",
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"@af/visual-regression": "workspace:^",
|
|
106
106
|
"@atlaskit/adf-utils": "^19.29.0",
|
|
107
107
|
"@atlaskit/analytics-listeners": "^10.0.0",
|
|
108
|
-
"@atlaskit/collab-provider": "^18.
|
|
108
|
+
"@atlaskit/collab-provider": "^18.2.0",
|
|
109
109
|
"@atlaskit/editor-plugin-annotation": "^10.2.0",
|
|
110
110
|
"@atlaskit/editor-plugin-card": "^16.5.0",
|
|
111
111
|
"@atlaskit/editor-plugin-list": "^12.0.0",
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"@atlaskit/media-core": "^37.0.0",
|
|
118
118
|
"@atlaskit/media-integration-test-helpers": "workspace:^",
|
|
119
119
|
"@atlaskit/media-test-helpers": "^41.0.0",
|
|
120
|
-
"@atlaskit/modal-dialog": "^
|
|
120
|
+
"@atlaskit/modal-dialog": "^15.0.0",
|
|
121
121
|
"@atlaskit/renderer": "^130.3.0",
|
|
122
122
|
"@atlaskit/section-message": "^8.12.0",
|
|
123
123
|
"@atlaskit/synchrony-test-helpers": "workspace:^",
|
|
@@ -318,6 +318,9 @@
|
|
|
318
318
|
},
|
|
319
319
|
"platform_editor_chromeless_akeditor_class": {
|
|
320
320
|
"type": "boolean"
|
|
321
|
+
},
|
|
322
|
+
"platform_synced_block_patch_11": {
|
|
323
|
+
"type": "boolean"
|
|
321
324
|
}
|
|
322
325
|
},
|
|
323
326
|
"stricter": {
|