@atlaskit/icon 22.16.0 → 22.16.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @atlaskit/icon
2
2
 
3
+ ## 22.16.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#137821](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/137821)
8
+ [`bcca6c1789a37`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/bcca6c1789a37) -
9
+ Rename of `@atlassian/icon-lab` to `@atlaskit/icon-lab`
10
+
3
11
  ## 22.16.0
4
12
 
5
13
  ### Minor Changes
@@ -54,7 +54,7 @@ export default function transformer(file: FileInfo, api: API) {
54
54
  const iconLabIconImportDeclarations = getPartialImportDeclaration(
55
55
  j,
56
56
  source,
57
- '@atlassian/icon-lab/core',
57
+ '@atlaskit/icon-lab/core',
58
58
  );
59
59
 
60
60
  // Get all the specifier names
@@ -9,7 +9,7 @@ describe('Migrate color API', () => {
9
9
  `
10
10
  import AddIcon from '@atlaskit/icon/core/add';
11
11
  import ChevronDownIcon from '@atlaskit/icon/utility/add';
12
- import BitbucketBranchIcon from '@atlassian/icon-lab/core/bitbucket-branch';
12
+ import BitbucketBranchIcon from '@atlaskit/icon-lab/core/bitbucket-branch';
13
13
 
14
14
  const App = () => (
15
15
  <>
@@ -24,7 +24,7 @@ describe('Migrate color API', () => {
24
24
  import { token } from "@atlaskit/tokens";
25
25
  import AddIcon from '@atlaskit/icon/core/add';
26
26
  import ChevronDownIcon from '@atlaskit/icon/utility/add';
27
- import BitbucketBranchIcon from '@atlassian/icon-lab/core/bitbucket-branch';
27
+ import BitbucketBranchIcon from '@atlaskit/icon-lab/core/bitbucket-branch';
28
28
 
29
29
  const App = () => (
30
30
  <>
@@ -12,7 +12,7 @@ var migrationOutcomeDescriptionMap = exports.migrationOutcomeDescriptionMap = {
12
12
  'no-larger-size': 'This icon should not be used with a larger size; please shift to a smaller size.',
13
13
  'not-recommended': 'No equivalent icon in new set. This icon is not recommended.',
14
14
  'product-icon': 'Product icons are not supported; please use the custom SVG component from `@atlaskit/icon/svg`.',
15
- 'icon-lab': 'Find an alternative icon, or create an updated icon in the new style, and contribute it to `@atlassian/icon-lab`.',
15
+ 'icon-lab': 'Find an alternative icon, or create an updated icon in the new style, and contribute it to `@atlaskit/icon-lab`.',
16
16
  'top-nav': 'This icon is only for use for top navigation; please choose a different icon if used elsewhere.',
17
17
  'icon-tile': 'Switch to Icon Tile, use a smaller size or remove.',
18
18
  '16-icon-tile': "This icon can be re-created using an Icon tile with size='16'.",
@@ -6,7 +6,7 @@ export const migrationOutcomeDescriptionMap = {
6
6
  'no-larger-size': 'This icon should not be used with a larger size; please shift to a smaller size.',
7
7
  'not-recommended': 'No equivalent icon in new set. This icon is not recommended.',
8
8
  'product-icon': 'Product icons are not supported; please use the custom SVG component from `@atlaskit/icon/svg`.',
9
- 'icon-lab': 'Find an alternative icon, or create an updated icon in the new style, and contribute it to `@atlassian/icon-lab`.',
9
+ 'icon-lab': 'Find an alternative icon, or create an updated icon in the new style, and contribute it to `@atlaskit/icon-lab`.',
10
10
  'top-nav': 'This icon is only for use for top navigation; please choose a different icon if used elsewhere.',
11
11
  'icon-tile': 'Switch to Icon Tile, use a smaller size or remove.',
12
12
  '16-icon-tile': "This icon can be re-created using an Icon tile with size='16'.",
@@ -6,7 +6,7 @@ export var migrationOutcomeDescriptionMap = {
6
6
  'no-larger-size': 'This icon should not be used with a larger size; please shift to a smaller size.',
7
7
  'not-recommended': 'No equivalent icon in new set. This icon is not recommended.',
8
8
  'product-icon': 'Product icons are not supported; please use the custom SVG component from `@atlaskit/icon/svg`.',
9
- 'icon-lab': 'Find an alternative icon, or create an updated icon in the new style, and contribute it to `@atlassian/icon-lab`.',
9
+ 'icon-lab': 'Find an alternative icon, or create an updated icon in the new style, and contribute it to `@atlaskit/icon-lab`.',
10
10
  'top-nav': 'This icon is only for use for top navigation; please choose a different icon if used elsewhere.',
11
11
  'icon-tile': 'Switch to Icon Tile, use a smaller size or remove.',
12
12
  '16-icon-tile': "This icon can be re-created using an Icon tile with size='16'.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/icon",
3
- "version": "22.16.0",
3
+ "version": "22.16.1",
4
4
  "description": "An icon is a visual representation of a command, device, directory, or common action.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"