@internetarchive/collection-browser 2.22.1-alpha-webdev7818.4 → 2.22.1-alpha1

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