@atlaskit/inline-edit 13.5.2 → 13.5.4

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,21 @@
1
1
  # @atlaskit/inline-edit
2
2
 
3
+ ## 13.5.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 13.5.3
10
+
11
+ ### Patch Changes
12
+
13
+ - [#105813](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/105813)
14
+ [`f2f51e7a24d00`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f2f51e7a24d00) -
15
+ Internal change only. Remove references to deprecated @atlaskit/theme constants and replace with
16
+ hard-coded values.
17
+ - Updated dependencies
18
+
3
19
  ## 13.5.2
4
20
 
5
21
  ### Patch Changes
@@ -31,7 +31,7 @@ var fieldStyles = (0, _react2.css)({
31
31
  var analyticsAttributes = {
32
32
  componentName: 'inlineEdit',
33
33
  packageName: "@atlaskit/inline-edit",
34
- packageVersion: "13.5.2"
34
+ packageVersion: "13.5.4"
35
35
  };
36
36
  var noop = function noop() {};
37
37
  var InnerInlineEdit = function InnerInlineEdit(props) {
@@ -5,5 +5,5 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.fontSize = exports.borderRadius = void 0;
7
7
  var _constants = require("@atlaskit/theme/constants");
8
- var fontSize = exports.fontSize = (0, _constants.fontSize)();
8
+ var fontSize = exports.fontSize = 14;
9
9
  var borderRadius = exports.borderRadius = (0, _constants.borderRadius)();
@@ -21,7 +21,7 @@ const fieldStyles = css({
21
21
  const analyticsAttributes = {
22
22
  componentName: 'inlineEdit',
23
23
  packageName: "@atlaskit/inline-edit",
24
- packageVersion: "13.5.2"
24
+ packageVersion: "13.5.4"
25
25
  };
26
26
  const noop = () => {};
27
27
  const InnerInlineEdit = props => {
@@ -1,3 +1,3 @@
1
- import { borderRadius as getBorderRadius, fontSize as getFontSize } from '@atlaskit/theme/constants';
2
- export const fontSize = getFontSize();
1
+ import { borderRadius as getBorderRadius } from '@atlaskit/theme/constants';
2
+ export const fontSize = 14;
3
3
  export const borderRadius = getBorderRadius();
@@ -25,7 +25,7 @@ var fieldStyles = css({
25
25
  var analyticsAttributes = {
26
26
  componentName: 'inlineEdit',
27
27
  packageName: "@atlaskit/inline-edit",
28
- packageVersion: "13.5.2"
28
+ packageVersion: "13.5.4"
29
29
  };
30
30
  var noop = function noop() {};
31
31
  var InnerInlineEdit = function InnerInlineEdit(props) {
@@ -1,3 +1,3 @@
1
- import { borderRadius as getBorderRadius, fontSize as getFontSize } from '@atlaskit/theme/constants';
2
- export var fontSize = getFontSize();
1
+ import { borderRadius as getBorderRadius } from '@atlaskit/theme/constants';
2
+ export var fontSize = 14;
3
3
  export var borderRadius = getBorderRadius();
@@ -1,2 +1,2 @@
1
- export declare const fontSize: number;
1
+ export declare const fontSize = 14;
2
2
  export declare const borderRadius: number;
@@ -1,2 +1,2 @@
1
- export declare const fontSize: number;
1
+ export declare const fontSize = 14;
2
2
  export declare const borderRadius: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/inline-edit",
3
- "version": "13.5.2",
3
+ "version": "13.5.4",
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/"
@@ -37,15 +37,15 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@atlaskit/analytics-next": "^9.3.0",
40
- "@atlaskit/button": "^17.22.0",
40
+ "@atlaskit/button": "^18.0.0",
41
41
  "@atlaskit/codemod-utils": "^4.2.0",
42
42
  "@atlaskit/form": "^10.4.0",
43
43
  "@atlaskit/icon": "^22.4.0",
44
44
  "@atlaskit/inline-dialog": "^14.2.0",
45
45
  "@atlaskit/primitives": "^8.0.0",
46
46
  "@atlaskit/textfield": "^6.4.0",
47
- "@atlaskit/theme": "^12.10.0",
48
- "@atlaskit/tokens": "^1.51.0",
47
+ "@atlaskit/theme": "^12.11.0",
48
+ "@atlaskit/tokens": "^1.52.0",
49
49
  "@atlaskit/visually-hidden": "^1.4.0",
50
50
  "@babel/runtime": "^7.0.0",
51
51
  "@emotion/react": "^11.7.1"