@atlaskit/icon 21.9.0 → 21.9.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,11 @@
1
1
  # @atlaskit/icon
2
2
 
3
+ ## 21.9.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 21.9.0
4
10
 
5
11
  ### Minor Changes
package/README.md CHANGED
@@ -11,3 +11,4 @@ yarn add @atlaskit/icon
11
11
  ## Usage
12
12
 
13
13
  Detailed docs and example usage can be found [here](https://atlaskit.atlassian.com/packages/design-system/icon).
14
+ For adding a new icon to the icon set please follow the [adding new icons](https://developer.atlassian.com/cloud/framework/atlassian-frontend/documentation/02-adding-new-icons/) documentation.
package/build/index.tsx CHANGED
@@ -27,5 +27,5 @@ buildIcons(config).then((icons) => {
27
27
  'core',
28
28
  ]);
29
29
 
30
- return fs.outputFile(path.resolve(root, 'src/metadata.ts'), iconDocs);
30
+ return fs.outputFile(path.resolve(root, 'src/metadata.tsx'), iconDocs);
31
31
  });
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/icon",
3
- "version": "21.9.0",
3
+ "version": "21.9.1",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/icon",
3
- "version": "21.9.0",
3
+ "version": "21.9.1",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/icon",
3
- "version": "21.9.0",
3
+ "version": "21.9.1",
4
4
  "sideEffects": false
5
5
  }
@@ -3,4 +3,4 @@ import type { ThemeModes } from '@atlaskit/theme/types';
3
3
  * Returns the background color depending on the passed through mode.
4
4
  * @param mode
5
5
  */
6
- export declare const getBackground: (mode?: ThemeModes) => "var(--background-default)";
6
+ export declare const getBackground: (mode?: ThemeModes) => "var(--ds-background-default)";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/icon",
3
- "version": "21.9.0",
3
+ "version": "21.9.1",
4
4
  "description": "An icon is used as a visual representation of common actions and commands to provide context.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@atlaskit/theme": "^12.0.0",
39
- "@atlaskit/tokens": "^0.2.0",
39
+ "@atlaskit/tokens": "^0.3.0",
40
40
  "@babel/runtime": "^7.0.0",
41
41
  "@emotion/core": "^10.0.9"
42
42
  },
@@ -48,12 +48,12 @@
48
48
  "@atlaskit/build-utils": "*",
49
49
  "@atlaskit/button": "^16.1.0",
50
50
  "@atlaskit/docs": "*",
51
- "@atlaskit/dynamic-table": "^14.3.0",
51
+ "@atlaskit/dynamic-table": "^14.4.0",
52
52
  "@atlaskit/icon-file-type": "^6.3.0",
53
53
  "@atlaskit/icon-object": "^6.2.0",
54
54
  "@atlaskit/icon-priority": "^6.2.0",
55
55
  "@atlaskit/logo": "^13.5.0",
56
- "@atlaskit/modal-dialog": "^12.0.0",
56
+ "@atlaskit/modal-dialog": "^12.1.0",
57
57
  "@atlaskit/section-message": "^6.1.0",
58
58
  "@atlaskit/ssr": "*",
59
59
  "@atlaskit/textfield": "^5.1.0",