@procore/core-react 11.19.0 → 11.20.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 (641) hide show
  1. package/dist/DateInput/DateInput.js +3 -0
  2. package/dist/DateInput/DateInput.js.map +1 -1
  3. package/dist/FileSelect/FileExplorer/FileExplorer.styles.js +6 -4
  4. package/dist/FileSelect/FileExplorer/FileExplorer.styles.js.map +1 -1
  5. package/dist/FileSelect/GridSource/GridSource.js +20 -3
  6. package/dist/FileSelect/GridSource/GridSource.js.map +1 -1
  7. package/dist/FileSelect/GridSource/GridSource.styles.d.ts +0 -1
  8. package/dist/FileSelect/GridSource/GridSource.styles.js +2 -3
  9. package/dist/FileSelect/GridSource/GridSource.styles.js.map +1 -1
  10. package/dist/FileSelect/storyHelpers.d.ts +20 -0
  11. package/dist/FileSelect/storyHelpers.js +15 -0
  12. package/dist/FileSelect/storyHelpers.js.map +1 -1
  13. package/dist/Panel/Panel.js +2 -2
  14. package/dist/Panel/Panel.js.map +1 -1
  15. package/dist/ThumbnailGrid/ThumbnailGrid.js +96 -16
  16. package/dist/ThumbnailGrid/ThumbnailGrid.js.map +1 -1
  17. package/dist/ThumbnailGrid/ThumbnailGrid.styles.d.ts +2 -0
  18. package/dist/ThumbnailGrid/ThumbnailGrid.styles.js +6 -4
  19. package/dist/ThumbnailGrid/ThumbnailGrid.styles.js.map +1 -1
  20. package/dist/ThumbnailGrid/ThumbnailGrid.types.d.ts +31 -1
  21. package/dist/Tree/Tree.js +1 -1
  22. package/dist/Tree/Tree.js.map +1 -1
  23. package/dist/Typography/Typography.colors.story.d.ts +2 -0
  24. package/dist/Typography/Typography.colors.story.js +146 -0
  25. package/dist/Typography/Typography.colors.story.js.map +1 -0
  26. package/dist/Typography/Typography.table.story.d.ts +2 -0
  27. package/dist/Typography/Typography.table.story.js +62 -0
  28. package/dist/Typography/Typography.table.story.js.map +1 -0
  29. package/dist/_hooks/I18n.d.ts +37 -1
  30. package/dist/_hooks/I18n.js.map +1 -1
  31. package/dist/_locales/de-DE.json +5 -2
  32. package/dist/_locales/en-AU.json +3 -0
  33. package/dist/_locales/en-CA.json +3 -0
  34. package/dist/_locales/en-GB.json +3 -0
  35. package/dist/_locales/es-ES.json +4 -1
  36. package/dist/_locales/es.json +3 -0
  37. package/dist/_locales/fr-CA.json +5 -2
  38. package/dist/_locales/fr-FR.json +3 -0
  39. package/dist/_locales/is-IS.json +3 -0
  40. package/dist/_locales/pt-BR.json +4 -1
  41. package/dist/_locales/th-TH.json +3 -0
  42. package/dist/_locales/zh-SG.json +3 -0
  43. package/dist/_typedoc/Avatar/Avatar.types.json +20 -20
  44. package/dist/_typedoc/AvatarStack/AvatarStack.types.json +23 -23
  45. package/dist/_typedoc/Badge/Badge.types.json +6 -6
  46. package/dist/_typedoc/Banner/Banner.types.json +13 -13
  47. package/dist/_typedoc/Box/Box.types.json +68 -68
  48. package/dist/_typedoc/Breadcrumbs/Breadcrumbs.types.json +10 -10
  49. package/dist/_typedoc/Button/Button.types.json +11 -11
  50. package/dist/_typedoc/Calendar/Calendar.types.json +158 -158
  51. package/dist/_typedoc/Card/Card.types.json +6 -6
  52. package/dist/_typedoc/Checkbox/Checkbox.types.json +7 -7
  53. package/dist/_typedoc/ContactItem/ContactItem.types.json +9 -9
  54. package/dist/_typedoc/DateInput/DateInput.types.json +35 -35
  55. package/dist/_typedoc/DateSelect/DateSelect.types.json +13 -13
  56. package/dist/_typedoc/DetailPage/DetailPage.types.json +4 -4
  57. package/dist/_typedoc/Dropdown/Dropdown.types.json +37 -37
  58. package/dist/_typedoc/DropdownFlyout/DropdownFlyout.types.json +29 -29
  59. package/dist/_typedoc/Dropzone/Dropzone.types.json +41 -41
  60. package/dist/_typedoc/EmptyState/EmptyState.types.json +14 -14
  61. package/dist/_typedoc/FileList/FileList.types.json +9 -9
  62. package/dist/_typedoc/FileSelect/FileSelect.types.json +26 -26
  63. package/dist/_typedoc/FileSelect/GridSource/GridSource.types.json +20 -20
  64. package/dist/_typedoc/FileSelect/LocalSource/LocalSource.types.json +14 -14
  65. package/dist/_typedoc/FileSelect/TreeSource/TreeSource.types.json +9 -9
  66. package/dist/_typedoc/Flex/Flex.types.json +27 -27
  67. package/dist/_typedoc/FlexList/FlexList.types.json +30 -30
  68. package/dist/_typedoc/Form/Form.types.json +698 -698
  69. package/dist/_typedoc/Grid/Grid.types.json +8 -8
  70. package/dist/_typedoc/GroupSelect/GroupSelect.types.json +52 -52
  71. package/dist/_typedoc/Input/Input.types.json +2 -2
  72. package/dist/_typedoc/Link/Link.types.json +4 -4
  73. package/dist/_typedoc/ListPage/ListPage.types.json +13 -13
  74. package/dist/_typedoc/Menu/Menu.types.json +62 -62
  75. package/dist/_typedoc/MenuImperative/MenuImperative.types.json +74 -74
  76. package/dist/_typedoc/Modal/Modal.types.json +41 -41
  77. package/dist/_typedoc/MultiSelect/MultiSelect.types.json +31 -31
  78. package/dist/_typedoc/Notation/Notation.types.json +4 -4
  79. package/dist/_typedoc/NumberInput/NumberInput.types.json +38 -38
  80. package/dist/_typedoc/OverlayTrigger/OverlayTrigger.types.json +30 -30
  81. package/dist/_typedoc/PageLayout/PageLayout.types.json +22 -22
  82. package/dist/_typedoc/Pagination/Pagination.types.json +7 -7
  83. package/dist/_typedoc/Panel/Panel.types.json +27 -27
  84. package/dist/_typedoc/Pill/Pill.types.json +2 -2
  85. package/dist/_typedoc/PillSelect/PillSelect.types.json +46 -46
  86. package/dist/_typedoc/Popover/Popover.types.json +14 -14
  87. package/dist/_typedoc/ProgressBar/ProgressBar.types.json +6 -6
  88. package/dist/_typedoc/RadioButton/RadioButton.types.json +6 -6
  89. package/dist/_typedoc/Required/Required.types.json +5 -5
  90. package/dist/_typedoc/Search/Search.types.json +18 -18
  91. package/dist/_typedoc/Section/Section.types.json +14 -14
  92. package/dist/_typedoc/SegmentedController/SegmentedController.types.json +20 -20
  93. package/dist/_typedoc/Select/Select.types.json +268 -32
  94. package/dist/_typedoc/Slider/Slider.types.json +6 -6
  95. package/dist/_typedoc/Spinner/Spinner.types.json +9 -9
  96. package/dist/_typedoc/Switch/Switch.types.json +3 -3
  97. package/dist/_typedoc/Table/Table.types.json +98 -98
  98. package/dist/_typedoc/Tabs/Tabs.types.json +17 -17
  99. package/dist/_typedoc/Tearsheet/Tearsheet.types.json +16 -16
  100. package/dist/_typedoc/TextArea/TextArea.types.json +3 -3
  101. package/dist/_typedoc/TextEditor/TextEditor.types.json +9 -9
  102. package/dist/_typedoc/TextEditorOutput/TextEditorOutput.types.json +4 -4
  103. package/dist/_typedoc/Thumbnail/Thumbnail.types.json +19 -19
  104. package/dist/_typedoc/TieredDropdown/TieredDropdown.types.json +42 -42
  105. package/dist/_typedoc/TieredSelect/TieredSelect.types.json +28 -28
  106. package/dist/_typedoc/Tile/Tile.types.json +30 -30
  107. package/dist/_typedoc/Toast/Toast.types.json +4 -4
  108. package/dist/_typedoc/ToggleButton/ToggleButton.types.json +3 -3
  109. package/dist/_typedoc/Token/Token.types.json +4 -4
  110. package/dist/_typedoc/ToolHeader/ToolHeader.types.json +10 -10
  111. package/dist/_typedoc/Tooltip/Tooltip.types.json +13 -13
  112. package/dist/_typedoc/Tree/Tree.types.json +86 -86
  113. package/dist/_typedoc/Typeahead/Typeahead.types.json +2 -2
  114. package/dist/_typedoc/Typography/Typography.types.json +8 -8
  115. package/dist/_typedoc/_utils/types.json +3 -3
  116. package/dist/_utils/CalendarHelpers.js +3 -1
  117. package/dist/_utils/CalendarHelpers.js.map +1 -1
  118. package/dist/_utils/TinyMCE.js +3 -1
  119. package/dist/_utils/TinyMCE.js.map +1 -1
  120. package/dist/_utils/propsTypedoc.d.ts +1 -1
  121. package/package.json +12 -10
  122. package/catalog-info.yaml +0 -48
  123. package/coverage/clover.xml +0 -14506
  124. package/coverage/coverage-final.json +0 -405
  125. package/coverage/lcov-report/base.css +0 -224
  126. package/coverage/lcov-report/block-navigation.js +0 -87
  127. package/coverage/lcov-report/favicon.png +0 -0
  128. package/coverage/lcov-report/index.html +0 -1751
  129. package/coverage/lcov-report/prettify.css +0 -1
  130. package/coverage/lcov-report/prettify.js +0 -2
  131. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  132. package/coverage/lcov-report/sorter.js +0 -196
  133. package/coverage/lcov-report/src/Avatar/Avatar.coverage.stories.tsx.html +0 -670
  134. package/coverage/lcov-report/src/Avatar/Avatar.demo.stories.tsx.html +0 -376
  135. package/coverage/lcov-report/src/Avatar/Avatar.styles.ts.html +0 -517
  136. package/coverage/lcov-report/src/Avatar/Avatar.tsx.html +0 -661
  137. package/coverage/lcov-report/src/Avatar/index.html +0 -176
  138. package/coverage/lcov-report/src/Avatar/index.ts.html +0 -103
  139. package/coverage/lcov-report/src/AvatarStack/AvatarStack.constants.ts.html +0 -112
  140. package/coverage/lcov-report/src/AvatarStack/AvatarStack.styles.ts.html +0 -244
  141. package/coverage/lcov-report/src/AvatarStack/AvatarStack.tsx.html +0 -1510
  142. package/coverage/lcov-report/src/AvatarStack/index.html +0 -161
  143. package/coverage/lcov-report/src/AvatarStack/index.ts.html +0 -91
  144. package/coverage/lcov-report/src/AvatarStack/mocks/getAvatarMocks.tsx.html +0 -1138
  145. package/coverage/lcov-report/src/AvatarStack/mocks/images.ts.html +0 -130
  146. package/coverage/lcov-report/src/AvatarStack/mocks/index.html +0 -131
  147. package/coverage/lcov-report/src/Badge/Badge.styles.ts.html +0 -127
  148. package/coverage/lcov-report/src/Badge/Badge.tsx.html +0 -160
  149. package/coverage/lcov-report/src/Badge/index.html +0 -146
  150. package/coverage/lcov-report/src/Badge/index.ts.html +0 -91
  151. package/coverage/lcov-report/src/Banner/Banner.coverage.stories.tsx.html +0 -1177
  152. package/coverage/lcov-report/src/Banner/Banner.demo.stories.tsx.html +0 -739
  153. package/coverage/lcov-report/src/Banner/Banner.styles.ts.html +0 -721
  154. package/coverage/lcov-report/src/Banner/Banner.tsx.html +0 -1111
  155. package/coverage/lcov-report/src/Banner/index.html +0 -176
  156. package/coverage/lcov-report/src/Banner/index.ts.html +0 -112
  157. package/coverage/lcov-report/src/Box/Box.styles.ts.html +0 -286
  158. package/coverage/lcov-report/src/Box/Box.tsx.html +0 -424
  159. package/coverage/lcov-report/src/Box/index.html +0 -146
  160. package/coverage/lcov-report/src/Box/index.ts.html +0 -91
  161. package/coverage/lcov-report/src/Breadcrumbs/Breadcrumbs.coverage.stories.tsx.html +0 -727
  162. package/coverage/lcov-report/src/Breadcrumbs/Breadcrumbs.demo.stories.tsx.html +0 -466
  163. package/coverage/lcov-report/src/Breadcrumbs/Breadcrumbs.styles.ts.html +0 -280
  164. package/coverage/lcov-report/src/Breadcrumbs/Breadcrumbs.tsx.html +0 -451
  165. package/coverage/lcov-report/src/Breadcrumbs/Breadcrumbs.types.ts.html +0 -178
  166. package/coverage/lcov-report/src/Breadcrumbs/index.html +0 -191
  167. package/coverage/lcov-report/src/Breadcrumbs/index.ts.html +0 -91
  168. package/coverage/lcov-report/src/Button/Button.styles.ts.html +0 -835
  169. package/coverage/lcov-report/src/Button/Button.tsx.html +0 -547
  170. package/coverage/lcov-report/src/Button/index.html +0 -146
  171. package/coverage/lcov-report/src/Button/index.ts.html +0 -91
  172. package/coverage/lcov-report/src/Calendar/Calendar.styles.ts.html +0 -472
  173. package/coverage/lcov-report/src/Calendar/Calendar.tsx.html +0 -1339
  174. package/coverage/lcov-report/src/Calendar/index.html +0 -146
  175. package/coverage/lcov-report/src/Calendar/index.ts.html +0 -91
  176. package/coverage/lcov-report/src/Card/Card.styles.ts.html +0 -166
  177. package/coverage/lcov-report/src/Card/Card.tsx.html +0 -217
  178. package/coverage/lcov-report/src/Card/index.html +0 -146
  179. package/coverage/lcov-report/src/Card/index.ts.html +0 -91
  180. package/coverage/lcov-report/src/Checkbox/Checkbox.styles.ts.html +0 -907
  181. package/coverage/lcov-report/src/Checkbox/Checkbox.tsx.html +0 -373
  182. package/coverage/lcov-report/src/Checkbox/index.html +0 -146
  183. package/coverage/lcov-report/src/Checkbox/index.ts.html +0 -91
  184. package/coverage/lcov-report/src/CheckboxGroup/CheckboxGroup.tsx.html +0 -205
  185. package/coverage/lcov-report/src/CheckboxGroup/index.html +0 -131
  186. package/coverage/lcov-report/src/CheckboxGroup/index.ts.html +0 -91
  187. package/coverage/lcov-report/src/ClickOutside/ClickOutside.tsx.html +0 -286
  188. package/coverage/lcov-report/src/ClickOutside/index.html +0 -131
  189. package/coverage/lcov-report/src/ClickOutside/index.ts.html +0 -88
  190. package/coverage/lcov-report/src/ContactItem/ContactItem.styles.ts.html +0 -298
  191. package/coverage/lcov-report/src/ContactItem/ContactItem.tsx.html +0 -397
  192. package/coverage/lcov-report/src/ContactItem/index.html +0 -146
  193. package/coverage/lcov-report/src/ContactItem/index.ts.html +0 -91
  194. package/coverage/lcov-report/src/Content/Content.styles.tsx.html +0 -268
  195. package/coverage/lcov-report/src/Content/Content.tsx.html +0 -118
  196. package/coverage/lcov-report/src/Content/index.html +0 -146
  197. package/coverage/lcov-report/src/Content/index.ts.html +0 -88
  198. package/coverage/lcov-report/src/DateInput/DateInput.styles.tsx.html +0 -445
  199. package/coverage/lcov-report/src/DateInput/DateInput.tsx.html +0 -1855
  200. package/coverage/lcov-report/src/DateInput/index.html +0 -146
  201. package/coverage/lcov-report/src/DateInput/index.ts.html +0 -100
  202. package/coverage/lcov-report/src/DateSelect/DateSelect.tsx.html +0 -673
  203. package/coverage/lcov-report/src/DateSelect/index.html +0 -131
  204. package/coverage/lcov-report/src/DateSelect/index.ts.html +0 -91
  205. package/coverage/lcov-report/src/DetailPage/DetailPage.constants.ts.html +0 -241
  206. package/coverage/lcov-report/src/DetailPage/DetailPage.styles.ts.html +0 -346
  207. package/coverage/lcov-report/src/DetailPage/DetailPage.tsx.html +0 -577
  208. package/coverage/lcov-report/src/DetailPage/index.html +0 -161
  209. package/coverage/lcov-report/src/DetailPage/index.ts.html +0 -106
  210. package/coverage/lcov-report/src/Dropdown/Dropdown.styles.tsx.html +0 -184
  211. package/coverage/lcov-report/src/Dropdown/Dropdown.tsx.html +0 -961
  212. package/coverage/lcov-report/src/Dropdown/index.html +0 -146
  213. package/coverage/lcov-report/src/Dropdown/index.ts.html +0 -91
  214. package/coverage/lcov-report/src/DropdownFlyout/DropdownFlyout.helpers.tsx.html +0 -1231
  215. package/coverage/lcov-report/src/DropdownFlyout/DropdownFlyout.styles.tsx.html +0 -226
  216. package/coverage/lcov-report/src/DropdownFlyout/DropdownFlyout.tsx.html +0 -1108
  217. package/coverage/lcov-report/src/DropdownFlyout/DropdownFlyout.types.ts.html +0 -514
  218. package/coverage/lcov-report/src/DropdownFlyout/index.html +0 -191
  219. package/coverage/lcov-report/src/DropdownFlyout/index.ts.html +0 -91
  220. package/coverage/lcov-report/src/DropdownFlyout/useDropdownFlyoutOverlay.ts.html +0 -175
  221. package/coverage/lcov-report/src/Dropzone/Dropzone.hooks.tsx.html +0 -985
  222. package/coverage/lcov-report/src/Dropzone/Dropzone.styles.ts.html +0 -481
  223. package/coverage/lcov-report/src/Dropzone/Dropzone.tsx.html +0 -1162
  224. package/coverage/lcov-report/src/Dropzone/Dropzone.types.ts.html +0 -1090
  225. package/coverage/lcov-report/src/Dropzone/index.html +0 -176
  226. package/coverage/lcov-report/src/Dropzone/index.ts.html +0 -94
  227. package/coverage/lcov-report/src/EmptyState/EmptyState.coverage.stories.tsx.html +0 -580
  228. package/coverage/lcov-report/src/EmptyState/EmptyState.demo.stories.tsx.html +0 -358
  229. package/coverage/lcov-report/src/EmptyState/EmptyState.styles.tsx.html +0 -310
  230. package/coverage/lcov-report/src/EmptyState/EmptyState.tsx.html +0 -1081
  231. package/coverage/lcov-report/src/EmptyState/index.html +0 -176
  232. package/coverage/lcov-report/src/EmptyState/index.ts.html +0 -91
  233. package/coverage/lcov-report/src/Field/Field.styles.ts.html +0 -148
  234. package/coverage/lcov-report/src/Field/index.html +0 -116
  235. package/coverage/lcov-report/src/FileList/FileList.styles.ts.html +0 -166
  236. package/coverage/lcov-report/src/FileList/FileList.tsx.html +0 -484
  237. package/coverage/lcov-report/src/FileList/index.html +0 -146
  238. package/coverage/lcov-report/src/FileList/index.ts.html +0 -91
  239. package/coverage/lcov-report/src/FileList/storybook/fileListMockData.tsx.html +0 -199
  240. package/coverage/lcov-report/src/FileList/storybook/index.html +0 -116
  241. package/coverage/lcov-report/src/FileSelect/FileExplorer/FileExplorer.styles.ts.html +0 -334
  242. package/coverage/lcov-report/src/FileSelect/FileExplorer/FileExplorer.tsx.html +0 -466
  243. package/coverage/lcov-report/src/FileSelect/FileExplorer/FileExplorerModal.tsx.html +0 -196
  244. package/coverage/lcov-report/src/FileSelect/FileExplorer/FileExplorerSidebar.styles.ts.html +0 -157
  245. package/coverage/lcov-report/src/FileSelect/FileExplorer/FileExplorerSidebar.tsx.html +0 -418
  246. package/coverage/lcov-report/src/FileSelect/FileExplorer/index.html +0 -191
  247. package/coverage/lcov-report/src/FileSelect/FileExplorer/useSidebarNavigation.ts.html +0 -232
  248. package/coverage/lcov-report/src/FileSelect/FileSelect.styles.ts.html +0 -121
  249. package/coverage/lcov-report/src/FileSelect/FileSelect.tsx.html +0 -1570
  250. package/coverage/lcov-report/src/FileSelect/FileSelectDropzone/FileSelectDropzone.styles.ts.html +0 -214
  251. package/coverage/lcov-report/src/FileSelect/FileSelectDropzone/FileSelectDropzone.tsx.html +0 -508
  252. package/coverage/lcov-report/src/FileSelect/FileSelectDropzone/index.html +0 -131
  253. package/coverage/lcov-report/src/FileSelect/FileTokenList/FileTokenList.styles.ts.html +0 -124
  254. package/coverage/lcov-report/src/FileSelect/FileTokenList/FileTokenList.tsx.html +0 -454
  255. package/coverage/lcov-report/src/FileSelect/FileTokenList/index.html +0 -146
  256. package/coverage/lcov-report/src/FileSelect/FileTokenList/index.ts.html +0 -88
  257. package/coverage/lcov-report/src/FileSelect/GridSource/GridSource.styles.ts.html +0 -322
  258. package/coverage/lcov-report/src/FileSelect/GridSource/GridSource.tsx.html +0 -913
  259. package/coverage/lcov-report/src/FileSelect/GridSource/index.html +0 -131
  260. package/coverage/lcov-report/src/FileSelect/LocalSource/LocalSource.styles.ts.html +0 -283
  261. package/coverage/lcov-report/src/FileSelect/LocalSource/LocalSource.tsx.html +0 -1450
  262. package/coverage/lcov-report/src/FileSelect/LocalSource/index.html +0 -131
  263. package/coverage/lcov-report/src/FileSelect/ProgressAnnouncer/ProgressAnnouncer.tsx.html +0 -433
  264. package/coverage/lcov-report/src/FileSelect/ProgressAnnouncer/index.html +0 -131
  265. package/coverage/lcov-report/src/FileSelect/ProgressAnnouncer/index.ts.html +0 -88
  266. package/coverage/lcov-report/src/FileSelect/SourceItem/SourceItem.styles.ts.html +0 -448
  267. package/coverage/lcov-report/src/FileSelect/SourceItem/SourceItem.tsx.html +0 -475
  268. package/coverage/lcov-report/src/FileSelect/SourceItem/index.html +0 -131
  269. package/coverage/lcov-report/src/FileSelect/ThumbnailList/ThumbnailList.styles.ts.html +0 -286
  270. package/coverage/lcov-report/src/FileSelect/ThumbnailList/ThumbnailList.tsx.html +0 -739
  271. package/coverage/lcov-report/src/FileSelect/ThumbnailList/index.html +0 -131
  272. package/coverage/lcov-report/src/FileSelect/TreeSource/TreeSource.styles.ts.html +0 -112
  273. package/coverage/lcov-report/src/FileSelect/TreeSource/TreeSource.tsx.html +0 -619
  274. package/coverage/lcov-report/src/FileSelect/TreeSource/index.html +0 -131
  275. package/coverage/lcov-report/src/FileSelect/index.html +0 -146
  276. package/coverage/lcov-report/src/FileSelect/index.ts.html +0 -124
  277. package/coverage/lcov-report/src/FileToken/FileToken.styles.ts.html +0 -508
  278. package/coverage/lcov-report/src/FileToken/FileToken.tsx.html +0 -541
  279. package/coverage/lcov-report/src/FileToken/index.html +0 -146
  280. package/coverage/lcov-report/src/FileToken/index.ts.html +0 -88
  281. package/coverage/lcov-report/src/FilterToken/FilterToken.styles.tsx.html +0 -238
  282. package/coverage/lcov-report/src/FilterToken/FilterToken.tsx.html +0 -283
  283. package/coverage/lcov-report/src/FilterToken/index.html +0 -131
  284. package/coverage/lcov-report/src/Flex/Flex.tsx.html +0 -211
  285. package/coverage/lcov-report/src/Flex/index.html +0 -131
  286. package/coverage/lcov-report/src/Flex/index.ts.html +0 -91
  287. package/coverage/lcov-report/src/FlexList/FlexList.styles.ts.html +0 -187
  288. package/coverage/lcov-report/src/FlexList/FlexList.tsx.html +0 -298
  289. package/coverage/lcov-report/src/FlexList/index.html +0 -146
  290. package/coverage/lcov-report/src/FlexList/index.ts.html +0 -91
  291. package/coverage/lcov-report/src/Form/Form.styles.tsx.html +0 -922
  292. package/coverage/lcov-report/src/Form/Form.tsx.html +0 -6406
  293. package/coverage/lcov-report/src/Form/closeWithConfirm.tsx.html +0 -247
  294. package/coverage/lcov-report/src/Form/index.html +0 -161
  295. package/coverage/lcov-report/src/Form/index.ts.html +0 -163
  296. package/coverage/lcov-report/src/Grid/Grid.constants.ts.html +0 -169
  297. package/coverage/lcov-report/src/Grid/Grid.styles.ts.html +0 -760
  298. package/coverage/lcov-report/src/Grid/Grid.tsx.html +0 -295
  299. package/coverage/lcov-report/src/Grid/Grid.utils.ts.html +0 -115
  300. package/coverage/lcov-report/src/Grid/index.html +0 -176
  301. package/coverage/lcov-report/src/Grid/index.ts.html +0 -91
  302. package/coverage/lcov-report/src/GroupSelect/GroupSelect.styles.ts.html +0 -145
  303. package/coverage/lcov-report/src/GroupSelect/GroupSelect.tsx.html +0 -949
  304. package/coverage/lcov-report/src/GroupSelect/index.html +0 -146
  305. package/coverage/lcov-report/src/GroupSelect/index.ts.html +0 -100
  306. package/coverage/lcov-report/src/Input/Input.styles.ts.html +0 -388
  307. package/coverage/lcov-report/src/Input/Input.tsx.html +0 -151
  308. package/coverage/lcov-report/src/Input/index.html +0 -146
  309. package/coverage/lcov-report/src/Input/index.ts.html +0 -91
  310. package/coverage/lcov-report/src/Link/Link.styles.ts.html +0 -247
  311. package/coverage/lcov-report/src/Link/Link.tsx.html +0 -175
  312. package/coverage/lcov-report/src/Link/index.html +0 -146
  313. package/coverage/lcov-report/src/Link/index.ts.html +0 -91
  314. package/coverage/lcov-report/src/ListPage/ListPage.styles.ts.html +0 -376
  315. package/coverage/lcov-report/src/ListPage/ListPage.tsx.html +0 -466
  316. package/coverage/lcov-report/src/ListPage/index.html +0 -146
  317. package/coverage/lcov-report/src/ListPage/index.ts.html +0 -88
  318. package/coverage/lcov-report/src/Loader/Loader.styles.ts.html +0 -244
  319. package/coverage/lcov-report/src/Loader/Loader.tsx.html +0 -184
  320. package/coverage/lcov-report/src/Loader/index.html +0 -131
  321. package/coverage/lcov-report/src/Menu/Menu.tsx.html +0 -1501
  322. package/coverage/lcov-report/src/Menu/index.html +0 -131
  323. package/coverage/lcov-report/src/Menu/index.ts.html +0 -106
  324. package/coverage/lcov-report/src/MenuImperative/MenuImperative.styles.ts.html +0 -715
  325. package/coverage/lcov-report/src/MenuImperative/MenuImperative.tsx.html +0 -2434
  326. package/coverage/lcov-report/src/MenuImperative/index.html +0 -161
  327. package/coverage/lcov-report/src/MenuImperative/index.ts.html +0 -103
  328. package/coverage/lcov-report/src/MenuImperative/sensors.ts.html +0 -1045
  329. package/coverage/lcov-report/src/Modal/ChildRegistry.context.tsx.html +0 -289
  330. package/coverage/lcov-report/src/Modal/Modal.styles.ts.html +0 -709
  331. package/coverage/lcov-report/src/Modal/Modal.tsx.html +0 -1429
  332. package/coverage/lcov-report/src/Modal/index.html +0 -176
  333. package/coverage/lcov-report/src/Modal/index.ts.html +0 -91
  334. package/coverage/lcov-report/src/Modal/useInitializeModalFocus.ts.html +0 -217
  335. package/coverage/lcov-report/src/MultiSelect/MultiSelect.styles.tsx.html +0 -433
  336. package/coverage/lcov-report/src/MultiSelect/MultiSelect.tsx.html +0 -2098
  337. package/coverage/lcov-report/src/MultiSelect/index.html +0 -146
  338. package/coverage/lcov-report/src/MultiSelect/index.ts.html +0 -91
  339. package/coverage/lcov-report/src/NextMenu/NextMenu.styles.ts.html +0 -172
  340. package/coverage/lcov-report/src/NextMenu/NextMenu.tsx.html +0 -553
  341. package/coverage/lcov-report/src/NextMenu/NextMenuItem.tsx.html +0 -208
  342. package/coverage/lcov-report/src/NextMenu/index.html +0 -161
  343. package/coverage/lcov-report/src/NextMenu/sampleData.ts.html +0 -667
  344. package/coverage/lcov-report/src/NextTile/NextTile.coverage.stories.tsx.html +0 -1942
  345. package/coverage/lcov-report/src/NextTile/NextTile.demo.stories.tsx.html +0 -1222
  346. package/coverage/lcov-report/src/NextTile/NextTile.tsx.html +0 -916
  347. package/coverage/lcov-report/src/NextTile/index.html +0 -146
  348. package/coverage/lcov-report/src/Notation/Notation.tsx.html +0 -208
  349. package/coverage/lcov-report/src/Notation/index.html +0 -131
  350. package/coverage/lcov-report/src/Notation/index.ts.html +0 -91
  351. package/coverage/lcov-report/src/NumberInput/NumberInput.constants.ts.html +0 -94
  352. package/coverage/lcov-report/src/NumberInput/NumberInput.hooks.ts.html +0 -298
  353. package/coverage/lcov-report/src/NumberInput/NumberInput.styles.ts.html +0 -415
  354. package/coverage/lcov-report/src/NumberInput/NumberInput.tsx.html +0 -2212
  355. package/coverage/lcov-report/src/NumberInput/NumberInput.utils.ts.html +0 -2581
  356. package/coverage/lcov-report/src/NumberInput/index.html +0 -191
  357. package/coverage/lcov-report/src/NumberInput/index.ts.html +0 -91
  358. package/coverage/lcov-report/src/Overlay/Overlay.tsx.html +0 -292
  359. package/coverage/lcov-report/src/Overlay/OverlayArrow.styles.ts.html +0 -118
  360. package/coverage/lcov-report/src/Overlay/OverlayArrow.tsx.html +0 -205
  361. package/coverage/lcov-report/src/Overlay/index.html +0 -176
  362. package/coverage/lcov-report/src/Overlay/index.ts.html +0 -88
  363. package/coverage/lcov-report/src/Overlay/useOverlay.ts.html +0 -280
  364. package/coverage/lcov-report/src/OverlayTrigger/OverlayTrigger.tsx.html +0 -1312
  365. package/coverage/lcov-report/src/OverlayTrigger/a11yPresets.ts.html +0 -1258
  366. package/coverage/lcov-report/src/OverlayTrigger/index.html +0 -146
  367. package/coverage/lcov-report/src/OverlayTrigger/index.ts.html +0 -100
  368. package/coverage/lcov-report/src/PageLayout/PageLayout.constants.ts.html +0 -91
  369. package/coverage/lcov-report/src/PageLayout/PageLayout.styles.ts.html +0 -997
  370. package/coverage/lcov-report/src/PageLayout/PageLayout.tsx.html +0 -1390
  371. package/coverage/lcov-report/src/PageLayout/PageLayout.utils.ts.html +0 -289
  372. package/coverage/lcov-report/src/PageLayout/index.html +0 -176
  373. package/coverage/lcov-report/src/PageLayout/index.ts.html +0 -103
  374. package/coverage/lcov-report/src/Pagination/Pagination.styles.ts.html +0 -166
  375. package/coverage/lcov-report/src/Pagination/Pagination.tsx.html +0 -472
  376. package/coverage/lcov-report/src/Pagination/PaginationSelect.tsx.html +0 -598
  377. package/coverage/lcov-report/src/Pagination/index.html +0 -161
  378. package/coverage/lcov-report/src/Pagination/index.ts.html +0 -91
  379. package/coverage/lcov-report/src/Panel/Panel.styles.ts.html +0 -436
  380. package/coverage/lcov-report/src/Panel/Panel.tsx.html +0 -1087
  381. package/coverage/lcov-report/src/Panel/index.html +0 -146
  382. package/coverage/lcov-report/src/Panel/index.ts.html +0 -109
  383. package/coverage/lcov-report/src/Pill/Pill.colorPalette.ts.html +0 -235
  384. package/coverage/lcov-report/src/Pill/Pill.styles.ts.html +0 -235
  385. package/coverage/lcov-report/src/Pill/Pill.tsx.html +0 -235
  386. package/coverage/lcov-report/src/Pill/index.html +0 -161
  387. package/coverage/lcov-report/src/Pill/index.ts.html +0 -91
  388. package/coverage/lcov-report/src/PillSelect/PillSelect.styles.ts.html +0 -196
  389. package/coverage/lcov-report/src/PillSelect/PillSelect.tsx.html +0 -697
  390. package/coverage/lcov-report/src/PillSelect/index.html +0 -146
  391. package/coverage/lcov-report/src/PillSelect/index.ts.html +0 -91
  392. package/coverage/lcov-report/src/Popover/Popover.styles.ts.html +0 -202
  393. package/coverage/lcov-report/src/Popover/Popover.tsx.html +0 -367
  394. package/coverage/lcov-report/src/Popover/index.html +0 -146
  395. package/coverage/lcov-report/src/Popover/index.ts.html +0 -91
  396. package/coverage/lcov-report/src/Portal/Portal.styles.ts.html +0 -121
  397. package/coverage/lcov-report/src/Portal/Portal.tsx.html +0 -160
  398. package/coverage/lcov-report/src/Portal/index.html +0 -146
  399. package/coverage/lcov-report/src/Portal/index.ts.html +0 -88
  400. package/coverage/lcov-report/src/ProgressBar/ProgressBar.styles.tsx.html +0 -244
  401. package/coverage/lcov-report/src/ProgressBar/ProgressBar.tsx.html +0 -313
  402. package/coverage/lcov-report/src/ProgressBar/index.html +0 -146
  403. package/coverage/lcov-report/src/ProgressBar/index.ts.html +0 -91
  404. package/coverage/lcov-report/src/RadioButton/RadioButton.styles.ts.html +0 -391
  405. package/coverage/lcov-report/src/RadioButton/RadioButton.tsx.html +0 -214
  406. package/coverage/lcov-report/src/RadioButton/index.html +0 -146
  407. package/coverage/lcov-report/src/RadioButton/index.ts.html +0 -91
  408. package/coverage/lcov-report/src/Required/Required.styles.ts.html +0 -178
  409. package/coverage/lcov-report/src/Required/Required.tsx.html +0 -205
  410. package/coverage/lcov-report/src/Required/index.html +0 -146
  411. package/coverage/lcov-report/src/Required/index.ts.html +0 -91
  412. package/coverage/lcov-report/src/Search/Search.hooks.ts.html +0 -262
  413. package/coverage/lcov-report/src/Search/Search.styles.ts.html +0 -316
  414. package/coverage/lcov-report/src/Search/Search.tsx.html +0 -397
  415. package/coverage/lcov-report/src/Search/index.html +0 -161
  416. package/coverage/lcov-report/src/Search/index.ts.html +0 -91
  417. package/coverage/lcov-report/src/Section/Section.styles.ts.html +0 -424
  418. package/coverage/lcov-report/src/Section/Section.tsx.html +0 -664
  419. package/coverage/lcov-report/src/Section/index.html +0 -131
  420. package/coverage/lcov-report/src/SegmentedController/SegmentedController.styles.ts.html +0 -418
  421. package/coverage/lcov-report/src/SegmentedController/SegmentedController.tsx.html +0 -865
  422. package/coverage/lcov-report/src/SegmentedController/index.html +0 -146
  423. package/coverage/lcov-report/src/SegmentedController/index.ts.html +0 -91
  424. package/coverage/lcov-report/src/Select/Select.styles.tsx.html +0 -691
  425. package/coverage/lcov-report/src/Select/Select.tsx.html +0 -1252
  426. package/coverage/lcov-report/src/Select/index.html +0 -146
  427. package/coverage/lcov-report/src/Select/index.ts.html +0 -103
  428. package/coverage/lcov-report/src/Semantic/Semantic.styles.ts.html +0 -484
  429. package/coverage/lcov-report/src/Semantic/Semantic.tsx.html +0 -400
  430. package/coverage/lcov-report/src/Semantic/index.html +0 -146
  431. package/coverage/lcov-report/src/Semantic/index.ts.html +0 -88
  432. package/coverage/lcov-report/src/Sidebar/Sidebar.styles.ts.html +0 -358
  433. package/coverage/lcov-report/src/Sidebar/Sidebar.tsx.html +0 -562
  434. package/coverage/lcov-report/src/Sidebar/index.html +0 -146
  435. package/coverage/lcov-report/src/Sidebar/index.ts.html +0 -88
  436. package/coverage/lcov-report/src/Slider/Slider.styles.ts.html +0 -670
  437. package/coverage/lcov-report/src/Slider/Slider.tsx.html +0 -580
  438. package/coverage/lcov-report/src/Slider/index.html +0 -146
  439. package/coverage/lcov-report/src/Slider/index.tsx.html +0 -91
  440. package/coverage/lcov-report/src/Spinner/Spinner.styles.ts.html +0 -706
  441. package/coverage/lcov-report/src/Spinner/Spinner.tsx.html +0 -373
  442. package/coverage/lcov-report/src/Spinner/index.html +0 -146
  443. package/coverage/lcov-report/src/Spinner/index.ts.html +0 -91
  444. package/coverage/lcov-report/src/SuperSelect/SuperSelect.components.tsx.html +0 -1453
  445. package/coverage/lcov-report/src/SuperSelect/SuperSelect.constants.ts.html +0 -91
  446. package/coverage/lcov-report/src/SuperSelect/SuperSelect.presets.styles.ts.html +0 -106
  447. package/coverage/lcov-report/src/SuperSelect/SuperSelect.styles.ts.html +0 -1897
  448. package/coverage/lcov-report/src/SuperSelect/SuperSelect.tsx.html +0 -592
  449. package/coverage/lcov-report/src/SuperSelect/SuperSelect.utils.ts.html +0 -712
  450. package/coverage/lcov-report/src/SuperSelect/index.html +0 -221
  451. package/coverage/lcov-report/src/SuperSelect/presets/contactsPreset.tsx.html +0 -157
  452. package/coverage/lcov-report/src/SuperSelect/presets/filterPreset.tsx.html +0 -394
  453. package/coverage/lcov-report/src/SuperSelect/presets/index.html +0 -161
  454. package/coverage/lcov-report/src/SuperSelect/presets/index.ts.html +0 -118
  455. package/coverage/lcov-report/src/SuperSelect/presets/pillPreset.tsx.html +0 -289
  456. package/coverage/lcov-report/src/SuperSelect/useSuperSelect.ts.html +0 -2737
  457. package/coverage/lcov-report/src/SuperSelect/useVirtuosoResizeErrorFix.ts.html +0 -151
  458. package/coverage/lcov-report/src/Switch/Switch.styles.ts.html +0 -337
  459. package/coverage/lcov-report/src/Switch/Switch.tsx.html +0 -250
  460. package/coverage/lcov-report/src/Switch/index.html +0 -146
  461. package/coverage/lcov-report/src/Switch/index.ts.html +0 -91
  462. package/coverage/lcov-report/src/Table/Table.styles.ts.html +0 -2668
  463. package/coverage/lcov-report/src/Table/Table.tsx.html +0 -1924
  464. package/coverage/lcov-report/src/Table/index.html +0 -146
  465. package/coverage/lcov-report/src/Table/index.ts.html +0 -103
  466. package/coverage/lcov-report/src/TableShelf/TableShelf.styles.ts.html +0 -190
  467. package/coverage/lcov-report/src/TableShelf/TableShelf.tsx.html +0 -364
  468. package/coverage/lcov-report/src/TableShelf/index.html +0 -146
  469. package/coverage/lcov-report/src/TableShelf/index.ts.html +0 -88
  470. package/coverage/lcov-report/src/Tabs/Tabs.coverage.stories.tsx.html +0 -1192
  471. package/coverage/lcov-report/src/Tabs/Tabs.demo.stories.tsx.html +0 -415
  472. package/coverage/lcov-report/src/Tabs/Tabs.styles.ts.html +0 -697
  473. package/coverage/lcov-report/src/Tabs/Tabs.tsx.html +0 -991
  474. package/coverage/lcov-report/src/Tabs/index.html +0 -176
  475. package/coverage/lcov-report/src/Tabs/index.ts.html +0 -91
  476. package/coverage/lcov-report/src/Tearsheet/Tearsheet.constants.ts.html +0 -109
  477. package/coverage/lcov-report/src/Tearsheet/Tearsheet.styles.ts.html +0 -838
  478. package/coverage/lcov-report/src/Tearsheet/Tearsheet.tsx.html +0 -787
  479. package/coverage/lcov-report/src/Tearsheet/Tearsheet.util.ts.html +0 -370
  480. package/coverage/lcov-report/src/Tearsheet/index.html +0 -176
  481. package/coverage/lcov-report/src/Tearsheet/index.ts.html +0 -91
  482. package/coverage/lcov-report/src/TextArea/TextArea.styles.ts.html +0 -121
  483. package/coverage/lcov-report/src/TextArea/TextArea.tsx.html +0 -166
  484. package/coverage/lcov-report/src/TextArea/index.html +0 -146
  485. package/coverage/lcov-report/src/TextArea/index.ts.html +0 -91
  486. package/coverage/lcov-report/src/TextEditor/TextEditor.styles.ts.html +0 -106
  487. package/coverage/lcov-report/src/TextEditor/TextEditor.tsx.html +0 -544
  488. package/coverage/lcov-report/src/TextEditor/index.html +0 -146
  489. package/coverage/lcov-report/src/TextEditor/index.ts.html +0 -91
  490. package/coverage/lcov-report/src/TextEditorOutput/TextEditorOutput.styles.ts.html +0 -106
  491. package/coverage/lcov-report/src/TextEditorOutput/TextEditorOutput.tsx.html +0 -223
  492. package/coverage/lcov-report/src/TextEditorOutput/index.html +0 -146
  493. package/coverage/lcov-report/src/TextEditorOutput/index.ts.html +0 -88
  494. package/coverage/lcov-report/src/Thumbnail/Thumbnail.hooks.tsx.html +0 -349
  495. package/coverage/lcov-report/src/Thumbnail/Thumbnail.styles.ts.html +0 -1291
  496. package/coverage/lcov-report/src/Thumbnail/Thumbnail.tsx.html +0 -1927
  497. package/coverage/lcov-report/src/Thumbnail/Thumbnail.utils.ts.html +0 -307
  498. package/coverage/lcov-report/src/Thumbnail/ThumbnailCaption.tsx.html +0 -523
  499. package/coverage/lcov-report/src/Thumbnail/ThumbnailDocumentIcon.tsx.html +0 -2104
  500. package/coverage/lcov-report/src/Thumbnail/ThumbnailPreview.tsx.html +0 -163
  501. package/coverage/lcov-report/src/Thumbnail/index.html +0 -221
  502. package/coverage/lcov-report/src/Thumbnail/index.ts.html +0 -97
  503. package/coverage/lcov-report/src/ThumbnailGrid/ThumbnailGrid.hooks.ts.html +0 -454
  504. package/coverage/lcov-report/src/ThumbnailGrid/ThumbnailGrid.styles.ts.html +0 -193
  505. package/coverage/lcov-report/src/ThumbnailGrid/ThumbnailGrid.tsx.html +0 -1606
  506. package/coverage/lcov-report/src/ThumbnailGrid/index.html +0 -146
  507. package/coverage/lcov-report/src/TieredDropdown/TieredDropdown.helpers.ts.html +0 -346
  508. package/coverage/lcov-report/src/TieredDropdown/TieredDropdown.tsx.html +0 -955
  509. package/coverage/lcov-report/src/TieredDropdown/index.html +0 -161
  510. package/coverage/lcov-report/src/TieredDropdown/index.ts.html +0 -91
  511. package/coverage/lcov-report/src/TieredDropdown/useSearch.ts.html +0 -364
  512. package/coverage/lcov-report/src/TieredSelect/LeafSelectionTieredSelect.tsx.html +0 -742
  513. package/coverage/lcov-report/src/TieredSelect/TierSelectionTieredSelect.tsx.html +0 -2026
  514. package/coverage/lcov-report/src/TieredSelect/TieredSelect.styles.ts.html +0 -292
  515. package/coverage/lcov-report/src/TieredSelect/TieredSelect.tsx.html +0 -691
  516. package/coverage/lcov-report/src/TieredSelect/TieredSelectMenu.tsx.html +0 -1693
  517. package/coverage/lcov-report/src/TieredSelect/index.html +0 -191
  518. package/coverage/lcov-report/src/TieredSelect/index.ts.html +0 -91
  519. package/coverage/lcov-report/src/Tile/Tile.styles.tsx.html +0 -793
  520. package/coverage/lcov-report/src/Tile/Tile.tsx.html +0 -748
  521. package/coverage/lcov-report/src/Tile/index.html +0 -146
  522. package/coverage/lcov-report/src/Tile/index.ts.html +0 -106
  523. package/coverage/lcov-report/src/Tile/mocks/iframe.tsx.html +0 -178
  524. package/coverage/lcov-report/src/Tile/mocks/index.html +0 -131
  525. package/coverage/lcov-report/src/Tile/mocks/svg.tsx.html +0 -2059
  526. package/coverage/lcov-report/src/Title/Title.styles.ts.html +0 -229
  527. package/coverage/lcov-report/src/Title/Title.tsx.html +0 -436
  528. package/coverage/lcov-report/src/Title/index.html +0 -146
  529. package/coverage/lcov-report/src/Title/index.ts.html +0 -91
  530. package/coverage/lcov-report/src/Toast/Toast.styles.ts.html +0 -211
  531. package/coverage/lcov-report/src/Toast/Toast.tsx.html +0 -403
  532. package/coverage/lcov-report/src/Toast/index.html +0 -146
  533. package/coverage/lcov-report/src/Toast/index.ts.html +0 -91
  534. package/coverage/lcov-report/src/ToggleButton/ToggleButton.styles.ts.html +0 -172
  535. package/coverage/lcov-report/src/ToggleButton/ToggleButton.tsx.html +0 -217
  536. package/coverage/lcov-report/src/ToggleButton/index.html +0 -146
  537. package/coverage/lcov-report/src/ToggleButton/index.ts.html +0 -91
  538. package/coverage/lcov-report/src/Token/Token.styles.tsx.html +0 -349
  539. package/coverage/lcov-report/src/Token/Token.tsx.html +0 -346
  540. package/coverage/lcov-report/src/Token/index.html +0 -146
  541. package/coverage/lcov-report/src/Token/index.ts.html +0 -91
  542. package/coverage/lcov-report/src/ToolHeader/ActionIcon.tsx.html +0 -292
  543. package/coverage/lcov-report/src/ToolHeader/ToolHeader.styles.ts.html +0 -289
  544. package/coverage/lcov-report/src/ToolHeader/ToolHeader.tsx.html +0 -460
  545. package/coverage/lcov-report/src/ToolHeader/index.html +0 -161
  546. package/coverage/lcov-report/src/ToolHeader/index.ts.html +0 -88
  547. package/coverage/lcov-report/src/Tooltip/Tooltip.styles.ts.html +0 -175
  548. package/coverage/lcov-report/src/Tooltip/Tooltip.tsx.html +0 -331
  549. package/coverage/lcov-report/src/Tooltip/index.html +0 -146
  550. package/coverage/lcov-report/src/Tooltip/index.ts.html +0 -91
  551. package/coverage/lcov-report/src/Tree/Tree.hooks.ts.html +0 -853
  552. package/coverage/lcov-report/src/Tree/Tree.styles.ts.html +0 -400
  553. package/coverage/lcov-report/src/Tree/Tree.tsx.html +0 -2194
  554. package/coverage/lcov-report/src/Tree/index.html +0 -161
  555. package/coverage/lcov-report/src/Tree/index.ts.html +0 -106
  556. package/coverage/lcov-report/src/Typeahead/Typeahead.styles.ts.html +0 -175
  557. package/coverage/lcov-report/src/Typeahead/Typeahead.tsx.html +0 -382
  558. package/coverage/lcov-report/src/Typeahead/index.html +0 -146
  559. package/coverage/lcov-report/src/Typeahead/index.ts.html +0 -100
  560. package/coverage/lcov-report/src/Typography/Typography.styles.ts.html +0 -412
  561. package/coverage/lcov-report/src/Typography/Typography.tsx.html +0 -157
  562. package/coverage/lcov-report/src/Typography/index.html +0 -146
  563. package/coverage/lcov-report/src/Typography/index.ts.html +0 -91
  564. package/coverage/lcov-report/src/__tests__/helpers/accessibility.tsx.html +0 -436
  565. package/coverage/lcov-report/src/__tests__/helpers/fakeTimers.ts.html +0 -109
  566. package/coverage/lcov-report/src/__tests__/helpers/index.html +0 -161
  567. package/coverage/lcov-report/src/__tests__/helpers/snapshots.tsx.html +0 -616
  568. package/coverage/lcov-report/src/__tests__/helpers/state.tsx.html +0 -400
  569. package/coverage/lcov-report/src/_hooks/Analytics.tsx.html +0 -286
  570. package/coverage/lcov-report/src/_hooks/Anchor.tsx.html +0 -652
  571. package/coverage/lcov-report/src/_hooks/Autofocus.ts.html +0 -325
  572. package/coverage/lcov-report/src/_hooks/BoundingRect.tsx.html +0 -343
  573. package/coverage/lcov-report/src/_hooks/Buffer.tsx.html +0 -424
  574. package/coverage/lcov-report/src/_hooks/ClickOutside.ts.html +0 -259
  575. package/coverage/lcov-report/src/_hooks/DateTime/DateTime.tsx.html +0 -1015
  576. package/coverage/lcov-report/src/_hooks/DateTime/index.html +0 -131
  577. package/coverage/lcov-report/src/_hooks/DateTime/index.ts.html +0 -106
  578. package/coverage/lcov-report/src/_hooks/DelayedCallback.tsx.html +0 -322
  579. package/coverage/lcov-report/src/_hooks/DelayedToggle.tsx.html +0 -694
  580. package/coverage/lcov-report/src/_hooks/Deprecation.tsx.html +0 -214
  581. package/coverage/lcov-report/src/_hooks/Event.tsx.html +0 -331
  582. package/coverage/lcov-report/src/_hooks/EventListener.ts.html +0 -571
  583. package/coverage/lcov-report/src/_hooks/EventRegistry.ts.html +0 -139
  584. package/coverage/lcov-report/src/_hooks/Hotkey.ts.html +0 -295
  585. package/coverage/lcov-report/src/_hooks/I18n.tsx.html +0 -412
  586. package/coverage/lcov-report/src/_hooks/InjectedScript.tsx.html +0 -382
  587. package/coverage/lcov-report/src/_hooks/IntersectionObserver/createIntersectionObserver.ts.html +0 -109
  588. package/coverage/lcov-report/src/_hooks/IntersectionObserver/index.html +0 -146
  589. package/coverage/lcov-report/src/_hooks/IntersectionObserver/index.ts.html +0 -88
  590. package/coverage/lcov-report/src/_hooks/IntersectionObserver/useIntersectionObserver.ts.html +0 -154
  591. package/coverage/lcov-report/src/_hooks/ListNavigation.tsx.html +0 -607
  592. package/coverage/lcov-report/src/_hooks/OverflowObserver/OverflowObserver.tsx.html +0 -286
  593. package/coverage/lcov-report/src/_hooks/OverflowObserver/index.html +0 -131
  594. package/coverage/lcov-report/src/_hooks/OverflowObserver/index.ts.html +0 -88
  595. package/coverage/lcov-report/src/_hooks/Resize.ts.html +0 -151
  596. package/coverage/lcov-report/src/_hooks/ResizeObserver.ts.html +0 -166
  597. package/coverage/lcov-report/src/_hooks/Scroll.ts.html +0 -166
  598. package/coverage/lcov-report/src/_hooks/ScrollLock.ts.html +0 -157
  599. package/coverage/lcov-report/src/_hooks/TextEntry.tsx.html +0 -520
  600. package/coverage/lcov-report/src/_hooks/Timer.tsx.html +0 -385
  601. package/coverage/lcov-report/src/_hooks/Trigger.tsx.html +0 -625
  602. package/coverage/lcov-report/src/_hooks/Visibility.tsx.html +0 -454
  603. package/coverage/lcov-report/src/_hooks/ZIndex.tsx.html +0 -316
  604. package/coverage/lcov-report/src/_hooks/index.html +0 -536
  605. package/coverage/lcov-report/src/_hooks/useFileUploader.tsx.html +0 -823
  606. package/coverage/lcov-report/src/_hooks/useFocusWithin.ts.html +0 -202
  607. package/coverage/lcov-report/src/_hooks/useSet.ts.html +0 -391
  608. package/coverage/lcov-report/src/_hooks/useUpdateEffect.ts.html +0 -163
  609. package/coverage/lcov-report/src/_styles/arrows.ts.html +0 -199
  610. package/coverage/lcov-report/src/_styles/borderRadius.ts.html +0 -130
  611. package/coverage/lcov-report/src/_styles/colors.ts.html +0 -580
  612. package/coverage/lcov-report/src/_styles/index.html +0 -206
  613. package/coverage/lcov-report/src/_styles/media.ts.html +0 -94
  614. package/coverage/lcov-report/src/_styles/mixins.ts.html +0 -274
  615. package/coverage/lcov-report/src/_styles/shadows.ts.html +0 -160
  616. package/coverage/lcov-report/src/_styles/spacing.ts.html +0 -121
  617. package/coverage/lcov-report/src/_utils/CalendarHelpers.ts.html +0 -856
  618. package/coverage/lcov-report/src/_utils/TinyMCE.ts.html +0 -553
  619. package/coverage/lcov-report/src/_utils/addSubcomponents.ts.html +0 -121
  620. package/coverage/lcov-report/src/_utils/dateTime.ts.html +0 -463
  621. package/coverage/lcov-report/src/_utils/dom.ts.html +0 -211
  622. package/coverage/lcov-report/src/_utils/filename.ts.html +0 -145
  623. package/coverage/lcov-report/src/_utils/genericAnalyticsClient.ts.html +0 -280
  624. package/coverage/lcov-report/src/_utils/getAnchorPosition.ts.html +0 -772
  625. package/coverage/lcov-report/src/_utils/i18n.ts.html +0 -148
  626. package/coverage/lcov-report/src/_utils/index.html +0 -401
  627. package/coverage/lcov-report/src/_utils/isIE11.ts.html +0 -112
  628. package/coverage/lcov-report/src/_utils/isReactElement.ts.html +0 -106
  629. package/coverage/lcov-report/src/_utils/mergeRefs.tsx.html +0 -148
  630. package/coverage/lcov-report/src/_utils/partition.ts.html +0 -136
  631. package/coverage/lcov-report/src/_utils/placement.ts.html +0 -175
  632. package/coverage/lcov-report/src/_utils/props.ts.html +0 -100
  633. package/coverage/lcov-report/src/_utils/runInQueue.ts.html +0 -157
  634. package/coverage/lcov-report/src/_utils/scrollIntoView.ts.html +0 -148
  635. package/coverage/lcov-report/src/_utils/slotify.ts.html +0 -256
  636. package/coverage/lcov-report/src/_utils/triggerListeners.ts.html +0 -349
  637. package/coverage/lcov-report/src/_utils/usingHookOrDefault.ts.html +0 -115
  638. package/coverage/lcov-report/src/index.html +0 -116
  639. package/coverage/lcov-report/src/index.ts.html +0 -535
  640. package/coverage/lcov.info +0 -31221
  641. package/sonar-project.properties +0 -50
