@empathyco/x-components 3.0.0-alpha.54 → 3.0.0-alpha.55
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.
- package/CHANGELOG.md +9 -0
- package/design-system/full-theme.css +11 -10
- package/docs/API-reference/api/x-adapter.beacontrackingrequestor._constructor_.md +13 -0
- package/docs/API-reference/api/x-adapter.beacontrackingrequestor.md +8 -2
- package/docs/API-reference/api/x-adapter.beacontrackingrequestor.request.md +2 -2
- package/package.json +3 -3
- package/report/x-adapter.api.json +36 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,15 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See
|
|
4
4
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [3.0.0-alpha.55](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.54...@empathyco/x-components@3.0.0-alpha.55) (2022-02-10)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
9
|
+
|
|
10
|
+
# Change Log
|
|
11
|
+
|
|
12
|
+
All notable changes to this project will be documented in this file. See
|
|
13
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
14
|
+
|
|
6
15
|
## [3.0.0-alpha.54](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.53...@empathyco/x-components@3.0.0-alpha.54) (2022-02-09)
|
|
7
16
|
|
|
8
17
|
### ⚠ BREAKING CHANGES
|
|
@@ -303,16 +303,6 @@
|
|
|
303
303
|
--x-size-border-width-bottom-button-secondary: var(--x-size-border-width-button-secondary);
|
|
304
304
|
--x-size-border-width-left-button-secondary: var(--x-size-border-width-button-secondary);
|
|
305
305
|
}
|
|
306
|
-
.x-button--tertiary.x-button,
|
|
307
|
-
.x-button--tertiary .x-button {
|
|
308
|
-
--x-color-background-button-default: var(--x-color-background-button-tertiary);
|
|
309
|
-
--x-color-border-button-default: var(--x-color-border-button-tertiary);
|
|
310
|
-
--x-color-text-button-default: var(--x-color-text-button-tertiary);
|
|
311
|
-
--x-size-border-width-top-button-default: var(--x-size-border-width-top-button-tertiary);
|
|
312
|
-
--x-size-border-width-right-button-default: var(--x-size-border-width-right-button-tertiary);
|
|
313
|
-
--x-size-border-width-bottom-button-default: var(--x-size-border-width-bottom-button-tertiary);
|
|
314
|
-
--x-size-border-width-left-button-default: var(--x-size-border-width-left-button-tertiary);
|
|
315
|
-
}
|
|
316
306
|
:root {
|
|
317
307
|
--x-color-background-button-tertiary: var(--x-color-base-neutral-95);
|
|
318
308
|
--x-color-border-button-tertiary: var(--x-color-base-neutral-70);
|
|
@@ -7515,3 +7505,14 @@
|
|
|
7515
7505
|
.x-normal-case {
|
|
7516
7506
|
text-transform: none;
|
|
7517
7507
|
}
|
|
7508
|
+
|
|
7509
|
+
.x-button--tertiary.x-button,
|
|
7510
|
+
.x-button--tertiary .x-button {
|
|
7511
|
+
--x-color-background-button-default: var(--x-color-background-button-tertiary);
|
|
7512
|
+
--x-color-border-button-default: var(--x-color-border-button-tertiary);
|
|
7513
|
+
--x-color-text-button-default: var(--x-color-text-button-tertiary);
|
|
7514
|
+
--x-size-border-width-top-button-default: var(--x-size-border-width-top-button-tertiary);
|
|
7515
|
+
--x-size-border-width-right-button-default: var(--x-size-border-width-right-button-tertiary);
|
|
7516
|
+
--x-size-border-width-bottom-button-default: var(--x-size-border-width-bottom-button-tertiary);
|
|
7517
|
+
--x-size-border-width-left-button-default: var(--x-size-border-width-left-button-tertiary);
|
|
7518
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-adapter](./x-adapter.md) > [BeaconTrackingRequestor](./x-adapter.beacontrackingrequestor.md) > [(constructor)](./x-adapter.beacontrackingrequestor._constructor_.md)
|
|
4
|
+
|
|
5
|
+
## BeaconTrackingRequestor.(constructor)
|
|
6
|
+
|
|
7
|
+
Constructs a new instance of the `BeaconTrackingRequestor` class
|
|
8
|
+
|
|
9
|
+
<b>Signature:</b>
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
constructor();
|
|
13
|
+
```
|
|
@@ -9,9 +9,15 @@ TODO https://searchbroker.atlassian.net/browse/EX-2163
|
|
|
9
9
|
<b>Signature:</b>
|
|
10
10
|
|
|
11
11
|
```typescript
|
|
12
|
-
export declare class BeaconTrackingRequestor implements Requestor<TrackingRequest, void>
|
|
12
|
+
export declare class BeaconTrackingRequestor implements Requestor<TrackingRequest, Response | void>
|
|
13
13
|
```
|
|
14
|
-
<b>Implements:</b> [Requestor](./x-adapter.requestor.md)<!-- --><[TrackingRequest](./x-adapter.trackingrequest.md)<!-- -->, void>
|
|
14
|
+
<b>Implements:</b> [Requestor](./x-adapter.requestor.md)<!-- --><[TrackingRequest](./x-adapter.trackingrequest.md)<!-- -->, Response \| void>
|
|
15
|
+
|
|
16
|
+
## Constructors
|
|
17
|
+
|
|
18
|
+
| Constructor | Modifiers | Description |
|
|
19
|
+
| --- | --- | --- |
|
|
20
|
+
| [(constructor)()](./x-adapter.beacontrackingrequestor._constructor_.md) | | Constructs a new instance of the <code>BeaconTrackingRequestor</code> class |
|
|
15
21
|
|
|
16
22
|
## Methods
|
|
17
23
|
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
<b>Signature:</b>
|
|
8
8
|
|
|
9
9
|
```typescript
|
|
10
|
-
request(trackingRequest: TrackingRequest): Promise<void>;
|
|
10
|
+
request(trackingRequest: TrackingRequest): Promise<Response | void>;
|
|
11
11
|
```
|
|
12
12
|
|
|
13
13
|
## Parameters
|
|
@@ -18,5 +18,5 @@ request(trackingRequest: TrackingRequest): Promise<void>;
|
|
|
18
18
|
|
|
19
19
|
<b>Returns:</b>
|
|
20
20
|
|
|
21
|
-
Promise<void>
|
|
21
|
+
Promise<Response \| void>
|
|
22
22
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@empathyco/x-components",
|
|
3
|
-
"version": "3.0.0-alpha.
|
|
3
|
+
"version": "3.0.0-alpha.55",
|
|
4
4
|
"description": "Empathy X Components",
|
|
5
5
|
"author": "Empathy Systems Corporation S.L.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"cypress:open:component": "cypress open-ct"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@empathyco/x-adapter": "^7.0.0-alpha.
|
|
61
|
+
"@empathyco/x-adapter": "^7.0.0-alpha.11",
|
|
62
62
|
"@empathyco/x-deep-merge": "^1.3.0-alpha.1",
|
|
63
63
|
"@empathyco/x-logger": "^1.2.0-alpha.1",
|
|
64
64
|
"@empathyco/x-storage-service": "^2.0.0-alpha.0",
|
|
@@ -127,5 +127,5 @@
|
|
|
127
127
|
"access": "public",
|
|
128
128
|
"directory": "dist"
|
|
129
129
|
},
|
|
130
|
-
"gitHead": "
|
|
130
|
+
"gitHead": "90b2c6a857456f4e73c258f4bbeb10a368edbafc"
|
|
131
131
|
}
|
|
@@ -345,12 +345,35 @@
|
|
|
345
345
|
},
|
|
346
346
|
{
|
|
347
347
|
"kind": "Content",
|
|
348
|
-
"text": ",
|
|
348
|
+
"text": ", "
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
"kind": "Reference",
|
|
352
|
+
"text": "Response",
|
|
353
|
+
"canonicalReference": "!Response:interface"
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"kind": "Content",
|
|
357
|
+
"text": " | void> "
|
|
349
358
|
}
|
|
350
359
|
],
|
|
351
360
|
"releaseTag": "Public",
|
|
352
361
|
"name": "BeaconTrackingRequestor",
|
|
353
362
|
"members": [
|
|
363
|
+
{
|
|
364
|
+
"kind": "Constructor",
|
|
365
|
+
"canonicalReference": "@empathyco/x-adapter!BeaconTrackingRequestor:constructor(1)",
|
|
366
|
+
"docComment": "/**\n * Constructs a new instance of the `BeaconTrackingRequestor` class\n */\n",
|
|
367
|
+
"excerptTokens": [
|
|
368
|
+
{
|
|
369
|
+
"kind": "Content",
|
|
370
|
+
"text": "constructor();"
|
|
371
|
+
}
|
|
372
|
+
],
|
|
373
|
+
"releaseTag": "Public",
|
|
374
|
+
"overloadIndex": 1,
|
|
375
|
+
"parameters": []
|
|
376
|
+
},
|
|
354
377
|
{
|
|
355
378
|
"kind": "Method",
|
|
356
379
|
"canonicalReference": "@empathyco/x-adapter!BeaconTrackingRequestor#request:member(1)",
|
|
@@ -376,7 +399,16 @@
|
|
|
376
399
|
},
|
|
377
400
|
{
|
|
378
401
|
"kind": "Content",
|
|
379
|
-
"text": "<
|
|
402
|
+
"text": "<"
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"kind": "Reference",
|
|
406
|
+
"text": "Response",
|
|
407
|
+
"canonicalReference": "!Response:interface"
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"kind": "Content",
|
|
411
|
+
"text": " | void>"
|
|
380
412
|
},
|
|
381
413
|
{
|
|
382
414
|
"kind": "Content",
|
|
@@ -387,7 +419,7 @@
|
|
|
387
419
|
"isStatic": false,
|
|
388
420
|
"returnTypeTokenRange": {
|
|
389
421
|
"startIndex": 3,
|
|
390
|
-
"endIndex":
|
|
422
|
+
"endIndex": 7
|
|
391
423
|
},
|
|
392
424
|
"releaseTag": "Public",
|
|
393
425
|
"overloadIndex": 1,
|
|
@@ -406,7 +438,7 @@
|
|
|
406
438
|
"implementsTokenRanges": [
|
|
407
439
|
{
|
|
408
440
|
"startIndex": 1,
|
|
409
|
-
"endIndex":
|
|
441
|
+
"endIndex": 7
|
|
410
442
|
}
|
|
411
443
|
]
|
|
412
444
|
},
|