@beppla/tapas-ui 1.0.61 → 1.0.62

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.
@@ -137,8 +137,8 @@ const useStyles = makeStyles((theme) => ({
137
137
  // Modal 模式样式
138
138
  modalContainer: {
139
139
  display: "flex",
140
- flexGrow: 1,
141
- flexShrink: 1,
140
+ flexGrow: 0,
141
+ flexShrink: 0,
142
142
  flexBasis: "auto",
143
143
  flexDirection: "column",
144
144
  justifyContent: "flex-start", // 改为顶部对齐,与 CustomDropdown 保持一致
@@ -5,6 +5,13 @@
5
5
  格式基于 [Keep a Changelog](https://keepachangelog.com/zh-CN/1.0.0/),
6
6
  版本号遵循 [语义化版本](https://semver.org/lang/zh-CN/)。
7
7
 
8
+ ## [1.0.62] - 2024-12-19
9
+
10
+ ### 维护
11
+ - 🔧 **版本更新**:发布版本 1.0.62
12
+ - 基于当前稳定代码状态发布补丁版本
13
+ - 确保组件库的持续更新和维护
14
+
8
15
  ## [1.0.61] - 2024-12-19
9
16
 
10
17
  ### 修复
@@ -62,8 +62,8 @@ const useStyles = (0, _themed.makeStyles)(theme => ({
62
62
  // Modal 模式样式
63
63
  modalContainer: {
64
64
  display: "flex",
65
- flexGrow: 1,
66
- flexShrink: 1,
65
+ flexGrow: 0,
66
+ flexShrink: 0,
67
67
  flexBasis: "auto",
68
68
  flexDirection: "column",
69
69
  justifyContent: "flex-start",
@@ -41,8 +41,8 @@ const useStyles = makeStyles(theme => ({
41
41
  // Modal 模式样式
42
42
  modalContainer: {
43
43
  display: "flex",
44
- flexGrow: 1,
45
- flexShrink: 1,
44
+ flexGrow: 0,
45
+ flexShrink: 0,
46
46
  flexBasis: "auto",
47
47
  flexDirection: "column",
48
48
  justifyContent: "flex-start",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beppla/tapas-ui",
3
- "version": "1.0.61",
3
+ "version": "1.0.62",
4
4
  "description": "Tapas UI Component Library - A comprehensive React Native component library with Expo support",
5
5
  "main": "./commonjs/index.js",
6
6
  "module": "./module/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beppla/tapas-ui",
3
- "version": "1.0.61",
3
+ "version": "1.0.62",
4
4
  "main": "package/commonjs/index.js",
5
5
  "module": "package/module/index.js",
6
6
  "types": "package/typescript/index.d.ts",