@empathyco/x-components 6.0.0-alpha.86 → 6.0.0-alpha.87
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 +8 -0
- package/design-system/deprecated-full-theme.css +86 -86
- package/docs/API-reference/api/x-adapter-platform.platformrelatedprompt.md +1 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedprompt.suggestionimageurl.md +11 -0
- package/docs/API-reference/api/x-components.relatedpromptstaglist.md +1 -0
- package/docs/API-reference/api/x-types.relatedprompt.md +1 -0
- package/docs/API-reference/api/x-types.relatedprompt.suggestionimageurl.md +13 -0
- package/package.json +4 -4
- package/report/x-adapter-platform.api.json +27 -0
- package/report/x-components.api.json +1 -1
- package/report/x-components.api.md +1 -0
- package/report/x-types.api.json +27 -0
- package/types/x-modules/related-prompts/components/related-prompts-tag-list.vue.d.ts +1 -0
- package/types/x-modules/related-prompts/components/related-prompts-tag-list.vue.d.ts.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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.87](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.86...@empathyco/x-components@6.0.0-alpha.87) (2025-05-20)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [6.0.0-alpha.86](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.85...@empathyco/x-components@6.0.0-alpha.86) (2025-05-19)
|
|
7
15
|
|
|
8
16
|
|
|
@@ -15,25 +15,6 @@
|
|
|
15
15
|
.x-normal-case {
|
|
16
16
|
text-transform: none;
|
|
17
17
|
}
|
|
18
|
-
.x-underline {
|
|
19
|
-
-webkit-text-decoration-line: underline;
|
|
20
|
-
text-decoration-line: underline;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.x-overline {
|
|
24
|
-
-webkit-text-decoration-line: overline;
|
|
25
|
-
text-decoration-line: overline;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.x-line-through {
|
|
29
|
-
-webkit-text-decoration-line: line-through;
|
|
30
|
-
text-decoration-line: line-through;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.x-no-underline {
|
|
34
|
-
-webkit-text-decoration-line: none;
|
|
35
|
-
text-decoration-line: none;
|
|
36
|
-
}
|
|
37
18
|
.x-static {
|
|
38
19
|
position: static !important;
|
|
39
20
|
}
|
|
@@ -53,6 +34,25 @@
|
|
|
53
34
|
.x-sticky {
|
|
54
35
|
position: sticky !important;
|
|
55
36
|
}
|
|
37
|
+
.x-underline {
|
|
38
|
+
-webkit-text-decoration-line: underline;
|
|
39
|
+
text-decoration-line: underline;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.x-overline {
|
|
43
|
+
-webkit-text-decoration-line: overline;
|
|
44
|
+
text-decoration-line: overline;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.x-line-through {
|
|
48
|
+
-webkit-text-decoration-line: line-through;
|
|
49
|
+
text-decoration-line: line-through;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.x-no-underline {
|
|
53
|
+
-webkit-text-decoration-line: none;
|
|
54
|
+
text-decoration-line: none;
|
|
55
|
+
}
|
|
56
56
|
.x-padding--00 {
|
|
57
57
|
padding: 0 !important;
|
|
58
58
|
}
|
|
@@ -3999,47 +3999,6 @@
|
|
|
3999
3999
|
--x-size-line-height-suggestion-group-default: var(--x-size-line-height-suggestion-default);
|
|
4000
4000
|
--x-number-font-weight-suggestion-group-default: var(--x-number-font-weight-suggestion-default);
|
|
4001
4001
|
}
|
|
4002
|
-
:root {
|
|
4003
|
-
--x-color-text-suggestion-group-default: var(--x-color-text-suggestion-default);
|
|
4004
|
-
--x-color-text-suggestion-group-matching-part-default: var(
|
|
4005
|
-
--x-color-text-suggestion-matching-part-default
|
|
4006
|
-
);
|
|
4007
|
-
--x-color-background-suggestion-group-default: var(--x-color-background-suggestion-default);
|
|
4008
|
-
--x-color-border-suggestion-group-default: var(--x-color-text-suggestion-group-default);
|
|
4009
|
-
--x-size-padding-top-suggestion-group-default: var(--x-size-padding-top-suggestion-default);
|
|
4010
|
-
--x-size-padding-right-suggestion-group-default: var(--x-size-padding-right-suggestion-default);
|
|
4011
|
-
--x-size-padding-bottom-suggestion-group-default: var(--x-size-padding-bottom-suggestion-default);
|
|
4012
|
-
--x-size-padding-left-suggestion-group-default: var(--x-size-padding-left-suggestion-default);
|
|
4013
|
-
--x-size-gap-suggestion-group-default: var(--x-size-gap-suggestion-default);
|
|
4014
|
-
--x-size-border-width-suggestion-group-default: 0;
|
|
4015
|
-
--x-size-border-width-top-suggestion-group-default: var(--x-size-border-width-suggestion-default);
|
|
4016
|
-
--x-size-border-width-right-suggestion-group-default: var(
|
|
4017
|
-
--x-size-border-width-suggestion-default
|
|
4018
|
-
);
|
|
4019
|
-
--x-size-border-width-bottom-suggestion-group-default: var(
|
|
4020
|
-
--x-size-border-width-suggestion-default
|
|
4021
|
-
);
|
|
4022
|
-
--x-size-border-width-left-suggestion-group-default: var(
|
|
4023
|
-
--x-size-border-width-suggestion-default
|
|
4024
|
-
);
|
|
4025
|
-
--x-size-border-radius-suggestion-group-default: var(--x-size-border-radius-base-none);
|
|
4026
|
-
--x-size-border-radius-top-left-suggestion-group-default: var(
|
|
4027
|
-
--x-size-border-radius-suggestion-default
|
|
4028
|
-
);
|
|
4029
|
-
--x-size-border-radius-top-right-suggestion-group-default: var(
|
|
4030
|
-
--x-size-border-radius-suggestion-default
|
|
4031
|
-
);
|
|
4032
|
-
--x-size-border-radius-bottom-right-suggestion-group-default: var(
|
|
4033
|
-
--x-size-border-radius-suggestion-default
|
|
4034
|
-
);
|
|
4035
|
-
--x-size-border-radius-bottom-left-suggestion-group-default: var(
|
|
4036
|
-
--x-size-border-radius-suggestion-default
|
|
4037
|
-
);
|
|
4038
|
-
--x-font-family-suggestion-group-default: var(--x-font-family-suggestion-default);
|
|
4039
|
-
--x-size-font-suggestion-group-default: var(--x-size-font-suggestion-default);
|
|
4040
|
-
--x-size-line-height-suggestion-group-default: var(--x-size-line-height-suggestion-default);
|
|
4041
|
-
--x-number-font-weight-suggestion-group-default: var(--x-number-font-weight-suggestion-default);
|
|
4042
|
-
}
|
|
4043
4002
|
|
|
4044
4003
|
[dir="ltr"] .x-suggestion-group {
|
|
4045
4004
|
padding-left: var(--x-size-padding-left-suggestion-group-default);
|
|
@@ -4115,6 +4074,47 @@
|
|
|
4115
4074
|
--x-size-padding-left-button-default: 0;
|
|
4116
4075
|
border: none;
|
|
4117
4076
|
}
|
|
4077
|
+
:root {
|
|
4078
|
+
--x-color-text-suggestion-group-default: var(--x-color-text-suggestion-default);
|
|
4079
|
+
--x-color-text-suggestion-group-matching-part-default: var(
|
|
4080
|
+
--x-color-text-suggestion-matching-part-default
|
|
4081
|
+
);
|
|
4082
|
+
--x-color-background-suggestion-group-default: var(--x-color-background-suggestion-default);
|
|
4083
|
+
--x-color-border-suggestion-group-default: var(--x-color-text-suggestion-group-default);
|
|
4084
|
+
--x-size-padding-top-suggestion-group-default: var(--x-size-padding-top-suggestion-default);
|
|
4085
|
+
--x-size-padding-right-suggestion-group-default: var(--x-size-padding-right-suggestion-default);
|
|
4086
|
+
--x-size-padding-bottom-suggestion-group-default: var(--x-size-padding-bottom-suggestion-default);
|
|
4087
|
+
--x-size-padding-left-suggestion-group-default: var(--x-size-padding-left-suggestion-default);
|
|
4088
|
+
--x-size-gap-suggestion-group-default: var(--x-size-gap-suggestion-default);
|
|
4089
|
+
--x-size-border-width-suggestion-group-default: 0;
|
|
4090
|
+
--x-size-border-width-top-suggestion-group-default: var(--x-size-border-width-suggestion-default);
|
|
4091
|
+
--x-size-border-width-right-suggestion-group-default: var(
|
|
4092
|
+
--x-size-border-width-suggestion-default
|
|
4093
|
+
);
|
|
4094
|
+
--x-size-border-width-bottom-suggestion-group-default: var(
|
|
4095
|
+
--x-size-border-width-suggestion-default
|
|
4096
|
+
);
|
|
4097
|
+
--x-size-border-width-left-suggestion-group-default: var(
|
|
4098
|
+
--x-size-border-width-suggestion-default
|
|
4099
|
+
);
|
|
4100
|
+
--x-size-border-radius-suggestion-group-default: var(--x-size-border-radius-base-none);
|
|
4101
|
+
--x-size-border-radius-top-left-suggestion-group-default: var(
|
|
4102
|
+
--x-size-border-radius-suggestion-default
|
|
4103
|
+
);
|
|
4104
|
+
--x-size-border-radius-top-right-suggestion-group-default: var(
|
|
4105
|
+
--x-size-border-radius-suggestion-default
|
|
4106
|
+
);
|
|
4107
|
+
--x-size-border-radius-bottom-right-suggestion-group-default: var(
|
|
4108
|
+
--x-size-border-radius-suggestion-default
|
|
4109
|
+
);
|
|
4110
|
+
--x-size-border-radius-bottom-left-suggestion-group-default: var(
|
|
4111
|
+
--x-size-border-radius-suggestion-default
|
|
4112
|
+
);
|
|
4113
|
+
--x-font-family-suggestion-group-default: var(--x-font-family-suggestion-default);
|
|
4114
|
+
--x-size-font-suggestion-group-default: var(--x-size-font-suggestion-default);
|
|
4115
|
+
--x-size-line-height-suggestion-group-default: var(--x-size-line-height-suggestion-default);
|
|
4116
|
+
--x-number-font-weight-suggestion-group-default: var(--x-number-font-weight-suggestion-default);
|
|
4117
|
+
}
|
|
4118
4118
|
:root {
|
|
4119
4119
|
--x-string-align-items-suggestion-default: center;
|
|
4120
4120
|
--x-color-text-suggestion-default: var(--x-color-text-default);
|
|
@@ -5449,10 +5449,6 @@
|
|
|
5449
5449
|
--x-number-font-weight-base-regular
|
|
5450
5450
|
);
|
|
5451
5451
|
}
|
|
5452
|
-
:root {
|
|
5453
|
-
--x-modal-overlay-color: rgb(0, 0, 0);
|
|
5454
|
-
--x-modal-overlay-opacity: 0.7;
|
|
5455
|
-
}
|
|
5456
5452
|
:root {
|
|
5457
5453
|
--x-color-text-option-list-button-bottom-hover: var(--x-color-base-neutral-10);
|
|
5458
5454
|
--x-color-text-option-list-button-bottom-selected-hover: var(
|
|
@@ -5588,6 +5584,10 @@
|
|
|
5588
5584
|
--x-modal-overlay-color: rgb(0, 0, 0);
|
|
5589
5585
|
--x-modal-overlay-opacity: 0.7;
|
|
5590
5586
|
}
|
|
5587
|
+
:root {
|
|
5588
|
+
--x-modal-overlay-color: rgb(0, 0, 0);
|
|
5589
|
+
--x-modal-overlay-opacity: 0.7;
|
|
5590
|
+
}
|
|
5591
5591
|
|
|
5592
5592
|
.x-modal__overlay {
|
|
5593
5593
|
background-color: var(--x-modal-overlay-color) !important;
|
|
@@ -6785,6 +6785,15 @@
|
|
|
6785
6785
|
--x-size-border-width-bottom-input-group-line: var(--x-size-border-width-input-group-line);
|
|
6786
6786
|
--x-size-border-width-left-input-group-line: 0;
|
|
6787
6787
|
}
|
|
6788
|
+
:root {
|
|
6789
|
+
--x-size-padding-left-input-group-line: 0;
|
|
6790
|
+
--x-size-padding-right-input-group-line: 0;
|
|
6791
|
+
--x-size-border-width-input-group-line: var(--x-size-border-width-input-group-default);
|
|
6792
|
+
--x-size-border-width-top-input-group-line: 0;
|
|
6793
|
+
--x-size-border-width-right-input-group-line: 0;
|
|
6794
|
+
--x-size-border-width-bottom-input-group-line: var(--x-size-border-width-input-group-line);
|
|
6795
|
+
--x-size-border-width-left-input-group-line: 0;
|
|
6796
|
+
}
|
|
6788
6797
|
|
|
6789
6798
|
.x-input-group--line .x-input-group,
|
|
6790
6799
|
.x-input-group--line.x-input-group {
|
|
@@ -6823,15 +6832,6 @@
|
|
|
6823
6832
|
margin-top: calc(var(--x-size-border-width-top-input-group-line) * -1) !important;
|
|
6824
6833
|
margin-bottom: calc(var(--x-size-border-width-bottom-input-group-line) * -1) !important;
|
|
6825
6834
|
}
|
|
6826
|
-
:root {
|
|
6827
|
-
--x-size-padding-left-input-group-line: 0;
|
|
6828
|
-
--x-size-padding-right-input-group-line: 0;
|
|
6829
|
-
--x-size-border-width-input-group-line: var(--x-size-border-width-input-group-default);
|
|
6830
|
-
--x-size-border-width-top-input-group-line: 0;
|
|
6831
|
-
--x-size-border-width-right-input-group-line: 0;
|
|
6832
|
-
--x-size-border-width-bottom-input-group-line: var(--x-size-border-width-input-group-line);
|
|
6833
|
-
--x-size-border-width-left-input-group-line: 0;
|
|
6834
|
-
}
|
|
6835
6835
|
:root {
|
|
6836
6836
|
--x-color-background-input-group-default: var(--x-color-background-input-default);
|
|
6837
6837
|
--x-color-border-input-group-default: var(--x-color-border-input-default);
|
|
@@ -8088,13 +8088,13 @@
|
|
|
8088
8088
|
:root {
|
|
8089
8089
|
--x-size-width-dropdown-l: 202px;
|
|
8090
8090
|
}
|
|
8091
|
+
:root {
|
|
8092
|
+
--x-size-width-dropdown-l: 202px;
|
|
8093
|
+
}
|
|
8091
8094
|
|
|
8092
8095
|
.x-dropdown.x-dropdown--l {
|
|
8093
8096
|
--x-size-width-dropdown-toggle-default: var(--x-size-width-dropdown-l);
|
|
8094
8097
|
}
|
|
8095
|
-
:root {
|
|
8096
|
-
--x-size-width-dropdown-l: 202px;
|
|
8097
|
-
}
|
|
8098
8098
|
:root {
|
|
8099
8099
|
--x-size-border-radius-dropdown-default: var(--x-size-border-radius-base-none);
|
|
8100
8100
|
--x-size-border-radius-top-left-dropdown-default: var(--x-size-border-radius-dropdown-default);
|
|
@@ -8794,6 +8794,16 @@
|
|
|
8794
8794
|
--x-number-font-weight-badge-default: var(--x-number-font-weight-base-regular);
|
|
8795
8795
|
--x-size-font-badge-default: var(--x-size-font-base-xs);
|
|
8796
8796
|
}
|
|
8797
|
+
:root {
|
|
8798
|
+
--x-color-background-badge-default: var(--x-color-base-neutral-10);
|
|
8799
|
+
--x-color-text-badge-default: var(--x-color-base-neutral-100);
|
|
8800
|
+
--x-color-border-badge-default: var(--x-color-base-neutral-10);
|
|
8801
|
+
--x-size-border-radius-badge-default: var(--x-size-border-radius-base-pill);
|
|
8802
|
+
--x-size-border-width-badge-default: 0;
|
|
8803
|
+
--x-size-width-badge-default: 1.5em;
|
|
8804
|
+
--x-number-font-weight-badge-default: var(--x-number-font-weight-base-regular);
|
|
8805
|
+
--x-size-font-badge-default: var(--x-size-font-base-xs);
|
|
8806
|
+
}
|
|
8797
8807
|
|
|
8798
8808
|
[dir="ltr"] .x-badge {
|
|
8799
8809
|
right: calc(var(--x-size-width-badge-default) / 4);
|
|
@@ -8833,16 +8843,6 @@
|
|
|
8833
8843
|
.x-badge-container {
|
|
8834
8844
|
position: relative;
|
|
8835
8845
|
}
|
|
8836
|
-
:root {
|
|
8837
|
-
--x-color-background-badge-default: var(--x-color-base-neutral-10);
|
|
8838
|
-
--x-color-text-badge-default: var(--x-color-base-neutral-100);
|
|
8839
|
-
--x-color-border-badge-default: var(--x-color-base-neutral-10);
|
|
8840
|
-
--x-size-border-radius-badge-default: var(--x-size-border-radius-base-pill);
|
|
8841
|
-
--x-size-border-width-badge-default: 0;
|
|
8842
|
-
--x-size-width-badge-default: 1.5em;
|
|
8843
|
-
--x-number-font-weight-badge-default: var(--x-number-font-weight-base-regular);
|
|
8844
|
-
--x-size-font-badge-default: var(--x-size-font-base-xs);
|
|
8845
|
-
}
|
|
8846
8846
|
:root {
|
|
8847
8847
|
--x-size-base-01: 2px;
|
|
8848
8848
|
--x-size-base-02: 4px;
|
|
@@ -17,6 +17,7 @@ export interface PlatformRelatedPrompt
|
|
|
17
17
|
| Property | Modifiers | Type | Description |
|
|
18
18
|
| --- | --- | --- | --- |
|
|
19
19
|
| [nextQueries](./x-adapter-platform.platformrelatedprompt.nextqueries.md) | | string\[\] | |
|
|
20
|
+
| [suggestionImageUrl](./x-adapter-platform.platformrelatedprompt.suggestionimageurl.md) | | string | |
|
|
20
21
|
| [suggestionText](./x-adapter-platform.platformrelatedprompt.suggestiontext.md) | | string | |
|
|
21
22
|
| [tagging](./x-adapter-platform.platformrelatedprompt.tagging.md) | | [PlatformRelatedPromptTagging](./x-adapter-platform.platformrelatedprompttagging.md) | |
|
|
22
23
|
| [type](./x-adapter-platform.platformrelatedprompt.type.md) | | 'SYNTHETIC' \| 'CURATED' | |
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [PlatformRelatedPrompt](./x-adapter-platform.platformrelatedprompt.md) > [suggestionImageUrl](./x-adapter-platform.platformrelatedprompt.suggestionimageurl.md)
|
|
4
|
+
|
|
5
|
+
## PlatformRelatedPrompt.suggestionImageUrl property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
suggestionImageUrl: string;
|
|
11
|
+
```
|
|
@@ -35,6 +35,7 @@ _default: import("vue").DefineComponent<{
|
|
|
35
35
|
relatedPromptNextQueries?: import("@empathyco/x-types").RelatedPromptNextQuery[] | undefined;
|
|
36
36
|
nextQueries: string[];
|
|
37
37
|
suggestionText: string;
|
|
38
|
+
suggestionImageUrl?: string | undefined;
|
|
38
39
|
type: string;
|
|
39
40
|
toolingDisplayTagging?: import("@empathyco/x-types").TaggingRequest | undefined;
|
|
40
41
|
tagging?: {
|
|
@@ -19,6 +19,7 @@ export interface RelatedPrompt extends NamedModel<'RelatedPrompt'>
|
|
|
19
19
|
| --- | --- | --- | --- |
|
|
20
20
|
| [nextQueries](./x-types.relatedprompt.nextqueries.md) | | string\[\] | The queries of the next queries related to the prompt. |
|
|
21
21
|
| [relatedPromptNextQueries?](./x-types.relatedprompt.relatedpromptnextqueries.md) | | [RelatedPromptNextQuery](./x-types.relatedpromptnextquery.md)<!-- -->\[\] | _(Optional)_ The next queries related to the prompt. |
|
|
22
|
+
| [suggestionImageUrl?](./x-types.relatedprompt.suggestionimageurl.md) | | string | _(Optional)_ The prompt image |
|
|
22
23
|
| [suggestionText](./x-types.relatedprompt.suggestiontext.md) | | string | The prompt. |
|
|
23
24
|
| [tagging?](./x-types.relatedprompt.tagging.md) | | { toolingDisplayTagging?: [TaggingRequest](./x-types.taggingrequest.md)<!-- -->; toolingDisplayClickTagging?: [TaggingRequest](./x-types.taggingrequest.md)<!-- -->; nextQueriesTagging?: [RelatedPromptNextQuery](./x-types.relatedpromptnextquery.md)<!-- -->\[\]; } | _(Optional)_ Related prompt tagging. |
|
|
24
25
|
| [toolingDisplayTagging?](./x-types.relatedprompt.toolingdisplaytagging.md) | | [TaggingRequest](./x-types.taggingrequest.md) | _(Optional)_ The tooling display tagging of the prompt. |
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-types](./x-types.md) > [RelatedPrompt](./x-types.relatedprompt.md) > [suggestionImageUrl](./x-types.relatedprompt.suggestionimageurl.md)
|
|
4
|
+
|
|
5
|
+
## RelatedPrompt.suggestionImageUrl property
|
|
6
|
+
|
|
7
|
+
The prompt image
|
|
8
|
+
|
|
9
|
+
**Signature:**
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
suggestionImageUrl?: string;
|
|
13
|
+
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@empathyco/x-components",
|
|
3
|
-
"version": "6.0.0-alpha.
|
|
3
|
+
"version": "6.0.0-alpha.87",
|
|
4
4
|
"description": "Empathy X Components",
|
|
5
5
|
"author": "Empathy Systems Corporation S.L.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -78,12 +78,12 @@
|
|
|
78
78
|
},
|
|
79
79
|
"dependencies": {
|
|
80
80
|
"@empathyco/x-adapter": "^8.1.0-alpha.3",
|
|
81
|
-
"@empathyco/x-adapter-platform": "^1.1.0-alpha.
|
|
81
|
+
"@empathyco/x-adapter-platform": "^1.1.0-alpha.17",
|
|
82
82
|
"@empathyco/x-bus": "^1.0.3-alpha.3",
|
|
83
83
|
"@empathyco/x-deep-merge": "^2.0.3-alpha.4",
|
|
84
84
|
"@empathyco/x-logger": "^1.2.0-alpha.11",
|
|
85
85
|
"@empathyco/x-storage-service": "^2.0.3-alpha.2",
|
|
86
|
-
"@empathyco/x-types": "^10.1.0-alpha.
|
|
86
|
+
"@empathyco/x-types": "^10.1.0-alpha.13",
|
|
87
87
|
"@empathyco/x-utils": "^1.0.3-alpha.3",
|
|
88
88
|
"@vue/devtools-api": "~6.5.0",
|
|
89
89
|
"@vueuse/core": "~10.7.1",
|
|
@@ -142,5 +142,5 @@
|
|
|
142
142
|
"access": "public",
|
|
143
143
|
"directory": "dist"
|
|
144
144
|
},
|
|
145
|
-
"gitHead": "
|
|
145
|
+
"gitHead": "9e2e0f48486ff6d0c06d58e5c55439002e5a6d48"
|
|
146
146
|
}
|
|
@@ -3783,6 +3783,33 @@
|
|
|
3783
3783
|
"endIndex": 2
|
|
3784
3784
|
}
|
|
3785
3785
|
},
|
|
3786
|
+
{
|
|
3787
|
+
"kind": "PropertySignature",
|
|
3788
|
+
"canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPrompt#suggestionImageUrl:member",
|
|
3789
|
+
"docComment": "",
|
|
3790
|
+
"excerptTokens": [
|
|
3791
|
+
{
|
|
3792
|
+
"kind": "Content",
|
|
3793
|
+
"text": "suggestionImageUrl: "
|
|
3794
|
+
},
|
|
3795
|
+
{
|
|
3796
|
+
"kind": "Content",
|
|
3797
|
+
"text": "string"
|
|
3798
|
+
},
|
|
3799
|
+
{
|
|
3800
|
+
"kind": "Content",
|
|
3801
|
+
"text": ";"
|
|
3802
|
+
}
|
|
3803
|
+
],
|
|
3804
|
+
"isReadonly": false,
|
|
3805
|
+
"isOptional": false,
|
|
3806
|
+
"releaseTag": "Public",
|
|
3807
|
+
"name": "suggestionImageUrl",
|
|
3808
|
+
"propertyTypeTokenRange": {
|
|
3809
|
+
"startIndex": 1,
|
|
3810
|
+
"endIndex": 2
|
|
3811
|
+
}
|
|
3812
|
+
},
|
|
3786
3813
|
{
|
|
3787
3814
|
"kind": "PropertySignature",
|
|
3788
3815
|
"canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPrompt#suggestionText:member",
|
|
@@ -52756,7 +52756,7 @@
|
|
|
52756
52756
|
},
|
|
52757
52757
|
{
|
|
52758
52758
|
"kind": "Content",
|
|
52759
|
-
"text": "[] | undefined;\n nextQueries: string[];\n suggestionText: string;\n type: string;\n toolingDisplayTagging?: import(\"@empathyco/x-types\")."
|
|
52759
|
+
"text": "[] | undefined;\n nextQueries: string[];\n suggestionText: string;\n suggestionImageUrl?: string | undefined;\n type: string;\n toolingDisplayTagging?: import(\"@empathyco/x-types\")."
|
|
52760
52760
|
},
|
|
52761
52761
|
{
|
|
52762
52762
|
"kind": "Reference",
|
|
@@ -5955,6 +5955,7 @@ index: number;
|
|
|
5955
5955
|
relatedPromptNextQueries?: RelatedPromptNextQuery[] | undefined;
|
|
5956
5956
|
nextQueries: string[];
|
|
5957
5957
|
suggestionText: string;
|
|
5958
|
+
suggestionImageUrl?: string | undefined;
|
|
5958
5959
|
type: string;
|
|
5959
5960
|
toolingDisplayTagging?: TaggingRequest | undefined;
|
|
5960
5961
|
tagging?: {
|
package/report/x-types.api.json
CHANGED
|
@@ -4667,6 +4667,33 @@
|
|
|
4667
4667
|
"endIndex": 3
|
|
4668
4668
|
}
|
|
4669
4669
|
},
|
|
4670
|
+
{
|
|
4671
|
+
"kind": "PropertySignature",
|
|
4672
|
+
"canonicalReference": "@empathyco/x-types!RelatedPrompt#suggestionImageUrl:member",
|
|
4673
|
+
"docComment": "/**\n * The prompt image\n */\n",
|
|
4674
|
+
"excerptTokens": [
|
|
4675
|
+
{
|
|
4676
|
+
"kind": "Content",
|
|
4677
|
+
"text": "suggestionImageUrl?: "
|
|
4678
|
+
},
|
|
4679
|
+
{
|
|
4680
|
+
"kind": "Content",
|
|
4681
|
+
"text": "string"
|
|
4682
|
+
},
|
|
4683
|
+
{
|
|
4684
|
+
"kind": "Content",
|
|
4685
|
+
"text": ";"
|
|
4686
|
+
}
|
|
4687
|
+
],
|
|
4688
|
+
"isReadonly": false,
|
|
4689
|
+
"isOptional": true,
|
|
4690
|
+
"releaseTag": "Public",
|
|
4691
|
+
"name": "suggestionImageUrl",
|
|
4692
|
+
"propertyTypeTokenRange": {
|
|
4693
|
+
"startIndex": 1,
|
|
4694
|
+
"endIndex": 2
|
|
4695
|
+
}
|
|
4696
|
+
},
|
|
4670
4697
|
{
|
|
4671
4698
|
"kind": "PropertySignature",
|
|
4672
4699
|
"canonicalReference": "@empathyco/x-types!RelatedPrompt#suggestionText:member",
|
|
@@ -62,6 +62,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
62
62
|
relatedPromptNextQueries?: import("@empathyco/x-types").RelatedPromptNextQuery[] | undefined;
|
|
63
63
|
nextQueries: string[];
|
|
64
64
|
suggestionText: string;
|
|
65
|
+
suggestionImageUrl?: string | undefined;
|
|
65
66
|
type: string;
|
|
66
67
|
toolingDisplayTagging?: import("@empathyco/x-types").TaggingRequest | undefined;
|
|
67
68
|
tagging?: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"related-prompts-tag-list.vue?vue&type=script&lang.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/related-prompts/components/related-prompts-tag-list.vue?vue&type=script&lang.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AAQnC;;;;;;;GAOG;;IAMC;;;;OAIG;;IAEH;;;;OAIG;;;;;IAEH;;;;OAIG;;IAEH;;;;OAIG;;IAEH;;;;;OAKG;;IAEH;;;;OAIG;;;;;;8BAoE8B,MAAM,KAAG,IAAI;wBAiEnB,OAAO;kBAeb,OAAO,QAAQ,MAAM,IAAI;kBAkBzB,OAAO,QAAQ,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"related-prompts-tag-list.vue?vue&type=script&lang.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/related-prompts/components/related-prompts-tag-list.vue?vue&type=script&lang.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AAQnC;;;;;;;GAOG;;IAMC;;;;OAIG;;IAEH;;;;OAIG;;;;;IAEH;;;;OAIG;;IAEH;;;;OAIG;;IAEH;;;;;OAKG;;IAEH;;;;OAIG;;;;;;8BAoE8B,MAAM,KAAG,IAAI;wBAiEnB,OAAO;kBAeb,OAAO,QAAQ,MAAM,IAAI;kBAkBzB,OAAO,QAAQ,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;IAzM9C;;;;OAIG;;IAEH;;;;OAIG;;;;;IAEH;;;;OAIG;;IAEH;;;;OAIG;;IAEH;;;;;OAKG;;IAEH;;;;OAIG;;;;;;;;;AAxCP,wBAiPE"}
|