@instructure/ui-select 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-select
9
9
 
@@ -24,15 +24,15 @@
24
24
  import { locator } from '@instructure/ui-test-locator';
25
25
 
26
26
  /* eslint-disable no-restricted-imports */
27
- // @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
27
+ // @ts-ignore: Cannot find module
28
28
  import { OptionsLocator } from '@instructure/ui-options/es/Options/OptionsLocator';
29
- // @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
29
+ // @ts-ignore: Cannot find module
30
30
  import { PopoverLocator } from '@instructure/ui-popover/es/Popover/PopoverLocator';
31
31
  /* eslint-enable no-restricted-imports */
32
32
 
33
33
  import { Select } from './index';
34
34
 
35
- // @ts-expect-error ts-migrate(2339) FIXME: Property 'selector' does not exist on type 'typeof... Remove this comment to see the full error message
35
+ // @ts-ignore: property 'selector' does not exist on typeof Select
36
36
  export const SelectLocator = locator(Select.selector, {
37
37
  findInput: (...args) => locator('input').find(...args),
38
38
  findOptionsList: async (element, ...args) => {
@@ -33,13 +33,13 @@ var _index = require("./index");
33
33
  */
34
34
 
35
35
  /* eslint-disable no-restricted-imports */
36
- // @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
36
+ // @ts-ignore: Cannot find module
37
37
 
38
- // @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
38
+ // @ts-ignore: Cannot find module
39
39
 
40
40
  /* eslint-enable no-restricted-imports */
41
41
 
42
- // @ts-expect-error ts-migrate(2339) FIXME: Property 'selector' does not exist on type 'typeof... Remove this comment to see the full error message
42
+ // @ts-ignore: property 'selector' does not exist on typeof Select
43
43
  const SelectLocator = exports.SelectLocator = (0, _locator.locator)(_index.Select.selector, {
44
44
  findInput: (...args) => (0, _locator.locator)('input').find(...args),
45
45
  findOptionsList: async (element, ...args) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-select",
3
- "version": "9.0.2-snapshot-3",
3
+ "version": "9.0.2-snapshot-5",
4
4
  "description": "A component for select and autocomplete behavior.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -23,32 +23,32 @@
23
23
  },
24
24
  "license": "MIT",
25
25
  "devDependencies": {
26
- "@instructure/ui-babel-preset": "9.0.2-snapshot-3",
27
- "@instructure/ui-color-utils": "9.0.2-snapshot-3",
28
- "@instructure/ui-test-locator": "9.0.2-snapshot-3",
29
- "@instructure/ui-test-utils": "9.0.2-snapshot-3",
30
- "@instructure/ui-themes": "9.0.2-snapshot-3",
26
+ "@instructure/ui-babel-preset": "9.0.2-snapshot-5",
27
+ "@instructure/ui-color-utils": "9.0.2-snapshot-5",
28
+ "@instructure/ui-test-locator": "9.0.2-snapshot-5",
29
+ "@instructure/ui-test-utils": "9.0.2-snapshot-5",
30
+ "@instructure/ui-themes": "9.0.2-snapshot-5",
31
31
  "@testing-library/jest-dom": "^6.4.5",
32
32
  "@testing-library/react": "^15.0.7"
33
33
  },
34
34
  "dependencies": {
35
35
  "@babel/runtime": "^7.24.5",
36
- "@instructure/emotion": "9.0.2-snapshot-3",
37
- "@instructure/shared-types": "9.0.2-snapshot-3",
38
- "@instructure/ui-dom-utils": "9.0.2-snapshot-3",
39
- "@instructure/ui-form-field": "9.0.2-snapshot-3",
40
- "@instructure/ui-icons": "9.0.2-snapshot-3",
41
- "@instructure/ui-options": "9.0.2-snapshot-3",
42
- "@instructure/ui-popover": "9.0.2-snapshot-3",
43
- "@instructure/ui-position": "9.0.2-snapshot-3",
44
- "@instructure/ui-prop-types": "9.0.2-snapshot-3",
45
- "@instructure/ui-react-utils": "9.0.2-snapshot-3",
46
- "@instructure/ui-selectable": "9.0.2-snapshot-3",
47
- "@instructure/ui-testable": "9.0.2-snapshot-3",
48
- "@instructure/ui-text-input": "9.0.2-snapshot-3",
49
- "@instructure/ui-utils": "9.0.2-snapshot-3",
50
- "@instructure/ui-view": "9.0.2-snapshot-3",
51
- "@instructure/uid": "9.0.2-snapshot-3",
36
+ "@instructure/emotion": "9.0.2-snapshot-5",
37
+ "@instructure/shared-types": "9.0.2-snapshot-5",
38
+ "@instructure/ui-dom-utils": "9.0.2-snapshot-5",
39
+ "@instructure/ui-form-field": "9.0.2-snapshot-5",
40
+ "@instructure/ui-icons": "9.0.2-snapshot-5",
41
+ "@instructure/ui-options": "9.0.2-snapshot-5",
42
+ "@instructure/ui-popover": "9.0.2-snapshot-5",
43
+ "@instructure/ui-position": "9.0.2-snapshot-5",
44
+ "@instructure/ui-prop-types": "9.0.2-snapshot-5",
45
+ "@instructure/ui-react-utils": "9.0.2-snapshot-5",
46
+ "@instructure/ui-selectable": "9.0.2-snapshot-5",
47
+ "@instructure/ui-testable": "9.0.2-snapshot-5",
48
+ "@instructure/ui-text-input": "9.0.2-snapshot-5",
49
+ "@instructure/ui-utils": "9.0.2-snapshot-5",
50
+ "@instructure/ui-view": "9.0.2-snapshot-5",
51
+ "@instructure/uid": "9.0.2-snapshot-5",
52
52
  "prop-types": "^15.8.1"
53
53
  },
54
54
  "peerDependencies": {
@@ -24,15 +24,15 @@
24
24
  import { locator } from '@instructure/ui-test-locator'
25
25
 
26
26
  /* eslint-disable no-restricted-imports */
27
- // @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
27
+ // @ts-ignore: Cannot find module
28
28
  import { OptionsLocator } from '@instructure/ui-options/es/Options/OptionsLocator'
29
- // @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
29
+ // @ts-ignore: Cannot find module
30
30
  import { PopoverLocator } from '@instructure/ui-popover/es/Popover/PopoverLocator'
31
31
  /* eslint-enable no-restricted-imports */
32
32
 
33
33
  import { Select } from './index'
34
34
 
35
- // @ts-expect-error ts-migrate(2339) FIXME: Property 'selector' does not exist on type 'typeof... Remove this comment to see the full error message
35
+ // @ts-ignore: property 'selector' does not exist on typeof Select
36
36
  export const SelectLocator = locator(Select.selector, {
37
37
  findInput: (...args: any[]) => locator('input').find(...args),
38
38