@internetarchive/collection-browser 2.17.1-alpha-webdev7667.0 → 2.18.1-alpha-webdev7768.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 (45) hide show
  1. package/.github/workflows/ci.yml +27 -27
  2. package/.github/workflows/gh-pages-main.yml +39 -39
  3. package/.github/workflows/npm-publish.yml +39 -39
  4. package/.github/workflows/pr-preview.yml +38 -38
  5. package/.prettierignore +1 -1
  6. package/dist/src/app-root.d.ts +0 -3
  7. package/dist/src/app-root.js +0 -91
  8. package/dist/src/app-root.js.map +1 -1
  9. package/dist/src/collection-browser.js +682 -682
  10. package/dist/src/collection-browser.js.map +1 -1
  11. package/dist/src/collection-facets.js +259 -259
  12. package/dist/src/collection-facets.js.map +1 -1
  13. package/dist/src/expanded-date-picker.js +50 -50
  14. package/dist/src/expanded-date-picker.js.map +1 -1
  15. package/dist/src/tiles/grid/styles/tile-grid-shared-styles.js +1 -1
  16. package/dist/src/tiles/grid/styles/tile-grid-shared-styles.js.map +1 -1
  17. package/dist/src/tiles/tile-dispatcher.js +1 -1
  18. package/dist/src/tiles/tile-dispatcher.js.map +1 -1
  19. package/dist/test/collection-browser.test.js +58 -3
  20. package/dist/test/collection-browser.test.js.map +1 -1
  21. package/dist/test/image-block.test.js +21 -0
  22. package/dist/test/image-block.test.js.map +1 -1
  23. package/dist/test/item-image.test.js +73 -0
  24. package/dist/test/item-image.test.js.map +1 -1
  25. package/dist/test/mocks/mock-search-responses.d.ts +2 -0
  26. package/dist/test/mocks/mock-search-responses.js +96 -0
  27. package/dist/test/mocks/mock-search-responses.js.map +1 -1
  28. package/dist/test/mocks/mock-search-service.d.ts +1 -0
  29. package/dist/test/mocks/mock-search-service.js +7 -1
  30. package/dist/test/mocks/mock-search-service.js.map +1 -1
  31. package/eslint.config.mjs +53 -53
  32. package/index.html +24 -24
  33. package/package.json +117 -117
  34. package/src/app-root.ts +0 -97
  35. package/src/collection-browser.ts +2712 -2712
  36. package/src/collection-facets.ts +966 -966
  37. package/src/expanded-date-picker.ts +175 -175
  38. package/src/tiles/grid/styles/tile-grid-shared-styles.ts +1 -1
  39. package/src/tiles/tile-dispatcher.ts +1 -1
  40. package/test/collection-browser.test.ts +86 -2
  41. package/test/image-block.test.ts +24 -0
  42. package/test/item-image.test.ts +86 -0
  43. package/test/mocks/mock-search-responses.ts +104 -0
  44. package/test/mocks/mock-search-service.ts +11 -0
  45. package/tsconfig.json +20 -20

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.