@ttoss/ui 5.3.0 → 5.3.1
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 +6 -4
- package/package.json +2 -2
package/dist/esm/index.js
CHANGED
|
@@ -647,11 +647,11 @@ var Label = ({
|
|
|
647
647
|
onClick: onTooltipClick,
|
|
648
648
|
children: [/* @__PURE__ */jsx14(Icon6, {
|
|
649
649
|
inline: true,
|
|
650
|
-
icon: "info"
|
|
650
|
+
icon: "fluent:info-24-regular"
|
|
651
651
|
}), /* @__PURE__ */jsx14(Tooltip, {
|
|
652
652
|
id: tooltipId,
|
|
653
653
|
clickable: onTooltipClick ? true : false,
|
|
654
|
-
place: "
|
|
654
|
+
place: "top",
|
|
655
655
|
children: tooltip
|
|
656
656
|
})]
|
|
657
657
|
})]
|
|
@@ -986,13 +986,15 @@ var Tooltip = props => {
|
|
|
986
986
|
return {
|
|
987
987
|
".tooltip-component": {
|
|
988
988
|
fontFamily: fonts?.body,
|
|
989
|
-
backgroundColor: themeColors?.feedback?.background?.
|
|
989
|
+
backgroundColor: themeColors?.feedback?.background?.primary?.default,
|
|
990
990
|
paddingY: "2",
|
|
991
991
|
paddingX: "3",
|
|
992
992
|
color: themeColors?.feedback?.text?.secondary?.default,
|
|
993
993
|
border: "sm",
|
|
994
994
|
borderRadius: "xl",
|
|
995
|
-
borderColor: themeColors?.feedback?.border?.
|
|
995
|
+
borderColor: themeColors?.feedback?.border?.primary?.default,
|
|
996
|
+
zIndex: "tooltip",
|
|
997
|
+
opacity: "1"
|
|
996
998
|
}
|
|
997
999
|
};
|
|
998
1000
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttoss/ui",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.1",
|
|
4
4
|
"description": "Primitive layout, typographic, and other components for styling applications.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "ttoss",
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
"jest": "^29.7.0",
|
|
44
44
|
"react": "^19.0.0",
|
|
45
45
|
"tsup": "^8.3.5",
|
|
46
|
-
"@ttoss/config": "^1.35.2",
|
|
47
46
|
"@ttoss/react-icons": "^0.4.9",
|
|
47
|
+
"@ttoss/config": "^1.35.2",
|
|
48
48
|
"@ttoss/test-utils": "^2.1.22"
|
|
49
49
|
},
|
|
50
50
|
"keywords": [
|