@dfds-ui/modal 2.0.23-alpha.da370b8f → 2.0.23-alpha.df859452

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.
@@ -25,7 +25,7 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
25
25
  function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
26
26
  function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
27
27
  function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
28
- function _EMOTION_STRINGIFIED_CSS_ERROR__() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
28
+ function _EMOTION_STRINGIFIED_CSS_ERROR__() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; } // fullscreen only has an effect on mobile
29
29
  let globalAppElement;
30
30
 
31
31
  // To support setting aria-hidden on the app container when showing the Modal react-modal needs to know
@@ -20,6 +20,8 @@ import { css } from '@emotion/react';
20
20
  import { elevation, LockBodyScroll } from '@dfds-ui/react-components';
21
21
  import { ReactModalWrapper } from './ReactModalWrapper';
22
22
  import { theme, media } from '@dfds-ui/theme';
23
+
24
+ // fullscreen only has an effect on mobile
23
25
  import { jsx as ___EmotionJSX } from "@emotion/react";
24
26
  var globalAppElement;
25
27
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Modal components",
4
4
  "license": "MIT",
5
5
  "private": false,
6
- "version": "2.0.23-alpha.da370b8f",
6
+ "version": "2.0.23-alpha.df859452",
7
7
  "sideEffects": false,
8
8
  "main": "./cjs/index.js",
9
9
  "module": "./index.js",
@@ -16,14 +16,14 @@
16
16
  "react-dom": ">= 17.0.2"
17
17
  },
18
18
  "dependencies": {
19
- "@dfds-ui/colors": "2.0.23-alpha.da370b8f",
20
- "@dfds-ui/icons": "2.0.23-alpha.da370b8f",
21
- "@dfds-ui/react-components": "2.0.23-alpha.da370b8f",
22
- "@dfds-ui/theme": "2.0.23-alpha.da370b8f",
23
- "@dfds-ui/typography": "2.0.23-alpha.da370b8f",
19
+ "@dfds-ui/colors": "2.0.23-alpha.df859452",
20
+ "@dfds-ui/icons": "2.0.23-alpha.df859452",
21
+ "@dfds-ui/react-components": "2.0.23-alpha.df859452",
22
+ "@dfds-ui/theme": "2.0.23-alpha.df859452",
23
+ "@dfds-ui/typography": "2.0.23-alpha.df859452",
24
24
  "react-modal": "^3.16.1"
25
25
  },
26
- "gitHead": "da370b8fe866cca4e716589136faf90bf3b9e808",
26
+ "gitHead": "df8594524df3bf0dfdd262ae7f6c7c13904052f6",
27
27
  "publishConfig": {
28
28
  "access": "public"
29
29
  }