@procore/core-react 10.29.0 → 10.30.0-rc.1

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 (188) hide show
  1. package/dist/esm/components/DateInput/DateInput.js +28 -23
  2. package/dist/esm/components/DateInput/DateInput.js.map +1 -1
  3. package/dist/esm/components/DateInput/DateInput.styles.d.ts +1 -0
  4. package/dist/esm/components/DateInput/DateInput.styles.js +4 -6
  5. package/dist/esm/components/DateInput/DateInput.styles.js.map +1 -1
  6. package/dist/esm/components/DateInput/DateInput.types.d.ts +6 -11
  7. package/dist/esm/components/Input/Input.styles.js +2 -1
  8. package/dist/esm/components/Input/Input.styles.js.map +1 -1
  9. package/dist/esm/components/Search/Search.styles.d.ts +8 -1
  10. package/dist/esm/components/Search/Search.styles.js +12 -13
  11. package/dist/esm/components/Search/Search.styles.js.map +1 -1
  12. package/dist/esm/components/Typeahead/Typeahead.styles.d.ts +4 -1
  13. package/dist/esm/components/Typeahead/Typeahead.styles.js +2 -3
  14. package/dist/esm/components/Typeahead/Typeahead.styles.js.map +1 -1
  15. package/dist/typedoc/components/Avatar/Avatar.types.json +17 -17
  16. package/dist/typedoc/components/AvatarStack/AvatarStack.types.json +22 -22
  17. package/dist/typedoc/components/Badge/Badge.types.json +6 -6
  18. package/dist/typedoc/components/Banner/Banner.types.json +12 -12
  19. package/dist/typedoc/components/Breadcrumbs/Breadcrumbs.types.json +7 -7
  20. package/dist/typedoc/components/Button/Button.types.json +11 -11
  21. package/dist/typedoc/components/Calendar/Calendar.types.json +79 -79
  22. package/dist/typedoc/components/Card/Card.types.json +6 -6
  23. package/dist/typedoc/components/Checkbox/Checkbox.types.json +7 -7
  24. package/dist/typedoc/components/ContactItem/ContactItem.types.json +9 -9
  25. package/dist/typedoc/components/DateInput/DateInput.types.json +35 -35
  26. package/dist/typedoc/components/DateSelect/DateSelect.types.json +13 -13
  27. package/dist/typedoc/components/Dropdown/Dropdown.types.json +35 -35
  28. package/dist/typedoc/components/DropdownFlyout/DropdownFlyout.types.json +32 -32
  29. package/dist/typedoc/components/Dropzone/Dropzone.types.json +41 -41
  30. package/dist/typedoc/components/EmptyState/EmptyState.types.json +14 -14
  31. package/dist/typedoc/components/FileList/FileList.types.json +9 -9
  32. package/dist/typedoc/components/FileSelect/FileSelect.types.json +25 -25
  33. package/dist/typedoc/components/FileSelect/GridSource/GridSource.types.json +20 -20
  34. package/dist/typedoc/components/FileSelect/LocalSource/LocalSource.types.json +14 -14
  35. package/dist/typedoc/components/FileSelect/TreeSource/TreeSource.types.json +9 -9
  36. package/dist/typedoc/components/Font/Font.types.json +7 -7
  37. package/dist/typedoc/components/Form/Form.types.json +688 -688
  38. package/dist/typedoc/components/GroupSelect/GroupSelect.types.json +51 -51
  39. package/dist/typedoc/components/Icon/Icon.types.json +10 -10
  40. package/dist/typedoc/components/Input/Input.types.json +2 -2
  41. package/dist/typedoc/components/Link/Link.types.json +4 -4
  42. package/dist/typedoc/components/Menu/Menu.types.json +67 -67
  43. package/dist/typedoc/components/MenuImperative/MenuImperative.types.json +67 -67
  44. package/dist/typedoc/components/Modal/Modal.types.json +27 -27
  45. package/dist/typedoc/components/MultiSelect/MultiSelect.types.json +30 -30
  46. package/dist/typedoc/components/Notation/Notation.types.json +4 -4
  47. package/dist/typedoc/components/NumberInput/NumberInput.types.json +25 -25
  48. package/dist/typedoc/components/OverlayTrigger/OverlayTrigger.json +18 -18
  49. package/dist/typedoc/components/Pagination/Pagination.types.json +8 -8
  50. package/dist/typedoc/components/Panel/Panel.types.json +17 -17
  51. package/dist/typedoc/components/Pill/Pill.types.json +1 -1
  52. package/dist/typedoc/components/PillSelect/PillSelect.types.json +46 -46
  53. package/dist/typedoc/components/Popover/Popover.types.json +9 -9
  54. package/dist/typedoc/components/ProgressBar/ProgressBar.types.json +5 -5
  55. package/dist/typedoc/components/RadioButton/RadioButton.types.json +6 -6
  56. package/dist/typedoc/components/Required/Required.types.json +5 -5
  57. package/dist/typedoc/components/Search/Search.types.json +21 -21
  58. package/dist/typedoc/components/SegmentedController/SegmentedController.types.json +20 -20
  59. package/dist/typedoc/components/Select/Select.types.json +31 -31
  60. package/dist/typedoc/components/Slider/Slider.types.json +6 -6
  61. package/dist/typedoc/components/Spinner/Spinner.types.json +8 -8
  62. package/dist/typedoc/components/Switch/Switch.types.json +3 -3
  63. package/dist/typedoc/components/Table/Table.types.json +94 -94
  64. package/dist/typedoc/components/Tabs/Tabs.types.json +15 -15
  65. package/dist/typedoc/components/Tearsheet/Tearsheet.types.json +9 -9
  66. package/dist/typedoc/components/TextArea/TextArea.types.json +3 -3
  67. package/dist/typedoc/components/TextEditor/TextEditor.types.json +7 -7
  68. package/dist/typedoc/components/TextEditorOutput/TextEditorOutput.types.json +3 -3
  69. package/dist/typedoc/components/Thumbnail/Thumbnail.types.json +12 -12
  70. package/dist/typedoc/components/TieredDropdown/TieredDropdown.types.json +41 -41
  71. package/dist/typedoc/components/TieredSelect/TieredSelect.types.json +27 -27
  72. package/dist/typedoc/components/Tile/Tile.types.json +30 -30
  73. package/dist/typedoc/components/Toast/Toast.types.json +4 -4
  74. package/dist/typedoc/components/ToggleButton/ToggleButton.types.json +3 -3
  75. package/dist/typedoc/components/Token/Token.types.json +4 -4
  76. package/dist/typedoc/components/Tooltip/Tooltip.types.json +13 -13
  77. package/dist/typedoc/components/Tree/Tree.types.json +85 -85
  78. package/dist/typedoc/components/Typeahead/Typeahead.types.json +2 -2
  79. package/dist/typedoc/components/Typography/Typography.types.json +8 -8
  80. package/dist/typedoc/layouts/Box/Box.types.json +66 -66
  81. package/dist/typedoc/layouts/DetailPage/DetailPage.json +11 -11
  82. package/dist/typedoc/layouts/Flex/Flex.types.json +26 -26
  83. package/dist/typedoc/layouts/FlexList/FlexList.types.json +29 -29
  84. package/dist/typedoc/layouts/Grid/Grid.json +10 -10
  85. package/dist/typedoc/layouts/LegacyDetailPage/LegacyDetailPage.json +4 -4
  86. package/dist/typedoc/layouts/ListPage/ListPage.types.json +10 -10
  87. package/dist/typedoc/layouts/NextDetailPage/NextDetailPage.types.json +4 -4
  88. package/dist/typedoc/layouts/NextGrid/NextGrid.types.json +8 -8
  89. package/dist/typedoc/layouts/PageLayout/PageLayout.types.json +7 -7
  90. package/dist/typedoc/layouts/ToolHeader/ToolHeader.types.json +8 -8
  91. package/dist/typedoc/utils/types.json +3 -3
  92. package/package.json +3 -3
  93. package/.storybook/coreTheme.ts +0 -12
  94. package/.storybook/main.js +0 -76
  95. package/.storybook/manager-head.html +0 -3
  96. package/.storybook/manager.js +0 -6
  97. package/.storybook/preview-head.html +0 -37
  98. package/.storybook/preview.js +0 -46
  99. package/.storybook/secureLogin.js +0 -75
  100. package/.storybook/static/favicon.ico +0 -0
  101. package/.storybook/static/logo.png +0 -0
  102. package/.storybook/tsconfig.json +0 -5
  103. package/assets/TextEditor.zip +0 -0
  104. package/dist/esm/components/_storyHelpers_/actualizedIcons.d.ts +0 -5
  105. package/dist/esm/components/_storyHelpers_/actualizedIcons.js +0 -14
  106. package/dist/esm/components/_storyHelpers_/actualizedIcons.js.map +0 -1
  107. package/dist/esm/components/_storyHelpers_/components/FullLayout.d.ts +0 -2
  108. package/dist/esm/components/_storyHelpers_/components/FullLayout.js +0 -18
  109. package/dist/esm/components/_storyHelpers_/components/FullLayout.js.map +0 -1
  110. package/dist/esm/components/_storyHelpers_/components/StoryGrid.d.ts +0 -7
  111. package/dist/esm/components/_storyHelpers_/components/StoryGrid.js +0 -47
  112. package/dist/esm/components/_storyHelpers_/components/StoryGrid.js.map +0 -1
  113. package/dist/esm/components/_storyHelpers_/constants.d.ts +0 -28
  114. package/dist/esm/components/_storyHelpers_/constants.js +0 -186
  115. package/dist/esm/components/_storyHelpers_/constants.js.map +0 -1
  116. package/dist/esm/components/_storyHelpers_/effects/useWaitForElement.d.ts +0 -1
  117. package/dist/esm/components/_storyHelpers_/effects/useWaitForElement.js +0 -22
  118. package/dist/esm/components/_storyHelpers_/effects/useWaitForElement.js.map +0 -1
  119. package/dist/esm/components/_storyHelpers_/mocks/dropzoneMockData.d.ts +0 -13
  120. package/dist/esm/components/_storyHelpers_/mocks/dropzoneMockData.js +0 -33
  121. package/dist/esm/components/_storyHelpers_/mocks/dropzoneMockData.js.map +0 -1
  122. package/dist/esm/components/_storyHelpers_/mocks/pillSelectMockData.d.ts +0 -6
  123. package/dist/esm/components/_storyHelpers_/mocks/pillSelectMockData.js +0 -12
  124. package/dist/esm/components/_storyHelpers_/mocks/pillSelectMockData.js.map +0 -1
  125. package/dist/esm/components/_storyHelpers_/mocks/selectMockData.d.ts +0 -11
  126. package/dist/esm/components/_storyHelpers_/mocks/selectMockData.js +0 -25
  127. package/dist/esm/components/_storyHelpers_/mocks/selectMockData.js.map +0 -1
  128. package/dist/esm/components/_storyHelpers_/mocks/tableMockData.d.ts +0 -4
  129. package/dist/esm/components/_storyHelpers_/mocks/tableMockData.js +0 -15
  130. package/dist/esm/components/_storyHelpers_/mocks/tableMockData.js.map +0 -1
  131. package/dist/esm/components/_storyHelpers_/mocks/tieredSelect.d.ts +0 -77
  132. package/dist/esm/components/_storyHelpers_/mocks/tieredSelect.js +0 -339
  133. package/dist/esm/components/_storyHelpers_/mocks/tieredSelect.js.map +0 -1
  134. package/storybook-static/135.6d52847d5f820a05c03c.manager.bundle.js +0 -1
  135. package/storybook-static/144.b53cb6ed.iframe.bundle.js +0 -1
  136. package/storybook-static/321.49523b0d.iframe.bundle.js +0 -1
  137. package/storybook-static/322.edb3ed9f0eb77730907b.manager.bundle.js +0 -2
  138. package/storybook-static/322.edb3ed9f0eb77730907b.manager.bundle.js.LICENSE.txt +0 -94
  139. package/storybook-static/331.b730c488.iframe.bundle.js +0 -1
  140. package/storybook-static/338.8d4258ca.iframe.bundle.js +0 -2
  141. package/storybook-static/338.8d4258ca.iframe.bundle.js.LICENSE.txt +0 -8
  142. package/storybook-static/432.226c9607.iframe.bundle.js +0 -2
  143. package/storybook-static/432.226c9607.iframe.bundle.js.LICENSE.txt +0 -137
  144. package/storybook-static/447.dd97fdcf79fde2a4e54f.manager.bundle.js +0 -2
  145. package/storybook-static/447.dd97fdcf79fde2a4e54f.manager.bundle.js.LICENSE.txt +0 -8
  146. package/storybook-static/453.b8c14feb.iframe.bundle.js +0 -1
  147. package/storybook-static/531.d96b815ea137d1039528.manager.bundle.js +0 -1
  148. package/storybook-static/560.aaac5005.iframe.bundle.js +0 -2
  149. package/storybook-static/560.aaac5005.iframe.bundle.js.LICENSE.txt +0 -11
  150. package/storybook-static/590.d8e98a6a.iframe.bundle.js +0 -2
  151. package/storybook-static/590.d8e98a6a.iframe.bundle.js.LICENSE.txt +0 -12
  152. package/storybook-static/611.992cbac3.iframe.bundle.js +0 -1
  153. package/storybook-static/631.b5664738.iframe.bundle.js +0 -1
  154. package/storybook-static/887.aa43e52b4614cb724451.manager.bundle.js +0 -2
  155. package/storybook-static/887.aa43e52b4614cb724451.manager.bundle.js.LICENSE.txt +0 -12
  156. package/storybook-static/950.51b23ee52344fdbf713e.manager.bundle.js +0 -1
  157. package/storybook-static/994.1064337076819ee764bd.manager.bundle.js +0 -1
  158. package/storybook-static/favicon.ico +0 -0
  159. package/storybook-static/iframe.html +0 -377
  160. package/storybook-static/index.html +0 -59
  161. package/storybook-static/logo.png +0 -0
  162. package/storybook-static/main.0173120a7ee1b4023d9b.manager.bundle.js +0 -1
  163. package/storybook-static/main.57ce808d.iframe.bundle.js +0 -1
  164. package/storybook-static/runtime~main.253f6cc7cf9ad8993cb7.manager.bundle.js +0 -1
  165. package/storybook-static/runtime~main.3a0316a4.iframe.bundle.js +0 -1
  166. package/storybook-static/static/media/1.13dc8c2c.png +0 -0
  167. package/storybook-static/static/media/1.36180268.png +0 -0
  168. package/storybook-static/static/media/2.9314e7b0.png +0 -0
  169. package/storybook-static/static/media/2.fe5e9f4f.png +0 -0
  170. package/storybook-static/static/media/3.b141918a.png +0 -0
  171. package/storybook-static/static/media/3.c17acbc8.png +0 -0
  172. package/storybook-static/static/media/4.d192a649.png +0 -0
  173. package/storybook-static/static/media/4.f3f694fc.png +0 -0
  174. package/storybook-static/static/media/5.1bc2c380.png +0 -0
  175. package/storybook-static/static/media/5.9d9116a9.png +0 -0
  176. package/storybook-static/static/media/default.stories.74f74132.png +0 -0
  177. package/storybook-static/static/media/dog.a379ab68.jpeg +0 -0
  178. package/storybook-static/static/media/logo.31746cdb.png +0 -0
  179. package/storybook-static/static/media/thumb_104x104_1.15896857.png +0 -0
  180. package/storybook-static/static/media/thumb_104x104_2.ace6dbdf.png +0 -0
  181. package/storybook-static/static/media/thumb_104x104_3.7f044128.png +0 -0
  182. package/storybook-static/static/media/thumb_104x104_4.e3afac44.png +0 -0
  183. package/storybook-static/static/media/thumb_40x40_1.e049af5f.png +0 -0
  184. package/storybook-static/static/media/thumb_40x40_2.324dc5b3.png +0 -0
  185. package/storybook-static/static/media/thumb_40x40_3.467cde29.png +0 -0
  186. package/storybook-static/static/media/thumb_40x40_4.eb7de868.png +0 -0
  187. package/storybook-static/static/media/video.05470725.mp4 +0 -0
  188. package/storybook-static/static/media/visual_placeholder_40x40.0f5a60ca.svg +0 -9
