@tap-payments/os-micro-frontend-shared 0.1.382-test.1 → 0.1.382-test.2

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.
@@ -7,13 +7,12 @@ import { copyText } from '../../../../utils/index.js';
7
7
  import { Chip } from './style';
8
8
  function LinkCell({ url }) {
9
9
  const onClick = () => {
10
- try {
11
- copyText(url);
12
- toast.success('Copied!');
13
- }
14
- catch (_a) {
15
- toast.error('Failed to copy link');
16
- }
10
+ // try {
11
+ copyText(url);
12
+ toast.success('Copied!');
13
+ // } catch {
14
+ // toast.error('Failed to copy link')
15
+ // }
17
16
  };
18
17
  if (!url)
19
18
  return null;
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@tap-payments/os-micro-frontend-shared",
3
3
  "description": "Shared components and utilities for Tap Payments micro frontends",
4
- "version": "0.1.382-test.1",
5
- "testVersion": 1,
4
+ "version": "0.1.382-test.2",
5
+ "testVersion": 2,
6
6
  "type": "module",
7
7
  "main": "build/index.js",
8
8
  "module": "build/index.js",