@capillarytech/blaze-ui 0.1.6-alpha.57 → 0.1.6-alpha.58

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.
@@ -7,7 +7,7 @@ import styled from 'styled-components';
7
7
  import * as styledVars from '../styled/variables';
8
8
  import { CapLabel, CapTooltipWithInfo, CapRow, CapIcon } from '../';
9
9
  import withStyles from '../utils/withStyles';
10
- import { SelectWrapper, HeaderWrapper, selectStyles } from './styles';
10
+ import { HeaderWrapper, selectStyles } from './styles';
11
11
 
12
12
  const StyledTreeSelect = styled(TreeSelect)`
13
13
  ${selectStyles}
@@ -473,7 +473,7 @@ const CapUnifiedSelect = ({
473
473
  type={type}
474
474
  treeData={filteredTree}
475
475
  value={customPopupRender ? tempValue : value}
476
- onChange={onChange}
476
+ onChange={customPopupRender ? handleTempChange : onChange}
477
477
  placeholder={placeholder}
478
478
  showSearch={false}
479
479
  maxTagCount={0}
@@ -30,7 +30,9 @@ export const selectStyles = css`
30
30
  }
31
31
  }
32
32
  }
33
-
33
+ .ant-select-selector .ant-select-selection-placeholder{
34
+ pointer-events: unset;
35
+ }
34
36
  .ant-select-prefix {
35
37
  font-size: 14px;
36
38
  font-weight: 400;
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.57",
4
+ "version": "0.1.6-alpha.58",
5
5
  "description": "Capillary UI component library with Ant Design v5",
6
6
  "main": "./index.js",
7
7
  "sideEffects": [