@ttoss/components 2.4.2 → 2.4.4

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.
@@ -1,4 +1,5 @@
1
1
  /** Powered by @ttoss/config. https://ttoss.dev/docs/modules/packages/config/ */
2
+ import * as React from 'react';
2
3
  import { __name } from "../chunk-V4MHYKRI.js";
3
4
 
4
5
  // src/components/Markdown/Markdown.tsx
@@ -1,4 +1,5 @@
1
1
  /** Powered by @ttoss/config. https://ttoss.dev/docs/modules/packages/config/ */
2
+ import * as React from 'react';
2
3
  import { __name } from "../chunk-V4MHYKRI.js";
3
4
 
4
5
  // src/components/Modal/Modal.tsx
@@ -1,4 +1,5 @@
1
1
  /** Powered by @ttoss/config. https://ttoss.dev/docs/modules/packages/config/ */
2
+ import * as React from 'react';
2
3
  import { __name } from "../chunk-V4MHYKRI.js";
3
4
 
4
5
  // src/components/Table/Table.tsx
@@ -1,4 +1,5 @@
1
1
  /** Powered by @ttoss/config. https://ttoss.dev/docs/modules/packages/config/ */
2
+ import * as React from 'react';
2
3
  import { __name } from "../chunk-V4MHYKRI.js";
3
4
 
4
5
  // src/components/Tabs/Tabs.tsx
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/components",
3
- "version": "2.4.2",
3
+ "version": "2.4.4",
4
4
  "description": "React components for ttoss ecosystem.",
5
5
  "license": "MIT",
6
6
  "author": "ttoss",
@@ -101,9 +101,9 @@
101
101
  },
102
102
  "peerDependencies": {
103
103
  "react": ">=16.8.0",
104
- "@ttoss/react-i18n": "^2.0.16",
105
- "@ttoss/ui": "^5.10.0",
106
- "@ttoss/react-hooks": "^2.1.2"
104
+ "@ttoss/react-hooks": "^2.1.4",
105
+ "@ttoss/react-i18n": "^2.0.18",
106
+ "@ttoss/ui": "^5.10.2"
107
107
  },
108
108
  "devDependencies": {
109
109
  "@types/jest": "^30.0.0",
@@ -112,13 +112,13 @@
112
112
  "react": "^19.1.0",
113
113
  "tsup": "^8.5.0",
114
114
  "tsx": "^4.19.2",
115
- "@ttoss/config": "^1.35.6",
116
- "@ttoss/i18n-cli": "^0.7.32",
117
- "@ttoss/react-hooks": "^2.1.2",
118
- "@ttoss/react-icons": "^0.4.15",
119
- "@ttoss/react-i18n": "^2.0.16",
120
- "@ttoss/test-utils": "^2.1.26",
121
- "@ttoss/ui": "^5.10.0"
115
+ "@ttoss/config": "^1.35.8",
116
+ "@ttoss/i18n-cli": "^0.7.34",
117
+ "@ttoss/react-hooks": "^2.1.4",
118
+ "@ttoss/react-i18n": "^2.0.18",
119
+ "@ttoss/react-icons": "^0.4.17",
120
+ "@ttoss/test-utils": "^2.1.28",
121
+ "@ttoss/ui": "^5.10.2"
122
122
  },
123
123
  "keywords": [
124
124
  "React",