@sps-woodland/core 8.51.2 → 8.52.0

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 (737) hide show
  1. package/lib/components/app-root/AppRoot.css.d.ts +1 -2
  2. package/lib/components/app-root/AppRoot.d.ts +0 -1
  3. package/lib/components/box/Box.d.ts +0 -1
  4. package/lib/components/cap-content/CapContent.css.d.ts +0 -1
  5. package/lib/components/cap-content/CapContent.d.ts +0 -1
  6. package/lib/components/cap-content/CapContentTitle.d.ts +0 -1
  7. package/lib/components/content/Content.css.d.ts +0 -1
  8. package/lib/components/content/Content.d.ts +0 -1
  9. package/lib/components/icon/Icon.css.d.ts +1 -2
  10. package/lib/components/icon/Icon.d.ts +0 -1
  11. package/lib/components/icon/icons/index.d.ts +0 -1
  12. package/lib/components/input-panel/InputPanel.css.d.ts +0 -1
  13. package/lib/components/input-panel/InputPanel.d.ts +0 -1
  14. package/lib/components/reorder-wrapper/ReorderWrapper.d.ts +0 -1
  15. package/lib/components/spinner/Spinner.css.d.ts +1 -2
  16. package/lib/components/spinner/Spinner.d.ts +0 -1
  17. package/lib/components/spinner/Spinner.examples.d.ts +0 -1
  18. package/lib/components/title/Title.css.d.ts +1 -2
  19. package/lib/components/title/Title.d.ts +0 -1
  20. package/lib/components/vertical-rule/VerticalRule.css.d.ts +0 -1
  21. package/lib/components/vertical-rule/VerticalRule.d.ts +0 -1
  22. package/lib/examples.d.ts +0 -1
  23. package/lib/index.d.ts +0 -1
  24. package/lib/index.js +8 -8
  25. package/lib/index.umd.cjs +1 -1
  26. package/lib/manifest.d.ts +0 -1
  27. package/lib/metadata/metadata.d.ts +0 -1
  28. package/lib/style.css +1 -1
  29. package/lib/types/table.d.ts +0 -1
  30. package/lib/utils/ChildrenFn.d.ts +0 -1
  31. package/lib/utils/ComponentProps.d.ts +0 -1
  32. package/lib/utils/Provide.d.ts +0 -1
  33. package/lib/utils/VariantDefinitions.d.ts +0 -1
  34. package/lib/utils/addClassName.d.ts +0 -1
  35. package/lib/utils/addProps.d.ts +0 -1
  36. package/lib/utils/bindProps.d.ts +0 -1
  37. package/lib/utils/cl.d.ts +0 -1
  38. package/lib/utils/combineEventHandlers.d.ts +0 -1
  39. package/lib/utils/contentOf.d.ts +0 -1
  40. package/lib/utils/getScrollParent.d.ts +0 -1
  41. package/lib/utils/modChildren.d.ts +0 -1
  42. package/lib/utils/selectChildren.d.ts +0 -1
  43. package/lib/utils/useChildTestIdAttrBuilder.d.ts +0 -1
  44. package/lib/utils/useElementId.d.ts +0 -1
  45. package/lib/utils/usePatchReducer.d.ts +0 -1
  46. package/lib/utils/usePortal.d.ts +0 -1
  47. package/package.json +6 -755
  48. package/vite.config.mjs +1 -7
  49. package/lib/action-bar/action-bar/ActionBar.css.d.ts +0 -10
  50. package/lib/action-bar/action-bar/ActionBar.css.d.ts.map +0 -1
  51. package/lib/action-bar/action-bar/ActionBar.css.js +0 -12
  52. package/lib/action-bar/action-bar/ActionBar.d.ts +0 -9
  53. package/lib/action-bar/action-bar/ActionBar.d.ts.map +0 -1
  54. package/lib/action-bar/action-bar/ActionBar.js +0 -61
  55. package/lib/action-bar/action-bar-additional-content/ActionBarAdditionalContent.d.ts +0 -4
  56. package/lib/action-bar/action-bar-additional-content/ActionBarAdditionalContent.d.ts.map +0 -1
  57. package/lib/action-bar/action-bar-additional-content/ActionBarAdditionalContent.js +0 -24
  58. package/lib/action-bar/index.d.ts +0 -3
  59. package/lib/action-bar/index.d.ts.map +0 -1
  60. package/lib/action-bar/index.js +0 -79
  61. package/lib/action-bar/index.umd.cjs +0 -1
  62. package/lib/action-bar/style.css +0 -1
  63. package/lib/add-to-list/add-to-list/AddToList.css.d.ts +0 -91
  64. package/lib/add-to-list/add-to-list/AddToList.css.d.ts.map +0 -1
  65. package/lib/add-to-list/add-to-list/AddToList.css.js +0 -25
  66. package/lib/add-to-list/add-to-list/AddToList.d.ts +0 -31
  67. package/lib/add-to-list/add-to-list/AddToList.d.ts.map +0 -1
  68. package/lib/add-to-list/add-to-list/AddToList.js +0 -284
  69. package/lib/add-to-list/add-to-list/ItemsList.d.ts +0 -17
  70. package/lib/add-to-list/add-to-list/ItemsList.d.ts.map +0 -1
  71. package/lib/add-to-list/add-to-list/ItemsList.js +0 -67
  72. package/lib/add-to-list/add-to-list/ListItem.d.ts +0 -8
  73. package/lib/add-to-list/add-to-list/ListItem.d.ts.map +0 -1
  74. package/lib/add-to-list/add-to-list/ListItem.js +0 -51
  75. package/lib/add-to-list/index.d.ts +0 -2
  76. package/lib/add-to-list/index.d.ts.map +0 -1
  77. package/lib/add-to-list/index.js +0 -441
  78. package/lib/add-to-list/index.umd.cjs +0 -1
  79. package/lib/add-to-list/style.css +0 -1
  80. package/lib/buttons/button/Button.css.d.ts +0 -15
  81. package/lib/buttons/button/Button.css.d.ts.map +0 -1
  82. package/lib/buttons/button/Button.css.js +0 -10
  83. package/lib/buttons/button/Button.d.ts +0 -19
  84. package/lib/buttons/button/Button.d.ts.map +0 -1
  85. package/lib/buttons/button/Button.js +0 -116
  86. package/lib/buttons/index.d.ts +0 -2
  87. package/lib/buttons/index.d.ts.map +0 -1
  88. package/lib/buttons/index.js +0 -169
  89. package/lib/buttons/index.umd.cjs +0 -1
  90. package/lib/buttons/style.css +0 -1
  91. package/lib/cards/card/Card.css.d.ts +0 -2
  92. package/lib/cards/card/Card.css.d.ts.map +0 -1
  93. package/lib/cards/card/Card.css.js +0 -5
  94. package/lib/cards/card/Card.d.ts +0 -4
  95. package/lib/cards/card/Card.d.ts.map +0 -1
  96. package/lib/cards/card/Card.js +0 -28
  97. package/lib/cards/card-footer/CardFooter.css.d.ts +0 -2
  98. package/lib/cards/card-footer/CardFooter.css.d.ts.map +0 -1
  99. package/lib/cards/card-footer/CardFooter.css.js +0 -5
  100. package/lib/cards/card-footer/CardFooter.d.ts +0 -4
  101. package/lib/cards/card-footer/CardFooter.d.ts.map +0 -1
  102. package/lib/cards/card-footer/CardFooter.js +0 -14
  103. package/lib/cards/card-header/CardHeader.css.d.ts +0 -2
  104. package/lib/cards/card-header/CardHeader.css.d.ts.map +0 -1
  105. package/lib/cards/card-header/CardHeader.css.js +0 -5
  106. package/lib/cards/card-header/CardHeader.d.ts +0 -4
  107. package/lib/cards/card-header/CardHeader.d.ts.map +0 -1
  108. package/lib/cards/card-header/CardHeader.js +0 -14
  109. package/lib/cards/card-title/CardTitle.css.d.ts +0 -2
  110. package/lib/cards/card-title/CardTitle.css.d.ts.map +0 -1
  111. package/lib/cards/card-title/CardTitle.css.js +0 -5
  112. package/lib/cards/card-title/CardTitle.d.ts +0 -4
  113. package/lib/cards/card-title/CardTitle.d.ts.map +0 -1
  114. package/lib/cards/card-title/CardTitle.js +0 -14
  115. package/lib/cards/index.d.ts +0 -5
  116. package/lib/cards/index.d.ts.map +0 -1
  117. package/lib/cards/index.js +0 -56
  118. package/lib/cards/index.umd.cjs +0 -1
  119. package/lib/cards/style.css +0 -1
  120. package/lib/column-manager/column-manager/ColumnManager.d.ts +0 -23
  121. package/lib/column-manager/column-manager/ColumnManager.d.ts.map +0 -1
  122. package/lib/column-manager/column-manager/ColumnManager.js +0 -114
  123. package/lib/column-manager/column-manager/useColumnManager.d.ts +0 -27
  124. package/lib/column-manager/column-manager/useColumnManager.d.ts.map +0 -1
  125. package/lib/column-manager/column-manager/useColumnManager.js +0 -49
  126. package/lib/column-manager/index.d.ts +0 -3
  127. package/lib/column-manager/index.d.ts.map +0 -1
  128. package/lib/column-manager/index.js +0 -6
  129. package/lib/components/app-root/AppRoot.css.d.ts.map +0 -1
  130. package/lib/components/app-root/AppRoot.d.ts.map +0 -1
  131. package/lib/components/box/Box.d.ts.map +0 -1
  132. package/lib/components/cap-content/CapContent.css.d.ts.map +0 -1
  133. package/lib/components/cap-content/CapContent.d.ts.map +0 -1
  134. package/lib/components/cap-content/CapContentTitle.d.ts.map +0 -1
  135. package/lib/components/content/Content.css.d.ts.map +0 -1
  136. package/lib/components/content/Content.d.ts.map +0 -1
  137. package/lib/components/icon/Icon.css.d.ts.map +0 -1
  138. package/lib/components/icon/Icon.d.ts.map +0 -1
  139. package/lib/components/icon/icons/index.d.ts.map +0 -1
  140. package/lib/components/input-panel/InputPanel.css.d.ts.map +0 -1
  141. package/lib/components/input-panel/InputPanel.d.ts.map +0 -1
  142. package/lib/components/reorder-wrapper/ReorderWrapper.d.ts.map +0 -1
  143. package/lib/components/spinner/Spinner.css.d.ts.map +0 -1
  144. package/lib/components/spinner/Spinner.d.ts.map +0 -1
  145. package/lib/components/spinner/Spinner.examples.d.ts.map +0 -1
  146. package/lib/components/title/Title.css.d.ts.map +0 -1
  147. package/lib/components/title/Title.d.ts.map +0 -1
  148. package/lib/components/vertical-rule/VerticalRule.css.d.ts.map +0 -1
  149. package/lib/components/vertical-rule/VerticalRule.d.ts.map +0 -1
  150. package/lib/content-row/content-row/ContentRow.css.d.ts +0 -150
  151. package/lib/content-row/content-row/ContentRow.css.d.ts.map +0 -1
  152. package/lib/content-row/content-row/ContentRow.css.js +0 -19
  153. package/lib/content-row/content-row/ContentRow.d.ts +0 -27
  154. package/lib/content-row/content-row/ContentRow.d.ts.map +0 -1
  155. package/lib/content-row/content-row/ContentRow.js +0 -175
  156. package/lib/content-row/content-row-col/ContentRowCol.css.d.ts +0 -51
  157. package/lib/content-row/content-row-col/ContentRowCol.css.d.ts.map +0 -1
  158. package/lib/content-row/content-row-col/ContentRowCol.css.js +0 -8
  159. package/lib/content-row/content-row-col/ContentRowCol.d.ts +0 -11
  160. package/lib/content-row/content-row-col/ContentRowCol.d.ts.map +0 -1
  161. package/lib/content-row/content-row-col/ContentRowCol.js +0 -50
  162. package/lib/content-row/content-row-expansion/ContentRowExpansion.d.ts +0 -6
  163. package/lib/content-row/content-row-expansion/ContentRowExpansion.d.ts.map +0 -1
  164. package/lib/content-row/content-row-expansion/ContentRowExpansion.js +0 -25
  165. package/lib/content-row/index.d.ts +0 -5
  166. package/lib/content-row/index.d.ts.map +0 -1
  167. package/lib/content-row/index.js +0 -336
  168. package/lib/content-row/index.umd.cjs +0 -1
  169. package/lib/content-row/row-list-auto-layout/RowListAutoLayout.css.d.ts +0 -9
  170. package/lib/content-row/row-list-auto-layout/RowListAutoLayout.css.d.ts.map +0 -1
  171. package/lib/content-row/row-list-auto-layout/RowListAutoLayout.css.js +0 -6
  172. package/lib/content-row/row-list-auto-layout/RowListAutoLayout.d.ts +0 -6
  173. package/lib/content-row/row-list-auto-layout/RowListAutoLayout.d.ts.map +0 -1
  174. package/lib/content-row/row-list-auto-layout/RowListAutoLayout.js +0 -48
  175. package/lib/content-row/style.css +0 -1
  176. package/lib/content-tiles/content-tile/ContentTile.css.d.ts +0 -59
  177. package/lib/content-tiles/content-tile/ContentTile.css.d.ts.map +0 -1
  178. package/lib/content-tiles/content-tile/ContentTile.css.js +0 -15
  179. package/lib/content-tiles/content-tile/ContentTile.d.ts +0 -16
  180. package/lib/content-tiles/content-tile/ContentTile.d.ts.map +0 -1
  181. package/lib/content-tiles/content-tile/ContentTile.js +0 -62
  182. package/lib/content-tiles/content-tile-list/ContentTileList.css.d.ts +0 -3
  183. package/lib/content-tiles/content-tile-list/ContentTileList.css.d.ts.map +0 -1
  184. package/lib/content-tiles/content-tile-list/ContentTileList.css.js +0 -6
  185. package/lib/content-tiles/content-tile-list/ContentTileList.d.ts +0 -3
  186. package/lib/content-tiles/content-tile-list/ContentTileList.d.ts.map +0 -1
  187. package/lib/content-tiles/content-tile-list/ContentTileList.js +0 -14
  188. package/lib/content-tiles/index.d.ts +0 -3
  189. package/lib/content-tiles/index.d.ts.map +0 -1
  190. package/lib/content-tiles/index.js +0 -124
  191. package/lib/content-tiles/index.umd.cjs +0 -1
  192. package/lib/content-tiles/style.css +0 -1
  193. package/lib/core.css +0 -1
  194. package/lib/dropdowns/dropdown/Dropdown.css.d.ts +0 -74
  195. package/lib/dropdowns/dropdown/Dropdown.css.d.ts.map +0 -1
  196. package/lib/dropdowns/dropdown/Dropdown.css.js +0 -9
  197. package/lib/dropdowns/dropdown/Dropdown.d.ts +0 -16
  198. package/lib/dropdowns/dropdown/Dropdown.d.ts.map +0 -1
  199. package/lib/dropdowns/dropdown/Dropdown.js +0 -70
  200. package/lib/dropdowns/index.d.ts +0 -4
  201. package/lib/dropdowns/index.d.ts.map +0 -1
  202. package/lib/dropdowns/index.js +0 -180
  203. package/lib/dropdowns/index.umd.cjs +0 -1
  204. package/lib/dropdowns/option-list/Option.css.d.ts +0 -3
  205. package/lib/dropdowns/option-list/Option.css.d.ts.map +0 -1
  206. package/lib/dropdowns/option-list/Option.css.js +0 -6
  207. package/lib/dropdowns/option-list/Option.d.ts +0 -5
  208. package/lib/dropdowns/option-list/Option.d.ts.map +0 -1
  209. package/lib/dropdowns/option-list/Option.js +0 -22
  210. package/lib/dropdowns/option-list/OptionList.css.d.ts +0 -3
  211. package/lib/dropdowns/option-list/OptionList.css.d.ts.map +0 -1
  212. package/lib/dropdowns/option-list/OptionList.css.js +0 -6
  213. package/lib/dropdowns/option-list/OptionList.d.ts +0 -11
  214. package/lib/dropdowns/option-list/OptionList.d.ts.map +0 -1
  215. package/lib/dropdowns/option-list/OptionList.js +0 -46
  216. package/lib/dropdowns/style.css +0 -1
  217. package/lib/editable-table/EditableTable.d.ts +0 -6
  218. package/lib/editable-table/EditableTable.d.ts.map +0 -1
  219. package/lib/editable-table/EditableTable.js +0 -71
  220. package/lib/editable-table/index.d.ts +0 -2
  221. package/lib/editable-table/index.d.ts.map +0 -1
  222. package/lib/editable-table/index.js +0 -4
  223. package/lib/editable-table/style.css +0 -157
  224. package/lib/examples.d.ts.map +0 -1
  225. package/lib/feedback-block/FeedbackBlock.css.d.ts +0 -12
  226. package/lib/feedback-block/FeedbackBlock.css.d.ts.map +0 -1
  227. package/lib/feedback-block/FeedbackBlock.css.js +0 -8
  228. package/lib/feedback-block/FeedbackBlock.d.ts +0 -10
  229. package/lib/feedback-block/FeedbackBlock.d.ts.map +0 -1
  230. package/lib/feedback-block/FeedbackBlock.js +0 -38
  231. package/lib/feedback-block/index.d.ts +0 -2
  232. package/lib/feedback-block/index.d.ts.map +0 -1
  233. package/lib/feedback-block/index.js +0 -91
  234. package/lib/feedback-block/index.umd.cjs +0 -1
  235. package/lib/feedback-block/style.css +0 -1
  236. package/lib/file-upload/file-upload/FileUpload.css.d.ts +0 -95
  237. package/lib/file-upload/file-upload/FileUpload.css.d.ts.map +0 -1
  238. package/lib/file-upload/file-upload/FileUpload.css.js +0 -19
  239. package/lib/file-upload/file-upload/FileUpload.d.ts +0 -20
  240. package/lib/file-upload/file-upload/FileUpload.d.ts.map +0 -1
  241. package/lib/file-upload/file-upload/FileUpload.js +0 -197
  242. package/lib/file-upload/file-upload/mime-type.enum.d.ts +0 -98
  243. package/lib/file-upload/file-upload/mime-type.enum.d.ts.map +0 -1
  244. package/lib/file-upload/file-upload/mime-type.enum.js +0 -106
  245. package/lib/file-upload/index.d.ts +0 -2
  246. package/lib/file-upload/index.d.ts.map +0 -1
  247. package/lib/file-upload/index.js +0 -352
  248. package/lib/file-upload/index.umd.cjs +0 -1
  249. package/lib/file-upload/style.css +0 -1
  250. package/lib/filter-tiles/filter-tile/FilterTile.css.d.ts +0 -37
  251. package/lib/filter-tiles/filter-tile/FilterTile.css.d.ts.map +0 -1
  252. package/lib/filter-tiles/filter-tile/FilterTile.css.js +0 -10
  253. package/lib/filter-tiles/filter-tile/FilterTile.d.ts +0 -9
  254. package/lib/filter-tiles/filter-tile/FilterTile.d.ts.map +0 -1
  255. package/lib/filter-tiles/filter-tile/FilterTile.js +0 -35
  256. package/lib/filter-tiles/filter-tile-set/FilterTileSet.css.d.ts +0 -2
  257. package/lib/filter-tiles/filter-tile-set/FilterTileSet.css.d.ts.map +0 -1
  258. package/lib/filter-tiles/filter-tile-set/FilterTileSet.css.js +0 -5
  259. package/lib/filter-tiles/filter-tile-set/FilterTileSet.d.ts +0 -4
  260. package/lib/filter-tiles/filter-tile-set/FilterTileSet.d.ts.map +0 -1
  261. package/lib/filter-tiles/filter-tile-set/FilterTileSet.js +0 -16
  262. package/lib/filter-tiles/index.d.ts +0 -3
  263. package/lib/filter-tiles/index.d.ts.map +0 -1
  264. package/lib/filter-tiles/index.js +0 -100
  265. package/lib/filter-tiles/index.umd.cjs +0 -1
  266. package/lib/filter-tiles/style.css +0 -1
  267. package/lib/focused-task/focused-task/FocusedTask.css.d.ts +0 -15
  268. package/lib/focused-task/focused-task/FocusedTask.css.d.ts.map +0 -1
  269. package/lib/focused-task/focused-task/FocusedTask.css.js +0 -13
  270. package/lib/focused-task/focused-task/FocusedTask.d.ts +0 -17
  271. package/lib/focused-task/focused-task/FocusedTask.d.ts.map +0 -1
  272. package/lib/focused-task/focused-task/FocusedTask.js +0 -77
  273. package/lib/focused-task/focused-task/useFocusedTask.d.ts +0 -17
  274. package/lib/focused-task/focused-task/useFocusedTask.d.ts.map +0 -1
  275. package/lib/focused-task/focused-task/useFocusedTask.js +0 -19
  276. package/lib/focused-task/focused-task-actions/FocusedTaskActions.d.ts +0 -4
  277. package/lib/focused-task/focused-task-actions/FocusedTaskActions.d.ts.map +0 -1
  278. package/lib/focused-task/focused-task-actions/FocusedTaskActions.js +0 -14
  279. package/lib/focused-task/index.d.ts +0 -4
  280. package/lib/focused-task/index.d.ts.map +0 -1
  281. package/lib/focused-task/index.js +0 -154
  282. package/lib/focused-task/index.umd.cjs +0 -1
  283. package/lib/focused-task/style.css +0 -1
  284. package/lib/growler/Growler.css.d.ts +0 -18
  285. package/lib/growler/Growler.css.d.ts.map +0 -1
  286. package/lib/growler/Growler.css.js +0 -13
  287. package/lib/growler/Growler.d.ts +0 -23
  288. package/lib/growler/Growler.d.ts.map +0 -1
  289. package/lib/growler/Growler.js +0 -93
  290. package/lib/growler/GrowlerListProvider.d.ts +0 -14
  291. package/lib/growler/GrowlerListProvider.d.ts.map +0 -1
  292. package/lib/growler/GrowlerListProvider.js +0 -42
  293. package/lib/growler/Sonner.css.d.ts +0 -17
  294. package/lib/growler/Sonner.css.d.ts.map +0 -1
  295. package/lib/growler/Sonner.css.js +0 -13
  296. package/lib/growler/index.d.ts +0 -4
  297. package/lib/growler/index.d.ts.map +0 -1
  298. package/lib/growler/index.js +0 -267
  299. package/lib/growler/index.umd.cjs +0 -1
  300. package/lib/growler/sonner.d.ts +0 -87
  301. package/lib/growler/sonner.d.ts.map +0 -1
  302. package/lib/growler/sonner.js +0 -86
  303. package/lib/growler/style.css +0 -1
  304. package/lib/index.d.ts.map +0 -1
  305. package/lib/insight-card/InsightCard.css.d.ts +0 -20
  306. package/lib/insight-card/InsightCard.css.d.ts.map +0 -1
  307. package/lib/insight-card/InsightCard.css.js +0 -14
  308. package/lib/insight-card/InsightCard.d.ts +0 -15
  309. package/lib/insight-card/InsightCard.d.ts.map +0 -1
  310. package/lib/insight-card/InsightCard.js +0 -69
  311. package/lib/insight-card/InsightCardSet.d.ts +0 -3
  312. package/lib/insight-card/InsightCardSet.d.ts.map +0 -1
  313. package/lib/insight-card/InsightCardSet.js +0 -13
  314. package/lib/insight-card/index.d.ts +0 -3
  315. package/lib/insight-card/index.d.ts.map +0 -1
  316. package/lib/insight-card/index.js +0 -130
  317. package/lib/insight-card/index.umd.cjs +0 -1
  318. package/lib/insight-card/style.css +0 -1
  319. package/lib/key-value-set/index.d.ts +0 -3
  320. package/lib/key-value-set/index.d.ts.map +0 -1
  321. package/lib/key-value-set/index.js +0 -95
  322. package/lib/key-value-set/index.umd.cjs +0 -1
  323. package/lib/key-value-set/key-value-set/KeyValueSet.css.d.ts +0 -7
  324. package/lib/key-value-set/key-value-set/KeyValueSet.css.d.ts.map +0 -1
  325. package/lib/key-value-set/key-value-set/KeyValueSet.css.js +0 -6
  326. package/lib/key-value-set/key-value-set/KeyValueSet.d.ts +0 -6
  327. package/lib/key-value-set/key-value-set/KeyValueSet.d.ts.map +0 -1
  328. package/lib/key-value-set/key-value-set/KeyValueSet.js +0 -23
  329. package/lib/key-value-set/key-value-set-item/KeyValueSetItem.css.d.ts +0 -14
  330. package/lib/key-value-set/key-value-set-item/KeyValueSetItem.css.d.ts.map +0 -1
  331. package/lib/key-value-set/key-value-set-item/KeyValueSetItem.css.js +0 -8
  332. package/lib/key-value-set/key-value-set-item/KeyValueSetItem.d.ts +0 -7
  333. package/lib/key-value-set/key-value-set-item/KeyValueSetItem.d.ts.map +0 -1
  334. package/lib/key-value-set/key-value-set-item/KeyValueSetItem.js +0 -23
  335. package/lib/key-value-set/style.css +0 -1
  336. package/lib/list-bar/advanced-search/AdvancedSearch.css.d.ts +0 -11
  337. package/lib/list-bar/advanced-search/AdvancedSearch.css.d.ts.map +0 -1
  338. package/lib/list-bar/advanced-search/AdvancedSearch.css.js +0 -9
  339. package/lib/list-bar/advanced-search/AdvancedSearch.d.ts +0 -16
  340. package/lib/list-bar/advanced-search/AdvancedSearch.d.ts.map +0 -1
  341. package/lib/list-bar/advanced-search/AdvancedSearch.js +0 -56
  342. package/lib/list-bar/index.d.ts +0 -8
  343. package/lib/list-bar/index.d.ts.map +0 -1
  344. package/lib/list-bar/index.js +0 -317
  345. package/lib/list-bar/index.umd.cjs +0 -1
  346. package/lib/list-bar/list-bar/InputGroupWrapper.d.ts +0 -4
  347. package/lib/list-bar/list-bar/InputGroupWrapper.d.ts.map +0 -1
  348. package/lib/list-bar/list-bar/InputGroupWrapper.js +0 -20
  349. package/lib/list-bar/list-bar/ListBar.css.d.ts +0 -39
  350. package/lib/list-bar/list-bar/ListBar.css.d.ts.map +0 -1
  351. package/lib/list-bar/list-bar/ListBar.css.js +0 -18
  352. package/lib/list-bar/list-bar/ListBar.d.ts +0 -20
  353. package/lib/list-bar/list-bar/ListBar.d.ts.map +0 -1
  354. package/lib/list-bar/list-bar/ListBar.js +0 -123
  355. package/lib/list-bar/list-bar/ListBarSearch.d.ts +0 -6
  356. package/lib/list-bar/list-bar/ListBarSearch.d.ts.map +0 -1
  357. package/lib/list-bar/list-bar/ListBarSearch.js +0 -23
  358. package/lib/list-bar/list-bar/ListBarSearchInfo.d.ts +0 -4
  359. package/lib/list-bar/list-bar/ListBarSearchInfo.d.ts.map +0 -1
  360. package/lib/list-bar/list-bar/ListBarSearchInfo.js +0 -13
  361. package/lib/list-bar/list-bar/ListBarSortBy.d.ts +0 -16
  362. package/lib/list-bar/list-bar/ListBarSortBy.d.ts.map +0 -1
  363. package/lib/list-bar/list-bar/ListBarSortBy.js +0 -40
  364. package/lib/list-bar/search-results-bar/SearchResultsBar.css.d.ts +0 -10
  365. package/lib/list-bar/search-results-bar/SearchResultsBar.css.d.ts.map +0 -1
  366. package/lib/list-bar/search-results-bar/SearchResultsBar.css.js +0 -14
  367. package/lib/list-bar/search-results-bar/SearchResultsBar.d.ts +0 -11
  368. package/lib/list-bar/search-results-bar/SearchResultsBar.d.ts.map +0 -1
  369. package/lib/list-bar/search-results-bar/SearchResultsBar.js +0 -30
  370. package/lib/list-bar/style.css +0 -1
  371. package/lib/manifest.d.ts.map +0 -1
  372. package/lib/matrix/index.d.ts +0 -7
  373. package/lib/matrix/index.d.ts.map +0 -1
  374. package/lib/matrix/index.js +0 -95
  375. package/lib/matrix/index.umd.cjs +0 -1
  376. package/lib/matrix/matrix/Matrix.css.d.ts +0 -5
  377. package/lib/matrix/matrix/Matrix.css.d.ts.map +0 -1
  378. package/lib/matrix/matrix/Matrix.css.js +0 -8
  379. package/lib/matrix/matrix/Matrix.d.ts +0 -6
  380. package/lib/matrix/matrix/Matrix.d.ts.map +0 -1
  381. package/lib/matrix/matrix/Matrix.js +0 -28
  382. package/lib/matrix/matrix-body/MatrixBody.d.ts +0 -4
  383. package/lib/matrix/matrix-body/MatrixBody.d.ts.map +0 -1
  384. package/lib/matrix/matrix-body/MatrixBody.js +0 -15
  385. package/lib/matrix/matrix-cell/MatrixCell.d.ts +0 -4
  386. package/lib/matrix/matrix-cell/MatrixCell.d.ts.map +0 -1
  387. package/lib/matrix/matrix-cell/MatrixCell.js +0 -19
  388. package/lib/matrix/matrix-head/MatrixHead.d.ts +0 -4
  389. package/lib/matrix/matrix-head/MatrixHead.d.ts.map +0 -1
  390. package/lib/matrix/matrix-head/MatrixHead.js +0 -15
  391. package/lib/matrix/matrix-header/MatrixHeader.d.ts +0 -16
  392. package/lib/matrix/matrix-header/MatrixHeader.d.ts.map +0 -1
  393. package/lib/matrix/matrix-header/MatrixHeader.js +0 -25
  394. package/lib/matrix/matrix-row/MatrixRow.d.ts +0 -4
  395. package/lib/matrix/matrix-row/MatrixRow.d.ts.map +0 -1
  396. package/lib/matrix/matrix-row/MatrixRow.js +0 -15
  397. package/lib/matrix/style.css +0 -1
  398. package/lib/metadata/metadata.d.ts.map +0 -1
  399. package/lib/modal/index.d.ts +0 -4
  400. package/lib/modal/index.d.ts.map +0 -1
  401. package/lib/modal/index.js +0 -197
  402. package/lib/modal/index.umd.cjs +0 -1
  403. package/lib/modal/modal/Modal.css.d.ts +0 -20
  404. package/lib/modal/modal/Modal.css.d.ts.map +0 -1
  405. package/lib/modal/modal/Modal.css.js +0 -14
  406. package/lib/modal/modal/Modal.d.ts +0 -27
  407. package/lib/modal/modal/Modal.d.ts.map +0 -1
  408. package/lib/modal/modal/Modal.js +0 -113
  409. package/lib/modal/modal/useModal.d.ts +0 -17
  410. package/lib/modal/modal/useModal.d.ts.map +0 -1
  411. package/lib/modal/modal/useModal.js +0 -26
  412. package/lib/modal/modal-footer/ModalFooter.d.ts +0 -4
  413. package/lib/modal/modal-footer/ModalFooter.d.ts.map +0 -1
  414. package/lib/modal/modal-footer/ModalFooter.js +0 -14
  415. package/lib/modal/style.css +0 -1
  416. package/lib/node_modules/.pnpm/@vanilla-extract_recipes@0.2.5_@vanilla-extract_css@1.17.4/node_modules/@vanilla-extract/recipes/createRuntimeFn/dist/vanilla-extract-recipes-createRuntimeFn.esm.js +0 -57
  417. package/lib/node_modules/.pnpm/nanoid@5.1.5/node_modules/nanoid/index.browser.js +0 -11
  418. package/lib/node_modules/.pnpm/nanoid@5.1.5/node_modules/nanoid/url-alphabet/index.js +0 -4
  419. package/lib/page-title/index.d.ts +0 -3
  420. package/lib/page-title/index.d.ts.map +0 -1
  421. package/lib/page-title/index.js +0 -32
  422. package/lib/page-title/index.umd.cjs +0 -1
  423. package/lib/page-title/page-subtitle/PageSubtitle.css.d.ts +0 -3
  424. package/lib/page-title/page-subtitle/PageSubtitle.css.d.ts.map +0 -1
  425. package/lib/page-title/page-subtitle/PageSubtitle.css.js +0 -6
  426. package/lib/page-title/page-subtitle/PageSubtitle.d.ts +0 -4
  427. package/lib/page-title/page-subtitle/PageSubtitle.d.ts.map +0 -1
  428. package/lib/page-title/page-subtitle/PageSubtitle.js +0 -19
  429. package/lib/page-title/page-title/PageTitle.css.d.ts +0 -4
  430. package/lib/page-title/page-title/PageTitle.css.d.ts.map +0 -1
  431. package/lib/page-title/page-title/PageTitle.css.js +0 -7
  432. package/lib/page-title/page-title/PageTitle.d.ts +0 -4
  433. package/lib/page-title/page-title/PageTitle.d.ts.map +0 -1
  434. package/lib/page-title/page-title/PageTitle.js +0 -17
  435. package/lib/page-title/style.css +0 -1
  436. package/lib/photo/index.d.ts +0 -3
  437. package/lib/photo/index.d.ts.map +0 -1
  438. package/lib/photo/index.js +0 -179
  439. package/lib/photo/index.umd.cjs +0 -1
  440. package/lib/photo/photo/Photo.css.d.ts +0 -12
  441. package/lib/photo/photo/Photo.css.d.ts.map +0 -1
  442. package/lib/photo/photo/Photo.css.js +0 -8
  443. package/lib/photo/photo/Photo.d.ts +0 -11
  444. package/lib/photo/photo/Photo.d.ts.map +0 -1
  445. package/lib/photo/photo/Photo.js +0 -83
  446. package/lib/photo/photo-carousel/PhotoCarousel.css.d.ts +0 -13
  447. package/lib/photo/photo-carousel/PhotoCarousel.css.d.ts.map +0 -1
  448. package/lib/photo/photo-carousel/PhotoCarousel.css.js +0 -10
  449. package/lib/photo/photo-carousel/PhotoCarousel.d.ts +0 -4
  450. package/lib/photo/photo-carousel/PhotoCarousel.d.ts.map +0 -1
  451. package/lib/photo/photo-carousel/PhotoCarousel.js +0 -48
  452. package/lib/photo/style.css +0 -1
  453. package/lib/product-bar/hooks/usePriorityPlus.d.ts +0 -33
  454. package/lib/product-bar/hooks/usePriorityPlus.d.ts.map +0 -1
  455. package/lib/product-bar/hooks/usePriorityPlus.js +0 -106
  456. package/lib/product-bar/index.d.ts +0 -5
  457. package/lib/product-bar/index.d.ts.map +0 -1
  458. package/lib/product-bar/index.js +0 -397
  459. package/lib/product-bar/index.umd.cjs +0 -1
  460. package/lib/product-bar/product-bar/ProductBar.css.d.ts +0 -43
  461. package/lib/product-bar/product-bar/ProductBar.css.d.ts.map +0 -1
  462. package/lib/product-bar/product-bar/ProductBar.css.js +0 -15
  463. package/lib/product-bar/product-bar/ProductBar.d.ts +0 -14
  464. package/lib/product-bar/product-bar/ProductBar.d.ts.map +0 -1
  465. package/lib/product-bar/product-bar/ProductBar.js +0 -107
  466. package/lib/product-bar/product-bar-name/ProductBarName.d.ts +0 -12
  467. package/lib/product-bar/product-bar-name/ProductBarName.d.ts.map +0 -1
  468. package/lib/product-bar/product-bar-name/ProductBarName.js +0 -33
  469. package/lib/product-bar/product-bar-overflow-menu/ProductBarOverflowMenu.css.d.ts +0 -23
  470. package/lib/product-bar/product-bar-overflow-menu/ProductBarOverflowMenu.css.d.ts.map +0 -1
  471. package/lib/product-bar/product-bar-overflow-menu/ProductBarOverflowMenu.css.js +0 -9
  472. package/lib/product-bar/product-bar-overflow-menu/ProductBarOverflowMenu.d.ts +0 -13
  473. package/lib/product-bar/product-bar-overflow-menu/ProductBarOverflowMenu.d.ts.map +0 -1
  474. package/lib/product-bar/product-bar-overflow-menu/ProductBarOverflowMenu.js +0 -71
  475. package/lib/product-bar/product-bar-tab/ProductBarTab.d.ts +0 -16
  476. package/lib/product-bar/product-bar-tab/ProductBarTab.d.ts.map +0 -1
  477. package/lib/product-bar/product-bar-tab/ProductBarTab.js +0 -24
  478. package/lib/product-bar/slack-link/SlackLink.css.d.ts +0 -3
  479. package/lib/product-bar/slack-link/SlackLink.css.d.ts.map +0 -1
  480. package/lib/product-bar/slack-link/SlackLink.css.js +0 -6
  481. package/lib/product-bar/slack-link/SlackLink.d.ts +0 -6
  482. package/lib/product-bar/slack-link/SlackLink.d.ts.map +0 -1
  483. package/lib/product-bar/slack-link/SlackLink.js +0 -32
  484. package/lib/product-bar/style.css +0 -1
  485. package/lib/product-bar-vertical/index.d.ts +0 -5
  486. package/lib/product-bar-vertical/index.d.ts.map +0 -1
  487. package/lib/product-bar-vertical/index.js +0 -261
  488. package/lib/product-bar-vertical/index.umd.cjs +0 -1
  489. package/lib/product-bar-vertical/product-bar-vertical/ProductBarVertical.css.d.ts +0 -78
  490. package/lib/product-bar-vertical/product-bar-vertical/ProductBarVertical.css.d.ts.map +0 -1
  491. package/lib/product-bar-vertical/product-bar-vertical/ProductBarVertical.css.js +0 -24
  492. package/lib/product-bar-vertical/product-bar-vertical/ProductBarVertical.d.ts +0 -8
  493. package/lib/product-bar-vertical/product-bar-vertical/ProductBarVertical.d.ts.map +0 -1
  494. package/lib/product-bar-vertical/product-bar-vertical/ProductBarVertical.js +0 -62
  495. package/lib/product-bar-vertical/product-bar-vertical-header/ProductBarVerticalHeader.d.ts +0 -9
  496. package/lib/product-bar-vertical/product-bar-vertical-header/ProductBarVerticalHeader.d.ts.map +0 -1
  497. package/lib/product-bar-vertical/product-bar-vertical-header/ProductBarVerticalHeader.js +0 -44
  498. package/lib/product-bar-vertical/product-bar-vertical-item/ProductBarVerticalItem.d.ts +0 -15
  499. package/lib/product-bar-vertical/product-bar-vertical-item/ProductBarVerticalItem.d.ts.map +0 -1
  500. package/lib/product-bar-vertical/product-bar-vertical-item/ProductBarVerticalItem.js +0 -91
  501. package/lib/product-bar-vertical/product-bar-vertical-section/ProductBarVerticalSection.d.ts +0 -10
  502. package/lib/product-bar-vertical/product-bar-vertical-section/ProductBarVerticalSection.d.ts.map +0 -1
  503. package/lib/product-bar-vertical/product-bar-vertical-section/ProductBarVerticalSection.js +0 -30
  504. package/lib/product-bar-vertical/style.css +0 -1
  505. package/lib/progress-indicators/index.d.ts +0 -4
  506. package/lib/progress-indicators/index.d.ts.map +0 -1
  507. package/lib/progress-indicators/index.js +0 -264
  508. package/lib/progress-indicators/index.umd.cjs +0 -1
  509. package/lib/progress-indicators/progress-bar/ProgressBar.css.d.ts +0 -19
  510. package/lib/progress-indicators/progress-bar/ProgressBar.css.d.ts.map +0 -1
  511. package/lib/progress-indicators/progress-bar/ProgressBar.css.js +0 -14
  512. package/lib/progress-indicators/progress-bar/ProgressBar.d.ts +0 -13
  513. package/lib/progress-indicators/progress-bar/ProgressBar.d.ts.map +0 -1
  514. package/lib/progress-indicators/progress-bar/ProgressBar.js +0 -112
  515. package/lib/progress-indicators/progress-bar/progress-bar-step/ProgressBarStep.css.d.ts +0 -14
  516. package/lib/progress-indicators/progress-bar/progress-bar-step/ProgressBarStep.css.d.ts.map +0 -1
  517. package/lib/progress-indicators/progress-bar/progress-bar-step/ProgressBarStep.css.js +0 -9
  518. package/lib/progress-indicators/progress-bar/progress-bar-step/ProgressBarStep.d.ts +0 -14
  519. package/lib/progress-indicators/progress-bar/progress-bar-step/ProgressBarStep.d.ts.map +0 -1
  520. package/lib/progress-indicators/progress-bar/progress-bar-step/ProgressBarStep.js +0 -56
  521. package/lib/progress-indicators/progress-ring/ProgressRing.d.ts +0 -8
  522. package/lib/progress-indicators/progress-ring/ProgressRing.d.ts.map +0 -1
  523. package/lib/progress-indicators/progress-ring/ProgressRing.js +0 -54
  524. package/lib/progress-indicators/style.css +0 -1
  525. package/lib/rich-text-editor/index.d.ts +0 -3
  526. package/lib/rich-text-editor/index.d.ts.map +0 -1
  527. package/lib/rich-text-editor/index.js +0 -588
  528. package/lib/rich-text-editor/index.umd.cjs +0 -13
  529. package/lib/rich-text-editor/rich-text-editor/RTELinkModal.d.ts +0 -13
  530. package/lib/rich-text-editor/rich-text-editor/RTELinkModal.d.ts.map +0 -1
  531. package/lib/rich-text-editor/rich-text-editor/RTELinkModal.js +0 -35
  532. package/lib/rich-text-editor/rich-text-editor/RTEToolbarButton.css.d.ts +0 -16
  533. package/lib/rich-text-editor/rich-text-editor/RTEToolbarButton.css.d.ts.map +0 -1
  534. package/lib/rich-text-editor/rich-text-editor/RTEToolbarButton.css.js +0 -7
  535. package/lib/rich-text-editor/rich-text-editor/RTEToolbarButton.d.ts +0 -11
  536. package/lib/rich-text-editor/rich-text-editor/RTEToolbarButton.d.ts.map +0 -1
  537. package/lib/rich-text-editor/rich-text-editor/RTEToolbarButton.js +0 -38
  538. package/lib/rich-text-editor/rich-text-editor/RichTextEditor.css.d.ts +0 -15
  539. package/lib/rich-text-editor/rich-text-editor/RichTextEditor.css.d.ts.map +0 -1
  540. package/lib/rich-text-editor/rich-text-editor/RichTextEditor.css.js +0 -9
  541. package/lib/rich-text-editor/rich-text-editor/RichTextEditor.d.ts +0 -8
  542. package/lib/rich-text-editor/rich-text-editor/RichTextEditor.d.ts.map +0 -1
  543. package/lib/rich-text-editor/rich-text-editor/RichTextEditor.js +0 -81
  544. package/lib/rich-text-editor/rich-text-editor/hooks/useHtmlToMd.d.ts +0 -2
  545. package/lib/rich-text-editor/rich-text-editor/hooks/useHtmlToMd.d.ts.map +0 -1
  546. package/lib/rich-text-editor/rich-text-editor/hooks/useHtmlToMd.js +0 -20
  547. package/lib/rich-text-editor/rich-text-editor/hooks/useMdToHtml.d.ts +0 -2
  548. package/lib/rich-text-editor/rich-text-editor/hooks/useMdToHtml.d.ts.map +0 -1
  549. package/lib/rich-text-editor/rich-text-editor/hooks/useMdToHtml.js +0 -22
  550. package/lib/rich-text-editor/rich-text-editor/hooks/useRTEContent.d.ts +0 -14
  551. package/lib/rich-text-editor/rich-text-editor/hooks/useRTEContent.d.ts.map +0 -1
  552. package/lib/rich-text-editor/rich-text-editor/hooks/useRTEContent.js +0 -28
  553. package/lib/rich-text-editor/rich-text-editor/hooks/useRTEObserver.d.ts +0 -6
  554. package/lib/rich-text-editor/rich-text-editor/hooks/useRTEObserver.d.ts.map +0 -1
  555. package/lib/rich-text-editor/rich-text-editor/hooks/useRTEObserver.js +0 -94
  556. package/lib/rich-text-editor/rich-text-editor/hooks/useRTESelectionListener.d.ts +0 -7
  557. package/lib/rich-text-editor/rich-text-editor/hooks/useRTESelectionListener.d.ts.map +0 -1
  558. package/lib/rich-text-editor/rich-text-editor/hooks/useRTESelectionListener.js +0 -37
  559. package/lib/rich-text-editor/rich-text-editor/hooks/useRTEToolbarButtons.d.ts +0 -15
  560. package/lib/rich-text-editor/rich-text-editor/hooks/useRTEToolbarButtons.d.ts.map +0 -1
  561. package/lib/rich-text-editor/rich-text-editor/hooks/useRTEToolbarButtons.js +0 -214
  562. package/lib/rich-text-editor/rich-text-editor/icons/BOLD.svg.js +0 -4
  563. package/lib/rich-text-editor/rich-text-editor/icons/INDENT.svg.js +0 -4
  564. package/lib/rich-text-editor/rich-text-editor/icons/ITALICS.svg.js +0 -4
  565. package/lib/rich-text-editor/rich-text-editor/icons/LINK.svg.js +0 -4
  566. package/lib/rich-text-editor/rich-text-editor/icons/ORDERED_LIST.svg.js +0 -4
  567. package/lib/rich-text-editor/rich-text-editor/icons/OUTDENT.svg.js +0 -4
  568. package/lib/rich-text-editor/rich-text-editor/icons/REDO.svg.js +0 -4
  569. package/lib/rich-text-editor/rich-text-editor/icons/UNDO.svg.js +0 -4
  570. package/lib/rich-text-editor/rich-text-editor/icons/UNLINK.svg.js +0 -4
  571. package/lib/rich-text-editor/rich-text-editor/icons/UNORDERED_LIST.svg.js +0 -4
  572. package/lib/rich-text-editor/rich-text-editor/icons/index.d.ts +0 -12
  573. package/lib/rich-text-editor/rich-text-editor/icons/index.d.ts.map +0 -1
  574. package/lib/rich-text-editor/rich-text-editor/utils/flattenListItemParagraphs.d.ts +0 -10
  575. package/lib/rich-text-editor/rich-text-editor/utils/flattenListItemParagraphs.d.ts.map +0 -1
  576. package/lib/rich-text-editor/rich-text-editor/utils/flattenListItemParagraphs.js +0 -13
  577. package/lib/rich-text-editor/rich-text-editor/utils/utils.d.ts +0 -3
  578. package/lib/rich-text-editor/rich-text-editor/utils/utils.d.ts.map +0 -1
  579. package/lib/rich-text-editor/rich-text-editor/utils/utils.js +0 -16
  580. package/lib/rich-text-editor/style.css +0 -1
  581. package/lib/scrollable-container/ScrollableContainer.css.d.ts +0 -2
  582. package/lib/scrollable-container/ScrollableContainer.css.d.ts.map +0 -1
  583. package/lib/scrollable-container/ScrollableContainer.css.js +0 -5
  584. package/lib/scrollable-container/ScrollableContainer.d.ts +0 -6
  585. package/lib/scrollable-container/ScrollableContainer.d.ts.map +0 -1
  586. package/lib/scrollable-container/ScrollableContainer.js +0 -29
  587. package/lib/scrollable-container/index.d.ts +0 -2
  588. package/lib/scrollable-container/index.d.ts.map +0 -1
  589. package/lib/scrollable-container/index.js +0 -29
  590. package/lib/scrollable-container/index.umd.cjs +0 -1
  591. package/lib/scrollable-container/style.css +0 -1
  592. package/lib/side-nav/index.d.ts +0 -5
  593. package/lib/side-nav/index.d.ts.map +0 -1
  594. package/lib/side-nav/index.js +0 -228
  595. package/lib/side-nav/index.umd.cjs +0 -1
  596. package/lib/side-nav/side-nav/SideNav.css.d.ts +0 -30
  597. package/lib/side-nav/side-nav/SideNav.css.d.ts.map +0 -1
  598. package/lib/side-nav/side-nav/SideNav.css.js +0 -17
  599. package/lib/side-nav/side-nav/SideNav.d.ts +0 -9
  600. package/lib/side-nav/side-nav/SideNav.d.ts.map +0 -1
  601. package/lib/side-nav/side-nav/SideNav.js +0 -62
  602. package/lib/side-nav/side-nav/navContext.d.ts +0 -5
  603. package/lib/side-nav/side-nav/navContext.d.ts.map +0 -1
  604. package/lib/side-nav/side-nav/navContext.js +0 -8
  605. package/lib/side-nav/side-nav-header/SideNavHeader.d.ts +0 -4
  606. package/lib/side-nav/side-nav-header/SideNavHeader.d.ts.map +0 -1
  607. package/lib/side-nav/side-nav-header/SideNavHeader.js +0 -17
  608. package/lib/side-nav/side-nav-item/SideNavItem.d.ts +0 -25
  609. package/lib/side-nav/side-nav-item/SideNavItem.d.ts.map +0 -1
  610. package/lib/side-nav/side-nav-item/SideNavItem.js +0 -84
  611. package/lib/side-nav/side-nav-section/SideNavSection.d.ts +0 -7
  612. package/lib/side-nav/side-nav-section/SideNavSection.d.ts.map +0 -1
  613. package/lib/side-nav/side-nav-section/SideNavSection.js +0 -28
  614. package/lib/side-nav/style.css +0 -1
  615. package/lib/sorting-header/caret/caret.css.d.ts +0 -21
  616. package/lib/sorting-header/caret/caret.css.d.ts.map +0 -1
  617. package/lib/sorting-header/caret/caret.css.js +0 -6
  618. package/lib/sorting-header/index.d.ts +0 -3
  619. package/lib/sorting-header/index.d.ts.map +0 -1
  620. package/lib/sorting-header/index.js +0 -250
  621. package/lib/sorting-header/index.umd.cjs +0 -1
  622. package/lib/sorting-header/sorting-header/SortingHeader.css.d.ts +0 -39
  623. package/lib/sorting-header/sorting-header/SortingHeader.css.d.ts.map +0 -1
  624. package/lib/sorting-header/sorting-header/SortingHeader.css.js +0 -7
  625. package/lib/sorting-header/sorting-header/SortingHeader.d.ts +0 -9
  626. package/lib/sorting-header/sorting-header/SortingHeader.d.ts.map +0 -1
  627. package/lib/sorting-header/sorting-header/SortingHeader.js +0 -126
  628. package/lib/sorting-header/sorting-header-cell/SortingHeaderCell.css.d.ts +0 -35
  629. package/lib/sorting-header/sorting-header-cell/SortingHeaderCell.css.d.ts.map +0 -1
  630. package/lib/sorting-header/sorting-header-cell/SortingHeaderCell.css.js +0 -6
  631. package/lib/sorting-header/sorting-header-cell/SortingHeaderCell.d.ts +0 -12
  632. package/lib/sorting-header/sorting-header-cell/SortingHeaderCell.d.ts.map +0 -1
  633. package/lib/sorting-header/sorting-header-cell/SortingHeaderCell.js +0 -77
  634. package/lib/sorting-header/style.css +0 -1
  635. package/lib/tabs/index.d.ts +0 -4
  636. package/lib/tabs/index.d.ts.map +0 -1
  637. package/lib/tabs/index.js +0 -206
  638. package/lib/tabs/index.umd.cjs +0 -1
  639. package/lib/tabs/style.css +0 -1
  640. package/lib/tabs/tab/Tab.css.d.ts +0 -12
  641. package/lib/tabs/tab/Tab.css.d.ts.map +0 -1
  642. package/lib/tabs/tab/Tab.css.js +0 -7
  643. package/lib/tabs/tab/Tab.d.ts +0 -10
  644. package/lib/tabs/tab/Tab.d.ts.map +0 -1
  645. package/lib/tabs/tab/Tab.js +0 -28
  646. package/lib/tabs/tab-panel/TabPanel.d.ts +0 -9
  647. package/lib/tabs/tab-panel/TabPanel.d.ts.map +0 -1
  648. package/lib/tabs/tab-panel/TabPanel.js +0 -24
  649. package/lib/tabs/tabs/Tabs.css.d.ts +0 -30
  650. package/lib/tabs/tabs/Tabs.css.d.ts.map +0 -1
  651. package/lib/tabs/tabs/Tabs.css.js +0 -11
  652. package/lib/tabs/tabs/Tabs.d.ts +0 -6
  653. package/lib/tabs/tabs/Tabs.d.ts.map +0 -1
  654. package/lib/tabs/tabs/Tabs.js +0 -113
  655. package/lib/tags/clickable-tag/ClickableTag.css.d.ts +0 -17
  656. package/lib/tags/clickable-tag/ClickableTag.css.d.ts.map +0 -1
  657. package/lib/tags/clickable-tag/ClickableTag.css.js +0 -10
  658. package/lib/tags/clickable-tag/ClickableTag.d.ts +0 -13
  659. package/lib/tags/clickable-tag/ClickableTag.d.ts.map +0 -1
  660. package/lib/tags/clickable-tag/ClickableTag.js +0 -72
  661. package/lib/tags/index.d.ts +0 -4
  662. package/lib/tags/index.d.ts.map +0 -1
  663. package/lib/tags/index.js +0 -189
  664. package/lib/tags/index.umd.cjs +0 -1
  665. package/lib/tags/split-tag/SplitTag.css.d.ts +0 -67
  666. package/lib/tags/split-tag/SplitTag.css.d.ts.map +0 -1
  667. package/lib/tags/split-tag/SplitTag.css.js +0 -10
  668. package/lib/tags/split-tag/SplitTag.d.ts +0 -14
  669. package/lib/tags/split-tag/SplitTag.d.ts.map +0 -1
  670. package/lib/tags/split-tag/SplitTag.js +0 -32
  671. package/lib/tags/style.css +0 -1
  672. package/lib/tags/tag/Tag.css.d.ts +0 -24
  673. package/lib/tags/tag/Tag.css.d.ts.map +0 -1
  674. package/lib/tags/tag/Tag.css.js +0 -7
  675. package/lib/tags/tag/Tag.d.ts +0 -11
  676. package/lib/tags/tag/Tag.d.ts.map +0 -1
  677. package/lib/tags/tag/Tag.js +0 -41
  678. package/lib/types/table.d.ts.map +0 -1
  679. package/lib/utils/ChildrenFn.d.ts.map +0 -1
  680. package/lib/utils/ComponentProps.d.ts.map +0 -1
  681. package/lib/utils/Provide.d.ts.map +0 -1
  682. package/lib/utils/VariantDefinitions.d.ts.map +0 -1
  683. package/lib/utils/addClassName.d.ts.map +0 -1
  684. package/lib/utils/addProps.d.ts.map +0 -1
  685. package/lib/utils/bindProps.d.ts.map +0 -1
  686. package/lib/utils/cl.d.ts.map +0 -1
  687. package/lib/utils/combineEventHandlers.d.ts.map +0 -1
  688. package/lib/utils/contentOf.d.ts.map +0 -1
  689. package/lib/utils/getScrollParent.d.ts.map +0 -1
  690. package/lib/utils/modChildren.d.ts.map +0 -1
  691. package/lib/utils/selectChildren.d.ts.map +0 -1
  692. package/lib/utils/useChildTestIdAttrBuilder.d.ts.map +0 -1
  693. package/lib/utils/useElementId.d.ts.map +0 -1
  694. package/lib/utils/usePatchReducer.d.ts.map +0 -1
  695. package/lib/utils/usePortal.d.ts.map +0 -1
  696. package/lib/zero-state/ZeroState.css.d.ts +0 -41
  697. package/lib/zero-state/ZeroState.css.d.ts.map +0 -1
  698. package/lib/zero-state/ZeroState.css.js +0 -12
  699. package/lib/zero-state/ZeroState.d.ts +0 -12
  700. package/lib/zero-state/ZeroState.d.ts.map +0 -1
  701. package/lib/zero-state/ZeroState.js +0 -31
  702. package/lib/zero-state/index.d.ts +0 -2
  703. package/lib/zero-state/index.d.ts.map +0 -1
  704. package/lib/zero-state/index.js +0 -84
  705. package/lib/zero-state/index.umd.cjs +0 -1
  706. package/lib/zero-state/style.css +0 -1
  707. package/vite.action-bar.config.mjs +0 -40
  708. package/vite.add-to-list.config.mjs +0 -40
  709. package/vite.buttons.config.mjs +0 -41
  710. package/vite.cards.config.mjs +0 -40
  711. package/vite.content-row.config.mjs +0 -40
  712. package/vite.content-tiles.config.mjs +0 -40
  713. package/vite.dropdowns.config.mjs +0 -41
  714. package/vite.editable-table.config.mjs +0 -68
  715. package/vite.feedback-block.config.mjs +0 -40
  716. package/vite.file-upload.config.mjs +0 -40
  717. package/vite.filter-tiles.config.mjs +0 -40
  718. package/vite.focused-task.config.mjs +0 -40
  719. package/vite.growler.config.mjs +0 -41
  720. package/vite.insight-card.config.mjs +0 -40
  721. package/vite.key-value-set.config.mjs +0 -40
  722. package/vite.list-bar.config.mjs +0 -40
  723. package/vite.matrix.config.mjs +0 -40
  724. package/vite.modal.config.mjs +0 -40
  725. package/vite.page-title.config.mjs +0 -40
  726. package/vite.photo.config.mjs +0 -40
  727. package/vite.product-bar-vertical.config.mjs +0 -40
  728. package/vite.product-bar.config.mjs +0 -42
  729. package/vite.progress-indicators.config.mjs +0 -40
  730. package/vite.rich-text-editor.config.mjs +0 -48
  731. package/vite.scrollable-container.config.mjs +0 -40
  732. package/vite.side-nav.config.mjs +0 -40
  733. package/vite.sorting-header.config.mjs +0 -40
  734. package/vite.subpaths.config.mjs +0 -246
  735. package/vite.tabs.config.mjs +0 -43
  736. package/vite.tags.config.mjs +0 -40
  737. package/vite.zero-state.config.mjs +0 -40
