@narmi/design_system 3.16.0-beta.0 → 3.17.0-beta.0

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.
@@ -10,7 +10,8 @@ when updating our icon set.
10
10
  3. Modify the icon set in the icomoon UI as needed
11
11
  4. Click "Download" in the icomoon UI
12
12
  5. Copy assets (**SEE BELOW**)
13
- 6. Commit the changes to NDS
13
+ 6. `npm run build:types` will regenerate `src/Icon.types.ts`
14
+ 7. Commit the changes & submit a PR
14
15
 
15
16
  ### Copying assets into NDS
16
17
 
@@ -23,4 +24,4 @@ Unzip the icomoon download. Copy all of the following into `src/icons/` in NDS:
23
24
  ### Testing icon changes
24
25
 
25
26
  Run storybook with `npm run dev` and navigate to the icons page. Icon additions
26
- and changes should be visible in the story.
27
+ and changes should be visible in the story.