@instructure/ui-options 8.46.2-snapshot-9 → 8.46.2-snapshot-13

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-13](https://github.com/instructure/instructure-ui/compare/v8.46.1...v8.46.2-snapshot-13) (2023-10-24)
7
7
 
8
8
  **Note:** Version bump only for package @instructure/ui-options
9
9
 
@@ -37,7 +37,6 @@ import { allowedProps, propTypes } from './props';
37
37
  parent: Options
38
38
  id: Options.Item
39
39
  ---
40
- @tsProps
41
40
  **/
42
41
  let Item = (_dec = withDeterministicId(), _dec2 = withStyle(generateStyles, generateComponentTheme), _dec3 = testable(), _dec(_class = _dec2(_class = _dec3(_class = (_class2 = class Item extends Component {
43
42
  constructor(props) {
@@ -39,7 +39,6 @@ parent: Options
39
39
  id: Options.Separator
40
40
  ---
41
41
  @module Separator
42
- @tsProps
43
42
  **/
44
43
  let Separator = (_dec = withStyle(generateStyles, generateComponentTheme), _dec(_class = (_class2 = class Separator extends Component {
45
44
  componentDidMount() {
@@ -38,7 +38,6 @@ import { allowedProps, propTypes } from './props';
38
38
  ---
39
39
  category: components
40
40
  ---
41
- @tsProps
42
41
  **/
43
42
  let Options = (_dec = withDeterministicId(), _dec2 = withStyle(generateStyles, generateComponentTheme), _dec3 = testable(), _dec(_class = _dec2(_class = _dec3(_class = (_class2 = class Options extends Component {
44
43
  constructor(...args) {
@@ -42,7 +42,6 @@ var _dec, _dec2, _dec3, _class, _class2;
42
42
  parent: Options
43
43
  id: Options.Item
44
44
  ---
45
- @tsProps
46
45
  **/
47
46
  let Item = exports.Item = (_dec = (0, _uiReactUtils.withDeterministicId)(), _dec2 = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec3 = (0, _uiTestable.testable)(), _dec(_class = _dec2(_class = _dec3(_class = (_class2 = class Item extends _react.Component {
48
47
  constructor(props) {
@@ -44,7 +44,6 @@ parent: Options
44
44
  id: Options.Separator
45
45
  ---
46
46
  @module Separator
47
- @tsProps
48
47
  **/
49
48
  let Separator = exports.Separator = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec(_class = (_class2 = class Separator extends _react.Component {
50
49
  componentDidMount() {
@@ -45,7 +45,6 @@ var _dec, _dec2, _dec3, _class, _class2;
45
45
  ---
46
46
  category: components
47
47
  ---
48
- @tsProps
49
48
  **/
50
49
  let Options = exports.Options = (_dec = (0, _uiReactUtils.withDeterministicId)(), _dec2 = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec3 = (0, _uiTestable.testable)(), _dec(_class = _dec2(_class = _dec3(_class = (_class2 = class Options extends _react.Component {
51
50
  constructor(...args) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-options",
3
- "version": "8.46.2-snapshot-9",
3
+ "version": "8.46.2-snapshot-13",
4
4
  "description": "A view-only component for composing interactive lists and menus.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -23,21 +23,21 @@
23
23
  },
24
24
  "license": "MIT",
25
25
  "devDependencies": {
26
- "@instructure/ui-babel-preset": "8.46.2-snapshot-9",
27
- "@instructure/ui-color-utils": "8.46.2-snapshot-9",
28
- "@instructure/ui-test-locator": "8.46.2-snapshot-9",
29
- "@instructure/ui-test-utils": "8.46.2-snapshot-9",
30
- "@instructure/ui-themes": "8.46.2-snapshot-9"
26
+ "@instructure/ui-babel-preset": "8.46.2-snapshot-13",
27
+ "@instructure/ui-color-utils": "8.46.2-snapshot-13",
28
+ "@instructure/ui-test-locator": "8.46.2-snapshot-13",
29
+ "@instructure/ui-test-utils": "8.46.2-snapshot-13",
30
+ "@instructure/ui-themes": "8.46.2-snapshot-13"
31
31
  },
32
32
  "dependencies": {
33
33
  "@babel/runtime": "^7.23.2",
34
- "@instructure/emotion": "8.46.2-snapshot-9",
35
- "@instructure/shared-types": "8.46.2-snapshot-9",
36
- "@instructure/ui-icons": "8.46.2-snapshot-9",
37
- "@instructure/ui-prop-types": "8.46.2-snapshot-9",
38
- "@instructure/ui-react-utils": "8.46.2-snapshot-9",
39
- "@instructure/ui-testable": "8.46.2-snapshot-9",
40
- "@instructure/ui-view": "8.46.2-snapshot-9",
34
+ "@instructure/emotion": "8.46.2-snapshot-13",
35
+ "@instructure/shared-types": "8.46.2-snapshot-13",
36
+ "@instructure/ui-icons": "8.46.2-snapshot-13",
37
+ "@instructure/ui-prop-types": "8.46.2-snapshot-13",
38
+ "@instructure/ui-react-utils": "8.46.2-snapshot-13",
39
+ "@instructure/ui-testable": "8.46.2-snapshot-13",
40
+ "@instructure/ui-view": "8.46.2-snapshot-13",
41
41
  "prop-types": "^15.8.1"
42
42
  },
43
43
  "peerDependencies": {
@@ -45,7 +45,6 @@ import { allowedProps, propTypes } from './props'
45
45
  parent: Options
46
46
  id: Options.Item
47
47
  ---
48
- @tsProps
49
48
  **/
50
49
  @withDeterministicId()
51
50
  @withStyle(generateStyles, generateComponentTheme)
@@ -40,7 +40,6 @@ parent: Options
40
40
  id: Options.Separator
41
41
  ---
42
42
  @module Separator
43
- @tsProps
44
43
  **/
45
44
  @withStyle(generateStyles, generateComponentTheme)
46
45
  class Separator extends Component<OptionsSeparatorProps> {
@@ -58,7 +58,6 @@ type OptionsChildren = (ItemChild | SeparatorChild | OptionsChild)[]
58
58
  ---
59
59
  category: components
60
60
  ---
61
- @tsProps
62
61
  **/
63
62
  @withDeterministicId()
64
63
  @withStyle(generateStyles, generateComponentTheme)