@procore/core-react 12.22.0 → 12.24.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 (237) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/dist/AnchorNavigation/AnchorNavigation.styles.js +3 -3
  3. package/dist/Avatar/Avatar.styles.js +5 -5
  4. package/dist/AvatarStack/AvatarStack.styles.d.ts +8 -8
  5. package/dist/AvatarStack/AvatarStack.styles.js +7 -7
  6. package/dist/Badge/Badge.styles.js +2 -2
  7. package/dist/BadgePill/BadgePill.d.ts +3 -0
  8. package/dist/BadgePill/BadgePill.js +25 -0
  9. package/dist/BadgePill/BadgePill.js.map +1 -0
  10. package/dist/BadgePill/BadgePill.styles.d.ts +12 -0
  11. package/dist/BadgePill/BadgePill.styles.js +33 -0
  12. package/dist/BadgePill/BadgePill.styles.js.map +1 -0
  13. package/dist/BadgePill/BadgePill.types.d.ts +50 -0
  14. package/dist/BadgePill/BadgePill.types.js +2 -0
  15. package/dist/BadgePill/BadgePill.types.js.map +1 -0
  16. package/dist/BadgePill/index.d.ts +2 -0
  17. package/dist/BadgePill/index.js +2 -0
  18. package/dist/BadgePill/index.js.map +1 -0
  19. package/dist/Banner/Banner.styles.js +10 -10
  20. package/dist/Box/Box.styles.js +1 -1
  21. package/dist/Breadcrumbs/Breadcrumbs.styles.js +4 -4
  22. package/dist/Button/Button.styles.js +5 -5
  23. package/dist/Calendar/Calendar.styles.js +8 -8
  24. package/dist/Card/Card.styles.js +1 -1
  25. package/dist/Checkbox/Checkbox.styles.js +6 -6
  26. package/dist/Checkbox/CheckboxTooltip.js +1 -1
  27. package/dist/ContactItem/ContactItem.js +2 -0
  28. package/dist/ContactItem/ContactItem.js.map +1 -1
  29. package/dist/ContactItem/ContactItem.styles.js +5 -5
  30. package/dist/Content/Content.styles.js +2 -2
  31. package/dist/DateInput/DateInput.styles.js +6 -6
  32. package/dist/DetailPage/DetailPage.styles.js +7 -7
  33. package/dist/Dropdown/Dropdown.styles.js +3 -3
  34. package/dist/DropdownFlyout/DropdownFlyout.styles.js +4 -4
  35. package/dist/Dropzone/Dropzone.js +1 -1
  36. package/dist/Dropzone/Dropzone.styles.js +9 -9
  37. package/dist/EmptyState/EmptyState.styles.js +6 -6
  38. package/dist/Field/Field.styles.js +3 -3
  39. package/dist/FileList/FileList.styles.js +4 -4
  40. package/dist/FileSelect/FileExplorer/FileExplorer.styles.js +9 -9
  41. package/dist/FileSelect/FileExplorer/FileExplorerSidebar.styles.js +3 -3
  42. package/dist/FileSelect/FileSelect.styles.js +2 -2
  43. package/dist/FileSelect/FileSelectDropzone/FileSelectDropzone.styles.js +3 -3
  44. package/dist/FileSelect/FileTokenList/FileTokenList.styles.js +2 -2
  45. package/dist/FileSelect/GridSource/GridSource.styles.js +6 -6
  46. package/dist/FileSelect/LocalSource/LocalSource.styles.js +4 -4
  47. package/dist/FileSelect/SourceItem/SourceItem.styles.js +3 -3
  48. package/dist/FileSelect/ThumbnailList/ThumbnailList.styles.js +6 -6
  49. package/dist/FileSelect/TreeSource/TreeSource.styles.js +1 -1
  50. package/dist/FileToken/FileToken.styles.js +4 -4
  51. package/dist/FilterToken/FilterToken.styles.js +5 -5
  52. package/dist/FlexList/FlexList.styles.js +1 -1
  53. package/dist/Form/Form.styles.js +14 -14
  54. package/dist/Form/StyledFormikForm.styles.d.ts +2 -2
  55. package/dist/Form/StyledFormikForm.styles.js +2 -2
  56. package/dist/GhostPlaceholder/GhostPlaceholder.styles.js +2 -2
  57. package/dist/Grid/Grid.styles.js +2 -2
  58. package/dist/GroupSelect/GroupSelect.styles.js +1 -1
  59. package/dist/Input/Input.styles.js +1 -1
  60. package/dist/Link/Link.styles.js +1 -1
  61. package/dist/ListPage/ListPage.styles.js +8 -8
  62. package/dist/Loader/Loader.styles.js +2 -2
  63. package/dist/Loader/Loader.types.d.ts +3 -2
  64. package/dist/Loader/Loader.types.js.map +1 -1
  65. package/dist/Menu/Menu.js +2 -0
  66. package/dist/Menu/Menu.js.map +1 -1
  67. package/dist/MenuImperative/MenuImperative.styles.js +10 -10
  68. package/dist/Modal/Modal.styles.js +13 -13
  69. package/dist/MultiSelect/MultiSelect.styles.js +6 -6
  70. package/dist/NextMenu/NextMenu.styles.js +3 -3
  71. package/dist/Notation/Notation.js +1 -1
  72. package/dist/NumberInput/NumberInput.js +2 -0
  73. package/dist/NumberInput/NumberInput.js.map +1 -1
  74. package/dist/NumberInput/NumberInput.styles.js +7 -7
  75. package/dist/Overlay/OverlayArrow.styles.js +1 -1
  76. package/dist/OverlayTrigger/OverlayTrigger.js +6 -2
  77. package/dist/OverlayTrigger/OverlayTrigger.js.map +1 -1
  78. package/dist/OverlayTrigger/OverlayTrigger.types.d.ts +7 -2
  79. package/dist/OverlayTrigger/OverlayTrigger.types.js.map +1 -1
  80. package/dist/PageLayout/PageLayout.styles.js +16 -16
  81. package/dist/PageTemplate/PageFooterTemplate/PageFooterTemplate.styles.js +1 -1
  82. package/dist/PageTemplate/PageHeaderTemplate/PageHeaderTemplate.styles.js +3 -3
  83. package/dist/PageTemplate/PagePaneTemplate/PagePaneTemplate.styles.js +2 -2
  84. package/dist/PageTemplate/PageTemplate/PageTemplate.styles.js +3 -3
  85. package/dist/Pagination/Pagination.styles.js +5 -5
  86. package/dist/Panel/Panel.js +6 -4
  87. package/dist/Panel/Panel.js.map +1 -1
  88. package/dist/Panel/Panel.styles.js +11 -11
  89. package/dist/Pill/Pill.styles.js +2 -2
  90. package/dist/PillSelect/PillSelect.styles.js +4 -4
  91. package/dist/Popover/Popover.styles.js +2 -2
  92. package/dist/Portal/Portal.styles.js +1 -1
  93. package/dist/ProgressBar/ProgressBar.styles.js +2 -2
  94. package/dist/ProgressBar/ProgressBar.types.d.ts +1 -1
  95. package/dist/ProgressBar/ProgressBar.types.js.map +1 -1
  96. package/dist/RadioButton/RadioButton.styles.js +3 -3
  97. package/dist/Required/Required.styles.js +3 -3
  98. package/dist/Search/Search.styles.js +5 -5
  99. package/dist/Section/Section.styles.js +7 -7
  100. package/dist/SegmentedController/SegmentedController.styles.js +4 -4
  101. package/dist/Select/Select.styles.js +7 -7
  102. package/dist/Semantic/Semantic.styles.js +9 -9
  103. package/dist/Slider/Slider.styles.js +5 -5
  104. package/dist/Spinner/Spinner.js +14 -5
  105. package/dist/Spinner/Spinner.js.map +1 -1
  106. package/dist/Spinner/Spinner.styles.js +7 -7
  107. package/dist/SplitViewCard/SplitViewCard.styles.js +8 -8
  108. package/dist/SuperSelect/SuperSelect.js +1 -1
  109. package/dist/SuperSelect/SuperSelect.js.map +1 -1
  110. package/dist/SuperSelect/SuperSelect.presets.styles.js +1 -1
  111. package/dist/SuperSelect/SuperSelect.styles.js +37 -37
  112. package/dist/Switch/Switch.styles.js +4 -4
  113. package/dist/Table/Table.styles.js +28 -28
  114. package/dist/TableShelf/TableShelf.styles.js +5 -5
  115. package/dist/Tabs/Tabs.styles.js +15 -15
  116. package/dist/Tearsheet/Tearsheet.styles.js +5 -5
  117. package/dist/TextArea/TextArea.styles.js +1 -1
  118. package/dist/TextEditorOutput/TextEditorOutput.styles.js +1 -1
  119. package/dist/Thumbnail/Thumbnail.hooks.d.ts +6 -6
  120. package/dist/Thumbnail/Thumbnail.styles.js +17 -17
  121. package/dist/ThumbnailGrid/ThumbnailGrid.styles.js +7 -7
  122. package/dist/TieredSelect/TieredSelect.styles.js +9 -9
  123. package/dist/Tile/Tile.styles.js +8 -8
  124. package/dist/Title/Title.styles.js +7 -7
  125. package/dist/Toast/Toast.styles.js +3 -3
  126. package/dist/ToggleButton/ToggleButton.styles.js +1 -1
  127. package/dist/Token/Token.styles.js +3 -3
  128. package/dist/ToolHeader/ToolHeader.styles.js +6 -6
  129. package/dist/ToolLandingPage/ToolLandingPage.styles.js +3 -3
  130. package/dist/Tooltip/Tooltip.styles.js +2 -2
  131. package/dist/Tree/Tree.styles.js +9 -9
  132. package/dist/Typeahead/Typeahead.styles.js +3 -3
  133. package/dist/Typography/Typography.styles.js +1 -1
  134. package/dist/Typography/Typography.table.story.js +2 -2
  135. package/dist/_hooks/ClickOutside.js +19 -5
  136. package/dist/_hooks/ClickOutside.js.map +1 -1
  137. package/dist/_hooks/I18n.d.ts +92 -9
  138. package/dist/_hooks/I18n.js +63 -28
  139. package/dist/_hooks/I18n.js.map +1 -1
  140. package/dist/_locales/de-DE.json +4 -1
  141. package/dist/_locales/en-AU.json +3 -0
  142. package/dist/_locales/en-CA.json +3 -0
  143. package/dist/_locales/en-GB.json +3 -0
  144. package/dist/_locales/en.json +3 -0
  145. package/dist/_locales/es-ES.json +4 -1
  146. package/dist/_locales/es.json +3 -0
  147. package/dist/_locales/fr-CA.json +6 -3
  148. package/dist/_locales/fr-FR.json +4 -1
  149. package/dist/_locales/is-IS.json +3 -0
  150. package/dist/_locales/it-IT.json +3 -0
  151. package/dist/_locales/ja-JP.json +3 -0
  152. package/dist/_locales/pl-PL.json +3 -0
  153. package/dist/_locales/pseudo.json +3 -0
  154. package/dist/_locales/pt-BR.json +3 -0
  155. package/dist/_locales/th-TH.json +3 -0
  156. package/dist/_locales/zh-SG.json +3 -0
  157. package/dist/_locales/zh-TW.json +375 -0
  158. package/dist/_typedoc/AnchorNavigation/AnchorNavigation.types.json +3 -3
  159. package/dist/_typedoc/Avatar/Avatar.types.json +20 -20
  160. package/dist/_typedoc/AvatarStack/AvatarStack.types.json +24 -24
  161. package/dist/_typedoc/Badge/Badge.types.json +6 -6
  162. package/dist/_typedoc/Banner/Banner.types.json +13 -13
  163. package/dist/_typedoc/Box/Box.types.json +68 -68
  164. package/dist/_typedoc/Breadcrumbs/Breadcrumbs.types.json +10 -10
  165. package/dist/_typedoc/Button/Button.types.json +13 -13
  166. package/dist/_typedoc/Calendar/Calendar.types.json +80 -80
  167. package/dist/_typedoc/Card/Card.types.json +6 -6
  168. package/dist/_typedoc/Checkbox/Checkbox.types.json +9 -9
  169. package/dist/_typedoc/ContactItem/ContactItem.types.json +9 -9
  170. package/dist/_typedoc/DateInput/DateInput.types.json +35 -35
  171. package/dist/_typedoc/DateSelect/DateSelect.types.json +13 -13
  172. package/dist/_typedoc/DetailPage/DetailPage.types.json +5 -5
  173. package/dist/_typedoc/Dropdown/Dropdown.types.json +37 -37
  174. package/dist/_typedoc/DropdownFlyout/DropdownFlyout.types.json +30 -30
  175. package/dist/_typedoc/Dropzone/Dropzone.types.json +44 -44
  176. package/dist/_typedoc/EmptyState/EmptyState.types.json +16 -16
  177. package/dist/_typedoc/FileList/FileList.types.json +9 -9
  178. package/dist/_typedoc/FileSelect/FileSelect.types.json +27 -27
  179. package/dist/_typedoc/FileSelect/GridSource/GridSource.types.json +20 -20
  180. package/dist/_typedoc/FileSelect/LocalSource/LocalSource.types.json +14 -14
  181. package/dist/_typedoc/FileSelect/TreeSource/TreeSource.types.json +9 -9
  182. package/dist/_typedoc/Flex/Flex.types.json +27 -27
  183. package/dist/_typedoc/FlexList/FlexList.types.json +30 -30
  184. package/dist/_typedoc/Form/Form.types.json +741 -741
  185. package/dist/_typedoc/GhostPlaceholder/GhostPlaceholder.types.json +12 -12
  186. package/dist/_typedoc/Grid/Grid.types.json +8 -8
  187. package/dist/_typedoc/GroupSelect/GroupSelect.types.json +52 -52
  188. package/dist/_typedoc/Input/Input.types.json +2 -2
  189. package/dist/_typedoc/Link/Link.types.json +4 -4
  190. package/dist/_typedoc/ListPage/ListPage.types.json +13 -13
  191. package/dist/_typedoc/Menu/Menu.types.json +62 -62
  192. package/dist/_typedoc/MenuImperative/MenuImperative.types.json +74 -74
  193. package/dist/_typedoc/Modal/Modal.types.json +46 -46
  194. package/dist/_typedoc/MultiSelect/MultiSelect.types.json +31 -31
  195. package/dist/_typedoc/Notation/Notation.types.json +4 -4
  196. package/dist/_typedoc/NumberInput/NumberInput.types.json +37 -37
  197. package/dist/_typedoc/OverlayTrigger/OverlayTrigger.types.json +41 -31
  198. package/dist/_typedoc/PageLayout/PageLayout.types.json +29 -29
  199. package/dist/_typedoc/Pagination/Pagination.types.json +7 -7
  200. package/dist/_typedoc/Panel/Panel.types.json +28 -28
  201. package/dist/_typedoc/Pill/Pill.types.json +2 -2
  202. package/dist/_typedoc/PillSelect/PillSelect.types.json +49 -49
  203. package/dist/_typedoc/Popover/Popover.types.json +15 -15
  204. package/dist/_typedoc/ProgressBar/ProgressBar.types.json +16 -6
  205. package/dist/_typedoc/RadioButton/RadioButton.types.json +6 -6
  206. package/dist/_typedoc/Required/Required.types.json +5 -5
  207. package/dist/_typedoc/Search/Search.types.json +18 -18
  208. package/dist/_typedoc/Section/Section.types.json +15 -15
  209. package/dist/_typedoc/SegmentedController/SegmentedController.types.json +21 -21
  210. package/dist/_typedoc/Select/Select.types.json +60 -60
  211. package/dist/_typedoc/SettingsPage/SettingsPage.types.json +10 -10
  212. package/dist/_typedoc/Slider/Slider.types.json +6 -6
  213. package/dist/_typedoc/Spinner/Spinner.types.json +9 -9
  214. package/dist/_typedoc/SplitViewCard/SplitViewCard.types.json +12 -12
  215. package/dist/_typedoc/Switch/Switch.types.json +3 -3
  216. package/dist/_typedoc/Table/Table.types.json +101 -101
  217. package/dist/_typedoc/Tabs/Tabs.types.json +20 -20
  218. package/dist/_typedoc/Tearsheet/Tearsheet.types.json +17 -17
  219. package/dist/_typedoc/TextArea/TextArea.types.json +3 -3
  220. package/dist/_typedoc/TextEditor/TextEditor.types.json +9 -9
  221. package/dist/_typedoc/TextEditorOutput/TextEditorOutput.types.json +4 -4
  222. package/dist/_typedoc/Thumbnail/Thumbnail.types.json +19 -19
  223. package/dist/_typedoc/TieredDropdown/TieredDropdown.types.json +42 -42
  224. package/dist/_typedoc/TieredSelect/TieredSelect.types.json +28 -28
  225. package/dist/_typedoc/Tile/Tile.types.json +30 -30
  226. package/dist/_typedoc/Title/Title.types.json +1 -1
  227. package/dist/_typedoc/Toast/Toast.types.json +4 -4
  228. package/dist/_typedoc/ToggleButton/ToggleButton.types.json +4 -4
  229. package/dist/_typedoc/Token/Token.types.json +4 -4
  230. package/dist/_typedoc/ToolHeader/ToolHeader.types.json +10 -10
  231. package/dist/_typedoc/ToolLandingPage/ToolLandingPage.types.json +7 -7
  232. package/dist/_typedoc/Tooltip/Tooltip.types.json +13 -13
  233. package/dist/_typedoc/Tree/Tree.types.json +86 -86
  234. package/dist/_typedoc/Typeahead/Typeahead.types.json +2 -2
  235. package/dist/_typedoc/Typography/Typography.types.json +9 -9
  236. package/dist/_typedoc/_utils/types.json +3 -3
  237. package/package.json +82 -81
