@wistia/ui 0.19.4-beta.32a78d83.3ea9116 → 0.19.4-beta.413b2919.29e7ec2
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 +5 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +5 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +17 -17
package/dist/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
/*
|
|
3
|
-
* @license @wistia/ui v0.19.4-beta.
|
|
3
|
+
* @license @wistia/ui v0.19.4-beta.413b2919.29e7ec2
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -222,6 +222,7 @@ var globalStyleAdjustmentsCss = import_styled_components.css`
|
|
|
222
222
|
-webkit-tap-highlight-color: rgb(0 0 0 / 0%); /* 2 */
|
|
223
223
|
-moz-text-size-adjust: none; /* 3 */
|
|
224
224
|
-webkit-text-size-adjust: none;
|
|
225
|
+
/* stylelint-disable-next-line plugin/use-baseline */
|
|
225
226
|
text-size-adjust: none;
|
|
226
227
|
height: -webkit-fill-available; /* 4 */
|
|
227
228
|
}
|
|
@@ -18985,6 +18986,9 @@ var CustomizableThemeWrapper = ({
|
|
|
18985
18986
|
}
|
|
18986
18987
|
);
|
|
18987
18988
|
CustomizableThemeWrapper.displayName = "CustomizableThemeWrapper_UI";
|
|
18989
|
+
|
|
18990
|
+
// src/index.ts
|
|
18991
|
+
console.log("UI package loaded");
|
|
18988
18992
|
// Annotate the CommonJS export names for ESM import in node:
|
|
18989
18993
|
0 && (module.exports = {
|
|
18990
18994
|
ActionButton,
|