@procore/core-react 10.20.1-rc.6 → 10.21.0-rc.27

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 (139) hide show
  1. package/dist/esm/components/DateInput/DateInput.js +19 -4
  2. package/dist/esm/components/DateInput/DateInput.js.map +1 -1
  3. package/dist/esm/components/Pill/Pill.styles.js +10 -6
  4. package/dist/esm/components/Pill/Pill.styles.js.map +1 -1
  5. package/dist/esm/components/Pill/Pill.types.d.ts +1 -1
  6. package/dist/esm/components/Tabs/Tabs.js +48 -34
  7. package/dist/esm/components/Tabs/Tabs.js.map +1 -1
  8. package/dist/esm/components/Tabs/Tabs.types.d.ts +5 -1
  9. package/dist/esm/components/Tabs/Tabs.types.js.map +1 -1
  10. package/dist/esm/components/TextEditor/TextEditor.js +2 -2
  11. package/dist/esm/components/TextEditor/TextEditor.js.map +1 -1
  12. package/dist/esm/components/Tree/Tree.js +5 -3
  13. package/dist/esm/components/Tree/Tree.js.map +1 -1
  14. package/dist/esm/styles/colors.d.ts +1 -1
  15. package/dist/esm/styles/colors.js +1 -1
  16. package/dist/esm/styles/colors.js.map +1 -1
  17. package/dist/esm/utils/TinyMCE.d.ts +1 -0
  18. package/dist/esm/utils/TinyMCE.js +1 -1
  19. package/dist/esm/utils/TinyMCE.js.map +1 -1
  20. package/dist/props/Tabs.json +1 -1
  21. package/dist/props/allProps.json +7449 -7368
  22. package/dist/typedoc/components/Avatar/Avatar.types.json +17 -17
  23. package/dist/typedoc/components/AvatarStack/AvatarStack.types.json +20 -20
  24. package/dist/typedoc/components/Badge/Badge.types.json +6 -6
  25. package/dist/typedoc/components/Banner/Banner.types.json +12 -12
  26. package/dist/typedoc/components/Breadcrumbs/Breadcrumbs.types.json +7 -7
  27. package/dist/typedoc/components/Button/Button.types.json +11 -11
  28. package/dist/typedoc/components/Calendar/Calendar.types.json +79 -79
  29. package/dist/typedoc/components/Card/Card.types.json +6 -6
  30. package/dist/typedoc/components/Checkbox/Checkbox.types.json +7 -7
  31. package/dist/typedoc/components/ContactItem/ContactItem.types.json +9 -9
  32. package/dist/typedoc/components/DateInput/DateInput.types.json +35 -35
  33. package/dist/typedoc/components/DateSelect/DateSelect.types.json +13 -13
  34. package/dist/typedoc/components/Dropdown/Dropdown.types.json +34 -34
  35. package/dist/typedoc/components/DropdownFlyout/DropdownFlyout.types.json +32 -32
  36. package/dist/typedoc/components/Dropzone/Dropzone.types.json +41 -41
  37. package/dist/typedoc/components/EmptyState/EmptyState.types.json +14 -14
  38. package/dist/typedoc/components/FileList/FileList.types.json +3 -3
  39. package/dist/typedoc/components/FileSelect/FileSelect.types.json +25 -25
  40. package/dist/typedoc/components/FileSelect/GridSource/GridSource.types.json +20 -20
  41. package/dist/typedoc/components/FileSelect/LocalSource/LocalSource.types.json +14 -14
  42. package/dist/typedoc/components/FileSelect/TreeSource/TreeSource.types.json +9 -9
  43. package/dist/typedoc/components/Font/Font.types.json +7 -7
  44. package/dist/typedoc/components/Form/Form.types.json +664 -664
  45. package/dist/typedoc/components/GroupSelect/GroupSelect.types.json +50 -50
  46. package/dist/typedoc/components/Icon/Icon.types.json +10 -10
  47. package/dist/typedoc/components/Input/Input.types.json +2 -2
  48. package/dist/typedoc/components/Link/Link.types.json +4 -4
  49. package/dist/typedoc/components/Menu/Menu.types.json +67 -67
  50. package/dist/typedoc/components/MenuImperative/MenuImperative.types.json +67 -67
  51. package/dist/typedoc/components/Modal/Modal.types.json +27 -27
  52. package/dist/typedoc/components/MultiSelect/MultiSelect.types.json +29 -29
  53. package/dist/typedoc/components/Notation/Notation.types.json +4 -4
  54. package/dist/typedoc/components/NumberInput/NumberInput.types.json +25 -25
  55. package/dist/typedoc/components/OverlayTrigger/OverlayTrigger.json +18 -18
  56. package/dist/typedoc/components/Pagination/Pagination.types.json +8 -8
  57. package/dist/typedoc/components/Panel/Panel.types.json +17 -17
  58. package/dist/typedoc/components/Pill/Pill.types.json +2 -2
  59. package/dist/typedoc/components/PillSelect/PillSelect.types.json +48 -48
  60. package/dist/typedoc/components/Popover/Popover.types.json +9 -9
  61. package/dist/typedoc/components/ProgressBar/ProgressBar.types.json +5 -5
  62. package/dist/typedoc/components/RadioButton/RadioButton.types.json +6 -6
  63. package/dist/typedoc/components/Required/Required.types.json +5 -5
  64. package/dist/typedoc/components/Search/Search.types.json +21 -21
  65. package/dist/typedoc/components/SegmentedController/SegmentedController.types.json +20 -20
  66. package/dist/typedoc/components/Select/Select.types.json +31 -31
  67. package/dist/typedoc/components/Slider/Slider.types.json +6 -6
  68. package/dist/typedoc/components/Spinner/Spinner.types.json +8 -8
  69. package/dist/typedoc/components/Switch/Switch.types.json +3 -3
  70. package/dist/typedoc/components/Table/Table.types.json +94 -94
  71. package/dist/typedoc/components/Tabs/Tabs.types.json +33 -23
  72. package/dist/typedoc/components/TextArea/TextArea.types.json +3 -3
  73. package/dist/typedoc/components/TextEditor/TextEditor.types.json +7 -7
  74. package/dist/typedoc/components/Thumbnail/Thumbnail.types.json +12 -12
  75. package/dist/typedoc/components/TieredDropdown/TieredDropdown.types.json +41 -41
  76. package/dist/typedoc/components/TieredSelect/TieredSelect.types.json +27 -27
  77. package/dist/typedoc/components/Tile/Tile.types.json +30 -30
  78. package/dist/typedoc/components/Toast/Toast.types.json +4 -4
  79. package/dist/typedoc/components/ToggleButton/ToggleButton.types.json +3 -3
  80. package/dist/typedoc/components/Token/Token.types.json +11 -11
  81. package/dist/typedoc/components/Tooltip/Tooltip.types.json +13 -13
  82. package/dist/typedoc/components/Tree/Tree.types.json +85 -85
  83. package/dist/typedoc/components/Typeahead/Typeahead.types.json +2 -2
  84. package/dist/typedoc/components/Typography/Typography.types.json +8 -8
  85. package/dist/typedoc/layouts/Box/Box.types.json +71 -71
  86. package/dist/typedoc/layouts/DetailPage/DetailPage.json +11 -11
  87. package/dist/typedoc/layouts/Flex/Flex.types.json +26 -26
  88. package/dist/typedoc/layouts/FlexList/FlexList.types.json +29 -29
  89. package/dist/typedoc/layouts/Grid/Grid.json +10 -10
  90. package/dist/typedoc/layouts/LegacyDetailPage/LegacyDetailPage.json +4 -4
  91. package/dist/typedoc/layouts/ListPage/ListPage.types.json +10 -10
  92. package/dist/typedoc/layouts/NextDetailPage/NextDetailPage.types.json +4 -4
  93. package/dist/typedoc/layouts/NextGrid/NextGrid.types.json +8 -8
  94. package/dist/typedoc/layouts/PageLayout/PageLayout.types.json +7 -7
  95. package/dist/typedoc/layouts/ToolHeader/ToolHeader.types.json +8 -8
  96. package/dist/typedoc/utils/types.json +3 -3
  97. package/package.json +13 -13
  98. package/storybook-static/{0.dbab8e0d9eef6c333f4e.manager.bundle.js → 0.6e425a95d798c8732d42.manager.bundle.js} +1 -1
  99. package/storybook-static/0.7ce97d20.iframe.bundle.js +1 -0
  100. package/storybook-static/1.4d6deeb1.iframe.bundle.js +3 -0
  101. package/storybook-static/{1.cb03d9ea.iframe.bundle.js.LICENSE.txt → 1.4d6deeb1.iframe.bundle.js.LICENSE.txt} +0 -0
  102. package/storybook-static/1.4d6deeb1.iframe.bundle.js.map +1 -0
  103. package/storybook-static/10.36111f47.iframe.bundle.js +3 -0
  104. package/storybook-static/{10.84c7ca6b.iframe.bundle.js.LICENSE.txt → 10.36111f47.iframe.bundle.js.LICENSE.txt} +0 -0
  105. package/storybook-static/10.36111f47.iframe.bundle.js.map +1 -0
  106. package/storybook-static/11.6aa8b1b8.iframe.bundle.js +1 -0
  107. package/storybook-static/2.c862007b.iframe.bundle.js +1 -0
  108. package/storybook-static/3.a562b902.iframe.bundle.js +1 -0
  109. package/storybook-static/4.8c851bf5c7f2eb82dc3d.manager.bundle.js +2 -0
  110. package/storybook-static/{4.037eee6e957ce0a726f8.manager.bundle.js.LICENSE.txt → 4.8c851bf5c7f2eb82dc3d.manager.bundle.js.LICENSE.txt} +0 -0
  111. package/storybook-static/5.44d8a5f98a1290fa8467.manager.bundle.js +1 -0
  112. package/storybook-static/{6.16f605d04e6d7a721058.manager.bundle.js → 6.c10a40ec35c7e3d1780a.manager.bundle.js} +2 -2
  113. package/storybook-static/{6.16f605d04e6d7a721058.manager.bundle.js.LICENSE.txt → 6.c10a40ec35c7e3d1780a.manager.bundle.js.LICENSE.txt} +0 -0
  114. package/storybook-static/8.42c1ae3b.iframe.bundle.js +1 -0
  115. package/storybook-static/iframe.html +1 -1
  116. package/storybook-static/index.html +1 -1
  117. package/storybook-static/main.41990b57.iframe.bundle.js +1 -0
  118. package/storybook-static/{runtime~main.6c85a75e537bba8c5da2.manager.bundle.js → runtime~main.7673f4726ad6d5afe030.manager.bundle.js} +1 -1
  119. package/storybook-static/{runtime~main.97feebc9.iframe.bundle.js → runtime~main.bc98065a.iframe.bundle.js} +1 -1
  120. package/storybook-static/vendors~main.1d39b76f.iframe.bundle.js +3 -0
  121. package/storybook-static/{vendors~main.d8755a0a.iframe.bundle.js.LICENSE.txt → vendors~main.1d39b76f.iframe.bundle.js.LICENSE.txt} +0 -0
  122. package/storybook-static/vendors~main.1d39b76f.iframe.bundle.js.map +1 -0
  123. package/storybook-static/vendors~main.ba9cc155b26044ee7c1e.manager.bundle.js +2 -0
  124. package/storybook-static/{vendors~main.6ec06daacc115d5eae87.manager.bundle.js.LICENSE.txt → vendors~main.ba9cc155b26044ee7c1e.manager.bundle.js.LICENSE.txt} +0 -0
  125. package/storybook-static/0.1f555f43.iframe.bundle.js +0 -1
  126. package/storybook-static/1.cb03d9ea.iframe.bundle.js +0 -3
  127. package/storybook-static/1.cb03d9ea.iframe.bundle.js.map +0 -1
  128. package/storybook-static/10.84c7ca6b.iframe.bundle.js +0 -3
  129. package/storybook-static/10.84c7ca6b.iframe.bundle.js.map +0 -1
  130. package/storybook-static/11.f57016a0.iframe.bundle.js +0 -1
  131. package/storybook-static/2.e3f1ddbd.iframe.bundle.js +0 -1
  132. package/storybook-static/3.6de62120.iframe.bundle.js +0 -1
  133. package/storybook-static/4.037eee6e957ce0a726f8.manager.bundle.js +0 -2
  134. package/storybook-static/5.fd3fd6040d1f80e8f0db.manager.bundle.js +0 -1
  135. package/storybook-static/8.3815a078.iframe.bundle.js +0 -1
  136. package/storybook-static/main.8bf17d1f.iframe.bundle.js +0 -1
  137. package/storybook-static/vendors~main.6ec06daacc115d5eae87.manager.bundle.js +0 -2
  138. package/storybook-static/vendors~main.d8755a0a.iframe.bundle.js +0 -3
  139. package/storybook-static/vendors~main.d8755a0a.iframe.bundle.js.map +0 -1
