@atlaskit/icon-lab 0.2.0 → 1.0.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.
Files changed (43) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/core/book-open.d.ts +15 -0
  3. package/core/{highlight.js → book-open.js} +9 -9
  4. package/core/coins.d.ts +5 -4
  5. package/core/coins.js +2 -2
  6. package/core/cross-octagon.d.ts +5 -4
  7. package/core/cross-octagon.js +2 -2
  8. package/core/editions.d.ts +5 -4
  9. package/core/editions.js +4 -4
  10. package/core/field-text.d.ts +5 -4
  11. package/core/field-text.js +2 -2
  12. package/core/lozenge.d.ts +15 -0
  13. package/core/{status.js → lozenge.js} +6 -6
  14. package/core/paint-brush.d.ts +5 -4
  15. package/core/paint-brush.js +2 -2
  16. package/core/paint-roller.d.ts +5 -4
  17. package/core/paint-roller.js +2 -2
  18. package/core/roadmaps-plan.d.ts +5 -4
  19. package/core/roadmaps-plan.js +3 -3
  20. package/core/roadmaps-service.d.ts +5 -4
  21. package/core/roadmaps-service.js +3 -3
  22. package/core/speedometer.d.ts +5 -4
  23. package/core/speedometer.js +2 -2
  24. package/core/takeout-container.d.ts +5 -4
  25. package/core/takeout-container.js +3 -3
  26. package/core/ticket.d.ts +5 -4
  27. package/core/ticket.js +2 -2
  28. package/core/vehicle-train.d.ts +5 -4
  29. package/core/vehicle-train.js +3 -3
  30. package/core/vulnerability.d.ts +15 -0
  31. package/core/vulnerability.js +31 -0
  32. package/core/wallet.d.ts +5 -4
  33. package/core/wallet.js +2 -2
  34. package/core/wrench.d.ts +5 -4
  35. package/core/wrench.js +2 -2
  36. package/dist/cjs/metadata-core.js +42 -33
  37. package/dist/es2019/metadata-core.js +42 -33
  38. package/dist/esm/metadata-core.js +42 -33
  39. package/dist/types/metadata-core.d.ts +1 -1
  40. package/dist/types-ts4.5/metadata-core.d.ts +1 -1
  41. package/package.json +3 -3
  42. package/core/highlight.d.ts +0 -14
  43. package/core/status.d.ts +0 -14
@@ -3,13 +3,22 @@
3
3
  *
