@instructure/ui-tree-browser 11.7.4-snapshot-50 → 11.7.4-snapshot-53

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
- ## [11.7.4-snapshot-50](https://github.com/instructure/instructure-ui/compare/v11.7.3...v11.7.4-snapshot-50) (2026-06-18)
6
+ ## [11.7.4-snapshot-53](https://github.com/instructure/instructure-ui/compare/v11.7.3...v11.7.4-snapshot-53) (2026-06-22)
7
7
 
8
8
 
9
9
  ### Features
@@ -50,6 +50,7 @@ id: TreeBrowser.Button
50
50
  let TreeButton = (_dec = withStyleNew(generateStyles, 'TreeBrowserTreeButton'), _dec(_class = class TreeButton extends Component {
51
51
  static displayName = 'TreeButton';
52
52
  static componentId = 'TreeBrowser.Button';
53
+ static themeId = 'TreeBrowserTreeButton';
53
54
  static allowedProps = allowedProps;
54
55
  static contextType = TreeBrowserContext;
55
56
  static defaultProps = {
@@ -41,6 +41,7 @@ id: TreeBrowser.Collection
41
41
  let TreeCollection = (_dec = withStyleNew(generateStyles, 'TreeBrowserTreeCollection'), _dec(_class = class TreeCollection extends Component {
42
42
  static displayName = 'TreeCollection';
43
43
  static componentId = 'TreeBrowser.Collection';
44
+ static themeId = 'TreeBrowserTreeCollection';
44
45
  static allowedProps = allowedProps;
45
46
  static contextType = TreeBrowserContext;
46
47
  static defaultProps = {
@@ -52,6 +52,7 @@ in the TreeBrowser.
52
52
  let TreeNode = (_dec = withStyleNew(generateStyles, 'TreeBrowserTreeButton'), _dec(_class = class TreeNode extends Component {
53
53
  static displayName = 'TreeNode';
54
54
  static componentId = 'TreeBrowser.Node';
55
+ static themeId = 'TreeBrowserTreeButton';
55
56
  static allowedProps = allowedProps;
56
57
  static contextType = TreeBrowserContext;
57
58
  static defaultProps = {
@@ -54,6 +54,7 @@ id: TreeBrowser.Button
54
54
  let TreeButton = exports.TreeButton = (_dec = (0, _emotion.withStyleNew)(_styles.default, 'TreeBrowserTreeButton'), _dec(_class = class TreeButton extends _react.Component {
55
55
  static displayName = 'TreeButton';
56
56
  static componentId = 'TreeBrowser.Button';
57
+ static themeId = 'TreeBrowserTreeButton';
57
58
  static allowedProps = _props.allowedProps;
58
59
  static contextType = _TreeBrowserContext.default;
59
60
  static defaultProps = {
@@ -47,6 +47,7 @@ id: TreeBrowser.Collection
47
47
  let TreeCollection = exports.TreeCollection = (_dec = (0, _emotion.withStyleNew)(_styles.default, 'TreeBrowserTreeCollection'), _dec(_class = class TreeCollection extends _react.Component {
48
48
  static displayName = 'TreeCollection';
49
49
  static componentId = 'TreeBrowser.Collection';
50
+ static themeId = 'TreeBrowserTreeCollection';
50
51
  static allowedProps = _props.allowedProps;
51
52
  static contextType = _TreeBrowserContext.default;
52
53
  static defaultProps = {
@@ -57,6 +57,7 @@ in the TreeBrowser.
57
57
  let TreeNode = exports.TreeNode = (_dec = (0, _emotion.withStyleNew)(_styles.default, 'TreeBrowserTreeButton'), _dec(_class = class TreeNode extends _react.Component {
58
58
  static displayName = 'TreeNode';
59
59
  static componentId = 'TreeBrowser.Node';
60
+ static themeId = 'TreeBrowserTreeButton';
60
61
  static allowedProps = _props.allowedProps;
61
62
  static contextType = _TreeBrowserContext.default;
62
63
  static defaultProps = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-tree-browser",
3
- "version": "11.7.4-snapshot-50",
3
+ "version": "11.7.4-snapshot-53",
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",
@@ -16,21 +16,21 @@
16
16
  "dependencies": {
17
17
  "@babel/runtime": "^7.29.2",
18
18
  "keycode": "^2",
19
- "@instructure/emotion": "11.7.4-snapshot-50",
20
- "@instructure/shared-types": "11.7.4-snapshot-50",
21
- "@instructure/ui-img": "11.7.4-snapshot-50",
22
- "@instructure/ui-react-utils": "11.7.4-snapshot-50",
23
- "@instructure/ui-icons": "11.7.4-snapshot-50",
24
- "@instructure/ui-utils": "11.7.4-snapshot-50",
25
- "@instructure/ui-themes": "11.7.4-snapshot-50"
19
+ "@instructure/emotion": "11.7.4-snapshot-53",
20
+ "@instructure/shared-types": "11.7.4-snapshot-53",
21
+ "@instructure/ui-icons": "11.7.4-snapshot-53",
22
+ "@instructure/ui-img": "11.7.4-snapshot-53",
23
+ "@instructure/ui-react-utils": "11.7.4-snapshot-53",
24
+ "@instructure/ui-themes": "11.7.4-snapshot-53",
25
+ "@instructure/ui-utils": "11.7.4-snapshot-53"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@testing-library/jest-dom": "^6.6.3",
29
29
  "@testing-library/react": "15.0.7",
30
30
  "vitest": "^3.2.2",
31
- "@instructure/ui-color-utils": "11.7.4-snapshot-50",
32
- "@instructure/ui-axe-check": "11.7.4-snapshot-50",
33
- "@instructure/ui-babel-preset": "11.7.4-snapshot-50"
31
+ "@instructure/ui-babel-preset": "11.7.4-snapshot-53",
32
+ "@instructure/ui-axe-check": "11.7.4-snapshot-53",
33
+ "@instructure/ui-color-utils": "11.7.4-snapshot-53"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "react": ">=18 <=19"
@@ -55,6 +55,7 @@ class TreeButton extends Component<
55
55
  > {
56
56
  static displayName = 'TreeButton'
57
57
  static readonly componentId = 'TreeBrowser.Button'
58
+ static readonly themeId = 'TreeBrowserTreeButton'
58
59
 
59
60
  static allowedProps = allowedProps
60
61
 
@@ -51,6 +51,7 @@ class TreeCollection extends Component<
51
51
  > {
52
52
  static displayName = 'TreeCollection'
53
53
  static readonly componentId = 'TreeBrowser.Collection'
54
+ static readonly themeId = 'TreeBrowserTreeCollection'
54
55
 
55
56
  static allowedProps = allowedProps
56
57
 
@@ -54,6 +54,7 @@ in the TreeBrowser.
54
54
  class TreeNode extends Component<TreeBrowserNodeProps, { isHovered: boolean }> {
55
55
  static displayName = 'TreeNode'
56
56
  static readonly componentId = 'TreeBrowser.Node'
57
+ static readonly themeId = 'TreeBrowserTreeButton'
57
58
 
58
59
  static allowedProps = allowedProps
59
60