@descope/web-components-ui 1.131.0 → 1.133.0
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 +5 -1
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/index.esm.js +5 -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 +1 -1
- package/src/theme/components/container.js +4 -0
- package/src/theme/components/userAttribute.js +1 -1
package/dist/index.esm.js
CHANGED
@@ -20292,6 +20292,10 @@ const container = {
|
|
20292
20292
|
[compVars$8.borderRadius]: '0px',
|
20293
20293
|
[compVars$8.hostDirection]: globalRefs$B.direction,
|
20294
20294
|
|
20295
|
+
[compVars$8.borderStyle]: 'none',
|
20296
|
+
[compVars$8.borderWidth]: 'unset',
|
20297
|
+
[compVars$8.borderColor]: 'unset',
|
20298
|
+
|
20295
20299
|
verticalPadding: {
|
20296
20300
|
sm: { [compVars$8.verticalPadding]: '5px' },
|
20297
20301
|
md: { [compVars$8.verticalPadding]: '10px' },
|
@@ -21777,7 +21781,7 @@ const vars$v = UserAttributeClass.cssVarList;
|
|
21777
21781
|
const userAttribute = {
|
21778
21782
|
[vars$v.labelMinWidth]: '150px',
|
21779
21783
|
[vars$v.hostDirection]: globalRefs$i.direction,
|
21780
|
-
[vars$v.contentMinWidth]: `calc(100% - ${useVar(vars$v.labelMinWidth)})`,
|
21784
|
+
[vars$v.contentMinWidth]: `calc(100% - ${useVar(vars$v.labelMinWidth)} - ${useVar(vars$v.itemsGap)})`,
|
21781
21785
|
[vars$v.badgeMaxWidth]: '85px',
|
21782
21786
|
[vars$v.itemsGap]: '4px',
|
21783
21787
|
[vars$v.hostMinWidth]: '310px',
|