@procore/core-react 11.10.1-rc.1 → 11.11.0-rc.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 (99) hide show
  1. package/dist/Form/Form.js +4 -0
  2. package/dist/Form/Form.js.map +1 -1
  3. package/dist/Form/Form.types.d.ts +2 -2
  4. package/dist/Form/closeWithConfirm.d.ts +10 -0
  5. package/dist/Form/closeWithConfirm.js +37 -0
  6. package/dist/Form/closeWithConfirm.js.map +1 -0
  7. package/dist/Form/stories/util.d.ts +5 -0
  8. package/dist/Form/stories/util.js +29 -1
  9. package/dist/Form/stories/util.js.map +1 -1
  10. package/dist/Modal/Modal.js +9 -4
  11. package/dist/Modal/Modal.js.map +1 -1
  12. package/dist/Tearsheet/Tearsheet.js +11 -3
  13. package/dist/Tearsheet/Tearsheet.js.map +1 -1
  14. package/dist/TextEditor/TextEditor.d.ts +2 -1
  15. package/dist/TextEditor/TextEditor.js +34 -2
  16. package/dist/TextEditor/TextEditor.js.map +1 -1
  17. package/dist/TextEditor/TextEditor.types.d.ts +21 -0
  18. package/dist/TextEditor/index.d.ts +2 -2
  19. package/dist/TextEditor/index.js +1 -1
  20. package/dist/TextEditor/index.js.map +1 -1
  21. package/dist/_hooks/I18n.d.ts +3 -0
  22. package/dist/_locales/en.json +3 -0
  23. package/dist/_typedoc/Avatar/Avatar.types.json +20 -20
  24. package/dist/_typedoc/AvatarStack/AvatarStack.types.json +22 -22
  25. package/dist/_typedoc/Badge/Badge.types.json +6 -6
  26. package/dist/_typedoc/Banner/Banner.types.json +13 -13
  27. package/dist/_typedoc/Box/Box.types.json +68 -68
  28. package/dist/_typedoc/Breadcrumbs/Breadcrumbs.types.json +10 -10
  29. package/dist/_typedoc/Button/Button.types.json +11 -11
  30. package/dist/_typedoc/Calendar/Calendar.types.json +80 -80
  31. package/dist/_typedoc/Card/Card.types.json +6 -6
  32. package/dist/_typedoc/Checkbox/Checkbox.types.json +7 -7
  33. package/dist/_typedoc/ContactItem/ContactItem.types.json +9 -9
  34. package/dist/_typedoc/DateInput/DateInput.types.json +35 -35
  35. package/dist/_typedoc/DateSelect/DateSelect.types.json +13 -13
  36. package/dist/_typedoc/DetailPage/DetailPage.types.json +4 -4
  37. package/dist/_typedoc/Dropdown/Dropdown.types.json +37 -37
  38. package/dist/_typedoc/DropdownFlyout/DropdownFlyout.types.json +29 -29
  39. package/dist/_typedoc/Dropzone/Dropzone.types.json +41 -41
  40. package/dist/_typedoc/EmptyState/EmptyState.types.json +14 -14
  41. package/dist/_typedoc/FileList/FileList.types.json +9 -9
  42. package/dist/_typedoc/FileSelect/FileSelect.types.json +26 -26
  43. package/dist/_typedoc/FileSelect/GridSource/GridSource.types.json +20 -20
  44. package/dist/_typedoc/FileSelect/LocalSource/LocalSource.types.json +14 -14
  45. package/dist/_typedoc/FileSelect/TreeSource/TreeSource.types.json +9 -9
  46. package/dist/_typedoc/Flex/Flex.types.json +27 -27
  47. package/dist/_typedoc/FlexList/FlexList.types.json +30 -30
  48. package/dist/_typedoc/Form/Form.types.json +704 -704
  49. package/dist/_typedoc/Grid/Grid.types.json +8 -8
  50. package/dist/_typedoc/GroupSelect/GroupSelect.types.json +52 -52
  51. package/dist/_typedoc/Input/Input.types.json +2 -2
  52. package/dist/_typedoc/Link/Link.types.json +4 -4
  53. package/dist/_typedoc/ListPage/ListPage.types.json +13 -13
  54. package/dist/_typedoc/Menu/Menu.types.json +62 -62
  55. package/dist/_typedoc/MenuImperative/MenuImperative.types.json +71 -71
  56. package/dist/_typedoc/Modal/Modal.types.json +28 -28
  57. package/dist/_typedoc/MultiSelect/MultiSelect.types.json +31 -31
  58. package/dist/_typedoc/Notation/Notation.types.json +4 -4
  59. package/dist/_typedoc/NumberInput/NumberInput.types.json +38 -38
  60. package/dist/_typedoc/OverlayTrigger/OverlayTrigger.types.json +26 -26
  61. package/dist/_typedoc/PageLayout/PageLayout.types.json +22 -22
  62. package/dist/_typedoc/Pagination/Pagination.types.json +7 -7
  63. package/dist/_typedoc/Panel/Panel.types.json +27 -27
  64. package/dist/_typedoc/Pill/Pill.types.json +1 -1
  65. package/dist/_typedoc/PillSelect/PillSelect.types.json +46 -46
  66. package/dist/_typedoc/Popover/Popover.types.json +10 -10
  67. package/dist/_typedoc/ProgressBar/ProgressBar.types.json +6 -6
  68. package/dist/_typedoc/RadioButton/RadioButton.types.json +6 -6
  69. package/dist/_typedoc/Required/Required.types.json +5 -5
  70. package/dist/_typedoc/Search/Search.types.json +18 -18
  71. package/dist/_typedoc/Section/Section.types.json +14 -14
  72. package/dist/_typedoc/SegmentedController/SegmentedController.types.json +20 -20
  73. package/dist/_typedoc/Select/Select.types.json +32 -32
  74. package/dist/_typedoc/Slider/Slider.types.json +6 -6
  75. package/dist/_typedoc/Spinner/Spinner.types.json +9 -9
  76. package/dist/_typedoc/Switch/Switch.types.json +3 -3
  77. package/dist/_typedoc/Table/Table.types.json +94 -94
  78. package/dist/_typedoc/Tabs/Tabs.types.json +17 -17
  79. package/dist/_typedoc/Tearsheet/Tearsheet.types.json +10 -10
  80. package/dist/_typedoc/TextArea/TextArea.types.json +3 -3
  81. package/dist/_typedoc/TextEditor/TextEditor.types.json +35 -9
  82. package/dist/_typedoc/TextEditorOutput/TextEditorOutput.types.json +3 -3
  83. package/dist/_typedoc/Thumbnail/Thumbnail.types.json +19 -19
  84. package/dist/_typedoc/TieredDropdown/TieredDropdown.types.json +42 -42
  85. package/dist/_typedoc/TieredSelect/TieredSelect.types.json +28 -28
  86. package/dist/_typedoc/Tile/Tile.types.json +30 -30
  87. package/dist/_typedoc/Toast/Toast.types.json +4 -4
  88. package/dist/_typedoc/ToggleButton/ToggleButton.types.json +3 -3
  89. package/dist/_typedoc/Token/Token.types.json +4 -4
  90. package/dist/_typedoc/ToolHeader/ToolHeader.types.json +10 -10
  91. package/dist/_typedoc/Tooltip/Tooltip.types.json +13 -13
  92. package/dist/_typedoc/Tree/Tree.types.json +86 -86
  93. package/dist/_typedoc/Typeahead/Typeahead.types.json +2 -2
  94. package/dist/_typedoc/Typography/Typography.types.json +8 -8
  95. package/dist/_typedoc/_utils/types.json +3 -3
  96. package/dist/_utils/TinyMCE.d.ts +11 -1
  97. package/dist/_utils/TinyMCE.js +14 -3
  98. package/dist/_utils/TinyMCE.js.map +1 -1
  99. package/package.json +2 -2

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.