@secondstaxorg/sscomp 1.6.67 → 1.6.69
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.es.js +6 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +7 -3
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +43 -39
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
- package/types/components/FooterNew/FooterNew.d.ts +3 -0
- package/types/components/FooterNew/style.d.ts +1 -0
- package/types/components/index.d.ts +1 -1
package/dist/index.js
CHANGED
|
@@ -18491,6 +18491,10 @@ const FooterContainer = styled.div`
|
|
|
18491
18491
|
width: 250px;
|
|
18492
18492
|
}
|
|
18493
18493
|
|
|
18494
|
+
.address-col p{
|
|
18495
|
+
display: flex;
|
|
18496
|
+
}
|
|
18497
|
+
|
|
18494
18498
|
.address-cols{
|
|
18495
18499
|
display: flex;
|
|
18496
18500
|
justify-content: start;
|
|
@@ -18522,8 +18526,8 @@ const FooterContainer = styled.div`
|
|
|
18522
18526
|
}
|
|
18523
18527
|
`;
|
|
18524
18528
|
|
|
18525
|
-
const _jsxFileName$G = "D:\\SSX\\Project\\Component Library\\sscomp\\src\\components\\
|
|
18526
|
-
const
|
|
18529
|
+
const _jsxFileName$G = "D:\\SSX\\Project\\Component Library\\sscomp\\src\\components\\FooterNew\\FooterNew.tsx";
|
|
18530
|
+
const FooterNew = () => {
|
|
18527
18531
|
return (
|
|
18528
18532
|
React$1.createElement(FooterContainer, {__self: undefined, __source: {fileName: _jsxFileName$G, lineNumber: 6}}
|
|
18529
18533
|
, React$1.createElement('div', { className: "info-section", __self: undefined, __source: {fileName: _jsxFileName$G, lineNumber: 7}}
|
|
@@ -24943,7 +24947,7 @@ exports.DateRangePicker = DateRangePicker;
|
|
|
24943
24947
|
exports.DisplayField = DisplayField;
|
|
24944
24948
|
exports.DropdownList = DropdownList;
|
|
24945
24949
|
exports.ExchangeRates = ExchangeRates;
|
|
24946
|
-
exports.
|
|
24950
|
+
exports.FooterNew = FooterNew;
|
|
24947
24951
|
exports.Indices = Indices;
|
|
24948
24952
|
exports.LPRequestTable = LPRequestTable;
|
|
24949
24953
|
exports.LPSideNav = LPSideNav;
|