4
4
  * To change the format of this file, modify `UNSAFE_createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
5
5
  *
6
- * @codegen <<SignedSource::2d16b88a415798c547f1c341061067bd>>
6
+ * @codegen <<SignedSource::fb64e80f33776bd1206895e95a86eaa6>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
 
10
10
  var metadata = {
11
+ 'book-open': {
12
+ keywords: ['book-open', 'bookopen', 'icon', 'icon-lab', 'core', 'book', 'knowledgebase article'],
13
+ componentName: 'BookOpenIcon',
14
+ package: '@atlaskit/icon-lab/core/book-open',
15
+ type: 'core',
16
+ categorization: 'multi-purpose',
17
+ usage: 'Known uses: None',
18
+ team: 'Design System Team'
19
+ },
11
20
  coins: {
12
- keywords: ['coins', 'icon', 'icon-lab', 'core', 'currency', 'money', 'loose change'],
21
+ keywords: ['coins', 'icon', 'icon-lab', 'core', 'money', 'loose change', 'currency'],
13
22
  componentName: 'CoinsIcon',
14
23
  package: '@atlaskit/icon-lab/core/coins',
15
24
  type: 'core',
@@ -18,7 +27,7 @@ var metadata = {
18
27
  team: 'Design System Team'
19
28
  },
20
29
  'cross-octagon': {
21
- keywords: ['cross-octagon', 'crossoctagon', 'icon', 'icon-lab', 'core', 'octagon', 'cross', 'stop', 'block'],
30
+ keywords: ['cross-octagon', 'crossoctagon', 'icon', 'icon-lab', 'core', 'cross', 'stop', 'block', 'octagon'],
22
31
  componentName: 'CrossOctagonIcon',
23
32
  package: '@atlaskit/icon-lab/core/cross-octagon',
24
33
  type: 'core',
@@ -27,16 +36,16 @@ var metadata = {
27
36
  team: 'Design System Team'
28
37
  },
29
38
  editions: {
30
- keywords: ['editions', 'icon', 'icon-lab', 'core', 'editions', 'gem', 'premium', 'diamond', 'precious stone'],
39
+ keywords: ['editions', 'icon', 'icon-lab', 'core', 'gem', 'premium', 'diamond', 'precious stone', 'editions'],
31
40
  componentName: 'EditionsIcon',
32
41
  package: '@atlaskit/icon-lab/core/editions',
33
42
  type: 'core',
34
43
  categorization: 'single-purpose',
35
- usage: 'Single purpose - Reserved for representing premium features and functionality. Editions may replace the current premium sparkle icon.',
44
+ usage: 'Reserved for representing premium features and functionality. Editions may replace the current premium sparkle icon.',
36
45
  team: 'Design System Team'
37
46
  },
38
47
  'field-text': {
39
- keywords: ['field-text', 'fieldtext', 'icon', 'icon-lab', 'core', 'text field', 'form', 'input', 'label', 'cursor'],
48
+ keywords: ['field-text', 'fieldtext', 'icon', 'icon-lab', 'core', 'form', 'input', 'label', 'cursor', 'text field'],
40
49
  componentName: 'FieldTextIcon',
41
50
  package: '@atlaskit/icon-lab/core/field-text',
42
51
  type: 'core',
@@ -44,17 +53,17 @@ var metadata = {
44
53
  usage: 'Multi purpose',
45
54
  team: 'Design System Team'
46
55
  },
47
- highlight: {
48
- keywords: ['highlight', 'icon', 'icon-lab', 'core', 'highlight', 'highlighter', 'stabilo', 'pen'],
49
- componentName: 'HighlightIcon',
50
- package: '@atlaskit/icon-lab/core/highlight',
56
+ lozenge: {
57
+ keywords: ['lozenge', 'icon', 'icon-lab', 'core', 'insert', 'status', 'badge'],
58
+ componentName: 'LozengeIcon',
59
+ package: '@atlaskit/icon-lab/core/lozenge',
51
60
  type: 'core',
52
61
  categorization: 'single-purpose',
53
- usage: 'Single purpose - Reserved for highlight text tool in Confluence Editor.',
54
- team: 'Design System Team'
62
+ usage: 'Reserved for inserting status lozenges in Editor.',
63
+ team: 'Editor'
55
64
  },
56
65
  'paint-brush': {
57
- keywords: ['paint-brush', 'paintbrush', 'icon', 'icon-lab', 'core', 'paint', 'brush', 'appearance'],
66
+ keywords: ['paint-brush', 'paintbrush', 'icon', 'icon-lab', 'core', 'brush', 'appearance', 'paint'],
58
67
  componentName: 'PaintBrushIcon',
59
68
  package: '@atlaskit/icon-lab/core/paint-brush',
60
69
  type: 'core',
@@ -63,7 +72,7 @@ var metadata = {
63
72
  team: 'Design System Team'
64
73
  },
65
74
  'paint-roller': {
66
- keywords: ['paint-roller', 'paintroller', 'icon', 'icon-lab', 'core', 'paint', 'roller', 'background'],
75
+ keywords: ['paint-roller', 'paintroller', 'icon', 'icon-lab', 'core', 'roller', 'background', 'paint'],
67
76
  componentName: 'PaintRollerIcon',
68
77
  package: '@atlaskit/icon-lab/core/paint-roller',
69
78
  type: 'core',
@@ -78,7 +87,7 @@ var metadata = {
78
87
  oldName: ['bitbucket/builds'],
79
88
  type: 'core',
80
89
  categorization: 'single-purpose',
81
- usage: 'Single purpose - Reserved for roadmaps plan.',
90
+ usage: 'Reserved for roadmaps plan.',
82
91
  team: 'Design System Team'
83
92
  },
84
93
  'roadmaps-service': {
@@ -88,11 +97,11 @@ var metadata = {
88
97
  oldName: ['bitbucket/forks'],
89
98
  type: 'core',
90
99
  categorization: 'single-purpose',
91
- usage: 'Single purpose - Reserved for roadmaps service.',
100
+ usage: 'Reserved for roadmaps service.',
92
101
  team: 'Design System Team'
93
102
  },
94
103
  speedometer: {
95
- keywords: ['speedometer', 'icon', 'icon-lab', 'core', 'dial', 'speed', 'performance'],
104
+ keywords: ['speedometer', 'icon', 'icon-lab', 'core', 'speed', 'performance', 'dial'],
96
105
  componentName: 'SpeedometerIcon',
97
106
  package: '@atlaskit/icon-lab/core/speedometer',
98
107
  type: 'core',
@@ -100,26 +109,17 @@ var metadata = {
100
109
  usage: 'Multi purpose',
101
110
  team: 'Design System Team'
102
111
  },
103
- status: {
104
- keywords: ['status', 'icon', 'icon-lab', 'core', 'insert', 'status', 'badge'],
105
- componentName: 'StatusIcon',
106
- package: '@atlaskit/icon-lab/core/status',
107
- type: 'core',
108
- categorization: 'single-purpose',
109
- usage: 'Reserved for inserting status lozenges in Editor.',
110
- team: 'Editor'
111
- },
112
112
  'takeout-container': {
113
- keywords: ['takeout-container', 'takeoutcontainer', 'icon', 'icon-lab', 'core', 'takeaway', 'takeout', 'food'],
113
+ keywords: ['takeout-container', 'takeoutcontainer', 'icon', 'icon-lab', 'core', 'takeout', 'food', 'takeaway'],
114
114
  componentName: 'TakeoutContainerIcon',
115
115
  package: '@atlaskit/icon-lab/core/takeout-container',
116
116
  type: 'core',
117
117
  categorization: 'multi-purpose',
118
- usage: 'Multi purpose - Known usages: Alternative option for food emoji category.',
118
+ usage: 'Known usages: Alternative option for food emoji category.',
119
119
  team: 'Design System Team'
120
120
  },
121
121
  ticket: {
122
- keywords: ['ticket', 'icon', 'icon-lab', 'core', 'ticket', 'stub'],
122
+ keywords: ['ticket', 'icon', 'icon-lab', 'core', 'stub', 'ticket'],
123
123
  componentName: 'TicketIcon',
124
124
  package: '@atlaskit/icon-lab/core/ticket',
125
125
  type: 'core',
@@ -128,16 +128,25 @@ var metadata = {
128
128
  team: 'Design System Team'
129
129
  },
130
130
  'vehicle-train': {
131
- keywords: ['vehicle-train', 'vehicletrain', 'icon', 'icon-lab', 'core', 'car', 'transportation', 'vehicle'],
131
+ keywords: ['vehicle-train', 'vehicletrain', 'icon', 'icon-lab', 'core', 'transportation', 'vehicle', 'car'],
132
132
  componentName: 'VehicleTrainIcon',
133
133
  package: '@atlaskit/icon-lab/core/vehicle-train',
134
134
  type: 'core',
135
135
  categorization: 'multi-purpose',
136
- usage: 'Multi purpose - Known usages: Alternative option for transport emoji category.',
136
+ usage: 'Known usages: Alternative option for transport emoji category.',
137
137
  team: 'Design System Team'
138
138
  },
139
+ vulnerability: {
140
+ keywords: ['vulnerability', 'icon', 'icon-lab', 'core', 'vulnerability', 'security', 'alert', 'warning'],
141
+ componentName: 'VulnerabilityIcon',
142
+ package: '@atlaskit/icon-lab/core/vulnerability',
143
+ type: 'core',
144
+ categorization: 'single-purpose',
145
+ usage: 'Reserved for security vulnerabilities.',
146
+ team: 'Automation'
147
+ },
139
148
  wallet: {
140
- keywords: ['wallet', 'icon', 'icon-lab', 'core', 'wallet', 'money', 'sales', 'payment'],
149
+ keywords: ['wallet', 'icon', 'icon-lab', 'core', 'money', 'sales', 'payment', 'wallet'],
141
150
  componentName: 'WalletIcon',
142
151
  package: '@atlaskit/icon-lab/core/wallet',
143
152
  type: 'core',
@@ -146,7 +155,7 @@ var metadata = {
146
155
  team: 'Design System Team'
147
156
  },
148
157
  wrench: {
149
- keywords: ['wrench', 'icon', 'icon-lab', 'core', 'tool', 'wrench', 'spanner'],
158
+ keywords: ['wrench', 'icon', 'icon-lab', 'core', 'wrench', 'spanner', 'tool'],
150
159
  componentName: 'WrenchIcon',
151
160
  package: '@atlaskit/icon-lab/core/wrench',
152
161
  type: 'core',
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * To change the format of this file, modify `UNSAFE_createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
5
5
  *
