@wistia/ui 0.18.0-beta.487a02f2.5478196 → 0.18.0-beta.6b0e0e1f.6fda0f8
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.cjs +1 -1
- package/dist/index.d.mts +1 -8
- package/dist/index.d.ts +1 -8
- package/dist/index.mjs +1 -1
- package/package.json +5 -5
package/dist/index.cjs
CHANGED
package/dist/index.d.mts
CHANGED
|
@@ -673,19 +673,12 @@ type BannerImageProps = ComponentPropsWithoutRef<'div'> & {
|
|
|
673
673
|
* Alternative text description of the image for accessibility
|
|
674
674
|
*/
|
|
675
675
|
alt?: string;
|
|
676
|
-
/**
|
|
677
|
-
* The aspect ratio that the image should _try_ to maintain.
|
|
678
|
-
*/
|
|
679
|
-
aspectRatio?: 'square' | 'wide' | {
|
|
680
|
-
height: number;
|
|
681
|
-
width: number;
|
|
682
|
-
};
|
|
683
676
|
/**
|
|
684
677
|
* Position of the image within the banner layout. Only applies in horizontal orientation.
|
|
685
678
|
*/
|
|
686
679
|
alignment?: 'left' | 'right';
|
|
687
680
|
};
|
|
688
|
-
declare const BannerImage: ({ alignment, alt,
|
|
681
|
+
declare const BannerImage: ({ alignment, alt, src, ...props }: BannerImageProps) => react_jsx_runtime.JSX.Element;
|
|
689
682
|
|
|
690
683
|
type UnknownRecord = Record<string, unknown>;
|
|
691
684
|
type PropsOf<Component extends ElementType> = ComponentPropsWithoutRef<Component>;
|
package/dist/index.d.ts
CHANGED
|
@@ -673,19 +673,12 @@ type BannerImageProps = ComponentPropsWithoutRef<'div'> & {
|
|
|
673
673
|
* Alternative text description of the image for accessibility
|
|
674
674
|
*/
|
|
675
675
|
alt?: string;
|
|
676
|
-
/**
|
|
677
|
-
* The aspect ratio that the image should _try_ to maintain.
|
|
678
|
-
*/
|
|
679
|
-
aspectRatio?: 'square' | 'wide' | {
|
|
680
|
-
height: number;
|
|
681
|
-
width: number;
|
|
682
|
-
};
|
|
683
676
|
/**
|
|
684
677
|
* Position of the image within the banner layout. Only applies in horizontal orientation.
|
|
685
678
|
*/
|
|
686
679
|
alignment?: 'left' | 'right';
|
|
687
680
|
};
|
|
688
|
-
declare const BannerImage: ({ alignment, alt,
|
|
681
|
+
declare const BannerImage: ({ alignment, alt, src, ...props }: BannerImageProps) => react_jsx_runtime.JSX.Element;
|
|
689
682
|
|
|
690
683
|
type UnknownRecord = Record<string, unknown>;
|
|
691
684
|
type PropsOf<Component extends ElementType> = ComponentPropsWithoutRef<Component>;
|
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/ui",
|
|
3
|
-
"version": "0.18.0-beta.
|
|
3
|
+
"version": "0.18.0-beta.6b0e0e1f.6fda0f8",
|
|
4
4
|
"description": "Wistia UI React component library",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -92,8 +92,8 @@
|
|
|
92
92
|
"@types/culori": "^4.0.1",
|
|
93
93
|
"@types/jest-axe": "^3.5.9",
|
|
94
94
|
"@types/node": "^24.7.0",
|
|
95
|
-
"@types/react": "^
|
|
96
|
-
"@types/react-dom": "^
|
|
95
|
+
"@types/react": "^19.1.13",
|
|
96
|
+
"@types/react-dom": "^19.1.9",
|
|
97
97
|
"@types/throttle-debounce": "^5.0.2",
|
|
98
98
|
"@vitejs/plugin-react": "^5.0.4",
|
|
99
99
|
"@vitest/coverage-istanbul": "^3.2.4",
|
|
@@ -108,9 +108,9 @@
|
|
|
108
108
|
"minimist": "^1.2.8",
|
|
109
109
|
"pascalcase": "^2.0.0",
|
|
110
110
|
"prettier": "^3.6.2",
|
|
111
|
-
"react": "^
|
|
111
|
+
"react": "^19.1.1",
|
|
112
112
|
"react-docgen-typescript": "^2.4.0",
|
|
113
|
-
"react-dom": "^
|
|
113
|
+
"react-dom": "^19.1.1",
|
|
114
114
|
"react-router": "^7.9.3",
|
|
115
115
|
"remark-gfm": "^4.0.1",
|
|
116
116
|
"signale": "^1.4.0",
|