@oceanbase/ui 0.4.23 → 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;
@@ -29,7 +29,7 @@ export declare const THEME_DARK = "dark";
29
29
  export declare const THEME_LIGHT = "light";
30
30
  declare const ThemeTypes: ["dark", "light"];
31
31
  export type ThemeType = (typeof ThemeTypes)[number];
32
- declare const supportedLanguages: ("ruby" | "go" | "css" | "json" | "jsx" | "tsx" | "javascript" | "typescript" | "groovy" | "java" | "python" | "bash" | "cpp" | "http" | "markdown" | "nginx" | "sql" | "xml" | "dockerfile" | "yaml" | "solidity")[];
32
+ declare const supportedLanguages: ("ruby" | "css" | "json" | "jsx" | "tsx" | "javascript" | "typescript" | "groovy" | "java" | "python" | "bash" | "cpp" | "http" | "markdown" | "nginx" | "sql" | "xml" | "dockerfile" | "go" | "yaml" | "solidity")[];
33
33
  export type LanguageType = (typeof supportedLanguages)[number] | 'html';
34
34
  export interface HighlightProps extends LocaleWrapperProps {
35
35
  /**
@@ -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;
@@ -29,7 +29,7 @@ export declare const THEME_DARK = "dark";
29
29
  export declare const THEME_LIGHT = "light";
30
30
  declare const ThemeTypes: ["dark", "light"];
31
31
  export type ThemeType = (typeof ThemeTypes)[number];
32
- declare const supportedLanguages: ("ruby" | "go" | "css" | "json" | "jsx" | "tsx" | "javascript" | "typescript" | "groovy" | "java" | "python" | "bash" | "cpp" | "http" | "markdown" | "nginx" | "sql" | "xml" | "dockerfile" | "yaml" | "solidity")[];
32
+ declare const supportedLanguages: ("ruby" | "css" | "json" | "jsx" | "tsx" | "javascript" | "typescript" | "groovy" | "java" | "python" | "bash" | "cpp" | "http" | "markdown" | "nginx" | "sql" | "xml" | "dockerfile" | "go" | "yaml" | "solidity")[];
33
33
  export type LanguageType = (typeof supportedLanguages)[number] | 'html';
34
34
  export interface HighlightProps extends LocaleWrapperProps {
35
35
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oceanbase/ui",
3
- "version": "0.4.23",
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": "e01f11d500f14a4eadfafd9fe17d2106bf74d74c"
73
+ "gitHead": "9f718837758837c0084d7d836137854228f26cde"
74
74
  }