@empathyco/x-components 6.0.0-alpha.209 → 6.0.0-alpha.210

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 CHANGED
@@ -3,6 +3,10 @@
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.210 (2026-03-03)
7
+
8
+ - chore: remove Vue alias configuration from Vite setup (#2035) ([81ca671](https://github.com/empathyco/x/commit/81ca671)), closes [#2035](https://github.com/empathyco/x/issues/2035)
9
+
6
10
  ## 6.0.0-alpha.209 (2026-03-03)
7
11
 
8
12
  **Note:** Version bump only for package @empathyco/x-components
@@ -9,5 +9,5 @@ Default implementation for the FacetSchema.
9
9
  **Signature:**
10
10
 
11
11
  ```typescript
12
- facetSchema: import("@empathyco/x-adapter").MutableSchema<PlatformFacet, EditableNumberRangeFacet | HierarchicalFacet | NumberRangeFacet | SimpleFacet>
12
+ facetSchema: import("@empathyco/x-adapter").MutableSchema<PlatformFacet, HierarchicalFacet | NumberRangeFacet | SimpleFacet | EditableNumberRangeFacet>
13
13
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@empathyco/x-components",
3
- "version": "6.0.0-alpha.209",
3
+ "version": "6.0.0-alpha.210",
4
4
  "description": "Empathy X Components",
5
5
  "author": "Empathy Systems Corporation S.L.",
6
6
  "license": "Apache-2.0",
@@ -68,7 +68,7 @@
68
68
  },
69
69
  "dependencies": {
70
70
  "@empathyco/x-adapter": "8.1.0-alpha.13",
71
- "@empathyco/x-adapter-platform": "1.1.0-alpha.49",
71
+ "@empathyco/x-adapter-platform": "1.1.0-alpha.50",
72
72
  "@empathyco/x-deep-merge": "2.0.3-alpha.12",
73
73
  "@empathyco/x-storage-service": "2.0.3-alpha.10",
74
74
  "@empathyco/x-types": "10.1.0-alpha.42",
@@ -125,5 +125,5 @@
125
125
  "access": "public",
126
126
  "directory": "dist"
127
127
  },
128
- "gitHead": "00d059cd47fd79a87472fe30e98c6cac5aeb41fe"
128
+ "gitHead": "f8a7e5cb5d86ddfa5dd79c256056eff0771a525e"
129
129
  }
@@ -1749,8 +1749,8 @@
1749
1749
  },
1750
1750
  {
1751
1751
  "kind": "Reference",
1752
- "text": "EditableNumberRangeFacet",
1753
- "canonicalReference": "@empathyco/x-adapter-platform!EditableNumberRangeFacet:interface"
1752
+ "text": "HierarchicalFacet",
1753
+ "canonicalReference": "@empathyco/x-adapter-platform!HierarchicalFacet:interface"
1754
1754
  },
1755
1755
  {
1756
1756
  "kind": "Content",
@@ -1758,8 +1758,8 @@
1758
1758
  },
1759
1759
  {
1760
1760
  "kind": "Reference",
1761
- "text": "HierarchicalFacet",
1762
- "canonicalReference": "@empathyco/x-adapter-platform!HierarchicalFacet:interface"
1761
+ "text": "NumberRangeFacet",
1762
+ "canonicalReference": "@empathyco/x-adapter-platform!NumberRangeFacet:interface"
1763
1763
  },
1764
1764
  {
1765
1765
  "kind": "Content",
@@ -1767,8 +1767,8 @@
1767
1767
  },
1768
1768
  {
1769
1769
  "kind": "Reference",
1770
- "text": "NumberRangeFacet",
1771
- "canonicalReference": "@empathyco/x-adapter-platform!NumberRangeFacet:interface"
1770
+ "text": "SimpleFacet",
1771
+ "canonicalReference": "@empathyco/x-adapter-platform!SimpleFacet:interface"
1772
1772
  },
1773
1773
  {
1774
1774
  "kind": "Content",
@@ -1776,8 +1776,8 @@
1776
1776
  },
1777
1777
  {
1778
1778
  "kind": "Reference",
1779
- "text": "SimpleFacet",
1780
- "canonicalReference": "@empathyco/x-adapter-platform!SimpleFacet:interface"
1779
+ "text": "EditableNumberRangeFacet",
1780
+ "canonicalReference": "@empathyco/x-adapter-platform!EditableNumberRangeFacet:interface"
1781
1781
  },
1782
1782
  {
1783
1783
  "kind": "Content",