@atlaskit/dropdown-menu 12.12.0 → 12.13.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @atlaskit/dropdown-menu
2
2
 
3
+ ## 12.13.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#111878](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/111878)
8
+ [`223959ef57c80`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/223959ef57c80) -
9
+ Explicitly set jsxRuntime to classic via pragma comments in order to avoid issues where jsxRuntime
10
+ is implicitly set to automatic.
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+
3
16
  ## 12.12.0
4
17
 
5
18
  ### Minor Changes
@@ -7,6 +7,9 @@ exports.default = void 0;
7
7
  var _react = require("@emotion/react");
8
8
  var _colors = require("@atlaskit/theme/colors");
9
9
  var _typography = require("@atlaskit/theme/typography");
10
+ /**
11
+ * @jsxRuntime classic
12
+ */
10
13
  /** @jsx jsx */
11
14
 
12
15
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
@@ -13,6 +13,9 @@ var _spinner = _interopRequireDefault(require("@atlaskit/spinner"));
13
13
  var _focusManager = require("../components/focus-manager");
14
14
  var _isCheckboxItem = _interopRequireDefault(require("../utils/is-checkbox-item"));
15
15
  var _isRadioItem = _interopRequireDefault(require("../utils/is-radio-item"));
16
+ /**
17
+ * @jsxRuntime classic
18
+ */
16
19
  /** @jsx jsx */
17
20
 
18
21
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @jsxRuntime classic
3
+ */
1
4
  /** @jsx jsx */
2
5
 
3
6
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @jsxRuntime classic
3
+ */
1
4
  /** @jsx jsx */
2
5
  import { useContext, useEffect, useLayoutEffect } from 'react';
3
6
 
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @jsxRuntime classic
3
+ */
1
4
  /** @jsx jsx */
2
5
 
3
6
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @jsxRuntime classic
3
+ */
1
4
  /** @jsx jsx */
2
5
  import { useContext, useEffect, useLayoutEffect } from 'react';
3
6
 
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @jsxRuntime classic
3
+ */
1
4
  /** @jsx jsx */
2
5
  import { jsx } from '@emotion/react';
3
6
  /**
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @jsxRuntime classic
3
+ */
1
4
  /** @jsx jsx */
2
5
  import { jsx } from '@emotion/react';
3
6
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/dropdown-menu",
3
- "version": "12.12.0",
3
+ "version": "12.13.0",
4
4
  "description": "A dropdown menu displays a list of actions or options to a user.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -27,17 +27,17 @@
27
27
  "runReact18": true
28
28
  },
29
29
  "dependencies": {
30
- "@atlaskit/button": "^17.17.0",
30
+ "@atlaskit/button": "^17.19.0",
31
31
  "@atlaskit/codemod-utils": "^4.2.0",
32
32
  "@atlaskit/ds-lib": "^2.3.0",
33
- "@atlaskit/icon": "^22.3.0",
33
+ "@atlaskit/icon": "^22.4.0",
34
34
  "@atlaskit/layering": "^0.3.0",
35
- "@atlaskit/menu": "^2.4.0",
36
- "@atlaskit/popup": "^1.18.0",
37
- "@atlaskit/primitives": "^7.3.0",
38
- "@atlaskit/spinner": "^16.1.0",
39
- "@atlaskit/theme": "^12.9.0",
40
- "@atlaskit/tokens": "^1.50.0",
35
+ "@atlaskit/menu": "^2.5.0",
36
+ "@atlaskit/popup": "^1.19.0",
37
+ "@atlaskit/primitives": "^7.4.0",
38
+ "@atlaskit/spinner": "^16.2.0",
39
+ "@atlaskit/theme": "^12.10.0",
40
+ "@atlaskit/tokens": "^1.51.0",
41
41
  "@babel/runtime": "^7.0.0",
42
42
  "@emotion/react": "^11.7.1",
43
43
  "bind-event-listener": "^3.0.0",
@@ -51,8 +51,8 @@
51
51
  "@af/accessibility-testing": "*",
52
52
  "@af/integration-testing": "*",
53
53
  "@af/visual-regression": "*",
54
- "@atlaskit/modal-dialog": "^12.13.0",
55
- "@atlaskit/toggle": "^13.1.0",
54
+ "@atlaskit/modal-dialog": "^12.14.0",
55
+ "@atlaskit/toggle": "^13.2.0",
56
56
  "@atlaskit/visual-regression": "*",
57
57
  "@atlassian/feature-flags-test-utils": "*",
58
58
  "@testing-library/dom": "^8.17.1",