@atlaskit/logo 19.7.0 → 19.7.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -2
  2. package/package.json +7 -23
package/CHANGELOG.md CHANGED
@@ -1,12 +1,26 @@
1
1
  # @atlaskit/logo
2
2
 
3
+ ## 19.7.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`23bcc5bbc9cee`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/23bcc5bbc9cee) -
8
+ Internal changes to how border radius is applied.
9
+ - Updated dependencies
10
+
11
+ ## 19.7.1
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 19.7.0
4
18
 
5
19
  ### Minor Changes
6
20
 
7
21
  - [`46af0313b8e7a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/46af0313b8e7a) -
8
- Add the platform-logo-rebrand-servco along side the platform-logo-rebrand gate in @atlaskit/logo
9
- to so that we can rollout JSM Service Collection in isolation and UAT for Team '25 EU.
22
+ We are testing rebranded logos behind a feature flag. If this change is successful it will be
23
+ available in a later release.
10
24
 
11
25
  ## 19.6.2
12
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/logo",
3
- "version": "19.7.0",
3
+ "version": "19.7.2",
4
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/"
@@ -30,8 +30,8 @@
30
30
  "@atlaskit/ds-lib": "^5.0.0",
31
31
  "@atlaskit/platform-feature-flags": "^1.1.0",
32
32
  "@atlaskit/temp-nav-app-icons": "^0.10.0",
33
- "@atlaskit/theme": "^19.0.0",
34
- "@atlaskit/tokens": "^6.0.0",
33
+ "@atlaskit/theme": "^20.0.0",
34
+ "@atlaskit/tokens": "^6.1.0",
35
35
  "@babel/runtime": "^7.0.0",
36
36
  "@compiled/react": "^0.18.3"
37
37
  },
@@ -45,15 +45,15 @@
45
45
  "@af/visual-regression": "workspace:^",
46
46
  "@atlaskit/code": "^17.2.0",
47
47
  "@atlaskit/docs": "^11.0.0",
48
- "@atlaskit/form": "^12.1.0",
48
+ "@atlaskit/form": "^12.4.0",
49
49
  "@atlaskit/link": "^3.2.0",
50
50
  "@atlaskit/lozenge": "^13.0.0",
51
- "@atlaskit/primitives": "^14.11.0",
52
- "@atlaskit/section-message": "^8.5.0",
51
+ "@atlaskit/primitives": "^14.12.0",
52
+ "@atlaskit/section-message": "^8.6.0",
53
53
  "@atlaskit/select": "^21.2.0",
54
54
  "@atlaskit/ssr": "workspace:^",
55
55
  "@atlassian/codegen": "^0.1.0",
56
- "@atlassian/ssr-tests": "^0.2.0",
56
+ "@atlassian/ssr-tests": "^0.3.0",
57
57
  "@testing-library/react": "^13.4.0",
58
58
  "fs-extra": "^4.0.2",
59
59
  "jscodeshift": "^17.0.0",
@@ -91,22 +91,6 @@
91
91
  ]
92
92
  }
93
93
  },
94
- "af:exports": {
95
- "./raw-icons": "./src/exports/raw-icons.tsx",
96
- "./atlassian-icon": "./src/exports/atlassian-icon.tsx",
97
- "./bitbucket-icon": "./src/exports/bitbucket-icon.tsx",
98
- "./confluence-icon": "./src/exports/confluence-icon.tsx",
99
- "./jira-icon": "./src/exports/jira-icon.tsx",
100
- "./jira-service-management-icon": "./src/exports/jira-service-management-icon.tsx",
101
- "./opsgenie-icon": "./src/exports/opsgenie.tsx",
102
- "./statuspage-icon": "./src/exports/statuspage-icon.tsx",
103
- "./trello-icon": "./src/exports/trello-icon.tsx",
104
- "./jira-software-icon": "./src/legacy-logos/jira-software/icon.tsx",
105
- "./atlas-icon": "./src/legacy-logos/atlas/icon.tsx",
106
- "./constants": "./src/constants.tsx",
107
- "./Wrapper": "./src/wrapper.tsx",
108
- ".": "./src/index.tsx"
109
- },
110
94
  "platform-feature-flags": {
111
95
  "platform-logo-rebrand": {
112
96
  "type": "boolean"