@its/core 2.2.14 → 2.2.16
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/core.es.js +21270 -25140
- package/dist/types/src/components/Charts/GaugeWithLabel.d.ts +1 -1
- package/dist/types/src/components/Charts/GaugeWithLabel.d.ts.map +1 -1
- package/dist/types/src/components/Dialog/Dialog.d.ts +1 -1
- package/dist/types/src/components/Dialog/Dialog.d.ts.map +1 -1
- package/dist/types/src/components/Dialog/types.d.ts +1 -0
- package/dist/types/src/components/Dialog/types.d.ts.map +1 -1
- package/dist/types/src/components/Dnd/DDRRItem.d.ts +3 -2
- package/dist/types/src/components/Dnd/DDRRItem.d.ts.map +1 -1
- package/dist/types/src/components/Inputs/DatePicker.d.ts.map +1 -1
- package/dist/types/src/components/Inputs/Select.d.ts.map +1 -1
- package/dist/types/src/components/Keypad/Keypad.d.ts +2 -1
- package/dist/types/src/components/Keypad/Keypad.d.ts.map +1 -1
- package/dist/types/src/components/Table/Table.d.ts.map +1 -1
- package/dist/types/src/components/Table/types.d.ts +0 -1
- package/dist/types/src/components/Table/types.d.ts.map +1 -1
- package/dist/types/src/components/Tabs/RoundedTabs.d.ts.map +1 -1
- package/dist/types/src/hooks/usePagination.d.ts +1 -1
- package/dist/types/src/store/pagination_context/paginationContext.d.ts.map +1 -1
- package/dist/types/src/store/pagination_context/types.d.ts +7 -2
- package/dist/types/src/store/pagination_context/types.d.ts.map +1 -1
- package/dist/types/src/theme/Provider.d.ts +1 -2
- package/dist/types/src/theme/Provider.d.ts.map +1 -1
- package/dist/types/src/theme/themes.d.ts.map +1 -1
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +48 -47
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "module",
|
|
3
3
|
"name": "@its/core",
|
|
4
|
-
"version": "2.2.
|
|
4
|
+
"version": "2.2.16",
|
|
5
5
|
"main": "dist/core.cjs.js",
|
|
6
6
|
"module": "dist/core.es.js",
|
|
7
7
|
"types": "dist/types/index.d.ts",
|
|
@@ -30,14 +30,14 @@
|
|
|
30
30
|
"@dnd-kit/modifiers": "^9.0.0",
|
|
31
31
|
"@dnd-kit/sortable": "^10.0.0",
|
|
32
32
|
"@opentelemetry/api": "^1.9.0",
|
|
33
|
-
"@opentelemetry/context-zone": "^2.0
|
|
34
|
-
"@opentelemetry/context-zone-peer-dep": "^2.0
|
|
35
|
-
"@opentelemetry/exporter-trace-otlp-http": "^0.
|
|
36
|
-
"@opentelemetry/exporter-trace-otlp-proto": "^0.
|
|
37
|
-
"@opentelemetry/instrumentation-fetch": "^0.
|
|
38
|
-
"@opentelemetry/resources": "^2.0
|
|
39
|
-
"@opentelemetry/sdk-trace-base": "^2.0
|
|
40
|
-
"@opentelemetry/sdk-trace-web": "^2.0
|
|
33
|
+
"@opentelemetry/context-zone": "^2.1.0",
|
|
34
|
+
"@opentelemetry/context-zone-peer-dep": "^2.1.0",
|
|
35
|
+
"@opentelemetry/exporter-trace-otlp-http": "^0.204.0",
|
|
36
|
+
"@opentelemetry/exporter-trace-otlp-proto": "^0.204.0",
|
|
37
|
+
"@opentelemetry/instrumentation-fetch": "^0.204.0",
|
|
38
|
+
"@opentelemetry/resources": "^2.1.0",
|
|
39
|
+
"@opentelemetry/sdk-trace-base": "^2.1.0",
|
|
40
|
+
"@opentelemetry/sdk-trace-web": "^2.1.0",
|
|
41
41
|
"@react-pdf-viewer/core": "^3.12.0",
|
|
42
42
|
"@react-pdf-viewer/default-layout": "^3.12.0",
|
|
43
43
|
"ajv": "^8.17.1",
|
|
@@ -46,78 +46,79 @@
|
|
|
46
46
|
"re-resizable": "^6.11.2",
|
|
47
47
|
"react-gauge-component": "^1.2.64",
|
|
48
48
|
"react-hotkeys-hook": "^5.1.0",
|
|
49
|
-
"react-pdf": "^10.0.1",
|
|
50
49
|
"react-i18next": "^15.5.2",
|
|
51
50
|
"react-relay": "^20.0.0",
|
|
52
51
|
"react-router-dom": "^7.6.1",
|
|
53
52
|
"react-simple-keyboard": "^3.8.101",
|
|
53
|
+
"react-pdf": "^10.1.0",
|
|
54
54
|
"react-svg": "^16.3.0",
|
|
55
55
|
"react-transition-group": "^4.4.5",
|
|
56
56
|
"react-use": "^17.6.0",
|
|
57
|
-
"recharts": "^3.
|
|
57
|
+
"recharts": "^3.2.0"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
60
|
-
"@emotion/styled": "^11.14.
|
|
61
|
-
"@mui/icons-material": "^7.2
|
|
62
|
-
"@mui/material": "^7.2
|
|
63
|
-
"@mui/system": "^7.2
|
|
64
|
-
"@mui/x-date-pickers": "^
|
|
65
|
-
"dayjs": "^1.11.
|
|
60
|
+
"@emotion/styled": "^11.14.1",
|
|
61
|
+
"@mui/icons-material": "^7.3.2",
|
|
62
|
+
"@mui/material": "^7.3.2",
|
|
63
|
+
"@mui/system": "^7.3.2",
|
|
64
|
+
"@mui/x-date-pickers": "^7.29.4",
|
|
65
|
+
"dayjs": "^1.11.18",
|
|
66
66
|
"graphql": "^16.11.0",
|
|
67
|
-
"i18next": "^25.
|
|
67
|
+
"i18next": "^25.5.2",
|
|
68
68
|
"notistack": "^3.0.2",
|
|
69
69
|
"react": "^19.1.1",
|
|
70
70
|
"react-dom": "^19.1.1",
|
|
71
|
-
"react-i18next": "^15.
|
|
72
|
-
"react-relay": "^20.1.0",
|
|
73
|
-
"react-router-dom": "^7.7.1",
|
|
71
|
+
"react-i18next": "^15.7.3",
|
|
74
72
|
"react-is": "^19.1.1",
|
|
75
|
-
"relay
|
|
73
|
+
"react-relay": "^20.1.1",
|
|
74
|
+
"react-router-dom": "^7.8.2",
|
|
75
|
+
"recoil": "^0.7.7",
|
|
76
|
+
"relay-runtime": "^20.1.1"
|
|
76
77
|
},
|
|
77
78
|
"devDependencies": {
|
|
78
|
-
"@babel/preset-env": "^7.28.
|
|
79
|
+
"@babel/preset-env": "^7.28.3",
|
|
79
80
|
"@babel/preset-react": "^7.27.1",
|
|
80
81
|
"@emotion/react": "^11.14.0",
|
|
81
|
-
"@emotion/styled": "^11.14.
|
|
82
|
-
"@mui/icons-material": "^7.2
|
|
83
|
-
"@mui/material": "^7.2
|
|
84
|
-
"@mui/system": "^7.2
|
|
85
|
-
"@mui/x-date-pickers": "^
|
|
82
|
+
"@emotion/styled": "^11.14.1",
|
|
83
|
+
"@mui/icons-material": "^7.3.2",
|
|
84
|
+
"@mui/material": "^7.3.2",
|
|
85
|
+
"@mui/system": "^7.3.2",
|
|
86
|
+
"@mui/x-date-pickers": "^7.29.4",
|
|
86
87
|
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
|
|
87
|
-
"@types/node": "^24.1
|
|
88
|
-
"@types/react": "^19.1.
|
|
89
|
-
"@types/react-dom": "^19.1.
|
|
88
|
+
"@types/node": "^24.3.1",
|
|
89
|
+
"@types/react": "^19.1.12",
|
|
90
|
+
"@types/react-dom": "^19.1.9",
|
|
90
91
|
"@types/react-relay": "^18.2.1",
|
|
91
92
|
"@types/relay-runtime": "^19.0.2",
|
|
92
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
93
|
-
"@typescript-eslint/parser": "^8.
|
|
94
|
-
"@vitejs/plugin-react": "^
|
|
95
|
-
"babel-plugin-relay": "^20.1.
|
|
96
|
-
"dayjs": "^1.11.
|
|
97
|
-
"eslint": "^9.
|
|
93
|
+
"@typescript-eslint/eslint-plugin": "^8.43.0",
|
|
94
|
+
"@typescript-eslint/parser": "^8.43.0",
|
|
95
|
+
"@vitejs/plugin-react": "^5.0.2",
|
|
96
|
+
"babel-plugin-relay": "^20.1.1",
|
|
97
|
+
"dayjs": "^1.11.18",
|
|
98
|
+
"eslint": "^9.35.0",
|
|
98
99
|
"eslint-config-prettier": "^10.1.8",
|
|
99
|
-
"eslint-plugin-prettier": "^5.5.
|
|
100
|
+
"eslint-plugin-prettier": "^5.5.4",
|
|
100
101
|
"eslint-plugin-react": "^7.37.5",
|
|
101
102
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
102
|
-
"globals": "^16.
|
|
103
|
+
"globals": "^16.4.0",
|
|
103
104
|
"graphql": "^16.11.0",
|
|
104
|
-
"i18next": "^25.
|
|
105
|
+
"i18next": "^25.5.2",
|
|
105
106
|
"notistack": "^3.0.2",
|
|
106
107
|
"prettier": "^3.6.2",
|
|
107
108
|
"react": "^19.1.1",
|
|
108
109
|
"react-dom": "^19.1.1",
|
|
109
110
|
"react-error-boundary": "^6.0.0",
|
|
110
|
-
"react-i18next": "^15.
|
|
111
|
+
"react-i18next": "^15.7.3",
|
|
111
112
|
"react-is": "^19.1.1",
|
|
112
|
-
"react-relay": "^20.1.
|
|
113
|
-
"react-router-dom": "^7.
|
|
114
|
-
"relay-compiler": "^20.1.
|
|
113
|
+
"react-relay": "^20.1.1",
|
|
114
|
+
"react-router-dom": "^7.8.2",
|
|
115
|
+
"relay-compiler": "^20.1.1",
|
|
115
116
|
"relay-compiler-language-typescript": "^15.0.1",
|
|
116
|
-
"relay-runtime": "^20.1.
|
|
117
|
-
"sass-embedded": "^1.
|
|
117
|
+
"relay-runtime": "^20.1.1",
|
|
118
|
+
"sass-embedded": "^1.92.1",
|
|
118
119
|
"tslib": "^2.8.1",
|
|
119
120
|
"typescript": "^5.9.2",
|
|
120
|
-
"vite": "^7.
|
|
121
|
+
"vite": "^7.1.5",
|
|
121
122
|
"vite-plugin-dts": "^4.5.4",
|
|
122
123
|
"vite-plugin-eslint": "^1.8.1",
|
|
123
124
|
"vite-plugin-graphql": "^0.1.0",
|