@instructure/ui-navigation 8.28.0 → 8.28.1-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.28.1-snapshot-2](https://github.com/instructure/instructure-ui/compare/v8.28.0...v8.28.1-snapshot-2) (2022-09-02)
7
+
8
+ **Note:** Version bump only for package @instructure/ui-navigation
9
+
10
+
11
+
12
+
13
+
6
14
  # [8.28.0](https://github.com/instructure/instructure-ui/compare/v8.27.0...v8.28.0) (2022-09-02)
7
15
 
8
16
 
@@ -83,8 +83,7 @@ let NavigationItem = (_dec = withStyle(generateStyle, generateComponentTheme), _
83
83
  icon = _this$props3.icon,
84
84
  label = _this$props3.label;
85
85
  const props = omitProps(this.props, NavigationItem.allowedProps);
86
- return jsx(ElementType // @ts-expect-error TODO: fix TS2590: Expression produces a union type that is too complex to represent.
87
- , Object.assign({}, props, {
86
+ return jsx(ElementType, Object.assign({}, props, {
88
87
  href: href,
89
88
  onClick: onClick,
90
89
  ref: addRef ? this.handleRef : void 0,
@@ -77,8 +77,7 @@ let NavigationItem = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.def
77
77
  icon = _this$props3.icon,
78
78
  label = _this$props3.label;
79
79
  const props = (0, _omitProps.omitProps)(this.props, NavigationItem.allowedProps);
80
- return (0, _emotion.jsx)(ElementType // @ts-expect-error TODO: fix TS2590: Expression produces a union type that is too complex to represent.
81
- , Object.assign({}, props, {
80
+ return (0, _emotion.jsx)(ElementType, Object.assign({}, props, {
82
81
  href: href,
83
82
  onClick: onClick,
84
83
  ref: addRef ? this.handleRef : void 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-navigation",
3
- "version": "8.28.0",
3
+ "version": "8.28.1-snapshot-2",
4
4
  "description": "Main and application level navigational components",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -23,32 +23,32 @@
23
23
  },
24
24
  "license": "MIT",
25
25
  "devDependencies": {
26
- "@instructure/ui-babel-preset": "8.28.0",
27
- "@instructure/ui-color-utils": "8.28.0",
28
- "@instructure/ui-test-locator": "8.28.0",
29
- "@instructure/ui-test-utils": "8.28.0",
30
- "@instructure/ui-themes": "8.28.0"
26
+ "@instructure/ui-babel-preset": "8.28.1-snapshot-2",
27
+ "@instructure/ui-color-utils": "8.28.1-snapshot-2",
28
+ "@instructure/ui-test-locator": "8.28.1-snapshot-2",
29
+ "@instructure/ui-test-utils": "8.28.1-snapshot-2",
30
+ "@instructure/ui-themes": "8.28.1-snapshot-2"
31
31
  },
32
32
  "dependencies": {
33
33
  "@babel/runtime": "^7.13.10",
34
- "@instructure/console": "8.28.0",
35
- "@instructure/debounce": "8.28.0",
36
- "@instructure/emotion": "8.28.0",
37
- "@instructure/shared-types": "8.28.0",
38
- "@instructure/ui-a11y-content": "8.28.0",
39
- "@instructure/ui-a11y-utils": "8.28.0",
40
- "@instructure/ui-badge": "8.28.0",
41
- "@instructure/ui-dom-utils": "8.28.0",
42
- "@instructure/ui-focusable": "8.28.0",
43
- "@instructure/ui-icons": "8.28.0",
44
- "@instructure/ui-menu": "8.28.0",
45
- "@instructure/ui-prop-types": "8.28.0",
46
- "@instructure/ui-react-utils": "8.28.0",
47
- "@instructure/ui-testable": "8.28.0",
48
- "@instructure/ui-tooltip": "8.28.0",
49
- "@instructure/ui-truncate-list": "8.28.0",
50
- "@instructure/ui-utils": "8.28.0",
51
- "@instructure/ui-view": "8.28.0",
34
+ "@instructure/console": "8.28.1-snapshot-2",
35
+ "@instructure/debounce": "8.28.1-snapshot-2",
36
+ "@instructure/emotion": "8.28.1-snapshot-2",
37
+ "@instructure/shared-types": "8.28.1-snapshot-2",
38
+ "@instructure/ui-a11y-content": "8.28.1-snapshot-2",
39
+ "@instructure/ui-a11y-utils": "8.28.1-snapshot-2",
40
+ "@instructure/ui-badge": "8.28.1-snapshot-2",
41
+ "@instructure/ui-dom-utils": "8.28.1-snapshot-2",
42
+ "@instructure/ui-focusable": "8.28.1-snapshot-2",
43
+ "@instructure/ui-icons": "8.28.1-snapshot-2",
44
+ "@instructure/ui-menu": "8.28.1-snapshot-2",
45
+ "@instructure/ui-prop-types": "8.28.1-snapshot-2",
46
+ "@instructure/ui-react-utils": "8.28.1-snapshot-2",
47
+ "@instructure/ui-testable": "8.28.1-snapshot-2",
48
+ "@instructure/ui-tooltip": "8.28.1-snapshot-2",
49
+ "@instructure/ui-truncate-list": "8.28.1-snapshot-2",
50
+ "@instructure/ui-utils": "8.28.1-snapshot-2",
51
+ "@instructure/ui-view": "8.28.1-snapshot-2",
52
52
  "prop-types": "^15"
53
53
  },
54
54
  "peerDependencies": {
@@ -83,7 +83,6 @@ class NavigationItem extends Component<NavigationItemProps> {
83
83
 
84
84
  return (
85
85
  <ElementType
86
- // @ts-expect-error TODO: fix TS2590: Expression produces a union type that is too complex to represent.
87
86
  {...props}
88
87
  href={href}
89
88
  onClick={onClick}