@secondstaxorg/sscomp 1.6.67 → 1.6.68
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 +2 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +2 -2
- 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
|
@@ -18522,8 +18522,8 @@ const FooterContainer = styled.div`
|
|
|
18522
18522
|
}
|
|
18523
18523
|
`;
|
|
18524
18524
|
|
|
18525
|
-
const _jsxFileName$G = "D:\\SSX\\Project\\Component Library\\sscomp\\src\\components\\
|
|
18526
|
-
const
|
|
18525
|
+
const _jsxFileName$G = "D:\\SSX\\Project\\Component Library\\sscomp\\src\\components\\FooterNew\\FooterNew.tsx";
|
|
18526
|
+
const FooterNew = () => {
|
|
18527
18527
|
return (
|
|
18528
18528
|
React$1.createElement(FooterContainer, {__self: undefined, __source: {fileName: _jsxFileName$G, lineNumber: 6}}
|
|
18529
18529
|
, React$1.createElement('div', { className: "info-section", __self: undefined, __source: {fileName: _jsxFileName$G, lineNumber: 7}}
|
|
@@ -24943,7 +24943,7 @@ exports.DateRangePicker = DateRangePicker;
|
|
|
24943
24943
|
exports.DisplayField = DisplayField;
|
|
24944
24944
|
exports.DropdownList = DropdownList;
|
|
24945
24945
|
exports.ExchangeRates = ExchangeRates;
|
|
24946
|
-
exports.
|
|
24946
|
+
exports.FooterNew = FooterNew;
|
|
24947
24947
|
exports.Indices = Indices;
|
|
24948
24948
|
exports.LPRequestTable = LPRequestTable;
|
|
24949
24949
|
exports.LPSideNav = LPSideNav;
|