@oceanbase/ui 0.4.22 → 0.4.24

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.
@@ -585,7 +585,6 @@ var Ranger = /*#__PURE__*/React.forwardRef(function (props, ref) {
585
585
  value: "stepForward",
586
586
  style: {
587
587
  paddingInline: 8,
588
- borderInlineStart: 0,
589
588
  borderTopLeftRadius: 0,
590
589
  borderBottomLeftRadius: 0
591
590
  }
@@ -122,6 +122,7 @@
122
122
 
123
123
  &:hover {
124
124
  border-color: @colorPrimaryBorderHover;
125
+ z-index: 1;
125
126
 
126
127
  &::before {
127
128
  background-color: @colorPrimaryBorderHover;
@@ -110,7 +110,7 @@ var Password = function Password(_ref) {
110
110
  // @ts-ignore
111
111
  ,
112
112
  popupAlign: {
113
- offset: [48, 0]
113
+ offset: [16, 0]
114
114
  },
115
115
  content: /*#__PURE__*/_jsx(Content, {
116
116
  isTouched: isTouched,
@@ -598,7 +598,6 @@ var Ranger = import_react.default.forwardRef((props, ref) => {
598
598
  value: "stepForward",
599
599
  style: {
600
600
  paddingInline: 8,
601
- borderInlineStart: 0,
602
601
  borderTopLeftRadius: 0,
603
602
  borderBottomLeftRadius: 0
604
603
  },
@@ -122,6 +122,7 @@
122
122
 
123
123
  &:hover {
124
124
  border-color: @colorPrimaryBorderHover;
125
+ z-index: 1;
125
126
 
126
127
  &::before {
127
128
  background-color: @colorPrimaryBorderHover;
@@ -104,7 +104,7 @@ var Password = ({
104
104
  trigger: "click",
105
105
  placement: "right",
106
106
  popupAlign: {
107
- offset: [48, 0]
107
+ offset: [16, 0]
108
108
  },
109
109
  content: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
110
110
  import_Content.default,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oceanbase/ui",
3
- "version": "0.4.22",
3
+ "version": "0.4.24",
4
4
  "description": "The UI library based on OceanBase Design",
5
5
  "keywords": [
6
6
  "oceanbase",
@@ -41,7 +41,7 @@
41
41
  "@ant-design/cssinjs": "^1.24.0",
42
42
  "@ant-design/pro-components": "^2.8.10",
43
43
  "@antv/g6": "3.4.10",
44
- "@oceanbase/design": "^0.4.19",
44
+ "@oceanbase/design": "^0.4.20",
45
45
  "@oceanbase/icons": "^0.4.7",
46
46
  "@oceanbase/util": "^0.4.6",
47
47
  "ahooks": "^2.10.14",
@@ -70,5 +70,5 @@
70
70
  "react": ">=16.9.0",
71
71
  "react-dom": ">=16.9.0"
72
72
  },
73
- "gitHead": "ca53c6686a0e6b1b16c84672d8bdd15a720d9a03"
73
+ "gitHead": "9f718837758837c0084d7d836137854228f26cde"
74
74
  }