@empathyco/x-components 5.0.0-alpha.41 → 5.0.0-alpha.43
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 +19 -0
- package/design-system/deprecated-full-theme.css +1797 -1797
- package/docs/API-reference/api/x-components.banner.md +114 -11
- package/docs/API-reference/api/x-components.md +6 -6
- package/docs/API-reference/api/x-components.promoted.md +16 -10
- package/docs/API-reference/api/x-components.relatedtag.md +28 -19
- package/docs/API-reference/api/x-components.relatedtags.md +33 -4
- package/docs/API-reference/api/x-components.semanticqueries.md +6 -16
- package/docs/API-reference/api/x-components.semanticquery.md +17 -11
- package/docs/API-reference/components/related-tags/x-components.related-tags.md +6 -5
- package/docs/API-reference/components/search/x-components.banner.md +4 -3
- package/docs/API-reference/components/search/x-components.promoted.md +4 -3
- package/docs/API-reference/components/semantic-queries/x-components.semantic-query.md +3 -3
- package/js/x-modules/related-tags/components/related-tag.vue.js +1 -0
- package/js/x-modules/related-tags/components/related-tag.vue.js.map +1 -1
- package/js/x-modules/related-tags/components/related-tag.vue2.js +105 -92
- package/js/x-modules/related-tags/components/related-tag.vue2.js.map +1 -1
- package/js/x-modules/related-tags/components/related-tags.vue.js +1 -1
- package/js/x-modules/related-tags/components/related-tags.vue.js.map +1 -1
- package/js/x-modules/related-tags/components/related-tags.vue2.js +46 -29
- package/js/x-modules/related-tags/components/related-tags.vue2.js.map +1 -1
- package/js/x-modules/related-tags/components/related-tags.vue3.js +1 -1
- package/js/x-modules/related-tags/x-module.js +3 -1
- package/js/x-modules/related-tags/x-module.js.map +1 -1
- package/js/x-modules/search/components/banner.vue.js.map +1 -1
- package/js/x-modules/search/components/banner.vue2.js +55 -39
- package/js/x-modules/search/components/banner.vue2.js.map +1 -1
- package/js/x-modules/search/components/promoted.vue.js.map +1 -1
- package/js/x-modules/search/components/promoted.vue2.js +43 -23
- package/js/x-modules/search/components/promoted.vue2.js.map +1 -1
- package/js/x-modules/semantic-queries/components/semantic-queries.vue.js.map +1 -1
- package/js/x-modules/semantic-queries/components/semantic-queries.vue2.js +26 -183
- package/js/x-modules/semantic-queries/components/semantic-queries.vue2.js.map +1 -1
- package/js/x-modules/semantic-queries/components/semantic-query.vue.js +21 -29
- package/js/x-modules/semantic-queries/components/semantic-query.vue.js.map +1 -1
- package/js/x-modules/semantic-queries/components/semantic-query.vue2.js +24 -177
- package/js/x-modules/semantic-queries/components/semantic-query.vue2.js.map +1 -1
- package/js/x-modules/semantic-queries/x-module.js +3 -1
- package/js/x-modules/semantic-queries/x-module.js.map +1 -1
- package/package.json +2 -2
- package/report/x-components.api.json +1132 -635
- package/report/x-components.api.md +209 -56
- package/types/x-modules/related-tags/components/related-tag.vue.d.ts +31 -53
- package/types/x-modules/related-tags/components/related-tag.vue.d.ts.map +1 -1
- package/types/x-modules/related-tags/components/related-tags.vue.d.ts +49 -8
- package/types/x-modules/related-tags/components/related-tags.vue.d.ts.map +1 -1
- package/types/x-modules/related-tags/x-module.d.ts.map +1 -1
- package/types/x-modules/search/components/banner.vue.d.ts +116 -22
- package/types/x-modules/search/components/banner.vue.d.ts.map +1 -1
- package/types/x-modules/search/components/promoted.vue.d.ts +19 -7
- package/types/x-modules/search/components/promoted.vue.d.ts.map +1 -1
- package/types/x-modules/semantic-queries/components/semantic-queries.vue.d.ts +7 -22
- package/types/x-modules/semantic-queries/components/semantic-queries.vue.d.ts.map +1 -1
- package/types/x-modules/semantic-queries/components/semantic-query.vue.d.ts +21 -20
- package/types/x-modules/semantic-queries/components/semantic-query.vue.d.ts.map +1 -1
- package/types/x-modules/semantic-queries/x-module.d.ts.map +1 -1
- package/docs/API-reference/api/x-components.banner.banner.md +0 -13
- package/docs/API-reference/api/x-components.banner.imagefailed.md +0 -13
- package/docs/API-reference/api/x-components.promoted.promoted.md +0 -13
- package/docs/API-reference/api/x-components.relatedtag.blurrelatedtag.md +0 -17
- package/docs/API-reference/api/x-components.relatedtag.clickrelatedtag.md +0 -17
- package/docs/API-reference/api/x-components.relatedtag.emitevents.md +0 -17
- package/docs/API-reference/api/x-components.relatedtag.highlightcurated.md +0 -13
- package/docs/API-reference/api/x-components.relatedtag.relatedtag.md +0 -13
- package/docs/API-reference/api/x-components.relatedtags.animation.md +0 -13
- package/docs/API-reference/api/x-components.relatedtags.highlightcurated.md +0 -13
- package/docs/API-reference/api/x-components.relatedtags.maxitemstorender.md +0 -13
- package/docs/API-reference/api/x-components.relatedtags.relatedtags.md +0 -11
- package/docs/API-reference/api/x-components.relatedtags.storedrelatedtags.md +0 -11
- package/docs/API-reference/api/x-components.semanticqueries.findsemanticquery.md +0 -26
- package/docs/API-reference/api/x-components.semanticqueries.suggestions.md +0 -13
- package/docs/API-reference/api/x-components.semanticquery.query.md +0 -13
- package/docs/API-reference/api/x-components.semanticquery.suggestion.md +0 -13
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,25 @@
|
|
|
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
|
+
## [5.0.0-alpha.43](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.42...@empathyco/x-components@5.0.0-alpha.43) (2024-06-13)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* migrate semantics queries module to composition api (#1508) ([72914a2](https://github.com/empathyco/x/commit/72914a25195e2e546da343d32c6a4544b38bdd91))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
## [5.0.0-alpha.42](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.41...@empathyco/x-components@5.0.0-alpha.42) (2024-06-12)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
* migrate `Banner` and `Promoted` to composition API (#1506) ([c102fd9](https://github.com/empathyco/x/commit/c102fd96b26425df2ed8d73d58b3db8fc454deeb))
|
|
21
|
+
* migrate RTs module to composition API (#1498) ([22c5325](https://github.com/empathyco/x/commit/22c5325666441121e8ee64bfaa4c51ddad11939a))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
6
25
|
## [5.0.0-alpha.41](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.40...@empathyco/x-components@5.0.0-alpha.41) (2024-06-12)
|
|
7
26
|
|
|
8
27
|
|