@douyinfe/semi-ui 2.24.0-beta.0 → 2.24.0-beta.1

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.
@@ -456,6 +456,8 @@ body, body[theme-mode=dark] .semi-always-light {
456
456
  --semi-border-radius-large: 12px;
457
457
  --semi-border-radius-circle: 50%;
458
458
  --semi-border-radius-full: 9999px;
459
+ --semi-color-highlight-bg: rgba(var(--semi-yellow-4), 1);
460
+ --semi-color-highlight: rgba(var(--semi-black), 1);
459
461
  }
460
462
 
461
463
  body[theme-mode=dark], body .semi-always-dark {
@@ -544,6 +546,8 @@ body[theme-mode=dark], body .semi-always-dark {
544
546
  --semi-border-radius-large: 12px;
545
547
  --semi-border-radius-circle: 50%;
546
548
  --semi-border-radius-full: 9999px;
549
+ --semi-color-highlight-bg: rgba(var(--semi-yellow-2), 1);
550
+ --semi-color-highlight: rgba(var(--semi-white), 1);
547
551
  }
548
552
 
549
553
  .semi-light-scrollbar::-webkit-scrollbar, .semi-light-scrollbar *::-webkit-scrollbar {
@@ -456,6 +456,8 @@ body, body[theme-mode=dark] .semi-always-light {
456
456
  --semi-border-radius-large: 12px;
457
457
  --semi-border-radius-circle: 50%;
458
458
  --semi-border-radius-full: 9999px;
459
+ --semi-color-highlight-bg: rgba(var(--semi-yellow-4), 1);
460
+ --semi-color-highlight: rgba(var(--semi-black), 1);
459
461
  }
460
462
 
461
463
  body[theme-mode=dark], body .semi-always-dark {
@@ -544,6 +546,8 @@ body[theme-mode=dark], body .semi-always-dark {
544
546
  --semi-border-radius-large: 12px;
545
547
  --semi-border-radius-circle: 50%;
546
548
  --semi-border-radius-full: 9999px;
549
+ --semi-color-highlight-bg: rgba(var(--semi-yellow-2), 1);
550
+ --semi-color-highlight: rgba(var(--semi-white), 1);
547
551
  }
548
552
 
549
553
  .semi-light-scrollbar::-webkit-scrollbar, .semi-light-scrollbar *::-webkit-scrollbar {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@douyinfe/semi-ui",
3
- "version": "2.24.0-beta.0",
3
+ "version": "2.24.0-beta.1",
4
4
  "description": "",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/es/index.js",
@@ -17,12 +17,12 @@
17
17
  "lib/*"
18
18
  ],
19
19
  "dependencies": {
20
- "@douyinfe/semi-animation": "2.24.0-beta.0",
21
- "@douyinfe/semi-animation-react": "2.24.0-beta.0",
22
- "@douyinfe/semi-foundation": "2.24.0-beta.0",
23
- "@douyinfe/semi-icons": "2.24.0-beta.0",
24
- "@douyinfe/semi-illustrations": "2.24.0-beta.0",
25
- "@douyinfe/semi-theme-default": "2.24.0-beta.0",
20
+ "@douyinfe/semi-animation": "2.24.0-beta.1",
21
+ "@douyinfe/semi-animation-react": "2.24.0-beta.1",
22
+ "@douyinfe/semi-foundation": "2.24.0-beta.1",
23
+ "@douyinfe/semi-icons": "2.24.0-beta.1",
24
+ "@douyinfe/semi-illustrations": "2.24.0-beta.1",
25
+ "@douyinfe/semi-theme-default": "2.24.0-beta.1",
26
26
  "async-validator": "^3.5.0",
27
27
  "classnames": "^2.2.6",
28
28
  "copy-text-to-clipboard": "^2.1.1",
@@ -69,7 +69,7 @@
69
69
  ],
70
70
  "author": "",
71
71
  "license": "MIT",
72
- "gitHead": "31e17a2fa310d85e240da05803b514a08507a451",
72
+ "gitHead": "f15ac3497e2c0d9d7200c989d9393897c2c3b607",
73
73
  "devDependencies": {
74
74
  "@babel/plugin-proposal-decorators": "^7.15.8",
75
75
  "@babel/plugin-transform-runtime": "^7.15.8",