@instructure/ui-navigation 8.10.2-snapshot.22 → 8.10.3-snapshot.4

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,10 @@
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.10.2](https://github.com/instructure/instructure-ui/compare/v8.10.1...v8.10.2) (2021-10-01)
7
+
8
+ **Note:** Version bump only for package @instructure/ui-navigation
9
+
6
10
  ## [8.10.1](https://github.com/instructure/instructure-ui/compare/v8.10.0...v8.10.1) (2021-10-01)
7
11
 
8
12
  **Note:** Version bump only for package @instructure/ui-navigation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-navigation",
3
- "version": "8.10.2-snapshot.22+b84160eff",
3
+ "version": "8.10.3-snapshot.4+118e47643",
4
4
  "description": "Main and application level navigational components",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "type": "commonjs",
@@ -24,31 +24,31 @@
24
24
  },
25
25
  "license": "MIT",
26
26
  "devDependencies": {
27
- "@instructure/ui-babel-preset": "8.10.2-snapshot.22+b84160eff",
28
- "@instructure/ui-color-utils": "8.10.2-snapshot.22+b84160eff",
29
- "@instructure/ui-test-locator": "8.10.2-snapshot.22+b84160eff",
30
- "@instructure/ui-test-utils": "8.10.2-snapshot.22+b84160eff",
31
- "@instructure/ui-themes": "8.10.2-snapshot.22+b84160eff"
27
+ "@instructure/ui-babel-preset": "8.10.3-snapshot.4+118e47643",
28
+ "@instructure/ui-color-utils": "8.10.3-snapshot.4+118e47643",
29
+ "@instructure/ui-test-locator": "8.10.3-snapshot.4+118e47643",
30
+ "@instructure/ui-test-utils": "8.10.3-snapshot.4+118e47643",
31
+ "@instructure/ui-themes": "8.10.3-snapshot.4+118e47643"
32
32
  },
33
33
  "dependencies": {
34
34
  "@babel/runtime": "^7.13.10",
35
- "@instructure/console": "8.10.2-snapshot.22+b84160eff",
36
- "@instructure/debounce": "8.10.2-snapshot.22+b84160eff",
37
- "@instructure/emotion": "8.10.2-snapshot.22+b84160eff",
38
- "@instructure/shared-types": "8.10.2-snapshot.22+b84160eff",
39
- "@instructure/ui-a11y-content": "8.10.2-snapshot.22+b84160eff",
40
- "@instructure/ui-a11y-utils": "8.10.2-snapshot.22+b84160eff",
41
- "@instructure/ui-badge": "8.10.2-snapshot.22+b84160eff",
42
- "@instructure/ui-dom-utils": "8.10.2-snapshot.22+b84160eff",
43
- "@instructure/ui-focusable": "8.10.2-snapshot.22+b84160eff",
44
- "@instructure/ui-icons": "8.10.2-snapshot.22+b84160eff",
45
- "@instructure/ui-menu": "8.10.2-snapshot.22+b84160eff",
46
- "@instructure/ui-prop-types": "8.10.2-snapshot.22+b84160eff",
47
- "@instructure/ui-react-utils": "8.10.2-snapshot.22+b84160eff",
48
- "@instructure/ui-testable": "8.10.2-snapshot.22+b84160eff",
49
- "@instructure/ui-tooltip": "8.10.2-snapshot.22+b84160eff",
50
- "@instructure/ui-utils": "8.10.2-snapshot.22+b84160eff",
51
- "@instructure/ui-view": "8.10.2-snapshot.22+b84160eff",
35
+ "@instructure/console": "8.10.3-snapshot.4+118e47643",
36
+ "@instructure/debounce": "8.10.3-snapshot.4+118e47643",
37
+ "@instructure/emotion": "8.10.3-snapshot.4+118e47643",
38
+ "@instructure/shared-types": "8.10.3-snapshot.4+118e47643",
39
+ "@instructure/ui-a11y-content": "8.10.3-snapshot.4+118e47643",
40
+ "@instructure/ui-a11y-utils": "8.10.3-snapshot.4+118e47643",
41
+ "@instructure/ui-badge": "8.10.3-snapshot.4+118e47643",
42
+ "@instructure/ui-dom-utils": "8.10.3-snapshot.4+118e47643",
43
+ "@instructure/ui-focusable": "8.10.3-snapshot.4+118e47643",
44
+ "@instructure/ui-icons": "8.10.3-snapshot.4+118e47643",
45
+ "@instructure/ui-menu": "8.10.3-snapshot.4+118e47643",
46
+ "@instructure/ui-prop-types": "8.10.3-snapshot.4+118e47643",
47
+ "@instructure/ui-react-utils": "8.10.3-snapshot.4+118e47643",
48
+ "@instructure/ui-testable": "8.10.3-snapshot.4+118e47643",
49
+ "@instructure/ui-tooltip": "8.10.3-snapshot.4+118e47643",
50
+ "@instructure/ui-utils": "8.10.3-snapshot.4+118e47643",
51
+ "@instructure/ui-view": "8.10.3-snapshot.4+118e47643",
52
52
  "prop-types": "^15"
53
53
  },
54
54
  "peerDependencies": {
@@ -58,5 +58,5 @@
58
58
  "access": "public"
59
59
  },
60
60
  "sideEffects": false,
61
- "gitHead": "b84160effefb01aeb94b754f0b7a64f8dad1b7f2"
61
+ "gitHead": "118e47643bbadaf5beac7f8ffb047b29eb0618d1"
62
62
  }
@@ -75,12 +75,12 @@ class NavigationItem extends Component<NavigationItemProps> {
75
75
  const props = omitProps(this.props, NavigationItem.allowedProps)
76
76
 
77
77
  return (
78
+ //@ts-expect-error TODO: INSTUI-3245
78
79
  <ElementType
79
80
  {...props}
80
81
  href={href}
81
82
  onClick={onClick}
82
83
  css={this.props.styles?.navigationItem}
83
- //@ts-expect-error TODO: INSTUI-3245
84
84
  aria-label={this.props.minimized ? label : undefined}
85
85
  // @ts-expect-error TODO fix TS2590: Expression produces a union type that is too complex to represent.
86
86
  ref={(element) => {