@@ -10,7 +10,7 @@
10
10
  "description": "The tab is active",
11
11
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The tab is active</p>\n</div></div>",
12
12
  "sourceFile": "packages/core-react/src/components/Tabs/Tabs.types.ts",
13
- "sourceUrl": "https://github.com/procore/core/blob/652567921/packages/core-react/src/components/Tabs/Tabs.types.ts#L18"
13
+ "sourceUrl": "https://github.com/procore/core/blob/ab955e740/packages/core-react/src/components/Tabs/Tabs.types.ts#L19"
14
14
  },
15
15
  {
16
16
  "name": "children",
@@ -20,7 +20,7 @@
20
20
  "description": "Instead of using the default children, you can pass in your own.",
21
21
  "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>",
22
22
  "sourceFile": "packages/core-react/src/utils/types.ts",
23
- "sourceUrl": "https://github.com/procore/core/blob/652567921/packages/core-react/src/utils/types.ts#L40"
23
+ "sourceUrl": "https://github.com/procore/core/blob/ab955e740/packages/core-react/src/utils/types.ts#L40"
24
24
  },
25
25
  {
26
26
  "name": "className",
@@ -30,7 +30,7 @@
30
30
  "description": "Additional classNames",
31
31
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
32
32
  "sourceFile": "packages/core-react/src/utils/types.ts",
33
- "sourceUrl": "https://github.com/procore/core/blob/652567921/packages/core-react/src/utils/types.ts#L45"
33
+ "sourceUrl": "https://github.com/procore/core/blob/ab955e740/packages/core-react/src/utils/types.ts#L45"
34
34
  },
