@atlaskit/logo 19.6.0 → 19.6.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 +12 -0
- package/dist/cjs/legacy-logos/atlassian/logo.js +1 -1
- package/dist/cjs/legacy-logos/atlassian-analytics/logo.js +1 -1
- package/dist/cjs/legacy-logos/atlassian-start/logo.js +1 -1
- package/dist/cjs/logo-config.js +1 -1
- package/dist/es2019/legacy-logos/atlassian/logo.js +1 -1
- package/dist/es2019/legacy-logos/atlassian-analytics/logo.js +1 -1
- package/dist/es2019/legacy-logos/atlassian-start/logo.js +1 -1
- package/dist/es2019/logo-config.js +1 -1
- package/dist/esm/legacy-logos/atlassian/logo.js +1 -1
- package/dist/esm/legacy-logos/atlassian-analytics/logo.js +1 -1
- package/dist/esm/legacy-logos/atlassian-start/logo.js +1 -1
- package/dist/esm/logo-config.js +1 -1
- package/package.json +7 -8
package/CHANGELOG.md
CHANGED
|
@@ -17,7 +17,7 @@ var svg = function svg(_ref, colorMode) {
|
|
|
17
17
|
var colors = {
|
|
18
18
|
iconColor: iconColor,
|
|
19
19
|
textColor: textColor,
|
|
20
|
-
// We treat the word "Atlassian" differently to normal
|
|
20
|
+
// We treat the word "Atlassian" differently to normal app logos, it has a bold brand look
|
|
21
21
|
atlassianLogoTextColor: textColor
|
|
22
22
|
};
|
|
23
23
|
if (appearance) {
|
|
@@ -20,7 +20,7 @@ var svg = function svg(_ref, colorMode, id) {
|
|
|
20
20
|
iconGradientStop: iconColor,
|
|
21
21
|
textColor: textColor,
|
|
22
22
|
iconColor: iconColor,
|
|
23
|
-
// We treat the word "Atlassian" differently to normal
|
|
23
|
+
// We treat the word "Atlassian" differently to normal app logos, it has a bold brand look
|
|
24
24
|
atlassianLogoTextColor: textColor
|
|
25
25
|
};
|
|
26
26
|
if (appearance) {
|
|
@@ -20,7 +20,7 @@ var svg = function svg(_ref, colorMode, id) {
|
|
|
20
20
|
iconGradientStop: _constants.legacyDefaultLogoParams.iconGradientStart,
|
|
21
21
|
iconColor: iconColor,
|
|
22
22
|
textColor: textColor,
|
|
23
|
-
// We treat the word "Atlassian" differently to normal
|
|
23
|
+
// We treat the word "Atlassian" differently to normal app logos, it has a bold brand look
|
|
24
24
|
atlassianLogoTextColor: textColor
|
|
25
25
|
};
|
|
26
26
|
if (appearance) {
|
package/dist/cjs/logo-config.js
CHANGED
|
@@ -11,7 +11,7 @@ const svg = ({
|
|
|
11
11
|
let colors = {
|
|
12
12
|
iconColor,
|
|
13
13
|
textColor,
|
|
14
|
-
// We treat the word "Atlassian" differently to normal
|
|
14
|
+
// We treat the word "Atlassian" differently to normal app logos, it has a bold brand look
|
|
15
15
|
atlassianLogoTextColor: textColor
|
|
16
16
|
};
|
|
17
17
|
if (appearance) {
|
|
@@ -14,7 +14,7 @@ const svg = ({
|
|
|
14
14
|
iconGradientStop: iconColor,
|
|
15
15
|
textColor,
|
|
16
16
|
iconColor,
|
|
17
|
-
// We treat the word "Atlassian" differently to normal
|
|
17
|
+
// We treat the word "Atlassian" differently to normal app logos, it has a bold brand look
|
|
18
18
|
atlassianLogoTextColor: textColor
|
|
19
19
|
};
|
|
20
20
|
if (appearance) {
|
|
@@ -14,7 +14,7 @@ const svg = ({
|
|
|
14
14
|
iconGradientStop: legacyDefaultLogoParams.iconGradientStart,
|
|
15
15
|
iconColor,
|
|
16
16
|
textColor,
|
|
17
|
-
// We treat the word "Atlassian" differently to normal
|
|
17
|
+
// We treat the word "Atlassian" differently to normal app logos, it has a bold brand look
|
|
18
18
|
atlassianLogoTextColor: textColor
|
|
19
19
|
};
|
|
20
20
|
if (appearance) {
|
|
@@ -10,7 +10,7 @@ var svg = function svg(_ref, colorMode) {
|
|
|
10
10
|
var colors = {
|
|
11
11
|
iconColor: iconColor,
|
|
12
12
|
textColor: textColor,
|
|
13
|
-
// We treat the word "Atlassian" differently to normal
|
|
13
|
+
// We treat the word "Atlassian" differently to normal app logos, it has a bold brand look
|
|
14
14
|
atlassianLogoTextColor: textColor
|
|
15
15
|
};
|
|
16
16
|
if (appearance) {
|
|
@@ -13,7 +13,7 @@ var svg = function svg(_ref, colorMode, id) {
|
|
|
13
13
|
iconGradientStop: iconColor,
|
|
14
14
|
textColor: textColor,
|
|
15
15
|
iconColor: iconColor,
|
|
16
|
-
// We treat the word "Atlassian" differently to normal
|
|
16
|
+
// We treat the word "Atlassian" differently to normal app logos, it has a bold brand look
|
|
17
17
|
atlassianLogoTextColor: textColor
|
|
18
18
|
};
|
|
19
19
|
if (appearance) {
|
|
@@ -13,7 +13,7 @@ var svg = function svg(_ref, colorMode, id) {
|
|
|
13
13
|
iconGradientStop: legacyDefaultLogoParams.iconGradientStart,
|
|
14
14
|
iconColor: iconColor,
|
|
15
15
|
textColor: textColor,
|
|
16
|
-
// We treat the word "Atlassian" differently to normal
|
|
16
|
+
// We treat the word "Atlassian" differently to normal app logos, it has a bold brand look
|
|
17
17
|
atlassianLogoTextColor: textColor
|
|
18
18
|
};
|
|
19
19
|
if (appearance) {
|
package/dist/esm/logo-config.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/logo",
|
|
3
|
-
"version": "19.6.
|
|
4
|
-
"description": "A logo is a visual representation of a brand or
|
|
3
|
+
"version": "19.6.2",
|
|
4
|
+
"description": "A logo is a visual representation of a brand or app. It can be a word, an image, or a combination of both.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
7
7
|
},
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@atlaskit/ds-lib": "^5.0.0",
|
|
31
31
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
32
|
-
"@atlaskit/temp-nav-app-icons": "^0.
|
|
32
|
+
"@atlaskit/temp-nav-app-icons": "^0.10.0",
|
|
33
33
|
"@atlaskit/theme": "^19.0.0",
|
|
34
|
-
"@atlaskit/tokens": "^
|
|
34
|
+
"@atlaskit/tokens": "^6.0.0",
|
|
35
35
|
"@babel/runtime": "^7.0.0",
|
|
36
36
|
"@compiled/react": "^0.18.3"
|
|
37
37
|
},
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"@atlaskit/form": "^12.0.0",
|
|
49
49
|
"@atlaskit/link": "^3.2.0",
|
|
50
50
|
"@atlaskit/lozenge": "^13.0.0",
|
|
51
|
-
"@atlaskit/primitives": "^14.
|
|
52
|
-
"@atlaskit/section-message": "^8.
|
|
51
|
+
"@atlaskit/primitives": "^14.11.0",
|
|
52
|
+
"@atlaskit/section-message": "^8.5.0",
|
|
53
53
|
"@atlaskit/select": "^21.2.0",
|
|
54
54
|
"@atlaskit/ssr": "workspace:^",
|
|
55
55
|
"@atlassian/codegen": "^0.1.0",
|
|
@@ -59,8 +59,7 @@
|
|
|
59
59
|
"jscodeshift": "^17.0.0",
|
|
60
60
|
"lodash": "^4.17.21",
|
|
61
61
|
"react-dom": "^18.2.0",
|
|
62
|
-
"ts-node": "^10.9.1"
|
|
63
|
-
"typescript": "~5.4.2"
|
|
62
|
+
"ts-node": "^10.9.1"
|
|
64
63
|
},
|
|
65
64
|
"techstack": {
|
|
66
65
|
"@atlassian/frontend": {
|