@semi-bot/semi-theme-wcs 0.0.17 → 0.0.19

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/semi.css CHANGED
@@ -410,19 +410,19 @@ body, body[theme-mode=dark] .semi-always-light, :host, :host .semi-always-light
410
410
  --semi-color-danger-active: rgba(var(--semi-red-7), 1);
411
411
  --semi-color-disabled-bg: rgba(var(--semi-grey-1), 1);
412
412
  --semi-color-default-hover: rgba(var(--semi-grey-1), 1);
413
- --semi-color-primary-hover: rgba(var(--semi-brand-6), 1);
413
+ --semi-color-primary-hover: rgba(4,137,208, 1);
414
414
  --semi-color-success-hover: rgba(var(--semi-green-6), 1);
415
415
  --semi-color-warning-hover: rgba(var(--semi-orange-6), 1);
416
416
  --semi-color-default-active: rgba(var(--semi-grey-2), 1);
417
417
  --semi-color-disabled-fill: rgba(var(--semi-grey-8), 0.04);
418
418
  --semi-color-disabled-text: rgba(var(--semi-grey-9), 0.35);
419
419
  --semi-color-highlight-bg: rgba(var(--semi-yellow-4), 1);
420
- --semi-color-primary-active: rgba(var(--semi-brand-7), 1);
420
+ --semi-color-primary-active: rgba(103,123,132,1);
421
421
  --semi-color-success-active: rgba(var(--semi-green-7), 1);
422
422
  --semi-color-warning-active: rgba(var(--semi-orange-7), 1);
423
423
  --semi-color-tertiary-hover: rgba(var(--semi-grey-6), 1);
424
424
  --semi-color-disabled-border: rgba(var(--semi-grey-1), 1);
425
- --semi-color-primary-disabled: rgba(var(--semi-brand-2), 1);
425
+ --semi-color-primary-disabled: rgba(246,254,255,1);
426
426
  --semi-color-success-disabled: rgba(var(--semi-green-2), 1);
427
427
  --semi-color-tertiary-active: rgba(var(--semi-grey-7), 1);
428
428
  --semi-color-secondary-hover: rgba(var(--semi-light-blue-6), 1);
@@ -1672,6 +1672,17 @@ body, :host {
1672
1672
  height: 0;
1673
1673
  pointer-events: none;
1674
1674
  }
