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 +2 -6
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +2 -6
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -25126,7 +25126,7 @@ const OneColumnContainer = props => {
|
|
|
25126
25126
|
dangerouslySetInnerHTML: {
|
|
25127
25127
|
__html: infoText
|
|
25128
25128
|
}
|
|
25129
|
-
}))), isPercentOfChange && !isLoading && /*#__PURE__*/React__default["default"].createElement(PercentOfChange, {
|
|
25129
|
+
}))), isPercentOfChange && !isLoading && !hover && /*#__PURE__*/React__default["default"].createElement(PercentOfChange, {
|
|
25130
25130
|
className: "PercentOfChange",
|
|
25131
25131
|
isPercentDataPositive: PercentOfChangeData
|
|
25132
25132
|
}, PercentOfChangeData > 0 ? /*#__PURE__*/React__default["default"].createElement(UpArrowIcon, {
|
|
@@ -29624,6 +29624,7 @@ const AccordionContainer = styled__default["default"].div`
|
|
|
29624
29624
|
border-radius: 12px;
|
|
29625
29625
|
padding: 10px 12px;
|
|
29626
29626
|
background: #F7F8FA;
|
|
29627
|
+
margin-bottom: 12px;
|
|
29627
29628
|
`;
|
|
29628
29629
|
const CategorySalesContainer = styled__default["default"].button`
|
|
29629
29630
|
display: flex;
|
|
@@ -29968,8 +29969,6 @@ const Title$6 = styled__default["default"].h3`
|
|
|
29968
29969
|
margin: 0;
|
|
29969
29970
|
`;
|
|
29970
29971
|
const CategorySalesMainContainer = styled__default["default"].div`
|
|
29971
|
-
display: flex;
|
|
29972
|
-
flex-direction: column;
|
|
29973
29972
|
margin-top: 12px;
|
|
29974
29973
|
`;
|
|
29975
29974
|
const CategoryHeadersContainer = styled__default["default"].div`
|
|
@@ -29993,9 +29992,6 @@ const CategoryHeader = styled__default["default"].div`
|
|
|
29993
29992
|
font-weight: 500;
|
|
29994
29993
|
`;
|
|
29995
29994
|
const CategorySalesDataContainer = styled__default["default"].div`
|
|
29996
|
-
display: flex;
|
|
29997
|
-
flex-direction: column;
|
|
29998
|
-
gap:12px;
|
|
29999
29995
|
margin-top: 12px;
|
|
30000
29996
|
max-height: 500px;
|
|
30001
29997
|
${scrollableStyles}
|