@tap-payments/os-micro-frontend-shared 0.1.215 → 0.1.216
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.
|
@@ -32,7 +32,7 @@ function SelectBase(_a, ref) {
|
|
|
32
32
|
(options === null || options === void 0 ? void 0 : options.map((option, idx) => {
|
|
33
33
|
var _a;
|
|
34
34
|
const isSelected = isOptionEqualToValue ? isOptionEqualToValue(option, value) : (option === null || option === void 0 ? void 0 : option.id) === (value === null || value === void 0 ? void 0 : value.id);
|
|
35
|
-
return (_jsx(MenuItem, Object.assign({ value: (_a = (getOptionValue ? getOptionValue(option) : option === null || option === void 0 ? void 0 : option.id)) !== null && _a !== void 0 ? _a : '', onClick: () => {
|
|
35
|
+
return (_jsx(MenuItem, Object.assign({ disabled: !!option.disabled, value: (_a = (getOptionValue ? getOptionValue(option) : option === null || option === void 0 ? void 0 : option.id)) !== null && _a !== void 0 ? _a : '', onClick: () => {
|
|
36
36
|
handleChange(option);
|
|
37
37
|
}, sx: {
|
|
38
38
|
fontSize: '12px',
|
|
@@ -562,3 +562,4 @@ export const exclamationOutlinedOrangeCircle = `${lightUrl}/exclamationOutlinedO
|
|
|
562
562
|
export const activeGreenIcon = `${lightUrl}/activeGreenIcon.svg`;
|
|
563
563
|
export const inActiveGreyIcon = `${lightUrl}/inActiveGreyIcon.svg`;
|
|
564
564
|
export const terminalLinkVideo = `${videosUrl}/terminal_link.mp4`;
|
|
565
|
+
export const bluePlusIcon = `${lightUrl}/bluePlusIcon.svg`;
|
package/package.json
CHANGED