@atlaskit/modal-dialog 14.10.0 → 14.10.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 +6 -0
- package/dist/cjs/internal/components/modal-wrapper.js +1 -1
- package/dist/cjs/modal-body.compiled.css +1 -1
- package/dist/cjs/modal-body.js +1 -1
- package/dist/cjs/modal-title.compiled.css +1 -1
- package/dist/cjs/modal-title.js +1 -1
- package/dist/es2019/internal/components/modal-wrapper.js +1 -1
- package/dist/es2019/modal-body.compiled.css +1 -1
- package/dist/es2019/modal-body.js +1 -1
- package/dist/es2019/modal-title.compiled.css +1 -1
- package/dist/es2019/modal-title.js +1 -1
- package/dist/esm/internal/components/modal-wrapper.js +1 -1
- package/dist/esm/modal-body.compiled.css +1 -1
- package/dist/esm/modal-body.js +1 -1
- package/dist/esm/modal-title.compiled.css +1 -1
- package/dist/esm/modal-title.js +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -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: "
|
|
91
|
+
packageVersion: "14.10.0"
|
|
92
92
|
});
|
|
93
93
|
var onBlanketClicked = (0, _react.useCallback)(function (e) {
|
|
94
94
|
if (shouldCloseOnOverlayClick) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
._11c8fhey{font:var(--ds-font-body,normal 400 14px/20px "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
2
|
._18zr1ejb{padding-inline:var(--ds-space-300,24px)}
|
|
3
3
|
._1rjcv77o{padding-block:var(--ds-space-025,2px)}
|
|
4
4
|
._16jlkb7n{flex-grow:1}
|
package/dist/cjs/modal-body.js
CHANGED
|
@@ -14,7 +14,7 @@ var _hooks = require("./hooks");
|
|
|
14
14
|
var _scrollContainer = _interopRequireDefault(require("./internal/components/scroll-container"));
|
|
15
15
|
var _useScroll = _interopRequireDefault(require("./internal/hooks/use-scroll"));
|
|
16
16
|
var styles = {
|
|
17
|
-
root: "_16jlkb7n _1o9zkb7n _i0dl1wug
|
|
17
|
+
root: "_16jlkb7n _1o9zkb7n _i0dl1wug _11c8fhey",
|
|
18
18
|
paddingBlock: "_1rjcv77o",
|
|
19
19
|
paddingInline: "_18zr1ejb"
|
|
20
20
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
._11c81af2{font:var(--ds-font-heading-medium,normal 653 20px/24px "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
2
|
._zulpu2gc{gap:var(--ds-space-100,8px)}
|
|
3
3
|
._12l2ze3t{margin-inline-end:var(--ds-space-0,0)}
|
|
4
4
|
._16jlidpf{flex-grow:0}
|
package/dist/cjs/modal-title.js
CHANGED
|
@@ -54,7 +54,7 @@ var ModalTitle = function ModalTitle(props) {
|
|
|
54
54
|
var testId = userDefinedTestId || modalTestId && "".concat(modalTestId, "--title");
|
|
55
55
|
return /*#__PURE__*/React.createElement("h1", {
|
|
56
56
|
"data-testid": testId,
|
|
57
|
-
className: (0, _runtime.ax)(["_zulpu2gc
|
|
57
|
+
className: (0, _runtime.ax)(["_zulpu2gc _11c81af2 _1e0c1txw _1ul9idpf _6rthze3t _1pfhze3t _12l2ze3t _ahbqze3t"])
|
|
58
58
|
}, appearance && /*#__PURE__*/React.createElement(TitleIcon, {
|
|
59
59
|
appearance: appearance
|
|
60
60
|
}), /*#__PURE__*/React.createElement("span", {
|
|
@@ -75,7 +75,7 @@ const InternalModalWrapper = props => {
|
|
|
75
75
|
action: 'closed',
|
|
76
76
|
componentName: 'modalDialog',
|
|
77
77
|
packageName: "@atlaskit/modal-dialog",
|
|
78
|
-
packageVersion: "
|
|
78
|
+
packageVersion: "14.10.0"
|
|
79
79
|
});
|
|
80
80
|
const onBlanketClicked = useCallback(e => {
|
|
81
81
|
if (shouldCloseOnOverlayClick) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
._11c8fhey{font:var(--ds-font-body,normal 400 14px/20px "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
2
|
._18zr1ejb{padding-inline:var(--ds-space-300,24px)}
|
|
3
3
|
._1rjcv77o{padding-block:var(--ds-space-025,2px)}
|
|
4
4
|
._16jlkb7n{flex-grow:1}
|
|
@@ -7,7 +7,7 @@ import { useModal } from './hooks';
|
|
|
7
7
|
import ScrollContainer from './internal/components/scroll-container';
|
|
8
8
|
import useScroll from './internal/hooks/use-scroll';
|
|
9
9
|
const styles = {
|
|
10
|
-
root: "_16jlkb7n _1o9zkb7n _i0dl1wug
|
|
10
|
+
root: "_16jlkb7n _1o9zkb7n _i0dl1wug _11c8fhey",
|
|
11
11
|
paddingBlock: "_1rjcv77o",
|
|
12
12
|
paddingInline: "_18zr1ejb"
|
|
13
13
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
._11c81af2{font:var(--ds-font-heading-medium,normal 653 20px/24px "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
2
|
._zulpu2gc{gap:var(--ds-space-100,8px)}
|
|
3
3
|
._12l2ze3t{margin-inline-end:var(--ds-space-0,0)}
|
|
4
4
|
._16jlidpf{flex-grow:0}
|
|
@@ -48,7 +48,7 @@ const ModalTitle = props => {
|
|
|
48
48
|
const testId = userDefinedTestId || modalTestId && `${modalTestId}--title`;
|
|
49
49
|
return /*#__PURE__*/React.createElement("h1", {
|
|
50
50
|
"data-testid": testId,
|
|
51
|
-
className: ax(["_zulpu2gc
|
|
51
|
+
className: ax(["_zulpu2gc _11c81af2 _1e0c1txw _1ul9idpf _6rthze3t _1pfhze3t _12l2ze3t _ahbqze3t"])
|
|
52
52
|
}, appearance && /*#__PURE__*/React.createElement(TitleIcon, {
|
|
53
53
|
appearance: appearance
|
|
54
54
|
}), /*#__PURE__*/React.createElement("span", {
|
|
@@ -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: "
|
|
82
|
+
packageVersion: "14.10.0"
|
|
83
83
|
});
|
|
84
84
|
var onBlanketClicked = useCallback(function (e) {
|
|
85
85
|
if (shouldCloseOnOverlayClick) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
._11c8fhey{font:var(--ds-font-body,normal 400 14px/20px "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
2
|
._18zr1ejb{padding-inline:var(--ds-space-300,24px)}
|
|
3
3
|
._1rjcv77o{padding-block:var(--ds-space-025,2px)}
|
|
4
4
|
._16jlkb7n{flex-grow:1}
|
package/dist/esm/modal-body.js
CHANGED
|
@@ -7,7 +7,7 @@ import { useModal } from './hooks';
|
|
|
7
7
|
import ScrollContainer from './internal/components/scroll-container';
|
|
8
8
|
import useScroll from './internal/hooks/use-scroll';
|
|
9
9
|
var styles = {
|
|
10
|
-
root: "_16jlkb7n _1o9zkb7n _i0dl1wug
|
|
10
|
+
root: "_16jlkb7n _1o9zkb7n _i0dl1wug _11c8fhey",
|
|
11
11
|
paddingBlock: "_1rjcv77o",
|
|
12
12
|
paddingInline: "_18zr1ejb"
|
|
13
13
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
._11c81af2{font:var(--ds-font-heading-medium,normal 653 20px/24px "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
2
|
._zulpu2gc{gap:var(--ds-space-100,8px)}
|
|
3
3
|
._12l2ze3t{margin-inline-end:var(--ds-space-0,0)}
|
|
4
4
|
._16jlidpf{flex-grow:0}
|
package/dist/esm/modal-title.js
CHANGED
|
@@ -45,7 +45,7 @@ var ModalTitle = function ModalTitle(props) {
|
|
|
45
45
|
var testId = userDefinedTestId || modalTestId && "".concat(modalTestId, "--title");
|
|
46
46
|
return /*#__PURE__*/React.createElement("h1", {
|
|
47
47
|
"data-testid": testId,
|
|
48
|
-
className: ax(["_zulpu2gc
|
|
48
|
+
className: ax(["_zulpu2gc _11c81af2 _1e0c1txw _1ul9idpf _6rthze3t _1pfhze3t _12l2ze3t _ahbqze3t"])
|
|
49
49
|
}, appearance && /*#__PURE__*/React.createElement(TitleIcon, {
|
|
50
50
|
appearance: appearance
|
|
51
51
|
}), /*#__PURE__*/React.createElement("span", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/modal-dialog",
|
|
3
|
-
"version": "14.10.
|
|
3
|
+
"version": "14.10.1",
|
|
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/"
|
|
@@ -38,9 +38,9 @@
|
|
|
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
|
-
"@atlaskit/primitives": "^17.
|
|
41
|
+
"@atlaskit/primitives": "^17.1.0",
|
|
42
42
|
"@atlaskit/theme": "^21.0.0",
|
|
43
|
-
"@atlaskit/tokens": "^
|
|
43
|
+
"@atlaskit/tokens": "^10.0.0",
|
|
44
44
|
"@babel/runtime": "^7.0.0",
|
|
45
45
|
"@compiled/react": "^0.18.6",
|
|
46
46
|
"bind-event-listener": "^3.0.0",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"@atlaskit/checkbox": "^17.3.0",
|
|
63
63
|
"@atlaskit/code": "^17.4.0",
|
|
64
64
|
"@atlaskit/datetime-picker": "^17.4.0",
|
|
65
|
-
"@atlaskit/docs": "^11.
|
|
65
|
+
"@atlaskit/docs": "^11.3.0",
|
|
66
66
|
"@atlaskit/dropdown-menu": "^16.4.0",
|
|
67
67
|
"@atlaskit/flag": "^17.8.0",
|
|
68
68
|
"@atlaskit/form": "^15.3.0",
|
|
@@ -71,7 +71,7 @@
|
|
|
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.
|
|
74
|
+
"@atlaskit/select": "^21.7.0",
|
|
75
75
|
"@atlaskit/spotlight": "^0.10.0",
|
|
76
76
|
"@atlaskit/textfield": "^8.2.0",
|
|
77
77
|
"@atlaskit/tooltip": "^20.14.0",
|