@hotelinking/ui 14.48.2 → 14.48.4

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.
package/dist/ui.d.ts CHANGED
@@ -226,6 +226,8 @@ declare const Sizes: readonly ["small", "medium", "big"];
226
226
  declare type Sizes_2 = (typeof Sizes)[number];
227
227
 
228
228
  export declare type TableItemType = {
229
+ /** item checkbox is disabled */
230
+ disabled?: boolean;
229
231
  /** co unique id */
230
232
  id: string | number;
231
233
  /** when a row is emitted, if additional info is needed, can be put here */