jamespot-react-components 1.0.16 → 1.0.67

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 (937) hide show
  1. package/build/jamespot-react-components.js +644 -340
  2. package/build/jamespot-react-components.js.map +1 -1
  3. package/build/src/components/Common/DashedFocusBorder.d.ts +5 -5
  4. package/build/src/components/Common/JRCConditionalWrapper.d.ts +8 -0
  5. package/build/src/components/Common/JRCDraggingPlaceholder.d.ts +4 -0
  6. package/build/src/components/Common/util/getColor.util.d.ts +1 -1
  7. package/build/src/components/Form/Common/ClickAwayListener.d.ts +1 -0
  8. package/build/src/components/Form/Input/JRCFormCheckbox/JRCFormCheckbox.style.d.ts +1 -1
  9. package/build/src/components/Form/Input/JRCFormDateTime/JRCFormDateTime.d.ts +2 -0
  10. package/build/src/components/Form/Input/JRCFormDateTime/JRCFormInputDateTime.stories.d.ts +1 -0
  11. package/build/src/components/Form/Input/JRCFormFieldRender.d.ts +1 -1
  12. package/build/src/components/Form/Input/JRCFormRichText/JRCFormRichEditorField.styles.d.ts +9 -0
  13. package/build/src/components/Form/Input/JRCFormRichText/JRCFormRichTextField.d.ts +0 -6
  14. package/build/src/components/Form/Input/JRCFormSelect/Extension.d.ts +18 -0
  15. package/build/src/components/Form/Input/JRCSelect/JRCInputAutocompleteViews.d.ts +7 -0
  16. package/build/src/components/Form/Input/JRCSelect/JRCInputSelect.style.d.ts +262 -1
  17. package/build/src/components/Form/Input/JRCSelect/JRCInputSelect.types.d.ts +3 -0
  18. package/build/src/components/Form/Input/JRCSelect/JRCInputSelect.utils.d.ts +4 -3
  19. package/build/src/components/JRCAppLeftColumn/JRCAppLeftColumn.d.ts +2 -1
  20. package/build/src/components/JRCAppLeftColumn/JRCAppLeftColumn.stories.d.ts +1 -1
  21. package/build/src/components/JRCAppLeftColumn/JRCAppLeftColumn.styles.d.ts +3 -3
  22. package/build/src/components/JRCAppLeftColumn/JRCAppLeftColumn.types.d.ts +2 -2
  23. package/build/src/components/JRCAvatar/JRCAvatar.d.ts +2 -0
  24. package/build/src/components/JRCButtonDownload/JRCButtonDownload.d.ts +20 -0
  25. package/build/src/components/JRCButtonDownload/JRCButtonDownload.stories.d.ts +8 -0
  26. package/build/src/components/JRCButtonDropdown/JRCButtonDropdown.d.ts +1 -0
  27. package/build/src/components/JRCButtonFile/JRCButtonFile.d.ts +17 -0
  28. package/build/src/components/JRCButtonFile/JRCButtonFile.stories.d.ts +7 -0
  29. package/build/src/components/JRCCard/JRCCard.d.ts +1 -3
  30. package/build/src/components/JRCDate/JRCDate.d.ts +2 -0
  31. package/build/src/components/JRCEllipsis/JRCEllipsis.d.ts +3 -1
  32. package/build/src/components/JRCFolders/JRCFolder.d.ts +3 -0
  33. package/build/src/components/JRCFolders/JRCFolderBreadcrumb.d.ts +6 -0
  34. package/build/src/components/JRCFolders/JRCFolders.d.ts +3 -0
  35. package/build/src/components/JRCFolders/JRCFolders.stories.d.ts +9 -0
  36. package/build/src/components/JRCFolders/mock.folders.d.ts +16 -0
  37. package/build/src/components/JRCFolders/types.d.ts +33 -0
  38. package/build/src/components/JRCIcon/JRCIcon.d.ts +4 -2
  39. package/build/src/components/JRCIconButton/JRCIconButton.d.ts +1 -1
  40. package/build/src/components/JRCImg/JRCImg.d.ts +1 -1
  41. package/build/src/components/JRCImg/JRCImg.stories.d.ts +1 -0
  42. package/build/src/components/JRCImg/url.util.d.ts +7 -0
  43. package/build/src/components/JRCList/JRCList.d.ts +14 -10
  44. package/build/src/components/JRCList/JRCList.styles.d.ts +0 -1
  45. package/build/src/components/JRCMenuItem/JRCMenuItem.d.ts +1 -1
  46. package/build/src/components/JRCModal/JRCModal.d.ts +1 -0
  47. package/build/src/components/JRCModal/JRCModal.stories.d.ts +1 -5
  48. package/build/src/components/JRCModalImg/JRCModalImg.d.ts +11 -7
  49. package/build/src/components/JRCModalImg/JRCModalImg.stories.d.ts +1 -1
  50. package/build/src/components/JRCModalImg/JRCModalImg.styles.d.ts +1 -9
  51. package/build/src/components/JRCPagination/JRCPagination.stories.d.ts +1 -4
  52. package/build/src/components/JRCTabs/JRCTabs.d.ts +5 -4
  53. package/build/src/components/JRCTabs/JRCTabs.stories.d.ts +1 -1
  54. package/build/src/components/JRCTag/JRCTag.d.ts +4 -1
  55. package/build/src/components/JRCTooltip/JRCTooltip.d.ts +3 -0
  56. package/build/src/components/Templates/JRCAppColumn.d.ts +3 -0
  57. package/build/src/components/Templates/JRCAppTab.d.ts +4 -0
  58. package/build/src/components/Templates/JRCColumn.d.ts +3 -0
  59. package/build/src/components/Templates/JRCContainer.d.ts +3 -0
  60. package/build/src/components/Templates/JRCMainColumn.d.ts +3 -0
  61. package/build/src/components/Templates/JRCTemplate.stories.d.ts +4 -12
  62. package/build/src/components/Templates/template.styles.d.ts +305 -0
  63. package/build/src/components/Templates/template.type.d.ts +51 -0
  64. package/build/src/components/Templates/template.utils.d.ts +26 -0
  65. package/build/src/hooks/UseLocalStorage.d.ts +2 -0
  66. package/build/src/index.d.ts +13 -0
  67. package/build/src/styles/theme.d.ts +3 -0
  68. package/build/src/types.d.ts +5 -0
  69. package/build/src/utils/index.d.ts +6 -0
  70. package/build/src/utils/utils.array.d.ts +6 -0
  71. package/build/src/utils/utils.array.test.d.ts +1 -0
  72. package/build/src/utils/utils.date.d.ts +9 -0
  73. package/build/src/utils/utils.misc.d.ts +1 -0
  74. package/build/src/utils/utils.string.d.ts +1 -0
  75. package/externals.json +1 -2
  76. package/package.json +4 -3
  77. package/storybook-static/0.799c368cbe88266827ba.manager.bundle.js +1 -0
  78. package/storybook-static/1.9ebd2fb519f6726108de.manager.bundle.js +1 -0
  79. package/storybook-static/10.a85ea1a67689be8e19ff.manager.bundle.js +1 -0
  80. package/storybook-static/11.f4e922583ae35da460f3.manager.bundle.js +2 -0
  81. package/storybook-static/11.f4e922583ae35da460f3.manager.bundle.js.LICENSE.txt +12 -0
  82. package/storybook-static/12.1415460941f0bdcb8fa8.manager.bundle.js +1 -0
  83. package/storybook-static/174.f2e072e1.iframe.bundle.js +2 -0
  84. package/storybook-static/174.f2e072e1.iframe.bundle.js.LICENSE.txt +115 -0
  85. package/storybook-static/314.615cb34b.iframe.bundle.js +1 -0
  86. package/storybook-static/331.bea8dec1.iframe.bundle.js +2 -0
  87. package/storybook-static/331.bea8dec1.iframe.bundle.js.LICENSE.txt +12 -0
  88. package/storybook-static/459.d6c184aa.iframe.bundle.js +1 -0
  89. package/storybook-static/5.f459d151315e6780c20f.manager.bundle.js +2 -0
  90. package/storybook-static/5.f459d151315e6780c20f.manager.bundle.js.LICENSE.txt +8 -0
  91. package/storybook-static/6.3bd64d820f3745f262ff.manager.bundle.js +1 -0
  92. package/storybook-static/7.3d04765dbf3f1dcd706c.manager.bundle.js +1 -0
  93. package/storybook-static/701.5fb77928.iframe.bundle.js +1 -0
  94. package/storybook-static/8.b541eadfcb9164835dfc.manager.bundle.js +1 -0
  95. package/storybook-static/861.8d90a4b3.iframe.bundle.js +2 -0
  96. package/storybook-static/861.8d90a4b3.iframe.bundle.js.LICENSE.txt +8 -0
  97. package/storybook-static/869.7ff62134.iframe.bundle.js +1 -0
  98. package/storybook-static/881.e09ad30e.iframe.bundle.js +1 -0
  99. package/storybook-static/9.411ac8e451bbb10926c7.manager.bundle.js +1 -0
  100. package/{.storybook/assets → storybook-static}/css/font-awesome/fonts/FontAwesome.otf +0 -0
  101. package/{.storybook/assets → storybook-static}/css/font-awesome/fonts/fontawesome-webfont.eot +0 -0
  102. package/{.storybook/assets → storybook-static}/css/font-awesome/fonts/fontawesome-webfont.svg +0 -0
  103. package/{.storybook/assets → storybook-static}/css/font-awesome/fonts/fontawesome-webfont.ttf +0 -0
  104. package/{.storybook/assets → storybook-static}/css/font-awesome/fonts/fontawesome-webfont.woff +0 -0
  105. package/{.storybook/assets → storybook-static}/css/font-awesome/fonts/fontawesome-webfont.woff2 +0 -0
  106. package/{.storybook/assets → storybook-static}/css/fonts/fontSpot/fonts/fontSpot.eot +0 -0
  107. package/{.storybook/assets → storybook-static}/css/fonts/fontSpot/fonts/fontSpot.json +0 -0
  108. package/{.storybook/assets → storybook-static}/css/fonts/fontSpot/fonts/fontSpot.svg +0 -0
  109. package/{.storybook/assets → storybook-static}/css/fonts/fontSpot/fonts/fontSpot.ttf +0 -0
  110. package/{.storybook/assets → storybook-static}/css/fonts/fontSpot/fonts/fontSpot.woff +0 -0
  111. package/storybook-static/favicon.ico +0 -0
  112. package/storybook-static/iframe.html +348 -0
  113. package/{.storybook/assets → storybook-static}/imagecache/120x120/user/1234.png +0 -0
  114. package/{.storybook/assets → storybook-static}/imagecache/160x160/user/1234.png +0 -0
  115. package/{.storybook/assets → storybook-static}/imagecache/200x200/user/1234.png +0 -0
  116. package/{.storybook/assets → storybook-static}/imagecache/24x24/user/1234.png +0 -0
  117. package/{.storybook/assets → storybook-static}/imagecache/32x32/user/1234.png +0 -0
  118. package/{.storybook/assets → storybook-static}/imagecache/40x40/user/1234.png +0 -0
  119. package/{.storybook/assets → storybook-static}/imagecache/48x48/user/11.png +0 -0
  120. package/{.storybook/assets → storybook-static}/imagecache/48x48/user/12.png +0 -0
  121. package/{.storybook/assets → storybook-static}/imagecache/48x48/user/1234.png +0 -0
  122. package/{.storybook/assets → storybook-static}/imagecache/48x48/user/2.png +0 -0
  123. package/{.storybook/assets → storybook-static}/imagecache/48x48/user/20.png +0 -0
  124. package/{.storybook/assets → storybook-static}/imagecache/48x48/user/23.png +0 -0
  125. package/{.storybook/assets → storybook-static}/imagecache/48x48/user/25.png +0 -0
  126. package/{.storybook/assets → storybook-static}/imagecache/48x48/user/8.png +0 -0
  127. package/{.storybook/assets → storybook-static}/imagecache/64x64/user/1234.png +0 -0
  128. package/{.storybook/assets → storybook-static}/imagecache/80x80/user/1234.png +0 -0
  129. package/{.storybook/assets → storybook-static}/imagecache/fitx700/fileArticle/245.png +0 -0
  130. package/storybook-static/index.html +51 -0
  131. package/storybook-static/main.58bb8e79.iframe.bundle.js +1 -0
  132. package/storybook-static/main.e2663b1cf842947d1a59.manager.bundle.js +1 -0
  133. package/storybook-static/runtime~main.91a0c7330ab317d35c4a.manager.bundle.js +1 -0
  134. package/storybook-static/runtime~main.ba5a9588.iframe.bundle.js +1 -0
  135. package/{.history/src/assets/check_20210114075959.svg → storybook-static/static/media/check.e04c3374.svg} +0 -0
  136. package/{src/assets/x.svg → storybook-static/static/media/x.609ccec1.svg} +0 -0
  137. package/storybook-static/vendors~main.f7f16cebbf3aa96a4f89.manager.bundle.js +2 -0
  138. package/storybook-static/vendors~main.f7f16cebbf3aa96a4f89.manager.bundle.js.LICENSE.txt +110 -0
  139. package/.eslintignore +0 -80
  140. package/.eslintrc.js +0 -15
  141. package/.github/pull_request_template.md +0 -22
  142. package/.github/workflows/ci.yml +0 -62
  143. package/.github/workflows/deploy-dev-branches.yml +0 -40
  144. package/.github/workflows/increment-npm-version.yml +0 -26
  145. package/.github/workflows/npm-package.yml +0 -33
  146. package/.history/.eslintignore_20211116140451 +0 -13
  147. package/.history/.eslintignore_20211116140517 +0 -80
  148. package/.history/.github/workflows/ci_20211103152807.yml +0 -50
  149. package/.history/.github/workflows/ci_20211117114643.yml +0 -50
  150. package/.history/.github/workflows/ci_20211117114650.yml +0 -55
  151. package/.history/.github/workflows/ci_20211117152126.yml +0 -55
  152. package/.history/.github/workflows/ci_20211117153805.yml +0 -58
  153. package/.history/.github/workflows/ci_20211117153810.yml +0 -58
  154. package/.history/.github/workflows/ci_20211117154145.yml +0 -59
  155. package/.history/.github/workflows/ci_20211117154153.yml +0 -59
  156. package/.history/.github/workflows/ci_20211117155208.yml +0 -58
  157. package/.history/.github/workflows/ci_20211117155212.yml +0 -59
  158. package/.history/.github/workflows/ci_20211117155228.yml +0 -59
  159. package/.history/.github/workflows/ci_20211117155451.yml +0 -59
  160. package/.history/.github/workflows/ci_20211117155505.yml +0 -59
  161. package/.history/.github/workflows/ci_20211117155509.yml +0 -59
  162. package/.history/.github/workflows/ci_20211117160304.yml +0 -59
  163. package/.history/.github/workflows/ci_20211117161702.yml +0 -59
  164. package/.history/.github/workflows/ci_20211117162805.yml +0 -59
  165. package/.history/.github/workflows/ci_20211117164809.yml +0 -60
  166. package/.history/.github/workflows/ci_20211117170417.yml +0 -60
  167. package/.history/.gitignore_20211117155121 +0 -82
  168. package/.history/.husky/pre-commit_20211116154612 +0 -4
  169. package/.history/.husky/pre-commit_20211116155720 +0 -4
  170. package/.history/.prettierignore_20211103152807 +0 -84
  171. package/.history/.prettierignore_20211116140533 +0 -80
  172. package/.history/.prettierrc_20211103143655.json +0 -11
  173. package/.history/.prettierrc_20211103144104.json +0 -10
  174. package/.history/.prettierrc_20211116140542.json +0 -11
  175. package/.history/.prettierrc_20211116173732.json +0 -10
  176. package/.history/.storybook/main_20211109144835.js +0 -22
  177. package/.history/babel.config_20211116141826.js +0 -14
  178. package/.history/babel.config_20211117104141.js +0 -15
  179. package/.history/babel.config_20211117164455.js +0 -15
  180. package/.history/build/src/components/JRCHref/JRCHref.d_20211109164627.ts +0 -20
  181. package/.history/build/src/components/JRCHref/JRCHref.d_20211125144654.ts +0 -20
  182. package/.history/build/src/components/JRCHref/JRCHref.d_20211125144702.ts +0 -20
  183. package/.history/build/src/components/JRCHref/JRCHref.d_20211125144724.ts +0 -20
  184. package/.history/build/src/components/JRCHref/JRCHref.d_20211125144732.ts +0 -20
  185. package/.history/build/src/components/JRCHref/JRCHref.d_20211125144754.ts +0 -20
  186. package/.history/externals.d_20211108160127.ts +0 -5
  187. package/.history/externals.d_20211108160133.ts +0 -5
  188. package/.history/externals.d_20211108160237.ts +0 -5
  189. package/.history/externals.d_20211108160252.ts +0 -6
  190. package/.history/externals.d_20211108160343.ts +0 -6
  191. package/.history/externals.d_20211108163234.ts +0 -5
  192. package/.history/index.d_20210119091943.ts +0 -0
  193. package/.history/index.d_20210119092051.ts +0 -4
  194. package/.history/jest.config_20211112091917.js +0 -15
  195. package/.history/jest.config_20211117164520.js +0 -16
  196. package/.history/jest.setup_20210114075959.ts +0 -3
  197. package/.history/jest.setup_20210429114103.ts +0 -1
  198. package/.history/package-lock_20211109153645.json +0 -73806
  199. package/.history/package_20211103143741.json +0 -117
  200. package/.history/package_20211108155048.json +0 -117
  201. package/.history/package_20211108160557.json +0 -117
  202. package/.history/package_20211109113710.json +0 -116
  203. package/.history/package_20211109113749.json +0 -114
  204. package/.history/package_20211109113753.json +0 -113
  205. package/.history/package_20211109113758.json +0 -111
  206. package/.history/package_20211109142830.json +0 -111
  207. package/.history/package_20211109142919.json +0 -111
  208. package/.history/package_20211109145908.json +0 -111
  209. package/.history/package_20211109145937.json +0 -111
  210. package/.history/package_20211109150036.json +0 -109
  211. package/.history/package_20211109151446.json +0 -112
  212. package/.history/package_20211109151756.json +0 -112
  213. package/.history/package_20211109151802.json +0 -112
  214. package/.history/package_20211109151807.json +0 -112
  215. package/.history/package_20211109151838.json +0 -112
  216. package/.history/package_20211109153435.json +0 -117
  217. package/.history/package_20211109160825.json +0 -117
  218. package/.history/package_20211109161532.json +0 -118
  219. package/.history/package_20211109161554.json +0 -118
  220. package/.history/package_20211109161940.json +0 -117
  221. package/.history/package_20211109162020.json +0 -118
  222. package/.history/package_20211109162510.json +0 -118
  223. package/.history/package_20211109162529.json +0 -118
  224. package/.history/package_20211109162543.json +0 -118
  225. package/.history/package_20211116140927.json +0 -115
  226. package/.history/package_20211116140929.json +0 -115
  227. package/.history/package_20211116140948.json +0 -117
  228. package/.history/package_20211116140951.json +0 -117
  229. package/.history/package_20211116141010.json +0 -117
  230. package/.history/package_20211116141729.json +0 -119
  231. package/.history/package_20211116143239.json +0 -119
  232. package/.history/package_20211116155648.json +0 -131
  233. package/.history/package_20211117114725.json +0 -132
  234. package/.history/package_20211117164402.json +0 -132
  235. package/.history/package_20211117164404.json +0 -132
  236. package/.history/package_20211117164407.json +0 -132
  237. package/.history/src/assets/check_20210511153044.svg +0 -4
  238. package/.history/src/assets/check_20210601141216.svg +0 -4
  239. package/.history/src/assets/check_20210601141237.svg +0 -4
  240. package/.history/src/assets/loader_20210114075959.svg +0 -32
  241. package/.history/src/assets/loader_20210511153051.svg +0 -32
  242. package/.history/src/assets/loader_20210511153109.svg +0 -32
  243. package/.history/src/components/Common/DashedFocusBorder_20211103152807.tsx +0 -20
  244. package/.history/src/components/Common/DashedFocusBorder_20211116141741.tsx +0 -20
  245. package/.history/src/components/Form/Input/Demo/Demo_20210427112859.tsx +0 -0
  246. package/.history/src/components/Form/Input/Demo/Demo_20210427112927.tsx +0 -38
  247. package/.history/src/components/Form/Input/Demo/Demo_20210427113127.tsx +0 -65
  248. package/.history/src/components/Form/Input/Demo/Demo_20210427113139.tsx +0 -56
  249. package/.history/src/components/Form/Input/Demo/Demo_20210427113151.tsx +0 -55
  250. package/.history/src/components/Form/Input/Demo/Demo_20210427113152.tsx +0 -55
  251. package/.history/src/components/Form/Input/Demo/Demo_20210427113157.tsx +0 -55
  252. package/.history/src/components/Form/Input/Demo/Demo_20210427113206.tsx +0 -55
  253. package/.history/src/components/Form/Input/Demo/Demo_20210427113223.tsx +0 -54
  254. package/.history/src/components/Form/Input/Demo/Demo_20210427113224.tsx +0 -54
  255. package/.history/src/components/Form/Input/Demo/Demo_20210427113228.tsx +0 -54
  256. package/.history/src/components/Form/Input/Demo/Demo_20210427113235.tsx +0 -54
  257. package/.history/src/components/Form/Input/Demo/Demo_20210427113311.tsx +0 -54
  258. package/.history/src/components/Form/Input/Demo/Demo_20210427113341.tsx +0 -54
  259. package/.history/src/components/Form/Input/Demo/Demo_20210427113735.tsx +0 -57
  260. package/.history/src/components/Form/Input/Demo/Demo_20210427113751.tsx +0 -58
  261. package/.history/src/components/Form/Input/Demo/Demo_20210427113812.tsx +0 -60
  262. package/.history/src/components/Form/Input/Demo/Demo_20210427114028.tsx +0 -69
  263. package/.history/src/components/Form/Input/Demo/Demo_20210427114251.tsx +0 -71
  264. package/.history/src/components/Form/Input/Demo/Demo_20210427114321.tsx +0 -73
  265. package/.history/src/components/Form/Input/Demo/Demo_20210427114332.tsx +0 -73
  266. package/.history/src/components/Form/Input/Demo/Demo_20210427114504.tsx +0 -77
  267. package/.history/src/components/Form/Input/Demo/Demo_20210427114532.tsx +0 -83
  268. package/.history/src/components/Form/Input/Demo/Demo_20210427114603.tsx +0 -90
  269. package/.history/src/components/Form/Input/Demo/Demo_20210427114621.tsx +0 -89
  270. package/.history/src/components/Form/Input/Demo/Demo_20210427114633.tsx +0 -89
  271. package/.history/src/components/Form/Input/Demo/Demo_20210427114646.tsx +0 -89
  272. package/.history/src/components/Form/Input/Demo/Demo_20210427114759.tsx +0 -98
  273. package/.history/src/components/Form/Input/Demo/Demo_20210427114838.tsx +0 -98
  274. package/.history/src/components/Form/Input/Demo/Demo_20210427114841.tsx +0 -98
  275. package/.history/src/components/Form/Input/Demo/Demo_20210427115036.tsx +0 -99
  276. package/.history/src/components/Form/Input/Demo/Demo_20210427115156.tsx +0 -90
  277. package/.history/src/components/Form/Input/Demo/Demo_20210427115329.tsx +0 -99
  278. package/.history/src/components/Form/Input/Demo/Demo_20210427115339.tsx +0 -99
  279. package/.history/src/components/Form/Input/Demo/Demo_20210427115443.tsx +0 -101
  280. package/.history/src/components/Form/Input/Demo/Demo_20210427115633.tsx +0 -102
  281. package/.history/src/components/Form/Input/Demo/Demo_20210427115821.tsx +0 -102
  282. package/.history/src/components/Form/Input/JRCFormAutocomplete/JRCFormAutocompleteCommunity_20210909111158.tsx +0 -25
  283. package/.history/src/components/Form/Input/JRCFormAutocomplete/JRCFormAutocompleteCommunity_20210909112623.tsx +0 -27
  284. package/.history/src/components/Form/Input/JRCFormAutocomplete/JRCFormAutocomplete_20210426165817.tsx +0 -72
  285. package/.history/src/components/Form/Input/JRCFormAutocomplete/JRCFormAutocomplete_20210429114237.tsx +0 -71
  286. package/.history/src/components/Form/Input/JRCFormCheckbox/JRCFormCheckbox_20211019160603.tsx +0 -253
  287. package/.history/src/components/Form/Input/JRCFormCheckbox/JRCFormCheckbox_20211019160617.tsx +0 -253
  288. package/.history/src/components/Form/Input/JRCFormCheckbox/JRCFormCheckbox_20211019160632.tsx +0 -307
  289. package/.history/src/components/Form/Input/JRCFormCheckbox/JRCFormCheckbox_20211019160746.tsx +0 -307
  290. package/.history/src/components/Form/Input/JRCFormCheckbox/JRCFormCheckbox_20211116142837.tsx +0 -263
  291. package/.history/src/components/Form/Input/JRCFormColor/JRCFormColor_20210309111210.tsx +0 -86
  292. package/.history/src/components/Form/Input/JRCFormColor/JRCFormColor_20210405114706.tsx +0 -81
  293. package/.history/src/components/Form/Input/JRCFormColor/JRCFormColor_20210429114357.tsx +0 -81
  294. package/.history/src/components/Form/Input/JRCFormColor/JRCFormColor_20210429114358.tsx +0 -81
  295. package/.history/src/components/Form/Input/JRCFormColor/JRCFormColor_20210429154857.tsx +0 -81
  296. package/.history/src/components/Form/Input/JRCFormColor/JRCFormColor_20210429154904.tsx +0 -97
  297. package/.history/src/components/Form/Input/JRCFormColor/JRCFormColor_20210429154910.tsx +0 -97
  298. package/.history/src/components/Form/Input/JRCFormColor/JRCFormColor_20210429154918.tsx +0 -99
  299. package/.history/src/components/Form/Input/JRCFormColor/JRCFormColor_20210429154929.tsx +0 -103
  300. package/.history/src/components/Form/Input/JRCFormColor/JRCFormColor_20210429154941.tsx +0 -99
  301. package/.history/src/components/Form/Input/JRCFormColor/JRCFormColor_20210429155002.tsx +0 -98
  302. package/.history/src/components/Form/Input/JRCFormColor/JRCFormColor_20210429155402.tsx +0 -99
  303. package/.history/src/components/Form/Input/JRCFormDate/JRCFormDate_20210415092917.tsx +0 -43
  304. package/.history/src/components/Form/Input/JRCFormDate/JRCFormDate_20210429114401.tsx +0 -43
  305. package/.history/src/components/Form/Input/JRCFormDate/JRCFormDate_20210429154559.tsx +0 -43
  306. package/.history/src/components/Form/Input/JRCFormDate/JRCFormDate_20210429154606.tsx +0 -59
  307. package/.history/src/components/Form/Input/JRCFormDate/JRCFormDate_20210429154624.tsx +0 -54
  308. package/.history/src/components/Form/Input/JRCFormDate/JRCFormDate_20210429154643.tsx +0 -56
  309. package/.history/src/components/Form/Input/JRCFormDate/JRCFormDate_20210429154717.tsx +0 -56
  310. package/.history/src/components/Form/Input/JRCFormDate/JRCFormDate_20210429154755.tsx +0 -59
  311. package/.history/src/components/Form/Input/JRCFormDateTime/JRCDateTime_20210415092917.tsx +0 -42
  312. package/.history/src/components/Form/Input/JRCFormDateTime/JRCDateTime_20210429114419.tsx +0 -42
  313. package/.history/src/components/Form/Input/JRCFormDateTime/JRCDateTime_20210429114440.tsx +0 -42
  314. package/.history/src/components/Form/Input/JRCFormDateTime/JRCDateTime_20210429114446.tsx +0 -42
  315. package/.history/src/components/Form/Input/JRCFormDateTime/JRCDateTime_20210429154420.tsx +0 -42
  316. package/.history/src/components/Form/Input/JRCFormDateTime/JRCDateTime_20210429154430.tsx +0 -58
  317. package/.history/src/components/Form/Input/JRCFormDateTime/JRCDateTime_20210429154442.tsx +0 -60
  318. package/.history/src/components/Form/Input/JRCFormDateTime/JRCDateTime_20210429154459.tsx +0 -55
  319. package/.history/src/components/Form/Input/JRCFormDateTime/JRCDateTime_20210429154521.tsx +0 -57
  320. package/.history/src/components/Form/Input/JRCFormDateTime/JRCDateTime_20210429154736.tsx +0 -58
  321. package/.history/src/components/Form/Input/JRCFormDateTime/JRCFormDateTime_20211116142816.tsx +0 -1095
  322. package/.history/src/components/Form/Input/JRCFormDateTime/JRCFormDateTime_20211116142819.tsx +0 -1095
  323. package/.history/src/components/Form/Input/JRCFormDateTime/JRCFormDateTime_20211116142825.tsx +0 -1095
  324. package/.history/src/components/Form/Input/JRCFormDateTime/JRCFormDateTime_20211117094739.tsx +0 -1095
  325. package/.history/src/components/Form/Input/JRCFormEmail/JRCFormEmail_20210114075959.tsx +0 -40
  326. package/.history/src/components/Form/Input/JRCFormEmail/JRCFormEmail_20210429114458.tsx +0 -40
  327. package/.history/src/components/Form/Input/JRCFormEmail/JRCFormEmail_20210429154308.tsx +0 -33
  328. package/.history/src/components/Form/Input/JRCFormEmail/JRCFormEmail_20210429154318.tsx +0 -51
  329. package/.history/src/components/Form/Input/JRCFormEmail/JRCFormEmail_20210429154329.tsx +0 -53
  330. package/.history/src/components/Form/Input/JRCFormEmail/JRCFormEmail_20210429154337.tsx +0 -56
  331. package/.history/src/components/Form/Input/JRCFormEmail/JRCFormEmail_20210429154348.tsx +0 -56
  332. package/.history/src/components/Form/Input/JRCFormEmail/JRCFormEmail_20210429154359.tsx +0 -56
  333. package/.history/src/components/Form/Input/JRCFormEmail/JRCFormEmail_20210429154401.tsx +0 -56
  334. package/.history/src/components/Form/Input/JRCFormEmail/JRCFormEmail_20210429154403.tsx +0 -56
  335. package/.history/src/components/Form/Input/JRCFormFieldRender_20210114075959.tsx +0 -97
  336. package/.history/src/components/Form/Input/JRCFormFieldRender_20210405114648.tsx +0 -97
  337. package/.history/src/components/Form/Input/JRCFormFile/JRCFormFile.stories_20210114075959.tsx +0 -11
  338. package/.history/src/components/Form/Input/JRCFormFile/JRCFormFile.stories_20210429114512.tsx +0 -11
  339. package/.history/src/components/Form/Input/JRCFormFile/JRCFormFile.stories_20210429154111.tsx +0 -13
  340. package/.history/src/components/Form/Input/JRCFormFile/JRCFormFile.stories_20210429154126.tsx +0 -13
  341. package/.history/src/components/Form/Input/JRCFormFile/JRCFormFile.stories_20210429154142.tsx +0 -14
  342. package/.history/src/components/Form/Input/JRCFormFile/JRCFormFile.stories_20210429154146.tsx +0 -15
  343. package/.history/src/components/Form/Input/JRCFormFile/JRCFormFile.stories_20210429154155.tsx +0 -15
  344. package/.history/src/components/Form/Input/JRCFormFile/JRCFormFile.stories_20210429154158.tsx +0 -20
  345. package/.history/src/components/Form/Input/JRCFormFile/JRCFormFile.stories_20210429154225.tsx +0 -20
  346. package/.history/src/components/Form/Input/JRCFormFile/JRCFormFile_20211116141848.tsx +0 -149
  347. package/.history/src/components/Form/Input/JRCFormFile/JRCFormFile_20211116141920.tsx +0 -148
  348. package/.history/src/components/Form/Input/JRCFormFile/JRCFormFile_20211116141935.tsx +0 -148
  349. package/.history/src/components/Form/Input/JRCFormFile/JRCFormFile_20211117094122.tsx +0 -148
  350. package/.history/src/components/Form/Input/JRCFormFile/JRCFormFile_20211117094131.tsx +0 -148
  351. package/.history/src/components/Form/Input/JRCFormFile/JRCFormFile_20211117094147.tsx +0 -149
  352. package/.history/src/components/Form/Input/JRCFormNumber/JRCFormNumber_20210114075959.tsx +0 -42
  353. package/.history/src/components/Form/Input/JRCFormNumber/JRCFormNumber_20210429114516.tsx +0 -42
  354. package/.history/src/components/Form/Input/JRCFormNumber/JRCFormNumber_20210429153918.tsx +0 -35
  355. package/.history/src/components/Form/Input/JRCFormNumber/JRCFormNumber_20210429153924.tsx +0 -53
  356. package/.history/src/components/Form/Input/JRCFormNumber/JRCFormNumber_20210429153959.tsx +0 -55
  357. package/.history/src/components/Form/Input/JRCFormNumber/JRCFormNumber_20210429154029.tsx +0 -58
  358. package/.history/src/components/Form/Input/JRCFormNumber/JRCFormNumber_20210429154035.tsx +0 -58
  359. package/.history/src/components/Form/Input/JRCFormRadio/JRCFormRadio.stories_20210114075959.tsx +0 -31
  360. package/.history/src/components/Form/Input/JRCFormRadio/JRCFormRadio.stories_20210412103504.tsx +0 -45
  361. package/.history/src/components/Form/Input/JRCFormRadio/JRCFormRadio_20210429114520.tsx +0 -124
  362. package/.history/src/components/Form/Input/JRCFormRadio/JRCFormRadio_20210429153726.tsx +0 -124
  363. package/.history/src/components/Form/Input/JRCFormRadio/JRCFormRadio_20210429153733.tsx +0 -124
  364. package/.history/src/components/Form/Input/JRCFormRadio/JRCFormRadio_20210429153800.tsx +0 -136
  365. package/.history/src/components/Form/Input/JRCFormRadio/JRCFormRadio_20210429153834.tsx +0 -138
  366. package/.history/src/components/Form/Input/JRCFormRadio/JRCFormRadio_20210429153837.tsx +0 -137
  367. package/.history/src/components/Form/Input/JRCFormRadio/JRCFormRadio_20210429153848.tsx +0 -137
  368. package/.history/src/components/Form/Input/JRCFormRadio/JRCFormRadio_20210511171834.tsx +0 -124
  369. package/.history/src/components/Form/Input/JRCFormRadio/JRCFormRadio_20210511171842.tsx +0 -124
  370. package/.history/src/components/Form/Input/JRCFormRadio/JRCFormRadio_20210518150404.tsx +0 -124
  371. package/.history/src/components/Form/Input/JRCFormRadio/JRCFormRadio_20210518150412.tsx +0 -124
  372. package/.history/src/components/Form/Input/JRCFormRadio/JRCFormRadio_20210518150815.tsx +0 -125
  373. package/.history/src/components/Form/Input/JRCFormRadio/JRCFormRadio_20210518150824.tsx +0 -125
  374. package/.history/src/components/Form/Input/JRCFormRadio/JRCFormRadio_20210518150834.tsx +0 -125
  375. package/.history/src/components/Form/Input/JRCFormRange/JRCFormRange_20211116141948.tsx +0 -106
  376. package/.history/src/components/Form/Input/JRCFormRange/JRCFormRange_20211116141950.tsx +0 -106
  377. package/.history/src/components/Form/Input/JRCFormSelect/JRCFormSelect_20211116142012.tsx +0 -350
  378. package/.history/src/components/Form/Input/JRCFormText/JRCFormText_20210114075959.tsx +0 -38
  379. package/.history/src/components/Form/Input/JRCFormText/JRCFormText_20210429114541.tsx +0 -38
  380. package/.history/src/components/Form/Input/JRCFormText/JRCFormText_20210429152714.tsx +0 -38
  381. package/.history/src/components/Form/Input/JRCFormText/JRCFormText_20210429152735.tsx +0 -53
  382. package/.history/src/components/Form/Input/JRCFormText/JRCFormText_20210429152747.tsx +0 -48
  383. package/.history/src/components/Form/Input/JRCFormText/JRCFormText_20210429152757.tsx +0 -49
  384. package/.history/src/components/Form/Input/JRCFormText/JRCFormText_20210429152806.tsx +0 -51
  385. package/.history/src/components/Form/Input/JRCFormText/JRCFormText_20210429152816.tsx +0 -54
  386. package/.history/src/components/Form/Input/JRCFormText/JRCFormText_20210429152834.tsx +0 -54
  387. package/.history/src/components/Form/Input/JRCFormText/JRCFormText_20210429152841.tsx +0 -54
  388. package/.history/src/components/Form/Input/JRCFormTextEditor/JRCFormTextEditor_20211116142024.tsx +0 -35
  389. package/.history/src/components/Form/Input/JRCFormTextarea/JRCFormTextarea_20211116142028.tsx +0 -65
  390. package/.history/src/components/Form/Input/JRCStyledInput_20210309111210.tsx +0 -94
  391. package/.history/src/components/Form/Input/JRCStyledInput_20210412103822.tsx +0 -98
  392. package/.history/src/components/Form/Input/JRCStyledInput_20210412103824.tsx +0 -97
  393. package/.history/src/components/Form/Input/ReduxFormControls_20211116142058.ts +0 -141
  394. package/.history/src/components/Form/Input/ReduxFormControls_20211116142800.ts +0 -141
  395. package/.history/src/components/JRCAlert/JRCArlert.stories_20211103152807.tsx +0 -60
  396. package/.history/src/components/JRCAlert/JRCArlert.stories_20211116142119.tsx +0 -61
  397. package/.history/src/components/JRCAvatar/JRCAvatar.stories_20211103152807.tsx +0 -28
  398. package/.history/src/components/JRCAvatar/JRCAvatar.stories_20211109115138.tsx +0 -27
  399. package/.history/src/components/JRCAvatar/JRCAvatar.stories_20211109115145.tsx +0 -26
  400. package/.history/src/components/JRCAvatar/JRCAvatar.stories_20211109115204.tsx +0 -28
  401. package/.history/src/components/JRCAvatar/JRCAvatar.stories_20211116142132.tsx +0 -27
  402. package/.history/src/components/JRCAvatar/JRCAvatar.stories_20211116142134.tsx +0 -26
  403. package/.history/src/components/JRCAvatar/JRCAvatar.stories_20211116142151.tsx +0 -28
  404. package/.history/src/components/JRCAvatar/JRCAvatar.stories_20211116142200.tsx +0 -29
  405. package/.history/src/components/JRCAvatar/JRCAvatar.stories_20211116142204.tsx +0 -28
  406. package/.history/src/components/JRCAvatar/JRCAvatar.stories_20211116142212.tsx +0 -29
  407. package/.history/src/components/JRCAvatar/JRCAvatar.test_20211103152807.tsx +0 -21
  408. package/.history/src/components/JRCAvatar/JRCAvatar.test_20211116142226.tsx +0 -22
  409. package/.history/src/components/JRCAvatar/JRCAvatar_20211215104018.tsx +0 -59
  410. package/.history/src/components/JRCAvatar/JRCAvatar_20211215104101.tsx +0 -60
  411. package/.history/src/components/JRCAvatar/JRCAvatar_20211215104122.tsx +0 -60
  412. package/.history/src/components/JRCAvatar/JRCAvatar_20211215104143.tsx +0 -60
  413. package/.history/src/components/JRCAvatar/JRCAvatar_20211215104218.tsx +0 -62
  414. package/.history/src/components/JRCAvatar/JRCAvatar_20211215104246.tsx +0 -62
  415. package/.history/src/components/JRCAvatar/JRCAvatar_20211215104354.tsx +0 -60
  416. package/.history/src/components/JRCAvatar/JRCAvatar_20211215104416.tsx +0 -60
  417. package/.history/src/components/JRCAvatar/JRCAvatar_20211215104419.tsx +0 -60
  418. package/.history/src/components/JRCAvatar/JRCAvatar_20211215104701.tsx +0 -62
  419. package/.history/src/components/JRCAvatar/JRCAvatar_20211215104713.tsx +0 -63
  420. package/.history/src/components/JRCAvatar/JRCAvatar_20211215104957.tsx +0 -66
  421. package/.history/src/components/JRCAvatar/JRCAvatar_20211215105005.tsx +0 -66
  422. package/.history/src/components/JRCAvatar/JRCAvatar_20211215105009.tsx +0 -65
  423. package/.history/src/components/JRCAvatar/JRCAvatar_20211215105026.tsx +0 -65
  424. package/.history/src/components/JRCAvatar/JRCAvatar_20211215105309.tsx +0 -61
  425. package/.history/src/components/JRCAvatar/JRCAvatar_20211215105312.tsx +0 -64
  426. package/.history/src/components/JRCAvatar/JRCAvatar_20211215105315.tsx +0 -64
  427. package/.history/src/components/JRCAvatar/JRCAvatar_20211215105433.tsx +0 -64
  428. package/.history/src/components/JRCAvatar/JRCAvatar_20211215105442.tsx +0 -62
  429. package/.history/src/components/JRCAvatar/JRCAvatar_20211215110444.tsx +0 -63
  430. package/.history/src/components/JRCAvatar/JRCAvatar_20211215111145.tsx +0 -64
  431. package/.history/src/components/JRCAvatar/JRCAvatar_20211215111233.tsx +0 -65
  432. package/.history/src/components/JRCAvatar/JRCAvatar_20211215111240.tsx +0 -64
  433. package/.history/src/components/JRCAvatar/JRCAvatar_20211220162840.tsx +0 -62
  434. package/.history/src/components/JRCAvatar/JRCAvatar_20211220162848.tsx +0 -62
  435. package/.history/src/components/JRCAvatar/JRCAvatar_20211220164211.tsx +0 -62
  436. package/.history/src/components/JRCAvatar/JRCAvatar_20211220164215.tsx +0 -62
  437. package/.history/src/components/JRCAvatar/JRCAvatar_20211221115746.tsx +0 -64
  438. package/.history/src/components/JRCAvatar/JRCAvatar_20211221115750.tsx +0 -64
  439. package/.history/src/components/JRCAvatar/JRCAvatar_20211221120044.tsx +0 -64
  440. package/.history/src/components/JRCAvatar/JRCAvatar_20211221120047.tsx +0 -64
  441. package/.history/src/components/JRCAvatar/JRCAvatar_20211221120048.tsx +0 -63
  442. package/.history/src/components/JRCAvatar/JRCAvatar_20211221120052.tsx +0 -63
  443. package/.history/src/components/JRCAvatar/JRCAvatar_20211221120055.tsx +0 -62
  444. package/.history/src/components/JRCAvatar/JRCAvatar_20211221120153.tsx +0 -62
  445. package/.history/src/components/JRCButton/JRCButton.stories_20210114075959.tsx +0 -65
  446. package/.history/src/components/JRCButton/JRCButton.stories_20210324153346.tsx +0 -78
  447. package/.history/src/components/JRCButton/JRCButton_20211103141623.tsx +0 -135
  448. package/.history/src/components/JRCButton/JRCButton_20211116142244.tsx +0 -117
  449. package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412155338.tsx +0 -36
  450. package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412155438.tsx +0 -36
  451. package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412155441.tsx +0 -37
  452. package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412155446.tsx +0 -37
  453. package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412155459.tsx +0 -19
  454. package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412155511.tsx +0 -17
  455. package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412161017.tsx +0 -18
  456. package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412161020.tsx +0 -16
  457. package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412161032.tsx +0 -16
  458. package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412161148.tsx +0 -16
  459. package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412161438.tsx +0 -37
  460. package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412161447.tsx +0 -37
  461. package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412161456.tsx +0 -41
  462. package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412161507.tsx +0 -42
  463. package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412161516.tsx +0 -43
  464. package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412161820.tsx +0 -43
  465. package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412164337.tsx +0 -45
  466. package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412164427.tsx +0 -45
  467. package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412164441.tsx +0 -45
  468. package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412164446.tsx +0 -45
  469. package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412164501.tsx +0 -47
  470. package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412164510.tsx +0 -52
  471. package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412164528.tsx +0 -76
  472. package/.history/src/components/JRCCarousel/JRCCarousel.stories_20210412164607.tsx +0 -77
  473. package/.history/src/components/JRCCarousel/JRCCarousel_20210412155318.tsx +0 -0
  474. package/.history/src/components/JRCCarousel/JRCCarousel_20210412155347.tsx +0 -0
  475. package/.history/src/components/JRCCarousel/JRCCarousel_20210412155413.tsx +0 -6
  476. package/.history/src/components/JRCCarousel/JRCCarousel_20210412155414.tsx +0 -6
  477. package/.history/src/components/JRCCarousel/JRCCarousel_20210412155428.tsx +0 -4
  478. package/.history/src/components/JRCCarousel/JRCCarousel_20210412155603.tsx +0 -7
  479. package/.history/src/components/JRCCarousel/JRCCarousel_20210412155631.tsx +0 -9
  480. package/.history/src/components/JRCCarousel/JRCCarousel_20210412155633.tsx +0 -16
  481. package/.history/src/components/JRCCarousel/JRCCarousel_20210412155635.tsx +0 -17
  482. package/.history/src/components/JRCCarousel/JRCCarousel_20210412155649.tsx +0 -41
  483. package/.history/src/components/JRCCarousel/JRCCarousel_20210412155703.tsx +0 -42
  484. package/.history/src/components/JRCCarousel/JRCCarousel_20210412155728.tsx +0 -42
  485. package/.history/src/components/JRCCarousel/JRCCarousel_20210412160204.tsx +0 -42
  486. package/.history/src/components/JRCCarousel/JRCCarousel_20210412160431.tsx +0 -42
  487. package/.history/src/components/JRCCarousel/JRCCarousel_20210412160437.tsx +0 -42
  488. package/.history/src/components/JRCCarousel/JRCCarousel_20210412160801.tsx +0 -46
  489. package/.history/src/components/JRCCarousel/JRCCarousel_20210412160814.tsx +0 -46
  490. package/.history/src/components/JRCCarousel/JRCCarousel_20210412160938.tsx +0 -46
  491. package/.history/src/components/JRCCarousel/JRCCarousel_20210412160947.tsx +0 -47
  492. package/.history/src/components/JRCCarousel/JRCCarousel_20210412161128.tsx +0 -47
  493. package/.history/src/components/JRCCarousel/JRCCarousel_20210412161130.tsx +0 -47
  494. package/.history/src/components/JRCCarousel/JRCCarousel_20210412161135.tsx +0 -47
  495. package/.history/src/components/JRCCarousel/JRCCarousel_20210412161208.tsx +0 -48
  496. package/.history/src/components/JRCCarousel/JRCCarousel_20210412161228.tsx +0 -49
  497. package/.history/src/components/JRCCarousel/JRCCarousel_20210412161331.tsx +0 -55
  498. package/.history/src/components/JRCCarousel/JRCCarousel_20210412161347.tsx +0 -55
  499. package/.history/src/components/JRCCarousel/JRCCarousel_20210412161407.tsx +0 -55
  500. package/.history/src/components/JRCCarousel/JRCCarousel_20210412161410.tsx +0 -55
  501. package/.history/src/components/JRCCarousel/JRCCarousel_20210412161418.tsx +0 -55
  502. package/.history/src/components/JRCCarousel/JRCCarousel_20210412161426.tsx +0 -36
  503. package/.history/src/components/JRCCarousel/JRCCarousel_20210412161539.tsx +0 -30
  504. package/.history/src/components/JRCCarousel/JRCCarousel_20210412161544.tsx +0 -29
  505. package/.history/src/components/JRCCarousel/JRCCarousel_20210412161848.tsx +0 -41
  506. package/.history/src/components/JRCCarousel/JRCCarousel_20210412161859.tsx +0 -50
  507. package/.history/src/components/JRCCarousel/JRCCarousel_20210412161913.tsx +0 -50
  508. package/.history/src/components/JRCCarousel/JRCCarousel_20210412161916.tsx +0 -52
  509. package/.history/src/components/JRCCarousel/JRCCarousel_20210412161938.tsx +0 -53
  510. package/.history/src/components/JRCCarousel/JRCCarousel_20210412161947.tsx +0 -42
  511. package/.history/src/components/JRCCarousel/JRCCarousel_20210412162119.tsx +0 -39
  512. package/.history/src/components/JRCCarousel/JRCCarousel_20210412162128.tsx +0 -40
  513. package/.history/src/components/JRCCarousel/JRCCarousel_20210412162141.tsx +0 -42
  514. package/.history/src/components/JRCCarousel/JRCCarousel_20210412162145.tsx +0 -42
  515. package/.history/src/components/JRCCarousel/JRCCarousel_20210412162154.tsx +0 -42
  516. package/.history/src/components/JRCCarousel/JRCCarousel_20210412162238.tsx +0 -42
  517. package/.history/src/components/JRCCarousel/JRCCarousel_20210412162406.tsx +0 -42
  518. package/.history/src/components/JRCCarousel/JRCCarousel_20210412162457.tsx +0 -43
  519. package/.history/src/components/JRCCarousel/JRCCarousel_20210412162500.tsx +0 -43
  520. package/.history/src/components/JRCCarousel/JRCCarousel_20210412162504.tsx +0 -43
  521. package/.history/src/components/JRCCarousel/JRCCarousel_20210412162612.tsx +0 -43
  522. package/.history/src/components/JRCCarousel/JRCCarousel_20210412162650.tsx +0 -54
  523. package/.history/src/components/JRCCarousel/JRCCarousel_20210412162705.tsx +0 -54
  524. package/.history/src/components/JRCCarousel/JRCCarousel_20210412162819.tsx +0 -55
  525. package/.history/src/components/JRCCarousel/JRCCarousel_20210412162845.tsx +0 -55
  526. package/.history/src/components/JRCCarousel/JRCCarousel_20210412163202.tsx +0 -57
  527. package/.history/src/components/JRCCarousel/JRCCarousel_20210412163241.tsx +0 -55
  528. package/.history/src/components/JRCDropDown/JRCDropDown.stories_20211103152807.tsx +0 -28
  529. package/.history/src/components/JRCDropDown/JRCDropDown.stories_20211116142250.tsx +0 -26
  530. package/.history/src/components/JRCDropDown/JRCDropDown.stories_20211116142251.tsx +0 -25
  531. package/.history/src/components/JRCDropDown/JRCDropDown_20210629085002.tsx +0 -155
  532. package/.history/src/components/JRCDropDown/JRCDropDown_20211103142200.tsx +0 -157
  533. package/.history/src/components/JRCDropDown/JRCDropDown_20211103142204.tsx +0 -157
  534. package/.history/src/components/JRCDropDown/JRCDropDown_20211103142213.tsx +0 -157
  535. package/.history/src/components/JRCDropDown/JRCDropDown_20211103142216.tsx +0 -157
  536. package/.history/src/components/JRCError/JRCError.stories_20210406110213.tsx +0 -0
  537. package/.history/src/components/JRCError/JRCError.stories_20210406110227.tsx +0 -18
  538. package/.history/src/components/JRCError/JRCError.stories_20210406110234.tsx +0 -16
  539. package/.history/src/components/JRCError/JRCError.stories_20210406110245.tsx +0 -16
  540. package/.history/src/components/JRCError/JRCError.stories_20210406110305.tsx +0 -18
  541. package/.history/src/components/JRCError/JRCError.stories_20210406110310.tsx +0 -15
  542. package/.history/src/components/JRCError/JRCError.stories_20210406110337.tsx +0 -15
  543. package/.history/src/components/JRCError/JRCError.stories_20210406110354.tsx +0 -15
  544. package/.history/src/components/JRCError/JRCError.stories_20210406110413.tsx +0 -13
  545. package/.history/src/components/JRCError/JRCError.stories_20210406110418.tsx +0 -13
  546. package/.history/src/components/JRCError/JRCError.stories_20210406110708.tsx +0 -14
  547. package/.history/src/components/JRCError/JRCError.stories_20210406110715.tsx +0 -13
  548. package/.history/src/components/JRCError/JRCError.stories_20210406110722.tsx +0 -13
  549. package/.history/src/components/JRCError/JRCError.stories_20210406110736.tsx +0 -13
  550. package/.history/src/components/JRCError/JRCError.stories_20210406110740.tsx +0 -13
  551. package/.history/src/components/JRCError/JRCError.stories_20210406110753.tsx +0 -15
  552. package/.history/src/components/JRCError/JRCError.stories_20210406110757.tsx +0 -16
  553. package/.history/src/components/JRCError/JRCError.stories_20210406110813.tsx +0 -16
  554. package/.history/src/components/JRCError/JRCError.stories_20210406110818.tsx +0 -15
  555. package/.history/src/components/JRCError/JRCError_20210406110115.tsx +0 -0
  556. package/.history/src/components/JRCError/JRCError_20210406110136.tsx +0 -3
  557. package/.history/src/components/JRCError/JRCError_20210406110148.tsx +0 -5
  558. package/.history/src/components/JRCError/JRCError_20210406110154.tsx +0 -5
  559. package/.history/src/components/JRCError/JRCError_20210406110322.tsx +0 -5
  560. package/.history/src/components/JRCError/JRCError_20210406110459.tsx +0 -5
  561. package/.history/src/components/JRCError/JRCError_20210406110521.tsx +0 -9
  562. package/.history/src/components/JRCError/JRCError_20210406110526.tsx +0 -8
  563. package/.history/src/components/JRCError/JRCError_20210406110540.tsx +0 -10
  564. package/.history/src/components/JRCError/JRCError_20210406110544.tsx +0 -10
  565. package/.history/src/components/JRCError/JRCError_20210406110610.tsx +0 -14
  566. package/.history/src/components/JRCError/JRCError_20210406110613.tsx +0 -14
  567. package/.history/src/components/JRCError/JRCError_20210406110624.tsx +0 -15
  568. package/.history/src/components/JRCError/JRCError_20210406110731.tsx +0 -15
  569. package/.history/src/components/JRCHref/JRCHref.stories_20211116142303.tsx +0 -29
  570. package/.history/src/components/JRCHref/JRCHref_20210630101506.tsx +0 -32
  571. package/.history/src/components/JRCHref/JRCHref_20210630101558.tsx +0 -32
  572. package/.history/src/components/JRCHref/JRCHref_20210630101601.tsx +0 -32
  573. package/.history/src/components/JRCHref/JRCHref_20210630101616.tsx +0 -32
  574. package/.history/src/components/JRCHref/JRCHref_20210630101625.tsx +0 -31
  575. package/.history/src/components/JRCHref/JRCHref_20210630101634.tsx +0 -31
  576. package/.history/src/components/JRCHref/JRCHref_20210630101645.tsx +0 -30
  577. package/.history/src/components/JRCHref/JRCHref_20210630101738.tsx +0 -29
  578. package/.history/src/components/JRCHref/JRCHref_20210630101742.tsx +0 -28
  579. package/.history/src/components/JRCIcon/JRCIcon.stories_20210114075959.tsx +0 -1045
  580. package/.history/src/components/JRCIcon/JRCIcon.stories_20210330160522.tsx +0 -1049
  581. package/.history/src/components/JRCIcon/JRCIcon.stories_20210330160557.tsx +0 -1049
  582. package/.history/src/components/JRCIcon/JRCIcon.stories_20210330165104.tsx +0 -1000
  583. package/.history/src/components/JRCIcon/JRCIcon.stories_20210330165154.tsx +0 -1002
  584. package/.history/src/components/JRCIcon/JRCIcon.stories_20210330165225.tsx +0 -1167
  585. package/.history/src/components/JRCIcon/JRCIcon.stories_20210330165243.tsx +0 -1167
  586. package/.history/src/components/JRCIcon/JRCIcon.stories_20210330165244.tsx +0 -1167
  587. package/.history/src/components/JRCIcon/JRCIcon.stories_20210330165340.tsx +0 -1020
  588. package/.history/src/components/JRCIconButton/JRCIconButton_20211102105335.tsx +0 -86
  589. package/.history/src/components/JRCIconButton/JRCIconButton_20211103141204.tsx +0 -97
  590. package/.history/src/components/JRCIconButton/JRCIconButton_20211103141514.tsx +0 -97
  591. package/.history/src/components/JRCIconButton/JRCIconButton_20211103141535.tsx +0 -97
  592. package/.history/src/components/JRCIconButton/JRCIconButton_20211103141607.tsx +0 -97
  593. package/.history/src/components/JRCImg/JRCImg_20211103152807.tsx +0 -57
  594. package/.history/src/components/JRCImg/JRCImg_20211215104339.tsx +0 -58
  595. package/.history/src/components/JRCImg/JRCImg_20211215104433.tsx +0 -58
  596. package/.history/src/components/JRCList/JRCListMockData.stories_20211116141848.tsx +0 -118
  597. package/.history/src/components/JRCList/JRCListMockData.stories_20211116142710.tsx +0 -119
  598. package/.history/src/components/JRCList/JRCList_20211116141848.tsx +0 -180
  599. package/.history/src/components/JRCList/JRCList_20211116142725.tsx +0 -172
  600. package/.history/src/components/JRCList/JRCList_20211116142728.tsx +0 -172
  601. package/.history/src/components/JRCList/JRCList_20211116142730.tsx +0 -171
  602. package/.history/src/components/JRCList/JRCList_20211116142734.tsx +0 -171
  603. package/.history/src/components/JRCList/JRCList_20211116142738.tsx +0 -171
  604. package/.history/src/components/JRCList/JRCList_20211116142744.tsx +0 -171
  605. package/.history/src/components/JRCList/JRCList_20211116142747.tsx +0 -172
  606. package/.history/src/components/JRCList/JRCList_20211116142748.tsx +0 -171
  607. package/.history/src/components/JRCMenu/JRCMenu.stories_20211103152807.tsx +0 -28
  608. package/.history/src/components/JRCMenu/JRCMenu.stories_20211116142657.tsx +0 -29
  609. package/.history/src/components/JRCMenu/JRCMenu_20211103142113.tsx +0 -88
  610. package/.history/src/components/JRCMenu/JRCMenu_20211103142232.tsx +0 -88
  611. package/.history/src/components/JRCModal/JRCModal_20211103142136.tsx +0 -142
  612. package/.history/src/components/JRCModal/JRCModal_20211103142246.tsx +0 -142
  613. package/.history/src/components/JRCModalImg/JRCModalImg_20210824103034.tsx +0 -148
  614. package/.history/src/components/JRCModalImg/JRCModalImg_20211103142306.tsx +0 -159
  615. package/.history/src/components/JRCPagination/JRCPagination.stories_20211116142641.tsx +0 -65
  616. package/.history/src/components/JRCPagination/JRCPagination.stories_20211116142646.tsx +0 -66
  617. package/.history/src/components/JRCPagination/JRCPagination_20211103142342.tsx +0 -219
  618. package/.history/src/components/JRCTag/JRCTag_20211116142631.tsx +0 -149
  619. package/.history/src/components/JRCThemeProvider/theme-reset_20210615082115.css +0 -254
  620. package/.history/src/components/JRCThemeProvider/theme-reset_20210615143930.css +0 -253
  621. package/.history/src/components/JRCTooltip/JRCTooltip.stories_20211103143919.tsx +0 -85
  622. package/.history/src/components/JRCTooltip/JRCTooltip.stories_20211103144205.tsx +0 -85
  623. package/.history/src/components/JRCTooltip/JRCTooltip.stories_20211116142619.tsx +0 -86
  624. package/.history/src/components/JRCTypography/JRCTypography.test_20211103152807.tsx +0 -43
  625. package/.history/src/components/JRCTypography/JRCTypography.test_20211116142608.tsx +0 -43
  626. package/.history/src/hooks/UseDidMountEffect_20211103152807.tsx +0 -12
  627. package/.history/src/hooks/UseDidMountEffect_20211116142601.tsx +0 -12
  628. package/.history/src/index_20210330171346.tsx +0 -145
  629. package/.history/src/index_20210330171430.tsx +0 -150
  630. package/.history/src/index_20210406174244.tsx +0 -151
  631. package/.history/src/index_20210406174248.tsx +0 -151
  632. package/.history/src/index_20210406174255.tsx +0 -152
  633. package/.history/src/index_20210406174317.tsx +0 -152
  634. package/.history/src/index_20210406174329.tsx +0 -153
  635. package/.history/src/index_20210412153458.tsx +0 -155
  636. package/.history/src/index_20210412153503.tsx +0 -155
  637. package/.history/src/index_20210427113335.tsx +0 -162
  638. package/.history/src/index_20210427113346.tsx +0 -162
  639. package/.history/src/index_20210427113356.tsx +0 -163
  640. package/.history/src/jest/svgTransform_20211103152807.js +0 -9
  641. package/.history/src/jest/svgTransform_20211117164503.js +0 -10
  642. package/.history/src/storybook/StorybookContainer/StorybookContainer_20210114075959.scss +0 -22
  643. package/.history/src/storybook/StorybookContainer/StorybookContainer_20210330170040.scss +0 -23
  644. package/.history/src/storybook/decorators_20210114075959.tsx +0 -17
  645. package/.history/src/storybook/decorators_20210430082612.tsx +0 -17
  646. package/.history/src/storybook/decorators_20210430082629.tsx +0 -13
  647. package/.history/src/storybook/decorators_20210430082644.tsx +0 -13
  648. package/.history/src/styles/theme_20211123150650.tsx +0 -167
  649. package/.history/src/styles/theme_20211123150708.tsx +0 -168
  650. package/.history/src/styles/theme_20211123150807.tsx +0 -168
  651. package/.history/src/styles/theme_20211123150905.tsx +0 -180
  652. package/.history/src/styles/theme_20211123150921.tsx +0 -175
  653. package/.history/src/styles/theme_20211123150928.tsx +0 -179
  654. package/.history/src/styles/theme_20211123151003.tsx +0 -178
  655. package/.history/src/styles/theme_20211123151005.tsx +0 -178
  656. package/.history/src/styles/theme_20211123151037.tsx +0 -177
  657. package/.history/src/styles/theme_20211123151145.tsx +0 -179
  658. package/.history/src/styles/theme_20211123151303.tsx +0 -179
  659. package/.history/src/styles/theme_20211123151327.tsx +0 -179
  660. package/.history/src/styles/theme_20211123151413.tsx +0 -170
  661. package/.history/src/styles/theme_20211123151416.tsx +0 -169
  662. package/.history/src/styles/theme_20211123151438.tsx +0 -178
  663. package/.history/src/styles/theme_20211123151505.tsx +0 -169
  664. package/.history/src/styles/theme_20211123151654.tsx +0 -179
  665. package/.history/src/styles/theme_20211123151847.tsx +0 -177
  666. package/.history/src/styles/theme_20211123151924.tsx +0 -173
  667. package/.history/src/styles/theme_20211123151946.tsx +0 -173
  668. package/.history/src/styles/theme_20211123151951.tsx +0 -175
  669. package/.history/src/styles/theme_20211123151959.tsx +0 -175
  670. package/.history/src/styles/theme_20211123153945.tsx +0 -173
  671. package/.history/src/styles/theme_20211123153953.tsx +0 -175
  672. package/.history/src/styles/theme_20211123154113.tsx +0 -175
  673. package/.history/src/styles/theme_20211125142741.tsx +0 -166
  674. package/.history/src/styles/utils_20211116141848.tsx +0 -220
  675. package/.history/src/styles/utils_20211116142330.tsx +0 -220
  676. package/.history/src/styles/utils_20211116142340.tsx +0 -220
  677. package/.history/src/styles/utils_20211116142354.tsx +0 -221
  678. package/.history/src/styles/utils_20211116142407.tsx +0 -222
  679. package/.history/src/types/react-table-config.d_20211103152807.ts +0 -128
  680. package/.history/src/types/react-table-config.d_20211116142449.ts +0 -129
  681. package/.history/src/types/react-table-config.d_20211116142537.ts +0 -127
  682. package/.history/src/types/react-table-config.d_20211116142544.ts +0 -124
  683. package/.history/src/types/react-table-config.d_20211116142551.ts +0 -122
  684. package/.history/src/types/react-table-config.d_20211116142914.ts +0 -123
  685. package/.history/src/types/react-table-config.d_20211116142918.ts +0 -122
  686. package/.history/src/types/react-table-config.d_20211116142923.ts +0 -121
  687. package/.history/src/types/react-table-config.d_20211116142926.ts +0 -120
  688. package/.history/src/types/react-table-config.d_20211116142929.ts +0 -119
  689. package/.history/src/types/react-table-config.d_20211116142931.ts +0 -118
  690. package/.history/src/types/react-table-config.d_20211116142934.ts +0 -117
  691. package/.history/src/types/react-table-config.d_20211116142935.ts +0 -116
  692. package/.history/src/types/react-table-config.d_20211116142938.ts +0 -115
  693. package/.history/src/types/react-table-config.d_20211116142943.ts +0 -114
  694. package/.history/src/types/react-table-config.d_20211116143050.ts +0 -123
  695. package/.history/src/utils/test-utils_20211103152807.tsx +0 -40
  696. package/.history/src/utils/test-utils_20211116142526.tsx +0 -40
  697. package/.history/src/utils/test-utils_20211116143351.tsx +0 -40
  698. package/.history/src/utils/test-utils_20211117095711.tsx +0 -40
  699. package/.history/src/utils/test-utils_20211117095720.tsx +0 -41
  700. package/.history/tsconfig_20210929171235.json +0 -16
  701. package/.history/tsconfig_20210929171551.json +0 -16
  702. package/.history/tsconfig_20210929171715.json +0 -17
  703. package/.history/tsconfig_20210929171832.json +0 -17
  704. package/.history/webpack.config_20211109143806.js +0 -70
  705. package/.history/webpack.config_20211109144159.js +0 -66
  706. package/.history/webpack.config_20211109144211.js +0 -67
  707. package/.history/webpack.config_20211109144446.js +0 -67
  708. package/.history/webpack.config_20211109144537.js +0 -70
  709. package/.history/webpack.config_20211109144549.js +0 -70
  710. package/.history/webpack.config_20211109153132.js +0 -69
  711. package/.history/webpack.config_20211109153209.js +0 -71
  712. package/.history/webpack.config_20211109153224.js +0 -72
  713. package/.history/webpack.config_20211109162125.js +0 -72
  714. package/.history/webpack.config_20211117164435.js +0 -69
  715. package/.history/webpack.config_20211117164440.js +0 -70
  716. package/.husky/pre-commit +0 -4
  717. package/.prettierignore +0 -80
  718. package/.prettierrc.json +0 -11
  719. package/.storybook/StorybookContainer/StorybookContainer.css +0 -10
  720. package/.storybook/StorybookContainer/StorybookContainer.tsx +0 -39
  721. package/.storybook/main.js +0 -9
  722. package/.storybook/preview-head.html +0 -8
  723. package/.storybook/preview.js +0 -21
  724. package/.storybook/webpack.config.js +0 -25
  725. package/.vscode/settings.json +0 -9
  726. package/babel.config.js +0 -14
  727. package/eslint_report.json +0 -1312
  728. package/externals.d.ts +0 -4
  729. package/favicon.ico +0 -0
  730. package/jest.config.js +0 -16
  731. package/jest.setup.ts +0 -1
  732. package/src/assets/check.svg +0 -4
  733. package/src/assets/error.svg +0 -3
  734. package/src/components/Common/DashedFocusBorder.tsx +0 -20
  735. package/src/components/Common/JRCConditionalWrapper.tsx +0 -12
  736. package/src/components/Common/util/getColor.util.ts +0 -12
  737. package/src/components/Form/Common/ClickAwayListener.tsx +0 -41
  738. package/src/components/Form/Common/FormDescription.tsx +0 -9
  739. package/src/components/Form/Common/FormHelper.tsx +0 -30
  740. package/src/components/Form/Common/FormLabel.tsx +0 -38
  741. package/src/components/Form/Common/FormMessageFeedback.tsx +0 -52
  742. package/src/components/Form/Common/types.ts +0 -31
  743. package/src/components/Form/Input/Common/JRCFormErrors.tsx +0 -40
  744. package/src/components/Form/Input/Common/JRCFormFieldRenderer.tsx +0 -85
  745. package/src/components/Form/Input/Common/JRCFormFieldRenderer.types.tsx +0 -51
  746. package/src/components/Form/Input/Common/useFormControls.tsx +0 -108
  747. package/src/components/Form/Input/JRCFormAutocomplete/JRCFormAutocompleteAudience.stories.tsx +0 -38
  748. package/src/components/Form/Input/JRCFormAutocomplete/JRCFormAutocompleteAudience.tsx +0 -47
  749. package/src/components/Form/Input/JRCFormAutocomplete/JRCFormAutocompleteCommunity.stories.tsx +0 -37
  750. package/src/components/Form/Input/JRCFormAutocomplete/JRCFormAutocompleteCommunity.tsx +0 -25
  751. package/src/components/Form/Input/JRCFormAutocomplete/JRCFormAutocompleteTaxonomy.stories.tsx +0 -39
  752. package/src/components/Form/Input/JRCFormAutocomplete/JRCFormAutocompleteTaxonomy.tsx +0 -33
  753. package/src/components/Form/Input/JRCFormCheckbox/JRCCheckbox.tsx +0 -46
  754. package/src/components/Form/Input/JRCFormCheckbox/JRCFormCheckbox.stories.tsx +0 -61
  755. package/src/components/Form/Input/JRCFormCheckbox/JRCFormCheckbox.style.tsx +0 -101
  756. package/src/components/Form/Input/JRCFormCheckbox/JRCFormCheckbox.tsx +0 -116
  757. package/src/components/Form/Input/JRCFormCheckbox/JRCFormCheckbox.types.tsx +0 -58
  758. package/src/components/Form/Input/JRCFormCheckbox/JRCRadio.tsx +0 -27
  759. package/src/components/Form/Input/JRCFormCheckbox/JRCToggle.tsx +0 -75
  760. package/src/components/Form/Input/JRCFormColor/JRCFormColor.stories.tsx +0 -26
  761. package/src/components/Form/Input/JRCFormColor/JRCFormColor.tsx +0 -78
  762. package/src/components/Form/Input/JRCFormDateTime/JRCFormDateTime.tsx +0 -1079
  763. package/src/components/Form/Input/JRCFormDateTime/JRCFormInputDateTime.stories.tsx +0 -71
  764. package/src/components/Form/Input/JRCFormEmail/JRCFormEmail.stories.tsx +0 -22
  765. package/src/components/Form/Input/JRCFormEmail/JRCFormEmail.tsx +0 -36
  766. package/src/components/Form/Input/JRCFormEmail/JRCInputEmail.stories.tsx +0 -48
  767. package/src/components/Form/Input/JRCFormEmail/JRCInputEmail.tsx +0 -26
  768. package/src/components/Form/Input/JRCFormFieldRender.tsx +0 -115
  769. package/src/components/Form/Input/JRCFormFile/JRCFormFile.stories.tsx +0 -37
  770. package/src/components/Form/Input/JRCFormFile/JRCFormFile.styles.tsx +0 -75
  771. package/src/components/Form/Input/JRCFormFile/JRCFormFile.tsx +0 -169
  772. package/src/components/Form/Input/JRCFormNumber/JRCFormNumber.stories.tsx +0 -24
  773. package/src/components/Form/Input/JRCFormNumber/JRCFormNumber.tsx +0 -37
  774. package/src/components/Form/Input/JRCFormRange/JRCFormRange.stories.tsx +0 -48
  775. package/src/components/Form/Input/JRCFormRange/JRCFormRange.tsx +0 -106
  776. package/src/components/Form/Input/JRCFormReceiveACopy/JRCFormReceiveACopy.stories.tsx +0 -10
  777. package/src/components/Form/Input/JRCFormReceiveACopy/JRCFormReceiveACopy.tsx +0 -22
  778. package/src/components/Form/Input/JRCFormRichText/JRCFormRichTextField.stories.tsx +0 -23
  779. package/src/components/Form/Input/JRCFormRichText/JRCFormRichTextField.tsx +0 -272
  780. package/src/components/Form/Input/JRCFormSelect/JRCFormSelect.stories.tsx +0 -104
  781. package/src/components/Form/Input/JRCFormSelect/JRCFormSelect.tsx +0 -399
  782. package/src/components/Form/Input/JRCFormSelect/JRCFormSelectTag.tsx +0 -134
  783. package/src/components/Form/Input/JRCFormSendAlert/JRCFormSendAlert.stories.tsx +0 -10
  784. package/src/components/Form/Input/JRCFormSendAlert/JRCFormSendAlert.tsx +0 -22
  785. package/src/components/Form/Input/JRCFormText/JRCFormText.stories.tsx +0 -26
  786. package/src/components/Form/Input/JRCFormText/JRCFormText.tsx +0 -47
  787. package/src/components/Form/Input/JRCFormTextarea/JRCFormTextarea.stories.tsx +0 -28
  788. package/src/components/Form/Input/JRCFormTextarea/JRCFormTextarea.tsx +0 -71
  789. package/src/components/Form/Input/JRCFormURL/JRCFormUrl.stories.tsx +0 -26
  790. package/src/components/Form/Input/JRCFormURL/JRCFormUrl.tsx +0 -35
  791. package/src/components/Form/Input/JRCInputCheckbox/JRCInputCheckbox.stories.tsx +0 -81
  792. package/src/components/Form/Input/JRCInputCheckbox/JRCInputCheckbox.tsx +0 -195
  793. package/src/components/Form/Input/JRCInputCheckbox/JRCInputCheckbox.types.ts +0 -27
  794. package/src/components/Form/Input/JRCInputDate/JRCInputDate.stories.tsx +0 -50
  795. package/src/components/Form/Input/JRCInputDate/JRCInputDate.tsx +0 -26
  796. package/src/components/Form/Input/JRCInputText/JRCInputText.stories.tsx +0 -52
  797. package/src/components/Form/Input/JRCInputText/JRCInputText.tsx +0 -26
  798. package/src/components/Form/Input/JRCInputTextarea/JRCInputTextarea.stories.tsx +0 -52
  799. package/src/components/Form/Input/JRCInputTextarea/JRCInputTextarea.tsx +0 -36
  800. package/src/components/Form/Input/JRCSelect/JRCAutocomplete.stories.tsx +0 -62
  801. package/src/components/Form/Input/JRCSelect/JRCAutocompleteCommunity.stories.tsx +0 -55
  802. package/src/components/Form/Input/JRCSelect/JRCAutocompleteCommunity.tsx +0 -34
  803. package/src/components/Form/Input/JRCSelect/JRCInputAutocomplete.tsx +0 -63
  804. package/src/components/Form/Input/JRCSelect/JRCInputSelect.stories.tsx +0 -66
  805. package/src/components/Form/Input/JRCSelect/JRCInputSelect.style.tsx +0 -94
  806. package/src/components/Form/Input/JRCSelect/JRCInputSelect.tsx +0 -231
  807. package/src/components/Form/Input/JRCSelect/JRCInputSelect.types.ts +0 -51
  808. package/src/components/Form/Input/JRCSelect/JRCInputSelect.utils.ts +0 -92
  809. package/src/components/Form/Input/JRCSelect/JRCInputSelectAsync.stories.tsx +0 -83
  810. package/src/components/Form/Input/JRCStyledInput.tsx +0 -102
  811. package/src/components/Form/Input/ReduxFormControls.ts +0 -135
  812. package/src/components/Form/Input/temporary.types.tsx +0 -22
  813. package/src/components/JRCAlert/JRCAlert.stories.tsx +0 -62
  814. package/src/components/JRCAlert/JRCAlert.tsx +0 -135
  815. package/src/components/JRCAppContainer/JRCAppContainer.tsx +0 -23
  816. package/src/components/JRCAppHeader/JRCAppHeader.stories.tsx +0 -25
  817. package/src/components/JRCAppHeader/JRCAppHeader.styles.tsx +0 -23
  818. package/src/components/JRCAppHeader/JRCAppHeader.tsx +0 -26
  819. package/src/components/JRCAppHeader/JRCAppHeader.types.tsx +0 -6
  820. package/src/components/JRCAppLeftColumn/JRCAppLeftColumn.stories.tsx +0 -125
  821. package/src/components/JRCAppLeftColumn/JRCAppLeftColumn.styles.tsx +0 -123
  822. package/src/components/JRCAppLeftColumn/JRCAppLeftColumn.tsx +0 -129
  823. package/src/components/JRCAppLeftColumn/JRCAppLeftColumn.types.tsx +0 -61
  824. package/src/components/JRCAppLeftColumn/JRCDefaultMenu.tsx +0 -34
  825. package/src/components/JRCAvatar/JRCAvatar.stories.tsx +0 -30
  826. package/src/components/JRCAvatar/JRCAvatar.test.tsx +0 -26
  827. package/src/components/JRCAvatar/JRCAvatar.tsx +0 -92
  828. package/src/components/JRCButton/JRCButton.stories.tsx +0 -311
  829. package/src/components/JRCButton/JRCButton.test.tsx +0 -34
  830. package/src/components/JRCButton/JRCButton.tsx +0 -126
  831. package/src/components/JRCButton/JRCButtonConfig.tsx +0 -150
  832. package/src/components/JRCButton/JRCValidationButton.tsx +0 -91
  833. package/src/components/JRCButton/__snapshots__/JRCButton.test.tsx.snap +0 -12
  834. package/src/components/JRCButtonDropdown/JRCButtonDropdown.stories.tsx +0 -289
  835. package/src/components/JRCButtonDropdown/JRCButtonDropdown.tsx +0 -170
  836. package/src/components/JRCCard/JRCCard.stories.tsx +0 -17
  837. package/src/components/JRCCard/JRCCard.tsx +0 -29
  838. package/src/components/JRCColumnCenter/JRCColumnCenter.tsx +0 -13
  839. package/src/components/JRCColumnLeft/JRCColumnLeft.tsx +0 -17
  840. package/src/components/JRCColumnRight/JRCColumnRight.tsx +0 -17
  841. package/src/components/JRCDate/JRCDate.stories.tsx +0 -11
  842. package/src/components/JRCDate/JRCDate.tsx +0 -32
  843. package/src/components/JRCDropDown/JRCDropDown.stories.tsx +0 -16
  844. package/src/components/JRCDropDown/JRCDropDown.tsx +0 -75
  845. package/src/components/JRCEllipsis/JRCEllipsis.stories.tsx +0 -18
  846. package/src/components/JRCEllipsis/JRCEllipsis.tsx +0 -22
  847. package/src/components/JRCFileOpen/JRCFileOpen.tsx +0 -195
  848. package/src/components/JRCFileOpen/extensions.tsx +0 -14
  849. package/src/components/JRCGrid/JRCGrid.stories.tsx +0 -45
  850. package/src/components/JRCGrid/JRCGrid.tsx +0 -15
  851. package/src/components/JRCHref/JRCHref.stories.tsx +0 -35
  852. package/src/components/JRCHref/JRCHref.tsx +0 -67
  853. package/src/components/JRCIcon/JRCIcon.stories.tsx +0 -1040
  854. package/src/components/JRCIcon/JRCIcon.tsx +0 -51
  855. package/src/components/JRCIcon/fonts.d.ts +0 -5
  856. package/src/components/JRCIconButton/JRCIconButton.stories.tsx +0 -33
  857. package/src/components/JRCIconButton/JRCIconButton.tsx +0 -97
  858. package/src/components/JRCImg/JRCImg.stories.tsx +0 -18
  859. package/src/components/JRCImg/JRCImg.test.tsx +0 -13
  860. package/src/components/JRCImg/JRCImg.tsx +0 -60
  861. package/src/components/JRCImg/url.util.ts +0 -109
  862. package/src/components/JRCImg/url.utils.test.ts +0 -80
  863. package/src/components/JRCList/JRCList.stories.tsx +0 -98
  864. package/src/components/JRCList/JRCList.styles.tsx +0 -227
  865. package/src/components/JRCList/JRCList.tsx +0 -217
  866. package/src/components/JRCList/JRCListMockData.stories.tsx +0 -105
  867. package/src/components/JRCLoader/JRCLoader.stories.tsx +0 -17
  868. package/src/components/JRCLoader/JRCLoader.tsx +0 -53
  869. package/src/components/JRCLoader/JRCSkeleton.tsx +0 -77
  870. package/src/components/JRCMenu/JRCMenu.stories.tsx +0 -29
  871. package/src/components/JRCMenu/JRCMenu.tsx +0 -80
  872. package/src/components/JRCMenuItem/JRCMenuItem.tsx +0 -51
  873. package/src/components/JRCModal/JRCModal.stories.tsx +0 -206
  874. package/src/components/JRCModal/JRCModal.styles.tsx +0 -73
  875. package/src/components/JRCModal/JRCModal.tsx +0 -203
  876. package/src/components/JRCModalImg/JRCModalImg.stories.tsx +0 -119
  877. package/src/components/JRCModalImg/JRCModalImg.styles.tsx +0 -83
  878. package/src/components/JRCModalImg/JRCModalImg.tsx +0 -140
  879. package/src/components/JRCPagination/JRCPagination.stories.tsx +0 -42
  880. package/src/components/JRCPagination/JRCPagination.test.tsx +0 -79
  881. package/src/components/JRCPagination/JRCPagination.tsx +0 -194
  882. package/src/components/JRCTabs/JRCTabItem +0 -0
  883. package/src/components/JRCTabs/JRCTabs.stories.tsx +0 -121
  884. package/src/components/JRCTabs/JRCTabs.tsx +0 -165
  885. package/src/components/JRCTag/JRCTag.stories.tsx +0 -26
  886. package/src/components/JRCTag/JRCTag.tsx +0 -140
  887. package/src/components/JRCThemeProvider/JRCThemeProvider.tsx +0 -26
  888. package/src/components/JRCThemeProvider/animation.css +0 -46
  889. package/src/components/JRCThemeProvider/font.css +0 -12
  890. package/src/components/JRCThemeProvider/fontawesome-icons.css +0 -10
  891. package/src/components/JRCThemeProvider/fontspot-icons.css +0 -10
  892. package/src/components/JRCThemeProvider/gabarit.css +0 -96
  893. package/src/components/JRCThemeProvider/scrollbar.css +0 -18
  894. package/src/components/JRCThemeProvider/theme-reset.css +0 -246
  895. package/src/components/JRCTooltip/JRCTooltip.stories.tsx +0 -87
  896. package/src/components/JRCTooltip/JRCTooltip.tsx +0 -148
  897. package/src/components/JRCTypo/JRCTypo.stories.tsx +0 -42
  898. package/src/components/JRCTypo/JRCTypo.tsx +0 -91
  899. package/src/components/JRCTypography/JRCTypography.d.tsx +0 -29
  900. package/src/components/JRCTypography/JRCTypography.stories.tsx +0 -18
  901. package/src/components/JRCTypography/JRCTypography.styles.tsx +0 -18
  902. package/src/components/JRCTypography/JRCTypography.test.tsx +0 -38
  903. package/src/components/JRCTypography/JRCTypography.tsx +0 -5
  904. package/src/components/JRCTypography/__snapshots__/JRCTypography.test.tsx.snap +0 -11
  905. package/src/components/Templates/JRCBase.template.tsx +0 -39
  906. package/src/components/Templates/JRCTemplate.stories.tsx +0 -55
  907. package/src/components/Templates/JRCTwoColumns.template.tsx +0 -20
  908. package/src/hooks/UseDebounce.ts +0 -25
  909. package/src/hooks/UseDidMountEffect.tsx +0 -10
  910. package/src/hooks/UseTimeout.ts +0 -24
  911. package/src/index.tsx +0 -209
  912. package/src/jest/EmptyModule.js +0 -0
  913. package/src/jest/svgTransform.js +0 -10
  914. package/src/storybook/decorators.tsx +0 -17
  915. package/src/styles/Theme.stories.tsx +0 -265
  916. package/src/styles/theme.d.ts +0 -6
  917. package/src/styles/theme.tsx +0 -207
  918. package/src/styles/utils.tsx +0 -221
  919. package/src/translation/index.tsx +0 -2
  920. package/src/translation/lang.json +0 -30
  921. package/src/types/dataAttributes.ts +0 -7
  922. package/src/types/react-table-config.d.ts +0 -123
  923. package/src/types.ts +0 -101
  924. package/src/utils/const.ts +0 -9
  925. package/src/utils/test-utils.tsx +0 -41
  926. package/src/utils/types.tsx +0 -35
  927. package/src/utils/utils.date.test.tsx +0 -14
  928. package/src/utils/utils.date.tsx +0 -20
  929. package/src/utils/utils.document.tsx +0 -54
  930. package/src/utils/utils.object.test.tsx +0 -38
  931. package/src/utils/utils.object.tsx +0 -71
  932. package/src/utils/utils.regexp.test.ts +0 -11
  933. package/src/utils/utils.regexp.tsx +0 -8
  934. package/src/utils/utils.string.test.ts +0 -18
  935. package/src/utils/utils.string.ts +0 -7
  936. package/tsconfig.json +0 -18
  937. package/webpack.config.js +0 -70