@@ -10,7 +10,7 @@
10
10
  "description": "Instead of using the default children, you can pass in your own.",
11
11
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Instead of using the default children, you can pass in your own.</p>\n</div></div>",
12
12
  "sourceFile": "packages/core-react/src/utils/types.ts",
13
- "sourceUrl": "https://github.com/procore/core/blob/ad07e8199/packages/core-react/src/utils/types.ts#L40"
13
+ "sourceUrl": "https://github.com/procore/core/blob/7cdbf580e/packages/core-react/src/utils/types.ts#L40"
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/ad07e8199/packages/core-react/src/utils/types.ts#L45"
23
+ "sourceUrl": "https://github.com/procore/core/blob/7cdbf580e/packages/core-react/src/utils/types.ts#L45"
24
24
  },
25
25
  {
26
26
  "name": "level",
@@ -32,7 +32,7 @@
32
32
  "deprecated": "\n\nThe `level` prop has been deprecated and will be removed in a future version.\nPlease use the `shadowStrength` prop instead.\n\n**Before**\n\n<Card level={20} />\n\n**After**\n\n<Card shadowStrength={2} />\n",
33
33
  "deprecatedSince": "10.20.0",
34
34
  "sourceFile": "packages/core-react/src/components/Card/Card.types.ts",
35
- "sourceUrl": "https://github.com/procore/core/blob/ad07e8199/packages/core-react/src/components/Card/Card.types.ts#L32"
35
+ "sourceUrl": "https://github.com/procore/core/blob/7cdbf580e/packages/core-react/src/components/Card/Card.types.ts#L32"
36
36
  },
