@instructure/ui-top-nav-bar 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.
Files changed (48) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/es/TopNavBar/TopNavBarActionItems/index.js +0 -1
  3. package/es/TopNavBar/TopNavBarBrand/index.js +0 -1
  4. package/es/TopNavBar/TopNavBarItem/index.js +0 -1
  5. package/es/TopNavBar/TopNavBarLayout/DesktopLayout/index.js +0 -1
  6. package/es/TopNavBar/TopNavBarLayout/SmallViewportLayout/index.js +0 -1
  7. package/es/TopNavBar/TopNavBarLayout/index.js +0 -1
  8. package/es/TopNavBar/TopNavBarMenuItems/index.js +0 -1
  9. package/es/TopNavBar/TopNavBarUser/index.js +0 -1
  10. package/es/TopNavBar/index.js +0 -1
  11. package/lib/TopNavBar/TopNavBarActionItems/index.js +0 -1
  12. package/lib/TopNavBar/TopNavBarBrand/index.js +0 -1
  13. package/lib/TopNavBar/TopNavBarItem/index.js +0 -1
  14. package/lib/TopNavBar/TopNavBarLayout/DesktopLayout/index.js +0 -1
  15. package/lib/TopNavBar/TopNavBarLayout/SmallViewportLayout/index.js +0 -1
  16. package/lib/TopNavBar/TopNavBarLayout/index.js +0 -1
  17. package/lib/TopNavBar/TopNavBarMenuItems/index.js +0 -1
  18. package/lib/TopNavBar/TopNavBarUser/index.js +0 -1
  19. package/lib/TopNavBar/index.js +0 -1
  20. package/package.json +27 -27
  21. package/src/TopNavBar/TopNavBarActionItems/index.tsx +0 -1
  22. package/src/TopNavBar/TopNavBarBrand/index.tsx +0 -1
  23. package/src/TopNavBar/TopNavBarItem/index.tsx +0 -1
  24. package/src/TopNavBar/TopNavBarLayout/DesktopLayout/index.tsx +0 -1
  25. package/src/TopNavBar/TopNavBarLayout/SmallViewportLayout/index.tsx +0 -1
  26. package/src/TopNavBar/TopNavBarLayout/index.tsx +0 -1
  27. package/src/TopNavBar/TopNavBarMenuItems/index.tsx +0 -1
  28. package/src/TopNavBar/TopNavBarUser/index.tsx +0 -1
  29. package/src/TopNavBar/index.tsx +0 -1
  30. package/tsconfig.build.tsbuildinfo +1 -1
  31. package/types/TopNavBar/TopNavBarActionItems/index.d.ts +0 -1
  32. package/types/TopNavBar/TopNavBarActionItems/index.d.ts.map +1 -1
  33. package/types/TopNavBar/TopNavBarBrand/index.d.ts +0 -1
  34. package/types/TopNavBar/TopNavBarBrand/index.d.ts.map +1 -1
  35. package/types/TopNavBar/TopNavBarItem/index.d.ts +0 -1
  36. package/types/TopNavBar/TopNavBarItem/index.d.ts.map +1 -1
  37. package/types/TopNavBar/TopNavBarLayout/DesktopLayout/index.d.ts +0 -1
  38. package/types/TopNavBar/TopNavBarLayout/DesktopLayout/index.d.ts.map +1 -1
  39. package/types/TopNavBar/TopNavBarLayout/SmallViewportLayout/index.d.ts +0 -1
  40. package/types/TopNavBar/TopNavBarLayout/SmallViewportLayout/index.d.ts.map +1 -1
  41. package/types/TopNavBar/TopNavBarLayout/index.d.ts +0 -1
  42. package/types/TopNavBar/TopNavBarLayout/index.d.ts.map +1 -1
  43. package/types/TopNavBar/TopNavBarMenuItems/index.d.ts +0 -1
  44. package/types/TopNavBar/TopNavBarMenuItems/index.d.ts.map +1 -1
  45. package/types/TopNavBar/TopNavBarUser/index.d.ts +0 -1
  46. package/types/TopNavBar/TopNavBarUser/index.d.ts.map +1 -1
  47. package/types/TopNavBar/index.d.ts +0 -1
  48. package/types/TopNavBar/index.d.ts.map +1 -1
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-top-nav-bar
9
9
 
