@wistia/ui 0.22.2-beta.9c91e2bb.efa3005 → 0.22.2-beta.dc92d160.633264e

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.d.ts CHANGED
@@ -615,7 +615,7 @@ declare const ActionButton: react.ForwardRefExoticComponent<(Omit<{
615
615
  * Changes the secondary icon for different use cases
616
616
  */
617
617
  variant?: "default" | "gated" | "menu-down" | "menu-up";
618
- } & Omit<ButtonAsButtonProps, "variant" | "fullWidth" | "isLoading" | "leftIcon" | "rightIcon" | "size" | "unstyled">, "ref"> | Omit<{
618
+ } & Omit<ButtonAsButtonProps, "variant" | "size" | "fullWidth" | "isLoading" | "leftIcon" | "rightIcon" | "unstyled">, "ref"> | Omit<{
619
619
  /**
620
620
  * @override
621
621
  * The text to display for the ActionButton
@@ -644,7 +644,7 @@ declare const ActionButton: react.ForwardRefExoticComponent<(Omit<{
644
644
  * Changes the secondary icon for different use cases
645
645
  */
646
646
  variant?: "default" | "gated" | "menu-down" | "menu-up";
647
- } & Omit<ButtonAsLinkProps, "variant" | "fullWidth" | "isLoading" | "leftIcon" | "rightIcon" | "size" | "unstyled">, "ref">) & react.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
647
+ } & Omit<ButtonAsLinkProps, "variant" | "size" | "fullWidth" | "isLoading" | "leftIcon" | "rightIcon" | "unstyled">, "ref">) & react.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
648
648
  //#endregion
649
649
  //#region src/components/Avatar/Avatar.d.ts
650
650
  type AvatarInstanceType = 'image' | 'initials';
@@ -3265,7 +3265,7 @@ type InputClickToCopyProps = Omit<InputProps, 'autoSelect' | 'disabled' | 'right
3265
3265
  /**
3266
3266
  * Provides a readonly input that copies the text to the clipboard when clicked.
3267
3267
  */
3268
- declare const InputClickToCopy: react.ForwardRefExoticComponent<Omit<InputProps, "type" | "rightIcon" | "disabled" | "value" | "autoSelect"> & {
3268
+ declare const InputClickToCopy: react.ForwardRefExoticComponent<Omit<InputProps, "type" | "value" | "disabled" | "rightIcon" | "autoSelect"> & {
3269
3269
  /**
3270
3270
  * When disabled, the copy action will not be triggered
3271
3271
  */
@@ -3294,7 +3294,7 @@ type InputPasswordProps = Omit<InputProps, 'leftIcon' | 'monospace' | 'rightIcon
3294
3294
  /**
3295
3295
  * A password input component with a toggle button to show or hide the password text.
3296
3296
  */
3297
- declare const InputPassword: react.ForwardRefExoticComponent<Omit<InputProps, "type" | "leftIcon" | "rightIcon" | "monospace"> & {
3297
+ declare const InputPassword: react.ForwardRefExoticComponent<Omit<InputProps, "type" | "monospace" | "leftIcon" | "rightIcon"> & {
3298
3298
  /**
3299
3299
  * Set the disabled state of the input
3300
3300
  */
@@ -4201,7 +4201,7 @@ type RadioProps = Omit<ComponentPropsWithoutRef<'input'>, 'hideLabel' | 'label'
4201
4201
  */
4202
4202
  hideLabel?: boolean;
4203
4203
  };
4204
- declare const Radio: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref">, "label" | "onChange" | "size" | "value" | "hideLabel"> & {
4204
+ declare const Radio: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref">, "label" | "onChange" | "value" | "size" | "hideLabel"> & {
4205
4205
  /**
4206
4206
  * Indicates the state of the radio
4207
4207
  */
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /*
3
- * @license @wistia/ui v0.22.2-beta.9c91e2bb.efa3005
3
+ * @license @wistia/ui v0.22.2-beta.dc92d160.633264e
4
4
  *
5
5
  * Copyright (c) 2024-2026, Wistia, Inc. and its affiliates.
6
6
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wistia/ui",
3
- "version": "0.22.2-beta.9c91e2bb.efa3005",
3
+ "version": "0.22.2-beta.dc92d160.633264e",
4
4
  "description": "Wistia UI React component library",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",