@capillarytech/blaze-ui 0.1.6-alpha.48 → 0.1.6-alpha.49

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.
@@ -209,7 +209,7 @@ const CapUnifiedSelect = ({
209
209
  if (!customPopupRender) return menu;
210
210
 
211
211
  return (
212
- <div className={classnames(popupClassName, `${type}-popup-container`)}>
212
+ <div className={classnames(popOverClassName, `${type}-popup-container`)}>
213
213
  {showSearch && (
214
214
  <CapRow className={classnames("cap-unified-select-search-container")} align="middle">
215
215
  <Input
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@capillarytech/blaze-ui",
3
3
  "author": "Capillary Technologies",
4
- "version": "0.1.6-alpha.48",
4
+ "version": "0.1.6-alpha.49",
5
5
  "description": "Capillary UI component library with Ant Design v5",
6
6
  "main": "./index.js",
7
7
  "sideEffects": [