@@ -1,40 +0,0 @@
1
- /**
2
- * Vite config for building sorting-header CSS separately.
3
- */
4
- import path from "node:path";
5
- import { vanillaExtractPlugin } from "@vanilla-extract/vite-plugin";
6
- import { defineConfig } from "vite";
7
- import pkg from "./package.json" with { type: "json" };
8
- import { getVanillaExtractPluginProps } from "../../../scripts/vanilla-extract-plugin-props.mjs";
9
-
10
- const packageVersion = process.env.PREDICTED_VERSION || pkg.version;
11
-
12
- export default defineConfig({
13
- plugins: [
14
- vanillaExtractPlugin(
15
- getVanillaExtractPluginProps({
16
- packageName: pkg.name,
17
- packageVersion,
18
- })
19
- ),
20
- ],
21
- build: {
22
- lib: {
23
- entry: path.resolve(__dirname, "src/sorting-header/index.ts"),
24
- name: "SortingHeader",
25
- fileName: "index",
26
- cssFileName: "style",
27
- },
28
- outDir: path.resolve(__dirname, "./lib/sorting-header"),
29
- emptyOutDir: false,
30
- rollupOptions: {
31
- external: [
32
- ...Object.keys(pkg.peerDependencies || {}),
33
- /^@sps-woodland\//,
34
- /^@spscommerce\//,
35
- /^react/,
36
- /^react-dom/,
37
- ],
38
- },
39
- },
40
- });
@@ -1,246 +0,0 @@
1
- import path from "node:path";
2
- import { vanillaExtractPlugin } from "@vanilla-extract/vite-plugin";
3
- import { defineConfig } from "vite";
4
- import pkg from "./package.json" with { type: "json" };
5
- import { getVanillaExtractPluginProps } from "../../../scripts/vanilla-extract-plugin-props.mjs";
6
-
7
- const packageVersion = process.env.PREDICTED_VERSION || pkg.version;
8
-
9
- /**
10
- * @sps-woodland/core subpath build.
11
- *
12
- * Builds families that were migrated into core. Each
13
- * family is exposed as a subpath export (@sps-woodland/core/<family>) with its
14
- * own entry. Outputs land in ./lib/<family>/ alongside the legacy single-entry
15
- * build's ./lib/index.* outputs — different paths, no conflicts. emptyOutDir is
16
- * false so neither build wipes the other's output.
17
- */
18
-
19
- const entries = {
20
- "insight-card/index": path.resolve(__dirname, "src/insight-card/index.ts"),
21
-
22
- // Page Title — barrel for CSS generation + family-equality (selectChildren/modChildren);
23
- // flat subpath for PageSubtitle (PageTitle is name-clashed, barrel-only).
24
- "page-title/index": path.resolve(__dirname, "src/page-title/index.ts"),
25
- "page-title/page-subtitle/PageSubtitle": path.resolve(__dirname, "src/page-title/page-subtitle/PageSubtitle.tsx"),
26
-
27
- // Filter Tiles — barrel + flat subpaths for both components (no name clash).
28
- "filter-tiles/index": path.resolve(__dirname, "src/filter-tiles/index.ts"),
29
- "filter-tiles/filter-tile/FilterTile": path.resolve(__dirname, "src/filter-tiles/filter-tile/FilterTile.tsx"),
30
- "filter-tiles/filter-tile-set/FilterTileSet": path.resolve(__dirname, "src/filter-tiles/filter-tile-set/FilterTileSet.tsx"),
31
-
32
- // Key Value Set — barrel + flat for KeyValueSetItem (KeyValueSet is name-clashed, barrel-only).
33
- "key-value-set/index": path.resolve(__dirname, "src/key-value-set/index.ts"),
34
- "key-value-set/key-value-set-item/KeyValueSetItem": path.resolve(__dirname, "src/key-value-set/key-value-set-item/KeyValueSetItem.tsx"),
35
-
36
- // Sorting Header — barrel + flat for SortingHeaderCell. SortingHeader uses
37
- // selectChildren/modChildren so Gotcha #11 applies.
38
- "sorting-header/index": path.resolve(__dirname, "src/sorting-header/index.ts"),
39
- "sorting-header/sorting-header-cell/SortingHeaderCell": path.resolve(__dirname, "src/sorting-header/sorting-header-cell/SortingHeaderCell.tsx"),
40
-
41
- // Content Tiles — barrel + flat subpaths for both components (no name clash).
42
- // ContentTile uses selectChildren with a custom predicate (Metadata.get(child).name === "Tag"),
43
- // so Gotcha #11 doesn't apply here.
44
- "content-tiles/index": path.resolve(__dirname, "src/content-tiles/index.ts"),
45
- "content-tiles/content-tile/ContentTile": path.resolve(__dirname, "src/content-tiles/content-tile/ContentTile.tsx"),
46
- "content-tiles/content-tile-list/ContentTileList": path.resolve(__dirname, "src/content-tiles/content-tile-list/ContentTileList.tsx"),
47
-
48
- // Matrix — barrel + flat subpaths for all 5 child components. Matrix.tsx
49
- // renders children directly (no selectChildren), so Gotcha #11 doesn't apply.
50
- "matrix/index": path.resolve(__dirname, "src/matrix/index.ts"),
51
- "matrix/matrix-head/MatrixHead": path.resolve(__dirname, "src/matrix/matrix-head/MatrixHead.tsx"),
52
- "matrix/matrix-header/MatrixHeader": path.resolve(__dirname, "src/matrix/matrix-header/MatrixHeader.tsx"),
53
- "matrix/matrix-body/MatrixBody": path.resolve(__dirname, "src/matrix/matrix-body/MatrixBody.tsx"),
54
- "matrix/matrix-row/MatrixRow": path.resolve(__dirname, "src/matrix/matrix-row/MatrixRow.tsx"),
55
- "matrix/matrix-cell/MatrixCell": path.resolve(__dirname, "src/matrix/matrix-cell/MatrixCell.tsx"),
56
-
57
- // Photo — barrel + flat for PhotoCarousel (Photo is name-clashed, barrel-only).
58
- // PhotoCarousel uses selectChildren({ type: Photo }) — Gotcha #11 applies.
59
- "photo/index": path.resolve(__dirname, "src/photo/index.ts"),
60
- "photo/photo-carousel/PhotoCarousel": path.resolve(__dirname, "src/photo/photo-carousel/PhotoCarousel.tsx"),
61
-
62
- // Dropdowns — barrel + flat subpaths for Dropdown, OptionList, Option.
63
- // OptionList uses selectChildren({ type: Option }) and Dropdown uses modChildren — Gotcha #11 applies.
64
- "dropdowns/index": path.resolve(__dirname, "src/dropdowns/index.ts"),
65
- "dropdowns/dropdown/Dropdown": path.resolve(__dirname, "src/dropdowns/dropdown/Dropdown.tsx"),
66
- "dropdowns/option-list/OptionList": path.resolve(__dirname, "src/dropdowns/option-list/OptionList.tsx"),
67
- "dropdowns/option-list/Option": path.resolve(__dirname, "src/dropdowns/option-list/Option.tsx"),
68
-
69
- // Side Nav — barrel + flat for the children (SideNav is name-clashed, barrel-only).
70
- // SideNav uses selectChildren + modChildren; navContext.ts is internal-only (shared between
71
- // SideNav and SideNavItem via relative imports), not exported.
72
- "side-nav/index": path.resolve(__dirname, "src/side-nav/index.ts"),
73
- "side-nav/side-nav-item/SideNavItem": path.resolve(__dirname, "src/side-nav/side-nav-item/SideNavItem.tsx"),
74
- "side-nav/side-nav-header/SideNavHeader": path.resolve(__dirname, "src/side-nav/side-nav-header/SideNavHeader.tsx"),
75
- "side-nav/side-nav-section/SideNavSection": path.resolve(__dirname, "src/side-nav/side-nav-section/SideNavSection.tsx"),
76
-
77
- // Product Bar — barrel + flat for non-clashing children (ProductBar is name-clashed, barrel-only).
78
- // ProductBar uses selectChildren — Gotcha #11 applies. Internal-only helpers (ProductBarOverflowMenu,
79
- // usePriorityPlus hook) live in the family but aren't exported.
80
- "product-bar/index": path.resolve(__dirname, "src/product-bar/index.ts"),
81
- "product-bar/product-bar-tab/ProductBarTab": path.resolve(__dirname, "src/product-bar/product-bar-tab/ProductBarTab.tsx"),
82
- "product-bar/product-bar-name/ProductBarName": path.resolve(__dirname, "src/product-bar/product-bar-name/ProductBarName.tsx"),
83
- "product-bar/slack-link/SlackLink": path.resolve(__dirname, "src/product-bar/slack-link/SlackLink.tsx"),
84
-
85
- // Editable Table — barrel only (EditableTable is name-clashed). Uses a plain .css file (not
86
- // vanilla-extract); the stylesheet is built by a separate vite.editable-table.config.mjs that
87
- // runs postcss-import to inline the handsontable styles. Brings @handsontable/react +
88
- // @handsontable/react-wrapper + handsontable as regular deps on core.
89
- "editable-table/index": path.resolve(__dirname, "src/editable-table/index.ts"),
90
-
91
- // Action Bar — barrel + flat for ActionBarAdditionalContent (ActionBar is name-clashed, barrel-only).
92
- "action-bar/index": path.resolve(__dirname, "src/action-bar/index.ts"),
93
- "action-bar/action-bar-additional-content/ActionBarAdditionalContent": path.resolve(__dirname, "src/action-bar/action-bar-additional-content/ActionBarAdditionalContent.tsx"),
94
-
95
- // Content Row — barrel + flat for ContentRowCol/Expansion/RowListAutoLayout (ContentRow is
96
- // name-clashed, barrel-only). ContentRow uses selectChildren on ContentRowCol/Expansion —
97
- // Gotcha #11 applies.
98
- "content-row/index": path.resolve(__dirname, "src/content-row/index.ts"),
99
- "content-row/content-row-col/ContentRowCol": path.resolve(__dirname, "src/content-row/content-row-col/ContentRowCol.tsx"),
100
- "content-row/content-row-expansion/ContentRowExpansion": path.resolve(__dirname, "src/content-row/content-row-expansion/ContentRowExpansion.tsx"),
101
- "content-row/row-list-auto-layout/RowListAutoLayout": path.resolve(__dirname, "src/content-row/row-list-auto-layout/RowListAutoLayout.tsx"),
102
-
103
- // File Upload — barrel only (FileUpload is name-clashed). Internal mime-type.enum.ts is
104
- // colocated and not exported.
105
- "file-upload/index": path.resolve(__dirname, "src/file-upload/index.ts"),
106
-
107
- // Focused Task — barrel + flat for FocusedTaskActions (FocusedTask is name-clashed, barrel-only;
108
- // useFocusedTask hook is barrel-only). Uses react-aria + react-stately.
109
- "focused-task/index": path.resolve(__dirname, "src/focused-task/index.ts"),
110
- "focused-task/focused-task-actions/FocusedTaskActions": path.resolve(__dirname, "src/focused-task/focused-task-actions/FocusedTaskActions.tsx"),
111
-
112
- // Modal — barrel + flat for ModalFooter (Modal is name-clashed, barrel-only; useModal hook is
113
- // barrel-only). Uses react-aria + react-stately.
114
- "modal/index": path.resolve(__dirname, "src/modal/index.ts"),
115
- "modal/modal-footer/ModalFooter": path.resolve(__dirname, "src/modal/modal-footer/ModalFooter.tsx"),
116
-
117
- // Product Bar Vertical — barrel + flat for the 3 children (ProductBarVertical is name-clashed).
118
- // ProductBarVertical uses selectChildren + modChildren — Gotcha #11 applies.
119
- "product-bar-vertical/index": path.resolve(__dirname, "src/product-bar-vertical/index.ts"),
120
- "product-bar-vertical/product-bar-vertical-header/ProductBarVerticalHeader": path.resolve(__dirname, "src/product-bar-vertical/product-bar-vertical-header/ProductBarVerticalHeader.tsx"),
121
- "product-bar-vertical/product-bar-vertical-item/ProductBarVerticalItem": path.resolve(__dirname, "src/product-bar-vertical/product-bar-vertical-item/ProductBarVerticalItem.tsx"),
122
- "product-bar-vertical/product-bar-vertical-section/ProductBarVerticalSection": path.resolve(__dirname, "src/product-bar-vertical/product-bar-vertical-section/ProductBarVerticalSection.tsx"),
123
-
124
- // Progress Indicators — barrel + flat subpaths for each component (no name clash).
125
- // ProgressBarStep uses SpsTooltip from @spscommerce/ds-react (already declared on core).
126
- "progress-indicators/index": path.resolve(__dirname, "src/progress-indicators/index.ts"),
127
- "progress-indicators/progress-bar/ProgressBar": path.resolve(__dirname, "src/progress-indicators/progress-bar/ProgressBar.tsx"),
128
- "progress-indicators/progress-bar/progress-bar-step/ProgressBarStep": path.resolve(__dirname, "src/progress-indicators/progress-bar/progress-bar-step/ProgressBarStep.tsx"),
129
- "progress-indicators/progress-ring/ProgressRing": path.resolve(__dirname, "src/progress-indicators/progress-ring/ProgressRing.tsx"),
130
-
131
- // Growler — barrel only (wrapper API doesn't differentiate). Bundles sonner + nanoid.
132
- // Exposes GrowlerEmitter, growl, GrowlerListProvider, Growler.
133
- "growler/index": path.resolve(__dirname, "src/growler/index.ts"),
134
-
135
- // List Bar — barrel + 6 flat subpaths (ListBar is name-clashed, barrel-only).
136
- // Cross-family imports: Button, Tag, Tabs (Phase 4, still in @sps-woodland/react).
137
- "list-bar/index": path.resolve(__dirname, "src/list-bar/index.ts"),
138
- "list-bar/list-bar/ListBarSearch": path.resolve(__dirname, "src/list-bar/list-bar/ListBarSearch.tsx"),
139
- "list-bar/list-bar/ListBarSearchInfo": path.resolve(__dirname, "src/list-bar/list-bar/ListBarSearchInfo.tsx"),
140
- "list-bar/list-bar/ListBarSortBy": path.resolve(__dirname, "src/list-bar/list-bar/ListBarSortBy.tsx"),
141
- "list-bar/list-bar/InputGroupWrapper": path.resolve(__dirname, "src/list-bar/list-bar/InputGroupWrapper.tsx"),
142
- "list-bar/search-results-bar/SearchResultsBar": path.resolve(__dirname, "src/list-bar/search-results-bar/SearchResultsBar.tsx"),
143
- "list-bar/advanced-search/AdvancedSearch": path.resolve(__dirname, "src/list-bar/advanced-search/AdvancedSearch.tsx"),
144
-
145
- // Cards — barrel + flat for Card pieces. Cross-family: Tabs (Phase 4, still in react).
146
- "cards/index": path.resolve(__dirname, "src/cards/index.ts"),
147
- "cards/card/Card": path.resolve(__dirname, "src/cards/card/Card.tsx"),
148
- "cards/card-header/CardHeader": path.resolve(__dirname, "src/cards/card-header/CardHeader.tsx"),
149
- "cards/card-footer/CardFooter": path.resolve(__dirname, "src/cards/card-footer/CardFooter.tsx"),
150
- "cards/card-title/CardTitle": path.resolve(__dirname, "src/cards/card-title/CardTitle.tsx"),
151
-
152
- // Add To List — barrel only (AddToList is name-clashed, barrel-only). Internal helpers ItemsList
153
- // and ListItem are not exported. Cross-family: Card, Tag, ZeroState, ScrollableContainer,
154
- // FeedbackBlock (all Phase 4, still in react).
155
- "add-to-list/index": path.resolve(__dirname, "src/add-to-list/index.ts"),
156
-
157
- // Column Manager — barrel only (ColumnManager is name-clashed; useColumnManager is a hook).
158
- // No .css.ts of its own — styles come from @sps-woodland/tokens sprinkles, so no per-family CSS
159
- // config, no style.css export. Depends on AddToList (now in core/add-to-list).
160
- "column-manager/index": path.resolve(__dirname, "src/column-manager/index.ts"),
161
-
162
- // Rich Text Editor — barrel only (RichTextEditor is name-clashed). Bundles 9 unified/rehype/
163
- // remark/unist-util-visit runtime deps (declared as regular deps on core; externalized at
164
- // build time, resolved at consumer install time — same pattern as growler/editable-table).
165
- // SVG icons live in icons/ and are inlined as data URLs by vite's default asset handling.
166
- // Cross-family: Button (Phase 4, still in @sps-woodland/react).
167
- "rich-text-editor/index": path.resolve(__dirname, "src/rich-text-editor/index.ts"),
168
-
169
- // Feedback Block — barrel only (FeedbackBlock is name-clashed, single-component family).
170
- // Phase 4 dependency-leaf (no cross-family deps).
171
- "feedback-block/index": path.resolve(__dirname, "src/feedback-block/index.ts"),
172
-
173
- // Scrollable Container — barrel only (single-component family). Phase 4 dependency-leaf
174
- // (no cross-family deps). Consumed by cards-wrapper aggregator and add-to-list/ItemsList.
175
- "scrollable-container/index": path.resolve(__dirname, "src/scrollable-container/index.ts"),
176
-
177
- // Zero State — barrel only (single-component family). Phase 4 dependency-leaf.
178
- // Brings @sps-woodland/illustrations (BUILDING_LARGE) — already a core peer.
179
- "zero-state/index": path.resolve(__dirname, "src/zero-state/index.ts"),
180
-
181
- // Tabs — barrel + flat for Tab and TabPanel (Tabs is name-clashed). Tabs uses
182
- // selectChildren({ type: Tab }), Tab uses modChildren — Gotcha #11 applies.
183
- // Brings 3 granular react-aria/stately/types packages: @react-aria/tabs,
184
- // @react-stately/tabs, @react-types/tabs (declared as regular deps on core).
185
- "tabs/index": path.resolve(__dirname, "src/tabs/index.ts"),
186
- "tabs/tab/Tab": path.resolve(__dirname, "src/tabs/tab/Tab.tsx"),
187
- "tabs/tab-panel/TabPanel": path.resolve(__dirname, "src/tabs/tab-panel/TabPanel.tsx"),
188
-
189
- // Tags — barrel + flat for Tag, ClickableTag, SplitTag. All three are independent
190
- // siblings (no selectChildren among them), so Gotcha #11 doesn't apply here.
191
- "tags/index": path.resolve(__dirname, "src/tags/index.ts"),
192
- "tags/tag/Tag": path.resolve(__dirname, "src/tags/tag/Tag.tsx"),
193
- "tags/clickable-tag/ClickableTag": path.resolve(__dirname, "src/tags/clickable-tag/ClickableTag.tsx"),
194
- "tags/split-tag/SplitTag": path.resolve(__dirname, "src/tags/split-tag/SplitTag.tsx"),
195
-
196
- // Buttons — barrel + flat for Button (the only component in the family).
197
- // Brings 4 granular @react-aria packages as regular core deps: @react-aria/button,
198
- // @react-aria/focus, @react-aria/interactions, @react-aria/utils. Closes Phase 4 —
199
- // last family to migrate from @sps-woodland/react.
200
- "buttons/index": path.resolve(__dirname, "src/buttons/index.ts"),
201
- "buttons/button/Button": path.resolve(__dirname, "src/buttons/button/Button.tsx"),
202
- };
203
-
204
- export default defineConfig({
205
- plugins: [
206
- vanillaExtractPlugin(
207
- getVanillaExtractPluginProps({
208
- packageName: pkg.name,
209
- packageVersion,
210
- })
211
- ),
212
- ],
213
- build: {
214
- lib: {
215
- entry: entries,
216
- formats: ["es"],
217
- fileName: (format, entryName) => `${entryName}.js`,
218
- },
219
- outDir: path.resolve(__dirname, "./lib"),
220
- emptyOutDir: false,
221
- rollupOptions: {
222
- external: [
223
- ...Object.keys(pkg.peerDependencies || {}),
224
- /^@sps-woodland\//,
225
- /^@spscommerce\//,
226
- /^@ariakit\//,
227
- /^@react-aria\//,
228
- /^@react-stately\//,
229
- /^@react-types\//,
230
- /^@handsontable\//,
231
- /^handsontable/,
232
- /^react/,
233
- /^react-dom/,
234
- /^sonner/,
235
- /^unified/,
236
- /^rehype-/,
237
- /^remark-/,
238
- /^unist-/,
239
- ],
240
- output: {
241
- preserveModules: true,
242
- preserveModulesRoot: "src",
243
- },
244
- },
245
- },
246
- });
@@ -1,43 +0,0 @@
1
- /**
2
- * Vite config for building tabs CSS separately.
3
- */
4
- import path from "node:path";
5
- import { vanillaExtractPlugin } from "@vanilla-extract/vite-plugin";
6
- import { defineConfig } from "vite";
7
- import pkg from "./package.json" with { type: "json" };
8
- import { getVanillaExtractPluginProps } from "../../../scripts/vanilla-extract-plugin-props.mjs";
9
-
10
- const packageVersion = process.env.PREDICTED_VERSION || pkg.version;
11
-
12
- export default defineConfig({
13
- plugins: [
14
- vanillaExtractPlugin(
15
- getVanillaExtractPluginProps({
16
- packageName: pkg.name,
17
- packageVersion,
18
- })
19
- ),
20
- ],
21
- build: {
22
- lib: {
23
- entry: path.resolve(__dirname, "src/tabs/index.ts"),
24
- name: "Tabs",
25
- fileName: "index",
26
- cssFileName: "style",
27
- },
28
- outDir: path.resolve(__dirname, "./lib/tabs"),
29
- emptyOutDir: false,
30
- rollupOptions: {
31
- external: [
32
- ...Object.keys(pkg.peerDependencies || {}),
33
- /^@sps-woodland\//,
34
- /^@spscommerce\//,
35
- /^@react-aria\//,
36
- /^@react-stately\//,
37
- /^@react-types\//,
38
- /^react/,
39
- /^react-dom/,
40
- ],
41
- },
42
- },
43
- });
@@ -1,40 +0,0 @@
1
- /**
2
- * Vite config for building tags CSS separately.
3
- */
4
- import path from "node:path";
5
- import { vanillaExtractPlugin } from "@vanilla-extract/vite-plugin";
6
- import { defineConfig } from "vite";
7
- import pkg from "./package.json" with { type: "json" };
8
- import { getVanillaExtractPluginProps } from "../../../scripts/vanilla-extract-plugin-props.mjs";
9
-
10
- const packageVersion = process.env.PREDICTED_VERSION || pkg.version;
11
-
12
- export default defineConfig({
13
- plugins: [
14
- vanillaExtractPlugin(
15
- getVanillaExtractPluginProps({
16
- packageName: pkg.name,
17
- packageVersion,
18
- })
19
- ),
20
- ],
21
- build: {
22
- lib: {
23
- entry: path.resolve(__dirname, "src/tags/index.ts"),
24
- name: "Tags",
25
- fileName: "index",
26
- cssFileName: "style",
27
- },
28
- outDir: path.resolve(__dirname, "./lib/tags"),
29
- emptyOutDir: false,
30
- rollupOptions: {
31
- external: [
32
- ...Object.keys(pkg.peerDependencies || {}),
33
- /^@sps-woodland\//,
34
- /^@spscommerce\//,
35
- /^react/,
36
- /^react-dom/,
37
- ],
38
- },
39
- },
40
- });
@@ -1,40 +0,0 @@
1
- /**
2
- * Vite config for building zero-state CSS separately.
3
- */
4
- import path from "node:path";
5
- import { vanillaExtractPlugin } from "@vanilla-extract/vite-plugin";
6
- import { defineConfig } from "vite";
7
- import pkg from "./package.json" with { type: "json" };
8
- import { getVanillaExtractPluginProps } from "../../../scripts/vanilla-extract-plugin-props.mjs";
9
-
10
- const packageVersion = process.env.PREDICTED_VERSION || pkg.version;
11
-
12
- export default defineConfig({
13
- plugins: [
14
- vanillaExtractPlugin(
15
- getVanillaExtractPluginProps({
16
- packageName: pkg.name,
17
- packageVersion,
18
- })
19
- ),
20
- ],
21
- build: {
22
- lib: {
23
- entry: path.resolve(__dirname, "src/zero-state/index.ts"),
24
- name: "ZeroState",
25
- fileName: "index",
26
- cssFileName: "style",
27
- },
28
- outDir: path.resolve(__dirname, "./lib/zero-state"),
29
- emptyOutDir: false,
30
- rollupOptions: {
31
- external: [
32
- ...Object.keys(pkg.peerDependencies || {}),
33
- /^@sps-woodland\//,
34
- /^@spscommerce\//,
35
- /^react/,
36
- /^react-dom/,
37
- ],
38
- },
39
- },
40
- });