@jetshop/ui 6.3.9-alpha.0 → 6.3.9-alpha.2

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 (460) hide show
  1. package/Accordion/Accordion.d.ts +33 -0
  2. package/Accordion/Accordion.js +59 -0
  3. package/Accordion/Accordion.js.map +1 -0
  4. package/Auth/FormFields/CountriesInput.d.ts +16 -0
  5. package/Auth/FormFields/CountriesInput.js +28 -0
  6. package/Auth/FormFields/CountriesInput.js.map +1 -0
  7. package/Auth/LogInBehavior.d.ts +22 -0
  8. package/Auth/LogInBehavior.js +24 -0
  9. package/Auth/LogInBehavior.js.map +1 -0
  10. package/Auth/LogInFormProvider.d.ts +7 -0
  11. package/Auth/LogInFormProvider.js +70 -0
  12. package/Auth/LogInFormProvider.js.map +1 -0
  13. package/Auth/LogOut.d.ts +10 -0
  14. package/Auth/LogOut.js +24 -0
  15. package/Auth/LogOut.js.map +1 -0
  16. package/Auth/logInValidator.d.ts +10 -0
  17. package/Auth/logInValidator.js +16 -0
  18. package/Auth/logInValidator.js.map +1 -0
  19. package/Breadcrumbs/Breadcrumbs.d.ts +14 -0
  20. package/Breadcrumbs/Breadcrumbs.js +84 -0
  21. package/Breadcrumbs/Breadcrumbs.js.map +1 -0
  22. package/Breadcrumbs/getParentsOrCanonicalRoute.d.ts +3 -0
  23. package/Breadcrumbs/getParentsOrCanonicalRoute.js +14 -0
  24. package/Breadcrumbs/getParentsOrCanonicalRoute.js.map +1 -0
  25. package/Breadcrumbs/index.d.ts +1 -0
  26. package/Breadcrumbs/index.js +2 -0
  27. package/Breadcrumbs/index.js.map +1 -0
  28. package/Breakpoints.d.ts +12 -0
  29. package/Breakpoints.js +36 -0
  30. package/Breakpoints.js.map +1 -0
  31. package/Button/Button.d.ts +14 -0
  32. package/Button/Button.js +60 -0
  33. package/Button/Button.js.map +1 -0
  34. package/Button/SecondaryButton.d.ts +2 -0
  35. package/Button/SecondaryButton.js +9 -0
  36. package/Button/SecondaryButton.js.map +1 -0
  37. package/Button/TrendButton.d.ts +2 -0
  38. package/Button/TrendButton.js +8 -0
  39. package/Button/TrendButton.js.map +1 -0
  40. package/Button/index.d.ts +4 -0
  41. package/Button/index.js +5 -0
  42. package/Button/index.js.map +1 -0
  43. package/CategoryLink.d.ts +11 -0
  44. package/CategoryLink.js +49 -0
  45. package/CategoryLink.js.map +1 -0
  46. package/ChannelSelector/ChannelListItem.d.ts +10 -0
  47. package/ChannelSelector/ChannelListItem.js +51 -0
  48. package/ChannelSelector/ChannelListItem.js.map +1 -0
  49. package/ChannelSelector/ChannelSelector.d.ts +63 -0
  50. package/ChannelSelector/ChannelSelector.js +80 -0
  51. package/ChannelSelector/ChannelSelector.js.map +1 -0
  52. package/ChannelSelector/ChannelSelectorButtons.d.ts +2 -0
  53. package/ChannelSelector/ChannelSelectorButtons.js +20 -0
  54. package/ChannelSelector/ChannelSelectorButtons.js.map +1 -0
  55. package/ChannelSelector/Channels.d.ts +17 -0
  56. package/ChannelSelector/Channels.js +12 -0
  57. package/ChannelSelector/Channels.js.map +1 -0
  58. package/ChannelSelector/LargeSelector.d.ts +3 -0
  59. package/ChannelSelector/LargeSelector.js +67 -0
  60. package/ChannelSelector/LargeSelector.js.map +1 -0
  61. package/ChannelSelector/MiniSelector.d.ts +4 -0
  62. package/ChannelSelector/MiniSelector.js +58 -0
  63. package/ChannelSelector/MiniSelector.js.map +1 -0
  64. package/ChannelSelector/Region.d.ts +28 -0
  65. package/ChannelSelector/Region.js +21 -0
  66. package/ChannelSelector/Region.js.map +1 -0
  67. package/ChannelSelector/groupBy.d.ts +7 -0
  68. package/ChannelSelector/groupBy.js +16 -0
  69. package/ChannelSelector/groupBy.js.map +1 -0
  70. package/Checkbox/Checkbox.d.ts +14 -0
  71. package/Checkbox/Checkbox.js +70 -0
  72. package/Checkbox/Checkbox.js.map +1 -0
  73. package/Checkbox/CheckboxGroup.d.ts +27 -0
  74. package/Checkbox/CheckboxGroup.js +22 -0
  75. package/Checkbox/CheckboxGroup.js.map +1 -0
  76. package/Checkbox/index.d.ts +2 -0
  77. package/Checkbox/index.js +3 -0
  78. package/Checkbox/index.js.map +1 -0
  79. package/CloudflareImage/BaseImage.d.ts +40 -0
  80. package/CloudflareImage/BaseImage.js +192 -0
  81. package/CloudflareImage/BaseImage.js.map +1 -0
  82. package/CloudflareImage/Fallback.d.ts +5 -0
  83. package/CloudflareImage/Fallback.js +4 -0
  84. package/CloudflareImage/Fallback.js.map +1 -0
  85. package/CloudflareImage/FlightImage.d.ts +51 -0
  86. package/CloudflareImage/FlightImage.js +61 -0
  87. package/CloudflareImage/FlightImage.js.map +1 -0
  88. package/CloudflareImage/Image.d.ts +2 -0
  89. package/CloudflareImage/Image.js +3 -0
  90. package/CloudflareImage/Image.js.map +1 -0
  91. package/CloudflareImage/index.d.ts +1 -0
  92. package/CloudflareImage/index.js +2 -0
  93. package/CloudflareImage/index.js.map +1 -0
  94. package/CloudflareImage/useConstructImage.d.ts +49 -0
  95. package/CloudflareImage/useConstructImage.js +122 -0
  96. package/CloudflareImage/useConstructImage.js.map +1 -0
  97. package/CloudflareImage/utils/aspectRatioToFraction.d.ts +2 -0
  98. package/CloudflareImage/utils/aspectRatioToFraction.js +11 -0
  99. package/CloudflareImage/utils/aspectRatioToFraction.js.map +1 -0
  100. package/CloudflareImage/utils/getFullUrl.d.ts +6 -0
  101. package/CloudflareImage/utils/getFullUrl.js +18 -0
  102. package/CloudflareImage/utils/getFullUrl.js.map +1 -0
  103. package/CloudflareImage/utils/getImageWidth.d.ts +1 -0
  104. package/CloudflareImage/utils/getImageWidth.js +12 -0
  105. package/CloudflareImage/utils/getImageWidth.js.map +1 -0
  106. package/CloudflareImage/utils/getImageWidths.d.ts +2 -0
  107. package/CloudflareImage/utils/getImageWidths.js +21 -0
  108. package/CloudflareImage/utils/getImageWidths.js.map +1 -0
  109. package/CloudflareImage/utils/getLQIP.d.ts +8 -0
  110. package/CloudflareImage/utils/getLQIP.js +21 -0
  111. package/CloudflareImage/utils/getLQIP.js.map +1 -0
  112. package/CloudflareImage/utils/getLargestSize.d.ts +7 -0
  113. package/CloudflareImage/utils/getLargestSize.js +17 -0
  114. package/CloudflareImage/utils/getLargestSize.js.map +1 -0
  115. package/CloudflareImage/utils/getSizeForBreakpoint.d.ts +2 -0
  116. package/CloudflareImage/utils/getSizeForBreakpoint.js +16 -0
  117. package/CloudflareImage/utils/getSizeForBreakpoint.js.map +1 -0
  118. package/CloudflareImage/utils/getSizesMap.d.ts +2 -0
  119. package/CloudflareImage/utils/getSizesMap.js +35 -0
  120. package/CloudflareImage/utils/getSizesMap.js.map +1 -0
  121. package/CloudflareImage/utils/getSmallestSize.d.ts +2 -0
  122. package/CloudflareImage/utils/getSmallestSize.js +12 -0
  123. package/CloudflareImage/utils/getSmallestSize.js.map +1 -0
  124. package/CloudflareImage/utils/getSrcSetFromWidths.d.ts +10 -0
  125. package/CloudflareImage/utils/getSrcSetFromWidths.js +10 -0
  126. package/CloudflareImage/utils/getSrcSetFromWidths.js.map +1 -0
  127. package/CloudflareImage/utils/getSrcWithParams.d.ts +3 -0
  128. package/CloudflareImage/utils/getSrcWithParams.js +33 -0
  129. package/CloudflareImage/utils/getSrcWithParams.js.map +1 -0
  130. package/CloudflareImage/utils/paddingForAspectRatio.d.ts +1 -0
  131. package/CloudflareImage/utils/paddingForAspectRatio.js +6 -0
  132. package/CloudflareImage/utils/paddingForAspectRatio.js.map +1 -0
  133. package/CloudflareImage/utils/remToPx.d.ts +1 -0
  134. package/CloudflareImage/utils/remToPx.js +2 -0
  135. package/CloudflareImage/utils/remToPx.js.map +1 -0
  136. package/CloudflareImage/utils/sizeToNumber.d.ts +2 -0
  137. package/CloudflareImage/utils/sizeToNumber.js +27 -0
  138. package/CloudflareImage/utils/sizeToNumber.js.map +1 -0
  139. package/ContentPageLink.d.ts +11 -0
  140. package/ContentPageLink.js +46 -0
  141. package/ContentPageLink.js.map +1 -0
  142. package/ContentRenderer.d.ts +9 -0
  143. package/ContentRenderer.js +36 -0
  144. package/ContentRenderer.js.map +1 -0
  145. package/DropdownMenu/Button.d.ts +7 -0
  146. package/DropdownMenu/Button.js +33 -0
  147. package/DropdownMenu/Button.js.map +1 -0
  148. package/DropdownMenu/DropdownMenu.d.ts +21 -0
  149. package/DropdownMenu/DropdownMenu.js +72 -0
  150. package/DropdownMenu/DropdownMenu.js.map +1 -0
  151. package/DropdownMenu/Item.d.ts +13 -0
  152. package/DropdownMenu/Item.js +48 -0
  153. package/DropdownMenu/Item.js.map +1 -0
  154. package/DropdownMenu/Items.d.ts +16 -0
  155. package/DropdownMenu/Items.js +53 -0
  156. package/DropdownMenu/Items.js.map +1 -0
  157. package/DropdownMenu/index.d.ts +4 -0
  158. package/DropdownMenu/index.js +5 -0
  159. package/DropdownMenu/index.js.map +1 -0
  160. package/ErrorBoundary/Generic.d.ts +18 -0
  161. package/ErrorBoundary/Generic.js +69 -0
  162. package/ErrorBoundary/Generic.js.map +1 -0
  163. package/ErrorBoundary/PassThrough.d.ts +3 -0
  164. package/ErrorBoundary/PassThrough.js +7 -0
  165. package/ErrorBoundary/PassThrough.js.map +1 -0
  166. package/Gallery/Gallery.d.ts +39 -0
  167. package/Gallery/Gallery.js +121 -0
  168. package/Gallery/Gallery.js.map +1 -0
  169. package/Gallery/constructGallery.d.ts +15 -0
  170. package/Gallery/constructGallery.js +40 -0
  171. package/Gallery/constructGallery.js.map +1 -0
  172. package/Image/BaseImage.d.ts +39 -0
  173. package/Image/BaseImage.js +192 -0
  174. package/Image/BaseImage.js.map +1 -0
  175. package/Image/Fallback.d.ts +5 -0
  176. package/Image/Fallback.js +4 -0
  177. package/Image/Fallback.js.map +1 -0
  178. package/Image/FlightImage.d.ts +51 -0
  179. package/Image/FlightImage.js +59 -0
  180. package/Image/FlightImage.js.map +1 -0
  181. package/Image/Image.d.ts +2 -0
  182. package/Image/Image.js +3 -0
  183. package/Image/Image.js.map +1 -0
  184. package/Image/index.d.ts +1 -0
  185. package/Image/index.js +2 -0
  186. package/Image/index.js.map +1 -0
  187. package/Image/useConstructImage.d.ts +49 -0
  188. package/Image/useConstructImage.js +122 -0
  189. package/Image/useConstructImage.js.map +1 -0
  190. package/Image/utils/aspectRatioToFraction.d.ts +2 -0
  191. package/Image/utils/aspectRatioToFraction.js +11 -0
  192. package/Image/utils/aspectRatioToFraction.js.map +1 -0
  193. package/Image/utils/getFullUrl.d.ts +6 -0
  194. package/Image/utils/getFullUrl.js +18 -0
  195. package/Image/utils/getFullUrl.js.map +1 -0
  196. package/Image/utils/getImageWidth.d.ts +1 -0
  197. package/Image/utils/getImageWidth.js +12 -0
  198. package/Image/utils/getImageWidth.js.map +1 -0
  199. package/Image/utils/getImageWidths.d.ts +2 -0
  200. package/Image/utils/getImageWidths.js +21 -0
  201. package/Image/utils/getImageWidths.js.map +1 -0
  202. package/Image/utils/getLQIP.d.ts +8 -0
  203. package/Image/utils/getLQIP.js +20 -0
  204. package/Image/utils/getLQIP.js.map +1 -0
  205. package/Image/utils/getLargestSize.d.ts +7 -0
  206. package/Image/utils/getLargestSize.js +17 -0
  207. package/Image/utils/getLargestSize.js.map +1 -0
  208. package/Image/utils/getSizeForBreakpoint.d.ts +2 -0
  209. package/Image/utils/getSizeForBreakpoint.js +16 -0
  210. package/Image/utils/getSizeForBreakpoint.js.map +1 -0
  211. package/Image/utils/getSizesMap.d.ts +2 -0
  212. package/Image/utils/getSizesMap.js +35 -0
  213. package/Image/utils/getSizesMap.js.map +1 -0
  214. package/Image/utils/getSmallestSize.d.ts +2 -0
  215. package/Image/utils/getSmallestSize.js +12 -0
  216. package/Image/utils/getSmallestSize.js.map +1 -0
  217. package/Image/utils/getSrcSetFromWidths.d.ts +10 -0
  218. package/Image/utils/getSrcSetFromWidths.js +9 -0
  219. package/Image/utils/getSrcSetFromWidths.js.map +1 -0
  220. package/Image/utils/getSrcWithParams.d.ts +3 -0
  221. package/Image/utils/getSrcWithParams.js +29 -0
  222. package/Image/utils/getSrcWithParams.js.map +1 -0
  223. package/Image/utils/paddingForAspectRatio.d.ts +1 -0
  224. package/Image/utils/paddingForAspectRatio.js +6 -0
  225. package/Image/utils/paddingForAspectRatio.js.map +1 -0
  226. package/Image/utils/remToPx.d.ts +1 -0
  227. package/Image/utils/remToPx.js +2 -0
  228. package/Image/utils/remToPx.js.map +1 -0
  229. package/Image/utils/sizeToNumber.d.ts +2 -0
  230. package/Image/utils/sizeToNumber.js +27 -0
  231. package/Image/utils/sizeToNumber.js.map +1 -0
  232. package/Input/Input.d.ts +6 -0
  233. package/Input/Input.js +45 -0
  234. package/Input/Input.js.map +1 -0
  235. package/Input/index.d.ts +3 -0
  236. package/Input/index.js +4 -0
  237. package/Input/index.js.map +1 -0
  238. package/JetshopText.d.ts +3 -0
  239. package/JetshopText.js +13 -0
  240. package/JetshopText.js.map +1 -0
  241. package/Loading/LoadingBar.d.ts +8 -0
  242. package/Loading/LoadingBar.js +58 -0
  243. package/Loading/LoadingBar.js.map +1 -0
  244. package/Loading/LoadingLine.d.ts +31 -0
  245. package/Loading/LoadingLine.js +26 -0
  246. package/Loading/LoadingLine.js.map +1 -0
  247. package/Loading/NetworkStatusNotifier.d.ts +6 -0
  248. package/Loading/NetworkStatusNotifier.js +8 -0
  249. package/Loading/NetworkStatusNotifier.js.map +1 -0
  250. package/Menu/MenuContainer.d.ts +28 -0
  251. package/Menu/MenuContainer.js +46 -0
  252. package/Menu/MenuContainer.js.map +1 -0
  253. package/Menu/RecursiveTree.d.ts +28 -0
  254. package/Menu/RecursiveTree.js +91 -0
  255. package/Menu/RecursiveTree.js.map +1 -0
  256. package/Modal/Drawer/Drawer.d.ts +12 -0
  257. package/Modal/Drawer/Drawer.js +31 -0
  258. package/Modal/Drawer/Drawer.js.map +1 -0
  259. package/Modal/Drawer/DrawerTarget.d.ts +6 -0
  260. package/Modal/Drawer/DrawerTarget.js +12 -0
  261. package/Modal/Drawer/DrawerTarget.js.map +1 -0
  262. package/Modal/Drawer/DrawerTrigger.d.ts +11 -0
  263. package/Modal/Drawer/DrawerTrigger.js +16 -0
  264. package/Modal/Drawer/DrawerTrigger.js.map +1 -0
  265. package/Modal/Drawer/index.d.ts +3 -0
  266. package/Modal/Drawer/index.js +4 -0
  267. package/Modal/Drawer/index.js.map +1 -0
  268. package/Modal/Flyout/FlyoutTarget.d.ts +10 -0
  269. package/Modal/Flyout/FlyoutTarget.js +15 -0
  270. package/Modal/Flyout/FlyoutTarget.js.map +1 -0
  271. package/Modal/Flyout/FlyoutTrigger.d.ts +15 -0
  272. package/Modal/Flyout/FlyoutTrigger.js +18 -0
  273. package/Modal/Flyout/FlyoutTrigger.js.map +1 -0
  274. package/Modal/Flyout/index.d.ts +2 -0
  275. package/Modal/Flyout/index.js +3 -0
  276. package/Modal/Flyout/index.js.map +1 -0
  277. package/Modal/ModalContext.d.ts +26 -0
  278. package/Modal/ModalContext.js +9 -0
  279. package/Modal/ModalContext.js.map +1 -0
  280. package/Modal/ModalProvider.d.ts +5 -0
  281. package/Modal/ModalProvider.js +83 -0
  282. package/Modal/ModalProvider.js.map +1 -0
  283. package/Modal/ModalRoot.d.ts +3 -0
  284. package/Modal/ModalRoot.js +44 -0
  285. package/Modal/ModalRoot.js.map +1 -0
  286. package/Modal/ModalTrigger.d.ts +9 -0
  287. package/Modal/ModalTrigger.js +9 -0
  288. package/Modal/ModalTrigger.js.map +1 -0
  289. package/Pagination/Pagination.d.ts +7 -0
  290. package/Pagination/Pagination.js +23 -0
  291. package/Pagination/Pagination.js.map +1 -0
  292. package/Pagination/PaginationBehaviour.d.ts +52 -0
  293. package/Pagination/PaginationBehaviour.js +68 -0
  294. package/Pagination/PaginationBehaviour.js.map +1 -0
  295. package/Pagination/index.d.ts +2 -0
  296. package/Pagination/index.js +3 -0
  297. package/Pagination/index.js.map +1 -0
  298. package/Pagination/usePagination.d.ts +15 -0
  299. package/Pagination/usePagination.js +46 -0
  300. package/Pagination/usePagination.js.map +1 -0
  301. package/PreOrderDateSelector/PreOrderDateSelector.d.ts +23 -0
  302. package/PreOrderDateSelector/PreOrderDateSelector.js +74 -0
  303. package/PreOrderDateSelector/PreOrderDateSelector.js.map +1 -0
  304. package/PreOrderDateSelector/index.d.ts +2 -0
  305. package/PreOrderDateSelector/index.js +3 -0
  306. package/PreOrderDateSelector/index.js.map +1 -0
  307. package/Price/Currency.d.ts +9 -0
  308. package/Price/Currency.js +11 -0
  309. package/Price/Currency.js.map +1 -0
  310. package/Price/Price.d.ts +44 -0
  311. package/Price/Price.js +74 -0
  312. package/Price/Price.js.map +1 -0
  313. package/Price/index.d.ts +1 -0
  314. package/Price/index.js +2 -0
  315. package/Price/index.js.map +1 -0
  316. package/ProductLink.d.ts +23 -0
  317. package/ProductLink.js +88 -0
  318. package/ProductLink.js.map +1 -0
  319. package/ProductList/Badges.d.ts +6 -0
  320. package/ProductList/Badges.js +56 -0
  321. package/ProductList/Badges.js.map +1 -0
  322. package/ProductList/GridProduct.d.ts +24 -0
  323. package/ProductList/GridProduct.js +58 -0
  324. package/ProductList/GridProduct.js.map +1 -0
  325. package/ProductList/ProductGrid.d.ts +16 -0
  326. package/ProductList/ProductGrid.js +30 -0
  327. package/ProductList/ProductGrid.js.map +1 -0
  328. package/ProductList/ProductImage.d.ts +12 -0
  329. package/ProductList/ProductImage.js +21 -0
  330. package/ProductList/ProductImage.js.map +1 -0
  331. package/ProductSpecifications/ProductSpecifications.d.ts +8 -0
  332. package/ProductSpecifications/ProductSpecifications.js +78 -0
  333. package/ProductSpecifications/ProductSpecifications.js.map +1 -0
  334. package/ScrollRestorationHandler/ScrollRestorationHandler.d.ts +8 -0
  335. package/ScrollRestorationHandler/ScrollRestorationHandler.js +17 -0
  336. package/ScrollRestorationHandler/ScrollRestorationHandler.js.map +1 -0
  337. package/ScrollRestorationHandler/index.d.ts +1 -0
  338. package/ScrollRestorationHandler/index.js +2 -0
  339. package/ScrollRestorationHandler/index.js.map +1 -0
  340. package/ScrollRestorationHandler/isInIgnoredRouteTypes.d.ts +8 -0
  341. package/ScrollRestorationHandler/isInIgnoredRouteTypes.js +8 -0
  342. package/ScrollRestorationHandler/isInIgnoredRouteTypes.js.map +1 -0
  343. package/ScrollRestorationHandler/useScrollRestore.d.ts +9 -0
  344. package/ScrollRestorationHandler/useScrollRestore.js +20 -0
  345. package/ScrollRestorationHandler/useScrollRestore.js.map +1 -0
  346. package/Search/SearchAutoCompleteContainer.d.ts +45 -0
  347. package/Search/SearchAutoCompleteContainer.js +172 -0
  348. package/Search/SearchAutoCompleteContainer.js.map +1 -0
  349. package/Search/SearchField.d.ts +26 -0
  350. package/Search/SearchField.js +98 -0
  351. package/Search/SearchField.js.map +1 -0
  352. package/Search/SearchPage/PageOf.d.ts +5 -0
  353. package/Search/SearchPage/PageOf.js +7 -0
  354. package/Search/SearchPage/PageOf.js.map +1 -0
  355. package/Search/SearchPage/SearchMeta.d.ts +16 -0
  356. package/Search/SearchPage/SearchMeta.js +20 -0
  357. package/Search/SearchPage/SearchMeta.js.map +1 -0
  358. package/Search/SearchPage/SearchPageBehaviour.d.ts +19 -0
  359. package/Search/SearchPage/SearchPageBehaviour.js +75 -0
  360. package/Search/SearchPage/SearchPageBehaviour.js.map +1 -0
  361. package/Search/SuggestedTerm.d.ts +16 -0
  362. package/Search/SuggestedTerm.js +35 -0
  363. package/Search/SuggestedTerm.js.map +1 -0
  364. package/Search/index.d.ts +1 -0
  365. package/Search/index.js +2 -0
  366. package/Search/index.js.map +1 -0
  367. package/Select/Components.d.ts +28 -0
  368. package/Select/Components.js +91 -0
  369. package/Select/Components.js.map +1 -0
  370. package/Select/SelectComponents/Quantity.d.ts +5 -0
  371. package/Select/SelectComponents/Quantity.js +8 -0
  372. package/Select/SelectComponents/Quantity.js.map +1 -0
  373. package/Select/index.d.ts +5 -0
  374. package/Select/index.js +2 -0
  375. package/Select/index.js.map +1 -0
  376. package/SortOrder/SortOrder.d.ts +16 -0
  377. package/SortOrder/SortOrder.js +33 -0
  378. package/SortOrder/SortOrder.js.map +1 -0
  379. package/SortOrder/SortOrderDropdown.d.ts +9 -0
  380. package/SortOrder/SortOrderDropdown.js +25 -0
  381. package/SortOrder/SortOrderDropdown.js.map +1 -0
  382. package/SortOrder/SortOrderList.d.ts +7 -0
  383. package/SortOrder/SortOrderList.js +17 -0
  384. package/SortOrder/SortOrderList.js.map +1 -0
  385. package/StartPageRenderer/StartPageRenderer.d.ts +17 -0
  386. package/StartPageRenderer/StartPageRenderer.js +52 -0
  387. package/StartPageRenderer/StartPageRenderer.js.map +1 -0
  388. package/StartPageRenderer/index.d.ts +1 -0
  389. package/StartPageRenderer/index.js +2 -0
  390. package/StartPageRenderer/index.js.map +1 -0
  391. package/Stock/StockStatusContainer.d.ts +21 -0
  392. package/Stock/StockStatusContainer.js +45 -0
  393. package/Stock/StockStatusContainer.js.map +1 -0
  394. package/Text/Text.d.ts +11 -0
  395. package/Text/Text.js +22 -0
  396. package/Text/Text.js.map +1 -0
  397. package/Text/index.d.ts +3 -0
  398. package/Text/index.js +4 -0
  399. package/Text/index.js.map +1 -0
  400. package/Theme/createTheme.d.ts +16 -0
  401. package/Theme/createTheme.js +5 -0
  402. package/Theme/createTheme.js.map +1 -0
  403. package/Theme/cssReset.d.ts +1 -0
  404. package/Theme/cssReset.js +160 -0
  405. package/Theme/cssReset.js.map +1 -0
  406. package/Theme/normalizeCss.d.ts +1 -0
  407. package/Theme/normalizeCss.js +357 -0
  408. package/Theme/normalizeCss.js.map +1 -0
  409. package/Theme/sanitizeCss.d.ts +1 -0
  410. package/Theme/sanitizeCss.js +572 -0
  411. package/Theme/sanitizeCss.js.map +1 -0
  412. package/WindowGrid/WindowGrid.d.ts +11 -0
  413. package/WindowGrid/WindowGrid.js +58 -0
  414. package/WindowGrid/WindowGrid.js.map +1 -0
  415. package/WindowGrid/index.d.ts +1 -0
  416. package/WindowGrid/index.js +2 -0
  417. package/WindowGrid/index.js.map +1 -0
  418. package/WindowGrid/useResizeObserver.d.ts +3 -0
  419. package/WindowGrid/useResizeObserver.js +14 -0
  420. package/WindowGrid/useResizeObserver.js.map +1 -0
  421. package/WindowGrid/useScrollWithWindow.d.ts +12 -0
  422. package/WindowGrid/useScrollWithWindow.js +39 -0
  423. package/WindowGrid/useScrollWithWindow.js.map +1 -0
  424. package/fuzzySearch/fuzzySearch.d.ts +8 -0
  425. package/fuzzySearch/fuzzySearch.js +43 -0
  426. package/fuzzySearch/fuzzySearch.js.map +1 -0
  427. package/fuzzySearch/index.d.ts +1 -0
  428. package/fuzzySearch/index.js +2 -0
  429. package/fuzzySearch/index.js.map +1 -0
  430. package/hooks/index.d.ts +2 -0
  431. package/hooks/index.js +3 -0
  432. package/hooks/index.js.map +1 -0
  433. package/hooks/useOnClickOutside.d.ts +6 -0
  434. package/hooks/useOnClickOutside.js +17 -0
  435. package/hooks/useOnClickOutside.js.map +1 -0
  436. package/hooks/useOnEsc.d.ts +4 -0
  437. package/hooks/useOnEsc.js +17 -0
  438. package/hooks/useOnEsc.js.map +1 -0
  439. package/package.json +3 -2
  440. package/utils/breakpoints.d.ts +23 -0
  441. package/utils/breakpoints.js +94 -0
  442. package/utils/breakpoints.js.map +1 -0
  443. package/utils/callAllEventHandlers.d.ts +5 -0
  444. package/utils/callAllEventHandlers.js +9 -0
  445. package/utils/callAllEventHandlers.js.map +1 -0
  446. package/utils/text.d.ts +1 -0
  447. package/utils/text.js +23 -0
  448. package/utils/text.js.map +1 -0
  449. package/utils/theme.d.ts +3 -0
  450. package/utils/theme.js +5 -0
  451. package/utils/theme.js.map +1 -0
  452. package/utils/useHoverIntent.d.ts +10 -0
  453. package/utils/useHoverIntent.js +78 -0
  454. package/utils/useHoverIntent.js.map +1 -0
  455. package/utils/usePropsOfType.d.ts +11 -0
  456. package/utils/usePropsOfType.js +18 -0
  457. package/utils/usePropsOfType.js.map +1 -0
  458. package/withFlightUI.d.ts +17 -0
  459. package/withFlightUI.js +20 -0
  460. package/withFlightUI.js.map +1 -0
