shineout 3.0.0-alpha.21 → 3.0.0-alpha.23

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.
@@ -27,7 +27,6 @@ var jssStyle = {
27
27
  tag: _shineoutStyle.useTagStyle,
28
28
  select: _shineoutStyle.useSelectStyle,
29
29
  innerTitle: _shineoutStyle.useInnerTitleStyle,
30
- virtualScroll: _shineoutStyle.useVirtualScrollStyle,
31
30
  popover: _shineoutStyle.usePopoverStyle,
32
31
  checkbox: _shineoutStyle.useCheckboxStyle,
33
32
  radio: _shineoutStyle.useRadioStyle,
package/cjs/index.js CHANGED
@@ -456,6 +456,6 @@ exports.TYPE = _TYPE;
456
456
  function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
457
457
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
458
458
  var _default = {
459
- version: '3.0.0-alpha.21'
459
+ version: '3.0.0-alpha.23'
460
460
  };
461
461
  exports.default = _default;
@@ -20,7 +20,6 @@ var jssStyle = {
20
20
  tag: _shineoutStyle.useTagStyle,
21
21
  select: _shineoutStyle.useSelectStyle,
22
22
  innerTitle: _shineoutStyle.useInnerTitleStyle,
23
- virtualScroll: _shineoutStyle.useVirtualScrollStyle,
24
23
  popover: _shineoutStyle.usePopoverStyle,
25
24
  checkbox: _shineoutStyle.useCheckboxStyle,
26
25
  radio: _shineoutStyle.useRadioStyle,