@internetarchive/collection-browser 2.22.1-alpha-webdev7818.5 → 2.22.1-alpha2

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/.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.d.ts +6 -3
  11. package/dist/src/collection-browser.js +691 -681
  12. package/dist/src/collection-browser.js.map +1 -1
  13. package/dist/src/data-source/collection-browser-data-source-interface.js.map +1 -1
  14. package/dist/src/data-source/collection-browser-data-source.js.map +1 -1
  15. package/dist/src/manage/manage-bar.d.ts +4 -0
  16. package/dist/src/manage/manage-bar.js +21 -0
  17. package/dist/src/manage/manage-bar.js.map +1 -1
  18. package/dist/src/manage/remove-items-modal-content.js +0 -1
  19. package/dist/src/manage/remove-items-modal-content.js.map +1 -1
  20. package/dist/src/tiles/list/tile-list-compact-header.js +45 -45
  21. package/dist/src/tiles/list/tile-list-compact-header.js.map +1 -1
  22. package/dist/src/tiles/list/tile-list-compact.js +97 -97
  23. package/dist/src/tiles/list/tile-list-compact.js.map +1 -1
  24. package/dist/src/tiles/list/tile-list.js +289 -289
  25. package/dist/src/tiles/list/tile-list.js.map +1 -1
  26. package/dist/test/collection-browser.test.js +187 -187
  27. package/dist/test/collection-browser.test.js.map +1 -1
  28. package/eslint.config.mjs +53 -53
  29. package/index.html +24 -24
  30. package/local.archive.org.cert +86 -86
  31. package/local.archive.org.key +27 -27
  32. package/package.json +117 -117
  33. package/renovate.json +6 -6
  34. package/src/collection-browser.ts +2763 -2755
  35. package/src/data-source/collection-browser-data-source-interface.ts +333 -333
  36. package/src/data-source/collection-browser-data-source.ts +1390 -1390
  37. package/src/manage/manage-bar.ts +23 -0
  38. package/src/manage/remove-items-modal-content.ts +0 -1
  39. package/src/tiles/list/tile-list-compact-header.ts +86 -86
  40. package/src/tiles/list/tile-list-compact.ts +236 -236
  41. package/src/tiles/list/tile-list.ts +688 -688
  42. package/test/collection-browser.test.ts +2359 -2359
  43. package/tsconfig.json +20 -20
  44. package/web-dev-server.config.mjs +30 -30
  45. 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.