@wistia/ui 0.14.31 → 0.14.32
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 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +12 -1
- package/dist/index.d.ts +12 -1
- package/dist/index.mjs +2 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
/*
|
|
3
|
-
* @license @wistia/ui v0.14.
|
|
3
|
+
* @license @wistia/ui v0.14.32
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -116,6 +116,7 @@ __export(index_exports, {
|
|
|
116
116
|
Label: () => Label,
|
|
117
117
|
Link: () => Link,
|
|
118
118
|
List: () => List,
|
|
119
|
+
ListItem: () => ListItem,
|
|
119
120
|
Mark: () => Mark,
|
|
120
121
|
Menu: () => Menu,
|
|
121
122
|
MenuItem: () => MenuItem,
|
|
@@ -17794,6 +17795,7 @@ WistiaLogo.displayName = "WistiaLogo_UI";
|
|
|
17794
17795
|
Label,
|
|
17795
17796
|
Link,
|
|
17796
17797
|
List,
|
|
17798
|
+
ListItem,
|
|
17797
17799
|
Mark,
|
|
17798
17800
|
Menu,
|
|
17799
17801
|
MenuItem,
|