@uniformdev/design-system 19.173.1-alpha.17 → 19.173.2-alpha.258

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import * as _emotion_react_types_jsx_namespace from '@emotion/react/types/jsx-namespace';
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';
@@ -16,16 +16,19 @@ import * as _react_icons_all_files from '@react-icons/all-files';
16
16
  import { IconType as IconType$2 } from '@react-icons/all-files';
17
17
  import { DateValue } from '@internationalized/date';
18
18
  import { CalendarProps as CalendarProps$1, TimeFieldProps, TimeValue } from 'react-aria-components';
19
+ import { PopoverState } from 'reakit/Popover';
19
20
  import { CreatableProps } from 'react-select/creatable';
20
- import InternalSelect from 'react-select/dist/declarations/src/Select';
21
+ import InternalSelect from '../../../node_modules/react-select/dist/declarations/src/Select';
21
22
  import { JsonSchema7Type } from 'zod-to-json-schema/src/parseDef';
22
23
  import * as _ariakit_react from '@ariakit/react';
23
- import { MenuProps as MenuProps$2, MenuStoreProps, MenuItemProps as MenuItemProps$1, PopoverProps as PopoverProps$1, PopoverProviderProps, PopoverStore, TabStoreState, TabListProps, TabProps, TabPanelProps } from '@ariakit/react';
24
+ import { MenuProps as MenuProps$2, MenuStoreProps, Menu as Menu$1, MenuItemProps as MenuItemProps$1, PopoverProps as PopoverProps$1, PopoverProviderProps, PopoverStore, TabStoreState, TabListProps, TabProps, TabPanelProps } from '@ariakit/react';
24
25
  export { PopoverStore } from '@ariakit/react';
25
26
  import { InitialConfigType } from '@lexical/react/LexicalComposer';
26
27
  import { LinkParamValue, RichTextParamConfiguration } from '@uniformdev/canvas';
27
28
  export { RichTextBuiltInElement, RichTextBuiltInFormat } from '@uniformdev/canvas';
28
29
  import { Spread, SerializedElementNode, ElementNode, NodeKey, EditorConfig, DOMConversionMap, RangeSelection, SerializedEditorState, LexicalEditor } from 'lexical';
30
+ import * as _uniformdev_richtext from '@uniformdev/richtext';
31
+ import { RichTextBuiltInElement } from '@uniformdev/richtext';
29
32
  export { richTextBuiltInElements, richTextBuiltInFormats } from '@uniformdev/richtext';
30
33
  export { Id as ToastId, toast } from 'react-toastify';
31
34
 
