@empathyco/x-components 6.0.0-alpha.236 → 6.0.0-alpha.238

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.
Files changed (32) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/core/index.js +1 -0
  3. package/core/index.js.map +1 -1
  4. package/docs/API-reference/api/x-components.aioverview.md +0 -21
  5. package/docs/API-reference/api/x-components.md +0 -11
  6. package/docs/API-reference/components/ai/x-components.ai-overview.md +0 -3
  7. package/docs/API-reference/components/common/icons/x-components.ai-spinner-icon.md +7 -0
  8. package/js/components/icons/ai-spinner-icon.vue.js +2443 -0
  9. package/js/components/icons/ai-spinner-icon.vue.js.map +1 -0
  10. package/js/index.js +2 -1
  11. package/js/index.js.map +1 -1
  12. package/js/x-modules/ai/components/ai-overview.vue.js +120 -173
  13. package/js/x-modules/ai/components/ai-overview.vue.js.map +1 -1
  14. package/js/x-modules/ai/components/ai-overview.vue2.js +2 -38
  15. package/js/x-modules/ai/components/ai-overview.vue2.js.map +1 -1
  16. package/js/x-modules/ai/wiring.js +2 -6
  17. package/js/x-modules/ai/wiring.js.map +1 -1
  18. package/js/x-modules/tagging/wiring.js +2 -22
  19. package/js/x-modules/tagging/wiring.js.map +1 -1
  20. package/package.json +2 -2
  21. package/report/x-components.api.json +4 -86
  22. package/report/x-components.api.md +3 -30
  23. package/tagging/index.js +1 -1
  24. package/types/src/components/icons/index.d.ts +1 -0
  25. package/types/src/components/icons/index.d.ts.map +1 -1
  26. package/types/src/x-modules/ai/components/ai-overview.vue.d.ts +0 -21
  27. package/types/src/x-modules/ai/components/ai-overview.vue.d.ts.map +1 -1
  28. package/types/src/x-modules/ai/wiring.d.ts +0 -3
  29. package/types/src/x-modules/ai/wiring.d.ts.map +1 -1
  30. package/types/src/x-modules/tagging/wiring.d.ts +0 -9
  31. package/types/src/x-modules/tagging/wiring.d.ts.map +1 -1
  32. package/docs/API-reference/api/x-components.trackaioverviewbuttonclickedwire.md +0 -13
package/CHANGELOG.md CHANGED
@@ -3,6 +3,20 @@
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
+ ## [6.0.0-alpha.238](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.237...@empathyco/x-components@6.0.0-alpha.238) (2026-04-10)
7
+
8
+ ### Bug Fixes
9
+
10
+ * **ai-carousel:** deleted expand button and fixed tagging twice
11
+
12
+
13
+ ## [6.0.0-alpha.237](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.236...@empathyco/x-components@6.0.0-alpha.237) (2026-04-08)
14
+
15
+ ### Features
16
+
17
+ * **icons:** add AISpinnerIcon component (#2075)
18
+
19
+
6
20
  ## [6.0.0-alpha.236](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.235...@empathyco/x-components@6.0.0-alpha.236) (2026-04-07)
7
21
 
8
22
  ### Features
package/core/index.js CHANGED
@@ -35,6 +35,7 @@ export { default as BasePriceFilterLabel } from '../js/components/filters/labels
35
35
  export { default as BaseRatingFilterLabel } from '../js/components/filters/labels/base-rating-filter-label.vue.js';
36
36
  export { default as GlobalXBus } from '../js/components/global-x-bus.vue.js';
37
37
  export { default as Highlight } from '../js/components/highlight.vue.js';
38
+ export { default as AISpinnerIcon } from '../js/components/icons/ai-spinner-icon.vue.js';
38
39
  export { default as AIStarIcon } from '../js/components/icons/ai-star.vue.js';
39
40
  export { default as ArrowDownIcon } from '../js/components/icons/arrow-down.vue.js';
40
41
  export { default as ArrowLeftIcon } from '../js/components/icons/arrow-left.vue.js';
package/core/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -15,14 +15,6 @@ _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
15
15
  type: StringConstructor;
16
16
  default: string;
17
17
  };
18
- expandText: {
19
- type: StringConstructor;
20
- default: string;
21
- };
22
- collapseText: {
23
- type: StringConstructor;
24
- default: string;
25
- };
26
18
  autoExpandInSearchNoResults: {
27
19
  type: BooleanConstructor;
28
20
  default: boolean;
@@ -41,14 +33,12 @@ _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
41
33
  };
