@atlaskit/editor-plugin-quick-insert 6.0.10 → 6.0.11
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,12 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-quick-insert
|
|
2
2
|
|
|
3
|
+
## 6.0.11
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`8854ad2383b33`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8854ad2383b33) -
|
|
8
|
+
Suppress no-literal-string-in-jsx
|
|
9
|
+
|
|
3
10
|
## 6.0.10
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -133,6 +133,7 @@ var Footer = function Footer(_ref) {
|
|
|
133
133
|
appearance: "primary",
|
|
134
134
|
onClick: onInsert,
|
|
135
135
|
testId: "ModalElementBrowser__insert-button"
|
|
136
|
+
// eslint-disable-next-line @atlassian/i18n/no-literal-string-in-jsx
|
|
136
137
|
}, "Insert")), (0, _react2.jsx)("div", {
|
|
137
138
|
css: actionItemStyles
|
|
138
139
|
}, (0, _react2.jsx)(_button.default, {
|
|
@@ -117,6 +117,7 @@ const Footer = ({
|
|
|
117
117
|
appearance: "primary",
|
|
118
118
|
onClick: onInsert,
|
|
119
119
|
testId: "ModalElementBrowser__insert-button"
|
|
120
|
+
// eslint-disable-next-line @atlassian/i18n/no-literal-string-in-jsx
|
|
120
121
|
}, "Insert")), jsx("div", {
|
|
121
122
|
css: actionItemStyles
|
|
122
123
|
}, jsx(Button, {
|
|
@@ -123,6 +123,7 @@ var Footer = function Footer(_ref) {
|
|
|
123
123
|
appearance: "primary",
|
|
124
124
|
onClick: onInsert,
|
|
125
125
|
testId: "ModalElementBrowser__insert-button"
|
|
126
|
+
// eslint-disable-next-line @atlassian/i18n/no-literal-string-in-jsx
|
|
126
127
|
}, "Insert")), jsx("div", {
|
|
127
128
|
css: actionItemStyles
|
|
128
129
|
}, jsx(Button, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-quick-insert",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.11",
|
|
4
4
|
"description": "Quick insert plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -39,13 +39,13 @@
|
|
|
39
39
|
"@atlaskit/modal-dialog": "^14.7.0",
|
|
40
40
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
41
41
|
"@atlaskit/theme": "^21.0.0",
|
|
42
|
-
"@atlaskit/tmp-editor-statsig": "^13.
|
|
43
|
-
"@atlaskit/tokens": "^8.
|
|
42
|
+
"@atlaskit/tmp-editor-statsig": "^13.41.0",
|
|
43
|
+
"@atlaskit/tokens": "^8.2.0",
|
|
44
44
|
"@babel/runtime": "^7.0.0",
|
|
45
45
|
"@emotion/react": "^11.7.1"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
|
-
"@atlaskit/editor-common": "^110.
|
|
48
|
+
"@atlaskit/editor-common": "^110.33.0",
|
|
49
49
|
"react": "^18.2.0",
|
|
50
50
|
"react-dom": "^18.2.0",
|
|
51
51
|
"react-intl-next": "npm:react-intl@^5.18.1"
|