@procore/core-react 10.20.0-rc.73 → 10.20.0-rc.78

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 (81) hide show
  1. package/dist/esm/components/Avatar/Avatar.types.d.ts +2 -2
  2. package/dist/esm/components/Banner/Banner.types.d.ts +1 -1
  3. package/dist/esm/components/TextEditor/TextEditor.d.ts +1 -1
  4. package/dist/esm/components/TextEditor/TextEditor.js +1 -1
  5. package/dist/esm/layouts/LegacyDetailPage/LegacyDetailPage.d.ts +42 -0
  6. package/dist/esm/layouts/LegacyDetailPage/LegacyDetailPage.js +45 -0
  7. package/dist/esm/layouts/LegacyDetailPage/LegacyDetailPage.js.map +1 -1
  8. package/dist/props/Avatar.json +1 -1
  9. package/dist/props/Banner.json +1 -1
  10. package/dist/props/Card.json +1 -1
  11. package/dist/props/Dropdown.json +1 -1
  12. package/dist/props/Form.json +1 -1
  13. package/dist/props/GridSource.json +1 -1
  14. package/dist/props/Input.json +1 -1
  15. package/dist/props/ListPage.json +1 -1
  16. package/dist/props/Menu.json +1 -1
  17. package/dist/props/Pagination.json +1 -1
  18. package/dist/props/Search.json +1 -1
  19. package/dist/props/SegmentedController.json +1 -1
  20. package/dist/props/Spinner.json +1 -1
  21. package/dist/props/Table.json +1 -1
  22. package/dist/props/Tabs.json +1 -1
  23. package/dist/props/TextArea.json +1 -1
  24. package/dist/props/TextEditor.json +1 -1
  25. package/dist/props/Token.json +1 -1
  26. package/dist/props/ToolHeader.json +1 -1
  27. package/dist/props/TreeSource.json +1 -1
  28. package/dist/props/allProps.json +3 -3
  29. package/package.json +7 -7
  30. package/storybook-static/0.908f4b9f.iframe.bundle.js +3 -0
  31. package/storybook-static/{4.6491b5f4.iframe.bundle.js.LICENSE.txt → 0.908f4b9f.iframe.bundle.js.LICENSE.txt} +0 -0
  32. package/storybook-static/0.908f4b9f.iframe.bundle.js.map +1 -0
  33. package/storybook-static/0.f317b2b1aa22ca35d526.manager.bundle.js +1 -0
  34. package/storybook-static/1.03c14768.iframe.bundle.js +1 -0
  35. package/storybook-static/2.c72159e3.iframe.bundle.js +1 -0
  36. package/storybook-static/4.c2d719b9516b3e7b9270.manager.bundle.js +2 -0
  37. package/storybook-static/{4.dba45d0ec467a07ec391.manager.bundle.js.LICENSE.txt → 4.c2d719b9516b3e7b9270.manager.bundle.js.LICENSE.txt} +0 -0
  38. package/storybook-static/5.3dc4ee7e2812b52f7b3b.manager.bundle.js +1 -0
  39. package/storybook-static/6.20114a54.iframe.bundle.js +1 -0
  40. package/storybook-static/{6.d3c92fcde841babec94b.manager.bundle.js → 6.c36979cf45b19f90ac82.manager.bundle.js} +2 -2
  41. package/storybook-static/{6.5a91849d.iframe.bundle.js.LICENSE.txt → 6.c36979cf45b19f90ac82.manager.bundle.js.LICENSE.txt} +0 -0
  42. package/storybook-static/{7.d4fae2502add4edac9c0.manager.bundle.js → 7.17b3d57a0c53a98555b6.manager.bundle.js} +1 -1
  43. package/storybook-static/7.8214fc76.iframe.bundle.js +3 -0
  44. package/storybook-static/{6.d3c92fcde841babec94b.manager.bundle.js.LICENSE.txt → 7.8214fc76.iframe.bundle.js.LICENSE.txt} +0 -0
  45. package/storybook-static/7.8214fc76.iframe.bundle.js.map +1 -0
  46. package/storybook-static/{8.7605581e3a5a6b73695e.manager.bundle.js → 8.0d3a51cc94a99c8fb018.manager.bundle.js} +1 -1
  47. package/storybook-static/8.31bbc211.iframe.bundle.js +1 -0
  48. package/storybook-static/iframe.html +223 -13
  49. package/storybook-static/index.html +17 -13
  50. package/storybook-static/main.1bec0bd6a3b35e087442.manager.bundle.js +1 -0
  51. package/storybook-static/main.923fa96f.iframe.bundle.js +1 -0
  52. package/storybook-static/runtime~main.06b0e942.iframe.bundle.js +1 -0
  53. package/storybook-static/{runtime~main.32eb6a7b06c6555f4158.manager.bundle.js → runtime~main.db01be243cf7788d54a6.manager.bundle.js} +1 -1
  54. package/storybook-static/vendors~main.244af15edeb1139c0c43.manager.bundle.js +2 -0
  55. package/storybook-static/{vendors~main.e7eaf8e22c8fa908767a.manager.bundle.js.LICENSE.txt → vendors~main.244af15edeb1139c0c43.manager.bundle.js.LICENSE.txt} +22 -0
  56. package/storybook-static/vendors~main.b95daf77.iframe.bundle.js +3 -0
  57. package/storybook-static/{vendors~main.ab534357.iframe.bundle.js.LICENSE.txt → vendors~main.b95daf77.iframe.bundle.js.LICENSE.txt} +0 -0
  58. package/storybook-static/vendors~main.b95daf77.iframe.bundle.js.map +1 -0
  59. package/typedoc.js +10 -0
  60. package/dist/esm/components/Header.d.ts +0 -20
  61. package/dist/esm/components/Header.js +0 -56
  62. package/dist/esm/components/Header.js.map +0 -1
  63. package/dist/esm/layouts/WXPDetailPage.d.ts +0 -47
  64. package/dist/esm/layouts/WXPDetailPage.js +0 -217
  65. package/dist/esm/layouts/WXPDetailPage.js.map +0 -1
  66. package/storybook-static/0.644ebad2.iframe.bundle.js +0 -1
  67. package/storybook-static/0.af45bde5577658633a6d.manager.bundle.js +0 -1
  68. package/storybook-static/4.6491b5f4.iframe.bundle.js +0 -3
  69. package/storybook-static/4.6491b5f4.iframe.bundle.js.map +0 -1
  70. package/storybook-static/4.dba45d0ec467a07ec391.manager.bundle.js +0 -2
  71. package/storybook-static/5.2214486c3e7d9232af22.manager.bundle.js +0 -1
  72. package/storybook-static/5.4e8baaf8.iframe.bundle.js +0 -1
  73. package/storybook-static/6.5a91849d.iframe.bundle.js +0 -3
  74. package/storybook-static/6.5a91849d.iframe.bundle.js.map +0 -1
  75. package/storybook-static/7.e0c7b743.iframe.bundle.js +0 -1
  76. package/storybook-static/main.59eab8f1b254aadacda2.manager.bundle.js +0 -1
  77. package/storybook-static/main.e7adb15f.iframe.bundle.js +0 -1
  78. package/storybook-static/runtime~main.b2dd57a7.iframe.bundle.js +0 -1
  79. package/storybook-static/vendors~main.ab534357.iframe.bundle.js +0 -3
  80. package/storybook-static/vendors~main.ab534357.iframe.bundle.js.map +0 -1
  81. package/storybook-static/vendors~main.e7eaf8e22c8fa908767a.manager.bundle.js +0 -2
@@ -42,6 +42,28 @@ object-assign
42
42
  * Released under the MIT License.
43
43
  */
44
44
 
45
+ /**
46
+ * React Router DOM v6.0.2
47
+ *
48
+ * Copyright (c) Remix Software Inc.
49
+ *
50
+ * This source code is licensed under the MIT license found in the
51
+ * LICENSE.md file in the root directory of this source tree.
52
+ *
53
+ * @license MIT
54
+ */
55
+
56
+ /**
57
+ * React Router v6.0.2
58
+ *
59
+ * Copyright (c) Remix Software Inc.
60
+ *
61
+ * This source code is licensed under the MIT license found in the
62
+ * LICENSE.md file in the root directory of this source tree.
63
+ *
64
+ * @license MIT
65
+ */
66
+
45
67
  /** @license React v0.20.2
46
68
  * scheduler.production.min.js
47
69
  *