@narmi/design_system 2.43.5-beta.1 → 2.43.5

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.
@@ -0,0 +1,26 @@
1
+ # Working with Icons
2
+
3
+ Until this process has better automation, please follow the instructions below
4
+ when updating our icon set.
5
+
6
+ ## Updating icons
7
+
8
+ 1. Log into icomoon using our narmi engineering account
9
+ 2. Upload `selection.json` - this config file holds all shape information and metadata
10
+ 3. Modify the icon set in the icomoon UI as needed
11
+ 4. Click "Download" in the icomoon UI
12
+ 5. Copy assets (**SEE BELOW**)
13
+ 6. Commit the changes to NDS
14
+
15
+ ### Copying assets into NDS
16
+
17
+ Unzip the icomoon download. Copy all of the following into `src/icons/` in NDS:
18
+
19
+ - `fonts/`
20
+ - `selection.json`
21
+ - `style.css`
22
+
23
+ ### Testing icon changes
24
+
25
+ Run storybook with `npm run dev` and navigate to the icons page. Icon additions
26
+ and changes should be visible in the story.