@descope/web-components-ui 2.2.6 → 2.2.8

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
@@ -4353,7 +4353,7 @@ class BooleanInputInternal extends BaseInputClass$d {
4353
4353
  this.innerHTML = `
4354
4354
  <div class="wrapper">
4355
4355
  <vaadin-checkbox>
4356
- <descope-enriched-text class="label-content" slot="label"></descope-enriched-text>
4356
+ <descope-enriched-text link-target-blank="true" class="label-content" slot="label"></descope-enriched-text>
4357
4357
  </vaadin-checkbox>
4358
4358
  </div>
4359
4359
  `;
@@ -22536,7 +22536,6 @@ const globalRefs$a = getThemeRefs$1(globals);
22536
22536
  const defaultHeight = '400px';
22537
22537
 
22538
22538
  const appsList = {
22539
- [vars$k.itemsFontWeight]: 'normal',
22540
22539
  [vars$k.itemsTextAlign]: 'start',
22541
22540
  [vars$k.hostDirection]: globalRefs$a.direction,
22542
22541
  [vars$k.maxHeight]: defaultHeight,
@@ -22548,15 +22547,19 @@ const appsList = {
22548
22547
  size: {
22549
22548
  xs: {
22550
22549
  [vars$k.itemsFontSize]: '14px',
22550
+ [vars$k.itemsFontWeight]: 'normal',
22551
22551
  },
22552
22552
  sm: {
22553
22553
  [vars$k.itemsFontSize]: '14px',
22554
+ [vars$k.itemsFontWeight]: 'normal',
22554
22555
  },
22555
22556
  md: {
22556
22557
  [vars$k.itemsFontSize]: '16px',
22558
+ [vars$k.itemsFontWeight]: 'normal',
22557
22559
  },
22558
22560
  lg: {
22559
22561
  [vars$k.itemsFontSize]: '20px',
22562
+ [vars$k.itemsFontWeight]: 'normal',
22560
22563
  },
22561
22564
  },
22562
22565