@pinuts/bsr-uikit-relaunch 0.2.62 → 0.2.63
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.
|
@@ -66,7 +66,7 @@ const GroupInputField = _ref => {
|
|
|
66
66
|
return /*#__PURE__*/_react.default.createElement("div", {
|
|
67
67
|
className: "ps-2"
|
|
68
68
|
}, inputOptions.length ? /*#__PURE__*/_react.default.createElement("ul", {
|
|
69
|
-
className: `${inline ? 'inline' : ''} ${'groupInputList'}`
|
|
69
|
+
className: `${inline ? 'inline' : ''} ${'groupInputList mt-1'}`
|
|
70
70
|
}, inputOptions.map((opt, index) => {
|
|
71
71
|
const typeConfig = multipleChoice ? {
|
|
72
72
|
type: 'checkbox',
|
|
@@ -73,7 +73,7 @@ const CheckboxField = props => {
|
|
|
73
73
|
className: "custom-control-label d-sm-flex align-items-center p-3 pl-4",
|
|
74
74
|
htmlFor: inputProps.id
|
|
75
75
|
}, /*#__PURE__*/_react.default.createElement(_HTMLParserSanitized.HTMLParserSanitized, null, header)), hasDescription && /*#__PURE__*/_react.default.createElement("div", {
|
|
76
|
-
className: "h5 mr-4",
|
|
76
|
+
className: "h5 mr-4 ml-auto",
|
|
77
77
|
id: descriptionId
|
|
78
78
|
}, subtitle && /*#__PURE__*/_react.default.createElement("div", {
|
|
79
79
|
className: "small mt-1"
|
|
@@ -11,7 +11,7 @@ const Required = () => {
|
|
|
11
11
|
return /*#__PURE__*/_react.default.createElement("div", {
|
|
12
12
|
className: "pi-footnotes border p-4 mb-4"
|
|
13
13
|
}, /*#__PURE__*/_react.default.createElement("span", {
|
|
14
|
-
className: "pi-required text-
|
|
14
|
+
className: "pi-required text-brick mr-1"
|
|
15
15
|
}, "*"), /*#__PURE__*/_react.default.createElement("span", null, "Pflichtfelder"));
|
|
16
16
|
};
|
|
17
17
|
(0, _formBuilder.registerComponent)('Required', Required);
|