37
37
  {
38
38
  "name": "shadowStrength",
@@ -43,7 +43,7 @@
43
43
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Determines shadow strength</p>\n</div><dl class=\"tsd-comment-tags\"><dt>defaultvalue</dt><dd><p>1</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
44
44
  "defaultValue": "1",
45
45
  "sourceFile": "packages/core-react/src/components/Card/Card.types.ts",
46
- "sourceUrl": "https://github.com/procore/core/blob/ad07e8199/packages/core-react/src/components/Card/Card.types.ts#L39"
46
+ "sourceUrl": "https://github.com/procore/core/blob/7cdbf580e/packages/core-react/src/components/Card/Card.types.ts#L39"
47
47
  },
48
48
  {
49
49
  "name": "style",
@@ -53,7 +53,7 @@
53
53
  "description": "Additional CSS styles",
54
54
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
55
55
  "sourceFile": "packages/core-react/src/utils/types.ts",
56
- "sourceUrl": "https://github.com/procore/core/blob/ad07e8199/packages/core-react/src/utils/types.ts#L50"
56
+ "sourceUrl": "https://github.com/procore/core/blob/7cdbf580e/packages/core-react/src/utils/types.ts#L50"
57
57
  },
58
58
  {
59
59
  "name": "variant",
@@ -63,7 +63,7 @@
63
63
  "description": "The card variant",
64
64
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The card variant</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
65
65
  "sourceFile": "packages/core-react/src/components/Card/Card.types.ts",
66
- "sourceUrl": "https://github.com/procore/core/blob/ad07e8199/packages/core-react/src/components/Card/Card.types.ts#L44"
66
+ "sourceUrl": "https://github.com/procore/core/blob/7cdbf580e/packages/core-react/src/components/Card/Card.types.ts#L44"
67
67
  }
