@chocolatey-software/docs 2.1.0 → 2.5.0

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/dist/css/docs.css CHANGED
@@ -52255,95 +52255,128 @@ textarea.form-control-lg {
52255
52255
  --fa: "\f8e8";
52256
52256
  }
52257
52257
 
52258
- /*! @docsearch/css 3.9.0 | MIT License | © Algolia, Inc. and contributors | https://docsearch.algolia.com */
52258
+ /*! @docsearch/css 4.5.4 | MIT License | © Algolia, Inc. and contributors | https://docsearch.algolia.com */
52259
52259
  :root {
52260
- --docsearch-primary-color:#5468ff;
52261
- --docsearch-text-color:#1c1e21;
52260
+ --docsearch-primary-color:#003dff;
52261
+ --docsearch-soft-primary-color:rgba(0,61,255,.1);
52262
+ --docsearch-subtle-color:#d6d6e7;
52263
+ --docsearch-text-color:#36395a;
52264
+ --docsearch-error-color:#ef5350;
52265
+ --docsearch-success-color:#e8f5e9;
52266
+ --docsearch-secondary-text-color:#5a5e9a;
52267
+ --docsearch-background-color:#f5f5fa;
52262
52268
  --docsearch-spacing:12px;
52263
52269
  --docsearch-icon-stroke-width:1.4;
52264
- --docsearch-highlight-color:var(--docsearch-primary-color);
52265
- --docsearch-muted-color:#969faf;
52270
+ --docsearch-focus-color:#005fcc;
52271
+ --docsearch-highlight-color:#003dff;
52272
+ --docsearch-muted-color:#9698c3;
52273
+ --docsearch-muted-color-darker:rgba(120,122,165,.25);
52274
+ --docsearch-icon-color:#5a5e9a;
52266
52275
  --docsearch-container-background:rgba(101,108,133,.8);
52267
- --docsearch-logo-color:#5468ff;
52268
- --docsearch-modal-width:560px;
52276
+ --docsearch-logo-color:#003dff;
52277
+ --docsearch-border-radius:4px;
52278
+ --docsearch-search-button-background:#fff;
52279
+ --docsearch-search-button-text-color:var(--docsearch-secondary-text-color);
52280
+ --docsearch-modal-width:800px;
52269
52281
  --docsearch-modal-height:600px;
52282
+ --docsearch-modal-variable-height:60dvh;
52270
52283
  --docsearch-modal-background:#f5f6f7;
52271
- --docsearch-modal-shadow:inset 1px 1px 0 0 hsla(0,0%,100%,.5),0 3px 8px 0 #555a64;
52284
+ --docsearch-modal-shadow:rgba(0,0,0,.2) 0px 12px 28px 0px,rgba(0,0,0,.1) 0px 2px 4px 0px,hsla(0,0%,100%,.05) 0px 0px 0px 1px inset;
52272
52285
  --docsearch-searchbox-height:56px;
52273
- --docsearch-searchbox-background:#ebedf0;
52274
- --docsearch-searchbox-focus-background:#fff;
52275
- --docsearch-searchbox-shadow:inset 0 0 0 2px var(--docsearch-primary-color);
52286
+ --docsearch-searchbox-initial-height:56px;
52287
+ --docsearch-searchbox-background:#ffffffa6;
52288
+ --docsearch-searchbox-focus-background:#ffffffa6;
52289
+ --docsearch-actions-width:99px;
52290
+ --docsearch-actions-height:44px;
52276
52291
  --docsearch-hit-height:56px;
52277
52292
  --docsearch-hit-color:#444950;
52278
- --docsearch-hit-active-color:#fff;
52293
+ --docsearch-hit-highlight-color:rgba(0,61,255,.1);
52279
52294
  --docsearch-hit-background:#fff;
52280
- --docsearch-hit-shadow:0 1px 3px 0 #d4d9e1;
52281
- --docsearch-key-gradient:linear-gradient(-225deg,#d5dbe4,#f8f8f8);
52282
- --docsearch-key-shadow:inset 0 -2px 0 0 #cdcde6,inset 0 0 1px 1px #fff,0 1px 2px 1px rgba(30,35,90,.4);
52283
- --docsearch-key-pressed-shadow:inset 0 -2px 0 0 #cdcde6,inset 0 0 1px 1px #fff,0 1px 1px 0 rgba(30,35,90,.4);
52284
- --docsearch-footer-height:44px;
52285
- --docsearch-footer-background:#fff;
52295
+ --docsearch-key-background:#f5f5fa;
52296
+ --docsearch-key-color:#5a5e9a;
52297
+ --docsearch-key-pressed-shadow:inset 0 2px 4px rgba(120,122,165,.25);
52298
+ --docsearch-footer-height:52px;
52299
+ --docsearch-footer-background:#ffffffa6;
52286
52300
  --docsearch-footer-shadow:0 -1px 0 0 #e0e3e8,0 -3px 6px 0 rgba(69,98,155,.12);
52301
+ --fav-out-dur:160ms;
52302
+ --del-dur:150ms;
52303
+ --ease-smooth:cubic-bezier(0.25,0.8,0.4,1);
52304
+ --ease-fast:cubic-bezier(0.45,0.15,0.6,0.9);
52305
+ --shadow-pop:0 4px 12px rgba(0,0,0,.06);
52306
+ --shimmer-bg:linear-gradient(90deg,#e0e3e8 0%,var(--docsearch-muted-color) 20%,var(--docsearch-muted-color) 60%,#e0e3e8 95%);
52307
+ --docsearch-dropdown-menu-background:var(--docsearch-hit-background);
52308
+ --docsearch-dropdown-menu-item-hover-background:var(--docsearch-modal-background);
52287
52309
  }
52288
52310
 
52289
52311
  html[data-theme=dark] {
52290
- --docsearch-text-color:#f5f6f7;
52312
+ --docsearch-text-color:#c4c7dc;
52313
+ --docsearch-secondary-text-color:#b6b7d5;
52314
+ --docsearch-subtle-color:#212139;
52315
+ --docsearch-error-color:#ef5350;
52316
+ --docsearch-success-color:rgba(67,160,71,.2);
52317
+ --docsearch-highlight-color:#457aff;
52318
+ --docsearch-focus-color:#9ac8ff;
52319
+ --docsearch-background-color:#36395a;
52320
+ --docsearch-icon-color:#b6b7d5;
52291
52321
  --docsearch-container-background:rgba(9,10,17,.8);
52292
52322
  --docsearch-modal-background:#15172a;
52293
52323
  --docsearch-modal-shadow:inset 1px 1px 0 0 #2c2e40,0 3px 8px 0 #000309;
52294
- --docsearch-searchbox-background:#090a11;
52295
- --docsearch-searchbox-focus-background:#000;
52324
+ --docsearch-searchbox-background:#000000a6;
52325
+ --docsearch-searchbox-focus-background:#000000a6;
52296
52326
  --docsearch-hit-color:#bec3c9;
52297
52327
  --docsearch-hit-shadow:none;
52298
52328
  --docsearch-hit-background:#090a11;
52299
- --docsearch-key-gradient:linear-gradient(-26.5deg,#565872,#31355b);
52300
- --docsearch-key-shadow:inset 0 -2px 0 0 #282d55,inset 0 0 1px 1px #51577d,0 2px 2px 0 rgba(3,4,9,.3);
52301
- --docsearch-key-pressed-shadow:inset 0 -2px 0 0 #282d55,inset 0 0 1px 1px #51577d,0 1px 1px 0 #0304094d;
52302
- --docsearch-footer-background:#1e2136;
52329
+ --docsearch-key-background:#36395a;
52330
+ --docsearch-key-color:#b6b7d5;
52331
+ --docsearch-key-pressed-shadow:inset 0 2px 4px rgba(12,13,20,.4);
52332
+ --docsearch-footer-background:#000000a6;
52303
52333
  --docsearch-footer-shadow:inset 0 1px 0 0 rgba(73,76,106,.5),0 -4px 8px 0 rgba(0,0,0,.2);
52304
52334
  --docsearch-logo-color:#fff;
52305
52335
  --docsearch-muted-color:#7f8497;
52336
+ --shimmer-bg:linear-gradient(90deg,#e0e3e8 0%,var(--docsearch-muted-color) 20%,var(--docsearch-muted-color) 60%,#e0e3e8 95%);
52337
+ --docsearch-dropdown-menu-background:var(--docsearch-hit-background);
52338
+ --docsearch-dropdown-menu-item-hover-background:var(--docsearch-modal-background);
52339
+ --docsearch-search-button-background:var(--docsearch-modal-background);
52340
+ --docsearch-search-button-text-color:var(--docsearch-text-color);
52306
52341
  }
52307
52342
 
52308
52343
  .DocSearch-Button {
52344
+ all: unset;
52309
52345
  align-items: center;
52310
- background: var(--docsearch-searchbox-background);
52311
- border: 0;
52312
- border-radius: 40px;
52313
- color: var(--docsearch-muted-color);
52346
+ background-color: var(--docsearch-search-button-background);
52347
+ border: 1px solid var(--docsearch-subtle-color);
52348
+ border-radius: 4px;
52349
+ color: var(--docsearch-search-button-text-color);
52314
52350
  cursor: pointer;
52315
52351
  display: flex;
52316
- font-weight: 500;
52317
52352
  height: 36px;
52318
52353
  justify-content: space-between;
52319
- margin: 0 0 0 16px;
52320
52354
  padding: 0 8px;
52321
52355
  user-select: none;
52322
52356
  }
52323
52357
 
52324
- .DocSearch-Button:active, .DocSearch-Button:focus, .DocSearch-Button:hover {
52325
- background: var(--docsearch-searchbox-focus-background);
52326
- box-shadow: var(--docsearch-searchbox-shadow);
52327
- color: var(--docsearch-text-color);
52328
- outline: none;
52329
- }
52330
-
52331
52358
  .DocSearch-Button-Container {
52332
52359
  align-items: center;
52333
52360
  display: flex;
52361
+ height: 100%;
52334
52362
  }
52335
52363
 
52336
- .DocSearch-Search-Icon {
52337
- stroke-width: 1.6;
52364
+ .DocSearch-Button-Container svg {
52365
+ color: currentColor;
52338
52366
  }
52339
52367
 
52340
- .DocSearch-Button .DocSearch-Search-Icon {
52341
- color: var(--docsearch-text-color);
52368
+ .DocSearch-Back-Icon, .DocSearch-Search-Icon {
52369
+ color: var(--docsearch-highlight-color);
52370
+ stroke-width: 1.6;
52342
52371
  }
52343
52372
 
52344
52373
  .DocSearch-Button-Placeholder {
52374
+ color: currentColor;
52375
+ display: inline-block;
52345
52376
  font-size: 1rem;
52346
- padding: 0 12px 0 6px;
52377
+ line-height: normal;
52378
+ padding-block: 0;
52379
+ padding-inline: 8px 12px;
52347
52380
  }
52348
52381
 
52349
52382
  .DocSearch-Button-Keys {
@@ -52353,22 +52386,30 @@ html[data-theme=dark] {
52353
52386
 
52354
52387
  .DocSearch-Button-Key {
52355
52388
  align-items: center;
52356
- background: var(--docsearch-key-gradient);
52389
+ background: var(--docsearch-key-background);
52357
52390
  border: 0;
52358
- border-radius: 3px;
52359
- box-shadow: var(--docsearch-key-shadow);
52360
- color: var(--docsearch-muted-color);
52391
+ border: 1px solid color-mix(in srgb, var(--docsearch-subtle-color) 20%, transparent);
52392
+ border-radius: 4px;
52393
+ box-shadow: none !important;
52394
+ color: var(--docsearch-key-color);
52361
52395
  display: flex;
52362
- height: 18px;
52396
+ font-family: system-ui, -apple-system, sans-serif;
52397
+ font-size: 14px;
52398
+ height: 24px;
52363
52399
  justify-content: center;
52364
- margin-right: 0.4em;
52365
- padding: 0 0 2px;
52366
52400
  position: relative;
52367
- top: -1px;
52368
52401
  transition-duration: 0.1s;
52369
52402
  transition-property: all;
52370
52403
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
52371
- width: 20px;
52404
+ width: 24px;
52405
+ }
52406
+
52407
+ .DocSearch-Button-Key--ctrl {
52408
+ width: 33px;
52409
+ }
52410
+
52411
+ .DocSearch-Button-Key:first-child {
52412
+ margin-inline-end: 0.4em;
52372
52413
  }
52373
52414
 
52374
52415
  @media (prefers-reduced-motion) {
@@ -52377,11 +52418,14 @@ html[data-theme=dark] {
52377
52418
  }
52378
52419
  }
52379
52420
  .DocSearch-Button-Key--pressed {
52380
- box-shadow: var(--docsearch-key-pressed-shadow);
52381
- transform: translate3d(0, 1px, 0);
52421
+ box-shadow: var(--docsearch-key-pressed-shadow) !important;
52422
+ transform: translateY(1px);
52382
52423
  }
52383
52424
 
52384
52425
  @media (max-width: 768px) {
52426
+ .DocSearch-Button {
52427
+ width: auto;
52428
+ }
52385
52429
  .DocSearch-Button-Keys, .DocSearch-Button-Placeholder {
52386
52430
  display: none;
52387
52431
  }
@@ -52395,13 +52439,15 @@ html[data-theme=dark] {
52395
52439
  }
52396
52440
 
52397
52441
  .DocSearch-Container {
52442
+ -webkit-backdrop-filter: blur(4px);
52443
+ backdrop-filter: blur(4px);
52398
52444
  background-color: var(--docsearch-container-background);
52399
52445
  height: 100vh;
52400
- left: 0;
52446
+ inset-block-start: 0;
52447
+ inset-inline-start: 0;
52401
52448
  position: fixed;
52402
- top: 0;
52403
52449
  width: 100vw;
52404
- z-index: 200;
52450
+ z-index: 400;
52405
52451
  }
52406
52452
 
52407
52453
  .DocSearch-Container a {
@@ -52421,8 +52467,9 @@ html[data-theme=dark] {
52421
52467
 
52422
52468
  .DocSearch-Modal {
52423
52469
  background: var(--docsearch-modal-background);
52424
- border-radius: 6px;
52470
+ border-radius: 4px;
52425
52471
  box-shadow: var(--docsearch-modal-shadow);
52472
+ display: flex;
52426
52473
  flex-direction: column;
52427
52474
  margin: 60px auto auto;
52428
52475
  max-width: var(--docsearch-modal-width);
@@ -52431,23 +52478,28 @@ html[data-theme=dark] {
52431
52478
 
52432
52479
  .DocSearch-SearchBar {
52433
52480
  display: flex;
52434
- padding: var(--docsearch-spacing) var(--docsearch-spacing) 0;
52481
+ }
52482
+
52483
+ .DocSearch-SearchBar-Magnifier {
52484
+ color: var(--docsearch-highlight-color);
52435
52485
  }
52436
52486
 
52437
52487
  .DocSearch-Form {
52438
52488
  align-items: center;
52439
52489
  background: var(--docsearch-searchbox-focus-background);
52440
- border-radius: 4px;
52441
- box-shadow: var(--docsearch-searchbox-shadow);
52490
+ border-block-end: 1px solid var(--docsearch-subtle-color);
52491
+ border-radius: 4px 4px 0 0;
52442
52492
  display: flex;
52443
- height: var(--docsearch-searchbox-height);
52493
+ height: var(--docsearch-searchbox-height, var(--docsearch-searchbox-initial-height));
52444
52494
  margin: 0;
52445
- padding: 0 var(--docsearch-spacing);
52495
+ min-height: var(--docsearch-searchbox-initial-height);
52496
+ padding-block: var(--docsearch-spacing);
52497
+ padding-inline: 16px;
52446
52498
  position: relative;
52447
52499
  width: 100%;
52448
52500
  }
52449
52501
 
52450
- .DocSearch-Input {
52502
+ .DocSearch-Input, .DocSearch-Modal-heading {
52451
52503
  appearance: none;
52452
52504
  background: transparent;
52453
52505
  border: 0;
@@ -52455,9 +52507,14 @@ html[data-theme=dark] {
52455
52507
  flex: 1;
52456
52508
  font: inherit;
52457
52509
  font-size: 1.2em;
52510
+ font-weight: 300;
52458
52511
  height: 100%;
52512
+ line-height: 1.4;
52459
52513
  outline: none;
52460
- padding: 0 0 0 8px;
52514
+ overflow-y: hidden;
52515
+ padding-block-start: 4px;
52516
+ padding-inline-start: 8px;
52517
+ resize: none;
52461
52518
  width: 80%;
52462
52519
  }
52463
52520
 
@@ -52470,23 +52527,40 @@ html[data-theme=dark] {
52470
52527
  display: none;
52471
52528
  }
52472
52529
 
52473
- .DocSearch-LoadingIndicator, .DocSearch-MagnifierLabel, .DocSearch-Reset {
52474
- margin: 0;
52475
- padding: 0;
52530
+ .DocSearch-Actions {
52531
+ align-items: center;
52532
+ display: flex;
52533
+ gap: 8px;
52534
+ height: var(--docsearch-actions-height);
52535
+ justify-content: flex-end;
52536
+ padding: 0 2px;
52537
+ width: var(--docsearch-actions-width);
52476
52538
  }
52477
52539
 
52478
- .DocSearch-MagnifierLabel, .DocSearch-Reset {
52540
+ .DocSearch-Divider {
52541
+ border-inline-start: 1px solid var(--docsearch-subtle-color);
52542
+ height: 16px;
52543
+ }
52544
+
52545
+ .DocSearch-Action {
52479
52546
  align-items: center;
52480
52547
  color: var(--docsearch-highlight-color);
52481
52548
  display: flex;
52482
52549
  justify-content: center;
52550
+ min-height: 24px;
52551
+ min-width: 24px;
52483
52552
  }
52484
52553
 
52485
- .DocSearch-Container--Stalled .DocSearch-MagnifierLabel, .DocSearch-LoadingIndicator {
52486
- display: none;
52554
+ .DocSearch-Action, .DocSearch-AskAi-Return, .DocSearch-LoadingIndicator, .DocSearch-MagnifierLabel {
52555
+ margin: 0;
52556
+ padding: 0;
52557
+ }
52558
+
52559
+ .DocSearch-AskAi-Return {
52560
+ cursor: pointer;
52487
52561
  }
52488
52562
 
52489
- .DocSearch-Container--Stalled .DocSearch-LoadingIndicator {
52563
+ .DocSearch-AskAi-Return, .DocSearch-LoadingIndicator, .DocSearch-MagnifierLabel {
52490
52564
  align-items: center;
52491
52565
  color: var(--docsearch-highlight-color);
52492
52566
  display: flex;
@@ -52494,7 +52568,7 @@ html[data-theme=dark] {
52494
52568
  }
52495
52569
 
52496
52570
  @media screen and (prefers-reduced-motion: reduce) {
52497
- .DocSearch-Reset {
52571
+ .DocSearch-Action {
52498
52572
  animation: none;
52499
52573
  appearance: none;
52500
52574
  background: none;
@@ -52502,42 +52576,70 @@ html[data-theme=dark] {
52502
52576
  border-radius: 50%;
52503
52577
  color: var(--docsearch-icon-color);
52504
52578
  cursor: pointer;
52505
- right: 0;
52579
+ inset-inline-end: 0;
52506
52580
  stroke-width: var(--docsearch-icon-stroke-width);
52507
52581
  }
52508
52582
  }
52509
- .DocSearch-Reset {
52583
+ .DocSearch-Action, .DocSearch-AskAi-Return {
52510
52584
  animation: fade-in 0.1s ease-in forwards;
52511
52585
  appearance: none;
52512
52586
  background: none;
52513
- border: 0;
52514
- border-radius: 50%;
52587
+ border: none;
52588
+ border-radius: var(--docsearch-border-radius);
52515
52589
  color: var(--docsearch-icon-color);
52516
52590
  cursor: pointer;
52591
+ inset-inline-end: 0;
52517
52592
  padding: 2px;
52518
- right: 0;
52519
52593
  stroke-width: var(--docsearch-icon-stroke-width);
52520
52594
  }
52521
52595
 
52522
- .DocSearch-Reset[hidden] {
52596
+ .DocSearch-AskAi-Return[hidden], .DocSearch-Close[hidden], .DocSearch-Input[hidden], .DocSearch-StreamingIndicator[hidden] {
52523
52597
  display: none;
52524
52598
  }
52525
52599
 
52526
- .DocSearch-Reset:hover {
52600
+ .DocSearch-Action:hover, .DocSearch-AskAi-Return:hover {
52601
+ background: var(--docsearch-soft-primary-color);
52527
52602
  color: var(--docsearch-highlight-color);
52528
52603
  }
52529
52604
 
52530
52605
  .DocSearch-LoadingIndicator svg, .DocSearch-MagnifierLabel svg {
52606
+ color: var(--docsearch-icon-color);
52531
52607
  height: 24px;
52532
52608
  width: 24px;
52533
52609
  }
52534
52610
 
52535
- .DocSearch-Cancel {
52536
- display: none;
52611
+ .DocSearch-Form:focus-within .DocSearch-MagnifierLabel svg {
52612
+ color: var(--docsearch-highlight-color);
52613
+ }
52614
+
52615
+ .DocSearch-Clear {
52616
+ appearance: none;
52617
+ background: none;
52618
+ border: 0;
52619
+ color: var(--docsearch-highlight-color);
52620
+ cursor: pointer;
52621
+ flex: none;
52622
+ font: inherit;
52623
+ font-size: 0.9em;
52624
+ font-weight: 300;
52625
+ height: 28px;
52626
+ margin-inline-start: var(--docsearch-spacing);
52627
+ outline: none;
52628
+ overflow: hidden;
52629
+ padding: 0;
52630
+ user-select: none;
52631
+ white-space: nowrap;
52632
+ }
52633
+
52634
+ .DocSearch-Clear:focus-visible, .DocSearch-Close:focus-visible {
52635
+ border-radius: 4px;
52636
+ outline: 2px solid var(--docsearch-focus-color);
52637
+ outline-offset: 1px;
52537
52638
  }
52538
52639
 
52539
52640
  .DocSearch-Dropdown {
52540
- max-height: calc(var(--docsearch-modal-height) - var(--docsearch-searchbox-height) - var(--docsearch-spacing) - var(--docsearch-footer-height));
52641
+ height: var(--docsearch-modal-variable-height);
52642
+ max-height: calc(var(--docsearch-modal-height) - var(--docsearch-spacing) - var(--docsearch-footer-height));
52541
52643
  min-height: var(--docsearch-spacing);
52542
52644
  overflow-y: auto;
52543
52645
  overflow-y: overlay;
@@ -52560,29 +52662,38 @@ html[data-theme=dark] {
52560
52662
  border-radius: 20px;
52561
52663
  }
52562
52664
 
52563
- .DocSearch-Dropdown ul {
52665
+ .DocSearch-Dropdown-Container ul {
52564
52666
  list-style: none;
52565
52667
  margin: 0;
52566
52668
  padding: 0;
52567
52669
  }
52568
52670
 
52569
52671
  .DocSearch-Label {
52570
- font-size: 0.75em;
52672
+ color: var(--docsearch-secondary-text-color);
52673
+ font-size: 0.875em;
52674
+ font-weight: 400;
52571
52675
  line-height: 1.6em;
52572
52676
  }
52573
52677
 
52574
- .DocSearch-Help, .DocSearch-Label {
52575
- color: var(--docsearch-muted-color);
52576
- }
52577
-
52578
- .DocSearch-Help {
52579
- font-size: 0.9em;
52678
+ .DocSearch-Help, .DocSearch-NoResults-Help {
52679
+ color: var(--docsearch-secondary-text-color);
52680
+ font-size: 0.8em;
52681
+ font-weight: 300;
52682
+ line-height: 1.5em;
52580
52683
  margin: 0;
52581
52684
  user-select: none;
52582
52685
  }
52583
52686
 
52584
52687
  .DocSearch-Title {
52585
- font-size: 1.2em;
52688
+ color: var(--docsearch-text-color);
52689
+ font-size: 1.1em;
52690
+ font-weight: 300;
52691
+ line-height: 0.5em;
52692
+ vertical-align: middle;
52693
+ }
52694
+
52695
+ .DocSearch-Title strong {
52696
+ font-weight: 500;
52586
52697
  }
52587
52698
 
52588
52699
  .DocSearch-Logo a {
@@ -52591,11 +52702,11 @@ html[data-theme=dark] {
52591
52702
 
52592
52703
  .DocSearch-Logo svg {
52593
52704
  color: var(--docsearch-logo-color);
52594
- margin-left: 8px;
52705
+ margin-inline-start: 8px;
52595
52706
  }
52596
52707
 
52597
52708
  .DocSearch-Hits:last-of-type {
52598
- margin-bottom: 24px;
52709
+ margin-block-end: 24px;
52599
52710
  }
52600
52711
 
52601
52712
  .DocSearch-Hits mark, .DocSearch-Hits .mark {
@@ -52608,64 +52719,46 @@ html[data-theme=dark] {
52608
52719
  display: flex;
52609
52720
  font-size: 0.85em;
52610
52721
  justify-content: center;
52611
- margin-bottom: var(--docsearch-spacing);
52722
+ margin-block-end: var(--docsearch-spacing);
52612
52723
  padding: var(--docsearch-spacing);
52613
52724
  }
52614
52725
 
52615
52726
  .DocSearch-HitsFooter a {
52616
- border-bottom: 1px solid;
52727
+ border-block-end: 1px solid;
52617
52728
  color: inherit;
52618
52729
  }
52619
52730
 
52620
52731
  .DocSearch-Hit {
52621
52732
  border-radius: 4px;
52622
52733
  display: flex;
52623
- padding-bottom: 4px;
52734
+ padding-block-end: 4px;
52624
52735
  position: relative;
52625
- scroll-margin-top: 40px;
52626
- }
52627
-
52628
- @media screen and (prefers-reduced-motion: reduce) {
52629
- .DocSearch-Hit--deleting {
52630
- transition: none;
52631
- }
52632
- }
52633
- .DocSearch-Hit--deleting {
52634
- opacity: 0;
52635
- transition: all 0.25s linear;
52736
+ scroll-margin-block-start: 40px;
52636
52737
  }
52637
52738
 
52638
- @media screen and (prefers-reduced-motion: reduce) {
52639
- .DocSearch-Hit--favoriting {
52640
- transition: none;
52641
- }
52642
- }
52643
- .DocSearch-Hit--favoriting {
52644
- transform: scale(0);
52645
- transform-origin: top center;
52646
- transition: all 0.25s linear;
52647
- transition-delay: 0.25s;
52739
+ .DocSearch-Hit:first-of-type {
52740
+ margin-block-start: 4px;
52648
52741
  }
52649
52742
 
52650
- .DocSearch-Hit a {
52743
+ .DocSearch-Hit a, .DocSearch-Hit--AskAI {
52651
52744
  background: var(--docsearch-hit-background);
52652
52745
  border-radius: 4px;
52653
- box-shadow: var(--docsearch-hit-shadow);
52746
+ cursor: pointer;
52654
52747
  display: block;
52655
- padding-left: var(--docsearch-spacing);
52748
+ padding-inline-start: var(--docsearch-spacing);
52656
52749
  width: 100%;
52657
52750
  }
52658
52751
 
52659
52752
  .DocSearch-Hit-source {
52660
52753
  background: var(--docsearch-modal-background);
52661
- color: var(--docsearch-highlight-color);
52662
- font-size: 0.85em;
52754
+ color: var(--docsearch-text-color);
52755
+ font-size: 0.9em;
52663
52756
  font-weight: 600;
52757
+ inset-block-start: 0;
52664
52758
  line-height: 32px;
52665
52759
  margin: 0 -4px;
52666
- padding: 8px 4px 0;
52760
+ padding: 8px 4px 4px;
52667
52761
  position: sticky;
52668
- top: 0;
52669
52762
  z-index: 10;
52670
52763
  }
52671
52764
 
@@ -52677,17 +52770,23 @@ html[data-theme=dark] {
52677
52770
  width: 24px;
52678
52771
  }
52679
52772
 
52680
- .DocSearch-Hit[aria-selected=true] a {
52681
- background-color: var(--docsearch-highlight-color);
52773
+ .DocSearch-Hit[aria-selected=true] .DocSearch-Hit--AskAI, .DocSearch-Hit[aria-selected=true] a {
52774
+ background-color: var(--docsearch-hit-highlight-color);
52682
52775
  }
52683
52776
 
52684
- .DocSearch-Hit[aria-selected=true] mark, .DocSearch-Hit[aria-selected=true] .mark {
52777
+ .DocSearch-Conversation-History .DocSearch-Hit[aria-selected=true] a {
52778
+ background-color: var(--docsearch-hit-background);
52779
+ }
52780
+
52781
+ .DocSearch-Hit mark, .DocSearch-Hit .mark {
52782
+ color: var(--docsearch-highlight-color);
52685
52783
  text-decoration: underline;
52784
+ text-underline-offset: 0.3em;
52686
52785
  }
52687
52786
 
52688
52787
  .DocSearch-Hit-Container {
52689
52788
  align-items: center;
52690
- color: var(--docsearch-hit-color);
52789
+ color: var(--docsearch-text-color);
52691
52790
  display: flex;
52692
52791
  flex-direction: row;
52693
52792
  height: var(--docsearch-hit-height);
@@ -52695,17 +52794,18 @@ html[data-theme=dark] {
52695
52794
  }
52696
52795
 
52697
52796
  .DocSearch-Hit-icon {
52797
+ color: var(--docsearch-secondary-text-color);
52698
52798
  height: 20px;
52699
52799
  width: 20px;
52700
52800
  }
52701
52801
 
52702
52802
  .DocSearch-Hit-action, .DocSearch-Hit-icon {
52703
- color: var(--docsearch-muted-color);
52704
52803
  stroke-width: var(--docsearch-icon-stroke-width);
52705
52804
  }
52706
52805
 
52707
52806
  .DocSearch-Hit-action {
52708
52807
  align-items: center;
52808
+ color: var(--docsearch-muted-color);
52709
52809
  display: flex;
52710
52810
  height: 22px;
52711
52811
  width: 22px;
@@ -52718,7 +52818,7 @@ html[data-theme=dark] {
52718
52818
  }
52719
52819
 
52720
52820
  .DocSearch-Hit-action + .DocSearch-Hit-action {
52721
- margin-left: 6px;
52821
+ margin-inline-start: 6px;
52722
52822
  }
52723
52823
 
52724
52824
  .DocSearch-Hit-action-button {
@@ -52744,173 +52844,815 @@ svg.DocSearch-Hit-Select-Icon {
52744
52844
  transition: background-color 0.1s ease-in;
52745
52845
  }
52746
52846
 
52847
+ .DocSearch-Hit-action-button:focus path, .DocSearch-Hit-action-button:hover path {
52848
+ fill: #fff;
52849
+ }
52850
+
52851
+ .DocSearch-Hit-content-wrapper {
52852
+ display: flex;
52853
+ flex: 1 1 auto;
52854
+ flex-direction: column;
52855
+ font-weight: 400;
52856
+ gap: 4px;
52857
+ justify-content: center;
52858
+ line-height: 1.2em;
52859
+ margin: 0 8px;
52860
+ overflow-x: hidden;
52861
+ position: relative;
52862
+ text-overflow: ellipsis;
52863
+ white-space: nowrap;
52864
+ width: 80%;
52865
+ }
52866
+
52867
+ .DocSearch-Hit-title {
52868
+ font-size: 0.9em;
52869
+ }
52870
+
52871
+ .DocSearch-Hit-path {
52872
+ color: var(--docsearch-secondary-text-color);
52873
+ font-size: 0.75em;
52874
+ }
52875
+
52876
+ .DocSearch-Hit[aria-selected=true] .DocSearch-Hit-Tree, .DocSearch-Hit[aria-selected=true] .DocSearch-Hit-text, .DocSearch-Hit[aria-selected=true] .DocSearch-Hit-title {
52877
+ color: var(--docsearch-text-color);
52878
+ }
52879
+
52880
+ .DocSearch-Hit[aria-selected=true] .DocSearch-Hit-action, .DocSearch-Hit[aria-selected=true] .DocSearch-Hit-icon, .DocSearch-Hit[aria-selected=true] mark, .DocSearch-Hit[aria-selected=true] .mark {
52881
+ color: var(--docsearch-highlight-color);
52882
+ }
52883
+
52747
52884
  @media screen and (prefers-reduced-motion: reduce) {
52748
52885
  .DocSearch-Hit-action-button:focus, .DocSearch-Hit-action-button:hover {
52886
+ background: rgba(0, 0, 0, 0.2);
52749
52887
  transition: none;
52750
52888
  }
52751
52889
  }
52752
- .DocSearch-Hit-action-button:focus path, .DocSearch-Hit-action-button:hover path {
52753
- fill: #fff;
52890
+ .DocSearch-AskAiScreen, .DocSearch-ErrorScreen, .DocSearch-NoResults, .DocSearch-StartScreen {
52891
+ align-items: center;
52892
+ color: var(--docsearch-secondary-text-color);
52893
+ display: flex;
52894
+ flex-direction: column;
52895
+ font-size: 1.25em;
52896
+ font-weight: 400;
52897
+ justify-content: center;
52898
+ margin: 0 auto;
52899
+ text-align: center;
52900
+ width: 80%;
52901
+ }
52902
+
52903
+ .DocSearch-AskAiScreen, .DocSearch-ErrorScreen, .DocSearch-NoResults {
52904
+ max-height: 80%;
52905
+ }
52906
+
52907
+ .DocSearch-StartScreen {
52908
+ height: 100%;
52909
+ }
52910
+
52911
+ .DocSearch-NoResults {
52912
+ gap: 0.8em;
52913
+ margin-block-start: 2em;
52914
+ }
52915
+
52916
+ .DocSearch-NoResults--withAskAi {
52917
+ justify-content: flex-start;
52918
+ margin-block-start: 0;
52919
+ }
52920
+
52921
+ .DocSearch-AskAiScreen, .DocSearch-ErrorScreen, .DocSearch-StartScreen {
52922
+ gap: 24px;
52923
+ }
52924
+
52925
+ .DocSearch-StartScreen-Icon {
52926
+ height: 64px;
52927
+ stroke: var(--docsearch-icon-color);
52928
+ width: 64px;
52929
+ }
52930
+
52931
+ .DocSearch-Screen-Icon {
52932
+ color: var(--docsearch-icon-color);
52933
+ }
52934
+
52935
+ .DocSearch-NoResults-Prefill-List {
52936
+ display: flex;
52937
+ flex-direction: column;
52938
+ gap: 12px;
52939
+ text-align: center;
52940
+ }
52941
+
52942
+ .DocSearch-NoResults-Prefill-List-Items {
52943
+ display: flex;
52944
+ flex-direction: column;
52945
+ gap: 2px;
52946
+ }
52947
+
52948
+ .DocSearch-NoResults-Prefill-List-Items p {
52949
+ align-items: center;
52950
+ display: flex;
52951
+ margin: 0;
52952
+ text-align: start;
52953
+ }
52954
+
52955
+ .DocSearch-Prefill {
52956
+ align-items: center;
52957
+ appearance: none;
52958
+ background: none;
52959
+ border: 0;
52960
+ border-radius: 1em;
52961
+ color: var(--docsearch-highlight-color);
52962
+ cursor: pointer;
52963
+ display: inline-flex;
52964
+ font-size: 0.8em;
52965
+ font-weight: 300;
52966
+ gap: 4px;
52967
+ height: 40px;
52968
+ padding: 0 4px;
52969
+ }
52970
+
52971
+ .DocSearch-Prefill:focus, .DocSearch-Prefill:hover {
52972
+ outline: none;
52973
+ text-decoration: underline;
52974
+ }
52975
+
52976
+ .DocSearch-Footer {
52977
+ align-items: center;
52978
+ background: var(--docsearch-footer-background);
52979
+ border-block-start: 1px solid var(--docsearch-subtle-color);
52980
+ border-radius: 0 0 4px 4px;
52981
+ display: flex;
52982
+ flex-direction: row-reverse;
52983
+ flex-shrink: 0;
52984
+ height: var(--docsearch-footer-height);
52985
+ justify-content: space-between;
52986
+ padding: 0 var(--docsearch-spacing);
52987
+ position: relative;
52988
+ user-select: none;
52989
+ width: 100%;
52990
+ z-index: 300;
52991
+ }
52992
+
52993
+ .DocSearch-Commands {
52994
+ color: var(--docsearch-muted-color);
52995
+ display: flex;
52996
+ gap: 16px;
52997
+ list-style: none;
52998
+ margin: 0;
52999
+ padding: 0;
53000
+ }
53001
+
53002
+ .DocSearch-Commands li, .DocSearch-Commands-Key {
53003
+ align-items: center;
53004
+ display: flex;
53005
+ }
53006
+
53007
+ .DocSearch-Commands-Key {
53008
+ background-color: var(--docsearch-background-color);
53009
+ border: 0;
53010
+ border-radius: 2px;
53011
+ box-shadow: none !important;
53012
+ color: var(--docsearch-icon-color);
53013
+ height: 24px;
53014
+ justify-content: center;
53015
+ margin-inline-end: 4px;
53016
+ width: 24px;
53017
+ }
53018
+
53019
+ .DocSearch-Commands-Key:last-of-type {
53020
+ margin-inline-end: 8px;
53021
+ }
53022
+
53023
+ .DocSearch-Escape-Key {
53024
+ font-size: 10px;
53025
+ font-weight: 300;
53026
+ letter-spacing: normal;
53027
+ line-height: 16px;
53028
+ text-align: center;
53029
+ text-transform: uppercase;
53030
+ }
53031
+
53032
+ .DocSearch-VisuallyHiddenForAccessibility {
53033
+ clip: rect(0 0 0 0);
53034
+ clip-path: inset(50%);
53035
+ height: 1px;
53036
+ overflow: hidden;
53037
+ position: absolute;
53038
+ white-space: nowrap;
53039
+ width: 1px;
53040
+ }
53041
+
53042
+ .DocSearch-AskAi-Section {
53043
+ display: flex;
53044
+ flex-direction: column;
53045
+ gap: 8px;
53046
+ padding: 12px 0;
53047
+ }
53048
+
53049
+ .DocSearch-Hit-AskAIButton {
53050
+ align-items: center;
53051
+ color: var(--docsearch-text-color);
53052
+ display: flex;
53053
+ flex-direction: row;
53054
+ }
53055
+
53056
+ .DocSearch-Hit-AskAIButton-icon {
53057
+ color: var(--docsearch-icon-color);
53058
+ flex-shrink: 0;
53059
+ margin-inline-end: 12px;
53060
+ }
53061
+
53062
+ .DocSearch-Hit-AskAIButton-title {
53063
+ color: var(--docsearch-hit-color);
53064
+ display: flex;
53065
+ flex: 1 1 auto;
53066
+ font-weight: 400;
53067
+ gap: 4px;
53068
+ overflow-x: hidden;
53069
+ position: relative;
53070
+ text-overflow: ellipsis;
53071
+ white-space: nowrap;
53072
+ width: 80%;
53073
+ }
53074
+
53075
+ .DocSearch-Hit-AskAIButton-title-query {
53076
+ background: none;
53077
+ margin-inline-start: 4px;
53078
+ overflow: hidden;
53079
+ text-overflow: ellipsis;
53080
+ white-space: nowrap;
53081
+ }
53082
+
53083
+ .DocSearch-Hit-AskAIButton-title mark, .DocSearch-Hit-AskAIButton-title .mark {
53084
+ text-decoration: none;
53085
+ }
53086
+
53087
+ @keyframes fade-in {
53088
+ 0% {
53089
+ opacity: 0;
53090
+ }
53091
+ to {
53092
+ opacity: 1;
53093
+ }
53094
+ }
53095
+ .DocSearch-AskAiScreen-Container {
53096
+ display: flex;
53097
+ flex-direction: column;
53098
+ gap: 0;
53099
+ height: 100%;
53100
+ justify-content: flex-start;
53101
+ padding: 0;
53102
+ text-align: start;
53103
+ width: 100%;
53104
+ }
53105
+
53106
+ .DocSearch-AskAiScreen-Disclaimer {
53107
+ align-self: flex-start;
53108
+ display: flex;
53109
+ font-size: 0.6em;
53110
+ font-weight: 300;
53111
+ margin: 0;
53112
+ padding-block: 1.5em 0.5em;
53113
+ padding-inline: 0;
53114
+ text-align: start;
53115
+ }
53116
+
53117
+ .DocSearch-AskAiScreen-Body {
53118
+ gap: 24px;
53119
+ width: 100%;
53120
+ }
53121
+
53122
+ .DocSearch-AskAiScreen-Body, .DocSearch-AskAiScreen-Response, .DocSearch-AskAiScreen-Response-Container {
53123
+ display: flex;
53124
+ flex-direction: column;
53125
+ }
53126
+
53127
+ .DocSearch-AskAiScreen-Response {
53128
+ align-self: flex-start;
53129
+ background: var(--docsearch-hit-background);
53130
+ border-radius: 4px;
53131
+ color: var(--docsearch-text-color);
53132
+ font-size: 0.8em;
53133
+ gap: 1em;
53134
+ margin-block-end: 8px;
53135
+ padding: 24px;
53136
+ width: 100%;
53137
+ }
53138
+
53139
+ .DocSearch-AskAiScreen-Query {
53140
+ font-size: 1.25em;
53141
+ font-weight: 600;
53142
+ line-break: loose;
53143
+ line-height: 1.4;
53144
+ margin: 0;
53145
+ }
53146
+
53147
+ .DocSearch-AskAiScreen-Answer {
53148
+ line-height: 1.5;
53149
+ }
53150
+
53151
+ .DocSearch-AskAiScreen-Answer, .DocSearch-AskAiScreen-ThinkingDots {
53152
+ color: var(--docsearch-secondary-text-color);
53153
+ font-weight: 400;
53154
+ margin: 0;
53155
+ }
53156
+
53157
+ .DocSearch-AskAiScreen-ThinkingDots {
53158
+ font-size: 0.8em;
53159
+ }
53160
+
53161
+ .DocSearch-AskAiScreen-Answer-Footer {
53162
+ align-items: center;
53163
+ display: flex;
53164
+ flex-direction: row;
53165
+ gap: 8px;
53166
+ justify-content: space-between;
53167
+ }
53168
+
53169
+ .DocSearch-AskAiScreen-Actions {
53170
+ align-items: center;
53171
+ display: flex;
53172
+ flex-direction: row;
53173
+ gap: 12px;
53174
+ margin-inline-start: auto;
53175
+ }
53176
+
53177
+ .DocSearch-AskAiScreen-ActionButton {
53178
+ align-items: center;
53179
+ background: none;
53180
+ border: none;
53181
+ border-radius: 4px;
53182
+ cursor: pointer;
53183
+ display: flex;
53184
+ justify-content: center;
53185
+ margin: 0;
53186
+ padding: 4px;
53187
+ transition: background-color 0.2s ease;
53188
+ width: 24px;
53189
+ }
53190
+
53191
+ .DocSearch-AskAiScreen-ActionButton:hover {
53192
+ background: var(--docsearch-hit-highlight-color);
53193
+ }
53194
+
53195
+ .DocSearch-AskAiScreen-ActionButton svg {
53196
+ color: var(--docsearch-icon-color);
53197
+ height: 20px;
53198
+ stroke-width: 1.5;
53199
+ width: 20px;
53200
+ }
53201
+
53202
+ .DocSearch-AskAiScreen-CopyButton--copied {
53203
+ background-color: var(--docsearch-success-color);
53204
+ cursor: default;
53205
+ }
53206
+
53207
+ .DocSearch-AskAiScreen-MessageContent {
53208
+ display: flex;
53209
+ flex-direction: column;
53210
+ row-gap: 1em;
53211
+ }
53212
+
53213
+ .DocSearch-AskAiScreen-Error {
53214
+ background-color: rgba(239, 83, 80, 0.1);
53215
+ border-radius: 4px;
53216
+ color: var(--docsearch-error-color);
53217
+ flex-direction: row;
53218
+ font-size: 1em;
53219
+ font-weight: 400;
53220
+ gap: 8px;
53221
+ padding: 1em;
53222
+ }
53223
+
53224
+ .DocSearch-AskAiScreen-Error svg {
53225
+ margin-top: 0.25rem;
53226
+ }
53227
+
53228
+ .DocSearch-AskAiScreen-Error svg, .DocSearch-AskAiScreen-MessageContent-Tool svg {
53229
+ flex-shrink: 0;
53230
+ height: 16px;
53231
+ width: 16px;
53232
+ }
53233
+
53234
+ .DocSearch-AskAiScreen-Error p {
53235
+ margin: 0;
53236
+ }
53237
+
53238
+ .DocSearch-AskAiScreen-Error-Content {
53239
+ display: flex;
53240
+ flex: 1 1 0%;
53241
+ flex-direction: column;
53242
+ }
53243
+
53244
+ .DocSearch-AskAiScreen-Error-Title {
53245
+ font-weight: 700;
53246
+ margin-bottom: 4px;
53247
+ }
53248
+
53249
+ .DocSearch-AskAiScreen-Error .DocSearch-Markdown-Content {
53250
+ color: var(--docsearch-error-color);
53251
+ }
53252
+
53253
+ .DocSearch-AskAiScreen-Error--ThreadDepth {
53254
+ animation: slideDown 0.3s ease-out;
53255
+ border: 1px solid #febdc5;
53256
+ color: var(--docsearch-text-color);
53257
+ font-size: 12px;
53258
+ margin: 12px 0 8px;
53259
+ width: 100%;
53260
+ }
53261
+
53262
+ @keyframes slideDown {
53263
+ 0% {
53264
+ opacity: 0;
53265
+ transform: translateY(-10px);
53266
+ }
53267
+ to {
53268
+ opacity: 1;
53269
+ transform: translateY(0);
53270
+ }
53271
+ }
53272
+ .DocSearch-ThreadDepthError-Link {
53273
+ background: none;
53274
+ border: none;
53275
+ color: var(--docsearch-highlight-color);
53276
+ cursor: pointer;
53277
+ font-family: inherit;
53278
+ font-size: inherit;
53279
+ padding: 0;
53280
+ text-decoration: underline;
53281
+ }
53282
+
53283
+ .DocSearch-ThreadDepthError-Link:hover {
53284
+ opacity: 0.8;
53285
+ }
53286
+
53287
+ .DocSearch-ThreadDepthError-Link:active {
53288
+ color: #991b1b;
53289
+ }
53290
+
53291
+ .DocSearch-AskAiScreen-FeedbackText {
53292
+ color: var(--docsearch-muted-color);
53293
+ font-size: 0.7em;
53294
+ font-weight: 400;
53295
+ margin: 0;
53296
+ }
53297
+
53298
+ .DocSearch-AskAiScreen-FeedbackText--visible {
53299
+ animation: fade-in 0.3s ease-in forwards;
53300
+ }
53301
+
53302
+ .DocSearch-AskAiScreen-RelatedSources {
53303
+ display: flex;
53304
+ flex-direction: column;
53305
+ gap: 4px;
53306
+ width: 100%;
53307
+ }
53308
+
53309
+ .DocSearch-AskAiScreen-RelatedSources-List {
53310
+ display: flex;
53311
+ flex-direction: row;
53312
+ flex-wrap: wrap;
53313
+ gap: 12px;
53314
+ width: 100%;
53315
+ }
53316
+
53317
+ .DocSearch-AskAiScreen-RelatedSources-Title {
53318
+ color: var(--docsearch-secondary-text-color);
53319
+ font-size: 0.7em;
53320
+ font-weight: 400;
53321
+ margin: 0;
53322
+ padding: 6px 0;
53323
+ }
53324
+
53325
+ .DocSearch-AskAiScreen-RelatedSources-NoResults {
53326
+ color: var(--docsearch-text-color);
53327
+ font-size: 0.8rem;
53328
+ font-weight: 400;
53329
+ margin: 0;
53330
+ }
53331
+
53332
+ .DocSearch-AskAiScreen-RelatedSources-Error {
53333
+ color: var(--docsearch-error-color);
53334
+ font-size: 0.8rem;
53335
+ font-weight: 400;
53336
+ margin: 0;
53337
+ }
53338
+
53339
+ .DocSearch-AskAiScreen-RelatedSources-Item-Link {
53340
+ align-items: center;
53341
+ background: var(--docsearch-hit-background);
53342
+ border-radius: 4px;
53343
+ color: var(--docsearch-text-color);
53344
+ display: flex;
53345
+ font-size: 0.75em;
53346
+ gap: 6px;
53347
+ max-width: 70%;
53348
+ padding: 12px 8px;
53349
+ text-decoration: none;
53350
+ transition: background-color 0.2s ease;
53351
+ }
53352
+
53353
+ .DocSearch-AskAiScreen-RelatedSources-Item-Link svg {
53354
+ color: var(--docsearch-icon-color);
53355
+ flex-shrink: 0;
53356
+ stroke-width: 1.2;
53357
+ }
53358
+
53359
+ .DocSearch-AskAiScreen-RelatedSources-Item-Link span {
53360
+ flex: 1 1 0;
53361
+ font-weight: 500;
53362
+ min-width: 0;
53363
+ overflow: hidden;
53364
+ text-overflow: ellipsis;
53365
+ white-space: nowrap;
53366
+ }
53367
+
53368
+ .DocSearch-AskAiScreen-ExchangesList {
53369
+ display: flex;
53370
+ flex-direction: column;
53371
+ gap: 24px;
53372
+ margin: 8px 0;
53373
+ }
53374
+
53375
+ .DocSearch-AskAiScreen-RelatedSources-Item-Link:hover {
53376
+ background: var(--docsearch-hit-highlight-color);
53377
+ }
53378
+
53379
+ .DocSearch-Markdown-Content {
53380
+ color: var(--docsearch-text-color);
53381
+ font-size: 0.9355em;
53382
+ line-height: 1.6;
53383
+ word-wrap: break-word;
53384
+ }
53385
+
53386
+ .DocSearch-Markdown-Content--streaming {
53387
+ animation: fade-in 0.3s ease-in-out both;
53388
+ }
53389
+
53390
+ .DocSearch-Markdown-Content p {
53391
+ margin: 1em 0;
53392
+ }
53393
+
53394
+ .DocSearch-Markdown-Content p:last-child {
53395
+ margin-block-end: 0;
53396
+ }
53397
+
53398
+ .DocSearch-Markdown-Content p:first-child {
53399
+ margin-block-start: 0;
53400
+ }
53401
+
53402
+ .DocSearch-Markdown-Content code {
53403
+ border-radius: 3px;
53404
+ font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
53405
+ font-size: 0.9em;
53406
+ letter-spacing: normal;
53407
+ margin: 0;
53408
+ padding: 0.2em 0;
53409
+ }
53410
+
53411
+ .DocSearch-Markdown-Content code, .DocSearch-Markdown-Content pre {
53412
+ background-color: var(--docsearch-key-background);
53413
+ color: var(--docsearch-text-color);
53414
+ }
53415
+
53416
+ .DocSearch-Markdown-Content pre {
53417
+ border-radius: 6px;
53418
+ margin: 1.5em 0;
53419
+ overflow-x: auto;
53420
+ padding: 1.2em;
53421
+ }
53422
+
53423
+ .DocSearch-Markdown-Content pre code {
53424
+ background-color: transparent;
53425
+ border-radius: 0;
53426
+ color: inherit;
53427
+ font-size: 0.8em;
53428
+ margin: 0;
53429
+ padding: 0;
53430
+ white-space: pre-wrap;
53431
+ word-wrap: break-word;
53432
+ line-height: 1.5;
53433
+ }
53434
+
53435
+ .DocSearch-Markdown-Content h1, .DocSearch-Markdown-Content .h1, .DocSearch-Markdown-Content h2, .DocSearch-Markdown-Content .h2, .DocSearch-Markdown-Content h3, .DocSearch-Markdown-Content .h3, .DocSearch-Markdown-Content h4, .DocSearch-Markdown-Content .h4, .DocSearch-Markdown-Content h5, .DocSearch-Markdown-Content .h5, .DocSearch-Markdown-Content h6, .DocSearch-Markdown-Content .h6 {
53436
+ color: var(--docsearch-text-color);
53437
+ font-weight: 600;
53438
+ letter-spacing: -0.02em;
53439
+ line-height: 1.3;
53440
+ margin: 1em 0;
53441
+ }
53442
+
53443
+ .DocSearch-Markdown-Content h1, .DocSearch-Markdown-Content .h1 {
53444
+ font-size: 1.5em;
53445
+ }
53446
+
53447
+ .DocSearch-Markdown-Content h2, .DocSearch-Markdown-Content .h2 {
53448
+ font-size: 1.2em;
53449
+ }
53450
+
53451
+ .DocSearch-Markdown-Content h3, .DocSearch-Markdown-Content .h3 {
53452
+ font-size: 1em;
53453
+ }
53454
+
53455
+ .DocSearch-Markdown-Content h4, .DocSearch-Markdown-Content .h4 {
53456
+ font-size: 0.9em;
53457
+ }
53458
+
53459
+ .DocSearch-Markdown-Content h5, .DocSearch-Markdown-Content .h5, .DocSearch-Markdown-Content h6, .DocSearch-Markdown-Content .h6 {
53460
+ font-size: 0.8em;
53461
+ }
53462
+
53463
+ .DocSearch-Markdown-Content ol, .DocSearch-Markdown-Content ul {
53464
+ color: var(--docsearch-text-color);
53465
+ margin: 1.2em 0;
53466
+ padding-inline-start: 1.5em;
53467
+ }
53468
+
53469
+ .DocSearch-Markdown-Content ul {
53470
+ list-style-type: disc;
52754
53471
  }
52755
53472
 
52756
- .DocSearch-Hit-content-wrapper {
52757
- display: flex;
52758
- flex: 1 1 auto;
52759
- flex-direction: column;
52760
- font-weight: 500;
52761
- justify-content: center;
52762
- line-height: 1.2em;
52763
- margin: 0 8px;
52764
- overflow-x: hidden;
52765
- position: relative;
52766
- text-overflow: ellipsis;
52767
- white-space: nowrap;
52768
- width: 80%;
53473
+ .DocSearch-Markdown-Content ol {
53474
+ list-style-type: decimal;
52769
53475
  }
52770
53476
 
52771
- .DocSearch-Hit-title {
52772
- font-size: 0.9em;
53477
+ .DocSearch-Markdown-Content li {
53478
+ color: var(--docsearch-text-color);
53479
+ line-height: 1.6;
53480
+ margin: 0.8em 0;
53481
+ padding-inline-start: 0.3em;
52773
53482
  }
52774
53483
 
52775
- .DocSearch-Hit-path {
53484
+ .DocSearch-Markdown-Content li > ol, .DocSearch-Markdown-Content li > ul {
53485
+ margin: 0.5em;
53486
+ }
53487
+
53488
+ .DocSearch-Markdown-Content li::marker {
52776
53489
  color: var(--docsearch-muted-color);
52777
- font-size: 0.75em;
52778
53490
  }
52779
53491
 
52780
- .DocSearch-Hit[aria-selected=true] .DocSearch-Hit-Tree, .DocSearch-Hit[aria-selected=true] .DocSearch-Hit-action, .DocSearch-Hit[aria-selected=true] .DocSearch-Hit-icon, .DocSearch-Hit[aria-selected=true] .DocSearch-Hit-path, .DocSearch-Hit[aria-selected=true] .DocSearch-Hit-text, .DocSearch-Hit[aria-selected=true] .DocSearch-Hit-title, .DocSearch-Hit[aria-selected=true] mark, .DocSearch-Hit[aria-selected=true] .mark {
52781
- color: var(--docsearch-hit-active-color) !important;
53492
+ .DocSearch-Markdown-Content a {
53493
+ color: var(--docsearch-highlight-color);
53494
+ text-decoration: none;
53495
+ transition: all 0.2s ease;
52782
53496
  }
52783
53497
 
52784
- @media screen and (prefers-reduced-motion: reduce) {
52785
- .DocSearch-Hit-action-button:focus, .DocSearch-Hit-action-button:hover {
52786
- background: rgba(0, 0, 0, 0.2);
52787
- transition: none;
52788
- }
53498
+ .DocSearch-Markdown-Content a:hover {
53499
+ opacity: 0.9;
53500
+ text-decoration: underline;
52789
53501
  }
52790
- .DocSearch-ErrorScreen, .DocSearch-NoResults, .DocSearch-StartScreen {
52791
- font-size: 0.9em;
52792
- margin: 0 auto;
52793
- padding: 36px 0;
52794
- text-align: center;
52795
- width: 80%;
53502
+
53503
+ .DocSearch-Markdown-Content blockquote {
53504
+ border-inline-start: 4px solid var(--docsearch-hit-highlight-color);
53505
+ color: var(--docsearch-secondary-text-color);
53506
+ font-style: italic;
53507
+ margin: 1.5em 0;
53508
+ padding-block: 0.5em;
53509
+ padding-inline: 1em 0;
52796
53510
  }
52797
53511
 
52798
- .DocSearch-Screen-Icon {
52799
- color: var(--docsearch-muted-color);
52800
- padding-bottom: 12px;
53512
+ .DocSearch-Markdown-Content hr {
53513
+ border: none;
53514
+ border-block-start: 1px solid var(--docsearch-subtle-color);
53515
+ margin: 1em 0;
52801
53516
  }
52802
53517
 
52803
- .DocSearch-NoResults-Prefill-List {
52804
- display: inline-block;
52805
- padding-bottom: 24px;
52806
- text-align: left;
53518
+ .DocSearch-Markdown-Content table {
53519
+ border-collapse: collapse;
53520
+ margin: 1.5em 0;
53521
+ width: 100%;
52807
53522
  }
52808
53523
 
52809
- .DocSearch-NoResults-Prefill-List ul {
52810
- display: inline-block;
52811
- padding: 8px 0 0;
53524
+ .DocSearch-Markdown-Content td, .DocSearch-Markdown-Content th {
53525
+ border: 1px solid var(--docsearch-subtle-color);
53526
+ padding: 0.75em;
53527
+ text-align: start;
52812
53528
  }
52813
53529
 
52814
- .DocSearch-NoResults-Prefill-List li {
52815
- list-style-position: inside;
52816
- list-style-type: "» ";
53530
+ .DocSearch-Markdown-Content th {
53531
+ background-color: var(--docsearch-hit-background);
53532
+ font-weight: 600;
52817
53533
  }
52818
53534
 
52819
- .DocSearch-Prefill {
52820
- appearance: none;
52821
- background: none;
52822
- border: 0;
52823
- border-radius: 1em;
52824
- color: var(--docsearch-highlight-color);
52825
- cursor: pointer;
52826
- display: inline-block;
53535
+ .DocSearch-AskAiScreen-MessageContent-Reasoning {
53536
+ align-items: center;
53537
+ color: var(--docsearch-muted-color);
53538
+ display: flex;
52827
53539
  font-size: 1em;
52828
- font-weight: 700;
52829
- padding: 0;
53540
+ gap: 4px;
52830
53541
  }
52831
53542
 
52832
- .DocSearch-Prefill:focus, .DocSearch-Prefill:hover {
52833
- outline: none;
52834
- text-decoration: underline;
53543
+ .DocSearch-AskAiScreen-MessageContent-Reasoning svg {
53544
+ color: var(--docsearch-icon-color);
52835
53545
  }
52836
53546
 
52837
- .DocSearch-Footer {
53547
+ .DocSearch-AskAiScreen-MessageContent-Tool {
52838
53548
  align-items: center;
52839
- background: var(--docsearch-footer-background);
52840
- border-radius: 0 0 8px 8px;
52841
- box-shadow: var(--docsearch-footer-shadow);
53549
+ color: var(--docsearch-muted-color);
52842
53550
  display: flex;
52843
- flex-direction: row-reverse;
52844
- flex-shrink: 0;
52845
- height: var(--docsearch-footer-height);
52846
- justify-content: space-between;
52847
- padding: 0 var(--docsearch-spacing);
52848
- position: relative;
52849
- user-select: none;
53551
+ line-height: 1.2;
52850
53552
  width: 100%;
52851
- z-index: 300;
52852
53553
  }
52853
53554
 
52854
- .DocSearch-Commands {
53555
+ .DocSearch-AskAiScreen-MessageContent-Tool.Tool--Result {
53556
+ padding-block-start: 0;
53557
+ }
53558
+
53559
+ .DocSearch-AskAiScreen-MessageContent-Tool > svg {
53560
+ color: var(--docsearch-icon-color);
53561
+ margin-inline-end: 8px;
53562
+ }
53563
+
53564
+ .DocSearch-AskAiScreen-MessageContent-Tool-Query {
52855
53565
  color: var(--docsearch-muted-color);
52856
- display: flex;
52857
- list-style: none;
52858
- margin: 0;
52859
- padding: 0;
53566
+ transition: box-shadow 0.2s ease;
52860
53567
  }
52861
53568
 
52862
- .DocSearch-Commands li {
52863
- align-items: center;
52864
- display: flex;
53569
+ .DocSearch-AskAiScreen-MessageContent-Tool-Query svg {
53570
+ color: var(--docsearch-muted-color);
53571
+ }
53572
+
53573
+ .DocSearch-AskAiScreen-MessageContent-Tool-Query:hover {
53574
+ box-shadow: 0 1px 0 0 var(--docsearch-highlight-color);
53575
+ color: var(--docsearch-highlight-color);
53576
+ cursor: pointer;
52865
53577
  }
52866
53578
 
52867
- .DocSearch-Commands li:not(:last-of-type) {
52868
- margin-right: 0.8em;
53579
+ .DocSearch-AskAiScreen-MessageContent-Tool-Query:hover svg {
53580
+ color: var(--docsearch-highlight-color);
52869
53581
  }
52870
53582
 
52871
- .DocSearch-Commands-Key {
52872
- align-items: center;
52873
- background: var(--docsearch-key-gradient);
52874
- border: 0;
52875
- border-radius: 2px;
52876
- box-shadow: var(--docsearch-key-shadow);
53583
+ .DocSearck-AskAiScreen-MessageContent-Stopped {
52877
53584
  color: var(--docsearch-muted-color);
52878
- display: flex;
52879
- height: 18px;
52880
- justify-content: center;
52881
- margin-right: 0.4em;
52882
- padding: 0 0 1px;
52883
- width: 20px;
53585
+ font-style: italic;
53586
+ margin-block-start: 1em;
52884
53587
  }
52885
53588
 
52886
- .DocSearch-VisuallyHiddenForAccessibility {
52887
- clip: rect(0 0 0 0);
52888
- clip-path: inset(50%);
52889
- height: 1px;
52890
- overflow: hidden;
52891
- position: absolute;
52892
- white-space: nowrap;
52893
- width: 1px;
53589
+ .DocSearch-AskAiScreen-SmallerLoadingIcon {
53590
+ height: 16px;
53591
+ width: 16px;
53592
+ }
53593
+
53594
+ .shimmer {
53595
+ background: var(--shimmer-bg);
53596
+ background-clip: text;
53597
+ -webkit-background-clip: text;
53598
+ background-size: 200% auto;
53599
+ color: transparent;
53600
+ display: flex;
53601
+ -webkit-text-fill-color: transparent;
53602
+ animation: shimmerText 2.5s linear infinite;
53603
+ pointer-events: none;
52894
53604
  }
52895
53605
 
53606
+ @keyframes shimmerText {
53607
+ 0% {
53608
+ background-position: 200% 0;
53609
+ }
53610
+ to {
53611
+ background-position: -200% 0;
53612
+ }
53613
+ }
53614
+ @keyframes fadeIn {
53615
+ 0% {
53616
+ opacity: 0;
53617
+ }
53618
+ to {
53619
+ opacity: 1;
53620
+ }
53621
+ }
53622
+ @keyframes pulse {
53623
+ 0%, to {
53624
+ opacity: 0.3;
53625
+ }
53626
+ 50% {
53627
+ opacity: 0.6;
53628
+ }
53629
+ }
52896
53630
  @media (max-width: 768px) {
52897
53631
  :root {
52898
53632
  --docsearch-spacing:10px;
52899
- --docsearch-footer-height:40px;
53633
+ --docsearch-footer-height:48px;
53634
+ }
53635
+ .DocSearch-Input {
53636
+ font-size: 1rem;
53637
+ }
53638
+ .DocSearch-Hit-AskAIButton-icon {
53639
+ margin-inline-end: 8px;
53640
+ }
53641
+ body:has(.DocSearch-Container) {
53642
+ overflow: hidden;
53643
+ position: fixed;
52900
53644
  }
52901
53645
  .DocSearch-Dropdown {
52902
53646
  height: 100%;
52903
53647
  }
52904
53648
  .DocSearch-Container {
52905
- height: 100vh;
52906
- height: -webkit-fill-available;
52907
53649
  height: calc(var(--docsearch-vh, 1vh) * 100);
52908
- position: absolute;
53650
+ height: 100dvh;
52909
53651
  }
52910
53652
  .DocSearch-Footer {
52911
53653
  border-radius: 0;
52912
- bottom: 0;
52913
- position: absolute;
53654
+ inset-block-end: 0;
53655
+ position: static;
52914
53656
  }
52915
53657
  .DocSearch-Hit-content-wrapper {
52916
53658
  display: flex;
@@ -52920,46 +53662,147 @@ svg.DocSearch-Hit-Select-Icon {
52920
53662
  .DocSearch-Modal {
52921
53663
  border-radius: 0;
52922
53664
  box-shadow: none;
52923
- height: 100vh;
52924
- height: -webkit-fill-available;
52925
53665
  height: calc(var(--docsearch-vh, 1vh) * 100);
53666
+ height: 100dvh;
52926
53667
  margin: 0;
52927
53668
  max-width: 100%;
52928
53669
  width: 100%;
52929
53670
  }
52930
53671
  .DocSearch-Dropdown {
52931
- max-height: calc(var(--docsearch-vh, 1vh) * 100 - var(--docsearch-searchbox-height) - var(--docsearch-spacing) - var(--docsearch-footer-height));
52932
- }
52933
- .DocSearch-Cancel {
52934
- appearance: none;
52935
- background: none;
52936
- border: 0;
52937
- color: var(--docsearch-highlight-color);
52938
- cursor: pointer;
52939
- display: inline-block;
52940
- flex: none;
52941
- font: inherit;
52942
- font-size: 1em;
52943
- font-weight: 500;
52944
- margin-left: var(--docsearch-spacing);
52945
- outline: none;
52946
- overflow: hidden;
52947
- padding: 0;
52948
- user-select: none;
52949
- white-space: nowrap;
53672
+ max-height: none;
52950
53673
  }
52951
53674
  .DocSearch-Commands, .DocSearch-Hit-Tree {
52952
53675
  display: none;
52953
53676
  }
52954
- }
52955
- @keyframes fade-in {
52956
- 0% {
52957
- opacity: 0;
53677
+ .DocSearch-AskAiScreen-Response-Container {
53678
+ flex-direction: column;
52958
53679
  }
52959
- to {
52960
- opacity: 1;
53680
+ .DocSearch-AskAiScreen-RelatedSources, .DocSearch-AskAiScreen-Response {
53681
+ width: 100%;
52961
53682
  }
52962
53683
  }
53684
+ .DocSearch-CodeSnippet {
53685
+ position: relative;
53686
+ }
53687
+
53688
+ .DocSearch-CodeSnippet-CopyButton {
53689
+ align-items: center;
53690
+ background: var(--docsearch-key-background);
53691
+ border: none;
53692
+ border-radius: 4px;
53693
+ color: var(--docsearch-text-color);
53694
+ cursor: pointer;
53695
+ display: flex;
53696
+ font-size: 0.75em;
53697
+ inset-block-start: 8px;
53698
+ inset-inline-end: 8px;
53699
+ padding: 0.2em 0.6em;
53700
+ position: absolute;
53701
+ transition: opacity 0.2s ease;
53702
+ }
53703
+
53704
+ .DocSearch-CodeSnippet-CopyButton:hover {
53705
+ opacity: 0.8;
53706
+ }
53707
+
53708
+ .DocSearch-CodeSnippet-CopyButton:active {
53709
+ opacity: 0.6;
53710
+ }
53711
+
53712
+ .DocSearch-CodeSnippet-CopyButton svg {
53713
+ height: 16px;
53714
+ margin-inline-end: 4px;
53715
+ width: 16px;
53716
+ }
53717
+
53718
+ .DocSearch-CodeSnippet-CheckIcon, .DocSearch-CodeSnippet-CopyButton--copied .DocSearch-CodeSnippet-CopyIcon {
53719
+ display: none;
53720
+ }
53721
+
53722
+ .DocSearch-CodeSnippet-CopyButton--copied .DocSearch-CodeSnippet-CheckIcon {
53723
+ display: inline-block;
53724
+ }
53725
+
53726
+ .DocSearch-Markdown-Content--streaming .DocSearch-CodeSnippet-CopyButton {
53727
+ display: none;
53728
+ }
53729
+
53730
+ .DocSearch-NewConversationScreen {
53731
+ padding: 3em var(--docsearch-spacing);
53732
+ }
53733
+
53734
+ .DocSearch-NewConversationScreen-Title {
53735
+ color: var(--docsearch-text-color);
53736
+ font-size: 26px;
53737
+ font-weight: 600;
53738
+ margin-block-end: 0.15em;
53739
+ }
53740
+
53741
+ .DocSearch-NewConversationScreen-Description {
53742
+ color: var(--docsearch-muted-color);
53743
+ font-size: 14px;
53744
+ }
53745
+
53746
+ .DocSearch-NewConversationScreen-SuggestedQuestions {
53747
+ align-items: start;
53748
+ display: flex;
53749
+ flex-direction: column;
53750
+ gap: var(--docsearch-spacing);
53751
+ margin-block-start: 1.5em;
53752
+ }
53753
+
53754
+ .DocSearch-NewConversationScreen-SuggestedQuestion {
53755
+ align-items: center;
53756
+ background-color: var(--docsearch-searchbox-background);
53757
+ border: 1px solid var(--docsearch-subtle-color);
53758
+ border-radius: var(--docsearch-border-radius);
53759
+ color: var(--docsearch-text-color);
53760
+ cursor: pointer;
53761
+ display: inline-flex;
53762
+ height: 40px;
53763
+ justify-content: center;
53764
+ padding: 12px;
53765
+ }
53766
+
53767
+ .DocSearch-Menu {
53768
+ position: relative;
53769
+ }
53770
+
53771
+ .DocSearch-Menu-content {
53772
+ background-color: var(--docsearch-dropdown-menu-background);
53773
+ border-radius: var(--docsearch-border-radius);
53774
+ box-shadow: 0 0 0 1px rgba(33, 36, 61, 0.0509803922), 0 8px 16px -4px rgba(33, 36, 61, 0.2509803922);
53775
+ display: none;
53776
+ flex-direction: column;
53777
+ inset-block-start: calc(100% + 12px);
53778
+ inset-inline-end: 0;
53779
+ min-width: 195px;
53780
+ padding: 8px 0;
53781
+ position: absolute;
53782
+ z-index: 422;
53783
+ }
53784
+
53785
+ .DocSearch-Menu-content.open {
53786
+ display: flex;
53787
+ }
53788
+
53789
+ .DocSearch-Menu-item {
53790
+ align-items: center;
53791
+ background-color: transparent;
53792
+ border: 0;
53793
+ color: var(--docsearch-text-color);
53794
+ cursor: pointer;
53795
+ display: flex;
53796
+ font-size: 14px;
53797
+ gap: 8px;
53798
+ padding: 10px 16px;
53799
+ white-space: nowrap;
53800
+ }
53801
+
53802
+ .DocSearch-Menu-item:hover {
53803
+ background-color: var(--docsearch-dropdown-menu-item-hover-background);
53804
+ }
53805
+
52963
53806
  @font-face {
52964
53807
  font-family: "PT Sans";
52965
53808
  font-style: normal;
@@ -54088,6 +54931,7 @@ body > header:not(.DocSearch-SearchBar) { /* stylelint-disable-line */
54088
54931
  :root {
54089
54932
  --docsearch-primary-color: var(--bs-primary);
54090
54933
  --docsearch-spacing: 12px;
54934
+ --docsearch-icon-color: var(--bs-body-color);
54091
54935
  --docsearch-icon-stroke-width: 1.4;
54092
54936
  --docsearch-highlight-color: var(--docsearch-primary-color);
54093
54937
  --docsearch-modal-width: 560px;
@@ -54104,6 +54948,7 @@ body > header:not(.DocSearch-SearchBar) { /* stylelint-disable-line */
54104
54948
  --docsearch-modal-background: var(--bs-secondary-bg);
54105
54949
  --docsearch-modal-shadow: 0 .5rem 1rem rgba(var(--bs-primary-rgb), 20%);
54106
54950
  --docsearch-hit-background: var(--bs-body-bg);
54951
+ --docsearch-hit-highlight-color: var(--docsearch-primary-color);
54107
54952
  --docsearch-hit-color: var(--bs-body-color);
54108
54953
  --docsearch-hit-active-color: var(--bs-primary-contrast);
54109
54954
  --docsearch-hit-shadow: none;
@@ -54111,7 +54956,10 @@ body > header:not(.DocSearch-SearchBar) { /* stylelint-disable-line */
54111
54956
  --docsearch-footer-shadow: none;
54112
54957
  --docsearch-key-shadow: none;
54113
54958
  --docsearch-key-gradient: var(--bs-body-color);
54959
+ --docsearch-key-background: var(--bs-body-color);
54114
54960
  --docsearch-container-background: rgba(0, 0, 0, .5);
54961
+ --docsearch-secondary-text-color: var(--bs-secondary-color);
54962
+ --docsearch-search-button-background: var(--bs-secondary-bg);
54115
54963
  }
54116
54964
 
54117
54965
  .DocSearch-Container {
@@ -54119,7 +54967,9 @@ body > header:not(.DocSearch-SearchBar) { /* stylelint-disable-line */
54119
54967
  }
54120
54968
 
54121
54969
  .DocSearch-Button {
54970
+ padding: 0;
54122
54971
  margin: 0;
54972
+ border-color: transparent;
54123
54973
  border-radius: var(--bs-border-radius);
54124
54974
  }
54125
54975
  .DocSearch-Button:hover {
@@ -54139,6 +54989,12 @@ body > header:not(.DocSearch-SearchBar) { /* stylelint-disable-line */
54139
54989
  border: 1px solid var(--bs-border-color);
54140
54990
  }
54141
54991
 
54992
+ .DocSearch-Form {
54993
+ border-block-end: unset;
54994
+ border-radius: 4px;
54995
+ box-shadow: var(--docsearch-searchbox-shadow);
54996
+ }
54997
+
54142
54998
  .DocSearch-SearchBar {
54143
54999
  padding: var(--docsearch-spacing);
54144
55000
  }
@@ -54149,6 +55005,7 @@ body > header:not(.DocSearch-SearchBar) { /* stylelint-disable-line */
54149
55005
  }
54150
55006
  .DocSearch-Hit mark, .DocSearch-Hit .mark {
54151
55007
  padding: 0;
55008
+ text-decoration: none;
54152
55009
  }
54153
55010
  .DocSearch-Hit a {
54154
55011
  border-color: var(--bs-border-color);
@@ -54156,6 +55013,20 @@ body > header:not(.DocSearch-SearchBar) { /* stylelint-disable-line */
54156
55013
  border-width: 0 1px 1px;
54157
55014
  border-radius: 0;
54158
55015
  }
55016
+ .DocSearch-Hit[aria-selected=true] .DocSearch-Hit-title,
55017
+ .DocSearch-Hit[aria-selected=true] .DocSearch-Hit-path,
55018
+ .DocSearch-Hit[aria-selected=true] .DocSearch-Hit-icon,
55019
+ .DocSearch-Hit[aria-selected=true] .DocSearch-Hit-Tree,
55020
+ .DocSearch-Hit[aria-selected=true] .DocSearch-Hit-action,
55021
+ .DocSearch-Hit[aria-selected=true] .mark,
55022
+ .DocSearch-Hit[aria-selected=true] mark {
55023
+ color: var(--bs-primary-contrast);
55024
+ }
55025
+ .DocSearch-Hit[aria-selected=true] .mark,
55026
+ .DocSearch-Hit[aria-selected=true] mark {
55027
+ font-weight: 700;
55028
+ text-decoration: underline;
55029
+ }
54159
55030
  .DocSearch-Hit:last-child a {
54160
55031
  border-bottom-right-radius: var(--bs-border-radius);
54161
55032
  border-bottom-left-radius: var(--bs-border-radius);
@@ -54165,11 +55036,6 @@ body > header:not(.DocSearch-SearchBar) { /* stylelint-disable-line */
54165
55036
  border-top-left-radius: var(--bs-border-radius);
54166
55037
  border-top-right-radius: var(--bs-border-radius);
54167
55038
  }
54168
- .DocSearch-Hit .DocSearch-Hit[aria-selected=true] .mark,
54169
- .DocSearch-Hit .DocSearch-Hit[aria-selected=true] mark {
54170
- font-weight: 700;
54171
- text-decoration: underline;
54172
- }
54173
55039
 
54174
55040
  .DocSearch-Hit-content-wrapper {
54175
55041
  overflow: hidden;
@@ -54187,9 +55053,11 @@ body > header:not(.DocSearch-SearchBar) { /* stylelint-disable-line */
54187
55053
  line-height: 0.875rem;
54188
55054
  color: var(--bs-body-bg);
54189
55055
  text-transform: lowercase;
55056
+ background: var(--bs-body-color);
54190
55057
  }
54191
55058
 
54192
55059
  .DocSearch-Footer {
55060
+ border-top: 0;
54193
55061
  border-radius: 0;
54194
55062
  }
54195
55063
 
@@ -54199,10 +55067,26 @@ body > header:not(.DocSearch-SearchBar) { /* stylelint-disable-line */
54199
55067
  }
54200
55068
 
54201
55069
  .DocSearch-MagnifierLabel,
54202
- .DocSearch-Reset:hover {
55070
+ .DocSearch-Reset:hover,
55071
+ .DocSearch-Clear,
55072
+ .DocSearch-Search-Icon,
55073
+ .DocSearch-Action:hover {
54203
55074
  color: var(--bs-body-color) !important;
54204
55075
  }
54205
55076
 
55077
+ .DocSearch-Hit-path,
55078
+ .DocSearch-Hit-icon {
55079
+ color: var(--docsearch-muted-color);
55080
+ }
55081
+
55082
+ .DocSearch-Action:hover {
55083
+ background: none;
55084
+ }
55085
+
55086
+ .DocSearch-Screen-Icon svg {
55087
+ stroke: var(--bs-body-color) !important;
55088
+ }
55089
+
54206
55090
  @media (min-width: 768px) {
54207
55091
  #docsearchResults {
54208
55092
  position: absolute;
@@ -54210,6 +55094,7 @@ body > header:not(.DocSearch-SearchBar) { /* stylelint-disable-line */
54210
55094
  }
54211
55095
  .DocSearch-Button {
54212
55096
  width: 400px;
55097
+ padding: 0 8px;
54213
55098
  border: 1px solid var(--bs-secondary);
54214
55099
  }
54215
55100
  .DocSearch-Button:hover {