Add all Ink CSS and LessCSS files to the exports.

Review Request #14132 — Created Aug. 30, 2024 and submitted

Information

Ink
master

Reviewers

package.json now exports all variations of Ink's stylesheets, both
with and without lib/ prefixes. This allows module-based lookup of
stylesheets to work alongside path-based lookup, which satisfies the two
ways that code may be written, depending on the build system.

Built the package and installed it in Review Board and Djblets. Verified
that this satisfied the Storybook stylesheet loaders, fixing Review Board's
Storybook.

Summary ID
Add all Ink CSS and LessCSS files to the exports.
`package.json` now exports all variations of Ink's stylesheets, both with and without `lib/` prefixes. This allows module-based lookup of stylesheets to work alongside path-based lookup, which satisfies the two ways that code may be written, depending on the build system.
968693ed6c41ed25d4cbb8868b7154b6abf1c739
david
  1. Ship It!
  2. 
      
maubin
  1. Ship It!
  2. 
      
chipx86
Review request changed
Status:
Completed
Change Summary:
Pushed to master (deb7bdb)