@uniformdev/design-system 19.173.0 → 19.173.2-alpha.210

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,18 @@ 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';
29
31
  export { richTextBuiltInElements, richTextBuiltInFormats } from '@uniformdev/richtext';
30
32
  export { Id as ToastId, toast } from 'react-toastify';
31
33
 
@@ -44,7 +46,7 @@ type ThemeProps = {
44
46
  /**
45
47
  * Uniform CSS Variables, font provider and optional reset stylesheet
46
48
  * @example <Theme disableReset={true} /> */
47
- declare const Theme: ({ disableReset, disableGlobalReset }: ThemeProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
49
+ declare const Theme: ({ disableReset, disableGlobalReset }: ThemeProps) => _emotion_react_jsx_runtime.JSX.Element;
48
50
 
49
51
  declare const BetaDecorator: Decorator;
50
52
 
@@ -124,7 +126,7 @@ declare const buttonTertiaryOutline: _emotion_react.SerializedStyles;
124
126
  declare const buttonGhostUnimportant: _emotion_react.SerializedStyles;
125
127
 
126
128
  declare const labelText: _emotion_react.SerializedStyles;
127
- declare const input: (whiteSpaceWrap: 'wrap' | 'nowrap') => _emotion_react.SerializedStyles;
129
+ declare const input: (whiteSpaceWrap: "wrap" | "nowrap") => _emotion_react.SerializedStyles;
128
130
  declare const inputError: _emotion_react.SerializedStyles;
129
131
  declare const inputSelect: _emotion_react.SerializedStyles;
130
132
 
@@ -209,7 +211,7 @@ type AddButtonProps = Omit<React$1.ButtonHTMLAttributes<HTMLButtonElement>, 'onC
209
211
  * @param {Omit<React.HTMLAttributes<HTMLButtonElement>, 'onChange'>} props - object of button props
210
212
  * @example <AddButton buttonText="Button Text" />
211
213
  */
212
- declare const AddButton: ({ buttonText, onClick, shortcut, macShortcut, ...props }: AddButtonProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
214
+ declare const AddButton: ({ buttonText, onClick, shortcut, macShortcut, ...props }: AddButtonProps) => _emotion_react_jsx_runtime.JSX.Element;
213
215
 
214
216
  type AddListButtonThemeProps = 'var(--brand-secondary-5)' | 'var(--primary-action-default)';
215
217
  type AddListButtonProps = React$1.ButtonHTMLAttributes<HTMLButtonElement> & {
@@ -238,7 +240,7 @@ type AddListButtonProps = React$1.ButtonHTMLAttributes<HTMLButtonElement> & {
238
240
  * Uniform Add List Button Component
239
241
  * @example <AddListButton buttonText="my text" onButtonClick={() => console.log('button clicked')} icon="add" />
240
242
  */
241
- declare const AddListButton: ({ buttonText, onButtonClick, disabled, icon, variant, theme, ...buttonProps }: AddListButtonProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
243
+ declare const AddListButton: ({ buttonText, onButtonClick, disabled, icon, variant, theme, ...buttonProps }: AddListButtonProps) => _emotion_react_jsx_runtime.JSX.Element;
242
244
 
243
245
  var v$1 = "4.8.0";
244
246
  var meta$1 = {
@@ -20206,7 +20208,7 @@ type AnimationFileProps = LottieComponentProps & {
20206
20208
  * See https://lottiereact.com/ for example documentation
20207
20209
  * @example <AnimationFile animationData={spinnerAnimationData} label="My Animation" width={364} height={282} />
20208
20210
  */
20209
- declare const AnimationFile: ({ label, loop, autoplay, width, height, ...props }: AnimationFileProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
20211
+ declare const AnimationFile: ({ label, loop, autoplay, width, height, ...props }: AnimationFileProps) => _emotion_react_jsx_runtime.JSX.Element;
20210
20212
 
20211
20213
  type AvatarSizeProp = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
20212
20214
  type AvatarProps = {
@@ -20218,7 +20220,7 @@ type AvatarProps = {
20218
20220
  * @description A component to render rounded avatars of a user or an app.
20219
20221
  * @example <Avatar>AB</Avatar>
20220
20222
  */
20221
- declare const Avatar: ({ src, label, children, size, ...props }: AvatarProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
20223
+ declare const Avatar: ({ src, label, children, size, ...props }: AvatarProps) => _emotion_react_jsx_runtime.JSX.Element;
20222
20224
 
20223
20225
  type AvatarGroupProps = {
20224
20226
  /**
@@ -20237,7 +20239,7 @@ type AvatarGroupProps = {
20237
20239
  * @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
20240
  * @example <AvatarGroup max={2}><Avatar>AB</Avatar><Avatar>CD</Avatar><Avatar>EF</Avatar><AvatarGroup>
20239
20241
  */
20240
- declare const AvatarGroup: ({ max, children, getTruncatedLabel, ...props }: AvatarGroupProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
20242
+ declare const AvatarGroup: ({ max, children, getTruncatedLabel, ...props }: AvatarGroupProps) => _emotion_react_jsx_runtime.JSX.Element;
20241
20243
 
20242
20244
  type BadgeThemeProps = 'caution' | 'info' | 'note' | 'success' | 'error' | 'unimportant';
20243
20245
  type SizeProps = 'xs' | 'sm' | 'base';
@@ -20262,7 +20264,7 @@ type BadgeSizeProps = Record<SizeProps, SerializedStyles>;
20262
20264
  * @example <Badge text="My badge" theme="success" size="base" />
20263
20265
  * @deprecated please use Chip component instead
20264
20266
  */
20265
- declare const Badge: ({ text, theme, size, uppercaseText, ...props }: BadgeProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
20267
+ declare const Badge: ({ text, theme, size, uppercaseText, ...props }: BadgeProps) => _emotion_react_jsx_runtime.JSX.Element;
20266
20268
 
20267
20269
  type BannerType = 'note' | 'info' | 'caution' | 'danger' | 'success';
20268
20270
  type BannerProps = React__default.HTMLAttributes<HTMLDivElement> & {
@@ -20286,7 +20288,7 @@ type BannerProps = React__default.HTMLAttributes<HTMLDivElement> & {
20286
20288
  * Uniform Banner Component
20287
20289
  * @example <Banner type="caution" onDismiss={() => {}}>My Banner Message</Callout>
20288
20290
  */
20289
- declare const Banner: ({ type, onDismiss, children, isAnimated, ...props }: BannerProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
20291
+ declare const Banner: ({ type, onDismiss, children, isAnimated, ...props }: BannerProps) => _emotion_react_jsx_runtime.JSX.Element;
20290
20292
 
20291
20293
  type UniformLogoProps = {
20292
20294
  /** sets a light or dark theme for the uniform badge or logo component
@@ -20300,14 +20302,14 @@ type UniformLogoProps = {
20300
20302
  * @param props - sets react svg element attribute props
20301
20303
  * @example <UniformBadge theme="dark" />
20302
20304
  */
20303
- declare const UniformBadge: ({ theme, ...props }: React__default.SVGAttributes<SVGElement> & UniformLogoProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
20305
+ declare const UniformBadge: ({ theme, ...props }: React__default.SVGAttributes<SVGElement> & UniformLogoProps) => _emotion_react_jsx_runtime.JSX.Element;
20304
20306
 
20305
20307
  /**
20306
20308
  * Uniform Logo
20307
20309
  * @param props - sets react svg element attribute props
20308
20310
  * @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;
20311
+ declare const UniformLogo: ({ theme, ...props }: UniformLogoProps & React.SVGAttributes<SVGElement>) => _emotion_react_jsx_runtime.JSX.Element;
20312
+ declare const UniformLogoLarge: ({ ...props }: React.SVGAttributes<SVGElement>) => _emotion_react_jsx_runtime.JSX.Element;
20311
20313
 
20312
20314
  /**
20313
20315
  * Gets a formatted version of a shortcut for display.
@@ -20324,7 +20326,7 @@ declare function getFormattedShortcut(shortcut: string | null): string[];
20324
20326
  */
20325
20327
  declare function ShortcutContext({ children }: {
20326
20328
  children: React__default.ReactNode;
20327
- }): _emotion_react_types_jsx_namespace.EmotionJSX.Element;
20329
+ }): _emotion_react_jsx_runtime.JSX.Element;
20328
20330
  /**
20329
20331
  * @deprecated Use tooltips or menu items with a shortcut instead,
20330
20332
  * and getFormattedShortcut for display
@@ -20333,7 +20335,7 @@ declare function ShortcutRevealer({ shortcut, macShortcut, className, }: {
20333
20335
  shortcut: string;
20334
20336
  macShortcut?: string;
20335
20337
  className?: SerializedStyles | string;
20336
- }): _emotion_react_types_jsx_namespace.EmotionJSX.Element | null;
20338
+ }): _emotion_react_jsx_runtime.JSX.Element | null;
20337
20339
 
20338
20340
  type UseShortcutOptions = {
20339
20341
  /**
@@ -20387,7 +20389,7 @@ type TooltipProps = TooltipOptions & {
20387
20389
  /** If the tooltip should not be rendered inside a portal */
20388
20390
  withoutPortal?: boolean;
20389
20391
  };
20390
- declare function Tooltip({ children, title, placement, visible, withoutPortal, ...props }: TooltipProps): _emotion_react_types_jsx_namespace.EmotionJSX.Element;
20392
+ declare function Tooltip({ children, title, placement, visible, withoutPortal, ...props }: TooltipProps): _emotion_react_jsx_runtime.JSX.Element;
20391
20393
 
20392
20394
  /** Button themes that are available to use with our brand */
20393
20395
  type ButtonThemeProps$1 = 'primary' | 'secondary' | 'accent-alt-dark' | 'accent-alt-dark-outline' | 'destructive' | 'tertiary' | 'tertiaryOutline' | 'unimportant' | 'ghost' | 'ghostDestructive' | 'primaryInvert' | 'secondaryInvert' | 'ghostUnimportant';
@@ -20437,7 +20439,7 @@ declare const allSupportedIcons: {
20437
20439
  'canvas-alert': (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
20438
20440
  warning: (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
20439
20441
  'info-filled': (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
20440
- settings: (props: IconProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
20442
+ settings: (props: IconProps) => _emotion_react_jsx_runtime.JSX.Element;
20441
20443
  'query-string': (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
20442
20444
  json: (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
20443
20445
  'format-bold': (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
@@ -20457,6 +20459,8 @@ declare const allSupportedIcons: {
20457
20459
  'clipboard-copy': (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
20458
20460
  'clipboard-paste': (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
20459
20461
  refresh: (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
20462
+ 'zig-zag': (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
20463
+ 'zig-zag-thick': (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
20460
20464
  'add-r': _react_icons_all_files.IconType;
20461
20465
  add: _react_icons_all_files.IconType;
20462
20466
  airplane: _react_icons_all_files.IconType;
@@ -21122,7 +21126,7 @@ interface IconProps extends IconBaseProps {
21122
21126
  * Component that renders icons
21123
21127
  * @example <Icon icon="add-r" iconColor="currentColor" />
21124
21128
  */
21125
- declare const Icon: React__default.MemoExoticComponent<({ icon, iconColor, size, ...otherProps }: IconProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element | null>;
21129
+ declare const Icon: React__default.MemoExoticComponent<({ icon, iconColor, size, ...otherProps }: IconProps) => _emotion_react_jsx_runtime.JSX.Element | null>;
21126
21130
 
21127
21131
  declare const rectangleRoundedIcon: (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
21128
21132
  declare const cardIcon: (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
@@ -21135,11 +21139,13 @@ declare const canvasAlertIcon: (props: _react_icons_all_files.IconBaseProps) =>
21135
21139
  declare const warningIcon: (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
21136
21140
  declare const infoFilledIcon: (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
21137
21141
  declare const settingsIcon: IconType$2;
21138
- declare const settings: (props: IconProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
21142
+ declare const settings: (props: IconProps) => _emotion_react_jsx_runtime.JSX.Element;
21139
21143
  declare const queryStringIcon: (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
21140
21144
  declare const structurePanelIcon: (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
21141
21145
  declare const jsonIcon: (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
21142
21146
  declare const yesNoIcon: (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
21147
+ declare const zigZag: (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
21148
+ declare const zigZagThick: (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
21143
21149
  declare const customIcons: {
21144
21150
  'rectangle-rounded': (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
21145
21151
  card: (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
@@ -21151,7 +21157,7 @@ declare const customIcons: {
21151
21157
  'canvas-alert': (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
21152
21158
  warning: (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
21153
21159
  'info-filled': (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
21154
- settings: (props: IconProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
21160
+ settings: (props: IconProps) => _emotion_react_jsx_runtime.JSX.Element;
21155
21161
  'query-string': (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
21156
21162
  json: (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
21157
21163
  'format-bold': (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
@@ -21171,6 +21177,8 @@ declare const customIcons: {
21171
21177
  'clipboard-copy': (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
21172
21178
  'clipboard-paste': (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
21173
21179
  refresh: (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
21180
+ 'zig-zag': (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
21181
+ 'zig-zag-thick': (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
21174
21182
  };
21175
21183
 
21176
21184
  type IconsMap = Record<string, IconType$1>;
@@ -21184,9 +21192,13 @@ declare function useIconContext(): {
21184
21192
  */
21185
21193
  declare function IconsProvider({ children }: {
21186
21194
  children: ReactNode;
21187
- }): _emotion_react_types_jsx_namespace.EmotionJSX.Element;
21195
+ }): _emotion_react_jsx_runtime.JSX.Element;
21188
21196
 
21189
21197
  declare const uniformComponentIcon: IconType$1;
21198
+ declare const uniformConditionalValuesIcon: IconType$1;
21199
+ declare const uniformAiIcon: (props: _react_icons_all_files.IconBaseProps) => React$1.JSX.Element;
21200
+ declare const uniformLocaleIcon: IconType$1;
21201
+ declare const uniformLocaleDisabledIcon: IconType$1;
21190
21202
  declare const uniformComponentPatternIcon: IconType$1;
21191
21203
  declare const uniformCompositionPatternIcon: IconType$1;
21192
21204
  declare const uniformContentTypeIcon: IconType$1;
@@ -21239,7 +21251,7 @@ interface ActionButtonsProps {
21239
21251
  }
21240
21252
  /** ButtonWithMenuProps combines the ActionButtonsProps with React HTMLButtonElement attributes */
21241
21253
  type ButtonWithMenuProps = ActionButtonsProps & React$1.ButtonHTMLAttributes<HTMLButtonElement>;
21242
- 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;
21254
+ 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;
21243
21255
 
21244
21256
  /**
21245
21257
  * A string in the ISO 8601 date format: YYYY-MM-DD
@@ -21258,7 +21270,7 @@ type CalendarProps = Pick<CalendarProps$1<DateValue>, 'autoFocus' | 'isDisabled'
21258
21270
  *
21259
21271
  * @deprecated This component is in beta, name and props are subject to change without a major version
21260
21272
  */
21261
- declare const Calendar: ({ value, timeZone, minValue, maxValue, onChange, autoFocus, isDisabled, isInvalid, isReadOnly, ...props }: CalendarProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
21273
+ declare const Calendar: ({ value, timeZone, minValue, maxValue, onChange, autoFocus, isDisabled, isInvalid, isReadOnly, ...props }: CalendarProps) => _emotion_react_jsx_runtime.JSX.Element;
21262
21274
 
21263
21275
  /** Callout button types available to use with our brand */
21264
21276
  type CalloutType = 'caution' | 'danger' | 'info' | 'note' | 'success' | 'tip' | 'error';
@@ -21284,7 +21296,7 @@ interface CalloutProps {
21284
21296
  * Uniform Callout Component
21285
21297
  * @example <Callout title="my title" type="caution"><p>callout body copy</p></Callout>
21286
21298
  */
21287
- declare const Callout: ({ type, compact, title, children, className, testId, }: CalloutProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element | null;
21299
+ declare const Callout: ({ type, compact, title, children, className, testId, }: CalloutProps) => _emotion_react_jsx_runtime.JSX.Element | null;
21288
21300
 
21289
21301
  type CardProps = React$1.HTMLAttributes<HTMLDivElement> & {
21290
21302
  /** (optional) sets the title value of the card */
@@ -21309,11 +21321,11 @@ type CardProps = React$1.HTMLAttributes<HTMLDivElement> & {
21309
21321
  */
21310
21322
  tag?: React$1.ElementType;
21311
21323
  };
21312
- declare const Card: ({ title, menuItems, children, titleWithMarginBottom, disabled, tag: Tag, menuButtonTestId, ...props }: CardProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
21324
+ declare const Card: ({ title, menuItems, children, titleWithMarginBottom, disabled, tag: Tag, menuButtonTestId, ...props }: CardProps) => _emotion_react_jsx_runtime.JSX.Element;
21313
21325
  type CardTitleProps = {
21314
21326
  children?: React$1.ReactNode;
21315
21327
  } & Pick<CardProps, 'title' | 'titleWithMarginBottom'>;
21316
- declare const CardTitle: ({ title, titleWithMarginBottom, children }: CardTitleProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
21328
+ declare const CardTitle: ({ title, titleWithMarginBottom, children }: CardTitleProps) => _emotion_react_jsx_runtime.JSX.Element;
21317
21329
 
21318
21330
  type CardContainerBgColorProps = 'gray' | 'white';
21319
21331
  type CardContainerProps = React$1.HTMLAttributes<HTMLDivElement> & {
@@ -21339,9 +21351,9 @@ type CardContainerProps = React$1.HTMLAttributes<HTMLDivElement> & {
21339
21351
  /** Uniform Card Container
21340
21352
  * @example <CardContainer><Card title="card title" /></CardContainer>
21341
21353
  */
21342
- declare const CardContainer: ({ bgColor, padding, withLastColumn, children, ...props }: CardContainerProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
21354
+ declare const CardContainer: ({ bgColor, padding, withLastColumn, children, ...props }: CardContainerProps) => _emotion_react_jsx_runtime.JSX.Element;
21343
21355
 
21344
- declare const LoadingCardSkeleton: () => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
21356
+ declare const LoadingCardSkeleton: () => _emotion_react_jsx_runtime.JSX.Element;
21345
21357
 
21346
21358
  type ChipSizeProp = 'xs' | 'sm' | 'md';
21347
21359
  type ChipTheme = 'accent-light' | 'accent-dark' | 'accent-alt-light' | 'accent-alt-dark' | 'neutral-light' | 'neutral-dark';
@@ -21375,7 +21387,7 @@ type ChipProps = {
21375
21387
  * To represent a different object, as a reference
21376
21388
  * @example <Chip text="productId" theme="accent-light" chipAction={<DismissibleChipAction onDismiss={() => {...}}/>} />
21377
21389
  */
21378
- declare const Chip: ({ icon, iconColor, text, size, theme, variant, chipAction, as, ...props }: ChipProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
21390
+ declare const Chip: ({ icon, iconColor, text, size, theme, variant, chipAction, as, ...props }: ChipProps) => _emotion_react_jsx_runtime.JSX.Element;
21379
21391
  type DismissibleChipActionProps = {
21380
21392
  onDismiss: () => void;
21381
21393
  } & HTMLAttributes<HTMLButtonElement>;
@@ -21383,7 +21395,7 @@ type DismissibleChipActionProps = {
21383
21395
  * @description Dismissible chip action should be used with the Chip component
21384
21396
  * @example <DismissibleChipAction onDismiss={() => {...}}/>
21385
21397
  */
21386
- declare const DismissibleChipAction: ({ onDismiss, ...props }: DismissibleChipActionProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
21398
+ declare const DismissibleChipAction: ({ onDismiss, ...props }: DismissibleChipActionProps) => _emotion_react_jsx_runtime.JSX.Element;
21387
21399
 
21388
21400
  type MultilineChipProps = {
21389
21401
  children: ReactNode;
@@ -21394,18 +21406,24 @@ type MultilineChipProps = {
21394
21406
  * Unlike a regular chip, this one can go onto multiple lines with word wrap, and uses inline behaviours.
21395
21407
  * @example <MultilineChip text="productId" />
21396
21408
  */
21397
- declare const MultilineChip: ({ children, onClick, ...props }: MultilineChipProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
21409
+ declare const MultilineChip: ({ children, onClick, ...props }: MultilineChipProps) => _emotion_react_jsx_runtime.JSX.Element;
21398
21410
 
21411
+ type CounterBgColors = 'var(--white)' | 'var(--gray-50)' | 'var(--accent-light)' | 'var(--accent-dark)' | 'transparent';
21412
+ type CounterIconColors = 'auto' | 'var(--utility-caution-icon)' | 'var(--utility-danger-icon)' | 'var(--utility-info-icon)' | 'red';
21399
21413
  type CounterProps = {
21400
21414
  /** sets the count value, a 0 will show a dot instead of a number. Undefined will cause the counter to disappear. */
21401
21415
  count: number | undefined;
21402
21416
  /** sets the background color
21403
21417
  * @default 'transparent'
21404
21418
  */
21405
- bgColor?: 'var(--white)' | 'var(--gray-50)' | 'transparent';
21406
- } & React$1.HTMLAttributes<HTMLDivElement>;
21419
+ bgColor?: CounterBgColors;
21420
+ /** sets the color of the icon if one is provided */
21421
+ iconColor?: CounterIconColors;
21422
+ /** Optional icon for the counter */
21423
+ icon?: IconType;
21424
+ } & React.HTMLAttributes<HTMLDivElement>;
21407
21425
  /** @example <Counter count={1} /> */
21408
- declare const Counter: ({ count, bgColor, ...props }: CounterProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element | null;
21426
+ declare const Counter: ({ count, bgColor, icon, iconColor, ...props }: CounterProps) => _emotion_react_jsx_runtime.JSX.Element | null;
21409
21427
 
21410
21428
  type TextAlignProps = 'left' | 'right' | 'center';
21411
21429
  type BoxHeightProps = 'auto' | 'xs' | 'sm' | 'md' | 'lg';
@@ -21423,7 +21441,73 @@ type DashedBoxProps = React$1.HTMLAttributes<HTMLDivElement> & {
21423
21441
  * Uniform Dashed Box Component
21424
21442
  * @example <DashedBox bgColor="white" boxHeight="md" textAlign="center"><h1>hello world</h1></DashedBox>
21425
21443
  */
21426
- declare const DashedBox: ({ bgColor, textAlign, boxHeight, children, ...props }: DashedBoxProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
21444
+ declare const DashedBox: ({ bgColor, textAlign, boxHeight, children, ...props }: DashedBoxProps) => _emotion_react_jsx_runtime.JSX.Element;
21445
+
21446
+ /**
21447
+ * A string in the ISO 8601 time format: hh:mm
21448
+ */
21449
+ type IsoTimeString = string;
21450
+ type InputTimeProps = Pick<TimeFieldProps<TimeValue>, 'id' | 'name' | 'hourCycle' | 'autoFocus'> & Pick<React$1.InputHTMLAttributes<HTMLInputElement>, 'disabled'> & {
21451
+ /** (optional) sets the label value */
21452
+ label?: string;
21453
+ /** (optional) sets caption text value */
21454
+ caption?: string | JSX.Element;
21455
+ /** The current value in ISO 8601 time format */
21456
+ value: IsoTimeString | null | undefined;
21457
+ /** (optional) sets the minimum time value in iso8601 time format. ie 10:00 */
21458
+ minValue?: IsoTimeString;
21459
+ /** (optional) sets the maximum time value in iso8601 time format. ie 22:00 */
21460
+ maxValue?: IsoTimeString;
21461
+ /** (optional) sets whether to show the label or hide it and add a aria-label attributes to the input field directly */
21462
+ showLabel?: boolean;
21463
+ /** (optional) sets and shows the the error message value */
21464
+ errorMessage?: string;
21465
+ /** (optional) sets and shows the warning message value */
21466
+ warningMessage?: string;
21467
+ /** (optional) sets the test id for input field container for test automation*/
21468
+ containerTestId?: string;
21469
+ /** (optional) sets label test id */
21470
+ labelTestId?: string;
21471
+ /** (option) sets validation message test id for test automation */
21472
+ errorTestId?: string;
21473
+ /** (option) sets caption message test id for test automation */
21474
+ captionTestId?: string;
21475
+ belowInputSlot?: ReactNode;
21476
+ onChange?: (value: IsoTimeString) => void;
21477
+ };
21478
+ /**
21479
+ * Time input with segmented control
21480
+ *
21481
+ * @deprecated This component is in beta, name and props are subject to change without a major version
21482
+ */
21483
+ declare const InputTime: React$1.ForwardRefExoticComponent<Pick<TimeFieldProps<TimeValue>, "autoFocus" | "id" | "name" | "hourCycle"> & Pick<React$1.InputHTMLAttributes<HTMLInputElement>, "disabled"> & {
21484
+ /** (optional) sets the label value */
21485
+ label?: string;
21486
+ /** (optional) sets caption text value */
21487
+ caption?: string | JSX.Element;
21488
+ /** The current value in ISO 8601 time format */
21489
+ value: IsoTimeString | null | undefined;
21490
+ /** (optional) sets the minimum time value in iso8601 time format. ie 10:00 */
21491
+ minValue?: IsoTimeString;
21492
+ /** (optional) sets the maximum time value in iso8601 time format. ie 22:00 */
21493
+ maxValue?: IsoTimeString;
21494
+ /** (optional) sets whether to show the label or hide it and add a aria-label attributes to the input field directly */
21495
+ showLabel?: boolean;
21496
+ /** (optional) sets and shows the the error message value */
21497
+ errorMessage?: string;
21498
+ /** (optional) sets and shows the warning message value */
21499
+ warningMessage?: string;
21500
+ /** (optional) sets the test id for input field container for test automation*/
21501
+ containerTestId?: string;
21502
+ /** (optional) sets label test id */
21503
+ labelTestId?: string;
21504
+ /** (option) sets validation message test id for test automation */
21505
+ errorTestId?: string;
21506
+ /** (option) sets caption message test id for test automation */
21507
+ captionTestId?: string;
21508
+ belowInputSlot?: ReactNode;
21509
+ onChange?: (value: IsoTimeString) => void;
21510
+ } & React$1.RefAttributes<HTMLDivElement>>;
21427
21511
 
21428
21512
  /**
21429
21513
  * A string in the ISO 8601 datetime format
@@ -21470,6 +21554,10 @@ type DateTimePickerProps = {
21470
21554
  disabled?: boolean;
21471
21555
  /** (optional) sets the base test id for each of the elements with a testid */
21472
21556
  testId?: string;
21557
+ /** (optional) sets the popover placement */
21558
+ placement?: PopoverState['placement'];
21559
+ /** (optional) sets the popover offset */
21560
+ offset?: [string | number, string | number] | undefined;
21473
21561
  };
21474
21562
  /**
21475
21563
  * Use this context for slots within the date time picker
@@ -21477,8 +21565,8 @@ type DateTimePickerProps = {
21477
21565
  */
21478
21566
  declare function useDateTimePickerContext(): {
21479
21567
  clearValue(): void;
21480
- changeDate(isoDate: string): void;
21481
- changeTime(isoTime: string): void;
21568
+ changeDate(isoDate: IsoDateString): void;
21569
+ changeTime(isoTime: IsoTimeString): void;
21482
21570
  };
21483
21571
  /**
21484
21572
  * Date Time Picker
@@ -21492,12 +21580,12 @@ declare function useDateTimePickerContext(): {
21492
21580
  * Subcomponents can manipulate the value directly by using
21493
21581
  * the `useDateTimePickerContext()` hook.
21494
21582
  */
21495
- 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;
21583
+ 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;
21496
21584
 
21497
21585
  declare function DateTimePickerSummary({ value, placeholder, }: {
21498
21586
  value: DateTimePickerValue | null | undefined;
21499
21587
  placeholder: ReactNode;
21500
- }): _emotion_react_types_jsx_namespace.EmotionJSX.Element;
21588
+ }): _emotion_react_jsx_runtime.JSX.Element;
21501
21589
 
21502
21590
  type DescriptionListProps = {
21503
21591
  items: {
@@ -21515,7 +21603,7 @@ declare const DescriptionList: React__default.ForwardRefExoticComponent<{
21515
21603
  label: string;
21516
21604
  value: string | number | boolean | React__default.ReactNode;
21517
21605
  }[];
21518
- variant?: "horizontal" | "vertical" | undefined;
21606
+ variant?: "horizontal" | "vertical";
21519
21607
  } & React__default.HTMLAttributes<HTMLDListElement> & React__default.RefAttributes<HTMLDListElement>>;
21520
21608
 
21521
21609
  type DetailsProps = React$1.HTMLAttributes<HTMLDetailsElement> & {
@@ -21541,13 +21629,21 @@ type DetailsProps = React$1.HTMLAttributes<HTMLDetailsElement> & {
21541
21629
  isCompact?: boolean;
21542
21630
  };
21543
21631
  /** @example <Details summary="summary text">child content here</Details>*/
21544
- declare const Details: ({ summary, children, isOpenByDefault, isOpen, isIndented, isCompact, onChange, ...props }: DetailsProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
21632
+ declare const Details: ({ summary, children, isOpenByDefault, isOpen, isIndented, isCompact, onChange, ...props }: DetailsProps) => _emotion_react_jsx_runtime.JSX.Element;
21545
21633
 
21546
21634
  type DraggableHandleProps = {
21547
21635
  disableDnd?: boolean;
21636
+ /** (optional) Height of the drag handle
21637
+ * @default 3.125rem
21638
+ */
21639
+ height?: string;
21548
21640
  } & HTMLAttributes<HTMLButtonElement>;
21549
21641
  declare const DragHandle: React$1.ForwardRefExoticComponent<{
21550
- disableDnd?: boolean | undefined;
21642
+ disableDnd?: boolean;
21643
+ /** (optional) Height of the drag handle
21644
+ * @default 3.125rem
21645
+ */
21646
+ height?: string;
21551
21647
  } & HTMLAttributes<HTMLButtonElement> & React$1.RefAttributes<HTMLButtonElement>>;
21552
21648
 
21553
21649
  interface DrawerRendererProps extends Omit<React__default.HTMLAttributes<HTMLDivElement>, 'children'> {
@@ -21585,7 +21681,7 @@ interface DrawerRendererProps extends Omit<React__default.HTMLAttributes<HTMLDiv
21585
21681
  * Renders a stack of drawers in a different location than their original position in the component tree. Uses React Portal under the hood.
21586
21682
  * @example <DrawerProvider><Drawer id="my-drawer" stackId="my-stack" header="Title">Hello</Drawer><DrawerRenderer stackId="my-stack"/></DrawerProvider>
21587
21683
  */
21588
- declare const DrawerRenderer: ({ stackId, position, width, minWidth, maxWidth, leftAligned, withoutFluidWidth, ...otherProps }: DrawerRendererProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element | null;
21684
+ declare const DrawerRenderer: ({ stackId, position, width, minWidth, maxWidth, leftAligned, withoutFluidWidth, ...otherProps }: DrawerRendererProps) => _emotion_react_jsx_runtime.JSX.Element | null;
21589
21685
  interface DrawerRendererItemProps extends React__default.HTMLAttributes<HTMLDivElement> {
21590
21686
  index: number;
21591
21687
  totalDrawers: number;
@@ -21597,7 +21693,7 @@ interface DrawerRendererItemProps extends React__default.HTMLAttributes<HTMLDivE
21597
21693
  }
21598
21694
  declare const getDrawerAttributes: ({ providerId, stackId, id, }: {
21599
21695
  providerId: string;
21600
- stackId?: string | undefined;
21696
+ stackId?: string;
21601
21697
  id: string;
21602
21698
  }) => {
21603
21699
  'data-drawer-id': string;
@@ -21651,7 +21747,7 @@ type DrawerContextValue = {
21651
21747
  * Provides the context to the Drawer and DrawerRenderer components.
21652
21748
  * @example <DrawerProvider><Drawer id="my-drawer" stackId="my-stack" header="Title">Hello</Drawer><DrawerRenderer stackId="my-stack"/></DrawerProvider>
21653
21749
  */
21654
- declare const DrawerProvider: ({ children }: React__default.PropsWithChildren) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
21750
+ declare const DrawerProvider: ({ children }: React__default.PropsWithChildren) => _emotion_react_jsx_runtime.JSX.Element;
21655
21751
  declare const useDrawer: () => DrawerContextValue;
21656
21752
  declare const useCloseCurrentDrawer: () => (() => void) | undefined;
21657
21753
 
@@ -21662,14 +21758,14 @@ type DrawerProps = DrawerItem & Omit<DrawerRendererProps, 'stackId'> & {
21662
21758
  leftAligned?: DrawerRendererProps['leftAligned'];
21663
21759
  };
21664
21760
  declare const CurrentDrawerContext: React__default.Context<{
21665
- id?: string | undefined;
21666
- stackId?: string | undefined;
21667
- leftAligned?: DrawerRendererProps['leftAligned'];
21761
+ id?: DrawerProps["id"];
21762
+ stackId?: DrawerRendererProps["stackId"];
21763
+ leftAligned?: DrawerRendererProps["leftAligned"];
21668
21764
  }>;
21669
21765
  declare const useCurrentDrawer: () => {
21670
- id?: string | undefined;
21671
- stackId?: string | undefined;
21672
- leftAligned?: DrawerRendererProps['leftAligned'];
21766
+ id?: DrawerProps["id"];
21767
+ stackId?: DrawerRendererProps["stackId"];
21768
+ leftAligned?: DrawerRendererProps["leftAligned"];
21673
21769
  };
21674
21770
  /**
21675
21771
  * A drawer component that opens from the right side of is parent. The component is used in combination with DrawerProvider and DrawerRenderer
@@ -21678,8 +21774,8 @@ declare const useCurrentDrawer: () => {
21678
21774
  declare const Drawer: React__default.ForwardRefExoticComponent<DrawerItem & Omit<DrawerRendererProps, "stackId"> & {
21679
21775
  header?: React__default.ReactNode;
21680
21776
  children?: React__default.ReactNode;
21681
- bgColor?: "var(--white)" | "var(--gray-50)" | undefined;
21682
- leftAligned?: DrawerRendererProps['leftAligned'];
21777
+ bgColor?: "var(--gray-50)" | "var(--white)";
21778
+ leftAligned?: DrawerRendererProps["leftAligned"];
21683
21779
  } & React__default.RefAttributes<HTMLDivElement>>;
21684
21780
 
21685
21781
  type DrawerContentProps = {
@@ -21687,12 +21783,12 @@ type DrawerContentProps = {
21687
21783
  buttonGroup?: ReactNode;
21688
21784
  noPadding?: boolean;
21689
21785
  } & HTMLAttributes<HTMLDivElement>;
21690
- declare const DrawerContent: ({ children, buttonGroup, noPadding, ...props }: DrawerContentProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
21786
+ declare const DrawerContent: ({ children, buttonGroup, noPadding, ...props }: DrawerContentProps) => _emotion_react_jsx_runtime.JSX.Element;
21691
21787
 
21692
21788
  declare const TAKEOVER_STACK_ID = "takeover-stack";
21693
- declare const TakeoverDrawerRenderer: (props: Omit<DrawerRendererProps, 'stackId'> & {
21789
+ declare const TakeoverDrawerRenderer: (props: Omit<DrawerRendererProps, "stackId"> & {
21694
21790
  stackId?: string;
21695
- }) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
21791
+ }) => _emotion_react_jsx_runtime.JSX.Element;
21696
21792
 
21697
21793
  interface IconButtonProps extends Omit<ButtonProps, 'size'> {
21698
21794
  variant?: 'square' | 'rounded';
@@ -21705,9 +21801,9 @@ interface ImageProps extends ImgHTMLAttributes<HTMLImageElement> {
21705
21801
  imgClassName?: string;
21706
21802
  variant?: 'inline' | 'fill-container';
21707
21803
  }
21708
- declare function Image({ alt, src, className, imgClassName, variant, width, height, ...imgAttribs }: ImageProps): _emotion_react_types_jsx_namespace.EmotionJSX.Element;
21804
+ declare function Image({ alt, src, className, imgClassName, variant, width, height, ...imgAttribs }: ImageProps): _emotion_react_jsx_runtime.JSX.Element;
21709
21805
 
21710
- declare const ImageBroken: ({ width, height, ...props }: SVGProps<SVGSVGElement>) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
21806
+ declare const ImageBroken: ({ width, height, ...props }: SVGProps<SVGSVGElement>) => _emotion_react_jsx_runtime.JSX.Element;
21711
21807
 
21712
21808
  type CaptionProps = React$1.HTMLAttributes<HTMLElement> & {
21713
21809
  /** allows users to add child elements */
@@ -21721,7 +21817,7 @@ type CaptionProps = React$1.HTMLAttributes<HTMLElement> & {
21721
21817
  * Component that provides caption text to input fields
21722
21818
  * @example <Caption>some help text here</Caption>
21723
21819
  */
21724
- declare const Caption: ({ children, testId, dynamicSize, ...props }: CaptionProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
21820
+ declare const Caption: ({ children, testId, dynamicSize, ...props }: CaptionProps) => _emotion_react_jsx_runtime.JSX.Element;
21725
21821
 
21726
21822
  type CheckboxWithInforProps = React.HTMLAttributes<HTMLInputElement> & {
21727
21823
  /** sets the label value */
@@ -21740,9 +21836,9 @@ declare const CheckboxWithInfo: React$1.ForwardRefExoticComponent<React$1.HTMLAt
21740
21836
  /** sets the name value of the radio/checkbox input */
21741
21837
  name: string;
21742
21838
  /** sets info message */
21743
- info?: string | undefined;
21839
+ info?: string;
21744
21840
  /** (optional) sets the checked state of the input */
21745
- checked?: boolean | undefined;
21841
+ checked?: boolean;
21746
21842
  } & React$1.RefAttributes<HTMLInputElement>>;
21747
21843
 
21748
21844
  type ErrorMessageProps = {
@@ -21762,7 +21858,7 @@ type ErrorMessageProps = {
21762
21858
  * Component that provides error messaging to input fields
21763
21859
  * @example <ErrorMessage>something went wrong, please try again</ErrorMessage>
21764
21860
  */
21765
- declare const ErrorMessage: ({ message, testId, truncated, ...otherProps }: ErrorMessageProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element | null;
21861
+ declare const ErrorMessage: ({ message, testId, truncated, ...otherProps }: ErrorMessageProps) => _emotion_react_jsx_runtime.JSX.Element | null;
21766
21862
 
21767
21863
  type FieldMessageProps = {
21768
21864
  /** (optional) sets help message within the caption component */
@@ -21780,7 +21876,7 @@ type FieldMessageProps = {
21780
21876
  /** (optional) sets and shows the the info message value */
21781
21877
  infoMessage?: string;
21782
21878
  };
21783
- declare const FieldMessage: ({ helperMessage, warningMessage, errorMessage, infoMessage, errorTestId, helperMessageTestId, }: FieldMessageProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element | null;
21879
+ declare const FieldMessage: ({ helperMessage, warningMessage, errorMessage, infoMessage, errorTestId, helperMessageTestId, }: FieldMessageProps) => _emotion_react_jsx_runtime.JSX.Element | null;
21784
21880
 
21785
21881
  type FieldsetProps = React$1.HTMLAttributes<HTMLFieldSetElement> & {
21786
21882
  /** sets the legend value */
@@ -21797,11 +21893,11 @@ declare const Fieldset: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes
21797
21893
  /** sets the legend value */
21798
21894
  legend: React$1.ReactElement;
21799
21895
  /** sets the disabled value and sets child inputs disabled */
21800
- disabled?: boolean | undefined;
21801
- actionButton?: React$1.ReactElement<any, string | React$1.JSXElementConstructor<any>> | undefined;
21896
+ disabled?: boolean;
21897
+ actionButton?: React$1.ReactElement;
21802
21898
  children: React$1.ReactNode;
21803
21899
  /** Inverts the background to white for use on forms that already have a gray background */
21804
- invert?: boolean | undefined;
21900
+ invert?: boolean;
21805
21901
  } & React$1.RefAttributes<HTMLFieldSetElement>>;
21806
21902
 
21807
21903
  type InfoMessageProps = React.HTMLAttributes<HTMLSpanElement> & {
@@ -21816,7 +21912,7 @@ type InfoMessageProps = React.HTMLAttributes<HTMLSpanElement> & {
21816
21912
  * Component that provides info messaging to input fields
21817
21913
  * @example <InfoMessage>be aware of this</InfoMessage>
21818
21914
  */
21819
- declare const InfoMessage: ({ message, testId, icon, ...props }: InfoMessageProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element | null;
21915
+ declare const InfoMessage: ({ message, testId, icon, ...props }: InfoMessageProps) => _emotion_react_jsx_runtime.JSX.Element | null;
21820
21916
 
21821
21917
  type InputProps = React$1.InputHTMLAttributes<HTMLInputElement> & {
21822
21918
  /** (optional) sets the label value */
@@ -21863,42 +21959,42 @@ type InputProps = React$1.InputHTMLAttributes<HTMLInputElement> & {
21863
21959
  */
21864
21960
  declare const Input: React$1.ForwardRefExoticComponent<React$1.InputHTMLAttributes<HTMLInputElement> & {
21865
21961
  /** (optional) sets the label value */
21866
- label?: string | undefined;
21962
+ label?: string;
21867
21963
  /** (optional) sets caption text value */
21868
- caption?: string | JSX.Element | undefined;
21964
+ caption?: string | JSX.Element;
21869
21965
  /** (optional) add an input icon to the input field */
21870
- icon?: React$1.ReactElement<any, string | React$1.JSXElementConstructor<any>> | undefined;
21966
+ icon?: React$1.ReactElement;
21871
21967
  /** (optional) sets whether to show the label or hide it and add a aria-label attributes to the input field directly */
21872
- showLabel?: boolean | undefined;
21968
+ showLabel?: boolean;
21873
21969
  /** (optional) sets and shows the the error message value */
21874
- errorMessage?: string | undefined;
21970
+ errorMessage?: string;
21875
21971
  /** (optional) sets and shows the warning message value */
21876
- warningMessage?: string | undefined;
21972
+ warningMessage?: string;
21877
21973
  /** (optional) sets the test id for input field container for test automation*/
21878
- containerTestId?: string | undefined;
21974
+ containerTestId?: string;
21879
21975
  /** (optional) sets label test id */
21880
- labelTestId?: string | undefined;
21976
+ labelTestId?: string;
21881
21977
  /** (option) sets validation message test id for test automation */
21882
- errorTestId?: string | undefined;
21978
+ errorTestId?: string;
21883
21979
  /** (option) sets caption message test id for test automation */
21884
- captionTestId?: string | undefined;
21885
- capture?: boolean | "user" | "environment" | undefined;
21980
+ captionTestId?: string;
21981
+ capture?: boolean | "user" | "environment";
21886
21982
  /**
21887
21983
  * (optional) sets an overriding classname on the root element
21888
21984
  */
21889
- classNameRoot?: string | SerializedStyles | undefined;
21985
+ classNameRoot?: string | SerializedStyles;
21890
21986
  /**
21891
21987
  * (optional) sets an overriding classname on the container element
21892
21988
  * @deprecated */
21893
- classNameContainer?: string | SerializedStyles | undefined;
21989
+ classNameContainer?: string | SerializedStyles;
21894
21990
  /**
21895
21991
  * (optional) sets an overriding classname on the input element
21896
21992
  * @deprecated */
21897
- classNameControl?: string | SerializedStyles | undefined;
21993
+ classNameControl?: string | SerializedStyles;
21898
21994
  /**
21899
21995
  * (optional) sets an overriding classname on the label element
21900
21996
  * @deprecated */
21901
- classNameLabel?: string | SerializedStyles | undefined;
21997
+ classNameLabel?: string | SerializedStyles;
21902
21998
  } & React$1.RefAttributes<HTMLInputElement>>;
21903
21999
 
21904
22000
  /**
@@ -21928,13 +22024,13 @@ type ComboBoxGroupBase<TOption> = GroupBase<TOption>;
21928
22024
  * InputComboBox
21929
22025
  * @component
21930
22026
  * @example <InputComboBox name="name" id="combo-box" options={[{ value: 'chocolate', label: 'Chocolate' }, { value: 'strawberry', label: 'Strawberry' }, { value: 'vanilla', label: 'Vanilla' }]} isMulti /> */
21931
- 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;
22027
+ 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;
21932
22028
  /**
21933
22029
  * InputCreatableComboBox
21934
22030
  * Like ComboBox, but allows for creating new options
21935
22031
  * @component
21936
22032
  * @example <InputCreatableComboBox name="name" id="combo-box" options={[{ value: 'chocolate', label: 'Chocolate' }, { value: 'strawberry', label: 'Strawberry' }, { value: 'vanilla', label: 'Vanilla' }]} isMulti /> */
21937
- 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;
22033
+ 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;
21938
22034
 
21939
22035
  type ComboBoxSelectableOption = InputComboBoxOption<string | string[]>;
21940
22036
  interface ComboBoxSelectableGroup extends GroupBase<ComboBoxSelectableOption> {
@@ -21997,7 +22093,7 @@ type InputInlineSelectProps = Omit<React$1.HTMLAttributes<HTMLButtonElement>, 'o
21997
22093
  * Input Inline Select
21998
22094
  * @example <InputInlineSelect disabled={index > 1} value={currentValue ?? '&'} options={[{ label: 'AND', value: '&' }, { label: 'OR', value: '|' }]} onChange={(s) => {setState(s.value)}} />
21999
22095
  */
22000
- declare const InputInlineSelect: ({ classNameContainer, options, value, onChange, disabled, ...props }: InputInlineSelectProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22096
+ declare const InputInlineSelect: ({ classNameContainer, options, value, onChange, disabled, ...props }: InputInlineSelectProps) => _emotion_react_jsx_runtime.JSX.Element;
22001
22097
 
22002
22098
  interface InputKeywordSearchProps extends InputHTMLAttributes<HTMLInputElement> {
22003
22099
  /** function that takes a string value */
@@ -22051,9 +22147,9 @@ type DebouncedInputKeywordSearchProps = Omit<InputKeywordSearchProps, 'value'> &
22051
22147
  */
22052
22148
  declare const DebouncedInputKeywordSearch: React$1.ForwardRefExoticComponent<Omit<InputKeywordSearchProps, "value"> & {
22053
22149
  /** Debounce delay in milliseconds */
22054
- delay?: number | undefined;
22150
+ delay?: number;
22055
22151
  /**Default value to initialize field with, as it is not controlled component and does not support providing values */
22056
- defaultValue?: string | undefined;
22152
+ defaultValue?: string;
22057
22153
  } & React$1.RefAttributes<HTMLInputElement>>;
22058
22154
 
22059
22155
  type InputSelectProps = React.SelectHTMLAttributes<HTMLSelectElement> & {
@@ -22098,107 +22194,41 @@ type InputSelectProps = React.SelectHTMLAttributes<HTMLSelectElement> & {
22098
22194
  */
22099
22195
  declare const InputSelect: React$1.ForwardRefExoticComponent<React$1.SelectHTMLAttributes<HTMLSelectElement> & {
22100
22196
  /** (optional) sets the first item in the options list with empty value */
22101
- defaultOption?: string | undefined;
22197
+ defaultOption?: string;
22102
22198
  /** sets an array of select options with value and text value */
22103
22199
  options: Array<React.OptionHTMLAttributes<HTMLOptionElement> & {
22104
22200
  label: string;
22105
22201
  }>;
22106
22202
  /** (optional) sets caption text value */
22107
- caption?: string | JSX.Element | undefined;
22203
+ caption?: string | JSX.Element;
22108
22204
  /** sets the label value */
22109
22205
  label: string;
22110
22206
  /** (optional) sets whether to hide the label and use aria-label on the input field
22111
22207
  * @default false
22112
22208
  */
22113
- showLabel?: boolean | undefined;
22209
+ showLabel?: boolean;
22114
22210
  /** (optional) sets and shows the the error message value */
22115
- errorMessage?: string | undefined;
22211
+ errorMessage?: string;
22116
22212
  /** (optional) sets and shows the warning message value */
22117
- warningMessage?: string | undefined;
22213
+ warningMessage?: string;
22118
22214
  /** (optional) allows react components to be added inline with the label element */
22119
- labelCta?: JSX.Element | undefined;
22215
+ labelCta?: JSX.Element;
22120
22216
  /** (optional) styles the component in a compact format */
22121
- compact?: boolean | undefined;
22217
+ compact?: boolean;
22122
22218
  /**
22123
22219
  * (optional) sets an overriding classname on the container element
22124
22220
  * @deprecated */
22125
- classNameContainer?: string | undefined;
22221
+ classNameContainer?: string;
22126
22222
  /**
22127
22223
  * (optional) sets an overriding classname on the input element
22128
22224
  * @deprecated */
22129
- classNameControl?: string | undefined;
22225
+ classNameControl?: string;
22130
22226
  /**
22131
22227
  * (optional) sets an overriding classname on the label element
22132
22228
  * @deprecated */
22133
- classNameLabel?: string | undefined;
22229
+ classNameLabel?: string;
22134
22230
  } & React$1.RefAttributes<HTMLSelectElement>>;
22135
22231
 
22136
- /**
22137
- * A string in the ISO 8601 time format: hh:mm
22138
- */
22139
- type IsoTimeString = string;
22140
- type InputTimeProps = Pick<TimeFieldProps<TimeValue>, 'id' | 'name' | 'hourCycle' | 'autoFocus'> & Pick<React$1.InputHTMLAttributes<HTMLInputElement>, 'disabled'> & {
22141
- /** (optional) sets the label value */
22142
- label?: string;
22143
- /** (optional) sets caption text value */
22144
- caption?: string | JSX.Element;
22145
- /** The current value in ISO 8601 time format */
22146
- value: IsoTimeString | null | undefined;
22147
- /** (optional) sets the minimum time value in iso8601 time format. ie 10:00 */
22148
- minValue?: IsoTimeString;
22149
- /** (optional) sets the maximum time value in iso8601 time format. ie 22:00 */
22150
- maxValue?: IsoTimeString;
22151
- /** (optional) sets whether to show the label or hide it and add a aria-label attributes to the input field directly */
22152
- showLabel?: boolean;
22153
- /** (optional) sets and shows the the error message value */
22154
- errorMessage?: string;
22155
- /** (optional) sets and shows the warning message value */
22156
- warningMessage?: string;
22157
- /** (optional) sets the test id for input field container for test automation*/
22158
- containerTestId?: string;
22159
- /** (optional) sets label test id */
22160
- labelTestId?: string;
22161
- /** (option) sets validation message test id for test automation */
22162
- errorTestId?: string;
22163
- /** (option) sets caption message test id for test automation */
22164
- captionTestId?: string;
22165
- belowInputSlot?: ReactNode;
22166
- onChange?: (value: IsoTimeString) => void;
22167
- };
22168
- /**
22169
- * Time input with segmented control
22170
- *
22171
- * @deprecated This component is in beta, name and props are subject to change without a major version
22172
- */
22173
- declare const InputTime: React$1.ForwardRefExoticComponent<Pick<TimeFieldProps<TimeValue>, "autoFocus" | "id" | "name" | "hourCycle"> & Pick<React$1.InputHTMLAttributes<HTMLInputElement>, "disabled"> & {
22174
- /** (optional) sets the label value */
22175
- label?: string | undefined;
22176
- /** (optional) sets caption text value */
22177
- caption?: string | JSX.Element | undefined;
22178
- /** The current value in ISO 8601 time format */
22179
- value: IsoTimeString | null | undefined;
22180
- /** (optional) sets the minimum time value in iso8601 time format. ie 10:00 */
22181
- minValue?: string | undefined;
22182
- /** (optional) sets the maximum time value in iso8601 time format. ie 22:00 */
22183
- maxValue?: string | undefined;
22184
- /** (optional) sets whether to show the label or hide it and add a aria-label attributes to the input field directly */
22185
- showLabel?: boolean | undefined;
22186
- /** (optional) sets and shows the the error message value */
22187
- errorMessage?: string | undefined;
22188
- /** (optional) sets and shows the warning message value */
22189
- warningMessage?: string | undefined;
22190
- /** (optional) sets the test id for input field container for test automation*/
22191
- containerTestId?: string | undefined;
22192
- /** (optional) sets label test id */
22193
- labelTestId?: string | undefined;
22194
- /** (option) sets validation message test id for test automation */
22195
- errorTestId?: string | undefined;
22196
- /** (option) sets caption message test id for test automation */
22197
- captionTestId?: string | undefined;
22198
- belowInputSlot?: ReactNode;
22199
- onChange?: ((value: IsoTimeString) => void) | undefined;
22200
- } & React$1.RefAttributes<HTMLDivElement>>;
22201
-
22202
22232
  type FontWeightProps = 'normal' | 'medium' | 'bold';
22203
22233
  type InputToggleProps = React$1.InputHTMLAttributes<HTMLInputElement> & {
22204
22234
  /** sets the label value */
@@ -22234,27 +22264,27 @@ declare const InputToggle: React$1.ForwardRefExoticComponent<React$1.InputHTMLAt
22234
22264
  /** sets the label value */
22235
22265
  label: React$1.ReactNode;
22236
22266
  /** sets the type of input to use, either radio or checkbox */
22237
- type: 'radio' | 'checkbox';
22267
+ type: "radio" | "checkbox";
22238
22268
  /** sets the name value of the radio/checkbox input */
22239
22269
  name: string;
22240
22270
  /** (optional) sets whether to show the label or hide it and add a aria-label attributes to the input field directly */
22241
- showLabel?: boolean | undefined;
22271
+ showLabel?: boolean;
22242
22272
  /** (optional) sets the disabled state */
22243
- disabled?: boolean | undefined;
22273
+ disabled?: boolean;
22244
22274
  /** (optional) sets the checked state of the input */
22245
- checked?: boolean | undefined;
22275
+ checked?: boolean;
22246
22276
  /** (optional) sets caption text value */
22247
- caption?: string | JSX.Element | undefined;
22277
+ caption?: string | JSX.Element;
22248
22278
  /** (optional) sets shows the the error message value */
22249
- errorMessage?: string | undefined;
22279
+ errorMessage?: string;
22250
22280
  /** (optional) sets and shows the warning message value */
22251
- warningMessage?: string | undefined;
22281
+ warningMessage?: string;
22252
22282
  /** (optional) sets the font weight of the label text
22253
22283
  * @default 'normal'
22254
22284
  */
22255
- fontWeight?: FontWeightProps | undefined;
22285
+ fontWeight?: FontWeightProps;
22256
22286
  /** (optional) sets test id for test automation*/
22257
- testId?: string | undefined;
22287
+ testId?: string;
22258
22288
  } & React$1.RefAttributes<HTMLInputElement>>;
22259
22289
 
22260
22290
  type LabelProps = React$1.LabelHTMLAttributes<HTMLLabelElement> & {
@@ -22265,12 +22295,12 @@ type LabelProps = React$1.LabelHTMLAttributes<HTMLLabelElement> & {
22265
22295
  /** (optional) test id for test automation*/
22266
22296
  testId?: string;
22267
22297
  };
22268
- declare const Label: ({ children, className, testId, ...props }: LabelProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22298
+ declare const Label: ({ children, className, testId, ...props }: LabelProps) => _emotion_react_jsx_runtime.JSX.Element;
22269
22299
 
22270
22300
  type LegendProps = {
22271
22301
  children: ReactNode;
22272
22302
  };
22273
- declare const Legend: ({ children }: LegendProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22303
+ declare const Legend: ({ children }: LegendProps) => _emotion_react_jsx_runtime.JSX.Element;
22274
22304
 
22275
22305
  type SuccessMessageProps = React.HTMLAttributes<HTMLSpanElement> & {
22276
22306
  /** sets the error message value */
@@ -22282,7 +22312,7 @@ type SuccessMessageProps = React.HTMLAttributes<HTMLSpanElement> & {
22282
22312
  * Component that provides success messaging to input fields
22283
22313
  * @example <SuccessMessage>something went wrong, please try again</SuccessMessage>
22284
22314
  */
22285
- declare const SuccessMessage: ({ message, testId, ...props }: SuccessMessageProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element | null;
22315
+ declare const SuccessMessage: ({ message, testId, ...props }: SuccessMessageProps) => _emotion_react_jsx_runtime.JSX.Element | null;
22286
22316
 
22287
22317
  type TextareaProps = React$1.TextareaHTMLAttributes<HTMLTextAreaElement> & {
22288
22318
  /** (optional) sets the label value */
@@ -22305,18 +22335,18 @@ type TextareaProps = React$1.TextareaHTMLAttributes<HTMLTextAreaElement> & {
22305
22335
  */
22306
22336
  declare const Textarea: React$1.ForwardRefExoticComponent<React$1.TextareaHTMLAttributes<HTMLTextAreaElement> & {
22307
22337
  /** (optional) sets the label value */
22308
- label?: string | undefined;
22338
+ label?: string;
22309
22339
  /** (optional) sets caption text value */
22310
- caption?: string | JSX.Element | undefined;
22340
+ caption?: string | JSX.Element;
22311
22341
  /** (optional) add an input icon to the input field */
22312
- icon?: React$1.ReactElement<any, string | React$1.JSXElementConstructor<any>> | undefined;
22342
+ icon?: React$1.ReactElement;
22313
22343
  /** (optional) sets whether to hide the label and use aria-label on the input field */
22314
- showLabel?: boolean | undefined;
22344
+ showLabel?: boolean;
22315
22345
  /** (optional) sets shows the error message value */
22316
- errorMessage?: string | undefined;
22346
+ errorMessage?: string;
22317
22347
  /** (optional) sets and shows the warning message value */
22318
- warningMessage?: string | undefined;
22319
- capture?: boolean | "user" | "environment" | undefined;
22348
+ warningMessage?: string;
22349
+ capture?: boolean | "user" | "environment";
22320
22350
  } & React$1.RefAttributes<HTMLTextAreaElement>>;
22321
22351
 
22322
22352
  type WarningMessageProps = React.HTMLAttributes<HTMLSpanElement> & {
@@ -22329,7 +22359,7 @@ type WarningMessageProps = React.HTMLAttributes<HTMLSpanElement> & {
22329
22359
  * Component that provides warning messaging to input fields
22330
22360
  * @example <WarningMessage>something went wrong, please try again</ErrorMessage>
22331
22361
  */
22332
- declare const WarningMessage: ({ message, testId, ...props }: WarningMessageProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element | null;
22362
+ declare const WarningMessage: ({ message, testId, ...props }: WarningMessageProps) => _emotion_react_jsx_runtime.JSX.Element | null;
22333
22363
 
22334
22364
  type IntegrationModalHeaderProps = {
22335
22365
  /** sets the icon as inline svg or img tag */
@@ -22344,11 +22374,11 @@ type IntegrationModalHeaderProps = {
22344
22374
  menu?: React$1.ReactNode;
22345
22375
  };
22346
22376
  type HexModalBackgroundProps = React$1.SVGAttributes<SVGElement>;
22347
- declare const HexModalBackground: ({ ...props }: HexModalBackgroundProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22377
+ declare const HexModalBackground: ({ ...props }: HexModalBackgroundProps) => _emotion_react_jsx_runtime.JSX.Element;
22348
22378
  /** Uniform Integration Modal Header
22349
22379
  * @example <IntegrationModalHeader icon="/icon.svg" name="name" />
22350
22380
  */
22351
- declare const IntegrationModalHeader: ({ icon, name, menu, children }: IntegrationModalHeaderProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22381
+ declare const IntegrationModalHeader: ({ icon, name, menu, children }: IntegrationModalHeaderProps) => _emotion_react_jsx_runtime.JSX.Element;
22352
22382
 
22353
22383
  type JsonEditorProps = {
22354
22384
  /**
@@ -22371,7 +22401,7 @@ type JsonEditorProps = {
22371
22401
  /** Makes the editor read-only */
22372
22402
  readOnly?: boolean;
22373
22403
  };
22374
- declare const JsonEditor: ({ defaultValue, onChange, jsonSchema, height, readOnly }: JsonEditorProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22404
+ declare const JsonEditor: ({ defaultValue, onChange, jsonSchema, height, readOnly }: JsonEditorProps) => _emotion_react_jsx_runtime.JSX.Element;
22375
22405
 
22376
22406
  type KeyValueItem<TValue extends string = string> = {
22377
22407
  key: string;
@@ -22398,7 +22428,7 @@ type KeyValueInputProps<TValue extends string = string> = {
22398
22428
  * return <KeyValueInput value={value} onChange={setValue} />
22399
22429
  * @deprecated This component is in beta, name and props are subject to change without a major version
22400
22430
  */
22401
- 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;
22431
+ 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;
22402
22432
 
22403
22433
  type SpacingProp = '0' | '2xs' | 'xs' | 'sm' | 'base' | 'md' | 'lg' | 'xl' | '2xl';
22404
22434
  type BackgroundColorProp = 'transparent' | 'white' | 'gray-50' | 'gray-100' | 'gray-200' | 'gray-300' | 'gray-400' | 'gray-500' | 'gray-600' | 'gray-700' | 'gray-800' | 'gray-900';
@@ -22440,9 +22470,9 @@ type ContainerProps = CommonContainerProps & React$1.HTMLAttributes<HTMLDivEleme
22440
22470
  tag?: HtmlTagProps;
22441
22471
  children: React$1.ReactNode;
22442
22472
  };
22443
- declare const Container: ({ tag, backgroundColor, border, rounded, padding, margin, children, ...props }: ContainerProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22473
+ declare const Container: ({ tag, backgroundColor, border, rounded, padding, margin, children, ...props }: ContainerProps) => _emotion_react_jsx_runtime.JSX.Element;
22444
22474
 
22445
- declare const HorizontalRhythm: ({ align, justify, tag, gap, children, ref, ...props }: RhythmProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22475
+ declare const HorizontalRhythm: ({ align, justify, tag, gap, children, ref, ...props }: RhythmProps) => _emotion_react_jsx_runtime.JSX.Element;
22446
22476
 
22447
22477
  type TwoColumnLayoutProps = {
22448
22478
  /** sets the full bleed background colour
@@ -22459,9 +22489,9 @@ type TwoColumnLayoutProps = {
22459
22489
  invertLayout?: boolean;
22460
22490
  };
22461
22491
  /** @example <TwoColumnLayout supportingContent={<div>supporting content</div>}><h1>title</h1></TwoColumnLayout> */
22462
- declare const TwoColumnLayout: ({ bgColor, invertLayout, supportingContent, children, }: TwoColumnLayoutProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22492
+ declare const TwoColumnLayout: ({ bgColor, invertLayout, supportingContent, children, }: TwoColumnLayoutProps) => _emotion_react_jsx_runtime.JSX.Element;
22463
22493
 
22464
- declare const VerticalRhythm: ({ align, justify, tag, gap, children, ref, ...props }: RhythmProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22494
+ declare const VerticalRhythm: ({ align, justify, tag, gap, children, ref, ...props }: RhythmProps) => _emotion_react_jsx_runtime.JSX.Element;
22465
22495
 
22466
22496
  type LimitsBarProps = {
22467
22497
  /** The current value of used limits */
@@ -22475,7 +22505,7 @@ type LimitsBarProps = {
22475
22505
  * Uniform Limits Bar Component
22476
22506
  * @example <LimitsBar current="3" max="5" label="signals" />
22477
22507
  */
22478
- declare const LimitsBar: ({ current, max, label }: LimitsBarProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22508
+ declare const LimitsBar: ({ current, max, label }: LimitsBarProps) => _emotion_react_jsx_runtime.JSX.Element;
22479
22509
 
22480
22510
  type LinkListProps = React$1.HTMLAttributes<HTMLDivElement> & {
22481
22511
  /** sets the title field */
@@ -22487,7 +22517,7 @@ type LinkListProps = React$1.HTMLAttributes<HTMLDivElement> & {
22487
22517
  /** (optional) sets react child component */
22488
22518
  children?: React$1.ReactNode;
22489
22519
  };
22490
- declare const LinkList: ({ title, padding, children, ...props }: LinkListProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22520
+ declare const LinkList: ({ title, padding, children, ...props }: LinkListProps) => _emotion_react_jsx_runtime.JSX.Element;
22491
22521
 
22492
22522
  type ScrollableListProps = React$1.HTMLAttributes<HTMLDivElement> & {
22493
22523
  /** (optional) sets the label value */
@@ -22499,7 +22529,7 @@ type ScrollableListProps = React$1.HTMLAttributes<HTMLDivElement> & {
22499
22529
  * Component that sets the base structure for scrollable content in a max height container
22500
22530
  * @example <ScrollableList label="allowed content types"><button>say hello</button></ScrollableList>
22501
22531
  */
22502
- declare const ScrollableList: ({ label, children, ...props }: ScrollableListProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22532
+ declare const ScrollableList: ({ label, children, ...props }: ScrollableListProps) => _emotion_react_jsx_runtime.JSX.Element;
22503
22533
 
22504
22534
  type ScrollableListContainerProps = {
22505
22535
  /** sets whether to show or hide the shadow around the element
@@ -22521,7 +22551,7 @@ type ScrollableItemProps = {
22521
22551
  children: React.ReactNode;
22522
22552
  } & ScrollableListContainerProps;
22523
22553
  /** @example <ScrollableListInputItem label="my label" active={true}><input type="radio" name="age" /></ScrollableListInputItem>*/
22524
- declare const ScrollableListInputItem: ({ label, icon, active, disableShadow, children, labelTestId, ...props }: ScrollableItemProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22554
+ declare const ScrollableListInputItem: ({ label, icon, active, disableShadow, children, labelTestId, ...props }: ScrollableItemProps) => _emotion_react_jsx_runtime.JSX.Element;
22525
22555
 
22526
22556
  type ScrollableListItemProps = React$1.ButtonHTMLAttributes<HTMLButtonElement> & {
22527
22557
  /** sets the button text value */
@@ -22532,15 +22562,15 @@ type ScrollableListItemProps = React$1.ButtonHTMLAttributes<HTMLButtonElement> &
22532
22562
  * Component used within <ScrollableList /> for adding interactive button components with predefined styles
22533
22563
  * @example <ScrollableListItem buttontext="my button" active={false} />
22534
22564
  */
22535
- declare const ScrollableListItem: ({ buttonText, icon, active, disableShadow, ...props }: ScrollableListItemProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22565
+ declare const ScrollableListItem: ({ buttonText, icon, active, disableShadow, ...props }: ScrollableListItemProps) => _emotion_react_jsx_runtime.JSX.Element;
22536
22566
 
22537
22567
  /**
22538
22568
  * Loading Indicator
22539
22569
  * @example <LoadingIndicator />
22540
22570
  */
22541
22571
  declare const LoadingIndicator: ({ size, ...props }: HTMLAttributes<HTMLDivElement> & {
22542
- size?: "sm" | "lg" | undefined;
22543
- }) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22572
+ size?: "lg" | "sm";
22573
+ }) => _emotion_react_jsx_runtime.JSX.Element;
22544
22574
 
22545
22575
  interface LoadingOverlayProps {
22546
22576
  /** sets whether to display the loading overlay components */
@@ -22568,13 +22598,17 @@ interface LoadingOverlayProps {
22568
22598
  */
22569
22599
  isTopAligned?: boolean;
22570
22600
  children?: React__default.ReactNode;
22601
+ /** (optional) sets the position of the overlay
22602
+ * @default 'absolute'
22603
+ */
22604
+ position?: 'absolute' | 'fixed';
22571
22605
  }
22572
22606
  /**
22573
22607
  * Loading Overlay.
22574
22608
  * NOTE: the container/parent element must have a non-static `position` value for the overlay to work properly.
22575
22609
  * @example <LoadingOverlay isActive={true} statusMessage="Loading..." />
22576
22610
  */
22577
- declare const LoadingOverlay: ({ isActive, statusMessage, zIndex, loaderSize, overlayBackgroundColor, isTopAligned, isPaused, children, }: LoadingOverlayProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22611
+ declare const LoadingOverlay: ({ isActive, statusMessage, zIndex, loaderSize, overlayBackgroundColor, isTopAligned, isPaused, children, position, }: LoadingOverlayProps) => _emotion_react_jsx_runtime.JSX.Element;
22578
22612
  interface LoadingIconProps extends HTMLAttributes<SVGSVGElement> {
22579
22613
  /** (optional) prop that sets a number value for the height of the icon */
22580
22614
  width?: number;
@@ -22585,7 +22619,7 @@ interface LoadingIconProps extends HTMLAttributes<SVGSVGElement> {
22585
22619
  * Loading Icon
22586
22620
  * @example <LoadingIcon height={128} width={128} />
22587
22621
  */
22588
- declare const LoadingIcon: ({ height, width, ...props }: LoadingIconProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22622
+ declare const LoadingIcon: ({ height, width, ...props }: LoadingIconProps) => _emotion_react_jsx_runtime.JSX.Element;
22589
22623
 
22590
22624
  interface DropdownStyleMenuTriggerProps extends React.HTMLAttributes<HTMLButtonElement> {
22591
22625
  children: React.ReactNode;
@@ -22593,7 +22627,7 @@ interface DropdownStyleMenuTriggerProps extends React.HTMLAttributes<HTMLButtonE
22593
22627
  bgColor?: string;
22594
22628
  }
22595
22629
  /** Renders a dropdown menu style menu trigger button */
22596
- declare function DropdownStyleMenuTrigger({ bgColor, children, ...buttonProps }: DropdownStyleMenuTriggerProps): _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22630
+ declare function DropdownStyleMenuTrigger({ bgColor, children, ...buttonProps }: DropdownStyleMenuTriggerProps): _emotion_react_jsx_runtime.JSX.Element;
22597
22631
 
22598
22632
  declare const legacyPlacements: readonly ["auto", "auto-start", "auto-end"];
22599
22633
  type LegacyPlacement = (typeof legacyPlacements)[number];
@@ -22639,6 +22673,7 @@ interface MenuProps extends MenuProps$2 {
22639
22673
  * this is not compatible with nested menus that expand to the left or right of the menu
22640
22674
  */
22641
22675
  maxMenuHeight?: string;
22676
+ portalElement?: React$1.ComponentProps<typeof Menu$1>['portalElement'];
22642
22677
  }
22643
22678
  /**
22644
22679
  * Component used for creating clickable menus
@@ -22658,7 +22693,7 @@ type MenuGroupProps = {
22658
22693
  /** Menu items to render in the group */
22659
22694
  children: ReactNode;
22660
22695
  };
22661
- declare const MenuGroup: ({ title, children }: MenuGroupProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22696
+ declare const MenuGroup: ({ title, children }: MenuGroupProps) => _emotion_react_jsx_runtime.JSX.Element;
22662
22697
 
22663
22698
  type MenuItemTextThemeProps = 'base' | 'red';
22664
22699
  type MenuItemProps = MenuItemProps$1 & {
@@ -22693,7 +22728,7 @@ type ChildFunction = (menuItemProps: MenuItemProps$1) => React$1.ReactElement |
22693
22728
  * MenuItem Component used along side <Menu /> component
22694
22729
  * @example <MenuItem onClick={() => alert('menu item was clicked')} icon={<RedClose />}>Remove Link</MenuItem>
22695
22730
  */
22696
- declare const MenuItem: React$1.FC<MenuItemProps>;
22731
+ declare const MenuItem: React$1.ForwardRefExoticComponent<Omit<MenuItemProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
22697
22732
  /**
22698
22733
  * MenuItem Component for headless use outside <Menu /> component
22699
22734
  * Use only if adapting Uniform menu item appearance to a non-ariakit menu.
@@ -22707,15 +22742,19 @@ declare const MenuItemInner: React$1.FC<MenuItemProps>;
22707
22742
  */
22708
22743
  declare function MenuItemIcon({ icon }: {
22709
22744
  icon: IconType;
22710
- }): _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22745
+ }): _emotion_react_jsx_runtime.JSX.Element;
22711
22746
  /**
22712
22747
  * Indents a menu item as if it had an icon when it does not
22713
22748
  * Use this to align menu items without icons with those that have icons
22714
22749
  * in a mixed menu. Intended to be passed as the `icon` prop to a MenuItem.
22715
22750
  */
22716
- declare function MenuItemEmptyIcon(): _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22751
+ declare function MenuItemEmptyIcon(): _emotion_react_jsx_runtime.JSX.Element;
22717
22752
 
22718
- declare const MenuItemSeparator: () => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22753
+ declare const MenuItemHeading: ({ children }: {
22754
+ children: ReactNode;
22755
+ }) => _emotion_react_jsx_runtime.JSX.Element;
22756
+
22757
+ declare const MenuItemSeparator: () => _emotion_react_jsx_runtime.JSX.Element;
22719
22758
 
22720
22759
  type MenuButtonProp = {
22721
22760
  children: React.ReactNode;
@@ -22737,11 +22776,11 @@ declare const MenuThreeDots: React$1.ForwardRefExoticComponent<{
22737
22776
  /** sets the aria-label and title value on the button
22738
22777
  * @default 'More options'
22739
22778
  */
22740
- buttonTitle?: string | undefined;
22779
+ buttonTitle?: string;
22741
22780
  /** sets the icon size
22742
22781
  * @default '1rem'
22743
22782
  */
22744
- iconSize?: string | undefined;
22783
+ iconSize?: string;
22745
22784
  } & HTMLAttributes<HTMLButtonElement> & React$1.RefAttributes<HTMLButtonElement>>;
22746
22785
 
22747
22786
  type SearchableMenuProps = {
@@ -22757,12 +22796,12 @@ type SearchableMenuProps = {
22757
22796
  /**
22758
22797
  * Searchable menu allows searching through its menu items
22759
22798
  */
22760
- declare function SearchableMenu(props: SearchableMenuProps): _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22799
+ declare function SearchableMenu(props: SearchableMenuProps): _emotion_react_jsx_runtime.JSX.Element;
22761
22800
 
22762
22801
  interface SelectableMenuItemProps extends PropsWithChildren<Omit<MenuItemProps, 'children'>> {
22763
22802
  selected: boolean;
22764
22803
  }
22765
- declare function SelectableMenuItem({ selected, children, ...menuItemProps }: SelectableMenuItemProps): _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22804
+ declare function SelectableMenuItem({ selected, children, ...menuItemProps }: SelectableMenuItemProps): _emotion_react_jsx_runtime.JSX.Element;
22766
22805
 
22767
22806
  type MediaCardProps = Omit<CardProps, 'menuItems'> & {
22768
22807
  title: string;
@@ -22774,7 +22813,7 @@ type MediaCardProps = Omit<CardProps, 'menuItems'> & {
22774
22813
  buttonType?: ButtonHTMLAttributes<HTMLButtonElement>['type'];
22775
22814
  onClick?: () => void;
22776
22815
  };
22777
- declare const MediaCard: ({ title, subtitle, infoPopover, cover, menuItems, sideSection, onClick, buttonType, ...cardProps }: MediaCardProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22816
+ declare const MediaCard: ({ title, subtitle, infoPopover, cover, menuItems, sideSection, onClick, buttonType, ...cardProps }: MediaCardProps) => _emotion_react_jsx_runtime.JSX.Element;
22778
22817
 
22779
22818
  type ModalProps = {
22780
22819
  header?: React__default.ReactNode;
@@ -22816,7 +22855,7 @@ type ObjectGridContainerProps = {
22816
22855
  /** The children to render */
22817
22856
  children: React.ReactNode;
22818
22857
  };
22819
- declare const ObjectGridContainer: ({ gridCount, children }: ObjectGridContainerProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22858
+ declare const ObjectGridContainer: ({ gridCount, children }: ObjectGridContainerProps) => _emotion_react_jsx_runtime.JSX.Element;
22820
22859
 
22821
22860
  type ObjectHeadingProps = {
22822
22861
  /** sets the heading value */
@@ -22844,31 +22883,31 @@ type ObjectItemProps = {
22844
22883
  type ObjectGridItemProps = ObjectItemProps & {
22845
22884
  isSelected?: boolean;
22846
22885
  };
22847
- declare const ObjectGridItem: ({ header, cover, rightSlot, menuItems, isSelected, children, }: ObjectGridItemProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22886
+ declare const ObjectGridItem: ({ header, cover, rightSlot, menuItems, isSelected, children, }: ObjectGridItemProps) => _emotion_react_jsx_runtime.JSX.Element;
22848
22887
 
22849
22888
  type ObjectGridItemCardCoverProps = {
22850
22889
  icon: IconType;
22851
22890
  } | {
22852
22891
  imageUrl: string;
22853
22892
  };
22854
- declare const ObjectGridItemCardCover: (props: ObjectGridItemCardCoverProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element | undefined;
22893
+ declare const ObjectGridItemCardCover: (props: ObjectGridItemCardCoverProps) => _emotion_react_jsx_runtime.JSX.Element | undefined;
22855
22894
  type ObjectGridItemCoverProps = {
22856
22895
  /** The left slot to render components */
22857
22896
  coverSlotLeft?: React.ReactNode;
22858
22897
  /** The right slot to render components */
22859
22898
  coverSlotRight?: React.ReactNode;
22860
22899
  } & ObjectGridItemCardCoverProps;
22861
- declare const ObjectGridItemCover: ({ coverSlotLeft, coverSlotRight, ...props }: ObjectGridItemCoverProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22900
+ declare const ObjectGridItemCover: ({ coverSlotLeft, coverSlotRight, ...props }: ObjectGridItemCoverProps) => _emotion_react_jsx_runtime.JSX.Element;
22862
22901
  type ObjectGridItemCoverButtonProps = {
22863
22902
  id: string;
22864
22903
  onSelection: (id: string) => void;
22865
22904
  isSelected: boolean;
22866
22905
  selectedText?: string;
22867
22906
  } & ObjectGridItemCoverProps;
22868
- declare const ObjectGridItemCoverButton: ({ id, isSelected, onSelection, coverSlotLeft, coverSlotRight, selectedText, ...props }: ObjectGridItemCoverButtonProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22907
+ declare const ObjectGridItemCoverButton: ({ id, isSelected, onSelection, coverSlotLeft, coverSlotRight, selectedText, ...props }: ObjectGridItemCoverButtonProps) => _emotion_react_jsx_runtime.JSX.Element;
22869
22908
 
22870
22909
  type ObjectGridItemTitleProps = ObjectHeadingProps;
22871
- declare const ObjectGridItemHeading: ({ heading, beforeHeadingSlot, afterHeadingSlot, }: ObjectGridItemTitleProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22910
+ declare const ObjectGridItemHeading: ({ heading, beforeHeadingSlot, afterHeadingSlot, }: ObjectGridItemTitleProps) => _emotion_react_jsx_runtime.JSX.Element;
22872
22911
 
22873
22912
  type ObjectGridItemIconWithTooltipProps = {
22874
22913
  /** The title of the tooltip */
@@ -22878,55 +22917,70 @@ type ObjectGridItemIconWithTooltipProps = {
22878
22917
  /** The color of the icon */
22879
22918
  iconColor?: IconColor;
22880
22919
  } & Pick<TooltipProps, 'placement'>;
22881
- declare const ObjectGridItemIconWithTooltip: ({ tooltipTitle, placement, icon, iconColor, }: ObjectGridItemIconWithTooltipProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22920
+ declare const ObjectGridItemIconWithTooltip: ({ tooltipTitle, placement, icon, iconColor, }: ObjectGridItemIconWithTooltipProps) => _emotion_react_jsx_runtime.JSX.Element;
22921
+
22922
+ /** @deprecated - Beta Object grid loading skeleton component
22923
+ * @example <ObjectGridItemLoadingSkeleton />
22924
+ */
22925
+ declare const ObjectGridItemLoadingSkeleton: () => _emotion_react_jsx_runtime.JSX.Element;
22882
22926
 
22883
22927
  /** @deprecated - Beta Object item loading skeleton component */
22884
22928
  type ObjectItemLoadingSkeletonProps = {
22885
22929
  /** Show cover image loading skeleton */
22886
22930
  showCover?: boolean;
22931
+ /** Render as single or multi
22932
+ * @default 'single'
22933
+ */
22934
+ renderAs?: 'single' | 'multi';
22887
22935
  };
22888
22936
  /** @deprecated - Beta Object item loading skeleton component
22889
22937
  * @example <ObjectItemLoadingSkeleton showCover />
22890
22938
  */
22891
- declare const ObjectItemLoadingSkeleton: ({ showCover }: ObjectItemLoadingSkeletonProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22939
+ declare const ObjectItemLoadingSkeleton: ({ showCover, renderAs, }: ObjectItemLoadingSkeletonProps) => _emotion_react_jsx_runtime.JSX.Element;
22892
22940
 
22893
22941
  /** @deprecated - Beta Object list item component */
22894
22942
  type ObjectListItemProps = ObjectListItemSingleProps | (ObjectListItemMultiProps & HTMLAttributes<HTMLDivElement>);
22895
22943
  type ObjectListItemSingleProps = Omit<ObjectItemProps, 'cover' | 'children'> & {
22896
22944
  cover?: ReactNode;
22945
+ dragHandle?: ReactNode;
22897
22946
  renderAs?: 'single';
22898
22947
  };
22899
22948
  type ObjectListItemMultiProps = Omit<ObjectItemProps, 'cover'> & {
22900
22949
  cover?: ReactNode;
22950
+ dragHandle?: ReactNode;
22901
22951
  renderAs?: 'multi';
22902
22952
  children?: ReactNode;
22903
22953
  };
22904
22954
  /** @deprecated - beta Object list item component */
22905
- declare const ObjectListItem: (props: ObjectListItemProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22955
+ declare const ObjectListItem: (props: ObjectListItemProps) => _emotion_react_jsx_runtime.JSX.Element;
22906
22956
 
22907
22957
  /** @deprecated - Beta Object list item container component */
22908
- declare const ObjectListItemContainer: ({ children, ...props }: RhythmProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22958
+ declare const ObjectListItemContainer: ({ children, gap, ...props }: RhythmProps) => _emotion_react_jsx_runtime.JSX.Element;
22909
22959
 
22910
22960
  /** @deprecated - Beta Object list item cover component */
22911
22961
  type ObjectListItemCoverProps = {
22912
22962
  imageUrl?: string;
22963
+ /** (optional) sets the text to display when there is no image
22964
+ * @default 'Image not available'
22965
+ */
22966
+ noImageText?: string;
22913
22967
  } & HTMLAttributes<HTMLImageElement>;
22914
22968
  /** @deprecated - beta Object list item cover component */
22915
- declare const ObjectListItemCover: ({ imageUrl, ...props }: ObjectListItemCoverProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22969
+ declare const ObjectListItemCover: ({ imageUrl, noImageText, ...props }: ObjectListItemCoverProps) => _emotion_react_jsx_runtime.JSX.Element;
22916
22970
 
22917
22971
  /** @deprecated - Beta Object list item heading component */
22918
22972
  type ObjectListItemHeadingProps = Omit<ObjectHeadingProps, 'heading'> & HTMLAttributes<HTMLDivElement> & {
22919
22973
  heading: ReactNode;
22920
22974
  };
22921
22975
  /** @deprecated - beta Object list item heading component */
22922
- declare const ObjectListItemHeading: ({ heading, beforeHeadingSlot, afterHeadingSlot, ...props }: ObjectListItemHeadingProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
22976
+ declare const ObjectListItemHeading: ({ heading, beforeHeadingSlot, afterHeadingSlot, ...props }: ObjectListItemHeadingProps) => _emotion_react_jsx_runtime.JSX.Element;
22923
22977
 
22924
22978
  declare function Pagination({ limit, offset, total, onPageChange, }: {
22925
22979
  limit: number;
22926
22980
  offset: number;
22927
22981
  total: number;
22928
22982
  onPageChange: (limit: number, offset: number) => void;
22929
- }): _emotion_react_types_jsx_namespace.EmotionJSX.Element | null;
22983
+ }): _emotion_react_jsx_runtime.JSX.Element | null;
22930
22984
 
22931
22985
  type CommonParameterProps = {
22932
22986
  /** sets the label value */
@@ -23002,9 +23056,9 @@ type ConnectToDataElementButtonProps = HTMLAttributes<HTMLButtonElement> & {
23002
23056
  /** Disables hover state, sets aria-disabled */
23003
23057
  isLocked?: boolean;
23004
23058
  };
23005
- declare const LabelLeadingIcon: ({ icon, iconColor, children, isBound, isActive, isLocked, title, ...props }: ConnectToDataElementButtonProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23059
+ declare const LabelLeadingIcon: ({ icon, iconColor, children, isBound, isActive, isLocked, title, ...props }: ConnectToDataElementButtonProps) => _emotion_react_jsx_runtime.JSX.Element;
23006
23060
  /** @deprecated use LabelLeadingIcon */
23007
- declare const ConnectToDataElementButton: ({ icon, iconColor, children, isBound, isActive, isLocked, title, ...props }: ConnectToDataElementButtonProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23061
+ declare const ConnectToDataElementButton: ({ icon, iconColor, children, isBound, isActive, isLocked, title, ...props }: ConnectToDataElementButtonProps) => _emotion_react_jsx_runtime.JSX.Element;
23008
23062
 
23009
23063
  type ParameterDataConnectButtonProps = {
23010
23064
  /** Sets the label value */
@@ -23026,7 +23080,7 @@ type ParameterDataConnectButtonProps = {
23026
23080
  * @example <ParameterDataConnectButton label="label" id="connect-data-button" onConnectDatasource={() => myFunction()}>Button Text</ParameterDataConnectButton>
23027
23081
  * @deprecated no longer used in uniform UI
23028
23082
  */
23029
- declare function ParameterDataResource({ label, labelLeadingIcon, id, onConnectDatasource, caption, disabled, children, }: ParameterDataConnectButtonProps): _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23083
+ declare function ParameterDataResource({ label, labelLeadingIcon, id, onConnectDatasource, caption, disabled, children, }: ParameterDataConnectButtonProps): _emotion_react_jsx_runtime.JSX.Element;
23030
23084
 
23031
23085
  type ParameterDrawerHeaderProps = {
23032
23086
  title: string;
@@ -23036,7 +23090,7 @@ type ParameterDrawerHeaderProps = {
23036
23090
  /**
23037
23091
  * @deprecated use <Drawer heading={"Hi!"} /> instead, to use default drawer heading styles
23038
23092
  */
23039
- declare const ParameterDrawerHeader: ({ title, iconBeforeTitle, children }: ParameterDrawerHeaderProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23093
+ declare const ParameterDrawerHeader: ({ title, iconBeforeTitle, children }: ParameterDrawerHeaderProps) => _emotion_react_jsx_runtime.JSX.Element;
23040
23094
 
23041
23095
  type ParameterGroupProps = React.HTMLAttributes<HTMLFieldSetElement> & {
23042
23096
  /** sets the legend value */
@@ -23050,7 +23104,7 @@ declare const ParameterGroup: React$1.ForwardRefExoticComponent<React$1.HTMLAttr
23050
23104
  /** sets the legend value */
23051
23105
  legend: string | JSX.Element;
23052
23106
  /** (optional) - sets a disabled attribute at the field level disabling all child input fields and buttons */
23053
- isDisabled?: boolean | undefined;
23107
+ isDisabled?: boolean;
23054
23108
  children: ReactNode;
23055
23109
  } & React$1.RefAttributes<HTMLFieldSetElement>>;
23056
23110
 
@@ -23061,27 +23115,27 @@ type ParameterImageProps = Omit<CommonParameterInputProps, 'inputIcon' | 'type'>
23061
23115
  /** @Example <ParameterImage {...inputArgs} value={value} onChange={(e) => setValue(e.currentTarget.value)} /> */
23062
23116
  declare const ParameterImage: React__default.ForwardRefExoticComponent<Omit<CommonParameterInputProps, "type" | "inputIcon"> & React__default.InputHTMLAttributes<HTMLInputElement> & {
23063
23117
  /** Turns off the image preview, if it's not desired or rendered separately with `ParameterImageImage` elsewhere */
23064
- disablePreview?: boolean | undefined;
23118
+ disablePreview?: boolean;
23065
23119
  } & {
23066
- children?: React__default.ReactNode;
23120
+ children?: React__default.ReactNode | undefined;
23067
23121
  } & React__default.RefAttributes<HTMLInputElement>>;
23068
23122
  declare const ParameterImageInner: React__default.ForwardRefExoticComponent<React__default.InputHTMLAttributes<HTMLInputElement> & {
23069
- disablePreview?: boolean | undefined;
23123
+ disablePreview?: boolean;
23070
23124
  } & React__default.RefAttributes<HTMLInputElement>>;
23071
23125
 
23072
23126
  declare function ParameterImagePreview({ imageSrc }: {
23073
23127
  imageSrc: string;
23074
- }): _emotion_react_types_jsx_namespace.EmotionJSX.Element | null;
23128
+ }): _emotion_react_jsx_runtime.JSX.Element | null;
23075
23129
 
23076
23130
  type ParameterInputProps = CommonParameterInputProps & React.InputHTMLAttributes<HTMLInputElement>;
23077
23131
  /** @example <ParameterInput label="label value" id="my-input" /> */
23078
23132
  declare const ParameterInput: React$1.ForwardRefExoticComponent<CommonParameterProps & {
23079
- caption?: string | undefined;
23133
+ caption?: string;
23080
23134
  menuItems?: React$1.ReactNode;
23081
- actionItems?: React$1.ReactNode;
23082
- errorTestId?: string | undefined;
23083
- captionTestId?: string | undefined;
23084
- title?: string | undefined;
23135
+ actionItems?: React.ReactNode;
23136
+ errorTestId?: string;
23137
+ captionTestId?: string;
23138
+ title?: string;
23085
23139
  } & React$1.InputHTMLAttributes<HTMLInputElement> & React$1.RefAttributes<HTMLInputElement>>;
23086
23140
  declare const ParameterInputInner: React$1.ForwardRefExoticComponent<React$1.InputHTMLAttributes<HTMLInputElement> & React$1.RefAttributes<HTMLInputElement>>;
23087
23141
 
@@ -23091,9 +23145,11 @@ type ParameterLabelProps = HTMLAttributes<HTMLLabelElement> & {
23091
23145
  children: React.ReactNode;
23092
23146
  /** sets the label to use a span tag with aria-labelledby */
23093
23147
  asSpan?: boolean;
23148
+ /** sets the data-testId attribute */
23149
+ testId?: string;
23094
23150
  };
23095
23151
  /** @example <ParameterLabel id="my-label">my label</ParameterLabel> */
23096
- declare const ParameterLabel: ({ id, asSpan, children, ...props }: ParameterLabelProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23152
+ declare const ParameterLabel: ({ id, asSpan, children, testId, ...props }: ParameterLabelProps) => _emotion_react_jsx_runtime.JSX.Element;
23097
23153
 
23098
23154
  type ParameterLinkProps = CommonParameterInputProps & React.InputHTMLAttributes<HTMLInputElement> & {
23099
23155
  /** (optional) sets the button text when value is empty
@@ -23108,22 +23164,22 @@ type ParameterLinkProps = CommonParameterInputProps & React.InputHTMLAttributes<
23108
23164
  };
23109
23165
  /** @example <ParameterLink label="my label" id="my-id" options={[{ label: 'option label', value: 0}]} */
23110
23166
  declare const ParameterLink: React$1.ForwardRefExoticComponent<CommonParameterProps & {
23111
- caption?: string | undefined;
23167
+ caption?: string;
23112
23168
  menuItems?: React$1.ReactNode;
23113
- actionItems?: React$1.ReactNode;
23114
- errorTestId?: string | undefined;
23115
- captionTestId?: string | undefined;
23116
- title?: string | undefined;
23169
+ actionItems?: React.ReactNode;
23170
+ errorTestId?: string;
23171
+ captionTestId?: string;
23172
+ title?: string;
23117
23173
  } & React$1.InputHTMLAttributes<HTMLInputElement> & {
23118
23174
  /** (optional) sets the button text when value is empty
23119
23175
  * @default 'Configure link'
23120
23176
  */
23121
- buttonText?: string | undefined;
23177
+ buttonText?: string;
23122
23178
  /** sets the button function */
23123
23179
  onConnectLink: () => void;
23124
23180
  /** sets the disabled state of the button, useful for permissions */
23125
- disabled?: boolean | undefined;
23126
- externalLink?: string | undefined;
23181
+ disabled?: boolean;
23182
+ externalLink?: string;
23127
23183
  } & React$1.RefAttributes<HTMLInputElement>>;
23128
23184
  declare const ParameterLinkInner: React$1.ForwardRefExoticComponent<Omit<ParameterLinkProps, "label" | "id"> & React$1.RefAttributes<HTMLInputElement>>;
23129
23185
 
@@ -23143,11 +23199,11 @@ type ParameterMultiSelectProps = CommonParameterInputProps & ParameterMultiSelec
23143
23199
  /**
23144
23200
  * @deprecated beta
23145
23201
  * @example <ParameterMultiSelect label="my label" id="my-id" options={[{ label: 'option label', value: 0}]} */
23146
- declare const ParameterMultiSelect: ({ disabled, ...props }: ParameterMultiSelectProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23202
+ declare const ParameterMultiSelect: ({ disabled, ...props }: ParameterMultiSelectProps) => _emotion_react_jsx_runtime.JSX.Element;
23147
23203
  /**
23148
23204
  * @deprecated beta
23149
23205
  * @example <ParameterMultiSelectInner options={[{ label: 'option label', value: 0}]} />*/
23150
- declare const ParameterMultiSelectInner: (props: ParameterMultiSelectInnerProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23206
+ declare const ParameterMultiSelectInner: (props: ParameterMultiSelectInnerProps) => _emotion_react_jsx_runtime.JSX.Element;
23151
23207
 
23152
23208
  type ParameterNameAndPublicIdInputProps = {
23153
23209
  id?: undefined | string;
@@ -23198,7 +23254,7 @@ type ParameterNameAndPublicIdInputProps = {
23198
23254
  hasInitialPublicIdField?: boolean;
23199
23255
  };
23200
23256
  /** @example <ParameterNameAndPublicIdInput /> */
23201
- 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;
23257
+ 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;
23202
23258
 
23203
23259
  type LinkNodeProps = NonNullable<LinkParamValue>;
23204
23260
  type SerializedLinkNode = Spread<{
@@ -23230,6 +23286,7 @@ type LinkNodePluginProps = {
23230
23286
  onSetValue: (value: LinkParamValue) => void;
23231
23287
  }) => Promise<void>;
23232
23288
  getBoundPath?: (path: string) => string;
23289
+ positioningAnchorEl: HTMLElement;
23233
23290
  };
23234
23291
 
23235
23292
  declare const richTextToolbarButton: _emotion_react.SerializedStyles;
@@ -23237,20 +23294,56 @@ declare const richTextToolbarButtonActive: _emotion_react.SerializedStyles;
23237
23294
  type RichTextToolbarIconProps = {
23238
23295
  icon: IconType;
23239
23296
  };
23240
- declare const RichTextToolbarIcon: ({ icon }: RichTextToolbarIconProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23297
+ declare const RichTextToolbarIcon: ({ icon }: RichTextToolbarIconProps) => _emotion_react_jsx_runtime.JSX.Element;
23241
23298
  type RichTextToolbarProps = {
23242
23299
  config?: RichTextParamConfiguration;
23243
23300
  /** Variables */
23244
23301
  customControls?: React.ReactElement;
23302
+ onInsertTable?: () => Promise<{
23303
+ rows: number;
23304
+ columns: number;
23305
+ } | null>;
23306
+ };
23307
+ type UseRichTextToolbarStateProps = {
23308
+ config?: RichTextParamConfiguration;
23309
+ };
23310
+ declare const useRichTextToolbarState: ({ config }: UseRichTextToolbarStateProps) => {
23311
+ activeFormats: _uniformdev_richtext.RichTextBuiltInFormat[];
23312
+ setActiveFormats: React$1.Dispatch<React$1.SetStateAction<_uniformdev_richtext.RichTextBuiltInFormat[]>>;
23313
+ activeElement: "paragraph" | _uniformdev_richtext.RichTextBuiltInElement;
23314
+ setActiveElement: React$1.Dispatch<React$1.SetStateAction<"paragraph" | _uniformdev_richtext.RichTextBuiltInElement>>;
23315
+ visibleFormatsWithIcon: {
23316
+ label: string;
23317
+ type: _uniformdev_richtext.RichTextBuiltInFormat;
23318
+ }[];
23319
+ visibleFormatsWithoutIcon: {
23320
+ label: string;
23321
+ type: _uniformdev_richtext.RichTextBuiltInFormat;
23322
+ }[];
23323
+ visibleTextualElements: {
23324
+ label: string;
23325
+ type: _uniformdev_richtext.RichTextBuiltInElement;
23326
+ }[];
23327
+ isLink: boolean;
23328
+ setIsLink: React$1.Dispatch<React$1.SetStateAction<boolean>>;
23329
+ linkElementVisible: boolean;
23330
+ visibleLists: Set<string>;
23331
+ quoteElementVisible: boolean;
23332
+ codeElementVisible: boolean;
23333
+ tableElementVisible: boolean;
23334
+ visibleElementsWithIcons: Set<string>;
23335
+ visibleInsertElementsWithIcons: Set<string>;
23245
23336
  };
23246
23337
 
23247
23338
  type RichTextProps = {
23248
23339
  config?: RichTextParamConfiguration;
23249
- onChange?: (value: SerializedEditorState) => void;
23340
+ onChange?: (value: SerializedEditorState, tags: Set<string>) => void;
23250
23341
  onConnectLink?: LinkNodePluginProps['onConnectLink'];
23251
23342
  onRichTextInit?: (editor: LexicalEditor) => void;
23252
23343
  readOnly?: boolean;
23344
+ minimalInteractivity?: boolean;
23253
23345
  editorInputClassName?: string;
23346
+ editorInputWrapperClassName?: string;
23254
23347
  /** Register additional custom node types to the RTE */
23255
23348
  customNodes?: InitialConfigType['nodes'];
23256
23349
  /** Children allows registering custom Lexical plugins */
@@ -23261,6 +23354,11 @@ type RichTextProps = {
23261
23354
  };
23262
23355
  /** Rich Text Toolbar custom controls */
23263
23356
  customControls?: RichTextToolbarProps['customControls'];
23357
+ /** Tables */
23358
+ onInsertTable?: () => Promise<{
23359
+ rows: number;
23360
+ columns: number;
23361
+ } | null>;
23264
23362
  };
23265
23363
  type RichTextParamValue = SerializedEditorState | undefined | null;
23266
23364
  type ParameterRichTextInnerProps = RichTextProps & {
@@ -23269,32 +23367,25 @@ type ParameterRichTextInnerProps = RichTextProps & {
23269
23367
  editorFooter?: React.ReactNode;
23270
23368
  };
23271
23369
  type ParameterRichTextProps = CommonParameterInputProps & ParameterRichTextInnerProps;
23272
- 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;
23273
- declare const ParameterRichTextInner: ({ value, onChange, onConnectLink, config, onRichTextInit, readOnly, editorWrapperClassName, editorInputClassName, editorFooter, children, customNodes, variables, customControls, }: ParameterRichTextInnerProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23370
+ 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, minimalInteractivity, }: ParameterRichTextProps) => _emotion_react_jsx_runtime.JSX.Element;
23371
+ declare const ParameterRichTextInner: ({ value, onChange, onConnectLink, config, onRichTextInit, readOnly, editorWrapperClassName, editorInputClassName, editorInputWrapperClassName, editorFooter, children, customNodes, variables, customControls, onInsertTable, minimalInteractivity, }: ParameterRichTextInnerProps) => _emotion_react_jsx_runtime.JSX.Element;
23274
23372
 
23275
23373
  type ParameterSelectProps = CommonParameterInputProps & CommonParameterSelectProps & React.InputHTMLAttributes<HTMLSelectElement>;
23276
23374
  /** @example <ParameterSelect label="my label" id="my-id" options={[{ label: 'option label', value: 0}]} */
23277
23375
  declare const ParameterSelect: React$1.ForwardRefExoticComponent<CommonParameterProps & {
23278
- caption?: string | undefined;
23376
+ caption?: string;
23279
23377
  menuItems?: React$1.ReactNode;
23280
- actionItems?: React$1.ReactNode;
23281
- errorTestId?: string | undefined;
23282
- captionTestId?: string | undefined;
23283
- title?: string | undefined;
23378
+ actionItems?: React.ReactNode;
23379
+ errorTestId?: string;
23380
+ captionTestId?: string;
23381
+ title?: string;
23284
23382
  } & CommonParameterSelectProps & React$1.InputHTMLAttributes<HTMLSelectElement> & React$1.RefAttributes<HTMLSelectElement>>;
23285
23383
  /** @example <ParameterSelectInner options={[{ label: 'option label', value: 0}]} />*/
23286
23384
  declare const ParameterSelectInner: React$1.ForwardRefExoticComponent<Omit<ParameterSelectProps, "label" | "id"> & React$1.RefAttributes<HTMLSelectElement>>;
23287
23385
 
23288
23386
  /** A function that extracts all common props and element props
23289
23387
  * @example const { shellProps, innerProps } = extractParameterProps(props) */
23290
- declare const extractParameterProps: <T>(props: T & CommonParameterProps & {
23291
- caption?: string | undefined;
23292
- menuItems?: ReactNode;
23293
- actionItems?: ReactNode;
23294
- errorTestId?: string | undefined;
23295
- captionTestId?: string | undefined;
23296
- title?: string | undefined;
23297
- }) => {
23388
+ declare const extractParameterProps: <T>(props: T & CommonParameterInputProps) => {
23298
23389
  shellProps: {
23299
23390
  id: string;
23300
23391
  label: string;
@@ -23312,12 +23403,12 @@ declare const extractParameterProps: <T>(props: T & CommonParameterProps & {
23312
23403
  onResetOverriddenValue: (() => void) | undefined;
23313
23404
  };
23314
23405
  innerProps: Omit<T & CommonParameterProps & {
23315
- caption?: string | undefined;
23406
+ caption?: string;
23316
23407
  menuItems?: ReactNode;
23317
- actionItems?: ReactNode;
23318
- errorTestId?: string | undefined;
23319
- captionTestId?: string | undefined;
23320
- title?: string | undefined;
23408
+ actionItems?: React.ReactNode;
23409
+ errorTestId?: string;
23410
+ captionTestId?: string;
23411
+ title?: string;
23321
23412
  }, "caption" | "label" | "title" | "id" | "warningMessage" | "errorMessage" | "infoMessage" | "errorTestId" | "captionTestId" | "menuItems" | "hiddenLabel" | "labelLeadingIcon" | "hasOverriddenValue" | "onResetOverriddenValue">;
23322
23413
  };
23323
23414
  type ParameterShellOverrideProps = {
@@ -23340,22 +23431,22 @@ type ParameterShellProps = React.InputHTMLAttributes<HTMLDivElement> & CommonPar
23340
23431
  * Uniform Parameter shell component
23341
23432
  * @example <ParameterShell label="my label" id="my-id"><ParameterInput onChange={() => {}} /></ParameterShell>
23342
23433
  */
23343
- 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;
23434
+ 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;
23344
23435
  declare const ParameterShellPlaceholder: ({ children }: {
23345
23436
  children?: ReactNode;
23346
- }) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23437
+ }) => _emotion_react_jsx_runtime.JSX.Element;
23347
23438
  /** @deprecated */
23348
- declare const ParameterOverrideMarker: (props: HTMLAttributes<HTMLButtonElement>) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23439
+ declare const ParameterOverrideMarker: (props: HTMLAttributes<HTMLButtonElement>) => _emotion_react_jsx_runtime.JSX.Element;
23349
23440
 
23350
23441
  type ParameterTextareaProps = CommonParameterInputProps & React.TextareaHTMLAttributes<HTMLTextAreaElement>;
23351
23442
  /** @example <ParameterTextarea label="label value" id="my-textarea" /> */
23352
23443
  declare const ParameterTextarea: React$1.ForwardRefExoticComponent<CommonParameterProps & {
23353
- caption?: string | undefined;
23444
+ caption?: string;
23354
23445
  menuItems?: React$1.ReactNode;
23355
- actionItems?: React$1.ReactNode;
23356
- errorTestId?: string | undefined;
23357
- captionTestId?: string | undefined;
23358
- title?: string | undefined;
23446
+ actionItems?: React.ReactNode;
23447
+ errorTestId?: string;
23448
+ captionTestId?: string;
23449
+ title?: string;
23359
23450
  } & React$1.TextareaHTMLAttributes<HTMLTextAreaElement> & React$1.RefAttributes<HTMLTextAreaElement>>;
23360
23451
  /** @example <ParameterTextareaInner /> */
23361
23452
  declare const ParameterTextareaInner: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLTextAreaElement> & React$1.RefAttributes<HTMLTextAreaElement>>;
@@ -23365,14 +23456,14 @@ type ParameterToggleProps = Omit<React.InputHTMLAttributes<HTMLInputElement>, 't
23365
23456
  };
23366
23457
  /** @example <ParameterToggle title="my checkbox" label="label value" id="my-checkbox" type="checkbox" onIconClick={() => alert('icon clicked)} /> */
23367
23458
  declare const ParameterToggle: React$1.ForwardRefExoticComponent<Omit<React$1.InputHTMLAttributes<HTMLInputElement>, "type"> & CommonParameterProps & {
23368
- caption?: string | undefined;
23459
+ caption?: string;
23369
23460
  menuItems?: React$1.ReactNode;
23370
- actionItems?: React$1.ReactNode;
23371
- errorTestId?: string | undefined;
23372
- captionTestId?: string | undefined;
23373
- title?: string | undefined;
23461
+ actionItems?: React.ReactNode;
23462
+ errorTestId?: string;
23463
+ captionTestId?: string;
23464
+ title?: string;
23374
23465
  } & {
23375
- type: 'checkbox' | 'radio';
23466
+ type: "checkbox" | "radio";
23376
23467
  } & React$1.RefAttributes<HTMLInputElement>>;
23377
23468
  declare const ParameterToggleInner: React$1.ForwardRefExoticComponent<React$1.InputHTMLAttributes<HTMLInputElement> & React$1.RefAttributes<HTMLInputElement>>;
23378
23469
 
@@ -23413,7 +23504,7 @@ type PopoverProps = PopoverProps$1 & {
23413
23504
  */
23414
23505
  maxWidth?: string;
23415
23506
  };
23416
- declare const Popover: ({ iconColor, icon, iconSize, buttonText, ariaLabel, placement, testId, trigger, children, baseId, onInit, maxWidth, ...otherProps }: PopoverProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23507
+ declare const Popover: ({ iconColor, icon, iconSize, buttonText, ariaLabel, placement, testId, trigger, children, baseId, onInit, maxWidth, ...otherProps }: PopoverProps) => _emotion_react_jsx_runtime.JSX.Element;
23417
23508
  /**
23418
23509
  * Hook to get the current popover context
23419
23510
  * @description This hook is used to get the current popover context
@@ -23431,7 +23522,7 @@ interface ProgressBarProps extends React$1.HTMLAttributes<HTMLDivElement> {
23431
23522
  /**
23432
23523
  * @deprecated This component is in beta, and might receive breaking changes in minor releases!
23433
23524
  */
23434
- declare function ProgressBar({ current, max, theme, variant, ...props }: ProgressBarProps): _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23525
+ declare function ProgressBar({ current, max, theme, variant, ...props }: ProgressBarProps): _emotion_react_jsx_runtime.JSX.Element;
23435
23526
 
23436
23527
  type ProgressListItemStatus = 'completed' | 'inProgress' | 'queued';
23437
23528
  type ProgressListProps = React__default.HTMLAttributes<HTMLOListElement> & {
@@ -23449,7 +23540,7 @@ type ProgressListProps = React__default.HTMLAttributes<HTMLOListElement> & {
23449
23540
  * Component that sets the base structure for scrollable content in a max height container
23450
23541
  * @example <ProgressList items={[{ id: 'step1', label: 'Step 1' }, { id: 'step2', label: 'Step 2' }]} />
23451
23542
  */
23452
- declare const ProgressList: ({ inProgressId, items, autoEllipsis, ...htmlProps }: ProgressListProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23543
+ declare const ProgressList: ({ inProgressId, items, autoEllipsis, ...htmlProps }: ProgressListProps) => _emotion_react_jsx_runtime.JSX.Element;
23453
23544
  type ProgressListItemProps = React__default.HTMLAttributes<HTMLLIElement> & {
23454
23545
  /** The status of the item. Defaults to 'queued' */
23455
23546
  status?: ProgressListItemStatus;
@@ -23468,7 +23559,7 @@ type ProgressListItem<IdType extends string = string> = {
23468
23559
  * */
23469
23560
  errorLevel?: 'danger' | 'caution';
23470
23561
  };
23471
- declare const ProgressListItem: ({ children, status, error, errorLevel, autoEllipsis, }: ProgressListItemProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23562
+ declare const ProgressListItem: ({ children, status, error, errorLevel, autoEllipsis, }: ProgressListItemProps) => _emotion_react_jsx_runtime.JSX.Element;
23472
23563
 
23473
23564
  type SegmentedControlOption<TValue extends string = string> = {
23474
23565
  value: TValue;
@@ -23517,7 +23608,7 @@ type SegmentedControlProps<TValue extends string = string> = Omit<React__default
23517
23608
  * A control with multiple segments. Can be used as a replacement of radio buttons.
23518
23609
  * @example <SegmentedControl name="mySegmentedControl" value={value} options={[{label: 'Option 1', value: 'option1',label: 'Option 2', value: 'option2'}]} onChange={setValue} />
23519
23610
  */
23520
- 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;
23611
+ 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;
23521
23612
 
23522
23613
  type SkeletonProps = React__default.PropsWithChildren<React__default.HTMLAttributes<HTMLDivElement>> & {
23523
23614
  width?: string;
@@ -23529,7 +23620,7 @@ type SkeletonProps = React__default.PropsWithChildren<React__default.HTMLAttribu
23529
23620
  * A loading skeleton
23530
23621
  * @example <Skeleton width="50%" height="32px" />
23531
23622
  */
23532
- declare const Skeleton: ({ width, height, inline, circle, children, ...otherProps }: SkeletonProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23623
+ declare const Skeleton: ({ width, height, inline, circle, children, ...otherProps }: SkeletonProps) => _emotion_react_jsx_runtime.JSX.Element;
23533
23624
 
23534
23625
  type SwitchProps = Omit<React.InputHTMLAttributes<HTMLInputElement>, 'type'> & {
23535
23626
  /** sets the label value */
@@ -23552,13 +23643,13 @@ declare const Switch: React$1.ForwardRefExoticComponent<Omit<React$1.InputHTMLAt
23552
23643
  /** sets the label value */
23553
23644
  label: ReactNode;
23554
23645
  /** (optional) sets information text */
23555
- infoText?: string | undefined;
23646
+ infoText?: string;
23556
23647
  /** sets the toggle text value */
23557
- toggleText?: string | undefined;
23648
+ toggleText?: string;
23558
23649
  /** sets child elements */
23559
23650
  children?: ReactNode;
23560
23651
  /** the size of the control */
23561
- switchSize?: "base" | "sm" | undefined;
23652
+ switchSize?: "base" | "sm";
23562
23653
  } & React$1.RefAttributes<HTMLInputElement>>;
23563
23654
 
23564
23655
  type TableProps = {
@@ -23600,7 +23691,7 @@ declare const Table: React$1.ForwardRefExoticComponent<{
23600
23691
  /** The CSS padding of the table cells (includes the head cells as well).
23601
23692
  * @default 'var(--spacing-base) var(--spacing-md)'
23602
23693
  */
23603
- cellPadding?: string | undefined;
23694
+ cellPadding?: string;
23604
23695
  } & Omit<Omit<React$1.DetailedHTMLProps<React$1.TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, "ref">, "cellPadding"> & React$1.RefAttributes<HTMLTableElement>>;
23605
23696
  declare const TableHead: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, "ref"> & React$1.RefAttributes<HTMLTableSectionElement>>;
23606
23697
  declare const TableBody: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, "ref"> & React$1.RefAttributes<HTMLTableSectionElement>>;
@@ -23621,18 +23712,18 @@ type TabsProps<TTabName extends string = string> = {
23621
23712
  */
23622
23713
  useHashForState?: boolean;
23623
23714
  };
23624
- declare const Tabs: <TTabName extends string = string>({ children, onSelectedIdChange, useHashForState, selectedId, manual, ...props }: TabsProps<TTabName>) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23625
- declare const TabButtonGroup: ({ children, ...props }: Partial<TabListProps>) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23715
+ declare const Tabs: <TTabName extends string = string>({ children, onSelectedIdChange, useHashForState, selectedId, manual, ...props }: TabsProps<TTabName>) => _emotion_react_jsx_runtime.JSX.Element;
23716
+ declare const TabButtonGroup: ({ children, ...props }: Partial<TabListProps>) => _emotion_react_jsx_runtime.JSX.Element;
23626
23717
  type TabButtonProps<TTabName extends string = string> = Partial<TabProps> & {
23627
23718
  id: TTabName;
23628
23719
  children: React__default.ReactNode;
23629
23720
  };
23630
- declare const TabButton: <TTabName extends string = string>({ children, id, ...props }: TabButtonProps<TTabName>) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23721
+ declare const TabButton: <TTabName extends string = string>({ children, id, ...props }: TabButtonProps<TTabName>) => _emotion_react_jsx_runtime.JSX.Element;
23631
23722
  type TabContentProps<TTabName extends string = string> = Partial<TabPanelProps> & {
23632
23723
  tabId?: TTabName;
23633
23724
  children: React__default.ReactNode;
23634
23725
  };
23635
- declare const TabContent: <TTabName extends string = string>({ children, ...props }: TabContentProps<TTabName>) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23726
+ declare const TabContent: <TTabName extends string = string>({ children, ...props }: TabContentProps<TTabName>) => _emotion_react_jsx_runtime.JSX.Element;
23636
23727
 
23637
23728
  type CreateTeamIntegrationTileProps = React.HTMLAttributes<HTMLDivElement> & {
23638
23729
  /** (optional) sets the title value
@@ -23650,7 +23741,7 @@ type CreateTeamIntegrationTileProps = React.HTMLAttributes<HTMLDivElement> & {
23650
23741
  */
23651
23742
  asDeepLink?: boolean;
23652
23743
  };
23653
- declare const CreateTeamIntegrationTile: ({ title, buttonText, onClick, asDeepLink, ...props }: CreateTeamIntegrationTileProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23744
+ declare const CreateTeamIntegrationTile: ({ title, buttonText, onClick, asDeepLink, ...props }: CreateTeamIntegrationTileProps) => _emotion_react_jsx_runtime.JSX.Element;
23654
23745
 
23655
23746
  interface IntegrationTileFields {
23656
23747
  icon?: string | React.ComponentType<{
@@ -23672,7 +23763,7 @@ type EditTeamIntegrationTileProps = IntegrationTileFields & {
23672
23763
  /** Uniform Edit Team Integration Tile
23673
23764
  * @example <EditTeamIntegrationTile id="example" onEdit={() => func()} canEdit={true} isPublis={true} name="example" icon="./image.svg" />
23674
23765
  */
23675
- declare const EditTeamIntegrationTile: ({ id, icon, name, onEdit, isPublic, canEdit, }: EditTeamIntegrationTileProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23766
+ declare const EditTeamIntegrationTile: ({ id, icon, name, onEdit, isPublic, canEdit, }: EditTeamIntegrationTileProps) => _emotion_react_jsx_runtime.JSX.Element;
23676
23767
 
23677
23768
  type IntegrationComingSoonProps = IntegrationTileFields & React.HTMLAttributes<HTMLDivElement> & {
23678
23769
  /** sets the id and data-testid value */
@@ -23688,7 +23779,7 @@ type IntegrationComingSoonProps = IntegrationTileFields & React.HTMLAttributes<H
23688
23779
  * Uniform Integration Coming Soon Component
23689
23780
  * @example <IntegrationComingSoon id="piedpiper" name="Pied Piper" icon="./piedpiper.svg" onUpVoteClick={() => someFunc()} />
23690
23781
  */
23691
- declare const IntegrationComingSoon: ({ name, icon, id, onUpVoteClick, timing, ...props }: IntegrationComingSoonProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23782
+ declare const IntegrationComingSoon: ({ name, icon, id, onUpVoteClick, timing, ...props }: IntegrationComingSoonProps) => _emotion_react_jsx_runtime.JSX.Element;
23692
23783
 
23693
23784
  type IntegrationLoadingTileProps = {
23694
23785
  /** (optional) sets the number of skeletal loading elements to show
@@ -23699,7 +23790,7 @@ type IntegrationLoadingTileProps = {
23699
23790
  /** Uniform Integration Loading Tile
23700
23791
  * @example <IntegrationLoadingTile count={10} />
23701
23792
  */
23702
- declare const IntegrationLoadingTile: ({ count }: IntegrationLoadingTileProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23793
+ declare const IntegrationLoadingTile: ({ count }: IntegrationLoadingTileProps) => _emotion_react_jsx_runtime.JSX.Element;
23703
23794
 
23704
23795
  type IntegrationModalIconProps = React$1.ImgHTMLAttributes<HTMLImageElement> & {
23705
23796
  /** sets the icon as inline svg or img tag */
@@ -23713,7 +23804,7 @@ type IntegrationModalIconProps = React$1.ImgHTMLAttributes<HTMLImageElement> & {
23713
23804
  * Uniform Integration Modal Icon
23714
23805
  * @example <IntegrationModalIcon name="name" icon="/my-icon.svg" />
23715
23806
  */
23716
- declare const IntegrationModalIcon: ({ icon, name, ...imgProps }: IntegrationModalIconProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23807
+ declare const IntegrationModalIcon: ({ icon, name, ...imgProps }: IntegrationModalIconProps) => _emotion_react_jsx_runtime.JSX.Element;
23717
23808
 
23718
23809
  type IntegrationTileProps = IntegrationTileFields & React$1.ButtonHTMLAttributes<HTMLButtonElement> & {
23719
23810
  id: string;
@@ -23725,7 +23816,7 @@ type IntegrationTileProps = IntegrationTileFields & React$1.ButtonHTMLAttributes
23725
23816
  className?: string;
23726
23817
  }> | undefined;
23727
23818
  };
23728
- declare const IntegrationTile: ({ id, icon, name, requiedEntitlement, onAddIntegration, isPublic, isInstalled, authorIcon, ...btnProps }: IntegrationTileProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23819
+ declare const IntegrationTile: ({ id, icon, name, requiedEntitlement, onAddIntegration, isPublic, isInstalled, authorIcon, ...btnProps }: IntegrationTileProps) => _emotion_react_jsx_runtime.JSX.Element;
23729
23820
 
23730
23821
  type ClassNameOptions = 'logo' | 'author';
23731
23822
  type ResolveIconProps = IntegrationTileFields & React__default.SVGAttributes<SVGElement> & React__default.ImgHTMLAttributes<HTMLImageElement> & {
@@ -23737,14 +23828,14 @@ type ResolveIconProps = IntegrationTileFields & React__default.SVGAttributes<SVG
23737
23828
  /** Uniform Resolve Icon Component
23738
23829
  * @example <ResolveIcon icon="/my-image.png" name="my image" />
23739
23830
  */
23740
- declare const ResolveIcon: ({ icon, name, styleType, ...props }: ResolveIconProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element | null;
23831
+ declare const ResolveIcon: ({ icon, name, styleType, ...props }: ResolveIconProps) => _emotion_react_jsx_runtime.JSX.Element | null;
23741
23832
 
23742
23833
  type TileProps = {
23743
23834
  children: ReactNode;
23744
23835
  disabled?: boolean;
23745
23836
  isSelected?: boolean;
23746
23837
  } & HtmlHTMLAttributes<HTMLButtonElement>;
23747
- declare const Tile: ({ children, disabled, isSelected, ...props }: TileProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23838
+ declare const Tile: ({ children, disabled, isSelected, ...props }: TileProps) => _emotion_react_jsx_runtime.JSX.Element;
23748
23839
 
23749
23840
  type TileContainerProps = React$1.HtmlHTMLAttributes<HTMLDivElement> & {
23750
23841
  /** sets the background colour of the outter container
@@ -23770,13 +23861,13 @@ type TileContainerProps = React$1.HtmlHTMLAttributes<HTMLDivElement> & {
23770
23861
  * Uniform Tile Container Component
23771
23862
  * @example <TileContainer><div>child content</div></TileContainer>
23772
23863
  */
23773
- declare const TileContainer: ({ bgColor, containerPadding, gap, gridTemplateColumns, children, ...props }: TileContainerProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23864
+ declare const TileContainer: ({ bgColor, containerPadding, gap, gridTemplateColumns, children, ...props }: TileContainerProps) => _emotion_react_jsx_runtime.JSX.Element;
23774
23865
 
23775
23866
  type TileTitleProps = {
23776
23867
  as?: 'heading' | 'description';
23777
23868
  children: ReactNode;
23778
23869
  } & HTMLAttributes<HTMLSpanElement>;
23779
- declare const TileText: ({ as, children, ...props }: TileTitleProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23870
+ declare const TileText: ({ as, children, ...props }: TileTitleProps) => _emotion_react_jsx_runtime.JSX.Element;
23780
23871
 
23781
23872
  type ToastContainerProps = {
23782
23873
  limit?: number;
@@ -23789,7 +23880,7 @@ type ToastContainerProps = {
23789
23880
  * A component to render toasts in your app. This component is supposed to be used just once in your app. Typically inside _app.tsx
23790
23881
  * @example <App><ToastContainer autoCloseDelay="normal" /></App>
23791
23882
  */
23792
- declare const ToastContainer: ({ limit, autoCloseDelay }: ToastContainerProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23883
+ declare const ToastContainer: ({ limit, autoCloseDelay }: ToastContainerProps) => _emotion_react_jsx_runtime.JSX.Element;
23793
23884
 
23794
23885
  /** Available heading weights e.g. 1 - 6 */
23795
23886
  type LevelProps = 1 | 2 | 3 | 4 | 5 | 6;
@@ -23815,8 +23906,9 @@ type HeadingProps = {
23815
23906
  * Component that sets the heading tag
23816
23907
  * @example <Heading level={1}>Blog Post Title</Heading>
23817
23908
  */
23818
- declare const Heading: ({ level, as, asSpan, withMarginBottom, children, ...hAttributes }: HeadingProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23909
+ declare const Heading: ({ level, as, asSpan, withMarginBottom, children, ...hAttributes }: HeadingProps) => _emotion_react_jsx_runtime.JSX.Element;
23819
23910
 
23911
+ /** @deprecated - Integration header section props are no longer supported or maintained */
23820
23912
  type IntegrationHeaderSectionProps = React$1.HtmlHTMLAttributes<HTMLDivElement> & {
23821
23913
  /** sets the title text of the integration */
23822
23914
  title: string;
@@ -23836,10 +23928,10 @@ type IntegrationHeaderSectionProps = React$1.HtmlHTMLAttributes<HTMLDivElement>
23836
23928
  menu?: React$1.ReactNode;
23837
23929
  };
23838
23930
  /**
23839
- * Uniform Integration Header Section Component
23931
+ * @deprecated Uniform Integration Header Section Component is no longer supported or maintained
23840
23932
  * @Example <IntegrationHeaderSection title="custom integration" description="custom integration description text" />
23841
23933
  */
23842
- declare const IntegrationHeaderSection: ({ title, description, icon, docsLink, badgeText, menu, children, ...props }: IntegrationHeaderSectionProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23934
+ declare const IntegrationHeaderSection: ({ title, description, icon, docsLink, badgeText, menu, children, ...props }: IntegrationHeaderSectionProps) => _emotion_react_jsx_runtime.JSX.Element;
23843
23935
 
23844
23936
  type LinkColorProps = 'currentColor' | 'destructive' | 'default';
23845
23937
  type LinkProps = React$1.AnchorHTMLAttributes<HTMLAnchorElement> & {
@@ -23876,16 +23968,16 @@ declare const LinkWithRef: React$1.ForwardRefExoticComponent<Omit<React$1.Anchor
23876
23968
  /** (optional) sets the link color
23877
23969
  * @default 'currentColor'
23878
23970
  */
23879
- linkColor?: LinkColorProps | undefined;
23971
+ linkColor?: LinkColorProps;
23880
23972
  /** (optional) sets whether the link is external or not adding an icon to the link */
23881
- external?: boolean | undefined;
23973
+ external?: boolean;
23882
23974
  /** (optional) For supporting inside next/link component */
23883
- ref?: React$1.ForwardedRef<HTMLAnchorElement> | undefined;
23975
+ ref?: React$1.ForwardedRef<HTMLAnchorElement>;
23884
23976
  /** (optional) sets react child elements */
23885
23977
  children?: React$1.ReactNode;
23886
23978
  } & {
23887
23979
  href: string;
23888
- as?: string | undefined;
23980
+ as?: string;
23889
23981
  linkManagerComponent: LinkManagerWithRefType;
23890
23982
  }, "ref"> & React$1.RefAttributes<HTMLAnchorElement>>;
23891
23983
 
@@ -23902,7 +23994,7 @@ type PageHeaderSectionProps = Omit<React$1.HTMLAttributes<HTMLHeadingElement>, '
23902
23994
  level?: LevelProps;
23903
23995
  linkManagerComponent?: LinkManagerWithRefType;
23904
23996
  };
23905
- declare const PageHeaderSection: ({ title, desc, children, linkText, level, linkProps, linkManagerComponent, ...htmlProps }: PageHeaderSectionProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
23997
+ declare const PageHeaderSection: ({ title, desc, children, linkText, level, linkProps, linkManagerComponent, ...htmlProps }: PageHeaderSectionProps) => _emotion_react_jsx_runtime.JSX.Element;
23906
23998
 
23907
23999
  type ParagraphProps = {
23908
24000
  /** (optional) adds child elements to the paragraph tag */
@@ -23916,7 +24008,7 @@ type ParagraphProps = {
23916
24008
  * Component for generic paragraph tags
23917
24009
  * @example <Paragraph>This is the text that was be inside the paragraph tag.</Paragraph>
23918
24010
  */
23919
- declare const Paragraph: ({ className, htmlContent, children, ...pAttributes }: ParagraphProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
24011
+ declare const Paragraph: ({ className, htmlContent, children, ...pAttributes }: ParagraphProps) => _emotion_react_jsx_runtime.JSX.Element;
23920
24012
 
23921
24013
  type StatusTypeProps = 'Modified' | 'Unsaved' | 'Error' | 'Draft' | 'Published' | 'Orphan' | 'Previous' | 'Unknown' | 'Deleted';
23922
24014
  type StatusBulletProps = React$1.HTMLAttributes<HTMLSpanElement> & {
@@ -23933,6 +24025,6 @@ type StatusBulletProps = React$1.HTMLAttributes<HTMLSpanElement> & {
23933
24025
  */
23934
24026
  size?: 'sm' | 'base';
23935
24027
  };
23936
- declare const StatusBullet: ({ status, hideText, size, message, ...props }: StatusBulletProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
24028
+ declare const StatusBullet: ({ status, hideText, size, message, ...props }: StatusBulletProps) => _emotion_react_jsx_runtime.JSX.Element;
23937
24029
 
23938
- export { type ActionButtonsProps, AddButton, type AddButtonProps, AddListButton, type AddListButtonProps, type AddListButtonThemeProps, AnimationFile, type AnimationFileProps, Avatar, AvatarGroup, type AvatarGroupProps, type AvatarProps, Badge, type BadgeProps, type BadgeSizeProps, type BadgeThemeProps, type BadgeThemeStyleProps, Banner, type BannerProps, type BannerType, BetaDecorator, type BoxHeightProps, type BreakpointSize, type BreakpointsMap, Button, type ButtonProps, type ButtonSizeProps$1 as ButtonSizeProps, type ButtonThemeProps$1 as ButtonThemeProps, ButtonWithMenu, type ButtonWithMenuProps, Calendar, type CalendarProps, Callout, type CalloutProps, type CalloutType, Caption, type CaptionProps, Card, CardContainer, type CardContainerBgColorProps, type CardContainerProps, type CardProps, CardTitle, type CardTitleProps, CheckboxWithInfo, type CheckboxWithInforProps, type ChildFunction, Chip, type ChipProps, type ChipTheme, type ComboBoxGroupBase, type ComboBoxSelectableGroup, type ComboBoxSelectableItem, type ComboBoxSelectableOption, ConnectToDataElementButton, type ConnectToDataElementButtonProps, Container, type ContainerProps, type ConvertComboBoxGroupsToSelectableGroupsOptions, Counter, type CounterProps, CreateTeamIntegrationTile, type CreateTeamIntegrationTileProps, CurrentDrawerContext, DashedBox, type DashedBoxProps, DateTimePicker, type DateTimePickerProps, DateTimePickerSummary, type DateTimePickerValue, DateTimePickerVariant, DebouncedInputKeywordSearch, type DebouncedInputKeywordSearchProps, DescriptionList, type DescriptionListProps, Details, type DetailsProps, DismissibleChipAction, DragHandle, type DraggableHandleProps, Drawer, DrawerContent, type DrawerContentProps, type DrawerContextValue, type DrawerItem, type DrawerProps, DrawerProvider, DrawerRenderer, type DrawerRendererItemProps, type DrawerRendererProps, type DrawersRegistryRecord, DropdownStyleMenuTrigger, type DropdownStyleMenuTriggerProps, EditTeamIntegrationTile, type EditTeamIntegrationTileProps, ErrorMessage, type ErrorMessageProps, FieldMessage, type FieldMessageProps, Fieldset, type FieldsetProps, Heading, type HeadingProps, HexModalBackground, HorizontalRhythm, Icon, IconButton, type IconButtonProps, type IconColor, type IconName, type IconProps, type IconType, IconsProvider, Image, ImageBroken, type ImageProps, InfoMessage, type InfoMessageProps, Input, InputComboBox, type InputComboBoxOption, type InputComboBoxProps, InputCreatableComboBox, type InputCreatableComboBoxProps, InputInlineSelect, type InputInlineSelectOption, type InputInlineSelectProps, InputKeywordSearch, type InputKeywordSearchProps, type InputProps, InputSelect, type InputSelectProps, InputTime, type InputTimeProps, InputToggle, type InputToggleProps, IntegrationComingSoon, type IntegrationComingSoonProps, IntegrationHeaderSection, type IntegrationHeaderSectionProps, IntegrationLoadingTile, type IntegrationLoadingTileProps, IntegrationModalHeader, type IntegrationModalHeaderProps, IntegrationModalIcon, type IntegrationModalIconProps, IntegrationTile, type IntegrationTileProps, type IsoDateString, type IsoDateTimeString, type IsoTimeString, JsonEditor, type JsonEditorProps, KeyValueInput, type KeyValueInputProps, type KeyValueItem, Label, LabelLeadingIcon, type LabelProps, Legend, type LegendProps, type LevelProps, LimitsBar, type LimitsBarProps, Link, type LinkColorProps, LinkList, type LinkListProps, type LinkManagerWithRefType, LinkNode, type LinkProps, LinkWithRef, LoadingCardSkeleton, LoadingIcon, type LoadingIconProps, LoadingIndicator, LoadingOverlay, type LoadingOverlayProps, MediaCard, type MediaCardProps, Menu, MenuButton, type MenuButtonProp, MenuGroup, type MenuGroupProps, MenuItem, MenuItemEmptyIcon, MenuItemIcon, MenuItemInner, type MenuItemProps, MenuItemSeparator, type MenuItemTextThemeProps, type MenuProps, MenuThreeDots, type MenuThreeDotsProps, Modal, ModalDialog, type ModalDialogProps, type ModalProps, MultilineChip, type MultilineChipProps, ObjectGridContainer, type ObjectGridContainerProps, ObjectGridItem, ObjectGridItemCardCover, type ObjectGridItemCardCoverProps, ObjectGridItemCover, ObjectGridItemCoverButton, type ObjectGridItemCoverButtonProps, type ObjectGridItemCoverProps, ObjectGridItemHeading, ObjectGridItemIconWithTooltip, type ObjectGridItemIconWithTooltipProps, type ObjectGridItemProps, type ObjectGridItemTitleProps, ObjectItemLoadingSkeleton, type ObjectItemLoadingSkeletonProps, ObjectListItem, ObjectListItemContainer, ObjectListItemCover, type ObjectListItemCoverProps, ObjectListItemHeading, type ObjectListItemHeadingProps, type ObjectListItemProps, PageHeaderSection, type PageHeaderSectionProps, Pagination, Paragraph, type ParagraphProps, type ParameterDataConnectButtonProps, ParameterDataResource, ParameterDrawerHeader, type ParameterDrawerHeaderProps, ParameterGroup, type ParameterGroupProps, ParameterImage, ParameterImageInner, ParameterImagePreview, type ParameterImageProps, ParameterInput, ParameterInputInner, type ParameterInputProps, ParameterLabel, type ParameterLabelProps, ParameterLink, ParameterLinkInner, type ParameterLinkProps, ParameterMenuButton, type ParameterMenuButtonProps, ParameterMultiSelect, ParameterMultiSelectInner, type ParameterMultiSelectOption, type ParameterMultiSelectProps, ParameterNameAndPublicIdInput, type ParameterNameAndPublicIdInputProps, ParameterOverrideMarker, ParameterRichText, ParameterRichTextInner, type ParameterRichTextInnerProps, type ParameterRichTextProps, ParameterSelect, ParameterSelectInner, type ParameterSelectProps, ParameterShell, ParameterShellContext, ParameterShellPlaceholder, type ParameterShellProps, ParameterTextarea, ParameterTextareaInner, type ParameterTextareaProps, ParameterToggle, ParameterToggleInner, type ParameterToggleProps, Popover, type PopoverProps, ProgressBar, type ProgressBarProps, ProgressList, ProgressListItem, type ProgressListItemProps, type ProgressListProps, type RegisterDrawerProps, ResolveIcon, type ResolveIconProps, type RhythmProps, type RichTextParamValue, RichTextToolbarIcon, type ScrollableItemProps, ScrollableList, type ScrollableListContainerProps, ScrollableListInputItem, ScrollableListItem, type ScrollableListItemProps, type ScrollableListProps, SearchableMenu, type SearchableMenuProps, SegmentedControl, type SegmentedControlOption, type SegmentedControlProps, SelectableMenuItem, type SelectableMenuItemProps, type SerializedLinkNode, ShortcutContext, type ShortcutReference, ShortcutRevealer, Skeleton, type SkeletonProps, StatusBullet, type StatusBulletProps, type StatusTypeProps, SuccessMessage, type SuccessMessageProps, Switch, type SwitchProps, TAKEOVER_STACK_ID, TabButton, TabButtonGroup, type TabButtonProps, TabContent, type TabContentProps, Table, TableBody, type TableBodyProps, TableCellData, type TableCellDataProps, TableCellHead, type TableCellHeadProps, TableFoot, type TableFootProps, TableHead, type TableHeadProps, type TableProps, TableRow, type TableRowProps, Tabs, type TabsProps, TakeoverDrawerRenderer, type TextAlignProps, Textarea, type TextareaProps, Theme, type ThemeProps, Tile, TileContainer, type TileContainerProps, type TileProps, TileText, type TileTitleProps, ToastContainer, type ToastContainerProps, Tooltip, type TooltipProps, TwoColumnLayout, type TwoColumnLayoutProps, UniformBadge, UniformLogo, UniformLogoLarge, type UniformLogoProps, type UseShortcutOptions, type UseShortcutResult, VerticalRhythm, WarningMessage, type WarningMessageProps, accessibleHidden, addPathSegmentToPathname, borderTopIcon, breakpoints, button, buttonAccentAltDark, buttonAccentAltDarkOutline, buttonDestructive, buttonGhost, buttonGhostDestructive, buttonGhostUnimportant, buttonPrimary, buttonPrimaryInvert, buttonRippleEffect, buttonSecondary, buttonSecondaryInvert, buttonTertiary, buttonTertiaryOutline, buttonUnimportant, canvasAlertIcon, cardIcon, convertComboBoxGroupsToSelectableGroups, cq, customIcons, extractParameterProps, fadeIn, fadeInBottom, fadeInLtr, fadeInRtl, fadeInTop, fadeOutBottom, fullWidthScreenIcon, getComboBoxSelectedSelectableGroups, getDrawerAttributes, getFormattedShortcut, getParentPath, getPathSegment, growSubtle, imageTextIcon, infoFilledIcon, input, inputError, inputSelect, isSecureURL, isValidUrl, jsonIcon, labelText, loader as loaderAnimationData, mq, numberInput, queryStringIcon, rectangleRoundedIcon, replaceUnderscoreInString, richTextToolbarButton, richTextToolbarButtonActive, ripple, scrollbarStyles, settings, settingsIcon, skeletonLoading, slideInTtb, spin, spinner as spinnerAnimationData, structurePanelIcon, supports, textInput, uniformComponentIcon, uniformComponentPatternIcon, uniformCompositionPatternIcon, uniformContentTypeIcon, uniformEntryIcon, uniformEntryPatternIcon, useBreakpoint, useCloseCurrentDrawer, useCurrentDrawer, useCurrentTab, useDateTimePickerContext, useDrawer, useIconContext, useOutsideClick, useParameterShell, usePopoverComponentContext, useShortcut, functionalColors as utilityColors, warningIcon, yesNoIcon };
24030
+ 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 };