@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.
- package/dist/cjs/index.cjs.js +3 -0
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/index.esm.js +3 -0
- package/dist/index.esm.js.map +1 -1
- package/dist/umd/DescopeDev.js +1 -1
- package/dist/umd/descope-divider-index-js.js +1 -1
- package/dist/umd/descope-enriched-text-index-js.js +1 -1
- package/dist/umd/descope-link-index-js.js +1 -1
- package/dist/umd/descope-text-index-js.js +1 -1
- package/dist/umd/descope-user-attribute-index-js.js +1 -1
- package/dist/umd/descope-user-auth-method-index-js.js +1 -1
- package/dist/umd/mapping-fields-descope-mappings-field-index-js.js +1 -1
- package/dist/umd/mapping-fields-descope-saml-group-mappings-index-js.js +1 -1
- package/package.json +1 -1
- package/src/components/descope-enriched-text/EnrichedTextClass.js +1 -0
- package/src/components/descope-link/LinkClass.js +1 -0
- package/src/components/descope-text/TextClass.js +1 -0
package/dist/index.esm.js
CHANGED
|
@@ -2289,6 +2289,7 @@ class RawText extends createBaseClass({ componentName: componentName$M, baseSele
|
|
|
2289
2289
|
<style>
|
|
2290
2290
|
:host {
|
|
2291
2291
|
display: inline-block;
|
|
2292
|
+
line-height: 1em;
|
|
2292
2293
|
}
|
|
2293
2294
|
:host > slot {
|
|
2294
2295
|
width: 100%;
|
|
@@ -2587,6 +2588,7 @@ class RawLink extends createBaseClass({ componentName: componentName$J, baseSele
|
|
|
2587
2588
|
<style>
|
|
2588
2589
|
:host {
|
|
2589
2590
|
display: inline-block;
|
|
2591
|
+
line-height: 1em;
|
|
2590
2592
|
}
|
|
2591
2593
|
:host a {
|
|
2592
2594
|
display: inline;
|
|
@@ -3466,6 +3468,7 @@ let EnrichedText$2 = class EnrichedText extends createBaseClass({ componentName:
|
|
|
3466
3468
|
<style>
|
|
3467
3469
|
:host {
|
|
3468
3470
|
display: inline-block;
|
|
3471
|
+
line-height: 1em;
|
|
3469
3472
|
}
|
|
3470
3473
|
:host > slot {
|
|
3471
3474
|
width: 100%;
|