@ttoss/ui 6.0.4 → 6.2.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 CHANGED
@@ -1324,16 +1324,15 @@ var TooltipIcon = /* @__PURE__ */__name(({
1324
1324
  // src/theme/ThemeProvider.tsx
1325
1325
  import { css, Global } from "@emotion/react";
1326
1326
  import { BruttalFonts, BruttalTheme } from "@ttoss/theme/Bruttal";
1327
- import * as React16 from "react";
1328
1327
  import { ThemeUIProvider } from "theme-ui";
1329
1328
  var ThemeProvider = /* @__PURE__ */__name(({
1330
1329
  children,
1331
1330
  theme = BruttalTheme,
1332
1331
  fonts = BruttalFonts
1333
1332
  }) => {
1334
- return /* @__PURE__ */React16.createElement(React16.Fragment, null, /* @__PURE__ */React16.createElement(ThemeUIProvider, {
1333
+ return /* @__PURE__ */React.createElement(React.Fragment, null, /* @__PURE__ */React.createElement(ThemeUIProvider, {
1335
1334
  theme
1336
- }, /* @__PURE__ */React16.createElement(Global, {
1335
+ }, /* @__PURE__ */React.createElement(Global, {
1337
1336
  styles: css`
1338
1337
  ${fonts.map(url => {
1339
1338
  return `@import url('${url}');`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/ui",
3
- "version": "6.0.4",
3
+ "version": "6.2.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.10.2",
30
30
  "react-tooltip": "^5.30.0",
31
31
  "theme-ui": "^0.17.2",
32
- "@ttoss/theme": "^2.7.3"
32
+ "@ttoss/theme": "^2.7.4"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "@emotion/react": "^11",
36
36
  "react": ">=16.8.0",
37
- "@ttoss/react-icons": "^0.5.5"
37
+ "@ttoss/react-icons": "^0.5.6"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@emotion/react": "^11.14.0",
41
41
  "@iconify-icons/mdi-light": "^1.2.5",
42
42
  "@types/jest": "^30.0.0",
43
- "@types/react": "^19.2.6",
43
+ "@types/react": "^19.2.7",
44
44
  "jest": "^30.2.0",
45
- "react": "^19.2.0",
45
+ "react": "^19.2.1",
46
46
  "tsup": "^8.5.1",
47
47
  "@ttoss/config": "^1.35.12",
48
- "@ttoss/react-icons": "^0.5.5",
49
- "@ttoss/test-utils": "^4.0.1"
48
+ "@ttoss/test-utils": "^4.0.2",
49
+ "@ttoss/react-icons": "^0.5.6"
50
50
  },
51
51
  "keywords": [
52
52
  "React",