@@ -341,6 +341,9 @@
341
341
  "searchPlaceholder" : "Pesquisar",
342
342
  "spinnerLabel" : "Carregando"
343
343
  },
344
+ "spinner" : {
345
+ "loading" : "Carregando"
346
+ },
344
347
  "token" : {
345
348
  "remove" : "Remover seleção"
346
349
  },
@@ -341,6 +341,9 @@
341
341
  "searchPlaceholder" : "ค้นหา",
342
342
  "spinnerLabel" : "กำลังโหลด"
343
343
  },
344
+ "spinner" : {
345
+ "loading" : "กำลังโหลด"
346
+ },
344
347
  "token" : {
345
348
  "remove" : "ลบการเลือก"
346
349
  },
@@ -341,6 +341,9 @@
341
341
  "searchPlaceholder" : "搜索",
342
342
  "spinnerLabel" : "正在加载"
343
343
  },
344
+ "spinner" : {
345
+ "loading" : "加载中"
346
+ },
344
347
  "token" : {
345
348
  "remove" : "删除选定对象"
346
349
  },
@@ -0,0 +1,375 @@
1
+ {
2
+ "core" : {
3
+ "banner" : {
4
+ "dismissAlert" : "Dismiss Alert"
5
+ },
6
+ "breadcrumbs" : {
7
+ "label" : "Breadcrumb"
8
+ },
9
+ "calendar" : {
10
+ "navigationLabel" : "Go to {{monthYear}}"
11
+ },
12
+ "connected" : {
13
+ "fileSelect" : {
14
+ "documents" : "Documents",
15
+ "drawings" : "Drawings",
16
+ "forms" : "Forms",
17
+ "photos" : "Photos",
18
+ "selectAlbum" : "Select album",
19
+ "selectAnAlbum" : "Select an Album",
20
+ "selectArea" : "Select area",
21
+ "selectAnArea" : "Select an Area",
22
+ "selectDiscipline" : "Select discipline",
23
+ "selectADiscipline" : "Select a Discipline",
24
+ "selectSet" : "Select set",
25
+ "selectASet" : "Select a Set",
26
+ "selectTemplate" : "Select template",
27
+ "selectATemplate" : "Select a Template"
28
+ },
29
+ "emails" : {
30
+ "emailSendErrorTitle" : "Sorry, we couldn't send this message.",
31
+ "emailBodyRequiredError" : "Please fix the errors below, and try creating again.",
32
+ "emailContentValidationError" : "Enter message to send.",
33
+ "emailContentDisclaimer" : "Note: The general information about “{{title}}” will be included in the body of this email.",
34
+ "recipientSelectPlaceholder" : "Type to search people",
35
+ "emailRecipientRequiredError" : "Enter recipient to send.",
36
+ "emailSubjectRequiredError" : "Enter Subject to send.",
37
+ "goToAllEmails" : "All Emails",
38
+ "sendEmail" : "Send",
39
+ "replyAll" : "Reply All",
40
+ "downloadAll" : "Download All",
41
+ "showAll" : "Show all",
42
+ "showLess" : "Show less",
43
+ "composeEmailPageTitle" : "Compose New Email",
44
+ "emailSentMessage" : "The email was successfully sent.",
45
+ "from" : "From",
46
+ "to" : "To",
47
+ "cc" : "Cc",
48
+ "bcc" : "Bcc",
49
+ "downloadPdfLong" : "Download PDF",
50
+ "downloadPdfShort" : "PDF",
51
+ "privateEmailDisclaimer" : "Private emails are only shown to recipients and the sender of the email.",
52
+ "privateLabel" : "Private",
53
+ "settingsLink" : "Settings",
54
+ "composeNewEmail" : "Compose Email",
55
+ "startNewCommunication" : "To initiate a new communication thread associated with this item, send an email to",
56
+ "emptyStateTitle" : "Send an Email to Get Started",
57
+ "emptyStateDescription" : "When you and your team send emails about this item, you can reference them here.",
58
+ "reply" : "Reply",
59
+ "cancel" : "Cancel",
60
+ "subject" : "Subject",
61
+ "subjectPlaceholder" : "Enter subject here"
62
+ },
63
+ "distributionSelect" : {
64
+ "noCompany" : "No company",
65
+ "peopleCount" : "{{count}} people",
66
+ "distributionGroups" : "Distribution Groups",
67
+ "people" : "People"
68
+ },
69
+ "relatedItems" : {
70
+ "cancel" : "Cancel",
71
+ "close" : "Close",
72
+ "date" : "Date",
73
+ "itemType" : "Item Type",
74
+ "itemTypeGroupLabel" : {
75
+ "dailyLog" : "Daily Log",
76
+ "prostoreFile" : "Attach Files"
77
+ },
78
+ "itemName" : "Item Name",
79
+ "loading" : "Loading",
80
+ "notes" : "Notes",
81
+ "notesPlaceholder" : "Optional explanation of why this item is related",
82
+ "newItem" : "Link Related Item",
83
+ "noRelatedItems" : {
84
+ "title" : "Link Related Items to Get Started",
85
+ "description" : "Linking items to this {{itemName}} makes it easier for you and your team to find relevant information throughout Procore."
86
+ },
87
+ "noItems" : {
88
+ "title" : "There Are No Items to Display",
89
+ "description" : "Create items in your project to add them as related items here."
90
+ },
91
+ "noResultsSearchQuery" : {
92
+ "title" : "No Items Match Your Search",
93
+ "description" : "Check your spelling and filter options, or search for a different keyword."
94
+ },
95
+ "noResultsServerError" : {
96
+ "title" : "Something Went Wrong",
97
+ "description" : "Please check your internet connection and try again.",
98
+ "action" : "Try Again"
99
+ },
100
+ "panelTitle" : "Link Related Item",
101
+ "search" : "Search",
102
+ "searchItemType" : "Search item type",
103
+ "submit" : "Link",
104
+ "toast" : {
105
+ "itemAdded" : "The related item was successfully linked.",
106
+ "itemAdditionFailed" : "Sorry, the item couldn’t be attached. Please try again.",
107
+ "itemRemoved" : "The related item was successfully removed.",
108
+ "requestError" : "Sorry, something went wrong. Please try again."
109
+ }
110
+ }
111
+ },
112
+ "dateTimeFormat" : {
113
+ "dateAtTime" : "{{date}} at {{time}}",
114
+ "timeOnDate" : "{{time}} on {{date}}"
115
+ },
116
+ "table" : {
117
+ "sortableColumn" : "Sortable column"
118
+ },
119
+ "dataTable" : {
120
+ "emptyState" : {
121
+ "noFilteredResults" : {
122
+ "description" : "Check your spelling and filter options, or search for a different keyword.",
123
+ "title" : "No Items Match Your Search"
124
+ }
125
+ },
126
+ "exporting" : "Exporting...",
127
+ "filters" : {
128
+ "filters" : "Filters",
129
+ "moreFilters" : "More Filters",
130
+ "clearAllFilters" : "Clear All Filters"
131
+ },
132
+ "grandTotals" : "Grand Totals",
133
+ "search" : "Search",
134
+ "subtotals" : "Subtotals",
135
+ "tableSettings" : {
136
+ "configureColumns" : "Configure Columns",
137
+ "resetToDefault" : "Reset To Default",
138
+ "rowHeight" : "Row Height",
139
+ "small" : "Small",
140
+ "medium" : "Medium",
141
+ "large" : "Large",
142
+ "tableSettings" : "Table Settings"
143
+ }
144
+ },
145
+ "dateInput" : {
146
+ "clear" : "Delete field",
147
+ "ariaLabel" : "Current value is {{value}}",
148
+ "segment" : {
149
+ "ariaLabel" : {
150
+ "withValue" : {
151
+ "month" : "Month, {{value}}",
152
+ "day" : "Day, {{value}}",
153
+ "year" : "Year, {{value}}"
154
+ },
155
+ "withoutValue" : {
156
+ "month" : "Set a month",
157
+ "day" : "Set a day",
158
+ "year" : "Set a year"
159
+ }
160
+ },
161
+ "ariaValueText" : {
162
+ "empty" : "Empty"
163
+ }
164
+ },
165
+ "clearButton" : {
166
+ "ariaLabel" : "Remove the date"
167
+ }
168
+ },
169
+ "dropdown" : {
170
+ "search" : "Search",
171
+ "moreOptions" : "More Options",
172
+ "loading" : "Loading"
173
+ },
174
+ "dropzone" : {
175
+ "uploadFiles" : {
176
+ "one" : "Upload File",
177
+ "other" : "Upload Files"
178
+ },
179
+ "dragAndDrop" : "or Drag & Drop",
180
+ "incorrectFileTypeMessage" : {
181
+ "one" : "Sorry - that file type is not allowed.",
182
+ "other" : "Sorry, some of those file types are not allowed."
183
+ },
184
+ "incorrectFileNumber" : "Sorry, we can’t upload this number of files at once.",
185
+ "invalidAmountAttachments" : {
186
+ "one" : "Sorry, only {{count}} file can be attached.",
187
+ "other" : "Sorry, only {{count}} files can be attached."
188
+ },
189
+ "hideDetails" : "Hide Details",
190
+ "showDetails" : "Show Details",
191
+ "errorTitle" : "We Couldn't Upload Some of Your Files",
192
+ "oneFileAtATimeError" : "Sorry, you can only attach one file at a time.",
193
+ "multipleErrorsMessage" : "Sorry, errors prevented some files from uploading. Please try uploading the files again.",
194
+ "maxFileSizeErrorGroup" : "One or more of your files exceeds the max file size of {{sizeInMegabytes}}mb. Please try uploading a smaller file.",
195
+ "minFileSizeErrorGroup" : "One or more of your files does not meet the min file size of {{sizeInMegabytes}}mb. Please try uploading a bigger file.",
196
+ "zeroFileSizeErrorGroup" : "Failed to upload files. Empty files are not supported.",
197
+ "maxFileNumberErrorGroup" : "Only ({{count}}) files can be uploaded at one time. Please remove some files and try again.",
198
+ "wrongFileTypeErrorGroup" : "Some of the file types you tried to upload are not supported in Procore. Please try uploading a different file format.",
199
+ "standaloneMaxFileNumberError" : "Only ({{maxFiles}}) files can be uploaded at one time. Please remove some files and try again.",
200
+ "standaloneUnsupportedFileTypeError" : "Some of the file types you tried to upload are not supported in Procore. Please try uploading a different file format.",
201
+ "standaloneMinFileSizeError" : "One or more of your files does not meet the min file size of {{sizeInMegabytes}}mb. Please try uploading a bigger file.",
202
+ "standaloneMaxFileSizeError" : "One or more of your files exceeds the max file size of {{sizeInMegabytes}}mb. Please try uploading a smaller file.",
203
+ "standaloneZeroFileSizeError" : "One or more of your files is an empty file (0 bytes) and cannot be uploaded. Please try uploading a bigger file.",
204
+ "uploadTotalProgress" : {
205
+ "withFailed" : "Total Progress: {{totalProgress}}%. Uploaded {{uploaded}} of {{total}}. Failed {{failed}}.",
206
+ "withoutFailed" : "Total Progress: {{totalProgress}}%. Uploaded {{uploaded}} of {{total}}."
207
+ }
208
+ },
209
+ "modal" : {
210
+ "a11y" : {
211
+ "close" : "Close"
212
+ },
213
+ "cancel" : "Cancel"
214
+ },
215
+ "multiSelect" : {
216
+ "clearAll" : "Delete field",
217
+ "selectValues" : "Select Values",
218
+ "noResults" : "No results"
219
+ },
220
+ "tearsheet" : {
221
+ "a11y" : {
222
+ "close" : "Close"
223
+ }
224
+ },
225
+ "fileAttacher" : {
226
+ "attachFiles" : {
227
+ "one" : "Attach File",
228
+ "other" : "Attach Files"
229
+ }
230
+ },
231
+ "fileToken" : {
232
+ "uploading" : "Uploading"
233
+ },
234
+ "tree" : {
235
+ "selectionLimit" : {
236
+ "one" : "Only {{count}} file can be attached",
237
+ "other" : "Only {{count}} files can be attached"
238
+ },
239
+ "unsupportedFileType" : {
240
+ "specific" : "{{fileType}} file types are unsupported",
241
+ "unspecific" : "These file types are unsupported"
242
+ }
243
+ },
244
+ "fileExplorer" : {
245
+ "filesSelectedWithLimit" : "{{count}} of {{maxFileNumber}} files selected",
246
+ "ungroupedThumbnailGridGroup" : "Ungrouped",
247
+ "filesSelected" : {
248
+ "one" : "{{count}} file selected",
249
+ "other" : "{{count}} files selected"
250
+ },
251
+ "cancelAction" : "Cancel",
252
+ "attachAction" : "Attach",
253
+ "maxNumberOfFilesSelected" : "Maximum number of files selected",
254
+ "modalTitle" : "Attach Files",
255
+ "filesPendingUpload" : "One or more files have not finished uploading.",
256
+ "noSelectedItems" : "Please select a file.",
257
+ "emptySearchResults" : "No results found",
258
+ "noItems" : "No items",
259
+ "searchPlaceholder" : "Search",
260
+ "uploadFailed" : "Upload Failed",
261
+ "supportedFileTypes" : "Supported file types"
262
+ },
263
+ "form" : {
264
+ "closeWithConfirm" : {
265
+ "confirmMessage" : "If you leave before saving, your changes will be lost."
266
+ },
267
+ "checkbox" : {
268
+ "no" : "No",
269
+ "yes" : "Yes",
270
+ "checked" : "Checked",
271
+ "unchecked" : "Unchecked"
272
+ },
273
+ "errorBanner" : {
274
+ "couldNotCreateItem" : "Sorry, we couldn't create this {{item}}.",
275
+ "couldNotUpdateItem" : "Sorry, we couldn't update this {{item}}.",
276
+ "fixErrorsToCreate" : "Please fix the errors below, and try creating again.",
277
+ "fixErrorsToUpdate" : "Please fix the errors below, and try updating again."
278
+ },
279
+ "field" : {
280
+ "tooltipHelp" : "More Information"
281
+ }
282
+ },
283
+ "menu" : {
284
+ "search" : "Search"
285
+ },
286
+ "pagination" : {
287
+ "interval" : "of",
288
+ "notation" : "{{start}}-{{end}} of {{totalItems}}",
289
+ "page" : "Page:",
290
+ "nextPage" : "Next page",
291
+ "prevPage" : "Previous page"
292
+ },
293
+ "search" : {
294
+ "clear" : "Clear text",
295
+ "goSearch" : "Go to search results"
296
+ },
297
+ "select" : {
298
+ "clear" : "Delete field",
299
+ "search" : "Search"
300
+ },
301
+ "splitViewCard" : {
302
+ "a11y" : {
303
+ "close" : "Close"
304
+ }
305
+ },
306
+ "tabs" : {
307
+ "more" : "More"
308
+ },
309
+ "thumbnail" : {
310
+ "checked" : "Checked"
311
+ },
312
+ "thumbnailList" : {
313
+ "removeUpload" : "Remove upload",
314
+ "uploading" : "Uploading"
315
+ },
316
+ "toast" : {
317
+ "a11y" : {
318
+ "dismiss" : "Dismiss"
319
+ }
320
+ },
321
+ "fileList" : {
322
+ "downloadAll" : "Download All",
323
+ "download" : "Download",
324
+ "noPreview" : "No Preview Available"
325
+ },
326
+ "tieredSelect" : {
327
+ "emptyMessage" : "No locations.",
328
+ "goToTier" : "Go to sub menu",
329
+ "placeholder" : "Select an item",
330
+ "quickCreateActionLabel" : "Create New Location",
331
+ "quickCreateCancelLabel" : "Cancel",
332
+ "quickCreateCreateLabel" : "Create",
333
+ "quickCreatePlaceholder" : "Add location",
334
+ "searchEmptyMessage" : "No results.",
335
+ "searchPlaceholder" : "Search existing locations",
336
+ "spinnerLabel" : "Loading"
337
+ },
338
+ "tieredDropdown" : {
339
+ "emptyMessage" : "No Items.",
340
+ "searchEmptyMessage" : "No results.",
341
+ "searchPlaceholder" : "Search",
342
+ "spinnerLabel" : "Loading"
343
+ },
344
+ "spinner" : {
345
+ "loading" : "載入中"
346
+ },
347
+ "token" : {
348
+ "remove" : "Remove selection"
349
+ },
350
+ "toolHeader" : {
351
+ "settingsAction" : "Configure Settings"
352
+ },
353
+ "fileSelect" : {
354
+ "localFilesSource" : "My Computer",
355
+ "uploadFailed" : "Upload Failed",
356
+ "maxNumberOfFilesSelected" : "Maximum number of files selected"
357
+ },
358
+ "required" : {
359
+ "requiredFields" : "Required fields"
360
+ },
361
+ "avatarStack" : {
362
+ "viewAll" : "View All",
363
+ "close" : "Close"
364
+ },
365
+ "panel" : {
366
+ "close" : "Close",
367
+ "goBack" : "Go back"
368
+ },
369
+ "menuImperative" : {
370
+ "options" : {
371
+ "ariaLabel" : "Menu options"
372
+ }
373
+ }
374
+ }
375
+ }
@@ -10,7 +10,7 @@
10
10
  "description": "An array of sections used in the anchor navigation.",
