oa-componentbook 0.18.56 → 0.18.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.
|
@@ -9,5 +9,5 @@ var _templateObject, _templateObject2, _templateObject3;
|
|
|
9
9
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
10
10
|
function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
|
|
11
11
|
const Styledescription = exports.Styledescription = _styledComponents.default.div(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n padding: 0 0 8px;\n"])));
|
|
12
|
-
const StyledContainer = exports.StyledContainer = _styledComponents.default.div(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n padding: 0 0 16px;\nlabel.ant-radio-wrapper:first-child{\n margin-inline-end:
|
|
12
|
+
const StyledContainer = exports.StyledContainer = _styledComponents.default.div(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n padding: 0 0 16px;\nlabel.ant-radio-wrapper:first-child{\n margin-inline-end: 16px;\n}\n.paddind-bottom-4{\n padding: 0 0 4px;\n}\n .container {\n margin-bottom: 16px;\n }\n\n h4{\n padding: 0 0 4px;\n }\n.view-button {\n justify-content: start;\n}\n .ant-form-item.custom-radio-group {\n margin-bottom: 12px;\n }\n\n .ant-divider-horizontal {\n margin: 16px 0px 0px;\n }\n\n .ant-form-item .ant-form-item-control-input {\n min-height: auto;\n }\n\n .ant-radio-group-outline {\n display: flex;\n justify-content: start;\n }\n\n textarea {\n padding: 16px; \n min-height: 88px;\n resize: none;\n border-radius: 4px;\n border: 1px solid var(--color-placeholder-text);\n }\n\n h5 {\n margin: 0 0 4px;\n color: var(--color-primary-content);\n }\n\n radiofield label {\n white-space: nowrap;\n }\n\n docdetailstag a {\n white-space: nowrap;\n }\n \n"])));
|
|
13
13
|
const RedText = exports.RedText = _styledComponents.default.span(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n display: inline-block;\n color: red;\n margin-left: 4px;\n"])));
|
|
@@ -24,19 +24,22 @@ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) r
|
|
|
24
24
|
const columns = [{
|
|
25
25
|
title: 'File',
|
|
26
26
|
dataIndex: 'File',
|
|
27
|
-
key: 'docDetails'
|
|
27
|
+
key: 'docDetails',
|
|
28
28
|
// width: '155px',
|
|
29
|
+
width: '25%'
|
|
29
30
|
}, {
|
|
30
31
|
title: 'Uploaded On',
|
|
31
32
|
dataIndex: 'dateUploaded',
|
|
32
33
|
key: 'dateUploaded',
|
|
33
34
|
render: text => /*#__PURE__*/_react.default.createElement(_Typography.default, {
|
|
34
35
|
typography: "type-b2-400"
|
|
35
|
-
}, text)
|
|
36
|
+
}, text),
|
|
37
|
+
width: '25%'
|
|
36
38
|
}, {
|
|
37
39
|
title: 'Description',
|
|
38
40
|
dataIndex: 'description',
|
|
39
41
|
key: 'description',
|
|
42
|
+
width: '25%',
|
|
40
43
|
render: text => /*#__PURE__*/_react.default.createElement(_Typography.default, {
|
|
41
44
|
typography: "type-b2-400"
|
|
42
45
|
}, text)
|
|
@@ -44,6 +47,7 @@ const columns = [{
|
|
|
44
47
|
title: 'Rejected By',
|
|
45
48
|
dataIndex: 'rejectedBy',
|
|
46
49
|
key: 'rejectedBy',
|
|
50
|
+
width: '25%',
|
|
47
51
|
render: text => /*#__PURE__*/_react.default.createElement(_Typography.default, {
|
|
48
52
|
typography: "type-b2-400"
|
|
49
53
|
}, text)
|