@procore/core-react 11.19.0 → 11.20.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.
- package/dist/DateInput/DateInput.js +3 -0
- package/dist/DateInput/DateInput.js.map +1 -1
- package/dist/FileSelect/FileExplorer/FileExplorer.styles.js +6 -4
- package/dist/FileSelect/FileExplorer/FileExplorer.styles.js.map +1 -1
- package/dist/FileSelect/GridSource/GridSource.js +20 -3
- package/dist/FileSelect/GridSource/GridSource.js.map +1 -1
- package/dist/FileSelect/GridSource/GridSource.styles.d.ts +0 -1
- package/dist/FileSelect/GridSource/GridSource.styles.js +2 -3
- package/dist/FileSelect/GridSource/GridSource.styles.js.map +1 -1
- package/dist/FileSelect/storyHelpers.d.ts +20 -0
- package/dist/FileSelect/storyHelpers.js +15 -0
- package/dist/FileSelect/storyHelpers.js.map +1 -1
- package/dist/Panel/Panel.js +2 -2
- package/dist/Panel/Panel.js.map +1 -1
- package/dist/ThumbnailGrid/ThumbnailGrid.js +96 -16
- package/dist/ThumbnailGrid/ThumbnailGrid.js.map +1 -1
- package/dist/ThumbnailGrid/ThumbnailGrid.styles.d.ts +2 -0
- package/dist/ThumbnailGrid/ThumbnailGrid.styles.js +6 -4
- package/dist/ThumbnailGrid/ThumbnailGrid.styles.js.map +1 -1
- package/dist/ThumbnailGrid/ThumbnailGrid.types.d.ts +31 -1
- package/dist/Tree/Tree.js +1 -1
- package/dist/Tree/Tree.js.map +1 -1
- package/dist/Typography/Typography.colors.story.d.ts +2 -0
- package/dist/Typography/Typography.colors.story.js +146 -0
- package/dist/Typography/Typography.colors.story.js.map +1 -0
- package/dist/Typography/Typography.table.story.d.ts +2 -0
- package/dist/Typography/Typography.table.story.js +62 -0
- package/dist/Typography/Typography.table.story.js.map +1 -0
- package/dist/_hooks/I18n.d.ts +37 -1
- package/dist/_hooks/I18n.js.map +1 -1
- package/dist/_locales/de-DE.json +5 -2
- package/dist/_locales/en-AU.json +3 -0
- package/dist/_locales/en-CA.json +3 -0
- package/dist/_locales/en-GB.json +3 -0
- package/dist/_locales/es-ES.json +4 -1
- package/dist/_locales/es.json +3 -0
- package/dist/_locales/fr-CA.json +5 -2
- package/dist/_locales/fr-FR.json +3 -0
- package/dist/_locales/is-IS.json +3 -0
- package/dist/_locales/pt-BR.json +4 -1
- package/dist/_locales/th-TH.json +3 -0
- package/dist/_locales/zh-SG.json +3 -0
- package/dist/_typedoc/Avatar/Avatar.types.json +20 -20
- package/dist/_typedoc/AvatarStack/AvatarStack.types.json +23 -23
- package/dist/_typedoc/Badge/Badge.types.json +6 -6
- package/dist/_typedoc/Banner/Banner.types.json +13 -13
- package/dist/_typedoc/Box/Box.types.json +68 -68
- package/dist/_typedoc/Breadcrumbs/Breadcrumbs.types.json +10 -10
- package/dist/_typedoc/Button/Button.types.json +11 -11
- package/dist/_typedoc/Calendar/Calendar.types.json +158 -158
- package/dist/_typedoc/Card/Card.types.json +6 -6
- package/dist/_typedoc/Checkbox/Checkbox.types.json +7 -7
- package/dist/_typedoc/ContactItem/ContactItem.types.json +9 -9
- package/dist/_typedoc/DateInput/DateInput.types.json +35 -35
- package/dist/_typedoc/DateSelect/DateSelect.types.json +13 -13
- package/dist/_typedoc/DetailPage/DetailPage.types.json +4 -4
- package/dist/_typedoc/Dropdown/Dropdown.types.json +37 -37
- package/dist/_typedoc/DropdownFlyout/DropdownFlyout.types.json +29 -29
- package/dist/_typedoc/Dropzone/Dropzone.types.json +41 -41
- package/dist/_typedoc/EmptyState/EmptyState.types.json +14 -14
- package/dist/_typedoc/FileList/FileList.types.json +9 -9
- package/dist/_typedoc/FileSelect/FileSelect.types.json +26 -26
- package/dist/_typedoc/FileSelect/GridSource/GridSource.types.json +20 -20
- package/dist/_typedoc/FileSelect/LocalSource/LocalSource.types.json +14 -14
- package/dist/_typedoc/FileSelect/TreeSource/TreeSource.types.json +9 -9
- package/dist/_typedoc/Flex/Flex.types.json +27 -27
- package/dist/_typedoc/FlexList/FlexList.types.json +30 -30
- package/dist/_typedoc/Form/Form.types.json +698 -698
- package/dist/_typedoc/Grid/Grid.types.json +8 -8
- package/dist/_typedoc/GroupSelect/GroupSelect.types.json +52 -52
- package/dist/_typedoc/Input/Input.types.json +2 -2
- package/dist/_typedoc/Link/Link.types.json +4 -4
- package/dist/_typedoc/ListPage/ListPage.types.json +13 -13
- package/dist/_typedoc/Menu/Menu.types.json +62 -62
- package/dist/_typedoc/MenuImperative/MenuImperative.types.json +74 -74
- package/dist/_typedoc/Modal/Modal.types.json +41 -41
- package/dist/_typedoc/MultiSelect/MultiSelect.types.json +31 -31
- package/dist/_typedoc/Notation/Notation.types.json +4 -4
- package/dist/_typedoc/NumberInput/NumberInput.types.json +38 -38
- package/dist/_typedoc/OverlayTrigger/OverlayTrigger.types.json +30 -30
- package/dist/_typedoc/PageLayout/PageLayout.types.json +22 -22
- package/dist/_typedoc/Pagination/Pagination.types.json +7 -7
- package/dist/_typedoc/Panel/Panel.types.json +27 -27
- package/dist/_typedoc/Pill/Pill.types.json +2 -2
- package/dist/_typedoc/PillSelect/PillSelect.types.json +46 -46
- package/dist/_typedoc/Popover/Popover.types.json +14 -14
- package/dist/_typedoc/ProgressBar/ProgressBar.types.json +6 -6
- package/dist/_typedoc/RadioButton/RadioButton.types.json +6 -6
- package/dist/_typedoc/Required/Required.types.json +5 -5
- package/dist/_typedoc/Search/Search.types.json +18 -18
- package/dist/_typedoc/Section/Section.types.json +14 -14
- package/dist/_typedoc/SegmentedController/SegmentedController.types.json +20 -20
- package/dist/_typedoc/Select/Select.types.json +268 -32
- package/dist/_typedoc/Slider/Slider.types.json +6 -6
- package/dist/_typedoc/Spinner/Spinner.types.json +9 -9
- package/dist/_typedoc/Switch/Switch.types.json +3 -3
- package/dist/_typedoc/Table/Table.types.json +98 -98
- package/dist/_typedoc/Tabs/Tabs.types.json +17 -17
- package/dist/_typedoc/Tearsheet/Tearsheet.types.json +16 -16
- package/dist/_typedoc/TextArea/TextArea.types.json +3 -3
- package/dist/_typedoc/TextEditor/TextEditor.types.json +9 -9
- package/dist/_typedoc/TextEditorOutput/TextEditorOutput.types.json +4 -4
- package/dist/_typedoc/Thumbnail/Thumbnail.types.json +19 -19
- package/dist/_typedoc/TieredDropdown/TieredDropdown.types.json +42 -42
- package/dist/_typedoc/TieredSelect/TieredSelect.types.json +28 -28
- package/dist/_typedoc/Tile/Tile.types.json +30 -30
- package/dist/_typedoc/Toast/Toast.types.json +4 -4
- package/dist/_typedoc/ToggleButton/ToggleButton.types.json +3 -3
- package/dist/_typedoc/Token/Token.types.json +4 -4
- package/dist/_typedoc/ToolHeader/ToolHeader.types.json +10 -10
- package/dist/_typedoc/Tooltip/Tooltip.types.json +13 -13
- package/dist/_typedoc/Tree/Tree.types.json +86 -86
- package/dist/_typedoc/Typeahead/Typeahead.types.json +2 -2
- package/dist/_typedoc/Typography/Typography.types.json +8 -8
- package/dist/_typedoc/_utils/types.json +3 -3
- package/dist/_utils/CalendarHelpers.js +3 -1
- package/dist/_utils/CalendarHelpers.js.map +1 -1
- package/dist/_utils/TinyMCE.js +3 -1
- package/dist/_utils/TinyMCE.js.map +1 -1
- package/dist/_utils/propsTypedoc.d.ts +1 -1
- package/package.json +12 -10
- package/catalog-info.yaml +0 -48
- package/coverage/clover.xml +0 -14506
- package/coverage/coverage-final.json +0 -405
- package/coverage/lcov-report/base.css +0 -224
- package/coverage/lcov-report/block-navigation.js +0 -87
- package/coverage/lcov-report/favicon.png +0 -0
- package/coverage/lcov-report/index.html +0 -1751
- package/coverage/lcov-report/prettify.css +0 -1
- package/coverage/lcov-report/prettify.js +0 -2
- package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/coverage/lcov-report/sorter.js +0 -196
- package/coverage/lcov-report/src/Avatar/Avatar.coverage.stories.tsx.html +0 -670
- package/coverage/lcov-report/src/Avatar/Avatar.demo.stories.tsx.html +0 -376
- package/coverage/lcov-report/src/Avatar/Avatar.styles.ts.html +0 -517
- package/coverage/lcov-report/src/Avatar/Avatar.tsx.html +0 -661
- package/coverage/lcov-report/src/Avatar/index.html +0 -176
- package/coverage/lcov-report/src/Avatar/index.ts.html +0 -103
- package/coverage/lcov-report/src/AvatarStack/AvatarStack.constants.ts.html +0 -112
- package/coverage/lcov-report/src/AvatarStack/AvatarStack.styles.ts.html +0 -244
- package/coverage/lcov-report/src/AvatarStack/AvatarStack.tsx.html +0 -1510
- package/coverage/lcov-report/src/AvatarStack/index.html +0 -161
- package/coverage/lcov-report/src/AvatarStack/index.ts.html +0 -91
- package/coverage/lcov-report/src/AvatarStack/mocks/getAvatarMocks.tsx.html +0 -1138
- package/coverage/lcov-report/src/AvatarStack/mocks/images.ts.html +0 -130
- package/coverage/lcov-report/src/AvatarStack/mocks/index.html +0 -131
- package/coverage/lcov-report/src/Badge/Badge.styles.ts.html +0 -127
- package/coverage/lcov-report/src/Badge/Badge.tsx.html +0 -160
- package/coverage/lcov-report/src/Badge/index.html +0 -146
- package/coverage/lcov-report/src/Badge/index.ts.html +0 -91
- package/coverage/lcov-report/src/Banner/Banner.coverage.stories.tsx.html +0 -1177
- package/coverage/lcov-report/src/Banner/Banner.demo.stories.tsx.html +0 -739
- package/coverage/lcov-report/src/Banner/Banner.styles.ts.html +0 -721
- package/coverage/lcov-report/src/Banner/Banner.tsx.html +0 -1111
- package/coverage/lcov-report/src/Banner/index.html +0 -176
- package/coverage/lcov-report/src/Banner/index.ts.html +0 -112
- package/coverage/lcov-report/src/Box/Box.styles.ts.html +0 -286
- package/coverage/lcov-report/src/Box/Box.tsx.html +0 -424
- package/coverage/lcov-report/src/Box/index.html +0 -146
- package/coverage/lcov-report/src/Box/index.ts.html +0 -91
- package/coverage/lcov-report/src/Breadcrumbs/Breadcrumbs.coverage.stories.tsx.html +0 -727
- package/coverage/lcov-report/src/Breadcrumbs/Breadcrumbs.demo.stories.tsx.html +0 -466
- package/coverage/lcov-report/src/Breadcrumbs/Breadcrumbs.styles.ts.html +0 -280
- package/coverage/lcov-report/src/Breadcrumbs/Breadcrumbs.tsx.html +0 -451
- package/coverage/lcov-report/src/Breadcrumbs/Breadcrumbs.types.ts.html +0 -178
- package/coverage/lcov-report/src/Breadcrumbs/index.html +0 -191
- package/coverage/lcov-report/src/Breadcrumbs/index.ts.html +0 -91
- package/coverage/lcov-report/src/Button/Button.styles.ts.html +0 -835
- package/coverage/lcov-report/src/Button/Button.tsx.html +0 -547
- package/coverage/lcov-report/src/Button/index.html +0 -146
- package/coverage/lcov-report/src/Button/index.ts.html +0 -91
- package/coverage/lcov-report/src/Calendar/Calendar.styles.ts.html +0 -472
- package/coverage/lcov-report/src/Calendar/Calendar.tsx.html +0 -1339
- package/coverage/lcov-report/src/Calendar/index.html +0 -146
- package/coverage/lcov-report/src/Calendar/index.ts.html +0 -91
- package/coverage/lcov-report/src/Card/Card.styles.ts.html +0 -166
- package/coverage/lcov-report/src/Card/Card.tsx.html +0 -217
- package/coverage/lcov-report/src/Card/index.html +0 -146
- package/coverage/lcov-report/src/Card/index.ts.html +0 -91
- package/coverage/lcov-report/src/Checkbox/Checkbox.styles.ts.html +0 -907
- package/coverage/lcov-report/src/Checkbox/Checkbox.tsx.html +0 -373
- package/coverage/lcov-report/src/Checkbox/index.html +0 -146
- package/coverage/lcov-report/src/Checkbox/index.ts.html +0 -91
- package/coverage/lcov-report/src/CheckboxGroup/CheckboxGroup.tsx.html +0 -205
- package/coverage/lcov-report/src/CheckboxGroup/index.html +0 -131
- package/coverage/lcov-report/src/CheckboxGroup/index.ts.html +0 -91
- package/coverage/lcov-report/src/ClickOutside/ClickOutside.tsx.html +0 -286
- package/coverage/lcov-report/src/ClickOutside/index.html +0 -131
- package/coverage/lcov-report/src/ClickOutside/index.ts.html +0 -88
- package/coverage/lcov-report/src/ContactItem/ContactItem.styles.ts.html +0 -298
- package/coverage/lcov-report/src/ContactItem/ContactItem.tsx.html +0 -397
- package/coverage/lcov-report/src/ContactItem/index.html +0 -146
- package/coverage/lcov-report/src/ContactItem/index.ts.html +0 -91
- package/coverage/lcov-report/src/Content/Content.styles.tsx.html +0 -268
- package/coverage/lcov-report/src/Content/Content.tsx.html +0 -118
- package/coverage/lcov-report/src/Content/index.html +0 -146
- package/coverage/lcov-report/src/Content/index.ts.html +0 -88
- package/coverage/lcov-report/src/DateInput/DateInput.styles.tsx.html +0 -445
- package/coverage/lcov-report/src/DateInput/DateInput.tsx.html +0 -1855
- package/coverage/lcov-report/src/DateInput/index.html +0 -146
- package/coverage/lcov-report/src/DateInput/index.ts.html +0 -100
- package/coverage/lcov-report/src/DateSelect/DateSelect.tsx.html +0 -673
- package/coverage/lcov-report/src/DateSelect/index.html +0 -131
- package/coverage/lcov-report/src/DateSelect/index.ts.html +0 -91
- package/coverage/lcov-report/src/DetailPage/DetailPage.constants.ts.html +0 -241
- package/coverage/lcov-report/src/DetailPage/DetailPage.styles.ts.html +0 -346
- package/coverage/lcov-report/src/DetailPage/DetailPage.tsx.html +0 -577
- package/coverage/lcov-report/src/DetailPage/index.html +0 -161
- package/coverage/lcov-report/src/DetailPage/index.ts.html +0 -106
- package/coverage/lcov-report/src/Dropdown/Dropdown.styles.tsx.html +0 -184
- package/coverage/lcov-report/src/Dropdown/Dropdown.tsx.html +0 -961
- package/coverage/lcov-report/src/Dropdown/index.html +0 -146
- package/coverage/lcov-report/src/Dropdown/index.ts.html +0 -91
- package/coverage/lcov-report/src/DropdownFlyout/DropdownFlyout.helpers.tsx.html +0 -1231
- package/coverage/lcov-report/src/DropdownFlyout/DropdownFlyout.styles.tsx.html +0 -226
- package/coverage/lcov-report/src/DropdownFlyout/DropdownFlyout.tsx.html +0 -1108
- package/coverage/lcov-report/src/DropdownFlyout/DropdownFlyout.types.ts.html +0 -514
- package/coverage/lcov-report/src/DropdownFlyout/index.html +0 -191
- package/coverage/lcov-report/src/DropdownFlyout/index.ts.html +0 -91
- package/coverage/lcov-report/src/DropdownFlyout/useDropdownFlyoutOverlay.ts.html +0 -175
- package/coverage/lcov-report/src/Dropzone/Dropzone.hooks.tsx.html +0 -985
- package/coverage/lcov-report/src/Dropzone/Dropzone.styles.ts.html +0 -481
- package/coverage/lcov-report/src/Dropzone/Dropzone.tsx.html +0 -1162
- package/coverage/lcov-report/src/Dropzone/Dropzone.types.ts.html +0 -1090
- package/coverage/lcov-report/src/Dropzone/index.html +0 -176
- package/coverage/lcov-report/src/Dropzone/index.ts.html +0 -94
- package/coverage/lcov-report/src/EmptyState/EmptyState.coverage.stories.tsx.html +0 -580
- package/coverage/lcov-report/src/EmptyState/EmptyState.demo.stories.tsx.html +0 -358
- package/coverage/lcov-report/src/EmptyState/EmptyState.styles.tsx.html +0 -310
- package/coverage/lcov-report/src/EmptyState/EmptyState.tsx.html +0 -1081
- package/coverage/lcov-report/src/EmptyState/index.html +0 -176
- package/coverage/lcov-report/src/EmptyState/index.ts.html +0 -91
- package/coverage/lcov-report/src/Field/Field.styles.ts.html +0 -148
- package/coverage/lcov-report/src/Field/index.html +0 -116
- package/coverage/lcov-report/src/FileList/FileList.styles.ts.html +0 -166
- package/coverage/lcov-report/src/FileList/FileList.tsx.html +0 -484
- package/coverage/lcov-report/src/FileList/index.html +0 -146
- package/coverage/lcov-report/src/FileList/index.ts.html +0 -91
- package/coverage/lcov-report/src/FileList/storybook/fileListMockData.tsx.html +0 -199
- package/coverage/lcov-report/src/FileList/storybook/index.html +0 -116
- package/coverage/lcov-report/src/FileSelect/FileExplorer/FileExplorer.styles.ts.html +0 -334
- package/coverage/lcov-report/src/FileSelect/FileExplorer/FileExplorer.tsx.html +0 -466
- package/coverage/lcov-report/src/FileSelect/FileExplorer/FileExplorerModal.tsx.html +0 -196
- package/coverage/lcov-report/src/FileSelect/FileExplorer/FileExplorerSidebar.styles.ts.html +0 -157
- package/coverage/lcov-report/src/FileSelect/FileExplorer/FileExplorerSidebar.tsx.html +0 -418
- package/coverage/lcov-report/src/FileSelect/FileExplorer/index.html +0 -191
- package/coverage/lcov-report/src/FileSelect/FileExplorer/useSidebarNavigation.ts.html +0 -232
- package/coverage/lcov-report/src/FileSelect/FileSelect.styles.ts.html +0 -121
- package/coverage/lcov-report/src/FileSelect/FileSelect.tsx.html +0 -1570
- package/coverage/lcov-report/src/FileSelect/FileSelectDropzone/FileSelectDropzone.styles.ts.html +0 -214
- package/coverage/lcov-report/src/FileSelect/FileSelectDropzone/FileSelectDropzone.tsx.html +0 -508
- package/coverage/lcov-report/src/FileSelect/FileSelectDropzone/index.html +0 -131
- package/coverage/lcov-report/src/FileSelect/FileTokenList/FileTokenList.styles.ts.html +0 -124
- package/coverage/lcov-report/src/FileSelect/FileTokenList/FileTokenList.tsx.html +0 -454
- package/coverage/lcov-report/src/FileSelect/FileTokenList/index.html +0 -146
- package/coverage/lcov-report/src/FileSelect/FileTokenList/index.ts.html +0 -88
- package/coverage/lcov-report/src/FileSelect/GridSource/GridSource.styles.ts.html +0 -322
- package/coverage/lcov-report/src/FileSelect/GridSource/GridSource.tsx.html +0 -913
- package/coverage/lcov-report/src/FileSelect/GridSource/index.html +0 -131
- package/coverage/lcov-report/src/FileSelect/LocalSource/LocalSource.styles.ts.html +0 -283
- package/coverage/lcov-report/src/FileSelect/LocalSource/LocalSource.tsx.html +0 -1450
- package/coverage/lcov-report/src/FileSelect/LocalSource/index.html +0 -131
- package/coverage/lcov-report/src/FileSelect/ProgressAnnouncer/ProgressAnnouncer.tsx.html +0 -433
- package/coverage/lcov-report/src/FileSelect/ProgressAnnouncer/index.html +0 -131
- package/coverage/lcov-report/src/FileSelect/ProgressAnnouncer/index.ts.html +0 -88
- package/coverage/lcov-report/src/FileSelect/SourceItem/SourceItem.styles.ts.html +0 -448
- package/coverage/lcov-report/src/FileSelect/SourceItem/SourceItem.tsx.html +0 -475
- package/coverage/lcov-report/src/FileSelect/SourceItem/index.html +0 -131
- package/coverage/lcov-report/src/FileSelect/ThumbnailList/ThumbnailList.styles.ts.html +0 -286
- package/coverage/lcov-report/src/FileSelect/ThumbnailList/ThumbnailList.tsx.html +0 -739
- package/coverage/lcov-report/src/FileSelect/ThumbnailList/index.html +0 -131
- package/coverage/lcov-report/src/FileSelect/TreeSource/TreeSource.styles.ts.html +0 -112
- package/coverage/lcov-report/src/FileSelect/TreeSource/TreeSource.tsx.html +0 -619
- package/coverage/lcov-report/src/FileSelect/TreeSource/index.html +0 -131
- package/coverage/lcov-report/src/FileSelect/index.html +0 -146
- package/coverage/lcov-report/src/FileSelect/index.ts.html +0 -124
- package/coverage/lcov-report/src/FileToken/FileToken.styles.ts.html +0 -508
- package/coverage/lcov-report/src/FileToken/FileToken.tsx.html +0 -541
- package/coverage/lcov-report/src/FileToken/index.html +0 -146
- package/coverage/lcov-report/src/FileToken/index.ts.html +0 -88
- package/coverage/lcov-report/src/FilterToken/FilterToken.styles.tsx.html +0 -238
- package/coverage/lcov-report/src/FilterToken/FilterToken.tsx.html +0 -283
- package/coverage/lcov-report/src/FilterToken/index.html +0 -131
- package/coverage/lcov-report/src/Flex/Flex.tsx.html +0 -211
- package/coverage/lcov-report/src/Flex/index.html +0 -131
- package/coverage/lcov-report/src/Flex/index.ts.html +0 -91
- package/coverage/lcov-report/src/FlexList/FlexList.styles.ts.html +0 -187
- package/coverage/lcov-report/src/FlexList/FlexList.tsx.html +0 -298
- package/coverage/lcov-report/src/FlexList/index.html +0 -146
- package/coverage/lcov-report/src/FlexList/index.ts.html +0 -91
- package/coverage/lcov-report/src/Form/Form.styles.tsx.html +0 -922
- package/coverage/lcov-report/src/Form/Form.tsx.html +0 -6406
- package/coverage/lcov-report/src/Form/closeWithConfirm.tsx.html +0 -247
- package/coverage/lcov-report/src/Form/index.html +0 -161
- package/coverage/lcov-report/src/Form/index.ts.html +0 -163
- package/coverage/lcov-report/src/Grid/Grid.constants.ts.html +0 -169
- package/coverage/lcov-report/src/Grid/Grid.styles.ts.html +0 -760
- package/coverage/lcov-report/src/Grid/Grid.tsx.html +0 -295
- package/coverage/lcov-report/src/Grid/Grid.utils.ts.html +0 -115
- package/coverage/lcov-report/src/Grid/index.html +0 -176
- package/coverage/lcov-report/src/Grid/index.ts.html +0 -91
- package/coverage/lcov-report/src/GroupSelect/GroupSelect.styles.ts.html +0 -145
- package/coverage/lcov-report/src/GroupSelect/GroupSelect.tsx.html +0 -949
- package/coverage/lcov-report/src/GroupSelect/index.html +0 -146
- package/coverage/lcov-report/src/GroupSelect/index.ts.html +0 -100
- package/coverage/lcov-report/src/Input/Input.styles.ts.html +0 -388
- package/coverage/lcov-report/src/Input/Input.tsx.html +0 -151
- package/coverage/lcov-report/src/Input/index.html +0 -146
- package/coverage/lcov-report/src/Input/index.ts.html +0 -91
- package/coverage/lcov-report/src/Link/Link.styles.ts.html +0 -247
- package/coverage/lcov-report/src/Link/Link.tsx.html +0 -175
- package/coverage/lcov-report/src/Link/index.html +0 -146
- package/coverage/lcov-report/src/Link/index.ts.html +0 -91
- package/coverage/lcov-report/src/ListPage/ListPage.styles.ts.html +0 -376
- package/coverage/lcov-report/src/ListPage/ListPage.tsx.html +0 -466
- package/coverage/lcov-report/src/ListPage/index.html +0 -146
- package/coverage/lcov-report/src/ListPage/index.ts.html +0 -88
- package/coverage/lcov-report/src/Loader/Loader.styles.ts.html +0 -244
- package/coverage/lcov-report/src/Loader/Loader.tsx.html +0 -184
- package/coverage/lcov-report/src/Loader/index.html +0 -131
- package/coverage/lcov-report/src/Menu/Menu.tsx.html +0 -1501
- package/coverage/lcov-report/src/Menu/index.html +0 -131
- package/coverage/lcov-report/src/Menu/index.ts.html +0 -106
- package/coverage/lcov-report/src/MenuImperative/MenuImperative.styles.ts.html +0 -715
- package/coverage/lcov-report/src/MenuImperative/MenuImperative.tsx.html +0 -2434
- package/coverage/lcov-report/src/MenuImperative/index.html +0 -161
- package/coverage/lcov-report/src/MenuImperative/index.ts.html +0 -103
- package/coverage/lcov-report/src/MenuImperative/sensors.ts.html +0 -1045
- package/coverage/lcov-report/src/Modal/ChildRegistry.context.tsx.html +0 -289
- package/coverage/lcov-report/src/Modal/Modal.styles.ts.html +0 -709
- package/coverage/lcov-report/src/Modal/Modal.tsx.html +0 -1429
- package/coverage/lcov-report/src/Modal/index.html +0 -176
- package/coverage/lcov-report/src/Modal/index.ts.html +0 -91
- package/coverage/lcov-report/src/Modal/useInitializeModalFocus.ts.html +0 -217
- package/coverage/lcov-report/src/MultiSelect/MultiSelect.styles.tsx.html +0 -433
- package/coverage/lcov-report/src/MultiSelect/MultiSelect.tsx.html +0 -2098
- package/coverage/lcov-report/src/MultiSelect/index.html +0 -146
- package/coverage/lcov-report/src/MultiSelect/index.ts.html +0 -91
- package/coverage/lcov-report/src/NextMenu/NextMenu.styles.ts.html +0 -172
- package/coverage/lcov-report/src/NextMenu/NextMenu.tsx.html +0 -553
- package/coverage/lcov-report/src/NextMenu/NextMenuItem.tsx.html +0 -208
- package/coverage/lcov-report/src/NextMenu/index.html +0 -161
- package/coverage/lcov-report/src/NextMenu/sampleData.ts.html +0 -667
- package/coverage/lcov-report/src/NextTile/NextTile.coverage.stories.tsx.html +0 -1942
- package/coverage/lcov-report/src/NextTile/NextTile.demo.stories.tsx.html +0 -1222
- package/coverage/lcov-report/src/NextTile/NextTile.tsx.html +0 -916
- package/coverage/lcov-report/src/NextTile/index.html +0 -146
- package/coverage/lcov-report/src/Notation/Notation.tsx.html +0 -208
- package/coverage/lcov-report/src/Notation/index.html +0 -131
- package/coverage/lcov-report/src/Notation/index.ts.html +0 -91
- package/coverage/lcov-report/src/NumberInput/NumberInput.constants.ts.html +0 -94
- package/coverage/lcov-report/src/NumberInput/NumberInput.hooks.ts.html +0 -298
- package/coverage/lcov-report/src/NumberInput/NumberInput.styles.ts.html +0 -415
- package/coverage/lcov-report/src/NumberInput/NumberInput.tsx.html +0 -2212
- package/coverage/lcov-report/src/NumberInput/NumberInput.utils.ts.html +0 -2581
- package/coverage/lcov-report/src/NumberInput/index.html +0 -191
- package/coverage/lcov-report/src/NumberInput/index.ts.html +0 -91
- package/coverage/lcov-report/src/Overlay/Overlay.tsx.html +0 -292
- package/coverage/lcov-report/src/Overlay/OverlayArrow.styles.ts.html +0 -118
- package/coverage/lcov-report/src/Overlay/OverlayArrow.tsx.html +0 -205
- package/coverage/lcov-report/src/Overlay/index.html +0 -176
- package/coverage/lcov-report/src/Overlay/index.ts.html +0 -88
- package/coverage/lcov-report/src/Overlay/useOverlay.ts.html +0 -280
- package/coverage/lcov-report/src/OverlayTrigger/OverlayTrigger.tsx.html +0 -1312
- package/coverage/lcov-report/src/OverlayTrigger/a11yPresets.ts.html +0 -1258
- package/coverage/lcov-report/src/OverlayTrigger/index.html +0 -146
- package/coverage/lcov-report/src/OverlayTrigger/index.ts.html +0 -100
- package/coverage/lcov-report/src/PageLayout/PageLayout.constants.ts.html +0 -91
- package/coverage/lcov-report/src/PageLayout/PageLayout.styles.ts.html +0 -997
- package/coverage/lcov-report/src/PageLayout/PageLayout.tsx.html +0 -1390
- package/coverage/lcov-report/src/PageLayout/PageLayout.utils.ts.html +0 -289
- package/coverage/lcov-report/src/PageLayout/index.html +0 -176
- package/coverage/lcov-report/src/PageLayout/index.ts.html +0 -103
- package/coverage/lcov-report/src/Pagination/Pagination.styles.ts.html +0 -166
- package/coverage/lcov-report/src/Pagination/Pagination.tsx.html +0 -472
- package/coverage/lcov-report/src/Pagination/PaginationSelect.tsx.html +0 -598
- package/coverage/lcov-report/src/Pagination/index.html +0 -161
- package/coverage/lcov-report/src/Pagination/index.ts.html +0 -91
- package/coverage/lcov-report/src/Panel/Panel.styles.ts.html +0 -436
- package/coverage/lcov-report/src/Panel/Panel.tsx.html +0 -1087
- package/coverage/lcov-report/src/Panel/index.html +0 -146
- package/coverage/lcov-report/src/Panel/index.ts.html +0 -109
- package/coverage/lcov-report/src/Pill/Pill.colorPalette.ts.html +0 -235
- package/coverage/lcov-report/src/Pill/Pill.styles.ts.html +0 -235
- package/coverage/lcov-report/src/Pill/Pill.tsx.html +0 -235
- package/coverage/lcov-report/src/Pill/index.html +0 -161
- package/coverage/lcov-report/src/Pill/index.ts.html +0 -91
- package/coverage/lcov-report/src/PillSelect/PillSelect.styles.ts.html +0 -196
- package/coverage/lcov-report/src/PillSelect/PillSelect.tsx.html +0 -697
- package/coverage/lcov-report/src/PillSelect/index.html +0 -146
- package/coverage/lcov-report/src/PillSelect/index.ts.html +0 -91
- package/coverage/lcov-report/src/Popover/Popover.styles.ts.html +0 -202
- package/coverage/lcov-report/src/Popover/Popover.tsx.html +0 -367
- package/coverage/lcov-report/src/Popover/index.html +0 -146
- package/coverage/lcov-report/src/Popover/index.ts.html +0 -91
- package/coverage/lcov-report/src/Portal/Portal.styles.ts.html +0 -121
- package/coverage/lcov-report/src/Portal/Portal.tsx.html +0 -160
- package/coverage/lcov-report/src/Portal/index.html +0 -146
- package/coverage/lcov-report/src/Portal/index.ts.html +0 -88
- package/coverage/lcov-report/src/ProgressBar/ProgressBar.styles.tsx.html +0 -244
- package/coverage/lcov-report/src/ProgressBar/ProgressBar.tsx.html +0 -313
- package/coverage/lcov-report/src/ProgressBar/index.html +0 -146
- package/coverage/lcov-report/src/ProgressBar/index.ts.html +0 -91
- package/coverage/lcov-report/src/RadioButton/RadioButton.styles.ts.html +0 -391
- package/coverage/lcov-report/src/RadioButton/RadioButton.tsx.html +0 -214
- package/coverage/lcov-report/src/RadioButton/index.html +0 -146
- package/coverage/lcov-report/src/RadioButton/index.ts.html +0 -91
- package/coverage/lcov-report/src/Required/Required.styles.ts.html +0 -178
- package/coverage/lcov-report/src/Required/Required.tsx.html +0 -205
- package/coverage/lcov-report/src/Required/index.html +0 -146
- package/coverage/lcov-report/src/Required/index.ts.html +0 -91
- package/coverage/lcov-report/src/Search/Search.hooks.ts.html +0 -262
- package/coverage/lcov-report/src/Search/Search.styles.ts.html +0 -316
- package/coverage/lcov-report/src/Search/Search.tsx.html +0 -397
- package/coverage/lcov-report/src/Search/index.html +0 -161
- package/coverage/lcov-report/src/Search/index.ts.html +0 -91
- package/coverage/lcov-report/src/Section/Section.styles.ts.html +0 -424
- package/coverage/lcov-report/src/Section/Section.tsx.html +0 -664
- package/coverage/lcov-report/src/Section/index.html +0 -131
- package/coverage/lcov-report/src/SegmentedController/SegmentedController.styles.ts.html +0 -418
- package/coverage/lcov-report/src/SegmentedController/SegmentedController.tsx.html +0 -865
- package/coverage/lcov-report/src/SegmentedController/index.html +0 -146
- package/coverage/lcov-report/src/SegmentedController/index.ts.html +0 -91
- package/coverage/lcov-report/src/Select/Select.styles.tsx.html +0 -691
- package/coverage/lcov-report/src/Select/Select.tsx.html +0 -1252
- package/coverage/lcov-report/src/Select/index.html +0 -146
- package/coverage/lcov-report/src/Select/index.ts.html +0 -103
- package/coverage/lcov-report/src/Semantic/Semantic.styles.ts.html +0 -484
- package/coverage/lcov-report/src/Semantic/Semantic.tsx.html +0 -400
- package/coverage/lcov-report/src/Semantic/index.html +0 -146
- package/coverage/lcov-report/src/Semantic/index.ts.html +0 -88
- package/coverage/lcov-report/src/Sidebar/Sidebar.styles.ts.html +0 -358
- package/coverage/lcov-report/src/Sidebar/Sidebar.tsx.html +0 -562
- package/coverage/lcov-report/src/Sidebar/index.html +0 -146
- package/coverage/lcov-report/src/Sidebar/index.ts.html +0 -88
- package/coverage/lcov-report/src/Slider/Slider.styles.ts.html +0 -670
- package/coverage/lcov-report/src/Slider/Slider.tsx.html +0 -580
- package/coverage/lcov-report/src/Slider/index.html +0 -146
- package/coverage/lcov-report/src/Slider/index.tsx.html +0 -91
- package/coverage/lcov-report/src/Spinner/Spinner.styles.ts.html +0 -706
- package/coverage/lcov-report/src/Spinner/Spinner.tsx.html +0 -373
- package/coverage/lcov-report/src/Spinner/index.html +0 -146
- package/coverage/lcov-report/src/Spinner/index.ts.html +0 -91
- package/coverage/lcov-report/src/SuperSelect/SuperSelect.components.tsx.html +0 -1453
- package/coverage/lcov-report/src/SuperSelect/SuperSelect.constants.ts.html +0 -91
- package/coverage/lcov-report/src/SuperSelect/SuperSelect.presets.styles.ts.html +0 -106
- package/coverage/lcov-report/src/SuperSelect/SuperSelect.styles.ts.html +0 -1897
- package/coverage/lcov-report/src/SuperSelect/SuperSelect.tsx.html +0 -592
- package/coverage/lcov-report/src/SuperSelect/SuperSelect.utils.ts.html +0 -712
- package/coverage/lcov-report/src/SuperSelect/index.html +0 -221
- package/coverage/lcov-report/src/SuperSelect/presets/contactsPreset.tsx.html +0 -157
- package/coverage/lcov-report/src/SuperSelect/presets/filterPreset.tsx.html +0 -394
- package/coverage/lcov-report/src/SuperSelect/presets/index.html +0 -161
- package/coverage/lcov-report/src/SuperSelect/presets/index.ts.html +0 -118
- package/coverage/lcov-report/src/SuperSelect/presets/pillPreset.tsx.html +0 -289
- package/coverage/lcov-report/src/SuperSelect/useSuperSelect.ts.html +0 -2737
- package/coverage/lcov-report/src/SuperSelect/useVirtuosoResizeErrorFix.ts.html +0 -151
- package/coverage/lcov-report/src/Switch/Switch.styles.ts.html +0 -337
- package/coverage/lcov-report/src/Switch/Switch.tsx.html +0 -250
- package/coverage/lcov-report/src/Switch/index.html +0 -146
- package/coverage/lcov-report/src/Switch/index.ts.html +0 -91
- package/coverage/lcov-report/src/Table/Table.styles.ts.html +0 -2668
- package/coverage/lcov-report/src/Table/Table.tsx.html +0 -1924
- package/coverage/lcov-report/src/Table/index.html +0 -146
- package/coverage/lcov-report/src/Table/index.ts.html +0 -103
- package/coverage/lcov-report/src/TableShelf/TableShelf.styles.ts.html +0 -190
- package/coverage/lcov-report/src/TableShelf/TableShelf.tsx.html +0 -364
- package/coverage/lcov-report/src/TableShelf/index.html +0 -146
- package/coverage/lcov-report/src/TableShelf/index.ts.html +0 -88
- package/coverage/lcov-report/src/Tabs/Tabs.coverage.stories.tsx.html +0 -1192
- package/coverage/lcov-report/src/Tabs/Tabs.demo.stories.tsx.html +0 -415
- package/coverage/lcov-report/src/Tabs/Tabs.styles.ts.html +0 -697
- package/coverage/lcov-report/src/Tabs/Tabs.tsx.html +0 -991
- package/coverage/lcov-report/src/Tabs/index.html +0 -176
- package/coverage/lcov-report/src/Tabs/index.ts.html +0 -91
- package/coverage/lcov-report/src/Tearsheet/Tearsheet.constants.ts.html +0 -109
- package/coverage/lcov-report/src/Tearsheet/Tearsheet.styles.ts.html +0 -838
- package/coverage/lcov-report/src/Tearsheet/Tearsheet.tsx.html +0 -787
- package/coverage/lcov-report/src/Tearsheet/Tearsheet.util.ts.html +0 -370
- package/coverage/lcov-report/src/Tearsheet/index.html +0 -176
- package/coverage/lcov-report/src/Tearsheet/index.ts.html +0 -91
- package/coverage/lcov-report/src/TextArea/TextArea.styles.ts.html +0 -121
- package/coverage/lcov-report/src/TextArea/TextArea.tsx.html +0 -166
- package/coverage/lcov-report/src/TextArea/index.html +0 -146
- package/coverage/lcov-report/src/TextArea/index.ts.html +0 -91
- package/coverage/lcov-report/src/TextEditor/TextEditor.styles.ts.html +0 -106
- package/coverage/lcov-report/src/TextEditor/TextEditor.tsx.html +0 -544
- package/coverage/lcov-report/src/TextEditor/index.html +0 -146
- package/coverage/lcov-report/src/TextEditor/index.ts.html +0 -91
- package/coverage/lcov-report/src/TextEditorOutput/TextEditorOutput.styles.ts.html +0 -106
- package/coverage/lcov-report/src/TextEditorOutput/TextEditorOutput.tsx.html +0 -223
- package/coverage/lcov-report/src/TextEditorOutput/index.html +0 -146
- package/coverage/lcov-report/src/TextEditorOutput/index.ts.html +0 -88
- package/coverage/lcov-report/src/Thumbnail/Thumbnail.hooks.tsx.html +0 -349
- package/coverage/lcov-report/src/Thumbnail/Thumbnail.styles.ts.html +0 -1291
- package/coverage/lcov-report/src/Thumbnail/Thumbnail.tsx.html +0 -1927
- package/coverage/lcov-report/src/Thumbnail/Thumbnail.utils.ts.html +0 -307
- package/coverage/lcov-report/src/Thumbnail/ThumbnailCaption.tsx.html +0 -523
- package/coverage/lcov-report/src/Thumbnail/ThumbnailDocumentIcon.tsx.html +0 -2104
- package/coverage/lcov-report/src/Thumbnail/ThumbnailPreview.tsx.html +0 -163
- package/coverage/lcov-report/src/Thumbnail/index.html +0 -221
- package/coverage/lcov-report/src/Thumbnail/index.ts.html +0 -97
- package/coverage/lcov-report/src/ThumbnailGrid/ThumbnailGrid.hooks.ts.html +0 -454
- package/coverage/lcov-report/src/ThumbnailGrid/ThumbnailGrid.styles.ts.html +0 -193
- package/coverage/lcov-report/src/ThumbnailGrid/ThumbnailGrid.tsx.html +0 -1606
- package/coverage/lcov-report/src/ThumbnailGrid/index.html +0 -146
- package/coverage/lcov-report/src/TieredDropdown/TieredDropdown.helpers.ts.html +0 -346
- package/coverage/lcov-report/src/TieredDropdown/TieredDropdown.tsx.html +0 -955
- package/coverage/lcov-report/src/TieredDropdown/index.html +0 -161
- package/coverage/lcov-report/src/TieredDropdown/index.ts.html +0 -91
- package/coverage/lcov-report/src/TieredDropdown/useSearch.ts.html +0 -364
- package/coverage/lcov-report/src/TieredSelect/LeafSelectionTieredSelect.tsx.html +0 -742
- package/coverage/lcov-report/src/TieredSelect/TierSelectionTieredSelect.tsx.html +0 -2026
- package/coverage/lcov-report/src/TieredSelect/TieredSelect.styles.ts.html +0 -292
- package/coverage/lcov-report/src/TieredSelect/TieredSelect.tsx.html +0 -691
- package/coverage/lcov-report/src/TieredSelect/TieredSelectMenu.tsx.html +0 -1693
- package/coverage/lcov-report/src/TieredSelect/index.html +0 -191
- package/coverage/lcov-report/src/TieredSelect/index.ts.html +0 -91
- package/coverage/lcov-report/src/Tile/Tile.styles.tsx.html +0 -793
- package/coverage/lcov-report/src/Tile/Tile.tsx.html +0 -748
- package/coverage/lcov-report/src/Tile/index.html +0 -146
- package/coverage/lcov-report/src/Tile/index.ts.html +0 -106
- package/coverage/lcov-report/src/Tile/mocks/iframe.tsx.html +0 -178
- package/coverage/lcov-report/src/Tile/mocks/index.html +0 -131
- package/coverage/lcov-report/src/Tile/mocks/svg.tsx.html +0 -2059
- package/coverage/lcov-report/src/Title/Title.styles.ts.html +0 -229
- package/coverage/lcov-report/src/Title/Title.tsx.html +0 -436
- package/coverage/lcov-report/src/Title/index.html +0 -146
- package/coverage/lcov-report/src/Title/index.ts.html +0 -91
- package/coverage/lcov-report/src/Toast/Toast.styles.ts.html +0 -211
- package/coverage/lcov-report/src/Toast/Toast.tsx.html +0 -403
- package/coverage/lcov-report/src/Toast/index.html +0 -146
- package/coverage/lcov-report/src/Toast/index.ts.html +0 -91
- package/coverage/lcov-report/src/ToggleButton/ToggleButton.styles.ts.html +0 -172
- package/coverage/lcov-report/src/ToggleButton/ToggleButton.tsx.html +0 -217
- package/coverage/lcov-report/src/ToggleButton/index.html +0 -146
- package/coverage/lcov-report/src/ToggleButton/index.ts.html +0 -91
- package/coverage/lcov-report/src/Token/Token.styles.tsx.html +0 -349
- package/coverage/lcov-report/src/Token/Token.tsx.html +0 -346
- package/coverage/lcov-report/src/Token/index.html +0 -146
- package/coverage/lcov-report/src/Token/index.ts.html +0 -91
- package/coverage/lcov-report/src/ToolHeader/ActionIcon.tsx.html +0 -292
- package/coverage/lcov-report/src/ToolHeader/ToolHeader.styles.ts.html +0 -289
- package/coverage/lcov-report/src/ToolHeader/ToolHeader.tsx.html +0 -460
- package/coverage/lcov-report/src/ToolHeader/index.html +0 -161
- package/coverage/lcov-report/src/ToolHeader/index.ts.html +0 -88
- package/coverage/lcov-report/src/Tooltip/Tooltip.styles.ts.html +0 -175
- package/coverage/lcov-report/src/Tooltip/Tooltip.tsx.html +0 -331
- package/coverage/lcov-report/src/Tooltip/index.html +0 -146
- package/coverage/lcov-report/src/Tooltip/index.ts.html +0 -91
- package/coverage/lcov-report/src/Tree/Tree.hooks.ts.html +0 -853
- package/coverage/lcov-report/src/Tree/Tree.styles.ts.html +0 -400
- package/coverage/lcov-report/src/Tree/Tree.tsx.html +0 -2194
- package/coverage/lcov-report/src/Tree/index.html +0 -161
- package/coverage/lcov-report/src/Tree/index.ts.html +0 -106
- package/coverage/lcov-report/src/Typeahead/Typeahead.styles.ts.html +0 -175
- package/coverage/lcov-report/src/Typeahead/Typeahead.tsx.html +0 -382
- package/coverage/lcov-report/src/Typeahead/index.html +0 -146
- package/coverage/lcov-report/src/Typeahead/index.ts.html +0 -100
- package/coverage/lcov-report/src/Typography/Typography.styles.ts.html +0 -412
- package/coverage/lcov-report/src/Typography/Typography.tsx.html +0 -157
- package/coverage/lcov-report/src/Typography/index.html +0 -146
- package/coverage/lcov-report/src/Typography/index.ts.html +0 -91
- package/coverage/lcov-report/src/__tests__/helpers/accessibility.tsx.html +0 -436
- package/coverage/lcov-report/src/__tests__/helpers/fakeTimers.ts.html +0 -109
- package/coverage/lcov-report/src/__tests__/helpers/index.html +0 -161
- package/coverage/lcov-report/src/__tests__/helpers/snapshots.tsx.html +0 -616
- package/coverage/lcov-report/src/__tests__/helpers/state.tsx.html +0 -400
- package/coverage/lcov-report/src/_hooks/Analytics.tsx.html +0 -286
- package/coverage/lcov-report/src/_hooks/Anchor.tsx.html +0 -652
- package/coverage/lcov-report/src/_hooks/Autofocus.ts.html +0 -325
- package/coverage/lcov-report/src/_hooks/BoundingRect.tsx.html +0 -343
- package/coverage/lcov-report/src/_hooks/Buffer.tsx.html +0 -424
- package/coverage/lcov-report/src/_hooks/ClickOutside.ts.html +0 -259
- package/coverage/lcov-report/src/_hooks/DateTime/DateTime.tsx.html +0 -1015
- package/coverage/lcov-report/src/_hooks/DateTime/index.html +0 -131
- package/coverage/lcov-report/src/_hooks/DateTime/index.ts.html +0 -106
- package/coverage/lcov-report/src/_hooks/DelayedCallback.tsx.html +0 -322
- package/coverage/lcov-report/src/_hooks/DelayedToggle.tsx.html +0 -694
- package/coverage/lcov-report/src/_hooks/Deprecation.tsx.html +0 -214
- package/coverage/lcov-report/src/_hooks/Event.tsx.html +0 -331
- package/coverage/lcov-report/src/_hooks/EventListener.ts.html +0 -571
- package/coverage/lcov-report/src/_hooks/EventRegistry.ts.html +0 -139
- package/coverage/lcov-report/src/_hooks/Hotkey.ts.html +0 -295
- package/coverage/lcov-report/src/_hooks/I18n.tsx.html +0 -412
- package/coverage/lcov-report/src/_hooks/InjectedScript.tsx.html +0 -382
- package/coverage/lcov-report/src/_hooks/IntersectionObserver/createIntersectionObserver.ts.html +0 -109
- package/coverage/lcov-report/src/_hooks/IntersectionObserver/index.html +0 -146
- package/coverage/lcov-report/src/_hooks/IntersectionObserver/index.ts.html +0 -88
- package/coverage/lcov-report/src/_hooks/IntersectionObserver/useIntersectionObserver.ts.html +0 -154
- package/coverage/lcov-report/src/_hooks/ListNavigation.tsx.html +0 -607
- package/coverage/lcov-report/src/_hooks/OverflowObserver/OverflowObserver.tsx.html +0 -286
- package/coverage/lcov-report/src/_hooks/OverflowObserver/index.html +0 -131
- package/coverage/lcov-report/src/_hooks/OverflowObserver/index.ts.html +0 -88
- package/coverage/lcov-report/src/_hooks/Resize.ts.html +0 -151
- package/coverage/lcov-report/src/_hooks/ResizeObserver.ts.html +0 -166
- package/coverage/lcov-report/src/_hooks/Scroll.ts.html +0 -166
- package/coverage/lcov-report/src/_hooks/ScrollLock.ts.html +0 -157
- package/coverage/lcov-report/src/_hooks/TextEntry.tsx.html +0 -520
- package/coverage/lcov-report/src/_hooks/Timer.tsx.html +0 -385
- package/coverage/lcov-report/src/_hooks/Trigger.tsx.html +0 -625
- package/coverage/lcov-report/src/_hooks/Visibility.tsx.html +0 -454
- package/coverage/lcov-report/src/_hooks/ZIndex.tsx.html +0 -316
- package/coverage/lcov-report/src/_hooks/index.html +0 -536
- package/coverage/lcov-report/src/_hooks/useFileUploader.tsx.html +0 -823
- package/coverage/lcov-report/src/_hooks/useFocusWithin.ts.html +0 -202
- package/coverage/lcov-report/src/_hooks/useSet.ts.html +0 -391
- package/coverage/lcov-report/src/_hooks/useUpdateEffect.ts.html +0 -163
- package/coverage/lcov-report/src/_styles/arrows.ts.html +0 -199
- package/coverage/lcov-report/src/_styles/borderRadius.ts.html +0 -130
- package/coverage/lcov-report/src/_styles/colors.ts.html +0 -580
- package/coverage/lcov-report/src/_styles/index.html +0 -206
- package/coverage/lcov-report/src/_styles/media.ts.html +0 -94
- package/coverage/lcov-report/src/_styles/mixins.ts.html +0 -274
- package/coverage/lcov-report/src/_styles/shadows.ts.html +0 -160
- package/coverage/lcov-report/src/_styles/spacing.ts.html +0 -121
- package/coverage/lcov-report/src/_utils/CalendarHelpers.ts.html +0 -856
- package/coverage/lcov-report/src/_utils/TinyMCE.ts.html +0 -553
- package/coverage/lcov-report/src/_utils/addSubcomponents.ts.html +0 -121
- package/coverage/lcov-report/src/_utils/dateTime.ts.html +0 -463
- package/coverage/lcov-report/src/_utils/dom.ts.html +0 -211
- package/coverage/lcov-report/src/_utils/filename.ts.html +0 -145
- package/coverage/lcov-report/src/_utils/genericAnalyticsClient.ts.html +0 -280
- package/coverage/lcov-report/src/_utils/getAnchorPosition.ts.html +0 -772
- package/coverage/lcov-report/src/_utils/i18n.ts.html +0 -148
- package/coverage/lcov-report/src/_utils/index.html +0 -401
- package/coverage/lcov-report/src/_utils/isIE11.ts.html +0 -112
- package/coverage/lcov-report/src/_utils/isReactElement.ts.html +0 -106
- package/coverage/lcov-report/src/_utils/mergeRefs.tsx.html +0 -148
- package/coverage/lcov-report/src/_utils/partition.ts.html +0 -136
- package/coverage/lcov-report/src/_utils/placement.ts.html +0 -175
- package/coverage/lcov-report/src/_utils/props.ts.html +0 -100
- package/coverage/lcov-report/src/_utils/runInQueue.ts.html +0 -157
- package/coverage/lcov-report/src/_utils/scrollIntoView.ts.html +0 -148
- package/coverage/lcov-report/src/_utils/slotify.ts.html +0 -256
- package/coverage/lcov-report/src/_utils/triggerListeners.ts.html +0 -349
- package/coverage/lcov-report/src/_utils/usingHookOrDefault.ts.html +0 -115
- package/coverage/lcov-report/src/index.html +0 -116
- package/coverage/lcov-report/src/index.ts.html +0 -535
- package/coverage/lcov.info +0 -31221
- package/sonar-project.properties +0 -50
package/dist/_hooks/I18n.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { I18njs, I18njsConfig } from '@procore/core-i18n-js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
declare type I18nConfig = Omit<I18njsConfig, 'I18n'>;
|
|
4
|
-
export declare type Locale = 'en' | 'en-CA' | 'fr-CA' | 'fr-FR' | 'es' | 'es-ES' | 'en-AE' | 'en-AU' | 'en-GB' | 'en-SG' | 'en-US' | 'ko' | 'th-TH' | 'pt' | 'is-IS' | 'de-DE' | 'zh-SG' | 'pseudo';
|
|
4
|
+
export declare type Locale = 'en' | 'en-CA' | 'fr-CA' | 'fr-FR' | 'es' | 'es-ES' | 'en-AE' | 'en-AU' | 'en-GB' | 'en-SG' | 'en-US' | 'ko' | 'th-TH' | 'ja-JP' | 'pt' | 'pt-BR' | 'is-IS' | 'de-DE' | 'zh-SG' | 'pseudo';
|
|
5
5
|
export declare const coreTranslations: {
|
|
6
6
|
readonly 'de-DE': {
|
|
7
7
|
core: {
|
|
@@ -118,6 +118,9 @@ export declare const coreTranslations: {
|
|
|
118
118
|
dateAtTime: string;
|
|
119
119
|
timeOnDate: string;
|
|
120
120
|
};
|
|
121
|
+
table: {
|
|
122
|
+
sortableColumn: string;
|
|
123
|
+
};
|
|
121
124
|
dataTable: {
|
|
122
125
|
emptyState: {
|
|
123
126
|
noFilteredResults: {
|
|
@@ -831,6 +834,9 @@ export declare const coreTranslations: {
|
|
|
831
834
|
dateAtTime: string;
|
|
832
835
|
timeOnDate: string;
|
|
833
836
|
};
|
|
837
|
+
table: {
|
|
838
|
+
sortableColumn: string;
|
|
839
|
+
};
|
|
834
840
|
dataTable: {
|
|
835
841
|
emptyState: {
|
|
836
842
|
noFilteredResults: {
|
|
@@ -1186,6 +1192,9 @@ export declare const coreTranslations: {
|
|
|
1186
1192
|
dateAtTime: string;
|
|
1187
1193
|
timeOnDate: string;
|
|
1188
1194
|
};
|
|
1195
|
+
table: {
|
|
1196
|
+
sortableColumn: string;
|
|
1197
|
+
};
|
|
1189
1198
|
dataTable: {
|
|
1190
1199
|
emptyState: {
|
|
1191
1200
|
noFilteredResults: {
|
|
@@ -1541,6 +1550,9 @@ export declare const coreTranslations: {
|
|
|
1541
1550
|
dateAtTime: string;
|
|
1542
1551
|
timeOnDate: string;
|
|
1543
1552
|
};
|
|
1553
|
+
table: {
|
|
1554
|
+
sortableColumn: string;
|
|
1555
|
+
};
|
|
1544
1556
|
dataTable: {
|
|
1545
1557
|
emptyState: {
|
|
1546
1558
|
noFilteredResults: {
|
|
@@ -1929,6 +1941,9 @@ export declare const coreTranslations: {
|
|
|
1929
1941
|
dateAtTime: string;
|
|
1930
1942
|
timeOnDate: string;
|
|
1931
1943
|
};
|
|
1944
|
+
table: {
|
|
1945
|
+
sortableColumn: string;
|
|
1946
|
+
};
|
|
1932
1947
|
dataTable: {
|
|
1933
1948
|
emptyState: {
|
|
1934
1949
|
noFilteredResults: {
|
|
@@ -2284,6 +2299,9 @@ export declare const coreTranslations: {
|
|
|
2284
2299
|
dateAtTime: string;
|
|
2285
2300
|
timeOnDate: string;
|
|
2286
2301
|
};
|
|
2302
|
+
table: {
|
|
2303
|
+
sortableColumn: string;
|
|
2304
|
+
};
|
|
2287
2305
|
dataTable: {
|
|
2288
2306
|
emptyState: {
|
|
2289
2307
|
noFilteredResults: {
|
|
@@ -2639,6 +2657,9 @@ export declare const coreTranslations: {
|
|
|
2639
2657
|
dateAtTime: string;
|
|
2640
2658
|
timeOnDate: string;
|
|
2641
2659
|
};
|
|
2660
|
+
table: {
|
|
2661
|
+
sortableColumn: string;
|
|
2662
|
+
};
|
|
2642
2663
|
dataTable: {
|
|
2643
2664
|
emptyState: {
|
|
2644
2665
|
noFilteredResults: {
|
|
@@ -2994,6 +3015,9 @@ export declare const coreTranslations: {
|
|
|
2994
3015
|
dateAtTime: string;
|
|
2995
3016
|
timeOnDate: string;
|
|
2996
3017
|
};
|
|
3018
|
+
table: {
|
|
3019
|
+
sortableColumn: string;
|
|
3020
|
+
};
|
|
2997
3021
|
dataTable: {
|
|
2998
3022
|
emptyState: {
|
|
2999
3023
|
noFilteredResults: {
|
|
@@ -3349,6 +3373,9 @@ export declare const coreTranslations: {
|
|
|
3349
3373
|
dateAtTime: string;
|
|
3350
3374
|
timeOnDate: string;
|
|
3351
3375
|
};
|
|
3376
|
+
table: {
|
|
3377
|
+
sortableColumn: string;
|
|
3378
|
+
};
|
|
3352
3379
|
dataTable: {
|
|
3353
3380
|
emptyState: {
|
|
3354
3381
|
noFilteredResults: {
|
|
@@ -3707,6 +3734,9 @@ export declare const coreTranslations: {
|
|
|
3707
3734
|
dateAtTime: string;
|
|
3708
3735
|
timeOnDate: string;
|
|
3709
3736
|
};
|
|
3737
|
+
table: {
|
|
3738
|
+
sortableColumn: string;
|
|
3739
|
+
};
|
|
3710
3740
|
dataTable: {
|
|
3711
3741
|
emptyState: {
|
|
3712
3742
|
noFilteredResults: {
|
|
@@ -4062,6 +4092,9 @@ export declare const coreTranslations: {
|
|
|
4062
4092
|
dateAtTime: string;
|
|
4063
4093
|
timeOnDate: string;
|
|
4064
4094
|
};
|
|
4095
|
+
table: {
|
|
4096
|
+
sortableColumn: string;
|
|
4097
|
+
};
|
|
4065
4098
|
dataTable: {
|
|
4066
4099
|
emptyState: {
|
|
4067
4100
|
noFilteredResults: {
|
|
@@ -4417,6 +4450,9 @@ export declare const coreTranslations: {
|
|
|
4417
4450
|
dateAtTime: string;
|
|
4418
4451
|
timeOnDate: string;
|
|
4419
4452
|
};
|
|
4453
|
+
table: {
|
|
4454
|
+
sortableColumn: string;
|
|
4455
|
+
};
|
|
4420
4456
|
dataTable: {
|
|
4421
4457
|
emptyState: {
|
|
4422
4458
|
noFilteredResults: {
|
package/dist/_hooks/I18n.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"I18n.js","sourceRoot":"","sources":["../../src/_hooks/I18n.tsx"],"names":[],"mappings":";;;;;;;;;;;AAAA,OAAO,EAAE,YAAY,EAAwB,MAAM,uBAAuB,CAAA;AAC1E,OAAO,KAAK,CAAC,MAAM,OAAO,CAAA;AAC1B,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,IAAI,MAAM,wBAAwB,CAAA;AACzC,OAAO,IAAI,MAAM,wBAAwB,CAAA;AACzC,OAAO,IAAI,MAAM,wBAAwB,CAAA;AACzC,OAAO,IAAI,MAAM,wBAAwB,CAAA;AACzC,OAAO,IAAI,MAAM,wBAAwB,CAAA;AACzC,OAAO,EAAE,MAAM,qBAAqB,CAAA;AACpC,OAAO,IAAI,MAAM,wBAAwB,CAAA;AACzC,OAAO,EAAE,MAAM,qBAAqB,CAAA;AACpC,OAAO,IAAI,MAAM,wBAAwB,CAAA;AACzC,OAAO,IAAI,MAAM,wBAAwB,CAAA;AACzC,OAAO,IAAI,MAAM,wBAAwB,CAAA;AACzC,OAAO,IAAI,MAAM,wBAAwB,CAAA;AACzC,OAAO,IAAI,MAAM,wBAAwB,CAAA;AACzC,OAAO,EAAE,MAAM,qBAAqB,CAAA;AACpC,OAAO,IAAI,MAAM,wBAAwB,CAAA;AACzC,OAAO,IAAI,MAAM,wBAAwB,CAAA;AACzC,OAAO,IAAI,MAAM,wBAAwB,CAAA;
|
|
1
|
+
{"version":3,"file":"I18n.js","sourceRoot":"","sources":["../../src/_hooks/I18n.tsx"],"names":[],"mappings":";;;;;;;;;;;AAAA,OAAO,EAAE,YAAY,EAAwB,MAAM,uBAAuB,CAAA;AAC1E,OAAO,KAAK,CAAC,MAAM,OAAO,CAAA;AAC1B,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,IAAI,MAAM,wBAAwB,CAAA;AACzC,OAAO,IAAI,MAAM,wBAAwB,CAAA;AACzC,OAAO,IAAI,MAAM,wBAAwB,CAAA;AACzC,OAAO,IAAI,MAAM,wBAAwB,CAAA;AACzC,OAAO,IAAI,MAAM,wBAAwB,CAAA;AACzC,OAAO,EAAE,MAAM,qBAAqB,CAAA;AACpC,OAAO,IAAI,MAAM,wBAAwB,CAAA;AACzC,OAAO,EAAE,MAAM,qBAAqB,CAAA;AACpC,OAAO,IAAI,MAAM,wBAAwB,CAAA;AACzC,OAAO,IAAI,MAAM,wBAAwB,CAAA;AACzC,OAAO,IAAI,MAAM,wBAAwB,CAAA;AACzC,OAAO,IAAI,MAAM,wBAAwB,CAAA;AACzC,OAAO,IAAI,MAAM,wBAAwB,CAAA;AACzC,OAAO,EAAE,MAAM,qBAAqB,CAAA;AACpC,OAAO,IAAI,MAAM,wBAAwB,CAAA;AACzC,OAAO,IAAI,MAAM,wBAAwB,CAAA;AACzC,OAAO,IAAI,MAAM,wBAAwB,CAAA;AA0BzC,oBAAoB;AACpB,MAAM,CAAC,IAAM,gBAAgB,GAAG;IAC9B,OAAO,EAAE,IAAI;IACb,EAAE,IAAA;IACF,OAAO,EAAE,IAAI;IACb,OAAO,EAAE,IAAI;IACb,OAAO,EAAE,IAAI;IACb,OAAO,EAAE,IAAI;IACb,EAAE,IAAA;IACF,OAAO,EAAE,IAAI;IACb,OAAO,EAAE,IAAI;IACb,OAAO,EAAE,IAAI;IACb,OAAO,EAAE,IAAI;IACb,OAAO,EAAE,IAAI;IACb,OAAO,EAAE,IAAI;IACb,EAAE,IAAA;IACF,OAAO,EAAE,IAAI;IACb,OAAO,EAAE,IAAI;IACb,OAAO,EAAE,IAAI;CACL,CAAA;AAEV,SAAS,cAAc,CAAC,EAAsC;QAApC,MAAM,YAAA,EAAE,YAAY,kBAAA;IAC5C,OAAO,MAAM,CAAA;AACf,CAAC;AAED,MAAM,UAAU,OAAO,CAAC,EAGT;QAFL,OAAO,YAAA,EACf,oBAAgC,EAAlB,aAAa,mBAAG,EAAE,KAAA;IAEhC,IAAM,YAAY,GAAG,CAAC,CAAC,aAAa,CAAC,aAAa,EAAE,gBAAgB,CAAC,CAAA;IACrE,IAAM,MAAM,GAAG,cAAc,CAAC,EAAE,MAAM,EAAE,OAAO,EAAE,YAAY,cAAA,EAAE,CAAC,CAAA;IAChE,OAAO,YAAY,CAAC;QAClB,MAAM,QAAA;QACN,YAAY,cAAA;KACb,CAAC,CAAA;AACJ,CAAC;AAED,MAAM,CAAC,IAAM,WAAW,GAA0B,KAAK,CAAC,aAAa,CACnE,YAAY,CAAC;IACX,MAAM,EAAE,IAAI;IACZ,YAAY,EAAE,gBAAgB,EAAE,0BAA0B;CAC3D,CAAC,CACH,CAAA;AAED,MAAM,UAAU,YAAY,CAAC,EAGgB;IAF3C,IAAA,QAAQ,cAAA,EACL,KAAK,cAFmB,YAG5B,CADS;IAER,OAAO,CACL,oBAAC,WAAW,CAAC,QAAQ,IAAC,KAAK,EAAE,OAAO,CAAC,KAAK,CAAC,IACxC,QAAQ,CACY,CACxB,CAAA;AACH,CAAC;AAED,MAAM,UAAU,cAAc;IAC5B,IAAM,GAAG,GAAG,KAAK,CAAC,UAAU,CAAC,WAAW,CAAC,CAAA;IAEzC,IAAI,CAAC,GAAG,EAAE;QACR,gEAAgE;QAChE,yEAAyE;QACzE,iBAAiB;KAClB;IAED,OAAO,GAAG,CAAA;AACZ,CAAC"}
|
package/dist/_locales/de-DE.json
CHANGED
|
@@ -113,6 +113,9 @@
|
|
|
113
113
|
"dateAtTime": "{{date}} um {{time}}",
|
|
114
114
|
"timeOnDate": "{{time}} am {{date}}"
|
|
115
115
|
},
|
|
116
|
+
"table": {
|
|
117
|
+
"sortableColumn": "Sortierbare Spalte"
|
|
118
|
+
},
|
|
116
119
|
"dataTable": {
|
|
117
120
|
"emptyState": {
|
|
118
121
|
"noFilteredResults": {
|
|
@@ -264,8 +267,8 @@
|
|
|
264
267
|
"yes": "Ja"
|
|
265
268
|
},
|
|
266
269
|
"errorBanner": {
|
|
267
|
-
"coundNotCreateItem": "
|
|
268
|
-
"couldNotUpdateItem": "
|
|
270
|
+
"coundNotCreateItem": "{{item}} konnte nicht erstellt werden.",
|
|
271
|
+
"couldNotUpdateItem": "{{item}} konnte nicht aktualisiert werden.",
|
|
269
272
|
"fixErrorsToCreate": "Bitte korrigieren Sie die untenstehenden Fehler und versuchen Sie es erneut mit der Erstellung.",
|
|
270
273
|
"fixErrorsToUpdate": "Bitte beheben Sie die unten stehenden Fehler und versuchen Sie die Aktualisierung erneut."
|
|
271
274
|
},
|
package/dist/_locales/en-AU.json
CHANGED
package/dist/_locales/en-CA.json
CHANGED
package/dist/_locales/en-GB.json
CHANGED
package/dist/_locales/es-ES.json
CHANGED
|
@@ -113,6 +113,9 @@
|
|
|
113
113
|
"dateAtTime": "{{date}} a las {{time}}",
|
|
114
114
|
"timeOnDate": "{{time}} el {{date}}"
|
|
115
115
|
},
|
|
116
|
+
"table": {
|
|
117
|
+
"sortableColumn": "Columna clasificable"
|
|
118
|
+
},
|
|
116
119
|
"dataTable": {
|
|
117
120
|
"emptyState": {
|
|
118
121
|
"noFilteredResults": {
|
|
@@ -341,7 +344,7 @@
|
|
|
341
344
|
"maxNumberOfFilesSelected": "Se ha seleccionado el número máximo de archivos"
|
|
342
345
|
},
|
|
343
346
|
"required": {
|
|
344
|
-
"requiredFields": "
|
|
347
|
+
"requiredFields": "Campos obligatorios"
|
|
345
348
|
},
|
|
346
349
|
"avatarStack": {
|
|
347
350
|
"viewAll": "Ver todo",
|
package/dist/_locales/es.json
CHANGED
package/dist/_locales/fr-CA.json
CHANGED
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"subjectPlaceholder": "Entrez l'objet ici"
|
|
62
62
|
},
|
|
63
63
|
"distributionSelect": {
|
|
64
|
-
"noCompany": "Aucune
|
|
64
|
+
"noCompany": "Aucune entreprise",
|
|
65
65
|
"peopleCount": "{{count}} personnes",
|
|
66
66
|
"distributionGroups": "Groupes de distribution",
|
|
67
67
|
"people": "Personnes"
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"noResultsServerError": {
|
|
96
96
|
"title": "Une erreur s’est produite",
|
|
97
97
|
"description": "S'il vous plaît, vérifiez votre connexion Internet et réessayez.",
|
|
98
|
-
"action": "
|
|
98
|
+
"action": "Réessayer"
|
|
99
99
|
},
|
|
100
100
|
"panelTitle": "Lier un élément associé",
|
|
101
101
|
"search": "Rechercher",
|
|
@@ -113,6 +113,9 @@
|
|
|
113
113
|
"dateAtTime": "{{date}} à {{time}}",
|
|
114
114
|
"timeOnDate": "{{time}} le {{date}}"
|
|
115
115
|
},
|
|
116
|
+
"table": {
|
|
117
|
+
"sortableColumn": "Colonne triable"
|
|
118
|
+
},
|
|
116
119
|
"dataTable": {
|
|
117
120
|
"emptyState": {
|
|
118
121
|
"noFilteredResults": {
|
package/dist/_locales/fr-FR.json
CHANGED
package/dist/_locales/is-IS.json
CHANGED
package/dist/_locales/pt-BR.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"core": {
|
|
3
3
|
"banner": {
|
|
4
|
-
"dismissAlert": "Ignorar
|
|
4
|
+
"dismissAlert": "Ignorar alerta"
|
|
5
5
|
},
|
|
6
6
|
"breadcrumbs": {
|
|
7
7
|
"label": "Navegação Estrutural"
|
|
@@ -113,6 +113,9 @@
|
|
|
113
113
|
"dateAtTime": "{{date}}, às {{time}}",
|
|
114
114
|
"timeOnDate": "{{time}}, em {{date}}"
|
|
115
115
|
},
|
|
116
|
+
"table": {
|
|
117
|
+
"sortableColumn": "Coluna ordenável"
|
|
118
|
+
},
|
|
116
119
|
"dataTable": {
|
|
117
120
|
"emptyState": {
|
|
118
121
|
"noFilteredResults": {
|
package/dist/_locales/th-TH.json
CHANGED
package/dist/_locales/zh-SG.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"description": "",
|
|
11
11
|
"descriptionHtml": "",
|
|
12
12
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
13
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/_utils/types.ts#L42"
|
|
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/
|
|
23
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/_utils/types.ts#L47"
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"name": "icon",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"description": "The icon to display",
|
|
31
31
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The icon to display</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/Avatar/Avatar.types.ts",
|
|
33
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
33
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Avatar/Avatar.types.ts#L100"
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
36
|
"name": "style",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"description": "Additional CSS styles",
|
|
41
41
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
42
42
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
43
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
43
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/_utils/types.ts#L52"
|
|
44
44
|
}
|
|
45
45
|
],
|
|
46
46
|
"description": ""
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"description": "",
|
|
57
57
|
"descriptionHtml": "",
|
|
58
58
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
59
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
59
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/_utils/types.ts#L42"
|
|
60
60
|
},
|
|
61
61
|
{
|
|
62
62
|
"name": "className",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"description": "Additional classNames",
|
|
67
67
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
68
68
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
69
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
69
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/_utils/types.ts#L47"
|
|
70
70
|
},
|
|
71
71
|
{
|
|
72
72
|
"name": "style",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"description": "Additional CSS styles",
|
|
77
77
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
78
78
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
79
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
79
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/_utils/types.ts#L52"
|
|
80
80
|
}
|
|
81
81
|
],
|
|
82
82
|
"description": ""
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"description": "",
|
|
93
93
|
"descriptionHtml": "",
|
|
94
94
|
"sourceFile": "packages/core-react/src/Avatar/Avatar.types.ts",
|
|
95
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
95
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Avatar/Avatar.types.ts#L12"
|
|
96
96
|
},
|
|
97
97
|
{
|
|
98
98
|
"name": "img",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"description": "",
|
|
103
103
|
"descriptionHtml": "",
|
|
104
104
|
"sourceFile": "packages/core-react/src/Avatar/Avatar.types.ts",
|
|
105
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
105
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Avatar/Avatar.types.ts#L13"
|
|
106
106
|
},
|
|
107
107
|
{
|
|
108
108
|
"name": "link",
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
"description": "",
|
|
113
113
|
"descriptionHtml": "",
|
|
114
114
|
"sourceFile": "packages/core-react/src/Avatar/Avatar.types.ts",
|
|
115
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
115
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Avatar/Avatar.types.ts#L14"
|
|
116
116
|
}
|
|
117
117
|
],
|
|
118
118
|
"description": ""
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
"description": "",
|
|
129
129
|
"descriptionHtml": "",
|
|
130
130
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
131
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
131
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/_utils/types.ts#L42"
|
|
132
132
|
},
|
|
133
133
|
{
|
|
134
134
|
"name": "className",
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
"description": "Additional classNames",
|
|
139
139
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
140
140
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
141
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
141
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/_utils/types.ts#L47"
|
|
142
142
|
},
|
|
143
143
|
{
|
|
144
144
|
"name": "imageUrl",
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
"description": "The Avatar rich media url",
|
|
149
149
|
"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>",
|
|
150
150
|
"sourceFile": "packages/core-react/src/Avatar/Avatar.types.ts",
|
|
151
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
151
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Avatar/Avatar.types.ts#L108"
|
|
152
152
|
},
|
|
153
153
|
{
|
|
154
154
|
"name": "style",
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
"description": "Additional CSS styles",
|
|
159
159
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
160
160
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
161
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
161
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/_utils/types.ts#L52"
|
|
162
162
|
}
|
|
163
163
|
],
|
|
164
164
|
"description": ""
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
"description": "",
|
|
175
175
|
"descriptionHtml": "",
|
|
176
176
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
177
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
177
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/_utils/types.ts#L42"
|
|
178
178
|
},
|
|
179
179
|
{
|
|
180
180
|
"name": "className",
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
"description": "Additional classNames",
|
|
185
185
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
186
186
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
187
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
187
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/_utils/types.ts#L47"
|
|
188
188
|
},
|
|
189
189
|
{
|
|
190
190
|
"name": "clickable",
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
"deprecated": "Reviewing for removal from system, prefer accessible `role` for interactive UI.",
|
|
198
198
|
"deprecatedSince": "TBD",
|
|
199
199
|
"sourceFile": "packages/core-react/src/Avatar/Avatar.types.ts",
|
|
200
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
200
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Avatar/Avatar.types.ts#L34"
|
|
201
201
|
},
|
|
202
202
|
{
|
|
203
203
|
"name": "disabled",
|
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Sets the Avatar's disabled state</p>\n</div><dl class=\"tsd-comment-tags\"><dt>defaultvalue</dt><dd><p>false</p>\n</dd></dl></div>",
|
|
209
209
|
"defaultValue": "false\n",
|
|
210
210
|
"sourceFile": "packages/core-react/src/Avatar/Avatar.types.ts",
|
|
211
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
211
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Avatar/Avatar.types.ts#L40"
|
|
212
212
|
},
|
|
213
213
|
{
|
|
214
214
|
"name": "size",
|
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
"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",
|
|
222
222
|
"deprecatedSince": "10.20.0",
|
|
223
223
|
"sourceFile": "packages/core-react/src/Avatar/Avatar.types.ts",
|
|
224
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
224
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Avatar/Avatar.types.ts#L62"
|
|
225
225
|
},
|
|
226
226
|
{
|
|
227
227
|
"name": "style",
|
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
"description": "Additional CSS styles",
|
|
232
232
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
233
233
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
234
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
234
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/_utils/types.ts#L52"
|
|
235
235
|
}
|
|
236
236
|
],
|
|
237
237
|
"description": ""
|