@atlaskit/lozenge 11.7.2 → 11.7.3
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.
|
@@ -1,5 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import {
|
|
2
|
+
type ASTPath,
|
|
3
|
+
type JSCodeshift,
|
|
4
|
+
type JSXAttribute,
|
|
5
|
+
type JSXElement,
|
|
6
|
+
} from 'jscodeshift';
|
|
7
|
+
import { type Collection } from 'jscodeshift/src/Collection';
|
|
3
8
|
|
|
4
9
|
import {
|
|
5
10
|
getDefaultSpecifier,
|
package/codemods/utils.tsx
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/lozenge",
|
|
3
|
-
"version": "11.7.
|
|
3
|
+
"version": "11.7.3",
|
|
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/"
|
|
@@ -40,9 +40,9 @@
|
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@atlaskit/codemod-utils": "^4.2.0",
|
|
43
|
-
"@atlaskit/primitives": "^
|
|
44
|
-
"@atlaskit/theme": "^12.
|
|
45
|
-
"@atlaskit/tokens": "^1.
|
|
43
|
+
"@atlaskit/primitives": "^7.0.0",
|
|
44
|
+
"@atlaskit/theme": "^12.9.0",
|
|
45
|
+
"@atlaskit/tokens": "^1.49.0",
|
|
46
46
|
"@babel/runtime": "^7.0.0",
|
|
47
47
|
"@emotion/react": "^11.7.1"
|
|
48
48
|
},
|
|
@@ -57,7 +57,6 @@
|
|
|
57
57
|
"@atlaskit/heading": "^2.3.0",
|
|
58
58
|
"@atlaskit/ssr": "*",
|
|
59
59
|
"@atlaskit/visual-regression": "*",
|
|
60
|
-
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
|
|
61
60
|
"@testing-library/react": "^12.1.5",
|
|
62
61
|
"jscodeshift": "^0.13.0",
|
|
63
62
|
"react-dom": "^16.8.0",
|
|
@@ -87,6 +86,5 @@
|
|
|
87
86
|
"deprecation": "no-deprecated-imports"
|
|
88
87
|
}
|
|
89
88
|
},
|
|
90
|
-
"homepage": "https://atlassian.design/components/lozenge/"
|
|
91
|
-
"prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1"
|
|
89
|
+
"homepage": "https://atlassian.design/components/lozenge/"
|
|
92
90
|
}
|