@atlaskit/editor-plugin-expand 3.1.2 → 3.1.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 +12 -0
- package/dist/cjs/legacyExpand/commands.js +1 -1
- package/dist/cjs/singlePlayerExpand/commands.js +1 -1
- package/dist/es2019/legacyExpand/commands.js +1 -1
- package/dist/es2019/singlePlayerExpand/commands.js +1 -1
- package/dist/esm/legacyExpand/commands.js +1 -1
- package/dist/esm/singlePlayerExpand/commands.js +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -123,7 +123,7 @@ var toggleExpandExpanded = exports.toggleExpandExpanded = function toggleExpandE
|
|
|
123
123
|
}
|
|
124
124
|
|
|
125
125
|
// log when people open/close expands
|
|
126
|
-
// TODO: ED-8523 make platform/mode global attributes?
|
|
126
|
+
// TODO: ED-8523 - make platform/mode global attributes?
|
|
127
127
|
var payload = {
|
|
128
128
|
action: _analytics.ACTION.TOGGLE_EXPAND,
|
|
129
129
|
actionSubject: nodeType === state.schema.nodes.expand ? _analytics.ACTION_SUBJECT.EXPAND : _analytics.ACTION_SUBJECT.NESTED_EXPAND,
|
|
@@ -162,7 +162,7 @@ var toggleExpandExpanded = exports.toggleExpandExpanded = function toggleExpandE
|
|
|
162
162
|
}
|
|
163
163
|
|
|
164
164
|
// log when people open/close expands
|
|
165
|
-
// TODO: ED-8523 make platform/mode global attributes?
|
|
165
|
+
// TODO: ED-8523 - make platform/mode global attributes?
|
|
166
166
|
var payload = {
|
|
167
167
|
action: _analytics.ACTION.TOGGLE_EXPAND,
|
|
168
168
|
actionSubject: node.type === state.schema.nodes.expand ? _analytics.ACTION_SUBJECT.EXPAND : _analytics.ACTION_SUBJECT.NESTED_EXPAND,
|
|
@@ -112,7 +112,7 @@ export const toggleExpandExpanded = ({
|
|
|
112
112
|
}
|
|
113
113
|
|
|
114
114
|
// log when people open/close expands
|
|
115
|
-
// TODO: ED-8523 make platform/mode global attributes?
|
|
115
|
+
// TODO: ED-8523 - make platform/mode global attributes?
|
|
116
116
|
const payload = {
|
|
117
117
|
action: ACTION.TOGGLE_EXPAND,
|
|
118
118
|
actionSubject: nodeType === state.schema.nodes.expand ? ACTION_SUBJECT.EXPAND : ACTION_SUBJECT.NESTED_EXPAND,
|
|
@@ -142,7 +142,7 @@ export const toggleExpandExpanded = ({
|
|
|
142
142
|
}
|
|
143
143
|
|
|
144
144
|
// log when people open/close expands
|
|
145
|
-
// TODO: ED-8523 make platform/mode global attributes?
|
|
145
|
+
// TODO: ED-8523 - make platform/mode global attributes?
|
|
146
146
|
const payload = {
|
|
147
147
|
action: ACTION.TOGGLE_EXPAND,
|
|
148
148
|
actionSubject: node.type === state.schema.nodes.expand ? ACTION_SUBJECT.EXPAND : ACTION_SUBJECT.NESTED_EXPAND,
|
|
@@ -116,7 +116,7 @@ export var toggleExpandExpanded = function toggleExpandExpanded(_ref2) {
|
|
|
116
116
|
}
|
|
117
117
|
|
|
118
118
|
// log when people open/close expands
|
|
119
|
-
// TODO: ED-8523 make platform/mode global attributes?
|
|
119
|
+
// TODO: ED-8523 - make platform/mode global attributes?
|
|
120
120
|
var payload = {
|
|
121
121
|
action: ACTION.TOGGLE_EXPAND,
|
|
122
122
|
actionSubject: nodeType === state.schema.nodes.expand ? ACTION_SUBJECT.EXPAND : ACTION_SUBJECT.NESTED_EXPAND,
|
|
@@ -156,7 +156,7 @@ export var toggleExpandExpanded = function toggleExpandExpanded(_ref) {
|
|
|
156
156
|
}
|
|
157
157
|
|
|
158
158
|
// log when people open/close expands
|
|
159
|
-
// TODO: ED-8523 make platform/mode global attributes?
|
|
159
|
+
// TODO: ED-8523 - make platform/mode global attributes?
|
|
160
160
|
var payload = {
|
|
161
161
|
action: ACTION.TOGGLE_EXPAND,
|
|
162
162
|
actionSubject: node.type === state.schema.nodes.expand ? ACTION_SUBJECT.EXPAND : ACTION_SUBJECT.NESTED_EXPAND,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-expand",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.4",
|
|
4
4
|
"description": "Expand plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -35,20 +35,20 @@
|
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@atlaskit/adf-schema": "^47.6.0",
|
|
37
37
|
"@atlaskit/button": "^21.1.0",
|
|
38
|
-
"@atlaskit/editor-common": "^102.
|
|
39
|
-
"@atlaskit/editor-plugin-analytics": "^2.
|
|
38
|
+
"@atlaskit/editor-common": "^102.8.0",
|
|
39
|
+
"@atlaskit/editor-plugin-analytics": "^2.2.0",
|
|
40
40
|
"@atlaskit/editor-plugin-decorations": "^2.0.0",
|
|
41
41
|
"@atlaskit/editor-plugin-editor-disabled": "^2.0.0",
|
|
42
42
|
"@atlaskit/editor-plugin-editor-viewmode": "^3.0.0",
|
|
43
|
-
"@atlaskit/editor-plugin-selection": "^2.
|
|
43
|
+
"@atlaskit/editor-plugin-selection": "^2.1.0",
|
|
44
44
|
"@atlaskit/editor-plugin-selection-marker": "^2.0.0",
|
|
45
45
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
46
46
|
"@atlaskit/editor-shared-styles": "^3.4.0",
|
|
47
47
|
"@atlaskit/editor-tables": "^2.9.0",
|
|
48
|
-
"@atlaskit/icon": "^
|
|
48
|
+
"@atlaskit/icon": "^25.0.0",
|
|
49
49
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
50
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
51
|
-
"@atlaskit/tokens": "^4.
|
|
50
|
+
"@atlaskit/tmp-editor-statsig": "^4.0.0",
|
|
51
|
+
"@atlaskit/tokens": "^4.5.0",
|
|
52
52
|
"@atlaskit/tooltip": "^20.0.0",
|
|
53
53
|
"@babel/runtime": "^7.0.0",
|
|
54
54
|
"@emotion/react": "^11.7.1",
|
|
@@ -64,8 +64,8 @@
|
|
|
64
64
|
"@atlaskit/analytics-next": "^11.0.0",
|
|
65
65
|
"@atlaskit/editor-plugin-content-insertion": "^2.1.0",
|
|
66
66
|
"@atlaskit/editor-plugin-guideline": "^2.0.0",
|
|
67
|
-
"@atlaskit/editor-plugin-quick-insert": "^2.
|
|
68
|
-
"@atlaskit/editor-plugin-table": "^10.
|
|
67
|
+
"@atlaskit/editor-plugin-quick-insert": "^2.1.0",
|
|
68
|
+
"@atlaskit/editor-plugin-table": "^10.4.0",
|
|
69
69
|
"@atlaskit/editor-plugin-type-ahead": "^2.1.0",
|
|
70
70
|
"@atlaskit/editor-plugin-width": "^3.0.0",
|
|
71
71
|
"@testing-library/react": "^13.4.0",
|