@atlaskit/code 15.7.0 → 15.7.1
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,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type CodeBidiWarningProps } from './types';
|
|
3
3
|
/**
|
|
4
4
|
* __Bidi Warning__
|
|
@@ -8,4 +8,4 @@ import { type CodeBidiWarningProps } from './types';
|
|
|
8
8
|
*
|
|
9
9
|
* See https://hello.atlassian.net/wiki/spaces/PRODSEC/pages/1347434677/PSHELP-2943+Investigate+Trojan+Source+Attack+Vulnerability#1)-Providing-visual-cues-for-our-Customers-in-our-affected-products
|
|
10
10
|
*/
|
|
11
|
-
export default function BidiWarning({ testId, bidiCharacter, skipChildren, tooltipEnabled, label, }: CodeBidiWarningProps): JSX.Element;
|
|
11
|
+
export default function BidiWarning({ testId, bidiCharacter, skipChildren, tooltipEnabled, label, }: CodeBidiWarningProps): React.JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type CodeBidiWarningProps } from './types';
|
|
3
3
|
/**
|
|
4
4
|
* __Bidi Warning__
|
|
@@ -8,4 +8,4 @@ import { type CodeBidiWarningProps } from './types';
|
|
|
8
8
|
*
|
|
9
9
|
* See https://hello.atlassian.net/wiki/spaces/PRODSEC/pages/1347434677/PSHELP-2943+Investigate+Trojan+Source+Attack+Vulnerability#1)-Providing-visual-cues-for-our-Customers-in-our-affected-products
|
|
10
10
|
*/
|
|
11
|
-
export default function BidiWarning({ testId, bidiCharacter, skipChildren, tooltipEnabled, label, }: CodeBidiWarningProps): JSX.Element;
|
|
11
|
+
export default function BidiWarning({ testId, bidiCharacter, skipChildren, tooltipEnabled, label, }: CodeBidiWarningProps): React.JSX.Element;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/code",
|
|
3
|
-
"version": "15.7.
|
|
3
|
+
"version": "15.7.1",
|
|
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": "^15.0.0",
|
|
33
33
|
"@atlaskit/tokens": "^3.3.0",
|
|
34
34
|
"@atlaskit/tooltip": "^19.1.0",
|
|
35
35
|
"@atlaskit/visually-hidden": "^1.6.0",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@af/accessibility-testing": "*",
|
|
46
46
|
"@af/integration-testing": "*",
|
|
47
47
|
"@af/visual-regression": "*",
|
|
48
|
-
"@atlaskit/button": "^20.
|
|
48
|
+
"@atlaskit/button": "^20.5.0",
|
|
49
49
|
"@atlaskit/docs": "*",
|
|
50
50
|
"@atlaskit/ds-lib": "^3.5.0",
|
|
51
51
|
"@atlaskit/form": "^11.1.0",
|