@narmi/design_system 4.46.1 → 4.46.3
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/fonts/fonts.css +11 -0
- package/dist/fonts/narmi-matiere-bold-webfont.woff +0 -0
- package/dist/fonts/narmi-matiere-bold-webfont.woff2 +0 -0
- package/dist/icons/fonts/icomoon.svg +347 -0
- package/dist/icons/fonts/icomoon.woff +0 -0
- package/dist/tokens/css/rgbColors.css +1 -1
- package/dist/tokens/css/tokens.css +1 -1
- package/dist/tokens/js/colors.esm.js +1 -1
- package/dist/tokens/js/colors.js +1 -1
- package/dist/tokens/js/manifest.esm.js +1 -1
- package/dist/tokens/js/manifest.js +1 -1
- package/dist/tokens/js/reactNativeWeb.js +1 -1
- package/package.json +2 -2
|
Binary file
|
package/dist/tokens/js/colors.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@narmi/design_system",
|
|
3
|
-
"version": "4.46.
|
|
3
|
+
"version": "4.46.3",
|
|
4
4
|
"description": "⚡ A consistent look-and-feel and extensible interface for Narmi experiences 🔥",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"style": "dist/style.css",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"build:classdoc": "node ./scripts/classManifest.mjs",
|
|
19
19
|
"build:tokens": "style-dictionary build --config=./tokens/config.js",
|
|
20
20
|
"build:css": "sass src/index.scss dist/style.css --style=compressed --source-map",
|
|
21
|
-
"build:components": "vite build && node ./scripts/
|
|
21
|
+
"build:components": "vite build && node ./scripts/copyAssets.mjs",
|
|
22
22
|
"build": "npm run build:tokens && npx tsc && npm run build:css && npm run build:jsdoc && npm run build:components && npm run build:classdoc",
|
|
23
23
|
"build:clean": "rm -rf dist/ && npm run build",
|
|
24
24
|
"prepublish": "npm run build",
|