Skip to content

Commit

Permalink
docs: generate documentation from db359af [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasaarcoverde committed Mar 27, 2024
1 parent b6a0ff0 commit 992901b
Show file tree
Hide file tree
Showing 96 changed files with 108 additions and 108 deletions.
4 changes: 2 additions & 2 deletions packages/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-uggeyltyrt.chromatic.com/?path=/story/components-alert--play&full=1&shortcuts=false&singleStory=true"
<iframe src="https://shoreline.storybook.vtex.com?path=/story/components-alert--play&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/b54200eed/packages/components/src/alert/alert.tsx#L22)
[View source](https://github.com/vtex/shoreline/blob/b6a0ff0c0/packages/components/src/alert/alert.tsx#L22)
2 changes: 1 addition & 1 deletion packages/docs/pages/components/bleed/api-reference.mdx
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/b54200eed/packages/components/src/bleed/bleed.tsx#L14)
[View source](https://github.com/vtex/shoreline/blob/b6a0ff0c0/packages/components/src/bleed/bleed.tsx#L14)
4 changes: 2 additions & 2 deletions packages/docs/pages/components/button/api-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Buttons triggers allow users to identify and start the most important actions in a container.

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

## Parameters
Expand Down Expand Up @@ -49,4 +49,4 @@ Change between color combinations.

- Default: `'secondary'`

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

Allow users to select a date

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

## Parameters
Expand All @@ -17,4 +17,4 @@ Allow users to select a date

- Type: `typescript.Omit<@react-types/calendar.AriaCalendarProps<T>, createCalendar | locale>`

[View source](https://github.com/vtex/shoreline/blob/b54200eed/packages/date/src/calendar/calendar.tsx#L22)
[View source](https://github.com/vtex/shoreline/blob/b6a0ff0c0/packages/date/src/calendar/calendar.tsx#L22)
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Cell of a calendar grid

- Type: `@vtex/shoreline-date.CalendarCellProps`

[View source](https://github.com/vtex/shoreline/blob/b54200eed/packages/date/src/calendar/calendar-cell.tsx#L12)
[View source](https://github.com/vtex/shoreline/blob/b6a0ff0c0/packages/date/src/calendar/calendar-cell.tsx#L12)
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ Grid of a calendar

- Type: `@react-aria/calendar.AriaCalendarGridProps`

[View source](https://github.com/vtex/shoreline/blob/b54200eed/packages/date/src/calendar/calendar-grid.tsx#L13)
[View source](https://github.com/vtex/shoreline/blob/b6a0ff0c0/packages/date/src/calendar/calendar-grid.tsx#L13)
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ Header of the calendar

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

[View source](https://github.com/vtex/shoreline/blob/b54200eed/packages/date/src/calendar/calendar-header.tsx#L7)
[View source](https://github.com/vtex/shoreline/blob/b6a0ff0c0/packages/date/src/calendar/calendar-header.tsx#L7)
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

- Type: `any`

[View source](https://github.com/vtex/shoreline/blob/b54200eed/packages/date/src/calendar/calendar-provider.tsx#L10)
[View source](https://github.com/vtex/shoreline/blob/b6a0ff0c0/packages/date/src/calendar/calendar-provider.tsx#L10)
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ Title of the calendar

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

[View source](https://github.com/vtex/shoreline/blob/b54200eed/packages/date/src/calendar/calendar-title.tsx#L7)
[View source](https://github.com/vtex/shoreline/blob/b6a0ff0c0/packages/date/src/calendar/calendar-title.tsx#L7)
2 changes: 1 addition & 1 deletion packages/docs/pages/components/center/api-reference.mdx
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/b54200eed/packages/components/src/center/center.tsx#L14)
[View source](https://github.com/vtex/shoreline/blob/b6a0ff0c0/packages/components/src/center/center.tsx#L14)
2 changes: 1 addition & 1 deletion packages/docs/pages/components/checkbox/api-reference.mdx
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/b54200eed/packages/components/src/checkbox/checkbox.tsx#L15)
[View source](https://github.com/vtex/shoreline/blob/b6a0ff0c0/packages/components/src/checkbox/checkbox.tsx#L15)
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/b54200eed/packages/components/src/checkbox/checkbox-group.tsx#L18)
[View source](https://github.com/vtex/shoreline/blob/b6a0ff0c0/packages/components/src/checkbox/checkbox-group.tsx#L18)
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ Collection 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/b54200eed/packages/components/src/collection/collection.tsx#L23)
[View source](https://github.com/vtex/shoreline/blob/b6a0ff0c0/packages/components/src/collection/collection.tsx#L23)
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/b54200eed/packages/components/src/collection/collection-view.tsx#L29)
[View source](https://github.com/vtex/shoreline/blob/b6a0ff0c0/packages/components/src/collection/collection-view.tsx#L29)
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Confirmation Modal containers allow merchants to confirm an action through an overlay window that opens on top of the current page.

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

## Parameters
Expand Down Expand Up @@ -51,4 +51,4 @@ Whether the modal is open or not.

- Default: `false`

[View source](https://github.com/vtex/shoreline/blob/b54200eed/packages/components/src/confirmation-modal/confirmation-modal.tsx#L40)
[View source](https://github.com/vtex/shoreline/blob/b6a0ff0c0/packages/components/src/confirmation-modal/confirmation-modal.tsx#L40)
2 changes: 1 addition & 1 deletion packages/docs/pages/components/container/api-reference.mdx
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/b54200eed/packages/components/src/content/container.tsx#L14)
[View source](https://github.com/vtex/shoreline/blob/b6a0ff0c0/packages/components/src/content/container.tsx#L14)
4 changes: 2 additions & 2 deletions packages/docs/pages/components/content/api-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Content containers allow merchants to easily scan information to understand its hierarchy and rhythm.

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

## Parameters
Expand All @@ -29,4 +29,4 @@ Decrease the space token in top and bottom padding.

- Default: `false`

[View source](https://github.com/vtex/shoreline/blob/b54200eed/packages/components/src/content/content.tsx#L15)
[View source](https://github.com/vtex/shoreline/blob/b6a0ff0c0/packages/components/src/content/content.tsx#L15)
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-uggeyltyrt.chromatic.com/?path=/story/components-contextual-help--play&full=1&shortcuts=false&singleStory=true"
<iframe src="https://shoreline.storybook.vtex.com?path=/story/components-contextual-help--play&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/b54200eed/packages/components/src/contextual-help/contextual-help.tsx#L17)
[View source](https://github.com/vtex/shoreline/blob/b6a0ff0c0/packages/components/src/contextual-help/contextual-help.tsx#L17)
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ A list of date-segments used as base for date-picker and date-range-picker

- Type: `string`

[View source](https://github.com/vtex/shoreline/blob/b54200eed/packages/date/src/date-field/date-field.tsx#L19)
[View source](https://github.com/vtex/shoreline/blob/b6a0ff0c0/packages/date/src/date-field/date-field.tsx#L19)
4 changes: 2 additions & 2 deletions packages/docs/pages/components/date-picker/api-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Allow users to pick a date

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

## Parameters
Expand All @@ -17,4 +17,4 @@ Allow users to pick a date

- Type: `typescript.Omit<@react-types/datepicker.AriaDatePickerProps<T>, label> & { className: string; error: boolean; }`

[View source](https://github.com/vtex/shoreline/blob/b54200eed/packages/date/src/date-picker/date-picker.tsx#L28)
[View source](https://github.com/vtex/shoreline/blob/b6a0ff0c0/packages/date/src/date-picker/date-picker.tsx#L28)
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ Allow users to pick a date range

- Type: `typescript.Omit<@react-types/datepicker.AriaDateRangePickerProps<T>, label> & { className: string; error: boolean; }`

[View source](https://github.com/vtex/shoreline/blob/b54200eed/packages/date/src/date-range-picker/date-range-picker.tsx#L27)
[View source](https://github.com/vtex/shoreline/blob/b6a0ff0c0/packages/date/src/date-range-picker/date-range-picker.tsx#L27)
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ State of a Datefield

- Type: `@react-stately/datepicker.DateFieldState`

[View source](https://github.com/vtex/shoreline/blob/b54200eed/packages/date/src/date-segment/date-segment.tsx#L13)
[View source](https://github.com/vtex/shoreline/blob/b6a0ff0c0/packages/date/src/date-segment/date-segment.tsx#L13)
2 changes: 1 addition & 1 deletion packages/docs/pages/components/divider/api-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ Divider axis orientation

- Default: `'horizontal'`

[View source](https://github.com/vtex/shoreline/blob/b54200eed/packages/components/src/divider/divider.tsx#L12)
[View source](https://github.com/vtex/shoreline/blob/b6a0ff0c0/packages/components/src/divider/divider.tsx#L12)
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/b54200eed/packages/components/src/empty-state/empty-state.tsx#L15)
[View source](https://github.com/vtex/shoreline/blob/b6a0ff0c0/packages/components/src/empty-state/empty-state.tsx#L15)
2 changes: 1 addition & 1 deletion packages/docs/pages/components/field/api-reference.mdx
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/b54200eed/packages/components/src/field/field.tsx#L18)
[View source](https://github.com/vtex/shoreline/blob/b6a0ff0c0/packages/components/src/field/field.tsx#L18)
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/b54200eed/packages/components/src/field/field-char-counter.tsx#L7)
[View source](https://github.com/vtex/shoreline/blob/b6a0ff0c0/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/b54200eed/packages/components/src/field/field-description.tsx#L9)
[View source](https://github.com/vtex/shoreline/blob/b6a0ff0c0/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/b54200eed/packages/components/src/field/field-error.tsx#L11)
[View source](https://github.com/vtex/shoreline/blob/b6a0ff0c0/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/b54200eed/packages/components/src/field/field-provider.tsx#L10)
[View source](https://github.com/vtex/shoreline/blob/b6a0ff0c0/packages/components/src/field/field-provider.tsx#L10)
2 changes: 1 addition & 1 deletion packages/docs/pages/components/filter/api-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ Filter value

- Type: `string | string[]`

[View source](https://github.com/vtex/shoreline/blob/b54200eed/packages/components/src/filter/filter.tsx#L17)
[View source](https://github.com/vtex/shoreline/blob/b6a0ff0c0/packages/components/src/filter/filter.tsx#L17)
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/b54200eed/packages/components/src/filter/filter-apply.tsx#L15)
[View source](https://github.com/vtex/shoreline/blob/b6a0ff0c0/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/b54200eed/packages/components/src/filter/filter-clear.tsx#L13)
[View source](https://github.com/vtex/shoreline/blob/b6a0ff0c0/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/b54200eed/packages/components/src/filter/filter-item-check.tsx#L9)
[View source](https://github.com/vtex/shoreline/blob/b6a0ff0c0/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/b54200eed/packages/components/src/filter/filter-item.tsx#L15)
[View source](https://github.com/vtex/shoreline/blob/b6a0ff0c0/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/b54200eed/packages/components/src/filter/filter-list-skeleton.tsx#L17)
[View source](https://github.com/vtex/shoreline/blob/b6a0ff0c0/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/b54200eed/packages/components/src/filter/filter-list.tsx#L17)
[View source](https://github.com/vtex/shoreline/blob/b6a0ff0c0/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/b54200eed/packages/components/src/filter/filter-popover.tsx#L25)
[View source](https://github.com/vtex/shoreline/blob/b6a0ff0c0/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/b54200eed/packages/components/src/filter/filter-provider.tsx#L20)
[View source](https://github.com/vtex/shoreline/blob/b6a0ff0c0/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/b54200eed/packages/components/src/filter/filter-trigger.tsx#L15)
[View source](https://github.com/vtex/shoreline/blob/b6a0ff0c0/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/b54200eed/packages/components/src/filter/filter-value.tsx#L11)
[View source](https://github.com/vtex/shoreline/blob/b6a0ff0c0/packages/components/src/filter/filter-value.tsx#L11)
2 changes: 1 addition & 1 deletion packages/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/b54200eed/packages/components/src/flex/flex.tsx#L17)
[View source](https://github.com/vtex/shoreline/blob/b6a0ff0c0/packages/components/src/flex/flex.tsx#L17)
2 changes: 1 addition & 1 deletion packages/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/b54200eed/packages/components/src/grid/grid.tsx#L19)
[View source](https://github.com/vtex/shoreline/blob/b6a0ff0c0/packages/components/src/grid/grid.tsx#L19)
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/b54200eed/packages/components/src/grid/grid-cell.tsx#L19)
[View source](https://github.com/vtex/shoreline/blob/b6a0ff0c0/packages/components/src/grid/grid-cell.tsx#L19)
2 changes: 1 addition & 1 deletion packages/docs/pages/components/heading/api-reference.mdx
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/b54200eed/packages/components/src/heading/heading.tsx#L10)
[View source](https://github.com/vtex/shoreline/blob/b6a0ff0c0/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/b54200eed/packages/components/src/icon-button/icon-button.tsx#L15)
[View source](https://github.com/vtex/shoreline/blob/b6a0ff0c0/packages/components/src/icon-button/icon-button.tsx#L15)
2 changes: 1 addition & 1 deletion packages/docs/pages/components/input/api-reference.mdx
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/b54200eed/packages/components/src/input/input.tsx#L13)
[View source](https://github.com/vtex/shoreline/blob/b6a0ff0c0/packages/components/src/input/input.tsx#L13)
2 changes: 1 addition & 1 deletion packages/docs/pages/components/label/api-reference.mdx
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/b54200eed/packages/components/src/label/label.tsx#L21)
[View source](https://github.com/vtex/shoreline/blob/b6a0ff0c0/packages/components/src/label/label.tsx#L21)
2 changes: 1 addition & 1 deletion packages/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/b54200eed/packages/components/src/link/link.tsx#L10)
[View source](https://github.com/vtex/shoreline/blob/b6a0ff0c0/packages/components/src/link/link.tsx#L10)
4 changes: 2 additions & 2 deletions packages/docs/pages/components/menu/api-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Menu component

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

## Parameters
Expand Down Expand Up @@ -59,4 +59,4 @@ Change between color combinations.

- Default: `'secondary'`

[View source](https://github.com/vtex/shoreline/blob/b54200eed/packages/components/src/menu/menu.tsx#L24)
[View source](https://github.com/vtex/shoreline/blob/b6a0ff0c0/packages/components/src/menu/menu.tsx#L24)
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/b54200eed/packages/components/src/menu/menu-item.tsx#L5)
[View source](https://github.com/vtex/shoreline/blob/b6a0ff0c0/packages/components/src/menu/menu-item.tsx#L5)
Loading

0 comments on commit 992901b

Please sign in to comment.