@internetarchive/collection-browser 4.0.2-alpha-webdev8209.0 → 4.1.0-alpha-webdev8164.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 (65) hide show
  1. package/.editorconfig +29 -29
  2. package/.github/workflows/ci.yml +27 -27
  3. package/.github/workflows/gh-pages-main.yml +39 -39
  4. package/.github/workflows/npm-publish.yml +39 -39
  5. package/.github/workflows/pr-preview.yml +38 -38
  6. package/.husky/pre-commit +4 -4
  7. package/.prettierignore +1 -1
  8. package/LICENSE +661 -661
  9. package/README.md +83 -83
  10. package/dist/index.d.ts +0 -1
  11. package/dist/index.js.map +1 -1
  12. package/dist/src/app-root.js +614 -614
  13. package/dist/src/app-root.js.map +1 -1
  14. package/dist/src/collection-browser.js +764 -764
  15. package/dist/src/collection-browser.js.map +1 -1
  16. package/dist/src/collection-facets/facets-template.js +5 -0
  17. package/dist/src/collection-facets/facets-template.js.map +1 -1
  18. package/dist/src/collection-facets/more-facets-content.d.ts +47 -8
  19. package/dist/src/collection-facets/more-facets-content.js +460 -161
  20. package/dist/src/collection-facets/more-facets-content.js.map +1 -1
  21. package/dist/src/collection-facets/more-facets-pagination.d.ts +10 -0
  22. package/dist/src/collection-facets/more-facets-pagination.js +64 -1
  23. package/dist/src/collection-facets/more-facets-pagination.js.map +1 -1
  24. package/dist/src/data-source/collection-browser-query-state.js.map +1 -1
  25. package/dist/src/models.js.map +1 -1
  26. package/dist/src/tiles/grid/collection-tile.js +89 -89
  27. package/dist/src/tiles/grid/collection-tile.js.map +1 -1
  28. package/dist/src/tiles/grid/item-tile.js +138 -138
  29. package/dist/src/tiles/grid/item-tile.js.map +1 -1
  30. package/dist/src/tiles/hover/hover-pane-controller.js +28 -28
  31. package/dist/src/tiles/hover/hover-pane-controller.js.map +1 -1
  32. package/dist/src/tiles/models.js.map +1 -1
  33. package/dist/src/tiles/tile-dispatcher.js +216 -216
  34. package/dist/src/tiles/tile-dispatcher.js.map +1 -1
  35. package/dist/test/collection-browser.test.js +189 -189
  36. package/dist/test/collection-browser.test.js.map +1 -1
  37. package/dist/test/collection-facets/more-facets-content.test.js +154 -3
  38. package/dist/test/collection-facets/more-facets-content.test.js.map +1 -1
  39. package/dist/test/collection-facets/more-facets-pagination.test.js +60 -0
  40. package/dist/test/collection-facets/more-facets-pagination.test.js.map +1 -1
  41. package/eslint.config.mjs +53 -53
  42. package/index.html +24 -24
  43. package/index.ts +0 -1
  44. package/local.archive.org.cert +86 -86
  45. package/local.archive.org.key +27 -27
  46. package/package.json +121 -121
  47. package/renovate.json +6 -6
  48. package/src/app-root.ts +1166 -1166
  49. package/src/collection-browser.ts +3075 -3075
  50. package/src/collection-facets/facets-template.ts +5 -0
  51. package/src/collection-facets/more-facets-content.ts +961 -644
  52. package/src/collection-facets/more-facets-pagination.ts +73 -1
  53. package/src/data-source/collection-browser-query-state.ts +59 -59
  54. package/src/models.ts +873 -873
  55. package/src/tiles/grid/collection-tile.ts +184 -184
  56. package/src/tiles/grid/item-tile.ts +346 -346
  57. package/src/tiles/hover/hover-pane-controller.ts +627 -627
  58. package/src/tiles/models.ts +8 -8
  59. package/src/tiles/tile-dispatcher.ts +518 -518
  60. package/test/collection-browser.test.ts +2413 -2413
  61. package/test/collection-facets/more-facets-content.test.ts +218 -3
  62. package/test/collection-facets/more-facets-pagination.test.ts +84 -0
  63. package/tsconfig.json +25 -25
  64. package/web-dev-server.config.mjs +30 -30
  65. package/web-test-runner.config.mjs +52 -52

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.