@wistia/ui 0.18.5-beta.32b910d9.423e2b0 → 0.18.5-beta.342cd938.c25755a
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 -12
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +1 -15
- package/dist/index.d.ts +1 -15
- package/dist/index.mjs +1 -11
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
/*
|
|
3
|
-
* @license @wistia/ui v0.18.5-beta.
|
|
3
|
+
* @license @wistia/ui v0.18.5-beta.342cd938.c25755a
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -160,7 +160,6 @@ __export(index_exports, {
|
|
|
160
160
|
TabsList: () => TabsList,
|
|
161
161
|
TabsTrigger: () => TabsTrigger,
|
|
162
162
|
Tag: () => Tag,
|
|
163
|
-
Test: () => Test,
|
|
164
163
|
Text: () => Text,
|
|
165
164
|
Thumbnail: () => Thumbnail,
|
|
166
165
|
ThumbnailBadge: () => ThumbnailBadge,
|
|
@@ -18612,15 +18611,6 @@ var SplitButton = ({
|
|
|
18612
18611
|
] });
|
|
18613
18612
|
};
|
|
18614
18613
|
SplitButton.displayName = "SplitButton_UI";
|
|
18615
|
-
|
|
18616
|
-
// src/components/Test/Test.tsx
|
|
18617
|
-
var import_styled_components131 = require("styled-components");
|
|
18618
|
-
var import_jsx_runtime332 = require("react/jsx-runtime");
|
|
18619
|
-
var StyledTest = import_styled_components131.styled.div`
|
|
18620
|
-
/* add styles here */
|
|
18621
|
-
`;
|
|
18622
|
-
var Test = ({ children, ...props }) => /* @__PURE__ */ (0, import_jsx_runtime332.jsx)(StyledTest, { ...props, children });
|
|
18623
|
-
Test.displayName = "Test_UI";
|
|
18624
18614
|
// Annotate the CommonJS export names for ESM import in node:
|
|
18625
18615
|
0 && (module.exports = {
|
|
18626
18616
|
ActionButton,
|
|
@@ -18744,7 +18734,6 @@ Test.displayName = "Test_UI";
|
|
|
18744
18734
|
TabsList,
|
|
18745
18735
|
TabsTrigger,
|
|
18746
18736
|
Tag,
|
|
18747
|
-
Test,
|
|
18748
18737
|
Text,
|
|
18749
18738
|
Thumbnail,
|
|
18750
18739
|
ThumbnailBadge,
|