68
68
  ],
69
69
  "description": ""
@@ -10,7 +10,7 @@
10
10
  "description": "Checked state of the checkbox",
11
11
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Checked state of the checkbox</p>\n</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/components/Checkbox/Checkbox.types.ts",
13
- "sourceUrl": "https://github.com/procore/core/blob/ad07e8199/packages/core-react/src/components/Checkbox/Checkbox.types.ts#L9"
13
+ "sourceUrl": "https://github.com/procore/core/blob/7cdbf580e/packages/core-react/src/components/Checkbox/Checkbox.types.ts#L9"
14
14
  },
15
15
  {
16
16
  "name": "children",
@@ -20,7 +20,7 @@
20
20
  "description": "The contents of the checkbox label",
21
21
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The contents of the checkbox label</p>\n</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/components/Checkbox/Checkbox.types.ts",
23
- "sourceUrl": "https://github.com/procore/core/blob/ad07e8199/packages/core-react/src/components/Checkbox/Checkbox.types.ts#L14"
23
+ "sourceUrl": "https://github.com/procore/core/blob/7cdbf580e/packages/core-react/src/components/Checkbox/Checkbox.types.ts#L14"
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><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
32
32
  "sourceFile": "packages/core-react/src/components/Checkbox/Checkbox.types.ts",
33
- "sourceUrl": "https://github.com/procore/core/blob/ad07e8199/packages/core-react/src/components/Checkbox/Checkbox.types.ts#L19"
33
+ "sourceUrl": "https://github.com/procore/core/blob/7cdbf580e/packages/core-react/src/components/Checkbox/Checkbox.types.ts#L19"
34
34
  },
35
35
  {
36
36
  "name": "disabled",
@@ -40,7 +40,7 @@
40
40
  "description": "Disabled state of the checkbox",
41
41
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Disabled state of the checkbox</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
42
42
  "sourceFile": "packages/core-react/src/components/Checkbox/Checkbox.types.ts",
43
- "sourceUrl": "https://github.com/procore/core/blob/ad07e8199/packages/core-react/src/components/Checkbox/Checkbox.types.ts#L24"
43
+ "sourceUrl": "https://github.com/procore/core/blob/7cdbf580e/packages/core-react/src/components/Checkbox/Checkbox.types.ts#L24"
44
44
  },
45
45
  {
46
46
  "name": "error",
@@ -50,7 +50,7 @@
50
50
  "description": "Error state of the checkbox",
51
51
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Error state of the checkbox</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/components/Checkbox/Checkbox.types.ts",
53
- "sourceUrl": "https://github.com/procore/core/blob/ad07e8199/packages/core-react/src/components/Checkbox/Checkbox.types.ts#L29"
53
+ "sourceUrl": "https://github.com/procore/core/blob/7cdbf580e/packages/core-react/src/components/Checkbox/Checkbox.types.ts#L29"
54
54
  },
55
55
  {
56
56
  "name": "indeterminate",
@@ -60,7 +60,7 @@
60
60
  "description": "Indeterminate state of the checkbox",
61
61
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Indeterminate state of the checkbox</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/components/Checkbox/Checkbox.types.ts",
63
- "sourceUrl": "https://github.com/procore/core/blob/ad07e8199/packages/core-react/src/components/Checkbox/Checkbox.types.ts#L34"
63
+ "sourceUrl": "https://github.com/procore/core/blob/7cdbf580e/packages/core-react/src/components/Checkbox/Checkbox.types.ts#L34"
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/ad07e8199/packages/core-react/src/utils/types.ts#L50"
73
+ "sourceUrl": "https://github.com/procore/core/blob/7cdbf580e/packages/core-react/src/utils/types.ts#L50"
74
74
  }
