sixseconds-modules 1.2.5 → 1.2.7

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.es.js CHANGED
@@ -1,6 +1,5 @@
1
1
  import { jsxs, Fragment, jsx } from "react/jsx-runtime";
2
2
  import MenuIcon from "@mui/icons-material/Menu";
3
- import KeyboardArrowDownIcon from "@mui/icons-material/KeyboardArrowDown";
4
3
  import { styled, AppBar, Box, Avatar, ClickAwayListener, Stack, Typography, Link, useMediaQuery, Dialog, Button, MenuItem, Grid, Container, Badge, IconButton } from "@mui/material";
5
4
  import * as React from "react";
6
5
  import React__default, { createElement, useState, Component, useEffect } from "react";
@@ -4456,7 +4455,7 @@ function Language({
4456
4455
  }
4457
4456
  }
4458
4457
  },
4459
- children: interFaceLangList.map((lang2, i) => {
4458
+ children: interFaceLangList?.map((lang2, i) => {
4460
4459
  return /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
4461
4460
  Stack,
4462
4461
  {
@@ -5342,7 +5341,7 @@ const Header = ({
5342
5341
  interFaceLangList,
5343
5342
  // toggleSiderMenu,
5344
5343
  centerCustomComponents,
5345
- updateInterfaceLang,
5344
+ // updateInterfaceLang,
5346
5345
  selectedInterFaceLang,
5347
5346
  logoutHandler,
5348
5347
  logo,
@@ -5443,7 +5442,7 @@ const Header = ({
5443
5442
  },
5444
5443
  children: [
5445
5444
  /* @__PURE__ */ jsx("img", { width: 40, height: 30, alt: "lang", src: selectedInterFaceLang?.flag || IMAGES.Us }),
5446
- Boolean(interFaceLangList?.length) && /* @__PURE__ */ jsx(KeyboardArrowDownIcon, {})
5445
+ /* @__PURE__ */ jsx(Box, { sx: { margin: "2px 0px 0px 2px" }, children: /* @__PURE__ */ jsx(SVG.Dawn, {}) })
5447
5446
  ]
5448
5447
  }
5449
5448
  ),
@@ -5453,7 +5452,6 @@ const Header = ({
5453
5452
  setInitialState: setState,
5454
5453
  interFaceLangList,
5455
5454
  userData,
5456
- updateInterfaceLang,
5457
5455
  setState,
5458
5456
  selectedInterFaceLang
5459
5457
  }