@uniformdev/design-system 19.178.2-alpha.25 → 19.179.2-alpha.22
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/esm/index.js +331 -1118
- package/dist/index.d.mts +327 -368
- package/dist/index.d.ts +327 -368
- package/dist/index.js +343 -1107
- package/package.json +9 -10
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _emotion_react_jsx_runtime from '@emotion/react/jsx-runtime';
|
|
2
2
|
import { Decorator } from '@storybook/react';
|
|
3
3
|
import * as React$1 from 'react';
|
|
4
4
|
import React__default, { RefObject, HTMLAttributes, MutableRefObject, ReactNode, ImgHTMLAttributes, SVGProps, InputHTMLAttributes, CSSProperties, Ref, PropsWithChildren, ButtonHTMLAttributes, FocusEventHandler, ChangeEvent, HtmlHTMLAttributes } from 'react';
|
|
@@ -18,16 +18,15 @@ import { DateValue } from '@internationalized/date';
|
|
|
18
18
|
import { CalendarProps as CalendarProps$1, TimeFieldProps, TimeValue } from 'react-aria-components';
|
|
19
19
|
import { PopoverState } from 'reakit/Popover';
|
|
20
20
|
import { CreatableProps } from 'react-select/creatable';
|
|
21
|
-
import InternalSelect from 'react-select/dist/declarations/src/Select';
|
|
21
|
+
import InternalSelect from '../../../node_modules/react-select/dist/declarations/src/Select';
|
|
22
22
|
import { JsonSchema7Type } from 'zod-to-json-schema/src/parseDef';
|
|
23
23
|
import * as _ariakit_react from '@ariakit/react';
|
|
24
|
-
import { MenuProps as MenuProps$2, MenuStoreProps,
|
|
24
|
+
import { MenuProps as MenuProps$2, MenuStoreProps, MenuItemProps as MenuItemProps$1, PopoverProps as PopoverProps$1, PopoverProviderProps, PopoverStore, TabStoreState, TabListProps, TabProps, TabPanelProps } from '@ariakit/react';
|
|
25
25
|
export { PopoverStore } from '@ariakit/react';
|
|
26
26
|
import { InitialConfigType } from '@lexical/react/LexicalComposer';
|
|
27
27
|
import { LinkParamValue, RichTextParamConfiguration } from '@uniformdev/canvas';
|
|
28
28
|
export { RichTextBuiltInElement, RichTextBuiltInFormat } from '@uniformdev/canvas';
|
|
29
29
|
import { Spread, SerializedElementNode, ElementNode, NodeKey, EditorConfig, DOMConversionMap, RangeSelection, SerializedEditorState, LexicalEditor } from 'lexical';
|
|
30
|
-
import * as _uniformdev_richtext from '@uniformdev/richtext';
|
|
31
30
|
export { richTextBuiltInElements, richTextBuiltInFormats } from '@uniformdev/richtext';
|
|
32
31
|
export { Id as ToastId, toast } from 'react-toastify';
|
|
33
32
|
|
|
@@ -46,7 +45,7 @@ type ThemeProps = {
|
|
|
46
45
|
/**
|
|
47
46
|
* Uniform CSS Variables, font provider and optional reset stylesheet
|
|
48
47
|
* @example <Theme disableReset={true} /> */
|
|
49
|
-
declare const Theme: ({ disableReset, disableGlobalReset }: ThemeProps) =>
|
|
48
|
+
declare const Theme: ({ disableReset, disableGlobalReset }: ThemeProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
50
49
|
|
|
51
50
|
declare const BetaDecorator: Decorator;
|
|
52
51
|
|
|
@@ -126,7 +125,7 @@ declare const buttonTertiaryOutline: _emotion_react.SerializedStyles;
|
|
|
126
125
|
declare const buttonGhostUnimportant: _emotion_react.SerializedStyles;
|
|
127
126
|
|
|
128
127
|
declare const labelText: _emotion_react.SerializedStyles;
|
|
129
|
-
declare const input: (whiteSpaceWrap:
|
|
128
|
+
declare const input: (whiteSpaceWrap: "wrap" | "nowrap") => _emotion_react.SerializedStyles;
|
|
130
129
|
declare const inputError: _emotion_react.SerializedStyles;
|
|
131
130
|
declare const inputSelect: _emotion_react.SerializedStyles;
|
|
132
131
|
|
|
@@ -211,7 +210,7 @@ type AddButtonProps = Omit<React$1.ButtonHTMLAttributes<HTMLButtonElement>, 'onC
|
|
|
211
210
|
* @param {Omit<React.HTMLAttributes<HTMLButtonElement>, 'onChange'>} props - object of button props
|
|
212
211
|
* @example <AddButton buttonText="Button Text" />
|
|
213
212
|
*/
|
|
214
|
-
declare const AddButton: ({ buttonText, onClick, shortcut, macShortcut, ...props }: AddButtonProps) =>
|
|
213
|
+
declare const AddButton: ({ buttonText, onClick, shortcut, macShortcut, ...props }: AddButtonProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
215
214
|
|
|
216
215
|
type AddListButtonThemeProps = 'var(--brand-secondary-5)' | 'var(--primary-action-default)';
|
|
217
216
|
type AddListButtonProps = React$1.ButtonHTMLAttributes<HTMLButtonElement> & {
|
|
@@ -240,7 +239,7 @@ type AddListButtonProps = React$1.ButtonHTMLAttributes<HTMLButtonElement> & {
|
|
|
240
239
|
* Uniform Add List Button Component
|
|
241
240
|
* @example <AddListButton buttonText="my text" onButtonClick={() => console.log('button clicked')} icon="add" />
|
|
242
241
|
*/
|
|
243
|
-
declare const AddListButton: ({ buttonText, onButtonClick, disabled, icon, variant, theme, ...buttonProps }: AddListButtonProps) =>
|
|
242
|
+
declare const AddListButton: ({ buttonText, onButtonClick, disabled, icon, variant, theme, ...buttonProps }: AddListButtonProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
244
243
|
|
|
245
244
|
var v$1 = "4.8.0";
|
|
246
245
|
var meta$1 = {
|
|
@@ -20208,7 +20207,7 @@ type AnimationFileProps = LottieComponentProps & {
|
|
|
20208
20207
|
* See https://lottiereact.com/ for example documentation
|
|
20209
20208
|
* @example <AnimationFile animationData={spinnerAnimationData} label="My Animation" width={364} height={282} />
|
|
20210
20209
|
*/
|
|
20211
|
-
declare const AnimationFile: ({ label, loop, autoplay, width, height, ...props }: AnimationFileProps) =>
|
|
20210
|
+
declare const AnimationFile: ({ label, loop, autoplay, width, height, ...props }: AnimationFileProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
20212
20211
|
|
|
20213
20212
|
type AvatarSizeProp = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
20214
20213
|
type AvatarProps = {
|
|
@@ -20220,7 +20219,7 @@ type AvatarProps = {
|
|
|
20220
20219
|
* @description A component to render rounded avatars of a user or an app.
|
|
20221
20220
|
* @example <Avatar>AB</Avatar>
|
|
20222
20221
|
*/
|
|
20223
|
-
declare const Avatar: ({ src, label, children, size, ...props }: AvatarProps) =>
|
|
20222
|
+
declare const Avatar: ({ src, label, children, size, ...props }: AvatarProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
20224
20223
|
|
|
20225
20224
|
type AvatarGroupProps = {
|
|
20226
20225
|
/**
|
|
@@ -20239,7 +20238,7 @@ type AvatarGroupProps = {
|
|
|
20239
20238
|
* @description Renders avatars in a group with the ability to truncate the list. This component works best when the <Avatar> component are direct children.
|
|
20240
20239
|
* @example <AvatarGroup max={2}><Avatar>AB</Avatar><Avatar>CD</Avatar><Avatar>EF</Avatar><AvatarGroup>
|
|
20241
20240
|
*/
|
|
20242
|
-
declare const AvatarGroup: ({ max, children, getTruncatedLabel, ...props }: AvatarGroupProps) =>
|
|
20241
|
+
declare const AvatarGroup: ({ max, children, getTruncatedLabel, ...props }: AvatarGroupProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
20243
20242
|
|
|
20244
20243
|
type BadgeThemeProps = 'caution' | 'info' | 'note' | 'success' | 'error' | 'unimportant';
|
|
20245
20244
|
type SizeProps = 'xs' | 'sm' | 'base';
|
|
@@ -20264,7 +20263,7 @@ type BadgeSizeProps = Record<SizeProps, SerializedStyles>;
|
|
|
20264
20263
|
* @example <Badge text="My badge" theme="success" size="base" />
|
|
20265
20264
|
* @deprecated please use Chip component instead
|
|
20266
20265
|
*/
|
|
20267
|
-
declare const Badge: ({ text, theme, size, uppercaseText, ...props }: BadgeProps) =>
|
|
20266
|
+
declare const Badge: ({ text, theme, size, uppercaseText, ...props }: BadgeProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
20268
20267
|
|
|
20269
20268
|
type BannerType = 'note' | 'info' | 'caution' | 'danger' | 'success';
|
|
20270
20269
|
type BannerProps = React__default.HTMLAttributes<HTMLDivElement> & {
|
|
@@ -20288,7 +20287,7 @@ type BannerProps = React__default.HTMLAttributes<HTMLDivElement> & {
|
|
|
20288
20287
|
* Uniform Banner Component
|
|
20289
20288
|
* @example <Banner type="caution" onDismiss={() => {}}>My Banner Message</Callout>
|
|
20290
20289
|
*/
|
|
20291
|
-
declare const Banner: ({ type, onDismiss, children, isAnimated, ...props }: BannerProps) =>
|
|
20290
|
+
declare const Banner: ({ type, onDismiss, children, isAnimated, ...props }: BannerProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
20292
20291
|
|
|
20293
20292
|
type UniformLogoProps = {
|
|
20294
20293
|
/** sets a light or dark theme for the uniform badge or logo component
|
|
@@ -20302,14 +20301,14 @@ type UniformLogoProps = {
|
|
|
20302
20301
|
* @param props - sets react svg element attribute props
|
|
20303
20302
|
* @example <UniformBadge theme="dark" />
|
|
20304
20303
|
*/
|
|
20305
|
-
declare const UniformBadge: ({ theme, ...props }: React__default.SVGAttributes<SVGElement> & UniformLogoProps) =>
|
|
20304
|
+
declare const UniformBadge: ({ theme, ...props }: React__default.SVGAttributes<SVGElement> & UniformLogoProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
20306
20305
|
|
|
20307
20306
|
/**
|
|
20308
20307
|
* Uniform Logo
|
|
20309
20308
|
* @param props - sets react svg element attribute props
|
|
20310
20309
|
* @example <UniformLogo theme="light" /> */
|
|
20311
|
-
declare const UniformLogo: ({ theme, ...props }: UniformLogoProps & React.SVGAttributes<SVGElement>) =>
|
|
20312
|
-
declare const UniformLogoLarge: ({ ...props }: React.SVGAttributes<SVGElement>) =>
|
|
20310
|
+
declare const UniformLogo: ({ theme, ...props }: UniformLogoProps & React.SVGAttributes<SVGElement>) => _emotion_react_jsx_runtime.JSX.Element;
|
|
20311
|
+
declare const UniformLogoLarge: ({ ...props }: React.SVGAttributes<SVGElement>) => _emotion_react_jsx_runtime.JSX.Element;
|
|
20313
20312
|
|
|
20314
20313
|
/**
|
|
20315
20314
|
* Gets a formatted version of a shortcut for display.
|
|
@@ -20326,7 +20325,7 @@ declare function getFormattedShortcut(shortcut: string | null): string[];
|
|
|
20326
20325
|
*/
|
|
20327
20326
|
declare function ShortcutContext({ children }: {
|
|
20328
20327
|
children: React__default.ReactNode;
|
|
20329
|
-
}):
|
|
20328
|
+
}): _emotion_react_jsx_runtime.JSX.Element;
|
|
20330
20329
|
/**
|
|
20331
20330
|
* @deprecated Use tooltips or menu items with a shortcut instead,
|
|
20332
20331
|
* and getFormattedShortcut for display
|
|
@@ -20335,7 +20334,7 @@ declare function ShortcutRevealer({ shortcut, macShortcut, className, }: {
|
|
|
20335
20334
|
shortcut: string;
|
|
20336
20335
|
macShortcut?: string;
|
|
20337
20336
|
className?: SerializedStyles | string;
|
|
20338
|
-
}):
|
|
20337
|
+
}): _emotion_react_jsx_runtime.JSX.Element | null;
|
|
20339
20338
|
|
|
20340
20339
|
type UseShortcutOptions = {
|
|
20341
20340
|
/**
|
|
@@ -20389,7 +20388,7 @@ type TooltipProps = TooltipOptions & {
|
|
|
20389
20388
|
/** If the tooltip should not be rendered inside a portal */
|
|
20390
20389
|
withoutPortal?: boolean;
|
|
20391
20390
|
};
|
|
20392
|
-
declare function Tooltip({ children, title, placement, visible, withoutPortal, ...props }: TooltipProps):
|
|
20391
|
+
declare function Tooltip({ children, title, placement, visible, withoutPortal, ...props }: TooltipProps): _emotion_react_jsx_runtime.JSX.Element;
|
|
20393
20392
|
|
|
20394
20393
|
/** Button themes that are available to use with our brand */
|
|
20395
20394
|
type ButtonThemeProps$1 = 'primary' | 'secondary' | 'accent-alt-dark' | 'accent-alt-dark-outline' | 'destructive' | 'tertiary' | 'tertiaryOutline' | 'unimportant' | 'ghost' | 'ghostDestructive' | 'primaryInvert' | 'secondaryInvert' | 'ghostUnimportant';
|
|
@@ -20439,7 +20438,7 @@ declare const allSupportedIcons: {
|
|
|
20439
20438
|
'canvas-alert': (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
|
|
20440
20439
|
warning: (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
|
|
20441
20440
|
'info-filled': (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
|
|
20442
|
-
settings: (props: IconProps) =>
|
|
20441
|
+
settings: (props: IconProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
20443
20442
|
'query-string': (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
|
|
20444
20443
|
json: (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
|
|
20445
20444
|
'format-bold': (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
|
|
@@ -21124,7 +21123,7 @@ interface IconProps extends IconBaseProps {
|
|
|
21124
21123
|
* Component that renders icons
|
|
21125
21124
|
* @example <Icon icon="add-r" iconColor="currentColor" />
|
|
21126
21125
|
*/
|
|
21127
|
-
declare const Icon: React__default.MemoExoticComponent<({ icon, iconColor, size, ...otherProps }: IconProps) =>
|
|
21126
|
+
declare const Icon: React__default.MemoExoticComponent<({ icon, iconColor, size, ...otherProps }: IconProps) => _emotion_react_jsx_runtime.JSX.Element | null>;
|
|
21128
21127
|
|
|
21129
21128
|
declare const rectangleRoundedIcon: (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
|
|
21130
21129
|
declare const cardIcon: (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
|
|
@@ -21137,7 +21136,7 @@ declare const canvasAlertIcon: (props: _react_icons_all_files.IconBaseProps) =>
|
|
|
21137
21136
|
declare const warningIcon: (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
|
|
21138
21137
|
declare const infoFilledIcon: (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
|
|
21139
21138
|
declare const settingsIcon: IconType$2;
|
|
21140
|
-
declare const settings: (props: IconProps) =>
|
|
21139
|
+
declare const settings: (props: IconProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
21141
21140
|
declare const queryStringIcon: (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
|
|
21142
21141
|
declare const structurePanelIcon: (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
|
|
21143
21142
|
declare const jsonIcon: (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
|
|
@@ -21153,7 +21152,7 @@ declare const customIcons: {
|
|
|
21153
21152
|
'canvas-alert': (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
|
|
21154
21153
|
warning: (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
|
|
21155
21154
|
'info-filled': (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
|
|
21156
|
-
settings: (props: IconProps) =>
|
|
21155
|
+
settings: (props: IconProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
21157
21156
|
'query-string': (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
|
|
21158
21157
|
json: (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
|
|
21159
21158
|
'format-bold': (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
|
|
@@ -21186,9 +21185,13 @@ declare function useIconContext(): {
|
|
|
21186
21185
|
*/
|
|
21187
21186
|
declare function IconsProvider({ children }: {
|
|
21188
21187
|
children: ReactNode;
|
|
21189
|
-
}):
|
|
21188
|
+
}): _emotion_react_jsx_runtime.JSX.Element;
|
|
21190
21189
|
|
|
21191
21190
|
declare const uniformComponentIcon: IconType$1;
|
|
21191
|
+
declare const uniformConditionalValuesIcon: IconType$1;
|
|
21192
|
+
declare const uniformAiIcon: (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
|
|
21193
|
+
declare const uniformLocaleIcon: IconType$1;
|
|
21194
|
+
declare const uniformLocaleDisabledIcon: IconType$1;
|
|
21192
21195
|
declare const uniformComponentPatternIcon: IconType$1;
|
|
21193
21196
|
declare const uniformCompositionPatternIcon: IconType$1;
|
|
21194
21197
|
declare const uniformContentTypeIcon: IconType$1;
|
|
@@ -21241,7 +21244,7 @@ interface ActionButtonsProps {
|
|
|
21241
21244
|
}
|
|
21242
21245
|
/** ButtonWithMenuProps combines the ActionButtonsProps with React HTMLButtonElement attributes */
|
|
21243
21246
|
type ButtonWithMenuProps = ActionButtonsProps & React$1.ButtonHTMLAttributes<HTMLButtonElement>;
|
|
21244
|
-
declare const ButtonWithMenu: ({ onButtonClick, buttonType, buttonText, icon, disabled, children, placement, size, menuContainerCssClasses, withoutPortal, portal, maxMenuHeight, tooltip, shortcut, ...buttonProps }: ButtonWithMenuProps) =>
|
|
21247
|
+
declare const ButtonWithMenu: ({ onButtonClick, buttonType, buttonText, icon, disabled, children, placement, size, menuContainerCssClasses, withoutPortal, portal, maxMenuHeight, tooltip, shortcut, ...buttonProps }: ButtonWithMenuProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
21245
21248
|
|
|
21246
21249
|
/**
|
|
21247
21250
|
* A string in the ISO 8601 date format: YYYY-MM-DD
|
|
@@ -21260,7 +21263,7 @@ type CalendarProps = Pick<CalendarProps$1<DateValue>, 'autoFocus' | 'isDisabled'
|
|
|
21260
21263
|
*
|
|
21261
21264
|
* @deprecated This component is in beta, name and props are subject to change without a major version
|
|
21262
21265
|
*/
|
|
21263
|
-
declare const Calendar: ({ value, timeZone, minValue, maxValue, onChange, autoFocus, isDisabled, isInvalid, isReadOnly, ...props }: CalendarProps) =>
|
|
21266
|
+
declare const Calendar: ({ value, timeZone, minValue, maxValue, onChange, autoFocus, isDisabled, isInvalid, isReadOnly, ...props }: CalendarProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
21264
21267
|
|
|
21265
21268
|
/** Callout button types available to use with our brand */
|
|
21266
21269
|
type CalloutType = 'caution' | 'danger' | 'info' | 'note' | 'success' | 'tip' | 'error';
|
|
@@ -21286,7 +21289,7 @@ interface CalloutProps {
|
|
|
21286
21289
|
* Uniform Callout Component
|
|
21287
21290
|
* @example <Callout title="my title" type="caution"><p>callout body copy</p></Callout>
|
|
21288
21291
|
*/
|
|
21289
|
-
declare const Callout: ({ type, compact, title, children, className, testId, }: CalloutProps) =>
|
|
21292
|
+
declare const Callout: ({ type, compact, title, children, className, testId, }: CalloutProps) => _emotion_react_jsx_runtime.JSX.Element | null;
|
|
21290
21293
|
|
|
21291
21294
|
type CardProps = React$1.HTMLAttributes<HTMLDivElement> & {
|
|
21292
21295
|
/** (optional) sets the title value of the card */
|
|
@@ -21311,11 +21314,11 @@ type CardProps = React$1.HTMLAttributes<HTMLDivElement> & {
|
|
|
21311
21314
|
*/
|
|
21312
21315
|
tag?: React$1.ElementType;
|
|
21313
21316
|
};
|
|
21314
|
-
declare const Card: ({ title, menuItems, children, titleWithMarginBottom, disabled, tag: Tag, menuButtonTestId, ...props }: CardProps) =>
|
|
21317
|
+
declare const Card: ({ title, menuItems, children, titleWithMarginBottom, disabled, tag: Tag, menuButtonTestId, ...props }: CardProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
21315
21318
|
type CardTitleProps = {
|
|
21316
21319
|
children?: React$1.ReactNode;
|
|
21317
21320
|
} & Pick<CardProps, 'title' | 'titleWithMarginBottom'>;
|
|
21318
|
-
declare const CardTitle: ({ title, titleWithMarginBottom, children }: CardTitleProps) =>
|
|
21321
|
+
declare const CardTitle: ({ title, titleWithMarginBottom, children }: CardTitleProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
21319
21322
|
|
|
21320
21323
|
type CardContainerBgColorProps = 'gray' | 'white';
|
|
21321
21324
|
type CardContainerProps = React$1.HTMLAttributes<HTMLDivElement> & {
|
|
@@ -21341,9 +21344,9 @@ type CardContainerProps = React$1.HTMLAttributes<HTMLDivElement> & {
|
|
|
21341
21344
|
/** Uniform Card Container
|
|
21342
21345
|
* @example <CardContainer><Card title="card title" /></CardContainer>
|
|
21343
21346
|
*/
|
|
21344
|
-
declare const CardContainer: ({ bgColor, padding, withLastColumn, children, ...props }: CardContainerProps) =>
|
|
21347
|
+
declare const CardContainer: ({ bgColor, padding, withLastColumn, children, ...props }: CardContainerProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
21345
21348
|
|
|
21346
|
-
declare const LoadingCardSkeleton: () =>
|
|
21349
|
+
declare const LoadingCardSkeleton: () => _emotion_react_jsx_runtime.JSX.Element;
|
|
21347
21350
|
|
|
21348
21351
|
type ChipSizeProp = 'xs' | 'sm' | 'md';
|
|
21349
21352
|
type ChipTheme = 'accent-light' | 'accent-dark' | 'accent-alt-light' | 'accent-alt-dark' | 'neutral-light' | 'neutral-dark';
|
|
@@ -21377,7 +21380,7 @@ type ChipProps = {
|
|
|
21377
21380
|
* To represent a different object, as a reference
|
|
21378
21381
|
* @example <Chip text="productId" theme="accent-light" chipAction={<DismissibleChipAction onDismiss={() => {...}}/>} />
|
|
21379
21382
|
*/
|
|
21380
|
-
declare const Chip: ({ icon, iconColor, text, size, theme, variant, chipAction, as, ...props }: ChipProps) =>
|
|
21383
|
+
declare const Chip: ({ icon, iconColor, text, size, theme, variant, chipAction, as, ...props }: ChipProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
21381
21384
|
type DismissibleChipActionProps = {
|
|
21382
21385
|
onDismiss: () => void;
|
|
21383
21386
|
} & HTMLAttributes<HTMLButtonElement>;
|
|
@@ -21385,7 +21388,7 @@ type DismissibleChipActionProps = {
|
|
|
21385
21388
|
* @description Dismissible chip action should be used with the Chip component
|
|
21386
21389
|
* @example <DismissibleChipAction onDismiss={() => {...}}/>
|
|
21387
21390
|
*/
|
|
21388
|
-
declare const DismissibleChipAction: ({ onDismiss, ...props }: DismissibleChipActionProps) =>
|
|
21391
|
+
declare const DismissibleChipAction: ({ onDismiss, ...props }: DismissibleChipActionProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
21389
21392
|
|
|
21390
21393
|
type MultilineChipProps = {
|
|
21391
21394
|
children: ReactNode;
|
|
@@ -21396,18 +21399,24 @@ type MultilineChipProps = {
|
|
|
21396
21399
|
* Unlike a regular chip, this one can go onto multiple lines with word wrap, and uses inline behaviours.
|
|
21397
21400
|
* @example <MultilineChip text="productId" />
|
|
21398
21401
|
*/
|
|
21399
|
-
declare const MultilineChip: ({ children, onClick, ...props }: MultilineChipProps) =>
|
|
21402
|
+
declare const MultilineChip: ({ children, onClick, ...props }: MultilineChipProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
21400
21403
|
|
|
21404
|
+
type CounterBgColors = 'var(--white)' | 'var(--gray-50)' | 'var(--accent-light)' | 'var(--accent-dark)' | 'transparent';
|
|
21405
|
+
type CounterIconColors = 'auto' | 'var(--utility-caution-icon)' | 'var(--utility-danger-icon)' | 'var(--utility-info-icon)' | 'red';
|
|
21401
21406
|
type CounterProps = {
|
|
21402
21407
|
/** sets the count value, a 0 will show a dot instead of a number. Undefined will cause the counter to disappear. */
|
|
21403
21408
|
count: number | undefined;
|
|
21404
21409
|
/** sets the background color
|
|
21405
21410
|
* @default 'transparent'
|
|
21406
21411
|
*/
|
|
21407
|
-
bgColor?:
|
|
21408
|
-
|
|
21412
|
+
bgColor?: CounterBgColors;
|
|
21413
|
+
/** sets the color of the icon if one is provided */
|
|
21414
|
+
iconColor?: CounterIconColors;
|
|
21415
|
+
/** Optional icon for the counter */
|
|
21416
|
+
icon?: IconType;
|
|
21417
|
+
} & React.HTMLAttributes<HTMLDivElement>;
|
|
21409
21418
|
/** @example <Counter count={1} /> */
|
|
21410
|
-
declare const Counter: ({ count, bgColor, ...props }: CounterProps) =>
|
|
21419
|
+
declare const Counter: ({ count, bgColor, icon, iconColor, ...props }: CounterProps) => _emotion_react_jsx_runtime.JSX.Element | null;
|
|
21411
21420
|
|
|
21412
21421
|
type TextAlignProps = 'left' | 'right' | 'center';
|
|
21413
21422
|
type BoxHeightProps = 'auto' | 'xs' | 'sm' | 'md' | 'lg';
|
|
@@ -21425,7 +21434,73 @@ type DashedBoxProps = React$1.HTMLAttributes<HTMLDivElement> & {
|
|
|
21425
21434
|
* Uniform Dashed Box Component
|
|
21426
21435
|
* @example <DashedBox bgColor="white" boxHeight="md" textAlign="center"><h1>hello world</h1></DashedBox>
|
|
21427
21436
|
*/
|
|
21428
|
-
declare const DashedBox: ({ bgColor, textAlign, boxHeight, children, ...props }: DashedBoxProps) =>
|
|
21437
|
+
declare const DashedBox: ({ bgColor, textAlign, boxHeight, children, ...props }: DashedBoxProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
21438
|
+
|
|
21439
|
+
/**
|
|
21440
|
+
* A string in the ISO 8601 time format: hh:mm
|
|
21441
|
+
*/
|
|
21442
|
+
type IsoTimeString = string;
|
|
21443
|
+
type InputTimeProps = Pick<TimeFieldProps<TimeValue>, 'id' | 'name' | 'hourCycle' | 'autoFocus'> & Pick<React$1.InputHTMLAttributes<HTMLInputElement>, 'disabled'> & {
|
|
21444
|
+
/** (optional) sets the label value */
|
|
21445
|
+
label?: string;
|
|
21446
|
+
/** (optional) sets caption text value */
|
|
21447
|
+
caption?: string | JSX.Element;
|
|
21448
|
+
/** The current value in ISO 8601 time format */
|
|
21449
|
+
value: IsoTimeString | null | undefined;
|
|
21450
|
+
/** (optional) sets the minimum time value in iso8601 time format. ie 10:00 */
|
|
21451
|
+
minValue?: IsoTimeString;
|
|
21452
|
+
/** (optional) sets the maximum time value in iso8601 time format. ie 22:00 */
|
|
21453
|
+
maxValue?: IsoTimeString;
|
|
21454
|
+
/** (optional) sets whether to show the label or hide it and add a aria-label attributes to the input field directly */
|
|
21455
|
+
showLabel?: boolean;
|
|
21456
|
+
/** (optional) sets and shows the the error message value */
|
|
21457
|
+
errorMessage?: string;
|
|
21458
|
+
/** (optional) sets and shows the warning message value */
|
|
21459
|
+
warningMessage?: string;
|
|
21460
|
+
/** (optional) sets the test id for input field container for test automation*/
|
|
21461
|
+
containerTestId?: string;
|
|
21462
|
+
/** (optional) sets label test id */
|
|
21463
|
+
labelTestId?: string;
|
|
21464
|
+
/** (option) sets validation message test id for test automation */
|
|
21465
|
+
errorTestId?: string;
|
|
21466
|
+
/** (option) sets caption message test id for test automation */
|
|
21467
|
+
captionTestId?: string;
|
|
21468
|
+
belowInputSlot?: ReactNode;
|
|
21469
|
+
onChange?: (value: IsoTimeString) => void;
|
|
21470
|
+
};
|
|
21471
|
+
/**
|
|
21472
|
+
* Time input with segmented control
|
|
21473
|
+
*
|
|
21474
|
+
* @deprecated This component is in beta, name and props are subject to change without a major version
|
|
21475
|
+
*/
|
|
21476
|
+
declare const InputTime: React$1.ForwardRefExoticComponent<Pick<TimeFieldProps<TimeValue>, "autoFocus" | "id" | "name" | "hourCycle"> & Pick<React$1.InputHTMLAttributes<HTMLInputElement>, "disabled"> & {
|
|
21477
|
+
/** (optional) sets the label value */
|
|
21478
|
+
label?: string;
|
|
21479
|
+
/** (optional) sets caption text value */
|
|
21480
|
+
caption?: string | JSX.Element;
|
|
21481
|
+
/** The current value in ISO 8601 time format */
|
|
21482
|
+
value: IsoTimeString | null | undefined;
|
|
21483
|
+
/** (optional) sets the minimum time value in iso8601 time format. ie 10:00 */
|
|
21484
|
+
minValue?: IsoTimeString;
|
|
21485
|
+
/** (optional) sets the maximum time value in iso8601 time format. ie 22:00 */
|
|
21486
|
+
maxValue?: IsoTimeString;
|
|
21487
|
+
/** (optional) sets whether to show the label or hide it and add a aria-label attributes to the input field directly */
|
|
21488
|
+
showLabel?: boolean;
|
|
21489
|
+
/** (optional) sets and shows the the error message value */
|
|
21490
|
+
errorMessage?: string;
|
|
21491
|
+
/** (optional) sets and shows the warning message value */
|
|
21492
|
+
warningMessage?: string;
|
|
21493
|
+
/** (optional) sets the test id for input field container for test automation*/
|
|
21494
|
+
containerTestId?: string;
|
|
21495
|
+
/** (optional) sets label test id */
|
|
21496
|
+
labelTestId?: string;
|
|
21497
|
+
/** (option) sets validation message test id for test automation */
|
|
21498
|
+
errorTestId?: string;
|
|
21499
|
+
/** (option) sets caption message test id for test automation */
|
|
21500
|
+
captionTestId?: string;
|
|
21501
|
+
belowInputSlot?: ReactNode;
|
|
21502
|
+
onChange?: (value: IsoTimeString) => void;
|
|
21503
|
+
} & React$1.RefAttributes<HTMLDivElement>>;
|
|
21429
21504
|
|
|
21430
21505
|
/**
|
|
21431
21506
|
* A string in the ISO 8601 datetime format
|
|
@@ -21483,8 +21558,8 @@ type DateTimePickerProps = {
|
|
|
21483
21558
|
*/
|
|
21484
21559
|
declare function useDateTimePickerContext(): {
|
|
21485
21560
|
clearValue(): void;
|
|
21486
|
-
changeDate(isoDate:
|
|
21487
|
-
changeTime(isoTime:
|
|
21561
|
+
changeDate(isoDate: IsoDateString): void;
|
|
21562
|
+
changeTime(isoTime: IsoTimeString): void;
|
|
21488
21563
|
};
|
|
21489
21564
|
/**
|
|
21490
21565
|
* Date Time Picker
|
|
@@ -21498,12 +21573,12 @@ declare function useDateTimePickerContext(): {
|
|
|
21498
21573
|
* Subcomponents can manipulate the value directly by using
|
|
21499
21574
|
* the `useDateTimePickerContext()` hook.
|
|
21500
21575
|
*/
|
|
21501
|
-
declare const DateTimePicker: ({ id, label, triggerIcon, value, minVisible, maxVisible, variant, caption, placeholder, belowTimeInputSlot, showLabel, errorMessage, warningMessage, disabled, onChange, testId, placement, offset, ...props }: DateTimePickerProps) =>
|
|
21576
|
+
declare const DateTimePicker: ({ id, label, triggerIcon, value, minVisible, maxVisible, variant, caption, placeholder, belowTimeInputSlot, showLabel, errorMessage, warningMessage, disabled, onChange, testId, placement, offset, ...props }: DateTimePickerProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
21502
21577
|
|
|
21503
21578
|
declare function DateTimePickerSummary({ value, placeholder, }: {
|
|
21504
21579
|
value: DateTimePickerValue | null | undefined;
|
|
21505
21580
|
placeholder: ReactNode;
|
|
21506
|
-
}):
|
|
21581
|
+
}): _emotion_react_jsx_runtime.JSX.Element;
|
|
21507
21582
|
|
|
21508
21583
|
type DescriptionListProps = {
|
|
21509
21584
|
items: {
|
|
@@ -21521,7 +21596,7 @@ declare const DescriptionList: React__default.ForwardRefExoticComponent<{
|
|
|
21521
21596
|
label: string;
|
|
21522
21597
|
value: string | number | boolean | React__default.ReactNode;
|
|
21523
21598
|
}[];
|
|
21524
|
-
variant?: "horizontal" | "vertical"
|
|
21599
|
+
variant?: "horizontal" | "vertical";
|
|
21525
21600
|
} & React__default.HTMLAttributes<HTMLDListElement> & React__default.RefAttributes<HTMLDListElement>>;
|
|
21526
21601
|
|
|
21527
21602
|
type DetailsProps = React$1.HTMLAttributes<HTMLDetailsElement> & {
|
|
@@ -21547,7 +21622,7 @@ type DetailsProps = React$1.HTMLAttributes<HTMLDetailsElement> & {
|
|
|
21547
21622
|
isCompact?: boolean;
|
|
21548
21623
|
};
|
|
21549
21624
|
/** @example <Details summary="summary text">child content here</Details>*/
|
|
21550
|
-
declare const Details: ({ summary, children, isOpenByDefault, isOpen, isIndented, isCompact, onChange, ...props }: DetailsProps) =>
|
|
21625
|
+
declare const Details: ({ summary, children, isOpenByDefault, isOpen, isIndented, isCompact, onChange, ...props }: DetailsProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
21551
21626
|
|
|
21552
21627
|
type DraggableHandleProps = {
|
|
21553
21628
|
disableDnd?: boolean;
|
|
@@ -21557,11 +21632,11 @@ type DraggableHandleProps = {
|
|
|
21557
21632
|
height?: string;
|
|
21558
21633
|
} & HTMLAttributes<HTMLButtonElement>;
|
|
21559
21634
|
declare const DragHandle: React$1.ForwardRefExoticComponent<{
|
|
21560
|
-
disableDnd?: boolean
|
|
21635
|
+
disableDnd?: boolean;
|
|
21561
21636
|
/** (optional) Height of the drag handle
|
|
21562
21637
|
* @default 3.125rem
|
|
21563
21638
|
*/
|
|
21564
|
-
height?: string
|
|
21639
|
+
height?: string;
|
|
21565
21640
|
} & HTMLAttributes<HTMLButtonElement> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
21566
21641
|
|
|
21567
21642
|
interface DrawerRendererProps extends Omit<React__default.HTMLAttributes<HTMLDivElement>, 'children'> {
|
|
@@ -21599,7 +21674,7 @@ interface DrawerRendererProps extends Omit<React__default.HTMLAttributes<HTMLDiv
|
|
|
21599
21674
|
* Renders a stack of drawers in a different location than their original position in the component tree. Uses React Portal under the hood.
|
|
21600
21675
|
* @example <DrawerProvider><Drawer id="my-drawer" stackId="my-stack" header="Title">Hello</Drawer><DrawerRenderer stackId="my-stack"/></DrawerProvider>
|
|
21601
21676
|
*/
|
|
21602
|
-
declare const DrawerRenderer: ({ stackId, position, width, minWidth, maxWidth, leftAligned, withoutFluidWidth, ...otherProps }: DrawerRendererProps) =>
|
|
21677
|
+
declare const DrawerRenderer: ({ stackId, position, width, minWidth, maxWidth, leftAligned, withoutFluidWidth, ...otherProps }: DrawerRendererProps) => _emotion_react_jsx_runtime.JSX.Element | null;
|
|
21603
21678
|
interface DrawerRendererItemProps extends React__default.HTMLAttributes<HTMLDivElement> {
|
|
21604
21679
|
index: number;
|
|
21605
21680
|
totalDrawers: number;
|
|
@@ -21611,7 +21686,7 @@ interface DrawerRendererItemProps extends React__default.HTMLAttributes<HTMLDivE
|
|
|
21611
21686
|
}
|
|
21612
21687
|
declare const getDrawerAttributes: ({ providerId, stackId, id, }: {
|
|
21613
21688
|
providerId: string;
|
|
21614
|
-
stackId?: string
|
|
21689
|
+
stackId?: string;
|
|
21615
21690
|
id: string;
|
|
21616
21691
|
}) => {
|
|
21617
21692
|
'data-drawer-id': string;
|
|
@@ -21665,7 +21740,7 @@ type DrawerContextValue = {
|
|
|
21665
21740
|
* Provides the context to the Drawer and DrawerRenderer components.
|
|
21666
21741
|
* @example <DrawerProvider><Drawer id="my-drawer" stackId="my-stack" header="Title">Hello</Drawer><DrawerRenderer stackId="my-stack"/></DrawerProvider>
|
|
21667
21742
|
*/
|
|
21668
|
-
declare const DrawerProvider: ({ children }: React__default.PropsWithChildren) =>
|
|
21743
|
+
declare const DrawerProvider: ({ children }: React__default.PropsWithChildren) => _emotion_react_jsx_runtime.JSX.Element;
|
|
21669
21744
|
declare const useDrawer: () => DrawerContextValue;
|
|
21670
21745
|
declare const useCloseCurrentDrawer: () => (() => void) | undefined;
|
|
21671
21746
|
|
|
@@ -21676,14 +21751,14 @@ type DrawerProps = DrawerItem & Omit<DrawerRendererProps, 'stackId'> & {
|
|
|
21676
21751
|
leftAligned?: DrawerRendererProps['leftAligned'];
|
|
21677
21752
|
};
|
|
21678
21753
|
declare const CurrentDrawerContext: React__default.Context<{
|
|
21679
|
-
id?:
|
|
21680
|
-
stackId?:
|
|
21681
|
-
leftAligned?: DrawerRendererProps[
|
|
21754
|
+
id?: DrawerProps["id"];
|
|
21755
|
+
stackId?: DrawerRendererProps["stackId"];
|
|
21756
|
+
leftAligned?: DrawerRendererProps["leftAligned"];
|
|
21682
21757
|
}>;
|
|
21683
21758
|
declare const useCurrentDrawer: () => {
|
|
21684
|
-
id?:
|
|
21685
|
-
stackId?:
|
|
21686
|
-
leftAligned?: DrawerRendererProps[
|
|
21759
|
+
id?: DrawerProps["id"];
|
|
21760
|
+
stackId?: DrawerRendererProps["stackId"];
|
|
21761
|
+
leftAligned?: DrawerRendererProps["leftAligned"];
|
|
21687
21762
|
};
|
|
21688
21763
|
/**
|
|
21689
21764
|
* A drawer component that opens from the right side of is parent. The component is used in combination with DrawerProvider and DrawerRenderer
|
|
@@ -21692,8 +21767,8 @@ declare const useCurrentDrawer: () => {
|
|
|
21692
21767
|
declare const Drawer: React__default.ForwardRefExoticComponent<DrawerItem & Omit<DrawerRendererProps, "stackId"> & {
|
|
21693
21768
|
header?: React__default.ReactNode;
|
|
21694
21769
|
children?: React__default.ReactNode;
|
|
21695
|
-
bgColor?: "var(--
|
|
21696
|
-
leftAligned?: DrawerRendererProps[
|
|
21770
|
+
bgColor?: "var(--gray-50)" | "var(--white)";
|
|
21771
|
+
leftAligned?: DrawerRendererProps["leftAligned"];
|
|
21697
21772
|
} & React__default.RefAttributes<HTMLDivElement>>;
|
|
21698
21773
|
|
|
21699
21774
|
type DrawerContentProps = {
|
|
@@ -21701,12 +21776,12 @@ type DrawerContentProps = {
|
|
|
21701
21776
|
buttonGroup?: ReactNode;
|
|
21702
21777
|
noPadding?: boolean;
|
|
21703
21778
|
} & HTMLAttributes<HTMLDivElement>;
|
|
21704
|
-
declare const DrawerContent: ({ children, buttonGroup, noPadding, ...props }: DrawerContentProps) =>
|
|
21779
|
+
declare const DrawerContent: ({ children, buttonGroup, noPadding, ...props }: DrawerContentProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
21705
21780
|
|
|
21706
21781
|
declare const TAKEOVER_STACK_ID = "takeover-stack";
|
|
21707
|
-
declare const TakeoverDrawerRenderer: (props: Omit<DrawerRendererProps,
|
|
21782
|
+
declare const TakeoverDrawerRenderer: (props: Omit<DrawerRendererProps, "stackId"> & {
|
|
21708
21783
|
stackId?: string;
|
|
21709
|
-
}) =>
|
|
21784
|
+
}) => _emotion_react_jsx_runtime.JSX.Element;
|
|
21710
21785
|
|
|
21711
21786
|
interface IconButtonProps extends Omit<ButtonProps, 'size'> {
|
|
21712
21787
|
variant?: 'square' | 'rounded';
|
|
@@ -21719,9 +21794,9 @@ interface ImageProps extends ImgHTMLAttributes<HTMLImageElement> {
|
|
|
21719
21794
|
imgClassName?: string;
|
|
21720
21795
|
variant?: 'inline' | 'fill-container';
|
|
21721
21796
|
}
|
|
21722
|
-
declare function Image({ alt, src, className, imgClassName, variant, width, height, ...imgAttribs }: ImageProps):
|
|
21797
|
+
declare function Image({ alt, src, className, imgClassName, variant, width, height, ...imgAttribs }: ImageProps): _emotion_react_jsx_runtime.JSX.Element;
|
|
21723
21798
|
|
|
21724
|
-
declare const ImageBroken: ({ width, height, ...props }: SVGProps<SVGSVGElement>) =>
|
|
21799
|
+
declare const ImageBroken: ({ width, height, ...props }: SVGProps<SVGSVGElement>) => _emotion_react_jsx_runtime.JSX.Element;
|
|
21725
21800
|
|
|
21726
21801
|
type CaptionProps = React$1.HTMLAttributes<HTMLElement> & {
|
|
21727
21802
|
/** allows users to add child elements */
|
|
@@ -21735,7 +21810,7 @@ type CaptionProps = React$1.HTMLAttributes<HTMLElement> & {
|
|
|
21735
21810
|
* Component that provides caption text to input fields
|
|
21736
21811
|
* @example <Caption>some help text here</Caption>
|
|
21737
21812
|
*/
|
|
21738
|
-
declare const Caption: ({ children, testId, dynamicSize, ...props }: CaptionProps) =>
|
|
21813
|
+
declare const Caption: ({ children, testId, dynamicSize, ...props }: CaptionProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
21739
21814
|
|
|
21740
21815
|
type CheckboxWithInforProps = React.HTMLAttributes<HTMLInputElement> & {
|
|
21741
21816
|
/** sets the label value */
|
|
@@ -21754,9 +21829,9 @@ declare const CheckboxWithInfo: React$1.ForwardRefExoticComponent<React$1.HTMLAt
|
|
|
21754
21829
|
/** sets the name value of the radio/checkbox input */
|
|
21755
21830
|
name: string;
|
|
21756
21831
|
/** sets info message */
|
|
21757
|
-
info?: string
|
|
21832
|
+
info?: string;
|
|
21758
21833
|
/** (optional) sets the checked state of the input */
|
|
21759
|
-
checked?: boolean
|
|
21834
|
+
checked?: boolean;
|
|
21760
21835
|
} & React$1.RefAttributes<HTMLInputElement>>;
|
|
21761
21836
|
|
|
21762
21837
|
type ErrorMessageProps = {
|
|
@@ -21776,7 +21851,7 @@ type ErrorMessageProps = {
|
|
|
21776
21851
|
* Component that provides error messaging to input fields
|
|
21777
21852
|
* @example <ErrorMessage>something went wrong, please try again</ErrorMessage>
|
|
21778
21853
|
*/
|
|
21779
|
-
declare const ErrorMessage: ({ message, testId, truncated, ...otherProps }: ErrorMessageProps) =>
|
|
21854
|
+
declare const ErrorMessage: ({ message, testId, truncated, ...otherProps }: ErrorMessageProps) => _emotion_react_jsx_runtime.JSX.Element | null;
|
|
21780
21855
|
|
|
21781
21856
|
type FieldMessageProps = {
|
|
21782
21857
|
/** (optional) sets help message within the caption component */
|
|
@@ -21794,7 +21869,7 @@ type FieldMessageProps = {
|
|
|
21794
21869
|
/** (optional) sets and shows the the info message value */
|
|
21795
21870
|
infoMessage?: string;
|
|
21796
21871
|
};
|
|
21797
|
-
declare const FieldMessage: ({ helperMessage, warningMessage, errorMessage, infoMessage, errorTestId, helperMessageTestId, }: FieldMessageProps) =>
|
|
21872
|
+
declare const FieldMessage: ({ helperMessage, warningMessage, errorMessage, infoMessage, errorTestId, helperMessageTestId, }: FieldMessageProps) => _emotion_react_jsx_runtime.JSX.Element | null;
|
|
21798
21873
|
|
|
21799
21874
|
type FieldsetProps = React$1.HTMLAttributes<HTMLFieldSetElement> & {
|
|
21800
21875
|
/** sets the legend value */
|
|
@@ -21811,11 +21886,11 @@ declare const Fieldset: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes
|
|
|
21811
21886
|
/** sets the legend value */
|
|
21812
21887
|
legend: React$1.ReactElement;
|
|
21813
21888
|
/** sets the disabled value and sets child inputs disabled */
|
|
21814
|
-
disabled?: boolean
|
|
21815
|
-
actionButton?: React$1.ReactElement
|
|
21889
|
+
disabled?: boolean;
|
|
21890
|
+
actionButton?: React$1.ReactElement;
|
|
21816
21891
|
children: React$1.ReactNode;
|
|
21817
21892
|
/** Inverts the background to white for use on forms that already have a gray background */
|
|
21818
|
-
invert?: boolean
|
|
21893
|
+
invert?: boolean;
|
|
21819
21894
|
} & React$1.RefAttributes<HTMLFieldSetElement>>;
|
|
21820
21895
|
|
|
21821
21896
|
type InfoMessageProps = React.HTMLAttributes<HTMLSpanElement> & {
|
|
@@ -21830,7 +21905,7 @@ type InfoMessageProps = React.HTMLAttributes<HTMLSpanElement> & {
|
|
|
21830
21905
|
* Component that provides info messaging to input fields
|
|
21831
21906
|
* @example <InfoMessage>be aware of this</InfoMessage>
|
|
21832
21907
|
*/
|
|
21833
|
-
declare const InfoMessage: ({ message, testId, icon, ...props }: InfoMessageProps) =>
|
|
21908
|
+
declare const InfoMessage: ({ message, testId, icon, ...props }: InfoMessageProps) => _emotion_react_jsx_runtime.JSX.Element | null;
|
|
21834
21909
|
|
|
21835
21910
|
type InputProps = React$1.InputHTMLAttributes<HTMLInputElement> & {
|
|
21836
21911
|
/** (optional) sets the label value */
|
|
@@ -21877,42 +21952,42 @@ type InputProps = React$1.InputHTMLAttributes<HTMLInputElement> & {
|
|
|
21877
21952
|
*/
|
|
21878
21953
|
declare const Input: React$1.ForwardRefExoticComponent<React$1.InputHTMLAttributes<HTMLInputElement> & {
|
|
21879
21954
|
/** (optional) sets the label value */
|
|
21880
|
-
label?: string
|
|
21955
|
+
label?: string;
|
|
21881
21956
|
/** (optional) sets caption text value */
|
|
21882
|
-
caption?: string | JSX.Element
|
|
21957
|
+
caption?: string | JSX.Element;
|
|
21883
21958
|
/** (optional) add an input icon to the input field */
|
|
21884
|
-
icon?: React$1.ReactElement
|
|
21959
|
+
icon?: React$1.ReactElement;
|
|
21885
21960
|
/** (optional) sets whether to show the label or hide it and add a aria-label attributes to the input field directly */
|
|
21886
|
-
showLabel?: boolean
|
|
21961
|
+
showLabel?: boolean;
|
|
21887
21962
|
/** (optional) sets and shows the the error message value */
|
|
21888
|
-
errorMessage?: string
|
|
21963
|
+
errorMessage?: string;
|
|
21889
21964
|
/** (optional) sets and shows the warning message value */
|
|
21890
|
-
warningMessage?: string
|
|
21965
|
+
warningMessage?: string;
|
|
21891
21966
|
/** (optional) sets the test id for input field container for test automation*/
|
|
21892
|
-
containerTestId?: string
|
|
21967
|
+
containerTestId?: string;
|
|
21893
21968
|
/** (optional) sets label test id */
|
|
21894
|
-
labelTestId?: string
|
|
21969
|
+
labelTestId?: string;
|
|
21895
21970
|
/** (option) sets validation message test id for test automation */
|
|
21896
|
-
errorTestId?: string
|
|
21971
|
+
errorTestId?: string;
|
|
21897
21972
|
/** (option) sets caption message test id for test automation */
|
|
21898
|
-
captionTestId?: string
|
|
21899
|
-
capture?: boolean | "user" | "environment"
|
|
21973
|
+
captionTestId?: string;
|
|
21974
|
+
capture?: boolean | "user" | "environment";
|
|
21900
21975
|
/**
|
|
21901
21976
|
* (optional) sets an overriding classname on the root element
|
|
21902
21977
|
*/
|
|
21903
|
-
classNameRoot?: string | SerializedStyles
|
|
21978
|
+
classNameRoot?: string | SerializedStyles;
|
|
21904
21979
|
/**
|
|
21905
21980
|
* (optional) sets an overriding classname on the container element
|
|
21906
21981
|
* @deprecated */
|
|
21907
|
-
classNameContainer?: string | SerializedStyles
|
|
21982
|
+
classNameContainer?: string | SerializedStyles;
|
|
21908
21983
|
/**
|
|
21909
21984
|
* (optional) sets an overriding classname on the input element
|
|
21910
21985
|
* @deprecated */
|
|
21911
|
-
classNameControl?: string | SerializedStyles
|
|
21986
|
+
classNameControl?: string | SerializedStyles;
|
|
21912
21987
|
/**
|
|
21913
21988
|
* (optional) sets an overriding classname on the label element
|
|
21914
21989
|
* @deprecated */
|
|
21915
|
-
classNameLabel?: string | SerializedStyles
|
|
21990
|
+
classNameLabel?: string | SerializedStyles;
|
|
21916
21991
|
} & React$1.RefAttributes<HTMLInputElement>>;
|
|
21917
21992
|
|
|
21918
21993
|
/**
|
|
@@ -21942,13 +22017,13 @@ type ComboBoxGroupBase<TOption> = GroupBase<TOption>;
|
|
|
21942
22017
|
* InputComboBox
|
|
21943
22018
|
* @component
|
|
21944
22019
|
* @example <InputComboBox name="name" id="combo-box" options={[{ value: 'chocolate', label: 'Chocolate' }, { value: 'strawberry', label: 'Strawberry' }, { value: 'vanilla', label: 'Vanilla' }]} isMulti /> */
|
|
21945
|
-
declare function InputComboBox<TOption = InputComboBoxOption, IsMulti extends boolean = false, TGroup extends ComboBoxGroupBase<TOption> = ComboBoxGroupBase<TOption>>(props: InputComboBoxProps<TOption, IsMulti, TGroup>):
|
|
22020
|
+
declare function InputComboBox<TOption = InputComboBoxOption, IsMulti extends boolean = false, TGroup extends ComboBoxGroupBase<TOption> = ComboBoxGroupBase<TOption>>(props: InputComboBoxProps<TOption, IsMulti, TGroup>): _emotion_react_jsx_runtime.JSX.Element;
|
|
21946
22021
|
/**
|
|
21947
22022
|
* InputCreatableComboBox
|
|
21948
22023
|
* Like ComboBox, but allows for creating new options
|
|
21949
22024
|
* @component
|
|
21950
22025
|
* @example <InputCreatableComboBox name="name" id="combo-box" options={[{ value: 'chocolate', label: 'Chocolate' }, { value: 'strawberry', label: 'Strawberry' }, { value: 'vanilla', label: 'Vanilla' }]} isMulti /> */
|
|
21951
|
-
declare function InputCreatableComboBox<TOption = InputComboBoxOption, IsMulti extends boolean = false, TGroup extends ComboBoxGroupBase<TOption> = ComboBoxGroupBase<TOption>>(props: InputCreatableComboBoxProps<TOption, IsMulti, TGroup>):
|
|
22026
|
+
declare function InputCreatableComboBox<TOption = InputComboBoxOption, IsMulti extends boolean = false, TGroup extends ComboBoxGroupBase<TOption> = ComboBoxGroupBase<TOption>>(props: InputCreatableComboBoxProps<TOption, IsMulti, TGroup>): _emotion_react_jsx_runtime.JSX.Element;
|
|
21952
22027
|
|
|
21953
22028
|
type ComboBoxSelectableOption = InputComboBoxOption<string | string[]>;
|
|
21954
22029
|
interface ComboBoxSelectableGroup extends GroupBase<ComboBoxSelectableOption> {
|
|
@@ -22011,7 +22086,7 @@ type InputInlineSelectProps = Omit<React$1.HTMLAttributes<HTMLButtonElement>, 'o
|
|
|
22011
22086
|
* Input Inline Select
|
|
22012
22087
|
* @example <InputInlineSelect disabled={index > 1} value={currentValue ?? '&'} options={[{ label: 'AND', value: '&' }, { label: 'OR', value: '|' }]} onChange={(s) => {setState(s.value)}} />
|
|
22013
22088
|
*/
|
|
22014
|
-
declare const InputInlineSelect: ({ classNameContainer, options, value, onChange, disabled, ...props }: InputInlineSelectProps) =>
|
|
22089
|
+
declare const InputInlineSelect: ({ classNameContainer, options, value, onChange, disabled, ...props }: InputInlineSelectProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
22015
22090
|
|
|
22016
22091
|
interface InputKeywordSearchProps extends InputHTMLAttributes<HTMLInputElement> {
|
|
22017
22092
|
/** function that takes a string value */
|
|
@@ -22065,9 +22140,9 @@ type DebouncedInputKeywordSearchProps = Omit<InputKeywordSearchProps, 'value'> &
|
|
|
22065
22140
|
*/
|
|
22066
22141
|
declare const DebouncedInputKeywordSearch: React$1.ForwardRefExoticComponent<Omit<InputKeywordSearchProps, "value"> & {
|
|
22067
22142
|
/** Debounce delay in milliseconds */
|
|
22068
|
-
delay?: number
|
|
22143
|
+
delay?: number;
|
|
22069
22144
|
/**Default value to initialize field with, as it is not controlled component and does not support providing values */
|
|
22070
|
-
defaultValue?: string
|
|
22145
|
+
defaultValue?: string;
|
|
22071
22146
|
} & React$1.RefAttributes<HTMLInputElement>>;
|
|
22072
22147
|
|
|
22073
22148
|
type InputSelectProps = React.SelectHTMLAttributes<HTMLSelectElement> & {
|
|
@@ -22112,107 +22187,41 @@ type InputSelectProps = React.SelectHTMLAttributes<HTMLSelectElement> & {
|
|
|
22112
22187
|
*/
|
|
22113
22188
|
declare const InputSelect: React$1.ForwardRefExoticComponent<React$1.SelectHTMLAttributes<HTMLSelectElement> & {
|
|
22114
22189
|
/** (optional) sets the first item in the options list with empty value */
|
|
22115
|
-
defaultOption?: string
|
|
22190
|
+
defaultOption?: string;
|
|
22116
22191
|
/** sets an array of select options with value and text value */
|
|
22117
22192
|
options: Array<React.OptionHTMLAttributes<HTMLOptionElement> & {
|
|
22118
22193
|
label: string;
|
|
22119
22194
|
}>;
|
|
22120
22195
|
/** (optional) sets caption text value */
|
|
22121
|
-
caption?: string | JSX.Element
|
|
22196
|
+
caption?: string | JSX.Element;
|
|
22122
22197
|
/** sets the label value */
|
|
22123
22198
|
label: string;
|
|
22124
22199
|
/** (optional) sets whether to hide the label and use aria-label on the input field
|
|
22125
22200
|
* @default false
|
|
22126
22201
|
*/
|
|
22127
|
-
showLabel?: boolean
|
|
22202
|
+
showLabel?: boolean;
|
|
22128
22203
|
/** (optional) sets and shows the the error message value */
|
|
22129
|
-
errorMessage?: string
|
|
22204
|
+
errorMessage?: string;
|
|
22130
22205
|
/** (optional) sets and shows the warning message value */
|
|
22131
|
-
warningMessage?: string
|
|
22206
|
+
warningMessage?: string;
|
|
22132
22207
|
/** (optional) allows react components to be added inline with the label element */
|
|
22133
|
-
labelCta?: JSX.Element
|
|
22208
|
+
labelCta?: JSX.Element;
|
|
22134
22209
|
/** (optional) styles the component in a compact format */
|
|
22135
|
-
compact?: boolean
|
|
22210
|
+
compact?: boolean;
|
|
22136
22211
|
/**
|
|
22137
22212
|
* (optional) sets an overriding classname on the container element
|
|
22138
22213
|
* @deprecated */
|
|
22139
|
-
classNameContainer?: string
|
|
22214
|
+
classNameContainer?: string;
|
|
22140
22215
|
/**
|
|
22141
22216
|
* (optional) sets an overriding classname on the input element
|
|
22142
22217
|
* @deprecated */
|
|
22143
|
-
classNameControl?: string
|
|
22218
|
+
classNameControl?: string;
|
|
22144
22219
|
/**
|
|
22145
22220
|
* (optional) sets an overriding classname on the label element
|
|
22146
22221
|
* @deprecated */
|
|
22147
|
-
classNameLabel?: string
|
|
22222
|
+
classNameLabel?: string;
|
|
22148
22223
|
} & React$1.RefAttributes<HTMLSelectElement>>;
|
|
22149
22224
|
|
|
22150
|
-
/**
|
|
22151
|
-
* A string in the ISO 8601 time format: hh:mm
|
|
22152
|
-
*/
|
|
22153
|
-
type IsoTimeString = string;
|
|
22154
|
-
type InputTimeProps = Pick<TimeFieldProps<TimeValue>, 'id' | 'name' | 'hourCycle' | 'autoFocus'> & Pick<React$1.InputHTMLAttributes<HTMLInputElement>, 'disabled'> & {
|
|
22155
|
-
/** (optional) sets the label value */
|
|
22156
|
-
label?: string;
|
|
22157
|
-
/** (optional) sets caption text value */
|
|
22158
|
-
caption?: string | JSX.Element;
|
|
22159
|
-
/** The current value in ISO 8601 time format */
|
|
22160
|
-
value: IsoTimeString | null | undefined;
|
|
22161
|
-
/** (optional) sets the minimum time value in iso8601 time format. ie 10:00 */
|
|
22162
|
-
minValue?: IsoTimeString;
|
|
22163
|
-
/** (optional) sets the maximum time value in iso8601 time format. ie 22:00 */
|
|
22164
|
-
maxValue?: IsoTimeString;
|
|
22165
|
-
/** (optional) sets whether to show the label or hide it and add a aria-label attributes to the input field directly */
|
|
22166
|
-
showLabel?: boolean;
|
|
22167
|
-
/** (optional) sets and shows the the error message value */
|
|
22168
|
-
errorMessage?: string;
|
|
22169
|
-
/** (optional) sets and shows the warning message value */
|
|
22170
|
-
warningMessage?: string;
|
|
22171
|
-
/** (optional) sets the test id for input field container for test automation*/
|
|
22172
|
-
containerTestId?: string;
|
|
22173
|
-
/** (optional) sets label test id */
|
|
22174
|
-
labelTestId?: string;
|
|
22175
|
-
/** (option) sets validation message test id for test automation */
|
|
22176
|
-
errorTestId?: string;
|
|
22177
|
-
/** (option) sets caption message test id for test automation */
|
|
22178
|
-
captionTestId?: string;
|
|
22179
|
-
belowInputSlot?: ReactNode;
|
|
22180
|
-
onChange?: (value: IsoTimeString) => void;
|
|
22181
|
-
};
|
|
22182
|
-
/**
|
|
22183
|
-
* Time input with segmented control
|
|
22184
|
-
*
|
|
22185
|
-
* @deprecated This component is in beta, name and props are subject to change without a major version
|
|
22186
|
-
*/
|
|
22187
|
-
declare const InputTime: React$1.ForwardRefExoticComponent<Pick<TimeFieldProps<TimeValue>, "autoFocus" | "id" | "name" | "hourCycle"> & Pick<React$1.InputHTMLAttributes<HTMLInputElement>, "disabled"> & {
|
|
22188
|
-
/** (optional) sets the label value */
|
|
22189
|
-
label?: string | undefined;
|
|
22190
|
-
/** (optional) sets caption text value */
|
|
22191
|
-
caption?: string | JSX.Element | undefined;
|
|
22192
|
-
/** The current value in ISO 8601 time format */
|
|
22193
|
-
value: IsoTimeString | null | undefined;
|
|
22194
|
-
/** (optional) sets the minimum time value in iso8601 time format. ie 10:00 */
|
|
22195
|
-
minValue?: string | undefined;
|
|
22196
|
-
/** (optional) sets the maximum time value in iso8601 time format. ie 22:00 */
|
|
22197
|
-
maxValue?: string | undefined;
|
|
22198
|
-
/** (optional) sets whether to show the label or hide it and add a aria-label attributes to the input field directly */
|
|
22199
|
-
showLabel?: boolean | undefined;
|
|
22200
|
-
/** (optional) sets and shows the the error message value */
|
|
22201
|
-
errorMessage?: string | undefined;
|
|
22202
|
-
/** (optional) sets and shows the warning message value */
|
|
22203
|
-
warningMessage?: string | undefined;
|
|
22204
|
-
/** (optional) sets the test id for input field container for test automation*/
|
|
22205
|
-
containerTestId?: string | undefined;
|
|
22206
|
-
/** (optional) sets label test id */
|
|
22207
|
-
labelTestId?: string | undefined;
|
|
22208
|
-
/** (option) sets validation message test id for test automation */
|
|
22209
|
-
errorTestId?: string | undefined;
|
|
22210
|
-
/** (option) sets caption message test id for test automation */
|
|
22211
|
-
captionTestId?: string | undefined;
|
|
22212
|
-
belowInputSlot?: ReactNode;
|
|
22213
|
-
onChange?: ((value: IsoTimeString) => void) | undefined;
|
|
22214
|
-
} & React$1.RefAttributes<HTMLDivElement>>;
|
|
22215
|
-
|
|
22216
22225
|
type FontWeightProps = 'normal' | 'medium' | 'bold';
|
|
22217
22226
|
type InputToggleProps = React$1.InputHTMLAttributes<HTMLInputElement> & {
|
|
22218
22227
|
/** sets the label value */
|
|
@@ -22248,27 +22257,27 @@ declare const InputToggle: React$1.ForwardRefExoticComponent<React$1.InputHTMLAt
|
|
|
22248
22257
|
/** sets the label value */
|
|
22249
22258
|
label: React$1.ReactNode;
|
|
22250
22259
|
/** sets the type of input to use, either radio or checkbox */
|
|
22251
|
-
type:
|
|
22260
|
+
type: "radio" | "checkbox";
|
|
22252
22261
|
/** sets the name value of the radio/checkbox input */
|
|
22253
22262
|
name: string;
|
|
22254
22263
|
/** (optional) sets whether to show the label or hide it and add a aria-label attributes to the input field directly */
|
|
22255
|
-
showLabel?: boolean
|
|
22264
|
+
showLabel?: boolean;
|
|
22256
22265
|
/** (optional) sets the disabled state */
|
|
22257
|
-
disabled?: boolean
|
|
22266
|
+
disabled?: boolean;
|
|
22258
22267
|
/** (optional) sets the checked state of the input */
|
|
22259
|
-
checked?: boolean
|
|
22268
|
+
checked?: boolean;
|
|
22260
22269
|
/** (optional) sets caption text value */
|
|
22261
|
-
caption?: string | JSX.Element
|
|
22270
|
+
caption?: string | JSX.Element;
|
|
22262
22271
|
/** (optional) sets shows the the error message value */
|
|
22263
|
-
errorMessage?: string
|
|
22272
|
+
errorMessage?: string;
|
|
22264
22273
|
/** (optional) sets and shows the warning message value */
|
|
22265
|
-
warningMessage?: string
|
|
22274
|
+
warningMessage?: string;
|
|
22266
22275
|
/** (optional) sets the font weight of the label text
|
|
22267
22276
|
* @default 'normal'
|
|
22268
22277
|
*/
|
|
22269
|
-
fontWeight?: FontWeightProps
|
|
22278
|
+
fontWeight?: FontWeightProps;
|
|
22270
22279
|
/** (optional) sets test id for test automation*/
|
|
22271
|
-
testId?: string
|
|
22280
|
+
testId?: string;
|
|
22272
22281
|
} & React$1.RefAttributes<HTMLInputElement>>;
|
|
22273
22282
|
|
|
22274
22283
|
type LabelProps = React$1.LabelHTMLAttributes<HTMLLabelElement> & {
|
|
@@ -22279,12 +22288,12 @@ type LabelProps = React$1.LabelHTMLAttributes<HTMLLabelElement> & {
|
|
|
22279
22288
|
/** (optional) test id for test automation*/
|
|
22280
22289
|
testId?: string;
|
|
22281
22290
|
};
|
|
22282
|
-
declare const Label: ({ children, className, testId, ...props }: LabelProps) =>
|
|
22291
|
+
declare const Label: ({ children, className, testId, ...props }: LabelProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
22283
22292
|
|
|
22284
22293
|
type LegendProps = {
|
|
22285
22294
|
children: ReactNode;
|
|
22286
22295
|
};
|
|
22287
|
-
declare const Legend: ({ children }: LegendProps) =>
|
|
22296
|
+
declare const Legend: ({ children }: LegendProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
22288
22297
|
|
|
22289
22298
|
type SuccessMessageProps = React.HTMLAttributes<HTMLSpanElement> & {
|
|
22290
22299
|
/** sets the error message value */
|
|
@@ -22296,7 +22305,7 @@ type SuccessMessageProps = React.HTMLAttributes<HTMLSpanElement> & {
|
|
|
22296
22305
|
* Component that provides success messaging to input fields
|
|
22297
22306
|
* @example <SuccessMessage>something went wrong, please try again</SuccessMessage>
|
|
22298
22307
|
*/
|
|
22299
|
-
declare const SuccessMessage: ({ message, testId, ...props }: SuccessMessageProps) =>
|
|
22308
|
+
declare const SuccessMessage: ({ message, testId, ...props }: SuccessMessageProps) => _emotion_react_jsx_runtime.JSX.Element | null;
|
|
22300
22309
|
|
|
22301
22310
|
type TextareaProps = React$1.TextareaHTMLAttributes<HTMLTextAreaElement> & {
|
|
22302
22311
|
/** (optional) sets the label value */
|
|
@@ -22319,18 +22328,18 @@ type TextareaProps = React$1.TextareaHTMLAttributes<HTMLTextAreaElement> & {
|
|
|
22319
22328
|
*/
|
|
22320
22329
|
declare const Textarea: React$1.ForwardRefExoticComponent<React$1.TextareaHTMLAttributes<HTMLTextAreaElement> & {
|
|
22321
22330
|
/** (optional) sets the label value */
|
|
22322
|
-
label?: string
|
|
22331
|
+
label?: string;
|
|
22323
22332
|
/** (optional) sets caption text value */
|
|
22324
|
-
caption?: string | JSX.Element
|
|
22333
|
+
caption?: string | JSX.Element;
|
|
22325
22334
|
/** (optional) add an input icon to the input field */
|
|
22326
|
-
icon?: React$1.ReactElement
|
|
22335
|
+
icon?: React$1.ReactElement;
|
|
22327
22336
|
/** (optional) sets whether to hide the label and use aria-label on the input field */
|
|
22328
|
-
showLabel?: boolean
|
|
22337
|
+
showLabel?: boolean;
|
|
22329
22338
|
/** (optional) sets shows the error message value */
|
|
22330
|
-
errorMessage?: string
|
|
22339
|
+
errorMessage?: string;
|
|
22331
22340
|
/** (optional) sets and shows the warning message value */
|
|
22332
|
-
warningMessage?: string
|
|
22333
|
-
capture?: boolean | "user" | "environment"
|
|
22341
|
+
warningMessage?: string;
|
|
22342
|
+
capture?: boolean | "user" | "environment";
|
|
22334
22343
|
} & React$1.RefAttributes<HTMLTextAreaElement>>;
|
|
22335
22344
|
|
|
22336
22345
|
type WarningMessageProps = React.HTMLAttributes<HTMLSpanElement> & {
|
|
@@ -22343,7 +22352,7 @@ type WarningMessageProps = React.HTMLAttributes<HTMLSpanElement> & {
|
|
|
22343
22352
|
* Component that provides warning messaging to input fields
|
|
22344
22353
|
* @example <WarningMessage>something went wrong, please try again</ErrorMessage>
|
|
22345
22354
|
*/
|
|
22346
|
-
declare const WarningMessage: ({ message, testId, ...props }: WarningMessageProps) =>
|
|
22355
|
+
declare const WarningMessage: ({ message, testId, ...props }: WarningMessageProps) => _emotion_react_jsx_runtime.JSX.Element | null;
|
|
22347
22356
|
|
|
22348
22357
|
type IntegrationModalHeaderProps = {
|
|
22349
22358
|
/** sets the icon as inline svg or img tag */
|
|
@@ -22358,11 +22367,11 @@ type IntegrationModalHeaderProps = {
|
|
|
22358
22367
|
menu?: React$1.ReactNode;
|
|
22359
22368
|
};
|
|
22360
22369
|
type HexModalBackgroundProps = React$1.SVGAttributes<SVGElement>;
|
|
22361
|
-
declare const HexModalBackground: ({ ...props }: HexModalBackgroundProps) =>
|
|
22370
|
+
declare const HexModalBackground: ({ ...props }: HexModalBackgroundProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
22362
22371
|
/** Uniform Integration Modal Header
|
|
22363
22372
|
* @example <IntegrationModalHeader icon="/icon.svg" name="name" />
|
|
22364
22373
|
*/
|
|
22365
|
-
declare const IntegrationModalHeader: ({ icon, name, menu, children }: IntegrationModalHeaderProps) =>
|
|
22374
|
+
declare const IntegrationModalHeader: ({ icon, name, menu, children }: IntegrationModalHeaderProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
22366
22375
|
|
|
22367
22376
|
type JsonEditorProps = {
|
|
22368
22377
|
/**
|
|
@@ -22385,7 +22394,7 @@ type JsonEditorProps = {
|
|
|
22385
22394
|
/** Makes the editor read-only */
|
|
22386
22395
|
readOnly?: boolean;
|
|
22387
22396
|
};
|
|
22388
|
-
declare const JsonEditor: ({ defaultValue, onChange, jsonSchema, height, readOnly }: JsonEditorProps) =>
|
|
22397
|
+
declare const JsonEditor: ({ defaultValue, onChange, jsonSchema, height, readOnly }: JsonEditorProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
22389
22398
|
|
|
22390
22399
|
type KeyValueItem<TValue extends string = string> = {
|
|
22391
22400
|
key: string;
|
|
@@ -22412,7 +22421,7 @@ type KeyValueInputProps<TValue extends string = string> = {
|
|
|
22412
22421
|
* return <KeyValueInput value={value} onChange={setValue} />
|
|
22413
22422
|
* @deprecated This component is in beta, name and props are subject to change without a major version
|
|
22414
22423
|
*/
|
|
22415
|
-
declare const KeyValueInput: <TValue extends string = string>({ value, onChange, label, newItemDefault, keyLabel, valueLabel, keyInfoPopover, valueInfoPopover, disabled, errors, onFocusChange, }: KeyValueInputProps<TValue>) =>
|
|
22424
|
+
declare const KeyValueInput: <TValue extends string = string>({ value, onChange, label, newItemDefault, keyLabel, valueLabel, keyInfoPopover, valueInfoPopover, disabled, errors, onFocusChange, }: KeyValueInputProps<TValue>) => _emotion_react_jsx_runtime.JSX.Element;
|
|
22416
22425
|
|
|
22417
22426
|
type SpacingProp = '0' | '2xs' | 'xs' | 'sm' | 'base' | 'md' | 'lg' | 'xl' | '2xl';
|
|
22418
22427
|
type BackgroundColorProp = 'transparent' | 'white' | 'gray-50' | 'gray-100' | 'gray-200' | 'gray-300' | 'gray-400' | 'gray-500' | 'gray-600' | 'gray-700' | 'gray-800' | 'gray-900';
|
|
@@ -22454,9 +22463,9 @@ type ContainerProps = CommonContainerProps & React$1.HTMLAttributes<HTMLDivEleme
|
|
|
22454
22463
|
tag?: HtmlTagProps;
|
|
22455
22464
|
children: React$1.ReactNode;
|
|
22456
22465
|
};
|
|
22457
|
-
declare const Container: ({ tag, backgroundColor, border, rounded, padding, margin, children, ...props }: ContainerProps) =>
|
|
22466
|
+
declare const Container: ({ tag, backgroundColor, border, rounded, padding, margin, children, ...props }: ContainerProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
22458
22467
|
|
|
22459
|
-
declare const HorizontalRhythm: ({ align, justify, tag, gap, children, ref, ...props }: RhythmProps) =>
|
|
22468
|
+
declare const HorizontalRhythm: ({ align, justify, tag, gap, children, ref, ...props }: RhythmProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
22460
22469
|
|
|
22461
22470
|
type TwoColumnLayoutProps = {
|
|
22462
22471
|
/** sets the full bleed background colour
|
|
@@ -22473,9 +22482,9 @@ type TwoColumnLayoutProps = {
|
|
|
22473
22482
|
invertLayout?: boolean;
|
|
22474
22483
|
};
|
|
22475
22484
|
/** @example <TwoColumnLayout supportingContent={<div>supporting content</div>}><h1>title</h1></TwoColumnLayout> */
|
|
22476
|
-
declare const TwoColumnLayout: ({ bgColor, invertLayout, supportingContent, children, }: TwoColumnLayoutProps) =>
|
|
22485
|
+
declare const TwoColumnLayout: ({ bgColor, invertLayout, supportingContent, children, }: TwoColumnLayoutProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
22477
22486
|
|
|
22478
|
-
declare const VerticalRhythm: ({ align, justify, tag, gap, children, ref, ...props }: RhythmProps) =>
|
|
22487
|
+
declare const VerticalRhythm: ({ align, justify, tag, gap, children, ref, ...props }: RhythmProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
22479
22488
|
|
|
22480
22489
|
type LimitsBarProps = {
|
|
22481
22490
|
/** The current value of used limits */
|
|
@@ -22489,7 +22498,7 @@ type LimitsBarProps = {
|
|
|
22489
22498
|
* Uniform Limits Bar Component
|
|
22490
22499
|
* @example <LimitsBar current="3" max="5" label="signals" />
|
|
22491
22500
|
*/
|
|
22492
|
-
declare const LimitsBar: ({ current, max, label }: LimitsBarProps) =>
|
|
22501
|
+
declare const LimitsBar: ({ current, max, label }: LimitsBarProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
22493
22502
|
|
|
22494
22503
|
type LinkListProps = React$1.HTMLAttributes<HTMLDivElement> & {
|
|
22495
22504
|
/** sets the title field */
|
|
@@ -22501,7 +22510,7 @@ type LinkListProps = React$1.HTMLAttributes<HTMLDivElement> & {
|
|
|
22501
22510
|
/** (optional) sets react child component */
|
|
22502
22511
|
children?: React$1.ReactNode;
|
|
22503
22512
|
};
|
|
22504
|
-
declare const LinkList: ({ title, padding, children, ...props }: LinkListProps) =>
|
|
22513
|
+
declare const LinkList: ({ title, padding, children, ...props }: LinkListProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
22505
22514
|
|
|
22506
22515
|
type ScrollableListProps = React$1.HTMLAttributes<HTMLDivElement> & {
|
|
22507
22516
|
/** (optional) sets the label value */
|
|
@@ -22513,7 +22522,7 @@ type ScrollableListProps = React$1.HTMLAttributes<HTMLDivElement> & {
|
|
|
22513
22522
|
* Component that sets the base structure for scrollable content in a max height container
|
|
22514
22523
|
* @example <ScrollableList label="allowed content types"><button>say hello</button></ScrollableList>
|
|
22515
22524
|
*/
|
|
22516
|
-
declare const ScrollableList: ({ label, children, ...props }: ScrollableListProps) =>
|
|
22525
|
+
declare const ScrollableList: ({ label, children, ...props }: ScrollableListProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
22517
22526
|
|
|
22518
22527
|
type ScrollableListContainerProps = {
|
|
22519
22528
|
/** sets whether to show or hide the shadow around the element
|
|
@@ -22535,7 +22544,7 @@ type ScrollableItemProps = {
|
|
|
22535
22544
|
children: React.ReactNode;
|
|
22536
22545
|
} & ScrollableListContainerProps;
|
|
22537
22546
|
/** @example <ScrollableListInputItem label="my label" active={true}><input type="radio" name="age" /></ScrollableListInputItem>*/
|
|
22538
|
-
declare const ScrollableListInputItem: ({ label, icon, active, disableShadow, children, labelTestId, ...props }: ScrollableItemProps) =>
|
|
22547
|
+
declare const ScrollableListInputItem: ({ label, icon, active, disableShadow, children, labelTestId, ...props }: ScrollableItemProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
22539
22548
|
|
|
22540
22549
|
type ScrollableListItemProps = React$1.ButtonHTMLAttributes<HTMLButtonElement> & {
|
|
22541
22550
|
/** sets the button text value */
|
|
@@ -22546,15 +22555,15 @@ type ScrollableListItemProps = React$1.ButtonHTMLAttributes<HTMLButtonElement> &
|
|
|
22546
22555
|
* Component used within <ScrollableList /> for adding interactive button components with predefined styles
|
|
22547
22556
|
* @example <ScrollableListItem buttontext="my button" active={false} />
|
|
22548
22557
|
*/
|
|
22549
|
-
declare const ScrollableListItem: ({ buttonText, icon, active, disableShadow, ...props }: ScrollableListItemProps) =>
|
|
22558
|
+
declare const ScrollableListItem: ({ buttonText, icon, active, disableShadow, ...props }: ScrollableListItemProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
22550
22559
|
|
|
22551
22560
|
/**
|
|
22552
22561
|
* Loading Indicator
|
|
22553
22562
|
* @example <LoadingIndicator />
|
|
22554
22563
|
*/
|
|
22555
22564
|
declare const LoadingIndicator: ({ size, ...props }: HTMLAttributes<HTMLDivElement> & {
|
|
22556
|
-
size?: "
|
|
22557
|
-
}) =>
|
|
22565
|
+
size?: "lg" | "sm";
|
|
22566
|
+
}) => _emotion_react_jsx_runtime.JSX.Element;
|
|
22558
22567
|
|
|
22559
22568
|
interface LoadingOverlayProps {
|
|
22560
22569
|
/** sets whether to display the loading overlay components */
|
|
@@ -22588,7 +22597,7 @@ interface LoadingOverlayProps {
|
|
|
22588
22597
|
* NOTE: the container/parent element must have a non-static `position` value for the overlay to work properly.
|
|
22589
22598
|
* @example <LoadingOverlay isActive={true} statusMessage="Loading..." />
|
|
22590
22599
|
*/
|
|
22591
|
-
declare const LoadingOverlay: ({ isActive, statusMessage, zIndex, loaderSize, overlayBackgroundColor, isTopAligned, isPaused, children, }: LoadingOverlayProps) =>
|
|
22600
|
+
declare const LoadingOverlay: ({ isActive, statusMessage, zIndex, loaderSize, overlayBackgroundColor, isTopAligned, isPaused, children, }: LoadingOverlayProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
22592
22601
|
interface LoadingIconProps extends HTMLAttributes<SVGSVGElement> {
|
|
22593
22602
|
/** (optional) prop that sets a number value for the height of the icon */
|
|
22594
22603
|
width?: number;
|
|
@@ -22599,7 +22608,7 @@ interface LoadingIconProps extends HTMLAttributes<SVGSVGElement> {
|
|
|
22599
22608
|
* Loading Icon
|
|
22600
22609
|
* @example <LoadingIcon height={128} width={128} />
|
|
22601
22610
|
*/
|
|
22602
|
-
declare const LoadingIcon: ({ height, width, ...props }: LoadingIconProps) =>
|
|
22611
|
+
declare const LoadingIcon: ({ height, width, ...props }: LoadingIconProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
22603
22612
|
|
|
22604
22613
|
interface DropdownStyleMenuTriggerProps extends React.HTMLAttributes<HTMLButtonElement> {
|
|
22605
22614
|
children: React.ReactNode;
|
|
@@ -22607,7 +22616,7 @@ interface DropdownStyleMenuTriggerProps extends React.HTMLAttributes<HTMLButtonE
|
|
|
22607
22616
|
bgColor?: string;
|
|
22608
22617
|
}
|
|
22609
22618
|
/** Renders a dropdown menu style menu trigger button */
|
|
22610
|
-
declare function DropdownStyleMenuTrigger({ bgColor, children, ...buttonProps }: DropdownStyleMenuTriggerProps):
|
|
22619
|
+
declare function DropdownStyleMenuTrigger({ bgColor, children, ...buttonProps }: DropdownStyleMenuTriggerProps): _emotion_react_jsx_runtime.JSX.Element;
|
|
22611
22620
|
|
|
22612
22621
|
declare const legacyPlacements: readonly ["auto", "auto-start", "auto-end"];
|
|
22613
22622
|
type LegacyPlacement = (typeof legacyPlacements)[number];
|
|
@@ -22653,7 +22662,6 @@ interface MenuProps extends MenuProps$2 {
|
|
|
22653
22662
|
* this is not compatible with nested menus that expand to the left or right of the menu
|
|
22654
22663
|
*/
|
|
22655
22664
|
maxMenuHeight?: string;
|
|
22656
|
-
portalElement?: React$1.ComponentProps<typeof Menu$1>['portalElement'];
|
|
22657
22665
|
}
|
|
22658
22666
|
/**
|
|
22659
22667
|
* Component used for creating clickable menus
|
|
@@ -22673,7 +22681,7 @@ type MenuGroupProps = {
|
|
|
22673
22681
|
/** Menu items to render in the group */
|
|
22674
22682
|
children: ReactNode;
|
|
22675
22683
|
};
|
|
22676
|
-
declare const MenuGroup: ({ title, children }: MenuGroupProps) =>
|
|
22684
|
+
declare const MenuGroup: ({ title, children }: MenuGroupProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
22677
22685
|
|
|
22678
22686
|
type MenuItemTextThemeProps = 'base' | 'red';
|
|
22679
22687
|
type MenuItemProps = MenuItemProps$1 & {
|
|
@@ -22708,7 +22716,7 @@ type ChildFunction = (menuItemProps: MenuItemProps$1) => React$1.ReactElement |
|
|
|
22708
22716
|
* MenuItem Component used along side <Menu /> component
|
|
22709
22717
|
* @example <MenuItem onClick={() => alert('menu item was clicked')} icon={<RedClose />}>Remove Link</MenuItem>
|
|
22710
22718
|
*/
|
|
22711
|
-
declare const MenuItem: React$1.
|
|
22719
|
+
declare const MenuItem: React$1.ForwardRefExoticComponent<Omit<MenuItemProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
22712
22720
|
/**
|
|
22713
22721
|
* MenuItem Component for headless use outside <Menu /> component
|
|
22714
22722
|
* Use only if adapting Uniform menu item appearance to a non-ariakit menu.
|
|
@@ -22722,15 +22730,15 @@ declare const MenuItemInner: React$1.FC<MenuItemProps>;
|
|
|
22722
22730
|
*/
|
|
22723
22731
|
declare function MenuItemIcon({ icon }: {
|
|
22724
22732
|
icon: IconType;
|
|
22725
|
-
}):
|
|
22733
|
+
}): _emotion_react_jsx_runtime.JSX.Element;
|
|
22726
22734
|
/**
|
|
22727
22735
|
* Indents a menu item as if it had an icon when it does not
|
|
22728
22736
|
* Use this to align menu items without icons with those that have icons
|
|
22729
22737
|
* in a mixed menu. Intended to be passed as the `icon` prop to a MenuItem.
|
|
22730
22738
|
*/
|
|
22731
|
-
declare function MenuItemEmptyIcon():
|
|
22739
|
+
declare function MenuItemEmptyIcon(): _emotion_react_jsx_runtime.JSX.Element;
|
|
22732
22740
|
|
|
22733
|
-
declare const MenuItemSeparator: () =>
|
|
22741
|
+
declare const MenuItemSeparator: () => _emotion_react_jsx_runtime.JSX.Element;
|
|
22734
22742
|
|
|
22735
22743
|
type MenuButtonProp = {
|
|
22736
22744
|
children: React.ReactNode;
|
|
@@ -22752,11 +22760,11 @@ declare const MenuThreeDots: React$1.ForwardRefExoticComponent<{
|
|
|
22752
22760
|
/** sets the aria-label and title value on the button
|
|
22753
22761
|
* @default 'More options'
|
|
22754
22762
|
*/
|
|
22755
|
-
buttonTitle?: string
|
|
22763
|
+
buttonTitle?: string;
|
|
22756
22764
|
/** sets the icon size
|
|
22757
22765
|
* @default '1rem'
|
|
22758
22766
|
*/
|
|
22759
|
-
iconSize?: string
|
|
22767
|
+
iconSize?: string;
|
|
22760
22768
|
} & HTMLAttributes<HTMLButtonElement> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
22761
22769
|
|
|
22762
22770
|
type SearchableMenuProps = {
|
|
@@ -22772,12 +22780,12 @@ type SearchableMenuProps = {
|
|
|
22772
22780
|
/**
|
|
22773
22781
|
* Searchable menu allows searching through its menu items
|
|
22774
22782
|
*/
|
|
22775
|
-
declare function SearchableMenu(props: SearchableMenuProps):
|
|
22783
|
+
declare function SearchableMenu(props: SearchableMenuProps): _emotion_react_jsx_runtime.JSX.Element;
|
|
22776
22784
|
|
|
22777
22785
|
interface SelectableMenuItemProps extends PropsWithChildren<Omit<MenuItemProps, 'children'>> {
|
|
22778
22786
|
selected: boolean;
|
|
22779
22787
|
}
|
|
22780
|
-
declare function SelectableMenuItem({ selected, children, ...menuItemProps }: SelectableMenuItemProps):
|
|
22788
|
+
declare function SelectableMenuItem({ selected, children, ...menuItemProps }: SelectableMenuItemProps): _emotion_react_jsx_runtime.JSX.Element;
|
|
22781
22789
|
|
|
22782
22790
|
type MediaCardProps = Omit<CardProps, 'menuItems'> & {
|
|
22783
22791
|
title: string;
|
|
@@ -22789,7 +22797,7 @@ type MediaCardProps = Omit<CardProps, 'menuItems'> & {
|
|
|
22789
22797
|
buttonType?: ButtonHTMLAttributes<HTMLButtonElement>['type'];
|
|
22790
22798
|
onClick?: () => void;
|
|
22791
22799
|
};
|
|
22792
|
-
declare const MediaCard: ({ title, subtitle, infoPopover, cover, menuItems, sideSection, onClick, buttonType, ...cardProps }: MediaCardProps) =>
|
|
22800
|
+
declare const MediaCard: ({ title, subtitle, infoPopover, cover, menuItems, sideSection, onClick, buttonType, ...cardProps }: MediaCardProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
22793
22801
|
|
|
22794
22802
|
type ModalProps = {
|
|
22795
22803
|
header?: React__default.ReactNode;
|
|
@@ -22831,7 +22839,7 @@ type ObjectGridContainerProps = {
|
|
|
22831
22839
|
/** The children to render */
|
|
22832
22840
|
children: React.ReactNode;
|
|
22833
22841
|
};
|
|
22834
|
-
declare const ObjectGridContainer: ({ gridCount, children }: ObjectGridContainerProps) =>
|
|
22842
|
+
declare const ObjectGridContainer: ({ gridCount, children }: ObjectGridContainerProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
22835
22843
|
|
|
22836
22844
|
type ObjectHeadingProps = {
|
|
22837
22845
|
/** sets the heading value */
|
|
@@ -22859,31 +22867,31 @@ type ObjectItemProps = {
|
|
|
22859
22867
|
type ObjectGridItemProps = ObjectItemProps & {
|
|
22860
22868
|
isSelected?: boolean;
|
|
22861
22869
|
};
|
|
22862
|
-
declare const ObjectGridItem: ({ header, cover, rightSlot, menuItems, isSelected, children, }: ObjectGridItemProps) =>
|
|
22870
|
+
declare const ObjectGridItem: ({ header, cover, rightSlot, menuItems, isSelected, children, }: ObjectGridItemProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
22863
22871
|
|
|
22864
22872
|
type ObjectGridItemCardCoverProps = {
|
|
22865
22873
|
icon: IconType;
|
|
22866
22874
|
} | {
|
|
22867
22875
|
imageUrl: string;
|
|
22868
22876
|
};
|
|
22869
|
-
declare const ObjectGridItemCardCover: (props: ObjectGridItemCardCoverProps) =>
|
|
22877
|
+
declare const ObjectGridItemCardCover: (props: ObjectGridItemCardCoverProps) => _emotion_react_jsx_runtime.JSX.Element | undefined;
|
|
22870
22878
|
type ObjectGridItemCoverProps = {
|
|
22871
22879
|
/** The left slot to render components */
|
|
22872
22880
|
coverSlotLeft?: React.ReactNode;
|
|
22873
22881
|
/** The right slot to render components */
|
|
22874
22882
|
coverSlotRight?: React.ReactNode;
|
|
22875
22883
|
} & ObjectGridItemCardCoverProps;
|
|
22876
|
-
declare const ObjectGridItemCover: ({ coverSlotLeft, coverSlotRight, ...props }: ObjectGridItemCoverProps) =>
|
|
22884
|
+
declare const ObjectGridItemCover: ({ coverSlotLeft, coverSlotRight, ...props }: ObjectGridItemCoverProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
22877
22885
|
type ObjectGridItemCoverButtonProps = {
|
|
22878
22886
|
id: string;
|
|
22879
22887
|
onSelection: (id: string) => void;
|
|
22880
22888
|
isSelected: boolean;
|
|
22881
22889
|
selectedText?: string;
|
|
22882
22890
|
} & ObjectGridItemCoverProps;
|
|
22883
|
-
declare const ObjectGridItemCoverButton: ({ id, isSelected, onSelection, coverSlotLeft, coverSlotRight, selectedText, ...props }: ObjectGridItemCoverButtonProps) =>
|
|
22891
|
+
declare const ObjectGridItemCoverButton: ({ id, isSelected, onSelection, coverSlotLeft, coverSlotRight, selectedText, ...props }: ObjectGridItemCoverButtonProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
22884
22892
|
|
|
22885
22893
|
type ObjectGridItemTitleProps = ObjectHeadingProps;
|
|
22886
|
-
declare const ObjectGridItemHeading: ({ heading, beforeHeadingSlot, afterHeadingSlot, }: ObjectGridItemTitleProps) =>
|
|
22894
|
+
declare const ObjectGridItemHeading: ({ heading, beforeHeadingSlot, afterHeadingSlot, }: ObjectGridItemTitleProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
22887
22895
|
|
|
22888
22896
|
type ObjectGridItemIconWithTooltipProps = {
|
|
22889
22897
|
/** The title of the tooltip */
|
|
@@ -22893,12 +22901,12 @@ type ObjectGridItemIconWithTooltipProps = {
|
|
|
22893
22901
|
/** The color of the icon */
|
|
22894
22902
|
iconColor?: IconColor;
|
|
22895
22903
|
} & Pick<TooltipProps, 'placement'>;
|
|
22896
|
-
declare const ObjectGridItemIconWithTooltip: ({ tooltipTitle, placement, icon, iconColor, }: ObjectGridItemIconWithTooltipProps) =>
|
|
22904
|
+
declare const ObjectGridItemIconWithTooltip: ({ tooltipTitle, placement, icon, iconColor, }: ObjectGridItemIconWithTooltipProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
22897
22905
|
|
|
22898
22906
|
/** @deprecated - Beta Object grid loading skeleton component
|
|
22899
22907
|
* @example <ObjectGridItemLoadingSkeleton />
|
|
22900
22908
|
*/
|
|
22901
|
-
declare const ObjectGridItemLoadingSkeleton: () =>
|
|
22909
|
+
declare const ObjectGridItemLoadingSkeleton: () => _emotion_react_jsx_runtime.JSX.Element;
|
|
22902
22910
|
|
|
22903
22911
|
/** @deprecated - Beta Object item loading skeleton component */
|
|
22904
22912
|
type ObjectItemLoadingSkeletonProps = {
|
|
@@ -22912,7 +22920,7 @@ type ObjectItemLoadingSkeletonProps = {
|
|
|
22912
22920
|
/** @deprecated - Beta Object item loading skeleton component
|
|
22913
22921
|
* @example <ObjectItemLoadingSkeleton showCover />
|
|
22914
22922
|
*/
|
|
22915
|
-
declare const ObjectItemLoadingSkeleton: ({ showCover, renderAs, }: ObjectItemLoadingSkeletonProps) =>
|
|
22923
|
+
declare const ObjectItemLoadingSkeleton: ({ showCover, renderAs, }: ObjectItemLoadingSkeletonProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
22916
22924
|
|
|
22917
22925
|
/** @deprecated - Beta Object list item component */
|
|
22918
22926
|
type ObjectListItemProps = ObjectListItemSingleProps | (ObjectListItemMultiProps & HTMLAttributes<HTMLDivElement>);
|
|
@@ -22928,10 +22936,10 @@ type ObjectListItemMultiProps = Omit<ObjectItemProps, 'cover'> & {
|
|
|
22928
22936
|
children?: ReactNode;
|
|
22929
22937
|
};
|
|
22930
22938
|
/** @deprecated - beta Object list item component */
|
|
22931
|
-
declare const ObjectListItem: (props: ObjectListItemProps) =>
|
|
22939
|
+
declare const ObjectListItem: (props: ObjectListItemProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
22932
22940
|
|
|
22933
22941
|
/** @deprecated - Beta Object list item container component */
|
|
22934
|
-
declare const ObjectListItemContainer: ({ children, gap, ...props }: RhythmProps) =>
|
|
22942
|
+
declare const ObjectListItemContainer: ({ children, gap, ...props }: RhythmProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
22935
22943
|
|
|
22936
22944
|
/** @deprecated - Beta Object list item cover component */
|
|
22937
22945
|
type ObjectListItemCoverProps = {
|
|
@@ -22942,21 +22950,21 @@ type ObjectListItemCoverProps = {
|
|
|
22942
22950
|
noImageText?: string;
|
|
22943
22951
|
} & HTMLAttributes<HTMLImageElement>;
|
|
22944
22952
|
/** @deprecated - beta Object list item cover component */
|
|
22945
|
-
declare const ObjectListItemCover: ({ imageUrl, noImageText, ...props }: ObjectListItemCoverProps) =>
|
|
22953
|
+
declare const ObjectListItemCover: ({ imageUrl, noImageText, ...props }: ObjectListItemCoverProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
22946
22954
|
|
|
22947
22955
|
/** @deprecated - Beta Object list item heading component */
|
|
22948
22956
|
type ObjectListItemHeadingProps = Omit<ObjectHeadingProps, 'heading'> & HTMLAttributes<HTMLDivElement> & {
|
|
22949
22957
|
heading: ReactNode;
|
|
22950
22958
|
};
|
|
22951
22959
|
/** @deprecated - beta Object list item heading component */
|
|
22952
|
-
declare const ObjectListItemHeading: ({ heading, beforeHeadingSlot, afterHeadingSlot, ...props }: ObjectListItemHeadingProps) =>
|
|
22960
|
+
declare const ObjectListItemHeading: ({ heading, beforeHeadingSlot, afterHeadingSlot, ...props }: ObjectListItemHeadingProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
22953
22961
|
|
|
22954
22962
|
declare function Pagination({ limit, offset, total, onPageChange, }: {
|
|
22955
22963
|
limit: number;
|
|
22956
22964
|
offset: number;
|
|
22957
22965
|
total: number;
|
|
22958
22966
|
onPageChange: (limit: number, offset: number) => void;
|
|
22959
|
-
}):
|
|
22967
|
+
}): _emotion_react_jsx_runtime.JSX.Element | null;
|
|
22960
22968
|
|
|
22961
22969
|
type CommonParameterProps = {
|
|
22962
22970
|
/** sets the label value */
|
|
@@ -23032,9 +23040,9 @@ type ConnectToDataElementButtonProps = HTMLAttributes<HTMLButtonElement> & {
|
|
|
23032
23040
|
/** Disables hover state, sets aria-disabled */
|
|
23033
23041
|
isLocked?: boolean;
|
|
23034
23042
|
};
|
|
23035
|
-
declare const LabelLeadingIcon: ({ icon, iconColor, children, isBound, isActive, isLocked, title, ...props }: ConnectToDataElementButtonProps) =>
|
|
23043
|
+
declare const LabelLeadingIcon: ({ icon, iconColor, children, isBound, isActive, isLocked, title, ...props }: ConnectToDataElementButtonProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
23036
23044
|
/** @deprecated use LabelLeadingIcon */
|
|
23037
|
-
declare const ConnectToDataElementButton: ({ icon, iconColor, children, isBound, isActive, isLocked, title, ...props }: ConnectToDataElementButtonProps) =>
|
|
23045
|
+
declare const ConnectToDataElementButton: ({ icon, iconColor, children, isBound, isActive, isLocked, title, ...props }: ConnectToDataElementButtonProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
23038
23046
|
|
|
23039
23047
|
type ParameterDataConnectButtonProps = {
|
|
23040
23048
|
/** Sets the label value */
|
|
@@ -23056,7 +23064,7 @@ type ParameterDataConnectButtonProps = {
|
|
|
23056
23064
|
* @example <ParameterDataConnectButton label="label" id="connect-data-button" onConnectDatasource={() => myFunction()}>Button Text</ParameterDataConnectButton>
|
|
23057
23065
|
* @deprecated no longer used in uniform UI
|
|
23058
23066
|
*/
|
|
23059
|
-
declare function ParameterDataResource({ label, labelLeadingIcon, id, onConnectDatasource, caption, disabled, children, }: ParameterDataConnectButtonProps):
|
|
23067
|
+
declare function ParameterDataResource({ label, labelLeadingIcon, id, onConnectDatasource, caption, disabled, children, }: ParameterDataConnectButtonProps): _emotion_react_jsx_runtime.JSX.Element;
|
|
23060
23068
|
|
|
23061
23069
|
type ParameterDrawerHeaderProps = {
|
|
23062
23070
|
title: string;
|
|
@@ -23066,7 +23074,7 @@ type ParameterDrawerHeaderProps = {
|
|
|
23066
23074
|
/**
|
|
23067
23075
|
* @deprecated use <Drawer heading={"Hi!"} /> instead, to use default drawer heading styles
|
|
23068
23076
|
*/
|
|
23069
|
-
declare const ParameterDrawerHeader: ({ title, iconBeforeTitle, children }: ParameterDrawerHeaderProps) =>
|
|
23077
|
+
declare const ParameterDrawerHeader: ({ title, iconBeforeTitle, children }: ParameterDrawerHeaderProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
23070
23078
|
|
|
23071
23079
|
type ParameterGroupProps = React.HTMLAttributes<HTMLFieldSetElement> & {
|
|
23072
23080
|
/** sets the legend value */
|
|
@@ -23080,7 +23088,7 @@ declare const ParameterGroup: React$1.ForwardRefExoticComponent<React$1.HTMLAttr
|
|
|
23080
23088
|
/** sets the legend value */
|
|
23081
23089
|
legend: string | JSX.Element;
|
|
23082
23090
|
/** (optional) - sets a disabled attribute at the field level disabling all child input fields and buttons */
|
|
23083
|
-
isDisabled?: boolean
|
|
23091
|
+
isDisabled?: boolean;
|
|
23084
23092
|
children: ReactNode;
|
|
23085
23093
|
} & React$1.RefAttributes<HTMLFieldSetElement>>;
|
|
23086
23094
|
|
|
@@ -23091,27 +23099,27 @@ type ParameterImageProps = Omit<CommonParameterInputProps, 'inputIcon' | 'type'>
|
|
|
23091
23099
|
/** @Example <ParameterImage {...inputArgs} value={value} onChange={(e) => setValue(e.currentTarget.value)} /> */
|
|
23092
23100
|
declare const ParameterImage: React__default.ForwardRefExoticComponent<Omit<CommonParameterInputProps, "type" | "inputIcon"> & React__default.InputHTMLAttributes<HTMLInputElement> & {
|
|
23093
23101
|
/** Turns off the image preview, if it's not desired or rendered separately with `ParameterImageImage` elsewhere */
|
|
23094
|
-
disablePreview?: boolean
|
|
23102
|
+
disablePreview?: boolean;
|
|
23095
23103
|
} & {
|
|
23096
|
-
children?: React__default.ReactNode;
|
|
23104
|
+
children?: React__default.ReactNode | undefined;
|
|
23097
23105
|
} & React__default.RefAttributes<HTMLInputElement>>;
|
|
23098
23106
|
declare const ParameterImageInner: React__default.ForwardRefExoticComponent<React__default.InputHTMLAttributes<HTMLInputElement> & {
|
|
23099
|
-
disablePreview?: boolean
|
|
23107
|
+
disablePreview?: boolean;
|
|
23100
23108
|
} & React__default.RefAttributes<HTMLInputElement>>;
|
|
23101
23109
|
|
|
23102
23110
|
declare function ParameterImagePreview({ imageSrc }: {
|
|
23103
23111
|
imageSrc: string;
|
|
23104
|
-
}):
|
|
23112
|
+
}): _emotion_react_jsx_runtime.JSX.Element | null;
|
|
23105
23113
|
|
|
23106
23114
|
type ParameterInputProps = CommonParameterInputProps & React.InputHTMLAttributes<HTMLInputElement>;
|
|
23107
23115
|
/** @example <ParameterInput label="label value" id="my-input" /> */
|
|
23108
23116
|
declare const ParameterInput: React$1.ForwardRefExoticComponent<CommonParameterProps & {
|
|
23109
|
-
caption?: string
|
|
23117
|
+
caption?: string;
|
|
23110
23118
|
menuItems?: React$1.ReactNode;
|
|
23111
|
-
actionItems?: React
|
|
23112
|
-
errorTestId?: string
|
|
23113
|
-
captionTestId?: string
|
|
23114
|
-
title?: string
|
|
23119
|
+
actionItems?: React.ReactNode;
|
|
23120
|
+
errorTestId?: string;
|
|
23121
|
+
captionTestId?: string;
|
|
23122
|
+
title?: string;
|
|
23115
23123
|
} & React$1.InputHTMLAttributes<HTMLInputElement> & React$1.RefAttributes<HTMLInputElement>>;
|
|
23116
23124
|
declare const ParameterInputInner: React$1.ForwardRefExoticComponent<React$1.InputHTMLAttributes<HTMLInputElement> & React$1.RefAttributes<HTMLInputElement>>;
|
|
23117
23125
|
|
|
@@ -23123,7 +23131,7 @@ type ParameterLabelProps = HTMLAttributes<HTMLLabelElement> & {
|
|
|
23123
23131
|
asSpan?: boolean;
|
|
23124
23132
|
};
|
|
23125
23133
|
/** @example <ParameterLabel id="my-label">my label</ParameterLabel> */
|
|
23126
|
-
declare const ParameterLabel: ({ id, asSpan, children, ...props }: ParameterLabelProps) =>
|
|
23134
|
+
declare const ParameterLabel: ({ id, asSpan, children, ...props }: ParameterLabelProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
23127
23135
|
|
|
23128
23136
|
type ParameterLinkProps = CommonParameterInputProps & React.InputHTMLAttributes<HTMLInputElement> & {
|
|
23129
23137
|
/** (optional) sets the button text when value is empty
|
|
@@ -23138,22 +23146,22 @@ type ParameterLinkProps = CommonParameterInputProps & React.InputHTMLAttributes<
|
|
|
23138
23146
|
};
|
|
23139
23147
|
/** @example <ParameterLink label="my label" id="my-id" options={[{ label: 'option label', value: 0}]} */
|
|
23140
23148
|
declare const ParameterLink: React$1.ForwardRefExoticComponent<CommonParameterProps & {
|
|
23141
|
-
caption?: string
|
|
23149
|
+
caption?: string;
|
|
23142
23150
|
menuItems?: React$1.ReactNode;
|
|
23143
|
-
actionItems?: React
|
|
23144
|
-
errorTestId?: string
|
|
23145
|
-
captionTestId?: string
|
|
23146
|
-
title?: string
|
|
23151
|
+
actionItems?: React.ReactNode;
|
|
23152
|
+
errorTestId?: string;
|
|
23153
|
+
captionTestId?: string;
|
|
23154
|
+
title?: string;
|
|
23147
23155
|
} & React$1.InputHTMLAttributes<HTMLInputElement> & {
|
|
23148
23156
|
/** (optional) sets the button text when value is empty
|
|
23149
23157
|
* @default 'Configure link'
|
|
23150
23158
|
*/
|
|
23151
|
-
buttonText?: string
|
|
23159
|
+
buttonText?: string;
|
|
23152
23160
|
/** sets the button function */
|
|
23153
23161
|
onConnectLink: () => void;
|
|
23154
23162
|
/** sets the disabled state of the button, useful for permissions */
|
|
23155
|
-
disabled?: boolean
|
|
23156
|
-
externalLink?: string
|
|
23163
|
+
disabled?: boolean;
|
|
23164
|
+
externalLink?: string;
|
|
23157
23165
|
} & React$1.RefAttributes<HTMLInputElement>>;
|
|
23158
23166
|
declare const ParameterLinkInner: React$1.ForwardRefExoticComponent<Omit<ParameterLinkProps, "label" | "id"> & React$1.RefAttributes<HTMLInputElement>>;
|
|
23159
23167
|
|
|
@@ -23173,11 +23181,11 @@ type ParameterMultiSelectProps = CommonParameterInputProps & ParameterMultiSelec
|
|
|
23173
23181
|
/**
|
|
23174
23182
|
* @deprecated beta
|
|
23175
23183
|
* @example <ParameterMultiSelect label="my label" id="my-id" options={[{ label: 'option label', value: 0}]} */
|
|
23176
|
-
declare const ParameterMultiSelect: ({ disabled, ...props }: ParameterMultiSelectProps) =>
|
|
23184
|
+
declare const ParameterMultiSelect: ({ disabled, ...props }: ParameterMultiSelectProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
23177
23185
|
/**
|
|
23178
23186
|
* @deprecated beta
|
|
23179
23187
|
* @example <ParameterMultiSelectInner options={[{ label: 'option label', value: 0}]} />*/
|
|
23180
|
-
declare const ParameterMultiSelectInner: (props: ParameterMultiSelectInnerProps) =>
|
|
23188
|
+
declare const ParameterMultiSelectInner: (props: ParameterMultiSelectInnerProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
23181
23189
|
|
|
23182
23190
|
type ParameterNameAndPublicIdInputProps = {
|
|
23183
23191
|
id?: undefined | string;
|
|
@@ -23228,7 +23236,7 @@ type ParameterNameAndPublicIdInputProps = {
|
|
|
23228
23236
|
hasInitialPublicIdField?: boolean;
|
|
23229
23237
|
};
|
|
23230
23238
|
/** @example <ParameterNameAndPublicIdInput /> */
|
|
23231
|
-
declare const ParameterNameAndPublicIdInput: ({ id, onBlur, autoFocus, onNameChange, onPublicIdChange, nameIdError, publicIdError, readOnly, hasInitialPublicIdField, label, warnOverLength, nameIdField, nameCaption, namePlaceholderText, publicIdFieldName, publicIdCaption, publicIdPlaceholderText, values, }: ParameterNameAndPublicIdInputProps) =>
|
|
23239
|
+
declare const ParameterNameAndPublicIdInput: ({ id, onBlur, autoFocus, onNameChange, onPublicIdChange, nameIdError, publicIdError, readOnly, hasInitialPublicIdField, label, warnOverLength, nameIdField, nameCaption, namePlaceholderText, publicIdFieldName, publicIdCaption, publicIdPlaceholderText, values, }: ParameterNameAndPublicIdInputProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
23232
23240
|
|
|
23233
23241
|
type LinkNodeProps = NonNullable<LinkParamValue>;
|
|
23234
23242
|
type SerializedLinkNode = Spread<{
|
|
@@ -23260,7 +23268,6 @@ type LinkNodePluginProps = {
|
|
|
23260
23268
|
onSetValue: (value: LinkParamValue) => void;
|
|
23261
23269
|
}) => Promise<void>;
|
|
23262
23270
|
getBoundPath?: (path: string) => string;
|
|
23263
|
-
positioningAnchorEl: HTMLElement;
|
|
23264
23271
|
};
|
|
23265
23272
|
|
|
23266
23273
|
declare const richTextToolbarButton: _emotion_react.SerializedStyles;
|
|
@@ -23268,45 +23275,11 @@ declare const richTextToolbarButtonActive: _emotion_react.SerializedStyles;
|
|
|
23268
23275
|
type RichTextToolbarIconProps = {
|
|
23269
23276
|
icon: IconType;
|
|
23270
23277
|
};
|
|
23271
|
-
declare const RichTextToolbarIcon: ({ icon }: RichTextToolbarIconProps) =>
|
|
23278
|
+
declare const RichTextToolbarIcon: ({ icon }: RichTextToolbarIconProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
23272
23279
|
type RichTextToolbarProps = {
|
|
23273
23280
|
config?: RichTextParamConfiguration;
|
|
23274
23281
|
/** Variables */
|
|
23275
23282
|
customControls?: React.ReactElement;
|
|
23276
|
-
onInsertTable?: () => Promise<{
|
|
23277
|
-
rows: number;
|
|
23278
|
-
columns: number;
|
|
23279
|
-
} | null>;
|
|
23280
|
-
};
|
|
23281
|
-
type UseRichTextToolbarStateProps = {
|
|
23282
|
-
config?: RichTextParamConfiguration;
|
|
23283
|
-
};
|
|
23284
|
-
declare const useRichTextToolbarState: ({ config }: UseRichTextToolbarStateProps) => {
|
|
23285
|
-
activeFormats: _uniformdev_richtext.RichTextBuiltInFormat[];
|
|
23286
|
-
setActiveFormats: React$1.Dispatch<React$1.SetStateAction<_uniformdev_richtext.RichTextBuiltInFormat[]>>;
|
|
23287
|
-
activeElement: "paragraph" | _uniformdev_richtext.RichTextBuiltInElement;
|
|
23288
|
-
setActiveElement: React$1.Dispatch<React$1.SetStateAction<"paragraph" | _uniformdev_richtext.RichTextBuiltInElement>>;
|
|
23289
|
-
visibleFormatsWithIcon: {
|
|
23290
|
-
label: string;
|
|
23291
|
-
type: _uniformdev_richtext.RichTextBuiltInFormat;
|
|
23292
|
-
}[];
|
|
23293
|
-
visibleFormatsWithoutIcon: {
|
|
23294
|
-
label: string;
|
|
23295
|
-
type: _uniformdev_richtext.RichTextBuiltInFormat;
|
|
23296
|
-
}[];
|
|
23297
|
-
visibleTextualElements: {
|
|
23298
|
-
label: string;
|
|
23299
|
-
type: _uniformdev_richtext.RichTextBuiltInElement;
|
|
23300
|
-
}[];
|
|
23301
|
-
isLink: boolean;
|
|
23302
|
-
setIsLink: React$1.Dispatch<React$1.SetStateAction<boolean>>;
|
|
23303
|
-
linkElementVisible: boolean;
|
|
23304
|
-
visibleLists: Set<string>;
|
|
23305
|
-
quoteElementVisible: boolean;
|
|
23306
|
-
codeElementVisible: boolean;
|
|
23307
|
-
tableElementVisible: boolean;
|
|
23308
|
-
visibleElementsWithIcons: Set<string>;
|
|
23309
|
-
visibleInsertElementsWithIcons: Set<string>;
|
|
23310
23283
|
};
|
|
23311
23284
|
|
|
23312
23285
|
type RichTextProps = {
|
|
@@ -23315,9 +23288,7 @@ type RichTextProps = {
|
|
|
23315
23288
|
onConnectLink?: LinkNodePluginProps['onConnectLink'];
|
|
23316
23289
|
onRichTextInit?: (editor: LexicalEditor) => void;
|
|
23317
23290
|
readOnly?: boolean;
|
|
23318
|
-
minimalInteractivity?: boolean;
|
|
23319
23291
|
editorInputClassName?: string;
|
|
23320
|
-
editorInputWrapperClassName?: string;
|
|
23321
23292
|
/** Register additional custom node types to the RTE */
|
|
23322
23293
|
customNodes?: InitialConfigType['nodes'];
|
|
23323
23294
|
/** Children allows registering custom Lexical plugins */
|
|
@@ -23328,11 +23299,6 @@ type RichTextProps = {
|
|
|
23328
23299
|
};
|
|
23329
23300
|
/** Rich Text Toolbar custom controls */
|
|
23330
23301
|
customControls?: RichTextToolbarProps['customControls'];
|
|
23331
|
-
/** Tables */
|
|
23332
|
-
onInsertTable?: () => Promise<{
|
|
23333
|
-
rows: number;
|
|
23334
|
-
columns: number;
|
|
23335
|
-
} | null>;
|
|
23336
23302
|
};
|
|
23337
23303
|
type RichTextParamValue = SerializedEditorState | undefined | null;
|
|
23338
23304
|
type ParameterRichTextInnerProps = RichTextProps & {
|
|
@@ -23341,32 +23307,25 @@ type ParameterRichTextInnerProps = RichTextProps & {
|
|
|
23341
23307
|
editorFooter?: React.ReactNode;
|
|
23342
23308
|
};
|
|
23343
23309
|
type ParameterRichTextProps = CommonParameterInputProps & ParameterRichTextInnerProps;
|
|
23344
|
-
declare const ParameterRichText: ({ label, labelLeadingIcon, hiddenLabel, id, errorMessage, caption, errorTestId, captionTestId, menuItems, value, onChange, onConnectLink, config, onRichTextInit, readOnly, editorWrapperClassName, editorInputClassName,
|
|
23345
|
-
declare const ParameterRichTextInner: ({ value, onChange, onConnectLink, config, onRichTextInit, readOnly, editorWrapperClassName, editorInputClassName,
|
|
23310
|
+
declare const ParameterRichText: ({ label, labelLeadingIcon, hiddenLabel, id, errorMessage, caption, errorTestId, captionTestId, menuItems, value, onChange, onConnectLink, config, onRichTextInit, readOnly, editorWrapperClassName, editorInputClassName, editorFooter, customNodes, children, variables, customControls, }: ParameterRichTextProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
23311
|
+
declare const ParameterRichTextInner: ({ value, onChange, onConnectLink, config, onRichTextInit, readOnly, editorWrapperClassName, editorInputClassName, editorFooter, children, customNodes, variables, customControls, }: ParameterRichTextInnerProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
23346
23312
|
|
|
23347
23313
|
type ParameterSelectProps = CommonParameterInputProps & CommonParameterSelectProps & React.InputHTMLAttributes<HTMLSelectElement>;
|
|
23348
23314
|
/** @example <ParameterSelect label="my label" id="my-id" options={[{ label: 'option label', value: 0}]} */
|
|
23349
23315
|
declare const ParameterSelect: React$1.ForwardRefExoticComponent<CommonParameterProps & {
|
|
23350
|
-
caption?: string
|
|
23316
|
+
caption?: string;
|
|
23351
23317
|
menuItems?: React$1.ReactNode;
|
|
23352
|
-
actionItems?: React
|
|
23353
|
-
errorTestId?: string
|
|
23354
|
-
captionTestId?: string
|
|
23355
|
-
title?: string
|
|
23318
|
+
actionItems?: React.ReactNode;
|
|
23319
|
+
errorTestId?: string;
|
|
23320
|
+
captionTestId?: string;
|
|
23321
|
+
title?: string;
|
|
23356
23322
|
} & CommonParameterSelectProps & React$1.InputHTMLAttributes<HTMLSelectElement> & React$1.RefAttributes<HTMLSelectElement>>;
|
|
23357
23323
|
/** @example <ParameterSelectInner options={[{ label: 'option label', value: 0}]} />*/
|
|
23358
23324
|
declare const ParameterSelectInner: React$1.ForwardRefExoticComponent<Omit<ParameterSelectProps, "label" | "id"> & React$1.RefAttributes<HTMLSelectElement>>;
|
|
23359
23325
|
|
|
23360
23326
|
/** A function that extracts all common props and element props
|
|
23361
23327
|
* @example const { shellProps, innerProps } = extractParameterProps(props) */
|
|
23362
|
-
declare const extractParameterProps: <T>(props: T &
|
|
23363
|
-
caption?: string | undefined;
|
|
23364
|
-
menuItems?: ReactNode;
|
|
23365
|
-
actionItems?: ReactNode;
|
|
23366
|
-
errorTestId?: string | undefined;
|
|
23367
|
-
captionTestId?: string | undefined;
|
|
23368
|
-
title?: string | undefined;
|
|
23369
|
-
}) => {
|
|
23328
|
+
declare const extractParameterProps: <T>(props: T & CommonParameterInputProps) => {
|
|
23370
23329
|
shellProps: {
|
|
23371
23330
|
id: string;
|
|
23372
23331
|
label: string;
|
|
@@ -23384,12 +23343,12 @@ declare const extractParameterProps: <T>(props: T & CommonParameterProps & {
|
|
|
23384
23343
|
onResetOverriddenValue: (() => void) | undefined;
|
|
23385
23344
|
};
|
|
23386
23345
|
innerProps: Omit<T & CommonParameterProps & {
|
|
23387
|
-
caption?: string
|
|
23346
|
+
caption?: string;
|
|
23388
23347
|
menuItems?: ReactNode;
|
|
23389
|
-
actionItems?: ReactNode;
|
|
23390
|
-
errorTestId?: string
|
|
23391
|
-
captionTestId?: string
|
|
23392
|
-
title?: string
|
|
23348
|
+
actionItems?: React.ReactNode;
|
|
23349
|
+
errorTestId?: string;
|
|
23350
|
+
captionTestId?: string;
|
|
23351
|
+
title?: string;
|
|
23393
23352
|
}, "caption" | "label" | "title" | "id" | "warningMessage" | "errorMessage" | "infoMessage" | "errorTestId" | "captionTestId" | "menuItems" | "hiddenLabel" | "labelLeadingIcon" | "hasOverriddenValue" | "onResetOverriddenValue">;
|
|
23394
23353
|
};
|
|
23395
23354
|
type ParameterShellOverrideProps = {
|
|
@@ -23412,22 +23371,22 @@ type ParameterShellProps = React.InputHTMLAttributes<HTMLDivElement> & CommonPar
|
|
|
23412
23371
|
* Uniform Parameter shell component
|
|
23413
23372
|
* @example <ParameterShell label="my label" id="my-id"><ParameterInput onChange={() => {}} /></ParameterShell>
|
|
23414
23373
|
*/
|
|
23415
|
-
declare const ParameterShell: ({ label, labelLeadingIcon, labelTrailingIcon, hiddenLabel, id, errorMessage, warningMessage, infoMessage, caption, errorTestId, captionTestId, menuItems, actionItems, hasOverriddenValue, onResetOverriddenValue, title, children, isParameterGroup, ...props }: ParameterShellProps) =>
|
|
23374
|
+
declare const ParameterShell: ({ label, labelLeadingIcon, labelTrailingIcon, hiddenLabel, id, errorMessage, warningMessage, infoMessage, caption, errorTestId, captionTestId, menuItems, actionItems, hasOverriddenValue, onResetOverriddenValue, title, children, isParameterGroup, ...props }: ParameterShellProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
23416
23375
|
declare const ParameterShellPlaceholder: ({ children }: {
|
|
23417
23376
|
children?: ReactNode;
|
|
23418
|
-
}) =>
|
|
23377
|
+
}) => _emotion_react_jsx_runtime.JSX.Element;
|
|
23419
23378
|
/** @deprecated */
|
|
23420
|
-
declare const ParameterOverrideMarker: (props: HTMLAttributes<HTMLButtonElement>) =>
|
|
23379
|
+
declare const ParameterOverrideMarker: (props: HTMLAttributes<HTMLButtonElement>) => _emotion_react_jsx_runtime.JSX.Element;
|
|
23421
23380
|
|
|
23422
23381
|
type ParameterTextareaProps = CommonParameterInputProps & React.TextareaHTMLAttributes<HTMLTextAreaElement>;
|
|
23423
23382
|
/** @example <ParameterTextarea label="label value" id="my-textarea" /> */
|
|
23424
23383
|
declare const ParameterTextarea: React$1.ForwardRefExoticComponent<CommonParameterProps & {
|
|
23425
|
-
caption?: string
|
|
23384
|
+
caption?: string;
|
|
23426
23385
|
menuItems?: React$1.ReactNode;
|
|
23427
|
-
actionItems?: React
|
|
23428
|
-
errorTestId?: string
|
|
23429
|
-
captionTestId?: string
|
|
23430
|
-
title?: string
|
|
23386
|
+
actionItems?: React.ReactNode;
|
|
23387
|
+
errorTestId?: string;
|
|
23388
|
+
captionTestId?: string;
|
|
23389
|
+
title?: string;
|
|
23431
23390
|
} & React$1.TextareaHTMLAttributes<HTMLTextAreaElement> & React$1.RefAttributes<HTMLTextAreaElement>>;
|
|
23432
23391
|
/** @example <ParameterTextareaInner /> */
|
|
23433
23392
|
declare const ParameterTextareaInner: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLTextAreaElement> & React$1.RefAttributes<HTMLTextAreaElement>>;
|
|
@@ -23437,14 +23396,14 @@ type ParameterToggleProps = Omit<React.InputHTMLAttributes<HTMLInputElement>, 't
|
|
|
23437
23396
|
};
|
|
23438
23397
|
/** @example <ParameterToggle title="my checkbox" label="label value" id="my-checkbox" type="checkbox" onIconClick={() => alert('icon clicked)} /> */
|
|
23439
23398
|
declare const ParameterToggle: React$1.ForwardRefExoticComponent<Omit<React$1.InputHTMLAttributes<HTMLInputElement>, "type"> & CommonParameterProps & {
|
|
23440
|
-
caption?: string
|
|
23399
|
+
caption?: string;
|
|
23441
23400
|
menuItems?: React$1.ReactNode;
|
|
23442
|
-
actionItems?: React
|
|
23443
|
-
errorTestId?: string
|
|
23444
|
-
captionTestId?: string
|
|
23445
|
-
title?: string
|
|
23401
|
+
actionItems?: React.ReactNode;
|
|
23402
|
+
errorTestId?: string;
|
|
23403
|
+
captionTestId?: string;
|
|
23404
|
+
title?: string;
|
|
23446
23405
|
} & {
|
|
23447
|
-
type:
|
|
23406
|
+
type: "checkbox" | "radio";
|
|
23448
23407
|
} & React$1.RefAttributes<HTMLInputElement>>;
|
|
23449
23408
|
declare const ParameterToggleInner: React$1.ForwardRefExoticComponent<React$1.InputHTMLAttributes<HTMLInputElement> & React$1.RefAttributes<HTMLInputElement>>;
|
|
23450
23409
|
|
|
@@ -23485,7 +23444,7 @@ type PopoverProps = PopoverProps$1 & {
|
|
|
23485
23444
|
*/
|
|
23486
23445
|
maxWidth?: string;
|
|
23487
23446
|
};
|
|
23488
|
-
declare const Popover: ({ iconColor, icon, iconSize, buttonText, ariaLabel, placement, testId, trigger, children, baseId, onInit, maxWidth, ...otherProps }: PopoverProps) =>
|
|
23447
|
+
declare const Popover: ({ iconColor, icon, iconSize, buttonText, ariaLabel, placement, testId, trigger, children, baseId, onInit, maxWidth, ...otherProps }: PopoverProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
23489
23448
|
/**
|
|
23490
23449
|
* Hook to get the current popover context
|
|
23491
23450
|
* @description This hook is used to get the current popover context
|
|
@@ -23503,7 +23462,7 @@ interface ProgressBarProps extends React$1.HTMLAttributes<HTMLDivElement> {
|
|
|
23503
23462
|
/**
|
|
23504
23463
|
* @deprecated This component is in beta, and might receive breaking changes in minor releases!
|
|
23505
23464
|
*/
|
|
23506
|
-
declare function ProgressBar({ current, max, theme, variant, ...props }: ProgressBarProps):
|
|
23465
|
+
declare function ProgressBar({ current, max, theme, variant, ...props }: ProgressBarProps): _emotion_react_jsx_runtime.JSX.Element;
|
|
23507
23466
|
|
|
23508
23467
|
type ProgressListItemStatus = 'completed' | 'inProgress' | 'queued';
|
|
23509
23468
|
type ProgressListProps = React__default.HTMLAttributes<HTMLOListElement> & {
|
|
@@ -23521,7 +23480,7 @@ type ProgressListProps = React__default.HTMLAttributes<HTMLOListElement> & {
|
|
|
23521
23480
|
* Component that sets the base structure for scrollable content in a max height container
|
|
23522
23481
|
* @example <ProgressList items={[{ id: 'step1', label: 'Step 1' }, { id: 'step2', label: 'Step 2' }]} />
|
|
23523
23482
|
*/
|
|
23524
|
-
declare const ProgressList: ({ inProgressId, items, autoEllipsis, ...htmlProps }: ProgressListProps) =>
|
|
23483
|
+
declare const ProgressList: ({ inProgressId, items, autoEllipsis, ...htmlProps }: ProgressListProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
23525
23484
|
type ProgressListItemProps = React__default.HTMLAttributes<HTMLLIElement> & {
|
|
23526
23485
|
/** The status of the item. Defaults to 'queued' */
|
|
23527
23486
|
status?: ProgressListItemStatus;
|
|
@@ -23540,7 +23499,7 @@ type ProgressListItem<IdType extends string = string> = {
|
|
|
23540
23499
|
* */
|
|
23541
23500
|
errorLevel?: 'danger' | 'caution';
|
|
23542
23501
|
};
|
|
23543
|
-
declare const ProgressListItem: ({ children, status, error, errorLevel, autoEllipsis, }: ProgressListItemProps) =>
|
|
23502
|
+
declare const ProgressListItem: ({ children, status, error, errorLevel, autoEllipsis, }: ProgressListItemProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
23544
23503
|
|
|
23545
23504
|
type SegmentedControlOption<TValue extends string = string> = {
|
|
23546
23505
|
value: TValue;
|
|
@@ -23589,7 +23548,7 @@ type SegmentedControlProps<TValue extends string = string> = Omit<React__default
|
|
|
23589
23548
|
* A control with multiple segments. Can be used as a replacement of radio buttons.
|
|
23590
23549
|
* @example <SegmentedControl name="mySegmentedControl" value={value} options={[{label: 'Option 1', value: 'option1',label: 'Option 2', value: 'option2'}]} onChange={setValue} />
|
|
23591
23550
|
*/
|
|
23592
|
-
declare const SegmentedControl: <TValue extends string = string>({ name, options, value, onChange, noCheckmark, disabled, orientation, size, hideOptionText, iconSize, currentBackgroundColor, ...props }: SegmentedControlProps<TValue>) =>
|
|
23551
|
+
declare const SegmentedControl: <TValue extends string = string>({ name, options, value, onChange, noCheckmark, disabled, orientation, size, hideOptionText, iconSize, currentBackgroundColor, ...props }: SegmentedControlProps<TValue>) => _emotion_react_jsx_runtime.JSX.Element;
|
|
23593
23552
|
|
|
23594
23553
|
type SkeletonProps = React__default.PropsWithChildren<React__default.HTMLAttributes<HTMLDivElement>> & {
|
|
23595
23554
|
width?: string;
|
|
@@ -23601,7 +23560,7 @@ type SkeletonProps = React__default.PropsWithChildren<React__default.HTMLAttribu
|
|
|
23601
23560
|
* A loading skeleton
|
|
23602
23561
|
* @example <Skeleton width="50%" height="32px" />
|
|
23603
23562
|
*/
|
|
23604
|
-
declare const Skeleton: ({ width, height, inline, circle, children, ...otherProps }: SkeletonProps) =>
|
|
23563
|
+
declare const Skeleton: ({ width, height, inline, circle, children, ...otherProps }: SkeletonProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
23605
23564
|
|
|
23606
23565
|
type SwitchProps = Omit<React.InputHTMLAttributes<HTMLInputElement>, 'type'> & {
|
|
23607
23566
|
/** sets the label value */
|
|
@@ -23624,13 +23583,13 @@ declare const Switch: React$1.ForwardRefExoticComponent<Omit<React$1.InputHTMLAt
|
|
|
23624
23583
|
/** sets the label value */
|
|
23625
23584
|
label: ReactNode;
|
|
23626
23585
|
/** (optional) sets information text */
|
|
23627
|
-
infoText?: string
|
|
23586
|
+
infoText?: string;
|
|
23628
23587
|
/** sets the toggle text value */
|
|
23629
|
-
toggleText?: string
|
|
23588
|
+
toggleText?: string;
|
|
23630
23589
|
/** sets child elements */
|
|
23631
23590
|
children?: ReactNode;
|
|
23632
23591
|
/** the size of the control */
|
|
23633
|
-
switchSize?: "base" | "sm"
|
|
23592
|
+
switchSize?: "base" | "sm";
|
|
23634
23593
|
} & React$1.RefAttributes<HTMLInputElement>>;
|
|
23635
23594
|
|
|
23636
23595
|
type TableProps = {
|
|
@@ -23672,7 +23631,7 @@ declare const Table: React$1.ForwardRefExoticComponent<{
|
|
|
23672
23631
|
/** The CSS padding of the table cells (includes the head cells as well).
|
|
23673
23632
|
* @default 'var(--spacing-base) var(--spacing-md)'
|
|
23674
23633
|
*/
|
|
23675
|
-
cellPadding?: string
|
|
23634
|
+
cellPadding?: string;
|
|
23676
23635
|
} & Omit<Omit<React$1.DetailedHTMLProps<React$1.TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, "ref">, "cellPadding"> & React$1.RefAttributes<HTMLTableElement>>;
|
|
23677
23636
|
declare const TableHead: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, "ref"> & React$1.RefAttributes<HTMLTableSectionElement>>;
|
|
23678
23637
|
declare const TableBody: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, "ref"> & React$1.RefAttributes<HTMLTableSectionElement>>;
|
|
@@ -23693,18 +23652,18 @@ type TabsProps<TTabName extends string = string> = {
|
|
|
23693
23652
|
*/
|
|
23694
23653
|
useHashForState?: boolean;
|
|
23695
23654
|
};
|
|
23696
|
-
declare const Tabs: <TTabName extends string = string>({ children, onSelectedIdChange, useHashForState, selectedId, manual, ...props }: TabsProps<TTabName>) =>
|
|
23697
|
-
declare const TabButtonGroup: ({ children, ...props }: Partial<TabListProps>) =>
|
|
23655
|
+
declare const Tabs: <TTabName extends string = string>({ children, onSelectedIdChange, useHashForState, selectedId, manual, ...props }: TabsProps<TTabName>) => _emotion_react_jsx_runtime.JSX.Element;
|
|
23656
|
+
declare const TabButtonGroup: ({ children, ...props }: Partial<TabListProps>) => _emotion_react_jsx_runtime.JSX.Element;
|
|
23698
23657
|
type TabButtonProps<TTabName extends string = string> = Partial<TabProps> & {
|
|
23699
23658
|
id: TTabName;
|
|
23700
23659
|
children: React__default.ReactNode;
|
|
23701
23660
|
};
|
|
23702
|
-
declare const TabButton: <TTabName extends string = string>({ children, id, ...props }: TabButtonProps<TTabName>) =>
|
|
23661
|
+
declare const TabButton: <TTabName extends string = string>({ children, id, ...props }: TabButtonProps<TTabName>) => _emotion_react_jsx_runtime.JSX.Element;
|
|
23703
23662
|
type TabContentProps<TTabName extends string = string> = Partial<TabPanelProps> & {
|
|
23704
23663
|
tabId?: TTabName;
|
|
23705
23664
|
children: React__default.ReactNode;
|
|
23706
23665
|
};
|
|
23707
|
-
declare const TabContent: <TTabName extends string = string>({ children, ...props }: TabContentProps<TTabName>) =>
|
|
23666
|
+
declare const TabContent: <TTabName extends string = string>({ children, ...props }: TabContentProps<TTabName>) => _emotion_react_jsx_runtime.JSX.Element;
|
|
23708
23667
|
|
|
23709
23668
|
type CreateTeamIntegrationTileProps = React.HTMLAttributes<HTMLDivElement> & {
|
|
23710
23669
|
/** (optional) sets the title value
|
|
@@ -23722,7 +23681,7 @@ type CreateTeamIntegrationTileProps = React.HTMLAttributes<HTMLDivElement> & {
|
|
|
23722
23681
|
*/
|
|
23723
23682
|
asDeepLink?: boolean;
|
|
23724
23683
|
};
|
|
23725
|
-
declare const CreateTeamIntegrationTile: ({ title, buttonText, onClick, asDeepLink, ...props }: CreateTeamIntegrationTileProps) =>
|
|
23684
|
+
declare const CreateTeamIntegrationTile: ({ title, buttonText, onClick, asDeepLink, ...props }: CreateTeamIntegrationTileProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
23726
23685
|
|
|
23727
23686
|
interface IntegrationTileFields {
|
|
23728
23687
|
icon?: string | React.ComponentType<{
|
|
@@ -23744,7 +23703,7 @@ type EditTeamIntegrationTileProps = IntegrationTileFields & {
|
|
|
23744
23703
|
/** Uniform Edit Team Integration Tile
|
|
23745
23704
|
* @example <EditTeamIntegrationTile id="example" onEdit={() => func()} canEdit={true} isPublis={true} name="example" icon="./image.svg" />
|
|
23746
23705
|
*/
|
|
23747
|
-
declare const EditTeamIntegrationTile: ({ id, icon, name, onEdit, isPublic, canEdit, }: EditTeamIntegrationTileProps) =>
|
|
23706
|
+
declare const EditTeamIntegrationTile: ({ id, icon, name, onEdit, isPublic, canEdit, }: EditTeamIntegrationTileProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
23748
23707
|
|
|
23749
23708
|
type IntegrationComingSoonProps = IntegrationTileFields & React.HTMLAttributes<HTMLDivElement> & {
|
|
23750
23709
|
/** sets the id and data-testid value */
|
|
@@ -23760,7 +23719,7 @@ type IntegrationComingSoonProps = IntegrationTileFields & React.HTMLAttributes<H
|
|
|
23760
23719
|
* Uniform Integration Coming Soon Component
|
|
23761
23720
|
* @example <IntegrationComingSoon id="piedpiper" name="Pied Piper" icon="./piedpiper.svg" onUpVoteClick={() => someFunc()} />
|
|
23762
23721
|
*/
|
|
23763
|
-
declare const IntegrationComingSoon: ({ name, icon, id, onUpVoteClick, timing, ...props }: IntegrationComingSoonProps) =>
|
|
23722
|
+
declare const IntegrationComingSoon: ({ name, icon, id, onUpVoteClick, timing, ...props }: IntegrationComingSoonProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
23764
23723
|
|
|
23765
23724
|
type IntegrationLoadingTileProps = {
|
|
23766
23725
|
/** (optional) sets the number of skeletal loading elements to show
|
|
@@ -23771,7 +23730,7 @@ type IntegrationLoadingTileProps = {
|
|
|
23771
23730
|
/** Uniform Integration Loading Tile
|
|
23772
23731
|
* @example <IntegrationLoadingTile count={10} />
|
|
23773
23732
|
*/
|
|
23774
|
-
declare const IntegrationLoadingTile: ({ count }: IntegrationLoadingTileProps) =>
|
|
23733
|
+
declare const IntegrationLoadingTile: ({ count }: IntegrationLoadingTileProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
23775
23734
|
|
|
23776
23735
|
type IntegrationModalIconProps = React$1.ImgHTMLAttributes<HTMLImageElement> & {
|
|
23777
23736
|
/** sets the icon as inline svg or img tag */
|
|
@@ -23785,7 +23744,7 @@ type IntegrationModalIconProps = React$1.ImgHTMLAttributes<HTMLImageElement> & {
|
|
|
23785
23744
|
* Uniform Integration Modal Icon
|
|
23786
23745
|
* @example <IntegrationModalIcon name="name" icon="/my-icon.svg" />
|
|
23787
23746
|
*/
|
|
23788
|
-
declare const IntegrationModalIcon: ({ icon, name, ...imgProps }: IntegrationModalIconProps) =>
|
|
23747
|
+
declare const IntegrationModalIcon: ({ icon, name, ...imgProps }: IntegrationModalIconProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
23789
23748
|
|
|
23790
23749
|
type IntegrationTileProps = IntegrationTileFields & React$1.ButtonHTMLAttributes<HTMLButtonElement> & {
|
|
23791
23750
|
id: string;
|
|
@@ -23797,7 +23756,7 @@ type IntegrationTileProps = IntegrationTileFields & React$1.ButtonHTMLAttributes
|
|
|
23797
23756
|
className?: string;
|
|
23798
23757
|
}> | undefined;
|
|
23799
23758
|
};
|
|
23800
|
-
declare const IntegrationTile: ({ id, icon, name, requiedEntitlement, onAddIntegration, isPublic, isInstalled, authorIcon, ...btnProps }: IntegrationTileProps) =>
|
|
23759
|
+
declare const IntegrationTile: ({ id, icon, name, requiedEntitlement, onAddIntegration, isPublic, isInstalled, authorIcon, ...btnProps }: IntegrationTileProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
23801
23760
|
|
|
23802
23761
|
type ClassNameOptions = 'logo' | 'author';
|
|
23803
23762
|
type ResolveIconProps = IntegrationTileFields & React__default.SVGAttributes<SVGElement> & React__default.ImgHTMLAttributes<HTMLImageElement> & {
|
|
@@ -23809,14 +23768,14 @@ type ResolveIconProps = IntegrationTileFields & React__default.SVGAttributes<SVG
|
|
|
23809
23768
|
/** Uniform Resolve Icon Component
|
|
23810
23769
|
* @example <ResolveIcon icon="/my-image.png" name="my image" />
|
|
23811
23770
|
*/
|
|
23812
|
-
declare const ResolveIcon: ({ icon, name, styleType, ...props }: ResolveIconProps) =>
|
|
23771
|
+
declare const ResolveIcon: ({ icon, name, styleType, ...props }: ResolveIconProps) => _emotion_react_jsx_runtime.JSX.Element | null;
|
|
23813
23772
|
|
|
23814
23773
|
type TileProps = {
|
|
23815
23774
|
children: ReactNode;
|
|
23816
23775
|
disabled?: boolean;
|
|
23817
23776
|
isSelected?: boolean;
|
|
23818
23777
|
} & HtmlHTMLAttributes<HTMLButtonElement>;
|
|
23819
|
-
declare const Tile: ({ children, disabled, isSelected, ...props }: TileProps) =>
|
|
23778
|
+
declare const Tile: ({ children, disabled, isSelected, ...props }: TileProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
23820
23779
|
|
|
23821
23780
|
type TileContainerProps = React$1.HtmlHTMLAttributes<HTMLDivElement> & {
|
|
23822
23781
|
/** sets the background colour of the outter container
|
|
@@ -23842,13 +23801,13 @@ type TileContainerProps = React$1.HtmlHTMLAttributes<HTMLDivElement> & {
|
|
|
23842
23801
|
* Uniform Tile Container Component
|
|
23843
23802
|
* @example <TileContainer><div>child content</div></TileContainer>
|
|
23844
23803
|
*/
|
|
23845
|
-
declare const TileContainer: ({ bgColor, containerPadding, gap, gridTemplateColumns, children, ...props }: TileContainerProps) =>
|
|
23804
|
+
declare const TileContainer: ({ bgColor, containerPadding, gap, gridTemplateColumns, children, ...props }: TileContainerProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
23846
23805
|
|
|
23847
23806
|
type TileTitleProps = {
|
|
23848
23807
|
as?: 'heading' | 'description';
|
|
23849
23808
|
children: ReactNode;
|
|
23850
23809
|
} & HTMLAttributes<HTMLSpanElement>;
|
|
23851
|
-
declare const TileText: ({ as, children, ...props }: TileTitleProps) =>
|
|
23810
|
+
declare const TileText: ({ as, children, ...props }: TileTitleProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
23852
23811
|
|
|
23853
23812
|
type ToastContainerProps = {
|
|
23854
23813
|
limit?: number;
|
|
@@ -23861,7 +23820,7 @@ type ToastContainerProps = {
|
|
|
23861
23820
|
* A component to render toasts in your app. This component is supposed to be used just once in your app. Typically inside _app.tsx
|
|
23862
23821
|
* @example <App><ToastContainer autoCloseDelay="normal" /></App>
|
|
23863
23822
|
*/
|
|
23864
|
-
declare const ToastContainer: ({ limit, autoCloseDelay }: ToastContainerProps) =>
|
|
23823
|
+
declare const ToastContainer: ({ limit, autoCloseDelay }: ToastContainerProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
23865
23824
|
|
|
23866
23825
|
/** Available heading weights e.g. 1 - 6 */
|
|
23867
23826
|
type LevelProps = 1 | 2 | 3 | 4 | 5 | 6;
|
|
@@ -23887,7 +23846,7 @@ type HeadingProps = {
|
|
|
23887
23846
|
* Component that sets the heading tag
|
|
23888
23847
|
* @example <Heading level={1}>Blog Post Title</Heading>
|
|
23889
23848
|
*/
|
|
23890
|
-
declare const Heading: ({ level, as, asSpan, withMarginBottom, children, ...hAttributes }: HeadingProps) =>
|
|
23849
|
+
declare const Heading: ({ level, as, asSpan, withMarginBottom, children, ...hAttributes }: HeadingProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
23891
23850
|
|
|
23892
23851
|
type IntegrationHeaderSectionProps = React$1.HtmlHTMLAttributes<HTMLDivElement> & {
|
|
23893
23852
|
/** sets the title text of the integration */
|
|
@@ -23911,7 +23870,7 @@ type IntegrationHeaderSectionProps = React$1.HtmlHTMLAttributes<HTMLDivElement>
|
|
|
23911
23870
|
* Uniform Integration Header Section Component
|
|
23912
23871
|
* @Example <IntegrationHeaderSection title="custom integration" description="custom integration description text" />
|
|
23913
23872
|
*/
|
|
23914
|
-
declare const IntegrationHeaderSection: ({ title, description, icon, docsLink, badgeText, menu, children, ...props }: IntegrationHeaderSectionProps) =>
|
|
23873
|
+
declare const IntegrationHeaderSection: ({ title, description, icon, docsLink, badgeText, menu, children, ...props }: IntegrationHeaderSectionProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
23915
23874
|
|
|
23916
23875
|
type LinkColorProps = 'currentColor' | 'destructive' | 'default';
|
|
23917
23876
|
type LinkProps = React$1.AnchorHTMLAttributes<HTMLAnchorElement> & {
|
|
@@ -23948,16 +23907,16 @@ declare const LinkWithRef: React$1.ForwardRefExoticComponent<Omit<React$1.Anchor
|
|
|
23948
23907
|
/** (optional) sets the link color
|
|
23949
23908
|
* @default 'currentColor'
|
|
23950
23909
|
*/
|
|
23951
|
-
linkColor?: LinkColorProps
|
|
23910
|
+
linkColor?: LinkColorProps;
|
|
23952
23911
|
/** (optional) sets whether the link is external or not adding an icon to the link */
|
|
23953
|
-
external?: boolean
|
|
23912
|
+
external?: boolean;
|
|
23954
23913
|
/** (optional) For supporting inside next/link component */
|
|
23955
|
-
ref?: React$1.ForwardedRef<HTMLAnchorElement
|
|
23914
|
+
ref?: React$1.ForwardedRef<HTMLAnchorElement>;
|
|
23956
23915
|
/** (optional) sets react child elements */
|
|
23957
23916
|
children?: React$1.ReactNode;
|
|
23958
23917
|
} & {
|
|
23959
23918
|
href: string;
|
|
23960
|
-
as?: string
|
|
23919
|
+
as?: string;
|
|
23961
23920
|
linkManagerComponent: LinkManagerWithRefType;
|
|
23962
23921
|
}, "ref"> & React$1.RefAttributes<HTMLAnchorElement>>;
|
|
23963
23922
|
|
|
@@ -23974,7 +23933,7 @@ type PageHeaderSectionProps = Omit<React$1.HTMLAttributes<HTMLHeadingElement>, '
|
|
|
23974
23933
|
level?: LevelProps;
|
|
23975
23934
|
linkManagerComponent?: LinkManagerWithRefType;
|
|
23976
23935
|
};
|
|
23977
|
-
declare const PageHeaderSection: ({ title, desc, children, linkText, level, linkProps, linkManagerComponent, ...htmlProps }: PageHeaderSectionProps) =>
|
|
23936
|
+
declare const PageHeaderSection: ({ title, desc, children, linkText, level, linkProps, linkManagerComponent, ...htmlProps }: PageHeaderSectionProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
23978
23937
|
|
|
23979
23938
|
type ParagraphProps = {
|
|
23980
23939
|
/** (optional) adds child elements to the paragraph tag */
|
|
@@ -23988,7 +23947,7 @@ type ParagraphProps = {
|
|
|
23988
23947
|
* Component for generic paragraph tags
|
|
23989
23948
|
* @example <Paragraph>This is the text that was be inside the paragraph tag.</Paragraph>
|
|
23990
23949
|
*/
|
|
23991
|
-
declare const Paragraph: ({ className, htmlContent, children, ...pAttributes }: ParagraphProps) =>
|
|
23950
|
+
declare const Paragraph: ({ className, htmlContent, children, ...pAttributes }: ParagraphProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
23992
23951
|
|
|
23993
23952
|
type StatusTypeProps = 'Modified' | 'Unsaved' | 'Error' | 'Draft' | 'Published' | 'Orphan' | 'Previous' | 'Unknown' | 'Deleted';
|
|
23994
23953
|
type StatusBulletProps = React$1.HTMLAttributes<HTMLSpanElement> & {
|
|
@@ -24005,6 +23964,6 @@ type StatusBulletProps = React$1.HTMLAttributes<HTMLSpanElement> & {
|
|
|
24005
23964
|
*/
|
|
24006
23965
|
size?: 'sm' | 'base';
|
|
24007
23966
|
};
|
|
24008
|
-
declare const StatusBullet: ({ status, hideText, size, message, ...props }: StatusBulletProps) =>
|
|
23967
|
+
declare const StatusBullet: ({ status, hideText, size, message, ...props }: StatusBulletProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
24009
23968
|
|
|
24010
|
-
export { type ActionButtonsProps, AddButton, type AddButtonProps, AddListButton, type AddListButtonProps, type AddListButtonThemeProps, AnimationFile, type AnimationFileProps, Avatar, AvatarGroup, type AvatarGroupProps, type AvatarProps, Badge, type BadgeProps, type BadgeSizeProps, type BadgeThemeProps, type BadgeThemeStyleProps, Banner, type BannerProps, type BannerType, BetaDecorator, type BoxHeightProps, type BreakpointSize, type BreakpointsMap, Button, type ButtonProps, type ButtonSizeProps$1 as ButtonSizeProps, type ButtonThemeProps$1 as ButtonThemeProps, ButtonWithMenu, type ButtonWithMenuProps, Calendar, type CalendarProps, Callout, type CalloutProps, type CalloutType, Caption, type CaptionProps, Card, CardContainer, type CardContainerBgColorProps, type CardContainerProps, type CardProps, CardTitle, type CardTitleProps, CheckboxWithInfo, type CheckboxWithInforProps, type ChildFunction, Chip, type ChipProps, type ChipTheme, type ComboBoxGroupBase, type ComboBoxSelectableGroup, type ComboBoxSelectableItem, type ComboBoxSelectableOption, ConnectToDataElementButton, type ConnectToDataElementButtonProps, Container, type ContainerProps, type ConvertComboBoxGroupsToSelectableGroupsOptions, Counter, type CounterProps, CreateTeamIntegrationTile, type CreateTeamIntegrationTileProps, CurrentDrawerContext, DashedBox, type DashedBoxProps, DateTimePicker, type DateTimePickerProps, DateTimePickerSummary, type DateTimePickerValue, DateTimePickerVariant, DebouncedInputKeywordSearch, type DebouncedInputKeywordSearchProps, DescriptionList, type DescriptionListProps, Details, type DetailsProps, DismissibleChipAction, DragHandle, type DraggableHandleProps, Drawer, DrawerContent, type DrawerContentProps, type DrawerContextValue, type DrawerItem, type DrawerProps, DrawerProvider, DrawerRenderer, type DrawerRendererItemProps, type DrawerRendererProps, type DrawersRegistryRecord, DropdownStyleMenuTrigger, type DropdownStyleMenuTriggerProps, EditTeamIntegrationTile, type EditTeamIntegrationTileProps, ErrorMessage, type ErrorMessageProps, FieldMessage, type FieldMessageProps, Fieldset, type FieldsetProps, Heading, type HeadingProps, HexModalBackground, HorizontalRhythm, Icon, IconButton, type IconButtonProps, type IconColor, type IconName, type IconProps, type IconType, IconsProvider, Image, ImageBroken, type ImageProps, InfoMessage, type InfoMessageProps, Input, InputComboBox, type InputComboBoxOption, type InputComboBoxProps, InputCreatableComboBox, type InputCreatableComboBoxProps, InputInlineSelect, type InputInlineSelectOption, type InputInlineSelectProps, InputKeywordSearch, type InputKeywordSearchProps, type InputProps, InputSelect, type InputSelectProps, InputTime, type InputTimeProps, InputToggle, type InputToggleProps, IntegrationComingSoon, type IntegrationComingSoonProps, IntegrationHeaderSection, type IntegrationHeaderSectionProps, IntegrationLoadingTile, type IntegrationLoadingTileProps, IntegrationModalHeader, type IntegrationModalHeaderProps, IntegrationModalIcon, type IntegrationModalIconProps, IntegrationTile, type IntegrationTileProps, type IsoDateString, type IsoDateTimeString, type IsoTimeString, JsonEditor, type JsonEditorProps, KeyValueInput, type KeyValueInputProps, type KeyValueItem, Label, LabelLeadingIcon, type LabelProps, Legend, type LegendProps, type LevelProps, LimitsBar, type LimitsBarProps, Link, type LinkColorProps, LinkList, type LinkListProps, type LinkManagerWithRefType, LinkNode, type LinkProps, LinkWithRef, LoadingCardSkeleton, LoadingIcon, type LoadingIconProps, LoadingIndicator, LoadingOverlay, type LoadingOverlayProps, MediaCard, type MediaCardProps, Menu, MenuButton, type MenuButtonProp, MenuGroup, type MenuGroupProps, MenuItem, MenuItemEmptyIcon, MenuItemIcon, MenuItemInner, type MenuItemProps, MenuItemSeparator, type MenuItemTextThemeProps, type MenuProps, MenuThreeDots, type MenuThreeDotsProps, Modal, ModalDialog, type ModalDialogProps, type ModalProps, MultilineChip, type MultilineChipProps, ObjectGridContainer, type ObjectGridContainerProps, ObjectGridItem, ObjectGridItemCardCover, type ObjectGridItemCardCoverProps, ObjectGridItemCover, ObjectGridItemCoverButton, type ObjectGridItemCoverButtonProps, type ObjectGridItemCoverProps, ObjectGridItemHeading, ObjectGridItemIconWithTooltip, type ObjectGridItemIconWithTooltipProps, ObjectGridItemLoadingSkeleton, type ObjectGridItemProps, type ObjectGridItemTitleProps, ObjectItemLoadingSkeleton, type ObjectItemLoadingSkeletonProps, ObjectListItem, ObjectListItemContainer, ObjectListItemCover, type ObjectListItemCoverProps, ObjectListItemHeading, type ObjectListItemHeadingProps, type ObjectListItemProps, PageHeaderSection, type PageHeaderSectionProps, Pagination, Paragraph, type ParagraphProps, type ParameterDataConnectButtonProps, ParameterDataResource, ParameterDrawerHeader, type ParameterDrawerHeaderProps, ParameterGroup, type ParameterGroupProps, ParameterImage, ParameterImageInner, ParameterImagePreview, type ParameterImageProps, ParameterInput, ParameterInputInner, type ParameterInputProps, ParameterLabel, type ParameterLabelProps, ParameterLink, ParameterLinkInner, type ParameterLinkProps, ParameterMenuButton, type ParameterMenuButtonProps, ParameterMultiSelect, ParameterMultiSelectInner, type ParameterMultiSelectOption, type ParameterMultiSelectProps, ParameterNameAndPublicIdInput, type ParameterNameAndPublicIdInputProps, ParameterOverrideMarker, ParameterRichText, ParameterRichTextInner, type ParameterRichTextInnerProps, type ParameterRichTextProps, ParameterSelect, ParameterSelectInner, type ParameterSelectProps, ParameterShell, ParameterShellContext, ParameterShellPlaceholder, type ParameterShellProps, ParameterTextarea, ParameterTextareaInner, type ParameterTextareaProps, ParameterToggle, ParameterToggleInner, type ParameterToggleProps, Popover, type PopoverProps, ProgressBar, type ProgressBarProps, ProgressList, ProgressListItem, type ProgressListItemProps, type ProgressListProps, type RegisterDrawerProps, ResolveIcon, type ResolveIconProps, type RhythmProps, type RichTextParamValue, RichTextToolbarIcon, type ScrollableItemProps, ScrollableList, type ScrollableListContainerProps, ScrollableListInputItem, ScrollableListItem, type ScrollableListItemProps, type ScrollableListProps, SearchableMenu, type SearchableMenuProps, SegmentedControl, type SegmentedControlOption, type SegmentedControlProps, SelectableMenuItem, type SelectableMenuItemProps, type SerializedLinkNode, ShortcutContext, type ShortcutReference, ShortcutRevealer, Skeleton, type SkeletonProps, StatusBullet, type StatusBulletProps, type StatusTypeProps, SuccessMessage, type SuccessMessageProps, Switch, type SwitchProps, TAKEOVER_STACK_ID, TabButton, TabButtonGroup, type TabButtonProps, TabContent, type TabContentProps, Table, TableBody, type TableBodyProps, TableCellData, type TableCellDataProps, TableCellHead, type TableCellHeadProps, TableFoot, type TableFootProps, TableHead, type TableHeadProps, type TableProps, TableRow, type TableRowProps, Tabs, type TabsProps, TakeoverDrawerRenderer, type TextAlignProps, Textarea, type TextareaProps, Theme, type ThemeProps, Tile, TileContainer, type TileContainerProps, type TileProps, TileText, type TileTitleProps, ToastContainer, type ToastContainerProps, Tooltip, type TooltipProps, TwoColumnLayout, type TwoColumnLayoutProps, UniformBadge, UniformLogo, UniformLogoLarge, type UniformLogoProps, type UseShortcutOptions, type UseShortcutResult, VerticalRhythm, WarningMessage, type WarningMessageProps, accessibleHidden, addPathSegmentToPathname, borderTopIcon, breakpoints, button, buttonAccentAltDark, buttonAccentAltDarkOutline, buttonDestructive, buttonGhost, buttonGhostDestructive, buttonGhostUnimportant, buttonPrimary, buttonPrimaryInvert, buttonRippleEffect, buttonSecondary, buttonSecondaryInvert, buttonTertiary, buttonTertiaryOutline, buttonUnimportant, canvasAlertIcon, cardIcon, convertComboBoxGroupsToSelectableGroups, cq, customIcons, extractParameterProps, fadeIn, fadeInBottom, fadeInLtr, fadeInRtl, fadeInTop, fadeOutBottom, fullWidthScreenIcon, getComboBoxSelectedSelectableGroups, getDrawerAttributes, getFormattedShortcut, getParentPath, getPathSegment, growSubtle, imageTextIcon, infoFilledIcon, input, inputError, inputSelect, isSecureURL, isValidUrl, jsonIcon, labelText, loader as loaderAnimationData, mq, numberInput, queryStringIcon, rectangleRoundedIcon, replaceUnderscoreInString, richTextToolbarButton, richTextToolbarButtonActive, ripple, scrollbarStyles, settings, settingsIcon, skeletonLoading, slideInTtb, spin, spinner as spinnerAnimationData, structurePanelIcon, supports, textInput, uniformComponentIcon, uniformComponentPatternIcon, uniformCompositionPatternIcon, uniformContentTypeIcon, uniformEntryIcon, uniformEntryPatternIcon, useBreakpoint, useCloseCurrentDrawer, useCurrentDrawer, useCurrentTab, useDateTimePickerContext, useDrawer, useIconContext, useOutsideClick, useParameterShell, usePopoverComponentContext,
|
|
23969
|
+
export { type ActionButtonsProps, AddButton, type AddButtonProps, AddListButton, type AddListButtonProps, type AddListButtonThemeProps, AnimationFile, type AnimationFileProps, Avatar, AvatarGroup, type AvatarGroupProps, type AvatarProps, Badge, type BadgeProps, type BadgeSizeProps, type BadgeThemeProps, type BadgeThemeStyleProps, Banner, type BannerProps, type BannerType, BetaDecorator, type BoxHeightProps, type BreakpointSize, type BreakpointsMap, Button, type ButtonProps, type ButtonSizeProps$1 as ButtonSizeProps, type ButtonThemeProps$1 as ButtonThemeProps, ButtonWithMenu, type ButtonWithMenuProps, Calendar, type CalendarProps, Callout, type CalloutProps, type CalloutType, Caption, type CaptionProps, Card, CardContainer, type CardContainerBgColorProps, type CardContainerProps, type CardProps, CardTitle, type CardTitleProps, CheckboxWithInfo, type CheckboxWithInforProps, type ChildFunction, Chip, type ChipProps, type ChipTheme, type ComboBoxGroupBase, type ComboBoxSelectableGroup, type ComboBoxSelectableItem, type ComboBoxSelectableOption, ConnectToDataElementButton, type ConnectToDataElementButtonProps, Container, type ContainerProps, type ConvertComboBoxGroupsToSelectableGroupsOptions, Counter, type CounterBgColors, type CounterIconColors, type CounterProps, CreateTeamIntegrationTile, type CreateTeamIntegrationTileProps, CurrentDrawerContext, DashedBox, type DashedBoxProps, DateTimePicker, type DateTimePickerProps, DateTimePickerSummary, type DateTimePickerValue, DateTimePickerVariant, DebouncedInputKeywordSearch, type DebouncedInputKeywordSearchProps, DescriptionList, type DescriptionListProps, Details, type DetailsProps, DismissibleChipAction, DragHandle, type DraggableHandleProps, Drawer, DrawerContent, type DrawerContentProps, type DrawerContextValue, type DrawerItem, type DrawerProps, DrawerProvider, DrawerRenderer, type DrawerRendererItemProps, type DrawerRendererProps, type DrawersRegistryRecord, DropdownStyleMenuTrigger, type DropdownStyleMenuTriggerProps, EditTeamIntegrationTile, type EditTeamIntegrationTileProps, ErrorMessage, type ErrorMessageProps, FieldMessage, type FieldMessageProps, Fieldset, type FieldsetProps, Heading, type HeadingProps, HexModalBackground, HorizontalRhythm, Icon, IconButton, type IconButtonProps, type IconColor, type IconName, type IconProps, type IconType, IconsProvider, Image, ImageBroken, type ImageProps, InfoMessage, type InfoMessageProps, Input, InputComboBox, type InputComboBoxOption, type InputComboBoxProps, InputCreatableComboBox, type InputCreatableComboBoxProps, InputInlineSelect, type InputInlineSelectOption, type InputInlineSelectProps, InputKeywordSearch, type InputKeywordSearchProps, type InputProps, InputSelect, type InputSelectProps, InputTime, type InputTimeProps, InputToggle, type InputToggleProps, IntegrationComingSoon, type IntegrationComingSoonProps, IntegrationHeaderSection, type IntegrationHeaderSectionProps, IntegrationLoadingTile, type IntegrationLoadingTileProps, IntegrationModalHeader, type IntegrationModalHeaderProps, IntegrationModalIcon, type IntegrationModalIconProps, IntegrationTile, type IntegrationTileProps, type IsoDateString, type IsoDateTimeString, type IsoTimeString, JsonEditor, type JsonEditorProps, KeyValueInput, type KeyValueInputProps, type KeyValueItem, Label, LabelLeadingIcon, type LabelProps, Legend, type LegendProps, type LevelProps, LimitsBar, type LimitsBarProps, Link, type LinkColorProps, LinkList, type LinkListProps, type LinkManagerWithRefType, LinkNode, type LinkProps, LinkWithRef, LoadingCardSkeleton, LoadingIcon, type LoadingIconProps, LoadingIndicator, LoadingOverlay, type LoadingOverlayProps, MediaCard, type MediaCardProps, Menu, MenuButton, type MenuButtonProp, MenuGroup, type MenuGroupProps, MenuItem, MenuItemEmptyIcon, MenuItemIcon, MenuItemInner, type MenuItemProps, MenuItemSeparator, type MenuItemTextThemeProps, type MenuProps, MenuThreeDots, type MenuThreeDotsProps, Modal, ModalDialog, type ModalDialogProps, type ModalProps, MultilineChip, type MultilineChipProps, ObjectGridContainer, type ObjectGridContainerProps, ObjectGridItem, ObjectGridItemCardCover, type ObjectGridItemCardCoverProps, ObjectGridItemCover, ObjectGridItemCoverButton, type ObjectGridItemCoverButtonProps, type ObjectGridItemCoverProps, ObjectGridItemHeading, ObjectGridItemIconWithTooltip, type ObjectGridItemIconWithTooltipProps, ObjectGridItemLoadingSkeleton, type ObjectGridItemProps, type ObjectGridItemTitleProps, ObjectItemLoadingSkeleton, type ObjectItemLoadingSkeletonProps, ObjectListItem, ObjectListItemContainer, ObjectListItemCover, type ObjectListItemCoverProps, ObjectListItemHeading, type ObjectListItemHeadingProps, type ObjectListItemProps, PageHeaderSection, type PageHeaderSectionProps, Pagination, Paragraph, type ParagraphProps, type ParameterDataConnectButtonProps, ParameterDataResource, ParameterDrawerHeader, type ParameterDrawerHeaderProps, ParameterGroup, type ParameterGroupProps, ParameterImage, ParameterImageInner, ParameterImagePreview, type ParameterImageProps, ParameterInput, ParameterInputInner, type ParameterInputProps, ParameterLabel, type ParameterLabelProps, ParameterLink, ParameterLinkInner, type ParameterLinkProps, ParameterMenuButton, type ParameterMenuButtonProps, ParameterMultiSelect, ParameterMultiSelectInner, type ParameterMultiSelectOption, type ParameterMultiSelectProps, ParameterNameAndPublicIdInput, type ParameterNameAndPublicIdInputProps, ParameterOverrideMarker, ParameterRichText, ParameterRichTextInner, type ParameterRichTextInnerProps, type ParameterRichTextProps, ParameterSelect, ParameterSelectInner, type ParameterSelectProps, ParameterShell, ParameterShellContext, ParameterShellPlaceholder, type ParameterShellProps, ParameterTextarea, ParameterTextareaInner, type ParameterTextareaProps, ParameterToggle, ParameterToggleInner, type ParameterToggleProps, Popover, type PopoverProps, ProgressBar, type ProgressBarProps, ProgressList, ProgressListItem, type ProgressListItemProps, type ProgressListProps, type RegisterDrawerProps, ResolveIcon, type ResolveIconProps, type RhythmProps, type RichTextParamValue, RichTextToolbarIcon, type ScrollableItemProps, ScrollableList, type ScrollableListContainerProps, ScrollableListInputItem, ScrollableListItem, type ScrollableListItemProps, type ScrollableListProps, SearchableMenu, type SearchableMenuProps, SegmentedControl, type SegmentedControlOption, type SegmentedControlProps, SelectableMenuItem, type SelectableMenuItemProps, type SerializedLinkNode, ShortcutContext, type ShortcutReference, ShortcutRevealer, Skeleton, type SkeletonProps, StatusBullet, type StatusBulletProps, type StatusTypeProps, SuccessMessage, type SuccessMessageProps, Switch, type SwitchProps, TAKEOVER_STACK_ID, TabButton, TabButtonGroup, type TabButtonProps, TabContent, type TabContentProps, Table, TableBody, type TableBodyProps, TableCellData, type TableCellDataProps, TableCellHead, type TableCellHeadProps, TableFoot, type TableFootProps, TableHead, type TableHeadProps, type TableProps, TableRow, type TableRowProps, Tabs, type TabsProps, TakeoverDrawerRenderer, type TextAlignProps, Textarea, type TextareaProps, Theme, type ThemeProps, Tile, TileContainer, type TileContainerProps, type TileProps, TileText, type TileTitleProps, ToastContainer, type ToastContainerProps, Tooltip, type TooltipProps, TwoColumnLayout, type TwoColumnLayoutProps, UniformBadge, UniformLogo, UniformLogoLarge, type UniformLogoProps, type UseShortcutOptions, type UseShortcutResult, VerticalRhythm, WarningMessage, type WarningMessageProps, accessibleHidden, addPathSegmentToPathname, borderTopIcon, breakpoints, button, buttonAccentAltDark, buttonAccentAltDarkOutline, buttonDestructive, buttonGhost, buttonGhostDestructive, buttonGhostUnimportant, buttonPrimary, buttonPrimaryInvert, buttonRippleEffect, buttonSecondary, buttonSecondaryInvert, buttonTertiary, buttonTertiaryOutline, buttonUnimportant, canvasAlertIcon, cardIcon, convertComboBoxGroupsToSelectableGroups, cq, customIcons, extractParameterProps, fadeIn, fadeInBottom, fadeInLtr, fadeInRtl, fadeInTop, fadeOutBottom, fullWidthScreenIcon, getComboBoxSelectedSelectableGroups, getDrawerAttributes, getFormattedShortcut, getParentPath, getPathSegment, growSubtle, imageTextIcon, infoFilledIcon, input, inputError, inputSelect, isSecureURL, isValidUrl, jsonIcon, labelText, loader as loaderAnimationData, mq, numberInput, queryStringIcon, rectangleRoundedIcon, replaceUnderscoreInString, richTextToolbarButton, richTextToolbarButtonActive, ripple, scrollbarStyles, settings, settingsIcon, skeletonLoading, slideInTtb, spin, spinner as spinnerAnimationData, structurePanelIcon, supports, textInput, uniformAiIcon, uniformComponentIcon, uniformComponentPatternIcon, uniformCompositionPatternIcon, uniformConditionalValuesIcon, uniformContentTypeIcon, uniformEntryIcon, uniformEntryPatternIcon, uniformLocaleDisabledIcon, uniformLocaleIcon, useBreakpoint, useCloseCurrentDrawer, useCurrentDrawer, useCurrentTab, useDateTimePickerContext, useDrawer, useIconContext, useOutsideClick, useParameterShell, usePopoverComponentContext, useShortcut, functionalColors as utilityColors, warningIcon, yesNoIcon };
|