75
75
  ],
76
76
  "description": ""
@@ -10,7 +10,7 @@
10
10
  "description": "Instead of using the default children, you can pass in your own.",
11
11
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Instead of using the default children, you can pass in your own.</p>\n</div></div>",
12
12
  "sourceFile": "packages/core-react/src/utils/types.ts",
13
- "sourceUrl": "https://github.com/procore/core/blob/ad07e8199/packages/core-react/src/utils/types.ts#L40"
13
+ "sourceUrl": "https://github.com/procore/core/blob/7cdbf580e/packages/core-react/src/utils/types.ts#L40"
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/ad07e8199/packages/core-react/src/utils/types.ts#L45"
23
+ "sourceUrl": "https://github.com/procore/core/blob/7cdbf580e/packages/core-react/src/utils/types.ts#L45"
24
24
  },
25
25
  {
26
26
  "name": "clickable",
@@ -31,7 +31,7 @@
31
31
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Is the contact item clickable</p>\n</div><dl class=\"tsd-comment-tags\"><dt>defaultvalue</dt><dd><p>false</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
32
32
  "defaultValue": "false",
33
33
  "sourceFile": "packages/core-react/src/components/ContactItem/ContactItem.types.ts",
34
- "sourceUrl": "https://github.com/procore/core/blob/ad07e8199/packages/core-react/src/components/ContactItem/ContactItem.types.ts#L36"
34
+ "sourceUrl": "https://github.com/procore/core/blob/7cdbf580e/packages/core-react/src/components/ContactItem/ContactItem.types.ts#L36"
35
35
  },
36
36
  {
37
37
  "name": "disabled",
@@ -42,7 +42,7 @@
42
42
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Is the contact item disabled</p>\n</div><dl class=\"tsd-comment-tags\"><dt>defaultvalue</dt><dd><p>false</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
43
43
  "defaultValue": "false",
44
44
  "sourceFile": "packages/core-react/src/components/ContactItem/ContactItem.types.ts",
45
- "sourceUrl": "https://github.com/procore/core/blob/ad07e8199/packages/core-react/src/components/ContactItem/ContactItem.types.ts#L30"
45
+ "sourceUrl": "https://github.com/procore/core/blob/7cdbf580e/packages/core-react/src/components/ContactItem/ContactItem.types.ts#L30"
46
46
  },
47
47
  {
48
48
  "name": "icon",
@@ -52,7 +52,7 @@
52
52
  "description": "The icon to display",
53
53
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The icon to display</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
54
54
  "sourceFile": "packages/core-react/src/components/ContactItem/ContactItem.types.ts",
55
- "sourceUrl": "https://github.com/procore/core/blob/ad07e8199/packages/core-react/src/components/ContactItem/ContactItem.types.ts#L14"
55
+ "sourceUrl": "https://github.com/procore/core/blob/7cdbf580e/packages/core-react/src/components/ContactItem/ContactItem.types.ts#L14"
56
56
  },
57
57
  {
58
58
  "name": "imageUrl",
@@ -62,7 +62,7 @@
62
62
  "description": "The avatar rich media url",
63
63
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The avatar rich media url</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
64
64
  "sourceFile": "packages/core-react/src/components/ContactItem/ContactItem.types.ts",
65
- "sourceUrl": "https://github.com/procore/core/blob/ad07e8199/packages/core-react/src/components/ContactItem/ContactItem.types.ts#L9"
65
+ "sourceUrl": "https://github.com/procore/core/blob/7cdbf580e/packages/core-react/src/components/ContactItem/ContactItem.types.ts#L9"
66
66
  },
67
67
  {
68
68
  "name": "initials",
@@ -72,7 +72,7 @@
72
72
  "description": "Avatar text label",
73
73
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Avatar text label</p>\n</div></div>",
74
74
  "sourceFile": "packages/core-react/src/components/ContactItem/ContactItem.types.ts",
75
- "sourceUrl": "https://github.com/procore/core/blob/ad07e8199/packages/core-react/src/components/ContactItem/ContactItem.types.ts#L18"
75
+ "sourceUrl": "https://github.com/procore/core/blob/7cdbf580e/packages/core-react/src/components/ContactItem/ContactItem.types.ts#L18"
76
76
  },
77
77
  {
78
78
  "name": "selected",
@@ -83,7 +83,7 @@
83
83
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Is the contact item selected</p>\n</div><dl class=\"tsd-comment-tags\"><dt>defaultvalue</dt><dd><p>false</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
84
84
  "defaultValue": "false",
85
85
  "sourceFile": "packages/core-react/src/components/ContactItem/ContactItem.types.ts",
86
- "sourceUrl": "https://github.com/procore/core/blob/ad07e8199/packages/core-react/src/components/ContactItem/ContactItem.types.ts#L24"
86
+ "sourceUrl": "https://github.com/procore/core/blob/7cdbf580e/packages/core-react/src/components/ContactItem/ContactItem.types.ts#L24"
87
87
  },
88
88
  {
89
89
  "name": "style",
@@ -93,7 +93,7 @@
93
93
  "description": "Additional CSS styles",
94
94
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
95
95
  "sourceFile": "packages/core-react/src/utils/types.ts",
96
- "sourceUrl": "https://github.com/procore/core/blob/ad07e8199/packages/core-react/src/utils/types.ts#L50"
96
+ "sourceUrl": "https://github.com/procore/core/blob/7cdbf580e/packages/core-react/src/utils/types.ts#L50"
97
97
  }
98
98
  ],
99
99
  "description": ""
