@atlaskit/lozenge 11.8.1 → 11.8.3

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/lozenge
2
2
 
3
+ ## 11.8.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 11.8.2
10
+
11
+ ### Patch Changes
12
+
13
+ - [#113134](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/113134)
14
+ [`23be44b6bf355`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/23be44b6bf355) -
15
+ Internal change to hardcode font size for now to ensure it doesn't change with new typography
16
+ themes.
17
+ - Updated dependencies
18
+
3
19
  ## 11.8.1
4
20
 
5
21
  ### Patch Changes
@@ -22,8 +22,11 @@ var baseStyles = (0, _primitives.xcss)({
22
22
  overflow: 'hidden'
23
23
  });
24
24
  var textStyles = (0, _react2.css)({
25
- font: "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
25
+ fontFamily: 'ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
26
+ fontSize: '11px',
27
+ fontStyle: 'normal',
26
28
  fontWeight: "var(--ds-font-weight-bold, 700)",
29
+ lineHeight: '16px',
27
30
  overflow: 'hidden',
28
31
  textOverflow: 'ellipsis',
29
32
  textTransform: 'uppercase',
@@ -15,8 +15,11 @@ const baseStyles = xcss({
15
15
  overflow: 'hidden'
16
16
  });
17
17
  const textStyles = css({
18
- font: "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
18
+ fontFamily: 'ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
19
+ fontSize: '11px',
20
+ fontStyle: 'normal',
19
21
  fontWeight: "var(--ds-font-weight-bold, 700)",
22
+ lineHeight: '16px',
20
23
  overflow: 'hidden',
21
24
  textOverflow: 'ellipsis',
22
25
  textTransform: 'uppercase',
@@ -15,8 +15,11 @@ var baseStyles = xcss({
15
15
  overflow: 'hidden'
16
16
  });
17
17
  var textStyles = css({
18
- font: "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
18
+ fontFamily: 'ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif',
19
+ fontSize: '11px',
20
+ fontStyle: 'normal',
19
21
  fontWeight: "var(--ds-font-weight-bold, 700)",
22
+ lineHeight: '16px',
20
23
  overflow: 'hidden',
21
24
  textOverflow: 'ellipsis',
22
25
  textTransform: 'uppercase',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/lozenge",
3
- "version": "11.8.1",
3
+ "version": "11.8.3",
4
4
  "description": "A lozenge is a visual indicator used to highlight an item's status for quick recognition.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -40,9 +40,9 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@atlaskit/codemod-utils": "^4.2.0",
43
- "@atlaskit/primitives": "^8.0.0",
44
- "@atlaskit/theme": "^12.10.0",
45
- "@atlaskit/tokens": "^1.51.0",
43
+ "@atlaskit/primitives": "^9.0.0",
44
+ "@atlaskit/theme": "^12.11.0",
45
+ "@atlaskit/tokens": "^1.53.0",
46
46
  "@babel/runtime": "^7.0.0",
47
47
  "@emotion/react": "^11.7.1"
48
48
  },