@wistia/ui 0.13.3-beta.5d0cf359.76cb65f → 0.13.3
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.cjs +1 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +0 -4
- package/dist/index.d.ts +0 -4
- package/dist/index.mjs +1 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
/*
|
|
3
|
-
* @license @wistia/ui v0.13.3
|
|
3
|
+
* @license @wistia/ui v0.13.3
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -12473,7 +12473,6 @@ var DataCard = (props) => {
|
|
|
12473
12473
|
{
|
|
12474
12474
|
ref,
|
|
12475
12475
|
...(0, import_type_guards37.isNotNil)(props.beforeAction) ? { beforeAction: props.beforeAction } : {},
|
|
12476
|
-
...(0, import_type_guards37.isNotNil)(props.reloadDocument) ? { reloadDocument: props.reloadDocument } : {},
|
|
12477
12476
|
disabled: props.disabled ?? false,
|
|
12478
12477
|
href: props.href,
|
|
12479
12478
|
onClick: props.onClick,
|