@descope/web-components-ui 1.0.269 → 1.0.271

Sign up to get free protection for your applications and to get access to all the features.
@@ -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' },