sixseconds-modules 1.6.167 → 1.6.169
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 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +5 -3
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -15254,7 +15254,7 @@ const SubHeaderStyled = styles.styled(material.AppBar)(() => ({
|
|
|
15254
15254
|
alignItems: "center",
|
|
15255
15255
|
fontFamily: "'IBM Plex Sans', sans-serif"
|
|
15256
15256
|
},
|
|
15257
|
-
"& .sixseconds-header-notification h6,p": {
|
|
15257
|
+
"& .sixseconds-header-notification h6, & .sixseconds-header-notification p": {
|
|
15258
15258
|
margin: "10px",
|
|
15259
15259
|
fontFamily: "'IBM Plex Sans', sans-serif"
|
|
15260
15260
|
},
|
|
@@ -15576,8 +15576,9 @@ const HeaderInner = ({
|
|
|
15576
15576
|
},
|
|
15577
15577
|
children: [
|
|
15578
15578
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
15579
|
-
material.
|
|
15579
|
+
material.Box,
|
|
15580
15580
|
{
|
|
15581
|
+
component: "span",
|
|
15581
15582
|
sx: {
|
|
15582
15583
|
cursor: "pointer"
|
|
15583
15584
|
},
|
|
@@ -15614,8 +15615,9 @@ const HeaderInner = ({
|
|
|
15614
15615
|
},
|
|
15615
15616
|
children: [
|
|
15616
15617
|
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
15617
|
-
material.
|
|
15618
|
+
material.Box,
|
|
15618
15619
|
{
|
|
15620
|
+
component: "span",
|
|
15619
15621
|
"data-toggle-name": "lang",
|
|
15620
15622
|
onClick: (e) => handleOpenUtil(e, setState),
|
|
15621
15623
|
sx: {
|