@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
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"description": "",
|
|
11
11
|
"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>",
|
|
12
12
|
"sourceFile": "packages/core-react/src/Typeahead/Typeahead.types.ts",
|
|
13
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Typeahead/Typeahead.types.ts#L15"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"name": "onChange",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"description": "",
|
|
21
21
|
"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>",
|
|
22
22
|
"sourceFile": "packages/core-react/src/Typeahead/Typeahead.types.ts",
|
|
23
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
23
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Typeahead/Typeahead.types.ts#L19"
|
|
24
24
|
}
|
|
25
25
|
],
|
|
26
26
|
"description": ""
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"description": "<span>\n Change the HTML tag. This{' '}\n <Link href=\"https://styled-components.com/docs/api#as-polymorphic-prop\">\n prop is from styled-components\n </Link>\n .<em>WARNING</em>: If using TypeScript, it will not switch types and\n some props may error. You can add <Code>// @ts-expect-error</Code>.\n See{' '}\n <Link href=\"https://github.com/DefinitelyTyped/DefinitelyTyped/issues/30117\">\n styled-components issue\n </Link>\n .\n</span>",
|
|
11
11
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<span>\n Change the HTML tag. This{' '}\n <Link href=\"https://styled-components.com/docs/api#as-polymorphic-prop\">\n prop is from styled-components\n </Link>\n .<em>WARNING</em>: If using TypeScript, it will not switch types and\n some props may error. You can add <Code>// @ts-expect-error</Code>.\n See{' '}\n <Link href=\"https://github.com/DefinitelyTyped/DefinitelyTyped/issues/30117\">\n styled-components issue\n </Link>\n .\n</span></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/Typography/Typography.types.ts",
|
|
13
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Typography/Typography.types.ts#L35"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"name": "children",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"description": "<span>\n When children are a string or multiple elements, they will be wrapped\n by a <Code>span</Code>. When it is a single element, classnames will\n be added to it instead\n</span>",
|
|
21
21
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<span>\n When children are a string or multiple elements, they will be wrapped\n by a <Code>span</Code>. When it is a single element, classnames will\n be added to it instead\n</span></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/Typography/Typography.types.ts",
|
|
23
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
23
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Typography/Typography.types.ts#L17"
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"name": "className",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"description": "Additional classNames",
|
|
31
31
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
32
32
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
33
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
33
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/_utils/types.ts#L47"
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
36
|
"name": "color",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"description": "<span>\n Changes font color, can be any of the{' '}\n <Link to=\"/web/style/colors/#hsl-palette\">HSL Palette</Link> css\n strings\n</span>",
|
|
41
41
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<span>\n Changes font color, can be any of the{' '}\n <Link to=\"/web/style/colors/#hsl-palette\">HSL Palette</Link> css\n strings\n</span></div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>'gray15'</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
42
42
|
"sourceFile": "packages/core-react/src/Typography/Typography.types.ts",
|
|
43
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
43
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Typography/Typography.types.ts#L46"
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
46
|
"name": "intent",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"description": "Changes the size of the font",
|
|
51
51
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Changes the size of the font</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
52
52
|
"sourceFile": "packages/core-react/src/Typography/Typography.types.ts",
|
|
53
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
53
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Typography/Typography.types.ts#L52"
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
56
|
"name": "italic",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"description": "Applies `font-style: italic` if enabled",
|
|
61
61
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Applies <code>font-style: italic</code> if enabled</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
62
62
|
"sourceFile": "packages/core-react/src/Typography/Typography.types.ts",
|
|
63
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
63
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Typography/Typography.types.ts#L58"
|
|
64
64
|
},
|
|
65
65
|
{
|
|
66
66
|
"name": "style",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"description": "Additional CSS styles",
|
|
71
71
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
72
72
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
73
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
73
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/_utils/types.ts#L52"
|
|
74
74
|
},
|
|
75
75
|
{
|
|
76
76
|
"name": "weight",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"description": "Changes font weight if it is supported in the design system",
|
|
81
81
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Changes font weight if it is supported in the design system</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
82
82
|
"sourceFile": "packages/core-react/src/Typography/Typography.types.ts",
|
|
83
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
83
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/Typography/Typography.types.ts#L64"
|
|
84
84
|
}
|
|
85
85
|
],
|
|
86
86
|
"description": ""
|
|
@@ -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": "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/
|
|
33
|
+
"sourceUrl": "https://github.com/procore/core/blob/f5cf7ff/packages/core-react/src/_utils/types.ts#L52"
|
|
34
34
|
}
|
|
35
35
|
],
|
|
36
36
|
"description": ""
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { DateTimeFormatter, getStartDayOfTheWeek, } from '@procore/globalization-toolkit';
|
|
2
2
|
import { addDays as addDaysFn, addMonths as addMonthsFn, eachDayOfInterval as eachDayFn, format as formatFn, getDate as getDateFn, getDay as getDayFn, getMonth as getMonthFn, getYear as getYearFn, isAfter as isAfterFn, isBefore as isBeforeFn, isSameDay as isSameDayFn, isSameMonth as isSameMonthFn, isToday as isTodayFn, isWithinInterval as isWithinRangeFn, startOfMonth as startOfMonthFn, startOfWeek, subDays as subDaysFn, subMonths as subMonthsFn, subYears as subYearsFn, } from 'date-fns';
|
|
3
|
-
import { de, enUS as en, es, fr, is, ko, pt, th, zhCN, } from 'date-fns/esm/locale';
|
|
3
|
+
import { de, enUS as en, es, fr, is, ko, pt, ptBR, ja, th, zhCN, } from 'date-fns/esm/locale';
|
|
4
4
|
import { range, splitEvery } from 'ramda';
|
|
5
5
|
var dateFnsLocales = {
|
|
6
6
|
en: en,
|
|
@@ -17,6 +17,8 @@ var dateFnsLocales = {
|
|
|
17
17
|
ko: ko,
|
|
18
18
|
'th-TH': th,
|
|
19
19
|
pt: pt,
|
|
20
|
+
'pt-BR': ptBR,
|
|
21
|
+
'ja-JP': ja,
|
|
20
22
|
'is-IS': is,
|
|
21
23
|
'de-DE': de,
|
|
22
24
|
'zh-SG': zhCN,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CalendarHelpers.js","sourceRoot":"","sources":["../../src/_utils/CalendarHelpers.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"CalendarHelpers.js","sourceRoot":"","sources":["../../src/_utils/CalendarHelpers.ts"],"names":[],"mappings":"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"}
|
package/dist/_utils/TinyMCE.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TinyMCE.js","sourceRoot":"","sources":["../../src/_utils/TinyMCE.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"TinyMCE.js","sourceRoot":"","sources":["../../src/_utils/TinyMCE.ts"],"names":[],"mappings":"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"}
|
|
@@ -5,7 +5,7 @@ export * from '../Banner/Banner.types';
|
|
|
5
5
|
export * from '../Box/Box.types';
|
|
6
6
|
export * from '../Breadcrumbs/Breadcrumbs.types';
|
|
7
7
|
export * from '../Button/Button.types';
|
|
8
|
-
export { BodyProps, CalendarContainerProps, CalendarProps, DayProps, NavigationProps, NextPrevProps, SelectProps, WeekdaysProps, WeekProps, } from '../Calendar/Calendar.types';
|
|
8
|
+
export { BodyProps, CalendarContainerProps, CalendarProps, DayProps, NavigationProps, NextPrevProps, SelectProps as CalendarSelectProps, WeekdaysProps, WeekProps, } from '../Calendar/Calendar.types';
|
|
9
9
|
export * from '../Card/Card.types';
|
|
10
10
|
export * from '../Checkbox/Checkbox.types';
|
|
11
11
|
export * from '../ContactItem/ContactItem.types';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@procore/core-react",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.20.0",
|
|
4
4
|
"description": "React library of Procore Design Guidelines",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -17,13 +17,14 @@
|
|
|
17
17
|
"@babel/preset-react": "7.18.6",
|
|
18
18
|
"@babel/preset-typescript": "7.18.6",
|
|
19
19
|
"@babel/register": "7.18.9",
|
|
20
|
-
"@
|
|
21
|
-
"@storybook/addon-
|
|
22
|
-
"@storybook/
|
|
23
|
-
"@storybook/
|
|
24
|
-
"@storybook/manager-
|
|
25
|
-
"@storybook/react": "
|
|
26
|
-
"@storybook/
|
|
20
|
+
"@storybook/addon-a11y": "7.1.0",
|
|
21
|
+
"@storybook/addon-docs": "7.1.0",
|
|
22
|
+
"@storybook/addon-essentials": "7.1.0",
|
|
23
|
+
"@storybook/addon-storysource": "7.1.0",
|
|
24
|
+
"@storybook/manager-api": "7.1.0",
|
|
25
|
+
"@storybook/react": "7.1.0",
|
|
26
|
+
"@storybook/react-webpack5": "7.1.0",
|
|
27
|
+
"@storybook/theming": "7.1.0",
|
|
27
28
|
"@testing-library/dom": "8.20.0",
|
|
28
29
|
"@testing-library/jest-dom": "5.16.4",
|
|
29
30
|
"@testing-library/react": "12.1.4",
|
|
@@ -74,6 +75,7 @@
|
|
|
74
75
|
"miragejs": "^0.1.47",
|
|
75
76
|
"react": "17.0.2",
|
|
76
77
|
"react-dom": "17.0.2",
|
|
78
|
+
"storybook": "7.1.0",
|
|
77
79
|
"styled-components": "5.3.6",
|
|
78
80
|
"ts-jest": "29.0.5",
|
|
79
81
|
"ts-node": "10.9.1",
|
|
@@ -154,8 +156,8 @@
|
|
|
154
156
|
"dev:ts": "tsc -p tsconfig.prod.json --watch",
|
|
155
157
|
"typecheck": "tsc -p . --noEmit",
|
|
156
158
|
"typecheck:watch": "tsc -p . --noEmit --watch",
|
|
157
|
-
"storybook": "
|
|
158
|
-
"build-storybook": "
|
|
159
|
+
"storybook": "storybook dev -p 6007",
|
|
160
|
+
"build-storybook": "storybook build --webpack-stats-json",
|
|
159
161
|
"test": "TZ=America/Los_Angeles jest --runInBand --silent --logHeapUsage",
|
|
160
162
|
"test:update": "TZ=America/Los_Angeles jest --runInBand -u",
|
|
161
163
|
"test:watch": "pnpm run test --watch",
|
package/catalog-info.yaml
DELETED
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
apiVersion: backstage.io/v1alpha1
|
|
3
|
-
kind: Component
|
|
4
|
-
metadata:
|
|
5
|
-
name: npm-core-react
|
|
6
|
-
annotations:
|
|
7
|
-
github.com/project-slug: procore/core
|
|
8
|
-
github.com/team-slug: procore/team-ui-foundations
|
|
9
|
-
circleci.com/project-slug: github/procore/core
|
|
10
|
-
title: Design System Core React
|
|
11
|
-
description: "Core React is a React implemenation of Procore's design guidelines. NPM package @procore/core-react"
|
|
12
|
-
tags:
|
|
13
|
-
- design-system
|
|
14
|
-
- frontend
|
|
15
|
-
- javascript
|
|
16
|
-
- npm
|
|
17
|
-
- product-design
|
|
18
|
-
- react
|
|
19
|
-
- typescript
|
|
20
|
-
- ui
|
|
21
|
-
- ux
|
|
22
|
-
links:
|
|
23
|
-
- url: https://core.procore.com/latest/web/introduction
|
|
24
|
-
title: Documentation
|
|
25
|
-
icon: help
|
|
26
|
-
- url: https://procoretech.slack.com/archives/C6UEQL1V5
|
|
27
|
-
title: Support
|
|
28
|
-
icon: help
|
|
29
|
-
- url: https://procoretech.slack.com/archives/C0202DPGH50
|
|
30
|
-
title: Team Slack
|
|
31
|
-
icon: chat
|
|
32
|
-
- url: https://procoretech.atlassian.net/jira/software/c/projects/UIS/boards/2702
|
|
33
|
-
title: Jira
|
|
34
|
-
icon: developerBoard
|
|
35
|
-
- url: https://procoretech.atlassian.net/wiki/spaces/UIF/overview
|
|
36
|
-
title: Confluence
|
|
37
|
-
icon: confluence
|
|
38
|
-
- url: https://github.com/procore/core/blob/master/packages/core-react/package.json
|
|
39
|
-
title: Latest package.json
|
|
40
|
-
icon: packageJson
|
|
41
|
-
spec:
|
|
42
|
-
type: library
|
|
43
|
-
lifecycle: ga
|
|
44
|
-
owner: team-ui-foundations
|
|
45
|
-
system: design-system
|
|
46
|
-
dependsOn:
|
|
47
|
-
- component:npm-core-icons
|
|
48
|
-
- component:core-design-system
|