@@ -10,7 +10,7 @@
10
10
  "description": "",
11
11
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
12
12
  "sourceFile": "packages/core-react/src/Typeahead/Typeahead.types.ts",
13
- "sourceUrl": "https://github.com/procore/core/blob/6434f92/packages/core-react/src/Typeahead/Typeahead.types.ts#L15"
13
+ "sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Typeahead/Typeahead.types.ts#L15"
14
14
  },
15
15
  {
16
16
  "name": "onChange",
@@ -20,7 +20,7 @@
20
20
  "description": "",
21
21
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
22
22
  "sourceFile": "packages/core-react/src/Typeahead/Typeahead.types.ts",
23
- "sourceUrl": "https://github.com/procore/core/blob/6434f92/packages/core-react/src/Typeahead/Typeahead.types.ts#L19"
23
+ "sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Typeahead/Typeahead.types.ts#L19"
24
24
  }
25
25
  ],
26
26
  "description": ""
@@ -10,7 +10,7 @@
10
10
  "description": "<span>\n Change the HTML tag. This{' '}\n <Link href=\"https://styled-components.com/docs/api#as-polymorphic-prop\">\n prop is from styled-components\n </Link>\n .<em>WARNING</em>: If using TypeScript, it will not switch types and\n some props may error. You can add <Code>// @ts-expect-error</Code>.\n See{' '}\n <Link href=\"https://github.com/DefinitelyTyped/DefinitelyTyped/issues/30117\">\n styled-components issue\n </Link>\n .\n</span>",
