@atlaskit/inline-dialog 15.0.0 → 15.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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/inline-dialog
2
2
 
3
+ ## 15.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 15.0.0
4
10
 
5
11
  ### Major Changes
@@ -17,7 +17,7 @@ var _popper = require("@atlaskit/popper");
17
17
  var _nodeResolverWrapper = _interopRequireDefault(require("./node-resolver-wrapper"));
18
18
  var _container = require("./styled/container");
19
19
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
20
- function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
20
+ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
21
21
  /**
22
22
  * @jsxRuntime classic
23
23
  * @jsx jsx
@@ -68,7 +68,7 @@ var InlineDialog = /*#__PURE__*/(0, _react.memo)(function InlineDialog(_ref2) {
68
68
  action: 'closed',
69
69
  componentName: 'inlineDialog',
70
70
  packageName: "@atlaskit/inline-dialog",
71
- packageVersion: "15.0.0"
71
+ packageVersion: "15.0.1"
72
72
  });
73
73
 
74
74
  // we put this into a ref to avoid handleCloseRequest having this as a dependency
@@ -12,7 +12,7 @@ var _react2 = require("@emotion/react");
12
12
  var _colors = require("@atlaskit/theme/colors");
13
13
  var _constants = require("@atlaskit/theme/constants");
14
14
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
15
- function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
15
+ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
16
16
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
17
17
  function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; } /**
18
18
  * @jsxRuntime classic
@@ -50,7 +50,7 @@ const InlineDialog = /*#__PURE__*/memo(function InlineDialog({
50
50
  action: 'closed',
51
51
  componentName: 'inlineDialog',
52
52
  packageName: "@atlaskit/inline-dialog",
53
- packageVersion: "15.0.0"
53
+ packageVersion: "15.0.1"
54
54
  });
55
55
 
56
56
  // we put this into a ref to avoid handleCloseRequest having this as a dependency
@@ -57,7 +57,7 @@ var InlineDialog = /*#__PURE__*/memo(function InlineDialog(_ref2) {
57
57
  action: 'closed',
58
58
  componentName: 'inlineDialog',
59
59
  packageName: "@atlaskit/inline-dialog",
60
- packageVersion: "15.0.0"
60
+ packageVersion: "15.0.1"
61
61
  });
62
62
 
63
63
  // we put this into a ref to avoid handleCloseRequest having this as a dependency
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/inline-dialog",
3
- "version": "15.0.0",
3
+ "version": "15.0.1",
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/"
@@ -20,11 +20,7 @@
20
20
  },
21
21
  "atlassian": {
22
22
  "team": "Design System Team",
23
- "releaseModel": "continuous",
24
23
  "runReact18": true,
25
- "productPushConsumption": [
26
- "jira"
27
- ],
28
24
  "website": {
29
25
  "name": "Inline dialog",
30
26
  "status": {
@@ -42,12 +38,12 @@
42
38
  },
43
39
  "dependencies": {
44
40
  "@atlaskit/analytics-next": "^10.1.0",
45
- "@atlaskit/ds-lib": "^2.5.0",
41
+ "@atlaskit/ds-lib": "^2.6.0",
46
42
  "@atlaskit/layering": "^0.4.0",
47
43
  "@atlaskit/platform-feature-flags": "^0.3.0",
48
- "@atlaskit/popper": "^6.2.0",
44
+ "@atlaskit/popper": "^6.3.0",
49
45
  "@atlaskit/theme": "^13.0.0",
50
- "@atlaskit/tokens": "^1.59.0",
46
+ "@atlaskit/tokens": "^2.0.0",
51
47
  "@babel/runtime": "^7.0.0",
52
48
  "@emotion/react": "^11.7.1",
53
49
  "bind-event-listener": "^3.0.0",
@@ -60,13 +56,13 @@
60
56
  "@af/accessibility-testing": "*",
61
57
  "@af/integration-testing": "*",
62
58
  "@af/visual-regression": "*",
63
- "@atlaskit/button": "^20.1.0",
64
- "@atlaskit/datetime-picker": "^14.0.0",
59
+ "@atlaskit/button": "^20.2.0",
60
+ "@atlaskit/datetime-picker": "^15.0.0",
65
61
  "@atlaskit/docs": "*",
66
62
  "@atlaskit/dropdown-menu": "^12.18.0",
67
- "@atlaskit/modal-dialog": "^12.15.0",
63
+ "@atlaskit/modal-dialog": "^12.17.0",
68
64
  "@atlaskit/section-message": "^6.6.0",
69
- "@atlaskit/select": "^17.15.0",
65
+ "@atlaskit/select": "^17.19.0",
70
66
  "@atlaskit/ssr": "*",
71
67
  "@atlaskit/visual-regression": "*",
72
68
  "@testing-library/react": "^12.1.5",