@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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 22 Nov 2023 20:36:45 GMT
3
+ * Generated on Tue, 26 Dec 2023 15:46:25 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 22 Nov 2023 20:36:45 GMT
3
+ * Generated on Tue, 26 Dec 2023 15:46:25 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 22 Nov 2023 20:36:45 GMT
3
+ * Generated on Tue, 26 Dec 2023 15:46:25 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 22 Nov 2023 20:36:45 GMT
3
+ * Generated on Tue, 26 Dec 2023 15:46:25 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 Wed Nov 22 2023 15:36:45 GMT-0500 (Eastern Standard Time)
3
+ * Generated by style-dictionary on Tue Dec 26 2023 10:46:25 GMT-0500 (Eastern Standard 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": "3.16.0-beta.0",
3
+ "version": "3.17.0-beta.0",
4
4
  "description": "⚡ A consistent look-and-feel and extensible interface for Narmi experiences 🔥",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -13,15 +13,16 @@
13
13
  },
14
14
  "scripts": {
15
15
  "watch": "watch 'npm run build' src",
16
- "build:types": "node ./scripts/buildTypes.mjs && npx tsc",
16
+ "build:types": "node ./scripts/buildTypes.mjs",
17
17
  "build:jsdoc": "node ./scripts/jsDoc.mjs",
18
18
  "build:classdoc": "node ./scripts/classManifest.mjs",
19
19
  "build:tokens": "style-dictionary build --config=./tokens/config.js",
20
20
  "build:components": "webpack --mode=production",
21
- "build": "npm run build:types && npm run build:tokens && npm run build:jsdoc && npm run build:classdoc && npm run build:components",
21
+ "build": "npx tsc && npm run build:tokens && npm run build:jsdoc && npm run build:classdoc && npm run build:components",
22
22
  "build:clean": "rm -rf dist/ && npm run build",
23
23
  "prepublish": "npm run build",
24
24
  "test": "jest",
25
+ "test:watch": "jest --watch",
25
26
  "lint": "eslint \"./src/**\" \"./scripts/**\" \"./tokens/**\" --no-error-on-unmatched-pattern",
26
27
  "release": "semantic-release",
27
28
  "storybook": "storybook dev -p 6006",
@@ -62,7 +63,7 @@
62
63
  "@types/jest": "^27.0.2",
63
64
  "@types/react": "^18.2.31",
64
65
  "@types/react-dom": "^18.2.14",
65
- "@typescript-eslint/eslint-plugin": "^5.62.0",
66
+ "@typescript-eslint/eslint-plugin": "^6.12.0",
66
67
  "@typescript-eslint/parser": "^6.12.0",
67
68
  "babel-jest": "^26.6.3",
68
69
  "babel-loader": "^8.2.2",
@@ -74,7 +75,7 @@
74
75
  "css": "^3.0.0",
75
76
  "css-loader": "^6.2.0",
76
77
  "eslint": "^8.52.0",
77
- "eslint-plugin-jest": "^26.1.3",
78
+ "eslint-plugin-jest": "^27.6.0",
78
79
  "eslint-plugin-jsx-a11y": "^6.5.1",
79
80
  "eslint-plugin-react": "^7.29.4",
80
81
  "eslint-plugin-storybook": "^0.6.15",