@stokr/components-library 2.3.51-beta.1 → 2.3.52

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.
@@ -123,7 +123,7 @@ exports.CryptoAddress = CryptoAddress;
123
123
  var copyToClipBoard = function copyToClipBoard(value, isCopied, setCopy) {
124
124
  return /*#__PURE__*/_react.default.createElement(_reactTippy.Tooltip, {
125
125
  position: "top",
126
- title: isCopied ? 'Copied to clipboard!' : 'Click to copy to clipboard',
126
+ title: isCopied ? 'Copied to clipboard!' : 'Click to copy to clipboard.',
127
127
  theme: "light",
128
128
  arrow: true,
129
129
  hideOnClick: false,
@@ -182,7 +182,7 @@ var CopyToClipBoardTooltip = function CopyToClipBoardTooltip(_ref3) {
182
182
  setCopied = _useState2[1];
183
183
  return /*#__PURE__*/_react.default.createElement(_reactTippy.Tooltip, {
184
184
  position: "top",
185
- title: copied ? 'Copied to clipboard!' : 'Click to copy to clipboard',
185
+ title: copied ? 'Copied to clipboard!' : 'Click to copy to clipboard.',
186
186
  theme: "light",
187
187
  arrow: true,
188
188
  hideOnClick: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stokr/components-library",
3
- "version": "2.3.51-beta.1",
3
+ "version": "2.3.52",
4
4
  "description": "STOKR - Components Library",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",