@atlaskit/editor-plugin-extension 9.2.4 → 9.2.5

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-extension
2
2
 
3
+ ## 9.2.5
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
  ## 9.2.4
4
11
 
5
12
  ### Patch Changes
@@ -124,7 +124,9 @@ function Toggle(_ref3) {
124
124
  }, (0, _react2.jsx)("label", {
125
125
  css: toggleLabelStyles,
126
126
  htmlFor: id
127
- }, label, isRequired ? (0, _react2.jsx)(_compiled.Text, {
127
+ }, label, isRequired ?
128
+ // eslint-disable-next-line @atlassian/i18n/no-literal-string-in-jsx
129
+ (0, _react2.jsx)(_compiled.Text, {
128
130
  color: "color.text.danger",
129
131
  "aria-hidden": "true"
130
132
  }, "*") : null), (0, _react2.jsx)(_toggle.default
@@ -115,7 +115,9 @@ function Toggle({
115
115
  }, jsx("label", {
116
116
  css: toggleLabelStyles,
117
117
  htmlFor: id
118
- }, label, isRequired ? jsx(Text, {
118
+ }, label, isRequired ?
119
+ // eslint-disable-next-line @atlassian/i18n/no-literal-string-in-jsx
120
+ jsx(Text, {
119
121
  color: "color.text.danger",
120
122
  "aria-hidden": "true"
121
123
  }, "*") : null), jsx(AKToggle
@@ -116,7 +116,9 @@ function Toggle(_ref3) {
116
116
  }, jsx("label", {
117
117
  css: toggleLabelStyles,
118
118
  htmlFor: id
119
- }, label, isRequired ? jsx(Text, {
119
+ }, label, isRequired ?
120
+ // eslint-disable-next-line @atlassian/i18n/no-literal-string-in-jsx
121
+ jsx(Text, {
120
122
  color: "color.text.danger",
121
123
  "aria-hidden": "true"
122
124
  }, "*") : null), jsx(AKToggle
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-extension",
3
- "version": "9.2.4",
3
+ "version": "9.2.5",
4
4
  "description": "editor-plugin-extension plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -41,12 +41,12 @@
41
41
  "@atlaskit/editor-shared-styles": "^3.10.0",
42
42
  "@atlaskit/editor-tables": "^2.9.0",
43
43
  "@atlaskit/empty-state": "^10.1.0",
44
- "@atlaskit/form": "^14.2.0",
44
+ "@atlaskit/form": "^14.3.0",
45
45
  "@atlaskit/heading": "^5.2.0",
46
46
  "@atlaskit/icon": "^29.0.0",
47
47
  "@atlaskit/link": "^3.2.0",
48
48
  "@atlaskit/platform-feature-flags": "^1.1.0",
49
- "@atlaskit/primitives": "^16.1.0",
49
+ "@atlaskit/primitives": "^16.2.0",
50
50
  "@atlaskit/radio": "^8.3.0",
51
51
  "@atlaskit/section-message": "^8.9.0",
52
52
  "@atlaskit/select": "^21.4.0",
@@ -56,10 +56,10 @@
56
56
  "@atlaskit/textarea": "^8.1.0",
57
57
  "@atlaskit/textfield": "^8.1.0",
58
58
  "@atlaskit/theme": "^21.0.0",
59
- "@atlaskit/tmp-editor-statsig": "^13.38.0",
59
+ "@atlaskit/tmp-editor-statsig": "^13.41.0",
60
60
  "@atlaskit/toggle": "^15.1.0",
61
- "@atlaskit/tokens": "^8.0.0",
62
- "@atlaskit/tooltip": "^20.9.0",
61
+ "@atlaskit/tokens": "^8.2.0",
62
+ "@atlaskit/tooltip": "^20.10.0",
63
63
  "@babel/runtime": "^7.0.0",
64
64
  "@emotion/react": "^11.7.1",
65
65
  "bind-event-listener": "^3.0.0",
@@ -70,7 +70,7 @@
70
70
  "uuid": "^3.1.0"
71
71
  },
72
72
  "peerDependencies": {
73
- "@atlaskit/editor-common": "^110.32.0",
73
+ "@atlaskit/editor-common": "^110.33.0",
74
74
  "react": "^18.2.0",
75
75
  "react-intl-next": "npm:react-intl@^5.18.1"
76
76
  },