11
11
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>An array of sections used in the anchor navigation.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>12.18.0</p>\n</dd></dl></div>",
12
12
  "sourceFile": "packages/core-react/src/AnchorNavigation/AnchorNavigation.types.tsx",
13
- "sourceUrl": "https://github.com/procore/core/blob/b0b91d0/packages/core-react/src/AnchorNavigation/AnchorNavigation.types.tsx#L15"
13
+ "sourceUrl": "https://github.com/procore/core/blob/1d51912/packages/core-react/src/AnchorNavigation/AnchorNavigation.types.tsx#L15"
14
14
  },
15
15
  {
16
16
  "name": "selected",
@@ -20,7 +20,7 @@
20
20
  "description": "The ID of the currently selected section.",
21
21
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The ID of the currently selected section.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>12.18.0</p>\n</dd></dl></div>",
22
22
  "sourceFile": "packages/core-react/src/AnchorNavigation/AnchorNavigation.types.tsx",
23
- "sourceUrl": "https://github.com/procore/core/blob/b0b91d0/packages/core-react/src/AnchorNavigation/AnchorNavigation.types.tsx#L20"
23
+ "sourceUrl": "https://github.com/procore/core/blob/1d51912/packages/core-react/src/AnchorNavigation/AnchorNavigation.types.tsx#L20"
24
24
  },
