@inntechcorp/it-design 2.1.80 → 2.1.82
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/image/index.d.ts +1 -0
- package/dist/index.cjs.js +2 -2
- package/dist/index.d.mts +4 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.esm.js +2 -2
- package/dist/locales/calendar.json +22 -22
- package/dist/locales/itd.json +224 -223
- package/dist/utils/GetSizeBySizeSlug.d.ts +1 -1
- package/package.json +29 -28
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inntechcorp/it-design",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.82",
|
|
4
4
|
"description": "All in one Design library for web applications.",
|
|
5
5
|
"author": "Inn.Tech",
|
|
6
6
|
"license": "ISC",
|
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@mona-health/react-input-mask": "^3.0.3",
|
|
32
32
|
"autoprefixer": "10.4.21",
|
|
33
|
-
"axios": "1.
|
|
34
|
-
"core-js": "3.
|
|
33
|
+
"axios": "1.9.0",
|
|
34
|
+
"core-js": "3.42.0",
|
|
35
35
|
"fast-deep-equal": "^3.1.3",
|
|
36
|
-
"i18next": "
|
|
37
|
-
"i18next-browser-languagedetector": "8.0
|
|
36
|
+
"i18next": "25.1.2",
|
|
37
|
+
"i18next-browser-languagedetector": "8.1.0",
|
|
38
38
|
"i18next-http-backend": "3.0.2",
|
|
39
39
|
"i18next-resources-to-backend": "^1.2.1",
|
|
40
40
|
"lodash-es": "^4.17.21",
|
|
@@ -45,28 +45,29 @@
|
|
|
45
45
|
"postcss": "8.5.3",
|
|
46
46
|
"postcss-calc": "10.1.1",
|
|
47
47
|
"prop-types": "^15.8.1",
|
|
48
|
-
"query-string": "9.1.
|
|
48
|
+
"query-string": "9.1.2",
|
|
49
49
|
"react": "19.1.0",
|
|
50
50
|
"react-dom": "19.1.0",
|
|
51
|
-
"react-i18next": "15.
|
|
51
|
+
"react-i18next": "15.5.1",
|
|
52
52
|
"react-nanny": "^2.15.0",
|
|
53
|
-
"react-number-format": "5.4.
|
|
54
|
-
"react-router
|
|
53
|
+
"react-number-format": "5.4.4",
|
|
54
|
+
"react-router": "7.5.3",
|
|
55
|
+
"react-router-dom": "7.5.3",
|
|
55
56
|
"react-spring": "9.7.5",
|
|
56
57
|
"react-svg": "16.3.0",
|
|
57
58
|
"react-transition-group": "4.4.5",
|
|
58
59
|
"smoothscroll-polyfill": "^0.4.4",
|
|
59
|
-
"styled-components": "6.1.
|
|
60
|
+
"styled-components": "6.1.18",
|
|
60
61
|
"uuid": "11.1.0",
|
|
61
|
-
"web-vitals": "
|
|
62
|
+
"web-vitals": "5.0.0"
|
|
62
63
|
},
|
|
63
64
|
"devDependencies": {
|
|
64
|
-
"@babel/core": "7.
|
|
65
|
-
"@babel/plugin-transform-runtime": "7.
|
|
66
|
-
"@babel/preset-env": "7.
|
|
67
|
-
"@babel/preset-react": "
|
|
68
|
-
"@babel/preset-typescript": "7.27.
|
|
69
|
-
"@babel/runtime": "7.27.
|
|
65
|
+
"@babel/core": "7.27.1",
|
|
66
|
+
"@babel/plugin-transform-runtime": "7.27.1",
|
|
67
|
+
"@babel/preset-env": "7.27.2",
|
|
68
|
+
"@babel/preset-react": "7.27.1",
|
|
69
|
+
"@babel/preset-typescript": "7.27.1",
|
|
70
|
+
"@babel/runtime": "7.27.1",
|
|
70
71
|
"@chromatic-com/storybook": "3.2.6",
|
|
71
72
|
"@rollup/plugin-babel": "6.0.4",
|
|
72
73
|
"@rollup/plugin-commonjs": "28.0.3",
|
|
@@ -87,25 +88,25 @@
|
|
|
87
88
|
"@testing-library/react": "16.3.0",
|
|
88
89
|
"@testing-library/user-event": "14.6.1",
|
|
89
90
|
"@types/lodash-es": "^4.17.12",
|
|
90
|
-
"@types/node": "22.
|
|
91
|
-
"@types/react": "19.1.
|
|
92
|
-
"@types/react-dom": "19.1.
|
|
91
|
+
"@types/node": "22.15.16",
|
|
92
|
+
"@types/react": "19.1.3",
|
|
93
|
+
"@types/react-dom": "19.1.3",
|
|
93
94
|
"@types/rollup-plugin-node-globals": "1.4.5",
|
|
94
|
-
"@vitejs/plugin-react": "4.
|
|
95
|
+
"@vitejs/plugin-react": "4.4.1",
|
|
95
96
|
"babel-plugin-styled-components": "2.1.4",
|
|
96
97
|
"copy-webpack-plugin": "13.0.0",
|
|
97
98
|
"customize-cra": "^1.0.0",
|
|
98
99
|
"dts-bundle-generator": "^9.5.1",
|
|
99
100
|
"eslint-plugin-storybook": "0.12.0",
|
|
100
101
|
"esm": "^3.2.25",
|
|
101
|
-
"less-loader": "12.
|
|
102
|
+
"less-loader": "12.3.0",
|
|
102
103
|
"postcss-custom-properties": "14.0.4",
|
|
103
104
|
"postcss-import": "16.1.0",
|
|
104
105
|
"postcss-nesting": "13.0.1",
|
|
105
106
|
"postcss-normalize": "13.0.1",
|
|
106
|
-
"postcss-preset-env": "10.1.
|
|
107
|
+
"postcss-preset-env": "10.1.6",
|
|
107
108
|
"react-app-rewired": "^2.2.1",
|
|
108
|
-
"rollup": "4.
|
|
109
|
+
"rollup": "4.40.2",
|
|
109
110
|
"rollup-plugin-copy": "^3.5.0",
|
|
110
111
|
"rollup-plugin-dts": "6.2.1",
|
|
111
112
|
"rollup-plugin-local-resolve": "^1.0.7",
|
|
@@ -118,15 +119,15 @@
|
|
|
118
119
|
"rollup-plugin-styles": "4.0.0",
|
|
119
120
|
"rollup-plugin-terser": "^7.0.2",
|
|
120
121
|
"rollup-plugin-typescript2": "0.36.0",
|
|
121
|
-
"sass": "1.
|
|
122
|
+
"sass": "1.87.0",
|
|
122
123
|
"source-map-loader": "5.0.0",
|
|
123
124
|
"storybook": "8.6.12",
|
|
124
125
|
"tslib": "2.8.1",
|
|
125
|
-
"typescript": "5.8.
|
|
126
|
-
"vite": "6.
|
|
126
|
+
"typescript": "5.8.3",
|
|
127
|
+
"vite": "6.3.5",
|
|
127
128
|
"vite-plugin-css-injected-by-js": "3.5.2",
|
|
128
129
|
"vite-plugin-dts": "4.5.3",
|
|
129
|
-
"vite-plugin-lib-inject-css": "2.2.
|
|
130
|
+
"vite-plugin-lib-inject-css": "2.2.2",
|
|
130
131
|
"vite-plugin-node-polyfills": "0.23.0",
|
|
131
132
|
"vite-plugin-svgr": "4.3.0",
|
|
132
133
|
"vite-tsconfig-paths": "5.1.4"
|