@smileid/web-components 1.4.5-alpha.0 → 1.4.5-alpha.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.
@@ -543,7 +543,7 @@ function templateString() {
543
543
  <button id='allow' data-variant='solid full-width' class='button theme-background'>
544
544
  Allow
545
545
  </button>
546
- <button id='cancel' data-variant='outline full-width' class="button" style='--flow-space: 1.5rem' ${this.hideBack ? 'hidden' : ''}>
546
+ <button id='cancel' data-variant='outline full-width' class="button" style='--flow-space: 1.5rem' ${(this.hideBack || !this.showNavigation) ? 'hidden' : ''}>
547
547
  Cancel
548
548
  </button>
549
549
  </section>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smileid/web-components",
3
- "version": "1.4.5-alpha.0",
3
+ "version": "1.4.5-alpha.1",
4
4
  "main": "index.js",
5
5
  "exports": {
6
6
  ".": "./index.js",