@spscommerce/ds-react 0.0.0-20260319-8230915ce

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (307) hide show
  1. package/README.md +55 -0
  2. package/lib/advanced-search/SpsAdvancedSearch.d.ts +10 -0
  3. package/lib/advanced-search/SpsAdvancedSearch.examples.d.ts +2 -0
  4. package/lib/advanced-search/index.d.ts +2 -0
  5. package/lib/autocomplete/SpsAutocomplete.d.ts +31 -0
  6. package/lib/autocomplete/SpsAutocomplete.examples.d.ts +2 -0
  7. package/lib/autocomplete/index.d.ts +2 -0
  8. package/lib/button/SpsButton.d.ts +14 -0
  9. package/lib/button/SpsButton.examples.d.ts +2 -0
  10. package/lib/button/SpsButtonGroup.d.ts +4 -0
  11. package/lib/button/SpsIconButtonPanel.d.ts +4 -0
  12. package/lib/button/index.d.ts +4 -0
  13. package/lib/card/SpsCard.d.ts +11 -0
  14. package/lib/card/SpsCardHeader.d.ts +9 -0
  15. package/lib/card/SpsCardTabbedPane.d.ts +15 -0
  16. package/lib/card/index.d.ts +2 -0
  17. package/lib/card/useTab.d.ts +18 -0
  18. package/lib/card-v2/SpsCardV2.d.ts +2 -0
  19. package/lib/card-v2/SpsCardV2Footer.d.ts +2 -0
  20. package/lib/card-v2/SpsCardV2Header.d.ts +2 -0
  21. package/lib/card-v2/SpsCardV2Title.d.ts +2 -0
  22. package/lib/card-v2/index.d.ts +5 -0
  23. package/lib/checkbox/SpsCheckbox.d.ts +17 -0
  24. package/lib/checkbox/SpsCheckbox.examples.d.ts +2 -0
  25. package/lib/checkbox/index.d.ts +2 -0
  26. package/lib/checkbox-dropdown/SpsCheckboxDropdown.d.ts +9 -0
  27. package/lib/checkbox-dropdown/index.d.ts +1 -0
  28. package/lib/clickable-tag/SpsClickableTag.d.ts +12 -0
  29. package/lib/clickable-tag/SpsClickableTag.examples.d.ts +2 -0
  30. package/lib/clickable-tag/index.d.ts +2 -0
  31. package/lib/column-chooser/SpsColumnChooser.d.ts +16 -0
  32. package/lib/column-chooser/SpsColumnChooser.examples.d.ts +2 -0
  33. package/lib/column-chooser/SpsColumnChooserColumn.d.ts +13 -0
  34. package/lib/column-chooser/index.d.ts +3 -0
  35. package/lib/conditional-field/SpsConditionalField.d.ts +6 -0
  36. package/lib/conditional-field/SpsConditionalField.examples.d.ts +2 -0
  37. package/lib/conditional-field/index.d.ts +2 -0
  38. package/lib/content-row/SpsContentRow.d.ts +16 -0
  39. package/lib/content-row/SpsContentRow.examples.d.ts +2 -0
  40. package/lib/content-row/SpsContentRowCol.d.ts +10 -0
  41. package/lib/content-row/SpsContentRowExpansion.d.ts +4 -0
  42. package/lib/content-row/index.d.ts +4 -0
  43. package/lib/context-bar/SpsContextBar.d.ts +6 -0
  44. package/lib/context-bar/index.d.ts +1 -0
  45. package/lib/currency-input/SpsCurrencyInput.d.ts +13 -0
  46. package/lib/currency-input/SpsCurrencyInput.examples.d.ts +2 -0
  47. package/lib/currency-input/index.d.ts +2 -0
  48. package/lib/dateRangePicker/SpsDateRangePicker.d.ts +21 -0
  49. package/lib/dateRangePicker/SpsDateRangePicker.examples.d.ts +2 -0
  50. package/lib/dateRangePicker/index.d.ts +2 -0
  51. package/lib/dateTimeRangePicker/SpsDateTimeRangePicker.d.ts +23 -0
  52. package/lib/dateTimeRangePicker/SpsDateTimeRangePicker.examples.d.ts +2 -0
  53. package/lib/dateTimeRangePicker/index.d.ts +2 -0
  54. package/lib/datepicker/SpsDatepicker.d.ts +18 -0
  55. package/lib/datepicker/SpsDatepicker.examples.d.ts +2 -0
  56. package/lib/datepicker/SpsDatepickerCalendar.d.ts +15 -0
  57. package/lib/datepicker/SpsDatepickerPopup.d.ts +11 -0
  58. package/lib/datepicker/index.d.ts +4 -0
  59. package/lib/datepicker/useCalendar.d.ts +2 -0
  60. package/lib/datepicker/useMoment.d.ts +3 -0
  61. package/lib/datepicker/utils.d.ts +38 -0
  62. package/lib/datepicker/validation.d.ts +11 -0
  63. package/lib/datetime/SpsDateTime.d.ts +11 -0
  64. package/lib/datetime/SpsDateTime.examples.d.ts +2 -0
  65. package/lib/datetime/SpsLocaleProvider.d.ts +7 -0
  66. package/lib/datetime/index.d.ts +3 -0
  67. package/lib/datetime/localeDefinitions.d.ts +20 -0
  68. package/lib/datetime/momentLocale.d.ts +3 -0
  69. package/lib/description-list/SpsDescriptionList.d.ts +9 -0
  70. package/lib/description-list/SpsDescriptionList.examples.d.ts +2 -0
  71. package/lib/description-list/SpsDescriptionListDefinition.d.ts +5 -0
  72. package/lib/description-list/SpsDescriptionListTerm.d.ts +13 -0
  73. package/lib/description-list/index.d.ts +4 -0
  74. package/lib/dropdown/SpsDropdown.d.ts +24 -0
  75. package/lib/dropdown/SpsDropdown.examples.d.ts +2 -0
  76. package/lib/dropdown/index.d.ts +2 -0
  77. package/lib/feedback-block/SpsFeedbackBlock.d.ts +7 -0
  78. package/lib/feedback-block/SpsFeedbackBlock.examples.d.ts +2 -0
  79. package/lib/feedback-block/index.d.ts +2 -0
  80. package/lib/fieldset/SpsFieldset.d.ts +22 -0
  81. package/lib/fieldset/SpsFieldset.examples.d.ts +2 -0
  82. package/lib/fieldset/index.d.ts +2 -0
  83. package/lib/filter-panel/SpsFilterPanel.d.ts +4 -0
  84. package/lib/filter-panel/SpsFilterPanel.examples.d.ts +2 -0
  85. package/lib/filter-panel/SpsFilterPanelCap.d.ts +6 -0
  86. package/lib/filter-panel/SpsFilterPanelFilterBox.d.ts +10 -0
  87. package/lib/filter-panel/SpsFilterPanelSection.d.ts +11 -0
  88. package/lib/filter-panel/index.d.ts +5 -0
  89. package/lib/filter-tile-list/SpsFilterTile.d.ts +10 -0
  90. package/lib/filter-tile-list/SpsFilterTileList.d.ts +4 -0
  91. package/lib/filter-tile-list/SpsFilterTileList.examples.d.ts +2 -0
  92. package/lib/filter-tile-list/index.d.ts +3 -0
  93. package/lib/focused-task/SpsFocusedTask.d.ts +8 -0
  94. package/lib/focused-task/SpsFocusedTask.examples.d.ts +2 -0
  95. package/lib/focused-task/SpsFocusedTaskActions.d.ts +4 -0
  96. package/lib/focused-task/index.d.ts +3 -0
  97. package/lib/form/AddRemoveFormRows.examples.d.ts +18 -0
  98. package/lib/form/SpsForm.d.ts +18 -0
  99. package/lib/form/SpsForm.examples.d.ts +1 -0
  100. package/lib/form/SpsFormComponentWrapper.d.ts +14 -0
  101. package/lib/form/hooks/SpsAbstractControl.interface.d.ts +24 -0
  102. package/lib/form/hooks/SpsControlSet.interface.d.ts +7 -0
  103. package/lib/form/hooks/formArray.d.ts +12 -0
  104. package/lib/form/hooks/formControl.d.ts +9 -0
  105. package/lib/form/hooks/formGroup.d.ts +10 -0
  106. package/lib/form/hooks/useCustomValidator.d.ts +7 -0
  107. package/lib/form/hooks/useForm.d.ts +2 -0
  108. package/lib/form/hooks/useFormControlId.d.ts +4 -0
  109. package/lib/form/hooks/useServerSideValidation.d.ts +3 -0
  110. package/lib/form/hooks/useSpsForm.d.ts +92 -0
  111. package/lib/form/index.d.ts +16 -0
  112. package/lib/form/validation/SpsValidators.d.ts +20 -0
  113. package/lib/form/validation/types.d.ts +10 -0
  114. package/lib/form/validation/validate.d.ts +2 -0
  115. package/lib/growler/SpsGrowler.d.ts +11 -0
  116. package/lib/growler/SpsGrowler.examples.d.ts +2 -0
  117. package/lib/growler/index.d.ts +3 -0
  118. package/lib/growler/useGrowlers.d.ts +13 -0
  119. package/lib/icon/SpsIcon.d.ts +9 -0
  120. package/lib/icon/index.d.ts +1 -0
  121. package/lib/incrementor/SpsIncrementor.d.ts +12 -0
  122. package/lib/incrementor/SpsIncrementor.examples.d.ts +2 -0
  123. package/lib/incrementor/index.d.ts +2 -0
  124. package/lib/index.d.ts +74 -0
  125. package/lib/index.js +35288 -0
  126. package/lib/index.umd.cjs +11826 -0
  127. package/lib/input-group/SpsInputGroup.d.ts +12 -0
  128. package/lib/input-group/index.d.ts +1 -0
  129. package/lib/insight-tile/SpsInsightTile.d.ts +13 -0
  130. package/lib/insight-tile/SpsInsights.d.ts +4 -0
  131. package/lib/insight-tile/index.d.ts +2 -0
  132. package/lib/key-value-list/SpsKeyValueList.d.ts +6 -0
  133. package/lib/key-value-list/SpsKeyValueListItem.d.ts +8 -0
  134. package/lib/key-value-list/index.d.ts +2 -0
  135. package/lib/key-value-tag/SpsKeyValueTag.d.ts +11 -0
  136. package/lib/key-value-tag/SpsKeyValueTag.examples.d.ts +2 -0
  137. package/lib/key-value-tag/index.d.ts +2 -0
  138. package/lib/label/SpsLabel.d.ts +15 -0
  139. package/lib/label/SpsLabel.examples.d.ts +2 -0
  140. package/lib/label/index.d.ts +2 -0
  141. package/lib/list-action-bar/SpsListActionBar.d.ts +7 -0
  142. package/lib/list-action-bar/SpsListActionBar.examples.d.ts +2 -0
  143. package/lib/list-action-bar/index.d.ts +2 -0
  144. package/lib/list-toolbar/SpsListToolbar.d.ts +22 -0
  145. package/lib/list-toolbar/SpsListToolbar.examples.d.ts +4 -0
  146. package/lib/list-toolbar/SpsListToolbarSearch.d.ts +6 -0
  147. package/lib/list-toolbar/SpsListToolbarSearchInfo.d.ts +4 -0
  148. package/lib/list-toolbar/SpsListToolbarSortBy.d.ts +16 -0
  149. package/lib/list-toolbar/index.d.ts +5 -0
  150. package/lib/manifest.d.ts +2 -0
  151. package/lib/micro-block/SpsMicroBlock.d.ts +8 -0
  152. package/lib/micro-block/SpsMicroBlock.examples.d.ts +2 -0
  153. package/lib/micro-block/index.d.ts +2 -0
  154. package/lib/modal/SpsModal.d.ts +13 -0
  155. package/lib/modal/SpsModal.examples.d.ts +2 -0
  156. package/lib/modal/index.d.ts +3 -0
  157. package/lib/modal/useModals.d.ts +15 -0
  158. package/lib/multi-select/SpsMultiSelect.d.ts +37 -0
  159. package/lib/multi-select/SpsMultiSelect.examples.d.ts +2 -0
  160. package/lib/multi-select/index.d.ts +2 -0
  161. package/lib/multi-value-text-input/SpsMultiValueTextInput.d.ts +20 -0
  162. package/lib/multi-value-text-input/SpsMultiValueTextInput.examples.d.ts +2 -0
  163. package/lib/multi-value-text-input/index.d.ts +2 -0
  164. package/lib/multi-value-text-input/splitStringByDelimiter.d.ts +2 -0
  165. package/lib/option-list/SpsOptionList.d.ts +3 -0
  166. package/lib/option-list/SpsOptionListProps.d.ts +89 -0
  167. package/lib/option-list/index.d.ts +1 -0
  168. package/lib/option-list/useOptionListOptions.d.ts +8 -0
  169. package/lib/option-list/useOptionListSearch.d.ts +13 -0
  170. package/lib/option-list/usePreventScroll.d.ts +7 -0
  171. package/lib/option-list/useSpsAction.d.ts +2 -0
  172. package/lib/option-list-v2/SpsOptionListV2.d.ts +0 -0
  173. package/lib/option-list-v2/index.d.ts +0 -0
  174. package/lib/page-title/SpsPageSubtitle.d.ts +4 -0
  175. package/lib/page-title/SpsPageTitle.d.ts +4 -0
  176. package/lib/page-title/SpsPageTitle.examples.d.ts +2 -0
  177. package/lib/page-title/index.d.ts +3 -0
  178. package/lib/pagination/SpsPageSelector.d.ts +12 -0
  179. package/lib/pagination/SpsPagination.d.ts +15 -0
  180. package/lib/pagination/SpsPagination.examples.d.ts +2 -0
  181. package/lib/pagination/index.d.ts +3 -0
  182. package/lib/product-bar/SpsProductBar.d.ts +13 -0
  183. package/lib/product-bar/SpsProductBar.examples.d.ts +2 -0
  184. package/lib/product-bar/SpsProductBarTab.d.ts +6 -0
  185. package/lib/product-bar/index.d.ts +3 -0
  186. package/lib/progress-bar/SpsProgressBar.d.ts +10 -0
  187. package/lib/progress-bar/SpsProgressBar.examples.d.ts +28 -0
  188. package/lib/progress-bar/index.d.ts +2 -0
  189. package/lib/progress-ring/SpsProgressRing.d.ts +8 -0
  190. package/lib/progress-ring/index.d.ts +1 -0
  191. package/lib/prop-types.d.ts +4 -0
  192. package/lib/radio-button/SpsRadioButton.d.ts +19 -0
  193. package/lib/radio-button/SpsRadioButton.examples.d.ts +2 -0
  194. package/lib/radio-button/index.d.ts +2 -0
  195. package/lib/scrollable-container/SpsScrollableContainer.d.ts +6 -0
  196. package/lib/scrollable-container/index.d.ts +1 -0
  197. package/lib/search-results-bar/SpsSearchResultsBar.d.ts +8 -0
  198. package/lib/search-results-bar/SpsSearchResultsBar.examples.d.ts +2 -0
  199. package/lib/search-results-bar/SpsSearchResultsBarV2.d.ts +9 -0
  200. package/lib/search-results-bar/index.d.ts +3 -0
  201. package/lib/select/SpsSelect.d.ts +76 -0
  202. package/lib/select/SpsSelect.examples.d.ts +2 -0
  203. package/lib/select/index.d.ts +2 -0
  204. package/lib/side-nav/SpsSideNav.d.ts +38 -0
  205. package/lib/side-nav/SpsSideNav.examples.d.ts +2 -0
  206. package/lib/side-nav/SpsSideNavBranch.d.ts +9 -0
  207. package/lib/side-nav/index.d.ts +2 -0
  208. package/lib/slack-link/SpsSlackLink.d.ts +6 -0
  209. package/lib/slack-link/SpsSlackLink.examples.d.ts +2 -0
  210. package/lib/slack-link/index.d.ts +2 -0
  211. package/lib/slide-in-panel/SpsSlideInPanel.d.ts +11 -0
  212. package/lib/slide-in-panel/SpsSlideInPanel.examples.d.ts +2 -0
  213. package/lib/slide-in-panel/index.d.ts +2 -0
  214. package/lib/sorting-header/SpsSortingHeader.d.ts +8 -0
  215. package/lib/sorting-header/SpsSortingHeader.examples.d.ts +2 -0
  216. package/lib/sorting-header/SpsSortingHeaderCell.d.ts +12 -0
  217. package/lib/sorting-header/index.d.ts +3 -0
  218. package/lib/spinner/SpsSpinner.d.ts +9 -0
  219. package/lib/spinner/index.d.ts +1 -0
  220. package/lib/split-button/SpsSplitButton.d.ts +17 -0
  221. package/lib/split-button/SpsSplitButton.examples.d.ts +2 -0
  222. package/lib/split-button/index.d.ts +2 -0
  223. package/lib/stepped-progress-bar/SpsSteppedProgressBar.d.ts +21 -0
  224. package/lib/stepped-progress-bar/SpsSteppedProgressBar.examples.d.ts +29 -0
  225. package/lib/stepped-progress-bar/index.d.ts +2 -0
  226. package/lib/summary-list/SpsSummaryList.examples.d.ts +2 -0
  227. package/lib/summary-list/SpsSummaryListColumn.d.ts +9 -0
  228. package/lib/summary-list/SpsSummaryListExpansion.d.ts +4 -0
  229. package/lib/summary-list/SpsSummaryListRow.d.ts +8 -0
  230. package/lib/summary-list/index.d.ts +4 -0
  231. package/lib/table/SpsTable.d.ts +14 -0
  232. package/lib/table/SpsTable.examples.d.ts +2 -0
  233. package/lib/table/SpsTableBody.d.ts +5 -0
  234. package/lib/table/SpsTableCell.d.ts +10 -0
  235. package/lib/table/SpsTableContext.d.ts +20 -0
  236. package/lib/table/SpsTableHead.d.ts +7 -0
  237. package/lib/table/SpsTableHeader.d.ts +10 -0
  238. package/lib/table/SpsTableRow.d.ts +5 -0
  239. package/lib/table/index.d.ts +8 -0
  240. package/lib/table/useColumnResizer.d.ts +9 -0
  241. package/lib/table/usePinnedStyles.d.ts +6 -0
  242. package/lib/tabs/SpsTabs.d.ts +9 -0
  243. package/lib/tabs-v2/SpsTab.d.ts +7 -0
  244. package/lib/tabs-v2/SpsTabPanel.d.ts +6 -0
  245. package/lib/tabs-v2/SpsTabsV2.d.ts +3 -0
  246. package/lib/tabs-v2/index.d.ts +4 -0
  247. package/lib/tag/SpsTag.d.ts +9 -0
  248. package/lib/tag/SpsTag.examples.d.ts +2 -0
  249. package/lib/tag/index.d.ts +2 -0
  250. package/lib/task-queue/SpsTaskQueue.d.ts +30 -0
  251. package/lib/task-queue/SpsTaskQueue.examples.d.ts +2 -0
  252. package/lib/task-queue/index.d.ts +2 -0
  253. package/lib/text-input/SpsTextInput.d.ts +33 -0
  254. package/lib/text-input/SpsTextInput.examples.d.ts +2 -0
  255. package/lib/text-input/index.d.ts +2 -0
  256. package/lib/textarea/SpsTextarea.d.ts +18 -0
  257. package/lib/textarea/SpsTextarea.examples.d.ts +2 -0
  258. package/lib/textarea/index.d.ts +2 -0
  259. package/lib/tile-list/SpsTile.d.ts +15 -0
  260. package/lib/tile-list/SpsTileList.d.ts +4 -0
  261. package/lib/tile-list/SpsTileList.examples.d.ts +2 -0
  262. package/lib/tile-list/index.d.ts +3 -0
  263. package/lib/time-input/SpsTimeInput.d.ts +18 -0
  264. package/lib/time-input/SpsTimeInput.examples.d.ts +2 -0
  265. package/lib/time-input/index.d.ts +2 -0
  266. package/lib/toggle/SpsToggle.d.ts +18 -0
  267. package/lib/toggle/SpsToggle.examples.d.ts +2 -0
  268. package/lib/toggle/index.d.ts +2 -0
  269. package/lib/tooltip/SpsTooltip.d.ts +23 -0
  270. package/lib/tooltip/SpsTooltip.examples.d.ts +2 -0
  271. package/lib/tooltip/SpsTooltipTitle.d.ts +9 -0
  272. package/lib/tooltip/index.d.ts +3 -0
  273. package/lib/utils/FauxChangeEvent.d.ts +20 -0
  274. package/lib/utils/Provide.d.ts +24 -0
  275. package/lib/utils/bindProps.d.ts +33 -0
  276. package/lib/utils/contentOf.d.ts +2 -0
  277. package/lib/utils/getPosition.d.ts +11 -0
  278. package/lib/utils/getScrollParent.d.ts +1 -0
  279. package/lib/utils/index.d.ts +14 -0
  280. package/lib/utils/letterAndNumberKeys.d.ts +1 -0
  281. package/lib/utils/selectChildren.d.ts +5 -0
  282. package/lib/utils/useCheckDeprecatedProps.d.ts +1 -0
  283. package/lib/utils/useDidUpdateEffect.d.ts +11 -0
  284. package/lib/utils/useDocumentEventListener.d.ts +1 -0
  285. package/lib/utils/useElementId.d.ts +3 -0
  286. package/lib/utils/useInputPopup.d.ts +6 -0
  287. package/lib/utils/usePatchReducer.d.ts +2 -0
  288. package/lib/utils/usePortal.d.ts +6 -0
  289. package/lib/vertical-rule/SpsVerticalRule.d.ts +5 -0
  290. package/lib/vertical-rule/index.d.ts +1 -0
  291. package/lib/wizard/SpsWizard.examples.d.ts +2 -0
  292. package/lib/wizard/SpsWizardSidebar.d.ts +18 -0
  293. package/lib/wizard/SpsWizardSubstep.d.ts +9 -0
  294. package/lib/wizard/index.d.ts +3 -0
  295. package/lib/workflow/SpsWorkflow.DeprecationWarning.d.ts +2 -0
  296. package/lib/workflow/SpsWorkflow.d.ts +9 -0
  297. package/lib/workflow/SpsWorkflow.examples.d.ts +2 -0
  298. package/lib/workflow/SpsWorkflowDocument.d.ts +5 -0
  299. package/lib/workflow/SpsWorkflowDocumentStatus.d.ts +8 -0
  300. package/lib/workflow/SpsWorkflowStep.d.ts +9 -0
  301. package/lib/workflow/index.d.ts +5 -0
  302. package/lib/zero-state/SpsMicroZeroState.d.ts +10 -0
  303. package/lib/zero-state/SpsZeroState.d.ts +9 -0
  304. package/lib/zero-state/SpsZeroState.examples.d.ts +2 -0
  305. package/lib/zero-state/index.d.ts +3 -0
  306. package/package.json +92 -0
  307. package/vite.config.mjs +20 -0