35
35
  {
36
36
  "name": "dark",
@@ -40,7 +40,7 @@
40
40
  "description": "Whether or not tab is in dark mode",
41
41
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Whether or not tab is in dark mode</p>\n</div></div>",
42
42
  "sourceFile": "packages/core-react/src/components/Tabs/Tabs.types.ts",
43
- "sourceUrl": "https://github.com/procore/core/blob/652567921/packages/core-react/src/components/Tabs/Tabs.types.ts#L24"
43
+ "sourceUrl": "https://github.com/procore/core/blob/ab955e740/packages/core-react/src/components/Tabs/Tabs.types.ts#L25"
44
44
  },
45
45
  {
46
46
  "name": "dropdown",
@@ -51,17 +51,7 @@
51
51
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>deprecated</dt><dd><p>This was never intended to be a public facing API and does not\ndo anything. It will be removed in the future.</p>\n</dd></dl></div>",
52
52
  "deprecated": "This was never intended to be a public facing API and does not\ndo anything. It will be removed in the future.\n",
53
53
  "sourceFile": "packages/core-react/src/components/Tabs/Tabs.types.ts",
54
- "sourceUrl": "https://github.com/procore/core/blob/652567921/packages/core-react/src/components/Tabs/Tabs.types.ts#L35"
55
- },
56
- {
57
- "name": "onLayout",
58
- "required": false,
59
- "type": "<span class=\"tsd-signature-type\">Function</span>",
60
- "typeDetail": "<span class=\"tsd-signature-type\">Function</span>",
61
- "description": "",
62
- "descriptionHtml": "",
63
- "sourceFile": "packages/core-react/src/components/Tabs/Tabs.types.ts",
64
- "sourceUrl": "https://github.com/procore/core/blob/652567921/packages/core-react/src/components/Tabs/Tabs.types.ts#L29"
54
+ "sourceUrl": "https://github.com/procore/core/blob/ab955e740/packages/core-react/src/components/Tabs/Tabs.types.ts#L41"
65
55
  },