6
- * @codegen <<SignedSource::2d16b88a415798c547f1c341061067bd>>
6
+ * @codegen <<SignedSource::fb64e80f33776bd1206895e95a86eaa6>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
  interface metadata {
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * To change the format of this file, modify `UNSAFE_createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
5
5
  *
6
- * @codegen <<SignedSource::2d16b88a415798c547f1c341061067bd>>
6
+ * @codegen <<SignedSource::fb64e80f33776bd1206895e95a86eaa6>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
  interface metadata {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/icon-lab",
3
- "version": "0.2.0",
3
+ "version": "1.0.1",
4
4
  "description": "An icon package for public icon contributions",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -30,7 +30,7 @@
30
30
  "build-glyphs": "ts-node --project ../../../tsconfig.node.json ./build/index.tsx"
31
31
  },
32
32
  "dependencies": {
33
- "@atlaskit/icon": "^22.18.0",
33
+ "@atlaskit/icon": "^22.21.0",
34
34
  "@babel/runtime": "^7.0.0"
35
35
  },
36
36
  "peerDependencies": {
@@ -40,7 +40,7 @@
40
40
  "@af/icon-build-process": "^2.1.0",
41
41
  "@af/integration-testing": "*",
42
42
  "@af/visual-regression": "*",
43
- "@atlaskit/ds-lib": "^2.5.0",
43
+ "@atlaskit/ds-lib": "^3.0.0",
44
44
  "@atlaskit/ssr": "*",
45
45
  "@testing-library/react": "^12.1.5",
46
46
  "fs-extra": "^4.0.2",
@@ -1,14 +0,0 @@
1
- /**
2
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::83d171dbfbeff4d8a134bd0830e39c72>>
4
- * @codegenCommand yarn build:icon-glyphs
5
- */
6
-
7
- import React from 'react';
8
- import Icon from '@atlaskit/icon/UNSAFE_base-new';
9
-
10
- declare const HighlightIcon: {
11
- (props: Omit<React.ComponentProps<typeof Icon>, 'dangerouslySetGlyph' | 'type'>): JSX.Element;
12
- displayName: string;
13
- };
14
- export default HighlightIcon;
package/core/status.d.ts DELETED
@@ -1,14 +0,0 @@
1
- /**
2
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::698f65155436ed13448fee5548dd0d99>>
4
- * @codegenCommand yarn build:icon-glyphs
5
- */
6
-
7
- import React from 'react';
8
- import Icon from '@atlaskit/icon/UNSAFE_base-new';
9
-
10
- declare const StatusIcon: {
11
- (props: Omit<React.ComponentProps<typeof Icon>, 'dangerouslySetGlyph' | 'type'>): JSX.Element;
12
- displayName: string;
13
- };
14
- export default StatusIcon;