@nanoporetech-digital/components 6.0.1 → 6.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (295) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist/cjs/index-14451c95.js +6 -2
  3. package/dist/cjs/index-browser.cjs-d4554470.js +39 -0
  4. package/dist/cjs/index-browser.cjs-d4554470.js.map +1 -0
  5. package/dist/cjs/loader.cjs.js +1 -1
  6. package/dist/cjs/nano-algolia.cjs.entry.js +6 -1
  7. package/dist/cjs/nano-algolia.cjs.entry.js.map +1 -1
  8. package/dist/cjs/nano-animation.cjs.entry.js +1209 -0
  9. package/dist/cjs/nano-animation.cjs.entry.js.map +1 -0
  10. package/dist/cjs/nano-components.cjs.js +1 -1
  11. package/dist/cjs/nano-global-nav-user-profile_3.cjs.entry.js.map +1 -1
  12. package/dist/cjs/nano-global-nav.cjs.entry.js +24 -25
  13. package/dist/cjs/nano-global-nav.cjs.entry.js.map +1 -1
  14. package/dist/cjs/nano-global-search-results.cjs.entry.js +51 -27
  15. package/dist/cjs/nano-global-search-results.cjs.entry.js.map +1 -1
  16. package/dist/cjs/nano-hero.cjs.entry.js +1 -1
  17. package/dist/cjs/nano-hero.cjs.entry.js.map +1 -1
  18. package/dist/cjs/nano-intersection-observe.cjs.entry.js +131 -0
  19. package/dist/cjs/nano-intersection-observe.cjs.entry.js.map +1 -0
  20. package/dist/cjs/nano-resize-observe_2.cjs.entry.js +1 -1
  21. package/dist/cjs/nano-resize-observe_2.cjs.entry.js.map +1 -1
  22. package/dist/cjs/nano-sticker.cjs.entry.js +2 -27
  23. package/dist/cjs/nano-sticker.cjs.entry.js.map +1 -1
  24. package/dist/cjs/{nano-table-400049cc.js → nano-table-06530d49.js} +5 -25
  25. package/dist/cjs/nano-table-06530d49.js.map +1 -0
  26. package/dist/cjs/nano-table.cjs.entry.js +2 -1
  27. package/dist/cjs/nano-table.cjs.entry.js.map +1 -1
  28. package/dist/cjs/scroll-parent-87393de2.js +31 -0
  29. package/dist/cjs/scroll-parent-87393de2.js.map +1 -0
  30. package/dist/cjs/search-insights-b2bb12bd.js +50 -0
  31. package/dist/cjs/search-insights-b2bb12bd.js.map +1 -0
  32. package/dist/cjs/{table.worker-a37f8365.js → table.worker-b4922b9b.js} +3 -2
  33. package/dist/cjs/table.worker-b4922b9b.js.map +1 -0
  34. package/dist/collection/collection-manifest.json +2 -1
  35. package/dist/collection/components/algolia/algolia-interface.js.map +1 -1
  36. package/dist/collection/components/algolia/algolia.js +8 -3
  37. package/dist/collection/components/algolia/algolia.js.map +1 -1
  38. package/dist/collection/components/animation/animation.js +547 -0
  39. package/dist/collection/components/animation/animation.js.map +1 -0
  40. package/dist/collection/components/animation/animations/attention_seekers/bounce.js +43 -0
  41. package/dist/collection/components/animation/animations/attention_seekers/flash.js +7 -0
  42. package/dist/collection/components/animation/animations/attention_seekers/headShake.js +8 -0
  43. package/dist/collection/components/animation/animations/attention_seekers/heartBeat.js +7 -0
  44. package/dist/collection/components/animation/animations/attention_seekers/jello.js +15 -0
  45. package/dist/collection/components/animation/animations/attention_seekers/pulse.js +5 -0
  46. package/dist/collection/components/animation/animations/attention_seekers/rubberBand.js +9 -0
  47. package/dist/collection/components/animation/animations/attention_seekers/shake.js +13 -0
  48. package/dist/collection/components/animation/animations/attention_seekers/shakeX.js +13 -0
  49. package/dist/collection/components/animation/animations/attention_seekers/shakeY.js +13 -0
  50. package/dist/collection/components/animation/animations/attention_seekers/swing.js +7 -0
  51. package/dist/collection/components/animation/animations/attention_seekers/tada.js +13 -0
  52. package/dist/collection/components/animation/animations/attention_seekers/wobble.js +18 -0
  53. package/dist/collection/components/animation/animations/back_entrances/backInDown.js +5 -0
  54. package/dist/collection/components/animation/animations/back_entrances/backInLeft.js +5 -0
  55. package/dist/collection/components/animation/animations/back_entrances/backInRight.js +5 -0
  56. package/dist/collection/components/animation/animations/back_entrances/backInUp.js +5 -0
  57. package/dist/collection/components/animation/animations/back_exits/backOutDown.js +5 -0
  58. package/dist/collection/components/animation/animations/back_exits/backOutLeft.js +5 -0
  59. package/dist/collection/components/animation/animations/back_exits/backOutRight.js +5 -0
  60. package/dist/collection/components/animation/animations/back_exits/backOutUp.js +5 -0
  61. package/dist/collection/components/animation/animations/bouncing_entrances/bounceIn.js +14 -0
  62. package/dist/collection/components/animation/animations/bouncing_entrances/bounceInDown.js +20 -0
  63. package/dist/collection/components/animation/animations/bouncing_entrances/bounceInLeft.js +16 -0
  64. package/dist/collection/components/animation/animations/bouncing_entrances/bounceInRight.js +16 -0
  65. package/dist/collection/components/animation/animations/bouncing_entrances/bounceInUp.js +16 -0
  66. package/dist/collection/components/animation/animations/bouncing_exits/bounceOut.js +6 -0
  67. package/dist/collection/components/animation/animations/bouncing_exits/bounceOutDown.js +14 -0
  68. package/dist/collection/components/animation/animations/bouncing_exits/bounceOutLeft.js +12 -0
  69. package/dist/collection/components/animation/animations/bouncing_exits/bounceOutRight.js +8 -0
  70. package/dist/collection/components/animation/animations/bouncing_exits/bounceOutUp.js +18 -0
  71. package/dist/collection/components/animation/animations/easings/easings.js +35 -0
  72. package/dist/collection/components/animation/animations/easings/easings.js.map +1 -0
  73. package/dist/collection/components/animation/animations/fading_entrances/fadeIn.js +4 -0
  74. package/dist/collection/components/animation/animations/fading_entrances/fadeInBottomLeft.js +4 -0
  75. package/dist/collection/components/animation/animations/fading_entrances/fadeInBottomRight.js +4 -0
  76. package/dist/collection/components/animation/animations/fading_entrances/fadeInDown.js +4 -0
  77. package/dist/collection/components/animation/animations/fading_entrances/fadeInDownBig.js +4 -0
  78. package/dist/collection/components/animation/animations/fading_entrances/fadeInLeft.js +4 -0
  79. package/dist/collection/components/animation/animations/fading_entrances/fadeInLeftBig.js +4 -0
  80. package/dist/collection/components/animation/animations/fading_entrances/fadeInRight.js +4 -0
  81. package/dist/collection/components/animation/animations/fading_entrances/fadeInRightBig.js +4 -0
  82. package/dist/collection/components/animation/animations/fading_entrances/fadeInTopLeft.js +4 -0
  83. package/dist/collection/components/animation/animations/fading_entrances/fadeInTopRight.js +4 -0
  84. package/dist/collection/components/animation/animations/fading_entrances/fadeInUp.js +4 -0
  85. package/dist/collection/components/animation/animations/fading_entrances/fadeInUpBig.js +4 -0
  86. package/dist/collection/components/animation/animations/fading_exits/fadeOut.js +4 -0
  87. package/dist/collection/components/animation/animations/fading_exits/fadeOutBottomLeft.js +4 -0
  88. package/dist/collection/components/animation/animations/fading_exits/fadeOutBottomRight.js +4 -0
  89. package/dist/collection/components/animation/animations/fading_exits/fadeOutDown.js +4 -0
  90. package/dist/collection/components/animation/animations/fading_exits/fadeOutDownBig.js +4 -0
  91. package/dist/collection/components/animation/animations/fading_exits/fadeOutLeft.js +4 -0
  92. package/dist/collection/components/animation/animations/fading_exits/fadeOutLeftBig.js +4 -0
  93. package/dist/collection/components/animation/animations/fading_exits/fadeOutRight.js +4 -0
  94. package/dist/collection/components/animation/animations/fading_exits/fadeOutRightBig.js +4 -0
  95. package/dist/collection/components/animation/animations/fading_exits/fadeOutTopLeft.js +4 -0
  96. package/dist/collection/components/animation/animations/fading_exits/fadeOutTopRight.js +4 -0
  97. package/dist/collection/components/animation/animations/fading_exits/fadeOutUp.js +4 -0
  98. package/dist/collection/components/animation/animations/fading_exits/fadeOutUpBig.js +4 -0
  99. package/dist/collection/components/animation/animations/flippers/flip.js +32 -0
  100. package/dist/collection/components/animation/animations/flippers/flipInX.js +20 -0
  101. package/dist/collection/components/animation/animations/flippers/flipInY.js +20 -0
  102. package/dist/collection/components/animation/animations/flippers/flipOutX.js +13 -0
  103. package/dist/collection/components/animation/animations/flippers/flipOutY.js +13 -0
  104. package/dist/collection/components/animation/animations/index.js +203 -0
  105. package/dist/collection/components/animation/animations/index.js.map +1 -0
  106. package/dist/collection/components/animation/animations/lightspeed/lightSpeedInLeft.js +10 -0
  107. package/dist/collection/components/animation/animations/lightspeed/lightSpeedInRight.js +10 -0
  108. package/dist/collection/components/animation/animations/lightspeed/lightSpeedOutLeft.js +8 -0
  109. package/dist/collection/components/animation/animations/lightspeed/lightSpeedOutRight.js +8 -0
  110. package/dist/collection/components/animation/animations/rotating_entrances/rotateIn.js +4 -0
  111. package/dist/collection/components/animation/animations/rotating_entrances/rotateInDownLeft.js +4 -0
  112. package/dist/collection/components/animation/animations/rotating_entrances/rotateInDownRight.js +4 -0
  113. package/dist/collection/components/animation/animations/rotating_entrances/rotateInUpLeft.js +4 -0
  114. package/dist/collection/components/animation/animations/rotating_entrances/rotateInUpRight.js +4 -0
  115. package/dist/collection/components/animation/animations/rotating_exits/rotateOut.js +4 -0
  116. package/dist/collection/components/animation/animations/rotating_exits/rotateOutDownLeft.js +4 -0
  117. package/dist/collection/components/animation/animations/rotating_exits/rotateOutDownRight.js +4 -0
  118. package/dist/collection/components/animation/animations/rotating_exits/rotateOutUpLeft.js +4 -0
  119. package/dist/collection/components/animation/animations/rotating_exits/rotateOutUpRight.js +4 -0
  120. package/dist/collection/components/animation/animations/sliding_entrances/slideInDown.js +4 -0
  121. package/dist/collection/components/animation/animations/sliding_entrances/slideInLeft.js +4 -0
  122. package/dist/collection/components/animation/animations/sliding_entrances/slideInRight.js +4 -0
  123. package/dist/collection/components/animation/animations/sliding_entrances/slideInUp.js +4 -0
  124. package/dist/collection/components/animation/animations/sliding_exits/slideOutDown.js +4 -0
  125. package/dist/collection/components/animation/animations/sliding_exits/slideOutLeft.js +4 -0
  126. package/dist/collection/components/animation/animations/sliding_exits/slideOutRight.js +4 -0
  127. package/dist/collection/components/animation/animations/sliding_exits/slideOutUp.js +4 -0
  128. package/dist/collection/components/animation/animations/specials/hinge.js +18 -0
  129. package/dist/collection/components/animation/animations/specials/jackInTheBox.js +11 -0
  130. package/dist/collection/components/animation/animations/specials/rollIn.js +8 -0
  131. package/dist/collection/components/animation/animations/specials/rollOut.js +8 -0
  132. package/dist/collection/components/animation/animations/zooming_entrances/zoomIn.js +4 -0
  133. package/dist/collection/components/animation/animations/zooming_entrances/zoomInDown.js +14 -0
  134. package/dist/collection/components/animation/animations/zooming_entrances/zoomInLeft.js +14 -0
  135. package/dist/collection/components/animation/animations/zooming_entrances/zoomInRight.js +14 -0
  136. package/dist/collection/components/animation/animations/zooming_entrances/zoomInUp.js +14 -0
  137. package/dist/collection/components/animation/animations/zooming_exits/zoomOut.js +5 -0
  138. package/dist/collection/components/animation/animations/zooming_exits/zoomOutDown.js +14 -0
  139. package/dist/collection/components/animation/animations/zooming_exits/zoomOutLeft.js +12 -0
  140. package/dist/collection/components/animation/animations/zooming_exits/zoomOutRight.js +12 -0
  141. package/dist/collection/components/animation/animations/zooming_exits/zoomOutUp.js +14 -0
  142. package/dist/collection/components/global-nav/global-nav-interface.js.map +1 -1
  143. package/dist/collection/components/global-nav/global-nav.js +25 -25
  144. package/dist/collection/components/global-nav/global-nav.js.map +1 -1
  145. package/dist/collection/components/global-search-results/global-search-results.js +51 -27
  146. package/dist/collection/components/global-search-results/global-search-results.js.map +1 -1
  147. package/dist/collection/components/hero/hero.css +0 -1
  148. package/dist/collection/components/intersection-observe/intersection-observe.js +256 -0
  149. package/dist/collection/components/intersection-observe/intersection-observe.js.map +1 -0
  150. package/dist/collection/components/resize-observe/resize-observe.js +1 -1
  151. package/dist/collection/components/resize-observe/resize-observe.js.map +1 -1
  152. package/dist/collection/components/select/select.js +5 -5
  153. package/dist/collection/components/select/select.js.map +1 -1
  154. package/dist/collection/components/sticker/sticker.js +2 -27
  155. package/dist/collection/components/sticker/sticker.js.map +1 -1
  156. package/dist/collection/components/table/table.js +2 -1
  157. package/dist/collection/components/table/table.js.map +1 -1
  158. package/dist/collection/components/table/table.utils.js +0 -21
  159. package/dist/collection/components/table/table.utils.js.map +1 -1
  160. package/dist/collection/utils/scroll-parent.js +26 -0
  161. package/dist/collection/utils/scroll-parent.js.map +1 -0
  162. package/dist/collection/utils/search-insights.js +46 -0
  163. package/dist/collection/utils/search-insights.js.map +1 -0
  164. package/dist/components/algolia.js +6 -1
  165. package/dist/components/algolia.js.map +1 -1
  166. package/dist/components/index-browser.cjs.js +37 -0
  167. package/dist/components/index-browser.cjs.js.map +1 -0
  168. package/dist/components/index.d.ts +2 -1
  169. package/dist/components/index.js +2 -1
  170. package/dist/components/index.js.map +1 -1
  171. package/dist/components/{nano-aspect-ratio.d.ts → nano-animation.d.ts} +4 -4
  172. package/dist/components/nano-animation.js +1239 -0
  173. package/dist/components/nano-animation.js.map +1 -0
  174. package/dist/components/nano-global-nav.js +24 -25
  175. package/dist/components/nano-global-nav.js.map +1 -1
  176. package/dist/components/nano-global-search-results.js +51 -27
  177. package/dist/components/nano-global-search-results.js.map +1 -1
  178. package/dist/components/nano-hero.js +1 -1
  179. package/dist/components/nano-hero.js.map +1 -1
  180. package/dist/components/nano-intersection-observe.d.ts +11 -0
  181. package/dist/components/nano-intersection-observe.js +149 -0
  182. package/dist/components/nano-intersection-observe.js.map +1 -0
  183. package/dist/components/resize-observe.js +1 -1
  184. package/dist/components/resize-observe.js.map +1 -1
  185. package/dist/components/scroll-parent.js +29 -0
  186. package/dist/components/scroll-parent.js.map +1 -0
  187. package/dist/components/search-insights.js +48 -0
  188. package/dist/components/search-insights.js.map +1 -0
  189. package/dist/components/select.js.map +1 -1
  190. package/dist/components/sticker.js +2 -27
  191. package/dist/components/sticker.js.map +1 -1
  192. package/dist/components/table.js +1 -21
  193. package/dist/components/table.js.map +1 -1
  194. package/dist/esm/index-9695db0a.js +6 -2
  195. package/dist/esm/index-browser.cjs-bf702094.js +37 -0
  196. package/dist/esm/index-browser.cjs-bf702094.js.map +1 -0
  197. package/dist/esm/loader.js +1 -1
  198. package/dist/esm/nano-algolia.entry.js +6 -1
  199. package/dist/esm/nano-algolia.entry.js.map +1 -1
  200. package/dist/esm/nano-animation.entry.js +1205 -0
  201. package/dist/esm/nano-animation.entry.js.map +1 -0
  202. package/dist/esm/nano-components.js +1 -1
  203. package/dist/esm/nano-global-nav-user-profile_3.entry.js.map +1 -1
  204. package/dist/esm/nano-global-nav.entry.js +24 -25
  205. package/dist/esm/nano-global-nav.entry.js.map +1 -1
  206. package/dist/esm/nano-global-search-results.entry.js +51 -27
  207. package/dist/esm/nano-global-search-results.entry.js.map +1 -1
  208. package/dist/esm/nano-hero.entry.js +1 -1
  209. package/dist/esm/nano-hero.entry.js.map +1 -1
  210. package/dist/esm/nano-intersection-observe.entry.js +127 -0
  211. package/dist/esm/nano-intersection-observe.entry.js.map +1 -0
  212. package/dist/esm/nano-resize-observe_2.entry.js +1 -1
  213. package/dist/esm/nano-resize-observe_2.entry.js.map +1 -1
  214. package/dist/esm/nano-sticker.entry.js +2 -27
  215. package/dist/esm/nano-sticker.entry.js.map +1 -1
  216. package/dist/esm/{nano-table-a6641aef.js → nano-table-c85a2fd3.js} +3 -23
  217. package/dist/esm/nano-table-c85a2fd3.js.map +1 -0
  218. package/dist/esm/nano-table.entry.js +2 -1
  219. package/dist/esm/nano-table.entry.js.map +1 -1
  220. package/dist/esm/scroll-parent-bab1cbf7.js +29 -0
  221. package/dist/esm/scroll-parent-bab1cbf7.js.map +1 -0
  222. package/dist/esm/search-insights-f64a6b4c.js +48 -0
  223. package/dist/esm/search-insights-f64a6b4c.js.map +1 -0
  224. package/dist/esm/{table.worker-6b597e20.js → table.worker-761fba3e.js} +3 -2
  225. package/dist/esm/table.worker-761fba3e.js.map +1 -0
  226. package/dist/nano-components/index-browser.cjs-bf702094.js +5 -0
  227. package/dist/nano-components/index-browser.cjs-bf702094.js.map +1 -0
  228. package/dist/nano-components/nano-algolia.entry.js +1 -1
  229. package/dist/nano-components/nano-algolia.entry.js.map +1 -1
  230. package/dist/nano-components/nano-animation.entry.js +5 -0
  231. package/dist/nano-components/nano-animation.entry.js.map +1 -0
  232. package/dist/nano-components/nano-components.css +1 -1
  233. package/dist/nano-components/nano-components.esm.js +1 -1
  234. package/dist/nano-components/nano-components.esm.js.map +1 -1
  235. package/dist/nano-components/nano-global-nav-user-profile_3.entry.js.map +1 -1
  236. package/dist/nano-components/nano-global-nav.entry.js +1 -1
  237. package/dist/nano-components/nano-global-nav.entry.js.map +1 -1
  238. package/dist/nano-components/nano-global-search-results.entry.js +1 -1
  239. package/dist/nano-components/nano-global-search-results.entry.js.map +1 -1
  240. package/dist/nano-components/nano-hero.entry.js +1 -1
  241. package/dist/nano-components/nano-hero.entry.js.map +1 -1
  242. package/dist/nano-components/nano-intersection-observe.entry.js +5 -0
  243. package/dist/nano-components/nano-intersection-observe.entry.js.map +1 -0
  244. package/dist/nano-components/nano-resize-observe_2.entry.js +1 -1
  245. package/dist/nano-components/nano-resize-observe_2.entry.js.map +1 -1
  246. package/dist/nano-components/nano-sticker.entry.js +1 -1
  247. package/dist/nano-components/nano-sticker.entry.js.map +1 -1
  248. package/dist/nano-components/nano-table-c85a2fd3.js +5 -0
  249. package/dist/nano-components/nano-table-c85a2fd3.js.map +1 -0
  250. package/dist/nano-components/nano-table.entry.js +1 -1
  251. package/dist/nano-components/scroll-parent-bab1cbf7.js +5 -0
  252. package/dist/nano-components/scroll-parent-bab1cbf7.js.map +1 -0
  253. package/dist/nano-components/search-insights-f64a6b4c.js +5 -0
  254. package/dist/nano-components/search-insights-f64a6b4c.js.map +1 -0
  255. package/dist/nano-components/table.worker-761fba3e.js +5 -0
  256. package/dist/types/components/algolia/algolia-interface.d.ts +2 -1
  257. package/dist/types/components/algolia/algolia.d.ts +7 -1
  258. package/dist/types/components/animation/animation.d.ts +74 -0
  259. package/dist/types/components/animation/animations/easings/easings.d.ts +31 -0
  260. package/dist/types/components/animation/animations/index.d.ts +101 -0
  261. package/dist/types/components/global-nav/global-nav-interface.d.ts +1 -0
  262. package/dist/types/components/global-nav/global-nav.d.ts +2 -6
  263. package/dist/types/components/global-search-results/global-search-results.d.ts +13 -7
  264. package/dist/types/components/intersection-observe/intersection-observe.d.ts +45 -0
  265. package/dist/types/components/select/select.d.ts +2 -4
  266. package/dist/types/components/sticker/sticker.d.ts +0 -5
  267. package/dist/types/components/table/table.utils.d.ts +0 -6
  268. package/dist/types/components.d.ts +213 -43
  269. package/dist/types/interface.d.ts +7 -2
  270. package/dist/types/utils/scroll-parent.d.ts +6 -0
  271. package/dist/types/utils/search-insights.d.ts +22 -0
  272. package/docs-json.json +1031 -117
  273. package/docs-vscode.json +488 -8
  274. package/hydrate/index.js +1636 -249
  275. package/package.json +3 -2
  276. package/dist/cjs/nano-aspect-ratio.cjs.entry.js +0 -53
  277. package/dist/cjs/nano-aspect-ratio.cjs.entry.js.map +0 -1
  278. package/dist/cjs/nano-table-400049cc.js.map +0 -1
  279. package/dist/cjs/table.worker-a37f8365.js.map +0 -1
  280. package/dist/collection/components/aspect-ratio/aspect-ratio.css +0 -38
  281. package/dist/collection/components/aspect-ratio/aspect-ratio.js +0 -106
  282. package/dist/collection/components/aspect-ratio/aspect-ratio.js.map +0 -1
  283. package/dist/components/nano-aspect-ratio.js +0 -70
  284. package/dist/components/nano-aspect-ratio.js.map +0 -1
  285. package/dist/esm/nano-aspect-ratio.entry.js +0 -49
  286. package/dist/esm/nano-aspect-ratio.entry.js.map +0 -1
  287. package/dist/esm/nano-table-a6641aef.js.map +0 -1
  288. package/dist/esm/table.worker-6b597e20.js.map +0 -1
  289. package/dist/nano-components/nano-aspect-ratio.entry.js +0 -5
  290. package/dist/nano-components/nano-aspect-ratio.entry.js.map +0 -1
  291. package/dist/nano-components/nano-table-a6641aef.js +0 -5
  292. package/dist/nano-components/nano-table-a6641aef.js.map +0 -1
  293. package/dist/nano-components/table.worker-6b597e20.js +0 -5
  294. package/dist/types/components/aspect-ratio/aspect-ratio.d.ts +0 -19
  295. /package/dist/nano-components/{table.worker-6b597e20.js.map → table.worker-761fba3e.js.map} +0 -0