66
56
  {
67
57
  "name": "overflowing",
@@ -72,7 +62,7 @@
72
62
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>deprecated</dt><dd><p>This was never intended to be a public facing API and does not\ndo anything. It will be removed in the future.</p>\n</dd></dl></div>",
73
63
  "deprecated": "This was never intended to be a public facing API and does not\ndo anything. It will be removed in the future.\n",
74
64
  "sourceFile": "packages/core-react/src/components/Tabs/Tabs.types.ts",
75
- "sourceUrl": "https://github.com/procore/core/blob/652567921/packages/core-react/src/components/Tabs/Tabs.types.ts#L41"
65
+ "sourceUrl": "https://github.com/procore/core/blob/ab955e740/packages/core-react/src/components/Tabs/Tabs.types.ts#L47"
76
66
  },
77
67
  {
78
68
  "name": "style",
@@ -82,7 +72,7 @@
82
72
  "description": "Additional CSS styles",
83
73
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
84
74
  "sourceFile": "packages/core-react/src/utils/types.ts",
85
- "sourceUrl": "https://github.com/procore/core/blob/652567921/packages/core-react/src/utils/types.ts#L50"
75
+ "sourceUrl": "https://github.com/procore/core/blob/ab955e740/packages/core-react/src/utils/types.ts#L50"
86
76
  },
87
77
  {
88
78
  "name": "variant",
@@ -93,7 +83,27 @@
93
83
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>deprecated</dt><dd><p>please use the <code>active</code> and <code>dark</code> props to configure style. The\n<code>dropdown</code>, <code>hover</code>, and <code>overflowing</code> variants were only for internal use\nand should not be used in clients</p>\n</dd></dl></div>",
94
84
  "deprecated": "please use the `active` and `dark` props to configure style. The\n`dropdown`, `hover`, and `overflowing` variants were only for internal use\nand should not be used in clients\n",
95
85
  "sourceFile": "packages/core-react/src/components/Tabs/Tabs.types.ts",
96
- "sourceUrl": "https://github.com/procore/core/blob/652567921/packages/core-react/src/components/Tabs/Tabs.types.ts#L48"
86
+ "sourceUrl": "https://github.com/procore/core/blob/ab955e740/packages/core-react/src/components/Tabs/Tabs.types.ts#L54"
87
+ },
88
+ {
89
+ "name": "onMount",
90
+ "required": false,
91
+ "type": "Function",
92
+ "typeDetail": "on<wbr/>Mount<span class=\"tsd-signature-symbol\">(</span>el<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">null</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">HTMLDivElement</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
93
+ "description": "",
94
+ "descriptionHtml": "",
95
+ "sourceFile": "packages/core-react/src/components/Tabs/Tabs.types.ts",
96
+ "sourceUrl": "https://github.com/procore/core/blob/ab955e740/packages/core-react/src/components/Tabs/Tabs.types.ts#L30"
97
+ },
98
+ {
99
+ "name": "onUnmount",
100
+ "required": false,
101
+ "type": "Function",
102
+ "typeDetail": "on<wbr/>Unmount<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>",
103
+ "description": "",
104
+ "descriptionHtml": "",
105
+ "sourceFile": "packages/core-react/src/components/Tabs/Tabs.types.ts",
106
+ "sourceUrl": "https://github.com/procore/core/blob/ab955e740/packages/core-react/src/components/Tabs/Tabs.types.ts#L35"
97
107
  }
98
108
  ],
