mediawiki-extensions-Popups/.storybook
jdlrobson a0754c8cf9 Storybook: Fix RTL
Provide containers for page previews examples

In storybook we avoid position absolute but this deviation from
how they behave in reality could lead to subtle differences that impact
the rendering of previews. It also doesn't allow to see the preview
in the context of the link which is an important part of visually
verifying the position of the pokey arrow.

This also allows us to rethink the broken RTL mode. We now scope
LTR rules to a LTR class that is present on the container, and use
the CSSJanus parsed stylesheet for RTL.

Change-Id: I189019824ddd6aa759790fd162ffcd543619a953
2021-08-06 14:40:10 +00:00
..
helpers Storybook: Fix RTL 2021-08-06 14:40:10 +00:00
mocks Storybook: Fix RTL 2021-08-06 14:40:10 +00:00
static/img Show medium size (<320 wide, but >=250 high) images as well 2021-08-03 13:17:06 -06:00
stories Storybook: Fix RTL 2021-08-06 14:40:10 +00:00
main.js [Storybook] Upgrade Storybook to v6.2.9 2021-07-16 15:38:29 +00:00
README.md Publish storybook now we are using more modern node 2019-12-11 15:16:13 -08:00
storybook-resources.sh Remove the page preview icon hacks 2021-07-21 23:20:17 +00:00

StoryPops - Storybook for Popups

This "mini-project" contains all the dependencies and code to run a Storybook app (https://storybook.js.org/) for the Popups repository.