@semi-bot/semi-theme-trade-pass-growth-platform-test 1.0.5 → 1.0.6
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 +3 -3
- package/package.json +1 -1
- package/raw.json +8 -7
- package/scss/global.scss +8 -7
- package/semi.css +138 -13
- package/semi.min.css +1 -1
package/README.md
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
|
|
2
2
|
# @semi-bot/semi-theme-trade-pass-growth-platform-test --- Semi Theme Generated By [Design System Management](https://semi.design/dsm/)
|
|
3
3
|
ID: 28703
|
|
4
|
-
Operator:
|
|
4
|
+
Operator: Apilase
|
|
5
5
|
|
|
6
6
|
## Compatibility
|
|
7
7
|
|
|
8
|
-
Compatible with Semi Foundation Version 2.
|
|
8
|
+
Compatible with Semi Foundation Version 2.97.0 or newer.
|
|
9
9
|
|
|
10
10
|
## Version Release Note
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
## Manual
|
package/package.json
CHANGED
package/raw.json
CHANGED
|
@@ -354,8 +354,8 @@
|
|
|
354
354
|
"dark": {
|
|
355
355
|
"bg/--semi-color-bg-0": "rgba(22,22,22,1)",
|
|
356
356
|
"bg/--semi-color-bg-1": "rgba(27,27,27,1)",
|
|
357
|
-
"bg/--semi-color-bg-2": "rgba(
|
|
358
|
-
"bg/--semi-color-bg-3": "rgba(
|
|
357
|
+
"bg/--semi-color-bg-2": "rgba(30,30,30,1)",
|
|
358
|
+
"bg/--semi-color-bg-3": "rgba(35,35,35,1)",
|
|
359
359
|
"bg/--semi-color-bg-4": "rgba(43,43,43,1)",
|
|
360
360
|
"info/--semi-color-info": "rgba(var(--semi-blue-5), 1)",
|
|
361
361
|
"link/--semi-color-link": "rgba(var(--semi-blue-5), 1)",
|
|
@@ -453,9 +453,9 @@
|
|
|
453
453
|
},
|
|
454
454
|
"light": {
|
|
455
455
|
"bg/--semi-color-bg-0": "rgba(238,238,238,1)",
|
|
456
|
-
"bg/--semi-color-bg-1": "rgba(
|
|
457
|
-
"bg/--semi-color-bg-2": "rgba(
|
|
458
|
-
"bg/--semi-color-bg-3": "rgba(
|
|
456
|
+
"bg/--semi-color-bg-1": "rgba(241,241,241,1)",
|
|
457
|
+
"bg/--semi-color-bg-2": "rgba(245,245,245,1)",
|
|
458
|
+
"bg/--semi-color-bg-3": "rgba(248,248,248,1)",
|
|
459
459
|
"bg/--semi-color-bg-4": "rgba(255,255,255,1)",
|
|
460
460
|
"info/--semi-color-info": "rgba(var(--semi-blue-5), 1)",
|
|
461
461
|
"link/--semi-color-link": "rgba(var(--semi-blue-5), 1)",
|
|
@@ -471,9 +471,10 @@
|
|
|
471
471
|
"data/--semi-color-data-7": "rgba(139, 215, 210, 1)",
|
|
472
472
|
"data/--semi-color-data-8": "rgba(131, 176, 35, 1)",
|
|
473
473
|
"data/--semi-color-data-9": "rgba(233, 165, 229, 1)",
|
|
474
|
-
"fill/--semi-color-fill-0": "rgba(var(--semi-grey-8),0.05)",
|
|
475
|
-
"fill/--semi-color-fill-1": "rgba(var(--semi-grey-8),0.09)",
|
|
474
|
+
"fill/--semi-color-fill-0": "rgba(var(--semi-grey-8), 0.05)",
|
|
475
|
+
"fill/--semi-color-fill-1": "rgba(var(--semi-grey-8), 0.09)",
|
|
476
476
|
"fill/--semi-color-fill-2": "rgba(var(--semi-grey-8),0.13)",
|
|
477
|
+
"fill/--semi-color-fill-3": "rgba(255,255,255,1)",
|
|
477
478
|
"text/--semi-color-text-0": "rgba(var(--semi-grey-9),1)",
|
|
478
479
|
"text/--semi-color-text-1": "rgba(var(--semi-grey-9),0.8)",
|
|
479
480
|
"text/--semi-color-text-2": "rgba(var(--semi-grey-9),0.6)",
|
package/scss/global.scss
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
body, body[theme-mode="dark"] .semi-always-light, :host, :host .semi-always-light {
|
|
4
4
|
--semi-color-bg-0: rgba(238,238,238,1);
|
|
5
|
-
--semi-color-bg-1: rgba(
|
|
6
|
-
--semi-color-bg-2: rgba(
|
|
7
|
-
--semi-color-bg-3: rgba(
|
|
5
|
+
--semi-color-bg-1: rgba(241,241,241,1);
|
|
6
|
+
--semi-color-bg-2: rgba(245,245,245,1);
|
|
7
|
+
--semi-color-bg-3: rgba(248,248,248,1);
|
|
8
8
|
--semi-color-bg-4: rgba(255,255,255,1);
|
|
9
9
|
--semi-color-info: rgba(var(--semi-blue-5), 1);
|
|
10
10
|
--semi-color-link: rgba(var(--semi-blue-5), 1);
|
|
@@ -20,9 +20,10 @@ body, body[theme-mode="dark"] .semi-always-light, :host, :host .semi-always-ligh
|
|
|
20
20
|
--semi-color-data-7: rgba(139, 215, 210, 1);
|
|
21
21
|
--semi-color-data-8: rgba(131, 176, 35, 1);
|
|
22
22
|
--semi-color-data-9: rgba(233, 165, 229, 1);
|
|
23
|
-
--semi-color-fill-0: rgba(var(--semi-grey-8),0.05);
|
|
24
|
-
--semi-color-fill-1: rgba(var(--semi-grey-8),0.09);
|
|
23
|
+
--semi-color-fill-0: rgba(var(--semi-grey-8), 0.05);
|
|
24
|
+
--semi-color-fill-1: rgba(var(--semi-grey-8), 0.09);
|
|
25
25
|
--semi-color-fill-2: rgba(var(--semi-grey-8),0.13);
|
|
26
|
+
--semi-color-fill-3: rgba(255,255,255,1);
|
|
26
27
|
--semi-color-text-0: rgba(var(--semi-grey-9),1);
|
|
27
28
|
--semi-color-text-1: rgba(var(--semi-grey-9),0.8);
|
|
28
29
|
--semi-color-text-2: rgba(var(--semi-grey-9),0.6);
|
|
@@ -119,8 +120,8 @@ font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI','PingFang SC
|
|
|
119
120
|
body[theme-mode="dark"], body .semi-always-dark, :host([theme-mode="dark"]), :host .semi-always-dark {
|
|
120
121
|
--semi-color-bg-0: rgba(22,22,22,1);
|
|
121
122
|
--semi-color-bg-1: rgba(27,27,27,1);
|
|
122
|
-
--semi-color-bg-2: rgba(
|
|
123
|
-
--semi-color-bg-3: rgba(
|
|
123
|
+
--semi-color-bg-2: rgba(30,30,30,1);
|
|
124
|
+
--semi-color-bg-3: rgba(35,35,35,1);
|
|
124
125
|
--semi-color-bg-4: rgba(43,43,43,1);
|
|
125
126
|
--semi-color-info: rgba(var(--semi-blue-5), 1);
|
|
126
127
|
--semi-color-link: rgba(var(--semi-blue-5), 1);
|
package/semi.css
CHANGED
|
@@ -352,9 +352,9 @@ body[theme-mode=dark], body .semi-always-dark, :host([theme-mode=dark]), :host .
|
|
|
352
352
|
|
|
353
353
|
body, body[theme-mode=dark] .semi-always-light, :host, :host .semi-always-light {
|
|
354
354
|
--semi-color-bg-0: rgba(238,238,238,1);
|
|
355
|
-
--semi-color-bg-1: rgba(
|
|
356
|
-
--semi-color-bg-2: rgba(
|
|
357
|
-
--semi-color-bg-3: rgba(
|
|
355
|
+
--semi-color-bg-1: rgba(241,241,241,1);
|
|
356
|
+
--semi-color-bg-2: rgba(245,245,245,1);
|
|
357
|
+
--semi-color-bg-3: rgba(248,248,248,1);
|
|
358
358
|
--semi-color-bg-4: rgba(255,255,255,1);
|
|
359
359
|
--semi-color-info: rgba(var(--semi-blue-5), 1);
|
|
360
360
|
--semi-color-link: rgba(var(--semi-blue-5), 1);
|
|
@@ -370,9 +370,10 @@ body, body[theme-mode=dark] .semi-always-light, :host, :host .semi-always-light
|
|
|
370
370
|
--semi-color-data-7: rgba(139, 215, 210, 1);
|
|
371
371
|
--semi-color-data-8: rgba(131, 176, 35, 1);
|
|
372
372
|
--semi-color-data-9: rgba(233, 165, 229, 1);
|
|
373
|
-
--semi-color-fill-0: rgba(var(--semi-grey-8),0.05);
|
|
374
|
-
--semi-color-fill-1: rgba(var(--semi-grey-8),0.09);
|
|
373
|
+
--semi-color-fill-0: rgba(var(--semi-grey-8), 0.05);
|
|
374
|
+
--semi-color-fill-1: rgba(var(--semi-grey-8), 0.09);
|
|
375
375
|
--semi-color-fill-2: rgba(var(--semi-grey-8),0.13);
|
|
376
|
+
--semi-color-fill-3: rgba(255,255,255,1);
|
|
376
377
|
--semi-color-text-0: rgba(var(--semi-grey-9),1);
|
|
377
378
|
--semi-color-text-1: rgba(var(--semi-grey-9),0.8);
|
|
378
379
|
--semi-color-text-2: rgba(var(--semi-grey-9),0.6);
|
|
@@ -468,8 +469,8 @@ body, body[theme-mode=dark] .semi-always-light, :host, :host .semi-always-light
|
|
|
468
469
|
body[theme-mode=dark], body .semi-always-dark, :host([theme-mode=dark]), :host .semi-always-dark {
|
|
469
470
|
--semi-color-bg-0: rgba(22,22,22,1);
|
|
470
471
|
--semi-color-bg-1: rgba(27,27,27,1);
|
|
471
|
-
--semi-color-bg-2: rgba(
|
|
472
|
-
--semi-color-bg-3: rgba(
|
|
472
|
+
--semi-color-bg-2: rgba(30,30,30,1);
|
|
473
|
+
--semi-color-bg-3: rgba(35,35,35,1);
|
|
473
474
|
--semi-color-bg-4: rgba(43,43,43,1);
|
|
474
475
|
--semi-color-info: rgba(var(--semi-blue-5), 1);
|
|
475
476
|
--semi-color-link: rgba(var(--semi-blue-5), 1);
|
|
@@ -7400,10 +7401,38 @@ body, :host {
|
|
|
7400
7401
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
7401
7402
|
line-height: 16px;
|
|
7402
7403
|
line-height: 20px;
|
|
7404
|
+
display: inline-block;
|
|
7405
|
+
max-width: calc(100vw - 32px);
|
|
7406
|
+
}
|
|
7407
|
+
.semi-datepicker-compact:not(.semi-datepicker-compact-insetInput) {
|
|
7408
|
+
width: max-content;
|
|
7409
|
+
}
|
|
7410
|
+
.semi-datepicker-compact .semi-datepicker-container {
|
|
7411
|
+
width: max-content;
|
|
7412
|
+
}
|
|
7413
|
+
.semi-datepicker-compact .semi-datepicker-month-grid {
|
|
7414
|
+
width: max-content;
|
|
7415
|
+
}
|
|
7416
|
+
.semi-datepicker-compact .semi-datepicker-month-grid .semi-datepicker-month-grid-left,
|
|
7417
|
+
.semi-datepicker-compact .semi-datepicker-month-grid .semi-datepicker-month-grid-right {
|
|
7418
|
+
min-width: 216px;
|
|
7419
|
+
max-width: calc(100vw - 32px);
|
|
7420
|
+
}
|
|
7421
|
+
.semi-datepicker-compact .semi-datepicker-month-grid .semi-datepicker-month {
|
|
7422
|
+
margin-left: auto;
|
|
7423
|
+
margin-right: auto;
|
|
7403
7424
|
}
|
|
7404
7425
|
.semi-datepicker-compact .semi-datepicker-month-grid[x-type=dateTime] .semi-datepicker-yam, .semi-datepicker-compact .semi-datepicker-month-grid[x-type=dateTimeRange] .semi-datepicker-yam {
|
|
7405
7426
|
height: calc(100% - 32px);
|
|
7406
7427
|
}
|
|
7428
|
+
.semi-datepicker-compact .semi-datepicker-month-grid .semi-datepicker-yam {
|
|
7429
|
+
position: relative;
|
|
7430
|
+
width: 100%;
|
|
7431
|
+
max-width: 100%;
|
|
7432
|
+
max-height: 256px;
|
|
7433
|
+
overflow-x: auto;
|
|
7434
|
+
overflow-y: hidden;
|
|
7435
|
+
}
|
|
7407
7436
|
.semi-datepicker-compact .semi-datepicker-month-grid[x-type=dateRange] .semi-datepicker-month-grid-left, .semi-datepicker-compact .semi-datepicker-month-grid[x-type=dateTimeRange] .semi-datepicker-month-grid-left {
|
|
7408
7437
|
border-right: 1px solid var(--semi-color-border);
|
|
7409
7438
|
}
|
|
@@ -7421,6 +7450,16 @@ body, :host {
|
|
|
7421
7450
|
box-sizing: border-box;
|
|
7422
7451
|
height: 48px;
|
|
7423
7452
|
padding: 12px;
|
|
7453
|
+
width: 100%;
|
|
7454
|
+
max-width: 100%;
|
|
7455
|
+
}
|
|
7456
|
+
.semi-datepicker-compact .semi-datepicker-month-grid .semi-datepicker-yearmonth-header button,
|
|
7457
|
+
.semi-datepicker-compact .semi-datepicker-month-grid .semi-datepicker-yearmonth-header .semi-button {
|
|
7458
|
+
width: 100%;
|
|
7459
|
+
max-width: 100%;
|
|
7460
|
+
overflow: hidden;
|
|
7461
|
+
text-overflow: ellipsis;
|
|
7462
|
+
white-space: nowrap;
|
|
7424
7463
|
}
|
|
7425
7464
|
.semi-datepicker-compact .semi-datepicker-month-grid .semi-datepicker-yearmonth-body {
|
|
7426
7465
|
display: flex;
|
|
@@ -7482,9 +7521,12 @@ body, :host {
|
|
|
7482
7521
|
height: calc(100% - 32px);
|
|
7483
7522
|
}
|
|
7484
7523
|
.semi-datepicker-compact .semi-datepicker-navigation {
|
|
7524
|
+
box-sizing: border-box;
|
|
7485
7525
|
height: 24px;
|
|
7486
7526
|
padding: 12px;
|
|
7487
7527
|
padding-bottom: 0;
|
|
7528
|
+
width: 100%;
|
|
7529
|
+
max-width: 100%;
|
|
7488
7530
|
}
|
|
7489
7531
|
.semi-datepicker-compact .semi-datepicker-navigation-left, .semi-datepicker-compact .semi-datepicker-navigation-right {
|
|
7490
7532
|
width: 24px;
|
|
@@ -7494,11 +7536,22 @@ body, :host {
|
|
|
7494
7536
|
min-width: 24px;
|
|
7495
7537
|
min-height: 24px;
|
|
7496
7538
|
}
|
|
7539
|
+
.semi-datepicker-compact .semi-datepicker-navigation-month {
|
|
7540
|
+
min-width: 0;
|
|
7541
|
+
overflow: hidden;
|
|
7542
|
+
}
|
|
7497
7543
|
.semi-datepicker-compact .semi-datepicker-navigation-month .semi-button {
|
|
7498
7544
|
font-size: 12px;
|
|
7499
7545
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
7500
7546
|
line-height: 16px;
|
|
7501
7547
|
line-height: 20px;
|
|
7548
|
+
max-width: 100%;
|
|
7549
|
+
}
|
|
7550
|
+
.semi-datepicker-compact .semi-datepicker-navigation-month .semi-button > span {
|
|
7551
|
+
display: block;
|
|
7552
|
+
overflow: hidden;
|
|
7553
|
+
text-overflow: ellipsis;
|
|
7554
|
+
white-space: nowrap;
|
|
7502
7555
|
}
|
|
7503
7556
|
.semi-datepicker-compact .semi-datepicker-month {
|
|
7504
7557
|
width: 216px;
|
|
@@ -7643,7 +7696,9 @@ body, :host {
|
|
|
7643
7696
|
color: var(--semi-color-primary);
|
|
7644
7697
|
}
|
|
7645
7698
|
.semi-datepicker-compact .semi-datepicker-quick-control-month {
|
|
7646
|
-
|
|
7699
|
+
min-width: 216px;
|
|
7700
|
+
width: max-content;
|
|
7701
|
+
max-width: calc(100vw - 32px);
|
|
7647
7702
|
}
|
|
7648
7703
|
.semi-datepicker-compact .semi-datepicker-quick-control-month[x-insetinput=true] .semi-datepicker-quick-control-right-content-wrapper,
|
|
7649
7704
|
.semi-datepicker-compact .semi-datepicker-quick-control-month[x-insetinput=true] .semi-datepicker-quick-control-left-content-wrapper {
|
|
@@ -7654,7 +7709,9 @@ body, :host {
|
|
|
7654
7709
|
max-height: 218px;
|
|
7655
7710
|
}
|
|
7656
7711
|
.semi-datepicker-compact .semi-datepicker-quick-control-date {
|
|
7657
|
-
|
|
7712
|
+
min-width: 216px;
|
|
7713
|
+
width: max-content;
|
|
7714
|
+
max-width: calc(100vw - 32px);
|
|
7658
7715
|
}
|
|
7659
7716
|
.semi-datepicker-compact .semi-datepicker-quick-control-date[x-insetinput=true] .semi-datepicker-quick-control-right-content-wrapper,
|
|
7660
7717
|
.semi-datepicker-compact .semi-datepicker-quick-control-date[x-insetinput=true] .semi-datepicker-quick-control-left-content-wrapper {
|
|
@@ -7665,7 +7722,9 @@ body, :host {
|
|
|
7665
7722
|
max-height: 208px;
|
|
7666
7723
|
}
|
|
7667
7724
|
.semi-datepicker-compact .semi-datepicker-quick-control-dateTime {
|
|
7668
|
-
|
|
7725
|
+
min-width: 216px;
|
|
7726
|
+
width: max-content;
|
|
7727
|
+
max-width: calc(100vw - 32px);
|
|
7669
7728
|
}
|
|
7670
7729
|
.semi-datepicker-compact .semi-datepicker-quick-control-dateTime[x-insetinput=true] .semi-datepicker-quick-control-right-content-wrapper,
|
|
7671
7730
|
.semi-datepicker-compact .semi-datepicker-quick-control-dateTime[x-insetinput=true] .semi-datepicker-quick-control-left-content-wrapper {
|
|
@@ -7676,7 +7735,9 @@ body, :host {
|
|
|
7676
7735
|
max-height: 240px;
|
|
7677
7736
|
}
|
|
7678
7737
|
.semi-datepicker-compact .semi-datepicker-quick-control-dateRange {
|
|
7679
|
-
|
|
7738
|
+
min-width: min(432px, calc(100vw - 32px));
|
|
7739
|
+
width: max-content;
|
|
7740
|
+
max-width: calc(100vw - 32px);
|
|
7680
7741
|
}
|
|
7681
7742
|
.semi-datepicker-compact .semi-datepicker-quick-control-dateRange[x-insetinput=true] .semi-datepicker-quick-control-right-content-wrapper,
|
|
7682
7743
|
.semi-datepicker-compact .semi-datepicker-quick-control-dateRange[x-insetinput=true] .semi-datepicker-quick-control-left-content-wrapper {
|
|
@@ -7687,7 +7748,9 @@ body, :host {
|
|
|
7687
7748
|
max-height: 208px;
|
|
7688
7749
|
}
|
|
7689
7750
|
.semi-datepicker-compact .semi-datepicker-quick-control-dateTimeRange {
|
|
7690
|
-
|
|
7751
|
+
min-width: min(432px, calc(100vw - 32px));
|
|
7752
|
+
width: max-content;
|
|
7753
|
+
max-width: calc(100vw - 32px);
|
|
7691
7754
|
}
|
|
7692
7755
|
.semi-datepicker-compact .semi-datepicker-quick-control-dateTimeRange[x-insetinput=true] .semi-datepicker-quick-control-right-content-wrapper,
|
|
7693
7756
|
.semi-datepicker-compact .semi-datepicker-quick-control-dateTimeRange[x-insetinput=true] .semi-datepicker-quick-control-left-content-wrapper {
|
|
@@ -16410,7 +16473,7 @@ img[src=""], img:not([src]) {
|
|
|
16410
16473
|
transition: padding-left 100ms ease-out, width 200ms cubic-bezier(0.62, 0.05, 0.36, 0.95);
|
|
16411
16474
|
}
|
|
16412
16475
|
.semi-navigation-vertical .semi-navigation-footer {
|
|
16413
|
-
color: var(--semi-color-text-
|
|
16476
|
+
color: var(--semi-color-text-1);
|
|
16414
16477
|
padding-left: 8px;
|
|
16415
16478
|
padding-right: 8px;
|
|
16416
16479
|
}
|
|
@@ -16422,6 +16485,7 @@ img[src=""], img:not([src]) {
|
|
|
16422
16485
|
.semi-navigation-vertical .semi-navigation-footer .semi-navigation-collapse-btn > .semi-button {
|
|
16423
16486
|
padding-left: 8px;
|
|
16424
16487
|
padding-right: 8px;
|
|
16488
|
+
color: var(--semi-color-text-1);
|
|
16425
16489
|
}
|
|
16426
16490
|
.semi-navigation-vertical .semi-navigation-footer-collapsed {
|
|
16427
16491
|
justify-content: center;
|
|
@@ -20699,6 +20763,7 @@ img[src=""], img:not([src]) {
|
|
|
20699
20763
|
}
|
|
20700
20764
|
.semi-switch-checked .semi-switch-knob {
|
|
20701
20765
|
transform: translateX(18px);
|
|
20766
|
+
background-color: rgba(var(--semi-white), 1);
|
|
20702
20767
|
}
|
|
20703
20768
|
.semi-switch-checked:active .semi-switch-knob {
|
|
20704
20769
|
transform: translateX(12px);
|
|
@@ -22846,6 +22911,32 @@ img[src=""], img:not([src]) {
|
|
|
22846
22911
|
color: var(--semi-color-text-0);
|
|
22847
22912
|
}
|
|
22848
22913
|
|
|
22914
|
+
.semi-tag-split {
|
|
22915
|
+
display: inline-flex;
|
|
22916
|
+
align-items: center;
|
|
22917
|
+
}
|
|
22918
|
+
.semi-tag-split .semi-tag {
|
|
22919
|
+
border-radius: 0;
|
|
22920
|
+
margin-right: 1px;
|
|
22921
|
+
}
|
|
22922
|
+
.semi-tag-split .semi-tag-first {
|
|
22923
|
+
border-top-left-radius: var(--semi-border-radius-small);
|
|
22924
|
+
border-bottom-left-radius: var(--semi-border-radius-small);
|
|
22925
|
+
}
|
|
22926
|
+
.semi-tag-split .semi-tag-last {
|
|
22927
|
+
border-top-right-radius: var(--semi-border-radius-small);
|
|
22928
|
+
border-bottom-right-radius: var(--semi-border-radius-small);
|
|
22929
|
+
margin-right: unset;
|
|
22930
|
+
}
|
|
22931
|
+
.semi-tag-split .semi-tag-circle.semi-tag-first {
|
|
22932
|
+
border-top-left-radius: var(--semi-border-radius-full);
|
|
22933
|
+
border-bottom-left-radius: var(--semi-border-radius-full);
|
|
22934
|
+
}
|
|
22935
|
+
.semi-tag-split .semi-tag-circle.semi-tag-last {
|
|
22936
|
+
border-top-right-radius: var(--semi-border-radius-full);
|
|
22937
|
+
border-bottom-right-radius: var(--semi-border-radius-full);
|
|
22938
|
+
}
|
|
22939
|
+
|
|
22849
22940
|
.semi-rtl .semi-tag,
|
|
22850
22941
|
.semi-portal-rtl .semi-tag {
|
|
22851
22942
|
direction: rtl;
|
|
@@ -23009,6 +23100,8 @@ img[src=""], img:not([src]) {
|
|
|
23009
23100
|
padding-left: 4px;
|
|
23010
23101
|
padding-right: 4px;
|
|
23011
23102
|
overflow: hidden;
|
|
23103
|
+
position: relative;
|
|
23104
|
+
/* hidden mirror used to measure input text width */
|
|
23012
23105
|
}
|
|
23013
23106
|
.semi-tagInput-wrapper-tag {
|
|
23014
23107
|
margin-right: 4px;
|
|
@@ -23051,6 +23144,8 @@ img[src=""], img:not([src]) {
|
|
|
23051
23144
|
.semi-tagInput-wrapper .semi-tagInput-wrapper-input {
|
|
23052
23145
|
flex-grow: 1;
|
|
23053
23146
|
width: min-content;
|
|
23147
|
+
min-width: 2px;
|
|
23148
|
+
max-width: 100%;
|
|
23054
23149
|
border: none;
|
|
23055
23150
|
outline: none;
|
|
23056
23151
|
background-color: transparent;
|
|
@@ -23092,6 +23187,19 @@ img[src=""], img:not([src]) {
|
|
|
23092
23187
|
height: 24px;
|
|
23093
23188
|
line-height: 24px;
|
|
23094
23189
|
}
|
|
23190
|
+
.semi-tagInput-wrapper-inputMirror {
|
|
23191
|
+
position: absolute;
|
|
23192
|
+
top: 0;
|
|
23193
|
+
left: 0;
|
|
23194
|
+
visibility: hidden;
|
|
23195
|
+
pointer-events: none;
|
|
23196
|
+
height: 0;
|
|
23197
|
+
overflow: hidden;
|
|
23198
|
+
white-space: pre;
|
|
23199
|
+
font-size: 14px;
|
|
23200
|
+
font-weight: 400;
|
|
23201
|
+
font-family: inherit;
|
|
23202
|
+
}
|
|
23095
23203
|
.semi-tagInput-clearBtn {
|
|
23096
23204
|
display: flex;
|
|
23097
23205
|
justify-content: center;
|
|
@@ -26459,6 +26567,11 @@ p.semi-typography-extended,
|
|
|
26459
26567
|
background-color: var(--semi-color-fill-0);
|
|
26460
26568
|
transition: background-color var(--semi-transition_duration-none) var(--semi-transition_function-easeIn) var(--semi-transition_delay-none), border var(--semi-transition_duration-none) var(--semi-transition_function-easeIn) var(--semi-transition_delay-none);
|
|
26461
26569
|
}
|
|
26570
|
+
.semi-input-textarea-wrapper-resizeX {
|
|
26571
|
+
display: inline-block;
|
|
26572
|
+
width: fit-content;
|
|
26573
|
+
max-width: 100%;
|
|
26574
|
+
}
|
|
26462
26575
|
.semi-input-textarea-wrapper:hover {
|
|
26463
26576
|
background-color: var(--semi-color-fill-1);
|
|
26464
26577
|
}
|
|
@@ -26479,6 +26592,9 @@ p.semi-typography-extended,
|
|
|
26479
26592
|
color: var(--semi-color-text-2);
|
|
26480
26593
|
right: 4px;
|
|
26481
26594
|
height: 32px;
|
|
26595
|
+
display: flex;
|
|
26596
|
+
align-items: center;
|
|
26597
|
+
justify-content: center;
|
|
26482
26598
|
}
|
|
26483
26599
|
.semi-input-textarea-wrapper .semi-input-clearbtn > svg {
|
|
26484
26600
|
pointer-events: none;
|
|
@@ -26581,6 +26697,7 @@ p.semi-typography-extended,
|
|
|
26581
26697
|
}
|
|
26582
26698
|
.semi-input-textarea-autosize {
|
|
26583
26699
|
overflow: hidden;
|
|
26700
|
+
resize: none;
|
|
26584
26701
|
}
|
|
26585
26702
|
.semi-input-textarea-counter {
|
|
26586
26703
|
font-size: 12px;
|
|
@@ -26623,6 +26740,14 @@ p.semi-typography-extended,
|
|
|
26623
26740
|
padding: 0;
|
|
26624
26741
|
align-items: flex-start;
|
|
26625
26742
|
}
|
|
26743
|
+
.semi-input-textarea-wrapper-withLineNumber.semi-input-textarea-wrapper-resizeX {
|
|
26744
|
+
display: inline-flex;
|
|
26745
|
+
width: fit-content;
|
|
26746
|
+
max-width: 100%;
|
|
26747
|
+
}
|
|
26748
|
+
.semi-input-textarea-wrapper-withLineNumber.semi-input-textarea-wrapper-resizeX .semi-input-textarea-content {
|
|
26749
|
+
flex: 0 0 auto;
|
|
26750
|
+
}
|
|
26626
26751
|
.semi-input-textarea-wrapper-withLineNumber .semi-input-textarea-lineNumber {
|
|
26627
26752
|
flex-shrink: 0;
|
|
26628
26753
|
padding: 5px 12px;
|