@ttoss/components 2.7.1 → 2.7.3

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.
@@ -28,6 +28,7 @@ var Modal = /* @__PURE__ */__name(props => {
28
28
  justifyContent: "center",
29
29
  alignItems: "center",
30
30
  zIndex: "modal",
31
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
31
32
  ...props.style?.overlay
32
33
  })(theme),
33
34
  content: transformStyleObject({
@@ -51,6 +52,7 @@ var Modal = /* @__PURE__ */__name(props => {
51
52
  bottom: "0px",
52
53
  maxHeight: "90%",
53
54
  maxWidth: "90%",
55
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
54
56
  ...props.style?.content
55
57
  })(theme)
56
58
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/components",
3
- "version": "2.7.1",
3
+ "version": "2.7.3",
4
4
  "description": "React components for ttoss ecosystem.",
5
5
  "license": "MIT",
6
6
  "author": "ttoss",
@@ -105,24 +105,24 @@
105
105
  },
106
106
  "peerDependencies": {
107
107
  "react": ">=16.8.0",
108
- "@ttoss/react-i18n": "^2.0.19",
109
- "@ttoss/ui": "^5.10.5",
110
- "@ttoss/react-hooks": "^2.1.5"
108
+ "@ttoss/react-i18n": "^2.0.21",
109
+ "@ttoss/react-hooks": "^2.1.7",
110
+ "@ttoss/ui": "^5.10.7"
111
111
  },
112
112
  "devDependencies": {
113
113
  "@types/jest": "^30.0.0",
114
- "@types/react": "^19.2.2",
114
+ "@types/react": "^19.2.6",
115
115
  "jest": "^30.2.0",
116
116
  "react": "^19.2.0",
117
- "tsup": "^8.5.0",
117
+ "tsup": "^8.5.1",
118
118
  "tsx": "^4.19.2",
119
- "@ttoss/config": "^1.35.9",
120
- "@ttoss/react-hooks": "^2.1.5",
121
- "@ttoss/i18n-cli": "^0.7.35",
122
- "@ttoss/react-i18n": "^2.0.19",
123
- "@ttoss/test-utils": "^3.0.1",
124
- "@ttoss/react-icons": "^0.5.0",
125
- "@ttoss/ui": "^5.10.5"
119
+ "@ttoss/config": "^1.35.11",
120
+ "@ttoss/react-hooks": "^2.1.7",
121
+ "@ttoss/i18n-cli": "^0.7.37",
122
+ "@ttoss/react-i18n": "^2.0.21",
123
+ "@ttoss/react-icons": "^0.5.2",
124
+ "@ttoss/test-utils": "^3.0.3",
125
+ "@ttoss/ui": "^5.10.7"
126
126
  },
127
127
  "keywords": [
128
128
  "React",