sixseconds-modules 1.6.129 → 1.6.131

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.
@@ -1,5 +1,5 @@
1
- import { IState, IUserDataProps } from './type';
2
1
  import { SetStateAction, t } from '../../types';
2
+ import { IState, IUserDataProps } from './type';
3
3
  interface IProps {
4
4
  userData?: IUserDataProps;
5
5
  initialState: IState;
package/dist/index.cjs.js CHANGED
@@ -14762,6 +14762,7 @@ const UserProfile = ({ t: t2, userData, setInitialState, extraMenuOptions, route
14762
14762
  material.Box,
14763
14763
  {
14764
14764
  sx: {
14765
+ direction: "ltr",
14765
14766
  flex: 1,
14766
14767
  whiteSpace: "normal",
14767
14768
  wordBreak: "break-all"