@empathyco/x-components 3.0.1-alpha.2 → 3.0.1-alpha.3

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.1-alpha.3](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.1-alpha.2...@empathyco/x-components@3.0.1-alpha.3) (2023-10-30)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * identation error in search-box.md ([614407e](https://github.com/empathyco/x/commit/614407e17a4f198e9c8ad11ca324a00ee7275fa6))
12
+
13
+
14
+
6
15
  ## [3.0.1-alpha.2](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.1-alpha.1...@empathyco/x-components@3.0.1-alpha.2) (2023-10-27)
7
16
 
8
17
 
@@ -1,4 +1,5 @@
1
1
 
2
+
2
3
  .x-uppercase {
3
4
  text-transform: uppercase;
4
5
  }
@@ -14,7 +15,6 @@
14
15
  .x-normal-case {
15
16
  text-transform: none;
16
17
  }
17
-
18
18
  .x-underline {
19
19
  -webkit-text-decoration-line: underline;
20
20
  text-decoration-line: underline;
@@ -6,9 +6,9 @@ tags:
6
6
  - search bar
7
7
  - search field
8
8
  - input
9
- redirect_from:
10
- - /explore-empathy-platform/experience-search-and-discovery/search-box.html
11
- - /explore-empathy-platform/experience-search-and-discovery/search-box
9
+ redirect_from:
10
+ - /explore-empathy-platform/experience-search-and-discovery/search-box.html
11
+ - /explore-empathy-platform/experience-search-and-discovery/search-box
12
12
  ---
13
13
 
14
14
  The Search Box UI Component is the main entry point for search where shoppers can type what
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@empathyco/x-components",
3
- "version": "3.0.1-alpha.2",
3
+ "version": "3.0.1-alpha.3",
4
4
  "description": "Empathy X Components",
5
5
  "author": "Empathy Systems Corporation S.L.",
6
6
  "license": "Apache-2.0",
@@ -143,5 +143,5 @@
143
143
  "access": "public",
144
144
  "directory": "dist"
145
145
  },
146
- "gitHead": "0d4d18330bf0f971d2a1877a8978e5b2deae7cca"
146
+ "gitHead": "cd7e37b486827aa27e4d36c5347b3cfcf8e02084"
147
147
  }