@guardian/interactive-component-library 0.1.0-alpha.52 → 0.1.0-alpha.57

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.
package/README.md CHANGED
@@ -3,6 +3,7 @@
3
3
  A set of reusable components for use in interactive pages, written in Preact using [Atomic Design](https://bradfrost.com/blog/post/atomic-web-design/) principles.
4
4
 
5
5
  ## Install the component library in a new client project
6
+
6
7
  ```
7
8
  npm install @guardian/interactive-component-library
8
9
  ```
@@ -77,6 +78,7 @@ Always prepending `pnpm`:
77
78
  - `build:lib:watch`: Same as previous command, but it watches `/src` folder and rebuilds on changes
78
79
 
79
80
  ## Testing for dark mode in Storybook
81
+
80
82
  Use the sun/moon button in the toolbar to switch between light and dark mode.
81
83
  ![Screenshot 2024-03-27 at 08 24 43](https://github.com/guardian/interactive-component-library/assets/1107150/3a93adfc-56da-4c1d-b5b8-dc7ff5aedfbf)
82
84
  ![Screenshot 2024-03-27 at 08 24 32](https://github.com/guardian/interactive-component-library/assets/1107150/bad208aa-7967-446f-b658-e937aa2d114b)