11
11
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<span>\n Change the HTML tag. This{' '}\n <Link href=\"https://styled-components.com/docs/api#as-polymorphic-prop\">\n prop is from styled-components\n </Link>\n .<em>WARNING</em>: If using TypeScript, it will not switch types and\n some props may error. You can add <Code>// @ts-expect-error</Code>.\n See{' '}\n <Link href=\"https://github.com/DefinitelyTyped/DefinitelyTyped/issues/30117\">\n styled-components issue\n </Link>\n .\n</span></div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
12
12
  "sourceFile": "packages/core-react/src/Typography/Typography.types.ts",
13
- "sourceUrl": "https://github.com/procore/core/blob/6434f92/packages/core-react/src/Typography/Typography.types.ts#L35"
13
+ "sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Typography/Typography.types.ts#L35"
14
14
  },
15
15
  {
16
16
  "name": "children",
@@ -20,7 +20,7 @@
20
20
  "description": "<span>\n When children are a string or multiple elements, they will be wrapped\n by a <Code>span</Code>. When it is a single element, classnames will\n be added to it instead\n</span>",
21
21
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<span>\n When children are a string or multiple elements, they will be wrapped\n by a <Code>span</Code>. When it is a single element, classnames will\n be added to it instead\n</span></div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
22
22
  "sourceFile": "packages/core-react/src/Typography/Typography.types.ts",
23
- "sourceUrl": "https://github.com/procore/core/blob/6434f92/packages/core-react/src/Typography/Typography.types.ts#L17"
23
+ "sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Typography/Typography.types.ts#L17"
24
24
  },
