@instructure/ui-popover 9.0.2-snapshot-3 → 9.0.2-snapshot-5

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
@@ -3,7 +3,7 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [9.0.2-snapshot-3](https://github.com/instructure/instructure-ui/compare/v9.0.1...v9.0.2-snapshot-3) (2024-05-28)
6
+ ## [9.0.2-snapshot-5](https://github.com/instructure/instructure-ui/compare/v9.0.1...v9.0.2-snapshot-5) (2024-06-06)
7
7
 
8
8
  **Note:** Version bump only for package @instructure/ui-popover
9
9
 
@@ -23,7 +23,7 @@
23
23
  */
24
24
 
25
25
  import { locator } from '@instructure/ui-test-locator';
26
- // @ts-expect-error ts-migrate(7016) FIXME: Could not find a declaration file for module '@ins... Remove this comment to see the full error message
26
+ // @ts-ignore: Cannot find module
27
27
  // eslint-disable-next-line no-restricted-imports
28
28
  import { PositionLocator } from '@instructure/ui-position/es/Position/PositionLocator';
29
29
  import { Popover } from './index';
@@ -39,7 +39,7 @@ var _PopoverTriggerLocator = require("./PopoverTriggerLocator");
39
39
  * SOFTWARE.
40
40
  */
41
41
 
42
- // @ts-expect-error ts-migrate(7016) FIXME: Could not find a declaration file for module '@ins... Remove this comment to see the full error message
42
+ // @ts-ignore: Cannot find module
43
43
  // eslint-disable-next-line no-restricted-imports
44
44
 
45
45
  const customMethods = exports.customMethods = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-popover",
3
- "version": "9.0.2-snapshot-3",
3
+ "version": "9.0.2-snapshot-5",
4
4
  "description": "A component for hiding or showing content based on user interaction.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -24,28 +24,28 @@
24
24
  "license": "MIT",
25
25
  "dependencies": {
26
26
  "@babel/runtime": "^7.24.5",
27
- "@instructure/console": "9.0.2-snapshot-3",
28
- "@instructure/emotion": "9.0.2-snapshot-3",
29
- "@instructure/ui-a11y-utils": "9.0.2-snapshot-3",
30
- "@instructure/ui-dialog": "9.0.2-snapshot-3",
31
- "@instructure/ui-dom-utils": "9.0.2-snapshot-3",
32
- "@instructure/ui-i18n": "9.0.2-snapshot-3",
33
- "@instructure/ui-position": "9.0.2-snapshot-3",
34
- "@instructure/ui-prop-types": "9.0.2-snapshot-3",
35
- "@instructure/ui-react-utils": "9.0.2-snapshot-3",
36
- "@instructure/ui-testable": "9.0.2-snapshot-3",
37
- "@instructure/ui-utils": "9.0.2-snapshot-3",
38
- "@instructure/ui-view": "9.0.2-snapshot-3",
39
- "@instructure/uid": "9.0.2-snapshot-3",
27
+ "@instructure/console": "9.0.2-snapshot-5",
28
+ "@instructure/emotion": "9.0.2-snapshot-5",
29
+ "@instructure/ui-a11y-utils": "9.0.2-snapshot-5",
30
+ "@instructure/ui-dialog": "9.0.2-snapshot-5",
31
+ "@instructure/ui-dom-utils": "9.0.2-snapshot-5",
32
+ "@instructure/ui-i18n": "9.0.2-snapshot-5",
33
+ "@instructure/ui-position": "9.0.2-snapshot-5",
34
+ "@instructure/ui-prop-types": "9.0.2-snapshot-5",
35
+ "@instructure/ui-react-utils": "9.0.2-snapshot-5",
36
+ "@instructure/ui-testable": "9.0.2-snapshot-5",
37
+ "@instructure/ui-utils": "9.0.2-snapshot-5",
38
+ "@instructure/ui-view": "9.0.2-snapshot-5",
39
+ "@instructure/uid": "9.0.2-snapshot-5",
40
40
  "keycode": "^2.2.1",
41
41
  "prop-types": "^15.8.1"
42
42
  },
43
43
  "devDependencies": {
44
- "@instructure/ui-babel-preset": "9.0.2-snapshot-3",
45
- "@instructure/ui-color-utils": "9.0.2-snapshot-3",
46
- "@instructure/ui-test-locator": "9.0.2-snapshot-3",
47
- "@instructure/ui-test-queries": "9.0.2-snapshot-3",
48
- "@instructure/ui-test-utils": "9.0.2-snapshot-3",
44
+ "@instructure/ui-babel-preset": "9.0.2-snapshot-5",
45
+ "@instructure/ui-color-utils": "9.0.2-snapshot-5",
46
+ "@instructure/ui-test-locator": "9.0.2-snapshot-5",
47
+ "@instructure/ui-test-queries": "9.0.2-snapshot-5",
48
+ "@instructure/ui-test-utils": "9.0.2-snapshot-5",
49
49
  "@testing-library/jest-dom": "^6.4.5",
50
50
  "@testing-library/react": "^15.0.7",
51
51
  "@testing-library/user-event": "^14.5.2"
@@ -23,7 +23,7 @@
23
23
  */
24
24
 
25
25
  import { locator } from '@instructure/ui-test-locator'
26
- // @ts-expect-error ts-migrate(7016) FIXME: Could not find a declaration file for module '@ins... Remove this comment to see the full error message
26
+ // @ts-ignore: Cannot find module
27
27
  // eslint-disable-next-line no-restricted-imports
28
28
  import { PositionLocator } from '@instructure/ui-position/es/Position/PositionLocator'
29
29