@descope/web-components-ui 1.0.269 → 1.0.270

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.esm.js CHANGED
@@ -2120,6 +2120,7 @@ const ContainerClass = compose(
2120
2120
  mappings: {
2121
2121
  hostHeight: { selector: () => ':host', property: 'height' },
2122
2122
  hostWidth: { selector: () => ':host', property: 'width' },
2123
+ hostDirection: { selector: () => ':host', property: 'direction' },
2123
2124
 
2124
2125
  verticalPadding: [{ property: 'padding-top' }, { property: 'padding-bottom' }],
2125
2126
  horizontalPadding: [{ property: 'padding-left' }, { property: 'padding-right' }],
@@ -9355,6 +9356,7 @@ const container = {
9355
9356
  [compVars$3.backgroundColor]: globalRefs$d.colors.surface.light,
9356
9357
  [compVars$3.color]: globalRefs$d.colors.surface.contrast,
9357
9358
  [compVars$3.borderRadius]: '0px',
9359
+ [compVars$3.hostDirection]: globalRefs$d.direction,
9358
9360
 
9359
9361
  verticalPadding: {
9360
9362
  sm: { [compVars$3.verticalPadding]: '5px' },