@spscommerce/ds-react
Advanced tools
@@ -10,2 +10,2 @@ import * as React from "react"; | ||
| }> & React.HTMLAttributes<HTMLDivElement>; | ||
| export declare function SpsAdvancedSearch(props: SpsAdvancedSearchProps): React.JSX.Element; | ||
| export declare function SpsAdvancedSearch(props: SpsAdvancedSearchProps): JSX.Element; |
@@ -31,2 +31,2 @@ import type { SpsIcon } from "@spscommerce/ds-shared"; | ||
| }> & React.HTMLAttributes<HTMLInputElement>; | ||
| export declare function SpsAutocomplete({ className, debounce, disabled, conformWidth, formControl, formMeta, onChange, onSelectionChange, icon, id, placeholder, suggestions, unsafelyReplaceClassName, textKey, captionKey, tallOptionList, value, zeroState, loading, maxHeightOptionListPx, maxHeightOptionListRem, disableOptionsMemoization, inputNotClearable, autoFocusOnSelection, "data-testid": testId, ...rest }: SpsAutocompleteProps): React.JSX.Element; | ||
| export declare function SpsAutocomplete({ className, debounce, disabled, conformWidth, formControl, formMeta, onChange, onSelectionChange, icon, id, placeholder, suggestions, unsafelyReplaceClassName, textKey, captionKey, tallOptionList, value, zeroState, loading, maxHeightOptionListPx, maxHeightOptionListRem, disableOptionsMemoization, inputNotClearable, autoFocusOnSelection, "data-testid": testId, ...rest }: SpsAutocompleteProps): JSX.Element; |
@@ -14,2 +14,2 @@ import { ButtonKind, ButtonType } from "@spscommerce/ds-shared"; | ||
| }> & React.HTMLProps<HTMLButtonElement | HTMLAnchorElement>; | ||
| export declare function SpsButton(props: SpsButtonProps): React.JSX.Element; | ||
| export declare function SpsButton(props: SpsButtonProps): JSX.Element; |
| import * as React from "react"; | ||
| import type { SpsGlobalPropTypes } from "../prop-types"; | ||
| export type SpsButtonGroupProps = React.PropsWithChildren<SpsGlobalPropTypes> & React.HTMLAttributes<HTMLDivElement>; | ||
| export declare function SpsButtonGroup(props: SpsButtonGroupProps): React.JSX.Element; | ||
| export declare function SpsButtonGroup(props: SpsButtonGroupProps): JSX.Element; |
| import * as React from "react"; | ||
| import type { SpsGlobalPropTypes } from "../prop-types"; | ||
| export type SpsIconButtonPanelProps = React.PropsWithChildren<SpsGlobalPropTypes> & React.HTMLAttributes<HTMLDivElement>; | ||
| export declare function SpsIconButtonPanel({ children, className, ...rest }: SpsIconButtonPanelProps): React.JSX.Element; | ||
| export declare function SpsIconButtonPanel({ children, className, ...rest }: SpsIconButtonPanelProps): JSX.Element; |
| import * as React from "react"; | ||
| export default function SpsCardV2({ children, className, ...rest }: React.HTMLProps<HTMLDivElement>): React.JSX.Element; | ||
| export default function SpsCardV2({ children, className, ...rest }: React.HTMLProps<HTMLDivElement>): JSX.Element; |
| import * as React from "react"; | ||
| export default function SpsCardV2Footer({ children, className, ...rest }: React.HTMLProps<HTMLDivElement>): React.JSX.Element; | ||
| export default function SpsCardV2Footer({ children, className, ...rest }: React.HTMLProps<HTMLDivElement>): JSX.Element; |
| import * as React from "react"; | ||
| export default function SpsCardV2Header({ children, className, ...rest }: React.HTMLProps<HTMLDivElement>): React.JSX.Element; | ||
| export default function SpsCardV2Header({ children, className, ...rest }: React.HTMLProps<HTMLDivElement>): JSX.Element; |
| import * as React from "react"; | ||
| export default function SpsCardV2Title({ children, className, ...rest }: React.HTMLProps<HTMLDivElement>): React.JSX.Element; | ||
| export default function SpsCardV2Title({ children, className, ...rest }: React.HTMLProps<HTMLDivElement>): JSX.Element; |
@@ -11,2 +11,2 @@ import { SpsIcon } from '@spscommerce/ds-shared'; | ||
| }> & React.HTMLAttributes<HTMLDivElement>; | ||
| export declare function SpsCard(props: SpsCardProps): React.JSX.Element; | ||
| export declare function SpsCard(props: SpsCardProps): JSX.Element; |
@@ -9,2 +9,2 @@ import type { SpsIcon } from "@spscommerce/ds-shared"; | ||
| }> & React.HTMLAttributes<HTMLDivElement>; | ||
| export declare function SpsCardHeader(props: SpsCardHeaderProps): React.JSX.Element; | ||
| export declare function SpsCardHeader(props: SpsCardHeaderProps): JSX.Element; |
@@ -15,2 +15,2 @@ import type { SpsIcon } from "@spscommerce/ds-shared"; | ||
| }> & React.HTMLAttributes<HTMLAnchorElement>; | ||
| export declare function SpsCardTabbedPane(props: SpsCardTabbedPaneProps): React.JSX.Element; | ||
| export declare function SpsCardTabbedPane(props: SpsCardTabbedPaneProps): JSX.Element; |
@@ -8,3 +8,3 @@ import * as React from "react"; | ||
| export type SpsCheckboxDropdownProps = React.PropsWithChildren<SpsGlobalPropTypes & PassthruCheckboxProps & PassthruDropdownProps> & React.HTMLAttributes<HTMLElement>; | ||
| export declare function SpsCheckboxDropdown(props: SpsCheckboxDropdownProps): React.JSX.Element; | ||
| export declare function SpsCheckboxDropdown(props: SpsCheckboxDropdownProps): JSX.Element; | ||
| export {}; |
@@ -17,2 +17,2 @@ import * as React from "react"; | ||
| }> & React.HTMLAttributes<HTMLInputElement>; | ||
| export declare function SpsCheckbox({ checked: checkedProp, className, disabled, formControl, formMeta, id, indeterminate: indeterminateProp, inline, label, onChange, "data-testid": testId, unsafelyReplaceClassName, ...rest }: SpsCheckboxProps): React.JSX.Element; | ||
| export declare function SpsCheckbox({ checked: checkedProp, className, disabled, formControl, formMeta, id, indeterminate: indeterminateProp, inline, label, onChange, "data-testid": testId, unsafelyReplaceClassName, ...rest }: SpsCheckboxProps): JSX.Element; |
@@ -12,2 +12,2 @@ import { ClickableTagKind } from "@spscommerce/ds-shared"; | ||
| }> & React.HTMLAttributes<HTMLDivElement>; | ||
| export declare function SpsClickableTag(props: SpsClickableTagProps): React.JSX.Element; | ||
| export declare function SpsClickableTag(props: SpsClickableTagProps): JSX.Element; |
@@ -16,2 +16,2 @@ import * as React from "react"; | ||
| } | ||
| export declare function SpsColumnChooser(props: SpsColumnChooserProps): React.JSX.Element; | ||
| export declare function SpsColumnChooser(props: SpsColumnChooserProps): JSX.Element; |
@@ -13,2 +13,2 @@ import * as React from "react"; | ||
| }> & React.HTMLAttributes<HTMLDivElement>; | ||
| export declare function SpsColumnChooserColumn(props: SpsColumnChooserColumnProps): React.JSX.Element; | ||
| export declare function SpsColumnChooserColumn(props: SpsColumnChooserColumnProps): JSX.Element; |
@@ -6,2 +6,2 @@ import * as React from "react"; | ||
| }> & React.HTMLAttributes<HTMLDivElement>; | ||
| export declare function SpsConditionalField({ showCondition, children, className, ...rest }: SpsConditionalFieldProps): React.JSX.Element | null; | ||
| export declare function SpsConditionalField({ showCondition, children, className, ...rest }: SpsConditionalFieldProps): JSX.Element | null; |
@@ -16,2 +16,2 @@ import * as React from "react"; | ||
| }> & React.HTMLAttributes<HTMLDivElement>; | ||
| export declare function SpsContentRow(props: SpsContentRowProps): React.JSX.Element; | ||
| export declare function SpsContentRow(props: SpsContentRowProps): JSX.Element; |
@@ -10,2 +10,2 @@ import * as React from "react"; | ||
| }> & React.HTMLAttributes<HTMLDivElement>; | ||
| export declare function SpsContentRowCol(props: SpsContentRowColProps): React.JSX.Element; | ||
| export declare function SpsContentRowCol(props: SpsContentRowColProps): JSX.Element; |
| import * as React from "react"; | ||
| import type { SpsGlobalPropTypes } from "../prop-types"; | ||
| export type SpsContentRowExpansionProps = React.PropsWithChildren<SpsGlobalPropTypes> & React.HTMLAttributes<HTMLDivElement>; | ||
| export declare function SpsContentRowExpansion(props: SpsContentRowExpansionProps): React.JSX.Element; | ||
| export declare function SpsContentRowExpansion(props: SpsContentRowExpansionProps): JSX.Element; |
@@ -13,2 +13,2 @@ import * as React from "react"; | ||
| }> & React.HTMLAttributes<HTMLInputElement>; | ||
| export declare function SpsCurrencyInput({ className, disabled, formMeta, id, name, onChange, ref, title, value, ...rest }: SpsCurrencyInputProps): React.JSX.Element; | ||
| export declare function SpsCurrencyInput({ className, disabled, formMeta, id, name, onChange, ref, title, value, ...rest }: SpsCurrencyInputProps): JSX.Element; |
@@ -18,2 +18,2 @@ import * as React from "react"; | ||
| }> & Omit<React.InputHTMLAttributes<HTMLInputElement>, "onChange" | "value">; | ||
| export declare function SpsDatepicker({ children, className, currentUser, disabled, formMeta, id, maxDate, minDate, onChange, value, format, showTwoMonths, autoCloseOnSelect, "data-testid": testId, ...rest }: SpsDatepickerProps): React.JSX.Element; | ||
| export declare function SpsDatepicker({ children, className, currentUser, disabled, formMeta, id, maxDate, minDate, onChange, value, format, showTwoMonths, autoCloseOnSelect, "data-testid": testId, ...rest }: SpsDatepickerProps): JSX.Element; |
@@ -15,2 +15,2 @@ import * as React from "react"; | ||
| }> & React.HTMLAttributes<HTMLDivElement>; | ||
| export declare function SpsDatepickerCalendar(props: SpsDatepickerCalendarProps): React.JSX.Element; | ||
| export declare function SpsDatepickerCalendar(props: SpsDatepickerCalendarProps): JSX.Element; |
@@ -21,2 +21,2 @@ import * as React from "react"; | ||
| export declare const DEFAULT_PRESETS: DatePreset[]; | ||
| export declare function SpsDateRangePicker({ children, className, currentUser, disabled, formMeta, id, maxDate, minDate, onChange, presets, selectedPreset: presetProp, onPresetChange, value, showTwoMonths, format, "data-testid": testId, ...rest }: SpsDateRangePickerProps): React.JSX.Element; | ||
| export declare function SpsDateRangePicker({ children, className, currentUser, disabled, formMeta, id, maxDate, minDate, onChange, presets, selectedPreset: presetProp, onPresetChange, value, showTwoMonths, format, "data-testid": testId, ...rest }: SpsDateRangePickerProps): JSX.Element; |
@@ -11,2 +11,2 @@ import * as React from "react"; | ||
| }> & React.HTMLAttributes<HTMLSpanElement>; | ||
| export declare function SpsDateTime(props: SpsDateTimeProps): React.JSX.Element; | ||
| export declare function SpsDateTime(props: SpsDateTimeProps): JSX.Element; |
@@ -23,2 +23,2 @@ import * as React from "react"; | ||
| export declare const DEFAULT_DATETIME_PRESETS: DateTimePreset[]; | ||
| export declare function SpsDateTimeRangePicker({ className, currentUser, disabled, formMeta, id, maxDate, minDate, onChange, presets, value, showTwoMonths, twentyFourHour, format, "data-testid": testId, placeholder24h, placeholder12h, selectedPreset: presetProp, onPresetChange, }: SpsDateTimeRangePickerProps): React.JSX.Element; | ||
| export declare function SpsDateTimeRangePicker({ className, currentUser, disabled, formMeta, id, maxDate, minDate, onChange, presets, value, showTwoMonths, twentyFourHour, format, "data-testid": testId, placeholder24h, placeholder12h, selectedPreset: presetProp, onPresetChange, }: SpsDateTimeRangePickerProps): JSX.Element; |
@@ -8,3 +8,3 @@ import * as React from "react"; | ||
| }> & React.HTMLAttributes<HTMLDListElement>; | ||
| export declare function SpsDescriptionList(props: SpsDescriptionListProps): React.JSX.Element; | ||
| export declare function SpsDl(props: SpsDescriptionListProps): React.JSX.Element; | ||
| export declare function SpsDescriptionList(props: SpsDescriptionListProps): JSX.Element; | ||
| export declare function SpsDl(props: SpsDescriptionListProps): JSX.Element; |
| import * as React from "react"; | ||
| import type { SpsGlobalPropTypes } from "../prop-types"; | ||
| export type SpsDescriptionListDefinitionProps = React.PropsWithChildren<SpsGlobalPropTypes> & React.HTMLAttributes<HTMLElement>; | ||
| export declare function SpsDescriptionListDefinition(props: SpsDescriptionListDefinitionProps): React.JSX.Element; | ||
| export declare function SpsDd(props: SpsDescriptionListDefinitionProps): React.JSX.Element; | ||
| export declare function SpsDescriptionListDefinition(props: SpsDescriptionListDefinitionProps): JSX.Element; | ||
| export declare function SpsDd(props: SpsDescriptionListDefinitionProps): JSX.Element; |
@@ -12,3 +12,3 @@ import * as React from "react"; | ||
| }> & React.HTMLAttributes<HTMLElement>; | ||
| export declare function SpsDescriptionListTerm(props: SpsDescriptionListTermProps): React.JSX.Element; | ||
| export declare function SpsDt(props: SpsDescriptionListTermProps): React.JSX.Element; | ||
| export declare function SpsDescriptionListTerm(props: SpsDescriptionListTermProps): JSX.Element; | ||
| export declare function SpsDt(props: SpsDescriptionListTermProps): JSX.Element; |
@@ -24,2 +24,2 @@ import type { SpsActionDescriptor, SpsActionMethod } from "@spscommerce/ds-shared"; | ||
| }> & React.HTMLAttributes<HTMLDivElement>; | ||
| export declare function SpsDropdown(props: SpsDropdownProps): React.JSX.Element; | ||
| export declare function SpsDropdown(props: SpsDropdownProps): JSX.Element; |
@@ -7,2 +7,2 @@ import { FeedbackBlockKind } from "@spscommerce/ds-shared"; | ||
| }> & React.HTMLAttributes<HTMLDivElement>; | ||
| export declare function SpsFeedbackBlock(props: SpsFeedbackBlockProps): React.JSX.Element; | ||
| export declare function SpsFeedbackBlock(props: SpsFeedbackBlockProps): JSX.Element; |
@@ -22,2 +22,2 @@ import { TooltipShowTrigger, Position } from "@spscommerce/ds-shared"; | ||
| }> & React.HTMLAttributes<HTMLDivElement>; | ||
| export declare function SpsFieldset({ children, className, errors, formArray, formGroup, formMeta, legend, unsafelyReplaceClassName, hasRequiredFields, optional, enabled, onToggled, tooltip, applyNestedStyles, "data-testid": testId, errorsTooltipTrigger, errorsTooltipPosition, }: SpsFieldsetProps): React.JSX.Element; | ||
| export declare function SpsFieldset({ children, className, errors, formArray, formGroup, formMeta, legend, unsafelyReplaceClassName, hasRequiredFields, optional, enabled, onToggled, tooltip, applyNestedStyles, "data-testid": testId, errorsTooltipTrigger, errorsTooltipPosition, }: SpsFieldsetProps): JSX.Element; |
| import * as React from "react"; | ||
| import type { SpsGlobalPropTypes } from "../prop-types"; | ||
| export type SpsFilterPanelProps = React.PropsWithChildren<SpsGlobalPropTypes> & React.HTMLAttributes<HTMLDivElement>; | ||
| export declare function SpsFilterPanel({ children, className, ...rest }: SpsFilterPanelProps): React.JSX.Element; | ||
| export declare function SpsFilterPanel({ children, className, ...rest }: SpsFilterPanelProps): JSX.Element; |
@@ -6,2 +6,2 @@ import * as React from "react"; | ||
| }> & React.HTMLAttributes<HTMLDivElement>; | ||
| export declare function SpsFilterPanelCap({ children, className, onClear, ...rest }: SpsFilterPanelCapProps): React.JSX.Element; | ||
| export declare function SpsFilterPanelCap({ children, className, onClear, ...rest }: SpsFilterPanelCapProps): JSX.Element; |
@@ -10,2 +10,2 @@ import * as React from "react"; | ||
| }> & React.HTMLAttributes<HTMLDivElement>; | ||
| export declare function SpsFilterPanelFilterBox({ className, value, placeholder, formMeta, onFilterChange, ...rest }: SpsFilterPanelFilterBoxProps): React.JSX.Element; | ||
| export declare function SpsFilterPanelFilterBox({ className, value, placeholder, formMeta, onFilterChange, ...rest }: SpsFilterPanelFilterBoxProps): JSX.Element; |
@@ -11,2 +11,2 @@ import * as React from "react"; | ||
| }> & Omit<React.HTMLAttributes<HTMLDivElement>, "title">; | ||
| export declare function SpsFilterPanelSection({ children, className, title, expanded, heightPx, heightRem, onExpand, onCollapse, ...rest }: SpsFilterPanelSectionProps): React.JSX.Element; | ||
| export declare function SpsFilterPanelSection({ children, className, title, expanded, heightPx, heightRem, onExpand, onCollapse, ...rest }: SpsFilterPanelSectionProps): JSX.Element; |
@@ -10,2 +10,2 @@ import * as React from "react"; | ||
| }> & React.HTMLAttributes<HTMLDivElement>; | ||
| export declare function SpsFilterTile(props: SpsFilterTileProps): React.JSX.Element; | ||
| export declare function SpsFilterTile(props: SpsFilterTileProps): JSX.Element; |
| import * as React from "react"; | ||
| import type { SpsGlobalPropTypes } from "../prop-types"; | ||
| export type SpsFilterTileListProps = React.PropsWithChildren<SpsGlobalPropTypes> & React.HTMLAttributes<HTMLDivElement>; | ||
| export declare function SpsFilterTileList(props: SpsFilterTileListProps): React.JSX.Element; | ||
| export declare function SpsFilterTileList(props: SpsFilterTileListProps): JSX.Element; |
@@ -8,2 +8,2 @@ import * as React from "react"; | ||
| }> & React.HTMLAttributes<HTMLDivElement>; | ||
| export declare function SpsFocusedTask(props: SpsFocusedTaskProps): React.JSX.Element; | ||
| export declare function SpsFocusedTask(props: SpsFocusedTaskProps): JSX.Element; |
| import * as React from "react"; | ||
| import type { SpsGlobalPropTypes } from "../prop-types"; | ||
| export type SpsFocusedTaskActionsProps = React.PropsWithChildren<SpsGlobalPropTypes> & React.HTMLAttributes<HTMLDivElement>; | ||
| export declare function SpsFocusedTaskActions(props: SpsFocusedTaskActionsProps): React.JSX.Element; | ||
| export declare function SpsFocusedTaskActions(props: SpsFocusedTaskActionsProps): JSX.Element; |
@@ -17,5 +17,5 @@ import type { SpsValidator, SpsValidatorFactory } from "./types"; | ||
| setDateFormat(format: string): void; | ||
| date: SpsValidator<import("@spscommerce/ds-shared").SimpleDate | import("@spscommerce/ds-shared").SimpleDateRange | import("moment").Moment | import("@spscommerce/ds-shared").SimpleMomentRange | null>; | ||
| dateRange: SpsValidator<import("@spscommerce/ds-shared").SimpleDateRange | import("moment").Duration | import("@spscommerce/ds-shared").SimpleMomentRange>; | ||
| dateConstraint: SpsValidatorFactory<import("@spscommerce/ds-shared").SimpleDate | import("@spscommerce/ds-shared").SimpleDateRange | import("moment").Moment | import("@spscommerce/ds-shared").SimpleMomentRange>; | ||
| date: SpsValidator<import("@spscommerce/ds-shared").SimpleDate | import("@spscommerce/ds-shared").SimpleDateRange | import("moment-timezone").Moment | import("@spscommerce/ds-shared").SimpleMomentRange | null>; | ||
| dateRange: SpsValidator<import("@spscommerce/ds-shared").SimpleDateRange | import("moment-timezone").Duration | import("@spscommerce/ds-shared").SimpleMomentRange>; | ||
| dateConstraint: SpsValidatorFactory<import("@spscommerce/ds-shared").SimpleDate | import("@spscommerce/ds-shared").SimpleDateRange | import("moment-timezone").Moment | import("@spscommerce/ds-shared").SimpleMomentRange>; | ||
| }>; |
@@ -9,2 +9,2 @@ import type { SpsIcon as SpsIconEnum } from "@spscommerce/ds-shared"; | ||
| }> & React.HTMLAttributes<HTMLElement>; | ||
| export declare function SpsI(props: SpsIconProps): React.JSX.Element; | ||
| export declare function SpsI(props: SpsIconProps): JSX.Element; |
@@ -12,2 +12,2 @@ import * as React from "react"; | ||
| }> & React.HTMLAttributes<HTMLDivElement>; | ||
| export declare function SpsIncrementor(props: SpsIncrementorProps): React.JSX.Element; | ||
| export declare function SpsIncrementor(props: SpsIncrementorProps): JSX.Element; |
@@ -12,2 +12,2 @@ import * as React from "react"; | ||
| }> & React.HTMLAttributes<HTMLDivElement>; | ||
| export declare function SpsInputGroup({ children, className, formArray, formGroup, formMeta, stacked, "data-testid": testId, unsafelyReplaceClassName, ...rest }: SpsInputGroupProps): React.JSX.Element; | ||
| export declare function SpsInputGroup({ children, className, formArray, formGroup, formMeta, stacked, "data-testid": testId, unsafelyReplaceClassName, ...rest }: SpsInputGroupProps): JSX.Element; |
| import * as React from "react"; | ||
| import type { SpsGlobalPropTypes } from "../prop-types"; | ||
| export type SpsInsightsProps = React.PropsWithChildren<SpsGlobalPropTypes> & React.HTMLAttributes<HTMLDivElement>; | ||
| export declare function SpsInsights(props: SpsInsightsProps): React.JSX.Element; | ||
| export declare function SpsInsights(props: SpsInsightsProps): JSX.Element; |
@@ -13,2 +13,2 @@ import type { SpsInsightTileKind, SpsIcon } from "@spscommerce/ds-shared"; | ||
| }> & React.HTMLAttributes<HTMLDivElement>; | ||
| export declare function SpsInsightTile(props: SpsInsightTileProps): React.JSX.Element; | ||
| export declare function SpsInsightTile(props: SpsInsightTileProps): JSX.Element; |
@@ -6,2 +6,2 @@ import * as React from "react"; | ||
| }> & React.HTMLAttributes<HTMLDivElement>; | ||
| export declare function SpsKeyValueList(props: SpsKeyValueListProps): React.JSX.Element; | ||
| export declare function SpsKeyValueList(props: SpsKeyValueListProps): JSX.Element; |
@@ -8,2 +8,2 @@ import * as React from "react"; | ||
| }> & React.HTMLAttributes<HTMLDivElement>; | ||
| export declare function SpsKeyValueListItem(props: SpsKeyValueListItemProps): React.JSX.Element; | ||
| export declare function SpsKeyValueListItem(props: SpsKeyValueListItemProps): JSX.Element; |
@@ -11,2 +11,2 @@ import { SpsIcon, TagKind } from "@spscommerce/ds-shared"; | ||
| }> & React.HTMLAttributes<HTMLSpanElement>; | ||
| export declare function SpsKeyValueTag(props: SpsKeyValueTagProps): React.JSX.Element; | ||
| export declare function SpsKeyValueTag(props: SpsKeyValueTagProps): JSX.Element; |
@@ -15,2 +15,2 @@ import { SpsIcon } from "@spscommerce/ds-shared"; | ||
| }> & React.HTMLAttributes<HTMLLabelElement>; | ||
| export declare function SpsLabel({ children, className, description, for: forProp, stronglySuggested, help, helpIcon, helpIconColor, errors, unsafelyReplaceClassName, "data-testid": testId, ...rest }: SpsLabelProps): React.JSX.Element; | ||
| export declare function SpsLabel({ children, className, description, for: forProp, stronglySuggested, help, helpIcon, helpIconColor, errors, unsafelyReplaceClassName, "data-testid": testId, ...rest }: SpsLabelProps): JSX.Element; |
@@ -22,2 +22,2 @@ import type { SpsTab } from "@spscommerce/ds-shared"; | ||
| }> & React.HTMLAttributes<HTMLDivElement>; | ||
| export declare function SpsListToolbar(props: SpsListToolbarProps): React.JSX.Element; | ||
| export declare function SpsListToolbar(props: SpsListToolbarProps): JSX.Element; |
@@ -1,4 +0,3 @@ | ||
| import * as React from "react"; | ||
| import type { DSReactExamples } from "@spscommerce/ds-shared"; | ||
| export declare function ContentOrderExample(): React.JSX.Element; | ||
| export declare function ContentOrderExample(): JSX.Element; | ||
| export declare const SpsListToolbarExamples: DSReactExamples; |
@@ -6,2 +6,2 @@ import * as React from "react"; | ||
| }> & React.HTMLAttributes<HTMLElement>; | ||
| export declare function SpsListToolbarSearch(props: SpsListToolbarSearchProps): React.JSX.Element; | ||
| export declare function SpsListToolbarSearch(props: SpsListToolbarSearchProps): JSX.Element; |
| import * as React from "react"; | ||
| import type { SpsGlobalPropTypes } from "../prop-types"; | ||
| export type SpsListToolbarSearchInfoProps = React.PropsWithChildren<SpsGlobalPropTypes> & React.HTMLAttributes<HTMLElement>; | ||
| export declare function SpsListToolbarSearchInfo(props: SpsListToolbarSearchInfoProps): React.JSX.Element; | ||
| export declare function SpsListToolbarSearchInfo(props: SpsListToolbarSearchInfoProps): JSX.Element; |
@@ -16,2 +16,2 @@ import * as React from "react"; | ||
| }> & React.HTMLAttributes<HTMLElement>; | ||
| export declare function SpsListToolbarSortBy(props: SpsListToolbarSortByProps): React.JSX.Element; | ||
| export declare function SpsListToolbarSortBy(props: SpsListToolbarSortByProps): JSX.Element; |
@@ -8,2 +8,2 @@ import { FeedbackBlockKind } from "@spscommerce/ds-shared"; | ||
| }> & React.HTMLAttributes<HTMLDivElement>; | ||
| export declare function SpsMicroBlock(props: SpsMicroBlockProps): React.JSX.Element; | ||
| export declare function SpsMicroBlock(props: SpsMicroBlockProps): JSX.Element; |
@@ -12,3 +12,3 @@ import { ModalKind, ModalSize } from "@spscommerce/ds-shared"; | ||
| }> & React.HTMLAttributes<HTMLDivElement>; | ||
| export declare function SpsModalFooter({ children }: SpsModalProps): React.JSX.Element; | ||
| export declare function SpsModal({ children, className, id: idProp, kind, size, onClose, focusElementOnOpen, title, fullHeight, ...rest }: SpsModalProps): React.JSX.Element; | ||
| export declare function SpsModalFooter({ children }: SpsModalProps): JSX.Element; | ||
| export declare function SpsModal({ children, className, id: idProp, kind, size, onClose, focusElementOnOpen, title, fullHeight, ...rest }: SpsModalProps): JSX.Element; |
@@ -38,2 +38,2 @@ import * as React from "react"; | ||
| }> & React.HTMLAttributes<HTMLInputElement>; | ||
| export declare function SpsMultiSelect({ action, captionKey, className, clearSearchOnBlur, clearSearchOnEnter, clearSearchOnSelection, conformWidth, debounce, disabled, disableSelected, comparisonKey, formControl, formMeta, hideSelected, id, onChange, onSearchChange, options, placeholder, tallOptionList, textKey, unsafelyReplaceClassName, value: valueProp, zeroState, loading, filterByTextAndCaptionKey, icon, maxHeightOptionListPx, maxHeightOptionListRem, disableOptionsMemoization, "data-testid": testId, wrap, ...rest }: SpsMultiSelectProps): React.JSX.Element; | ||
| export declare function SpsMultiSelect({ action, captionKey, className, clearSearchOnBlur, clearSearchOnEnter, clearSearchOnSelection, conformWidth, debounce, disabled, disableSelected, comparisonKey, formControl, formMeta, hideSelected, id, onChange, onSearchChange, options, placeholder, tallOptionList, textKey, unsafelyReplaceClassName, value: valueProp, zeroState, loading, filterByTextAndCaptionKey, icon, maxHeightOptionListPx, maxHeightOptionListRem, disableOptionsMemoization, "data-testid": testId, wrap, ...rest }: SpsMultiSelectProps): JSX.Element; |
@@ -20,2 +20,2 @@ import * as React from "react"; | ||
| }> & React.HTMLAttributes<HTMLInputElement>; | ||
| export declare function SpsMultiValueTextInput({ className, disabled, formControl, formMeta, id, onChange, onEntryChange, placeholder, unsafelyReplaceClassName, value, icon, createTagOptions, "data-testid": testId, isSingleLine, dynamicPasting, ...rest }: SpsMultiValueTextInputProps): React.JSX.Element; | ||
| export declare function SpsMultiValueTextInput({ className, disabled, formControl, formMeta, id, onChange, onEntryChange, placeholder, unsafelyReplaceClassName, value, icon, createTagOptions, "data-testid": testId, isSingleLine, dynamicPasting, ...rest }: SpsMultiValueTextInputProps): JSX.Element; |
| import * as React from "react"; | ||
| import type { SpsGlobalPropTypes } from "../prop-types"; | ||
| export type SpsPageSubtitleProps = React.PropsWithChildren<SpsGlobalPropTypes> & React.HTMLAttributes<HTMLDivElement>; | ||
| export declare function SpsPageSubtitle(props: SpsPageSubtitleProps): React.JSX.Element; | ||
| export declare function SpsPageSubtitle(props: SpsPageSubtitleProps): JSX.Element; |
| import * as React from "react"; | ||
| import type { SpsGlobalPropTypes } from "../prop-types"; | ||
| export type SpsPageTitleProps = React.PropsWithChildren<SpsGlobalPropTypes> & React.HTMLAttributes<HTMLDivElement>; | ||
| export declare function SpsPageTitle(props: SpsPageTitleProps): React.JSX.Element; | ||
| export declare function SpsPageTitle(props: SpsPageTitleProps): JSX.Element; |
@@ -12,2 +12,2 @@ import * as React from "react"; | ||
| }> & React.HTMLAttributes<HTMLDivElement>; | ||
| export declare function SpsPageSelector(props: SpsPageSelectorProps): React.JSX.Element; | ||
| export declare function SpsPageSelector(props: SpsPageSelectorProps): JSX.Element; |
@@ -15,2 +15,2 @@ import * as React from "react"; | ||
| }> & React.HTMLAttributes<HTMLDivElement>; | ||
| export declare function SpsPagination(props: SpsPaginationProps): React.JSX.Element; | ||
| export declare function SpsPagination(props: SpsPaginationProps): JSX.Element; |
@@ -13,2 +13,2 @@ import * as React from "react"; | ||
| }> & React.HTMLAttributes<HTMLElement>; | ||
| export declare function SpsProductBar(props: SpsProductBarProps): React.JSX.Element; | ||
| export declare function SpsProductBar(props: SpsProductBarProps): JSX.Element; |
@@ -6,2 +6,2 @@ import * as React from "react"; | ||
| } & React.ComponentPropsWithoutRef<T>; | ||
| export declare function SpsProductBarTab<T extends React.ElementType = "a">(props: SpsProductBarTagProps<T>): React.JSX.Element; | ||
| export declare function SpsProductBarTab<T extends React.ElementType = "a">(props: SpsProductBarTagProps<T>): JSX.Element; |
@@ -10,2 +10,2 @@ import * as React from "react"; | ||
| }> & React.HTMLAttributes<HTMLDivElement>; | ||
| export declare function SpsProgressBar(props: SpsProgressBarProps): React.JSX.Element; | ||
| export declare function SpsProgressBar(props: SpsProgressBarProps): JSX.Element; |
@@ -1,14 +0,13 @@ | ||
| import * as React from "react"; | ||
| export declare const SpsProgressBarExamples: { | ||
| general: { | ||
| label: string; | ||
| customSection: () => React.JSX.Element; | ||
| customSection: () => JSX.Element; | ||
| }; | ||
| standard: { | ||
| label: string; | ||
| description: () => React.JSX.Element; | ||
| description: () => JSX.Element; | ||
| examples: { | ||
| standard: { | ||
| label: string; | ||
| description: () => React.JSX.Element; | ||
| description: () => JSX.Element; | ||
| react: string; | ||
@@ -18,3 +17,3 @@ }; | ||
| label: string; | ||
| description: () => React.JSX.Element; | ||
| description: () => JSX.Element; | ||
| react: string; | ||
@@ -24,3 +23,3 @@ }; | ||
| label: string; | ||
| description: () => React.JSX.Element; | ||
| description: () => JSX.Element; | ||
| react: string; | ||
@@ -27,0 +26,0 @@ }; |
@@ -8,2 +8,2 @@ import * as React from "react"; | ||
| }> & React.HTMLAttributes<HTMLDivElement>; | ||
| export declare function SpsProgressRing({ size, progress, }: SpsProgressRingProps): React.JSX.Element; | ||
| export declare function SpsProgressRing({ size, progress, }: SpsProgressRingProps): JSX.Element; |
@@ -19,2 +19,2 @@ import * as React from "react"; | ||
| }> & React.HTMLAttributes<HTMLInputElement>; | ||
| export declare function SpsRadioButton({ checked, className, "data-testid": testId, disabled, formControl, formMeta, id, inline, centered, label, name, onChange, ref, unsafelyReplaceClassName, value, ...rest }: SpsRadioButtonProps): React.JSX.Element; | ||
| export declare function SpsRadioButton({ checked, className, "data-testid": testId, disabled, formControl, formMeta, id, inline, centered, label, name, onChange, ref, unsafelyReplaceClassName, value, ...rest }: SpsRadioButtonProps): JSX.Element; |
@@ -6,2 +6,2 @@ import * as React from "react"; | ||
| }> & React.HTMLAttributes<HTMLDivElement>; | ||
| export declare function SpsScrollableContainer(props: SpsScrollableContainerProps): React.JSX.Element; | ||
| export declare function SpsScrollableContainer(props: SpsScrollableContainerProps): JSX.Element; |
@@ -8,2 +8,2 @@ import * as React from "react"; | ||
| }> & React.HTMLAttributes<HTMLDivElement>; | ||
| export declare function SpsSearchResultsBar(props: SpsSearchResultsBarProps): React.JSX.Element; | ||
| export declare function SpsSearchResultsBar(props: SpsSearchResultsBarProps): JSX.Element; |
@@ -9,2 +9,2 @@ import * as React from "react"; | ||
| }> & React.HTMLAttributes<HTMLDivElement>; | ||
| export declare function SpsSearchResultsBarV2(props: SpsSearchResultsBarV2Props): React.JSX.Element; | ||
| export declare function SpsSearchResultsBarV2(props: SpsSearchResultsBarV2Props): JSX.Element; |
@@ -6,2 +6,2 @@ import * as React from "react"; | ||
| }> & React.HTMLAttributes<HTMLAnchorElement>; | ||
| export declare function SpsSlackLink(props: SpsSlackLinkProps): React.JSX.Element; | ||
| export declare function SpsSlackLink(props: SpsSlackLinkProps): JSX.Element; |
@@ -11,2 +11,2 @@ import * as React from "react"; | ||
| }> & React.HTMLAttributes<HTMLDivElement>; | ||
| export declare function SpsSlideInPanel({ children, className, id: idProp, show, closeOnEscapePressed, onClose, focusElementOnOpen, title, noBackground, ...rest }: SpsSlideInPanelProps): React.JSX.Element; | ||
| export declare function SpsSlideInPanel({ children, className, id: idProp, show, closeOnEscapePressed, onClose, focusElementOnOpen, title, noBackground, ...rest }: SpsSlideInPanelProps): JSX.Element; |
@@ -8,2 +8,2 @@ import * as React from "react"; | ||
| }> & React.HTMLAttributes<HTMLDivElement>; | ||
| export declare function SpsSortingHeader({ className, "data-testid": testId, unsafelyReplaceClassName, sort, onSortChange, children, ...rest }: SpsSortingHeaderProps): React.JSX.Element; | ||
| export declare function SpsSortingHeader({ className, "data-testid": testId, unsafelyReplaceClassName, sort, onSortChange, children, ...rest }: SpsSortingHeaderProps): JSX.Element; |
@@ -12,2 +12,2 @@ import * as React from "react"; | ||
| }> & React.HTMLAttributes<HTMLDivElement>; | ||
| export declare function SpsSortingHeaderCell({ className, "data-testid": testId, unsafelyReplaceClassName, sortKey, sort, sortDisabled, onSortChange, onClick, children, widthPx, widthRem, style, ...rest }: SpsSortingHeaderCellProps): React.JSX.Element; | ||
| export declare function SpsSortingHeaderCell({ className, "data-testid": testId, unsafelyReplaceClassName, sortKey, sort, sortDisabled, onSortChange, onClick, children, widthPx, widthRem, style, ...rest }: SpsSortingHeaderCellProps): JSX.Element; |
@@ -9,2 +9,2 @@ import { SpinnerSize } from "@spscommerce/ds-shared"; | ||
| }> & React.HTMLAttributes<HTMLElement>; | ||
| export declare function SpsSpinner(props: SpsSpinnerProps): React.JSX.Element; | ||
| export declare function SpsSpinner(props: SpsSpinnerProps): JSX.Element; |
@@ -17,2 +17,2 @@ import type { SpsIcon } from "@spscommerce/ds-shared"; | ||
| }> & React.HTMLAttributes<HTMLDivElement>; | ||
| export declare function SpsSplitButton(props: SpsSplitButtonProps): React.JSX.Element; | ||
| export declare function SpsSplitButton(props: SpsSplitButtonProps): JSX.Element; |
@@ -21,2 +21,2 @@ import * as React from "react"; | ||
| }> & React.HTMLAttributes<HTMLDivElement>; | ||
| export declare function SpsSteppedProgressBar(props: SpsSteppedProgressBarProps): React.JSX.Element; | ||
| export declare function SpsSteppedProgressBar(props: SpsSteppedProgressBarProps): JSX.Element; |
@@ -1,25 +0,24 @@ | ||
| import * as React from 'react'; | ||
| export declare const SpsSteppedProgressBarExamples: { | ||
| standard: { | ||
| label: string; | ||
| description: () => React.JSX.Element; | ||
| description: () => JSX.Element; | ||
| examples: { | ||
| standard: { | ||
| description: () => React.JSX.Element; | ||
| description: () => JSX.Element; | ||
| react: string; | ||
| }; | ||
| color: { | ||
| description: () => React.JSX.Element; | ||
| description: () => JSX.Element; | ||
| react: string; | ||
| }; | ||
| skippedSteps: { | ||
| description: () => React.JSX.Element; | ||
| description: () => JSX.Element; | ||
| react: string; | ||
| }; | ||
| completed: { | ||
| description: () => React.JSX.Element; | ||
| description: () => JSX.Element; | ||
| react: string; | ||
| }; | ||
| disabled: { | ||
| description: () => React.JSX.Element; | ||
| description: () => JSX.Element; | ||
| react: string; | ||
@@ -26,0 +25,0 @@ }; |
@@ -9,2 +9,2 @@ import * as React from "react"; | ||
| }> & React.HTMLAttributes<HTMLDivElement>; | ||
| export declare function SpsSummaryListColumn(props: SpsSummaryListColumnProps): React.JSX.Element; | ||
| export declare function SpsSummaryListColumn(props: SpsSummaryListColumnProps): JSX.Element; |
| import * as React from "react"; | ||
| import type { SpsGlobalPropTypes } from "../prop-types"; | ||
| export type SpsSummaryListExpansionProps = React.PropsWithChildren<SpsGlobalPropTypes> & React.HTMLAttributes<HTMLDivElement>; | ||
| export declare function SpsSummaryListExpansion(props: SpsSummaryListExpansionProps): React.JSX.Element; | ||
| export declare function SpsSummaryListExpansion(props: SpsSummaryListExpansionProps): JSX.Element; |
@@ -8,2 +8,2 @@ import * as React from "react"; | ||
| }> & React.HTMLAttributes<HTMLDivElement>; | ||
| export declare function SpsSummaryListRow(props: SpsSummaryListRowProps): React.JSX.Element; | ||
| export declare function SpsSummaryListRow(props: SpsSummaryListRowProps): JSX.Element; |
@@ -14,2 +14,2 @@ import type { SortChangeHandler, SortedColumn, ResizeState, ResizeStateChangeHandler } from "@spscommerce/ds-shared"; | ||
| }> & React.HTMLAttributes<HTMLTableElement>; | ||
| export declare function SpsTable({ children, className, onSortChange, sort, "data-testid": testId, unsafelyReplaceClassName, maxHeightPx, maxHeightRem, resizeable, resizeState, onResizeStateChange, ...rest }: SpsTableProps): React.JSX.Element; | ||
| export declare function SpsTable({ children, className, onSortChange, sort, "data-testid": testId, unsafelyReplaceClassName, maxHeightPx, maxHeightRem, resizeable, resizeState, onResizeStateChange, ...rest }: SpsTableProps): JSX.Element; |
| import * as React from "react"; | ||
| import type { SpsGlobalPropTypes } from "../prop-types"; | ||
| export type SpsTableBodyProps = React.PropsWithChildren<SpsGlobalPropTypes> & React.HTMLAttributes<HTMLTableSectionElement>; | ||
| export declare function SpsTableBody(props: SpsTableBodyProps): React.JSX.Element; | ||
| export declare function SpsTbody(props: SpsTableBodyProps): React.JSX.Element; | ||
| export declare function SpsTableBody(props: SpsTableBodyProps): JSX.Element; | ||
| export declare function SpsTbody(props: SpsTableBodyProps): JSX.Element; |
@@ -9,3 +9,3 @@ import * as React from "react"; | ||
| }> & React.HTMLAttributes<HTMLTableCellElement>; | ||
| export declare function SpsTableCell(props: SpsTableCellProps): React.JSX.Element; | ||
| export declare function SpsTd(props: SpsTableCellProps): React.JSX.Element; | ||
| export declare function SpsTableCell(props: SpsTableCellProps): JSX.Element; | ||
| export declare function SpsTd(props: SpsTableCellProps): JSX.Element; |
@@ -6,3 +6,3 @@ import * as React from "react"; | ||
| }> & React.HTMLAttributes<HTMLTableSectionElement>; | ||
| export declare function SpsTableHead({ children, className, "data-testid": testId, unsafelyReplaceClassName, pinned, ...rest }: SpsTableHeadProps): React.JSX.Element; | ||
| export declare function SpsThead(props: SpsTableHeadProps): React.JSX.Element; | ||
| export declare function SpsTableHead({ children, className, "data-testid": testId, unsafelyReplaceClassName, pinned, ...rest }: SpsTableHeadProps): JSX.Element; | ||
| export declare function SpsThead(props: SpsTableHeadProps): JSX.Element; |
@@ -9,3 +9,3 @@ import * as React from "react"; | ||
| }> & React.HTMLAttributes<HTMLTableCellElement>; | ||
| export declare function SpsTableHeader({ children, className, controlCell, sortKey, resizeKey, "data-testid": testId, unsafelyReplaceClassName, pinned, ...rest }: SpsTableHeaderProps): React.JSX.Element; | ||
| export declare function SpsTh(props: SpsTableHeaderProps): React.JSX.Element; | ||
| export declare function SpsTableHeader({ children, className, controlCell, sortKey, resizeKey, "data-testid": testId, unsafelyReplaceClassName, pinned, ...rest }: SpsTableHeaderProps): JSX.Element; | ||
| export declare function SpsTh(props: SpsTableHeaderProps): JSX.Element; |
| import * as React from "react"; | ||
| import type { SpsGlobalPropTypes } from "../prop-types"; | ||
| export type SpsTableRowProps = React.PropsWithChildren<SpsGlobalPropTypes> & React.HTMLAttributes<HTMLTableRowElement>; | ||
| export declare function SpsTableRow({ children, className, "data-testid": testId, unsafelyReplaceClassName, ...rest }: SpsTableRowProps): React.JSX.Element; | ||
| export declare function SpsTr(props: SpsTableRowProps): React.JSX.Element; | ||
| export declare function SpsTableRow({ children, className, "data-testid": testId, unsafelyReplaceClassName, ...rest }: SpsTableRowProps): JSX.Element; | ||
| export declare function SpsTr(props: SpsTableRowProps): JSX.Element; |
@@ -1,2 +0,1 @@ | ||
| import * as React from "react"; | ||
| import type { TabListState } from "@react-stately/tabs"; | ||
@@ -7,2 +6,2 @@ import type { Node } from "@react-types/shared"; | ||
| state: TabListState<T>; | ||
| }): React.JSX.Element; | ||
| }): JSX.Element; |
@@ -1,2 +0,1 @@ | ||
| import * as React from "react"; | ||
| import type { TabListState } from "@react-stately/tabs"; | ||
@@ -6,2 +5,2 @@ import type { AriaTabPanelProps } from "@react-types/tabs"; | ||
| state: TabListState<T>; | ||
| } & AriaTabPanelProps): React.JSX.Element; | ||
| } & AriaTabPanelProps): JSX.Element; |
@@ -1,3 +0,2 @@ | ||
| import * as React from "react"; | ||
| import type { TabListProps } from "@react-types/tabs"; | ||
| export default function SpsTabsV2(props: TabListProps<Record<string, unknown>>): React.JSX.Element; | ||
| export default function SpsTabsV2(props: TabListProps<Record<string, unknown>>): JSX.Element; |
@@ -9,2 +9,2 @@ import type { SpsTab } from "@spscommerce/ds-shared"; | ||
| }> & React.HTMLAttributes<HTMLElement>; | ||
| export declare function SpsTabs(props: SpsTabsProps): React.JSX.Element; | ||
| export declare function SpsTabs(props: SpsTabsProps): JSX.Element; |
@@ -9,2 +9,2 @@ import type { SpsIcon } from "@spscommerce/ds-shared"; | ||
| }> & React.HTMLAttributes<HTMLSpanElement>; | ||
| export declare function SpsTag(props: SpsTagProps): React.JSX.Element; | ||
| export declare function SpsTag(props: SpsTagProps): JSX.Element; |
@@ -30,2 +30,2 @@ import * as React from "react"; | ||
| }> & React.HTMLAttributes<HTMLDivElement>; | ||
| export declare function SpsTaskQueue({ tasks, taskQueuePosition, notificationText, tooltipConfig, onOpen, onClose, onClearCompleted, className, "data-testid": testId, unsafelyReplaceClassName, suppressTooltips, ...rest }: SpsTaskQueueProps): React.JSX.Element; | ||
| export declare function SpsTaskQueue({ tasks, taskQueuePosition, notificationText, tooltipConfig, onOpen, onClose, onClearCompleted, className, "data-testid": testId, unsafelyReplaceClassName, suppressTooltips, ...rest }: SpsTaskQueueProps): JSX.Element; |
@@ -18,2 +18,2 @@ import * as React from "react"; | ||
| }> & React.HTMLAttributes<HTMLTextAreaElement>; | ||
| export declare function SpsTextarea({ className, disabled, formControl, formMeta, id, name, onChange, placeholder, ref, rows, "data-testid": testId, unsafelyReplaceClassName, value, additionalText, ...rest }: SpsTextareaProps): React.JSX.Element; | ||
| export declare function SpsTextarea({ className, disabled, formControl, formMeta, id, name, onChange, placeholder, ref, rows, "data-testid": testId, unsafelyReplaceClassName, value, additionalText, ...rest }: SpsTextareaProps): JSX.Element; |
@@ -15,2 +15,2 @@ import * as React from "react"; | ||
| }> & React.HTMLAttributes<HTMLAnchorElement>; | ||
| export declare function SpsTile(props: SpsTileProps): React.JSX.Element; | ||
| export declare function SpsTile(props: SpsTileProps): JSX.Element; |
| import * as React from "react"; | ||
| import type { SpsGlobalPropTypes } from "../prop-types"; | ||
| export type SpsTileListProps = React.PropsWithChildren<SpsGlobalPropTypes> & React.HTMLAttributes<HTMLDivElement>; | ||
| export declare function SpsTileList(props: SpsTileListProps): React.JSX.Element; | ||
| export declare function SpsTileList(props: SpsTileListProps): JSX.Element; |
@@ -18,2 +18,2 @@ import * as React from "react"; | ||
| }> & Omit<React.HTMLAttributes<HTMLInputElement>, "onChange">; | ||
| export declare function SpsToggle(props: SpsToggleProps): React.JSX.Element; | ||
| export declare function SpsToggle(props: SpsToggleProps): JSX.Element; |
@@ -9,2 +9,2 @@ import * as React from "react"; | ||
| }> & React.HTMLAttributes<HTMLDivElement>; | ||
| export declare function SpsTooltipTitle({ icon, iconSize, children, }: SpsTooltipTitleProps): React.JSX.Element; | ||
| export declare function SpsTooltipTitle({ icon, iconSize, children, }: SpsTooltipTitleProps): JSX.Element; |
| import * as React from "react"; | ||
| import type { SpsGlobalPropTypes } from "../prop-types"; | ||
| export type SpsVerticalRuleProps = React.PropsWithChildren<SpsGlobalPropTypes> & React.HTMLAttributes<HTMLDivElement>; | ||
| export declare function SpsVerticalRule(props: SpsVerticalRuleProps): React.JSX.Element; | ||
| export declare function SpsVr(props: SpsVerticalRuleProps): React.JSX.Element; | ||
| export declare function SpsVerticalRule(props: SpsVerticalRuleProps): JSX.Element; | ||
| export declare function SpsVr(props: SpsVerticalRuleProps): JSX.Element; |
@@ -18,2 +18,2 @@ import * as React from "react"; | ||
| }> & React.HTMLAttributes<HTMLDivElement>; | ||
| export declare function SpsWizardSidebar({ className, phases, }: SpsWizardSidebarProps): React.JSX.Element; | ||
| export declare function SpsWizardSidebar({ className, phases, }: SpsWizardSidebarProps): JSX.Element; |
@@ -9,2 +9,2 @@ import * as React from "react"; | ||
| }> & React.HTMLAttributes<HTMLDivElement>; | ||
| export declare function SpsWizardSubstep(props: SpsWizardSubstepProps): React.JSX.Element; | ||
| export declare function SpsWizardSubstep(props: SpsWizardSubstepProps): JSX.Element; |
@@ -8,3 +8,3 @@ import type { SpsIcon } from "@spscommerce/ds-shared"; | ||
| }> & React.HTMLAttributes<HTMLDivElement>; | ||
| export declare function SpsWorkflow(props: SpsWorkflowProps): React.JSX.Element; | ||
| export declare function SpsWf(props: SpsWorkflowProps): React.JSX.Element; | ||
| export declare function SpsWorkflow(props: SpsWorkflowProps): JSX.Element; | ||
| export declare function SpsWf(props: SpsWorkflowProps): JSX.Element; |
@@ -1,2 +0,1 @@ | ||
| import * as React from "react"; | ||
| export declare function SpsWorkflowDeprecationWarning(): React.JSX.Element; | ||
| export declare function SpsWorkflowDeprecationWarning(): JSX.Element; |
| import * as React from "react"; | ||
| import type { SpsGlobalPropTypes } from "../prop-types"; | ||
| export type SpsWorkflowDocumentProps = React.PropsWithChildren<SpsGlobalPropTypes> & React.HTMLAttributes<HTMLSpanElement>; | ||
| export declare function SpsWorkflowDocument(props: SpsWorkflowDocumentProps): React.JSX.Element; | ||
| export declare function SpsWfDoc(props: SpsWorkflowDocumentProps): React.JSX.Element; | ||
| export declare function SpsWorkflowDocument(props: SpsWorkflowDocumentProps): JSX.Element; | ||
| export declare function SpsWfDoc(props: SpsWorkflowDocumentProps): JSX.Element; |
@@ -7,3 +7,3 @@ import type { SpsIcon } from "@spscommerce/ds-shared"; | ||
| }> & React.HTMLAttributes<HTMLSpanElement>; | ||
| export declare function SpsWorkflowDocumentStatus(props: SpsWorkflowDocumentStatusProps): React.JSX.Element; | ||
| export declare function SpsWfDs(props: SpsWorkflowDocumentStatusProps): React.JSX.Element; | ||
| export declare function SpsWorkflowDocumentStatus(props: SpsWorkflowDocumentStatusProps): JSX.Element; | ||
| export declare function SpsWfDs(props: SpsWorkflowDocumentStatusProps): JSX.Element; |
@@ -8,3 +8,3 @@ import type { SpsIcon } from "@spscommerce/ds-shared"; | ||
| }> & React.HTMLAttributes<HTMLDivElement>; | ||
| export declare function SpsWorkflowStep(props: SpsWorkflowStepProps): React.JSX.Element; | ||
| export declare function SpsWfStep(props: SpsWorkflowStepProps): React.JSX.Element; | ||
| export declare function SpsWorkflowStep(props: SpsWorkflowStepProps): JSX.Element; | ||
| export declare function SpsWfStep(props: SpsWorkflowStepProps): JSX.Element; |
@@ -10,2 +10,2 @@ import type { SpsIcon } from "@spscommerce/ds-shared"; | ||
| }> & React.HTMLAttributes<HTMLDivElement>; | ||
| export declare function SpsMicroZeroState(props: SpsMicroZeroStateProps): React.JSX.Element; | ||
| export declare function SpsMicroZeroState(props: SpsMicroZeroStateProps): JSX.Element; |
@@ -9,2 +9,2 @@ import * as React from "react"; | ||
| }> & React.HTMLAttributes<HTMLDivElement>; | ||
| export declare function SpsZeroState(props: SpsZeroStateProps): React.JSX.Element; | ||
| export declare function SpsZeroState(props: SpsZeroStateProps): JSX.Element; |
+37
-39
| { | ||
| "name": "@spscommerce/ds-react", | ||
| "description": "SPS Design System React components", | ||
| "version": "8.45.4", | ||
| "version": "8.45.5", | ||
| "author": "SPS Commerce", | ||
@@ -23,16 +23,16 @@ "license": "UNLICENSED", | ||
| "dependencies": { | ||
| "@react-aria/button": "^3.14.5", | ||
| "@react-aria/focus": "^3.21.5", | ||
| "@react-aria/button": "3.14.5", | ||
| "@react-aria/focus": "3.21.5", | ||
| "@react-aria/listbox": "^3.15.3", | ||
| "@react-aria/overlays": "^3.31.2", | ||
| "@react-aria/select": "^3.17.3", | ||
| "@react-aria/tabs": "^3.11.1", | ||
| "@react-aria/utils": "^3.33.1", | ||
| "@react-aria/tabs": "3.12.0", | ||
| "@react-aria/utils": "3.33.1", | ||
| "@react-stately/list": "^3.13.4", | ||
| "@react-stately/select": "^3.9.2", | ||
| "@react-stately/tabs": "^3.8.9", | ||
| "axe-prop-types": "^1.0.9", | ||
| "clsx": "^2.1.1", | ||
| "@react-stately/tabs": "3.9.0", | ||
| "axe-prop-types": "1.0.9", | ||
| "clsx": "2.1.1", | ||
| "lodash.isplainobject": "^4.0.6", | ||
| "nanoid": "^5.1.5", | ||
| "nanoid": "5.1.5", | ||
| "prop-types": "^15.7.2", | ||
@@ -45,41 +45,39 @@ "react-beautiful-dnd": "^13.1.0", | ||
| "@react-stately/collections": "^3.0.0", | ||
| "@spscommerce/utils": "^7.0.0 || ^8.0.0", | ||
| "@spscommerce/utils": "^7.0.0 || ^8.0.0 || ^9.0.0", | ||
| "moment": "^2.25.3", | ||
| "moment-timezone": "^0.5.28", | ||
| "moment-timezone": "^0.6.0", | ||
| "react": "^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", | ||
| "react-dom": "^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", | ||
| "@sps-woodland/illustrations": "8.45.4", | ||
| "@sps-woodland/tabs": "8.45.4", | ||
| "@spscommerce/ds-colors": "8.45.4", | ||
| "@spscommerce/ds-shared": "8.45.4", | ||
| "@spscommerce/i18n": "8.45.4", | ||
| "@spscommerce/positioning": "8.45.4" | ||
| "@sps-woodland/illustrations": "8.45.5", | ||
| "@sps-woodland/tabs": "8.45.5", | ||
| "@spscommerce/ds-colors": "8.45.5", | ||
| "@spscommerce/ds-shared": "8.45.5", | ||
| "@spscommerce/i18n": "8.45.5", | ||
| "@spscommerce/positioning": "8.45.5" | ||
| }, | ||
| "devDependencies": { | ||
| "@react-spectrum/provider": "^3.4.1", | ||
| "@react-stately/collections": "^3.12.7", | ||
| "@react-stately/collections": "3.12.10", | ||
| "@react-types/list": "^3.0.0-alpha.1", | ||
| "@react-types/select": "^3.6.1", | ||
| "@react-types/shared": "^3.8.0", | ||
| "@react-types/tabs": "^3.0.1", | ||
| "@spscommerce/utils": "^8.1.1", | ||
| "@testing-library/dom": "^8.17.1", | ||
| "@testing-library/react": "^12.0.0", | ||
| "@react-types/shared": "3.34.0", | ||
| "@react-types/tabs": "3.4.0", | ||
| "@spscommerce/utils": "9.0.3", | ||
| "@testing-library/dom": "8.17.1", | ||
| "@testing-library/react": "12.1.5", | ||
| "@testing-library/react-hooks": "^8.0.1", | ||
| "@testing-library/user-event": "^14.4.3", | ||
| "@types/prop-types": "^15.7.1", | ||
| "@testing-library/user-event": "14.6.1", | ||
| "@types/prop-types": "15.7.15", | ||
| "@types/react-beautiful-dnd": "^13.1.2", | ||
| "lz-string": "^1.4.4", | ||
| "moment": "^2.25.3", | ||
| "moment-timezone": "^0.6.0", | ||
| "raf-stub": "^3.0.0", | ||
| "react": "^16.9.0", | ||
| "react-dom": "^16.9.0", | ||
| "@sps-woodland/illustrations": "8.45.4", | ||
| "@sps-woodland/tabs": "8.45.4", | ||
| "@spscommerce/ds-colors": "8.45.4", | ||
| "@spscommerce/ds-shared": "8.45.4", | ||
| "@spscommerce/i18n": "8.45.4", | ||
| "@spscommerce/positioning": "8.45.4", | ||
| "test": "8.45.4" | ||
| "moment": "2.29.4", | ||
| "moment-timezone": "0.6.0", | ||
| "raf-stub": "3.0.0", | ||
| "react": "16.14.0", | ||
| "react-dom": "16.14.0", | ||
| "@sps-woodland/illustrations": "8.45.5", | ||
| "@sps-woodland/tabs": "8.45.5", | ||
| "@spscommerce/ds-colors": "8.45.5", | ||
| "@spscommerce/ds-shared": "8.45.5", | ||
| "@spscommerce/i18n": "8.45.5", | ||
| "@spscommerce/positioning": "8.45.5", | ||
| "test": "8.45.5" | ||
| }, | ||
@@ -86,0 +84,0 @@ "scripts": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
24
-7.69%50583
02510863
-0.11%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated
Updated
Updated
Updated
Updated
Updated
Updated