@instructure/ui-tree-browser 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-tree-browser
9
9
 
@@ -40,7 +40,6 @@ import { allowedProps, propTypes } from './props';
40
40
  parent: TreeBrowser
41
41
  id: TreeBrowser.Button
42
42
  ---
43
- @tsProps
44
43
  **/
45
44
  let TreeButton = (_dec = withStyle(generateStyles, generateComponentTheme), _dec2 = testable(), _dec(_class = _dec2(_class = (_class2 = class TreeButton extends Component {
46
45
  constructor(...args) {
@@ -39,7 +39,6 @@ import { allowedProps, propTypes } from './props';
39
39
  parent: TreeBrowser
40
40
  id: TreeBrowser.Collection
41
41
  ---
42
- @tsProps
43
42
  **/
44
43
  let TreeCollection = (_dec = withStyle(generateStyles, generateComponentTheme), _dec2 = testable(), _dec(_class = _dec2(_class = (_class2 = class TreeCollection extends Component {
45
44
  constructor(props) {
@@ -41,7 +41,6 @@ import { allowedProps, propTypes } from './props';
41
41
  parent: TreeBrowser
42
42
  id: TreeBrowser.Node
43
43
  ---
44
- @tsProps
45
44
  A helper class used to render the :renderBeforeItems and :renderAfterItems
46
45
  in the TreeBrowser.
47
46
  **/
@@ -42,7 +42,6 @@ import { allowedProps, propTypes } from './props';
42
42
  ---
43
43
  category: components
44
44
  ---
45
- @tsProps
46
45
  **/
47
46
  let TreeBrowser = (_dec = withStyle(generateStyles, generateComponentTheme), _dec2 = testable(), _dec(_class = _dec2(_class = (_class2 = class TreeBrowser extends Component {
48
47
  constructor(props) {
@@ -44,7 +44,6 @@ var _dec, _dec2, _class, _class2;
44
44
  parent: TreeBrowser
45
45
  id: TreeBrowser.Button
46
46
  ---
47
- @tsProps
48
47
  **/
49
48
  let TreeButton = exports.TreeButton = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec2 = (0, _testable.testable)(), _dec(_class = _dec2(_class = (_class2 = class TreeButton extends _react.Component {
50
49
  constructor(...args) {
@@ -46,7 +46,6 @@ var _dec, _dec2, _class, _class2;
46
46
  parent: TreeBrowser
47
47
  id: TreeBrowser.Collection
48
48
  ---
49
- @tsProps
50
49
  **/
51
50
  let TreeCollection = exports.TreeCollection = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec2 = (0, _testable.testable)(), _dec(_class = _dec2(_class = (_class2 = class TreeCollection extends _react.Component {
52
51
  constructor(props) {
@@ -45,7 +45,6 @@ var _dec, _dec2, _class, _class2;
45
45
  parent: TreeBrowser
46
46
  id: TreeBrowser.Node
47
47
  ---
48
- @tsProps
49
48
  A helper class used to render the :renderBeforeItems and :renderAfterItems
50
49
  in the TreeBrowser.
51
50
  **/
@@ -48,7 +48,6 @@ var _dec, _dec2, _class, _class2;
48
48
  ---
49
49
  category: components
50
50
  ---
51
- @tsProps
52
51
  **/
53
52
  let TreeBrowser = exports.TreeBrowser = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec2 = (0, _testable.testable)(), _dec(_class = _dec2(_class = (_class2 = class TreeBrowser extends _react.Component {
54
53
  constructor(props) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-tree-browser",
3
- "version": "8.46.2-snapshot-9",
3
+ "version": "8.46.2-snapshot-13",
4
4
  "description": "A component for displaying a hierarchical view of information",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -23,22 +23,22 @@
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-img": "8.46.2-snapshot-9",
38
- "@instructure/ui-prop-types": "8.46.2-snapshot-9",
39
- "@instructure/ui-react-utils": "8.46.2-snapshot-9",
40
- "@instructure/ui-testable": "8.46.2-snapshot-9",
41
- "@instructure/ui-utils": "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-img": "8.46.2-snapshot-13",
38
+ "@instructure/ui-prop-types": "8.46.2-snapshot-13",
39
+ "@instructure/ui-react-utils": "8.46.2-snapshot-13",
40
+ "@instructure/ui-testable": "8.46.2-snapshot-13",
41
+ "@instructure/ui-utils": "8.46.2-snapshot-13",
42
42
  "keycode": "^2.2.1",
43
43
  "prop-types": "^15.8.1"
44
44
  },
@@ -42,7 +42,6 @@ import { allowedProps, propTypes } from './props'
42
42
  parent: TreeBrowser
43
43
  id: TreeBrowser.Button
44
44
  ---
45
- @tsProps
46
45
  **/
47
46
  @withStyle(generateStyles, generateComponentTheme)
48
47
  @testable()
@@ -47,7 +47,6 @@ type AriaSelectedType = { 'aria-selected'?: boolean }
47
47
  parent: TreeBrowser
48
48
  id: TreeBrowser.Collection
49
49
  ---
50
- @tsProps
51
50
  **/
52
51
  @withStyle(generateStyles, generateComponentTheme)
53
52
  @testable()
@@ -43,7 +43,6 @@ import { allowedProps, propTypes } from './props'
43
43
  parent: TreeBrowser
44
44
  id: TreeBrowser.Node
45
45
  ---
46
- @tsProps
47
46
  A helper class used to render the :renderBeforeItems and :renderAfterItems
48
47
  in the TreeBrowser.
49
48
  **/
@@ -52,7 +52,6 @@ import { allowedProps, propTypes } from './props'
52
52
  ---
53
53
  category: components
54
54
  ---
55
- @tsProps
56
55
  **/
57
56
  @withStyle(generateStyles, generateComponentTheme)
58
57
  @testable()