@empathyco/x-components 3.0.0-alpha.250 → 3.0.0-alpha.251
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,15 @@
|
|
|
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
|
+
## [3.0.0-alpha.251](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.250...@empathyco/x-components@3.0.0-alpha.251) (2022-12-15)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Documentation
|
|
10
|
+
|
|
11
|
+
* use new docs video reference component (#923) ([c1f2bff](https://github.com/empathyco/x/commit/c1f2bffa684c10149c97b4d746fecbe4519fa126))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
6
15
|
## [3.0.0-alpha.250](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.249...@empathyco/x-components@3.0.0-alpha.250) (2022-12-15)
|
|
7
16
|
|
|
8
17
|
|
|
@@ -44,6 +44,8 @@ To integrate the X Components in a frontend UI, you need:
|
|
|
44
44
|
3. Configure the **xPlugin**.
|
|
45
45
|
4. Install and **initialize the xPlugin**.
|
|
46
46
|
|
|
47
|
+
<VideoReference videoId="JjjIaQlG9aE" customDescription="Watch how to integrate the Interface X Components in a project from scratch."/>
|
|
48
|
+
|
|
47
49
|
## Installing the dependencies
|
|
48
50
|
|
|
49
51
|
To build your search and discovery UI, the following project dependencies are required:
|
|
@@ -153,18 +155,3 @@ building your search and discovery UI:
|
|
|
153
155
|
:::
|
|
154
156
|
|
|
155
157
|
<!-- Manage [internationalization options](https://github.com/empathyco/x/tree/main/packages/x-translations) to support different languages.-->
|
|
156
|
-
|
|
157
|
-
</br>
|
|
158
|
-
|
|
159
|
-
---
|
|
160
|
-
|
|
161
|
-
</br>
|
|
162
|
-
<VideoContent
|
|
163
|
-
:source="$withBase('/assets/media/videos/How-to-use-X-components-in-a-real-project.mp4')"
|
|
164
|
-
:poster="$withBase('/assets/media/videos/How-to-use-X-components-in-a-real-project.jpeg')"
|
|
165
|
-
>
|
|
166
|
-
|
|
167
|
-
Watch how our frontend Team Lead, [Iván Tajes](https://github.com/tajespasarela), integrates the
|
|
168
|
-
Interface X Components in a project from scratch.
|
|
169
|
-
|
|
170
|
-
</VideoContent>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@empathyco/x-components",
|
|
3
|
-
"version": "3.0.0-alpha.
|
|
3
|
+
"version": "3.0.0-alpha.251",
|
|
4
4
|
"description": "Empathy X Components",
|
|
5
5
|
"author": "Empathy Systems Corporation S.L.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -135,5 +135,5 @@
|
|
|
135
135
|
"access": "public",
|
|
136
136
|
"directory": "dist"
|
|
137
137
|
},
|
|
138
|
-
"gitHead": "
|
|
138
|
+
"gitHead": "4593747ea5ec0369b4fba40a1b9595e265912409"
|
|
139
139
|
}
|