cecomponent 2.0.92 → 2.0.93

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.
@@ -188,9 +188,9 @@ interface CEDataGridDynamicTableProps {
188
188
  shouldColumnPersist?: boolean;
189
189
  enableFreezeControls?: boolean;
190
190
  /**
191
- * Controlled freeze: freeze columns by id, label, or 1-based visible index.
192
- * - number: freeze first N visible columns
193
- * - (string | number)[]: freeze by column id/label or 1-based index
191
+ * Controlled freeze configuration.
192
+ * - number: freeze the first N currently visible columns
193
+ * - string[]: freeze these exact column ids when visible
194
194
  */
195
195
  freezeColumns?: FreezeColumnsInput;
196
196
  /** Initial freeze config for uncontrolled mode (applied once on mount). */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cecomponent",
3
3
  "description": "A React component library for building modern UIs for Cleanearth",
4
- "version": "2.0.92",
4
+ "version": "2.0.93",
5
5
  "main": "dist/ce-component-lib.js",
6
6
  "module": "dist/ce-component-lib.mjs",
7
7
  "types": "dist/idex.d.ts",