@procore/core-react 10.23.0-rc.7 → 10.23.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 (165) hide show
  1. package/.storybook/preview.js +28 -2
  2. package/CHANGELOG.md +22 -0
  3. package/dist/esm/components/Button/Button.js +2 -2
  4. package/dist/esm/components/Button/Button.js.map +1 -1
  5. package/dist/esm/components/DateInput/DateInput.js +3 -0
  6. package/dist/esm/components/DateInput/DateInput.js.map +1 -1
  7. package/dist/esm/components/FileList/FileList.d.ts +5 -1
  8. package/dist/esm/components/FileList/FileList.js +34 -38
  9. package/dist/esm/components/FileList/FileList.js.map +1 -1
  10. package/dist/esm/components/FileList/FileList.styles.d.ts +4 -0
  11. package/dist/esm/components/FileList/FileList.styles.js +13 -0
  12. package/dist/esm/components/FileList/FileList.styles.js.map +1 -0
  13. package/dist/esm/components/FileList/FileList.types.d.ts +23 -4
  14. package/dist/esm/components/FileList/storybook/fileListMockData.d.ts +5 -0
  15. package/dist/esm/components/FileList/storybook/fileListMockData.js +39 -0
  16. package/dist/esm/components/FileList/storybook/fileListMockData.js.map +1 -0
  17. package/dist/esm/components/Panel/Panel.styles.js +1 -1
  18. package/dist/esm/components/Panel/Panel.styles.js.map +1 -1
  19. package/dist/esm/components/Tearsheet/Tearsheet.js +2 -0
  20. package/dist/esm/components/Tearsheet/Tearsheet.js.map +1 -1
  21. package/dist/esm/components/Tearsheet/Tearsheet.styles.js +17 -6
  22. package/dist/esm/components/Tearsheet/Tearsheet.styles.js.map +1 -1
  23. package/dist/esm/components/Tearsheet/storybook/PageLayoutDemo.js +11 -12
  24. package/dist/esm/components/Tearsheet/storybook/PageLayoutDemo.js.map +1 -1
  25. package/dist/esm/components/Tree/Tree.js +3 -4
  26. package/dist/esm/components/Tree/Tree.js.map +1 -1
  27. package/dist/esm/components/Tree/Tree.styles.d.ts +5 -1
  28. package/dist/esm/components/Tree/Tree.styles.js +8 -5
  29. package/dist/esm/components/Tree/Tree.styles.js.map +1 -1
  30. package/dist/esm/locales/en-AU.json +285 -0
  31. package/dist/esm/locales/en-US.json +33 -0
  32. package/dist/esm/locales/en.json +3 -1
  33. package/dist/esm/locales/is-IS.json +285 -0
  34. package/dist/esm/locales/it-IT.json +1 -0
  35. package/dist/esm/locales/ja-JP.json +1 -0
  36. package/dist/esm/locales/ko.json +1 -0
  37. package/dist/esm/locales/pt-BR.json +285 -0
  38. package/dist/esm/locales/th-TH.json +285 -0
  39. package/dist/esm/locales/zh-SG.json +285 -0
  40. package/dist/esm/state/I18n.d.ts +3747 -2
  41. package/dist/esm/state/I18n.js +28 -4
  42. package/dist/esm/state/I18n.js.map +1 -1
  43. package/dist/esm/utils/CalendarHelpers.js +2 -0
  44. package/dist/esm/utils/CalendarHelpers.js.map +1 -1
  45. package/dist/esm/utils/TinyMCE.js +1 -0
  46. package/dist/esm/utils/TinyMCE.js.map +1 -1
  47. package/dist/esm/utils/i18n.js +2 -0
  48. package/dist/esm/utils/i18n.js.map +1 -1
  49. package/dist/typedoc/components/Avatar/Avatar.types.json +17 -17
  50. package/dist/typedoc/components/AvatarStack/AvatarStack.types.json +22 -22
  51. package/dist/typedoc/components/Badge/Badge.types.json +6 -6
  52. package/dist/typedoc/components/Banner/Banner.types.json +12 -12
  53. package/dist/typedoc/components/Breadcrumbs/Breadcrumbs.types.json +7 -7
  54. package/dist/typedoc/components/Button/Button.types.json +11 -11
  55. package/dist/typedoc/components/Calendar/Calendar.types.json +79 -79
  56. package/dist/typedoc/components/Card/Card.types.json +6 -6
  57. package/dist/typedoc/components/Checkbox/Checkbox.types.json +7 -7
  58. package/dist/typedoc/components/ContactItem/ContactItem.types.json +9 -9
  59. package/dist/typedoc/components/DateInput/DateInput.types.json +35 -35
  60. package/dist/typedoc/components/DateSelect/DateSelect.types.json +13 -13
  61. package/dist/typedoc/components/Dropdown/Dropdown.types.json +34 -34
  62. package/dist/typedoc/components/DropdownFlyout/DropdownFlyout.types.json +32 -32
  63. package/dist/typedoc/components/Dropzone/Dropzone.types.json +41 -41
  64. package/dist/typedoc/components/EmptyState/EmptyState.types.json +14 -14
  65. package/dist/typedoc/components/FileList/FileList.types.json +71 -5
  66. package/dist/typedoc/components/FileSelect/FileSelect.types.json +25 -25
  67. package/dist/typedoc/components/FileSelect/GridSource/GridSource.types.json +20 -20
  68. package/dist/typedoc/components/FileSelect/LocalSource/LocalSource.types.json +14 -14
  69. package/dist/typedoc/components/FileSelect/TreeSource/TreeSource.types.json +9 -9
  70. package/dist/typedoc/components/Font/Font.types.json +7 -7
  71. package/dist/typedoc/components/Form/Form.types.json +684 -684
  72. package/dist/typedoc/components/GroupSelect/GroupSelect.types.json +50 -50
  73. package/dist/typedoc/components/Icon/Icon.types.json +10 -10
  74. package/dist/typedoc/components/Input/Input.types.json +2 -2
  75. package/dist/typedoc/components/Link/Link.types.json +4 -4
  76. package/dist/typedoc/components/Menu/Menu.types.json +67 -67
  77. package/dist/typedoc/components/MenuImperative/MenuImperative.types.json +67 -67
  78. package/dist/typedoc/components/Modal/Modal.types.json +27 -27
  79. package/dist/typedoc/components/MultiSelect/MultiSelect.types.json +29 -29
  80. package/dist/typedoc/components/Notation/Notation.types.json +4 -4
  81. package/dist/typedoc/components/NumberInput/NumberInput.types.json +25 -25
  82. package/dist/typedoc/components/OverlayTrigger/OverlayTrigger.json +18 -18
  83. package/dist/typedoc/components/Pagination/Pagination.types.json +8 -8
  84. package/dist/typedoc/components/Panel/Panel.types.json +17 -17
  85. package/dist/typedoc/components/Pill/Pill.types.json +1 -1
  86. package/dist/typedoc/components/PillSelect/PillSelect.types.json +46 -46
  87. package/dist/typedoc/components/Popover/Popover.types.json +9 -9
  88. package/dist/typedoc/components/ProgressBar/ProgressBar.types.json +5 -5
  89. package/dist/typedoc/components/RadioButton/RadioButton.types.json +6 -6
  90. package/dist/typedoc/components/Required/Required.types.json +5 -5
  91. package/dist/typedoc/components/Search/Search.types.json +21 -21
  92. package/dist/typedoc/components/SegmentedController/SegmentedController.types.json +20 -20
  93. package/dist/typedoc/components/Select/Select.types.json +31 -31
  94. package/dist/typedoc/components/Slider/Slider.types.json +6 -6
  95. package/dist/typedoc/components/Spinner/Spinner.types.json +8 -8
  96. package/dist/typedoc/components/Switch/Switch.types.json +3 -3
  97. package/dist/typedoc/components/Table/Table.types.json +94 -94
  98. package/dist/typedoc/components/Tabs/Tabs.types.json +15 -15
  99. package/dist/typedoc/components/Tearsheet/Tearsheet.types.json +7 -7
  100. package/dist/typedoc/components/TextArea/TextArea.types.json +3 -3
  101. package/dist/typedoc/components/TextEditor/TextEditor.types.json +7 -7
  102. package/dist/typedoc/components/Thumbnail/Thumbnail.types.json +12 -12
  103. package/dist/typedoc/components/TieredDropdown/TieredDropdown.types.json +41 -41
  104. package/dist/typedoc/components/TieredSelect/TieredSelect.types.json +27 -27
  105. package/dist/typedoc/components/Tile/Tile.types.json +30 -30
  106. package/dist/typedoc/components/Toast/Toast.types.json +4 -4
  107. package/dist/typedoc/components/ToggleButton/ToggleButton.types.json +3 -3
  108. package/dist/typedoc/components/Token/Token.types.json +11 -11
  109. package/dist/typedoc/components/Tooltip/Tooltip.types.json +13 -13
  110. package/dist/typedoc/components/Tree/Tree.types.json +85 -85
  111. package/dist/typedoc/components/Typeahead/Typeahead.types.json +2 -2
  112. package/dist/typedoc/components/Typography/Typography.types.json +8 -8
  113. package/dist/typedoc/layouts/Box/Box.types.json +66 -66
  114. package/dist/typedoc/layouts/DetailPage/DetailPage.json +11 -11
  115. package/dist/typedoc/layouts/Flex/Flex.types.json +26 -26
  116. package/dist/typedoc/layouts/FlexList/FlexList.types.json +29 -29
  117. package/dist/typedoc/layouts/Grid/Grid.json +10 -10
  118. package/dist/typedoc/layouts/LegacyDetailPage/LegacyDetailPage.json +4 -4
  119. package/dist/typedoc/layouts/ListPage/ListPage.types.json +10 -10
  120. package/dist/typedoc/layouts/NextDetailPage/NextDetailPage.types.json +4 -4
  121. package/dist/typedoc/layouts/NextGrid/NextGrid.types.json +8 -8
  122. package/dist/typedoc/layouts/PageLayout/PageLayout.types.json +7 -7
  123. package/dist/typedoc/layouts/ToolHeader/ToolHeader.types.json +8 -8
  124. package/dist/typedoc/utils/types.json +3 -3
  125. package/package.json +14 -14
  126. package/storybook-static/{0.948f56431a317e1416a3.manager.bundle.js → 0.f052efabb1652248af24.manager.bundle.js} +1 -1
  127. package/storybook-static/0.fa1bd42b.iframe.bundle.js +1 -0
  128. package/storybook-static/1.1a860fd3.iframe.bundle.js +3 -0
  129. package/storybook-static/{1.51648541.iframe.bundle.js.LICENSE.txt → 1.1a860fd3.iframe.bundle.js.LICENSE.txt} +0 -0
  130. package/storybook-static/1.1a860fd3.iframe.bundle.js.map +1 -0
  131. package/storybook-static/10.d4b00a21.iframe.bundle.js +3 -0
  132. package/storybook-static/{10.b9626d1b.iframe.bundle.js.LICENSE.txt → 10.d4b00a21.iframe.bundle.js.LICENSE.txt} +0 -0
  133. package/storybook-static/10.d4b00a21.iframe.bundle.js.map +1 -0
  134. package/storybook-static/11.f57016a0.iframe.bundle.js +1 -0
  135. package/storybook-static/2.41de6891.iframe.bundle.js +1 -0
  136. package/storybook-static/3.6de62120.iframe.bundle.js +1 -0
  137. package/storybook-static/{4.2d19992e0df8671547ce.manager.bundle.js → 4.c2266bbdf340df79a252.manager.bundle.js} +2 -2
  138. package/storybook-static/{4.2d19992e0df8671547ce.manager.bundle.js.LICENSE.txt → 4.c2266bbdf340df79a252.manager.bundle.js.LICENSE.txt} +0 -0
  139. package/storybook-static/{5.c9120b22cffcba3d7d2a.manager.bundle.js → 5.0ae372b192310ae4e389.manager.bundle.js} +1 -1
  140. package/storybook-static/{6.7438bc704018b1286e01.manager.bundle.js → 6.2ca10cd9c206aab2c545.manager.bundle.js} +2 -2
  141. package/storybook-static/{6.7438bc704018b1286e01.manager.bundle.js.LICENSE.txt → 6.2ca10cd9c206aab2c545.manager.bundle.js.LICENSE.txt} +0 -0
  142. package/storybook-static/8.918cc06d.iframe.bundle.js +1 -0
  143. package/storybook-static/iframe.html +1 -1
  144. package/storybook-static/index.html +1 -1
  145. package/storybook-static/main.6b622312.iframe.bundle.js +1 -0
  146. package/storybook-static/{runtime~main.65c8b99e.iframe.bundle.js → runtime~main.434c6a02.iframe.bundle.js} +1 -1
  147. package/storybook-static/{runtime~main.8cd4bdfcb006ef8a01ac.manager.bundle.js → runtime~main.802051715e4d0a2a0284.manager.bundle.js} +1 -1
  148. package/storybook-static/vendors~main.1c8c8d863f09f4869af9.manager.bundle.js +2 -0
  149. package/storybook-static/{vendors~main.90c9d4cf84c8de434818.manager.bundle.js.LICENSE.txt → vendors~main.1c8c8d863f09f4869af9.manager.bundle.js.LICENSE.txt} +0 -0
  150. package/storybook-static/vendors~main.e212a58a.iframe.bundle.js +3 -0
  151. package/storybook-static/{vendors~main.de19ab58.iframe.bundle.js.LICENSE.txt → vendors~main.e212a58a.iframe.bundle.js.LICENSE.txt} +0 -0
  152. package/storybook-static/vendors~main.e212a58a.iframe.bundle.js.map +1 -0
  153. package/storybook-static/0.929b5547.iframe.bundle.js +0 -1
  154. package/storybook-static/1.51648541.iframe.bundle.js +0 -3
  155. package/storybook-static/1.51648541.iframe.bundle.js.map +0 -1
  156. package/storybook-static/10.b9626d1b.iframe.bundle.js +0 -3
  157. package/storybook-static/10.b9626d1b.iframe.bundle.js.map +0 -1
  158. package/storybook-static/11.6aa8b1b8.iframe.bundle.js +0 -1
  159. package/storybook-static/2.73ba6318.iframe.bundle.js +0 -1
  160. package/storybook-static/3.a562b902.iframe.bundle.js +0 -1
  161. package/storybook-static/8.2a782ffa.iframe.bundle.js +0 -1
  162. package/storybook-static/main.d3feebe8.iframe.bundle.js +0 -1
  163. package/storybook-static/vendors~main.90c9d4cf84c8de434818.manager.bundle.js +0 -2
  164. package/storybook-static/vendors~main.de19ab58.iframe.bundle.js +0 -3
  165. package/storybook-static/vendors~main.de19ab58.iframe.bundle.js.map +0 -1
