Add a more stable path for Ink image assets.

Review Request #13939 — Created June 5, 2024 and discarded

Information

Ink
master

Reviewers

We had an @images-path variable in LessCSS that was used to link to
the Ink images, but this had a couple of problems. One is that the name
was too generic and likely to conflict with consuming packages. The
other is that it pointed to "ink", which wasn't likely to resolve well
in practice anywhere.

We now have an @ink-path variable that points to @beanbag/ink, and w
use that to build paths as necessary.

This means no images-specific variable, so the references now compensate
by including the images directory in the referenced path.

Tested the images in Storybook, making sure they loaded.

Successfully built packages.

Summary ID
Add a more stable path for Ink image assets.
We had an `@images-path` variable in LessCSS that was used to link to the Ink images, but this had a couple of problems. One is that the name was too generic and likely to conflict with consuming packages. The other is that it pointed to "ink", which wasn't likely to resolve well in practice anywhere. We now have an `@ink-path` variable that points to `@beanbag/ink`, and w use that to build paths as necessary. This means no images-specific variable, so the references now compensate by including the images directory in the referenced path.
7800bd49dfdc5eab26c684631502ebc89d08c160
david
  1. Ship It!
  2. 
      
maubin
  1. Ship It!
  2. 
      
chipx86
Review request changed
Status:
Discarded
Change Summary:

Dropped in favor of /r/13942/.