99
109
  "description": ""
@@ -109,7 +119,7 @@
109
119
  "description": "Instead of using the default children, you can pass in your own.",
110
120
  "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>",
111
121
  "sourceFile": "packages/core-react/src/utils/types.ts",
112
- "sourceUrl": "https://github.com/procore/core/blob/652567921/packages/core-react/src/utils/types.ts#L40"
122
+ "sourceUrl": "https://github.com/procore/core/blob/ab955e740/packages/core-react/src/utils/types.ts#L40"
113
123
  },
114
124
  {
115
125
  "name": "className",
@@ -119,7 +129,7 @@
119
129
  "description": "Additional classNames",
120
130
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
121
131
  "sourceFile": "packages/core-react/src/utils/types.ts",
122
- "sourceUrl": "https://github.com/procore/core/blob/652567921/packages/core-react/src/utils/types.ts#L45"
132
+ "sourceUrl": "https://github.com/procore/core/blob/ab955e740/packages/core-react/src/utils/types.ts#L45"
123
133
  },
124
134
  {
125
135
  "name": "dark",
@@ -129,7 +139,7 @@
129
139
  "description": "",
130
140
  "descriptionHtml": "",
131
141
  "sourceFile": "packages/core-react/src/components/Tabs/Tabs.types.ts",
132
- "sourceUrl": "https://github.com/procore/core/blob/652567921/packages/core-react/src/components/Tabs/Tabs.types.ts#L56"
142
+ "sourceUrl": "https://github.com/procore/core/blob/ab955e740/packages/core-react/src/components/Tabs/Tabs.types.ts#L62"
133
143
  },
134
144
  {
135
145
  "name": "qa",
@@ -139,7 +149,7 @@
139
149
  "description": "",
140
150
  "descriptionHtml": "",
141
151
  "sourceFile": "packages/core-react/src/components/Tabs/Tabs.types.ts",
142
- "sourceUrl": "https://github.com/procore/core/blob/652567921/packages/core-react/src/components/Tabs/Tabs.types.ts#L57"
152
+ "sourceUrl": "https://github.com/procore/core/blob/ab955e740/packages/core-react/src/components/Tabs/Tabs.types.ts#L63"
143
153
  },
144
154
  {
145
155
  "name": "style",
@@ -149,7 +159,7 @@
149
159
  "description": "Additional CSS styles",
150
160
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
151
161
  "sourceFile": "packages/core-react/src/utils/types.ts",
152
- "sourceUrl": "https://github.com/procore/core/blob/652567921/packages/core-react/src/utils/types.ts#L50"
162
+ "sourceUrl": "https://github.com/procore/core/blob/ab955e740/packages/core-react/src/utils/types.ts#L50"
153
163
  }
154
164
  ],
155
165
  "description": ""
@@ -10,7 +10,7 @@
10
10
  "description": "Controls the error state of the `TextArea`, changing the\nbackground color and border colors to red",
11
11
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Controls the error state of the <code>TextArea</code>, changing the\nbackground color and border colors to red</p>\n</div></div>",
12
12
  "sourceFile": "packages/core-react/src/components/TextArea/TextArea.types.ts",
13
- "sourceUrl": "https://github.com/procore/core/blob/652567921/packages/core-react/src/components/TextArea/TextArea.types.ts#L8"
13
+ "sourceUrl": "https://github.com/procore/core/blob/ab955e740/packages/core-react/src/components/TextArea/TextArea.types.ts#L8"
14
14
  },
15
15
  {
16
16
  "name": "resize",
@@ -20,7 +20,7 @@
20
20
  "description": "Controls the resize rules for the `TextArea`",
21
21
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Controls the resize rules for the <code>TextArea</code></p>\n</div></div>",
22
22
  "sourceFile": "packages/core-react/src/components/TextArea/TextArea.types.ts",
23
- "sourceUrl": "https://github.com/procore/core/blob/652567921/packages/core-react/src/components/TextArea/TextArea.types.ts#L13"
23
+ "sourceUrl": "https://github.com/procore/core/blob/ab955e740/packages/core-react/src/components/TextArea/TextArea.types.ts#L13"
24
24
  },
25
25
  {
26
26
  "name": "variant",
@@ -31,7 +31,7 @@
31
31
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>deprecated</dt><dd><p>The <code>variant</code> prop has been deprecated and will be removed in a future version.\nPlease use the <code>error</code> boolean prop instead.</p>\n<p><strong>Before</strong></p>\n<p><code>&lt;TextArea variant=&quot;error&quot; /&gt;</code></p>\n<p><strong>After</strong></p>\n<p><code>&lt;TextArea error /&gt;</code></p>\n</dd><dt>deprecatedsince</dt><dd><p>10.20.0</p>\n</dd></dl></div>",
32
32
  "deprecated": "\nThe `variant` prop has been deprecated and will be removed in a future version.\nPlease use the `error` boolean prop instead.\n\n**Before**\n\n`<TextArea variant=\"error\" />`\n\n**After**\n\n`<TextArea error />`\n",
33
33
  "sourceFile": "packages/core-react/src/components/TextArea/TextArea.types.ts",
34
- "sourceUrl": "https://github.com/procore/core/blob/652567921/packages/core-react/src/components/TextArea/TextArea.types.ts#L30"
34
+ "sourceUrl": "https://github.com/procore/core/blob/ab955e740/packages/core-react/src/components/TextArea/TextArea.types.ts#L30"
35
35
  }
