@empathyco/x-components 5.0.0-alpha.41 → 5.0.0-alpha.42
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 +10 -0
- package/design-system/deprecated-full-theme.css +2932 -2932
- package/docs/API-reference/api/x-components.banner.md +114 -11
- package/docs/API-reference/api/x-components.md +4 -4
- 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/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/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/package.json +2 -2
- package/report/x-components.api.json +942 -458
- package/report/x-components.api.md +187 -43
- 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/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/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,16 @@
|
|
|
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.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)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* migrate `Banner` and `Promoted` to composition API (#1506) ([c102fd9](https://github.com/empathyco/x/commit/c102fd96b26425df2ed8d73d58b3db8fc454deeb))
|
|
12
|
+
* migrate RTs module to composition API (#1498) ([22c5325](https://github.com/empathyco/x/commit/22c5325666441121e8ee64bfaa4c51ddad11939a))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
6
16
|
## [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
17
|
|
|
8
18
|
|