25
25
  {
26
26
  "name": "onSelect",
@@ -30,7 +30,7 @@
30
30
  "description": "Callback function to update the selected section ID.",
31
31
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Callback function to update the selected section ID.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>12.18.0</p>\n</dd></dl></div>",
32
32
  "sourceFile": "packages/core-react/src/AnchorNavigation/AnchorNavigation.types.tsx",
33
- "sourceUrl": "https://github.com/procore/core/blob/b0b91d0/packages/core-react/src/AnchorNavigation/AnchorNavigation.types.tsx#L25"
33
+ "sourceUrl": "https://github.com/procore/core/blob/1d51912/packages/core-react/src/AnchorNavigation/AnchorNavigation.types.tsx#L25"
34
34
  }
35
35
  ],
36
36
  "description": ""
@@ -10,7 +10,7 @@
10
10
  "description": "",
11
11
  "descriptionHtml": "",
12
12
  "sourceFile": "packages/core-react/src/_utils/types.ts",
13
- "sourceUrl": "https://github.com/procore/core/blob/b0b91d0/packages/core-react/src/_utils/types.ts#L42"
13
+ "sourceUrl": "https://github.com/procore/core/blob/1d51912/packages/core-react/src/_utils/types.ts#L42"
14
14
  },
15
15
  {
16
16
  "name": "className",
@@ -20,7 +20,7 @@
20
20
  "description": "Additional classNames",
21
21
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
22
22
  "sourceFile": "packages/core-react/src/_utils/types.ts",
23
- "sourceUrl": "https://github.com/procore/core/blob/b0b91d0/packages/core-react/src/_utils/types.ts#L47"
23
+ "sourceUrl": "https://github.com/procore/core/blob/1d51912/packages/core-react/src/_utils/types.ts#L47"
24
24
  },
