@coveo/atomic 3.34.0-pre.4c6dc408dd → 3.34.0-pre.4f2ee671ee
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/atomic/_atomic.esm.js +1 -1
- package/dist/atomic/atomic.esm.js.map +1 -1
- package/dist/atomic/components/_index.d.ts +0 -20
- package/dist/atomic/components/_index.js +0 -10
- package/dist/atomic/components/analytics-config.js +1 -1
- package/dist/atomic/components/atomic-focus-trap2.js +1 -1
- package/dist/atomic/components/atomic-folded-result-list.js +4 -40
- package/dist/atomic/components/atomic-folded-result-list.js.map +1 -1
- package/dist/atomic/components/atomic-insight-folded-result-list.js +4 -40
- package/dist/atomic/components/atomic-insight-folded-result-list.js.map +1 -1
- package/dist/atomic/components/atomic-insight-history-toggle.js +2 -2
- package/dist/atomic/components/atomic-insight-history-toggle.js.map +1 -1
- package/dist/atomic/components/atomic-insight-result-action-bar.js +5 -1
- package/dist/atomic/components/atomic-insight-result-action-bar.js.map +1 -1
- package/dist/atomic/components/atomic-insight-result-children.js +4 -40
- package/dist/atomic/components/atomic-insight-result-children.js.map +1 -1
- package/dist/atomic/components/atomic-insight-result-list.js +4 -40
- package/dist/atomic/components/atomic-insight-result-list.js.map +1 -1
- package/dist/atomic/components/atomic-insight-user-actions-toggle.js +2 -2
- package/dist/atomic/components/atomic-insight-user-actions-toggle.js.map +1 -1
- package/dist/atomic/components/atomic-ipx-recs-list.js +4 -40
- package/dist/atomic/components/atomic-ipx-recs-list.js.map +1 -1
- package/dist/{esm/sections-ae00b53a.js → atomic/components/atomic-layout-section-utils.js} +1 -1
- package/dist/atomic/components/atomic-layout-section-utils.js.map +1 -0
- package/dist/atomic/components/atomic-recs-list.js +4 -40
- package/dist/atomic/components/atomic-recs-list.js.map +1 -1
- package/dist/atomic/components/atomic-refine-modal2.js +3 -3
- package/dist/atomic/components/atomic-refine-modal2.js.map +1 -1
- package/dist/atomic/components/atomic-result-children.js +4 -40
- package/dist/atomic/components/atomic-result-children.js.map +1 -1
- package/dist/atomic/components/atomic-result-list.js +4 -40
- package/dist/atomic/components/atomic-result-list.js.map +1 -1
- package/dist/atomic/components/atomic-result-placeholder2.js +1 -37
- package/dist/atomic/components/atomic-result-placeholder2.js.map +1 -1
- package/dist/atomic/components/atomic-search-box.js +2 -8
- package/dist/atomic/components/atomic-search-box.js.map +1 -1
- package/dist/atomic/components/atomic-smart-snippet-answer2.js +1 -1
- package/dist/atomic/components/atomic-smart-snippet-feedback-modal2.js +2 -2
- package/dist/atomic/components/atomic-tab-manager.js +1 -1
- package/dist/atomic/components/clock.js +2 -2
- package/dist/atomic/components/components/commerce/atomic-product/atomic-product.js +26 -58
- package/dist/atomic/components/components/common/atomic-layout-section/layout.js +1 -1
- package/dist/atomic/components/components/common/layout/custom-render-controller.js +37 -0
- package/dist/atomic/components/components/common/layout/display-options.js +1 -1
- package/dist/atomic/components/components/common/layout/item-layout-controller.js +103 -0
- package/dist/atomic/components/components/common/layout/{sections.js → item-layout-sections.js} +1 -1
- package/dist/atomic/components/components/common/product-template/product-template-common.js +1 -1
- package/dist/atomic/components/components/insight/atomic-insight-layout/insight-layout.js +1 -1
- package/dist/atomic/components/components/search/atomic-result-section-actions/atomic-result-section-actions.js +25 -0
- package/dist/atomic/components/components/search/atomic-result-section-badges/atomic-result-section-badges.js +24 -0
- package/dist/atomic/components/components/search/atomic-result-section-bottom-metadata/atomic-result-section-bottom-metadata.js +25 -0
- package/dist/atomic/components/components/search/atomic-result-section-children/atomic-result-section-children.js +21 -0
- package/dist/atomic/components/components/search/atomic-result-section-emphasized/atomic-result-section-emphasized.js +23 -0
- package/dist/atomic/components/components/search/atomic-result-section-excerpt/atomic-result-section-excerpt.js +24 -0
- package/dist/atomic/components/components/search/atomic-result-section-title/atomic-result-section-title.js +24 -0
- package/dist/atomic/components/components/search/atomic-result-section-title-metadata/atomic-result-section-title-metadata.js +24 -0
- package/dist/atomic/components/components/search/atomic-result-section-visual/atomic-result-section-visual.js +29 -0
- package/dist/atomic/components/components/search/atomic-search-box-recent-queries/atomic-search-box-recent-queries.js +137 -0
- package/dist/atomic/components/components/search/atomic-search-interface/atomic-search-interface.js +1 -5
- package/dist/atomic/components/components/search/index.js +10 -0
- package/dist/atomic/components/components/search/lazy-index.js +10 -0
- package/dist/atomic/components/display-options.js +1 -1
- package/dist/atomic/components/display-options.js.map +1 -1
- package/dist/atomic/components/global/environment.js +1 -1
- package/dist/atomic/components/index.js.map +1 -1
- package/dist/atomic/components/insight-layout.js +1 -1
- package/dist/atomic/components/insight-layout.js.map +1 -1
- package/dist/atomic/components/{sections2.js → item-layout-sections.js} +2 -2
- package/dist/atomic/components/item-layout-sections.js.map +1 -0
- package/dist/atomic/components/props-utils.js +1 -1
- package/dist/atomic/components/result-template-common.js +2 -2
- package/dist/atomic/components/result-template-common.js.map +1 -1
- package/dist/atomic/components/store.js +1 -1
- package/dist/atomic/components/utils.js +1 -1
- package/dist/atomic/{p-2caa1859.js → p-0e62bdd6.js} +2 -2
- package/dist/atomic/p-0e62bdd6.js.map +1 -0
- package/dist/atomic/{p-5f706e3d.entry.js → p-170c7da6.entry.js} +2 -2
- package/dist/atomic/{p-3857d6a3.entry.js → p-1bbaf206.entry.js} +2 -2
- package/dist/atomic/{p-24854323.js → p-1e7294cc.js} +2 -2
- package/dist/atomic/{p-4723ffa5.entry.js → p-20b33c18.entry.js} +2 -2
- package/dist/atomic/{p-7709fba4.js → p-2250f505.js} +2 -2
- package/dist/atomic/p-2250f505.js.map +1 -0
- package/dist/atomic/{p-bd3542d2.entry.js → p-36112c34.entry.js} +2 -2
- package/dist/atomic/p-36112c34.entry.js.map +1 -0
- package/dist/atomic/{p-d6e04719.entry.js → p-373448df.entry.js} +2 -2
- package/dist/atomic/{p-8bf425b0.entry.js → p-40c1dfcb.entry.js} +2 -2
- package/dist/atomic/{p-d82b85ab.entry.js → p-52d5461a.entry.js} +2 -2
- package/dist/atomic/{p-406a288c.entry.js → p-6078667f.entry.js} +2 -2
- package/dist/atomic/p-62e85c20.entry.js +2 -0
- package/dist/atomic/p-6f1bffa2.entry.js +2 -0
- package/dist/atomic/p-6f1bffa2.entry.js.map +1 -0
- package/dist/atomic/{p-93da1f4e.entry.js → p-6f34dd3a.entry.js} +2 -2
- package/dist/atomic/{p-0c0b8d41.entry.js → p-768b172e.entry.js} +2 -2
- package/dist/atomic/{p-a4d277c7.entry.js → p-7fd5b6ac.entry.js} +2 -2
- package/dist/atomic/p-8de99e50.entry.js +2 -0
- package/dist/atomic/p-8de99e50.entry.js.map +1 -0
- package/dist/atomic/{p-6289adc7.entry.js → p-9239be63.entry.js} +2 -2
- package/dist/atomic/{p-f71b14b2.entry.js → p-9260dd7d.entry.js} +2 -2
- package/dist/atomic/{p-ed8e5c4d.entry.js → p-98dd6df1.entry.js} +2 -2
- package/dist/atomic/{p-0b5efb51.entry.js → p-a1e5f767.entry.js} +2 -2
- package/dist/atomic/{p-1db20a4a.entry.js → p-a5f66ecd.entry.js} +2 -2
- package/dist/atomic/{p-65dd9017.entry.js → p-af1b4924.entry.js} +2 -2
- package/dist/atomic/{p-577d34ba.entry.js → p-c4fb6426.entry.js} +2 -2
- package/dist/atomic/{p-9c7dbbdf.js → p-cc2b2231.js} +1 -1
- package/dist/atomic/p-cc2b2231.js.map +1 -0
- package/dist/atomic/{p-9faad55b.entry.js → p-dc128135.entry.js} +2 -2
- package/dist/atomic/{p-97748161.js → p-dc28ee14.js} +1 -1
- package/dist/{esm/sections-d787040b.js.map → atomic/p-dc28ee14.js.map} +1 -1
- package/dist/atomic/{p-c280cd05.js → p-e1cc5150.js} +1 -1
- package/dist/atomic/{p-27b8404c.js → p-e62fc40e.js} +2 -2
- package/dist/atomic/p-e62fc40e.js.map +1 -0
- package/dist/atomic/{p-d1795580.entry.js → p-e7a25b00.entry.js} +2 -2
- package/dist/atomic/{p-9d56d3e8.entry.js → p-ea369f8a.entry.js} +2 -2
- package/dist/atomic/{p-63844a6c.entry.js → p-fc9cab39.entry.js} +2 -2
- package/dist/atomic/p-ff91ba6a.entry.js +2 -0
- package/dist/atomic/p-ff91ba6a.entry.js.map +1 -0
- package/dist/cjs/_loader.cjs.js +1 -1
- package/dist/cjs/{analytics-config-01eec898.js → analytics-config-c2ffb32d.js} +2 -2
- package/dist/cjs/{analytics-config-01eec898.js.map → analytics-config-c2ffb32d.js.map} +1 -1
- package/dist/cjs/atomic-field-condition.cjs.entry.js +2 -2
- package/dist/cjs/atomic-folded-result-list.cjs.entry.js +2 -2
- package/dist/cjs/atomic-insight-folded-result-list.cjs.entry.js +2 -2
- package/dist/cjs/atomic-insight-history-toggle.cjs.entry.js +2 -2
- package/dist/cjs/atomic-insight-history-toggle.cjs.entry.js.map +1 -1
- package/dist/cjs/atomic-insight-interface.cjs.entry.js +3 -3
- package/dist/cjs/atomic-insight-layout.cjs.entry.js +2 -2
- package/dist/cjs/atomic-insight-result-action-bar.cjs.entry.js +6 -3
- package/dist/cjs/atomic-insight-result-action-bar.cjs.entry.js.map +1 -1
- package/dist/cjs/atomic-insight-result-children-template.cjs.entry.js +2 -2
- package/dist/cjs/atomic-insight-result-list.cjs.entry.js +2 -2
- package/dist/cjs/atomic-insight-result-template.cjs.entry.js +2 -2
- package/dist/cjs/atomic-insight-result.cjs.entry.js +2 -2
- package/dist/cjs/atomic-insight-user-actions-toggle.cjs.entry.js +2 -2
- package/dist/cjs/atomic-insight-user-actions-toggle.cjs.entry.js.map +1 -1
- package/dist/cjs/atomic-ipx-recs-list.cjs.entry.js +2 -2
- package/dist/cjs/{sections-4b4af2f8.js → atomic-layout-section-utils-08b4fbcd.js} +1 -1
- package/dist/cjs/atomic-layout-section-utils-08b4fbcd.js.map +1 -0
- package/dist/cjs/atomic-recs-interface.cjs.entry.js +1 -1
- package/dist/cjs/atomic-recs-list.cjs.entry.js +2 -2
- package/dist/cjs/atomic-recs-result-template.cjs.entry.js +2 -2
- package/dist/cjs/atomic-recs-result.cjs.entry.js +2 -2
- package/dist/cjs/atomic-refine-modal.cjs.entry.js +4 -4
- package/dist/cjs/atomic-refine-modal.cjs.entry.js.map +1 -1
- package/dist/cjs/atomic-result-children-template.cjs.entry.js +2 -2
- package/dist/cjs/atomic-result-list.cjs.entry.js +2 -2
- package/dist/cjs/{atomic-result-placeholder_8.cjs.entry.js → atomic-result-placeholder_2.cjs.entry.js} +3 -71
- package/dist/cjs/atomic-result-placeholder_2.cjs.entry.js.map +1 -0
- package/dist/cjs/atomic-result-template.cjs.entry.js +2 -2
- package/dist/cjs/atomic-result.cjs.entry.js +2 -2
- package/dist/cjs/atomic-search-box-query-suggestions.cjs.entry.js +76 -0
- package/dist/cjs/atomic-search-box-query-suggestions.cjs.entry.js.map +1 -0
- package/dist/cjs/atomic-smart-snippet-feedback-modal.cjs.entry.js +2 -2
- package/dist/cjs/atomic-tab-manager.cjs.entry.js +1 -1
- package/dist/cjs/atomic.cjs.js +1 -1
- package/dist/cjs/clock-7aeb19d0.js +7 -0
- package/dist/cjs/clock-7aeb19d0.js.map +1 -0
- package/dist/cjs/{display-options-14f05862.js → display-options-69531e8d.js} +4 -4
- package/dist/cjs/display-options-69531e8d.js.map +1 -0
- package/dist/cjs/index-757bc886.js +4 -16
- package/dist/cjs/{insight-layout-355a94dd.js → insight-layout-b6ff92fd.js} +11 -11
- package/dist/cjs/insight-layout-b6ff92fd.js.map +1 -0
- package/dist/cjs/{sections-fbb93b53.js → item-layout-sections-b09ba4b3.js} +1 -1
- package/dist/cjs/item-layout-sections-b09ba4b3.js.map +1 -0
- package/dist/cjs/{result-template-common-88359dad.js → result-template-common-84bd4057.js} +3 -3
- package/dist/cjs/result-template-common-84bd4057.js.map +1 -0
- package/dist/cjs/version.cjs.js +2 -2
- package/dist/esm/_loader.js +1 -1
- package/dist/esm/{analytics-config-4b15a97e.js → analytics-config-d0bd343f.js} +2 -2
- package/dist/esm/{analytics-config-4b15a97e.js.map → analytics-config-d0bd343f.js.map} +1 -1
- package/dist/esm/atomic-field-condition.entry.js +2 -2
- package/dist/esm/atomic-folded-result-list.entry.js +2 -2
- package/dist/esm/atomic-insight-folded-result-list.entry.js +2 -2
- package/dist/esm/atomic-insight-history-toggle.entry.js +2 -2
- package/dist/esm/atomic-insight-history-toggle.entry.js.map +1 -1
- package/dist/esm/atomic-insight-interface.entry.js +3 -3
- package/dist/esm/atomic-insight-layout.entry.js +2 -2
- package/dist/esm/atomic-insight-result-action-bar.entry.js +5 -2
- package/dist/esm/atomic-insight-result-action-bar.entry.js.map +1 -1
- package/dist/esm/atomic-insight-result-children-template.entry.js +2 -2
- package/dist/esm/atomic-insight-result-list.entry.js +2 -2
- package/dist/esm/atomic-insight-result-template.entry.js +2 -2
- package/dist/esm/atomic-insight-result.entry.js +2 -2
- package/dist/esm/atomic-insight-user-actions-toggle.entry.js +2 -2
- package/dist/esm/atomic-insight-user-actions-toggle.entry.js.map +1 -1
- package/dist/esm/atomic-ipx-recs-list.entry.js +2 -2
- package/dist/{atomic/components/sections.js → esm/atomic-layout-section-utils-c8ca7445.js} +1 -1
- package/dist/esm/atomic-layout-section-utils-c8ca7445.js.map +1 -0
- package/dist/esm/atomic-recs-interface.entry.js +1 -1
- package/dist/esm/atomic-recs-list.entry.js +2 -2
- package/dist/esm/atomic-recs-result-template.entry.js +2 -2
- package/dist/esm/atomic-recs-result.entry.js +2 -2
- package/dist/esm/atomic-refine-modal.entry.js +2 -2
- package/dist/esm/atomic-refine-modal.entry.js.map +1 -1
- package/dist/esm/atomic-result-children-template.entry.js +2 -2
- package/dist/esm/atomic-result-list.entry.js +2 -2
- package/dist/esm/{atomic-result-placeholder_8.entry.js → atomic-result-placeholder_2.entry.js} +5 -67
- package/dist/esm/atomic-result-placeholder_2.entry.js.map +1 -0
- package/dist/esm/atomic-result-template.entry.js +2 -2
- package/dist/esm/atomic-result.entry.js +2 -2
- package/dist/esm/atomic-search-box-query-suggestions.entry.js +72 -0
- package/dist/esm/atomic-search-box-query-suggestions.entry.js.map +1 -0
- package/dist/esm/atomic-smart-snippet-feedback-modal.entry.js +2 -2
- package/dist/esm/atomic-tab-manager.entry.js +1 -1
- package/dist/esm/atomic.js +1 -1
- package/dist/esm/clock-b1f5d7f7.js +5 -0
- package/dist/esm/clock-b1f5d7f7.js.map +1 -0
- package/dist/esm/{display-options-c16840c6.js → display-options-1199eed5.js} +2 -2
- package/dist/esm/display-options-1199eed5.js.map +1 -0
- package/dist/esm/index-3f35faca.js +4 -16
- package/dist/esm/{insight-layout-776b87f2.js → insight-layout-a1e4b795.js} +2 -2
- package/dist/esm/insight-layout-a1e4b795.js.map +1 -0
- package/dist/esm/{sections-d787040b.js → item-layout-sections-8afb5049.js} +1 -1
- package/dist/esm/item-layout-sections-8afb5049.js.map +1 -0
- package/dist/esm/{result-template-common-ac9fecab.js → result-template-common-995b94f8.js} +2 -2
- package/dist/esm/result-template-common-995b94f8.js.map +1 -0
- package/dist/esm/version.js +2 -2
- package/dist/types/components/commerce/atomic-product/atomic-product.d.ts +4 -16
- package/dist/types/components/common/atomic-layout-section/atomic-layout-section.d.ts +1 -1
- package/dist/types/components/common/layout/custom-render-controller.d.ts +25 -0
- package/dist/types/components/common/layout/item-layout-controller.d.ts +47 -0
- package/dist/types/components/common/layout/item-layout-sections.d.ts +6 -0
- package/dist/types/components/search/{result-template-components/atomic-result-sections → atomic-result-section-actions}/atomic-result-section-actions.d.ts +9 -3
- package/dist/types/components/search/{result-template-components/atomic-result-sections → atomic-result-section-badges}/atomic-result-section-badges.d.ts +9 -3
- package/dist/types/components/search/{result-template-components/atomic-result-sections → atomic-result-section-bottom-metadata}/atomic-result-section-bottom-metadata.d.ts +9 -3
- package/dist/types/components/search/atomic-result-section-children/atomic-result-section-children.d.ts +16 -0
- package/dist/types/components/search/atomic-result-section-emphasized/atomic-result-section-emphasized.d.ts +18 -0
- package/dist/types/components/search/{result-template-components/atomic-result-sections → atomic-result-section-excerpt}/atomic-result-section-excerpt.d.ts +9 -3
- package/dist/types/components/search/{result-template-components/atomic-result-sections → atomic-result-section-title}/atomic-result-section-title.d.ts +9 -3
- package/dist/types/components/search/atomic-result-section-title-metadata/atomic-result-section-title-metadata.d.ts +19 -0
- package/dist/types/components/search/atomic-result-section-visual/atomic-result-section-visual.d.ts +26 -0
- package/dist/types/components/search/atomic-search-box-recent-queries/atomic-search-box-recent-queries.d.ts +45 -0
- package/dist/types/components/search/index.d.ts +10 -0
- package/dist/types/components.d.ts +0 -462
- package/docs/atomic-docs.json +1 -372
- package/package.json +7 -7
- package/dist/atomic/components/atomic-result-section-actions.d.ts +0 -11
- package/dist/atomic/components/atomic-result-section-actions.js +0 -8
- package/dist/atomic/components/atomic-result-section-actions.js.map +0 -1
- package/dist/atomic/components/atomic-result-section-actions2.js +0 -30
- package/dist/atomic/components/atomic-result-section-actions2.js.map +0 -1
- package/dist/atomic/components/atomic-result-section-badges.d.ts +0 -11
- package/dist/atomic/components/atomic-result-section-badges.js +0 -8
- package/dist/atomic/components/atomic-result-section-badges.js.map +0 -1
- package/dist/atomic/components/atomic-result-section-badges2.js +0 -30
- package/dist/atomic/components/atomic-result-section-badges2.js.map +0 -1
- package/dist/atomic/components/atomic-result-section-bottom-metadata.d.ts +0 -11
- package/dist/atomic/components/atomic-result-section-bottom-metadata.js +0 -8
- package/dist/atomic/components/atomic-result-section-bottom-metadata.js.map +0 -1
- package/dist/atomic/components/atomic-result-section-bottom-metadata2.js +0 -30
- package/dist/atomic/components/atomic-result-section-bottom-metadata2.js.map +0 -1
- package/dist/atomic/components/atomic-result-section-children.d.ts +0 -11
- package/dist/atomic/components/atomic-result-section-children.js +0 -33
- package/dist/atomic/components/atomic-result-section-children.js.map +0 -1
- package/dist/atomic/components/atomic-result-section-emphasized.d.ts +0 -11
- package/dist/atomic/components/atomic-result-section-emphasized.js +0 -33
- package/dist/atomic/components/atomic-result-section-emphasized.js.map +0 -1
- package/dist/atomic/components/atomic-result-section-excerpt.d.ts +0 -11
- package/dist/atomic/components/atomic-result-section-excerpt.js +0 -8
- package/dist/atomic/components/atomic-result-section-excerpt.js.map +0 -1
- package/dist/atomic/components/atomic-result-section-excerpt2.js +0 -30
- package/dist/atomic/components/atomic-result-section-excerpt2.js.map +0 -1
- package/dist/atomic/components/atomic-result-section-title-metadata.d.ts +0 -11
- package/dist/atomic/components/atomic-result-section-title-metadata.js +0 -33
- package/dist/atomic/components/atomic-result-section-title-metadata.js.map +0 -1
- package/dist/atomic/components/atomic-result-section-title.d.ts +0 -11
- package/dist/atomic/components/atomic-result-section-title.js +0 -8
- package/dist/atomic/components/atomic-result-section-title.js.map +0 -1
- package/dist/atomic/components/atomic-result-section-title2.js +0 -30
- package/dist/atomic/components/atomic-result-section-title2.js.map +0 -1
- package/dist/atomic/components/atomic-result-section-visual.d.ts +0 -11
- package/dist/atomic/components/atomic-result-section-visual.js +0 -8
- package/dist/atomic/components/atomic-result-section-visual.js.map +0 -1
- package/dist/atomic/components/atomic-result-section-visual2.js +0 -33
- package/dist/atomic/components/atomic-result-section-visual2.js.map +0 -1
- package/dist/atomic/components/atomic-search-box-recent-queries.d.ts +0 -11
- package/dist/atomic/components/atomic-search-box-recent-queries.js +0 -8
- package/dist/atomic/components/atomic-search-box-recent-queries.js.map +0 -1
- package/dist/atomic/components/atomic-search-box-recent-queries2.js +0 -183
- package/dist/atomic/components/atomic-search-box-recent-queries2.js.map +0 -1
- package/dist/atomic/components/item-section-utils.js +0 -9
- package/dist/atomic/components/item-section-utils.js.map +0 -1
- package/dist/atomic/components/sections.js.map +0 -1
- package/dist/atomic/components/sections2.js.map +0 -1
- package/dist/atomic/p-250f34d4.entry.js +0 -2
- package/dist/atomic/p-27b8404c.js.map +0 -1
- package/dist/atomic/p-2caa1859.js.map +0 -1
- package/dist/atomic/p-3d55fce6.entry.js +0 -2
- package/dist/atomic/p-3d55fce6.entry.js.map +0 -1
- package/dist/atomic/p-519d9abd.entry.js +0 -2
- package/dist/atomic/p-519d9abd.entry.js.map +0 -1
- package/dist/atomic/p-56c97c3e.js +0 -2
- package/dist/atomic/p-56c97c3e.js.map +0 -1
- package/dist/atomic/p-736f4d7e.entry.js +0 -2
- package/dist/atomic/p-736f4d7e.entry.js.map +0 -1
- package/dist/atomic/p-7709fba4.js.map +0 -1
- package/dist/atomic/p-8572a953.entry.js +0 -2
- package/dist/atomic/p-8572a953.entry.js.map +0 -1
- package/dist/atomic/p-97748161.js.map +0 -1
- package/dist/atomic/p-9c7dbbdf.js.map +0 -1
- package/dist/atomic/p-bd3542d2.entry.js.map +0 -1
- package/dist/atomic/p-da845e35.entry.js +0 -2
- package/dist/atomic/p-da845e35.entry.js.map +0 -1
- package/dist/atomic/p-ea1b81fa.entry.js +0 -2
- package/dist/atomic/p-ea1b81fa.entry.js.map +0 -1
- package/dist/cjs/atomic-result-placeholder_8.cjs.entry.js.map +0 -1
- package/dist/cjs/atomic-result-section-children.cjs.entry.js +0 -23
- package/dist/cjs/atomic-result-section-children.cjs.entry.js.map +0 -1
- package/dist/cjs/atomic-result-section-emphasized.cjs.entry.js +0 -23
- package/dist/cjs/atomic-result-section-emphasized.cjs.entry.js.map +0 -1
- package/dist/cjs/atomic-result-section-title-metadata.cjs.entry.js +0 -23
- package/dist/cjs/atomic-result-section-title-metadata.cjs.entry.js.map +0 -1
- package/dist/cjs/atomic-search-box-query-suggestions_2.cjs.entry.js +0 -234
- package/dist/cjs/atomic-search-box-query-suggestions_2.cjs.entry.js.map +0 -1
- package/dist/cjs/clock-f03ff827.js +0 -7
- package/dist/cjs/clock-f03ff827.js.map +0 -1
- package/dist/cjs/display-options-14f05862.js.map +0 -1
- package/dist/cjs/insight-layout-355a94dd.js.map +0 -1
- package/dist/cjs/item-section-utils-8579462c.js +0 -11
- package/dist/cjs/item-section-utils-8579462c.js.map +0 -1
- package/dist/cjs/result-template-common-88359dad.js.map +0 -1
- package/dist/cjs/sections-4b4af2f8.js.map +0 -1
- package/dist/cjs/sections-fbb93b53.js.map +0 -1
- package/dist/esm/atomic-result-placeholder_8.entry.js.map +0 -1
- package/dist/esm/atomic-result-section-children.entry.js +0 -19
- package/dist/esm/atomic-result-section-children.entry.js.map +0 -1
- package/dist/esm/atomic-result-section-emphasized.entry.js +0 -19
- package/dist/esm/atomic-result-section-emphasized.entry.js.map +0 -1
- package/dist/esm/atomic-result-section-title-metadata.entry.js +0 -19
- package/dist/esm/atomic-result-section-title-metadata.entry.js.map +0 -1
- package/dist/esm/atomic-search-box-query-suggestions_2.entry.js +0 -229
- package/dist/esm/atomic-search-box-query-suggestions_2.entry.js.map +0 -1
- package/dist/esm/clock-add3e9a5.js +0 -5
- package/dist/esm/clock-add3e9a5.js.map +0 -1
- package/dist/esm/display-options-c16840c6.js.map +0 -1
- package/dist/esm/insight-layout-776b87f2.js.map +0 -1
- package/dist/esm/item-section-utils-46828f30.js +0 -9
- package/dist/esm/item-section-utils-46828f30.js.map +0 -1
- package/dist/esm/result-template-common-ac9fecab.js.map +0 -1
- package/dist/esm/sections-ae00b53a.js.map +0 -1
- package/dist/types/components/common/layout/sections.d.ts +0 -6
- package/dist/types/components/search/result-template-components/atomic-result-sections/atomic-result-section-children.d.ts +0 -10
- package/dist/types/components/search/result-template-components/atomic-result-sections/atomic-result-section-emphasized.d.ts +0 -12
- package/dist/types/components/search/result-template-components/atomic-result-sections/atomic-result-section-title-metadata.d.ts +0 -13
- package/dist/types/components/search/result-template-components/atomic-result-sections/atomic-result-section-visual.d.ts +0 -20
- package/dist/types/components/search/search-box-suggestions/atomic-search-box-recent-queries/atomic-search-box-recent-queries.d.ts +0 -37
- /package/dist/atomic/components/components/common/atomic-layout-section/{sections.js → atomic-layout-section-utils.js} +0 -0
- /package/dist/atomic/{p-5f706e3d.entry.js.map → p-170c7da6.entry.js.map} +0 -0
- /package/dist/atomic/{p-3857d6a3.entry.js.map → p-1bbaf206.entry.js.map} +0 -0
- /package/dist/atomic/{p-24854323.js.map → p-1e7294cc.js.map} +0 -0
- /package/dist/atomic/{p-4723ffa5.entry.js.map → p-20b33c18.entry.js.map} +0 -0
- /package/dist/atomic/{p-d6e04719.entry.js.map → p-373448df.entry.js.map} +0 -0
- /package/dist/atomic/{p-8bf425b0.entry.js.map → p-40c1dfcb.entry.js.map} +0 -0
- /package/dist/atomic/{p-d82b85ab.entry.js.map → p-52d5461a.entry.js.map} +0 -0
- /package/dist/atomic/{p-406a288c.entry.js.map → p-6078667f.entry.js.map} +0 -0
- /package/dist/atomic/{p-250f34d4.entry.js.map → p-62e85c20.entry.js.map} +0 -0
- /package/dist/atomic/{p-93da1f4e.entry.js.map → p-6f34dd3a.entry.js.map} +0 -0
- /package/dist/atomic/{p-0c0b8d41.entry.js.map → p-768b172e.entry.js.map} +0 -0
- /package/dist/atomic/{p-a4d277c7.entry.js.map → p-7fd5b6ac.entry.js.map} +0 -0
- /package/dist/atomic/{p-6289adc7.entry.js.map → p-9239be63.entry.js.map} +0 -0
- /package/dist/atomic/{p-f71b14b2.entry.js.map → p-9260dd7d.entry.js.map} +0 -0
- /package/dist/atomic/{p-ed8e5c4d.entry.js.map → p-98dd6df1.entry.js.map} +0 -0
- /package/dist/atomic/{p-0b5efb51.entry.js.map → p-a1e5f767.entry.js.map} +0 -0
- /package/dist/atomic/{p-1db20a4a.entry.js.map → p-a5f66ecd.entry.js.map} +0 -0
- /package/dist/atomic/{p-65dd9017.entry.js.map → p-af1b4924.entry.js.map} +0 -0
- /package/dist/atomic/{p-577d34ba.entry.js.map → p-c4fb6426.entry.js.map} +0 -0
- /package/dist/atomic/{p-9faad55b.entry.js.map → p-dc128135.entry.js.map} +0 -0
- /package/dist/atomic/{p-c280cd05.js.map → p-e1cc5150.js.map} +0 -0
- /package/dist/atomic/{p-d1795580.entry.js.map → p-e7a25b00.entry.js.map} +0 -0
- /package/dist/atomic/{p-9d56d3e8.entry.js.map → p-ea369f8a.entry.js.map} +0 -0
- /package/dist/atomic/{p-63844a6c.entry.js.map → p-fc9cab39.entry.js.map} +0 -0
- /package/dist/types/components/common/atomic-layout-section/{sections.d.ts → atomic-layout-section-utils.d.ts} +0 -0
@@ -2150,100 +2150,6 @@ export namespace Components {
|
|
2150
2150
|
*/
|
2151
2151
|
"maxValueInIndex": number;
|
2152
2152
|
}
|
2153
|
-
/**
|
2154
|
-
* This section allows the information seeker to perform an action on an item without having to view its details.
|
2155
|
-
* For example, in Commerce you can add an item to the cart directly or add it to a wish list to view at a later time.
|
2156
|
-
* Behavior:
|
2157
|
-
* * Exposes the `--line-height` CSS variable so child elements can adjust to the current line height.
|
2158
|
-
* ** You should ensure that elements inside of it have `height: var(--line-height)`.
|
2159
|
-
* * Is a wrapping flexbox with a gap.
|
2160
|
-
* * May appear over, next to, or beneath the visual section.
|
2161
|
-
*/
|
2162
|
-
interface AtomicResultSectionActions {
|
2163
|
-
}
|
2164
|
-
/**
|
2165
|
-
* This section provides badges that highlight special features of the item.
|
2166
|
-
* Behavior:
|
2167
|
-
* * Exposes the `--line-height` CSS variable so child elements can adjust to the current line height.
|
2168
|
-
* ** You should ensure that elements inside of it have `height: var(--line-height)`.
|
2169
|
-
* * Is a wrapping flexbox with a gap.
|
2170
|
-
* * May appear over, next to, or beneath the visual section.
|
2171
|
-
*/
|
2172
|
-
interface AtomicResultSectionBadges {
|
2173
|
-
}
|
2174
|
-
/**
|
2175
|
-
* This section displays additional descriptive information about the item.
|
2176
|
-
* Behavior:
|
2177
|
-
* * Has a maximum height of two lines.
|
2178
|
-
* ** We recommend that you use `atomic-result-fields-list` to ensure that the fields in this section don’t overflow.
|
2179
|
-
* * Exposes the `--line-height` variable so child elements can adjust to the current line height.
|
2180
|
-
* * Has a defined CSS `color` property for text.
|
2181
|
-
* * Has a font weight.
|
2182
|
-
*/
|
2183
|
-
interface AtomicResultSectionBottomMetadata {
|
2184
|
-
}
|
2185
|
-
/**
|
2186
|
-
* This section displays the folded results, available when using the <atomic-result-children> component.
|
2187
|
-
* Behavior:
|
2188
|
-
* * Shows children at the bottom of the result, indented and wrapped in a border.
|
2189
|
-
*/
|
2190
|
-
interface AtomicResultSectionChildren {
|
2191
|
-
}
|
2192
|
-
/**
|
2193
|
-
* This section displays the field that's important for its search criteria.
|
2194
|
-
* For example, in Commerce, a product's cost is often more important than the title itself.
|
2195
|
-
* Behavior:
|
2196
|
-
* * Has a very large font size.
|
2197
|
-
* * Is the second closest element beneath the title section.
|
2198
|
-
*/
|
2199
|
-
interface AtomicResultSectionEmphasized {
|
2200
|
-
}
|
2201
|
-
/**
|
2202
|
-
* This section contains an informative summary of the item's content.
|
2203
|
-
* Behavior:
|
2204
|
-
* * Has a fixed height of one to three lines, depending on the layout and density.
|
2205
|
-
* * Ellipses overflowing text.
|
2206
|
-
* * Exposes the `--line-height` CSS variable so child elements can adjust to the current line height.
|
2207
|
-
* * Has a defined CSS `color` property for text.
|
2208
|
-
*/
|
2209
|
-
interface AtomicResultSectionExcerpt {
|
2210
|
-
}
|
2211
|
-
/**
|
2212
|
-
* This section identifies the item by its name, and its main use is to make the result list scannable.
|
2213
|
-
* This is usually the page title.
|
2214
|
-
* Behavior:
|
2215
|
-
* * Has a fixed height of two lines on grid layouts.
|
2216
|
-
* * Exposes the `--line-height` CSS variable so child elements can adjust to the current line height.
|
2217
|
-
* * Has a defined CSS `color` property for text.
|
2218
|
-
*/
|
2219
|
-
interface AtomicResultSectionTitle {
|
2220
|
-
}
|
2221
|
-
/**
|
2222
|
-
* This section surfaces some fields that are directly related to the title of the item.
|
2223
|
-
* For example, in Commerce, this could be the item's rating, which is tied to the nature of the product itself,
|
2224
|
-
* rather than to the product's description.
|
2225
|
-
* Behavior:
|
2226
|
-
* * Has a very small font size.
|
2227
|
-
* * Is the closest element beneath the title section.
|
2228
|
-
*/
|
2229
|
-
interface AtomicResultSectionTitleMetadata {
|
2230
|
-
}
|
2231
|
-
/**
|
2232
|
-
* This section provides visual information about the item.
|
2233
|
-
* For example, in Commerce, an image is a great shorthand for a product category.
|
2234
|
-
* An icon can quickly show the item type, or an avatar can help identify to whom it is related.
|
2235
|
-
* Behavior:
|
2236
|
-
* * Has a fixed size that depends on the specified image size, the layout, the density, and the screen size.
|
2237
|
-
* ** When the image size is set to `icon`, this section stays very small.
|
2238
|
-
* ** You should ensure that elements inside of it take the available space.
|
2239
|
-
* * Always has a 1:1 aspect ratio.
|
2240
|
-
*/
|
2241
|
-
interface AtomicResultSectionVisual {
|
2242
|
-
/**
|
2243
|
-
* How large or small the visual section of results using this template should be.
|
2244
|
-
*/
|
2245
|
-
"imageSize"?: ItemDisplayImageSize;
|
2246
|
-
}
|
2247
2153
|
/**
|
2248
2154
|
* The `atomic-result-table-placeholder` component provides an intermediate visual state that is rendered before the first results are available.
|
2249
2155
|
*/
|
@@ -2399,23 +2305,6 @@ export namespace Components {
|
|
2399
2305
|
*/
|
2400
2306
|
"maxWithoutQuery"?: number;
|
2401
2307
|
}
|
2402
|
-
/**
|
2403
|
-
* The `atomic-search-box-recent-queries` component can be added as a child of an `atomic-search-box` component, allowing for the configuration of recent query suggestions.
|
2404
|
-
*/
|
2405
|
-
interface AtomicSearchBoxRecentQueries {
|
2406
|
-
/**
|
2407
|
-
* The SVG icon to display. - Use a value that starts with `http://`, `https://`, `./`, or `../`, to fetch and display an icon from a given location. - Use a value that starts with `assets://`, to display an icon from the Atomic package. - Use a stringified SVG to display it directly.
|
2408
|
-
*/
|
2409
|
-
"icon"?: string;
|
2410
|
-
/**
|
2411
|
-
* The maximum number of suggestions that will be displayed if the user has typed something into the input field.
|
2412
|
-
*/
|
2413
|
-
"maxWithQuery": number;
|
2414
|
-
/**
|
2415
|
-
* The maximum number of suggestions that will be displayed initially when the input field is empty.
|
2416
|
-
*/
|
2417
|
-
"maxWithoutQuery"?: number;
|
2418
|
-
}
|
2419
2308
|
/**
|
2420
2309
|
* The `atomic-segmented-facet` displays a horizontal facet of the results for the current query.
|
2421
2310
|
*/
|
@@ -3840,132 +3729,6 @@ declare global {
|
|
3840
3729
|
prototype: HTMLAtomicResultRatingElement;
|
3841
3730
|
new (): HTMLAtomicResultRatingElement;
|
3842
3731
|
};
|
3843
|
-
/**
|
3844
|
-
* This section allows the information seeker to perform an action on an item without having to view its details.
|
3845
|
-
* For example, in Commerce you can add an item to the cart directly or add it to a wish list to view at a later time.
|
3846
|
-
* Behavior:
|
3847
|
-
* * Exposes the `--line-height` CSS variable so child elements can adjust to the current line height.
|
3848
|
-
* ** You should ensure that elements inside of it have `height: var(--line-height)`.
|
3849
|
-
* * Is a wrapping flexbox with a gap.
|
3850
|
-
* * May appear over, next to, or beneath the visual section.
|
3851
|
-
*/
|
3852
|
-
interface HTMLAtomicResultSectionActionsElement extends Components.AtomicResultSectionActions, HTMLStencilElement {
|
3853
|
-
}
|
3854
|
-
var HTMLAtomicResultSectionActionsElement: {
|
3855
|
-
prototype: HTMLAtomicResultSectionActionsElement;
|
3856
|
-
new (): HTMLAtomicResultSectionActionsElement;
|
3857
|
-
};
|
3858
|
-
/**
|
3859
|
-
* This section provides badges that highlight special features of the item.
|
3860
|
-
* Behavior:
|
3861
|
-
* * Exposes the `--line-height` CSS variable so child elements can adjust to the current line height.
|
3862
|
-
* ** You should ensure that elements inside of it have `height: var(--line-height)`.
|
3863
|
-
* * Is a wrapping flexbox with a gap.
|
3864
|
-
* * May appear over, next to, or beneath the visual section.
|
3865
|
-
*/
|
3866
|
-
interface HTMLAtomicResultSectionBadgesElement extends Components.AtomicResultSectionBadges, HTMLStencilElement {
|
3867
|
-
}
|
3868
|
-
var HTMLAtomicResultSectionBadgesElement: {
|
3869
|
-
prototype: HTMLAtomicResultSectionBadgesElement;
|
3870
|
-
new (): HTMLAtomicResultSectionBadgesElement;
|
3871
|
-
};
|
3872
|
-
/**
|
3873
|
-
* This section displays additional descriptive information about the item.
|
3874
|
-
* Behavior:
|
3875
|
-
* * Has a maximum height of two lines.
|
3876
|
-
* ** We recommend that you use `atomic-result-fields-list` to ensure that the fields in this section don’t overflow.
|
3877
|
-
* * Exposes the `--line-height` variable so child elements can adjust to the current line height.
|
3878
|
-
* * Has a defined CSS `color` property for text.
|
3879
|
-
* * Has a font weight.
|
3880
|
-
*/
|
3881
|
-
interface HTMLAtomicResultSectionBottomMetadataElement extends Components.AtomicResultSectionBottomMetadata, HTMLStencilElement {
|
3882
|
-
}
|
3883
|
-
var HTMLAtomicResultSectionBottomMetadataElement: {
|
3884
|
-
prototype: HTMLAtomicResultSectionBottomMetadataElement;
|
3885
|
-
new (): HTMLAtomicResultSectionBottomMetadataElement;
|
3886
|
-
};
|
3887
|
-
/**
|
3888
|
-
* This section displays the folded results, available when using the <atomic-result-children> component.
|
3889
|
-
* Behavior:
|
3890
|
-
* * Shows children at the bottom of the result, indented and wrapped in a border.
|
3891
|
-
*/
|
3892
|
-
interface HTMLAtomicResultSectionChildrenElement extends Components.AtomicResultSectionChildren, HTMLStencilElement {
|
3893
|
-
}
|
3894
|
-
var HTMLAtomicResultSectionChildrenElement: {
|
3895
|
-
prototype: HTMLAtomicResultSectionChildrenElement;
|
3896
|
-
new (): HTMLAtomicResultSectionChildrenElement;
|
3897
|
-
};
|
3898
|
-
/**
|
3899
|
-
* This section displays the field that's important for its search criteria.
|
3900
|
-
* For example, in Commerce, a product's cost is often more important than the title itself.
|
3901
|
-
* Behavior:
|
3902
|
-
* * Has a very large font size.
|
3903
|
-
* * Is the second closest element beneath the title section.
|
3904
|
-
*/
|
3905
|
-
interface HTMLAtomicResultSectionEmphasizedElement extends Components.AtomicResultSectionEmphasized, HTMLStencilElement {
|
3906
|
-
}
|
3907
|
-
var HTMLAtomicResultSectionEmphasizedElement: {
|
3908
|
-
prototype: HTMLAtomicResultSectionEmphasizedElement;
|
3909
|
-
new (): HTMLAtomicResultSectionEmphasizedElement;
|
3910
|
-
};
|
3911
|
-
/**
|
3912
|
-
* This section contains an informative summary of the item's content.
|
3913
|
-
* Behavior:
|
3914
|
-
* * Has a fixed height of one to three lines, depending on the layout and density.
|
3915
|
-
* * Ellipses overflowing text.
|
3916
|
-
* * Exposes the `--line-height` CSS variable so child elements can adjust to the current line height.
|
3917
|
-
* * Has a defined CSS `color` property for text.
|
3918
|
-
*/
|
3919
|
-
interface HTMLAtomicResultSectionExcerptElement extends Components.AtomicResultSectionExcerpt, HTMLStencilElement {
|
3920
|
-
}
|
3921
|
-
var HTMLAtomicResultSectionExcerptElement: {
|
3922
|
-
prototype: HTMLAtomicResultSectionExcerptElement;
|
3923
|
-
new (): HTMLAtomicResultSectionExcerptElement;
|
3924
|
-
};
|
3925
|
-
/**
|
3926
|
-
* This section identifies the item by its name, and its main use is to make the result list scannable.
|
3927
|
-
* This is usually the page title.
|
3928
|
-
* Behavior:
|
3929
|
-
* * Has a fixed height of two lines on grid layouts.
|
3930
|
-
* * Exposes the `--line-height` CSS variable so child elements can adjust to the current line height.
|
3931
|
-
* * Has a defined CSS `color` property for text.
|
3932
|
-
*/
|
3933
|
-
interface HTMLAtomicResultSectionTitleElement extends Components.AtomicResultSectionTitle, HTMLStencilElement {
|
3934
|
-
}
|
3935
|
-
var HTMLAtomicResultSectionTitleElement: {
|
3936
|
-
prototype: HTMLAtomicResultSectionTitleElement;
|
3937
|
-
new (): HTMLAtomicResultSectionTitleElement;
|
3938
|
-
};
|
3939
|
-
/**
|
3940
|
-
* This section surfaces some fields that are directly related to the title of the item.
|
3941
|
-
* For example, in Commerce, this could be the item's rating, which is tied to the nature of the product itself,
|
3942
|
-
* rather than to the product's description.
|
3943
|
-
* Behavior:
|
3944
|
-
* * Has a very small font size.
|
3945
|
-
* * Is the closest element beneath the title section.
|
3946
|
-
*/
|
3947
|
-
interface HTMLAtomicResultSectionTitleMetadataElement extends Components.AtomicResultSectionTitleMetadata, HTMLStencilElement {
|
3948
|
-
}
|
3949
|
-
var HTMLAtomicResultSectionTitleMetadataElement: {
|
3950
|
-
prototype: HTMLAtomicResultSectionTitleMetadataElement;
|
3951
|
-
new (): HTMLAtomicResultSectionTitleMetadataElement;
|
3952
|
-
};
|
3953
|
-
/**
|
3954
|
-
* This section provides visual information about the item.
|
3955
|
-
* For example, in Commerce, an image is a great shorthand for a product category.
|
3956
|
-
* An icon can quickly show the item type, or an avatar can help identify to whom it is related.
|
3957
|
-
* Behavior:
|
3958
|
-
* * Has a fixed size that depends on the specified image size, the layout, the density, and the screen size.
|
3959
|
-
* ** When the image size is set to `icon`, this section stays very small.
|
3960
|
-
* ** You should ensure that elements inside of it take the available space.
|
3961
|
-
* * Always has a 1:1 aspect ratio.
|
3962
|
-
*/
|
3963
|
-
interface HTMLAtomicResultSectionVisualElement extends Components.AtomicResultSectionVisual, HTMLStencilElement {
|
3964
|
-
}
|
3965
|
-
var HTMLAtomicResultSectionVisualElement: {
|
3966
|
-
prototype: HTMLAtomicResultSectionVisualElement;
|
3967
|
-
new (): HTMLAtomicResultSectionVisualElement;
|
3968
|
-
};
|
3969
3732
|
/**
|
3970
3733
|
* The `atomic-result-table-placeholder` component provides an intermediate visual state that is rendered before the first results are available.
|
3971
3734
|
*/
|
@@ -4044,15 +3807,6 @@ declare global {
|
|
4044
3807
|
prototype: HTMLAtomicSearchBoxQuerySuggestionsElement;
|
4045
3808
|
new (): HTMLAtomicSearchBoxQuerySuggestionsElement;
|
4046
3809
|
};
|
4047
|
-
/**
|
4048
|
-
* The `atomic-search-box-recent-queries` component can be added as a child of an `atomic-search-box` component, allowing for the configuration of recent query suggestions.
|
4049
|
-
*/
|
4050
|
-
interface HTMLAtomicSearchBoxRecentQueriesElement extends Components.AtomicSearchBoxRecentQueries, HTMLStencilElement {
|
4051
|
-
}
|
4052
|
-
var HTMLAtomicSearchBoxRecentQueriesElement: {
|
4053
|
-
prototype: HTMLAtomicSearchBoxRecentQueriesElement;
|
4054
|
-
new (): HTMLAtomicSearchBoxRecentQueriesElement;
|
4055
|
-
};
|
4056
3810
|
/**
|
4057
3811
|
* The `atomic-segmented-facet` displays a horizontal facet of the results for the current query.
|
4058
3812
|
*/
|
@@ -4430,15 +4184,6 @@ declare global {
|
|
4430
4184
|
"atomic-result-placeholder": HTMLAtomicResultPlaceholderElement;
|
4431
4185
|
"atomic-result-printable-uri": HTMLAtomicResultPrintableUriElement;
|
4432
4186
|
"atomic-result-rating": HTMLAtomicResultRatingElement;
|
4433
|
-
"atomic-result-section-actions": HTMLAtomicResultSectionActionsElement;
|
4434
|
-
"atomic-result-section-badges": HTMLAtomicResultSectionBadgesElement;
|
4435
|
-
"atomic-result-section-bottom-metadata": HTMLAtomicResultSectionBottomMetadataElement;
|
4436
|
-
"atomic-result-section-children": HTMLAtomicResultSectionChildrenElement;
|
4437
|
-
"atomic-result-section-emphasized": HTMLAtomicResultSectionEmphasizedElement;
|
4438
|
-
"atomic-result-section-excerpt": HTMLAtomicResultSectionExcerptElement;
|
4439
|
-
"atomic-result-section-title": HTMLAtomicResultSectionTitleElement;
|
4440
|
-
"atomic-result-section-title-metadata": HTMLAtomicResultSectionTitleMetadataElement;
|
4441
|
-
"atomic-result-section-visual": HTMLAtomicResultSectionVisualElement;
|
4442
4187
|
"atomic-result-table-placeholder": HTMLAtomicResultTablePlaceholderElement;
|
4443
4188
|
"atomic-result-template": HTMLAtomicResultTemplateElement;
|
4444
4189
|
"atomic-result-text": HTMLAtomicResultTextElement;
|
@@ -4446,7 +4191,6 @@ declare global {
|
|
4446
4191
|
"atomic-search-box": HTMLAtomicSearchBoxElement;
|
4447
4192
|
"atomic-search-box-instant-results": HTMLAtomicSearchBoxInstantResultsElement;
|
4448
4193
|
"atomic-search-box-query-suggestions": HTMLAtomicSearchBoxQuerySuggestionsElement;
|
4449
|
-
"atomic-search-box-recent-queries": HTMLAtomicSearchBoxRecentQueriesElement;
|
4450
4194
|
"atomic-segmented-facet": HTMLAtomicSegmentedFacetElement;
|
4451
4195
|
"atomic-segmented-facet-scrollable": HTMLAtomicSegmentedFacetScrollableElement;
|
4452
4196
|
"atomic-smart-snippet": HTMLAtomicSmartSnippetElement;
|
@@ -6455,100 +6199,6 @@ declare namespace LocalJSX {
|
|
6455
6199
|
*/
|
6456
6200
|
"maxValueInIndex"?: number;
|
6457
6201
|
}
|
6458
|
-
/**
|
6459
|
-
* This section allows the information seeker to perform an action on an item without having to view its details.
|
6460
|
-
* For example, in Commerce you can add an item to the cart directly or add it to a wish list to view at a later time.
|
6461
|
-
* Behavior:
|
6462
|
-
* * Exposes the `--line-height` CSS variable so child elements can adjust to the current line height.
|
6463
|
-
* ** You should ensure that elements inside of it have `height: var(--line-height)`.
|
6464
|
-
* * Is a wrapping flexbox with a gap.
|
6465
|
-
* * May appear over, next to, or beneath the visual section.
|
6466
|
-
*/
|
6467
|
-
interface AtomicResultSectionActions {
|
6468
|
-
}
|
6469
|
-
/**
|
6470
|
-
* This section provides badges that highlight special features of the item.
|
6471
|
-
* Behavior:
|
6472
|
-
* * Exposes the `--line-height` CSS variable so child elements can adjust to the current line height.
|
6473
|
-
* ** You should ensure that elements inside of it have `height: var(--line-height)`.
|
6474
|
-
* * Is a wrapping flexbox with a gap.
|
6475
|
-
* * May appear over, next to, or beneath the visual section.
|
6476
|
-
*/
|
6477
|
-
interface AtomicResultSectionBadges {
|
6478
|
-
}
|
6479
|
-
/**
|
6480
|
-
* This section displays additional descriptive information about the item.
|
6481
|
-
* Behavior:
|
6482
|
-
* * Has a maximum height of two lines.
|
6483
|
-
* ** We recommend that you use `atomic-result-fields-list` to ensure that the fields in this section don’t overflow.
|
6484
|
-
* * Exposes the `--line-height` variable so child elements can adjust to the current line height.
|
6485
|
-
* * Has a defined CSS `color` property for text.
|
6486
|
-
* * Has a font weight.
|
6487
|
-
*/
|
6488
|
-
interface AtomicResultSectionBottomMetadata {
|
6489
|
-
}
|
6490
|
-
/**
|
6491
|
-
* This section displays the folded results, available when using the <atomic-result-children> component.
|
6492
|
-
* Behavior:
|
6493
|
-
* * Shows children at the bottom of the result, indented and wrapped in a border.
|
6494
|
-
*/
|
6495
|
-
interface AtomicResultSectionChildren {
|
6496
|
-
}
|
6497
|
-
/**
|
6498
|
-
* This section displays the field that's important for its search criteria.
|
6499
|
-
* For example, in Commerce, a product's cost is often more important than the title itself.
|
6500
|
-
* Behavior:
|
6501
|
-
* * Has a very large font size.
|
6502
|
-
* * Is the second closest element beneath the title section.
|
6503
|
-
*/
|
6504
|
-
interface AtomicResultSectionEmphasized {
|
6505
|
-
}
|
6506
|
-
/**
|
6507
|
-
* This section contains an informative summary of the item's content.
|
6508
|
-
* Behavior:
|
6509
|
-
* * Has a fixed height of one to three lines, depending on the layout and density.
|
6510
|
-
* * Ellipses overflowing text.
|
6511
|
-
* * Exposes the `--line-height` CSS variable so child elements can adjust to the current line height.
|
6512
|
-
* * Has a defined CSS `color` property for text.
|
6513
|
-
*/
|
6514
|
-
interface AtomicResultSectionExcerpt {
|
6515
|
-
}
|
6516
|
-
/**
|
6517
|
-
* This section identifies the item by its name, and its main use is to make the result list scannable.
|
6518
|
-
* This is usually the page title.
|
6519
|
-
* Behavior:
|
6520
|
-
* * Has a fixed height of two lines on grid layouts.
|
6521
|
-
* * Exposes the `--line-height` CSS variable so child elements can adjust to the current line height.
|
6522
|
-
* * Has a defined CSS `color` property for text.
|
6523
|
-
*/
|
6524
|
-
interface AtomicResultSectionTitle {
|
6525
|
-
}
|
6526
|
-
/**
|
6527
|
-
* This section surfaces some fields that are directly related to the title of the item.
|
6528
|
-
* For example, in Commerce, this could be the item's rating, which is tied to the nature of the product itself,
|
6529
|
-
* rather than to the product's description.
|
6530
|
-
* Behavior:
|
6531
|
-
* * Has a very small font size.
|
6532
|
-
* * Is the closest element beneath the title section.
|
6533
|
-
*/
|
6534
|
-
interface AtomicResultSectionTitleMetadata {
|
6535
|
-
}
|
6536
|
-
/**
|
6537
|
-
* This section provides visual information about the item.
|
6538
|
-
* For example, in Commerce, an image is a great shorthand for a product category.
|
6539
|
-
* An icon can quickly show the item type, or an avatar can help identify to whom it is related.
|
6540
|
-
* Behavior:
|
6541
|
-
* * Has a fixed size that depends on the specified image size, the layout, the density, and the screen size.
|
6542
|
-
* ** When the image size is set to `icon`, this section stays very small.
|
6543
|
-
* ** You should ensure that elements inside of it take the available space.
|
6544
|
-
* * Always has a 1:1 aspect ratio.
|
6545
|
-
*/
|
6546
|
-
interface AtomicResultSectionVisual {
|
6547
|
-
/**
|
6548
|
-
* How large or small the visual section of results using this template should be.
|
6549
|
-
*/
|
6550
|
-
"imageSize"?: ItemDisplayImageSize;
|
6551
|
-
}
|
6552
6202
|
/**
|
6553
6203
|
* The `atomic-result-table-placeholder` component provides an intermediate visual state that is rendered before the first results are available.
|
6554
6204
|
*/
|
@@ -6699,23 +6349,6 @@ declare namespace LocalJSX {
|
|
6699
6349
|
*/
|
6700
6350
|
"maxWithoutQuery"?: number;
|
6701
6351
|
}
|
6702
|
-
/**
|
6703
|
-
* The `atomic-search-box-recent-queries` component can be added as a child of an `atomic-search-box` component, allowing for the configuration of recent query suggestions.
|
6704
|
-
*/
|
6705
|
-
interface AtomicSearchBoxRecentQueries {
|
6706
|
-
/**
|
6707
|
-
* The SVG icon to display. - Use a value that starts with `http://`, `https://`, `./`, or `../`, to fetch and display an icon from a given location. - Use a value that starts with `assets://`, to display an icon from the Atomic package. - Use a stringified SVG to display it directly.
|
6708
|
-
*/
|
6709
|
-
"icon"?: string;
|
6710
|
-
/**
|
6711
|
-
* The maximum number of suggestions that will be displayed if the user has typed something into the input field.
|
6712
|
-
*/
|
6713
|
-
"maxWithQuery"?: number;
|
6714
|
-
/**
|
6715
|
-
* The maximum number of suggestions that will be displayed initially when the input field is empty.
|
6716
|
-
*/
|
6717
|
-
"maxWithoutQuery"?: number;
|
6718
|
-
}
|
6719
6352
|
/**
|
6720
6353
|
* The `atomic-segmented-facet` displays a horizontal facet of the results for the current query.
|
6721
6354
|
*/
|
@@ -7204,15 +6837,6 @@ declare namespace LocalJSX {
|
|
7204
6837
|
"atomic-result-placeholder": AtomicResultPlaceholder;
|
7205
6838
|
"atomic-result-printable-uri": AtomicResultPrintableUri;
|
7206
6839
|
"atomic-result-rating": AtomicResultRating;
|
7207
|
-
"atomic-result-section-actions": AtomicResultSectionActions;
|
7208
|
-
"atomic-result-section-badges": AtomicResultSectionBadges;
|
7209
|
-
"atomic-result-section-bottom-metadata": AtomicResultSectionBottomMetadata;
|
7210
|
-
"atomic-result-section-children": AtomicResultSectionChildren;
|
7211
|
-
"atomic-result-section-emphasized": AtomicResultSectionEmphasized;
|
7212
|
-
"atomic-result-section-excerpt": AtomicResultSectionExcerpt;
|
7213
|
-
"atomic-result-section-title": AtomicResultSectionTitle;
|
7214
|
-
"atomic-result-section-title-metadata": AtomicResultSectionTitleMetadata;
|
7215
|
-
"atomic-result-section-visual": AtomicResultSectionVisual;
|
7216
6840
|
"atomic-result-table-placeholder": AtomicResultTablePlaceholder;
|
7217
6841
|
"atomic-result-template": AtomicResultTemplate;
|
7218
6842
|
"atomic-result-text": AtomicResultText;
|
@@ -7220,7 +6844,6 @@ declare namespace LocalJSX {
|
|
7220
6844
|
"atomic-search-box": AtomicSearchBox;
|
7221
6845
|
"atomic-search-box-instant-results": AtomicSearchBoxInstantResults;
|
7222
6846
|
"atomic-search-box-query-suggestions": AtomicSearchBoxQuerySuggestions;
|
7223
|
-
"atomic-search-box-recent-queries": AtomicSearchBoxRecentQueries;
|
7224
6847
|
"atomic-segmented-facet": AtomicSegmentedFacet;
|
7225
6848
|
"atomic-segmented-facet-scrollable": AtomicSegmentedFacetScrollable;
|
7226
6849
|
"atomic-smart-snippet": AtomicSmartSnippet;
|
@@ -7615,87 +7238,6 @@ declare module "@stencil/core" {
|
|
7615
7238
|
* The `atomic-result-rating` element renders a star rating.
|
7616
7239
|
*/
|
7617
7240
|
"atomic-result-rating": LocalJSX.AtomicResultRating & JSXBase.HTMLAttributes<HTMLAtomicResultRatingElement>;
|
7618
|
-
/**
|
7619
|
-
* This section allows the information seeker to perform an action on an item without having to view its details.
|
7620
|
-
* For example, in Commerce you can add an item to the cart directly or add it to a wish list to view at a later time.
|
7621
|
-
* Behavior:
|
7622
|
-
* * Exposes the `--line-height` CSS variable so child elements can adjust to the current line height.
|
7623
|
-
* ** You should ensure that elements inside of it have `height: var(--line-height)`.
|
7624
|
-
* * Is a wrapping flexbox with a gap.
|
7625
|
-
* * May appear over, next to, or beneath the visual section.
|
7626
|
-
*/
|
7627
|
-
"atomic-result-section-actions": LocalJSX.AtomicResultSectionActions & JSXBase.HTMLAttributes<HTMLAtomicResultSectionActionsElement>;
|
7628
|
-
/**
|
7629
|
-
* This section provides badges that highlight special features of the item.
|
7630
|
-
* Behavior:
|
7631
|
-
* * Exposes the `--line-height` CSS variable so child elements can adjust to the current line height.
|
7632
|
-
* ** You should ensure that elements inside of it have `height: var(--line-height)`.
|
7633
|
-
* * Is a wrapping flexbox with a gap.
|
7634
|
-
* * May appear over, next to, or beneath the visual section.
|
7635
|
-
*/
|
7636
|
-
"atomic-result-section-badges": LocalJSX.AtomicResultSectionBadges & JSXBase.HTMLAttributes<HTMLAtomicResultSectionBadgesElement>;
|
7637
|
-
/**
|
7638
|
-
* This section displays additional descriptive information about the item.
|
7639
|
-
* Behavior:
|
7640
|
-
* * Has a maximum height of two lines.
|
7641
|
-
* ** We recommend that you use `atomic-result-fields-list` to ensure that the fields in this section don’t overflow.
|
7642
|
-
* * Exposes the `--line-height` variable so child elements can adjust to the current line height.
|
7643
|
-
* * Has a defined CSS `color` property for text.
|
7644
|
-
* * Has a font weight.
|
7645
|
-
*/
|
7646
|
-
"atomic-result-section-bottom-metadata": LocalJSX.AtomicResultSectionBottomMetadata & JSXBase.HTMLAttributes<HTMLAtomicResultSectionBottomMetadataElement>;
|
7647
|
-
/**
|
7648
|
-
* This section displays the folded results, available when using the <atomic-result-children> component.
|
7649
|
-
* Behavior:
|
7650
|
-
* * Shows children at the bottom of the result, indented and wrapped in a border.
|
7651
|
-
*/
|
7652
|
-
"atomic-result-section-children": LocalJSX.AtomicResultSectionChildren & JSXBase.HTMLAttributes<HTMLAtomicResultSectionChildrenElement>;
|
7653
|
-
/**
|
7654
|
-
* This section displays the field that's important for its search criteria.
|
7655
|
-
* For example, in Commerce, a product's cost is often more important than the title itself.
|
7656
|
-
* Behavior:
|
7657
|
-
* * Has a very large font size.
|
7658
|
-
* * Is the second closest element beneath the title section.
|
7659
|
-
*/
|
7660
|
-
"atomic-result-section-emphasized": LocalJSX.AtomicResultSectionEmphasized & JSXBase.HTMLAttributes<HTMLAtomicResultSectionEmphasizedElement>;
|
7661
|
-
/**
|
7662
|
-
* This section contains an informative summary of the item's content.
|
7663
|
-
* Behavior:
|
7664
|
-
* * Has a fixed height of one to three lines, depending on the layout and density.
|
7665
|
-
* * Ellipses overflowing text.
|
7666
|
-
* * Exposes the `--line-height` CSS variable so child elements can adjust to the current line height.
|
7667
|
-
* * Has a defined CSS `color` property for text.
|
7668
|
-
*/
|
7669
|
-
"atomic-result-section-excerpt": LocalJSX.AtomicResultSectionExcerpt & JSXBase.HTMLAttributes<HTMLAtomicResultSectionExcerptElement>;
|
7670
|
-
/**
|
7671
|
-
* This section identifies the item by its name, and its main use is to make the result list scannable.
|
7672
|
-
* This is usually the page title.
|
7673
|
-
* Behavior:
|
7674
|
-
* * Has a fixed height of two lines on grid layouts.
|
7675
|
-
* * Exposes the `--line-height` CSS variable so child elements can adjust to the current line height.
|
7676
|
-
* * Has a defined CSS `color` property for text.
|
7677
|
-
*/
|
7678
|
-
"atomic-result-section-title": LocalJSX.AtomicResultSectionTitle & JSXBase.HTMLAttributes<HTMLAtomicResultSectionTitleElement>;
|
7679
|
-
/**
|
7680
|
-
* This section surfaces some fields that are directly related to the title of the item.
|
7681
|
-
* For example, in Commerce, this could be the item's rating, which is tied to the nature of the product itself,
|
7682
|
-
* rather than to the product's description.
|
7683
|
-
* Behavior:
|
7684
|
-
* * Has a very small font size.
|
7685
|
-
* * Is the closest element beneath the title section.
|
7686
|
-
*/
|
7687
|
-
"atomic-result-section-title-metadata": LocalJSX.AtomicResultSectionTitleMetadata & JSXBase.HTMLAttributes<HTMLAtomicResultSectionTitleMetadataElement>;
|
7688
|
-
/**
|
7689
|
-
* This section provides visual information about the item.
|
7690
|
-
* For example, in Commerce, an image is a great shorthand for a product category.
|
7691
|
-
* An icon can quickly show the item type, or an avatar can help identify to whom it is related.
|
7692
|
-
* Behavior:
|
7693
|
-
* * Has a fixed size that depends on the specified image size, the layout, the density, and the screen size.
|
7694
|
-
* ** When the image size is set to `icon`, this section stays very small.
|
7695
|
-
* ** You should ensure that elements inside of it take the available space.
|
7696
|
-
* * Always has a 1:1 aspect ratio.
|
7697
|
-
*/
|
7698
|
-
"atomic-result-section-visual": LocalJSX.AtomicResultSectionVisual & JSXBase.HTMLAttributes<HTMLAtomicResultSectionVisualElement>;
|
7699
7241
|
/**
|
7700
7242
|
* The `atomic-result-table-placeholder` component provides an intermediate visual state that is rendered before the first results are available.
|
7701
7243
|
*/
|
@@ -7728,10 +7270,6 @@ declare module "@stencil/core" {
|
|
7728
7270
|
* The `atomic-search-box-query-suggestions` component can be added as a child of an `atomic-search-box` component, allowing for the configuration of query suggestion behavior.
|
7729
7271
|
*/
|
7730
7272
|
"atomic-search-box-query-suggestions": LocalJSX.AtomicSearchBoxQuerySuggestions & JSXBase.HTMLAttributes<HTMLAtomicSearchBoxQuerySuggestionsElement>;
|
7731
|
-
/**
|
7732
|
-
* The `atomic-search-box-recent-queries` component can be added as a child of an `atomic-search-box` component, allowing for the configuration of recent query suggestions.
|
7733
|
-
*/
|
7734
|
-
"atomic-search-box-recent-queries": LocalJSX.AtomicSearchBoxRecentQueries & JSXBase.HTMLAttributes<HTMLAtomicSearchBoxRecentQueriesElement>;
|
7735
7273
|
/**
|
7736
7274
|
* The `atomic-segmented-facet` displays a horizontal facet of the results for the current query.
|
7737
7275
|
*/
|