@procore/core-react 10.20.0-rc.93 → 10.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (133) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/dist/esm/components/FileSelect/FileSelect.types.d.ts +17 -60
  3. package/dist/esm/components/Tree/Tree.js +3 -3
  4. package/dist/esm/components/Tree/Tree.js.map +1 -1
  5. package/dist/esm/components/Tree/Tree.styles.d.ts +1 -0
  6. package/dist/esm/components/Tree/Tree.styles.js +4 -2
  7. package/dist/esm/components/Tree/Tree.styles.js.map +1 -1
  8. package/dist/props/FileSelect.json +1 -1
  9. package/dist/props/allProps.json +37 -37
  10. package/dist/typedoc/components/Avatar/Avatar.types.json +198 -0
  11. package/dist/typedoc/components/AvatarStack/AvatarStack.types.json +226 -0
  12. package/dist/typedoc/components/Badge/Badge.types.json +74 -0
  13. package/dist/typedoc/components/Banner/Banner.types.json +141 -0
  14. package/dist/typedoc/components/Breadcrumbs/Breadcrumbs.types.json +84 -0
  15. package/dist/typedoc/components/Button/Button.types.json +124 -0
  16. package/dist/typedoc/components/Calendar/Calendar.types.json +846 -0
  17. package/dist/typedoc/components/Card/Card.types.json +69 -0
  18. package/dist/typedoc/components/Checkbox/Checkbox.types.json +78 -0
  19. package/dist/typedoc/components/ContactItem/ContactItem.types.json +98 -0
  20. package/dist/typedoc/components/DateInput/DateInput.types.json +376 -0
  21. package/dist/typedoc/components/DateSelect/DateSelect.types.json +138 -0
  22. package/dist/typedoc/components/Dropdown/Dropdown.types.json +366 -0
  23. package/dist/typedoc/components/DropdownFlyout/DropdownFlyout.types.json +358 -0
  24. package/dist/typedoc/components/Dropzone/Dropzone.types.json +498 -0
  25. package/dist/typedoc/components/EmptyState/EmptyState.types.json +172 -0
  26. package/dist/typedoc/components/FileList/FileList.types.json +38 -0
  27. package/dist/typedoc/components/FileSelect/FileSelect.types.json +264 -0
  28. package/dist/typedoc/components/FileSelect/GridSource/GridSource.types.json +215 -0
  29. package/dist/typedoc/components/FileSelect/LocalSource/LocalSource.types.json +148 -0
  30. package/dist/typedoc/components/FileSelect/TreeSource/TreeSource.types.json +169 -0
  31. package/dist/typedoc/components/Font/Font.types.json +78 -0
  32. package/dist/typedoc/components/Form/Form.types.json +6870 -0
  33. package/dist/typedoc/components/GroupSelect/GroupSelect.types.json +520 -0
  34. package/dist/typedoc/components/Icon/Icon.types.json +114 -0
  35. package/dist/typedoc/components/Input/Input.types.json +29 -0
  36. package/dist/typedoc/components/Link/Link.types.json +48 -0
  37. package/dist/typedoc/components/Menu/Menu.types.json +717 -0
  38. package/dist/typedoc/components/MenuImperative/MenuImperative.types.json +732 -0
  39. package/dist/typedoc/components/Modal/Modal.types.json +302 -0
  40. package/dist/typedoc/components/MultiSelect/MultiSelect.types.json +298 -0
  41. package/dist/typedoc/components/Notation/Notation.types.json +48 -0
  42. package/dist/typedoc/components/NumberInput/NumberInput.types.json +288 -0
  43. package/dist/typedoc/components/OverlayTrigger/OverlayTrigger.json +188 -0
  44. package/dist/typedoc/components/Pagination/Pagination.types.json +89 -0
  45. package/dist/typedoc/components/Panel/Panel.types.json +208 -0
  46. package/dist/typedoc/components/Pill/Pill.types.json +18 -0
  47. package/dist/typedoc/components/PillSelect/PillSelect.types.json +486 -0
  48. package/dist/typedoc/components/Popover/Popover.types.json +104 -0
  49. package/dist/typedoc/components/ProgressBar/ProgressBar.types.json +58 -0
  50. package/dist/typedoc/components/RadioButton/RadioButton.types.json +68 -0
  51. package/dist/typedoc/components/Required/Required.types.json +58 -0
  52. package/dist/typedoc/components/Search/Search.types.json +233 -0
  53. package/dist/typedoc/components/SegmentedController/SegmentedController.types.json +221 -0
  54. package/dist/typedoc/components/Select/Select.types.json +330 -0
  55. package/dist/typedoc/components/Slider/Slider.types.json +68 -0
  56. package/dist/typedoc/components/Spinner/Spinner.types.json +89 -0
  57. package/dist/typedoc/components/Switch/Switch.types.json +38 -0
  58. package/dist/typedoc/components/Table/Table.types.json +1033 -0
  59. package/dist/typedoc/components/Tabs/Tabs.types.json +157 -0
  60. package/dist/typedoc/components/TextArea/TextArea.types.json +39 -0
  61. package/dist/typedoc/components/TextEditor/TextEditor.types.json +79 -0
  62. package/dist/typedoc/components/Thumbnail/Thumbnail.types.json +128 -0
  63. package/dist/typedoc/components/TieredDropdown/TieredDropdown.types.json +424 -0
  64. package/dist/typedoc/components/TieredSelect/TieredSelect.types.json +278 -0
  65. package/dist/typedoc/components/Tile/Tile.types.json +338 -0
  66. package/dist/typedoc/components/Toast/Toast.types.json +48 -0
  67. package/dist/typedoc/components/ToggleButton/ToggleButton.types.json +38 -0
  68. package/dist/typedoc/components/Token/Token.types.json +125 -0
  69. package/dist/typedoc/components/Tooltip/Tooltip.types.json +144 -0
  70. package/dist/typedoc/components/Tree/Tree.types.json +1271 -0
  71. package/dist/typedoc/components/Typeahead/Typeahead.types.json +28 -0
  72. package/dist/typedoc/components/Typography/Typography.types.json +88 -0
  73. package/dist/typedoc/layouts/Box/Box.types.json +742 -0
  74. package/dist/typedoc/layouts/DetailPage/DetailPage.json +124 -0
  75. package/dist/typedoc/layouts/Flex/Flex.types.json +268 -0
  76. package/dist/typedoc/layouts/FlexList/FlexList.types.json +298 -0
  77. package/dist/typedoc/layouts/Grid/Grid.json +120 -0
  78. package/dist/typedoc/layouts/IconLayout/IconLayout.json +1 -0
  79. package/dist/typedoc/layouts/LegacyDetailPage/LegacyDetailPage.json +48 -0
  80. package/dist/typedoc/layouts/ListPage/ListPage.types.json +115 -0
  81. package/dist/typedoc/layouts/NextDetailPage/NextDetailPage.types.json +48 -0
  82. package/dist/typedoc/layouts/NextGrid/NextGrid.types.json +105 -0
  83. package/dist/typedoc/layouts/PageLayout/PageLayout.types.json +90 -0
  84. package/dist/typedoc/layouts/ToolHeader/ToolHeader.types.json +95 -0
  85. package/dist/typedoc/utils/types.json +38 -0
  86. package/package.json +9 -7
  87. package/storybook-static/0.25cdfc54d577d52c1c6b.manager.bundle.js +1 -0
  88. package/storybook-static/0.66071c6b.iframe.bundle.js +1 -0
  89. package/storybook-static/1.cb03d9ea.iframe.bundle.js +3 -0
  90. package/storybook-static/{1.f604ac3e.iframe.bundle.js.LICENSE.txt → 1.cb03d9ea.iframe.bundle.js.LICENSE.txt} +0 -0
  91. package/storybook-static/1.cb03d9ea.iframe.bundle.js.map +1 -0
  92. package/storybook-static/2.e3f1ddbd.iframe.bundle.js +1 -0
  93. package/storybook-static/4.ca3fc33a26ad8acaa0cf.manager.bundle.js +2 -0
  94. package/storybook-static/{4.37d215da3480ddf79684.manager.bundle.js.LICENSE.txt → 4.ca3fc33a26ad8acaa0cf.manager.bundle.js.LICENSE.txt} +0 -0
  95. package/storybook-static/5.c7334e99bca309dc0f6b.manager.bundle.js +1 -0
  96. package/storybook-static/{6.72a5c826f7b9ba2a1008.manager.bundle.js → 6.8684078c90624aaf5c12.manager.bundle.js} +2 -2
  97. package/storybook-static/{6.72a5c826f7b9ba2a1008.manager.bundle.js.LICENSE.txt → 6.8684078c90624aaf5c12.manager.bundle.js.LICENSE.txt} +0 -0
  98. package/storybook-static/7.2d596a64.iframe.bundle.js +3 -0
  99. package/storybook-static/{7.be450f50.iframe.bundle.js.LICENSE.txt → 7.2d596a64.iframe.bundle.js.LICENSE.txt} +1 -1
  100. package/storybook-static/7.2d596a64.iframe.bundle.js.map +1 -0
  101. package/storybook-static/{7.5bf306f93261894e2733.manager.bundle.js → 7.5dd8b1d63c6ccb2b7d4f.manager.bundle.js} +1 -1
  102. package/storybook-static/{8.38854c3a6e86288d54cc.manager.bundle.js → 8.9c2959b68dd6b32c4949.manager.bundle.js} +1 -1
  103. package/storybook-static/8.a80b4344.iframe.bundle.js +1 -0
  104. package/storybook-static/iframe.html +1 -1
  105. package/storybook-static/index.html +1 -1
  106. package/storybook-static/main.01bf0da23679c71a30ae.manager.bundle.js +1 -0
  107. package/storybook-static/{main.1de6ae75.iframe.bundle.js → main.8bf17d1f.iframe.bundle.js} +1 -1
  108. package/storybook-static/{runtime~main.3937db5d0c29ffeb9085.manager.bundle.js → runtime~main.f7aa4e9b5144dc1a277f.manager.bundle.js} +1 -1
  109. package/storybook-static/{runtime~main.ab98e1f1.iframe.bundle.js → runtime~main.f83a03f8.iframe.bundle.js} +1 -1
  110. package/storybook-static/vendors~main.9381682917547df19d6c.manager.bundle.js +2 -0
  111. package/storybook-static/{vendors~main.3cce118bc9035e221837.manager.bundle.js.LICENSE.txt → vendors~main.9381682917547df19d6c.manager.bundle.js.LICENSE.txt} +0 -6
  112. package/storybook-static/vendors~main.d8755a0a.iframe.bundle.js +3 -0
  113. package/storybook-static/{vendors~main.484f0d61.iframe.bundle.js.LICENSE.txt → vendors~main.d8755a0a.iframe.bundle.js.LICENSE.txt} +0 -0
  114. package/storybook-static/vendors~main.d8755a0a.iframe.bundle.js.map +1 -0
  115. package/tsconfig.json +6 -0
  116. package/tsconfig.prod.json +1 -1
  117. package/typedoc.js +1 -1
  118. package/typedoc.ts +187 -0
  119. package/storybook-static/0.41e28a0bb94d5e5489a5.manager.bundle.js +0 -1
  120. package/storybook-static/0.b4bb1ac1.iframe.bundle.js +0 -1
  121. package/storybook-static/1.f604ac3e.iframe.bundle.js +0 -3
  122. package/storybook-static/1.f604ac3e.iframe.bundle.js.map +0 -1
  123. package/storybook-static/2.127b3eae.iframe.bundle.js +0 -1
  124. package/storybook-static/4.37d215da3480ddf79684.manager.bundle.js +0 -2
  125. package/storybook-static/5.81000771920a22421f7b.manager.bundle.js +0 -1
  126. package/storybook-static/7.be450f50.iframe.bundle.js +0 -3
  127. package/storybook-static/7.be450f50.iframe.bundle.js.map +0 -1
  128. package/storybook-static/8.8a74f8ce.iframe.bundle.js +0 -1
  129. package/storybook-static/main.2ac4adfe9a439a3c1992.manager.bundle.js +0 -1
  130. package/storybook-static/vendors~main.3cce118bc9035e221837.manager.bundle.js +0 -2
  131. package/storybook-static/vendors~main.484f0d61.iframe.bundle.js +0 -3
  132. package/storybook-static/vendors~main.484f0d61.iframe.bundle.js.map +0 -1
  133. package/tsconfig.dev.json +0 -4
