@empathyco/x-components 7.0.2 → 7.0.3
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 +7 -0
- package/docs/API-reference/api/x-components.experiencecontrolsxevents.experiencecontrolschanged.md +1 -1
- package/docs/API-reference/api/x-components.experiencecontrolsxevents.md +1 -1
- package/package.json +2 -2
- package/report/x-components.api.json +3 -3
- package/report/x-components.api.md +1 -1
- package/types/src/x-modules/experience-controls/events.types.d.ts +2 -2
- package/types/src/x-modules/experience-controls/events.types.d.ts.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,13 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [7.0.3](https://github.com/empathyco/x/compare/@empathyco/x-components@7.0.2...@empathyco/x-components@7.0.3) (2026-06-12)
|
|
7
|
+
|
|
8
|
+
### Code Refactoring
|
|
9
|
+
|
|
10
|
+
* **experience-controls:** update `ExperienceControlsChanged` type (#2114)
|
|
11
|
+
|
|
12
|
+
|
|
6
13
|
## [7.0.2](https://github.com/empathyco/x/compare/@empathyco/x-components@7.0.1...@empathyco/x-components@7.0.2) (2026-06-05)
|
|
7
14
|
|
|
8
15
|
### Code Refactoring
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@empathyco/x-components",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.3",
|
|
4
4
|
"description": "Empathy X Components",
|
|
5
5
|
"author": "Empathy Systems Corporation S.L.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -117,5 +117,5 @@
|
|
|
117
117
|
"access": "public",
|
|
118
118
|
"directory": "dist"
|
|
119
119
|
},
|
|
120
|
-
"gitHead": "
|
|
120
|
+
"gitHead": "0088972e7525c8a7940b863ce8e2454cf2b7ab67"
|
|
121
121
|
}
|
|
@@ -23917,12 +23917,12 @@
|
|
|
23917
23917
|
},
|
|
23918
23918
|
{
|
|
23919
23919
|
"kind": "Reference",
|
|
23920
|
-
"text": "
|
|
23921
|
-
"canonicalReference": "@empathyco/x-
|
|
23920
|
+
"text": "ExperienceControlsState",
|
|
23921
|
+
"canonicalReference": "@empathyco/x-components!ExperienceControlsState:interface"
|
|
23922
23922
|
},
|
|
23923
23923
|
{
|
|
23924
23924
|
"kind": "Content",
|
|
23925
|
-
"text": "
|
|
23925
|
+
"text": "['controls']"
|
|
23926
23926
|
},
|
|
23927
23927
|
{
|
|
23928
23928
|
"kind": "Content",
|
|
@@ -2729,7 +2729,7 @@ export const experienceControlsWiring: {
|
|
|
2729
2729
|
// @public
|
|
2730
2730
|
export interface ExperienceControlsXEvents {
|
|
2731
2731
|
// (undocumented)
|
|
2732
|
-
ExperienceControlsChanged:
|
|
2732
|
+
ExperienceControlsChanged: ExperienceControlsState['controls'];
|
|
2733
2733
|
// (undocumented)
|
|
2734
2734
|
ExperienceControlsEventsChanged: Partial<XEventsTypes>;
|
|
2735
2735
|
// (undocumented)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { ExperienceControlsRequest } from '@empathyco/x-types';
|
|
2
|
-
import type { Dictionary } from '@empathyco/x-utils';
|
|
3
2
|
import type { XEventsTypes } from '../../wiring';
|
|
3
|
+
import type { ExperienceControlsState } from './store';
|
|
4
4
|
/**
|
|
5
5
|
* Dictionary of the events of Experience Controls XModule.
|
|
6
6
|
*
|
|
@@ -9,6 +9,6 @@ import type { XEventsTypes } from '../../wiring';
|
|
|
9
9
|
export interface ExperienceControlsXEvents {
|
|
10
10
|
ExperienceControlsEventsChanged: Partial<XEventsTypes>;
|
|
11
11
|
ExperienceControlsRequestUpdated: ExperienceControlsRequest | null;
|
|
12
|
-
ExperienceControlsChanged:
|
|
12
|
+
ExperienceControlsChanged: ExperienceControlsState['controls'];
|
|
13
13
|
}
|
|
14
14
|
//# sourceMappingURL=events.types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"events.types.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/experience-controls/events.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,oBAAoB,CAAA;AACnE,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"events.types.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/experience-controls/events.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,oBAAoB,CAAA;AACnE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,cAAc,CAAA;AAChD,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,SAAS,CAAA;AAEtD;;;;GAIG;AACH,MAAM,WAAW,yBAAyB;IACxC,+BAA+B,EAAE,OAAO,CAAC,YAAY,CAAC,CAAA;IACtD,gCAAgC,EAAE,yBAAyB,GAAG,IAAI,CAAA;IAClE,yBAAyB,EAAE,uBAAuB,CAAC,UAAU,CAAC,CAAA;CAC/D"}
|