@procore/core-react 12.26.3 → 12.26.4

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 (203) hide show
  1. package/CHANGELOG.md +9 -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.js +7 -7
  5. package/dist/Badge/Badge.styles.js +2 -2
  6. package/dist/BadgePill/BadgePill.styles.js +4 -4
  7. package/dist/Banner/Banner.styles.js +10 -10
  8. package/dist/Box/Box.styles.js +1 -1
  9. package/dist/Breadcrumbs/Breadcrumbs.styles.js +4 -4
  10. package/dist/Button/Button.styles.js +5 -5
  11. package/dist/Calendar/Calendar.styles.js +8 -8
  12. package/dist/Card/Card.styles.js +1 -1
  13. package/dist/Checkbox/Checkbox.styles.js +6 -6
  14. package/dist/Checkbox/CheckboxTooltip.js +1 -1
  15. package/dist/ContactItem/ContactItem.styles.js +5 -5
  16. package/dist/Content/Content.styles.js +2 -2
  17. package/dist/DateInput/DateInput.styles.js +6 -6
  18. package/dist/DeprecatedTextEditorOutput/DeprecatedTextEditorOutput.styles.js +1 -1
  19. package/dist/DetailPage/DetailPage.styles.js +7 -7
  20. package/dist/Dropdown/Dropdown.styles.js +3 -3
  21. package/dist/DropdownFlyout/DropdownFlyout.styles.js +4 -4
  22. package/dist/Dropzone/Dropzone.js +1 -1
  23. package/dist/Dropzone/Dropzone.styles.js +9 -9
  24. package/dist/EmptyState/EmptyState.styles.js +6 -6
  25. package/dist/Field/Field.styles.js +3 -3
  26. package/dist/FileList/FileList.styles.js +4 -4
  27. package/dist/FileSelect/FileExplorer/FileExplorer.styles.js +9 -9
  28. package/dist/FileSelect/FileExplorer/FileExplorerSidebar.styles.js +3 -3
  29. package/dist/FileSelect/FileSelect.styles.js +2 -2
  30. package/dist/FileSelect/FileSelectDropzone/FileSelectDropzone.styles.js +3 -3
  31. package/dist/FileSelect/FileTokenList/FileTokenList.styles.js +2 -2
  32. package/dist/FileSelect/GridSource/GridSource.styles.js +6 -6
  33. package/dist/FileSelect/LocalSource/LocalSource.styles.js +4 -4
  34. package/dist/FileSelect/SourceItem/SourceItem.styles.js +3 -3
  35. package/dist/FileSelect/ThumbnailList/ThumbnailList.styles.js +6 -6
  36. package/dist/FileSelect/TreeSource/TreeSource.styles.js +1 -1
  37. package/dist/FileToken/FileToken.styles.js +4 -4
  38. package/dist/FilterToken/FilterToken.styles.js +5 -5
  39. package/dist/FlexList/FlexList.styles.js +1 -1
  40. package/dist/Form/Form.styles.js +14 -14
  41. package/dist/Form/StyledFormikForm.styles.js +2 -2
  42. package/dist/GhostPlaceholder/GhostPlaceholder.styles.js +2 -2
  43. package/dist/Grid/Grid.styles.js +2 -2
  44. package/dist/GroupSelect/GroupSelect.styles.js +1 -1
  45. package/dist/Input/Input.styles.js +1 -1
  46. package/dist/Link/Link.styles.js +1 -1
  47. package/dist/ListPage/ListPage.styles.js +8 -8
  48. package/dist/Loader/Loader.styles.js +3 -3
  49. package/dist/Loader/Loader.styles.js.map +1 -1
  50. package/dist/MenuImperative/MenuImperative.styles.js +10 -10
  51. package/dist/Modal/Modal.styles.js +13 -13
  52. package/dist/MultiSelect/MultiSelect.styles.js +6 -6
  53. package/dist/NextMenu/NextMenu.styles.js +3 -3
  54. package/dist/NextTextEditor/NextTextEditor.styles.js +1 -1
  55. package/dist/NextTextEditorOutput/NextTextEditorOutput.styles.js +1 -1
  56. package/dist/Notation/Notation.js +1 -1
  57. package/dist/NumberInput/NumberInput.styles.js +7 -7
  58. package/dist/Overlay/OverlayArrow.styles.js +1 -1
  59. package/dist/PageLayout/PageLayout.styles.js +16 -16
  60. package/dist/PageTemplate/PageFooterTemplate/PageFooterTemplate.styles.js +1 -1
  61. package/dist/PageTemplate/PageHeaderTemplate/PageHeaderTemplate.styles.js +3 -3
  62. package/dist/PageTemplate/PagePaneTemplate/PagePaneTemplate.styles.js +2 -2
  63. package/dist/PageTemplate/PageTemplate/PageTemplate.styles.js +3 -3
  64. package/dist/Pagination/Pagination.styles.js +5 -5
  65. package/dist/Panel/Panel.styles.js +11 -11
  66. package/dist/Pill/Pill.styles.js +3 -3
  67. package/dist/PillSelect/PillSelect.styles.js +4 -4
  68. package/dist/Popover/Popover.styles.js +2 -2
  69. package/dist/Portal/Portal.styles.js +1 -1
  70. package/dist/ProgressBar/ProgressBar.styles.js +2 -2
  71. package/dist/RadioButton/RadioButton.styles.js +3 -3
  72. package/dist/Required/Required.styles.js +3 -3
  73. package/dist/Search/Search.styles.js +5 -5
  74. package/dist/Section/Section.styles.js +7 -7
  75. package/dist/SegmentedController/SegmentedController.styles.js +4 -4
  76. package/dist/Select/Select.styles.js +7 -7
  77. package/dist/Semantic/Semantic.styles.js +9 -9
  78. package/dist/Slider/Slider.styles.js +5 -5
  79. package/dist/Spinner/Spinner.styles.js +7 -7
  80. package/dist/SplitViewCard/SplitViewCard.styles.js +8 -8
  81. package/dist/SuperSelect/SuperSelect.presets.styles.js +1 -1
  82. package/dist/SuperSelect/SuperSelect.styles.js +37 -37
  83. package/dist/Switch/Switch.styles.js +4 -4
  84. package/dist/Table/Table.styles.js +28 -28
  85. package/dist/TableShelf/TableShelf.styles.js +5 -5
  86. package/dist/Tabs/Tabs.styles.js +15 -15
  87. package/dist/Tearsheet/Tearsheet.styles.js +5 -5
  88. package/dist/TextArea/TextArea.styles.js +1 -1
  89. package/dist/Thumbnail/Thumbnail.styles.js +17 -17
  90. package/dist/ThumbnailGrid/ThumbnailGrid.styles.js +7 -7
  91. package/dist/TieredSelect/TieredSelect.styles.js +9 -9
  92. package/dist/Tile/Tile.styles.js +8 -8
  93. package/dist/Title/Title.styles.js +7 -7
  94. package/dist/Toast/Toast.styles.js +3 -3
  95. package/dist/ToggleButton/ToggleButton.styles.js +1 -1
  96. package/dist/Token/Token.styles.js +3 -3
  97. package/dist/ToolHeader/ToolHeader.styles.js +6 -6
  98. package/dist/ToolLandingPage/ToolLandingPage.styles.js +3 -3
  99. package/dist/Tooltip/Tooltip.styles.js +2 -2
  100. package/dist/Tree/Tree.styles.js +9 -9
  101. package/dist/Typeahead/Typeahead.styles.js +3 -3
  102. package/dist/Typography/Typography.styles.js +1 -1
  103. package/dist/Typography/Typography.table.story.js +2 -2
  104. package/dist/_hooks/I18n.d.ts +28 -0
  105. package/dist/_locales/de-DE.json +3 -1
  106. package/dist/_locales/en-AU.json +3 -1
  107. package/dist/_locales/en-CA.json +3 -1
  108. package/dist/_locales/en-GB.json +3 -1
  109. package/dist/_locales/es-ES.json +3 -1
  110. package/dist/_locales/es.json +3 -1
  111. package/dist/_locales/fr-CA.json +3 -1
  112. package/dist/_locales/fr-FR.json +3 -1
  113. package/dist/_locales/is-IS.json +3 -1
  114. package/dist/_locales/it-IT.json +3 -1
  115. package/dist/_locales/ja-JP.json +3 -1
  116. package/dist/_locales/pl-PL.json +3 -1
  117. package/dist/_locales/pt-BR.json +3 -1
  118. package/dist/_locales/th-TH.json +3 -1
  119. package/dist/_locales/zh-SG.json +3 -1
  120. package/dist/_locales/zh-TW.json +3 -1
  121. package/dist/_storyHelpers_/components/Deprecation.styles.js +1 -1
  122. package/dist/_storyHelpers_/components/StoryGrid.js +3 -3
  123. package/dist/_typedoc/AnchorNavigation/AnchorNavigation.types.json +3 -3
  124. package/dist/_typedoc/Avatar/Avatar.types.json +20 -20
  125. package/dist/_typedoc/AvatarStack/AvatarStack.types.json +24 -24
  126. package/dist/_typedoc/Badge/Badge.types.json +6 -6
  127. package/dist/_typedoc/Banner/Banner.types.json +13 -13
  128. package/dist/_typedoc/Box/Box.types.json +68 -68
  129. package/dist/_typedoc/Breadcrumbs/Breadcrumbs.types.json +10 -10
  130. package/dist/_typedoc/Button/Button.types.json +13 -13
  131. package/dist/_typedoc/Calendar/Calendar.types.json +80 -80
  132. package/dist/_typedoc/Card/Card.types.json +6 -6
  133. package/dist/_typedoc/Checkbox/Checkbox.types.json +8 -8
  134. package/dist/_typedoc/ContactItem/ContactItem.types.json +9 -9
  135. package/dist/_typedoc/DateInput/DateInput.types.json +35 -35
  136. package/dist/_typedoc/DateSelect/DateSelect.types.json +13 -13
  137. package/dist/_typedoc/DetailPage/DetailPage.types.json +5 -5
  138. package/dist/_typedoc/Dropdown/Dropdown.types.json +37 -37
  139. package/dist/_typedoc/DropdownFlyout/DropdownFlyout.types.json +30 -30
  140. package/dist/_typedoc/Dropzone/Dropzone.types.json +44 -44
  141. package/dist/_typedoc/EmptyState/EmptyState.types.json +16 -16
  142. package/dist/_typedoc/FileList/FileList.types.json +9 -9
  143. package/dist/_typedoc/FileSelect/FileSelect.types.json +27 -27
  144. package/dist/_typedoc/FileSelect/GridSource/GridSource.types.json +20 -20
  145. package/dist/_typedoc/FileSelect/LocalSource/LocalSource.types.json +14 -14
  146. package/dist/_typedoc/FileSelect/TreeSource/TreeSource.types.json +9 -9
  147. package/dist/_typedoc/Flex/Flex.types.json +27 -27
  148. package/dist/_typedoc/FlexList/FlexList.types.json +30 -30
  149. package/dist/_typedoc/Form/Form.types.json +754 -754
  150. package/dist/_typedoc/GhostPlaceholder/GhostPlaceholder.types.json +12 -12
  151. package/dist/_typedoc/Grid/Grid.types.json +8 -8
  152. package/dist/_typedoc/GroupSelect/GroupSelect.types.json +52 -52
  153. package/dist/_typedoc/Input/Input.types.json +2 -2
  154. package/dist/_typedoc/Link/Link.types.json +1 -1
  155. package/dist/_typedoc/ListPage/ListPage.types.json +13 -13
  156. package/dist/_typedoc/Menu/Menu.types.json +62 -62
  157. package/dist/_typedoc/MenuImperative/MenuImperative.types.json +74 -74
  158. package/dist/_typedoc/Modal/Modal.types.json +46 -46
  159. package/dist/_typedoc/MultiSelect/MultiSelect.types.json +31 -31
  160. package/dist/_typedoc/NextTile/NextTile.types.json +32 -32
  161. package/dist/_typedoc/Notation/Notation.types.json +4 -4
  162. package/dist/_typedoc/NumberInput/NumberInput.types.json +37 -37
  163. package/dist/_typedoc/OverlayTrigger/OverlayTrigger.types.json +32 -32
  164. package/dist/_typedoc/PageLayout/PageLayout.types.json +26 -26
  165. package/dist/_typedoc/Pagination/Pagination.types.json +7 -7
  166. package/dist/_typedoc/Panel/Panel.types.json +30 -30
  167. package/dist/_typedoc/Pill/Pill.types.json +2 -2
  168. package/dist/_typedoc/PillSelect/PillSelect.types.json +49 -49
  169. package/dist/_typedoc/Popover/Popover.types.json +15 -15
  170. package/dist/_typedoc/ProgressBar/ProgressBar.types.json +7 -7
  171. package/dist/_typedoc/RadioButton/RadioButton.types.json +6 -6
  172. package/dist/_typedoc/Required/Required.types.json +5 -5
  173. package/dist/_typedoc/Search/Search.types.json +18 -18
  174. package/dist/_typedoc/Section/Section.types.json +15 -15
  175. package/dist/_typedoc/SegmentedController/SegmentedController.types.json +21 -21
  176. package/dist/_typedoc/Select/Select.types.json +60 -60
  177. package/dist/_typedoc/SettingsPage/SettingsPage.types.json +10 -10
  178. package/dist/_typedoc/Slider/Slider.types.json +6 -6
  179. package/dist/_typedoc/Spinner/Spinner.types.json +9 -9
  180. package/dist/_typedoc/SplitViewCard/SplitViewCard.types.json +14 -14
  181. package/dist/_typedoc/Table/Table.types.json +101 -101
  182. package/dist/_typedoc/Tabs/Tabs.types.json +20 -20
  183. package/dist/_typedoc/Tearsheet/Tearsheet.types.json +17 -17
  184. package/dist/_typedoc/TextArea/TextArea.types.json +3 -3
  185. package/dist/_typedoc/TextEditor/TextEditorDocs.types.json +9 -9
  186. package/dist/_typedoc/TextEditor/TextEditorProvider.types.json +2 -2
  187. package/dist/_typedoc/TextEditorOutput/TextEditorOutputDocs.types.json +3 -3
  188. package/dist/_typedoc/Thumbnail/Thumbnail.types.json +19 -19
  189. package/dist/_typedoc/TieredDropdown/TieredDropdown.types.json +42 -42
  190. package/dist/_typedoc/TieredSelect/TieredSelect.types.json +28 -28
  191. package/dist/_typedoc/Tile/Tile.types.json +8 -8
  192. package/dist/_typedoc/Title/Title.types.json +1 -1
  193. package/dist/_typedoc/Toast/Toast.types.json +4 -4
  194. package/dist/_typedoc/ToggleButton/ToggleButton.types.json +4 -4
  195. package/dist/_typedoc/Token/Token.types.json +7 -7
  196. package/dist/_typedoc/ToolHeader/ToolHeader.types.json +10 -10
  197. package/dist/_typedoc/ToolLandingPage/ToolLandingPage.types.json +7 -7
  198. package/dist/_typedoc/Tooltip/Tooltip.types.json +13 -13
  199. package/dist/_typedoc/Tree/Tree.types.json +86 -86
  200. package/dist/_typedoc/Typeahead/Typeahead.types.json +2 -2
  201. package/dist/_typedoc/Typography/Typography.types.json +9 -9
  202. package/dist/_typedoc/_utils/types.json +3 -3
  203. package/package.json +3 -3
