@douyinfe/semi-foundation 2.43.1-alpha.1 → 2.43.2
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/calendar/foundation.ts +0 -1
- package/lib/cjs/popconfirm/popconfirm.css +3 -1
- package/lib/cjs/popconfirm/popconfirm.scss +3 -2
- package/lib/cjs/table/table.css +5 -0
- package/lib/cjs/table/table.scss +7 -0
- package/lib/cjs/table/variables.scss +1 -0
- package/lib/es/popconfirm/popconfirm.css +3 -1
- package/lib/es/popconfirm/popconfirm.scss +3 -2
- package/lib/es/table/table.css +5 -0
- package/lib/es/table/table.scss +7 -0
- package/lib/es/table/variables.scss +1 -0
- package/package.json +3 -3
- package/popconfirm/popconfirm.scss +3 -2
- package/table/table.scss +7 -0
- package/table/variables.scss +1 -0
package/calendar/foundation.ts
CHANGED
|
@@ -46,8 +46,9 @@ $module: #{$prefix}-popconfirm;
|
|
|
46
46
|
}
|
|
47
47
|
|
|
48
48
|
&-body {
|
|
49
|
-
|
|
50
|
-
|
|
49
|
+
&-withIcon {
|
|
50
|
+
margin-left: $width-popconfirm-icon + $spacing-popconfirm_header_icon-marginRight;
|
|
51
|
+
}
|
|
51
52
|
color: $color-popconfirm_body-text;
|
|
52
53
|
|
|
53
54
|
& > p {
|
package/lib/cjs/table/table.css
CHANGED
package/lib/cjs/table/table.scss
CHANGED
|
@@ -42,6 +42,7 @@ $width-table_cell_fixed_left_last: 1px; // 表格左上角单元格底部描边
|
|
|
42
42
|
$width-table_cell_fixed_right_first: 1px; // 表格左上角单元格右侧描边宽度
|
|
43
43
|
$width-table_react_resizable_handle: 9px; // 表格伸缩列调节热区宽度
|
|
44
44
|
$height-table_pagination_outer_min: 60px; // 表格分页器高度
|
|
45
|
+
$height-table_column_filter_dropdown: 290px; // 表格过滤筛选列表最大高度
|
|
45
46
|
|
|
46
47
|
|
|
47
48
|
// Color no need to change
|
|
@@ -46,8 +46,9 @@ $module: #{$prefix}-popconfirm;
|
|
|
46
46
|
}
|
|
47
47
|
|
|
48
48
|
&-body {
|
|
49
|
-
|
|
50
|
-
|
|
49
|
+
&-withIcon {
|
|
50
|
+
margin-left: $width-popconfirm-icon + $spacing-popconfirm_header_icon-marginRight;
|
|
51
|
+
}
|
|
51
52
|
color: $color-popconfirm_body-text;
|
|
52
53
|
|
|
53
54
|
& > p {
|
package/lib/es/table/table.css
CHANGED
package/lib/es/table/table.scss
CHANGED
|
@@ -42,6 +42,7 @@ $width-table_cell_fixed_left_last: 1px; // 表格左上角单元格底部描边
|
|
|
42
42
|
$width-table_cell_fixed_right_first: 1px; // 表格左上角单元格右侧描边宽度
|
|
43
43
|
$width-table_react_resizable_handle: 9px; // 表格伸缩列调节热区宽度
|
|
44
44
|
$height-table_pagination_outer_min: 60px; // 表格分页器高度
|
|
45
|
+
$height-table_column_filter_dropdown: 290px; // 表格过滤筛选列表最大高度
|
|
45
46
|
|
|
46
47
|
|
|
47
48
|
// Color no need to change
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@douyinfe/semi-foundation",
|
|
3
|
-
"version": "2.43.
|
|
3
|
+
"version": "2.43.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build:lib": "node ./scripts/compileLib.js",
|
|
7
7
|
"prepublishOnly": "npm run build:lib"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@douyinfe/semi-animation": "2.43.
|
|
10
|
+
"@douyinfe/semi-animation": "2.43.2",
|
|
11
11
|
"async-validator": "^3.5.0",
|
|
12
12
|
"classnames": "^2.2.6",
|
|
13
13
|
"date-fns": "^2.29.3",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"*.scss",
|
|
24
24
|
"*.css"
|
|
25
25
|
],
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "6c7218869ff6a0c83525f49845b7dc7a858f3705",
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@babel/plugin-transform-runtime": "^7.15.8",
|
|
29
29
|
"@babel/preset-env": "^7.15.8",
|
|
@@ -46,8 +46,9 @@ $module: #{$prefix}-popconfirm;
|
|
|
46
46
|
}
|
|
47
47
|
|
|
48
48
|
&-body {
|
|
49
|
-
|
|
50
|
-
|
|
49
|
+
&-withIcon {
|
|
50
|
+
margin-left: $width-popconfirm-icon + $spacing-popconfirm_header_icon-marginRight;
|
|
51
|
+
}
|
|
51
52
|
color: $color-popconfirm_body-text;
|
|
52
53
|
|
|
53
54
|
& > p {
|
package/table/table.scss
CHANGED
package/table/variables.scss
CHANGED
|
@@ -42,6 +42,7 @@ $width-table_cell_fixed_left_last: 1px; // 表格左上角单元格底部描边
|
|
|
42
42
|
$width-table_cell_fixed_right_first: 1px; // 表格左上角单元格右侧描边宽度
|
|
43
43
|
$width-table_react_resizable_handle: 9px; // 表格伸缩列调节热区宽度
|
|
44
44
|
$height-table_pagination_outer_min: 60px; // 表格分页器高度
|
|
45
|
+
$height-table_column_filter_dropdown: 290px; // 表格过滤筛选列表最大高度
|
|
45
46
|
|
|
46
47
|
|
|
47
48
|
// Color no need to change
|