@crowdstrike/tailwind-toucan-base 3.0.2 → 3.0.3

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.
Files changed (2) hide show
  1. package/README.md +8 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -65,8 +65,11 @@ This addon provides the ability to pull our palette information directly from Fi
65
65
  To import the colors run:
66
66
 
67
67
  ```bash
68
- LIGHT_ID=fileId DARK_ID=fileId MEZZANINE_ID=fileId \
69
- FIGMA_TOKEN=some-key pnpm run figma:export-styles
68
+ FIGMA_TOKEN=some-key \
69
+ LIGHT_ID=fileId \
70
+ DARK_ID=fileId \
71
+ MEZZANINE_ID=fileId \
72
+ pnpm run figma:export-styles
70
73
  ```
71
74
 
72
75
  - `FIGMA_TOKEN` here is figma [Personal Access Token](https://www.figma.com/developers/api#access-tokens).
@@ -76,3 +79,6 @@ LIGHT_ID=fileId DARK_ID=fileId MEZZANINE_ID=fileId \
76
79
 
77
80
  If you see any errors reported then you _may_ need to ensure that the Figma file is set up correctly (and e.g.
78
81
  there are corresponding colors across each of the palettes).
82
+
83
+ If there are resulting changes to the output, you'll need to update the test snapshots.
84
+ That can be done via `pnpm exec vitest --update`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crowdstrike/tailwind-toucan-base",
3
- "version": "3.0.2",
3
+ "version": "3.0.3",
4
4
  "private": false,
5
5
  "description": "Tailwind preset for CrowdStrike's Toucan design system",
6
6
  "repository": "https://github.com/CrowdStrike/tailwind-toucan-base",