@uniformdev/design-system 19.38.2 → 19.38.3-alpha.70
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/index.js +1033 -808
- package/dist/index.d.mts +111 -35
- package/dist/index.d.ts +111 -35
- package/dist/index.js +1177 -948
- package/package.json +17 -17
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from 'react';
|
|
2
|
-
import React__default, { RefObject, HTMLAttributes, ReactNode, CSSProperties,
|
|
2
|
+
import React__default, { RefObject, HTMLAttributes, ReactNode, CSSProperties, FocusEventHandler, ChangeEvent, HtmlHTMLAttributes } from 'react';
|
|
3
3
|
import { GroupBase } from 'react-select';
|
|
4
4
|
export { ActionMeta, FormatOptionLabelContext, FormatOptionLabelMeta, GetOptionLabel, GetOptionValue, GroupBase, GroupHeadingProps, GroupProps, MenuListProps, MenuPlacement, MultiValue, MultiValueGenericProps, MultiValueProps, MultiValueRemoveProps, OnChangeValue, OptionContext, OptionProps, Options, OptionsOrGroups } from 'react-select';
|
|
5
5
|
import * as _emotion_react from '@emotion/react';
|
|
@@ -15,6 +15,7 @@ import InternalSelect from 'react-select/dist/declarations/src/Select';
|
|
|
15
15
|
import { StateManagerProps } from 'react-select/dist/declarations/src/useStateManager';
|
|
16
16
|
import { JsonSchema7Type } from 'zod-to-json-schema/src/parseDef';
|
|
17
17
|
import { MenuHTMLProps, MenuProps as MenuProps$2, MenuStateReturn } from 'reakit/Menu';
|
|
18
|
+
import { InitialConfigType } from '@lexical/react/LexicalComposer';
|
|
18
19
|
import { LinkParamValue, RichTextParamConfiguration } from '@uniformdev/canvas';
|
|
19
20
|
export { RichTextBuiltInElement, RichTextBuiltInFormat } from '@uniformdev/canvas';
|
|
20
21
|
import { Spread, SerializedElementNode, ElementNode, NodeKey, EditorConfig, DOMConversionMap, RangeSelection, SerializedEditorState, LexicalEditor } from 'lexical';
|
|
@@ -20426,14 +20427,14 @@ declare const CardContainer: ({ bgColor, padding, withLastColumn, children, ...p
|
|
|
20426
20427
|
declare const LoadingCardSkeleton: () => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
|
|
20427
20428
|
|
|
20428
20429
|
type ChipSizeProp = 'xs' | 'sm' | 'md';
|
|
20429
|
-
type
|
|
20430
|
+
type ChipTheme = 'accent-light' | 'accent-dark' | 'accent-alt-light' | 'accent-alt-dark' | 'neutral-light' | 'neutral-dark';
|
|
20430
20431
|
type ChipProps = {
|
|
20431
20432
|
icon?: IconType$1;
|
|
20432
20433
|
text: ReactNode;
|
|
20433
20434
|
/** sets the size of the chip
|
|
20434
20435
|
* @default 'sm'
|
|
20435
20436
|
*/
|
|
20436
|
-
theme?:
|
|
20437
|
+
theme?: ChipTheme;
|
|
20437
20438
|
chipAction?: React.ReactNode;
|
|
20438
20439
|
size?: ChipSizeProp;
|
|
20439
20440
|
} & React.HTMLAttributes<HTMLSpanElement>;
|
|
@@ -20454,6 +20455,17 @@ type DismissibleChipActionProps = {
|
|
|
20454
20455
|
*/
|
|
20455
20456
|
declare const DismissibleChipAction: ({ onDismiss, ...props }: DismissibleChipActionProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
|
|
20456
20457
|
|
|
20458
|
+
type MultilineChipProps = {
|
|
20459
|
+
children: ReactNode;
|
|
20460
|
+
onClick?: () => void;
|
|
20461
|
+
} & React.HTMLAttributes<HTMLSpanElement | HTMLButtonElement>;
|
|
20462
|
+
/**
|
|
20463
|
+
* @description A chip specifically designed to fit as a chipped element in an multi-line capable content field.
|
|
20464
|
+
* Unlike a regular chip, this one can go onto multiple lines with word wrap, and uses inline behaviours.
|
|
20465
|
+
* @example <MultilineChip text="productId" />
|
|
20466
|
+
*/
|
|
20467
|
+
declare const MultilineChip: ({ children, onClick, ...props }: MultilineChipProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
|
|
20468
|
+
|
|
20457
20469
|
type CounterProps = {
|
|
20458
20470
|
/** sets the count value, a 0 will show a dot instead of a number. Undefined will cause the counter to disappear. */
|
|
20459
20471
|
count: number | undefined;
|
|
@@ -20629,16 +20641,17 @@ declare const getDrawerAttributes: ({ providerId, stackId, id, }: {
|
|
|
20629
20641
|
id: string;
|
|
20630
20642
|
}) => {
|
|
20631
20643
|
'data-drawer-id': string;
|
|
20644
|
+
'data-testid': string;
|
|
20632
20645
|
};
|
|
20633
20646
|
|
|
20634
|
-
declare const iconNames: readonly ["add-r", "add", "airplane", "alarm", "album", "align-bottom", "align-center", "align-left", "align-middle", "align-right", "align-top", "anchor", "apple-watch", "arrange-back", "arrange-front", "arrow-align-h", "arrow-align-v", "arrow-bottom-left-o", "arrow-bottom-left-r", "arrow-bottom-left", "arrow-bottom-right-o", "arrow-bottom-right-r", "arrow-bottom-right", "arrow-down-o", "arrow-down-r", "arrow-down", "arrow-left-o", "arrow-left-r", "arrow-left", "arrow-long-down-c", "arrow-long-down-e", "arrow-long-down-l", "arrow-long-down-r", "arrow-long-down", "arrow-long-left-c", "arrow-long-left-e", "arrow-long-left-l", "arrow-long-left-r", "arrow-long-left", "arrow-long-right-c", "arrow-long-right-e", "arrow-long-right-l", "arrow-long-right-r", "arrow-long-right", "arrow-long-up-c", "arrow-long-up-e", "arrow-long-up-l", "arrow-long-up-r", "arrow-long-up", "arrow-right-o", "arrow-right-r", "arrow-right", "arrow-top-left-o", "arrow-top-left-r", "arrow-top-left", "arrow-top-right-o", "arrow-top-right-r", "arrow-top-right", "arrow-up-o", "arrow-up-r", "arrow-up", "arrows-breake-h", "arrows-breake-v", "arrows-exchange-alt-v", "arrows-exchange-alt", "arrows-exchange-v", "arrows-exchange", "arrows-expand-down-left", "arrows-expand-down-right", "arrows-expand-left-alt", "arrows-expand-left", "arrows-expand-right-alt", "arrows-expand-right", "arrows-expand-up-left", "arrows-expand-up-right", "arrows-h-alt", "arrows-h", "arrows-merge-alt-h", "arrows-merge-alt-v", "arrows-scroll-h", "arrows-scroll-v", "arrows-shrink-h", "arrows-shrink-v", "arrows-v-alt", "arrows-v", "assign", "asterisk", "attachment", "attribution", "awards", "backspace", "band-aid", "battery-empty", "battery-full", "battery", "bee", "bell", "bitbucket", "block", "board", "bolt", "bookmark", "border-all", "border-bottom", "border-left", "border-right", "border-style-dashed", "border-style-dotted", "border-style-solid", "border-top", "bot", "bowl", "box", "boy", "briefcase", "browse", "browser", "brush", "bulb", "c-plus-plus", "calculator", "calendar-dates", "calendar-due", "calendar-next", "calendar-today", "calendar-two", "calendar", "calibrate", "camera", "cap", "captions", "card-clubs", "card-diamonds", "card-hearts", "card-spades", "carousel", "cast", "chart", "check-o", "check-r", "check", "chevron-double-down-o", "chevron-double-down-r", "chevron-double-down", "chevron-double-left-o", "chevron-double-left-r", "chevron-double-left", "chevron-double-right-o", "chevron-double-right-r", "chevron-double-right", "chevron-double-up-o", "chevron-double-up-r", "chevron-double-up", "chevron-down-o", "chevron-down-r", "chevron-down", "chevron-left-o", "chevron-left-r", "chevron-left", "chevron-right-o", "chevron-right-r", "chevron-right", "chevron-up-o", "chevron-up-r", "chevron-up", "clapper-board", "clear-formatting", "clipboard", "close-o", "close-r", "close", "cloud", "code-slash", "code", "coffee", "collage", "color-bucket", "color-picker", "comment", "community", "components", "compress-left", "compress-right", "compress-v", "compress", "controller", "copy", "copyright", "corner-double-down-left", "corner-double-down-right", "corner-double-left-down", "corner-double-left-up", "corner-double-right-down", "corner-double-right-up", "corner-double-up-left", "corner-double-up-right", "corner-down-left", "corner-down-right", "corner-left-down", "corner-left-up", "corner-right-down", "corner-right-up", "corner-up-left", "corner-up-right", "credit-card", "crop", "cross", "crown", "danger", "dark-mode", "data", "database", "debug", "desktop", "details-less", "details-more", "dialpad", "dice-1", "dice-2", "dice-3", "dice-4", "dice-5", "dice-6", "disc", "display-flex", "display-fullwidth", "display-grid", "display-spacing", "distribute-horizontal", "distribute-vertical", "dock-bottom", "dock-left", "dock-right", "dock-window", "dollar", "drive", "drop-invert", "drop-opacity", "drop", "duplicate", "edit-black-point", "edit-contrast", "edit-exposure", "edit-fade", "edit-flip-h", "edit-flip-v", "edit-highlight", "edit-markup", "edit-mask", "edit-noise", "edit-shadows", "edit-straight", "edit-unmask", "eject", "enter", "erase", "ereader", "ericsson", "ethernet", "euro", "expand", "export", "extension-add", "extension-alt", "extension-remove", "extension", "external", "eye-alt", "eye", "feed", "file-add", "file-document", "file-remove", "file", "film", "filters", "flag-alt", "flag", "folder-add", "folder-remove", "folder", "font-height", "font-spacing", "format-bold", "format-center", "format-color", "format-code", "format-heading", "format-indent-decrease", "format-indent-increase", "format-italic", "format-justify", "format-left", "format-line-height", "format-right", "format-separator", "format-slash", "format-strike", "format-subscript", "format-superscript", "format-text", "format-underline", "format-uppercase", "games", "gender-female", "gender-male", "ghost-character", "gift", "girl", "git-branch", "git-commit", "git-fork", "git-pull", "glass-alt", "glass", "globe-alt", "globe", "gym", "hashtag", "headset", "heart", "home-alt", "home-screen", "home", "icecream", "image", "import", "inbox", "infinity", "info", "inpicture", "insert-after-o", "insert-after-r", "insert-after", "insert-before-o", "insert-before-r", "insert-before", "insights", "internal", "key", "keyboard", "keyhole", "laptop", "layout-grid-small", "layout-grid", "layout-list", "layout-list-numbered", "layout-pin", "link", "list-tree", "list", "live-photo", "loadbar-alt", "loadbar-doc", "loadbar-sound", "loadbar", "lock-unlock", "lock", "log-in", "log-off", "log-out", "loupe", "magnet", "mail-forward", "mail-open", "mail-reply", "mail", "math-divide", "math-equal", "math-minus", "math-percent", "math-plus", "maximize-alt", "maximize", "media-live", "media-podcast", "menu-boxed", "menu-cake", "menu-cheese", "menu-grid-o", "menu-grid-r", "menu-hotdog", "menu-left-alt", "menu-left", "menu-motion", "menu-oreos", "menu-right-alt", "menu-right", "menu-round", "menu", "merge-horizontal", "merge-vertical", "mic", "mini-player", "minimize-alt", "minimize", "modem", "moon", "more-alt", "more-o", "more-r", "more-vertical-alt", "more-vertical-o", "more-vertical-r", "more-vertical", "more", "mouse", "move-down", "move-left", "move-right", "move-task", "move-up", "music-note", "music-speaker", "music", "nametag", "notes", "notifications", "options", "organisation", "password", "path-back", "path-crop", "path-divide", "path-exclude", "path-front", "path-intersect", "path-outline", "path-trim", "path-unite", "pen", "pentagon-bottom-left", "pentagon-bottom-right", "pentagon-down", "pentagon-left", "pentagon-right", "pentagon-top-left", "pentagon-top-right", "pentagon-up", "performance", "phone", "photoscan", "piano", "pill", "pin-alt", "pin-bottom", "pin-top", "pin", "play-backwards", "play-button-o", "play-button-r", "play-button", "play-forwards", "play-list-add", "play-list-check", "play-list-remove", "play-list-search", "play-list", "play-pause-o", "play-pause-r", "play-pause", "play-stop-o", "play-stop-r", "play-stop", "play-track-next-o", "play-track-next-r", "play-track-next", "play-track-prev-o", "play-track-prev-r", "play-track-prev", "plug", "polaroid", "poll", "presentation", "printer", "profile", "pull-clear", "push-chevron-down-o", "push-chevron-down-r", "push-chevron-down", "push-chevron-left-o", "push-chevron-left-r", "push-chevron-left", "push-chevron-right-o", "push-chevron-right-r", "push-chevron-right", "push-chevron-up-o", "push-chevron-up-r", "push-chevron-up", "push-down", "push-left", "push-right", "push-up", "qr", "quote-o", "quote", "radio-check", "radio-checked", "ratio", "read", "readme", "record", "redo", "remote", "remove-r", "remove", "rename", "reorder", "repeat", "ring", "row-first", "row-last", "ruler", "sand-clock", "scan", "screen-mirror", "screen-shot", "screen-wide", "screen", "scroll-h", "scroll-v", "search-found", "search-loading", "search", "select-o", "select-r", "select", "server", "shape-circle", "shape-half-circle", "shape-hexagon", "shape-rhombus", "shape-square", "shape-triangle", "shape-zigzag", "share", "shield", "shopping-bag", "shopping-cart", "shortcut", "sidebar-open", "sidebar-right", "sidebar", "signal", "size", "sleep", "smart-home-boiler", "smart-home-cooker", "smart-home-heat", "smart-home-light", "smart-home-refrigerator", "smart-home-wash-machine", "smartphone-chip", "smartphone-ram", "smartphone-shake", "smartphone", "smile-mouth-open", "smile-neutral", "smile-no-mouth", "smile-none", "smile-sad", "smile-upside", "smile", "software-download", "software-upload", "sort-az", "sort-za", "space-between-v", "space-between", "spinner-alt", "spinner-two-alt", "spinner-two", "spinner", "stack", "stopwatch", "stories", "style", "sun", "support", "swap-vertical", "swap", "sweden", "swiss", "sync", "tab", "tag", "tap-double", "tap-single", "template", "tennis", "terminal", "terrain", "thermometer", "thermostat", "tikcode", "time", "timelapse", "timer", "today", "toggle-off", "toggle-on", "toggle-square-off", "toggle-square", "toolbar-bottom", "toolbar-left", "toolbar-right", "toolbar-top", "toolbox", "touchpad", "track", "transcript", "trash-empty", "trash", "tree", "trees", "trending-down", "trending", "trophy", "tv", "ui-kit", "umbrella", "unavailable", "unblock", "undo", "unsplash", "usb-c", "usb", "user-add", "user-list", "user-remove", "user", "view-cols", "view-comfortable", "view-day", "view-grid", "view-list", "view-month", "view-split", "vinyl", "voicemail-o", "voicemail-r", "voicemail", "volume", "webcam", "website", "work-alt", "yinyang", "zoom-in", "zoom-out", "rectangle-rounded", "card", "image-text", "border-top", "full-width-screen", "text-input", "number-input", "canvas-alert", "warning", "settings", "query-string", "json", "yes-no"];
|
|
20647
|
+
declare const iconNames: readonly ["add-r", "add", "airplane", "alarm", "album", "align-bottom", "align-center", "align-left", "align-middle", "align-right", "align-top", "anchor", "apple-watch", "arrange-back", "arrange-front", "arrow-align-h", "arrow-align-v", "arrow-bottom-left-o", "arrow-bottom-left-r", "arrow-bottom-left", "arrow-bottom-right-o", "arrow-bottom-right-r", "arrow-bottom-right", "arrow-down-o", "arrow-down-r", "arrow-down", "arrow-left-o", "arrow-left-r", "arrow-left", "arrow-long-down-c", "arrow-long-down-e", "arrow-long-down-l", "arrow-long-down-r", "arrow-long-down", "arrow-long-left-c", "arrow-long-left-e", "arrow-long-left-l", "arrow-long-left-r", "arrow-long-left", "arrow-long-right-c", "arrow-long-right-e", "arrow-long-right-l", "arrow-long-right-r", "arrow-long-right", "arrow-long-up-c", "arrow-long-up-e", "arrow-long-up-l", "arrow-long-up-r", "arrow-long-up", "arrow-right-o", "arrow-right-r", "arrow-right", "arrow-top-left-o", "arrow-top-left-r", "arrow-top-left", "arrow-top-right-o", "arrow-top-right-r", "arrow-top-right", "arrow-up-o", "arrow-up-r", "arrow-up", "arrows-breake-h", "arrows-breake-v", "arrows-exchange-alt-v", "arrows-exchange-alt", "arrows-exchange-v", "arrows-exchange", "arrows-expand-down-left", "arrows-expand-down-right", "arrows-expand-left-alt", "arrows-expand-left", "arrows-expand-right-alt", "arrows-expand-right", "arrows-expand-up-left", "arrows-expand-up-right", "arrows-h-alt", "arrows-h", "arrows-merge-alt-h", "arrows-merge-alt-v", "arrows-scroll-h", "arrows-scroll-v", "arrows-shrink-h", "arrows-shrink-v", "arrows-v-alt", "arrows-v", "assign", "asterisk", "attachment", "attribution", "awards", "backspace", "band-aid", "battery-empty", "battery-full", "battery", "bee", "bell", "bitbucket", "block", "board", "bolt", "bookmark", "border-all", "border-bottom", "border-left", "border-right", "border-style-dashed", "border-style-dotted", "border-style-solid", "border-top", "bot", "bowl", "box", "boy", "briefcase", "browse", "browser", "brush", "bulb", "c-plus-plus", "calculator", "calendar-dates", "calendar-due", "calendar-next", "calendar-today", "calendar-two", "calendar", "calibrate", "camera", "cap", "captions", "card-clubs", "card-diamonds", "card-hearts", "card-spades", "carousel", "cast", "chart", "check-o", "check-r", "check", "chevron-double-down-o", "chevron-double-down-r", "chevron-double-down", "chevron-double-left-o", "chevron-double-left-r", "chevron-double-left", "chevron-double-right-o", "chevron-double-right-r", "chevron-double-right", "chevron-double-up-o", "chevron-double-up-r", "chevron-double-up", "chevron-down-o", "chevron-down-r", "chevron-down", "chevron-left-o", "chevron-left-r", "chevron-left", "chevron-right-o", "chevron-right-r", "chevron-right", "chevron-up-o", "chevron-up-r", "chevron-up", "clapper-board", "clear-formatting", "clipboard", "close-o", "close-r", "close", "cloud", "code-slash", "code", "coffee", "collage", "color-bucket", "color-picker", "comment", "community", "components", "compress-left", "compress-right", "compress-v", "compress", "controller", "copy", "copyright", "corner-double-down-left", "corner-double-down-right", "corner-double-left-down", "corner-double-left-up", "corner-double-right-down", "corner-double-right-up", "corner-double-up-left", "corner-double-up-right", "corner-down-left", "corner-down-right", "corner-left-down", "corner-left-up", "corner-right-down", "corner-right-up", "corner-up-left", "corner-up-right", "credit-card", "crop", "cross", "crown", "danger", "dark-mode", "data", "database", "debug", "desktop", "details-less", "details-more", "dialpad", "dice-1", "dice-2", "dice-3", "dice-4", "dice-5", "dice-6", "disc", "display-flex", "display-fullwidth", "display-grid", "display-spacing", "distribute-horizontal", "distribute-vertical", "dock-bottom", "dock-left", "dock-right", "dock-window", "dollar", "drive", "drop-invert", "drop-opacity", "drop", "duplicate", "edit-black-point", "edit-contrast", "edit-exposure", "edit-fade", "edit-flip-h", "edit-flip-v", "edit-highlight", "edit-markup", "edit-mask", "edit-noise", "edit-shadows", "edit-straight", "edit-unmask", "eject", "enter", "erase", "ereader", "ericsson", "ethernet", "euro", "expand", "export", "extension-add", "extension-alt", "extension-remove", "extension", "external", "eye-alt", "eye", "feed", "file-add", "file-document", "file-remove", "file", "film", "filters", "flag-alt", "flag", "folder-add", "folder-remove", "folder", "font-height", "font-spacing", "format-bold", "format-center", "format-color", "format-code", "format-heading", "format-indent-decrease", "format-indent-increase", "format-italic", "format-justify", "format-left", "format-line-height", "format-right", "format-separator", "format-slash", "format-strike", "format-subscript", "format-superscript", "format-text", "format-underline", "format-uppercase", "games", "gender-female", "gender-male", "ghost-character", "gift", "girl", "git-branch", "git-commit", "git-fork", "git-pull", "glass-alt", "glass", "globe-alt", "globe", "gym", "hashtag", "headset", "heart", "home-alt", "home-screen", "home", "icecream", "image", "import", "inbox", "infinity", "info", "inpicture", "insert-after-o", "insert-after-r", "insert-after", "insert-before-o", "insert-before-r", "insert-before", "insights", "internal", "key", "keyboard", "keyhole", "laptop", "layout-grid-small", "layout-grid", "layout-list", "layout-list-numbered", "layout-pin", "link", "list-tree", "list", "live-photo", "loadbar-alt", "loadbar-doc", "loadbar-sound", "loadbar", "lock-unlock", "lock", "log-in", "log-off", "log-out", "loupe", "magnet", "mail-forward", "mail-open", "mail-reply", "mail", "math-divide", "math-equal", "math-minus", "math-percent", "math-plus", "maximize-alt", "maximize", "media-live", "media-podcast", "menu-boxed", "menu-cake", "menu-cheese", "menu-grid-o", "menu-grid-r", "menu-hotdog", "menu-left-alt", "menu-left", "menu-motion", "menu-oreos", "menu-right-alt", "menu-right", "menu-round", "menu", "merge-horizontal", "merge-vertical", "mic", "mini-player", "minimize-alt", "minimize", "modem", "moon", "more-alt", "more-o", "more-r", "more-vertical-alt", "more-vertical-o", "more-vertical-r", "more-vertical", "more", "mouse", "move-down", "move-left", "move-right", "move-task", "move-up", "music-note", "music-speaker", "music", "nametag", "notes", "notifications", "options", "organisation", "password", "path-back", "path-crop", "path-divide", "path-exclude", "path-front", "path-intersect", "path-outline", "path-trim", "path-unite", "pen", "pentagon-bottom-left", "pentagon-bottom-right", "pentagon-down", "pentagon-left", "pentagon-right", "pentagon-top-left", "pentagon-top-right", "pentagon-up", "performance", "phone", "photoscan", "piano", "pill", "pin-alt", "pin-bottom", "pin-top", "pin", "play-backwards", "play-button-o", "play-button-r", "play-button", "play-forwards", "play-list-add", "play-list-check", "play-list-remove", "play-list-search", "play-list", "play-pause-o", "play-pause-r", "play-pause", "play-stop-o", "play-stop-r", "play-stop", "play-track-next-o", "play-track-next-r", "play-track-next", "play-track-prev-o", "play-track-prev-r", "play-track-prev", "plug", "polaroid", "poll", "presentation", "printer", "profile", "pull-clear", "push-chevron-down-o", "push-chevron-down-r", "push-chevron-down", "push-chevron-left-o", "push-chevron-left-r", "push-chevron-left", "push-chevron-right-o", "push-chevron-right-r", "push-chevron-right", "push-chevron-up-o", "push-chevron-up-r", "push-chevron-up", "push-down", "push-left", "push-right", "push-up", "qr", "quote-o", "quote", "radio-check", "radio-checked", "ratio", "read", "readme", "record", "redo", "remote", "remove-r", "remove", "rename", "reorder", "repeat", "ring", "row-first", "row-last", "ruler", "sand-clock", "scan", "screen-mirror", "screen-shot", "screen-wide", "screen", "scroll-h", "scroll-v", "search-found", "search-loading", "search", "select-o", "select-r", "select", "server", "shape-circle", "shape-half-circle", "shape-hexagon", "shape-rhombus", "shape-square", "shape-triangle", "shape-zigzag", "share", "shield", "shopping-bag", "shopping-cart", "shortcut", "sidebar-open", "sidebar-right", "sidebar", "signal", "size", "sleep", "smart-home-boiler", "smart-home-cooker", "smart-home-heat", "smart-home-light", "smart-home-refrigerator", "smart-home-wash-machine", "smartphone-chip", "smartphone-ram", "smartphone-shake", "smartphone", "smile-mouth-open", "smile-neutral", "smile-no-mouth", "smile-none", "smile-sad", "smile-upside", "smile", "software-download", "software-upload", "sort-az", "sort-za", "space-between-v", "space-between", "spinner-alt", "spinner-two-alt", "spinner-two", "spinner", "stack", "stopwatch", "stories", "style", "sun", "support", "swap-vertical", "swap", "sweden", "swiss", "sync", "tab", "tag", "tap-double", "tap-single", "template", "tennis", "terminal", "terrain", "thermometer", "thermostat", "tikcode", "time", "timelapse", "timer", "today", "toggle-off", "toggle-on", "toggle-square-off", "toggle-square", "toolbar-bottom", "toolbar-left", "toolbar-right", "toolbar-top", "toolbox", "touchpad", "track", "transcript", "trash-empty", "trash", "tree", "trees", "trending-down", "trending", "trophy", "tv", "ui-kit", "umbrella", "unavailable", "unblock", "undo", "unsplash", "usb-c", "usb", "user-add", "user-list", "user-remove", "user", "view-cols", "view-comfortable", "view-day", "view-grid", "view-list", "view-month", "view-split", "vinyl", "voicemail-o", "voicemail-r", "voicemail", "volume", "webcam", "website", "work-alt", "yinyang", "zoom-in", "zoom-out", "rectangle-rounded", "card", "image-text", "border-top", "full-width-screen", "text-input", "number-input", "canvas-alert", "warning", "settings", "query-string", "json", "yes-no", "diamond-outline", "diamond-fill"];
|
|
20635
20648
|
/** A list of available icon names that can be used with the Uniform brand */
|
|
20636
20649
|
type IconName = (typeof iconNames)[number];
|
|
20637
20650
|
|
|
20638
20651
|
/** sets fill color of the svg icon
|
|
20639
20652
|
* @default 'default'
|
|
20640
20653
|
*/
|
|
20641
|
-
type IconColor = 'action' | 'default' | 'red' | 'gray' | 'accent' | 'currentColor';
|
|
20654
|
+
type IconColor = 'action' | 'default' | 'red' | 'gray' | 'accent' | 'currentColor' | 'accent-light';
|
|
20642
20655
|
/** sets the type of icon to use from the available list */
|
|
20643
20656
|
type IconType = IconName | IconType$1;
|
|
20644
20657
|
interface IconProps extends IconBaseProps {
|
|
@@ -20693,6 +20706,8 @@ declare const customIcons: {
|
|
|
20693
20706
|
'layout-list-numbered': (props: react_icons.IconBaseProps) => JSX.Element;
|
|
20694
20707
|
'clear-formatting': (props: react_icons.IconBaseProps) => JSX.Element;
|
|
20695
20708
|
'yes-no': (props: react_icons.IconBaseProps) => JSX.Element;
|
|
20709
|
+
'diamond-outline': (props: react_icons.IconBaseProps) => JSX.Element;
|
|
20710
|
+
'diamond-fill': (props: react_icons.IconBaseProps) => JSX.Element;
|
|
20696
20711
|
};
|
|
20697
20712
|
|
|
20698
20713
|
type IconsMap = Record<string, IconType$1>;
|
|
@@ -21378,8 +21393,8 @@ declare const useMenuContext: () => MenuStateReturn | undefined;
|
|
|
21378
21393
|
declare const Menu: ({ menuLabel, menuTrigger, placement, menuItemsContainerCssClasses, children, forceVisible, disableAutoSeparatorManagement, }: MenuProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
|
|
21379
21394
|
|
|
21380
21395
|
type MenuGroupProps = {
|
|
21381
|
-
/** Title for the menu group */
|
|
21382
|
-
title: string;
|
|
21396
|
+
/** Title for the menu group. If undefined or an empty string, the group will render as normal menu */
|
|
21397
|
+
title: string | undefined;
|
|
21383
21398
|
/** Menu items to render in the group */
|
|
21384
21399
|
children: ReactNode;
|
|
21385
21400
|
};
|
|
@@ -21451,15 +21466,6 @@ declare const Modal: React__default.ForwardRefExoticComponent<{
|
|
|
21451
21466
|
buttonGroup?: ReactNode;
|
|
21452
21467
|
} & React__default.HTMLAttributes<HTMLDialogElement> & React__default.RefAttributes<HTMLDialogElement>>;
|
|
21453
21468
|
|
|
21454
|
-
type ConnectToDataElementButtonProps = HTMLAttributes<HTMLButtonElement> & {
|
|
21455
|
-
icon?: IconType;
|
|
21456
|
-
iconColor?: IconColor;
|
|
21457
|
-
children?: ReactNode;
|
|
21458
|
-
isBound?: boolean;
|
|
21459
|
-
isLocked?: boolean;
|
|
21460
|
-
};
|
|
21461
|
-
declare const ConnectToDataElementButton: ({ icon, iconColor, children, isBound, isLocked, ...props }: ConnectToDataElementButtonProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
|
|
21462
|
-
|
|
21463
21469
|
type CommonParameterProps = {
|
|
21464
21470
|
/** sets the label value */
|
|
21465
21471
|
label: string;
|
|
@@ -21477,9 +21483,13 @@ type CommonParameterProps = {
|
|
|
21477
21483
|
infoMessage?: string;
|
|
21478
21484
|
/** (optional) allows users to manually set the error message state */
|
|
21479
21485
|
handleManuallySetErrorMessage?: (message: string | undefined) => void;
|
|
21480
|
-
/** sets whether to show the override UI
|
|
21486
|
+
/** sets whether to show the override UI
|
|
21487
|
+
* @deprecated
|
|
21488
|
+
*/
|
|
21481
21489
|
hasOverriddenValue?: boolean;
|
|
21482
|
-
/** sets the function call of the overriding parameters button
|
|
21490
|
+
/** sets the function call of the overriding parameters button
|
|
21491
|
+
* @deprecated
|
|
21492
|
+
*/
|
|
21483
21493
|
onResetOverriddenValue?: () => void;
|
|
21484
21494
|
};
|
|
21485
21495
|
type CommonParameterInputProps = CommonParameterProps & {
|
|
@@ -21515,6 +21525,21 @@ declare const useParameterShell: () => {
|
|
|
21515
21525
|
handleManuallySetErrorMessage: ((message: string | undefined) => void) | undefined;
|
|
21516
21526
|
};
|
|
21517
21527
|
|
|
21528
|
+
type ConnectToDataElementButtonProps = HTMLAttributes<HTMLButtonElement> & {
|
|
21529
|
+
icon?: IconType;
|
|
21530
|
+
iconColor?: IconColor;
|
|
21531
|
+
children?: ReactNode;
|
|
21532
|
+
/** @deprecated use isActive */
|
|
21533
|
+
isBound?: boolean;
|
|
21534
|
+
/** Sets if the button is active (pressed) currently. */
|
|
21535
|
+
isActive?: boolean;
|
|
21536
|
+
/** Disables hover state, sets aria-disabled */
|
|
21537
|
+
isLocked?: boolean;
|
|
21538
|
+
};
|
|
21539
|
+
declare const LabelLeadingIcon: ({ icon, iconColor, children, isBound, isActive, isLocked, title, ...props }: ConnectToDataElementButtonProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
|
|
21540
|
+
/** @deprecated use LabelLeadingIcon */
|
|
21541
|
+
declare const ConnectToDataElementButton: ({ icon, iconColor, children, isBound, isActive, isLocked, title, ...props }: ConnectToDataElementButtonProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
|
|
21542
|
+
|
|
21518
21543
|
type ParameterDataConnectButtonProps = {
|
|
21519
21544
|
/** Sets the label value */
|
|
21520
21545
|
label: string;
|
|
@@ -21531,7 +21556,10 @@ type ParameterDataConnectButtonProps = {
|
|
|
21531
21556
|
/** sets the disabled state of the button, useful for permissions */
|
|
21532
21557
|
disabled?: boolean;
|
|
21533
21558
|
};
|
|
21534
|
-
/**
|
|
21559
|
+
/**
|
|
21560
|
+
* @example <ParameterDataConnectButton label="label" id="connect-data-button" onConnectDatasource={() => myFunction()}>Button Text</ParameterDataConnectButton>
|
|
21561
|
+
* @deprecated no longer used in uniform UI
|
|
21562
|
+
*/
|
|
21535
21563
|
declare function ParameterDataResource({ label, labelLeadingIcon, id, onConnectDatasource, caption, disabled, children, }: ParameterDataConnectButtonProps): _emotion_react_types_jsx_namespace.EmotionJSX.Element;
|
|
21536
21564
|
|
|
21537
21565
|
type ParameterDrawerHeaderProps = {
|
|
@@ -21557,14 +21585,22 @@ declare const ParameterGroup: React$1.ForwardRefExoticComponent<React$1.HTMLAttr
|
|
|
21557
21585
|
children: ReactNode;
|
|
21558
21586
|
} & React$1.RefAttributes<HTMLFieldSetElement>>;
|
|
21559
21587
|
|
|
21560
|
-
type ParameterImageProps = Omit<CommonParameterInputProps, 'inputIcon' | 'type'
|
|
21588
|
+
type ParameterImageProps = Omit<CommonParameterInputProps, 'inputIcon' | 'type'> & React__default.InputHTMLAttributes<HTMLInputElement> & {
|
|
21589
|
+
/** Turns off the image preview, if it's not desired or rendered separately with `ParameterImageImage` elsewhere */
|
|
21590
|
+
disablePreview?: boolean;
|
|
21591
|
+
};
|
|
21561
21592
|
/** @Example <ParameterImage {...inputArgs} value={value} onChange={(e) => setValue(e.currentTarget.value)} /> */
|
|
21562
|
-
declare const ParameterImage: React__default.ForwardRefExoticComponent<
|
|
21563
|
-
|
|
21564
|
-
|
|
21565
|
-
|
|
21593
|
+
declare const ParameterImage: React__default.ForwardRefExoticComponent<Omit<CommonParameterInputProps, "type" | "inputIcon"> & React__default.InputHTMLAttributes<HTMLInputElement> & {
|
|
21594
|
+
/** Turns off the image preview, if it's not desired or rendered separately with `ParameterImageImage` elsewhere */
|
|
21595
|
+
disablePreview?: boolean | undefined;
|
|
21596
|
+
} & React__default.RefAttributes<HTMLInputElement>>;
|
|
21597
|
+
declare const ParameterImageInner: React__default.ForwardRefExoticComponent<React__default.InputHTMLAttributes<HTMLInputElement> & {
|
|
21598
|
+
disablePreview?: boolean | undefined;
|
|
21599
|
+
} & React__default.RefAttributes<HTMLInputElement>>;
|
|
21600
|
+
|
|
21601
|
+
declare function ParameterImagePreview({ imageSrc }: {
|
|
21566
21602
|
imageSrc: string;
|
|
21567
|
-
})
|
|
21603
|
+
}): _emotion_react_types_jsx_namespace.EmotionJSX.Element;
|
|
21568
21604
|
|
|
21569
21605
|
type ParameterInputProps = CommonParameterInputProps & React.InputHTMLAttributes<HTMLInputElement>;
|
|
21570
21606
|
/** @example <ParameterInput label="label value" id="my-input" /> */
|
|
@@ -21706,6 +21742,19 @@ type LinkNodePluginProps = {
|
|
|
21706
21742
|
value: LinkParamValue;
|
|
21707
21743
|
onSetValue: (value: LinkParamValue) => void;
|
|
21708
21744
|
}) => Promise<void>;
|
|
21745
|
+
getBoundPath?: (path: string) => string;
|
|
21746
|
+
};
|
|
21747
|
+
|
|
21748
|
+
declare const richTextToolbarButton: _emotion_react.SerializedStyles;
|
|
21749
|
+
declare const richTextToolbarButtonActive: _emotion_react.SerializedStyles;
|
|
21750
|
+
type RichTextToolbarIconProps = {
|
|
21751
|
+
icon: IconType;
|
|
21752
|
+
};
|
|
21753
|
+
declare const RichTextToolbarIcon: ({ icon }: RichTextToolbarIconProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
|
|
21754
|
+
type RichTextToolbarProps = {
|
|
21755
|
+
config?: RichTextParamConfiguration;
|
|
21756
|
+
/** Variables */
|
|
21757
|
+
customControls?: React.ReactElement;
|
|
21709
21758
|
};
|
|
21710
21759
|
|
|
21711
21760
|
type RichTextProps = {
|
|
@@ -21715,6 +21764,16 @@ type RichTextProps = {
|
|
|
21715
21764
|
onRichTextInit?: (editor: LexicalEditor) => void;
|
|
21716
21765
|
readOnly?: boolean;
|
|
21717
21766
|
editorInputClassName?: string;
|
|
21767
|
+
/** Register additional custom node types to the RTE */
|
|
21768
|
+
customNodes?: InitialConfigType['nodes'];
|
|
21769
|
+
/** Children allows registering custom Lexical plugins */
|
|
21770
|
+
children?: ReactNode;
|
|
21771
|
+
/** Variables */
|
|
21772
|
+
variables?: {
|
|
21773
|
+
bindVariables?: (value: string) => string;
|
|
21774
|
+
};
|
|
21775
|
+
/** Rich Text Toolbar custom controls */
|
|
21776
|
+
customControls?: RichTextToolbarProps['customControls'];
|
|
21718
21777
|
};
|
|
21719
21778
|
type RichTextParamValue = SerializedEditorState | undefined | null;
|
|
21720
21779
|
type ParameterRichTextInnerProps = RichTextProps & {
|
|
@@ -21723,8 +21782,8 @@ type ParameterRichTextInnerProps = RichTextProps & {
|
|
|
21723
21782
|
editorFooter?: React.ReactNode;
|
|
21724
21783
|
};
|
|
21725
21784
|
type ParameterRichTextProps = CommonParameterInputProps & ParameterRichTextInnerProps;
|
|
21726
|
-
declare const ParameterRichText: ({ label, labelLeadingIcon, hiddenLabel, id, errorMessage, caption, errorTestId, captionTestId, menuItems, value, onChange, onConnectLink, config, onRichTextInit, readOnly, editorWrapperClassName, editorInputClassName, editorFooter, }: ParameterRichTextProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
|
|
21727
|
-
declare const ParameterRichTextInner: ({ value, onChange, onConnectLink, config, onRichTextInit, readOnly, editorWrapperClassName, editorInputClassName, editorFooter, }: ParameterRichTextInnerProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
|
|
21785
|
+
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;
|
|
21786
|
+
declare const ParameterRichTextInner: ({ value, onChange, onConnectLink, config, onRichTextInit, readOnly, editorWrapperClassName, editorInputClassName, editorFooter, children, customNodes, variables, customControls, }: ParameterRichTextInnerProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
|
|
21728
21787
|
|
|
21729
21788
|
type ParameterSelectProps = CommonParameterInputProps & CommonParameterSelectProps & React.InputHTMLAttributes<HTMLSelectElement>;
|
|
21730
21789
|
/** @example <ParameterSelect label="my label" id="my-id" options={[{ label: 'option label', value: 0}]} */
|
|
@@ -21745,6 +21804,9 @@ declare const extractParameterProps: <T>(props: T & CommonParameterProps & {
|
|
|
21745
21804
|
menuItems?: ReactNode;
|
|
21746
21805
|
errorTestId?: string | undefined;
|
|
21747
21806
|
captionTestId?: string | undefined;
|
|
21807
|
+
/** sets overriding parameters indicator
|
|
21808
|
+
* @deprecated
|
|
21809
|
+
*/
|
|
21748
21810
|
title?: string | undefined;
|
|
21749
21811
|
}) => {
|
|
21750
21812
|
shellProps: {
|
|
@@ -21768,13 +21830,20 @@ declare const extractParameterProps: <T>(props: T & CommonParameterProps & {
|
|
|
21768
21830
|
menuItems?: ReactNode;
|
|
21769
21831
|
errorTestId?: string | undefined;
|
|
21770
21832
|
captionTestId?: string | undefined;
|
|
21833
|
+
/** sets overriding parameters indicator
|
|
21834
|
+
* @deprecated
|
|
21835
|
+
*/
|
|
21771
21836
|
title?: string | undefined;
|
|
21772
21837
|
}, "caption" | "label" | "title" | "id" | "menuItems" | "errorMessage" | "warningMessage" | "errorTestId" | "captionTestId" | "hiddenLabel" | "labelLeadingIcon" | "infoMessage" | "hasOverriddenValue" | "onResetOverriddenValue">;
|
|
21773
21838
|
};
|
|
21774
21839
|
type ParameterShellOverrideProps = {
|
|
21775
|
-
/** sets overriding parameters indicator
|
|
21840
|
+
/** sets overriding parameters indicator
|
|
21841
|
+
* @deprecated
|
|
21842
|
+
*/
|
|
21776
21843
|
hasOverriddenValue?: boolean;
|
|
21777
|
-
/** sets the function call of the overriding parameters button
|
|
21844
|
+
/** sets the function call of the overriding parameters button
|
|
21845
|
+
* @deprecated
|
|
21846
|
+
*/
|
|
21778
21847
|
onResetOverriddenValue?: () => void;
|
|
21779
21848
|
};
|
|
21780
21849
|
type ParameterShellProps = React.InputHTMLAttributes<HTMLDivElement> & CommonParameterInputProps & ParameterShellOverrideProps;
|
|
@@ -21786,6 +21855,7 @@ declare const ParameterShell: ({ label, labelLeadingIcon, hiddenLabel, id, error
|
|
|
21786
21855
|
declare const ParameterShellPlaceholder: ({ children }: {
|
|
21787
21856
|
children?: ReactNode;
|
|
21788
21857
|
}) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
|
|
21858
|
+
/** @deprecated */
|
|
21789
21859
|
declare const ParameterOverrideMarker: (props: HTMLAttributes<HTMLButtonElement>) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
|
|
21790
21860
|
|
|
21791
21861
|
type ParameterTextareaProps = CommonParameterInputProps & React.TextareaHTMLAttributes<HTMLTextAreaElement>;
|
|
@@ -21800,12 +21870,18 @@ declare const ParameterTextarea: React$1.ForwardRefExoticComponent<CommonParamet
|
|
|
21800
21870
|
/** @example <ParameterTextareaInner /> */
|
|
21801
21871
|
declare const ParameterTextareaInner: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLTextAreaElement> & React$1.RefAttributes<HTMLTextAreaElement>>;
|
|
21802
21872
|
|
|
21803
|
-
type ParameterToggleProps = React.InputHTMLAttributes<HTMLInputElement> &
|
|
21804
|
-
|
|
21873
|
+
type ParameterToggleProps = Omit<React.InputHTMLAttributes<HTMLInputElement>, 'type'> & CommonParameterInputProps & {
|
|
21874
|
+
type: 'checkbox' | 'radio';
|
|
21805
21875
|
};
|
|
21806
21876
|
/** @example <ParameterToggle title="my checkbox" label="label value" id="my-checkbox" type="checkbox" onIconClick={() => alert('icon clicked)} /> */
|
|
21807
|
-
declare const ParameterToggle: React$1.ForwardRefExoticComponent<React$1.InputHTMLAttributes<HTMLInputElement
|
|
21808
|
-
|
|
21877
|
+
declare const ParameterToggle: React$1.ForwardRefExoticComponent<Omit<React$1.InputHTMLAttributes<HTMLInputElement>, "type"> & CommonParameterProps & {
|
|
21878
|
+
caption?: string | undefined;
|
|
21879
|
+
menuItems?: React$1.ReactNode;
|
|
21880
|
+
errorTestId?: string | undefined;
|
|
21881
|
+
captionTestId?: string | undefined;
|
|
21882
|
+
title?: string | undefined;
|
|
21883
|
+
} & {
|
|
21884
|
+
type: 'checkbox' | 'radio';
|
|
21809
21885
|
} & React$1.RefAttributes<HTMLInputElement>>;
|
|
21810
21886
|
declare const ParameterToggleInner: React$1.ForwardRefExoticComponent<React$1.InputHTMLAttributes<HTMLInputElement> & React$1.RefAttributes<HTMLInputElement>>;
|
|
21811
21887
|
|
|
@@ -22265,7 +22341,7 @@ type LinkManagerWithRefType = (props: Partial<LinkProps> & {
|
|
|
22265
22341
|
href: string;
|
|
22266
22342
|
passHref: true;
|
|
22267
22343
|
legacyBehavior?: boolean;
|
|
22268
|
-
} & React$1.RefAttributes<HTMLAnchorElement>) =>
|
|
22344
|
+
} & React$1.RefAttributes<HTMLAnchorElement>) => React$1.ReactNode | null;
|
|
22269
22345
|
/** Uniform LinkWithRef Component
|
|
22270
22346
|
* We recommend using this link `next/link`
|
|
22271
22347
|
* @example <LinkWithRef linkManagerComponent={NextLink} href="some-url" text="my link" />
|
|
@@ -22335,4 +22411,4 @@ type StatusBulletProps = React$1.HTMLAttributes<HTMLSpanElement> & {
|
|
|
22335
22411
|
};
|
|
22336
22412
|
declare const StatusBullet: ({ status, hideText, size, message, ...props }: StatusBulletProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
|
|
22337
22413
|
|
|
22338
|
-
export { ActionButtonsProps, AddButton, AddButtonProps, AddListButton, AddListButtonProps, AddListButtonThemeProps, AnimationFile, AnimationFileProps, ArrowPositionProps, Avatar, AvatarGroup, AvatarGroupProps, AvatarProps, Badge, BadgeProps, BadgeSizeProps, BadgeThemeProps, BadgeThemeStyleProps, Banner, BannerProps, BannerType, BoxHeightProps, BreakpointSize, BreakpointsMap,
|
|
22414
|
+
export { ActionButtonsProps, AddButton, AddButtonProps, AddListButton, AddListButtonProps, AddListButtonThemeProps, AnimationFile, AnimationFileProps, ArrowPositionProps, Avatar, AvatarGroup, AvatarGroupProps, AvatarProps, Badge, BadgeProps, BadgeSizeProps, BadgeThemeProps, BadgeThemeStyleProps, Banner, BannerProps, BannerType, BoxHeightProps, BreakpointSize, BreakpointsMap, Button, ButtonProps, ButtonSizeProps, ButtonThemeProps$1 as ButtonThemeProps, ButtonWithMenu, ButtonWithMenuProps, Callout, CalloutProps, CalloutType, Caption, CaptionProps, Card, CardContainer, CardContainerBgColorProps, CardContainerProps, CardProps, CardTitle, CardTitleProps, CheckboxWithInfo, CheckboxWithInforProps, ChildFunction, Chip, ChipProps, ChipTheme, ComboBoxGroupBase, ConnectToDataElementButton, ConnectToDataElementButtonProps, Container, ContainerProps, Counter, CounterProps, CreateTeamIntegrationTile, CreateTeamIntegrationTileProps, CurrentDrawerContext, DashedBox, DashedBoxProps, DescriptionList, DescriptionListProps, Details, DetailsProps, DismissibleChipAction, Drawer, DrawerContent, DrawerContentProps, DrawerContextValue, DrawerItem, DrawerProps, DrawerProvider, DrawerRenderer, DrawerRendererItemProps, DrawerRendererProps, DrawersRegistryRecord, EditTeamIntegrationTile, EditTeamIntegrationTileProps, ErrorMessage, ErrorMessageProps, Fieldset, FieldsetProps, Heading, HeadingProps, HexModalBackground, HorizontalRhythm, Icon, IconColor, IconName, IconProps, IconType, IconsProvider, InfoMessage, InfoMessageProps, InlineAlert, InlineAlertProps, Input, InputComboBox, InputComboBoxOption, InputComboBoxProps, InputInlineSelect, InputInlineSelectOption, InputInlineSelectProps, InputKeywordSearch, InputKeywordSearchProps, InputProps, InputSelect, InputSelectProps, InputToggle, InputToggleProps, IntegrationComingSoon, IntegrationComingSoonProps, IntegrationHeaderSection, IntegrationHeaderSectionProps, IntegrationLoadingTile, IntegrationLoadingTileProps, IntegrationModalHeader, IntegrationModalHeaderProps, IntegrationModalIcon, IntegrationModalIconProps, IntegrationTile, IntegrationTileProps, JsonEditor, JsonEditorProps, Label, LabelLeadingIcon, LabelProps, Legend, LegendProps, LevelProps, LimitsBar, LimitsBarProps, Link, LinkColorProps, LinkList, LinkListProps, LinkManagerWithRefType, LinkNode, LinkProps, LinkWithRef, LoadingCardSkeleton, LoadingIcon, LoadingIconProps, LoadingIndicator, LoadingOverlay, LoadingOverlayProps, Menu, MenuContext, MenuGroup, MenuGroupProps, MenuItem, MenuItemProps, MenuItemSeparator, MenuItemTextThemeProps, MenuProps, Modal, ModalProps, MultilineChip, MultilineChipProps, PageHeaderSection, PageHeaderSectionProps, Paragraph, ParagraphProps, ParameterDataConnectButtonProps, ParameterDataResource, ParameterDrawerHeader, ParameterDrawerHeaderProps, ParameterGroup, ParameterGroupProps, ParameterImage, ParameterImageInner, ParameterImagePreview, ParameterImageProps, ParameterInput, ParameterInputInner, ParameterInputProps, ParameterLabel, ParameterLabelProps, ParameterLink, ParameterLinkInner, ParameterLinkProps, ParameterMenuButton, ParameterMenuButtonProps, ParameterNameAndPublicIdInput, ParameterNameAndPublicIdInputProps, ParameterOverrideMarker, ParameterRichText, ParameterRichTextInner, ParameterRichTextInnerProps, ParameterRichTextProps, ParameterSelect, ParameterSelectInner, ParameterSelectProps, ParameterShell, ParameterShellContext, ParameterShellPlaceholder, ParameterShellProps, ParameterTextarea, ParameterTextareaInner, ParameterTextareaProps, ParameterToggle, ParameterToggleInner, ParameterToggleProps, Popover, PopoverProps, ProgressList, ProgressListItem, ProgressListItemProps, ProgressListProps, RegisterDrawerProps, ResolveIcon, ResolveIconProps, RichTextParamValue, RichTextToolbarIcon, ScrollableItemProps, ScrollableList, ScrollableListContainerProps, ScrollableListInputItem, ScrollableListItem, ScrollableListItemProps, ScrollableListProps, SegmentedControl, SegmentedControlOption, SegmentedControlProps, SerializedLinkNode, ShortcutContext, ShortcutRevealer, Skeleton, SkeletonProps, StatusBullet, StatusBulletProps, StatusTypeProps, SuccessMessage, SuccessMessageProps, Switch, SwitchProps, TabButton, TabButtonGroup, TabButtonProps, TabContent, TabContentProps, Table, TableBody, TableBodyProps, TableCellData, TableCellDataProps, TableCellHead, TableCellHeadProps, TableFoot, TableFootProps, TableHead, TableHeadProps, TableProps, TableRow, TableRowProps, Tabs, TabsProps, TextAlignProps, Textarea, TextareaProps, Theme, ThemeProps, Tile, TileContainer, TileContainerProps, TileProps, TileText, TileTitleProps, Tooltip, TooltipProps, TwoColumnLayout, TwoColumnLayoutProps, UniformBadge, UniformLogo, UniformLogoLarge, UniformLogoProps, UseShortcutOptions, VerticalRhythm, WarningMessage, WarningMessageProps, accessibleHidden, borderTopIcon, breakpoints, button, buttonDestructive, buttonGhost, buttonGhostDestructive, buttonGhostUnimportant, buttonPrimary, buttonPrimaryInvert, buttonRippleEffect, buttonSecondary, buttonSecondaryInvert, buttonTertiary, buttonTertiaryOutline, buttonUnimportant, canvasAlertIcon, cardIcon, cq, customIcons, extractParameterProps, fadeIn, fadeInBottom, fadeInLtr, fadeInRtl, fadeInTop, fadeOutBottom, fullWidthScreenIcon, getDrawerAttributes, growSubtle, imageTextIcon, infoFilledIcon, input, inputError, inputSelect, isMacLike, jsonIcon, labelText, loader as loaderAnimationData, macifyShortcut, mq, numberInput, queryStringIcon, rectangleRoundedIcon, replaceUnderscoreInString, richTextToolbarButton, richTextToolbarButtonActive, ripple, scrollbarStyles, settings, settingsIcon, skeletonLoading, slideInTtb, spinner as spinnerAnimationData, structurePanelIcon, supports, textInput, useBreakpoint, useCloseCurrentDrawer, useCurrentDrawer, useCurrentTab, useDrawer, useIconContext, useMenuContext, useOutsideClick, useParameterShell, useShortcut, warningIcon, yesNoIcon };
|