@djb25/digit-ui-module-vendor 1.0.17 → 1.0.18
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +5 -7
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -8142,16 +8142,14 @@ const SearchApplication = ({
|
|
|
8142
8142
|
key: index,
|
|
8143
8143
|
className: index === 0 ? "complaint-input" : "mobile-input"
|
|
8144
8144
|
}, /*#__PURE__*/React.createElement(Label, null, input.label), getFields(input), " ")), /*#__PURE__*/React.createElement("div", {
|
|
8145
|
-
|
|
8146
|
-
|
|
8147
|
-
alignItems: "end",
|
|
8148
|
-
gap: "16px"
|
|
8149
|
-
}
|
|
8150
|
-
}, type === "desktop" && !mobileView && /*#__PURE__*/React.createElement(SubmitBar, {
|
|
8145
|
+
className: "finance-mainlayout-col1"
|
|
8146
|
+
}, /*#__PURE__*/React.createElement(Label, null, "\xA0"), type === "desktop" && !mobileView && /*#__PURE__*/React.createElement(SubmitBar, {
|
|
8151
8147
|
className: "submit-bar-search",
|
|
8152
8148
|
label: t("ES_COMMON_SEARCH"),
|
|
8153
8149
|
submit: true
|
|
8154
|
-
}),
|
|
8150
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
8151
|
+
className: "finance-mainlayout-col1"
|
|
8152
|
+
}, /*#__PURE__*/React.createElement(Label, null, "\xA0"), type === "desktop" && !mobileView && /*#__PURE__*/React.createElement("span", {
|
|
8155
8153
|
className: "clear-search generic-button"
|
|
8156
8154
|
}, clearAll()))), error ? /*#__PURE__*/React.createElement(CardLabelError, {
|
|
8157
8155
|
className: "search-error-label"
|