sag_components 2.0.0-beta79 → 2.0.0-beta80

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.esm.js CHANGED
@@ -25116,7 +25116,7 @@ const OneColumnContainer = props => {
25116
25116
  dangerouslySetInnerHTML: {
25117
25117
  __html: infoText
25118
25118
  }
25119
- }))), isPercentOfChange && !isLoading && /*#__PURE__*/React$1.createElement(PercentOfChange, {
25119
+ }))), isPercentOfChange && !isLoading && !hover && /*#__PURE__*/React$1.createElement(PercentOfChange, {
25120
25120
  className: "PercentOfChange",
25121
25121
  isPercentDataPositive: PercentOfChangeData
25122
25122
  }, PercentOfChangeData > 0 ? /*#__PURE__*/React$1.createElement(UpArrowIcon, {
@@ -29614,6 +29614,7 @@ const AccordionContainer = styled.div`
29614
29614
  border-radius: 12px;
29615
29615
  padding: 10px 12px;
29616
29616
  background: #F7F8FA;
29617
+ margin-bottom: 12px;
29617
29618
  `;
29618
29619
  const CategorySalesContainer = styled.button`
29619
29620
  display: flex;
@@ -29958,8 +29959,6 @@ const Title$6 = styled.h3`
29958
29959
  margin: 0;
29959
29960
  `;
29960
29961
  const CategorySalesMainContainer = styled.div`
29961
- display: flex;
29962
- flex-direction: column;
29963
29962
  margin-top: 12px;
29964
29963
  `;
29965
29964
  const CategoryHeadersContainer = styled.div`
@@ -29983,9 +29982,6 @@ const CategoryHeader = styled.div`
29983
29982
  font-weight: 500;
29984
29983
  `;
29985
29984
  const CategorySalesDataContainer = styled.div`
29986
- display: flex;
29987
- flex-direction: column;
29988
- gap:12px;
29989
29985
  margin-top: 12px;
29990
29986
  max-height: 500px;
29991
29987
  ${scrollableStyles}