@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 +6 -0
- package/dist/cjs/Lozenge/index.js +2 -0
- package/dist/cjs/compiled/index.js +1 -1
- package/dist/es2019/Lozenge/index.js +2 -0
- package/dist/es2019/compiled/index.js +1 -1
- package/dist/esm/Lozenge/index.js +2 -0
- package/dist/esm/compiled/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -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',
|
|
@@ -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',
|
|
@@ -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',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/lozenge",
|
|
3
|
-
"version": "11.12.
|
|
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": "^
|
|
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"
|