@narmi/design_system 4.46.1 → 4.46.2

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.
Binary file
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 04 Nov 2025 16:48:07 GMT
3
+ * Generated on Tue, 04 Nov 2025 23:27:57 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 04 Nov 2025 16:48:07 GMT
3
+ * Generated on Tue, 04 Nov 2025 23:27:57 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * DO NOT EDIT
3
- * Generated by style-dictionary on Tue Nov 04 2025 16:48:07 GMT+0000 (Coordinated Universal Time)
3
+ * Generated by style-dictionary on Tue Nov 04 2025 23:27:57 GMT+0000 (Coordinated Universal Time)
4
4
  * github.com/narmi/design_system/
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 04 Nov 2025 16:48:07 GMT
3
+ * Generated on Tue, 04 Nov 2025 23:27:57 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * DO NOT EDIT
3
- * Generated by style-dictionary on Tue Nov 04 2025 16:48:07 GMT+0000 (Coordinated Universal Time)
3
+ * Generated by style-dictionary on Tue Nov 04 2025 23:27:57 GMT+0000 (Coordinated Universal Time)
4
4
  * github.com/narmi/design_system/
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * DO NOT EDIT
3
- * Generated by style-dictionary on Tue Nov 04 2025 16:48:07 GMT+0000 (Coordinated Universal Time)
3
+ * Generated by style-dictionary on Tue Nov 04 2025 23:27:57 GMT+0000 (Coordinated Universal Time)
4
4
  * github.com/narmi/design_system/
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * DO NOT EDIT
3
- * Generated by style-dictionary on Tue Nov 04 2025 16:48:07 GMT+0000 (Coordinated Universal Time)
3
+ * Generated by style-dictionary on Tue Nov 04 2025 23:27:57 GMT+0000 (Coordinated Universal Time)
4
4
  * github.com/narmi/design_system/
5
5
  */
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@narmi/design_system",
3
- "version": "4.46.1",
3
+ "version": "4.46.2",
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/copyIcons.mjs",
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",