@douyinfe/semi-foundation 2.45.0 → 2.45.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/lib/cjs/select/option.scss +1 -1
- package/lib/cjs/select/select.css +1 -0
- package/lib/cjs/select/variables.scss +1 -0
- package/lib/es/select/option.scss +1 -1
- package/lib/es/select/select.css +1 -0
- package/lib/es/select/variables.scss +1 -0
- package/package.json +3 -3
- package/select/option.scss +1 -1
- package/select/variables.scss +1 -0
|
@@ -44,6 +44,7 @@ $color-select_option_disabled-text: var(--semi-color-disabled-text); // 禁用
|
|
|
44
44
|
$color-select_option_disabled-bg: transparent; // 禁用选择器菜单选项背景颜色
|
|
45
45
|
$color-select_option-icon-active: var(--semi-color-text-2); // 禁用选择器菜单选项图标颜色 - 选中态
|
|
46
46
|
$color-select_option-border-default: var(--semi-color-border); // 分组选择器菜单项描边颜色
|
|
47
|
+
$color-select-option-bg-selected: transparent; // 选择器菜单选项背景颜色 - 选中态
|
|
47
48
|
$color-select_inset_label-text: var(--semi-color-text-2); // 分组选择器菜单项辅助文本颜色
|
|
48
49
|
$color-select_create_tips-text: var(--semi-color-text-2); // 分组选择器菜单项提示文本颜色
|
|
49
50
|
$color-select_group-text: var(--semi-color-text-2); // 分组选择器菜单项分组标题文本颜色
|
package/lib/es/select/select.css
CHANGED
|
@@ -44,6 +44,7 @@ $color-select_option_disabled-text: var(--semi-color-disabled-text); // 禁用
|
|
|
44
44
|
$color-select_option_disabled-bg: transparent; // 禁用选择器菜单选项背景颜色
|
|
45
45
|
$color-select_option-icon-active: var(--semi-color-text-2); // 禁用选择器菜单选项图标颜色 - 选中态
|
|
46
46
|
$color-select_option-border-default: var(--semi-color-border); // 分组选择器菜单项描边颜色
|
|
47
|
+
$color-select-option-bg-selected: transparent; // 选择器菜单选项背景颜色 - 选中态
|
|
47
48
|
$color-select_inset_label-text: var(--semi-color-text-2); // 分组选择器菜单项辅助文本颜色
|
|
48
49
|
$color-select_create_tips-text: var(--semi-color-text-2); // 分组选择器菜单项提示文本颜色
|
|
49
50
|
$color-select_group-text: var(--semi-color-text-2); // 分组选择器菜单项分组标题文本颜色
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@douyinfe/semi-foundation",
|
|
3
|
-
"version": "2.45.
|
|
3
|
+
"version": "2.45.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.45.
|
|
10
|
+
"@douyinfe/semi-animation": "2.45.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": "0ee1eb3aa058462c8fa23973c994c454ce9511d2",
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@babel/plugin-transform-runtime": "^7.15.8",
|
|
29
29
|
"@babel/preset-env": "^7.15.8",
|
package/select/option.scss
CHANGED
package/select/variables.scss
CHANGED
|
@@ -44,6 +44,7 @@ $color-select_option_disabled-text: var(--semi-color-disabled-text); // 禁用
|
|
|
44
44
|
$color-select_option_disabled-bg: transparent; // 禁用选择器菜单选项背景颜色
|
|
45
45
|
$color-select_option-icon-active: var(--semi-color-text-2); // 禁用选择器菜单选项图标颜色 - 选中态
|
|
46
46
|
$color-select_option-border-default: var(--semi-color-border); // 分组选择器菜单项描边颜色
|
|
47
|
+
$color-select-option-bg-selected: transparent; // 选择器菜单选项背景颜色 - 选中态
|
|
47
48
|
$color-select_inset_label-text: var(--semi-color-text-2); // 分组选择器菜单项辅助文本颜色
|
|
48
49
|
$color-select_create_tips-text: var(--semi-color-text-2); // 分组选择器菜单项提示文本颜色
|
|
49
50
|
$color-select_group-text: var(--semi-color-text-2); // 分组选择器菜单项分组标题文本颜色
|