@descope/web-components-ui 1.0.123 → 1.0.124

Sign up to get free protection for your applications and to get access to all the features.
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