@atlaskit/icon 28.2.0 → 28.3.0

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 (63) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/afm-cc/tsconfig.json +3 -0
  3. package/afm-dev-agents/tsconfig.json +3 -0
  4. package/afm-jira/tsconfig.json +3 -0
  5. package/afm-passionfruit/tsconfig.json +3 -0
  6. package/afm-post-office/tsconfig.json +3 -0
  7. package/afm-rovo-extension/tsconfig.json +3 -0
  8. package/afm-townsquare/tsconfig.json +3 -0
  9. package/build/index.tsx +1 -1
  10. package/dist/cjs/components/icon-new.js +1 -1
  11. package/dist/cjs/components/icon-tile/icon-tile-new.compiled.css +12 -0
  12. package/dist/cjs/components/icon-tile/icon-tile-new.js +103 -0
  13. package/dist/cjs/components/{icon-tile.compiled.css → icon-tile/icon-tile-old.compiled.css} +2 -0
  14. package/dist/cjs/components/{icon-tile.js → icon-tile/icon-tile-old.js} +27 -25
  15. package/dist/cjs/components/icon-tile/index.js +85 -0
  16. package/dist/cjs/components/icon.js +1 -1
  17. package/dist/cjs/components/skeleton.js +1 -1
  18. package/dist/cjs/components/svg.js +1 -1
  19. package/dist/cjs/metadata-core.js +14 -14
  20. package/dist/cjs/metadata.js +1 -1
  21. package/dist/es2019/components/icon-new.js +1 -1
  22. package/dist/es2019/components/icon-tile/icon-tile-new.compiled.css +12 -0
  23. package/dist/es2019/components/icon-tile/icon-tile-new.js +95 -0
  24. package/dist/{esm/components/icon-tile.compiled.css → es2019/components/icon-tile/icon-tile-old.compiled.css} +2 -0
  25. package/dist/es2019/components/{icon-tile.js → icon-tile/icon-tile-old.js} +27 -25
  26. package/dist/es2019/components/icon-tile/index.js +79 -0
  27. package/dist/es2019/components/icon.js +1 -1
  28. package/dist/es2019/components/skeleton.js +1 -1
  29. package/dist/es2019/components/svg.js +1 -1
  30. package/dist/es2019/metadata-core.js +14 -14
  31. package/dist/es2019/metadata.js +1 -1
  32. package/dist/esm/components/icon-new.js +1 -1
  33. package/dist/esm/components/icon-tile/icon-tile-new.compiled.css +12 -0
  34. package/dist/esm/components/icon-tile/icon-tile-new.js +94 -0
  35. package/dist/{es2019/components/icon-tile.compiled.css → esm/components/icon-tile/icon-tile-old.compiled.css} +2 -0
  36. package/dist/esm/components/{icon-tile.js → icon-tile/icon-tile-old.js} +27 -25
  37. package/dist/esm/components/icon-tile/index.js +78 -0
  38. package/dist/esm/components/icon.js +1 -1
  39. package/dist/esm/components/skeleton.js +1 -1
  40. package/dist/esm/components/svg.js +1 -1
  41. package/dist/esm/metadata-core.js +14 -14
  42. package/dist/esm/metadata.js +1 -1
  43. package/dist/types/components/icon-tile/icon-tile-new.d.ts +7 -0
  44. package/dist/types/components/icon-tile/icon-tile-old.d.ts +7 -0
  45. package/dist/types/components/icon-tile/index.d.ts +8 -0
  46. package/dist/types/entry-points/types.d.ts +1 -1
  47. package/dist/types/metadata-core.d.ts +1 -1
  48. package/dist/types/metadata.d.ts +2 -8
  49. package/dist/types/types.d.ts +26 -3
  50. package/dist/types-ts4.5/components/icon-tile/icon-tile-new.d.ts +7 -0
  51. package/dist/types-ts4.5/components/icon-tile/icon-tile-old.d.ts +7 -0
  52. package/dist/types-ts4.5/components/icon-tile/index.d.ts +8 -0
  53. package/dist/types-ts4.5/entry-points/types.d.ts +1 -1
  54. package/dist/types-ts4.5/metadata-core.d.ts +1 -1
  55. package/dist/types-ts4.5/metadata.d.ts +2 -8
  56. package/dist/types-ts4.5/types.d.ts +26 -3
  57. package/docs/ai/icon-instructions.md +24 -0
  58. package/docs/ai/icon-tile-instructions.md +27 -0
  59. package/offerings.json +69 -0
  60. package/package.json +13 -5
  61. package/utils/logo-icons.tsx +48 -48
  62. package/dist/types/components/icon-tile.d.ts +0 -11
  63. package/dist/types-ts4.5/components/icon-tile.d.ts +0 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/icon",
