@useloops/design-system 1.4.273 → 1.4.274

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
@@ -5,3 +5,11 @@ The design system for the Loops platform and marketing website.
5
5
  ## Generating new components
6
6
 
7
7
  New components can be generated using `npm run component`.
8
+
9
+ ## Synchronising icons with Figma
10
+
11
+ - Create a personal access token in Figma in Settings > Security > Personal access tokens
12
+ - Create `.env` file in `scripts/useloops-icon-generator/.env`
13
+ - Install packages: `cd scripts/useloops-icon-generator && npm install`
14
+ - Run `npm run icons` from the root dir
15
+ - Check the Brand Core/Icons story in storybook, verify expected icons have been updated