@instructure/ui-selectable 10.16.1-snapshot-0 → 10.16.1-snapshot-1

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-selectable",
3
- "version": "10.16.1-snapshot-0",
3
+ "version": "10.16.1-snapshot-1",
4
4
  "description": "A UI component library made by Instructure Inc.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -23,7 +23,7 @@
23
23
  },
24
24
  "license": "MIT",
25
25
  "devDependencies": {
26
- "@instructure/ui-babel-preset": "10.16.1-snapshot-0",
26
+ "@instructure/ui-babel-preset": "10.16.1-snapshot-1",
27
27
  "@testing-library/jest-dom": "^6.6.3",
28
28
  "@testing-library/react": "^16.0.1",
29
29
  "@testing-library/user-event": "^14.5.2",
@@ -31,12 +31,12 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "@babel/runtime": "^7.26.0",
34
- "@instructure/console": "10.16.1-snapshot-0",
35
- "@instructure/shared-types": "10.16.1-snapshot-0",
36
- "@instructure/ui-dom-utils": "10.16.1-snapshot-0",
37
- "@instructure/ui-react-utils": "10.16.1-snapshot-0",
38
- "@instructure/ui-testable": "10.16.1-snapshot-0",
39
- "@instructure/ui-utils": "10.16.1-snapshot-0",
34
+ "@instructure/console": "10.16.1-snapshot-1",
35
+ "@instructure/shared-types": "10.16.1-snapshot-1",
36
+ "@instructure/ui-dom-utils": "10.16.1-snapshot-1",
37
+ "@instructure/ui-react-utils": "10.16.1-snapshot-1",
38
+ "@instructure/ui-testable": "10.16.1-snapshot-1",
39
+ "@instructure/ui-utils": "10.16.1-snapshot-1",
40
40
  "keycode": "^2",
41
41
  "prop-types": "^15.8.1"
42
42
  },
@@ -22,7 +22,6 @@
22
22
  * SOFTWARE.
23
23
  */
24
24
 
25
- import React from 'react'
26
25
  import { render, screen, waitFor } from '@testing-library/react'
27
26
  import { vi } from 'vitest'
28
27
  import userEvent from '@testing-library/user-event'
@@ -22,7 +22,7 @@
22
22
  * SOFTWARE.
23
23
  */
24
24
 
25
- import React, { Component, SyntheticEvent } from 'react'
25
+ import { Component, SyntheticEvent } from 'react'
26
26
 
27
27
  import keycode from 'keycode'
28
28
 
@@ -22,7 +22,7 @@
22
22
  * SOFTWARE.
23
23
  */
24
24
 
25
- import React, { ReactNode } from 'react'
25
+ import { ReactNode } from 'react'
26
26
  import PropTypes from 'prop-types'
27
27
 
28
28
  import type { PropValidators } from '@instructure/shared-types'