@titaui/pc 1.13.2-beta.13 → 1.13.2-beta.14

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.
@@ -60,6 +60,7 @@
60
60
  letter-spacing: 1px;
61
61
  margin-bottom: 60px;
62
62
  text-align: center;
63
+ font-weight: 600;
63
64
  }
64
65
 
65
66
  .titaui-ork-guide__container__card {
@@ -105,6 +106,7 @@
105
106
  font-size: 20px;
106
107
  color: #141C28;
107
108
  line-height: 30px;
109
+ font-weight: 600;
108
110
  }
109
111
 
110
112
  .titaui-ork-guide__container__card__right__desc {
@@ -23,7 +23,7 @@ var _constant = require("./constant");
23
23
 
24
24
  var _requestApi = require("./request-api");
25
25
 
26
- var _leftImg = _interopRequireDefault(require("./img/left-img.png"));
26
+ var _leftImg = _interopRequireDefault(require("./img/left-img.jpg"));
27
27
 
28
28
  require("./index.css");
29
29
 
@@ -70,8 +70,7 @@ var ScrollContainer = /*#__PURE__*/function (_PureComponent) {
70
70
  clientHeight = _e$target.clientHeight,
71
71
  scrollHeight = _e$target.scrollHeight,
72
72
  scrollTop = _e$target.scrollTop;
73
- console.log("".concat(clientHeight, " + ").concat(scrollTop, " === ").concat(scrollHeight));
74
- if (clientHeight + scrollTop === scrollHeight) _this.props.onScrollBottom(e);
73
+ if (clientHeight + scrollTop >= scrollHeight) _this.props.onScrollBottom(e);
75
74
  _this.scrolling = false;
76
75
 
77
76
  if (!_this.pressed && _this.started) {
@@ -21,8 +21,6 @@ var _requestApi = require("./request-api");
21
21
 
22
22
  var _constant = require("./constant");
23
23
 
24
- var _helpers = require("../../utils/helpers");
25
-
26
24
  var _getLocale = require("../../utils/getLocale");
27
25
 
28
26
  require("./index.css");
@@ -67,7 +65,7 @@ var VersionChangeModal = /*#__PURE__*/(0, _react.forwardRef)(function (_ref, ref
67
65
  active = _useState4[0],
68
66
  setActive = _useState4[1];
69
67
 
70
- var _useState5 = (0, _react.useState)((0, _bsGlobal.getBSGlobal)("tenantAuthentication").Version === 1 && (0, _bsGlobal.getBSGlobal)("userGuides").versionGuide.value && (0, _helpers.getTenantInfo)().tenantType !== 2),
68
+ var _useState5 = (0, _react.useState)(false),
71
69
  _useState6 = _slicedToArray(_useState5, 2),
72
70
  visible = _useState6[0],
73
71
  setVisible = _useState6[1];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titaui/pc",
3
- "version": "1.13.2-beta.13",
3
+ "version": "1.13.2-beta.14",
4
4
  "nameCN": "",
5
5
  "description": "",
6
6
  "main": "lib/index.js",