@atlaskit/inline-edit 12.3.5 → 12.4.0
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 +8 -0
- package/dist/cjs/inline-edit.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/inline-edit.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/inline-edit.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/types.d.ts +2 -2
- package/dist/types-ts4.5/types.d.ts +2 -2
- package/package.json +3 -2
- package/report.api.md +1 -2
- package/tmp/api-report-tmp.d.ts +1 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/inline-edit
|
|
2
2
|
|
|
3
|
+
## 12.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`2f2e72c5189`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2f2e72c5189) - Remove unintentionally exposed types: `ref` and `createAnalyticsEvent` from the component props interface.
|
|
8
|
+
|
|
9
|
+
This could result in a change with TypeScript validate in theory, but these were never used and should not have been passed to this component for several major versions.
|
|
10
|
+
|
|
3
11
|
## 12.3.5
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/dist/cjs/inline-edit.js
CHANGED
|
@@ -32,7 +32,7 @@ var buttonStyles = (0, _react2.css)({
|
|
|
32
32
|
var analyticsAttributes = {
|
|
33
33
|
componentName: 'inlineEdit',
|
|
34
34
|
packageName: "@atlaskit/inline-edit",
|
|
35
|
-
packageVersion: "12.
|
|
35
|
+
packageVersion: "12.4.0"
|
|
36
36
|
};
|
|
37
37
|
var noop = function noop() {};
|
|
38
38
|
var InnerInlineEdit = function InnerInlineEdit(props) {
|
package/dist/cjs/version.json
CHANGED
package/dist/es2019/version.json
CHANGED
package/dist/esm/inline-edit.js
CHANGED
|
@@ -23,7 +23,7 @@ var buttonStyles = css({
|
|
|
23
23
|
var analyticsAttributes = {
|
|
24
24
|
componentName: 'inlineEdit',
|
|
25
25
|
packageName: "@atlaskit/inline-edit",
|
|
26
|
-
packageVersion: "12.
|
|
26
|
+
packageVersion: "12.4.0"
|
|
27
27
|
};
|
|
28
28
|
var noop = function noop() {};
|
|
29
29
|
var InnerInlineEdit = function InnerInlineEdit(props) {
|
package/dist/esm/version.json
CHANGED
package/dist/types/types.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { UIAnalyticsEvent
|
|
2
|
+
import { UIAnalyticsEvent } from '@atlaskit/analytics-next';
|
|
3
3
|
import { FieldProps } from '@atlaskit/form';
|
|
4
|
-
interface CommonProps
|
|
4
|
+
interface CommonProps {
|
|
5
5
|
/** Additional information to be included in the `context` of analytics events that come from button. */
|
|
6
6
|
analyticsContext?: Record<string, any>;
|
|
7
7
|
/** Accessibility label for the cancel action button. */
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { UIAnalyticsEvent
|
|
2
|
+
import { UIAnalyticsEvent } from '@atlaskit/analytics-next';
|
|
3
3
|
import { FieldProps } from '@atlaskit/form';
|
|
4
|
-
interface CommonProps
|
|
4
|
+
interface CommonProps {
|
|
5
5
|
/** Additional information to be included in the `context` of analytics events that come from button. */
|
|
6
6
|
analyticsContext?: Record<string, any>;
|
|
7
7
|
/** Accessibility label for the cancel action button. */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/inline-edit",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.4.0",
|
|
4
4
|
"description": "An inline edit displays a custom input component that switches between reading and editing on the same page.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@atlaskit/inline-dialog": "^13.6.0",
|
|
41
41
|
"@atlaskit/textfield": "^5.6.0",
|
|
42
42
|
"@atlaskit/theme": "^12.5.0",
|
|
43
|
-
"@atlaskit/tokens": "^1.
|
|
43
|
+
"@atlaskit/tokens": "^1.14.0",
|
|
44
44
|
"@babel/runtime": "^7.0.0",
|
|
45
45
|
"@emotion/react": "^11.7.1"
|
|
46
46
|
},
|
|
@@ -48,6 +48,7 @@
|
|
|
48
48
|
"react": "^16.8.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
+
"@af/accessibility-testing": "*",
|
|
51
52
|
"@atlaskit/datetime-picker": "^12.7.0",
|
|
52
53
|
"@atlaskit/docs": "*",
|
|
53
54
|
"@atlaskit/section-message": "^6.4.0",
|
package/report.api.md
CHANGED
|
@@ -19,10 +19,9 @@ import { FieldProps } from '@atlaskit/form';
|
|
|
19
19
|
import { jsx } from '@emotion/react';
|
|
20
20
|
import { default as React_2 } from 'react';
|
|
21
21
|
import { UIAnalyticsEvent } from '@atlaskit/analytics-next';
|
|
22
|
-
import { WithAnalyticsEventsProps } from '@atlaskit/analytics-next';
|
|
23
22
|
|
|
24
23
|
// @public (undocumented)
|
|
25
|
-
interface CommonProps
|
|
24
|
+
interface CommonProps {
|
|
26
25
|
analyticsContext?: Record<string, any>;
|
|
27
26
|
cancelButtonLabel?: string;
|
|
28
27
|
confirmButtonLabel?: string;
|
package/tmp/api-report-tmp.d.ts
CHANGED
|
@@ -8,10 +8,9 @@ import { FieldProps } from '@atlaskit/form';
|
|
|
8
8
|
import { jsx } from '@emotion/react';
|
|
9
9
|
import { default as React_2 } from 'react';
|
|
10
10
|
import { UIAnalyticsEvent } from '@atlaskit/analytics-next';
|
|
11
|
-
import { WithAnalyticsEventsProps } from '@atlaskit/analytics-next';
|
|
12
11
|
|
|
13
12
|
// @public (undocumented)
|
|
14
|
-
interface CommonProps
|
|
13
|
+
interface CommonProps {
|
|
15
14
|
analyticsContext?: Record<string, any>;
|
|
16
15
|
cancelButtonLabel?: string;
|
|
17
16
|
confirmButtonLabel?: string;
|