jamespot-react-components 1.0.3 → 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.
Files changed (947) hide show
  1. package/build/jamespot-react-components.js +673 -350
  2. package/build/jamespot-react-components.js.LICENSE.txt +22 -0
  3. package/build/jamespot-react-components.js.map +1 -1
  4. package/build/src/components/Common/DashedFocusBorder.d.ts +5 -5
  5. package/build/src/components/Common/JRCConditionalWrapper.d.ts +12 -4
  6. package/build/src/components/Common/JRCDraggingPlaceholder.d.ts +4 -0
  7. package/build/src/components/Common/util/getColor.util.d.ts +1 -1
  8. package/build/src/components/Form/Common/ClickAwayListener.d.ts +1 -0
  9. package/build/src/components/Form/Input/JRCFormCheckbox/JRCFormCheckbox.style.d.ts +1 -1
  10. package/build/src/components/Form/Input/JRCFormDateTime/JRCFormDateTime.d.ts +2 -0
  11. package/build/src/components/Form/Input/JRCFormDateTime/JRCFormInputDateTime.stories.d.ts +1 -0
  12. package/build/src/components/Form/Input/JRCFormFieldRender.d.ts +1 -1
  13. package/build/src/components/Form/Input/JRCFormRichText/JRCFormRichEditorField.styles.d.ts +9 -0
  14. package/build/src/components/Form/Input/JRCFormRichText/JRCFormRichTextField.d.ts +0 -6
  15. package/build/src/components/Form/Input/JRCFormSelect/Extension.d.ts +18 -0
  16. package/build/src/components/Form/Input/JRCInputCheckbox/JRCInputCheckbox.d.ts +5 -2
  17. package/build/src/components/Form/Input/JRCInputDate/JRCInputDate.d.ts +11 -0
  18. package/build/src/components/Form/Input/JRCInputDate/JRCInputDate.stories.d.ts +5 -0
  19. package/build/src/components/Form/Input/JRCInputText/JRCInputText.d.ts +1 -1
  20. package/build/src/components/Form/Input/JRCInputTextarea/JRCInputTextarea.d.ts +15 -0
  21. package/build/src/components/Form/Input/JRCInputTextarea/JRCInputTextarea.stories.d.ts +5 -0
  22. package/build/src/components/Form/Input/JRCSelect/JRCInputAutocompleteViews.d.ts +7 -0
  23. package/build/src/components/Form/Input/JRCSelect/JRCInputSelect.style.d.ts +262 -1
  24. package/build/src/components/Form/Input/JRCSelect/JRCInputSelect.types.d.ts +3 -0
  25. package/build/src/components/Form/Input/JRCSelect/JRCInputSelect.utils.d.ts +4 -3
  26. package/build/src/components/JRCAppContainer/JRCAppContainer.d.ts +1 -0
  27. package/build/src/components/JRCAppLeftColumn/JRCAppLeftColumn.d.ts +2 -1
  28. package/build/src/components/JRCAppLeftColumn/JRCAppLeftColumn.stories.d.ts +1 -1
  29. package/build/src/components/JRCAppLeftColumn/JRCAppLeftColumn.styles.d.ts +3 -3
  30. package/build/src/components/JRCAppLeftColumn/JRCAppLeftColumn.types.d.ts +2 -2
  31. package/build/src/components/JRCAvatar/JRCAvatar.d.ts +2 -0
  32. package/build/src/components/JRCButton/JRCButton.d.ts +25 -0
  33. package/build/src/components/JRCButton/JRCButtonConfig.d.ts +1 -2
  34. package/build/src/components/JRCButtonDownload/JRCButtonDownload.d.ts +20 -0
  35. package/build/src/components/JRCButtonDownload/JRCButtonDownload.stories.d.ts +8 -0
  36. package/build/src/components/JRCButtonDropdown/JRCButtonDropdown.d.ts +1 -0
  37. package/build/src/components/JRCButtonFile/JRCButtonFile.d.ts +17 -0
  38. package/build/src/components/JRCButtonFile/JRCButtonFile.stories.d.ts +7 -0
  39. package/build/src/components/JRCCard/JRCCard.d.ts +1 -3
  40. package/build/src/components/JRCDate/JRCDate.d.ts +2 -0
  41. package/build/src/components/JRCEllipsis/JRCEllipsis.d.ts +7 -0
  42. package/build/src/components/JRCEllipsis/JRCEllipsis.stories.d.ts +5 -0
  43. package/build/src/components/JRCFolders/JRCFolder.d.ts +3 -0
  44. package/build/src/components/JRCFolders/JRCFolderBreadcrumb.d.ts +6 -0
  45. package/build/src/components/JRCFolders/JRCFolders.d.ts +3 -0
  46. package/build/src/components/JRCFolders/JRCFolders.stories.d.ts +9 -0
  47. package/build/src/components/JRCFolders/mock.folders.d.ts +16 -0
  48. package/build/src/components/JRCFolders/types.d.ts +33 -0
  49. package/build/src/components/JRCHref/JRCHref.d.ts +18 -10
  50. package/build/src/components/JRCIcon/JRCIcon.d.ts +4 -2
  51. package/build/src/components/JRCIconButton/JRCIconButton.d.ts +1 -1
  52. package/build/src/components/JRCImg/JRCImg.d.ts +1 -1
  53. package/build/src/components/JRCImg/JRCImg.stories.d.ts +1 -0
  54. package/build/src/components/JRCImg/url.util.d.ts +10 -3
  55. package/build/src/components/JRCList/JRCList.d.ts +16 -10
  56. package/build/src/components/JRCList/JRCList.styles.d.ts +0 -1
  57. package/build/src/components/JRCMenuItem/JRCMenuItem.d.ts +1 -1
  58. package/build/src/components/JRCModal/JRCModal.d.ts +6 -1
  59. package/build/src/components/JRCModal/JRCModal.stories.d.ts +1 -5
  60. package/build/src/components/JRCModal/JRCModal.styles.d.ts +0 -1
  61. package/build/src/components/JRCModalImg/JRCModalImg.d.ts +11 -7
  62. package/build/src/components/JRCModalImg/JRCModalImg.stories.d.ts +1 -1
  63. package/build/src/components/JRCModalImg/JRCModalImg.styles.d.ts +1 -9
  64. package/build/src/components/JRCPagination/JRCPagination.stories.d.ts +1 -4
  65. package/build/src/components/JRCTabs/JRCTabs.d.ts +5 -4
  66. package/build/src/components/JRCTabs/JRCTabs.stories.d.ts +1 -1
  67. package/build/src/components/JRCTag/JRCTag.d.ts +6 -1
  68. package/build/src/components/JRCTooltip/JRCTooltip.d.ts +3 -0
  69. package/build/src/components/Templates/JRCAppColumn.d.ts +3 -0
  70. package/build/src/components/Templates/JRCAppTab.d.ts +4 -0
  71. package/build/src/components/Templates/JRCBase.template.d.ts +9 -0
  72. package/build/src/components/Templates/JRCColumn.d.ts +3 -0
  73. package/build/src/components/Templates/JRCContainer.d.ts +3 -0
  74. package/build/src/components/Templates/JRCMainColumn.d.ts +3 -0
  75. package/build/src/components/Templates/JRCTemplate.stories.d.ts +5 -0
  76. package/build/src/components/Templates/JRCTwoColumns.template.d.ts +7 -0
  77. package/build/src/components/Templates/template.styles.d.ts +305 -0
  78. package/build/src/components/Templates/template.type.d.ts +51 -0
  79. package/build/src/components/Templates/template.utils.d.ts +26 -0
  80. package/build/src/hooks/UseDidMountEffect.d.ts +1 -2
  81. package/build/src/hooks/UseLocalStorage.d.ts +2 -0
  82. package/build/src/index.d.ts +24 -7
  83. package/build/src/styles/theme.d.ts +7 -1
  84. package/build/src/types.d.ts +11 -2
  85. package/build/src/utils/index.d.ts +6 -0
  86. package/build/src/utils/utils.array.d.ts +6 -0
  87. package/build/src/utils/utils.array.test.d.ts +1 -0
  88. package/build/src/utils/utils.date.d.ts +9 -0
  89. package/build/src/utils/utils.misc.d.ts +1 -0
  90. package/build/src/utils/utils.string.d.ts +1 -0
  91. package/externals.json +1 -0
  92. package/package.json +6 -4
  93. package/storybook-static/0.799c368cbe88266827ba.manager.bundle.js +1 -0
  94. package/storybook-static/1.9ebd2fb519f6726108de.manager.bundle.js +1 -0
  95. package/storybook-static/10.a85ea1a67689be8e19ff.manager.bundle.js +1 -0
  96. package/storybook-static/11.f4e922583ae35da460f3.manager.bundle.js +2 -0
  97. package/storybook-static/11.f4e922583ae35da460f3.manager.bundle.js.LICENSE.txt +12 -0
  98. package/storybook-static/12.1415460941f0bdcb8fa8.manager.bundle.js +1 -0
  99. package/storybook-static/174.f2e072e1.iframe.bundle.js +2 -0
  100. package/storybook-static/174.f2e072e1.iframe.bundle.js.LICENSE.txt +115 -0
  101. package/storybook-static/314.615cb34b.iframe.bundle.js +1 -0
  102. package/storybook-static/331.bea8dec1.iframe.bundle.js +2 -0
  103. package/storybook-static/331.bea8dec1.iframe.bundle.js.LICENSE.txt +12 -0
  104. package/storybook-static/459.d6c184aa.iframe.bundle.js +1 -0
  105. package/storybook-static/5.f459d151315e6780c20f.manager.bundle.js +2 -0
  106. package/storybook-static/5.f459d151315e6780c20f.manager.bundle.js.LICENSE.txt +8 -0
  107. package/storybook-static/6.3bd64d820f3745f262ff.manager.bundle.js +1 -0
  108. package/storybook-static/7.3d04765dbf3f1dcd706c.manager.bundle.js +1 -0
  109. package/storybook-static/701.5fb77928.iframe.bundle.js +1 -0
  110. package/storybook-static/8.b541eadfcb9164835dfc.manager.bundle.js +1 -0
  111. package/storybook-static/861.8d90a4b3.iframe.bundle.js +2 -0
  112. package/storybook-static/861.8d90a4b3.iframe.bundle.js.LICENSE.txt +8 -0
  113. package/storybook-static/869.7ff62134.iframe.bundle.js +1 -0
  114. package/storybook-static/881.e09ad30e.iframe.bundle.js +1 -0
  115. package/storybook-static/9.411ac8e451bbb10926c7.manager.bundle.js +1 -0
  116. package/{.storybook/assets → storybook-static}/css/font-awesome/fonts/FontAwesome.otf +0 -0
  117. package/{.storybook/assets → storybook-static}/css/font-awesome/fonts/fontawesome-webfont.eot +0 -0
  118. package/{.storybook/assets → storybook-static}/css/font-awesome/fonts/fontawesome-webfont.svg +0 -0
  119. package/{.storybook/assets → storybook-static}/css/font-awesome/fonts/fontawesome-webfont.ttf +0 -0
  120. package/{.storybook/assets → storybook-static}/css/font-awesome/fonts/fontawesome-webfont.woff +0 -0
  121. package/{.storybook/assets → storybook-static}/css/font-awesome/fonts/fontawesome-webfont.woff2 +0 -0
  122. package/{.storybook/assets → storybook-static}/css/fonts/fontSpot/fonts/fontSpot.eot +0 -0
  123. package/{.storybook/assets → storybook-static}/css/fonts/fontSpot/fonts/fontSpot.json +0 -0
  124. package/{.storybook/assets → storybook-static}/css/fonts/fontSpot/fonts/fontSpot.svg +0 -0
  125. package/{.storybook/assets → storybook-static}/css/fonts/fontSpot/fonts/fontSpot.ttf +0 -0
  126. package/{.storybook/assets → storybook-static}/css/fonts/fontSpot/fonts/fontSpot.woff +0 -0
  127. package/storybook-static/favicon.ico +0 -0
  128. package/storybook-static/iframe.html +348 -0
  129. package/{.storybook/assets → storybook-static}/imagecache/120x120/user/1234.png +0 -0
  130. package/{.storybook/assets → storybook-static}/imagecache/160x160/user/1234.png +0 -0
  131. package/{.storybook/assets → storybook-static}/imagecache/200x200/user/1234.png +0 -0
  132. package/{.storybook/assets → storybook-static}/imagecache/24x24/user/1234.png +0 -0
  133. package/{.storybook/assets → storybook-static}/imagecache/32x32/user/1234.png +0 -0
  134. package/{.storybook/assets → storybook-static}/imagecache/40x40/user/1234.png +0 -0
  135. package/{.storybook/assets → storybook-static}/imagecache/48x48/user/11.png +0 -0
  136. package/{.storybook/assets → storybook-static}/imagecache/48x48/user/12.png +0 -0
  137. package/{.storybook/assets → storybook-static}/imagecache/48x48/user/1234.png +0 -0
  138. package/{.storybook/assets → storybook-static}/imagecache/48x48/user/2.png +0 -0
  139. package/{.storybook/assets → storybook-static}/imagecache/48x48/user/20.png +0 -0
  140. package/{.storybook/assets → storybook-static}/imagecache/48x48/user/23.png +0 -0
  141. package/{.storybook/assets → storybook-static}/imagecache/48x48/user/25.png +0 -0
  142. package/{.storybook/assets → storybook-static}/imagecache/48x48/user/8.png +0 -0
  143. package/{.storybook/assets → storybook-static}/imagecache/64x64/user/1234.png +0 -0
  144. package/{.storybook/assets → storybook-static}/imagecache/80x80/user/1234.png +0 -0
  145. package/{.storybook/assets → storybook-static}/imagecache/fitx700/fileArticle/245.png +0 -0
  146. package/storybook-static/index.html +51 -0
  147. package/storybook-static/main.856b88b4.iframe.bundle.js +1 -0
  148. package/storybook-static/main.e2663b1cf842947d1a59.manager.bundle.js +1 -0
  149. package/storybook-static/runtime~main.91a0c7330ab317d35c4a.manager.bundle.js +1 -0
  150. package/storybook-static/runtime~main.ba5a9588.iframe.bundle.js +1 -0
  151. package/{.history/src/assets/check_20210114075959.svg → storybook-static/static/media/check.e04c3374.svg} +0 -0
  152. package/{src/assets/x.svg → storybook-static/static/media/x.609ccec1.svg} +0 -0
  153. package/storybook-static/vendors~main.f7f16cebbf3aa96a4f89.manager.bundle.js +2 -0
  154. package/storybook-static/vendors~main.f7f16cebbf3aa96a4f89.manager.bundle.js.LICENSE.txt +110 -0
  155. package/.eslintignore +0 -80
  156. package/.eslintrc.js +0 -15
  157. package/.github/pull_request_template.md +0 -22
  158. package/.github/workflows/ci.yml +0 -62
  159. package/.github/workflows/deploy-dev-branches.yml +0 -40
  160. package/.github/workflows/increment-npm-version.yml +0 -26
  161. package/.github/workflows/npm-package.yml +0 -33
  162. package/.history/.eslintignore_20211116140451 +0 -13
  163. package/.history/.eslintignore_20211116140517 +0 -80
  164. package/.history/.github/workflows/ci_20211103152807.yml +0 -50
  165. package/.history/.github/workflows/ci_20211117114643.yml +0 -50
  166. package/.history/.github/workflows/ci_20211117114650.yml +0 -55
  167. package/.history/.github/workflows/ci_20211117152126.yml +0 -55
  168. package/.history/.github/workflows/ci_20211117153805.yml +0 -58
  169. package/.history/.github/workflows/ci_20211117153810.yml +0 -58
  170. package/.history/.github/workflows/ci_20211117154145.yml +0 -59
  171. package/.history/.github/workflows/ci_20211117154153.yml +0 -59
  172. package/.history/.github/workflows/ci_20211117155208.yml +0 -58
  173. package/.history/.github/workflows/ci_20211117155212.yml +0 -59
  174. package/.history/.github/workflows/ci_20211117155228.yml +0 -59
  175. package/.history/.github/workflows/ci_20211117155451.yml +0 -59
  176. package/.history/.github/workflows/ci_20211117155505.yml +0 -59
  177. package/.history/.github/workflows/ci_20211117155509.yml +0 -59
  178. package/.history/.github/workflows/ci_20211117160304.yml +0 -59
  179. package/.history/.github/workflows/ci_20211117161702.yml +0 -59
  180. package/.history/.github/workflows/ci_20211117162805.yml +0 -59
  181. package/.history/.github/workflows/ci_20211117164809.yml +0 -60
  182. package/.history/.github/workflows/ci_20211117170417.yml +0 -60
  183. package/.history/.gitignore_20211117155121 +0 -82
  184. package/.history/.husky/pre-commit_20211116154612 +0 -4
  185. package/.history/.husky/pre-commit_20211116155720 +0 -4
  186. package/.history/.prettierignore_20211103152807 +0 -84
  187. package/.history/.prettierignore_20211116140533 +0 -80
  188. package/.history/.prettierrc_20211103143655.json +0 -11
  189. package/.history/.prettierrc_20211103144104.json +0 -10
  190. package/.history/.prettierrc_20211116140542.json +0 -11
  191. package/.history/.prettierrc_20211116173732.json +0 -10
  192. package/.history/.storybook/main_20211109144835.js +0 -22
  193. package/.history/babel.config_20211116141826.js +0 -14
  194. package/.history/babel.config_20211117104141.js +0 -15
  195. package/.history/babel.config_20211117164455.js +0 -15
  196. package/.history/build/src/components/JRCHref/JRCHref.d_20211109164627.ts +0 -20
  197. package/.history/build/src/components/JRCHref/JRCHref.d_20211125144654.ts +0 -20
  198. package/.history/build/src/components/JRCHref/JRCHref.d_20211125144702.ts +0 -20
  199. package/.history/build/src/components/JRCHref/JRCHref.d_20211125144724.ts +0 -20
  200. package/.history/build/src/components/JRCHref/JRCHref.d_20211125144732.ts +0 -20
  201. package/.history/build/src/components/JRCHref/JRCHref.d_20211125144754.ts +0 -20
  202. package/.history/externals.d_20211108160127.ts +0 -5
  203. package/.history/externals.d_20211108160133.ts +0 -5
  204. package/.history/externals.d_20211108160237.ts +0 -5
  205. package/.history/externals.d_20211108160252.ts +0 -6
  206. package/.history/externals.d_20211108160343.ts +0 -6
  207. package/.history/externals.d_20211108163234.ts +0 -5
  208. package/.history/index.d_20210119091943.ts +0 -0
  209. package/.history/index.d_20210119092051.ts +0 -4
  210. package/.history/jest.config_20211112091917.js +0 -15
  211. package/.history/jest.config_20211117164520.js +0 -16
  212. package/.history/jest.setup_20210114075959.ts +0 -3
  213. package/.history/jest.setup_20210429114103.ts +0 -1
  214. package/.history/package-lock_20211109153645.json +0 -73806
  215. package/.history/package_20211103143741.json +0 -117
  216. package/.history/package_20211108155048.json +0 -117
  217. package/.history/package_20211108160557.json +0 -117
  218. package/.history/package_20211109113710.json +0 -116
  219. package/.history/package_20211109113749.json +0 -114
  220. package/.history/package_20211109113753.json +0 -113
  221. package/.history/package_20211109113758.json +0 -111
  222. package/.history/package_20211109142830.json +0 -111
  223. package/.history/package_20211109142919.json +0 -111
  224. package/.history/package_20211109145908.json +0 -111
  225. package/.history/package_20211109145937.json +0 -111
  226. package/.history/package_20211109150036.json +0 -109
  227. package/.history/package_20211109151446.json +0 -112
  228. package/.history/package_20211109151756.json +0 -112
  229. package/.history/package_20211109151802.json +0 -112
  230. package/.history/package_20211109151807.json +0 -112
  231. package/.history/package_20211109151838.json +0 -112
  232. package/.history/package_20211109153435.json +0 -117
  233. package/.history/package_20211109160825.json +0 -117
  234. package/.history/package_20211109161532.json +0 -118
  235. package/.history/package_20211109161554.json +0 -118
  236. package/.history/package_20211109161940.json +0 -117
  237. package/.history/package_20211109162020.json +0 -118
  238. package/.history/package_20211109162510.json +0 -118
  239. package/.history/package_20211109162529.json +0 -118
  240. package/.history/package_20211109162543.json +0 -118
  241. package/.history/package_20211116140927.json +0 -115
  242. package/.history/package_20211116140929.json +0 -115
  243. package/.history/package_20211116140948.json +0 -117
  244. package/.history/package_20211116140951.json +0 -117
  245. package/.history/package_20211116141010.json +0 -117
  246. package/.history/package_20211116141729.json +0 -119
  247. package/.history/package_20211116143239.json +0 -119
  248. package/.history/package_20211116155648.json +0 -131
  249. package/.history/package_20211117114725.json +0 -132
  250. package/.history/package_20211117164402.json +0 -132
  251. package/.history/package_20211117164404.json +0 -132
  252. package/.history/package_20211117164407.json +0 -132
  253. package/.history/src/assets/check_20210511153044.svg +0 -4
  254. package/.history/src/assets/check_20210601141216.svg +0 -4
  255. package/.history/src/assets/check_20210601141237.svg +0 -4
  256. package/.history/src/assets/loader_20210114075959.svg +0 -32
  257. package/.history/src/assets/loader_20210511153051.svg +0 -32
  258. package/.history/src/assets/loader_20210511153109.svg +0 -32
  259. package/.history/src/components/Common/DashedFocusBorder_20211103152807.tsx +0 -20
  260. package/.history/src/components/Common/DashedFocusBorder_20211116141741.tsx +0 -20
  261. package/.history/src/components/Form/Input/Demo/Demo_20210427112859.tsx +0 -0
  262. package/.history/src/components/Form/Input/Demo/Demo_20210427112927.tsx +0 -38
  263. package/.history/src/components/Form/Input/Demo/Demo_20210427113127.tsx +0 -65
  264. package/.history/src/components/Form/Input/Demo/Demo_20210427113139.tsx +0 -56
  265. package/.history/src/components/Form/Input/Demo/Demo_20210427113151.tsx +0 -55
  266. package/.history/src/components/Form/Input/Demo/Demo_20210427113152.tsx +0 -55
  267. package/.history/src/components/Form/Input/Demo/Demo_20210427113157.tsx +0 -55
  268. package/.history/src/components/Form/Input/Demo/Demo_20210427113206.tsx +0 -55
  269. package/.history/src/components/Form/Input/Demo/Demo_20210427113223.tsx +0 -54
  270. package/.history/src/components/Form/Input/Demo/Demo_20210427113224.tsx +0 -54
  271. package/.history/src/components/Form/Input/Demo/Demo_20210427113228.tsx +0 -54
  272. package/.history/src/components/Form/Input/Demo/Demo_20210427113235.tsx +0 -54
  273. package/.history/src/components/Form/Input/Demo/Demo_20210427113311.tsx +0 -54
  274. package/.history/src/components/Form/Input/Demo/Demo_20210427113341.tsx +0 -54
  275. package/.history/src/components/Form/Input/Demo/Demo_20210427113735.tsx +0 -57
  276. package/.history/src/components/Form/Input/Demo/Demo_20210427113751.tsx +0 -58
  277. package/.history/src/components/Form/Input/Demo/Demo_20210427113812.tsx +0 -60
  278. package/.history/src/components/Form/Input/Demo/Demo_20210427114028.tsx +0 -69
  279. package/.history/src/components/Form/Input/Demo/Demo_20210427114251.tsx +0 -71
  280. package/.history/src/components/Form/Input/Demo/Demo_20210427114321.tsx +0 -73
  281. package/.history/src/components/Form/Input/Demo/Demo_20210427114332.tsx +0 -73
  282. package/.history/src/components/Form/Input/Demo/Demo_20210427114504.tsx +0 -77
  283. package/.history/src/components/Form/Input/Demo/Demo_20210427114532.tsx +0 -83
  284. package/.history/src/components/Form/Input/Demo/Demo_20210427114603.tsx +0 -90
  285. package/.history/src/components/Form/Input/Demo/Demo_20210427114621.tsx +0 -89
  286. package/.history/src/components/Form/Input/Demo/Demo_20210427114633.tsx +0 -89
  287. package/.history/src/components/Form/Input/Demo/Demo_20210427114646.tsx +0 -89
  288. package/.history/src/components/Form/Input/Demo/Demo_20210427114759.tsx +0 -98
  289. package/.history/src/components/Form/Input/Demo/Demo_20210427114838.tsx +0 -98
  290. package/.history/src/components/Form/Input/Demo/Demo_20210427114841.tsx +0 -98
  291. package/.history/src/components/Form/Input/Demo/Demo_20210427115036.tsx +0 -99
  292. package/.history/src/components/Form/Input/Demo/Demo_20210427115156.tsx +0 -90
  293. package/.history/src/components/Form/Input/Demo/Demo_20210427115329.tsx +0 -99
  294. package/.history/src/components/Form/Input/Demo/Demo_20210427115339.tsx +0 -99
  295. package/.history/src/components/Form/Input/Demo/Demo_20210427115443.tsx +0 -101
  296. package/.history/src/components/Form/Input/Demo/Demo_20210427115633.tsx +0 -102
  297. package/.history/src/components/Form/Input/Demo/Demo_20210427115821.tsx +0 -102
  298. package/.history/src/components/Form/Input/JRCFormAutocomplete/JRCFormAutocompleteCommunity_20210909111158.tsx +0 -25
  299. package/.history/src/components/Form/Input/JRCFormAutocomplete/JRCFormAutocompleteCommunity_20210909112623.tsx +0 -27
  300. package/.history/src/components/Form/Input/JRCFormAutocomplete/JRCFormAutocomplete_20210426165817.tsx +0 -72
  301. package/.history/src/components/Form/Input/JRCFormAutocomplete/JRCFormAutocomplete_20210429114237.tsx +0 -71
  302. package/.history/src/components/Form/Input/JRCFormCheckbox/JRCFormCheckbox_20211019160603.tsx +0 -253
  303. package/.history/src/components/Form/Input/JRCFormCheckbox/JRCFormCheckbox_20211019160617.tsx +0 -253
  304. package/.history/src/components/Form/Input/JRCFormCheckbox/JRCFormCheckbox_20211019160632.tsx +0 -307
  305. package/.history/src/components/Form/Input/JRCFormCheckbox/JRCFormCheckbox_20211019160746.tsx +0 -307
  306. package/.history/src/components/Form/Input/JRCFormCheckbox/JRCFormCheckbox_20211116142837.tsx +0 -263
  307. package/.history/src/components/Form/Input/JRCFormColor/JRCFormColor_20210309111210.tsx +0 -86
  308. package/.history/src/components/Form/Input/JRCFormColor/JRCFormColor_20210405114706.tsx +0 -81
  309. package/.history/src/components/Form/Input/JRCFormColor/JRCFormColor_20210429114357.tsx +0 -81
  310. package/.history/src/components/Form/Input/JRCFormColor/JRCFormColor_20210429114358.tsx +0 -81
  311. package/.history/src/components/Form/Input/JRCFormColor/JRCFormColor_20210429154857.tsx +0 -81
  312. package/.history/src/components/Form/Input/JRCFormColor/JRCFormColor_20210429154904.tsx +0 -97
  313. package/.history/src/components/Form/Input/JRCFormColor/JRCFormColor_20210429154910.tsx +0 -97
  314. package/.history/src/components/Form/Input/JRCFormColor/JRCFormColor_20210429154918.tsx +0 -99
  315. package/.history/src/components/Form/Input/JRCFormColor/JRCFormColor_20210429154929.tsx +0 -103
  316. package/.history/src/components/Form/Input/JRCFormColor/JRCFormColor_20210429154941.tsx +0 -99
  317. package/.history/src/components/Form/Input/JRCFormColor/JRCFormColor_20210429155002.tsx +0 -98
  318. package/.history/src/components/Form/Input/JRCFormColor/JRCFormColor_20210429155402.tsx +0 -99
  319. package/.history/src/components/Form/Input/JRCFormDate/JRCFormDate_20210415092917.tsx +0 -43
  320. package/.history/src/components/Form/Input/JRCFormDate/JRCFormDate_20210429114401.tsx +0 -43
  321. package/.history/src/components/Form/Input/JRCFormDate/JRCFormDate_20210429154559.tsx +0 -43
  322. package/.history/src/components/Form/Input/JRCFormDate/JRCFormDate_20210429154606.tsx +0 -59
  323. package/.history/src/components/Form/Input/JRCFormDate/JRCFormDate_20210429154624.tsx +0 -54
  324. package/.history/src/components/Form/Input/JRCFormDate/JRCFormDate_20210429154643.tsx +0 -56
  325. package/.history/src/components/Form/Input/JRCFormDate/JRCFormDate_20210429154717.tsx +0 -56
  326. package/.history/src/components/Form/Input/JRCFormDate/JRCFormDate_20210429154755.tsx +0 -59
  327. package/.history/src/components/Form/Input/JRCFormDateTime/JRCDateTime_20210415092917.tsx +0 -42
  328. package/.history/src/components/Form/Input/JRCFormDateTime/JRCDateTime_20210429114419.tsx +0 -42
  329. package/.history/src/components/Form/Input/JRCFormDateTime/JRCDateTime_20210429114440.tsx +0 -42
  330. package/.history/src/components/Form/Input/JRCFormDateTime/JRCDateTime_20210429114446.tsx +0 -42
  331. package/.history/src/components/Form/Input/JRCFormDateTime/JRCDateTime_20210429154420.tsx +0 -42
  332. package/.history/src/components/Form/Input/JRCFormDateTime/JRCDateTime_20210429154430.tsx +0 -58
  333. package/.history/src/components/Form/Input/JRCFormDateTime/JRCDateTime_20210429154442.tsx +0 -60
  334. package/.history/src/components/Form/Input/JRCFormDateTime/JRCDateTime_20210429154459.tsx +0 -55
  335. package/.history/src/components/Form/Input/JRCFormDateTime/JRCDateTime_20210429154521.tsx +0 -57
  336. package/.history/src/components/Form/Input/JRCFormDateTime/JRCDateTime_20210429154736.tsx +0 -58
  337. package/.history/src/components/Form/Input/JRCFormDateTime/JRCFormDateTime_20211116142816.tsx +0 -1095
  338. package/.history/src/components/Form/Input/JRCFormDateTime/JRCFormDateTime_20211116142819.tsx +0 -1095
  339. package/.history/src/components/Form/Input/JRCFormDateTime/JRCFormDateTime_20211116142825.tsx +0 -1095
  340. package/.history/src/components/Form/Input/JRCFormDateTime/JRCFormDateTime_20211117094739.tsx +0 -1095
  341. package/.history/src/components/Form/Input/JRCFormEmail/JRCFormEmail_20210114075959.tsx +0 -40
  342. package/.history/src/components/Form/Input/JRCFormEmail/JRCFormEmail_20210429114458.tsx +0 -40
  343. package/.history/src/components/Form/Input/JRCFormEmail/JRCFormEmail_20210429154308.tsx +0 -33
  344. package/.history/src/components/Form/Input/JRCFormEmail/JRCFormEmail_20210429154318.tsx +0 -51
  345. package/.history/src/components/Form/Input/JRCFormEmail/JRCFormEmail_20210429154329.tsx +0 -53
  346. package/.history/src/components/Form/Input/JRCFormEmail/JRCFormEmail_20210429154337.tsx +0 -56
  347. package/.history/src/components/Form/Input/JRCFormEmail/JRCFormEmail_20210429154348.tsx +0 -56
  348. package/.history/src/components/Form/Input/JRCFormEmail/JRCFormEmail_20210429154359.tsx +0 -56
  349. package/.history/src/components/Form/Input/JRCFormEmail/JRCFormEmail_20210429154401.tsx +0 -56
  350. package/.history/src/components/Form/Input/JRCFormEmail/JRCFormEmail_20210429154403.tsx +0 -56
  351. package/.history/src/components/Form/Input/JRCFormFieldRender_20210114075959.tsx +0 -97
  352. package/.history/src/components/Form/Input/JRCFormFieldRender_20210405114648.tsx +0 -97
  353. package/.history/src/components/Form/Input/JRCFormFile/JRCFormFile.stories_20210114075959.tsx +0 -11
  354. package/.history/src/components/Form/Input/JRCFormFile/JRCFormFile.stories_20210429114512.tsx +0 -11
  355. package/.history/src/components/Form/Input/JRCFormFile/JRCFormFile.stories_20210429154111.tsx +0 -13
  356. package/.history/src/components/Form/Input/JRCFormFile/JRCFormFile.stories_20210429154126.tsx +0 -13
  357. package/.history/src/components/Form/Input/JRCFormFile/JRCFormFile.stories_20210429154142.tsx +0 -14
  358. package/.history/src/components/Form/Input/JRCFormFile/JRCFormFile.stories_20210429154146.tsx +0 -15
  359. package/.history/src/components/Form/Input/JRCFormFile/JRCFormFile.stories_20210429154155.tsx +0 -15
  360. package/.history/src/components/Form/Input/JRCFormFile/JRCFormFile.stories_20210429154158.tsx +0 -20
  361. package/.history/src/components/Form/Input/JRCFormFile/JRCFormFile.stories_20210429154225.tsx +0 -20
  362. package/.history/src/components/Form/Input/JRCFormFile/JRCFormFile_20211116141848.tsx +0 -149
  363. package/.history/src/components/Form/Input/JRCFormFile/JRCFormFile_20211116141920.tsx +0 -148
  364. package/.history/src/components/Form/Input/JRCFormFile/JRCFormFile_20211116141935.tsx +0 -148
  365. package/.history/src/components/Form/Input/JRCFormFile/JRCFormFile_20211117094122.tsx +0 -148
  366. package/.history/src/components/Form/Input/JRCFormFile/JRCFormFile_20211117094131.tsx +0 -148
  367. package/.history/src/components/Form/Input/JRCFormFile/JRCFormFile_20211117094147.tsx +0 -149
  368. package/.history/src/components/Form/Input/JRCFormNumber/JRCFormNumber_20210114075959.tsx +0 -42
  369. package/.history/src/components/Form/Input/JRCFormNumber/JRCFormNumber_20210429114516.tsx +0 -42
  370. package/.history/src/components/Form/Input/JRCFormNumber/JRCFormNumber_20210429153918.tsx +0 -35
  371. package/.history/src/components/Form/Input/JRCFormNumber/JRCFormNumber_20210429153924.tsx +0 -53
  372. package/.history/src/components/Form/Input/JRCFormNumber/JRCFormNumber_20210429153959.tsx +0 -55
  373. package/.history/src/components/Form/Input/JRCFormNumber/JRCFormNumber_20210429154029.tsx +0 -58
  374. package/.history/src/components/Form/Input/JRCFormNumber/JRCFormNumber_20210429154035.tsx +0 -58
  375. package/.history/src/components/Form/Input/JRCFormRadio/JRCFormRadio.stories_20210114075959.tsx +0 -31
  376. package/.history/src/components/Form/Input/JRCFormRadio/JRCFormRadio.stories_20210412103504.tsx +0 -45
  377. package/.history/src/components/Form/Input/JRCFormRadio/JRCFormRadio_20210429114520.tsx +0 -124
  378. package/.history/src/components/Form/Input/JRCFormRadio/JRCFormRadio_20210429153726.tsx +0 -124
  379. package/.history/src/components/Form/Input/JRCFormRadio/JRCFormRadio_20210429153733.tsx +0 -124
  380. package/.history/src/components/Form/Input/JRCFormRadio/JRCFormRadio_20210429153800.tsx +0 -136
  381. package/.history/src/components/Form/Input/JRCFormRadio/JRCFormRadio_20210429153834.tsx +0 -138
  382. package/.history/src/components/Form/Input/JRCFormRadio/JRCFormRadio_20210429153837.tsx +0 -137
  383. package/.history/src/components/Form/Input/JRCFormRadio/JRCFormRadio_20210429153848.tsx +0 -137
  384. package/.history/src/components/Form/Input/JRCFormRadio/JRCFormRadio_20210511171834.tsx +0 -124
  385. package/.history/src/components/Form/Input/JRCFormRadio/JRCFormRadio_20210511171842.tsx +0 -124
  386. package/.history/src/components/Form/Input/JRCFormRadio/JRCFormRadio_20210518150404.tsx +0 -124
  387. package/.history/src/components/Form/Input/JRCFormRadio/JRCFormRadio_20210518150412.tsx +0 -124
  388. package/.history/src/components/Form/Input/JRCFormRadio/JRCFormRadio_20210518150815.tsx +0 -125
  389. package/.history/src/components/Form/Input/JRCFormRadio/JRCFormRadio_20210518150824.tsx +0 -125
  390. package/.history/src/components/Form/Input/JRCFormRadio/JRCFormRadio_20210518150834.tsx +0 -125
  391. package/.history/src/components/Form/Input/JRCFormRange/JRCFormRange_20211116141948.tsx +0 -106
  392. package/.history/src/components/Form/Input/JRCFormRange/JRCFormRange_20211116141950.tsx +0 -106
  393. package/.history/src/components/Form/Input/JRCFormSelect/JRCFormSelect_20211116142012.tsx +0 -350
  394. package/.history/src/components/Form/Input/JRCFormText/JRCFormText_20210114075959.tsx +0 -38
  395. package/.history/src/components/Form/Input/JRCFormText/JRCFormText_20210429114541.tsx +0 -38
  396. package/.history/src/components/Form/Input/JRCFormText/JRCFormText_20210429152714.tsx +0 -38
  397. package/.history/src/components/Form/Input/JRCFormText/JRCFormText_20210429152735.tsx +0 -53
  398. package/.history/src/components/Form/Input/JRCFormText/JRCFormText_20210429152747.tsx +0 -48
  399. package/.history/src/components/Form/Input/JRCFormText/JRCFormText_20210429152757.tsx +0 -49
  400. package/.history/src/components/Form/Input/JRCFormText/JRCFormText_20210429152806.tsx +0 -51
  401. package/.history/src/components/Form/Input/JRCFormText/JRCFormText_20210429152816.tsx +0 -54
  402. package/.history/src/components/Form/Input/JRCFormText/JRCFormText_20210429152834.tsx +0 -54
  403. package/.history/src/components/Form/Input/JRCFormText/JRCFormText_20210429152841.tsx +0 -54
  404. package/.history/src/components/Form/Input/JRCFormTextEditor/JRCFormTextEditor_20211116142024.tsx +0 -35
  405. package/.history/src/components/Form/Input/JRCFormTextarea/JRCFormTextarea_20211116142028.tsx +0 -65
  406. package/.history/src/components/Form/Input/JRCStyledInput_20210309111210.tsx +0 -94
  407. package/.history/src/components/Form/Input/JRCStyledInput_20210412103822.tsx +0 -98
  408. package/.history/src/components/Form/Input/JRCStyledInput_20210412103824.tsx +0 -97
  409. package/.history/src/components/Form/Input/ReduxFormControls_20211116142058.ts +0 -141
  410. package/.history/src/components/Form/Input/ReduxFormControls_20211116142800.ts +0 -141
  411. package/.history/src/components/JRCAlert/JRCArlert.stories_20211103152807.tsx +0 -60
  412. package/.history/src/components/JRCAlert/JRCArlert.stories_20211116142119.tsx +0 -61
  413. package/.history/src/components/JRCAvatar/JRCAvatar.stories_20211103152807.tsx +0 -28
  414. package/.history/src/components/JRCAvatar/JRCAvatar.stories_20211109115138.tsx +0 -27
  415. package/.history/src/components/JRCAvatar/JRCAvatar.stories_20211109115145.tsx +0 -26
  416. package/.history/src/components/JRCAvatar/JRCAvatar.stories_20211109115204.tsx +0 -28
  417. package/.history/src/components/JRCAvatar/JRCAvatar.stories_20211116142132.tsx +0 -27
  418. package/.history/src/components/JRCAvatar/JRCAvatar.stories_20211116142134.tsx +0 -26
  419. package/.history/src/components/JRCAvatar/JRCAvatar.stories_20211116142151.tsx +0 -28
  420. package/.history/src/components/JRCAvatar/JRCAvatar.stories_20211116142200.tsx +0 -29
  421. package/.history/src/components/JRCAvatar/JRCAvatar.stories_20211116142204.tsx +0 -28
  422. package/.history/src/components/JRCAvatar/JRCAvatar.stories_20211116142212.tsx +0 -29
  423. package/.history/src/components/JRCAvatar/JRCAvatar.test_20211103152807.tsx +0 -21
  424. package/.history/src/components/JRCAvatar/JRCAvatar.test_20211116142226.tsx +0 -22
  425. package/.history/src/components/JRCAvatar/JRCAvatar_20211215104018.tsx +0 -59
  426. package/.history/src/components/JRCAvatar/JRCAvatar_20211215104101.tsx +0 -60
  427. package/.history/src/components/JRCAvatar/JRCAvatar_20211215104122.tsx +0 -60
  428. package/.history/src/components/JRCAvatar/JRCAvatar_20211215104143.tsx +0 -60
  429. package/.history/src/components/JRCAvatar/JRCAvatar_20211215104218.tsx +0 -62
  430. package/.history/src/components/JRCAvatar/JRCAvatar_20211215104246.tsx +0 -62
  431. package/.history/src/components/JRCAvatar/JRCAvatar_20211215104354.tsx +0 -60
  432. package/.history/src/components/JRCAvatar/JRCAvatar_20211215104416.tsx +0 -60
  433. package/.history/src/components/JRCAvatar/JRCAvatar_20211215104419.tsx +0 -60
  434. package/.history/src/components/JRCAvatar/JRCAvatar_20211215104701.tsx +0 -62
  435. package/.history/src/components/JRCAvatar/JRCAvatar_20211215104713.tsx +0 -63
  436. package/.history/src/components/JRCAvatar/JRCAvatar_20211215104957.tsx +0 -66
  437. package/.history/src/components/JRCAvatar/JRCAvatar_20211215105005.tsx +0 -66
  438. package/.history/src/components/JRCAvatar/JRCAvatar_20211215105009.tsx +0 -65
  439. package/.history/src/components/JRCAvatar/JRCAvatar_20211215105026.tsx +0 -65
  440. package/.history/src/components/JRCAvatar/JRCAvatar_20211215105309.tsx +0 -61
  441. package/.history/src/components/JRCAvatar/JRCAvatar_20211215105312.tsx +0 -64
  442. package/.history/src/components/JRCAvatar/JRCAvatar_20211215105315.tsx +0 -64
  443. package/.history/src/components/JRCAvatar/JRCAvatar_20211215105433.tsx +0 -64
  444. package/.history/src/components/JRCAvatar/JRCAvatar_20211215105442.tsx +0 -62
  445. package/.history/src/components/JRCAvatar/JRCAvatar_20211215110444.tsx +0 -63
  446. package/.history/src/components/JRCAvatar/JRCAvatar_20211215111145.tsx +0 -64
  447. package/.history/src/components/JRCAvatar/JRCAvatar_20211215111233.tsx +0 -65
  448. package/.history/src/components/JRCAvatar/JRCAvatar_20211215111240.tsx +0 -64
  449. package/.history/src/components/JRCAvatar/JRCAvatar_20211220162840.tsx +0 -62
  450. package/.history/src/components/JRCAvatar/JRCAvatar_20211220162848.tsx +0 -62
  451. package/.history/src/components/JRCAvatar/JRCAvatar_20211220164211.tsx +0 -62
  452. package/.history/src/components/JRCAvatar/JRCAvatar_20211220164215.tsx +0 -62
  453. package/.history/src/components/JRCAvatar/JRCAvatar_20211221115746.tsx +0 -64
  454. package/.history/src/components/JRCAvatar/JRCAvatar_20211221115750.tsx +0 -64
  455. package/.history/src/components/JRCAvatar/JRCAvatar_20211221120044.tsx +0 -64
  456. package/.history/src/components/JRCAvatar/JRCAvatar_20211221120047.tsx +0 -64
  457. package/.history/src/components/JRCAvatar/JRCAvatar_20211221120048.tsx +0 -63
  458. package/.history/src/components/JRCAvatar/JRCAvatar_20211221120052.tsx +0 -63
  459. package/.history/src/components/JRCAvatar/JRCAvatar_20211221120055.tsx +0 -62
  460. package/.history/src/components/JRCAvatar/JRCAvatar_20211221120153.tsx +0 -62
  461. package/.history/src/components/JRCButton/JRCButton.stories_20210114075959.tsx +0 -65
  462. package/.history/src/components/JRCButton/JRCButton.stories_20210324153346.tsx +0 -78
  463. package/.history/src/components/JRCButton/JRCButton_20211103141623.tsx +0 -135
  464. package/.history/src/components/JRCButton/JRCButton_20211116142244.tsx +0 -117
  465. package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412155338.tsx +0 -36
  466. package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412155438.tsx +0 -36
  467. package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412155441.tsx +0 -37
  468. package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412155446.tsx +0 -37
  469. package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412155459.tsx +0 -19
  470. package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412155511.tsx +0 -17
  471. package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412161017.tsx +0 -18
  472. package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412161020.tsx +0 -16
  473. package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412161032.tsx +0 -16
  474. package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412161148.tsx +0 -16
  475. package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412161438.tsx +0 -37
  476. package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412161447.tsx +0 -37
  477. package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412161456.tsx +0 -41
  478. package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412161507.tsx +0 -42
  479. package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412161516.tsx +0 -43
  480. package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412161820.tsx +0 -43
  481. package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412164337.tsx +0 -45
  482. package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412164427.tsx +0 -45
  483. package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412164441.tsx +0 -45
  484. package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412164446.tsx +0 -45
  485. package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412164501.tsx +0 -47
  486. package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412164510.tsx +0 -52
  487. package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412164528.tsx +0 -76
  488. package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412164607.tsx +0 -77
  489. package/.history/src/components/JRCCarousel/JRCCarousel_20210412155318.tsx +0 -0
  490. package/.history/src/components/JRCCarousel/JRCCarousel_20210412155347.tsx +0 -0
  491. package/.history/src/components/JRCCarousel/JRCCarousel_20210412155413.tsx +0 -6
  492. package/.history/src/components/JRCCarousel/JRCCarousel_20210412155414.tsx +0 -6
  493. package/.history/src/components/JRCCarousel/JRCCarousel_20210412155428.tsx +0 -4
  494. package/.history/src/components/JRCCarousel/JRCCarousel_20210412155603.tsx +0 -7
  495. package/.history/src/components/JRCCarousel/JRCCarousel_20210412155631.tsx +0 -9
  496. package/.history/src/components/JRCCarousel/JRCCarousel_20210412155633.tsx +0 -16
  497. package/.history/src/components/JRCCarousel/JRCCarousel_20210412155635.tsx +0 -17
  498. package/.history/src/components/JRCCarousel/JRCCarousel_20210412155649.tsx +0 -41
  499. package/.history/src/components/JRCCarousel/JRCCarousel_20210412155703.tsx +0 -42
  500. package/.history/src/components/JRCCarousel/JRCCarousel_20210412155728.tsx +0 -42
  501. package/.history/src/components/JRCCarousel/JRCCarousel_20210412160204.tsx +0 -42
  502. package/.history/src/components/JRCCarousel/JRCCarousel_20210412160431.tsx +0 -42
  503. package/.history/src/components/JRCCarousel/JRCCarousel_20210412160437.tsx +0 -42
  504. package/.history/src/components/JRCCarousel/JRCCarousel_20210412160801.tsx +0 -46
  505. package/.history/src/components/JRCCarousel/JRCCarousel_20210412160814.tsx +0 -46
  506. package/.history/src/components/JRCCarousel/JRCCarousel_20210412160938.tsx +0 -46
  507. package/.history/src/components/JRCCarousel/JRCCarousel_20210412160947.tsx +0 -47
  508. package/.history/src/components/JRCCarousel/JRCCarousel_20210412161128.tsx +0 -47
  509. package/.history/src/components/JRCCarousel/JRCCarousel_20210412161130.tsx +0 -47
  510. package/.history/src/components/JRCCarousel/JRCCarousel_20210412161135.tsx +0 -47
  511. package/.history/src/components/JRCCarousel/JRCCarousel_20210412161208.tsx +0 -48
  512. package/.history/src/components/JRCCarousel/JRCCarousel_20210412161228.tsx +0 -49
  513. package/.history/src/components/JRCCarousel/JRCCarousel_20210412161331.tsx +0 -55
  514. package/.history/src/components/JRCCarousel/JRCCarousel_20210412161347.tsx +0 -55
  515. package/.history/src/components/JRCCarousel/JRCCarousel_20210412161407.tsx +0 -55
  516. package/.history/src/components/JRCCarousel/JRCCarousel_20210412161410.tsx +0 -55
  517. package/.history/src/components/JRCCarousel/JRCCarousel_20210412161418.tsx +0 -55
  518. package/.history/src/components/JRCCarousel/JRCCarousel_20210412161426.tsx +0 -36
  519. package/.history/src/components/JRCCarousel/JRCCarousel_20210412161539.tsx +0 -30
  520. package/.history/src/components/JRCCarousel/JRCCarousel_20210412161544.tsx +0 -29
  521. package/.history/src/components/JRCCarousel/JRCCarousel_20210412161848.tsx +0 -41
  522. package/.history/src/components/JRCCarousel/JRCCarousel_20210412161859.tsx +0 -50
  523. package/.history/src/components/JRCCarousel/JRCCarousel_20210412161913.tsx +0 -50
  524. package/.history/src/components/JRCCarousel/JRCCarousel_20210412161916.tsx +0 -52
  525. package/.history/src/components/JRCCarousel/JRCCarousel_20210412161938.tsx +0 -53
  526. package/.history/src/components/JRCCarousel/JRCCarousel_20210412161947.tsx +0 -42
  527. package/.history/src/components/JRCCarousel/JRCCarousel_20210412162119.tsx +0 -39
  528. package/.history/src/components/JRCCarousel/JRCCarousel_20210412162128.tsx +0 -40
  529. package/.history/src/components/JRCCarousel/JRCCarousel_20210412162141.tsx +0 -42
  530. package/.history/src/components/JRCCarousel/JRCCarousel_20210412162145.tsx +0 -42
  531. package/.history/src/components/JRCCarousel/JRCCarousel_20210412162154.tsx +0 -42
  532. package/.history/src/components/JRCCarousel/JRCCarousel_20210412162238.tsx +0 -42
  533. package/.history/src/components/JRCCarousel/JRCCarousel_20210412162406.tsx +0 -42
  534. package/.history/src/components/JRCCarousel/JRCCarousel_20210412162457.tsx +0 -43
  535. package/.history/src/components/JRCCarousel/JRCCarousel_20210412162500.tsx +0 -43
  536. package/.history/src/components/JRCCarousel/JRCCarousel_20210412162504.tsx +0 -43
  537. package/.history/src/components/JRCCarousel/JRCCarousel_20210412162612.tsx +0 -43
  538. package/.history/src/components/JRCCarousel/JRCCarousel_20210412162650.tsx +0 -54
  539. package/.history/src/components/JRCCarousel/JRCCarousel_20210412162705.tsx +0 -54
  540. package/.history/src/components/JRCCarousel/JRCCarousel_20210412162819.tsx +0 -55
  541. package/.history/src/components/JRCCarousel/JRCCarousel_20210412162845.tsx +0 -55
  542. package/.history/src/components/JRCCarousel/JRCCarousel_20210412163202.tsx +0 -57
  543. package/.history/src/components/JRCCarousel/JRCCarousel_20210412163241.tsx +0 -55
  544. package/.history/src/components/JRCDropDown/JRCDropDown.stories_20211103152807.tsx +0 -28
  545. package/.history/src/components/JRCDropDown/JRCDropDown.stories_20211116142250.tsx +0 -26
  546. package/.history/src/components/JRCDropDown/JRCDropDown.stories_20211116142251.tsx +0 -25
  547. package/.history/src/components/JRCDropDown/JRCDropDown_20210629085002.tsx +0 -155
  548. package/.history/src/components/JRCDropDown/JRCDropDown_20211103142200.tsx +0 -157
  549. package/.history/src/components/JRCDropDown/JRCDropDown_20211103142204.tsx +0 -157
  550. package/.history/src/components/JRCDropDown/JRCDropDown_20211103142213.tsx +0 -157
  551. package/.history/src/components/JRCDropDown/JRCDropDown_20211103142216.tsx +0 -157
  552. package/.history/src/components/JRCError/JRCError.stories_20210406110213.tsx +0 -0
  553. package/.history/src/components/JRCError/JRCError.stories_20210406110227.tsx +0 -18
  554. package/.history/src/components/JRCError/JRCError.stories_20210406110234.tsx +0 -16
  555. package/.history/src/components/JRCError/JRCError.stories_20210406110245.tsx +0 -16
  556. package/.history/src/components/JRCError/JRCError.stories_20210406110305.tsx +0 -18
  557. package/.history/src/components/JRCError/JRCError.stories_20210406110310.tsx +0 -15
  558. package/.history/src/components/JRCError/JRCError.stories_20210406110337.tsx +0 -15
  559. package/.history/src/components/JRCError/JRCError.stories_20210406110354.tsx +0 -15
  560. package/.history/src/components/JRCError/JRCError.stories_20210406110413.tsx +0 -13
  561. package/.history/src/components/JRCError/JRCError.stories_20210406110418.tsx +0 -13
  562. package/.history/src/components/JRCError/JRCError.stories_20210406110708.tsx +0 -14
  563. package/.history/src/components/JRCError/JRCError.stories_20210406110715.tsx +0 -13
  564. package/.history/src/components/JRCError/JRCError.stories_20210406110722.tsx +0 -13
  565. package/.history/src/components/JRCError/JRCError.stories_20210406110736.tsx +0 -13
  566. package/.history/src/components/JRCError/JRCError.stories_20210406110740.tsx +0 -13
  567. package/.history/src/components/JRCError/JRCError.stories_20210406110753.tsx +0 -15
  568. package/.history/src/components/JRCError/JRCError.stories_20210406110757.tsx +0 -16
  569. package/.history/src/components/JRCError/JRCError.stories_20210406110813.tsx +0 -16
  570. package/.history/src/components/JRCError/JRCError.stories_20210406110818.tsx +0 -15
  571. package/.history/src/components/JRCError/JRCError_20210406110115.tsx +0 -0
  572. package/.history/src/components/JRCError/JRCError_20210406110136.tsx +0 -3
  573. package/.history/src/components/JRCError/JRCError_20210406110148.tsx +0 -5
  574. package/.history/src/components/JRCError/JRCError_20210406110154.tsx +0 -5
  575. package/.history/src/components/JRCError/JRCError_20210406110322.tsx +0 -5
  576. package/.history/src/components/JRCError/JRCError_20210406110459.tsx +0 -5
  577. package/.history/src/components/JRCError/JRCError_20210406110521.tsx +0 -9
  578. package/.history/src/components/JRCError/JRCError_20210406110526.tsx +0 -8
  579. package/.history/src/components/JRCError/JRCError_20210406110540.tsx +0 -10
  580. package/.history/src/components/JRCError/JRCError_20210406110544.tsx +0 -10
  581. package/.history/src/components/JRCError/JRCError_20210406110610.tsx +0 -14
  582. package/.history/src/components/JRCError/JRCError_20210406110613.tsx +0 -14
  583. package/.history/src/components/JRCError/JRCError_20210406110624.tsx +0 -15
  584. package/.history/src/components/JRCError/JRCError_20210406110731.tsx +0 -15
  585. package/.history/src/components/JRCHref/JRCHref.stories_20211116142303.tsx +0 -29
  586. package/.history/src/components/JRCHref/JRCHref_20210630101506.tsx +0 -32
  587. package/.history/src/components/JRCHref/JRCHref_20210630101558.tsx +0 -32
  588. package/.history/src/components/JRCHref/JRCHref_20210630101601.tsx +0 -32
  589. package/.history/src/components/JRCHref/JRCHref_20210630101616.tsx +0 -32
  590. package/.history/src/components/JRCHref/JRCHref_20210630101625.tsx +0 -31
  591. package/.history/src/components/JRCHref/JRCHref_20210630101634.tsx +0 -31
  592. package/.history/src/components/JRCHref/JRCHref_20210630101645.tsx +0 -30
  593. package/.history/src/components/JRCHref/JRCHref_20210630101738.tsx +0 -29
  594. package/.history/src/components/JRCHref/JRCHref_20210630101742.tsx +0 -28
  595. package/.history/src/components/JRCIcon/JRCIcon.stories_20210114075959.tsx +0 -1045
  596. package/.history/src/components/JRCIcon/JRCIcon.stories_20210330160522.tsx +0 -1049
  597. package/.history/src/components/JRCIcon/JRCIcon.stories_20210330160557.tsx +0 -1049
  598. package/.history/src/components/JRCIcon/JRCIcon.stories_20210330165104.tsx +0 -1000
  599. package/.history/src/components/JRCIcon/JRCIcon.stories_20210330165154.tsx +0 -1002
  600. package/.history/src/components/JRCIcon/JRCIcon.stories_20210330165225.tsx +0 -1167
  601. package/.history/src/components/JRCIcon/JRCIcon.stories_20210330165243.tsx +0 -1167
  602. package/.history/src/components/JRCIcon/JRCIcon.stories_20210330165244.tsx +0 -1167
  603. package/.history/src/components/JRCIcon/JRCIcon.stories_20210330165340.tsx +0 -1020
  604. package/.history/src/components/JRCIconButton/JRCIconButton_20211102105335.tsx +0 -86
  605. package/.history/src/components/JRCIconButton/JRCIconButton_20211103141204.tsx +0 -97
  606. package/.history/src/components/JRCIconButton/JRCIconButton_20211103141514.tsx +0 -97
  607. package/.history/src/components/JRCIconButton/JRCIconButton_20211103141535.tsx +0 -97
  608. package/.history/src/components/JRCIconButton/JRCIconButton_20211103141607.tsx +0 -97
  609. package/.history/src/components/JRCImg/JRCImg_20211103152807.tsx +0 -57
  610. package/.history/src/components/JRCImg/JRCImg_20211215104339.tsx +0 -58
  611. package/.history/src/components/JRCImg/JRCImg_20211215104433.tsx +0 -58
  612. package/.history/src/components/JRCList/JRCListMockData.stories_20211116141848.tsx +0 -118
  613. package/.history/src/components/JRCList/JRCListMockData.stories_20211116142710.tsx +0 -119
  614. package/.history/src/components/JRCList/JRCList_20211116141848.tsx +0 -180
  615. package/.history/src/components/JRCList/JRCList_20211116142725.tsx +0 -172
  616. package/.history/src/components/JRCList/JRCList_20211116142728.tsx +0 -172
  617. package/.history/src/components/JRCList/JRCList_20211116142730.tsx +0 -171
  618. package/.history/src/components/JRCList/JRCList_20211116142734.tsx +0 -171
  619. package/.history/src/components/JRCList/JRCList_20211116142738.tsx +0 -171
  620. package/.history/src/components/JRCList/JRCList_20211116142744.tsx +0 -171
  621. package/.history/src/components/JRCList/JRCList_20211116142747.tsx +0 -172
  622. package/.history/src/components/JRCList/JRCList_20211116142748.tsx +0 -171
  623. package/.history/src/components/JRCMenu/JRCMenu.stories_20211103152807.tsx +0 -28
  624. package/.history/src/components/JRCMenu/JRCMenu.stories_20211116142657.tsx +0 -29
  625. package/.history/src/components/JRCMenu/JRCMenu_20211103142113.tsx +0 -88
  626. package/.history/src/components/JRCMenu/JRCMenu_20211103142232.tsx +0 -88
  627. package/.history/src/components/JRCModal/JRCModal_20211103142136.tsx +0 -142
  628. package/.history/src/components/JRCModal/JRCModal_20211103142246.tsx +0 -142
  629. package/.history/src/components/JRCModalImg/JRCModalImg_20210824103034.tsx +0 -148
  630. package/.history/src/components/JRCModalImg/JRCModalImg_20211103142306.tsx +0 -159
  631. package/.history/src/components/JRCPagination/JRCPagination.stories_20211116142641.tsx +0 -65
  632. package/.history/src/components/JRCPagination/JRCPagination.stories_20211116142646.tsx +0 -66
  633. package/.history/src/components/JRCPagination/JRCPagination_20211103142342.tsx +0 -219
  634. package/.history/src/components/JRCTag/JRCTag_20211116142631.tsx +0 -149
  635. package/.history/src/components/JRCThemeProvider/theme-reset_20210615082115.css +0 -254
  636. package/.history/src/components/JRCThemeProvider/theme-reset_20210615143930.css +0 -253
  637. package/.history/src/components/JRCTooltip/JRCTooltip.stories_20211103143919.tsx +0 -85
  638. package/.history/src/components/JRCTooltip/JRCTooltip.stories_20211103144205.tsx +0 -85
  639. package/.history/src/components/JRCTooltip/JRCTooltip.stories_20211116142619.tsx +0 -86
  640. package/.history/src/components/JRCTypography/JRCTypography.test_20211103152807.tsx +0 -43
  641. package/.history/src/components/JRCTypography/JRCTypography.test_20211116142608.tsx +0 -43
  642. package/.history/src/hooks/UseDidMountEffect_20211103152807.tsx +0 -12
  643. package/.history/src/hooks/UseDidMountEffect_20211116142601.tsx +0 -12
  644. package/.history/src/index_20210330171346.tsx +0 -145
  645. package/.history/src/index_20210330171430.tsx +0 -150
  646. package/.history/src/index_20210406174244.tsx +0 -151
  647. package/.history/src/index_20210406174248.tsx +0 -151
  648. package/.history/src/index_20210406174255.tsx +0 -152
  649. package/.history/src/index_20210406174317.tsx +0 -152
  650. package/.history/src/index_20210406174329.tsx +0 -153
  651. package/.history/src/index_20210412153458.tsx +0 -155
  652. package/.history/src/index_20210412153503.tsx +0 -155
  653. package/.history/src/index_20210427113335.tsx +0 -162
  654. package/.history/src/index_20210427113346.tsx +0 -162
  655. package/.history/src/index_20210427113356.tsx +0 -163
  656. package/.history/src/jest/svgTransform_20211103152807.js +0 -9
  657. package/.history/src/jest/svgTransform_20211117164503.js +0 -10
  658. package/.history/src/storybook/StorybookContainer/StorybookContainer_20210114075959.scss +0 -22
  659. package/.history/src/storybook/StorybookContainer/StorybookContainer_20210330170040.scss +0 -23
  660. package/.history/src/storybook/decorators_20210114075959.tsx +0 -17
  661. package/.history/src/storybook/decorators_20210430082612.tsx +0 -17
  662. package/.history/src/storybook/decorators_20210430082629.tsx +0 -13
  663. package/.history/src/storybook/decorators_20210430082644.tsx +0 -13
  664. package/.history/src/styles/theme_20211123150650.tsx +0 -167
  665. package/.history/src/styles/theme_20211123150708.tsx +0 -168
  666. package/.history/src/styles/theme_20211123150807.tsx +0 -168
  667. package/.history/src/styles/theme_20211123150905.tsx +0 -180
  668. package/.history/src/styles/theme_20211123150921.tsx +0 -175
  669. package/.history/src/styles/theme_20211123150928.tsx +0 -179
  670. package/.history/src/styles/theme_20211123151003.tsx +0 -178
  671. package/.history/src/styles/theme_20211123151005.tsx +0 -178
  672. package/.history/src/styles/theme_20211123151037.tsx +0 -177
  673. package/.history/src/styles/theme_20211123151145.tsx +0 -179
  674. package/.history/src/styles/theme_20211123151303.tsx +0 -179
  675. package/.history/src/styles/theme_20211123151327.tsx +0 -179
  676. package/.history/src/styles/theme_20211123151413.tsx +0 -170
  677. package/.history/src/styles/theme_20211123151416.tsx +0 -169
  678. package/.history/src/styles/theme_20211123151438.tsx +0 -178
  679. package/.history/src/styles/theme_20211123151505.tsx +0 -169
  680. package/.history/src/styles/theme_20211123151654.tsx +0 -179
  681. package/.history/src/styles/theme_20211123151847.tsx +0 -177
  682. package/.history/src/styles/theme_20211123151924.tsx +0 -173
  683. package/.history/src/styles/theme_20211123151946.tsx +0 -173
  684. package/.history/src/styles/theme_20211123151951.tsx +0 -175
  685. package/.history/src/styles/theme_20211123151959.tsx +0 -175
  686. package/.history/src/styles/theme_20211123153945.tsx +0 -173
  687. package/.history/src/styles/theme_20211123153953.tsx +0 -175
  688. package/.history/src/styles/theme_20211123154113.tsx +0 -175
  689. package/.history/src/styles/theme_20211125142741.tsx +0 -166
  690. package/.history/src/styles/utils_20211116141848.tsx +0 -220
  691. package/.history/src/styles/utils_20211116142330.tsx +0 -220
  692. package/.history/src/styles/utils_20211116142340.tsx +0 -220
  693. package/.history/src/styles/utils_20211116142354.tsx +0 -221
  694. package/.history/src/styles/utils_20211116142407.tsx +0 -222
  695. package/.history/src/types/react-table-config.d_20211103152807.ts +0 -128
  696. package/.history/src/types/react-table-config.d_20211116142449.ts +0 -129
  697. package/.history/src/types/react-table-config.d_20211116142537.ts +0 -127
  698. package/.history/src/types/react-table-config.d_20211116142544.ts +0 -124
  699. package/.history/src/types/react-table-config.d_20211116142551.ts +0 -122
  700. package/.history/src/types/react-table-config.d_20211116142914.ts +0 -123
  701. package/.history/src/types/react-table-config.d_20211116142918.ts +0 -122
  702. package/.history/src/types/react-table-config.d_20211116142923.ts +0 -121
  703. package/.history/src/types/react-table-config.d_20211116142926.ts +0 -120
  704. package/.history/src/types/react-table-config.d_20211116142929.ts +0 -119
  705. package/.history/src/types/react-table-config.d_20211116142931.ts +0 -118
  706. package/.history/src/types/react-table-config.d_20211116142934.ts +0 -117
  707. package/.history/src/types/react-table-config.d_20211116142935.ts +0 -116
  708. package/.history/src/types/react-table-config.d_20211116142938.ts +0 -115
  709. package/.history/src/types/react-table-config.d_20211116142943.ts +0 -114
  710. package/.history/src/types/react-table-config.d_20211116143050.ts +0 -123
  711. package/.history/src/utils/test-utils_20211103152807.tsx +0 -40
  712. package/.history/src/utils/test-utils_20211116142526.tsx +0 -40
  713. package/.history/src/utils/test-utils_20211116143351.tsx +0 -40
  714. package/.history/src/utils/test-utils_20211117095711.tsx +0 -40
  715. package/.history/src/utils/test-utils_20211117095720.tsx +0 -41
  716. package/.history/tsconfig_20210929171235.json +0 -16
  717. package/.history/tsconfig_20210929171551.json +0 -16
  718. package/.history/tsconfig_20210929171715.json +0 -17
  719. package/.history/tsconfig_20210929171832.json +0 -17
  720. package/.history/webpack.config_20211109143806.js +0 -70
  721. package/.history/webpack.config_20211109144159.js +0 -66
  722. package/.history/webpack.config_20211109144211.js +0 -67
  723. package/.history/webpack.config_20211109144446.js +0 -67
  724. package/.history/webpack.config_20211109144537.js +0 -70
  725. package/.history/webpack.config_20211109144549.js +0 -70
  726. package/.history/webpack.config_20211109153132.js +0 -69
  727. package/.history/webpack.config_20211109153209.js +0 -71
  728. package/.history/webpack.config_20211109153224.js +0 -72
  729. package/.history/webpack.config_20211109162125.js +0 -72
  730. package/.history/webpack.config_20211117164435.js +0 -69
  731. package/.history/webpack.config_20211117164440.js +0 -70
  732. package/.husky/pre-commit +0 -4
  733. package/.prettierignore +0 -80
  734. package/.prettierrc.json +0 -11
  735. package/.storybook/StorybookContainer/StorybookContainer.css +0 -9
  736. package/.storybook/StorybookContainer/StorybookContainer.tsx +0 -39
  737. package/.storybook/main.js +0 -9
  738. package/.storybook/preview-head.html +0 -8
  739. package/.storybook/preview.js +0 -21
  740. package/.storybook/webpack.config.js +0 -25
  741. package/.vscode/settings.json +0 -9
  742. package/babel.config.js +0 -15
  743. package/build/src/components/JRCColumnCenterTitle/JRCColumnCenterTitle.d.ts +0 -12
  744. package/eslint_report.json +0 -1312
  745. package/externals.d.ts +0 -4
  746. package/favicon.ico +0 -0
  747. package/jest.config.js +0 -16
  748. package/jest.setup.ts +0 -1
  749. package/src/assets/check.svg +0 -4
  750. package/src/assets/error.svg +0 -3
  751. package/src/components/Common/DashedFocusBorder.tsx +0 -20
  752. package/src/components/Common/JRCConditionalWrapper.tsx +0 -19
  753. package/src/components/Common/util/getColor.util.ts +0 -12
  754. package/src/components/Form/Common/ClickAwayListener.tsx +0 -41
  755. package/src/components/Form/Common/FormDescription.tsx +0 -9
  756. package/src/components/Form/Common/FormHelper.tsx +0 -30
  757. package/src/components/Form/Common/FormLabel.tsx +0 -38
  758. package/src/components/Form/Common/FormMessageFeedback.tsx +0 -52
  759. package/src/components/Form/Common/types.ts +0 -31
  760. package/src/components/Form/Input/Common/JRCFormErrors.tsx +0 -40
  761. package/src/components/Form/Input/Common/JRCFormFieldRenderer.tsx +0 -85
  762. package/src/components/Form/Input/Common/JRCFormFieldRenderer.types.tsx +0 -51
  763. package/src/components/Form/Input/Common/useFormControls.tsx +0 -108
  764. package/src/components/Form/Input/JRCFormAutocomplete/JRCFormAutocompleteAudience.stories.tsx +0 -38
  765. package/src/components/Form/Input/JRCFormAutocomplete/JRCFormAutocompleteAudience.tsx +0 -47
  766. package/src/components/Form/Input/JRCFormAutocomplete/JRCFormAutocompleteCommunity.stories.tsx +0 -37
  767. package/src/components/Form/Input/JRCFormAutocomplete/JRCFormAutocompleteCommunity.tsx +0 -25
  768. package/src/components/Form/Input/JRCFormAutocomplete/JRCFormAutocompleteTaxonomy.stories.tsx +0 -39
  769. package/src/components/Form/Input/JRCFormAutocomplete/JRCFormAutocompleteTaxonomy.tsx +0 -33
  770. package/src/components/Form/Input/JRCFormCheckbox/JRCCheckbox.tsx +0 -46
  771. package/src/components/Form/Input/JRCFormCheckbox/JRCFormCheckbox.stories.tsx +0 -61
  772. package/src/components/Form/Input/JRCFormCheckbox/JRCFormCheckbox.style.tsx +0 -101
  773. package/src/components/Form/Input/JRCFormCheckbox/JRCFormCheckbox.tsx +0 -116
  774. package/src/components/Form/Input/JRCFormCheckbox/JRCFormCheckbox.types.tsx +0 -58
  775. package/src/components/Form/Input/JRCFormCheckbox/JRCRadio.tsx +0 -27
  776. package/src/components/Form/Input/JRCFormCheckbox/JRCToggle.tsx +0 -75
  777. package/src/components/Form/Input/JRCFormColor/JRCFormColor.stories.tsx +0 -26
  778. package/src/components/Form/Input/JRCFormColor/JRCFormColor.tsx +0 -78
  779. package/src/components/Form/Input/JRCFormDateTime/JRCFormDateTime.tsx +0 -1079
  780. package/src/components/Form/Input/JRCFormDateTime/JRCFormInputDateTime.stories.tsx +0 -71
  781. package/src/components/Form/Input/JRCFormEmail/JRCFormEmail.stories.tsx +0 -22
  782. package/src/components/Form/Input/JRCFormEmail/JRCFormEmail.tsx +0 -36
  783. package/src/components/Form/Input/JRCFormEmail/JRCInputEmail.stories.tsx +0 -48
  784. package/src/components/Form/Input/JRCFormEmail/JRCInputEmail.tsx +0 -30
  785. package/src/components/Form/Input/JRCFormFieldRender.tsx +0 -115
  786. package/src/components/Form/Input/JRCFormFile/JRCFormFile.stories.tsx +0 -37
  787. package/src/components/Form/Input/JRCFormFile/JRCFormFile.styles.tsx +0 -75
  788. package/src/components/Form/Input/JRCFormFile/JRCFormFile.tsx +0 -169
  789. package/src/components/Form/Input/JRCFormNumber/JRCFormNumber.stories.tsx +0 -24
  790. package/src/components/Form/Input/JRCFormNumber/JRCFormNumber.tsx +0 -37
  791. package/src/components/Form/Input/JRCFormRange/JRCFormRange.stories.tsx +0 -48
  792. package/src/components/Form/Input/JRCFormRange/JRCFormRange.tsx +0 -106
  793. package/src/components/Form/Input/JRCFormReceiveACopy/JRCFormReceiveACopy.stories.tsx +0 -10
  794. package/src/components/Form/Input/JRCFormReceiveACopy/JRCFormReceiveACopy.tsx +0 -22
  795. package/src/components/Form/Input/JRCFormRichText/JRCFormRichTextField.stories.tsx +0 -23
  796. package/src/components/Form/Input/JRCFormRichText/JRCFormRichTextField.tsx +0 -272
  797. package/src/components/Form/Input/JRCFormSelect/JRCFormSelect.stories.tsx +0 -104
  798. package/src/components/Form/Input/JRCFormSelect/JRCFormSelect.tsx +0 -395
  799. package/src/components/Form/Input/JRCFormSelect/JRCFormSelectTag.tsx +0 -132
  800. package/src/components/Form/Input/JRCFormSendAlert/JRCFormSendAlert.stories.tsx +0 -10
  801. package/src/components/Form/Input/JRCFormSendAlert/JRCFormSendAlert.tsx +0 -22
  802. package/src/components/Form/Input/JRCFormText/JRCFormText.stories.tsx +0 -26
  803. package/src/components/Form/Input/JRCFormText/JRCFormText.tsx +0 -47
  804. package/src/components/Form/Input/JRCFormTextarea/JRCFormTextarea.stories.tsx +0 -28
  805. package/src/components/Form/Input/JRCFormTextarea/JRCFormTextarea.tsx +0 -71
  806. package/src/components/Form/Input/JRCFormURL/JRCFormUrl.stories.tsx +0 -26
  807. package/src/components/Form/Input/JRCFormURL/JRCFormUrl.tsx +0 -35
  808. package/src/components/Form/Input/JRCInputCheckbox/JRCInputCheckbox.stories.tsx +0 -84
  809. package/src/components/Form/Input/JRCInputCheckbox/JRCInputCheckbox.tsx +0 -193
  810. package/src/components/Form/Input/JRCInputCheckbox/JRCInputCheckbox.types.ts +0 -27
  811. package/src/components/Form/Input/JRCInputText/JRCInputText.stories.tsx +0 -52
  812. package/src/components/Form/Input/JRCInputText/JRCInputText.tsx +0 -26
  813. package/src/components/Form/Input/JRCSelect/JRCAutocomplete.stories.tsx +0 -62
  814. package/src/components/Form/Input/JRCSelect/JRCAutocompleteCommunity.stories.tsx +0 -55
  815. package/src/components/Form/Input/JRCSelect/JRCAutocompleteCommunity.tsx +0 -34
  816. package/src/components/Form/Input/JRCSelect/JRCInputAutocomplete.tsx +0 -63
  817. package/src/components/Form/Input/JRCSelect/JRCInputSelect.stories.tsx +0 -66
  818. package/src/components/Form/Input/JRCSelect/JRCInputSelect.style.tsx +0 -94
  819. package/src/components/Form/Input/JRCSelect/JRCInputSelect.tsx +0 -231
  820. package/src/components/Form/Input/JRCSelect/JRCInputSelect.types.ts +0 -51
  821. package/src/components/Form/Input/JRCSelect/JRCInputSelect.utils.ts +0 -92
  822. package/src/components/Form/Input/JRCSelect/JRCInputSelectAsync.stories.tsx +0 -83
  823. package/src/components/Form/Input/JRCStyledInput.tsx +0 -102
  824. package/src/components/Form/Input/ReduxFormControls.ts +0 -135
  825. package/src/components/Form/Input/temporary.types.tsx +0 -22
  826. package/src/components/JRCAlert/JRCAlert.stories.tsx +0 -62
  827. package/src/components/JRCAlert/JRCAlert.tsx +0 -135
  828. package/src/components/JRCAppContainer/JRCAppContainer.tsx +0 -19
  829. package/src/components/JRCAppHeader/JRCAppHeader.stories.tsx +0 -25
  830. package/src/components/JRCAppHeader/JRCAppHeader.styles.tsx +0 -23
  831. package/src/components/JRCAppHeader/JRCAppHeader.tsx +0 -26
  832. package/src/components/JRCAppHeader/JRCAppHeader.types.tsx +0 -6
  833. package/src/components/JRCAppLeftColumn/JRCAppLeftColumn.stories.tsx +0 -125
  834. package/src/components/JRCAppLeftColumn/JRCAppLeftColumn.styles.tsx +0 -122
  835. package/src/components/JRCAppLeftColumn/JRCAppLeftColumn.tsx +0 -129
  836. package/src/components/JRCAppLeftColumn/JRCAppLeftColumn.types.tsx +0 -61
  837. package/src/components/JRCAppLeftColumn/JRCDefaultMenu.tsx +0 -34
  838. package/src/components/JRCAvatar/JRCAvatar.stories.tsx +0 -30
  839. package/src/components/JRCAvatar/JRCAvatar.test.tsx +0 -22
  840. package/src/components/JRCAvatar/JRCAvatar.tsx +0 -91
  841. package/src/components/JRCButton/JRCButton.stories.tsx +0 -311
  842. package/src/components/JRCButton/JRCButton.test.tsx +0 -34
  843. package/src/components/JRCButton/JRCButton.tsx +0 -120
  844. package/src/components/JRCButton/JRCButtonConfig.tsx +0 -150
  845. package/src/components/JRCButton/JRCValidationButton.tsx +0 -85
  846. package/src/components/JRCButton/__snapshots__/JRCButton.test.tsx.snap +0 -13
  847. package/src/components/JRCButtonDropdown/JRCButtonDropdown.stories.tsx +0 -289
  848. package/src/components/JRCButtonDropdown/JRCButtonDropdown.tsx +0 -170
  849. package/src/components/JRCCard/JRCCard.stories.tsx +0 -17
  850. package/src/components/JRCCard/JRCCard.tsx +0 -29
  851. package/src/components/JRCColumnCenter/JRCColumnCenter.tsx +0 -13
  852. package/src/components/JRCColumnCenterTitle/JRCColumnCenterTitle.tsx +0 -26
  853. package/src/components/JRCColumnLeft/JRCColumnLeft.tsx +0 -17
  854. package/src/components/JRCColumnRight/JRCColumnRight.tsx +0 -17
  855. package/src/components/JRCDate/JRCDate.stories.tsx +0 -11
  856. package/src/components/JRCDate/JRCDate.tsx +0 -32
  857. package/src/components/JRCDropDown/JRCDropDown.stories.tsx +0 -16
  858. package/src/components/JRCDropDown/JRCDropDown.tsx +0 -75
  859. package/src/components/JRCFileOpen/JRCFileOpen.tsx +0 -195
  860. package/src/components/JRCFileOpen/extensions.tsx +0 -14
  861. package/src/components/JRCGrid/JRCGrid.stories.tsx +0 -45
  862. package/src/components/JRCGrid/JRCGrid.tsx +0 -15
  863. package/src/components/JRCHref/JRCHref.stories.tsx +0 -33
  864. package/src/components/JRCHref/JRCHref.tsx +0 -40
  865. package/src/components/JRCIcon/JRCIcon.stories.tsx +0 -1040
  866. package/src/components/JRCIcon/JRCIcon.tsx +0 -51
  867. package/src/components/JRCIcon/fonts.d.ts +0 -5
  868. package/src/components/JRCIconButton/JRCIconButton.stories.tsx +0 -33
  869. package/src/components/JRCIconButton/JRCIconButton.tsx +0 -100
  870. package/src/components/JRCImg/JRCImg.stories.tsx +0 -18
  871. package/src/components/JRCImg/JRCImg.test.tsx +0 -13
  872. package/src/components/JRCImg/JRCImg.tsx +0 -58
  873. package/src/components/JRCImg/url.util.ts +0 -108
  874. package/src/components/JRCImg/url.utils.test.ts +0 -74
  875. package/src/components/JRCList/JRCList.stories.tsx +0 -98
  876. package/src/components/JRCList/JRCList.styles.tsx +0 -213
  877. package/src/components/JRCList/JRCList.tsx +0 -217
  878. package/src/components/JRCList/JRCListMockData.stories.tsx +0 -105
  879. package/src/components/JRCLoader/JRCLoader.stories.tsx +0 -17
  880. package/src/components/JRCLoader/JRCLoader.tsx +0 -53
  881. package/src/components/JRCLoader/JRCSkeleton.tsx +0 -77
  882. package/src/components/JRCMenu/JRCMenu.stories.tsx +0 -29
  883. package/src/components/JRCMenu/JRCMenu.tsx +0 -80
  884. package/src/components/JRCMenuItem/JRCMenuItem.tsx +0 -51
  885. package/src/components/JRCModal/JRCModal.stories.tsx +0 -206
  886. package/src/components/JRCModal/JRCModal.styles.tsx +0 -79
  887. package/src/components/JRCModal/JRCModal.tsx +0 -189
  888. package/src/components/JRCModalImg/JRCModalImg.stories.tsx +0 -119
  889. package/src/components/JRCModalImg/JRCModalImg.styles.tsx +0 -83
  890. package/src/components/JRCModalImg/JRCModalImg.tsx +0 -140
  891. package/src/components/JRCPagination/JRCPagination.stories.tsx +0 -42
  892. package/src/components/JRCPagination/JRCPagination.test.tsx +0 -79
  893. package/src/components/JRCPagination/JRCPagination.tsx +0 -194
  894. package/src/components/JRCTabs/JRCTabItem +0 -0
  895. package/src/components/JRCTabs/JRCTabs.stories.tsx +0 -121
  896. package/src/components/JRCTabs/JRCTabs.tsx +0 -165
  897. package/src/components/JRCTag/JRCTag.stories.tsx +0 -26
  898. package/src/components/JRCTag/JRCTag.tsx +0 -120
  899. package/src/components/JRCThemeProvider/JRCThemeProvider.tsx +0 -26
  900. package/src/components/JRCThemeProvider/animation.css +0 -27
  901. package/src/components/JRCThemeProvider/font.css +0 -12
  902. package/src/components/JRCThemeProvider/fontawesome-icons.css +0 -10
  903. package/src/components/JRCThemeProvider/fontspot-icons.css +0 -10
  904. package/src/components/JRCThemeProvider/gabarit.css +0 -92
  905. package/src/components/JRCThemeProvider/scrollbar.css +0 -18
  906. package/src/components/JRCThemeProvider/theme-reset.css +0 -246
  907. package/src/components/JRCTooltip/JRCTooltip.stories.tsx +0 -87
  908. package/src/components/JRCTooltip/JRCTooltip.tsx +0 -145
  909. package/src/components/JRCTypo/JRCTypo.stories.tsx +0 -42
  910. package/src/components/JRCTypo/JRCTypo.tsx +0 -91
  911. package/src/components/JRCTypography/JRCTypography.d.tsx +0 -29
  912. package/src/components/JRCTypography/JRCTypography.stories.tsx +0 -18
  913. package/src/components/JRCTypography/JRCTypography.styles.tsx +0 -18
  914. package/src/components/JRCTypography/JRCTypography.test.tsx +0 -38
  915. package/src/components/JRCTypography/JRCTypography.tsx +0 -5
  916. package/src/components/JRCTypography/__snapshots__/JRCTypography.test.tsx.snap +0 -11
  917. package/src/hooks/UseDebounce.ts +0 -25
  918. package/src/hooks/UseDidMountEffect.tsx +0 -12
  919. package/src/hooks/UseTimeout.ts +0 -24
  920. package/src/index.tsx +0 -200
  921. package/src/jest/EmptyModule.js +0 -0
  922. package/src/jest/svgTransform.js +0 -10
  923. package/src/storybook/decorators.tsx +0 -17
  924. package/src/styles/Theme.stories.tsx +0 -265
  925. package/src/styles/theme.d.ts +0 -6
  926. package/src/styles/theme.tsx +0 -201
  927. package/src/styles/utils.tsx +0 -221
  928. package/src/translation/index.tsx +0 -2
  929. package/src/translation/lang.json +0 -29
  930. package/src/types/dataAttributes.ts +0 -7
  931. package/src/types/react-table-config.d.ts +0 -123
  932. package/src/types.ts +0 -95
  933. package/src/utils/const.ts +0 -9
  934. package/src/utils/test-utils.tsx +0 -41
  935. package/src/utils/types.tsx +0 -35
  936. package/src/utils/utils.date.test.tsx +0 -14
  937. package/src/utils/utils.date.tsx +0 -20
  938. package/src/utils/utils.document.tsx +0 -54
  939. package/src/utils/utils.object.test.tsx +0 -38
  940. package/src/utils/utils.object.tsx +0 -71
  941. package/src/utils/utils.regexp.test.ts +0 -11
  942. package/src/utils/utils.regexp.tsx +0 -8
  943. package/src/utils/utils.string.test.ts +0 -18
  944. package/src/utils/utils.string.ts +0 -7
  945. package/src/variables.scss +0 -67
  946. package/tsconfig.json +0 -18
  947. package/webpack.config.js +0 -70
