@stackshift-ui/navigation 6.1.0-alpha.7 → 6.1.0-alpha.8

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stackshift-ui/navigation",
3
3
  "description": "",
4
- "version": "6.1.0-alpha.7",
4
+ "version": "6.1.0-alpha.8",
5
5
  "private": false,
6
6
  "sideEffects": false,
7
7
  "main": "./dist/index.js",
@@ -39,17 +39,17 @@
39
39
  "@uidotdev/usehooks": "^2.4.1",
40
40
  "react-icons": "^5.3.0",
41
41
  "@stackshift-ui/container": "6.0.11",
42
+ "@stackshift-ui/image": "6.0.11",
43
+ "@stackshift-ui/link": "6.0.11",
42
44
  "@stackshift-ui/section": "6.0.11",
43
45
  "@stackshift-ui/system": "6.0.11",
44
- "@stackshift-ui/scripts": "6.0.10",
45
- "@stackshift-ui/image": "6.0.11",
46
46
  "@stackshift-ui/heading": "6.0.11",
47
- "@stackshift-ui/social-icons": "6.0.12",
48
- "@stackshift-ui/link": "6.0.11",
49
47
  "@stackshift-ui/text": "6.0.11",
50
- "@stackshift-ui/grid": "6.0.11",
51
48
  "@stackshift-ui/button": "6.0.11",
52
- "@stackshift-ui/flex": "6.0.11"
49
+ "@stackshift-ui/scripts": "6.0.10",
50
+ "@stackshift-ui/grid": "6.0.11",
51
+ "@stackshift-ui/flex": "6.0.11",
52
+ "@stackshift-ui/social-icons": "6.0.12"
53
53
  },
54
54
  "peerDependencies": {
55
55
  "@stackshift-ui/system": ">=6.0.11",
@@ -330,10 +330,7 @@ const DropdownMenuItem = ({
330
330
  />
331
331
  </Flex>
332
332
  ) : (
333
- <p
334
- className={`hover:text-secondary text-lg cursor-pointer flex items-center group py-2 px-4 ${
335
- hasScrolled ? "text-white" : "text-black"
336
- }`}>
333
+ <p className="hover:text-secondary text-lg cursor-pointer flex items-center group py-2 px-4 text-white">
337
334
  {mLink?.label}
338
335
  <BiChevronDown
339
336
  size={24}