@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.
- package/dist/2c5a9fc095d1cbee41e4.woff2 +0 -0
- package/dist/c8bba9530a1c0594401c.svg +340 -0
- package/dist/{icons/icomoon.ttf → cc23d46967d9441f96a9.ttf} +0 -0
- package/dist/{icons/icomoon.woff → e4144e3bef51943ee8a7.woff} +0 -0
- package/dist/icons/README.md +26 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/style.css +6 -6
- package/dist/style.css.map +1 -1
- package/dist/tokens/css/rgbColors.css +1 -1
- package/dist/tokens/css/tokens.css +1 -1
- package/dist/tokens/js/colors.js +1 -1
- package/dist/tokens/js/manifest.js +137 -137
- package/dist/tokens/js/reactNativeWeb.js +1 -1
- package/package.json +1 -1
|
Binary file
|
|
Binary file
|
|
@@ -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.
|