@@ -1,1312 +0,0 @@
1
- [
2
- {
3
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/.eslintrc.js",
4
- "messages": [],
5
- "errorCount": 0,
6
- "fatalErrorCount": 0,
7
- "warningCount": 0,
8
- "fixableErrorCount": 0,
9
- "fixableWarningCount": 0,
10
- "usedDeprecatedRules": []
11
- },
12
- {
13
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/babel.config.js",
14
- "messages": [],
15
- "errorCount": 0,
16
- "fatalErrorCount": 0,
17
- "warningCount": 0,
18
- "fixableErrorCount": 0,
19
- "fixableWarningCount": 0,
20
- "usedDeprecatedRules": []
21
- },
22
- {
23
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/externals.d.ts",
24
- "messages": [],
25
- "errorCount": 0,
26
- "fatalErrorCount": 0,
27
- "warningCount": 0,
28
- "fixableErrorCount": 0,
29
- "fixableWarningCount": 0,
30
- "usedDeprecatedRules": []
31
- },
32
- {
33
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/jest.config.js",
34
- "messages": [],
35
- "errorCount": 0,
36
- "fatalErrorCount": 0,
37
- "warningCount": 0,
38
- "fixableErrorCount": 0,
39
- "fixableWarningCount": 0,
40
- "usedDeprecatedRules": []
41
- },
42
- {
43
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/jest.setup.ts",
44
- "messages": [],
45
- "errorCount": 0,
46
- "fatalErrorCount": 0,
47
- "warningCount": 0,
48
- "fixableErrorCount": 0,
49
- "fixableWarningCount": 0,
50
- "usedDeprecatedRules": []
51
- },
52
- {
53
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/Common/ConditionalWrapper.tsx",
54
- "messages": [],
55
- "errorCount": 0,
56
- "fatalErrorCount": 0,
57
- "warningCount": 0,
58
- "fixableErrorCount": 0,
59
- "fixableWarningCount": 0,
60
- "usedDeprecatedRules": []
61
- },
62
- {
63
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/Common/DashedFocusBorder.tsx",
64
- "messages": [],
65
- "errorCount": 0,
66
- "fatalErrorCount": 0,
67
- "warningCount": 0,
68
- "fixableErrorCount": 0,
69
- "fixableWarningCount": 0,
70
- "usedDeprecatedRules": []
71
- },
72
- {
73
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/Form/Common/FormDescription.tsx",
74
- "messages": [],
75
- "errorCount": 0,
76
- "fatalErrorCount": 0,
77
- "warningCount": 0,
78
- "fixableErrorCount": 0,
79
- "fixableWarningCount": 0,
80
- "usedDeprecatedRules": []
81
- },
82
- {
83
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/Form/Common/FormHelper.tsx",
84
- "messages": [],
85
- "errorCount": 0,
86
- "fatalErrorCount": 0,
87
- "warningCount": 0,
88
- "fixableErrorCount": 0,
89
- "fixableWarningCount": 0,
90
- "usedDeprecatedRules": []
91
- },
92
- {
93
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/Form/Common/FormLabel.tsx",
94
- "messages": [],
95
- "errorCount": 0,
96
- "fatalErrorCount": 0,
97
- "warningCount": 0,
98
- "fixableErrorCount": 0,
99
- "fixableWarningCount": 0,
100
- "usedDeprecatedRules": []
101
- },
102
- {
103
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/Form/Common/FormMessageFeedback.tsx",
104
- "messages": [],
105
- "errorCount": 0,
106
- "fatalErrorCount": 0,
107
- "warningCount": 0,
108
- "fixableErrorCount": 0,
109
- "fixableWarningCount": 0,
110
- "usedDeprecatedRules": []
111
- },
112
- {
113
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/Form/Common/types.ts",
114
- "messages": [],
115
- "errorCount": 0,
116
- "fatalErrorCount": 0,
117
- "warningCount": 0,
118
- "fixableErrorCount": 0,
119
- "fixableWarningCount": 0,
120
- "usedDeprecatedRules": []
121
- },
122
- {
123
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/Form/Input/JRCFormAutocomplete/JRCFormAutocompleteAudience.stories.tsx",
124
- "messages": [],
125
- "errorCount": 0,
126
- "fatalErrorCount": 0,
127
- "warningCount": 0,
128
- "fixableErrorCount": 0,
129
- "fixableWarningCount": 0,
130
- "usedDeprecatedRules": []
131
- },
132
- {
133
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/Form/Input/JRCFormAutocomplete/JRCFormAutocompleteAudience.tsx",
134
- "messages": [],
135
- "errorCount": 0,
136
- "fatalErrorCount": 0,
137
- "warningCount": 0,
138
- "fixableErrorCount": 0,
139
- "fixableWarningCount": 0,
140
- "usedDeprecatedRules": []
141
- },
142
- {
143
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/Form/Input/JRCFormAutocomplete/JRCFormAutocompleteCommunity.stories.tsx",
144
- "messages": [],
145
- "errorCount": 0,
146
- "fatalErrorCount": 0,
147
- "warningCount": 0,
148
- "fixableErrorCount": 0,
149
- "fixableWarningCount": 0,
150
- "usedDeprecatedRules": []
151
- },
152
- {
153
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/Form/Input/JRCFormAutocomplete/JRCFormAutocompleteCommunity.tsx",
154
- "messages": [],
155
- "errorCount": 0,
156
- "fatalErrorCount": 0,
157
- "warningCount": 0,
158
- "fixableErrorCount": 0,
159
- "fixableWarningCount": 0,
160
- "usedDeprecatedRules": []
161
- },
162
- {
163
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/Form/Input/JRCFormAutocomplete/JRCFormAutocompleteTaxonomy.stories.tsx",
164
- "messages": [],
165
- "errorCount": 0,
166
- "fatalErrorCount": 0,
167
- "warningCount": 0,
168
- "fixableErrorCount": 0,
169
- "fixableWarningCount": 0,
170
- "usedDeprecatedRules": []
171
- },
172
- {
173
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/Form/Input/JRCFormAutocomplete/JRCFormAutocompleteTaxonomy.tsx",
174
- "messages": [],
175
- "errorCount": 0,
176
- "fatalErrorCount": 0,
177
- "warningCount": 0,
178
- "fixableErrorCount": 0,
179
- "fixableWarningCount": 0,
180
- "usedDeprecatedRules": []
181
- },
182
- {
183
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/Form/Input/JRCFormCheckbox/JRCCheckbox.tsx",
184
- "messages": [],
185
- "errorCount": 0,
186
- "fatalErrorCount": 0,
187
- "warningCount": 0,
188
- "fixableErrorCount": 0,
189
- "fixableWarningCount": 0,
190
- "usedDeprecatedRules": []
191
- },
192
- {
193
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/Form/Input/JRCFormCheckbox/JRCFormCheckbox.stories.tsx",
194
- "messages": [],
195
- "errorCount": 0,
196
- "fatalErrorCount": 0,
197
- "warningCount": 0,
198
- "fixableErrorCount": 0,
199
- "fixableWarningCount": 0,
200
- "usedDeprecatedRules": []
201
- },
202
- {
203
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/Form/Input/JRCFormCheckbox/JRCFormCheckbox.tsx",
204
- "messages": [],
205
- "errorCount": 0,
206
- "fatalErrorCount": 0,
207
- "warningCount": 0,
208
- "fixableErrorCount": 0,
209
- "fixableWarningCount": 0,
210
- "usedDeprecatedRules": []
211
- },
212
- {
213
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/Form/Input/JRCFormCheckbox/JRCRadio.tsx",
214
- "messages": [],
215
- "errorCount": 0,
216
- "fatalErrorCount": 0,
217
- "warningCount": 0,
218
- "fixableErrorCount": 0,
219
- "fixableWarningCount": 0,
220
- "usedDeprecatedRules": []
221
- },
222
- {
223
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/Form/Input/JRCFormCheckbox/JRCToggle.tsx",
224
- "messages": [],
225
- "errorCount": 0,
226
- "fatalErrorCount": 0,
227
- "warningCount": 0,
228
- "fixableErrorCount": 0,
229
- "fixableWarningCount": 0,
230
- "usedDeprecatedRules": []
231
- },
232
- {
233
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/Form/Input/JRCFormColor/JRCFormColor.stories.tsx",
234
- "messages": [],
235
- "errorCount": 0,
236
- "fatalErrorCount": 0,
237
- "warningCount": 0,
238
- "fixableErrorCount": 0,
239
- "fixableWarningCount": 0,
240
- "usedDeprecatedRules": []
241
- },
242
- {
243
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/Form/Input/JRCFormColor/JRCFormColor.tsx",
244
- "messages": [],
245
- "errorCount": 0,
246
- "fatalErrorCount": 0,
247
- "warningCount": 0,
248
- "fixableErrorCount": 0,
249
- "fixableWarningCount": 0,
250
- "usedDeprecatedRules": []
251
- },
252
- {
253
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/Form/Input/JRCFormDateTime/JRCFormDateTime.tsx",
254
- "messages": [],
255
- "errorCount": 0,
256
- "fatalErrorCount": 0,
257
- "warningCount": 0,
258
- "fixableErrorCount": 0,
259
- "fixableWarningCount": 0,
260
- "usedDeprecatedRules": []
261
- },
262
- {
263
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/Form/Input/JRCFormDateTime/JRCFormInputDateTime.stories.tsx",
264
- "messages": [],
265
- "errorCount": 0,
266
- "fatalErrorCount": 0,
267
- "warningCount": 0,
268
- "fixableErrorCount": 0,
269
- "fixableWarningCount": 0,
270
- "usedDeprecatedRules": []
271
- },
272
- {
273
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/Form/Input/JRCFormEmail/JRCFormEmail.stories.tsx",
274
- "messages": [],
275
- "errorCount": 0,
276
- "fatalErrorCount": 0,
277
- "warningCount": 0,
278
- "fixableErrorCount": 0,
279
- "fixableWarningCount": 0,
280
- "usedDeprecatedRules": []
281
- },
282
- {
283
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/Form/Input/JRCFormEmail/JRCFormEmail.tsx",
284
- "messages": [],
285
- "errorCount": 0,
286
- "fatalErrorCount": 0,
287
- "warningCount": 0,
288
- "fixableErrorCount": 0,
289
- "fixableWarningCount": 0,
290
- "usedDeprecatedRules": []
291
- },
292
- {
293
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/Form/Input/JRCFormFieldRender.tsx",
294
- "messages": [],
295
- "errorCount": 0,
296
- "fatalErrorCount": 0,
297
- "warningCount": 0,
298
- "fixableErrorCount": 0,
299
- "fixableWarningCount": 0,
300
- "usedDeprecatedRules": []
301
- },
302
- {
303
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/Form/Input/JRCFormFile/JRCFormFile.stories.tsx",
304
- "messages": [],
305
- "errorCount": 0,
306
- "fatalErrorCount": 0,
307
- "warningCount": 0,
308
- "fixableErrorCount": 0,
309
- "fixableWarningCount": 0,
310
- "usedDeprecatedRules": []
311
- },
312
- {
313
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/Form/Input/JRCFormFile/JRCFormFile.styles.tsx",
314
- "messages": [],
315
- "errorCount": 0,
316
- "fatalErrorCount": 0,
317
- "warningCount": 0,
318
- "fixableErrorCount": 0,
319
- "fixableWarningCount": 0,
320
- "usedDeprecatedRules": []
321
- },
322
- {
323
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/Form/Input/JRCFormFile/JRCFormFile.tsx",
324
- "messages": [],
325
- "errorCount": 0,
326
- "fatalErrorCount": 0,
327
- "warningCount": 0,
328
- "fixableErrorCount": 0,
329
- "fixableWarningCount": 0,
330
- "usedDeprecatedRules": []
331
- },
332
- {
333
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/Form/Input/JRCFormNumber/JRCFormNumber.stories.tsx",
334
- "messages": [],
335
- "errorCount": 0,
336
- "fatalErrorCount": 0,
337
- "warningCount": 0,
338
- "fixableErrorCount": 0,
339
- "fixableWarningCount": 0,
340
- "usedDeprecatedRules": []
341
- },
342
- {
343
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/Form/Input/JRCFormNumber/JRCFormNumber.tsx",
344
- "messages": [],
345
- "errorCount": 0,
346
- "fatalErrorCount": 0,
347
- "warningCount": 0,
348
- "fixableErrorCount": 0,
349
- "fixableWarningCount": 0,
350
- "usedDeprecatedRules": []
351
- },
352
- {
353
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/Form/Input/JRCFormRange/JRCFormRange.stories.tsx",
354
- "messages": [],
355
- "errorCount": 0,
356
- "fatalErrorCount": 0,
357
- "warningCount": 0,
358
- "fixableErrorCount": 0,
359
- "fixableWarningCount": 0,
360
- "usedDeprecatedRules": []
361
- },
362
- {
363
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/Form/Input/JRCFormRange/JRCFormRange.tsx",
364
- "messages": [],
365
- "errorCount": 0,
366
- "fatalErrorCount": 0,
367
- "warningCount": 0,
368
- "fixableErrorCount": 0,
369
- "fixableWarningCount": 0,
370
- "usedDeprecatedRules": []
371
- },
372
- {
373
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/Form/Input/JRCFormReceiveACopy/JRCFormReceiveACopy.stories.tsx",
374
- "messages": [],
375
- "errorCount": 0,
376
- "fatalErrorCount": 0,
377
- "warningCount": 0,
378
- "fixableErrorCount": 0,
379
- "fixableWarningCount": 0,
380
- "usedDeprecatedRules": []
381
- },
382
- {
383
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/Form/Input/JRCFormReceiveACopy/JRCFormReceiveACopy.tsx",
384
- "messages": [],
385
- "errorCount": 0,
386
- "fatalErrorCount": 0,
387
- "warningCount": 0,
388
- "fixableErrorCount": 0,
389
- "fixableWarningCount": 0,
390
- "usedDeprecatedRules": []
391
- },
392
- {
393
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/Form/Input/JRCFormSelect/JRCFormSelect.stories.tsx",
394
- "messages": [],
395
- "errorCount": 0,
396
- "fatalErrorCount": 0,
397
- "warningCount": 0,
398
- "fixableErrorCount": 0,
399
- "fixableWarningCount": 0,
400
- "usedDeprecatedRules": []
401
- },
402
- {
403
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/Form/Input/JRCFormSelect/JRCFormSelect.tsx",
404
- "messages": [],
405
- "errorCount": 0,
406
- "fatalErrorCount": 0,
407
- "warningCount": 0,
408
- "fixableErrorCount": 0,
409
- "fixableWarningCount": 0,
410
- "usedDeprecatedRules": []
411
- },
412
- {
413
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/Form/Input/JRCFormSelect/JRCFormSelectTag.tsx",
414
- "messages": [],
415
- "errorCount": 0,
416
- "fatalErrorCount": 0,
417
- "warningCount": 0,
418
- "fixableErrorCount": 0,
419
- "fixableWarningCount": 0,
420
- "usedDeprecatedRules": []
421
- },
422
- {
423
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/Form/Input/JRCFormSendAlert/JRCFormSendAlert.stories.tsx",
424
- "messages": [],
425
- "errorCount": 0,
426
- "fatalErrorCount": 0,
427
- "warningCount": 0,
428
- "fixableErrorCount": 0,
429
- "fixableWarningCount": 0,
430
- "usedDeprecatedRules": []
431
- },
432
- {
433
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/Form/Input/JRCFormSendAlert/JRCFormSendAlert.tsx",
434
- "messages": [],
435
- "errorCount": 0,
436
- "fatalErrorCount": 0,
437
- "warningCount": 0,
438
- "fixableErrorCount": 0,
439
- "fixableWarningCount": 0,
440
- "usedDeprecatedRules": []
441
- },
442
- {
443
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/Form/Input/JRCFormText/JRCFormText.stories.tsx",
444
- "messages": [],
445
- "errorCount": 0,
446
- "fatalErrorCount": 0,
447
- "warningCount": 0,
448
- "fixableErrorCount": 0,
449
- "fixableWarningCount": 0,
450
- "usedDeprecatedRules": []
451
- },
452
- {
453
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/Form/Input/JRCFormText/JRCFormText.tsx",
454
- "messages": [],
455
- "errorCount": 0,
456
- "fatalErrorCount": 0,
457
- "warningCount": 0,
458
- "fixableErrorCount": 0,
459
- "fixableWarningCount": 0,
460
- "usedDeprecatedRules": []
461
- },
462
- {
463
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/Form/Input/JRCFormTextEditor/JRCFormTextEditor.stories.tsx",
464
- "messages": [],
465
- "errorCount": 0,
466
- "fatalErrorCount": 0,
467
- "warningCount": 0,
468
- "fixableErrorCount": 0,
469
- "fixableWarningCount": 0,
470
- "usedDeprecatedRules": []
471
- },
472
- {
473
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/Form/Input/JRCFormTextEditor/JRCFormTextEditor.tsx",
474
- "messages": [],
475
- "errorCount": 0,
476
- "fatalErrorCount": 0,
477
- "warningCount": 0,
478
- "fixableErrorCount": 0,
479
- "fixableWarningCount": 0,
480
- "usedDeprecatedRules": []
481
- },
482
- {
483
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/Form/Input/JRCFormTextarea/JRCFormTextarea.stories.tsx",
484
- "messages": [],
485
- "errorCount": 0,
486
- "fatalErrorCount": 0,
487
- "warningCount": 0,
488
- "fixableErrorCount": 0,
489
- "fixableWarningCount": 0,
490
- "usedDeprecatedRules": []
491
- },
492
- {
493
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/Form/Input/JRCFormTextarea/JRCFormTextarea.tsx",
494
- "messages": [],
495
- "errorCount": 0,
496
- "fatalErrorCount": 0,
497
- "warningCount": 0,
498
- "fixableErrorCount": 0,
499
- "fixableWarningCount": 0,
500
- "usedDeprecatedRules": []
501
- },
502
- {
503
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/Form/Input/JRCFormURL/JRCFormUrl.stories.tsx",
504
- "messages": [],
505
- "errorCount": 0,
506
- "fatalErrorCount": 0,
507
- "warningCount": 0,
508
- "fixableErrorCount": 0,
509
- "fixableWarningCount": 0,
510
- "usedDeprecatedRules": []
511
- },
512
- {
513
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/Form/Input/JRCFormURL/JRCFormUrl.tsx",
514
- "messages": [],
515
- "errorCount": 0,
516
- "fatalErrorCount": 0,
517
- "warningCount": 0,
518
- "fixableErrorCount": 0,
519
- "fixableWarningCount": 0,
520
- "usedDeprecatedRules": []
521
- },
522
- {
523
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/Form/Input/JRCStyledInput.tsx",
524
- "messages": [],
525
- "errorCount": 0,
526
- "fatalErrorCount": 0,
527
- "warningCount": 0,
528
- "fixableErrorCount": 0,
529
- "fixableWarningCount": 0,
530
- "usedDeprecatedRules": []
531
- },
532
- {
533
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/Form/Input/ReduxFormControls.ts",
534
- "messages": [],
535
- "errorCount": 0,
536
- "fatalErrorCount": 0,
537
- "warningCount": 0,
538
- "fixableErrorCount": 0,
539
- "fixableWarningCount": 0,
540
- "usedDeprecatedRules": []
541
- },
542
- {
543
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/Form/Input/temporary.types.tsx",
544
- "messages": [],
545
- "errorCount": 0,
546
- "fatalErrorCount": 0,
547
- "warningCount": 0,
548
- "fixableErrorCount": 0,
549
- "fixableWarningCount": 0,
550
- "usedDeprecatedRules": []
551
- },
552
- {
553
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCAlert/JRCAlert.tsx",
554
- "messages": [],
555
- "errorCount": 0,
556
- "fatalErrorCount": 0,
557
- "warningCount": 0,
558
- "fixableErrorCount": 0,
559
- "fixableWarningCount": 0,
560
- "usedDeprecatedRules": []
561
- },
562
- {
563
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCAlert/JRCArlert.stories.tsx",
564
- "messages": [],
565
- "errorCount": 0,
566
- "fatalErrorCount": 0,
567
- "warningCount": 0,
568
- "fixableErrorCount": 0,
569
- "fixableWarningCount": 0,
570
- "usedDeprecatedRules": []
571
- },
572
- {
573
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCAvatar/JRCAvatar.stories.tsx",
574
- "messages": [],
575
- "errorCount": 0,
576
- "fatalErrorCount": 0,
577
- "warningCount": 0,
578
- "fixableErrorCount": 0,
579
- "fixableWarningCount": 0,
580
- "usedDeprecatedRules": []
581
- },
582
- {
583
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCAvatar/JRCAvatar.test.tsx",
584
- "messages": [],
585
- "errorCount": 0,
586
- "fatalErrorCount": 0,
587
- "warningCount": 0,
588
- "fixableErrorCount": 0,
589
- "fixableWarningCount": 0,
590
- "usedDeprecatedRules": []
591
- },
592
- {
593
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCAvatar/JRCAvatar.tsx",
594
- "messages": [],
595
- "errorCount": 0,
596
- "fatalErrorCount": 0,
597
- "warningCount": 0,
598
- "fixableErrorCount": 0,
599
- "fixableWarningCount": 0,
600
- "usedDeprecatedRules": []
601
- },
602
- {
603
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCButton/JRCButton.stories.tsx",
604
- "messages": [],
605
- "errorCount": 0,
606
- "fatalErrorCount": 0,
607
- "warningCount": 0,
608
- "fixableErrorCount": 0,
609
- "fixableWarningCount": 0,
610
- "usedDeprecatedRules": []
611
- },
612
- {
613
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCButton/JRCButton.test.tsx",
614
- "messages": [],
615
- "errorCount": 0,
616
- "fatalErrorCount": 0,
617
- "warningCount": 0,
618
- "fixableErrorCount": 0,
619
- "fixableWarningCount": 0,
620
- "usedDeprecatedRules": []
621
- },
622
- {
623
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCButton/JRCButton.tsx",
624
- "messages": [],
625
- "errorCount": 0,
626
- "fatalErrorCount": 0,
627
- "warningCount": 0,
628
- "fixableErrorCount": 0,
629
- "fixableWarningCount": 0,
630
- "usedDeprecatedRules": []
631
- },
632
- {
633
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCButton/JRCButtonConfig.tsx",
634
- "messages": [],
635
- "errorCount": 0,
636
- "fatalErrorCount": 0,
637
- "warningCount": 0,
638
- "fixableErrorCount": 0,
639
- "fixableWarningCount": 0,
640
- "usedDeprecatedRules": []
641
- },
642
- {
643
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCCard/JRCCard.stories.tsx",
644
- "messages": [],
645
- "errorCount": 0,
646
- "fatalErrorCount": 0,
647
- "warningCount": 0,
648
- "fixableErrorCount": 0,
649
- "fixableWarningCount": 0,
650
- "usedDeprecatedRules": []
651
- },
652
- {
653
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCCard/JRCCard.tsx",
654
- "messages": [],
655
- "errorCount": 0,
656
- "fatalErrorCount": 0,
657
- "warningCount": 0,
658
- "fixableErrorCount": 0,
659
- "fixableWarningCount": 0,
660
- "usedDeprecatedRules": []
661
- },
662
- {
663
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCColumnCenter/JRCColumnCenter.tsx",
664
- "messages": [],
665
- "errorCount": 0,
666
- "fatalErrorCount": 0,
667
- "warningCount": 0,
668
- "fixableErrorCount": 0,
669
- "fixableWarningCount": 0,
670
- "usedDeprecatedRules": []
671
- },
672
- {
673
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCColumnCenterTitle/JRCColumnCenterTitle.tsx",
674
- "messages": [],
675
- "errorCount": 0,
676
- "fatalErrorCount": 0,
677
- "warningCount": 0,
678
- "fixableErrorCount": 0,
679
- "fixableWarningCount": 0,
680
- "usedDeprecatedRules": []
681
- },
682
- {
683
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCColumnLeft/JRCColumnLeft.tsx",
684
- "messages": [],
685
- "errorCount": 0,
686
- "fatalErrorCount": 0,
687
- "warningCount": 0,
688
- "fixableErrorCount": 0,
689
- "fixableWarningCount": 0,
690
- "usedDeprecatedRules": []
691
- },
692
- {
693
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCColumnRight/JRCColumnRight.tsx",
694
- "messages": [],
695
- "errorCount": 0,
696
- "fatalErrorCount": 0,
697
- "warningCount": 0,
698
- "fixableErrorCount": 0,
699
- "fixableWarningCount": 0,
700
- "usedDeprecatedRules": []
701
- },
702
- {
703
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCDropDown/JRCDropDown.stories.tsx",
704
- "messages": [],
705
- "errorCount": 0,
706
- "fatalErrorCount": 0,
707
- "warningCount": 0,
708
- "fixableErrorCount": 0,
709
- "fixableWarningCount": 0,
710
- "usedDeprecatedRules": []
711
- },
712
- {
713
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCDropDown/JRCDropDown.tsx",
714
- "messages": [],
715
- "errorCount": 0,
716
- "fatalErrorCount": 0,
717
- "warningCount": 0,
718
- "fixableErrorCount": 0,
719
- "fixableWarningCount": 0,
720
- "usedDeprecatedRules": []
721
- },
722
- {
723
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCGrid/JRCGrid.stories.tsx",
724
- "messages": [],
725
- "errorCount": 0,
726
- "fatalErrorCount": 0,
727
- "warningCount": 0,
728
- "fixableErrorCount": 0,
729
- "fixableWarningCount": 0,
730
- "usedDeprecatedRules": []
731
- },
732
- {
733
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCGrid/JRCGrid.tsx",
734
- "messages": [],
735
- "errorCount": 0,
736
- "fatalErrorCount": 0,
737
- "warningCount": 0,
738
- "fixableErrorCount": 0,
739
- "fixableWarningCount": 0,
740
- "usedDeprecatedRules": []
741
- },
742
- {
743
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCHref/JRCHref.stories.tsx",
744
- "messages": [],
745
- "errorCount": 0,
746
- "fatalErrorCount": 0,
747
- "warningCount": 0,
748
- "fixableErrorCount": 0,
749
- "fixableWarningCount": 0,
750
- "usedDeprecatedRules": []
751
- },
752
- {
753
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCHref/JRCHref.tsx",
754
- "messages": [],
755
- "errorCount": 0,
756
- "fatalErrorCount": 0,
757
- "warningCount": 0,
758
- "fixableErrorCount": 0,
759
- "fixableWarningCount": 0,
760
- "usedDeprecatedRules": []
761
- },
762
- {
763
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCIcon/JRCIcon.stories.tsx",
764
- "messages": [],
765
- "errorCount": 0,
766
- "fatalErrorCount": 0,
767
- "warningCount": 0,
768
- "fixableErrorCount": 0,
769
- "fixableWarningCount": 0,
770
- "usedDeprecatedRules": []
771
- },
772
- {
773
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCIcon/JRCIcon.tsx",
774
- "messages": [],
775
- "errorCount": 0,
776
- "fatalErrorCount": 0,
777
- "warningCount": 0,
778
- "fixableErrorCount": 0,
779
- "fixableWarningCount": 0,
780
- "usedDeprecatedRules": []
781
- },
782
- {
783
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCIcon/fonts.d.ts",
784
- "messages": [],
785
- "errorCount": 0,
786
- "fatalErrorCount": 0,
787
- "warningCount": 0,
788
- "fixableErrorCount": 0,
789
- "fixableWarningCount": 0,
790
- "usedDeprecatedRules": []
791
- },
792
- {
793
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCIconButton/JRCIconButton.stories.tsx",
794
- "messages": [],
795
- "errorCount": 0,
796
- "fatalErrorCount": 0,
797
- "warningCount": 0,
798
- "fixableErrorCount": 0,
799
- "fixableWarningCount": 0,
800
- "usedDeprecatedRules": []
801
- },
802
- {
803
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCIconButton/JRCIconButton.tsx",
804
- "messages": [],
805
- "errorCount": 0,
806
- "fatalErrorCount": 0,
807
- "warningCount": 0,
808
- "fixableErrorCount": 0,
809
- "fixableWarningCount": 0,
810
- "usedDeprecatedRules": []
811
- },
812
- {
813
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCImg/JRCImg.stories.tsx",
814
- "messages": [],
815
- "errorCount": 0,
816
- "fatalErrorCount": 0,
817
- "warningCount": 0,
818
- "fixableErrorCount": 0,
819
- "fixableWarningCount": 0,
820
- "usedDeprecatedRules": []
821
- },
822
- {
823
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCImg/JRCImg.test.tsx",
824
- "messages": [],
825
- "errorCount": 0,
826
- "fatalErrorCount": 0,
827
- "warningCount": 0,
828
- "fixableErrorCount": 0,
829
- "fixableWarningCount": 0,
830
- "usedDeprecatedRules": []
831
- },
832
- {
833
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCImg/JRCImg.tsx",
834
- "messages": [],
835
- "errorCount": 0,
836
- "fatalErrorCount": 0,
837
- "warningCount": 0,
838
- "fixableErrorCount": 0,
839
- "fixableWarningCount": 0,
840
- "usedDeprecatedRules": []
841
- },
842
- {
843
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCImg/url.util.ts",
844
- "messages": [],
845
- "errorCount": 0,
846
- "fatalErrorCount": 0,
847
- "warningCount": 0,
848
- "fixableErrorCount": 0,
849
- "fixableWarningCount": 0,
850
- "usedDeprecatedRules": []
851
- },
852
- {
853
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCList/JRCList.stories.tsx",
854
- "messages": [],
855
- "errorCount": 0,
856
- "fatalErrorCount": 0,
857
- "warningCount": 0,
858
- "fixableErrorCount": 0,
859
- "fixableWarningCount": 0,
860
- "usedDeprecatedRules": []
861
- },
862
- {
863
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCList/JRCList.styles.tsx",
864
- "messages": [],
865
- "errorCount": 0,
866
- "fatalErrorCount": 0,
867
- "warningCount": 0,
868
- "fixableErrorCount": 0,
869
- "fixableWarningCount": 0,
870
- "usedDeprecatedRules": []
871
- },
872
- {
873
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCList/JRCList.tsx",
874
- "messages": [],
875
- "errorCount": 0,
876
- "fatalErrorCount": 0,
877
- "warningCount": 0,
878
- "fixableErrorCount": 0,
879
- "fixableWarningCount": 0,
880
- "usedDeprecatedRules": []
881
- },
882
- {
883
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCList/JRCListMockData.stories.tsx",
884
- "messages": [],
885
- "errorCount": 0,
886
- "fatalErrorCount": 0,
887
- "warningCount": 0,
888
- "fixableErrorCount": 0,
889
- "fixableWarningCount": 0,
890
- "usedDeprecatedRules": []
891
- },
892
- {
893
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCLoader/JRCLoader.stories.tsx",
894
- "messages": [],
895
- "errorCount": 0,
896
- "fatalErrorCount": 0,
897
- "warningCount": 0,
898
- "fixableErrorCount": 0,
899
- "fixableWarningCount": 0,
900
- "usedDeprecatedRules": []
901
- },
902
- {
903
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCLoader/JRCLoader.tsx",
904
- "messages": [],
905
- "errorCount": 0,
906
- "fatalErrorCount": 0,
907
- "warningCount": 0,
908
- "fixableErrorCount": 0,
909
- "fixableWarningCount": 0,
910
- "usedDeprecatedRules": []
911
- },
912
- {
913
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCMenu/JRCMenu.stories.tsx",
914
- "messages": [],
915
- "errorCount": 0,
916
- "fatalErrorCount": 0,
917
- "warningCount": 0,
918
- "fixableErrorCount": 0,
919
- "fixableWarningCount": 0,
920
- "usedDeprecatedRules": []
921
- },
922
- {
923
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCMenu/JRCMenu.tsx",
924
- "messages": [],
925
- "errorCount": 0,
926
- "fatalErrorCount": 0,
927
- "warningCount": 0,
928
- "fixableErrorCount": 0,
929
- "fixableWarningCount": 0,
930
- "usedDeprecatedRules": []
931
- },
932
- {
933
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCModal/JRCModal.stories.tsx",
934
- "messages": [],
935
- "errorCount": 0,
936
- "fatalErrorCount": 0,
937
- "warningCount": 0,
938
- "fixableErrorCount": 0,
939
- "fixableWarningCount": 0,
940
- "usedDeprecatedRules": []
941
- },
942
- {
943
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCModal/JRCModal.styles.tsx",
944
- "messages": [],
945
- "errorCount": 0,
946
- "fatalErrorCount": 0,
947
- "warningCount": 0,
948
- "fixableErrorCount": 0,
949
- "fixableWarningCount": 0,
950
- "usedDeprecatedRules": []
951
- },
952
- {
953
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCModal/JRCModal.tsx",
954
- "messages": [],
955
- "errorCount": 0,
956
- "fatalErrorCount": 0,
957
- "warningCount": 0,
958
- "fixableErrorCount": 0,
959
- "fixableWarningCount": 0,
960
- "usedDeprecatedRules": []
961
- },
962
- {
963
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCModalImg/JRCModalImg.stories.tsx",
964
- "messages": [],
965
- "errorCount": 0,
966
- "fatalErrorCount": 0,
967
- "warningCount": 0,
968
- "fixableErrorCount": 0,
969
- "fixableWarningCount": 0,
970
- "usedDeprecatedRules": []
971
- },
972
- {
973
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCModalImg/JRCModalImg.styles.tsx",
974
- "messages": [],
975
- "errorCount": 0,
976
- "fatalErrorCount": 0,
977
- "warningCount": 0,
978
- "fixableErrorCount": 0,
979
- "fixableWarningCount": 0,
980
- "usedDeprecatedRules": []
981
- },
982
- {
983
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCModalImg/JRCModalImg.tsx",
984
- "messages": [],
985
- "errorCount": 0,
986
- "fatalErrorCount": 0,
987
- "warningCount": 0,
988
- "fixableErrorCount": 0,
989
- "fixableWarningCount": 0,
990
- "usedDeprecatedRules": []
991
- },
992
- {
993
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCPagination/JRCPagination.stories.tsx",
994
- "messages": [],
995
- "errorCount": 0,
996
- "fatalErrorCount": 0,
997
- "warningCount": 0,
998
- "fixableErrorCount": 0,
999
- "fixableWarningCount": 0,
1000
- "usedDeprecatedRules": []
1001
- },
1002
- {
1003
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCPagination/JRCPagination.test.tsx",
1004
- "messages": [],
1005
- "errorCount": 0,
1006
- "fatalErrorCount": 0,
1007
- "warningCount": 0,
1008
- "fixableErrorCount": 0,
1009
- "fixableWarningCount": 0,
1010
- "usedDeprecatedRules": []
1011
- },
1012
- {
1013
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCPagination/JRCPagination.tsx",
1014
- "messages": [],
1015
- "errorCount": 0,
1016
- "fatalErrorCount": 0,
1017
- "warningCount": 0,
1018
- "fixableErrorCount": 0,
1019
- "fixableWarningCount": 0,
1020
- "usedDeprecatedRules": []
1021
- },
1022
- {
1023
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCTabs/JRCTabs.stories.tsx",
1024
- "messages": [],
1025
- "errorCount": 0,
1026
- "fatalErrorCount": 0,
1027
- "warningCount": 0,
1028
- "fixableErrorCount": 0,
1029
- "fixableWarningCount": 0,
1030
- "usedDeprecatedRules": []
1031
- },
1032
- {
1033
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCTabs/JRCTabs.tsx",
1034
- "messages": [],
1035
- "errorCount": 0,
1036
- "fatalErrorCount": 0,
1037
- "warningCount": 0,
1038
- "fixableErrorCount": 0,
1039
- "fixableWarningCount": 0,
1040
- "usedDeprecatedRules": []
1041
- },
1042
- {
1043
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCTag/JRCTag.stories.tsx",
1044
- "messages": [],
1045
- "errorCount": 0,
1046
- "fatalErrorCount": 0,
1047
- "warningCount": 0,
1048
- "fixableErrorCount": 0,
1049
- "fixableWarningCount": 0,
1050
- "usedDeprecatedRules": []
1051
- },
1052
- {
1053
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCTag/JRCTag.tsx",
1054
- "messages": [],
1055
- "errorCount": 0,
1056
- "fatalErrorCount": 0,
1057
- "warningCount": 0,
1058
- "fixableErrorCount": 0,
1059
- "fixableWarningCount": 0,
1060
- "usedDeprecatedRules": []
1061
- },
1062
- {
1063
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCThemeProvider/JRCThemeProvider.tsx",
1064
- "messages": [],
1065
- "errorCount": 0,
1066
- "fatalErrorCount": 0,
1067
- "warningCount": 0,
1068
- "fixableErrorCount": 0,
1069
- "fixableWarningCount": 0,
1070
- "usedDeprecatedRules": []
1071
- },
1072
- {
1073
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCTooltip/JRCTooltip.stories.tsx",
1074
- "messages": [],
1075
- "errorCount": 0,
1076
- "fatalErrorCount": 0,
1077
- "warningCount": 0,
1078
- "fixableErrorCount": 0,
1079
- "fixableWarningCount": 0,
1080
- "usedDeprecatedRules": []
1081
- },
1082
- {
1083
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCTooltip/JRCTooltip.tsx",
1084
- "messages": [],
1085
- "errorCount": 0,
1086
- "fatalErrorCount": 0,
1087
- "warningCount": 0,
1088
- "fixableErrorCount": 0,
1089
- "fixableWarningCount": 0,
1090
- "usedDeprecatedRules": []
1091
- },
1092
- {
1093
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCTypo/JRCTypo.stories.tsx",
1094
- "messages": [],
1095
- "errorCount": 0,
1096
- "fatalErrorCount": 0,
1097
- "warningCount": 0,
1098
- "fixableErrorCount": 0,
1099
- "fixableWarningCount": 0,
1100
- "usedDeprecatedRules": []
1101
- },
1102
- {
1103
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCTypo/JRCTypo.tsx",
1104
- "messages": [],
1105
- "errorCount": 0,
1106
- "fatalErrorCount": 0,
1107
- "warningCount": 0,
1108
- "fixableErrorCount": 0,
1109
- "fixableWarningCount": 0,
1110
- "usedDeprecatedRules": []
1111
- },
1112
- {
1113
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCTypography/JRCTypography.d.tsx",
1114
- "messages": [],
1115
- "errorCount": 0,
1116
- "fatalErrorCount": 0,
1117
- "warningCount": 0,
1118
- "fixableErrorCount": 0,
1119
- "fixableWarningCount": 0,
1120
- "usedDeprecatedRules": []
1121
- },
1122
- {
1123
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCTypography/JRCTypography.stories.tsx",
1124
- "messages": [],
1125
- "errorCount": 0,
1126
- "fatalErrorCount": 0,
1127
- "warningCount": 0,
1128
- "fixableErrorCount": 0,
1129
- "fixableWarningCount": 0,
1130
- "usedDeprecatedRules": []
1131
- },
1132
- {
1133
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCTypography/JRCTypography.styles.tsx",
1134
- "messages": [],
1135
- "errorCount": 0,
1136
- "fatalErrorCount": 0,
1137
- "warningCount": 0,
1138
- "fixableErrorCount": 0,
1139
- "fixableWarningCount": 0,
1140
- "usedDeprecatedRules": []
1141
- },
1142
- {
1143
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCTypography/JRCTypography.test.tsx",
1144
- "messages": [],
1145
- "errorCount": 0,
1146
- "fatalErrorCount": 0,
1147
- "warningCount": 0,
1148
- "fixableErrorCount": 0,
1149
- "fixableWarningCount": 0,
1150
- "usedDeprecatedRules": []
1151
- },
1152
- {
1153
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/components/JRCTypography/JRCTypography.tsx",
1154
- "messages": [],
1155
- "errorCount": 0,
1156
- "fatalErrorCount": 0,
1157
- "warningCount": 0,
1158
- "fixableErrorCount": 0,
1159
- "fixableWarningCount": 0,
1160
- "usedDeprecatedRules": []
1161
- },
1162
- {
1163
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/hooks/UseDidMountEffect.tsx",
1164
- "messages": [],
1165
- "errorCount": 0,
1166
- "fatalErrorCount": 0,
1167
- "warningCount": 0,
1168
- "fixableErrorCount": 0,
1169
- "fixableWarningCount": 0,
1170
- "usedDeprecatedRules": []
1171
- },
1172
- {
1173
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/index.tsx",
1174
- "messages": [],
1175
- "errorCount": 0,
1176
- "fatalErrorCount": 0,
1177
- "warningCount": 0,
1178
- "fixableErrorCount": 0,
1179
- "fixableWarningCount": 0,
1180
- "usedDeprecatedRules": []
1181
- },
1182
- {
1183
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/jest/EmptyModule.js",
1184
- "messages": [],
1185
- "errorCount": 0,
1186
- "fatalErrorCount": 0,
1187
- "warningCount": 0,
1188
- "fixableErrorCount": 0,
1189
- "fixableWarningCount": 0,
1190
- "usedDeprecatedRules": []
1191
- },
1192
- {
1193
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/jest/svgTransform.js",
1194
- "messages": [],
1195
- "errorCount": 0,
1196
- "fatalErrorCount": 0,
1197
- "warningCount": 0,
1198
- "fixableErrorCount": 0,
1199
- "fixableWarningCount": 0,
1200
- "usedDeprecatedRules": []
1201
- },
1202
- {
1203
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/storybook/decorators.tsx",
1204
- "messages": [],
1205
- "errorCount": 0,
1206
- "fatalErrorCount": 0,
1207
- "warningCount": 0,
1208
- "fixableErrorCount": 0,
1209
- "fixableWarningCount": 0,
1210
- "usedDeprecatedRules": []
1211
- },
1212
- {
1213
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/styles/Theme.stories.tsx",
1214
- "messages": [],
1215
- "errorCount": 0,
1216
- "fatalErrorCount": 0,
1217
- "warningCount": 0,
1218
- "fixableErrorCount": 0,
1219
- "fixableWarningCount": 0,
1220
- "usedDeprecatedRules": []
1221
- },
1222
- {
1223
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/styles/theme.d.ts",
1224
- "messages": [],
1225
- "errorCount": 0,
1226
- "fatalErrorCount": 0,
1227
- "warningCount": 0,
1228
- "fixableErrorCount": 0,
1229
- "fixableWarningCount": 0,
1230
- "usedDeprecatedRules": []
1231
- },
1232
- {
1233
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/styles/theme.tsx",
1234
- "messages": [],
1235
- "errorCount": 0,
1236
- "fatalErrorCount": 0,
1237
- "warningCount": 0,
1238
- "fixableErrorCount": 0,
1239
- "fixableWarningCount": 0,
1240
- "usedDeprecatedRules": []
1241
- },
1242
- {
1243
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/styles/utils.tsx",
1244
- "messages": [],
1245
- "errorCount": 0,
1246
- "fatalErrorCount": 0,
1247
- "warningCount": 0,
1248
- "fixableErrorCount": 0,
1249
- "fixableWarningCount": 0,
1250
- "usedDeprecatedRules": []
1251
- },
1252
- {
1253
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/translation/index.tsx",
1254
- "messages": [],
1255
- "errorCount": 0,
1256
- "fatalErrorCount": 0,
1257
- "warningCount": 0,
1258
- "fixableErrorCount": 0,
1259
- "fixableWarningCount": 0,
1260
- "usedDeprecatedRules": []
1261
- },
1262
- {
1263
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/types.ts",
1264
- "messages": [],
1265
- "errorCount": 0,
1266
- "fatalErrorCount": 0,
1267
- "warningCount": 0,
1268
- "fixableErrorCount": 0,
1269
- "fixableWarningCount": 0,
1270
- "usedDeprecatedRules": []
1271
- },
1272
- {
1273
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/types/react-table-config.d.ts",
1274
- "messages": [],
1275
- "errorCount": 0,
1276
- "fatalErrorCount": 0,
1277
- "warningCount": 0,
1278
- "fixableErrorCount": 0,
1279
- "fixableWarningCount": 0,
1280
- "usedDeprecatedRules": []
1281
- },
1282
- {
1283
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/utils/test-utils.tsx",
1284
- "messages": [],
1285
- "errorCount": 0,
1286
- "fatalErrorCount": 0,
1287
- "warningCount": 0,
1288
- "fixableErrorCount": 0,
1289
- "fixableWarningCount": 0,
1290
- "usedDeprecatedRules": []
1291
- },
1292
- {
1293
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/src/utils/types.tsx",
1294
- "messages": [],
1295
- "errorCount": 0,
1296
- "fatalErrorCount": 0,
1297
- "warningCount": 0,
1298
- "fixableErrorCount": 0,
1299
- "fixableWarningCount": 0,
1300
- "usedDeprecatedRules": []
1301
- },
1302
- {
1303
- "filePath": "/Users/vlb/dev/jamespot/js/jamespot-react-components/webpack.config.js",
1304
- "messages": [],
1305
- "errorCount": 0,
1306
- "fatalErrorCount": 0,
1307
- "warningCount": 0,
1308
- "fixableErrorCount": 0,
1309
- "fixableWarningCount": 0,
1310
- "usedDeprecatedRules": []
1311
- }
1312
- ]