diff --git a/package-lock.json b/package-lock.json
index b12ff526..b3e9acd6 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -12,7 +12,7 @@
"@empathyco/x-adapter": "^8.1.0-alpha.0",
"@empathyco/x-adapter-platform": "^1.1.0-alpha.3",
"@empathyco/x-archetype-utils": "^2.0.0-alpha.1",
- "@empathyco/x-components": "^6.0.0-alpha.2",
+ "@empathyco/x-components": "^6.0.0-alpha.3",
"@empathyco/x-deep-merge": "^2.0.3-alpha.1",
"@empathyco/x-types": "^10.1.0-alpha.3",
"@empathyco/x-utils": "^1.0.3-alpha.1",
@@ -1943,9 +1943,9 @@
}
},
"node_modules/@empathyco/x-components": {
- "version": "6.0.0-alpha.2",
- "resolved": "https://registry.npmjs.org/@empathyco/x-components/-/x-components-6.0.0-alpha.2.tgz",
- "integrity": "sha512-4cV5SaekLLettrdcGMcmIIl4s5CH4fKIhfrePvQfK12pvdTIsKBqqTMTZAvKum/d/9wp+VJ1Vb+kwStW+7cWnQ==",
+ "version": "6.0.0-alpha.3",
+ "resolved": "https://registry.npmjs.org/@empathyco/x-components/-/x-components-6.0.0-alpha.3.tgz",
+ "integrity": "sha512-HTklNFr5rarXX0XX1Q1Ai4F/CeP4T6nEJwjI6eN5n/V+FVMsDIGg02StTeiKFYxRM9DoDeWneybsdCRIRCm+Ig==",
"dependencies": {
"@empathyco/x-adapter": "^8.1.0-alpha.0",
"@empathyco/x-adapter-platform": "^1.1.0-alpha.3",
diff --git a/package.json b/package.json
index 0e68b36a..6aa23d77 100644
--- a/package.json
+++ b/package.json
@@ -20,7 +20,7 @@
"test": "npm run test:e2e:ci",
"lint": "eslint src tests --ext .ts,.tsx,.vue",
"lint:fix": "npm run lint -- --fix",
- "install:local": "npm install file:../x/packages/x-components/empathyco-x-components-6.0.0-alpha.1.tgz --no-save",
+ "install:local": "npm install file:../x/packages/x-components/empathyco-x-components-6.0.0-alpha.3.tgz --no-save",
"install:adapter-platform:local": "npm install file:../x/packages/x-adapter-platform/empathyco-x-adapter-platform-1.0.0-alpha.73.tgz --no-save",
"install:types:local": "npm install file:../x/packages/x-types/empathyco-x-types-10.0.0-alpha.68.tgz",
"install:utils:local": "npm install file:../x/packages/x-archetype-utils/empathyco-x-archetype-utils-0.1.0-alpha.20.tgz --no-save",
@@ -33,7 +33,7 @@
"@empathyco/x-adapter": "^8.1.0-alpha.0",
"@empathyco/x-adapter-platform": "^1.1.0-alpha.3",
"@empathyco/x-archetype-utils": "^2.0.0-alpha.1",
- "@empathyco/x-components": "^6.0.0-alpha.2",
+ "@empathyco/x-components": "^6.0.0-alpha.3",
"@empathyco/x-deep-merge": "^2.0.3-alpha.1",
"@empathyco/x-types": "^10.1.0-alpha.3",
"@empathyco/x-utils": "^1.0.3-alpha.1",
diff --git a/src/components/mobile/mobile-sub-header.vue b/src/components/mobile/mobile-sub-header.vue
index ef2587c4..373a5033 100644
--- a/src/components/mobile/mobile-sub-header.vue
+++ b/src/components/mobile/mobile-sub-header.vue
@@ -4,7 +4,7 @@