36
36
  ],
37
37
  "description": ""
@@ -10,7 +10,7 @@
10
10
  "description": "",
11
11
  "descriptionHtml": "",
12
12
  "sourceFile": "packages/core-react/src/components/TextEditor/TextEditor.types.ts",
13
- "sourceUrl": "https://github.com/procore/core/blob/652567921/packages/core-react/src/components/TextEditor/TextEditor.types.ts#L7"
13
+ "sourceUrl": "https://github.com/procore/core/blob/ab955e740/packages/core-react/src/components/TextEditor/TextEditor.types.ts#L7"
14
14
  },
15
15
  {
16
16
  "name": "error",
@@ -20,7 +20,7 @@
20
20
  "description": "",
21
21
  "descriptionHtml": "",
22
22
  "sourceFile": "packages/core-react/src/components/TextEditor/TextEditor.types.ts",
23
- "sourceUrl": "https://github.com/procore/core/blob/652567921/packages/core-react/src/components/TextEditor/TextEditor.types.ts#L8"
23
+ "sourceUrl": "https://github.com/procore/core/blob/ab955e740/packages/core-react/src/components/TextEditor/TextEditor.types.ts#L8"
24
24
  },
25
25
  {
26
26
  "name": "init",
@@ -30,7 +30,7 @@
30
30
  "description": "",
31
31
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>unsupported</dt><dd><p>Use at your own risk. DST makes no guarantees about this API, and is subject to removal at any point without warning or deprecation.</p>\n</dd></dl></div>",
32
32
  "sourceFile": "packages/core-react/src/components/TextEditor/TextEditor.types.ts",
33
- "sourceUrl": "https://github.com/procore/core/blob/652567921/packages/core-react/src/components/TextEditor/TextEditor.types.ts#L12"
33
+ "sourceUrl": "https://github.com/procore/core/blob/ab955e740/packages/core-react/src/components/TextEditor/TextEditor.types.ts#L12"
34
34
  },
35
35
  {
36
36
  "name": "initialValue",
@@ -41,7 +41,7 @@
41
41
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>deprecated</dt><dd><p><code>initialValue</code> has been deprecated and will be removed in a future version.\nPlease use the <code>value</code> prop instead</p>\n<p>The first value passed into <code>value</code> prop will be the <code>TextEditor</code> initial\nvalue. Changing the value will update the text of the <code>TextEditor</code>.\nThe editor should be controlled via the combination of <code>value</code>\nand <code>onChange</code> props.</p>\n<p><strong>Before</strong></p>\n<p><code>&lt;TextEditor initialValue=&quot;Hello World&quot; /&gt;</code></p>\n<p><strong>After</strong></p>\n<p><code>&lt;TextEditor value=&quot;Hello World&quot; /&gt;</code></p>\n</dd><dt>deprecatedsince</dt><dd><p>10.20.0</p>\n</dd></dl></div>",
42
42
  "deprecated": "\n`initialValue` has been deprecated and will be removed in a future version.\nPlease use the `value` prop instead\n\nThe first value passed into `value` prop will be the `TextEditor` initial\nvalue. Changing the value will update the text of the `TextEditor`.\nThe editor should be controlled via the combination of `value`\nand `onChange` props.\n\n**Before**\n\n`<TextEditor initialValue=\"Hello World\" />`\n\n**After**\n\n`<TextEditor value=\"Hello World\" />`\n",
43
43
  "sourceFile": "packages/core-react/src/components/TextEditor/TextEditor.types.ts",
44
- "sourceUrl": "https://github.com/procore/core/blob/652567921/packages/core-react/src/components/TextEditor/TextEditor.types.ts#L33"
44
+ "sourceUrl": "https://github.com/procore/core/blob/ab955e740/packages/core-react/src/components/TextEditor/TextEditor.types.ts#L33"
45
45
  },
46
46
  {
47
47
  "name": "locale",
@@ -51,7 +51,7 @@
51
51
  "description": "Locale which will be used used for localization. Can be passed directly or\nset by wrapping components in I18n provider. Icelandic (is-IS) is not\nactually supported by TinyMCE, so it is defaulted to english.",
52
52
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Locale which will be used used for localization. Can be passed directly or\nset by wrapping components in I18n provider. Icelandic (is-IS) is not\nactually supported by TinyMCE, so it is defaulted to english.</p>\n</div></div>",
53
53
  "sourceFile": "packages/core-react/src/components/TextEditor/TextEditor.types.ts",
54
- "sourceUrl": "https://github.com/procore/core/blob/652567921/packages/core-react/src/components/TextEditor/TextEditor.types.ts#L40"
54
+ "sourceUrl": "https://github.com/procore/core/blob/ab955e740/packages/core-react/src/components/TextEditor/TextEditor.types.ts#L40"
55
55
  },
