@scaleflex/ui-tw 0.0.129 → 0.0.130
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.
|
@@ -70,7 +70,7 @@ function CopyableText(_ref) {
|
|
|
70
70
|
}();
|
|
71
71
|
return /*#__PURE__*/React.createElement("div", _extends({
|
|
72
72
|
"data-slot": "copyable-text",
|
|
73
|
-
className: cn('group inline-flex items-center
|
|
73
|
+
className: cn('group inline-flex items-center', className)
|
|
74
74
|
}, props), /*#__PURE__*/React.createElement("span", null, value), /*#__PURE__*/React.createElement(WithTooltip, {
|
|
75
75
|
content: tooltipText,
|
|
76
76
|
variant: tooltipVariant,
|
|
@@ -78,7 +78,7 @@ function CopyableText(_ref) {
|
|
|
78
78
|
}, /*#__PURE__*/React.createElement("button", {
|
|
79
79
|
type: "button",
|
|
80
80
|
onClick: handleCopy,
|
|
81
|
-
className: "text-muted-foreground hover:text-foreground cursor-pointer opacity-0 transition-opacity group-hover:opacity-100"
|
|
81
|
+
className: "text-muted-foreground hover:text-foreground cursor-pointer pl-0.5 opacity-0 transition-opacity group-hover:opacity-100"
|
|
82
82
|
}, /*#__PURE__*/React.createElement(Copy, {
|
|
83
83
|
className: "size-3.5"
|
|
84
84
|
}))));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scaleflex/ui-tw",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.130",
|
|
4
4
|
"author": "scaleflex",
|
|
5
5
|
"repository": "github:scaleflex/ui",
|
|
6
6
|
"homepage": "https://github.com/scaleflex/ui/blob/master/README.md",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@radix-ui/react-switch": "^1.0.1",
|
|
29
29
|
"@radix-ui/react-tabs": "^1.1.13",
|
|
30
30
|
"@radix-ui/react-tooltip": "^1.2.6",
|
|
31
|
-
"@scaleflex/icons-tw": "^0.0.
|
|
31
|
+
"@scaleflex/icons-tw": "^0.0.130",
|
|
32
32
|
"@tanstack/react-table": "^8.21.3",
|
|
33
33
|
"@types/lodash.merge": "^4.6.9",
|
|
34
34
|
"class-variance-authority": "^0.7.1",
|