@inntechcorp/it-design 2.1.70 → 2.1.72
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.cjs.js +218 -218
- package/dist/index.d.mts +4 -0
- package/dist/index.d.ts +5 -2
- package/dist/index.esm.js +4 -4
- package/dist/locales/en/itd.json +2 -1
- package/dist/locales/itd.json +2 -1
- package/dist/locales/tr/itd.json +2 -1
- package/dist/utils/GetSizeBySizeSlug.d.ts +1 -1
- package/package.json +38 -38
package/dist/locales/en/itd.json
CHANGED
|
@@ -39,7 +39,8 @@
|
|
|
39
39
|
"usernameRule": "Your password must be at least 6 characters long. only English letters, digits and symbols (-_.). No space is allowed",
|
|
40
40
|
"wrongTCIdentity": "Wrong TC Identity Number",
|
|
41
41
|
"fieldMustBeTheSame": "This field must be the same as: {{- fields}}",
|
|
42
|
-
"siteUsernameRule": "Your username must be at least 3 characters long, at most 15 characters long. Only English letters, digits and symbols (-_.). No space is allowed, no uppercase letters are allowed"
|
|
42
|
+
"siteUsernameRule": "Your username must be at least 3 characters long, at most 15 characters long. Only English letters, digits and symbols (-_.). No space is allowed, no uppercase letters are allowed",
|
|
43
|
+
"fieldMustBeDifferent": "This field must be different from: {{- fields}}"
|
|
43
44
|
},
|
|
44
45
|
"uploader": {
|
|
45
46
|
"header": "Drag and drop an file",
|
package/dist/locales/itd.json
CHANGED
|
@@ -40,7 +40,8 @@
|
|
|
40
40
|
"usernameRule": "Şifreniz en az 6 karakter uzunluğunda olmalıdır. Sadece İngilizce harfler, rakamlar ve semboller (-_.) kullanılabilir. Boşluk karakterine izin verilmez.",
|
|
41
41
|
"wrongTCIdentity": "TC Kimlik Numarası Yanlış",
|
|
42
42
|
"fieldMustBeTheSame": "Bu alan şunlarla aynı olmalıdır: {{- fields}}",
|
|
43
|
-
"siteUsernameRule": "Bu alan en az 3 karakter, en fazla 15 karakter uzunluğunda olmalıdır. Sadece İngilizce harfler, rakamlar ve semboller (-_.) kullanılabilir. Boşluk karakterine ve büyük harflere izin verilmez."
|
|
43
|
+
"siteUsernameRule": "Bu alan en az 3 karakter, en fazla 15 karakter uzunluğunda olmalıdır. Sadece İngilizce harfler, rakamlar ve semboller (-_.) kullanılabilir. Boşluk karakterine ve büyük harflere izin verilmez.",
|
|
44
|
+
"fieldMustBeDifferent": "Bu alan şunlarla aynı olmamalıdır: {{- fields}}"
|
|
44
45
|
},
|
|
45
46
|
"uploader": {
|
|
46
47
|
"header": "Bir resmi sürükleyip bırakın",
|
package/dist/locales/tr/itd.json
CHANGED
|
@@ -40,7 +40,8 @@
|
|
|
40
40
|
"usernameRule": "Şifreniz en az 6 karakter uzunluğunda olmalıdır. Sadece İngilizce harfler, rakamlar ve semboller (-_.) kullanılabilir. Boşluk karakterine izin verilmez.",
|
|
41
41
|
"wrongTCIdentity": "TC Kimlik Numarası Yanlış",
|
|
42
42
|
"fieldMustBeTheSame": "Bu alan şunlarla aynı olmalıdır: {{- fields}}",
|
|
43
|
-
"siteUsernameRule": "Bu alan en az 3 karakter, en fazla 15 karakter uzunluğunda olmalıdır. Sadece İngilizce harfler, rakamlar ve semboller (-_.) kullanılabilir. Boşluk karakterine ve büyük harflere izin verilmez."
|
|
43
|
+
"siteUsernameRule": "Bu alan en az 3 karakter, en fazla 15 karakter uzunluğunda olmalıdır. Sadece İngilizce harfler, rakamlar ve semboller (-_.) kullanılabilir. Boşluk karakterine ve büyük harflere izin verilmez.",
|
|
44
|
+
"fieldMustBeDifferent": "Bu alan şunlarla aynı olmamalıdır: {{- fields}}"
|
|
44
45
|
},
|
|
45
46
|
"uploader": {
|
|
46
47
|
"header": "Bir resmi sürükleyip bırakın",
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { ITDSizeSlug } from "../index";
|
|
2
|
-
export default function GetSizeBySizeSlug(size: ITDSizeSlug): "
|
|
2
|
+
export default function GetSizeBySizeSlug(size: ITDSizeSlug): "small" | "medium" | "large" | "x-small" | "default" | "x-large" | "df";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inntechcorp/it-design",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.72",
|
|
4
4
|
"description": "All in one Design library for web applications.",
|
|
5
5
|
"author": "Inn.Tech",
|
|
6
6
|
"license": "ISC",
|
|
@@ -29,74 +29,74 @@
|
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@mona-health/react-input-mask": "^3.0.3",
|
|
32
|
-
"autoprefixer": "
|
|
33
|
-
"axios": "1.8.
|
|
34
|
-
"core-js": "3.
|
|
32
|
+
"autoprefixer": "10.4.21",
|
|
33
|
+
"axios": "1.8.4",
|
|
34
|
+
"core-js": "3.41.0",
|
|
35
35
|
"fast-deep-equal": "^3.1.3",
|
|
36
|
-
"i18next": "24.2.
|
|
36
|
+
"i18next": "24.2.3",
|
|
37
37
|
"i18next-browser-languagedetector": "8.0.4",
|
|
38
38
|
"i18next-http-backend": "3.0.2",
|
|
39
39
|
"i18next-resources-to-backend": "^1.2.1",
|
|
40
40
|
"lodash-es": "^4.17.21",
|
|
41
41
|
"moment": "2.30.1",
|
|
42
|
-
"moment-timezone": "0.5.
|
|
42
|
+
"moment-timezone": "0.5.48",
|
|
43
43
|
"overlayscrollbars": "2.0.3",
|
|
44
44
|
"overlayscrollbars-react": "0.5.0",
|
|
45
45
|
"postcss": "8.5.3",
|
|
46
46
|
"postcss-calc": "10.1.1",
|
|
47
47
|
"prop-types": "^15.8.1",
|
|
48
48
|
"query-string": "9.1.1",
|
|
49
|
-
"react": "19.
|
|
50
|
-
"react-dom": "19.
|
|
49
|
+
"react": "19.1.0",
|
|
50
|
+
"react-dom": "19.1.0",
|
|
51
51
|
"react-i18next": "15.4.1",
|
|
52
52
|
"react-nanny": "^2.15.0",
|
|
53
53
|
"react-number-format": "5.4.3",
|
|
54
|
-
"react-router-dom": "7.
|
|
54
|
+
"react-router-dom": "7.4.1",
|
|
55
55
|
"react-spring": "9.7.5",
|
|
56
56
|
"react-svg": "16.3.0",
|
|
57
57
|
"react-transition-group": "4.4.5",
|
|
58
58
|
"smoothscroll-polyfill": "^0.4.4",
|
|
59
|
-
"styled-components": "6.1.
|
|
59
|
+
"styled-components": "6.1.17",
|
|
60
60
|
"uuid": "11.1.0",
|
|
61
61
|
"web-vitals": "4.2.4"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@babel/core": "7.26.
|
|
65
|
-
"@babel/plugin-transform-runtime": "7.26.
|
|
64
|
+
"@babel/core": "7.26.10",
|
|
65
|
+
"@babel/plugin-transform-runtime": "7.26.10",
|
|
66
66
|
"@babel/preset-env": "7.26.9",
|
|
67
67
|
"@babel/preset-react": "^7.26.3",
|
|
68
|
-
"@babel/preset-typescript": "7.
|
|
69
|
-
"@babel/runtime": "7.
|
|
70
|
-
"@chromatic-com/storybook": "3.2.
|
|
68
|
+
"@babel/preset-typescript": "7.27.0",
|
|
69
|
+
"@babel/runtime": "7.27.0",
|
|
70
|
+
"@chromatic-com/storybook": "3.2.6",
|
|
71
71
|
"@rollup/plugin-babel": "6.0.4",
|
|
72
|
-
"@rollup/plugin-commonjs": "
|
|
72
|
+
"@rollup/plugin-commonjs": "28.0.3",
|
|
73
73
|
"@rollup/plugin-image": "^3.0.3",
|
|
74
74
|
"@rollup/plugin-json": "6.1.0",
|
|
75
|
-
"@rollup/plugin-node-resolve": "
|
|
76
|
-
"@storybook/addon-essentials": "8.6.
|
|
77
|
-
"@storybook/addon-interactions": "8.6.
|
|
78
|
-
"@storybook/addon-links": "8.6.
|
|
79
|
-
"@storybook/addon-mdx-gfm": "8.6.
|
|
80
|
-
"@storybook/addon-onboarding": "8.6.
|
|
81
|
-
"@storybook/blocks": "8.6.
|
|
82
|
-
"@storybook/node-logger": "8.6.
|
|
83
|
-
"@storybook/react": "8.6.
|
|
84
|
-
"@storybook/react-vite": "8.6.
|
|
85
|
-
"@storybook/test": "8.6.
|
|
75
|
+
"@rollup/plugin-node-resolve": "16.0.1",
|
|
76
|
+
"@storybook/addon-essentials": "8.6.12",
|
|
77
|
+
"@storybook/addon-interactions": "8.6.12",
|
|
78
|
+
"@storybook/addon-links": "8.6.12",
|
|
79
|
+
"@storybook/addon-mdx-gfm": "8.6.12",
|
|
80
|
+
"@storybook/addon-onboarding": "8.6.12",
|
|
81
|
+
"@storybook/blocks": "8.6.12",
|
|
82
|
+
"@storybook/node-logger": "8.6.12",
|
|
83
|
+
"@storybook/react": "8.6.12",
|
|
84
|
+
"@storybook/react-vite": "8.6.12",
|
|
85
|
+
"@storybook/test": "8.6.12",
|
|
86
86
|
"@testing-library/jest-dom": "6.6.3",
|
|
87
|
-
"@testing-library/react": "16.
|
|
87
|
+
"@testing-library/react": "16.3.0",
|
|
88
88
|
"@testing-library/user-event": "14.6.1",
|
|
89
89
|
"@types/lodash-es": "^4.17.12",
|
|
90
|
-
"@types/node": "22.
|
|
91
|
-
"@types/react": "19.0
|
|
92
|
-
"@types/react-dom": "19.
|
|
90
|
+
"@types/node": "22.14.0",
|
|
91
|
+
"@types/react": "19.1.0",
|
|
92
|
+
"@types/react-dom": "19.1.1",
|
|
93
93
|
"@types/rollup-plugin-node-globals": "1.4.5",
|
|
94
94
|
"@vitejs/plugin-react": "4.3.4",
|
|
95
95
|
"babel-plugin-styled-components": "2.1.4",
|
|
96
96
|
"copy-webpack-plugin": "13.0.0",
|
|
97
97
|
"customize-cra": "^1.0.0",
|
|
98
98
|
"dts-bundle-generator": "^9.5.1",
|
|
99
|
-
"eslint-plugin-storybook": "0.
|
|
99
|
+
"eslint-plugin-storybook": "0.12.0",
|
|
100
100
|
"esm": "^3.2.25",
|
|
101
101
|
"less-loader": "12.2.0",
|
|
102
102
|
"postcss-custom-properties": "14.0.4",
|
|
@@ -105,9 +105,9 @@
|
|
|
105
105
|
"postcss-normalize": "13.0.1",
|
|
106
106
|
"postcss-preset-env": "10.1.5",
|
|
107
107
|
"react-app-rewired": "^2.2.1",
|
|
108
|
-
"rollup": "4.
|
|
108
|
+
"rollup": "4.39.0",
|
|
109
109
|
"rollup-plugin-copy": "^3.5.0",
|
|
110
|
-
"rollup-plugin-dts": "6.
|
|
110
|
+
"rollup-plugin-dts": "6.2.1",
|
|
111
111
|
"rollup-plugin-local-resolve": "^1.0.7",
|
|
112
112
|
"rollup-plugin-node-builtins": "^2.1.2",
|
|
113
113
|
"rollup-plugin-node-globals": "^1.4.0",
|
|
@@ -118,14 +118,14 @@
|
|
|
118
118
|
"rollup-plugin-styles": "4.0.0",
|
|
119
119
|
"rollup-plugin-terser": "^7.0.2",
|
|
120
120
|
"rollup-plugin-typescript2": "0.36.0",
|
|
121
|
-
"sass": "1.
|
|
121
|
+
"sass": "1.86.2",
|
|
122
122
|
"source-map-loader": "5.0.0",
|
|
123
|
-
"storybook": "8.6.
|
|
123
|
+
"storybook": "8.6.12",
|
|
124
124
|
"tslib": "2.8.1",
|
|
125
125
|
"typescript": "5.8.2",
|
|
126
|
-
"vite": "6.2.
|
|
126
|
+
"vite": "6.2.4",
|
|
127
127
|
"vite-plugin-css-injected-by-js": "3.5.2",
|
|
128
|
-
"vite-plugin-dts": "4.5.
|
|
128
|
+
"vite-plugin-dts": "4.5.3",
|
|
129
129
|
"vite-plugin-lib-inject-css": "2.2.1",
|
|
130
130
|
"vite-plugin-node-polyfills": "0.23.0",
|
|
131
131
|
"vite-plugin-svgr": "4.3.0",
|