@atlaskit/modal-dialog 13.0.2 → 13.0.3
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
package/dist/cjs/modal-title.js
CHANGED
|
@@ -26,7 +26,7 @@ var titleStyles = (0, _react.css)({
|
|
|
26
26
|
minWidth: 0,
|
|
27
27
|
margin: "var(--ds-space-0, 0px)",
|
|
28
28
|
gap: "var(--ds-space-100, 8px)",
|
|
29
|
-
font: "var(--ds-font-heading-medium, normal 500 20px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu,
|
|
29
|
+
font: "var(--ds-font-heading-medium, normal 500 20px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)"
|
|
30
30
|
});
|
|
31
31
|
var textStyles = (0, _react.css)({
|
|
32
32
|
minWidth: 0,
|
|
@@ -103,7 +103,7 @@ var ModalWrapper = function ModalWrapper(props) {
|
|
|
103
103
|
action: 'closed',
|
|
104
104
|
componentName: 'modalDialog',
|
|
105
105
|
packageName: "@atlaskit/modal-dialog",
|
|
106
|
-
packageVersion: "13.0.
|
|
106
|
+
packageVersion: "13.0.3"
|
|
107
107
|
});
|
|
108
108
|
var onBlanketClicked = (0, _react.useCallback)(function (e) {
|
|
109
109
|
if (shouldCloseOnOverlayClick) {
|
|
@@ -18,7 +18,7 @@ const titleStyles = css({
|
|
|
18
18
|
minWidth: 0,
|
|
19
19
|
margin: "var(--ds-space-0, 0px)",
|
|
20
20
|
gap: "var(--ds-space-100, 8px)",
|
|
21
|
-
font: "var(--ds-font-heading-medium, normal 500 20px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu,
|
|
21
|
+
font: "var(--ds-font-heading-medium, normal 500 20px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)"
|
|
22
22
|
});
|
|
23
23
|
const textStyles = css({
|
|
24
24
|
minWidth: 0,
|
|
@@ -88,7 +88,7 @@ const ModalWrapper = props => {
|
|
|
88
88
|
action: 'closed',
|
|
89
89
|
componentName: 'modalDialog',
|
|
90
90
|
packageName: "@atlaskit/modal-dialog",
|
|
91
|
-
packageVersion: "13.0.
|
|
91
|
+
packageVersion: "13.0.3"
|
|
92
92
|
});
|
|
93
93
|
const onBlanketClicked = useCallback(e => {
|
|
94
94
|
if (shouldCloseOnOverlayClick) {
|
package/dist/esm/modal-title.js
CHANGED
|
@@ -18,7 +18,7 @@ var titleStyles = css({
|
|
|
18
18
|
minWidth: 0,
|
|
19
19
|
margin: "var(--ds-space-0, 0px)",
|
|
20
20
|
gap: "var(--ds-space-100, 8px)",
|
|
21
|
-
font: "var(--ds-font-heading-medium, normal 500 20px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu,
|
|
21
|
+
font: "var(--ds-font-heading-medium, normal 500 20px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)"
|
|
22
22
|
});
|
|
23
23
|
var textStyles = css({
|
|
24
24
|
minWidth: 0,
|
|
@@ -93,7 +93,7 @@ var ModalWrapper = function ModalWrapper(props) {
|
|
|
93
93
|
action: 'closed',
|
|
94
94
|
componentName: 'modalDialog',
|
|
95
95
|
packageName: "@atlaskit/modal-dialog",
|
|
96
|
-
packageVersion: "13.0.
|
|
96
|
+
packageVersion: "13.0.3"
|
|
97
97
|
});
|
|
98
98
|
var onBlanketClicked = useCallback(function (e) {
|
|
99
99
|
if (shouldCloseOnOverlayClick) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/modal-dialog",
|
|
3
|
-
"version": "13.0.
|
|
3
|
+
"version": "13.0.3",
|
|
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/"
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"@atlaskit/portal": "^5.0.0",
|
|
41
41
|
"@atlaskit/pragmatic-drag-and-drop": "^1.5.0",
|
|
42
42
|
"@atlaskit/primitives": "^14.1.0",
|
|
43
|
-
"@atlaskit/theme": "^
|
|
44
|
-
"@atlaskit/tokens": "^4.
|
|
43
|
+
"@atlaskit/theme": "^18.0.0",
|
|
44
|
+
"@atlaskit/tokens": "^4.3.0",
|
|
45
45
|
"@babel/runtime": "^7.0.0",
|
|
46
46
|
"@emotion/react": "^11.7.1",
|
|
47
47
|
"bind-event-listener": "^3.0.0",
|
|
@@ -56,12 +56,12 @@
|
|
|
56
56
|
"@af/accessibility-testing": "*",
|
|
57
57
|
"@af/integration-testing": "*",
|
|
58
58
|
"@af/visual-regression": "*",
|
|
59
|
-
"@atlaskit/avatar": "^
|
|
59
|
+
"@atlaskit/avatar": "^24.0.0",
|
|
60
60
|
"@atlaskit/avatar-group": "^12.0.0",
|
|
61
61
|
"@atlaskit/banner": "^13.0.0",
|
|
62
62
|
"@atlaskit/breadcrumbs": "^15.0.0",
|
|
63
63
|
"@atlaskit/button": "*",
|
|
64
|
-
"@atlaskit/checkbox": "^
|
|
64
|
+
"@atlaskit/checkbox": "^17.0.0",
|
|
65
65
|
"@atlaskit/datetime-picker": "^16.0.0",
|
|
66
66
|
"@atlaskit/docs": "*",
|
|
67
67
|
"@atlaskit/dropdown-menu": "^13.0.0",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"@atlaskit/popup": "^2.0.0",
|
|
75
75
|
"@atlaskit/radio": "^8.0.0",
|
|
76
76
|
"@atlaskit/section-message": "*",
|
|
77
|
-
"@atlaskit/select": "^
|
|
77
|
+
"@atlaskit/select": "^20.0.0",
|
|
78
78
|
"@atlaskit/ssr": "*",
|
|
79
79
|
"@atlaskit/textfield": "^8.0.0",
|
|
80
80
|
"@atlaskit/tooltip": "^20.0.0",
|