@atlaskit/modal-dialog 14.3.8 → 14.3.10

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.3.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 14.3.9
10
+
11
+ ### Patch Changes
12
+
13
+ - [`255837cfba315`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/255837cfba315) -
14
+ Internal changes to how border radius is applied.
15
+ - Updated dependencies
16
+
3
17
  ## 14.3.8
4
18
 
5
19
  ### Patch Changes
@@ -22,4 +22,4 @@
22
22
  ._mizu1p6i:focus-visible{outline-color:var(--ds-border-focused,#388bff)}
23
23
  ._ra3xnqa1:focus-visible{outline-style:solid}
24
24
  @media screen and (-ms-high-contrast:active),screen and (forced-colors:active){._1cvmnqa1:focus-visible{outline-style:solid}._4davt94y:focus-visible{outline-width:1px}}
25
- @media (min-width:30rem){._8kn617ks._8kn617ks{min-height:var(--modal-dialog-height)}._cbiz17ks._cbiz17ks{height:var(--modal-dialog-height)}._bolh1kw7._bolh1kw7{max-height:inherit}._epkx1sit{border-radius:var(--ds-border-radius,3px)}._we1i1kw7{max-width:inherit}._zg7p1cd0{box-shadow:var(--ds-shadow-overlay,0 8px 9pt #091e4226,0 0 1px #091e424f)}._yakv1kw7{margin-inline-end:inherit}._4lht1kw7{margin-inline-start:inherit}._1xlt6m9r._1xlt6m9r{width:var(--modal-dialog-width)}}
25
+ @media (min-width:30rem){._8kn617ks._8kn617ks{min-height:var(--modal-dialog-height)}._cbiz17ks._cbiz17ks{height:var(--modal-dialog-height)}._bolh1kw7._bolh1kw7{max-height:inherit}._epkxfajl{border-radius:var(--ds-radius-small,3px)}._we1i1kw7{max-width:inherit}._zg7p1cd0{box-shadow:var(--ds-shadow-overlay,0 8px 9pt #091e4226,0 0 1px #091e424f)}._yakv1kw7{margin-inline-end:inherit}._4lht1kw7{margin-inline-start:inherit}._1xlt6m9r._1xlt6m9r{width:var(--modal-dialog-width)}}
@@ -31,7 +31,7 @@ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r
31
31
  var LOCAL_CURRENT_SURFACE_CSS_VAR = '--ds-elevation-surface-current';
32
32
  var dialogStyles = {
33
33
  root: "_16jlidpf _1o9zkb7n _i0dl1wug _1e0c1txw _1bsb1osq _p12fauwl _4t3i1osq _1tkeidpf _c71l1kxc _2lx21bp4 _bfhk1bhr _syaz1fxt _1q1l1bhr _lcxv1wug _1mq81kw7 _m01u1kw7 _1dg11kw7 _mizu1p6i _1ah31bk5 _ra3xnqa1 _128m1bk5 _1cvmnqa1 _4davt94y _we1i1kw7 _zg7p1cd0 _yakv1kw7 _4lht1kw7 _1xlt6m9r",
34
- borderRadius: "_epkx1sit"
34
+ borderRadius: "_epkxfajl"
35
35
  };
36
36
  var viewportScrollStyles = null;
37
37
  var bodyScrollStyles = null;
@@ -87,7 +87,7 @@ var InternalModalWrapper = function InternalModalWrapper(props) {
87
87
  action: 'closed',
88
88
  componentName: 'modalDialog',
89
89
  packageName: "@atlaskit/modal-dialog",
90
- packageVersion: "14.3.7"
90
+ packageVersion: "14.3.9"
91
91
  });
92
92
  var onBlanketClicked = (0, _react.useCallback)(function (e) {
93
93
  if (shouldCloseOnOverlayClick) {
@@ -22,4 +22,4 @@
22
22
  ._mizu1p6i:focus-visible{outline-color:var(--ds-border-focused,#388bff)}
23
23
  ._ra3xnqa1:focus-visible{outline-style:solid}
24
24
  @media screen and (-ms-high-contrast:active),screen and (forced-colors:active){._1cvmnqa1:focus-visible{outline-style:solid}._4davt94y:focus-visible{outline-width:1px}}
25
- @media (min-width:30rem){._8kn617ks._8kn617ks{min-height:var(--modal-dialog-height)}._cbiz17ks._cbiz17ks{height:var(--modal-dialog-height)}._bolh1kw7._bolh1kw7{max-height:inherit}._epkx1sit{border-radius:var(--ds-border-radius,3px)}._we1i1kw7{max-width:inherit}._zg7p1cd0{box-shadow:var(--ds-shadow-overlay,0 8px 9pt #091e4226,0 0 1px #091e424f)}._yakv1kw7{margin-inline-end:inherit}._4lht1kw7{margin-inline-start:inherit}._1xlt6m9r._1xlt6m9r{width:var(--modal-dialog-width)}}
25
+ @media (min-width:30rem){._8kn617ks._8kn617ks{min-height:var(--modal-dialog-height)}._cbiz17ks._cbiz17ks{height:var(--modal-dialog-height)}._bolh1kw7._bolh1kw7{max-height:inherit}._epkxfajl{border-radius:var(--ds-radius-small,3px)}._we1i1kw7{max-width:inherit}._zg7p1cd0{box-shadow:var(--ds-shadow-overlay,0 8px 9pt #091e4226,0 0 1px #091e424f)}._yakv1kw7{margin-inline-end:inherit}._4lht1kw7{margin-inline-start:inherit}._1xlt6m9r._1xlt6m9r{width:var(--modal-dialog-width)}}
@@ -20,7 +20,7 @@ import Positioner from './positioner';
20
20
  const LOCAL_CURRENT_SURFACE_CSS_VAR = '--ds-elevation-surface-current';
21
21
  const dialogStyles = {
22
22
  root: "_16jlidpf _1o9zkb7n _i0dl1wug _1e0c1txw _1bsb1osq _p12fauwl _4t3i1osq _1tkeidpf _c71l1kxc _2lx21bp4 _bfhk1bhr _syaz1fxt _1q1l1bhr _lcxv1wug _1mq81kw7 _m01u1kw7 _1dg11kw7 _mizu1p6i _1ah31bk5 _ra3xnqa1 _128m1bk5 _1cvmnqa1 _4davt94y _we1i1kw7 _zg7p1cd0 _yakv1kw7 _4lht1kw7 _1xlt6m9r",
23
- borderRadius: "_epkx1sit"
23
+ borderRadius: "_epkxfajl"
24
24
  };
25
25
  const viewportScrollStyles = null;
26
26
  const bodyScrollStyles = null;
@@ -74,7 +74,7 @@ const InternalModalWrapper = props => {
74
74
  action: 'closed',
75
75
  componentName: 'modalDialog',
76
76
  packageName: "@atlaskit/modal-dialog",
77
- packageVersion: "14.3.7"
77
+ packageVersion: "14.3.9"
78
78
  });
79
79
  const onBlanketClicked = useCallback(e => {
80
80
  if (shouldCloseOnOverlayClick) {
@@ -22,4 +22,4 @@
22
22
  ._mizu1p6i:focus-visible{outline-color:var(--ds-border-focused,#388bff)}
23
23
  ._ra3xnqa1:focus-visible{outline-style:solid}
24
24
  @media screen and (-ms-high-contrast:active),screen and (forced-colors:active){._1cvmnqa1:focus-visible{outline-style:solid}._4davt94y:focus-visible{outline-width:1px}}
25
- @media (min-width:30rem){._8kn617ks._8kn617ks{min-height:var(--modal-dialog-height)}._cbiz17ks._cbiz17ks{height:var(--modal-dialog-height)}._bolh1kw7._bolh1kw7{max-height:inherit}._epkx1sit{border-radius:var(--ds-border-radius,3px)}._we1i1kw7{max-width:inherit}._zg7p1cd0{box-shadow:var(--ds-shadow-overlay,0 8px 9pt #091e4226,0 0 1px #091e424f)}._yakv1kw7{margin-inline-end:inherit}._4lht1kw7{margin-inline-start:inherit}._1xlt6m9r._1xlt6m9r{width:var(--modal-dialog-width)}}
25
+ @media (min-width:30rem){._8kn617ks._8kn617ks{min-height:var(--modal-dialog-height)}._cbiz17ks._cbiz17ks{height:var(--modal-dialog-height)}._bolh1kw7._bolh1kw7{max-height:inherit}._epkxfajl{border-radius:var(--ds-radius-small,3px)}._we1i1kw7{max-width:inherit}._zg7p1cd0{box-shadow:var(--ds-shadow-overlay,0 8px 9pt #091e4226,0 0 1px #091e424f)}._yakv1kw7{margin-inline-end:inherit}._4lht1kw7{margin-inline-start:inherit}._1xlt6m9r._1xlt6m9r{width:var(--modal-dialog-width)}}
@@ -22,7 +22,7 @@ import Positioner from './positioner';
22
22
  var LOCAL_CURRENT_SURFACE_CSS_VAR = '--ds-elevation-surface-current';
23
23
  var dialogStyles = {
24
24
  root: "_16jlidpf _1o9zkb7n _i0dl1wug _1e0c1txw _1bsb1osq _p12fauwl _4t3i1osq _1tkeidpf _c71l1kxc _2lx21bp4 _bfhk1bhr _syaz1fxt _1q1l1bhr _lcxv1wug _1mq81kw7 _m01u1kw7 _1dg11kw7 _mizu1p6i _1ah31bk5 _ra3xnqa1 _128m1bk5 _1cvmnqa1 _4davt94y _we1i1kw7 _zg7p1cd0 _yakv1kw7 _4lht1kw7 _1xlt6m9r",
25
- borderRadius: "_epkx1sit"
25
+ borderRadius: "_epkxfajl"
26
26
  };
27
27
  var viewportScrollStyles = null;
28
28
  var bodyScrollStyles = null;
@@ -78,7 +78,7 @@ var InternalModalWrapper = function InternalModalWrapper(props) {
78
78
  action: 'closed',
79
79
  componentName: 'modalDialog',
80
80
  packageName: "@atlaskit/modal-dialog",
81
- packageVersion: "14.3.7"
81
+ packageVersion: "14.3.9"
82
82
  });
83
83
  var onBlanketClicked = useCallback(function (e) {
84
84
  if (shouldCloseOnOverlayClick) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/modal-dialog",
3
- "version": "14.3.8",
3
+ "version": "14.3.10",
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/"
@@ -30,7 +30,7 @@
30
30
  "@atlaskit/analytics-next": "^11.1.0",
31
31
  "@atlaskit/blanket": "^15.0.0",
32
32
  "@atlaskit/button": "^23.4.0",
33
- "@atlaskit/css": "^0.12.0",
33
+ "@atlaskit/css": "^0.13.0",
34
34
  "@atlaskit/ds-lib": "^5.0.0",
35
35
  "@atlaskit/focus-ring": "^3.0.0",
36
36
  "@atlaskit/icon": "^28.1.0",
@@ -39,9 +39,9 @@
39
39
  "@atlaskit/platform-feature-flags": "^1.1.0",
40
40
  "@atlaskit/portal": "^5.1.0",
41
41
  "@atlaskit/pragmatic-drag-and-drop": "^1.7.0",
42
- "@atlaskit/primitives": "^14.12.0",
42
+ "@atlaskit/primitives": "^14.13.0",
43
43
  "@atlaskit/theme": "^20.0.0",
44
- "@atlaskit/tokens": "^6.1.0",
44
+ "@atlaskit/tokens": "^6.2.0",
45
45
  "@babel/runtime": "^7.0.0",
46
46
  "@compiled/react": "^0.18.3",
47
47
  "bind-event-listener": "^3.0.0",
@@ -65,13 +65,13 @@
65
65
  "@atlaskit/datetime-picker": "^17.0.0",
66
66
  "@atlaskit/docs": "^11.0.0",
67
67
  "@atlaskit/dropdown-menu": "^16.3.0",
68
- "@atlaskit/flag": "^17.3.0",
68
+ "@atlaskit/flag": "^17.4.0",
69
69
  "@atlaskit/form": "^12.4.0",
70
70
  "@atlaskit/heading": "^5.2.0",
71
71
  "@atlaskit/link": "^3.2.0",
72
72
  "@atlaskit/popup": "^4.3.0",
73
73
  "@atlaskit/radio": "^8.3.0",
74
- "@atlaskit/section-message": "^8.6.0",
74
+ "@atlaskit/section-message": "^8.7.0",
75
75
  "@atlaskit/select": "^21.2.0",
76
76
  "@atlaskit/ssr": "workspace:^",
77
77
  "@atlaskit/textfield": "^8.0.0",