@descope/web-components-ui 1.0.231 → 1.0.233

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.
@@ -3820,7 +3820,7 @@ var switchToggle$1 = /*#__PURE__*/Object.freeze({
3820
3820
 
3821
3821
  const componentName$q = getComponentName('container');
3822
3822
 
3823
- class RawContainer extends createBaseClass({ componentName: componentName$q, baseSelector: ':host > slot' }) {
3823
+ class RawContainer extends createBaseClass({ componentName: componentName$q, baseSelector: 'slot' }) {
3824
3824
  constructor() {
3825
3825
  super();
3826
3826
 
@@ -8094,6 +8094,9 @@ const GridMixin = (superclass) =>
8094
8094
  super.init?.();
8095
8095
  this.handleColumns();
8096
8096
  this.forwardSelectedItemsChange();
8097
+
8098
+ // disable the grid sort
8099
+ this.baseElement._mapSorters = () => {};
8097
8100
  }
8098
8101
 
8099
8102
  forwardSelectedItemsChange() {