@ttoss/components 1.31.15 → 2.0.0
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/README.md +1 -3
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
# @ttoss/components
|
|
2
2
|
|
|
3
|
-
## About
|
|
4
|
-
|
|
5
3
|
<strong>@ttoss/components</strong> is a set of React components that you can use to build your apps using ttoss ecosystem.
|
|
6
4
|
|
|
7
|
-
|
|
5
|
+
## ESM Only
|
|
8
6
|
|
|
9
7
|
This package is [ESM only](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c) because [react-markdown](https://github.com/remarkjs/react-markdown).
|
|
10
8
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttoss/components",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "React components for ttoss ecosystem.",
|
|
5
5
|
"author": "ttoss",
|
|
6
6
|
"contributors": [
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
48
|
"react": ">=16.8.0",
|
|
49
|
-
"@ttoss/react-hooks": "^
|
|
50
|
-
"@ttoss/ui": "^
|
|
49
|
+
"@ttoss/react-hooks": "^2.0.0",
|
|
50
|
+
"@ttoss/ui": "^5.0.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@types/jest": "^29.5.12",
|
|
@@ -55,11 +55,11 @@
|
|
|
55
55
|
"jest": "^29.7.0",
|
|
56
56
|
"react": "^18.3.1",
|
|
57
57
|
"tsup": "^8.2.4",
|
|
58
|
-
"@ttoss/config": "^1.32.
|
|
59
|
-
"@ttoss/react-hooks": "^
|
|
60
|
-
"@ttoss/
|
|
61
|
-
"@ttoss/
|
|
62
|
-
"@ttoss/ui": "^
|
|
58
|
+
"@ttoss/config": "^1.32.9",
|
|
59
|
+
"@ttoss/react-hooks": "^2.0.0",
|
|
60
|
+
"@ttoss/test-utils": "^2.1.13",
|
|
61
|
+
"@ttoss/react-icons": "^0.4.0",
|
|
62
|
+
"@ttoss/ui": "^5.0.0"
|
|
63
63
|
},
|
|
64
64
|
"keywords": [
|
|
65
65
|
"React",
|