25
25
  {
26
26
  "name": "icon",
@@ -30,7 +30,7 @@
30
30
  "description": "The icon to display",
31
31
  "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>",
32
32
  "sourceFile": "packages/core-react/src/Avatar/Avatar.types.ts",
33
- "sourceUrl": "https://github.com/procore/core/blob/b0b91d0/packages/core-react/src/Avatar/Avatar.types.ts#L100"
33
+ "sourceUrl": "https://github.com/procore/core/blob/1d51912/packages/core-react/src/Avatar/Avatar.types.ts#L100"
34
34
  },
35
35
  {
36
36
  "name": "style",
@@ -40,7 +40,7 @@
40
40
  "description": "Additional CSS styles",
41
41
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
42
42
  "sourceFile": "packages/core-react/src/_utils/types.ts",
43
- "sourceUrl": "https://github.com/procore/core/blob/b0b91d0/packages/core-react/src/_utils/types.ts#L52"
43
+ "sourceUrl": "https://github.com/procore/core/blob/1d51912/packages/core-react/src/_utils/types.ts#L52"
44
44
  }
45
45
  ],
46
46
  "description": ""
@@ -56,7 +56,7 @@
56
56
  "description": "",
57
57
  "descriptionHtml": "",
58
58
  "sourceFile": "packages/core-react/src/_utils/types.ts",
