@ttoss/ui 5.5.2 → 5.5.4

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
@@ -982,26 +982,24 @@ var Tooltip = props => {
982
982
  const className = "tooltip-component";
983
983
  return /* @__PURE__ */jsx20(Box, {
984
984
  sx: ({
985
- colors,
986
985
  fonts
987
986
  }) => {
988
- const themeColors = colors;
989
987
  return {
990
988
  ".tooltip-component": {
991
989
  fontFamily: fonts?.body,
992
- backgroundColor: themeColors?.feedback?.background?.primary?.default,
990
+ backgroundColor: "input.background.secondary.default",
993
991
  paddingY: "2",
994
992
  paddingX: "3",
995
- color: themeColors?.feedback?.text?.secondary?.default,
993
+ color: "feedback.text.secondary.default",
996
994
  border: "sm",
997
995
  borderRadius: "xl",
998
- borderColor: themeColors?.feedback?.border?.primary?.default,
996
+ borderColor: "feedback.border.secondary.default",
999
997
  zIndex: "tooltip",
1000
998
  opacity: "1",
1001
999
  lineHeight: "shorter",
1002
1000
  letterSpacing: "wide",
1003
1001
  a: {
1004
- color: "input.text.primary.default",
1002
+ color: "feedback.text.secondary.default",
1005
1003
  fontFamily: "body",
1006
1004
  textDecorationLine: "underline",
1007
1005
  lineHeight: "normal"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/ui",
3
- "version": "5.5.2",
3
+ "version": "5.5.4",
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.5.1"
31
+ "@ttoss/theme": "^2.5.3"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "@emotion/react": "^11",
@@ -44,8 +44,8 @@
44
44
  "react": "^19.0.0",
45
45
  "tsup": "^8.3.5",
46
46
  "@ttoss/config": "^1.35.2",
47
- "@ttoss/react-icons": "^0.4.9",
48
- "@ttoss/test-utils": "^2.1.22"
47
+ "@ttoss/test-utils": "^2.1.22",
48
+ "@ttoss/react-icons": "^0.4.9"
49
49
  },
50
50
  "keywords": [
51
51
  "React",