@@ -0,0 +1,12 @@
1
+ import * as React from "react";
2
+ import type { SpsGlobalPropTypes } from "../prop-types";
3
+ import type { SpsFormArray } from "../form/hooks/formArray";
4
+ import type { SpsFormGroup } from "../form/hooks/formGroup";
5
+ import type { SpsFormSetMeta } from "../form/hooks/useSpsForm";
6
+ export type SpsInputGroupProps = React.PropsWithChildren<SpsGlobalPropTypes & {
7
+ formArray?: SpsFormArray<any>;
8
+ formGroup?: SpsFormGroup;
9
+ formMeta?: SpsFormSetMeta<any>;
10
+ stacked?: boolean;
11
+ }> & React.HTMLAttributes<HTMLDivElement>;
12
+ export declare function SpsInputGroup({ children, className, formArray, formGroup, formMeta, stacked, "data-testid": testId, unsafelyReplaceClassName, ...rest }: SpsInputGroupProps): React.JSX.Element;
@@ -0,0 +1 @@
1
+ export * from "./SpsInputGroup";
@@ -0,0 +1,13 @@
1
+ import type { SpsInsightTileKind, SpsIcon } from "@spscommerce/ds-shared";
2
+ import * as React from "react";
3
+ import type { SpsGlobalPropTypes } from "../prop-types";
4
+ export type SpsInsightTileProps = React.PropsWithChildren<SpsGlobalPropTypes & {
5
+ horizontal?: boolean;
6
+ icon?: SpsIcon;
7
+ kind?: SpsInsightTileKind;
8
+ title?: string;
9
+ metric?: number | string;
10
+ partnerCount?: number;
11
+ totalPartners?: number;
12
+ }> & React.HTMLAttributes<HTMLDivElement>;
13
+ export declare function SpsInsightTile(props: SpsInsightTileProps): React.JSX.Element;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SpsGlobalPropTypes } from "../prop-types";
3
+ export type SpsInsightsProps = React.PropsWithChildren<SpsGlobalPropTypes> & React.HTMLAttributes<HTMLDivElement>;
4
+ export declare function SpsInsights(props: SpsInsightsProps): React.JSX.Element;
@@ -0,0 +1,2 @@
1
+ export * from "./SpsInsights";
2
+ export * from "./SpsInsightTile";
@@ -0,0 +1,6 @@
1
+ import * as React from "react";
2
+ import type { SpsGlobalPropTypes } from "../prop-types";
3
+ export type SpsKeyValueListProps = React.PropsWithChildren<SpsGlobalPropTypes & {
4
+ inline?: boolean;
5
+ }> & React.HTMLAttributes<HTMLDivElement>;
6
+ export declare function SpsKeyValueList(props: SpsKeyValueListProps): React.JSX.Element;
@@ -0,0 +1,8 @@
1
+ import * as React from "react";
2
+ import { KeyValueListTitleColor } from "@spscommerce/ds-shared";
3
+ import type { SpsGlobalPropTypes } from "../prop-types";
4
+ export type SpsKeyValueListItemProps = React.PropsWithChildren<SpsGlobalPropTypes & {
5
+ itemKey: string | React.ReactNode | (() => React.ReactNode);
6
+ titleColor?: KeyValueListTitleColor;
7
+ }> & React.HTMLAttributes<HTMLDivElement>;
8
+ export declare function SpsKeyValueListItem(props: SpsKeyValueListItemProps): React.JSX.Element;
@@ -0,0 +1,2 @@
1
+ export * from "./SpsKeyValueList";
2
+ export * from "./SpsKeyValueListItem";
@@ -0,0 +1,11 @@
1
+ import { SpsIcon, TagKind } from "@spscommerce/ds-shared";
2
+ import * as React from "react";
3
+ import type { SpsGlobalPropTypes } from "../prop-types";
4
+ export type SpsKeyValueTagProps = React.PropsWithChildren<SpsGlobalPropTypes & {
5
+ color?: TagKind;
6
+ href?: string;
7
+ icon?: SpsIcon;
8
+ tagKey: string;
9
+ value: string;
10
+ }> & React.HTMLAttributes<HTMLSpanElement>;
11
+ export declare function SpsKeyValueTag(props: SpsKeyValueTagProps): React.JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { DSReactExamples } from "@spscommerce/ds-shared";
2
+ export declare const SpsKeyValueTagExamples: DSReactExamples;
@@ -0,0 +1,2 @@
1
+ export * from "./SpsKeyValueTag";
2
+ export * from "./SpsKeyValueTag.examples";
@@ -0,0 +1,15 @@
1
+ import { SpsIcon } from "@spscommerce/ds-shared";
2
+ import * as React from "react";
3
+ import type { SpsGlobalPropTypes } from "../prop-types";
4
+ import type { SpsFormControl } from "../form/hooks/formControl";
5
+ import { SpsFormMetaBase } from "../form/hooks/useSpsForm";
6
+ export type SpsLabelProps = React.PropsWithChildren<SpsGlobalPropTypes & {
7
+ description?: string;
8
+ for: SpsFormMetaBase<any> | SpsFormControl<any>;
9
+ stronglySuggested?: boolean;
10
+ help?: React.ReactNode | (() => React.ReactNode);
11
+ helpIcon?: SpsIcon;
12
+ helpIconColor?: string;
13
+ errors?: React.ReactNode | (() => React.ReactNode);
14
+ }> & React.HTMLAttributes<HTMLLabelElement>;
15
+ export declare function SpsLabel({ children, className, description, for: forProp, stronglySuggested, help, helpIcon, helpIconColor, errors, unsafelyReplaceClassName, "data-testid": testId, ...rest }: SpsLabelProps): React.JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { DSReactExamples } from "@spscommerce/ds-shared";
2
+ export declare const SpsLabelExamples: DSReactExamples;
@@ -0,0 +1,2 @@
1
+ export * from "./SpsLabel";
2
+ export * from "./SpsLabel.examples";
@@ -0,0 +1,7 @@
1
+ import * as React from "react";
2
+ import type { SpsGlobalPropTypes } from "../prop-types";
3
+ export type SpsListActionBarProps = React.PropsWithChildren<SpsGlobalPropTypes & {
4
+ clearSelected: () => void;
5
+ itemsSelected: string | number;
6
+ }> & React.HTMLAttributes<HTMLDivElement>;
7
+ export declare function SpsListActionBar(props: SpsListActionBarProps): React.ReactElement;
@@ -0,0 +1,2 @@
1
+ import type { DSReactExamples } from "@spscommerce/ds-shared";
2
+ export declare const SpsListActionBarExamples: DSReactExamples;
@@ -0,0 +1,2 @@
1
+ export * from "./SpsListActionBar";
2
+ export * from "./SpsListActionBar.examples";
@@ -0,0 +1,22 @@
1
+ import type { SpsTab } from "@spscommerce/ds-shared";
2
+ import * as React from "react";
3
+ import type { SpsGlobalPropTypes } from "../prop-types";
4
+ export type SpsListToolbarProps = React.PropsWithChildren<SpsGlobalPropTypes & {
5
+ activeTab?: SpsTab;
6
+ advancedSearch?: {
7
+ isOpen: boolean;
8
+ enteredFields?: number;
9
+ };
10
+ onToggleAdvancedSearch?: (boolean: any) => void;
11
+ onTabChange?: (SpsTab: any) => void;
12
+ title?: string;
13
+ tabs?: SpsTab[];
14
+ onToolbarPinned?: (boolean: any) => void;
15
+ selectable?: boolean;
16
+ isSelected?: boolean;
17
+ isIndeterminate?: boolean;
18
+ onSelectionChange?: (boolean: any) => void;
19
+ pinResultsBar?: boolean;
20
+ pinToolbar?: boolean;
21
+ }> & React.HTMLAttributes<HTMLDivElement>;
22
+ export declare function SpsListToolbar(props: SpsListToolbarProps): React.JSX.Element;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { DSReactExamples } from "@spscommerce/ds-shared";
3
+ export declare function ContentOrderExample(): React.JSX.Element;
4
+ export declare const SpsListToolbarExamples: DSReactExamples;
@@ -0,0 +1,6 @@
1
+ import * as React from "react";
2
+ import type { SpsGlobalPropTypes } from "../prop-types";
3
+ export type SpsListToolbarSearchProps = React.PropsWithChildren<SpsGlobalPropTypes & {
4
+ onSubmit?: React.FormEventHandler;
5
+ }> & React.HTMLAttributes<HTMLElement>;
6
+ export declare function SpsListToolbarSearch(props: SpsListToolbarSearchProps): React.JSX.Element;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SpsGlobalPropTypes } from "../prop-types";
3
+ export type SpsListToolbarSearchInfoProps = React.PropsWithChildren<SpsGlobalPropTypes> & React.HTMLAttributes<HTMLElement>;
4
+ export declare function SpsListToolbarSearchInfo(props: SpsListToolbarSearchInfoProps): React.JSX.Element;
@@ -0,0 +1,16 @@
1
+ import * as React from "react";
2
+ import type { SortDirection, SpsIcon } from "@spscommerce/ds-shared";
3
+ import type { SpsGlobalPropTypes } from "../prop-types";
4
+ export interface SortOption {
5
+ label: string;
6
+ key: string;
7
+ direction: SortDirection;
8
+ icon: SpsIcon;
9
+ }
10
+ export type SpsListToolbarSortByProps = React.PropsWithChildren<SpsGlobalPropTypes & {
11
+ options?: SortOption[];
12
+ activeOption?: SortOption;
13
+ onSortChange?: (option: SortOption) => void;
14
+ defaultOption?: SortOption;
15
+ }> & React.HTMLAttributes<HTMLElement>;
16
+ export declare function SpsListToolbarSortBy(props: SpsListToolbarSortByProps): React.JSX.Element;
@@ -0,0 +1,5 @@
1
+ export * from "./SpsListToolbar";
2
+ export * from "./SpsListToolbarSearch";
3
+ export * from "./SpsListToolbarSearchInfo";
4
+ export * from "./SpsListToolbarSortBy";
5
+ export * from "./SpsListToolbar.examples";
@@ -0,0 +1,2 @@
1
+ import type { ComponentManifest } from "@spscommerce/ds-shared";
2
+ export declare const MANIFEST: ComponentManifest;
@@ -0,0 +1,8 @@
1
+ import { FeedbackBlockKind } from "@spscommerce/ds-shared";
2
+ import * as React from "react";
3
+ import type { SpsGlobalPropTypes } from "../prop-types";
4
+ export type SpsMicroBlockProps = React.PropsWithChildren<SpsGlobalPropTypes & {
5
+ kind?: FeedbackBlockKind;
6
+ message: string;
7
+ }> & React.HTMLAttributes<HTMLDivElement>;
8
+ export declare function SpsMicroBlock(props: SpsMicroBlockProps): React.JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { DSReactExamples } from "@spscommerce/ds-shared";
2
+ export declare const SpsMicroBlockExamples: DSReactExamples;
@@ -0,0 +1,2 @@
1
+ export * from "./SpsMicroBlock";
2
+ export * from "./SpsMicroBlock.examples";
@@ -0,0 +1,13 @@
1
+ import { ModalKind, ModalSize } from "@spscommerce/ds-shared";
2
+ import * as React from "react";
3
+ import type { SpsGlobalPropTypes } from "../prop-types";
4
+ export type SpsModalProps = React.PropsWithChildren<SpsGlobalPropTypes & {
5
+ kind?: ModalKind;
6
+ size?: ModalSize;
7
+ title?: string;
8
+ onClose?: () => void;
9
+ focusElementOnOpen?: React.MutableRefObject<HTMLElement>;
10
+ fullHeight?: boolean;
11
+ }> & React.HTMLAttributes<HTMLDivElement>;
12
+ export declare function SpsModalFooter({ children }: SpsModalProps): React.JSX.Element;
13
+ export declare function SpsModal({ children, className, id: idProp, kind, size, onClose, focusElementOnOpen, title, fullHeight, ...rest }: SpsModalProps): React.JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { DSReactExamples } from "@spscommerce/ds-shared";
2
+ export declare const SpsModalExamples: DSReactExamples;
@@ -0,0 +1,3 @@
1
+ export * from "./SpsModal";
2
+ export * from "./useModals";
3
+ export * from "./SpsModal.examples";
@@ -0,0 +1,15 @@
1
+ type UseModalsType = [
2
+ modals: JSX.Element[],
3
+ pushModal: <T>(component: JSX.Element) => Promise<ModalResult<T>>,
4
+ popModal: <T>(result?: ModalResult<T>) => void
5
+ ];
6
+ export declare enum ModalAction {
7
+ Ok = "Ok",
8
+ Cancel = "Cancel"
9
+ }
10
+ export interface ModalResult<T> {
11
+ action: ModalAction;
12
+ data?: T;
13
+ }
14
+ export declare const useModals: () => UseModalsType;
15
+ export {};
@@ -0,0 +1,37 @@
1
+ import * as React from "react";
2
+ import type { Eventually } from "@spscommerce/utils";
3
+ import type { SpsActionMethod, SpsIcon } from "@spscommerce/ds-shared";
4
+ import type { SpsGlobalPropTypes } from "../prop-types";
5
+ import type { SpsFormControl } from "../form/hooks/formControl";
6
+ import type { SpsFormFieldMeta } from "../form/hooks/useSpsForm";
7
+ export type SpsMultiSelectProps = React.PropsWithChildren<SpsGlobalPropTypes & {
8
+ autoComplete?: string;
9
+ action?: SpsActionMethod;
10
+ captionKey?: string;
11
+ clearSearchOnBlur?: boolean;
12
+ clearSearchOnEnter?: boolean;
13
+ comparisonKey?: string;
14
+ conformWidth?: boolean;
15
+ debounce?: number;
16
+ disabled?: boolean;
17
+ disableOptionsMemoization?: boolean;
18
+ disableSelected?: boolean;
19
+ formControl?: SpsFormControl<any[]>;
20
+ formMeta?: SpsFormFieldMeta<any[]>;
21
+ hideSelected?: boolean;
22
+ icon?: SpsIcon;
23
+ loading?: boolean;
24
+ filterByTextAndCaptionKey?: boolean;
25
+ maxHeightOptionListPx?: number;
26
+ maxHeightOptionListRem?: number;
27
+ onChange?: React.ChangeEventHandler<HTMLInputElement>;
28
+ onSearchChange?: (searchText: string) => void;
29
+ options: Eventually<any[]> | ((filter?: string) => Eventually<any[]>);
30
+ placeholder?: string;
31
+ tallOptionList?: boolean;
32
+ textKey?: string;
33
+ value?: any;
34
+ zeroState?: string;
35
+ wrap?: boolean;
36
+ }> & React.HTMLAttributes<HTMLInputElement>;
37
+ export declare function SpsMultiSelect({ action, captionKey, className, clearSearchOnBlur, clearSearchOnEnter, 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;
@@ -0,0 +1,2 @@
1
+ import type { DSReactExamples } from "@spscommerce/ds-shared";
2
+ export declare const SpsMultiSelectExamples: DSReactExamples;
@@ -0,0 +1,2 @@
1
+ export * from "./SpsMultiSelect";
2
+ export * from "./SpsMultiSelect.examples";
@@ -0,0 +1,20 @@
1
+ import * as React from "react";
2
+ import type { SpsIcon } from "@spscommerce/ds-shared";
3
+ import type { SpsGlobalPropTypes } from "../prop-types";
4
+ import type { SpsFormControl } from "../form/hooks/formControl";
5
+ import type { SpsFormFieldMeta } from "../form/hooks/useSpsForm";
6
+ export type SpsMultiValueTextInputProps = React.PropsWithChildren<SpsGlobalPropTypes & {
7
+ autoComplete?: string;
8
+ disabled?: boolean;
9
+ formControl?: SpsFormControl<any[]>;
10
+ formMeta?: SpsFormFieldMeta<any[]>;
11
+ icon?: SpsIcon;
12
+ onChange?: React.ChangeEventHandler<HTMLInputElement>;
13
+ onEntryChange?: (searchText: string) => void;
14
+ placeholder?: string;
15
+ value?: string[];
16
+ createTagOptions?: string[];
17
+ isSingleLine?: boolean;
18
+ dynamicPasting?: boolean;
19
+ }> & React.HTMLAttributes<HTMLInputElement>;
20
+ 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;
@@ -0,0 +1,2 @@
1
+ import type { DSReactExamples } from "@spscommerce/ds-shared";
2
+ export declare const SpsMultiValueTextInputExamples: DSReactExamples;
@@ -0,0 +1,2 @@
1
+ export * from "./SpsMultiValueTextInput";
2
+ export * from "./SpsMultiValueTextInput.examples";
@@ -0,0 +1,2 @@
1
+ export declare function splitStringByDelimiter(str: string, delimiters: string[]): string[];
2
+ export declare function parsePastedValue(pastedValue: string | undefined, value: string[] | undefined, createTagOptions: string[]): (string | undefined)[];
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ import type { SpsOptionListProps } from "./SpsOptionListProps";
3
+ export declare const SpsOptionList: React.ForwardRefExoticComponent<SpsOptionListProps & React.RefAttributes<HTMLDivElement>>;
@@ -0,0 +1,89 @@
1
+ import type { ChangeEventHandler, KeyboardEvent, MutableRefObject, PropsWithChildren, HTMLAttributes } from "react";
2
+ import type { SpsActionMethod, Position } from "@spscommerce/ds-shared";
3
+ import type { Eventually } from "@spscommerce/utils";
4
+ import type { SpsGlobalPropTypes } from "../prop-types";
5
+ /**
6
+ * Minimal keyboard event data to store in state.
7
+ * We don't store the full KeyboardEvent because React 19's profiler traverses
8
+ * all object properties in dev mode, and KeyboardEvent.view is a Window reference
9
+ * that causes SecurityError when accessed in cross-origin iframes.
10
+ */
11
+ export interface MinimalKeyboardEvent {
12
+ key: string;
13
+ preventDefault: () => void;
14
+ }
15
+ export declare const spsOptionListPassthroughProps: {
16
+ docs: {
17
+ options: string;
18
+ captionKey: string;
19
+ disabledOptions: string;
20
+ comparisonKey: string;
21
+ tall: string;
22
+ textKey: string;
23
+ valueKey: string;
24
+ zeroState: string;
25
+ maxHeightPx: string;
26
+ maxHeightRem: string;
27
+ disableOptionsMemoization: string;
28
+ onSpecialActionSelect: string;
29
+ };
30
+ };
31
+ export interface SpsOptionListPassthroughProps {
32
+ captionKey?: string;
33
+ comparisonKey?: string;
34
+ disabledOptions?: any[];
35
+ options: any[] | Promise<any[]> | ((filter?: string) => Eventually<any[]>);
36
+ tall?: boolean;
37
+ textKey?: string;
38
+ valueKey?: string;
39
+ zeroState?: string;
40
+ maxHeightPx?: number;
41
+ maxHeightRem?: number;
42
+ }
43
+ export interface SpsSearchableOptionListProps {
44
+ /**
45
+ * Hides the inline search input when options is a function (async).
46
+ * By default, async options show the search input; set this to true to hide it.
47
+ */
48
+ hideInlineSearch?: boolean;
49
+ /**
50
+ * Shows the inline search input when options is a static array.
51
+ * By default, static arrays don't show the search input; set this to true to show it.
52
+ * Useful when you want to manage filtering externally via onSearchChange.
53
+ */
54
+ showInlineSearch?: boolean;
55
+ onSearchChange?: ChangeEventHandler;
56
+ search?: string;
57
+ searchDebounce?: number;
58
+ searchPlaceholder?: string;
59
+ searchInputRef?: MutableRefObject<HTMLInputElement | null>;
60
+ onSpecialActionSelect?: () => void;
61
+ }
62
+ export type SpsOptionListProps = PropsWithChildren<SpsGlobalPropTypes & SpsOptionListPassthroughProps & SpsSearchableOptionListProps & {
63
+ attachTo: MutableRefObject<HTMLElement | null>;
64
+ conformWidth?: boolean;
65
+ id: string;
66
+ isOpen?: boolean;
67
+ keepOpen?: boolean;
68
+ keyDown?: MinimalKeyboardEvent | null;
69
+ nullOption?: string;
70
+ offsets?: number[];
71
+ onOptionListChanged?: (filteredListLength: number) => void;
72
+ onOptionSelected?: (option: any) => void;
73
+ onPositionFlip?: (opensUpward: boolean) => void;
74
+ onSelfToggle?: (isOpen: boolean) => void;
75
+ optionRole?: string;
76
+ positionOverride?: Position[];
77
+ selectedOption?: any;
78
+ specialAction?: SpsActionMethod;
79
+ ignoreWidthStyles?: boolean;
80
+ loading?: boolean;
81
+ filterByTextAndCaptionKey?: boolean;
82
+ disableOptionsMemoization?: boolean;
83
+ disableDefaultOptionsFiltering?: boolean;
84
+ typeaheadEvent?: MinimalKeyboardEvent;
85
+ }> & HTMLAttributes<HTMLDivElement>;
86
+ /**
87
+ * Helper to extract minimal keyboard event data for safe storage in React state.
88
+ */
89
+ export declare function toMinimalKeyboardEvent(event: KeyboardEvent | React.KeyboardEvent<Element>): MinimalKeyboardEvent;
@@ -0,0 +1 @@
1
+ export * from "./useSpsAction";
@@ -0,0 +1,8 @@
1
+ import * as React from "react";
2
+ import { SpsOptionListOption } from "@spscommerce/ds-shared";
3
+ import type { SpsOptionListProps } from "./SpsOptionListProps";
4
+ import type { OptionListSearchState } from "./useOptionListSearch";
5
+ export declare function useOptionListOptions(props: SpsOptionListProps, searchState: OptionListSearchState, searchStatePatch: React.Dispatch<Partial<OptionListSearchState>>): [
6
+ ReadonlyArray<SpsOptionListOption<any>>,
7
+ boolean
8
+ ];
@@ -0,0 +1,13 @@
1
+ import * as React from "react";
2
+ import type { SpsOptionListProps } from "./SpsOptionListProps";
3
+ export interface OptionListSearchState {
4
+ isAsync: boolean;
5
+ pending: boolean;
6
+ value: string;
7
+ replacementPattern: RegExp | null;
8
+ }
9
+ export declare function useOptionListSearch({ hideInlineSearch, showInlineSearch, options, onSearchChange, search, searchPlaceholder, searchInputRef, }: SpsOptionListProps): [
10
+ JSX.Element,
11
+ OptionListSearchState,
12
+ React.Dispatch<Partial<OptionListSearchState>>
13
+ ];
@@ -0,0 +1,7 @@
1
+ import * as React from "react";
2
+ interface UsePreventScrollArgs {
3
+ isOpen: boolean;
4
+ rootRef: React.RefObject<HTMLElement>;
5
+ }
6
+ export declare function usePreventScroll({ isOpen, rootRef }: UsePreventScrollArgs): void;
7
+ export {};
@@ -0,0 +1,2 @@
1
+ import type { SpsActionDescriptor, SpsActionMethod } from "@spscommerce/ds-shared";
2
+ export declare function useSpsAction(descriptor: SpsActionDescriptor, fn: () => void): [SpsActionMethod, (newMetadata: any) => void];
File without changes
File without changes
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SpsGlobalPropTypes } from "../prop-types";
3
+ export type SpsPageSubtitleProps = React.PropsWithChildren<SpsGlobalPropTypes> & React.HTMLAttributes<HTMLDivElement>;
4
+ export declare function SpsPageSubtitle(props: SpsPageSubtitleProps): React.JSX.Element;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SpsGlobalPropTypes } from "../prop-types";
3
+ export type SpsPageTitleProps = React.PropsWithChildren<SpsGlobalPropTypes> & React.HTMLAttributes<HTMLDivElement>;
4
+ export declare function SpsPageTitle(props: SpsPageTitleProps): React.JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { DSReactExamples } from "@spscommerce/ds-shared";
2
+ export declare const SpsPageTitleExamples: DSReactExamples;
@@ -0,0 +1,3 @@
1
+ export * from "./SpsPageTitle";
2
+ export * from "./SpsPageSubtitle";
3
+ export * from "./SpsPageTitle.examples";
@@ -0,0 +1,12 @@
1
+ import * as React from "react";
2
+ import type { SpsGlobalPropTypes } from "../prop-types";
3
+ export type SpsPageSelectorProps = React.PropsWithChildren<SpsGlobalPropTypes & {
4
+ numPages?: number;
5
+ onPageChange?: (pageNumber: number) => void;
6
+ page?: number;
7
+ disabled?: boolean;
8
+ unknownPageCount?: boolean;
9
+ nextPageBtnDisabled?: boolean;
10
+ onBeforeChange?: (page: number) => boolean | Promise<boolean>;
11
+ }> & React.HTMLAttributes<HTMLDivElement>;
12
+ export declare function SpsPageSelector(props: SpsPageSelectorProps): React.JSX.Element;
@@ -0,0 +1,15 @@
1
+ import * as React from "react";
2
+ import type { SpsGlobalPropTypes } from "../prop-types";
3
+ export type SpsPaginationProps = React.PropsWithChildren<SpsGlobalPropTypes & {
4
+ onPageChange: (page: number, pageSize: number, indices: [number, number]) => void;
5
+ page?: number;
6
+ pageSize?: number;
7
+ pageSizeOptions?: number[];
8
+ totalResults?: number;
9
+ disabled?: boolean;
10
+ unknownPageCount?: boolean;
11
+ nextPageBtnDisabled?: boolean;
12
+ resultsOnPage?: number;
13
+ onBeforeChange?: (page: number, pageSize: number) => boolean | Promise<boolean>;
14
+ }> & React.HTMLAttributes<HTMLDivElement>;
15
+ export declare function SpsPagination(props: SpsPaginationProps): React.JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { DSReactExamples } from "@spscommerce/ds-shared";
2
+ export declare const SpsPaginationExamples: DSReactExamples;
@@ -0,0 +1,3 @@
1
+ export * from "./SpsPagination";
2
+ export * from "./SpsPageSelector";
3
+ export * from "./SpsPagination.examples";
@@ -0,0 +1,13 @@
1
+ import * as React from "react";
2
+ import type { SpsGlobalPropTypes } from "../prop-types";
3
+ export type SpsProductBarProps = React.PropsWithChildren<SpsGlobalPropTypes & {
4
+ activeTab?: string;
5
+ fullWidth?: boolean;
6
+ onTabChange?: (newTab: string) => void;
7
+ onProductNameClick?: React.MouseEventHandler;
8
+ productLogoSrc?: string;
9
+ productName?: string;
10
+ productNameHref?: string;
11
+ tabs?: string[];
12
+ }> & React.HTMLAttributes<HTMLElement>;
13
+ export declare function SpsProductBar(props: SpsProductBarProps): React.JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { DSReactExamples } from "@spscommerce/ds-shared";
2
+ export declare const SpsProductBarExamples: DSReactExamples;
@@ -0,0 +1,6 @@
1
+ import * as React from "react";
2
+ export type SpsProductBarTagProps<T extends React.ElementType> = {
3
+ active: boolean;
4
+ as?: T;
5
+ } & React.ComponentPropsWithoutRef<T>;
6
+ export declare function SpsProductBarTab<T extends React.ElementType = "a">(props: SpsProductBarTagProps<T>): React.JSX.Element;
@@ -0,0 +1,3 @@
1
+ export * from "./SpsProductBar";
2
+ export * from "./SpsProductBarTab";
3
+ export * from "./SpsProductBar.examples";
@@ -0,0 +1,10 @@
1
+ import * as React from "react";
2
+ import type { SpsGlobalPropTypes } from "../prop-types";
3
+ export type SpsProgressBarProps = React.PropsWithChildren<SpsGlobalPropTypes & {
4
+ percentComplete?: number;
5
+ title?: string;
6
+ detail?: string;
7
+ disabled?: boolean;
8
+ onClose?: () => void;
9
+ }> & React.HTMLAttributes<HTMLDivElement>;
10
+ export declare function SpsProgressBar(props: SpsProgressBarProps): React.JSX.Element;
@@ -0,0 +1,28 @@
1
+ import * as React from "react";
2
+ export declare const SpsProgressBarExamples: {
3
+ general: {
4
+ label: string;
5
+ customSection: () => React.JSX.Element;
6
+ };
7
+ standard: {
8
+ label: string;
9
+ description: () => React.JSX.Element;
10
+ examples: {
11
+ standard: {
12
+ label: string;
13
+ description: () => React.JSX.Element;
14
+ react: string;
15
+ };
16
+ completed: {
17
+ label: string;
18
+ description: () => React.JSX.Element;
19
+ react: string;
20
+ };
21
+ disabled: {
22
+ label: string;
23
+ description: () => React.JSX.Element;
24
+ react: string;
25
+ };
26
+ };
27
+ };
28
+ };
@@ -0,0 +1,2 @@
1
+ export * from "./SpsProgressBar";
2
+ export * from "./SpsProgressBar.examples";