@wistia/ui 0.20.22 → 0.21.0
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 +2 -30
- package/dist/index.js +903 -1036
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -664,19 +664,7 @@ type BannerProps = ComponentPropsWithoutRef<'div'> & {
|
|
|
664
664
|
* Optional `Icon` component to use. Must be an instance of [Icon](../?path=/docs/components-icon--docs)
|
|
665
665
|
*/
|
|
666
666
|
icon?: JSX.Element;
|
|
667
|
-
/**
|
|
668
|
-
* Controls the visual prominence of the banner
|
|
669
|
-
*/
|
|
670
|
-
prominence?: 'primary' | 'secondary';
|
|
671
667
|
colorScheme?: ColorSchemeTypes;
|
|
672
|
-
/**
|
|
673
|
-
* Optional image element to display in the banner
|
|
674
|
-
*/
|
|
675
|
-
image?: JSX.Element | undefined;
|
|
676
|
-
/**
|
|
677
|
-
* Controls the layout direction. If set to 'auto', the banner will switch between horizontal and vertical based on the container width.
|
|
678
|
-
*/
|
|
679
|
-
orientation?: 'auto' | 'horizontal' | 'vertical';
|
|
680
668
|
/**
|
|
681
669
|
* Primary call-to-action element (typically a [Button]() of the `solid` variant)
|
|
682
670
|
*/
|
|
@@ -694,26 +682,10 @@ type BannerProps = ComponentPropsWithoutRef<'div'> & {
|
|
|
694
682
|
* The `Banner` component is for displaying contextual information to the user such as alerts or feature announcements.
|
|
695
683
|
*/
|
|
696
684
|
declare const Banner: {
|
|
697
|
-
({ bodyText, colorScheme, headingText, icon,
|
|
685
|
+
({ bodyText, colorScheme, headingText, icon, onClose, primaryAction, secondaryAction, ...props }: BannerProps): JSX.Element;
|
|
698
686
|
displayName: string;
|
|
699
687
|
};
|
|
700
688
|
|
|
701
|
-
type BannerImageProps = ComponentPropsWithoutRef<'div'> & {
|
|
702
|
-
/**
|
|
703
|
-
* The URL of the image to display in the banner
|
|
704
|
-
*/
|
|
705
|
-
src: string;
|
|
706
|
-
/**
|
|
707
|
-
* Alternative text description of the image for accessibility
|
|
708
|
-
*/
|
|
709
|
-
alt?: string;
|
|
710
|
-
/**
|
|
711
|
-
* Position of the image within the banner layout. Only applies in horizontal orientation.
|
|
712
|
-
*/
|
|
713
|
-
alignment?: 'left' | 'right';
|
|
714
|
-
};
|
|
715
|
-
declare const BannerImage: ({ alignment, alt, src, ...props }: BannerImageProps) => react_jsx_runtime.JSX.Element;
|
|
716
|
-
|
|
717
689
|
type UnknownRecord = Record<string, unknown>;
|
|
718
690
|
type PropsOf<Component extends ElementType> = ComponentPropsWithoutRef<Component>;
|
|
719
691
|
type ExtendedProps<Props = UnknownRecord, OverrideProps = UnknownRecord> = Omit<Props, keyof OverrideProps> & OverrideProps;
|
|
@@ -4595,4 +4567,4 @@ declare const WistiaLogo: {
|
|
|
4595
4567
|
displayName: string;
|
|
4596
4568
|
};
|
|
4597
4569
|
|
|
4598
|
-
export { ActionButton, type ActionButtonProps, Avatar, type AvatarProps, type AvatarStatus, Badge, type BadgeProps, Banner,
|
|
4570
|
+
export { ActionButton, type ActionButtonProps, Avatar, type AvatarProps, type AvatarStatus, Badge, type BadgeProps, Banner, type BannerProps, Box, type BoxProps, Breadcrumb, type BreadcrumbProps, Breadcrumbs, type BreadcrumbsProps, Button, ButtonGroup, type ButtonProps, Card, type CardProps, Center, type CenterProps, Checkbox, CheckboxGroup, CheckboxMenuItem, ClickRegion, type ClickRegionProps, Collapsible, CollapsibleContent, type CollapsibleProps, CollapsibleTrigger, CollapsibleTriggerIcon, ColorGrid, ColorGridOption, type ColorGridOptionProps, type ColorGridProps, ColorList, ColorListGroup, type ColorListGroupProps, ColorListOption, type ColorListOptionProps, type ColorListProps, ColorPicker, ColorPickerPopoverContent, type ColorPickerPopoverContentProps, type ColorPickerProps, ColorPickerSection, type ColorPickerSectionProps, ColorPickerTrigger, type ColorPickerTriggerProps, type ColorSchemeTypes, ColorSchemeWrapper, type ColorSchemeWrapperProps, Combobox, ComboboxOption, type ComboboxOptionProps, type ComboboxProps, ContextMenu, type ContextMenuProps, ContrastControls, CustomizableThemeWrapper, type CustomizableThemeWrapperProps, DataCard, DataCardHoverArrow, type DataCardProps, DataCardTrend, type DataCardTrendProps, DataCards, type DataCardsProps, DataList, DataListItem, DataListItemLabel, DataListItemValue, type DataListProps, Divider, EditableHeading, type EditableHeadingProps, EditableText, EditableTextCancelButton, EditableTextContext, EditableTextDisplay, EditableTextInput, EditableTextLabel, type EditableTextProps, EditableTextRoot, type EditableTextRootProps, EditableTextSubmitButton, EditableTextTrigger, Ellipsis, type EllipsisProps, FeatureCard, FeatureCardImage, type FeatureCardProps, FilterMenu, FilterMenuItem, Form, FormErrorSummary, FormField, type FormFieldProps, FormGroup, type FormGroupProps, type FormProps, Grid, type GridProps, Heading, type HeadingProps, HexColorInput, type HexColorInputProps, HueSlider, Icon, IconButton, type IconButtonProps, type IconNameType, Image, type ImageProps, Input, InputClickToCopy, type InputClickToCopyProps, InputPassword, type InputPasswordProps, type InputProps, type KeyboardKeys, KeyboardShortcut, Label, type LabelProps, Link, type LinkProps, List, ListItem, type ListItemProps, type ListProps, Mark, type MarkProps, Markdown, type MarkdownProps, Menu, MenuItem, MenuItemDescription, MenuItemLabel, MenuLabel, MenuRadioGroup, Meter, type MeterProps, type MeterSegment, Modal, ModalCallout, ModalCallouts, type ModalProps, Popover, type PopoverProps, ProgressBar, type ProgressBarProps, Radio, RadioCard, RadioCardImage, type RadioCardImageProps, type RadioCardProps, RadioGroup, RadioMenuItem, type RadioProps, SaturationAndValuePicker, ScreenReaderOnly, ScrollArea, type ScrollAreaProps, SegmentedControl, SegmentedControlItem, type SegmentedControlItemProps, type SegmentedControlProps, Select, SelectOption, SelectOptionGroup, type SelectOptionGroupProps, type SelectOptionProps, type SelectProps, Slider, type SliderProps, SplitButton, type SplitButtonProps, Stack, SubMenu, Switch, type SwitchProps, Table, TableBody, type TableBodyProps, TableCell, type TableCellProps, TableFoot, type TableFootProps, TableHead, type TableHeadProps, type TableProps, TableRow, type TableRowProps, Tabs, TabsContent, TabsList, TabsTrigger, Tag, type TagProps, Text, type TextProps, Thumbnail, ThumbnailBadge, type ThumbnailBadgeProps, ThumbnailCollage, type ThumbnailCollageProps, type ThumbnailProps, Tooltip, type TooltipProps, UIProvider, type UseActiveMqReturnType, type UseIsHoveredReturnType, type UseMqReturnType, type UseToastProps, ValueNameOrHexCode, ValueSwatch, WistiaLogo, calculateContrast, coerceToBoolean, colorSchemeOptions, copyToClipboard, dateTime, iconSizeMap, mergeRefs, mq, useActiveMq, useAriaLive, useBoolean, useClipboard, useElementObserver, useFilePicker, useFocusTrap, useForceUpdate, useFormState, useImperativeFilePicker, useIsHovered, useKey, useKeyPress, useLocalStorage, useLockBodyScroll, useMq, useOnClickOutside, usePreviousValue, useToast, useWindowSize, validateWithYup };
|