56
56
  {
57
57
  "name": "plugins",
@@ -61,7 +61,7 @@
61
61
  "description": "<div>\n Array of plugins to use with the editor in addition to the defaults.\n Can be any of:\n</div>\n<CodeBlock>\n [{plugins.map((plugin) => `'${plugin}'`).join(', ')}]\n</CodeBlock>",
62
62
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<div>\n Array of plugins to use with the editor in addition to the defaults.\n Can be any of:\n</div>\n<CodeBlock>\n [{plugins.map((plugin) => `'${plugin}'`).join(', ')}]\n</CodeBlock></div></div>",
63
63
  "sourceFile": "packages/core-react/src/components/TextEditor/TextEditor.types.ts",
64
- "sourceUrl": "https://github.com/procore/core/blob/652567921/packages/core-react/src/components/TextEditor/TextEditor.types.ts#L57"
64
+ "sourceUrl": "https://github.com/procore/core/blob/ab955e740/packages/core-react/src/components/TextEditor/TextEditor.types.ts#L57"
65
65
  },
66
66
  {
67
67
  "name": "onChange",
@@ -71,7 +71,7 @@
71
71
  "description": "<div>onChange event handler for text editor area</div>\n<CodeBlock>(content: string) => void</CodeBlock>",
72
72
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<div>onChange event handler for text editor area</div>\n<CodeBlock>(content: string) => void</CodeBlock></div></div>",
73
73
  "sourceFile": "packages/core-react/src/components/TextEditor/TextEditor.types.ts",
74
- "sourceUrl": "https://github.com/procore/core/blob/652567921/packages/core-react/src/components/TextEditor/TextEditor.types.ts#L46"
74
+ "sourceUrl": "https://github.com/procore/core/blob/ab955e740/packages/core-react/src/components/TextEditor/TextEditor.types.ts#L46"
75
75
  }
76
76
  ],
77
77
  "description": ""
@@ -10,7 +10,7 @@
10
10
  "description": "Thumbnail caption",
11
11
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Thumbnail caption</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>&#39;&#39;</p>\n</dd></dl></div>",
12
12
  "sourceFile": "packages/core-react/src/components/Thumbnail/Thumbnail.types.ts",
13
- "sourceUrl": "https://github.com/procore/core/blob/652567921/packages/core-react/src/components/Thumbnail/Thumbnail.types.ts#L49"
13
+ "sourceUrl": "https://github.com/procore/core/blob/ab955e740/packages/core-react/src/components/Thumbnail/Thumbnail.types.ts#L49"
14
14
  },
15
15
  {
16
16
  "name": "className",
@@ -20,7 +20,7 @@
20
20
  "description": "",
21
21
  "descriptionHtml": "",
22
22
  "sourceFile": "packages/core-react/src/components/Thumbnail/Thumbnail.types.ts",
23
- "sourceUrl": "https://github.com/procore/core/blob/652567921/packages/core-react/src/components/Thumbnail/Thumbnail.types.ts#L62"
23
+ "sourceUrl": "https://github.com/procore/core/blob/ab955e740/packages/core-react/src/components/Thumbnail/Thumbnail.types.ts#L62"
24
24
  },
25
25
  {
26
26
  "name": "clickable",
@@ -30,7 +30,7 @@
30
30
  "description": "",
31
31
  "descriptionHtml": "",
32
32
  "sourceFile": "packages/core-react/src/components/Thumbnail/Thumbnail.types.ts",
33
- "sourceUrl": "https://github.com/procore/core/blob/652567921/packages/core-react/src/components/Thumbnail/Thumbnail.types.ts#L43"
33
+ "sourceUrl": "https://github.com/procore/core/blob/ab955e740/packages/core-react/src/components/Thumbnail/Thumbnail.types.ts#L43"
34
34
  },
35
35
  {
36
36
  "name": "disabled",
@@ -40,7 +40,7 @@
40
40
  "description": "Use \"disabled\" view",
41
41
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Use &quot;disabled&quot; view</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>false</p>\n</dd></dl></div>",
42
42
  "sourceFile": "packages/core-react/src/components/Thumbnail/Thumbnail.types.ts",
43
- "sourceUrl": "https://github.com/procore/core/blob/652567921/packages/core-react/src/components/Thumbnail/Thumbnail.types.ts#L40"
43
+ "sourceUrl": "https://github.com/procore/core/blob/ab955e740/packages/core-react/src/components/Thumbnail/Thumbnail.types.ts#L40"
44
44
  },
45
45
  {
46
46
  "name": "error",
@@ -50,7 +50,7 @@
50
50
  "description": "",
51
51
  "descriptionHtml": "",
52
52
  "sourceFile": "packages/core-react/src/components/Thumbnail/Thumbnail.types.ts",
53
- "sourceUrl": "https://github.com/procore/core/blob/652567921/packages/core-react/src/components/Thumbnail/Thumbnail.types.ts#L42"
53
+ "sourceUrl": "https://github.com/procore/core/blob/ab955e740/packages/core-react/src/components/Thumbnail/Thumbnail.types.ts#L42"
54
54
  },