@@ -127,6 +127,7 @@ export declare const coreTranslations: {
127
127
  timeOnDate: string;
128
128
  };
129
129
  table: {
130
+ checkboxLabel: string;
130
131
  sortableColumn: string;
131
132
  };
132
133
  dataTable: {
@@ -306,6 +307,7 @@ export declare const coreTranslations: {
306
307
  search: {
307
308
  clear: string;
308
309
  goSearch: string;
310
+ label: string;
309
311
  };
310
312
  select: {
311
313
  clear: string;
@@ -883,6 +885,7 @@ export declare const coreTranslations: {
883
885
  timeOnDate: string;
884
886
  };
885
887
  table: {
888
+ checkboxLabel: string;
886
889
  sortableColumn: string;
887
890
  };
888
891
  dataTable: {
@@ -1062,6 +1065,7 @@ export declare const coreTranslations: {
1062
1065
  search: {
1063
1066
  clear: string;
1064
1067
  goSearch: string;
1068
+ label: string;
1065
1069
  };
1066
1070
  select: {
1067
1071
  clear: string;
@@ -1260,6 +1264,7 @@ export declare const coreTranslations: {
1260
1264
  timeOnDate: string;
1261
1265
  };
1262
1266
  table: {
1267
+ checkboxLabel: string;
1263
1268
  sortableColumn: string;
1264
1269
  };
1265
1270
  dataTable: {
@@ -1439,6 +1444,7 @@ export declare const coreTranslations: {
1439
1444
  search: {
1440
1445
  clear: string;
1441
1446
  goSearch: string;
1447
+ label: string;
1442
1448
  };
1443
1449
  select: {
1444
1450
  clear: string;
@@ -1637,6 +1643,7 @@ export declare const coreTranslations: {
1637
1643
  timeOnDate: string;
1638
1644
  };
1639
1645
  table: {
1646
+ checkboxLabel: string;
1640
1647
  sortableColumn: string;
1641
1648
  };
1642
1649
  dataTable: {
@@ -1816,6 +1823,7 @@ export declare const coreTranslations: {
1816
1823
  search: {
1817
1824
  clear: string;
1818
1825
  goSearch: string;
1826
+ label: string;
1819
1827
  };
1820
1828
  select: {
1821
1829
  clear: string;
@@ -2014,6 +2022,7 @@ export declare const coreTranslations: {
2014
2022
  timeOnDate: string;
2015
2023
  };
2016
2024
  table: {
2025
+ checkboxLabel: string;
2017
2026
  sortableColumn: string;
2018
2027
  };
2019
2028
  dataTable: {
@@ -2193,6 +2202,7 @@ export declare const coreTranslations: {
2193
2202
  search: {
2194
2203
  clear: string;
2195
2204
  goSearch: string;
2205
+ label: string;
2196
2206
  };
2197
2207
  select: {
2198
2208
  clear: string;
@@ -2396,6 +2406,7 @@ export declare const coreTranslations: {
2396
2406
  timeOnDate: string;
2397
2407
  };
2398
2408
  table: {
2409
+ checkboxLabel: string;
2399
2410
  sortableColumn: string;
2400
2411
  };
2401
2412
  dataTable: {
@@ -2575,6 +2586,7 @@ export declare const coreTranslations: {
2575
2586
  search: {
2576
2587
  clear: string;
2577
2588
  goSearch: string;
2589
+ label: string;
2578
2590
  };
2579
2591
  select: {
2580
2592
  clear: string;
@@ -2773,6 +2785,7 @@ export declare const coreTranslations: {
2773
2785
  timeOnDate: string;
2774
2786
  };
2775
2787
  table: {
2788
+ checkboxLabel: string;
2776
2789
  sortableColumn: string;
2777
2790
  };
2778
2791
  dataTable: {
@@ -2952,6 +2965,7 @@ export declare const coreTranslations: {
2952
2965
  search: {
2953
2966
  clear: string;
2954
2967
  goSearch: string;
2968
+ label: string;
2955
2969
  };
2956
2970
  select: {
2957
2971
  clear: string;
@@ -3150,6 +3164,7 @@ export declare const coreTranslations: {
3150
3164
  timeOnDate: string;
3151
3165
  };
3152
3166
  table: {
3167
+ checkboxLabel: string;
3153
3168
  sortableColumn: string;
3154
3169
  };
3155
3170
  dataTable: {
@@ -3329,6 +3344,7 @@ export declare const coreTranslations: {
3329
3344
  search: {
3330
3345
  clear: string;
3331
3346
  goSearch: string;
3347
+ label: string;
3332
3348
  };
3333
3349
  select: {
3334
3350
  clear: string;
@@ -3527,6 +3543,7 @@ export declare const coreTranslations: {
3527
3543
  timeOnDate: string;
3528
3544
  };
3529
3545
  table: {
3546
+ checkboxLabel: string;
3530
3547
  sortableColumn: string;
3531
3548
  };
3532
3549
  dataTable: {
@@ -3706,6 +3723,7 @@ export declare const coreTranslations: {
3706
3723
  search: {
3707
3724
  clear: string;
3708
3725
  goSearch: string;
3726
+ label: string;
3709
3727
  };
3710
3728
  select: {
3711
3729
  clear: string;
@@ -3904,6 +3922,7 @@ export declare const coreTranslations: {
3904
3922
  timeOnDate: string;
3905
3923
  };
3906
3924
  table: {
3925
+ checkboxLabel: string;
3907
3926
  sortableColumn: string;
3908
3927
  };
3909
3928
  dataTable: {
@@ -4083,6 +4102,7 @@ export declare const coreTranslations: {
4083
4102
  search: {
4084
4103
  clear: string;
4085
4104
  goSearch: string;
4105
+ label: string;
4086
4106
  };
4087
4107
  select: {
4088
4108
  clear: string;
@@ -4660,6 +4680,7 @@ export declare const coreTranslations: {
4660
4680
  timeOnDate: string;
4661
4681
  };
4662
4682
  table: {
4683
+ checkboxLabel: string;
4663
4684
  sortableColumn: string;
4664
4685
  };
4665
4686
  dataTable: {
@@ -4839,6 +4860,7 @@ export declare const coreTranslations: {
4839
4860
  search: {
4840
4861
  clear: string;
4841
4862
  goSearch: string;
4863
+ label: string;
4842
4864
  };
4843
4865
  select: {
4844
4866
  clear: string;
@@ -5046,6 +5068,7 @@ export declare const coreTranslations: {
5046
5068
  timeOnDate: string;
5047
5069
  };
5048
5070
  table: {
5071
+ checkboxLabel: string;
5049
5072
  sortableColumn: string;
5050
5073
  };
5051
5074
  dataTable: {
@@ -5225,6 +5248,7 @@ export declare const coreTranslations: {
5225
5248
  search: {
5226
5249
  clear: string;
5227
5250
  goSearch: string;
5251
+ label: string;
5228
5252
  };
5229
5253
  select: {
5230
5254
  clear: string;
@@ -5423,6 +5447,7 @@ export declare const coreTranslations: {
5423
5447
  timeOnDate: string;
5424
5448
  };
5425
5449
  table: {
5450
+ checkboxLabel: string;
5426
5451
  sortableColumn: string;
5427
5452
  };
5428
5453
  dataTable: {
@@ -5602,6 +5627,7 @@ export declare const coreTranslations: {
5602
5627
  search: {
5603
5628
  clear: string;
5604
5629
  goSearch: string;
5630
+ label: string;
5605
5631
  };
5606
5632
  select: {
5607
5633
  clear: string;
@@ -5800,6 +5826,7 @@ export declare const coreTranslations: {
5800
5826
  timeOnDate: string;
5801
5827
  };
5802
5828
  table: {
5829
+ checkboxLabel: string;
5803
5830
  sortableColumn: string;
5804
5831
  };
5805
5832
  dataTable: {
@@ -5979,6 +6006,7 @@ export declare const coreTranslations: {
5979
6006
  search: {
5980
6007
  clear: string;
5981
6008
  goSearch: string;
6009
+ label: string;
5982
6010
  };
5983
6011
  select: {
5984
6012
  clear: string;
@@ -114,6 +114,7 @@
114
114
  "timeOnDate" : "{{time}} am {{date}}"
115
115
  },
116
116
  "table" : {
117
+ "checkboxLabel" : "Zeile auswählen",
117
118
  "sortableColumn" : "Sortierbare Spalte"
118
119
  },
119
120
  "dataTable" : {
@@ -292,7 +293,8 @@
292
293
  },
293
294
  "search" : {
294
295
  "clear" : "Text löschen",
295
- "goSearch" : "Zu den Suchergebnissen gehen"
296
+ "goSearch" : "Zu den Suchergebnissen gehen",
297
+ "label" : "Suchen"
296
298
  },
297
299
  "select" : {
298
300
  "clear" : "Feld löschen",
@@ -114,6 +114,7 @@
114
114
  "timeOnDate" : "{{time}} on {{date}}"
115
115
  },
116
116
  "table" : {
117
+ "checkboxLabel" : "Select row",
117
118
  "sortableColumn" : "Sortable column"
118
119
  },
119
120
  "dataTable" : {
@@ -292,7 +293,8 @@
292
293
  },
293
294
  "search" : {
294
295
  "clear" : "Clear text",
295
- "goSearch" : "Go to search results"
296
+ "goSearch" : "Go to search results",
297
+ "label" : "Search"
296
298
  },
297
299
  "select" : {
298
300
  "clear" : "Delete field",
@@ -114,6 +114,7 @@
114
114
  "timeOnDate" : "{{time}} on {{date}}"
115
115
  },
116
116
  "table" : {
117
+ "checkboxLabel" : "Select row",
117
118
  "sortableColumn" : "Sortable column"
118
119
  },
119
120
  "dataTable" : {
@@ -292,7 +293,8 @@
292
293
  },
293
294
  "search" : {
294
295
  "clear" : "Clear text",
295
- "goSearch" : "Go to search results"
296
+ "goSearch" : "Go to search results",
297
+ "label" : "Search"
296
298
  },
297
299
  "select" : {
298
300
  "clear" : "Delete field",
@@ -114,6 +114,7 @@
114
114
  "timeOnDate" : "{{time}} on {{date}}"
115
115
  },
116
116
  "table" : {
117
+ "checkboxLabel" : "Select row",
117
118
  "sortableColumn" : "Sortable column"
118
119
  },
119
120
  "dataTable" : {
@@ -292,7 +293,8 @@
292
293
  },
293
294
  "search" : {
294
295
  "clear" : "Clear text",
295
- "goSearch" : "Go to search results"
296
+ "goSearch" : "Go to search results",
297
+ "label" : "Search"
296
298
  },
297
299
  "select" : {
298
300
  "clear" : "Delete field",
@@ -114,6 +114,7 @@
114
114
  "timeOnDate" : "{{time}} el {{date}}"
115
115
  },
116
116
  "table" : {
117
+ "checkboxLabel" : "Seleccionar fila",
117
118
  "sortableColumn" : "Columna clasificable"
118
119
  },
119
120
  "dataTable" : {
@@ -292,7 +293,8 @@
292
293
  },
293
294
  "search" : {
294
295
  "clear" : "Borrar texto",
295
- "goSearch" : "Ir a los resultados de búsqueda"
296
+ "goSearch" : "Ir a los resultados de búsqueda",
297
+ "label" : "Buscar"
296
298
  },
297
299
  "select" : {
298
300
  "clear" : "Eliminar campo",
@@ -114,6 +114,7 @@
114
114
  "timeOnDate" : "{{time}} el {{date}}"
115
115
  },
116
116
  "table" : {
117
+ "checkboxLabel" : "Seleccionar fila",
117
118
  "sortableColumn" : "Columna clasificable"
118
119
  },
119
120
  "dataTable" : {
@@ -292,7 +293,8 @@
292
293
  },
293
294
  "search" : {
294
295
  "clear" : "Borrar texto",
295
- "goSearch" : "Ir a los resultados de búsqueda"
296
+ "goSearch" : "Ir a los resultados de búsqueda",
297
+ "label" : "Buscar"
296
298
  },
297
299
  "select" : {
298
300
  "clear" : "Eliminar campo",
@@ -114,6 +114,7 @@
114
114
  "timeOnDate" : "{{time}} le {{date}}"
115
115
  },
116
116
  "table" : {
117
+ "checkboxLabel" : "Sélectionner une ligne",
117
118
  "sortableColumn" : "Colonne triable"
118
119
  },
119
120
  "dataTable" : {
@@ -292,7 +293,8 @@
292
293
  },
293
294
  "search" : {
294
295
  "clear" : "Effacer le texte",
295
- "goSearch" : "Aller aux résultats de la recherche"
296
+ "goSearch" : "Aller aux résultats de la recherche",
297
+ "label" : "Rechercher"
296
298
  },
297
299
  "select" : {
298
300
  "clear" : "Supprimer le champ",
@@ -114,6 +114,7 @@
114
114
  "timeOnDate" : "À {{time}} le {{date}}"
115
115
  },
116
116
  "table" : {
117
+ "checkboxLabel" : "Sélectionner une ligne",
117
118
  "sortableColumn" : "Colonne triable"
118
119
  },
119
120
  "dataTable" : {
@@ -292,7 +293,8 @@
292
293
  },
293
294
  "search" : {
294
295
  "clear" : "Effacer le texte",
295
- "goSearch" : "Aller aux résultats de la recherche"
296
+ "goSearch" : "Aller aux résultats de la recherche",
297
+ "label" : "Rechercher"
296
298
  },
297
299
  "select" : {
298
300
  "clear" : "Supprimer le champ",
@@ -114,6 +114,7 @@
114
114
  "timeOnDate" : "{{time}} á {{date}}"
115
115
  },
116
116
  "table" : {
117
+ "checkboxLabel" : "Veldu Röð",
117
118
  "sortableColumn" : "Raðanlegur dálkur"
118
119
  },
119
120
  "dataTable" : {
@@ -292,7 +293,8 @@
292
293
  },
293
294
  "search" : {
294
295
  "clear" : "Skýr texti",
295
- "goSearch" : "Farðu í leitarniðurstöður"
296
+ "goSearch" : "Farðu í leitarniðurstöður",
297
+ "label" : "Leitaðu"
296
298
  },
297
299
  "select" : {
298
300
  "clear" : "Eyða reit",
@@ -114,6 +114,7 @@
114
114
  "timeOnDate" : "{{time}}, data: {{date}}"
115
115
  },
116
116
  "table" : {
117
+ "checkboxLabel" : "Seleziona riga",
117
118
  "sortableColumn" : "Colonna ordinabile"
118
119
  },
119
120
  "dataTable" : {
@@ -292,7 +293,8 @@
292
293
  },
293
294
  "search" : {
294
295
  "clear" : "Elimina testo",
295
- "goSearch" : "Vai ai risultati della ricerca"
296
+ "goSearch" : "Vai ai risultati della ricerca",
297
+ "label" : "Cerca"
296
298
  },
297
299
  "select" : {
298
300
  "clear" : "Elimina campo",
@@ -114,6 +114,7 @@
114
114
  "timeOnDate" : "{{date}} {{time}}"
115
115
  },
116
116
  "table" : {
117
+ "checkboxLabel" : "行を選択",
117
118
  "sortableColumn" : "並べ替え可能な列"
118
119
  },
119
120
  "dataTable" : {
@@ -292,7 +293,8 @@
292
293
  },
293
294
  "search" : {
294
295
  "clear" : "テキストを消去",
295
- "goSearch" : "検索結果へ移動する"
296
+ "goSearch" : "検索結果へ移動する",
297
+ "label" : "検索"
296
298
  },
297
299
  "select" : {
298
300
  "clear" : "フィールドを削除する",
@@ -114,6 +114,7 @@
114
114
  "timeOnDate" : "{{time}} w {{date}}"
115
115
  },
116
116
  "table" : {
117
+ "checkboxLabel" : "Wybierz wiersz",
117
118
  "sortableColumn" : "Kolumna z możliwością sortowania"
118
119
  },
119
120
  "dataTable" : {
@@ -292,7 +293,8 @@
292
293
  },
293
294
  "search" : {
294
295
  "clear" : "Usuń tekst",
295
- "goSearch" : "Przejdź do wyników wyszukiwania"
296
+ "goSearch" : "Przejdź do wyników wyszukiwania",
297
+ "label" : "Szukaj"
296
298
  },
297
299
  "select" : {
298
300
  "clear" : "Usuń pole",
@@ -114,6 +114,7 @@
114
114
  "timeOnDate" : "{{time}}, em {{date}}"
115
115
  },
116
116
  "table" : {
117
+ "checkboxLabel" : "Selecionar linha",
117
118
  "sortableColumn" : "Coluna ordenável"
118
119
  },
119
120
  "dataTable" : {
@@ -292,7 +293,8 @@
292
293
  },
293
294
  "search" : {
294
295
  "clear" : "Texto claro",
295
- "goSearch" : "Ir para os resultados da pesquisa"
296
+ "goSearch" : "Ir para os resultados da pesquisa",
297
+ "label" : "Pesquisar"
296
298
  },
297
299
  "select" : {
298
300
  "clear" : "Excluir campo",
@@ -114,6 +114,7 @@
114
114
  "timeOnDate" : "{{time}} เมื่อ {{date}}"
115
115
  },
116
116
  "table" : {
117
+ "checkboxLabel" : "เลือกแถว",
117
118
  "sortableColumn" : "คอลัมน์ที่จัดเรียงได้"
118
119
  },
119
120
  "dataTable" : {
@@ -292,7 +293,8 @@
292
293
  },
293
294
  "search" : {
294
295
  "clear" : "ล้างข้อความ",
295
- "goSearch" : "ไปที่ผลการค้นหา"
296
+ "goSearch" : "ไปที่ผลการค้นหา",
297
+ "label" : "ค้นหา"
296
298
  },
297
299
  "select" : {
298
300
  "clear" : "ลบฟิลด์",
@@ -114,6 +114,7 @@
114
114
  "timeOnDate" : "时间:{{time}},日期:{{date}}"
115
115
  },
116
116
  "table" : {
117
+ "checkboxLabel" : "选择行",
117
118
  "sortableColumn" : "可排序列"
118
119
  },
119
120
  "dataTable" : {
@@ -292,7 +293,8 @@
292
293
  },
293
294
  "search" : {
294
295
  "clear" : "清除文字",
295
- "goSearch" : "转到搜索结果"
296
+ "goSearch" : "转到搜索结果",
297
+ "label" : "搜索"
296
298
  },
297
299
  "select" : {
298
300
  "clear" : "删除字段",
@@ -114,6 +114,7 @@
114
114
  "timeOnDate" : "{{time}} on {{date}}"
115
115
  },
116
116
  "table" : {
117
+ "checkboxLabel" : "選擇行",
117
118
  "sortableColumn" : "Sortable column"
118
119
  },
119
120
  "dataTable" : {
@@ -292,7 +293,8 @@
292
293
  },
293
294
  "search" : {
294
295
  "clear" : "Clear text",
295
- "goSearch" : "Go to search results"
296
+ "goSearch" : "Go to search results",
297
+ "label" : "搜尋"
296
298
  },
297
299
  "select" : {
298
300
  "clear" : "Delete field",
@@ -2,6 +2,6 @@ import styled from 'styled-components';
2
2
  import { Typography } from '../../Typography';
3
3
  export var StyledDeprecation = /*#__PURE__*/styled(Typography).withConfig({
4
4
  displayName: "StyledDeprecation",
5
- componentId: "core-12_26_3__sc-ojy3xo-0"
5
+ componentId: "core-12_26_4__sc-ojy3xo-0"
6
6
  })(["display:block;margin-bottom:16px;"]);
7
7
  //# sourceMappingURL=Deprecation.styles.js.map
@@ -6,11 +6,11 @@ import styled from 'styled-components';
6
6
  import { colors } from '../../_styles/colors';
7
7
  var StyledCell = /*#__PURE__*/styled.div.withConfig({
8
8
  displayName: "StyledCell",
9
- componentId: "core-12_26_3__sc-7owp8g-0"
9
+ componentId: "core-12_26_4__sc-7owp8g-0"
10
10
  })(["display:flex;align-items:center;justify-content:center;padding:0 48px;border-bottom:1px dashed ", ";border-right:1px dashed ", ";"], colors.gray90, colors.gray90);
11
11
  var StyledGrid = /*#__PURE__*/styled.div.withConfig({
12
12
  displayName: "StyledGrid",
13
- componentId: "core-12_26_3__sc-7owp8g-1"
13
+ componentId: "core-12_26_4__sc-7owp8g-1"
14
14
  })(["align-items:center;justify-content:center;display:grid;gap:0;border-top:1px dashed ", ";border-left:1px dashed ", ";grid-template-columns:repeat( ", ",minmax(0,1fr) );height:100%;width:100%;", "{min-height:", "px;overflow:hidden;}"], colors.gray90, colors.gray90, function (_ref) {
15
15
  var _ref$$columns = _ref.$columns,
16
16
  $columns = _ref$$columns === void 0 ? 1 : _ref$$columns;
@@ -21,7 +21,7 @@ var StyledGrid = /*#__PURE__*/styled.div.withConfig({
21
21
  });
22
22
  var StyledGridContainer = /*#__PURE__*/styled.div.withConfig({
23
23
  displayName: "StyledGridContainer",
24
- componentId: "core-12_26_3__sc-7owp8g-2"
24
+ componentId: "core-12_26_4__sc-7owp8g-2"
25
25
  })(["height:100%;padding:24px;width:100%;"]);
26
26
  export var StoryGrid = function StoryGrid(_ref3) {
27
27
  var children = _ref3.children,
@@ -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/d74bd15/packages/core-react/src/AnchorNavigation/AnchorNavigation.types.tsx#L15"
13
+ "sourceUrl": "https://github.com/procore/core/blob/515b4d6/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/d74bd15/packages/core-react/src/AnchorNavigation/AnchorNavigation.types.tsx#L20"
23
+ "sourceUrl": "https://github.com/procore/core/blob/515b4d6/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/d74bd15/packages/core-react/src/AnchorNavigation/AnchorNavigation.types.tsx#L25"
33
+ "sourceUrl": "https://github.com/procore/core/blob/515b4d6/packages/core-react/src/AnchorNavigation/AnchorNavigation.types.tsx#L25"
34
34
  }
35
35
  ],
36
36
  "description": ""