@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.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /*
3
- * @license @wistia/ui v0.19.4-beta.32a78d83.3ea9116
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
  *
@@ -31,6 +31,7 @@ var globalStyleAdjustmentsCss = css`
31
31
  -webkit-tap-highlight-color: rgb(0 0 0 / 0%); /* 2 */
32
32
  -moz-text-size-adjust: none; /* 3 */
33
33
  -webkit-text-size-adjust: none;
34
+ /* stylelint-disable-next-line plugin/use-baseline */
34
35
  text-size-adjust: none;
35
36
  height: -webkit-fill-available; /* 4 */
36
37
  }
@@ -18852,6 +18853,9 @@ var CustomizableThemeWrapper = ({
18852
18853
  }
18853
18854
  );
18854
18855
  CustomizableThemeWrapper.displayName = "CustomizableThemeWrapper_UI";
18856
+
18857
+ // src/index.ts
18858
+ console.log("UI package loaded");
18855
18859
  export {
18856
18860
  ActionButton,
18857
18861
  Avatar,