@@ -0,0 +1,160 @@
1
+ import { css } from 'linaria';
2
+ css `
3
+ :global() {
4
+ html,
5
+ body,
6
+ div,
7
+ span,
8
+ applet,
9
+ object,
10
+ iframe,
11
+ h1,
12
+ h2,
13
+ h3,
14
+ h4,
15
+ h5,
16
+ h6,
17
+ p,
18
+ blockquote,
19
+ pre,
20
+ a,
21
+ abbr,
22
+ acronym,
23
+ address,
24
+ big,
25
+ cite,
26
+ code,
27
+ del,
28
+ dfn,
29
+ em,
30
+ img,
31
+ ins,
32
+ kbd,
33
+ q,
34
+ s,
35
+ samp,
36
+ small,
37
+ strike,
38
+ strong,
39
+ sub,
40
+ sup,
41
+ tt,
42
+ var,
43
+ b,
44
+ u,
45
+ i,
46
+ center,
47
+ dl,
48
+ dt,
49
+ dd,
50
+ ol,
51
+ ul,
52
+ li,
53
+ fieldset,
54
+ form,
55
+ label,
56
+ legend,
57
+ table,
58
+ caption,
59
+ tbody,
60
+ tfoot,
61
+ thead,
62
+ tr,
63
+ th,
64
+ td,
65
+ article,
66
+ aside,
67
+ canvas,
68
+ details,
69
+ embed,
70
+ figure,
71
+ figcaption,
72
+ footer,
73
+ header,
74
+ hgroup,
75
+ menu,
76
+ nav,
77
+ output,
78
+ ruby,
79
+ section,
80
+ summary,
81
+ time,
82
+ mark,
83
+ audio,
84
+ video,
85
+ button {
86
+ margin: 0;
87
+ padding: 0;
88
+ border: 0;
89
+ font-size: 100%;
90
+ font: inherit;
91
+ vertical-align: baseline;
92
+ }
93
+ /* HTML5 display-role reset for older browsers */
94
+ article,
95
+ aside,
96
+ details,
97
+ figcaption,
98
+ figure,
99
+ footer,
100
+ header,
101
+ hgroup,
102
+ menu,
103
+ nav,
104
+ section {
105
+ display: block;
106
+ }
107
+ body {
108
+ line-height: 1;
109
+ overflow-x: hidden;
110
+ }
111
+ ol,
112
+ ul {
113
+ list-style: none;
114
+ }
115
+ blockquote,
116
+ q {
117
+ quotes: none;
118
+ }
119
+ blockquote:before,
120
+ blockquote:after,
121
+ q:before,
122
+ q:after {
123
+ content: '';
124
+ content: none;
125
+ }
126
+ table {
127
+ border-collapse: collapse;
128
+ border-spacing: 0;
129
+ }
130
+ html,
131
+ body {
132
+ height: 100%;
133
+ font-family: '-apple-system', 'BlinkMacSystemFont', '"Segoe UI"',
134
+ '"Roboto"', '"Oxygen"', '"Ubuntu"', '"Cantarell"', '"Fira Sans"',
135
+ '"Droid Sans"', '"Helvetica Neue"', 'sans-serif';
136
+ }
137
+ html,
138
+ body,
139
+ #root {
140
+ min-height: 100%;
141
+ }
142
+ #root {
143
+ display: flex;
144
+ flex-direction: column;
145
+ }
146
+ button {
147
+ cursor: pointer;
148
+ }
149
+ input {
150
+ -webkit-appearance: none;
151
+ }
152
+ .ReactModal__Body--open {
153
+ overflow: hidden;
154
+ }
155
+ .ReactModal__Overlay--after-open {
156
+ overflow: scroll;
157
+ }
158
+ }
159
+ `;
160
+ //# sourceMappingURL=cssReset.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cssReset.js","sourceRoot":"","sources":["cssReset.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,SAAS,CAAC;AAE9B,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6JF,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,357 @@
1
+ import { css } from 'linaria';
2
+ css `
3
+ :global() {
4
+ /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
5
+
6
+ /* Document
7
+ ========================================================================== */
8
+
9
+ /**
10
+ * 1. Correct the line height in all browsers.
11
+ * 2. Prevent adjustments of font size after orientation changes in iOS.
12
+ */
13
+
14
+ html {
15
+ line-height: 1.15; /* 1 */
16
+ -webkit-text-size-adjust: 100%; /* 2 */
17
+ }
18
+
19
+ /* Sections
20
+ ========================================================================== */
21
+
22
+ /**
23
+ * Remove the margin in all browsers.
24
+ */
25
+
26
+ body {
27
+ margin: 0;
28
+ }
29
+
30
+ /**
31
+ * Render the 'main' element consistently in IE
32
+ */
33
+
34
+ main {
35
+ display: block;
36
+ }
37
+
38
+ /**
39
+ * Correct the font size and margin on 'h1' elements within 'section' and
40
+ * 'article' contexts in Chrome, Firefox, and Safari.
41
+ */
42
+
43
+ h1 {
44
+ font-size: 2em;
45
+ margin: 0.67em 0;
46
+ }
47
+
48
+ /* Grouping content
49
+ ========================================================================== */
50
+
51
+ /**
52
+ * 1. Add the correct box sizing in Firefox.
53
+ * 2. Show the overflow in Edge and IE.
54
+ */
55
+
56
+ hr {
57
+ box-sizing: content-box; /* 1 */
58
+ height: 0; /* 1 */
59
+ overflow: visible; /* 2 */
60
+ }
61
+
62
+ /**
63
+ * 1. Correct the inheritance and scaling of font size in all browsers.
64
+ * 2. Correct the odd 'em' font sizing in all browsers.
65
+ */
66
+
67
+ pre {
68
+ font-family: monospace, monospace; /* 1 */
69
+ font-size: 1em; /* 2 */
70
+ }
71
+
72
+ /* Text-level semantics
73
+ ========================================================================== */
74
+
75
+ /**
76
+ * Remove the gray background on active links in IE 10.
77
+ */
78
+
79
+ a {
80
+ background-color: transparent;
81
+ }
82
+
83
+ /**
84
+ * 1. Remove the bottom border in Chrome 57-
85
+ * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
86
+ */
87
+
88
+ abbr[title] {
89
+ border-bottom: none; /* 1 */
90
+ text-decoration: underline; /* 2 */
91
+ text-decoration: underline dotted; /* 2 */
92
+ }
93
+
94
+ /**
95
+ * Add the correct font weight in Chrome, Edge, and Safari.
96
+ */
97
+
98
+ b,
99
+ strong {
100
+ font-weight: bolder;
101
+ }
102
+
103
+ /**
104
+ * 1. Correct the inheritance and scaling of font size in all browsers.
105
+ * 2. Correct the odd 'em' font sizing in all browsers.
106
+ */
107
+
108
+ code,
109
+ kbd,
110
+ samp {
111
+ font-family: monospace, monospace; /* 1 */
112
+ font-size: 1em; /* 2 */
113
+ }
114
+
115
+ /**
116
+ * Add the correct font size in all browsers.
117
+ */
118
+
119
+ small {
120
+ font-size: 80%;
121
+ }
122
+
123
+ /**
124
+ * Prevent 'sub' and 'sup' elements from affecting the line height in
125
+ * all browsers.
126
+ */
127
+
128
+ sub,
129
+ sup {
130
+ font-size: 75%;
131
+ line-height: 0;
132
+ position: relative;
133
+ vertical-align: baseline;
134
+ }
135
+
136
+ sub {
137
+ bottom: -0.25em;
138
+ }
139
+
140
+ sup {
141
+ top: -0.5em;
142
+ }
143
+
144
+ /* Embedded content
145
+ ========================================================================== */
146
+
147
+ /**
148
+ * Remove the border on images inside links in IE 10.
149
+ */
150
+
151
+ img {
152
+ border-style: none;
153
+ }
154
+
155
+ /* Forms
156
+ ========================================================================== */
157
+
158
+ /**
159
+ * 1. Change the font styles in all browsers.
160
+ * 2. Remove the margin in Firefox and Safari.
161
+ */
162
+
163
+ button,
164
+ input,
165
+ optgroup,
166
+ select,
167
+ textarea {
168
+ font-family: inherit; /* 1 */
169
+ font-size: 100%; /* 1 */
170
+ line-height: 1.15; /* 1 */
171
+ margin: 0; /* 2 */
172
+ }
173
+
174
+ /**
175
+ * Show the overflow in IE.
176
+ * 1. Show the overflow in Edge.
177
+ */
178
+
179
+ button,
180
+ input {
181
+ /* 1 */
182
+ overflow: visible;
183
+ }
184
+
185
+ /**
186
+ * Remove the inheritance of text transform in Edge, Firefox, and IE.
187
+ * 1. Remove the inheritance of text transform in Firefox.
188
+ */
189
+
190
+ button,
191
+ select {
192
+ /* 1 */
193
+ text-transform: none;
194
+ }
195
+
196
+ /**
197
+ * Correct the inability to style clickable types in iOS and Safari.
198
+ */
199
+
200
+ button,
201
+ [type='button'],
202
+ [type='reset'],
203
+ [type='submit'] {
204
+ -webkit-appearance: button;
205
+ }
206
+
207
+ /**
208
+ * Remove the inner border and padding in Firefox.
209
+ */
210
+
211
+ button::-moz-focus-inner,
212
+ [type='button']::-moz-focus-inner,
213
+ [type='reset']::-moz-focus-inner,
214
+ [type='submit']::-moz-focus-inner {
215
+ border-style: none;
216
+ padding: 0;
217
+ }
218
+
219
+ /**
220
+ * Restore the focus styles unset by the previous rule.
221
+ */
222
+
223
+ button:-moz-focusring,
224
+ [type='button']:-moz-focusring,
225
+ [type='reset']:-moz-focusring,
226
+ [type='submit']:-moz-focusring {
227
+ outline: 1px dotted ButtonText;
228
+ }
229
+
230
+ /**
231
+ * Correct the padding in Firefox.
232
+ */
233
+
234
+ fieldset {
235
+ padding: 0.35em 0.75em 0.625em;
236
+ }
237
+
238
+ /**
239
+ * 1. Correct the text wrapping in Edge and IE.
240
+ * 2. Correct the color inheritance from 'fieldset' elements in IE.
241
+ * 3. Remove the padding so developers are not caught out when they zero out
242
+ * 'fieldset' elements in all browsers.
243
+ */
244
+
245
+ legend {
246
+ box-sizing: border-box; /* 1 */
247
+ color: inherit; /* 2 */
248
+ display: table; /* 1 */
249
+ max-width: 100%; /* 1 */
250
+ padding: 0; /* 3 */
251
+ white-space: normal; /* 1 */
252
+ }
253
+
254
+ /**
255
+ * Add the correct vertical alignment in Chrome, Firefox, and Opera.
256
+ */
257
+
258
+ progress {
259
+ vertical-align: baseline;
260
+ }
261
+
262
+ /**
263
+ * Remove the default vertical scrollbar in IE 10+.
264
+ */
265
+
266
+ textarea {
267
+ overflow: auto;
268
+ }
269
+
270
+ /**
271
+ * 1. Add the correct box sizing in IE 10.
272
+ * 2. Remove the padding in IE 10.
273
+ */
274
+
275
+ [type='checkbox'],
276
+ [type='radio'] {
277
+ box-sizing: border-box; /* 1 */
278
+ padding: 0; /* 2 */
279
+ }
280
+
281
+ /**
282
+ * Correct the cursor style of increment and decrement buttons in Chrome.
283
+ */
284
+
285
+ [type='number']::-webkit-inner-spin-button,
286
+ [type='number']::-webkit-outer-spin-button {
287
+ height: auto;
288
+ }
289
+
290
+ /**
291
+ * 1. Correct the odd appearance in Chrome and Safari.
292
+ * 2. Correct the outline style in Safari.
293
+ */
294
+
295
+ [type='search'] {
296
+ -webkit-appearance: textfield; /* 1 */
297
+ outline-offset: -2px; /* 2 */
298
+ }
299
+
300
+ /**
301
+ * Remove the inner padding in Chrome and Safari on macOS.
302
+ */
303
+
304
+ [type='search']::-webkit-search-decoration {
305
+ -webkit-appearance: none;
306
+ }
307
+
308
+ /**
309
+ * 1. Correct the inability to style clickable types in iOS and Safari.
310
+ * 2. Change font properties to 'inherit' in Safari.
311
+ */
312
+
313
+ ::-webkit-file-upload-button {
314
+ -webkit-appearance: button; /* 1 */
315
+ font: inherit; /* 2 */
316
+ }
317
+
318
+ /* Interactive
319
+ ========================================================================== */
320
+
321
+ /*
322
+ * Add the correct display in Edge, IE 10+, and Firefox.
323
+ */
324
+
325
+ details {
326
+ display: block;
327
+ }
328
+
329
+ /*
330
+ * Add the correct display in all browsers.
331
+ */
332
+
333
+ summary {
334
+ display: list-item;
335
+ }
336
+
337
+ /* Misc
338
+ ========================================================================== */
339
+
340
+ /**
341
+ * Add the correct display in IE 10+.
342
+ */
343
+
344
+ template {
345
+ display: none;
346
+ }
347
+
348
+ /**
349
+ * Add the correct display in IE 10.
350
+ */
351
+
352
+ [hidden] {
353
+ display: none;
354
+ }
355
+ }
356
+ `;
357
+ //# sourceMappingURL=normalizeCss.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"normalizeCss.js","sourceRoot":"","sources":["normalizeCss.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,SAAS,CAAC;AAE9B,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkWF,CAAC"}
@@ -0,0 +1 @@
1
+ export {};