25
25
  {
26
26
  "name": "className",
@@ -30,7 +30,7 @@
30
30
  "description": "Additional classNames",
31
31
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
32
32
  "sourceFile": "packages/core-react/src/_utils/types.ts",
33
- "sourceUrl": "https://github.com/procore/core/blob/6434f92/packages/core-react/src/_utils/types.ts#L47"
33
+ "sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/_utils/types.ts#L47"
34
34
  },
35
35
  {
36
36
  "name": "color",
@@ -40,7 +40,7 @@
40
40
  "description": "<span>\n Changes font color, can be any of the{' '}\n <Link to=\"/web/style/colors/#hsl-palette\">HSL Palette</Link> css\n strings\n</span>",
41
41
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<span>\n Changes font color, can be any of the{' '}\n <Link to=\"/web/style/colors/#hsl-palette\">HSL Palette</Link> css\n strings\n</span></div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>&#39;gray15&#39;</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
42
42
  "sourceFile": "packages/core-react/src/Typography/Typography.types.ts",
43
- "sourceUrl": "https://github.com/procore/core/blob/6434f92/packages/core-react/src/Typography/Typography.types.ts#L46"
43
+ "sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Typography/Typography.types.ts#L46"
44
44
  },
45
45
  {
46
46
  "name": "intent",
@@ -50,7 +50,7 @@
50
50
  "description": "Changes the size of the font",
51
51
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Changes the size of the font</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
52
52
  "sourceFile": "packages/core-react/src/Typography/Typography.types.ts",
53
- "sourceUrl": "https://github.com/procore/core/blob/6434f92/packages/core-react/src/Typography/Typography.types.ts#L52"
53
+ "sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Typography/Typography.types.ts#L52"
54
54
  },