3
- "version": "28.2.0",
3
+ "version": "28.3.0",
4
4
  "description": "An icon is a symbol representing a command, device, directory, or common action.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -46,7 +46,7 @@
46
46
  "id": "icon-tile",
47
47
  "status": {
48
48
  "type": "open-alpha",
49
- "description": "This is an experiment. We may make frequent breaking changes with limited notice."
49
+ "description": "This is an experiment. We are in the process of making breaking changes."
50
50
  },
51
51
  "sortKey": 2
52
52
  },
@@ -96,6 +96,7 @@
96
96
  },
97
97
  "dependencies": {
98
98
  "@atlaskit/platform-feature-flags": "^1.1.0",
99
+ "@atlaskit/tile": "^0.1.0",
99
100
  "@atlaskit/tokens": "^6.3.0",
100
101
  "@babel/register": "^7.25.9",
101
102
  "@babel/runtime": "^7.0.0",
@@ -113,8 +114,8 @@
113
114
  "@atlaskit/code": "^17.2.0",
114
115
  "@atlaskit/css": "^0.14.0",
115
116
  "@atlaskit/docs": "^11.1.0",
116
- "@atlaskit/ds-lib": "^5.0.0",
117
- "@atlaskit/form": "^12.6.0",
117
+ "@atlaskit/ds-lib": "^5.1.0",
118
+ "@atlaskit/form": "^14.0.0",
118
119
  "@atlaskit/heading": "^5.2.0",
119
120
  "@atlaskit/icon-file-type": "^7.0.0",
120
121
  "@atlaskit/icon-object": "^7.2.0",
@@ -122,12 +123,13 @@
122
123
  "@atlaskit/logo": "^19.7.0",
123
124
  "@atlaskit/menu": "^8.4.0",
124
125
  "@atlaskit/modal-dialog": "^14.3.0",
125
- "@atlaskit/primitives": "^14.14.0",
126
+ "@atlaskit/primitives": "^14.15.0",
126
127
  "@atlaskit/section-message": "^8.7.0",
127
128
  "@atlaskit/textfield": "^8.0.0",
128
129
  "@atlaskit/theme": "^21.0.0",
129
130
  "@atlaskit/toggle": "^15.1.0",
130
131
  "@atlaskit/tooltip": "^20.4.0",
132
+ "@atlassian/feature-flags-test-utils": "^0.3.0",
131
133
  "@atlassian/ssr-tests": "^0.3.0",
132
134
  "@babel/core": "7.24.9",
133
135
  "@codeshift/utils": "^0.2.4",
@@ -192,6 +194,12 @@
192
194
  },
193
195
  "platform-visual-refresh-icons-facade-button-fix": {
194
196
  "type": "boolean"
197
+ },
198
+ "platform_dst_new_icon_tile": {
199
+ "type": "boolean"
200
+ },
201
+ "platform_dst_icon_tile_circle_replacement": {
202
+ "type": "boolean"
195
203
  }
196
204
  }
197
205
  }
@@ -3,55 +3,55 @@ Unlike its sister icon info files, this one is manually curated
3
3
  */
4
4
 
5
5
  import {
6
- AtlassianIcon,
7
- BitbucketIcon,
8
- ConfluenceIcon,
9
- JiraSoftwareIcon,
10
- JiraIcon,
11
- StatuspageIcon,
6
+ AtlassianIcon,
7
+ BitbucketIcon,
8
+ ConfluenceIcon,
9
+ JiraSoftwareIcon,
10
+ JiraIcon,
11
+ StatuspageIcon,
12
12
  } from '@atlaskit/logo';
13
13
 