@@ -0,0 +1,203 @@
1
+ /*!
2
+ * Web Components for Nanopore digital Web Apps
3
+ */
4
+ import { bounce } from './attention_seekers/bounce.js';
5
+ import { flash } from './attention_seekers/flash.js';
6
+ import { headShake } from './attention_seekers/headShake.js';
7
+ import { heartBeat } from './attention_seekers/heartBeat.js';
8
+ import { jello } from './attention_seekers/jello.js';
9
+ import { pulse } from './attention_seekers/pulse.js';
10
+ import { rubberBand } from './attention_seekers/rubberBand.js';
11
+ import { shake } from './attention_seekers/shake.js';
12
+ import { shakeX } from './attention_seekers/shakeX.js';
13
+ import { shakeY } from './attention_seekers/shakeY.js';
14
+ import { swing } from './attention_seekers/swing.js';
15
+ import { tada } from './attention_seekers/tada.js';
16
+ import { wobble } from './attention_seekers/wobble.js';
17
+ import { backInDown } from './back_entrances/backInDown.js';
18
+ import { backInLeft } from './back_entrances/backInLeft.js';
19
+ import { backInRight } from './back_entrances/backInRight.js';
20
+ import { backInUp } from './back_entrances/backInUp.js';
21
+ import { backOutDown } from './back_exits/backOutDown.js';
22
+ import { backOutLeft } from './back_exits/backOutLeft.js';
23
+ import { backOutRight } from './back_exits/backOutRight.js';
24
+ import { backOutUp } from './back_exits/backOutUp.js';
25
+ import { bounceIn } from './bouncing_entrances/bounceIn.js';
26
+ import { bounceInDown } from './bouncing_entrances/bounceInDown.js';
27
+ import { bounceInLeft } from './bouncing_entrances/bounceInLeft.js';
28
+ import { bounceInRight } from './bouncing_entrances/bounceInRight.js';
29
+ import { bounceInUp } from './bouncing_entrances/bounceInUp.js';
30
+ import { bounceOut } from './bouncing_exits/bounceOut.js';
31
+ import { bounceOutDown } from './bouncing_exits/bounceOutDown.js';
32
+ import { bounceOutLeft } from './bouncing_exits/bounceOutLeft.js';
33
+ import { bounceOutRight } from './bouncing_exits/bounceOutRight.js';
34
+ import { bounceOutUp } from './bouncing_exits/bounceOutUp.js';
35
+ import { fadeIn } from './fading_entrances/fadeIn.js';
36
+ import { fadeInBottomLeft } from './fading_entrances/fadeInBottomLeft.js';
37
+ import { fadeInBottomRight } from './fading_entrances/fadeInBottomRight.js';
38
+ import { fadeInDown } from './fading_entrances/fadeInDown.js';
39
+ import { fadeInDownBig } from './fading_entrances/fadeInDownBig.js';
40
+ import { fadeInLeft } from './fading_entrances/fadeInLeft.js';
41
+ import { fadeInLeftBig } from './fading_entrances/fadeInLeftBig.js';
42
+ import { fadeInRight } from './fading_entrances/fadeInRight.js';
43
+ import { fadeInRightBig } from './fading_entrances/fadeInRightBig.js';
44
+ import { fadeInTopLeft } from './fading_entrances/fadeInTopLeft.js';
45
+ import { fadeInTopRight } from './fading_entrances/fadeInTopRight.js';
46
+ import { fadeInUp } from './fading_entrances/fadeInUp.js';
47
+ import { fadeInUpBig } from './fading_entrances/fadeInUpBig.js';
48
+ import { fadeOut } from './fading_exits/fadeOut.js';
49
+ import { fadeOutBottomLeft } from './fading_exits/fadeOutBottomLeft.js';
50
+ import { fadeOutBottomRight } from './fading_exits/fadeOutBottomRight.js';
51
+ import { fadeOutDown } from './fading_exits/fadeOutDown.js';
52
+ import { fadeOutDownBig } from './fading_exits/fadeOutDownBig.js';
53
+ import { fadeOutLeft } from './fading_exits/fadeOutLeft.js';
54
+ import { fadeOutLeftBig } from './fading_exits/fadeOutLeftBig.js';
55
+ import { fadeOutRight } from './fading_exits/fadeOutRight.js';
56
+ import { fadeOutRightBig } from './fading_exits/fadeOutRightBig.js';
57
+ import { fadeOutTopLeft } from './fading_exits/fadeOutTopLeft.js';
58
+ import { fadeOutTopRight } from './fading_exits/fadeOutTopRight.js';
59
+ import { fadeOutUp } from './fading_exits/fadeOutUp.js';
60
+ import { fadeOutUpBig } from './fading_exits/fadeOutUpBig.js';
61
+ import { flip } from './flippers/flip.js';
62
+ import { flipInX } from './flippers/flipInX.js';
63
+ import { flipInY } from './flippers/flipInY.js';
64
+ import { flipOutX } from './flippers/flipOutX.js';
65
+ import { flipOutY } from './flippers/flipOutY.js';
66
+ import { lightSpeedInLeft } from './lightspeed/lightSpeedInLeft.js';
67
+ import { lightSpeedInRight } from './lightspeed/lightSpeedInRight.js';
68
+ import { lightSpeedOutLeft } from './lightspeed/lightSpeedOutLeft.js';
69
+ import { lightSpeedOutRight } from './lightspeed/lightSpeedOutRight.js';
70
+ import { rotateIn } from './rotating_entrances/rotateIn.js';
71
+ import { rotateInDownLeft } from './rotating_entrances/rotateInDownLeft.js';
72
+ import { rotateInDownRight } from './rotating_entrances/rotateInDownRight.js';
73
+ import { rotateInUpLeft } from './rotating_entrances/rotateInUpLeft.js';
74
+ import { rotateInUpRight } from './rotating_entrances/rotateInUpRight.js';
75
+ import { rotateOut } from './rotating_exits/rotateOut.js';
76
+ import { rotateOutDownLeft } from './rotating_exits/rotateOutDownLeft.js';
77
+ import { rotateOutDownRight } from './rotating_exits/rotateOutDownRight.js';
78
+ import { rotateOutUpLeft } from './rotating_exits/rotateOutUpLeft.js';
79
+ import { rotateOutUpRight } from './rotating_exits/rotateOutUpRight.js';
80
+ import { slideInDown } from './sliding_entrances/slideInDown.js';
81
+ import { slideInLeft } from './sliding_entrances/slideInLeft.js';
82
+ import { slideInRight } from './sliding_entrances/slideInRight.js';
83
+ import { slideInUp } from './sliding_entrances/slideInUp.js';
84
+ import { slideOutDown } from './sliding_exits/slideOutDown.js';
85
+ import { slideOutLeft } from './sliding_exits/slideOutLeft.js';
86
+ import { slideOutRight } from './sliding_exits/slideOutRight.js';
87
+ import { slideOutUp } from './sliding_exits/slideOutUp.js';
88
+ import { hinge } from './specials/hinge.js';
89
+ import { jackInTheBox } from './specials/jackInTheBox.js';
90
+ import { rollIn } from './specials/rollIn.js';
91
+ import { rollOut } from './specials/rollOut.js';
92
+ import { zoomIn } from './zooming_entrances/zoomIn.js';
93
+ import { zoomInDown } from './zooming_entrances/zoomInDown.js';
94
+ import { zoomInLeft } from './zooming_entrances/zoomInLeft.js';
95
+ import { zoomInRight } from './zooming_entrances/zoomInRight.js';
96
+ import { zoomInUp } from './zooming_entrances/zoomInUp.js';
97
+ import { zoomOut } from './zooming_exits/zoomOut.js';
98
+ import { zoomOutDown } from './zooming_exits/zoomOutDown.js';
99
+ import { zoomOutLeft } from './zooming_exits/zoomOutLeft.js';
100
+ import { zoomOutRight } from './zooming_exits/zoomOutRight.js';
101
+ import { zoomOutUp } from './zooming_exits/zoomOutUp.js';
102
+ export const animations = {
103
+ bounce,
104
+ flash,
105
+ headShake,
106
+ heartBeat,
107
+ jello,
108
+ pulse,
109
+ rubberBand,
110
+ shake,
111
+ shakeX,
112
+ shakeY,
113
+ swing,
114
+ tada,
115
+ wobble,
116
+ backInDown,
117
+ backInLeft,
118
+ backInRight,
119
+ backInUp,
120
+ backOutDown,
121
+ backOutLeft,
122
+ backOutRight,
123
+ backOutUp,
124
+ bounceIn,
125
+ bounceInDown,
126
+ bounceInLeft,
127
+ bounceInRight,
128
+ bounceInUp,
129
+ bounceOut,
130
+ bounceOutDown,
131
+ bounceOutLeft,
132
+ bounceOutRight,
133
+ bounceOutUp,
134
+ fadeIn,
135
+ fadeInBottomLeft,
136
+ fadeInBottomRight,
137
+ fadeInDown,
138
+ fadeInDownBig,
139
+ fadeInLeft,
140
+ fadeInLeftBig,
141
+ fadeInRight,
142
+ fadeInRightBig,
143
+ fadeInTopLeft,
144
+ fadeInTopRight,
145
+ fadeInUp,
146
+ fadeInUpBig,
147
+ fadeOut,
148
+ fadeOutBottomLeft,
149
+ fadeOutBottomRight,
150
+ fadeOutDown,
151
+ fadeOutDownBig,
152
+ fadeOutLeft,
153
+ fadeOutLeftBig,
154
+ fadeOutRight,
155
+ fadeOutRightBig,
156
+ fadeOutTopLeft,
157
+ fadeOutTopRight,
158
+ fadeOutUp,
159
+ fadeOutUpBig,
160
+ flip,
161
+ flipInX,
162
+ flipInY,
163
+ flipOutX,
164
+ flipOutY,
165
+ lightSpeedInLeft,
166
+ lightSpeedInRight,
167
+ lightSpeedOutLeft,
168
+ lightSpeedOutRight,
169
+ rotateIn,
170
+ rotateInDownLeft,
171
+ rotateInDownRight,
172
+ rotateInUpLeft,
173
+ rotateInUpRight,
174
+ rotateOut,
175
+ rotateOutDownLeft,
176
+ rotateOutDownRight,
177
+ rotateOutUpLeft,
178
+ rotateOutUpRight,
179
+ slideInDown,
180
+ slideInLeft,
181
+ slideInRight,
182
+ slideInUp,
183
+ slideOutDown,
184
+ slideOutLeft,
185
+ slideOutRight,
186
+ slideOutUp,
187
+ hinge,
188
+ jackInTheBox,
189
+ rollIn,
190
+ rollOut,
191
+ zoomIn,
192
+ zoomInDown,
193
+ zoomInLeft,
194
+ zoomInRight,
195
+ zoomInUp,
196
+ zoomOut,
197
+ zoomOutDown,
198
+ zoomOutLeft,
199
+ zoomOutRight,
200
+ zoomOutUp,
201
+ };
202
+ export { easings } from './easings/easings';
203
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/animation/animations/index.ts"],"names":[],"mappings":"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","sourcesContent":["import { bounce } from './attention_seekers/bounce.js';\nimport { flash } from './attention_seekers/flash.js';\nimport { headShake } from './attention_seekers/headShake.js';\nimport { heartBeat } from './attention_seekers/heartBeat.js';\nimport { jello } from './attention_seekers/jello.js';\nimport { pulse } from './attention_seekers/pulse.js';\nimport { rubberBand } from './attention_seekers/rubberBand.js';\nimport { shake } from './attention_seekers/shake.js';\nimport { shakeX } from './attention_seekers/shakeX.js';\nimport { shakeY } from './attention_seekers/shakeY.js';\nimport { swing } from './attention_seekers/swing.js';\nimport { tada } from './attention_seekers/tada.js';\nimport { wobble } from './attention_seekers/wobble.js';\nimport { backInDown } from './back_entrances/backInDown.js';\nimport { backInLeft } from './back_entrances/backInLeft.js';\nimport { backInRight } from './back_entrances/backInRight.js';\nimport { backInUp } from './back_entrances/backInUp.js';\nimport { backOutDown } from './back_exits/backOutDown.js';\nimport { backOutLeft } from './back_exits/backOutLeft.js';\nimport { backOutRight } from './back_exits/backOutRight.js';\nimport { backOutUp } from './back_exits/backOutUp.js';\nimport { bounceIn } from './bouncing_entrances/bounceIn.js';\nimport { bounceInDown } from './bouncing_entrances/bounceInDown.js';\nimport { bounceInLeft } from './bouncing_entrances/bounceInLeft.js';\nimport { bounceInRight } from './bouncing_entrances/bounceInRight.js';\nimport { bounceInUp } from './bouncing_entrances/bounceInUp.js';\nimport { bounceOut } from './bouncing_exits/bounceOut.js';\nimport { bounceOutDown } from './bouncing_exits/bounceOutDown.js';\nimport { bounceOutLeft } from './bouncing_exits/bounceOutLeft.js';\nimport { bounceOutRight } from './bouncing_exits/bounceOutRight.js';\nimport { bounceOutUp } from './bouncing_exits/bounceOutUp.js';\nimport { fadeIn } from './fading_entrances/fadeIn.js';\nimport { fadeInBottomLeft } from './fading_entrances/fadeInBottomLeft.js';\nimport { fadeInBottomRight } from './fading_entrances/fadeInBottomRight.js';\nimport { fadeInDown } from './fading_entrances/fadeInDown.js';\nimport { fadeInDownBig } from './fading_entrances/fadeInDownBig.js';\nimport { fadeInLeft } from './fading_entrances/fadeInLeft.js';\nimport { fadeInLeftBig } from './fading_entrances/fadeInLeftBig.js';\nimport { fadeInRight } from './fading_entrances/fadeInRight.js';\nimport { fadeInRightBig } from './fading_entrances/fadeInRightBig.js';\nimport { fadeInTopLeft } from './fading_entrances/fadeInTopLeft.js';\nimport { fadeInTopRight } from './fading_entrances/fadeInTopRight.js';\nimport { fadeInUp } from './fading_entrances/fadeInUp.js';\nimport { fadeInUpBig } from './fading_entrances/fadeInUpBig.js';\nimport { fadeOut } from './fading_exits/fadeOut.js';\nimport { fadeOutBottomLeft } from './fading_exits/fadeOutBottomLeft.js';\nimport { fadeOutBottomRight } from './fading_exits/fadeOutBottomRight.js';\nimport { fadeOutDown } from './fading_exits/fadeOutDown.js';\nimport { fadeOutDownBig } from './fading_exits/fadeOutDownBig.js';\nimport { fadeOutLeft } from './fading_exits/fadeOutLeft.js';\nimport { fadeOutLeftBig } from './fading_exits/fadeOutLeftBig.js';\nimport { fadeOutRight } from './fading_exits/fadeOutRight.js';\nimport { fadeOutRightBig } from './fading_exits/fadeOutRightBig.js';\nimport { fadeOutTopLeft } from './fading_exits/fadeOutTopLeft.js';\nimport { fadeOutTopRight } from './fading_exits/fadeOutTopRight.js';\nimport { fadeOutUp } from './fading_exits/fadeOutUp.js';\nimport { fadeOutUpBig } from './fading_exits/fadeOutUpBig.js';\nimport { flip } from './flippers/flip.js';\nimport { flipInX } from './flippers/flipInX.js';\nimport { flipInY } from './flippers/flipInY.js';\nimport { flipOutX } from './flippers/flipOutX.js';\nimport { flipOutY } from './flippers/flipOutY.js';\nimport { lightSpeedInLeft } from './lightspeed/lightSpeedInLeft.js';\nimport { lightSpeedInRight } from './lightspeed/lightSpeedInRight.js';\nimport { lightSpeedOutLeft } from './lightspeed/lightSpeedOutLeft.js';\nimport { lightSpeedOutRight } from './lightspeed/lightSpeedOutRight.js';\nimport { rotateIn } from './rotating_entrances/rotateIn.js';\nimport { rotateInDownLeft } from './rotating_entrances/rotateInDownLeft.js';\nimport { rotateInDownRight } from './rotating_entrances/rotateInDownRight.js';\nimport { rotateInUpLeft } from './rotating_entrances/rotateInUpLeft.js';\nimport { rotateInUpRight } from './rotating_entrances/rotateInUpRight.js';\nimport { rotateOut } from './rotating_exits/rotateOut.js';\nimport { rotateOutDownLeft } from './rotating_exits/rotateOutDownLeft.js';\nimport { rotateOutDownRight } from './rotating_exits/rotateOutDownRight.js';\nimport { rotateOutUpLeft } from './rotating_exits/rotateOutUpLeft.js';\nimport { rotateOutUpRight } from './rotating_exits/rotateOutUpRight.js';\nimport { slideInDown } from './sliding_entrances/slideInDown.js';\nimport { slideInLeft } from './sliding_entrances/slideInLeft.js';\nimport { slideInRight } from './sliding_entrances/slideInRight.js';\nimport { slideInUp } from './sliding_entrances/slideInUp.js';\nimport { slideOutDown } from './sliding_exits/slideOutDown.js';\nimport { slideOutLeft } from './sliding_exits/slideOutLeft.js';\nimport { slideOutRight } from './sliding_exits/slideOutRight.js';\nimport { slideOutUp } from './sliding_exits/slideOutUp.js';\nimport { hinge } from './specials/hinge.js';\nimport { jackInTheBox } from './specials/jackInTheBox.js';\nimport { rollIn } from './specials/rollIn.js';\nimport { rollOut } from './specials/rollOut.js';\nimport { zoomIn } from './zooming_entrances/zoomIn.js';\nimport { zoomInDown } from './zooming_entrances/zoomInDown.js';\nimport { zoomInLeft } from './zooming_entrances/zoomInLeft.js';\nimport { zoomInRight } from './zooming_entrances/zoomInRight.js';\nimport { zoomInUp } from './zooming_entrances/zoomInUp.js';\nimport { zoomOut } from './zooming_exits/zoomOut.js';\nimport { zoomOutDown } from './zooming_exits/zoomOutDown.js';\nimport { zoomOutLeft } from './zooming_exits/zoomOutLeft.js';\nimport { zoomOutRight } from './zooming_exits/zoomOutRight.js';\nimport { zoomOutUp } from './zooming_exits/zoomOutUp.js';\n\nexport const animations = {\n bounce,\n flash,\n headShake,\n heartBeat,\n jello,\n pulse,\n rubberBand,\n shake,\n shakeX,\n shakeY,\n swing,\n tada,\n wobble,\n backInDown,\n backInLeft,\n backInRight,\n backInUp,\n backOutDown,\n backOutLeft,\n backOutRight,\n backOutUp,\n bounceIn,\n bounceInDown,\n bounceInLeft,\n bounceInRight,\n bounceInUp,\n bounceOut,\n bounceOutDown,\n bounceOutLeft,\n bounceOutRight,\n bounceOutUp,\n fadeIn,\n fadeInBottomLeft,\n fadeInBottomRight,\n fadeInDown,\n fadeInDownBig,\n fadeInLeft,\n fadeInLeftBig,\n fadeInRight,\n fadeInRightBig,\n fadeInTopLeft,\n fadeInTopRight,\n fadeInUp,\n fadeInUpBig,\n fadeOut,\n fadeOutBottomLeft,\n fadeOutBottomRight,\n fadeOutDown,\n fadeOutDownBig,\n fadeOutLeft,\n fadeOutLeftBig,\n fadeOutRight,\n fadeOutRightBig,\n fadeOutTopLeft,\n fadeOutTopRight,\n fadeOutUp,\n fadeOutUpBig,\n flip,\n flipInX,\n flipInY,\n flipOutX,\n flipOutY,\n lightSpeedInLeft,\n lightSpeedInRight,\n lightSpeedOutLeft,\n lightSpeedOutRight,\n rotateIn,\n rotateInDownLeft,\n rotateInDownRight,\n rotateInUpLeft,\n rotateInUpRight,\n rotateOut,\n rotateOutDownLeft,\n rotateOutDownRight,\n rotateOutUpLeft,\n rotateOutUpRight,\n slideInDown,\n slideInLeft,\n slideInRight,\n slideInUp,\n slideOutDown,\n slideOutLeft,\n slideOutRight,\n slideOutUp,\n hinge,\n jackInTheBox,\n rollIn,\n rollOut,\n zoomIn,\n zoomInDown,\n zoomInLeft,\n zoomInRight,\n zoomInUp,\n zoomOut,\n zoomOutDown,\n zoomOutLeft,\n zoomOutRight,\n zoomOutUp,\n} as const;\n\nexport { easings } from './easings/easings';\n"]}
@@ -0,0 +1,10 @@
1
+ export const lightSpeedInLeft = [
2
+ {
3
+ offset: 0,
4
+ transform: 'translate3d(-100%, 0, 0) skewX(30deg)',
5
+ opacity: '0',
6
+ },
7
+ { offset: 0.6, transform: 'skewX(-20deg)', opacity: '1' },
8
+ { offset: 0.8, transform: 'skewX(5deg)' },
9
+ { offset: 1, transform: 'translate3d(0, 0, 0)' },
10
+ ];
@@ -0,0 +1,10 @@
1
+ export const lightSpeedInRight = [
2
+ {
3
+ offset: 0,
4
+ transform: 'translate3d(100%, 0, 0) skewX(-30deg)',
5
+ opacity: '0',
6
+ },
7
+ { offset: 0.6, transform: 'skewX(20deg)', opacity: '1' },
8
+ { offset: 0.8, transform: 'skewX(-5deg)' },
9
+ { offset: 1, transform: 'translate3d(0, 0, 0)' },
10
+ ];
@@ -0,0 +1,8 @@
1
+ export const lightSpeedOutLeft = [
2
+ { offset: 0, opacity: '1' },
3
+ {
4
+ offset: 1,
5
+ transform: 'translate3d(-100%, 0, 0) skewX(-30deg)',
6
+ opacity: '0',
7
+ },
8
+ ];
@@ -0,0 +1,8 @@
1
+ export const lightSpeedOutRight = [
2
+ { offset: 0, opacity: '1' },
3
+ {
4
+ offset: 1,
5
+ transform: 'translate3d(100%, 0, 0) skewX(30deg)',
6
+ opacity: '0',
7
+ },
8
+ ];
@@ -0,0 +1,4 @@
1
+ export const rotateIn = [
2
+ { offset: 0, transform: 'rotate3d(0, 0, 1, -200deg)', opacity: '0' },
3
+ { offset: 1, transform: 'translate3d(0, 0, 0)', opacity: '1' },
4
+ ];
@@ -0,0 +1,4 @@
1
+ export const rotateInDownLeft = [
2
+ { offset: 0, transform: 'rotate3d(0, 0, 1, -45deg)', opacity: '0' },
3
+ { offset: 1, transform: 'translate3d(0, 0, 0)', opacity: '1' },
4
+ ];
@@ -0,0 +1,4 @@
1
+ export const rotateInDownRight = [
2
+ { offset: 0, transform: 'rotate3d(0, 0, 1, 45deg)', opacity: '0' },
3
+ { offset: 1, transform: 'translate3d(0, 0, 0)', opacity: '1' },
4
+ ];
@@ -0,0 +1,4 @@
1
+ export const rotateInUpLeft = [
2
+ { offset: 0, transform: 'rotate3d(0, 0, 1, 45deg)', opacity: '0' },
3
+ { offset: 1, transform: 'translate3d(0, 0, 0)', opacity: '1' },
4
+ ];
@@ -0,0 +1,4 @@
1
+ export const rotateInUpRight = [
2
+ { offset: 0, transform: 'rotate3d(0, 0, 1, -90deg)', opacity: '0' },
3
+ { offset: 1, transform: 'translate3d(0, 0, 0)', opacity: '1' },
4
+ ];
@@ -0,0 +1,4 @@
1
+ export const rotateOut = [
2
+ { offset: 0, opacity: '1' },
3
+ { offset: 1, transform: 'rotate3d(0, 0, 1, 200deg)', opacity: '0' },
4
+ ];
@@ -0,0 +1,4 @@
1
+ export const rotateOutDownLeft = [
2
+ { offset: 0, opacity: '1' },
3
+ { offset: 1, transform: 'rotate3d(0, 0, 1, 45deg)', opacity: '0' },
4
+ ];
@@ -0,0 +1,4 @@
1
+ export const rotateOutDownRight = [
2
+ { offset: 0, opacity: '1' },
3
+ { offset: 1, transform: 'rotate3d(0, 0, 1, -45deg)', opacity: '0' },
4
+ ];
@@ -0,0 +1,4 @@
1
+ export const rotateOutUpLeft = [
2
+ { offset: 0, opacity: '1' },
3
+ { offset: 1, transform: 'rotate3d(0, 0, 1, -45deg)', opacity: '0' },
4
+ ];
@@ -0,0 +1,4 @@
1
+ export const rotateOutUpRight = [
2
+ { offset: 0, opacity: '1' },
3
+ { offset: 1, transform: 'rotate3d(0, 0, 1, 90deg)', opacity: '0' },
4
+ ];
@@ -0,0 +1,4 @@
1
+ export const slideInDown = [
2
+ { offset: 0, transform: 'translate3d(0, -100%, 0)', visibility: 'visible' },
3
+ { offset: 1, transform: 'translate3d(0, 0, 0)' },
4
+ ];
@@ -0,0 +1,4 @@
1
+ export const slideInLeft = [
2
+ { offset: 0, transform: 'translate3d(-100%, 0, 0)', visibility: 'visible' },
3
+ { offset: 1, transform: 'translate3d(0, 0, 0)' },
4
+ ];
@@ -0,0 +1,4 @@
1
+ export const slideInRight = [
2
+ { offset: 0, transform: 'translate3d(100%, 0, 0)', visibility: 'visible' },
3
+ { offset: 1, transform: 'translate3d(0, 0, 0)' },
4
+ ];
@@ -0,0 +1,4 @@
1
+ export const slideInUp = [
2
+ { offset: 0, transform: 'translate3d(0, 100%, 0)', visibility: 'visible' },
3
+ { offset: 1, transform: 'translate3d(0, 0, 0)' },
4
+ ];
@@ -0,0 +1,4 @@
1
+ export const slideOutDown = [
2
+ { offset: 0, transform: 'translate3d(0, 0, 0)' },
3
+ { offset: 1, visibility: 'hidden', transform: 'translate3d(0, 100%, 0)' },
4
+ ];
@@ -0,0 +1,4 @@
1
+ export const slideOutLeft = [
2
+ { offset: 0, transform: 'translate3d(0, 0, 0)' },
3
+ { offset: 1, visibility: 'hidden', transform: 'translate3d(-100%, 0, 0)' },
4
+ ];
@@ -0,0 +1,4 @@
1
+ export const slideOutRight = [
2
+ { offset: 0, transform: 'translate3d(0, 0, 0)' },
3
+ { offset: 1, visibility: 'hidden', transform: 'translate3d(100%, 0, 0)' },
4
+ ];
@@ -0,0 +1,4 @@
1
+ export const slideOutUp = [
2
+ { offset: 0, transform: 'translate3d(0, 0, 0)' },
3
+ { offset: 1, visibility: 'hidden', transform: 'translate3d(0, -100%, 0)' },
4
+ ];
@@ -0,0 +1,18 @@
1
+ export const hinge = [
2
+ { offset: 0, easing: 'ease-in-out' },
3
+ { offset: 0.2, transform: 'rotate3d(0, 0, 1, 80deg)', easing: 'ease-in-out' },
4
+ {
5
+ offset: 0.4,
6
+ transform: 'rotate3d(0, 0, 1, 60deg)',
7
+ easing: 'ease-in-out',
8
+ opacity: '1',
9
+ },
10
+ { offset: 0.6, transform: 'rotate3d(0, 0, 1, 80deg)', easing: 'ease-in-out' },
11
+ {
12
+ offset: 0.8,
13
+ transform: 'rotate3d(0, 0, 1, 60deg)',
14
+ easing: 'ease-in-out',
15
+ opacity: '1',
16
+ },
17
+ { offset: 1, transform: 'translate3d(0, 700px, 0)', opacity: '0' },
18
+ ];
@@ -0,0 +1,11 @@
1
+ export const jackInTheBox = [
2
+ {
3
+ offset: 0,
4
+ opacity: '0',
5
+ transform: 'scale(0.1) rotate(30deg)',
6
+ 'transform-origin': 'center bottom',
7
+ },
8
+ { offset: 0.5, transform: 'rotate(-10deg)' },
9
+ { offset: 0.7, transform: 'rotate(3deg)' },
10
+ { offset: 1, opacity: '1', transform: 'scale(1)' },
11
+ ];
@@ -0,0 +1,8 @@
1
+ export const rollIn = [
2
+ {
3
+ offset: 0,
4
+ opacity: '0',
5
+ transform: 'translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)',
6
+ },
7
+ { offset: 1, opacity: '1', transform: 'translate3d(0, 0, 0)' },
8
+ ];
@@ -0,0 +1,8 @@
1
+ export const rollOut = [
2
+ { offset: 0, opacity: '1' },
3
+ {
4
+ offset: 1,
5
+ opacity: '0',
6
+ transform: 'translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)',
7
+ },
8
+ ];
@@ -0,0 +1,4 @@
1
+ export const zoomIn = [
2
+ { offset: 0, opacity: '0', transform: 'scale3d(0.3, 0.3, 0.3)' },
3
+ { offset: 0.5, opacity: '1' },
4
+ ];
@@ -0,0 +1,14 @@
1
+ export const zoomInDown = [
2
+ {
3
+ offset: 0,
4
+ opacity: '0',
5
+ transform: 'scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0)',
6
+ easing: 'cubic-bezier(0.55, 0.055, 0.675, 0.19)',
7
+ },
8
+ {
9
+ offset: 0.6,
10
+ opacity: '1',
11
+ transform: 'scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0)',
12
+ easing: 'cubic-bezier(0.175, 0.885, 0.32, 1)',
13
+ },
14
+ ];
@@ -0,0 +1,14 @@
1
+ export const zoomInLeft = [
2
+ {
3
+ offset: 0,
4
+ opacity: '0',
5
+ transform: 'scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0)',
6
+ easing: 'cubic-bezier(0.55, 0.055, 0.675, 0.19)',
7
+ },
8
+ {
9
+ offset: 0.6,
10
+ opacity: '1',
11
+ transform: 'scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0)',
12
+ easing: 'cubic-bezier(0.175, 0.885, 0.32, 1)',
13
+ },
14
+ ];
@@ -0,0 +1,14 @@
1
+ export const zoomInRight = [
2
+ {
3
+ offset: 0,
4
+ opacity: '0',
5
+ transform: 'scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0)',
6
+ easing: 'cubic-bezier(0.55, 0.055, 0.675, 0.19)',
7
+ },
8
+ {
9
+ offset: 0.6,
10
+ opacity: '1',
11
+ transform: 'scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0)',
12
+ easing: 'cubic-bezier(0.175, 0.885, 0.32, 1)',
13
+ },
14
+ ];
@@ -0,0 +1,14 @@
1
+ export const zoomInUp = [
2
+ {
3
+ offset: 0,
4
+ opacity: '0',
5
+ transform: 'scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0)',
6
+ easing: 'cubic-bezier(0.55, 0.055, 0.675, 0.19)',
7
+ },
8
+ {
9
+ offset: 0.6,
10
+ opacity: '1',
11
+ transform: 'scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0)',
12
+ easing: 'cubic-bezier(0.175, 0.885, 0.32, 1)',
13
+ },
14
+ ];
@@ -0,0 +1,5 @@
1
+ export const zoomOut = [
2
+ { offset: 0, opacity: '1' },
3
+ { offset: 0.5, opacity: '0', transform: 'scale3d(0.3, 0.3, 0.3)' },
4
+ { offset: 1, opacity: '0' },
5
+ ];
@@ -0,0 +1,14 @@
1
+ export const zoomOutDown = [
2
+ {
3
+ offset: 0.4,
4
+ opacity: '1',
5
+ transform: 'scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0)',
6
+ easing: 'cubic-bezier(0.55, 0.055, 0.675, 0.19)',
7
+ },
8
+ {
9
+ offset: 1,
10
+ opacity: '0',
11
+ transform: 'scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0)',
12
+ easing: 'cubic-bezier(0.175, 0.885, 0.32, 1)',
13
+ },
14
+ ];
@@ -0,0 +1,12 @@
1
+ export const zoomOutLeft = [
2
+ {
3
+ offset: 0.4,
4
+ opacity: '1',
5
+ transform: 'scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)',
6
+ },
7
+ {
8
+ offset: 1,
9
+ opacity: '0',
10
+ transform: 'scale(0.1) translate3d(-2000px, 0, 0)',
11
+ },
12
+ ];
@@ -0,0 +1,12 @@
1
+ export const zoomOutRight = [
2
+ {
3
+ offset: 0.4,
4
+ opacity: '1',
5
+ transform: 'scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)',
6
+ },
7
+ {
8
+ offset: 1,
9
+ opacity: '0',
10
+ transform: 'scale(0.1) translate3d(2000px, 0, 0)',
11
+ },
12
+ ];
@@ -0,0 +1,14 @@
1
+ export const zoomOutUp = [
2
+ {
3
+ offset: 0.4,
4
+ opacity: '1',
5
+ transform: 'scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0)',
6
+ easing: 'cubic-bezier(0.55, 0.055, 0.675, 0.19)',
7
+ },
8
+ {
9
+ offset: 1,
10
+ opacity: '0',
11
+ transform: 'scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0)',
12
+ easing: 'cubic-bezier(0.175, 0.885, 0.32, 1)',
13
+ },
14
+ ];
@@ -1 +1 @@
1
- {"version":3,"file":"global-nav-interface.js","sourceRoot":"","sources":["../../../src/components/global-nav/global-nav-interface.ts"],"names":[],"mappings":"","sourcesContent":["export interface AlgoliaNetworkError {\n message: string;\n name: string;\n status: number;\n transporterStackTrace: {\n host: { protocol: string; url: string; accept: number };\n request: any;\n response: any;\n triesLeft: number;\n }[];\n}\n\nexport interface MyAccountLink {\n id: number;\n area:\n | 'left-side-logged-in'\n | 'left-side-logged-out'\n | 'right-side-logged-in'\n | 'right-side-logged-out'\n | 'profile-panel-block'\n | 'profile-panel-list';\n address: string;\n title: string;\n order: number;\n target: '_blank' | '_self' | '_parent' | '_top' | null;\n}\n\nexport interface MyAccountUser {\n id: string | null;\n name: string | null;\n first_name: string | null;\n last_name: string | null;\n email: string | null;\n company: string | null;\n lifecycle_stage: string | null;\n indirect_customer: boolean;\n small_avatar_url: string | null;\n job_title: string | null;\n is_nanopore_user: boolean;\n kudos: number;\n}\n\nexport interface MyAccountData {\n user: MyAccountUser;\n cart: {\n count: number;\n url: string;\n };\n notifications: { count: number };\n hs: { lists?: Array<number> };\n registration: { next_url: string | null };\n links: null | MyAccountLink[];\n urls: {\n forgot_password: string | null;\n logout: string | null;\n login: string | null;\n messages: string | null;\n cart: string | null;\n };\n domains: [\n {\n origin: string;\n domain: string;\n }\n ];\n search: {\n app_id: string;\n api_key: string;\n indeces: [\n {\n index: string;\n name: string;\n domain: string;\n all_group?: boolean;\n filters?: [string];\n replicas: {\n name: string;\n index: string;\n }[];\n }\n ];\n };\n}\n"]}
1
+ {"version":3,"file":"global-nav-interface.js","sourceRoot":"","sources":["../../../src/components/global-nav/global-nav-interface.ts"],"names":[],"mappings":"","sourcesContent":["export interface AlgoliaNetworkError {\n message: string;\n name: string;\n status: number;\n transporterStackTrace: {\n host: { protocol: string; url: string; accept: number };\n request: any;\n response: any;\n triesLeft: number;\n }[];\n}\n\nexport interface MyAccountLink {\n id: number;\n area:\n | 'left-side-logged-in'\n | 'left-side-logged-out'\n | 'right-side-logged-in'\n | 'right-side-logged-out'\n | 'profile-panel-block'\n | 'profile-panel-list';\n address: string;\n title: string;\n order: number;\n target: '_blank' | '_self' | '_parent' | '_top' | null;\n}\n\nexport interface MyAccountUser {\n id: string | null;\n uuid: string;\n name: string | null;\n first_name: string | null;\n last_name: string | null;\n email: string | null;\n company: string | null;\n lifecycle_stage: string | null;\n indirect_customer: boolean;\n small_avatar_url: string | null;\n job_title: string | null;\n is_nanopore_user: boolean;\n kudos: number;\n}\n\nexport interface MyAccountData {\n user: MyAccountUser;\n cart: {\n count: number;\n url: string;\n };\n notifications: { count: number };\n hs: { lists?: Array<number> };\n registration: { next_url: string | null };\n links: null | MyAccountLink[];\n urls: {\n forgot_password: string | null;\n logout: string | null;\n login: string | null;\n messages: string | null;\n cart: string | null;\n };\n domains: [\n {\n origin: string;\n domain: string;\n }\n ];\n search: {\n app_id: string;\n api_key: string;\n indeces: [\n {\n index: string;\n name: string;\n domain: string;\n all_group?: boolean;\n filters?: [string];\n replicas: {\n name: string;\n index: string;\n }[];\n }\n ];\n };\n}\n"]}