@atlaskit/inline-edit 15.3.3 → 15.3.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,17 @@
1
1
  # @atlaskit/inline-edit
2
2
 
3
+ ## 15.3.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 15.3.4
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 15.3.3
4
16
 
5
17
  ### Patch Changes
@@ -28,7 +28,7 @@ var fieldStyles = null;
28
28
  var analyticsAttributes = {
29
29
  componentName: 'inlineEdit',
30
30
  packageName: "@atlaskit/inline-edit",
31
- packageVersion: "15.3.2"
31
+ packageVersion: "15.3.4"
32
32
  };
33
33
  var InnerInlineEdit = function InnerInlineEdit(props) {
34
34
  var _props$startWithEditV = props.startWithEditViewOpen,
@@ -15,7 +15,7 @@ const fieldStyles = null;
15
15
  const analyticsAttributes = {
16
16
  componentName: 'inlineEdit',
17
17
  packageName: "@atlaskit/inline-edit",
18
- packageVersion: "15.3.2"
18
+ packageVersion: "15.3.4"
19
19
  };
20
20
  const InnerInlineEdit = props => {
21
21
  const {
@@ -19,7 +19,7 @@ var fieldStyles = null;
19
19
  var analyticsAttributes = {
20
20
  componentName: 'inlineEdit',
21
21
  packageName: "@atlaskit/inline-edit",
22
- packageVersion: "15.3.2"
22
+ packageVersion: "15.3.4"
23
23
  };
24
24
  var InnerInlineEdit = function InnerInlineEdit(props) {
25
25
  var _props$startWithEditV = props.startWithEditViewOpen,
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { type InlineEditProps } from './types';
3
2
  declare const InlineEdit: <FieldValue extends unknown = string>(props: InlineEditProps<FieldValue>) => JSX.Element;
4
3
  export default InlineEdit;
@@ -2,7 +2,6 @@
2
2
  * @jsxRuntime classic
3
3
  * @jsx jsx
4
4
  */
5
- /// <reference types="react" />
6
5
  interface ButtonsProp {
7
6
  confirmButtonLabel: string;
8
7
  cancelButtonLabel: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const useButtonFocusHook: (isEditing: boolean | undefined, isEditingState: boolean) => {
3
2
  editButtonRef: import("react").RefObject<HTMLButtonElement>;
4
3
  editViewRef: import("react").MutableRefObject<HTMLElement | undefined>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { type InlineEditProps } from './types';
3
2
  declare const InlineEdit: <FieldValue extends unknown = string>(props: InlineEditProps<FieldValue>) => JSX.Element;
4
3
  export default InlineEdit;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  /**
3
2
  * @jsxRuntime classic
4
3
  * @jsx jsx
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const useButtonFocusHook: (isEditing: boolean | undefined, isEditingState: boolean) => {
3
2
  editButtonRef: import("react").RefObject<HTMLButtonElement>;
4
3
  editViewRef: import("react").MutableRefObject<HTMLElement | undefined>;
@@ -8,7 +8,7 @@
8
8
  ],
9
9
  "types": "../dist/types/entry-points/inline-edit.d.ts",
10
10
  "typesVersions": {
11
- ">=4.5 <5.4": {
11
+ ">=4.5 <5.9": {
12
12
  "*": [
13
13
  "../dist/types-ts4.5/entry-points/inline-edit.d.ts"
14
14
  ]
@@ -8,7 +8,7 @@
8
8
  ],
9
9
  "types": "../dist/types/entry-points/inline-editable-textfield.d.ts",
10
10
  "typesVersions": {
11
- ">=4.5 <5.4": {
11
+ ">=4.5 <5.9": {
12
12
  "*": [
13
13
  "../dist/types-ts4.5/entry-points/inline-editable-textfield.d.ts"
14
14
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/inline-edit",
3
- "version": "15.3.3",
3
+ "version": "15.3.5",
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/"
@@ -34,17 +34,17 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@atlaskit/analytics-next": "^11.1.0",
37
- "@atlaskit/button": "^23.3.0",
37
+ "@atlaskit/button": "^23.4.0",
38
38
  "@atlaskit/codemod-utils": "^4.2.0",
39
39
  "@atlaskit/css": "^0.12.0",
40
- "@atlaskit/form": "^12.0.0",
41
- "@atlaskit/icon": "^27.9.0",
40
+ "@atlaskit/form": "^12.2.0",
41
+ "@atlaskit/icon": "^28.1.0",
42
42
  "@atlaskit/inline-dialog": "^17.2.0",
43
43
  "@atlaskit/platform-feature-flags": "^1.1.0",
44
- "@atlaskit/primitives": "^14.11.0",
44
+ "@atlaskit/primitives": "^14.12.0",
45
45
  "@atlaskit/textfield": "^8.0.0",
46
- "@atlaskit/theme": "^19.0.0",
47
- "@atlaskit/tokens": "^6.0.0",
46
+ "@atlaskit/theme": "^20.0.0",
47
+ "@atlaskit/tokens": "^6.1.0",
48
48
  "@atlaskit/visually-hidden": "^3.0.0",
49
49
  "@babel/runtime": "^7.0.0",
50
50
  "@compiled/react": "^0.18.3"
@@ -60,18 +60,16 @@
60
60
  "@atlaskit/ds-lib": "^5.0.0",
61
61
  "@atlaskit/heading": "^5.2.0",
62
62
  "@atlaskit/link": "^3.2.0",
63
- "@atlaskit/section-message": "^8.5.0",
63
+ "@atlaskit/section-message": "^8.6.0",
64
64
  "@atlaskit/select": "^21.2.0",
65
65
  "@atlaskit/tag": "^14.1.0",
66
66
  "@atlaskit/tag-group": "^12.0.0",
67
67
  "@atlaskit/textarea": "^8.0.0",
68
- "@atlaskit/visual-regression": "workspace:^",
69
68
  "@atlassian/feature-flags-test-utils": "^0.3.0",
70
- "@atlassian/ssr-tests": "^0.2.0",
69
+ "@atlassian/ssr-tests": "^0.3.0",
71
70
  "@testing-library/react": "^13.4.0",
72
71
  "react-dom": "^18.2.0",
73
- "react-select-event": "^5.5.0",
74
- "typescript": "~5.4.2"
72
+ "react-select-event": "^5.5.0"
75
73
  },
76
74
  "keywords": [
77
75
  "atlaskit",
@@ -8,7 +8,7 @@
8
8
  ],
9
9
  "types": "../dist/types/entry-points/types.d.ts",
10
10
  "typesVersions": {
11
- ">=4.5 <5.4": {
11
+ ">=4.5 <5.9": {
12
12
  "*": [
13
13
  "../dist/types-ts4.5/entry-points/types.d.ts"
14
14
  ]