@internetarchive/collection-browser 3.0.1-webdev-7936.0 → 3.0.2-alpha-webdev7960.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 (72) 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/src/collection-browser.js +680 -681
  11. package/dist/src/collection-browser.js.map +1 -1
  12. package/dist/src/collection-facets/facet-row.js +130 -131
  13. package/dist/src/collection-facets/facet-row.js.map +1 -1
  14. package/dist/src/collection-facets/models.d.ts +9 -0
  15. package/dist/src/collection-facets/models.js +10 -0
  16. package/dist/src/collection-facets/models.js.map +1 -0
  17. package/dist/src/collection-facets/more-facets-content.js +121 -120
  18. package/dist/src/collection-facets/more-facets-content.js.map +1 -1
  19. package/dist/src/collection-facets.js +263 -264
  20. package/dist/src/collection-facets.js.map +1 -1
  21. package/dist/src/data-source/collection-browser-data-source-interface.js.map +1 -1
  22. package/dist/src/data-source/collection-browser-data-source.js.map +1 -1
  23. package/dist/src/data-source/collection-browser-query-state.js.map +1 -1
  24. package/dist/src/data-source/models.js.map +1 -1
  25. package/dist/src/models.js.map +1 -1
  26. package/dist/src/restoration-state-handler.js.map +1 -1
  27. package/dist/src/sort-filter-bar/sort-filter-bar.js +1 -1
  28. package/dist/src/sort-filter-bar/sort-filter-bar.js.map +1 -1
  29. package/dist/src/tiles/grid/collection-tile.js +2 -3
  30. package/dist/src/tiles/grid/collection-tile.js.map +1 -1
  31. package/dist/src/tiles/grid/item-tile.js +2 -2
  32. package/dist/src/tiles/grid/item-tile.js.map +1 -1
  33. package/dist/src/tiles/grid/search-tile.js +2 -3
  34. package/dist/src/tiles/grid/search-tile.js.map +1 -1
  35. package/dist/src/tiles/grid/styles/tile-grid-shared-styles.js +1 -2
  36. package/dist/src/tiles/grid/styles/tile-grid-shared-styles.js.map +1 -1
  37. package/dist/src/tiles/list/tile-list.js +3 -13
  38. package/dist/src/tiles/list/tile-list.js.map +1 -1
  39. package/dist/test/collection-browser.test.js +183 -183
  40. package/dist/test/collection-browser.test.js.map +1 -1
  41. package/dist/test/restoration-state-handler.test.js.map +1 -1
  42. package/dist/test/tiles/list/tile-list.test.js +0 -13
  43. package/dist/test/tiles/list/tile-list.test.js.map +1 -1
  44. package/eslint.config.mjs +53 -53
  45. package/index.html +24 -24
  46. package/local.archive.org.cert +86 -86
  47. package/local.archive.org.key +27 -27
  48. package/package.json +117 -117
  49. package/renovate.json +6 -6
  50. package/src/collection-browser.ts +2775 -2776
  51. package/src/collection-facets/facet-row.ts +282 -283
  52. package/src/collection-facets/models.ts +10 -0
  53. package/src/collection-facets/more-facets-content.ts +636 -632
  54. package/src/collection-facets.ts +990 -991
  55. package/src/data-source/collection-browser-data-source-interface.ts +333 -333
  56. package/src/data-source/collection-browser-data-source.ts +1390 -1390
  57. package/src/data-source/collection-browser-query-state.ts +63 -63
  58. package/src/data-source/models.ts +43 -43
  59. package/src/models.ts +870 -870
  60. package/src/restoration-state-handler.ts +544 -544
  61. package/src/sort-filter-bar/sort-filter-bar.ts +1 -1
  62. package/src/tiles/grid/collection-tile.ts +2 -3
  63. package/src/tiles/grid/item-tile.ts +2 -2
  64. package/src/tiles/grid/search-tile.ts +2 -3
  65. package/src/tiles/grid/styles/tile-grid-shared-styles.ts +1 -2
  66. package/src/tiles/list/tile-list.ts +3 -11
  67. package/test/collection-browser.test.ts +2340 -2340
  68. package/test/restoration-state-handler.test.ts +510 -510
  69. package/test/tiles/list/tile-list.test.ts +0 -15
  70. package/tsconfig.json +20 -20
  71. package/web-dev-server.config.mjs +30 -30
  72. package/web-test-runner.config.mjs +41 -41

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.