59
- "sourceUrl": "https://github.com/procore/core/blob/b0b91d0/packages/core-react/src/_utils/types.ts#L42"
59
+ "sourceUrl": "https://github.com/procore/core/blob/1d51912/packages/core-react/src/_utils/types.ts#L42"
60
60
  },
61
61
  {
62
62
  "name": "className",
@@ -66,7 +66,7 @@
66
66
  "description": "Additional classNames",
67
67
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
68
68
  "sourceFile": "packages/core-react/src/_utils/types.ts",
69
- "sourceUrl": "https://github.com/procore/core/blob/b0b91d0/packages/core-react/src/_utils/types.ts#L47"
69
+ "sourceUrl": "https://github.com/procore/core/blob/1d51912/packages/core-react/src/_utils/types.ts#L47"
70
70
  },
71
71
  {
72
72
  "name": "style",
@@ -76,7 +76,7 @@
76
76
  "description": "Additional CSS styles",
77
77
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
78
78
  "sourceFile": "packages/core-react/src/_utils/types.ts",
79
- "sourceUrl": "https://github.com/procore/core/blob/b0b91d0/packages/core-react/src/_utils/types.ts#L52"
79
+ "sourceUrl": "https://github.com/procore/core/blob/1d51912/packages/core-react/src/_utils/types.ts#L52"
80
80
  }
