@pingux/astro 2.135.0 → 2.136.0-alpha.0

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.
@@ -91,7 +91,10 @@ var CopyText = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
91
91
  var content = mode === 'link' || mode === 'nonClickableContent' ? children : (0, _react2.jsx)(_index.Box, (0, _extends2["default"])({
92
92
  ref: contentRef
93
93
  }, (0, _reactAria.mergeProps)(focusProps, pressProps), {
94
- role: "presentation"
94
+ role: "presentation",
95
+ sx: {
96
+ cursor: 'pointer'
97
+ }
95
98
  }), children);
96
99
  var tooltip = isCopied ? 'Copied!' : tooltipText;
97
100
  var isTooltipOpen = isFocusVisible || isHovered || isCopied;
@@ -78,7 +78,10 @@ var CopyText = /*#__PURE__*/forwardRef(function (props, ref) {
78
78
  var content = mode === 'link' || mode === 'nonClickableContent' ? children : ___EmotionJSX(Box, _extends({
79
79
  ref: contentRef
80
80
  }, mergeProps(focusProps, pressProps), {
81
- role: "presentation"
81
+ role: "presentation",
82
+ sx: {
83
+ cursor: 'pointer'
84
+ }
82
85
  }), children);
83
86
  var tooltip = isCopied ? 'Copied!' : tooltipText;
84
87
  var isTooltipOpen = isFocusVisible || isHovered || isCopied;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "2.135.0",
3
+ "version": "2.136.0-alpha.0",
4
4
  "description": "React component library for Ping Identity's design system",
5
5
  "repository": {
6
6
  "type": "git",