@descope/web-components-ui 1.0.333 → 1.0.334

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.
@@ -10389,6 +10389,7 @@ const GridClass = compose(
10389
10389
  { ...rowSeparator, property: 'border-top-color' },
10390
10390
  ],
10391
10391
  resizeHandleColor: { ...resizeHandle, property: 'background-color' },
10392
+ hostDirection: { ...host$6, property: 'direction', fallback: 'ltr' },
10392
10393
  },
10393
10394
  }),
10394
10395
  draggableMixin,
@@ -10445,6 +10446,7 @@ const grid = {
10445
10446
 
10446
10447
  [vars$e.valueTextColor]: globalRefs$b.colors.surface.contrast,
10447
10448
  [vars$e.selectedBackgroundColor]: globalRefs$b.colors.surface.highlight,
10449
+ [vars$e.hostDirection]: globalRefs$b.direction,
10448
10450
 
10449
10451
  _bordered: {
10450
10452
  [vars$e.borderColor]: refs.borderColor,