sixseconds-modules 1.3.5 → 1.3.6
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.cjs.js +5 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +5 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -102,7 +102,7 @@ const SubHeaderStyled = material.styled(material.AppBar)(() => ({
|
|
|
102
102
|
right: "0px",
|
|
103
103
|
top: "66px",
|
|
104
104
|
background: "#fff",
|
|
105
|
-
width: "
|
|
105
|
+
width: "380px",
|
|
106
106
|
borderRadius: "16px",
|
|
107
107
|
zIndex: "999",
|
|
108
108
|
boxShadow: "0px 4px 6px -2px #1A191908",
|
|
@@ -5318,7 +5318,10 @@ const AppMenus = ({ menuItems, setInitialState }) => {
|
|
|
5318
5318
|
item: true,
|
|
5319
5319
|
md: 4,
|
|
5320
5320
|
xs: 6,
|
|
5321
|
-
style: {
|
|
5321
|
+
style: {
|
|
5322
|
+
cursor: "pointer",
|
|
5323
|
+
textDecoration: "none"
|
|
5324
|
+
},
|
|
5322
5325
|
children: /* @__PURE__ */ jsxRuntime.jsx("div", { children: /* @__PURE__ */ jsxRuntime.jsxs(
|
|
5323
5326
|
material.Box,
|
|
5324
5327
|
{
|