@atlaskit/media-avatar-picker 28.0.0 → 28.0.1

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/AGENTS.md CHANGED
@@ -17,11 +17,11 @@
17
17
  > codebase and the docs after any code change. Use the `generate` subcommand to bootstrap the index
18
18
  > in a new repository.
19
19
 
20
- **Entry point:** `.agents/knowledge-index/INDEX.md` **Unit doc:**
21
- `.agents/knowledge-index/domains/media/units/atlaskit-media-avatar-picker.md` **CLI:**
22
- `python3 .agents/skills/knowledge-index/scripts/kg.py {find,read,edit,investigate,validate,init,explore,generate} …`
23
- **Refresh protocol:** never silently bump `Last verified` — always re-read the listed `Sources`
24
- first, edit, then `kg.py edit <path> --message "<reason>"`.
20
+ **Entry point:** `.agents/knowledge-index/INDEX.md`
21
+ **Unit doc:** `.agents/knowledge-index/domains/media/units/atlaskit-media-avatar-picker.md`
22
+ **Standards page:** `.agents/knowledge-index/domains/media/units/atlaskit-media-avatar-picker/standards-and-patterns.md`
23
+ **CLI:** `python3 .agents/skills/knowledge-index/scripts/kg.py {find,read,edit,investigate,validate,init,explore,generate} …`
24
+ **Refresh protocol:** never silently bump `Last verified` — always re-read the listed `Sources` first, edit, then `kg.py edit <path> --message "<reason>"`.
25
25
 
26
26
  ---
27
27
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @atlaskit/media-avatar-picker
2
2
 
3
+ ## 28.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`ee28cf33718b0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ee28cf33718b0) -
8
+ Add @atlassian/react-compiler-gating as a runtime dependency to enable React Compiler platform
9
+ gating.
10
+ - Updated dependencies
11
+
3
12
  ## 28.0.0
4
13
 
5
14
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/media-avatar-picker",
3
- "version": "28.0.0",
3
+ "version": "28.0.1",
4
4
  "description": "A component to select, drag and resize image avatars. It also provides a default list of predefined avatars.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -30,20 +30,21 @@
30
30
  }
31
31
  },
32
32
  "dependencies": {
33
- "@atlaskit/button": "^24.0.0",
33
+ "@atlaskit/button": "^24.1.0",
34
34
  "@atlaskit/css": "^1.0.0",
35
35
  "@atlaskit/flag": "^18.0.0",
36
36
  "@atlaskit/form": "^16.0.0",
37
37
  "@atlaskit/icon": "^36.0.0",
38
- "@atlaskit/media-ui": "^30.0.0",
38
+ "@atlaskit/media-ui": "^30.3.0",
39
39
  "@atlaskit/modal-dialog": "^16.0.0",
40
40
  "@atlaskit/platform-feature-flags": "^2.0.0",
41
41
  "@atlaskit/primitives": "^20.0.0",
42
42
  "@atlaskit/range": "^11.0.0",
43
43
  "@atlaskit/spinner": "^20.0.0",
44
44
  "@atlaskit/textfield": "^9.0.0",
45
- "@atlaskit/tokens": "^14.0.0",
45
+ "@atlaskit/tokens": "^15.0.0",
46
46
  "@atlaskit/visually-hidden": "^4.0.0",
47
+ "@atlassian/react-compiler-gating": "^0.2.0",
47
48
  "@babel/runtime": "^7.0.0",
48
49
  "@compiled/react": "^0.20.0",
49
50
  "exenv": "^1.2.2",
@@ -58,14 +59,13 @@
58
59
  "@atlaskit/media-core": "^38.0.0",
59
60
  "@atlaskit/media-test-helpers": "^42.0.0",
60
61
  "@atlassian/a11y-jest-testing": "^0.12.0",
61
- "@atlassian/react-compiler-gating": "workspace:^",
62
62
  "@atlassian/testing-library": "^0.6.0",
63
63
  "@testing-library/react": "^16.3.0",
64
64
  "@testing-library/user-event": "^14.4.3",
65
65
  "@types/exenv": "^1.2.0",
66
66
  "react": "^18.2.0",
67
67
  "react-dom": "^18.2.0",
68
- "react-intl": "^6.6.2"
68
+ "react-intl": "^7.0.0"
69
69
  },
70
70
  "platform-feature-flags": {
71
71
  "platform_media_package_react19_lifecycle_fix": {