@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 +6 -0
- package/README.md +1 -0
- package/build/index.tsx +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/components/utils.d.ts +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
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
package/dist/cjs/version.json
CHANGED
package/dist/es2019/version.json
CHANGED
package/dist/esm/version.json
CHANGED
|
@@ -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.
|
|
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.
|
|
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.
|
|
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.
|
|
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",
|