@@ -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/components/DateInput/DateInput.types.ts",
13
- "sourceUrl": "https://github.com/procore/core/blob/ad07e8199/packages/core-react/src/components/DateInput/DateInput.types.ts#L78"
13
+ "sourceUrl": "https://github.com/procore/core/blob/7cdbf580e/packages/core-react/src/components/DateInput/DateInput.types.ts#L78"
14
14
  },
15
15
  {
16
16
  "name": "hasValues",
@@ -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/components/DateInput/DateInput.types.ts",
23
- "sourceUrl": "https://github.com/procore/core/blob/ad07e8199/packages/core-react/src/components/DateInput/DateInput.types.ts#L82"
23
+ "sourceUrl": "https://github.com/procore/core/blob/7cdbf580e/packages/core-react/src/components/DateInput/DateInput.types.ts#L82"
24
24
  },
25
25
  {
26
26
  "name": "month",
@@ -30,7 +30,7 @@
30
30
  "description": "",
31
31
  "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>",
32
32
  "sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
33
- "sourceUrl": "https://github.com/procore/core/blob/ad07e8199/packages/core-react/src/components/DateInput/DateInput.types.ts#L86"
33
+ "sourceUrl": "https://github.com/procore/core/blob/7cdbf580e/packages/core-react/src/components/DateInput/DateInput.types.ts#L86"
34
34
  },
35
35
  {
36
36
  "name": "year",
@@ -40,7 +40,7 @@
40
40
  "description": "",
41
41
  "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>",
42
42
  "sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
43
- "sourceUrl": "https://github.com/procore/core/blob/ad07e8199/packages/core-react/src/components/DateInput/DateInput.types.ts#L102"
43
+ "sourceUrl": "https://github.com/procore/core/blob/7cdbf580e/packages/core-react/src/components/DateInput/DateInput.types.ts#L102"
44
44
  },
45
45
  {
46
46
  "name": "clear",
@@ -50,7 +50,7 @@
50
50
  "description": "",
51
51
  "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>",
52
52
  "sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
53
- "sourceUrl": "https://github.com/procore/core/blob/ad07e8199/packages/core-react/src/components/DateInput/DateInput.types.ts#L74"
53
+ "sourceUrl": "https://github.com/procore/core/blob/7cdbf580e/packages/core-react/src/components/DateInput/DateInput.types.ts#L74"
54
54
  },
55
55
  {
56
56
  "name": "setDay",
@@ -60,7 +60,7 @@
60
60
  "description": "",
61
61
  "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>",
62
62
  "sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
63
- "sourceUrl": "https://github.com/procore/core/blob/ad07e8199/packages/core-react/src/components/DateInput/DateInput.types.ts#L90"
63
+ "sourceUrl": "https://github.com/procore/core/blob/7cdbf580e/packages/core-react/src/components/DateInput/DateInput.types.ts#L90"
64
64
  },
65
65
  {
66
66
  "name": "setMonth",
@@ -70,7 +70,7 @@
70
70
  "description": "",
71
71
  "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>",
72
72
  "sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
73
- "sourceUrl": "https://github.com/procore/core/blob/ad07e8199/packages/core-react/src/components/DateInput/DateInput.types.ts#L94"
73
+ "sourceUrl": "https://github.com/procore/core/blob/7cdbf580e/packages/core-react/src/components/DateInput/DateInput.types.ts#L94"
74
74
  },
75
75
  {
76
76
  "name": "setYear",
@@ -80,7 +80,7 @@
80
80
  "description": "",
81
81
  "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>",
82
82
  "sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
83
- "sourceUrl": "https://github.com/procore/core/blob/ad07e8199/packages/core-react/src/components/DateInput/DateInput.types.ts#L98"
83
+ "sourceUrl": "https://github.com/procore/core/blob/7cdbf580e/packages/core-react/src/components/DateInput/DateInput.types.ts#L98"
84
84
  }
85
85
  ],
86
86
  "description": ""
@@ -96,7 +96,7 @@
96
96
  "description": "",
97
97
  "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>",
98
98
  "sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
99
- "sourceUrl": "https://github.com/procore/core/blob/ad07e8199/packages/core-react/src/components/DateInput/DateInput.types.ts#L67"
99
+ "sourceUrl": "https://github.com/procore/core/blob/7cdbf580e/packages/core-react/src/components/DateInput/DateInput.types.ts#L67"
100
100
  },
101
101
  {
102
102
  "name": "value",
@@ -106,7 +106,7 @@
106
106
  "description": "",
107
107
  "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>",
108
108
  "sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
109
- "sourceUrl": "https://github.com/procore/core/blob/ad07e8199/packages/core-react/src/components/DateInput/DateInput.types.ts#L63"
109
+ "sourceUrl": "https://github.com/procore/core/blob/7cdbf580e/packages/core-react/src/components/DateInput/DateInput.types.ts#L63"
110
110
  },
111
111
  {
112
112
  "name": "onChange",
@@ -116,7 +116,7 @@
116
116
  "description": "",
117
117
  "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>",
118
118
  "sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
119
- "sourceUrl": "https://github.com/procore/core/blob/ad07e8199/packages/core-react/src/components/DateInput/DateInput.types.ts#L59"
119
+ "sourceUrl": "https://github.com/procore/core/blob/7cdbf580e/packages/core-react/src/components/DateInput/DateInput.types.ts#L59"
120
120
  }
121
121
  ],
122
122
  "description": ""
@@ -132,7 +132,7 @@
132
132
  "description": "Instead of using the default children, you can pass in your own.",
133
133
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Instead of using the default children, you can pass in your own.</p>\n</div></div>",
134
134
  "sourceFile": "packages/core-react/src/utils/types.ts",
135
- "sourceUrl": "https://github.com/procore/core/blob/ad07e8199/packages/core-react/src/utils/types.ts#L40"
135
+ "sourceUrl": "https://github.com/procore/core/blob/7cdbf580e/packages/core-react/src/utils/types.ts#L40"
136
136
  },
