@atlaskit/inline-dialog 17.2.3 → 17.2.4

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 +6 -0
  2. package/package.json +9 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/inline-dialog
2
2
 
3
+ ## 17.2.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 17.2.3
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/inline-dialog",
3
- "version": "17.2.3",
3
+ "version": "17.2.4",
4
4
  "description": "An inline dialog is a pop-up container for small amounts of information. It can also contain controls.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -22,7 +22,6 @@
22
22
  },
23
23
  "atlassian": {
24
24
  "team": "Design System Team",
25
- "runReact18": true,
26
25
  "website": {
27
26
  "name": "Inline dialog",
28
27
  "status": {
@@ -43,9 +42,9 @@
43
42
  "@atlaskit/ds-lib": "^4.0.0",
44
43
  "@atlaskit/layering": "^3.0.0",
45
44
  "@atlaskit/platform-feature-flags": "^1.1.0",
46
- "@atlaskit/popper": "^7.0.0",
47
- "@atlaskit/theme": "^18.0.0",
48
- "@atlaskit/tokens": "^5.1.0",
45
+ "@atlaskit/popper": "^7.1.0",
46
+ "@atlaskit/theme": "^19.0.0",
47
+ "@atlaskit/tokens": "^5.4.0",
49
48
  "@babel/runtime": "^7.0.0",
50
49
  "@compiled/react": "^0.18.3",
51
50
  "bind-event-listener": "^3.0.0",
@@ -59,15 +58,15 @@
59
58
  "@af/integration-testing": "workspace:^",
60
59
  "@af/visual-regression": "workspace:^",
61
60
  "@atlaskit/button": "^23.2.0",
62
- "@atlaskit/css": "^0.10.0",
61
+ "@atlaskit/css": "^0.12.0",
63
62
  "@atlaskit/datetime-picker": "^17.0.0",
64
- "@atlaskit/docs": "^10.0.0",
65
- "@atlaskit/dropdown-menu": "^16.0.0",
63
+ "@atlaskit/docs": "^11.0.0",
64
+ "@atlaskit/dropdown-menu": "^16.1.0",
66
65
  "@atlaskit/link": "^3.2.0",
67
66
  "@atlaskit/modal-dialog": "^14.2.0",
68
- "@atlaskit/primitives": "^14.8.0",
67
+ "@atlaskit/primitives": "^14.10.0",
69
68
  "@atlaskit/section-message": "^8.2.0",
70
- "@atlaskit/select": "^20.7.0",
69
+ "@atlaskit/select": "^21.1.0",
71
70
  "@atlassian/ssr-tests": "^0.2.0",
72
71
  "@testing-library/react": "^13.4.0",
73
72
  "@types/react-node-resolver": "^2.0.0",