@ttoss/components 1.31.2 → 1.31.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -27,7 +27,7 @@ The `List` component is a React component that renders an unordered list `(<ul>)
27
27
 
28
28
  ```tsx
29
29
  import React from 'react';
30
- import { List, ListItem } from '@ttoss/components/List';
30
+ import { List, ListItem } from '@ttoss/components/list';
31
31
 
32
32
  const MyComponent = () => (
33
33
  <List>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/components",
3
- "version": "1.31.2",
3
+ "version": "1.31.3",
4
4
  "description": "React components for ttoss ecosystem.",
5
5
  "author": "ttoss",
6
6
  "contributors": [
@@ -18,8 +18,8 @@
18
18
  "import": "./dist/esm/index.js"
19
19
  },
20
20
  "./list": {
21
- "types": "./dist/List.d.ts",
22
- "import": "./dist/esm/List.js"
21
+ "types": "./dist/components/List/index.d.ts",
22
+ "import": "./dist/esm/components/List/index.js"
23
23
  },
24
24
  "./table": {
25
25
  "types": "./dist/components/Table.d.ts",
@@ -55,9 +55,9 @@
55
55
  "jest": "^29.7.0",
56
56
  "tsup": "^8.0.2",
57
57
  "@ttoss/config": "^1.31.5",
58
+ "@ttoss/react-hooks": "^1.25.3",
58
59
  "@ttoss/react-icons": "^0.3.1",
59
60
  "@ttoss/test-utils": "^2.1.1",
60
- "@ttoss/react-hooks": "^1.25.3",
61
61
  "@ttoss/ui": "^4.1.4"
62
62
  },
63
63
  "keywords": [