81
81
  ],
82
82
  "description": ""
@@ -92,7 +92,7 @@
92
92
  "description": "",
93
93
  "descriptionHtml": "",
94
94
  "sourceFile": "packages/core-react/src/Avatar/Avatar.types.ts",
95
- "sourceUrl": "https://github.com/procore/core/blob/b0b91d0/packages/core-react/src/Avatar/Avatar.types.ts#L12"
95
+ "sourceUrl": "https://github.com/procore/core/blob/1d51912/packages/core-react/src/Avatar/Avatar.types.ts#L12"
96
96
  },
97
97
  {
98
98
  "name": "img",
@@ -102,7 +102,7 @@
102
102
  "description": "",
103
103
  "descriptionHtml": "",
104
104
  "sourceFile": "packages/core-react/src/Avatar/Avatar.types.ts",
105
- "sourceUrl": "https://github.com/procore/core/blob/b0b91d0/packages/core-react/src/Avatar/Avatar.types.ts#L13"
105
+ "sourceUrl": "https://github.com/procore/core/blob/1d51912/packages/core-react/src/Avatar/Avatar.types.ts#L13"
106
106
  },
107
107
  {
108
108
  "name": "link",
@@ -112,7 +112,7 @@
112
112
  "description": "",
113
113
  "descriptionHtml": "",
114
114
  "sourceFile": "packages/core-react/src/Avatar/Avatar.types.ts",
115
- "sourceUrl": "https://github.com/procore/core/blob/b0b91d0/packages/core-react/src/Avatar/Avatar.types.ts#L14"
115
+ "sourceUrl": "https://github.com/procore/core/blob/1d51912/packages/core-react/src/Avatar/Avatar.types.ts#L14"
116
116
  }
