@atlaskit/lozenge 11.12.5 → 11.12.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,13 @@
1
1
  # @atlaskit/lozenge
2
2
 
3
+ ## 11.12.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [#103999](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/103999)
8
+ [`9f62ecec4d422`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9f62ecec4d422) -
9
+ Update dependencies.
10
+
3
11
  ## 11.12.5
4
12
 
5
13
  ### Patch Changes
@@ -115,6 +115,7 @@ var textStyles = (0, _react2.css)({
115
115
  lineHeight: '16px',
116
116
  overflow: 'hidden',
117
117
  textOverflow: 'ellipsis',
118
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
118
119
  textTransform: 'uppercase',
119
120
  whiteSpace: 'nowrap'
120
121
  });
@@ -108,6 +108,7 @@ const textStyles = css({
108
108
  lineHeight: '16px',
109
109
  overflow: 'hidden',
110
110
  textOverflow: 'ellipsis',
111
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
111
112
  textTransform: 'uppercase',
112
113
  whiteSpace: 'nowrap'
113
114
  });
@@ -108,6 +108,7 @@ var textStyles = css({
108
108
  lineHeight: '16px',
109
109
  overflow: 'hidden',
110
110
  textOverflow: 'ellipsis',
111
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
111
112
  textTransform: 'uppercase',
112
113
  whiteSpace: 'nowrap'
113
114
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/lozenge",
3
- "version": "11.12.5",
3
+ "version": "11.12.6",
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/"
@@ -43,7 +43,7 @@
43
43
  "@atlaskit/platform-feature-flags": "^0.3.0",
44
44
  "@atlaskit/primitives": "^13.3.0",
45
45
  "@atlaskit/theme": "^14.0.0",
46
- "@atlaskit/tokens": "^3.0.0",
46
+ "@atlaskit/tokens": "^3.1.0",
47
47
  "@babel/runtime": "^7.0.0",
48
48
  "@compiled/react": "^0.18.1",
49
49
  "@emotion/react": "^11.7.1"
@@ -62,8 +62,7 @@
62
62
  "@testing-library/react": "^12.1.5",
63
63
  "jscodeshift": "^0.13.0",
64
64
  "react-dom": "^16.8.0",
65
- "typescript": "~5.4.2",
66
- "wait-for-expect": "^1.2.0"
65
+ "typescript": "~5.4.2"
67
66
  },
68
67
  "techstack": {
69
68
  "@atlassian/frontend": {