@narmi/design_system 3.16.0 → 3.17.0-beta.1
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/style.css +2 -2
- 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 +138 -138
- package/dist/tokens/js/reactNativeWeb.js +1 -1
- package/dist/types/index.d.ts +21 -0
- package/package.json +4 -4
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.
|
package/dist/style.css
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@import url(https://fonts.googleapis.com/css2?family=Mulish:wght@200..700&display=swap);
|
|
2
2
|
/**
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on
|
|
4
|
+
* Generated on Tue, 26 Dec 2023 16:45:49 GMT
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
:root {
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
|
|
147
147
|
/**
|
|
148
148
|
* Do not edit directly
|
|
149
|
-
* Generated on
|
|
149
|
+
* Generated on Tue, 26 Dec 2023 16:45:49 GMT
|
|
150
150
|
*/
|
|
151
151
|
|
|
152
152
|
:root {
|