@scaleflex/ui-tw 0.0.128 → 0.0.129
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 gap-
|
|
73
|
+
className: cn('group inline-flex items-center gap-0.5', className)
|
|
74
74
|
}, props), /*#__PURE__*/React.createElement("span", null, value), /*#__PURE__*/React.createElement(WithTooltip, {
|
|
75
75
|
content: tooltipText,
|
|
76
76
|
variant: tooltipVariant,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scaleflex/ui-tw",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.129",
|
|
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.129",
|
|
32
32
|
"@tanstack/react-table": "^8.21.3",
|
|
33
33
|
"@types/lodash.merge": "^4.6.9",
|
|
34
34
|
"class-variance-authority": "^0.7.1",
|