14
14
  export default {
15
- AtlassianIcon: {
16
- componentName: 'AtlassianIcon',
17
- isNamedImport: true,
18
- component: AtlassianIcon,
19
- keywords: ['product', 'logo', 'atlassian'],
20
- package: '@atlaskit/logo',
21
- },
22
- BitbucketIcon: {
23
- componentName: 'BitbucketIcon',
24
- isNamedImport: true,
25
- component: BitbucketIcon,
26
- keywords: ['product', 'logo', 'bitbucket'],
27
- package: '@atlaskit/logo',
28
- },
29
- ConfluenceIcon: {
30
- componentName: 'ConfluenceIcon',
31
- isNamedImport: true,
32
- component: ConfluenceIcon,
33
- keywords: ['product', 'logo', 'confluence'],
34
- package: '@atlaskit/logo',
35
- },
36
- JiraSoftwareIcon: {
37
- componentName: 'JiraSoftwareIcon',
38
- isNamedImport: true,
39
- component: JiraSoftwareIcon,
40
- keywords: ['product', 'logo', 'jira', 'software'],
41
- package: '@atlaskit/logo',
42
- },
43
- JiraIcon: {
44
- componentName: 'JiraIcon',
45
- isNamedImport: true,
46
- component: JiraIcon,
47
- keywords: ['product', 'logo', 'jira'],
48
- package: '@atlaskit/logo',
49
- },
50
- StatuspageIcon: {
51
- componentName: 'StatuspageIcon',
52
- isNamedImport: true,
53
- component: StatuspageIcon,
54
- keywords: ['product', 'logo', 'statuspage'],
55
- package: '@atlaskit/logo',
56
- },
15
+ AtlassianIcon: {
16
+ componentName: 'AtlassianIcon',
17
+ isNamedImport: true,
18
+ component: AtlassianIcon,
19
+ keywords: ['product', 'app', 'logo', 'atlassian'],
20
+ package: '@atlaskit/logo',
21
+ },
22
+ BitbucketIcon: {
23
+ componentName: 'BitbucketIcon',
24
+ isNamedImport: true,
25
+ component: BitbucketIcon,
26
+ keywords: ['product', 'app', 'logo', 'bitbucket'],
27
+ package: '@atlaskit/logo',
28
+ },
29
+ ConfluenceIcon: {
30
+ componentName: 'ConfluenceIcon',
31
+ isNamedImport: true,
32
+ component: ConfluenceIcon,
33
+ keywords: ['product', 'app', 'logo', 'confluence'],
34
+ package: '@atlaskit/logo',
35
+ },
36
+ JiraSoftwareIcon: {
37
+ componentName: 'JiraSoftwareIcon',
38
+ isNamedImport: true,
39
+ component: JiraSoftwareIcon,
40
+ keywords: ['product', 'app', 'logo', 'jira', 'software'],
41
+ package: '@atlaskit/logo',
42
+ },
43
+ JiraIcon: {
44
+ componentName: 'JiraIcon',
45
+ isNamedImport: true,
46
+ component: JiraIcon,
47
+ keywords: ['product', 'app', 'logo', 'jira'],
48
+ package: '@atlaskit/logo',
49
+ },
50
+ StatuspageIcon: {
51
+ componentName: 'StatuspageIcon',
52
+ isNamedImport: true,
53
+ component: StatuspageIcon,
54
+ keywords: ['product', 'app', 'logo', 'statuspage'],
55
+ package: '@atlaskit/logo',
56
+ },
57
57
  };
@@ -1,11 +0,0 @@
1
- import { type IconTileProps } from '../types';
2
- /**
3
- * __IconTile__ -- ⚠️ Experimental ⚠️
4
- *
5
- * An icon tile is used to present an icon with a background color.
6
- * Icon tiles, unlike standard icons, can scale up and down to provide greater emphasis.
7
- *
8
- * This component is currently in an experimental state and is subject to change in minor or patch releases.
9
- *
10
- */
11
- export default function IconTile(props: IconTileProps): JSX.Element;
@@ -1,11 +0,0 @@
1
- import { type IconTileProps } from '../types';
2
- /**
3
- * __IconTile__ -- ⚠️ Experimental ⚠️
4
- *
5
- * An icon tile is used to present an icon with a background color.
6
- * Icon tiles, unlike standard icons, can scale up and down to provide greater emphasis.
7
- *
8
- * This component is currently in an experimental state and is subject to change in minor or patch releases.
9
- *
10
- */
11
- export default function IconTile(props: IconTileProps): JSX.Element;