@wistia/ui 0.10.9-beta.f82fdfa9.f06545c → 0.10.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.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +3 -3
- 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.10.9
|
|
3
|
+
* @license @wistia/ui v0.10.9
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -8196,7 +8196,7 @@ var HeadingComponent = (0, import_react28.forwardRef)(
|
|
|
8196
8196
|
$preventUserSelect: preventUserSelect,
|
|
8197
8197
|
$truncate: truncate,
|
|
8198
8198
|
$variant: variant,
|
|
8199
|
-
as: renderAs ?? variantElementMap[variant]
|
|
8199
|
+
as: renderAs ?? variantElementMap[variant],
|
|
8200
8200
|
...props
|
|
8201
8201
|
}
|
|
8202
8202
|
)
|
|
@@ -8405,7 +8405,7 @@ var TextComponent = (0, import_react29.forwardRef)(
|
|
|
8405
8405
|
$prominence: prominence,
|
|
8406
8406
|
$truncate: truncate,
|
|
8407
8407
|
$variant: variant,
|
|
8408
|
-
as: renderAs ?? variantElementMap2[variant]
|
|
8408
|
+
as: renderAs ?? variantElementMap2[variant],
|
|
8409
8409
|
...props
|
|
8410
8410
|
}
|
|
8411
8411
|
);
|