@zuzjs/ui 1.0.50 → 1.0.51

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/index.d.cts CHANGED
@@ -215,6 +215,7 @@ interface ZuzProps {
215
215
  draggable?: boolean;
216
216
  dragOptions?: DragOptions;
217
217
  busy?: boolean;
218
+ stripes?: `background` | `overlay`;
218
219
  }
219
220
  interface BoxProps extends Partial<Props<`div`>> {
220
221
  name?: string;
package/dist/index.d.ts CHANGED
@@ -215,6 +215,7 @@ interface ZuzProps {
215
215
  draggable?: boolean;
216
216
  dragOptions?: DragOptions;
217
217
  busy?: boolean;
218
+ stripes?: `background` | `overlay`;
218
219
  }
219
220
  interface BoxProps extends Partial<Props<`div`>> {
220
221
  name?: string;