@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.
- package/dist/icons/README.md +3 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/style.css +3 -3
- 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 +1 -1
- package/dist/tokens/js/reactNativeWeb.js +1 -1
- package/package.json +6 -5
package/dist/icons/README.md
CHANGED
|
@@ -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.
|
|
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.
|