@atlaskit/status 1.3.4 → 1.3.6

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,18 @@
1
1
  # @atlaskit/status
2
2
 
3
+ ## 1.3.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
8
+ - Updated dependencies
9
+
10
+ ## 1.3.5
11
+
12
+ ### Patch Changes
13
+
14
+ - [`932b50814f6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/932b50814f6) - ED-18001: update android style overrides to vertically align status node
15
+
3
16
  ## 1.3.4
4
17
 
5
18
  ### Patch Changes
@@ -43,7 +43,8 @@ var MAX_WIDTH = 200;
43
43
  var inlineBlockStyles = (0, _react2.css)({
44
44
  '& > *': {
45
45
  display: 'inline-block !important',
46
- lineHeight: '16px'
46
+ lineHeight: '16px',
47
+ verticalAlign: 'middle'
47
48
  }
48
49
  });
49
50
 
@@ -11,7 +11,7 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
11
11
  var ELEMENTS_CHANNEL = 'fabric-elements';
12
12
  exports.ELEMENTS_CHANNEL = ELEMENTS_CHANNEL;
13
13
  var packageName = "@atlaskit/status";
14
- var packageVersion = "1.3.4";
14
+ var packageVersion = "1.3.6";
15
15
  var createStatusAnalyticsAndFire = function createStatusAnalyticsAndFire(createAnalyticsEvent) {
16
16
  return function (payload) {
17
17
  var statusPayload = _objectSpread(_objectSpread({}, payload), {}, {
@@ -29,7 +29,8 @@ const MAX_WIDTH = 200;
29
29
  const inlineBlockStyles = css({
30
30
  '& > *': {
31
31
  display: 'inline-block !important',
32
- lineHeight: '16px'
32
+ lineHeight: '16px',
33
+ verticalAlign: 'middle'
33
34
  }
34
35
  });
35
36
 
@@ -1,6 +1,6 @@
1
1
  export const ELEMENTS_CHANNEL = 'fabric-elements';
2
2
  const packageName = "@atlaskit/status";
3
- const packageVersion = "1.3.4";
3
+ const packageVersion = "1.3.6";
4
4
  export const createStatusAnalyticsAndFire = createAnalyticsEvent => payload => {
5
5
  const statusPayload = {
6
6
  ...payload,
@@ -37,7 +37,8 @@ var MAX_WIDTH = 200;
37
37
  var inlineBlockStyles = css({
38
38
  '& > *': {
39
39
  display: 'inline-block !important',
40
- lineHeight: '16px'
40
+ lineHeight: '16px',
41
+ verticalAlign: 'middle'
41
42
  }
42
43
  });
43
44
 
@@ -3,7 +3,7 @@ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (O
3
3
  function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
4
4
  export var ELEMENTS_CHANNEL = 'fabric-elements';
5
5
  var packageName = "@atlaskit/status";
6
- var packageVersion = "1.3.4";
6
+ var packageVersion = "1.3.6";
7
7
  export var createStatusAnalyticsAndFire = function createStatusAnalyticsAndFire(createAnalyticsEvent) {
8
8
  return function (payload) {
9
9
  var statusPayload = _objectSpread(_objectSpread({}, payload), {}, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/status",
3
- "version": "1.3.4",
3
+ "version": "1.3.6",
4
4
  "description": "Fabric Status React Components",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -12,14 +12,6 @@
12
12
  "module": "dist/esm/index.js",
13
13
  "module:es2019": "dist/es2019/index.js",
14
14
  "types": "dist/types/index.d.ts",
15
- "typesVersions": {
16
- ">=4.5 <4.9": {
17
- "*": [
18
- "dist/types-ts4.5/*",
19
- "dist/types-ts4.5/index.d.ts"
20
- ]
21
- }
22
- },
23
15
  "atlaskit:src": "src/index.ts",
24
16
  "atlassian": {
25
17
  "team": "Editor",
@@ -36,9 +28,9 @@
36
28
  "@atlaskit/analytics-next": "^9.1.0",
37
29
  "@atlaskit/icon": "^21.12.0",
38
30
  "@atlaskit/lozenge": "^11.4.0",
39
- "@atlaskit/textfield": "^5.5.0",
31
+ "@atlaskit/textfield": "^5.6.0",
40
32
  "@atlaskit/theme": "^12.5.0",
41
- "@atlaskit/tokens": "^1.5.0",
33
+ "@atlaskit/tokens": "^1.15.0",
42
34
  "@babel/runtime": "^7.0.0",
43
35
  "@emotion/react": "^11.7.1"
44
36
  },
@@ -47,7 +39,7 @@
47
39
  "react-intl-next": "npm:react-intl@^5.18.1"
48
40
  },
49
41
  "devDependencies": {
50
- "@atlaskit/docs": "^9.1.0",
42
+ "@af/visual-regression": "*",
51
43
  "@atlaskit/elements-test-helpers": "^0.7.0",
52
44
  "@atlaskit/visual-regression": "*",
53
45
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
@@ -63,12 +55,20 @@
63
55
  "fabric",
64
56
  "editor"
65
57
  ],
66
- "prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1",
67
58
  "techstack": {
68
59
  "@repo/internal": {
69
60
  "design-tokens": [
70
61
  "color"
71
62
  ]
72
63
  }
73
- }
64
+ },
65
+ "typesVersions": {
66
+ ">=4.5 <4.9": {
67
+ "*": [
68
+ "dist/types-ts4.5/*",
69
+ "dist/types-ts4.5/index.d.ts"
70
+ ]
71
+ }
72
+ },
73
+ "prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1"
74
74
  }
@@ -1,4 +0,0 @@
1
- {
2
- "name": "@atlaskit/status",
3
- "version": "1.3.4"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "name": "@atlaskit/status",
3
- "version": "1.3.4"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "name": "@atlaskit/status",
3
- "version": "1.3.4"
4
- }