@databricks/design-system 2.0.1 → 2.0.2
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/CHANGELOG.md +5 -0
- package/dist/{WizardStepContentWrapper-CFCTOSm8.js → WizardStepContentWrapper-DnwQIMN1.js} +772 -191
- package/dist/WizardStepContentWrapper-DnwQIMN1.js.map +1 -0
- package/dist/dubois-colors.less +2 -0
- package/dist/index-dark.css +10 -319
- package/dist/index-dark.mitigated.css +10 -319
- package/dist/index.css +61 -279
- package/dist/index.js +1809 -155
- package/dist/index.js.map +1 -1
- package/dist/index.mitigated.css +61 -279
- package/dist/patterns.js +10 -1
- package/dist/patterns.js.map +1 -1
- package/dist-types/design-system/Button/Button.d.ts +2 -2
- package/dist-types/design-system/Drawer/DrawerContext.d.ts +9 -0
- package/dist-types/design-system/FormV2/RHFAdapters.d.ts +8 -8
- package/dist-types/design-system/Grid/Col.d.ts +2 -2
- package/dist-types/design-system/Grid/Row.d.ts +2 -2
- package/dist-types/design-system/Icon/__generated/icons/FlowsIcon.d.ts +4 -0
- package/dist-types/design-system/Icon/__generated/icons/LakewatchAlertIcon.d.ts +4 -0
- package/dist-types/design-system/Icon/__generated/icons/LakewatchDatasourceIcon.d.ts +4 -0
- package/dist-types/design-system/Icon/__generated/icons/LakewatchDetectionRuleIcon.d.ts +4 -0
- package/dist-types/design-system/Icon/__generated/icons/LakewatchParserIcon.d.ts +4 -0
- package/dist-types/design-system/Icon/__generated/icons/index.d.ts +5 -0
- package/dist-types/design-system/LegacyTooltip/index.d.ts +0 -1
- package/dist-types/design-system/Skeleton/TitleSkeleton.d.ts +9 -3
- package/dist-types/design-system/TypeaheadCombobox/TypeaheadComboboxControls.d.ts +2 -0
- package/dist-types/design-system/TypeaheadCombobox/TypeaheadComboboxMultiSelectInput.d.ts +9 -0
- package/dist-types/design-system/TypeaheadComboboxReactAria/CountBadge.d.ts +6 -0
- package/dist-types/design-system/TypeaheadComboboxReactAria/TypeaheadComboboxAddButton.d.ts +3 -0
- package/dist-types/design-system/TypeaheadComboboxReactAria/TypeaheadComboboxCheckboxItem.d.ts +10 -0
- package/dist-types/design-system/TypeaheadComboboxReactAria/TypeaheadComboboxControls.d.ts +11 -0
- package/dist-types/design-system/TypeaheadComboboxReactAria/TypeaheadComboboxFooter.d.ts +2 -0
- package/dist-types/design-system/TypeaheadComboboxReactAria/TypeaheadComboboxInput.d.ts +9 -0
- package/dist-types/design-system/TypeaheadComboboxReactAria/TypeaheadComboboxMenu.d.ts +17 -0
- package/dist-types/design-system/TypeaheadComboboxReactAria/TypeaheadComboboxMenuItem.d.ts +16 -0
- package/dist-types/design-system/TypeaheadComboboxReactAria/TypeaheadComboboxMultiSelectInput.d.ts +18 -0
- package/dist-types/design-system/TypeaheadComboboxReactAria/TypeaheadComboboxRoot.d.ts +17 -0
- package/dist-types/design-system/TypeaheadComboboxReactAria/TypeaheadComboboxSectionHeader.d.ts +1 -0
- package/dist-types/design-system/TypeaheadComboboxReactAria/TypeaheadComboboxSelectedItem.d.ts +11 -0
- package/dist-types/design-system/TypeaheadComboboxReactAria/TypeaheadComboboxSeparator.d.ts +1 -0
- package/dist-types/design-system/TypeaheadComboboxReactAria/TypeaheadComboboxToggleButton.d.ts +4 -0
- package/dist-types/design-system/TypeaheadComboboxReactAria/hooks/footerFocus.d.ts +13 -0
- package/dist-types/design-system/TypeaheadComboboxReactAria/hooks/index.d.ts +4 -0
- package/dist-types/design-system/TypeaheadComboboxReactAria/hooks/useComboboxItems.d.ts +32 -0
- package/dist-types/design-system/TypeaheadComboboxReactAria/hooks/useComboboxState.d.ts +75 -0
- package/dist-types/design-system/TypeaheadComboboxReactAria/hooks/useComboboxStateProps.d.ts +36 -0
- package/dist-types/design-system/TypeaheadComboboxReactAria/hooks/useMultipleSelectionState.d.ts +25 -0
- package/dist-types/design-system/TypeaheadComboboxReactAria/hooks/useScrollOptionIntoView.d.ts +11 -0
- package/dist-types/design-system/TypeaheadComboboxReactAria/hooks/useTypeaheadComboboxContext.d.ts +2 -0
- package/dist-types/design-system/TypeaheadComboboxReactAria/hooks/useVirtualizedComboboxScroll.d.ts +36 -0
- package/dist-types/design-system/TypeaheadComboboxReactAria/index.d.ts +13 -0
- package/dist-types/design-system/TypeaheadComboboxReactAria/providers/TypeaheadComboboxContext.d.ts +45 -0
- package/dist-types/design-system/Typography/titleLevel.d.ts +11 -0
- package/dist-types/design-system/index.d.ts +1 -0
- package/dist-types/design-system/utils/useMediaQuery.d.ts +4 -1
- package/dist-types/theme/_generated/ValidSemanticColors.d.ts +2 -1
- package/package.json +12 -2
- package/dist/WizardStepContentWrapper-CFCTOSm8.js.map +0 -1
- package/dist-types/design-system/LegacyTooltip/LegacyInfoTooltip.d.ts +0 -16
|
@@ -17,6 +17,15 @@ import '@floating-ui/dom';
|
|
|
17
17
|
import { createPortal } from 'react-dom';
|
|
18
18
|
import '@radix-ui/react-hover-card';
|
|
19
19
|
import '@radix-ui/react-toast';
|
|
20
|
+
import '@react-aria/combobox';
|
|
21
|
+
import { useOption } from '@react-aria/listbox';
|
|
22
|
+
import '@react-aria/overlays';
|
|
23
|
+
import '@react-aria/utils';
|
|
24
|
+
import '@react-aria/focus';
|
|
25
|
+
import '@react-aria/button';
|
|
26
|
+
import '@react-stately/combobox';
|
|
27
|
+
import '@react-aria/i18n';
|
|
28
|
+
import '@react-stately/collections';
|
|
20
29
|
import noop from 'lodash/noop';
|
|
21
30
|
import pick from 'lodash/pick';
|
|
22
31
|
import compact from 'lodash/compact';
|
|
@@ -440,7 +449,8 @@ const darkColorList = {
|
|
|
440
449
|
textValidationDanger: primitiveColors.red500,
|
|
441
450
|
textValidationSuccess: primitiveColors.green500,
|
|
442
451
|
textValidationWarning: primitiveColors.yellow500,
|
|
443
|
-
tooltipBackgroundTooltip: primitiveColors.grey100
|
|
452
|
+
tooltipBackgroundTooltip: primitiveColors.grey100,
|
|
453
|
+
tooltipTextTooltip: primitiveColors.grey800
|
|
444
454
|
};
|
|
445
455
|
|
|
446
456
|
// THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
|
@@ -525,7 +535,8 @@ const lightColorList = {
|
|
|
525
535
|
textValidationDanger: primitiveColors.red600,
|
|
526
536
|
textValidationSuccess: primitiveColors.green600,
|
|
527
537
|
textValidationWarning: primitiveColors.yellow600,
|
|
528
|
-
tooltipBackgroundTooltip: primitiveColors.neutral800
|
|
538
|
+
tooltipBackgroundTooltip: primitiveColors.neutral800,
|
|
539
|
+
tooltipTextTooltip: primitiveColors.white
|
|
529
540
|
};
|
|
530
541
|
|
|
531
542
|
// Currently these are the same for both light and dark mode, but we may want to change this in the future.
|
|
@@ -904,6 +915,7 @@ var ValidSemanticColors = /*#__PURE__*/ function(ValidSemanticColors) {
|
|
|
904
915
|
ValidSemanticColors["TextValidationSuccess"] = "textValidationSuccess";
|
|
905
916
|
ValidSemanticColors["TextValidationWarning"] = "textValidationWarning";
|
|
906
917
|
ValidSemanticColors["TooltipBackgroundTooltip"] = "tooltipBackgroundTooltip";
|
|
918
|
+
ValidSemanticColors["TooltipTextTooltip"] = "tooltipTextTooltip";
|
|
907
919
|
return ValidSemanticColors;
|
|
908
920
|
}({});
|
|
909
921
|
|
|
@@ -7073,6 +7085,29 @@ const FlowIcon = /*#__PURE__*/ forwardRef((props, forwardedRef)=>{
|
|
|
7073
7085
|
});
|
|
7074
7086
|
FlowIcon.displayName = "FlowIcon";
|
|
7075
7087
|
|
|
7088
|
+
function SvgFlowsIcon(props) {
|
|
7089
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
7090
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7091
|
+
width: "1em",
|
|
7092
|
+
height: "1em",
|
|
7093
|
+
fill: "none",
|
|
7094
|
+
viewBox: "0 0 16 16",
|
|
7095
|
+
...props,
|
|
7096
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
7097
|
+
fill: "currentColor",
|
|
7098
|
+
d: "m10.53 12.53-1.06-1.06 2.72-2.72h-2.157a7.78 7.78 0 0 0-7.432 5.473l-1.433-.446a9.28 9.28 0 0 1 5.208-5.776 9.52 9.52 0 0 1-5.337-5.764l1.423-.474a8.025 8.025 0 0 0 7.612 5.487h2.115L9.47 4.53l1.061-1.06L15.06 8z"
|
|
7099
|
+
})
|
|
7100
|
+
});
|
|
7101
|
+
}
|
|
7102
|
+
const FlowsIcon = /*#__PURE__*/ forwardRef((props, forwardedRef)=>{
|
|
7103
|
+
return /*#__PURE__*/ jsx(Icon, {
|
|
7104
|
+
ref: forwardedRef,
|
|
7105
|
+
...props,
|
|
7106
|
+
component: SvgFlowsIcon
|
|
7107
|
+
});
|
|
7108
|
+
});
|
|
7109
|
+
FlowsIcon.displayName = "FlowsIcon";
|
|
7110
|
+
|
|
7076
7111
|
function SvgFolderBranchFillIcon(props) {
|
|
7077
7112
|
return /*#__PURE__*/ jsxs("svg", {
|
|
7078
7113
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -8851,6 +8886,159 @@ const LakeflowDesignerIcon = /*#__PURE__*/ forwardRef((props, forwardedRef)=>{
|
|
|
8851
8886
|
});
|
|
8852
8887
|
LakeflowDesignerIcon.displayName = "LakeflowDesignerIcon";
|
|
8853
8888
|
|
|
8889
|
+
function SvgLakewatchAlertIcon(props) {
|
|
8890
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
8891
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8892
|
+
width: "1em",
|
|
8893
|
+
height: "1em",
|
|
8894
|
+
fill: "none",
|
|
8895
|
+
viewBox: "0 0 16 16",
|
|
8896
|
+
...props,
|
|
8897
|
+
children: [
|
|
8898
|
+
/*#__PURE__*/ jsx("path", {
|
|
8899
|
+
fill: "currentColor",
|
|
8900
|
+
fillRule: "evenodd",
|
|
8901
|
+
d: "M7 8.667V4h2v4.667zM8 12a1 1 0 1 0 0-2 1 1 0 0 0 0 2",
|
|
8902
|
+
clipRule: "evenodd"
|
|
8903
|
+
}),
|
|
8904
|
+
/*#__PURE__*/ jsx("path", {
|
|
8905
|
+
fill: "currentColor",
|
|
8906
|
+
fillRule: "evenodd",
|
|
8907
|
+
d: "M1.5 8a6.5 6.5 0 1 1 13 0 6.5 6.5 0 0 1-13 0M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0",
|
|
8908
|
+
clipRule: "evenodd"
|
|
8909
|
+
})
|
|
8910
|
+
]
|
|
8911
|
+
});
|
|
8912
|
+
}
|
|
8913
|
+
const LakewatchAlertIcon = /*#__PURE__*/ forwardRef((props, forwardedRef)=>{
|
|
8914
|
+
return /*#__PURE__*/ jsx(Icon, {
|
|
8915
|
+
ref: forwardedRef,
|
|
8916
|
+
...props,
|
|
8917
|
+
component: SvgLakewatchAlertIcon
|
|
8918
|
+
});
|
|
8919
|
+
});
|
|
8920
|
+
LakewatchAlertIcon.displayName = "LakewatchAlertIcon";
|
|
8921
|
+
|
|
8922
|
+
function SvgLakewatchDatasourceIcon(props) {
|
|
8923
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
8924
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8925
|
+
width: "1em",
|
|
8926
|
+
height: "1em",
|
|
8927
|
+
fill: "none",
|
|
8928
|
+
viewBox: "0 0 16 16",
|
|
8929
|
+
...props,
|
|
8930
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
8931
|
+
fill: "currentColor",
|
|
8932
|
+
d: "M14.25 1a.75.75 0 0 1 .75.75v12.5a.75.75 0 0 1-.75.75H2.75a.75.75 0 0 1-.75-.75v-1.791h1.5V13.5h10v-11h-10v1.143H2V1.75A.75.75 0 0 1 2.75 1zM6 11.29H1v-1.143h5zM12.861 8l-2.935 3-.773-.79L10.77 8.56H7.72V7.44h3.052L9.153 5.79 9.926 5zM6 8.571H1V7.43h5zm0-2.717H1V4.71h5z"
|
|
8933
|
+
})
|
|
8934
|
+
});
|
|
8935
|
+
}
|
|
8936
|
+
const LakewatchDatasourceIcon = /*#__PURE__*/ forwardRef((props, forwardedRef)=>{
|
|
8937
|
+
return /*#__PURE__*/ jsx(Icon, {
|
|
8938
|
+
ref: forwardedRef,
|
|
8939
|
+
...props,
|
|
8940
|
+
component: SvgLakewatchDatasourceIcon
|
|
8941
|
+
});
|
|
8942
|
+
});
|
|
8943
|
+
LakewatchDatasourceIcon.displayName = "LakewatchDatasourceIcon";
|
|
8944
|
+
|
|
8945
|
+
function SvgLakewatchDetectionRuleIcon(props) {
|
|
8946
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
8947
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8948
|
+
width: "1em",
|
|
8949
|
+
height: "1em",
|
|
8950
|
+
fill: "none",
|
|
8951
|
+
viewBox: "0 0 16 16",
|
|
8952
|
+
...props,
|
|
8953
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
8954
|
+
fill: "currentColor",
|
|
8955
|
+
d: "M7.719 1.28c1.789 0 3.414.701 4.618 1.841l-1.178.84a5.307 5.307 0 1 0 1.407 1.882l-.837.62c.186.475.29.99.29 1.53l-.005.215a4.183 4.183 0 0 1-4.177 3.968l-.215-.006a4.183 4.183 0 0 1 .215-8.36c.933 0 1.794.307 2.49.823l-1.124.8a2.902 2.902 0 1 0 1.535 2.56c0-.25-.035-.493-.095-.725l-1.334.988A1.61 1.61 0 0 1 6.109 8a1.612 1.612 0 0 1 2.74-1.15l2.98-2.206-.002-.001.1-.073 2.246-1.662.835 1.128-1.283.95c.456.906.714 1.93.715 3.014l-.01.346a6.72 6.72 0 0 1-6.711 6.374l-.345-.01a6.72 6.72 0 0 1 .345-13.43"
|
|
8956
|
+
})
|
|
8957
|
+
});
|
|
8958
|
+
}
|
|
8959
|
+
const LakewatchDetectionRuleIcon = /*#__PURE__*/ forwardRef((props, forwardedRef)=>{
|
|
8960
|
+
return /*#__PURE__*/ jsx(Icon, {
|
|
8961
|
+
ref: forwardedRef,
|
|
8962
|
+
...props,
|
|
8963
|
+
component: SvgLakewatchDetectionRuleIcon
|
|
8964
|
+
});
|
|
8965
|
+
});
|
|
8966
|
+
LakewatchDetectionRuleIcon.displayName = "LakewatchDetectionRuleIcon";
|
|
8967
|
+
|
|
8968
|
+
function SvgLakewatchParserIcon(props) {
|
|
8969
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
8970
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8971
|
+
width: "1em",
|
|
8972
|
+
height: "1em",
|
|
8973
|
+
fill: "none",
|
|
8974
|
+
viewBox: "0 0 16 16",
|
|
8975
|
+
...props,
|
|
8976
|
+
children: [
|
|
8977
|
+
/*#__PURE__*/ jsx("path", {
|
|
8978
|
+
stroke: "currentColor",
|
|
8979
|
+
strokeWidth: 1.5,
|
|
8980
|
+
d: "M7.825 5.251c0-1.046.848-1.893 1.894-1.893h.788M7.825 5.108v5.797M7.825 10.803c0 1.046.848 1.894 1.894 1.894h.788"
|
|
8981
|
+
}),
|
|
8982
|
+
/*#__PURE__*/ jsx("mask", {
|
|
8983
|
+
id: "LakewatchParserIcon_svg__a",
|
|
8984
|
+
fill: "#fff",
|
|
8985
|
+
children: /*#__PURE__*/ jsx("rect", {
|
|
8986
|
+
width: 5.779,
|
|
8987
|
+
height: 4.907,
|
|
8988
|
+
x: 10.221,
|
|
8989
|
+
y: 1,
|
|
8990
|
+
rx: 0.5
|
|
8991
|
+
})
|
|
8992
|
+
}),
|
|
8993
|
+
/*#__PURE__*/ jsx("rect", {
|
|
8994
|
+
width: 5.779,
|
|
8995
|
+
height: 4.907,
|
|
8996
|
+
x: 10.221,
|
|
8997
|
+
y: 1,
|
|
8998
|
+
stroke: "currentColor",
|
|
8999
|
+
strokeWidth: 3,
|
|
9000
|
+
mask: "url(#LakewatchParserIcon_svg__a)",
|
|
9001
|
+
rx: 0.5
|
|
9002
|
+
}),
|
|
9003
|
+
/*#__PURE__*/ jsx("mask", {
|
|
9004
|
+
id: "LakewatchParserIcon_svg__b",
|
|
9005
|
+
fill: "#fff",
|
|
9006
|
+
children: /*#__PURE__*/ jsx("rect", {
|
|
9007
|
+
width: 5.779,
|
|
9008
|
+
height: 4.907,
|
|
9009
|
+
x: 10.221,
|
|
9010
|
+
y: 10.093,
|
|
9011
|
+
rx: 0.5
|
|
9012
|
+
})
|
|
9013
|
+
}),
|
|
9014
|
+
/*#__PURE__*/ jsx("rect", {
|
|
9015
|
+
width: 5.779,
|
|
9016
|
+
height: 4.907,
|
|
9017
|
+
x: 10.221,
|
|
9018
|
+
y: 10.093,
|
|
9019
|
+
stroke: "currentColor",
|
|
9020
|
+
strokeWidth: 3,
|
|
9021
|
+
mask: "url(#LakewatchParserIcon_svg__b)",
|
|
9022
|
+
rx: 0.5
|
|
9023
|
+
}),
|
|
9024
|
+
/*#__PURE__*/ jsx("path", {
|
|
9025
|
+
stroke: "currentColor",
|
|
9026
|
+
strokeLinecap: "square",
|
|
9027
|
+
strokeWidth: 1.5,
|
|
9028
|
+
d: "M.761 6.555h2.958M.761 9.812h2.958M6.45 8.187h1.206"
|
|
9029
|
+
})
|
|
9030
|
+
]
|
|
9031
|
+
});
|
|
9032
|
+
}
|
|
9033
|
+
const LakewatchParserIcon = /*#__PURE__*/ forwardRef((props, forwardedRef)=>{
|
|
9034
|
+
return /*#__PURE__*/ jsx(Icon, {
|
|
9035
|
+
ref: forwardedRef,
|
|
9036
|
+
...props,
|
|
9037
|
+
component: SvgLakewatchParserIcon
|
|
9038
|
+
});
|
|
9039
|
+
});
|
|
9040
|
+
LakewatchParserIcon.displayName = "LakewatchParserIcon";
|
|
9041
|
+
|
|
8854
9042
|
function SvgLayerGraphIcon(props) {
|
|
8855
9043
|
return /*#__PURE__*/ jsxs("svg", {
|
|
8856
9044
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -17217,7 +17405,7 @@ const getButtonEmotionStyles = ({ theme, classNamePrefix, loading, withIcon, onl
|
|
|
17217
17405
|
};
|
|
17218
17406
|
const Button$1 = /* #__PURE__ */ (()=>{
|
|
17219
17407
|
const Button = /*#__PURE__*/ forwardRef(function Button(// Keep size out of props passed to AntD to make deprecation and eventual removal have 0 impact
|
|
17220
|
-
{
|
|
17408
|
+
{ children, size, type, loading: loadingProp, loadingDescription, endIcon, onClick, dangerouslySetForceIconStyles, dangerouslyUseFocusPseudoClass, dangerouslyAppendWrapperCss, componentId, analyticsEvents, shouldStartInteraction, ...props }, ref) {
|
|
17221
17409
|
const formContext = useFormContext();
|
|
17222
17410
|
const { theme, classNamePrefix } = useDesignSystemTheme();
|
|
17223
17411
|
const memoizedAnalyticsEvents = analyticsEvents ?? DEFAULT_ANALYTICS_EVENTS$6;
|
|
@@ -17299,7 +17487,6 @@ const Button$1 = /* #__PURE__ */ (()=>{
|
|
|
17299
17487
|
useFocusPseudoClass: Boolean(dangerouslyUseFocusPseudoClass)
|
|
17300
17488
|
}),
|
|
17301
17489
|
href: props.disabled ? undefined : props.href,
|
|
17302
|
-
...dangerouslySetAntdProps,
|
|
17303
17490
|
onClick: handleClick,
|
|
17304
17491
|
icon: loading ? loadingSpinner : props.icon,
|
|
17305
17492
|
ref: buttonRef,
|
|
@@ -17340,6 +17527,13 @@ const Button$1 = /* #__PURE__ */ (()=>{
|
|
|
17340
17527
|
return Button;
|
|
17341
17528
|
})();
|
|
17342
17529
|
|
|
17530
|
+
const DRAWER_ZINDEX_OVERLAY_OFFSET = 1;
|
|
17531
|
+
const DRAWER_ZINDEX_CONTENT_OFFSET = DRAWER_ZINDEX_OVERLAY_OFFSET + 1;
|
|
17532
|
+
/** Whether the surrounding subtree is inside an open Drawer. */ const DrawerContext = /*#__PURE__*/ createContext({
|
|
17533
|
+
isParentDrawerOpen: false
|
|
17534
|
+
});
|
|
17535
|
+
const useIsInsideOpenDrawer = ()=>useContext(DrawerContext).isParentDrawerOpen;
|
|
17536
|
+
|
|
17343
17537
|
const { Text: AntDText$1 } = Typography$1;
|
|
17344
17538
|
function getTextEmotionStyles$1(theme, props) {
|
|
17345
17539
|
return /*#__PURE__*/ css({
|
|
@@ -17777,55 +17971,42 @@ function getStartAndSuffix(text, suffixLength) {
|
|
|
17777
17971
|
};
|
|
17778
17972
|
}
|
|
17779
17973
|
|
|
17974
|
+
const TYPOGRAPHY_TITLE_TOKENS_BY_LEVEL = {
|
|
17975
|
+
1: {
|
|
17976
|
+
fontSize: 'fontSizeXxl',
|
|
17977
|
+
lineHeight: 'lineHeightXxl'
|
|
17978
|
+
},
|
|
17979
|
+
2: {
|
|
17980
|
+
fontSize: 'fontSizeXl',
|
|
17981
|
+
lineHeight: 'lineHeightXl'
|
|
17982
|
+
},
|
|
17983
|
+
3: {
|
|
17984
|
+
fontSize: 'fontSizeLg',
|
|
17985
|
+
lineHeight: 'lineHeightLg'
|
|
17986
|
+
},
|
|
17987
|
+
4: {
|
|
17988
|
+
fontSize: 'fontSizeMd',
|
|
17989
|
+
lineHeight: 'lineHeightMd'
|
|
17990
|
+
},
|
|
17991
|
+
5: {
|
|
17992
|
+
fontSize: 'fontSizeMd',
|
|
17993
|
+
lineHeight: 'lineHeightMd'
|
|
17994
|
+
}
|
|
17995
|
+
};
|
|
17996
|
+
|
|
17780
17997
|
const { Title: AntDTitle } = Typography$1;
|
|
17781
17998
|
function getLevelStyles(theme, props) {
|
|
17782
|
-
|
|
17783
|
-
|
|
17784
|
-
|
|
17785
|
-
|
|
17786
|
-
|
|
17787
|
-
|
|
17788
|
-
|
|
17789
|
-
|
|
17790
|
-
|
|
17791
|
-
|
|
17792
|
-
|
|
17793
|
-
});
|
|
17794
|
-
case 2:
|
|
17795
|
-
return /*#__PURE__*/ css({
|
|
17796
|
-
'&&': {
|
|
17797
|
-
fontSize: theme.typography.fontSizeXl,
|
|
17798
|
-
lineHeight: theme.typography.lineHeightXl,
|
|
17799
|
-
fontWeight: theme.typography.typographyBoldFontWeight
|
|
17800
|
-
},
|
|
17801
|
-
'& > .anticon': {
|
|
17802
|
-
lineHeight: theme.typography.lineHeightXl
|
|
17803
|
-
}
|
|
17804
|
-
});
|
|
17805
|
-
case 3:
|
|
17806
|
-
return /*#__PURE__*/ css({
|
|
17807
|
-
'&&': {
|
|
17808
|
-
fontSize: theme.typography.fontSizeLg,
|
|
17809
|
-
lineHeight: theme.typography.lineHeightLg,
|
|
17810
|
-
fontWeight: theme.typography.typographyBoldFontWeight
|
|
17811
|
-
},
|
|
17812
|
-
'& > .anticon': {
|
|
17813
|
-
lineHeight: theme.typography.lineHeightLg
|
|
17814
|
-
}
|
|
17815
|
-
});
|
|
17816
|
-
case 4:
|
|
17817
|
-
default:
|
|
17818
|
-
return /*#__PURE__*/ css({
|
|
17819
|
-
'&&': {
|
|
17820
|
-
fontSize: theme.typography.fontSizeMd,
|
|
17821
|
-
lineHeight: theme.typography.lineHeightMd,
|
|
17822
|
-
fontWeight: theme.typography.typographyBoldFontWeight
|
|
17823
|
-
},
|
|
17824
|
-
'& > .anticon': {
|
|
17825
|
-
lineHeight: theme.typography.lineHeightMd
|
|
17826
|
-
}
|
|
17827
|
-
});
|
|
17828
|
-
}
|
|
17999
|
+
const tokens = TYPOGRAPHY_TITLE_TOKENS_BY_LEVEL[props.level ?? 4];
|
|
18000
|
+
return /*#__PURE__*/ css({
|
|
18001
|
+
'&&': {
|
|
18002
|
+
fontSize: theme.typography[tokens.fontSize],
|
|
18003
|
+
lineHeight: theme.typography[tokens.lineHeight],
|
|
18004
|
+
fontWeight: theme.typography.typographyBoldFontWeight
|
|
18005
|
+
},
|
|
18006
|
+
'& > .anticon': {
|
|
18007
|
+
lineHeight: theme.typography[tokens.lineHeight]
|
|
18008
|
+
}
|
|
18009
|
+
});
|
|
17829
18010
|
}
|
|
17830
18011
|
function getTitleEmotionStyles(theme, props) {
|
|
17831
18012
|
return /*#__PURE__*/ css(getLevelStyles(theme, props), {
|
|
@@ -17976,7 +18157,10 @@ const modalContentStyles = (theme, maxedOutHeight)=>{
|
|
|
17976
18157
|
top: 'unset !important',
|
|
17977
18158
|
left: 'unset !important',
|
|
17978
18159
|
alignSelf: 'center',
|
|
17979
|
-
justifySelf: 'center'
|
|
18160
|
+
justifySelf: 'center',
|
|
18161
|
+
// The modal wrapper uses `pointer-events: none` for click-outside-to-close, so the content card
|
|
18162
|
+
// must re-enable pointer events.
|
|
18163
|
+
pointerEvents: 'auto'
|
|
17980
18164
|
});
|
|
17981
18165
|
};
|
|
17982
18166
|
const modalHeaderStyles = (theme)=>/*#__PURE__*/ css({
|
|
@@ -18024,6 +18208,11 @@ const modalBodyStyles = (theme, hasFooter, isScrollable)=>{
|
|
|
18024
18208
|
paddingRight: MODAL_PADDING,
|
|
18025
18209
|
paddingTop: CONTENT_BUFFER,
|
|
18026
18210
|
paddingBottom: CONTENT_BUFFER,
|
|
18211
|
+
// The modal portals to `document.body`, outside the theme-scope ancestor, so no global rule sets
|
|
18212
|
+
// body text size — set it explicitly.
|
|
18213
|
+
fontSize: theme.typography.fontSizeBase,
|
|
18214
|
+
lineHeight: theme.typography.lineHeightBase,
|
|
18215
|
+
overflowWrap: 'break-word',
|
|
18027
18216
|
...isScrollable && getShadowScrollStyles(theme)
|
|
18028
18217
|
});
|
|
18029
18218
|
};
|
|
@@ -18038,10 +18227,15 @@ const modalFooterStyles = (theme, prefixCls, hasCustomFooter)=>{
|
|
|
18038
18227
|
: {
|
|
18039
18228
|
display: 'flex',
|
|
18040
18229
|
justifyContent: 'flex-end',
|
|
18041
|
-
boxSizing: 'border-box'
|
|
18042
|
-
|
|
18043
|
-
|
|
18044
|
-
|
|
18230
|
+
boxSizing: 'border-box'
|
|
18231
|
+
},
|
|
18232
|
+
// Right-align footer buttons. For a custom footer (`display: block`) this is what aligns the
|
|
18233
|
+
// inline-block buttons.
|
|
18234
|
+
textAlign: 'right',
|
|
18235
|
+
// 8px gap between adjacent footer buttons. The custom-footer path (`display: block`) has no flex
|
|
18236
|
+
// gap, so this margin supplies the spacing for both footer layouts.
|
|
18237
|
+
'& > * + *': {
|
|
18238
|
+
marginLeft: theme.spacing.sm
|
|
18045
18239
|
},
|
|
18046
18240
|
height: footerHeight,
|
|
18047
18241
|
paddingTop: theme.spacing.lg - CONTENT_BUFFER,
|
|
@@ -18129,6 +18323,9 @@ function ModalInternal({ componentId, analyticsEvents = [
|
|
|
18129
18323
|
const emitViewEventThroughVisibleEffect = dangerouslySetAntdProps?.closable === false;
|
|
18130
18324
|
const isViewedViaVisibleEffectRef = useRef(false);
|
|
18131
18325
|
const uuid = useStableUuidV4();
|
|
18326
|
+
// Drawer content is zIndexBase+2; lift above it unless the caller set zIndex.
|
|
18327
|
+
const isInsideOpenDrawer = useIsInsideOpenDrawer();
|
|
18328
|
+
const resolvedZIndex = zIndex ?? theme.options.zIndexBase + (isInsideOpenDrawer ? DRAWER_ZINDEX_CONTENT_OFFSET + 1 : 0);
|
|
18132
18329
|
const [open, setOpen] = useState(visible);
|
|
18133
18330
|
const prevOpenRef = useRef(open);
|
|
18134
18331
|
useLayoutEffect(()=>{
|
|
@@ -18303,7 +18500,29 @@ function ModalInternal({ componentId, analyticsEvents = [
|
|
|
18303
18500
|
justifyContent: 'center',
|
|
18304
18501
|
inset: 0,
|
|
18305
18502
|
top: '50%',
|
|
18306
|
-
padding: 0
|
|
18503
|
+
padding: 0,
|
|
18504
|
+
// `pointerEvents: 'none'` lets clicks in the empty area around the card reach Radix's dismissable
|
|
18505
|
+
// layer (click-outside-to-close); `position: 'relative'` makes the `inset`/`top` above take effect.
|
|
18506
|
+
position: 'relative',
|
|
18507
|
+
pointerEvents: 'none',
|
|
18508
|
+
boxSizing: 'border-box',
|
|
18509
|
+
width: 'auto',
|
|
18510
|
+
maxWidth: 'calc(100vw - 32px)',
|
|
18511
|
+
margin: '0 auto',
|
|
18512
|
+
// The modal portals to `document.body` (outside the theme-scope ancestor), so these inherited
|
|
18513
|
+
// typographic properties aren't picked up from anywhere else. `fontVariant`/`fontFeatureSettings`
|
|
18514
|
+
// (tabular figures) are the load-bearing ones — without them, digits in modal body text (numbered
|
|
18515
|
+
// lists, dates, IDs) render with proportional figures and shift.
|
|
18516
|
+
color: theme.colors.textPrimary,
|
|
18517
|
+
fontSize: theme.typography.fontSizeBase,
|
|
18518
|
+
lineHeight: theme.typography.lineHeightBase,
|
|
18519
|
+
fontVariant: 'tabular-nums',
|
|
18520
|
+
fontFeatureSettings: "'tnum'",
|
|
18521
|
+
listStyle: 'none',
|
|
18522
|
+
'@media (max-width: 767px)': {
|
|
18523
|
+
maxWidth: 'calc(100vw - 16px)',
|
|
18524
|
+
margin: `${theme.spacing.sm}px auto`
|
|
18525
|
+
}
|
|
18307
18526
|
}),
|
|
18308
18527
|
className: `${classNamePrefix}-modal`,
|
|
18309
18528
|
...restProps,
|
|
@@ -18318,9 +18537,10 @@ function ModalInternal({ componentId, analyticsEvents = [
|
|
|
18318
18537
|
style: {
|
|
18319
18538
|
width: dangerouslySetAntdProps?.width ?? (size ? SIZE_PRESETS[size] : undefined),
|
|
18320
18539
|
maxWidth: '90vw',
|
|
18321
|
-
zIndex:
|
|
18540
|
+
zIndex: resolvedZIndex,
|
|
18322
18541
|
...dangerouslySetAntdProps?.style
|
|
18323
18542
|
},
|
|
18543
|
+
"data-testid": "dubois-modal-content",
|
|
18324
18544
|
...dangerouslySetAntdProps?.wrapProps,
|
|
18325
18545
|
children: [
|
|
18326
18546
|
/*#__PURE__*/ jsx("div", {
|
|
@@ -18418,7 +18638,7 @@ function ModalInternal({ componentId, analyticsEvents = [
|
|
|
18418
18638
|
},
|
|
18419
18639
|
children: dangerouslySetAntdProps?.mask !== false ? /*#__PURE__*/ jsx(DialogPrimitive.Overlay, {
|
|
18420
18640
|
css: [
|
|
18421
|
-
dangerouslySetAntdProps?.maskStyle ? overlayStyles(theme,
|
|
18641
|
+
dangerouslySetAntdProps?.maskStyle ? overlayStyles(theme, resolvedZIndex, dangerouslySetAntdProps.maskStyle) : getMemoizedDefaultOverlayStyles(theme, resolvedZIndex)
|
|
18422
18642
|
],
|
|
18423
18643
|
children: renderedDialogContent
|
|
18424
18644
|
}) : /*#__PURE__*/ jsx(Fragment, {
|
|
@@ -19082,6 +19302,62 @@ const genSkeletonAnimatedColorImpl = (theme, frameRate = 60)=>{
|
|
|
19082
19302
|
};
|
|
19083
19303
|
const genSkeletonAnimatedColor = memoize(genSkeletonAnimatedColorImpl, (theme, frameRate = 60)=>`${themeMemoKey(theme)}|${frameRate}`);
|
|
19084
19304
|
|
|
19305
|
+
const LEGACY_TITLE_SKELETON_DIMENSIONS = {
|
|
19306
|
+
fillHeight: 12,
|
|
19307
|
+
lineHeight: '28px'
|
|
19308
|
+
};
|
|
19309
|
+
const TITLE_SKELETON_FILL_HEIGHT_REDUCTION = 4;
|
|
19310
|
+
const getTitleContainerStyles = memoize((theme, level, inline)=>{
|
|
19311
|
+
const lineHeight = level === undefined ? LEGACY_TITLE_SKELETON_DIMENSIONS.lineHeight : theme.typography[TYPOGRAPHY_TITLE_TOKENS_BY_LEVEL[level].lineHeight];
|
|
19312
|
+
return /*#__PURE__*/ css({
|
|
19313
|
+
cursor: 'progress',
|
|
19314
|
+
width: '100%',
|
|
19315
|
+
height: lineHeight,
|
|
19316
|
+
display: inline ? 'inline-flex' : 'flex',
|
|
19317
|
+
justifyContent: 'flex-start',
|
|
19318
|
+
alignItems: 'center'
|
|
19319
|
+
});
|
|
19320
|
+
}, (theme, level, inline)=>`${themeMemoKey(theme)}|${level ?? 'legacy'}|${Boolean(inline)}`);
|
|
19321
|
+
const getTitleFillStyles = memoize((theme, level)=>{
|
|
19322
|
+
const fillHeight = level === undefined ? LEGACY_TITLE_SKELETON_DIMENSIONS.fillHeight : theme.typography[TYPOGRAPHY_TITLE_TOKENS_BY_LEVEL[level].fontSize] - TITLE_SKELETON_FILL_HEIGHT_REDUCTION;
|
|
19323
|
+
return /*#__PURE__*/ css({
|
|
19324
|
+
borderRadius: theme.general.borderRadiusBase,
|
|
19325
|
+
height: fillHeight,
|
|
19326
|
+
width: '100%'
|
|
19327
|
+
});
|
|
19328
|
+
}, (theme, level)=>`${themeMemoKey(theme)}|${level ?? 'legacy'}`);
|
|
19329
|
+
const TitleSkeleton = ({ label, seed = '', frameRate = 60, style, level, inline = false, loading = true, loadingDescription = 'TitleSkeleton', ...restProps })=>{
|
|
19330
|
+
const { theme } = useDesignSystemTheme();
|
|
19331
|
+
const offsetWidth = getOffsets(seed)[0];
|
|
19332
|
+
const Root = inline ? 'span' : 'div';
|
|
19333
|
+
return /*#__PURE__*/ jsxs(Root, {
|
|
19334
|
+
...addDebugOutlineIfEnabled(),
|
|
19335
|
+
css: getTitleContainerStyles(theme, level, inline),
|
|
19336
|
+
style: style,
|
|
19337
|
+
...restProps,
|
|
19338
|
+
children: [
|
|
19339
|
+
loading && /*#__PURE__*/ jsx(LoadingState, {
|
|
19340
|
+
description: loadingDescription
|
|
19341
|
+
}),
|
|
19342
|
+
/*#__PURE__*/ jsx("span", {
|
|
19343
|
+
css: visuallyHidden,
|
|
19344
|
+
children: label
|
|
19345
|
+
}),
|
|
19346
|
+
/*#__PURE__*/ jsx("span", {
|
|
19347
|
+
"aria-hidden": true,
|
|
19348
|
+
role: "presentation",
|
|
19349
|
+
css: [
|
|
19350
|
+
getTitleFillStyles(theme, level),
|
|
19351
|
+
genSkeletonAnimatedColor(theme, frameRate),
|
|
19352
|
+
{
|
|
19353
|
+
width: `calc(100% - ${offsetWidth}px)`
|
|
19354
|
+
}
|
|
19355
|
+
]
|
|
19356
|
+
})
|
|
19357
|
+
]
|
|
19358
|
+
});
|
|
19359
|
+
};
|
|
19360
|
+
|
|
19085
19361
|
// Class names that can be used to reference children within
|
|
19086
19362
|
// Should not be used outside of design system
|
|
19087
19363
|
// TODO: PE-239 Maybe we could add "dangerous" into the names or make them completely random.
|
|
@@ -22318,9 +22594,14 @@ const isValidCustomInputDate = (date, format$1)=>{
|
|
|
22318
22594
|
if (!date) {
|
|
22319
22595
|
return false;
|
|
22320
22596
|
}
|
|
22597
|
+
// A native <input type="datetime-local"> reports its value with a "T" separator
|
|
22598
|
+
// ("2023-08-18T18:00"), while the date/time formats here use a space ("yyyy-MM-dd HH:mm").
|
|
22599
|
+
// Without this normalization the round-trip check below can never match a native datetime
|
|
22600
|
+
// value, so every keystroke would be rejected as invalid (VIZ-12021).
|
|
22601
|
+
const normalizedDate = date.replace('T', ' ');
|
|
22321
22602
|
try {
|
|
22322
22603
|
// Parse the date string using the provided format
|
|
22323
|
-
const parsedDate = parse(
|
|
22604
|
+
const parsedDate = parse(normalizedDate, format$1, new Date());
|
|
22324
22605
|
// Check if the parsed date is valid
|
|
22325
22606
|
if (!isValid(parsedDate)) {
|
|
22326
22607
|
return false;
|
|
@@ -22328,7 +22609,7 @@ const isValidCustomInputDate = (date, format$1)=>{
|
|
|
22328
22609
|
// Additional check: ensure the formatted date matches the input
|
|
22329
22610
|
// This prevents cases like parsing "2023-13-45" which might be invalid
|
|
22330
22611
|
const formattedDate = format(parsedDate, format$1);
|
|
22331
|
-
return formattedDate ===
|
|
22612
|
+
return formattedDate === normalizedDate;
|
|
22332
22613
|
} catch (error) {
|
|
22333
22614
|
return false;
|
|
22334
22615
|
}
|
|
@@ -24669,7 +24950,7 @@ const getTooltipStyles = (theme, clsPrefix)=>{
|
|
|
24669
24950
|
return {
|
|
24670
24951
|
content: {
|
|
24671
24952
|
backgroundColor: theme.colors.tooltipBackgroundTooltip,
|
|
24672
|
-
color: theme.colors.
|
|
24953
|
+
color: theme.colors.tooltipTextTooltip,
|
|
24673
24954
|
borderRadius: token(ShapeTokens.POPOVER_BORDER_RADIUS, theme.borders.borderRadiusSm),
|
|
24674
24955
|
fontSize: theme.typography.fontSizeMd,
|
|
24675
24956
|
padding: `${theme.spacing.xs}px ${theme.spacing.sm}px`,
|
|
@@ -25800,8 +26081,6 @@ const DEFAULT_HEIGHT = 320;
|
|
|
25800
26081
|
const MIN_HEIGHT = 320;
|
|
25801
26082
|
const MAX_HEIGHT = '100vh';
|
|
25802
26083
|
const DEFAULT_POSITION = 'right';
|
|
25803
|
-
const ZINDEX_OVERLAY = 1;
|
|
25804
|
-
const ZINDEX_CONTENT = ZINDEX_OVERLAY + 1;
|
|
25805
26084
|
// Hoisted to module level so the keyframe definitions are computed once and shared
|
|
25806
26085
|
// across every drawer mount instead of regenerated per-render.
|
|
25807
26086
|
const OVERLAY_SHOW_RIGHT = /*#__PURE__*/ keyframes({
|
|
@@ -25832,9 +26111,6 @@ const OVERLAY_SHOW_BOTTOM = /*#__PURE__*/ keyframes({
|
|
|
25832
26111
|
const DEFAULT_ANALYTICS_EVENTS$3 = [
|
|
25833
26112
|
DesignSystemEventProviderAnalyticsEventTypes.OnView
|
|
25834
26113
|
];
|
|
25835
|
-
/** Context to track if drawer is nested within a parent drawer */ const DrawerContext = /*#__PURE__*/ React__default.createContext({
|
|
25836
|
-
isParentDrawerOpen: false
|
|
25837
|
-
});
|
|
25838
26114
|
const Content$4 = ({ children, footer, title, width, height, position: positionOverride, useCustomScrollBehavior, expandContentToFullHeight, disableOpenAutoFocus, onInteractOutside, seeThrough, hideClose, closeOnClickOutside, onCloseClick, componentId = 'design_system.drawer.content', analyticsEvents = DEFAULT_ANALYTICS_EVENTS$3, size = 'default', ...props })=>{
|
|
25839
26115
|
const { getPopupContainer } = useDesignSystemContext();
|
|
25840
26116
|
const { theme } = useDesignSystemTheme();
|
|
@@ -25902,7 +26178,7 @@ const Content$4 = ({ children, footer, title, width, height, position: positionO
|
|
|
25902
26178
|
boxShadow: theme.shadows.xl,
|
|
25903
26179
|
position: 'fixed',
|
|
25904
26180
|
boxSizing: 'border-box',
|
|
25905
|
-
zIndex: theme.options.zIndexBase +
|
|
26181
|
+
zIndex: theme.options.zIndexBase + DRAWER_ZINDEX_CONTENT_OFFSET,
|
|
25906
26182
|
...isSidePosition ? {
|
|
25907
26183
|
top: 0,
|
|
25908
26184
|
width: width ?? DEFAULT_WIDTH$1,
|
|
@@ -25950,7 +26226,7 @@ const Content$4 = ({ children, footer, title, width, height, position: positionO
|
|
|
25950
26226
|
position: 'fixed',
|
|
25951
26227
|
inset: 0,
|
|
25952
26228
|
// needed so that it covers the PersonaNavSidebar
|
|
25953
|
-
zIndex: theme.options.zIndexBase +
|
|
26229
|
+
zIndex: theme.options.zIndexBase + DRAWER_ZINDEX_OVERLAY_OFFSET,
|
|
25954
26230
|
opacity: seeThrough || isParentDrawerOpen ? 0 : 1
|
|
25955
26231
|
}),
|
|
25956
26232
|
onClick: closeOnClickOutside ? onCloseClick : undefined
|
|
@@ -25988,95 +26264,95 @@ const Content$4 = ({ children, footer, title, width, height, position: positionO
|
|
|
25988
26264
|
onInteractOutside: onInteractOutside,
|
|
25989
26265
|
...props,
|
|
25990
26266
|
...eventContext.dataComponentProps,
|
|
25991
|
-
children: /*#__PURE__*/
|
|
26267
|
+
children: /*#__PURE__*/ jsx(ApplyDesignSystemContextOverrides, {
|
|
25992
26268
|
getPopupContainer: ()=>contentContainerRef.current ?? document.body,
|
|
25993
|
-
children:
|
|
25994
|
-
|
|
25995
|
-
|
|
25996
|
-
|
|
25997
|
-
|
|
25998
|
-
|
|
25999
|
-
|
|
26000
|
-
|
|
26001
|
-
|
|
26002
|
-
|
|
26003
|
-
|
|
26004
|
-
|
|
26005
|
-
|
|
26006
|
-
|
|
26007
|
-
|
|
26008
|
-
|
|
26009
|
-
asChild: typeof title === 'string',
|
|
26010
|
-
css: /*#__PURE__*/ css({
|
|
26011
|
-
flexGrow: 1,
|
|
26012
|
-
marginBottom: 0,
|
|
26013
|
-
marginTop: 0,
|
|
26014
|
-
whiteSpace: 'nowrap',
|
|
26015
|
-
overflow: 'hidden'
|
|
26016
|
-
}),
|
|
26017
|
-
children: typeof title === 'string' ? /*#__PURE__*/ jsx(Typography.Title, {
|
|
26018
|
-
elementLevel: 2,
|
|
26019
|
-
level: size === 'small' ? 3 : 2,
|
|
26020
|
-
withoutMargins: true,
|
|
26021
|
-
ellipsis: true,
|
|
26022
|
-
children: title
|
|
26023
|
-
}) : title
|
|
26269
|
+
children: /*#__PURE__*/ jsxs(DrawerContext.Provider, {
|
|
26270
|
+
value: {
|
|
26271
|
+
isParentDrawerOpen: true
|
|
26272
|
+
},
|
|
26273
|
+
children: [
|
|
26274
|
+
(title || !hideClose) && /*#__PURE__*/ jsxs("div", {
|
|
26275
|
+
css: /*#__PURE__*/ css({
|
|
26276
|
+
flexGrow: 0,
|
|
26277
|
+
flexShrink: 1,
|
|
26278
|
+
display: 'flex',
|
|
26279
|
+
flexDirection: 'row',
|
|
26280
|
+
justifyContent: 'space-between',
|
|
26281
|
+
alignItems: 'center',
|
|
26282
|
+
paddingRight: horizontalContentPadding,
|
|
26283
|
+
paddingLeft: horizontalContentPadding,
|
|
26284
|
+
marginBottom: theme.spacing.sm
|
|
26024
26285
|
}),
|
|
26025
|
-
|
|
26026
|
-
|
|
26027
|
-
|
|
26028
|
-
|
|
26029
|
-
|
|
26286
|
+
children: [
|
|
26287
|
+
/*#__PURE__*/ jsx(DialogPrimitive.Title, {
|
|
26288
|
+
title: typeof title === 'string' ? title : undefined,
|
|
26289
|
+
asChild: typeof title === 'string',
|
|
26290
|
+
css: /*#__PURE__*/ css({
|
|
26291
|
+
flexGrow: 1,
|
|
26292
|
+
marginBottom: 0,
|
|
26293
|
+
marginTop: 0,
|
|
26294
|
+
whiteSpace: 'nowrap',
|
|
26295
|
+
overflow: 'hidden'
|
|
26296
|
+
}),
|
|
26297
|
+
children: typeof title === 'string' ? /*#__PURE__*/ jsx(Typography.Title, {
|
|
26298
|
+
elementLevel: 2,
|
|
26299
|
+
level: size === 'small' ? 3 : 2,
|
|
26300
|
+
withoutMargins: true,
|
|
26301
|
+
ellipsis: true,
|
|
26302
|
+
children: title
|
|
26303
|
+
}) : title
|
|
26030
26304
|
}),
|
|
26031
|
-
|
|
26032
|
-
|
|
26033
|
-
|
|
26034
|
-
|
|
26035
|
-
|
|
26036
|
-
|
|
26305
|
+
!hideClose && /*#__PURE__*/ jsx(DialogPrimitive.Close, {
|
|
26306
|
+
asChild: true,
|
|
26307
|
+
css: /*#__PURE__*/ css({
|
|
26308
|
+
flexShrink: 1,
|
|
26309
|
+
marginLeft: theme.spacing.xs
|
|
26310
|
+
}),
|
|
26311
|
+
onClick: onCloseClick,
|
|
26312
|
+
children: /*#__PURE__*/ jsx(Button$1, {
|
|
26313
|
+
componentId: `${componentId}.close`,
|
|
26314
|
+
"aria-label": "Close",
|
|
26315
|
+
icon: /*#__PURE__*/ jsx(CloseIcon, {}),
|
|
26316
|
+
size: size === 'small' ? 'small' : undefined
|
|
26317
|
+
})
|
|
26037
26318
|
})
|
|
26038
|
-
|
|
26039
|
-
]
|
|
26040
|
-
}),
|
|
26041
|
-
/*#__PURE__*/ jsxs("div", {
|
|
26042
|
-
ref: mergedContentRef,
|
|
26043
|
-
// Needed to make drawer content focusable when scrollable for keyboard-only users to be able to focus & scroll
|
|
26044
|
-
// eslint-disable-next-line jsx-a11y/no-noninteractive-tabindex
|
|
26045
|
-
tabIndex: shouldContentBeFocusable ? 0 : -1,
|
|
26046
|
-
css: /*#__PURE__*/ css({
|
|
26047
|
-
// in order to have specific content in the drawer scroll with fixed title
|
|
26048
|
-
// hide overflow here and remove padding on the right side; content will be responsible for setting right padding
|
|
26049
|
-
// so that the scrollbar will appear in the padding right gutter
|
|
26050
|
-
paddingRight: useCustomScrollBehavior ? 0 : horizontalContentPadding,
|
|
26051
|
-
paddingLeft: horizontalContentPadding,
|
|
26052
|
-
overflowY: useCustomScrollBehavior ? 'hidden' : 'auto',
|
|
26053
|
-
height: expandContentToFullHeight ? '100%' : undefined,
|
|
26054
|
-
...!useCustomScrollBehavior ? getShadowScrollStyles(theme) : {}
|
|
26319
|
+
]
|
|
26055
26320
|
}),
|
|
26056
|
-
|
|
26057
|
-
|
|
26058
|
-
|
|
26059
|
-
|
|
26060
|
-
|
|
26061
|
-
|
|
26321
|
+
/*#__PURE__*/ jsxs("div", {
|
|
26322
|
+
ref: mergedContentRef,
|
|
26323
|
+
// Needed to make drawer content focusable when scrollable for keyboard-only users to be able to focus & scroll
|
|
26324
|
+
// eslint-disable-next-line jsx-a11y/no-noninteractive-tabindex
|
|
26325
|
+
tabIndex: shouldContentBeFocusable ? 0 : -1,
|
|
26326
|
+
css: /*#__PURE__*/ css({
|
|
26327
|
+
// in order to have specific content in the drawer scroll with fixed title
|
|
26328
|
+
// hide overflow here and remove padding on the right side; content will be responsible for setting right padding
|
|
26329
|
+
// so that the scrollbar will appear in the padding right gutter
|
|
26330
|
+
paddingRight: useCustomScrollBehavior ? 0 : horizontalContentPadding,
|
|
26331
|
+
paddingLeft: horizontalContentPadding,
|
|
26332
|
+
overflowY: useCustomScrollBehavior ? 'hidden' : 'auto',
|
|
26333
|
+
height: expandContentToFullHeight ? '100%' : undefined,
|
|
26334
|
+
...!useCustomScrollBehavior ? getShadowScrollStyles(theme) : {}
|
|
26062
26335
|
}),
|
|
26063
|
-
|
|
26064
|
-
|
|
26065
|
-
|
|
26066
|
-
|
|
26067
|
-
|
|
26068
|
-
|
|
26069
|
-
|
|
26070
|
-
|
|
26071
|
-
|
|
26072
|
-
|
|
26073
|
-
|
|
26074
|
-
|
|
26075
|
-
|
|
26076
|
-
|
|
26077
|
-
|
|
26078
|
-
|
|
26079
|
-
|
|
26336
|
+
children: [
|
|
26337
|
+
children,
|
|
26338
|
+
!footer && /*#__PURE__*/ jsx(Spacer, {
|
|
26339
|
+
size: size === 'small' ? 'md' : 'lg'
|
|
26340
|
+
})
|
|
26341
|
+
]
|
|
26342
|
+
}),
|
|
26343
|
+
footer && /*#__PURE__*/ jsx("div", {
|
|
26344
|
+
style: {
|
|
26345
|
+
paddingTop: theme.spacing.md,
|
|
26346
|
+
paddingRight: horizontalContentPadding,
|
|
26347
|
+
paddingLeft: horizontalContentPadding,
|
|
26348
|
+
paddingBottom: size === 'small' ? theme.spacing.md : theme.spacing.lg,
|
|
26349
|
+
flexGrow: 0,
|
|
26350
|
+
flexShrink: 1
|
|
26351
|
+
},
|
|
26352
|
+
children: footer
|
|
26353
|
+
})
|
|
26354
|
+
]
|
|
26355
|
+
})
|
|
26080
26356
|
})
|
|
26081
26357
|
})
|
|
26082
26358
|
]
|
|
@@ -28004,17 +28280,17 @@ const useTypeaheadComboboxContext = ()=>{
|
|
|
28004
28280
|
return useContext(TypeaheadComboboxContext);
|
|
28005
28281
|
};
|
|
28006
28282
|
|
|
28007
|
-
const CHECK_ICON_CSS = {
|
|
28283
|
+
const CHECK_ICON_CSS$1 = {
|
|
28008
28284
|
paddingTop: 2
|
|
28009
28285
|
};
|
|
28010
|
-
const PLACEHOLDER_ICON_STYLE = {
|
|
28286
|
+
const PLACEHOLDER_ICON_STYLE$1 = {
|
|
28011
28287
|
width: 16,
|
|
28012
28288
|
flexShrink: 0
|
|
28013
28289
|
};
|
|
28014
|
-
const DISABLED_REASON_ROW_CSS = {
|
|
28290
|
+
const DISABLED_REASON_ROW_CSS$1 = {
|
|
28015
28291
|
display: 'flex'
|
|
28016
28292
|
};
|
|
28017
|
-
const getMenuItemStyles = memoize((theme, isHighlighted, disabled)=>/*#__PURE__*/ css({
|
|
28293
|
+
const getMenuItemStyles$1 = memoize((theme, isHighlighted, disabled)=>/*#__PURE__*/ css({
|
|
28018
28294
|
...disabled && {
|
|
28019
28295
|
pointerEvents: 'none',
|
|
28020
28296
|
color: theme.colors.actionDisabledText
|
|
@@ -28023,7 +28299,7 @@ const getMenuItemStyles = memoize((theme, isHighlighted, disabled)=>/*#__PURE__*
|
|
|
28023
28299
|
background: theme.colors.actionTertiaryBackgroundHover
|
|
28024
28300
|
}
|
|
28025
28301
|
}), (theme, isHighlighted, disabled)=>`${themeMemoKey(theme)}|${isHighlighted}|${Boolean(disabled)}`);
|
|
28026
|
-
const getLabelStyles$
|
|
28302
|
+
const getLabelStyles$3 = memoize((theme, textOverflowMode)=>/*#__PURE__*/ css({
|
|
28027
28303
|
marginLeft: theme.spacing.sm,
|
|
28028
28304
|
fontSize: theme.typography.fontSizeBase,
|
|
28029
28305
|
fontStyle: 'normal',
|
|
@@ -28036,7 +28312,7 @@ const getLabelStyles$1 = memoize((theme, textOverflowMode)=>/*#__PURE__*/ css({
|
|
|
28036
28312
|
whiteSpace: 'nowrap'
|
|
28037
28313
|
}
|
|
28038
28314
|
}), (theme, textOverflowMode)=>`${themeMemoKey(theme)}|${textOverflowMode}`);
|
|
28039
|
-
const TypeaheadComboboxMenuItem = /*#__PURE__*/ forwardRef(// eslint-disable-next-line react-component-name/react-component-name -- TODO(FEINF-4716)
|
|
28315
|
+
const TypeaheadComboboxMenuItem$1 = /*#__PURE__*/ forwardRef(// eslint-disable-next-line react-component-name/react-component-name -- TODO(FEINF-4716)
|
|
28040
28316
|
({ item, index, comboboxState, textOverflowMode = 'multiline', isDisabled, disabledReason, hintContent, onClick: onClickProp, children, ...restProps }, ref)=>{
|
|
28041
28317
|
const { selectedItem, highlightedIndex, getItemProps, isOpen } = comboboxState;
|
|
28042
28318
|
const isSelected = isEqual(selectedItem, item);
|
|
@@ -28089,21 +28365,21 @@ const TypeaheadComboboxMenuItem = /*#__PURE__*/ forwardRef(// eslint-disable-nex
|
|
|
28089
28365
|
onClick: handleClick,
|
|
28090
28366
|
css: [
|
|
28091
28367
|
getComboboxOptionItemWrapperStyles(theme),
|
|
28092
|
-
getMenuItemStyles(theme, isHighlighted, isDisabled)
|
|
28368
|
+
getMenuItemStyles$1(theme, isHighlighted, isDisabled)
|
|
28093
28369
|
],
|
|
28094
28370
|
...downshiftItemProps,
|
|
28095
28371
|
...restProps,
|
|
28096
28372
|
children: [
|
|
28097
28373
|
isSelected ? /*#__PURE__*/ jsx(CheckIcon, {
|
|
28098
|
-
css: CHECK_ICON_CSS
|
|
28374
|
+
css: CHECK_ICON_CSS$1
|
|
28099
28375
|
}) : /*#__PURE__*/ jsx("div", {
|
|
28100
|
-
style: PLACEHOLDER_ICON_STYLE
|
|
28376
|
+
style: PLACEHOLDER_ICON_STYLE$1
|
|
28101
28377
|
}),
|
|
28102
28378
|
/*#__PURE__*/ jsxs("label", {
|
|
28103
|
-
css: getLabelStyles$
|
|
28379
|
+
css: getLabelStyles$3(theme, textOverflowMode),
|
|
28104
28380
|
children: [
|
|
28105
28381
|
isDisabled && disabledReason ? /*#__PURE__*/ jsxs("div", {
|
|
28106
|
-
css: DISABLED_REASON_ROW_CSS,
|
|
28382
|
+
css: DISABLED_REASON_ROW_CSS$1,
|
|
28107
28383
|
children: [
|
|
28108
28384
|
/*#__PURE__*/ jsx("div", {
|
|
28109
28385
|
children: children
|
|
@@ -28127,7 +28403,7 @@ const TypeaheadComboboxMenuItem = /*#__PURE__*/ forwardRef(// eslint-disable-nex
|
|
|
28127
28403
|
]
|
|
28128
28404
|
});
|
|
28129
28405
|
});
|
|
28130
|
-
TypeaheadComboboxMenuItem.defaultProps = {
|
|
28406
|
+
TypeaheadComboboxMenuItem$1.defaultProps = {
|
|
28131
28407
|
_type: 'TypeaheadComboboxMenuItem'
|
|
28132
28408
|
};
|
|
28133
28409
|
|
|
@@ -28184,7 +28460,7 @@ const TypeaheadComboboxCheckboxItem = /*#__PURE__*/ forwardRef(// eslint-disable
|
|
|
28184
28460
|
onClick: handleClick,
|
|
28185
28461
|
css: [
|
|
28186
28462
|
getComboboxOptionItemWrapperStyles(theme),
|
|
28187
|
-
getMenuItemStyles(theme, isHighlighted, isDisabled)
|
|
28463
|
+
getMenuItemStyles$1(theme, isHighlighted, isDisabled)
|
|
28188
28464
|
],
|
|
28189
28465
|
...downshiftItemProps,
|
|
28190
28466
|
...restProps,
|
|
@@ -28230,7 +28506,7 @@ TypeaheadComboboxCheckboxItem.defaultProps = {
|
|
|
28230
28506
|
_type: 'TypeaheadComboboxCheckboxItem'
|
|
28231
28507
|
};
|
|
28232
28508
|
|
|
28233
|
-
const getSelectedItemStyles = memoize((theme, disabled)=>/*#__PURE__*/ css({
|
|
28509
|
+
const getSelectedItemStyles$1 = memoize((theme, disabled)=>/*#__PURE__*/ css({
|
|
28234
28510
|
backgroundColor: theme.colors.tagDefault,
|
|
28235
28511
|
borderRadius: theme.general.borderRadiusBase,
|
|
28236
28512
|
color: theme.colors.textPrimary,
|
|
@@ -28253,7 +28529,7 @@ const getSelectedItemStyles = memoize((theme, disabled)=>/*#__PURE__*/ css({
|
|
|
28253
28529
|
pointerEvents: 'none'
|
|
28254
28530
|
}
|
|
28255
28531
|
}), (theme, disabled)=>`${themeMemoKey(theme)}|${Boolean(disabled)}`);
|
|
28256
|
-
const getIconContainerStyles = memoize((theme, disabled)=>/*#__PURE__*/ css({
|
|
28532
|
+
const getIconContainerStyles$1 = memoize((theme, disabled)=>/*#__PURE__*/ css({
|
|
28257
28533
|
paddingLeft: theme.spacing.xs / 2,
|
|
28258
28534
|
paddingRight: theme.spacing.xs / 2,
|
|
28259
28535
|
borderTopRightRadius: theme.general.borderRadiusBase,
|
|
@@ -28276,31 +28552,31 @@ const getIconContainerStyles = memoize((theme, disabled)=>/*#__PURE__*/ css({
|
|
|
28276
28552
|
color: theme.colors.actionDisabledText
|
|
28277
28553
|
}
|
|
28278
28554
|
}), (theme, disabled)=>`${themeMemoKey(theme)}|${Boolean(disabled)}`);
|
|
28279
|
-
const getXIconStyles = memoize((theme)=>/*#__PURE__*/ css({
|
|
28555
|
+
const getXIconStyles$1 = memoize((theme)=>/*#__PURE__*/ css({
|
|
28280
28556
|
fontSize: theme.typography.fontSizeSm
|
|
28281
28557
|
}));
|
|
28282
|
-
const getLabelStyles = memoize((theme, disabled)=>({
|
|
28558
|
+
const getLabelStyles$2 = memoize((theme, disabled)=>({
|
|
28283
28559
|
marginRight: 2,
|
|
28284
28560
|
...disabled && {
|
|
28285
28561
|
color: theme.colors.actionDisabledText
|
|
28286
28562
|
}
|
|
28287
28563
|
}), (theme, disabled)=>`${themeMemoKey(theme)}|${disabled}`);
|
|
28288
|
-
const TypeaheadComboboxSelectedItem = /*#__PURE__*/ forwardRef(({ label, item, getSelectedItemProps, removeSelectedItem, disabled, ...restProps }, ref)=>{
|
|
28564
|
+
const TypeaheadComboboxSelectedItem$1 = /*#__PURE__*/ forwardRef(({ label, item, getSelectedItemProps, removeSelectedItem, disabled, ...restProps }, ref)=>{
|
|
28289
28565
|
const { theme } = useDesignSystemTheme();
|
|
28290
28566
|
return /*#__PURE__*/ jsxs("span", {
|
|
28291
28567
|
...getSelectedItemProps({
|
|
28292
28568
|
selectedItem: item
|
|
28293
28569
|
}),
|
|
28294
|
-
css: getSelectedItemStyles(theme, disabled),
|
|
28570
|
+
css: getSelectedItemStyles$1(theme, disabled),
|
|
28295
28571
|
ref: ref,
|
|
28296
28572
|
...restProps,
|
|
28297
28573
|
children: [
|
|
28298
28574
|
/*#__PURE__*/ jsx("span", {
|
|
28299
|
-
css: getLabelStyles(theme, Boolean(disabled)),
|
|
28575
|
+
css: getLabelStyles$2(theme, Boolean(disabled)),
|
|
28300
28576
|
children: label
|
|
28301
28577
|
}),
|
|
28302
28578
|
/*#__PURE__*/ jsx("span", {
|
|
28303
|
-
css: getIconContainerStyles(theme, disabled),
|
|
28579
|
+
css: getIconContainerStyles$1(theme, disabled),
|
|
28304
28580
|
role: "button",
|
|
28305
28581
|
"aria-label": "Remove selected item",
|
|
28306
28582
|
onClick: (e)=>{
|
|
@@ -28311,25 +28587,25 @@ const TypeaheadComboboxSelectedItem = /*#__PURE__*/ forwardRef(({ label, item, g
|
|
|
28311
28587
|
},
|
|
28312
28588
|
children: /*#__PURE__*/ jsx(CloseIcon, {
|
|
28313
28589
|
"aria-hidden": true,
|
|
28314
|
-
css: getXIconStyles(theme)
|
|
28590
|
+
css: getXIconStyles$1(theme)
|
|
28315
28591
|
})
|
|
28316
28592
|
})
|
|
28317
28593
|
]
|
|
28318
28594
|
});
|
|
28319
28595
|
});
|
|
28320
28596
|
|
|
28321
|
-
const getCountBadgeOverlayStyles = memoize((theme, disabled)=>({
|
|
28597
|
+
const getCountBadgeOverlayStyles$1 = memoize((theme, disabled)=>({
|
|
28322
28598
|
paddingInlineEnd: theme.spacing.xs,
|
|
28323
28599
|
...disabled && {
|
|
28324
28600
|
color: theme.colors.actionDisabledText
|
|
28325
28601
|
}
|
|
28326
28602
|
}), (theme, disabled)=>`${themeMemoKey(theme)}|${disabled}`);
|
|
28327
|
-
const CountBadge = ({ countStartAt, totalCount, disabled })=>{
|
|
28603
|
+
const CountBadge$1 = ({ countStartAt, totalCount, disabled })=>{
|
|
28328
28604
|
const { theme } = useDesignSystemTheme();
|
|
28329
28605
|
return /*#__PURE__*/ jsx("div", {
|
|
28330
28606
|
css: [
|
|
28331
|
-
getSelectedItemStyles(theme),
|
|
28332
|
-
getCountBadgeOverlayStyles(theme, Boolean(disabled))
|
|
28607
|
+
getSelectedItemStyles$1(theme),
|
|
28608
|
+
getCountBadgeOverlayStyles$1(theme, Boolean(disabled))
|
|
28333
28609
|
],
|
|
28334
28610
|
children: countStartAt ? `+${totalCount - countStartAt}` : totalCount
|
|
28335
28611
|
});
|
|
@@ -32103,7 +32379,8 @@ const Tag = /*#__PURE__*/ forwardRef((props, forwardedRef)=>{
|
|
|
32103
32379
|
eventContext,
|
|
32104
32380
|
onClick
|
|
32105
32381
|
]);
|
|
32106
|
-
const handleKeyDown = useCallback((
|
|
32382
|
+
const handleKeyDown = useCallback(// oxlint-disable-next-line @databricks/react-18-types-migration -- TODO(FEINF-6292)
|
|
32383
|
+
(e)=>{
|
|
32107
32384
|
if (onKeyDown) {
|
|
32108
32385
|
onKeyDown(e);
|
|
32109
32386
|
}
|
|
@@ -33406,18 +33683,21 @@ const IS_SERVER = typeof window === 'undefined';
|
|
|
33406
33683
|
// TODO: Refactor this code after the deprecated signature has been removed.
|
|
33407
33684
|
const defaultValue = typeof options === 'boolean' ? options : options?.defaultValue ?? false;
|
|
33408
33685
|
const initializeWithValue = typeof options === 'boolean' ? undefined : options?.initializeWithValue ?? undefined;
|
|
33686
|
+
// Declared before `useState` so the lazy initializer below can call it. (Previously this was a
|
|
33687
|
+
// `const` arrow declared *after* `useState`, so `initializeWithValue: true` hit the temporal dead
|
|
33688
|
+
// zone and threw `ReferenceError: Cannot access 'getMatches' before initialization`.)
|
|
33689
|
+
const getMatches = (mediaQuery)=>{
|
|
33690
|
+
if (IS_SERVER) {
|
|
33691
|
+
return defaultValue;
|
|
33692
|
+
}
|
|
33693
|
+
return window.matchMedia(mediaQuery).matches;
|
|
33694
|
+
};
|
|
33409
33695
|
const [matches, setMatches] = useState(()=>{
|
|
33410
33696
|
if (initializeWithValue) {
|
|
33411
33697
|
return getMatches(query);
|
|
33412
33698
|
}
|
|
33413
33699
|
return defaultValue;
|
|
33414
33700
|
});
|
|
33415
|
-
const getMatches = (query)=>{
|
|
33416
|
-
if (IS_SERVER) {
|
|
33417
|
-
return defaultValue;
|
|
33418
|
-
}
|
|
33419
|
-
return window.matchMedia(query).matches;
|
|
33420
|
-
};
|
|
33421
33701
|
/** Handles the change event of the media query. */ function handleChange() {
|
|
33422
33702
|
setMatches(getMatches(query));
|
|
33423
33703
|
}
|
|
@@ -34418,14 +34698,14 @@ function getSplitButtonEmotionStyles(classNamePrefix, theme, size) {
|
|
|
34418
34698
|
color: theme.colors.actionDefaultIconPress
|
|
34419
34699
|
}
|
|
34420
34700
|
},
|
|
34421
|
-
[`${classDefault}:first-
|
|
34701
|
+
[`${classDefault}:first-child`]: {
|
|
34422
34702
|
borderTopRightRadius: '0px !important',
|
|
34423
34703
|
borderBottomRightRadius: '0px !important'
|
|
34424
34704
|
},
|
|
34425
34705
|
[classPrimary]: {
|
|
34426
34706
|
...getPrimaryStyles(theme),
|
|
34427
34707
|
boxShadow: 'none',
|
|
34428
|
-
[`&:first-
|
|
34708
|
+
[`&:first-child`]: {
|
|
34429
34709
|
borderRight: `1px solid ${theme.colors.actionPrimaryTextDefault}`,
|
|
34430
34710
|
marginRight: 1
|
|
34431
34711
|
},
|
|
@@ -34457,7 +34737,7 @@ function getSplitButtonEmotionStyles(classNamePrefix, theme, size) {
|
|
|
34457
34737
|
[`[disabled], ${classPrimary}[disabled]`]: {
|
|
34458
34738
|
...getDisabledSplitButtonStyles(theme),
|
|
34459
34739
|
boxShadow: 'none',
|
|
34460
|
-
[`&:first-
|
|
34740
|
+
[`&:first-child`]: {
|
|
34461
34741
|
borderRight: `1px solid ${theme.colors.actionPrimaryIcon}`,
|
|
34462
34742
|
marginRight: 1
|
|
34463
34743
|
},
|
|
@@ -34475,7 +34755,7 @@ function getSplitButtonEmotionStyles(classNamePrefix, theme, size) {
|
|
|
34475
34755
|
}
|
|
34476
34756
|
}
|
|
34477
34757
|
},
|
|
34478
|
-
[`${classDefault}:not(:first-
|
|
34758
|
+
[`${classDefault}:not(:first-child)`]: {
|
|
34479
34759
|
width: theme.general.heightSm,
|
|
34480
34760
|
padding: '3px !important',
|
|
34481
34761
|
borderTopLeftRadius: '0px !important',
|
|
@@ -36084,6 +36364,307 @@ const Tree = // @ts-expect-error: Tree doesn't expose a proper type
|
|
|
36084
36364
|
});
|
|
36085
36365
|
});
|
|
36086
36366
|
|
|
36367
|
+
const defaultRef = {
|
|
36368
|
+
current: null
|
|
36369
|
+
};
|
|
36370
|
+
const defaults = {
|
|
36371
|
+
componentId: 'design_system.typeahead_combobox_react_aria.context_default',
|
|
36372
|
+
isInsideTypeaheadCombobox: false,
|
|
36373
|
+
multiSelect: false,
|
|
36374
|
+
comboBoxState: null,
|
|
36375
|
+
inputProps: {},
|
|
36376
|
+
listBoxProps: {},
|
|
36377
|
+
buttonProps: {},
|
|
36378
|
+
inputRef: defaultRef,
|
|
36379
|
+
listBoxRef: defaultRef,
|
|
36380
|
+
popoverRef: defaultRef,
|
|
36381
|
+
buttonRef: defaultRef,
|
|
36382
|
+
triggerRef: defaultRef,
|
|
36383
|
+
footerFocusable: false,
|
|
36384
|
+
footerRef: defaultRef,
|
|
36385
|
+
triggerWidth: undefined,
|
|
36386
|
+
setTriggerWidth: ()=>{},
|
|
36387
|
+
itemsByKey: new Map(),
|
|
36388
|
+
getKeyForItem: ()=>'',
|
|
36389
|
+
itemToString: ()=>'',
|
|
36390
|
+
removeByKey: ()=>{},
|
|
36391
|
+
clearSelection: ()=>{}
|
|
36392
|
+
};
|
|
36393
|
+
const TypeaheadComboboxReactAriaContext = /*#__PURE__*/ createContext(defaults);
|
|
36394
|
+
const TypeaheadComboboxReactAriaContextProvider = ({ children, value })=>{
|
|
36395
|
+
const [triggerWidth, setTriggerWidth] = useState();
|
|
36396
|
+
// Memoize the merged context value so consumers don't re-render on every provider render from a
|
|
36397
|
+
// fresh spread object. `value` is already memoized in TypeaheadComboboxRoot and `setTriggerWidth`
|
|
36398
|
+
// is a stable state setter, so identity changes only when `value` or `triggerWidth` actually change.
|
|
36399
|
+
const contextValue = useMemo(()=>({
|
|
36400
|
+
...value,
|
|
36401
|
+
triggerWidth,
|
|
36402
|
+
setTriggerWidth
|
|
36403
|
+
}), [
|
|
36404
|
+
value,
|
|
36405
|
+
triggerWidth
|
|
36406
|
+
]);
|
|
36407
|
+
return /*#__PURE__*/ jsx(TypeaheadComboboxReactAriaContext.Provider, {
|
|
36408
|
+
value: contextValue,
|
|
36409
|
+
children: children
|
|
36410
|
+
});
|
|
36411
|
+
};
|
|
36412
|
+
|
|
36413
|
+
const useTypeaheadComboboxReactAriaContext = ()=>{
|
|
36414
|
+
return useContext(TypeaheadComboboxReactAriaContext);
|
|
36415
|
+
};
|
|
36416
|
+
|
|
36417
|
+
/**
|
|
36418
|
+
* Scrolls the focused option into view while the combobox is open. react-aria keeps DOM focus on
|
|
36419
|
+
* the input (options are highlighted via `aria-activedescendant`), so the listbox does not get
|
|
36420
|
+
* native focus scrolling for the active option. Shared by the menu item and checkbox item.
|
|
36421
|
+
*
|
|
36422
|
+
* This handles the non-virtualized path in full, and final-pixel alignment for a virtualized row
|
|
36423
|
+
* once it is mounted. It cannot reach an option that isn't rendered — under virtualization the
|
|
36424
|
+
* consumer additionally wires `useVirtualizedComboboxScroll`, which mounts the off-screen row first.
|
|
36425
|
+
*/ function useScrollOptionIntoView(itemRef, isFocused, isOpen) {
|
|
36426
|
+
useEffect(()=>{
|
|
36427
|
+
if (!isOpen || !isFocused || !itemRef.current) return;
|
|
36428
|
+
const parent = itemRef.current.closest('ul');
|
|
36429
|
+
if (!parent) return;
|
|
36430
|
+
const itemTop = itemRef.current.offsetTop;
|
|
36431
|
+
const itemBottom = itemTop + itemRef.current.clientHeight;
|
|
36432
|
+
if (itemTop < parent.scrollTop || itemBottom > parent.scrollTop + parent.clientHeight) {
|
|
36433
|
+
// `scrollIntoView` is absent in jsdom; guard so consumer unit tests don't throw.
|
|
36434
|
+
itemRef.current.scrollIntoView?.({
|
|
36435
|
+
block: 'nearest'
|
|
36436
|
+
});
|
|
36437
|
+
}
|
|
36438
|
+
}, [
|
|
36439
|
+
isFocused,
|
|
36440
|
+
isOpen,
|
|
36441
|
+
itemRef
|
|
36442
|
+
]);
|
|
36443
|
+
}
|
|
36444
|
+
|
|
36445
|
+
const CHECK_ICON_CSS = {
|
|
36446
|
+
paddingTop: 2
|
|
36447
|
+
};
|
|
36448
|
+
const PLACEHOLDER_ICON_STYLE = {
|
|
36449
|
+
width: 16,
|
|
36450
|
+
flexShrink: 0
|
|
36451
|
+
};
|
|
36452
|
+
const DISABLED_REASON_ROW_CSS = {
|
|
36453
|
+
display: 'flex'
|
|
36454
|
+
};
|
|
36455
|
+
const getMenuItemStyles = memoize((theme, isHighlighted, disabled)=>/*#__PURE__*/ css({
|
|
36456
|
+
...disabled && {
|
|
36457
|
+
pointerEvents: 'none',
|
|
36458
|
+
color: theme.colors.actionDisabledText
|
|
36459
|
+
},
|
|
36460
|
+
...isHighlighted && {
|
|
36461
|
+
background: theme.colors.actionTertiaryBackgroundHover
|
|
36462
|
+
}
|
|
36463
|
+
}), (theme, isHighlighted, disabled)=>`${themeMemoKey(theme)}|${isHighlighted}|${Boolean(disabled)}`);
|
|
36464
|
+
const getLabelStyles$1 = memoize((theme, textOverflowMode)=>/*#__PURE__*/ css({
|
|
36465
|
+
marginLeft: theme.spacing.sm,
|
|
36466
|
+
fontSize: theme.typography.fontSizeBase,
|
|
36467
|
+
fontWeight: 400,
|
|
36468
|
+
cursor: 'pointer',
|
|
36469
|
+
overflow: 'hidden',
|
|
36470
|
+
wordBreak: 'break-word',
|
|
36471
|
+
...textOverflowMode === 'ellipsis' && {
|
|
36472
|
+
textOverflow: 'ellipsis',
|
|
36473
|
+
whiteSpace: 'nowrap'
|
|
36474
|
+
}
|
|
36475
|
+
}), (theme, textOverflowMode)=>`${themeMemoKey(theme)}|${textOverflowMode}`);
|
|
36476
|
+
const TypeaheadComboboxMenuItemInner = ({ item, textOverflowMode = 'multiline', isDisabled, disabledReason, hintContent, children, ...restProps }, forwardedRef)=>{
|
|
36477
|
+
const ctx = useTypeaheadComboboxReactAriaContext();
|
|
36478
|
+
if (!ctx.isInsideTypeaheadCombobox || !ctx.comboBoxState) {
|
|
36479
|
+
throw new Error('`TypeaheadComboboxMenuItem` must be used within an open `TypeaheadComboboxRoot`');
|
|
36480
|
+
}
|
|
36481
|
+
const { comboBoxState: state, getKeyForItem } = ctx;
|
|
36482
|
+
const { theme } = useDesignSystemTheme();
|
|
36483
|
+
const itemRef = useRef(null);
|
|
36484
|
+
const setRef = useCallback((node)=>{
|
|
36485
|
+
itemRef.current = node;
|
|
36486
|
+
if (typeof forwardedRef === 'function') forwardedRef(node);
|
|
36487
|
+
else if (forwardedRef) forwardedRef.current = node;
|
|
36488
|
+
}, [
|
|
36489
|
+
forwardedRef
|
|
36490
|
+
]);
|
|
36491
|
+
const key = getKeyForItem(item);
|
|
36492
|
+
const { optionProps, isSelected, isFocused } = useOption({
|
|
36493
|
+
key,
|
|
36494
|
+
'aria-label': typeof children === 'string' ? children : undefined
|
|
36495
|
+
}, state, itemRef);
|
|
36496
|
+
useScrollOptionIntoView(itemRef, isFocused, state.isOpen);
|
|
36497
|
+
return /*#__PURE__*/ jsxs("li", {
|
|
36498
|
+
...optionProps,
|
|
36499
|
+
ref: setRef,
|
|
36500
|
+
css: [
|
|
36501
|
+
getComboboxOptionItemWrapperStyles(theme),
|
|
36502
|
+
getMenuItemStyles(theme, isFocused, isDisabled)
|
|
36503
|
+
],
|
|
36504
|
+
...restProps,
|
|
36505
|
+
children: [
|
|
36506
|
+
isSelected ? /*#__PURE__*/ jsx(CheckIcon, {
|
|
36507
|
+
css: CHECK_ICON_CSS
|
|
36508
|
+
}) : /*#__PURE__*/ jsx("div", {
|
|
36509
|
+
style: PLACEHOLDER_ICON_STYLE
|
|
36510
|
+
}),
|
|
36511
|
+
/*#__PURE__*/ jsxs("label", {
|
|
36512
|
+
css: getLabelStyles$1(theme, textOverflowMode),
|
|
36513
|
+
children: [
|
|
36514
|
+
isDisabled && disabledReason ? /*#__PURE__*/ jsxs("div", {
|
|
36515
|
+
css: DISABLED_REASON_ROW_CSS,
|
|
36516
|
+
children: [
|
|
36517
|
+
/*#__PURE__*/ jsx("div", {
|
|
36518
|
+
children: children
|
|
36519
|
+
}),
|
|
36520
|
+
/*#__PURE__*/ jsx("div", {
|
|
36521
|
+
css: getInfoIconStyles(theme),
|
|
36522
|
+
children: /*#__PURE__*/ jsx(InfoTooltip, {
|
|
36523
|
+
componentId: "typeahead-combobox-react-aria-menu-item-disabled-reason-info-tooltip",
|
|
36524
|
+
side: "right",
|
|
36525
|
+
content: disabledReason
|
|
36526
|
+
})
|
|
36527
|
+
})
|
|
36528
|
+
]
|
|
36529
|
+
}) : children,
|
|
36530
|
+
/*#__PURE__*/ jsx(HintRow, {
|
|
36531
|
+
disabled: isDisabled,
|
|
36532
|
+
children: hintContent
|
|
36533
|
+
})
|
|
36534
|
+
]
|
|
36535
|
+
})
|
|
36536
|
+
]
|
|
36537
|
+
});
|
|
36538
|
+
};
|
|
36539
|
+
// Standard TS workaround: forwardRef strips generics from the wrapped function.
|
|
36540
|
+
const TypeaheadComboboxMenuItem = /*#__PURE__*/ forwardRef(TypeaheadComboboxMenuItemInner);
|
|
36541
|
+
|
|
36542
|
+
const getSelectedItemStyles = memoize((theme, disabled)=>/*#__PURE__*/ css({
|
|
36543
|
+
backgroundColor: theme.colors.tagDefault,
|
|
36544
|
+
borderRadius: theme.general.borderRadiusBase,
|
|
36545
|
+
color: theme.colors.textPrimary,
|
|
36546
|
+
lineHeight: theme.typography.lineHeightBase,
|
|
36547
|
+
fontSize: theme.typography.fontSizeBase,
|
|
36548
|
+
marginTop: 2,
|
|
36549
|
+
marginBottom: 2,
|
|
36550
|
+
marginInlineEnd: theme.spacing.xs,
|
|
36551
|
+
paddingRight: 0,
|
|
36552
|
+
paddingTop: 0,
|
|
36553
|
+
paddingBottom: 0,
|
|
36554
|
+
paddingInlineStart: theme.spacing.xs,
|
|
36555
|
+
// inline-flex + centered alignment so the remove button lines up with the label (matching the
|
|
36556
|
+
// original downshift TypeaheadCombobox). Without this the tag is `display: inline` and the X
|
|
36557
|
+
// sits on the text baseline — visibly too low, especially once the label wraps.
|
|
36558
|
+
display: 'inline-flex',
|
|
36559
|
+
alignItems: 'center',
|
|
36560
|
+
position: 'relative',
|
|
36561
|
+
flex: 'none',
|
|
36562
|
+
maxWidth: '100%',
|
|
36563
|
+
wordBreak: 'break-word',
|
|
36564
|
+
...disabled && {
|
|
36565
|
+
pointerEvents: 'none'
|
|
36566
|
+
}
|
|
36567
|
+
}), (theme, disabled)=>`${themeMemoKey(theme)}|${Boolean(disabled)}`);
|
|
36568
|
+
const getIconContainerStyles = memoize((theme, disabled)=>/*#__PURE__*/ css({
|
|
36569
|
+
// Center the X and let the container hug the icon, matching the original downshift tag. The
|
|
36570
|
+
// enclosing REMOVE_BUTTON_RESET is itself an inline-flex centered box; a fixed width/height
|
|
36571
|
+
// here fought that and dropped the icon off-center.
|
|
36572
|
+
display: 'flex',
|
|
36573
|
+
alignItems: 'center',
|
|
36574
|
+
justifyContent: 'center',
|
|
36575
|
+
flexShrink: 0,
|
|
36576
|
+
alignSelf: 'stretch',
|
|
36577
|
+
paddingLeft: theme.spacing.xs / 2,
|
|
36578
|
+
paddingRight: theme.spacing.xs / 2,
|
|
36579
|
+
borderTopRightRadius: theme.general.borderRadiusBase,
|
|
36580
|
+
borderBottomRightRadius: theme.general.borderRadiusBase,
|
|
36581
|
+
':hover': {
|
|
36582
|
+
color: theme.colors.actionTertiaryTextHover,
|
|
36583
|
+
backgroundColor: theme.colors.tagHover
|
|
36584
|
+
},
|
|
36585
|
+
...disabled && {
|
|
36586
|
+
pointerEvents: 'none',
|
|
36587
|
+
color: theme.colors.actionDisabledText
|
|
36588
|
+
}
|
|
36589
|
+
}), (theme, disabled)=>`${themeMemoKey(theme)}|${Boolean(disabled)}`);
|
|
36590
|
+
const getXIconStyles = memoize((theme)=>/*#__PURE__*/ css({
|
|
36591
|
+
fontSize: theme.typography.fontSizeSm
|
|
36592
|
+
}));
|
|
36593
|
+
// Strip native <button> chrome so the remove control looks like the inline icon it replaces, while
|
|
36594
|
+
// staying a real button (keyboard-focusable and operable — an icon with `role="button"` is not).
|
|
36595
|
+
const REMOVE_BUTTON_RESET = /*#__PURE__*/ css({
|
|
36596
|
+
appearance: 'none',
|
|
36597
|
+
background: 'none',
|
|
36598
|
+
border: 'none',
|
|
36599
|
+
padding: 0,
|
|
36600
|
+
margin: 0,
|
|
36601
|
+
display: 'inline-flex',
|
|
36602
|
+
alignItems: 'center',
|
|
36603
|
+
justifyContent: 'center',
|
|
36604
|
+
color: 'inherit',
|
|
36605
|
+
cursor: 'pointer',
|
|
36606
|
+
'&:disabled': {
|
|
36607
|
+
cursor: 'not-allowed'
|
|
36608
|
+
}
|
|
36609
|
+
});
|
|
36610
|
+
const getLabelStyles = memoize((theme, disabled)=>({
|
|
36611
|
+
marginRight: 2,
|
|
36612
|
+
...disabled && {
|
|
36613
|
+
color: theme.colors.actionDisabledText
|
|
36614
|
+
}
|
|
36615
|
+
}), (theme, disabled)=>`${themeMemoKey(theme)}|${disabled}`);
|
|
36616
|
+
const TypeaheadComboboxSelectedItem = /*#__PURE__*/ forwardRef(function TypeaheadComboboxSelectedItem({ label, item, disabled, ...restProps }, ref) {
|
|
36617
|
+
const { theme } = useDesignSystemTheme();
|
|
36618
|
+
const { getKeyForItem, removeByKey } = useTypeaheadComboboxReactAriaContext();
|
|
36619
|
+
return /*#__PURE__*/ jsxs("span", {
|
|
36620
|
+
css: getSelectedItemStyles(theme, disabled),
|
|
36621
|
+
ref: ref,
|
|
36622
|
+
...restProps,
|
|
36623
|
+
children: [
|
|
36624
|
+
/*#__PURE__*/ jsx("span", {
|
|
36625
|
+
css: getLabelStyles(theme, Boolean(disabled)),
|
|
36626
|
+
children: label
|
|
36627
|
+
}),
|
|
36628
|
+
/*#__PURE__*/ jsx("button", {
|
|
36629
|
+
type: "button",
|
|
36630
|
+
"aria-label": "Remove selected item",
|
|
36631
|
+
disabled: disabled,
|
|
36632
|
+
onClick: (e)=>{
|
|
36633
|
+
// Stop the click bubbling to the input container, which would refocus the input.
|
|
36634
|
+
e.stopPropagation();
|
|
36635
|
+
removeByKey(getKeyForItem(item));
|
|
36636
|
+
},
|
|
36637
|
+
css: [
|
|
36638
|
+
REMOVE_BUTTON_RESET,
|
|
36639
|
+
getIconContainerStyles(theme, disabled)
|
|
36640
|
+
],
|
|
36641
|
+
children: /*#__PURE__*/ jsx(CloseIcon, {
|
|
36642
|
+
"aria-hidden": true,
|
|
36643
|
+
css: getXIconStyles(theme)
|
|
36644
|
+
})
|
|
36645
|
+
})
|
|
36646
|
+
]
|
|
36647
|
+
});
|
|
36648
|
+
});
|
|
36649
|
+
|
|
36650
|
+
const getCountBadgeOverlayStyles = memoize((theme, disabled)=>({
|
|
36651
|
+
paddingInlineEnd: theme.spacing.xs,
|
|
36652
|
+
...disabled && {
|
|
36653
|
+
color: theme.colors.actionDisabledText
|
|
36654
|
+
}
|
|
36655
|
+
}), (theme, disabled)=>`${themeMemoKey(theme)}|${disabled}`);
|
|
36656
|
+
const CountBadge = ({ countStartAt, totalCount, disabled, ...restProps })=>{
|
|
36657
|
+
const { theme } = useDesignSystemTheme();
|
|
36658
|
+
return /*#__PURE__*/ jsx("div", {
|
|
36659
|
+
...restProps,
|
|
36660
|
+
css: [
|
|
36661
|
+
getSelectedItemStyles(theme),
|
|
36662
|
+
getCountBadgeOverlayStyles(theme, Boolean(disabled))
|
|
36663
|
+
],
|
|
36664
|
+
children: countStartAt ? `+${totalCount - countStartAt}` : totalCount
|
|
36665
|
+
});
|
|
36666
|
+
};
|
|
36667
|
+
|
|
36087
36668
|
function useStepperStepsFromWizardSteps(wizardSteps, currentStepIdx, hideDescriptionForFutureSteps) {
|
|
36088
36669
|
return useMemo(()=>wizardSteps.map((wizardStep, stepIdx)=>({
|
|
36089
36670
|
...pick(wizardStep, [
|
|
@@ -36788,5 +37369,5 @@ function WizardStepContentWrapper({ header, title, description, alertContent, de
|
|
|
36788
37369
|
});
|
|
36789
37370
|
}
|
|
36790
37371
|
|
|
36791
|
-
export { hideIconButtonRowStyles as $, useModalContext as A, Button$1 as B, CheckCircleFillIcon as C, DocumentationSidebar as D, Trigger$5 as E, FIXED_VERTICAL_STEPPER_WIDTH as F, InfoSmallIcon as G, Content$7 as H, InfoFillIcon as I, Arrow$2 as J, SparkleDoubleIcon as K, LegacyTooltip as L, MAX_VERTICAL_WIZARD_CONTENT_WIDTH as M, LoadingState as N, OverflowPopover as O, visuallyHidden as P, genSkeletonAnimatedColor as Q, Root$b as R, ShapeTokens as S, Typography as T, getOffsets as U, DesignSystemEventSuppressInteractionProviderContext as V, Wizard as W, DesignSystemEventSuppressInteractionTrueContextValue as X, tableStyles as Y, repeatingElementsStyles as Z, tableClassNames as _, WizardControlled as a, Accordion as a$, hideIconButtonActionCellClassName as a0, safex as a1, useDialogComboboxContext as a2, PlusIcon as a3, importantify as a4, getComboboxOptionItemWrapperStyles as a5, getFooterStyles as a6, Tooltip as a7, useDialogComboboxOptionListContext as a8, generateUuidV4 as a9, DialogCombobox as aA, DialogComboboxTrigger as aB, DialogComboboxContent as aC, Select as aD, SelectTrigger as aE, SelectContent as aF, SelectOption as aG, LegacySelect as aH, WarningIcon as aI, CheckCircleIcon as aJ, DangerIcon as aK, Hint as aL, Title$1 as aM, CloseIcon as aN, RestoreAntDDefaultClsPrefix as aO, AccessibleContainer as aP, DU_BOIS_ENABLE_ANIMATION_CLASSNAME as aQ, CircleOffIcon as aR, CircleOutlineIcon as aS, CircleIcon as aT, shimExports as aU, SortAscendingIcon as aV, SortDescendingIcon as aW, SortUnsortedIcon as aX, MinusSquareIcon as aY, PlusSquareIcon as aZ, AccessDeniedGraphic as a_, getContentOptions as aa, findHighlightedOption as ab, highlightOption as ac, Input as ad, SearchIcon as ae, EmptyResults as af, findClosestOptionSibling as ag, DialogComboboxOptionListCheckboxItem as ah, DialogComboboxOptionListSelectItem as ai, DialogComboboxOptionListContextProvider as aj, LoadingSpinner as ak, DialogComboboxOptionList as al, useUniqueId as am, useDuboisThemeClass as an, TypeaheadComboboxContextProvider as ao, useTypeaheadComboboxContext as ap, getComboboxContentWrapperStyles as aq, ClearSelectionButton as ar, TypeaheadComboboxSelectedItem as as, CountBadge as at, getValidationStateColor as au, SectionHeader as av, useComboboxState as aw, useMultipleSelectionState as ax, Radio as ay, Checkbox as az, WizardModal as b, BriefcaseFillIcon as b$, AccordionPanel as b0, AlignCenterIcon as b1, AlignJustifyIcon as b2, AlignLeftIcon as b3, AlignRightIcon as b4, AlignVerticalBottomIcon as b5, AlignVerticalCenterIcon as b6, AlignVerticalTopIcon as b7, AppIcon as b8, ApplyDesignSystemContextOverrides as b9, BadgeCodeIcon as bA, BadgeCodeOffIcon as bB, Banner as bC, BarChartIcon as bD, BarGroupedIcon as bE, BarStackedIcon as bF, BarStackedPercentageIcon as bG, BarsAscendingHorizontalIcon as bH, BarsAscendingVerticalIcon as bI, BarsDescendingHorizontalIcon as bJ, BarsDescendingVerticalIcon as bK, BeakerIcon as bL, BinaryIcon as bM, BlockQuoteIcon as bN, BoldIcon as bO, BookIcon as bP, BookmarkFillIcon as bQ, BookmarkIcon as bR, BooksIcon as bS, BracketsCheckIcon as bT, BracketsCurlyIcon as bU, BracketsErrorIcon as bV, BracketsSquareIcon as bW, BracketsXIcon as bX, BranchCheckIcon as bY, BranchIcon as bZ, BranchResetIcon as b_, ApplyDesignSystemFlags as ba, ArrowDownDotIcon as bb, ArrowDownFillIcon as bc, ArrowDownIcon as bd, ArrowInIcon as be, ArrowInTableIcon as bf, ArrowLeftIcon as bg, ArrowOutTableIcon as bh, ArrowOverIcon as bi, ArrowRightIcon as bj, ArrowUpDotIcon as bk, ArrowUpFillIcon as bl, ArrowUpIcon as bm, ArrowsCollapseIcon as bn, ArrowsConnectIcon as bo, ArrowsExpandIcon as bp, ArrowsUpDownIcon as bq, AssistantIcon as br, AtIcon as bs, Auth0Graphic as bt, Auth0GraphicLarge as bu, AzHorizontalIcon as bv, AzVerticalIcon as bw, BANNER_MAX_HEIGHT as bx, BANNER_MIN_HEIGHT as by, BackupIcon as bz, WizardStepContentWrapper as c, CommandPaletteIcon as c$, BriefcaseIcon as c0, BrushIcon as c1, BugIcon as c2, CalendarClockIcon as c3, CalendarEventIcon as c4, CalendarIcon as c5, CalendarRangeIcon as c6, CalendarSyncIcon as c7, CameraIcon as c8, CapitalizeIcon as c9, ChevronDoubleRightOffIcon as cA, ChevronDoubleUpIcon as cB, ChevronLeftIcon as cC, ChevronUpIcon as cD, ChipIcon as cE, CircleOffLargeIcon as cF, CircleOutlineLargeIcon as cG, ClipboardIcon as cH, ClockIcon as cI, ClockKeyIcon as cJ, ClockOffIcon as cK, CloudCheckIcon as cL, CloudDatabaseIcon as cM, CloudDownloadIcon as cN, CloudIcon as cO, CloudKeyIcon as cP, CloudModelIcon as cQ, CloudOffIcon as cR, CloudUploadIcon as cS, CodeIcon as cT, ColorFillIcon as cU, ColorVars as cV, ColumnIcon as cW, ColumnSplitIcon as cX, ColumnTagIcon as cY, ColumnsIcon as cZ, CommandIcon as c_, CaretDownSquareIcon as ca, CaretUpSquareIcon as cb, CatalogCloudIcon as cc, CatalogGearIcon as cd, CatalogHomeIcon as ce, CatalogIcon as cf, CatalogOffIcon as cg, CatalogSharedIcon as ch, CatalogUserHomeIcon as ci, CellsSquareIcon as cj, CertifiedFillIcon as ck, CertifiedFillSmallIcon as cl, CertifiedIcon as cm, ChainIcon as cn, ChartLineIcon as co, CheckCircleBadgeIcon as cp, CheckCircleSmallIcon as cq, CheckIcon as cr, CheckLineIcon as cs, CheckSmallIcon as ct, CheckboxIcon as cu, ChecklistIcon as cv, ChevronDoubleDownIcon as cw, ChevronDoubleLeftIcon as cx, ChevronDoubleLeftOffIcon as cy, ChevronDoubleRightIcon as cz, DesignSystemEventProvider as d, FilterFillIcon as d$, CompassIcon as d0, ComponentFinderContext as d1, ConnectIcon as d2, Content$2 as d3, ContextMenu$1 as d4, CopyIcon as d5, CreditCardIcon as d6, CursorClickIcon as d7, CursorIcon as d8, CursorPagination as d9, DialogComboboxCustomButtonTriggerWrapper as dA, DialogComboboxSectionHeader as dB, DollarIcon as dC, DomainCirclesThree as dD, DomainsIcon as dE, DotsCircleIcon as dF, DownloadIcon as dG, DragIcon as dH, Drawer as dI, DropdownMenu as dJ, Empty as dK, EmptyDashboardGraphic as dL, ErdIcon as dM, ExpandLessIcon as dN, ExpandMoreIcon as dO, FaceFrownIcon as dP, FaceNeutralIcon as dQ, FaceSmileIcon as dR, FileCodeIcon as dS, FileCubeIcon as dT, FileDocumentIcon as dU, FileIcon as dV, FileImageIcon as dW, FileLockIcon as dX, FileModelIcon as dY, FileNewIcon as dZ, FilePipelineIcon as d_, CursorTypeIcon as da, CustomAppIcon as db, DagHorizontalIcon as dc, DagIcon as dd, DagVerticalIcon as de, DangerModal as df, DangerSmallIcon as dg, DashIcon as dh, DashboardCodeIcon as di, DashboardIcon as dj, DataIcon as dk, DataMaskiingGraphic as dl, DatabaseClockIcon as dm, DatabaseIcon as dn, DatabaseImportIcon as dp, DatePicker as dq, DecimalIcon as dr, DeprecatedIcon as ds, DeprecatedSmallIcon as dt, DesignSystemContext as du, DesignSystemEventProviderComponentSubTypes as dv, DesignSystemProvider as dw, DesignSystemThemeContext as dx, DesignSystemThemeProvider as dy, DialogComboboxCountBadge as dz, useDesignSystemContext as e, ItalicIcon as e$, FilterIcon as e0, FlagPointerIcon as e1, FloatIcon as e2, FlowIcon as e3, FolderBranchFillIcon as e4, FolderBranchIcon as e5, FolderCloudFilledIcon as e6, FolderCloudIcon as e7, FolderCubeIcon as e8, FolderCubeOutlineIcon as e9, GiftIcon as eA, GitCommitIcon as eB, GitMergeIcon as eC, GitRebaseIcon as eD, GlobeIcon as eE, Graphic as eF, GridDashIcon as eG, GridIcon as eH, GroupIcon as eI, H1Icon as eJ, H2Icon as eK, H3Icon as eL, H4Icon as eM, H5Icon as eN, H6Icon as eO, HashIcon as eP, HistoryIcon as eQ, HomeIcon as eR, Icon as eS, ImageIcon as eT, IndentDecreaseIcon as eU, IndentIncreaseIcon as eV, InfinityIcon as eW, InfoBookIcon as eX, InfoIcon as eY, InfoTooltip as eZ, IngestionIcon as e_, FolderFillIcon as ea, FolderHomeIcon as eb, FolderIcon as ec, FolderNewIcon as ed, FolderNodeIcon as ee, FolderOpenBranchIcon as ef, FolderOpenCloudIcon as eg, FolderOpenCubeIcon as eh, FolderOpenIcon as ei, FolderOpenPipelineIcon as ej, FolderOutlinePipelineIcon as ek, FolderSolidPipelineIcon as el, FontIcon as em, ForkHorizontalIcon as en, ForkIcon as eo, Form as ep, FormContextResetBoundary as eq, FullscreenExitIcon as er, FullscreenIcon as es, FunctionIcon as et, FunctionInputIcon as eu, GavelIcon as ev, GearFillIcon as ew, GearIcon as ex, GenieCodeIcon as ey, GenieDeepResearchIcon as ez, useDesignSystemTheme as f, LegacyVideoCameraOutlined as f$, JoinOperatorIcon as f0, KeyIcon as f1, KeyboardIcon as f2, LakebaseCatalogIcon as f3, LakebaseIcon as f4, LakeflowDesignerIcon as f5, LayerGraphIcon as f6, LayerIcon as f7, Layout as f8, LeafIcon as f9, LegacyForm as fA, LegacyFormDubois as fB, LegacyFullscreenOutlined as fC, LegacyGithubOutlined as fD, LegacyHourglassOutlined as fE, LegacyLinkOutlined as fF, LegacyLoadingOutlined as fG, LegacyNotificationOutlined as fH, LegacyOptGroup as fI, LegacyOption as fJ, LegacyPauseCircleFilled as fK, LegacyPlayCircleOutlined as fL, LegacyPlusOutlined as fM, LegacyQuestionCircleOutlined as fN, LegacyReloadOutlined as fO, LegacyRightOutlined as fP, LegacyRocketOutlined as fQ, LegacySearchOutlined as fR, LegacySelectOptGroup as fS, LegacySelectOption as fT, LegacySendOutlined as fU, LegacySettingOutlined as fV, LegacySlackOutlined as fW, LegacySwapOutlined as fX, LegacySyncOutlined as fY, LegacyTable as fZ, LegacyUpOutlined as f_, LegacyAppstoreOutlined as fa, LegacyArrowUpOutlined as fb, LegacyBookOutlined as fc, LegacyBugOutlined as fd, LegacyCheckCircleFilled as fe, LegacyCheckCircleOutlined as ff, LegacyClockCircleFilled as fg, LegacyClockCircleOutlined as fh, LegacyCloseCircleFilled as fi, LegacyCloseOutlined as fj, LegacyCodeOutlined as fk, LegacyCommentOutlined as fl, LegacyCopyOutlined as fm, LegacyDatabaseOutlined as fn, LegacyDeleteOutlined as fo, LegacyDownOutlined as fp, LegacyEditOutlined as fq, LegacyEllipsisOutlined as fr, LegacyExclamationCircleOutlined as fs, LegacyEyeOutlined as ft, LegacyFileOutlined as fu, LegacyFileTextOutlined as fv, LegacyFilterOutlined as fw, LegacyFlagOutlined as fx, LegacyFolderOpenOutlined as fy, LegacyFolderOutlined as fz, WarningFillIcon as g, PageIcon as g$, LetterFormatIcon as g0, LettersIcon as g1, LettersNumbersIcon as g2, LibrariesIcon as g3, LifesaverIcon as g4, LightbulbIcon as g5, LightningCircleFillIcon as g6, LightningIcon as g7, LinearLineIcon as g8, LinkIcon as g9, ModelsIcon as gA, MonotoneLineIcon as gB, MonthPickerGrid as gC, MoonIcon as gD, Nav as gE, NavButton as gF, NavigationMenu as gG, NeonProjectIcon as gH, NewChatIcon as gI, NewTabIcon as gJ, NewWindowIcon as gK, NoCaseIcon as gL, NoIcon as gM, NotebookIcon as gN, NotebookPipelineIcon as gO, NotificationIcon as gP, NotificationOffIcon as gQ, NumberFormatIcon as gR, NumbersIcon as gS, OfficeIcon as gT, OntologyIcon as gU, OutageGraphic as gV, Overflow as gW, OverflowHorizontalIcon as gX, OverflowIcon as gY, PageBottomIcon as gZ, PageFirstIcon as g_, LinkOffIcon as ga, ListBorderIcon as gb, ListClearIcon as gc, ListIcon as gd, ListNumberIcon as ge, Listbox as gf, LoadingIcon as gg, LoadingStateContext as gh, LockFillIcon as gi, LockIcon as gj, LockShareIcon as gk, LockUnlockedIcon as gl, LoopIcon as gm, LowercaseIcon as gn, MailIcon as go, MapIcon as gp, MarkdownIcon as gq, McpIcon as gr, MeasureIcon as gs, MegaphoneIcon as gt, MenuIcon as gu, MinusCircleFillIcon as gv, MinusCircleIcon as gw, MinusCircleSmallIcon as gx, MissingBranchGraphic as gy, MissingGraphic as gz, DangerFillIcon as h, RunIcon as h$, PageLastIcon as h0, PageTopIcon as h1, Pagination as h2, Panel as h3, PanelBody as h4, PanelDockedIcon as h5, PanelFloatingIcon as h6, PanelHeader as h7, PanelHeaderButtons as h8, PanelHeaderTitle as h9, PositionBottomIcon as hA, PositionLeftIcon as hB, PositionRightIcon as hC, PositionTopIcon as hD, PreviewCard as hE, Progress as hF, PullRequestIcon as hG, PuzzleIcon as hH, QueryEditorIcon as hI, QueryIcon as hJ, QuestionMarkFillIcon as hK, QuestionMarkIcon as hL, RadioIcon as hM, RadioTile as hN, RangePicker as hO, ReaderModeIcon as hP, RedoIcon as hQ, RefreshIcon as hR, RefreshPlayIcon as hS, RefreshXIcon as hT, ReplyIcon as hU, ResizeIcon as hV, RhfForm as hW, RichTextIcon as hX, RobotIcon as hY, RocketIcon as hZ, RowsIcon as h_, PaperclipIcon as ha, PassFailChecklistIcon as hb, PauseIcon as hc, PencilFillIcon as hd, PencilIcon as he, PencilSparkleIcon as hf, PieChartIcon as hg, PillControl as hh, PinCancelIcon as hi, PinFillIcon as hj, PinIcon as hk, PipelineCodeIcon as hl, PipelineCubeIcon as hm, PipelineIcon as hn, PivotOperatorIcon as ho, PlayCircleFillIcon as hp, PlayCircleIcon as hq, PlayDoubleIcon as hr, PlayIcon as hs, PlayMultipleIcon as ht, PlugIcon as hu, PlusCircleFillIcon as hv, PlusCircleIcon as hw, PlusCircleSmallIcon as hx, PlusMinusSquareIcon as hy, Popover as hz, DesignSystemEventProviderAnalyticsEventTypes as i, Stepper as i$, RunningIcon as i0, SMALL_BUTTON_HEIGHT$2 as i1, SaveClockIcon as i2, SaveIcon as i3, SchemaIcon as i4, SchoolIcon as i5, SearchDataIcon as i6, SegmentedControlButton as i7, SegmentedControlGroup as i8, SelectContext as i9, SortCustomHorizontalIcon as iA, SortCustomVerticalIcon as iB, SortHorizontalAscendingIcon as iC, SortHorizontalDescendingIcon as iD, SortLetterHorizontalAscendingIcon as iE, SortLetterHorizontalDescendingIcon as iF, SortLetterUnsortedIcon as iG, SortLetterVerticalAscendingIcon as iH, SortLetterVerticalDescendingIcon as iI, Spacer as iJ, SparkleDoubleFillIcon as iK, SparkleFillIcon as iL, SparkleIcon as iM, SparkleRectangleIcon as iN, SpeechBubbleIcon as iO, SpeechBubblePlusIcon as iP, SpeechBubbleQuestionMarkFillIcon as iQ, SpeechBubbleQuestionMarkIcon as iR, SpeechBubbleStarIcon as iS, SpeedometerIcon as iT, Spinner as iU, SplitButton as iV, SqlIcon as iW, StarFillIcon as iX, StarIcon as iY, StepAfterLineIcon as iZ, StepBeforeLineIcon as i_, SelectContextProvider as ia, SelectOptionGroup as ib, SendIcon as ic, ShareIcon as id, ShareNodesIcon as ie, ShieldCheckIcon as ig, ShieldIcon as ih, ShieldOffIcon as ii, ShortcutIcon as ij, Sidebar as ik, SidebarAutoIcon as il, SidebarClosedIcon as im, SidebarCollapseIcon as io, SidebarExpandIcon as ip, SidebarIcon as iq, SidebarOpenIcon as ir, SidebarSyncIcon as is, SimpleSelect as it, SimpleSelectOption as iu, SimpleSelectOptionGroup as iv, SlashSquareIcon as iw, Slider as ix, SlidersIcon as iy, SnippetIcon as iz, useDesignSystemEventComponentCallbacks as j, UserCircleIcon as j$, StopCircleFillIcon as j0, StopCircleIcon as j1, StopIcon as j2, StoredProcedureIcon as j3, StorefrontIcon as j4, StreamIcon as j5, StrikeThroughIcon as j6, SunIcon as j7, SyncIcon as j8, SyncSmallIcon as j9, ThreeDotsIcon as jA, ThumbsDownFilledIcon as jB, ThumbsDownIcon as jC, ThumbsUpFilledIcon as jD, ThumbsUpIcon as jE, ToggleButton as jF, TokenIcon as jG, Toolbar as jH, TrashIcon as jI, Tree as jJ, TreeIcon as jK, TrendingFillIcon as jL, TrendingIcon as jM, TriangleIcon as jN, TypeaheadComboboxCheckboxItem as jO, TypeaheadComboboxFooter as jP, TypeaheadComboboxMenuItem as jQ, TypeaheadComboboxMultiSelectStateChangeTypes as jR, TypeaheadComboboxStateChangeTypes as jS, UnderlineIcon as jT, UndoIcon as jU, UploadIcon as jV, UppercaseIcon as jW, UsageOverageGraphic as jX, UsageSpikeGraphic as jY, UsbIcon as jZ, UserBadgeIcon as j_, SyncToFileIcon as ja, TableAsteriskIcon as jb, TableClockIcon as jc, TableCombineIcon as jd, TableGlassesIcon as je, TableGlobeIcon as jf, TableIcon as jg, TableLightningIcon as jh, TableMeasureIcon as ji, TableModelIcon as jj, TableReportIcon as jk, TableStreamIcon as jl, TableVectorIcon as jm, TableViewIcon as jn, Tabs as jo, Tag as jp, TagColumnIcon as jq, TagIcon as jr, TagTableIcon as js, TargetIcon as jt, TerminalIcon as ju, TextBoxIcon as jv, TextColorIcon as jw, TextIcon as jx, TextJustifyIcon as jy, TextUnderlineIcon as jz, DesignSystemEventProviderComponentTypes as k, useDesignSystemEventSuppressInteractionContext as k$, UserGroupFillIcon as k0, UserGroupIcon as k1, UserIcon as k2, UserKeyIconIcon as k3, UserShieldIcon as k4, UserSparkleIcon as k5, UserTeamIcon as k6, VisibleFillIcon as k7, VisibleIcon as k8, VisibleOffIcon as k9, getButtonEmotionStyles as kA, getComboboxOptionLabelStyles as kB, getDatePickerQuickActionBasic as kC, getDialogComboboxOptionLabelWidth as kD, getHorizontalTabShadowStyles as kE, getInputStyles as kF, getKeyboardNavigationFunctions as kG, getMemoizedButtonEmotionStyles as kH, getPaginationEmotionStyles as kI, getPanelContainmentStyle as kJ, getRadioStyles as kK, getRangeQuickActionsBasic as kL, getShadowScrollStyles as kM, getTypographyColor as kN, getVirtualListScrollbarStyles as kO, getVirtualListScrollbarThumbColor as kP, getVirtualizedComboboxMenuItemStyles as kQ, getWrapperStyle as kR, highlightFirstNonDisabledOption as kS, isOptionDisabled as kT, resetTabIndexToFocusedElement as kU, setImplicitContextGetter as kV, skipHideIconButtonActionClassName as kW, themeMemoKey as kX, useAntDConfigProviderContext as kY, useCallbackOnEnter as kZ, useComponentFinderContext as k_, WithDesignSystemThemeHoc as ka, WorkflowCodeIcon as kb, WorkflowCubeIcon as kc, WorkflowsIcon as kd, WorkspacesIcon as ke, WrenchIcon as kf, WrenchSparkleIcon as kg, XCircleFillIcon as kh, XCircleIcon as ki, YearPickerGrid as kj, ZaHorizontalIcon as kk, ZaVerticalIcon as kl, ZeroOpsIcon as km, ZeroOpsOutlineIcon as kn, ZoomInIcon as ko, ZoomMarqueeSelection as kp, ZoomOutIcon as kq, ZoomToFitIcon as kr, __INTERNAL_DO_NOT_USE__FormItem as ks, __INTERNAL_DO_NOT_USE__Group as kt, __INTERNAL_DO_NOT_USE__HorizontalGroup as ku, __INTERNAL_DO_NOT_USE__VerticalGroup as kv, __INTERNAL_DO_NOT_USE__wrapLegacyFormRules as kw, augmentWithDataComponentProps as kx, dialogComboboxLookAheadKeyDown as ky, getBottomOnlyShadowScrollStyles as kz, DesignSystemEventProviderComponentSubTypeMap as l, useFormContext as l0, useRadioGroupContext as l1, useRadixModalContext as l2, useNotifyOnFirstView as m, useStableUuidV4 as n, ChevronDownIcon as o, primitiveColors as p, ChevronRightIcon as q, DesignSystemAntDConfigProvider as r, CloseSmallIcon as s, addDebugOutlineIfEnabled as t, useWizardCurrentStep as u, Modal as v, getAnimationCss as w, token as x, getDarkModePortalStyles as y, LegacyInfoCircleOutlined as z };
|
|
36792
|
-
//# sourceMappingURL=WizardStepContentWrapper-
|
|
37372
|
+
export { safex as $, Trigger$5 as A, Button$1 as B, CheckCircleFillIcon as C, DocumentationSidebar as D, InfoSmallIcon as E, FIXED_VERTICAL_STEPPER_WIDTH as F, Content$7 as G, Arrow$2 as H, InfoFillIcon as I, SparkleDoubleIcon as J, visuallyHidden as K, LoadingState as L, MAX_VERTICAL_WIZARD_CONTENT_WIDTH as M, genSkeletonAnimatedColor as N, OverflowPopover as O, getOffsets as P, DesignSystemEventSuppressInteractionProviderContext as Q, Root$b as R, ShapeTokens as S, Typography as T, DesignSystemEventSuppressInteractionTrueContextValue as U, tableStyles as V, Wizard as W, repeatingElementsStyles as X, tableClassNames as Y, hideIconButtonRowStyles as Z, hideIconButtonActionCellClassName as _, WizardControlled as a, useRadixModalContext as a$, TitleSkeleton as a0, useDialogComboboxContext as a1, PlusIcon as a2, importantify as a3, getComboboxOptionItemWrapperStyles as a4, getFooterStyles as a5, Tooltip as a6, useDialogComboboxOptionListContext as a7, generateUuidV4 as a8, getContentOptions as a9, DialogComboboxTrigger as aA, DialogComboboxContent as aB, Select as aC, SelectTrigger as aD, SelectContent as aE, SelectOption as aF, LegacySelect as aG, WarningIcon as aH, CheckCircleIcon as aI, DangerIcon as aJ, Hint as aK, Title$1 as aL, CloseIcon as aM, RestoreAntDDefaultClsPrefix as aN, AccessibleContainer as aO, DU_BOIS_ENABLE_ANIMATION_CLASSNAME as aP, CircleOffIcon as aQ, CircleOutlineIcon as aR, CircleIcon as aS, shimExports as aT, SortAscendingIcon as aU, SortDescendingIcon as aV, SortUnsortedIcon as aW, MinusSquareIcon as aX, PlusSquareIcon as aY, TypeaheadComboboxReactAriaContextProvider as aZ, useTypeaheadComboboxReactAriaContext as a_, findHighlightedOption as aa, highlightOption as ab, Input as ac, SearchIcon as ad, EmptyResults as ae, findClosestOptionSibling as af, DialogComboboxOptionListCheckboxItem as ag, DialogComboboxOptionListSelectItem as ah, DialogComboboxOptionListContextProvider as ai, LoadingSpinner as aj, DialogComboboxOptionList as ak, useUniqueId as al, useDuboisThemeClass as am, TypeaheadComboboxContextProvider as an, useTypeaheadComboboxContext as ao, getComboboxContentWrapperStyles as ap, ClearSelectionButton as aq, TypeaheadComboboxSelectedItem$1 as ar, CountBadge$1 as as, getValidationStateColor as at, SectionHeader as au, useComboboxState as av, useMultipleSelectionState as aw, Radio as ax, Checkbox as ay, DialogCombobox as az, WizardModal as b, BookIcon as b$, useIsomorphicLayoutEffect as b0, useScrollOptionIntoView as b1, InfoTooltip as b2, getInfoIconStyles as b3, HintRow as b4, getCheckboxStyles as b5, getMenuItemStyles as b6, TypeaheadComboboxSelectedItem as b7, CountBadge as b8, TypeaheadComboboxMenuItem as b9, ArrowsConnectIcon as bA, ArrowsExpandIcon as bB, ArrowsUpDownIcon as bC, AssistantIcon as bD, AtIcon as bE, Auth0Graphic as bF, Auth0GraphicLarge as bG, AzHorizontalIcon as bH, AzVerticalIcon as bI, BANNER_MAX_HEIGHT as bJ, BANNER_MIN_HEIGHT as bK, BackupIcon as bL, BadgeCodeIcon as bM, BadgeCodeOffIcon as bN, Banner as bO, BarChartIcon as bP, BarGroupedIcon as bQ, BarStackedIcon as bR, BarStackedPercentageIcon as bS, BarsAscendingHorizontalIcon as bT, BarsAscendingVerticalIcon as bU, BarsDescendingHorizontalIcon as bV, BarsDescendingVerticalIcon as bW, BeakerIcon as bX, BinaryIcon as bY, BlockQuoteIcon as bZ, BoldIcon as b_, AccessDeniedGraphic as ba, Accordion as bb, AccordionPanel as bc, AlignCenterIcon as bd, AlignJustifyIcon as be, AlignLeftIcon as bf, AlignRightIcon as bg, AlignVerticalBottomIcon as bh, AlignVerticalCenterIcon as bi, AlignVerticalTopIcon as bj, AppIcon as bk, ApplyDesignSystemContextOverrides as bl, ApplyDesignSystemFlags as bm, ArrowDownDotIcon as bn, ArrowDownFillIcon as bo, ArrowDownIcon as bp, ArrowInIcon as bq, ArrowInTableIcon as br, ArrowLeftIcon as bs, ArrowOutTableIcon as bt, ArrowOverIcon as bu, ArrowRightIcon as bv, ArrowUpDotIcon as bw, ArrowUpFillIcon as bx, ArrowUpIcon as by, ArrowsCollapseIcon as bz, WizardStepContentWrapper as c, CloudKeyIcon as c$, BookmarkFillIcon as c0, BookmarkIcon as c1, BooksIcon as c2, BracketsCheckIcon as c3, BracketsCurlyIcon as c4, BracketsErrorIcon as c5, BracketsSquareIcon as c6, BracketsXIcon as c7, BranchCheckIcon as c8, BranchIcon as c9, ChartLineIcon as cA, CheckCircleBadgeIcon as cB, CheckCircleSmallIcon as cC, CheckIcon as cD, CheckLineIcon as cE, CheckSmallIcon as cF, CheckboxIcon as cG, ChecklistIcon as cH, ChevronDoubleDownIcon as cI, ChevronDoubleLeftIcon as cJ, ChevronDoubleLeftOffIcon as cK, ChevronDoubleRightIcon as cL, ChevronDoubleRightOffIcon as cM, ChevronDoubleUpIcon as cN, ChevronLeftIcon as cO, ChevronUpIcon as cP, ChipIcon as cQ, CircleOffLargeIcon as cR, CircleOutlineLargeIcon as cS, ClipboardIcon as cT, ClockIcon as cU, ClockKeyIcon as cV, ClockOffIcon as cW, CloudCheckIcon as cX, CloudDatabaseIcon as cY, CloudDownloadIcon as cZ, CloudIcon as c_, BranchResetIcon as ca, BriefcaseFillIcon as cb, BriefcaseIcon as cc, BrushIcon as cd, BugIcon as ce, CalendarClockIcon as cf, CalendarEventIcon as cg, CalendarIcon as ch, CalendarRangeIcon as ci, CalendarSyncIcon as cj, CameraIcon as ck, CapitalizeIcon as cl, CaretDownSquareIcon as cm, CaretUpSquareIcon as cn, CatalogCloudIcon as co, CatalogGearIcon as cp, CatalogHomeIcon as cq, CatalogIcon as cr, CatalogOffIcon as cs, CatalogSharedIcon as ct, CatalogUserHomeIcon as cu, CellsSquareIcon as cv, CertifiedFillIcon as cw, CertifiedFillSmallIcon as cx, CertifiedIcon as cy, ChainIcon as cz, DesignSystemEventProvider as d, FaceFrownIcon as d$, CloudModelIcon as d0, CloudOffIcon as d1, CloudUploadIcon as d2, CodeIcon as d3, ColorFillIcon as d4, ColorVars as d5, ColumnIcon as d6, ColumnSplitIcon as d7, ColumnTagIcon as d8, ColumnsIcon as d9, DatabaseIcon as dA, DatabaseImportIcon as dB, DatePicker as dC, DecimalIcon as dD, DeprecatedIcon as dE, DeprecatedSmallIcon as dF, DesignSystemContext as dG, DesignSystemEventProviderComponentSubTypes as dH, DesignSystemProvider as dI, DesignSystemThemeContext as dJ, DesignSystemThemeProvider as dK, DialogComboboxCountBadge as dL, DialogComboboxCustomButtonTriggerWrapper as dM, DialogComboboxSectionHeader as dN, DollarIcon as dO, DomainCirclesThree as dP, DomainsIcon as dQ, DotsCircleIcon as dR, DownloadIcon as dS, DragIcon as dT, Drawer as dU, DropdownMenu as dV, Empty as dW, EmptyDashboardGraphic as dX, ErdIcon as dY, ExpandLessIcon as dZ, ExpandMoreIcon as d_, CommandIcon as da, CommandPaletteIcon as db, CompassIcon as dc, ComponentFinderContext as dd, ConnectIcon as de, Content$2 as df, ContextMenu$1 as dg, CopyIcon as dh, CreditCardIcon as di, CursorClickIcon as dj, CursorIcon as dk, CursorPagination as dl, CursorTypeIcon as dm, CustomAppIcon as dn, DagHorizontalIcon as dp, DagIcon as dq, DagVerticalIcon as dr, DangerModal as ds, DangerSmallIcon as dt, DashIcon as du, DashboardCodeIcon as dv, DashboardIcon as dw, DataIcon as dx, DataMaskiingGraphic as dy, DatabaseClockIcon as dz, useDesignSystemContext as e, H6Icon as e$, FaceNeutralIcon as e0, FaceSmileIcon as e1, FileCodeIcon as e2, FileCubeIcon as e3, FileDocumentIcon as e4, FileIcon as e5, FileImageIcon as e6, FileLockIcon as e7, FileModelIcon as e8, FileNewIcon as e9, ForkHorizontalIcon as eA, ForkIcon as eB, Form as eC, FormContextResetBoundary as eD, FullscreenExitIcon as eE, FullscreenIcon as eF, FunctionIcon as eG, FunctionInputIcon as eH, GavelIcon as eI, GearFillIcon as eJ, GearIcon as eK, GenieCodeIcon as eL, GenieDeepResearchIcon as eM, GiftIcon as eN, GitCommitIcon as eO, GitMergeIcon as eP, GitRebaseIcon as eQ, GlobeIcon as eR, Graphic as eS, GridDashIcon as eT, GridIcon as eU, GroupIcon as eV, H1Icon as eW, H2Icon as eX, H3Icon as eY, H4Icon as eZ, H5Icon as e_, FilePipelineIcon as ea, FilterFillIcon as eb, FilterIcon as ec, FlagPointerIcon as ed, FloatIcon as ee, FlowIcon as ef, FlowsIcon as eg, FolderBranchFillIcon as eh, FolderBranchIcon as ei, FolderCloudFilledIcon as ej, FolderCloudIcon as ek, FolderCubeIcon as el, FolderCubeOutlineIcon as em, FolderFillIcon as en, FolderHomeIcon as eo, FolderIcon as ep, FolderNewIcon as eq, FolderNodeIcon as er, FolderOpenBranchIcon as es, FolderOpenCloudIcon as et, FolderOpenCubeIcon as eu, FolderOpenIcon as ev, FolderOpenPipelineIcon as ew, FolderOutlinePipelineIcon as ex, FolderSolidPipelineIcon as ey, FontIcon as ez, useDesignSystemTheme as f, LegacyPauseCircleFilled as f$, HashIcon as f0, HistoryIcon as f1, HomeIcon as f2, Icon as f3, ImageIcon as f4, IndentDecreaseIcon as f5, IndentIncreaseIcon as f6, InfinityIcon as f7, InfoBookIcon as f8, InfoIcon as f9, LegacyCodeOutlined as fA, LegacyCommentOutlined as fB, LegacyCopyOutlined as fC, LegacyDatabaseOutlined as fD, LegacyDeleteOutlined as fE, LegacyDownOutlined as fF, LegacyEditOutlined as fG, LegacyEllipsisOutlined as fH, LegacyExclamationCircleOutlined as fI, LegacyEyeOutlined as fJ, LegacyFileOutlined as fK, LegacyFileTextOutlined as fL, LegacyFilterOutlined as fM, LegacyFlagOutlined as fN, LegacyFolderOpenOutlined as fO, LegacyFolderOutlined as fP, LegacyForm as fQ, LegacyFormDubois as fR, LegacyFullscreenOutlined as fS, LegacyGithubOutlined as fT, LegacyHourglassOutlined as fU, LegacyInfoCircleOutlined as fV, LegacyLinkOutlined as fW, LegacyLoadingOutlined as fX, LegacyNotificationOutlined as fY, LegacyOptGroup as fZ, LegacyOption as f_, IngestionIcon as fa, ItalicIcon as fb, JoinOperatorIcon as fc, KeyIcon as fd, KeyboardIcon as fe, LakebaseCatalogIcon as ff, LakebaseIcon as fg, LakeflowDesignerIcon as fh, LakewatchAlertIcon as fi, LakewatchDatasourceIcon as fj, LakewatchDetectionRuleIcon as fk, LakewatchParserIcon as fl, LayerGraphIcon as fm, LayerIcon as fn, Layout as fo, LeafIcon as fp, LegacyAppstoreOutlined as fq, LegacyArrowUpOutlined as fr, LegacyBookOutlined as fs, LegacyBugOutlined as ft, LegacyCheckCircleFilled as fu, LegacyCheckCircleOutlined as fv, LegacyClockCircleFilled as fw, LegacyClockCircleOutlined as fx, LegacyCloseCircleFilled as fy, LegacyCloseOutlined as fz, WarningFillIcon as g, NewTabIcon as g$, LegacyPlayCircleOutlined as g0, LegacyPlusOutlined as g1, LegacyQuestionCircleOutlined as g2, LegacyReloadOutlined as g3, LegacyRightOutlined as g4, LegacyRocketOutlined as g5, LegacySearchOutlined as g6, LegacySelectOptGroup as g7, LegacySelectOption as g8, LegacySendOutlined as g9, LockFillIcon as gA, LockIcon as gB, LockShareIcon as gC, LockUnlockedIcon as gD, LoopIcon as gE, LowercaseIcon as gF, MailIcon as gG, MapIcon as gH, MarkdownIcon as gI, McpIcon as gJ, MeasureIcon as gK, MegaphoneIcon as gL, MenuIcon as gM, MinusCircleFillIcon as gN, MinusCircleIcon as gO, MinusCircleSmallIcon as gP, MissingBranchGraphic as gQ, MissingGraphic as gR, ModelsIcon as gS, MonotoneLineIcon as gT, MonthPickerGrid as gU, MoonIcon as gV, Nav as gW, NavButton as gX, NavigationMenu as gY, NeonProjectIcon as gZ, NewChatIcon as g_, LegacySettingOutlined as ga, LegacySlackOutlined as gb, LegacySwapOutlined as gc, LegacySyncOutlined as gd, LegacyTable as ge, LegacyTooltip as gf, LegacyUpOutlined as gg, LegacyVideoCameraOutlined as gh, LetterFormatIcon as gi, LettersIcon as gj, LettersNumbersIcon as gk, LibrariesIcon as gl, LifesaverIcon as gm, LightbulbIcon as gn, LightningCircleFillIcon as go, LightningIcon as gp, LinearLineIcon as gq, LinkIcon as gr, LinkOffIcon as gs, ListBorderIcon as gt, ListClearIcon as gu, ListIcon as gv, ListNumberIcon as gw, Listbox as gx, LoadingIcon as gy, LoadingStateContext as gz, DangerFillIcon as h, QueryIcon as h$, NewWindowIcon as h0, NoCaseIcon as h1, NoIcon as h2, NotebookIcon as h3, NotebookPipelineIcon as h4, NotificationIcon as h5, NotificationOffIcon as h6, NumberFormatIcon as h7, NumbersIcon as h8, OfficeIcon as h9, PinCancelIcon as hA, PinFillIcon as hB, PinIcon as hC, PipelineCodeIcon as hD, PipelineCubeIcon as hE, PipelineIcon as hF, PivotOperatorIcon as hG, PlayCircleFillIcon as hH, PlayCircleIcon as hI, PlayDoubleIcon as hJ, PlayIcon as hK, PlayMultipleIcon as hL, PlugIcon as hM, PlusCircleFillIcon as hN, PlusCircleIcon as hO, PlusCircleSmallIcon as hP, PlusMinusSquareIcon as hQ, Popover as hR, PositionBottomIcon as hS, PositionLeftIcon as hT, PositionRightIcon as hU, PositionTopIcon as hV, PreviewCard as hW, Progress as hX, PullRequestIcon as hY, PuzzleIcon as hZ, QueryEditorIcon as h_, OntologyIcon as ha, OutageGraphic as hb, Overflow as hc, OverflowHorizontalIcon as hd, OverflowIcon as he, PageBottomIcon as hf, PageFirstIcon as hg, PageIcon as hh, PageLastIcon as hi, PageTopIcon as hj, Pagination as hk, Panel as hl, PanelBody as hm, PanelDockedIcon as hn, PanelFloatingIcon as ho, PanelHeader as hp, PanelHeaderButtons as hq, PanelHeaderTitle as hr, PaperclipIcon as hs, PassFailChecklistIcon as ht, PauseIcon as hu, PencilFillIcon as hv, PencilIcon as hw, PencilSparkleIcon as hx, PieChartIcon as hy, PillControl as hz, DesignSystemEventProviderAnalyticsEventTypes as i, Spacer as i$, QuestionMarkFillIcon as i0, QuestionMarkIcon as i1, RadioIcon as i2, RadioTile as i3, RangePicker as i4, ReaderModeIcon as i5, RedoIcon as i6, RefreshIcon as i7, RefreshPlayIcon as i8, RefreshXIcon as i9, ShieldIcon as iA, ShieldOffIcon as iB, ShortcutIcon as iC, Sidebar as iD, SidebarAutoIcon as iE, SidebarClosedIcon as iF, SidebarCollapseIcon as iG, SidebarExpandIcon as iH, SidebarIcon as iI, SidebarOpenIcon as iJ, SidebarSyncIcon as iK, SimpleSelect as iL, SimpleSelectOption as iM, SimpleSelectOptionGroup as iN, SlashSquareIcon as iO, Slider as iP, SlidersIcon as iQ, SnippetIcon as iR, SortCustomHorizontalIcon as iS, SortCustomVerticalIcon as iT, SortHorizontalAscendingIcon as iU, SortHorizontalDescendingIcon as iV, SortLetterHorizontalAscendingIcon as iW, SortLetterHorizontalDescendingIcon as iX, SortLetterUnsortedIcon as iY, SortLetterVerticalAscendingIcon as iZ, SortLetterVerticalDescendingIcon as i_, ReplyIcon as ia, ResizeIcon as ib, RhfForm as ic, RichTextIcon as id, RobotIcon as ie, RocketIcon as ig, RowsIcon as ih, RunIcon as ii, RunningIcon as ij, SMALL_BUTTON_HEIGHT$2 as ik, SaveClockIcon as il, SaveIcon as im, SchemaIcon as io, SchoolIcon as ip, SearchDataIcon as iq, SegmentedControlButton as ir, SegmentedControlGroup as is, SelectContext as it, SelectContextProvider as iu, SelectOptionGroup as iv, SendIcon as iw, ShareIcon as ix, ShareNodesIcon as iy, ShieldCheckIcon as iz, useDesignSystemEventComponentCallbacks as j, Tree as j$, SparkleDoubleFillIcon as j0, SparkleFillIcon as j1, SparkleIcon as j2, SparkleRectangleIcon as j3, SpeechBubbleIcon as j4, SpeechBubblePlusIcon as j5, SpeechBubbleQuestionMarkFillIcon as j6, SpeechBubbleQuestionMarkIcon as j7, SpeechBubbleStarIcon as j8, SpeedometerIcon as j9, TableMeasureIcon as jA, TableModelIcon as jB, TableReportIcon as jC, TableStreamIcon as jD, TableVectorIcon as jE, TableViewIcon as jF, Tabs as jG, Tag as jH, TagColumnIcon as jI, TagIcon as jJ, TagTableIcon as jK, TargetIcon as jL, TerminalIcon as jM, TextBoxIcon as jN, TextColorIcon as jO, TextIcon as jP, TextJustifyIcon as jQ, TextUnderlineIcon as jR, ThreeDotsIcon as jS, ThumbsDownFilledIcon as jT, ThumbsDownIcon as jU, ThumbsUpFilledIcon as jV, ThumbsUpIcon as jW, ToggleButton as jX, TokenIcon as jY, Toolbar as jZ, TrashIcon as j_, Spinner as ja, SplitButton as jb, SqlIcon as jc, StarFillIcon as jd, StarIcon as je, StepAfterLineIcon as jf, StepBeforeLineIcon as jg, Stepper as jh, StopCircleFillIcon as ji, StopCircleIcon as jj, StopIcon as jk, StoredProcedureIcon as jl, StorefrontIcon as jm, StreamIcon as jn, StrikeThroughIcon as jo, SunIcon as jp, SyncIcon as jq, SyncSmallIcon as jr, SyncToFileIcon as js, TableAsteriskIcon as jt, TableClockIcon as ju, TableCombineIcon as jv, TableGlassesIcon as jw, TableGlobeIcon as jx, TableIcon as jy, TableLightningIcon as jz, DesignSystemEventProviderComponentTypes as k, getPanelContainmentStyle as k$, TreeIcon as k0, TrendingFillIcon as k1, TrendingIcon as k2, TriangleIcon as k3, TypeaheadComboboxCheckboxItem as k4, TypeaheadComboboxFooter as k5, TypeaheadComboboxMenuItem$1 as k6, TypeaheadComboboxMultiSelectStateChangeTypes as k7, TypeaheadComboboxStateChangeTypes as k8, UnderlineIcon as k9, XCircleIcon as kA, YearPickerGrid as kB, ZaHorizontalIcon as kC, ZaVerticalIcon as kD, ZeroOpsIcon as kE, ZeroOpsOutlineIcon as kF, ZoomInIcon as kG, ZoomMarqueeSelection as kH, ZoomOutIcon as kI, ZoomToFitIcon as kJ, __INTERNAL_DO_NOT_USE__FormItem as kK, __INTERNAL_DO_NOT_USE__Group as kL, __INTERNAL_DO_NOT_USE__HorizontalGroup as kM, __INTERNAL_DO_NOT_USE__VerticalGroup as kN, __INTERNAL_DO_NOT_USE__wrapLegacyFormRules as kO, augmentWithDataComponentProps as kP, dialogComboboxLookAheadKeyDown as kQ, getBottomOnlyShadowScrollStyles as kR, getButtonEmotionStyles as kS, getComboboxOptionLabelStyles as kT, getDatePickerQuickActionBasic as kU, getDialogComboboxOptionLabelWidth as kV, getHorizontalTabShadowStyles as kW, getInputStyles as kX, getKeyboardNavigationFunctions as kY, getMemoizedButtonEmotionStyles as kZ, getPaginationEmotionStyles as k_, UndoIcon as ka, UploadIcon as kb, UppercaseIcon as kc, UsageOverageGraphic as kd, UsageSpikeGraphic as ke, UsbIcon as kf, UserBadgeIcon as kg, UserCircleIcon as kh, UserGroupFillIcon as ki, UserGroupIcon as kj, UserIcon as kk, UserKeyIconIcon as kl, UserShieldIcon as km, UserSparkleIcon as kn, UserTeamIcon as ko, VisibleFillIcon as kp, VisibleIcon as kq, VisibleOffIcon as kr, WithDesignSystemThemeHoc as ks, WorkflowCodeIcon as kt, WorkflowCubeIcon as ku, WorkflowsIcon as kv, WorkspacesIcon as kw, WrenchIcon as kx, WrenchSparkleIcon as ky, XCircleFillIcon as kz, DesignSystemEventProviderComponentSubTypeMap as l, getRadioStyles as l0, getRangeQuickActionsBasic as l1, getShadowScrollStyles as l2, getTypographyColor as l3, getVirtualListScrollbarStyles as l4, getVirtualListScrollbarThumbColor as l5, getVirtualizedComboboxMenuItemStyles as l6, getWrapperStyle as l7, highlightFirstNonDisabledOption as l8, isOptionDisabled as l9, resetTabIndexToFocusedElement as la, setImplicitContextGetter as lb, skipHideIconButtonActionClassName as lc, themeMemoKey as ld, useAntDConfigProviderContext as le, useCallbackOnEnter as lf, useComponentFinderContext as lg, useDesignSystemEventSuppressInteractionContext as lh, useFormContext as li, useRadioGroupContext as lj, useNotifyOnFirstView as m, useStableUuidV4 as n, ChevronDownIcon as o, primitiveColors as p, ChevronRightIcon as q, DesignSystemAntDConfigProvider as r, CloseSmallIcon as s, addDebugOutlineIfEnabled as t, useWizardCurrentStep as u, Modal as v, getAnimationCss as w, token as x, getDarkModePortalStyles as y, useModalContext as z };
|
|
37373
|
+
//# sourceMappingURL=WizardStepContentWrapper-DnwQIMN1.js.map
|