@atlaskit/smart-card 22.1.0 → 22.1.1

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,12 @@
1
1
  # @atlaskit/smart-card
2
2
 
3
+ ## 22.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`9c7cc4139ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9c7cc4139ec) - Partially remove Lozenge CSS override which conflicts with updated Lozenge styling.
8
+ - Updated dependencies
9
+
3
10
  ## 22.1.0
4
11
 
5
12
  ### Minor Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "22.1.0",
3
+ "version": "22.1.1",
4
4
  "sideEffects": false
5
5
  }
@@ -43,12 +43,12 @@ var IconTitleWrapper = _styled.default.span(_templateObject3 || (_templateObject
43
43
 
44
44
  exports.IconTitleWrapper = IconTitleWrapper;
45
45
 
46
- var LozengeWrapper = _styled.default.span(_templateObject4 || (_templateObject4 = (0, _taggedTemplateLiteral2.default)(["\n display: inline-block;\n vertical-align: 1px;\n & > span {\n margin-left: 4px;\n padding: 2px 0 2px 0;\n }\n"]))); // TODO: Replace overrides with proper AtlasKit solution.
46
+ var LozengeWrapper = _styled.default.span(_templateObject4 || (_templateObject4 = (0, _taggedTemplateLiteral2.default)(["\n display: inline-block;\n vertical-align: 1px;\n & > span {\n margin-left: 4px;\n }\n"]))); // TODO: Replace overrides with proper AtlasKit solution.
47
47
 
48
48
 
49
49
  exports.LozengeWrapper = LozengeWrapper;
50
50
 
51
- var LozengeBlockWrapper = _styled.default.span(_templateObject5 || (_templateObject5 = (0, _taggedTemplateLiteral2.default)(["\n & > span {\n margin-left: 4px;\n padding: 2px 0 2px 0;\n }\n"])));
51
+ var LozengeBlockWrapper = _styled.default.span(_templateObject5 || (_templateObject5 = (0, _taggedTemplateLiteral2.default)(["\n & > span {\n margin-left: 4px;\n }\n"])));
52
52
 
53
53
  exports.LozengeBlockWrapper = LozengeBlockWrapper;
54
54
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "22.1.0",
3
+ "version": "22.1.1",
4
4
  "sideEffects": false
5
5
  }
@@ -64,14 +64,12 @@ export const LozengeWrapper = styled.span`
64
64
  vertical-align: 1px;
65
65
  & > span {
66
66
  margin-left: 4px;
67
- padding: 2px 0 2px 0;
68
67
  }
69
68
  `; // TODO: Replace overrides with proper AtlasKit solution.
70
69
 
71
70
  export const LozengeBlockWrapper = styled.span`
72
71
  & > span {
73
72
  margin-left: 4px;
74
- padding: 2px 0 2px 0;
75
73
  }
76
74
  `;
77
75
  export const RightIconPositionWrapper = styled.span`
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "22.1.0",
3
+ "version": "22.1.1",
4
4
  "sideEffects": false
5
5
  }
@@ -21,9 +21,9 @@ export var EmojiWrapper = styled.span(_templateObject2 || (_templateObject2 = _t
21
21
 
22
22
  export var IconTitleWrapper = styled.span(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n white-space: pre-wrap;\n word-break: break-all;\n"]))); // TODO: Replace overrides with proper AtlasKit solution.
23
23
 
24
- export var LozengeWrapper = styled.span(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["\n display: inline-block;\n vertical-align: 1px;\n & > span {\n margin-left: 4px;\n padding: 2px 0 2px 0;\n }\n"]))); // TODO: Replace overrides with proper AtlasKit solution.
24
+ export var LozengeWrapper = styled.span(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["\n display: inline-block;\n vertical-align: 1px;\n & > span {\n margin-left: 4px;\n }\n"]))); // TODO: Replace overrides with proper AtlasKit solution.
25
25
 
26
- export var LozengeBlockWrapper = styled.span(_templateObject5 || (_templateObject5 = _taggedTemplateLiteral(["\n & > span {\n margin-left: 4px;\n padding: 2px 0 2px 0;\n }\n"])));
26
+ export var LozengeBlockWrapper = styled.span(_templateObject5 || (_templateObject5 = _taggedTemplateLiteral(["\n & > span {\n margin-left: 4px;\n }\n"])));
27
27
  export var RightIconPositionWrapper = styled.span(_templateObject6 || (_templateObject6 = _taggedTemplateLiteral(["\n margin-left: 2px;\n margin-right: 4px;\n position: relative;\n display: inline-block;\n"]))); // The following components are used to absolutely position icons in the vertical center.
28
28
  // - IconPositionWrapper: the `relative` parent which has no height in itself.
29
29
  // - IconEmptyWrapper: the child which forces `IconPositionWrapper` to have a height.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "22.1.0",
3
+ "version": "22.1.1",
4
4
  "description": "Smart card component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -27,21 +27,21 @@
27
27
  "@atlaskit/avatar": "^21.0.0",
28
28
  "@atlaskit/avatar-group": "^9.0.0",
29
29
  "@atlaskit/button": "^16.3.0",
30
- "@atlaskit/dropdown-menu": "^11.3.0",
30
+ "@atlaskit/dropdown-menu": "^11.4.0",
31
31
  "@atlaskit/icon": "^21.10.0",
32
32
  "@atlaskit/icon-file-type": "^6.3.0",
33
33
  "@atlaskit/icon-object": "^6.2.0",
34
34
  "@atlaskit/icon-priority": "^6.3.0",
35
35
  "@atlaskit/in-product-testing": "^0.1.0",
36
- "@atlaskit/linking-common": "^1.6.0",
37
- "@atlaskit/logo": "^13.8.0",
38
- "@atlaskit/lozenge": "^11.1.0",
36
+ "@atlaskit/linking-common": "^1.7.0",
37
+ "@atlaskit/logo": "^13.9.0",
38
+ "@atlaskit/lozenge": "^11.2.0",
39
39
  "@atlaskit/media-common": "^2.16.0",
40
- "@atlaskit/modal-dialog": "^12.2.0",
40
+ "@atlaskit/modal-dialog": "^12.3.0",
41
41
  "@atlaskit/outbound-auth-flow-client": "^3.3.0",
42
42
  "@atlaskit/popup": "^1.4.0",
43
43
  "@atlaskit/spinner": "^15.1.0",
44
- "@atlaskit/theme": "^12.1.0",
44
+ "@atlaskit/theme": "^12.2.0",
45
45
  "@atlaskit/tokens": "^0.10.0",
46
46
  "@atlaskit/tooltip": "^17.5.2",
47
47
  "@atlaskit/ufo": "^0.1.0",
@@ -71,20 +71,20 @@
71
71
  "@atlaskit/docs": "*",
72
72
  "@atlaskit/field-base": "^15.0.6",
73
73
  "@atlaskit/form": "^8.5.0",
74
- "@atlaskit/inline-message": "^11.3.0",
75
- "@atlaskit/lozenge": "^11.1.0",
74
+ "@atlaskit/inline-message": "^11.4.0",
75
+ "@atlaskit/lozenge": "^11.2.0",
76
76
  "@atlaskit/media-integration-test-helpers": "^2.6.0",
77
77
  "@atlaskit/media-test-helpers": "^30.0.0",
78
- "@atlaskit/page": "^12.1.0",
79
- "@atlaskit/radio": "^5.3.0",
78
+ "@atlaskit/page": "^12.2.0",
79
+ "@atlaskit/radio": "^5.4.0",
80
80
  "@atlaskit/range": "^6.0.0",
81
- "@atlaskit/section-message": "^6.1.5",
82
- "@atlaskit/select": "^15.6.0",
83
- "@atlaskit/table-tree": "^9.1.0",
84
- "@atlaskit/tabs": "^13.2.10",
81
+ "@atlaskit/section-message": "^6.2.0",
82
+ "@atlaskit/select": "^15.7.0",
83
+ "@atlaskit/table-tree": "^9.2.0",
84
+ "@atlaskit/tabs": "^13.3.0",
85
85
  "@atlaskit/textarea": "^4.3.0",
86
- "@atlaskit/textfield": "^5.1.0",
87
- "@atlaskit/toggle": "^12.4.0",
86
+ "@atlaskit/textfield": "^5.2.0",
87
+ "@atlaskit/toggle": "^12.5.0",
88
88
  "@atlaskit/visual-regression": "*",
89
89
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
90
90
  "@testing-library/jest-dom": "^4.1.0",