@atlaskit/logo 19.7.1 → 19.7.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +6 -22
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @atlaskit/logo
2
2
 
3
+ ## 19.7.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 19.7.2
10
+
11
+ ### Patch Changes
12
+
13
+ - [`23bcc5bbc9cee`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/23bcc5bbc9cee) -
14
+ Internal changes to how border radius is applied.
15
+ - Updated dependencies
16
+
3
17
  ## 19.7.1
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/logo",
3
- "version": "19.7.1",
3
+ "version": "19.7.3",
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": "^20.0.0",
34
- "@atlaskit/tokens": "^6.1.0",
33
+ "@atlaskit/theme": "^21.0.0",
34
+ "@atlaskit/tokens": "^6.3.0",
35
35
  "@babel/runtime": "^7.0.0",
36
36
  "@compiled/react": "^0.18.3"
37
37
  },
@@ -45,11 +45,11 @@
45
45
  "@af/visual-regression": "workspace:^",
46
46
  "@atlaskit/code": "^17.2.0",
47
47
  "@atlaskit/docs": "^11.0.0",
48
- "@atlaskit/form": "^12.2.0",
48
+ "@atlaskit/form": "^12.5.0",
49
49
  "@atlaskit/link": "^3.2.0",
50
50
  "@atlaskit/lozenge": "^13.0.0",
51
- "@atlaskit/primitives": "^14.12.0",
52
- "@atlaskit/section-message": "^8.6.0",
51
+ "@atlaskit/primitives": "^14.14.0",
52
+ "@atlaskit/section-message": "^8.7.0",
53
53
  "@atlaskit/select": "^21.2.0",
54
54
  "@atlaskit/ssr": "workspace:^",
55
55
  "@atlassian/codegen": "^0.1.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"