@coveo/atomic-react 3.11.8 → 3.11.9
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/cjs/atomic-react.cjs +354 -259
- package/dist/cjs/atomic-react.cjs.map +1 -1
- package/dist/cjs/commerce/atomic-react.cjs +6 -1
- package/dist/cjs/commerce/atomic-react.cjs.map +1 -1
- package/dist/cjs/recommendation/atomic-react.cjs +354 -259
- package/dist/cjs/recommendation/atomic-react.cjs.map +1 -1
- package/dist/esm/atomic-react.mjs.map +1 -1
- package/dist/esm/commerce/atomic-react.mjs.map +1 -1
- package/dist/esm/recommendation/atomic-react.mjs.map +1 -1
- package/dist/types/components/commerce/CommerceInterfaceWrapper.d.ts +1 -1
- package/dist/types/components/recommendation/RecsInterfaceWrapper.d.ts +1 -1
- package/dist/types/components/search/SearchInterfaceWrapper.d.ts +1 -1
- package/package.json +3 -3
|
@@ -2123,7 +2123,7 @@ const withTailwindStyles = (Base) => {
|
|
|
2123
2123
|
};
|
|
2124
2124
|
};
|
|
2125
2125
|
|
|
2126
|
-
var __decorate$
|
|
2126
|
+
var __decorate$1G = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
2127
2127
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
2128
2128
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
2129
2129
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
@@ -2147,13 +2147,13 @@ let AtomicComponentError$1 = class AtomicComponentError extends lit.LitElement {
|
|
|
2147
2147
|
`;
|
|
2148
2148
|
}
|
|
2149
2149
|
};
|
|
2150
|
-
__decorate$
|
|
2150
|
+
__decorate$1G([
|
|
2151
2151
|
decorators_js.property({ type: Object })
|
|
2152
2152
|
], AtomicComponentError$1.prototype, "element", void 0);
|
|
2153
|
-
__decorate$
|
|
2153
|
+
__decorate$1G([
|
|
2154
2154
|
decorators_js.property({ type: Object })
|
|
2155
2155
|
], AtomicComponentError$1.prototype, "error", void 0);
|
|
2156
|
-
AtomicComponentError$1 = __decorate$
|
|
2156
|
+
AtomicComponentError$1 = __decorate$1G([
|
|
2157
2157
|
decorators_js.customElement('atomic-component-error'),
|
|
2158
2158
|
withTailwindStyles
|
|
2159
2159
|
], AtomicComponentError$1);
|
|
@@ -2760,7 +2760,7 @@ function parseAssetURL(url, assetPath = './assets') {
|
|
|
2760
2760
|
return null;
|
|
2761
2761
|
}
|
|
2762
2762
|
|
|
2763
|
-
var __decorate$
|
|
2763
|
+
var __decorate$1F = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
2764
2764
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
2765
2765
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
2766
2766
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
@@ -2839,26 +2839,26 @@ let AtomicIcon$1 = class AtomicIcon extends LightDomMixin(InitializeBindingsMixi
|
|
|
2839
2839
|
}
|
|
2840
2840
|
};
|
|
2841
2841
|
AtomicIcon$1.styles = lit.css`@layer components{atomic-icon{aspect-ratio:1/1;display:inline-block;fill:currentColor;height:auto;@supports not (aspect-ratio:1/1){height:auto}>svg{aspect-ratio:1/1;height:auto;max-height:100%;width:100%}}}`;
|
|
2842
|
-
__decorate$
|
|
2842
|
+
__decorate$1F([
|
|
2843
2843
|
decorators_js.property({ type: String, reflect: true })
|
|
2844
2844
|
], AtomicIcon$1.prototype, "icon", void 0);
|
|
2845
|
-
__decorate$
|
|
2845
|
+
__decorate$1F([
|
|
2846
2846
|
decorators_js.state()
|
|
2847
2847
|
], AtomicIcon$1.prototype, "bindings", void 0);
|
|
2848
|
-
__decorate$
|
|
2848
|
+
__decorate$1F([
|
|
2849
2849
|
decorators_js.state()
|
|
2850
2850
|
], AtomicIcon$1.prototype, "error", void 0);
|
|
2851
|
-
__decorate$
|
|
2851
|
+
__decorate$1F([
|
|
2852
2852
|
decorators_js.state()
|
|
2853
2853
|
], AtomicIcon$1.prototype, "svg", void 0);
|
|
2854
|
-
__decorate$
|
|
2854
|
+
__decorate$1F([
|
|
2855
2855
|
watch('icon')
|
|
2856
2856
|
], AtomicIcon$1.prototype, "updateIcon", null);
|
|
2857
|
-
__decorate$
|
|
2857
|
+
__decorate$1F([
|
|
2858
2858
|
bindingGuard(),
|
|
2859
2859
|
errorGuard()
|
|
2860
2860
|
], AtomicIcon$1.prototype, "render", null);
|
|
2861
|
-
AtomicIcon$1 = __decorate$
|
|
2861
|
+
AtomicIcon$1 = __decorate$1F([
|
|
2862
2862
|
decorators_js.customElement('atomic-icon')
|
|
2863
2863
|
], AtomicIcon$1);
|
|
2864
2864
|
|
|
@@ -4698,7 +4698,7 @@ const styles$m = lit.css`/*! tailwindcss v4.1.18 | MIT License | https://tailwin
|
|
|
4698
4698
|
|
|
4699
4699
|
const styles$l = lit.css`.value-exclude-button:focus-visible atomic-icon{visibility:visible}`;
|
|
4700
4700
|
|
|
4701
|
-
var __decorate$
|
|
4701
|
+
var __decorate$1E = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
4702
4702
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4703
4703
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4704
4704
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
@@ -4741,10 +4741,10 @@ let AtomicFacetPlaceholder = class AtomicFacetPlaceholder extends lit.LitElement
|
|
|
4741
4741
|
`;
|
|
4742
4742
|
}
|
|
4743
4743
|
};
|
|
4744
|
-
__decorate$
|
|
4744
|
+
__decorate$1E([
|
|
4745
4745
|
decorators_js.property({ type: Number, attribute: 'value-count' })
|
|
4746
4746
|
], AtomicFacetPlaceholder.prototype, "valueCount", void 0);
|
|
4747
|
-
AtomicFacetPlaceholder = __decorate$
|
|
4747
|
+
AtomicFacetPlaceholder = __decorate$1E([
|
|
4748
4748
|
decorators_js.customElement('atomic-facet-placeholder'),
|
|
4749
4749
|
withTailwindStyles
|
|
4750
4750
|
], AtomicFacetPlaceholder);
|
|
@@ -4970,7 +4970,7 @@ const styles$k = [
|
|
|
4970
4970
|
styles$p,
|
|
4971
4971
|
];
|
|
4972
4972
|
|
|
4973
|
-
var __decorate$
|
|
4973
|
+
var __decorate$1D = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
4974
4974
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4975
4975
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4976
4976
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
@@ -5148,38 +5148,38 @@ let AtomicFacetDateInput = class AtomicFacetDateInput extends LightDomMixin(lit.
|
|
|
5148
5148
|
`;
|
|
5149
5149
|
}
|
|
5150
5150
|
};
|
|
5151
|
-
__decorate$
|
|
5151
|
+
__decorate$1D([
|
|
5152
5152
|
decorators_js.state()
|
|
5153
5153
|
], AtomicFacetDateInput.prototype, "start", void 0);
|
|
5154
|
-
__decorate$
|
|
5154
|
+
__decorate$1D([
|
|
5155
5155
|
decorators_js.state()
|
|
5156
5156
|
], AtomicFacetDateInput.prototype, "end", void 0);
|
|
5157
|
-
__decorate$
|
|
5157
|
+
__decorate$1D([
|
|
5158
5158
|
decorators_js.property({ type: Object })
|
|
5159
5159
|
], AtomicFacetDateInput.prototype, "inputRange", void 0);
|
|
5160
|
-
__decorate$
|
|
5160
|
+
__decorate$1D([
|
|
5161
5161
|
decorators_js.property()
|
|
5162
5162
|
], AtomicFacetDateInput.prototype, "facetId", void 0);
|
|
5163
|
-
__decorate$
|
|
5163
|
+
__decorate$1D([
|
|
5164
5164
|
decorators_js.property()
|
|
5165
5165
|
], AtomicFacetDateInput.prototype, "label", void 0);
|
|
5166
|
-
__decorate$
|
|
5166
|
+
__decorate$1D([
|
|
5167
5167
|
decorators_js.property()
|
|
5168
5168
|
], AtomicFacetDateInput.prototype, "min", void 0);
|
|
5169
|
-
__decorate$
|
|
5169
|
+
__decorate$1D([
|
|
5170
5170
|
decorators_js.property()
|
|
5171
5171
|
], AtomicFacetDateInput.prototype, "max", void 0);
|
|
5172
|
-
__decorate$
|
|
5172
|
+
__decorate$1D([
|
|
5173
5173
|
decorators_js.state()
|
|
5174
5174
|
], AtomicFacetDateInput.prototype, "error", void 0);
|
|
5175
|
-
__decorate$
|
|
5175
|
+
__decorate$1D([
|
|
5176
5176
|
decorators_js.state()
|
|
5177
5177
|
], AtomicFacetDateInput.prototype, "bindings", void 0);
|
|
5178
|
-
__decorate$
|
|
5178
|
+
__decorate$1D([
|
|
5179
5179
|
bindingGuard(),
|
|
5180
5180
|
errorGuard()
|
|
5181
5181
|
], AtomicFacetDateInput.prototype, "render", null);
|
|
5182
|
-
AtomicFacetDateInput = __decorate$
|
|
5182
|
+
AtomicFacetDateInput = __decorate$1D([
|
|
5183
5183
|
decorators_js.customElement('atomic-facet-date-input'),
|
|
5184
5184
|
bindings()
|
|
5185
5185
|
], AtomicFacetDateInput);
|
|
@@ -7487,7 +7487,7 @@ function getWindow$1() {
|
|
|
7487
7487
|
}
|
|
7488
7488
|
function getAtomicEnvironment(headlessVersion) {
|
|
7489
7489
|
return {
|
|
7490
|
-
version: "3.
|
|
7490
|
+
version: "3.54.0",
|
|
7491
7491
|
headlessVersion,
|
|
7492
7492
|
};
|
|
7493
7493
|
}
|
|
@@ -8197,7 +8197,7 @@ function debounce$1(execute, wait) {
|
|
|
8197
8197
|
};
|
|
8198
8198
|
}
|
|
8199
8199
|
|
|
8200
|
-
var __decorate$
|
|
8200
|
+
var __decorate$1C = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
8201
8201
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
8202
8202
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
8203
8203
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
@@ -8284,10 +8284,10 @@ let AtomicAriaLive$1 = class AtomicAriaLive extends LightDomMixin(lit.LitElement
|
|
|
8284
8284
|
`;
|
|
8285
8285
|
}
|
|
8286
8286
|
};
|
|
8287
|
-
__decorate$
|
|
8287
|
+
__decorate$1C([
|
|
8288
8288
|
decorators_js.state()
|
|
8289
8289
|
], AtomicAriaLive$1.prototype, "regions", void 0);
|
|
8290
|
-
AtomicAriaLive$1 = __decorate$
|
|
8290
|
+
AtomicAriaLive$1 = __decorate$1C([
|
|
8291
8291
|
decorators_js.customElement('atomic-aria-live')
|
|
8292
8292
|
], AtomicAriaLive$1);
|
|
8293
8293
|
|
|
@@ -11433,7 +11433,7 @@ function ItemSectionMixin(superClass, styles) {
|
|
|
11433
11433
|
return ItemSectionMixinClass;
|
|
11434
11434
|
}
|
|
11435
11435
|
|
|
11436
|
-
var __decorate$
|
|
11436
|
+
var __decorate$1B = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
11437
11437
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
11438
11438
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
11439
11439
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
@@ -11451,11 +11451,11 @@ var __decorate$1A = (undefined && undefined.__decorate) || function (decorators,
|
|
|
11451
11451
|
*/
|
|
11452
11452
|
let AtomicResultSectionActions$1 = class AtomicResultSectionActions extends ItemSectionMixin(lit.LitElement, lit.css`/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */atomic-result-section-actions{text-align:left;&.with-sections{overflow:hidden;text-overflow:ellipsis}&.with-sections{display:flex;flex-wrap:wrap;gap:.5rem;grid-area:actions;max-height:calc(var(--row-height, 2rem)*2 + .5rem);--row-height:2rem;atomic-result-quickview{display:inline-block}@media (width >= 1024px){&.display-list{&.density-comfortable{margin-bottom:1.5rem}&.density-compact,&.density-normal{margin-bottom:1rem}}&.display-grid{&.density-comfortable{margin-top:2.25rem;--row-height:2.5rem}&.density-normal{margin-top:1.75rem}&.density-compact,&.density-normal{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height)}&.density-compact{margin-top:1.25rem}}}@media not all and (width >= 1024px){&.display-list{--row-height:2.5rem;&.density-comfortable{margin-top:1rem}&.density-normal{margin-top:.75rem}&.density-compact{margin-top:.5em}}&.display-grid{&.image-large{--row-height:2.5rem;&.density-comfortable{margin-top:1rem}&.density-normal{margin-top:.75rem}&.density-compact{margin-top:.5em}}&.image-icon,&.image-none,&.image-small{&.density-comfortable{margin-top:1.25rem}&.density-normal{margin-top:1rem}&.density-compact{margin-top:.75rem}}}}&.display-table{&.density-comfortable{margin-bottom:1.5rem}&.density-compact,&.density-normal{margin-bottom:1rem}}}}`) {
|
|
11453
11453
|
};
|
|
11454
|
-
AtomicResultSectionActions$1 = __decorate$
|
|
11454
|
+
AtomicResultSectionActions$1 = __decorate$1B([
|
|
11455
11455
|
decorators_js.customElement('atomic-result-section-actions')
|
|
11456
11456
|
], AtomicResultSectionActions$1);
|
|
11457
11457
|
|
|
11458
|
-
var __decorate$
|
|
11458
|
+
var __decorate$1A = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
11459
11459
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
11460
11460
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
11461
11461
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
@@ -11472,11 +11472,11 @@ var __decorate$1z = (undefined && undefined.__decorate) || function (decorators,
|
|
|
11472
11472
|
*/
|
|
11473
11473
|
let AtomicResultSectionBadges$1 = class AtomicResultSectionBadges extends ItemSectionMixin(lit.LitElement, lit.css`/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */atomic-result-section-badges{text-align:left;&.with-sections{overflow:hidden;text-overflow:ellipsis}&.with-sections{display:flex;flex-wrap:wrap;gap:.5rem;grid-area:badges;margin-bottom:1rem;max-height:calc(var(--row-height, 2rem)*2 + .5rem);--row-height:2rem;@media (width >= 1024px){&.display-list{&.density-comfortable{margin-bottom:1.5rem}}&.display-grid{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);&.image-icon{&.density-comfortable{margin-bottom:2rem}&.density-normal{margin-bottom:1.5rem}}}}@media not all and (width >= 1024px){&.display-list{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height)}&.display-grid{&.image-icon,&.image-none,&.image-small{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height)}}}&.display-table{&.density-comfortable{margin-bottom:1.5rem}}}}`) {
|
|
11474
11474
|
};
|
|
11475
|
-
AtomicResultSectionBadges$1 = __decorate$
|
|
11475
|
+
AtomicResultSectionBadges$1 = __decorate$1A([
|
|
11476
11476
|
decorators_js.customElement('atomic-result-section-badges')
|
|
11477
11477
|
], AtomicResultSectionBadges$1);
|
|
11478
11478
|
|
|
11479
|
-
var __decorate$
|
|
11479
|
+
var __decorate$1z = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
11480
11480
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
11481
11481
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
11482
11482
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
@@ -11494,11 +11494,11 @@ var __decorate$1y = (undefined && undefined.__decorate) || function (decorators,
|
|
|
11494
11494
|
*/
|
|
11495
11495
|
let AtomicResultSectionBottomMetadata$1 = class AtomicResultSectionBottomMetadata extends ItemSectionMixin(lit.LitElement, lit.css`/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */atomic-result-section-bottom-metadata{&.with-sections{overflow:hidden;text-overflow:ellipsis}&.with-sections{color:var(--atomic-neutral-dark);grid-area:bottom-metadata;--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);@media (width >= 1024px){&.display-list{&.density-comfortable{margin-top:1.25rem;max-height:4rem}&.density-normal{margin-top:.875rem;max-height:3.5rem}&.density-compact{margin-top:.6875rem;max-height:3.25rem}}&.display-grid{&.density-comfortable{margin-top:1.75rem;max-height:4rem}&.density-normal{margin-top:1.375rem;max-height:3.5rem}&.density-compact{margin-top:.9375rem;max-height:3.25rem}}}@media not all and (width >= 1024px){&.display-list{&.density-comfortable{margin-top:.75rem;max-height:4rem}&.density-normal{margin-top:.625rem;max-height:3.5rem}&.density-compact{margin-top:.4375rem;max-height:3.25rem}}&.display-grid{&.image-large{&.density-comfortable{margin-top:.75rem;max-height:4rem}&.density-normal{margin-top:.625rem;max-height:3.5rem}&.density-compact{margin-top:.4375rem;max-height:3.25rem}}&.image-icon,&.image-none,&.image-small{max-height:3rem;&.density-comfortable{margin-top:1rem}&.density-normal{margin-top:.75rem}&.density-compact{margin-top:.5rem}}}}&.display-table{&.density-comfortable{margin-top:1.25rem;max-height:4rem}&.density-normal{margin-top:.875rem;max-height:3.5rem}&.density-compact{margin-top:.6875rem;max-height:3.25rem}}}}`) {
|
|
11496
11496
|
};
|
|
11497
|
-
AtomicResultSectionBottomMetadata$1 = __decorate$
|
|
11497
|
+
AtomicResultSectionBottomMetadata$1 = __decorate$1z([
|
|
11498
11498
|
decorators_js.customElement('atomic-result-section-bottom-metadata')
|
|
11499
11499
|
], AtomicResultSectionBottomMetadata$1);
|
|
11500
11500
|
|
|
11501
|
-
var __decorate$
|
|
11501
|
+
var __decorate$1y = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
11502
11502
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
11503
11503
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
11504
11504
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
@@ -11515,11 +11515,11 @@ var __decorate$1x = (undefined && undefined.__decorate) || function (decorators,
|
|
|
11515
11515
|
*/
|
|
11516
11516
|
let AtomicResultSectionExcerpt$1 = class AtomicResultSectionExcerpt extends ItemSectionMixin(lit.LitElement, lit.css`/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */atomic-result-section-excerpt{&.with-sections{text-overflow:ellipsis}&.with-sections{color:var(--atomic-neutral-dark);display:-webkit-box;grid-area:excerpt;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;@media (width >= 1024px){&.density-comfortable{--font-size:var(--atomic-text-lg);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));-webkit-line-clamp:3;line-height:var(--line-height)}&.density-comfortable,&.density-compact{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical}&.density-compact{-webkit-line-clamp:1}&.display-list{&.density-comfortable{margin-top:1.75rem;max-height:4.5rem}&.density-normal{margin-top:1.25rem;max-height:2.5rem}&.density-compact{margin-top:1rem;max-height:1.25rem}}&.display-grid{&.density-comfortable{margin-top:2.25rem}&.density-normal{margin-top:1.75rem}&.density-compact{margin-top:1.25rem}}}@media not all and (width >= 1024px){&.display-list{&.density-comfortable,&.density-normal{max-height:2.5rem}&.density-comfortable{margin-top:1.25rem}&.density-normal{margin-top:1rem}}&.display-grid{&.image-large{&.density-comfortable,&.density-normal{max-height:2.5rem}&.density-comfortable{margin-top:1.25rem}&.density-normal{margin-top:1rem}}&.image-icon,&.image-none,&.image-small{&.density-comfortable{margin-top:1.25rem}&.density-normal{margin-top:1rem}&.density-compact{display:-webkit-box;margin-top:.75rem;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1}}}}&.display-table{&.density-comfortable{margin-top:1.75rem;max-height:4.5rem}&.density-normal{margin-top:1.25rem;max-height:2.5rem}&.density-compact{margin-top:1rem;max-height:1.25rem}}}}`) {
|
|
11517
11517
|
};
|
|
11518
|
-
AtomicResultSectionExcerpt$1 = __decorate$
|
|
11518
|
+
AtomicResultSectionExcerpt$1 = __decorate$1y([
|
|
11519
11519
|
decorators_js.customElement('atomic-result-section-excerpt')
|
|
11520
11520
|
], AtomicResultSectionExcerpt$1);
|
|
11521
11521
|
|
|
11522
|
-
var __decorate$
|
|
11522
|
+
var __decorate$1x = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
11523
11523
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
11524
11524
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
11525
11525
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
@@ -11536,11 +11536,11 @@ var __decorate$1w = (undefined && undefined.__decorate) || function (decorators,
|
|
|
11536
11536
|
*/
|
|
11537
11537
|
let AtomicResultSectionTitle$1 = class AtomicResultSectionTitle extends ItemSectionMixin(lit.LitElement, lit.css`/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */atomic-result-section-title{&.with-sections{overflow:hidden;text-overflow:ellipsis}&.with-sections{color:var(--atomic-on-background);grid-area:title;--font-size:var(--atomic-text-xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);&.density-comfortable{--font-size:var(--atomic-text-2xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height)}@media (width >= 1024px){&.display-grid{display:-webkit-box;overflow:hidden;word-break:break-word;-webkit-box-orient:vertical;-webkit-line-clamp:2}}@media not all and (width >= 1024px){&.display-list{--font-size:var(--atomic-text-xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height)}&.display-grid{&.image-large{--font-size:var(--atomic-text-xl);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio))}&.image-icon,&.image-large,&.image-none,&.image-small{font-size:var(--font-size);line-height:var(--line-height)}&.image-icon,&.image-none,&.image-small{--font-size:var(--atomic-text-lg);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;max-height:3rem;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}}}}}`) {
|
|
11538
11538
|
};
|
|
11539
|
-
AtomicResultSectionTitle$1 = __decorate$
|
|
11539
|
+
AtomicResultSectionTitle$1 = __decorate$1x([
|
|
11540
11540
|
decorators_js.customElement('atomic-result-section-title')
|
|
11541
11541
|
], AtomicResultSectionTitle$1);
|
|
11542
11542
|
|
|
11543
|
-
var __decorate$
|
|
11543
|
+
var __decorate$1w = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
11544
11544
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
11545
11545
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
11546
11546
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
@@ -11558,14 +11558,14 @@ var __decorate$1v = (undefined && undefined.__decorate) || function (decorators,
|
|
|
11558
11558
|
*/
|
|
11559
11559
|
let AtomicResultSectionVisual$1 = class AtomicResultSectionVisual extends ItemSectionMixin(lit.LitElement, lit.css`/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */atomic-result-section-visual{&.with-sections{overflow:hidden;text-overflow:ellipsis}&.with-sections{grid-area:visual;&.image-icon{border-radius:var(--atomic-border-radius);height:2rem;width:2rem}&.image-none{display:none}@media (width >= 1024px){&.display-list{margin-right:1rem;&.density-comfortable{margin-right:1.5rem}&.image-large{&.density-compact{height:10rem;width:10rem}&.density-comfortable,&.density-normal{height:20.375rem;width:20.375rem}}&.image-small{height:10rem;width:10rem}}&.display-grid{margin-bottom:.5rem;&.image-large,&.image-small{width:100%;&.density-comfortable{margin:0 auto 2rem}&.density-normal{margin:0 auto 1.5rem}&.density-compact{margin:0 auto 1rem}}&.image-large{aspect-ratio:1/1;height:auto;@supports not (aspect-ratio:1/1){height:19.75rem}}&.image-small{aspect-ratio:1/1;height:auto;@supports not (aspect-ratio:1/1){height:14rem}}}}@media not all and (width >= 1024px){&.display-list{margin-right:1rem;&.image-large{aspect-ratio:1/1;height:auto;@supports not (aspect-ratio:1/1){height:7.25rem}margin-bottom:1rem;margin-right:0;width:100%}&.image-small{height:24vw;margin-bottom:1rem;width:24vw}&.image-icon{margin-bottom:0}}&.display-grid{&.image-large{margin-right:1rem;&.image-large{aspect-ratio:1/1;height:auto;@supports not (aspect-ratio:1/1){height:7.25rem}margin-bottom:1rem;margin-right:0;width:100%}&.image-small{height:24vw;margin-bottom:1rem;width:24vw}&.image-icon{margin-bottom:0}}&.image-icon,&.image-none,&.image-small{&.image-large,&.image-small{width:100%;&.density-comfortable{margin-bottom:1rem}&.density-normal{margin-bottom:.75rem}&.density-compact{margin-bottom:.5rem}}&.image-small{aspect-ratio:1/1;height:auto;@supports not (aspect-ratio:1/1){height:9rem}height:10.25rem;width:10.25rem}}}}&.display-table{margin-right:1rem;&.density-comfortable{margin-right:1.5rem}&.image-large{&.density-compact{height:10rem;width:10rem}&.density-comfortable,&.density-normal{height:20.375rem;width:20.375rem}}&.image-small{height:10rem;width:10rem}}}}`) {
|
|
11560
11560
|
};
|
|
11561
|
-
__decorate$
|
|
11561
|
+
__decorate$1w([
|
|
11562
11562
|
decorators_js.property({ reflect: true, attribute: 'image-size', type: Object })
|
|
11563
11563
|
], AtomicResultSectionVisual$1.prototype, "imageSize", void 0);
|
|
11564
|
-
AtomicResultSectionVisual$1 = __decorate$
|
|
11564
|
+
AtomicResultSectionVisual$1 = __decorate$1w([
|
|
11565
11565
|
decorators_js.customElement('atomic-result-section-visual')
|
|
11566
11566
|
], AtomicResultSectionVisual$1);
|
|
11567
11567
|
|
|
11568
|
-
var __decorate$
|
|
11568
|
+
var __decorate$1v = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
11569
11569
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
11570
11570
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
11571
11571
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
@@ -11629,21 +11629,21 @@ let AtomicResultPlaceholder = class AtomicResultPlaceholder extends lit.LitEleme
|
|
|
11629
11629
|
}
|
|
11630
11630
|
};
|
|
11631
11631
|
AtomicResultPlaceholder.styles = lit.css`/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */@layer properties;:host{@layer components{:host{font-family:var(--atomic-font-family);--tw-font-weight:var(--atomic-font-normal);font-weight:var(--atomic-font-normal)}atomic-result-section-actions,atomic-result-section-badges{text-align:left}atomic-result-section-title-metadata{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height)}atomic-result-section-emphasized{font-weight:500;--font-size:var(--atomic-text-2xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-top:.5rem}.result-root{&.with-sections{display:grid;justify-items:stretch;atomic-result-section-visual{grid-area:visual}atomic-result-section-badges{grid-area:badges}atomic-result-section-actions{grid-area:actions;atomic-result-quickview{display:inline-block}}atomic-result-section-title{color:var(--atomic-on-background);grid-area:title}atomic-result-section-title-metadata{grid-area:title-metadata}atomic-result-section-emphasized{grid-area:emphasized}atomic-result-section-excerpt{color:var(--atomic-neutral-dark);grid-area:excerpt}atomic-result-section-bottom-metadata{color:var(--atomic-neutral-dark);grid-area:bottom-metadata}atomic-result-section-children{grid-area:children}atomic-result-section-actions,atomic-result-section-badges{display:flex;flex-wrap:wrap;gap:.5rem;max-height:calc(var(--row-height, 2rem)*2 + .5rem)}atomic-result-section-actions,atomic-result-section-badges,atomic-result-section-bottom-metadata,atomic-result-section-emphasized,atomic-result-section-excerpt,atomic-result-section-title,atomic-result-section-title-metadata,atomic-result-section-visual{overflow:hidden;text-overflow:ellipsis}&.image-icon{atomic-result-section-visual{border-radius:var(--atomic-border-radius)}}&.display-list{@media (width >= 1024px){&.image-large.density-compact{atomic-result-section-visual{height:10.25rem;width:10.25rem}}atomic-result-section-children{atomic-insight-result-children::part(children-root),atomic-result-children::part(children-root){border-color:var(--atomic-neutral);border-radius:16px;border-style:var(--tw-border-style);border-width:1px}}&.density-comfortable{atomic-result-section-visual{margin-right:1.5rem}atomic-result-section-actions,atomic-result-section-badges{margin-bottom:1.5rem;--row-height:2rem}atomic-result-section-title{--font-size:var(--atomic-text-2xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height)}atomic-result-section-excerpt{margin-top:1.75rem;--font-size:var(--atomic-text-lg);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);max-height:4.5rem;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}atomic-result-section-bottom-metadata{margin-top:1.25rem;--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);max-height:4rem}atomic-result-section-title-metadata{margin-top:.475rem}atomic-insight-result-children,atomic-result-children{&::part(children-root){border-color:var(--atomic-neutral);border-radius:16px;border-style:var(--tw-border-style);border-width:1px;margin-top:1.25rem;padding:1.75rem}&::part(show-hide-button){margin-bottom:1.25rem;margin-top:1.25rem}}atomic-insight-result-children,atomic-result-children{&::part(children-root){border-color:var(--atomic-neutral);border-radius:16px;border-style:var(--tw-border-style);border-width:1px;margin-top:1.25rem;padding:1.75rem}&::part(show-hide-button){margin-bottom:1.25rem;margin-top:1.25rem}}&.child-result:not(.last-child),.placeholder{margin-bottom:1.75rem}}&.density-normal{atomic-result-section-visual{margin-right:1rem}atomic-result-section-actions,atomic-result-section-badges{margin-bottom:1rem;--row-height:2rem}atomic-result-section-title{--font-size:var(--atomic-text-xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height)}atomic-result-section-excerpt{margin-top:1.25rem;--font-size:var(--atomic-text-base);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);max-height:2.5rem;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}atomic-result-section-bottom-metadata{margin-top:.875rem;--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);max-height:3.5rem}atomic-result-section-title-metadata{margin-top:.475rem}atomic-insight-result-children,atomic-result-children{&::part(children-root){border-color:var(--atomic-neutral);border-radius:16px;border-style:var(--tw-border-style);border-width:1px;margin-top:.875rem;padding:1.5rem}&::part(show-hide-button){margin-bottom:.875rem;margin-top:.875rem}}atomic-insight-result-children,atomic-result-children{&::part(children-root){border-color:var(--atomic-neutral);border-radius:16px;border-style:var(--tw-border-style);border-width:1px;margin-top:.875rem;padding:1.5rem}&::part(show-hide-button){margin-bottom:.875rem;margin-top:.875rem}}&.child-result:not(.last-child),.placeholder{margin-bottom:1.5rem}}&.density-compact{atomic-result-section-visual{margin-right:1rem}atomic-result-section-actions,atomic-result-section-badges{margin-bottom:1rem;--row-height:2rem}atomic-result-section-title{--font-size:var(--atomic-text-xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height)}atomic-result-section-excerpt{margin-top:1rem;--font-size:var(--atomic-text-base);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);max-height:1.25rem;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1}atomic-result-section-bottom-metadata{margin-top:.6875rem;--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);max-height:3.25rem}atomic-result-section-title-metadata{margin-top:.475rem}atomic-insight-result-children,atomic-result-children{&::part(children-root){border-color:var(--atomic-neutral);border-radius:16px;border-style:var(--tw-border-style);border-width:1px;margin-top:.475rem;padding:1rem}&::part(show-hide-button){margin-bottom:.475rem;margin-top:.475rem}}atomic-insight-result-children,atomic-result-children{&::part(children-root){border-color:var(--atomic-neutral);border-radius:16px;border-style:var(--tw-border-style);border-width:1px;margin-top:.475rem;padding:1rem}&::part(show-hide-button){margin-bottom:.475rem;margin-top:.475rem}}&.child-result:not(.last-child),.placeholder{margin-bottom:1rem}}&.image-large,&.image-small{grid-template-areas:"badges badges . actions" "visual title title title" "visual title-metadata title-metadata title-metadata" "visual emphasized emphasized emphasized" "visual excerpt excerpt excerpt" "visual bottom-metadata bottom-metadata bottom-metadata" "visual children children children";grid-template-columns:minmax(0,min-content) auto 1fr auto;grid-template-rows:repeat(6,auto) minmax(0,1fr)}&.image-large.density-comfortable,&.image-large.density-normal{atomic-result-section-visual{height:20.375rem;width:20.375rem}}&.image-large.density-compact,&.image-small{atomic-result-section-visual{height:10rem;width:10rem}}&.image-icon{grid-template-areas:"badges badges . actions" "visual title title title" "visual title-metadata title-metadata title-metadata" "visual emphasized emphasized emphasized" "visual excerpt excerpt excerpt" "visual bottom-metadata bottom-metadata bottom-metadata" "visual children children children";grid-template-columns:minmax(0,min-content) auto 1fr auto;grid-template-rows:repeat(7,minmax(0,min-content));atomic-result-section-visual{height:2rem;width:2rem}}&.image-none{grid-template-areas:"badges . actions" "title title title" "title-metadata title-metadata title-metadata" "emphasized emphasized emphasized" "excerpt excerpt excerpt" "bottom-metadata bottom-metadata bottom-metadata" "children children children";grid-template-columns:auto 1fr auto;grid-template-rows:repeat(6,auto);atomic-result-section-visual{display:none}}}@media not all and (width >= 1024px){atomic-result-section-children{atomic-insight-result-children::part(children-root),atomic-result-children::part(children-root){border-top:1px var(--tw-border-style) var(--atomic-neutral)}}&.density-comfortable{atomic-result-section-visual{margin-right:1rem}atomic-result-section-badges{margin-bottom:1rem;--row-height:2rem}atomic-result-section-actions{margin-top:1rem;--row-height:2.5rem}atomic-result-section-title{--font-size:var(--atomic-text-xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height)}atomic-result-section-excerpt{margin-top:1.25rem;--font-size:var(--atomic-text-base);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);max-height:2.5rem;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}atomic-result-section-bottom-metadata{margin-top:.75rem;--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);max-height:4rem}atomic-result-section-title-metadata{margin-top:.475rem}atomic-insight-result-children,atomic-result-children{&::part(children-root){margin-inline:-1rem;margin-top:1rem;padding-top:1.75rem;padding-inline:1rem}&::part(show-hide-button){margin-bottom:1.25rem;margin-top:1.25rem}}atomic-insight-result-children,atomic-result-children{&::part(children-root){margin-inline:-1rem;margin-top:1rem;padding-top:1.75rem;padding-inline:1rem}&::part(show-hide-button){margin-bottom:1.25rem;margin-top:1.25rem}}&.child-result:not(.last-child),.placeholder{margin-bottom:1.75rem}}&.density-normal{atomic-result-section-visual{margin-right:1rem}atomic-result-section-badges{margin-bottom:1rem;--row-height:2rem}atomic-result-section-actions{margin-top:.75rem;--row-height:2.5rem}atomic-result-section-title{--font-size:var(--atomic-text-xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height)}atomic-result-section-excerpt{margin-top:1rem;--font-size:var(--atomic-text-base);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);max-height:2.5rem;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}atomic-result-section-bottom-metadata{margin-top:.625rem;--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);max-height:3.5rem}atomic-result-section-title-metadata{margin-top:.475rem}atomic-insight-result-children,atomic-result-children{&::part(children-root){margin-inline:-1rem;margin-top:1rem;padding-top:1.5rem;padding-inline:1rem}&::part(show-hide-button){margin-bottom:.875rem;margin-top:.875rem}}atomic-insight-result-children,atomic-result-children{&::part(children-root){margin-inline:-1rem;margin-top:1rem;padding-top:1.5rem;padding-inline:1rem}&::part(show-hide-button){margin-bottom:.875rem;margin-top:.875rem}}&.child-result:not(.last-child),.placeholder{margin-bottom:1.5rem}}&.density-compact{atomic-result-section-visual{margin-right:1rem}atomic-result-section-badges{margin-bottom:1rem;--row-height:2rem}atomic-result-section-actions{margin-top:.5em;--row-height:2.5rem}atomic-result-section-title{--font-size:var(--atomic-text-xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height)}atomic-result-section-excerpt{margin-top:.75rem;--font-size:var(--atomic-text-base);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);max-height:1.25rem;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1}atomic-result-section-bottom-metadata{margin-top:.4375rem;--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);max-height:3.25rem}atomic-result-section-title-metadata{margin-top:.475rem}atomic-insight-result-children,atomic-result-children{&::part(children-root){margin-inline:-1rem;margin-top:1rem;padding-top:1rem;padding-inline:1rem}&::part(show-hide-button){margin-bottom:.475rem;margin-top:.475rem}}atomic-insight-result-children,atomic-result-children{&::part(children-root){margin-inline:-1rem;margin-top:1rem;padding-top:1rem;padding-inline:1rem}&::part(show-hide-button){margin-bottom:.475rem;margin-top:.475rem}}&.child-result:not(.last-child),.placeholder{margin-bottom:1rem}}&.image-large{grid-template-areas:"visual" "badges" "title" "title-metadata" "emphasized" "excerpt" "bottom-metadata" "actions" "children";grid-template-columns:100%;grid-template-rows:repeat(8,auto);atomic-result-section-visual{aspect-ratio:1/1;height:auto;@supports not (aspect-ratio:1/1){height:7.25rem}margin-bottom:1rem;margin-right:0;width:100%}}&.image-small{grid-template-areas:"badges badges" "visual title" "visual title-metadata" "visual emphasized" "visual ." "excerpt excerpt" "bottom-metadata bottom-metadata" "actions actions" "children children";grid-template-columns:auto minmax(0,1fr);grid-template-rows:repeat(4,auto) minmax(0,1fr) repeat(3,auto);atomic-result-section-visual{height:24vw;margin-bottom:1rem;width:24vw}}&.image-icon{grid-template-areas:"badges badges" "visual title" "visual title-metadata" "visual emphasized" "visual excerpt" "visual bottom-metadata" "visual actions" "visual children";grid-template-columns:auto minmax(0,1fr);grid-template-rows:repeat(7,auto) 1fr;atomic-result-section-visual{height:2rem;margin-bottom:0;width:2rem}}&.image-none{grid-template-areas:"badges" "title" "title-metadata" "emphasized" "excerpt" "bottom-metadata" "actions" "children";grid-template-columns:100%;grid-template-rows:repeat(7,auto);atomic-result-section-visual{display:none}}}}&.display-grid{a,button{position:relative}&.image-large{@media (width >= 1024px){grid-template-areas:"badges" "visual" "title" "title-metadata" "emphasized" "excerpt" "children" "bottom-metadata" "actions";grid-template-columns:100%;grid-template-rows:repeat(9,auto);&.density-comfortable{&.image-large,&.image-small{atomic-result-section-visual{margin:0 auto 2rem}}&.image-icon{atomic-result-section-badges{margin-bottom:2rem}atomic-result-section-visual{height:2rem;width:2rem}}atomic-result-section-visual{margin-bottom:.5rem}atomic-result-section-badges{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-bottom:1rem;--row-height:2rem}atomic-result-section-actions{--font-size:var(--atomic-text-base);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-top:2.25rem;--row-height:2.5rem}atomic-result-section-title{--font-size:var(--atomic-text-2xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);overflow:hidden;word-break:break-word;-webkit-box-orient:vertical;-webkit-line-clamp:2}atomic-result-section-title-metadata{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-top:.475rem}atomic-result-section-emphasized{font-weight:500;--font-size:var(--atomic-text-2xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height)}atomic-result-section-excerpt{--font-size:var(--atomic-text-lg);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);margin-top:2.25rem;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}atomic-result-section-bottom-metadata{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-top:1.75rem;max-height:4rem}}&.density-normal{&.image-large,&.image-small{atomic-result-section-visual{margin:0 auto 1.5rem}}&.image-icon{atomic-result-section-badges{margin-bottom:1.5rem}atomic-result-section-visual{height:2rem;width:2rem}}atomic-result-section-visual{margin-bottom:.5rem}atomic-result-section-badges{margin-bottom:1rem}atomic-result-section-actions,atomic-result-section-badges{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);--row-height:2rem}atomic-result-section-actions{margin-top:1.75rem}atomic-result-section-title{--font-size:var(--atomic-text-xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);overflow:hidden;word-break:break-word;-webkit-box-orient:vertical;-webkit-line-clamp:2}atomic-result-section-title-metadata{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-top:.475rem}atomic-result-section-emphasized{font-weight:500;--font-size:var(--atomic-text-2xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height)}atomic-result-section-excerpt{--font-size:var(--atomic-text-base);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);margin-top:1.75rem;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}atomic-result-section-bottom-metadata{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-top:1.375rem;max-height:3.5rem}}&.density-compact{&.image-large,&.image-small{atomic-result-section-visual{margin:0 auto 1rem}}&.image-icon{atomic-result-section-badges{margin-bottom:1rem}atomic-result-section-visual{height:2rem;width:2rem}}atomic-result-section-visual{margin-bottom:.5rem}atomic-result-section-badges{margin-bottom:1rem}atomic-result-section-actions,atomic-result-section-badges{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);--row-height:2rem}atomic-result-section-actions{margin-top:1.25rem}atomic-result-section-title{--font-size:var(--atomic-text-xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);overflow:hidden;word-break:break-word;-webkit-box-orient:vertical;-webkit-line-clamp:2}atomic-result-section-title-metadata{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-top:.475rem}atomic-result-section-emphasized{font-weight:500;--font-size:var(--atomic-text-2xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height)}atomic-result-section-excerpt{--font-size:var(--atomic-text-base);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);margin-top:1.25rem;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1}atomic-result-section-bottom-metadata{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-top:.9375rem;max-height:3.25rem}}&.image-large{atomic-result-section-visual{aspect-ratio:1/1;height:auto;@supports not (aspect-ratio:1/1){height:19.75rem}width:100%}atomic-result-section-badges{margin-bottom:1rem}}&.image-small{atomic-result-section-visual{aspect-ratio:1/1;height:auto;@supports not (aspect-ratio:1/1){height:14rem}width:100%}}&.image-none{atomic-result-section-visual{display:none}}}@media not all and (width >= 1024px){atomic-result-section-children{atomic-insight-result-children::part(children-root),atomic-result-children::part(children-root){border-top:1px var(--tw-border-style) var(--atomic-neutral)}}&.density-comfortable{atomic-result-section-visual{margin-right:1rem}atomic-result-section-badges{margin-bottom:1rem;--row-height:2rem}atomic-result-section-actions{margin-top:1rem;--row-height:2.5rem}atomic-result-section-title{--font-size:var(--atomic-text-xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height)}atomic-result-section-excerpt{margin-top:1.25rem;--font-size:var(--atomic-text-base);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);max-height:2.5rem;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}atomic-result-section-bottom-metadata{margin-top:.75rem;--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);max-height:4rem}atomic-result-section-title-metadata{margin-top:.475rem}atomic-insight-result-children,atomic-result-children{&::part(children-root){margin-inline:-1rem;margin-top:1rem;padding-top:1.75rem;padding-inline:1rem}&::part(show-hide-button){margin-bottom:1.25rem;margin-top:1.25rem}}atomic-insight-result-children,atomic-result-children{&::part(children-root){margin-inline:-1rem;margin-top:1rem;padding-top:1.75rem;padding-inline:1rem}&::part(show-hide-button){margin-bottom:1.25rem;margin-top:1.25rem}}&.child-result:not(.last-child),.placeholder{margin-bottom:1.75rem}}&.density-normal{atomic-result-section-visual{margin-right:1rem}atomic-result-section-badges{margin-bottom:1rem;--row-height:2rem}atomic-result-section-actions{margin-top:.75rem;--row-height:2.5rem}atomic-result-section-title{--font-size:var(--atomic-text-xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height)}atomic-result-section-excerpt{margin-top:1rem;--font-size:var(--atomic-text-base);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);max-height:2.5rem;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}atomic-result-section-bottom-metadata{margin-top:.625rem;--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);max-height:3.5rem}atomic-result-section-title-metadata{margin-top:.475rem}atomic-insight-result-children,atomic-result-children{&::part(children-root){margin-inline:-1rem;margin-top:1rem;padding-top:1.5rem;padding-inline:1rem}&::part(show-hide-button){margin-bottom:.875rem;margin-top:.875rem}}atomic-insight-result-children,atomic-result-children{&::part(children-root){margin-inline:-1rem;margin-top:1rem;padding-top:1.5rem;padding-inline:1rem}&::part(show-hide-button){margin-bottom:.875rem;margin-top:.875rem}}&.child-result:not(.last-child),.placeholder{margin-bottom:1.5rem}}&.density-compact{atomic-result-section-visual{margin-right:1rem}atomic-result-section-badges{margin-bottom:1rem;--row-height:2rem}atomic-result-section-actions{margin-top:.5em;--row-height:2.5rem}atomic-result-section-title{--font-size:var(--atomic-text-xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height)}atomic-result-section-excerpt{margin-top:.75rem;--font-size:var(--atomic-text-base);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);max-height:1.25rem;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1}atomic-result-section-bottom-metadata{margin-top:.4375rem;--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);max-height:3.25rem}atomic-result-section-title-metadata{margin-top:.475rem}atomic-insight-result-children,atomic-result-children{&::part(children-root){margin-inline:-1rem;margin-top:1rem;padding-top:1rem;padding-inline:1rem}&::part(show-hide-button){margin-bottom:.475rem;margin-top:.475rem}}atomic-insight-result-children,atomic-result-children{&::part(children-root){margin-inline:-1rem;margin-top:1rem;padding-top:1rem;padding-inline:1rem}&::part(show-hide-button){margin-bottom:.475rem;margin-top:.475rem}}&.child-result:not(.last-child),.placeholder{margin-bottom:1rem}}&.image-large{grid-template-areas:"visual" "badges" "title" "title-metadata" "emphasized" "excerpt" "bottom-metadata" "actions" "children";grid-template-columns:100%;grid-template-rows:repeat(8,auto);atomic-result-section-visual{aspect-ratio:1/1;height:auto;@supports not (aspect-ratio:1/1){height:7.25rem}margin-bottom:1rem;margin-right:0;width:100%}}&.image-small{grid-template-areas:"badges badges" "visual title" "visual title-metadata" "visual emphasized" "visual ." "excerpt excerpt" "bottom-metadata bottom-metadata" "actions actions" "children children";grid-template-columns:auto minmax(0,1fr);grid-template-rows:repeat(4,auto) minmax(0,1fr) repeat(3,auto);atomic-result-section-visual{height:24vw;margin-bottom:1rem;width:24vw}}&.image-icon{grid-template-areas:"badges badges" "visual title" "visual title-metadata" "visual emphasized" "visual excerpt" "visual bottom-metadata" "visual actions" "visual children";grid-template-columns:auto minmax(0,1fr);grid-template-rows:repeat(7,auto) 1fr;atomic-result-section-visual{height:2rem;margin-bottom:0;width:2rem}}&.image-none{grid-template-areas:"badges" "title" "title-metadata" "emphasized" "excerpt" "bottom-metadata" "actions" "children";grid-template-columns:100%;grid-template-rows:repeat(7,auto);atomic-result-section-visual{display:none}}}}&.image-icon,&.image-none,&.image-small{@media (width >= 1024px){grid-template-areas:"badges" "visual" "title" "title-metadata" "emphasized" "excerpt" "children" "bottom-metadata" "actions";grid-template-columns:100%;grid-template-rows:repeat(9,auto);&.density-comfortable{&.image-large,&.image-small{atomic-result-section-visual{margin:0 auto 2rem}}&.image-icon{atomic-result-section-badges{margin-bottom:2rem}atomic-result-section-visual{height:2rem;width:2rem}}atomic-result-section-visual{margin-bottom:.5rem}atomic-result-section-badges{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-bottom:1rem;--row-height:2rem}atomic-result-section-actions{--font-size:var(--atomic-text-base);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-top:2.25rem;--row-height:2.5rem}atomic-result-section-title{--font-size:var(--atomic-text-2xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);overflow:hidden;word-break:break-word;-webkit-box-orient:vertical;-webkit-line-clamp:2}atomic-result-section-title-metadata{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-top:.475rem}atomic-result-section-emphasized{font-weight:500;--font-size:var(--atomic-text-2xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height)}atomic-result-section-excerpt{--font-size:var(--atomic-text-lg);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);margin-top:2.25rem;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}atomic-result-section-bottom-metadata{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-top:1.75rem;max-height:4rem}}&.density-normal{&.image-large,&.image-small{atomic-result-section-visual{margin:0 auto 1.5rem}}&.image-icon{atomic-result-section-badges{margin-bottom:1.5rem}atomic-result-section-visual{height:2rem;width:2rem}}atomic-result-section-visual{margin-bottom:.5rem}atomic-result-section-badges{margin-bottom:1rem}atomic-result-section-actions,atomic-result-section-badges{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);--row-height:2rem}atomic-result-section-actions{margin-top:1.75rem}atomic-result-section-title{--font-size:var(--atomic-text-xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);overflow:hidden;word-break:break-word;-webkit-box-orient:vertical;-webkit-line-clamp:2}atomic-result-section-title-metadata{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-top:.475rem}atomic-result-section-emphasized{font-weight:500;--font-size:var(--atomic-text-2xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height)}atomic-result-section-excerpt{--font-size:var(--atomic-text-base);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);margin-top:1.75rem;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}atomic-result-section-bottom-metadata{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-top:1.375rem;max-height:3.5rem}}&.density-compact{&.image-large,&.image-small{atomic-result-section-visual{margin:0 auto 1rem}}&.image-icon{atomic-result-section-badges{margin-bottom:1rem}atomic-result-section-visual{height:2rem;width:2rem}}atomic-result-section-visual{margin-bottom:.5rem}atomic-result-section-badges{margin-bottom:1rem}atomic-result-section-actions,atomic-result-section-badges{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);--row-height:2rem}atomic-result-section-actions{margin-top:1.25rem}atomic-result-section-title{--font-size:var(--atomic-text-xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);overflow:hidden;word-break:break-word;-webkit-box-orient:vertical;-webkit-line-clamp:2}atomic-result-section-title-metadata{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-top:.475rem}atomic-result-section-emphasized{font-weight:500;--font-size:var(--atomic-text-2xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height)}atomic-result-section-excerpt{--font-size:var(--atomic-text-base);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);margin-top:1.25rem;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1}atomic-result-section-bottom-metadata{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-top:.9375rem;max-height:3.25rem}}&.image-large{atomic-result-section-visual{aspect-ratio:1/1;height:auto;@supports not (aspect-ratio:1/1){height:19.75rem}width:100%}atomic-result-section-badges{margin-bottom:1rem}}&.image-small{atomic-result-section-visual{aspect-ratio:1/1;height:auto;@supports not (aspect-ratio:1/1){height:14rem}width:100%}}&.image-none{atomic-result-section-visual{display:none}}}@media not all and (width >= 1024px){grid-template-areas:"badges" "visual" "title" "title-metadata" "emphasized" "excerpt" "children" "bottom-metadata" "actions";grid-template-columns:100%;grid-template-rows:repeat(9,auto);&.density-comfortable{atomic-result-section-visual{margin-bottom:1rem}&.image-small{atomic-result-section-visual{height:10.25rem;width:10.25rem}}atomic-result-section-badges{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-bottom:1rem;--row-height:2rem}atomic-result-section-actions{--font-size:var(--atomic-text-base);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-top:1.25rem;--row-height:2rem}atomic-result-section-title{--font-size:var(--atomic-text-lg);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);max-height:3rem;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}atomic-result-section-title-metadata{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-top:.475rem}atomic-result-section-emphasized{font-weight:500;--font-size:var(--atomic-text-2xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height)}atomic-result-section-excerpt{--font-size:var(--atomic-text-base);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);margin-top:1.25rem;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}atomic-result-section-bottom-metadata{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-top:1rem;max-height:3rem}atomic-result-section-children{--font-size:var(--atomic-text-base);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-top:1.25rem}}&.density-normal{atomic-result-section-visual{margin-bottom:.75rem}&.image-small{atomic-result-section-visual{height:10.25rem;width:10.25rem}}atomic-result-section-badges{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-bottom:1rem;--row-height:2rem}atomic-result-section-actions{--font-size:var(--atomic-text-base);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-top:1rem;--row-height:2rem}atomic-result-section-title{--font-size:var(--atomic-text-lg);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);max-height:3rem;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}atomic-result-section-title-metadata{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-top:.475rem}atomic-result-section-emphasized{font-weight:500;--font-size:var(--atomic-text-2xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height)}atomic-result-section-excerpt{--font-size:var(--atomic-text-base);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);margin-top:1rem;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}atomic-result-section-bottom-metadata{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-top:.75rem;max-height:3rem}atomic-result-section-children{--font-size:var(--atomic-text-base);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-top:1rem}}&.density-compact{atomic-result-section-visual{margin-bottom:.5rem}&.image-large{atomic-result-section-visual{width:100%}}&.image-small{atomic-result-section-visual{height:10.25rem;width:10.25rem}}atomic-result-section-badges{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-bottom:1rem;--row-height:2rem}atomic-result-section-actions{--font-size:var(--atomic-text-base);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-top:.75rem;--row-height:2rem}atomic-result-section-title{--font-size:var(--atomic-text-lg);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);max-height:3rem;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}atomic-result-section-title-metadata{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-top:.475rem}atomic-result-section-emphasized{font-weight:500;--font-size:var(--atomic-text-2xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height)}atomic-result-section-excerpt{--font-size:var(--atomic-text-base);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);margin-top:.75rem;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1}atomic-result-section-bottom-metadata{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-top:.5rem;max-height:3rem}atomic-result-section-children{--font-size:var(--atomic-text-base);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-top:.75rem}}&.image-small{atomic-result-section-visual{aspect-ratio:1/1;height:auto;@supports not (aspect-ratio:1/1){height:9rem}width:100%}}&.image-icon{atomic-result-section-visual{height:2rem;width:2rem}}&.image-none{atomic-result-section-visual{display:none}}}}}&.display-table{&.image-large.density-compact{atomic-result-section-visual{height:10.25rem;width:10.25rem}}atomic-result-section-children{atomic-insight-result-children::part(children-root),atomic-result-children::part(children-root){border-color:var(--atomic-neutral);border-radius:16px;border-style:var(--tw-border-style);border-width:1px}}&.density-comfortable{atomic-result-section-visual{margin-right:1.5rem}atomic-result-section-actions,atomic-result-section-badges{margin-bottom:1.5rem;--row-height:2rem}atomic-result-section-title{--font-size:var(--atomic-text-2xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height)}atomic-result-section-excerpt{margin-top:1.75rem;--font-size:var(--atomic-text-lg);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);max-height:4.5rem;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}atomic-result-section-bottom-metadata{margin-top:1.25rem;--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);max-height:4rem}atomic-result-section-title-metadata{margin-top:.475rem}atomic-insight-result-children,atomic-result-children{&::part(children-root){border-color:var(--atomic-neutral);border-radius:16px;border-style:var(--tw-border-style);border-width:1px;margin-top:1.25rem;padding:1.75rem}&::part(show-hide-button){margin-bottom:1.25rem;margin-top:1.25rem}}atomic-insight-result-children,atomic-result-children{&::part(children-root){border-color:var(--atomic-neutral);border-radius:16px;border-style:var(--tw-border-style);border-width:1px;margin-top:1.25rem;padding:1.75rem}&::part(show-hide-button){margin-bottom:1.25rem;margin-top:1.25rem}}&.child-result:not(.last-child),.placeholder{margin-bottom:1.75rem}}&.density-normal{atomic-result-section-visual{margin-right:1rem}atomic-result-section-actions,atomic-result-section-badges{margin-bottom:1rem;--row-height:2rem}atomic-result-section-title{--font-size:var(--atomic-text-xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height)}atomic-result-section-excerpt{margin-top:1.25rem;--font-size:var(--atomic-text-base);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);max-height:2.5rem;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}atomic-result-section-bottom-metadata{margin-top:.875rem;--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);max-height:3.5rem}atomic-result-section-title-metadata{margin-top:.475rem}atomic-insight-result-children,atomic-result-children{&::part(children-root){border-color:var(--atomic-neutral);border-radius:16px;border-style:var(--tw-border-style);border-width:1px;margin-top:.875rem;padding:1.5rem}&::part(show-hide-button){margin-bottom:.875rem;margin-top:.875rem}}atomic-insight-result-children,atomic-result-children{&::part(children-root){border-color:var(--atomic-neutral);border-radius:16px;border-style:var(--tw-border-style);border-width:1px;margin-top:.875rem;padding:1.5rem}&::part(show-hide-button){margin-bottom:.875rem;margin-top:.875rem}}&.child-result:not(.last-child),.placeholder{margin-bottom:1.5rem}}&.density-compact{atomic-result-section-visual{margin-right:1rem}atomic-result-section-actions,atomic-result-section-badges{margin-bottom:1rem;--row-height:2rem}atomic-result-section-title{--font-size:var(--atomic-text-xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height)}atomic-result-section-excerpt{margin-top:1rem;--font-size:var(--atomic-text-base);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);max-height:1.25rem;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1}atomic-result-section-bottom-metadata{margin-top:.6875rem;--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);max-height:3.25rem}atomic-result-section-title-metadata{margin-top:.475rem}atomic-insight-result-children,atomic-result-children{&::part(children-root){border-color:var(--atomic-neutral);border-radius:16px;border-style:var(--tw-border-style);border-width:1px;margin-top:.475rem;padding:1rem}&::part(show-hide-button){margin-bottom:.475rem;margin-top:.475rem}}atomic-insight-result-children,atomic-result-children{&::part(children-root){border-color:var(--atomic-neutral);border-radius:16px;border-style:var(--tw-border-style);border-width:1px;margin-top:.475rem;padding:1rem}&::part(show-hide-button){margin-bottom:.475rem;margin-top:.475rem}}&.child-result:not(.last-child),.placeholder{margin-bottom:1rem}}&.image-large,&.image-small{grid-template-areas:"badges badges . actions" "visual title title title" "visual title-metadata title-metadata title-metadata" "visual emphasized emphasized emphasized" "visual excerpt excerpt excerpt" "visual bottom-metadata bottom-metadata bottom-metadata" "visual children children children";grid-template-columns:minmax(0,min-content) auto 1fr auto;grid-template-rows:repeat(6,auto) minmax(0,1fr)}&.image-large.density-comfortable,&.image-large.density-normal{atomic-result-section-visual{height:20.375rem;width:20.375rem}}&.image-large.density-compact,&.image-small{atomic-result-section-visual{height:10rem;width:10rem}}&.image-icon{grid-template-areas:"badges badges . actions" "visual title title title" "visual title-metadata title-metadata title-metadata" "visual emphasized emphasized emphasized" "visual excerpt excerpt excerpt" "visual bottom-metadata bottom-metadata bottom-metadata" "visual children children children";grid-template-columns:minmax(0,min-content) auto 1fr auto;grid-template-rows:repeat(7,minmax(0,min-content));atomic-result-section-visual{height:2rem;width:2rem}}&.image-none{grid-template-areas:"badges . actions" "title title title" "title-metadata title-metadata title-metadata" "emphasized emphasized emphasized" "excerpt excerpt excerpt" "bottom-metadata bottom-metadata bottom-metadata" "children children children";grid-template-columns:auto 1fr auto;grid-template-rows:repeat(6,auto);atomic-result-section-visual{display:none}}}}atomic-table-element{display:none}}.link-container{display:none}}.result-root{&.display-grid{atomic-result-section-actions{display:none}}.badge{width:14rem}.action{width:10rem}.title{display:grid;grid-auto-flow:column;grid-gap:.5rem;height:var(--line-height);max-width:100%;width:30rem}.fields-placeholder{display:grid;grid-template-columns:repeat(auto-fill,min(11rem,40%));grid-column-gap:.5rem;.field-value-placeholder{height:var(--font-size);margin:calc((var(--line-height) - var(--font-size))/2) 0}}}}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--tw-font-weight:initial;--tw-border-style:solid}}}`;
|
|
11632
|
-
__decorate$
|
|
11632
|
+
__decorate$1v([
|
|
11633
11633
|
decorators_js.property({ type: String })
|
|
11634
11634
|
], AtomicResultPlaceholder.prototype, "display", void 0);
|
|
11635
|
-
__decorate$
|
|
11635
|
+
__decorate$1v([
|
|
11636
11636
|
decorators_js.property({ type: String })
|
|
11637
11637
|
], AtomicResultPlaceholder.prototype, "density", void 0);
|
|
11638
|
-
__decorate$
|
|
11638
|
+
__decorate$1v([
|
|
11639
11639
|
decorators_js.property({ type: String, attribute: 'image-size' })
|
|
11640
11640
|
], AtomicResultPlaceholder.prototype, "imageSize", void 0);
|
|
11641
|
-
AtomicResultPlaceholder = __decorate$
|
|
11641
|
+
AtomicResultPlaceholder = __decorate$1v([
|
|
11642
11642
|
decorators_js.customElement('atomic-result-placeholder'),
|
|
11643
11643
|
withTailwindStyles
|
|
11644
11644
|
], AtomicResultPlaceholder);
|
|
11645
11645
|
|
|
11646
|
-
var __decorate$
|
|
11646
|
+
var __decorate$1u = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
11647
11647
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
11648
11648
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
11649
11649
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
@@ -11721,16 +11721,16 @@ let AtomicResultTablePlaceholder = class AtomicResultTablePlaceholder extends li
|
|
|
11721
11721
|
}
|
|
11722
11722
|
};
|
|
11723
11723
|
AtomicResultTablePlaceholder.styles = lit.css`/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */@layer properties;:host{display:grid}.list-root.display-table{border-collapse:separate;border-color:var(--atomic-neutral);border-radius:var(--atomic-border-radius-xl);border-spacing:0;border-style:var(--tw-border-style);border-width:1px;min-width:100%;td,th{border-color:var(--atomic-neutral);border-style:var(--tw-border-style);border-width:1px;font-family:var(--atomic-font-family);font-size:var(--atomic-text-sm);line-height:var(--tw-leading,var(--text-sm--line-height,1.42857));line-height:1rem;white-space:nowrap;&:not(:first-child){border-left:none}&:first-child{min-width:19rem}}th{background-color:var(--atomic-neutral-light);border-bottom:none;color:#000;font-weight:700;padding:1rem var(--padding);text-align:left;&:first-child{border-top-left-radius:var(--atomic-border-radius-xl)}&:last-child{border-top-right-radius:var(--atomic-border-radius-xl)}}td{border-top:none;color:var(--atomic-neutral-dark);padding:var(--padding);vertical-align:top}&.density-comfortable{--padding:2rem}&.density-normal{--padding:1.5rem}&.density-compact{--padding:1rem}tbody tr:not(:last-child),thead tr{position:relative;&:after{background-color:var(--atomic-neutral);bottom:0;content:" ";display:block;height:1px;left:var(--padding);position:absolute;right:var(--padding)}}td,th{border-color:transparent;border-radius:initial}th{background-color:transparent}}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--tw-border-style:solid}}}`;
|
|
11724
|
-
__decorate$
|
|
11724
|
+
__decorate$1u([
|
|
11725
11725
|
decorators_js.property({ type: String })
|
|
11726
11726
|
], AtomicResultTablePlaceholder.prototype, "density", void 0);
|
|
11727
|
-
__decorate$
|
|
11727
|
+
__decorate$1u([
|
|
11728
11728
|
decorators_js.property({ type: String, attribute: 'image-size' })
|
|
11729
11729
|
], AtomicResultTablePlaceholder.prototype, "imageSize", void 0);
|
|
11730
|
-
__decorate$
|
|
11730
|
+
__decorate$1u([
|
|
11731
11731
|
decorators_js.property({ type: Number })
|
|
11732
11732
|
], AtomicResultTablePlaceholder.prototype, "rows", void 0);
|
|
11733
|
-
AtomicResultTablePlaceholder = __decorate$
|
|
11733
|
+
AtomicResultTablePlaceholder = __decorate$1u([
|
|
11734
11734
|
decorators_js.customElement('atomic-result-table-placeholder'),
|
|
11735
11735
|
withTailwindStyles
|
|
11736
11736
|
], AtomicResultTablePlaceholder);
|
|
@@ -11811,7 +11811,7 @@ const styles$g = lit.css`.list-wrapper.placeholder{.result-component,table.list-
|
|
|
11811
11811
|
|
|
11812
11812
|
const styles$f = lit.css`/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */@layer properties;.list-wrapper.display-table{display:grid;overflow-x:auto}.list-root.display-table{border-collapse:separate;border-spacing:0;min-width:100%;td,th{border-color:var(--atomic-neutral);border-style:var(--tw-border-style);border-width:1px;font-family:var(--atomic-font-family);font-size:var(--atomic-text-sm);line-height:var(--tw-leading,var(--text-sm--line-height,1.42857));line-height:1rem;white-space:nowrap;&:not(:first-child){border-left:none}&:first-child{min-width:19rem}}th{background-color:var(--atomic-neutral-light);border-bottom:none;color:#000;font-weight:700;padding:1rem var(--padding);text-align:left;&:first-child{border-top-left-radius:var(--atomic-border-radius-xl)}&:last-child{border-top-right-radius:var(--atomic-border-radius-xl)}}td{border-top:none;color:var(--atomic-neutral-dark);padding:var(--padding);vertical-align:top}&.density-comfortable{--padding:2rem}&.density-normal{--padding:1.5rem}&.density-compact{--padding:1rem}}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--tw-border-style:solid}}}`;
|
|
11813
11813
|
|
|
11814
|
-
var __decorate$
|
|
11814
|
+
var __decorate$1t = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
11815
11815
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
11816
11816
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
11817
11817
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
@@ -11845,23 +11845,23 @@ AtomicText$1.propsSchema = new Schema({
|
|
|
11845
11845
|
value: new StringValue({ required: true, emptyAllowed: false }),
|
|
11846
11846
|
count: new NumberValue({ required: false }),
|
|
11847
11847
|
});
|
|
11848
|
-
__decorate$
|
|
11848
|
+
__decorate$1t([
|
|
11849
11849
|
decorators_js.state()
|
|
11850
11850
|
], AtomicText$1.prototype, "bindings", void 0);
|
|
11851
|
-
__decorate$
|
|
11851
|
+
__decorate$1t([
|
|
11852
11852
|
decorators_js.state()
|
|
11853
11853
|
], AtomicText$1.prototype, "error", void 0);
|
|
11854
|
-
__decorate$
|
|
11854
|
+
__decorate$1t([
|
|
11855
11855
|
decorators_js.property({ type: String, reflect: true })
|
|
11856
11856
|
], AtomicText$1.prototype, "value", void 0);
|
|
11857
|
-
__decorate$
|
|
11857
|
+
__decorate$1t([
|
|
11858
11858
|
decorators_js.property({ type: Number, reflect: true })
|
|
11859
11859
|
], AtomicText$1.prototype, "count", void 0);
|
|
11860
|
-
__decorate$
|
|
11860
|
+
__decorate$1t([
|
|
11861
11861
|
bindingGuard(),
|
|
11862
11862
|
errorGuard()
|
|
11863
11863
|
], AtomicText$1.prototype, "render", null);
|
|
11864
|
-
AtomicText$1 = AtomicText_1 = __decorate$
|
|
11864
|
+
AtomicText$1 = AtomicText_1 = __decorate$1t([
|
|
11865
11865
|
decorators_js.customElement('atomic-text'),
|
|
11866
11866
|
bindings()
|
|
11867
11867
|
], AtomicText$1);
|
|
@@ -12349,7 +12349,7 @@ const renderRefineModalFiltersClearButton = ({ props }) => {
|
|
|
12349
12349
|
|
|
12350
12350
|
const ATOMIC_MODAL_EXPORT_PARTS = 'backdrop,container,header-wrapper,header,header-ruler,body-wrapper,body,footer-wrapper,footer';
|
|
12351
12351
|
|
|
12352
|
-
var __decorate$
|
|
12352
|
+
var __decorate$1s = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
12353
12353
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
12354
12354
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
12355
12355
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
@@ -12593,25 +12593,25 @@ let AtomicModal = class AtomicModal extends InitializeBindingsMixin(lit.LitEleme
|
|
|
12593
12593
|
}
|
|
12594
12594
|
};
|
|
12595
12595
|
AtomicModal.styles = lit.css`/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */@keyframes scaleUp{0%{opacity:0;transform:scale(.7) translateY(150vh)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes slideDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(150vh)}}article.animate-open{animation:var(--animate-scale-up-modal,scaleUp .5s cubic-bezier(.165,.84,.44,1) forwards)}article.animate-close{animation:var(--animate-slide-down-modal,slideDown .5s linear forwards)}.grid-template-modal{grid-template-areas:". . ." ". modal ." ". . .";grid-template-columns:1fr min(30rem,100%) 1fr;grid-template-rows:1fr auto 3fr}`;
|
|
12596
|
-
__decorate$
|
|
12596
|
+
__decorate$1s([
|
|
12597
12597
|
decorators_js.state()
|
|
12598
12598
|
], AtomicModal.prototype, "bindings", void 0);
|
|
12599
|
-
__decorate$
|
|
12599
|
+
__decorate$1s([
|
|
12600
12600
|
decorators_js.state()
|
|
12601
12601
|
], AtomicModal.prototype, "error", void 0);
|
|
12602
|
-
__decorate$
|
|
12602
|
+
__decorate$1s([
|
|
12603
12603
|
decorators_js.property({ type: String, reflect: true })
|
|
12604
12604
|
], AtomicModal.prototype, "boundary", void 0);
|
|
12605
|
-
__decorate$
|
|
12605
|
+
__decorate$1s([
|
|
12606
12606
|
decorators_js.property({ type: Object, attribute: false })
|
|
12607
12607
|
], AtomicModal.prototype, "close", void 0);
|
|
12608
|
-
__decorate$
|
|
12608
|
+
__decorate$1s([
|
|
12609
12609
|
decorators_js.property({ type: Object, attribute: false })
|
|
12610
12610
|
], AtomicModal.prototype, "container", void 0);
|
|
12611
|
-
__decorate$
|
|
12611
|
+
__decorate$1s([
|
|
12612
12612
|
decorators_js.property({ type: Boolean, reflect: true, converter: booleanConverter })
|
|
12613
12613
|
], AtomicModal.prototype, "fullscreen", void 0);
|
|
12614
|
-
__decorate$
|
|
12614
|
+
__decorate$1s([
|
|
12615
12615
|
decorators_js.property({
|
|
12616
12616
|
type: Boolean,
|
|
12617
12617
|
reflect: true,
|
|
@@ -12619,22 +12619,22 @@ __decorate$1r([
|
|
|
12619
12619
|
converter: booleanConverter,
|
|
12620
12620
|
})
|
|
12621
12621
|
], AtomicModal.prototype, "isOpen", void 0);
|
|
12622
|
-
__decorate$
|
|
12622
|
+
__decorate$1s([
|
|
12623
12623
|
decorators_js.property({ type: Object, attribute: false })
|
|
12624
12624
|
], AtomicModal.prototype, "onAnimationEnded", void 0);
|
|
12625
|
-
__decorate$
|
|
12625
|
+
__decorate$1s([
|
|
12626
12626
|
decorators_js.property({ type: Object, attribute: false })
|
|
12627
12627
|
], AtomicModal.prototype, "scope", void 0);
|
|
12628
|
-
__decorate$
|
|
12628
|
+
__decorate$1s([
|
|
12629
12629
|
decorators_js.property({ type: Object, attribute: false })
|
|
12630
12630
|
], AtomicModal.prototype, "source", void 0);
|
|
12631
|
-
__decorate$
|
|
12631
|
+
__decorate$1s([
|
|
12632
12632
|
errorGuard()
|
|
12633
12633
|
], AtomicModal.prototype, "render", null);
|
|
12634
|
-
__decorate$
|
|
12634
|
+
__decorate$1s([
|
|
12635
12635
|
watch('isOpen', { waitUntilFirstUpdate: false })
|
|
12636
12636
|
], AtomicModal.prototype, "watchToggleOpen", null);
|
|
12637
|
-
AtomicModal = __decorate$
|
|
12637
|
+
AtomicModal = __decorate$1s([
|
|
12638
12638
|
decorators_js.customElement('atomic-modal'),
|
|
12639
12639
|
bindings(),
|
|
12640
12640
|
withTailwindStyles
|
|
@@ -15494,7 +15494,7 @@ function generatePdfPageUrl(uri, pageNumber) {
|
|
|
15494
15494
|
return `${uri}#page=${pageNumber}`;
|
|
15495
15495
|
}
|
|
15496
15496
|
|
|
15497
|
-
var __decorate$
|
|
15497
|
+
var __decorate$1r = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
15498
15498
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
15499
15499
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
15500
15500
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
@@ -15679,33 +15679,33 @@ let AtomicCitation = class AtomicCitation extends lit.LitElement {
|
|
|
15679
15679
|
}
|
|
15680
15680
|
};
|
|
15681
15681
|
AtomicCitation.styles = styles$d;
|
|
15682
|
-
__decorate$
|
|
15682
|
+
__decorate$1r([
|
|
15683
15683
|
decorators_js.property({ type: Object })
|
|
15684
15684
|
], AtomicCitation.prototype, "citation", void 0);
|
|
15685
|
-
__decorate$
|
|
15685
|
+
__decorate$1r([
|
|
15686
15686
|
decorators_js.property({ type: Number })
|
|
15687
15687
|
], AtomicCitation.prototype, "index", void 0);
|
|
15688
|
-
__decorate$
|
|
15688
|
+
__decorate$1r([
|
|
15689
15689
|
decorators_js.property({ type: Object })
|
|
15690
15690
|
], AtomicCitation.prototype, "sendHoverEndEvent", void 0);
|
|
15691
|
-
__decorate$
|
|
15691
|
+
__decorate$1r([
|
|
15692
15692
|
decorators_js.property({ type: Object })
|
|
15693
15693
|
], AtomicCitation.prototype, "interactiveCitation", void 0);
|
|
15694
|
-
__decorate$
|
|
15694
|
+
__decorate$1r([
|
|
15695
15695
|
decorators_js.property({ type: Boolean, attribute: 'disable-citation-anchoring' })
|
|
15696
15696
|
], AtomicCitation.prototype, "disableCitationAnchoring", void 0);
|
|
15697
|
-
__decorate$
|
|
15697
|
+
__decorate$1r([
|
|
15698
15698
|
decorators_js.state()
|
|
15699
15699
|
], AtomicCitation.prototype, "isOpen", void 0);
|
|
15700
|
-
__decorate$
|
|
15700
|
+
__decorate$1r([
|
|
15701
15701
|
watch('isOpen')
|
|
15702
15702
|
], AtomicCitation.prototype, "sendHoverAnalytics", null);
|
|
15703
|
-
AtomicCitation = __decorate$
|
|
15703
|
+
AtomicCitation = __decorate$1r([
|
|
15704
15704
|
decorators_js.customElement('atomic-citation'),
|
|
15705
15705
|
withTailwindStyles
|
|
15706
15706
|
], AtomicCitation);
|
|
15707
15707
|
|
|
15708
|
-
var __decorate$
|
|
15708
|
+
var __decorate$1q = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
15709
15709
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
15710
15710
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
15711
15711
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
@@ -15831,40 +15831,40 @@ let AtomicFacetNumberInput = class AtomicFacetNumberInput extends LightDomMixin(
|
|
|
15831
15831
|
}
|
|
15832
15832
|
};
|
|
15833
15833
|
AtomicFacetNumberInput.styles = lit.css`[part=input-form]{display:grid;grid-template-areas:"label-start label-end ." "input-start input-end apply-button";grid-template-columns:1fr 1fr auto}[part=label-start]{grid-area:label-start}[part=label-end]{grid-area:label-end}[part=input-start]{grid-area:input-start}[part=input-end]{grid-area:input-end}[part=input-apply-button]{grid-area:apply-button}`;
|
|
15834
|
-
__decorate$
|
|
15834
|
+
__decorate$1q([
|
|
15835
15835
|
decorators_js.property({ type: String })
|
|
15836
15836
|
], AtomicFacetNumberInput.prototype, "type", void 0);
|
|
15837
|
-
__decorate$
|
|
15837
|
+
__decorate$1q([
|
|
15838
15838
|
decorators_js.property({ type: String })
|
|
15839
15839
|
], AtomicFacetNumberInput.prototype, "label", void 0);
|
|
15840
|
-
__decorate$
|
|
15840
|
+
__decorate$1q([
|
|
15841
15841
|
decorators_js.property({ type: Object })
|
|
15842
15842
|
], AtomicFacetNumberInput.prototype, "filter", void 0);
|
|
15843
|
-
__decorate$
|
|
15843
|
+
__decorate$1q([
|
|
15844
15844
|
decorators_js.property({ type: Object, attribute: 'filter-state' })
|
|
15845
15845
|
], AtomicFacetNumberInput.prototype, "filterState", void 0);
|
|
15846
|
-
__decorate$
|
|
15846
|
+
__decorate$1q([
|
|
15847
15847
|
decorators_js.state()
|
|
15848
15848
|
], AtomicFacetNumberInput.prototype, "bindings", void 0);
|
|
15849
|
-
__decorate$
|
|
15849
|
+
__decorate$1q([
|
|
15850
15850
|
decorators_js.state()
|
|
15851
15851
|
], AtomicFacetNumberInput.prototype, "error", void 0);
|
|
15852
|
-
__decorate$
|
|
15852
|
+
__decorate$1q([
|
|
15853
15853
|
decorators_js.state()
|
|
15854
15854
|
], AtomicFacetNumberInput.prototype, "start", void 0);
|
|
15855
|
-
__decorate$
|
|
15855
|
+
__decorate$1q([
|
|
15856
15856
|
decorators_js.state()
|
|
15857
15857
|
], AtomicFacetNumberInput.prototype, "end", void 0);
|
|
15858
|
-
__decorate$
|
|
15858
|
+
__decorate$1q([
|
|
15859
15859
|
bindingGuard(),
|
|
15860
15860
|
errorGuard()
|
|
15861
15861
|
], AtomicFacetNumberInput.prototype, "render", null);
|
|
15862
|
-
AtomicFacetNumberInput = __decorate$
|
|
15862
|
+
AtomicFacetNumberInput = __decorate$1q([
|
|
15863
15863
|
decorators_js.customElement('atomic-facet-number-input'),
|
|
15864
15864
|
bindings()
|
|
15865
15865
|
], AtomicFacetNumberInput);
|
|
15866
15866
|
|
|
15867
|
-
var __decorate$
|
|
15867
|
+
var __decorate$1p = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
15868
15868
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
15869
15869
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
15870
15870
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
@@ -15991,29 +15991,29 @@ let AtomicFocusTrap$1 = class AtomicFocusTrap extends LightDomMixin(lit.LitEleme
|
|
|
15991
15991
|
return this.container ?? this;
|
|
15992
15992
|
}
|
|
15993
15993
|
};
|
|
15994
|
-
__decorate$
|
|
15994
|
+
__decorate$1p([
|
|
15995
15995
|
decorators_js.property({ type: Boolean, converter: booleanConverter })
|
|
15996
15996
|
], AtomicFocusTrap$1.prototype, "active", void 0);
|
|
15997
|
-
__decorate$
|
|
15997
|
+
__decorate$1p([
|
|
15998
15998
|
decorators_js.property({ type: Object })
|
|
15999
15999
|
], AtomicFocusTrap$1.prototype, "source", void 0);
|
|
16000
|
-
__decorate$
|
|
16000
|
+
__decorate$1p([
|
|
16001
16001
|
decorators_js.property({ type: Object })
|
|
16002
16002
|
], AtomicFocusTrap$1.prototype, "container", void 0);
|
|
16003
|
-
__decorate$
|
|
16003
|
+
__decorate$1p([
|
|
16004
16004
|
decorators_js.property({
|
|
16005
16005
|
type: Boolean,
|
|
16006
16006
|
attribute: 'should-hide-self',
|
|
16007
16007
|
converter: booleanConverter,
|
|
16008
16008
|
})
|
|
16009
16009
|
], AtomicFocusTrap$1.prototype, "shouldHideSelf", void 0);
|
|
16010
|
-
__decorate$
|
|
16010
|
+
__decorate$1p([
|
|
16011
16011
|
decorators_js.property({ type: Object })
|
|
16012
16012
|
], AtomicFocusTrap$1.prototype, "scope", void 0);
|
|
16013
|
-
__decorate$
|
|
16013
|
+
__decorate$1p([
|
|
16014
16014
|
watch('active', { waitUntilFirstUpdate: true })
|
|
16015
16015
|
], AtomicFocusTrap$1.prototype, "handleActiveChange", null);
|
|
16016
|
-
AtomicFocusTrap$1 = __decorate$
|
|
16016
|
+
AtomicFocusTrap$1 = __decorate$1p([
|
|
16017
16017
|
decorators_js.customElement('atomic-focus-trap')
|
|
16018
16018
|
], AtomicFocusTrap$1);
|
|
16019
16019
|
|
|
@@ -18778,7 +18778,7 @@ const renderSourceCitations = ({ props }) => {
|
|
|
18778
18778
|
: lit.nothing;
|
|
18779
18779
|
};
|
|
18780
18780
|
|
|
18781
|
-
var __decorate$
|
|
18781
|
+
var __decorate$1o = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
18782
18782
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
18783
18783
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
18784
18784
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
@@ -18935,28 +18935,28 @@ let AtomicGeneratedAnswerContent = class AtomicGeneratedAnswerContent extends li
|
|
|
18935
18935
|
}
|
|
18936
18936
|
};
|
|
18937
18937
|
AtomicGeneratedAnswerContent.styles = [generatedAnswer];
|
|
18938
|
-
__decorate$
|
|
18938
|
+
__decorate$1o([
|
|
18939
18939
|
decorators_js.property({ attribute: false })
|
|
18940
18940
|
], AtomicGeneratedAnswerContent.prototype, "generatedAnswer", void 0);
|
|
18941
|
-
__decorate$
|
|
18941
|
+
__decorate$1o([
|
|
18942
18942
|
decorators_js.property({ attribute: false })
|
|
18943
18943
|
], AtomicGeneratedAnswerContent.prototype, "i18n", void 0);
|
|
18944
|
-
__decorate$
|
|
18944
|
+
__decorate$1o([
|
|
18945
18945
|
decorators_js.property({ attribute: false })
|
|
18946
18946
|
], AtomicGeneratedAnswerContent.prototype, "renderCitations", void 0);
|
|
18947
|
-
__decorate$
|
|
18947
|
+
__decorate$1o([
|
|
18948
18948
|
decorators_js.property({ attribute: false })
|
|
18949
18949
|
], AtomicGeneratedAnswerContent.prototype, "onClickLike", void 0);
|
|
18950
|
-
__decorate$
|
|
18950
|
+
__decorate$1o([
|
|
18951
18951
|
decorators_js.property({ attribute: false })
|
|
18952
18952
|
], AtomicGeneratedAnswerContent.prototype, "onClickDislike", void 0);
|
|
18953
|
-
__decorate$
|
|
18953
|
+
__decorate$1o([
|
|
18954
18954
|
decorators_js.property({ attribute: false })
|
|
18955
18955
|
], AtomicGeneratedAnswerContent.prototype, "onCopyToClipboard", void 0);
|
|
18956
|
-
__decorate$
|
|
18956
|
+
__decorate$1o([
|
|
18957
18957
|
decorators_js.state()
|
|
18958
18958
|
], AtomicGeneratedAnswerContent.prototype, "copyState", void 0);
|
|
18959
|
-
AtomicGeneratedAnswerContent = __decorate$
|
|
18959
|
+
AtomicGeneratedAnswerContent = __decorate$1o([
|
|
18960
18960
|
decorators_js.customElement('atomic-generated-answer-content'),
|
|
18961
18961
|
withTailwindStyles
|
|
18962
18962
|
], AtomicGeneratedAnswerContent);
|
|
@@ -18992,7 +18992,7 @@ const renderIconButton = ({ props, }) => {
|
|
|
18992
18992
|
`;
|
|
18993
18993
|
};
|
|
18994
18994
|
|
|
18995
|
-
var __decorate$
|
|
18995
|
+
var __decorate$1n = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
18996
18996
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
18997
18997
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
18998
18998
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
@@ -19345,7 +19345,7 @@ AtomicGeneratedAnswerFeedbackModal$1.options = [
|
|
|
19345
19345
|
},
|
|
19346
19346
|
];
|
|
19347
19347
|
AtomicGeneratedAnswerFeedbackModal$1.styles = lit.css`/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */[part=generated-answer-feedback-modal]{&::part(container){min-width:calc(var(--spacing, .25rem)*170)}&::part(body),&::part(footer),&::part(header){max-width:calc(var(--spacing, .25rem)*170)}@media not all and (width >= 1024px){&::part(container){min-width:100%;width:auto}&::part(body),&::part(footer),&::part(header){max-width:100%}[part=buttons]{.required-label{font-size:var(--atomic-text-sm);line-height:var(--tw-leading,var(--text-sm--line-height,1.42857))}}[part=form]{.answer-evaluation{display:block}.options{margin-top:calc(var(--spacing, .25rem)*2)}}[part=modal-header]{.hide{display:none}}}}[part=form]{.active{background-color:var(--atomic-primary-background);border-color:var(--atomic-primary-light);color:var(--atomic-primary-light)}.text-error-red{color:var(--atomic-inline-code)}}`;
|
|
19348
|
-
__decorate$
|
|
19348
|
+
__decorate$1n([
|
|
19349
19349
|
decorators_js.property({
|
|
19350
19350
|
type: Boolean,
|
|
19351
19351
|
reflect: true,
|
|
@@ -19353,41 +19353,41 @@ __decorate$1m([
|
|
|
19353
19353
|
converter: booleanConverter,
|
|
19354
19354
|
})
|
|
19355
19355
|
], AtomicGeneratedAnswerFeedbackModal$1.prototype, "isOpen", void 0);
|
|
19356
|
-
__decorate$
|
|
19356
|
+
__decorate$1n([
|
|
19357
19357
|
decorators_js.property({ type: Object, attribute: false })
|
|
19358
19358
|
], AtomicGeneratedAnswerFeedbackModal$1.prototype, "generatedAnswer", void 0);
|
|
19359
|
-
__decorate$
|
|
19359
|
+
__decorate$1n([
|
|
19360
19360
|
decorators_js.property({ type: Boolean, reflect: true })
|
|
19361
19361
|
], AtomicGeneratedAnswerFeedbackModal$1.prototype, "helpful", void 0);
|
|
19362
|
-
__decorate$
|
|
19362
|
+
__decorate$1n([
|
|
19363
19363
|
decorators_js.state()
|
|
19364
19364
|
], AtomicGeneratedAnswerFeedbackModal$1.prototype, "bindings", void 0);
|
|
19365
|
-
__decorate$
|
|
19365
|
+
__decorate$1n([
|
|
19366
19366
|
decorators_js.state()
|
|
19367
19367
|
], AtomicGeneratedAnswerFeedbackModal$1.prototype, "error", void 0);
|
|
19368
|
-
__decorate$
|
|
19368
|
+
__decorate$1n([
|
|
19369
19369
|
decorators_js.state()
|
|
19370
19370
|
], AtomicGeneratedAnswerFeedbackModal$1.prototype, "currentAnswer", void 0);
|
|
19371
|
-
__decorate$
|
|
19371
|
+
__decorate$1n([
|
|
19372
19372
|
decorators_js.state()
|
|
19373
19373
|
], AtomicGeneratedAnswerFeedbackModal$1.prototype, "feedbackSubmitted", void 0);
|
|
19374
|
-
__decorate$
|
|
19374
|
+
__decorate$1n([
|
|
19375
19375
|
decorators_js.state()
|
|
19376
19376
|
], AtomicGeneratedAnswerFeedbackModal$1.prototype, "answerEvaluationRequired", void 0);
|
|
19377
|
-
__decorate$
|
|
19377
|
+
__decorate$1n([
|
|
19378
19378
|
watch('isOpen')
|
|
19379
19379
|
], AtomicGeneratedAnswerFeedbackModal$1.prototype, "watchToggleOpen", null);
|
|
19380
|
-
__decorate$
|
|
19380
|
+
__decorate$1n([
|
|
19381
19381
|
errorGuard(),
|
|
19382
19382
|
bindingGuard()
|
|
19383
19383
|
], AtomicGeneratedAnswerFeedbackModal$1.prototype, "render", null);
|
|
19384
|
-
AtomicGeneratedAnswerFeedbackModal$1 = AtomicGeneratedAnswerFeedbackModal_1 = __decorate$
|
|
19384
|
+
AtomicGeneratedAnswerFeedbackModal$1 = AtomicGeneratedAnswerFeedbackModal_1 = __decorate$1n([
|
|
19385
19385
|
decorators_js.customElement('atomic-generated-answer-feedback-modal'),
|
|
19386
19386
|
bindings(),
|
|
19387
19387
|
withTailwindStyles
|
|
19388
19388
|
], AtomicGeneratedAnswerFeedbackModal$1);
|
|
19389
19389
|
|
|
19390
|
-
var __decorate$
|
|
19390
|
+
var __decorate$1m = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
19391
19391
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
19392
19392
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
19393
19393
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
@@ -19531,27 +19531,27 @@ let AtomicGeneratedAnswerThreadItem = class AtomicGeneratedAnswerThreadItem exte
|
|
|
19531
19531
|
`;
|
|
19532
19532
|
}
|
|
19533
19533
|
};
|
|
19534
|
-
__decorate$
|
|
19534
|
+
__decorate$1m([
|
|
19535
19535
|
decorators_js.property({ type: String })
|
|
19536
19536
|
], AtomicGeneratedAnswerThreadItem.prototype, "title", void 0);
|
|
19537
|
-
__decorate$
|
|
19537
|
+
__decorate$1m([
|
|
19538
19538
|
decorators_js.property({ type: Boolean, attribute: 'disable-collapse' })
|
|
19539
19539
|
], AtomicGeneratedAnswerThreadItem.prototype, "disableCollapse", void 0);
|
|
19540
|
-
__decorate$
|
|
19540
|
+
__decorate$1m([
|
|
19541
19541
|
decorators_js.property({ type: Boolean, attribute: 'hide-line' })
|
|
19542
19542
|
], AtomicGeneratedAnswerThreadItem.prototype, "hideLine", void 0);
|
|
19543
|
-
__decorate$
|
|
19543
|
+
__decorate$1m([
|
|
19544
19544
|
decorators_js.property({ type: Boolean, attribute: 'is-expanded' })
|
|
19545
19545
|
], AtomicGeneratedAnswerThreadItem.prototype, "isExpanded", void 0);
|
|
19546
|
-
__decorate$
|
|
19546
|
+
__decorate$1m([
|
|
19547
19547
|
decorators_js.property({ type: Boolean, attribute: 'show-timeline-dot' })
|
|
19548
19548
|
], AtomicGeneratedAnswerThreadItem.prototype, "showTimelineDot", void 0);
|
|
19549
|
-
AtomicGeneratedAnswerThreadItem = __decorate$
|
|
19549
|
+
AtomicGeneratedAnswerThreadItem = __decorate$1m([
|
|
19550
19550
|
decorators_js.customElement('atomic-generated-answer-thread-item'),
|
|
19551
19551
|
withTailwindStyles
|
|
19552
19552
|
], AtomicGeneratedAnswerThreadItem);
|
|
19553
19553
|
|
|
19554
|
-
var __decorate$
|
|
19554
|
+
var __decorate$1l = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
19555
19555
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
19556
19556
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
19557
19557
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
@@ -19686,33 +19686,33 @@ let AtomicGeneratedAnswerThread = class AtomicGeneratedAnswerThread extends lit.
|
|
|
19686
19686
|
`;
|
|
19687
19687
|
}
|
|
19688
19688
|
};
|
|
19689
|
-
__decorate$
|
|
19689
|
+
__decorate$1l([
|
|
19690
19690
|
decorators_js.property({ attribute: false })
|
|
19691
19691
|
], AtomicGeneratedAnswerThread.prototype, "generatedAnswers", void 0);
|
|
19692
|
-
__decorate$
|
|
19692
|
+
__decorate$1l([
|
|
19693
19693
|
decorators_js.property({ attribute: false })
|
|
19694
19694
|
], AtomicGeneratedAnswerThread.prototype, "i18n", void 0);
|
|
19695
|
-
__decorate$
|
|
19695
|
+
__decorate$1l([
|
|
19696
19696
|
decorators_js.property({ attribute: false })
|
|
19697
19697
|
], AtomicGeneratedAnswerThread.prototype, "renderCitations", void 0);
|
|
19698
|
-
__decorate$
|
|
19698
|
+
__decorate$1l([
|
|
19699
19699
|
decorators_js.property({ attribute: false })
|
|
19700
19700
|
], AtomicGeneratedAnswerThread.prototype, "onClickLike", void 0);
|
|
19701
|
-
__decorate$
|
|
19701
|
+
__decorate$1l([
|
|
19702
19702
|
decorators_js.property({ attribute: false })
|
|
19703
19703
|
], AtomicGeneratedAnswerThread.prototype, "onClickDislike", void 0);
|
|
19704
|
-
__decorate$
|
|
19704
|
+
__decorate$1l([
|
|
19705
19705
|
decorators_js.property({ attribute: false })
|
|
19706
19706
|
], AtomicGeneratedAnswerThread.prototype, "onCopyToClipboard", void 0);
|
|
19707
|
-
__decorate$
|
|
19707
|
+
__decorate$1l([
|
|
19708
19708
|
decorators_js.state()
|
|
19709
19709
|
], AtomicGeneratedAnswerThread.prototype, "allGeneratedAnswersDisplayed", void 0);
|
|
19710
|
-
AtomicGeneratedAnswerThread = __decorate$
|
|
19710
|
+
AtomicGeneratedAnswerThread = __decorate$1l([
|
|
19711
19711
|
decorators_js.customElement('atomic-generated-answer-thread'),
|
|
19712
19712
|
withTailwindStyles
|
|
19713
19713
|
], AtomicGeneratedAnswerThread);
|
|
19714
19714
|
|
|
19715
|
-
var __decorate$
|
|
19715
|
+
var __decorate$1k = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
19716
19716
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
19717
19717
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
19718
19718
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
@@ -19725,20 +19725,20 @@ var __decorate$1j = (undefined && undefined.__decorate) || function (decorators,
|
|
|
19725
19725
|
*/
|
|
19726
19726
|
let AtomicLayoutSection$1 = class AtomicLayoutSection extends LightDomMixin(lit.LitElement) {
|
|
19727
19727
|
};
|
|
19728
|
-
__decorate$
|
|
19728
|
+
__decorate$1k([
|
|
19729
19729
|
decorators_js.property({ type: String, reflect: true })
|
|
19730
19730
|
], AtomicLayoutSection$1.prototype, "section", void 0);
|
|
19731
|
-
__decorate$
|
|
19731
|
+
__decorate$1k([
|
|
19732
19732
|
decorators_js.property({ type: String, reflect: true, attribute: 'min-width' })
|
|
19733
19733
|
], AtomicLayoutSection$1.prototype, "minWidth", void 0);
|
|
19734
|
-
__decorate$
|
|
19734
|
+
__decorate$1k([
|
|
19735
19735
|
decorators_js.property({ type: String, reflect: true, attribute: 'max-width' })
|
|
19736
19736
|
], AtomicLayoutSection$1.prototype, "maxWidth", void 0);
|
|
19737
|
-
AtomicLayoutSection$1 = __decorate$
|
|
19737
|
+
AtomicLayoutSection$1 = __decorate$1k([
|
|
19738
19738
|
decorators_js.customElement('atomic-layout-section')
|
|
19739
19739
|
], AtomicLayoutSection$1);
|
|
19740
19740
|
|
|
19741
|
-
var __decorate$
|
|
19741
|
+
var __decorate$1j = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
19742
19742
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
19743
19743
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
19744
19744
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
@@ -19756,25 +19756,25 @@ let AtomicNumericRange$1 = class AtomicNumericRange extends LightDomMixin(lit.Li
|
|
|
19756
19756
|
this.endInclusive = false;
|
|
19757
19757
|
}
|
|
19758
19758
|
};
|
|
19759
|
-
__decorate$
|
|
19759
|
+
__decorate$1j([
|
|
19760
19760
|
decorators_js.property({ reflect: true })
|
|
19761
19761
|
], AtomicNumericRange$1.prototype, "label", void 0);
|
|
19762
|
-
__decorate$
|
|
19762
|
+
__decorate$1j([
|
|
19763
19763
|
decorators_js.property({ type: Number, reflect: true })
|
|
19764
19764
|
], AtomicNumericRange$1.prototype, "start", void 0);
|
|
19765
|
-
__decorate$
|
|
19765
|
+
__decorate$1j([
|
|
19766
19766
|
decorators_js.property({ type: Number, reflect: true })
|
|
19767
19767
|
], AtomicNumericRange$1.prototype, "end", void 0);
|
|
19768
|
-
__decorate$
|
|
19768
|
+
__decorate$1j([
|
|
19769
19769
|
decorators_js.property({ type: Boolean, reflect: true })
|
|
19770
19770
|
], AtomicNumericRange$1.prototype, "endInclusive", void 0);
|
|
19771
|
-
AtomicNumericRange$1 = __decorate$
|
|
19771
|
+
AtomicNumericRange$1 = __decorate$1j([
|
|
19772
19772
|
decorators_js.customElement('atomic-numeric-range')
|
|
19773
19773
|
], AtomicNumericRange$1);
|
|
19774
19774
|
|
|
19775
19775
|
var styles$8 = lit.css`/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */@layer components{:host{color:var(--atomic-on-background);font-size:var(--atomic-text-lg);line-height:var(--tw-leading,var(--text-lg--line-height,1.55556));line-height:calc(var(--text-lg)*var(--atomic-line-height-ratio));.wrapper{display:flow-root;.margin{margin:1rem 0}}}p{margin-top:calc(var(--spacing, .25rem)*4)}ol,p,ul{margin-bottom:calc(var(--spacing, .25rem)*4)}ol,ul{list-style-position:outside;list-style-type:decimal;padding-left:calc(var(--spacing, .25rem)*10)}a{color:var(--atomic-primary);text-decoration-line:underline}}`;
|
|
19776
19776
|
|
|
19777
|
-
var __decorate$
|
|
19777
|
+
var __decorate$1i = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
19778
19778
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
19779
19779
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
19780
19780
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
@@ -19899,18 +19899,18 @@ let AtomicSmartSnippetAnswer = class AtomicSmartSnippetAnswer extends lit.LitEle
|
|
|
19899
19899
|
}
|
|
19900
19900
|
};
|
|
19901
19901
|
AtomicSmartSnippetAnswer.styles = styles$8;
|
|
19902
|
-
__decorate$
|
|
19902
|
+
__decorate$1i([
|
|
19903
19903
|
decorators_js.property({ type: String, attribute: 'html-content' })
|
|
19904
19904
|
], AtomicSmartSnippetAnswer.prototype, "htmlContent", void 0);
|
|
19905
|
-
__decorate$
|
|
19905
|
+
__decorate$1i([
|
|
19906
19906
|
decorators_js.property({ type: String, attribute: 'inner-style' })
|
|
19907
19907
|
], AtomicSmartSnippetAnswer.prototype, "innerStyle", void 0);
|
|
19908
|
-
AtomicSmartSnippetAnswer = __decorate$
|
|
19908
|
+
AtomicSmartSnippetAnswer = __decorate$1i([
|
|
19909
19909
|
decorators_js.customElement('atomic-smart-snippet-answer'),
|
|
19910
19910
|
withTailwindStyles
|
|
19911
19911
|
], AtomicSmartSnippetAnswer);
|
|
19912
19912
|
|
|
19913
|
-
var __decorate$
|
|
19913
|
+
var __decorate$1h = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
19914
19914
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
19915
19915
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
19916
19916
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
@@ -20004,32 +20004,32 @@ AtomicSmartSnippetCollapseWrapper.styles = lit.css`:host{display:block}:host(.in
|
|
|
20004
20004
|
--atomic-smart-snippet-gradient-start,calc(max(var(--collapsed-size) - (var(--line-height) * 1.5),
|
|
20005
20005
|
var(--collapsed-size) * 0.5))
|
|
20006
20006
|
);mask-image:linear-gradient(#000,#000 var(--gradient-start),transparent 100%)}:host(.expanded) .smart-snippet-content{height:auto;mask-image:none;max-height:9999999px;transition:max-height 2s cubic-bezier(1,0,1,0) 0s}:host(.expanded) button atomic-icon{transform:scaleY(-1)}`;
|
|
20007
|
-
__decorate$
|
|
20007
|
+
__decorate$1h([
|
|
20008
20008
|
decorators_js.state()
|
|
20009
20009
|
], AtomicSmartSnippetCollapseWrapper.prototype, "bindings", void 0);
|
|
20010
|
-
__decorate$
|
|
20010
|
+
__decorate$1h([
|
|
20011
20011
|
decorators_js.state()
|
|
20012
20012
|
], AtomicSmartSnippetCollapseWrapper.prototype, "error", void 0);
|
|
20013
|
-
__decorate$
|
|
20013
|
+
__decorate$1h([
|
|
20014
20014
|
decorators_js.property({ type: Number, reflect: true, attribute: 'maximum-height' })
|
|
20015
20015
|
], AtomicSmartSnippetCollapseWrapper.prototype, "maximumHeight", void 0);
|
|
20016
|
-
__decorate$
|
|
20016
|
+
__decorate$1h([
|
|
20017
20017
|
decorators_js.property({ type: Number, reflect: true, attribute: 'collapsed-height' })
|
|
20018
20018
|
], AtomicSmartSnippetCollapseWrapper.prototype, "collapsedHeight", void 0);
|
|
20019
|
-
__decorate$
|
|
20019
|
+
__decorate$1h([
|
|
20020
20020
|
decorators_js.state()
|
|
20021
20021
|
], AtomicSmartSnippetCollapseWrapper.prototype, "isExpanded", void 0);
|
|
20022
|
-
__decorate$
|
|
20022
|
+
__decorate$1h([
|
|
20023
20023
|
decorators_js.state()
|
|
20024
20024
|
], AtomicSmartSnippetCollapseWrapper.prototype, "showButton", void 0);
|
|
20025
|
-
__decorate$
|
|
20025
|
+
__decorate$1h([
|
|
20026
20026
|
decorators_js.state()
|
|
20027
20027
|
], AtomicSmartSnippetCollapseWrapper.prototype, "fullHeight", void 0);
|
|
20028
|
-
__decorate$
|
|
20028
|
+
__decorate$1h([
|
|
20029
20029
|
errorGuard(),
|
|
20030
20030
|
bindingGuard()
|
|
20031
20031
|
], AtomicSmartSnippetCollapseWrapper.prototype, "render", null);
|
|
20032
|
-
AtomicSmartSnippetCollapseWrapper = __decorate$
|
|
20032
|
+
AtomicSmartSnippetCollapseWrapper = __decorate$1h([
|
|
20033
20033
|
decorators_js.customElement('atomic-smart-snippet-collapse-wrapper'),
|
|
20034
20034
|
bindings(),
|
|
20035
20035
|
withTailwindStyles
|
|
@@ -20040,7 +20040,7 @@ const styles$7 = lit.css`/*! tailwindcss v4.1.18 | MIT License | https://tailwin
|
|
|
20040
20040
|
var(--collapsed-size) * 0.5))
|
|
20041
20041
|
);color:var(--atomic-on-background);mask-image:linear-gradient(#000,#000 var(--gradient-start),transparent 100%)}atomic-smart-snippet-answer.loaded{transition:height .25s ease-in-out}button atomic-icon{position:relative;top:calc(var(--spacing, .25rem)*.5)}.expanded atomic-smart-snippet-answer{height:var(--full-height);mask-image:none}.expanded button atomic-icon{top:calc(var(--spacing, .25rem)*0);--tw-scale-y:-100%;scale:var(--tw-scale-x) var(--tw-scale-y)}@property --tw-scale-x{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-z{syntax:"*";inherits:false;initial-value:1}@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--tw-scale-x:1;--tw-scale-y:1;--tw-scale-z:1}}}`;
|
|
20042
20042
|
|
|
20043
|
-
var __decorate$
|
|
20043
|
+
var __decorate$1g = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
20044
20044
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
20045
20045
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
20046
20046
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
@@ -20169,35 +20169,35 @@ let AtomicSmartSnippetExpandableAnswer = class AtomicSmartSnippetExpandableAnswe
|
|
|
20169
20169
|
}
|
|
20170
20170
|
};
|
|
20171
20171
|
AtomicSmartSnippetExpandableAnswer.styles = styles$7;
|
|
20172
|
-
__decorate$
|
|
20172
|
+
__decorate$1g([
|
|
20173
20173
|
decorators_js.state()
|
|
20174
20174
|
], AtomicSmartSnippetExpandableAnswer.prototype, "bindings", void 0);
|
|
20175
|
-
__decorate$
|
|
20175
|
+
__decorate$1g([
|
|
20176
20176
|
decorators_js.state()
|
|
20177
20177
|
], AtomicSmartSnippetExpandableAnswer.prototype, "error", void 0);
|
|
20178
|
-
__decorate$
|
|
20178
|
+
__decorate$1g([
|
|
20179
20179
|
decorators_js.property({ type: Boolean, reflect: true, converter: booleanConverter })
|
|
20180
20180
|
], AtomicSmartSnippetExpandableAnswer.prototype, "expanded", void 0);
|
|
20181
|
-
__decorate$
|
|
20181
|
+
__decorate$1g([
|
|
20182
20182
|
decorators_js.property({ type: String })
|
|
20183
20183
|
], AtomicSmartSnippetExpandableAnswer.prototype, "htmlContent", void 0);
|
|
20184
|
-
__decorate$
|
|
20184
|
+
__decorate$1g([
|
|
20185
20185
|
decorators_js.property({ type: Number, reflect: true })
|
|
20186
20186
|
], AtomicSmartSnippetExpandableAnswer.prototype, "maximumHeight", void 0);
|
|
20187
|
-
__decorate$
|
|
20187
|
+
__decorate$1g([
|
|
20188
20188
|
decorators_js.property({ type: Number, reflect: true })
|
|
20189
20189
|
], AtomicSmartSnippetExpandableAnswer.prototype, "collapsedHeight", void 0);
|
|
20190
|
-
__decorate$
|
|
20190
|
+
__decorate$1g([
|
|
20191
20191
|
decorators_js.property({ type: String })
|
|
20192
20192
|
], AtomicSmartSnippetExpandableAnswer.prototype, "snippetStyle", void 0);
|
|
20193
|
-
__decorate$
|
|
20193
|
+
__decorate$1g([
|
|
20194
20194
|
decorators_js.state()
|
|
20195
20195
|
], AtomicSmartSnippetExpandableAnswer.prototype, "fullHeight", void 0);
|
|
20196
|
-
__decorate$
|
|
20196
|
+
__decorate$1g([
|
|
20197
20197
|
errorGuard(),
|
|
20198
20198
|
bindingGuard()
|
|
20199
20199
|
], AtomicSmartSnippetExpandableAnswer.prototype, "render", null);
|
|
20200
|
-
AtomicSmartSnippetExpandableAnswer = __decorate$
|
|
20200
|
+
AtomicSmartSnippetExpandableAnswer = __decorate$1g([
|
|
20201
20201
|
decorators_js.customElement('atomic-smart-snippet-expandable-answer'),
|
|
20202
20202
|
bindings(),
|
|
20203
20203
|
withTailwindStyles
|
|
@@ -20239,7 +20239,7 @@ function getStringValueFromResultOrNull(result, field) {
|
|
|
20239
20239
|
return value;
|
|
20240
20240
|
}
|
|
20241
20241
|
|
|
20242
|
-
var __decorate$
|
|
20242
|
+
var __decorate$1f = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
20243
20243
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
20244
20244
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
20245
20245
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
@@ -20370,10 +20370,10 @@ AtomicResultText$1.propsSchema = new Schema({
|
|
|
20370
20370
|
shouldHighlight: new BooleanValue(),
|
|
20371
20371
|
disableHighlight: new BooleanValue(),
|
|
20372
20372
|
});
|
|
20373
|
-
__decorate$
|
|
20373
|
+
__decorate$1f([
|
|
20374
20374
|
decorators_js.property({ type: String, reflect: true })
|
|
20375
20375
|
], AtomicResultText$1.prototype, "field", void 0);
|
|
20376
|
-
__decorate$
|
|
20376
|
+
__decorate$1f([
|
|
20377
20377
|
decorators_js.property({
|
|
20378
20378
|
type: Boolean,
|
|
20379
20379
|
attribute: 'should-highlight',
|
|
@@ -20381,7 +20381,7 @@ __decorate$1e([
|
|
|
20381
20381
|
converter: booleanConverter,
|
|
20382
20382
|
})
|
|
20383
20383
|
], AtomicResultText$1.prototype, "shouldHighlight", void 0);
|
|
20384
|
-
__decorate$
|
|
20384
|
+
__decorate$1f([
|
|
20385
20385
|
decorators_js.property({
|
|
20386
20386
|
type: Boolean,
|
|
20387
20387
|
reflect: true,
|
|
@@ -20389,28 +20389,28 @@ __decorate$1e([
|
|
|
20389
20389
|
attribute: 'no-highlight',
|
|
20390
20390
|
})
|
|
20391
20391
|
], AtomicResultText$1.prototype, "disableHighlight", void 0);
|
|
20392
|
-
__decorate$
|
|
20392
|
+
__decorate$1f([
|
|
20393
20393
|
decorators_js.property({ type: String, reflect: true })
|
|
20394
20394
|
], AtomicResultText$1.prototype, "default", void 0);
|
|
20395
|
-
__decorate$
|
|
20395
|
+
__decorate$1f([
|
|
20396
20396
|
decorators_js.state()
|
|
20397
20397
|
], AtomicResultText$1.prototype, "result", void 0);
|
|
20398
|
-
__decorate$
|
|
20398
|
+
__decorate$1f([
|
|
20399
20399
|
decorators_js.state()
|
|
20400
20400
|
], AtomicResultText$1.prototype, "bindings", void 0);
|
|
20401
|
-
__decorate$
|
|
20401
|
+
__decorate$1f([
|
|
20402
20402
|
decorators_js.state()
|
|
20403
20403
|
], AtomicResultText$1.prototype, "error", void 0);
|
|
20404
|
-
__decorate$
|
|
20404
|
+
__decorate$1f([
|
|
20405
20405
|
bindingGuard(),
|
|
20406
20406
|
errorGuard()
|
|
20407
20407
|
], AtomicResultText$1.prototype, "render", null);
|
|
20408
|
-
AtomicResultText$1 = AtomicResultText_1 = __decorate$
|
|
20408
|
+
AtomicResultText$1 = AtomicResultText_1 = __decorate$1f([
|
|
20409
20409
|
decorators_js.customElement('atomic-result-text'),
|
|
20410
20410
|
bindings()
|
|
20411
20411
|
], AtomicResultText$1);
|
|
20412
20412
|
|
|
20413
|
-
var __decorate$
|
|
20413
|
+
var __decorate$1e = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
20414
20414
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
20415
20415
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
20416
20416
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
@@ -20494,37 +20494,37 @@ let AtomicSmartSnippetSource = class AtomicSmartSnippetSource extends LightDomMi
|
|
|
20494
20494
|
`)}`;
|
|
20495
20495
|
}
|
|
20496
20496
|
};
|
|
20497
|
-
__decorate$
|
|
20497
|
+
__decorate$1e([
|
|
20498
20498
|
decorators_js.property({ reflect: true, type: Object })
|
|
20499
20499
|
], AtomicSmartSnippetSource.prototype, "source", void 0);
|
|
20500
|
-
__decorate$
|
|
20500
|
+
__decorate$1e([
|
|
20501
20501
|
decorators_js.property({ type: Array })
|
|
20502
20502
|
], AtomicSmartSnippetSource.prototype, "anchorAttributes", void 0);
|
|
20503
|
-
__decorate$
|
|
20503
|
+
__decorate$1e([
|
|
20504
20504
|
decorators_js.property({ attribute: 'onSelectSource' })
|
|
20505
20505
|
], AtomicSmartSnippetSource.prototype, "onSelectSource", void 0);
|
|
20506
|
-
__decorate$
|
|
20506
|
+
__decorate$1e([
|
|
20507
20507
|
decorators_js.property({ attribute: 'onBeginDelayedSelectSource' })
|
|
20508
20508
|
], AtomicSmartSnippetSource.prototype, "onBeginDelayedSelectSource", void 0);
|
|
20509
|
-
__decorate$
|
|
20509
|
+
__decorate$1e([
|
|
20510
20510
|
decorators_js.property({ attribute: 'onCancelPendingSelectSource' })
|
|
20511
20511
|
], AtomicSmartSnippetSource.prototype, "onCancelPendingSelectSource", void 0);
|
|
20512
|
-
__decorate$
|
|
20512
|
+
__decorate$1e([
|
|
20513
20513
|
decorators_js.state()
|
|
20514
20514
|
], AtomicSmartSnippetSource.prototype, "bindings", void 0);
|
|
20515
|
-
__decorate$
|
|
20515
|
+
__decorate$1e([
|
|
20516
20516
|
decorators_js.state()
|
|
20517
20517
|
], AtomicSmartSnippetSource.prototype, "error", void 0);
|
|
20518
|
-
__decorate$
|
|
20518
|
+
__decorate$1e([
|
|
20519
20519
|
errorGuard(),
|
|
20520
20520
|
bindingGuard()
|
|
20521
20521
|
], AtomicSmartSnippetSource.prototype, "render", null);
|
|
20522
|
-
AtomicSmartSnippetSource = __decorate$
|
|
20522
|
+
AtomicSmartSnippetSource = __decorate$1e([
|
|
20523
20523
|
decorators_js.customElement('atomic-smart-snippet-source'),
|
|
20524
20524
|
bindings()
|
|
20525
20525
|
], AtomicSmartSnippetSource);
|
|
20526
20526
|
|
|
20527
|
-
var __decorate$
|
|
20527
|
+
var __decorate$1d = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
20528
20528
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
20529
20529
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
20530
20530
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
@@ -20737,29 +20737,29 @@ let AtomicTabPopover = class AtomicTabPopover extends lit.LitElement {
|
|
|
20737
20737
|
}
|
|
20738
20738
|
};
|
|
20739
20739
|
AtomicTabPopover.styles = lit.css`:host{position:absolute}:host(.visibility-hidden){visibility:hidden}[part=overflow-tabs]{flex-direction:column;max-width:150px;button{text-align:start}}`;
|
|
20740
|
-
__decorate$
|
|
20740
|
+
__decorate$1d([
|
|
20741
20741
|
decorators_js.state()
|
|
20742
20742
|
], AtomicTabPopover.prototype, "bindings", void 0);
|
|
20743
|
-
__decorate$
|
|
20743
|
+
__decorate$1d([
|
|
20744
20744
|
decorators_js.state()
|
|
20745
20745
|
], AtomicTabPopover.prototype, "error", void 0);
|
|
20746
|
-
__decorate$
|
|
20746
|
+
__decorate$1d([
|
|
20747
20747
|
decorators_js.state()
|
|
20748
20748
|
], AtomicTabPopover.prototype, "show", void 0);
|
|
20749
|
-
__decorate$
|
|
20749
|
+
__decorate$1d([
|
|
20750
20750
|
decorators_js.state()
|
|
20751
20751
|
], AtomicTabPopover.prototype, "isOpen", void 0);
|
|
20752
|
-
__decorate$
|
|
20752
|
+
__decorate$1d([
|
|
20753
20753
|
bindingGuard(),
|
|
20754
20754
|
errorGuard()
|
|
20755
20755
|
], AtomicTabPopover.prototype, "render", null);
|
|
20756
|
-
AtomicTabPopover = __decorate$
|
|
20756
|
+
AtomicTabPopover = __decorate$1d([
|
|
20757
20757
|
decorators_js.customElement('atomic-tab-popover'),
|
|
20758
20758
|
bindings(),
|
|
20759
20759
|
withTailwindStyles
|
|
20760
20760
|
], AtomicTabPopover);
|
|
20761
20761
|
|
|
20762
|
-
var __decorate$
|
|
20762
|
+
var __decorate$1c = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
20763
20763
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
20764
20764
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
20765
20765
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
@@ -20924,18 +20924,18 @@ let AtomicTabBar = class AtomicTabBar extends lit.LitElement {
|
|
|
20924
20924
|
}
|
|
20925
20925
|
};
|
|
20926
20926
|
AtomicTabBar.styles = lit.css`/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */:host{display:flex;overflow-x:visible;position:relative;white-space:nowrap;width:100%}`;
|
|
20927
|
-
__decorate$
|
|
20927
|
+
__decorate$1c([
|
|
20928
20928
|
decorators_js.state()
|
|
20929
20929
|
], AtomicTabBar.prototype, "popoverTabs", void 0);
|
|
20930
|
-
__decorate$
|
|
20930
|
+
__decorate$1c([
|
|
20931
20931
|
errorGuard()
|
|
20932
20932
|
], AtomicTabBar.prototype, "render", null);
|
|
20933
|
-
AtomicTabBar = __decorate$
|
|
20933
|
+
AtomicTabBar = __decorate$1c([
|
|
20934
20934
|
decorators_js.customElement('atomic-tab-bar'),
|
|
20935
20935
|
withTailwindStyles
|
|
20936
20936
|
], AtomicTabBar);
|
|
20937
20937
|
|
|
20938
|
-
var __decorate$
|
|
20938
|
+
var __decorate$1b = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
20939
20939
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
20940
20940
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
20941
20941
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
@@ -21007,24 +21007,24 @@ let AtomicTabButton = class AtomicTabButton extends LightDomMixin(lit.LitElement
|
|
|
21007
21007
|
`;
|
|
21008
21008
|
}
|
|
21009
21009
|
};
|
|
21010
|
-
__decorate$
|
|
21010
|
+
__decorate$1b([
|
|
21011
21011
|
decorators_js.property({ type: String })
|
|
21012
21012
|
], AtomicTabButton.prototype, "label", void 0);
|
|
21013
|
-
__decorate$
|
|
21013
|
+
__decorate$1b([
|
|
21014
21014
|
decorators_js.property({ type: Boolean })
|
|
21015
21015
|
], AtomicTabButton.prototype, "active", void 0);
|
|
21016
|
-
__decorate$
|
|
21016
|
+
__decorate$1b([
|
|
21017
21017
|
decorators_js.property({ attribute: false })
|
|
21018
21018
|
], AtomicTabButton.prototype, "select", void 0);
|
|
21019
|
-
__decorate$
|
|
21019
|
+
__decorate$1b([
|
|
21020
21020
|
errorGuard()
|
|
21021
21021
|
], AtomicTabButton.prototype, "render", null);
|
|
21022
|
-
AtomicTabButton = __decorate$
|
|
21022
|
+
AtomicTabButton = __decorate$1b([
|
|
21023
21023
|
decorators_js.customElement('atomic-tab-button'),
|
|
21024
21024
|
withTailwindStyles
|
|
21025
21025
|
], AtomicTabButton);
|
|
21026
21026
|
|
|
21027
|
-
var __decorate$
|
|
21027
|
+
var __decorate$1a = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
21028
21028
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
21029
21029
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
21030
21030
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
@@ -21071,22 +21071,22 @@ AtomicTimeframe$1.propsSchema = new Schema({
|
|
|
21071
21071
|
}),
|
|
21072
21072
|
amount: new NumberValue({ min: 1, required: false }),
|
|
21073
21073
|
});
|
|
21074
|
-
__decorate$
|
|
21074
|
+
__decorate$1a([
|
|
21075
21075
|
decorators_js.property({ type: String, reflect: true })
|
|
21076
21076
|
], AtomicTimeframe$1.prototype, "period", void 0);
|
|
21077
|
-
__decorate$
|
|
21077
|
+
__decorate$1a([
|
|
21078
21078
|
decorators_js.property({ type: String, reflect: true })
|
|
21079
21079
|
], AtomicTimeframe$1.prototype, "unit", void 0);
|
|
21080
|
-
__decorate$
|
|
21080
|
+
__decorate$1a([
|
|
21081
21081
|
decorators_js.property({ type: Number, reflect: true })
|
|
21082
21082
|
], AtomicTimeframe$1.prototype, "amount", void 0);
|
|
21083
|
-
__decorate$
|
|
21083
|
+
__decorate$1a([
|
|
21084
21084
|
decorators_js.property({ type: String, reflect: true })
|
|
21085
21085
|
], AtomicTimeframe$1.prototype, "label", void 0);
|
|
21086
|
-
__decorate$
|
|
21086
|
+
__decorate$1a([
|
|
21087
21087
|
decorators_js.state()
|
|
21088
21088
|
], AtomicTimeframe$1.prototype, "error", void 0);
|
|
21089
|
-
AtomicTimeframe$1 = AtomicTimeframe_1 = __decorate$
|
|
21089
|
+
AtomicTimeframe$1 = AtomicTimeframe_1 = __decorate$1a([
|
|
21090
21090
|
decorators_js.customElement('atomic-timeframe')
|
|
21091
21091
|
], AtomicTimeframe$1);
|
|
21092
21092
|
|
|
@@ -22484,7 +22484,7 @@ class QuickviewWordHighlight {
|
|
|
22484
22484
|
}
|
|
22485
22485
|
}
|
|
22486
22486
|
|
|
22487
|
-
var __decorate$
|
|
22487
|
+
var __decorate$19 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
22488
22488
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
22489
22489
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
22490
22490
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
@@ -22767,44 +22767,44 @@ let AtomicQuickviewModal$1 = class AtomicQuickviewModal extends lit.LitElement {
|
|
|
22767
22767
|
}
|
|
22768
22768
|
};
|
|
22769
22769
|
AtomicQuickviewModal$1.styles = lit.css`/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */.atomic-quickview-modal{&::part(backdrop){grid-template-columns:1fr max(80vw,30rem) 1fr}&::part(body),&::part(footer),&::part(header){max-width:100%}&::part(footer){display:flex;justify-content:center}&::part(body-wrapper){height:100%;overflow:hidden;padding:calc(var(--spacing, .25rem)*0)}&::part(body){height:100%}&::part(backdrop){grid-template-rows:1fr 100% 3fr}&::part(header-wrapper){background-color:var(--atomic-neutral-light)}a{color:var(--atomic-on-background);&:focus-visible,&:hover{color:var(--atomic-primary);text-decoration:underline}&:focus{outline:none}&:visited{color:var(--atomic-visited)}}}`;
|
|
22770
|
-
__decorate$
|
|
22770
|
+
__decorate$19([
|
|
22771
22771
|
decorators_js.state()
|
|
22772
22772
|
], AtomicQuickviewModal$1.prototype, "bindings", void 0);
|
|
22773
|
-
__decorate$
|
|
22773
|
+
__decorate$19([
|
|
22774
22774
|
decorators_js.state()
|
|
22775
22775
|
], AtomicQuickviewModal$1.prototype, "error", void 0);
|
|
22776
|
-
__decorate$
|
|
22776
|
+
__decorate$19([
|
|
22777
22777
|
decorators_js.state()
|
|
22778
22778
|
], AtomicQuickviewModal$1.prototype, "highlightKeywords", void 0);
|
|
22779
|
-
__decorate$
|
|
22779
|
+
__decorate$19([
|
|
22780
22780
|
decorators_js.state()
|
|
22781
22781
|
], AtomicQuickviewModal$1.prototype, "minimizeSidebar", void 0);
|
|
22782
|
-
__decorate$
|
|
22782
|
+
__decorate$19([
|
|
22783
22783
|
decorators_js.state()
|
|
22784
22784
|
], AtomicQuickviewModal$1.prototype, "words", void 0);
|
|
22785
|
-
__decorate$
|
|
22785
|
+
__decorate$19([
|
|
22786
22786
|
decorators_js.property({ type: String, attribute: false })
|
|
22787
22787
|
], AtomicQuickviewModal$1.prototype, "content", void 0);
|
|
22788
|
-
__decorate$
|
|
22788
|
+
__decorate$19([
|
|
22789
22789
|
decorators_js.property({ type: Object, attribute: false })
|
|
22790
22790
|
], AtomicQuickviewModal$1.prototype, "result", void 0);
|
|
22791
|
-
__decorate$
|
|
22791
|
+
__decorate$19([
|
|
22792
22792
|
decorators_js.property({ type: Number })
|
|
22793
22793
|
], AtomicQuickviewModal$1.prototype, "current", void 0);
|
|
22794
|
-
__decorate$
|
|
22794
|
+
__decorate$19([
|
|
22795
22795
|
decorators_js.property({ type: Number })
|
|
22796
22796
|
], AtomicQuickviewModal$1.prototype, "total", void 0);
|
|
22797
|
-
__decorate$
|
|
22797
|
+
__decorate$19([
|
|
22798
22798
|
decorators_js.property({ type: String })
|
|
22799
22799
|
], AtomicQuickviewModal$1.prototype, "sandbox", void 0);
|
|
22800
|
-
__decorate$
|
|
22800
|
+
__decorate$19([
|
|
22801
22801
|
decorators_js.property({ type: Object, attribute: false })
|
|
22802
22802
|
], AtomicQuickviewModal$1.prototype, "modalCloseCallback", void 0);
|
|
22803
|
-
__decorate$
|
|
22803
|
+
__decorate$19([
|
|
22804
22804
|
bindingGuard(),
|
|
22805
22805
|
errorGuard()
|
|
22806
22806
|
], AtomicQuickviewModal$1.prototype, "render", null);
|
|
22807
|
-
AtomicQuickviewModal$1 = __decorate$
|
|
22807
|
+
AtomicQuickviewModal$1 = __decorate$19([
|
|
22808
22808
|
decorators_js.customElement('atomic-quickview-modal'),
|
|
22809
22809
|
bindings(),
|
|
22810
22810
|
withTailwindStyles
|
|
@@ -23341,6 +23341,31 @@ class TimeframeFacetCommon {
|
|
|
23341
23341
|
}
|
|
23342
23342
|
}
|
|
23343
23343
|
|
|
23344
|
+
class RecsResultTemplateController extends BaseTemplateController {
|
|
23345
|
+
constructor(host, validParents, allowEmpty = false) {
|
|
23346
|
+
super(host, validParents, allowEmpty);
|
|
23347
|
+
}
|
|
23348
|
+
getTemplate(conditions) {
|
|
23349
|
+
const baseTemplate = this.getBaseTemplate(conditions);
|
|
23350
|
+
if (!baseTemplate) {
|
|
23351
|
+
return null;
|
|
23352
|
+
}
|
|
23353
|
+
return {
|
|
23354
|
+
conditions: baseTemplate.conditions,
|
|
23355
|
+
content: baseTemplate.content,
|
|
23356
|
+
linkContent: baseTemplate.linkContent,
|
|
23357
|
+
priority: baseTemplate.priority,
|
|
23358
|
+
};
|
|
23359
|
+
}
|
|
23360
|
+
getDefaultLinkTemplateElement() {
|
|
23361
|
+
const linkTemplate = document.createElement('template');
|
|
23362
|
+
linkTemplate.innerHTML = `<atomic-result-link>${this.currentGridCellLinkTarget
|
|
23363
|
+
? `<a slot="attributes" target="${this.currentGridCellLinkTarget}"></a>`
|
|
23364
|
+
: ''}</atomic-result-link>`;
|
|
23365
|
+
return linkTemplate;
|
|
23366
|
+
}
|
|
23367
|
+
}
|
|
23368
|
+
|
|
23344
23369
|
/**
|
|
23345
23370
|
* Creates a [Lit reactive controller](https://lit.dev/docs/composition/controllers/) for managing interactive result context in result template components.
|
|
23346
23371
|
*
|
|
@@ -23353,7 +23378,7 @@ function createInteractiveResultContextController(host) {
|
|
|
23353
23378
|
|
|
23354
23379
|
const styles$6 = lit.css`/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */atomic-result-link a{color:var(--atomic-on-background);text-decoration:none;&:focus-visible,&:hover{color:var(--atomic-primary);text-decoration:underline}&:focus{outline:none}&:visited{color:var(--atomic-visited)}}`;
|
|
23355
23380
|
|
|
23356
|
-
var __decorate$
|
|
23381
|
+
var __decorate$18 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
23357
23382
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
23358
23383
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
23359
23384
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
@@ -23431,37 +23456,37 @@ let AtomicResultLink$1 = class AtomicResultLink extends LightDomMixin(SlotsForNo
|
|
|
23431
23456
|
}
|
|
23432
23457
|
};
|
|
23433
23458
|
AtomicResultLink$1.styles = styles$6;
|
|
23434
|
-
__decorate$
|
|
23459
|
+
__decorate$18([
|
|
23435
23460
|
decorators_js.property({ reflect: true, attribute: 'href-template' })
|
|
23436
23461
|
], AtomicResultLink$1.prototype, "hrefTemplate", void 0);
|
|
23437
|
-
__decorate$
|
|
23462
|
+
__decorate$18([
|
|
23438
23463
|
decorators_js.state()
|
|
23439
23464
|
], AtomicResultLink$1.prototype, "linkAttributes", void 0);
|
|
23440
|
-
__decorate$
|
|
23465
|
+
__decorate$18([
|
|
23441
23466
|
decorators_js.state()
|
|
23442
23467
|
], AtomicResultLink$1.prototype, "stopPropagation", void 0);
|
|
23443
|
-
__decorate$
|
|
23468
|
+
__decorate$18([
|
|
23444
23469
|
decorators_js.state()
|
|
23445
23470
|
], AtomicResultLink$1.prototype, "result", void 0);
|
|
23446
|
-
__decorate$
|
|
23471
|
+
__decorate$18([
|
|
23447
23472
|
decorators_js.state()
|
|
23448
23473
|
], AtomicResultLink$1.prototype, "interactiveResult", void 0);
|
|
23449
|
-
__decorate$
|
|
23474
|
+
__decorate$18([
|
|
23450
23475
|
decorators_js.state()
|
|
23451
23476
|
], AtomicResultLink$1.prototype, "bindings", void 0);
|
|
23452
|
-
__decorate$
|
|
23477
|
+
__decorate$18([
|
|
23453
23478
|
decorators_js.state()
|
|
23454
23479
|
], AtomicResultLink$1.prototype, "error", void 0);
|
|
23455
|
-
__decorate$
|
|
23480
|
+
__decorate$18([
|
|
23456
23481
|
bindingGuard(),
|
|
23457
23482
|
errorGuard()
|
|
23458
23483
|
], AtomicResultLink$1.prototype, "render", null);
|
|
23459
|
-
AtomicResultLink$1 = __decorate$
|
|
23484
|
+
AtomicResultLink$1 = __decorate$18([
|
|
23460
23485
|
decorators_js.customElement('atomic-result-link'),
|
|
23461
23486
|
bindings()
|
|
23462
23487
|
], AtomicResultLink$1);
|
|
23463
23488
|
|
|
23464
|
-
var __decorate$
|
|
23489
|
+
var __decorate$17 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
23465
23490
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
23466
23491
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
23467
23492
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
@@ -23632,10 +23657,10 @@ let AtomicRecsResult$1 = class AtomicRecsResult extends ChildrenUpdateCompleteMi
|
|
|
23632
23657
|
}
|
|
23633
23658
|
};
|
|
23634
23659
|
AtomicRecsResult$1.styles = lit.css`/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */@layer properties;atomic-result-section-badges{text-align:left}atomic-result-section-actions{text-align:right}atomic-result-section-title-metadata{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height)}atomic-result-section-emphasized{font-weight:500;--font-size:var(--atomic-text-2xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-top:.5rem}:host{@layer components{:host{font-family:var(--atomic-font-family);--tw-font-weight:var(--atomic-font-normal);font-weight:var(--atomic-font-normal)}atomic-result-section-actions,atomic-result-section-badges{text-align:left}atomic-result-section-title-metadata{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height)}atomic-result-section-emphasized{font-weight:500;--font-size:var(--atomic-text-2xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-top:.5rem}.result-root{&.with-sections{display:grid;justify-items:stretch;atomic-result-section-visual{grid-area:visual}atomic-result-section-badges{grid-area:badges}atomic-result-section-actions{grid-area:actions;atomic-result-quickview{display:inline-block}}atomic-result-section-title{color:var(--atomic-on-background);grid-area:title}atomic-result-section-title-metadata{grid-area:title-metadata}atomic-result-section-emphasized{grid-area:emphasized}atomic-result-section-excerpt{color:var(--atomic-neutral-dark);grid-area:excerpt}atomic-result-section-bottom-metadata{color:var(--atomic-neutral-dark);grid-area:bottom-metadata}atomic-result-section-children{grid-area:children}atomic-result-section-actions,atomic-result-section-badges{display:flex;flex-wrap:wrap;gap:.5rem;max-height:calc(var(--row-height, 2rem)*2 + .5rem)}atomic-result-section-actions,atomic-result-section-badges,atomic-result-section-bottom-metadata,atomic-result-section-emphasized,atomic-result-section-excerpt,atomic-result-section-title,atomic-result-section-title-metadata,atomic-result-section-visual{overflow:hidden;text-overflow:ellipsis}&.image-icon{atomic-result-section-visual{border-radius:var(--atomic-border-radius)}}&.display-list{@media (width >= 1024px){&.image-large.density-compact{atomic-result-section-visual{height:10.25rem;width:10.25rem}}atomic-result-section-children{atomic-insight-result-children::part(children-root),atomic-result-children::part(children-root){border-color:var(--atomic-neutral);border-radius:16px;border-style:var(--tw-border-style);border-width:1px}}&.density-comfortable{atomic-result-section-visual{margin-right:1.5rem}atomic-result-section-actions,atomic-result-section-badges{margin-bottom:1.5rem;--row-height:2rem}atomic-result-section-title{--font-size:var(--atomic-text-2xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height)}atomic-result-section-excerpt{margin-top:1.75rem;--font-size:var(--atomic-text-lg);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);max-height:4.5rem;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}atomic-result-section-bottom-metadata{margin-top:1.25rem;--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);max-height:4rem}atomic-result-section-title-metadata{margin-top:.475rem}atomic-insight-result-children,atomic-result-children{&::part(children-root){border-color:var(--atomic-neutral);border-radius:16px;border-style:var(--tw-border-style);border-width:1px;margin-top:1.25rem;padding:1.75rem}&::part(show-hide-button){margin-bottom:1.25rem;margin-top:1.25rem}}atomic-insight-result-children,atomic-result-children{&::part(children-root){border-color:var(--atomic-neutral);border-radius:16px;border-style:var(--tw-border-style);border-width:1px;margin-top:1.25rem;padding:1.75rem}&::part(show-hide-button){margin-bottom:1.25rem;margin-top:1.25rem}}&.child-result:not(.last-child),.placeholder{margin-bottom:1.75rem}}&.density-normal{atomic-result-section-visual{margin-right:1rem}atomic-result-section-actions,atomic-result-section-badges{margin-bottom:1rem;--row-height:2rem}atomic-result-section-title{--font-size:var(--atomic-text-xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height)}atomic-result-section-excerpt{margin-top:1.25rem;--font-size:var(--atomic-text-base);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);max-height:2.5rem;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}atomic-result-section-bottom-metadata{margin-top:.875rem;--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);max-height:3.5rem}atomic-result-section-title-metadata{margin-top:.475rem}atomic-insight-result-children,atomic-result-children{&::part(children-root){border-color:var(--atomic-neutral);border-radius:16px;border-style:var(--tw-border-style);border-width:1px;margin-top:.875rem;padding:1.5rem}&::part(show-hide-button){margin-bottom:.875rem;margin-top:.875rem}}atomic-insight-result-children,atomic-result-children{&::part(children-root){border-color:var(--atomic-neutral);border-radius:16px;border-style:var(--tw-border-style);border-width:1px;margin-top:.875rem;padding:1.5rem}&::part(show-hide-button){margin-bottom:.875rem;margin-top:.875rem}}&.child-result:not(.last-child),.placeholder{margin-bottom:1.5rem}}&.density-compact{atomic-result-section-visual{margin-right:1rem}atomic-result-section-actions,atomic-result-section-badges{margin-bottom:1rem;--row-height:2rem}atomic-result-section-title{--font-size:var(--atomic-text-xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height)}atomic-result-section-excerpt{margin-top:1rem;--font-size:var(--atomic-text-base);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);max-height:1.25rem;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1}atomic-result-section-bottom-metadata{margin-top:.6875rem;--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);max-height:3.25rem}atomic-result-section-title-metadata{margin-top:.475rem}atomic-insight-result-children,atomic-result-children{&::part(children-root){border-color:var(--atomic-neutral);border-radius:16px;border-style:var(--tw-border-style);border-width:1px;margin-top:.475rem;padding:1rem}&::part(show-hide-button){margin-bottom:.475rem;margin-top:.475rem}}atomic-insight-result-children,atomic-result-children{&::part(children-root){border-color:var(--atomic-neutral);border-radius:16px;border-style:var(--tw-border-style);border-width:1px;margin-top:.475rem;padding:1rem}&::part(show-hide-button){margin-bottom:.475rem;margin-top:.475rem}}&.child-result:not(.last-child),.placeholder{margin-bottom:1rem}}&.image-large,&.image-small{grid-template-areas:"badges badges . actions" "visual title title title" "visual title-metadata title-metadata title-metadata" "visual emphasized emphasized emphasized" "visual excerpt excerpt excerpt" "visual bottom-metadata bottom-metadata bottom-metadata" "visual children children children";grid-template-columns:minmax(0,min-content) auto 1fr auto;grid-template-rows:repeat(6,auto) minmax(0,1fr)}&.image-large.density-comfortable,&.image-large.density-normal{atomic-result-section-visual{height:20.375rem;width:20.375rem}}&.image-large.density-compact,&.image-small{atomic-result-section-visual{height:10rem;width:10rem}}&.image-icon{grid-template-areas:"badges badges . actions" "visual title title title" "visual title-metadata title-metadata title-metadata" "visual emphasized emphasized emphasized" "visual excerpt excerpt excerpt" "visual bottom-metadata bottom-metadata bottom-metadata" "visual children children children";grid-template-columns:minmax(0,min-content) auto 1fr auto;grid-template-rows:repeat(7,minmax(0,min-content));atomic-result-section-visual{height:2rem;width:2rem}}&.image-none{grid-template-areas:"badges . actions" "title title title" "title-metadata title-metadata title-metadata" "emphasized emphasized emphasized" "excerpt excerpt excerpt" "bottom-metadata bottom-metadata bottom-metadata" "children children children";grid-template-columns:auto 1fr auto;grid-template-rows:repeat(6,auto);atomic-result-section-visual{display:none}}}@media not all and (width >= 1024px){atomic-result-section-children{atomic-insight-result-children::part(children-root),atomic-result-children::part(children-root){border-top:1px var(--tw-border-style) var(--atomic-neutral)}}&.density-comfortable{atomic-result-section-visual{margin-right:1rem}atomic-result-section-badges{margin-bottom:1rem;--row-height:2rem}atomic-result-section-actions{margin-top:1rem;--row-height:2.5rem}atomic-result-section-title{--font-size:var(--atomic-text-xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height)}atomic-result-section-excerpt{margin-top:1.25rem;--font-size:var(--atomic-text-base);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);max-height:2.5rem;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}atomic-result-section-bottom-metadata{margin-top:.75rem;--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);max-height:4rem}atomic-result-section-title-metadata{margin-top:.475rem}atomic-insight-result-children,atomic-result-children{&::part(children-root){margin-inline:-1rem;margin-top:1rem;padding-top:1.75rem;padding-inline:1rem}&::part(show-hide-button){margin-bottom:1.25rem;margin-top:1.25rem}}atomic-insight-result-children,atomic-result-children{&::part(children-root){margin-inline:-1rem;margin-top:1rem;padding-top:1.75rem;padding-inline:1rem}&::part(show-hide-button){margin-bottom:1.25rem;margin-top:1.25rem}}&.child-result:not(.last-child),.placeholder{margin-bottom:1.75rem}}&.density-normal{atomic-result-section-visual{margin-right:1rem}atomic-result-section-badges{margin-bottom:1rem;--row-height:2rem}atomic-result-section-actions{margin-top:.75rem;--row-height:2.5rem}atomic-result-section-title{--font-size:var(--atomic-text-xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height)}atomic-result-section-excerpt{margin-top:1rem;--font-size:var(--atomic-text-base);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);max-height:2.5rem;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}atomic-result-section-bottom-metadata{margin-top:.625rem;--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);max-height:3.5rem}atomic-result-section-title-metadata{margin-top:.475rem}atomic-insight-result-children,atomic-result-children{&::part(children-root){margin-inline:-1rem;margin-top:1rem;padding-top:1.5rem;padding-inline:1rem}&::part(show-hide-button){margin-bottom:.875rem;margin-top:.875rem}}atomic-insight-result-children,atomic-result-children{&::part(children-root){margin-inline:-1rem;margin-top:1rem;padding-top:1.5rem;padding-inline:1rem}&::part(show-hide-button){margin-bottom:.875rem;margin-top:.875rem}}&.child-result:not(.last-child),.placeholder{margin-bottom:1.5rem}}&.density-compact{atomic-result-section-visual{margin-right:1rem}atomic-result-section-badges{margin-bottom:1rem;--row-height:2rem}atomic-result-section-actions{margin-top:.5em;--row-height:2.5rem}atomic-result-section-title{--font-size:var(--atomic-text-xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height)}atomic-result-section-excerpt{margin-top:.75rem;--font-size:var(--atomic-text-base);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);max-height:1.25rem;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1}atomic-result-section-bottom-metadata{margin-top:.4375rem;--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);max-height:3.25rem}atomic-result-section-title-metadata{margin-top:.475rem}atomic-insight-result-children,atomic-result-children{&::part(children-root){margin-inline:-1rem;margin-top:1rem;padding-top:1rem;padding-inline:1rem}&::part(show-hide-button){margin-bottom:.475rem;margin-top:.475rem}}atomic-insight-result-children,atomic-result-children{&::part(children-root){margin-inline:-1rem;margin-top:1rem;padding-top:1rem;padding-inline:1rem}&::part(show-hide-button){margin-bottom:.475rem;margin-top:.475rem}}&.child-result:not(.last-child),.placeholder{margin-bottom:1rem}}&.image-large{grid-template-areas:"visual" "badges" "title" "title-metadata" "emphasized" "excerpt" "bottom-metadata" "actions" "children";grid-template-columns:100%;grid-template-rows:repeat(8,auto);atomic-result-section-visual{aspect-ratio:1/1;height:auto;@supports not (aspect-ratio:1/1){height:7.25rem}margin-bottom:1rem;margin-right:0;width:100%}}&.image-small{grid-template-areas:"badges badges" "visual title" "visual title-metadata" "visual emphasized" "visual ." "excerpt excerpt" "bottom-metadata bottom-metadata" "actions actions" "children children";grid-template-columns:auto minmax(0,1fr);grid-template-rows:repeat(4,auto) minmax(0,1fr) repeat(3,auto);atomic-result-section-visual{height:24vw;margin-bottom:1rem;width:24vw}}&.image-icon{grid-template-areas:"badges badges" "visual title" "visual title-metadata" "visual emphasized" "visual excerpt" "visual bottom-metadata" "visual actions" "visual children";grid-template-columns:auto minmax(0,1fr);grid-template-rows:repeat(7,auto) 1fr;atomic-result-section-visual{height:2rem;margin-bottom:0;width:2rem}}&.image-none{grid-template-areas:"badges" "title" "title-metadata" "emphasized" "excerpt" "bottom-metadata" "actions" "children";grid-template-columns:100%;grid-template-rows:repeat(7,auto);atomic-result-section-visual{display:none}}}}&.display-grid{a,button{position:relative}&.image-large{@media (width >= 1024px){grid-template-areas:"badges" "visual" "title" "title-metadata" "emphasized" "excerpt" "children" "bottom-metadata" "actions";grid-template-columns:100%;grid-template-rows:repeat(9,auto);&.density-comfortable{&.image-large,&.image-small{atomic-result-section-visual{margin:0 auto 2rem}}&.image-icon{atomic-result-section-badges{margin-bottom:2rem}atomic-result-section-visual{height:2rem;width:2rem}}atomic-result-section-visual{margin-bottom:.5rem}atomic-result-section-badges{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-bottom:1rem;--row-height:2rem}atomic-result-section-actions{--font-size:var(--atomic-text-base);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-top:2.25rem;--row-height:2.5rem}atomic-result-section-title{--font-size:var(--atomic-text-2xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);overflow:hidden;word-break:break-word;-webkit-box-orient:vertical;-webkit-line-clamp:2}atomic-result-section-title-metadata{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-top:.475rem}atomic-result-section-emphasized{font-weight:500;--font-size:var(--atomic-text-2xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height)}atomic-result-section-excerpt{--font-size:var(--atomic-text-lg);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);margin-top:2.25rem;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}atomic-result-section-bottom-metadata{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-top:1.75rem;max-height:4rem}}&.density-normal{&.image-large,&.image-small{atomic-result-section-visual{margin:0 auto 1.5rem}}&.image-icon{atomic-result-section-badges{margin-bottom:1.5rem}atomic-result-section-visual{height:2rem;width:2rem}}atomic-result-section-visual{margin-bottom:.5rem}atomic-result-section-badges{margin-bottom:1rem}atomic-result-section-actions,atomic-result-section-badges{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);--row-height:2rem}atomic-result-section-actions{margin-top:1.75rem}atomic-result-section-title{--font-size:var(--atomic-text-xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);overflow:hidden;word-break:break-word;-webkit-box-orient:vertical;-webkit-line-clamp:2}atomic-result-section-title-metadata{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-top:.475rem}atomic-result-section-emphasized{font-weight:500;--font-size:var(--atomic-text-2xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height)}atomic-result-section-excerpt{--font-size:var(--atomic-text-base);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);margin-top:1.75rem;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}atomic-result-section-bottom-metadata{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-top:1.375rem;max-height:3.5rem}}&.density-compact{&.image-large,&.image-small{atomic-result-section-visual{margin:0 auto 1rem}}&.image-icon{atomic-result-section-badges{margin-bottom:1rem}atomic-result-section-visual{height:2rem;width:2rem}}atomic-result-section-visual{margin-bottom:.5rem}atomic-result-section-badges{margin-bottom:1rem}atomic-result-section-actions,atomic-result-section-badges{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);--row-height:2rem}atomic-result-section-actions{margin-top:1.25rem}atomic-result-section-title{--font-size:var(--atomic-text-xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);overflow:hidden;word-break:break-word;-webkit-box-orient:vertical;-webkit-line-clamp:2}atomic-result-section-title-metadata{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-top:.475rem}atomic-result-section-emphasized{font-weight:500;--font-size:var(--atomic-text-2xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height)}atomic-result-section-excerpt{--font-size:var(--atomic-text-base);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);margin-top:1.25rem;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1}atomic-result-section-bottom-metadata{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-top:.9375rem;max-height:3.25rem}}&.image-large{atomic-result-section-visual{aspect-ratio:1/1;height:auto;@supports not (aspect-ratio:1/1){height:19.75rem}width:100%}atomic-result-section-badges{margin-bottom:1rem}}&.image-small{atomic-result-section-visual{aspect-ratio:1/1;height:auto;@supports not (aspect-ratio:1/1){height:14rem}width:100%}}&.image-none{atomic-result-section-visual{display:none}}}@media not all and (width >= 1024px){atomic-result-section-children{atomic-insight-result-children::part(children-root),atomic-result-children::part(children-root){border-top:1px var(--tw-border-style) var(--atomic-neutral)}}&.density-comfortable{atomic-result-section-visual{margin-right:1rem}atomic-result-section-badges{margin-bottom:1rem;--row-height:2rem}atomic-result-section-actions{margin-top:1rem;--row-height:2.5rem}atomic-result-section-title{--font-size:var(--atomic-text-xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height)}atomic-result-section-excerpt{margin-top:1.25rem;--font-size:var(--atomic-text-base);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);max-height:2.5rem;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}atomic-result-section-bottom-metadata{margin-top:.75rem;--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);max-height:4rem}atomic-result-section-title-metadata{margin-top:.475rem}atomic-insight-result-children,atomic-result-children{&::part(children-root){margin-inline:-1rem;margin-top:1rem;padding-top:1.75rem;padding-inline:1rem}&::part(show-hide-button){margin-bottom:1.25rem;margin-top:1.25rem}}atomic-insight-result-children,atomic-result-children{&::part(children-root){margin-inline:-1rem;margin-top:1rem;padding-top:1.75rem;padding-inline:1rem}&::part(show-hide-button){margin-bottom:1.25rem;margin-top:1.25rem}}&.child-result:not(.last-child),.placeholder{margin-bottom:1.75rem}}&.density-normal{atomic-result-section-visual{margin-right:1rem}atomic-result-section-badges{margin-bottom:1rem;--row-height:2rem}atomic-result-section-actions{margin-top:.75rem;--row-height:2.5rem}atomic-result-section-title{--font-size:var(--atomic-text-xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height)}atomic-result-section-excerpt{margin-top:1rem;--font-size:var(--atomic-text-base);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);max-height:2.5rem;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}atomic-result-section-bottom-metadata{margin-top:.625rem;--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);max-height:3.5rem}atomic-result-section-title-metadata{margin-top:.475rem}atomic-insight-result-children,atomic-result-children{&::part(children-root){margin-inline:-1rem;margin-top:1rem;padding-top:1.5rem;padding-inline:1rem}&::part(show-hide-button){margin-bottom:.875rem;margin-top:.875rem}}atomic-insight-result-children,atomic-result-children{&::part(children-root){margin-inline:-1rem;margin-top:1rem;padding-top:1.5rem;padding-inline:1rem}&::part(show-hide-button){margin-bottom:.875rem;margin-top:.875rem}}&.child-result:not(.last-child),.placeholder{margin-bottom:1.5rem}}&.density-compact{atomic-result-section-visual{margin-right:1rem}atomic-result-section-badges{margin-bottom:1rem;--row-height:2rem}atomic-result-section-actions{margin-top:.5em;--row-height:2.5rem}atomic-result-section-title{--font-size:var(--atomic-text-xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height)}atomic-result-section-excerpt{margin-top:.75rem;--font-size:var(--atomic-text-base);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);max-height:1.25rem;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1}atomic-result-section-bottom-metadata{margin-top:.4375rem;--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);max-height:3.25rem}atomic-result-section-title-metadata{margin-top:.475rem}atomic-insight-result-children,atomic-result-children{&::part(children-root){margin-inline:-1rem;margin-top:1rem;padding-top:1rem;padding-inline:1rem}&::part(show-hide-button){margin-bottom:.475rem;margin-top:.475rem}}atomic-insight-result-children,atomic-result-children{&::part(children-root){margin-inline:-1rem;margin-top:1rem;padding-top:1rem;padding-inline:1rem}&::part(show-hide-button){margin-bottom:.475rem;margin-top:.475rem}}&.child-result:not(.last-child),.placeholder{margin-bottom:1rem}}&.image-large{grid-template-areas:"visual" "badges" "title" "title-metadata" "emphasized" "excerpt" "bottom-metadata" "actions" "children";grid-template-columns:100%;grid-template-rows:repeat(8,auto);atomic-result-section-visual{aspect-ratio:1/1;height:auto;@supports not (aspect-ratio:1/1){height:7.25rem}margin-bottom:1rem;margin-right:0;width:100%}}&.image-small{grid-template-areas:"badges badges" "visual title" "visual title-metadata" "visual emphasized" "visual ." "excerpt excerpt" "bottom-metadata bottom-metadata" "actions actions" "children children";grid-template-columns:auto minmax(0,1fr);grid-template-rows:repeat(4,auto) minmax(0,1fr) repeat(3,auto);atomic-result-section-visual{height:24vw;margin-bottom:1rem;width:24vw}}&.image-icon{grid-template-areas:"badges badges" "visual title" "visual title-metadata" "visual emphasized" "visual excerpt" "visual bottom-metadata" "visual actions" "visual children";grid-template-columns:auto minmax(0,1fr);grid-template-rows:repeat(7,auto) 1fr;atomic-result-section-visual{height:2rem;margin-bottom:0;width:2rem}}&.image-none{grid-template-areas:"badges" "title" "title-metadata" "emphasized" "excerpt" "bottom-metadata" "actions" "children";grid-template-columns:100%;grid-template-rows:repeat(7,auto);atomic-result-section-visual{display:none}}}}&.image-icon,&.image-none,&.image-small{@media (width >= 1024px){grid-template-areas:"badges" "visual" "title" "title-metadata" "emphasized" "excerpt" "children" "bottom-metadata" "actions";grid-template-columns:100%;grid-template-rows:repeat(9,auto);&.density-comfortable{&.image-large,&.image-small{atomic-result-section-visual{margin:0 auto 2rem}}&.image-icon{atomic-result-section-badges{margin-bottom:2rem}atomic-result-section-visual{height:2rem;width:2rem}}atomic-result-section-visual{margin-bottom:.5rem}atomic-result-section-badges{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-bottom:1rem;--row-height:2rem}atomic-result-section-actions{--font-size:var(--atomic-text-base);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-top:2.25rem;--row-height:2.5rem}atomic-result-section-title{--font-size:var(--atomic-text-2xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);overflow:hidden;word-break:break-word;-webkit-box-orient:vertical;-webkit-line-clamp:2}atomic-result-section-title-metadata{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-top:.475rem}atomic-result-section-emphasized{font-weight:500;--font-size:var(--atomic-text-2xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height)}atomic-result-section-excerpt{--font-size:var(--atomic-text-lg);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);margin-top:2.25rem;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}atomic-result-section-bottom-metadata{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-top:1.75rem;max-height:4rem}}&.density-normal{&.image-large,&.image-small{atomic-result-section-visual{margin:0 auto 1.5rem}}&.image-icon{atomic-result-section-badges{margin-bottom:1.5rem}atomic-result-section-visual{height:2rem;width:2rem}}atomic-result-section-visual{margin-bottom:.5rem}atomic-result-section-badges{margin-bottom:1rem}atomic-result-section-actions,atomic-result-section-badges{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);--row-height:2rem}atomic-result-section-actions{margin-top:1.75rem}atomic-result-section-title{--font-size:var(--atomic-text-xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);overflow:hidden;word-break:break-word;-webkit-box-orient:vertical;-webkit-line-clamp:2}atomic-result-section-title-metadata{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-top:.475rem}atomic-result-section-emphasized{font-weight:500;--font-size:var(--atomic-text-2xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height)}atomic-result-section-excerpt{--font-size:var(--atomic-text-base);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);margin-top:1.75rem;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}atomic-result-section-bottom-metadata{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-top:1.375rem;max-height:3.5rem}}&.density-compact{&.image-large,&.image-small{atomic-result-section-visual{margin:0 auto 1rem}}&.image-icon{atomic-result-section-badges{margin-bottom:1rem}atomic-result-section-visual{height:2rem;width:2rem}}atomic-result-section-visual{margin-bottom:.5rem}atomic-result-section-badges{margin-bottom:1rem}atomic-result-section-actions,atomic-result-section-badges{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);--row-height:2rem}atomic-result-section-actions{margin-top:1.25rem}atomic-result-section-title{--font-size:var(--atomic-text-xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);overflow:hidden;word-break:break-word;-webkit-box-orient:vertical;-webkit-line-clamp:2}atomic-result-section-title-metadata{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-top:.475rem}atomic-result-section-emphasized{font-weight:500;--font-size:var(--atomic-text-2xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height)}atomic-result-section-excerpt{--font-size:var(--atomic-text-base);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);margin-top:1.25rem;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1}atomic-result-section-bottom-metadata{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-top:.9375rem;max-height:3.25rem}}&.image-large{atomic-result-section-visual{aspect-ratio:1/1;height:auto;@supports not (aspect-ratio:1/1){height:19.75rem}width:100%}atomic-result-section-badges{margin-bottom:1rem}}&.image-small{atomic-result-section-visual{aspect-ratio:1/1;height:auto;@supports not (aspect-ratio:1/1){height:14rem}width:100%}}&.image-none{atomic-result-section-visual{display:none}}}@media not all and (width >= 1024px){grid-template-areas:"badges" "visual" "title" "title-metadata" "emphasized" "excerpt" "children" "bottom-metadata" "actions";grid-template-columns:100%;grid-template-rows:repeat(9,auto);&.density-comfortable{atomic-result-section-visual{margin-bottom:1rem}&.image-small{atomic-result-section-visual{height:10.25rem;width:10.25rem}}atomic-result-section-badges{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-bottom:1rem;--row-height:2rem}atomic-result-section-actions{--font-size:var(--atomic-text-base);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-top:1.25rem;--row-height:2rem}atomic-result-section-title{--font-size:var(--atomic-text-lg);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);max-height:3rem;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}atomic-result-section-title-metadata{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-top:.475rem}atomic-result-section-emphasized{font-weight:500;--font-size:var(--atomic-text-2xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height)}atomic-result-section-excerpt{--font-size:var(--atomic-text-base);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);margin-top:1.25rem;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}atomic-result-section-bottom-metadata{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-top:1rem;max-height:3rem}atomic-result-section-children{--font-size:var(--atomic-text-base);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-top:1.25rem}}&.density-normal{atomic-result-section-visual{margin-bottom:.75rem}&.image-small{atomic-result-section-visual{height:10.25rem;width:10.25rem}}atomic-result-section-badges{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-bottom:1rem;--row-height:2rem}atomic-result-section-actions{--font-size:var(--atomic-text-base);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-top:1rem;--row-height:2rem}atomic-result-section-title{--font-size:var(--atomic-text-lg);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);max-height:3rem;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}atomic-result-section-title-metadata{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-top:.475rem}atomic-result-section-emphasized{font-weight:500;--font-size:var(--atomic-text-2xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height)}atomic-result-section-excerpt{--font-size:var(--atomic-text-base);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);margin-top:1rem;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}atomic-result-section-bottom-metadata{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-top:.75rem;max-height:3rem}atomic-result-section-children{--font-size:var(--atomic-text-base);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-top:1rem}}&.density-compact{atomic-result-section-visual{margin-bottom:.5rem}&.image-large{atomic-result-section-visual{width:100%}}&.image-small{atomic-result-section-visual{height:10.25rem;width:10.25rem}}atomic-result-section-badges{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-bottom:1rem;--row-height:2rem}atomic-result-section-actions{--font-size:var(--atomic-text-base);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-top:.75rem;--row-height:2rem}atomic-result-section-title{--font-size:var(--atomic-text-lg);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);max-height:3rem;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}atomic-result-section-title-metadata{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-top:.475rem}atomic-result-section-emphasized{font-weight:500;--font-size:var(--atomic-text-2xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height)}atomic-result-section-excerpt{--font-size:var(--atomic-text-base);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);margin-top:.75rem;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1}atomic-result-section-bottom-metadata{--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-top:.5rem;max-height:3rem}atomic-result-section-children{--font-size:var(--atomic-text-base);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);margin-top:.75rem}}&.image-small{atomic-result-section-visual{aspect-ratio:1/1;height:auto;@supports not (aspect-ratio:1/1){height:9rem}width:100%}}&.image-icon{atomic-result-section-visual{height:2rem;width:2rem}}&.image-none{atomic-result-section-visual{display:none}}}}}&.display-table{&.image-large.density-compact{atomic-result-section-visual{height:10.25rem;width:10.25rem}}atomic-result-section-children{atomic-insight-result-children::part(children-root),atomic-result-children::part(children-root){border-color:var(--atomic-neutral);border-radius:16px;border-style:var(--tw-border-style);border-width:1px}}&.density-comfortable{atomic-result-section-visual{margin-right:1.5rem}atomic-result-section-actions,atomic-result-section-badges{margin-bottom:1.5rem;--row-height:2rem}atomic-result-section-title{--font-size:var(--atomic-text-2xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height)}atomic-result-section-excerpt{margin-top:1.75rem;--font-size:var(--atomic-text-lg);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);max-height:4.5rem;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}atomic-result-section-bottom-metadata{margin-top:1.25rem;--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);max-height:4rem}atomic-result-section-title-metadata{margin-top:.475rem}atomic-insight-result-children,atomic-result-children{&::part(children-root){border-color:var(--atomic-neutral);border-radius:16px;border-style:var(--tw-border-style);border-width:1px;margin-top:1.25rem;padding:1.75rem}&::part(show-hide-button){margin-bottom:1.25rem;margin-top:1.25rem}}atomic-insight-result-children,atomic-result-children{&::part(children-root){border-color:var(--atomic-neutral);border-radius:16px;border-style:var(--tw-border-style);border-width:1px;margin-top:1.25rem;padding:1.75rem}&::part(show-hide-button){margin-bottom:1.25rem;margin-top:1.25rem}}&.child-result:not(.last-child),.placeholder{margin-bottom:1.75rem}}&.density-normal{atomic-result-section-visual{margin-right:1rem}atomic-result-section-actions,atomic-result-section-badges{margin-bottom:1rem;--row-height:2rem}atomic-result-section-title{--font-size:var(--atomic-text-xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height)}atomic-result-section-excerpt{margin-top:1.25rem;--font-size:var(--atomic-text-base);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);max-height:2.5rem;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}atomic-result-section-bottom-metadata{margin-top:.875rem;--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);max-height:3.5rem}atomic-result-section-title-metadata{margin-top:.475rem}atomic-insight-result-children,atomic-result-children{&::part(children-root){border-color:var(--atomic-neutral);border-radius:16px;border-style:var(--tw-border-style);border-width:1px;margin-top:.875rem;padding:1.5rem}&::part(show-hide-button){margin-bottom:.875rem;margin-top:.875rem}}atomic-insight-result-children,atomic-result-children{&::part(children-root){border-color:var(--atomic-neutral);border-radius:16px;border-style:var(--tw-border-style);border-width:1px;margin-top:.875rem;padding:1.5rem}&::part(show-hide-button){margin-bottom:.875rem;margin-top:.875rem}}&.child-result:not(.last-child),.placeholder{margin-bottom:1.5rem}}&.density-compact{atomic-result-section-visual{margin-right:1rem}atomic-result-section-actions,atomic-result-section-badges{margin-bottom:1rem;--row-height:2rem}atomic-result-section-title{--font-size:var(--atomic-text-xl);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height)}atomic-result-section-excerpt{margin-top:1rem;--font-size:var(--atomic-text-base);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));display:-webkit-box;line-height:var(--line-height);max-height:1.25rem;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1}atomic-result-section-bottom-metadata{margin-top:.6875rem;--font-size:var(--atomic-text-sm);font-size:var(--font-size);--line-height:calc(var(--font-size)*var(--atomic-line-height-ratio));line-height:var(--line-height);max-height:3.25rem}atomic-result-section-title-metadata{margin-top:.475rem}atomic-insight-result-children,atomic-result-children{&::part(children-root){border-color:var(--atomic-neutral);border-radius:16px;border-style:var(--tw-border-style);border-width:1px;margin-top:.475rem;padding:1rem}&::part(show-hide-button){margin-bottom:.475rem;margin-top:.475rem}}atomic-insight-result-children,atomic-result-children{&::part(children-root){border-color:var(--atomic-neutral);border-radius:16px;border-style:var(--tw-border-style);border-width:1px;margin-top:.475rem;padding:1rem}&::part(show-hide-button){margin-bottom:.475rem;margin-top:.475rem}}&.child-result:not(.last-child),.placeholder{margin-bottom:1rem}}&.image-large,&.image-small{grid-template-areas:"badges badges . actions" "visual title title title" "visual title-metadata title-metadata title-metadata" "visual emphasized emphasized emphasized" "visual excerpt excerpt excerpt" "visual bottom-metadata bottom-metadata bottom-metadata" "visual children children children";grid-template-columns:minmax(0,min-content) auto 1fr auto;grid-template-rows:repeat(6,auto) minmax(0,1fr)}&.image-large.density-comfortable,&.image-large.density-normal{atomic-result-section-visual{height:20.375rem;width:20.375rem}}&.image-large.density-compact,&.image-small{atomic-result-section-visual{height:10rem;width:10rem}}&.image-icon{grid-template-areas:"badges badges . actions" "visual title title title" "visual title-metadata title-metadata title-metadata" "visual emphasized emphasized emphasized" "visual excerpt excerpt excerpt" "visual bottom-metadata bottom-metadata bottom-metadata" "visual children children children";grid-template-columns:minmax(0,min-content) auto 1fr auto;grid-template-rows:repeat(7,minmax(0,min-content));atomic-result-section-visual{height:2rem;width:2rem}}&.image-none{grid-template-areas:"badges . actions" "title title title" "title-metadata title-metadata title-metadata" "emphasized emphasized emphasized" "excerpt excerpt excerpt" "bottom-metadata bottom-metadata bottom-metadata" "children children children";grid-template-columns:auto 1fr auto;grid-template-rows:repeat(6,auto);atomic-result-section-visual{display:none}}}}atomic-table-element{display:none}}.link-container{display:none}}}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--tw-font-weight:initial;--tw-border-style:solid}}}`;
|
|
23635
|
-
__decorate$
|
|
23660
|
+
__decorate$17([
|
|
23636
23661
|
decorators_js.state()
|
|
23637
23662
|
], AtomicRecsResult$1.prototype, "error", void 0);
|
|
23638
|
-
__decorate$
|
|
23663
|
+
__decorate$17([
|
|
23639
23664
|
decorators_js.property({
|
|
23640
23665
|
attribute: 'stop-propagation',
|
|
23641
23666
|
type: Boolean,
|
|
@@ -23643,44 +23668,109 @@ __decorate$16([
|
|
|
23643
23668
|
reflect: true,
|
|
23644
23669
|
})
|
|
23645
23670
|
], AtomicRecsResult$1.prototype, "stopPropagation", void 0);
|
|
23646
|
-
__decorate$
|
|
23671
|
+
__decorate$17([
|
|
23647
23672
|
decorators_js.property({ type: Object })
|
|
23648
23673
|
], AtomicRecsResult$1.prototype, "result", void 0);
|
|
23649
|
-
__decorate$
|
|
23674
|
+
__decorate$17([
|
|
23650
23675
|
decorators_js.property({ type: Object, attribute: 'interactive-result' })
|
|
23651
23676
|
], AtomicRecsResult$1.prototype, "interactiveResult", void 0);
|
|
23652
|
-
__decorate$
|
|
23677
|
+
__decorate$17([
|
|
23653
23678
|
decorators_js.property({ type: Object })
|
|
23654
23679
|
], AtomicRecsResult$1.prototype, "store", void 0);
|
|
23655
|
-
__decorate$
|
|
23680
|
+
__decorate$17([
|
|
23656
23681
|
decorators_js.property({ type: Object })
|
|
23657
23682
|
], AtomicRecsResult$1.prototype, "content", void 0);
|
|
23658
|
-
__decorate$
|
|
23683
|
+
__decorate$17([
|
|
23659
23684
|
decorators_js.property({ type: Object, attribute: 'link-content' })
|
|
23660
23685
|
], AtomicRecsResult$1.prototype, "linkContent", void 0);
|
|
23661
|
-
__decorate$
|
|
23686
|
+
__decorate$17([
|
|
23662
23687
|
decorators_js.property({ reflect: true, type: String })
|
|
23663
23688
|
], AtomicRecsResult$1.prototype, "display", void 0);
|
|
23664
|
-
__decorate$
|
|
23689
|
+
__decorate$17([
|
|
23665
23690
|
decorators_js.property({ reflect: true, type: String })
|
|
23666
23691
|
], AtomicRecsResult$1.prototype, "density", void 0);
|
|
23667
|
-
__decorate$
|
|
23692
|
+
__decorate$17([
|
|
23668
23693
|
decorators_js.property({ reflect: true, type: String, attribute: 'image-size' })
|
|
23669
23694
|
], AtomicRecsResult$1.prototype, "imageSize", void 0);
|
|
23670
|
-
__decorate$
|
|
23695
|
+
__decorate$17([
|
|
23671
23696
|
decorators_js.property({ type: String })
|
|
23672
23697
|
], AtomicRecsResult$1.prototype, "classes", void 0);
|
|
23673
|
-
__decorate$
|
|
23698
|
+
__decorate$17([
|
|
23674
23699
|
decorators_js.property({ type: String, attribute: 'loading-flag' })
|
|
23675
23700
|
], AtomicRecsResult$1.prototype, "loadingFlag", void 0);
|
|
23676
|
-
__decorate$
|
|
23701
|
+
__decorate$17([
|
|
23677
23702
|
decorators_js.property({ type: Object, attribute: 'rendering-function' })
|
|
23678
23703
|
], AtomicRecsResult$1.prototype, "renderingFunction", void 0);
|
|
23679
|
-
AtomicRecsResult$1 = __decorate$
|
|
23704
|
+
AtomicRecsResult$1 = __decorate$17([
|
|
23680
23705
|
decorators_js.customElement('atomic-recs-result'),
|
|
23681
23706
|
withTailwindStyles
|
|
23682
23707
|
], AtomicRecsResult$1);
|
|
23683
23708
|
|
|
23709
|
+
var __decorate$16 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
23710
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
23711
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
23712
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
23713
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
23714
|
+
};
|
|
23715
|
+
/**
|
|
23716
|
+
* A [result template](https://docs.coveo.com/en/atomic/latest/usage/displaying-results#defining-a-result-template) determines the format of the query results, depending on the conditions that are defined for each template.
|
|
23717
|
+
*
|
|
23718
|
+
* A `template` element must be the child of an `atomic-recs-result-template`, and an `atomic-recs-list` must be the parent of each `atomic-recs-result-template`.
|
|
23719
|
+
*
|
|
23720
|
+
* **Note:** Any `<script>` tags that are defined inside a `<template>` element will not be executed when the results are being rendered.
|
|
23721
|
+
*
|
|
23722
|
+
* @slot default - The default slot where to insert the template element.
|
|
23723
|
+
* @slot link - A `template` element that contains a single `atomic-result-link` component.
|
|
23724
|
+
*/
|
|
23725
|
+
let AtomicRecsResultTemplate = class AtomicRecsResultTemplate extends lit.LitElement {
|
|
23726
|
+
constructor() {
|
|
23727
|
+
super();
|
|
23728
|
+
/**
|
|
23729
|
+
* A function that must return true on results for the result template to apply.
|
|
23730
|
+
* Set programmatically before initialization, not via attribute.
|
|
23731
|
+
*
|
|
23732
|
+
* For example, the following targets a template and sets a condition to make it apply only to results whose `title` contains `singapore`:
|
|
23733
|
+
* `document.querySelector('#target-template').conditions = [(result) => /singapore/i.test(result.title)];`
|
|
23734
|
+
*/
|
|
23735
|
+
this.conditions = [];
|
|
23736
|
+
const validParents = ['atomic-recs-list', 'atomic-ipx-recs-list'];
|
|
23737
|
+
const allowEmpty = true;
|
|
23738
|
+
this.recsResultTemplateController = new RecsResultTemplateController(this, validParents, allowEmpty);
|
|
23739
|
+
}
|
|
23740
|
+
connectedCallback() {
|
|
23741
|
+
super.connectedCallback();
|
|
23742
|
+
this.recsResultTemplateController.matchConditions = makeMatchConditions(this.mustMatch, this.mustNotMatch, recommendation.ResultTemplatesHelpers);
|
|
23743
|
+
}
|
|
23744
|
+
render() {
|
|
23745
|
+
return lit.nothing;
|
|
23746
|
+
}
|
|
23747
|
+
/**
|
|
23748
|
+
* Gets the appropriate result template based on the conditions applied.
|
|
23749
|
+
*/
|
|
23750
|
+
async getTemplate() {
|
|
23751
|
+
return (this.recsResultTemplateController?.getTemplate(this.conditions) || null);
|
|
23752
|
+
}
|
|
23753
|
+
};
|
|
23754
|
+
__decorate$16([
|
|
23755
|
+
decorators_js.state()
|
|
23756
|
+
], AtomicRecsResultTemplate.prototype, "error", void 0);
|
|
23757
|
+
__decorate$16([
|
|
23758
|
+
decorators_js.property({ attribute: false, type: Array, converter: arrayConverter })
|
|
23759
|
+
], AtomicRecsResultTemplate.prototype, "conditions", void 0);
|
|
23760
|
+
__decorate$16([
|
|
23761
|
+
mapProperty({ splitValues: true, attributePrefix: 'must-match' })
|
|
23762
|
+
], AtomicRecsResultTemplate.prototype, "mustMatch", void 0);
|
|
23763
|
+
__decorate$16([
|
|
23764
|
+
mapProperty({ splitValues: true, attributePrefix: 'must-not-match' })
|
|
23765
|
+
], AtomicRecsResultTemplate.prototype, "mustNotMatch", void 0);
|
|
23766
|
+
__decorate$16([
|
|
23767
|
+
errorGuard()
|
|
23768
|
+
], AtomicRecsResultTemplate.prototype, "render", null);
|
|
23769
|
+
AtomicRecsResultTemplate = __decorate$16([
|
|
23770
|
+
decorators_js.customElement('atomic-recs-result-template'),
|
|
23771
|
+
withTailwindStyles
|
|
23772
|
+
], AtomicRecsResultTemplate);
|
|
23773
|
+
|
|
23684
23774
|
var __decorate$15 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
23685
23775
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
23686
23776
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -35688,6 +35778,7 @@ let AtomicSearchBox$1 = class AtomicSearchBox extends lit.LitElement {
|
|
|
35688
35778
|
}
|
|
35689
35779
|
renderAbsolutePositionSpacer() {
|
|
35690
35780
|
return lit.html `<textarea
|
|
35781
|
+
disabled
|
|
35691
35782
|
aria-hidden="true"
|
|
35692
35783
|
part="textarea-spacer"
|
|
35693
35784
|
class="invisible w-full px-4 py-3.5 text-lg"
|
|
@@ -35838,6 +35929,10 @@ let AtomicSearchBox$1 = class AtomicSearchBox extends lit.LitElement {
|
|
|
35838
35929
|
`;
|
|
35839
35930
|
}
|
|
35840
35931
|
};
|
|
35932
|
+
AtomicSearchBox$1.shadowRootOptions = {
|
|
35933
|
+
...lit.LitElement.shadowRootOptions,
|
|
35934
|
+
delegatesFocus: true,
|
|
35935
|
+
};
|
|
35841
35936
|
AtomicSearchBox$1.styles = lit.css`/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */@layer properties;@layer properties{*,::backdrop,:after,:before{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scale-z:1;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-x-reverse:0;--tw-divide-y-reverse:0;--tw-border-style:solid;--tw-gradient-position:initial;--tw-gradient-from:#0000;--tw-gradient-via:#0000;--tw-gradient-to:#0000;--tw-gradient-stops:initial;--tw-gradient-via-stops:initial;--tw-gradient-from-position:0%;--tw-gradient-via-position:50%;--tw-gradient-to-position:100%;--tw-leading:initial;--tw-font-weight:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-duration:initial;--tw-ease:initial;--tw-content:""}}@layer theme, base, components, utilities;@layer theme;@layer base{*,::backdrop,::file-selector-button,:after,:before{border:0 solid;box-sizing:border-box;margin:0;padding:0}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:var(--default-font-family,var(--atomic-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"));font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);tab-size:4;-webkit-tap-highlight-color:transparent}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-size:1em;font-variation-settings:var(--default-mono-font-variation-settings,normal)}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}menu,ol,ul{list-style:none}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}::file-selector-button,button,input,optgroup,select,textarea{background-color:transparent;border-radius:0;color:inherit;font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;opacity:1}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not (-webkit-appearance:-apple-pay-button)) or (contain-intrinsic-size:1px){::placeholder{color:currentcolor;@supports (color:color-mix(in lab,red,red)){color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-meridiem-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}::file-selector-button,button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer utilities{.\\@container{container-type:inline-size}.pointer-events-auto{pointer-events:auto}.pointer-events-none{pointer-events:none}.collapse{visibility:collapse}.invisible{visibility:hidden}.visible{visibility:visible}.sr-only{border-width:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;white-space:nowrap;width:1px}.absolute,.sr-only{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.inset-0{inset:0}.-top-2{top:-.5rem}.-top-4{top:-1rem}.top-0{top:0}.top-1{top:.25rem}.top-1\\/2{top:50%}.top-\\[4px\\]{top:4px}.top-full{top:100%}.top-px{top:1px}.-right-2{right:-.5rem}.right-0{right:0}.right-1{right:.25rem}.right-2{right:.5rem}.right-6{right:1.5rem}.right-12{right:3rem}.right-px{right:1px}.bottom-0{bottom:0}.bottom-1{bottom:.25rem}.bottom-2{bottom:.5rem}.bottom-px{bottom:1px}.left-0{left:0}.left-1{left:.25rem}.left-2{left:.5rem}.left-\\[15px\\]{left:15px}.isolate{isolation:isolate}.z-0{z-index:0}.z-1{z-index:1}.z-10{z-index:10}.z-9998{z-index:9998}.z-9999{z-index:9999}.order-last{order:9999}.col-span-2{grid-column:span 2/span 2}.container{width:100%;@media (width >= 1024px){max-width:1024px}@media (width >= 40rem){max-width:40rem}@media (width >= 48rem){max-width:48rem}@media (width >= 64rem){max-width:64rem}@media (width >= 80rem){max-width:80rem}@media (width >= 96rem){max-width:96rem}}.container\\!{width:100%!important;@media (width >= 1024px){max-width:1024px!important}@media (width >= 40rem){max-width:40rem!important}@media (width >= 48rem){max-width:48rem!important}@media (width >= 64rem){max-width:64rem!important}@media (width >= 80rem){max-width:80rem!important}@media (width >= 96rem){max-width:96rem!important}}.m-0{margin:0}.m-2{margin:.5rem}.mx-0{margin-inline:0}.mx-0\\.5{margin-inline:.125rem}.mx-1{margin-inline:.25rem}.mx-6{margin-inline:1.5rem}.mx-16{margin-inline:4rem}.mx-auto{margin-inline:auto}.my-2{margin-block:.5rem}.my-3{margin-block:.75rem}.my-4{margin-block:1rem}.my-6{margin-block:1.5rem}.my-auto{margin-block:auto}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-1\\.5{margin-top:.375rem}.mt-2{margin-top:.5rem}.mt-2\\.5{margin-top:.625rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-7{margin-top:1.75rem}.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}.mt-px{margin-top:1px}.mr-0{margin-right:0}.mr-0\\.5{margin-right:.125rem}.mr-1{margin-right:.25rem}.mr-1\\.5{margin-right:.375rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-6{margin-right:1.5rem}.mr-auto{margin-right:auto}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.ml-0\\.5{margin-left:.125rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-4{margin-left:1rem}.ml-6{margin-left:1.5rem}.ml-auto{margin-left:auto}.box-border{box-sizing:border-box}.box-content{box-sizing:content-box}.line-clamp-1{-webkit-line-clamp:1}.line-clamp-1,.line-clamp-2{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical}.line-clamp-2{-webkit-line-clamp:2}.line-clamp-3{-webkit-line-clamp:3}.line-clamp-3,.line-clamp-4{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical}.line-clamp-4{-webkit-line-clamp:4}.line-clamp-none{display:block;overflow:visible;-webkit-box-orient:horizontal;-webkit-line-clamp:unset}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.table{display:table}.table-column{display:table-column}.aspect-square-\\[auto\\]{@supports not (aspect-ratio:1/1){height:auto}}.aspect-square-\\[auto\\]{aspect-ratio:1/1;height:auto;@supports not (aspect-ratio:1/1){height:auto}}.aspect-square{aspect-ratio:1/1}.size-\\[27px\\]{height:27px;width:27px}.h-1{height:.25rem}.h-2{height:.5rem}.h-2\\.5{height:.625rem}.h-3{height:.75rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-5\\/6{height:83.33333%}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-\\[2\\.6rem\\]{height:2.6rem}.h-\\[9px\\]{height:9px}.h-auto{height:auto}.h-full{height:100%}.max-h-96{max-height:24rem}.min-h-3{min-height:.75rem}.min-h-10{min-height:2.5rem}.min-lines-2{min-height:calc(var(--line-height)*2)}.min-lines-3{min-height:calc(var(--line-height)*3)}.w-0\\.5{width:.125rem}.w-1{width:.25rem}.w-1\\/2{width:50%}.w-2{width:.5rem}.w-2\\.5{width:.625rem}.w-3{width:.75rem}.w-3\\.5{width:.875rem}.w-3\\/5{width:60%}.w-4{width:1rem}.w-5{width:1.25rem}.w-5\\/6{width:83.33333%}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-10{width:2.5rem}.w-12{width:3rem}.w-20{width:5rem}.w-26{width:6.5rem}.w-32{width:8rem}.w-36{width:9rem}.w-48{width:12rem}.w-60{width:15rem}.w-64{width:16rem}.w-72{width:18rem}.w-100{width:25rem}.w-\\[2\\.6rem\\]{width:2.6rem}.w-\\[10px\\]{width:10px}.w-auto{width:auto}.w-fit{width:fit-content}.w-full{width:100%}.w-max{width:max-content}.w-px{width:1px}.max-w-4\\/5{max-width:80%}.max-w-60{max-width:15rem}.max-w-\\[30ch\\]{max-width:30ch}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-max{max-width:max-content}.min-w-0{min-width:0}.min-w-10{min-width:2.5rem}.min-w-20{min-width:5rem}.min-w-24{min-width:6rem}.min-w-full{min-width:100%}.flex-1{flex:1}.flex-none{flex:none}.flex-shrink{flex-shrink:1}.flex-shrink-0,.shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.basis-1\\/2{flex-basis:50%}.basis-8{flex-basis:2rem}.border-collapse{border-collapse:collapse}.-translate-x-1\\/2{--tw-translate-x:-50%}.-translate-x-1\\/2,.translate-x-1\\/2{translate:var(--tw-translate-x) var(--tw-translate-y)}.translate-x-1\\/2{--tw-translate-x:50%}.-translate-y-1\\/2{--tw-translate-y:-50%;translate:var(--tw-translate-x) var(--tw-translate-y)}.scale-75{--tw-scale-x:75%;--tw-scale-y:75%;--tw-scale-z:75%}.scale-100,.scale-75{scale:var(--tw-scale-x) var(--tw-scale-y)}.scale-100{--tw-scale-x:100%;--tw-scale-y:100%;--tw-scale-z:100%}.rotate-180{rotate:180deg}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.animate-spin{animation:spin 1s linear infinite}.cursor-\\[inherit\\]{cursor:inherit}.cursor-pointer{cursor:pointer}.resize{resize:both}.resize-none{resize:none}.list-outside{list-style-position:outside}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.appearance-none{appearance:none}.grid-cols-\\[min-content_1fr\\]{grid-template-columns:min-content 1fr}.grid-cols-\\[min-content_auto\\]{grid-template-columns:min-content auto}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.flex-wrap{flex-wrap:wrap}.place-items-center{place-items:center}.content-center{align-content:center}.items-baseline{align-items:baseline}.items-center{align-items:center}.items-start{align-items:flex-start}.items-stretch{align-items:stretch}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.gap-0\\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-8{gap:2rem}.space-y-1{:where(&>:not(:last-child)){--tw-space-y-reverse:0;margin-block-end:calc(.25rem*(1 - var(--tw-space-y-reverse)));margin-block-start:calc(.25rem*var(--tw-space-y-reverse))}}.gap-x-1\\.5{column-gap:.375rem}.gap-x-2{column-gap:.5rem}.gap-x-4{column-gap:1rem}.space-x-1\\.5{:where(&>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-end:calc(.375rem*(1 - var(--tw-space-x-reverse)));margin-inline-start:calc(.375rem*var(--tw-space-x-reverse))}}.gap-y-0\\.5{row-gap:.125rem}.divide-y{:where(&>:not(:last-child)){--tw-divide-y-reverse:0;border-bottom-style:var(--tw-border-style);border-bottom-width:calc(1px*(1 - var(--tw-divide-y-reverse)));border-top-style:var(--tw-border-style);border-top-width:calc(1px*var(--tw-divide-y-reverse))}}.divide-neutral{:where(&>:not(:last-child)){border-color:var(--atomic-neutral)}}.self-center{align-self:center}.self-start{align-self:flex-start}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-x-scroll{overflow-x:scroll}.overflow-y-auto{overflow-y:auto}.scroll-smooth{scroll-behavior:smooth}.rounded{border-radius:var(--atomic-border-radius)}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:calc(infinity*1px)}.rounded-lg{border-radius:var(--atomic-border-radius-lg)}.rounded-md{border-radius:var(--atomic-border-radius-md)}.rounded-none{border-radius:0}.rounded-sm{border-radius:var(--atomic-border-radius)}.rounded-xl{border-radius:var(--atomic-border-radius-xl)}.rounded-tl-none{border-top-left-radius:0}.rounded-r-none{border-bottom-right-radius:0;border-top-right-radius:0}.border{border-style:var(--tw-border-style);border-width:1px}.border-0{border-style:var(--tw-border-style);border-width:0}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px}.border-b,.border-b-1{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-l{border-left-style:var(--tw-border-style);border-left-width:1px}.border-solid{--tw-border-style:solid;border-style:solid}.border-gray-200{border-color:oklch(.928 .006 264.531)}.border-neutral{border-color:var(--atomic-neutral)}.border-neutral-dark{border-color:var(--atomic-neutral-dark)}.border-neutral-dim{border-color:var(--atomic-neutral-dim)}.border-primary{border-color:var(--atomic-primary)}.border-primary-light{border-color:var(--atomic-primary-light)}.border-t-neutral{border-top-color:var(--atomic-neutral)}.border-b-neutral{border-bottom-color:var(--atomic-neutral)}.border-b-neutral-dim{border-bottom-color:var(--atomic-neutral-dim)}.border-l-neutral{border-left-color:var(--atomic-neutral)}.border-l-neutral-dim{border-left-color:var(--atomic-neutral-dim)}.bg-\\[\\#F1F2FF\\]{background-color:#f1f2ff}.bg-\\[rgba\\(40\\,40\\,40\\,0\\.8\\)\\]{background-color:rgba(40,40,40,.8)}.bg-background{background-color:var(--atomic-background)}.bg-error{background-color:var(--atomic-error)}.bg-gray-50{background-color:oklch(.985 .002 247.839)}.bg-neutral{background-color:var(--atomic-neutral)}.bg-neutral-dark{background-color:var(--atomic-neutral-dark)}.bg-neutral-dim{background-color:var(--atomic-neutral-dim)}.bg-neutral-light{background-color:var(--atomic-neutral-light)}.bg-primary{background-color:var(--atomic-primary)}.bg-transparent{background-color:transparent}.bg-white{background-color:#fff}.bg-linear-to-l{--tw-gradient-position:to left;@supports (background-image:linear-gradient(in lab,red,red)){--tw-gradient-position:to left in oklab}background-image:linear-gradient(var(--tw-gradient-stops))}.bg-linear-to-r{--tw-gradient-position:to right;@supports (background-image:linear-gradient(in lab,red,red)){--tw-gradient-position:to right in oklab}background-image:linear-gradient(var(--tw-gradient-stops))}.from-background\\/60{--tw-gradient-from:color-mix(in srgb,#fff 60%,transparent);@supports (color:color-mix(in lab,red,red)){--tw-gradient-from:color-mix(in oklab,var(--atomic-background) 60%,transparent)}--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from) var(--tw-gradient-from-position),var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-more-results-progress-bar-color-from{--tw-gradient-from:var(
|
|
35842
35937
|
--atomic-more-results-progress-bar-color-from,var(--atomic-primary-dark)
|
|
35843
35938
|
);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from) var(--tw-gradient-from-position),var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-more-results-progress-bar-color-to{--tw-gradient-to:var(
|