@instructure/ui-simple-select 8.46.2-snapshot-9 → 8.46.2-snapshot-14

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
- ## [8.46.2-snapshot-9](https://github.com/instructure/instructure-ui/compare/v8.46.1...v8.46.2-snapshot-9) (2023-10-24)
6
+ ## [8.46.2-snapshot-14](https://github.com/instructure/instructure-ui/compare/v8.46.1...v8.46.2-snapshot-14) (2023-10-26)
7
7
 
8
8
  **Note:** Version bump only for package @instructure/ui-simple-select
9
9
 
@@ -30,7 +30,6 @@ import { allowedProps, propTypes } from './props';
30
30
  parent: SimpleSelect
31
31
  id: SimpleSelect.Group
32
32
  ---
33
- @tsProps
34
33
  **/
35
34
  class Group extends Component {
36
35
  /* istanbul ignore next */
@@ -30,7 +30,6 @@ import { allowedProps, propTypes } from './props';
30
30
  parent: SimpleSelect
31
31
  id: SimpleSelect.Option
32
32
  ---
33
- @tsProps
34
33
  **/
35
34
  class Option extends Component {
36
35
  /* istanbul ignore next */
@@ -39,7 +39,6 @@ import { allowedProps, propTypes } from './props';
39
39
  category: components
40
40
  tags: form, field, dropdown
41
41
  ---
42
- @tsProps
43
42
  **/
44
43
  let SimpleSelect = (_dec = withDeterministicId(), _dec2 = testable(), _dec(_class = _dec2(_class = (_class2 = class SimpleSelect extends Component {
45
44
  constructor(props) {
@@ -35,7 +35,6 @@ var _props = require("./props");
35
35
  parent: SimpleSelect
36
36
  id: SimpleSelect.Group
37
37
  ---
38
- @tsProps
39
38
  **/
40
39
  class Group extends _react.Component {
41
40
  /* istanbul ignore next */
@@ -35,7 +35,6 @@ var _props = require("./props");
35
35
  parent: SimpleSelect
36
36
  id: SimpleSelect.Option
37
37
  ---
38
- @tsProps
39
38
  **/
40
39
  class Option extends _react.Component {
41
40
  /* istanbul ignore next */
@@ -50,7 +50,6 @@ var _dec, _dec2, _class, _class2;
50
50
  category: components
51
51
  tags: form, field, dropdown
52
52
  ---
53
- @tsProps
54
53
  **/
55
54
  let SimpleSelect = exports.SimpleSelect = (_dec = (0, _withDeterministicId.withDeterministicId)(), _dec2 = (0, _testable.testable)(), _dec(_class = _dec2(_class = (_class2 = class SimpleSelect extends _react.Component {
56
55
  constructor(props) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-simple-select",
3
- "version": "8.46.2-snapshot-9",
3
+ "version": "8.46.2-snapshot-14",
4
4
  "description": "A component for standard select element behavior.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -24,23 +24,23 @@
24
24
  "license": "MIT",
25
25
  "dependencies": {
26
26
  "@babel/runtime": "^7.23.2",
27
- "@instructure/console": "8.46.2-snapshot-9",
28
- "@instructure/shared-types": "8.46.2-snapshot-9",
29
- "@instructure/ui-form-field": "8.46.2-snapshot-9",
30
- "@instructure/ui-position": "8.46.2-snapshot-9",
31
- "@instructure/ui-prop-types": "8.46.2-snapshot-9",
32
- "@instructure/ui-react-utils": "8.46.2-snapshot-9",
33
- "@instructure/ui-select": "8.46.2-snapshot-9",
34
- "@instructure/ui-testable": "8.46.2-snapshot-9",
27
+ "@instructure/console": "8.46.2-snapshot-14",
28
+ "@instructure/shared-types": "8.46.2-snapshot-14",
29
+ "@instructure/ui-form-field": "8.46.2-snapshot-14",
30
+ "@instructure/ui-position": "8.46.2-snapshot-14",
31
+ "@instructure/ui-prop-types": "8.46.2-snapshot-14",
32
+ "@instructure/ui-react-utils": "8.46.2-snapshot-14",
33
+ "@instructure/ui-select": "8.46.2-snapshot-14",
34
+ "@instructure/ui-testable": "8.46.2-snapshot-14",
35
35
  "prop-types": "^15.8.1"
36
36
  },
37
37
  "devDependencies": {
38
- "@instructure/ui-babel-preset": "8.46.2-snapshot-9",
39
- "@instructure/ui-color-utils": "8.46.2-snapshot-9",
40
- "@instructure/ui-icons": "8.46.2-snapshot-9",
41
- "@instructure/ui-test-locator": "8.46.2-snapshot-9",
42
- "@instructure/ui-test-utils": "8.46.2-snapshot-9",
43
- "@instructure/ui-utils": "8.46.2-snapshot-9",
38
+ "@instructure/ui-babel-preset": "8.46.2-snapshot-14",
39
+ "@instructure/ui-color-utils": "8.46.2-snapshot-14",
40
+ "@instructure/ui-icons": "8.46.2-snapshot-14",
41
+ "@instructure/ui-test-locator": "8.46.2-snapshot-14",
42
+ "@instructure/ui-test-utils": "8.46.2-snapshot-14",
43
+ "@instructure/ui-utils": "8.46.2-snapshot-14",
44
44
  "@testing-library/jest-dom": "^6.1.4",
45
45
  "@testing-library/react": "^14.0.0"
46
46
  },
@@ -32,7 +32,6 @@ import { allowedProps, propTypes } from './props'
32
32
  parent: SimpleSelect
33
33
  id: SimpleSelect.Group
34
34
  ---
35
- @tsProps
36
35
  **/
37
36
  class Group extends Component<SimpleSelectGroupProps> {
38
37
  static readonly componentId = 'SimpleSelect.Group'
@@ -31,7 +31,6 @@ import { allowedProps, propTypes } from './props'
31
31
  parent: SimpleSelect
32
32
  id: SimpleSelect.Option
33
33
  ---
34
- @tsProps
35
34
  **/
36
35
  class Option extends Component<SimpleSelectOptionProps> {
37
36
  static readonly componentId = 'SimpleSelect.Option'
@@ -61,7 +61,6 @@ type GetOption = <F extends 'id' | 'value'>(
61
61
  category: components
62
62
  tags: form, field, dropdown
63
63
  ---
64
- @tsProps
65
64
  **/
66
65
  @withDeterministicId()
67
66
  @testable()