@atlaskit/modal-dialog 12.19.0 → 12.19.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/modal-dialog
2
2
 
3
+ ## 12.19.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 12.19.0
4
10
 
5
11
  ### Minor Changes
@@ -98,7 +98,9 @@ var ModalTitle = function ModalTitle(props) {
98
98
  id: titleId,
99
99
  css: [textStyles, !isMultiline && truncatedTextStyles],
100
100
  "data-testid": testId && "".concat(testId, "-text")
101
- }, children))) : (0, _react.jsx)("h1", {
101
+ }, children))) :
102
+ // eslint-disable-next-line @atlaskit/design-system/use-heading
103
+ (0, _react.jsx)("h1", {
102
104
  css: titleStyles,
103
105
  "data-testid": testId
104
106
  }, appearance && (0, _react.jsx)(TitleIcon, {
@@ -108,7 +108,7 @@ var ModalWrapper = function ModalWrapper(props) {
108
108
  action: 'closed',
109
109
  componentName: 'modalDialog',
110
110
  packageName: "@atlaskit/modal-dialog",
111
- packageVersion: "12.19.0"
111
+ packageVersion: "12.19.1"
112
112
  });
113
113
  var onBlanketClicked = (0, _react.useCallback)(function (e) {
114
114
  if (shouldCloseOnOverlayClick) {
@@ -93,7 +93,9 @@ const ModalTitle = props => {
93
93
  id: titleId,
94
94
  css: [textStyles, !isMultiline && truncatedTextStyles],
95
95
  "data-testid": testId && `${testId}-text`
96
- }, children))) : jsx("h1", {
96
+ }, children))) :
97
+ // eslint-disable-next-line @atlaskit/design-system/use-heading
98
+ jsx("h1", {
97
99
  css: titleStyles,
98
100
  "data-testid": testId
99
101
  }, appearance && jsx(TitleIcon, {
@@ -93,7 +93,7 @@ const ModalWrapper = props => {
93
93
  action: 'closed',
94
94
  componentName: 'modalDialog',
95
95
  packageName: "@atlaskit/modal-dialog",
96
- packageVersion: "12.19.0"
96
+ packageVersion: "12.19.1"
97
97
  });
98
98
  const onBlanketClicked = useCallback(e => {
99
99
  if (shouldCloseOnOverlayClick) {
@@ -90,7 +90,9 @@ var ModalTitle = function ModalTitle(props) {
90
90
  id: titleId,
91
91
  css: [textStyles, !isMultiline && truncatedTextStyles],
92
92
  "data-testid": testId && "".concat(testId, "-text")
93
- }, children))) : jsx("h1", {
93
+ }, children))) :
94
+ // eslint-disable-next-line @atlaskit/design-system/use-heading
95
+ jsx("h1", {
94
96
  css: titleStyles,
95
97
  "data-testid": testId
96
98
  }, appearance && jsx(TitleIcon, {
@@ -98,7 +98,7 @@ var ModalWrapper = function ModalWrapper(props) {
98
98
  action: 'closed',
99
99
  componentName: 'modalDialog',
100
100
  packageName: "@atlaskit/modal-dialog",
101
- packageVersion: "12.19.0"
101
+ packageVersion: "12.19.1"
102
102
  });
103
103
  var onBlanketClicked = useCallback(function (e) {
104
104
  if (shouldCloseOnOverlayClick) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/modal-dialog",
3
- "version": "12.19.0",
3
+ "version": "12.19.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/"
@@ -33,7 +33,7 @@
33
33
  "@atlaskit/codemod-utils": "^4.2.0",
34
34
  "@atlaskit/ds-lib": "^3.3.0",
35
35
  "@atlaskit/focus-ring": "^2.0.0",
36
- "@atlaskit/icon": "^23.1.0",
36
+ "@atlaskit/icon": "^23.3.0",
37
37
  "@atlaskit/layering": "^1.0.0",
38
38
  "@atlaskit/motion": "^1.9.0",
39
39
  "@atlaskit/platform-feature-flags": "^0.3.0",
@@ -41,7 +41,7 @@
41
41
  "@atlaskit/pragmatic-drag-and-drop": "^1.4.0",
42
42
  "@atlaskit/primitives": "^13.3.0",
43
43
  "@atlaskit/theme": "^14.0.0",
44
- "@atlaskit/tokens": "^2.5.0",
44
+ "@atlaskit/tokens": "^3.0.0",
45
45
  "@babel/runtime": "^7.0.0",
46
46
  "@emotion/react": "^11.7.1",
47
47
  "bind-event-listener": "^3.0.0",
@@ -58,7 +58,7 @@
58
58
  "@af/visual-regression": "*",
59
59
  "@atlaskit/button": "*",
60
60
  "@atlaskit/checkbox": "^15.2.0",
61
- "@atlaskit/dropdown-menu": "^12.23.0",
61
+ "@atlaskit/dropdown-menu": "^12.24.0",
62
62
  "@atlaskit/popup": "^1.30.0",
63
63
  "@atlaskit/radio": "^7.0.0",
64
64
  "@atlaskit/select": "^18.9.0",