1675
+ .semi-aiChatInput-editor-content .tiptap p.has-skill-slot.is-editor-empty:first-child::before {
1676
+ content: none;
1677
+ }
1678
+ .semi-aiChatInput-editor-content .tiptap p.has-skill-slot.is-editor-empty:first-child::after {
1679
+ color: var(--semi-color-text-2);
1680
+ content: attr(data-placeholder);
1681
+ display: inline;
1682
+ height: 0;
1683
+ margin-left: 8px;
1684
+ pointer-events: none;
1685
+ }
1675
1686
  .semi-aiChatInput-editor-content .tiptap p {
1676
1687
  margin: 0px;
1677
1688
  white-space: pre-wrap;
@@ -3563,8 +3574,8 @@ body, :host {
3563
3574
  height: 24px;
3564
3575
  padding-top: 2px;
3565
3576
  padding-bottom: 2px;
3566
- padding-left: 12px;
3567
- padding-right: 12px;
3577
+ padding-left: 6px;
3578
+ padding-right: 6px;
3568
3579
  font-size: 14px;
3569
3580
  line-height: 20px;
3570
3581
  font-weight: 600;
@@ -3601,8 +3612,8 @@ body, :host {
3601
3612
  padding-right: 16px;
3602
3613
  }
3603
3614
  .semi-button-group > .semi-button-size-small .semi-button-content {
3604
- padding-left: 12px;
3605
- padding-right: 12px;
3615
+ padding-left: 6px;
3616
+ padding-right: 6px;
3606
3617
  }
3607
3618
  .semi-button-group > .semi-button.semi-button-with-icon-only {
3608
3619
  padding-left: 0;
@@ -3677,8 +3688,8 @@ body, :host {
3677
3688
  }
3678
3689
  .semi-rtl .semi-button-size-small,
3679
3690
  .semi-portal-rtl .semi-button-size-small {
3680
- padding-left: 12px;
3681
- padding-right: 12px;
3691
+ padding-left: 6px;
3692
+ padding-right: 6px;
3682
3693
  }
3683
3694
  .semi-rtl .semi-button-size-large,
3684
3695
  .semi-portal-rtl .semi-button-size-large {
@@ -3706,8 +3717,8 @@ body, :host {
3706
3717
  }
3707
3718
  .semi-rtl .semi-button-group > .semi-button-size-small .semi-button-content,
3708
3719
  .semi-portal-rtl .semi-button-group > .semi-button-size-small .semi-button-content {
3709
- padding-left: 12px;
3710
- padding-right: 12px;
3720
+ padding-left: 6px;
3721
+ padding-right: 6px;
3711
3722
  }
3712
3723
  .semi-rtl .semi-button-group > .semi-button.semi-button-with-icon-only,
3713
3724
  .semi-portal-rtl .semi-button-group > .semi-button.semi-button-with-icon-only {
@@ -7247,10 +7258,10 @@ body, :host {
7247
7258
  height: fit-content;
7248
7259
  border: none;
7249
7260
  }
7250
- .semi-datepicker-range-input-wrapper .semi-input-wrapper:active {
7261
+ .semi-datepicker-range-input-wrapper .semi-input-wrapper:active:not(#neverExistElement) {
7251
7262
  background-color: transparent;
7252
7263
  }
7253
- .semi-datepicker-range-input-wrapper .semi-input-wrapper:hover {
7264
+ .semi-datepicker-range-input-wrapper .semi-input-wrapper:hover:not(#neverExistElement) {
7254
7265
  background-color: transparent;
7255
7266
  }
7256
7267
  .semi-datepicker-range-input-wrapper-focus {
@@ -15224,6 +15235,10 @@ img[src=""], img:not([src]) {
15224
15235
  margin-right: 0;
15225
15236
  }
15226
15237
 
15238
+ .semi-json-viewer {
15239
+ box-sizing: border-box;
15240
+ padding: 12px 0;
15241
+ }
15227
15242
  .semi-json-viewer-background {
15228
15243
  background-color: var(--semi-color-default);
15229
15244
  }
@@ -18173,7 +18188,7 @@ img[src=""], img:not([src]) {
18173
18188
  height: 100%;
18174
18189
  width: 100%;
18175
18190
  inset: 0;
18176
- z-index: 2010;
18191
+ z-index: 20;
18177
18192
  opacity: 0;
18178
18193
  position: fixed;
18179
18194
  }
@@ -18997,12 +19012,12 @@ img[src=""], img:not([src]) {
18997
19012
  .semi-sidesheet-header {
18998
19013
  display: flex;
18999
19014
  align-items: flex-start;
19000
- padding: 12px;
19001
- padding-bottom: 12px;
19015
+ padding: 8px;
19016
+ padding-bottom: 8px;
19002
19017
  border-bottom: 0px solid var(--semi-color-border);
19003
19018
  }
19004
19019
  .semi-sidesheet-body {
19005
- padding: 0 12px;
19020
+ padding: 0 8px;
19006
19021
  flex: 1;
19007
19022
  overflow: auto;
19008
19023
  }
@@ -19209,6 +19224,537 @@ img[src=""], img:not([src]) {
19209
19224
  text-align: right;
19210
19225
  }
19211
19226
 
19227
+ .semi-sidebar-main .semi-sidebar-container-content {
19228
+ overflow: hidden;
19229
+ }
19230
+ .semi-sidebar-main-content-wrapper {
19231
+ display: flex;
19232
+ flex-direction: column;
19233
+ height: 100%;
19234
+ }
19235
+ .semi-sidebar-main-content {
19236
+ padding: 12px;
19237
+ height: 100%;
19238
+ box-sizing: border-box;
19239
+ overflow: auto;
19240
+ }
19241
+ .semi-sidebar-container {
19242
+ height: 100%;
19243
+ border-left: 1px solid var(--semi-color-border);
19244
+ box-sizing: border-box;
19245
+ display: flex;
19246
+ flex-direction: column;
19247
+ overflow: hidden;
19248
+ position: relative;
19249
+ }
19250
+ .semi-sidebar-container-header {
19251
+ display: flex;
19252
+ align-items: center;
19253
+ padding: 12px 12px 12px 20px;
19254
+ border-bottom: 1px solid var(--semi-color-border);
19255
+ }
19256
+ .semi-sidebar-container-header-title {
19257
+ flex: 1;
19258
+ font-size: 16px;
19259
+ font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
19260
+ line-height: 22px;
19261
+ font-weight: 600;
19262
+ }
19263
+ .semi-sidebar-container-header-closeBtn {
19264
+ flex-shrink: 0;
19265
+ }
19266
+ .semi-sidebar-container-content {
19267
+ flex: 1 1;
19268
+ overflow: hidden;
19269
+ }
19270
+ .semi-sidebar-container .semi-toast-wrapper {
19271
+ position: absolute;
19272
+ }
19273
+ @keyframes semi-sidebar-slideShow_right {
19274
+ from {
19275
+ transform: translateX(100%);
19276
+ }
19277
+ to {
19278
+ transform: translateX(0);
19279
+ }
19280
+ }
19281
+ @keyframes semi-sidebar-slideHide_right {
19282
+ from {
19283
+ transform: translateX(0);
19284
+ }
19285
+ to {
19286
+ transform: translateX(100%);
19287
+ }
19288
+ }
19289
+ .semi-sidebar-animation-content_show {
19290
+ animation: semi-sidebar-slideShow_right 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
19291
+ animation-fill-mode: forwards;
19292
+ }
19293
+ .semi-sidebar-animation-content_hide {
19294
+ animation: semi-sidebar-slideHide_right 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
19295
+ animation-fill-mode: forwards;
19296
+ }
19297
+ .semi-sidebar-mcp-configure-content {
19298
+ padding: 20px 16px;
19299
+ display: flex;
19300
+ flex-direction: column;
19301
+ height: 100%;
19302
+ box-sizing: border-box;
19303
+ }
19304
+ .semi-sidebar-mcp-configure-content-header {
19305
+ display: flex;
19306
+ align-items: center;
19307
+ justify-content: space-between;
19308
+ }
19309
+ .semi-sidebar-mcp-configure-content-header-count {
19310
+ font-size: 12px;
19311
+ font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
19312
+ line-height: 16px;
19313
+ vertical-align: middle;
19314
+ color: var(--semi-color-text-2);
19315
+ }
19316
+ .semi-sidebar-mcp-configure-content-search {
19317
+ margin: 16px 0;
19318
+ }
19319
+ .semi-sidebar-mcp-configure-content-search-container {
19320
+ display: flex;
19321
+ column-gap: 8px;
19322
+ }
19323
+ .semi-sidebar-mcp-configure-content-item-container {
19324
+ overflow-y: auto;
19325
+ }
19326
+ .semi-sidebar-mcp-configure-content-item {
19327
+ padding: 8px 16px;
19328
+ display: flex;
19329
+ align-items: center;
19330
+ border-bottom: 1px solid var(--semi-color-border);
19331
+ }
19332
+ .semi-sidebar-mcp-configure-content-item-sign {
19333
+ width: 32px;
19334
+ height: 32px;
19335
+ margin-right: 12px;
19336
+ flex-shrink: 0;
19337
+ }
19338
+ .semi-sidebar-mcp-configure-content-item-sign .semi-icon {
19339
+ font-size: 32px;
19340
+ }
19341
+ .semi-sidebar-mcp-configure-content-item-content {
19342
+ justify-content: center;
19343
+ flex: 1;
19344
+ min-width: 0;
19345
+ margin-right: 24px;
19346
+ }
19347
+ .semi-sidebar-mcp-configure-content-item-content-label {
19348
+ font-size: 14px;
19349
+ font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
19350
+ line-height: 20px;
19351
+ font-weight: 600;
19352
+ color: var(--semi-color-text-0);
19353
+ }
19354
+ .semi-sidebar-mcp-configure-content-item-content-desc {
19355
+ font-size: 12px;
19356
+ font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
19357
+ line-height: 16px;
19358
+ color: var(--semi-color-text-0);
19359
+ overflow: hidden;
19360
+ text-overflow: ellipsis;
19361
+ white-space: nowrap;
19362
+ max-width: 100%;
19363
+ }
19364
+ .semi-sidebar-mcp-configure-content-item-button {
19365
+ flex-shrink: 0;
19366
+ }
19367
+ .semi-sidebar-mcp-configure-content-item-button-configure {
19368
+ margin-right: 12px;
19369
+ }
19370
+ .semi-sidebar-mcp-configure-content-item-button.semi-button.semi-button-with-icon-only {
19371
+ width: 24px;
19372
+ height: 24px;
19373
+ }
19374
+ .semi-sidebar-mcp-configure-content-custom-empty {
19375
+ margin-top: 64px;
19376
+ }
19377
+ .semi-sidebar-annotation .semi-sidebar-container-content {
19378
+ padding: 12px;
19379
+ overflow: auto;
19380
+ }
19381
+ .semi-sidebar-annotation-content {
19382
+ display: flex;
19383
+ flex-direction: row;
19384
+ flex-wrap: wrap;
19385
+ gap: 8px;
19386
+ width: 100%;
19387
+ }
19388
+ .semi-sidebar-annotation-item {
19389
+ cursor: pointer;
19390
+ }
19391
+ .semi-sidebar-annotation-item-title {
19392
+ overflow: hidden;
19393
+ text-overflow: ellipsis;
19394
+ white-space: normal;
19395
+ max-width: 100%;
19396
+ display: -webkit-box;
19397
+ line-clamp: 2;
19398
+ -webkit-line-clamp: 2;
19399
+ -webkit-box-orient: vertical;
19400
+ font-size: 14px;
19401
+ font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
19402
+ line-height: 20px;
19403
+ color: var(--semi-color-text-0);
19404
+ font-weight: 600;
19405
+ }
19406
+ .semi-sidebar-annotation-item-footer {
19407
+ display: flex;
19408
+ column-gap: 4px;
19409
+ align-items: center;
19410
+ }
19411
+ .semi-sidebar-annotation-item-footer-logo {
19412
+ font-size: 14px;
19413
+ width: 14px;
19414
+ height: 14px;
19415
+ }
19416
+ .semi-sidebar-annotation-item-footer-text {
19417
+ font-size: 12px;
19418
+ font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
19419
+ line-height: 16px;
19420
+ color: var(--semi-color-text-0);
19421
+ overflow: hidden;
19422
+ text-overflow: ellipsis;
19423
+ white-space: nowrap;
19424
+ flex-grow: 1;
19425
+ }
19426
+ .semi-sidebar-annotation-item-footer-order {
19427
+ box-sizing: border-box;
19428
+ min-width: 16px;
19429
+ padding: 0 2px;
19430
+ height: 16px;
19431
+ border-radius: 8px;
19432
+ background-color: var(--semi-color-fill-1);
19433
+ display: flex;
19434
+ align-items: center;
19435
+ justify-content: center;
19436
+ font-size: 12px;
19437
+ font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
19438
+ line-height: 16px;
19439
+ color: var(--semi-color-text-2);
19440
+ }
19441
+ .semi-sidebar-annotation-item-text {
19442
+ padding: 3px 12px;
19443
+ width: 100%;
19444
+ row-gap: 8px;
19445
+ display: flex;
19446
+ flex-direction: column;
19447
+ }
19448
+ .semi-sidebar-annotation-item-text-detail {
19449
+ overflow: hidden;
19450
+ text-overflow: ellipsis;
19451
+ white-space: normal;
19452
+ max-width: 100%;
19453
+ display: -webkit-box;
19454
+ line-clamp: 4;
19455
+ -webkit-line-clamp: 4;
19456
+ -webkit-box-orient: vertical;
19457
+ font-size: 12px;
19458
+ font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
19459
+ line-height: 16px;
19460
+ color: var(--semi-color-text-2);
19461
+ }
19462
+ .semi-sidebar-annotation-item-video {
19463
+ border-radius: 6px;
19464
+ border: 1px solid var(--semi-color-border);
19465
+ overflow: hidden;
19466
+ width: calc((100% - 8px) / 2);
19467
+ box-sizing: border-box;
19468
+ }
19469
+ .semi-sidebar-annotation-item-video-content {
19470
+ padding: 8px 8px 12px 8px;
19471
+ display: flex;
19472
+ flex-direction: column;
19473
+ row-gap: 8px;
19474
+ }
19475
+ .semi-sidebar-annotation-item-video .semi-sidebar-annotation-item-title {
19476
+ height: 40px;
19477
+ }
19478
+ .semi-sidebar-annotation-item-video-img {
19479
+ width: 100%;
19480
+ height: 100%;
19481
+ object-fit: cover;
19482
+ }
19483
+ .semi-sidebar-annotation-item-video-img-wrapper {
19484
+ position: relative;
19485
+ width: 100%;
19486
+ height: 107px;
19487
+ }
19488
+ .semi-sidebar-annotation-item-video-play {
19489
+ position: absolute;
19490
+ top: 6px;
19491
+ right: 6px;
19492
+ border: 1px solid var(--semi-color-bg-0);
19493
+ background: var(--semi-color-text-2);
19494
+ color: var(--semi-color-bg-0);
19495
+ border-radius: 50%;
19496
+ width: 20px;
19497
+ height: 20px;
19498
+ }
19499
+ .semi-sidebar-annotation-item-video-play.semi-icon {
19500
+ display: inline-flex;
19501
+ align-items: center;
19502
+ justify-content: center;
19503
+ font-size: 12px;
19504
+ }
19505
+ .semi-sidebar-annotation-item-video-duration {
19506
+ padding: 2px 4px;
19507
+ position: absolute;
19508
+ bottom: 6px;
19509
+ right: 6px;
19510
+ background-color: rgba(var(--semi-grey-7), 0.7);
19511
+ border-radius: 4px;
19512
+ font-size: 12px;
19513
+ font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
19514
+ line-height: 16px;
19515
+ color: var(--semi-color-bg-0);
19516
+ }
19517
+ .semi-sidebar-annotation-item-video-title {
19518
+ font-size: 14px;
19519
+ font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
19520
+ line-height: 20px;
19521
+ color: var(--semi-color-text-0);
19522
+ }
19523
+ .semi-sidebar-code-content {
19524
+ height: 100%;
19525
+ }
19526
+ .semi-sidebar-code-content .semi-codeHighlight-defaultTheme pre[class*=language-], .semi-sidebar-main-content .semi-codeHighlight-defaultTheme pre[class*=language-] {
19527
+ margin: 0px;
19528
+ padding-top: 0px;
19529
+ padding-bottom: 0px;
19530
+ background-color: transparent;
19531
+ overflow-y: hidden;
19532
+ overflow-x: auto;
19533
+ }
19534
+ .semi-sidebar-code-content .semi-codeHighlight .line-numbers .line-numbers-rows, .semi-sidebar-main-content .semi-codeHighlight .line-numbers .line-numbers-rows {
19535
+ border-right: none;
19536
+ }
19537
+ .semi-sidebar-code-content .semi-json-viewer, .semi-sidebar-main-content .semi-json-viewer {
19538
+ padding-top: 0px;
19539
+ padding-bottom: 0px;
19540
+ background-color: transparent;
19541
+ }
19542
+ .semi-sidebar-collapse .semi-collapse-item {
19543
+ border: 1px solid var(--semi-color-border);
19544
+ border-radius: 8px;
19545
+ }
19546
+ .semi-sidebar-collapse .semi-collapse-item:not(:last-child) {
19547
+ margin-bottom: 8px;
19548
+ }
19549
+ .semi-sidebar-collapse .semi-collapse-header {
19550
+ padding: 8px 16px;
19551
+ margin: 0px;
19552
+ font-weight: 400;
19553
+ }
19554
+ .semi-sidebar-collapse-header-content {
19555
+ display: flex;
19556
+ align-items: center;
19557
+ gap: 8px;
19558
+ width: 100%;
19559
+ padding-right: 8px;
19560
+ }
19561
+ .semi-sidebar-collapse-header-content .semi-icon {
19562
+ color: var(--semi-color-text-1);
19563
+ }
19564
+ .semi-sidebar-collapse-header-text {
19565
+ flex: 1;
19566
+ overflow: hidden;
19567
+ text-overflow: ellipsis;
19568
+ white-space: nowrap;
19569
+ }
19570
+ .semi-sidebar-collapse-header-expand-btn {
19571
+ flex-shrink: 0;
19572
+ }
19573
+ .semi-sidebar-collapse-header-expand-btn.semi-button.semi-button-with-icon-only {
19574
+ padding: 4px;
19575
+ width: 24px;
19576
+ height: 24px;
19577
+ }
19578
+ .semi-sidebar-collapse .semi-collapse-item-active .semi-collapsible-wrapper {
19579
+ border-top: 1px solid var(--semi-color-border);
19580
+ }
19581
+ .semi-sidebar-collapse-code .semi-collapse-content {
19582
+ padding: 12px 0px;
19583
+ }
19584
+ .semi-sidebar-options {
19585
+ display: flex;
19586
+ flex-direction: row;
19587
+ flex-wrap: wrap;
19588
+ gap: 8px;
19589
+ padding: 8px 12px;
19590
+ border-bottom: 1px solid var(--semi-color-border);
19591
+ }
19592
+ .semi-sidebar-options-button .semi-button-content-right {
19593
+ margin-left: 4px;
19594
+ }
19595
+ .semi-sidebar-options-normal.semi-button-primary.semi-button-light {
19596
+ color: var(--semi-color-text-2);
19597
+ font-weight: 400;
19598
+ }
19599
+ .semi-sidebar-file .tiptap {
19600
+ font-size: 14px;
19601
+ line-height: 24px;
19602
+ }
19603
+ .semi-sidebar-file .tiptap ::selection {
19604
+ background: rgba(var(--semi-light-blue-1), 1);
19605
+ }
19606
+ .semi-sidebar-file .tiptap ::-moz-selection {
19607
+ background: rgba(var(--semi-light-blue-1), 1);
19608
+ }
19609
+ .semi-sidebar-file .tiptap p.is-editor-empty:first-child::before {
19610
+ color: var(--semi-color-text-2);
19611
+ content: attr(data-placeholder);
19612
+ float: left;
19613
+ height: 0;
19614
+ pointer-events: none;
19615
+ }
19616
+ .semi-sidebar-file .tiptap p {
19617
+ margin: 0px;
19618
+ white-space: pre-wrap;
19619
+ color: var(--semi-color-text-0);
19620
+ }
19621
+ .semi-sidebar-file .tiptap blockquote {
19622
+ border-left: 3px solid var(--semi-color-border);
19623
+ margin: 24px 0;
19624
+ padding-left: 16px;
19625
+ }
19626
+ .semi-sidebar-file .tiptap:focus {
19627
+ outline: none;
19628
+ }
19629
+ .semi-sidebar-file .tiptap pre {
19630
+ background-color: var(--semi-color-fill-0);
19631
+ padding: 2px 4px;
19632
+ border-radius: 4px;
19633
+ overflow: auto;
19634
+ font-size: 14px;
19635
+ line-height: 24px;
19636
+ border: 1px solid var(--semi-color-border);
19637
+ }
19638
+ .semi-sidebar-file .tiptap pre code {
19639
+ background-color: transparent;
19640
+ }
19641
+ .semi-sidebar-file .tiptap code {
19642
+ background-color: var(--semi-color-border);
19643
+ padding: 2px 4px;
19644
+ }
19645
+ .semi-sidebar-file .tiptap hr {
19646
+ border: none;
19647
+ border-top: 1px solid var(--semi-color-border);
19648
+ }
19649
+ .semi-sidebar-file .tiptap span.select {
19650
+ display: inline-block;
19651
+ background-color: rgba(var(--semi-light-blue-1), 1);
19652
+ line-height: 24px;
19653
+ }
19654
+ .semi-sidebar-file .tiptap.ProseMirror img:not([data-type=emoji] img) {
19655
+ outline: 0.125rem solid transparent;
19656
+ margin: 12px 0;
19657
+ }
19658
+ .semi-sidebar-file .tiptap.ProseMirror img:not([data-type=emoji] img).ProseMirror-selectednode {
19659
+ outline-color: var(--semi-color-text-0);
19660
+ }
19661
+ .semi-sidebar-file .tiptap .tiptap-image-slot .uploadFail .semi-upload-drag-area, .semi-sidebar-file .tiptap .tiptap-image-slot .validateFail .semi-upload-drag-area, .semi-sidebar-file .tiptap .tiptap-image-slot .uploading .semi-upload-drag-area, .semi-sidebar-file .tiptap .tiptap-image-slot .success .semi-upload-drag-area {
19662
+ display: none;
19663
+ }
19664
+ .semi-sidebar-file-menu-bar {
19665
+ display: flex;
19666
+ flex-direction: row;
19667
+ align-items: center;
19668
+ justify-content: center;
19669
+ flex-wrap: wrap;
19670
+ gap: 2px;
19671
+ border-top: 1px solid var(--semi-color-border);
19672
+ border-bottom: 1px solid var(--semi-color-border);
19673
+ padding: 2px 12px;
19674
+ }
19675
+ .semi-sidebar-file-menu-bar-dropdown-item-active {
19676
+ color: var(--semi-color-primary);
19677
+ background: var(--semi-color-fill-0);
19678
+ }
19679
+ .semi-sidebar-file-menu-bar .semi-divider-vertical {
19680
+ margin: 0px;
19681
+ }
19682
+ .semi-sidebar-file-menu-bar-btn-active.semi-button-tertiary.semi-button-borderless {
19683
+ background: var(--semi-color-fill-0);
19684
+ }
19685
+ .semi-sidebar-file-menu-bar-btn-codeblock {
19686
+ font-size: 12px;
19687
+ line-height: 16px;
19688
+ padding: 8px;
19689
+ }
19690
+ .semi-sidebar-file-menu-bar-link-dropdown {
19691
+ padding: 8px;
19692
+ display: flex;
19693
+ align-items: center;
19694
+ justify-content: center;
19695
+ }
19696
+ .semi-sidebar-file-menu-bar-link-dropdown-btn-active.semi-button-tertiary.semi-button-borderless {
19697
+ color: var(--semi-color-primary);
19698
+ }
19699
+ .semi-sidebar-detail .semi-sidebar-file {
19700
+ height: 100%;
19701
+ display: flex;
19702
+ flex-direction: column;
19703
+ }
19704
+ .semi-sidebar-detail .semi-sidebar-file-content {
19705
+ height: 100%;
19706
+ }
19707
+ .semi-sidebar-detail .semi-sidebar-file-editor {
19708
+ overflow: auto;
19709
+ flex: 1;
19710
+ padding: 0 12px;
19711
+ }
19712
+ .semi-sidebar-detail .semi-sidebar-code-content {
19713
+ overflow: auto;
19714
+ }
19715
+ .semi-sidebar-main .semi-sidebar-code-content {
19716
+ height: 200px;
19717
+ overflow: auto;
19718
+ }
19719
+ .semi-sidebar-main .semi-sidebar-collapse-file .semi-collapse-content {
19720
+ max-height: 400px;
19721
+ overflow: auto;
19722
+ }
19723
+ .semi-sidebar-main .semi-sidebar-collapse-code .semi-collapse-content {
19724
+ max-height: 200px;
19725
+ overflow: auto;
19726
+ }
19727
+ .semi-sidebar-main .semi-codeHighlight {
19728
+ height: 200px;
19729
+ overflow: auto;
19730
+ }
19731
+ .semi-sidebar-detail-header {
19732
+ display: flex;
19733
+ flex-direction: row;
19734
+ justify-content: space-between;
19735
+ align-items: center;
19736
+ color: var(--semi-color-text-0);
19737
+ padding: 12px;
19738
+ }
19739
+ .semi-sidebar-detail-header-left {
19740
+ display: flex;
19741
+ flex-direction: row;
19742
+ column-gap: 8px;
19743
+ align-items: center;
19744
+ }
19745
+ .semi-sidebar-detail-header-title {
19746
+ font-size: 16px;
19747
+ font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
19748
+ line-height: 22px;
19749
+ font-weight: 600;
19750
+ }
19751
+ .semi-sidebar-detail-header-right {
19752
+ display: flex;
19753
+ flex-direction: row;
19754
+ column-gap: 4px;
19755
+ align-items: center;
19756
+ }
19757
+
19212
19758
  .semi-skeleton-avatar, .semi-skeleton-image, .semi-skeleton-title, .semi-skeleton-button {
19213
19759
  background: var(--semi-color-fill-0);
19214
19760
  border-radius: var(--semi-border-radius-small);
@@ -19850,6 +20396,9 @@ img[src=""], img:not([src]) {
19850
20396
  }
19851
20397
  .semi-steps-basic.semi-steps-horizontal .semi-steps-item .semi-steps-item-title {
19852
20398
  max-width: 80%;
20399
+ min-height: 24px;
20400
+ display: inline-flex;
20401
+ align-items: center;
19853
20402
  }
19854
20403
  .semi-steps-basic.semi-steps-horizontal .semi-steps-item .semi-steps-item-title .semi-steps-item-title-text {
19855
20404
  overflow: hidden;
@@ -19857,6 +20406,9 @@ img[src=""], img:not([src]) {
19857
20406
  white-space: nowrap;
19858
20407
  transition: color var(--semi-transition_duration-none) var(--semi-transition_function-easeIn) var(--semi-transition_delay-none);
19859
20408
  }
20409
+ .semi-steps-basic.semi-steps-horizontal .semi-steps-item .semi-steps-item-title .semi-steps-item-title-text-empty {
20410
+ width: 0;
20411
+ }
19860
20412
  .semi-steps-basic.semi-steps-vertical {
19861
20413
  display: flex;
19862
20414
  flex-flow: column nowrap;
@@ -25798,8 +26350,8 @@ p.semi-typography-extended,
25798
26350
  }
25799
26351
  .semi-rtl .semi-button-size-small,
25800
26352
  .semi-portal-rtl .semi-button-size-small {
25801
- padding-left: 12px;
25802
- padding-right: 12px;
26353
+ padding-left: 6px;
26354
+ padding-right: 6px;
25803
26355
  }
25804
26356
  .semi-rtl .semi-button-size-large,
25805
26357
  .semi-portal-rtl .semi-button-size-large {
@@ -25827,8 +26379,8 @@ p.semi-typography-extended,
25827
26379
  }
25828
26380
  .semi-rtl .semi-button-group > .semi-button-size-small .semi-button-content,
25829
26381
  .semi-portal-rtl .semi-button-group > .semi-button-size-small .semi-button-content {
25830
- padding-left: 12px;
25831
- padding-right: 12px;
26382
+ padding-left: 6px;
26383
+ padding-right: 6px;
25832
26384
  }
25833
26385
  .semi-rtl .semi-button-group > .semi-button.semi-button-with-icon-only,
25834
26386
  .semi-portal-rtl .semi-button-group > .semi-button.semi-button-with-icon-only {
@@ -26065,6 +26617,49 @@ p.semi-typography-extended,
26065
26617
  color: var(--semi-color-warning);
26066
26618
  }
26067
26619
 
26620
+ .semi-input-textarea-wrapper-withLineNumber {
26621
+ display: flex;
26622
+ padding: 0;
26623
+ align-items: flex-start;
26624
+ }
26625
+ .semi-input-textarea-wrapper-withLineNumber .semi-input-textarea-lineNumber {
26626
+ flex-shrink: 0;
26627
+ padding: 5px 12px;
26628
+ background-color: var(--semi-color-fill-1);
26629
+ border-right: 1px solid var(--semi-color-border);
26630
+ color: var(--semi-color-text-2);
26631
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
26632
+ font-size: inherit;
26633
+ line-height: 1.5;
26634
+ text-align: right;
26635
+ user-select: none;
26636
+ min-width: 36px;
26637
+ border-radius: var(--semi-border-radius-small) 0 0 var(--semi-border-radius-small);
26638
+ overflow-y: auto;
26639
+ overflow-x: hidden;
26640
+ scrollbar-width: none;
26641
+ -ms-overflow-style: none;
26642
+ }
26643
+ .semi-input-textarea-wrapper-withLineNumber .semi-input-textarea-lineNumber::-webkit-scrollbar {
26644
+ display: none;
26645
+ }
26646
+ .semi-input-textarea-wrapper-withLineNumber .semi-input-textarea-content {
26647
+ display: flex;
26648
+ flex: 1;
26649
+ min-width: 0;
26650
+ }
26651
+ .semi-input-textarea-wrapper-withLineNumber .semi-input-textarea-lineNumber-item {
26652
+ display: flex;
26653
+ align-items: flex-start;
26654
+ justify-content: flex-end;
26655
+ box-sizing: border-box;
26656
+ }
26657
+ .semi-input-textarea-wrapper-withLineNumber .semi-input-textarea {
26658
+ border-radius: 0 var(--semi-border-radius-small) var(--semi-border-radius-small) 0;
26659
+ line-height: 1.5;
26660
+ flex: 1;
26661
+ }
26662
+
26068
26663
  .semi-rtl .semi-input-wrapper,
26069
26664
  .semi-portal-rtl .semi-input-wrapper {
26070
26665
  direction: rtl;