@atlaskit/logo 13.11.1 → 13.11.2
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 +7 -0
- package/dist/cjs/constants.js +2 -2
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/constants.js +2 -2
- package/dist/es2019/version.json +1 -1
- package/dist/esm/constants.js +2 -2
- package/dist/esm/version.json +1 -1
- package/dist/types/constants.d.ts +2 -2
- package/dist/types/types.d.ts +4 -4
- package/package.json +4 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @atlaskit/logo
|
|
2
2
|
|
|
3
|
+
## 13.11.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`261420360ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/261420360ec) - Upgrades component types to support React 18.
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
|
|
3
10
|
## 13.11.1
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
package/dist/cjs/constants.js
CHANGED
|
@@ -40,12 +40,12 @@ var sizes = {
|
|
|
40
40
|
*/
|
|
41
41
|
|
|
42
42
|
/**
|
|
43
|
-
* @deprecated This has been renamed, please import `LogoProps` instead.
|
|
43
|
+
* @deprecated {@link https://hello.atlassian.net/browse/ENGHEALTH-175 Internal documentation for deprecation (no external access)} This has been renamed, please import `LogoProps` instead.
|
|
44
44
|
*/
|
|
45
45
|
// eslint-disable-next-line @repo/internal/react/consistent-types-definitions
|
|
46
46
|
exports.sizes = sizes;
|
|
47
47
|
/**
|
|
48
|
-
* @deprecated This has been renamed, please import `defaultLogoParams` instead.
|
|
48
|
+
* @deprecated {@link https://hello.atlassian.net/browse/ENGHEALTH-176 Internal documentation for deprecation (no external access)} This has been renamed, please import `defaultLogoParams` instead.
|
|
49
49
|
*/
|
|
50
50
|
var DefaultProps = defaultLogoParams;
|
|
51
51
|
exports.DefaultProps = DefaultProps;
|
package/dist/cjs/version.json
CHANGED
package/dist/es2019/constants.js
CHANGED
|
@@ -34,11 +34,11 @@ export const sizes = {
|
|
|
34
34
|
*/
|
|
35
35
|
|
|
36
36
|
/**
|
|
37
|
-
* @deprecated This has been renamed, please import `LogoProps` instead.
|
|
37
|
+
* @deprecated {@link https://hello.atlassian.net/browse/ENGHEALTH-175 Internal documentation for deprecation (no external access)} This has been renamed, please import `LogoProps` instead.
|
|
38
38
|
*/
|
|
39
39
|
// eslint-disable-next-line @repo/internal/react/consistent-types-definitions
|
|
40
40
|
|
|
41
41
|
/**
|
|
42
|
-
* @deprecated This has been renamed, please import `defaultLogoParams` instead.
|
|
42
|
+
* @deprecated {@link https://hello.atlassian.net/browse/ENGHEALTH-176 Internal documentation for deprecation (no external access)} This has been renamed, please import `defaultLogoParams` instead.
|
|
43
43
|
*/
|
|
44
44
|
export const DefaultProps = defaultLogoParams;
|
package/dist/es2019/version.json
CHANGED
package/dist/esm/constants.js
CHANGED
|
@@ -34,11 +34,11 @@ export var sizes = {
|
|
|
34
34
|
*/
|
|
35
35
|
|
|
36
36
|
/**
|
|
37
|
-
* @deprecated This has been renamed, please import `LogoProps` instead.
|
|
37
|
+
* @deprecated {@link https://hello.atlassian.net/browse/ENGHEALTH-175 Internal documentation for deprecation (no external access)} This has been renamed, please import `LogoProps` instead.
|
|
38
38
|
*/
|
|
39
39
|
// eslint-disable-next-line @repo/internal/react/consistent-types-definitions
|
|
40
40
|
|
|
41
41
|
/**
|
|
42
|
-
* @deprecated This has been renamed, please import `defaultLogoParams` instead.
|
|
42
|
+
* @deprecated {@link https://hello.atlassian.net/browse/ENGHEALTH-176 Internal documentation for deprecation (no external access)} This has been renamed, please import `defaultLogoParams` instead.
|
|
43
43
|
*/
|
|
44
44
|
export var DefaultProps = defaultLogoParams;
|
package/dist/esm/version.json
CHANGED
|
@@ -28,10 +28,10 @@ export declare const sizes: {
|
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
/**
|
|
31
|
-
* @deprecated This has been renamed, please import `LogoProps` instead.
|
|
31
|
+
* @deprecated {@link https://hello.atlassian.net/browse/ENGHEALTH-175 Internal documentation for deprecation (no external access)} This has been renamed, please import `LogoProps` instead.
|
|
32
32
|
*/
|
|
33
33
|
export declare type Props = LogoProps;
|
|
34
34
|
/**
|
|
35
|
-
* @deprecated This has been renamed, please import `defaultLogoParams` instead.
|
|
35
|
+
* @deprecated {@link https://hello.atlassian.net/browse/ENGHEALTH-176 Internal documentation for deprecation (no external access)} This has been renamed, please import `defaultLogoParams` instead.
|
|
36
36
|
*/
|
|
37
37
|
export declare const DefaultProps: Partial<LogoProps>;
|
package/dist/types/types.d.ts
CHANGED
|
@@ -10,19 +10,19 @@ export declare type LogoProps = {
|
|
|
10
10
|
*/
|
|
11
11
|
appearance?: Appearance;
|
|
12
12
|
/**
|
|
13
|
-
* @deprecated CSS color to be applied to the wordmark portion of the logo SVG. The use of this prop is not recommended as it is not compatible with design tokens; use the `appearance` prop instead.
|
|
13
|
+
* @deprecated {@link https://hello.atlassian.net/browse/ENGHEALTH-171 Internal documentation for deprecation (no external access)} CSS color to be applied to the wordmark portion of the logo SVG. The use of this prop is not recommended as it is not compatible with design tokens; use the `appearance` prop instead.
|
|
14
14
|
*/
|
|
15
15
|
textColor?: string;
|
|
16
16
|
/**
|
|
17
|
-
* @deprecated CSS color to be applied to the non-gradient icon portion of the logo SVG. The use of this prop is not recommended as it is not compatible with design tokens; use the `appearance` prop instead.
|
|
17
|
+
* @deprecated {@link https://hello.atlassian.net/browse/ENGHEALTH-172 Internal documentation for deprecation (no external access)} CSS color to be applied to the non-gradient icon portion of the logo SVG. The use of this prop is not recommended as it is not compatible with design tokens; use the `appearance` prop instead.
|
|
18
18
|
*/
|
|
19
19
|
iconColor?: string;
|
|
20
20
|
/**
|
|
21
|
-
* @deprecated CSS color to start the gradient/shadow on the icon. The use of this prop is not recommended as it is not compatible with design tokens; use the `appearance` prop instead.
|
|
21
|
+
* @deprecated {@link https://hello.atlassian.net/browse/ENGHEALTH-173 Internal documentation for deprecation (no external access)} CSS color to start the gradient/shadow on the icon. The use of this prop is not recommended as it is not compatible with design tokens; use the `appearance` prop instead.
|
|
22
22
|
*/
|
|
23
23
|
iconGradientStart?: string;
|
|
24
24
|
/**
|
|
25
|
-
* @deprecated CSS color to end the gradient/shadow on the icon. Should usually match iconColor to avoid
|
|
25
|
+
* @deprecated {@link https://hello.atlassian.net/browse/ENGHEALTH-174 Internal documentation for deprecation (no external access)} CSS color to end the gradient/shadow on the icon. Should usually match iconColor to avoid
|
|
26
26
|
* rendering issues in some browsers such as Safari. The use of this prop is not recommended as it is not compatible with design tokens; use the `appearance` prop instead.
|
|
27
27
|
*/
|
|
28
28
|
iconGradientStop?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/logo",
|
|
3
|
-
"version": "13.11.
|
|
3
|
+
"version": "13.11.2",
|
|
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/"
|
|
@@ -15,7 +15,6 @@
|
|
|
15
15
|
"sideEffects": false,
|
|
16
16
|
"atlaskit:src": "src/index.tsx",
|
|
17
17
|
"atlassian": {
|
|
18
|
-
"disableProductCI": true,
|
|
19
18
|
"team": "Design System Team",
|
|
20
19
|
"releaseModel": "scheduled",
|
|
21
20
|
"website": {
|
|
@@ -44,8 +43,8 @@
|
|
|
44
43
|
},
|
|
45
44
|
"dependencies": {
|
|
46
45
|
"@atlaskit/ds-lib": "^2.1.0",
|
|
47
|
-
"@atlaskit/theme": "^12.
|
|
48
|
-
"@atlaskit/tokens": "^1.
|
|
46
|
+
"@atlaskit/theme": "^12.3.0",
|
|
47
|
+
"@atlaskit/tokens": "^1.2.0",
|
|
49
48
|
"@babel/runtime": "^7.0.0",
|
|
50
49
|
"@emotion/react": "^11.7.1",
|
|
51
50
|
"react-uid": "^2.2.0"
|
|
@@ -56,7 +55,7 @@
|
|
|
56
55
|
"devDependencies": {
|
|
57
56
|
"@atlaskit/atlassian-navigation": "^2.3.0",
|
|
58
57
|
"@atlaskit/button": "^16.5.0",
|
|
59
|
-
"@atlaskit/code": "^14.
|
|
58
|
+
"@atlaskit/code": "^14.5.0",
|
|
60
59
|
"@atlaskit/docs": "*",
|
|
61
60
|
"@atlaskit/radio": "^5.4.0",
|
|
62
61
|
"@atlaskit/section-message": "^6.3.0",
|