@descope/web-components-ui 2.2.6 → 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.
- package/dist/cjs/index.cjs.js +4 -1
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/index.esm.js +4 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/umd/DescopeDev.js +1 -1
- package/dist/umd/DescopeDev.js.map +1 -1
- package/package.json +28 -28
package/dist/index.esm.js
CHANGED
|
@@ -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
|
|