@wistia/ui 0.22.4 → 0.22.5-beta.13f2a0ad.716880
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 +5 -5
- package/dist/index.js +1 -1
- package/package.json +13 -13
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" | "
|
|
618
|
+
} & Omit<ButtonAsButtonProps, "variant" | "fullWidth" | "isLoading" | "leftIcon" | "rightIcon" | "size" | "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" | "
|
|
647
|
+
} & Omit<ButtonAsLinkProps, "variant" | "fullWidth" | "isLoading" | "leftIcon" | "rightIcon" | "size" | "unstyled">, "ref">) & _$react.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
|
|
648
648
|
//#endregion
|
|
649
649
|
//#region src/components/Avatar/Avatar.d.ts
|
|
650
650
|
type AvatarInstanceType = 'image' | 'initials';
|
|
@@ -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, "
|
|
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, "
|
|
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" | "
|
|
3267
|
+
declare const InputClickToCopy: _$react.ForwardRefExoticComponent<Omit<InputProps, "type" | "rightIcon" | "disabled" | "value" | "autoSelect"> & {
|
|
3268
3268
|
/**
|
|
3269
3269
|
* When disabled, the copy action will not be triggered
|
|
3270
3270
|
*/
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/ui",
|
|
3
|
-
"version": "0.22.
|
|
3
|
+
"version": "0.22.5-beta.13f2a0ad.716880",
|
|
4
4
|
"description": "Wistia UI React component library",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -69,18 +69,18 @@
|
|
|
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.
|
|
72
|
+
"use-file-picker": "^2.1.4",
|
|
73
73
|
"yup": "^1.7.1"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
|
-
"@figma/code-connect": "^1.4.
|
|
76
|
+
"@figma/code-connect": "^1.4.3",
|
|
77
77
|
"@mdx-js/mdx": "^3.1.1",
|
|
78
78
|
"@mdx-js/react": "^3.1.1",
|
|
79
79
|
"@repo/config": "workspace:*",
|
|
80
|
-
"@storybook/addon-a11y": "^10.3.
|
|
81
|
-
"@storybook/addon-docs": "^10.3.
|
|
82
|
-
"@storybook/addon-links": "^10.3.
|
|
83
|
-
"@storybook/react-vite": "^10.3.
|
|
80
|
+
"@storybook/addon-a11y": "^10.3.4",
|
|
81
|
+
"@storybook/addon-docs": "^10.3.4",
|
|
82
|
+
"@storybook/addon-links": "^10.3.4",
|
|
83
|
+
"@storybook/react-vite": "^10.3.4",
|
|
84
84
|
"@testing-library/dom": "^10.4.1",
|
|
85
85
|
"@testing-library/jest-dom": "^6.9.1",
|
|
86
86
|
"@testing-library/react": "^16.3.2",
|
|
@@ -89,17 +89,17 @@
|
|
|
89
89
|
"@types/jest-axe": "^3.5.9",
|
|
90
90
|
"@types/jsdom": "^28.0.1",
|
|
91
91
|
"@types/mdx": "^2.0.13",
|
|
92
|
-
"@types/node": "^25.5.
|
|
92
|
+
"@types/node": "^25.5.1",
|
|
93
93
|
"@types/react": "^19.2.14",
|
|
94
94
|
"@types/react-dom": "^19.2.3",
|
|
95
95
|
"@types/throttle-debounce": "^5.0.2",
|
|
96
|
-
"@typescript/native-preview": "^7.0.0-dev.
|
|
96
|
+
"@typescript/native-preview": "^7.0.0-dev.20260403.1",
|
|
97
97
|
"@vitejs/plugin-react": "^6.0.1",
|
|
98
98
|
"@vitest/coverage-istanbul": "^4.1.2",
|
|
99
99
|
"@vitest/ui": "^4.1.2",
|
|
100
100
|
"browserslist": "^4.28.2",
|
|
101
101
|
"check-export-map": "^1.3.1",
|
|
102
|
-
"chromatic": "^16.
|
|
102
|
+
"chromatic": "^16.1.0",
|
|
103
103
|
"cross-env": "^10.1.0",
|
|
104
104
|
"glob": "^13.0.6",
|
|
105
105
|
"jsdom": "^29.0.1",
|
|
@@ -109,12 +109,12 @@
|
|
|
109
109
|
"react": "^19.2.4",
|
|
110
110
|
"react-docgen-typescript": "^2.4.0",
|
|
111
111
|
"react-dom": "^19.2.4",
|
|
112
|
-
"react-router": "^7.
|
|
112
|
+
"react-router": "^7.14.0",
|
|
113
113
|
"remark-gfm": "^4.0.1",
|
|
114
|
-
"rolldown": "^1.0.0-rc.
|
|
114
|
+
"rolldown": "^1.0.0-rc.13",
|
|
115
115
|
"rollup-plugin-visualizer": "^7.0.1",
|
|
116
116
|
"signale": "^1.4.0",
|
|
117
|
-
"storybook": "^10.3.
|
|
117
|
+
"storybook": "^10.3.4",
|
|
118
118
|
"styled-components": "6.2.0",
|
|
119
119
|
"tsdown": "^0.21.7",
|
|
120
120
|
"typescript": "^6.0.2",
|