@atlaskit/editor-plugin-help-dialog 18.0.5 → 18.0.6
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,15 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-help-dialog
|
|
2
2
|
|
|
3
|
+
## 18.0.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`9e6211ceb4ceb`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9e6211ceb4ceb) -
|
|
8
|
+
Clean up the fully rolled-out `platform_editor_small_font_size` experiment and make its permanent
|
|
9
|
+
`true` behavior unconditional across editor formatting, task and list handling, paste behavior,
|
|
10
|
+
controls, and rendering.
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
|
|
3
13
|
## 18.0.5
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
|
@@ -227,13 +227,13 @@ var formatting = exports.formatting = function formatting(_ref2) {
|
|
|
227
227
|
keymap: function keymap() {
|
|
228
228
|
return _keymaps.setNormalText;
|
|
229
229
|
}
|
|
230
|
-
}
|
|
230
|
+
}, {
|
|
231
231
|
name: formatMessage(_messages.blockTypeMessages.smallText),
|
|
232
232
|
type: 'fontSize',
|
|
233
233
|
keymap: function keymap() {
|
|
234
234
|
return _keymaps.toggleSmallText;
|
|
235
235
|
}
|
|
236
|
-
}
|
|
236
|
+
}, {
|
|
237
237
|
name: formatMessage(_messages.listMessages.orderedList),
|
|
238
238
|
type: 'orderedList',
|
|
239
239
|
keymap: function keymap() {
|
|
@@ -389,7 +389,7 @@ var formatting = exports.formatting = function formatting(_ref2) {
|
|
|
389
389
|
keymap: function keymap() {
|
|
390
390
|
return _keymaps.alignRight;
|
|
391
391
|
}
|
|
392
|
-
}]
|
|
392
|
+
}];
|
|
393
393
|
};
|
|
394
394
|
var quickInsertAskAI = function quickInsertAskAI(_ref3) {
|
|
395
395
|
var formatMessage = _ref3.formatMessage;
|
|
@@ -168,11 +168,11 @@ export const formatting = ({
|
|
|
168
168
|
name: formatMessage(blockTypeMessages.normal),
|
|
169
169
|
type: 'paragraph',
|
|
170
170
|
keymap: () => setNormalText
|
|
171
|
-
},
|
|
171
|
+
}, {
|
|
172
172
|
name: formatMessage(blockTypeMessages.smallText),
|
|
173
173
|
type: 'fontSize',
|
|
174
174
|
keymap: () => toggleSmallText
|
|
175
|
-
}
|
|
175
|
+
}, {
|
|
176
176
|
name: formatMessage(listMessages.orderedList),
|
|
177
177
|
type: 'orderedList',
|
|
178
178
|
keymap: () => toggleOrderedList,
|
|
@@ -218,13 +218,13 @@ export var formatting = function formatting(_ref2) {
|
|
|
218
218
|
keymap: function keymap() {
|
|
219
219
|
return setNormalText;
|
|
220
220
|
}
|
|
221
|
-
}
|
|
221
|
+
}, {
|
|
222
222
|
name: formatMessage(blockTypeMessages.smallText),
|
|
223
223
|
type: 'fontSize',
|
|
224
224
|
keymap: function keymap() {
|
|
225
225
|
return toggleSmallText;
|
|
226
226
|
}
|
|
227
|
-
}
|
|
227
|
+
}, {
|
|
228
228
|
name: formatMessage(listMessages.orderedList),
|
|
229
229
|
type: 'orderedList',
|
|
230
230
|
keymap: function keymap() {
|
|
@@ -380,7 +380,7 @@ export var formatting = function formatting(_ref2) {
|
|
|
380
380
|
keymap: function keymap() {
|
|
381
381
|
return alignRight;
|
|
382
382
|
}
|
|
383
|
-
}]
|
|
383
|
+
}];
|
|
384
384
|
};
|
|
385
385
|
var quickInsertAskAI = function quickInsertAskAI(_ref3) {
|
|
386
386
|
var formatMessage = _ref3.formatMessage;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-help-dialog",
|
|
3
|
-
"version": "18.0.
|
|
3
|
+
"version": "18.0.6",
|
|
4
4
|
"description": "Help Dialog plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -26,11 +26,11 @@
|
|
|
26
26
|
"@atlaskit/editor-prosemirror": "^8.0.0",
|
|
27
27
|
"@atlaskit/editor-shared-styles": "^4.3.0",
|
|
28
28
|
"@atlaskit/heading": "^7.2.0",
|
|
29
|
-
"@atlaskit/icon": "^37.
|
|
29
|
+
"@atlaskit/icon": "^37.7.0",
|
|
30
30
|
"@atlaskit/modal-dialog": "^16.6.0",
|
|
31
31
|
"@atlaskit/platform-feature-flags": "^2.2.0",
|
|
32
32
|
"@atlaskit/primitives": "^22.5.0",
|
|
33
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
33
|
+
"@atlaskit/tmp-editor-statsig": "^194.0.0",
|
|
34
34
|
"@atlaskit/tokens": "^16.12.0",
|
|
35
35
|
"@atlaskit/tooltip": "^24.3.0",
|
|
36
36
|
"@babel/runtime": "^7.0.0",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"react-intl": "^7.0.0"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
|
-
"@atlaskit/editor-common": "^122.
|
|
46
|
+
"@atlaskit/editor-common": "^122.6.0",
|
|
47
47
|
"react": "^18.2.0 || ^19.2.0",
|
|
48
48
|
"react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
|
|
49
49
|
}
|