@@ -44,7 +44,6 @@ parent: TopNavBar
44
44
  id: TopNavBar.ActionItems
45
45
  ---
46
46
  @module TopNavBarActionItems
47
- @tsProps
48
47
  **/
49
48
  let TopNavBarActionItems = (_dec = withDeterministicId(), _dec2 = withStyle(generateStyle, generateComponentTheme), _dec3 = testable(), _dec(_class = _dec2(_class = _dec3(_class = (_class2 = class TopNavBarActionItems extends Component {
50
49
  constructor(props) {
@@ -40,7 +40,6 @@ parent: TopNavBar
40
40
  id: TopNavBar.Brand
41
41
  ---
42
42
  @module TopNavBarBrand
43
- @tsProps
44
43
  **/
45
44
  let TopNavBarBrand = (_dec = withStyle(generateStyle, generateComponentTheme), _dec2 = testable(), _dec(_class = _dec2(_class = (_class2 = class TopNavBarBrand extends Component {
46
45
  constructor(...args) {
@@ -51,7 +51,6 @@ parent: TopNavBar
51
51
  id: TopNavBar.Item
52
52
  ---
53
53
  @module TopNavBarItem
54
- @tsProps
55
54
  **/
56
55
  let TopNavBarItem = (_dec = withDeterministicId(), _dec2 = withStyle(generateStyle, generateComponentTheme), _dec3 = testable(), _dec(_class = _dec2(_class = _dec3(_class = (_class2 = class TopNavBarItem extends Component {
57
56
  constructor(props) {
@@ -36,7 +36,6 @@ import { propTypes, allowedProps } from './props';
36
36
  ---
37
37
  private: true
38
38
  ---
39
- @tsProps
40
39
  **/
41
40
  let TopNavBarDesktopLayout = (_dec = withStyle(generateStyle, generateComponentTheme), _dec2 = testable(), _dec(_class = _dec2(_class = (_class2 = class TopNavBarDesktopLayout extends Component {
42
41
  constructor(...args) {
@@ -46,7 +46,6 @@ import { propTypes, allowedProps } from './props';
46
46
  ---
47
47
  private: true
48
48
  ---
49
- @tsProps
50
49
  **/
51
50
  let TopNavBarSmallViewportLayout = (_dec = withDeterministicId(), _dec2 = withStyle(generateStyle, generateComponentTheme), _dec3 = testable(), _dec(_class = _dec2(_class = _dec3(_class = (_class2 = class TopNavBarSmallViewportLayout extends Component {
52
51
  constructor(props) {
@@ -40,7 +40,6 @@ parent: TopNavBar
40
40
  id: TopNavBar.Layout
41
41
  ---
42
42
  @module TopNavBarLayout
43
- @tsProps
44
43
  **/
45
44
  let TopNavBarLayout = (_dec = withStyle(null, generateComponentTheme), _dec2 = testable(), _dec(_class = _dec2(_class = (_class2 = class TopNavBarLayout extends Component {
46
45
  constructor(...args) {
@@ -43,7 +43,6 @@ parent: TopNavBar
43
43
  id: TopNavBar.MenuItems
44
44
  ---
45
45
  @module TopNavBarMenuItems
46
- @tsProps
47
46
  **/
48
47
  let TopNavBarMenuItems = (_dec = withDeterministicId(), _dec2 = withStyle(generateStyle, generateComponentTheme), _dec3 = testable(), _dec(_class = _dec2(_class = _dec3(_class = (_class2 = class TopNavBarMenuItems extends Component {
49
48
  constructor(props) {
@@ -38,7 +38,6 @@ parent: TopNavBar
38
38
  id: TopNavBar.User
39
39
  ---
40
40
  @module TopNavBarUser
41
- @tsProps
42
41
  **/
43
42
  let TopNavBarUser = (_dec = withStyle(generateStyle, null), _dec2 = testable(), _dec(_class = _dec2(_class = (_class2 = class TopNavBarUser extends Component {
44
43
  constructor(...args) {
@@ -41,7 +41,6 @@ import { propTypes, allowedProps } from './props';
41
41
  ---
42
42
  category: components
43
43
  ---
44
- @tsProps
45
44
  **/
46
45
  let TopNavBar = (_dec = testable(), _dec(_class = (_class2 = class TopNavBar extends Component {
47
46
  constructor(...args) {
@@ -54,7 +54,6 @@ parent: TopNavBar
54
54
  id: TopNavBar.ActionItems
55
55
  ---
56
56
  @module TopNavBarActionItems
57
- @tsProps
58
57
  **/
59
58
  let TopNavBarActionItems = exports.TopNavBarActionItems = (_dec = (0, _withDeterministicId.withDeterministicId)(), _dec2 = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec3 = (0, _testable.testable)(), _dec(_class = _dec2(_class = _dec3(_class = (_class2 = class TopNavBarActionItems extends _react.Component {
60
59
  constructor(props) {
@@ -48,7 +48,6 @@ parent: TopNavBar
48
48
  id: TopNavBar.Brand
49
49
  ---
50
50
  @module TopNavBarBrand
51
- @tsProps
52
51
  **/
53
52
  let TopNavBarBrand = exports.TopNavBarBrand = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec2 = (0, _testable.testable)(), _dec(_class = _dec2(_class = (_class2 = class TopNavBarBrand extends _react.Component {
54
53
  constructor(...args) {
@@ -64,7 +64,6 @@ parent: TopNavBar
64
64
  id: TopNavBar.Item
65
65
  ---
66
66
  @module TopNavBarItem
67
- @tsProps
68
67
  **/
69
68
  let TopNavBarItem = exports.TopNavBarItem = (_dec = (0, _withDeterministicId.withDeterministicId)(), _dec2 = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec3 = (0, _testable.testable)(), _dec(_class = _dec2(_class = _dec3(_class = (_class2 = class TopNavBarItem extends _react.Component {
70
69
  constructor(props) {
@@ -43,7 +43,6 @@ var _dec, _dec2, _class, _class2;
43
43
  ---
44
44
  private: true
45
45
  ---
46
- @tsProps
47
46
  **/
48
47
  let TopNavBarDesktopLayout = exports.TopNavBarDesktopLayout = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec2 = (0, _testable.testable)(), _dec(_class = _dec2(_class = (_class2 = class TopNavBarDesktopLayout extends _react.Component {
49
48
  constructor(...args) {
@@ -59,7 +59,6 @@ var _dec, _dec2, _dec3, _class, _class2, _IconXLine, _IconHamburgerLine;
59
59
  ---
60
60
  private: true
61
61
  ---
62
- @tsProps
63
62
  **/
64
63
  let TopNavBarSmallViewportLayout = exports.TopNavBarSmallViewportLayout = (_dec = (0, _withDeterministicId.withDeterministicId)(), _dec2 = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec3 = (0, _testable.testable)(), _dec(_class = _dec2(_class = _dec3(_class = (_class2 = class TopNavBarSmallViewportLayout extends _react.Component {
65
64
  constructor(props) {
@@ -47,7 +47,6 @@ parent: TopNavBar
47
47
  id: TopNavBar.Layout
48
48
  ---
49
49
  @module TopNavBarLayout
50
- @tsProps
51
50
  **/
52
51
  let TopNavBarLayout = exports.TopNavBarLayout = (_dec = (0, _emotion.withStyle)(null, _theme.default), _dec2 = (0, _testable.testable)(), _dec(_class = _dec2(_class = (_class2 = class TopNavBarLayout extends _react.Component {
53
52
  constructor(...args) {
@@ -52,7 +52,6 @@ parent: TopNavBar
52
52
  id: TopNavBar.MenuItems
53
53
  ---
54
54
  @module TopNavBarMenuItems
55
- @tsProps
56
55
  **/
57
56
  let TopNavBarMenuItems = exports.TopNavBarMenuItems = (_dec = (0, _withDeterministicId.withDeterministicId)(), _dec2 = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec3 = (0, _testable.testable)(), _dec(_class = _dec2(_class = _dec3(_class = (_class2 = class TopNavBarMenuItems extends _react.Component {
58
57
  constructor(props) {
@@ -45,7 +45,6 @@ parent: TopNavBar
45
45
  id: TopNavBar.User
46
46
  ---
47
47
  @module TopNavBarUser
48
- @tsProps
49
48
  **/
50
49
  let TopNavBarUser = exports.TopNavBarUser = (_dec = (0, _emotion.withStyle)(_styles.default, null), _dec2 = (0, _testable.testable)(), _dec(_class = _dec2(_class = (_class2 = class TopNavBarUser extends _react.Component {
51
50
  constructor(...args) {
@@ -47,7 +47,6 @@ var _dec, _class, _class2;
47
47
  ---
48
48
  category: components
49
49
  ---
50
- @tsProps
51
50
  **/
52
51
  let TopNavBar = exports.TopNavBar = (_dec = (0, _testable.testable)(), _dec(_class = (_class2 = class TopNavBar extends _react.Component {
53
52
  constructor(...args) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-top-nav-bar",
3
- "version": "8.46.2-snapshot-9",
3
+ "version": "8.46.2-snapshot-13",
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",
@@ -24,35 +24,35 @@
24
24
  "license": "MIT",
25
25
  "dependencies": {
26
26
  "@babel/runtime": "^7.23.2",
27
- "@instructure/console": "8.46.2-snapshot-9",
28
- "@instructure/emotion": "8.46.2-snapshot-9",
29
- "@instructure/shared-types": "8.46.2-snapshot-9",
30
- "@instructure/ui-a11y-content": "8.46.2-snapshot-9",
31
- "@instructure/ui-avatar": "8.46.2-snapshot-9",
32
- "@instructure/ui-buttons": "8.46.2-snapshot-9",
33
- "@instructure/ui-dialog": "8.46.2-snapshot-9",
34
- "@instructure/ui-dom-utils": "8.46.2-snapshot-9",
35
- "@instructure/ui-drilldown": "8.46.2-snapshot-9",
36
- "@instructure/ui-icons": "8.46.2-snapshot-9",
37
- "@instructure/ui-link": "8.46.2-snapshot-9",
38
- "@instructure/ui-popover": "8.46.2-snapshot-9",
39
- "@instructure/ui-prop-types": "8.46.2-snapshot-9",
40
- "@instructure/ui-react-utils": "8.46.2-snapshot-9",
41
- "@instructure/ui-responsive": "8.46.2-snapshot-9",
42
- "@instructure/ui-testable": "8.46.2-snapshot-9",
43
- "@instructure/ui-tooltip": "8.46.2-snapshot-9",
44
- "@instructure/ui-tray": "8.46.2-snapshot-9",
45
- "@instructure/ui-truncate-list": "8.46.2-snapshot-9",
46
- "@instructure/ui-utils": "8.46.2-snapshot-9",
47
- "@instructure/ui-view": "8.46.2-snapshot-9",
27
+ "@instructure/console": "8.46.2-snapshot-13",
28
+ "@instructure/emotion": "8.46.2-snapshot-13",
29
+ "@instructure/shared-types": "8.46.2-snapshot-13",
30
+ "@instructure/ui-a11y-content": "8.46.2-snapshot-13",
31
+ "@instructure/ui-avatar": "8.46.2-snapshot-13",
32
+ "@instructure/ui-buttons": "8.46.2-snapshot-13",
33
+ "@instructure/ui-dialog": "8.46.2-snapshot-13",
34
+ "@instructure/ui-dom-utils": "8.46.2-snapshot-13",
35
+ "@instructure/ui-drilldown": "8.46.2-snapshot-13",
36
+ "@instructure/ui-icons": "8.46.2-snapshot-13",
37
+ "@instructure/ui-link": "8.46.2-snapshot-13",
38
+ "@instructure/ui-popover": "8.46.2-snapshot-13",
39
+ "@instructure/ui-prop-types": "8.46.2-snapshot-13",
40
+ "@instructure/ui-react-utils": "8.46.2-snapshot-13",
41
+ "@instructure/ui-responsive": "8.46.2-snapshot-13",
42
+ "@instructure/ui-testable": "8.46.2-snapshot-13",
43
+ "@instructure/ui-tooltip": "8.46.2-snapshot-13",
44
+ "@instructure/ui-tray": "8.46.2-snapshot-13",
45
+ "@instructure/ui-truncate-list": "8.46.2-snapshot-13",
46
+ "@instructure/ui-utils": "8.46.2-snapshot-13",
47
+ "@instructure/ui-view": "8.46.2-snapshot-13",
48
48
  "prop-types": "^15.8.1"
49
49
  },
50
50
  "devDependencies": {
51
- "@instructure/ui-babel-preset": "8.46.2-snapshot-9",
52
- "@instructure/ui-color-utils": "8.46.2-snapshot-9",
53
- "@instructure/ui-test-locator": "8.46.2-snapshot-9",
54
- "@instructure/ui-test-utils": "8.46.2-snapshot-9",
55
- "@instructure/ui-themes": "8.46.2-snapshot-9"
51
+ "@instructure/ui-babel-preset": "8.46.2-snapshot-13",
52
+ "@instructure/ui-color-utils": "8.46.2-snapshot-13",
53
+ "@instructure/ui-test-locator": "8.46.2-snapshot-13",
54
+ "@instructure/ui-test-utils": "8.46.2-snapshot-13",
55
+ "@instructure/ui-themes": "8.46.2-snapshot-13"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "react": ">=16.8 <=18"
@@ -70,7 +70,6 @@ parent: TopNavBar
70
70
  id: TopNavBar.ActionItems
71
71
  ---
72
72
  @module TopNavBarActionItems
73
- @tsProps
74
73
  **/
75
74
  @withDeterministicId()
76
75
  @withStyle(generateStyle, generateComponentTheme)
@@ -47,7 +47,6 @@ parent: TopNavBar
47
47
  id: TopNavBar.Brand
48
48
  ---
49
49
  @module TopNavBarBrand
50
- @tsProps
51
50
  **/
52
51
  @withStyle(generateStyle, generateComponentTheme)
53
52
  @testable()
@@ -78,7 +78,6 @@ parent: TopNavBar
78
78
  id: TopNavBar.Item
79
79
  ---
80
80
  @module TopNavBarItem
81
- @tsProps
82
81
  **/
83
82
  @withDeterministicId()
84
83
  @withStyle(generateStyle, generateComponentTheme)
@@ -45,7 +45,6 @@ import type {
45
45
  ---
46
46
  private: true
47
47
  ---
48
- @tsProps
49
48
  **/
50
49
  @withStyle(generateStyle, generateComponentTheme)
51
50
  @testable()
@@ -78,7 +78,6 @@ import type {
78
78
  ---
79
79
  private: true
80
80
  ---
81
- @tsProps
82
81
  **/
83
82
  @withDeterministicId()
84
83
  @withStyle(generateStyle, generateComponentTheme)
@@ -52,7 +52,6 @@ parent: TopNavBar
52
52
  id: TopNavBar.Layout
53
53
  ---
54
54
  @module TopNavBarLayout
55
- @tsProps
56
55
  **/
57
56
  @withStyle(null, generateComponentTheme)
58
57
  @testable()
@@ -61,7 +61,6 @@ parent: TopNavBar
61
61
  id: TopNavBar.MenuItems
62
62
  ---
63
63
  @module TopNavBarMenuItems
64
- @tsProps
65
64
  **/
66
65
  @withDeterministicId()
67
66
  @withStyle(generateStyle, generateComponentTheme)
@@ -45,7 +45,6 @@ parent: TopNavBar
45
45
  id: TopNavBar.User
46
46
  ---
47
47
  @module TopNavBarUser
48
- @tsProps
49
48
  **/
50
49
  @withStyle(generateStyle, null)
51
50
  @testable()
@@ -48,7 +48,6 @@ import type { TopNavBarProps } from './props'
48
48
  ---
49
49
  category: components
50
50
  ---
51
- @tsProps
52
51
  **/
53
52
  @testable()
54
53
  class TopNavBar extends Component<TopNavBarProps> {