@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
package/package.json ADDED
@@ -0,0 +1,92 @@
1
+ {
2
+ "name": "@spscommerce/ds-react",
3
+ "description": "SPS Design System React components",
4
+ "version": "0.0.0-20260319-8230915ce",
5
+ "author": "SPS Commerce",
6
+ "license": "UNLICENSED",
7
+ "repository": "https://github.com/spscommerce/woodland/tree/main/packages/@spscommerce/ds-react",
8
+ "homepage": "https://github.com/spscommerce/woodland/tree/master/packages/@spscommerce/ds-react#readme",
9
+ "type": "module",
10
+ "module": "./lib/index.js",
11
+ "main": "./lib/index.umd.cjs",
12
+ "types": "./lib/index.d.ts",
13
+ "exports": {
14
+ "types": "./lib/index.d.ts",
15
+ "require": "./lib/index.umd.cjs",
16
+ "import": "./lib/index.js",
17
+ "default": "./lib/index.js"
18
+ },
19
+ "publishConfig": {
20
+ "access": "public"
21
+ },
22
+ "dependencies": {
23
+ "@react-aria/button": "^3.14.5",
24
+ "@react-aria/focus": "^3.21.5",
25
+ "@react-aria/listbox": "^3.15.3",
26
+ "@react-aria/overlays": "^3.31.2",
27
+ "@react-aria/select": "^3.17.3",
28
+ "@react-aria/tabs": "^3.11.1",
29
+ "@react-aria/utils": "^3.33.1",
30
+ "@react-stately/list": "^3.13.4",
31
+ "@react-stately/select": "^3.9.2",
32
+ "@react-stately/tabs": "^3.8.9",
33
+ "axe-prop-types": "^1.0.9",
34
+ "clsx": "^2.1.1",
35
+ "lodash.isplainobject": "^4.0.6",
36
+ "nanoid": "^5.1.5",
37
+ "prop-types": "^15.7.2",
38
+ "react-beautiful-dnd": "^13.1.0",
39
+ "scroll-into-view-if-needed": "^3.1.0",
40
+ "tiny-invariant": "^1.0.4"
41
+ },
42
+ "peerDependencies": {
43
+ "@react-stately/collections": "^3.0.0",
44
+ "@spscommerce/utils": "^7.0.0 || ^8.0.0",
45
+ "moment": "^2.25.3",
46
+ "moment-timezone": "^0.5.28",
47
+ "react": "^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
48
+ "react-dom": "^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
49
+ "@sps-woodland/tabs": "0.0.0-20260319-8230915ce",
50
+ "@spscommerce/ds-shared": "0.0.0-20260319-8230915ce",
51
+ "@spscommerce/i18n": "0.0.0-20260319-8230915ce",
52
+ "@spscommerce/positioning": "0.0.0-20260319-8230915ce",
53
+ "@sps-woodland/illustrations": "0.0.0-20260319-8230915ce",
54
+ "@spscommerce/ds-colors": "0.0.0-20260319-8230915ce"
55
+ },
56
+ "devDependencies": {
57
+ "@react-spectrum/provider": "^3.4.1",
58
+ "@react-stately/collections": "^3.12.7",
59
+ "@react-types/list": "^3.0.0-alpha.1",
60
+ "@react-types/select": "^3.6.1",
61
+ "@react-types/shared": "^3.8.0",
62
+ "@react-types/tabs": "^3.0.1",
63
+ "@spscommerce/utils": "^8.1.1",
64
+ "@testing-library/dom": "^8.17.1",
65
+ "@testing-library/react": "^12.0.0",
66
+ "@testing-library/react-hooks": "^8.0.1",
67
+ "@testing-library/user-event": "^14.4.3",
68
+ "@types/prop-types": "^15.7.1",
69
+ "@types/react-beautiful-dnd": "^13.1.2",
70
+ "lz-string": "^1.4.4",
71
+ "moment": "^2.25.3",
72
+ "moment-timezone": "^0.6.0",
73
+ "raf-stub": "^3.0.0",
74
+ "react": "^16.9.0",
75
+ "react-dom": "^16.9.0",
76
+ "@sps-woodland/illustrations": "0.0.0-20260319-8230915ce",
77
+ "@sps-woodland/tabs": "0.0.0-20260319-8230915ce",
78
+ "@spscommerce/ds-colors": "0.0.0-20260319-8230915ce",
79
+ "@spscommerce/ds-shared": "0.0.0-20260319-8230915ce",
80
+ "@spscommerce/i18n": "0.0.0-20260319-8230915ce",
81
+ "@spscommerce/positioning": "0.0.0-20260319-8230915ce",
82
+ "test": "0.0.0-20260319-8230915ce"
83
+ },
84
+ "scripts": {
85
+ "build": "pnpm run build:js && pnpm run build:types",
86
+ "build:js": "vite build",
87
+ "build:types": "tsc --emitDeclarationOnly --declaration --declarationDir lib",
88
+ "watch": "vite build --watch",
89
+ "clean": "git clean -fdX",
90
+ "pub": "node ../../scripts/publish-package.mjs"
91
+ }
92
+ }
@@ -0,0 +1,20 @@
1
+ import path from "node:path";
2
+
3
+ import { defineConfig } from "vite";
4
+
5
+ import pkg from "./package.json";
6
+
7
+ export default defineConfig({
8
+ build: {
9
+ lib: {
10
+ entry: path.resolve(__dirname, "src/index.ts"),
11
+ name: "DSReact",
12
+ fileName: "index",
13
+ },
14
+ outDir: path.resolve(__dirname, "./lib"),
15
+ emptyOutDir: false,
16
+ rollupOptions: {
17
+ external: pkg.peerDependencies ? Object.keys(pkg.peerDependencies) : [],
18
+ },
19
+ },
20
+ });