55
55
  {
56
56
  "name": "italic",
@@ -60,7 +60,7 @@
60
60
  "description": "Applies `font-style: italic` if enabled",
61
61
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Applies <code>font-style: italic</code> if enabled</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
62
62
  "sourceFile": "packages/core-react/src/Typography/Typography.types.ts",
63
- "sourceUrl": "https://github.com/procore/core/blob/6434f92/packages/core-react/src/Typography/Typography.types.ts#L58"
63
+ "sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Typography/Typography.types.ts#L58"
64
64
  },
65
65
  {
66
66
  "name": "style",
@@ -70,7 +70,7 @@
70
70
  "description": "Additional CSS styles",
71
71
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
72
72
  "sourceFile": "packages/core-react/src/_utils/types.ts",
73
- "sourceUrl": "https://github.com/procore/core/blob/6434f92/packages/core-react/src/_utils/types.ts#L52"
73
+ "sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/_utils/types.ts#L52"
74
74
  },
75
75
  {
76
76
  "name": "weight",
@@ -80,7 +80,7 @@
80
80
  "description": "Changes font weight if it is supported in the design system",
81
81
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Changes font weight if it is supported in the design system</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
82
82
  "sourceFile": "packages/core-react/src/Typography/Typography.types.ts",
83
- "sourceUrl": "https://github.com/procore/core/blob/6434f92/packages/core-react/src/Typography/Typography.types.ts#L64"
83
+ "sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Typography/Typography.types.ts#L64"
84
84
  }
