@descope/web-components-ui 1.0.333 → 1.0.334

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.esm.js CHANGED
@@ -8856,6 +8856,7 @@ const GridClass = compose(
8856
8856
  { ...rowSeparator, property: 'border-top-color' },
8857
8857
  ],
8858
8858
  resizeHandleColor: { ...resizeHandle, property: 'background-color' },
8859
+ hostDirection: { ...host$6, property: 'direction', fallback: 'ltr' },
8859
8860
  },
8860
8861
  }),
8861
8862
  draggableMixin,
@@ -13732,6 +13733,7 @@ const grid = {
13732
13733
 
13733
13734
  [vars$e.valueTextColor]: globalRefs$b.colors.surface.contrast,
13734
13735
  [vars$e.selectedBackgroundColor]: globalRefs$b.colors.surface.highlight,
13736
+ [vars$e.hostDirection]: globalRefs$b.direction,
13735
13737
 
13736
13738
  _bordered: {
13737
13739
  [vars$e.borderColor]: refs.borderColor,