@descope/web-components-ui 2.2.5 → 2.2.7

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.
@@ -18559,7 +18559,6 @@ const globalRefs$a = getThemeRefs$1(globals);
18559
18559
  const defaultHeight = '400px';
18560
18560
 
18561
18561
  const appsList = {
18562
- [vars$k.itemsFontWeight]: 'normal',
18563
18562
  [vars$k.itemsTextAlign]: 'start',
18564
18563
  [vars$k.hostDirection]: globalRefs$a.direction,
18565
18564
  [vars$k.maxHeight]: defaultHeight,
@@ -18571,15 +18570,19 @@ const appsList = {
18571
18570
  size: {
18572
18571
  xs: {
18573
18572
  [vars$k.itemsFontSize]: '14px',
18573
+ [vars$k.itemsFontWeight]: 'normal',
18574
18574
  },
18575
18575
  sm: {
18576
18576
  [vars$k.itemsFontSize]: '14px',
18577
+ [vars$k.itemsFontWeight]: 'normal',
18577
18578
  },
18578
18579
  md: {
18579
18580
  [vars$k.itemsFontSize]: '16px',
18581
+ [vars$k.itemsFontWeight]: 'normal',
18580
18582
  },
18581
18583
  lg: {
18582
18584
  [vars$k.itemsFontSize]: '20px',
18585
+ [vars$k.itemsFontWeight]: 'normal',
18583
18586
  },
18584
18587
  },
18585
18588