@inntechcorp/it-design 2.0.232 → 2.0.234

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.
@@ -39,3 +39,7 @@ export interface ISVG {
39
39
  $contentPosition: string | undefined;
40
40
  $justify: string | undefined;
41
41
  }
42
+ export interface IImage {
43
+ $contentPosition: string | undefined;
44
+ $justify: string | undefined;
45
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inntechcorp/it-design",
3
- "version": "2.0.232",
3
+ "version": "2.0.234",
4
4
  "description": "All in one Design library for web applications.",
5
5
  "author": "Inn.Tech",
6
6
  "license": "ISC",
@@ -31,9 +31,9 @@
31
31
  "@mona-health/react-input-mask": "^3.0.3",
32
32
  "autoprefixer": "^10.4.20",
33
33
  "axios": "1.7.7",
34
- "core-js": "3.38.1",
34
+ "core-js": "3.39.0",
35
35
  "fast-deep-equal": "^3.1.3",
36
- "i18next": "23.16.4",
36
+ "i18next": "23.16.5",
37
37
  "i18next-browser-languagedetector": "8.0.0",
38
38
  "i18next-http-backend": "2.6.2",
39
39
  "i18next-resources-to-backend": "^1.2.1",
@@ -42,17 +42,16 @@
42
42
  "moment-timezone": "0.5.46",
43
43
  "overlayscrollbars": "2.0.3",
44
44
  "overlayscrollbars-react": "0.5.0",
45
- "postcss": "^8.4.47",
45
+ "postcss": "8.4.49",
46
46
  "postcss-calc": "10.0.2",
47
- "postcss-nested": "6.2.0",
48
47
  "prop-types": "^15.8.1",
49
48
  "query-string": "9.1.1",
50
49
  "react": "18.3.1",
51
50
  "react-dom": "18.3.1",
52
- "react-i18next": "15.1.0",
51
+ "react-i18next": "15.1.1",
53
52
  "react-nanny": "^2.15.0",
54
53
  "react-number-format": "5.4.2",
55
- "react-router-dom": "6.27.0",
54
+ "react-router-dom": "6.28.0",
56
55
  "react-spring": "9.7.4",
57
56
  "react-svg": "16.1.34",
58
57
  "react-transition-group": "4.4.5",
@@ -67,27 +66,27 @@
67
66
  "@babel/preset-react": "7.25.9",
68
67
  "@babel/preset-typescript": "7.26.0",
69
68
  "@babel/runtime": "7.26.0",
70
- "@chromatic-com/storybook": "3.1.0",
69
+ "@chromatic-com/storybook": "3.2.2",
71
70
  "@rollup/plugin-babel": "6.0.4",
72
71
  "@rollup/plugin-commonjs": "28.0.1",
73
72
  "@rollup/plugin-image": "^3.0.3",
74
73
  "@rollup/plugin-json": "6.1.0",
75
74
  "@rollup/plugin-node-resolve": "15.3.0",
76
- "@storybook/addon-essentials": "8.3.6",
77
- "@storybook/addon-interactions": "8.3.6",
78
- "@storybook/addon-links": "8.3.6",
79
- "@storybook/addon-mdx-gfm": "8.3.6",
80
- "@storybook/addon-onboarding": "8.3.6",
81
- "@storybook/blocks": "8.3.6",
82
- "@storybook/node-logger": "8.3.6",
83
- "@storybook/react": "8.3.6",
84
- "@storybook/react-vite": "8.3.6",
85
- "@storybook/test": "8.3.6",
86
- "@testing-library/jest-dom": "6.6.2",
75
+ "@storybook/addon-essentials": "8.4.4",
76
+ "@storybook/addon-interactions": "8.4.4",
77
+ "@storybook/addon-links": "8.4.4",
78
+ "@storybook/addon-mdx-gfm": "8.4.4",
79
+ "@storybook/addon-onboarding": "8.4.4",
80
+ "@storybook/blocks": "8.4.4",
81
+ "@storybook/node-logger": "8.4.4",
82
+ "@storybook/react": "8.4.4",
83
+ "@storybook/react-vite": "8.4.4",
84
+ "@storybook/test": "8.4.4",
85
+ "@testing-library/jest-dom": "6.6.3",
87
86
  "@testing-library/react": "16.0.1",
88
87
  "@testing-library/user-event": "14.5.2",
89
88
  "@types/lodash-es": "^4.17.12",
90
- "@types/node": "22.8.1",
89
+ "@types/node": "22.9.0",
91
90
  "@types/react": "18.3.12",
92
91
  "@types/react-dom": "18.3.1",
93
92
  "@types/rollup-plugin-node-globals": "1.4.5",
@@ -96,16 +95,16 @@
96
95
  "copy-webpack-plugin": "12.0.2",
97
96
  "customize-cra": "^1.0.0",
98
97
  "dts-bundle-generator": "^9.5.1",
99
- "eslint-plugin-storybook": "0.10.1",
98
+ "eslint-plugin-storybook": "0.11.0",
100
99
  "esm": "^3.2.25",
101
100
  "less-loader": "12.2.0",
102
- "postcss-custom-properties": "14.0.3",
101
+ "postcss-custom-properties": "14.0.4",
103
102
  "postcss-import": "16.1.0",
104
103
  "postcss-nesting": "13.0.1",
105
104
  "postcss-normalize": "13.0.1",
106
- "postcss-preset-env": "10.0.8",
105
+ "postcss-preset-env": "10.1.0",
107
106
  "react-app-rewired": "^2.2.1",
108
- "rollup": "4.24.2",
107
+ "rollup": "4.27.2",
109
108
  "rollup-plugin-copy": "^3.5.0",
110
109
  "rollup-plugin-dts": "6.1.1",
111
110
  "rollup-plugin-local-resolve": "^1.0.7",
@@ -118,18 +117,18 @@
118
117
  "rollup-plugin-styles": "4.0.0",
119
118
  "rollup-plugin-terser": "^7.0.2",
120
119
  "rollup-plugin-typescript2": "0.36.0",
121
- "sass": "^1.80.4",
120
+ "sass": "1.81.0",
122
121
  "source-map-loader": "5.0.0",
123
- "storybook": "8.3.6",
124
- "tslib": "2.8.0",
122
+ "storybook": "8.4.4",
123
+ "tslib": "2.8.1",
125
124
  "typescript": "5.6.3",
126
- "vite": "5.4.10",
125
+ "vite": "5.4.11",
127
126
  "vite-plugin-css-injected-by-js": "3.5.2",
128
127
  "vite-plugin-dts": "4.3.0",
129
128
  "vite-plugin-lib-inject-css": "2.1.1",
130
129
  "vite-plugin-node-polyfills": "^0.22.0",
131
- "vite-plugin-svgr": "4.2.0",
132
- "vite-tsconfig-paths": "5.0.1"
130
+ "vite-plugin-svgr": "4.3.0",
131
+ "vite-tsconfig-paths": "5.1.2"
133
132
  },
134
133
  "peerDependencies": {
135
134
  "react": "^18.3.1",