@secondstaxorg/sscomp 2.0.56 → 2.0.57
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 +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
- package/types/components/AuditLog/type.d.ts +2 -0
package/dist/index.js
CHANGED
|
@@ -1374,7 +1374,7 @@ const _jsxFileName$1h = "D:\\SSX\\Project\\Component Library\\sscomp\\src\\compo
|
|
|
1374
1374
|
*/
|
|
1375
1375
|
|
|
1376
1376
|
const AuditLog = (props) => {
|
|
1377
|
-
const {logDetails,variant,hideReference,hideUser,hideTimestamp} = props;
|
|
1377
|
+
const {logDetails,variant,hideReference,hideUser,hideTimestamp,jsxCode} = props;
|
|
1378
1378
|
|
|
1379
1379
|
return (
|
|
1380
1380
|
React$1.createElement(React$1.Fragment, null
|
|
@@ -1394,6 +1394,7 @@ const AuditLog = (props) => {
|
|
|
1394
1394
|
, !hideUser && React$1.createElement('p', { className: "paragraph1Regular", __self: undefined, __source: {fileName: _jsxFileName$1h, lineNumber: 27}}, "User: " , log.user)
|
|
1395
1395
|
, React$1.createElement('p', { className: "log-description paragraph2Medium" , __self: undefined, __source: {fileName: _jsxFileName$1h, lineNumber: 28}}, log.logDescription)
|
|
1396
1396
|
, log.reference && !hideReference && React$1.createElement('p', { className: "paragraph1Regular", __self: undefined, __source: {fileName: _jsxFileName$1h, lineNumber: 29}}, "Reference: " , log.reference)
|
|
1397
|
+
, jsxCode && React$1.createElement(React$1.Fragment, null, jsxCode)
|
|
1397
1398
|
)
|
|
1398
1399
|
)
|
|
1399
1400
|
))
|