Skip to content

Commit

Permalink
docs(atomic): hide a component (#4648)
Browse files Browse the repository at this point in the history
In the release, I noticed this atomic commerce component that should be
hidden, so here you go 🙂

https://coveord.atlassian.net/browse/KIT-3723

---------

Co-authored-by: GitHub Actions Bot <>
  • Loading branch information
jpmarceau authored Nov 7, 2024
1 parent c06543f commit d823590
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/atomic/src/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2163,7 +2163,7 @@ export namespace Components {
"hrefTemplate"?: string;
}
/**
* The `atomic-product-multi-value-text` component renders the values of a multi-value string field.
* @alpha The `atomic-product-multi-value-text` component renders the values of a multi-value string field.
*/
interface AtomicProductMultiValueText {
/**
Expand Down Expand Up @@ -4990,7 +4990,7 @@ declare global {
new (): HTMLAtomicProductLinkElement;
};
/**
* The `atomic-product-multi-value-text` component renders the values of a multi-value string field.
* @alpha The `atomic-product-multi-value-text` component renders the values of a multi-value string field.
*/
interface HTMLAtomicProductMultiValueTextElement extends Components.AtomicProductMultiValueText, HTMLStencilElement {
}
Expand Down Expand Up @@ -8217,7 +8217,7 @@ declare namespace LocalJSX {
"hrefTemplate"?: string;
}
/**
* The `atomic-product-multi-value-text` component renders the values of a multi-value string field.
* @alpha The `atomic-product-multi-value-text` component renders the values of a multi-value string field.
*/
interface AtomicProductMultiValueText {
/**
Expand Down Expand Up @@ -10373,7 +10373,7 @@ declare module "@stencil/core" {
*/
"atomic-product-link": LocalJSX.AtomicProductLink & JSXBase.HTMLAttributes<HTMLAtomicProductLinkElement>;
/**
* The `atomic-product-multi-value-text` component renders the values of a multi-value string field.
* @alpha The `atomic-product-multi-value-text` component renders the values of a multi-value string field.
*/
"atomic-product-multi-value-text": LocalJSX.AtomicProductMultiValueText & JSXBase.HTMLAttributes<HTMLAtomicProductMultiValueTextElement>;
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ import {CommerceBindings} from '../../atomic-commerce-interface/atomic-commerce-
import {ProductContext} from '../product-template-decorators';

/**
* @alpha
*
* The `atomic-product-multi-value-text` component renders the values of a multi-value string field.
* @part product-multi-value-text-list - The list of field values.
* @part product-multi-value-text-separator - The separator to display between each of the field values.
Expand Down

0 comments on commit d823590

Please sign in to comment.