@instructure/ui-top-nav-bar 8.38.1 → 8.38.2-snapshot-2

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,6 +3,14 @@
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.38.2-snapshot-2](https://github.com/instructure/instructure-ui/compare/v8.38.1...v8.38.2-snapshot-2) (2023-07-06)
7
+
8
+ **Note:** Version bump only for package @instructure/ui-top-nav-bar
9
+
10
+
11
+
12
+
13
+
6
14
  ## [8.38.1](https://github.com/instructure/instructure-ui/compare/v8.38.0...v8.38.1) (2023-06-13)
7
15
 
8
16
  **Note:** Version bump only for package @instructure/ui-top-nav-bar
@@ -53,7 +53,7 @@ let TopNavBarBrand = (_dec = withStyle(generateStyle, generateComponentTheme), _
53
53
  elementRef(el);
54
54
  }
55
55
  };
56
- } // TODO: add to the docs: making it static on parent and jsdocs parent/module settings, dont export child on its own
56
+ }
57
57
  componentDidMount() {
58
58
  var _this$props$makeStyle, _this$props;
59
59
  (_this$props$makeStyle = (_this$props = this.props).makeStyles) === null || _this$props$makeStyle === void 0 ? void 0 : _this$props$makeStyle.call(_this$props, this.makeStylesVariables);
@@ -54,7 +54,7 @@ let TopNavBar = (_dec = testable(), _dec(_class = (_class2 = class TopNavBar ext
54
54
  elementRef(el);
55
55
  }
56
56
  };
57
- } // TODO: mention subcomponent registration in "new component" docs
57
+ }
58
58
  get breakpoint() {
59
59
  return px(this.props.breakpoint);
60
60
  }
@@ -61,7 +61,7 @@ let TopNavBarBrand = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.def
61
61
  elementRef(el);
62
62
  }
63
63
  };
64
- } // TODO: add to the docs: making it static on parent and jsdocs parent/module settings, dont export child on its own
64
+ }
65
65
  componentDidMount() {
66
66
  var _this$props$makeStyle, _this$props;
67
67
  (_this$props$makeStyle = (_this$props = this.props).makeStyles) === null || _this$props$makeStyle === void 0 ? void 0 : _this$props$makeStyle.call(_this$props, this.makeStylesVariables);
@@ -60,7 +60,7 @@ let TopNavBar = (_dec = (0, _testable.testable)(), _dec(_class = (_class2 = clas
60
60
  elementRef(el);
61
61
  }
62
62
  };
63
- } // TODO: mention subcomponent registration in "new component" docs
63
+ }
64
64
  get breakpoint() {
65
65
  return (0, _px.px)(this.props.breakpoint);
66
66
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-top-nav-bar",
3
- "version": "8.38.1",
3
+ "version": "8.38.2-snapshot-2",
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,36 +23,36 @@
23
23
  },
24
24
  "license": "MIT",
25
25
  "dependencies": {
26
- "@babel/runtime": "^7.21.0",
27
- "@instructure/console": "8.38.1",
28
- "@instructure/emotion": "8.38.1",
29
- "@instructure/shared-types": "8.38.1",
30
- "@instructure/ui-a11y-content": "8.38.1",
31
- "@instructure/ui-avatar": "8.38.1",
32
- "@instructure/ui-buttons": "8.38.1",
33
- "@instructure/ui-dialog": "8.38.1",
34
- "@instructure/ui-dom-utils": "8.38.1",
35
- "@instructure/ui-drilldown": "8.38.1",
36
- "@instructure/ui-icons": "8.38.1",
37
- "@instructure/ui-link": "8.38.1",
38
- "@instructure/ui-popover": "8.38.1",
39
- "@instructure/ui-prop-types": "8.38.1",
40
- "@instructure/ui-react-utils": "8.38.1",
41
- "@instructure/ui-responsive": "8.38.1",
42
- "@instructure/ui-testable": "8.38.1",
43
- "@instructure/ui-tooltip": "8.38.1",
44
- "@instructure/ui-tray": "8.38.1",
45
- "@instructure/ui-truncate-list": "8.38.1",
46
- "@instructure/ui-utils": "8.38.1",
47
- "@instructure/ui-view": "8.38.1",
26
+ "@babel/runtime": "^7.22.5",
27
+ "@instructure/console": "8.38.2-snapshot-2",
28
+ "@instructure/emotion": "8.38.2-snapshot-2",
29
+ "@instructure/shared-types": "8.38.2-snapshot-2",
30
+ "@instructure/ui-a11y-content": "8.38.2-snapshot-2",
31
+ "@instructure/ui-avatar": "8.38.2-snapshot-2",
32
+ "@instructure/ui-buttons": "8.38.2-snapshot-2",
33
+ "@instructure/ui-dialog": "8.38.2-snapshot-2",
34
+ "@instructure/ui-dom-utils": "8.38.2-snapshot-2",
35
+ "@instructure/ui-drilldown": "8.38.2-snapshot-2",
36
+ "@instructure/ui-icons": "8.38.2-snapshot-2",
37
+ "@instructure/ui-link": "8.38.2-snapshot-2",
38
+ "@instructure/ui-popover": "8.38.2-snapshot-2",
39
+ "@instructure/ui-prop-types": "8.38.2-snapshot-2",
40
+ "@instructure/ui-react-utils": "8.38.2-snapshot-2",
41
+ "@instructure/ui-responsive": "8.38.2-snapshot-2",
42
+ "@instructure/ui-testable": "8.38.2-snapshot-2",
43
+ "@instructure/ui-tooltip": "8.38.2-snapshot-2",
44
+ "@instructure/ui-tray": "8.38.2-snapshot-2",
45
+ "@instructure/ui-truncate-list": "8.38.2-snapshot-2",
46
+ "@instructure/ui-utils": "8.38.2-snapshot-2",
47
+ "@instructure/ui-view": "8.38.2-snapshot-2",
48
48
  "prop-types": "^15.8.1"
49
49
  },
50
50
  "devDependencies": {
51
- "@instructure/ui-babel-preset": "8.38.1",
52
- "@instructure/ui-color-utils": "8.38.1",
53
- "@instructure/ui-test-locator": "8.38.1",
54
- "@instructure/ui-test-utils": "8.38.1",
55
- "@instructure/ui-themes": "8.38.1"
51
+ "@instructure/ui-babel-preset": "8.38.2-snapshot-2",
52
+ "@instructure/ui-color-utils": "8.38.2-snapshot-2",
53
+ "@instructure/ui-test-locator": "8.38.2-snapshot-2",
54
+ "@instructure/ui-test-utils": "8.38.2-snapshot-2",
55
+ "@instructure/ui-themes": "8.38.2-snapshot-2"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "react": ">=16.8 <=18"