@dreamtree-org/twreact-ui 1.1.9 → 1.1.10
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/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -16777,7 +16777,7 @@ var Navbar = function Navbar(_ref3) {
|
|
|
16777
16777
|
"text-gray-700 hover:bg-gray-50": !item.active
|
|
16778
16778
|
})
|
|
16779
16779
|
}, item.label);
|
|
16780
|
-
})))
|
|
16780
|
+
}))));
|
|
16781
16781
|
};
|
|
16782
16782
|
Navbar.displayName = "Navbar";
|
|
16783
16783
|
Navbar.propTypes = {
|
package/dist/index.js
CHANGED
|
@@ -16797,7 +16797,7 @@ var Navbar = function Navbar(_ref3) {
|
|
|
16797
16797
|
"text-gray-700 hover:bg-gray-50": !item.active
|
|
16798
16798
|
})
|
|
16799
16799
|
}, item.label);
|
|
16800
|
-
})))
|
|
16800
|
+
}))));
|
|
16801
16801
|
};
|
|
16802
16802
|
Navbar.displayName = "Navbar";
|
|
16803
16803
|
Navbar.propTypes = {
|