@ttoss/ui 5.5.0 → 5.5.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 +9 -1
- package/package.json +3 -3
package/dist/esm/index.js
CHANGED
|
@@ -998,7 +998,15 @@ var Tooltip = props => {
|
|
|
998
998
|
borderRadius: "xl",
|
|
999
999
|
borderColor: themeColors?.feedback?.border?.primary?.default,
|
|
1000
1000
|
zIndex: "tooltip",
|
|
1001
|
-
opacity: "1"
|
|
1001
|
+
opacity: "1",
|
|
1002
|
+
lineHeight: "shorter",
|
|
1003
|
+
letterSpacing: "wide",
|
|
1004
|
+
a: {
|
|
1005
|
+
color: "input.text.primary.default",
|
|
1006
|
+
fontFamily: "body",
|
|
1007
|
+
textDecorationLine: "underline",
|
|
1008
|
+
lineHeight: "normal"
|
|
1009
|
+
}
|
|
1002
1010
|
}
|
|
1003
1011
|
};
|
|
1004
1012
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttoss/ui",
|
|
3
|
-
"version": "5.5.
|
|
3
|
+
"version": "5.5.1",
|
|
4
4
|
"description": "Primitive layout, typographic, and other components for styling applications.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "ttoss",
|
|
@@ -43,9 +43,9 @@
|
|
|
43
43
|
"jest": "^29.7.0",
|
|
44
44
|
"react": "^19.0.0",
|
|
45
45
|
"tsup": "^8.3.5",
|
|
46
|
+
"@ttoss/config": "^1.35.2",
|
|
46
47
|
"@ttoss/react-icons": "^0.4.9",
|
|
47
|
-
"@ttoss/test-utils": "^2.1.22"
|
|
48
|
-
"@ttoss/config": "^1.35.2"
|
|
48
|
+
"@ttoss/test-utils": "^2.1.22"
|
|
49
49
|
},
|
|
50
50
|
"keywords": [
|
|
51
51
|
"React",
|