@mseva/digit-ui-module-common 1.1.73 → 1.1.74
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.js.map +1 -1
- package/dist/index.modern.js +2 -3
- package/dist/index.modern.js.map +1 -1
- package/package.json +36 -36
package/dist/index.modern.js
CHANGED
|
@@ -8656,7 +8656,7 @@ const CashDetailsComponent = ({
|
|
|
8656
8656
|
}, /*#__PURE__*/React.createElement("h2", {
|
|
8657
8657
|
className: "card-label"
|
|
8658
8658
|
}, t("NOC_PAYMENT_RCPT_NO_LABEL")), /*#__PURE__*/React.createElement("div", {
|
|
8659
|
-
className: "
|
|
8659
|
+
className: "field"
|
|
8660
8660
|
}, /*#__PURE__*/React.createElement("div", {
|
|
8661
8661
|
className: "field-container"
|
|
8662
8662
|
}, /*#__PURE__*/React.createElement("input", {
|
|
@@ -8670,7 +8670,7 @@ const CashDetailsComponent = ({
|
|
|
8670
8670
|
}, /*#__PURE__*/React.createElement("h2", {
|
|
8671
8671
|
className: "card-label"
|
|
8672
8672
|
}, t("NOC_PAYMENT_RECEIPT_ISSUE_DATE_LABEL"), " "), /*#__PURE__*/React.createElement("div", {
|
|
8673
|
-
className: "
|
|
8673
|
+
className: "field"
|
|
8674
8674
|
}, /*#__PURE__*/React.createElement("div", {
|
|
8675
8675
|
className: "field-container"
|
|
8676
8676
|
}, /*#__PURE__*/React.createElement(DatePicker, {
|
|
@@ -11783,7 +11783,6 @@ const CollectPayment = props => {
|
|
|
11783
11783
|
cardStyle: {
|
|
11784
11784
|
paddingBottom: "100px"
|
|
11785
11785
|
},
|
|
11786
|
-
className: "card",
|
|
11787
11786
|
label: t("PAYMENT_COLLECT_LABEL"),
|
|
11788
11787
|
config: getFormConfig(),
|
|
11789
11788
|
onSubmit: onSubmit,
|