@nivaro/react 0.1.147 → 0.1.148

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.
Files changed (3) hide show
  1. package/dist/index.d.ts +3 -0
  2. package/dist/index.js +4725 -4697
  3. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1924,6 +1924,9 @@ declare interface LayoutAssignment {
1924
1924
  label_override: string | null;
1925
1925
  is_visible: boolean | number;
1926
1926
  overrides?: string | Record<string, unknown> | null;
1927
+ widget_id?: number | null;
1928
+ input_bindings?: string | null;
1929
+ default_expanded?: boolean | number | null;
1927
1930
  }
1928
1931
 
1929
1932
  /**