@descope/web-components-ui 1.0.268 → 1.0.270
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/descope-container-index-js.js +1 -1
- package/package.json +1 -1
- package/src/components/descope-container/ContainerClass.js +1 -0
- package/src/theme/components/container.js +1 -0
- package/src/theme/components/grid.js +1 -0
package/dist/cjs/index.cjs.js
CHANGED
@@ -3991,6 +3991,7 @@ const ContainerClass = compose(
|
|
3991
3991
|
mappings: {
|
3992
3992
|
hostHeight: { selector: () => ':host', property: 'height' },
|
3993
3993
|
hostWidth: { selector: () => ':host', property: 'width' },
|
3994
|
+
hostDirection: { selector: () => ':host', property: 'direction' },
|
3994
3995
|
|
3995
3996
|
verticalPadding: [{ property: 'padding-top' }, { property: 'padding-bottom' }],
|
3996
3997
|
horizontalPadding: [{ property: 'padding-left' }, { property: 'padding-right' }],
|
@@ -4051,6 +4052,7 @@ const container = {
|
|
4051
4052
|
[compVars$3.backgroundColor]: globalRefs$d.colors.surface.light,
|
4052
4053
|
[compVars$3.color]: globalRefs$d.colors.surface.contrast,
|
4053
4054
|
[compVars$3.borderRadius]: '0px',
|
4055
|
+
[compVars$3.hostDirection]: globalRefs$d.direction,
|
4054
4056
|
|
4055
4057
|
verticalPadding: {
|
4056
4058
|
sm: { [compVars$3.verticalPadding]: '5px' },
|
@@ -8807,6 +8809,7 @@ const grid = {
|
|
8807
8809
|
[vars$4.hostWidth]: '100%',
|
8808
8810
|
[vars$4.hostHeight]: '100%',
|
8809
8811
|
[vars$4.hostMinHeight]: '400px',
|
8812
|
+
[vars$4.fontWeight]: '400',
|
8810
8813
|
[vars$4.backgroundColor]: globalRefs$3.colors.surface.light,
|
8811
8814
|
|
8812
8815
|
[vars$4.fontSize]: refs.fontSize,
|