@wistia/ui 0.22.4 → 0.22.5

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" | "size" | "unstyled" | "isLoading" | "leftIcon" | "fullWidth" | "rightIcon">, "ref"> | Omit<{
618
+ } & Omit<ButtonAsButtonProps, "fullWidth" | "isLoading" | "leftIcon" | "rightIcon" | "size" | "unstyled" | "variant">, "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" | "size" | "unstyled" | "isLoading" | "leftIcon" | "fullWidth" | "rightIcon">, "ref">) & _$react.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
647
+ } & Omit<ButtonAsLinkProps, "fullWidth" | "isLoading" | "leftIcon" | "rightIcon" | "size" | "unstyled" | "variant">, "ref">) & _$react.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
648
648
  //#endregion
649
649
  //#region src/components/Avatar/Avatar.d.ts
650
650
  type AvatarInstanceType = 'image' | 'initials';
@@ -1230,7 +1230,7 @@ declare const Center: _$react.ForwardRefExoticComponent<Omit<_$react.DetailedHTM
1230
1230
  //#endregion
1231
1231
  //#region src/components/Checkbox/Checkbox.d.ts
1232
1232
  type CheckboxSizeType = 'lg' | 'md' | 'sm';
1233
- declare const Checkbox: _$react.ForwardRefExoticComponent<Omit<Omit<_$react.DetailedHTMLProps<_$react.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref">, "label" | "onChange" | "size" | "hideLabel"> & {
1233
+ declare const Checkbox: _$react.ForwardRefExoticComponent<Omit<Omit<_$react.DetailedHTMLProps<_$react.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref">, "label" | "size" | "onChange" | "hideLabel"> & {
1234
1234
  /**
1235
1235
  * Indicates the state of the checkbox
1236
1236
  */
@@ -3175,7 +3175,7 @@ declare const IconButton: _$react.ForwardRefExoticComponent<(Omit<{
3175
3175
  * The [Icon](?path=/docs/components-icon--docs) component to use, e.g. `<Icon type="favorite" />`
3176
3176
  */
3177
3177
  children: JSX.Element;
3178
- } & Omit<ButtonAsButtonProps, "leftIcon" | "fullWidth" | "rightIcon">, "ref"> | Omit<{
3178
+ } & Omit<ButtonAsButtonProps, "fullWidth" | "leftIcon" | "rightIcon">, "ref"> | Omit<{
3179
3179
  /**
3180
3180
  * Accessible text for screen readers.
3181
3181
  */
@@ -3184,7 +3184,7 @@ declare const IconButton: _$react.ForwardRefExoticComponent<(Omit<{
3184
3184
  * The [Icon](?path=/docs/components-icon--docs) component to use, e.g. `<Icon type="favorite" />`
3185
3185
  */
3186
3186
  children: JSX.Element;
3187
- } & Omit<ButtonAsLinkProps, "leftIcon" | "fullWidth" | "rightIcon">, "ref">) & _$react.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
3187
+ } & Omit<ButtonAsLinkProps, "fullWidth" | "leftIcon" | "rightIcon">, "ref">) & _$react.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
3188
3188
  //#endregion
3189
3189
  //#region src/components/Image/Image.d.ts
3190
3190
  type ImageProps = ComponentPropsWithoutRef<'img'> & {
@@ -3264,7 +3264,7 @@ type InputClickToCopyProps = Omit<InputProps, 'autoSelect' | 'disabled' | 'right
3264
3264
  /**
3265
3265
  * Provides a readonly input that copies the text to the clipboard when clicked.
3266
3266
  */
3267
- declare const InputClickToCopy: _$react.ForwardRefExoticComponent<Omit<InputProps, "type" | "disabled" | "rightIcon" | "value" | "autoSelect"> & {
3267
+ declare const InputClickToCopy: _$react.ForwardRefExoticComponent<Omit<InputProps, "rightIcon" | "disabled" | "type" | "value" | "autoSelect"> & {
3268
3268
  /**
3269
3269
  * When disabled, the copy action will not be triggered
3270
3270
  */
@@ -3293,7 +3293,7 @@ type InputPasswordProps = Omit<InputProps, 'leftIcon' | 'monospace' | 'rightIcon
3293
3293
  /**
3294
3294
  * A password input component with a toggle button to show or hide the password text.
3295
3295
  */
3296
- declare const InputPassword: _$react.ForwardRefExoticComponent<Omit<InputProps, "type" | "leftIcon" | "rightIcon" | "monospace"> & {
3296
+ declare const InputPassword: _$react.ForwardRefExoticComponent<Omit<InputProps, "leftIcon" | "rightIcon" | "type" | "monospace"> & {
3297
3297
  /**
3298
3298
  * Set the disabled state of the input
3299
3299
  */
@@ -4200,7 +4200,7 @@ type RadioProps = Omit<ComponentPropsWithoutRef<'input'>, 'hideLabel' | 'label'
4200
4200
  */
4201
4201
  hideLabel?: boolean;
4202
4202
  };
4203
- declare const Radio: _$react.ForwardRefExoticComponent<Omit<Omit<_$react.DetailedHTMLProps<_$react.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref">, "label" | "onChange" | "size" | "value" | "hideLabel"> & {
4203
+ declare const Radio: _$react.ForwardRefExoticComponent<Omit<Omit<_$react.DetailedHTMLProps<_$react.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref">, "label" | "size" | "value" | "onChange" | "hideLabel"> & {
4204
4204
  /**
4205
4205
  * Indicates the state of the radio
4206
4206
  */
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /*
3
- * @license @wistia/ui v0.22.4
3
+ * @license @wistia/ui v0.22.5
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.4",
3
+ "version": "0.22.5",
4
4
  "description": "Wistia UI React component library",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
@@ -69,7 +69,7 @@
69
69
  "react-markdown": "^10.1.0",
70
70
  "sonner": "^2.0.7",
71
71
  "throttle-debounce": "^5.0.2",
72
- "use-file-picker": "2.1.2",
72
+ "use-file-picker": "^2.1.4",
73
73
  "yup": "^1.7.1"
74
74
  },
75
75
  "devDependencies": {