@atlaskit/icon-lab 5.12.0 → 5.12.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 +17 -0
- package/dist/cjs/metadata-core.js +1 -314
- package/dist/cjs/migration-map.js +0 -2
- package/dist/es2019/metadata-core.js +1 -314
- package/dist/es2019/migration-map.js +0 -2
- package/dist/esm/metadata-core.js +1 -314
- package/dist/esm/migration-map.js +0 -2
- package/dist/types/metadata-core.d.ts +1 -6
- package/dist/types-ts4.5/metadata-core.d.ts +1 -6
- package/package.json +7 -8
|
@@ -2,7 +2,6 @@ var migrationMap = {
|
|
|
2
2
|
'bitbucket/builds': {
|
|
3
3
|
newIcon: {
|
|
4
4
|
name: 'roadmaps-plan',
|
|
5
|
-
type: 'core',
|
|
6
5
|
package: '@atlaskit/icon-lab'
|
|
7
6
|
},
|
|
8
7
|
sizeGuidance: {
|
|
@@ -15,7 +14,6 @@ var migrationMap = {
|
|
|
15
14
|
'bitbucket/forks': {
|
|
16
15
|
newIcon: {
|
|
17
16
|
name: 'roadmaps-service',
|
|
18
|
-
type: 'core',
|
|
19
17
|
package: '@atlaskit/icon-lab'
|
|
20
18
|
},
|
|
21
19
|
sizeGuidance: {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::3bf79e4e5b804e4c80a2e6bc819b14ee>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
interface metadata {
|
|
@@ -21,10 +21,6 @@ interface metadata {
|
|
|
21
21
|
* - 'multi-purpose' icons are designed for various use cases and don't have the same usage restrictions
|
|
22
22
|
*/
|
|
23
23
|
categorization: 'single-purpose' | 'multi-purpose';
|
|
24
|
-
/**
|
|
25
|
-
* The type of the icon - either a 16px 'core' icon, or a 12px 'utility' icon
|
|
26
|
-
*/
|
|
27
|
-
type: 'core' | 'utility';
|
|
28
24
|
/**
|
|
29
25
|
* Usage guidelines for the icon. For single-purpose icons,
|
|
30
26
|
*/
|
|
@@ -54,7 +50,6 @@ interface metadata {
|
|
|
54
50
|
*/
|
|
55
51
|
replacement?: {
|
|
56
52
|
name: string;
|
|
57
|
-
type: 'core' | 'utility';
|
|
58
53
|
location: '@atlaskit/icon' | '@atlaskit/icon-lab' | '@atlassian/icon-private';
|
|
59
54
|
};
|
|
60
55
|
/**
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::3bf79e4e5b804e4c80a2e6bc819b14ee>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
interface metadata {
|
|
@@ -21,10 +21,6 @@ interface metadata {
|
|
|
21
21
|
* - 'multi-purpose' icons are designed for various use cases and don't have the same usage restrictions
|
|
22
22
|
*/
|
|
23
23
|
categorization: 'single-purpose' | 'multi-purpose';
|
|
24
|
-
/**
|
|
25
|
-
* The type of the icon - either a 16px 'core' icon, or a 12px 'utility' icon
|
|
26
|
-
*/
|
|
27
|
-
type: 'core' | 'utility';
|
|
28
24
|
/**
|
|
29
25
|
* Usage guidelines for the icon. For single-purpose icons,
|
|
30
26
|
*/
|
|
@@ -54,7 +50,6 @@ interface metadata {
|
|
|
54
50
|
*/
|
|
55
51
|
replacement?: {
|
|
56
52
|
name: string;
|
|
57
|
-
type: 'core' | 'utility';
|
|
58
53
|
location: '@atlaskit/icon' | '@atlaskit/icon-lab' | '@atlassian/icon-private';
|
|
59
54
|
};
|
|
60
55
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/icon-lab",
|
|
3
|
-
"version": "5.12.
|
|
3
|
+
"version": "5.12.2",
|
|
4
4
|
"description": "An icon package for public icon contributions",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"build-glyphs": "ts-node --project ../../../tsconfig.node.json ./build/index.tsx"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@atlaskit/icon": "^
|
|
34
|
+
"@atlaskit/icon": "^29.0.0",
|
|
35
35
|
"@babel/runtime": "^7.0.0"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
@@ -42,13 +42,12 @@
|
|
|
42
42
|
"@af/visual-regression": "workspace:^",
|
|
43
43
|
"@atlaskit/button": "^23.6.0",
|
|
44
44
|
"@atlaskit/code": "^17.3.0",
|
|
45
|
-
"@atlaskit/ds-lib": "^5.2.0",
|
|
46
45
|
"@atlaskit/heading": "^5.2.0",
|
|
47
|
-
"@atlaskit/modal-dialog": "^14.
|
|
48
|
-
"@atlaskit/primitives": "^16.
|
|
49
|
-
"@atlaskit/textfield": "^8.
|
|
50
|
-
"@atlaskit/tokens": "^8.
|
|
51
|
-
"@atlaskit/tooltip": "^20.
|
|
46
|
+
"@atlaskit/modal-dialog": "^14.7.0",
|
|
47
|
+
"@atlaskit/primitives": "^16.4.0",
|
|
48
|
+
"@atlaskit/textfield": "^8.1.0",
|
|
49
|
+
"@atlaskit/tokens": "^8.4.0",
|
|
50
|
+
"@atlaskit/tooltip": "^20.11.0",
|
|
52
51
|
"@atlassian/ssr-tests": "workspace:^",
|
|
53
52
|
"@compiled/react": "^0.18.6",
|
|
54
53
|
"@testing-library/react": "^13.4.0",
|