@alicloud/console-base-rc-side-panel 1.1.24-beta.4 → 1.1.24-beta.5

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.
@@ -12,7 +12,7 @@ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return
12
12
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
13
13
  var ScCollapseWrapper = exports.ScCollapseWrapper = _styledComponents.default.div.withConfig({
14
14
  componentId: "sc-8cd4ie-0"
15
- })(["z-index:998;position:fixed;right:0;bottom:9px;transform:translateX(50%);transition:transform 250ms ease-in-out 0ms;", ""], function (_ref) {
15
+ })(["z-index:997;position:fixed;right:0;bottom:9px;transform:translateX(50%);transition:transform 250ms ease-in-out 0ms;", ""], function (_ref) {
16
16
  var $isHovered = _ref.$isHovered;
17
17
  return $isHovered && (0, _styledComponents.css)(["transform:translateX(0);"]);
18
18
  });
@@ -12,7 +12,7 @@ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return
12
12
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
13
13
  var ScCollapseWrapper = exports.ScCollapseWrapper = _styledComponents.default.div.withConfig({
14
14
  componentId: "sc-140xzf5-0"
15
- })(["z-index:998;position:fixed;right:0;bottom:9px;*{-webkit-user-drag:none !important;}", " ", ""], function (_ref) {
15
+ })(["z-index:997;position:fixed;right:0;bottom:9px;*{-webkit-user-drag:none !important;}", " ", ""], function (_ref) {
16
16
  var $isDragging = _ref.$isDragging;
17
17
  return $isDragging ? (0, _styledComponents.css)(["cursor:move;*{pointer-events:none !important;}"]) : null;
18
18
  }, function (_ref2) {
@@ -3,7 +3,7 @@ import { mixinBgAccent, mixinTextWhite } from '@alicloud/console-base-theme';
3
3
  import { SidePanelItemButton } from '../../../rc';
4
4
  export var ScCollapseWrapper = styled.div.withConfig({
5
5
  componentId: "sc-8cd4ie-0"
6
- })(["z-index:998;position:fixed;right:0;bottom:9px;transform:translateX(50%);transition:transform 250ms ease-in-out 0ms;", ""], function (_ref) {
6
+ })(["z-index:997;position:fixed;right:0;bottom:9px;transform:translateX(50%);transition:transform 250ms ease-in-out 0ms;", ""], function (_ref) {
7
7
  var $isHovered = _ref.$isHovered;
8
8
  return $isHovered && css(["transform:translateX(0);"]);
9
9
  });
@@ -3,7 +3,7 @@ import { mixinBgAccent, mixinTextWhite } from '@alicloud/console-base-theme';
3
3
  import { SidePanelItemButton } from '../../../rc';
4
4
  export var ScCollapseWrapper = styled.div.withConfig({
5
5
  componentId: "sc-140xzf5-0"
6
- })(["z-index:998;position:fixed;right:0;bottom:9px;*{-webkit-user-drag:none !important;}", " ", ""], function (_ref) {
6
+ })(["z-index:997;position:fixed;right:0;bottom:9px;*{-webkit-user-drag:none !important;}", " ", ""], function (_ref) {
7
7
  var $isDragging = _ref.$isDragging;
8
8
  return $isDragging ? css(["cursor:move;*{pointer-events:none !important;}"]) : null;
9
9
  }, function (_ref2) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicloud/console-base-rc-side-panel",
3
- "version": "1.1.24-beta.4",
3
+ "version": "1.1.24-beta.5",
4
4
  "description": "ConsoleBase 组件 - 右侧边栏",
5
5
  "license": "MIT",
6
6
  "sideEffects": false,