jclib-ui 1.0.21 → 1.0.23

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.
@@ -6345,7 +6345,7 @@ const PanelHeader = styled.div`
6345
6345
  color: var(--pn-color-font);
6346
6346
  background-color: var(--pn-color);
6347
6347
  padding: var(--pn-padding);
6348
- border-radius: 4px 4px 0 0;
6348
+ border-radius: 5px 5px 0 0;
6349
6349
 
6350
6350
  .pn-title {
6351
6351
  display: flex;
@@ -6396,7 +6396,7 @@ function Panel({
6396
6396
  history.push("/home");
6397
6397
  }
6398
6398
  };
6399
- return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "panel--container bg-body " + className, ...rest, children: [
6399
+ return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "panel--container " + className, ...rest, children: [
6400
6400
  /* @__PURE__ */ jsxRuntimeExports.jsxs(PanelHeader, { children: [
6401
6401
  /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "pn-title", children: [
6402
6402
  /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "d-none d-sm-block", children: (goBack || goHome || onClose) && /* @__PURE__ */ jsxRuntimeExports.jsx(ButtonBack, { title: "Fechar", onClick: handleClick }) }),
@@ -9073,7 +9073,7 @@ const Container$4 = styled.div`
9073
9073
  z-index: 1031;
9074
9074
 
9075
9075
  .mod-panel {
9076
- background-color: var(--bs-body-bg);
9076
+ background-color: var(--pn-color);
9077
9077
  border: 1px solid var(--pn-color);
9078
9078
  border-radius: 6px;
9079
9079
 
@@ -9085,6 +9085,7 @@ const Container$4 = styled.div`
9085
9085
  animation: var(--ani-center);
9086
9086
 
9087
9087
  .mod-body {
9088
+ background-color: var(--bs-body-bg);
9088
9089
  max-height: calc(100vh - 110px);
9089
9090
  overflow-y: auto;
9090
9091
  overflow-x: hidden;
@@ -20965,7 +20966,7 @@ const Container$2 = styled(motion.div)`
20965
20966
  place-items: center;
20966
20967
 
20967
20968
  .mod-panel {
20968
- background-color: var(--bs-body-bg);
20969
+ background-color: var(--pn-color);
20969
20970
  border: 1px solid var(--pn-color);
20970
20971
  border-radius: 6px;
20971
20972
 
@@ -20980,6 +20981,7 @@ const Container$2 = styled(motion.div)`
20980
20981
  }
20981
20982
 
20982
20983
  .mod-body {
20984
+ background-color: var(--bs-body-bg);
20983
20985
  max-height: calc(100vh - 110px);
20984
20986
  overflow-y: auto;
20985
20987
  overflow-x: hidden;
@@ -21267,7 +21269,7 @@ const Container$1 = styled.div`
21267
21269
  cursor: ${(props) => !props.disabled ? "pointer" : "default"};
21268
21270
  width: 27px;
21269
21271
  min-width: 27px;
21270
- border-color: #666;
21272
+ border-color: #999;
21271
21273
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 -4 8 8"><circle r="3" fill="rgb(102, 102, 102)"/></svg>') !important;
21272
21274
 
21273
21275
  &:checked {