@atlaskit/icon-lab 0.1.0
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 +45 -0
- package/README.md +18 -0
- package/UNSAFE_migration-map/package.json +15 -0
- package/build/index.tsx +47 -0
- package/core/coins.d.ts +14 -0
- package/core/coins.js +31 -0
- package/core/cross-octagon.d.ts +14 -0
- package/core/cross-octagon.js +31 -0
- package/core/editions.d.ts +14 -0
- package/core/editions.js +31 -0
- package/core/field-text.d.ts +14 -0
- package/core/field-text.js +31 -0
- package/core/highlight.d.ts +14 -0
- package/core/highlight.js +31 -0
- package/core/paint-brush.d.ts +14 -0
- package/core/paint-brush.js +31 -0
- package/core/paint-roller.d.ts +14 -0
- package/core/paint-roller.js +31 -0
- package/core/roadmaps-plan.d.ts +14 -0
- package/core/roadmaps-plan.js +31 -0
- package/core/roadmaps-service.d.ts +14 -0
- package/core/roadmaps-service.js +31 -0
- package/core/speedometer.d.ts +14 -0
- package/core/speedometer.js +31 -0
- package/core/takeout-container.d.ts +14 -0
- package/core/takeout-container.js +31 -0
- package/core/ticket.d.ts +14 -0
- package/core/ticket.js +31 -0
- package/core/vehicle-train.d.ts +14 -0
- package/core/vehicle-train.js +31 -0
- package/core/wallet.d.ts +14 -0
- package/core/wallet.js +31 -0
- package/core/wrench.d.ts +14 -0
- package/core/wrench.js +31 -0
- package/dist/cjs/entry-points/metadata.js +13 -0
- package/dist/cjs/index.js +13 -0
- package/dist/cjs/metadata-core.js +155 -0
- package/dist/cjs/migration-map.js +35 -0
- package/dist/es2019/entry-points/metadata.js +1 -0
- package/dist/es2019/index.js +1 -0
- package/dist/es2019/metadata-core.js +149 -0
- package/dist/es2019/migration-map.js +29 -0
- package/dist/esm/entry-points/metadata.js +1 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/metadata-core.js +149 -0
- package/dist/esm/migration-map.js +29 -0
- package/dist/types/entry-points/metadata.d.ts +1 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/metadata-core.d.ts +51 -0
- package/dist/types/migration-map.d.ts +3 -0
- package/dist/types-ts4.5/entry-points/metadata.d.ts +1 -0
- package/dist/types-ts4.5/index.d.ts +1 -0
- package/dist/types-ts4.5/metadata-core.d.ts +51 -0
- package/dist/types-ts4.5/migration-map.d.ts +3 -0
- package/metadata/package.json +15 -0
- package/package.json +89 -0
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
*
|
|
4
|
+
* To change the format of this file, modify `UNSAFE_createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
|
+
*
|
|
6
|
+
* @codegen <<SignedSource::5cdf67bfa1b09f0b2b18ce9fe05cffe6>>
|
|
7
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
8
|
+
*/
|
|
9
|
+
|
|
10
|
+
var metadata = {
|
|
11
|
+
coins: {
|
|
12
|
+
keywords: ['coins', 'icon', 'icon-lab', 'core', 'currency', 'money', 'loose change'],
|
|
13
|
+
componentName: 'CoinsIcon',
|
|
14
|
+
package: '@atlaskit/icon-lab/core/coins',
|
|
15
|
+
type: 'core',
|
|
16
|
+
categorization: 'multi-purpose',
|
|
17
|
+
usage: 'Multi purpose',
|
|
18
|
+
team: 'Design System Team'
|
|
19
|
+
},
|
|
20
|
+
'cross-octagon': {
|
|
21
|
+
keywords: ['cross-octagon', 'crossoctagon', 'icon', 'icon-lab', 'core', 'octagon', 'cross', 'stop', 'block'],
|
|
22
|
+
componentName: 'CrossOctagonIcon',
|
|
23
|
+
package: '@atlaskit/icon-lab/core/cross-octagon',
|
|
24
|
+
type: 'core',
|
|
25
|
+
categorization: 'multi-purpose',
|
|
26
|
+
usage: 'Multi purpose',
|
|
27
|
+
team: 'Design System Team'
|
|
28
|
+
},
|
|
29
|
+
editions: {
|
|
30
|
+
keywords: ['editions', 'icon', 'icon-lab', 'core', 'editions', 'gem', 'premium', 'diamond', 'precious stone'],
|
|
31
|
+
componentName: 'EditionsIcon',
|
|
32
|
+
package: '@atlaskit/icon-lab/core/editions',
|
|
33
|
+
type: 'core',
|
|
34
|
+
categorization: 'single-purpose',
|
|
35
|
+
usage: 'Single purpose - Reserved for representing premium features and functionality. Editions may replace the current premium sparkle icon.',
|
|
36
|
+
team: 'Design System Team'
|
|
37
|
+
},
|
|
38
|
+
'field-text': {
|
|
39
|
+
keywords: ['field-text', 'fieldtext', 'icon', 'icon-lab', 'core', 'text field', 'form', 'input', 'label', 'cursor'],
|
|
40
|
+
componentName: 'FieldTextIcon',
|
|
41
|
+
package: '@atlaskit/icon-lab/core/field-text',
|
|
42
|
+
type: 'core',
|
|
43
|
+
categorization: 'multi-purpose',
|
|
44
|
+
usage: 'Multi purpose',
|
|
45
|
+
team: 'Design System Team'
|
|
46
|
+
},
|
|
47
|
+
highlight: {
|
|
48
|
+
keywords: ['highlight', 'icon', 'icon-lab', 'core', 'highlight', 'highlighter', 'stabilo', 'pen'],
|
|
49
|
+
componentName: 'HighlightIcon',
|
|
50
|
+
package: '@atlaskit/icon-lab/core/highlight',
|
|
51
|
+
type: 'core',
|
|
52
|
+
categorization: 'single-purpose',
|
|
53
|
+
usage: 'Single purpose - Reserved for highlight text tool in Confluence Editor.',
|
|
54
|
+
team: 'Design System Team'
|
|
55
|
+
},
|
|
56
|
+
'paint-brush': {
|
|
57
|
+
keywords: ['paint-brush', 'paintbrush', 'icon', 'icon-lab', 'core', 'paint', 'brush', 'appearance'],
|
|
58
|
+
componentName: 'PaintBrushIcon',
|
|
59
|
+
package: '@atlaskit/icon-lab/core/paint-brush',
|
|
60
|
+
type: 'core',
|
|
61
|
+
categorization: 'multi-purpose',
|
|
62
|
+
usage: 'Multi purpose',
|
|
63
|
+
team: 'Design System Team'
|
|
64
|
+
},
|
|
65
|
+
'paint-roller': {
|
|
66
|
+
keywords: ['paint-roller', 'paintroller', 'icon', 'icon-lab', 'core', 'paint', 'roller', 'background'],
|
|
67
|
+
componentName: 'PaintRollerIcon',
|
|
68
|
+
package: '@atlaskit/icon-lab/core/paint-roller',
|
|
69
|
+
type: 'core',
|
|
70
|
+
categorization: 'multi-purpose',
|
|
71
|
+
usage: 'Multi purpose',
|
|
72
|
+
team: 'Design System Team'
|
|
73
|
+
},
|
|
74
|
+
'roadmaps-plan': {
|
|
75
|
+
keywords: ['roadmaps-plan', 'roadmapsplan', 'icon', 'icon-lab', 'core', 'roadmaps', 'roadmap', 'plan'],
|
|
76
|
+
componentName: 'RoadmapsPlanIcon',
|
|
77
|
+
package: '@atlaskit/icon-lab/core/roadmaps-plan',
|
|
78
|
+
oldName: ['bitbucket/builds'],
|
|
79
|
+
type: 'core',
|
|
80
|
+
categorization: 'single-purpose',
|
|
81
|
+
usage: 'Single purpose - Reserved for roadmaps plan.',
|
|
82
|
+
team: 'Design System Team'
|
|
83
|
+
},
|
|
84
|
+
'roadmaps-service': {
|
|
85
|
+
keywords: ['roadmaps-service', 'roadmapsservice', 'icon', 'icon-lab', 'core', 'roadmaps', 'service', 'roadmap'],
|
|
86
|
+
componentName: 'RoadmapsServiceIcon',
|
|
87
|
+
package: '@atlaskit/icon-lab/core/roadmaps-service',
|
|
88
|
+
oldName: ['bitbucket/forks'],
|
|
89
|
+
type: 'core',
|
|
90
|
+
categorization: 'single-purpose',
|
|
91
|
+
usage: 'Single purpose - Reserved for roadmaps service.',
|
|
92
|
+
team: 'Design System Team'
|
|
93
|
+
},
|
|
94
|
+
speedometer: {
|
|
95
|
+
keywords: ['speedometer', 'icon', 'icon-lab', 'core', 'dial', 'speed', 'performance'],
|
|
96
|
+
componentName: 'SpeedometerIcon',
|
|
97
|
+
package: '@atlaskit/icon-lab/core/speedometer',
|
|
98
|
+
type: 'core',
|
|
99
|
+
categorization: 'multi-purpose',
|
|
100
|
+
usage: 'Multi purpose',
|
|
101
|
+
team: 'Design System Team'
|
|
102
|
+
},
|
|
103
|
+
'takeout-container': {
|
|
104
|
+
keywords: ['takeout-container', 'takeoutcontainer', 'icon', 'icon-lab', 'core', 'takeaway', 'takeout', 'food'],
|
|
105
|
+
componentName: 'TakeoutContainerIcon',
|
|
106
|
+
package: '@atlaskit/icon-lab/core/takeout-container',
|
|
107
|
+
type: 'core',
|
|
108
|
+
categorization: 'multi-purpose',
|
|
109
|
+
usage: 'Multi purpose - Known usages: Alternative option for food emoji category.',
|
|
110
|
+
team: 'Design System Team'
|
|
111
|
+
},
|
|
112
|
+
ticket: {
|
|
113
|
+
keywords: ['ticket', 'icon', 'icon-lab', 'core', 'ticket', 'stub'],
|
|
114
|
+
componentName: 'TicketIcon',
|
|
115
|
+
package: '@atlaskit/icon-lab/core/ticket',
|
|
116
|
+
type: 'core',
|
|
117
|
+
categorization: 'multi-purpose',
|
|
118
|
+
usage: 'Multi purpose',
|
|
119
|
+
team: 'Design System Team'
|
|
120
|
+
},
|
|
121
|
+
'vehicle-train': {
|
|
122
|
+
keywords: ['vehicle-train', 'vehicletrain', 'icon', 'icon-lab', 'core', 'car', 'transportation', 'vehicle'],
|
|
123
|
+
componentName: 'VehicleTrainIcon',
|
|
124
|
+
package: '@atlaskit/icon-lab/core/vehicle-train',
|
|
125
|
+
type: 'core',
|
|
126
|
+
categorization: 'multi-purpose',
|
|
127
|
+
usage: 'Multi purpose - Known usages: Alternative option for transport emoji category.',
|
|
128
|
+
team: 'Design System Team'
|
|
129
|
+
},
|
|
130
|
+
wallet: {
|
|
131
|
+
keywords: ['wallet', 'icon', 'icon-lab', 'core', 'wallet', 'money', 'sales', 'payment'],
|
|
132
|
+
componentName: 'WalletIcon',
|
|
133
|
+
package: '@atlaskit/icon-lab/core/wallet',
|
|
134
|
+
type: 'core',
|
|
135
|
+
categorization: 'multi-purpose',
|
|
136
|
+
usage: 'Multi purpose',
|
|
137
|
+
team: 'Design System Team'
|
|
138
|
+
},
|
|
139
|
+
wrench: {
|
|
140
|
+
keywords: ['wrench', 'icon', 'icon-lab', 'core', 'tool', 'wrench', 'spanner'],
|
|
141
|
+
componentName: 'WrenchIcon',
|
|
142
|
+
package: '@atlaskit/icon-lab/core/wrench',
|
|
143
|
+
type: 'core',
|
|
144
|
+
categorization: 'multi-purpose',
|
|
145
|
+
usage: 'Multi purpose',
|
|
146
|
+
team: 'Design System Team'
|
|
147
|
+
}
|
|
148
|
+
};
|
|
149
|
+
export default metadata;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
var migrationMap = {
|
|
2
|
+
'bitbucket/builds': {
|
|
3
|
+
newIcon: {
|
|
4
|
+
name: 'roadmaps-plan',
|
|
5
|
+
type: 'core',
|
|
6
|
+
package: '@atlaskit/icon-lab'
|
|
7
|
+
},
|
|
8
|
+
sizeGuidance: {
|
|
9
|
+
small: 'swap',
|
|
10
|
+
medium: 'swap',
|
|
11
|
+
large: 'icon-tile',
|
|
12
|
+
xlarge: 'icon-tile'
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
'bitbucket/forks': {
|
|
16
|
+
newIcon: {
|
|
17
|
+
name: 'roadmaps-service',
|
|
18
|
+
type: 'core',
|
|
19
|
+
package: '@atlaskit/icon-lab'
|
|
20
|
+
},
|
|
21
|
+
sizeGuidance: {
|
|
22
|
+
small: 'swap',
|
|
23
|
+
medium: 'swap',
|
|
24
|
+
large: 'icon-tile',
|
|
25
|
+
xlarge: 'icon-tile'
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
};
|
|
29
|
+
export default migrationMap;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from '../metadata-core';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as metadata } from './entry-points/metadata';
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
*
|
|
4
|
+
* To change the format of this file, modify `UNSAFE_createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
|
+
*
|
|
6
|
+
* @codegen <<SignedSource::5cdf67bfa1b09f0b2b18ce9fe05cffe6>>
|
|
7
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
8
|
+
*/
|
|
9
|
+
interface metadata {
|
|
10
|
+
/**
|
|
11
|
+
* Default component name for the icon
|
|
12
|
+
*/
|
|
13
|
+
componentName: string;
|
|
14
|
+
/**
|
|
15
|
+
* Package path to the icon component
|
|
16
|
+
*/
|
|
17
|
+
package: string;
|
|
18
|
+
/**
|
|
19
|
+
* The category of the icon:
|
|
20
|
+
* - 'single-purpose' icons should only be used for the purposes listed in the 'usage' field
|
|
21
|
+
* - 'multi-purpose' icons are designed for various use cases and don't have the same usage restrictions
|
|
22
|
+
* - 'utility' icons are used for utility purposes
|
|
23
|
+
*/
|
|
24
|
+
categorization: 'single-purpose' | 'multi-purpose' | 'utility';
|
|
25
|
+
/**
|
|
26
|
+
* The type of the icon - either a 16px 'core' icon, or a 12px 'utility' icon
|
|
27
|
+
*/
|
|
28
|
+
type: 'core' | 'utility';
|
|
29
|
+
/**
|
|
30
|
+
* Usage guidelines for the icon. For single-purpose icons,
|
|
31
|
+
*/
|
|
32
|
+
usage?: string;
|
|
33
|
+
/**
|
|
34
|
+
* Additional keywords used to assist in search/lookup of an icon
|
|
35
|
+
*/
|
|
36
|
+
keywords: string[];
|
|
37
|
+
/**
|
|
38
|
+
* The name of the team owning the icon
|
|
39
|
+
*/
|
|
40
|
+
team: string;
|
|
41
|
+
/**
|
|
42
|
+
* Contact slack channel for the team owning the icon
|
|
43
|
+
*/
|
|
44
|
+
slackChannel?: string;
|
|
45
|
+
/**
|
|
46
|
+
* A list of keys for old icons that have been replaced by this icon
|
|
47
|
+
*/
|
|
48
|
+
oldName?: string[];
|
|
49
|
+
}
|
|
50
|
+
declare const metadata: Record<string, metadata>;
|
|
51
|
+
export default metadata;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from '../metadata-core';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as metadata } from './entry-points/metadata';
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
*
|
|
4
|
+
* To change the format of this file, modify `UNSAFE_createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
|
+
*
|
|
6
|
+
* @codegen <<SignedSource::5cdf67bfa1b09f0b2b18ce9fe05cffe6>>
|
|
7
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
8
|
+
*/
|
|
9
|
+
interface metadata {
|
|
10
|
+
/**
|
|
11
|
+
* Default component name for the icon
|
|
12
|
+
*/
|
|
13
|
+
componentName: string;
|
|
14
|
+
/**
|
|
15
|
+
* Package path to the icon component
|
|
16
|
+
*/
|
|
17
|
+
package: string;
|
|
18
|
+
/**
|
|
19
|
+
* The category of the icon:
|
|
20
|
+
* - 'single-purpose' icons should only be used for the purposes listed in the 'usage' field
|
|
21
|
+
* - 'multi-purpose' icons are designed for various use cases and don't have the same usage restrictions
|
|
22
|
+
* - 'utility' icons are used for utility purposes
|
|
23
|
+
*/
|
|
24
|
+
categorization: 'single-purpose' | 'multi-purpose' | 'utility';
|
|
25
|
+
/**
|
|
26
|
+
* The type of the icon - either a 16px 'core' icon, or a 12px 'utility' icon
|
|
27
|
+
*/
|
|
28
|
+
type: 'core' | 'utility';
|
|
29
|
+
/**
|
|
30
|
+
* Usage guidelines for the icon. For single-purpose icons,
|
|
31
|
+
*/
|
|
32
|
+
usage?: string;
|
|
33
|
+
/**
|
|
34
|
+
* Additional keywords used to assist in search/lookup of an icon
|
|
35
|
+
*/
|
|
36
|
+
keywords: string[];
|
|
37
|
+
/**
|
|
38
|
+
* The name of the team owning the icon
|
|
39
|
+
*/
|
|
40
|
+
team: string;
|
|
41
|
+
/**
|
|
42
|
+
* Contact slack channel for the team owning the icon
|
|
43
|
+
*/
|
|
44
|
+
slackChannel?: string;
|
|
45
|
+
/**
|
|
46
|
+
* A list of keys for old icons that have been replaced by this icon
|
|
47
|
+
*/
|
|
48
|
+
oldName?: string[];
|
|
49
|
+
}
|
|
50
|
+
declare const metadata: Record<string, metadata>;
|
|
51
|
+
export default metadata;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/icon-lab/metadata",
|
|
3
|
+
"main": "../dist/cjs/entry-points/metadata.js",
|
|
4
|
+
"module": "../dist/esm/entry-points/metadata.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/entry-points/metadata.js",
|
|
6
|
+
"sideEffects": false,
|
|
7
|
+
"types": "../dist/types/entry-points/metadata.d.ts",
|
|
8
|
+
"typesVersions": {
|
|
9
|
+
">=4.5 <5.4": {
|
|
10
|
+
"*": [
|
|
11
|
+
"../dist/types-ts4.5/entry-points/metadata.d.ts"
|
|
12
|
+
]
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
}
|
package/package.json
ADDED
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/icon-lab",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "An icon package for public icon contributions",
|
|
5
|
+
"publishConfig": {
|
|
6
|
+
"registry": "https://registry.npmjs.org/"
|
|
7
|
+
},
|
|
8
|
+
"repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
|
|
9
|
+
"author": "Atlassian Pty Ltd",
|
|
10
|
+
"license": "Apache-2.0",
|
|
11
|
+
"main": "dist/cjs/index.js",
|
|
12
|
+
"module": "dist/esm/index.js",
|
|
13
|
+
"module:es2019": "dist/es2019/index.js",
|
|
14
|
+
"types": "dist/types/index.d.ts",
|
|
15
|
+
"sideEffects": false,
|
|
16
|
+
"atlaskit:src": "src/index.tsx",
|
|
17
|
+
"atlassian": {
|
|
18
|
+
"team": "Design System Team",
|
|
19
|
+
"productPushConsumption": [
|
|
20
|
+
"jira"
|
|
21
|
+
],
|
|
22
|
+
"releaseModel": "continuous",
|
|
23
|
+
"website": {
|
|
24
|
+
"name": "Icon",
|
|
25
|
+
"category": "Components"
|
|
26
|
+
},
|
|
27
|
+
"runReact18": true
|
|
28
|
+
},
|
|
29
|
+
"scripts": {
|
|
30
|
+
"build-glyphs": "ts-node --project ../../../tsconfig.node.json ./build/index.tsx"
|
|
31
|
+
},
|
|
32
|
+
"dependencies": {
|
|
33
|
+
"@atlaskit/icon": "^22.16.0",
|
|
34
|
+
"@babel/runtime": "^7.0.0"
|
|
35
|
+
},
|
|
36
|
+
"peerDependencies": {
|
|
37
|
+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
|
38
|
+
},
|
|
39
|
+
"devDependencies": {
|
|
40
|
+
"@af/icon-build-process": "^2.1.0",
|
|
41
|
+
"@af/integration-testing": "*",
|
|
42
|
+
"@af/visual-regression": "*",
|
|
43
|
+
"@atlaskit/ds-lib": "^2.5.0",
|
|
44
|
+
"@atlaskit/ssr": "*",
|
|
45
|
+
"@testing-library/react": "^12.1.5",
|
|
46
|
+
"fs-extra": "^4.0.2",
|
|
47
|
+
"pkg-dir": "^4.2.0",
|
|
48
|
+
"react-dom": "^16.8.0",
|
|
49
|
+
"ts-node": "^10.9.1",
|
|
50
|
+
"typescript": "~5.4.2",
|
|
51
|
+
"wait-for-expect": "^1.2.0"
|
|
52
|
+
},
|
|
53
|
+
"keywords": [
|
|
54
|
+
"atlaskit",
|
|
55
|
+
"ui"
|
|
56
|
+
],
|
|
57
|
+
"techstack": {
|
|
58
|
+
"@repo/internal": {
|
|
59
|
+
"dom-events": "use-bind-event-listener",
|
|
60
|
+
"design-system": "v1",
|
|
61
|
+
"styling": [
|
|
62
|
+
"static",
|
|
63
|
+
"emotion"
|
|
64
|
+
],
|
|
65
|
+
"ui-components": "lite-mode",
|
|
66
|
+
"analytics": "analytics-next",
|
|
67
|
+
"design-tokens": [
|
|
68
|
+
"color",
|
|
69
|
+
"spacing"
|
|
70
|
+
],
|
|
71
|
+
"deprecation": "no-deprecated-imports"
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
"typesVersions": {
|
|
75
|
+
">=4.5 <5.4": {
|
|
76
|
+
"*": [
|
|
77
|
+
"dist/types-ts4.5/*",
|
|
78
|
+
"dist/types-ts4.5/index.d.ts"
|
|
79
|
+
]
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
"af:exports": {
|
|
83
|
+
"./metadata": "./src/entry-points/metadata.tsx",
|
|
84
|
+
"./UNSAFE_migration-map": "./src/migration-map.tsx",
|
|
85
|
+
"./core": "./core",
|
|
86
|
+
".": "./src/index.tsx"
|
|
87
|
+
},
|
|
88
|
+
"homepage": "https://atlaskit.atlassian.com/packages/design-system/icon-lab"
|
|
89
|
+
}
|