@descope/web-components-ui 1.0.312 → 1.0.313

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.
@@ -4537,6 +4537,7 @@ class RawText extends createBaseClass({ componentName: componentName$B, baseSele
4537
4537
  <style>
4538
4538
  :host {
4539
4539
  display: inline-block;
4540
+ line-height: 1em;
4540
4541
  }
4541
4542
  :host > slot {
4542
4543
  width: 100%;
@@ -4701,6 +4702,7 @@ let EnrichedText$2 = class EnrichedText extends createBaseClass({ componentName:
4701
4702
  <style>
4702
4703
  :host {
4703
4704
  display: inline-block;
4705
+ line-height: 1em;
4704
4706
  }
4705
4707
  :host > slot {
4706
4708
  width: 100%;
@@ -4861,6 +4863,7 @@ class RawLink extends createBaseClass({ componentName: componentName$z, baseSele
4861
4863
  <style>
4862
4864
  :host {
4863
4865
  display: inline-block;
4866
+ line-height: 1em;
4864
4867
  }
4865
4868
  :host a {
4866
4869
  display: inline;