@empathyco/x-components 6.0.0-alpha.236 → 6.0.0-alpha.237
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/core/index.js +1 -0
- package/core/index.js.map +1 -1
- package/docs/API-reference/components/common/icons/x-components.ai-spinner-icon.md +7 -0
- package/js/components/icons/ai-spinner-icon.vue.js +2443 -0
- package/js/components/icons/ai-spinner-icon.vue.js.map +1 -0
- package/js/index.js +1 -0
- package/js/index.js.map +1 -1
- package/package.json +2 -2
- package/report/x-components.api.md +3 -0
- package/types/src/components/icons/index.d.ts +1 -0
- package/types/src/components/icons/index.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
|
+
## [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)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* **icons:** add AISpinnerIcon component (#2075)
|
|
11
|
+
|
|
12
|
+
|
|
6
13
|
## [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
14
|
|
|
8
15
|
### 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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|