@atlaskit/icon 22.3.1 → 22.3.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/icon",
3
- "version": "22.3.1",
3
+ "version": "22.3.2",
4
4
  "description": "An icon is a visual representation of a command, device, directory, or common action.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -44,15 +44,14 @@
44
44
  "@af/visual-regression": "*",
45
45
  "@atlaskit/code": "^15.2.0",
46
46
  "@atlaskit/ds-lib": "^2.3.0",
47
- "@atlaskit/logo": "^13.17.0",
48
- "@atlaskit/primitives": "^6.3.0",
47
+ "@atlaskit/logo": "^14.0.0",
48
+ "@atlaskit/primitives": "^7.0.0",
49
49
  "@atlaskit/ssr": "*",
50
50
  "@atlaskit/textfield": "^6.3.0",
51
- "@atlaskit/theme": "^12.8.0",
51
+ "@atlaskit/theme": "^12.9.0",
52
52
  "@atlaskit/toggle": "^13.1.0",
53
53
  "@atlaskit/tooltip": "^18.4.0",
54
54
  "@atlaskit/visual-regression": "*",
55
- "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
56
55
  "@atlassian/icon-lab": "^0.0.1",
57
56
  "@babel/core": "^7.20.0",
58
57
  "@emotion/babel-preset-css-prop": "^10.0.7",
@@ -110,7 +109,6 @@
110
109
  "./utility": "./utility",
111
110
  ".": "./src/index.tsx"
112
111
  },
113
- "prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1",
114
112
  "platform-feature-flags": {
115
113
  "platform.design-system-team.enable-new-icons": {
116
114
  "type": "boolean"
@@ -6,13 +6,9 @@ import {
6
6
  AtlassianIcon,
7
7
  BitbucketIcon,
8
8
  ConfluenceIcon,
9
- HipchatIcon,
10
- JiraCoreIcon,
11
- JiraServiceDeskIcon,
12
9
  JiraSoftwareIcon,
13
10
  JiraIcon,
14
11
  StatuspageIcon,
15
- StrideIcon,
16
12
  } from '@atlaskit/logo';
17
13
 
18
14
  export default {
@@ -37,27 +33,6 @@ export default {
37
33
  keywords: ['product', 'logo', 'confluence'],
38
34
  package: '@atlaskit/logo',
39
35
  },
40
- HipchatIcon: {
41
- componentName: 'HipchatIcon',
42
- isNamedImport: true,
43
- component: HipchatIcon,
44
- keywords: ['product', 'logo', 'hipchat'],
45
- package: '@atlaskit/logo',
46
- },
47
- JiraCoreIcon: {
48
- componentName: 'JiraCoreIcon',
49
- isNamedImport: true,
50
- component: JiraCoreIcon,
51
- keywords: ['product', 'logo', 'jira', 'core'],
52
- package: '@atlaskit/logo',
53
- },
54
- JiraServiceDeskIcon: {
55
- componentName: 'JiraServiceDeskIcon',
56
- isNamedImport: true,
57
- component: JiraServiceDeskIcon,
58
- keywords: ['product', 'logo', 'jira', 'servicedesk'],
59
- package: '@atlaskit/logo',
60
- },
61
36
  JiraSoftwareIcon: {
62
37
  componentName: 'JiraSoftwareIcon',
63
38
  isNamedImport: true,
@@ -79,11 +54,4 @@ export default {
79
54
  keywords: ['product', 'logo', 'statuspage'],
80
55
  package: '@atlaskit/logo',
81
56
  },
82
- StrideIcon: {
83
- componentName: 'StrideIcon',
84
- isNamedImport: true,
85
- component: StrideIcon,
86
- keywords: ['product', 'logo', 'stride'],
87
- package: '@atlaskit/logo',
88
- },
89
57
  };