@@ -0,0 +1,846 @@
1
+ {
2
+ "BodyProps": {
3
+ "name": "BodyProps",
4
+ "properties": [
5
+ {
6
+ "name": "children",
7
+ "required": false,
8
+ "type": "<span class=\"tsd-signature-type\">ReactNode</span>",
9
+ "typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
10
+ "description": "Instead of using the default children, you can pass in your own.",
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
+ "sourceFile": "packages/core-react/src/utils/types.ts",
13
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L40"
14
+ },
15
+ {
16
+ "name": "className",
17
+ "required": false,
18
+ "type": "<span class=\"tsd-signature-type\">string</span>",
19
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
20
+ "description": "Additional classNames",
21
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
22
+ "sourceFile": "packages/core-react/src/utils/types.ts",
23
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L45"
24
+ },
25
+ {
26
+ "name": "displayDate",
27
+ "required": false,
28
+ "type": "<span class=\"tsd-signature-type\">Date</span>",
29
+ "typeDetail": "<span class=\"tsd-signature-type\">Date</span>",
30
+ "description": "Controls the month displayed on the calendar, can be different from selected.",
31
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Controls the month displayed on the calendar, can be different from selected.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>new Date()</p>\n</dd></dl></div>",
32
+ "sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
33
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Calendar/Calendar.types.ts#L20"
34
+ },
35
+ {
36
+ "name": "monthRef",
37
+ "required": false,
38
+ "type": "<span class=\"tsd-signature-type\">Ref</span><span class=\"tsd-signature-symbol\">&lt;</span><span class=\"tsd-signature-type\">HTMLDivElement</span><span class=\"tsd-signature-symbol\">&gt;</span>",
39
+ "typeDetail": "<span class=\"tsd-signature-type\">Ref</span><span class=\"tsd-signature-symbol\">&lt;</span><span class=\"tsd-signature-type\">HTMLDivElement</span><span class=\"tsd-signature-symbol\">&gt;</span>",
40
+ "description": "Provide a function to disable dates. Must return a boolean.",
41
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Provide a function to disable dates. Must return a boolean.</p>\n</div></div>",
42
+ "sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
43
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Calendar/Calendar.types.ts#L31"
44
+ },
45
+ {
46
+ "name": "selectedEnd",
47
+ "required": false,
48
+ "type": "<span class=\"tsd-signature-type\">Date</span>",
49
+ "typeDetail": "<span class=\"tsd-signature-type\">Date</span>",
50
+ "description": "End of the highlight of a day range",
51
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>End of the highlight of a day range</p>\n</div></div>",
52
+ "sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
53
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Calendar/Calendar.types.ts#L39"
54
+ },
55
+ {
56
+ "name": "selectedStart",
57
+ "required": false,
58
+ "type": "<span class=\"tsd-signature-type\">Date</span>",
59
+ "typeDetail": "<span class=\"tsd-signature-type\">Date</span>",
60
+ "description": "Start of the highlight of a day range",
61
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Start of the highlight of a day range</p>\n</div></div>",
62
+ "sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
63
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Calendar/Calendar.types.ts#L43"
64
+ },
65
+ {
66
+ "name": "style",
67
+ "required": false,
68
+ "type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
69
+ "typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
70
+ "description": "Additional CSS styles",
71
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
72
+ "sourceFile": "packages/core-react/src/utils/types.ts",
73
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L50"
74
+ },
75
+ {
76
+ "name": "yearRef",
77
+ "required": false,
78
+ "type": "<span class=\"tsd-signature-type\">Ref</span><span class=\"tsd-signature-symbol\">&lt;</span><span class=\"tsd-signature-type\">HTMLDivElement</span><span class=\"tsd-signature-symbol\">&gt;</span>",
79
+ "typeDetail": "<span class=\"tsd-signature-type\">Ref</span><span class=\"tsd-signature-symbol\">&lt;</span><span class=\"tsd-signature-type\">HTMLDivElement</span><span class=\"tsd-signature-symbol\">&gt;</span>",
80
+ "description": "",
81
+ "descriptionHtml": "",
82
+ "sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
83
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Calendar/Calendar.types.ts#L44"
84
+ },
85
+ {
86
+ "name": "disabledDate",
87
+ "required": false,
88
+ "type": "Function",
89
+ "typeDetail": "disabled<wbr/>Date<span class=\"tsd-signature-symbol\">(</span>date<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">Date</span>, today<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">Date</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">boolean</span>",
90
+ "description": "",
91
+ "descriptionHtml": "",
92
+ "sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
93
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Calendar/Calendar.types.ts#L27"
94
+ },
95
+ {
96
+ "name": "onSelect",
97
+ "required": false,
98
+ "type": "Function",
99
+ "typeDetail": "on<wbr/>Select<span class=\"tsd-signature-symbol\">(</span>day<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">Date</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
100
+ "description": "Click handler for selecting a day.",
101
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Click handler for selecting a day.</p>\n</div></div>",
102
+ "sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
103
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Calendar/Calendar.types.ts#L35"
104
+ }
105
+ ],
106
+ "description": ""
107
+ },
108
+ "CalendarContainerProps": {
109
+ "name": "CalendarContainerProps",
110
+ "properties": [
111
+ {
112
+ "name": "children",
113
+ "required": false,
114
+ "type": "<span class=\"tsd-signature-type\">ReactNode</span>",
115
+ "typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
116
+ "description": "Instead of using the default children, you can pass in your own.",
117
+ "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>",
118
+ "sourceFile": "packages/core-react/src/utils/types.ts",
119
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L40"
120
+ },
121
+ {
122
+ "name": "className",
123
+ "required": false,
124
+ "type": "<span class=\"tsd-signature-type\">string</span>",
125
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
126
+ "description": "Additional classNames",
127
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
128
+ "sourceFile": "packages/core-react/src/utils/types.ts",
129
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L45"
130
+ },
131
+ {
132
+ "name": "style",
133
+ "required": false,
134
+ "type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
135
+ "typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
136
+ "description": "Additional CSS styles",
137
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
138
+ "sourceFile": "packages/core-react/src/utils/types.ts",
139
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L50"
140
+ }
141
+ ],
142
+ "description": ""
143
+ },
144
+ "CalendarProps": {
145
+ "name": "CalendarProps",
146
+ "properties": [
147
+ {
148
+ "name": "children",
149
+ "required": false,
150
+ "type": "<span class=\"tsd-signature-type\">ReactNode</span>",
151
+ "typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
152
+ "description": "Instead of using the default children, you can pass in your own.",
153
+ "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>",
154
+ "sourceFile": "packages/core-react/src/utils/types.ts",
155
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L40"
156
+ },
157
+ {
158
+ "name": "className",
159
+ "required": false,
160
+ "type": "<span class=\"tsd-signature-type\">string</span>",
161
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
162
+ "description": "Additional classNames",
163
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
164
+ "sourceFile": "packages/core-react/src/utils/types.ts",
165
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L45"
166
+ },
167
+ {
168
+ "name": "displayDate",
169
+ "required": false,
170
+ "type": "<span class=\"tsd-signature-type\">Date</span>",
171
+ "typeDetail": "<span class=\"tsd-signature-type\">Date</span>",
172
+ "description": "Controls the month displayed on the calendar, can be different from selected.",
173
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Controls the month displayed on the calendar, can be different from selected.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>new Date()</p>\n</dd></dl></div>",
174
+ "sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
175
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Calendar/Calendar.types.ts#L20"
176
+ },
177
+ {
178
+ "name": "monthRef",
179
+ "required": false,
180
+ "type": "<span class=\"tsd-signature-type\">Ref</span><span class=\"tsd-signature-symbol\">&lt;</span><span class=\"tsd-signature-type\">HTMLDivElement</span><span class=\"tsd-signature-symbol\">&gt;</span>",
181
+ "typeDetail": "<span class=\"tsd-signature-type\">Ref</span><span class=\"tsd-signature-symbol\">&lt;</span><span class=\"tsd-signature-type\">HTMLDivElement</span><span class=\"tsd-signature-symbol\">&gt;</span>",
182
+ "description": "Provide a function to disable dates. Must return a boolean.",
183
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Provide a function to disable dates. Must return a boolean.</p>\n</div></div>",
184
+ "sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
185
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Calendar/Calendar.types.ts#L31"
186
+ },
187
+ {
188
+ "name": "selectedEnd",
189
+ "required": false,
190
+ "type": "<span class=\"tsd-signature-type\">Date</span>",
191
+ "typeDetail": "<span class=\"tsd-signature-type\">Date</span>",
192
+ "description": "End of the highlight of a day range",
193
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>End of the highlight of a day range</p>\n</div></div>",
194
+ "sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
195
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Calendar/Calendar.types.ts#L39"
196
+ },
197
+ {
198
+ "name": "selectedStart",
199
+ "required": false,
200
+ "type": "<span class=\"tsd-signature-type\">Date</span>",
201
+ "typeDetail": "<span class=\"tsd-signature-type\">Date</span>",
202
+ "description": "Start of the highlight of a day range",
203
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Start of the highlight of a day range</p>\n</div></div>",
204
+ "sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
205
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Calendar/Calendar.types.ts#L43"
206
+ },
207
+ {
208
+ "name": "style",
209
+ "required": false,
210
+ "type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
211
+ "typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
212
+ "description": "Additional CSS styles",
213
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
214
+ "sourceFile": "packages/core-react/src/utils/types.ts",
215
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L50"
216
+ },
217
+ {
218
+ "name": "yearRef",
219
+ "required": false,
220
+ "type": "<span class=\"tsd-signature-type\">Ref</span><span class=\"tsd-signature-symbol\">&lt;</span><span class=\"tsd-signature-type\">HTMLDivElement</span><span class=\"tsd-signature-symbol\">&gt;</span>",
221
+ "typeDetail": "<span class=\"tsd-signature-type\">Ref</span><span class=\"tsd-signature-symbol\">&lt;</span><span class=\"tsd-signature-type\">HTMLDivElement</span><span class=\"tsd-signature-symbol\">&gt;</span>",
222
+ "description": "",
223
+ "descriptionHtml": "",
224
+ "sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
225
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Calendar/Calendar.types.ts#L44"
226
+ },
227
+ {
228
+ "name": "disabledDate",
229
+ "required": false,
230
+ "type": "Function",
231
+ "typeDetail": "disabled<wbr/>Date<span class=\"tsd-signature-symbol\">(</span>date<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">Date</span>, today<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">Date</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">boolean</span>",
232
+ "description": "",
233
+ "descriptionHtml": "",
234
+ "sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
235
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Calendar/Calendar.types.ts#L27"
236
+ },
237
+ {
238
+ "name": "onNavigate",
239
+ "required": false,
240
+ "type": "Function",
241
+ "typeDetail": "on<wbr/>Navigate<span class=\"tsd-signature-symbol\">(</span>date<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">Date</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
242
+ "description": "Click handler for navigating the calendar, with arrows or selects.",
243
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Click handler for navigating the calendar, with arrows or selects.</p>\n</div></div>",
244
+ "sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
245
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Calendar/Calendar.types.ts#L8"
246
+ },
247
+ {
248
+ "name": "onSelect",
249
+ "required": false,
250
+ "type": "Function",
251
+ "typeDetail": "on<wbr/>Select<span class=\"tsd-signature-symbol\">(</span>day<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">Date</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
252
+ "description": "Click handler for selecting a day.",
253
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Click handler for selecting a day.</p>\n</div></div>",
254
+ "sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
255
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Calendar/Calendar.types.ts#L35"
256
+ }
257
+ ],
258
+ "description": ""
259
+ },
260
+ "DayProps": {
261
+ "name": "DayProps",
262
+ "properties": [
263
+ {
264
+ "name": "children",
265
+ "required": false,
266
+ "type": "<span class=\"tsd-signature-type\">ReactNode</span>",
267
+ "typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
268
+ "description": "Instead of using the default children, you can pass in your own.",
269
+ "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>",
270
+ "sourceFile": "packages/core-react/src/utils/types.ts",
271
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L40"
272
+ },
273
+ {
274
+ "name": "className",
275
+ "required": false,
276
+ "type": "<span class=\"tsd-signature-type\">string</span>",
277
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
278
+ "description": "Additional classNames",
279
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
280
+ "sourceFile": "packages/core-react/src/utils/types.ts",
281
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L45"
282
+ },
283
+ {
284
+ "name": "disabled",
285
+ "required": false,
286
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
287
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
288
+ "description": "",
289
+ "descriptionHtml": "",
290
+ "sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
291
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Calendar/Calendar.types.ts#L48"
292
+ },
293
+ {
294
+ "name": "isCurrentMonth",
295
+ "required": false,
296
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
297
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
298
+ "description": "",
299
+ "descriptionHtml": "",
300
+ "sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
301
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Calendar/Calendar.types.ts#L49"
302
+ },
303
+ {
304
+ "name": "isRangeEnd",
305
+ "required": false,
306
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
307
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
308
+ "description": "",
309
+ "descriptionHtml": "",
310
+ "sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
311
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Calendar/Calendar.types.ts#L50"
312
+ },
313
+ {
314
+ "name": "isRangeStart",
315
+ "required": false,
316
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
317
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
318
+ "description": "",
319
+ "descriptionHtml": "",
320
+ "sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
321
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Calendar/Calendar.types.ts#L51"
322
+ },
323
+ {
324
+ "name": "isToday",
325
+ "required": false,
326
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
327
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
328
+ "description": "",
329
+ "descriptionHtml": "",
330
+ "sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
331
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Calendar/Calendar.types.ts#L52"
332
+ },
333
+ {
334
+ "name": "onClick",
335
+ "required": false,
336
+ "type": "<span class=\"tsd-signature-symbol\">(</span>event<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">MouseEvent</span><span class=\"tsd-signature-symbol\">&lt;</span><span class=\"tsd-signature-type\">HTMLElement</span><span class=\"tsd-signature-symbol\">, </span><span class=\"tsd-signature-type\">MouseEvent</span><span class=\"tsd-signature-symbol\">&gt;</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\"> =&gt; </span><span class=\"tsd-signature-type\">void</span>",
337
+ "typeDetail": "<span class=\"tsd-signature-symbol\">(</span>event<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">MouseEvent</span><span class=\"tsd-signature-symbol\">&lt;</span><span class=\"tsd-signature-type\">HTMLElement</span><span class=\"tsd-signature-symbol\">, </span><span class=\"tsd-signature-type\">MouseEvent</span><span class=\"tsd-signature-symbol\">&gt;</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\"> =&gt; </span><span class=\"tsd-signature-type\">void</span>",
338
+ "description": "",
339
+ "descriptionHtml": "",
340
+ "sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
341
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Calendar/Calendar.types.ts#L53"
342
+ },
343
+ {
344
+ "name": "selected",
345
+ "required": false,
346
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
347
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
348
+ "description": "",
349
+ "descriptionHtml": "",
350
+ "sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
351
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Calendar/Calendar.types.ts#L54"
352
+ },
353
+ {
354
+ "name": "style",
355
+ "required": false,
356
+ "type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
357
+ "typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
358
+ "description": "Additional CSS styles",
359
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
360
+ "sourceFile": "packages/core-react/src/utils/types.ts",
361
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L50"
362
+ }
363
+ ],
364
+ "description": ""
365
+ },
366
+ "NavigationProps": {
367
+ "name": "NavigationProps",
368
+ "properties": [
369
+ {
370
+ "name": "alignContent",
371
+ "required": false,
372
+ "type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">FlexAlignContent</a>",
373
+ "typeDetail": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">FlexJustify</a><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;stretch&quot;</span>",
374
+ "description": "",
375
+ "descriptionHtml": "",
376
+ "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
377
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L83"
378
+ },
379
+ {
380
+ "name": "alignItems",
381
+ "required": false,
382
+ "type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">FlexAlign</a>",
383
+ "typeDetail": "<span class=\"tsd-signature-type\">&quot;baseline&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;center&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;flex-end&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;flex-start&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;normal&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;stretch&quot;</span>",
384
+ "description": "",
385
+ "descriptionHtml": "",
386
+ "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
387
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L84"
388
+ },
389
+ {
390
+ "name": "alignSelf",
391
+ "required": false,
392
+ "type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">FlexAlign</a>",
393
+ "typeDetail": "<span class=\"tsd-signature-type\">&quot;baseline&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;center&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;flex-end&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;flex-start&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;normal&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;stretch&quot;</span>",
394
+ "description": "",
395
+ "descriptionHtml": "",
396
+ "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
397
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L85"
398
+ },
399
+ {
400
+ "name": "children",
401
+ "required": false,
402
+ "type": "<span class=\"tsd-signature-type\">ReactNode</span>",
403
+ "typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
404
+ "description": "Instead of using the default children, you can pass in your own.",
405
+ "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>",
406
+ "sourceFile": "packages/core-react/src/utils/types.ts",
407
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L40"
408
+ },
409
+ {
410
+ "name": "className",
411
+ "required": false,
412
+ "type": "<span class=\"tsd-signature-type\">string</span>",
413
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
414
+ "description": "Additional classNames",
415
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
416
+ "sourceFile": "packages/core-react/src/utils/types.ts",
417
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L45"
418
+ },
419
+ {
420
+ "name": "display",
421
+ "required": false,
422
+ "type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">Display</a>",
423
+ "typeDetail": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">DeprecatedDisplay</a><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;block&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;flex&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;inline&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;inline-block&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;inline-flex&quot;</span>",
424
+ "description": "",
425
+ "descriptionHtml": "",
426
+ "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
427
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L129"
428
+ },
429
+ {
430
+ "name": "flex",
431
+ "required": false,
432
+ "type": "<span class=\"tsd-signature-type\">string</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">number</span>",
433
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">number</span>",
434
+ "description": "Alias to the `flex` property on a flexbox child.",
435
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Alias to the <code>flex</code> property on a flexbox child.</p>\n</div></div>",
436
+ "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
437
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L134"
438
+ },
439
+ {
440
+ "name": "flexBasis",
441
+ "required": false,
442
+ "type": "<span class=\"tsd-signature-type\">string</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">number</span>",
443
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">number</span>",
444
+ "description": "Alias to the `basis` property on a flexbox child.",
445
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Alias to the <code>basis</code> property on a flexbox child.</p>\n</div></div>",
446
+ "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
447
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L139"
448
+ },
449
+ {
450
+ "name": "flexDirection",
451
+ "required": false,
452
+ "type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">FlexDirection</a>",
453
+ "typeDetail": "<span class=\"tsd-signature-type\">&quot;column&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;column-reverse&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;row&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;row-reverse&quot;</span>",
454
+ "description": "Alias to the `direction` property on a flexbox child.",
455
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Alias to the <code>direction</code> property on a flexbox child.</p>\n</div></div>",
456
+ "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
457
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L144"
458
+ },
459
+ {
460
+ "name": "flexGrow",
461
+ "required": false,
462
+ "type": "<span class=\"tsd-signature-type\">string</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">number</span>",
463
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">number</span>",
464
+ "description": "Alias to the `grow` property on a flexbox child.",
465
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Alias to the <code>grow</code> property on a flexbox child.</p>\n</div></div>",
466
+ "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
467
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L149"
468
+ },
469
+ {
470
+ "name": "flexShrink",
471
+ "required": false,
472
+ "type": "<span class=\"tsd-signature-type\">string</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">number</span>",
473
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">number</span>",
474
+ "description": "Alias to the `shrink` property on a flexbox child.",
475
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Alias to the <code>shrink</code> property on a flexbox child.</p>\n</div></div>",
476
+ "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
477
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L154"
478
+ },
479
+ {
480
+ "name": "flexWrap",
481
+ "required": false,
482
+ "type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">FlexWrap</a>",
483
+ "typeDetail": "<span class=\"tsd-signature-type\">&quot;nowrap&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;wrap-reverse&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;wrap&quot;</span>",
484
+ "description": "Alias to the `wrap` property on a flexbox child.",
485
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Alias to the <code>wrap</code> property on a flexbox child.</p>\n</div></div>",
486
+ "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
487
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L159"
488
+ },
489
+ {
490
+ "name": "justifyContent",
491
+ "required": false,
492
+ "type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">FlexJustify</a>",
493
+ "typeDetail": "<span class=\"tsd-signature-type\">&quot;center&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;flex-end&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;flex-start&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;normal&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;space-around&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;space-between&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;space-evenly&quot;</span>",
494
+ "description": "",
495
+ "descriptionHtml": "",
496
+ "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
497
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L86"
498
+ },
499
+ {
500
+ "name": "margin",
501
+ "required": false,
502
+ "type": "<span class=\"tsd-signature-type\">string</span>",
503
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
504
+ "description": "",
505
+ "descriptionHtml": "",
506
+ "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
507
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L67"
508
+ },
509
+ {
510
+ "name": "marginBottom",
511
+ "required": false,
512
+ "type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">MarginSize</a>",
513
+ "typeDetail": "<span class=\"tsd-signature-type\">Extract</span><span class=\"tsd-signature-symbol\">&lt;</span><span class=\"tsd-signature-type\">Size</span><span class=\"tsd-signature-symbol\">, </span><span class=\"tsd-signature-type\">&quot;auto&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;none&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;xs&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;sm&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;md&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;lg&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;xl&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;xxl&quot;</span><span class=\"tsd-signature-symbol\">&gt;</span>",
514
+ "description": "",
515
+ "descriptionHtml": "",
516
+ "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
517
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L68"
518
+ },
519
+ {
520
+ "name": "marginLeft",
521
+ "required": false,
522
+ "type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">MarginSize</a>",
523
+ "typeDetail": "<span class=\"tsd-signature-type\">Extract</span><span class=\"tsd-signature-symbol\">&lt;</span><span class=\"tsd-signature-type\">Size</span><span class=\"tsd-signature-symbol\">, </span><span class=\"tsd-signature-type\">&quot;auto&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;none&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;xs&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;sm&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;md&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;lg&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;xl&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;xxl&quot;</span><span class=\"tsd-signature-symbol\">&gt;</span>",
524
+ "description": "",
525
+ "descriptionHtml": "",
526
+ "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
527
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L69"
528
+ },
529
+ {
530
+ "name": "marginRight",
531
+ "required": false,
532
+ "type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">MarginSize</a>",
533
+ "typeDetail": "<span class=\"tsd-signature-type\">Extract</span><span class=\"tsd-signature-symbol\">&lt;</span><span class=\"tsd-signature-type\">Size</span><span class=\"tsd-signature-symbol\">, </span><span class=\"tsd-signature-type\">&quot;auto&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;none&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;xs&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;sm&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;md&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;lg&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;xl&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;xxl&quot;</span><span class=\"tsd-signature-symbol\">&gt;</span>",
534
+ "description": "",
535
+ "descriptionHtml": "",
536
+ "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
537
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L70"
538
+ },
539
+ {
540
+ "name": "marginTop",
541
+ "required": false,
542
+ "type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">MarginSize</a>",
543
+ "typeDetail": "<span class=\"tsd-signature-type\">Extract</span><span class=\"tsd-signature-symbol\">&lt;</span><span class=\"tsd-signature-type\">Size</span><span class=\"tsd-signature-symbol\">, </span><span class=\"tsd-signature-type\">&quot;auto&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;none&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;xs&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;sm&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;md&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;lg&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;xl&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;xxl&quot;</span><span class=\"tsd-signature-symbol\">&gt;</span>",
544
+ "description": "",
545
+ "descriptionHtml": "",
546
+ "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
547
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L71"
548
+ },
549
+ {
550
+ "name": "order",
551
+ "required": false,
552
+ "type": "<span class=\"tsd-signature-type\">number</span>",
553
+ "typeDetail": "<span class=\"tsd-signature-type\">number</span>",
554
+ "description": "Alias to the `order` property on a flexbox child",
555
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Alias to the <code>order</code> property on a flexbox child</p>\n</div></div>",
556
+ "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
557
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L164"
558
+ },
559
+ {
560
+ "name": "padding",
561
+ "required": false,
562
+ "type": "<span class=\"tsd-signature-type\">string</span>",
563
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
564
+ "description": "",
565
+ "descriptionHtml": "",
566
+ "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
567
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L75"
568
+ },
569
+ {
570
+ "name": "paddingBottom",
571
+ "required": false,
572
+ "type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">PaddingSize</a>",
573
+ "typeDetail": "<span class=\"tsd-signature-type\">Extract</span><span class=\"tsd-signature-symbol\">&lt;</span><span class=\"tsd-signature-type\">Size</span><span class=\"tsd-signature-symbol\">, </span><span class=\"tsd-signature-type\">&quot;none&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;xs&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;sm&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;md&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;lg&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;xl&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;xxl&quot;</span><span class=\"tsd-signature-symbol\">&gt;</span>",
574
+ "description": "",
575
+ "descriptionHtml": "",
576
+ "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
577
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L76"
578
+ },
579
+ {
580
+ "name": "paddingLeft",
581
+ "required": false,
582
+ "type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">PaddingSize</a>",
583
+ "typeDetail": "<span class=\"tsd-signature-type\">Extract</span><span class=\"tsd-signature-symbol\">&lt;</span><span class=\"tsd-signature-type\">Size</span><span class=\"tsd-signature-symbol\">, </span><span class=\"tsd-signature-type\">&quot;none&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;xs&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;sm&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;md&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;lg&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;xl&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;xxl&quot;</span><span class=\"tsd-signature-symbol\">&gt;</span>",
584
+ "description": "",
585
+ "descriptionHtml": "",
586
+ "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
587
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L77"
588
+ },
589
+ {
590
+ "name": "paddingRight",
591
+ "required": false,
592
+ "type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">PaddingSize</a>",
593
+ "typeDetail": "<span class=\"tsd-signature-type\">Extract</span><span class=\"tsd-signature-symbol\">&lt;</span><span class=\"tsd-signature-type\">Size</span><span class=\"tsd-signature-symbol\">, </span><span class=\"tsd-signature-type\">&quot;none&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;xs&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;sm&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;md&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;lg&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;xl&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;xxl&quot;</span><span class=\"tsd-signature-symbol\">&gt;</span>",
594
+ "description": "",
595
+ "descriptionHtml": "",
596
+ "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
597
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L78"
598
+ },
599
+ {
600
+ "name": "paddingTop",
601
+ "required": false,
602
+ "type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">PaddingSize</a>",
603
+ "typeDetail": "<span class=\"tsd-signature-type\">Extract</span><span class=\"tsd-signature-symbol\">&lt;</span><span class=\"tsd-signature-type\">Size</span><span class=\"tsd-signature-symbol\">, </span><span class=\"tsd-signature-type\">&quot;none&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;xs&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;sm&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;md&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;lg&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;xl&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;xxl&quot;</span><span class=\"tsd-signature-symbol\">&gt;</span>",
604
+ "description": "",
605
+ "descriptionHtml": "",
606
+ "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
607
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L79"
608
+ },
609
+ {
610
+ "name": "style",
611
+ "required": false,
612
+ "type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
613
+ "typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
614
+ "description": "Additional CSS styles",
615
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
616
+ "sourceFile": "packages/core-react/src/utils/types.ts",
617
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L50"
618
+ },
619
+ {
620
+ "name": "tabIndex",
621
+ "required": false,
622
+ "type": "<span class=\"tsd-signature-type\">number</span>",
623
+ "typeDetail": "<span class=\"tsd-signature-type\">number</span>",
624
+ "description": "",
625
+ "descriptionHtml": "",
626
+ "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
627
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L165"
628
+ },
629
+ {
630
+ "name": "textAlign",
631
+ "required": false,
632
+ "type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">TextAlign</a>",
633
+ "typeDetail": "<span class=\"tsd-signature-type\">&quot;center&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;left&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;right&quot;</span>",
634
+ "description": "",
635
+ "descriptionHtml": "",
636
+ "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
637
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L166"
638
+ }
639
+ ],
640
+ "description": ""
641
+ },
642
+ "NextPrevProps": {
643
+ "name": "NextPrevProps",
644
+ "properties": [
645
+ {
646
+ "name": "children",
647
+ "required": false,
648
+ "type": "<span class=\"tsd-signature-type\">ReactNode</span>",
649
+ "typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
650
+ "description": "Instead of using the default children, you can pass in your own.",
651
+ "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>",
652
+ "sourceFile": "packages/core-react/src/utils/types.ts",
653
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L40"
654
+ },
655
+ {
656
+ "name": "className",
657
+ "required": false,
658
+ "type": "<span class=\"tsd-signature-type\">string</span>",
659
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
660
+ "description": "Additional classNames",
661
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
662
+ "sourceFile": "packages/core-react/src/utils/types.ts",
663
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L45"
664
+ },
665
+ {
666
+ "name": "style",
667
+ "required": false,
668
+ "type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
669
+ "typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
670
+ "description": "Additional CSS styles",
671
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
672
+ "sourceFile": "packages/core-react/src/utils/types.ts",
673
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L50"
674
+ },
675
+ {
676
+ "name": "onClick",
677
+ "required": true,
678
+ "type": "Function",
679
+ "typeDetail": "on<wbr/>Click<span class=\"tsd-signature-symbol\">(</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
680
+ "description": "",
681
+ "descriptionHtml": "",
682
+ "sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
683
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Calendar/Calendar.types.ts#L82"
684
+ }
685
+ ],
686
+ "description": ""
687
+ },
688
+ "SelectProps": {
689
+ "name": "SelectProps",
690
+ "properties": [
691
+ {
692
+ "name": "block",
693
+ "required": false,
694
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
695
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
696
+ "description": "",
697
+ "descriptionHtml": "",
698
+ "sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
699
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Calendar/Calendar.types.ts#L68"
700
+ },
701
+ {
702
+ "name": "children",
703
+ "required": false,
704
+ "type": "<span class=\"tsd-signature-type\">ReactNode</span>",
705
+ "typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
706
+ "description": "Instead of using the default children, you can pass in your own.",
707
+ "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>",
708
+ "sourceFile": "packages/core-react/src/utils/types.ts",
709
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L40"
710
+ },
711
+ {
712
+ "name": "className",
713
+ "required": false,
714
+ "type": "<span class=\"tsd-signature-type\">string</span>",
715
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
716
+ "description": "Additional classNames",
717
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
718
+ "sourceFile": "packages/core-react/src/utils/types.ts",
719
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L45"
720
+ },
721
+ {
722
+ "name": "label",
723
+ "required": true,
724
+ "type": "<span class=\"tsd-signature-type\">string</span>",
725
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
726
+ "description": "",
727
+ "descriptionHtml": "",
728
+ "sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
729
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Calendar/Calendar.types.ts#L69"
730
+ },
731
+ {
732
+ "name": "options",
733
+ "required": false,
734
+ "type": "<span class=\"tsd-signature-type\">SelectOption</span><span class=\"tsd-signature-symbol\">[]</span>",
735
+ "typeDetail": "<span class=\"tsd-signature-type\">SelectOption</span><span class=\"tsd-signature-symbol\">[]</span>",
736
+ "description": "Expects an array of objects with the following shape",
737
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Expects an array of objects with the following shape</p>\n</div></div>",
738
+ "sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
739
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Calendar/Calendar.types.ts#L74"
740
+ },
741
+ {
742
+ "name": "selected",
743
+ "required": false,
744
+ "type": "<span class=\"tsd-signature-type\">number</span>",
745
+ "typeDetail": "<span class=\"tsd-signature-type\">number</span>",
746
+ "description": "Identifier of the selected value",
747
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Identifier of the selected value</p>\n</div></div>",
748
+ "sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
749
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Calendar/Calendar.types.ts#L78"
750
+ },
751
+ {
752
+ "name": "style",
753
+ "required": false,
754
+ "type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
755
+ "typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
756
+ "description": "Additional CSS styles",
757
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
758
+ "sourceFile": "packages/core-react/src/utils/types.ts",
759
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L50"
760
+ },
761
+ {
762
+ "name": "onSelect",
763
+ "required": true,
764
+ "type": "Function",
765
+ "typeDetail": "on<wbr/>Select<span class=\"tsd-signature-symbol\">(</span>selection<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">number</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">any</span>",
766
+ "description": "",
767
+ "descriptionHtml": "",
768
+ "sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
769
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Calendar/Calendar.types.ts#L70"
770
+ }
771
+ ],
772
+ "description": ""
773
+ },
774
+ "WeekProps": {
775
+ "name": "WeekProps",
776
+ "properties": [
777
+ {
778
+ "name": "children",
779
+ "required": false,
780
+ "type": "<span class=\"tsd-signature-type\">ReactNode</span>",
781
+ "typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
782
+ "description": "Instead of using the default children, you can pass in your own.",
783
+ "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>",
784
+ "sourceFile": "packages/core-react/src/utils/types.ts",
785
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L40"
786
+ },
787
+ {
788
+ "name": "className",
789
+ "required": false,
790
+ "type": "<span class=\"tsd-signature-type\">string</span>",
791
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
792
+ "description": "Additional classNames",
793
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
794
+ "sourceFile": "packages/core-react/src/utils/types.ts",
795
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L45"
796
+ },
797
+ {
798
+ "name": "style",
799
+ "required": false,
800
+ "type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
801
+ "typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
802
+ "description": "Additional CSS styles",
803
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
804
+ "sourceFile": "packages/core-react/src/utils/types.ts",
805
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L50"
806
+ }
807
+ ],
808
+ "description": ""
809
+ },
810
+ "WeekdaysProps": {
811
+ "name": "WeekdaysProps",
812
+ "properties": [
813
+ {
814
+ "name": "children",
815
+ "required": false,
816
+ "type": "<span class=\"tsd-signature-type\">ReactNode</span>",
817
+ "typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
818
+ "description": "Instead of using the default children, you can pass in your own.",
819
+ "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>",
820
+ "sourceFile": "packages/core-react/src/utils/types.ts",
821
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L40"
822
+ },
823
+ {
824
+ "name": "className",
825
+ "required": false,
826
+ "type": "<span class=\"tsd-signature-type\">string</span>",
827
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
828
+ "description": "Additional classNames",
829
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
830
+ "sourceFile": "packages/core-react/src/utils/types.ts",
831
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L45"
832
+ },
833
+ {
834
+ "name": "style",
835
+ "required": false,
836
+ "type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
837
+ "typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
838
+ "description": "Additional CSS styles",
839
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
840
+ "sourceFile": "packages/core-react/src/utils/types.ts",
841
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L50"
842
+ }
843
+ ],
844
+ "description": ""
845
+ }
846
+ }