@tidbcloud/uikit 2.0.0-beta.112 → 2.0.0-beta.113

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @tidbcloud/uikit
2
2
 
3
+ ## 2.0.0-beta.113
4
+
5
+ ### Patch Changes
6
+
7
+ - fix(TransferTree): update layout to use row flex direction for improv… ([#407](https://github.com/tidbcloud/tidbcloud-uikit/pull/407))
8
+
3
9
  ## 2.0.0-beta.112
4
10
 
5
11
  ### Patch Changes
@@ -19,6 +19,7 @@ const createStyles = require("../../node_modules/.pnpm/@mantine_emotion@7.15.2_@
19
19
  const useStyles = createStyles.createStyles({
20
20
  transferTree: {
21
21
  display: "flex",
22
+ flexDirection: "row",
22
23
  gap: "2rem",
23
24
  alignItems: "stretch"
24
25
  },
@@ -17,6 +17,7 @@ import { createStyles } from "../../node_modules/.pnpm/@mantine_emotion@7.15.2_@
17
17
  const useStyles = createStyles({
18
18
  transferTree: {
19
19
  display: "flex",
20
+ flexDirection: "row",
20
21
  gap: "2rem",
21
22
  alignItems: "stretch"
22
23
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tidbcloud/uikit",
3
- "version": "2.0.0-beta.112",
3
+ "version": "2.0.0-beta.113",
4
4
  "description": "tidbcloud uikit",
5
5
  "type": "module",
6
6
  "main": "dist/primitive/index.cjs",