137
137
  {
138
138
  "name": "className",
@@ -142,7 +142,7 @@
142
142
  "description": "Additional classNames",
143
143
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
144
144
  "sourceFile": "packages/core-react/src/utils/types.ts",
145
- "sourceUrl": "https://github.com/procore/core/blob/ad07e8199/packages/core-react/src/utils/types.ts#L45"
145
+ "sourceUrl": "https://github.com/procore/core/blob/7cdbf580e/packages/core-react/src/utils/types.ts#L45"
146
146
  },
147
147
  {
148
148
  "name": "clearRef",
@@ -152,7 +152,7 @@
152
152
  "description": "",
153
153
  "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>",
154
154
  "sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
155
- "sourceUrl": "https://github.com/procore/core/blob/ad07e8199/packages/core-react/src/components/DateInput/DateInput.types.ts#L132"
155
+ "sourceUrl": "https://github.com/procore/core/blob/7cdbf580e/packages/core-react/src/components/DateInput/DateInput.types.ts#L122"
156
156
  },
157
157
  {
158
158
  "name": "disabled",
@@ -162,7 +162,7 @@
162
162
  "description": "",
163
163
  "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>",
164
164
  "sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
165
- "sourceUrl": "https://github.com/procore/core/blob/ad07e8199/packages/core-react/src/components/DateInput/DateInput.types.ts#L143"
165
+ "sourceUrl": "https://github.com/procore/core/blob/7cdbf580e/packages/core-react/src/components/DateInput/DateInput.types.ts#L133"
166
166
  },
167
167
  {
168
168
  "name": "error",
@@ -172,7 +172,7 @@
172
172
  "description": "Error variant",
173
173
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Error variant</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>false</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
174
174
  "sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
175
- "sourceUrl": "https://github.com/procore/core/blob/ad07e8199/packages/core-react/src/components/DateInput/DateInput.types.ts#L139"
175
+ "sourceUrl": "https://github.com/procore/core/blob/7cdbf580e/packages/core-react/src/components/DateInput/DateInput.types.ts#L129"
176
176
  },
177
177
  {
178
178
  "name": "segmentRefs",
@@ -182,7 +182,7 @@
182
182
  "description": "",
183
183
  "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>",
184
184
  "sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
185
- "sourceUrl": "https://github.com/procore/core/blob/ad07e8199/packages/core-react/src/components/DateInput/DateInput.types.ts#L165"
185
+ "sourceUrl": "https://github.com/procore/core/blob/7cdbf580e/packages/core-react/src/components/DateInput/DateInput.types.ts#L155"
186
186
  },
187
187
  {
188
188
  "name": "style",
@@ -192,7 +192,7 @@
192
192
  "description": "Additional CSS styles",
193
193
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
194
194
  "sourceFile": "packages/core-react/src/utils/types.ts",
195
- "sourceUrl": "https://github.com/procore/core/blob/ad07e8199/packages/core-react/src/utils/types.ts#L50"
195
+ "sourceUrl": "https://github.com/procore/core/blob/7cdbf580e/packages/core-react/src/utils/types.ts#L50"
196
196
  },
197
197
  {
198
198
  "name": "tabIndex",
@@ -202,7 +202,7 @@
202
202
  "description": "",
203
203
  "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>",
204
204
  "sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
205
- "sourceUrl": "https://github.com/procore/core/blob/ad07e8199/packages/core-react/src/components/DateInput/DateInput.types.ts#L173"
205
+ "sourceUrl": "https://github.com/procore/core/blob/7cdbf580e/packages/core-react/src/components/DateInput/DateInput.types.ts#L163"
206
206
  },
207
207
  {
208
208
  "name": "value",
@@ -212,7 +212,7 @@
212
212
  "description": "Date value for the input",
213
213
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Date value for the input</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
214
214
  "sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
215
- "sourceUrl": "https://github.com/procore/core/blob/ad07e8199/packages/core-react/src/components/DateInput/DateInput.types.ts#L178"
215
+ "sourceUrl": "https://github.com/procore/core/blob/7cdbf580e/packages/core-react/src/components/DateInput/DateInput.types.ts#L168"
216
216
  },
217
217
  {
218
218
  "name": "variant",
@@ -222,7 +222,7 @@
222
222
  "description": "",
223
223
  "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>",
224
224
  "sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
225
- "sourceUrl": "https://github.com/procore/core/blob/ad07e8199/packages/core-react/src/components/DateInput/DateInput.types.ts#L182"
225
+ "sourceUrl": "https://github.com/procore/core/blob/7cdbf580e/packages/core-react/src/components/DateInput/DateInput.types.ts#L172"
226
226
  },
227
227
  {
228
228
  "name": "onChange",
@@ -232,7 +232,7 @@
232
232
  "description": "",
233
233
  "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>",
234
234
  "sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
235
- "sourceUrl": "https://github.com/procore/core/blob/ad07e8199/packages/core-react/src/components/DateInput/DateInput.types.ts#L150"
235
+ "sourceUrl": "https://github.com/procore/core/blob/7cdbf580e/packages/core-react/src/components/DateInput/DateInput.types.ts#L140"
236
236
  },
237
237
  {
238
238
  "name": "onChangeSegment",
@@ -242,7 +242,7 @@
242
242
  "description": "",
243
243
  "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>",
244
244
  "sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
245
- "sourceUrl": "https://github.com/procore/core/blob/ad07e8199/packages/core-react/src/components/DateInput/DateInput.types.ts#L154"
245
+ "sourceUrl": "https://github.com/procore/core/blob/7cdbf580e/packages/core-react/src/components/DateInput/DateInput.types.ts#L144"
246
246
  },
