@ttoss/ui 5.3.1 → 5.4.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/dist/esm/index.js +1 -1
- package/package.json +3 -3
package/dist/esm/index.js
CHANGED
|
@@ -1007,8 +1007,8 @@ var Tooltip = props => {
|
|
|
1007
1007
|
};
|
|
1008
1008
|
|
|
1009
1009
|
// src/theme/ThemeProvider.tsx
|
|
1010
|
+
import { css, Global } from "@emotion/react";
|
|
1010
1011
|
import { BruttalFonts, BruttalTheme } from "@ttoss/theme/Bruttal";
|
|
1011
|
-
import { Global, css } from "@emotion/react";
|
|
1012
1012
|
import { ThemeUIProvider } from "theme-ui";
|
|
1013
1013
|
import { Fragment, jsx as jsx21, jsxs as jsxs9 } from "react/jsx-runtime";
|
|
1014
1014
|
var ThemeProvider = ({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttoss/ui",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.4.0",
|
|
4
4
|
"description": "Primitive layout, typographic, and other components for styling applications.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "ttoss",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"react-select": "^5.9.0",
|
|
29
29
|
"react-tooltip": "^5.28.0",
|
|
30
30
|
"theme-ui": "^0.17.1",
|
|
31
|
-
"@ttoss/theme": "^2.
|
|
31
|
+
"@ttoss/theme": "^2.4.0"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"@emotion/react": "^11",
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
"jest": "^29.7.0",
|
|
44
44
|
"react": "^19.0.0",
|
|
45
45
|
"tsup": "^8.3.5",
|
|
46
|
-
"@ttoss/react-icons": "^0.4.9",
|
|
47
46
|
"@ttoss/config": "^1.35.2",
|
|
47
|
+
"@ttoss/react-icons": "^0.4.9",
|
|
48
48
|
"@ttoss/test-utils": "^2.1.22"
|
|
49
49
|
},
|
|
50
50
|
"keywords": [
|