@servicetitan/navigation 8.1.4 → 8.1.5

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.
@@ -160,11 +160,11 @@
160
160
  }
161
161
 
162
162
  &.navigation-item-icon-state.navigation-item-active {
163
- .navigation-icon:not(.navigation-icon-active) {
163
+ .navigation-icon[data-anv][data-anv]:not(.navigation-icon-active) {
164
164
  display: none;
165
165
  }
166
166
 
167
- .navigation-icon.navigation-icon-active {
167
+ .navigation-icon[data-anv][data-anv].navigation-icon-active {
168
168
  display: block;
169
169
  }
170
170
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@servicetitan/navigation",
3
- "version": "8.1.4",
3
+ "version": "8.1.5",
4
4
  "description": "Navigation components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -43,5 +43,5 @@
43
43
  "less": true,
44
44
  "webpack": false
45
45
  },
46
- "gitHead": "5674062c14ac0fa01f8e612896e7158d2869c8d6"
46
+ "gitHead": "6241b2deeb523383364fbceb4151f9c91dbfa379"
47
47
  }
@@ -160,11 +160,11 @@
160
160
  }
161
161
 
162
162
  &.navigation-item-icon-state.navigation-item-active {
163
- .navigation-icon:not(.navigation-icon-active) {
163
+ .navigation-icon[data-anv][data-anv]:not(.navigation-icon-active) {
164
164
  display: none;
165
165
  }
166
166
 
167
- .navigation-icon.navigation-icon-active {
167
+ .navigation-icon[data-anv][data-anv].navigation-icon-active {
168
168
  display: block;
169
169
  }
170
170
  }