@atlaskit/modal-dialog 14.11.2 → 14.11.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @atlaskit/modal-dialog
2
2
 
3
+ ## 14.11.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [`6e5dce6aa20ee`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6e5dce6aa20ee) -
8
+ Fixed an issue where the modal title may have incorrect font styles.
9
+ - Updated dependencies
10
+
11
+ ## 14.11.3
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 14.11.2
4
18
 
5
19
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- /* modal-dialog.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* modal-dialog.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -1,4 +1,4 @@
1
- /* modal-wrapper.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* modal-wrapper.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -88,7 +88,7 @@ var InternalModalWrapper = function InternalModalWrapper(props) {
88
88
  action: 'closed',
89
89
  componentName: 'modalDialog',
90
90
  packageName: "@atlaskit/modal-dialog",
91
- packageVersion: "14.11.1"
91
+ packageVersion: "0.0.0-development"
92
92
  });
93
93
  var onBlanketClicked = (0, _react.useCallback)(function (e) {
94
94
  if (shouldCloseOnOverlayClick) {
@@ -1,4 +1,4 @@
1
- /* positioner.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* positioner.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  "use strict";
3
3
 
4
4
  var _typeof = require("@babel/runtime/helpers/typeof");
@@ -1,4 +1,4 @@
1
- /* scroll-container.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* scroll-container.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -1,4 +1,4 @@
1
- /* modal-body.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* modal-body.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -1,4 +1,4 @@
1
- /* modal-footer.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* modal-footer.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  "use strict";
3
3
 
4
4
  var _typeof = require("@babel/runtime/helpers/typeof");
@@ -1,4 +1,4 @@
1
- /* modal-header.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* modal-header.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -1,4 +1,4 @@
1
- /* modal-title.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* modal-title.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -60,7 +60,7 @@ var ModalTitle = function ModalTitle(props) {
60
60
  }), /*#__PURE__*/React.createElement("span", {
61
61
  id: titleId,
62
62
  "data-testid": testId && "".concat(testId, "-text"),
63
- className: (0, _runtime.ax)(["_16jlkb7n _1o9zkb7n _i0dl1wug _1ul9idpf _slp31hna", !isMultiline && "_1reo15vq _18m915vq _1bto1l2s _o5721q9c"])
63
+ className: (0, _runtime.ax)(["_16jlkb7n _1o9zkb7n _i0dl1wug _11c81af2 _1ul9idpf _slp31hna", !isMultiline && "_1reo15vq _18m915vq _1bto1l2s _o5721q9c"])
64
64
  }, children));
65
65
  };
66
66
  var _default = exports.default = ModalTitle;
@@ -1,4 +1,4 @@
1
- /* modal-dialog.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* modal-dialog.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import "./modal-dialog.compiled.css";
4
4
  import * as React from 'react';
@@ -1,4 +1,4 @@
1
- /* modal-wrapper.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* modal-wrapper.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import "./modal-wrapper.compiled.css";
4
4
  import * as React from 'react';
@@ -75,7 +75,7 @@ const InternalModalWrapper = props => {
75
75
  action: 'closed',
76
76
  componentName: 'modalDialog',
77
77
  packageName: "@atlaskit/modal-dialog",
78
- packageVersion: "14.11.1"
78
+ packageVersion: "0.0.0-development"
79
79
  });
80
80
  const onBlanketClicked = useCallback(e => {
81
81
  if (shouldCloseOnOverlayClick) {
@@ -1,4 +1,4 @@
1
- /* positioner.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* positioner.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import "./positioner.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* scroll-container.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* scroll-container.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import "./scroll-container.compiled.css";
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
4
  import React, { forwardRef, useEffect, useRef, useState } from 'react';
@@ -1,4 +1,4 @@
1
- /* modal-body.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* modal-body.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import "./modal-body.compiled.css";
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
4
  import React from 'react';
@@ -1,4 +1,4 @@
1
- /* modal-footer.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* modal-footer.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import "./modal-footer.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* modal-header.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* modal-header.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import "./modal-header.compiled.css";
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
4
  import React from 'react';
@@ -1,4 +1,4 @@
1
- /* modal-title.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* modal-title.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import "./modal-title.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -54,7 +54,7 @@ const ModalTitle = props => {
54
54
  }), /*#__PURE__*/React.createElement("span", {
55
55
  id: titleId,
56
56
  "data-testid": testId && `${testId}-text`,
57
- className: ax(["_16jlkb7n _1o9zkb7n _i0dl1wug _1ul9idpf _slp31hna", !isMultiline && "_1reo15vq _18m915vq _1bto1l2s _o5721q9c"])
57
+ className: ax(["_16jlkb7n _1o9zkb7n _i0dl1wug _11c81af2 _1ul9idpf _slp31hna", !isMultiline && "_1reo15vq _18m915vq _1bto1l2s _o5721q9c"])
58
58
  }, children));
59
59
  };
60
60
  export default ModalTitle;
