@capillarytech/blaze-ui 0.1.6-alpha.49 → 0.1.6-alpha.50
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.
|
@@ -269,7 +269,7 @@ const CapUnifiedSelect = ({
|
|
|
269
269
|
)}
|
|
270
270
|
</div>
|
|
271
271
|
);
|
|
272
|
-
}, [customPopupRender,
|
|
272
|
+
}, [customPopupRender, popOverClassName, type, showSearch, searchText, isMulti, showUpload, currentItems?.length, allSelected, className, noResultCustomText, onUpload, handleSelectAll, handleConfirm, handleCancel]);
|
|
273
273
|
|
|
274
274
|
return (
|
|
275
275
|
<>
|
|
@@ -183,6 +183,9 @@ export const selectStyles = css`
|
|
|
183
183
|
.ant-select-selection-item{
|
|
184
184
|
background: transparent;
|
|
185
185
|
}
|
|
186
|
+
.ant-select-multiple .ant-select-selection-wrap{
|
|
187
|
+
align-self: center;
|
|
188
|
+
}
|
|
186
189
|
.cap-unified-tree-select .ant-select-selector:hover{
|
|
187
190
|
border: 1px solid #7A869A;
|
|
188
191
|
}
|
package/package.json
CHANGED