Skip to content

Commit

Permalink
docs: generate documentation from afb18ac [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
anitavincent committed Jan 18, 2024
1 parent aa1ef13 commit 8d0e3d3
Show file tree
Hide file tree
Showing 82 changed files with 86 additions and 86 deletions.
4 changes: 2 additions & 2 deletions packages/next-docs/pages/components/alert/api-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Alert indicators allow users to view semantic messages that are prominent and can be dismissable.

<iframe src="https://620e870c28c4ae003a705d42-vjdlnikefi.chromatic.com/?path=/story/shoreline-components-alert--playground&full=1&shortcuts=false&singleStory=true"
<iframe src="https://620e870c28c4ae003a705d42-skpzsahoyv.chromatic.com/?path=/story/shoreline-components-alert--playground&full=1&shortcuts=false&singleStory=true"
style={{"width":"100%","height":600,"border":0,"borderRadius":4}}></iframe>

## Parameters
Expand Down Expand Up @@ -33,4 +33,4 @@ Variants of the alert, one of: informational, success, critical, warning.

- Default: `'informational'`

[View source](https://github.com/vtex/shoreline/blob/f511fc130/packages/components/src/alert/alert.tsx#L22)
[View source](https://github.com/vtex/shoreline/blob/aa1ef13f3/packages/components/src/alert/alert.tsx#L22)
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ Top bleed

- Default: `'$space-0'`

[View source](https://github.com/vtex/shoreline/blob/f511fc130/packages/components/src/bleed/bleed.tsx#L12)
[View source](https://github.com/vtex/shoreline/blob/aa1ef13f3/packages/components/src/bleed/bleed.tsx#L12)
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ Change between color combinations.

- Default: `'secondary'`

[View source](https://github.com/vtex/shoreline/blob/f511fc130/packages/components/src/button/button.tsx#L14)
[View source](https://github.com/vtex/shoreline/blob/aa1ef13f3/packages/components/src/button/button.tsx#L14)
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ Children composition

- Default: `false`

[View source](https://github.com/vtex/shoreline/blob/f511fc130/packages/components/src/center/center.tsx#L12)
[View source](https://github.com/vtex/shoreline/blob/aa1ef13f3/packages/components/src/center/center.tsx#L12)
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ Checkbox group label

- Type: `@types/react.React.ReactNode`

[View source](https://github.com/vtex/shoreline/blob/f511fc130/packages/components/src/checkbox/checkbox-group.tsx#L18)
[View source](https://github.com/vtex/shoreline/blob/aa1ef13f3/packages/components/src/checkbox/checkbox-group.tsx#L18)
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ Checkbox controls allow users to make multiple independent choices in a form whe

- Type: `@vtex/shoreline-components.AriaCheckboxProps`

[View source](https://github.com/vtex/shoreline/blob/f511fc130/packages/components/src/checkbox/checkbox.tsx#L15)
[View source](https://github.com/vtex/shoreline/blob/aa1ef13f3/packages/components/src/checkbox/checkbox.tsx#L15)
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ Collection status

- Default: `'ready'`

[View source](https://github.com/vtex/shoreline/blob/f511fc130/packages/components/src/collections/collection-view.tsx#L27)
[View source](https://github.com/vtex/shoreline/blob/aa1ef13f3/packages/components/src/collections/collection-view.tsx#L27)
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ Collections containers allow merchants to view and control a set of items in one

- Type: `@types/react.React.ComponentPropsWithoutRef<div>`

[View source](https://github.com/vtex/shoreline/blob/f511fc130/packages/components/src/collections/collections.tsx#L23)
[View source](https://github.com/vtex/shoreline/blob/aa1ef13f3/packages/components/src/collections/collections.tsx#L23)
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ Children composition

- Default: `false`

[View source](https://github.com/vtex/shoreline/blob/f511fc130/packages/components/src/content/container.tsx#L12)
[View source](https://github.com/vtex/shoreline/blob/aa1ef13f3/packages/components/src/content/container.tsx#L12)
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ Decrease the space token in top and bottom padding.

- Default: `false`

[View source](https://github.com/vtex/shoreline/blob/f511fc130/packages/components/src/content/content.tsx#L12)
[View source](https://github.com/vtex/shoreline/blob/aa1ef13f3/packages/components/src/content/content.tsx#L12)
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Merchants contextually understand the definition of an item through an overlay, that can be interactive, when clicking on the trigger.

<iframe src="https://620e870c28c4ae003a705d42-vjdlnikefi.chromatic.com/?path=/story/shoreline-components-contextual-help--playground&full=1&shortcuts=false&singleStory=true"
<iframe src="https://620e870c28c4ae003a705d42-skpzsahoyv.chromatic.com/?path=/story/shoreline-components-contextual-help--playground&full=1&shortcuts=false&singleStory=true"
style={{"width":"100%","height":600,"border":0,"borderRadius":4}}></iframe>

## Parameters
Expand Down Expand Up @@ -35,4 +35,4 @@ It is not narrow by default.

- Default: `false`

[View source](https://github.com/vtex/shoreline/blob/f511fc130/packages/components/src/contextual-help/contextual-help.tsx#L17)
[View source](https://github.com/vtex/shoreline/blob/aa1ef13f3/packages/components/src/contextual-help/contextual-help.tsx#L17)
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ Indicates size of empty state area

- Default: `'medium'`

[View source](https://github.com/vtex/shoreline/blob/f511fc130/packages/components/src/empty-state/empty-state.tsx#L15)
[View source](https://github.com/vtex/shoreline/blob/aa1ef13f3/packages/components/src/empty-state/empty-state.tsx#L15)
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ Max count

- Type: `number`

[View source](https://github.com/vtex/shoreline/blob/f511fc130/packages/components/src/field/field-char-counter.tsx#L7)
[View source](https://github.com/vtex/shoreline/blob/aa1ef13f3/packages/components/src/field/field-char-counter.tsx#L7)
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ Enables component composition

- Default: `false`

[View source](https://github.com/vtex/shoreline/blob/f511fc130/packages/components/src/field/field-description.tsx#L9)
[View source](https://github.com/vtex/shoreline/blob/aa1ef13f3/packages/components/src/field/field-description.tsx#L9)
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ Enables component composition

- Default: `false`

[View source](https://github.com/vtex/shoreline/blob/f511fc130/packages/components/src/field/field-error.tsx#L11)
[View source](https://github.com/vtex/shoreline/blob/aa1ef13f3/packages/components/src/field/field-error.tsx#L11)
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ Field store

- Type: `@vtex/shoreline-utils.Store<@vtex/shoreline-components.FieldContextType, { (cb: @vtex/shoreline-components.FieldContextType): @vtex/shoreline-components.FieldContextType; }>`

[View source](https://github.com/vtex/shoreline/blob/f511fc130/packages/components/src/field/field-provider.tsx#L10)
[View source](https://github.com/vtex/shoreline/blob/aa1ef13f3/packages/components/src/field/field-provider.tsx#L10)
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ Space between the field's children

- Default: `'normal'`

[View source](https://github.com/vtex/shoreline/blob/f511fc130/packages/components/src/field/field.tsx#L18)
[View source](https://github.com/vtex/shoreline/blob/aa1ef13f3/packages/components/src/field/field.tsx#L18)
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ Action that applies the Filter value, and closes the popover

- Type: `@vtex/shoreline-components.PopoverDismissProps`

[View source](https://github.com/vtex/shoreline/blob/f511fc130/packages/components/src/filter/filter-apply.tsx#L15)
[View source](https://github.com/vtex/shoreline/blob/aa1ef13f3/packages/components/src/filter/filter-apply.tsx#L15)
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ Action that clears both Filter value and UI Select value

- Type: `@vtex/shoreline-components.PopoverDismissProps`

[View source](https://github.com/vtex/shoreline/blob/f511fc130/packages/components/src/filter/filter-clear.tsx#L13)
[View source](https://github.com/vtex/shoreline/blob/aa1ef13f3/packages/components/src/filter/filter-clear.tsx#L13)
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ Check state of the FilterItem

- Type: `@types/react.React.ComponentPropsWithoutRef<div>`

[View source](https://github.com/vtex/shoreline/blob/f511fc130/packages/components/src/filter/filter-item-check.tsx#L9)
[View source](https://github.com/vtex/shoreline/blob/aa1ef13f3/packages/components/src/filter/filter-item-check.tsx#L9)
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ Filter Option

- Type: `typescript.Omit<@vtex/shoreline-primitives.SelectItemProps, hideOnClick>`

[View source](https://github.com/vtex/shoreline/blob/f511fc130/packages/components/src/filter/filter-item.tsx#L15)
[View source](https://github.com/vtex/shoreline/blob/aa1ef13f3/packages/components/src/filter/filter-item.tsx#L15)
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ Filter listbox

- Type: `@types/react.React.ComponentPropsWithoutRef<div>`

[View source](https://github.com/vtex/shoreline/blob/f511fc130/packages/components/src/filter/filter-list-skeleton.tsx#L17)
[View source](https://github.com/vtex/shoreline/blob/aa1ef13f3/packages/components/src/filter/filter-list-skeleton.tsx#L17)
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ Filter listbox

- Type: `typescript.Omit<@vtex/shoreline-primitives.SelectListProps, alwaysVisible>`

[View source](https://github.com/vtex/shoreline/blob/f511fc130/packages/components/src/filter/filter-list.tsx#L17)
[View source](https://github.com/vtex/shoreline/blob/aa1ef13f3/packages/components/src/filter/filter-list.tsx#L17)
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ Filter messages

- Type: `{ apply: string; clear: string; }`

[View source](https://github.com/vtex/shoreline/blob/f511fc130/packages/components/src/filter/filter-popover.tsx#L25)
[View source](https://github.com/vtex/shoreline/blob/aa1ef13f3/packages/components/src/filter/filter-popover.tsx#L25)
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ Filter value

- Type: `string | string[]`

[View source](https://github.com/vtex/shoreline/blob/f511fc130/packages/components/src/filter/filter-provider.tsx#L20)
[View source](https://github.com/vtex/shoreline/blob/aa1ef13f3/packages/components/src/filter/filter-provider.tsx#L20)
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ Triggers the Filter Popover box, also displays the Filter applied value

- Type: `@vtex/shoreline-components.PopoverTriggerProps`

[View source](https://github.com/vtex/shoreline/blob/f511fc130/packages/components/src/filter/filter-trigger.tsx#L15)
[View source](https://github.com/vtex/shoreline/blob/aa1ef13f3/packages/components/src/filter/filter-trigger.tsx#L15)
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ Renders the Filter applied value

- Type: `@types/react.React.ComponentPropsWithoutRef<span>`

[View source](https://github.com/vtex/shoreline/blob/f511fc130/packages/components/src/filter/filter-value.tsx#L11)
[View source](https://github.com/vtex/shoreline/blob/aa1ef13f3/packages/components/src/filter/filter-value.tsx#L11)
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ Filter value

- Type: `string | string[]`

[View source](https://github.com/vtex/shoreline/blob/f511fc130/packages/components/src/filter/filter.tsx#L17)
[View source](https://github.com/vtex/shoreline/blob/aa1ef13f3/packages/components/src/filter/filter.tsx#L17)
2 changes: 1 addition & 1 deletion packages/next-docs/pages/components/flex/api-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@ CSS flex-wrap

- Default: `'nowrap'`

[View source](https://github.com/vtex/shoreline/blob/f511fc130/packages/components/src/flex/flex.tsx#L15)
[View source](https://github.com/vtex/shoreline/blob/aa1ef13f3/packages/components/src/flex/flex.tsx#L15)
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ CSS grid-row-start

- Default: `'auto'`

[View source](https://github.com/vtex/shoreline/blob/f511fc130/packages/components/src/grid/grid-cell.tsx#L17)
[View source](https://github.com/vtex/shoreline/blob/aa1ef13f3/packages/components/src/grid/grid-cell.tsx#L17)
2 changes: 1 addition & 1 deletion packages/next-docs/pages/components/grid/api-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ CSS grid-template-rows

- Default: `'auto'`

[View source](https://github.com/vtex/shoreline/blob/f511fc130/packages/components/src/grid/grid.tsx#L17)
[View source](https://github.com/vtex/shoreline/blob/aa1ef13f3/packages/components/src/grid/grid.tsx#L17)
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ Heading variant

- Default: `'context'`

[View source](https://github.com/vtex/shoreline/blob/f511fc130/packages/components/src/heading/heading.tsx#L10)
[View source](https://github.com/vtex/shoreline/blob/aa1ef13f3/packages/components/src/heading/heading.tsx#L10)
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ Change between color combinations.

- Default: `'secondary'`

[View source](https://github.com/vtex/shoreline/blob/f511fc130/packages/components/src/icon-button/icon-button.tsx#L15)
[View source](https://github.com/vtex/shoreline/blob/aa1ef13f3/packages/components/src/icon-button/icon-button.tsx#L15)
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ Node added before input space

- Type: `@types/react.React.ReactNode`

[View source](https://github.com/vtex/shoreline/blob/f511fc130/packages/components/src/input/input.tsx#L13)
[View source](https://github.com/vtex/shoreline/blob/aa1ef13f3/packages/components/src/input/input.tsx#L13)
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ Whether the input linked to this label is optional

- Default: `false`

[View source](https://github.com/vtex/shoreline/blob/f511fc130/packages/components/src/label/label.tsx#L21)
[View source](https://github.com/vtex/shoreline/blob/aa1ef13f3/packages/components/src/label/label.tsx#L21)
2 changes: 1 addition & 1 deletion packages/next-docs/pages/components/link/api-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ Enable children composition

- Default: `false`

[View source](https://github.com/vtex/shoreline/blob/f511fc130/packages/components/src/link/link.tsx#L10)
[View source](https://github.com/vtex/shoreline/blob/aa1ef13f3/packages/components/src/link/link.tsx#L10)
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ Wether is disabled

- Default: `false`

[View source](https://github.com/vtex/shoreline/blob/f511fc130/packages/components/src/menu/menu-item.tsx#L5)
[View source](https://github.com/vtex/shoreline/blob/aa1ef13f3/packages/components/src/menu/menu-item.tsx#L5)
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ Children composition

- Default: `false`

[View source](https://github.com/vtex/shoreline/blob/f511fc130/packages/components/src/menu/menu-popover.tsx#L9)
[View source](https://github.com/vtex/shoreline/blob/aa1ef13f3/packages/components/src/menu/menu-popover.tsx#L9)
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@

- Type: `@ariakit/react-core.MenuProviderProps`

[View source](https://github.com/vtex/shoreline/blob/f511fc130/packages/components/src/menu/menu-provider.tsx#L5)
[View source](https://github.com/vtex/shoreline/blob/aa1ef13f3/packages/components/src/menu/menu-provider.tsx#L5)
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

- Type: `@types/react.React.ComponentPropsWithoutRef<hr>`

[View source](https://github.com/vtex/shoreline/blob/f511fc130/packages/components/src/menu/menu-separator.tsx#L5)
[View source](https://github.com/vtex/shoreline/blob/aa1ef13f3/packages/components/src/menu/menu-separator.tsx#L5)
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

- Type: `@vtex/shoreline-components.MenuTriggerProps & @types/react.React.RefAttributes<typescript.HTMLButtonElement>`

[View source](https://github.com/vtex/shoreline/blob/f511fc130/packages/components/src/menu/menu-trigger.tsx#L6)
[View source](https://github.com/vtex/shoreline/blob/aa1ef13f3/packages/components/src/menu/menu-trigger.tsx#L6)
2 changes: 1 addition & 1 deletion packages/next-docs/pages/components/menu/api-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ Change between color combinations.

- Default: `'secondary'`

[View source](https://github.com/vtex/shoreline/blob/f511fc130/packages/components/src/menu/menu.tsx#L22)
[View source](https://github.com/vtex/shoreline/blob/aa1ef13f3/packages/components/src/menu/menu.tsx#L22)
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ function Example() {

- Type: `@types/react.React.ComponentPropsWithoutRef<div>`

[View source](https://github.com/vtex/shoreline/blob/f511fc130/packages/components/src/modal/modal-content.tsx#L29)
[View source](https://github.com/vtex/shoreline/blob/aa1ef13f3/packages/components/src/modal/modal-content.tsx#L29)
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ function Example() {

- Type: `@types/react.React.ComponentPropsWithoutRef<button> & typescript.Pick<@vtex/shoreline-components.IconButtonProps, size>`

[View source](https://github.com/vtex/shoreline/blob/f511fc130/packages/components/src/modal/modal-dismiss.tsx#L35)
[View source](https://github.com/vtex/shoreline/blob/aa1ef13f3/packages/components/src/modal/modal-dismiss.tsx#L35)
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ function Example() {

- Type: `@types/react.React.ComponentPropsWithoutRef<div>`

[View source](https://github.com/vtex/shoreline/blob/f511fc130/packages/components/src/modal/modal-footer.tsx#L31)
[View source](https://github.com/vtex/shoreline/blob/aa1ef13f3/packages/components/src/modal/modal-footer.tsx#L31)
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ function Example() {

- Type: `@types/react.React.ComponentPropsWithoutRef<div>`

[View source](https://github.com/vtex/shoreline/blob/f511fc130/packages/components/src/modal/modal-header.tsx#L32)
[View source](https://github.com/vtex/shoreline/blob/aa1ef13f3/packages/components/src/modal/modal-header.tsx#L32)
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ function Example() {

- Type: `@types/react.React.ComponentPropsWithoutRef<h1> & typescript.Pick<@vtex/shoreline-components.HeadingProps, variant>`

[View source](https://github.com/vtex/shoreline/blob/f511fc130/packages/components/src/modal/modal-heading.tsx#L34)
[View source](https://github.com/vtex/shoreline/blob/aa1ef13f3/packages/components/src/modal/modal-heading.tsx#L34)
4 changes: 2 additions & 2 deletions packages/next-docs/pages/components/modal/api-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Modal containers allow users to view content that demands attention through an overlay window that opens on top of the current page.

<iframe src="https://620e870c28c4ae003a705d42-vjdlnikefi.chromatic.com/?path=/story/shoreline-components-modal--playground&full=1&shortcuts=false&singleStory=true"
<iframe src="https://620e870c28c4ae003a705d42-skpzsahoyv.chromatic.com/?path=/story/shoreline-components-modal--playground&full=1&shortcuts=false&singleStory=true"
style={{"width":"100%","height":600,"border":0,"borderRadius":4}}></iframe>

## Parameters
Expand Down Expand Up @@ -41,4 +41,4 @@ Modal size

- Default: `medium`

[View source](https://github.com/vtex/shoreline/blob/f511fc130/packages/components/src/modal/modal.tsx#L32)
[View source](https://github.com/vtex/shoreline/blob/aa1ef13f3/packages/components/src/modal/modal.tsx#L32)
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ Layout type

- Default: `'standard'`

[View source](https://github.com/vtex/shoreline/blob/f511fc130/packages/components/src/page/page-content.tsx#L14)
[View source](https://github.com/vtex/shoreline/blob/aa1ef13f3/packages/components/src/page/page-content.tsx#L14)
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ Header of the page

- Type: `@types/react.React.ComponentPropsWithoutRef<header>`

[View source](https://github.com/vtex/shoreline/blob/f511fc130/packages/components/src/page/page-header.tsx#L17)
[View source](https://github.com/vtex/shoreline/blob/aa1ef13f3/packages/components/src/page/page-header.tsx#L17)
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Title of a page

- Type: `@vtex/shoreline-components.HeadingProps & @types/react.React.RefAttributes<typescript.HTMLHeadingElement>`

[View source](https://github.com/vtex/shoreline/blob/f511fc130/packages/components/src/page/page-heading.tsx#L15)
[View source](https://github.com/vtex/shoreline/blob/aa1ef13f3/packages/components/src/page/page-heading.tsx#L15)
4 changes: 2 additions & 2 deletions packages/next-docs/pages/components/page/api-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Page containers allow merchants to identify where they are, view content related to a single main job, and perform related actions.

<iframe src="https://620e870c28c4ae003a705d42-vjdlnikefi.chromatic.com/?path=/story/shoreline-components-page--playground&full=1&shortcuts=false&singleStory=true"
<iframe src="https://620e870c28c4ae003a705d42-skpzsahoyv.chromatic.com/?path=/story/shoreline-components-page--playground&full=1&shortcuts=false&singleStory=true"
style={{"width":"100%","height":600,"border":0,"borderRadius":4}}></iframe>

## Parameters
Expand All @@ -17,4 +17,4 @@ Page containers allow merchants to identify where they are, view content related

- Type: `@types/react.React.ComponentPropsWithoutRef<div>`

[View source](https://github.com/vtex/shoreline/blob/f511fc130/packages/components/src/page/page.tsx#L17)
[View source](https://github.com/vtex/shoreline/blob/aa1ef13f3/packages/components/src/page/page.tsx#L17)
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ The total number of items

- Type: `number`

[View source](https://github.com/vtex/shoreline/blob/f511fc130/packages/components/src/pagination/pagination.tsx#L24)
[View source](https://github.com/vtex/shoreline/blob/aa1ef13f3/packages/components/src/pagination/pagination.tsx#L24)
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ Children composition

- Default: `false`

[View source](https://github.com/vtex/shoreline/blob/f511fc130/packages/components/src/popover/popover-dismiss.tsx#L14)
[View source](https://github.com/vtex/shoreline/blob/aa1ef13f3/packages/components/src/popover/popover-dismiss.tsx#L14)
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ Children composition

- Default: `false`

[View source](https://github.com/vtex/shoreline/blob/f511fc130/packages/components/src/popover/popover-trigger.tsx#L14)
[View source](https://github.com/vtex/shoreline/blob/aa1ef13f3/packages/components/src/popover/popover-trigger.tsx#L14)
Loading

0 comments on commit 8d0e3d3

Please sign in to comment.