@atlaskit/inline-edit 13.7.6 → 13.7.8

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,19 @@
1
1
  # @atlaskit/inline-edit
2
2
 
3
+ ## 13.7.8
4
+
5
+ ### Patch Changes
6
+
7
+ - [#166026](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/166026)
8
+ [`962b5e77810fb`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/962b5e77810fb) -
9
+ Adds side-effect config to support Compiled css extraction in third-party apps
10
+
11
+ ## 13.7.7
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 13.7.6
4
18
 
5
19
  ### Patch Changes
@@ -33,7 +33,7 @@ var fieldStyles = (0, _react2.css)({
33
33
  var analyticsAttributes = {
34
34
  componentName: 'inlineEdit',
35
35
  packageName: "@atlaskit/inline-edit",
36
- packageVersion: "13.7.6"
36
+ packageVersion: "13.7.8"
37
37
  };
38
38
  var InnerInlineEdit = function InnerInlineEdit(props) {
39
39
  var _props$startWithEditV = props.startWithEditViewOpen,
@@ -22,7 +22,7 @@ const fieldStyles = css({
22
22
  const analyticsAttributes = {
23
23
  componentName: 'inlineEdit',
24
24
  packageName: "@atlaskit/inline-edit",
25
- packageVersion: "13.7.6"
25
+ packageVersion: "13.7.8"
26
26
  };
27
27
  const InnerInlineEdit = props => {
28
28
  const {
@@ -26,7 +26,7 @@ var fieldStyles = css({
26
26
  var analyticsAttributes = {
27
27
  componentName: 'inlineEdit',
28
28
  packageName: "@atlaskit/inline-edit",
29
- packageVersion: "13.7.6"
29
+ packageVersion: "13.7.8"
30
30
  };
31
31
  var InnerInlineEdit = function InnerInlineEdit(props) {
32
32
  var _props$startWithEditV = props.startWithEditViewOpen,
@@ -3,7 +3,9 @@
3
3
  "main": "../dist/cjs/entry-points/inline-edit.js",
4
4
  "module": "../dist/esm/entry-points/inline-edit.js",
5
5
  "module:es2019": "../dist/es2019/entry-points/inline-edit.js",
6
- "sideEffects": false,
6
+ "sideEffects": [
7
+ "**/*.compiled.css"
8
+ ],
7
9
  "types": "../dist/types/entry-points/inline-edit.d.ts",
8
10
  "typesVersions": {
9
11
  ">=4.5 <5.4": {
@@ -3,7 +3,9 @@
3
3
  "main": "../dist/cjs/entry-points/inline-editable-textfield.js",
4
4
  "module": "../dist/esm/entry-points/inline-editable-textfield.js",
5
5
  "module:es2019": "../dist/es2019/entry-points/inline-editable-textfield.js",
6
- "sideEffects": false,
6
+ "sideEffects": [
7
+ "**/*.compiled.css"
8
+ ],
7
9
  "types": "../dist/types/entry-points/inline-editable-textfield.d.ts",
8
10
  "typesVersions": {
9
11
  ">=4.5 <5.4": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/inline-edit",
3
- "version": "13.7.6",
3
+ "version": "13.7.8",
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/"
@@ -20,7 +20,9 @@
20
20
  ]
21
21
  }
22
22
  },
23
- "sideEffects": false,
23
+ "sideEffects": [
24
+ "**/*.compiled.css"
25
+ ],
24
26
  "atlaskit:src": "src/index.ts",
25
27
  "homepage": "https://atlassian.design/components/inline-edit/",
26
28
  "atlassian": {
@@ -33,16 +35,16 @@
33
35
  },
34
36
  "dependencies": {
35
37
  "@atlaskit/analytics-next": "^10.1.0",
36
- "@atlaskit/button": "^20.2.0",
38
+ "@atlaskit/button": "^20.3.0",
37
39
  "@atlaskit/codemod-utils": "^4.2.0",
38
40
  "@atlaskit/form": "^10.5.0",
39
- "@atlaskit/icon": "^22.22.0",
40
- "@atlaskit/inline-dialog": "^15.1.0",
41
+ "@atlaskit/icon": "^22.24.0",
42
+ "@atlaskit/inline-dialog": "^15.2.0",
41
43
  "@atlaskit/platform-feature-flags": "^0.3.0",
42
- "@atlaskit/primitives": "^12.2.0",
44
+ "@atlaskit/primitives": "^13.2.0",
43
45
  "@atlaskit/textfield": "^6.5.0",
44
46
  "@atlaskit/theme": "^14.0.0",
45
- "@atlaskit/tokens": "^2.0.0",
47
+ "@atlaskit/tokens": "^2.2.0",
46
48
  "@atlaskit/visually-hidden": "^1.5.0",
47
49
  "@babel/runtime": "^7.0.0",
48
50
  "@emotion/react": "^11.7.1"
@@ -53,11 +55,11 @@
53
55
  "devDependencies": {
54
56
  "@af/accessibility-testing": "*",
55
57
  "@af/integration-testing": "*",
56
- "@atlaskit/datetime-picker": "^15.4.0",
58
+ "@atlaskit/datetime-picker": "^15.9.0",
57
59
  "@atlaskit/docs": "*",
58
- "@atlaskit/ds-lib": "^3.1.0",
60
+ "@atlaskit/ds-lib": "^3.2.0",
59
61
  "@atlaskit/section-message": "^6.6.0",
60
- "@atlaskit/select": "^18.1.0",
62
+ "@atlaskit/select": "^18.5.0",
61
63
  "@atlaskit/ssr": "*",
62
64
  "@atlaskit/tag": "^12.6.0",
63
65
  "@atlaskit/tag-group": "^10.6.0",
@@ -71,7 +73,7 @@
71
73
  "jscodeshift": "^0.13.0",
72
74
  "react-dom": "^16.8.0",
73
75
  "react-select-event": "^5.5.0",
74
- "storybook-addon-performance": "^0.16.0",
76
+ "storybook-addon-performance": "^0.17.3",
75
77
  "typescript": "~5.4.2",
76
78
  "wait-for-expect": "^1.2.0"
77
79
  },
@@ -3,7 +3,9 @@
3
3
  "main": "../dist/cjs/entry-points/types.js",
4
4
  "module": "../dist/esm/entry-points/types.js",
5
5
  "module:es2019": "../dist/es2019/entry-points/types.js",
6
- "sideEffects": false,
6
+ "sideEffects": [
7
+ "**/*.compiled.css"
8
+ ],
7
9
  "types": "../dist/types/entry-points/types.d.ts",
8
10
  "typesVersions": {
9
11
  ">=4.5 <5.4": {