@sheinx/base 3.4.7-beta.3 → 3.4.8

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.
@@ -41,13 +41,13 @@ export interface ImageGroupProps extends Pick<CommonType, 'style' | 'className'>
41
41
  /**
42
42
  * @en The width of the image
43
43
  * @cn 图片宽度
44
- * @default '100%'
44
+ * @default 100%
45
45
  */
46
46
  width?: number | string;
47
47
  /**
48
48
  * @en The height of the image
49
49
  * @cn 图片高度
50
- * @default '100%'
50
+ * @default 100%
51
51
  */
52
52
  height?: number | string;
53
53
  /**
@@ -63,7 +63,7 @@ var TransferList = function TransferList(props) {
63
63
  var listClass = (0, _classnames.default)(styles.list, listClassName);
64
64
  var getLineHeight = function getLineHeight() {
65
65
  if (lineHeightProp) {
66
- console.log('lineHeightProp', lineHeightProp);
66
+ // console.log('lineHeightProp', lineHeightProp);
67
67
  return lineHeightProp;
68
68
  }
69
69
  if (size === 'small') {
@@ -41,13 +41,13 @@ export interface ImageGroupProps extends Pick<CommonType, 'style' | 'className'>
41
41
  /**
42
42
  * @en The width of the image
43
43
  * @cn 图片宽度
44
- * @default '100%'
44
+ * @default 100%
45
45
  */
46
46
  width?: number | string;
47
47
  /**
48
48
  * @en The height of the image
49
49
  * @cn 图片高度
50
- * @default '100%'
50
+ * @default 100%
51
51
  */
52
52
  height?: number | string;
53
53
  /**
@@ -57,7 +57,7 @@ var TransferList = function TransferList(props) {
57
57
  var listClass = classNames(styles.list, listClassName);
58
58
  var getLineHeight = function getLineHeight() {
59
59
  if (lineHeightProp) {
60
- console.log('lineHeightProp', lineHeightProp);
60
+ // console.log('lineHeightProp', lineHeightProp);
61
61
  return lineHeightProp;
62
62
  }
63
63
  if (size === 'small') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sheinx/base",
3
- "version": "3.4.7-beta.3",
3
+ "version": "3.4.8",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -10,7 +10,7 @@
10
10
  "module": "./esm/index.js",
11
11
  "typings": "./cjs/index.d.ts",
12
12
  "dependencies": {
13
- "@sheinx/hooks": "3.4.7-beta.3",
13
+ "@sheinx/hooks": "3.4.8",
14
14
  "immer": "^10.0.0",
15
15
  "classnames": "^2.0.0",
16
16
  "@shined/reactive": "^0.1.3-alpha.0"