@thecb/components 7.7.5-beta.7 → 7.7.5-beta.9
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.esm.js
CHANGED
|
@@ -25330,7 +25330,7 @@ var SearchableSelect = function SearchableSelect(_ref) {
|
|
|
25330
25330
|
padding: "1rem",
|
|
25331
25331
|
border: themeValues.border,
|
|
25332
25332
|
extraStyles: disabled && "color: #6e727e; background-color: #f7f7f7; pointer-events: none;"
|
|
25333
|
-
}, /*#__PURE__*/React.createElement(
|
|
25333
|
+
}, /*#__PURE__*/React.createElement(FormInput$1, {
|
|
25334
25334
|
errorMessages: {},
|
|
25335
25335
|
field: fields.searchTerm,
|
|
25336
25336
|
fieldActions: actions.fields.searchTerm,
|
|
@@ -25339,7 +25339,7 @@ var SearchableSelect = function SearchableSelect(_ref) {
|
|
|
25339
25339
|
}), /*#__PURE__*/React.createElement(Box, {
|
|
25340
25340
|
padding: "0 0 0.5rem",
|
|
25341
25341
|
extraStyles: "overflow-y: scroll; max-height: 250px;"
|
|
25342
|
-
}, itemList.map(function (value) {
|
|
25342
|
+
}, /*#__PURE__*/React.createElement(Stack, null, itemList.map(function (value) {
|
|
25343
25343
|
var _selectedItems$find;
|
|
25344
25344
|
|
|
25345
25345
|
return /*#__PURE__*/React.createElement(Checkbox$1, {
|
|
@@ -25354,7 +25354,7 @@ var SearchableSelect = function SearchableSelect(_ref) {
|
|
|
25354
25354
|
},
|
|
25355
25355
|
textExtraStyles: "margin: 0;",
|
|
25356
25356
|
disabled: disabled,
|
|
25357
|
-
extraStyles: "margin: 0
|
|
25357
|
+
extraStyles: "margin: 0.5rem;"
|
|
25358
25358
|
});
|
|
25359
25359
|
}))));
|
|
25360
25360
|
};
|