@wistia/ui 0.21.8 → 0.21.9

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.ts CHANGED
@@ -2584,6 +2584,7 @@ declare const Form: <T>(props: FormProps<T> & {
2584
2584
  }) => JSX.Element;
2585
2585
 
2586
2586
  type FormErrorSummaryProps = {
2587
+ /** A description to show before the list of form errors */
2587
2588
  description: string;
2588
2589
  };
2589
2590
  declare const FormErrorSummary: ({ description }: FormErrorSummaryProps) => react_jsx_runtime.JSX.Element | null;
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /*
3
- * @license @wistia/ui v0.21.8
3
+ * @license @wistia/ui v0.21.9
4
4
  *
5
5
  * Copyright (c) 2024-2026, Wistia, Inc. and its affiliates.
6
6
  *
@@ -15655,6 +15655,7 @@ var ModalScrollArea = styled86.div`
15655
15655
  order: 2;
15656
15656
  max-height: 90vh;
15657
15657
  overflow-y: auto;
15658
+ height: 100%;
15658
15659
  `;
15659
15660
  var ModalFooter = styled86.footer`
15660
15661
  padding: 0 var(--wui-space-05);