85
85
  ],
86
86
  "description": ""
@@ -10,7 +10,7 @@
10
10
  "description": "",
11
11
  "descriptionHtml": "",
12
12
  "sourceFile": "packages/core-react/src/_utils/types.ts",
13
- "sourceUrl": "https://github.com/procore/core/blob/6434f92/packages/core-react/src/_utils/types.ts#L42"
13
+ "sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/_utils/types.ts#L42"
14
14
  },
15
15
  {
16
16
  "name": "className",
@@ -20,7 +20,7 @@
20
20
  "description": "Additional classNames",
21
21
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
22
22
  "sourceFile": "packages/core-react/src/_utils/types.ts",
23
- "sourceUrl": "https://github.com/procore/core/blob/6434f92/packages/core-react/src/_utils/types.ts#L47"
23
+ "sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/_utils/types.ts#L47"
24
24
  },
25
25
  {
26
26
  "name": "style",
@@ -30,7 +30,7 @@
30
30
  "description": "Additional CSS styles",
31
31
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
32
32
  "sourceFile": "packages/core-react/src/_utils/types.ts",
33
- "sourceUrl": "https://github.com/procore/core/blob/6434f92/packages/core-react/src/_utils/types.ts#L52"
33
+ "sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/_utils/types.ts#L52"
34
34
  }
