@wistia/ui 0.22.1-beta.5c2e4cf9.3da8b89 → 0.22.1-beta.69dbddb4.6a0d5fa

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" | "disabled" | "value" | "rightIcon" | "autoSelect"> & {
3269
3269
  /**
3270
3270
  * When disabled, the copy action will not be triggered
3271
3271
  */
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /*
3
- * @license @wistia/ui v0.22.1-beta.5c2e4cf9.3da8b89
3
+ * @license @wistia/ui v0.22.1-beta.69dbddb4.6a0d5fa
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.1-beta.5c2e4cf9.3da8b89",
3
+ "version": "0.22.1-beta.69dbddb4.6a0d5fa",
4
4
  "description": "Wistia UI React component library",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
@@ -39,7 +39,7 @@
39
39
  "test:ci": "vitest run --coverage",
40
40
  "test:coverage": "vitest --coverage --ui",
41
41
  "test:debug": "echo 'open chrome://inspect/#devices' && vitest --inspect-brk --no-file-parallelism",
42
- "typecheck": "tsc"
42
+ "typecheck": "tsgo"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "@types/react": "^19.0.0",
@@ -70,7 +70,7 @@
70
70
  "react-markdown": "^10.1.0",
71
71
  "sonner": "^2.0.7",
72
72
  "throttle-debounce": "^5.0.2",
73
- "use-file-picker": "^2.1.4",
73
+ "use-file-picker": "2.1.2",
74
74
  "yup": "^1.7.1"
75
75
  },
76
76
  "devDependencies": {
@@ -94,12 +94,13 @@
94
94
  "@types/react": "^19.2.14",
95
95
  "@types/react-dom": "^19.2.3",
96
96
  "@types/throttle-debounce": "^5.0.2",
97
+ "@typescript/native-preview": "^7.0.0-dev.20260325.1",
97
98
  "@vitejs/plugin-react": "^6.0.1",
98
99
  "@vitest/coverage-istanbul": "^4.1.1",
99
100
  "@vitest/ui": "^4.1.1",
100
101
  "browserslist": "^4.28.1",
101
102
  "check-export-map": "^1.3.1",
102
- "chromatic": "^15.3.1",
103
+ "chromatic": "^16.0.0",
103
104
  "cross-env": "^10.1.0",
104
105
  "esbuild-visualizer": "^0.7.0",
105
106
  "glob": "^13.0.6",
@@ -117,7 +118,6 @@
117
118
  "storybook": "^10.3.3",
118
119
  "styled-components": "6.2.0",
119
120
  "tsdown": "^0.21.5",
120
- "typescript": "^6.0.2",
121
121
  "vite": "^8.0.2",
122
122
  "vitest": "^4.1.1",
123
123
  "vitest-axe": "^1.0.0-pre.5",