@descope/web-components-ui 1.0.123 → 1.0.124

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/dist/index.esm.js CHANGED
@@ -2164,15 +2164,15 @@ class RawLink extends createBaseClass({ componentName: componentName$e, baseSele
2164
2164
  display: inline-block;
2165
2165
  }
2166
2166
  :host a {
2167
- display: inline-block;
2167
+ display: inline;
2168
2168
  }
2169
2169
  </style>
2170
2170
  <div>
2171
- <a>
2172
- <descope-text>
2171
+ <descope-text>
2172
+ <a>
2173
2173
  <slot></slot>
2174
- </descope-text>
2175
- </a>
2174
+ </a>
2175
+ </descope-text>
2176
2176
  </div>
2177
2177
  `;
2178
2178