35
35
  ],
36
36
  "description": ""
@@ -1,6 +1,6 @@
1
1
  import { DateTimeFormatter, getStartDayOfTheWeek, } from '@procore/globalization-toolkit';
2
2
  import { addDays as addDaysFn, addMonths as addMonthsFn, eachDayOfInterval as eachDayFn, format as formatFn, getDate as getDateFn, getDay as getDayFn, getMonth as getMonthFn, getYear as getYearFn, isAfter as isAfterFn, isBefore as isBeforeFn, isSameDay as isSameDayFn, isSameMonth as isSameMonthFn, isToday as isTodayFn, isWithinInterval as isWithinRangeFn, startOfMonth as startOfMonthFn, startOfWeek, subDays as subDaysFn, subMonths as subMonthsFn, subYears as subYearsFn, } from 'date-fns';
3
- import { de, enUS as en, es, fr, is, ko, pt, th, zhCN, } from 'date-fns/esm/locale';
3
+ import { de, enUS as en, es, fr, is, ko, pt, ptBR, ja, th, zhCN, } from 'date-fns/esm/locale';
4
4
  import { range, splitEvery } from 'ramda';
5
5
  var dateFnsLocales = {
6
6
  en: en,
@@ -17,6 +17,8 @@ var dateFnsLocales = {
17
17
  ko: ko,
18
18
  'th-TH': th,
19
19
  pt: pt,
20
+ 'pt-BR': ptBR,
21
+ 'ja-JP': ja,
20
22
  'is-IS': is,
21
23
  'de-DE': de,
22
24
  'zh-SG': zhCN,
@@ -1 +1 @@
1
- {"version":3,"file":"CalendarHelpers.js","sourceRoot":"","sources":["../../src/_utils/CalendarHelpers.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"CalendarHelpers.js","sourceRoot":"","sources":["../../src/_utils/CalendarHelpers.ts"],"names":[],"mappings":"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"}
@@ -16,7 +16,9 @@ var textEditorLocales = {
16
16
  'en-SG': 'en',
17
17
  ko: 'ko_KR',
18
18
  'th-TH': 'th_TH',
19
- pt: 'pt_BR',
19
+ 'ja-JP': 'ja',
20
+ pt: 'pt_PT',
21
+ 'pt-BR': 'pt_BR',
20
22
  'is-IS': 'en',
21
23
  'de-DE': 'de',
22
24
  'zh-SG': 'zh_CN',
@@ -1 +1 @@
1
- {"version":3,"file":"TinyMCE.js","sourceRoot":"","sources":["../../src/_utils/TinyMCE.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"TinyMCE.js","sourceRoot":"","sources":["../../src/_utils/TinyMCE.ts"],"names":[],"mappings":"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"}
@@ -5,7 +5,7 @@ export * from '../Banner/Banner.types';
5
5
  export * from '../Box/Box.types';
6
6
  export * from '../Breadcrumbs/Breadcrumbs.types';
7
7
  export * from '../Button/Button.types';
8
- export { BodyProps, CalendarContainerProps, CalendarProps, DayProps, NavigationProps, NextPrevProps, SelectProps, WeekdaysProps, WeekProps, } from '../Calendar/Calendar.types';
8
+ export { BodyProps, CalendarContainerProps, CalendarProps, DayProps, NavigationProps, NextPrevProps, SelectProps as CalendarSelectProps, WeekdaysProps, WeekProps, } from '../Calendar/Calendar.types';
9
9
  export * from '../Card/Card.types';
10
10
  export * from '../Checkbox/Checkbox.types';
11
11
  export * from '../ContactItem/ContactItem.types';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@procore/core-react",
3
- "version": "11.19.0",
3
+ "version": "11.20.0",
4
4
  "description": "React library of Procore Design Guidelines",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -17,13 +17,14 @@
17
17
  "@babel/preset-react": "7.18.6",
18
18
  "@babel/preset-typescript": "7.18.6",
19
19
  "@babel/register": "7.18.9",
20
- "@procore/storybook-addon": "0.2.0",
21
- "@storybook/addon-storysource": "6.5.16",
22
- "@storybook/addons": "6.5.15",
23
- "@storybook/builder-webpack5": "6.5.15",
24
- "@storybook/manager-webpack5": "6.5.15",
25
- "@storybook/react": "6.5.15",
26
- "@storybook/testing-react": "1.3.0",
20
+ "@storybook/addon-a11y": "7.1.0",
21
+ "@storybook/addon-docs": "7.1.0",
22
+ "@storybook/addon-essentials": "7.1.0",
23
+ "@storybook/addon-storysource": "7.1.0",
24
+ "@storybook/manager-api": "7.1.0",
25
+ "@storybook/react": "7.1.0",
26
+ "@storybook/react-webpack5": "7.1.0",
27
+ "@storybook/theming": "7.1.0",
27
28
  "@testing-library/dom": "8.20.0",
28
29
  "@testing-library/jest-dom": "5.16.4",
29
30
  "@testing-library/react": "12.1.4",
@@ -74,6 +75,7 @@
74
75
  "miragejs": "^0.1.47",
75
76
  "react": "17.0.2",
76
77
  "react-dom": "17.0.2",
78
+ "storybook": "7.1.0",
77
79
  "styled-components": "5.3.6",
78
80
  "ts-jest": "29.0.5",
79
81
  "ts-node": "10.9.1",
@@ -154,8 +156,8 @@
154
156
  "dev:ts": "tsc -p tsconfig.prod.json --watch",
155
157
  "typecheck": "tsc -p . --noEmit",
156
158
  "typecheck:watch": "tsc -p . --noEmit --watch",
157
- "storybook": "start-storybook -s .storybook/static",
158
- "build-storybook": "build-storybook --webpack-stats-json -s .storybook/static",
159
+ "storybook": "storybook dev -p 6007",
160
+ "build-storybook": "storybook build --webpack-stats-json",
159
161
  "test": "TZ=America/Los_Angeles jest --runInBand --silent --logHeapUsage",
160
162
  "test:update": "TZ=America/Los_Angeles jest --runInBand -u",
161
163
  "test:watch": "pnpm run test --watch",
package/catalog-info.yaml DELETED
@@ -1,48 +0,0 @@
1
- ---
2
- apiVersion: backstage.io/v1alpha1
3
- kind: Component
4
- metadata:
5
- name: npm-core-react
6
- annotations:
7
- github.com/project-slug: procore/core
8
- github.com/team-slug: procore/team-ui-foundations
9
- circleci.com/project-slug: github/procore/core
10
- title: Design System Core React
11
- description: "Core React is a React implemenation of Procore's design guidelines. NPM package @procore/core-react"
12
- tags:
13
- - design-system
14
- - frontend
15
- - javascript
16
- - npm
17
- - product-design
18
- - react
19
- - typescript
20
- - ui
21
- - ux
22
- links:
23
- - url: https://core.procore.com/latest/web/introduction
24
- title: Documentation
25
- icon: help
26
- - url: https://procoretech.slack.com/archives/C6UEQL1V5
27
- title: Support
28
- icon: help
29
- - url: https://procoretech.slack.com/archives/C0202DPGH50
30
- title: Team Slack
31
- icon: chat
32
- - url: https://procoretech.atlassian.net/jira/software/c/projects/UIS/boards/2702
33
- title: Jira
34
- icon: developerBoard
35
- - url: https://procoretech.atlassian.net/wiki/spaces/UIF/overview
36
- title: Confluence
37
- icon: confluence
38
- - url: https://github.com/procore/core/blob/master/packages/core-react/package.json
39
- title: Latest package.json
40
- icon: packageJson
41
- spec:
42
- type: library
43
- lifecycle: ga
44
- owner: team-ui-foundations
45
- system: design-system
46
- dependsOn:
47
- - component:npm-core-icons
48
- - component:core-design-system