@instructure/ui-side-nav-bar 8.47.2-snapshot-5 → 8.47.2-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,12 +3,9 @@
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.47.2-snapshot-5](https://github.com/instructure/instructure-ui/compare/v8.47.1...v8.47.2-snapshot-5) (2023-11-10)
6
+ ## [8.47.2-snapshot-4](https://github.com/instructure/instructure-ui/compare/v8.47.1...v8.47.2-snapshot-4) (2023-11-10)
7
7
 
8
-
9
- ### Bug Fixes
10
-
11
- * **ui-side-nav-bar:** don't allow SideNavBar.Item to inherit global styles ([ded9542](https://github.com/instructure/instructure-ui/commit/ded954273558e2d4193838f4d878d755888c1e25))
8
+ **Note:** Version bump only for package @instructure/ui-side-nav-bar
12
9
 
13
10
 
14
11
 
@@ -55,9 +55,7 @@ const generateStyle = (componentTheme, props) => {
55
55
  fill: componentTheme.selectedIconColor,
56
56
  color: componentTheme.selectedFontColor,
57
57
  '&:active, &:hover': {
58
- backgroundColor: componentTheme.selectedBackgroundColor,
59
- color: componentTheme.selectedFontColor,
60
- textDecoration: componentTheme.linkTextDecoration
58
+ backgroundColor: componentTheme.selectedBackgroundColor
61
59
  },
62
60
  '&:focus': {
63
61
  backgroundColor: componentTheme.selectedBackgroundColor,
@@ -71,9 +69,7 @@ const generateStyle = (componentTheme, props) => {
71
69
  backgroundColor: componentTheme.hoverBackgroundColor
72
70
  },
73
71
  '&:hover': {
74
- backgroundColor: componentTheme.hoverBackgroundColor,
75
- color: componentTheme.fontColor,
76
- textDecoration: componentTheme.linkTextDecoration
72
+ backgroundColor: componentTheme.hoverBackgroundColor
77
73
  },
78
74
  '&:focus': {
79
75
  backgroundColor: componentTheme.hoverBackgroundColor,
@@ -61,9 +61,7 @@ const generateStyle = (componentTheme, props) => {
61
61
  fill: componentTheme.selectedIconColor,
62
62
  color: componentTheme.selectedFontColor,
63
63
  '&:active, &:hover': {
64
- backgroundColor: componentTheme.selectedBackgroundColor,
65
- color: componentTheme.selectedFontColor,
66
- textDecoration: componentTheme.linkTextDecoration
64
+ backgroundColor: componentTheme.selectedBackgroundColor
67
65
  },
68
66
  '&:focus': {
69
67
  backgroundColor: componentTheme.selectedBackgroundColor,
@@ -77,9 +75,7 @@ const generateStyle = (componentTheme, props) => {
77
75
  backgroundColor: componentTheme.hoverBackgroundColor
78
76
  },
79
77
  '&:hover': {
80
- backgroundColor: componentTheme.hoverBackgroundColor,
81
- color: componentTheme.fontColor,
82
- textDecoration: componentTheme.linkTextDecoration
78
+ backgroundColor: componentTheme.hoverBackgroundColor
83
79
  },
84
80
  '&:focus': {
85
81
  backgroundColor: componentTheme.hoverBackgroundColor,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-side-nav-bar",
3
- "version": "8.47.2-snapshot-5",
3
+ "version": "8.47.2-snapshot-4",
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.47.2-snapshot-5",
27
- "@instructure/ui-color-utils": "8.47.2-snapshot-5",
28
- "@instructure/ui-test-locator": "8.47.2-snapshot-5",
29
- "@instructure/ui-test-utils": "8.47.2-snapshot-5",
30
- "@instructure/ui-themes": "8.47.2-snapshot-5"
26
+ "@instructure/ui-babel-preset": "8.47.2-snapshot-4",
27
+ "@instructure/ui-color-utils": "8.47.2-snapshot-4",
28
+ "@instructure/ui-test-locator": "8.47.2-snapshot-4",
29
+ "@instructure/ui-test-utils": "8.47.2-snapshot-4",
30
+ "@instructure/ui-themes": "8.47.2-snapshot-4"
31
31
  },
32
32
  "dependencies": {
33
33
  "@babel/runtime": "^7.23.2",
34
- "@instructure/console": "8.47.2-snapshot-5",
35
- "@instructure/debounce": "8.47.2-snapshot-5",
36
- "@instructure/emotion": "8.47.2-snapshot-5",
37
- "@instructure/shared-types": "8.47.2-snapshot-5",
38
- "@instructure/ui-a11y-content": "8.47.2-snapshot-5",
39
- "@instructure/ui-a11y-utils": "8.47.2-snapshot-5",
40
- "@instructure/ui-badge": "8.47.2-snapshot-5",
41
- "@instructure/ui-dom-utils": "8.47.2-snapshot-5",
42
- "@instructure/ui-focusable": "8.47.2-snapshot-5",
43
- "@instructure/ui-icons": "8.47.2-snapshot-5",
44
- "@instructure/ui-menu": "8.47.2-snapshot-5",
45
- "@instructure/ui-prop-types": "8.47.2-snapshot-5",
46
- "@instructure/ui-react-utils": "8.47.2-snapshot-5",
47
- "@instructure/ui-testable": "8.47.2-snapshot-5",
48
- "@instructure/ui-tooltip": "8.47.2-snapshot-5",
49
- "@instructure/ui-truncate-list": "8.47.2-snapshot-5",
50
- "@instructure/ui-utils": "8.47.2-snapshot-5",
51
- "@instructure/ui-view": "8.47.2-snapshot-5",
34
+ "@instructure/console": "8.47.2-snapshot-4",
35
+ "@instructure/debounce": "8.47.2-snapshot-4",
36
+ "@instructure/emotion": "8.47.2-snapshot-4",
37
+ "@instructure/shared-types": "8.47.2-snapshot-4",
38
+ "@instructure/ui-a11y-content": "8.47.2-snapshot-4",
39
+ "@instructure/ui-a11y-utils": "8.47.2-snapshot-4",
40
+ "@instructure/ui-badge": "8.47.2-snapshot-4",
41
+ "@instructure/ui-dom-utils": "8.47.2-snapshot-4",
42
+ "@instructure/ui-focusable": "8.47.2-snapshot-4",
43
+ "@instructure/ui-icons": "8.47.2-snapshot-4",
44
+ "@instructure/ui-menu": "8.47.2-snapshot-4",
45
+ "@instructure/ui-prop-types": "8.47.2-snapshot-4",
46
+ "@instructure/ui-react-utils": "8.47.2-snapshot-4",
47
+ "@instructure/ui-testable": "8.47.2-snapshot-4",
48
+ "@instructure/ui-tooltip": "8.47.2-snapshot-4",
49
+ "@instructure/ui-truncate-list": "8.47.2-snapshot-4",
50
+ "@instructure/ui-utils": "8.47.2-snapshot-4",
51
+ "@instructure/ui-view": "8.47.2-snapshot-4",
52
52
  "prop-types": "^15.8.1"
53
53
  },
54
54
  "peerDependencies": {
@@ -63,9 +63,7 @@ const generateStyle = (
63
63
  fill: componentTheme.selectedIconColor,
64
64
  color: componentTheme.selectedFontColor,
65
65
  '&:active, &:hover': {
66
- backgroundColor: componentTheme.selectedBackgroundColor,
67
- color: componentTheme.selectedFontColor,
68
- textDecoration: componentTheme.linkTextDecoration
66
+ backgroundColor: componentTheme.selectedBackgroundColor
69
67
  },
70
68
  '&:focus': {
71
69
  backgroundColor: componentTheme.selectedBackgroundColor,
@@ -80,9 +78,7 @@ const generateStyle = (
80
78
  backgroundColor: componentTheme.hoverBackgroundColor
81
79
  },
82
80
  '&:hover': {
83
- backgroundColor: componentTheme.hoverBackgroundColor,
84
- color: componentTheme.fontColor,
85
- textDecoration: componentTheme.linkTextDecoration
81
+ backgroundColor: componentTheme.hoverBackgroundColor
86
82
  },
87
83
  '&:focus': {
88
84
  backgroundColor: componentTheme.hoverBackgroundColor,