42
34
  }>, {
43
35
  aiOverviewRef: import("vue").Ref<HTMLDivElement | null, HTMLDivElement | null>;
44
- buttonText: import("vue").ComputedRef<string>;
45
36
  emptyTaggingRequest: TaggingRequest;
46
37
  expanded: import("vue").Ref<boolean, boolean>;
47
38
  parsedResponseText: import("vue").ComputedRef<string | Promise<string>>;
48
39
  suggestionsLoading: import("vue").ComputedRef<boolean>;
49
40
  suggestionsSearch: import("vue").ComputedRef<import("@empathyco/x-types").AiSuggestionSearch[]>;
50
41
  suggestionText: import("vue").ComputedRef<string>;
51
- emitAndSetExpand: (isExpanded: boolean) => void;
52
42
  shouldAnimateSuggestion: import("vue").Ref<boolean, boolean>;
53
43
  query: import("vue").ComputedRef<string>;
54
44
  tagging: import("vue").ComputedRef<import("@empathyco/x-types").AiSuggestionTagging | undefined>;
@@ -62,14 +52,6 @@ _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
62
52
  type: StringConstructor;
63
53
  default: string;
64
54
  };
65
- expandText: {
66
- type: StringConstructor;
67
- default: string;
68
- };
69
- collapseText: {
70
- type: StringConstructor;
71
- default: string;
72
- };
73
55
  autoExpandInSearchNoResults: {
74
56
  type: BooleanConstructor;
75
57
  default: boolean;
@@ -88,14 +70,11 @@ _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
88
70
  };
89
71
  }>> & Readonly<{}>, {
90
72
  titleLoading: string;
91
- expandText: string;
92
- collapseText: string;
93
73
  autoExpandInSearchNoResults: boolean;
94
74
  }, {}, {
95
75
  AIStarIcon: import("vue").DefineComponent<{}, {}, any>;
96
76
  ArrowRightIcon: import("vue").DefineComponent<{}, {}, any>;
97
77
  BaseEventButton: import("vue").DefineComponent<{}, {}, any>;
98
- ChevronDownIcon: import("vue").DefineComponent<{}, {}, any>;
99
78
  CollapseHeight: import("vue").DefineComponent<{}, {}, any>;
100
79
  ChangeHeight: import("vue").DefineComponent<{}, {}, any>;
101
80
  Fade: import("vue").DefineComponent<{}, {}, any>;
@@ -7404,17 +7404,6 @@ Default implementation for the [TaggingActions.track](./x-components.taggingacti
7404
7404
  Performs a track of a result added to the cart.
7405
7405
 
7406
7406
 
7407
- </td></tr>
7408
- <tr><td>
7409
-
7410
- [trackAiOverviewButtonClickedWire](./x-components.trackaioverviewbuttonclickedwire.md)
7411
-
7412
-
7413
- </td><td>
7414
-
7415
- Performs a track of clicking the AI overview expand button when the playload (expanded) is false.
7416
-
7417
-
7418
7407
  </td></tr>
7419
7408
  <tr><td>
7420
7409
 
@@ -12,8 +12,6 @@ title: AiOverview
12
12
  | ------------------------------------------ | ----------- | -------------------- | ----------------------------------------- |
13
13
  | <code>title</code> | | <code>string</code> | <code></code> |
14
14
  | <code>titleLoading</code> | | <code>string</code> | <code>'Generating with Empathy AI'</code> |
15
- | <code>expandText</code> | | <code>string</code> | <code>'Show more'</code> |
16
- | <code>collapseText</code> | | <code>string</code> | <code>'Show less'</code> |
17
15
  | <code>autoExpandInSearchNoResults</code> | | <code>boolean</code> | <code>true</code> |
18
16
  | <code>contentClasses</code> | | <code>string</code> | <code></code> |
19
17
  | <code>slidingPanelsClasses</code> | | <code>string</code> | <code></code> |
@@ -32,7 +30,6 @@ title: AiOverview
32
30
  | <code>sliding-panels-right-button</code> | | None |
33
31
  | <code>result</code> | (required) result card | |
34
32
  | <code>suggestions-extra-content</code> | | None |
35
- | <code>cta-button</code> | | None |
36
33
 
37
34
  ## AI Overview Examples
38
35
 
@@ -0,0 +1,7 @@
1
+ ---
2
+
3
+ title: AiSpinnerIcon
4
+
5
+ ---
6
+
7
+ # AiSpinnerIcon