@atlaskit/code 16.0.1 → 16.0.2
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
|
@@ -33,7 +33,7 @@ var decoration = (0, _react2.css)({
|
|
|
33
33
|
background: "var(--ds-background-warning, ".concat(_colors.Y75, ")"),
|
|
34
34
|
color: "var(--ds-text-warning, #7F5F01)",
|
|
35
35
|
content: '"<"attr(data-bidi-character-code)">"',
|
|
36
|
-
font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu,
|
|
36
|
+
font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
|
|
37
37
|
fontFamily: "var(--ds-font-family-code, ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace)",
|
|
38
38
|
fontStyle: 'normal',
|
|
39
39
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
@@ -25,7 +25,7 @@ const decoration = css({
|
|
|
25
25
|
background: `var(--ds-background-warning, ${Y75})`,
|
|
26
26
|
color: "var(--ds-text-warning, #7F5F01)",
|
|
27
27
|
content: '"<"attr(data-bidi-character-code)">"',
|
|
28
|
-
font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu,
|
|
28
|
+
font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
|
|
29
29
|
fontFamily: "var(--ds-font-family-code, ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace)",
|
|
30
30
|
fontStyle: 'normal',
|
|
31
31
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
@@ -25,7 +25,7 @@ var decoration = css({
|
|
|
25
25
|
background: "var(--ds-background-warning, ".concat(Y75, ")"),
|
|
26
26
|
color: "var(--ds-text-warning, #7F5F01)",
|
|
27
27
|
content: '"<"attr(data-bidi-character-code)">"',
|
|
28
|
-
font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu,
|
|
28
|
+
font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
|
|
29
29
|
fontFamily: "var(--ds-font-family-code, ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace)",
|
|
30
30
|
fontStyle: 'normal',
|
|
31
31
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/code",
|
|
3
|
-
"version": "16.0.
|
|
3
|
+
"version": "16.0.2",
|
|
4
4
|
"description": "Code highlights short strings of code snippets inline with body text.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@atlaskit/codemod-utils": "^4.2.0",
|
|
32
|
-
"@atlaskit/theme": "^
|
|
32
|
+
"@atlaskit/theme": "^18.0.0",
|
|
33
33
|
"@atlaskit/tokens": "^4.3.0",
|
|
34
34
|
"@atlaskit/tooltip": "^20.0.0",
|
|
35
35
|
"@atlaskit/visually-hidden": "^3.0.0",
|