117
117
  ],
118
118
  "description": ""
@@ -128,7 +128,7 @@
128
128
  "description": "",
129
129
  "descriptionHtml": "",
130
130
  "sourceFile": "packages/core-react/src/_utils/types.ts",
131
- "sourceUrl": "https://github.com/procore/core/blob/b0b91d0/packages/core-react/src/_utils/types.ts#L42"
131
+ "sourceUrl": "https://github.com/procore/core/blob/1d51912/packages/core-react/src/_utils/types.ts#L42"
132
132
  },
133
133
  {
134
134
  "name": "className",
@@ -138,7 +138,7 @@
138
138
  "description": "Additional classNames",
139
139
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
140
140
  "sourceFile": "packages/core-react/src/_utils/types.ts",
141
- "sourceUrl": "https://github.com/procore/core/blob/b0b91d0/packages/core-react/src/_utils/types.ts#L47"
141
+ "sourceUrl": "https://github.com/procore/core/blob/1d51912/packages/core-react/src/_utils/types.ts#L47"
142
142
  },
143
143
  {
144
144
  "name": "imageUrl",
@@ -148,7 +148,7 @@
148
148
  "description": "The Avatar rich media url",
149
149
  "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>",
150
150
  "sourceFile": "packages/core-react/src/Avatar/Avatar.types.ts",
151
- "sourceUrl": "https://github.com/procore/core/blob/b0b91d0/packages/core-react/src/Avatar/Avatar.types.ts#L108"
151
+ "sourceUrl": "https://github.com/procore/core/blob/1d51912/packages/core-react/src/Avatar/Avatar.types.ts#L108"
152
152
  },
153
153
  {
154
154
  "name": "style",
@@ -158,7 +158,7 @@
158
158
  "description": "Additional CSS styles",
159
159
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
160
160
  "sourceFile": "packages/core-react/src/_utils/types.ts",
161
- "sourceUrl": "https://github.com/procore/core/blob/b0b91d0/packages/core-react/src/_utils/types.ts#L52"
161
+ "sourceUrl": "https://github.com/procore/core/blob/1d51912/packages/core-react/src/_utils/types.ts#L52"
162
162
  }
163
163
  ],
164
164
  "description": ""
@@ -174,7 +174,7 @@
174
174
  "description": "",
175
175
  "descriptionHtml": "",
176
176
  "sourceFile": "packages/core-react/src/_utils/types.ts",
177
- "sourceUrl": "https://github.com/procore/core/blob/b0b91d0/packages/core-react/src/_utils/types.ts#L42"
177
+ "sourceUrl": "https://github.com/procore/core/blob/1d51912/packages/core-react/src/_utils/types.ts#L42"
178
178
  },
179
179
  {
180
180
  "name": "className",
@@ -184,7 +184,7 @@
184
184
  "description": "Additional classNames",
185
185
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
186
186
  "sourceFile": "packages/core-react/src/_utils/types.ts",
187
- "sourceUrl": "https://github.com/procore/core/blob/b0b91d0/packages/core-react/src/_utils/types.ts#L47"
187
+ "sourceUrl": "https://github.com/procore/core/blob/1d51912/packages/core-react/src/_utils/types.ts#L47"
188
188
  },
189
189
  {
190
190
  "name": "clickable",
@@ -197,7 +197,7 @@
197
197
  "deprecated": "Reviewing for removal from system, prefer accessible `role=\"link\"` or `role=\"button\"` for interactive UI.",
198
198
  "deprecatedSince": "TBD",
199
199
  "sourceFile": "packages/core-react/src/Avatar/Avatar.types.ts",
200
- "sourceUrl": "https://github.com/procore/core/blob/b0b91d0/packages/core-react/src/Avatar/Avatar.types.ts#L34"
200
+ "sourceUrl": "https://github.com/procore/core/blob/1d51912/packages/core-react/src/Avatar/Avatar.types.ts#L34"
201
201
  },
202
202
  {
203
203
  "name": "disabled",
@@ -208,7 +208,7 @@
208
208
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Sets the Avatar&#39;s disabled state</p>\n</div><dl class=\"tsd-comment-tags\"><dt>defaultvalue</dt><dd><p>false</p>\n</dd></dl></div>",
209
209
  "defaultValue": "false\n",
210
210
  "sourceFile": "packages/core-react/src/Avatar/Avatar.types.ts",
211
- "sourceUrl": "https://github.com/procore/core/blob/b0b91d0/packages/core-react/src/Avatar/Avatar.types.ts#L40"
211
+ "sourceUrl": "https://github.com/procore/core/blob/1d51912/packages/core-react/src/Avatar/Avatar.types.ts#L40"
212
212
  },
213
213
  {
214
214
  "name": "size",
@@ -221,7 +221,7 @@
221
221
  "deprecated": "\n\nSize \"xl\" and \"sm\" have been deprecated and will be removed in a future version.\nPlease use \"lg\" instead of \"xl\".\n\n**Before**\n\n`<Avatar size=\"xl\" />`\n\n**After**\n\n`<Avatar size=\"lg\" />`\n",
222
222
  "deprecatedSince": "10.20.0",
223
223
  "sourceFile": "packages/core-react/src/Avatar/Avatar.types.ts",
224
- "sourceUrl": "https://github.com/procore/core/blob/b0b91d0/packages/core-react/src/Avatar/Avatar.types.ts#L62"
224
+ "sourceUrl": "https://github.com/procore/core/blob/1d51912/packages/core-react/src/Avatar/Avatar.types.ts#L62"
225
225
  },
226
226
  {
227
227
  "name": "style",
@@ -231,7 +231,7 @@
231
231
  "description": "Additional CSS styles",
232
232
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
233
233
  "sourceFile": "packages/core-react/src/_utils/types.ts",
234
- "sourceUrl": "https://github.com/procore/core/blob/b0b91d0/packages/core-react/src/_utils/types.ts#L52"
234
+ "sourceUrl": "https://github.com/procore/core/blob/1d51912/packages/core-react/src/_utils/types.ts#L52"
235
235
  }
236
236
  ],
237
237
  "description": ""