@@ -44,7 +47,7 @@ type ThemeProps = {
44
47
  /**
45
48
  * Uniform CSS Variables, font provider and optional reset stylesheet
46
49
  * @example <Theme disableReset={true} /> */
47
- declare const Theme: ({ disableReset, disableGlobalReset }: ThemeProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
50
+ declare const Theme: ({ disableReset, disableGlobalReset }: ThemeProps) => _emotion_react_jsx_runtime.JSX.Element;
48
51
 
49
52
  declare const BetaDecorator: Decorator;
50
53
 
@@ -124,7 +127,7 @@ declare const buttonTertiaryOutline: _emotion_react.SerializedStyles;
124
127
  declare const buttonGhostUnimportant: _emotion_react.SerializedStyles;
125
128
 
126
129
  declare const labelText: _emotion_react.SerializedStyles;
127
- declare const input: (whiteSpaceWrap: 'wrap' | 'nowrap') => _emotion_react.SerializedStyles;
130
+ declare const input: (whiteSpaceWrap: "wrap" | "nowrap") => _emotion_react.SerializedStyles;
128
131
  declare const inputError: _emotion_react.SerializedStyles;
129
132
  declare const inputSelect: _emotion_react.SerializedStyles;
130
133
 
@@ -209,7 +212,7 @@ type AddButtonProps = Omit<React$1.ButtonHTMLAttributes<HTMLButtonElement>, 'onC
209
212
  * @param {Omit<React.HTMLAttributes<HTMLButtonElement>, 'onChange'>} props - object of button props
210
213
  * @example <AddButton buttonText="Button Text" />
211
214
  */
212
- declare const AddButton: ({ buttonText, onClick, shortcut, macShortcut, ...props }: AddButtonProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
215
+ declare const AddButton: ({ buttonText, onClick, shortcut, macShortcut, ...props }: AddButtonProps) => _emotion_react_jsx_runtime.JSX.Element;
213
216
 
214
217
  type AddListButtonThemeProps = 'var(--brand-secondary-5)' | 'var(--primary-action-default)';
215
218
  type AddListButtonProps = React$1.ButtonHTMLAttributes<HTMLButtonElement> & {
@@ -238,7 +241,7 @@ type AddListButtonProps = React$1.ButtonHTMLAttributes<HTMLButtonElement> & {
238
241
  * Uniform Add List Button Component
239
242
  * @example <AddListButton buttonText="my text" onButtonClick={() => console.log('button clicked')} icon="add" />
240
243
  */
241
- declare const AddListButton: ({ buttonText, onButtonClick, disabled, icon, variant, theme, ...buttonProps }: AddListButtonProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
244
+ declare const AddListButton: ({ buttonText, onButtonClick, disabled, icon, variant, theme, ...buttonProps }: AddListButtonProps) => _emotion_react_jsx_runtime.JSX.Element;
242
245
 
243
246
  var v$1 = "4.8.0";
244
247
  var meta$1 = {
@@ -20206,19 +20209,24 @@ type AnimationFileProps = LottieComponentProps & {
20206
20209
  * See https://lottiereact.com/ for example documentation
20207
20210
  * @example <AnimationFile animationData={spinnerAnimationData} label="My Animation" width={364} height={282} />
20208
20211
  */
20209
- declare const AnimationFile: ({ label, loop, autoplay, width, height, ...props }: AnimationFileProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
20212
+ declare const AnimationFile: ({ label, loop, autoplay, width, height, ...props }: AnimationFileProps) => _emotion_react_jsx_runtime.JSX.Element;
20210
20213
 
20211
- type AvatarSizeProp = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
20214
+ type AvatarSizeProp = '2xs' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl';
20212
20215
  type AvatarProps = {
20213
20216
  src?: string;
20214
20217
  label?: string;
20215
20218
  size?: AvatarSizeProp;
20216
- } & React.HTMLAttributes<HTMLDivElement>;
20219
+ /**
20220
+ * The HTML element to render the component as.
20221
+ * @default 'div'
20222
+ */
20223
+ as?: 'div' | 'button';
20224
+ } & React.HTMLAttributes<HTMLDivElement | HTMLButtonElement>;
20217
20225
  /**
20218
20226
  * @description A component to render rounded avatars of a user or an app.
20219
20227
  * @example <Avatar>AB</Avatar>
20220
20228
  */
20221
- declare const Avatar: ({ src, label, children, size, ...props }: AvatarProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
20229
+ declare const Avatar: ({ src, label, children, size, as, ...props }: AvatarProps) => _emotion_react_jsx_runtime.JSX.Element;
20222
20230
 
20223
20231
  type AvatarGroupProps = {
20224
20232
  /**
@@ -20237,7 +20245,7 @@ type AvatarGroupProps = {
20237
20245
  * @description Renders avatars in a group with the ability to truncate the list. This component works best when the <Avatar> component are direct children.
20238
20246
  * @example <AvatarGroup max={2}><Avatar>AB</Avatar><Avatar>CD</Avatar><Avatar>EF</Avatar><AvatarGroup>
20239
20247
  */
20240
- declare const AvatarGroup: ({ max, children, getTruncatedLabel, ...props }: AvatarGroupProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
20248
+ declare const AvatarGroup: ({ max, children, getTruncatedLabel, ...props }: AvatarGroupProps) => _emotion_react_jsx_runtime.JSX.Element;
20241
20249
 
20242
20250
  type BadgeThemeProps = 'caution' | 'info' | 'note' | 'success' | 'error' | 'unimportant';
20243
20251
  type SizeProps = 'xs' | 'sm' | 'base';
@@ -20262,7 +20270,7 @@ type BadgeSizeProps = Record<SizeProps, SerializedStyles>;
20262
20270
  * @example <Badge text="My badge" theme="success" size="base" />
20263
20271
  * @deprecated please use Chip component instead
20264
20272
  */
20265
- declare const Badge: ({ text, theme, size, uppercaseText, ...props }: BadgeProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
20273
+ declare const Badge: ({ text, theme, size, uppercaseText, ...props }: BadgeProps) => _emotion_react_jsx_runtime.JSX.Element;
20266
20274
 
20267
20275
  type BannerType = 'note' | 'info' | 'caution' | 'danger' | 'success';
20268
20276
  type BannerProps = React__default.HTMLAttributes<HTMLDivElement> & {
@@ -20286,7 +20294,7 @@ type BannerProps = React__default.HTMLAttributes<HTMLDivElement> & {
20286
20294
  * Uniform Banner Component
20287
20295
  * @example <Banner type="caution" onDismiss={() => {}}>My Banner Message</Callout>
20288
20296
  */
20289
- declare const Banner: ({ type, onDismiss, children, isAnimated, ...props }: BannerProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
20297
+ declare const Banner: ({ type, onDismiss, children, isAnimated, ...props }: BannerProps) => _emotion_react_jsx_runtime.JSX.Element;
20290
20298
 
20291
20299
  type UniformLogoProps = {
20292
20300
  /** sets a light or dark theme for the uniform badge or logo component
@@ -20300,14 +20308,14 @@ type UniformLogoProps = {
20300
20308
  * @param props - sets react svg element attribute props
20301
20309
  * @example <UniformBadge theme="dark" />
20302
20310
  */
20303
- declare const UniformBadge: ({ theme, ...props }: React__default.SVGAttributes<SVGElement> & UniformLogoProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
20311
+ declare const UniformBadge: ({ theme, ...props }: React__default.SVGAttributes<SVGElement> & UniformLogoProps) => _emotion_react_jsx_runtime.JSX.Element;
20304
20312
 
20305
20313
  /**
20306
20314
  * Uniform Logo
20307
20315
  * @param props - sets react svg element attribute props
20308
20316
  * @example <UniformLogo theme="light" /> */
20309
- declare const UniformLogo: ({ theme, ...props }: UniformLogoProps & React.SVGAttributes<SVGElement>) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
20310
- declare const UniformLogoLarge: ({ ...props }: React.SVGAttributes<SVGElement>) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
20317
+ declare const UniformLogo: ({ theme, ...props }: UniformLogoProps & React.SVGAttributes<SVGElement>) => _emotion_react_jsx_runtime.JSX.Element;
20318
+ declare const UniformLogoLarge: ({ ...props }: React.SVGAttributes<SVGElement>) => _emotion_react_jsx_runtime.JSX.Element;
20311
20319
 
20312
20320
  /**
20313
20321
  * Gets a formatted version of a shortcut for display.
@@ -20324,7 +20332,7 @@ declare function getFormattedShortcut(shortcut: string | null): string[];
20324
20332
  */
20325
20333
  declare function ShortcutContext({ children }: {
20326
20334
  children: React__default.ReactNode;
20327
- }): _emotion_react_types_jsx_namespace.EmotionJSX.Element;
20335
+ }): _emotion_react_jsx_runtime.JSX.Element;
20328
20336
  /**
20329
20337
  * @deprecated Use tooltips or menu items with a shortcut instead,
20330
20338
  * and getFormattedShortcut for display
@@ -20333,7 +20341,7 @@ declare function ShortcutRevealer({ shortcut, macShortcut, className, }: {
20333
20341
  shortcut: string;
20334
20342
  macShortcut?: string;
20335
20343
  className?: SerializedStyles | string;
20336
- }): _emotion_react_types_jsx_namespace.EmotionJSX.Element | null;
20344
+ }): _emotion_react_jsx_runtime.JSX.Element | null;
20337
20345
 
20338
20346
  type UseShortcutOptions = {
20339
20347
  /**
@@ -20387,7 +20395,7 @@ type TooltipProps = TooltipOptions & {
20387
20395
  /** If the tooltip should not be rendered inside a portal */
20388
20396
  withoutPortal?: boolean;
20389
20397
  };
20390
- declare function Tooltip({ children, title, placement, visible, withoutPortal, ...props }: TooltipProps): _emotion_react_types_jsx_namespace.EmotionJSX.Element;
20398
+ declare function Tooltip({ children, title, placement, visible, withoutPortal, ...props }: TooltipProps): _emotion_react_jsx_runtime.JSX.Element;
20391
20399
 
20392
20400
  /** Button themes that are available to use with our brand */
20393
20401
  type ButtonThemeProps$1 = 'primary' | 'secondary' | 'accent-alt-dark' | 'accent-alt-dark-outline' | 'destructive' | 'tertiary' | 'tertiaryOutline' | 'unimportant' | 'ghost' | 'ghostDestructive' | 'primaryInvert' | 'secondaryInvert' | 'ghostUnimportant';
@@ -20437,7 +20445,7 @@ declare const allSupportedIcons: {
20437
20445
  'canvas-alert': (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
20438
20446
  warning: (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
20439
20447
  'info-filled': (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
20440
- settings: (props: IconProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
20448
+ settings: (props: IconProps) => _emotion_react_jsx_runtime.JSX.Element;
20441
20449
  'query-string': (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
20442
20450
  json: (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
20443
20451
  'format-bold': (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
@@ -20457,6 +20465,8 @@ declare const allSupportedIcons: {
20457
20465
  'clipboard-copy': (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
20458
20466
  'clipboard-paste': (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
20459
20467
  refresh: (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
20468
+ 'zig-zag': (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
20469
+ 'zig-zag-thick': (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
20460
20470
  'add-r': _react_icons_all_files.IconType;
20461
20471
  add: _react_icons_all_files.IconType;
20462
20472
  airplane: _react_icons_all_files.IconType;
@@ -21122,7 +21132,7 @@ interface IconProps extends IconBaseProps {
21122
21132
  * Component that renders icons
21123
21133
  * @example <Icon icon="add-r" iconColor="currentColor" />
21124
21134
  */
21125
- declare const Icon: React__default.MemoExoticComponent<({ icon, iconColor, size, ...otherProps }: IconProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element | null>;
21135
+ declare const Icon: React__default.MemoExoticComponent<({ icon, iconColor, size, ...otherProps }: IconProps) => _emotion_react_jsx_runtime.JSX.Element | null>;
21126
21136
 
21127
21137
  declare const rectangleRoundedIcon: (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
21128
21138
  declare const cardIcon: (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
@@ -21135,11 +21145,13 @@ declare const canvasAlertIcon: (props: _react_icons_all_files.IconBaseProps) =>
21135
21145
  declare const warningIcon: (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
21136
21146
  declare const infoFilledIcon: (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
21137
21147
  declare const settingsIcon: IconType$2;
21138
- declare const settings: (props: IconProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
21148
+ declare const settings: (props: IconProps) => _emotion_react_jsx_runtime.JSX.Element;
21139
21149
  declare const queryStringIcon: (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
21140
21150
  declare const structurePanelIcon: (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
21141
21151
  declare const jsonIcon: (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
21142
21152
  declare const yesNoIcon: (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
21153
+ declare const zigZag: (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
21154
+ declare const zigZagThick: (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
21143
21155
  declare const customIcons: {
21144
21156
  'rectangle-rounded': (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
21145
21157
  card: (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
@@ -21151,7 +21163,7 @@ declare const customIcons: {
21151
21163
  'canvas-alert': (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
21152
21164
  warning: (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
21153
21165
  'info-filled': (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
21154
- settings: (props: IconProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
21166
+ settings: (props: IconProps) => _emotion_react_jsx_runtime.JSX.Element;
21155
21167
  'query-string': (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
21156
21168
  json: (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
21157
21169
  'format-bold': (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
@@ -21171,6 +21183,8 @@ declare const customIcons: {
21171
21183
  'clipboard-copy': (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
21172
21184
  'clipboard-paste': (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
21173
21185
  refresh: (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
21186
+ 'zig-zag': (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
21187
+ 'zig-zag-thick': (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
21174
21188
  };
21175
21189
 
21176
21190
  type IconsMap = Record<string, IconType$1>;
@@ -21184,7 +21198,7 @@ declare function useIconContext(): {
21184
21198
  */
21185
21199
  declare function IconsProvider({ children }: {
21186
21200
  children: ReactNode;
21187
- }): _emotion_react_types_jsx_namespace.EmotionJSX.Element;
21201
+ }): _emotion_react_jsx_runtime.JSX.Element;
21188
21202
 
21189
21203
  declare const uniformComponentIcon: IconType$1;
21190
21204
  declare const uniformConditionalValuesIcon: IconType$1;
@@ -21243,7 +21257,7 @@ interface ActionButtonsProps {
21243
21257
  }
21244
21258
  /** ButtonWithMenuProps combines the ActionButtonsProps with React HTMLButtonElement attributes */
21245
21259
  type ButtonWithMenuProps = ActionButtonsProps & React$1.ButtonHTMLAttributes<HTMLButtonElement>;
21246
- declare const ButtonWithMenu: ({ onButtonClick, buttonType, buttonText, icon, disabled, children, placement, size, menuContainerCssClasses, withoutPortal, portal, maxMenuHeight, tooltip, shortcut, ...buttonProps }: ButtonWithMenuProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
21260
+ 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;
21247
21261
 
21248
21262
  /**
21249
21263
  * A string in the ISO 8601 date format: YYYY-MM-DD
@@ -21262,7 +21276,7 @@ type CalendarProps = Pick<CalendarProps$1<DateValue>, 'autoFocus' | 'isDisabled'
21262
21276
  *
21263
21277
  * @deprecated This component is in beta, name and props are subject to change without a major version
21264
21278
  */
21265
- declare const Calendar: ({ value, timeZone, minValue, maxValue, onChange, autoFocus, isDisabled, isInvalid, isReadOnly, ...props }: CalendarProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
21279
+ declare const Calendar: ({ value, timeZone, minValue, maxValue, onChange, autoFocus, isDisabled, isInvalid, isReadOnly, ...props }: CalendarProps) => _emotion_react_jsx_runtime.JSX.Element;
21266
21280
 
21267
21281
  /** Callout button types available to use with our brand */
21268
21282
  type CalloutType = 'caution' | 'danger' | 'info' | 'note' | 'success' | 'tip' | 'error';
@@ -21288,7 +21302,7 @@ interface CalloutProps {
21288
21302
  * Uniform Callout Component
21289
21303
  * @example <Callout title="my title" type="caution"><p>callout body copy</p></Callout>
21290
21304
  */
21291
- declare const Callout: ({ type, compact, title, children, className, testId, }: CalloutProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element | null;
21305
+ declare const Callout: ({ type, compact, title, children, className, testId, }: CalloutProps) => _emotion_react_jsx_runtime.JSX.Element | null;
21292
21306
 
21293
21307
  type CardProps = React$1.HTMLAttributes<HTMLDivElement> & {
21294
21308
  /** (optional) sets the title value of the card */
@@ -21313,11 +21327,11 @@ type CardProps = React$1.HTMLAttributes<HTMLDivElement> & {
21313
21327
  */
21314
21328
  tag?: React$1.ElementType;
21315
21329
  };
21316
- declare const Card: ({ title, menuItems, children, titleWithMarginBottom, disabled, tag: Tag, menuButtonTestId, ...props }: CardProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
21330
+ declare const Card: ({ title, menuItems, children, titleWithMarginBottom, disabled, tag: Tag, menuButtonTestId, ...props }: CardProps) => _emotion_react_jsx_runtime.JSX.Element;
21317
21331
  type CardTitleProps = {
21318
21332
  children?: React$1.ReactNode;
21319
21333
  } & Pick<CardProps, 'title' | 'titleWithMarginBottom'>;
21320
- declare const CardTitle: ({ title, titleWithMarginBottom, children }: CardTitleProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
21334
+ declare const CardTitle: ({ title, titleWithMarginBottom, children }: CardTitleProps) => _emotion_react_jsx_runtime.JSX.Element;
21321
21335
 
21322
21336
  type CardContainerBgColorProps = 'gray' | 'white';
21323
21337
  type CardContainerProps = React$1.HTMLAttributes<HTMLDivElement> & {
@@ -21343,9 +21357,9 @@ type CardContainerProps = React$1.HTMLAttributes<HTMLDivElement> & {
21343
21357
  /** Uniform Card Container
21344
21358
  * @example <CardContainer><Card title="card title" /></CardContainer>
21345
21359
  */
21346
- declare const CardContainer: ({ bgColor, padding, withLastColumn, children, ...props }: CardContainerProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
21360
+ declare const CardContainer: ({ bgColor, padding, withLastColumn, children, ...props }: CardContainerProps) => _emotion_react_jsx_runtime.JSX.Element;
21347
21361
 
21348
- declare const LoadingCardSkeleton: () => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
21362
+ declare const LoadingCardSkeleton: () => _emotion_react_jsx_runtime.JSX.Element;
21349
21363
 
21350
21364
  type ChipSizeProp = 'xs' | 'sm' | 'md';
21351
21365
  type ChipTheme = 'accent-light' | 'accent-dark' | 'accent-alt-light' | 'accent-alt-dark' | 'neutral-light' | 'neutral-dark';
@@ -21379,7 +21393,7 @@ type ChipProps = {
21379
21393
  * To represent a different object, as a reference
21380
21394
  * @example <Chip text="productId" theme="accent-light" chipAction={<DismissibleChipAction onDismiss={() => {...}}/>} />
21381
21395
  */
21382
- declare const Chip: ({ icon, iconColor, text, size, theme, variant, chipAction, as, ...props }: ChipProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
21396
+ declare const Chip: ({ icon, iconColor, text, size, theme, variant, chipAction, as, ...props }: ChipProps) => _emotion_react_jsx_runtime.JSX.Element;
21383
21397
  type DismissibleChipActionProps = {
21384
21398
  onDismiss: () => void;
21385
21399
  } & HTMLAttributes<HTMLButtonElement>;
@@ -21387,7 +21401,7 @@ type DismissibleChipActionProps = {
21387
21401
  * @description Dismissible chip action should be used with the Chip component
21388
21402
  * @example <DismissibleChipAction onDismiss={() => {...}}/>
21389
21403
  */
21390
- declare const DismissibleChipAction: ({ onDismiss, ...props }: DismissibleChipActionProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
21404
+ declare const DismissibleChipAction: ({ onDismiss, ...props }: DismissibleChipActionProps) => _emotion_react_jsx_runtime.JSX.Element;
21391
21405
 
21392
21406
  type MultilineChipProps = {
21393
21407
  children: ReactNode;
@@ -21398,7 +21412,7 @@ type MultilineChipProps = {
21398
21412
  * Unlike a regular chip, this one can go onto multiple lines with word wrap, and uses inline behaviours.
21399
21413
  * @example <MultilineChip text="productId" />
21400
21414
  */
21401
- declare const MultilineChip: ({ children, onClick, ...props }: MultilineChipProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
21415
+ declare const MultilineChip: ({ children, onClick, ...props }: MultilineChipProps) => _emotion_react_jsx_runtime.JSX.Element;
21402
21416
 
21403
21417
  type CounterBgColors = 'var(--white)' | 'var(--gray-50)' | 'var(--accent-light)' | 'var(--accent-dark)' | 'transparent';
21404
21418
  type CounterIconColors = 'auto' | 'var(--utility-caution-icon)' | 'var(--utility-danger-icon)' | 'var(--utility-info-icon)' | 'red';
@@ -21415,7 +21429,7 @@ type CounterProps = {
21415
21429
  icon?: IconType;
21416
21430
  } & React.HTMLAttributes<HTMLDivElement>;
21417
21431
  /** @example <Counter count={1} /> */
21418
- declare const Counter: ({ count, bgColor, icon, iconColor, ...props }: CounterProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element | null;
21432
+ declare const Counter: ({ count, bgColor, icon, iconColor, ...props }: CounterProps) => _emotion_react_jsx_runtime.JSX.Element | null;
21419
21433
 
21420
21434
  type TextAlignProps = 'left' | 'right' | 'center';
21421
21435
  type BoxHeightProps = 'auto' | 'xs' | 'sm' | 'md' | 'lg';
@@ -21433,7 +21447,73 @@ type DashedBoxProps = React$1.HTMLAttributes<HTMLDivElement> & {
21433
21447
  * Uniform Dashed Box Component
21434
21448
  * @example <DashedBox bgColor="white" boxHeight="md" textAlign="center"><h1>hello world</h1></DashedBox>
21435
21449
  */
21436
- declare const DashedBox: ({ bgColor, textAlign, boxHeight, children, ...props }: DashedBoxProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
21450
+ declare const DashedBox: ({ bgColor, textAlign, boxHeight, children, ...props }: DashedBoxProps) => _emotion_react_jsx_runtime.JSX.Element;
21451
+
21452
+ /**
21453
+ * A string in the ISO 8601 time format: hh:mm
21454
+ */
21455
+ type IsoTimeString = string;
21456
+ type InputTimeProps = Pick<TimeFieldProps<TimeValue>, 'id' | 'name' | 'hourCycle' | 'autoFocus'> & Pick<React$1.InputHTMLAttributes<HTMLInputElement>, 'disabled'> & {
21457
+ /** (optional) sets the label value */
21458
+ label?: string;
21459
+ /** (optional) sets caption text value */
21460
+ caption?: string | JSX.Element;
21461
+ /** The current value in ISO 8601 time format */
21462
+ value: IsoTimeString | null | undefined;
21463
+ /** (optional) sets the minimum time value in iso8601 time format. ie 10:00 */
21464
+ minValue?: IsoTimeString;
21465
+ /** (optional) sets the maximum time value in iso8601 time format. ie 22:00 */
21466
+ maxValue?: IsoTimeString;
21467
+ /** (optional) sets whether to show the label or hide it and add a aria-label attributes to the input field directly */
21468
+ showLabel?: boolean;
21469
+ /** (optional) sets and shows the the error message value */
21470
+ errorMessage?: string;
21471
+ /** (optional) sets and shows the warning message value */
21472
+ warningMessage?: string;
21473
+ /** (optional) sets the test id for input field container for test automation*/
21474
+ containerTestId?: string;
21475
+ /** (optional) sets label test id */
21476
+ labelTestId?: string;
21477
+ /** (option) sets validation message test id for test automation */
21478
+ errorTestId?: string;
21479
+ /** (option) sets caption message test id for test automation */
21480
+ captionTestId?: string;
21481
+ belowInputSlot?: ReactNode;
21482
+ onChange?: (value: IsoTimeString) => void;
21483
+ };
21484
+ /**
21485
+ * Time input with segmented control
21486
+ *
21487
+ * @deprecated This component is in beta, name and props are subject to change without a major version
21488
+ */
21489
+ declare const InputTime: React$1.ForwardRefExoticComponent<Pick<TimeFieldProps<TimeValue>, "autoFocus" | "id" | "name" | "hourCycle"> & Pick<React$1.InputHTMLAttributes<HTMLInputElement>, "disabled"> & {
21490
+ /** (optional) sets the label value */
21491
+ label?: string;
21492
+ /** (optional) sets caption text value */
21493
+ caption?: string | JSX.Element;
21494
+ /** The current value in ISO 8601 time format */
21495
+ value: IsoTimeString | null | undefined;
21496
+ /** (optional) sets the minimum time value in iso8601 time format. ie 10:00 */
21497
+ minValue?: IsoTimeString;
21498
+ /** (optional) sets the maximum time value in iso8601 time format. ie 22:00 */
21499
+ maxValue?: IsoTimeString;
21500
+ /** (optional) sets whether to show the label or hide it and add a aria-label attributes to the input field directly */
21501
+ showLabel?: boolean;
21502
+ /** (optional) sets and shows the the error message value */
21503
+ errorMessage?: string;
21504
+ /** (optional) sets and shows the warning message value */
21505
+ warningMessage?: string;
21506
+ /** (optional) sets the test id for input field container for test automation*/
21507
+ containerTestId?: string;
21508
+ /** (optional) sets label test id */
21509
+ labelTestId?: string;
21510
+ /** (option) sets validation message test id for test automation */
21511
+ errorTestId?: string;
21512
+ /** (option) sets caption message test id for test automation */
21513
+ captionTestId?: string;
21514
+ belowInputSlot?: ReactNode;
21515
+ onChange?: (value: IsoTimeString) => void;
21516
+ } & React$1.RefAttributes<HTMLDivElement>>;
21437
21517
 
21438
21518
  /**
21439
21519
  * A string in the ISO 8601 datetime format
@@ -21480,6 +21560,10 @@ type DateTimePickerProps = {
21480
21560
  disabled?: boolean;
21481
21561
  /** (optional) sets the base test id for each of the elements with a testid */
21482
21562
  testId?: string;
21563
+ /** (optional) sets the popover placement */
21564
+ placement?: PopoverState['placement'];
21565
+ /** (optional) sets the popover offset */
21566
+ offset?: [string | number, string | number] | undefined;
21483
21567
  };
21484
21568
  /**
21485
21569
  * Use this context for slots within the date time picker
@@ -21487,8 +21571,8 @@ type DateTimePickerProps = {
21487
21571
  */
21488
21572
  declare function useDateTimePickerContext(): {
21489
21573
  clearValue(): void;
21490
- changeDate(isoDate: string): void;
21491
- changeTime(isoTime: string): void;
21574
+ changeDate(isoDate: IsoDateString): void;
21575
+ changeTime(isoTime: IsoTimeString): void;
21492
21576
  };
21493
21577
  /**
21494
21578
  * Date Time Picker
@@ -21502,12 +21586,12 @@ declare function useDateTimePickerContext(): {
21502
21586
  * Subcomponents can manipulate the value directly by using
21503
21587
  * the `useDateTimePickerContext()` hook.
21504
21588
  */
21505
- declare const DateTimePicker: ({ id, label, triggerIcon, value, minVisible, maxVisible, variant, caption, placeholder, belowTimeInputSlot, showLabel, errorMessage, warningMessage, disabled, onChange, testId, ...props }: DateTimePickerProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
21589
+ 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;
21506
21590
 
21507
21591
  declare function DateTimePickerSummary({ value, placeholder, }: {
21508
21592
  value: DateTimePickerValue | null | undefined;
21509
21593
  placeholder: ReactNode;
21510
- }): _emotion_react_types_jsx_namespace.EmotionJSX.Element;
21594
+ }): _emotion_react_jsx_runtime.JSX.Element;
21511
21595
 
21512
21596
  type DescriptionListProps = {
21513
21597
  items: {
@@ -21525,7 +21609,7 @@ declare const DescriptionList: React__default.ForwardRefExoticComponent<{
21525
21609
  label: string;
21526
21610
  value: string | number | boolean | React__default.ReactNode;
21527
21611
  }[];
21528
- variant?: "horizontal" | "vertical" | undefined;
21612
+ variant?: "horizontal" | "vertical";
21529
21613
  } & React__default.HTMLAttributes<HTMLDListElement> & React__default.RefAttributes<HTMLDListElement>>;
21530
21614
 
21531
21615
  type DetailsProps = React$1.HTMLAttributes<HTMLDetailsElement> & {
@@ -21551,13 +21635,21 @@ type DetailsProps = React$1.HTMLAttributes<HTMLDetailsElement> & {
21551
21635
  isCompact?: boolean;
21552
21636
  };
21553
21637
  /** @example <Details summary="summary text">child content here</Details>*/
21554
- declare const Details: ({ summary, children, isOpenByDefault, isOpen, isIndented, isCompact, onChange, ...props }: DetailsProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
21638
+ declare const Details: ({ summary, children, isOpenByDefault, isOpen, isIndented, isCompact, onChange, ...props }: DetailsProps) => _emotion_react_jsx_runtime.JSX.Element;
21555
21639
 
21556
21640
  type DraggableHandleProps = {
21557
21641
  disableDnd?: boolean;
21642
+ /** (optional) Height of the drag handle
21643
+ * @default 3.125rem
21644
+ */
21645
+ height?: string;
21558
21646
  } & HTMLAttributes<HTMLButtonElement>;
21559
21647
  declare const DragHandle: React$1.ForwardRefExoticComponent<{
21560
- disableDnd?: boolean | undefined;
21648
+ disableDnd?: boolean;
21649
+ /** (optional) Height of the drag handle
21650
+ * @default 3.125rem
21651
+ */
21652
+ height?: string;
21561
21653
  } & HTMLAttributes<HTMLButtonElement> & React$1.RefAttributes<HTMLButtonElement>>;
21562
21654
 
21563
21655
  interface DrawerRendererProps extends Omit<React__default.HTMLAttributes<HTMLDivElement>, 'children'> {
@@ -21595,7 +21687,7 @@ interface DrawerRendererProps extends Omit<React__default.HTMLAttributes<HTMLDiv
21595
21687
  * Renders a stack of drawers in a different location than their original position in the component tree. Uses React Portal under the hood.
21596
21688
  * @example <DrawerProvider><Drawer id="my-drawer" stackId="my-stack" header="Title">Hello</Drawer><DrawerRenderer stackId="my-stack"/></DrawerProvider>
21597
21689
  */
21598
- declare const DrawerRenderer: ({ stackId, position, width, minWidth, maxWidth, leftAligned, withoutFluidWidth, ...otherProps }: DrawerRendererProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element | null;
21690
+ declare const DrawerRenderer: ({ stackId, position, width, minWidth, maxWidth, leftAligned, withoutFluidWidth, ...otherProps }: DrawerRendererProps) => _emotion_react_jsx_runtime.JSX.Element | null;
21599
21691
  interface DrawerRendererItemProps extends React__default.HTMLAttributes<HTMLDivElement> {
21600
21692
  index: number;
21601
21693
  totalDrawers: number;
@@ -21607,7 +21699,7 @@ interface DrawerRendererItemProps extends React__default.HTMLAttributes<HTMLDivE
21607
21699
  }
21608
21700
  declare const getDrawerAttributes: ({ providerId, stackId, id, }: {
21609
21701
  providerId: string;
21610
- stackId?: string | undefined;
21702
+ stackId?: string;
21611
21703
  id: string;
21612
21704
  }) => {
21613
21705
  'data-drawer-id': string;
@@ -21661,7 +21753,7 @@ type DrawerContextValue = {
21661
21753
  * Provides the context to the Drawer and DrawerRenderer components.
21662
21754
  * @example <DrawerProvider><Drawer id="my-drawer" stackId="my-stack" header="Title">Hello</Drawer><DrawerRenderer stackId="my-stack"/></DrawerProvider>
21663
21755
  */
21664
- declare const DrawerProvider: ({ children }: React__default.PropsWithChildren) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
21756
+ declare const DrawerProvider: ({ children }: React__default.PropsWithChildren) => _emotion_react_jsx_runtime.JSX.Element;
21665
21757
  declare const useDrawer: () => DrawerContextValue;
21666
21758
  declare const useCloseCurrentDrawer: () => (() => void) | undefined;
21667
21759
 
@@ -21672,14 +21764,14 @@ type DrawerProps = DrawerItem & Omit<DrawerRendererProps, 'stackId'> & {
21672
21764
  leftAligned?: DrawerRendererProps['leftAligned'];
21673
21765
  };
21674
21766
  declare const CurrentDrawerContext: React__default.Context<{
21675
- id?: string | undefined;
21676
- stackId?: string | undefined;
21677
- leftAligned?: DrawerRendererProps['leftAligned'];
21767
+ id?: DrawerProps["id"];
21768
+ stackId?: DrawerRendererProps["stackId"];
21769
+ leftAligned?: DrawerRendererProps["leftAligned"];
21678
21770
  }>;
21679
21771
  declare const useCurrentDrawer: () => {
21680
- id?: string | undefined;
21681
- stackId?: string | undefined;
21682
- leftAligned?: DrawerRendererProps['leftAligned'];
21772
+ id?: DrawerProps["id"];
21773
+ stackId?: DrawerRendererProps["stackId"];
21774
+ leftAligned?: DrawerRendererProps["leftAligned"];
21683
21775
  };
21684
21776
  /**
21685
21777
  * A drawer component that opens from the right side of is parent. The component is used in combination with DrawerProvider and DrawerRenderer
@@ -21688,8 +21780,8 @@ declare const useCurrentDrawer: () => {
21688
21780
  declare const Drawer: React__default.ForwardRefExoticComponent<DrawerItem & Omit<DrawerRendererProps, "stackId"> & {
21689
21781
  header?: React__default.ReactNode;
21690
21782
  children?: React__default.ReactNode;
21691
- bgColor?: "var(--white)" | "var(--gray-50)" | undefined;
21692
- leftAligned?: DrawerRendererProps['leftAligned'];
21783
+ bgColor?: "var(--gray-50)" | "var(--white)";
21784
+ leftAligned?: DrawerRendererProps["leftAligned"];
21693
21785
  } & React__default.RefAttributes<HTMLDivElement>>;
21694
21786
 
21695
21787
  type DrawerContentProps = {
@@ -21697,12 +21789,12 @@ type DrawerContentProps = {
21697
21789
  buttonGroup?: ReactNode;
21698
21790
  noPadding?: boolean;
21699
21791
  } & HTMLAttributes<HTMLDivElement>;
21700
- declare const DrawerContent: ({ children, buttonGroup, noPadding, ...props }: DrawerContentProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
21792
+ declare const DrawerContent: ({ children, buttonGroup, noPadding, ...props }: DrawerContentProps) => _emotion_react_jsx_runtime.JSX.Element;
21701
21793
 
21702
21794
  declare const TAKEOVER_STACK_ID = "takeover-stack";
21703
- declare const TakeoverDrawerRenderer: (props: Omit<DrawerRendererProps, 'stackId'> & {
21795
+ declare const TakeoverDrawerRenderer: (props: Omit<DrawerRendererProps, "stackId"> & {
21704
21796
  stackId?: string;
21705
- }) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
21797
+ }) => _emotion_react_jsx_runtime.JSX.Element;
21706
21798
 
21707
21799
  interface IconButtonProps extends Omit<ButtonProps, 'size'> {
21708
21800
  variant?: 'square' | 'rounded';
@@ -21715,9 +21807,9 @@ interface ImageProps extends ImgHTMLAttributes<HTMLImageElement> {
21715
21807
  imgClassName?: string;
21716
21808
  variant?: 'inline' | 'fill-container';
21717
21809
  }
21718
- declare function Image({ alt, src, className, imgClassName, variant, width, height, ...imgAttribs }: ImageProps): _emotion_react_types_jsx_namespace.EmotionJSX.Element;
21810
+ declare function Image({ alt, src, className, imgClassName, variant, width, height, ...imgAttribs }: ImageProps): _emotion_react_jsx_runtime.JSX.Element;
21719
21811
 
21720
- declare const ImageBroken: ({ width, height, ...props }: SVGProps<SVGSVGElement>) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
21812
+ declare const ImageBroken: ({ width, height, ...props }: SVGProps<SVGSVGElement>) => _emotion_react_jsx_runtime.JSX.Element;
21721
21813
 
21722
21814
  type CaptionProps = React$1.HTMLAttributes<HTMLElement> & {
21723
21815
  /** allows users to add child elements */
@@ -21731,7 +21823,7 @@ type CaptionProps = React$1.HTMLAttributes<HTMLElement> & {
21731
21823
  * Component that provides caption text to input fields
21732
21824
  * @example <Caption>some help text here</Caption>
21733
21825
  */
21734
- declare const Caption: ({ children, testId, dynamicSize, ...props }: CaptionProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
21826
+ declare const Caption: ({ children, testId, dynamicSize, ...props }: CaptionProps) => _emotion_react_jsx_runtime.JSX.Element;
21735
21827
 
21736
21828
  type CheckboxWithInforProps = React.HTMLAttributes<HTMLInputElement> & {
21737
21829
  /** sets the label value */
@@ -21750,9 +21842,9 @@ declare const CheckboxWithInfo: React$1.ForwardRefExoticComponent<React$1.HTMLAt
21750
21842
  /** sets the name value of the radio/checkbox input */
21751
21843
  name: string;
21752
21844
  /** sets info message */
21753
- info?: string | undefined;
21845
+ info?: string;
21754
21846
  /** (optional) sets the checked state of the input */
21755
- checked?: boolean | undefined;
21847
+ checked?: boolean;
21756
21848
  } & React$1.RefAttributes<HTMLInputElement>>;
21757
21849
 
21758
21850
  type ErrorMessageProps = {
@@ -21772,7 +21864,7 @@ type ErrorMessageProps = {
21772
21864
  * Component that provides error messaging to input fields
21773
21865
  * @example <ErrorMessage>something went wrong, please try again</ErrorMessage>
21774
21866
  */
21775
- declare const ErrorMessage: ({ message, testId, truncated, ...otherProps }: ErrorMessageProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element | null;
21867
+ declare const ErrorMessage: ({ message, testId, truncated, ...otherProps }: ErrorMessageProps) => _emotion_react_jsx_runtime.JSX.Element | null;
21776
21868
 
21777
21869
  type FieldMessageProps = {
21778
21870
  /** (optional) sets help message within the caption component */
@@ -21790,7 +21882,7 @@ type FieldMessageProps = {
21790
21882
  /** (optional) sets and shows the the info message value */
21791
21883
  infoMessage?: string;
21792
21884
  };
21793
- declare const FieldMessage: ({ helperMessage, warningMessage, errorMessage, infoMessage, errorTestId, helperMessageTestId, }: FieldMessageProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element | null;
21885
+ declare const FieldMessage: ({ helperMessage, warningMessage, errorMessage, infoMessage, errorTestId, helperMessageTestId, }: FieldMessageProps) => _emotion_react_jsx_runtime.JSX.Element | null;
21794
21886
 
21795
21887
  type FieldsetProps = React$1.HTMLAttributes<HTMLFieldSetElement> & {
21796
21888
  /** sets the legend value */
@@ -21807,11 +21899,11 @@ declare const Fieldset: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes
21807
21899
  /** sets the legend value */
21808
21900
  legend: React$1.ReactElement;
21809
21901
  /** sets the disabled value and sets child inputs disabled */
21810
- disabled?: boolean | undefined;
21811
- actionButton?: React$1.ReactElement<any, string | React$1.JSXElementConstructor<any>> | undefined;
21902
+ disabled?: boolean;
21903
+ actionButton?: React$1.ReactElement;
21812
21904
  children: React$1.ReactNode;
21813
21905
  /** Inverts the background to white for use on forms that already have a gray background */
21814
- invert?: boolean | undefined;
21906
+ invert?: boolean;
21815
21907
  } & React$1.RefAttributes<HTMLFieldSetElement>>;
21816
21908
 
21817
21909
  type InfoMessageProps = React.HTMLAttributes<HTMLSpanElement> & {
@@ -21826,7 +21918,7 @@ type InfoMessageProps = React.HTMLAttributes<HTMLSpanElement> & {
21826
21918
  * Component that provides info messaging to input fields
21827
21919
  * @example <InfoMessage>be aware of this</InfoMessage>
21828
21920
  */
21829
- declare const InfoMessage: ({ message, testId, icon, ...props }: InfoMessageProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element | null;
21921
+ declare const InfoMessage: ({ message, testId, icon, ...props }: InfoMessageProps) => _emotion_react_jsx_runtime.JSX.Element | null;
21830
21922
 
21831
21923
  type InputProps = React$1.InputHTMLAttributes<HTMLInputElement> & {
21832
21924
  /** (optional) sets the label value */
@@ -21873,42 +21965,42 @@ type InputProps = React$1.InputHTMLAttributes<HTMLInputElement> & {
21873
21965
  */
21874
21966
  declare const Input: React$1.ForwardRefExoticComponent<React$1.InputHTMLAttributes<HTMLInputElement> & {
21875
21967
  /** (optional) sets the label value */
21876
- label?: string | undefined;
21968
+ label?: string;
21877
21969
  /** (optional) sets caption text value */
21878
- caption?: string | JSX.Element | undefined;
21970
+ caption?: string | JSX.Element;
21879
21971
  /** (optional) add an input icon to the input field */
21880
- icon?: React$1.ReactElement<any, string | React$1.JSXElementConstructor<any>> | undefined;
21972
+ icon?: React$1.ReactElement;
21881
21973
  /** (optional) sets whether to show the label or hide it and add a aria-label attributes to the input field directly */
21882
- showLabel?: boolean | undefined;
21974
+ showLabel?: boolean;
21883
21975
  /** (optional) sets and shows the the error message value */
21884
- errorMessage?: string | undefined;
21976
+ errorMessage?: string;
21885
21977
  /** (optional) sets and shows the warning message value */
21886
- warningMessage?: string | undefined;
21978
+ warningMessage?: string;
21887
21979
  /** (optional) sets the test id for input field container for test automation*/
21888
- containerTestId?: string | undefined;
21980
+ containerTestId?: string;
21889
21981
  /** (optional) sets label test id */
21890
- labelTestId?: string | undefined;
21982
+ labelTestId?: string;
21891
21983
  /** (option) sets validation message test id for test automation */
21892
- errorTestId?: string | undefined;
21984
+ errorTestId?: string;
21893
21985
  /** (option) sets caption message test id for test automation */
21894
- captionTestId?: string | undefined;
21895
- capture?: boolean | "user" | "environment" | undefined;
21986
+ captionTestId?: string;
21987
+ capture?: boolean | "user" | "environment";
21896
21988
  /**
21897
21989
  * (optional) sets an overriding classname on the root element
21898
21990
  */
21899
- classNameRoot?: string | SerializedStyles | undefined;
21991
+ classNameRoot?: string | SerializedStyles;
21900
21992
  /**
21901
21993
  * (optional) sets an overriding classname on the container element
21902
21994
  * @deprecated */
21903
- classNameContainer?: string | SerializedStyles | undefined;
21995
+ classNameContainer?: string | SerializedStyles;
21904
21996
  /**
21905
21997
  * (optional) sets an overriding classname on the input element
21906
21998
  * @deprecated */
21907
- classNameControl?: string | SerializedStyles | undefined;
21999
+ classNameControl?: string | SerializedStyles;
21908
22000
  /**
21909
22001
  * (optional) sets an overriding classname on the label element
21910
22002
  * @deprecated */
21911
- classNameLabel?: string | SerializedStyles | undefined;
22003
+ classNameLabel?: string | SerializedStyles;
21912
22004
  } & React$1.RefAttributes<HTMLInputElement>>;
21913
22005
 
21914
22006
  /**
@@ -21938,13 +22030,13 @@ type ComboBoxGroupBase<TOption> = GroupBase<TOption>;
21938
22030
  * InputComboBox
21939
22031
  * @component
21940
22032
  * @example <InputComboBox name="name" id="combo-box" options={[{ value: 'chocolate', label: 'Chocolate' }, { value: 'strawberry', label: 'Strawberry' }, { value: 'vanilla', label: 'Vanilla' }]} isMulti /> */
21941
- declare function InputComboBox<TOption = InputComboBoxOption, IsMulti extends boolean = false, TGroup extends ComboBoxGroupBase<TOption> = ComboBoxGroupBase<TOption>>(props: InputComboBoxProps<TOption, IsMulti, TGroup>): _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22033
+ 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;
21942
22034
  /**
21943
22035
  * InputCreatableComboBox
21944
22036
  * Like ComboBox, but allows for creating new options
21945
22037
  * @component
21946
22038
  * @example <InputCreatableComboBox name="name" id="combo-box" options={[{ value: 'chocolate', label: 'Chocolate' }, { value: 'strawberry', label: 'Strawberry' }, { value: 'vanilla', label: 'Vanilla' }]} isMulti /> */
21947
- declare function InputCreatableComboBox<TOption = InputComboBoxOption, IsMulti extends boolean = false, TGroup extends ComboBoxGroupBase<TOption> = ComboBoxGroupBase<TOption>>(props: InputCreatableComboBoxProps<TOption, IsMulti, TGroup>): _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22039
+ 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;
21948
22040
 
21949
22041
  type ComboBoxSelectableOption = InputComboBoxOption<string | string[]>;
21950
22042
  interface ComboBoxSelectableGroup extends GroupBase<ComboBoxSelectableOption> {
@@ -22007,7 +22099,7 @@ type InputInlineSelectProps = Omit<React$1.HTMLAttributes<HTMLButtonElement>, 'o
22007
22099
  * Input Inline Select
22008
22100
  * @example <InputInlineSelect disabled={index > 1} value={currentValue ?? '&'} options={[{ label: 'AND', value: '&' }, { label: 'OR', value: '|' }]} onChange={(s) => {setState(s.value)}} />
22009
22101
  */
22010
- declare const InputInlineSelect: ({ classNameContainer, options, value, onChange, disabled, ...props }: InputInlineSelectProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22102
+ declare const InputInlineSelect: ({ classNameContainer, options, value, onChange, disabled, ...props }: InputInlineSelectProps) => _emotion_react_jsx_runtime.JSX.Element;
22011
22103
 
22012
22104
  interface InputKeywordSearchProps extends InputHTMLAttributes<HTMLInputElement> {
22013
22105
  /** function that takes a string value */
@@ -22061,9 +22153,9 @@ type DebouncedInputKeywordSearchProps = Omit<InputKeywordSearchProps, 'value'> &
22061
22153
  */
22062
22154
  declare const DebouncedInputKeywordSearch: React$1.ForwardRefExoticComponent<Omit<InputKeywordSearchProps, "value"> & {
22063
22155
  /** Debounce delay in milliseconds */
22064
- delay?: number | undefined;
22156
+ delay?: number;
22065
22157
  /**Default value to initialize field with, as it is not controlled component and does not support providing values */
22066
- defaultValue?: string | undefined;
22158
+ defaultValue?: string;
22067
22159
  } & React$1.RefAttributes<HTMLInputElement>>;
22068
22160
 
22069
22161
  type InputSelectProps = React.SelectHTMLAttributes<HTMLSelectElement> & {
@@ -22108,107 +22200,41 @@ type InputSelectProps = React.SelectHTMLAttributes<HTMLSelectElement> & {
22108
22200
  */
22109
22201
  declare const InputSelect: React$1.ForwardRefExoticComponent<React$1.SelectHTMLAttributes<HTMLSelectElement> & {
22110
22202
  /** (optional) sets the first item in the options list with empty value */
22111
- defaultOption?: string | undefined;
22203
+ defaultOption?: string;
22112
22204
  /** sets an array of select options with value and text value */
22113
22205
  options: Array<React.OptionHTMLAttributes<HTMLOptionElement> & {
22114
22206
  label: string;
22115
22207
  }>;
22116
22208
  /** (optional) sets caption text value */
22117
- caption?: string | JSX.Element | undefined;
22209
+ caption?: string | JSX.Element;
22118
22210
  /** sets the label value */
22119
22211
  label: string;
22120
22212
  /** (optional) sets whether to hide the label and use aria-label on the input field
22121
22213
  * @default false
22122
22214
  */
22123
- showLabel?: boolean | undefined;
22215
+ showLabel?: boolean;
22124
22216
  /** (optional) sets and shows the the error message value */
22125
- errorMessage?: string | undefined;
22217
+ errorMessage?: string;
22126
22218
  /** (optional) sets and shows the warning message value */
22127
- warningMessage?: string | undefined;
22219
+ warningMessage?: string;
22128
22220
  /** (optional) allows react components to be added inline with the label element */
22129
- labelCta?: JSX.Element | undefined;
22221
+ labelCta?: JSX.Element;
22130
22222
  /** (optional) styles the component in a compact format */
22131
- compact?: boolean | undefined;
22223
+ compact?: boolean;
22132
22224
  /**
22133
22225
  * (optional) sets an overriding classname on the container element
22134
22226
  * @deprecated */
22135
- classNameContainer?: string | undefined;
22227
+ classNameContainer?: string;
22136
22228
  /**
22137
22229
  * (optional) sets an overriding classname on the input element
22138
22230
  * @deprecated */
22139
- classNameControl?: string | undefined;
22231
+ classNameControl?: string;
22140
22232
  /**
22141
22233
  * (optional) sets an overriding classname on the label element
22142
22234
  * @deprecated */
22143
- classNameLabel?: string | undefined;
22235
+ classNameLabel?: string;
22144
22236
  } & React$1.RefAttributes<HTMLSelectElement>>;
22145
22237
 
22146
- /**
22147
- * A string in the ISO 8601 time format: hh:mm
22148
- */
22149
- type IsoTimeString = string;
22150
- type InputTimeProps = Pick<TimeFieldProps<TimeValue>, 'id' | 'name' | 'hourCycle' | 'autoFocus'> & Pick<React$1.InputHTMLAttributes<HTMLInputElement>, 'disabled'> & {
22151
- /** (optional) sets the label value */
22152
- label?: string;
22153
- /** (optional) sets caption text value */
22154
- caption?: string | JSX.Element;
22155
- /** The current value in ISO 8601 time format */
22156
- value: IsoTimeString | null | undefined;
22157
- /** (optional) sets the minimum time value in iso8601 time format. ie 10:00 */
22158
- minValue?: IsoTimeString;
22159
- /** (optional) sets the maximum time value in iso8601 time format. ie 22:00 */
22160
- maxValue?: IsoTimeString;
22161
- /** (optional) sets whether to show the label or hide it and add a aria-label attributes to the input field directly */
22162
- showLabel?: boolean;
22163
- /** (optional) sets and shows the the error message value */
22164
- errorMessage?: string;
22165
- /** (optional) sets and shows the warning message value */
22166
- warningMessage?: string;
22167
- /** (optional) sets the test id for input field container for test automation*/
22168
- containerTestId?: string;
22169
- /** (optional) sets label test id */
22170
- labelTestId?: string;
22171
- /** (option) sets validation message test id for test automation */
22172
- errorTestId?: string;
22173
- /** (option) sets caption message test id for test automation */
22174
- captionTestId?: string;
22175
- belowInputSlot?: ReactNode;
22176
- onChange?: (value: IsoTimeString) => void;
22177
- };
22178
- /**
22179
- * Time input with segmented control
22180
- *
22181
- * @deprecated This component is in beta, name and props are subject to change without a major version
22182
- */
22183
- declare const InputTime: React$1.ForwardRefExoticComponent<Pick<TimeFieldProps<TimeValue>, "autoFocus" | "id" | "name" | "hourCycle"> & Pick<React$1.InputHTMLAttributes<HTMLInputElement>, "disabled"> & {
22184
- /** (optional) sets the label value */
22185
- label?: string | undefined;
22186
- /** (optional) sets caption text value */
22187
- caption?: string | JSX.Element | undefined;
22188
- /** The current value in ISO 8601 time format */
22189
- value: IsoTimeString | null | undefined;
22190
- /** (optional) sets the minimum time value in iso8601 time format. ie 10:00 */
22191
- minValue?: string | undefined;
22192
- /** (optional) sets the maximum time value in iso8601 time format. ie 22:00 */
22193
- maxValue?: string | undefined;
22194
- /** (optional) sets whether to show the label or hide it and add a aria-label attributes to the input field directly */
22195
- showLabel?: boolean | undefined;
22196
- /** (optional) sets and shows the the error message value */
22197
- errorMessage?: string | undefined;
22198
- /** (optional) sets and shows the warning message value */
22199
- warningMessage?: string | undefined;
22200
- /** (optional) sets the test id for input field container for test automation*/
22201
- containerTestId?: string | undefined;
22202
- /** (optional) sets label test id */
22203
- labelTestId?: string | undefined;
22204
- /** (option) sets validation message test id for test automation */
22205
- errorTestId?: string | undefined;
22206
- /** (option) sets caption message test id for test automation */
22207
- captionTestId?: string | undefined;
22208
- belowInputSlot?: ReactNode;
22209
- onChange?: ((value: IsoTimeString) => void) | undefined;
22210
- } & React$1.RefAttributes<HTMLDivElement>>;
22211
-
22212
22238
  type FontWeightProps = 'normal' | 'medium' | 'bold';
22213
22239
  type InputToggleProps = React$1.InputHTMLAttributes<HTMLInputElement> & {
22214
22240
  /** sets the label value */
@@ -22244,27 +22270,27 @@ declare const InputToggle: React$1.ForwardRefExoticComponent<React$1.InputHTMLAt
22244
22270
  /** sets the label value */
22245
22271
  label: React$1.ReactNode;
22246
22272
  /** sets the type of input to use, either radio or checkbox */
22247
- type: 'radio' | 'checkbox';
22273
+ type: "radio" | "checkbox";
22248
22274
  /** sets the name value of the radio/checkbox input */
22249
22275
  name: string;
22250
22276
  /** (optional) sets whether to show the label or hide it and add a aria-label attributes to the input field directly */
22251
- showLabel?: boolean | undefined;
22277
+ showLabel?: boolean;
22252
22278
  /** (optional) sets the disabled state */
22253
- disabled?: boolean | undefined;
22279
+ disabled?: boolean;
22254
22280
  /** (optional) sets the checked state of the input */
22255
- checked?: boolean | undefined;
22281
+ checked?: boolean;
22256
22282
  /** (optional) sets caption text value */
22257
- caption?: string | JSX.Element | undefined;
22283
+ caption?: string | JSX.Element;
22258
22284
  /** (optional) sets shows the the error message value */
22259
- errorMessage?: string | undefined;
22285
+ errorMessage?: string;
22260
22286
  /** (optional) sets and shows the warning message value */
22261
- warningMessage?: string | undefined;
22287
+ warningMessage?: string;
22262
22288
  /** (optional) sets the font weight of the label text
22263
22289
  * @default 'normal'
22264
22290
  */
22265
- fontWeight?: FontWeightProps | undefined;
22291
+ fontWeight?: FontWeightProps;
22266
22292
  /** (optional) sets test id for test automation*/
22267
- testId?: string | undefined;
22293
+ testId?: string;
22268
22294
  } & React$1.RefAttributes<HTMLInputElement>>;
22269
22295
 
22270
22296
  type LabelProps = React$1.LabelHTMLAttributes<HTMLLabelElement> & {
@@ -22275,12 +22301,12 @@ type LabelProps = React$1.LabelHTMLAttributes<HTMLLabelElement> & {
22275
22301
  /** (optional) test id for test automation*/
22276
22302
  testId?: string;
22277
22303
  };
22278
- declare const Label: ({ children, className, testId, ...props }: LabelProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22304
+ declare const Label: ({ children, className, testId, ...props }: LabelProps) => _emotion_react_jsx_runtime.JSX.Element;
22279
22305
 
22280
22306
  type LegendProps = {
22281
22307
  children: ReactNode;
22282
22308
  };
22283
- declare const Legend: ({ children }: LegendProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22309
+ declare const Legend: ({ children }: LegendProps) => _emotion_react_jsx_runtime.JSX.Element;
22284
22310
 
22285
22311
  type SuccessMessageProps = React.HTMLAttributes<HTMLSpanElement> & {
22286
22312
  /** sets the error message value */
@@ -22292,7 +22318,7 @@ type SuccessMessageProps = React.HTMLAttributes<HTMLSpanElement> & {
22292
22318
  * Component that provides success messaging to input fields
22293
22319
  * @example <SuccessMessage>something went wrong, please try again</SuccessMessage>
22294
22320
  */
22295
- declare const SuccessMessage: ({ message, testId, ...props }: SuccessMessageProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element | null;
22321
+ declare const SuccessMessage: ({ message, testId, ...props }: SuccessMessageProps) => _emotion_react_jsx_runtime.JSX.Element | null;
22296
22322
 
22297
22323
  type TextareaProps = React$1.TextareaHTMLAttributes<HTMLTextAreaElement> & {
22298
22324
  /** (optional) sets the label value */
@@ -22315,18 +22341,18 @@ type TextareaProps = React$1.TextareaHTMLAttributes<HTMLTextAreaElement> & {
22315
22341
  */
22316
22342
  declare const Textarea: React$1.ForwardRefExoticComponent<React$1.TextareaHTMLAttributes<HTMLTextAreaElement> & {
22317
22343
  /** (optional) sets the label value */
22318
- label?: string | undefined;
22344
+ label?: string;
22319
22345
  /** (optional) sets caption text value */
22320
- caption?: string | JSX.Element | undefined;
22346
+ caption?: string | JSX.Element;
22321
22347
  /** (optional) add an input icon to the input field */
22322
- icon?: React$1.ReactElement<any, string | React$1.JSXElementConstructor<any>> | undefined;
22348
+ icon?: React$1.ReactElement;
22323
22349
  /** (optional) sets whether to hide the label and use aria-label on the input field */
22324
- showLabel?: boolean | undefined;
22350
+ showLabel?: boolean;
22325
22351
  /** (optional) sets shows the error message value */
22326
- errorMessage?: string | undefined;
22352
+ errorMessage?: string;
22327
22353
  /** (optional) sets and shows the warning message value */
22328
- warningMessage?: string | undefined;
22329
- capture?: boolean | "user" | "environment" | undefined;
22354
+ warningMessage?: string;
22355
+ capture?: boolean | "user" | "environment";
22330
22356
  } & React$1.RefAttributes<HTMLTextAreaElement>>;
22331
22357
 
22332
22358
  type WarningMessageProps = React.HTMLAttributes<HTMLSpanElement> & {
@@ -22339,7 +22365,7 @@ type WarningMessageProps = React.HTMLAttributes<HTMLSpanElement> & {
22339
22365
  * Component that provides warning messaging to input fields
22340
22366
  * @example <WarningMessage>something went wrong, please try again</ErrorMessage>
22341
22367
  */
22342
- declare const WarningMessage: ({ message, testId, ...props }: WarningMessageProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element | null;
22368
+ declare const WarningMessage: ({ message, testId, ...props }: WarningMessageProps) => _emotion_react_jsx_runtime.JSX.Element | null;
22343
22369
 
22344
22370
  type IntegrationModalHeaderProps = {
22345
22371
  /** sets the icon as inline svg or img tag */
@@ -22354,11 +22380,11 @@ type IntegrationModalHeaderProps = {
22354
22380
  menu?: React$1.ReactNode;
22355
22381
  };
22356
22382
  type HexModalBackgroundProps = React$1.SVGAttributes<SVGElement>;
22357
- declare const HexModalBackground: ({ ...props }: HexModalBackgroundProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22383
+ declare const HexModalBackground: ({ ...props }: HexModalBackgroundProps) => _emotion_react_jsx_runtime.JSX.Element;
22358
22384
  /** Uniform Integration Modal Header
22359
22385
  * @example <IntegrationModalHeader icon="/icon.svg" name="name" />
22360
22386
  */
22361
- declare const IntegrationModalHeader: ({ icon, name, menu, children }: IntegrationModalHeaderProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22387
+ declare const IntegrationModalHeader: ({ icon, name, menu, children }: IntegrationModalHeaderProps) => _emotion_react_jsx_runtime.JSX.Element;
22362
22388
 
22363
22389
  type JsonEditorProps = {
22364
22390
  /**
@@ -22381,7 +22407,7 @@ type JsonEditorProps = {
22381
22407
  /** Makes the editor read-only */
22382
22408
  readOnly?: boolean;
22383
22409
  };
22384
- declare const JsonEditor: ({ defaultValue, onChange, jsonSchema, height, readOnly }: JsonEditorProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22410
+ declare const JsonEditor: ({ defaultValue, onChange, jsonSchema, height, readOnly }: JsonEditorProps) => _emotion_react_jsx_runtime.JSX.Element;
22385
22411
 
22386
22412
  type KeyValueItem<TValue extends string = string> = {
22387
22413
  key: string;
@@ -22408,7 +22434,7 @@ type KeyValueInputProps<TValue extends string = string> = {
22408
22434
  * return <KeyValueInput value={value} onChange={setValue} />
22409
22435
  * @deprecated This component is in beta, name and props are subject to change without a major version
22410
22436
  */
22411
- declare const KeyValueInput: <TValue extends string = string>({ value, onChange, label, newItemDefault, keyLabel, valueLabel, keyInfoPopover, valueInfoPopover, disabled, errors, onFocusChange, }: KeyValueInputProps<TValue>) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22437
+ 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;
22412
22438
 
22413
22439
  type SpacingProp = '0' | '2xs' | 'xs' | 'sm' | 'base' | 'md' | 'lg' | 'xl' | '2xl';
22414
22440
  type BackgroundColorProp = 'transparent' | 'white' | 'gray-50' | 'gray-100' | 'gray-200' | 'gray-300' | 'gray-400' | 'gray-500' | 'gray-600' | 'gray-700' | 'gray-800' | 'gray-900';
@@ -22450,9 +22476,9 @@ type ContainerProps = CommonContainerProps & React$1.HTMLAttributes<HTMLDivEleme
22450
22476
  tag?: HtmlTagProps;
22451
22477
  children: React$1.ReactNode;
22452
22478
  };
22453
- declare const Container: ({ tag, backgroundColor, border, rounded, padding, margin, children, ...props }: ContainerProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22479
+ declare const Container: ({ tag, backgroundColor, border, rounded, padding, margin, children, ...props }: ContainerProps) => _emotion_react_jsx_runtime.JSX.Element;
22454
22480
 
22455
- declare const HorizontalRhythm: ({ align, justify, tag, gap, children, ref, ...props }: RhythmProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22481
+ declare const HorizontalRhythm: ({ align, justify, tag, gap, children, ref, ...props }: RhythmProps) => _emotion_react_jsx_runtime.JSX.Element;
22456
22482
 
22457
22483
  type TwoColumnLayoutProps = {
22458
22484
  /** sets the full bleed background colour
@@ -22469,9 +22495,9 @@ type TwoColumnLayoutProps = {
22469
22495
  invertLayout?: boolean;
22470
22496
  };
22471
22497
  /** @example <TwoColumnLayout supportingContent={<div>supporting content</div>}><h1>title</h1></TwoColumnLayout> */
22472
- declare const TwoColumnLayout: ({ bgColor, invertLayout, supportingContent, children, }: TwoColumnLayoutProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22498
+ declare const TwoColumnLayout: ({ bgColor, invertLayout, supportingContent, children, }: TwoColumnLayoutProps) => _emotion_react_jsx_runtime.JSX.Element;
22473
22499
 
22474
- declare const VerticalRhythm: ({ align, justify, tag, gap, children, ref, ...props }: RhythmProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22500
+ declare const VerticalRhythm: ({ align, justify, tag, gap, children, ref, ...props }: RhythmProps) => _emotion_react_jsx_runtime.JSX.Element;
22475
22501
 
22476
22502
  type LimitsBarProps = {
22477
22503
  /** The current value of used limits */
@@ -22485,7 +22511,7 @@ type LimitsBarProps = {
22485
22511
  * Uniform Limits Bar Component
22486
22512
  * @example <LimitsBar current="3" max="5" label="signals" />
22487
22513
  */
22488
- declare const LimitsBar: ({ current, max, label }: LimitsBarProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22514
+ declare const LimitsBar: ({ current, max, label }: LimitsBarProps) => _emotion_react_jsx_runtime.JSX.Element;
22489
22515
 
22490
22516
  type LinkListProps = React$1.HTMLAttributes<HTMLDivElement> & {
22491
22517
  /** sets the title field */
@@ -22497,7 +22523,7 @@ type LinkListProps = React$1.HTMLAttributes<HTMLDivElement> & {
22497
22523
  /** (optional) sets react child component */
22498
22524
  children?: React$1.ReactNode;
22499
22525
  };
22500
- declare const LinkList: ({ title, padding, children, ...props }: LinkListProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22526
+ declare const LinkList: ({ title, padding, children, ...props }: LinkListProps) => _emotion_react_jsx_runtime.JSX.Element;
22501
22527
 
22502
22528
  type ScrollableListProps = React$1.HTMLAttributes<HTMLDivElement> & {
22503
22529
  /** (optional) sets the label value */
@@ -22509,7 +22535,7 @@ type ScrollableListProps = React$1.HTMLAttributes<HTMLDivElement> & {
22509
22535
  * Component that sets the base structure for scrollable content in a max height container
22510
22536
  * @example <ScrollableList label="allowed content types"><button>say hello</button></ScrollableList>
22511
22537
  */
22512
- declare const ScrollableList: ({ label, children, ...props }: ScrollableListProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22538
+ declare const ScrollableList: ({ label, children, ...props }: ScrollableListProps) => _emotion_react_jsx_runtime.JSX.Element;
22513
22539
 
22514
22540
  type ScrollableListContainerProps = {
22515
22541
  /** sets whether to show or hide the shadow around the element
@@ -22531,7 +22557,7 @@ type ScrollableItemProps = {
22531
22557
  children: React.ReactNode;
22532
22558
  } & ScrollableListContainerProps;
22533
22559
  /** @example <ScrollableListInputItem label="my label" active={true}><input type="radio" name="age" /></ScrollableListInputItem>*/
22534
- declare const ScrollableListInputItem: ({ label, icon, active, disableShadow, children, labelTestId, ...props }: ScrollableItemProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22560
+ declare const ScrollableListInputItem: ({ label, icon, active, disableShadow, children, labelTestId, ...props }: ScrollableItemProps) => _emotion_react_jsx_runtime.JSX.Element;
22535
22561
 
22536
22562
  type ScrollableListItemProps = React$1.ButtonHTMLAttributes<HTMLButtonElement> & {
22537
22563
  /** sets the button text value */
@@ -22542,15 +22568,17 @@ type ScrollableListItemProps = React$1.ButtonHTMLAttributes<HTMLButtonElement> &
22542
22568
  * Component used within <ScrollableList /> for adding interactive button components with predefined styles
22543
22569
  * @example <ScrollableListItem buttontext="my button" active={false} />
22544
22570
  */
22545
- declare const ScrollableListItem: ({ buttonText, icon, active, disableShadow, ...props }: ScrollableListItemProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22571
+ declare const ScrollableListItem: ({ buttonText, icon, active, disableShadow, ...props }: ScrollableListItemProps) => _emotion_react_jsx_runtime.JSX.Element;
22546
22572
 
22573
+ type LoadingIndicatorProps = {
22574
+ color?: 'gray' | 'accent-alt';
22575
+ size?: 'lg' | 'sm';
22576
+ } & Omit<HTMLAttributes<HTMLDivElement>, 'color'>;
22547
22577
  /**
22548
22578
  * Loading Indicator
22549
22579
  * @example <LoadingIndicator />
22550
22580
  */
22551
- declare const LoadingIndicator: ({ size, ...props }: HTMLAttributes<HTMLDivElement> & {
22552
- size?: "sm" | "lg" | undefined;
22553
- }) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22581
+ declare const LoadingIndicator: ({ size, color, ...props }: LoadingIndicatorProps) => _emotion_react_jsx_runtime.JSX.Element;
22554
22582
 
22555
22583
  interface LoadingOverlayProps {
22556
22584
  /** sets whether to display the loading overlay components */
@@ -22578,13 +22606,17 @@ interface LoadingOverlayProps {
22578
22606
  */
22579
22607
  isTopAligned?: boolean;
22580
22608
  children?: React__default.ReactNode;
22609
+ /** (optional) sets the position of the overlay
22610
+ * @default 'absolute'
22611
+ */
22612
+ position?: 'absolute' | 'fixed';
22581
22613
  }
22582
22614
  /**
22583
22615
  * Loading Overlay.
22584
22616
  * NOTE: the container/parent element must have a non-static `position` value for the overlay to work properly.
22585
22617
  * @example <LoadingOverlay isActive={true} statusMessage="Loading..." />
22586
22618
  */
22587
- declare const LoadingOverlay: ({ isActive, statusMessage, zIndex, loaderSize, overlayBackgroundColor, isTopAligned, isPaused, children, }: LoadingOverlayProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22619
+ declare const LoadingOverlay: ({ isActive, statusMessage, zIndex, loaderSize, overlayBackgroundColor, isTopAligned, isPaused, children, position, }: LoadingOverlayProps) => _emotion_react_jsx_runtime.JSX.Element;
22588
22620
  interface LoadingIconProps extends HTMLAttributes<SVGSVGElement> {
22589
22621
  /** (optional) prop that sets a number value for the height of the icon */
22590
22622
  width?: number;
@@ -22595,7 +22627,7 @@ interface LoadingIconProps extends HTMLAttributes<SVGSVGElement> {
22595
22627
  * Loading Icon
22596
22628
  * @example <LoadingIcon height={128} width={128} />
22597
22629
  */
22598
- declare const LoadingIcon: ({ height, width, ...props }: LoadingIconProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22630
+ declare const LoadingIcon: ({ height, width, ...props }: LoadingIconProps) => _emotion_react_jsx_runtime.JSX.Element;
22599
22631
 
22600
22632
  interface DropdownStyleMenuTriggerProps extends React.HTMLAttributes<HTMLButtonElement> {
22601
22633
  children: React.ReactNode;
@@ -22603,7 +22635,7 @@ interface DropdownStyleMenuTriggerProps extends React.HTMLAttributes<HTMLButtonE
22603
22635
  bgColor?: string;
22604
22636
  }
22605
22637
  /** Renders a dropdown menu style menu trigger button */
22606
- declare function DropdownStyleMenuTrigger({ bgColor, children, ...buttonProps }: DropdownStyleMenuTriggerProps): _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22638
+ declare function DropdownStyleMenuTrigger({ bgColor, children, ...buttonProps }: DropdownStyleMenuTriggerProps): _emotion_react_jsx_runtime.JSX.Element;
22607
22639
 
22608
22640
  declare const legacyPlacements: readonly ["auto", "auto-start", "auto-end"];
22609
22641
  type LegacyPlacement = (typeof legacyPlacements)[number];
@@ -22649,6 +22681,7 @@ interface MenuProps extends MenuProps$2 {
22649
22681
  * this is not compatible with nested menus that expand to the left or right of the menu
22650
22682
  */
22651
22683
  maxMenuHeight?: string;
22684
+ portalElement?: React$1.ComponentProps<typeof Menu$1>['portalElement'];
22652
22685
  }
22653
22686
  /**
22654
22687
  * Component used for creating clickable menus
@@ -22668,9 +22701,9 @@ type MenuGroupProps = {
22668
22701
  /** Menu items to render in the group */
22669
22702
  children: ReactNode;
22670
22703
  };
22671
- declare const MenuGroup: ({ title, children }: MenuGroupProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22704
+ declare const MenuGroup: ({ title, children }: MenuGroupProps) => _emotion_react_jsx_runtime.JSX.Element;
22672
22705
 
22673
- type MenuItemTextThemeProps = 'base' | 'red';
22706
+ type MenuItemTextThemeProps = 'base' | 'red' | 'accent-alt';
22674
22707
  type MenuItemProps = MenuItemProps$1 & {
22675
22708
  /**
22676
22709
  * Sets child elements within the component.
@@ -22703,7 +22736,7 @@ type ChildFunction = (menuItemProps: MenuItemProps$1) => React$1.ReactElement |
22703
22736
  * MenuItem Component used along side <Menu /> component
22704
22737
  * @example <MenuItem onClick={() => alert('menu item was clicked')} icon={<RedClose />}>Remove Link</MenuItem>
22705
22738
  */
22706
- declare const MenuItem: React$1.FC<MenuItemProps>;
22739
+ declare const MenuItem: React$1.ForwardRefExoticComponent<Omit<MenuItemProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
22707
22740
  /**
22708
22741
  * MenuItem Component for headless use outside <Menu /> component
22709
22742
  * Use only if adapting Uniform menu item appearance to a non-ariakit menu.
@@ -22717,15 +22750,19 @@ declare const MenuItemInner: React$1.FC<MenuItemProps>;
22717
22750
  */
22718
22751
  declare function MenuItemIcon({ icon }: {
22719
22752
  icon: IconType;
22720
- }): _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22753
+ }): _emotion_react_jsx_runtime.JSX.Element;
22721
22754
  /**
22722
22755
  * Indents a menu item as if it had an icon when it does not
22723
22756
  * Use this to align menu items without icons with those that have icons
22724
22757
  * in a mixed menu. Intended to be passed as the `icon` prop to a MenuItem.
22725
22758
  */
22726
- declare function MenuItemEmptyIcon(): _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22759
+ declare function MenuItemEmptyIcon(): _emotion_react_jsx_runtime.JSX.Element;
22727
22760
 
22728
- declare const MenuItemSeparator: () => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22761
+ declare const MenuItemHeading: ({ children }: {
22762
+ children: ReactNode;
22763
+ }) => _emotion_react_jsx_runtime.JSX.Element;
22764
+
22765
+ declare const MenuItemSeparator: () => _emotion_react_jsx_runtime.JSX.Element;
22729
22766
 
22730
22767
  type MenuButtonProp = {
22731
22768
  children: React.ReactNode;
@@ -22747,11 +22784,11 @@ declare const MenuThreeDots: React$1.ForwardRefExoticComponent<{
22747
22784
  /** sets the aria-label and title value on the button
22748
22785
  * @default 'More options'
22749
22786
  */
22750
- buttonTitle?: string | undefined;
22787
+ buttonTitle?: string;
22751
22788
  /** sets the icon size
22752
22789
  * @default '1rem'
22753
22790
  */
22754
- iconSize?: string | undefined;
22791
+ iconSize?: string;
22755
22792
  } & HTMLAttributes<HTMLButtonElement> & React$1.RefAttributes<HTMLButtonElement>>;
22756
22793
 
22757
22794
  type SearchableMenuProps = {
@@ -22767,12 +22804,12 @@ type SearchableMenuProps = {
22767
22804
  /**
22768
22805
  * Searchable menu allows searching through its menu items
22769
22806
  */
22770
- declare function SearchableMenu(props: SearchableMenuProps): _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22807
+ declare function SearchableMenu(props: SearchableMenuProps): _emotion_react_jsx_runtime.JSX.Element;
22771
22808
 
22772
22809
  interface SelectableMenuItemProps extends PropsWithChildren<Omit<MenuItemProps, 'children'>> {
22773
22810
  selected: boolean;
22774
22811
  }
22775
- declare function SelectableMenuItem({ selected, children, ...menuItemProps }: SelectableMenuItemProps): _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22812
+ declare function SelectableMenuItem({ selected, children, ...menuItemProps }: SelectableMenuItemProps): _emotion_react_jsx_runtime.JSX.Element;
22776
22813
 
22777
22814
  type MediaCardProps = Omit<CardProps, 'menuItems'> & {
22778
22815
  title: string;
@@ -22784,7 +22821,7 @@ type MediaCardProps = Omit<CardProps, 'menuItems'> & {
22784
22821
  buttonType?: ButtonHTMLAttributes<HTMLButtonElement>['type'];
22785
22822
  onClick?: () => void;
22786
22823
  };
22787
- declare const MediaCard: ({ title, subtitle, infoPopover, cover, menuItems, sideSection, onClick, buttonType, ...cardProps }: MediaCardProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22824
+ declare const MediaCard: ({ title, subtitle, infoPopover, cover, menuItems, sideSection, onClick, buttonType, ...cardProps }: MediaCardProps) => _emotion_react_jsx_runtime.JSX.Element;
22788
22825
 
22789
22826
  type ModalProps = {
22790
22827
  header?: React__default.ReactNode;
@@ -22826,7 +22863,7 @@ type ObjectGridContainerProps = {
22826
22863
  /** The children to render */
22827
22864
  children: React.ReactNode;
22828
22865
  };
22829
- declare const ObjectGridContainer: ({ gridCount, children }: ObjectGridContainerProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22866
+ declare const ObjectGridContainer: ({ gridCount, children }: ObjectGridContainerProps) => _emotion_react_jsx_runtime.JSX.Element;
22830
22867
 
22831
22868
  type ObjectHeadingProps = {
22832
22869
  /** sets the heading value */
@@ -22854,31 +22891,31 @@ type ObjectItemProps = {
22854
22891
  type ObjectGridItemProps = ObjectItemProps & {
22855
22892
  isSelected?: boolean;
22856
22893
  };
22857
- declare const ObjectGridItem: ({ header, cover, rightSlot, menuItems, isSelected, children, }: ObjectGridItemProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22894
+ declare const ObjectGridItem: ({ header, cover, rightSlot, menuItems, isSelected, children, }: ObjectGridItemProps) => _emotion_react_jsx_runtime.JSX.Element;
22858
22895
 
22859
22896
  type ObjectGridItemCardCoverProps = {
22860
22897
  icon: IconType;
22861
22898
  } | {
22862
22899
  imageUrl: string;
22863
22900
  };
22864
- declare const ObjectGridItemCardCover: (props: ObjectGridItemCardCoverProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element | undefined;
22901
+ declare const ObjectGridItemCardCover: (props: ObjectGridItemCardCoverProps) => _emotion_react_jsx_runtime.JSX.Element | undefined;
22865
22902
  type ObjectGridItemCoverProps = {
22866
22903
  /** The left slot to render components */
22867
22904
  coverSlotLeft?: React.ReactNode;
22868
22905
  /** The right slot to render components */
22869
22906
  coverSlotRight?: React.ReactNode;
22870
22907
  } & ObjectGridItemCardCoverProps;
22871
- declare const ObjectGridItemCover: ({ coverSlotLeft, coverSlotRight, ...props }: ObjectGridItemCoverProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22908
+ declare const ObjectGridItemCover: ({ coverSlotLeft, coverSlotRight, ...props }: ObjectGridItemCoverProps) => _emotion_react_jsx_runtime.JSX.Element;
22872
22909
  type ObjectGridItemCoverButtonProps = {
22873
22910
  id: string;
22874
22911
  onSelection: (id: string) => void;
22875
22912
  isSelected: boolean;
22876
22913
  selectedText?: string;
22877
22914
  } & ObjectGridItemCoverProps;
22878
- declare const ObjectGridItemCoverButton: ({ id, isSelected, onSelection, coverSlotLeft, coverSlotRight, selectedText, ...props }: ObjectGridItemCoverButtonProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22915
+ declare const ObjectGridItemCoverButton: ({ id, isSelected, onSelection, coverSlotLeft, coverSlotRight, selectedText, ...props }: ObjectGridItemCoverButtonProps) => _emotion_react_jsx_runtime.JSX.Element;
22879
22916
 
22880
22917
  type ObjectGridItemTitleProps = ObjectHeadingProps;
22881
- declare const ObjectGridItemHeading: ({ heading, beforeHeadingSlot, afterHeadingSlot, }: ObjectGridItemTitleProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22918
+ declare const ObjectGridItemHeading: ({ heading, beforeHeadingSlot, afterHeadingSlot, }: ObjectGridItemTitleProps) => _emotion_react_jsx_runtime.JSX.Element;
22882
22919
 
22883
22920
  type ObjectGridItemIconWithTooltipProps = {
22884
22921
  /** The title of the tooltip */
@@ -22888,55 +22925,70 @@ type ObjectGridItemIconWithTooltipProps = {
22888
22925
  /** The color of the icon */
22889
22926
  iconColor?: IconColor;
22890
22927
  } & Pick<TooltipProps, 'placement'>;
22891
- declare const ObjectGridItemIconWithTooltip: ({ tooltipTitle, placement, icon, iconColor, }: ObjectGridItemIconWithTooltipProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22928
+ declare const ObjectGridItemIconWithTooltip: ({ tooltipTitle, placement, icon, iconColor, }: ObjectGridItemIconWithTooltipProps) => _emotion_react_jsx_runtime.JSX.Element;
22929
+
22930
+ /** @deprecated - Beta Object grid loading skeleton component
22931
+ * @example <ObjectGridItemLoadingSkeleton />
22932
+ */
22933
+ declare const ObjectGridItemLoadingSkeleton: () => _emotion_react_jsx_runtime.JSX.Element;
22892
22934
 
22893
22935
  /** @deprecated - Beta Object item loading skeleton component */
22894
22936
  type ObjectItemLoadingSkeletonProps = {
22895
22937
  /** Show cover image loading skeleton */
22896
22938
  showCover?: boolean;
22939
+ /** Render as single or multi
22940
+ * @default 'single'
22941
+ */
22942
+ renderAs?: 'single' | 'multi';
22897
22943
  };
22898
22944
  /** @deprecated - Beta Object item loading skeleton component
22899
22945
  * @example <ObjectItemLoadingSkeleton showCover />
22900
22946
  */
22901
- declare const ObjectItemLoadingSkeleton: ({ showCover }: ObjectItemLoadingSkeletonProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22947
+ declare const ObjectItemLoadingSkeleton: ({ showCover, renderAs, }: ObjectItemLoadingSkeletonProps) => _emotion_react_jsx_runtime.JSX.Element;
22902
22948
 
22903
22949
  /** @deprecated - Beta Object list item component */
22904
22950
  type ObjectListItemProps = ObjectListItemSingleProps | (ObjectListItemMultiProps & HTMLAttributes<HTMLDivElement>);
22905
22951
  type ObjectListItemSingleProps = Omit<ObjectItemProps, 'cover' | 'children'> & {
22906
22952
  cover?: ReactNode;
22953
+ dragHandle?: ReactNode;
22907
22954
  renderAs?: 'single';
22908
22955
  };
22909
22956
  type ObjectListItemMultiProps = Omit<ObjectItemProps, 'cover'> & {
22910
22957
  cover?: ReactNode;
22958
+ dragHandle?: ReactNode;
22911
22959
  renderAs?: 'multi';
22912
22960
  children?: ReactNode;
22913
22961
  };
22914
22962
  /** @deprecated - beta Object list item component */
22915
- declare const ObjectListItem: (props: ObjectListItemProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22963
+ declare const ObjectListItem: (props: ObjectListItemProps) => _emotion_react_jsx_runtime.JSX.Element;
22916
22964
 
22917
22965
  /** @deprecated - Beta Object list item container component */
22918
- declare const ObjectListItemContainer: ({ children, ...props }: RhythmProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22966
+ declare const ObjectListItemContainer: ({ children, gap, ...props }: RhythmProps) => _emotion_react_jsx_runtime.JSX.Element;
22919
22967
 
22920
22968
  /** @deprecated - Beta Object list item cover component */
22921
22969
  type ObjectListItemCoverProps = {
22922
22970
  imageUrl?: string;
22971
+ /** (optional) sets the text to display when there is no image
22972
+ * @default 'Image not available'
22973
+ */
22974
+ noImageText?: string;
22923
22975
  } & HTMLAttributes<HTMLImageElement>;
22924
22976
  /** @deprecated - beta Object list item cover component */
22925
- declare const ObjectListItemCover: ({ imageUrl, ...props }: ObjectListItemCoverProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22977
+ declare const ObjectListItemCover: ({ imageUrl, noImageText, ...props }: ObjectListItemCoverProps) => _emotion_react_jsx_runtime.JSX.Element;
22926
22978
 
22927
22979
  /** @deprecated - Beta Object list item heading component */
22928
22980
  type ObjectListItemHeadingProps = Omit<ObjectHeadingProps, 'heading'> & HTMLAttributes<HTMLDivElement> & {
22929
22981
  heading: ReactNode;
22930
22982
  };
22931
22983
  /** @deprecated - beta Object list item heading component */
22932
- declare const ObjectListItemHeading: ({ heading, beforeHeadingSlot, afterHeadingSlot, ...props }: ObjectListItemHeadingProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22984
+ declare const ObjectListItemHeading: ({ heading, beforeHeadingSlot, afterHeadingSlot, ...props }: ObjectListItemHeadingProps) => _emotion_react_jsx_runtime.JSX.Element;
22933
22985
 
22934
22986
  declare function Pagination({ limit, offset, total, onPageChange, }: {
22935
22987
  limit: number;
22936
22988
  offset: number;
22937
22989
  total: number;
22938
22990
  onPageChange: (limit: number, offset: number) => void;
22939
- }): _emotion_react_types_jsx_namespace.EmotionJSX.Element | null;
22991
+ }): _emotion_react_jsx_runtime.JSX.Element | null;
22940
22992
 
22941
22993
  type CommonParameterProps = {
22942
22994
  /** sets the label value */
@@ -23012,9 +23064,9 @@ type ConnectToDataElementButtonProps = HTMLAttributes<HTMLButtonElement> & {
23012
23064
  /** Disables hover state, sets aria-disabled */
23013
23065
  isLocked?: boolean;
23014
23066
  };
23015
- declare const LabelLeadingIcon: ({ icon, iconColor, children, isBound, isActive, isLocked, title, ...props }: ConnectToDataElementButtonProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23067
+ declare const LabelLeadingIcon: ({ icon, iconColor, children, isBound, isActive, isLocked, title, ...props }: ConnectToDataElementButtonProps) => _emotion_react_jsx_runtime.JSX.Element;
23016
23068
  /** @deprecated use LabelLeadingIcon */
23017
- declare const ConnectToDataElementButton: ({ icon, iconColor, children, isBound, isActive, isLocked, title, ...props }: ConnectToDataElementButtonProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23069
+ declare const ConnectToDataElementButton: ({ icon, iconColor, children, isBound, isActive, isLocked, title, ...props }: ConnectToDataElementButtonProps) => _emotion_react_jsx_runtime.JSX.Element;
23018
23070
 
23019
23071
  type ParameterDataConnectButtonProps = {
23020
23072
  /** Sets the label value */
@@ -23036,7 +23088,7 @@ type ParameterDataConnectButtonProps = {
23036
23088
  * @example <ParameterDataConnectButton label="label" id="connect-data-button" onConnectDatasource={() => myFunction()}>Button Text</ParameterDataConnectButton>
23037
23089
  * @deprecated no longer used in uniform UI
23038
23090
  */
23039
- declare function ParameterDataResource({ label, labelLeadingIcon, id, onConnectDatasource, caption, disabled, children, }: ParameterDataConnectButtonProps): _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23091
+ declare function ParameterDataResource({ label, labelLeadingIcon, id, onConnectDatasource, caption, disabled, children, }: ParameterDataConnectButtonProps): _emotion_react_jsx_runtime.JSX.Element;
23040
23092
 
23041
23093
  type ParameterDrawerHeaderProps = {
23042
23094
  title: string;
@@ -23046,7 +23098,7 @@ type ParameterDrawerHeaderProps = {
23046
23098
  /**
23047
23099
  * @deprecated use <Drawer heading={"Hi!"} /> instead, to use default drawer heading styles
23048
23100
  */
23049
- declare const ParameterDrawerHeader: ({ title, iconBeforeTitle, children }: ParameterDrawerHeaderProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23101
+ declare const ParameterDrawerHeader: ({ title, iconBeforeTitle, children }: ParameterDrawerHeaderProps) => _emotion_react_jsx_runtime.JSX.Element;
23050
23102
 
23051
23103
  type ParameterGroupProps = React.HTMLAttributes<HTMLFieldSetElement> & {
23052
23104
  /** sets the legend value */
@@ -23060,7 +23112,7 @@ declare const ParameterGroup: React$1.ForwardRefExoticComponent<React$1.HTMLAttr
23060
23112
  /** sets the legend value */
23061
23113
  legend: string | JSX.Element;
23062
23114
  /** (optional) - sets a disabled attribute at the field level disabling all child input fields and buttons */
23063
- isDisabled?: boolean | undefined;
23115
+ isDisabled?: boolean;
23064
23116
  children: ReactNode;
23065
23117
  } & React$1.RefAttributes<HTMLFieldSetElement>>;
23066
23118
 
@@ -23071,27 +23123,27 @@ type ParameterImageProps = Omit<CommonParameterInputProps, 'inputIcon' | 'type'>
23071
23123
  /** @Example <ParameterImage {...inputArgs} value={value} onChange={(e) => setValue(e.currentTarget.value)} /> */
23072
23124
  declare const ParameterImage: React__default.ForwardRefExoticComponent<Omit<CommonParameterInputProps, "type" | "inputIcon"> & React__default.InputHTMLAttributes<HTMLInputElement> & {
23073
23125
  /** Turns off the image preview, if it's not desired or rendered separately with `ParameterImageImage` elsewhere */
23074
- disablePreview?: boolean | undefined;
23126
+ disablePreview?: boolean;
23075
23127
  } & {
23076
- children?: React__default.ReactNode;
23128
+ children?: React__default.ReactNode | undefined;
23077
23129
  } & React__default.RefAttributes<HTMLInputElement>>;
23078
23130
  declare const ParameterImageInner: React__default.ForwardRefExoticComponent<React__default.InputHTMLAttributes<HTMLInputElement> & {
23079
- disablePreview?: boolean | undefined;
23131
+ disablePreview?: boolean;
23080
23132
  } & React__default.RefAttributes<HTMLInputElement>>;
23081
23133
 
23082
23134
  declare function ParameterImagePreview({ imageSrc }: {
23083
23135
  imageSrc: string;
23084
- }): _emotion_react_types_jsx_namespace.EmotionJSX.Element | null;
23136
+ }): _emotion_react_jsx_runtime.JSX.Element | null;
23085
23137
 
23086
23138
  type ParameterInputProps = CommonParameterInputProps & React.InputHTMLAttributes<HTMLInputElement>;
23087
23139
  /** @example <ParameterInput label="label value" id="my-input" /> */
23088
23140
  declare const ParameterInput: React$1.ForwardRefExoticComponent<CommonParameterProps & {
23089
- caption?: string | undefined;
23141
+ caption?: string;
23090
23142
  menuItems?: React$1.ReactNode;
23091
- actionItems?: React$1.ReactNode;
23092
- errorTestId?: string | undefined;
23093
- captionTestId?: string | undefined;
23094
- title?: string | undefined;
23143
+ actionItems?: React.ReactNode;
23144
+ errorTestId?: string;
23145
+ captionTestId?: string;
23146
+ title?: string;
23095
23147
  } & React$1.InputHTMLAttributes<HTMLInputElement> & React$1.RefAttributes<HTMLInputElement>>;
23096
23148
  declare const ParameterInputInner: React$1.ForwardRefExoticComponent<React$1.InputHTMLAttributes<HTMLInputElement> & React$1.RefAttributes<HTMLInputElement>>;
23097
23149
 
@@ -23101,9 +23153,11 @@ type ParameterLabelProps = HTMLAttributes<HTMLLabelElement> & {
23101
23153
  children: React.ReactNode;
23102
23154
  /** sets the label to use a span tag with aria-labelledby */
23103
23155
  asSpan?: boolean;
23156
+ /** sets the data-testId attribute */
23157
+ testId?: string;
23104
23158
  };
23105
23159
  /** @example <ParameterLabel id="my-label">my label</ParameterLabel> */
23106
- declare const ParameterLabel: ({ id, asSpan, children, ...props }: ParameterLabelProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23160
+ declare const ParameterLabel: ({ id, asSpan, children, testId, ...props }: ParameterLabelProps) => _emotion_react_jsx_runtime.JSX.Element;
23107
23161
 
23108
23162
  type ParameterLinkProps = CommonParameterInputProps & React.InputHTMLAttributes<HTMLInputElement> & {
23109
23163
  /** (optional) sets the button text when value is empty
@@ -23118,22 +23172,22 @@ type ParameterLinkProps = CommonParameterInputProps & React.InputHTMLAttributes<
23118
23172
  };
23119
23173
  /** @example <ParameterLink label="my label" id="my-id" options={[{ label: 'option label', value: 0}]} */
23120
23174
  declare const ParameterLink: React$1.ForwardRefExoticComponent<CommonParameterProps & {
23121
- caption?: string | undefined;
23175
+ caption?: string;
23122
23176
  menuItems?: React$1.ReactNode;
23123
- actionItems?: React$1.ReactNode;
23124
- errorTestId?: string | undefined;
23125
- captionTestId?: string | undefined;
23126
- title?: string | undefined;
23177
+ actionItems?: React.ReactNode;
23178
+ errorTestId?: string;
23179
+ captionTestId?: string;
23180
+ title?: string;
23127
23181
  } & React$1.InputHTMLAttributes<HTMLInputElement> & {
23128
23182
  /** (optional) sets the button text when value is empty
23129
23183
  * @default 'Configure link'
23130
23184
  */
23131
- buttonText?: string | undefined;
23185
+ buttonText?: string;
23132
23186
  /** sets the button function */
23133
23187
  onConnectLink: () => void;
23134
23188
  /** sets the disabled state of the button, useful for permissions */
23135
- disabled?: boolean | undefined;
23136
- externalLink?: string | undefined;
23189
+ disabled?: boolean;
23190
+ externalLink?: string;
23137
23191
  } & React$1.RefAttributes<HTMLInputElement>>;
23138
23192
  declare const ParameterLinkInner: React$1.ForwardRefExoticComponent<Omit<ParameterLinkProps, "label" | "id"> & React$1.RefAttributes<HTMLInputElement>>;
23139
23193
 
@@ -23153,11 +23207,11 @@ type ParameterMultiSelectProps = CommonParameterInputProps & ParameterMultiSelec
23153
23207
  /**
23154
23208
  * @deprecated beta
23155
23209
  * @example <ParameterMultiSelect label="my label" id="my-id" options={[{ label: 'option label', value: 0}]} */
23156
- declare const ParameterMultiSelect: ({ disabled, ...props }: ParameterMultiSelectProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23210
+ declare const ParameterMultiSelect: ({ disabled, ...props }: ParameterMultiSelectProps) => _emotion_react_jsx_runtime.JSX.Element;
23157
23211
  /**
23158
23212
  * @deprecated beta
23159
23213
  * @example <ParameterMultiSelectInner options={[{ label: 'option label', value: 0}]} />*/
23160
- declare const ParameterMultiSelectInner: (props: ParameterMultiSelectInnerProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23214
+ declare const ParameterMultiSelectInner: (props: ParameterMultiSelectInnerProps) => _emotion_react_jsx_runtime.JSX.Element;
23161
23215
 
23162
23216
  type ParameterNameAndPublicIdInputProps = {
23163
23217
  id?: undefined | string;
@@ -23208,7 +23262,7 @@ type ParameterNameAndPublicIdInputProps = {
23208
23262
  hasInitialPublicIdField?: boolean;
23209
23263
  };
23210
23264
  /** @example <ParameterNameAndPublicIdInput /> */
23211
- declare const ParameterNameAndPublicIdInput: ({ id, onBlur, autoFocus, onNameChange, onPublicIdChange, nameIdError, publicIdError, readOnly, hasInitialPublicIdField, label, warnOverLength, nameIdField, nameCaption, namePlaceholderText, publicIdFieldName, publicIdCaption, publicIdPlaceholderText, values, }: ParameterNameAndPublicIdInputProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23265
+ 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;
23212
23266
 
23213
23267
  type LinkNodeProps = NonNullable<LinkParamValue>;
23214
23268
  type SerializedLinkNode = Spread<{
@@ -23240,6 +23294,7 @@ type LinkNodePluginProps = {
23240
23294
  onSetValue: (value: LinkParamValue) => void;
23241
23295
  }) => Promise<void>;
23242
23296
  getBoundPath?: (path: string) => string;
23297
+ positioningAnchorEl: HTMLElement;
23243
23298
  };
23244
23299
 
23245
23300
  declare const richTextToolbarButton: _emotion_react.SerializedStyles;
@@ -23247,20 +23302,59 @@ declare const richTextToolbarButtonActive: _emotion_react.SerializedStyles;
23247
23302
  type RichTextToolbarIconProps = {
23248
23303
  icon: IconType;
23249
23304
  };
23250
- declare const RichTextToolbarIcon: ({ icon }: RichTextToolbarIconProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23305
+ declare const RichTextToolbarIcon: ({ icon }: RichTextToolbarIconProps) => _emotion_react_jsx_runtime.JSX.Element;
23251
23306
  type RichTextToolbarProps = {
23252
23307
  config?: RichTextParamConfiguration;
23253
23308
  /** Variables */
23254
23309
  customControls?: React.ReactElement;
23310
+ onInsertTable?: () => Promise<{
23311
+ rows: number;
23312
+ columns: number;
23313
+ } | null>;
23314
+ onInsertAsset?: () => void;
23315
+ };
23316
+
23317
+ type UseRichTextToolbarStateProps = {
23318
+ config?: RichTextParamConfiguration;
23319
+ };
23320
+ declare const useRichTextToolbarState: ({ config }: UseRichTextToolbarStateProps) => {
23321
+ activeFormats: _uniformdev_richtext.RichTextBuiltInFormat[];
23322
+ setActiveFormats: React$1.Dispatch<React$1.SetStateAction<_uniformdev_richtext.RichTextBuiltInFormat[]>>;
23323
+ activeElement: "paragraph" | RichTextBuiltInElement;
23324
+ setActiveElement: React$1.Dispatch<React$1.SetStateAction<"paragraph" | RichTextBuiltInElement>>;
23325
+ visibleFormatsWithIcon: {
23326
+ label: string;
23327
+ type: _uniformdev_richtext.RichTextBuiltInFormat;
23328
+ }[];
23329
+ visibleFormatsWithoutIcon: {
23330
+ label: string;
23331
+ type: _uniformdev_richtext.RichTextBuiltInFormat;
23332
+ }[];
23333
+ visibleTextualElements: {
23334
+ label: string;
23335
+ type: RichTextBuiltInElement;
23336
+ }[];
23337
+ isLink: boolean;
23338
+ setIsLink: React$1.Dispatch<React$1.SetStateAction<boolean>>;
23339
+ linkElementVisible: boolean;
23340
+ visibleLists: Set<string>;
23341
+ quoteElementVisible: boolean;
23342
+ codeElementVisible: boolean;
23343
+ tableElementVisible: boolean;
23344
+ assetElementVisible: boolean;
23345
+ visibleElementsWithIcons: Set<string>;
23346
+ visibleInsertElementsWithIcons: Set<string>;
23255
23347
  };
23256
23348
 
23257
23349
  type RichTextProps = {
23258
23350
  config?: RichTextParamConfiguration;
23259
- onChange?: (value: SerializedEditorState) => void;
23351
+ onChange?: (value: SerializedEditorState, tags: Set<string>) => void;
23260
23352
  onConnectLink?: LinkNodePluginProps['onConnectLink'];
23261
23353
  onRichTextInit?: (editor: LexicalEditor) => void;
23262
23354
  readOnly?: boolean;
23355
+ minimalInteractivity?: boolean;
23263
23356
  editorInputClassName?: string;
23357
+ editorInputWrapperClassName?: string;
23264
23358
  /** Register additional custom node types to the RTE */
23265
23359
  customNodes?: InitialConfigType['nodes'];
23266
23360
  /** Children allows registering custom Lexical plugins */
@@ -23271,6 +23365,13 @@ type RichTextProps = {
23271
23365
  };
23272
23366
  /** Rich Text Toolbar custom controls */
23273
23367
  customControls?: RichTextToolbarProps['customControls'];
23368
+ /** Tables */
23369
+ onInsertTable?: () => Promise<{
23370
+ rows: number;
23371
+ columns: number;
23372
+ } | null>;
23373
+ /** Assets */
23374
+ onInsertAsset?: () => void;
23274
23375
  };
23275
23376
  type RichTextParamValue = SerializedEditorState | undefined | null;
23276
23377
  type ParameterRichTextInnerProps = RichTextProps & {
@@ -23279,32 +23380,25 @@ type ParameterRichTextInnerProps = RichTextProps & {
23279
23380
  editorFooter?: React.ReactNode;
23280
23381
  };
23281
23382
  type ParameterRichTextProps = CommonParameterInputProps & ParameterRichTextInnerProps;
23282
- 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_types_jsx_namespace.EmotionJSX.Element;
23283
- declare const ParameterRichTextInner: ({ value, onChange, onConnectLink, config, onRichTextInit, readOnly, editorWrapperClassName, editorInputClassName, editorFooter, children, customNodes, variables, customControls, }: ParameterRichTextInnerProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23383
+ declare const ParameterRichText: ({ label, labelLeadingIcon, hiddenLabel, id, errorMessage, caption, errorTestId, captionTestId, menuItems, value, onChange, onConnectLink, config, onRichTextInit, readOnly, editorWrapperClassName, editorInputClassName, editorInputWrapperClassName, editorFooter, customNodes, children, variables, customControls, onInsertTable, onInsertAsset, minimalInteractivity, }: ParameterRichTextProps) => _emotion_react_jsx_runtime.JSX.Element;
23384
+ declare const ParameterRichTextInner: ({ value, onChange, onConnectLink, config, onRichTextInit, readOnly, editorWrapperClassName, editorInputClassName, editorInputWrapperClassName, editorFooter, children, customNodes, variables, customControls, onInsertTable, onInsertAsset, minimalInteractivity, }: ParameterRichTextInnerProps) => _emotion_react_jsx_runtime.JSX.Element;
23284
23385
 
23285
23386
  type ParameterSelectProps = CommonParameterInputProps & CommonParameterSelectProps & React.InputHTMLAttributes<HTMLSelectElement>;
23286
23387
  /** @example <ParameterSelect label="my label" id="my-id" options={[{ label: 'option label', value: 0}]} */
23287
23388
  declare const ParameterSelect: React$1.ForwardRefExoticComponent<CommonParameterProps & {
23288
- caption?: string | undefined;
23389
+ caption?: string;
23289
23390
  menuItems?: React$1.ReactNode;
23290
- actionItems?: React$1.ReactNode;
23291
- errorTestId?: string | undefined;
23292
- captionTestId?: string | undefined;
23293
- title?: string | undefined;
23391
+ actionItems?: React.ReactNode;
23392
+ errorTestId?: string;
23393
+ captionTestId?: string;
23394
+ title?: string;
23294
23395
  } & CommonParameterSelectProps & React$1.InputHTMLAttributes<HTMLSelectElement> & React$1.RefAttributes<HTMLSelectElement>>;
23295
23396
  /** @example <ParameterSelectInner options={[{ label: 'option label', value: 0}]} />*/
23296
23397
  declare const ParameterSelectInner: React$1.ForwardRefExoticComponent<Omit<ParameterSelectProps, "label" | "id"> & React$1.RefAttributes<HTMLSelectElement>>;
23297
23398
 
23298
23399
  /** A function that extracts all common props and element props
23299
23400
  * @example const { shellProps, innerProps } = extractParameterProps(props) */
23300
- declare const extractParameterProps: <T>(props: T & CommonParameterProps & {
23301
- caption?: string | undefined;
23302
- menuItems?: ReactNode;
23303
- actionItems?: ReactNode;
23304
- errorTestId?: string | undefined;
23305
- captionTestId?: string | undefined;
23306
- title?: string | undefined;
23307
- }) => {
23401
+ declare const extractParameterProps: <T>(props: T & CommonParameterInputProps) => {
23308
23402
  shellProps: {
23309
23403
  id: string;
23310
23404
  label: string;
@@ -23322,12 +23416,12 @@ declare const extractParameterProps: <T>(props: T & CommonParameterProps & {
23322
23416
  onResetOverriddenValue: (() => void) | undefined;
23323
23417
  };
23324
23418
  innerProps: Omit<T & CommonParameterProps & {
23325
- caption?: string | undefined;
23419
+ caption?: string;
23326
23420
  menuItems?: ReactNode;
23327
- actionItems?: ReactNode;
23328
- errorTestId?: string | undefined;
23329
- captionTestId?: string | undefined;
23330
- title?: string | undefined;
23421
+ actionItems?: React.ReactNode;
23422
+ errorTestId?: string;
23423
+ captionTestId?: string;
23424
+ title?: string;
23331
23425
  }, "caption" | "label" | "title" | "id" | "warningMessage" | "errorMessage" | "infoMessage" | "errorTestId" | "captionTestId" | "menuItems" | "hiddenLabel" | "labelLeadingIcon" | "hasOverriddenValue" | "onResetOverriddenValue">;
23332
23426
  };
23333
23427
  type ParameterShellOverrideProps = {
@@ -23350,22 +23444,22 @@ type ParameterShellProps = React.InputHTMLAttributes<HTMLDivElement> & CommonPar
23350
23444
  * Uniform Parameter shell component
23351
23445
  * @example <ParameterShell label="my label" id="my-id"><ParameterInput onChange={() => {}} /></ParameterShell>
23352
23446
  */
23353
- 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_types_jsx_namespace.EmotionJSX.Element;
23447
+ 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;
23354
23448
  declare const ParameterShellPlaceholder: ({ children }: {
23355
23449
  children?: ReactNode;
23356
- }) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23450
+ }) => _emotion_react_jsx_runtime.JSX.Element;
23357
23451
  /** @deprecated */
23358
- declare const ParameterOverrideMarker: (props: HTMLAttributes<HTMLButtonElement>) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23452
+ declare const ParameterOverrideMarker: (props: HTMLAttributes<HTMLButtonElement>) => _emotion_react_jsx_runtime.JSX.Element;
23359
23453
 
23360
23454
  type ParameterTextareaProps = CommonParameterInputProps & React.TextareaHTMLAttributes<HTMLTextAreaElement>;
23361
23455
  /** @example <ParameterTextarea label="label value" id="my-textarea" /> */
23362
23456
  declare const ParameterTextarea: React$1.ForwardRefExoticComponent<CommonParameterProps & {
23363
- caption?: string | undefined;
23457
+ caption?: string;
23364
23458
  menuItems?: React$1.ReactNode;
23365
- actionItems?: React$1.ReactNode;
23366
- errorTestId?: string | undefined;
23367
- captionTestId?: string | undefined;
23368
- title?: string | undefined;
23459
+ actionItems?: React.ReactNode;
23460
+ errorTestId?: string;
23461
+ captionTestId?: string;
23462
+ title?: string;
23369
23463
  } & React$1.TextareaHTMLAttributes<HTMLTextAreaElement> & React$1.RefAttributes<HTMLTextAreaElement>>;
23370
23464
  /** @example <ParameterTextareaInner /> */
23371
23465
  declare const ParameterTextareaInner: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLTextAreaElement> & React$1.RefAttributes<HTMLTextAreaElement>>;
@@ -23375,14 +23469,14 @@ type ParameterToggleProps = Omit<React.InputHTMLAttributes<HTMLInputElement>, 't
23375
23469
  };
23376
23470
  /** @example <ParameterToggle title="my checkbox" label="label value" id="my-checkbox" type="checkbox" onIconClick={() => alert('icon clicked)} /> */
23377
23471
  declare const ParameterToggle: React$1.ForwardRefExoticComponent<Omit<React$1.InputHTMLAttributes<HTMLInputElement>, "type"> & CommonParameterProps & {
23378
- caption?: string | undefined;
23472
+ caption?: string;
23379
23473
  menuItems?: React$1.ReactNode;
23380
- actionItems?: React$1.ReactNode;
23381
- errorTestId?: string | undefined;
23382
- captionTestId?: string | undefined;
23383
- title?: string | undefined;
23474
+ actionItems?: React.ReactNode;
23475
+ errorTestId?: string;
23476
+ captionTestId?: string;
23477
+ title?: string;
23384
23478
  } & {
23385
- type: 'checkbox' | 'radio';
23479
+ type: "checkbox" | "radio";
23386
23480
  } & React$1.RefAttributes<HTMLInputElement>>;
23387
23481
  declare const ParameterToggleInner: React$1.ForwardRefExoticComponent<React$1.InputHTMLAttributes<HTMLInputElement> & React$1.RefAttributes<HTMLInputElement>>;
23388
23482
 
@@ -23423,7 +23517,7 @@ type PopoverProps = PopoverProps$1 & {
23423
23517
  */
23424
23518
  maxWidth?: string;
23425
23519
  };
23426
- declare const Popover: ({ iconColor, icon, iconSize, buttonText, ariaLabel, placement, testId, trigger, children, baseId, onInit, maxWidth, ...otherProps }: PopoverProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23520
+ declare const Popover: ({ iconColor, icon, iconSize, buttonText, ariaLabel, placement, testId, trigger, children, baseId, onInit, maxWidth, ...otherProps }: PopoverProps) => _emotion_react_jsx_runtime.JSX.Element;
23427
23521
  /**
23428
23522
  * Hook to get the current popover context
23429
23523
  * @description This hook is used to get the current popover context
@@ -23441,7 +23535,7 @@ interface ProgressBarProps extends React$1.HTMLAttributes<HTMLDivElement> {
23441
23535
  /**
23442
23536
  * @deprecated This component is in beta, and might receive breaking changes in minor releases!
23443
23537
  */
23444
- declare function ProgressBar({ current, max, theme, variant, ...props }: ProgressBarProps): _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23538
+ declare function ProgressBar({ current, max, theme, variant, ...props }: ProgressBarProps): _emotion_react_jsx_runtime.JSX.Element;
23445
23539
 
23446
23540
  type ProgressListItemStatus = 'completed' | 'inProgress' | 'queued';
23447
23541
  type ProgressListProps = React__default.HTMLAttributes<HTMLOListElement> & {
@@ -23459,7 +23553,7 @@ type ProgressListProps = React__default.HTMLAttributes<HTMLOListElement> & {
23459
23553
  * Component that sets the base structure for scrollable content in a max height container
23460
23554
  * @example <ProgressList items={[{ id: 'step1', label: 'Step 1' }, { id: 'step2', label: 'Step 2' }]} />
23461
23555
  */
23462
- declare const ProgressList: ({ inProgressId, items, autoEllipsis, ...htmlProps }: ProgressListProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23556
+ declare const ProgressList: ({ inProgressId, items, autoEllipsis, ...htmlProps }: ProgressListProps) => _emotion_react_jsx_runtime.JSX.Element;
23463
23557
  type ProgressListItemProps = React__default.HTMLAttributes<HTMLLIElement> & {
23464
23558
  /** The status of the item. Defaults to 'queued' */
23465
23559
  status?: ProgressListItemStatus;
@@ -23478,7 +23572,7 @@ type ProgressListItem<IdType extends string = string> = {
23478
23572
  * */
23479
23573
  errorLevel?: 'danger' | 'caution';
23480
23574
  };
23481
- declare const ProgressListItem: ({ children, status, error, errorLevel, autoEllipsis, }: ProgressListItemProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23575
+ declare const ProgressListItem: ({ children, status, error, errorLevel, autoEllipsis, }: ProgressListItemProps) => _emotion_react_jsx_runtime.JSX.Element;
23482
23576
 
23483
23577
  type SegmentedControlOption<TValue extends string = string> = {
23484
23578
  value: TValue;
@@ -23527,7 +23621,7 @@ type SegmentedControlProps<TValue extends string = string> = Omit<React__default
23527
23621
  * A control with multiple segments. Can be used as a replacement of radio buttons.
23528
23622
  * @example <SegmentedControl name="mySegmentedControl" value={value} options={[{label: 'Option 1', value: 'option1',label: 'Option 2', value: 'option2'}]} onChange={setValue} />
23529
23623
  */
23530
- declare const SegmentedControl: <TValue extends string = string>({ name, options, value, onChange, noCheckmark, disabled, orientation, size, hideOptionText, iconSize, currentBackgroundColor, ...props }: SegmentedControlProps<TValue>) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23624
+ 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;
23531
23625
 
23532
23626
  type SkeletonProps = React__default.PropsWithChildren<React__default.HTMLAttributes<HTMLDivElement>> & {
23533
23627
  width?: string;
@@ -23539,7 +23633,7 @@ type SkeletonProps = React__default.PropsWithChildren<React__default.HTMLAttribu
23539
23633
  * A loading skeleton
23540
23634
  * @example <Skeleton width="50%" height="32px" />
23541
23635
  */
23542
- declare const Skeleton: ({ width, height, inline, circle, children, ...otherProps }: SkeletonProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23636
+ declare const Skeleton: ({ width, height, inline, circle, children, ...otherProps }: SkeletonProps) => _emotion_react_jsx_runtime.JSX.Element;
23543
23637
 
23544
23638
  type SwitchProps = Omit<React.InputHTMLAttributes<HTMLInputElement>, 'type'> & {
23545
23639
  /** sets the label value */
@@ -23562,13 +23656,13 @@ declare const Switch: React$1.ForwardRefExoticComponent<Omit<React$1.InputHTMLAt
23562
23656
  /** sets the label value */
23563
23657
  label: ReactNode;
23564
23658
  /** (optional) sets information text */
23565
- infoText?: string | undefined;
23659
+ infoText?: string;
23566
23660
  /** sets the toggle text value */
23567
- toggleText?: string | undefined;
23661
+ toggleText?: string;
23568
23662
  /** sets child elements */
23569
23663
  children?: ReactNode;
23570
23664
  /** the size of the control */
23571
- switchSize?: "base" | "sm" | undefined;
23665
+ switchSize?: "base" | "sm";
23572
23666
  } & React$1.RefAttributes<HTMLInputElement>>;
23573
23667
 
23574
23668
  type TableProps = {
@@ -23610,7 +23704,7 @@ declare const Table: React$1.ForwardRefExoticComponent<{
23610
23704
  /** The CSS padding of the table cells (includes the head cells as well).
23611
23705
  * @default 'var(--spacing-base) var(--spacing-md)'
23612
23706
  */
23613
- cellPadding?: string | undefined;
23707
+ cellPadding?: string;
23614
23708
  } & Omit<Omit<React$1.DetailedHTMLProps<React$1.TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, "ref">, "cellPadding"> & React$1.RefAttributes<HTMLTableElement>>;
23615
23709
  declare const TableHead: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, "ref"> & React$1.RefAttributes<HTMLTableSectionElement>>;
23616
23710
  declare const TableBody: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, "ref"> & React$1.RefAttributes<HTMLTableSectionElement>>;
@@ -23631,18 +23725,18 @@ type TabsProps<TTabName extends string = string> = {
23631
23725
  */
23632
23726
  useHashForState?: boolean;
23633
23727
  };
23634
- declare const Tabs: <TTabName extends string = string>({ children, onSelectedIdChange, useHashForState, selectedId, manual, ...props }: TabsProps<TTabName>) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23635
- declare const TabButtonGroup: ({ children, ...props }: Partial<TabListProps>) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23728
+ declare const Tabs: <TTabName extends string = string>({ children, onSelectedIdChange, useHashForState, selectedId, manual, ...props }: TabsProps<TTabName>) => _emotion_react_jsx_runtime.JSX.Element;
23729
+ declare const TabButtonGroup: ({ children, ...props }: Partial<TabListProps>) => _emotion_react_jsx_runtime.JSX.Element;
23636
23730
  type TabButtonProps<TTabName extends string = string> = Partial<TabProps> & {
23637
23731
  id: TTabName;
23638
23732
  children: React__default.ReactNode;
23639
23733
  };
23640
- declare const TabButton: <TTabName extends string = string>({ children, id, ...props }: TabButtonProps<TTabName>) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23734
+ declare const TabButton: <TTabName extends string = string>({ children, id, ...props }: TabButtonProps<TTabName>) => _emotion_react_jsx_runtime.JSX.Element;
23641
23735
  type TabContentProps<TTabName extends string = string> = Partial<TabPanelProps> & {
23642
23736
  tabId?: TTabName;
23643
23737
  children: React__default.ReactNode;
23644
23738
  };
23645
- declare const TabContent: <TTabName extends string = string>({ children, ...props }: TabContentProps<TTabName>) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23739
+ declare const TabContent: <TTabName extends string = string>({ children, ...props }: TabContentProps<TTabName>) => _emotion_react_jsx_runtime.JSX.Element;
23646
23740
 
23647
23741
  type CreateTeamIntegrationTileProps = React.HTMLAttributes<HTMLDivElement> & {
23648
23742
  /** (optional) sets the title value
@@ -23660,7 +23754,7 @@ type CreateTeamIntegrationTileProps = React.HTMLAttributes<HTMLDivElement> & {
23660
23754
  */
23661
23755
  asDeepLink?: boolean;
23662
23756
  };
23663
- declare const CreateTeamIntegrationTile: ({ title, buttonText, onClick, asDeepLink, ...props }: CreateTeamIntegrationTileProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23757
+ declare const CreateTeamIntegrationTile: ({ title, buttonText, onClick, asDeepLink, ...props }: CreateTeamIntegrationTileProps) => _emotion_react_jsx_runtime.JSX.Element;
23664
23758
 
23665
23759
  interface IntegrationTileFields {
23666
23760
  icon?: string | React.ComponentType<{
@@ -23682,7 +23776,7 @@ type EditTeamIntegrationTileProps = IntegrationTileFields & {
23682
23776
  /** Uniform Edit Team Integration Tile
23683
23777
  * @example <EditTeamIntegrationTile id="example" onEdit={() => func()} canEdit={true} isPublis={true} name="example" icon="./image.svg" />
23684
23778
  */
23685
- declare const EditTeamIntegrationTile: ({ id, icon, name, onEdit, isPublic, canEdit, }: EditTeamIntegrationTileProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23779
+ declare const EditTeamIntegrationTile: ({ id, icon, name, onEdit, isPublic, canEdit, }: EditTeamIntegrationTileProps) => _emotion_react_jsx_runtime.JSX.Element;
23686
23780
 
23687
23781
  type IntegrationComingSoonProps = IntegrationTileFields & React.HTMLAttributes<HTMLDivElement> & {
23688
23782
  /** sets the id and data-testid value */
@@ -23698,7 +23792,7 @@ type IntegrationComingSoonProps = IntegrationTileFields & React.HTMLAttributes<H
23698
23792
  * Uniform Integration Coming Soon Component
23699
23793
  * @example <IntegrationComingSoon id="piedpiper" name="Pied Piper" icon="./piedpiper.svg" onUpVoteClick={() => someFunc()} />
23700
23794
  */
23701
- declare const IntegrationComingSoon: ({ name, icon, id, onUpVoteClick, timing, ...props }: IntegrationComingSoonProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23795
+ declare const IntegrationComingSoon: ({ name, icon, id, onUpVoteClick, timing, ...props }: IntegrationComingSoonProps) => _emotion_react_jsx_runtime.JSX.Element;
23702
23796
 
23703
23797
  type IntegrationLoadingTileProps = {
23704
23798
  /** (optional) sets the number of skeletal loading elements to show
@@ -23709,7 +23803,7 @@ type IntegrationLoadingTileProps = {
23709
23803
  /** Uniform Integration Loading Tile
23710
23804
  * @example <IntegrationLoadingTile count={10} />
23711
23805
  */
23712
- declare const IntegrationLoadingTile: ({ count }: IntegrationLoadingTileProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23806
+ declare const IntegrationLoadingTile: ({ count }: IntegrationLoadingTileProps) => _emotion_react_jsx_runtime.JSX.Element;
23713
23807
 
23714
23808
  type IntegrationModalIconProps = React$1.ImgHTMLAttributes<HTMLImageElement> & {
23715
23809
  /** sets the icon as inline svg or img tag */
@@ -23723,7 +23817,7 @@ type IntegrationModalIconProps = React$1.ImgHTMLAttributes<HTMLImageElement> & {
23723
23817
  * Uniform Integration Modal Icon
23724
23818
  * @example <IntegrationModalIcon name="name" icon="/my-icon.svg" />
23725
23819
  */
23726
- declare const IntegrationModalIcon: ({ icon, name, ...imgProps }: IntegrationModalIconProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23820
+ declare const IntegrationModalIcon: ({ icon, name, ...imgProps }: IntegrationModalIconProps) => _emotion_react_jsx_runtime.JSX.Element;
23727
23821
 
23728
23822
  type IntegrationTileProps = IntegrationTileFields & React$1.ButtonHTMLAttributes<HTMLButtonElement> & {
23729
23823
  id: string;
@@ -23735,7 +23829,7 @@ type IntegrationTileProps = IntegrationTileFields & React$1.ButtonHTMLAttributes
23735
23829
  className?: string;
23736
23830
  }> | undefined;
23737
23831
  };
23738
- declare const IntegrationTile: ({ id, icon, name, requiedEntitlement, onAddIntegration, isPublic, isInstalled, authorIcon, ...btnProps }: IntegrationTileProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23832
+ declare const IntegrationTile: ({ id, icon, name, requiedEntitlement, onAddIntegration, isPublic, isInstalled, authorIcon, ...btnProps }: IntegrationTileProps) => _emotion_react_jsx_runtime.JSX.Element;
23739
23833
 
23740
23834
  type ClassNameOptions = 'logo' | 'author';
23741
23835
  type ResolveIconProps = IntegrationTileFields & React__default.SVGAttributes<SVGElement> & React__default.ImgHTMLAttributes<HTMLImageElement> & {
@@ -23747,14 +23841,14 @@ type ResolveIconProps = IntegrationTileFields & React__default.SVGAttributes<SVG
23747
23841
  /** Uniform Resolve Icon Component
23748
23842
  * @example <ResolveIcon icon="/my-image.png" name="my image" />
23749
23843
  */
23750
- declare const ResolveIcon: ({ icon, name, styleType, ...props }: ResolveIconProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element | null;
23844
+ declare const ResolveIcon: ({ icon, name, styleType, ...props }: ResolveIconProps) => _emotion_react_jsx_runtime.JSX.Element | null;
23751
23845
 
23752
23846
  type TileProps = {
23753
23847
  children: ReactNode;
23754
23848
  disabled?: boolean;
23755
23849
  isSelected?: boolean;
23756
23850
  } & HtmlHTMLAttributes<HTMLButtonElement>;
23757
- declare const Tile: ({ children, disabled, isSelected, ...props }: TileProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23851
+ declare const Tile: ({ children, disabled, isSelected, ...props }: TileProps) => _emotion_react_jsx_runtime.JSX.Element;
23758
23852
 
23759
23853
  type TileContainerProps = React$1.HtmlHTMLAttributes<HTMLDivElement> & {
23760
23854
  /** sets the background colour of the outter container
@@ -23780,13 +23874,13 @@ type TileContainerProps = React$1.HtmlHTMLAttributes<HTMLDivElement> & {
23780
23874
  * Uniform Tile Container Component
23781
23875
  * @example <TileContainer><div>child content</div></TileContainer>
23782
23876
  */
23783
- declare const TileContainer: ({ bgColor, containerPadding, gap, gridTemplateColumns, children, ...props }: TileContainerProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23877
+ declare const TileContainer: ({ bgColor, containerPadding, gap, gridTemplateColumns, children, ...props }: TileContainerProps) => _emotion_react_jsx_runtime.JSX.Element;
23784
23878
 
23785
23879
  type TileTitleProps = {
23786
23880
  as?: 'heading' | 'description';
23787
23881
  children: ReactNode;
23788
23882
  } & HTMLAttributes<HTMLSpanElement>;
23789
- declare const TileText: ({ as, children, ...props }: TileTitleProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23883
+ declare const TileText: ({ as, children, ...props }: TileTitleProps) => _emotion_react_jsx_runtime.JSX.Element;
23790
23884
 
23791
23885
  type ToastContainerProps = {
23792
23886
  limit?: number;
@@ -23799,7 +23893,7 @@ type ToastContainerProps = {
23799
23893
  * A component to render toasts in your app. This component is supposed to be used just once in your app. Typically inside _app.tsx
23800
23894
  * @example <App><ToastContainer autoCloseDelay="normal" /></App>
23801
23895
  */
23802
- declare const ToastContainer: ({ limit, autoCloseDelay }: ToastContainerProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23896
+ declare const ToastContainer: ({ limit, autoCloseDelay }: ToastContainerProps) => _emotion_react_jsx_runtime.JSX.Element;
23803
23897
 
23804
23898
  /** Available heading weights e.g. 1 - 6 */
23805
23899
  type LevelProps = 1 | 2 | 3 | 4 | 5 | 6;
@@ -23825,8 +23919,9 @@ type HeadingProps = {
23825
23919
  * Component that sets the heading tag
23826
23920
  * @example <Heading level={1}>Blog Post Title</Heading>
23827
23921
  */
23828
- declare const Heading: ({ level, as, asSpan, withMarginBottom, children, ...hAttributes }: HeadingProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23922
+ declare const Heading: ({ level, as, asSpan, withMarginBottom, children, ...hAttributes }: HeadingProps) => _emotion_react_jsx_runtime.JSX.Element;
23829
23923
 
23924
+ /** @deprecated - Integration header section props are no longer supported or maintained */
23830
23925
  type IntegrationHeaderSectionProps = React$1.HtmlHTMLAttributes<HTMLDivElement> & {
23831
23926
  /** sets the title text of the integration */
23832
23927
  title: string;
@@ -23846,10 +23941,10 @@ type IntegrationHeaderSectionProps = React$1.HtmlHTMLAttributes<HTMLDivElement>
23846
23941
  menu?: React$1.ReactNode;
23847
23942
  };
23848
23943
  /**
23849
- * Uniform Integration Header Section Component
23944
+ * @deprecated Uniform Integration Header Section Component is no longer supported or maintained
23850
23945
  * @Example <IntegrationHeaderSection title="custom integration" description="custom integration description text" />
23851
23946
  */
23852
- declare const IntegrationHeaderSection: ({ title, description, icon, docsLink, badgeText, menu, children, ...props }: IntegrationHeaderSectionProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23947
+ declare const IntegrationHeaderSection: ({ title, description, icon, docsLink, badgeText, menu, children, ...props }: IntegrationHeaderSectionProps) => _emotion_react_jsx_runtime.JSX.Element;
23853
23948
 
23854
23949
  type LinkColorProps = 'currentColor' | 'destructive' | 'default';
23855
23950
  type LinkProps = React$1.AnchorHTMLAttributes<HTMLAnchorElement> & {
@@ -23886,16 +23981,16 @@ declare const LinkWithRef: React$1.ForwardRefExoticComponent<Omit<React$1.Anchor
23886
23981
  /** (optional) sets the link color
23887
23982
  * @default 'currentColor'
23888
23983
  */
23889
- linkColor?: LinkColorProps | undefined;
23984
+ linkColor?: LinkColorProps;
23890
23985
  /** (optional) sets whether the link is external or not adding an icon to the link */
23891
- external?: boolean | undefined;
23986
+ external?: boolean;
23892
23987
  /** (optional) For supporting inside next/link component */
23893
- ref?: React$1.ForwardedRef<HTMLAnchorElement> | undefined;
23988
+ ref?: React$1.ForwardedRef<HTMLAnchorElement>;
23894
23989
  /** (optional) sets react child elements */
23895
23990
  children?: React$1.ReactNode;
23896
23991
  } & {
23897
23992
  href: string;
23898
- as?: string | undefined;
23993
+ as?: string;
23899
23994
  linkManagerComponent: LinkManagerWithRefType;
23900
23995
  }, "ref"> & React$1.RefAttributes<HTMLAnchorElement>>;
23901
23996
 
@@ -23912,7 +24007,7 @@ type PageHeaderSectionProps = Omit<React$1.HTMLAttributes<HTMLHeadingElement>, '
23912
24007
  level?: LevelProps;
23913
24008
  linkManagerComponent?: LinkManagerWithRefType;
23914
24009
  };
23915
- declare const PageHeaderSection: ({ title, desc, children, linkText, level, linkProps, linkManagerComponent, ...htmlProps }: PageHeaderSectionProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
24010
+ declare const PageHeaderSection: ({ title, desc, children, linkText, level, linkProps, linkManagerComponent, ...htmlProps }: PageHeaderSectionProps) => _emotion_react_jsx_runtime.JSX.Element;
23916
24011
 
23917
24012
  type ParagraphProps = {
23918
24013
  /** (optional) adds child elements to the paragraph tag */
@@ -23926,7 +24021,7 @@ type ParagraphProps = {
23926
24021
  * Component for generic paragraph tags
23927
24022
  * @example <Paragraph>This is the text that was be inside the paragraph tag.</Paragraph>
23928
24023
  */
23929
- declare const Paragraph: ({ className, htmlContent, children, ...pAttributes }: ParagraphProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
24024
+ declare const Paragraph: ({ className, htmlContent, children, ...pAttributes }: ParagraphProps) => _emotion_react_jsx_runtime.JSX.Element;
23930
24025
 
23931
24026
  type StatusTypeProps = 'Modified' | 'Unsaved' | 'Error' | 'Draft' | 'Published' | 'Orphan' | 'Previous' | 'Unknown' | 'Deleted';
23932
24027
  type StatusBulletProps = React$1.HTMLAttributes<HTMLSpanElement> & {
@@ -23943,6 +24038,6 @@ type StatusBulletProps = React$1.HTMLAttributes<HTMLSpanElement> & {
23943
24038
  */
23944
24039
  size?: 'sm' | 'base';
23945
24040
  };
23946
- declare const StatusBullet: ({ status, hideText, size, message, ...props }: StatusBulletProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
24041
+ declare const StatusBullet: ({ status, hideText, size, message, ...props }: StatusBulletProps) => _emotion_react_jsx_runtime.JSX.Element;
23947
24042
 
23948
- 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, 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 };
24043
+ 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, MenuItemHeading, 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, useRichTextToolbarState, useShortcut, functionalColors as utilityColors, warningIcon, yesNoIcon, zigZag, zigZagThick };