@atlaskit/logo 13.10.2 → 13.10.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 +4 -4
- package/report.api.md +14 -7
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/logo",
|
|
3
|
-
"version": "13.10.
|
|
3
|
+
"version": "13.10.3",
|
|
4
4
|
"description": "A logo is a visual representation of a brand or product. It can be a word or an image, or a combination of both.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@atlaskit/ds-lib": "^2.1.0",
|
|
47
47
|
"@atlaskit/theme": "^12.2.0",
|
|
48
|
-
"@atlaskit/tokens": "^0.
|
|
48
|
+
"@atlaskit/tokens": "^0.12.0",
|
|
49
49
|
"@babel/runtime": "^7.0.0",
|
|
50
50
|
"@emotion/react": "^11.7.1",
|
|
51
51
|
"react-uid": "^2.2.0"
|
|
@@ -55,12 +55,12 @@
|
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@atlaskit/atlassian-navigation": "^2.3.0",
|
|
58
|
-
"@atlaskit/button": "^16.
|
|
58
|
+
"@atlaskit/button": "^16.5.0",
|
|
59
59
|
"@atlaskit/code": "^14.4.0",
|
|
60
60
|
"@atlaskit/docs": "*",
|
|
61
61
|
"@atlaskit/radio": "^5.4.0",
|
|
62
62
|
"@atlaskit/section-message": "^6.3.0",
|
|
63
|
-
"@atlaskit/select": "^
|
|
63
|
+
"@atlaskit/select": "^16.0.0",
|
|
64
64
|
"@atlaskit/ssr": "*",
|
|
65
65
|
"@atlaskit/visual-regression": "*",
|
|
66
66
|
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
|
package/report.api.md
CHANGED
|
@@ -1,18 +1,23 @@
|
|
|
1
|
+
<!-- API Report Version: 2.2 -->
|
|
2
|
+
|
|
1
3
|
## API Report File for "@atlaskit/logo"
|
|
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" />
|
|
13
18
|
|
|
14
19
|
// @public (undocumented)
|
|
15
|
-
type Appearance = 'brand' | '
|
|
20
|
+
type Appearance = 'brand' | 'inverse' | 'neutral';
|
|
16
21
|
|
|
17
22
|
// @public
|
|
18
23
|
export const AtlassianIcon: ({
|
|
@@ -539,7 +544,7 @@ export const OpsgenieWordmark: ({
|
|
|
539
544
|
}: LogoProps) => JSX.Element;
|
|
540
545
|
|
|
541
546
|
// @public (undocumented)
|
|
542
|
-
type Size = '
|
|
547
|
+
type Size = 'large' | 'medium' | 'small' | 'xlarge' | 'xsmall';
|
|
543
548
|
|
|
544
549
|
// @public
|
|
545
550
|
export const StatuspageIcon: ({
|
|
@@ -645,3 +650,5 @@ export const TrelloWordmark: ({
|
|
|
645
650
|
|
|
646
651
|
// (No @packageDocumentation comment for this package)
|
|
647
652
|
```
|
|
653
|
+
|
|
654
|
+
<!--SECTION END: Main Entry Types-->
|