@@ -0,0 +1 @@
1
+ (self.webpackChunkjamespot_react_components=self.webpackChunkjamespot_react_components||[]).push([[881],{"./node_modules/@storybook/components/dist/esm/controls/Color.js":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{ColorControl:()=>ColorControl,default:()=>Color});__webpack_require__("./node_modules/core-js/modules/es.object.keys.js"),__webpack_require__("./node_modules/core-js/modules/es.symbol.js"),__webpack_require__("./node_modules/core-js/modules/es.symbol.description.js"),__webpack_require__("./node_modules/core-js/modules/es.object.to-string.js"),__webpack_require__("./node_modules/core-js/modules/es.symbol.iterator.js"),__webpack_require__("./node_modules/core-js/modules/es.string.iterator.js"),__webpack_require__("./node_modules/core-js/modules/es.array.iterator.js"),__webpack_require__("./node_modules/core-js/modules/web.dom-collections.iterator.js"),__webpack_require__("./node_modules/core-js/modules/es.array.from.js"),__webpack_require__("./node_modules/core-js/modules/es.array.concat.js"),__webpack_require__("./node_modules/core-js/modules/es.object.assign.js"),__webpack_require__("./node_modules/core-js/modules/es.object.values.js"),__webpack_require__("./node_modules/core-js/modules/es.string.match.js"),__webpack_require__("./node_modules/core-js/modules/es.regexp.exec.js"),__webpack_require__("./node_modules/core-js/modules/es.array.map.js"),__webpack_require__("./node_modules/core-js/modules/es.number.constructor.js"),__webpack_require__("./node_modules/core-js/modules/es.string.replace.js"),__webpack_require__("./node_modules/core-js/modules/es.string.starts-with.js"),__webpack_require__("./node_modules/core-js/modules/es.string.split.js"),__webpack_require__("./node_modules/core-js/modules/es.array.slice.js"),__webpack_require__("./node_modules/core-js/modules/es.array.filter.js"),__webpack_require__("./node_modules/core-js/modules/es.function.name.js");var react=__webpack_require__("./node_modules/react/index.js");function u(){return(u=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e}).apply(this,arguments)}function c(e,r){if(null==e)return{};var t,n,o={},a=Object.keys(e);for(n=0;n<a.length;n++)r.indexOf(t=a[n])>=0||(o[t]=e[t]);return o}function i(e){var t=(0,react.useRef)(e),n=(0,react.useRef)((function(e){t.current&&t.current(e)}));return t.current=e,n.current}var s=function(e,r,t){return void 0===r&&(r=0),void 0===t&&(t=1),e>t?t:e<r?r:e},f=function(e){return"touches"in e},v=function(e){return e&&e.ownerDocument.defaultView||self},d=function(e,r,t){var n=e.getBoundingClientRect(),o=f(r)?function(e,r){for(var t=0;t<e.length;t++)if(e[t].identifier===r)return e[t];return e[0]}(r.touches,t):r;return{left:s((o.pageX-(n.left+v(e).pageXOffset))/n.width),top:s((o.pageY-(n.top+v(e).pageYOffset))/n.height)}},h=function(e){!f(e)&&e.preventDefault()},m=react.memo((function(o){var a=o.onMove,l=o.onKey,s=c(o,["onMove","onKey"]),m=(0,react.useRef)(null),g=i(a),p=i(l),b=(0,react.useRef)(null),_=(0,react.useRef)(!1),x=(0,react.useMemo)((function(){var e=function(e){h(e),(f(e)?e.touches.length>0:e.buttons>0)&&m.current?g(d(m.current,e,b.current)):t(!1)},r=function(){return t(!1)};function t(t){var n=_.current,o=v(m.current),a=t?o.addEventListener:o.removeEventListener;a(n?"touchmove":"mousemove",e),a(n?"touchend":"mouseup",r)}return[function(e){var r=e.nativeEvent,n=m.current;if(n&&(h(r),!function(e,r){return r&&!f(e)}(r,_.current)&&n)){if(f(r)){_.current=!0;var o=r.changedTouches||[];o.length&&(b.current=o[0].identifier)}n.focus(),g(d(n,r,b.current)),t(!0)}},function(e){var r=e.which||e.keyCode;r<37||r>40||(e.preventDefault(),p({left:39===r?.05:37===r?-.05:0,top:40===r?.05:38===r?-.05:0}))},t]}),[p,g]),C=x[0],E=x[1],H=x[2];return(0,react.useEffect)((function(){return H}),[H]),react.createElement("div",u({},s,{onTouchStart:C,onMouseDown:C,className:"react-colorful__interactive",ref:m,onKeyDown:E,tabIndex:0,role:"slider"}))})),g=function(e){return e.filter(Boolean).join(" ")},p=function(r){var t=r.color,n=r.left,o=r.top,a=void 0===o?.5:o,l=g(["react-colorful__pointer",r.className]);return react.createElement("div",{className:l,style:{top:100*a+"%",left:100*n+"%"}},react.createElement("div",{className:"react-colorful__pointer-fill",style:{backgroundColor:t}}))},b=function(e,r,t){return void 0===r&&(r=0),void 0===t&&(t=Math.pow(10,r)),Math.round(t*e)/t},_={grad:.9,turn:360,rad:360/(2*Math.PI)},x=function(e){return"#"===e[0]&&(e=e.substr(1)),e.length<6?{r:parseInt(e[0]+e[0],16),g:parseInt(e[1]+e[1],16),b:parseInt(e[2]+e[2],16),a:1}:{r:parseInt(e.substr(0,2),16),g:parseInt(e.substr(2,2),16),b:parseInt(e.substr(4,2),16),a:1}},C=function(e,r){return void 0===r&&(r="deg"),Number(e)*(_[r]||1)},E=function(e){var r=/hsla?\(?\s*(-?\d*\.?\d+)(deg|rad|grad|turn)?[,\s]+(-?\d*\.?\d+)%?[,\s]+(-?\d*\.?\d+)%?,?\s*[/\s]*(-?\d*\.?\d+)?(%)?\s*\)?/i.exec(e);return r?M({h:C(r[1],r[2]),s:Number(r[3]),l:Number(r[4]),a:void 0===r[5]?1:Number(r[5])/(r[6]?100:1)}):{h:0,s:0,v:0,a:1}},M=function(e){var r=e.s,t=e.l;return{h:e.h,s:(r*=(t<50?t:100-t)/100)>0?2*r/(t+r)*100:0,v:t+r,a:e.a}},N=function(e){var r=e.s,t=e.v,n=e.a,o=(200-r)*t/100;return{h:b(e.h),s:b(o>0&&o<200?r*t/100/(o<=100?o:200-o)*100:0),l:b(o/2),a:b(n,2)}},w=function(e){var r=N(e);return"hsl("+r.h+", "+r.s+"%, "+r.l+"%)"},y=function(e){var r=N(e);return"hsla("+r.h+", "+r.s+"%, "+r.l+"%, "+r.a+")"},q=function(e){var r=e.h,t=e.s,n=e.v,o=e.a;r=r/360*6,t/=100,n/=100;var a=Math.floor(r),l=n*(1-t),u=n*(1-(r-a)*t),c=n*(1-(1-r+a)*t),i=a%6;return{r:b(255*[n,u,l,l,c,n][i]),g:b(255*[c,n,n,u,l,l][i]),b:b(255*[l,l,c,n,n,u][i]),a:b(o,2)}},I=function(e){var r=/rgba?\(?\s*(-?\d*\.?\d+)(%)?[,\s]+(-?\d*\.?\d+)(%)?[,\s]+(-?\d*\.?\d+)(%)?,?\s*[/\s]*(-?\d*\.?\d+)?(%)?\s*\)?/i.exec(e);return r?B({r:Number(r[1])/(r[2]?100/255:1),g:Number(r[3])/(r[4]?100/255:1),b:Number(r[5])/(r[6]?100/255:1),a:void 0===r[7]?1:Number(r[7])/(r[8]?100:1)}):{h:0,s:0,v:0,a:1}},z=function(e){var r=e.toString(16);return r.length<2?"0"+r:r},B=function(e){var r=e.r,t=e.g,n=e.b,o=e.a,a=Math.max(r,t,n),l=a-Math.min(r,t,n),u=l?a===r?(t-n)/l:a===t?2+(n-r)/l:4+(r-t)/l:0;return{h:b(60*(u<0?u+6:u)),s:b(a?l/a*100:0),v:b(a/255*100),a:o}},K=react.memo((function(r){var t=r.hue,n=r.onChange,o=g(["react-colorful__hue",r.className]);return react.createElement("div",{className:o},react.createElement(m,{onMove:function(e){n({h:360*e.left})},onKey:function(e){n({h:s(t+360*e.left,0,360)})},"aria-label":"Hue","aria-valuetext":b(t)},react.createElement(p,{className:"react-colorful__hue-pointer",left:t/360,color:w({h:t,s:100,v:100,a:1})})))})),L=react.memo((function(r){var t=r.hsva,n=r.onChange,o={backgroundColor:w({h:t.h,s:100,v:100,a:1})};return react.createElement("div",{className:"react-colorful__saturation",style:o},react.createElement(m,{onMove:function(e){n({s:100*e.left,v:100-100*e.top})},onKey:function(e){n({s:s(t.s+100*e.left,0,100),v:s(t.v-100*e.top,0,100)})},"aria-label":"Color","aria-valuetext":"Saturation "+b(t.s)+"%, Brightness "+b(t.v)+"%"},react.createElement(p,{className:"react-colorful__saturation-pointer",top:1-t.v/100,left:t.s/100,color:w(t)})))})),A=function(e,r){if(e===r)return!0;for(var t in e)if(e[t]!==r[t])return!1;return!0},S=function(e,r){return e.replace(/\s/g,"")===r.replace(/\s/g,"")};function T(e,t,l){var u=i(l),c=(0,react.useState)((function(){return e.toHsva(t)})),s=c[0],f=c[1],v=(0,react.useRef)({color:t,hsva:s});(0,react.useEffect)((function(){if(!e.equal(t,v.current.color)){var r=e.toHsva(t);v.current={hsva:r,color:t},f(r)}}),[t,e]),(0,react.useEffect)((function(){var r;A(s,v.current.hsva)||e.equal(r=e.fromHsva(s),v.current.color)||(v.current={hsva:s,color:r},u(r))}),[s,e,u]);var d=(0,react.useCallback)((function(e){f((function(r){return Object.assign({},r,e)}))}),[]);return[s,d]}var F,P="undefined"!=typeof window?react.useLayoutEffect:react.useEffect,R=new Map,V=function(e){P((function(){var r=e.current?e.current.ownerDocument:document;if(void 0!==r&&!R.has(r)){var t=r.createElement("style");t.innerHTML='.react-colorful{position:relative;display:flex;flex-direction:column;width:200px;height:200px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.react-colorful__saturation{position:relative;flex-grow:1;border-color:transparent;border-bottom:12px solid #000;border-radius:8px 8px 0 0;background-image:linear-gradient(0deg,#000,transparent),linear-gradient(90deg,#fff,hsla(0,0%,100%,0))}.react-colorful__alpha-gradient,.react-colorful__pointer-fill{content:"";position:absolute;left:0;top:0;right:0;bottom:0;pointer-events:none;border-radius:inherit}.react-colorful__alpha-gradient,.react-colorful__saturation{box-shadow:inset 0 0 0 1px rgba(0,0,0,.05)}.react-colorful__alpha,.react-colorful__hue{position:relative;height:24px}.react-colorful__hue{background:linear-gradient(90deg,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red)}.react-colorful__last-control{border-radius:0 0 8px 8px}.react-colorful__interactive{position:absolute;left:0;top:0;right:0;bottom:0;border-radius:inherit;outline:none;touch-action:none}.react-colorful__pointer{position:absolute;z-index:1;box-sizing:border-box;width:28px;height:28px;transform:translate(-50%,-50%);background-color:#fff;border:2px solid #fff;border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,.2)}.react-colorful__interactive:focus .react-colorful__pointer{transform:translate(-50%,-50%) scale(1.1)}.react-colorful__alpha,.react-colorful__alpha-pointer{background-color:#fff;background-image:url(\'data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill-opacity=".05"><path d="M8 0h8v8H8zM0 8h8v8H0z"/></svg>\')}.react-colorful__saturation-pointer{z-index:3}.react-colorful__hue-pointer{z-index:2}',R.set(r,t);var n=F||__webpack_require__.nc;n&&t.setAttribute("nonce",n),r.head.appendChild(t)}}),[])},$=function(t){var n=t.className,o=t.colorModel,a=t.color,l=void 0===a?o.defaultColor:a,i=t.onChange,s=c(t,["className","colorModel","color","onChange"]),f=(0,react.useRef)(null);V(f);var v=T(o,l,i),d=v[0],h=v[1],m=g(["react-colorful",n]);return react.createElement("div",u({},s,{ref:f,className:m}),react.createElement(L,{hsva:d,onChange:h}),react.createElement(K,{hue:d.h,onChange:h,className:"react-colorful__last-control"}))},G={defaultColor:"000",toHsva:function(e){return B(x(e))},fromHsva:function(e){return t=(r=q(e)).g,n=r.b,"#"+z(r.r)+z(t)+z(n);var r,t,n},equal:function(e,r){return e.toLowerCase()===r.toLowerCase()||A(x(e),x(r))}},Q=function(r){var t=r.className,n=r.hsva,o=r.onChange,a={backgroundImage:"linear-gradient(90deg, "+y(Object.assign({},n,{a:0}))+", "+y(Object.assign({},n,{a:1}))+")"},l=g(["react-colorful__alpha",t]);return react.createElement("div",{className:l},react.createElement("div",{className:"react-colorful__alpha-gradient",style:a}),react.createElement(m,{onMove:function(e){o({a:e.left})},onKey:function(e){o({a:s(n.a+e.left)})},"aria-label":"Alpha","aria-valuetext":b(100*n.a)+"%"},react.createElement(p,{className:"react-colorful__alpha-pointer",left:n.a,color:y(n)})))},U=function(t){var n=t.className,o=t.colorModel,a=t.color,l=void 0===a?o.defaultColor:a,i=t.onChange,s=c(t,["className","colorModel","color","onChange"]),f=(0,react.useRef)(null);V(f);var v=T(o,l,i),d=v[0],h=v[1],m=g(["react-colorful",n]);return react.createElement("div",u({},s,{ref:f,className:m}),react.createElement(L,{hsva:d,onChange:h}),react.createElement(K,{hue:d.h,onChange:h}),react.createElement(Q,{hsva:d,onChange:h,className:"react-colorful__last-control"}))},ee={defaultColor:"hsla(0, 0%, 0%, 1)",toHsva:E,fromHsva:y,equal:S},ge={defaultColor:"rgba(0, 0, 0, 1)",toHsva:I,fromHsva:function(e){var r=q(e);return"rgba("+r.r+", "+r.g+", "+r.b+", "+r.a+")"},equal:S},color_convert=__webpack_require__("./node_modules/color-convert/index.js"),color_convert_default=__webpack_require__.n(color_convert),throttle=__webpack_require__("./node_modules/lodash/throttle.js"),throttle_default=__webpack_require__.n(throttle),esm=__webpack_require__("./node_modules/@storybook/theming/dist/esm/index.js");__webpack_require__("./node_modules/core-js/modules/es.string.bold.js");function _objectWithoutProperties(source,excluded){if(null==source)return{};var key,i,target=function _objectWithoutPropertiesLoose(source,excluded){if(null==source)return{};var key,i,target={},sourceKeys=Object.keys(source);for(i=0;i<sourceKeys.length;i++)key=sourceKeys[i],excluded.indexOf(key)>=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i<sourceSymbolKeys.length;i++)key=sourceSymbolKeys[i],excluded.indexOf(key)>=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var Note=esm.zo.div((function(_ref){var theme=_ref.theme;return{padding:"2px 6px",lineHeight:"16px",fontSize:10,fontWeight:theme.typography.weight.bold,color:theme.color.lightest,boxShadow:"0 0 5px 0 rgba(0, 0, 0, 0.3)",borderRadius:4,whiteSpace:"nowrap",pointerEvents:"none",zIndex:-1,background:"light"===theme.base?"rgba(60, 60, 60, 0.9)":"rgba(20, 20, 20, 0.85)",margin:6}})),TooltipNote=function TooltipNote(_ref2){var note=_ref2.note,props=_objectWithoutProperties(_ref2,["note"]);return react.createElement(Note,props,note)};TooltipNote.displayName="TooltipNote";var _ColorPicker,_fallbackColor,lazy_WithTooltip=__webpack_require__("./node_modules/@storybook/components/dist/esm/tooltip/lazy-WithTooltip.js"),esm_form=__webpack_require__("./node_modules/@storybook/components/dist/esm/form/index.js"),icon=__webpack_require__("./node_modules/@storybook/components/dist/esm/icon/icon.js"),helpers=__webpack_require__("./node_modules/@storybook/components/dist/esm/controls/helpers.js");function _slicedToArray(arr,i){return function _arrayWithHoles(arr){if(Array.isArray(arr))return arr}(arr)||function _iterableToArrayLimit(arr,i){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(arr)))return;var _arr=[],_n=!0,_d=!1,_e=void 0;try{for(var _s,_i=arr[Symbol.iterator]();!(_n=(_s=_i.next()).done)&&(_arr.push(_s.value),!i||_arr.length!==i);_n=!0);}catch(err){_d=!0,_e=err}finally{try{_n||null==_i.return||_i.return()}finally{if(_d)throw _e}}return _arr}(arr,i)||function _unsupportedIterableToArray(o,minLen){if(!o)return;if("string"==typeof o)return _arrayLikeToArray(o,minLen);var n=Object.prototype.toString.call(o).slice(8,-1);"Object"===n&&o.constructor&&(n=o.constructor.name);if("Map"===n||"Set"===n)return Array.from(o);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return _arrayLikeToArray(o,minLen)}(arr,i)||function _nonIterableRest(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function _arrayLikeToArray(arr,len){(null==len||len>arr.length)&&(len=arr.length);for(var i=0,arr2=new Array(len);i<len;i++)arr2[i]=arr[i];return arr2}function _defineProperty(obj,key,value){return key in obj?Object.defineProperty(obj,key,{value,enumerable:!0,configurable:!0,writable:!0}):obj[key]=value,obj}function _extends(){return _extends=Object.assign||function(target){for(var i=1;i<arguments.length;i++){var source=arguments[i];for(var key in source)Object.prototype.hasOwnProperty.call(source,key)&&(target[key]=source[key])}return target},_extends.apply(this,arguments)}function Color_objectWithoutProperties(source,excluded){if(null==source)return{};var key,i,target=function Color_objectWithoutPropertiesLoose(source,excluded){if(null==source)return{};var key,i,target={},sourceKeys=Object.keys(source);for(i=0;i<sourceKeys.length;i++)key=sourceKeys[i],excluded.indexOf(key)>=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i<sourceSymbolKeys.length;i++)key=sourceSymbolKeys[i],excluded.indexOf(key)>=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var Wrapper=esm.zo.div({position:"relative",maxWidth:250}),PickerTooltip=(0,esm.zo)(lazy_WithTooltip.R)({position:"absolute",zIndex:1,top:4,left:4}),TooltipContent=esm.zo.div({width:200,margin:5,".react-colorful__saturation":{borderRadius:"4px 4px 0 0"},".react-colorful__hue":{boxShadow:"inset 0 0 0 1px rgb(0 0 0 / 5%)"},".react-colorful__last-control":{borderRadius:"0 0 4px 4px"}}),Color_Note=(0,esm.zo)(TooltipNote)((function(_ref){return{fontFamily:_ref.theme.typography.fonts.base}})),Swatches=esm.zo.div({display:"grid",gridTemplateColumns:"repeat(9, 16px)",gap:6,padding:3,marginTop:5,width:200}),SwatchColor=esm.zo.div((function(_ref2){var theme=_ref2.theme;return{width:16,height:16,boxShadow:_ref2.active?"".concat(theme.appBorderColor," 0 0 0 1px inset, ").concat(theme.color.mediumdark,"50 0 0 0 4px"):"".concat(theme.appBorderColor," 0 0 0 1px inset"),borderRadius:theme.appBorderRadius}})),Swatch=function Swatch(_ref3){var value=_ref3.value,active=_ref3.active,onClick=_ref3.onClick,style=_ref3.style,props=Color_objectWithoutProperties(_ref3,["value","active","onClick","style"]),backgroundImage="linear-gradient(".concat(value,", ").concat(value,"), ").concat('url(\'data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill-opacity=".05"><path d="M8 0h8v8H8zM0 8h8v8H0z"/></svg>\')',", linear-gradient(#fff, #fff)");return react.createElement(SwatchColor,_extends({},props,{active,onClick,style:Object.assign({},style,{backgroundImage})}))};Swatch.displayName="Swatch";var ColorSpace,Input=(0,esm.zo)(esm_form.l.Input)((function(_ref4){return{width:"100%",paddingLeft:30,paddingRight:30,boxSizing:"border-box",fontFamily:_ref4.theme.typography.fonts.base}})),ToggleIcon=(0,esm.zo)(icon.P)((function(_ref5){return{position:"absolute",zIndex:1,top:6,right:7,width:20,height:20,padding:4,boxSizing:"border-box",cursor:"pointer",color:_ref5.theme.input.color}}));!function(ColorSpace){ColorSpace.RGB="rgb",ColorSpace.HSL="hsl",ColorSpace.HEX="hex"}(ColorSpace||(ColorSpace={}));var COLOR_SPACES=Object.values(ColorSpace),COLOR_REGEXP=/\(([0-9]+),\s*([0-9]+)%?,\s*([0-9]+)%?,?\s*([0-9.]+)?\)/,RGB_REGEXP=/^\s*rgba?\(([0-9]+),\s*([0-9]+),\s*([0-9]+),?\s*([0-9.]+)?\)\s*$/i,HSL_REGEXP=/^\s*hsla?\(([0-9]+),\s*([0-9]+)%,\s*([0-9]+)%,?\s*([0-9.]+)?\)\s*$/i,HEX_REGEXP=/^\s*#?([0-9a-f]{3}|[0-9a-f]{6})\s*$/i,SHORTHEX_REGEXP=/^\s*#?([0-9a-f]{3})\s*$/i,ColorPicker=(_defineProperty(_ColorPicker={},ColorSpace.HEX,(function(r){return react.createElement($,u({},r,{colorModel:G}))})),_defineProperty(_ColorPicker,ColorSpace.RGB,(function(r){return react.createElement(U,u({},r,{colorModel:ge}))})),_defineProperty(_ColorPicker,ColorSpace.HSL,(function(r){return react.createElement(U,u({},r,{colorModel:ee}))})),_ColorPicker),fallbackColor=(_defineProperty(_fallbackColor={},ColorSpace.HEX,"transparent"),_defineProperty(_fallbackColor,ColorSpace.RGB,"rgba(0, 0, 0, 0)"),_defineProperty(_fallbackColor,ColorSpace.HSL,"hsla(0, 0%, 0%, 0)"),_fallbackColor),stringToArgs=function stringToArgs(value){var match=null==value?void 0:value.match(COLOR_REGEXP);if(!match)return[0,0,0,1];var _match=_slicedToArray(match,5),x=_match[1],y=_match[2],z=_match[3],_match$=_match[4];return[x,y,z,void 0===_match$?1:_match$].map(Number)},parseValue=function parseValue(value){var _ref12;if(value){var valid=!0;if(RGB_REGEXP.test(value)){var _ref8,_stringToArgs2=_slicedToArray(stringToArgs(value),4),r=_stringToArgs2[0],g=_stringToArgs2[1],b=_stringToArgs2[2],a=_stringToArgs2[3],_ref7=_slicedToArray(color_convert_default().rgb.hsl([r,g,b])||[0,0,0],3),h=_ref7[0],s=_ref7[1],l=_ref7[2];return _defineProperty(_ref8={valid,value,keyword:color_convert_default().rgb.keyword([r,g,b]),colorSpace:ColorSpace.RGB},ColorSpace.RGB,value),_defineProperty(_ref8,ColorSpace.HSL,"hsla(".concat(h,", ").concat(s,"%, ").concat(l,"%, ").concat(a,")")),_defineProperty(_ref8,ColorSpace.HEX,"#".concat(color_convert_default().rgb.hex([r,g,b]).toLowerCase())),_ref8}if(HSL_REGEXP.test(value)){var _ref11,_stringToArgs4=_slicedToArray(stringToArgs(value),4),_h=_stringToArgs4[0],_s2=_stringToArgs4[1],_l=_stringToArgs4[2],_a=_stringToArgs4[3],_ref10=_slicedToArray(color_convert_default().hsl.rgb([_h,_s2,_l])||[0,0,0],3),_r=_ref10[0],_g=_ref10[1],_b=_ref10[2];return _defineProperty(_ref11={valid,value,keyword:color_convert_default().hsl.keyword([_h,_s2,_l]),colorSpace:ColorSpace.HSL},ColorSpace.RGB,"rgba(".concat(_r,", ").concat(_g,", ").concat(_b,", ").concat(_a,")")),_defineProperty(_ref11,ColorSpace.HSL,value),_defineProperty(_ref11,ColorSpace.HEX,"#".concat(color_convert_default().hsl.hex([_h,_s2,_l]).toLowerCase())),_ref11}var plain=value.replace("#",""),rgb=color_convert_default().keyword.rgb(plain)||color_convert_default().hex.rgb(plain),hsl=color_convert_default().rgb.hsl(rgb),mapped=value;if(/[^#a-f0-9]/i.test(value)?mapped=plain:HEX_REGEXP.test(value)&&(mapped="#".concat(plain)),mapped.startsWith("#"))valid=HEX_REGEXP.test(mapped);else try{color_convert_default().keyword.hex(mapped)}catch(e){valid=!1}return _defineProperty(_ref12={valid,value:mapped,keyword:color_convert_default().rgb.keyword(rgb),colorSpace:ColorSpace.HEX},ColorSpace.RGB,"rgba(".concat(rgb[0],", ").concat(rgb[1],", ").concat(rgb[2],", 1)")),_defineProperty(_ref12,ColorSpace.HSL,"hsla(".concat(hsl[0],", ").concat(hsl[1],"%, ").concat(hsl[2],"%, 1)")),_defineProperty(_ref12,ColorSpace.HEX,mapped),_ref12}},useColorInput=function useColorInput(initialValue,onChange){var _useState2=_slicedToArray((0,react.useState)(initialValue||""),2),value=_useState2[0],setValue=_useState2[1],_useState4=_slicedToArray((0,react.useState)((function(){return parseValue(value)})),2),color=_useState4[0],setColor=_useState4[1],_useState6=_slicedToArray((0,react.useState)((null==color?void 0:color.colorSpace)||ColorSpace.HEX),2),colorSpace=_useState6[0],setColorSpace=_useState6[1];(0,react.useEffect)((function(){void 0===initialValue&&(setValue(""),setColor(void 0),setColorSpace(ColorSpace.HEX))}),[initialValue]);var realValue=(0,react.useMemo)((function(){return function getRealValue(value,color,colorSpace){if(!value||null==color||!color.valid)return fallbackColor[colorSpace];if(colorSpace!==ColorSpace.HEX)return(null==color?void 0:color[colorSpace])||fallbackColor[colorSpace];if(!color.hex.startsWith("#"))try{return"#".concat(color_convert_default().keyword.hex(color.hex))}catch(e){return fallbackColor.hex}var short=color.hex.match(SHORTHEX_REGEXP);if(!short)return HEX_REGEXP.test(color.hex)?color.hex:fallbackColor.hex;var _short$1$split2=_slicedToArray(short[1].split(""),3),r=_short$1$split2[0],g=_short$1$split2[1],b=_short$1$split2[2];return"#".concat(r).concat(r).concat(g).concat(g).concat(b).concat(b)}(value,color,colorSpace).toLowerCase()}),[value,color,colorSpace]),updateValue=(0,react.useCallback)((function(update){var parsed=parseValue(update);setValue((null==parsed?void 0:parsed.value)||update||""),parsed&&(setColor(parsed),setColorSpace(parsed.colorSpace),onChange(parsed.value))}),[onChange]),cycleColorSpace=(0,react.useCallback)((function(){var next=COLOR_SPACES.indexOf(colorSpace)+1;next>=COLOR_SPACES.length&&(next=0),setColorSpace(COLOR_SPACES[next]);var update=(null==color?void 0:color[COLOR_SPACES[next]])||"";setValue(update),onChange(update)}),[color,colorSpace,onChange]);return{value,realValue,updateValue,color,colorSpace,cycleColorSpace}},id=function id(value){return value.replace(/\s*/,"").toLowerCase()},ColorControl=function ColorControl(_ref13){var name=_ref13.name,initialValue=_ref13.value,onChange=_ref13.onChange,onFocus=_ref13.onFocus,onBlur=_ref13.onBlur,presetColors=_ref13.presetColors,startOpen=_ref13.startOpen,_useColorInput=useColorInput(initialValue,throttle_default()(onChange,200)),value=_useColorInput.value,realValue=_useColorInput.realValue,updateValue=_useColorInput.updateValue,color=_useColorInput.color,colorSpace=_useColorInput.colorSpace,cycleColorSpace=_useColorInput.cycleColorSpace,_usePresets=function usePresets(presetColors,currentColor,colorSpace){var _useState8=_slicedToArray((0,react.useState)(null!=currentColor&&currentColor.valid?[currentColor]:[]),2),selectedColors=_useState8[0],setSelectedColors=_useState8[1];(0,react.useEffect)((function(){void 0===currentColor&&setSelectedColors([])}),[currentColor]);var presets=(0,react.useMemo)((function(){return(presetColors||[]).map((function(preset){return"string"==typeof preset?parseValue(preset):preset.title?Object.assign({},parseValue(preset.color),{keyword:preset.title}):parseValue(preset.color)})).concat(selectedColors).filter(Boolean).slice(-27)}),[presetColors,selectedColors]),addPreset=(0,react.useCallback)((function(color){null!=color&&color.valid&&(presets.some((function(preset){return id(preset[colorSpace])===id(color[colorSpace])}))||setSelectedColors((function(arr){return arr.concat(color)})))}),[colorSpace,presets]);return{presets,addPreset}}(presetColors,color,colorSpace),presets=_usePresets.presets,addPreset=_usePresets.addPreset,Picker=ColorPicker[colorSpace];return react.createElement(Wrapper,null,react.createElement(PickerTooltip,{trigger:"click",startOpen,closeOnClick:!0,onVisibilityChange:function onVisibilityChange(){return addPreset(color)},tooltip:react.createElement(TooltipContent,null,react.createElement(Picker,{color:"transparent"===realValue?"#000000":realValue,onChange:updateValue,onFocus,onBlur}),presets.length>0&&react.createElement(Swatches,null,presets.map((function(preset,index){return react.createElement(lazy_WithTooltip.R,{key:"".concat(preset.value,"-").concat(index),hasChrome:!1,tooltip:react.createElement(Color_Note,{note:preset.keyword||preset.value})},react.createElement(Swatch,{value:preset[colorSpace],active:color&&id(preset[colorSpace])===id(color[colorSpace]),onClick:function onClick(){return updateValue(preset.value)}}))}))))},react.createElement(Swatch,{value:realValue,style:{margin:4}})),react.createElement(Input,{id:(0,helpers.d)(name),value,onChange:function onChange(e){return updateValue(e.target.value)},onFocus:function onFocus(e){return e.target.select()},placeholder:"Choose color..."}),value?react.createElement(ToggleIcon,{icon:"markup",onClick:cycleColorSpace}):null)};ColorControl.displayName="ColorControl";const Color=ColorControl},"./node_modules/color-convert/conversions.js":(module,__unused_webpack_exports,__webpack_require__)=>{function _slicedToArray(arr,i){return function _arrayWithHoles(arr){if(Array.isArray(arr))return arr}(arr)||function _iterableToArrayLimit(arr,i){var _i=null==arr?null:"undefined"!=typeof Symbol&&arr[Symbol.iterator]||arr["@@iterator"];if(null==_i)return;var _s,_e,_arr=[],_n=!0,_d=!1;try{for(_i=_i.call(arr);!(_n=(_s=_i.next()).done)&&(_arr.push(_s.value),!i||_arr.length!==i);_n=!0);}catch(err){_d=!0,_e=err}finally{try{_n||null==_i.return||_i.return()}finally{if(_d)throw _e}}return _arr}(arr,i)||function _unsupportedIterableToArray(o,minLen){if(!o)return;if("string"==typeof o)return _arrayLikeToArray(o,minLen);var n=Object.prototype.toString.call(o).slice(8,-1);"Object"===n&&o.constructor&&(n=o.constructor.name);if("Map"===n||"Set"===n)return Array.from(o);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return _arrayLikeToArray(o,minLen)}(arr,i)||function _nonIterableRest(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function _arrayLikeToArray(arr,len){(null==len||len>arr.length)&&(len=arr.length);for(var i=0,arr2=new Array(len);i<len;i++)arr2[i]=arr[i];return arr2}__webpack_require__("./node_modules/core-js/modules/es.object.keys.js"),__webpack_require__("./node_modules/core-js/modules/es.object.define-property.js"),__webpack_require__("./node_modules/core-js/modules/es.object.to-string.js"),__webpack_require__("./node_modules/core-js/modules/es.regexp.to-string.js"),__webpack_require__("./node_modules/core-js/modules/es.date.to-string.js"),__webpack_require__("./node_modules/core-js/modules/es.string.match.js"),__webpack_require__("./node_modules/core-js/modules/es.regexp.exec.js"),__webpack_require__("./node_modules/core-js/modules/es.array.join.js"),__webpack_require__("./node_modules/core-js/modules/es.array.map.js"),__webpack_require__("./node_modules/core-js/modules/es.string.split.js"),__webpack_require__("./node_modules/core-js/modules/es.parse-int.js"),__webpack_require__("./node_modules/core-js/modules/es.array.is-array.js"),__webpack_require__("./node_modules/core-js/modules/es.symbol.js"),__webpack_require__("./node_modules/core-js/modules/es.symbol.description.js"),__webpack_require__("./node_modules/core-js/modules/es.symbol.iterator.js"),__webpack_require__("./node_modules/core-js/modules/es.string.iterator.js"),__webpack_require__("./node_modules/core-js/modules/es.array.iterator.js"),__webpack_require__("./node_modules/core-js/modules/web.dom-collections.iterator.js"),__webpack_require__("./node_modules/core-js/modules/es.array.slice.js"),__webpack_require__("./node_modules/core-js/modules/es.function.name.js"),__webpack_require__("./node_modules/core-js/modules/es.array.from.js");for(var cssKeywords=__webpack_require__("./node_modules/color-name/index.js"),reverseKeywords={},_i=0,_Object$keys=Object.keys(cssKeywords);_i<_Object$keys.length;_i++){var key=_Object$keys[_i];reverseKeywords[cssKeywords[key]]=key}var convert={rgb:{channels:3,labels:"rgb"},hsl:{channels:3,labels:"hsl"},hsv:{channels:3,labels:"hsv"},hwb:{channels:3,labels:"hwb"},cmyk:{channels:4,labels:"cmyk"},xyz:{channels:3,labels:"xyz"},lab:{channels:3,labels:"lab"},lch:{channels:3,labels:"lch"},hex:{channels:1,labels:["hex"]},keyword:{channels:1,labels:["keyword"]},ansi16:{channels:1,labels:["ansi16"]},ansi256:{channels:1,labels:["ansi256"]},hcg:{channels:3,labels:["h","c","g"]},apple:{channels:3,labels:["r16","g16","b16"]},gray:{channels:1,labels:["gray"]}};module.exports=convert;for(var _i2=0,_Object$keys2=Object.keys(convert);_i2<_Object$keys2.length;_i2++){var model=_Object$keys2[_i2];if(!("channels"in convert[model]))throw new Error("missing channels property: "+model);if(!("labels"in convert[model]))throw new Error("missing channel labels property: "+model);if(convert[model].labels.length!==convert[model].channels)throw new Error("channel and label counts mismatch: "+model);var _convert$model=convert[model],channels=_convert$model.channels,labels=_convert$model.labels;delete convert[model].channels,delete convert[model].labels,Object.defineProperty(convert[model],"channels",{value:channels}),Object.defineProperty(convert[model],"labels",{value:labels})}convert.rgb.hsl=function(rgb){var h,r=rgb[0]/255,g=rgb[1]/255,b=rgb[2]/255,min=Math.min(r,g,b),max=Math.max(r,g,b),delta=max-min;max===min?h=0:r===max?h=(g-b)/delta:g===max?h=2+(b-r)/delta:b===max&&(h=4+(r-g)/delta),(h=Math.min(60*h,360))<0&&(h+=360);var l=(min+max)/2;return[h,100*(max===min?0:l<=.5?delta/(max+min):delta/(2-max-min)),100*l]},convert.rgb.hsv=function(rgb){var rdif,gdif,bdif,h,s,r=rgb[0]/255,g=rgb[1]/255,b=rgb[2]/255,v=Math.max(r,g,b),diff=v-Math.min(r,g,b),diffc=function diffc(c){return(v-c)/6/diff+.5};return 0===diff?(h=0,s=0):(s=diff/v,rdif=diffc(r),gdif=diffc(g),bdif=diffc(b),r===v?h=bdif-gdif:g===v?h=1/3+rdif-bdif:b===v&&(h=2/3+gdif-rdif),h<0?h+=1:h>1&&(h-=1)),[360*h,100*s,100*v]},convert.rgb.hwb=function(rgb){var r=rgb[0],g=rgb[1],b=rgb[2];return[convert.rgb.hsl(rgb)[0],100*(1/255*Math.min(r,Math.min(g,b))),100*(b=1-1/255*Math.max(r,Math.max(g,b)))]},convert.rgb.cmyk=function(rgb){var r=rgb[0]/255,g=rgb[1]/255,b=rgb[2]/255,k=Math.min(1-r,1-g,1-b);return[100*((1-r-k)/(1-k)||0),100*((1-g-k)/(1-k)||0),100*((1-b-k)/(1-k)||0),100*k]},convert.rgb.keyword=function(rgb){var reversed=reverseKeywords[rgb];if(reversed)return reversed;for(var currentClosestKeyword,x,y,currentClosestDistance=1/0,_i3=0,_Object$keys3=Object.keys(cssKeywords);_i3<_Object$keys3.length;_i3++){var keyword=_Object$keys3[_i3],value=cssKeywords[keyword],distance=(x=rgb,y=value,Math.pow(x[0]-y[0],2)+Math.pow(x[1]-y[1],2)+Math.pow(x[2]-y[2],2));distance<currentClosestDistance&&(currentClosestDistance=distance,currentClosestKeyword=keyword)}return currentClosestKeyword},convert.keyword.rgb=function(keyword){return cssKeywords[keyword]},convert.rgb.xyz=function(rgb){var r=rgb[0]/255,g=rgb[1]/255,b=rgb[2]/255;return[100*(.4124*(r=r>.04045?Math.pow((r+.055)/1.055,2.4):r/12.92)+.3576*(g=g>.04045?Math.pow((g+.055)/1.055,2.4):g/12.92)+.1805*(b=b>.04045?Math.pow((b+.055)/1.055,2.4):b/12.92)),100*(.2126*r+.7152*g+.0722*b),100*(.0193*r+.1192*g+.9505*b)]},convert.rgb.lab=function(rgb){var xyz=convert.rgb.xyz(rgb),x=xyz[0],y=xyz[1],z=xyz[2];return y/=100,z/=108.883,x=(x/=95.047)>.008856?Math.pow(x,1/3):7.787*x+16/116,[116*(y=y>.008856?Math.pow(y,1/3):7.787*y+16/116)-16,500*(x-y),200*(y-(z=z>.008856?Math.pow(z,1/3):7.787*z+16/116))]},convert.hsl.rgb=function(hsl){var t2,t3,val,h=hsl[0]/360,s=hsl[1]/100,l=hsl[2]/100;if(0===s)return[val=255*l,val,val];for(var t1=2*l-(t2=l<.5?l*(1+s):l+s-l*s),rgb=[0,0,0],i=0;i<3;i++)(t3=h+1/3*-(i-1))<0&&t3++,t3>1&&t3--,val=6*t3<1?t1+6*(t2-t1)*t3:2*t3<1?t2:3*t3<2?t1+(t2-t1)*(2/3-t3)*6:t1,rgb[i]=255*val;return rgb},convert.hsl.hsv=function(hsl){var h=hsl[0],s=hsl[1]/100,l=hsl[2]/100,smin=s,lmin=Math.max(l,.01);return s*=(l*=2)<=1?l:2-l,smin*=lmin<=1?lmin:2-lmin,[h,100*(0===l?2*smin/(lmin+smin):2*s/(l+s)),100*((l+s)/2)]},convert.hsv.rgb=function(hsv){var h=hsv[0]/60,s=hsv[1]/100,v=hsv[2]/100,hi=Math.floor(h)%6,f=h-Math.floor(h),p=255*v*(1-s),q=255*v*(1-s*f),t=255*v*(1-s*(1-f));switch(v*=255,hi){case 0:return[v,t,p];case 1:return[q,v,p];case 2:return[p,v,t];case 3:return[p,q,v];case 4:return[t,p,v];case 5:return[v,p,q]}},convert.hsv.hsl=function(hsv){var sl,l,h=hsv[0],s=hsv[1]/100,v=hsv[2]/100,vmin=Math.max(v,.01);l=(2-s)*v;var lmin=(2-s)*vmin;return sl=s*vmin,[h,100*(sl=(sl/=lmin<=1?lmin:2-lmin)||0),100*(l/=2)]},convert.hwb.rgb=function(hwb){var f,h=hwb[0]/360,wh=hwb[1]/100,bl=hwb[2]/100,ratio=wh+bl;ratio>1&&(wh/=ratio,bl/=ratio);var i=Math.floor(6*h),v=1-bl;f=6*h-i,0!=(1&i)&&(f=1-f);var r,g,b,n=wh+f*(v-wh);switch(i){default:case 6:case 0:r=v,g=n,b=wh;break;case 1:r=n,g=v,b=wh;break;case 2:r=wh,g=v,b=n;break;case 3:r=wh,g=n,b=v;break;case 4:r=n,g=wh,b=v;break;case 5:r=v,g=wh,b=n}return[255*r,255*g,255*b]},convert.cmyk.rgb=function(cmyk){var c=cmyk[0]/100,m=cmyk[1]/100,y=cmyk[2]/100,k=cmyk[3]/100;return[255*(1-Math.min(1,c*(1-k)+k)),255*(1-Math.min(1,m*(1-k)+k)),255*(1-Math.min(1,y*(1-k)+k))]},convert.xyz.rgb=function(xyz){var r,g,b,x=xyz[0]/100,y=xyz[1]/100,z=xyz[2]/100;return g=-.9689*x+1.8758*y+.0415*z,b=.0557*x+-.204*y+1.057*z,r=(r=3.2406*x+-1.5372*y+-.4986*z)>.0031308?1.055*Math.pow(r,1/2.4)-.055:12.92*r,g=g>.0031308?1.055*Math.pow(g,1/2.4)-.055:12.92*g,b=b>.0031308?1.055*Math.pow(b,1/2.4)-.055:12.92*b,[255*(r=Math.min(Math.max(0,r),1)),255*(g=Math.min(Math.max(0,g),1)),255*(b=Math.min(Math.max(0,b),1))]},convert.xyz.lab=function(xyz){var x=xyz[0],y=xyz[1],z=xyz[2];return y/=100,z/=108.883,x=(x/=95.047)>.008856?Math.pow(x,1/3):7.787*x+16/116,[116*(y=y>.008856?Math.pow(y,1/3):7.787*y+16/116)-16,500*(x-y),200*(y-(z=z>.008856?Math.pow(z,1/3):7.787*z+16/116))]},convert.lab.xyz=function(lab){var x,y,z,l=lab[0];x=lab[1]/500+(y=(l+16)/116),z=y-lab[2]/200;var y2=Math.pow(y,3),x2=Math.pow(x,3),z2=Math.pow(z,3);return y=y2>.008856?y2:(y-16/116)/7.787,x=x2>.008856?x2:(x-16/116)/7.787,z=z2>.008856?z2:(z-16/116)/7.787,[x*=95.047,y*=100,z*=108.883]},convert.lab.lch=function(lab){var h,l=lab[0],a=lab[1],b=lab[2];return(h=360*Math.atan2(b,a)/2/Math.PI)<0&&(h+=360),[l,Math.sqrt(a*a+b*b),h]},convert.lch.lab=function(lch){var l=lch[0],c=lch[1],hr=lch[2]/360*2*Math.PI;return[l,c*Math.cos(hr),c*Math.sin(hr)]},convert.rgb.ansi16=function(args){var saturation=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,_args=_slicedToArray(args,3),r=_args[0],g=_args[1],b=_args[2],value=null===saturation?convert.rgb.hsv(args)[2]:saturation;if(0===(value=Math.round(value/50)))return 30;var ansi=30+(Math.round(b/255)<<2|Math.round(g/255)<<1|Math.round(r/255));return 2===value&&(ansi+=60),ansi},convert.hsv.ansi16=function(args){return convert.rgb.ansi16(convert.hsv.rgb(args),args[2])},convert.rgb.ansi256=function(args){var r=args[0],g=args[1],b=args[2];return r===g&&g===b?r<8?16:r>248?231:Math.round((r-8)/247*24)+232:16+36*Math.round(r/255*5)+6*Math.round(g/255*5)+Math.round(b/255*5)},convert.ansi16.rgb=function(args){var color=args%10;if(0===color||7===color)return args>50&&(color+=3.5),[color=color/10.5*255,color,color];var mult=.5*(1+~~(args>50));return[(1&color)*mult*255,(color>>1&1)*mult*255,(color>>2&1)*mult*255]},convert.ansi256.rgb=function(args){if(args>=232){var c=10*(args-232)+8;return[c,c,c]}var rem;return args-=16,[Math.floor(args/36)/5*255,Math.floor((rem=args%36)/6)/5*255,rem%6/5*255]},convert.rgb.hex=function(args){var string=(((255&Math.round(args[0]))<<16)+((255&Math.round(args[1]))<<8)+(255&Math.round(args[2]))).toString(16).toUpperCase();return"000000".substring(string.length)+string},convert.hex.rgb=function(args){var match=args.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!match)return[0,0,0];var colorString=match[0];3===match[0].length&&(colorString=colorString.split("").map((function(char){return char+char})).join(""));var integer=parseInt(colorString,16);return[integer>>16&255,integer>>8&255,255&integer]},convert.rgb.hcg=function(rgb){var hue,r=rgb[0]/255,g=rgb[1]/255,b=rgb[2]/255,max=Math.max(Math.max(r,g),b),min=Math.min(Math.min(r,g),b),chroma=max-min;return hue=chroma<=0?0:max===r?(g-b)/chroma%6:max===g?2+(b-r)/chroma:4+(r-g)/chroma,hue/=6,[360*(hue%=1),100*chroma,100*(chroma<1?min/(1-chroma):0)]},convert.hsl.hcg=function(hsl){var s=hsl[1]/100,l=hsl[2]/100,c=l<.5?2*s*l:2*s*(1-l),f=0;return c<1&&(f=(l-.5*c)/(1-c)),[hsl[0],100*c,100*f]},convert.hsv.hcg=function(hsv){var s=hsv[1]/100,v=hsv[2]/100,c=s*v,f=0;return c<1&&(f=(v-c)/(1-c)),[hsv[0],100*c,100*f]},convert.hcg.rgb=function(hcg){var h=hcg[0]/360,c=hcg[1]/100,g=hcg[2]/100;if(0===c)return[255*g,255*g,255*g];var mg,pure=[0,0,0],hi=h%1*6,v=hi%1,w=1-v;switch(Math.floor(hi)){case 0:pure[0]=1,pure[1]=v,pure[2]=0;break;case 1:pure[0]=w,pure[1]=1,pure[2]=0;break;case 2:pure[0]=0,pure[1]=1,pure[2]=v;break;case 3:pure[0]=0,pure[1]=w,pure[2]=1;break;case 4:pure[0]=v,pure[1]=0,pure[2]=1;break;default:pure[0]=1,pure[1]=0,pure[2]=w}return mg=(1-c)*g,[255*(c*pure[0]+mg),255*(c*pure[1]+mg),255*(c*pure[2]+mg)]},convert.hcg.hsv=function(hcg){var c=hcg[1]/100,v=c+hcg[2]/100*(1-c),f=0;return v>0&&(f=c/v),[hcg[0],100*f,100*v]},convert.hcg.hsl=function(hcg){var c=hcg[1]/100,l=hcg[2]/100*(1-c)+.5*c,s=0;return l>0&&l<.5?s=c/(2*l):l>=.5&&l<1&&(s=c/(2*(1-l))),[hcg[0],100*s,100*l]},convert.hcg.hwb=function(hcg){var c=hcg[1]/100,v=c+hcg[2]/100*(1-c);return[hcg[0],100*(v-c),100*(1-v)]},convert.hwb.hcg=function(hwb){var w=hwb[1]/100,v=1-hwb[2]/100,c=v-w,g=0;return c<1&&(g=(v-c)/(1-c)),[hwb[0],100*c,100*g]},convert.apple.rgb=function(apple){return[apple[0]/65535*255,apple[1]/65535*255,apple[2]/65535*255]},convert.rgb.apple=function(rgb){return[rgb[0]/255*65535,rgb[1]/255*65535,rgb[2]/255*65535]},convert.gray.rgb=function(args){return[args[0]/100*255,args[0]/100*255,args[0]/100*255]},convert.gray.hsl=function(args){return[0,0,args[0]]},convert.gray.hsv=convert.gray.hsl,convert.gray.hwb=function(gray){return[0,100,gray[0]]},convert.gray.cmyk=function(gray){return[0,0,0,gray[0]]},convert.gray.lab=function(gray){return[gray[0],0,0]},convert.gray.hex=function(gray){var val=255&Math.round(gray[0]/100*255),string=((val<<16)+(val<<8)+val).toString(16).toUpperCase();return"000000".substring(string.length)+string},convert.rgb.gray=function(rgb){return[(rgb[0]+rgb[1]+rgb[2])/3/255*100]}},"./node_modules/color-convert/index.js":(module,__unused_webpack_exports,__webpack_require__)=>{__webpack_require__("./node_modules/core-js/modules/es.object.keys.js"),__webpack_require__("./node_modules/core-js/modules/es.array.for-each.js"),__webpack_require__("./node_modules/core-js/modules/web.dom-collections.for-each.js"),__webpack_require__("./node_modules/core-js/modules/es.object.define-property.js");var conversions=__webpack_require__("./node_modules/color-convert/conversions.js"),route=__webpack_require__("./node_modules/color-convert/route.js"),convert={};Object.keys(conversions).forEach((function(fromModel){convert[fromModel]={},Object.defineProperty(convert[fromModel],"channels",{value:conversions[fromModel].channels}),Object.defineProperty(convert[fromModel],"labels",{value:conversions[fromModel].labels});var routes=route(fromModel);Object.keys(routes).forEach((function(toModel){var fn=routes[toModel];convert[fromModel][toModel]=function wrapRounded(fn){var wrappedFn=function wrappedFn(){for(var _len2=arguments.length,args=new Array(_len2),_key2=0;_key2<_len2;_key2++)args[_key2]=arguments[_key2];var arg0=args[0];if(null==arg0)return arg0;arg0.length>1&&(args=arg0);var result=fn(args);if("object"==typeof result)for(var len=result.length,i=0;i<len;i++)result[i]=Math.round(result[i]);return result};return"conversion"in fn&&(wrappedFn.conversion=fn.conversion),wrappedFn}(fn),convert[fromModel][toModel].raw=function wrapRaw(fn){var wrappedFn=function wrappedFn(){for(var _len=arguments.length,args=new Array(_len),_key=0;_key<_len;_key++)args[_key]=arguments[_key];var arg0=args[0];return null==arg0?arg0:(arg0.length>1&&(args=arg0),fn(args))};return"conversion"in fn&&(wrappedFn.conversion=fn.conversion),wrappedFn}(fn)}))})),module.exports=convert},"./node_modules/color-convert/route.js":(module,__unused_webpack_exports,__webpack_require__)=>{__webpack_require__("./node_modules/core-js/modules/es.object.keys.js");var conversions=__webpack_require__("./node_modules/color-convert/conversions.js");function deriveBFS(fromModel){var graph=function buildGraph(){for(var graph={},models=Object.keys(conversions),len=models.length,i=0;i<len;i++)graph[models[i]]={distance:-1,parent:null};return graph}(),queue=[fromModel];for(graph[fromModel].distance=0;queue.length;)for(var current=queue.pop(),adjacents=Object.keys(conversions[current]),len=adjacents.length,i=0;i<len;i++){var adjacent=adjacents[i],node=graph[adjacent];-1===node.distance&&(node.distance=graph[current].distance+1,node.parent=current,queue.unshift(adjacent))}return graph}function link(from,to){return function(args){return to(from(args))}}function wrapConversion(toModel,graph){for(var path=[graph[toModel].parent,toModel],fn=conversions[graph[toModel].parent][toModel],cur=graph[toModel].parent;graph[cur].parent;)path.unshift(graph[cur].parent),fn=link(conversions[graph[cur].parent][cur],fn),cur=graph[cur].parent;return fn.conversion=path,fn}module.exports=function(fromModel){for(var graph=deriveBFS(fromModel),conversion={},models=Object.keys(graph),len=models.length,i=0;i<len;i++){var toModel=models[i];null!==graph[toModel].parent&&(conversion[toModel]=wrapConversion(toModel,graph))}return conversion}},"./node_modules/color-name/index.js":module=>{"use strict";module.exports={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]}},"./node_modules/lodash/_baseTrim.js":(module,__unused_webpack_exports,__webpack_require__)=>{var trimmedEndIndex=__webpack_require__("./node_modules/lodash/_trimmedEndIndex.js"),reTrimStart=/^\s+/;module.exports=function baseTrim(string){return string?string.slice(0,trimmedEndIndex(string)+1).replace(reTrimStart,""):string}},"./node_modules/lodash/_trimmedEndIndex.js":module=>{var reWhitespace=/\s/;module.exports=function trimmedEndIndex(string){for(var index=string.length;index--&&reWhitespace.test(string.charAt(index)););return index}},"./node_modules/lodash/debounce.js":(module,__unused_webpack_exports,__webpack_require__)=>{var isObject=__webpack_require__("./node_modules/lodash/isObject.js"),now=__webpack_require__("./node_modules/lodash/now.js"),toNumber=__webpack_require__("./node_modules/lodash/toNumber.js"),nativeMax=Math.max,nativeMin=Math.min;module.exports=function debounce(func,wait,options){var lastArgs,lastThis,maxWait,result,timerId,lastCallTime,lastInvokeTime=0,leading=!1,maxing=!1,trailing=!0;if("function"!=typeof func)throw new TypeError("Expected a function");function invokeFunc(time){var args=lastArgs,thisArg=lastThis;return lastArgs=lastThis=void 0,lastInvokeTime=time,result=func.apply(thisArg,args)}function leadingEdge(time){return lastInvokeTime=time,timerId=setTimeout(timerExpired,wait),leading?invokeFunc(time):result}function shouldInvoke(time){var timeSinceLastCall=time-lastCallTime;return void 0===lastCallTime||timeSinceLastCall>=wait||timeSinceLastCall<0||maxing&&time-lastInvokeTime>=maxWait}function timerExpired(){var time=now();if(shouldInvoke(time))return trailingEdge(time);timerId=setTimeout(timerExpired,function remainingWait(time){var timeWaiting=wait-(time-lastCallTime);return maxing?nativeMin(timeWaiting,maxWait-(time-lastInvokeTime)):timeWaiting}(time))}function trailingEdge(time){return timerId=void 0,trailing&&lastArgs?invokeFunc(time):(lastArgs=lastThis=void 0,result)}function debounced(){var time=now(),isInvoking=shouldInvoke(time);if(lastArgs=arguments,lastThis=this,lastCallTime=time,isInvoking){if(void 0===timerId)return leadingEdge(lastCallTime);if(maxing)return clearTimeout(timerId),timerId=setTimeout(timerExpired,wait),invokeFunc(lastCallTime)}return void 0===timerId&&(timerId=setTimeout(timerExpired,wait)),result}return wait=toNumber(wait)||0,isObject(options)&&(leading=!!options.leading,maxWait=(maxing="maxWait"in options)?nativeMax(toNumber(options.maxWait)||0,wait):maxWait,trailing="trailing"in options?!!options.trailing:trailing),debounced.cancel=function cancel(){void 0!==timerId&&clearTimeout(timerId),lastInvokeTime=0,lastArgs=lastCallTime=lastThis=timerId=void 0},debounced.flush=function flush(){return void 0===timerId?result:trailingEdge(now())},debounced}},"./node_modules/lodash/now.js":(module,__unused_webpack_exports,__webpack_require__)=>{var root=__webpack_require__("./node_modules/lodash/_root.js");module.exports=function(){return root.Date.now()}},"./node_modules/lodash/throttle.js":(module,__unused_webpack_exports,__webpack_require__)=>{var debounce=__webpack_require__("./node_modules/lodash/debounce.js"),isObject=__webpack_require__("./node_modules/lodash/isObject.js");module.exports=function throttle(func,wait,options){var leading=!0,trailing=!0;if("function"!=typeof func)throw new TypeError("Expected a function");return isObject(options)&&(leading="leading"in options?!!options.leading:leading,trailing="trailing"in options?!!options.trailing:trailing),debounce(func,wait,{leading,maxWait:wait,trailing})}},"./node_modules/lodash/toNumber.js":(module,__unused_webpack_exports,__webpack_require__)=>{var baseTrim=__webpack_require__("./node_modules/lodash/_baseTrim.js"),isObject=__webpack_require__("./node_modules/lodash/isObject.js"),isSymbol=__webpack_require__("./node_modules/lodash/isSymbol.js"),reIsBadHex=/^[-+]0x[0-9a-f]+$/i,reIsBinary=/^0b[01]+$/i,reIsOctal=/^0o[0-7]+$/i,freeParseInt=parseInt;module.exports=function toNumber(value){if("number"==typeof value)return value;if(isSymbol(value))return NaN;if(isObject(value)){var other="function"==typeof value.valueOf?value.valueOf():value;value=isObject(other)?other+"":other}if("string"!=typeof value)return 0===value?value:+value;value=baseTrim(value);var isBinary=reIsBinary.test(value);return isBinary||reIsOctal.test(value)?freeParseInt(value.slice(2),isBinary?2:8):reIsBadHex.test(value)?NaN:+value}}}]);
@@ -0,0 +1 @@
1
+ (window.webpackJsonp=window.webpackJsonp||[]).push([[9],{870:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,"ColorControl",(function(){return Color_ColorControl}));__webpack_require__(23),__webpack_require__(4),__webpack_require__(10),__webpack_require__(5),__webpack_require__(13),__webpack_require__(8),__webpack_require__(9),__webpack_require__(12),__webpack_require__(17),__webpack_require__(18),__webpack_require__(15),__webpack_require__(67),__webpack_require__(42),__webpack_require__(27),__webpack_require__(21),__webpack_require__(118),__webpack_require__(80),__webpack_require__(168),__webpack_require__(79),__webpack_require__(16),__webpack_require__(32),__webpack_require__(14);var react=__webpack_require__(0),react_default=__webpack_require__.n(react),index_module=__webpack_require__(941),color_convert=__webpack_require__(938),color_convert_default=__webpack_require__.n(color_convert),throttle=__webpack_require__(410),throttle_default=__webpack_require__.n(throttle),esm=__webpack_require__(1);__webpack_require__(48);function _objectWithoutProperties(source,excluded){if(null==source)return{};var key,i,target=function _objectWithoutPropertiesLoose(source,excluded){if(null==source)return{};var key,i,target={},sourceKeys=Object.keys(source);for(i=0;i<sourceKeys.length;i++)key=sourceKeys[i],excluded.indexOf(key)>=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i<sourceSymbolKeys.length;i++)key=sourceSymbolKeys[i],excluded.indexOf(key)>=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var Note=esm.styled.div((function(_ref){var theme=_ref.theme;return{padding:"2px 6px",lineHeight:"16px",fontSize:10,fontWeight:theme.typography.weight.bold,color:theme.color.lightest,boxShadow:"0 0 5px 0 rgba(0, 0, 0, 0.3)",borderRadius:4,whiteSpace:"nowrap",pointerEvents:"none",zIndex:-1,background:"light"===theme.base?"rgba(60, 60, 60, 0.9)":"rgba(20, 20, 20, 0.85)",margin:6}})),TooltipNote_TooltipNote=function TooltipNote(_ref2){var note=_ref2.note,props=_objectWithoutProperties(_ref2,["note"]);return react_default.a.createElement(Note,props,note)};TooltipNote_TooltipNote.displayName="TooltipNote";var _ColorPicker,_fallbackColor,lazy_WithTooltip=__webpack_require__(407),esm_form=__webpack_require__(55),icon=__webpack_require__(60),helpers=__webpack_require__(37);function _slicedToArray(arr,i){return function _arrayWithHoles(arr){if(Array.isArray(arr))return arr}(arr)||function _iterableToArrayLimit(arr,i){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(arr)))return;var _arr=[],_n=!0,_d=!1,_e=void 0;try{for(var _s,_i=arr[Symbol.iterator]();!(_n=(_s=_i.next()).done)&&(_arr.push(_s.value),!i||_arr.length!==i);_n=!0);}catch(err){_d=!0,_e=err}finally{try{_n||null==_i.return||_i.return()}finally{if(_d)throw _e}}return _arr}(arr,i)||function _unsupportedIterableToArray(o,minLen){if(!o)return;if("string"==typeof o)return _arrayLikeToArray(o,minLen);var n=Object.prototype.toString.call(o).slice(8,-1);"Object"===n&&o.constructor&&(n=o.constructor.name);if("Map"===n||"Set"===n)return Array.from(o);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return _arrayLikeToArray(o,minLen)}(arr,i)||function _nonIterableRest(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function _arrayLikeToArray(arr,len){(null==len||len>arr.length)&&(len=arr.length);for(var i=0,arr2=new Array(len);i<len;i++)arr2[i]=arr[i];return arr2}function _defineProperty(obj,key,value){return key in obj?Object.defineProperty(obj,key,{value:value,enumerable:!0,configurable:!0,writable:!0}):obj[key]=value,obj}function _extends(){return(_extends=Object.assign||function(target){for(var i=1;i<arguments.length;i++){var source=arguments[i];for(var key in source)Object.prototype.hasOwnProperty.call(source,key)&&(target[key]=source[key])}return target}).apply(this,arguments)}function Color_objectWithoutProperties(source,excluded){if(null==source)return{};var key,i,target=function Color_objectWithoutPropertiesLoose(source,excluded){if(null==source)return{};var key,i,target={},sourceKeys=Object.keys(source);for(i=0;i<sourceKeys.length;i++)key=sourceKeys[i],excluded.indexOf(key)>=0||(target[key]=source[key]);return target}(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i<sourceSymbolKeys.length;i++)key=sourceSymbolKeys[i],excluded.indexOf(key)>=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}var Wrapper=esm.styled.div({position:"relative",maxWidth:250}),PickerTooltip=Object(esm.styled)(lazy_WithTooltip.a)({position:"absolute",zIndex:1,top:4,left:4}),TooltipContent=esm.styled.div({width:200,margin:5,".react-colorful__saturation":{borderRadius:"4px 4px 0 0"},".react-colorful__hue":{boxShadow:"inset 0 0 0 1px rgb(0 0 0 / 5%)"},".react-colorful__last-control":{borderRadius:"0 0 4px 4px"}}),Color_Note=Object(esm.styled)(TooltipNote_TooltipNote)((function(_ref){return{fontFamily:_ref.theme.typography.fonts.base}})),Swatches=esm.styled.div({display:"grid",gridTemplateColumns:"repeat(9, 16px)",gap:6,padding:3,marginTop:5,width:200}),SwatchColor=esm.styled.div((function(_ref2){var theme=_ref2.theme;return{width:16,height:16,boxShadow:_ref2.active?"".concat(theme.appBorderColor," 0 0 0 1px inset, ").concat(theme.color.mediumdark,"50 0 0 0 4px"):"".concat(theme.appBorderColor," 0 0 0 1px inset"),borderRadius:theme.appBorderRadius}})),Color_Swatch=function Swatch(_ref3){var value=_ref3.value,active=_ref3.active,onClick=_ref3.onClick,style=_ref3.style,props=Color_objectWithoutProperties(_ref3,["value","active","onClick","style"]),backgroundImage="linear-gradient(".concat(value,", ").concat(value,"), ").concat('url(\'data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill-opacity=".05"><path d="M8 0h8v8H8zM0 8h8v8H0z"/></svg>\')',", linear-gradient(#fff, #fff)");return react_default.a.createElement(SwatchColor,_extends({},props,{active:active,onClick:onClick,style:Object.assign({},style,{backgroundImage:backgroundImage})}))};Color_Swatch.displayName="Swatch";var ColorSpace,Input=Object(esm.styled)(esm_form.a.Input)((function(_ref4){return{width:"100%",paddingLeft:30,paddingRight:30,boxSizing:"border-box",fontFamily:_ref4.theme.typography.fonts.base}})),ToggleIcon=Object(esm.styled)(icon.a)((function(_ref5){return{position:"absolute",zIndex:1,top:6,right:7,width:20,height:20,padding:4,boxSizing:"border-box",cursor:"pointer",color:_ref5.theme.input.color}}));!function(ColorSpace){ColorSpace.RGB="rgb",ColorSpace.HSL="hsl",ColorSpace.HEX="hex"}(ColorSpace||(ColorSpace={}));var COLOR_SPACES=Object.values(ColorSpace),COLOR_REGEXP=/\(([0-9]+),\s*([0-9]+)%?,\s*([0-9]+)%?,?\s*([0-9.]+)?\)/,RGB_REGEXP=/^\s*rgba?\(([0-9]+),\s*([0-9]+),\s*([0-9]+),?\s*([0-9.]+)?\)\s*$/i,HSL_REGEXP=/^\s*hsla?\(([0-9]+),\s*([0-9]+)%,\s*([0-9]+)%,?\s*([0-9.]+)?\)\s*$/i,HEX_REGEXP=/^\s*#?([0-9a-f]{3}|[0-9a-f]{6})\s*$/i,SHORTHEX_REGEXP=/^\s*#?([0-9a-f]{3})\s*$/i,ColorPicker=(_defineProperty(_ColorPicker={},ColorSpace.HEX,index_module.a),_defineProperty(_ColorPicker,ColorSpace.RGB,index_module.c),_defineProperty(_ColorPicker,ColorSpace.HSL,index_module.b),_ColorPicker),fallbackColor=(_defineProperty(_fallbackColor={},ColorSpace.HEX,"transparent"),_defineProperty(_fallbackColor,ColorSpace.RGB,"rgba(0, 0, 0, 0)"),_defineProperty(_fallbackColor,ColorSpace.HSL,"hsla(0, 0%, 0%, 0)"),_fallbackColor),stringToArgs=function stringToArgs(value){var match=null==value?void 0:value.match(COLOR_REGEXP);if(!match)return[0,0,0,1];var _match=_slicedToArray(match,5),x=_match[1],y=_match[2],z=_match[3],_match$=_match[4];return[x,y,z,void 0===_match$?1:_match$].map(Number)},Color_parseValue=function parseValue(value){var _ref12;if(value){var valid=!0;if(RGB_REGEXP.test(value)){var _ref8,_stringToArgs2=_slicedToArray(stringToArgs(value),4),r=_stringToArgs2[0],g=_stringToArgs2[1],b=_stringToArgs2[2],a=_stringToArgs2[3],_ref7=_slicedToArray(color_convert_default.a.rgb.hsl([r,g,b])||[0,0,0],3),h=_ref7[0],s=_ref7[1],l=_ref7[2];return _defineProperty(_ref8={valid:valid,value:value,keyword:color_convert_default.a.rgb.keyword([r,g,b]),colorSpace:ColorSpace.RGB},ColorSpace.RGB,value),_defineProperty(_ref8,ColorSpace.HSL,"hsla(".concat(h,", ").concat(s,"%, ").concat(l,"%, ").concat(a,")")),_defineProperty(_ref8,ColorSpace.HEX,"#".concat(color_convert_default.a.rgb.hex([r,g,b]).toLowerCase())),_ref8}if(HSL_REGEXP.test(value)){var _ref11,_stringToArgs4=_slicedToArray(stringToArgs(value),4),_h=_stringToArgs4[0],_s2=_stringToArgs4[1],_l=_stringToArgs4[2],_a=_stringToArgs4[3],_ref10=_slicedToArray(color_convert_default.a.hsl.rgb([_h,_s2,_l])||[0,0,0],3),_r=_ref10[0],_g=_ref10[1],_b=_ref10[2];return _defineProperty(_ref11={valid:valid,value:value,keyword:color_convert_default.a.hsl.keyword([_h,_s2,_l]),colorSpace:ColorSpace.HSL},ColorSpace.RGB,"rgba(".concat(_r,", ").concat(_g,", ").concat(_b,", ").concat(_a,")")),_defineProperty(_ref11,ColorSpace.HSL,value),_defineProperty(_ref11,ColorSpace.HEX,"#".concat(color_convert_default.a.hsl.hex([_h,_s2,_l]).toLowerCase())),_ref11}var plain=value.replace("#",""),rgb=color_convert_default.a.keyword.rgb(plain)||color_convert_default.a.hex.rgb(plain),hsl=color_convert_default.a.rgb.hsl(rgb),mapped=value;if(/[^#a-f0-9]/i.test(value)?mapped=plain:HEX_REGEXP.test(value)&&(mapped="#".concat(plain)),mapped.startsWith("#"))valid=HEX_REGEXP.test(mapped);else try{color_convert_default.a.keyword.hex(mapped)}catch(e){valid=!1}return _defineProperty(_ref12={valid:valid,value:mapped,keyword:color_convert_default.a.rgb.keyword(rgb),colorSpace:ColorSpace.HEX},ColorSpace.RGB,"rgba(".concat(rgb[0],", ").concat(rgb[1],", ").concat(rgb[2],", 1)")),_defineProperty(_ref12,ColorSpace.HSL,"hsla(".concat(hsl[0],", ").concat(hsl[1],"%, ").concat(hsl[2],"%, 1)")),_defineProperty(_ref12,ColorSpace.HEX,mapped),_ref12}},Color_useColorInput=function useColorInput(initialValue,onChange){var _useState2=_slicedToArray(Object(react.useState)(initialValue||""),2),value=_useState2[0],setValue=_useState2[1],_useState4=_slicedToArray(Object(react.useState)((function(){return Color_parseValue(value)})),2),color=_useState4[0],setColor=_useState4[1],_useState6=_slicedToArray(Object(react.useState)((null==color?void 0:color.colorSpace)||ColorSpace.HEX),2),colorSpace=_useState6[0],setColorSpace=_useState6[1];Object(react.useEffect)((function(){void 0===initialValue&&(setValue(""),setColor(void 0),setColorSpace(ColorSpace.HEX))}),[initialValue]);var realValue=Object(react.useMemo)((function(){return function getRealValue(value,color,colorSpace){if(!value||null==color||!color.valid)return fallbackColor[colorSpace];if(colorSpace!==ColorSpace.HEX)return(null==color?void 0:color[colorSpace])||fallbackColor[colorSpace];if(!color.hex.startsWith("#"))try{return"#".concat(color_convert_default.a.keyword.hex(color.hex))}catch(e){return fallbackColor.hex}var short=color.hex.match(SHORTHEX_REGEXP);if(!short)return HEX_REGEXP.test(color.hex)?color.hex:fallbackColor.hex;var _short$1$split2=_slicedToArray(short[1].split(""),3),r=_short$1$split2[0],g=_short$1$split2[1],b=_short$1$split2[2];return"#".concat(r).concat(r).concat(g).concat(g).concat(b).concat(b)}(value,color,colorSpace).toLowerCase()}),[value,color,colorSpace]),updateValue=Object(react.useCallback)((function(update){var parsed=Color_parseValue(update);setValue((null==parsed?void 0:parsed.value)||update||""),parsed&&(setColor(parsed),setColorSpace(parsed.colorSpace),onChange(parsed.value))}),[onChange]),cycleColorSpace=Object(react.useCallback)((function(){var next=COLOR_SPACES.indexOf(colorSpace)+1;next>=COLOR_SPACES.length&&(next=0),setColorSpace(COLOR_SPACES[next]);var update=(null==color?void 0:color[COLOR_SPACES[next]])||"";setValue(update),onChange(update)}),[color,colorSpace,onChange]);return{value:value,realValue:realValue,updateValue:updateValue,color:color,colorSpace:colorSpace,cycleColorSpace:cycleColorSpace}},id=function id(value){return value.replace(/\s*/,"").toLowerCase()},Color_ColorControl=function ColorControl(_ref13){var name=_ref13.name,initialValue=_ref13.value,onChange=_ref13.onChange,onFocus=_ref13.onFocus,onBlur=_ref13.onBlur,presetColors=_ref13.presetColors,startOpen=_ref13.startOpen,_useColorInput=Color_useColorInput(initialValue,throttle_default()(onChange,200)),value=_useColorInput.value,realValue=_useColorInput.realValue,updateValue=_useColorInput.updateValue,color=_useColorInput.color,colorSpace=_useColorInput.colorSpace,cycleColorSpace=_useColorInput.cycleColorSpace,_usePresets=function usePresets(presetColors,currentColor,colorSpace){var _useState8=_slicedToArray(Object(react.useState)(null!=currentColor&&currentColor.valid?[currentColor]:[]),2),selectedColors=_useState8[0],setSelectedColors=_useState8[1];Object(react.useEffect)((function(){void 0===currentColor&&setSelectedColors([])}),[currentColor]);var presets=Object(react.useMemo)((function(){return(presetColors||[]).map((function(preset){return"string"==typeof preset?Color_parseValue(preset):preset.title?Object.assign({},Color_parseValue(preset.color),{keyword:preset.title}):Color_parseValue(preset.color)})).concat(selectedColors).filter(Boolean).slice(-27)}),[presetColors,selectedColors]),addPreset=Object(react.useCallback)((function(color){null!=color&&color.valid&&(presets.some((function(preset){return id(preset[colorSpace])===id(color[colorSpace])}))||setSelectedColors((function(arr){return arr.concat(color)})))}),[colorSpace,presets]);return{presets:presets,addPreset:addPreset}}(presetColors,color,colorSpace),presets=_usePresets.presets,addPreset=_usePresets.addPreset,Picker=ColorPicker[colorSpace];return react_default.a.createElement(Wrapper,null,react_default.a.createElement(PickerTooltip,{trigger:"click",startOpen:startOpen,closeOnClick:!0,onVisibilityChange:function onVisibilityChange(){return addPreset(color)},tooltip:react_default.a.createElement(TooltipContent,null,react_default.a.createElement(Picker,{color:"transparent"===realValue?"#000000":realValue,onChange:updateValue,onFocus:onFocus,onBlur:onBlur}),presets.length>0&&react_default.a.createElement(Swatches,null,presets.map((function(preset,index){return react_default.a.createElement(lazy_WithTooltip.a,{key:"".concat(preset.value,"-").concat(index),hasChrome:!1,tooltip:react_default.a.createElement(Color_Note,{note:preset.keyword||preset.value})},react_default.a.createElement(Color_Swatch,{value:preset[colorSpace],active:color&&id(preset[colorSpace])===id(color[colorSpace]),onClick:function onClick(){return updateValue(preset.value)}}))}))))},react_default.a.createElement(Color_Swatch,{value:realValue,style:{margin:4}})),react_default.a.createElement(Input,{id:Object(helpers.a)(name),value:value,onChange:function onChange(e){return updateValue(e.target.value)},onFocus:function onFocus(e){return e.target.select()},placeholder:"Choose color..."}),value?react_default.a.createElement(ToggleIcon,{icon:"markup",onClick:cycleColorSpace}):null)};Color_ColorControl.displayName="ColorControl";__webpack_exports__.default=Color_ColorControl}}]);
Binary file
@@ -0,0 +1,348 @@
1
+ <!doctype html><html lang="en"><head><meta charset="utf-8"><title>Webpack App</title><meta name="viewport" content="width=device-width,initial-scale=1"><base target="_parent"><style>:not(.sb-show-preparing-story) > .sb-preparing-story,
2
+ :not(.sb-show-preparing-docs) > .sb-preparing-docs,
3
+ :not(.sb-show-nopreview) > .sb-nopreview,
4
+ :not(.sb-show-errordisplay) > .sb-errordisplay {
5
+ display: none;
6
+ }
7
+
8
+ .sb-show-main.sb-main-centered {
9
+ margin: 0;
10
+ display: flex;
11
+ align-items: center;
12
+ min-height: 100vh;
13
+ }
14
+
15
+ .sb-show-main.sb-main-centered #root {
16
+ box-sizing: border-box;
17
+ margin: auto;
18
+ padding: 1rem;
19
+ max-height: 100%; /* Hack for centering correctly in IE11 */
20
+ }
21
+
22
+ /* Vertical centering fix for IE11 */
23
+ @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
24
+ .sb-show-main.sb-main-centered:after {
25
+ content: '';
26
+ min-height: inherit;
27
+ font-size: 0;
28
+ }
29
+ }
30
+
31
+ .sb-show-main.sb-main-fullscreen {
32
+ margin: 0;
33
+ padding: 0;
34
+ display: block;
35
+ }
36
+
37
+ .sb-show-main.sb-main-padded {
38
+ margin: 0;
39
+ padding: 1rem;
40
+ display: block;
41
+ box-sizing: border-box;
42
+ }
43
+
44
+ .sb-wrapper {
45
+ position: fixed;
46
+ top: 0;
47
+ bottom: 0;
48
+ left: 0;
49
+ right: 0;
50
+ padding: 20px;
51
+ font-family: 'Nunito Sans', -apple-system, '.SFNSText-Regular', 'San Francisco',
52
+ BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
53
+ -webkit-font-smoothing: antialiased;
54
+ overflow: auto;
55
+ }
56
+
57
+ .sb-heading {
58
+ font-size: 14px;
59
+ font-weight: 600;
60
+ letter-spacing: 0.2px;
61
+ margin: 10px 0;
62
+ padding-right: 25px;
63
+ }
64
+
65
+ .sb-nopreview {
66
+ display: flex;
67
+ align-content: center;
68
+ justify-content: center;
69
+ }
70
+
71
+ .sb-nopreview_main {
72
+ margin: auto;
73
+ padding: 30px;
74
+ border-radius: 10px;
75
+ background: rgba(0, 0, 0, 0.03);
76
+ }
77
+
78
+ .sb-nopreview_heading {
79
+ text-align: center;
80
+ }
81
+
82
+ .sb-errordisplay {
83
+ border: 20px solid rgb(187, 49, 49);
84
+ background: #222;
85
+ color: #fff;
86
+ z-index: 999999;
87
+ }
88
+
89
+ .sb-errordisplay_code {
90
+ padding: 10px;
91
+ background: #000;
92
+ color: #eee;
93
+ font-family: 'Operator Mono', 'Fira Code Retina', 'Fira Code', 'FiraCode-Retina', 'Andale Mono',
94
+ 'Lucida Console', Consolas, Monaco, monospace;
95
+ }
96
+
97
+ .sb-errordisplay pre {
98
+ white-space: pre-wrap;
99
+ }
100
+
101
+ @-webkit-keyframes sb-rotate360 {
102
+ from {
103
+ transform: rotate(0deg);
104
+ }
105
+ to {
106
+ transform: rotate(360deg);
107
+ }
108
+ }
109
+ @keyframes sb-rotate360 {
110
+ from {
111
+ transform: rotate(0deg);
112
+ }
113
+ to {
114
+ transform: rotate(360deg);
115
+ }
116
+ }
117
+ @-webkit-keyframes sb-glow {
118
+ 0%,
119
+ 100% {
120
+ opacity: 1;
121
+ }
122
+ 50% {
123
+ opacity: 0.4;
124
+ }
125
+ }
126
+ @keyframes sb-glow {
127
+ 0%,
128
+ 100% {
129
+ opacity: 1;
130
+ }
131
+ 50% {
132
+ opacity: 0.4;
133
+ }
134
+ }
135
+
136
+ /* We display the preparing loaders *over* the rendering story */
137
+ .sb-preparing-story,
138
+ .sb-preparing-docs {
139
+ background-color: white;
140
+ }
141
+
142
+ .sb-loader {
143
+ -webkit-animation: sb-rotate360 0.7s linear infinite;
144
+ animation: sb-rotate360 0.7s linear infinite;
145
+ border-color: rgba(97, 97, 97, 0.29);
146
+ border-radius: 50%;
147
+ border-style: solid;
148
+ border-top-color: #646464;
149
+ border-width: 2px;
150
+ display: inline-block;
151
+ height: 32px;
152
+ left: 50%;
153
+ margin-left: -16px;
154
+ margin-top: -16px;
155
+ mix-blend-mode: difference;
156
+ overflow: hidden;
157
+ position: absolute;
158
+ top: 50%;
159
+ transition: all 200ms ease-out;
160
+ vertical-align: top;
161
+ width: 32px;
162
+ z-index: 4;
163
+ }
164
+
165
+ .sb-previewBlock {
166
+ background: #fff;
167
+ border: 1px solid rgba(0, 0, 0, 0.1);
168
+ border-radius: 4px;
169
+ box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px 0;
170
+ margin: 25px auto 40px;
171
+ max-width: 600px;
172
+ }
173
+
174
+ .sb-previewBlock_header {
175
+ align-items: center;
176
+ box-shadow: rgba(0, 0, 0, 0.1) 0 -1px 0 0 inset;
177
+ display: flex;
178
+ gap: 14px;
179
+ height: 40px;
180
+ padding: 0 12px;
181
+ }
182
+
183
+ .sb-previewBlock_icon {
184
+ -webkit-animation: sb-glow 1.5s ease-in-out infinite;
185
+ animation: sb-glow 1.5s ease-in-out infinite;
186
+ background: #e6e6e6;
187
+ height: 14px;
188
+ width: 14px;
189
+ }
190
+ .sb-previewBlock_icon:last-child {
191
+ margin-left: auto;
192
+ }
193
+
194
+ .sb-previewBlock_body {
195
+ -webkit-animation: sb-glow 1.5s ease-in-out infinite;
196
+ animation: sb-glow 1.5s ease-in-out infinite;
197
+ height: 182px;
198
+ position: relative;
199
+ }
200
+
201
+ .sb-argstableBlock {
202
+ border-collapse: collapse;
203
+ border-spacing: 0;
204
+ font-size: 13px;
205
+ line-height: 20px;
206
+ margin: 25px auto 40px;
207
+ max-width: 600px;
208
+ text-align: left;
209
+ width: 100%;
210
+ }
211
+ .sb-argstableBlock th:first-of-type,
212
+ .sb-argstableBlock td:first-of-type {
213
+ padding-left: 20px;
214
+ }
215
+ .sb-argstableBlock th:nth-of-type(2),
216
+ .sb-argstableBlock td:nth-of-type(2) {
217
+ width: 35%;
218
+ }
219
+ .sb-argstableBlock th:nth-of-type(3),
220
+ .sb-argstableBlock td:nth-of-type(3) {
221
+ width: 15%;
222
+ }
223
+ .sb-argstableBlock th:laste-of-type,
224
+ .sb-argstableBlock td:laste-of-type {
225
+ width: 25%;
226
+ padding-right: 20px;
227
+ }
228
+ .sb-argstableBlock th span,
229
+ .sb-argstableBlock td span {
230
+ -webkit-animation: sb-glow 1.5s ease-in-out infinite;
231
+ animation: sb-glow 1.5s ease-in-out infinite;
232
+ background-color: rgba(0, 0, 0, 0.1);
233
+ border-radius: 0;
234
+ box-shadow: none;
235
+ color: transparent;
236
+ }
237
+ .sb-argstableBlock th {
238
+ padding: 10px 15px;
239
+ }
240
+
241
+ .sb-argstableBlock-body {
242
+ border-radius: 4px;
243
+ box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px 1px, rgba(0, 0, 0, 0.065) 0 0 0 1px;
244
+ }
245
+ .sb-argstableBlock-body tr {
246
+ background: transparent;
247
+ overflow: hidden;
248
+ }
249
+ .sb-argstableBlock-body tr:not(:first-child) {
250
+ border-top: 1px solid #e6e6e6;
251
+ }
252
+ .sb-argstableBlock-body tr:first-child td:first-child {
253
+ border-top-left-radius: 4px;
254
+ }
255
+ .sb-argstableBlock-body tr:first-child td:last-child {
256
+ border-top-right-radius: 4px;
257
+ }
258
+ .sb-argstableBlock-body tr:last-child td:first-child {
259
+ border-bottom-left-radius: 4px;
260
+ }
261
+ .sb-argstableBlock-body tr:last-child td:last-child {
262
+ border-bottom-right-radius: 4px;
263
+ }
264
+ .sb-argstableBlock-body td {
265
+ background: #fff;
266
+ padding-bottom: 10px;
267
+ padding-top: 10px;
268
+ vertical-align: top;
269
+ }
270
+ .sb-argstableBlock-body td:not(:first-of-type) {
271
+ padding-left: 15px;
272
+ padding-right: 15px;
273
+ }
274
+ .sb-argstableBlock-body button {
275
+ -webkit-animation: sb-glow 1.5s ease-in-out infinite;
276
+ animation: sb-glow 1.5s ease-in-out infinite;
277
+ background-color: rgba(0, 0, 0, 0.1);
278
+ border: 0;
279
+ border-radius: 0;
280
+ box-shadow: none;
281
+ color: transparent;
282
+ display: inline;
283
+ font-size: 12px;
284
+ line-height: 1;
285
+ padding: 10px 16px;
286
+ }
287
+
288
+ .sb-argstableBlock-summary {
289
+ margin-top: 4px;
290
+ }
291
+
292
+ .sb-argstableBlock-code {
293
+ margin-right: 4px;
294
+ margin-bottom: 4px;
295
+ padding: 2px 5px;
296
+ }</style><script>/* globals window */
297
+ /* eslint-disable no-underscore-dangle */
298
+ try {
299
+ if (window.top !== window) {
300
+ window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = window.top.__REACT_DEVTOOLS_GLOBAL_HOOK__;
301
+ window.__VUE_DEVTOOLS_GLOBAL_HOOK__ = window.top.__VUE_DEVTOOLS_GLOBAL_HOOK__;
302
+ window.top.__VUE_DEVTOOLS_CONTEXT__ = window.document;
303
+ }
304
+ } catch (e) {
305
+ // eslint-disable-next-line no-console
306
+ console.warn('unable to connect to top frame for connecting dev tools');
307
+ }
308
+
309
+ window.onerror = function onerror(message, source, line, column, err) {
310
+ if (window.CONFIG_TYPE !== 'DEVELOPMENT') return;
311
+ // eslint-disable-next-line no-var, vars-on-top
312
+ var xhr = new window.XMLHttpRequest();
313
+ xhr.open('POST', '/runtime-error');
314
+ xhr.setRequestHeader('Content-Type', 'application/json;charset=UTF-8');
315
+ xhr.send(
316
+ JSON.stringify({
317
+ /* eslint-disable object-shorthand */
318
+ message: message,
319
+ source: source,
320
+ line: line,
321
+ column: column,
322
+ error: err && { message: err.message, name: err.name, stack: err.stack },
323
+ origin: 'preview',
324
+ /* eslint-enable object-shorthand */
325
+ })
326
+ );
327
+ };</script><link href="https://ecosysteme.jamespot.pro/css/jquery-ui-1.9.0.custom.min.css?_=57234" rel="stylesheet"><link href="https://ecosysteme.jamespot.pro/css/css-theme.php?_=57234-1600962895" rel="stylesheet"><link rel="preconnect" href="https://fonts.gstatic.com"><link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap" rel="stylesheet"><style>#root[hidden],
328
+ #docs-root[hidden] {
329
+ display: none !important;
330
+ }</style></head><body><div class="sb-preparing-story sb-wrapper"><div class="sb-loader"></div></div><div class="sb-preparing-docs sb-wrapper"><div class="sb-previewBlock"><div class="sb-previewBlock_header"><div class="sb-previewBlock_icon"></div><div class="sb-previewBlock_icon"></div><div class="sb-previewBlock_icon"></div><div class="sb-previewBlock_icon"></div></div><div class="sb-previewBlock_body"><div class="sb-loader"></div></div></div><table aria-hidden="true" class="sb-argstableBlock"><thead class="sb-argstableBlock-head"><tr><th><span>Name</span></th><th><span>Description</span></th><th><span>Default</span></th><th><span>Control</span></th></tr></thead><tbody class="sb-argstableBlock-body"><tr><td><span>propertyName</span><span title="Required">*</span></td><td><div><span>This is a short description</span></div><div class="sb-argstableBlock-summary"><div><span class="sb-argstableBlock-code">summary</span></div></div></td><td><div><span class="sb-argstableBlock-code">defaultValue</span></div></td><td><button>Set string</button></td></tr><tr><td><span>propertyName</span><span>*</span></td><td><div><span>This is a short description</span></div><div class="sb-argstableBlock-summary"><div><span class="sb-argstableBlock-code">summary</span></div></div></td><td><div><span class="sb-argstableBlock-code">defaultValue</span></div></td><td><button>Set string</button></td></tr><tr><td><span>propertyName</span><span>*</span></td><td><div><span>This is a short description</span></div><div class="sb-argstableBlock-summary"><div><span class="sb-argstableBlock-code">summary</span></div></div></td><td><div><span class="sb-argstableBlock-code">defaultValue</span></div></td><td><button>Set string</button></td></tr></tbody></table></div><div class="sb-nopreview sb-wrapper"><div class="sb-nopreview_main"><h1 class="sb-nopreview_heading sb-heading">No Preview</h1><p>Sorry, but you either have no stories or none are selected somehow.</p><ul><li>Please check the Storybook config.</li><li>Try reloading the page.</li></ul><p>If the problem persists, check the browser console, or the terminal you've run Storybook from.</p></div></div><div class="sb-errordisplay sb-wrapper"><pre id="error-message" class="sb-heading"></pre><pre class="sb-errordisplay_code"><code id="error-stack"></code></pre></div><div id="root"></div><div id="docs-root"></div><script>window['CONFIG_TYPE'] = "PRODUCTION";
331
+
332
+
333
+
334
+ window['LOGLEVEL'] = "info";
335
+
336
+
337
+
338
+ window['FRAMEWORK_OPTIONS'] = {};
339
+
340
+
341
+
342
+
343
+
344
+ window['FEATURES'] = {"postcss":true,"emotionAlias":true,"warnOnLegacyHierarchySeparator":true};
345
+
346
+
347
+
348
+ window['STORIES'] = [{"titlePrefix":"","directory":"./src","files":"**/*.stories.mdx","importPathMatcher":"^\\.[\\\\/](?:src(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.stories\\.mdx)$"},{"titlePrefix":"","directory":"./src","files":"**/*.stories.@(js|jsx|ts|tsx)","importPathMatcher":"^\\.[\\\\/](?:src(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.stories\\.(js|jsx|ts|tsx))$"}];</script><script src="runtime~main.ba5a9588.iframe.bundle.js"></script><script src="174.f2e072e1.iframe.bundle.js"></script><script src="main.58bb8e79.iframe.bundle.js"></script></body></html>
@@ -0,0 +1,51 @@
1
+ <!doctype html><html lang="en"><head><meta charset="utf-8"/><title>Webpack App</title><meta name="viewport" content="width=device-width,initial-scale=1"/><style>html, body {
2
+ overflow: hidden;
3
+ height: 100%;
4
+ width: 100%;
5
+ margin: 0;
6
+ padding: 0;
7
+ }
8
+
9
+ * {
10
+ box-sizing: border-box;
11
+ }</style><script>/* globals window */
12
+ /* eslint-disable no-underscore-dangle */
13
+ try {
14
+ if (window.top !== window) {
15
+ window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = window.top.__REACT_DEVTOOLS_GLOBAL_HOOK__;
16
+ }
17
+ } catch (e) {
18
+ // eslint-disable-next-line no-console
19
+ console.warn('unable to connect to top frame for connecting dev tools');
20
+ }
21
+
22
+ window.onerror = function onerror(message, source, line, column, err) {
23
+ if (window.CONFIG_TYPE !== 'DEVELOPMENT') return;
24
+ // eslint-disable-next-line no-var, vars-on-top
25
+ var xhr = new window.XMLHttpRequest();
26
+ xhr.open('POST', '/runtime-error');
27
+ xhr.setRequestHeader('Content-Type', 'application/json;charset=UTF-8');
28
+ xhr.send(
29
+ JSON.stringify({
30
+ /* eslint-disable object-shorthand */
31
+ message: message,
32
+ source: source,
33
+ line: line,
34
+ column: column,
35
+ error: err && { message: err.message, name: err.name, stack: err.stack },
36
+ origin: 'manager',
37
+ /* eslint-enable object-shorthand */
38
+ })
39
+ );
40
+ };</script><style>#root[hidden],
41
+ #docs-root[hidden] {
42
+ display: none !important;
43
+ }</style></head><body><div id="root"></div><div id="docs-root"></div><script>window['CONFIG_TYPE'] = "PRODUCTION";
44
+
45
+
46
+
47
+ window['LOGLEVEL'] = "info";
48
+
49
+
50
+
51
+ window['FEATURES'] = {"postcss":true,"emotionAlias":true,"warnOnLegacyHierarchySeparator":true};</script><script src="runtime~main.91a0c7330ab317d35c4a.manager.bundle.js"></script><script src="vendors~main.f7f16cebbf3aa96a4f89.manager.bundle.js"></script><script src="main.e2663b1cf842947d1a59.manager.bundle.js"></script></body></html>