@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
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/code
2
2
 
3
+ ## 16.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 16.0.1
4
10
 
5
11
  ### Patch Changes
@@ -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, system-ui, \"Helvetica Neue\", sans-serif)",
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, system-ui, \"Helvetica Neue\", sans-serif)",
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, system-ui, \"Helvetica Neue\", sans-serif)",
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.1",
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": "^17.0.0",
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",