@procore/core-react 10.22.0-rc.58 → 10.22.1

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 (80) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/dist/esm/components/Form/Form.types.d.ts +10 -10
  3. package/dist/typedoc/components/Avatar/Avatar.types.json +17 -17
  4. package/dist/typedoc/components/AvatarStack/AvatarStack.types.json +22 -22
  5. package/dist/typedoc/components/Badge/Badge.types.json +6 -6
  6. package/dist/typedoc/components/Banner/Banner.types.json +12 -12
  7. package/dist/typedoc/components/Breadcrumbs/Breadcrumbs.types.json +7 -7
  8. package/dist/typedoc/components/Button/Button.types.json +11 -11
  9. package/dist/typedoc/components/Calendar/Calendar.types.json +79 -79
  10. package/dist/typedoc/components/Card/Card.types.json +6 -6
  11. package/dist/typedoc/components/Checkbox/Checkbox.types.json +7 -7
  12. package/dist/typedoc/components/ContactItem/ContactItem.types.json +9 -9
  13. package/dist/typedoc/components/DateInput/DateInput.types.json +35 -35
  14. package/dist/typedoc/components/DateSelect/DateSelect.types.json +13 -13
  15. package/dist/typedoc/components/Dropdown/Dropdown.types.json +34 -34
  16. package/dist/typedoc/components/DropdownFlyout/DropdownFlyout.types.json +32 -32
  17. package/dist/typedoc/components/Dropzone/Dropzone.types.json +41 -41
  18. package/dist/typedoc/components/EmptyState/EmptyState.types.json +14 -14
  19. package/dist/typedoc/components/FileList/FileList.types.json +3 -3
  20. package/dist/typedoc/components/FileSelect/FileSelect.types.json +25 -25
  21. package/dist/typedoc/components/FileSelect/GridSource/GridSource.types.json +20 -20
  22. package/dist/typedoc/components/FileSelect/LocalSource/LocalSource.types.json +14 -14
  23. package/dist/typedoc/components/FileSelect/TreeSource/TreeSource.types.json +9 -9
  24. package/dist/typedoc/components/Font/Font.types.json +7 -7
  25. package/dist/typedoc/components/Form/Form.types.json +765 -675
  26. package/dist/typedoc/components/GroupSelect/GroupSelect.types.json +50 -50
  27. package/dist/typedoc/components/Icon/Icon.types.json +10 -10
  28. package/dist/typedoc/components/Input/Input.types.json +2 -2
  29. package/dist/typedoc/components/Link/Link.types.json +4 -4
  30. package/dist/typedoc/components/Menu/Menu.types.json +67 -67
  31. package/dist/typedoc/components/MenuImperative/MenuImperative.types.json +67 -67
  32. package/dist/typedoc/components/Modal/Modal.types.json +27 -27
  33. package/dist/typedoc/components/MultiSelect/MultiSelect.types.json +29 -29
  34. package/dist/typedoc/components/Notation/Notation.types.json +4 -4
  35. package/dist/typedoc/components/NumberInput/NumberInput.types.json +25 -25
  36. package/dist/typedoc/components/OverlayTrigger/OverlayTrigger.json +18 -18
  37. package/dist/typedoc/components/Pagination/Pagination.types.json +8 -8
  38. package/dist/typedoc/components/Panel/Panel.types.json +17 -17
  39. package/dist/typedoc/components/Pill/Pill.types.json +1 -1
  40. package/dist/typedoc/components/PillSelect/PillSelect.types.json +46 -46
  41. package/dist/typedoc/components/Popover/Popover.types.json +9 -9
  42. package/dist/typedoc/components/ProgressBar/ProgressBar.types.json +5 -5
  43. package/dist/typedoc/components/RadioButton/RadioButton.types.json +6 -6
  44. package/dist/typedoc/components/Required/Required.types.json +5 -5
  45. package/dist/typedoc/components/Search/Search.types.json +21 -21
  46. package/dist/typedoc/components/SegmentedController/SegmentedController.types.json +20 -20
  47. package/dist/typedoc/components/Select/Select.types.json +31 -31
  48. package/dist/typedoc/components/Slider/Slider.types.json +6 -6
  49. package/dist/typedoc/components/Spinner/Spinner.types.json +8 -8
  50. package/dist/typedoc/components/Switch/Switch.types.json +3 -3
  51. package/dist/typedoc/components/Table/Table.types.json +94 -94
  52. package/dist/typedoc/components/Tabs/Tabs.types.json +15 -15
  53. package/dist/typedoc/components/TextArea/TextArea.types.json +3 -3
  54. package/dist/typedoc/components/TextEditor/TextEditor.types.json +7 -7
  55. package/dist/typedoc/components/Thumbnail/Thumbnail.types.json +12 -12
  56. package/dist/typedoc/components/TieredDropdown/TieredDropdown.types.json +41 -41
  57. package/dist/typedoc/components/TieredSelect/TieredSelect.types.json +27 -27
  58. package/dist/typedoc/components/Tile/Tile.types.json +30 -30
  59. package/dist/typedoc/components/Toast/Toast.types.json +4 -4
  60. package/dist/typedoc/components/ToggleButton/ToggleButton.types.json +3 -3
  61. package/dist/typedoc/components/Token/Token.types.json +11 -11
  62. package/dist/typedoc/components/Tooltip/Tooltip.types.json +13 -13
  63. package/dist/typedoc/components/Tree/Tree.types.json +85 -85
  64. package/dist/typedoc/components/Typeahead/Typeahead.types.json +2 -2
  65. package/dist/typedoc/components/Typography/Typography.types.json +8 -8
  66. package/dist/typedoc/layouts/Box/Box.types.json +66 -66
  67. package/dist/typedoc/layouts/DetailPage/DetailPage.json +11 -11
  68. package/dist/typedoc/layouts/Flex/Flex.types.json +26 -26
  69. package/dist/typedoc/layouts/FlexList/FlexList.types.json +29 -29
  70. package/dist/typedoc/layouts/Grid/Grid.json +10 -10
  71. package/dist/typedoc/layouts/LegacyDetailPage/LegacyDetailPage.json +4 -4
  72. package/dist/typedoc/layouts/ListPage/ListPage.types.json +10 -10
  73. package/dist/typedoc/layouts/NextDetailPage/NextDetailPage.types.json +4 -4
  74. package/dist/typedoc/layouts/NextGrid/NextGrid.types.json +8 -8
  75. package/dist/typedoc/layouts/PageLayout/PageLayout.types.json +7 -7
  76. package/dist/typedoc/layouts/ToolHeader/ToolHeader.types.json +8 -8
  77. package/dist/typedoc/utils/types.json +3 -3
  78. package/package.json +5 -5
  79. package/storybook-static/iframe.html +1 -1
  80. package/storybook-static/{main.790fb5f9.iframe.bundle.js → main.4873dcab.iframe.bundle.js} +1 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,38 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [10.22.1](https://github.com/procore/core/compare/v10.22.0...v10.22.1) (2022-02-03)
7
+
8
+
9
+ ### Reverts
10
+
11
+ * Form type change of omitting value ([#9935](https://github.com/procore/core/issues/9935)) ([63b2f9e](https://github.com/procore/core/commit/63b2f9e6fbc425fbc69a6b95268774c3571b590d))
12
+
13
+
14
+
15
+
16
+
17
+ # [10.22.0](https://github.com/procore/core/compare/v10.21.0...v10.22.0) (2022-02-01)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * Form Fields edit props trickle and omit value type ([#9850](https://github.com/procore/core/issues/9850)) ([3bf9a36](https://github.com/procore/core/commit/3bf9a368195609f95900b2a732137b67958cd3a2))
23
+ * Modal small content in a wide Modal ([#9912](https://github.com/procore/core/issues/9912)) ([df27882](https://github.com/procore/core/commit/df27882d23efc52abcd14c02d100d2ca0e1cf7b6))
24
+ * NumberInput controlled conditional state updates ([#9904](https://github.com/procore/core/issues/9904)) ([155177a](https://github.com/procore/core/commit/155177abc8056a2e4e3376086137e58435efda40))
25
+ * numberInput watch value to allow controlled input accept decimal ([#9853](https://github.com/procore/core/issues/9853)) ([2fd7c66](https://github.com/procore/core/commit/2fd7c6655148f06c24e435b6fed15d33c30bfc18))
26
+ * pill select options width ([#9880](https://github.com/procore/core/issues/9880)) ([a6a2d79](https://github.com/procore/core/commit/a6a2d79b450970ff626724a6477ed9b0533bfaff))
27
+
28
+
29
+ ### Features
30
+
31
+ * [UIF-1631] - AvatarStack: Add getInitials and getImageUrl ([#9808](https://github.com/procore/core/issues/9808)) ([1fe596f](https://github.com/procore/core/commit/1fe596f134c6cdb3220d9fa5b222186dbc89fae6))
32
+ * SVG Icons with displayName. fix: add aria-label to Icon only Buttons ([#9911](https://github.com/procore/core/issues/9911)) ([e247b8e](https://github.com/procore/core/commit/e247b8e4e20bb4062e57d7becada5b8670637018))
33
+
34
+
35
+
36
+
37
+
6
38
  # [10.21.0](https://github.com/procore/core/compare/v10.20.0...v10.21.0) (2022-01-14)
7
39
 
8
40
 
@@ -318,22 +318,22 @@ export declare type ViewFieldProps<Value, FieldTypeProps extends FieldProps<Valu
318
318
  export declare type FieldTextValueType = string;
319
319
  export interface FieldTextComponentProps<Value = FieldTextValueType> extends ValueComponentProps<Value>, InputProps {
320
320
  }
321
- export interface FieldTextProps<Value = FieldTextValueType> extends FieldProps<Value>, Omit<InputProps, 'name' | 'children' | 'error' | 'value'> {
321
+ export interface FieldTextProps<Value = FieldTextValueType> extends FieldProps<Value>, Omit<InputProps, 'name' | 'children' | 'error'> {
322
322
  }
323
323
  export declare type FieldNumberValueType = BaseNumberInputValueType;
324
324
  export interface FieldNumberComponentProps<Value = FieldNumberValueType> extends ValueComponentProps<Value>, NumberInputProps {
325
325
  }
326
- export interface FieldNumberProps<Value = FieldNumberValueType> extends FieldProps<Value>, Omit<NumberInputProps, 'name' | 'children' | 'error' | 'value'> {
326
+ export interface FieldNumberProps<Value = FieldNumberValueType> extends FieldProps<Value>, Omit<NumberInputProps, 'name' | 'children' | 'error'> {
327
327
  }
328
328
  export declare type FieldCurrencyValueType = BaseNumberInputValueType;
329
329
  export interface FieldCurrencyComponentProps<Value = FieldCurrencyValueType> extends ValueComponentProps<Value>, NumberInputProps {
330
330
  }
331
- export interface FieldCurrencyProps<Value = FieldCurrencyValueType> extends FieldProps<Value>, Omit<NumberInputProps, 'name' | 'children' | 'error' | 'value'> {
331
+ export interface FieldCurrencyProps<Value = FieldCurrencyValueType> extends FieldProps<Value>, Omit<NumberInputProps, 'name' | 'children' | 'error'> {
332
332
  }
333
333
  export declare type FieldDateValueType = null | string | Date;
334
334
  export interface FieldDateComponentProps<Value = FieldDateValueType> extends ValueComponentProps<Value>, DateSelectProps {
335
335
  }
336
- export interface FieldDateProps<Value = FieldDateValueType> extends FieldProps<Value>, Omit<DateSelectProps, 'error' | 'value'> {
336
+ export interface FieldDateProps<Value = FieldDateValueType> extends FieldProps<Value>, Omit<DateSelectProps, 'error'> {
337
337
  }
338
338
  export declare type FieldCheckboxValueType = boolean;
339
339
  export interface FieldCheckboxComponentProps<Value = FieldCheckboxValueType> extends ValueComponentProps<Value>, CheckboxProps {
@@ -342,7 +342,7 @@ export interface FieldCheckboxComponentProps<Value = FieldCheckboxValueType> ext
342
342
  */
343
343
  i18nScope?: string;
344
344
  }
345
- export interface FieldCheckboxProps<Value = FieldCheckboxValueType> extends FieldProps<Value>, Omit<CheckboxProps, 'name' | 'error' | 'children' | 'value'> {
345
+ export interface FieldCheckboxProps<Value = FieldCheckboxValueType> extends FieldProps<Value>, Omit<CheckboxProps, 'name' | 'error' | 'children'> {
346
346
  /**
347
347
  * @since 10.19.0
348
348
  */
@@ -351,12 +351,12 @@ export interface FieldCheckboxProps<Value = FieldCheckboxValueType> extends Fiel
351
351
  export declare type FieldTextAreaValueType = string;
352
352
  export interface FieldTextAreaComponentProps<Value = FieldTextAreaValueType> extends ValueComponentProps<Value>, TextAreaProps {
353
353
  }
354
- export interface FieldTextAreaProps<Value = FieldTextAreaValueType> extends FieldProps<Value>, Omit<TextAreaProps, 'name' | 'error' | 'children' | 'value'> {
354
+ export interface FieldTextAreaProps<Value = FieldTextAreaValueType> extends FieldProps<Value>, Omit<TextAreaProps, 'name' | 'error' | 'children'> {
355
355
  }
356
356
  export declare type FieldRichTextValueType = string;
357
357
  export interface FieldRichTextComponentProps<Value = FieldRichTextValueType> extends ValueComponentProps<Value>, TextEditorProps {
358
358
  }
359
- export interface FieldRichTextProps<Value = FieldRichTextValueType> extends Omit<FieldProps<Value>, 'error'>, Omit<TextEditorProps, 'value'> {
359
+ export interface FieldRichTextProps<Value = FieldRichTextValueType> extends Omit<FieldProps<Value>, 'error'>, TextEditorProps {
360
360
  }
361
361
  export declare type FieldRadioButtonsValueType = any;
362
362
  export interface FieldRadioButtonsComponentProps<Value = FieldRadioButtonsValueType> extends ValueComponentProps<Value>, Partial<OptionList<Value>>, Pick<Props, 'className' | 'style'> {
@@ -501,21 +501,21 @@ export interface FieldPillSelectComponentProps<Value = FieldPillSelectValueType>
501
501
  export interface FieldPillSelectProps<Value = FieldPillSelectValueType> extends FieldProps<Value>, PillSelectCommon {
502
502
  }
503
503
  export declare type FieldMultiSelectValueType = any[];
504
- interface MultiSelectCommon<Value> extends Partial<OptionList<ValueInArray<Value>>>, Omit<MultiSelectProps, 'options' | 'getLabel' | 'getId' | 'error' | 'value'> {
504
+ interface MultiSelectCommon<Value> extends Partial<OptionList<ValueInArray<Value>>>, Omit<MultiSelectProps, 'options' | 'getLabel' | 'getId' | 'error'> {
505
505
  }
506
506
  export interface FieldMultiSelectComponentProps<Value = FieldMultiSelectValueType> extends ValueComponentProps<Value>, MultiSelectCommon<Value> {
507
507
  }
508
508
  export interface FieldMultiSelectProps<Value = FieldMultiSelectValueType> extends FieldProps<Value>, MultiSelectCommon<Value> {
509
509
  }
510
510
  export declare type FieldGroupSelectValueType = any[];
511
- interface GroupSelectCommon<Value> extends Partial<OptionList<Value[keyof Value]>>, Omit<GroupSelectProps, 'options' | 'getLabel' | 'getId' | 'error' | 'value'> {
511
+ interface GroupSelectCommon<Value> extends Partial<OptionList<Value[keyof Value]>>, Omit<GroupSelectProps, 'options' | 'getLabel' | 'getId' | 'error'> {
512
512
  }
513
513
  export interface FieldGroupSelectComponentProps<Value = FieldGroupSelectValueType> extends ValueComponentProps<Value>, GroupSelectCommon<Value> {
514
514
  }
515
515
  export interface FieldGroupSelectProps<Value = FieldGroupSelectValueType> extends FieldProps<Value>, GroupSelectCommon<Value> {
516
516
  }
517
517
  export declare type FieldTieredSelectValueType = any[];
518
- interface TieredSelectCommon<Value> extends Partial<OptionList<Value[keyof Value]>>, Omit<TieredSelectProps, 'options' | 'getLabel' | 'getId' | 'error' | 'children' | 'value'> {
518
+ interface TieredSelectCommon<Value> extends Partial<OptionList<Value[keyof Value]>>, Omit<TieredSelectProps, 'options' | 'getLabel' | 'getId' | 'error' | 'children'> {
519
519
  }
520
520
  export interface FieldTieredSelectComponentProps<Value = FieldTieredSelectValueType> extends ValueComponentProps<Value>, TieredSelectCommon<Value> {
521
521
  }
@@ -10,7 +10,7 @@
10
10
  "description": "Instead of using the default children, you can pass in your own.",
11
11
  "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>",
12
12
  "sourceFile": "packages/core-react/src/utils/types.ts",
13
- "sourceUrl": "https://github.com/procore/core/blob/155177abc/packages/core-react/src/utils/types.ts#L40"
13
+ "sourceUrl": "https://github.com/procore/core/blob/7aaf4ffa8/packages/core-react/src/utils/types.ts#L40"
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/155177abc/packages/core-react/src/utils/types.ts#L45"
23
+ "sourceUrl": "https://github.com/procore/core/blob/7aaf4ffa8/packages/core-react/src/utils/types.ts#L45"
24
24
  },
25
25
  {
26
26
  "name": "icon",
@@ -32,7 +32,7 @@
32
32
  "deprecated": "\n\nThe `string` type icon has been deprecated and will be removed in the future.\nPlease use a React icon component from the `@procore/core-icons/dist` package.\n\n**Before**\n\n```\n<Avatar>\n <Avatar.Icon icon=\"building\" />\n</Avatar>\n```\n\n**After**\n\n```\n<Avatar>\n <Avatar.Icon icon={<Building />} />\n</Avatar>\n```\n",
33
33
  "deprecatedSince": "10.20.0",
34
34
  "sourceFile": "packages/core-react/src/components/Avatar/Avatar.types.ts",
35
- "sourceUrl": "https://github.com/procore/core/blob/155177abc/packages/core-react/src/components/Avatar/Avatar.types.ts#L71"
35
+ "sourceUrl": "https://github.com/procore/core/blob/7aaf4ffa8/packages/core-react/src/components/Avatar/Avatar.types.ts#L71"
36
36
  },
37
37
  {
38
38
  "name": "style",
@@ -42,7 +42,7 @@
42
42
  "description": "Additional CSS styles",
43
43
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
44
44
  "sourceFile": "packages/core-react/src/utils/types.ts",
45
- "sourceUrl": "https://github.com/procore/core/blob/155177abc/packages/core-react/src/utils/types.ts#L50"
45
+ "sourceUrl": "https://github.com/procore/core/blob/7aaf4ffa8/packages/core-react/src/utils/types.ts#L50"
46
46
  }
47
47
  ],
48
48
  "description": ""
@@ -58,7 +58,7 @@
58
58
  "description": "Instead of using the default children, you can pass in your own.",
59
59
  "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>",
60
60
  "sourceFile": "packages/core-react/src/utils/types.ts",
61
- "sourceUrl": "https://github.com/procore/core/blob/155177abc/packages/core-react/src/utils/types.ts#L40"
61
+ "sourceUrl": "https://github.com/procore/core/blob/7aaf4ffa8/packages/core-react/src/utils/types.ts#L40"
62
62
  },
63
63
  {
64
64
  "name": "className",
@@ -68,7 +68,7 @@
68
68
  "description": "Additional classNames",
69
69
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
70
70
  "sourceFile": "packages/core-react/src/utils/types.ts",
71
- "sourceUrl": "https://github.com/procore/core/blob/155177abc/packages/core-react/src/utils/types.ts#L45"
71
+ "sourceUrl": "https://github.com/procore/core/blob/7aaf4ffa8/packages/core-react/src/utils/types.ts#L45"
72
72
  },
73
73
  {
74
74
  "name": "style",
@@ -78,7 +78,7 @@
78
78
  "description": "Additional CSS styles",
79
79
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
80
80
  "sourceFile": "packages/core-react/src/utils/types.ts",
81
- "sourceUrl": "https://github.com/procore/core/blob/155177abc/packages/core-react/src/utils/types.ts#L50"
81
+ "sourceUrl": "https://github.com/procore/core/blob/7aaf4ffa8/packages/core-react/src/utils/types.ts#L50"
82
82
  }
83
83
  ],
84
84
  "description": ""
@@ -94,7 +94,7 @@
94
94
  "description": "Instead of using the default children, you can pass in your own.",
95
95
  "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>",
96
96
  "sourceFile": "packages/core-react/src/utils/types.ts",
97
- "sourceUrl": "https://github.com/procore/core/blob/155177abc/packages/core-react/src/utils/types.ts#L40"
97
+ "sourceUrl": "https://github.com/procore/core/blob/7aaf4ffa8/packages/core-react/src/utils/types.ts#L40"
98
98
  },
99
99
  {
100
100
  "name": "className",
@@ -104,7 +104,7 @@
104
104
  "description": "Additional classNames",
105
105
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
106
106
  "sourceFile": "packages/core-react/src/utils/types.ts",
107
- "sourceUrl": "https://github.com/procore/core/blob/155177abc/packages/core-react/src/utils/types.ts#L45"
107
+ "sourceUrl": "https://github.com/procore/core/blob/7aaf4ffa8/packages/core-react/src/utils/types.ts#L45"
108
108
  },
109
109
  {
110
110
  "name": "imageUrl",
@@ -114,7 +114,7 @@
114
114
  "description": "The avatar rich media url",
115
115
  "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>",
116
116
  "sourceFile": "packages/core-react/src/components/Avatar/Avatar.types.ts",
117
- "sourceUrl": "https://github.com/procore/core/blob/155177abc/packages/core-react/src/components/Avatar/Avatar.types.ts#L79"
117
+ "sourceUrl": "https://github.com/procore/core/blob/7aaf4ffa8/packages/core-react/src/components/Avatar/Avatar.types.ts#L79"
118
118
  },
119
119
  {
120
120
  "name": "style",
@@ -124,7 +124,7 @@
124
124
  "description": "Additional CSS styles",
125
125
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
126
126
  "sourceFile": "packages/core-react/src/utils/types.ts",
127
- "sourceUrl": "https://github.com/procore/core/blob/155177abc/packages/core-react/src/utils/types.ts#L50"
127
+ "sourceUrl": "https://github.com/procore/core/blob/7aaf4ffa8/packages/core-react/src/utils/types.ts#L50"
128
128
  }
129
129
  ],
130
130
  "description": ""
@@ -140,7 +140,7 @@
140
140
  "description": "Instead of using the default children, you can pass in your own.",
141
141
  "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>",
142
142
  "sourceFile": "packages/core-react/src/utils/types.ts",
143
- "sourceUrl": "https://github.com/procore/core/blob/155177abc/packages/core-react/src/utils/types.ts#L40"
143
+ "sourceUrl": "https://github.com/procore/core/blob/7aaf4ffa8/packages/core-react/src/utils/types.ts#L40"
144
144
  },
145
145
  {
146
146
  "name": "className",
@@ -150,7 +150,7 @@
150
150
  "description": "Additional classNames",
151
151
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
152
152
  "sourceFile": "packages/core-react/src/utils/types.ts",
153
- "sourceUrl": "https://github.com/procore/core/blob/155177abc/packages/core-react/src/utils/types.ts#L45"
153
+ "sourceUrl": "https://github.com/procore/core/blob/7aaf4ffa8/packages/core-react/src/utils/types.ts#L45"
154
154
  },
155
155
  {
156
156
  "name": "clickable",
@@ -161,7 +161,7 @@
161
161
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Sets the avatar&#39;s clickable state</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd><dt>defaultvalue</dt><dd><p>false</p>\n</dd></dl></div>",
162
162
  "defaultValue": "false\n",
163
163
  "sourceFile": "packages/core-react/src/components/Avatar/Avatar.types.ts",
164
- "sourceUrl": "https://github.com/procore/core/blob/155177abc/packages/core-react/src/components/Avatar/Avatar.types.ts#L12"
164
+ "sourceUrl": "https://github.com/procore/core/blob/7aaf4ffa8/packages/core-react/src/components/Avatar/Avatar.types.ts#L12"
165
165
  },
166
166
  {
167
167
  "name": "disabled",
@@ -172,7 +172,7 @@
172
172
  "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>",
173
173
  "defaultValue": "false\n",
174
174
  "sourceFile": "packages/core-react/src/components/Avatar/Avatar.types.ts",
175
- "sourceUrl": "https://github.com/procore/core/blob/155177abc/packages/core-react/src/components/Avatar/Avatar.types.ts#L18"
175
+ "sourceUrl": "https://github.com/procore/core/blob/7aaf4ffa8/packages/core-react/src/components/Avatar/Avatar.types.ts#L18"
176
176
  },
177
177
  {
178
178
  "name": "size",
@@ -185,7 +185,7 @@
185
185
  "deprecated": "\n\nSize \"xl\" has 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",
186
186
  "deprecatedSince": "10.20.0",
187
187
  "sourceFile": "packages/core-react/src/components/Avatar/Avatar.types.ts",
188
- "sourceUrl": "https://github.com/procore/core/blob/155177abc/packages/core-react/src/components/Avatar/Avatar.types.ts#L40"
188
+ "sourceUrl": "https://github.com/procore/core/blob/7aaf4ffa8/packages/core-react/src/components/Avatar/Avatar.types.ts#L40"
189
189
  },
190
190
  {
191
191
  "name": "style",
@@ -195,7 +195,7 @@
195
195
  "description": "Additional CSS styles",
196
196
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
197
197
  "sourceFile": "packages/core-react/src/utils/types.ts",
198
- "sourceUrl": "https://github.com/procore/core/blob/155177abc/packages/core-react/src/utils/types.ts#L50"
198
+ "sourceUrl": "https://github.com/procore/core/blob/7aaf4ffa8/packages/core-react/src/utils/types.ts#L50"
199
199
  }
200
200
  ],
201
201
  "description": ""
@@ -10,7 +10,7 @@
10
10
  "description": "Avatar description",
11
11
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Avatar description</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
12
12
  "sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
13
- "sourceUrl": "https://github.com/procore/core/blob/155177abc/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L25"
13
+ "sourceUrl": "https://github.com/procore/core/blob/7aaf4ffa8/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L25"
14
14
  },
15
15
  {
16
16
  "name": "id",
@@ -20,7 +20,7 @@
20
20
  "description": "Avatar ID",
21
21
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Avatar ID</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
22
22
  "sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
23
- "sourceUrl": "https://github.com/procore/core/blob/155177abc/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L10"
23
+ "sourceUrl": "https://github.com/procore/core/blob/7aaf4ffa8/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L10"
24
24
  },
25
25
  {
26
26
  "name": "imageUrl",
@@ -30,7 +30,7 @@
30
30
  "description": "Avatar image URL",
31
31
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Avatar image URL</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/components/AvatarStack/AvatarStack.types.ts",
33
- "sourceUrl": "https://github.com/procore/core/blob/155177abc/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L30"
33
+ "sourceUrl": "https://github.com/procore/core/blob/7aaf4ffa8/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L30"
34
34
  },
35
35
  {
36
36
  "name": "inactive",
@@ -41,7 +41,7 @@
41
41
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Avatar inactive state</p>\n</div><dl class=\"tsd-comment-tags\"><dt>defaultvalue</dt><dd><p>false</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
42
42
  "defaultValue": "false",
43
43
  "sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
44
- "sourceUrl": "https://github.com/procore/core/blob/155177abc/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L46"
44
+ "sourceUrl": "https://github.com/procore/core/blob/7aaf4ffa8/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L46"
45
45
  },
46
46
  {
47
47
  "name": "initials",
@@ -51,7 +51,7 @@
51
51
  "description": "Avatar initials",
52
52
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Avatar initials</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
53
53
  "sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
54
- "sourceUrl": "https://github.com/procore/core/blob/155177abc/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L40"
54
+ "sourceUrl": "https://github.com/procore/core/blob/7aaf4ffa8/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L40"
55
55
  },
56
56
  {
57
57
  "name": "linkUrl",
@@ -61,7 +61,7 @@
61
61
  "description": "Avatar link URL",
62
62
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Avatar link URL</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
63
63
  "sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
64
- "sourceUrl": "https://github.com/procore/core/blob/155177abc/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L35"
64
+ "sourceUrl": "https://github.com/procore/core/blob/7aaf4ffa8/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L35"
65
65
  },
66
66
  {
67
67
  "name": "name",
@@ -71,7 +71,7 @@
71
71
  "description": "Avatar name",
72
72
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Avatar name</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
73
73
  "sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
74
- "sourceUrl": "https://github.com/procore/core/blob/155177abc/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L15"
74
+ "sourceUrl": "https://github.com/procore/core/blob/7aaf4ffa8/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L15"
75
75
  },
76
76
  {
77
77
  "name": "type",
@@ -81,7 +81,7 @@
81
81
  "description": "Avatar type",
82
82
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Avatar type</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
83
83
  "sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
84
- "sourceUrl": "https://github.com/procore/core/blob/155177abc/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L20"
84
+ "sourceUrl": "https://github.com/procore/core/blob/7aaf4ffa8/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L20"
85
85
  }
86
86
  ],
87
87
  "description": ""
@@ -97,7 +97,7 @@
97
97
  "description": "Avatar stack items",
98
98
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Avatar stack items</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.22.0</p>\n</dd></dl></div>",
99
99
  "sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
100
- "sourceUrl": "https://github.com/procore/core/blob/155177abc/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L58"
100
+ "sourceUrl": "https://github.com/procore/core/blob/7aaf4ffa8/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L58"
101
101
  },
102
102
  {
103
103
  "name": "size",
@@ -108,7 +108,7 @@
108
108
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Avatar stack size</p>\n</div><dl class=\"tsd-comment-tags\"><dt>defaultvalue</dt><dd><p>lg</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
109
109
  "defaultValue": "lg",
110
110
  "sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
111
- "sourceUrl": "https://github.com/procore/core/blob/155177abc/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L80"
111
+ "sourceUrl": "https://github.com/procore/core/blob/7aaf4ffa8/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L80"
112
112
  },
113
113
  {
114
114
  "name": "title",
@@ -118,7 +118,7 @@
118
118
  "description": "Avatar stack title",
119
119
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Avatar stack title</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
120
120
  "sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
121
- "sourceUrl": "https://github.com/procore/core/blob/155177abc/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L73"
121
+ "sourceUrl": "https://github.com/procore/core/blob/7aaf4ffa8/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L73"
122
122
  },
123
123
  {
124
124
  "name": "getImageUrl",
@@ -128,7 +128,7 @@
128
128
  "description": "Avatar item imageURL getter",
129
129
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Avatar item imageURL getter</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.22.0</p>\n</dd></dl></div>",
130
130
  "sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
131
- "sourceUrl": "https://github.com/procore/core/blob/155177abc/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L63"
131
+ "sourceUrl": "https://github.com/procore/core/blob/7aaf4ffa8/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L63"
132
132
  },
133
133
  {
134
134
  "name": "getInitials",
@@ -138,7 +138,7 @@
138
138
  "description": "Avatar item initials getter",
139
139
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Avatar item initials getter</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.22.0</p>\n</dd></dl></div>",
140
140
  "sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
141
- "sourceUrl": "https://github.com/procore/core/blob/155177abc/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L68"
141
+ "sourceUrl": "https://github.com/procore/core/blob/7aaf4ffa8/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L68"
142
142
  }
143
143
  ],
144
144
  "description": ""
@@ -154,7 +154,7 @@
154
154
  "description": "",
155
155
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
156
156
  "sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
157
- "sourceUrl": "https://github.com/procore/core/blob/155177abc/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L103"
157
+ "sourceUrl": "https://github.com/procore/core/blob/7aaf4ffa8/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L103"
158
158
  },
159
159
  {
160
160
  "name": "items",
@@ -164,7 +164,7 @@
164
164
  "description": "",
165
165
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.22.0</p>\n</dd></dl></div>",
166
166
  "sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
167
- "sourceUrl": "https://github.com/procore/core/blob/155177abc/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L87"
167
+ "sourceUrl": "https://github.com/procore/core/blob/7aaf4ffa8/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L87"
168
168
  },
169
169
  {
170
170
  "name": "restCountLabel",
@@ -174,7 +174,7 @@
174
174
  "description": "",
175
175
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
176
176
  "sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
177
- "sourceUrl": "https://github.com/procore/core/blob/155177abc/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L99"
177
+ "sourceUrl": "https://github.com/procore/core/blob/7aaf4ffa8/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L99"
178
178
  },
179
179
  {
180
180
  "name": "size",
@@ -184,7 +184,7 @@
184
184
  "description": "",
185
185
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
186
186
  "sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
187
- "sourceUrl": "https://github.com/procore/core/blob/155177abc/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L95"
187
+ "sourceUrl": "https://github.com/procore/core/blob/7aaf4ffa8/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L95"
188
188
  },
189
189
  {
190
190
  "name": "onClickViewAll",
@@ -194,7 +194,7 @@
194
194
  "description": "",
195
195
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
196
196
  "sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
197
- "sourceUrl": "https://github.com/procore/core/blob/155177abc/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L91"
197
+ "sourceUrl": "https://github.com/procore/core/blob/7aaf4ffa8/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L91"
198
198
  }
199
199
  ],
200
200
  "description": ""
@@ -210,7 +210,7 @@
210
210
  "description": "",
211
211
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
212
212
  "sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
213
- "sourceUrl": "https://github.com/procore/core/blob/155177abc/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L118"
213
+ "sourceUrl": "https://github.com/procore/core/blob/7aaf4ffa8/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L118"
214
214
  },
215
215
  {
216
216
  "name": "items",
@@ -220,7 +220,7 @@
220
220
  "description": "",
221
221
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.22.0</p>\n</dd></dl></div>",
222
222
  "sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
223
- "sourceUrl": "https://github.com/procore/core/blob/155177abc/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L110"
223
+ "sourceUrl": "https://github.com/procore/core/blob/7aaf4ffa8/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L110"
224
224
  },
225
225
  {
226
226
  "name": "title",
@@ -230,7 +230,7 @@
230
230
  "description": "",
231
231
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
232
232
  "sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
233
- "sourceUrl": "https://github.com/procore/core/blob/155177abc/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L122"
233
+ "sourceUrl": "https://github.com/procore/core/blob/7aaf4ffa8/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L122"
234
234
  },
235
235
  {
236
236
  "name": "onClose",
@@ -240,7 +240,7 @@
240
240
  "description": "",
241
241
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
242
242
  "sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
243
- "sourceUrl": "https://github.com/procore/core/blob/155177abc/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L114"
243
+ "sourceUrl": "https://github.com/procore/core/blob/7aaf4ffa8/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L114"
244
244
  }
245
245
  ],
246
246
  "description": ""
@@ -10,7 +10,7 @@
10
10
  "description": "Instead of using the default children, you can pass in your own.",
11
11
  "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>",
12
12
  "sourceFile": "packages/core-react/src/utils/types.ts",
13
- "sourceUrl": "https://github.com/procore/core/blob/155177abc/packages/core-react/src/utils/types.ts#L40"
13
+ "sourceUrl": "https://github.com/procore/core/blob/7aaf4ffa8/packages/core-react/src/utils/types.ts#L40"
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/155177abc/packages/core-react/src/utils/types.ts#L45"
23
+ "sourceUrl": "https://github.com/procore/core/blob/7aaf4ffa8/packages/core-react/src/utils/types.ts#L45"
24
24
  },
25
25
  {
26
26
  "name": "style",
@@ -30,7 +30,7 @@
30
30
  "description": "Additional CSS styles",
31
31
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
32
32
  "sourceFile": "packages/core-react/src/utils/types.ts",
33
- "sourceUrl": "https://github.com/procore/core/blob/155177abc/packages/core-react/src/utils/types.ts#L50"
33
+ "sourceUrl": "https://github.com/procore/core/blob/7aaf4ffa8/packages/core-react/src/utils/types.ts#L50"
34
34
  }
35
35
  ],
36
36
  "description": ""
@@ -46,7 +46,7 @@
46
46
  "description": "Instead of using the default children, you can pass in your own.",
47
47
  "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>",
48
48
  "sourceFile": "packages/core-react/src/utils/types.ts",
49
- "sourceUrl": "https://github.com/procore/core/blob/155177abc/packages/core-react/src/utils/types.ts#L40"
49
+ "sourceUrl": "https://github.com/procore/core/blob/7aaf4ffa8/packages/core-react/src/utils/types.ts#L40"
50
50
  },
51
51
  {
52
52
  "name": "className",
@@ -56,7 +56,7 @@
56
56
  "description": "Additional classNames",
57
57
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
58
58
  "sourceFile": "packages/core-react/src/utils/types.ts",
59
- "sourceUrl": "https://github.com/procore/core/blob/155177abc/packages/core-react/src/utils/types.ts#L45"
59
+ "sourceUrl": "https://github.com/procore/core/blob/7aaf4ffa8/packages/core-react/src/utils/types.ts#L45"
60
60
  },
61
61
  {
62
62
  "name": "style",
@@ -66,7 +66,7 @@
66
66
  "description": "Additional CSS styles",
67
67
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
68
68
  "sourceFile": "packages/core-react/src/utils/types.ts",
69
- "sourceUrl": "https://github.com/procore/core/blob/155177abc/packages/core-react/src/utils/types.ts#L50"
69
+ "sourceUrl": "https://github.com/procore/core/blob/7aaf4ffa8/packages/core-react/src/utils/types.ts#L50"
70
70
  }
71
71
  ],
72
72
  "description": ""