@databricks/design-system 1.12.20 → 1.12.21
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/codemods/camelize.ts +5 -5
- package/dist/Popover-CrX63HDP.js +3831 -0
- package/dist/Popover-CrX63HDP.js.map +1 -0
- package/dist/Popover-DQEbjNyV.js +3831 -0
- package/dist/Popover-DQEbjNyV.js.map +1 -0
- package/dist/WizardStepContentWrapper-Bv2MqnDd.js +2276 -0
- package/dist/WizardStepContentWrapper-Bv2MqnDd.js.map +1 -0
- package/dist/WizardStepContentWrapper-CzvxVy-w.js +2278 -0
- package/dist/WizardStepContentWrapper-CzvxVy-w.js.map +1 -0
- package/dist/development.js +3 -3
- package/dist/development.js.map +1 -1
- package/dist/index-BC9PpmGo.js +770 -0
- package/dist/index-BC9PpmGo.js.map +1 -0
- package/dist/index-DxyvNv4-.js +770 -0
- package/dist/index-DxyvNv4-.js.map +1 -0
- package/dist/index.js +162 -66
- package/dist/index.js.map +1 -1
- package/dist/patterns.js +2 -2
- package/package.json +4 -4
- package/scripts/theme_regeneration/common.ts +3 -3
- package/scripts/theme_regeneration/regenerate_color_validity_enums.ts +3 -3
- package/src/assets/icons/RowsIcon.svg +3 -0
- package/src/assets/icons/TokenIcon.svg +8 -0
- package/src/assets/icons/TrendingIcon.svg +1 -0
- package/src/design-system/Accordion/Accordion.tsx +2 -2
- package/src/design-system/Alert/Alert.tsx +1 -1
- package/src/design-system/ApplyGlobalStyles/ApplyGlobalStyles.tsx +1 -1
- package/src/design-system/Card/Card.test.tsx +52 -0
- package/src/design-system/Card/Card.tsx +21 -5
- package/src/design-system/DatePicker/DatePicker.tsx +6 -4
- package/src/design-system/DesignSystemEventProvider/DesignSystemEventProvider.test.tsx +5 -3
- package/src/design-system/DesignSystemProvider/DesignSystemProvider.test.tsx +1 -1
- package/src/design-system/DesignSystemProvider/DesignSystemProvider.tsx +8 -6
- package/src/design-system/Dropdown/Dropdown.tsx +1 -1
- package/src/design-system/Empty/Empty.tsx +1 -1
- package/src/design-system/Grid/Col.tsx +1 -1
- package/src/design-system/Grid/Row.tsx +1 -1
- package/src/design-system/Header/Header.tsx +1 -1
- package/src/design-system/Hooks/useDesignSystemTheme.tsx +3 -1
- package/src/design-system/HoverCard/HoverCard.tsx +11 -5
- package/src/design-system/Icon/Icon.tsx +4 -4
- package/src/design-system/Icon/__generated/icons/{InfoIcon.tsx → RowsIcon.tsx} +6 -7
- package/src/design-system/Icon/__generated/icons/TokenIcon.tsx +28 -0
- package/src/design-system/Icon/__generated/icons/TrendingIcon.tsx +23 -0
- package/src/design-system/Icon/__generated/icons/index.ts +3 -1
- package/src/design-system/Input/Password.tsx +25 -23
- package/src/design-system/LegacyForm/LegacyForm.tsx +5 -1
- package/src/design-system/LegacyPopover/LegacyPopover.tsx +5 -1
- package/src/design-system/LegacySelect/LegacySelect.tsx +2 -2
- package/src/design-system/LegacyTable/LegacyTable.tsx +1 -1
- package/src/design-system/LegacyTabs/index.tsx +4 -1
- package/src/design-system/LegacyTooltip/LegacyTooltip.tsx +1 -1
- package/src/design-system/LoadingState/LoadingState.tsx +1 -1
- package/src/design-system/Modal/Modal.tsx +19 -2
- package/src/design-system/PageWrapper/PageWrapper.tsx +1 -1
- package/src/design-system/Pagination/index.tsx +2 -2
- package/src/design-system/PreviewCard/PreviewCard.test.tsx +70 -0
- package/src/design-system/PreviewCard/PreviewCard.tsx +15 -5
- package/src/design-system/Radio/Radio.tsx +28 -28
- package/src/design-system/SegmentedControl/SegmentedControl.tsx +2 -2
- package/src/design-system/Select/SimpleSelect.tsx +4 -1
- package/src/design-system/Skeleton/TableSkeleton.tsx +4 -2
- package/src/design-system/Skeleton/TitleSkeleton.tsx +10 -2
- package/src/design-system/Space/Space.tsx +1 -1
- package/src/design-system/Spacer/Spacer.tsx +1 -1
- package/src/design-system/Spinner/Spinner.tsx +1 -1
- package/src/design-system/SplitButton/Dropdown/DropdownButton.tsx +1 -1
- package/src/design-system/SplitButton/SplitButton.tsx +3 -1
- package/src/design-system/Stepper/Stepper.tsx +1 -1
- package/src/design-system/Switch/Switch.tsx +1 -1
- package/src/design-system/TableUI/TableCell.tsx +10 -1
- package/src/design-system/Tooltip/Tooltip.tsx +1 -1
- package/src/design-system/TypeaheadCombobox/CountBadge.tsx +5 -1
- package/src/design-system/TypeaheadCombobox/TypeaheadComboboxControls.tsx +1 -1
- package/src/design-system/TypeaheadCombobox/TypeaheadComboboxRoot.tsx +1 -1
- package/src/design-system/TypeaheadCombobox/TypeaheadComboboxSelectedItem.tsx +1 -1
- package/src/design-system/TypeaheadCombobox/tests/TypeaheadCombobox.test.tsx +3 -3
- package/src/design-system/TypeaheadCombobox/tests/testFixtures.tsx +3 -3
- package/src/design-system/utils/css-utils.tsx +6 -6
- package/src/design-system/utils/shadow-dom-storybook-wrapper.tsx +1 -1
- package/src/development/Banner/Banner.tsx +1 -1
- package/src/development/PillControl/PillControl.tsx +1 -0
- package/src/development/TreeGrid/TreeGrid.test.tsx +2 -2
- package/src/development/TreeGrid/TreeGrid.tsx +1 -1
- package/src/theme/convertToLessVars.ts +5 -5
- package/src/~patterns/Wizard/VerticalWizardContent.tsx +3 -1
- package/src/assets/icons/InfoIcon.svg +0 -5
package/dist/index.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { H as useDesignSystemContext, u as useDesignSystemTheme, I as Icon, S as Spinner, J as DesignSystemEventProvider, D as DesignSystemAntDConfigProvider, y as RestoreAntDDefaultClsPrefix, s as safex, e as DesignSystemEventProviderAnalyticsEventTypes, f as useDesignSystemEventComponentCallbacks, h as DesignSystemEventProviderComponentTypes, k as useNotifyOnFirstView, z as addDebugOutlineStylesIfEnabled, c as getAnimationCss, a as useDesignSystemSafexFlags, j as DesignSystemEventProviderComponentSubTypeMap, B as Button, T as Typography, b as addDebugOutlineIfEnabled, C as CloseIcon, A as getDarkModePortalStyles, K as useUniqueId, R as Root$8, m as Trigger$4, n as Content$5, M as Arrow$2, q as ChevronRightIcon, N as LoadingState, O as visuallyHidden, v as DesignSystemEventSuppressInteractionProviderContext, w as DesignSystemEventSuppressInteractionTrueContextValue, i as importantify, d as useFormContext, P as ComponentFinderContext, r as getComboboxOptionItemWrapperStyles, Q as getComboboxContentWrapperStyles, U as getFooterStyles, V as highlightFirstNonDisabledOption, X as getInfoIconStyles, Y as getKeyboardNavigationFunctions, Z as dialogComboboxLookAheadKeyDown, _ as getCheckboxStyles, $ as getDialogComboboxOptionLabelWidth, a0 as getContentOptions, a1 as findHighlightedOption, a2 as highlightOption, a3 as findClosestOptionSibling, a4 as getComboboxOptionLabelStyles, a5 as getSelectItemWithHintColumnStyles, a6 as getHintColumnStyles, a7 as useComponentFinderContext, g as getValidationStateColor, a8 as SMALL_BUTTON_HEIGHT$2, a9 as ApplyDesignSystemContextOverrides, E as getShadowScrollStyles, l as DangerIcon, W as WarningIcon, L as LoadingIcon, aa as Title$2, ab as AccessibleContainer, o as ChevronLeftIcon, ac as DU_BOIS_ENABLE_ANIMATION_CLASSNAME, ad as getDefaultStyles, ae as getPrimaryStyles, af as getDisabledSplitButtonStyles, ag as getDisabledPrimarySplitButtonStyles, ah as getHorizontalTabShadowStyles } from './Popover-
|
|
2
|
-
export { aq as ApplyDesignSystemFlags, aB as ColorVars, an as DesignSystemContext, ak as DesignSystemEventProviderComponentSubTypes, ap as DesignSystemProvider, am as DesignSystemThemeContext, ao as DesignSystemThemeProvider, aw as LoadingStateContext, av as NewWindowIcon, ax as Popover, au as WithDesignSystemThemeHoc, x as augmentWithDataComponentProps, az as getBottomOnlyShadowScrollStyles, aj as getButtonEmotionStyles, ai as getMemoizedButtonEmotionStyles, ay as getTypographyColor, aA as getVirtualizedComboboxMenuItemStyles, as as isOptionDisabled, at as resetTabIndexToFocusedElement, ar as useAntDConfigProviderContext, al as useDesignSystemEventSuppressInteractionContext } from './Popover-
|
|
1
|
+
import { H as useDesignSystemContext, u as useDesignSystemTheme, I as Icon, S as Spinner, J as DesignSystemEventProvider, D as DesignSystemAntDConfigProvider, y as RestoreAntDDefaultClsPrefix, s as safex, e as DesignSystemEventProviderAnalyticsEventTypes, f as useDesignSystemEventComponentCallbacks, h as DesignSystemEventProviderComponentTypes, k as useNotifyOnFirstView, z as addDebugOutlineStylesIfEnabled, c as getAnimationCss, a as useDesignSystemSafexFlags, j as DesignSystemEventProviderComponentSubTypeMap, B as Button, T as Typography, b as addDebugOutlineIfEnabled, C as CloseIcon, A as getDarkModePortalStyles, K as useUniqueId, R as Root$8, m as Trigger$4, n as Content$5, M as Arrow$2, q as ChevronRightIcon, N as LoadingState, O as visuallyHidden, v as DesignSystemEventSuppressInteractionProviderContext, w as DesignSystemEventSuppressInteractionTrueContextValue, i as importantify, d as useFormContext, P as ComponentFinderContext, r as getComboboxOptionItemWrapperStyles, Q as getComboboxContentWrapperStyles, U as getFooterStyles, V as highlightFirstNonDisabledOption, X as getInfoIconStyles, Y as getKeyboardNavigationFunctions, Z as dialogComboboxLookAheadKeyDown, _ as getCheckboxStyles, $ as getDialogComboboxOptionLabelWidth, a0 as getContentOptions, a1 as findHighlightedOption, a2 as highlightOption, a3 as findClosestOptionSibling, a4 as getComboboxOptionLabelStyles, a5 as getSelectItemWithHintColumnStyles, a6 as getHintColumnStyles, a7 as useComponentFinderContext, g as getValidationStateColor, a8 as SMALL_BUTTON_HEIGHT$2, a9 as ApplyDesignSystemContextOverrides, E as getShadowScrollStyles, l as DangerIcon, W as WarningIcon, L as LoadingIcon, aa as Title$2, ab as AccessibleContainer, o as ChevronLeftIcon, ac as DU_BOIS_ENABLE_ANIMATION_CLASSNAME, ad as getDefaultStyles, ae as getPrimaryStyles, af as getDisabledSplitButtonStyles, ag as getDisabledPrimarySplitButtonStyles, ah as getHorizontalTabShadowStyles } from './Popover-DQEbjNyV.js';
|
|
2
|
+
export { aq as ApplyDesignSystemFlags, aB as ColorVars, an as DesignSystemContext, ak as DesignSystemEventProviderComponentSubTypes, ap as DesignSystemProvider, am as DesignSystemThemeContext, ao as DesignSystemThemeProvider, aw as LoadingStateContext, av as NewWindowIcon, ax as Popover, au as WithDesignSystemThemeHoc, x as augmentWithDataComponentProps, az as getBottomOnlyShadowScrollStyles, aj as getButtonEmotionStyles, ai as getMemoizedButtonEmotionStyles, ay as getTypographyColor, aA as getVirtualizedComboboxMenuItemStyles, as as isOptionDisabled, at as resetTabIndexToFocusedElement, ar as useAntDConfigProviderContext, al as useDesignSystemEventSuppressInteractionContext } from './Popover-DQEbjNyV.js';
|
|
3
3
|
import { jsx, jsxs, Fragment } from '@emotion/react/jsx-runtime';
|
|
4
4
|
import * as React from 'react';
|
|
5
5
|
import React__default, { useRef, useMemo, forwardRef, createContext, useContext, useCallback, useState, useEffect, useImperativeHandle, Children, Fragment as Fragment$1, useLayoutEffect } from 'react';
|
|
6
|
-
import { d as Modal, e as useModalContext, I as InfoSmallIcon, C as CheckIcon, S as Spacer, L as ListIcon, T as Tooltip$1 } from './WizardStepContentWrapper-
|
|
7
|
-
export { h as Content, f as DangerModal, D as DocumentationSidebar, F as FIXED_VERTICAL_STEPPER_WIDTH, M as MAX_VERTICAL_WIZARD_CONTENT_WIDTH, N as Nav, g as NavButton, P as Panel, l as PanelBody, i as PanelHeader, k as PanelHeaderButtons, j as PanelHeaderTitle, m as Sidebar, n as Stepper, W as Wizard, a as WizardControlled, b as WizardModal, c as WizardStepContentWrapper, u as useWizardCurrentStep } from './WizardStepContentWrapper-
|
|
8
|
-
import { X as XCircleFillIcon, I as Input, S as SearchIcon } from './index-
|
|
9
|
-
export { C as ClockIcon, L as LockIcon, M as MegaphoneIcon, g as getInputStyles, a as useCallbackOnEnter } from './index-
|
|
6
|
+
import { d as Modal, e as useModalContext, I as InfoSmallIcon, C as CheckIcon, S as Spacer, L as ListIcon, T as Tooltip$1 } from './WizardStepContentWrapper-CzvxVy-w.js';
|
|
7
|
+
export { h as Content, f as DangerModal, D as DocumentationSidebar, F as FIXED_VERTICAL_STEPPER_WIDTH, M as MAX_VERTICAL_WIZARD_CONTENT_WIDTH, N as Nav, g as NavButton, P as Panel, l as PanelBody, i as PanelHeader, k as PanelHeaderButtons, j as PanelHeaderTitle, m as Sidebar, n as Stepper, W as Wizard, a as WizardControlled, b as WizardModal, c as WizardStepContentWrapper, u as useWizardCurrentStep } from './WizardStepContentWrapper-CzvxVy-w.js';
|
|
8
|
+
import { X as XCircleFillIcon, I as Input, S as SearchIcon } from './index-DxyvNv4-.js';
|
|
9
|
+
export { C as ClockIcon, L as LockIcon, M as MegaphoneIcon, g as getInputStyles, a as useCallbackOnEnter } from './index-DxyvNv4-.js';
|
|
10
10
|
import { css, Global, keyframes, ClassNames, createElement } from '@emotion/react';
|
|
11
11
|
import { Collapse, Alert as Alert$1, AutoComplete as AutoComplete$1, Tooltip, Breadcrumb as Breadcrumb$1, Checkbox as Checkbox$1, DatePicker, Dropdown as Dropdown$1, Select as Select$1, Radio as Radio$1, Switch as Switch$1, Col as Col$1, Row as Row$1, Space as Space$1, Layout as Layout$1, Form, notification, Popover as Popover$1, Skeleton, Pagination as Pagination$1, Table as Table$1, Tabs as Tabs$1, Menu as Menu$1, Button as Button$1, Steps as Steps$1, Tree as Tree$1 } from 'antd';
|
|
12
12
|
import classnames from 'classnames';
|
|
13
|
-
import
|
|
13
|
+
import { isNil, times, random, isUndefined, uniqueId, isEqual, debounce } from 'lodash';
|
|
14
14
|
import { useMergeRefs, useFloating, autoUpdate, offset, flip, shift } from '@floating-ui/react';
|
|
15
15
|
import { ContextMenuTrigger, ContextMenuItemIndicator, ContextMenuGroup, ContextMenuArrow, ContextMenuSub, ContextMenu as ContextMenu$2, ContextMenuSubTrigger, ContextMenuPortal, ContextMenuContent, ContextMenuSubContent, ContextMenuItem, ContextMenuCheckboxItem, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuLabel, ContextMenuSeparator } from '@radix-ui/react-context-menu';
|
|
16
16
|
import * as DropdownMenu$1 from '@radix-ui/react-dropdown-menu';
|
|
@@ -5177,37 +5177,6 @@ const InfoFillIcon = /*#__PURE__*/ forwardRef((props, forwardedRef)=>{
|
|
|
5177
5177
|
});
|
|
5178
5178
|
InfoFillIcon.displayName = 'InfoFillIcon';
|
|
5179
5179
|
|
|
5180
|
-
function SvgInfoIcon(props) {
|
|
5181
|
-
return /*#__PURE__*/ jsxs("svg", {
|
|
5182
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
5183
|
-
width: "1em",
|
|
5184
|
-
height: "1em",
|
|
5185
|
-
fill: "none",
|
|
5186
|
-
viewBox: "0 0 16 16",
|
|
5187
|
-
...props,
|
|
5188
|
-
children: [
|
|
5189
|
-
/*#__PURE__*/ jsx("path", {
|
|
5190
|
-
fill: "currentColor",
|
|
5191
|
-
d: "M7.25 10.5v-3h1.5v3zM8 5a.75.75 0 1 1 0 1.5A.75.75 0 0 1 8 5"
|
|
5192
|
-
}),
|
|
5193
|
-
/*#__PURE__*/ jsx("path", {
|
|
5194
|
-
fill: "currentColor",
|
|
5195
|
-
fillRule: "evenodd",
|
|
5196
|
-
d: "M8 14A6 6 0 1 0 8 2a6 6 0 0 0 0 12m0-1.5a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9",
|
|
5197
|
-
clipRule: "evenodd"
|
|
5198
|
-
})
|
|
5199
|
-
]
|
|
5200
|
-
});
|
|
5201
|
-
}
|
|
5202
|
-
const InfoIcon = /*#__PURE__*/ forwardRef((props, forwardedRef)=>{
|
|
5203
|
-
return /*#__PURE__*/ jsx(Icon, {
|
|
5204
|
-
ref: forwardedRef,
|
|
5205
|
-
...props,
|
|
5206
|
-
component: SvgInfoIcon
|
|
5207
|
-
});
|
|
5208
|
-
});
|
|
5209
|
-
InfoIcon.displayName = 'InfoIcon';
|
|
5210
|
-
|
|
5211
5180
|
function SvgIngestionIcon(props) {
|
|
5212
5181
|
return /*#__PURE__*/ jsxs("svg", {
|
|
5213
5182
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -7536,6 +7505,31 @@ const RocketIcon = /*#__PURE__*/ forwardRef((props, forwardedRef)=>{
|
|
|
7536
7505
|
});
|
|
7537
7506
|
RocketIcon.displayName = 'RocketIcon';
|
|
7538
7507
|
|
|
7508
|
+
function SvgRowsIcon(props) {
|
|
7509
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
7510
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7511
|
+
width: "1em",
|
|
7512
|
+
height: "1em",
|
|
7513
|
+
fill: "none",
|
|
7514
|
+
viewBox: "0 0 16 16",
|
|
7515
|
+
...props,
|
|
7516
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
7517
|
+
fill: "currentColor",
|
|
7518
|
+
fillRule: "evenodd",
|
|
7519
|
+
d: "M14.25 1a.75.75 0 0 1 .75.75v12.5a.75.75 0 0 1-.75.75H1.75a.75.75 0 0 1-.75-.75V1.75A.75.75 0 0 1 1.75 1zM2.5 2.5h11V5h-11zm0 4v3h11v-3zm11 4.5h-11v2.5h11z",
|
|
7520
|
+
clipRule: "evenodd"
|
|
7521
|
+
})
|
|
7522
|
+
});
|
|
7523
|
+
}
|
|
7524
|
+
const RowsIcon = /*#__PURE__*/ forwardRef((props, forwardedRef)=>{
|
|
7525
|
+
return /*#__PURE__*/ jsx(Icon, {
|
|
7526
|
+
ref: forwardedRef,
|
|
7527
|
+
...props,
|
|
7528
|
+
component: SvgRowsIcon
|
|
7529
|
+
});
|
|
7530
|
+
});
|
|
7531
|
+
RowsIcon.displayName = 'RowsIcon';
|
|
7532
|
+
|
|
7539
7533
|
function SvgRunningIcon(props) {
|
|
7540
7534
|
return /*#__PURE__*/ jsxs("svg", {
|
|
7541
7535
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -9343,6 +9337,52 @@ const ThumbsUpIcon = /*#__PURE__*/ forwardRef((props, forwardedRef)=>{
|
|
|
9343
9337
|
});
|
|
9344
9338
|
ThumbsUpIcon.displayName = 'ThumbsUpIcon';
|
|
9345
9339
|
|
|
9340
|
+
function SvgTokenIcon(props) {
|
|
9341
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
9342
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9343
|
+
width: "1em",
|
|
9344
|
+
height: "1em",
|
|
9345
|
+
fill: "none",
|
|
9346
|
+
viewBox: "0 0 12 12",
|
|
9347
|
+
...props,
|
|
9348
|
+
children: [
|
|
9349
|
+
/*#__PURE__*/ jsx("mask", {
|
|
9350
|
+
id: "TokenIcon_svg__a",
|
|
9351
|
+
fill: "#fff",
|
|
9352
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
9353
|
+
d: "M5.596 10.799a5 5 0 1 0 .082-9.621l.258.94a4.025 4.025 0 1 1-.066 7.745z"
|
|
9354
|
+
})
|
|
9355
|
+
}),
|
|
9356
|
+
/*#__PURE__*/ jsx("path", {
|
|
9357
|
+
stroke: "currentColor",
|
|
9358
|
+
strokeWidth: 2,
|
|
9359
|
+
d: "M5.596 10.799a5 5 0 1 0 .082-9.621l.258.94a4.025 4.025 0 1 1-.066 7.745z",
|
|
9360
|
+
mask: "url(#TokenIcon_svg__a)"
|
|
9361
|
+
}),
|
|
9362
|
+
/*#__PURE__*/ jsx("circle", {
|
|
9363
|
+
cx: 5,
|
|
9364
|
+
cy: 6,
|
|
9365
|
+
r: 4.5,
|
|
9366
|
+
stroke: "currentColor"
|
|
9367
|
+
}),
|
|
9368
|
+
/*#__PURE__*/ jsx("circle", {
|
|
9369
|
+
cx: 5,
|
|
9370
|
+
cy: 6,
|
|
9371
|
+
r: 1.5,
|
|
9372
|
+
stroke: "currentColor"
|
|
9373
|
+
})
|
|
9374
|
+
]
|
|
9375
|
+
});
|
|
9376
|
+
}
|
|
9377
|
+
const TokenIcon = /*#__PURE__*/ forwardRef((props, forwardedRef)=>{
|
|
9378
|
+
return /*#__PURE__*/ jsx(Icon, {
|
|
9379
|
+
ref: forwardedRef,
|
|
9380
|
+
...props,
|
|
9381
|
+
component: SvgTokenIcon
|
|
9382
|
+
});
|
|
9383
|
+
});
|
|
9384
|
+
TokenIcon.displayName = 'TokenIcon';
|
|
9385
|
+
|
|
9346
9386
|
function SvgTrashIcon(props) {
|
|
9347
9387
|
return /*#__PURE__*/ jsx("svg", {
|
|
9348
9388
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -9393,6 +9433,31 @@ const TreeIcon = /*#__PURE__*/ forwardRef((props, forwardedRef)=>{
|
|
|
9393
9433
|
});
|
|
9394
9434
|
TreeIcon.displayName = 'TreeIcon';
|
|
9395
9435
|
|
|
9436
|
+
function SvgTrendingIcon(props) {
|
|
9437
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
9438
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9439
|
+
width: "1em",
|
|
9440
|
+
height: "1em",
|
|
9441
|
+
fill: "none",
|
|
9442
|
+
viewBox: "0 0 16 16",
|
|
9443
|
+
...props,
|
|
9444
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
9445
|
+
fill: "currentColor",
|
|
9446
|
+
fillRule: "evenodd",
|
|
9447
|
+
d: "M6.332.14a.99.99 0 0 1 .98-.018c4.417 2.052 6.918 6.313 6.764 9.876-.066 1.497-.602 2.883-1.64 3.895-1.04 1.012-2.531 1.604-4.42 1.607a5.745 5.745 0 0 1-6.097-5.504v-.008a4.85 4.85 0 0 1 2.495-4.366.554.554 0 0 1 .776.261c.27.613.648 1.17 1.115 1.646.547-.714.8-1.637.792-2.652-.009-1.208-.388-2.502-1.024-3.605A.84.84 0 0 1 6.333.14",
|
|
9448
|
+
clipRule: "evenodd"
|
|
9449
|
+
})
|
|
9450
|
+
});
|
|
9451
|
+
}
|
|
9452
|
+
const TrendingIcon = /*#__PURE__*/ forwardRef((props, forwardedRef)=>{
|
|
9453
|
+
return /*#__PURE__*/ jsx(Icon, {
|
|
9454
|
+
ref: forwardedRef,
|
|
9455
|
+
...props,
|
|
9456
|
+
component: SvgTrendingIcon
|
|
9457
|
+
});
|
|
9458
|
+
});
|
|
9459
|
+
TrendingIcon.displayName = 'TrendingIcon';
|
|
9460
|
+
|
|
9396
9461
|
function SvgTriangleIcon(props) {
|
|
9397
9462
|
return /*#__PURE__*/ jsx("svg", {
|
|
9398
9463
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -11706,8 +11771,9 @@ const titleFillStyles = /*#__PURE__*/ css({
|
|
|
11706
11771
|
width: '100%'
|
|
11707
11772
|
});
|
|
11708
11773
|
const TitleSkeleton = (param)=>{
|
|
11709
|
-
let { label, frameRate = 60, style, loading = true, loadingDescription = 'TitleSkeleton', ...restProps } = param;
|
|
11774
|
+
let { label, seed = '', frameRate = 60, style, loading = true, loadingDescription = 'TitleSkeleton', ...restProps } = param;
|
|
11710
11775
|
const { theme } = useDesignSystemTheme();
|
|
11776
|
+
const offsetWidth = getOffsets(seed)[0];
|
|
11711
11777
|
return /*#__PURE__*/ jsxs("div", {
|
|
11712
11778
|
...addDebugOutlineIfEnabled(),
|
|
11713
11779
|
css: titleContainerStyles,
|
|
@@ -11728,7 +11794,10 @@ const TitleSkeleton = (param)=>{
|
|
|
11728
11794
|
"aria-hidden": true,
|
|
11729
11795
|
css: [
|
|
11730
11796
|
titleFillStyles,
|
|
11731
|
-
genSkeletonAnimatedColor(theme, frameRate)
|
|
11797
|
+
genSkeletonAnimatedColor(theme, frameRate),
|
|
11798
|
+
{
|
|
11799
|
+
width: `calc(100% - ${offsetWidth}px)`
|
|
11800
|
+
}
|
|
11732
11801
|
]
|
|
11733
11802
|
})
|
|
11734
11803
|
]
|
|
@@ -12038,6 +12107,12 @@ const Table = /*#__PURE__*/ forwardRef(function Table(param, ref) {
|
|
|
12038
12107
|
const TableCell = /*#__PURE__*/ forwardRef(function(param, ref) {
|
|
12039
12108
|
let { children, className, ellipsis = false, multiline = false, align = 'left', style, wrapContent = true, ...rest } = param;
|
|
12040
12109
|
const { size, grid } = useContext(TableContext);
|
|
12110
|
+
const { classNamePrefix } = useDesignSystemTheme();
|
|
12111
|
+
const linkWithEllipsisCss = /*#__PURE__*/ css({
|
|
12112
|
+
[`& > .${classNamePrefix}-typography > a.${classNamePrefix}-typography-ellipsis`]: {
|
|
12113
|
+
display: 'block'
|
|
12114
|
+
}
|
|
12115
|
+
});
|
|
12041
12116
|
let typographySize = 'md';
|
|
12042
12117
|
if (size === 'small') {
|
|
12043
12118
|
typographySize = 'sm';
|
|
@@ -12063,7 +12138,10 @@ const TableCell = /*#__PURE__*/ forwardRef(function(param, ref) {
|
|
|
12063
12138
|
},
|
|
12064
12139
|
ref: ref,
|
|
12065
12140
|
// PE-259 Use more performance className for grid but keep css= for compatibility.
|
|
12066
|
-
css:
|
|
12141
|
+
css: [
|
|
12142
|
+
!grid ? repeatingElementsStyles.cell : undefined,
|
|
12143
|
+
linkWithEllipsisCss
|
|
12144
|
+
],
|
|
12067
12145
|
className: classnames(grid && tableClassNames.cell, className),
|
|
12068
12146
|
children: content
|
|
12069
12147
|
});
|
|
@@ -12198,13 +12276,17 @@ const TableSkeleton = (param)=>{
|
|
|
12198
12276
|
});
|
|
12199
12277
|
};
|
|
12200
12278
|
const TableSkeletonRows = (param)=>{
|
|
12201
|
-
let { table, actionColumnIds = [], numRows = 3, loading = true, loadingDescription = 'Table skeleton rows' } = param;
|
|
12279
|
+
let { table, actionColumnIds = [], numRows = 3, loading = true, loadingDescription = 'Table skeleton rows', label } = param;
|
|
12202
12280
|
const { theme } = useDesignSystemTheme();
|
|
12203
12281
|
return /*#__PURE__*/ jsxs(Fragment, {
|
|
12204
12282
|
children: [
|
|
12205
12283
|
loading && /*#__PURE__*/ jsx(LoadingState, {
|
|
12206
12284
|
description: loadingDescription
|
|
12207
12285
|
}),
|
|
12286
|
+
/*#__PURE__*/ jsx("span", {
|
|
12287
|
+
css: visuallyHidden,
|
|
12288
|
+
children: label
|
|
12289
|
+
}),
|
|
12208
12290
|
[
|
|
12209
12291
|
...Array(numRows).keys()
|
|
12210
12292
|
].map((i)=>/*#__PURE__*/ jsx(TableRow, {
|
|
@@ -12283,7 +12365,7 @@ function getTopBarStyles(theme, useNewBorderRadii) {
|
|
|
12283
12365
|
});
|
|
12284
12366
|
}
|
|
12285
12367
|
const Card = (param)=>{
|
|
12286
|
-
let { children, customLoadingContent, dangerouslyAppendEmotionCSS, loading, width, bottomBarContent, topBarContent, disableHover, onClick, href, navigateFn, anchorProps, componentId, analyticsEvents, shouldStartInteraction, ...dataAndAttributes } = param;
|
|
12368
|
+
let { children, customLoadingContent, dangerouslyAppendEmotionCSS, loading, loadingDescription, width, bottomBarContent, topBarContent, disableHover, onClick, href, navigateFn, anchorProps, componentId, analyticsEvents, shouldStartInteraction, ...dataAndAttributes } = param;
|
|
12287
12369
|
const emitOnView = safex('databricks.fe.observability.defaultComponentView.card', false);
|
|
12288
12370
|
const { theme } = useDesignSystemTheme();
|
|
12289
12371
|
const { useNewShadows, useNewBorderRadii } = useDesignSystemSafexFlags();
|
|
@@ -12375,8 +12457,8 @@ const Card = (param)=>{
|
|
|
12375
12457
|
onKeyDown: async (e)=>{
|
|
12376
12458
|
const isEnter = e.key === 'Enter';
|
|
12377
12459
|
const isSpace = e.key === ' ';
|
|
12378
|
-
const
|
|
12379
|
-
if (isEnter || isSpace &&
|
|
12460
|
+
const isCardFocused = e.target === e.currentTarget; // ensures the element itself is focused
|
|
12461
|
+
if ((isEnter || isSpace) && isCardFocused) {
|
|
12380
12462
|
await handleSelection(e);
|
|
12381
12463
|
}
|
|
12382
12464
|
dataAndAttributes.onKeyDown?.(e);
|
|
@@ -12384,7 +12466,8 @@ const Card = (param)=>{
|
|
|
12384
12466
|
...eventContext.dataComponentProps,
|
|
12385
12467
|
children: loading ? /*#__PURE__*/ jsx(DefaultCardLoadingContent, {
|
|
12386
12468
|
width: width,
|
|
12387
|
-
customLoadingContent: customLoadingContent
|
|
12469
|
+
customLoadingContent: customLoadingContent,
|
|
12470
|
+
loadingDescription: loadingDescription
|
|
12388
12471
|
}) : /*#__PURE__*/ jsxs(Fragment, {
|
|
12389
12472
|
children: [
|
|
12390
12473
|
topBar,
|
|
@@ -12410,7 +12493,7 @@ const Card = (param)=>{
|
|
|
12410
12493
|
}) : content;
|
|
12411
12494
|
};
|
|
12412
12495
|
function DefaultCardLoadingContent(param) {
|
|
12413
|
-
let { customLoadingContent, width } = param;
|
|
12496
|
+
let { customLoadingContent, width, loadingDescription } = param;
|
|
12414
12497
|
if (customLoadingContent) {
|
|
12415
12498
|
return /*#__PURE__*/ jsx(Fragment, {
|
|
12416
12499
|
children: customLoadingContent
|
|
@@ -12425,7 +12508,8 @@ function DefaultCardLoadingContent(param) {
|
|
|
12425
12508
|
label: "Loading...",
|
|
12426
12509
|
style: {
|
|
12427
12510
|
width: '50%'
|
|
12428
|
-
}
|
|
12511
|
+
},
|
|
12512
|
+
loadingDescription: loadingDescription
|
|
12429
12513
|
}),
|
|
12430
12514
|
[
|
|
12431
12515
|
...Array(3).keys()
|
|
@@ -16362,21 +16446,21 @@ function DuboisSelect(param, ref) {
|
|
|
16362
16446
|
const { useNewShadows, useNewFormUISpacing, useNewBorderColors } = useDesignSystemSafexFlags();
|
|
16363
16447
|
const clsPrefix = getPrefixedClassName('select');
|
|
16364
16448
|
const [isOpen, setIsOpen] = useState(false);
|
|
16365
|
-
const [uniqueId, setUniqueId] = useState('');
|
|
16449
|
+
const [uniqueId$1, setUniqueId] = useState('');
|
|
16366
16450
|
// Antd's default is 256, to show half an extra item when scrolling we add 0.5 height extra
|
|
16367
16451
|
// Reducing to 5.5 as it's default with other components is not an option here because it would break existing usages relying on 8 items being shown by default
|
|
16368
16452
|
const MAX_HEIGHT = maxHeight ?? theme.general.heightSm * 8.5;
|
|
16369
16453
|
useEffect(()=>{
|
|
16370
|
-
setUniqueId(id ||
|
|
16454
|
+
setUniqueId(id || uniqueId('dubois-select-'));
|
|
16371
16455
|
}, [
|
|
16372
16456
|
id
|
|
16373
16457
|
]);
|
|
16374
16458
|
useEffect(()=>{
|
|
16375
16459
|
// Ant doesn't populate aria-expanded on init (only on user interaction) so we need to do it ourselves
|
|
16376
16460
|
// in order to pass accessibility tests (Microsoft Accessibility Insights). See: JOBS-11125
|
|
16377
|
-
document.getElementById(uniqueId)?.setAttribute('aria-expanded', 'false');
|
|
16461
|
+
document.getElementById(uniqueId$1)?.setAttribute('aria-expanded', 'false');
|
|
16378
16462
|
}, [
|
|
16379
|
-
uniqueId
|
|
16463
|
+
uniqueId$1
|
|
16380
16464
|
]);
|
|
16381
16465
|
return /*#__PURE__*/ jsx(ClassNames, {
|
|
16382
16466
|
children: (param)=>{
|
|
@@ -16396,7 +16480,7 @@ function DuboisSelect(param, ref) {
|
|
|
16396
16480
|
'aria-controls': undefined,
|
|
16397
16481
|
'aria-activedescendant': undefined
|
|
16398
16482
|
} : {},
|
|
16399
|
-
id: uniqueId,
|
|
16483
|
+
id: uniqueId$1,
|
|
16400
16484
|
css: getSelectEmotionStyles({
|
|
16401
16485
|
clsPrefix,
|
|
16402
16486
|
theme,
|
|
@@ -19361,13 +19445,14 @@ const Header$1 = (param)=>{
|
|
|
19361
19445
|
* It handles the setup of the trigger, content, and arrow elements, as well as applying custom styles
|
|
19362
19446
|
* using Emotion CSS
|
|
19363
19447
|
*/ const HoverCard = (param)=>{
|
|
19364
|
-
let { trigger, content, side = 'top', sideOffset = 4, align = 'center', minWidth = 220, maxWidth, ...props } = param;
|
|
19448
|
+
let { trigger, content, side = 'top', sideOffset = 4, align = 'center', minWidth = 220, maxWidth, backgroundColor, withArrow = true, ...props } = param;
|
|
19365
19449
|
const { getPopupContainer } = useDesignSystemContext();
|
|
19366
19450
|
const { useNewBorderColors } = useDesignSystemSafexFlags();
|
|
19367
19451
|
const hoverCardStyles = useHoverCardStyles({
|
|
19368
19452
|
minWidth,
|
|
19369
19453
|
maxWidth,
|
|
19370
|
-
useNewBorderColors
|
|
19454
|
+
useNewBorderColors,
|
|
19455
|
+
backgroundColor
|
|
19371
19456
|
});
|
|
19372
19457
|
return /*#__PURE__*/ jsxs(RadixHoverCard.Root, {
|
|
19373
19458
|
...props,
|
|
@@ -19385,7 +19470,7 @@ const Header$1 = (param)=>{
|
|
|
19385
19470
|
css: hoverCardStyles['content'],
|
|
19386
19471
|
children: [
|
|
19387
19472
|
content,
|
|
19388
|
-
/*#__PURE__*/ jsx(RadixHoverCard.Arrow, {
|
|
19473
|
+
withArrow && /*#__PURE__*/ jsx(RadixHoverCard.Arrow, {
|
|
19389
19474
|
css: hoverCardStyles['arrow']
|
|
19390
19475
|
})
|
|
19391
19476
|
]
|
|
@@ -19415,12 +19500,12 @@ const CONSTANTS = {
|
|
|
19415
19500
|
* These styles are dynamically generated based on the theme and optional min/max width props.
|
|
19416
19501
|
* The hook also applies necessary dark mode adjustments
|
|
19417
19502
|
*/ const useHoverCardStyles = (param)=>{
|
|
19418
|
-
let { minWidth, maxWidth, useNewBorderColors } = param;
|
|
19503
|
+
let { minWidth, maxWidth, useNewBorderColors, backgroundColor } = param;
|
|
19419
19504
|
const { theme } = useDesignSystemTheme();
|
|
19420
19505
|
const { useNewShadows } = useDesignSystemSafexFlags();
|
|
19421
19506
|
return {
|
|
19422
19507
|
content: {
|
|
19423
|
-
backgroundColor: theme.colors.backgroundPrimary,
|
|
19508
|
+
backgroundColor: backgroundColor ?? theme.colors.backgroundPrimary,
|
|
19424
19509
|
color: theme.colors.textPrimary,
|
|
19425
19510
|
lineHeight: theme.typography.lineHeightBase,
|
|
19426
19511
|
border: `1px solid ${useNewBorderColors ? theme.colors.border : theme.colors.borderDecorative}`,
|
|
@@ -19447,7 +19532,7 @@ const CONSTANTS = {
|
|
|
19447
19532
|
}
|
|
19448
19533
|
},
|
|
19449
19534
|
arrow: {
|
|
19450
|
-
fill: theme.colors.backgroundPrimary,
|
|
19535
|
+
fill: backgroundColor ?? theme.colors.backgroundPrimary,
|
|
19451
19536
|
height: CONSTANTS.arrowHeight,
|
|
19452
19537
|
stroke: theme.colors.borderDecorative,
|
|
19453
19538
|
strokeDashoffset: -CONSTANTS.arrowBottomLength(),
|
|
@@ -20091,7 +20176,7 @@ const DEFAULT_LOADING_SPIN_PROPS = {
|
|
|
20091
20176
|
* `LegacyTable` is deprecated in favor of the new `Table` component
|
|
20092
20177
|
* For more information please join #dubois-table-early-adopters in Slack.
|
|
20093
20178
|
* @deprecated
|
|
20094
|
-
*/ // eslint-disable-next-line @typescript-eslint/
|
|
20179
|
+
*/ // eslint-disable-next-line @typescript-eslint/no-restricted-types
|
|
20095
20180
|
const LegacyTable = (props)=>{
|
|
20096
20181
|
const { classNamePrefix, theme } = useDesignSystemTheme();
|
|
20097
20182
|
const { useNewShadows, useNewBorderColors } = useDesignSystemSafexFlags();
|
|
@@ -20992,7 +21077,8 @@ const PreviewCard = (param)=>{
|
|
|
20992
21077
|
onClick,
|
|
20993
21078
|
size,
|
|
20994
21079
|
disabled,
|
|
20995
|
-
fullBleedImage
|
|
21080
|
+
fullBleedImage,
|
|
21081
|
+
href
|
|
20996
21082
|
});
|
|
20997
21083
|
const tabIndex = onClick && !href ? 0 : undefined;
|
|
20998
21084
|
const role = onClick && !href ? 'button' : undefined;
|
|
@@ -21017,6 +21103,15 @@ const PreviewCard = (param)=>{
|
|
|
21017
21103
|
eventContext,
|
|
21018
21104
|
onClick
|
|
21019
21105
|
]);
|
|
21106
|
+
const onHrefClickWrapper = useCallback((e)=>{
|
|
21107
|
+
eventContext.onClick(e);
|
|
21108
|
+
if (onClick) {
|
|
21109
|
+
onClick(e);
|
|
21110
|
+
}
|
|
21111
|
+
}, [
|
|
21112
|
+
eventContext,
|
|
21113
|
+
onClick
|
|
21114
|
+
]);
|
|
21020
21115
|
const content = /*#__PURE__*/ jsxs("div", {
|
|
21021
21116
|
...addDebugOutlineIfEnabled(),
|
|
21022
21117
|
css: [
|
|
@@ -21094,16 +21189,17 @@ const PreviewCard = (param)=>{
|
|
|
21094
21189
|
style: {
|
|
21095
21190
|
textDecoration: 'none'
|
|
21096
21191
|
},
|
|
21192
|
+
onClick: onHrefClickWrapper,
|
|
21097
21193
|
children: content
|
|
21098
21194
|
});
|
|
21099
21195
|
}
|
|
21100
21196
|
return content;
|
|
21101
21197
|
};
|
|
21102
21198
|
const usePreviewCardStyles = (param)=>{
|
|
21103
|
-
let { onClick, size, disabled, fullBleedImage } = param;
|
|
21199
|
+
let { onClick, size, disabled, fullBleedImage, href } = param;
|
|
21104
21200
|
const { theme } = useDesignSystemTheme();
|
|
21105
21201
|
const { useNewShadows } = useDesignSystemSafexFlags();
|
|
21106
|
-
const isInteractive = onClick !== undefined;
|
|
21202
|
+
const isInteractive = href !== undefined || onClick !== undefined;
|
|
21107
21203
|
const paddingSize = size === 'large' ? theme.spacing.lg : theme.spacing.md;
|
|
21108
21204
|
return {
|
|
21109
21205
|
container: {
|
|
@@ -21372,7 +21468,7 @@ function getSegmentedControlGroupEmotionStyles(clsPrefix, theme) {
|
|
|
21372
21468
|
overflow: 'auto'
|
|
21373
21469
|
}
|
|
21374
21470
|
};
|
|
21375
|
-
const importantStyles = importantify(useSegmentedSliderStyle ? sliderStyles : styles);
|
|
21471
|
+
const importantStyles = importantify(useSegmentedSliderStyle && !spaced ? sliderStyles : styles);
|
|
21376
21472
|
return /*#__PURE__*/ css(importantStyles);
|
|
21377
21473
|
}
|
|
21378
21474
|
function getSegmentedControlButtonEmotionStyles(clsPrefix, theme, size) {
|
|
@@ -21564,7 +21660,7 @@ function getSegmentedControlButtonEmotionStyles(clsPrefix, theme, size) {
|
|
|
21564
21660
|
},
|
|
21565
21661
|
...getAnimationCss(theme.options.enableAnimation)
|
|
21566
21662
|
};
|
|
21567
|
-
const importantStyles = importantify(useSegmentedSliderStyle ? sliderStyles : styles);
|
|
21663
|
+
const importantStyles = importantify(useSegmentedSliderStyle && !spaced ? sliderStyles : styles);
|
|
21568
21664
|
return /*#__PURE__*/ css(importantStyles);
|
|
21569
21665
|
}
|
|
21570
21666
|
const SegmentedControlGroupContext = /*#__PURE__*/ createContext({
|
|
@@ -23443,5 +23539,5 @@ const Tree = /*#__PURE__*/ forwardRef(function Tree(param, ref) {
|
|
|
23443
23539
|
});
|
|
23444
23540
|
});
|
|
23445
23541
|
|
|
23446
|
-
export { AccessibleContainer, Accordion, AccordionPanel, Alert, AlignCenterIcon, AlignJustifyIcon, AlignLeftIcon, AlignRightIcon, AppIcon, ApplyDesignSystemContextOverrides, ApplyGlobalStyles, ArrowDownDotIcon, ArrowDownIcon, ArrowInIcon, ArrowLeftIcon, ArrowOverIcon, ArrowRightIcon, ArrowUpDotIcon, ArrowUpIcon, ArrowsUpDownIcon, AssistantAvatar, AssistantIcon, AtIcon, AutoComplete, Avatar, AvatarGroup, AzHorizontalIcon, AzVerticalIcon, BadgeCodeIcon, BadgeCodeOffIcon, BarChartIcon, BarGroupedIcon, BarStackedIcon, BarStackedPercentageIcon, BarsAscendingHorizontalIcon, BarsAscendingVerticalIcon, BarsDescendingHorizontalIcon, BarsDescendingVerticalIcon, BeakerIcon, BinaryIcon, BlockQuoteIcon, BoldIcon, BookIcon, BookmarkFillIcon, BookmarkIcon, BooksIcon, BracketsCurlyIcon, BracketsSquareIcon, BracketsXIcon, BranchIcon, Breadcrumb, BriefcaseFillIcon, BriefcaseIcon, BugIcon, Button, CalendarClockIcon, CalendarEventIcon, CalendarIcon, CalendarRangeIcon, Card, CaretDownSquareIcon, CaretUpSquareIcon, CatalogCloudIcon, CatalogGearIcon, CatalogHIcon, CatalogHomeIcon, CatalogIcon, CatalogOffIcon, CatalogSharedIcon, CellsSquareIcon, CertifiedFillIcon, CertifiedFillSmallIcon, CertifiedIcon, ChainIcon, ChartLineIcon, CheckCircleBadgeIcon, CheckCircleFillIcon, CheckCircleIcon, CheckIcon, CheckLineIcon, CheckSmallIcon, Checkbox, CheckboxIcon, ChecklistIcon, ChevronDoubleDownIcon, ChevronDoubleLeftIcon, ChevronDoubleLeftOffIcon, ChevronDoubleRightIcon, ChevronDoubleRightOffIcon, ChevronDoubleUpIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CircleIcon, CircleOffIcon, CircleOutlineIcon, ClipboardIcon, ClockKeyIcon, CloseIcon, CloseSmallIcon, CloudDatabaseIcon, CloudDownloadIcon, CloudIcon, CloudKeyIcon, CloudModelIcon, CloudOffIcon, CloudUploadIcon, CodeIcon, Col, ColorFillIcon, ColumnIcon, ColumnSplitIcon, ColumnsIcon, CommandIcon, CommandPaletteIcon, ComponentFinderContext, ConnectIcon, ContextMenu$1 as ContextMenu, CopyIcon, CreditCardIcon, CursorIcon, CursorPagination, CursorTypeIcon, CustomAppIcon, DBAssistantAvatar, DIcon, DU_BOIS_ENABLE_ANIMATION_CLASSNAME, DagHorizontalIcon, DagIcon, DagVerticalIcon, DangerFillIcon, DangerIcon, DashIcon, DashboardIcon, DataIcon, DatabaseClockIcon, DatabaseIcon, DecimalIcon, DeprecatedIcon, DeprecatedSmallIcon, DesignSystemAntDConfigProvider, DesignSystemEventProvider, DesignSystemEventProviderAnalyticsEventTypes, DesignSystemEventProviderComponentSubTypeMap, DesignSystemEventProviderComponentTypes, DesignSystemEventSuppressInteractionProviderContext, DesignSystemEventSuppressInteractionTrueContextValue, DialogCombobox, DialogComboboxAddButton, DialogComboboxContent, DialogComboboxCountBadge, DialogComboboxCustomButtonTriggerWrapper, EmptyResults as DialogComboboxEmpty, DialogComboboxFooter, DialogComboboxHintRow, DialogComboboxOptionControlledList, DialogComboboxOptionList, DialogComboboxOptionListCheckboxItem, DialogComboboxOptionListSearch, DialogComboboxOptionListSelectItem, DialogComboboxSectionHeader, DialogComboboxSeparator, DialogComboboxTrigger, DotsCircleIcon, DownloadIcon, DragIcon, Drawer, Dropdown, DropdownMenu, DuboisDatePicker, Empty, ErdIcon, ExpandLessIcon, ExpandMoreIcon, FaceFrownIcon, FaceNeutralIcon, FaceSmileIcon, FileCodeIcon, FileCubeIcon, FileDocumentIcon, FileIcon, FileImageIcon, FileLockIcon, FileModelIcon, FileNewIcon, FilePipelineIcon, FilterIcon, FlagPointerIcon, FloatIcon, FlowIcon, FolderBranchFillIcon, FolderBranchIcon, FolderCloudFilledIcon, FolderCloudIcon, FolderCubeIcon, FolderFillIcon, FolderIcon, FolderNewIcon, FolderNodeIcon, FolderOpenBranchIcon, FolderOpenCloudIcon, FolderOpenCubeIcon, FolderOpenIcon, FolderOpenPipelineIcon, FolderOutlinePipelineIcon, FolderSolidPipelineIcon, FontIcon, ForkHorizontalIcon, ForkIcon, FormUI, FullscreenExitIcon, FullscreenIcon, FunctionIcon, GavelIcon, GearFillIcon, GearIcon, GenericSkeleton, GiftIcon, GitCommitIcon, GlobeIcon, GridDashIcon, GridIcon, H1Icon, H2Icon, H3Icon, H4Icon, H5Icon, H6Icon, Header$1 as Header, HistoryIcon, HomeIcon, HoverCard, Icon, ImageIcon, IndentDecreaseIcon, IndentIncreaseIcon, InfinityIcon, InfoBookIcon, InfoFillIcon,
|
|
23542
|
+
export { AccessibleContainer, Accordion, AccordionPanel, Alert, AlignCenterIcon, AlignJustifyIcon, AlignLeftIcon, AlignRightIcon, AppIcon, ApplyDesignSystemContextOverrides, ApplyGlobalStyles, ArrowDownDotIcon, ArrowDownIcon, ArrowInIcon, ArrowLeftIcon, ArrowOverIcon, ArrowRightIcon, ArrowUpDotIcon, ArrowUpIcon, ArrowsUpDownIcon, AssistantAvatar, AssistantIcon, AtIcon, AutoComplete, Avatar, AvatarGroup, AzHorizontalIcon, AzVerticalIcon, BadgeCodeIcon, BadgeCodeOffIcon, BarChartIcon, BarGroupedIcon, BarStackedIcon, BarStackedPercentageIcon, BarsAscendingHorizontalIcon, BarsAscendingVerticalIcon, BarsDescendingHorizontalIcon, BarsDescendingVerticalIcon, BeakerIcon, BinaryIcon, BlockQuoteIcon, BoldIcon, BookIcon, BookmarkFillIcon, BookmarkIcon, BooksIcon, BracketsCurlyIcon, BracketsSquareIcon, BracketsXIcon, BranchIcon, Breadcrumb, BriefcaseFillIcon, BriefcaseIcon, BugIcon, Button, CalendarClockIcon, CalendarEventIcon, CalendarIcon, CalendarRangeIcon, Card, CaretDownSquareIcon, CaretUpSquareIcon, CatalogCloudIcon, CatalogGearIcon, CatalogHIcon, CatalogHomeIcon, CatalogIcon, CatalogOffIcon, CatalogSharedIcon, CellsSquareIcon, CertifiedFillIcon, CertifiedFillSmallIcon, CertifiedIcon, ChainIcon, ChartLineIcon, CheckCircleBadgeIcon, CheckCircleFillIcon, CheckCircleIcon, CheckIcon, CheckLineIcon, CheckSmallIcon, Checkbox, CheckboxIcon, ChecklistIcon, ChevronDoubleDownIcon, ChevronDoubleLeftIcon, ChevronDoubleLeftOffIcon, ChevronDoubleRightIcon, ChevronDoubleRightOffIcon, ChevronDoubleUpIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CircleIcon, CircleOffIcon, CircleOutlineIcon, ClipboardIcon, ClockKeyIcon, CloseIcon, CloseSmallIcon, CloudDatabaseIcon, CloudDownloadIcon, CloudIcon, CloudKeyIcon, CloudModelIcon, CloudOffIcon, CloudUploadIcon, CodeIcon, Col, ColorFillIcon, ColumnIcon, ColumnSplitIcon, ColumnsIcon, CommandIcon, CommandPaletteIcon, ComponentFinderContext, ConnectIcon, ContextMenu$1 as ContextMenu, CopyIcon, CreditCardIcon, CursorIcon, CursorPagination, CursorTypeIcon, CustomAppIcon, DBAssistantAvatar, DIcon, DU_BOIS_ENABLE_ANIMATION_CLASSNAME, DagHorizontalIcon, DagIcon, DagVerticalIcon, DangerFillIcon, DangerIcon, DashIcon, DashboardIcon, DataIcon, DatabaseClockIcon, DatabaseIcon, DecimalIcon, DeprecatedIcon, DeprecatedSmallIcon, DesignSystemAntDConfigProvider, DesignSystemEventProvider, DesignSystemEventProviderAnalyticsEventTypes, DesignSystemEventProviderComponentSubTypeMap, DesignSystemEventProviderComponentTypes, DesignSystemEventSuppressInteractionProviderContext, DesignSystemEventSuppressInteractionTrueContextValue, DialogCombobox, DialogComboboxAddButton, DialogComboboxContent, DialogComboboxCountBadge, DialogComboboxCustomButtonTriggerWrapper, EmptyResults as DialogComboboxEmpty, DialogComboboxFooter, DialogComboboxHintRow, DialogComboboxOptionControlledList, DialogComboboxOptionList, DialogComboboxOptionListCheckboxItem, DialogComboboxOptionListSearch, DialogComboboxOptionListSelectItem, DialogComboboxSectionHeader, DialogComboboxSeparator, DialogComboboxTrigger, DotsCircleIcon, DownloadIcon, DragIcon, Drawer, Dropdown, DropdownMenu, DuboisDatePicker, Empty, ErdIcon, ExpandLessIcon, ExpandMoreIcon, FaceFrownIcon, FaceNeutralIcon, FaceSmileIcon, FileCodeIcon, FileCubeIcon, FileDocumentIcon, FileIcon, FileImageIcon, FileLockIcon, FileModelIcon, FileNewIcon, FilePipelineIcon, FilterIcon, FlagPointerIcon, FloatIcon, FlowIcon, FolderBranchFillIcon, FolderBranchIcon, FolderCloudFilledIcon, FolderCloudIcon, FolderCubeIcon, FolderFillIcon, FolderIcon, FolderNewIcon, FolderNodeIcon, FolderOpenBranchIcon, FolderOpenCloudIcon, FolderOpenCubeIcon, FolderOpenIcon, FolderOpenPipelineIcon, FolderOutlinePipelineIcon, FolderSolidPipelineIcon, FontIcon, ForkHorizontalIcon, ForkIcon, FormUI, FullscreenExitIcon, FullscreenIcon, FunctionIcon, GavelIcon, GearFillIcon, GearIcon, GenericSkeleton, GiftIcon, GitCommitIcon, GlobeIcon, GridDashIcon, GridIcon, H1Icon, H2Icon, H3Icon, H4Icon, H5Icon, H6Icon, Header$1 as Header, HistoryIcon, HomeIcon, HoverCard, Icon, ImageIcon, IndentDecreaseIcon, IndentIncreaseIcon, InfinityIcon, InfoBookIcon, InfoFillIcon, InfoPopover, InfoSmallIcon, InfoTooltip, IngestionIcon, Input, ItalicIcon, JoinOperatorIcon, KeyIcon, KeyboardIcon, LayerGraphIcon, LayerIcon, Layout, LeafIcon, LegacyDatePicker, LegacyForm, LegacyFormDubois, LegacyInfoTooltip, LegacyOptGroup, LegacyOption, LegacyPopover, LegacySelect, LegacySelectOptGroup, LegacySelectOption, LegacySkeleton, LegacyTabPane, LegacyTable, LegacyTabs, LegacyTooltip, LettersIcon, LettersNumbersIcon, LibrariesIcon, LightbulbIcon, LightningIcon, LinkIcon, LinkOffIcon, ListBorderIcon, ListClearIcon, ListIcon, ListNumberIcon, LoadingIcon, LoadingState, LockFillIcon, LockShareIcon, LockUnlockedIcon, LoopIcon, MIcon, MailIcon, MapIcon, MarkdownIcon, MeasureIcon, Menu, MenuIcon, MinusCircleFillIcon, MinusCircleIcon, MinusSquareIcon, Modal, ModelsIcon, MoonIcon, NavigationMenu, NoIcon, NotebookIcon, NotebookPipelineIcon, Notification, NotificationIcon, NotificationOffIcon, NumbersIcon, OfficeIcon, Overflow, OverflowIcon, PageBottomIcon, PageFirstIcon, PageLastIcon, PageTopIcon, PageWrapper, Pagination, PanelDockedIcon, PanelFloatingIcon, PaperclipIcon, ParagraphSkeleton, PauseIcon, PencilIcon, PencilSparkleIcon, PieChartIcon, PinCancelIcon, PinFillIcon, PinIcon, PipelineCodeIcon, PipelineIcon, PlayCircleFillIcon, PlayCircleIcon, PlayDoubleIcon, PlayIcon, PlayMultipleIcon, PlugIcon, PlusCircleFillIcon, PlusCircleIcon, PlusIcon, PlusMinusSquareIcon, PlusSquareIcon, PreviewCard, QueryEditorIcon, QueryIcon, QuestionMarkFillIcon, QuestionMarkIcon, RHFControlledComponents, ROW_GUTTER_SIZE, Radio, RadioIcon, RadioTile, ReaderModeIcon, RedoIcon, RefreshIcon, RefreshPlayIcon, RefreshXIcon, ReplyIcon, ResizeIcon, ResourceStatusIndicator, RestoreAntDDefaultClsPrefix, RichTextIcon, RobotIcon, RocketIcon, Row, RowsIcon, RunningIcon, SMALL_BUTTON_HEIGHT$2 as SMALL_BUTTON_HEIGHT, SaveClockIcon, SaveIcon, SchemaIcon, SchoolIcon, SearchDataIcon, SearchIcon, SegmentedControlButton, SegmentedControlGroup, Select, SelectContent, SelectContext, SelectContextProvider, SelectOption, SelectOptionGroup, SelectTrigger, SendIcon, ShareIcon, ShieldCheckIcon, ShieldIcon, ShieldOffIcon, ShortcutIcon, SidebarAutoIcon, SidebarCollapseIcon, SidebarExpandIcon, SidebarIcon, SimpleSelect, SimpleSelectOption, SimpleSelectOptionGroup, SlashSquareIcon, Slider, SlidersIcon, SortAscendingIcon, SortDescendingIcon, SortUnsortedIcon, Space, Spacer, SparkleDoubleFillIcon, SparkleDoubleIcon, SparkleFillIcon, SparkleIcon, SparkleRectangleIcon, SpeechBubbleIcon, SpeechBubblePlusIcon, SpeechBubbleQuestionMarkFillIcon, SpeechBubbleQuestionMarkIcon, SpeechBubbleStarIcon, Spinner, SplitButton, StarFillIcon, StarIcon, Steps, StopCircleFillIcon, StopCircleIcon, StopIcon, StoredProcedureIcon, StorefrontIcon, StreamIcon, StrikeThroughIcon, SunIcon, Switch, SyncIcon, Table, TableCell, TableClockIcon, TableCombineIcon, TableContext, TableFilterInput, TableFilterLayout, TableGlassesIcon, TableGlobeIcon, TableHeader, TableIcon, TableLightningIcon, TableMeasureIcon, TableModelIcon, TableRow, TableRowAction, TableRowActionHeader, TableRowContext, TableRowMenuContainer, TableRowSelectCell, TableSkeleton, TableSkeletonRows, TableStreamIcon, TableVectorIcon, TableViewIcon, Tabs, Tag, TagIcon, TargetIcon, TerminalIcon, TextBoxIcon, TextIcon, TextUnderlineIcon, ThumbsDownIcon, ThumbsUpIcon, TitleSkeleton, ToggleButton, TokenIcon, Tooltip$1 as Tooltip, TrashIcon, Tree, TreeIcon, TrendingIcon, TriangleIcon, TypeaheadComboboxAddButton, TypeaheadComboboxCheckboxItem, TypeaheadComboboxFooter, TypeaheadComboboxInput, TypeaheadComboboxMenu, TypeaheadComboboxMenuItem, TypeaheadComboboxMultiSelectInput, TypeaheadComboboxMultiSelectStateChangeTypes, TypeaheadComboboxRoot, TypeaheadComboboxSectionHeader, TypeaheadComboboxSelectedItem, TypeaheadComboboxSeparator, TypeaheadComboboxStateChangeTypes, TypeaheadComboboxToggleButton, Typography, UnderlineIcon, UndoIcon, UploadIcon, UsbIcon, UserBadgeIcon, UserCircleIcon, UserGroupIcon, UserIcon, UserKeyIconIcon, UserSparkleIcon, VisibleIcon, VisibleOffIcon, WarningFillIcon, WarningIcon, WorkflowCodeIcon, WorkflowsIcon, WorkspacesIcon, WrenchIcon, WrenchSparkleIcon, XCircleFillIcon, XCircleIcon, ZaHorizontalIcon, ZaVerticalIcon, ZoomInIcon, ZoomMarqueeSelection, ZoomOutIcon, ZoomToFitIcon, __INTERNAL_DO_NOT_USE__FormItem, __INTERNAL_DO_NOT_USE__Group, __INTERNAL_DO_NOT_USE__HorizontalGroup, __INTERNAL_DO_NOT_USE__VerticalGroup, dialogComboboxLookAheadKeyDown, findClosestOptionSibling, findHighlightedOption, getAnimationCss, getComboboxOptionItemWrapperStyles, getComboboxOptionLabelStyles, getContentOptions, getDarkModePortalStyles, getDialogComboboxOptionLabelWidth, getGlobalStyles, getHorizontalTabShadowStyles, getKeyboardNavigationFunctions, getLegacyTabEmotionStyles, getPaginationEmotionStyles, getRadioStyles, getShadowScrollStyles, getValidationStateColor, getWrapperStyle, highlightFirstNonDisabledOption, highlightOption, importantify, setupDesignSystemEventProviderForTesting, useComboboxState, useComponentFinderContext, useDesignSystemEventComponentCallbacks, useDesignSystemFlags, useDesignSystemSafexFlags, useDesignSystemTheme, useLegacyNotification, useModalContext, useMultipleSelectionState, useNotifyOnFirstView, useRadioGroupContext, useThemedStyles, useTypeaheadComboboxContext, visuallyHidden, withNotifications };
|
|
23447
23543
|
//# sourceMappingURL=index.js.map
|