@sistent/sistent 0.16.13 → 0.17.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.
- package/dist/index.d.mts +23 -7
- package/dist/index.d.ts +23 -7
- package/dist/index.js +41 -77
- package/dist/index.mjs +41 -77
- package/package.json +18 -9
package/package.json
CHANGED
|
@@ -1,14 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sistent/sistent",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.17.0",
|
|
4
4
|
"description": "Reusable React Components and SVG Icons library",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+ssh://git@github.com/layer5io/sistent.git"
|
|
8
8
|
},
|
|
9
9
|
"main": "./dist/index.js",
|
|
10
|
-
"module": "./dist/index.
|
|
10
|
+
"module": "./dist/index.mjs",
|
|
11
11
|
"types": "./dist/index.d.ts",
|
|
12
|
+
"exports": {
|
|
13
|
+
".": {
|
|
14
|
+
"types": "./dist/index.d.ts",
|
|
15
|
+
"node": "./dist/index.js",
|
|
16
|
+
"import": "./dist/index.mjs",
|
|
17
|
+
"require": "./dist/index.js",
|
|
18
|
+
"default": "./dist/index.js"
|
|
19
|
+
}
|
|
20
|
+
},
|
|
12
21
|
"files": [
|
|
13
22
|
"dist"
|
|
14
23
|
],
|
|
@@ -43,11 +52,11 @@
|
|
|
43
52
|
"devDependencies": {
|
|
44
53
|
"@commitlint/cli": "^20.3.1",
|
|
45
54
|
"@commitlint/config-conventional": "^20.0.0",
|
|
46
|
-
"@eslint/compat": "^
|
|
55
|
+
"@eslint/compat": "^2.0.2",
|
|
47
56
|
"@eslint/eslintrc": "^3.3.1",
|
|
48
57
|
"@eslint/js": "^9.39.2",
|
|
49
58
|
"@meshery/schemas": "^0.8.124",
|
|
50
|
-
"@mui/icons-material": "^
|
|
59
|
+
"@mui/icons-material": "^7.3.7",
|
|
51
60
|
"@reduxjs/toolkit": "^2.2.5",
|
|
52
61
|
"@testing-library/react": "^16.2.0",
|
|
53
62
|
"@types/jest": "^29.5.14",
|
|
@@ -68,7 +77,7 @@
|
|
|
68
77
|
"globals": "^17.0.0",
|
|
69
78
|
"husky": "^9.1.7",
|
|
70
79
|
"jest": "^29.7.0",
|
|
71
|
-
"jest-environment-jsdom": "^
|
|
80
|
+
"jest-environment-jsdom": "^30.2.0",
|
|
72
81
|
"lint-staged": "^15.5.0",
|
|
73
82
|
"notistack": "^3.0.2",
|
|
74
83
|
"prettier": "^3.5.3",
|
|
@@ -93,8 +102,8 @@
|
|
|
93
102
|
"xstate": "^5.25.0"
|
|
94
103
|
},
|
|
95
104
|
"overrides": {
|
|
96
|
-
"@mui/icons-material": "^
|
|
97
|
-
"@mui/material": "^
|
|
105
|
+
"@mui/icons-material": "^7.3.7",
|
|
106
|
+
"@mui/material": "^7.3.7",
|
|
98
107
|
"@meshery/schemas": {
|
|
99
108
|
"react": "$react",
|
|
100
109
|
"react-dom": "$react-dom"
|
|
@@ -115,8 +124,8 @@
|
|
|
115
124
|
"@emotion/react": "^11.14.0",
|
|
116
125
|
"@emotion/styled": "^11.14.0",
|
|
117
126
|
"@layer5/meshery-design-embed": "^0.4.0",
|
|
118
|
-
"@mui/material": "^
|
|
119
|
-
"@sistent/mui-datatables": "^
|
|
127
|
+
"@mui/material": "^7.3.7",
|
|
128
|
+
"@sistent/mui-datatables": "^6.0.1",
|
|
120
129
|
"@types/mui-datatables": "*",
|
|
121
130
|
"billboard.js": "^3.15.0",
|
|
122
131
|
"js-yaml": "^4.1.0",
|