@atlaskit/lozenge 11.12.4 → 11.12.5

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,11 @@
1
1
  # @atlaskit/lozenge
2
2
 
3
+ ## 11.12.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 11.12.4
4
10
 
5
11
  ### Patch Changes
@@ -107,9 +107,11 @@ var styles = {
107
107
  };
108
108
  var textStyles = (0, _react2.css)({
109
109
  fontFamily: "var(--ds-font-family-body, ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
110
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
110
111
  fontSize: '11px',
111
112
  fontStyle: 'normal',
112
113
  fontWeight: "var(--ds-font-weight-bold, 700)",
114
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
113
115
  lineHeight: '16px',
114
116
  overflow: 'hidden',
115
117
  textOverflow: 'ellipsis',
@@ -1,4 +1,4 @@
1
- /* index.tsx generated by @compiled/babel-plugin v0.33.0 */
1
+ /* index.tsx generated by @compiled/babel-plugin v0.35.0 */
2
2
  "use strict";
3
3
 
4
4
  var _typeof = require("@babel/runtime/helpers/typeof");
@@ -100,9 +100,11 @@ const styles = {
100
100
  };
101
101
  const textStyles = css({
102
102
  fontFamily: "var(--ds-font-family-body, ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
103
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
103
104
  fontSize: '11px',
104
105
  fontStyle: 'normal',
105
106
  fontWeight: "var(--ds-font-weight-bold, 700)",
107
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
106
108
  lineHeight: '16px',
107
109
  overflow: 'hidden',
108
110
  textOverflow: 'ellipsis',
@@ -1,4 +1,4 @@
1
- /* index.tsx generated by @compiled/babel-plugin v0.33.0 */
1
+ /* index.tsx generated by @compiled/babel-plugin v0.35.0 */
2
2
  import "./index.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -100,9 +100,11 @@ var styles = {
100
100
  };
101
101
  var textStyles = css({
102
102
  fontFamily: "var(--ds-font-family-body, ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
103
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
103
104
  fontSize: '11px',
104
105
  fontStyle: 'normal',
105
106
  fontWeight: "var(--ds-font-weight-bold, 700)",
107
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
106
108
  lineHeight: '16px',
107
109
  overflow: 'hidden',
108
110
  textOverflow: 'ellipsis',
@@ -1,4 +1,4 @@
1
- /* index.tsx generated by @compiled/babel-plugin v0.33.0 */
1
+ /* index.tsx generated by @compiled/babel-plugin v0.35.0 */
2
2
  import "./index.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/lozenge",
3
- "version": "11.12.4",
3
+ "version": "11.12.5",
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": "^2.5.0",
46
+ "@atlaskit/tokens": "^3.0.0",
47
47
  "@babel/runtime": "^7.0.0",
48
48
  "@compiled/react": "^0.18.1",
49
49
  "@emotion/react": "^11.7.1"