@@ -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/256f59c71/packages/core-react/src/utils/types.ts#L40"
13
+ "sourceUrl": "https://github.com/procore/core/blob/d41d148cc/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/256f59c71/packages/core-react/src/utils/types.ts#L45"
23
+ "sourceUrl": "https://github.com/procore/core/blob/d41d148cc/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/256f59c71/packages/core-react/src/components/Card/Card.types.ts#L32"
35
+ "sourceUrl": "https://github.com/procore/core/blob/d41d148cc/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/256f59c71/packages/core-react/src/components/Card/Card.types.ts#L39"
46
+ "sourceUrl": "https://github.com/procore/core/blob/d41d148cc/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/256f59c71/packages/core-react/src/utils/types.ts#L50"
56
+ "sourceUrl": "https://github.com/procore/core/blob/d41d148cc/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/256f59c71/packages/core-react/src/components/Card/Card.types.ts#L44"
66
+ "sourceUrl": "https://github.com/procore/core/blob/d41d148cc/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/256f59c71/packages/core-react/src/components/Checkbox/Checkbox.types.ts#L9"
13
+ "sourceUrl": "https://github.com/procore/core/blob/d41d148cc/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/256f59c71/packages/core-react/src/components/Checkbox/Checkbox.types.ts#L14"
23
+ "sourceUrl": "https://github.com/procore/core/blob/d41d148cc/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/256f59c71/packages/core-react/src/components/Checkbox/Checkbox.types.ts#L19"
33
+ "sourceUrl": "https://github.com/procore/core/blob/d41d148cc/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/256f59c71/packages/core-react/src/components/Checkbox/Checkbox.types.ts#L24"
43
+ "sourceUrl": "https://github.com/procore/core/blob/d41d148cc/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/256f59c71/packages/core-react/src/components/Checkbox/Checkbox.types.ts#L29"
53
+ "sourceUrl": "https://github.com/procore/core/blob/d41d148cc/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/256f59c71/packages/core-react/src/components/Checkbox/Checkbox.types.ts#L34"
63
+ "sourceUrl": "https://github.com/procore/core/blob/d41d148cc/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/256f59c71/packages/core-react/src/utils/types.ts#L50"
73
+ "sourceUrl": "https://github.com/procore/core/blob/d41d148cc/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/256f59c71/packages/core-react/src/utils/types.ts#L40"
13
+ "sourceUrl": "https://github.com/procore/core/blob/d41d148cc/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/256f59c71/packages/core-react/src/utils/types.ts#L45"
23
+ "sourceUrl": "https://github.com/procore/core/blob/d41d148cc/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/256f59c71/packages/core-react/src/components/ContactItem/ContactItem.types.ts#L36"
34
+ "sourceUrl": "https://github.com/procore/core/blob/d41d148cc/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/256f59c71/packages/core-react/src/components/ContactItem/ContactItem.types.ts#L30"
45
+ "sourceUrl": "https://github.com/procore/core/blob/d41d148cc/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/256f59c71/packages/core-react/src/components/ContactItem/ContactItem.types.ts#L14"
55
+ "sourceUrl": "https://github.com/procore/core/blob/d41d148cc/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/256f59c71/packages/core-react/src/components/ContactItem/ContactItem.types.ts#L9"
65
+ "sourceUrl": "https://github.com/procore/core/blob/d41d148cc/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/256f59c71/packages/core-react/src/components/ContactItem/ContactItem.types.ts#L18"
75
+ "sourceUrl": "https://github.com/procore/core/blob/d41d148cc/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/256f59c71/packages/core-react/src/components/ContactItem/ContactItem.types.ts#L24"
86
+ "sourceUrl": "https://github.com/procore/core/blob/d41d148cc/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/256f59c71/packages/core-react/src/utils/types.ts#L50"
96
+ "sourceUrl": "https://github.com/procore/core/blob/d41d148cc/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/256f59c71/packages/core-react/src/components/DateInput/DateInput.types.ts#L78"
13
+ "sourceUrl": "https://github.com/procore/core/blob/d41d148cc/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/256f59c71/packages/core-react/src/components/DateInput/DateInput.types.ts#L82"
23
+ "sourceUrl": "https://github.com/procore/core/blob/d41d148cc/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/256f59c71/packages/core-react/src/components/DateInput/DateInput.types.ts#L86"
33
+ "sourceUrl": "https://github.com/procore/core/blob/d41d148cc/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/256f59c71/packages/core-react/src/components/DateInput/DateInput.types.ts#L102"
43
+ "sourceUrl": "https://github.com/procore/core/blob/d41d148cc/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/256f59c71/packages/core-react/src/components/DateInput/DateInput.types.ts#L74"
53
+ "sourceUrl": "https://github.com/procore/core/blob/d41d148cc/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/256f59c71/packages/core-react/src/components/DateInput/DateInput.types.ts#L90"
63
+ "sourceUrl": "https://github.com/procore/core/blob/d41d148cc/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/256f59c71/packages/core-react/src/components/DateInput/DateInput.types.ts#L94"
73
+ "sourceUrl": "https://github.com/procore/core/blob/d41d148cc/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/256f59c71/packages/core-react/src/components/DateInput/DateInput.types.ts#L98"
83
+ "sourceUrl": "https://github.com/procore/core/blob/d41d148cc/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/256f59c71/packages/core-react/src/components/DateInput/DateInput.types.ts#L67"
99
+ "sourceUrl": "https://github.com/procore/core/blob/d41d148cc/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/256f59c71/packages/core-react/src/components/DateInput/DateInput.types.ts#L63"
109
+ "sourceUrl": "https://github.com/procore/core/blob/d41d148cc/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/256f59c71/packages/core-react/src/components/DateInput/DateInput.types.ts#L59"
119
+ "sourceUrl": "https://github.com/procore/core/blob/d41d148cc/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/256f59c71/packages/core-react/src/utils/types.ts#L40"
135
+ "sourceUrl": "https://github.com/procore/core/blob/d41d148cc/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/256f59c71/packages/core-react/src/utils/types.ts#L45"
145
+ "sourceUrl": "https://github.com/procore/core/blob/d41d148cc/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/256f59c71/packages/core-react/src/components/DateInput/DateInput.types.ts#L132"
155
+ "sourceUrl": "https://github.com/procore/core/blob/d41d148cc/packages/core-react/src/components/DateInput/DateInput.types.ts#L132"
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/256f59c71/packages/core-react/src/components/DateInput/DateInput.types.ts#L143"
165
+ "sourceUrl": "https://github.com/procore/core/blob/d41d148cc/packages/core-react/src/components/DateInput/DateInput.types.ts#L143"
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/256f59c71/packages/core-react/src/components/DateInput/DateInput.types.ts#L139"
175
+ "sourceUrl": "https://github.com/procore/core/blob/d41d148cc/packages/core-react/src/components/DateInput/DateInput.types.ts#L139"
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/256f59c71/packages/core-react/src/components/DateInput/DateInput.types.ts#L165"
185
+ "sourceUrl": "https://github.com/procore/core/blob/d41d148cc/packages/core-react/src/components/DateInput/DateInput.types.ts#L165"
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/256f59c71/packages/core-react/src/utils/types.ts#L50"
195
+ "sourceUrl": "https://github.com/procore/core/blob/d41d148cc/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/256f59c71/packages/core-react/src/components/DateInput/DateInput.types.ts#L173"
205
+ "sourceUrl": "https://github.com/procore/core/blob/d41d148cc/packages/core-react/src/components/DateInput/DateInput.types.ts#L173"
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/256f59c71/packages/core-react/src/components/DateInput/DateInput.types.ts#L178"
215
+ "sourceUrl": "https://github.com/procore/core/blob/d41d148cc/packages/core-react/src/components/DateInput/DateInput.types.ts#L178"
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/256f59c71/packages/core-react/src/components/DateInput/DateInput.types.ts#L182"
225
+ "sourceUrl": "https://github.com/procore/core/blob/d41d148cc/packages/core-react/src/components/DateInput/DateInput.types.ts#L182"
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/256f59c71/packages/core-react/src/components/DateInput/DateInput.types.ts#L150"
235
+ "sourceUrl": "https://github.com/procore/core/blob/d41d148cc/packages/core-react/src/components/DateInput/DateInput.types.ts#L150"
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/256f59c71/packages/core-react/src/components/DateInput/DateInput.types.ts#L154"
245
+ "sourceUrl": "https://github.com/procore/core/blob/d41d148cc/packages/core-react/src/components/DateInput/DateInput.types.ts#L154"
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/256f59c71/packages/core-react/src/components/DateInput/DateInput.types.ts#L161"
255
+ "sourceUrl": "https://github.com/procore/core/blob/d41d148cc/packages/core-react/src/components/DateInput/DateInput.types.ts#L161"
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/256f59c71/packages/core-react/src/components/DateInput/DateInput.types.ts#L12"
271
+ "sourceUrl": "https://github.com/procore/core/blob/d41d148cc/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/256f59c71/packages/core-react/src/components/DateInput/DateInput.types.ts#L16"
281
+ "sourceUrl": "https://github.com/procore/core/blob/d41d148cc/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/256f59c71/packages/core-react/src/components/DateInput/DateInput.types.ts#L20"
291
+ "sourceUrl": "https://github.com/procore/core/blob/d41d148cc/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/256f59c71/packages/core-react/src/components/DateInput/DateInput.types.ts#L24"
301
+ "sourceUrl": "https://github.com/procore/core/blob/d41d148cc/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/256f59c71/packages/core-react/src/components/DateInput/DateInput.types.ts#L28"
311
+ "sourceUrl": "https://github.com/procore/core/blob/d41d148cc/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/256f59c71/packages/core-react/src/components/DateInput/DateInput.types.ts#L36"
321
+ "sourceUrl": "https://github.com/procore/core/blob/d41d148cc/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/256f59c71/packages/core-react/src/components/DateInput/DateInput.types.ts#L40"
331
+ "sourceUrl": "https://github.com/procore/core/blob/d41d148cc/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/256f59c71/packages/core-react/src/components/DateInput/DateInput.types.ts#L44"
341
+ "sourceUrl": "https://github.com/procore/core/blob/d41d148cc/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/256f59c71/packages/core-react/src/components/DateInput/DateInput.types.ts#L48"
351
+ "sourceUrl": "https://github.com/procore/core/blob/d41d148cc/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/256f59c71/packages/core-react/src/components/DateInput/DateInput.types.ts#L52"
361
+ "sourceUrl": "https://github.com/procore/core/blob/d41d148cc/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/256f59c71/packages/core-react/src/components/DateInput/DateInput.types.ts#L32"
371
+ "sourceUrl": "https://github.com/procore/core/blob/d41d148cc/packages/core-react/src/components/DateInput/DateInput.types.ts#L32"
372
372
  }
373
373
  ],
374
374
  "description": ""