jamespot-react-components 1.0.16 → 1.0.65
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/build/jamespot-react-components.js +644 -340
- package/build/jamespot-react-components.js.map +1 -1
- package/build/src/components/Common/DashedFocusBorder.d.ts +5 -5
- package/build/src/components/Common/JRCConditionalWrapper.d.ts +8 -0
- package/build/src/components/Common/JRCDraggingPlaceholder.d.ts +4 -0
- package/build/src/components/Common/util/getColor.util.d.ts +1 -1
- package/build/src/components/Form/Common/ClickAwayListener.d.ts +1 -0
- package/build/src/components/Form/Input/JRCFormCheckbox/JRCFormCheckbox.style.d.ts +1 -1
- package/build/src/components/Form/Input/JRCFormDateTime/JRCFormDateTime.d.ts +2 -0
- package/build/src/components/Form/Input/JRCFormDateTime/JRCFormInputDateTime.stories.d.ts +1 -0
- package/build/src/components/Form/Input/JRCFormFieldRender.d.ts +1 -1
- package/build/src/components/Form/Input/JRCFormRichText/JRCFormRichEditorField.styles.d.ts +9 -0
- package/build/src/components/Form/Input/JRCFormRichText/JRCFormRichTextField.d.ts +0 -6
- package/build/src/components/Form/Input/JRCFormSelect/Extension.d.ts +18 -0
- package/build/src/components/Form/Input/JRCSelect/JRCInputAutocompleteViews.d.ts +7 -0
- package/build/src/components/Form/Input/JRCSelect/JRCInputSelect.style.d.ts +262 -1
- package/build/src/components/Form/Input/JRCSelect/JRCInputSelect.types.d.ts +3 -0
- package/build/src/components/Form/Input/JRCSelect/JRCInputSelect.utils.d.ts +4 -3
- package/build/src/components/JRCAppLeftColumn/JRCAppLeftColumn.d.ts +2 -1
- package/build/src/components/JRCAppLeftColumn/JRCAppLeftColumn.stories.d.ts +1 -1
- package/build/src/components/JRCAppLeftColumn/JRCAppLeftColumn.styles.d.ts +3 -3
- package/build/src/components/JRCAppLeftColumn/JRCAppLeftColumn.types.d.ts +2 -2
- package/build/src/components/JRCAvatar/JRCAvatar.d.ts +2 -0
- package/build/src/components/JRCButtonDownload/JRCButtonDownload.d.ts +20 -0
- package/build/src/components/JRCButtonDownload/JRCButtonDownload.stories.d.ts +8 -0
- package/build/src/components/JRCButtonDropdown/JRCButtonDropdown.d.ts +1 -0
- package/build/src/components/JRCButtonFile/JRCButtonFile.d.ts +17 -0
- package/build/src/components/JRCButtonFile/JRCButtonFile.stories.d.ts +7 -0
- package/build/src/components/JRCCard/JRCCard.d.ts +1 -3
- package/build/src/components/JRCDate/JRCDate.d.ts +2 -0
- package/build/src/components/JRCEllipsis/JRCEllipsis.d.ts +3 -1
- package/build/src/components/JRCFolders/JRCFolder.d.ts +3 -0
- package/build/src/components/JRCFolders/JRCFolderBreadcrumb.d.ts +6 -0
- package/build/src/components/JRCFolders/JRCFolders.d.ts +3 -0
- package/build/src/components/JRCFolders/JRCFolders.stories.d.ts +9 -0
- package/build/src/components/JRCFolders/mock.folders.d.ts +16 -0
- package/build/src/components/JRCFolders/types.d.ts +33 -0
- package/build/src/components/JRCIcon/JRCIcon.d.ts +4 -2
- package/build/src/components/JRCIconButton/JRCIconButton.d.ts +1 -1
- package/build/src/components/JRCImg/JRCImg.d.ts +1 -1
- package/build/src/components/JRCImg/JRCImg.stories.d.ts +1 -0
- package/build/src/components/JRCImg/url.util.d.ts +7 -0
- package/build/src/components/JRCList/JRCList.d.ts +14 -10
- package/build/src/components/JRCList/JRCList.styles.d.ts +0 -1
- package/build/src/components/JRCMenuItem/JRCMenuItem.d.ts +1 -1
- package/build/src/components/JRCModal/JRCModal.d.ts +1 -0
- package/build/src/components/JRCModal/JRCModal.stories.d.ts +1 -5
- package/build/src/components/JRCModalImg/JRCModalImg.d.ts +11 -7
- package/build/src/components/JRCModalImg/JRCModalImg.stories.d.ts +1 -1
- package/build/src/components/JRCModalImg/JRCModalImg.styles.d.ts +1 -9
- package/build/src/components/JRCPagination/JRCPagination.stories.d.ts +1 -4
- package/build/src/components/JRCTabs/JRCTabs.d.ts +5 -4
- package/build/src/components/JRCTabs/JRCTabs.stories.d.ts +1 -1
- package/build/src/components/JRCTag/JRCTag.d.ts +4 -1
- package/build/src/components/JRCTooltip/JRCTooltip.d.ts +3 -0
- package/build/src/components/Templates/JRCAppColumn.d.ts +3 -0
- package/build/src/components/Templates/JRCAppTab.d.ts +4 -0
- package/build/src/components/Templates/JRCColumn.d.ts +3 -0
- package/build/src/components/Templates/JRCContainer.d.ts +3 -0
- package/build/src/components/Templates/JRCMainColumn.d.ts +3 -0
- package/build/src/components/Templates/JRCTemplate.stories.d.ts +4 -12
- package/build/src/components/Templates/template.styles.d.ts +305 -0
- package/build/src/components/Templates/template.type.d.ts +51 -0
- package/build/src/components/Templates/template.utils.d.ts +26 -0
- package/build/src/hooks/UseLocalStorage.d.ts +2 -0
- package/build/src/index.d.ts +13 -0
- package/build/src/styles/theme.d.ts +3 -0
- package/build/src/types.d.ts +5 -0
- package/build/src/utils/index.d.ts +6 -0
- package/build/src/utils/utils.array.d.ts +6 -0
- package/build/src/utils/utils.array.test.d.ts +1 -0
- package/build/src/utils/utils.date.d.ts +9 -0
- package/build/src/utils/utils.misc.d.ts +1 -0
- package/build/src/utils/utils.string.d.ts +1 -0
- package/externals.json +1 -2
- package/package.json +4 -3
- package/storybook-static/0.799c368cbe88266827ba.manager.bundle.js +1 -0
- package/storybook-static/1.9ebd2fb519f6726108de.manager.bundle.js +1 -0
- package/storybook-static/10.a85ea1a67689be8e19ff.manager.bundle.js +1 -0
- package/storybook-static/11.f4e922583ae35da460f3.manager.bundle.js +2 -0
- package/storybook-static/11.f4e922583ae35da460f3.manager.bundle.js.LICENSE.txt +12 -0
- package/storybook-static/12.1415460941f0bdcb8fa8.manager.bundle.js +1 -0
- package/storybook-static/174.f2e072e1.iframe.bundle.js +2 -0
- package/storybook-static/174.f2e072e1.iframe.bundle.js.LICENSE.txt +115 -0
- package/storybook-static/314.615cb34b.iframe.bundle.js +1 -0
- package/storybook-static/331.bea8dec1.iframe.bundle.js +2 -0
- package/storybook-static/331.bea8dec1.iframe.bundle.js.LICENSE.txt +12 -0
- package/storybook-static/459.d6c184aa.iframe.bundle.js +1 -0
- package/storybook-static/5.f459d151315e6780c20f.manager.bundle.js +2 -0
- package/storybook-static/5.f459d151315e6780c20f.manager.bundle.js.LICENSE.txt +8 -0
- package/storybook-static/6.3bd64d820f3745f262ff.manager.bundle.js +1 -0
- package/storybook-static/7.3d04765dbf3f1dcd706c.manager.bundle.js +1 -0
- package/storybook-static/701.5fb77928.iframe.bundle.js +1 -0
- package/storybook-static/8.b541eadfcb9164835dfc.manager.bundle.js +1 -0
- package/storybook-static/861.8d90a4b3.iframe.bundle.js +2 -0
- package/storybook-static/861.8d90a4b3.iframe.bundle.js.LICENSE.txt +8 -0
- package/storybook-static/869.7ff62134.iframe.bundle.js +1 -0
- package/storybook-static/881.e09ad30e.iframe.bundle.js +1 -0
- package/storybook-static/9.411ac8e451bbb10926c7.manager.bundle.js +1 -0
- package/{.storybook/assets → storybook-static}/css/font-awesome/fonts/FontAwesome.otf +0 -0
- package/{.storybook/assets → storybook-static}/css/font-awesome/fonts/fontawesome-webfont.eot +0 -0
- package/{.storybook/assets → storybook-static}/css/font-awesome/fonts/fontawesome-webfont.svg +0 -0
- package/{.storybook/assets → storybook-static}/css/font-awesome/fonts/fontawesome-webfont.ttf +0 -0
- package/{.storybook/assets → storybook-static}/css/font-awesome/fonts/fontawesome-webfont.woff +0 -0
- package/{.storybook/assets → storybook-static}/css/font-awesome/fonts/fontawesome-webfont.woff2 +0 -0
- package/{.storybook/assets → storybook-static}/css/fonts/fontSpot/fonts/fontSpot.eot +0 -0
- package/{.storybook/assets → storybook-static}/css/fonts/fontSpot/fonts/fontSpot.json +0 -0
- package/{.storybook/assets → storybook-static}/css/fonts/fontSpot/fonts/fontSpot.svg +0 -0
- package/{.storybook/assets → storybook-static}/css/fonts/fontSpot/fonts/fontSpot.ttf +0 -0
- package/{.storybook/assets → storybook-static}/css/fonts/fontSpot/fonts/fontSpot.woff +0 -0
- package/storybook-static/favicon.ico +0 -0
- package/storybook-static/iframe.html +348 -0
- package/{.storybook/assets → storybook-static}/imagecache/120x120/user/1234.png +0 -0
- package/{.storybook/assets → storybook-static}/imagecache/160x160/user/1234.png +0 -0
- package/{.storybook/assets → storybook-static}/imagecache/200x200/user/1234.png +0 -0
- package/{.storybook/assets → storybook-static}/imagecache/24x24/user/1234.png +0 -0
- package/{.storybook/assets → storybook-static}/imagecache/32x32/user/1234.png +0 -0
- package/{.storybook/assets → storybook-static}/imagecache/40x40/user/1234.png +0 -0
- package/{.storybook/assets → storybook-static}/imagecache/48x48/user/11.png +0 -0
- package/{.storybook/assets → storybook-static}/imagecache/48x48/user/12.png +0 -0
- package/{.storybook/assets → storybook-static}/imagecache/48x48/user/1234.png +0 -0
- package/{.storybook/assets → storybook-static}/imagecache/48x48/user/2.png +0 -0
- package/{.storybook/assets → storybook-static}/imagecache/48x48/user/20.png +0 -0
- package/{.storybook/assets → storybook-static}/imagecache/48x48/user/23.png +0 -0
- package/{.storybook/assets → storybook-static}/imagecache/48x48/user/25.png +0 -0
- package/{.storybook/assets → storybook-static}/imagecache/48x48/user/8.png +0 -0
- package/{.storybook/assets → storybook-static}/imagecache/64x64/user/1234.png +0 -0
- package/{.storybook/assets → storybook-static}/imagecache/80x80/user/1234.png +0 -0
- package/{.storybook/assets → storybook-static}/imagecache/fitx700/fileArticle/245.png +0 -0
- package/storybook-static/index.html +51 -0
- package/storybook-static/main.856b88b4.iframe.bundle.js +1 -0
- package/storybook-static/main.e2663b1cf842947d1a59.manager.bundle.js +1 -0
- package/storybook-static/runtime~main.91a0c7330ab317d35c4a.manager.bundle.js +1 -0
- package/storybook-static/runtime~main.ba5a9588.iframe.bundle.js +1 -0
- package/{.history/src/assets/check_20210114075959.svg → storybook-static/static/media/check.e04c3374.svg} +0 -0
- package/{src/assets/x.svg → storybook-static/static/media/x.609ccec1.svg} +0 -0
- package/storybook-static/vendors~main.f7f16cebbf3aa96a4f89.manager.bundle.js +2 -0
- package/storybook-static/vendors~main.f7f16cebbf3aa96a4f89.manager.bundle.js.LICENSE.txt +110 -0
- package/.eslintignore +0 -80
- package/.eslintrc.js +0 -15
- package/.github/pull_request_template.md +0 -22
- package/.github/workflows/ci.yml +0 -62
- package/.github/workflows/deploy-dev-branches.yml +0 -40
- package/.github/workflows/increment-npm-version.yml +0 -26
- package/.github/workflows/npm-package.yml +0 -33
- package/.history/.eslintignore_20211116140451 +0 -13
- package/.history/.eslintignore_20211116140517 +0 -80
- package/.history/.github/workflows/ci_20211103152807.yml +0 -50
- package/.history/.github/workflows/ci_20211117114643.yml +0 -50
- package/.history/.github/workflows/ci_20211117114650.yml +0 -55
- package/.history/.github/workflows/ci_20211117152126.yml +0 -55
- package/.history/.github/workflows/ci_20211117153805.yml +0 -58
- package/.history/.github/workflows/ci_20211117153810.yml +0 -58
- package/.history/.github/workflows/ci_20211117154145.yml +0 -59
- package/.history/.github/workflows/ci_20211117154153.yml +0 -59
- package/.history/.github/workflows/ci_20211117155208.yml +0 -58
- package/.history/.github/workflows/ci_20211117155212.yml +0 -59
- package/.history/.github/workflows/ci_20211117155228.yml +0 -59
- package/.history/.github/workflows/ci_20211117155451.yml +0 -59
- package/.history/.github/workflows/ci_20211117155505.yml +0 -59
- package/.history/.github/workflows/ci_20211117155509.yml +0 -59
- package/.history/.github/workflows/ci_20211117160304.yml +0 -59
- package/.history/.github/workflows/ci_20211117161702.yml +0 -59
- package/.history/.github/workflows/ci_20211117162805.yml +0 -59
- package/.history/.github/workflows/ci_20211117164809.yml +0 -60
- package/.history/.github/workflows/ci_20211117170417.yml +0 -60
- package/.history/.gitignore_20211117155121 +0 -82
- package/.history/.husky/pre-commit_20211116154612 +0 -4
- package/.history/.husky/pre-commit_20211116155720 +0 -4
- package/.history/.prettierignore_20211103152807 +0 -84
- package/.history/.prettierignore_20211116140533 +0 -80
- package/.history/.prettierrc_20211103143655.json +0 -11
- package/.history/.prettierrc_20211103144104.json +0 -10
- package/.history/.prettierrc_20211116140542.json +0 -11
- package/.history/.prettierrc_20211116173732.json +0 -10
- package/.history/.storybook/main_20211109144835.js +0 -22
- package/.history/babel.config_20211116141826.js +0 -14
- package/.history/babel.config_20211117104141.js +0 -15
- package/.history/babel.config_20211117164455.js +0 -15
- package/.history/build/src/components/JRCHref/JRCHref.d_20211109164627.ts +0 -20
- package/.history/build/src/components/JRCHref/JRCHref.d_20211125144654.ts +0 -20
- package/.history/build/src/components/JRCHref/JRCHref.d_20211125144702.ts +0 -20
- package/.history/build/src/components/JRCHref/JRCHref.d_20211125144724.ts +0 -20
- package/.history/build/src/components/JRCHref/JRCHref.d_20211125144732.ts +0 -20
- package/.history/build/src/components/JRCHref/JRCHref.d_20211125144754.ts +0 -20
- package/.history/externals.d_20211108160127.ts +0 -5
- package/.history/externals.d_20211108160133.ts +0 -5
- package/.history/externals.d_20211108160237.ts +0 -5
- package/.history/externals.d_20211108160252.ts +0 -6
- package/.history/externals.d_20211108160343.ts +0 -6
- package/.history/externals.d_20211108163234.ts +0 -5
- package/.history/index.d_20210119091943.ts +0 -0
- package/.history/index.d_20210119092051.ts +0 -4
- package/.history/jest.config_20211112091917.js +0 -15
- package/.history/jest.config_20211117164520.js +0 -16
- package/.history/jest.setup_20210114075959.ts +0 -3
- package/.history/jest.setup_20210429114103.ts +0 -1
- package/.history/package-lock_20211109153645.json +0 -73806
- package/.history/package_20211103143741.json +0 -117
- package/.history/package_20211108155048.json +0 -117
- package/.history/package_20211108160557.json +0 -117
- package/.history/package_20211109113710.json +0 -116
- package/.history/package_20211109113749.json +0 -114
- package/.history/package_20211109113753.json +0 -113
- package/.history/package_20211109113758.json +0 -111
- package/.history/package_20211109142830.json +0 -111
- package/.history/package_20211109142919.json +0 -111
- package/.history/package_20211109145908.json +0 -111
- package/.history/package_20211109145937.json +0 -111
- package/.history/package_20211109150036.json +0 -109
- package/.history/package_20211109151446.json +0 -112
- package/.history/package_20211109151756.json +0 -112
- package/.history/package_20211109151802.json +0 -112
- package/.history/package_20211109151807.json +0 -112
- package/.history/package_20211109151838.json +0 -112
- package/.history/package_20211109153435.json +0 -117
- package/.history/package_20211109160825.json +0 -117
- package/.history/package_20211109161532.json +0 -118
- package/.history/package_20211109161554.json +0 -118
- package/.history/package_20211109161940.json +0 -117
- package/.history/package_20211109162020.json +0 -118
- package/.history/package_20211109162510.json +0 -118
- package/.history/package_20211109162529.json +0 -118
- package/.history/package_20211109162543.json +0 -118
- package/.history/package_20211116140927.json +0 -115
- package/.history/package_20211116140929.json +0 -115
- package/.history/package_20211116140948.json +0 -117
- package/.history/package_20211116140951.json +0 -117
- package/.history/package_20211116141010.json +0 -117
- package/.history/package_20211116141729.json +0 -119
- package/.history/package_20211116143239.json +0 -119
- package/.history/package_20211116155648.json +0 -131
- package/.history/package_20211117114725.json +0 -132
- package/.history/package_20211117164402.json +0 -132
- package/.history/package_20211117164404.json +0 -132
- package/.history/package_20211117164407.json +0 -132
- package/.history/src/assets/check_20210511153044.svg +0 -4
- package/.history/src/assets/check_20210601141216.svg +0 -4
- package/.history/src/assets/check_20210601141237.svg +0 -4
- package/.history/src/assets/loader_20210114075959.svg +0 -32
- package/.history/src/assets/loader_20210511153051.svg +0 -32
- package/.history/src/assets/loader_20210511153109.svg +0 -32
- package/.history/src/components/Common/DashedFocusBorder_20211103152807.tsx +0 -20
- package/.history/src/components/Common/DashedFocusBorder_20211116141741.tsx +0 -20
- package/.history/src/components/Form/Input/Demo/Demo_20210427112859.tsx +0 -0
- package/.history/src/components/Form/Input/Demo/Demo_20210427112927.tsx +0 -38
- package/.history/src/components/Form/Input/Demo/Demo_20210427113127.tsx +0 -65
- package/.history/src/components/Form/Input/Demo/Demo_20210427113139.tsx +0 -56
- package/.history/src/components/Form/Input/Demo/Demo_20210427113151.tsx +0 -55
- package/.history/src/components/Form/Input/Demo/Demo_20210427113152.tsx +0 -55
- package/.history/src/components/Form/Input/Demo/Demo_20210427113157.tsx +0 -55
- package/.history/src/components/Form/Input/Demo/Demo_20210427113206.tsx +0 -55
- package/.history/src/components/Form/Input/Demo/Demo_20210427113223.tsx +0 -54
- package/.history/src/components/Form/Input/Demo/Demo_20210427113224.tsx +0 -54
- package/.history/src/components/Form/Input/Demo/Demo_20210427113228.tsx +0 -54
- package/.history/src/components/Form/Input/Demo/Demo_20210427113235.tsx +0 -54
- package/.history/src/components/Form/Input/Demo/Demo_20210427113311.tsx +0 -54
- package/.history/src/components/Form/Input/Demo/Demo_20210427113341.tsx +0 -54
- package/.history/src/components/Form/Input/Demo/Demo_20210427113735.tsx +0 -57
- package/.history/src/components/Form/Input/Demo/Demo_20210427113751.tsx +0 -58
- package/.history/src/components/Form/Input/Demo/Demo_20210427113812.tsx +0 -60
- package/.history/src/components/Form/Input/Demo/Demo_20210427114028.tsx +0 -69
- package/.history/src/components/Form/Input/Demo/Demo_20210427114251.tsx +0 -71
- package/.history/src/components/Form/Input/Demo/Demo_20210427114321.tsx +0 -73
- package/.history/src/components/Form/Input/Demo/Demo_20210427114332.tsx +0 -73
- package/.history/src/components/Form/Input/Demo/Demo_20210427114504.tsx +0 -77
- package/.history/src/components/Form/Input/Demo/Demo_20210427114532.tsx +0 -83
- package/.history/src/components/Form/Input/Demo/Demo_20210427114603.tsx +0 -90
- package/.history/src/components/Form/Input/Demo/Demo_20210427114621.tsx +0 -89
- package/.history/src/components/Form/Input/Demo/Demo_20210427114633.tsx +0 -89
- package/.history/src/components/Form/Input/Demo/Demo_20210427114646.tsx +0 -89
- package/.history/src/components/Form/Input/Demo/Demo_20210427114759.tsx +0 -98
- package/.history/src/components/Form/Input/Demo/Demo_20210427114838.tsx +0 -98
- package/.history/src/components/Form/Input/Demo/Demo_20210427114841.tsx +0 -98
- package/.history/src/components/Form/Input/Demo/Demo_20210427115036.tsx +0 -99
- package/.history/src/components/Form/Input/Demo/Demo_20210427115156.tsx +0 -90
- package/.history/src/components/Form/Input/Demo/Demo_20210427115329.tsx +0 -99
- package/.history/src/components/Form/Input/Demo/Demo_20210427115339.tsx +0 -99
- package/.history/src/components/Form/Input/Demo/Demo_20210427115443.tsx +0 -101
- package/.history/src/components/Form/Input/Demo/Demo_20210427115633.tsx +0 -102
- package/.history/src/components/Form/Input/Demo/Demo_20210427115821.tsx +0 -102
- package/.history/src/components/Form/Input/JRCFormAutocomplete/JRCFormAutocompleteCommunity_20210909111158.tsx +0 -25
- package/.history/src/components/Form/Input/JRCFormAutocomplete/JRCFormAutocompleteCommunity_20210909112623.tsx +0 -27
- package/.history/src/components/Form/Input/JRCFormAutocomplete/JRCFormAutocomplete_20210426165817.tsx +0 -72
- package/.history/src/components/Form/Input/JRCFormAutocomplete/JRCFormAutocomplete_20210429114237.tsx +0 -71
- package/.history/src/components/Form/Input/JRCFormCheckbox/JRCFormCheckbox_20211019160603.tsx +0 -253
- package/.history/src/components/Form/Input/JRCFormCheckbox/JRCFormCheckbox_20211019160617.tsx +0 -253
- package/.history/src/components/Form/Input/JRCFormCheckbox/JRCFormCheckbox_20211019160632.tsx +0 -307
- package/.history/src/components/Form/Input/JRCFormCheckbox/JRCFormCheckbox_20211019160746.tsx +0 -307
- package/.history/src/components/Form/Input/JRCFormCheckbox/JRCFormCheckbox_20211116142837.tsx +0 -263
- package/.history/src/components/Form/Input/JRCFormColor/JRCFormColor_20210309111210.tsx +0 -86
- package/.history/src/components/Form/Input/JRCFormColor/JRCFormColor_20210405114706.tsx +0 -81
- package/.history/src/components/Form/Input/JRCFormColor/JRCFormColor_20210429114357.tsx +0 -81
- package/.history/src/components/Form/Input/JRCFormColor/JRCFormColor_20210429114358.tsx +0 -81
- package/.history/src/components/Form/Input/JRCFormColor/JRCFormColor_20210429154857.tsx +0 -81
- package/.history/src/components/Form/Input/JRCFormColor/JRCFormColor_20210429154904.tsx +0 -97
- package/.history/src/components/Form/Input/JRCFormColor/JRCFormColor_20210429154910.tsx +0 -97
- package/.history/src/components/Form/Input/JRCFormColor/JRCFormColor_20210429154918.tsx +0 -99
- package/.history/src/components/Form/Input/JRCFormColor/JRCFormColor_20210429154929.tsx +0 -103
- package/.history/src/components/Form/Input/JRCFormColor/JRCFormColor_20210429154941.tsx +0 -99
- package/.history/src/components/Form/Input/JRCFormColor/JRCFormColor_20210429155002.tsx +0 -98
- package/.history/src/components/Form/Input/JRCFormColor/JRCFormColor_20210429155402.tsx +0 -99
- package/.history/src/components/Form/Input/JRCFormDate/JRCFormDate_20210415092917.tsx +0 -43
- package/.history/src/components/Form/Input/JRCFormDate/JRCFormDate_20210429114401.tsx +0 -43
- package/.history/src/components/Form/Input/JRCFormDate/JRCFormDate_20210429154559.tsx +0 -43
- package/.history/src/components/Form/Input/JRCFormDate/JRCFormDate_20210429154606.tsx +0 -59
- package/.history/src/components/Form/Input/JRCFormDate/JRCFormDate_20210429154624.tsx +0 -54
- package/.history/src/components/Form/Input/JRCFormDate/JRCFormDate_20210429154643.tsx +0 -56
- package/.history/src/components/Form/Input/JRCFormDate/JRCFormDate_20210429154717.tsx +0 -56
- package/.history/src/components/Form/Input/JRCFormDate/JRCFormDate_20210429154755.tsx +0 -59
- package/.history/src/components/Form/Input/JRCFormDateTime/JRCDateTime_20210415092917.tsx +0 -42
- package/.history/src/components/Form/Input/JRCFormDateTime/JRCDateTime_20210429114419.tsx +0 -42
- package/.history/src/components/Form/Input/JRCFormDateTime/JRCDateTime_20210429114440.tsx +0 -42
- package/.history/src/components/Form/Input/JRCFormDateTime/JRCDateTime_20210429114446.tsx +0 -42
- package/.history/src/components/Form/Input/JRCFormDateTime/JRCDateTime_20210429154420.tsx +0 -42
- package/.history/src/components/Form/Input/JRCFormDateTime/JRCDateTime_20210429154430.tsx +0 -58
- package/.history/src/components/Form/Input/JRCFormDateTime/JRCDateTime_20210429154442.tsx +0 -60
- package/.history/src/components/Form/Input/JRCFormDateTime/JRCDateTime_20210429154459.tsx +0 -55
- package/.history/src/components/Form/Input/JRCFormDateTime/JRCDateTime_20210429154521.tsx +0 -57
- package/.history/src/components/Form/Input/JRCFormDateTime/JRCDateTime_20210429154736.tsx +0 -58
- package/.history/src/components/Form/Input/JRCFormDateTime/JRCFormDateTime_20211116142816.tsx +0 -1095
- package/.history/src/components/Form/Input/JRCFormDateTime/JRCFormDateTime_20211116142819.tsx +0 -1095
- package/.history/src/components/Form/Input/JRCFormDateTime/JRCFormDateTime_20211116142825.tsx +0 -1095
- package/.history/src/components/Form/Input/JRCFormDateTime/JRCFormDateTime_20211117094739.tsx +0 -1095
- package/.history/src/components/Form/Input/JRCFormEmail/JRCFormEmail_20210114075959.tsx +0 -40
- package/.history/src/components/Form/Input/JRCFormEmail/JRCFormEmail_20210429114458.tsx +0 -40
- package/.history/src/components/Form/Input/JRCFormEmail/JRCFormEmail_20210429154308.tsx +0 -33
- package/.history/src/components/Form/Input/JRCFormEmail/JRCFormEmail_20210429154318.tsx +0 -51
- package/.history/src/components/Form/Input/JRCFormEmail/JRCFormEmail_20210429154329.tsx +0 -53
- package/.history/src/components/Form/Input/JRCFormEmail/JRCFormEmail_20210429154337.tsx +0 -56
- package/.history/src/components/Form/Input/JRCFormEmail/JRCFormEmail_20210429154348.tsx +0 -56
- package/.history/src/components/Form/Input/JRCFormEmail/JRCFormEmail_20210429154359.tsx +0 -56
- package/.history/src/components/Form/Input/JRCFormEmail/JRCFormEmail_20210429154401.tsx +0 -56
- package/.history/src/components/Form/Input/JRCFormEmail/JRCFormEmail_20210429154403.tsx +0 -56
- package/.history/src/components/Form/Input/JRCFormFieldRender_20210114075959.tsx +0 -97
- package/.history/src/components/Form/Input/JRCFormFieldRender_20210405114648.tsx +0 -97
- package/.history/src/components/Form/Input/JRCFormFile/JRCFormFile.stories_20210114075959.tsx +0 -11
- package/.history/src/components/Form/Input/JRCFormFile/JRCFormFile.stories_20210429114512.tsx +0 -11
- package/.history/src/components/Form/Input/JRCFormFile/JRCFormFile.stories_20210429154111.tsx +0 -13
- package/.history/src/components/Form/Input/JRCFormFile/JRCFormFile.stories_20210429154126.tsx +0 -13
- package/.history/src/components/Form/Input/JRCFormFile/JRCFormFile.stories_20210429154142.tsx +0 -14
- package/.history/src/components/Form/Input/JRCFormFile/JRCFormFile.stories_20210429154146.tsx +0 -15
- package/.history/src/components/Form/Input/JRCFormFile/JRCFormFile.stories_20210429154155.tsx +0 -15
- package/.history/src/components/Form/Input/JRCFormFile/JRCFormFile.stories_20210429154158.tsx +0 -20
- package/.history/src/components/Form/Input/JRCFormFile/JRCFormFile.stories_20210429154225.tsx +0 -20
- package/.history/src/components/Form/Input/JRCFormFile/JRCFormFile_20211116141848.tsx +0 -149
- package/.history/src/components/Form/Input/JRCFormFile/JRCFormFile_20211116141920.tsx +0 -148
- package/.history/src/components/Form/Input/JRCFormFile/JRCFormFile_20211116141935.tsx +0 -148
- package/.history/src/components/Form/Input/JRCFormFile/JRCFormFile_20211117094122.tsx +0 -148
- package/.history/src/components/Form/Input/JRCFormFile/JRCFormFile_20211117094131.tsx +0 -148
- package/.history/src/components/Form/Input/JRCFormFile/JRCFormFile_20211117094147.tsx +0 -149
- package/.history/src/components/Form/Input/JRCFormNumber/JRCFormNumber_20210114075959.tsx +0 -42
- package/.history/src/components/Form/Input/JRCFormNumber/JRCFormNumber_20210429114516.tsx +0 -42
- package/.history/src/components/Form/Input/JRCFormNumber/JRCFormNumber_20210429153918.tsx +0 -35
- package/.history/src/components/Form/Input/JRCFormNumber/JRCFormNumber_20210429153924.tsx +0 -53
- package/.history/src/components/Form/Input/JRCFormNumber/JRCFormNumber_20210429153959.tsx +0 -55
- package/.history/src/components/Form/Input/JRCFormNumber/JRCFormNumber_20210429154029.tsx +0 -58
- package/.history/src/components/Form/Input/JRCFormNumber/JRCFormNumber_20210429154035.tsx +0 -58
- package/.history/src/components/Form/Input/JRCFormRadio/JRCFormRadio.stories_20210114075959.tsx +0 -31
- package/.history/src/components/Form/Input/JRCFormRadio/JRCFormRadio.stories_20210412103504.tsx +0 -45
- package/.history/src/components/Form/Input/JRCFormRadio/JRCFormRadio_20210429114520.tsx +0 -124
- package/.history/src/components/Form/Input/JRCFormRadio/JRCFormRadio_20210429153726.tsx +0 -124
- package/.history/src/components/Form/Input/JRCFormRadio/JRCFormRadio_20210429153733.tsx +0 -124
- package/.history/src/components/Form/Input/JRCFormRadio/JRCFormRadio_20210429153800.tsx +0 -136
- package/.history/src/components/Form/Input/JRCFormRadio/JRCFormRadio_20210429153834.tsx +0 -138
- package/.history/src/components/Form/Input/JRCFormRadio/JRCFormRadio_20210429153837.tsx +0 -137
- package/.history/src/components/Form/Input/JRCFormRadio/JRCFormRadio_20210429153848.tsx +0 -137
- package/.history/src/components/Form/Input/JRCFormRadio/JRCFormRadio_20210511171834.tsx +0 -124
- package/.history/src/components/Form/Input/JRCFormRadio/JRCFormRadio_20210511171842.tsx +0 -124
- package/.history/src/components/Form/Input/JRCFormRadio/JRCFormRadio_20210518150404.tsx +0 -124
- package/.history/src/components/Form/Input/JRCFormRadio/JRCFormRadio_20210518150412.tsx +0 -124
- package/.history/src/components/Form/Input/JRCFormRadio/JRCFormRadio_20210518150815.tsx +0 -125
- package/.history/src/components/Form/Input/JRCFormRadio/JRCFormRadio_20210518150824.tsx +0 -125
- package/.history/src/components/Form/Input/JRCFormRadio/JRCFormRadio_20210518150834.tsx +0 -125
- package/.history/src/components/Form/Input/JRCFormRange/JRCFormRange_20211116141948.tsx +0 -106
- package/.history/src/components/Form/Input/JRCFormRange/JRCFormRange_20211116141950.tsx +0 -106
- package/.history/src/components/Form/Input/JRCFormSelect/JRCFormSelect_20211116142012.tsx +0 -350
- package/.history/src/components/Form/Input/JRCFormText/JRCFormText_20210114075959.tsx +0 -38
- package/.history/src/components/Form/Input/JRCFormText/JRCFormText_20210429114541.tsx +0 -38
- package/.history/src/components/Form/Input/JRCFormText/JRCFormText_20210429152714.tsx +0 -38
- package/.history/src/components/Form/Input/JRCFormText/JRCFormText_20210429152735.tsx +0 -53
- package/.history/src/components/Form/Input/JRCFormText/JRCFormText_20210429152747.tsx +0 -48
- package/.history/src/components/Form/Input/JRCFormText/JRCFormText_20210429152757.tsx +0 -49
- package/.history/src/components/Form/Input/JRCFormText/JRCFormText_20210429152806.tsx +0 -51
- package/.history/src/components/Form/Input/JRCFormText/JRCFormText_20210429152816.tsx +0 -54
- package/.history/src/components/Form/Input/JRCFormText/JRCFormText_20210429152834.tsx +0 -54
- package/.history/src/components/Form/Input/JRCFormText/JRCFormText_20210429152841.tsx +0 -54
- package/.history/src/components/Form/Input/JRCFormTextEditor/JRCFormTextEditor_20211116142024.tsx +0 -35
- package/.history/src/components/Form/Input/JRCFormTextarea/JRCFormTextarea_20211116142028.tsx +0 -65
- package/.history/src/components/Form/Input/JRCStyledInput_20210309111210.tsx +0 -94
- package/.history/src/components/Form/Input/JRCStyledInput_20210412103822.tsx +0 -98
- package/.history/src/components/Form/Input/JRCStyledInput_20210412103824.tsx +0 -97
- package/.history/src/components/Form/Input/ReduxFormControls_20211116142058.ts +0 -141
- package/.history/src/components/Form/Input/ReduxFormControls_20211116142800.ts +0 -141
- package/.history/src/components/JRCAlert/JRCArlert.stories_20211103152807.tsx +0 -60
- package/.history/src/components/JRCAlert/JRCArlert.stories_20211116142119.tsx +0 -61
- package/.history/src/components/JRCAvatar/JRCAvatar.stories_20211103152807.tsx +0 -28
- package/.history/src/components/JRCAvatar/JRCAvatar.stories_20211109115138.tsx +0 -27
- package/.history/src/components/JRCAvatar/JRCAvatar.stories_20211109115145.tsx +0 -26
- package/.history/src/components/JRCAvatar/JRCAvatar.stories_20211109115204.tsx +0 -28
- package/.history/src/components/JRCAvatar/JRCAvatar.stories_20211116142132.tsx +0 -27
- package/.history/src/components/JRCAvatar/JRCAvatar.stories_20211116142134.tsx +0 -26
- package/.history/src/components/JRCAvatar/JRCAvatar.stories_20211116142151.tsx +0 -28
- package/.history/src/components/JRCAvatar/JRCAvatar.stories_20211116142200.tsx +0 -29
- package/.history/src/components/JRCAvatar/JRCAvatar.stories_20211116142204.tsx +0 -28
- package/.history/src/components/JRCAvatar/JRCAvatar.stories_20211116142212.tsx +0 -29
- package/.history/src/components/JRCAvatar/JRCAvatar.test_20211103152807.tsx +0 -21
- package/.history/src/components/JRCAvatar/JRCAvatar.test_20211116142226.tsx +0 -22
- package/.history/src/components/JRCAvatar/JRCAvatar_20211215104018.tsx +0 -59
- package/.history/src/components/JRCAvatar/JRCAvatar_20211215104101.tsx +0 -60
- package/.history/src/components/JRCAvatar/JRCAvatar_20211215104122.tsx +0 -60
- package/.history/src/components/JRCAvatar/JRCAvatar_20211215104143.tsx +0 -60
- package/.history/src/components/JRCAvatar/JRCAvatar_20211215104218.tsx +0 -62
- package/.history/src/components/JRCAvatar/JRCAvatar_20211215104246.tsx +0 -62
- package/.history/src/components/JRCAvatar/JRCAvatar_20211215104354.tsx +0 -60
- package/.history/src/components/JRCAvatar/JRCAvatar_20211215104416.tsx +0 -60
- package/.history/src/components/JRCAvatar/JRCAvatar_20211215104419.tsx +0 -60
- package/.history/src/components/JRCAvatar/JRCAvatar_20211215104701.tsx +0 -62
- package/.history/src/components/JRCAvatar/JRCAvatar_20211215104713.tsx +0 -63
- package/.history/src/components/JRCAvatar/JRCAvatar_20211215104957.tsx +0 -66
- package/.history/src/components/JRCAvatar/JRCAvatar_20211215105005.tsx +0 -66
- package/.history/src/components/JRCAvatar/JRCAvatar_20211215105009.tsx +0 -65
- package/.history/src/components/JRCAvatar/JRCAvatar_20211215105026.tsx +0 -65
- package/.history/src/components/JRCAvatar/JRCAvatar_20211215105309.tsx +0 -61
- package/.history/src/components/JRCAvatar/JRCAvatar_20211215105312.tsx +0 -64
- package/.history/src/components/JRCAvatar/JRCAvatar_20211215105315.tsx +0 -64
- package/.history/src/components/JRCAvatar/JRCAvatar_20211215105433.tsx +0 -64
- package/.history/src/components/JRCAvatar/JRCAvatar_20211215105442.tsx +0 -62
- package/.history/src/components/JRCAvatar/JRCAvatar_20211215110444.tsx +0 -63
- package/.history/src/components/JRCAvatar/JRCAvatar_20211215111145.tsx +0 -64
- package/.history/src/components/JRCAvatar/JRCAvatar_20211215111233.tsx +0 -65
- package/.history/src/components/JRCAvatar/JRCAvatar_20211215111240.tsx +0 -64
- package/.history/src/components/JRCAvatar/JRCAvatar_20211220162840.tsx +0 -62
- package/.history/src/components/JRCAvatar/JRCAvatar_20211220162848.tsx +0 -62
- package/.history/src/components/JRCAvatar/JRCAvatar_20211220164211.tsx +0 -62
- package/.history/src/components/JRCAvatar/JRCAvatar_20211220164215.tsx +0 -62
- package/.history/src/components/JRCAvatar/JRCAvatar_20211221115746.tsx +0 -64
- package/.history/src/components/JRCAvatar/JRCAvatar_20211221115750.tsx +0 -64
- package/.history/src/components/JRCAvatar/JRCAvatar_20211221120044.tsx +0 -64
- package/.history/src/components/JRCAvatar/JRCAvatar_20211221120047.tsx +0 -64
- package/.history/src/components/JRCAvatar/JRCAvatar_20211221120048.tsx +0 -63
- package/.history/src/components/JRCAvatar/JRCAvatar_20211221120052.tsx +0 -63
- package/.history/src/components/JRCAvatar/JRCAvatar_20211221120055.tsx +0 -62
- package/.history/src/components/JRCAvatar/JRCAvatar_20211221120153.tsx +0 -62
- package/.history/src/components/JRCButton/JRCButton.stories_20210114075959.tsx +0 -65
- package/.history/src/components/JRCButton/JRCButton.stories_20210324153346.tsx +0 -78
- package/.history/src/components/JRCButton/JRCButton_20211103141623.tsx +0 -135
- package/.history/src/components/JRCButton/JRCButton_20211116142244.tsx +0 -117
- package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412155338.tsx +0 -36
- package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412155438.tsx +0 -36
- package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412155441.tsx +0 -37
- package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412155446.tsx +0 -37
- package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412155459.tsx +0 -19
- package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412155511.tsx +0 -17
- package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412161017.tsx +0 -18
- package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412161020.tsx +0 -16
- package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412161032.tsx +0 -16
- package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412161148.tsx +0 -16
- package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412161438.tsx +0 -37
- package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412161447.tsx +0 -37
- package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412161456.tsx +0 -41
- package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412161507.tsx +0 -42
- package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412161516.tsx +0 -43
- package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412161820.tsx +0 -43
- package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412164337.tsx +0 -45
- package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412164427.tsx +0 -45
- package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412164441.tsx +0 -45
- package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412164446.tsx +0 -45
- package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412164501.tsx +0 -47
- package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412164510.tsx +0 -52
- package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412164528.tsx +0 -76
- package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412164607.tsx +0 -77
- package/.history/src/components/JRCCarousel/JRCCarousel_20210412155318.tsx +0 -0
- package/.history/src/components/JRCCarousel/JRCCarousel_20210412155347.tsx +0 -0
- package/.history/src/components/JRCCarousel/JRCCarousel_20210412155413.tsx +0 -6
- package/.history/src/components/JRCCarousel/JRCCarousel_20210412155414.tsx +0 -6
- package/.history/src/components/JRCCarousel/JRCCarousel_20210412155428.tsx +0 -4
- package/.history/src/components/JRCCarousel/JRCCarousel_20210412155603.tsx +0 -7
- package/.history/src/components/JRCCarousel/JRCCarousel_20210412155631.tsx +0 -9
- package/.history/src/components/JRCCarousel/JRCCarousel_20210412155633.tsx +0 -16
- package/.history/src/components/JRCCarousel/JRCCarousel_20210412155635.tsx +0 -17
- package/.history/src/components/JRCCarousel/JRCCarousel_20210412155649.tsx +0 -41
- package/.history/src/components/JRCCarousel/JRCCarousel_20210412155703.tsx +0 -42
- package/.history/src/components/JRCCarousel/JRCCarousel_20210412155728.tsx +0 -42
- package/.history/src/components/JRCCarousel/JRCCarousel_20210412160204.tsx +0 -42
- package/.history/src/components/JRCCarousel/JRCCarousel_20210412160431.tsx +0 -42
- package/.history/src/components/JRCCarousel/JRCCarousel_20210412160437.tsx +0 -42
- package/.history/src/components/JRCCarousel/JRCCarousel_20210412160801.tsx +0 -46
- package/.history/src/components/JRCCarousel/JRCCarousel_20210412160814.tsx +0 -46
- package/.history/src/components/JRCCarousel/JRCCarousel_20210412160938.tsx +0 -46
- package/.history/src/components/JRCCarousel/JRCCarousel_20210412160947.tsx +0 -47
- package/.history/src/components/JRCCarousel/JRCCarousel_20210412161128.tsx +0 -47
- package/.history/src/components/JRCCarousel/JRCCarousel_20210412161130.tsx +0 -47
- package/.history/src/components/JRCCarousel/JRCCarousel_20210412161135.tsx +0 -47
- package/.history/src/components/JRCCarousel/JRCCarousel_20210412161208.tsx +0 -48
- package/.history/src/components/JRCCarousel/JRCCarousel_20210412161228.tsx +0 -49
- package/.history/src/components/JRCCarousel/JRCCarousel_20210412161331.tsx +0 -55
- package/.history/src/components/JRCCarousel/JRCCarousel_20210412161347.tsx +0 -55
- package/.history/src/components/JRCCarousel/JRCCarousel_20210412161407.tsx +0 -55
- package/.history/src/components/JRCCarousel/JRCCarousel_20210412161410.tsx +0 -55
- package/.history/src/components/JRCCarousel/JRCCarousel_20210412161418.tsx +0 -55
- package/.history/src/components/JRCCarousel/JRCCarousel_20210412161426.tsx +0 -36
- package/.history/src/components/JRCCarousel/JRCCarousel_20210412161539.tsx +0 -30
- package/.history/src/components/JRCCarousel/JRCCarousel_20210412161544.tsx +0 -29
- package/.history/src/components/JRCCarousel/JRCCarousel_20210412161848.tsx +0 -41
- package/.history/src/components/JRCCarousel/JRCCarousel_20210412161859.tsx +0 -50
- package/.history/src/components/JRCCarousel/JRCCarousel_20210412161913.tsx +0 -50
- package/.history/src/components/JRCCarousel/JRCCarousel_20210412161916.tsx +0 -52
- package/.history/src/components/JRCCarousel/JRCCarousel_20210412161938.tsx +0 -53
- package/.history/src/components/JRCCarousel/JRCCarousel_20210412161947.tsx +0 -42
- package/.history/src/components/JRCCarousel/JRCCarousel_20210412162119.tsx +0 -39
- package/.history/src/components/JRCCarousel/JRCCarousel_20210412162128.tsx +0 -40
- package/.history/src/components/JRCCarousel/JRCCarousel_20210412162141.tsx +0 -42
- package/.history/src/components/JRCCarousel/JRCCarousel_20210412162145.tsx +0 -42
- package/.history/src/components/JRCCarousel/JRCCarousel_20210412162154.tsx +0 -42
- package/.history/src/components/JRCCarousel/JRCCarousel_20210412162238.tsx +0 -42
- package/.history/src/components/JRCCarousel/JRCCarousel_20210412162406.tsx +0 -42
- package/.history/src/components/JRCCarousel/JRCCarousel_20210412162457.tsx +0 -43
- package/.history/src/components/JRCCarousel/JRCCarousel_20210412162500.tsx +0 -43
- package/.history/src/components/JRCCarousel/JRCCarousel_20210412162504.tsx +0 -43
- package/.history/src/components/JRCCarousel/JRCCarousel_20210412162612.tsx +0 -43
- package/.history/src/components/JRCCarousel/JRCCarousel_20210412162650.tsx +0 -54
- package/.history/src/components/JRCCarousel/JRCCarousel_20210412162705.tsx +0 -54
- package/.history/src/components/JRCCarousel/JRCCarousel_20210412162819.tsx +0 -55
- package/.history/src/components/JRCCarousel/JRCCarousel_20210412162845.tsx +0 -55
- package/.history/src/components/JRCCarousel/JRCCarousel_20210412163202.tsx +0 -57
- package/.history/src/components/JRCCarousel/JRCCarousel_20210412163241.tsx +0 -55
- package/.history/src/components/JRCDropDown/JRCDropDown.stories_20211103152807.tsx +0 -28
- package/.history/src/components/JRCDropDown/JRCDropDown.stories_20211116142250.tsx +0 -26
- package/.history/src/components/JRCDropDown/JRCDropDown.stories_20211116142251.tsx +0 -25
- package/.history/src/components/JRCDropDown/JRCDropDown_20210629085002.tsx +0 -155
- package/.history/src/components/JRCDropDown/JRCDropDown_20211103142200.tsx +0 -157
- package/.history/src/components/JRCDropDown/JRCDropDown_20211103142204.tsx +0 -157
- package/.history/src/components/JRCDropDown/JRCDropDown_20211103142213.tsx +0 -157
- package/.history/src/components/JRCDropDown/JRCDropDown_20211103142216.tsx +0 -157
- package/.history/src/components/JRCError/JRCError.stories_20210406110213.tsx +0 -0
- package/.history/src/components/JRCError/JRCError.stories_20210406110227.tsx +0 -18
- package/.history/src/components/JRCError/JRCError.stories_20210406110234.tsx +0 -16
- package/.history/src/components/JRCError/JRCError.stories_20210406110245.tsx +0 -16
- package/.history/src/components/JRCError/JRCError.stories_20210406110305.tsx +0 -18
- package/.history/src/components/JRCError/JRCError.stories_20210406110310.tsx +0 -15
- package/.history/src/components/JRCError/JRCError.stories_20210406110337.tsx +0 -15
- package/.history/src/components/JRCError/JRCError.stories_20210406110354.tsx +0 -15
- package/.history/src/components/JRCError/JRCError.stories_20210406110413.tsx +0 -13
- package/.history/src/components/JRCError/JRCError.stories_20210406110418.tsx +0 -13
- package/.history/src/components/JRCError/JRCError.stories_20210406110708.tsx +0 -14
- package/.history/src/components/JRCError/JRCError.stories_20210406110715.tsx +0 -13
- package/.history/src/components/JRCError/JRCError.stories_20210406110722.tsx +0 -13
- package/.history/src/components/JRCError/JRCError.stories_20210406110736.tsx +0 -13
- package/.history/src/components/JRCError/JRCError.stories_20210406110740.tsx +0 -13
- package/.history/src/components/JRCError/JRCError.stories_20210406110753.tsx +0 -15
- package/.history/src/components/JRCError/JRCError.stories_20210406110757.tsx +0 -16
- package/.history/src/components/JRCError/JRCError.stories_20210406110813.tsx +0 -16
- package/.history/src/components/JRCError/JRCError.stories_20210406110818.tsx +0 -15
- package/.history/src/components/JRCError/JRCError_20210406110115.tsx +0 -0
- package/.history/src/components/JRCError/JRCError_20210406110136.tsx +0 -3
- package/.history/src/components/JRCError/JRCError_20210406110148.tsx +0 -5
- package/.history/src/components/JRCError/JRCError_20210406110154.tsx +0 -5
- package/.history/src/components/JRCError/JRCError_20210406110322.tsx +0 -5
- package/.history/src/components/JRCError/JRCError_20210406110459.tsx +0 -5
- package/.history/src/components/JRCError/JRCError_20210406110521.tsx +0 -9
- package/.history/src/components/JRCError/JRCError_20210406110526.tsx +0 -8
- package/.history/src/components/JRCError/JRCError_20210406110540.tsx +0 -10
- package/.history/src/components/JRCError/JRCError_20210406110544.tsx +0 -10
- package/.history/src/components/JRCError/JRCError_20210406110610.tsx +0 -14
- package/.history/src/components/JRCError/JRCError_20210406110613.tsx +0 -14
- package/.history/src/components/JRCError/JRCError_20210406110624.tsx +0 -15
- package/.history/src/components/JRCError/JRCError_20210406110731.tsx +0 -15
- package/.history/src/components/JRCHref/JRCHref.stories_20211116142303.tsx +0 -29
- package/.history/src/components/JRCHref/JRCHref_20210630101506.tsx +0 -32
- package/.history/src/components/JRCHref/JRCHref_20210630101558.tsx +0 -32
- package/.history/src/components/JRCHref/JRCHref_20210630101601.tsx +0 -32
- package/.history/src/components/JRCHref/JRCHref_20210630101616.tsx +0 -32
- package/.history/src/components/JRCHref/JRCHref_20210630101625.tsx +0 -31
- package/.history/src/components/JRCHref/JRCHref_20210630101634.tsx +0 -31
- package/.history/src/components/JRCHref/JRCHref_20210630101645.tsx +0 -30
- package/.history/src/components/JRCHref/JRCHref_20210630101738.tsx +0 -29
- package/.history/src/components/JRCHref/JRCHref_20210630101742.tsx +0 -28
- package/.history/src/components/JRCIcon/JRCIcon.stories_20210114075959.tsx +0 -1045
- package/.history/src/components/JRCIcon/JRCIcon.stories_20210330160522.tsx +0 -1049
- package/.history/src/components/JRCIcon/JRCIcon.stories_20210330160557.tsx +0 -1049
- package/.history/src/components/JRCIcon/JRCIcon.stories_20210330165104.tsx +0 -1000
- package/.history/src/components/JRCIcon/JRCIcon.stories_20210330165154.tsx +0 -1002
- package/.history/src/components/JRCIcon/JRCIcon.stories_20210330165225.tsx +0 -1167
- package/.history/src/components/JRCIcon/JRCIcon.stories_20210330165243.tsx +0 -1167
- package/.history/src/components/JRCIcon/JRCIcon.stories_20210330165244.tsx +0 -1167
- package/.history/src/components/JRCIcon/JRCIcon.stories_20210330165340.tsx +0 -1020
- package/.history/src/components/JRCIconButton/JRCIconButton_20211102105335.tsx +0 -86
- package/.history/src/components/JRCIconButton/JRCIconButton_20211103141204.tsx +0 -97
- package/.history/src/components/JRCIconButton/JRCIconButton_20211103141514.tsx +0 -97
- package/.history/src/components/JRCIconButton/JRCIconButton_20211103141535.tsx +0 -97
- package/.history/src/components/JRCIconButton/JRCIconButton_20211103141607.tsx +0 -97
- package/.history/src/components/JRCImg/JRCImg_20211103152807.tsx +0 -57
- package/.history/src/components/JRCImg/JRCImg_20211215104339.tsx +0 -58
- package/.history/src/components/JRCImg/JRCImg_20211215104433.tsx +0 -58
- package/.history/src/components/JRCList/JRCListMockData.stories_20211116141848.tsx +0 -118
- package/.history/src/components/JRCList/JRCListMockData.stories_20211116142710.tsx +0 -119
- package/.history/src/components/JRCList/JRCList_20211116141848.tsx +0 -180
- package/.history/src/components/JRCList/JRCList_20211116142725.tsx +0 -172
- package/.history/src/components/JRCList/JRCList_20211116142728.tsx +0 -172
- package/.history/src/components/JRCList/JRCList_20211116142730.tsx +0 -171
- package/.history/src/components/JRCList/JRCList_20211116142734.tsx +0 -171
- package/.history/src/components/JRCList/JRCList_20211116142738.tsx +0 -171
- package/.history/src/components/JRCList/JRCList_20211116142744.tsx +0 -171
- package/.history/src/components/JRCList/JRCList_20211116142747.tsx +0 -172
- package/.history/src/components/JRCList/JRCList_20211116142748.tsx +0 -171
- package/.history/src/components/JRCMenu/JRCMenu.stories_20211103152807.tsx +0 -28
- package/.history/src/components/JRCMenu/JRCMenu.stories_20211116142657.tsx +0 -29
- package/.history/src/components/JRCMenu/JRCMenu_20211103142113.tsx +0 -88
- package/.history/src/components/JRCMenu/JRCMenu_20211103142232.tsx +0 -88
- package/.history/src/components/JRCModal/JRCModal_20211103142136.tsx +0 -142
- package/.history/src/components/JRCModal/JRCModal_20211103142246.tsx +0 -142
- package/.history/src/components/JRCModalImg/JRCModalImg_20210824103034.tsx +0 -148
- package/.history/src/components/JRCModalImg/JRCModalImg_20211103142306.tsx +0 -159
- package/.history/src/components/JRCPagination/JRCPagination.stories_20211116142641.tsx +0 -65
- package/.history/src/components/JRCPagination/JRCPagination.stories_20211116142646.tsx +0 -66
- package/.history/src/components/JRCPagination/JRCPagination_20211103142342.tsx +0 -219
- package/.history/src/components/JRCTag/JRCTag_20211116142631.tsx +0 -149
- package/.history/src/components/JRCThemeProvider/theme-reset_20210615082115.css +0 -254
- package/.history/src/components/JRCThemeProvider/theme-reset_20210615143930.css +0 -253
- package/.history/src/components/JRCTooltip/JRCTooltip.stories_20211103143919.tsx +0 -85
- package/.history/src/components/JRCTooltip/JRCTooltip.stories_20211103144205.tsx +0 -85
- package/.history/src/components/JRCTooltip/JRCTooltip.stories_20211116142619.tsx +0 -86
- package/.history/src/components/JRCTypography/JRCTypography.test_20211103152807.tsx +0 -43
- package/.history/src/components/JRCTypography/JRCTypography.test_20211116142608.tsx +0 -43
- package/.history/src/hooks/UseDidMountEffect_20211103152807.tsx +0 -12
- package/.history/src/hooks/UseDidMountEffect_20211116142601.tsx +0 -12
- package/.history/src/index_20210330171346.tsx +0 -145
- package/.history/src/index_20210330171430.tsx +0 -150
- package/.history/src/index_20210406174244.tsx +0 -151
- package/.history/src/index_20210406174248.tsx +0 -151
- package/.history/src/index_20210406174255.tsx +0 -152
- package/.history/src/index_20210406174317.tsx +0 -152
- package/.history/src/index_20210406174329.tsx +0 -153
- package/.history/src/index_20210412153458.tsx +0 -155
- package/.history/src/index_20210412153503.tsx +0 -155
- package/.history/src/index_20210427113335.tsx +0 -162
- package/.history/src/index_20210427113346.tsx +0 -162
- package/.history/src/index_20210427113356.tsx +0 -163
- package/.history/src/jest/svgTransform_20211103152807.js +0 -9
- package/.history/src/jest/svgTransform_20211117164503.js +0 -10
- package/.history/src/storybook/StorybookContainer/StorybookContainer_20210114075959.scss +0 -22
- package/.history/src/storybook/StorybookContainer/StorybookContainer_20210330170040.scss +0 -23
- package/.history/src/storybook/decorators_20210114075959.tsx +0 -17
- package/.history/src/storybook/decorators_20210430082612.tsx +0 -17
- package/.history/src/storybook/decorators_20210430082629.tsx +0 -13
- package/.history/src/storybook/decorators_20210430082644.tsx +0 -13
- package/.history/src/styles/theme_20211123150650.tsx +0 -167
- package/.history/src/styles/theme_20211123150708.tsx +0 -168
- package/.history/src/styles/theme_20211123150807.tsx +0 -168
- package/.history/src/styles/theme_20211123150905.tsx +0 -180
- package/.history/src/styles/theme_20211123150921.tsx +0 -175
- package/.history/src/styles/theme_20211123150928.tsx +0 -179
- package/.history/src/styles/theme_20211123151003.tsx +0 -178
- package/.history/src/styles/theme_20211123151005.tsx +0 -178
- package/.history/src/styles/theme_20211123151037.tsx +0 -177
- package/.history/src/styles/theme_20211123151145.tsx +0 -179
- package/.history/src/styles/theme_20211123151303.tsx +0 -179
- package/.history/src/styles/theme_20211123151327.tsx +0 -179
- package/.history/src/styles/theme_20211123151413.tsx +0 -170
- package/.history/src/styles/theme_20211123151416.tsx +0 -169
- package/.history/src/styles/theme_20211123151438.tsx +0 -178
- package/.history/src/styles/theme_20211123151505.tsx +0 -169
- package/.history/src/styles/theme_20211123151654.tsx +0 -179
- package/.history/src/styles/theme_20211123151847.tsx +0 -177
- package/.history/src/styles/theme_20211123151924.tsx +0 -173
- package/.history/src/styles/theme_20211123151946.tsx +0 -173
- package/.history/src/styles/theme_20211123151951.tsx +0 -175
- package/.history/src/styles/theme_20211123151959.tsx +0 -175
- package/.history/src/styles/theme_20211123153945.tsx +0 -173
- package/.history/src/styles/theme_20211123153953.tsx +0 -175
- package/.history/src/styles/theme_20211123154113.tsx +0 -175
- package/.history/src/styles/theme_20211125142741.tsx +0 -166
- package/.history/src/styles/utils_20211116141848.tsx +0 -220
- package/.history/src/styles/utils_20211116142330.tsx +0 -220
- package/.history/src/styles/utils_20211116142340.tsx +0 -220
- package/.history/src/styles/utils_20211116142354.tsx +0 -221
- package/.history/src/styles/utils_20211116142407.tsx +0 -222
- package/.history/src/types/react-table-config.d_20211103152807.ts +0 -128
- package/.history/src/types/react-table-config.d_20211116142449.ts +0 -129
- package/.history/src/types/react-table-config.d_20211116142537.ts +0 -127
- package/.history/src/types/react-table-config.d_20211116142544.ts +0 -124
- package/.history/src/types/react-table-config.d_20211116142551.ts +0 -122
- package/.history/src/types/react-table-config.d_20211116142914.ts +0 -123
- package/.history/src/types/react-table-config.d_20211116142918.ts +0 -122
- package/.history/src/types/react-table-config.d_20211116142923.ts +0 -121
- package/.history/src/types/react-table-config.d_20211116142926.ts +0 -120
- package/.history/src/types/react-table-config.d_20211116142929.ts +0 -119
- package/.history/src/types/react-table-config.d_20211116142931.ts +0 -118
- package/.history/src/types/react-table-config.d_20211116142934.ts +0 -117
- package/.history/src/types/react-table-config.d_20211116142935.ts +0 -116
- package/.history/src/types/react-table-config.d_20211116142938.ts +0 -115
- package/.history/src/types/react-table-config.d_20211116142943.ts +0 -114
- package/.history/src/types/react-table-config.d_20211116143050.ts +0 -123
- package/.history/src/utils/test-utils_20211103152807.tsx +0 -40
- package/.history/src/utils/test-utils_20211116142526.tsx +0 -40
- package/.history/src/utils/test-utils_20211116143351.tsx +0 -40
- package/.history/src/utils/test-utils_20211117095711.tsx +0 -40
- package/.history/src/utils/test-utils_20211117095720.tsx +0 -41
- package/.history/tsconfig_20210929171235.json +0 -16
- package/.history/tsconfig_20210929171551.json +0 -16
- package/.history/tsconfig_20210929171715.json +0 -17
- package/.history/tsconfig_20210929171832.json +0 -17
- package/.history/webpack.config_20211109143806.js +0 -70
- package/.history/webpack.config_20211109144159.js +0 -66
- package/.history/webpack.config_20211109144211.js +0 -67
- package/.history/webpack.config_20211109144446.js +0 -67
- package/.history/webpack.config_20211109144537.js +0 -70
- package/.history/webpack.config_20211109144549.js +0 -70
- package/.history/webpack.config_20211109153132.js +0 -69
- package/.history/webpack.config_20211109153209.js +0 -71
- package/.history/webpack.config_20211109153224.js +0 -72
- package/.history/webpack.config_20211109162125.js +0 -72
- package/.history/webpack.config_20211117164435.js +0 -69
- package/.history/webpack.config_20211117164440.js +0 -70
- package/.husky/pre-commit +0 -4
- package/.prettierignore +0 -80
- package/.prettierrc.json +0 -11
- package/.storybook/StorybookContainer/StorybookContainer.css +0 -10
- package/.storybook/StorybookContainer/StorybookContainer.tsx +0 -39
- package/.storybook/main.js +0 -9
- package/.storybook/preview-head.html +0 -8
- package/.storybook/preview.js +0 -21
- package/.storybook/webpack.config.js +0 -25
- package/.vscode/settings.json +0 -9
- package/babel.config.js +0 -14
- package/eslint_report.json +0 -1312
- package/externals.d.ts +0 -4
- package/favicon.ico +0 -0
- package/jest.config.js +0 -16
- package/jest.setup.ts +0 -1
- package/src/assets/check.svg +0 -4
- package/src/assets/error.svg +0 -3
- package/src/components/Common/DashedFocusBorder.tsx +0 -20
- package/src/components/Common/JRCConditionalWrapper.tsx +0 -12
- package/src/components/Common/util/getColor.util.ts +0 -12
- package/src/components/Form/Common/ClickAwayListener.tsx +0 -41
- package/src/components/Form/Common/FormDescription.tsx +0 -9
- package/src/components/Form/Common/FormHelper.tsx +0 -30
- package/src/components/Form/Common/FormLabel.tsx +0 -38
- package/src/components/Form/Common/FormMessageFeedback.tsx +0 -52
- package/src/components/Form/Common/types.ts +0 -31
- package/src/components/Form/Input/Common/JRCFormErrors.tsx +0 -40
- package/src/components/Form/Input/Common/JRCFormFieldRenderer.tsx +0 -85
- package/src/components/Form/Input/Common/JRCFormFieldRenderer.types.tsx +0 -51
- package/src/components/Form/Input/Common/useFormControls.tsx +0 -108
- package/src/components/Form/Input/JRCFormAutocomplete/JRCFormAutocompleteAudience.stories.tsx +0 -38
- package/src/components/Form/Input/JRCFormAutocomplete/JRCFormAutocompleteAudience.tsx +0 -47
- package/src/components/Form/Input/JRCFormAutocomplete/JRCFormAutocompleteCommunity.stories.tsx +0 -37
- package/src/components/Form/Input/JRCFormAutocomplete/JRCFormAutocompleteCommunity.tsx +0 -25
- package/src/components/Form/Input/JRCFormAutocomplete/JRCFormAutocompleteTaxonomy.stories.tsx +0 -39
- package/src/components/Form/Input/JRCFormAutocomplete/JRCFormAutocompleteTaxonomy.tsx +0 -33
- package/src/components/Form/Input/JRCFormCheckbox/JRCCheckbox.tsx +0 -46
- package/src/components/Form/Input/JRCFormCheckbox/JRCFormCheckbox.stories.tsx +0 -61
- package/src/components/Form/Input/JRCFormCheckbox/JRCFormCheckbox.style.tsx +0 -101
- package/src/components/Form/Input/JRCFormCheckbox/JRCFormCheckbox.tsx +0 -116
- package/src/components/Form/Input/JRCFormCheckbox/JRCFormCheckbox.types.tsx +0 -58
- package/src/components/Form/Input/JRCFormCheckbox/JRCRadio.tsx +0 -27
- package/src/components/Form/Input/JRCFormCheckbox/JRCToggle.tsx +0 -75
- package/src/components/Form/Input/JRCFormColor/JRCFormColor.stories.tsx +0 -26
- package/src/components/Form/Input/JRCFormColor/JRCFormColor.tsx +0 -78
- package/src/components/Form/Input/JRCFormDateTime/JRCFormDateTime.tsx +0 -1079
- package/src/components/Form/Input/JRCFormDateTime/JRCFormInputDateTime.stories.tsx +0 -71
- package/src/components/Form/Input/JRCFormEmail/JRCFormEmail.stories.tsx +0 -22
- package/src/components/Form/Input/JRCFormEmail/JRCFormEmail.tsx +0 -36
- package/src/components/Form/Input/JRCFormEmail/JRCInputEmail.stories.tsx +0 -48
- package/src/components/Form/Input/JRCFormEmail/JRCInputEmail.tsx +0 -26
- package/src/components/Form/Input/JRCFormFieldRender.tsx +0 -115
- package/src/components/Form/Input/JRCFormFile/JRCFormFile.stories.tsx +0 -37
- package/src/components/Form/Input/JRCFormFile/JRCFormFile.styles.tsx +0 -75
- package/src/components/Form/Input/JRCFormFile/JRCFormFile.tsx +0 -169
- package/src/components/Form/Input/JRCFormNumber/JRCFormNumber.stories.tsx +0 -24
- package/src/components/Form/Input/JRCFormNumber/JRCFormNumber.tsx +0 -37
- package/src/components/Form/Input/JRCFormRange/JRCFormRange.stories.tsx +0 -48
- package/src/components/Form/Input/JRCFormRange/JRCFormRange.tsx +0 -106
- package/src/components/Form/Input/JRCFormReceiveACopy/JRCFormReceiveACopy.stories.tsx +0 -10
- package/src/components/Form/Input/JRCFormReceiveACopy/JRCFormReceiveACopy.tsx +0 -22
- package/src/components/Form/Input/JRCFormRichText/JRCFormRichTextField.stories.tsx +0 -23
- package/src/components/Form/Input/JRCFormRichText/JRCFormRichTextField.tsx +0 -272
- package/src/components/Form/Input/JRCFormSelect/JRCFormSelect.stories.tsx +0 -104
- package/src/components/Form/Input/JRCFormSelect/JRCFormSelect.tsx +0 -399
- package/src/components/Form/Input/JRCFormSelect/JRCFormSelectTag.tsx +0 -134
- package/src/components/Form/Input/JRCFormSendAlert/JRCFormSendAlert.stories.tsx +0 -10
- package/src/components/Form/Input/JRCFormSendAlert/JRCFormSendAlert.tsx +0 -22
- package/src/components/Form/Input/JRCFormText/JRCFormText.stories.tsx +0 -26
- package/src/components/Form/Input/JRCFormText/JRCFormText.tsx +0 -47
- package/src/components/Form/Input/JRCFormTextarea/JRCFormTextarea.stories.tsx +0 -28
- package/src/components/Form/Input/JRCFormTextarea/JRCFormTextarea.tsx +0 -71
- package/src/components/Form/Input/JRCFormURL/JRCFormUrl.stories.tsx +0 -26
- package/src/components/Form/Input/JRCFormURL/JRCFormUrl.tsx +0 -35
- package/src/components/Form/Input/JRCInputCheckbox/JRCInputCheckbox.stories.tsx +0 -81
- package/src/components/Form/Input/JRCInputCheckbox/JRCInputCheckbox.tsx +0 -195
- package/src/components/Form/Input/JRCInputCheckbox/JRCInputCheckbox.types.ts +0 -27
- package/src/components/Form/Input/JRCInputDate/JRCInputDate.stories.tsx +0 -50
- package/src/components/Form/Input/JRCInputDate/JRCInputDate.tsx +0 -26
- package/src/components/Form/Input/JRCInputText/JRCInputText.stories.tsx +0 -52
- package/src/components/Form/Input/JRCInputText/JRCInputText.tsx +0 -26
- package/src/components/Form/Input/JRCInputTextarea/JRCInputTextarea.stories.tsx +0 -52
- package/src/components/Form/Input/JRCInputTextarea/JRCInputTextarea.tsx +0 -36
- package/src/components/Form/Input/JRCSelect/JRCAutocomplete.stories.tsx +0 -62
- package/src/components/Form/Input/JRCSelect/JRCAutocompleteCommunity.stories.tsx +0 -55
- package/src/components/Form/Input/JRCSelect/JRCAutocompleteCommunity.tsx +0 -34
- package/src/components/Form/Input/JRCSelect/JRCInputAutocomplete.tsx +0 -63
- package/src/components/Form/Input/JRCSelect/JRCInputSelect.stories.tsx +0 -66
- package/src/components/Form/Input/JRCSelect/JRCInputSelect.style.tsx +0 -94
- package/src/components/Form/Input/JRCSelect/JRCInputSelect.tsx +0 -231
- package/src/components/Form/Input/JRCSelect/JRCInputSelect.types.ts +0 -51
- package/src/components/Form/Input/JRCSelect/JRCInputSelect.utils.ts +0 -92
- package/src/components/Form/Input/JRCSelect/JRCInputSelectAsync.stories.tsx +0 -83
- package/src/components/Form/Input/JRCStyledInput.tsx +0 -102
- package/src/components/Form/Input/ReduxFormControls.ts +0 -135
- package/src/components/Form/Input/temporary.types.tsx +0 -22
- package/src/components/JRCAlert/JRCAlert.stories.tsx +0 -62
- package/src/components/JRCAlert/JRCAlert.tsx +0 -135
- package/src/components/JRCAppContainer/JRCAppContainer.tsx +0 -23
- package/src/components/JRCAppHeader/JRCAppHeader.stories.tsx +0 -25
- package/src/components/JRCAppHeader/JRCAppHeader.styles.tsx +0 -23
- package/src/components/JRCAppHeader/JRCAppHeader.tsx +0 -26
- package/src/components/JRCAppHeader/JRCAppHeader.types.tsx +0 -6
- package/src/components/JRCAppLeftColumn/JRCAppLeftColumn.stories.tsx +0 -125
- package/src/components/JRCAppLeftColumn/JRCAppLeftColumn.styles.tsx +0 -123
- package/src/components/JRCAppLeftColumn/JRCAppLeftColumn.tsx +0 -129
- package/src/components/JRCAppLeftColumn/JRCAppLeftColumn.types.tsx +0 -61
- package/src/components/JRCAppLeftColumn/JRCDefaultMenu.tsx +0 -34
- package/src/components/JRCAvatar/JRCAvatar.stories.tsx +0 -30
- package/src/components/JRCAvatar/JRCAvatar.test.tsx +0 -26
- package/src/components/JRCAvatar/JRCAvatar.tsx +0 -92
- package/src/components/JRCButton/JRCButton.stories.tsx +0 -311
- package/src/components/JRCButton/JRCButton.test.tsx +0 -34
- package/src/components/JRCButton/JRCButton.tsx +0 -126
- package/src/components/JRCButton/JRCButtonConfig.tsx +0 -150
- package/src/components/JRCButton/JRCValidationButton.tsx +0 -91
- package/src/components/JRCButton/__snapshots__/JRCButton.test.tsx.snap +0 -12
- package/src/components/JRCButtonDropdown/JRCButtonDropdown.stories.tsx +0 -289
- package/src/components/JRCButtonDropdown/JRCButtonDropdown.tsx +0 -170
- package/src/components/JRCCard/JRCCard.stories.tsx +0 -17
- package/src/components/JRCCard/JRCCard.tsx +0 -29
- package/src/components/JRCColumnCenter/JRCColumnCenter.tsx +0 -13
- package/src/components/JRCColumnLeft/JRCColumnLeft.tsx +0 -17
- package/src/components/JRCColumnRight/JRCColumnRight.tsx +0 -17
- package/src/components/JRCDate/JRCDate.stories.tsx +0 -11
- package/src/components/JRCDate/JRCDate.tsx +0 -32
- package/src/components/JRCDropDown/JRCDropDown.stories.tsx +0 -16
- package/src/components/JRCDropDown/JRCDropDown.tsx +0 -75
- package/src/components/JRCEllipsis/JRCEllipsis.stories.tsx +0 -18
- package/src/components/JRCEllipsis/JRCEllipsis.tsx +0 -22
- package/src/components/JRCFileOpen/JRCFileOpen.tsx +0 -195
- package/src/components/JRCFileOpen/extensions.tsx +0 -14
- package/src/components/JRCGrid/JRCGrid.stories.tsx +0 -45
- package/src/components/JRCGrid/JRCGrid.tsx +0 -15
- package/src/components/JRCHref/JRCHref.stories.tsx +0 -35
- package/src/components/JRCHref/JRCHref.tsx +0 -67
- package/src/components/JRCIcon/JRCIcon.stories.tsx +0 -1040
- package/src/components/JRCIcon/JRCIcon.tsx +0 -51
- package/src/components/JRCIcon/fonts.d.ts +0 -5
- package/src/components/JRCIconButton/JRCIconButton.stories.tsx +0 -33
- package/src/components/JRCIconButton/JRCIconButton.tsx +0 -97
- package/src/components/JRCImg/JRCImg.stories.tsx +0 -18
- package/src/components/JRCImg/JRCImg.test.tsx +0 -13
- package/src/components/JRCImg/JRCImg.tsx +0 -60
- package/src/components/JRCImg/url.util.ts +0 -109
- package/src/components/JRCImg/url.utils.test.ts +0 -80
- package/src/components/JRCList/JRCList.stories.tsx +0 -98
- package/src/components/JRCList/JRCList.styles.tsx +0 -227
- package/src/components/JRCList/JRCList.tsx +0 -217
- package/src/components/JRCList/JRCListMockData.stories.tsx +0 -105
- package/src/components/JRCLoader/JRCLoader.stories.tsx +0 -17
- package/src/components/JRCLoader/JRCLoader.tsx +0 -53
- package/src/components/JRCLoader/JRCSkeleton.tsx +0 -77
- package/src/components/JRCMenu/JRCMenu.stories.tsx +0 -29
- package/src/components/JRCMenu/JRCMenu.tsx +0 -80
- package/src/components/JRCMenuItem/JRCMenuItem.tsx +0 -51
- package/src/components/JRCModal/JRCModal.stories.tsx +0 -206
- package/src/components/JRCModal/JRCModal.styles.tsx +0 -73
- package/src/components/JRCModal/JRCModal.tsx +0 -203
- package/src/components/JRCModalImg/JRCModalImg.stories.tsx +0 -119
- package/src/components/JRCModalImg/JRCModalImg.styles.tsx +0 -83
- package/src/components/JRCModalImg/JRCModalImg.tsx +0 -140
- package/src/components/JRCPagination/JRCPagination.stories.tsx +0 -42
- package/src/components/JRCPagination/JRCPagination.test.tsx +0 -79
- package/src/components/JRCPagination/JRCPagination.tsx +0 -194
- package/src/components/JRCTabs/JRCTabItem +0 -0
- package/src/components/JRCTabs/JRCTabs.stories.tsx +0 -121
- package/src/components/JRCTabs/JRCTabs.tsx +0 -165
- package/src/components/JRCTag/JRCTag.stories.tsx +0 -26
- package/src/components/JRCTag/JRCTag.tsx +0 -140
- package/src/components/JRCThemeProvider/JRCThemeProvider.tsx +0 -26
- package/src/components/JRCThemeProvider/animation.css +0 -46
- package/src/components/JRCThemeProvider/font.css +0 -12
- package/src/components/JRCThemeProvider/fontawesome-icons.css +0 -10
- package/src/components/JRCThemeProvider/fontspot-icons.css +0 -10
- package/src/components/JRCThemeProvider/gabarit.css +0 -96
- package/src/components/JRCThemeProvider/scrollbar.css +0 -18
- package/src/components/JRCThemeProvider/theme-reset.css +0 -246
- package/src/components/JRCTooltip/JRCTooltip.stories.tsx +0 -87
- package/src/components/JRCTooltip/JRCTooltip.tsx +0 -148
- package/src/components/JRCTypo/JRCTypo.stories.tsx +0 -42
- package/src/components/JRCTypo/JRCTypo.tsx +0 -91
- package/src/components/JRCTypography/JRCTypography.d.tsx +0 -29
- package/src/components/JRCTypography/JRCTypography.stories.tsx +0 -18
- package/src/components/JRCTypography/JRCTypography.styles.tsx +0 -18
- package/src/components/JRCTypography/JRCTypography.test.tsx +0 -38
- package/src/components/JRCTypography/JRCTypography.tsx +0 -5
- package/src/components/JRCTypography/__snapshots__/JRCTypography.test.tsx.snap +0 -11
- package/src/components/Templates/JRCBase.template.tsx +0 -39
- package/src/components/Templates/JRCTemplate.stories.tsx +0 -55
- package/src/components/Templates/JRCTwoColumns.template.tsx +0 -20
- package/src/hooks/UseDebounce.ts +0 -25
- package/src/hooks/UseDidMountEffect.tsx +0 -10
- package/src/hooks/UseTimeout.ts +0 -24
- package/src/index.tsx +0 -209
- package/src/jest/EmptyModule.js +0 -0
- package/src/jest/svgTransform.js +0 -10
- package/src/storybook/decorators.tsx +0 -17
- package/src/styles/Theme.stories.tsx +0 -265
- package/src/styles/theme.d.ts +0 -6
- package/src/styles/theme.tsx +0 -207
- package/src/styles/utils.tsx +0 -221
- package/src/translation/index.tsx +0 -2
- package/src/translation/lang.json +0 -30
- package/src/types/dataAttributes.ts +0 -7
- package/src/types/react-table-config.d.ts +0 -123
- package/src/types.ts +0 -101
- package/src/utils/const.ts +0 -9
- package/src/utils/test-utils.tsx +0 -41
- package/src/utils/types.tsx +0 -35
- package/src/utils/utils.date.test.tsx +0 -14
- package/src/utils/utils.date.tsx +0 -20
- package/src/utils/utils.document.tsx +0 -54
- package/src/utils/utils.object.test.tsx +0 -38
- package/src/utils/utils.object.tsx +0 -71
- package/src/utils/utils.regexp.test.ts +0 -11
- package/src/utils/utils.regexp.tsx +0 -8
- package/src/utils/utils.string.test.ts +0 -18
- package/src/utils/utils.string.ts +0 -7
- package/tsconfig.json +0 -18
- package/webpack.config.js +0 -70
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import styled from 'styled-components';
|
|
3
|
-
|
|
4
|
-
export const CONTAINER_PADDING = 32;
|
|
5
|
-
|
|
6
|
-
const Container = styled.div`
|
|
7
|
-
display: flex;
|
|
8
|
-
max-width: 1600px;
|
|
9
|
-
width: 100%;
|
|
10
|
-
margin: auto;
|
|
11
|
-
gap: ${CONTAINER_PADDING}px;
|
|
12
|
-
padding: ${CONTAINER_PADDING}px;
|
|
13
|
-
background-color: ${(props) => props.theme.color.white};
|
|
14
|
-
min-height: calc(var(--body-height) - ${CONTAINER_PADDING * 2}px);
|
|
15
|
-
`;
|
|
16
|
-
|
|
17
|
-
export interface JRCAppContainerProps {
|
|
18
|
-
children: React.ReactNode;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
const JRCAppContainer = (props: JRCAppContainerProps) => <Container>{props.children}</Container>;
|
|
22
|
-
|
|
23
|
-
export { JRCAppContainer };
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { JRCAppHeader } from './JRCAppHeader';
|
|
3
|
-
import { JRCAppHeaderProps } from './JRCAppHeader.types';
|
|
4
|
-
import { Meta, Story } from '@storybook/react';
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
title: 'JRCAppHeader',
|
|
8
|
-
component: JRCAppHeader,
|
|
9
|
-
} as Meta;
|
|
10
|
-
|
|
11
|
-
const Template: Story<JRCAppHeaderProps> = (args) => {
|
|
12
|
-
return (
|
|
13
|
-
<div style={{ width: '200px' }}>
|
|
14
|
-
<JRCAppHeader {...args} />
|
|
15
|
-
</div>
|
|
16
|
-
);
|
|
17
|
-
};
|
|
18
|
-
|
|
19
|
-
export const Primary = Template.bind({});
|
|
20
|
-
Primary.args = {
|
|
21
|
-
icon: 'icon-edit',
|
|
22
|
-
color: 'green',
|
|
23
|
-
title: 'Studio',
|
|
24
|
-
description: 'Créez et gérez vos propres applications métiers sans une seule ligne de code !',
|
|
25
|
-
};
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import styled from 'styled-components';
|
|
2
|
-
|
|
3
|
-
export const HeaderContainer = styled.div`
|
|
4
|
-
display: flex;
|
|
5
|
-
flex-direction: column;
|
|
6
|
-
justify-content: space-between;
|
|
7
|
-
align-items: baseline;
|
|
8
|
-
gap: 8px;
|
|
9
|
-
`;
|
|
10
|
-
|
|
11
|
-
export const FlexDC = styled.div`
|
|
12
|
-
display: flex;
|
|
13
|
-
flex-direction: column;
|
|
14
|
-
`;
|
|
15
|
-
|
|
16
|
-
export const WrapperTop = styled.div`
|
|
17
|
-
display: flex;
|
|
18
|
-
flex-basis: 100%;
|
|
19
|
-
flex-direction: row;
|
|
20
|
-
justify-content: space-between;
|
|
21
|
-
align-items: center;
|
|
22
|
-
gap: 10px;
|
|
23
|
-
`;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { JRCAppHeaderProps } from './JRCAppHeader.types';
|
|
3
|
-
import JRCIcon from '../JRCIcon/JRCIcon';
|
|
4
|
-
import { JRCTypography } from '../JRCTypography/JRCTypography';
|
|
5
|
-
import { FormattedMessage } from 'react-intl';
|
|
6
|
-
import { HeaderContainer } from './JRCAppHeader.styles';
|
|
7
|
-
import { WrapperTop } from './JRCAppHeader.styles';
|
|
8
|
-
|
|
9
|
-
const defaultProps = {};
|
|
10
|
-
|
|
11
|
-
const JRCAppHeader = (props: JRCAppHeaderProps) => {
|
|
12
|
-
return (
|
|
13
|
-
<HeaderContainer>
|
|
14
|
-
<WrapperTop>
|
|
15
|
-
<JRCIcon name={props.icon} variant="circle" color={props.color} size={40} />
|
|
16
|
-
<JRCTypography variant="h1" size="xl" weight="medium">
|
|
17
|
-
<FormattedMessage id={props.title} />
|
|
18
|
-
</JRCTypography>
|
|
19
|
-
</WrapperTop>
|
|
20
|
-
<FormattedMessage id={props.description} />
|
|
21
|
-
</HeaderContainer>
|
|
22
|
-
);
|
|
23
|
-
};
|
|
24
|
-
|
|
25
|
-
JRCAppHeader.defaultProps = defaultProps;
|
|
26
|
-
export { JRCAppHeader };
|
|
@@ -1,125 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { JRCAppLeftColumn } from './JRCAppLeftColumn';
|
|
3
|
-
import { Section, JRCAppLeftColumnProps } from './JRCAppLeftColumn.types';
|
|
4
|
-
import { JRCTabPanel } from '../JRCTabs/JRCTabs';
|
|
5
|
-
import { JRCAppContainer } from '../JRCAppContainer/JRCAppContainer';
|
|
6
|
-
|
|
7
|
-
export default {
|
|
8
|
-
title: 'JRCAppLeftColumn',
|
|
9
|
-
component: JRCAppLeftColumn,
|
|
10
|
-
};
|
|
11
|
-
|
|
12
|
-
const sections: Section<any>[] = [
|
|
13
|
-
{
|
|
14
|
-
title: 'Section 1',
|
|
15
|
-
entries: [
|
|
16
|
-
{
|
|
17
|
-
key: '1',
|
|
18
|
-
icon: 'icon-fs-microsoft',
|
|
19
|
-
label: 'Menu 1',
|
|
20
|
-
attribute: 42,
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
key: '2',
|
|
24
|
-
icon: 'icon-fs-survey-date',
|
|
25
|
-
label: 'Menu 2',
|
|
26
|
-
},
|
|
27
|
-
],
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
title: 'Section 2',
|
|
31
|
-
entries: [
|
|
32
|
-
{
|
|
33
|
-
key: '3',
|
|
34
|
-
label: 'Menu 3',
|
|
35
|
-
icon: 'icon-fs-favorite',
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
key: '4',
|
|
39
|
-
label: 'Menu 4',
|
|
40
|
-
icon: 'icon-fs-application',
|
|
41
|
-
},
|
|
42
|
-
],
|
|
43
|
-
},
|
|
44
|
-
];
|
|
45
|
-
|
|
46
|
-
export const Simple = (args: JRCAppLeftColumnProps<any>) => {
|
|
47
|
-
const [activeItem, setActiveItem] = React.useState('1');
|
|
48
|
-
|
|
49
|
-
return (
|
|
50
|
-
<JRCAppContainer>
|
|
51
|
-
<JRCAppLeftColumn
|
|
52
|
-
sections={sections}
|
|
53
|
-
icon="icon-edit"
|
|
54
|
-
color="green"
|
|
55
|
-
title="Studio"
|
|
56
|
-
description="Créez et gérez vos propres applications métiers sans une seule ligne de code !"
|
|
57
|
-
activeItem={activeItem}
|
|
58
|
-
callback={(item: any) => setActiveItem(item)}
|
|
59
|
-
/>
|
|
60
|
-
<JRCTabPanel active={activeItem === '1'}>
|
|
61
|
-
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec faucibus est sed risus interdum, eu
|
|
62
|
-
accumsan est sagittis. Cras vel sem sit amet diam suscipit interdum nec id neque. Vestibulum non luctus
|
|
63
|
-
magna. Donec purus eros, maximus vel accumsan non, eleifend id ex. Morbi interdum vestibulum purus. Cras
|
|
64
|
-
nec dui sed est consequat ultrices. Donec finibus est id rhoncus suscipit. Nullam faucibus lectus quis
|
|
65
|
-
pretium venenatis. Cras vulputate velit eget ligula luctus, ac lacinia elit efficitur. Praesent non odio
|
|
66
|
-
ullamcorper, aliquet purus eu, mattis sapien. Curabitur quis nisi ac massa fermentum tristique. Aliquam
|
|
67
|
-
sit amet eleifend ligula. Phasellus eu elementum est, non pharetra purus. Sed euismod maximus nunc, at
|
|
68
|
-
pharetra est pharetra nec. Sed quis libero egestas nisi finibus commodo. Ut sagittis condimentum semper.
|
|
69
|
-
Integer arcu mi, rutrum sed nulla quis, rutrum euismod massa. Vestibulum semper, massa sed interdum
|
|
70
|
-
auctor, eros nisi dapibus felis, ac maximus nibh augue eu ex. Etiam in suscipit erat. Quisque aliquam
|
|
71
|
-
placerat sapien ut facilisis. Praesent tristique quam et dictum accumsan. Class aptent taciti sociosqu
|
|
72
|
-
ad litora torquent per conubia nostra, per inceptos himenaeos. Aenean eget arcu porta erat molestie
|
|
73
|
-
blandit. In hac habitasse platea dictumst. Fusce turpis enim, posuere in semper vel, luctus ac leo. Duis
|
|
74
|
-
vitae justo a ligula accumsan fringilla sed in odio. Praesent a urna molestie, tempus magna venenatis,
|
|
75
|
-
tincidunt leo. In sem velit, fringilla nec ipsum sed, interdum dapibus lectus. Duis ac lorem nunc. Fusce
|
|
76
|
-
in nibh metus. Vestibulum euismod semper blandit. Cras sit amet diam et erat varius luctus vel at quam.
|
|
77
|
-
Fusce rhoncus, augue vitae eleifend vehicula, ex metus vestibulum leo, in fringilla augue ex sit amet
|
|
78
|
-
metus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse mattis posuere dolor, ut //
|
|
79
|
-
scelerisque ex. Sed dictum nec dui non dictum. Curabitur viverra risus porttitor sodales tristique. //
|
|
80
|
-
Donec nunc erat, maximus et scelerisque eu, commodo consequat ligula. In dapibus nunc sit amet lorem //
|
|
81
|
-
malesuada, eu luctus velit pellentesque. Aliquam fringilla nibh nec accumsan ultricies. Nulla facilisi.
|
|
82
|
-
// Suspendisse ullamcorper nec libero et ullamcorper. In hac habitasse platea dictumst. Mauris
|
|
83
|
-
fermentum, // purus at faucibus luctus, diam risus fermentum tortor, sed fringilla tortor erat quis
|
|
84
|
-
nunc. Praesent id // metus vitae velit dignissim finibus. Fusce ullamcorper diam arcu, vitae volutpat
|
|
85
|
-
neque porta vitae. Sed // ut tempus dui, id pharetra erat. Fusce laoreet, massa sed efficitur commodo,
|
|
86
|
-
augue magna semper nisi, ut // dignissim quam dolor sagittis ligula. Nunc ut egestas nulla, nec suscipit
|
|
87
|
-
enim. Nunc lobortis nisl arcu, // at tincidunt ligula finibus id. Duis venenatis facilisis est. Ut in
|
|
88
|
-
pellentesque lectus. In hac // habitasse platea dictumst. Mauris ac mauris tempor, placerat erat vel,
|
|
89
|
-
laoreet nulla. Nullam fermentum // placerat neque. Quisque et pharetra massa. Vestibulum viverra neque
|
|
90
|
-
odio, non laoreet nulla aliquam eu. // Orci varius natoque penatibus et magnis dis parturient montes,
|
|
91
|
-
nascetur ridiculus mus. Aliquam venenatis // consectetur nibh at tristique. Maecenas ornare nulla sem,
|
|
92
|
-
eget laoreet velit imperdiet in. Aliquam erat // volutpat. Sed facilisis nisl ut ullamcorper malesuada.
|
|
93
|
-
Nullam consequat pharetra odio sit amet sagittis. // Donec ut dictum sapien. Phasellus vel accumsan
|
|
94
|
-
libero. Suspendisse convallis varius nulla, in porttitor // risus semper vitae. Class aptent taciti
|
|
95
|
-
sociosqu ad litora torquent per conubia nostra, per inceptos // himenaeos. Duis et eleifend enim.
|
|
96
|
-
Vestibulum sollicitudin justo ullamcorper nisi luctus hendrerit. // Curabitur sed sem lorem.
|
|
97
|
-
Pellentesque eu faucibus neque. Nam ut gravida massa. Cras ultricies a ex sed // luctus. Nulla ultrices
|
|
98
|
-
quis sapien ut dignissim. Ut pharetra ipsum id lectus rutrum, eu cursus sem // egestas. Fusce ut justo
|
|
99
|
-
tempus, scelerisque dui non, pulvinar risus. Quisque tincidunt ultricies // ultrices. Nam tincidunt orci
|
|
100
|
-
ut arcu auctor, sed placerat mi laoreet. Sed rhoncus sollicitudin lorem, id // vehicula ligula hendrerit
|
|
101
|
-
in. Proin condimentum, dolor id commodo blandit, mauris elit sollicitudin // ante, vitae accumsan nulla
|
|
102
|
-
quam in dolor. Pellentesque molestie sapien id risus rhoncus efficitur. // Nullam at mauris et augue
|
|
103
|
-
commodo pulvinar. Duis tempus orci vitae magna ultricies, vitae commodo leo // iaculis. Nunc vel turpis
|
|
104
|
-
malesuada, lacinia quam vel, iaculis neque. Etiam arcu nulla, lacinia ut nibh // eget, ultrices
|
|
105
|
-
malesuada mauris. Donec ac tristique turpis. Cras egestas arcu lacus, non fermentum ex // vulputate
|
|
106
|
-
eget. Pellentesque tincidunt suscipit leo, et gravida odio ullamcorper vel. Sed non luctus // arcu.
|
|
107
|
-
Maecenas dolor enim, porttitor quis molestie a, scelerisque non libero. Mauris sit amet aliquet //
|
|
108
|
-
tortor. Aliquam erat volutpat. Nam id vulputate nibh. Etiam condimentum sapien sit amet malesuada //
|
|
109
|
-
congue. Aliquam nec ullamcorper orci. Vivamus fermentum mauris eu eros fermentum scelerisque. Integer //
|
|
110
|
-
condimentum congue laoreet. Sed venenatis, justo cursus porta iaculis, risus ex facilisis augue, in //
|
|
111
|
-
placerat tortor purus eget dui. Morbi cursus lectus ut dapibus mollis. Quisque vel nunc non massa //
|
|
112
|
-
lacinia ultricies. Donec metus dui, varius at leo vel, laoreet viverra lorem. Aliquam blandit in nulla
|
|
113
|
-
// ut fringilla. Mauris quis volutpat odio. Nulla rhoncus auctor orci, tristique lobortis dolor
|
|
114
|
-
elementum // nec. In scelerisque tincidunt faucibus. Nam et justo vel mi pellentesque pellentesque eu
|
|
115
|
-
convallis enim. // In hac habitasse platea dictumst. Aliquam sollicitudin nibh at libero pellentesque
|
|
116
|
-
egestas. Proin vel // condimentum mi, non rhoncus purus. Fusce non libero metus. Nam tincidunt ultrices
|
|
117
|
-
imperdiet.
|
|
118
|
-
</JRCTabPanel>
|
|
119
|
-
<JRCTabPanel active={activeItem === '2'}>Menu 2</JRCTabPanel>
|
|
120
|
-
<JRCTabPanel active={activeItem === '3'}>Menu 3</JRCTabPanel>
|
|
121
|
-
<JRCTabPanel active={activeItem === '4'}>TEST MENU 1</JRCTabPanel>
|
|
122
|
-
<JRCTabPanel active={activeItem === '5'}>TEST Menu 2</JRCTabPanel>
|
|
123
|
-
</JRCAppContainer>
|
|
124
|
-
);
|
|
125
|
-
};
|
|
@@ -1,123 +0,0 @@
|
|
|
1
|
-
import { ItemButton } from '../JRCTabs/JRCTabs';
|
|
2
|
-
import styled from 'styled-components';
|
|
3
|
-
import { JRCH2 } from '../JRCTypo/JRCTypo';
|
|
4
|
-
import { JRCIconButton } from '../JRCIconButton/JRCIconButton';
|
|
5
|
-
import { CONTAINER_PADDING } from 'components/JRCAppContainer/JRCAppContainer';
|
|
6
|
-
|
|
7
|
-
export const JRCAppLeftColumnWrapperTop = styled.div`
|
|
8
|
-
display: flex;
|
|
9
|
-
flex-direction: row;
|
|
10
|
-
align-items: baseline;
|
|
11
|
-
`;
|
|
12
|
-
|
|
13
|
-
export const ColumnRelativeWrapper = styled.div<{ isMinimized: boolean }>`
|
|
14
|
-
display: flex;
|
|
15
|
-
flex-direction: column;
|
|
16
|
-
justify-content: flex-end;
|
|
17
|
-
min-width: ${(props) => (props.isMinimized ? '80px' : '300px')};
|
|
18
|
-
max-width: ${(props) => (props.isMinimized ? '80px' : '300px')};
|
|
19
|
-
`;
|
|
20
|
-
|
|
21
|
-
export const ColumnRelativeSticky = styled.div<{ isMinimized: boolean; isClosed: boolean }>`
|
|
22
|
-
display: flex;
|
|
23
|
-
position: sticky;
|
|
24
|
-
bottom: 0;
|
|
25
|
-
min-height: calc(var(--body-height) - ${CONTAINER_PADDING * 2}px);
|
|
26
|
-
background: ${(props) => props.theme.color.grey0};
|
|
27
|
-
min-width: ${(props) => (props.isMinimized ? '80px' : '300px')};
|
|
28
|
-
overflow: ${(props) => (props.isClosed ? 'visible' : 'hidden')};
|
|
29
|
-
`;
|
|
30
|
-
|
|
31
|
-
export const ColumnRelativeTransition = styled.div<{ isMinimized: boolean }>`
|
|
32
|
-
display: flex;
|
|
33
|
-
flex-direction: row;
|
|
34
|
-
width: ${(props) => (props.isMinimized ? '0px' : '380px')};
|
|
35
|
-
margin-left: ${(props) => (props.isMinimized ? '0px' : '-80px')};
|
|
36
|
-
transition: all 0.4s;
|
|
37
|
-
`;
|
|
38
|
-
|
|
39
|
-
export const ColumnAppDefault = styled.div<{ isMinimized: boolean; isClosed: boolean }>`
|
|
40
|
-
display: ${(props) => (props.isClosed ? 'none' : 'flex')};
|
|
41
|
-
flex-direction: column;
|
|
42
|
-
gap: 32px;
|
|
43
|
-
display: ${(props) => (props.isClosed ? 'hidden' : 'visible')};
|
|
44
|
-
position: relative;
|
|
45
|
-
box-sizing: border-box;
|
|
46
|
-
min-width: 300px;
|
|
47
|
-
max-width: 300px;
|
|
48
|
-
|
|
49
|
-
padding: 35px;
|
|
50
|
-
`;
|
|
51
|
-
|
|
52
|
-
export const ColumnAppMinimize = styled.div`
|
|
53
|
-
display: flex;
|
|
54
|
-
flex-direction: column;
|
|
55
|
-
align-items: center;
|
|
56
|
-
position: relative;
|
|
57
|
-
min-width: 80px;
|
|
58
|
-
max-width: 80px;
|
|
59
|
-
box-sizing: border-box;
|
|
60
|
-
|
|
61
|
-
padding: 35px 18px;
|
|
62
|
-
`;
|
|
63
|
-
|
|
64
|
-
export const MenuWrapper = styled.div<{ isMinimized: boolean }>`
|
|
65
|
-
transition: ${(props) => (props.isMinimized ? 'opacity .6s .3s' : 'opacity .6s .8s')};
|
|
66
|
-
opacity: ${(props) => (props.isMinimized ? '0' : '1')};
|
|
67
|
-
`;
|
|
68
|
-
|
|
69
|
-
export const ItemsIcon = styled(ItemButton)`
|
|
70
|
-
display: flex;
|
|
71
|
-
margin-top: 5px;
|
|
72
|
-
margin-bottom: 5px;
|
|
73
|
-
background-color: ${(props) => props.theme.color.grey0};
|
|
74
|
-
transition: 0.3s;
|
|
75
|
-
&:hover,
|
|
76
|
-
&:focus-within {
|
|
77
|
-
background-color: ${(props) => props.theme.color.grey0};
|
|
78
|
-
color: ${(props) => props.theme.color.grey5};
|
|
79
|
-
margin-top: 10px;
|
|
80
|
-
margin-bottom: 10px;
|
|
81
|
-
transform: scale(1.2);
|
|
82
|
-
}
|
|
83
|
-
`;
|
|
84
|
-
|
|
85
|
-
export const TitleMenu = styled(JRCH2)`
|
|
86
|
-
font-weight: ${(props) => props.theme.font.weight.medium};
|
|
87
|
-
font-size: 12px;
|
|
88
|
-
margin-bottom: 5px;
|
|
89
|
-
text-transform: uppercase;
|
|
90
|
-
`;
|
|
91
|
-
|
|
92
|
-
export const JRCIconButtonAppLeftColumn = styled(JRCIconButton)`
|
|
93
|
-
background-color: ${(props) => props.theme.color.grey0};
|
|
94
|
-
transition: 0.3s;
|
|
95
|
-
&:hover,
|
|
96
|
-
:focus {
|
|
97
|
-
box-shadow: 2px 2px 4px 0px ${(props) => props.theme.color.grey3};
|
|
98
|
-
background-color: ${(props) => props.theme.color.white};
|
|
99
|
-
}
|
|
100
|
-
`;
|
|
101
|
-
|
|
102
|
-
export const AppLeftColumnIconWrapper = styled.ul<{ isMinimized: boolean }>`
|
|
103
|
-
list-style-type: none;
|
|
104
|
-
margin-top: 32px;
|
|
105
|
-
transition: ${(props) => (props.isMinimized ? 'opacity .6s' : 'opacity .6s .3s')};
|
|
106
|
-
opacity: ${(props) => (props.isMinimized ? '1' : '0')};
|
|
107
|
-
`;
|
|
108
|
-
|
|
109
|
-
export const AbsoluteContainer = styled.div`
|
|
110
|
-
position: absolute;
|
|
111
|
-
right: 8px;
|
|
112
|
-
margin: auto;
|
|
113
|
-
`;
|
|
114
|
-
export const AbsoluteContainerMinimized = styled.div<{ isMinimized: boolean }>`
|
|
115
|
-
position: absolute;
|
|
116
|
-
top: 43px;
|
|
117
|
-
right: -8px;
|
|
118
|
-
transition: all 0.4s;
|
|
119
|
-
opacity: ${(props) => (props.isMinimized ? '1' : '0')};
|
|
120
|
-
`;
|
|
121
|
-
export const SectionMinimizesWrapper = styled.div`
|
|
122
|
-
margin-bottom: 20px;
|
|
123
|
-
`;
|
|
@@ -1,129 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { JRCAppLeftColumnProps, SectionEntry } from './JRCAppLeftColumn.types';
|
|
3
|
-
import {
|
|
4
|
-
MenuWrapper,
|
|
5
|
-
TitleMenu,
|
|
6
|
-
JRCIconButtonAppLeftColumn,
|
|
7
|
-
AppLeftColumnIconWrapper,
|
|
8
|
-
AbsoluteContainer,
|
|
9
|
-
AbsoluteContainerMinimized,
|
|
10
|
-
SectionMinimizesWrapper,
|
|
11
|
-
ColumnAppDefault,
|
|
12
|
-
ColumnAppMinimize,
|
|
13
|
-
ColumnRelativeWrapper,
|
|
14
|
-
ColumnRelativeSticky,
|
|
15
|
-
ColumnRelativeTransition,
|
|
16
|
-
} from './JRCAppLeftColumn.styles';
|
|
17
|
-
import { JRCAppHeader } from '../JRCAppHeader/JRCAppHeader';
|
|
18
|
-
import { JRCAppLeftColumnWrapperTop } from './JRCAppLeftColumn.styles';
|
|
19
|
-
import { JRCTabs } from '../JRCTabs/JRCTabs';
|
|
20
|
-
import JRCIcon from '../JRCIcon/JRCIcon';
|
|
21
|
-
import { useIntl } from 'react-intl';
|
|
22
|
-
import { JRCDefaultMenu } from './JRCDefaultMenu';
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* /!\ This component should be use into JRCAppContainer
|
|
26
|
-
* @param Component
|
|
27
|
-
* @param {sections, icon, color, title, description, activeItem, callback} props, @see JRCAppLeftColumnProps interface
|
|
28
|
-
* @returns JSX.Element
|
|
29
|
-
*/
|
|
30
|
-
|
|
31
|
-
const JRCAppLeftColumn = <T extends SectionEntry>({
|
|
32
|
-
Component = JRCDefaultMenu,
|
|
33
|
-
...props
|
|
34
|
-
}: JRCAppLeftColumnProps<T>) => {
|
|
35
|
-
const clickOnItem = (index: string): void => {
|
|
36
|
-
if (props.callback) props.callback(index);
|
|
37
|
-
};
|
|
38
|
-
const [isMinimized, setMinimized] = React.useState(false);
|
|
39
|
-
const [isClosed, setClosed] = React.useState(false);
|
|
40
|
-
const intl = useIntl();
|
|
41
|
-
|
|
42
|
-
const onClick = () => {
|
|
43
|
-
if (!isMinimized) {
|
|
44
|
-
setMinimized(true);
|
|
45
|
-
setTimeout(() => {
|
|
46
|
-
setClosed(true);
|
|
47
|
-
}, 400);
|
|
48
|
-
} else {
|
|
49
|
-
setClosed(false);
|
|
50
|
-
setMinimized(false);
|
|
51
|
-
}
|
|
52
|
-
};
|
|
53
|
-
|
|
54
|
-
return (
|
|
55
|
-
<ColumnRelativeWrapper isMinimized={isMinimized}>
|
|
56
|
-
<ColumnRelativeSticky isMinimized={isMinimized} isClosed={isClosed}>
|
|
57
|
-
<ColumnRelativeTransition isMinimized={isMinimized}>
|
|
58
|
-
<ColumnAppMinimize aria-hidden={!isMinimized}>
|
|
59
|
-
<AbsoluteContainerMinimized isMinimized={isMinimized}>
|
|
60
|
-
<JRCIconButtonAppLeftColumn
|
|
61
|
-
icon="icon-angle-right"
|
|
62
|
-
type="button"
|
|
63
|
-
size="small"
|
|
64
|
-
onClick={onClick}
|
|
65
|
-
aria-label={intl.formatMessage({ id: 'AppLeftColumn_Open_Panel' })}
|
|
66
|
-
data-cy="open-panel-button"
|
|
67
|
-
/>
|
|
68
|
-
</AbsoluteContainerMinimized>
|
|
69
|
-
<JRCIcon name={props.icon} variant="circle" color={props.color} size={40} />
|
|
70
|
-
<nav aria-label={intl.formatMessage({ id: 'AppLeftColumn_App_Navigation' })}>
|
|
71
|
-
<AppLeftColumnIconWrapper isMinimized={isMinimized}>
|
|
72
|
-
{props.sections &&
|
|
73
|
-
props.sections.map((item, i) => (
|
|
74
|
-
<SectionMinimizesWrapper key={i}>
|
|
75
|
-
{item.entries.map((entry, k) => (
|
|
76
|
-
<Component
|
|
77
|
-
key={k}
|
|
78
|
-
entry={entry}
|
|
79
|
-
isMinimized={true}
|
|
80
|
-
activeItem={props.activeItem}
|
|
81
|
-
onClick={() => clickOnItem(entry.key)}
|
|
82
|
-
/>
|
|
83
|
-
))}
|
|
84
|
-
</SectionMinimizesWrapper>
|
|
85
|
-
))}
|
|
86
|
-
</AppLeftColumnIconWrapper>
|
|
87
|
-
</nav>
|
|
88
|
-
</ColumnAppMinimize>
|
|
89
|
-
<ColumnAppDefault aria-hidden={isMinimized} isMinimized={isMinimized} isClosed={isClosed}>
|
|
90
|
-
<JRCAppLeftColumnWrapperTop>
|
|
91
|
-
<JRCAppHeader {...props}></JRCAppHeader>
|
|
92
|
-
<AbsoluteContainer>
|
|
93
|
-
<JRCIconButtonAppLeftColumn
|
|
94
|
-
icon="icon-angle-left"
|
|
95
|
-
type="button"
|
|
96
|
-
onClick={onClick}
|
|
97
|
-
aria-label={intl.formatMessage({ id: 'AppLeftColumn_Close_Panel' })}
|
|
98
|
-
data-cy="close-panel-button"
|
|
99
|
-
/>
|
|
100
|
-
</AbsoluteContainer>
|
|
101
|
-
</JRCAppLeftColumnWrapperTop>
|
|
102
|
-
{props.sections &&
|
|
103
|
-
props.sections.map((section, index) => (
|
|
104
|
-
<MenuWrapper key={index} isMinimized={isMinimized}>
|
|
105
|
-
<TitleMenu>{section.title}</TitleMenu>
|
|
106
|
-
<JRCTabs
|
|
107
|
-
direction="vertical"
|
|
108
|
-
callback={(key: string) => props.callback && props.callback(key)}
|
|
109
|
-
activeItem={props.activeItem}
|
|
110
|
-
entries={section.entries.map((entry) => ({
|
|
111
|
-
...entry,
|
|
112
|
-
label: Component({
|
|
113
|
-
entry,
|
|
114
|
-
onClick: () => {
|
|
115
|
-
/**/
|
|
116
|
-
},
|
|
117
|
-
}),
|
|
118
|
-
}))}
|
|
119
|
-
/>
|
|
120
|
-
</MenuWrapper>
|
|
121
|
-
))}
|
|
122
|
-
</ColumnAppDefault>
|
|
123
|
-
</ColumnRelativeTransition>
|
|
124
|
-
</ColumnRelativeSticky>
|
|
125
|
-
</ColumnRelativeWrapper>
|
|
126
|
-
);
|
|
127
|
-
};
|
|
128
|
-
|
|
129
|
-
export { JRCAppLeftColumn };
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Interface of each section item
|
|
3
|
-
* @member title title of section
|
|
4
|
-
* @member entries List item of menu
|
|
5
|
-
*/
|
|
6
|
-
export interface Section<T> {
|
|
7
|
-
title: string;
|
|
8
|
-
entries: T[];
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* Interface of elements for each item menu
|
|
13
|
-
* @member key key of each item
|
|
14
|
-
* @member icon element icon for item
|
|
15
|
-
* @member label label of item
|
|
16
|
-
* @member attribute attribut of item
|
|
17
|
-
*/
|
|
18
|
-
export interface SectionEntry {
|
|
19
|
-
key: string;
|
|
20
|
-
icon: string;
|
|
21
|
-
label: string;
|
|
22
|
-
attribute?: string;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
/**
|
|
26
|
-
* Interface of menu props
|
|
27
|
-
* @member entry List of Item props
|
|
28
|
-
* @member isMinimized boolean if column left is minimized
|
|
29
|
-
* @member activeItem optional index [0,items.length-1] of the defaultActive item when mounting
|
|
30
|
-
* @member onClick tab selection handler
|
|
31
|
-
*/
|
|
32
|
-
export interface MenuComponentProps<T> {
|
|
33
|
-
entry: T;
|
|
34
|
-
isMinimized?: boolean;
|
|
35
|
-
activeItem?: string;
|
|
36
|
-
onClick: (key: string) => void;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
/**
|
|
40
|
-
* Interface to provide JRCAppLeftColumn props
|
|
41
|
-
* @member icon icon header for column left
|
|
42
|
-
* @member color color of the icon
|
|
43
|
-
* @member title title of the app on column left
|
|
44
|
-
* @member description description of the app on column left
|
|
45
|
-
* @member sections List of sections
|
|
46
|
-
* @member isMinimized boolean if column left is minimized
|
|
47
|
-
* @member activeItem optional index [0,items.length-1] of the defaultActive item when mounting
|
|
48
|
-
* @member callback tab selection handler
|
|
49
|
-
* @member Component element of each items menu.
|
|
50
|
-
*/
|
|
51
|
-
export type JRCAppLeftColumnProps<T extends SectionEntry> = {
|
|
52
|
-
icon: string;
|
|
53
|
-
color: string;
|
|
54
|
-
title: string;
|
|
55
|
-
description: string;
|
|
56
|
-
sections?: Section<T>[];
|
|
57
|
-
isMinimized?: boolean;
|
|
58
|
-
activeItem?: string;
|
|
59
|
-
callback?: (key: string) => void;
|
|
60
|
-
Component?: (props: MenuComponentProps<T>) => React.ReactElement;
|
|
61
|
-
};
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { SectionEntry, MenuComponentProps } from './JRCAppLeftColumn.types';
|
|
3
|
-
import { ItemsIcon } from './JRCAppLeftColumn.styles';
|
|
4
|
-
import JRCIcon from '../JRCIcon/JRCIcon';
|
|
5
|
-
import { JRCMenuItem } from 'components/JRCMenuItem/JRCMenuItem';
|
|
6
|
-
import { JRCTooltip } from '../JRCTooltip/JRCTooltip';
|
|
7
|
-
|
|
8
|
-
export const JRCDefaultMenu = <T extends SectionEntry>(props: MenuComponentProps<T>) => {
|
|
9
|
-
return (
|
|
10
|
-
<>
|
|
11
|
-
{props.isMinimized ? (
|
|
12
|
-
<ItemsIcon
|
|
13
|
-
key={props.entry.key}
|
|
14
|
-
isActive={props.activeItem == props.entry.key}
|
|
15
|
-
aria-label={props.entry.label}
|
|
16
|
-
onClick={() => props.onClick(props.entry.key)}>
|
|
17
|
-
<JRCTooltip description={props.entry.label} position="right">
|
|
18
|
-
<JRCIcon
|
|
19
|
-
name={props.entry.icon}
|
|
20
|
-
size={20}
|
|
21
|
-
color={props.activeItem == props.entry.key ? 'overseas' : 'grey4'}
|
|
22
|
-
/>
|
|
23
|
-
</JRCTooltip>
|
|
24
|
-
</ItemsIcon>
|
|
25
|
-
) : (
|
|
26
|
-
<JRCMenuItem
|
|
27
|
-
attr={props.entry.attribute}
|
|
28
|
-
icon={props.entry.icon}
|
|
29
|
-
label={props.entry.label}
|
|
30
|
-
size={16}></JRCMenuItem>
|
|
31
|
-
)}
|
|
32
|
-
</>
|
|
33
|
-
);
|
|
34
|
-
};
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
/* eslint-disable @typescript-eslint/ban-ts-comment */
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
import JRCAvatar, { JRCAvatarProps } from './JRCAvatar';
|
|
4
|
-
import { Meta, Story } from '@storybook/react';
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
title: 'JRCAvatar',
|
|
8
|
-
component: JRCAvatar,
|
|
9
|
-
} as Meta;
|
|
10
|
-
|
|
11
|
-
const Template: Story<JRCAvatarProps> = (args) => (
|
|
12
|
-
<>
|
|
13
|
-
<JRCAvatar {...args} />
|
|
14
|
-
{/*
|
|
15
|
-
// @ts-ignore FIXME remove that when upgrading to typescript version > 4.2.x */}
|
|
16
|
-
<JRCAvatar {...args} subAvatar={{ alt: args.alt, type: args.type, recordId: args.recordId }} />
|
|
17
|
-
</>
|
|
18
|
-
);
|
|
19
|
-
|
|
20
|
-
export const Primary = Template.bind({});
|
|
21
|
-
const args: JRCAvatarProps = {
|
|
22
|
-
size: 3,
|
|
23
|
-
variant: 'circle',
|
|
24
|
-
alt: 'Texte alternatif',
|
|
25
|
-
/*
|
|
26
|
-
// @ts-ignore FIXME remove that when upgrading to typescript version > 4.2.x */
|
|
27
|
-
type: 'user',
|
|
28
|
-
recordId: '1234',
|
|
29
|
-
};
|
|
30
|
-
Primary.args = args;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { renderWithWrapper } from 'utils/test-utils';
|
|
3
|
-
import { screen } from '@testing-library/react';
|
|
4
|
-
|
|
5
|
-
import JRCAvatar from './JRCAvatar';
|
|
6
|
-
|
|
7
|
-
const SIZE = 3;
|
|
8
|
-
|
|
9
|
-
describe('JRCAvatar', () => {
|
|
10
|
-
beforeEach(() => {
|
|
11
|
-
renderWithWrapper(
|
|
12
|
-
<JRCAvatar type="user" recordId="1234" size={SIZE} alt="avatar of user John Doe" />,
|
|
13
|
-
);
|
|
14
|
-
});
|
|
15
|
-
|
|
16
|
-
test('medium avatar to have a proper size', () => {
|
|
17
|
-
const width = (8 * SIZE).toString();
|
|
18
|
-
expect(screen.getByRole('img')).toHaveAttribute('width', width);
|
|
19
|
-
expect(screen.getByRole('img')).toHaveAttribute('height', width);
|
|
20
|
-
});
|
|
21
|
-
|
|
22
|
-
test('medium avatar to download an img twice the container size', () => {
|
|
23
|
-
const width = (Math.ceil(window.devicePixelRatio) * 8 * SIZE).toString();
|
|
24
|
-
expect(screen.getByRole('img')).toHaveAttribute('src', `/imagecache/${width}x${width}/user/1234.png`);
|
|
25
|
-
});
|
|
26
|
-
});
|