@vtx/components 4.0.0-beta.27 → 4.0.0-beta.28

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,6 +7,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
7
7
  import { useStyle as useAntdStyle } from "../../vtx-provider";
8
8
  var genVtxTreeSelectStyle = function genVtxTreeSelectStyle(token) {
9
9
  var componentCls = token.componentCls;
10
+ console.log('token.controlHeight', token.controlHeight);
10
11
  return _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, componentCls, _defineProperty(_defineProperty(_defineProperty(_defineProperty({}, '&-popover', {
11
12
  minWidth: '200px',
12
13
  height: '300px',
@@ -59,6 +60,7 @@ var genVtxTreeSelectStyle = function genVtxTreeSelectStyle(token) {
59
60
  color: token.colorTextDescription,
60
61
  display: 'inline-flex',
61
62
  alignItems: 'center',
63
+ width: token.controlHeight,
62
64
  '&:hover': {
63
65
  color: token.colorPrimary
64
66
  }
@@ -13,6 +13,7 @@ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol"
13
13
  function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
14
14
  var genVtxTreeSelectStyle = function genVtxTreeSelectStyle(token) {
15
15
  var componentCls = token.componentCls;
16
+ console.log('token.controlHeight', token.controlHeight);
16
17
  return _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, componentCls, _defineProperty(_defineProperty(_defineProperty(_defineProperty({}, '&-popover', {
17
18
  minWidth: '200px',
18
19
  height: '300px',
@@ -65,6 +66,7 @@ var genVtxTreeSelectStyle = function genVtxTreeSelectStyle(token) {
65
66
  color: token.colorTextDescription,
66
67
  display: 'inline-flex',
67
68
  alignItems: 'center',
69
+ width: token.controlHeight,
68
70
  '&:hover': {
69
71
  color: token.colorPrimary
70
72
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vtx/components",
3
- "version": "4.0.0-beta.27",
3
+ "version": "4.0.0-beta.28",
4
4
  "description": "React components for Vortex",
5
5
  "keywords": [
6
6
  "react",