@empathyco/x-components 7.1.0 → 7.1.1

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,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
+ ## [7.1.1](https://github.com/empathyco/x/compare/@empathyco/x-components@7.1.0...@empathyco/x-components@7.1.1) (2026-06-17)
7
+
8
+ **Note:** Version bump only for package @empathyco/x-components
9
+
10
+
11
+
12
+
13
+
6
14
  ## [7.1.0](https://github.com/empathyco/x/compare/@empathyco/x-components@7.0.3...@empathyco/x-components@7.1.0) (2026-06-17)
7
15
 
8
16
  ### Features
@@ -0,0 +1,11 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@empathyco/x-adapter-platform](./x-adapter-platform.md) &gt; [PlatformFacet](./x-adapter-platform.platformfacet.md) &gt; [label](./x-adapter-platform.platformfacet.label.md)
4
+
5
+ ## PlatformFacet.label property
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ label: string;
11
+ ```
@@ -51,6 +51,23 @@ string
51
51
  </td><td>
52
52
 
53
53
 
54
+ </td></tr>
55
+ <tr><td>
56
+
57
+ [label](./x-adapter-platform.platformfacet.label.md)
58
+
59
+
60
+ </td><td>
61
+
62
+
63
+ </td><td>
64
+
65
+ string
66
+
67
+
68
+ </td><td>
69
+
70
+
54
71
  </td></tr>
55
72
  <tr><td>
56
73
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@empathyco/x-components",
3
- "version": "7.1.0",
3
+ "version": "7.1.1",
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.7",
71
- "@empathyco/x-adapter-platform": "1.4.3",
71
+ "@empathyco/x-adapter-platform": "1.5.0",
72
72
  "@empathyco/x-types": "10.3.2",
73
73
  "@empathyco/x-utils": "1.0.8",
74
74
  "@vue/devtools-api": "~6.6.4",
@@ -117,5 +117,5 @@
117
117
  "access": "public",
118
118
  "directory": "dist"
119
119
  },
120
- "gitHead": "aab542e397ba47109d511ff10ae17caa5f93921b"
120
+ "gitHead": "20dde8a5b68ef6e7855e96181ccf99b52922a619"
121
121
  }
@@ -3569,6 +3569,33 @@
3569
3569
  "endIndex": 2
3570
3570
  }
3571
3571
  },
3572
+ {
3573
+ "kind": "PropertySignature",
3574
+ "canonicalReference": "@empathyco/x-adapter-platform!PlatformFacet#label:member",
3575
+ "docComment": "",
3576
+ "excerptTokens": [
3577
+ {
3578
+ "kind": "Content",
3579
+ "text": "label: "
3580
+ },
3581
+ {
3582
+ "kind": "Content",
3583
+ "text": "string"
3584
+ },
3585
+ {
3586
+ "kind": "Content",
3587
+ "text": ";"
3588
+ }
3589
+ ],
3590
+ "isReadonly": false,
3591
+ "isOptional": false,
3592
+ "releaseTag": "Public",
3593
+ "name": "label",
3594
+ "propertyTypeTokenRange": {
3595
+ "startIndex": 1,
3596
+ "endIndex": 2
3597
+ }
3598
+ },
3572
3599
  {
3573
3600
  "kind": "PropertySignature",
3574
3601
  "canonicalReference": "@empathyco/x-adapter-platform!PlatformFacet#type:member",