@atlaskit/icon 21.11.2 → 21.11.3
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/dist/cjs/version.json +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/version.json +1 -1
- package/package.json +3 -3
- package/report.api.md +13 -6
package/CHANGELOG.md
CHANGED
package/dist/cjs/version.json
CHANGED
package/dist/es2019/version.json
CHANGED
package/dist/esm/version.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/icon",
|
|
3
|
-
"version": "21.11.
|
|
3
|
+
"version": "21.11.3",
|
|
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/"
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@atlaskit/theme": "^12.2.0",
|
|
41
|
-
"@atlaskit/tokens": "^0.
|
|
41
|
+
"@atlaskit/tokens": "^0.12.0",
|
|
42
42
|
"@babel/runtime": "^7.0.0",
|
|
43
43
|
"@emotion/react": "^11.7.1"
|
|
44
44
|
},
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@af/icon-build-process": "^0.3.0",
|
|
50
|
-
"@atlaskit/button": "^16.
|
|
50
|
+
"@atlaskit/button": "^16.5.0",
|
|
51
51
|
"@atlaskit/docs": "*",
|
|
52
52
|
"@atlaskit/ds-lib": "^2.1.1",
|
|
53
53
|
"@atlaskit/dynamic-table": "^14.8.0",
|
package/report.api.md
CHANGED
|
@@ -1,12 +1,17 @@
|
|
|
1
|
+
<!-- API Report Version: 2.2 -->
|
|
2
|
+
|
|
1
3
|
## API Report File for "@atlaskit/icon"
|
|
2
4
|
|
|
3
|
-
> Do not edit this file.
|
|
5
|
+
> Do not edit this file. This report is auto-generated using [API Extractor](https://api-extractor.com/).
|
|
6
|
+
> [Learn more about API reports](https://hello.atlassian.net/wiki/spaces/UR/pages/1825484529/Package+API+Reports)
|
|
7
|
+
|
|
8
|
+
### Table of contents
|
|
4
9
|
|
|
5
|
-
|
|
6
|
-
Generated API Report version: 2.0
|
|
7
|
-
-->
|
|
10
|
+
- [Main Entry Types](#main-entry-types)
|
|
8
11
|
|
|
9
|
-
|
|
12
|
+
### Main Entry Types
|
|
13
|
+
|
|
14
|
+
<!--SECTION START: Main Entry Types-->
|
|
10
15
|
|
|
11
16
|
```ts
|
|
12
17
|
/// <reference types="react" />
|
|
@@ -58,7 +63,7 @@ interface OtherGlyphProps {
|
|
|
58
63
|
}
|
|
59
64
|
|
|
60
65
|
// @public (undocumented)
|
|
61
|
-
export type Size = '
|
|
66
|
+
export type Size = 'large' | 'medium' | 'small' | 'xlarge';
|
|
62
67
|
|
|
63
68
|
// @public (undocumented)
|
|
64
69
|
export const size: Record<Size, Size>;
|
|
@@ -90,3 +95,5 @@ export interface SVGProps extends GlyphProps {
|
|
|
90
95
|
|
|
91
96
|
// (No @packageDocumentation comment for this package)
|
|
92
97
|
```
|
|
98
|
+
|
|
99
|
+
<!--SECTION END: Main Entry Types-->
|