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