@databricks/design-system 1.12.12 → 1.12.13

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.
Files changed (105) hide show
  1. package/dist/{DropdownMenu-06a1051f.js → DropdownMenu-dbeef1b7.js} +611 -298
  2. package/dist/DropdownMenu-dbeef1b7.js.map +1 -0
  3. package/dist/design-system/Button/Button.d.ts +3 -0
  4. package/dist/design-system/Button/Button.d.ts.map +1 -1
  5. package/dist/design-system/DesignSystemEventProvider/DesignSystemEventProvider.d.ts +44 -0
  6. package/dist/design-system/DesignSystemEventProvider/DesignSystemEventProvider.d.ts.map +1 -0
  7. package/dist/design-system/DesignSystemEventProvider/index.d.ts +2 -0
  8. package/dist/design-system/DesignSystemEventProvider/index.d.ts.map +1 -0
  9. package/dist/design-system/DialogCombobox/DialogComboboxContent.d.ts.map +1 -1
  10. package/dist/design-system/DialogCombobox/DialogComboboxHintRow.d.ts.map +1 -1
  11. package/dist/design-system/DialogCombobox/DialogComboboxOptionListCheckboxItem.d.ts.map +1 -1
  12. package/dist/design-system/DialogCombobox/DialogComboboxOptionListSelectItem.d.ts +9 -0
  13. package/dist/design-system/DialogCombobox/DialogComboboxOptionListSelectItem.d.ts.map +1 -1
  14. package/dist/design-system/DialogCombobox/DialogComboboxTrigger.d.ts +7 -0
  15. package/dist/design-system/DialogCombobox/DialogComboboxTrigger.d.ts.map +1 -1
  16. package/dist/design-system/FormV2/RHFAdapters.d.ts +6 -0
  17. package/dist/design-system/FormV2/RHFAdapters.d.ts.map +1 -1
  18. package/dist/design-system/Icon/Icon.d.ts +1 -1
  19. package/dist/design-system/Icon/Icon.d.ts.map +1 -1
  20. package/dist/design-system/Icon/__generated/icons/BarStackedPercentageIcon.d.ts +5 -0
  21. package/dist/design-system/Icon/__generated/icons/BarStackedPercentageIcon.d.ts.map +1 -0
  22. package/dist/design-system/Icon/__generated/icons/ErdIcon.d.ts +5 -0
  23. package/dist/design-system/Icon/__generated/icons/ErdIcon.d.ts.map +1 -0
  24. package/dist/design-system/Icon/__generated/icons/ListClearIcon.d.ts +5 -0
  25. package/dist/design-system/Icon/__generated/icons/ListClearIcon.d.ts.map +1 -0
  26. package/dist/design-system/Icon/__generated/icons/PauseIcon.d.ts +5 -0
  27. package/dist/design-system/Icon/__generated/icons/PauseIcon.d.ts.map +1 -0
  28. package/dist/design-system/Icon/__generated/icons/SparkleIcon.d.ts +5 -0
  29. package/dist/design-system/Icon/__generated/icons/SparkleIcon.d.ts.map +1 -0
  30. package/dist/design-system/Icon/__generated/icons/StepIntoIcon.d.ts +5 -0
  31. package/dist/design-system/Icon/__generated/icons/StepIntoIcon.d.ts.map +1 -0
  32. package/dist/design-system/Icon/__generated/icons/StepOutIcon.d.ts +5 -0
  33. package/dist/design-system/Icon/__generated/icons/StepOutIcon.d.ts.map +1 -0
  34. package/dist/design-system/Icon/__generated/icons/StepOverIcon.d.ts +5 -0
  35. package/dist/design-system/Icon/__generated/icons/StepOverIcon.d.ts.map +1 -0
  36. package/dist/design-system/Icon/__generated/icons/TableOnlineViewIcon.d.ts +5 -0
  37. package/dist/design-system/Icon/__generated/icons/TableOnlineViewIcon.d.ts.map +1 -0
  38. package/dist/design-system/Icon/__generated/icons/index.d.ts +9 -0
  39. package/dist/design-system/Icon/__generated/icons/index.d.ts.map +1 -1
  40. package/dist/design-system/Label/Label.d.ts +1 -0
  41. package/dist/design-system/Label/Label.d.ts.map +1 -1
  42. package/dist/design-system/Pagination/index.d.ts +1 -0
  43. package/dist/design-system/Pagination/index.d.ts.map +1 -1
  44. package/dist/design-system/SegmentedControl/SegmentedControl.d.ts +1 -0
  45. package/dist/design-system/SegmentedControl/SegmentedControl.d.ts.map +1 -1
  46. package/dist/design-system/Select/Select.d.ts.map +1 -1
  47. package/dist/design-system/Steps/Steps.d.ts +1 -2
  48. package/dist/design-system/Steps/Steps.d.ts.map +1 -1
  49. package/dist/design-system/TableUI/Table.d.ts.map +1 -1
  50. package/dist/design-system/TableUI/TableRow.d.ts.map +1 -1
  51. package/dist/design-system/Tag/index.d.ts +2 -2
  52. package/dist/design-system/Tag/index.d.ts.map +1 -1
  53. package/dist/design-system/Tree/Tree.d.ts +24 -0
  54. package/dist/design-system/Tree/Tree.d.ts.map +1 -1
  55. package/dist/design-system/_shared_/Combobox/styles.d.ts +3 -0
  56. package/dist/design-system/_shared_/Combobox/styles.d.ts.map +1 -1
  57. package/dist/design-system/constants.d.ts +2 -2
  58. package/dist/design-system/constants.d.ts.map +1 -1
  59. package/dist/design-system/index.d.ts +1 -0
  60. package/dist/design-system/index.d.ts.map +1 -1
  61. package/dist/development/Banner/Banner.d.ts +1 -2
  62. package/dist/development/Banner/Banner.d.ts.map +1 -1
  63. package/dist/development/Toolbar/Toolbar.d.ts +15 -0
  64. package/dist/development/Toolbar/Toolbar.d.ts.map +1 -0
  65. package/dist/development/Toolbar/index.d.ts +2 -0
  66. package/dist/development/Toolbar/index.d.ts.map +1 -0
  67. package/dist/development/index.d.ts +3 -2
  68. package/dist/development/index.d.ts.map +1 -1
  69. package/dist/development.js +379 -249
  70. package/dist/development.js.map +1 -1
  71. package/dist/dubois-colors.less +203 -140
  72. package/dist/flags.d.ts +1 -2
  73. package/dist/flags.d.ts.map +1 -1
  74. package/dist/index-dark.css +289 -289
  75. package/dist/index.css +128 -128
  76. package/dist/index.js +672 -244
  77. package/dist/index.js.map +1 -1
  78. package/dist/rollup/less.d.ts.map +1 -1
  79. package/dist/test-utils/enzyme/selectEvent.d.ts +5 -0
  80. package/dist/test-utils/enzyme/selectEvent.d.ts.map +1 -1
  81. package/dist/test-utils/enzyme/table.d.ts.map +1 -1
  82. package/dist/test-utils/enzyme/utils.d.ts +6 -0
  83. package/dist/test-utils/enzyme/utils.d.ts.map +1 -1
  84. package/dist/test-utils/enzyme.js +34 -15
  85. package/dist/test-utils/enzyme.js.map +1 -1
  86. package/dist/test-utils/rtl/selectEvent.d.ts +5 -0
  87. package/dist/test-utils/rtl/selectEvent.d.ts.map +1 -1
  88. package/dist/test-utils/rtl.js +16 -1
  89. package/dist/test-utils/rtl.js.map +1 -1
  90. package/dist/theme/_generated/PrimitiveColors.d.ts +3 -0
  91. package/dist/theme/_generated/PrimitiveColors.d.ts.map +1 -0
  92. package/dist/theme/_generated/SemanticColors-Dark.d.ts +3 -0
  93. package/dist/theme/_generated/SemanticColors-Dark.d.ts.map +1 -0
  94. package/dist/theme/_generated/SemanticColors-Light.d.ts +3 -0
  95. package/dist/theme/_generated/SemanticColors-Light.d.ts.map +1 -0
  96. package/dist/theme/_generated/ValidPrimitiveColors.d.ts +56 -0
  97. package/dist/theme/_generated/ValidPrimitiveColors.d.ts.map +1 -0
  98. package/dist/theme/_generated/ValidSemanticColors.d.ts +99 -0
  99. package/dist/theme/_generated/ValidSemanticColors.d.ts.map +1 -0
  100. package/dist/theme/colors.d.ts +62 -141
  101. package/dist/theme/colors.d.ts.map +1 -1
  102. package/package.json +13 -15
  103. package/dist/DropdownMenu-06a1051f.js.map +0 -1
  104. package/dist/theme/colorList.d.ts +0 -130
  105. package/dist/theme/colorList.d.ts.map +0 -1
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
- import { u as useDesignSystemTheme, I as Icon, D as DesignSystemAntDConfigProvider, R as RestoreAntDDefaultClsPrefix, g as getAnimationCss, C as CloseIcon, a as getDarkModePortalStyles, b as ChevronRightIcon, L as LoadingState, v as visuallyHidden, T as Typography, s as safex, i as importantify, S as Spinner, c as useDesignSystemContext, d as Tooltip, e as InfoIcon, f as Input, h as CheckIcon, B as Button, j as getValidationStateColor, A as ApplyDesignSystemContextOverrides, k as getShadowScrollStyles, l as DangerIcon, m as LoadingIcon, n as dropdownContentStyles, o as Title$2, p as AccessibleContainer, q as ChevronLeftIcon, r as DU_BOIS_ENABLE_ANIMATION_CLASSNAME, t as lightColorList, w as Root$4, x as Trigger$2, y as getDefaultStyles, z as getPrimaryStyles, E as getDisabledStyles, F as useUniqueId, G as useDesignSystemFlags } from './DropdownMenu-06a1051f.js';
2
- export { O as ApplyDesignSystemFlags, a2 as ColorVars, U as CursorIcon, K as DesignSystemContext, N as DesignSystemProvider, J as DesignSystemThemeContext, M as DesignSystemThemeProvider, Q as DropdownMenu, V as FaceFrownIcon, X as FaceNeutralIcon, Y as FaceSmileIcon, $ as LoadingStateContext, Z as MegaphoneIcon, _ as NewWindowIcon, W as WithDesignSystemThemeHoc, a1 as getBottomOnlyShadowScrollStyles, H as getButtonEmotionStyles, a0 as getTypographyColor, P as useAntDConfigProviderContext } from './DropdownMenu-06a1051f.js';
1
+ import { u as useDesignSystemTheme, I as Icon, D as DesignSystemAntDConfigProvider, R as RestoreAntDDefaultClsPrefix, g as getAnimationCss, C as CloseIcon, a as getDarkModePortalStyles, b as ChevronRightIcon, L as LoadingState, v as visuallyHidden, T as Typography, s as safex, i as importantify, S as Spinner, c as useDesignSystemContext, d as Tooltip, e as InfoIcon, f as Input, h as CheckIcon, B as Button, j as getValidationStateColor, A as ApplyDesignSystemContextOverrides, k as getShadowScrollStyles, l as DangerIcon, W as WarningIcon, m as LoadingIcon, n as dropdownContentStyles, o as useUniqueId, p as Title$2, q as AccessibleContainer, r as ChevronLeftIcon, t as DU_BOIS_ENABLE_ANIMATION_CLASSNAME, w as lightColorList, x as Root$4, y as Trigger$2, z as getDefaultStyles, E as getPrimaryStyles, F as getDisabledStyles, G as useDesignSystemFlags } from './DropdownMenu-dbeef1b7.js';
2
+ export { V as ApplyDesignSystemFlags, a7 as ColorVars, _ as CursorIcon, P as DesignSystemContext, N as DesignSystemEventProvider, K as DesignSystemEventProviderAnalyticsEventTypes, J as DesignSystemEventProviderComponentTypes, U as DesignSystemProvider, O as DesignSystemThemeContext, Q as DesignSystemThemeProvider, Y as DropdownMenu, $ as FaceFrownIcon, a0 as FaceNeutralIcon, a1 as FaceSmileIcon, a4 as LoadingStateContext, a2 as MegaphoneIcon, a3 as NewWindowIcon, Z as WithDesignSystemThemeHoc, a6 as getBottomOnlyShadowScrollStyles, H as getButtonEmotionStyles, a5 as getTypographyColor, X as useAntDConfigProviderContext, M as useDesignSystemEventComponentCallbacks } from './DropdownMenu-dbeef1b7.js';
3
3
  import { css, Global, keyframes, ClassNames, createElement } from '@emotion/react';
4
- import { Collapse, Alert as Alert$1, AutoComplete as AutoComplete$1, Breadcrumb as Breadcrumb$1, Checkbox as Checkbox$1, DatePicker, Dropdown as Dropdown$1, Form as Form$1, Radio as Radio$1, Select as Select$1, Col as Col$1, Row as Row$1, Space as Space$1, Layout as Layout$1, notification, Popover as Popover$2, Skeleton, Pagination as Pagination$1, Table as Table$1, Menu as Menu$1, Modal as Modal$1, Button as Button$1, Steps as Steps$1, Switch as Switch$1, Tabs as Tabs$1, Tree as Tree$1 } from 'antd';
4
+ import { Collapse, Alert as Alert$1, AutoComplete as AutoComplete$1, Breadcrumb as Breadcrumb$1, Checkbox as Checkbox$1, DatePicker, Dropdown as Dropdown$1, Form as Form$1, Radio as Radio$1, Select as Select$1, Switch as Switch$1, Col as Col$1, Row as Row$1, Space as Space$1, Layout as Layout$1, notification, Popover as Popover$2, Skeleton, Pagination as Pagination$1, Table as Table$1, Menu as Menu$1, Modal as Modal$1, Button as Button$1, Steps as Steps$1, Tabs as Tabs$1, Tree as Tree$1 } from 'antd';
5
5
  import { jsx, jsxs, Fragment } from '@emotion/react/jsx-runtime';