55
55
  {
56
56
  "name": "focused",
@@ -60,7 +60,7 @@
60
60
  "description": "Use \"focused\" view",
61
61
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Use &quot;focused&quot; view</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>false</p>\n</dd></dl></div>",
62
62
  "sourceFile": "packages/core-react/src/components/Thumbnail/Thumbnail.types.ts",
63
- "sourceUrl": "https://github.com/procore/core/blob/652567921/packages/core-react/src/components/Thumbnail/Thumbnail.types.ts#L28"
63
+ "sourceUrl": "https://github.com/procore/core/blob/ab955e740/packages/core-react/src/components/Thumbnail/Thumbnail.types.ts#L28"
64
64
  },
65
65
  {
66
66
  "name": "hasCaptionPlaceholder",
@@ -70,7 +70,7 @@
70
70
  "description": "Show placeholder for caption if it is empty",
71
71
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Show placeholder for caption if it is empty</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>false</p>\n</dd></dl></div>",
72
72
  "sourceFile": "packages/core-react/src/components/Thumbnail/Thumbnail.types.ts",
73
- "sourceUrl": "https://github.com/procore/core/blob/652567921/packages/core-react/src/components/Thumbnail/Thumbnail.types.ts#L55"
73
+ "sourceUrl": "https://github.com/procore/core/blob/ab955e740/packages/core-react/src/components/Thumbnail/Thumbnail.types.ts#L55"
74
74
  },
75
75
  {
76
76
  "name": "label",
@@ -80,7 +80,7 @@
80
80
  "description": "Thumbnail label",
81
81
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Thumbnail label</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>&#39;&#39;</p>\n</dd></dl></div>",
82
82
  "sourceFile": "packages/core-react/src/components/Thumbnail/Thumbnail.types.ts",
83
- "sourceUrl": "https://github.com/procore/core/blob/652567921/packages/core-react/src/components/Thumbnail/Thumbnail.types.ts#L61"
83
+ "sourceUrl": "https://github.com/procore/core/blob/ab955e740/packages/core-react/src/components/Thumbnail/Thumbnail.types.ts#L61"
84
84
  },
85
85
  {
86
86
  "name": "qa",
@@ -90,7 +90,7 @@
90
90
  "description": "",
91
91
  "descriptionHtml": "",
92
92
  "sourceFile": "packages/core-react/src/components/Thumbnail/Thumbnail.types.ts",
93
- "sourceUrl": "https://github.com/procore/core/blob/652567921/packages/core-react/src/components/Thumbnail/Thumbnail.types.ts#L63"
93
+ "sourceUrl": "https://github.com/procore/core/blob/ab955e740/packages/core-react/src/components/Thumbnail/Thumbnail.types.ts#L63"
94
94
  },
95
95
  {
96
96
  "name": "selected",
@@ -100,7 +100,7 @@
100
100
  "description": "Use \"selected\" view",
101
101
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Use &quot;selected&quot; view</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>false</p>\n</dd></dl></div>",
102
102
  "sourceFile": "packages/core-react/src/components/Thumbnail/Thumbnail.types.ts",
103
- "sourceUrl": "https://github.com/procore/core/blob/652567921/packages/core-react/src/components/Thumbnail/Thumbnail.types.ts#L34"
103
+ "sourceUrl": "https://github.com/procore/core/blob/ab955e740/packages/core-react/src/components/Thumbnail/Thumbnail.types.ts#L34"
104
104
  },
105
105
  {
106
106
  "name": "size",
@@ -110,7 +110,7 @@
110
110
  "description": "Thumbnail size",
111
111
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Thumbnail size</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>&#39;lg&#39;</p>\n</dd></dl></div>",
112
112
  "sourceFile": "packages/core-react/src/components/Thumbnail/Thumbnail.types.ts",
113
- "sourceUrl": "https://github.com/procore/core/blob/652567921/packages/core-react/src/components/Thumbnail/Thumbnail.types.ts#L22"
113
+ "sourceUrl": "https://github.com/procore/core/blob/ab955e740/packages/core-react/src/components/Thumbnail/Thumbnail.types.ts#L22"
114
114
  },
115
115
  {
116
116
  "name": "src",
@@ -120,7 +120,7 @@
120
120
  "description": "An image URL or a <Code>File</Code> to generate a preview for",
121
121
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>An image URL or a <Code>File</Code> to generate a preview for</p>\n</div></div>",
122
122
  "sourceFile": "packages/core-react/src/components/Thumbnail/Thumbnail.types.ts",
123
- "sourceUrl": "https://github.com/procore/core/blob/652567921/packages/core-react/src/components/Thumbnail/Thumbnail.types.ts#L16"
123
+ "sourceUrl": "https://github.com/procore/core/blob/ab955e740/packages/core-react/src/components/Thumbnail/Thumbnail.types.ts#L16"
124
124
  }
125
125
  ],
126
126
  "description": ""