247
247
  {
248
248
  "name": "onClear",
@@ -252,7 +252,7 @@
252
252
  "description": "",
253
253
  "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>",
254
254
  "sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
255
- "sourceUrl": "https://github.com/procore/core/blob/ad07e8199/packages/core-react/src/components/DateInput/DateInput.types.ts#L161"
255
+ "sourceUrl": "https://github.com/procore/core/blob/7cdbf580e/packages/core-react/src/components/DateInput/DateInput.types.ts#L151"
256
256
  }
257
257
  ],
258
258
  "description": ""
@@ -268,7 +268,7 @@
268
268
  "description": "",
269
269
  "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>",
270
270
  "sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
271
- "sourceUrl": "https://github.com/procore/core/blob/ad07e8199/packages/core-react/src/components/DateInput/DateInput.types.ts#L12"
271
+ "sourceUrl": "https://github.com/procore/core/blob/7cdbf580e/packages/core-react/src/components/DateInput/DateInput.types.ts#L12"
272
272
  },
273
273
  {
274
274
  "name": "maxLength",
@@ -278,7 +278,7 @@
278
278
  "description": "",
279
279
  "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>",
280
280
  "sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
281
- "sourceUrl": "https://github.com/procore/core/blob/ad07e8199/packages/core-react/src/components/DateInput/DateInput.types.ts#L16"
281
+ "sourceUrl": "https://github.com/procore/core/blob/7cdbf580e/packages/core-react/src/components/DateInput/DateInput.types.ts#L16"
282
282
  },
283
283
  {
284
284
  "name": "maxValue",
@@ -288,7 +288,7 @@
288
288
  "description": "",
289
289
  "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>",
290
290
  "sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
291
- "sourceUrl": "https://github.com/procore/core/blob/ad07e8199/packages/core-react/src/components/DateInput/DateInput.types.ts#L20"
291
+ "sourceUrl": "https://github.com/procore/core/blob/7cdbf580e/packages/core-react/src/components/DateInput/DateInput.types.ts#L20"
292
292
  },
293
293
  {
294
294
  "name": "minValue",
@@ -298,7 +298,7 @@
298
298
  "description": "",
299
299
  "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>",
300
300
  "sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
301
- "sourceUrl": "https://github.com/procore/core/blob/ad07e8199/packages/core-react/src/components/DateInput/DateInput.types.ts#L24"
301
+ "sourceUrl": "https://github.com/procore/core/blob/7cdbf580e/packages/core-react/src/components/DateInput/DateInput.types.ts#L24"
302
302
  },
303
303
  {
304
304
  "name": "nextRef",
@@ -308,7 +308,7 @@
308
308
  "description": "",
309
309
  "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>",
310
310
  "sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
311
- "sourceUrl": "https://github.com/procore/core/blob/ad07e8199/packages/core-react/src/components/DateInput/DateInput.types.ts#L28"
311
+ "sourceUrl": "https://github.com/procore/core/blob/7cdbf580e/packages/core-react/src/components/DateInput/DateInput.types.ts#L28"
312
312
  },
313
313
  {
314
314
  "name": "placeholder",
@@ -318,7 +318,7 @@
318
318
  "description": "",
319
319
  "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>",
320
320
  "sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
321
- "sourceUrl": "https://github.com/procore/core/blob/ad07e8199/packages/core-react/src/components/DateInput/DateInput.types.ts#L36"
321
+ "sourceUrl": "https://github.com/procore/core/blob/7cdbf580e/packages/core-react/src/components/DateInput/DateInput.types.ts#L36"
322
322
  },
323
323
  {
324
324
  "name": "prevRef",
@@ -328,7 +328,7 @@
328
328
  "description": "",
329
329
  "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>",
330
330
  "sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
331
- "sourceUrl": "https://github.com/procore/core/blob/ad07e8199/packages/core-react/src/components/DateInput/DateInput.types.ts#L40"
331
+ "sourceUrl": "https://github.com/procore/core/blob/7cdbf580e/packages/core-react/src/components/DateInput/DateInput.types.ts#L40"
332
332
  },
333
333
  {
334
334
  "name": "tabIndex",
@@ -338,7 +338,7 @@
338
338
  "description": "",
339
339
  "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>",
340
340
  "sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
341
- "sourceUrl": "https://github.com/procore/core/blob/ad07e8199/packages/core-react/src/components/DateInput/DateInput.types.ts#L44"
341
+ "sourceUrl": "https://github.com/procore/core/blob/7cdbf580e/packages/core-react/src/components/DateInput/DateInput.types.ts#L44"
342
342
  },
343
343
  {
344
344
  "name": "type",
@@ -348,7 +348,7 @@
348
348
  "description": "",
349
349
  "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>",
350
350
  "sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
351
- "sourceUrl": "https://github.com/procore/core/blob/ad07e8199/packages/core-react/src/components/DateInput/DateInput.types.ts#L48"
351
+ "sourceUrl": "https://github.com/procore/core/blob/7cdbf580e/packages/core-react/src/components/DateInput/DateInput.types.ts#L48"
352
352
  },
353
353
  {
354
354
  "name": "value",
@@ -358,7 +358,7 @@
358
358
  "description": "",
359
359
  "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>",
360
360
  "sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
361
- "sourceUrl": "https://github.com/procore/core/blob/ad07e8199/packages/core-react/src/components/DateInput/DateInput.types.ts#L52"
361
+ "sourceUrl": "https://github.com/procore/core/blob/7cdbf580e/packages/core-react/src/components/DateInput/DateInput.types.ts#L52"
362
362
  },
363
363
  {
364
364
  "name": "onChange",
@@ -368,7 +368,7 @@
368
368
  "description": "",
369
369
  "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>",
370
370
  "sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
371
- "sourceUrl": "https://github.com/procore/core/blob/ad07e8199/packages/core-react/src/components/DateInput/DateInput.types.ts#L32"
371
+ "sourceUrl": "https://github.com/procore/core/blob/7cdbf580e/packages/core-react/src/components/DateInput/DateInput.types.ts#L32"
372
372
  }
373
373
  ],
374
374
  "description": ""