6
6
  import * as React from 'react';
7
7
  import React__default, { useRef, useMemo, forwardRef, useEffect, createContext, useState, useImperativeHandle, useContext, Children, useCallback, Fragment as Fragment$1, useLayoutEffect } from 'react';
@@ -485,6 +485,32 @@ const BarStackedIcon = /*#__PURE__*/forwardRef((props, forwardedRef) => {
485
485
  BarStackedIcon.displayName = 'BarStackedIcon';
486
486
  var BarStackedIcon$1 = BarStackedIcon;
487
487
 
488
+ function SvgBarStackedPercentageIcon(props) {
489
+ return jsx("svg", {
490
+ xmlns: "http://www.w3.org/2000/svg",
491
+ width: "1em",
492
+ height: "1em",
493
+ fill: "none",
494
+ viewBox: "0 0 12 14",
495
+ ...props,
496
+ children: jsx("path", {
497
+ fill: "currentColor",
498
+ fillRule: "evenodd",
499
+ d: "M3.88 0c-.415 0-.38 0 0 0H.75A.75.75 0 0 0 0 .75v12.5c0 .414.336.75.75.75h10.5a.75.75 0 0 0 .75-.75V.5c0-.414-.336-.5-.75-.5H3.88ZM7 7.5v5H5v-5h2ZM7 6V1.5H5V6h2Zm3.5 6.5h-2v-1.75h2v1.75Zm-2-11v7.75h2V1.5h-2Zm-5 7.75V1.5h-2v7.75h2Zm0 3.25v-1.75h-2v1.75h2Z",
500
+ clipRule: "evenodd"
501
+ })
502
+ });
503
+ }
504
+ const BarStackedPercentageIcon = /*#__PURE__*/forwardRef((props, forwardedRef) => {
505
+ return jsx(Icon, {
506
+ ref: forwardedRef,
507
+ ...props,
508
+ component: SvgBarStackedPercentageIcon
509
+ });
510
+ });
511
+ BarStackedPercentageIcon.displayName = 'BarStackedPercentageIcon';
512
+ var BarStackedPercentageIcon$1 = BarStackedPercentageIcon;
513
+
488
514
  function SvgBeakerIcon(props) {
489
515
  return jsx("svg", {
490
516
  xmlns: "http://www.w3.org/2000/svg",
@@ -2176,6 +2202,136 @@ const DragIcon = /*#__PURE__*/forwardRef((props, forwardedRef) => {
2176
2202
  DragIcon.displayName = 'DragIcon';
2177
2203
  var DragIcon$1 = DragIcon;
2178
2204
 
2205
+ function SvgErdIcon(props) {
2206
+ return jsxs("svg", {
2207
+ xmlns: "http://www.w3.org/2000/svg",
2208
+ width: "1em",
2209
+ height: "1em",
2210
+ fill: "none",
2211
+ viewBox: "0 0 16 16",
2212
+ ...props,
2213
+ children: [jsx("mask", {
2214
+ id: "ERDIcon_svg__a",
2215
+ width: 6,
2216
+ height: 5,
2217
+ x: 10,
2218
+ y: 1,
2219
+ maskUnits: "userSpaceOnUse",
2220
+ style: {
2221
+ maskType: 'luminance'
2222
+ },
2223
+ children: jsx("path", {
2224
+ fill: "#fff",
2225
+ d: "M11.25 6h4a.75.75 0 0 0 .75-.75v-3.5a.75.75 0 0 0-.75-.75h-4a.75.75 0 0 0-.75.75v3.5c0 .414.336.75.75.75Z"
2226
+ })
2227
+ }), jsx("g", {
2228
+ mask: "url(#ERDIcon_svg__a)",
2229
+ children: jsx("path", {
2230
+ stroke: "currentColor",
2231
+ strokeWidth: 3,
2232
+ d: "M11.25 6h4a.75.75 0 0 0 .75-.75v-3.5a.75.75 0 0 0-.75-.75h-4a.75.75 0 0 0-.75.75v3.5c0 .414.336.75.75.75Z"
2233
+ })
2234
+ }), jsx("mask", {
2235
+ id: "ERDIcon_svg__b",
2236
+ width: 6,
2237
+ height: 5,
2238
+ x: 10,
2239
+ y: 10,
2240
+ maskUnits: "userSpaceOnUse",
2241
+ style: {
2242
+ maskType: 'luminance'
2243
+ },
2244
+ children: jsx("path", {
2245
+ fill: "#fff",
2246
+ d: "M11.25 15h4a.75.75 0 0 0 .75-.75v-3.5a.75.75 0 0 0-.75-.75h-4a.75.75 0 0 0-.75.75v3.5c0 .414.336.75.75.75Z"
2247
+ })
2248
+ }), jsx("g", {
2249
+ mask: "url(#ERDIcon_svg__b)",
2250
+ children: jsx("path", {
2251
+ stroke: "currentColor",
2252
+ strokeWidth: 3,
2253
+ d: "M11.25 15h4a.75.75 0 0 0 .75-.75v-3.5a.75.75 0 0 0-.75-.75h-4a.75.75 0 0 0-.75.75v3.5c0 .414.336.75.75.75Z"
2254
+ })
2255
+ }), jsx("mask", {
2256
+ id: "ERDIcon_svg__c",
2257
+ width: 6,
2258
+ height: 5,
2259
+ x: 0,
2260
+ y: 1,
2261
+ maskUnits: "userSpaceOnUse",
2262
+ style: {
2263
+ maskType: 'luminance'
2264
+ },
2265
+ children: jsx("path", {
2266
+ fill: "#fff",
2267
+ d: "M.75 6h4a.75.75 0 0 0 .75-.75v-3.5A.75.75 0 0 0 4.75 1h-4a.75.75 0 0 0-.75.75v3.5c0 .414.336.75.75.75Z"
2268
+ })
2269
+ }), jsx("g", {
2270
+ mask: "url(#ERDIcon_svg__c)",
2271
+ children: jsx("path", {
2272
+ stroke: "currentColor",
2273
+ strokeWidth: 3,
2274
+ d: "M.75 6h4a.75.75 0 0 0 .75-.75v-3.5A.75.75 0 0 0 4.75 1h-4a.75.75 0 0 0-.75.75v3.5c0 .414.336.75.75.75Z"
2275
+ })
2276
+ }), jsx("mask", {
2277
+ id: "ERDIcon_svg__d",
2278
+ width: 6,
2279
+ height: 5,
2280
+ x: 0,
2281
+ y: 10,
2282
+ maskUnits: "userSpaceOnUse",
2283
+ style: {
2284
+ maskType: 'luminance'
2285
+ },
2286
+ children: jsx("path", {
2287
+ fill: "#fff",
2288
+ d: "M.75 15h4a.75.75 0 0 0 .75-.75v-3.5a.75.75 0 0 0-.75-.75h-4a.75.75 0 0 0-.75.75v3.5c0 .414.336.75.75.75Z"
2289
+ })
2290
+ }), jsx("g", {
2291
+ mask: "url(#ERDIcon_svg__d)",
2292
+ children: jsx("path", {
2293
+ stroke: "currentColor",
2294
+ strokeWidth: 3,
2295
+ d: "M.75 15h4a.75.75 0 0 0 .75-.75v-3.5a.75.75 0 0 0-.75-.75h-4a.75.75 0 0 0-.75.75v3.5c0 .414.336.75.75.75Z"
2296
+ })
2297
+ }), jsx("mask", {
2298
+ id: "ERDIcon_svg__e",
2299
+ width: 6,
2300
+ height: 6,
2301
+ x: 5,
2302
+ y: 5,
2303
+ maskUnits: "userSpaceOnUse",
2304
+ style: {
2305
+ maskType: 'luminance'
2306
+ },
2307
+ children: jsx("path", {
2308
+ fill: "#fff",
2309
+ d: "M6 10.5h4a.75.75 0 0 0 .75-.75v-3.5A.75.75 0 0 0 10 5.5H6a.75.75 0 0 0-.75.75v3.5c0 .414.336.75.75.75Z"
2310
+ })
2311
+ }), jsx("g", {
2312
+ mask: "url(#ERDIcon_svg__e)",
2313
+ children: jsx("path", {
2314
+ stroke: "currentColor",
2315
+ strokeWidth: 3,
2316
+ d: "M6 10.5h4a.75.75 0 0 0 .75-.75v-3.5A.75.75 0 0 0 10 5.5H6a.75.75 0 0 0-.75.75v3.5c0 .414.336.75.75.75Z"
2317
+ })
2318
+ }), jsx("path", {
2319
+ stroke: "currentColor",
2320
+ strokeWidth: 1.5,
2321
+ d: "M11.5 11 9.75 9.5M4.5 5l1.75 1.5M11.5 5 9.75 6.5M4.5 11l1.75-1.5"
2322
+ })]
2323
+ });
2324
+ }
2325
+ const ErdIcon = /*#__PURE__*/forwardRef((props, forwardedRef) => {
2326
+ return jsx(Icon, {
2327
+ ref: forwardedRef,
2328
+ ...props,
2329
+ component: SvgErdIcon
2330
+ });
2331
+ });
2332
+ ErdIcon.displayName = 'ErdIcon';
2333
+ var ErdIcon$1 = ErdIcon;
2334
+
2179
2335
  function SvgExpandLessIcon(props) {
2180
2336
  return jsx("svg", {
2181
2337
  xmlns: "http://www.w3.org/2000/svg",
@@ -3527,6 +3683,30 @@ const ListBorderIcon = /*#__PURE__*/forwardRef((props, forwardedRef) => {
3527
3683
  ListBorderIcon.displayName = 'ListBorderIcon';
3528
3684
  var ListBorderIcon$1 = ListBorderIcon;
3529
3685
 
3686
+ function SvgListClearIcon(props) {
3687
+ return jsx("svg", {
3688
+ xmlns: "http://www.w3.org/2000/svg",
3689
+ width: "1em",
3690
+ height: "1em",
3691
+ fill: "none",
3692
+ viewBox: "0 0 16 14",
3693
+ ...props,
3694
+ children: jsx("path", {
3695
+ fill: "currentColor",
3696
+ d: "M10.133 14 8.89 12.775 11.2 10.5 8.889 8.225 10.133 7l2.311 2.275L14.756 7 16 8.225 13.689 10.5 16 12.775 14.756 14l-2.312-2.275L10.134 14ZM0 8.75V7h6.222v1.75H0Zm0-3.5V3.5h9.778v1.75H0Zm0-3.5V0h9.778v1.75H0Z"
3697
+ })
3698
+ });
3699
+ }
3700
+ const ListClearIcon = /*#__PURE__*/forwardRef((props, forwardedRef) => {
3701
+ return jsx(Icon, {
3702
+ ref: forwardedRef,
3703
+ ...props,
3704
+ component: SvgListClearIcon
3705
+ });
3706
+ });
3707
+ ListClearIcon.displayName = 'ListClearIcon';
3708
+ var ListClearIcon$1 = ListClearIcon;
3709
+
3530
3710
  function SvgListIcon(props) {
3531
3711
  return jsx("svg", {
3532
3712
  xmlns: "http://www.w3.org/2000/svg",
@@ -4122,6 +4302,32 @@ const PageTopIcon = /*#__PURE__*/forwardRef((props, forwardedRef) => {
4122
4302
  PageTopIcon.displayName = 'PageTopIcon';
4123
4303
  var PageTopIcon$1 = PageTopIcon;
4124
4304
 
4305
+ function SvgPauseIcon(props) {
4306
+ return jsx("svg", {
4307
+ xmlns: "http://www.w3.org/2000/svg",
4308
+ width: "1em",
4309
+ height: "1em",
4310
+ fill: "none",
4311
+ viewBox: "0 0 16 16",
4312
+ ...props,
4313
+ children: jsx("path", {
4314
+ stroke: "currentColor",
4315
+ strokeLinecap: "round",
4316
+ strokeWidth: 1.5,
4317
+ d: "M5.25 3v10M10.752 3v10"
4318
+ })
4319
+ });
4320
+ }
4321
+ const PauseIcon = /*#__PURE__*/forwardRef((props, forwardedRef) => {
4322
+ return jsx(Icon, {
4323
+ ref: forwardedRef,
4324
+ ...props,
4325
+ component: SvgPauseIcon
4326
+ });
4327
+ });
4328
+ PauseIcon.displayName = 'PauseIcon';
4329
+ var PauseIcon$1 = PauseIcon;
4330
+
4125
4331
  function SvgPencilIcon(props) {
4126
4332
  return jsx("svg", {
4127
4333
  xmlns: "http://www.w3.org/2000/svg",
@@ -5277,6 +5483,30 @@ const SortUnsortedIcon = /*#__PURE__*/forwardRef((props, forwardedRef) => {
5277
5483
  SortUnsortedIcon.displayName = 'SortUnsortedIcon';
5278
5484
  var SortUnsortedIcon$1 = SortUnsortedIcon;
5279
5485
 
5486
+ function SvgSparkleIcon(props) {
5487
+ return jsx("svg", {
5488
+ xmlns: "http://www.w3.org/2000/svg",
5489
+ width: "1em",
5490
+ height: "1em",
5491
+ fill: "none",
5492
+ viewBox: "0 0 16 16",
5493
+ ...props,
5494
+ children: jsx("path", {
5495
+ fill: "currentColor",
5496
+ d: "m7.7 6.407-1.14.43c-.45.17-.45.81 0 .98l1.14.43c.82.31 1.46.95 1.77 1.77l.43 1.14c.17.45.81.45.98 0l.43-1.14c.31-.82.95-1.46 1.77-1.77l1.14-.43c.45-.17.45-.81 0-.98l-1.14-.43c-.82-.31-1.46-.95-1.77-1.77l-.43-1.14a.524.524 0 0 0-.98 0l-.43 1.14c-.31.82-.95 1.46-1.77 1.77ZM3.855 11.045l-.66.25c-.26.1-.26.47 0 .57l.66.25c.47.18.85.55 1.03 1.03l.25.66c.1.26.47.26.57 0l.25-.66c.18-.47.55-.85 1.03-1.03l.66-.25c.26-.1.26-.47 0-.57l-.66-.25c-.47-.18-.85-.55-1.03-1.03l-.25-.66a.306.306 0 0 0-.57 0l-.25.66c-.18.47-.55.85-1.03 1.03ZM2.713 4.723l-.551.203a.25.25 0 0 0 0 .468l.55.203c.396.144.707.455.85.85l.204.551a.25.25 0 0 0 .468 0l.203-.55c.144-.396.455-.707.85-.85l.551-.204a.25.25 0 0 0 0-.468l-.55-.203a1.422 1.422 0 0 1-.85-.85l-.204-.551a.25.25 0 0 0-.468 0l-.203.55a1.422 1.422 0 0 1-.85.85Z"
5497
+ })
5498
+ });
5499
+ }
5500
+ const SparkleIcon = /*#__PURE__*/forwardRef((props, forwardedRef) => {
5501
+ return jsx(Icon, {
5502
+ ref: forwardedRef,
5503
+ ...props,
5504
+ component: SvgSparkleIcon
5505
+ });
5506
+ });
5507
+ SparkleIcon.displayName = 'SparkleIcon';
5508
+ var SparkleIcon$1 = SparkleIcon;
5509
+
5280
5510
  function SvgSpeechBubbleIcon(props) {
5281
5511
  return jsxs("svg", {
5282
5512
  xmlns: "http://www.w3.org/2000/svg",
@@ -5411,6 +5641,93 @@ const StarIcon = /*#__PURE__*/forwardRef((props, forwardedRef) => {
5411
5641
  StarIcon.displayName = 'StarIcon';
5412
5642
  var StarIcon$1 = StarIcon;
5413
5643
 
5644
+ function SvgStepIntoIcon(props) {
5645
+ return jsxs("svg", {
5646
+ xmlns: "http://www.w3.org/2000/svg",
5647
+ width: "1em",
5648
+ height: "1em",
5649
+ fill: "none",
5650
+ viewBox: "0 0 16 16",
5651
+ ...props,
5652
+ children: [jsx("path", {
5653
+ fill: "currentColor",
5654
+ fillRule: "evenodd",
5655
+ d: "m7.47 10.53-4-4 1.06-1.06 2.72 2.72V1h1.5v7.19l2.72-2.72 1.06 1.06-4 4-.53.53-.53-.53Z",
5656
+ clipRule: "evenodd"
5657
+ }), jsx("path", {
5658
+ fill: "currentColor",
5659
+ d: "M6.5 13.5a1.5 1.5 0 1 0 3 0 1.5 1.5 0 0 0-3 0Z"
5660
+ })]
5661
+ });
5662
+ }
5663
+ const StepIntoIcon = /*#__PURE__*/forwardRef((props, forwardedRef) => {
5664
+ return jsx(Icon, {
5665
+ ref: forwardedRef,
5666
+ ...props,
5667
+ component: SvgStepIntoIcon
5668
+ });
5669
+ });
5670
+ StepIntoIcon.displayName = 'StepIntoIcon';
5671
+ var StepIntoIcon$1 = StepIntoIcon;
5672
+
5673
+ function SvgStepOutIcon(props) {
5674
+ return jsxs("svg", {
5675
+ xmlns: "http://www.w3.org/2000/svg",
5676
+ width: "1em",
5677
+ height: "1em",
5678
+ fill: "none",
5679
+ viewBox: "0 0 16 16",
5680
+ ...props,
5681
+ children: [jsx("path", {
5682
+ fill: "currentColor",
5683
+ fillRule: "evenodd",
5684
+ d: "m7.47 5.47-4 4 1.06 1.06 2.72-2.72V15h1.5V7.81l2.72 2.72 1.06-1.06-4-4L8 4.94l-.53.53Z",
5685
+ clipRule: "evenodd"
5686
+ }), jsx("path", {
5687
+ fill: "currentColor",
5688
+ d: "M6.5 2.5a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Z"
5689
+ })]
5690
+ });
5691
+ }
5692
+ const StepOutIcon = /*#__PURE__*/forwardRef((props, forwardedRef) => {
5693
+ return jsx(Icon, {
5694
+ ref: forwardedRef,
5695
+ ...props,
5696
+ component: SvgStepOutIcon
5697
+ });
5698
+ });
5699
+ StepOutIcon.displayName = 'StepOutIcon';
5700
+ var StepOutIcon$1 = StepOutIcon;
5701
+
5702
+ function SvgStepOverIcon(props) {
5703
+ return jsxs("svg", {
5704
+ xmlns: "http://www.w3.org/2000/svg",
5705
+ width: "1em",
5706
+ height: "1em",
5707
+ fill: "none",
5708
+ viewBox: "0 0 16 16",
5709
+ ...props,
5710
+ children: [jsx("path", {
5711
+ fill: "currentColor",
5712
+ d: "M9.5 13.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"
5713
+ }), jsx("path", {
5714
+ fill: "currentColor",
5715
+ fillRule: "evenodd",
5716
+ d: "M8.012 4c2.179 0 4.137.931 5.488 2.412V4H15v5h-1.5v-.018H10v-1.5h2.608a6.018 6.018 0 0 0-4.596-2.116A6.001 6.001 0 0 0 2.477 9C2.5 9 1.27 8.313 1.27 8.313A7.389 7.389 0 0 1 8.012 4Z",
5717
+ clipRule: "evenodd"
5718
+ })]
5719
+ });
5720
+ }
5721
+ const StepOverIcon = /*#__PURE__*/forwardRef((props, forwardedRef) => {
5722
+ return jsx(Icon, {
5723
+ ref: forwardedRef,
5724
+ ...props,
5725
+ component: SvgStepOverIcon
5726
+ });
5727
+ });
5728
+ StepOverIcon.displayName = 'StepOverIcon';
5729
+ var StepOverIcon$1 = StepOverIcon;
5730
+
5414
5731
  function SvgStopCircleFillIcon(props) {
5415
5732
  return jsx("svg", {
5416
5733
  xmlns: "http://www.w3.org/2000/svg",
@@ -5649,6 +5966,37 @@ const TableLightningIcon = /*#__PURE__*/forwardRef((props, forwardedRef) => {
5649
5966
  TableLightningIcon.displayName = 'TableLightningIcon';
5650
5967
  var TableLightningIcon$1 = TableLightningIcon;
5651
5968
 
5969
+ function SvgTableOnlineViewIcon(props) {
5970
+ return jsxs("svg", {
5971
+ xmlns: "http://www.w3.org/2000/svg",
5972
+ width: "1em",
5973
+ height: "1em",
5974
+ fill: "none",
5975
+ viewBox: "0 0 16 15",
5976
+ ...props,
5977
+ children: [jsx("path", {
5978
+ stroke: "currentColor",
5979
+ strokeWidth: 1.5,
5980
+ d: "M.75 1A.25.25 0 0 1 1 .75h12a.25.25 0 0 1 .25.25v12a.25.25 0 0 1-.25.25H1A.25.25 0 0 1 .75 13V1ZM1 5.25h12M5.25 13V6"
5981
+ }), jsx("path", {
5982
+ fill: "#fff",
5983
+ d: "M7 7h9v7.5H7z"
5984
+ }), jsx("path", {
5985
+ stroke: "currentColor",
5986
+ d: "M10.5 12H15m0 0-1.5-1.5M15 12l-1.5 1.5M12.5 9.5H8m0 0L9.5 11M8 9.5 9.5 8"
5987
+ })]
5988
+ });
5989
+ }
5990
+ const TableOnlineViewIcon = /*#__PURE__*/forwardRef((props, forwardedRef) => {
5991
+ return jsx(Icon, {
5992
+ ref: forwardedRef,
5993
+ ...props,
5994
+ component: SvgTableOnlineViewIcon
5995
+ });
5996
+ });
5997
+ TableOnlineViewIcon.displayName = 'TableOnlineViewIcon';
5998
+ var TableOnlineViewIcon$1 = TableOnlineViewIcon;
5999
+
5652
6000
  function SvgTableStreamIcon(props) {
5653
6001
  return jsxs("svg", {
5654
6002
  xmlns: "http://www.w3.org/2000/svg",
@@ -6335,35 +6683,6 @@ const WarningFillIcon = /*#__PURE__*/forwardRef((props, forwardedRef) => {
6335
6683
  WarningFillIcon.displayName = 'WarningFillIcon';
6336
6684
  var WarningFillIcon$1 = WarningFillIcon;
6337
6685
 
6338
- function SvgWarningIcon(props) {
6339
- return jsxs("svg", {
6340
- xmlns: "http://www.w3.org/2000/svg",
6341
- width: "1em",
6342
- height: "1em",
6343
- fill: "none",
6344
- viewBox: "0 0 16 16",
6345
- ...props,
6346
- children: [jsx("path", {
6347
- fill: "currentColor",
6348
- d: "M7.25 10V6.5h1.5V10h-1.5ZM8 12.5A.75.75 0 1 0 8 11a.75.75 0 0 0 0 1.5Z"
6349
- }), jsx("path", {
6350
- fill: "currentColor",
6351
- fillRule: "evenodd",
6352
- d: "M8 1a.75.75 0 0 1 .649.374l7.25 12.5A.75.75 0 0 1 15.25 15H.75a.75.75 0 0 1-.649-1.126l7.25-12.5A.75.75 0 0 1 8 1Zm0 2.245L2.052 13.5h11.896L8 3.245Z",
6353
- clipRule: "evenodd"
6354
- })]
6355
- });
6356
- }
6357
- const WarningIcon = /*#__PURE__*/forwardRef((props, forwardedRef) => {
6358
- return jsx(Icon, {
6359
- ref: forwardedRef,
6360
- ...props,
6361
- component: SvgWarningIcon
6362
- });
6363
- });
6364
- WarningIcon.displayName = 'WarningIcon';
6365
- var WarningIcon$1 = WarningIcon;
6366
-
6367
6686
  function SvgWorkflowsIcon(props) {
6368
6687
  return jsx("svg", {
6369
6688
  xmlns: "http://www.w3.org/2000/svg",
@@ -7304,7 +7623,6 @@ const Table = /*#__PURE__*/forwardRef(function Table(_ref, ref) {
7304
7623
  // See: https://emotion.sh/docs/best-practices#advanced-css-variables-with-style
7305
7624
  style: {
7306
7625
  ...style,
7307
- ['--table-background-color']: theme.colors.backgroundPrimary,
7308
7626
  ['--table-header-active-color']: theme.colors.actionDefaultTextPress,
7309
7627
  ['colorScheme']: theme.isDarkMode ? 'dark' : undefined,
7310
7628
  ['--table-header-background-color']: theme.colors.backgroundPrimary,
@@ -8519,9 +8837,33 @@ const getFooterStyles = theme => {
8519
8837
  background: theme.colors.backgroundPrimary,
8520
8838
  padding: `${theme.spacing.sm}px ${theme.spacing.lg / 2}px ${theme.spacing.sm}px ${theme.spacing.lg / 2}px`,
8521
8839
  position: 'sticky',
8522
- bottom: 0
8840
+ bottom: 0,
8841
+ boxSizing: 'border-box'
8523
8842
  }, process.env.NODE_ENV === "production" ? "" : ";label:getFooterStyles;");
8524
8843
  };
8844
+ const getSelectItemWithHintColumnStyles = function () {
8845
+ let hintColumnWidthPercent = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 50;
8846
+ return /*#__PURE__*/css({
8847
+ flexGrow: 1,
8848
+ display: 'inline-grid',
8849
+ gridTemplateColumns: `${100 - hintColumnWidthPercent}% ${hintColumnWidthPercent}%`
8850
+ }, process.env.NODE_ENV === "production" ? "" : ";label:getSelectItemWithHintColumnStyles;");
8851
+ };
8852
+ const getHintColumnStyles = (theme, disabled, textOverflowMode) => {
8853
+ return /*#__PURE__*/css({
8854
+ color: theme.colors.textSecondary,
8855
+ fontSize: theme.typography.fontSizeSm,
8856
+ textAlign: 'right',
8857
+ ...(disabled && {
8858
+ color: theme.colors.actionDisabledText
8859
+ }),
8860
+ ...(textOverflowMode === 'ellipsis' && {
8861
+ textOverflow: 'ellipsis',
8862
+ whiteSpace: 'nowrap',
8863
+ overflow: 'hidden'
8864
+ })
8865
+ }, process.env.NODE_ENV === "production" ? "" : ";label:getHintColumnStyles;");
8866
+ };
8525
8867
 
8526
8868
  function _EMOTION_STRINGIFIED_CSS_ERROR__$o() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
8527
8869
  var _ref2$g = process.env.NODE_ENV === "production" ? {
@@ -8572,6 +8914,7 @@ const DialogComboboxContent = /*#__PURE__*/forwardRef((_ref, forwardedRef) => {
8572
8914
  }
8573
8915
  const contentRef = useRef(null);
8574
8916
  useImperativeHandle(forwardedRef, () => contentRef.current);
8917
+ const realContentWidth = matchTriggerWidth ? 'var(--radix-popover-trigger-width)' : width;
8575
8918
  useEffect(() => {
8576
8919
  if (rememberLastScrollPosition) {
8577
8920
  if (!isOpen && contentRef.current) {
@@ -8596,10 +8939,10 @@ const DialogComboboxContent = /*#__PURE__*/forwardRef((_ref, forwardedRef) => {
8596
8939
  return;
8597
8940
  }, [isOpen, rememberLastScrollPosition, lastScrollPosition]);
8598
8941
  useEffect(() => {
8599
- if (contentWidth !== width) {
8600
- setContentWidth(width);
8942
+ if (contentWidth !== realContentWidth) {
8943
+ setContentWidth(realContentWidth);
8601
8944
  }
8602
- }, [width, contentWidth, setContentWidth]);
8945
+ }, [realContentWidth, contentWidth, setContentWidth]);
8603
8946
  useEffect(() => {
8604
8947
  if (textOverflowMode !== contextTextOverflowMode) {
8605
8948
  setTextOverflowMode(textOverflowMode ? textOverflowMode : 'multiline');
@@ -8617,7 +8960,7 @@ const DialogComboboxContent = /*#__PURE__*/forwardRef((_ref, forwardedRef) => {
8617
8960
  maxWidth,
8618
8961
  minHeight,
8619
8962
  minWidth,
8620
- width: matchTriggerWidth ? 'var(--radix-popover-trigger-width)' : width
8963
+ width: realContentWidth
8621
8964
  }),
8622
8965
  align: align,
8623
8966
  side: side,
@@ -8695,6 +9038,7 @@ const DialogComboboxHintRow = _ref => {
8695
9038
  } = useDesignSystemTheme();
8696
9039
  return jsx("div", {
8697
9040
  css: /*#__PURE__*/css({
9041
+ minWidth: '100%',
8698
9042
  color: theme.colors.textSecondary,
8699
9043
  fontSize: theme.typography.fontSizeSm,
8700
9044
  '[data-disabled] &': {
@@ -8726,7 +9070,7 @@ const getDialogComboboxOptionLabelWidth = (theme, width) => {
8726
9070
  const iconWidth = theme.spacing.md;
8727
9071
  const labelMarginLeft = theme.spacing.sm;
8728
9072
  if (typeof width === 'string') {
8729
- return `calc(${width} - ${paddingLeft + iconWidth + labelMarginLeft} px)`;
9073
+ return `calc(${width} - ${paddingLeft + iconWidth + labelMarginLeft}px)`;
8730
9074
  }
8731
9075
  return width - paddingLeft + iconWidth + labelMarginLeft;
8732
9076
  };
@@ -9096,7 +9440,9 @@ const DuboisDialogComboboxOptionListCheckboxItem = /*#__PURE__*/forwardRef((_ref
9096
9440
  e.stopPropagation();
9097
9441
  handleSelect(e);
9098
9442
  },
9099
- children: content
9443
+ children: jsx("div", {
9444
+ children: content
9445
+ })
9100
9446
  })
9101
9447
  });
9102
9448
  });
@@ -9309,8 +9655,12 @@ const DuboisDialogComboboxOptionListSelectItem = /*#__PURE__*/forwardRef((_ref,
9309
9655
  checked,
9310
9656
  disabledReason,
9311
9657
  onChange,
9658
+ hintColumn,
9659
+ hintColumnWidthPercent = 50,
9312
9660
  children,
9313
9661
  _TYPE,
9662
+ icon,
9663
+ dangerouslyHideCheck,
9314
9664
  ...props
9315
9665
  } = _ref;
9316
9666
  const {
@@ -9420,16 +9770,16 @@ const DuboisDialogComboboxOptionListSelectItem = /*#__PURE__*/forwardRef((_ref,
9420
9770
  }),
9421
9771
  role: "option",
9422
9772
  "aria-selected": checked,
9423
- children: [checked ? jsx(CheckIcon, {
9773
+ children: [!dangerouslyHideCheck && (checked ? jsx(CheckIcon, {
9424
9774
  css: _ref3$6
9425
9775
  }) : jsx("div", {
9426
9776
  style: {
9427
9777
  width: 16,
9428
9778
  flexShrink: 0
9429
9779
  }
9430
- }), jsx("label", {
9780
+ })), jsxs("label", {
9431
9781
  style: {
9432
- marginLeft: theme.spacing.sm,
9782
+ marginLeft: !dangerouslyHideCheck ? theme.spacing.sm : 0,
9433
9783
  fontSize: theme.typography.fontSizeBase,
9434
9784
  fontStyle: 'normal',
9435
9785
  fontWeight: 400,
@@ -9442,9 +9792,26 @@ const DuboisDialogComboboxOptionListSelectItem = /*#__PURE__*/forwardRef((_ref,
9442
9792
  }),
9443
9793
  ...(contentWidth ? {
9444
9794
  width: getDialogComboboxOptionLabelWidth(theme, contentWidth)
9445
- } : {})
9795
+ } : {}),
9796
+ ...(hintColumn && {
9797
+ display: 'flex'
9798
+ })
9446
9799
  },
9447
- children: content
9800
+ children: [icon && jsx("span", {
9801
+ style: {
9802
+ position: 'relative',
9803
+ top: 1,
9804
+ marginRight: theme.spacing.sm,
9805
+ color: theme.colors.textSecondary
9806
+ },
9807
+ children: icon
9808
+ }), hintColumn ? jsxs("span", {
9809
+ css: getSelectItemWithHintColumnStyles(hintColumnWidthPercent),
9810
+ children: [content, jsx("span", {
9811
+ css: getHintColumnStyles(theme, Boolean(props.disabled), textOverflowMode),
9812
+ children: hintColumn
9813
+ })]
9814
+ }) : content]
9448
9815
  })]
9449
9816
  });
9450
9817
  });
@@ -9924,8 +10291,20 @@ const DialogComboboxTrigger = /*#__PURE__*/forwardRef((_ref, forwardedRef) => {
9924
10291
  })]
9925
10292
  });
9926
10293
  });
9927
-
9928
- const Spacer = _ref => {
10294
+ /**
10295
+ * A custom button trigger that can be wrapped around any button.
10296
+ */
10297
+ const DialogComboboxCustomButtonTriggerWrapper = _ref2 => {
10298
+ let {
10299
+ children
10300
+ } = _ref2;
10301
+ return jsx(Popover$1.Trigger, {
10302
+ asChild: true,
10303
+ children: children
10304
+ });
10305
+ };
10306
+
10307
+ const Spacer = _ref => {
9929
10308
  let {
9930
10309
  size = 'md',
9931
10310
  shrinks,
@@ -10379,7 +10758,7 @@ const getMessageStyles = (clsPrefix, theme) => {
10379
10758
  const VALIDATION_STATE_ICONS = {
10380
10759
  error: DangerIcon,
10381
10760
  success: CheckCircleIcon$1,
10382
- warning: WarningIcon$1
10761
+ warning: WarningIcon
10383
10762
  };
10384
10763
  function FormMessage(_ref) {
10385
10764
  let {
@@ -10466,8 +10845,9 @@ const Label = props => {
10466
10845
  children,
10467
10846
  className,
10468
10847
  inline,
10848
+ required,
10469
10849
  ...restProps
10470
- } = props;
10850
+ } = props; // Destructure the new prop
10471
10851
  const {
10472
10852
  classNamePrefix,
10473
10853
  theme
@@ -10478,9 +10858,12 @@ const Label = props => {
10478
10858
  }),
10479
10859
  className: classnames(`${classNamePrefix}-label`, className),
10480
10860
  ...restProps,
10481
- children: jsx("span", {
10861
+ children: jsxs("span", {
10482
10862
  css: _ref2$9,
10483
- children: children
10863
+ children: [children, required && jsx("span", {
10864
+ "aria-hidden": "true",
10865
+ children: "*"
10866
+ })]
10484
10867
  })
10485
10868
  });
10486
10869
  };
@@ -11075,7 +11458,6 @@ function getSelectEmotionStyles(_ref) {
11075
11458
  }
11076
11459
  function getDropdownStyles(clsPrefix, theme) {
11077
11460
  let useNewDropdownStyle = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false;
11078
- let maxHeight = arguments.length > 3 ? arguments[3] : undefined;
11079
11461
  const classItem = `.${clsPrefix}-item-option`;
11080
11462
  const classItemActive = `.${clsPrefix}-item-option-active`;
11081
11463
  const classItemSelected = `.${clsPrefix}-item-option-selected`;
@@ -11135,9 +11517,6 @@ function getDropdownStyles(clsPrefix, theme) {
11135
11517
  left: -CONTENT_LEFT_PADDING / 2
11136
11518
  })
11137
11519
  },
11138
- '.rc-virtual-list-holder': {
11139
- maxHeight
11140
- },
11141
11520
  ...getAnimationCss(theme.options.enableAnimation),
11142
11521
  ...getDarkModePortalStyles(theme)
11143
11522
  };
@@ -11252,7 +11631,8 @@ function DuboisSelect(_ref2, ref) {
11252
11631
  }),
11253
11632
  children: "No results found"
11254
11633
  }),
11255
- dropdownClassName: css$1([getDropdownStyles(clsPrefix, theme, useNewSelectStyles, MAX_HEIGHT), dropdownClassName]),
11634
+ dropdownClassName: css$1([getDropdownStyles(clsPrefix, theme, useNewSelectStyles), dropdownClassName]),
11635
+ listHeight: MAX_HEIGHT,
11256
11636
  maxTagPlaceholder: items => `+ ${items.length} more`,
11257
11637
  mode: mode,
11258
11638
  options: options,
@@ -11406,6 +11786,185 @@ const SelectV2Trigger = /*#__PURE__*/forwardRef((props, ref) => {
11406
11786
  });
11407
11787
  });
11408
11788
 
11789
+ const getSwitchWithLabelStyles = _ref => {
11790
+ let {
11791
+ clsPrefix,
11792
+ theme
11793
+ } = _ref;
11794
+ // Default value
11795
+ const SWITCH_WIDTH = 28;
11796
+ const styles = {
11797
+ display: 'flex',
11798
+ alignItems: 'center',
11799
+ // Switch is Off
11800
+ [`&.${clsPrefix}-switch`]: {
11801
+ backgroundColor: theme.colors.backgroundPrimary,
11802
+ border: `1px solid ${theme.colors.actionDefaultBorderDefault}`,
11803
+ [`.${clsPrefix}-switch-handle:before`]: {
11804
+ boxShadow: `0px 0px 0px 1px ${theme.colors.actionDefaultBorderDefault}`,
11805
+ transition: 'none'
11806
+ },
11807
+ [`&:hover:not(.${clsPrefix}-switch-disabled)`]: {
11808
+ backgroundColor: theme.colors.actionDefaultBackgroundHover,
11809
+ border: `1px solid ${theme.colors.actionPrimaryBackgroundHover}`,
11810
+ [`.${clsPrefix}-switch-handle:before`]: {
11811
+ boxShadow: `0px 0px 0px 1px ${theme.colors.actionPrimaryBackgroundHover}`
11812
+ }
11813
+ },
11814
+ [`&:active:not(.${clsPrefix}-switch-disabled)`]: {
11815
+ backgroundColor: theme.colors.actionDefaultBackgroundPress,
11816
+ border: `1px solid ${theme.colors.actionPrimaryBackgroundPress}`,
11817
+ [`.${clsPrefix}-switch-handle:before`]: {
11818
+ boxShadow: `0px 0px 0px 1px ${theme.colors.actionPrimaryBackgroundHover}`
11819
+ }
11820
+ },
11821
+ [`&:focus-visible`]: {
11822
+ border: `1px solid ${theme.colors.actionPrimaryBackgroundDefault}`,
11823
+ boxShadow: 'none',
11824
+ outlineStyle: 'solid',
11825
+ outlineWidth: '1px',
11826
+ outlineOffset: '1px',
11827
+ outlineColor: theme.colors.actionDefaultBorderFocus,
11828
+ [`.${clsPrefix}-switch-handle:before`]: {
11829
+ boxShadow: `0px 0px 0px 1px ${theme.colors.actionPrimaryBackgroundDefault}`
11830
+ }
11831
+ },
11832
+ [`&:focus`]: {
11833
+ boxShadow: 'none'
11834
+ }
11835
+ },
11836
+ // Switch is On
11837
+ [`&.${clsPrefix}-switch-checked`]: {
11838
+ backgroundColor: theme.colors.actionPrimaryBackgroundDefault,
11839
+ border: `1px solid ${theme.colors.actionPrimaryBackgroundDefault}`,
11840
+ [`&:hover:not(.${clsPrefix}-switch-disabled)`]: {
11841
+ backgroundColor: theme.colors.actionPrimaryBackgroundHover,
11842
+ border: `1px solid ${theme.colors.actionPrimaryBackgroundDefault}`
11843
+ },
11844
+ [`&:active:not(.${clsPrefix}-switch-disabled)`]: {
11845
+ backgroundColor: theme.colors.actionPrimaryBackgroundPress
11846
+ },
11847
+ [`.${clsPrefix}-switch-handle:before`]: {
11848
+ boxShadow: `0px 0px 0px 1px ${theme.colors.actionPrimaryBackgroundDefault}`
11849
+ },
11850
+ [`&.${clsPrefix}-switch-disabled`]: {
11851
+ backgroundColor: theme.colors.actionDisabledBackground,
11852
+ border: `1px solid ${theme.colors.actionDisabledBackground}`,
11853
+ [`.${clsPrefix}-switch-handle:before`]: {
11854
+ boxShadow: `0px 0px 0px 1px ${theme.colors.actionDisabledBackground}`
11855
+ }
11856
+ }
11857
+ },
11858
+ [`.${clsPrefix}-switch-handle:before`]: {
11859
+ backgroundColor: theme.colors.backgroundPrimary
11860
+ },
11861
+ [`&& + .${clsPrefix}-hint, && + .${clsPrefix}-form-message`]: {
11862
+ paddingLeft: theme.spacing.sm + SWITCH_WIDTH
11863
+ },
11864
+ [`&& + .${clsPrefix}-form-message`]: {
11865
+ marginTop: 0
11866
+ },
11867
+ [`.${clsPrefix}-click-animating-node`]: {
11868
+ animation: 'none'
11869
+ }
11870
+ };
11871
+ const importantStyles = importantify(styles);
11872
+ return /*#__PURE__*/css(importantStyles, process.env.NODE_ENV === "production" ? "" : ";label:getSwitchWithLabelStyles;");
11873
+ };
11874
+ const Switch = _ref2 => {
11875
+ var _props$id;
11876
+ let {
11877
+ dangerouslySetAntdProps,
11878
+ label,
11879
+ labelProps,
11880
+ activeLabel,
11881
+ inactiveLabel,
11882
+ disabledLabel,
11883
+ ...props
11884
+ } = _ref2;
11885
+ const {
11886
+ theme,
11887
+ classNamePrefix
11888
+ } = useDesignSystemTheme();
11889
+ const duboisId = useUniqueId('dubois-switch');
11890
+ const uniqueId = (_props$id = props.id) !== null && _props$id !== void 0 ? _props$id : duboisId;
11891
+ const [isChecked, setIsChecked] = useState(props.checked || props.defaultChecked);
11892
+ const handleToggle = (newState, event) => {
11893
+ if (props.onChange) {
11894
+ props.onChange(newState, event);
11895
+ } else {
11896
+ setIsChecked(newState);
11897
+ }
11898
+ };
11899
+ useEffect(() => {
11900
+ setIsChecked(props.checked);
11901
+ }, [props.checked]);
11902
+ const hasNewLabels = activeLabel && inactiveLabel && disabledLabel;
11903
+ const stateMessage = isChecked ? activeLabel : inactiveLabel;
11904
+
11905
+ // AntDSwitch's interface does not include `id` even though it passes it through and works as expected
11906
+ // We are using this to bypass that check
11907
+ const idPropObj = {
11908
+ id: uniqueId
11909
+ };
11910
+ const switchComponent = jsx(Switch$1, {
11911
+ ...props,
11912
+ ...dangerouslySetAntdProps,
11913
+ onChange: handleToggle,
11914
+ ...idPropObj,
11915
+ css: /*#__PURE__*/css({
11916
+ ... /*#__PURE__*/css(getAnimationCss(theme.options.enableAnimation), process.env.NODE_ENV === "production" ? "" : ";label:switchComponent;"),
11917
+ ...getSwitchWithLabelStyles({
11918
+ clsPrefix: classNamePrefix,
11919
+ theme
11920
+ })
11921
+ }, process.env.NODE_ENV === "production" ? "" : ";label:switchComponent;")
11922
+ });
11923
+ const labelComponent = jsx(Label, {
11924
+ inline: true,
11925
+ ...labelProps,
11926
+ htmlFor: uniqueId,
11927
+ style: {
11928
+ ...(hasNewLabels && {
11929
+ marginRight: theme.spacing.sm
11930
+ })
11931
+ },
11932
+ children: label
11933
+ });
11934
+ return label ? jsx(DesignSystemAntDConfigProvider, {
11935
+ children: jsx("div", {
11936
+ css: getSwitchWithLabelStyles({
11937
+ clsPrefix: classNamePrefix,
11938
+ theme
11939
+ }),
11940
+ children: hasNewLabels ? jsxs(Fragment, {
11941
+ children: [labelComponent, jsx("span", {
11942
+ style: {
11943
+ marginLeft: 'auto',
11944
+ marginRight: theme.spacing.sm
11945
+ },
11946
+ children: `${stateMessage}${props.disabled ? ` (${disabledLabel})` : ''}`
11947
+ }), switchComponent]
11948
+ }) : jsxs(Fragment, {
11949
+ children: [switchComponent, labelComponent]
11950
+ })
11951
+ })
11952
+ }) : jsx(DesignSystemAntDConfigProvider, {
11953
+ children: jsx(Switch$1, {
11954
+ ...props,
11955
+ ...dangerouslySetAntdProps,
11956
+ ...idPropObj,
11957
+ css: /*#__PURE__*/css({
11958
+ ... /*#__PURE__*/css(getAnimationCss(theme.options.enableAnimation), process.env.NODE_ENV === "production" ? "" : ";label:Switch;"),
11959
+ ...getSwitchWithLabelStyles({
11960
+ clsPrefix: classNamePrefix,
11961
+ theme
11962
+ })
11963
+ }, process.env.NODE_ENV === "production" ? "" : ";label:Switch;")
11964
+ })
11965
+ });
11966
+ };
11967
+
11409
11968
  const typeaheadComboboxContextDefaults = {
11410
11969
  isInsideTypeaheadCombobox: false,
11411
11970
  multiSelect: false
@@ -12946,6 +13505,26 @@ function RHFControlledRadioGroup(_ref11) {
12946
13505
  ...field
12947
13506
  });
12948
13507
  }
13508
+ function RHFControlledSwitch(_ref12) {
13509
+ let {
13510
+ name,
13511
+ control,
13512
+ rules,
13513
+ ...restProps
13514
+ } = _ref12;
13515
+ const {
13516
+ field
13517
+ } = useController({
13518
+ name: name,
13519
+ control: control,
13520
+ rules: rules
13521
+ });
13522
+ return jsx(Switch, {
13523
+ ...restProps,
13524
+ ...field,
13525
+ checked: field.value
13526
+ });
13527
+ }
12949
13528
  const RHFControlledComponents = {
12950
13529
  Input: RHFControlledInput,
12951
13530
  Password: RHFControlledPasswordInput,
@@ -12957,7 +13536,8 @@ const RHFControlledComponents = {
12957
13536
  CheckboxGroup: RHFControlledCheckboxGroup,
12958
13537
  RadioGroup: RHFControlledRadioGroup,
12959
13538
  TypeaheadCombobox: RHFControlledTypeaheadCombobox,
12960
- MultiSelectTypeaheadCombobox: RHFControlledMultiSelectTypeaheadCombobox
13539
+ MultiSelectTypeaheadCombobox: RHFControlledMultiSelectTypeaheadCombobox,
13540
+ Switch: RHFControlledSwitch
12961
13541
  };
12962
13542
 
12963
13543
  const getHorizontalInputStyles = (theme, labelColWidth, inputColWidth) => {
@@ -13521,6 +14101,7 @@ const Pagination = function Pagination(_ref) {
13521
14101
  numTotal,
13522
14102
  onChange,
13523
14103
  style,
14104
+ hideOnSinglePage,
13524
14105
  dangerouslySetAntdProps
13525
14106
  } = _ref;
13526
14107
  const {
@@ -13539,6 +14120,7 @@ const Pagination = function Pagination(_ref) {
13539
14120
  showQuickJumper: false,
13540
14121
  size: "small",
13541
14122
  style: style,
14123
+ hideOnSinglePage: hideOnSinglePage,
13542
14124
  ...dangerouslySetAntdProps
13543
14125
  })
13544
14126
  });
@@ -14455,7 +15037,7 @@ const colorMap = {
14455
15037
  default: 'tagDefault',
14456
15038
  brown: 'tagBrown',
14457
15039
  coral: 'tagCoral',
14458
- charcoal: 'tagCharcoal',
15040
+ charcoal: 'grey600',
14459
15041
  indigo: 'tagIndigo',
14460
15042
  lemon: 'tagLemon',
14461
15043
  lime: 'tagLime',
@@ -14713,9 +15295,16 @@ const PageWrapper = _ref => {
14713
15295
 
14714
15296
  const SMALL_BUTTON_HEIGHT = 24;
14715
15297
  function getSegmentedControlGroupEmotionStyles(clsPrefix) {
15298
+ let spaced = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;
15299
+ const classGroup = `.${clsPrefix}-radio-group`;
14716
15300
  const classSmallGroup = `.${clsPrefix}-radio-group-small`;
14717
15301
  const classButtonWrapper = `.${clsPrefix}-radio-button-wrapper`;
14718
15302
  const styles = {
15303
+ [`&${classGroup}`]: spaced ? {
15304
+ display: 'flex',
15305
+ gap: 8,
15306
+ flexWrap: 'wrap'
15307
+ } : {},
14719
15308
  [`&${classSmallGroup} ${classButtonWrapper}`]: {
14720
15309
  padding: '0 12px'
14721
15310
  }
@@ -14724,6 +15313,7 @@ function getSegmentedControlGroupEmotionStyles(clsPrefix) {
14724
15313
  return /*#__PURE__*/css(importantStyles, process.env.NODE_ENV === "production" ? "" : ";label:getSegmentedControlGroupEmotionStyles;");
14725
15314
  }
14726
15315
  function getSegmentedControlButtonEmotionStyles(clsPrefix, theme, size) {
15316
+ let spaced = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : false;
14727
15317
  const classWrapperChecked = `.${clsPrefix}-radio-button-wrapper-checked`;
14728
15318
  const classWrapper = `.${clsPrefix}-radio-button-wrapper`;
14729
15319
  const classWrapperDisabled = `.${clsPrefix}-radio-button-wrapper-disabled`;
@@ -14738,7 +15328,9 @@ function getSegmentedControlButtonEmotionStyles(clsPrefix, theme, size) {
14738
15328
  backgroundColor: theme.colors.actionDefaultBackgroundDefault,
14739
15329
  borderColor: theme.colors.actionDefaultBorderDefault,
14740
15330
  color: theme.colors.actionDefaultTextDefault,
15331
+ // This handles the left border of the button when they're adjacent
14741
15332
  '::before': {
15333
+ display: spaced ? 'none' : 'block',
14742
15334
  backgroundColor: theme.colors.actionDefaultBorderDefault
14743
15335
  },
14744
15336
  '&:hover': {
@@ -14791,6 +15383,10 @@ function getSegmentedControlButtonEmotionStyles(clsPrefix, theme, size) {
14791
15383
  padding: size === 'middle' ? '0 16px' : '0 8px',
14792
15384
  display: 'inline-flex',
14793
15385
  verticalAlign: 'middle',
15386
+ ...(spaced ? {
15387
+ borderWidth: 1,
15388
+ borderRadius: theme.general.borderRadiusBase
15389
+ } : {}),
14794
15390
  '&:focus-within': {
14795
15391
  outlineStyle: 'solid',
14796
15392
  outlineWidth: '2px',
@@ -14809,7 +15405,8 @@ function getSegmentedControlButtonEmotionStyles(clsPrefix, theme, size) {
14809
15405
  return /*#__PURE__*/css(importantStyles, process.env.NODE_ENV === "production" ? "" : ";label:getSegmentedControlButtonEmotionStyles;");
14810
15406
  }
14811
15407
  const SegmentedControlGroupContext = /*#__PURE__*/createContext({
14812
- size: 'middle'
15408
+ size: 'middle',
15409
+ spaced: false
14813
15410
  });
14814
15411
  const SegmentedControlButton = /*#__PURE__*/forwardRef(function SegmentedControlButton(_ref, ref) {
14815
15412
  let {
@@ -14821,11 +15418,12 @@ const SegmentedControlButton = /*#__PURE__*/forwardRef(function SegmentedControl
14821
15418
  theme
14822
15419
  } = useDesignSystemTheme();
14823
15420
  const {
14824
- size
15421
+ size,
15422
+ spaced
14825
15423
  } = useContext(SegmentedControlGroupContext);
14826
15424
  return jsx(DesignSystemAntDConfigProvider, {
14827
15425
  children: jsx(Radio$1.Button, {
14828
- css: getSegmentedControlButtonEmotionStyles(classNamePrefix, theme, size),
15426
+ css: getSegmentedControlButtonEmotionStyles(classNamePrefix, theme, size, spaced),
14829
15427
  ...props,
14830
15428
  ...dangerouslySetAntdProps,
14831
15429
  ref: ref
@@ -14836,6 +15434,7 @@ const SegmentedControlGroup = /*#__PURE__*/forwardRef(function SegmentedControlG
14836
15434
  let {
14837
15435
  dangerouslySetAntdProps,
14838
15436
  size = 'middle',
15437
+ spaced = false,
14839
15438
  ...props
14840
15439
  } = _ref2;
14841
15440
  const {
@@ -14844,11 +15443,12 @@ const SegmentedControlGroup = /*#__PURE__*/forwardRef(function SegmentedControlG
14844
15443
  return jsx(DesignSystemAntDConfigProvider, {
14845
15444
  children: jsx(SegmentedControlGroupContext.Provider, {
14846
15445
  value: {
14847
- size
15446
+ size,
15447
+ spaced
14848
15448
  },
14849
15449
  children: jsx(Radio$1.Group, {
14850
15450
  ...props,
14851
- css: getSegmentedControlGroupEmotionStyles(classNamePrefix),
15451
+ css: getSegmentedControlGroupEmotionStyles(classNamePrefix, spaced),
14852
15452
  ...dangerouslySetAntdProps,
14853
15453
  ref: ref
14854
15454
  })
@@ -15499,185 +16099,6 @@ const Steps = /* #__PURE__ */(() => {
15499
16099
  return Steps;
15500
16100
  })();
15501
16101
 
15502
- const getSwitchWithLabelStyles = _ref => {
15503
- let {
15504
- clsPrefix,
15505
- theme
15506
- } = _ref;
15507
- // Default value
15508
- const SWITCH_WIDTH = 28;
15509
- const styles = {
15510
- display: 'flex',
15511
- alignItems: 'center',
15512
- // Switch is Off
15513
- [`&.${clsPrefix}-switch`]: {
15514
- backgroundColor: theme.colors.backgroundPrimary,
15515
- border: `1px solid ${theme.colors.actionDefaultBorderDefault}`,
15516
- [`.${clsPrefix}-switch-handle:before`]: {
15517
- boxShadow: `0px 0px 0px 1px ${theme.colors.actionDefaultBorderDefault}`,
15518
- transition: 'none'
15519
- },
15520
- [`&:hover:not(.${clsPrefix}-switch-disabled)`]: {
15521
- backgroundColor: theme.colors.actionDefaultBackgroundHover,
15522
- border: `1px solid ${theme.colors.actionPrimaryBackgroundHover}`,
15523
- [`.${clsPrefix}-switch-handle:before`]: {
15524
- boxShadow: `0px 0px 0px 1px ${theme.colors.actionPrimaryBackgroundHover}`
15525
- }
15526
- },
15527
- [`&:active:not(.${clsPrefix}-switch-disabled)`]: {
15528
- backgroundColor: theme.colors.actionDefaultBackgroundPress,
15529
- border: `1px solid ${theme.colors.actionPrimaryBackgroundPress}`,
15530
- [`.${clsPrefix}-switch-handle:before`]: {
15531
- boxShadow: `0px 0px 0px 1px ${theme.colors.actionPrimaryBackgroundHover}`
15532
- }
15533
- },
15534
- [`&:focus-visible`]: {
15535
- border: `1px solid ${theme.colors.actionPrimaryBackgroundDefault}`,
15536
- boxShadow: 'none',
15537
- outlineStyle: 'solid',
15538
- outlineWidth: '1px',
15539
- outlineOffset: '1px',
15540
- outlineColor: theme.colors.actionDefaultBorderFocus,
15541
- [`.${clsPrefix}-switch-handle:before`]: {
15542
- boxShadow: `0px 0px 0px 1px ${theme.colors.actionPrimaryBackgroundDefault}`
15543
- }
15544
- },
15545
- [`&:focus`]: {
15546
- boxShadow: 'none'
15547
- }
15548
- },
15549
- // Switch is On
15550
- [`&.${clsPrefix}-switch-checked`]: {
15551
- backgroundColor: theme.colors.actionPrimaryBackgroundDefault,
15552
- border: `1px solid ${theme.colors.actionPrimaryBackgroundDefault}`,
15553
- [`&:hover:not(.${clsPrefix}-switch-disabled)`]: {
15554
- backgroundColor: theme.colors.actionPrimaryBackgroundHover,
15555
- border: `1px solid ${theme.colors.actionPrimaryBackgroundDefault}`
15556
- },
15557
- [`&:active:not(.${clsPrefix}-switch-disabled)`]: {
15558
- backgroundColor: theme.colors.actionPrimaryBackgroundPress
15559
- },
15560
- [`.${clsPrefix}-switch-handle:before`]: {
15561
- boxShadow: `0px 0px 0px 1px ${theme.colors.actionPrimaryBackgroundDefault}`
15562
- },
15563
- [`&.${clsPrefix}-switch-disabled`]: {
15564
- backgroundColor: theme.colors.actionDisabledBackground,
15565
- border: `1px solid ${theme.colors.actionDisabledBackground}`,
15566
- [`.${clsPrefix}-switch-handle:before`]: {
15567
- boxShadow: `0px 0px 0px 1px ${theme.colors.actionDisabledBackground}`
15568
- }
15569
- }
15570
- },
15571
- [`.${clsPrefix}-switch-handle:before`]: {
15572
- backgroundColor: theme.colors.backgroundPrimary
15573
- },
15574
- [`&& + .${clsPrefix}-hint, && + .${clsPrefix}-form-message`]: {
15575
- paddingLeft: theme.spacing.sm + SWITCH_WIDTH
15576
- },
15577
- [`&& + .${clsPrefix}-form-message`]: {
15578
- marginTop: 0
15579
- },
15580
- [`.${clsPrefix}-click-animating-node`]: {
15581
- animation: 'none'
15582
- }
15583
- };
15584
- const importantStyles = importantify(styles);
15585
- return /*#__PURE__*/css(importantStyles, process.env.NODE_ENV === "production" ? "" : ";label:getSwitchWithLabelStyles;");
15586
- };
15587
- const Switch = _ref2 => {
15588
- var _props$id;
15589
- let {
15590
- dangerouslySetAntdProps,
15591
- label,
15592
- labelProps,
15593
- activeLabel,
15594
- inactiveLabel,
15595
- disabledLabel,
15596
- ...props
15597
- } = _ref2;
15598
- const {
15599
- theme,
15600
- classNamePrefix
15601
- } = useDesignSystemTheme();
15602
- const duboisId = useUniqueId('dubois-switch');
15603
- const uniqueId = (_props$id = props.id) !== null && _props$id !== void 0 ? _props$id : duboisId;
15604
- const [isChecked, setIsChecked] = useState(props.checked || props.defaultChecked);
15605
- const handleToggle = (newState, event) => {
15606
- if (props.onChange) {
15607
- props.onChange(newState, event);
15608
- } else {
15609
- setIsChecked(newState);
15610
- }
15611
- };
15612
- useEffect(() => {
15613
- setIsChecked(props.checked);
15614
- }, [props.checked]);
15615
- const hasNewLabels = activeLabel && inactiveLabel && disabledLabel;
15616
- const stateMessage = isChecked ? activeLabel : inactiveLabel;
15617
-
15618
- // AntDSwitch's interface does not include `id` even though it passes it through and works as expected
15619
- // We are using this to bypass that check
15620
- const idPropObj = {
15621
- id: uniqueId
15622
- };
15623
- const switchComponent = jsx(Switch$1, {
15624
- ...props,
15625
- ...dangerouslySetAntdProps,
15626
- onChange: handleToggle,
15627
- ...idPropObj,
15628
- css: /*#__PURE__*/css({
15629
- ... /*#__PURE__*/css(getAnimationCss(theme.options.enableAnimation), process.env.NODE_ENV === "production" ? "" : ";label:switchComponent;"),
15630
- ...getSwitchWithLabelStyles({
15631
- clsPrefix: classNamePrefix,
15632
- theme
15633
- })
15634
- }, process.env.NODE_ENV === "production" ? "" : ";label:switchComponent;")
15635
- });
15636
- const labelComponent = jsx(Label, {
15637
- inline: true,
15638
- ...labelProps,
15639
- htmlFor: uniqueId,
15640
- style: {
15641
- ...(hasNewLabels && {
15642
- marginRight: theme.spacing.sm
15643
- })
15644
- },
15645
- children: label
15646
- });
15647
- return label ? jsx(DesignSystemAntDConfigProvider, {
15648
- children: jsx("div", {
15649
- css: getSwitchWithLabelStyles({
15650
- clsPrefix: classNamePrefix,
15651
- theme
15652
- }),
15653
- children: hasNewLabels ? jsxs(Fragment, {
15654
- children: [labelComponent, jsx("span", {
15655
- style: {
15656
- marginLeft: 'auto',
15657
- marginRight: theme.spacing.sm
15658
- },
15659
- children: `${stateMessage}${props.disabled ? ` (${disabledLabel})` : ''}`
15660
- }), switchComponent]
15661
- }) : jsxs(Fragment, {
15662
- children: [switchComponent, labelComponent]
15663
- })
15664
- })
15665
- }) : jsx(DesignSystemAntDConfigProvider, {
15666
- children: jsx(Switch$1, {
15667
- ...props,
15668
- ...dangerouslySetAntdProps,
15669
- ...idPropObj,
15670
- css: /*#__PURE__*/css({
15671
- ... /*#__PURE__*/css(getAnimationCss(theme.options.enableAnimation), process.env.NODE_ENV === "production" ? "" : ";label:Switch;"),
15672
- ...getSwitchWithLabelStyles({
15673
- clsPrefix: classNamePrefix,
15674
- theme
15675
- })
15676
- }, process.env.NODE_ENV === "production" ? "" : ";label:Switch;")
15677
- })
15678
- });
15679
- };
15680
-
15681
16102
  function _EMOTION_STRINGIFIED_CSS_ERROR__$1() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
15682
16103
  const getTableFilterInputStyles = (theme, defaultWidth) => {
15683
16104
  return /*#__PURE__*/css({
@@ -16403,6 +16824,7 @@ function getTreeEmotionStyles(clsPrefix, theme, size, useNewTree) {
16403
16824
  const classNodeActive = `.${clsPrefix}-tree-treenode-active`;
16404
16825
  const classNodeDisabled = `.${clsPrefix}-tree-treenode-disabled`;
16405
16826
  const classContent = `.${clsPrefix}-tree-node-content-wrapper`;
16827
+ const classContentTitle = `.${clsPrefix}-tree-title`;
16406
16828
  const classSelected = `.${clsPrefix}-tree-node-selected`;
16407
16829
  const classSwitcher = `.${clsPrefix}-tree-switcher`;
16408
16830
  const classSwitcherNoop = `.${clsPrefix}-tree-switcher-noop`;
@@ -16419,7 +16841,7 @@ function getTreeEmotionStyles(clsPrefix, theme, size, useNewTree) {
16419
16841
  const styles = {
16420
16842
  // Basic node
16421
16843
  [classNode]: {
16422
- height: NODE_SIZE,
16844
+ minHeight: NODE_SIZE,
16423
16845
  width: '100%',
16424
16846
  padding: 0,
16425
16847
  paddingLeft: BORDER_WIDTH,
@@ -16497,6 +16919,12 @@ function getTreeEmotionStyles(clsPrefix, theme, size, useNewTree) {
16497
16919
  backgroundColor: 'transparent'
16498
16920
  }
16499
16921
  },
16922
+ [classContentTitle]: {
16923
+ lineHeight: theme.typography.lineHeightBase,
16924
+ padding: `${(NODE_SIZE - parseInt(theme.typography.lineHeightBase, 10)) / 2}px 0`,
16925
+ // The content inside 'classContent' is wrapped in the title class, which is the actual interactive element.
16926
+ width: '100%'
16927
+ },
16500
16928
  // TODO(FEINF-1595): Temporary style for now
16501
16929
  ...(useNewTree && {
16502
16930
  [`${classSwitcherNoop} + ${classContent}, ${classSwitcherNoop} + ${classCheckbox}`]: {
@@ -16629,5 +17057,5 @@ const Tree = /*#__PURE__*/forwardRef(function Tree(_ref, ref) {
16629
17057
  });
16630
17058
  });
16631
17059
 
16632
- export { AccessibleContainer, Accordion, AccordionPanel, Alert, AlignCenterIcon$1 as AlignCenterIcon, AlignLeftIcon$1 as AlignLeftIcon, AlignRightIcon$1 as AlignRightIcon, AppIcon$1 as AppIcon, ApplyDesignSystemContextOverrides, ApplyGlobalStyles, ArrowDownIcon$1 as ArrowDownIcon, ArrowInIcon$1 as ArrowInIcon, ArrowLeftIcon$1 as ArrowLeftIcon, ArrowRightIcon$1 as ArrowRightIcon, ArrowUpIcon$1 as ArrowUpIcon, ArrowsUpDownIcon$1 as ArrowsUpDownIcon, AssistantIcon$1 as AssistantIcon, AutoComplete, BadgeCodeIcon$1 as BadgeCodeIcon, BadgeCodeOffIcon$1 as BadgeCodeOffIcon, BarChartIcon$1 as BarChartIcon, BarGroupedIcon$1 as BarGroupedIcon, BarStackedIcon$1 as BarStackedIcon, BeakerIcon$1 as BeakerIcon, BinaryIcon$1 as BinaryIcon, BoldIcon$1 as BoldIcon, BookIcon$1 as BookIcon, BookmarkFillIcon$1 as BookmarkFillIcon, BookmarkIcon$1 as BookmarkIcon, BooksIcon$1 as BooksIcon, BracketsCurlyIcon$1 as BracketsCurlyIcon, BracketsSquareIcon$1 as BracketsSquareIcon, BracketsXIcon$1 as BracketsXIcon, BranchIcon$1 as BranchIcon, Breadcrumb, BriefcaseFillIcon$1 as BriefcaseFillIcon, BriefcaseIcon$1 as BriefcaseIcon, Button, CalendarClockIcon$1 as CalendarClockIcon, CalendarEventIcon$1 as CalendarEventIcon, CalendarIcon$1 as CalendarIcon, Card, CaretDownSquareIcon$1 as CaretDownSquareIcon, CaretUpSquareIcon$1 as CaretUpSquareIcon, CatalogCloudIcon$1 as CatalogCloudIcon, CatalogIcon$1 as CatalogIcon, CatalogOffIcon$1 as CatalogOffIcon, ChartLineIcon$1 as ChartLineIcon, CheckCircleBadgeIcon$1 as CheckCircleBadgeIcon, CheckCircleFillIcon$1 as CheckCircleFillIcon, CheckCircleIcon$1 as CheckCircleIcon, CheckIcon, CheckLineIcon$1 as CheckLineIcon, Checkbox, CheckboxIcon$1 as CheckboxIcon, ChecklistIcon$1 as ChecklistIcon, ChevronDoubleDownIcon$1 as ChevronDoubleDownIcon, ChevronDoubleLeftIcon$1 as ChevronDoubleLeftIcon, ChevronDoubleRightIcon$1 as ChevronDoubleRightIcon, ChevronDoubleUpIcon$1 as ChevronDoubleUpIcon, ChevronDownIcon$1 as ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon$1 as ChevronUpIcon, CircleIcon$1 as CircleIcon, ClipboardIcon$1 as ClipboardIcon, ClockIcon$1 as ClockIcon, ClockKeyIcon$1 as ClockKeyIcon, CloseIcon, CloudDownloadIcon$1 as CloudDownloadIcon, CloudIcon$1 as CloudIcon, CloudKeyIcon$1 as CloudKeyIcon, CloudModelIcon$1 as CloudModelIcon, CloudOffIcon$1 as CloudOffIcon, CloudUploadIcon$1 as CloudUploadIcon, CodeIcon$1 as CodeIcon, Col, ColorFillIcon$1 as ColorFillIcon, ColumnIcon$1 as ColumnIcon, ColumnsIcon$1 as ColumnsIcon, ConnectIcon$1 as ConnectIcon, Content, CopyIcon$1 as CopyIcon, CursorPagination, CursorTypeIcon$1 as CursorTypeIcon, DIcon$1 as DIcon, DU_BOIS_ENABLE_ANIMATION_CLASSNAME, DagIcon$1 as DagIcon, DangerFillIcon$1 as DangerFillIcon, DangerIcon, DangerModal, DashIcon$1 as DashIcon, DashboardIcon$1 as DashboardIcon, DataIcon$1 as DataIcon, DatabaseIcon$1 as DatabaseIcon, DecimalIcon$1 as DecimalIcon, DesignSystemAntDConfigProvider, DialogCombobox, DialogComboboxContent, DialogComboboxCountBadge, EmptyResults as DialogComboboxEmpty, DialogComboboxFooter, DialogComboboxHintRow, DialogComboboxOptionControlledList, DialogComboboxOptionList, DialogComboboxOptionListCheckboxItem, DialogComboboxOptionListSearch, DialogComboboxOptionListSelectItem, DialogComboboxSectionHeader, DialogComboboxSeparator, DialogComboboxTrigger, DotsCircleIcon$1 as DotsCircleIcon, DownloadIcon$1 as DownloadIcon, DragIcon$1 as DragIcon, Drawer, Dropdown, DuboisDatePicker, Empty, ExpandLessIcon$1 as ExpandLessIcon, ExpandMoreIcon$1 as ExpandMoreIcon, FileCodeIcon$1 as FileCodeIcon, FileDocumentIcon$1 as FileDocumentIcon, FileIcon$1 as FileIcon, FileImageIcon$1 as FileImageIcon, FileModelIcon$1 as FileModelIcon, FilterIcon$1 as FilterIcon, FloatIcon$1 as FloatIcon, FolderBranchIcon$1 as FolderBranchIcon, FolderCloudFilledIcon$1 as FolderCloudFilledIcon, FolderCloudIcon$1 as FolderCloudIcon, FolderFillIcon$1 as FolderFillIcon, FolderIcon$1 as FolderIcon, FontIcon$1 as FontIcon, ForkIcon$1 as ForkIcon, Form, FormDubois, FormUI, FullscreenExitIcon$1 as FullscreenExitIcon, FullscreenIcon$1 as FullscreenIcon, FunctionIcon$1 as FunctionIcon, GearFillIcon$1 as GearFillIcon, GearIcon$1 as GearIcon, GenericSkeleton, GiftIcon$1 as GiftIcon, GitCommitIcon$1 as GitCommitIcon, GlobeIcon$1 as GlobeIcon, GridDashIcon$1 as GridDashIcon, GridIcon$1 as GridIcon, H1Icon$1 as H1Icon, H2Icon$1 as H2Icon, H3Icon$1 as H3Icon, Header$1 as Header, HistoryIcon$1 as HistoryIcon, HomeIcon$1 as HomeIcon, Icon, ImageIcon$1 as ImageIcon, IndentDecreaseIcon$1 as IndentDecreaseIcon, IndentIncreaseIcon$1 as IndentIncreaseIcon, InfinityIcon$1 as InfinityIcon, InfoFillIcon$1 as InfoFillIcon, InfoIcon, InfoPopover, InfoTooltip, IngestionIcon$1 as IngestionIcon, Input, ItalicIcon$1 as ItalicIcon, KeyIcon$1 as KeyIcon, KeyboardIcon$1 as KeyboardIcon, LayerGraphIcon$1 as LayerGraphIcon, LayerIcon$1 as LayerIcon, Layout, LegacyDatePicker, LegacyPopover, LegacySkeleton, LegacyTable, LettersIcon$1 as LettersIcon, LibrariesIcon$1 as LibrariesIcon, LightningIcon$1 as LightningIcon, LinkIcon$1 as LinkIcon, LinkOffIcon$1 as LinkOffIcon, ListBorderIcon$1 as ListBorderIcon, ListIcon$1 as ListIcon, LoadingIcon, LoadingState, LockFillIcon$1 as LockFillIcon, LockIcon$1 as LockIcon, LockUnlockedIcon$1 as LockUnlockedIcon, MIcon$1 as MIcon, MailIcon$1 as MailIcon, Menu, MenuIcon$1 as MenuIcon, MinusBoxIcon$1 as MinusBoxIcon, MinusCircleFillIcon$1 as MinusCircleFillIcon, MinusCircleIcon$1 as MinusCircleIcon, Modal, ModelsIcon$1 as ModelsIcon, Nav, NavButton, NoIcon$1 as NoIcon, NotebookIcon$1 as NotebookIcon, Notification, NotificationIcon$1 as NotificationIcon, NotificationOffIcon$1 as NotificationOffIcon, NumbersIcon$1 as NumbersIcon, OfficeIcon$1 as OfficeIcon, OptGroup, Option, Overflow, OverflowIcon$1 as OverflowIcon, PageBottomIcon$1 as PageBottomIcon, PageFirstIcon$1 as PageFirstIcon, PageLastIcon$1 as PageLastIcon, PageTopIcon$1 as PageTopIcon, PageWrapper, Pagination, Panel, PanelBody, PanelHeader, PanelHeaderButtons, PanelHeaderTitle, ParagraphSkeleton, PencilIcon$1 as PencilIcon, PinCancelIcon$1 as PinCancelIcon, PinFillIcon$1 as PinFillIcon, PinIcon$1 as PinIcon, PipelineIcon$1 as PipelineIcon, PlayCircleFillIcon$1 as PlayCircleFillIcon, PlayCircleIcon$1 as PlayCircleIcon, PlayIcon$1 as PlayIcon, PlugIcon$1 as PlugIcon, PlusCircleFillIcon$1 as PlusCircleFillIcon, PlusCircleIcon$1 as PlusCircleIcon, PlusIcon$1 as PlusIcon, PlusSquareIcon$1 as PlusSquareIcon, Popover, QueryEditorIcon$1 as QueryEditorIcon, QueryIcon$1 as QueryIcon, QuestionMarkFillIcon$1 as QuestionMarkFillIcon, QuestionMarkIcon$1 as QuestionMarkIcon, QuestionMarkSpeechBubbleIcon$1 as QuestionMarkSpeechBubbleIcon, RHFControlledComponents, ROW_GUTTER_SIZE, Radio, ReaderModeIcon$1 as ReaderModeIcon, RedoIcon$1 as RedoIcon, RefreshIcon$1 as RefreshIcon, RestoreAntDDefaultClsPrefix, RobotIcon$1 as RobotIcon, Row, SaveIcon$1 as SaveIcon, SchoolIcon$1 as SchoolIcon, SearchIcon$1 as SearchIcon, SecurityIcon$1 as SecurityIcon, SegmentedControlButton, SegmentedControlGroup, Select, SelectOptGroup, SelectOption, SelectV2, SelectV2Content, SelectV2Option, SelectV2OptionGroup, SelectV2Trigger, SendIcon$1 as SendIcon, ShareIcon$1 as ShareIcon, Sidebar, SidebarAutoIcon$1 as SidebarAutoIcon, SidebarCollapseIcon$1 as SidebarCollapseIcon, SidebarExpandIcon$1 as SidebarExpandIcon, SidebarIcon$1 as SidebarIcon, SlidersIcon$1 as SlidersIcon, SortAlphabeticalAscendingIcon$1 as SortAlphabeticalAscendingIcon, SortAlphabeticalDescendingIcon$1 as SortAlphabeticalDescendingIcon, SortAlphabeticalLeftIcon$1 as SortAlphabeticalLeftIcon, SortAlphabeticalRightIcon$1 as SortAlphabeticalRightIcon, SortAscendingIcon$1 as SortAscendingIcon, SortDescendingIcon$1 as SortDescendingIcon, SortUnsortedIcon$1 as SortUnsortedIcon, Space, Spacer, SpeechBubbleIcon$1 as SpeechBubbleIcon, SpeechBubblePlusIcon$1 as SpeechBubblePlusIcon, SpeechBubbleQuestionMarkIcon$1 as SpeechBubbleQuestionMarkIcon, Spinner, SplitButton, StarFillIcon$1 as StarFillIcon, StarIcon$1 as StarIcon, Steps, StopCircleFillIcon$1 as StopCircleFillIcon, StopCircleIcon$1 as StopCircleIcon, StopIcon$1 as StopIcon, StorefrontIcon$1 as StorefrontIcon, StreamIcon$1 as StreamIcon, Switch, SyncIcon$1 as SyncIcon, TabPane, Table, TableCell, TableContext, TableFilterInput, TableFilterLayout, TableGlassesIcon$1 as TableGlassesIcon, TableHeader, TableIcon$1 as TableIcon, TableLightningIcon$1 as TableLightningIcon, TableRow, TableRowAction, TableRowActionHeader, TableRowContext, TableRowMenuContainer, TableRowSelectCell, TableSkeleton, TableSkeletonRows, TableStreamIcon$1 as TableStreamIcon, TableVectorIcon$1 as TableVectorIcon, TableViewIcon$1 as TableViewIcon, Tabs, Tag, TargetIcon$1 as TargetIcon, TextBoxIcon$1 as TextBoxIcon, ThumbsDownIcon$1 as ThumbsDownIcon, ThumbsUpIcon$1 as ThumbsUpIcon, TitleSkeleton, ToggleButton, Tooltip, TrashIcon$1 as TrashIcon, Tree, TreeIcon$1 as TreeIcon, TypeaheadComboboxCheckboxItem, TypeaheadComboboxFooter, TypeaheadComboboxInput, TypeaheadComboboxMenu, TypeaheadComboboxMenuItem, TypeaheadComboboxMultiSelectInput, TypeaheadComboboxRoot, TypeaheadComboboxSectionHeader, TypeaheadComboboxSelectedItem, TypeaheadComboboxSeparator, TypeaheadComboboxToggleButton, Typography, UnderlineIcon$1 as UnderlineIcon, UndoIcon$1 as UndoIcon, UploadIcon$1 as UploadIcon, UsbIcon$1 as UsbIcon, UserBadgeIcon$1 as UserBadgeIcon, UserCircleIcon$1 as UserCircleIcon, UserGroupIcon$1 as UserGroupIcon, UserIcon$1 as UserIcon, VectorTableIcon$1 as VectorTableIcon, VisibleIcon$1 as VisibleIcon, VisibleOffIcon$1 as VisibleOffIcon, WarningFillIcon$1 as WarningFillIcon, WarningIcon$1 as WarningIcon, WorkflowsIcon$1 as WorkflowsIcon, WorkspacesIcon$1 as WorkspacesIcon, XCircleFillIcon$1 as XCircleFillIcon, XCircleIcon$1 as XCircleIcon, ZoomInIcon$1 as ZoomInIcon, ZoomMarqueeSelection$1 as ZoomMarqueeSelection, ZoomOutIcon$1 as ZoomOutIcon, __INTERNAL_DO_NOT_USE__FormItem, __INTERNAL_DO_NOT_USE__Group, __INTERNAL_DO_NOT_USE__HorizontalGroup, __INTERNAL_DO_NOT_USE__VerticalGroup, dialogComboboxLookAheadKeyDown, findClosestOptionSibling, findHighlightedOption, getAnimationCss, getContentOptions, getDarkModePortalStyles, getDialogComboboxOptionLabelWidth, getGlobalStyles, getKeyboardNavigationFunctions, getPaginationEmotionStyles, getRadioStyles, getShadowScrollStyles, getTabEmotionStyles, getValidationStateColor, getWrapperStyle, highlightFirstNonDisabledOption, highlightOption, importantify, isOptionDisabled, resetTabIndexToFocusedElement, useComboboxState, useDesignSystemFlags, useDesignSystemTheme, useLegacyNotification, useMultipleSelectionState, useThemedStyles, useTypeaheadComboboxContext, visuallyHidden, withNotifications };
17060
+ export { AccessibleContainer, Accordion, AccordionPanel, Alert, AlignCenterIcon$1 as AlignCenterIcon, AlignLeftIcon$1 as AlignLeftIcon, AlignRightIcon$1 as AlignRightIcon, AppIcon$1 as AppIcon, ApplyDesignSystemContextOverrides, ApplyGlobalStyles, ArrowDownIcon$1 as ArrowDownIcon, ArrowInIcon$1 as ArrowInIcon, ArrowLeftIcon$1 as ArrowLeftIcon, ArrowRightIcon$1 as ArrowRightIcon, ArrowUpIcon$1 as ArrowUpIcon, ArrowsUpDownIcon$1 as ArrowsUpDownIcon, AssistantIcon$1 as AssistantIcon, AutoComplete, BadgeCodeIcon$1 as BadgeCodeIcon, BadgeCodeOffIcon$1 as BadgeCodeOffIcon, BarChartIcon$1 as BarChartIcon, BarGroupedIcon$1 as BarGroupedIcon, BarStackedIcon$1 as BarStackedIcon, BarStackedPercentageIcon$1 as BarStackedPercentageIcon, BeakerIcon$1 as BeakerIcon, BinaryIcon$1 as BinaryIcon, BoldIcon$1 as BoldIcon, BookIcon$1 as BookIcon, BookmarkFillIcon$1 as BookmarkFillIcon, BookmarkIcon$1 as BookmarkIcon, BooksIcon$1 as BooksIcon, BracketsCurlyIcon$1 as BracketsCurlyIcon, BracketsSquareIcon$1 as BracketsSquareIcon, BracketsXIcon$1 as BracketsXIcon, BranchIcon$1 as BranchIcon, Breadcrumb, BriefcaseFillIcon$1 as BriefcaseFillIcon, BriefcaseIcon$1 as BriefcaseIcon, Button, CalendarClockIcon$1 as CalendarClockIcon, CalendarEventIcon$1 as CalendarEventIcon, CalendarIcon$1 as CalendarIcon, Card, CaretDownSquareIcon$1 as CaretDownSquareIcon, CaretUpSquareIcon$1 as CaretUpSquareIcon, CatalogCloudIcon$1 as CatalogCloudIcon, CatalogIcon$1 as CatalogIcon, CatalogOffIcon$1 as CatalogOffIcon, ChartLineIcon$1 as ChartLineIcon, CheckCircleBadgeIcon$1 as CheckCircleBadgeIcon, CheckCircleFillIcon$1 as CheckCircleFillIcon, CheckCircleIcon$1 as CheckCircleIcon, CheckIcon, CheckLineIcon$1 as CheckLineIcon, Checkbox, CheckboxIcon$1 as CheckboxIcon, ChecklistIcon$1 as ChecklistIcon, ChevronDoubleDownIcon$1 as ChevronDoubleDownIcon, ChevronDoubleLeftIcon$1 as ChevronDoubleLeftIcon, ChevronDoubleRightIcon$1 as ChevronDoubleRightIcon, ChevronDoubleUpIcon$1 as ChevronDoubleUpIcon, ChevronDownIcon$1 as ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon$1 as ChevronUpIcon, CircleIcon$1 as CircleIcon, ClipboardIcon$1 as ClipboardIcon, ClockIcon$1 as ClockIcon, ClockKeyIcon$1 as ClockKeyIcon, CloseIcon, CloudDownloadIcon$1 as CloudDownloadIcon, CloudIcon$1 as CloudIcon, CloudKeyIcon$1 as CloudKeyIcon, CloudModelIcon$1 as CloudModelIcon, CloudOffIcon$1 as CloudOffIcon, CloudUploadIcon$1 as CloudUploadIcon, CodeIcon$1 as CodeIcon, Col, ColorFillIcon$1 as ColorFillIcon, ColumnIcon$1 as ColumnIcon, ColumnsIcon$1 as ColumnsIcon, ConnectIcon$1 as ConnectIcon, Content, CopyIcon$1 as CopyIcon, CursorPagination, CursorTypeIcon$1 as CursorTypeIcon, DIcon$1 as DIcon, DU_BOIS_ENABLE_ANIMATION_CLASSNAME, DagIcon$1 as DagIcon, DangerFillIcon$1 as DangerFillIcon, DangerIcon, DangerModal, DashIcon$1 as DashIcon, DashboardIcon$1 as DashboardIcon, DataIcon$1 as DataIcon, DatabaseIcon$1 as DatabaseIcon, DecimalIcon$1 as DecimalIcon, DesignSystemAntDConfigProvider, DialogCombobox, DialogComboboxContent, DialogComboboxCountBadge, DialogComboboxCustomButtonTriggerWrapper, EmptyResults as DialogComboboxEmpty, DialogComboboxFooter, DialogComboboxHintRow, DialogComboboxOptionControlledList, DialogComboboxOptionList, DialogComboboxOptionListCheckboxItem, DialogComboboxOptionListSearch, DialogComboboxOptionListSelectItem, DialogComboboxSectionHeader, DialogComboboxSeparator, DialogComboboxTrigger, DotsCircleIcon$1 as DotsCircleIcon, DownloadIcon$1 as DownloadIcon, DragIcon$1 as DragIcon, Drawer, Dropdown, DuboisDatePicker, Empty, ErdIcon$1 as ErdIcon, ExpandLessIcon$1 as ExpandLessIcon, ExpandMoreIcon$1 as ExpandMoreIcon, FileCodeIcon$1 as FileCodeIcon, FileDocumentIcon$1 as FileDocumentIcon, FileIcon$1 as FileIcon, FileImageIcon$1 as FileImageIcon, FileModelIcon$1 as FileModelIcon, FilterIcon$1 as FilterIcon, FloatIcon$1 as FloatIcon, FolderBranchIcon$1 as FolderBranchIcon, FolderCloudFilledIcon$1 as FolderCloudFilledIcon, FolderCloudIcon$1 as FolderCloudIcon, FolderFillIcon$1 as FolderFillIcon, FolderIcon$1 as FolderIcon, FontIcon$1 as FontIcon, ForkIcon$1 as ForkIcon, Form, FormDubois, FormUI, FullscreenExitIcon$1 as FullscreenExitIcon, FullscreenIcon$1 as FullscreenIcon, FunctionIcon$1 as FunctionIcon, GearFillIcon$1 as GearFillIcon, GearIcon$1 as GearIcon, GenericSkeleton, GiftIcon$1 as GiftIcon, GitCommitIcon$1 as GitCommitIcon, GlobeIcon$1 as GlobeIcon, GridDashIcon$1 as GridDashIcon, GridIcon$1 as GridIcon, H1Icon$1 as H1Icon, H2Icon$1 as H2Icon, H3Icon$1 as H3Icon, Header$1 as Header, HistoryIcon$1 as HistoryIcon, HomeIcon$1 as HomeIcon, Icon, ImageIcon$1 as ImageIcon, IndentDecreaseIcon$1 as IndentDecreaseIcon, IndentIncreaseIcon$1 as IndentIncreaseIcon, InfinityIcon$1 as InfinityIcon, InfoFillIcon$1 as InfoFillIcon, InfoIcon, InfoPopover, InfoTooltip, IngestionIcon$1 as IngestionIcon, Input, ItalicIcon$1 as ItalicIcon, KeyIcon$1 as KeyIcon, KeyboardIcon$1 as KeyboardIcon, LayerGraphIcon$1 as LayerGraphIcon, LayerIcon$1 as LayerIcon, Layout, LegacyDatePicker, LegacyPopover, LegacySkeleton, LegacyTable, LettersIcon$1 as LettersIcon, LibrariesIcon$1 as LibrariesIcon, LightningIcon$1 as LightningIcon, LinkIcon$1 as LinkIcon, LinkOffIcon$1 as LinkOffIcon, ListBorderIcon$1 as ListBorderIcon, ListClearIcon$1 as ListClearIcon, ListIcon$1 as ListIcon, LoadingIcon, LoadingState, LockFillIcon$1 as LockFillIcon, LockIcon$1 as LockIcon, LockUnlockedIcon$1 as LockUnlockedIcon, MIcon$1 as MIcon, MailIcon$1 as MailIcon, Menu, MenuIcon$1 as MenuIcon, MinusBoxIcon$1 as MinusBoxIcon, MinusCircleFillIcon$1 as MinusCircleFillIcon, MinusCircleIcon$1 as MinusCircleIcon, Modal, ModelsIcon$1 as ModelsIcon, Nav, NavButton, NoIcon$1 as NoIcon, NotebookIcon$1 as NotebookIcon, Notification, NotificationIcon$1 as NotificationIcon, NotificationOffIcon$1 as NotificationOffIcon, NumbersIcon$1 as NumbersIcon, OfficeIcon$1 as OfficeIcon, OptGroup, Option, Overflow, OverflowIcon$1 as OverflowIcon, PageBottomIcon$1 as PageBottomIcon, PageFirstIcon$1 as PageFirstIcon, PageLastIcon$1 as PageLastIcon, PageTopIcon$1 as PageTopIcon, PageWrapper, Pagination, Panel, PanelBody, PanelHeader, PanelHeaderButtons, PanelHeaderTitle, ParagraphSkeleton, PauseIcon$1 as PauseIcon, PencilIcon$1 as PencilIcon, PinCancelIcon$1 as PinCancelIcon, PinFillIcon$1 as PinFillIcon, PinIcon$1 as PinIcon, PipelineIcon$1 as PipelineIcon, PlayCircleFillIcon$1 as PlayCircleFillIcon, PlayCircleIcon$1 as PlayCircleIcon, PlayIcon$1 as PlayIcon, PlugIcon$1 as PlugIcon, PlusCircleFillIcon$1 as PlusCircleFillIcon, PlusCircleIcon$1 as PlusCircleIcon, PlusIcon$1 as PlusIcon, PlusSquareIcon$1 as PlusSquareIcon, Popover, QueryEditorIcon$1 as QueryEditorIcon, QueryIcon$1 as QueryIcon, QuestionMarkFillIcon$1 as QuestionMarkFillIcon, QuestionMarkIcon$1 as QuestionMarkIcon, QuestionMarkSpeechBubbleIcon$1 as QuestionMarkSpeechBubbleIcon, RHFControlledComponents, ROW_GUTTER_SIZE, Radio, ReaderModeIcon$1 as ReaderModeIcon, RedoIcon$1 as RedoIcon, RefreshIcon$1 as RefreshIcon, RestoreAntDDefaultClsPrefix, RobotIcon$1 as RobotIcon, Row, SaveIcon$1 as SaveIcon, SchoolIcon$1 as SchoolIcon, SearchIcon$1 as SearchIcon, SecurityIcon$1 as SecurityIcon, SegmentedControlButton, SegmentedControlGroup, Select, SelectOptGroup, SelectOption, SelectV2, SelectV2Content, SelectV2Option, SelectV2OptionGroup, SelectV2Trigger, SendIcon$1 as SendIcon, ShareIcon$1 as ShareIcon, Sidebar, SidebarAutoIcon$1 as SidebarAutoIcon, SidebarCollapseIcon$1 as SidebarCollapseIcon, SidebarExpandIcon$1 as SidebarExpandIcon, SidebarIcon$1 as SidebarIcon, SlidersIcon$1 as SlidersIcon, SortAlphabeticalAscendingIcon$1 as SortAlphabeticalAscendingIcon, SortAlphabeticalDescendingIcon$1 as SortAlphabeticalDescendingIcon, SortAlphabeticalLeftIcon$1 as SortAlphabeticalLeftIcon, SortAlphabeticalRightIcon$1 as SortAlphabeticalRightIcon, SortAscendingIcon$1 as SortAscendingIcon, SortDescendingIcon$1 as SortDescendingIcon, SortUnsortedIcon$1 as SortUnsortedIcon, Space, Spacer, SparkleIcon$1 as SparkleIcon, SpeechBubbleIcon$1 as SpeechBubbleIcon, SpeechBubblePlusIcon$1 as SpeechBubblePlusIcon, SpeechBubbleQuestionMarkIcon$1 as SpeechBubbleQuestionMarkIcon, Spinner, SplitButton, StarFillIcon$1 as StarFillIcon, StarIcon$1 as StarIcon, StepIntoIcon$1 as StepIntoIcon, StepOutIcon$1 as StepOutIcon, StepOverIcon$1 as StepOverIcon, Steps, StopCircleFillIcon$1 as StopCircleFillIcon, StopCircleIcon$1 as StopCircleIcon, StopIcon$1 as StopIcon, StorefrontIcon$1 as StorefrontIcon, StreamIcon$1 as StreamIcon, Switch, SyncIcon$1 as SyncIcon, TabPane, Table, TableCell, TableContext, TableFilterInput, TableFilterLayout, TableGlassesIcon$1 as TableGlassesIcon, TableHeader, TableIcon$1 as TableIcon, TableLightningIcon$1 as TableLightningIcon, TableOnlineViewIcon$1 as TableOnlineViewIcon, TableRow, TableRowAction, TableRowActionHeader, TableRowContext, TableRowMenuContainer, TableRowSelectCell, TableSkeleton, TableSkeletonRows, TableStreamIcon$1 as TableStreamIcon, TableVectorIcon$1 as TableVectorIcon, TableViewIcon$1 as TableViewIcon, Tabs, Tag, TargetIcon$1 as TargetIcon, TextBoxIcon$1 as TextBoxIcon, ThumbsDownIcon$1 as ThumbsDownIcon, ThumbsUpIcon$1 as ThumbsUpIcon, TitleSkeleton, ToggleButton, Tooltip, TrashIcon$1 as TrashIcon, Tree, TreeIcon$1 as TreeIcon, TypeaheadComboboxCheckboxItem, TypeaheadComboboxFooter, TypeaheadComboboxInput, TypeaheadComboboxMenu, TypeaheadComboboxMenuItem, TypeaheadComboboxMultiSelectInput, TypeaheadComboboxRoot, TypeaheadComboboxSectionHeader, TypeaheadComboboxSelectedItem, TypeaheadComboboxSeparator, TypeaheadComboboxToggleButton, Typography, UnderlineIcon$1 as UnderlineIcon, UndoIcon$1 as UndoIcon, UploadIcon$1 as UploadIcon, UsbIcon$1 as UsbIcon, UserBadgeIcon$1 as UserBadgeIcon, UserCircleIcon$1 as UserCircleIcon, UserGroupIcon$1 as UserGroupIcon, UserIcon$1 as UserIcon, VectorTableIcon$1 as VectorTableIcon, VisibleIcon$1 as VisibleIcon, VisibleOffIcon$1 as VisibleOffIcon, WarningFillIcon$1 as WarningFillIcon, WarningIcon, WorkflowsIcon$1 as WorkflowsIcon, WorkspacesIcon$1 as WorkspacesIcon, XCircleFillIcon$1 as XCircleFillIcon, XCircleIcon$1 as XCircleIcon, ZoomInIcon$1 as ZoomInIcon, ZoomMarqueeSelection$1 as ZoomMarqueeSelection, ZoomOutIcon$1 as ZoomOutIcon, __INTERNAL_DO_NOT_USE__FormItem, __INTERNAL_DO_NOT_USE__Group, __INTERNAL_DO_NOT_USE__HorizontalGroup, __INTERNAL_DO_NOT_USE__VerticalGroup, dialogComboboxLookAheadKeyDown, findClosestOptionSibling, findHighlightedOption, getAnimationCss, getComboboxOptionItemWrapperStyles, getContentOptions, getDarkModePortalStyles, getDialogComboboxOptionLabelWidth, getGlobalStyles, getKeyboardNavigationFunctions, getPaginationEmotionStyles, getRadioStyles, getShadowScrollStyles, getTabEmotionStyles, getValidationStateColor, getWrapperStyle, highlightFirstNonDisabledOption, highlightOption, importantify, isOptionDisabled, resetTabIndexToFocusedElement, useComboboxState, useDesignSystemFlags, useDesignSystemTheme, useLegacyNotification, useMultipleSelectionState, useThemedStyles, useTypeaheadComboboxContext, visuallyHidden, withNotifications };
16633
17061
  //# sourceMappingURL=index.js.map