jclib-ui 1.0.53 → 1.0.54

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.
@@ -4134,7 +4134,7 @@ const LibProvider = ({ apiConfig, children, versionApp, useTheme }) => {
4134
4134
  };
4135
4135
  function useLibContext() {
4136
4136
  const context = useContext(LibContext);
4137
- if (!(context == null ? void 0 : context.addModal)) {
4137
+ if (!(context == null ? void 0 : context.addModal) && true) {
4138
4138
  throw new Error("'ModalProvider' não encontrado!");
4139
4139
  }
4140
4140
  return context;
@@ -20772,7 +20772,7 @@ const MenuOptionLink = styled(Link)`
20772
20772
  grid-template-columns: 28px 1fr auto;
20773
20773
  align-items: center;
20774
20774
 
20775
- padding: 7px 10px;
20775
+ padding: 7px 10px 7px 18px;
20776
20776
  border-radius: 99px;
20777
20777
 
20778
20778
  font-family: var(--font-navbar);