@narmi/design_system 2.6.0 → 2.6.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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 25 Mar 2022 20:39:56 GMT
3
+ * Generated on Tue, 29 Mar 2022 19:05:35 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 25 Mar 2022 20:39:56 GMT
3
+ * Generated on Tue, 29 Mar 2022 19:05:35 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 25 Mar 2022 20:39:56 GMT
3
+ * Generated on Tue, 29 Mar 2022 19:05:35 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 25 Mar 2022 20:39:56 GMT
3
+ * Generated on Tue, 29 Mar 2022 19:05:35 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@narmi/design_system",
3
- "version": "2.6.0",
3
+ "version": "2.6.1",
4
4
  "description": "⚡ A consistent look-and-feel and extensible interface for Narmi experiences 🔥",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -13,9 +13,10 @@
13
13
  "scripts": {
14
14
  "watch": "watch 'npm run build' src",
15
15
  "build:jsdoc": "node ./scripts/jsDoc.mjs",
16
+ "build:classdoc": "node ./scripts/classManifest.mjs",
16
17
  "build:tokens": "style-dictionary build --config=./tokens/config.js",
17
18
  "build:components": "webpack --mode=production",
18
- "build": "npm run build:tokens && npm run build:jsdoc && npm run build:components",
19
+ "build": "npm run build:tokens && npm run build:jsdoc && npm run build:classdoc && npm run build:components",
19
20
  "prepublish": "npm run build",
20
21
  "test": "jest",
21
22
  "release": "semantic-release",