@tap-payments/auth-jsconnect 2.11.8-development → 2.11.9-development

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.
@@ -26,9 +26,6 @@ var TruncatedTooltipText = function (_a) {
26
26
  if (el) {
27
27
  setIsTruncated(el.scrollWidth > el.clientWidth);
28
28
  }
29
- if (text.includes(' ')) {
30
- setHasSpace(true);
31
- }
32
29
  }, [text]);
33
30
  var content = (_jsx("span", __assign({ ref: textRef, style: __assign({ whiteSpace: hasSpace ? 'break-spaces' : 'nowrap', overflow: 'hidden', textOverflow: 'ellipsis', display: 'block' }, style) }, { children: text })));
34
31
  return isTruncated ? (_jsx(Tooltip, __assign({ title: text, placement: 'top' }, { children: content }))) : (content);
@@ -255,7 +255,7 @@ export var unlinkTerminalDevice = createAsyncThunk('terminal/unlinkTerminalDevic
255
255
  _a = thunkApi.getState().terminal.data.terminalInfo.selectedTerminal, id = _a.id, device = _a.device;
256
256
  payload = {
257
257
  deviceId: id,
258
- initiator: 'terminal_device',
258
+ initiator: 'connect',
259
259
  device: {
260
260
  id: (device === null || device === void 0 ? void 0 : device.id) || ''
261
261
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tap-payments/auth-jsconnect",
3
- "version": "2.11.8-development",
3
+ "version": "2.11.9-development",
4
4
  "description": "connect library, auth",
5
5
  "private": false,
6
6
  "main": "build/index.js",