@semi-bot/semi-theme-tt4d 1.1.1 → 1.1.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/README.md CHANGED
@@ -9,7 +9,7 @@ Compatible with Semi Foundation Version 2.89.0 or newer.
9
9
 
10
10
  ## Version Release Note
11
11
 
12
- Updated datePicker
12
+ Updated select
13
13
 
14
14
 
15
15
  ## Manual
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@semi-bot/semi-theme-tt4d",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Semi theme generated by dsm. https://semi.design/dsm",
5
5
  "keywords": [
6
6
  "semi-theme",
package/raw.json CHANGED
@@ -1369,7 +1369,7 @@
1369
1369
  "$color-select-bg-active": "var(--semi-color-fill-2)",
1370
1370
  "$color-select-bg-default": "var(--semi-color-fill-1)",
1371
1371
  "$color-select-border-focus": "var(--semi-color-border-active)",
1372
- "$color-select-icon-default": "var(--semi-color-text-3)",
1372
+ "$color-select-icon-default": "var(--semi-color-text-2)",
1373
1373
  "$color-select-border-active": "var(--semi-color-border-active)",
1374
1374
  "$color-select_danger-bg-focus": "var(--semi-color-fill-0)",
1375
1375
  "$color-select_danger-bg-hover": "var(--semi-color-fill-0)",
@@ -1388,6 +1388,7 @@
1388
1388
  "$color-select_warning-border-hover": "var(--semi-color-warning)",
1389
1389
  "$color-select_danger-border-default": "rgba(255,255,255,0)",
1390
1390
  "$color-select_warning-border-active": "var(--semi-color-warning)",
1391
+ "$color-select_input_placeholder-text": "var(--semi-color-text-3)",
1391
1392
  "$color-select_warning-border-default": "rgba(255,255,255,0)"
1392
1393
  },
1393
1394
  "width": {
package/scss/local.scss CHANGED
@@ -198,7 +198,7 @@ $spacing-rating_item-marginRight: 0px;
198
198
  $color-select-bg-active: var(--semi-color-fill-2);
199
199
  $color-select-bg-default: var(--semi-color-fill-1);
200
200
  $color-select-border-focus: var(--semi-color-border-active);
201
- $color-select-icon-default: var(--semi-color-text-3);
201
+ $color-select-icon-default: var(--semi-color-text-2);
202
202
  $color-select-border-active: var(--semi-color-border-active);
203
203
  $color-select_danger-bg-focus: var(--semi-color-fill-0);
204
204
  $color-select_danger-bg-hover: var(--semi-color-fill-0);
@@ -217,6 +217,7 @@ $color-select_default-border-focus: var(--semi-color-border-active);
217
217
  $color-select_warning-border-hover: var(--semi-color-warning);
218
218
  $color-select_danger-border-default: rgba(255,255,255,0);
219
219
  $color-select_warning-border-active: var(--semi-color-warning);
220
+ $color-select_input_placeholder-text: var(--semi-color-text-3);
220
221
  $color-select_warning-border-default: rgba(255,255,255,0);
221
222
  $width-select_arrow: 30px;
222
223
  $width-select-border: 2px;
package/semi.css CHANGED
@@ -18767,7 +18767,7 @@ img[src=""], img:not([src]) {
18767
18767
  display: none;
18768
18768
  }
18769
18769
  .semi-select-selection-placeholder {
18770
- color: var(--semi-color-text-2);
18770
+ color: var(--semi-color-text-3);
18771
18771
  }
18772
18772
  .semi-select-selection .semi-tag {
18773
18773
  margin-top: 1px;
@@ -18851,7 +18851,7 @@ img[src=""], img:not([src]) {
18851
18851
  align-items: center;
18852
18852
  justify-content: center;
18853
18853
  width: 30px;
18854
- color: var(--semi-color-text-3);
18854
+ color: var(--semi-color-text-2);
18855
18855
  flex-shrink: 0;
18856
18856
  transform: rotate(var(--semi-transform-rotate-none));
18857
18857
  }
@@ -18874,7 +18874,7 @@ img[src=""], img:not([src]) {
18874
18874
  font-weight: 600;
18875
18875
  }
18876
18876
  .semi-select-prefix-icon, .semi-select-suffix-icon {
18877
- color: var(--semi-color-text-3);
18877
+ color: var(--semi-color-text-2);
18878
18878
  margin: 0px 8px;
18879
18879
  }
18880
18880
  .semi-select-suffix {