@narmi/design_system 3.13.0 → 3.13.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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sat, 21 Oct 2023 02:21:56 GMT
3
+ * Generated on Thu, 02 Nov 2023 20:47:49 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sat, 21 Oct 2023 02:21:56 GMT
3
+ * Generated on Thu, 02 Nov 2023 20:47:49 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sat, 21 Oct 2023 02:21:56 GMT
3
+ * Generated on Thu, 02 Nov 2023 20:47:49 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sat, 21 Oct 2023 02:21:56 GMT
3
+ * Generated on Thu, 02 Nov 2023 20:47:49 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 Sat Oct 21 2023 02:21:56 GMT+0000 (Coordinated Universal Time)
3
+ * Generated by style-dictionary on Thu Nov 02 2023 20:47:49 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": "3.13.0",
3
+ "version": "3.13.2",
4
4
  "description": "⚡ A consistent look-and-feel and extensible interface for Narmi experiences 🔥",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -39,6 +39,7 @@
39
39
  "@babel/plugin-proposal-class-properties": "^7.13.0",
40
40
  "@babel/preset-env": "^7.15.6",
41
41
  "@babel/preset-react": "^7.14.5",
42
+ "@babel/preset-typescript": "^7.23.2",
42
43
  "@commitlint/cli": "^13.2.0",
43
44
  "@commitlint/config-conventional": "^13.2.0",
44
45
  "@mdx-js/mdx": "^1.6.22",
@@ -56,6 +57,10 @@
56
57
  "@testing-library/jest-dom": "^5.15.0",
57
58
  "@testing-library/react": "^12.1.2",
58
59
  "@types/jest": "^27.0.2",
60
+ "@types/react": "^18.2.31",
61
+ "@types/react-dom": "^18.2.14",
62
+ "@typescript-eslint/eslint-plugin": "^5.62.0",
63
+ "@typescript-eslint/parser": "^5.62.0",
59
64
  "babel-jest": "^26.6.3",
60
65
  "babel-loader": "^8.2.2",
61
66
  "chromatic": "^6",
@@ -65,7 +70,7 @@
65
70
  "core-js": "^3.15.2",
66
71
  "css": "^3.0.0",
67
72
  "css-loader": "^6.2.0",
68
- "eslint": "^8",
73
+ "eslint": "^8.52.0",
69
74
  "eslint-plugin-jest": "^26.1.3",
70
75
  "eslint-plugin-jsx-a11y": "^6.5.1",
71
76
  "eslint-plugin-react": "^7.29.4",
@@ -82,6 +87,7 @@
82
87
  "pretty-quick": "^3.1.0",
83
88
  "prop-types": "^15.7.2",
84
89
  "react": "^16",
90
+ "react-docgen-typescript-plugin": "^1.0.5",
85
91
  "react-dom": "^16",
86
92
  "sass": "^1.45.0",
87
93
  "sass-loader": "^12.1.0",
@@ -89,6 +95,8 @@
89
95
  "style-dictionary": "^3.7.1",
90
96
  "style-loader": "^0.23.1",
91
97
  "tinycolor2": "^1.4.2",
98
+ "ts-loader": "^9.5.0",
99
+ "typescript": "^5.2.2",
92
100
  "use-clipboard-copy": "^0.2.0",
93
101
  "watch": "^1.0.2",
94
102
  "webpack": "^5.50.0",