@instructure/ui-overlays 8.11.2-snapshot.3 → 8.11.2-snapshot.45

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-overlays",
3
- "version": "8.11.2-snapshot.3+6c8116bbe",
3
+ "version": "8.11.2-snapshot.45+e3249d228",
4
4
  "description": "A UI component library made by Instructure Inc.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "type": "commonjs",
@@ -24,33 +24,33 @@
24
24
  },
25
25
  "license": "MIT",
26
26
  "devDependencies": {
27
- "@instructure/ui-babel-preset": "8.11.2-snapshot.3+6c8116bbe",
28
- "@instructure/ui-test-locator": "8.11.2-snapshot.3+6c8116bbe",
29
- "@instructure/ui-test-queries": "8.11.2-snapshot.3+6c8116bbe",
30
- "@instructure/ui-test-utils": "8.11.2-snapshot.3+6c8116bbe",
31
- "@instructure/ui-themes": "8.11.2-snapshot.3+6c8116bbe"
27
+ "@instructure/ui-babel-preset": "8.11.2-snapshot.45+e3249d228",
28
+ "@instructure/ui-test-locator": "8.11.2-snapshot.45+e3249d228",
29
+ "@instructure/ui-test-queries": "8.11.2-snapshot.45+e3249d228",
30
+ "@instructure/ui-test-utils": "8.11.2-snapshot.45+e3249d228",
31
+ "@instructure/ui-themes": "8.11.2-snapshot.45+e3249d228"
32
32
  },
33
33
  "dependencies": {
34
34
  "@babel/runtime": "^7.13.10",
35
- "@instructure/console": "8.11.2-snapshot.3+6c8116bbe",
36
- "@instructure/emotion": "8.11.2-snapshot.3+6c8116bbe",
37
- "@instructure/shared-types": "8.11.2-snapshot.3+6c8116bbe",
38
- "@instructure/ui-buttons": "8.11.2-snapshot.3+6c8116bbe",
39
- "@instructure/ui-dialog": "8.11.2-snapshot.3+6c8116bbe",
40
- "@instructure/ui-dom-utils": "8.11.2-snapshot.3+6c8116bbe",
41
- "@instructure/ui-focusable": "8.11.2-snapshot.3+6c8116bbe",
42
- "@instructure/ui-i18n": "8.11.2-snapshot.3+6c8116bbe",
43
- "@instructure/ui-motion": "8.11.2-snapshot.3+6c8116bbe",
44
- "@instructure/ui-popover": "8.11.2-snapshot.3+6c8116bbe",
45
- "@instructure/ui-portal": "8.11.2-snapshot.3+6c8116bbe",
46
- "@instructure/ui-position": "8.11.2-snapshot.3+6c8116bbe",
47
- "@instructure/ui-prop-types": "8.11.2-snapshot.3+6c8116bbe",
48
- "@instructure/ui-react-utils": "8.11.2-snapshot.3+6c8116bbe",
49
- "@instructure/ui-testable": "8.11.2-snapshot.3+6c8116bbe",
50
- "@instructure/ui-tooltip": "8.11.2-snapshot.3+6c8116bbe",
51
- "@instructure/ui-utils": "8.11.2-snapshot.3+6c8116bbe",
52
- "@instructure/ui-view": "8.11.2-snapshot.3+6c8116bbe",
53
- "@instructure/uid": "8.11.2-snapshot.3+6c8116bbe",
35
+ "@instructure/console": "8.11.2-snapshot.45+e3249d228",
36
+ "@instructure/emotion": "8.11.2-snapshot.45+e3249d228",
37
+ "@instructure/shared-types": "8.11.2-snapshot.45+e3249d228",
38
+ "@instructure/ui-buttons": "8.11.2-snapshot.45+e3249d228",
39
+ "@instructure/ui-dialog": "8.11.2-snapshot.45+e3249d228",
40
+ "@instructure/ui-dom-utils": "8.11.2-snapshot.45+e3249d228",
41
+ "@instructure/ui-focusable": "8.11.2-snapshot.45+e3249d228",
42
+ "@instructure/ui-i18n": "8.11.2-snapshot.45+e3249d228",
43
+ "@instructure/ui-motion": "8.11.2-snapshot.45+e3249d228",
44
+ "@instructure/ui-popover": "8.11.2-snapshot.45+e3249d228",
45
+ "@instructure/ui-portal": "8.11.2-snapshot.45+e3249d228",
46
+ "@instructure/ui-position": "8.11.2-snapshot.45+e3249d228",
47
+ "@instructure/ui-prop-types": "8.11.2-snapshot.45+e3249d228",
48
+ "@instructure/ui-react-utils": "8.11.2-snapshot.45+e3249d228",
49
+ "@instructure/ui-testable": "8.11.2-snapshot.45+e3249d228",
50
+ "@instructure/ui-tooltip": "8.11.2-snapshot.45+e3249d228",
51
+ "@instructure/ui-utils": "8.11.2-snapshot.45+e3249d228",
52
+ "@instructure/ui-view": "8.11.2-snapshot.45+e3249d228",
53
+ "@instructure/uid": "8.11.2-snapshot.45+e3249d228",
54
54
  "no-scroll": "^2.1.0",
55
55
  "prop-types": "^15"
56
56
  },
@@ -61,5 +61,5 @@
61
61
  "access": "public"
62
62
  },
63
63
  "sideEffects": false,
64
- "gitHead": "6c8116bbe87878c77fca03bf26de932b40e21302"
64
+ "gitHead": "e3249d228eabac5bb98ff5d22e5881f2fe042606"
65
65
  }
@@ -22,7 +22,7 @@ declare class Overlay extends Component<OverlayProps> {
22
22
  shouldReturnFocus?: boolean | undefined;
23
23
  shouldCloseOnDocumentClick?: boolean | undefined;
24
24
  shouldCloseOnEscape?: boolean | undefined;
25
- transition?: import("@instructure/ui-motion/types/Transition/props").TransitionType | undefined;
25
+ transition?: import("@instructure/ui-motion/types/Transition/BaseTransition/props").TransitionType | undefined;
26
26
  in?: boolean | undefined;
27
27
  unmountOnExit?: boolean | undefined;
28
28
  transitionOnMount?: boolean | undefined;
@@ -51,7 +51,7 @@ declare class Overlay extends Component<OverlayProps> {
51
51
  shouldReturnFocus?: boolean | undefined;
52
52
  shouldCloseOnDocumentClick?: boolean | undefined;
53
53
  shouldCloseOnEscape?: boolean | undefined;
54
- transition?: import("@instructure/ui-motion/types/Transition/props").TransitionType | undefined;
54
+ transition?: import("@instructure/ui-motion/types/Transition/BaseTransition/props").TransitionType | undefined;
55
55
  in?: boolean | undefined;
56
56
  unmountOnExit?: boolean | undefined;
57
57
  transitionOnMount?: boolean | undefined;