@cloudflare/ai-search-snippet 0.0.34 → 0.0.35
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.
|
@@ -2528,7 +2528,7 @@ a.search-result-item:focus-visible {
|
|
|
2528
2528
|
border-radius: 2px;
|
|
2529
2529
|
font-weight: var(--search-snippet-font-weight-medium);
|
|
2530
2530
|
}
|
|
2531
|
-
`, A = "search-bar-snippet", Q = 10, ee =
|
|
2531
|
+
`, A = "search-bar-snippet", Q = 10, ee = 50;
|
|
2532
2532
|
class te extends HTMLElement {
|
|
2533
2533
|
constructor() {
|
|
2534
2534
|
super();
|
|
@@ -3267,7 +3267,7 @@ a.modal-result-item:focus-visible {
|
|
|
3267
3267
|
.modal-container.open {
|
|
3268
3268
|
animation: modal-slide-in var(--search-snippet-transition) ease-out;
|
|
3269
3269
|
}
|
|
3270
|
-
`, T = "search-modal-snippet", ie = 10, re =
|
|
3270
|
+
`, T = "search-modal-snippet", ie = 10, re = 50;
|
|
3271
3271
|
class ae extends HTMLElement {
|
|
3272
3272
|
constructor() {
|
|
3273
3273
|
super();
|