@atlaskit/icon-lab 4.16.0 → 4.17.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 CHANGED
@@ -1,5 +1,23 @@
1
1
  # @atlaskit/icon-lab
2
2
 
3
+ ## 4.17.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#161328](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/161328)
8
+ [`76f53eb3bc586`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/76f53eb3bc586) -
9
+ This release deprecates icons in `@atlaskit/icon-lab`.
10
+
11
+ ### Deprecated:
12
+
13
+ **`@atlaskit/icon-lab/core`**
14
+
15
+ - `space`
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+
3
21
  ## 4.16.0
4
22
 
5
23
  ### Minor Changes
package/core/space.d.ts CHANGED
@@ -1,11 +1,14 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::894a0c3b82ae01ae0ff87b6efc97fba3>>
3
+ * @codegen <<SignedSource::9c04a32075dc9b5224ff2a8ae1a83200>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
7
  import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
8
 
9
+ /**
10
+ * @deprecated The icon "space" is deprecated in favour of "spaces" from “@atlaskit/icon-lab/core”
11
+ */
9
12
  declare const SpaceIcon: {
10
13
  (props: NewCoreIconProps): JSX.Element;
11
14
  displayName: string;
@@ -9,13 +9,16 @@ exports.default = void 0;
9
9
  *
10
10
  * To change the format of this file, modify `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx.
11
11
  *
12
- * @codegen <<SignedSource::9acb14056f3b24b8e695fba0b6e482ae>>
12
+ * @codegen <<SignedSource::bd8c289c57d33ac97b81665d8467326e>>
13
13
  * @codegenCommand yarn build:icon-glyphs
14
14
  */
15
15
  var deprecatedIcons = {
16
16
  '@atlaskit/icon-lab/core/recur': {
17
17
  message: 'The icon "recur" is deprecated in favour of "repeat" from “@atlaskit/icon-lab/core”'
18
18
  },
19
+ '@atlaskit/icon-lab/core/space': {
20
+ message: 'The icon "space" is deprecated in favour of "spaces" from “@atlaskit/icon-lab/core”'
21
+ },
19
22
  '@atlaskit/icon-lab/core/speedometer': {
20
23
  message: 'The icon "speedometer" is deprecated in favour of "speedometer-right" from “@atlaskit/icon-lab/core”'
21
24
  }
@@ -9,7 +9,7 @@ exports.default = void 0;
9
9
  *
10
10
  * To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
11
11
  *
12
- * @codegen <<SignedSource::45cbe14b5a4b3f189e33031f485ff882>>
12
+ * @codegen <<SignedSource::4fe72ce65f03ddd87bd63fa47d6665f7>>
13
13
  * @codegenCommand yarn build:icon-glyphs
14
14
  */
15
15
 
@@ -1465,14 +1465,19 @@ var metadata = {
1465
1465
  status: 'published'
1466
1466
  },
1467
1467
  space: {
1468
- keywords: ['space', 'icon', 'icon-lab', 'core'],
1468
+ keywords: ['space', 'icon', 'icon-lab', 'core', 'space', 'spaces', 'projects'],
1469
1469
  componentName: 'SpaceIcon',
1470
1470
  package: '@atlaskit/icon-lab/core/space',
1471
1471
  type: 'core',
1472
+ replacement: {
1473
+ name: 'spaces',
1474
+ type: 'core',
1475
+ location: '@atlaskit/icon-lab'
1476
+ },
1472
1477
  categorization: 'single-purpose',
1473
1478
  usage: 'Reserved for use for Jira Projects for now. This will replace the Jira rocket. More context: Later, it will eventually replace the Confluence Spaces icon later when Jira Projects -> Jira Spaces. This is a planned phased rollout.',
1474
1479
  team: 'Jira',
1475
- status: 'published',
1480
+ status: 'deprecated',
1476
1481
  slackChannel: '#jira-design-system-figma-libraries'
1477
1482
  },
1478
1483
  spaces: {
@@ -3,13 +3,16 @@
3
3
  *
4
4
  * To change the format of this file, modify `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx.
5
5
  *
6
- * @codegen <<SignedSource::9acb14056f3b24b8e695fba0b6e482ae>>
6
+ * @codegen <<SignedSource::bd8c289c57d33ac97b81665d8467326e>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
  const deprecatedIcons = {
10
10
  '@atlaskit/icon-lab/core/recur': {
11
11
  message: 'The icon "recur" is deprecated in favour of "repeat" from “@atlaskit/icon-lab/core”'
12
12
  },
13
+ '@atlaskit/icon-lab/core/space': {
14
+ message: 'The icon "space" is deprecated in favour of "spaces" from “@atlaskit/icon-lab/core”'
15
+ },
13
16
  '@atlaskit/icon-lab/core/speedometer': {
14
17
  message: 'The icon "speedometer" is deprecated in favour of "speedometer-right" from “@atlaskit/icon-lab/core”'
15
18
  }
@@ -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::45cbe14b5a4b3f189e33031f485ff882>>
6
+ * @codegen <<SignedSource::4fe72ce65f03ddd87bd63fa47d6665f7>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
 
@@ -1459,14 +1459,19 @@ const metadata = {
1459
1459
  status: 'published'
1460
1460
  },
1461
1461
  space: {
1462
- keywords: ['space', 'icon', 'icon-lab', 'core'],
1462
+ keywords: ['space', 'icon', 'icon-lab', 'core', 'space', 'spaces', 'projects'],
1463
1463
  componentName: 'SpaceIcon',
1464
1464
  package: '@atlaskit/icon-lab/core/space',
1465
1465
  type: 'core',
1466
+ replacement: {
1467
+ name: 'spaces',
1468
+ type: 'core',
1469
+ location: '@atlaskit/icon-lab'
1470
+ },
1466
1471
  categorization: 'single-purpose',
1467
1472
  usage: 'Reserved for use for Jira Projects for now. This will replace the Jira rocket. More context: Later, it will eventually replace the Confluence Spaces icon later when Jira Projects -> Jira Spaces. This is a planned phased rollout.',
1468
1473
  team: 'Jira',
1469
- status: 'published',
1474
+ status: 'deprecated',
1470
1475
  slackChannel: '#jira-design-system-figma-libraries'
1471
1476
  },
1472
1477
  spaces: {
@@ -3,13 +3,16 @@
3
3
  *
4
4
  * To change the format of this file, modify `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx.
5
5
  *
6
- * @codegen <<SignedSource::9acb14056f3b24b8e695fba0b6e482ae>>
6
+ * @codegen <<SignedSource::bd8c289c57d33ac97b81665d8467326e>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
  var deprecatedIcons = {
10
10
  '@atlaskit/icon-lab/core/recur': {
11
11
  message: 'The icon "recur" is deprecated in favour of "repeat" from “@atlaskit/icon-lab/core”'
12
12
  },
13
+ '@atlaskit/icon-lab/core/space': {
14
+ message: 'The icon "space" is deprecated in favour of "spaces" from “@atlaskit/icon-lab/core”'
15
+ },
13
16
  '@atlaskit/icon-lab/core/speedometer': {
14
17
  message: 'The icon "speedometer" is deprecated in favour of "speedometer-right" from “@atlaskit/icon-lab/core”'
15
18
  }
@@ -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::45cbe14b5a4b3f189e33031f485ff882>>
6
+ * @codegen <<SignedSource::4fe72ce65f03ddd87bd63fa47d6665f7>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
 
@@ -1459,14 +1459,19 @@ var metadata = {
1459
1459
  status: 'published'
1460
1460
  },
1461
1461
  space: {
1462
- keywords: ['space', 'icon', 'icon-lab', 'core'],
1462
+ keywords: ['space', 'icon', 'icon-lab', 'core', 'space', 'spaces', 'projects'],
1463
1463
  componentName: 'SpaceIcon',
1464
1464
  package: '@atlaskit/icon-lab/core/space',
1465
1465
  type: 'core',
1466
+ replacement: {
1467
+ name: 'spaces',
1468
+ type: 'core',
1469
+ location: '@atlaskit/icon-lab'
1470
+ },
1466
1471
  categorization: 'single-purpose',
1467
1472
  usage: 'Reserved for use for Jira Projects for now. This will replace the Jira rocket. More context: Later, it will eventually replace the Confluence Spaces icon later when Jira Projects -> Jira Spaces. This is a planned phased rollout.',
1468
1473
  team: 'Jira',
1469
- status: 'published',
1474
+ status: 'deprecated',
1470
1475
  slackChannel: '#jira-design-system-figma-libraries'
1471
1476
  },
1472
1477
  spaces: {
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * To change the format of this file, modify `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx.
5
5
  *
6
- * @codegen <<SignedSource::9acb14056f3b24b8e695fba0b6e482ae>>
6
+ * @codegen <<SignedSource::bd8c289c57d33ac97b81665d8467326e>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
  declare const deprecatedIcons: Record<string, {
@@ -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::45cbe14b5a4b3f189e33031f485ff882>>
6
+ * @codegen <<SignedSource::4fe72ce65f03ddd87bd63fa47d6665f7>>
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 `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx.
5
5
  *
6
- * @codegen <<SignedSource::9acb14056f3b24b8e695fba0b6e482ae>>
6
+ * @codegen <<SignedSource::bd8c289c57d33ac97b81665d8467326e>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
  declare const deprecatedIcons: Record<string, {
@@ -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::45cbe14b5a4b3f189e33031f485ff882>>
6
+ * @codegen <<SignedSource::4fe72ce65f03ddd87bd63fa47d6665f7>>
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": "4.16.0",
3
+ "version": "4.17.0",
4
4
  "description": "An icon package for public icon contributions",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -32,7 +32,7 @@
32
32
  "build-glyphs": "ts-node --project ../../../tsconfig.node.json ./build/index.tsx"
33
33
  },
34
34
  "dependencies": {
35
- "@atlaskit/icon": "^26.3.0",
35
+ "@atlaskit/icon": "^26.4.0",
36
36
  "@babel/runtime": "^7.0.0"
37
37
  },
38
38
  "peerDependencies": {
@@ -49,7 +49,7 @@
49
49
  "@atlaskit/primitives": "^14.8.0",
50
50
  "@atlaskit/textfield": "^8.0.0",
51
51
  "@atlaskit/tokens": "^4.9.0",
52
- "@atlaskit/tooltip": "^20.0.0",
52
+ "@atlaskit/tooltip": "^20.1.0",
53
53
  "@atlassian/ssr-tests": "^0.2.0",
54
54
  "@compiled/react": "^0.18.3",
55
55
  "@testing-library/react": "^13.4.0",