@atlaskit/code 14.6.5 → 14.6.7

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,18 @@
1
1
  # @atlaskit/code
2
2
 
3
+ ## 14.6.7
4
+
5
+ ### Patch Changes
6
+
7
+ - [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
8
+ - Updated dependencies
9
+
10
+ ## 14.6.6
11
+
12
+ ### Patch Changes
13
+
14
+ - [`4ae083a7e66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ae083a7e66) - Use `@af/accessibility-testing` for default jest-axe config and jest-axe import in accessibility testing.
15
+
3
16
  ## 14.6.5
4
17
 
5
18
  ### Patch Changes
@@ -11,7 +11,7 @@ import { token } from '@atlaskit/tokens';
11
11
 
12
12
  // Applies styles to nested links within banner messages.
13
13
  const nestedLinkStyles = css({
14
- // eslint-disable-next-line @repo/internal/styles/no-nested-styles
14
+ // eslint-disable-next-line @atlaskit/design-system/no-nested-styles
15
15
  'a, a:visited, a:hover, a:focus, a:active': {
16
16
  color: 'currentColor',
17
17
  textDecoration: 'underline',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/code",
3
- "version": "14.6.5",
3
+ "version": "14.6.7",
4
4
  "description": "Code highlights short strings of code snippets inline with body text.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -12,14 +12,6 @@
12
12
  "module": "dist/esm/index.js",
13
13
  "module:es2019": "dist/es2019/index.js",
14
14
  "types": "dist/types/index.d.ts",
15
- "typesVersions": {
16
- ">=4.5 <4.9": {
17
- "*": [
18
- "dist/types-ts4.5/*",
19
- "dist/types-ts4.5/index.d.ts"
20
- ]
21
- }
22
- },
23
15
  "sideEffects": false,
24
16
  "atlaskit:src": "src/index.tsx",
25
17
  "atlassian": {
@@ -36,7 +28,7 @@
36
28
  "dependencies": {
37
29
  "@atlaskit/codemod-utils": "^4.2.0",
38
30
  "@atlaskit/theme": "^12.5.0",
39
- "@atlaskit/tokens": "^1.11.0",
31
+ "@atlaskit/tokens": "^1.15.0",
40
32
  "@atlaskit/tooltip": "^17.8.0",
41
33
  "@atlaskit/visually-hidden": "^1.2.0",
42
34
  "@babel/runtime": "^7.0.0",
@@ -48,8 +40,8 @@
48
40
  "react": "^16.8.0"
49
41
  },
50
42
  "devDependencies": {
51
- "@atlaskit/docs": "^9.1.0",
52
- "@atlaskit/ds-explorations": "^2.2.0",
43
+ "@af/accessibility-testing": "*",
44
+ "@af/visual-regression": "*",
53
45
  "@atlaskit/ds-lib": "^2.2.0",
54
46
  "@atlaskit/ssr": "*",
55
47
  "@atlaskit/visual-regression": "*",
@@ -59,7 +51,6 @@
59
51
  "@types/jscodeshift": "^0.11.0",
60
52
  "@types/refractor": "^3.0.2",
61
53
  "color-contrast-checker": "^1.5.0",
62
- "jest-axe": "^4.0.0",
63
54
  "jscodeshift": "^0.13.0",
64
55
  "prismjs": "^1.25.0",
65
56
  "react-dom": "^16.8.0",
@@ -70,15 +61,6 @@
70
61
  "react",
71
62
  "ui"
72
63
  ],
73
- "af:exports": {
74
- "./types": "./src/entry-points/types.tsx",
75
- ".": "./src/index.tsx",
76
- "./bidi-warning": "./src/bidi-warning/index.tsx",
77
- "./bidi-warning-decorator": "./src/bidi-warning/bidi-warning-decorator.tsx",
78
- "./block": "./src/entry-points/block.tsx",
79
- "./inline": "./src/entry-points/inline.tsx",
80
- "./constants": "./src/entry-points/constants.tsx"
81
- },
82
64
  "techstack": {
83
65
  "@atlassian/frontend": {
84
66
  "import-structure": "atlassian-conventions"
@@ -105,6 +87,23 @@
105
87
  ]
106
88
  }
107
89
  },
90
+ "typesVersions": {
91
+ ">=4.5 <4.9": {
92
+ "*": [
93
+ "dist/types-ts4.5/*",
94
+ "dist/types-ts4.5/index.d.ts"
95
+ ]
96
+ }
97
+ },
98
+ "af:exports": {
99
+ "./types": "./src/entry-points/types.tsx",
100
+ ".": "./src/index.tsx",
101
+ "./bidi-warning": "./src/bidi-warning/index.tsx",
102
+ "./bidi-warning-decorator": "./src/bidi-warning/bidi-warning-decorator.tsx",
103
+ "./block": "./src/entry-points/block.tsx",
104
+ "./inline": "./src/entry-points/inline.tsx",
105
+ "./constants": "./src/entry-points/constants.tsx"
106
+ },
108
107
  "homepage": "https://atlassian.design/components/code/",
109
108
  "prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1"
110
109
  }
@@ -1,5 +0,0 @@
1
- {
2
- "name": "@atlaskit/code",
3
- "version": "14.6.5",
4
- "sideEffects": false
5
- }
@@ -1,5 +0,0 @@
1
- {
2
- "name": "@atlaskit/code",
3
- "version": "14.6.5",
4
- "sideEffects": false
5
- }
@@ -1,5 +0,0 @@
1
- {
2
- "name": "@atlaskit/code",
3
- "version": "14.6.5",
4
- "sideEffects": false
5
- }