@@ -1,4 +1,4 @@
1
- /* modal-dialog.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* modal-dialog.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
4
4
  import _typeof from "@babel/runtime/helpers/typeof";
@@ -1,4 +1,4 @@
1
- /* modal-wrapper.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* modal-wrapper.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import "./modal-wrapper.compiled.css";
4
4
  import * as React from 'react';
@@ -79,7 +79,7 @@ var InternalModalWrapper = function InternalModalWrapper(props) {
79
79
  action: 'closed',
80
80
  componentName: 'modalDialog',
81
81
  packageName: "@atlaskit/modal-dialog",
82
- packageVersion: "14.11.1"
82
+ packageVersion: "0.0.0-development"
83
83
  });
84
84
  var onBlanketClicked = useCallback(function (e) {
85
85
  if (shouldCloseOnOverlayClick) {
@@ -1,4 +1,4 @@
1
- /* positioner.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* positioner.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import "./positioner.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* scroll-container.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* scroll-container.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
3
3
  import "./scroll-container.compiled.css";
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* modal-body.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* modal-body.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import "./modal-body.compiled.css";
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
4
  import React from 'react';
@@ -1,4 +1,4 @@
1
- /* modal-footer.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* modal-footer.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import "./modal-footer.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* modal-header.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* modal-header.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import "./modal-header.compiled.css";
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
4
  import React from 'react';
@@ -1,4 +1,4 @@
1
- /* modal-title.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* modal-title.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import "./modal-title.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -51,7 +51,7 @@ var ModalTitle = function ModalTitle(props) {
51
51
  }), /*#__PURE__*/React.createElement("span", {
52
52
  id: titleId,
53
53
  "data-testid": testId && "".concat(testId, "-text"),
54
- className: ax(["_16jlkb7n _1o9zkb7n _i0dl1wug _1ul9idpf _slp31hna", !isMultiline && "_1reo15vq _18m915vq _1bto1l2s _o5721q9c"])
54
+ className: ax(["_16jlkb7n _1o9zkb7n _i0dl1wug _11c81af2 _1ul9idpf _slp31hna", !isMultiline && "_1reo15vq _18m915vq _1bto1l2s _o5721q9c"])
55
55
  }, children));
56
56
  };
57
57
  export default ModalTitle;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/modal-dialog",
3
- "version": "14.11.2",
3
+ "version": "14.11.4",
4
4
  "description": "A modal dialog displays content that requires user interaction, in a layer above the page.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -31,18 +31,18 @@
31
31
  "@atlaskit/blanket": "^15.0.0",
32
32
  "@atlaskit/button": "^23.10.0",
33
33
  "@atlaskit/css": "^0.19.0",
34
- "@atlaskit/ds-lib": "^5.3.0",
34
+ "@atlaskit/ds-lib": "^6.0.0",
35
35
  "@atlaskit/icon": "^32.0.0",
36
36
  "@atlaskit/layering": "^3.6.0",
37
- "@atlaskit/motion": "^5.3.0",
37
+ "@atlaskit/motion": "^5.4.0",
38
38
  "@atlaskit/platform-feature-flags": "^1.1.0",
39
39
  "@atlaskit/portal": "^5.2.0",
40
40
  "@atlaskit/pragmatic-drag-and-drop": "^1.7.0",
41
41
  "@atlaskit/primitives": "^18.0.0",
42
42
  "@atlaskit/theme": "^22.0.0",
43
- "@atlaskit/tokens": "^11.0.0",
43
+ "@atlaskit/tokens": "^11.1.0",
44
44
  "@babel/runtime": "^7.0.0",
45
- "@compiled/react": "^0.18.6",
45
+ "@compiled/react": "^0.20.0",
46
46
  "bind-event-listener": "^3.0.0",
47
47
  "raf-schd": "^4.0.3",
48
48
  "react-focus-lock": "^2.9.5",
@@ -62,16 +62,16 @@
62
62
  "@atlaskit/checkbox": "^17.3.0",
63
63
  "@atlaskit/code": "^17.4.0",
64
64
  "@atlaskit/datetime-picker": "^17.5.0",
65
- "@atlaskit/docs": "^11.5.0",
66
- "@atlaskit/dropdown-menu": "^16.5.0",
65
+ "@atlaskit/docs": "^11.7.0",
66
+ "@atlaskit/dropdown-menu": "^16.6.0",
67
67
  "@atlaskit/flag": "^17.8.0",
68
- "@atlaskit/form": "^15.3.0",
68
+ "@atlaskit/form": "^15.4.0",
69
69
  "@atlaskit/heading": "^5.3.0",
70
70
  "@atlaskit/link": "^3.3.0",
71
71
  "@atlaskit/popup": "^4.13.0",
72
72
  "@atlaskit/radio": "^8.4.0",
73
73
  "@atlaskit/section-message": "^8.12.0",
74
- "@atlaskit/select": "^21.7.0",
74
+ "@atlaskit/select": "^21.8.0",
75
75
  "@atlaskit/spotlight": "^0.10.0",
76
76
  "@atlaskit/textfield": "^8.2.0",
77
77
  "@atlaskit/tooltip": "^20.14.0",