@ttoss/ui 5.8.1 → 5.9.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 -1
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -43,7 +43,7 @@ export const App = () => (
|
|
|
43
43
|
);
|
|
44
44
|
```
|
|
45
45
|
|
|
46
|
-
Now, you can use the components of the library in your application and access the [design tokens](/docs/design/design-tokens) defined in your theme through the [`sx` prop](https://theme-ui.com/getting-started#sx-prop).
|
|
46
|
+
Now, you can use the components of the library in your application and access the [design tokens](/docs/design/design-system/design-tokens) defined in your theme through the [`sx` prop](https://theme-ui.com/getting-started#sx-prop).
|
|
47
47
|
|
|
48
48
|
```tsx
|
|
49
49
|
import { Flex, Text, Box, Button } from '@ttoss/ui';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttoss/ui",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.9.0",
|
|
4
4
|
"description": "Primitive layout, typographic, and other components for styling applications.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "ttoss",
|
|
@@ -29,24 +29,24 @@
|
|
|
29
29
|
"react-select": "^5.9.0",
|
|
30
30
|
"react-tooltip": "^5.28.0",
|
|
31
31
|
"theme-ui": "^0.17.1",
|
|
32
|
-
"@ttoss/theme": "^2.6.
|
|
32
|
+
"@ttoss/theme": "^2.6.2"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"@emotion/react": "^11",
|
|
36
36
|
"react": ">=16.8.0",
|
|
37
|
-
"@ttoss/react-icons": "^0.4.
|
|
37
|
+
"@ttoss/react-icons": "^0.4.13"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@emotion/react": "^11.14.0",
|
|
41
41
|
"@iconify-icons/mdi-light": "^1.2.5",
|
|
42
|
-
"@types/jest": "^
|
|
43
|
-
"@types/react": "^19.
|
|
44
|
-
"jest": "^
|
|
45
|
-
"react": "^19.
|
|
46
|
-
"tsup": "^8.
|
|
47
|
-
"@ttoss/
|
|
48
|
-
"@ttoss/
|
|
49
|
-
"@ttoss/
|
|
42
|
+
"@types/jest": "^30.0.0",
|
|
43
|
+
"@types/react": "^19.1.8",
|
|
44
|
+
"jest": "^30.0.4",
|
|
45
|
+
"react": "^19.1.0",
|
|
46
|
+
"tsup": "^8.5.0",
|
|
47
|
+
"@ttoss/react-icons": "^0.4.13",
|
|
48
|
+
"@ttoss/test-utils": "^2.1.25",
|
|
49
|
+
"@ttoss/config": "^1.35.5"
|
|
50
50
|
},
|
|
51
51
|
"keywords": [
|
|
52
52
|
"React",
|