@databricks/design-system 2.0.6 → 2.0.7

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 (30) hide show
  1. package/AGENTS.md +239 -166
  2. package/CHANGELOG.md +28 -0
  3. package/dist/{RHFControlledTypeaheadComboboxV2-Ct9x3rC1.js → RHFControlledTypeaheadComboboxV2-nSSYj16I.js} +3 -3
  4. package/dist/{RHFControlledTypeaheadComboboxV2-Ct9x3rC1.js.map → RHFControlledTypeaheadComboboxV2-nSSYj16I.js.map} +1 -1
  5. package/dist/{WizardStepContentWrapper-6YTjeEaA.js → WizardStepContentWrapper-bbh_CoIf.js} +195 -257
  6. package/dist/WizardStepContentWrapper-bbh_CoIf.js.map +1 -0
  7. package/dist/dubois-colors.less +1 -1
  8. package/dist/icon-metadata.json +5 -0
  9. package/dist/{index-DiRpSwH2.js → index-CUCuUviS.js} +119 -109
  10. package/dist/index-CUCuUviS.js.map +1 -0
  11. package/dist/index-dark.css +135 -1
  12. package/dist/index-dark.mitigated.css +163 -16
  13. package/dist/index.css +182 -28
  14. package/dist/index.js +2 -2
  15. package/dist/index.mitigated.css +210 -43
  16. package/dist/patterns.js +1 -1
  17. package/dist-types/design-system/Alert/Alert.d.ts +21 -4
  18. package/dist-types/design-system/Button/Button.d.ts +2 -1
  19. package/dist-types/design-system/Icon/__generated/icons/SlidesIcon.d.ts +4 -0
  20. package/dist-types/design-system/Icon/__generated/icons/index.d.ts +1 -0
  21. package/dist-types/design-system/TypeaheadCombobox/TypeaheadComboboxControls.d.ts +0 -2
  22. package/dist-types/design-system/index.d.ts +0 -1
  23. package/dist-types/design-system/utils/safex.d.ts +4 -2
  24. package/dist-types/theme/generalVariables.d.ts +0 -1
  25. package/package.json +5 -4
  26. package/setup.mjs +586 -0
  27. package/dist/WizardStepContentWrapper-6YTjeEaA.js.map +0 -1
  28. package/dist/index-DiRpSwH2.js.map +0 -1
  29. package/dist-types/design-system/LegacyTooltip/LegacyTooltip.d.ts +0 -47
  30. package/dist-types/design-system/LegacyTooltip/index.d.ts +0 -1
package/dist/index.css CHANGED
@@ -16215,6 +16215,18 @@ span.du-bois-light-typography-ellipsis-single-line {
16215
16215
  --db-shape-pill: 999px;
16216
16216
  }
16217
16217
 
16218
+ :where(:root), :where(.du-bois-light) {
16219
+ /* Shape */
16220
+ /* Mirrors the ShapeTokens host-override var used by Card; falls back to the theme radius. */
16221
+ --db-card-border-radius: var(--info-container-border-radius, 8px);
16222
+
16223
+ /* Color */
16224
+ --db-card-surface: var(--db-surface-base);
16225
+ --db-card-text: var(--db-text-base);
16226
+ --db-card-border: var(--db-border-base);
16227
+ --db-card-border-hover: var(--db-border-strong);
16228
+ }
16229
+
16218
16230
  :where(:root), :where(.du-bois-light) {
16219
16231
  /* Shape */
16220
16232
  /* Mirrors the ShapeTokens host-override var used by list items; falls back to the theme radius. */
@@ -16291,6 +16303,28 @@ span.du-bois-light-typography-ellipsis-single-line {
16291
16303
  --db-selection-toggle-transition-duration: 120ms;
16292
16304
  }
16293
16305
 
16306
+ :where(:root), :where(.du-bois-light) {
16307
+ /* Shape */
16308
+ --db-avatar-border-radius: var(--db-radius-sm);
16309
+
16310
+ /* Density */
16311
+ --db-avatar-group-gap: var(--db-space-1);
16312
+ --db-avatar-group-border-width: 1px;
16313
+
16314
+ /* Color */
16315
+ /* No v2 token holds the secondary icon glyph yet. TODO(FEINF-6505): adopt a v2 token when one lands. */
16316
+ --db-avatar-icon: var(--db-color-text-secondary);
16317
+ /* No v2 token holds the default avatar surface yet. TODO(FEINF-6505): adopt a v2 token when one lands. */
16318
+ --db-avatar-surface: var(--db-color-tag-background-default);
16319
+ /* No v2 token holds the group divider border yet. TODO(FEINF-6505): adopt a v2 token when one lands. */
16320
+ --db-avatar-group-border-color: var(--db-color-background-primary);
16321
+ }
16322
+
16323
+ :where(:root), :where(.du-bois-light) {
16324
+ /* Color */
16325
+ /* No v2 token holds the initials/icon glyph on a colored avatar yet. TODO(FEINF-6505): adopt a v2 token when one lands. */
16326
+ --db-avatar-text: #ffffff;
16327
+ }
16294
16328
 
16295
16329
 
16296
16330
  /* Component-tier tokens for the native <Button>, grouped by area (density, shape, typography, color).
@@ -16588,10 +16622,11 @@ span.du-bois-light-typography-ellipsis-single-line {
16588
16622
  color: var(--db-btn-text-active) !important;
16589
16623
  }
16590
16624
  .db-btn-icon-only:enabled:not(.db-btn-primary, .db-btn-tertiary, .db-btn-link, .db-btn-danger, :hover, :active)
16591
- > .anticon {
16625
+ > .anticon, .db-btn-icon-only:enabled:not(.db-btn-primary, .db-btn-tertiary, .db-btn-link, .db-btn-danger, :hover, :active)
16626
+ > .db-icon {
16592
16627
  color: var(--db-btn-icon-glyph);
16593
16628
  }
16594
- .db-btn-icon-only.db-btn-danger:not(:hover, :active) > .anticon {
16629
+ .db-btn-icon-only.db-btn-danger:not(:hover, :active) > .anticon, .db-btn-icon-only.db-btn-danger:not(:hover, :active) > .db-icon {
16595
16630
  color: var(--db-btn-text);
16596
16631
  }
16597
16632
  .db-btn-icon-only.db-btn-danger:hover:not(:disabled, .db-btn-loading) {
@@ -16621,7 +16656,8 @@ span.du-bois-light-typography-ellipsis-single-line {
16621
16656
  .db-btn-icon-only:disabled:hover {
16622
16657
  background-color: transparent !important;
16623
16658
  }
16624
- .db-btn:disabled > .anticon {
16659
+ .db-btn:disabled > .anticon,
16660
+ .db-btn:disabled > .db-icon {
16625
16661
  color: inherit !important;
16626
16662
  }
16627
16663
 
@@ -16630,17 +16666,23 @@ span.du-bois-light-typography-ellipsis-single-line {
16630
16666
  * so `> .anticon` targets only a real icon glyph — a non-glyph `icon` (e.g. a Spinner) keeps its own
16631
16667
  * sizing — and out-specifies AntD's runtime-injected global `.anticon` rule. */
16632
16668
  .db-btn > .anticon,
16669
+ .db-btn > .db-icon,
16633
16670
  .db-btn-end-icon,
16634
- .db-btn-end-icon > .anticon {
16671
+ .db-btn-end-icon > .anticon,
16672
+ .db-btn-end-icon > .db-icon {
16635
16673
  display: inline-flex;
16636
16674
  align-items: center;
16637
16675
  font-size: var(--db-btn-icon-size) !important;
16638
16676
  line-height: 0;
16639
16677
  }
16640
- .db-btn-small > .anticon .anticon {
16678
+ .db-btn-small > .anticon .anticon,
16679
+ .db-btn-small > .anticon .db-icon,
16680
+ .db-btn-small > .db-icon .anticon,
16681
+ .db-btn-small > .db-icon .db-icon {
16641
16682
  line-height: 0;
16642
16683
  }
16643
- .db-btn > .db-btn-content > .anticon {
16684
+ .db-btn > .db-btn-content > .anticon,
16685
+ .db-btn > .db-btn-content > .db-icon {
16644
16686
  display: inline-flex;
16645
16687
  align-items: center;
16646
16688
  line-height: 0;
@@ -16649,7 +16691,8 @@ span.du-bois-light-typography-ellipsis-single-line {
16649
16691
  display: inline-flex;
16650
16692
  align-items: center;
16651
16693
  }
16652
- .db-btn > .anticon + .db-btn-content {
16694
+ .db-btn > .anticon + .db-btn-content,
16695
+ .db-btn > .db-icon + .db-btn-content {
16653
16696
  margin-inline-start: var(--db-btn-gap) !important;
16654
16697
  }
16655
16698
  .db-btn-end-icon {
@@ -16658,7 +16701,7 @@ span.du-bois-light-typography-ellipsis-single-line {
16658
16701
  .db-btn-small .db-btn-end-icon {
16659
16702
  margin-inline-start: var(--db-btn-end-icon-gap-small) !important;
16660
16703
  }
16661
- .db-btn-default:not(.db-btn-danger, [href], :hover, :active, :disabled) > .anticon {
16704
+ .db-btn-default:not(.db-btn-danger, [href], :hover, :active, :disabled) > .anticon, .db-btn-default:not(.db-btn-danger, [href], :hover, :active, :disabled) > .db-icon {
16662
16705
  color: var(--db-btn-icon-glyph);
16663
16706
  }
16664
16707
  .db-btn-default[href]:not(.db-btn-danger, :hover, :active, :disabled) .db-btn-end-icon {
@@ -16667,7 +16710,10 @@ span.du-bois-light-typography-ellipsis-single-line {
16667
16710
  .db-btn-default:not([href], .db-btn-danger, :hover, :active, :disabled)
16668
16711
  > .db-btn-content
16669
16712
  > .db-btn-end-icon
16670
- > .anticon {
16713
+ > .anticon, .db-btn-default:not([href], .db-btn-danger, :hover, :active, :disabled)
16714
+ > .db-btn-content
16715
+ > .db-btn-end-icon
16716
+ > .db-icon {
16671
16717
  color: var(--db-btn-icon-glyph);
16672
16718
  }
16673
16719
 
@@ -17031,6 +17077,17 @@ span.du-bois-light-typography-ellipsis-single-line {
17031
17077
  }
17032
17078
 
17033
17079
 
17080
+ :where(:root), :where(.du-bois-light) {
17081
+ /* Color */
17082
+ --db-empty-text: var(--db-text-subtle);
17083
+ --db-empty-image-color: var(--db-text-disabled);
17084
+
17085
+ /* Density */
17086
+ --db-empty-image-size: calc(var(--db-size-8) * 2);
17087
+ --db-empty-image-spacing: var(--db-space-4);
17088
+ --db-empty-description-spacing: var(--db-space-4);
17089
+ --db-empty-max-width: 600px;
17090
+ }
17034
17091
 
17035
17092
 
17036
17093
 
@@ -17094,7 +17151,17 @@ span.du-bois-light-typography-ellipsis-single-line {
17094
17151
  color: var(--db-icon-color-success);
17095
17152
  }
17096
17153
 
17097
- .db-icon-ai svg * {
17154
+ .db-icon-ai svg path,
17155
+ .db-icon-ai svg rect,
17156
+ .db-icon-ai svg circle,
17157
+ .db-icon-ai svg ellipse,
17158
+ .db-icon-ai svg line,
17159
+ .db-icon-ai svg polygon,
17160
+ .db-icon-ai svg polyline,
17161
+ .db-icon-ai svg text,
17162
+ .db-icon-ai svg tspan,
17163
+ .db-icon-ai svg textPath,
17164
+ .db-icon-ai svg use {
17098
17165
  fill: var(--db-icon-gradient);
17099
17166
  }
17100
17167
 
@@ -17140,6 +17207,21 @@ span.du-bois-light-typography-ellipsis-single-line {
17140
17207
  }
17141
17208
 
17142
17209
 
17210
+ :where(:root), :where(.du-bois-light) {
17211
+ /* Shape */
17212
+ --db-listbox-border-radius: var(--db-list-item-border-radius);
17213
+ --db-listbox-focus-ring-width: var(--db-focus-ring-width);
17214
+
17215
+ /* Color */
17216
+ --db-listbox-surface: var(--db-list-surface);
17217
+ --db-listbox-empty-text: var(--db-text-subtle);
17218
+ --db-listbox-focus-ring-color: var(--db-focus-ring-color);
17219
+
17220
+ /* Density */
17221
+ --db-listbox-spacing: var(--db-space-2);
17222
+ --db-listbox-empty-spacing-horizontal: var(--db-space-3);
17223
+ --db-listbox-empty-spacing-vertical: calc(var(--db-space-2) * 0.75);
17224
+ }
17143
17225
 
17144
17226
 
17145
17227
  :where(:root), :where(.du-bois-light) {
@@ -17166,6 +17248,35 @@ span.du-bois-light-typography-ellipsis-single-line {
17166
17248
  --db-navigation-menu-focus-ring-width: var(--db-focus-ring-width);
17167
17249
  }
17168
17250
 
17251
+ :where(:root), :where(.du-bois-light) {
17252
+ /* Shape */
17253
+ --db-notification-border-radius: var(--db-popup-border-radius);
17254
+
17255
+ /* Density */
17256
+ --db-notification-padding: var(--db-space-3);
17257
+ --db-notification-column-gap: var(--db-space-1);
17258
+ --db-notification-description-gap: var(--db-space-1);
17259
+ --db-notification-close-offset: calc(var(--db-space-1) * 1.5);
17260
+ --db-notification-close-size: var(--db-size-5);
17261
+ --db-notification-viewport-padding: var(--db-space-3);
17262
+ --db-notification-viewport-gap: var(--db-space-3);
17263
+ --db-notification-viewport-margin: var(--db-space-6);
17264
+ --db-notification-viewport-width: 440px;
17265
+
17266
+ /* Color */
17267
+ --db-notification-surface: var(--db-popup-surface);
17268
+ --db-notification-border: var(--db-popup-border);
17269
+ --db-notification-text: var(--db-popup-text);
17270
+ --db-notification-icon: var(--db-text-subtle);
17271
+ --db-notification-icon-success: var(--db-positive-text);
17272
+ --db-notification-icon-warning: var(--db-caution-text);
17273
+ --db-notification-icon-error: var(--db-negative-text);
17274
+ }
17275
+
17276
+ :where(:root), :where(.du-bois-light) {
17277
+ /* Elevation */
17278
+ --db-notification-shadow: var(--db-elevation-med);
17279
+ }
17169
17280
 
17170
17281
  :where(:root), :where(.du-bois-light) {
17171
17282
  /* Color */
@@ -17206,6 +17317,44 @@ span.du-bois-light-typography-ellipsis-single-line {
17206
17317
  --db-popover-shadow: var(--db-popup-elevation);
17207
17318
  }
17208
17319
 
17320
+ :where(:root), :where(.du-bois-light) {
17321
+ /* Shape */
17322
+ --db-preview-card-border-radius: var(--db-card-border-radius);
17323
+ --db-preview-card-image-border-radius: var(--info-container-border-radius, 4px);
17324
+ --db-preview-card-border-width: 1px;
17325
+
17326
+ /* Density */
17327
+ --db-preview-card-padding: var(--db-space-4);
17328
+ --db-preview-card-padding-large: var(--db-space-6);
17329
+ --db-preview-card-gap: var(--db-space-2);
17330
+ --db-preview-card-gap-large: var(--db-space-4);
17331
+ --db-preview-card-action-spacing: var(--db-space-4);
17332
+
17333
+ /* Color */
17334
+ --db-preview-card-text: var(--db-text-subtle);
17335
+ --db-preview-card-title-text: var(--db-card-text);
17336
+ --db-preview-card-border: var(--db-card-border);
17337
+ /* No v2 token holds the active/focus border yet. TODO(FEINF-6505): adopt a v2 token when one lands. */
17338
+ --db-preview-card-border-hover: var(--db-color-action-default-border-hover);
17339
+ /* No v2 token holds the focus outline ring yet. TODO(FEINF-6505): adopt a v2 token when one lands. */
17340
+ --db-preview-card-border-focus: var(--db-color-action-default-border-focus);
17341
+ /* No v2 token holds the active surface tint yet. TODO(FEINF-6505): adopt a v2 token when one lands. */
17342
+ --db-preview-card-surface-active: var(--db-color-action-tertiary-background-press);
17343
+ --db-preview-card-surface-disabled: var(--db-surface-disabled);
17344
+ /* No v2 token holds the disabled border yet. TODO(FEINF-6505): adopt a v2 token when one lands. */
17345
+ --db-preview-card-border-disabled: var(--db-color-action-disabled-border);
17346
+ --db-preview-card-text-disabled: var(--db-text-disabled);
17347
+
17348
+ /* Typography */
17349
+ --db-preview-card-title-font-weight: var(--db-font-weight-semibold);
17350
+ }
17351
+
17352
+ :where(:root), :where(.du-bois-light) {
17353
+ /* Elevation */
17354
+ --db-preview-card-shadow: var(--db-elevation-low);
17355
+ /* No v2 elevation token holds the hover/focus shadow yet. TODO(FEINF-6505): adopt a v2 token when one lands. */
17356
+ --db-preview-card-shadow-hover: 0px 3px 6px 0px rgba(0, 0, 0, 0.05);
17357
+ }
17209
17358
 
17210
17359
  /* Declared under the theme classes too (not just :root) so the var() chain re-resolves inside a
17211
17360
  * `.du-bois-dark` subtree instead of freezing at the light values. */
@@ -17706,12 +17855,17 @@ span.du-bois-light-typography-ellipsis-single-line {
17706
17855
  margin-inline-end: var(--db-switch-label-spacing);
17707
17856
  }
17708
17857
 
17709
- .db-switch:has(input:disabled) {
17858
+ .db-switch:has(.db-switch-input:disabled) {
17710
17859
  cursor: not-allowed;
17711
17860
  }
17712
17861
 
17713
- /* The track. `appearance: none` strips the native checkbox rendering so the input itself can be styled. */
17714
- .db-switch input {
17862
+ /* The track. `appearance: none` strips the native checkbox rendering so the input itself can be styled.
17863
+ * Scoped via the `.db-switch-input` class, never a bare `input`: `.db-switch .db-switch-input` is
17864
+ * specificity (0,2,0), which out-ranks a host app's `input[type='checkbox'] { width: auto }` reset
17865
+ * (e.g. Bootstrap, loaded in webapp). A bare `.db-switch input` (0,1,1) merely ties that reset and, losing
17866
+ * on load order, has its `inline-size` overridden to `auto` — collapsing the track to zero width and
17867
+ * leaving only the floating thumb. Mirrors NativeCheckbox's `.db-checkbox-input`. */
17868
+ .db-switch .db-switch-input {
17715
17869
  appearance: none;
17716
17870
  position: relative;
17717
17871
  flex-shrink: 0;
@@ -17730,7 +17884,7 @@ span.du-bois-light-typography-ellipsis-single-line {
17730
17884
 
17731
17885
  /* The thumb. A pseudo-element keeps the input the switch's only element, so nothing can overlay it
17732
17886
  * and intercept clicks. Offset left by the border width to sit flush with the track's outer edge. */
17733
- .db-switch input::before {
17887
+ .db-switch .db-switch-input::before {
17734
17888
  content: '';
17735
17889
  position: absolute;
17736
17890
  top: 50%;
@@ -17747,32 +17901,32 @@ span.du-bois-light-typography-ellipsis-single-line {
17747
17901
  }
17748
17902
 
17749
17903
  /* `<label for>` propagates `:hover` to the input, so scope hover/press to the control, not `input:hover`. */
17750
- .db-switch:hover input:not(:disabled):not(:checked) {
17904
+ .db-switch:hover .db-switch-input:not(:disabled):not(:checked) {
17751
17905
  background-color: var(--db-switch-surface-hover);
17752
17906
  border-color: var(--db-switch-border-hover);
17753
17907
  }
17754
17908
 
17755
- .db-switch:active input:not(:disabled):not(:checked) {
17909
+ .db-switch:active .db-switch-input:not(:disabled):not(:checked) {
17756
17910
  background-color: var(--db-switch-surface-active);
17757
17911
  border-color: var(--db-switch-border-active);
17758
17912
  }
17759
17913
 
17760
- .db-switch input:checked {
17914
+ .db-switch .db-switch-input:checked {
17761
17915
  background-color: var(--db-switch-surface-checked);
17762
17916
  border-color: var(--db-switch-border-checked);
17763
17917
  }
17764
17918
 
17765
- .db-switch:hover input:checked:not(:disabled) {
17919
+ .db-switch:hover .db-switch-input:checked:not(:disabled) {
17766
17920
  background-color: var(--db-switch-surface-checked-hover);
17767
17921
  border-color: var(--db-switch-border-checked-hover);
17768
17922
  }
17769
17923
 
17770
- .db-switch:active input:checked:not(:disabled) {
17924
+ .db-switch:active .db-switch-input:checked:not(:disabled) {
17771
17925
  background-color: var(--db-switch-surface-checked-active);
17772
17926
  border-color: var(--db-switch-border-checked-active);
17773
17927
  }
17774
17928
 
17775
- .db-switch input:checked::before {
17929
+ .db-switch .db-switch-input:checked::before {
17776
17930
  transform: translateY(-50%) translateX(calc(var(--db-switch-track-width) - var(--db-switch-thumb-size)));
17777
17931
  }
17778
17932
 
@@ -17780,31 +17934,31 @@ span.du-bois-light-typography-ellipsis-single-line {
17780
17934
  * the ring sits flush when off and gains a 1px offset when checked.
17781
17935
  * TODO: width/offset are hardcoded 1px to preserve the AntD look; adopt the system 2px focus ring
17782
17936
  * (var(--db-focus-ring-width)) in a separate change. */
17783
- .db-switch input:focus-visible {
17937
+ .db-switch .db-switch-input:focus-visible {
17784
17938
  border-color: var(--db-switch-border-focus);
17785
17939
  outline: 1px solid var(--db-focus-ring-color);
17786
17940
  outline-offset: 0;
17787
17941
  }
17788
17942
 
17789
- .db-switch input:checked:focus-visible {
17943
+ .db-switch .db-switch-input:checked:focus-visible {
17790
17944
  outline-offset: 1px;
17791
17945
  }
17792
17946
 
17793
- .db-switch input:disabled {
17947
+ .db-switch .db-switch-input:disabled {
17794
17948
  cursor: not-allowed;
17795
17949
  background-color: var(--db-switch-surface-disabled);
17796
17950
  border-color: var(--db-switch-border-disabled);
17797
17951
  }
17798
17952
 
17799
17953
  /* Disabled + on: more specific than the plain disabled rule, so it wins regardless of source order. */
17800
- .db-switch input:checked:disabled {
17954
+ .db-switch .db-switch-input:checked:disabled {
17801
17955
  background-color: var(--db-switch-surface-checked-disabled);
17802
17956
  border-color: var(--db-switch-surface-checked-disabled);
17803
17957
  }
17804
17958
 
17805
17959
  @media (prefers-reduced-motion: reduce) {
17806
- .db-switch input,
17807
- .db-switch input::before {
17960
+ .db-switch .db-switch-input,
17961
+ .db-switch .db-switch-input::before {
17808
17962
  transition: none;
17809
17963
  }
17810
17964
  }
@@ -17830,8 +17984,8 @@ span.du-bois-light-typography-ellipsis-single-line {
17830
17984
  }
17831
17985
 
17832
17986
  /* Target the <Label>'s class, not a bare `label` — that would also match the .db-switch root <label>. */
17833
- .db-switch-wrapper:has(input:disabled) .du-bois-light-label,
17834
- .db-switch-wrapper:has(input:disabled) .du-bois-dark-label {
17987
+ .db-switch-wrapper:has(.db-switch-input:disabled) .du-bois-light-label,
17988
+ .db-switch-wrapper:has(.db-switch-input:disabled) .du-bois-dark-label {
17835
17989
  color: var(--db-switch-text-disabled);
17836
17990
  }
17837
17991
 
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
- export { bf as AccessDeniedGraphic, aS as AccessibleContainer, bg as Accordion, bh as AccordionPanel, bi as AlignCenterIcon, bj as AlignJustifyIcon, bk as AlignLeftIcon, bl as AlignRightIcon, bm as AlignVerticalBottomIcon, bn as AlignVerticalCenterIcon, bo as AlignVerticalTopIcon, bp as AppIcon, bq as ApplyDesignSystemContextOverrides, br as ApplyDesignSystemFlags, bs as ArrowDownDotIcon, bt as ArrowDownFillIcon, bu as ArrowDownIcon, bv as ArrowInIcon, bw as ArrowInTableIcon, bx as ArrowLeftIcon, by as ArrowOutTableIcon, bz as ArrowOverIcon, bA as ArrowRightIcon, bB as ArrowUpDotIcon, bC as ArrowUpFillIcon, bD as ArrowUpIcon, bE as ArrowsCollapseIcon, bF as ArrowsConnectIcon, bG as ArrowsExpandIcon, bH as ArrowsUpDownIcon, bI as AssistantIcon, bJ as AtIcon, bK as Auth0Graphic, bL as Auth0GraphicLarge, bM as AzHorizontalIcon, bN as AzVerticalIcon, bO as BANNER_MAX_HEIGHT, bP as BANNER_MIN_HEIGHT, bQ as BackupIcon, bR as BadgeCodeIcon, bS as BadgeCodeOffIcon, bT as Banner, bU as BarChartIcon, bV as BarGroupedIcon, bW as BarStackedIcon, bX as BarStackedPercentageIcon, bY as BarsAscendingHorizontalIcon, bZ as BarsAscendingVerticalIcon, b_ as BarsDescendingHorizontalIcon, b$ as BarsDescendingVerticalIcon, c0 as BeakerIcon, c1 as BinaryIcon, c2 as BlockQuoteIcon, c3 as BoldIcon, c4 as BookIcon, c5 as BookmarkFillIcon, c6 as BookmarkIcon, c7 as BooksIcon, c8 as BracketsCheckIcon, c9 as BracketsCurlyIcon, ca as BracketsErrorIcon, cb as BracketsSquareIcon, cc as BracketsXIcon, cd as BranchCheckIcon, ce as BranchIcon, cf as BranchResetIcon, cg as BriefcaseFillIcon, ch as BriefcaseIcon, ci as BrushIcon, cj as BugIcon, B as Button, ck as CalendarClockIcon, cl as CalendarEventIcon, cm as CalendarIcon, cn as CalendarRangeIcon, co as CalendarSyncIcon, cp as CameraIcon, cq as CapitalizeIcon, cr as CaretDownSquareIcon, cs as CaretUpSquareIcon, ct as CatalogCloudIcon, cu as CatalogGearIcon, cv as CatalogHomeIcon, cw as CatalogIcon, cx as CatalogOffIcon, cy as CatalogSharedIcon, cz as CatalogUserHomeIcon, cA as CellsSquareIcon, cB as CertifiedFillIcon, cC as CertifiedFillSmallIcon, cD as CertifiedIcon, cE as ChainIcon, cF as ChartLineIcon, cG as CheckCircleBadgeIcon, C as CheckCircleFillIcon, aM as CheckCircleIcon, cH as CheckCircleSmallIcon, cI as CheckIcon, cJ as CheckLineIcon, cK as CheckSmallIcon, aC as Checkbox, cL as CheckboxIcon, cM as ChecklistIcon, cN as ChevronDoubleDownIcon, cO as ChevronDoubleLeftIcon, cP as ChevronDoubleLeftOffIcon, cQ as ChevronDoubleRightIcon, cR as ChevronDoubleRightOffIcon, cS as ChevronDoubleUpIcon, s as ChevronDownIcon, cT as ChevronLeftIcon, t as ChevronRightIcon, cU as ChevronUpIcon, cV as ChipIcon, aX as CircleIcon, aV as CircleOffIcon, cW as CircleOffLargeIcon, aW as CircleOutlineIcon, cX as CircleOutlineLargeIcon, cY as ClipboardIcon, cZ as ClockIcon, c_ as ClockKeyIcon, c$ as ClockOffIcon, aQ as CloseIcon, w as CloseSmallIcon, d0 as CloudCheckIcon, d1 as CloudDatabaseIcon, d2 as CloudDownloadIcon, d3 as CloudIcon, d4 as CloudKeyIcon, d5 as CloudModelIcon, d6 as CloudOffIcon, d7 as CloudUploadIcon, d8 as CodeIcon, d9 as ColorFillIcon, da as ColorMappingEditIcon, db as ColorMappingIcon, dc as ColorVars, dd as ColumnIcon, de as ColumnSplitIcon, df as ColumnTagIcon, dg as ColumnsIcon, dh as CommandIcon, di as CommandPaletteIcon, dj as CompassIcon, dk as ComponentFinderContext, dl as ConnectIcon, dm as Content, dn as ContextMenu, dp as CopyIcon, dq as CreditCardIcon, dr as CursorClickIcon, ds as CursorIcon, dt as CursorPagination, du as CursorTypeIcon, dv as CustomAppIcon, dw as DS_OVERRIDE_TOKENS_WRAPPER_TESTID, aT as DU_BOIS_ENABLE_ANIMATION_CLASSNAME, dx as DagHorizontalIcon, dy as DagIcon, dz as DagVerticalIcon, k as DangerFillIcon, aN as DangerIcon, dA as DangerModal, dB as DangerSmallIcon, dC as DashIcon, dD as DashboardCodeIcon, dE as DashboardIcon, dF as DataIcon, dG as DataMaskiingGraphic, dH as DatabaseClockIcon, dI as DatabaseIcon, dJ as DatabaseImportIcon, dK as DatePicker, dL as DecimalIcon, dM as DeprecatedIcon, dN as DeprecatedSmallIcon, v as DesignSystemAntDConfigProvider, dO as DesignSystemContext, f as DesignSystemEventProvider, l as DesignSystemEventProviderAnalyticsEventTypes, o as DesignSystemEventProviderComponentSubTypeMap, dP as DesignSystemEventProviderComponentSubTypes, n as DesignSystemEventProviderComponentTypes, Y as DesignSystemEventSuppressInteractionProviderContext, Z as DesignSystemEventSuppressInteractionTrueContextValue, dQ as DesignSystemProvider, dR as DesignSystemThemeContext, dS as DesignSystemThemeProvider, h as DesignTokenScope, aD as DialogCombobox, aF as DialogComboboxContent, dT as DialogComboboxCountBadge, dU as DialogComboboxCustomButtonTriggerWrapper, ah as DialogComboboxEmpty, an as DialogComboboxOptionList, aj as DialogComboboxOptionListCheckboxItem, ak as DialogComboboxOptionListSelectItem, dV as DialogComboboxSectionHeader, aE as DialogComboboxTrigger, D as DocumentationSidebar, dW as DollarIcon, dX as DomainCirclesThree, dY as DomainsIcon, dZ as DotsCircleIcon, d_ as DownloadIcon, d$ as DragIcon, e0 as Drawer, e1 as DropdownMenu, e2 as Empty, e3 as EmptyDashboardGraphic, e4 as ErdIcon, e5 as ExpandLessIcon, e6 as ExpandMoreIcon, F as FIXED_VERTICAL_STEPPER_WIDTH, e7 as FaceFrownIcon, e8 as FaceNeutralIcon, e9 as FaceSmileIcon, ea as FileCodeIcon, eb as FileCubeIcon, ec as FileDocumentIcon, ed as FileIcon, ee as FileImageIcon, ef as FileLockIcon, eg as FileModelIcon, eh as FileNewIcon, ei as FilePipelineIcon, ej as FilterFillIcon, ek as FilterIcon, el as FlagPointerIcon, em as FloatIcon, en as FlowIcon, eo as FlowsIcon, ep as FolderBranchFillIcon, eq as FolderBranchIcon, er as FolderCloudFilledIcon, es as FolderCloudIcon, et as FolderCubeIcon, eu as FolderCubeOutlineIcon, ev as FolderFillIcon, ew as FolderHomeIcon, ex as FolderIcon, ey as FolderNewIcon, ez as FolderNodeIcon, eA as FolderOpenBranchIcon, eB as FolderOpenCloudIcon, eC as FolderOpenCubeIcon, eD as FolderOpenIcon, eE as FolderOpenPipelineIcon, eF as FolderOutlinePipelineIcon, eG as FolderSolidPipelineIcon, eH as FontIcon, eI as ForkHorizontalIcon, eJ as ForkIcon, eK as Form, eL as FormContextResetBoundary, eM as FullscreenExitIcon, eN as FullscreenIcon, eO as FunctionIcon, eP as FunctionInputIcon, eQ as GavelIcon, eR as GearFillIcon, eS as GearIcon, eT as GenieCodeIcon, eU as GenieDeepResearchIcon, eV as GiftIcon, eW as GitCommitIcon, eX as GitMergeIcon, eY as GitRebaseIcon, eZ as GlobeIcon, e_ as Graphic, e$ as GridDashIcon, f0 as GridIcon, f1 as GroupIcon, f2 as H1Icon, f3 as H2Icon, f4 as H3Icon, f5 as H4Icon, f6 as H5Icon, f7 as H6Icon, f8 as HashIcon, f9 as HistoryIcon, fa as HomeIcon, fb as Icon, fc as ImageIcon, fd as IndentDecreaseIcon, fe as IndentIncreaseIcon, ff as InfinityIcon, fg as InfoBookIcon, I as InfoFillIcon, fh as InfoIcon, J as InfoSmallIcon, b7 as InfoTooltip, fi as IngestionIcon, af as Input, fj as ItalicIcon, fk as JoinOperatorIcon, fl as KeyIcon, fm as KeyboardIcon, fn as LakebaseCatalogIcon, fo as LakebaseIcon, fp as LakeflowDesignerIcon, fq as LakewatchAlertIcon, fr as LakewatchDatasourceIcon, fs as LakewatchDetectionRuleIcon, ft as LakewatchIcon, fu as LakewatchParserIcon, fv as LayerGraphIcon, fw as LayerIcon, fx as Layout, fy as LeafIcon, fz as LegacyForm, fA as LegacyFormDubois, fB as LegacyOptGroup, fC as LegacyOption, aK as LegacySelect, fD as LegacySelectOptGroup, fE as LegacySelectOption, fF as LegacyTable, fG as LegacyTooltip, fH as LetterFormatIcon, fI as LettersIcon, fJ as LettersNumbersIcon, fK as LibrariesIcon, fL as LifesaverIcon, fM as LightbulbIcon, fN as LightningCircleFillIcon, fO as LightningIcon, fP as LinearLineIcon, fQ as LinkIcon, fR as LinkOffIcon, fS as ListBorderIcon, fT as ListClearIcon, fU as ListIcon, fV as ListNumberIcon, fW as Listbox, fX as LoadingIcon, Q as LoadingState, fY as LoadingStateContext, fZ as LockFillIcon, f_ as LockIcon, f$ as LockShareIcon, g0 as LockUnlockedIcon, g1 as LoopIcon, g2 as LowercaseIcon, M as MAX_VERTICAL_WIZARD_CONTENT_WIDTH, g3 as MailIcon, g4 as MapIcon, g5 as MarkdownIcon, g6 as McpIcon, g7 as MeasureIcon, g8 as MegaphoneIcon, g9 as MenuIcon, ga as MicrophoneIcon, gb as MicrophoneOffIcon, gc as MinusCircleFillIcon, gd as MinusCircleIcon, ge as MinusCircleSmallIcon, b0 as MinusSquareIcon, gf as MissingBranchGraphic, gg as MissingGraphic, y as Modal, gh as ModelsIcon, gi as MonotoneLineIcon, gj as MonthPickerGrid, gk as MoonIcon, gl as Nav, gm as NavButton, gn as NavigationMenu, go as NeonProjectIcon, gp as NewChatIcon, gq as NewTabIcon, gr as NewWindowIcon, gs as NoCaseIcon, gt as NoIcon, gu as NotebookIcon, gv as NotebookPipelineIcon, gw as NotificationIcon, gx as NotificationOffIcon, gy as NumberFormatIcon, gz as NumbersIcon, gA as OfficeIcon, gB as OntologyIcon, gC as OperatorIcon, gD as OutageGraphic, gE as OverflowHorizontalIcon, gF as OverflowIcon, gG as PageBottomIcon, gH as PageFirstIcon, gI as PageIcon, gJ as PageLastIcon, gK as PageTopIcon, gL as Pagination, gM as Panel, gN as PanelBody, gO as PanelDockedIcon, gP as PanelFloatingIcon, gQ as PanelHeader, gR as PanelHeaderButtons, gS as PanelHeaderTitle, gT as PaperclipIcon, gU as PassFailChecklistIcon, gV as PauseIcon, gW as PencilFillIcon, gX as PencilIcon, gY as PencilSparkleIcon, gZ as PieChartIcon, g_ as PillControl, g$ as PinCancelIcon, h0 as PinFillIcon, h1 as PinIcon, h2 as PipelineCodeIcon, h3 as PipelineCubeIcon, h4 as PipelineIcon, h5 as PivotOperatorIcon, h6 as PlayCircleFillIcon, h7 as PlayCircleIcon, h8 as PlayDoubleIcon, h9 as PlayIcon, ha as PlayMultipleIcon, hb as PlugIcon, hc as PlusCircleFillIcon, hd as PlusCircleIcon, he as PlusCircleSmallIcon, a6 as PlusIcon, hf as PlusMinusSquareIcon, b1 as PlusSquareIcon, hg as Popover, hh as PositionBottomIcon, hi as PositionLeftIcon, hj as PositionRightIcon, hk as PositionTopIcon, hl as PreviewCard, hm as Progress, hn as PullRequestIcon, ho as PuzzleIcon, hp as QueryEditorIcon, hq as QueryIcon, hr as QuestionMarkFillIcon, hs as QuestionMarkIcon, aB as Radio, ht as RadioIcon, hu as RadioTile, hv as RangePicker, hw as ReaderModeIcon, hx as RedoIcon, hy as RefreshIcon, hz as RefreshPlayIcon, hA as RefreshXIcon, hB as ReplyIcon, hC as ResizeIcon, aR as RestoreAntDDefaultClsPrefix, hD as RhfForm, hE as RichTextIcon, hF as RobotIcon, hG as RocketIcon, hH as RowsIcon, hI as RunIcon, hJ as RunningIcon, hK as SMALL_BUTTON_HEIGHT, hL as SaveClockIcon, hM as SaveIcon, hN as SchemaIcon, hO as SchoolIcon, hP as SearchDataIcon, ag as SearchIcon, hQ as SegmentedControlButton, hR as SegmentedControlGroup, aG as Select, aI as SelectContent, hS as SelectContext, hT as SelectContextProvider, aJ as SelectOption, hU as SelectOptionGroup, aH as SelectTrigger, hV as SendIcon, S as ShapeTokens, hW as ShareIcon, hX as ShareNodesIcon, hY as ShieldCheckIcon, hZ as ShieldIcon, h_ as ShieldOffIcon, h$ as ShortcutIcon, i0 as Sidebar, i1 as SidebarAutoIcon, i2 as SidebarClosedIcon, i3 as SidebarCollapseIcon, i4 as SidebarExpandIcon, i5 as SidebarIcon, i6 as SidebarOpenIcon, i7 as SidebarSyncIcon, i8 as SimpleSelect, i9 as SimpleSelectOption, ia as SimpleSelectOptionGroup, ib as SlashSquareIcon, ic as SlidersIcon, id as SnippetIcon, aZ as SortAscendingIcon, ie as SortCustomHorizontalIcon, ig as SortCustomVerticalIcon, a_ as SortDescendingIcon, ih as SortHorizontalAscendingIcon, ii as SortHorizontalDescendingIcon, ij as SortLetterHorizontalAscendingIcon, ik as SortLetterHorizontalDescendingIcon, il as SortLetterUnsortedIcon, im as SortLetterVerticalAscendingIcon, io as SortLetterVerticalDescendingIcon, a$ as SortUnsortedIcon, ip as Spacer, iq as SparkleDoubleFillIcon, O as SparkleDoubleIcon, ir as SparkleFillIcon, is as SparkleIcon, it as SparkleRectangleIcon, iu as SpeechBubbleIcon, iv as SpeechBubblePlusIcon, iw as SpeechBubbleQuestionMarkFillIcon, ix as SpeechBubbleQuestionMarkIcon, iy as SpeechBubbleStarIcon, iz as SpeedometerIcon, iA as Spinner, iB as SplitButton, iC as SqlIcon, iD as StarFillIcon, iE as StarIcon, iF as StepAfterLineIcon, iG as StepBeforeLineIcon, iH as Stepper, iI as StopCircleFillIcon, iJ as StopCircleIcon, iK as StopIcon, iL as StoredProcedureIcon, iM as StorefrontIcon, iN as StreamIcon, iO as StrikeThroughIcon, iP as SunIcon, iQ as SyncIcon, iR as SyncSmallIcon, iS as SyncToFileIcon, iT as TableAsteriskIcon, iU as TableClockIcon, iV as TableCombineIcon, iW as TableGlassesIcon, iX as TableGlobeIcon, iY as TableIcon, iZ as TableLightningIcon, i_ as TableMeasureIcon, i$ as TableModelIcon, j0 as TableReportIcon, j1 as TableStreamIcon, j2 as TableVectorIcon, j3 as TableViewIcon, j4 as Tabs, aU as Tag, j5 as TagColumnIcon, j6 as TagIcon, j7 as TagTableIcon, j8 as TargetIcon, j9 as TerminalIcon, ja as TextBoxIcon, jb as TextColorIcon, jc as TextIcon, jd as TextJustifyIcon, je as TextUnderlineIcon, jf as ThreeDotsIcon, jg as ThumbsDownFilledIcon, jh as ThumbsDownIcon, ji as ThumbsUpFilledIcon, jj as ThumbsUpIcon, a4 as TitleSkeleton, jk as ToggleButton, jl as TokenIcon, N as Tooltip, jm as TrashIcon, jn as Tree, jo as TreeIcon, jp as TrendingFillIcon, jq as TrendingIcon, jr as TriangleIcon, js as TypeaheadComboboxCheckboxItem, jt as TypeaheadComboboxFooter, ju as TypeaheadComboboxMenuItem, jv as TypeaheadComboboxMultiSelectStateChangeTypes, av as TypeaheadComboboxSelectedItem, jw as TypeaheadComboboxStateChangeTypes, T as Typography, jx as UnderlineIcon, jy as UndoIcon, jz as UploadIcon, jA as UppercaseIcon, jB as UsageOverageGraphic, jC as UsageSpikeGraphic, jD as UsbIcon, jE as UserBadgeIcon, jF as UserCircleIcon, jG as UserGroupFillIcon, jH as UserGroupIcon, jI as UserIcon, jJ as UserKeyIconIcon, jK as UserShieldIcon, jL as UserSparkleIcon, jM as UserTeamIcon, jN as VisibleFillIcon, jO as VisibleIcon, jP as VisibleOffIcon, jQ as VoiceModeIcon, j as WarningFillIcon, aL as WarningIcon, jR as WithDesignSystemThemeHoc, W as Wizard, a as WizardControlled, b as WizardModal, c as WizardStepContentWrapper, d as WizardStepNavigationProvider, jS as WorkflowCodeIcon, jT as WorkflowCubeIcon, jU as WorkflowsIcon, jV as WorkspacesIcon, jW as WrenchIcon, jX as WrenchSparkleIcon, jY as XCircleFillIcon, jZ as XCircleIcon, j_ as YearPickerGrid, j$ as ZaHorizontalIcon, k0 as ZaVerticalIcon, k1 as ZeroOpsIcon, k2 as ZeroOpsOutlineIcon, k3 as ZoomInIcon, k4 as ZoomMarqueeSelection, k5 as ZoomOutIcon, k6 as ZoomToFitIcon, k7 as __INTERNAL_DO_NOT_USE__FormItem, k8 as __INTERNAL_DO_NOT_USE__Group, k9 as __INTERNAL_DO_NOT_USE__HorizontalGroup, ka as __INTERNAL_DO_NOT_USE__VerticalGroup, kb as __INTERNAL_DO_NOT_USE__wrapLegacyFormRules, kc as augmentWithDataComponentProps, kd as dialogComboboxLookAheadKeyDown, ai as findClosestOptionSibling, ad as findHighlightedOption, z as getAnimationCss, ke as getBottomOnlyShadowScrollStyles, aY as getBtnClassName, kf as getButtonEmotionStyles, a8 as getComboboxOptionItemWrapperStyles, kg as getComboboxOptionLabelStyles, ac as getContentOptions, E as getDarkModePortalStyles, kh as getDatePickerQuickActionBasic, ki as getDialogComboboxOptionLabelWidth, kj as getHorizontalTabShadowStyles, P as getIconClassName, kk as getInputStyles, kl as getKeyboardNavigationFunctions, km as getMemoizedButtonEmotionStyles, kn as getPaginationEmotionStyles, ko as getPanelContainmentStyle, kp as getRadioStyles, kq as getRangeQuickActionsBasic, kr as getShadowScrollStyles, ks as getTypographyColor, ax as getValidationStateColor, kt as getVirtualListScrollbarStyles, ku as getVirtualListScrollbarThumbColor, kv as getVirtualizedComboboxMenuItemStyles, kw as getWrapperStyle, a1 as hideIconButtonRowStyles, kx as highlightFirstNonDisabledOption, ae as highlightOption, a7 as importantify, ky as isOptionDisabled, kz as resetTabIndexToFocusedElement, kA as setImplicitContextGetter, kB as skipHideIconButtonActionClassName, kC as themeMemoKey, kD as useAntDConfigProviderContext, kE as useCallbackOnEnter, az as useComboboxState, kF as useComponentFinderContext, m as useDesignSystemEventComponentCallbacks, kG as useDesignSystemEventSuppressInteractionContext, g as useDesignSystemTheme, as as useDesignTokenOverrideStyles, ar as useDuboisThemeClass, kH as useFormContext, G as useModalContext, aA as useMultipleSelectionState, q as useNotifyOnFirstView, kI as useRadioGroupContext, b4 as useRadixModalContext, aq as useTypeaheadComboboxContext, u as useWizardCurrentStep, e as useWizardStepNavigation, U as visuallyHidden } from './WizardStepContentWrapper-6YTjeEaA.js';
2
- export { A as Alert, d as ApplyGlobalStyles, e as AssistantAvatar, f as AutoComplete, g as Avatar, h as AvatarGroup, B as Breadcrumb, C as Card, i as Col, D as DBAssistantAvatar, j as DM_MONO_FONT_FAMILY, k as DM_SANS_FONT_FAMILY, l as DesignTokenScopeWithEmotionTheme, m as DialogComboboxAddButton, n as DialogComboboxFooter, o as DialogComboboxHintRow, p as DialogComboboxOptionControlledList, q as DialogComboboxOptionListSearch, r as DialogComboboxSeparator, s as Dropdown, t as DuboisDatePicker, F as FormUI, G as GenericSkeleton, H as Header, v as HoverCard, I as InfoPopover, L as LegacyDatePicker, w as LegacyPopover, x as LegacySkeleton, M as Menu, N as Notification, O as Overflow, y as OverflowPopover, P as PageWrapper, z as ParagraphSkeleton, R as RHFControlledComponents, E as ROW_GUTTER_SIZE, J as ResourceStatusIndicator, K as Row, S as Slider, Q as SnackBar, U as Space, V as Steps, W as Switch, X as Table, Y as TableCell, Z as TableContext, _ as TableFilterInput, $ as TableFilterLayout, a0 as TableHeader, a1 as TableRow, a2 as TableRowAction, a3 as TableRowActionHeader, a4 as TableRowContext, a5 as TableRowMenuContainer, a6 as TableRowMultiAction, a7 as TableRowSelectCell, a8 as TableSkeleton, a9 as TableSkeletonRows, aa as Toolbar, ab as TreeGrid, ac as TruncationTooltip, ad as TypeaheadComboboxAddButton, ae as TypeaheadComboboxInput, af as TypeaheadComboboxMenu, ag as TypeaheadComboboxMultiSelectInput, ah as TypeaheadComboboxRoot, ai as TypeaheadComboboxSectionHeader, aj as TypeaheadComboboxSeparator, ak as TypeaheadComboboxToggleButton, al as TypeaheadComboboxV2, am as consumerDarkColorList, an as consumerLightColorList, ao as flushFastdomForTesting, ap as getGlobalResetStyles, aq as getGlobalStyles, ar as getSwitchWithLabelStyles, as as isSafeRelativeUrl, at as isSafeUrl, au as measure, av as sanitizeNextUrl, aw as setupDesignSystemEventProviderForTesting, ax as snackBarManager, ay as update, az as useDefaultTreeGridState, aA as useDesignSystemFlags, aB as useFastDom, aC as useLegacyNotification, aD as useSnackBar, aE as useThemedStyles, aF as withNotifications } from './index-DiRpSwH2.js';
1
+ export { bf as AccessDeniedGraphic, aS as AccessibleContainer, bg as Accordion, bh as AccordionPanel, bi as AlignCenterIcon, bj as AlignJustifyIcon, bk as AlignLeftIcon, bl as AlignRightIcon, bm as AlignVerticalBottomIcon, bn as AlignVerticalCenterIcon, bo as AlignVerticalTopIcon, bp as AppIcon, bq as ApplyDesignSystemContextOverrides, br as ApplyDesignSystemFlags, bs as ArrowDownDotIcon, bt as ArrowDownFillIcon, bu as ArrowDownIcon, bv as ArrowInIcon, bw as ArrowInTableIcon, bx as ArrowLeftIcon, by as ArrowOutTableIcon, bz as ArrowOverIcon, bA as ArrowRightIcon, bB as ArrowUpDotIcon, bC as ArrowUpFillIcon, bD as ArrowUpIcon, bE as ArrowsCollapseIcon, bF as ArrowsConnectIcon, bG as ArrowsExpandIcon, bH as ArrowsUpDownIcon, bI as AssistantIcon, bJ as AtIcon, bK as Auth0Graphic, bL as Auth0GraphicLarge, bM as AzHorizontalIcon, bN as AzVerticalIcon, bO as BANNER_MAX_HEIGHT, bP as BANNER_MIN_HEIGHT, bQ as BackupIcon, bR as BadgeCodeIcon, bS as BadgeCodeOffIcon, bT as Banner, bU as BarChartIcon, bV as BarGroupedIcon, bW as BarStackedIcon, bX as BarStackedPercentageIcon, bY as BarsAscendingHorizontalIcon, bZ as BarsAscendingVerticalIcon, b_ as BarsDescendingHorizontalIcon, b$ as BarsDescendingVerticalIcon, c0 as BeakerIcon, c1 as BinaryIcon, c2 as BlockQuoteIcon, c3 as BoldIcon, c4 as BookIcon, c5 as BookmarkFillIcon, c6 as BookmarkIcon, c7 as BooksIcon, c8 as BracketsCheckIcon, c9 as BracketsCurlyIcon, ca as BracketsErrorIcon, cb as BracketsSquareIcon, cc as BracketsXIcon, cd as BranchCheckIcon, ce as BranchIcon, cf as BranchResetIcon, cg as BriefcaseFillIcon, ch as BriefcaseIcon, ci as BrushIcon, cj as BugIcon, B as Button, ck as CalendarClockIcon, cl as CalendarEventIcon, cm as CalendarIcon, cn as CalendarRangeIcon, co as CalendarSyncIcon, cp as CameraIcon, cq as CapitalizeIcon, cr as CaretDownSquareIcon, cs as CaretUpSquareIcon, ct as CatalogCloudIcon, cu as CatalogGearIcon, cv as CatalogHomeIcon, cw as CatalogIcon, cx as CatalogOffIcon, cy as CatalogSharedIcon, cz as CatalogUserHomeIcon, cA as CellsSquareIcon, cB as CertifiedFillIcon, cC as CertifiedFillSmallIcon, cD as CertifiedIcon, cE as ChainIcon, cF as ChartLineIcon, cG as CheckCircleBadgeIcon, C as CheckCircleFillIcon, aM as CheckCircleIcon, cH as CheckCircleSmallIcon, cI as CheckIcon, cJ as CheckLineIcon, cK as CheckSmallIcon, aC as Checkbox, cL as CheckboxIcon, cM as ChecklistIcon, cN as ChevronDoubleDownIcon, cO as ChevronDoubleLeftIcon, cP as ChevronDoubleLeftOffIcon, cQ as ChevronDoubleRightIcon, cR as ChevronDoubleRightOffIcon, cS as ChevronDoubleUpIcon, s as ChevronDownIcon, cT as ChevronLeftIcon, t as ChevronRightIcon, cU as ChevronUpIcon, cV as ChipIcon, aX as CircleIcon, aV as CircleOffIcon, cW as CircleOffLargeIcon, aW as CircleOutlineIcon, cX as CircleOutlineLargeIcon, cY as ClipboardIcon, cZ as ClockIcon, c_ as ClockKeyIcon, c$ as ClockOffIcon, aQ as CloseIcon, w as CloseSmallIcon, d0 as CloudCheckIcon, d1 as CloudDatabaseIcon, d2 as CloudDownloadIcon, d3 as CloudIcon, d4 as CloudKeyIcon, d5 as CloudModelIcon, d6 as CloudOffIcon, d7 as CloudUploadIcon, d8 as CodeIcon, d9 as ColorFillIcon, da as ColorMappingEditIcon, db as ColorMappingIcon, dc as ColorVars, dd as ColumnIcon, de as ColumnSplitIcon, df as ColumnTagIcon, dg as ColumnsIcon, dh as CommandIcon, di as CommandPaletteIcon, dj as CompassIcon, dk as ComponentFinderContext, dl as ConnectIcon, dm as Content, dn as ContextMenu, dp as CopyIcon, dq as CreditCardIcon, dr as CursorClickIcon, ds as CursorIcon, dt as CursorPagination, du as CursorTypeIcon, dv as CustomAppIcon, dw as DS_OVERRIDE_TOKENS_WRAPPER_TESTID, aT as DU_BOIS_ENABLE_ANIMATION_CLASSNAME, dx as DagHorizontalIcon, dy as DagIcon, dz as DagVerticalIcon, k as DangerFillIcon, aN as DangerIcon, dA as DangerModal, dB as DangerSmallIcon, dC as DashIcon, dD as DashboardCodeIcon, dE as DashboardIcon, dF as DataIcon, dG as DataMaskiingGraphic, dH as DatabaseClockIcon, dI as DatabaseIcon, dJ as DatabaseImportIcon, dK as DatePicker, dL as DecimalIcon, dM as DeprecatedIcon, dN as DeprecatedSmallIcon, v as DesignSystemAntDConfigProvider, dO as DesignSystemContext, f as DesignSystemEventProvider, l as DesignSystemEventProviderAnalyticsEventTypes, o as DesignSystemEventProviderComponentSubTypeMap, dP as DesignSystemEventProviderComponentSubTypes, n as DesignSystemEventProviderComponentTypes, Y as DesignSystemEventSuppressInteractionProviderContext, Z as DesignSystemEventSuppressInteractionTrueContextValue, dQ as DesignSystemProvider, dR as DesignSystemThemeContext, dS as DesignSystemThemeProvider, h as DesignTokenScope, aD as DialogCombobox, aF as DialogComboboxContent, dT as DialogComboboxCountBadge, dU as DialogComboboxCustomButtonTriggerWrapper, ah as DialogComboboxEmpty, an as DialogComboboxOptionList, aj as DialogComboboxOptionListCheckboxItem, ak as DialogComboboxOptionListSelectItem, dV as DialogComboboxSectionHeader, aE as DialogComboboxTrigger, D as DocumentationSidebar, dW as DollarIcon, dX as DomainCirclesThree, dY as DomainsIcon, dZ as DotsCircleIcon, d_ as DownloadIcon, d$ as DragIcon, e0 as Drawer, e1 as DropdownMenu, e2 as Empty, e3 as EmptyDashboardGraphic, e4 as ErdIcon, e5 as ExpandLessIcon, e6 as ExpandMoreIcon, F as FIXED_VERTICAL_STEPPER_WIDTH, e7 as FaceFrownIcon, e8 as FaceNeutralIcon, e9 as FaceSmileIcon, ea as FileCodeIcon, eb as FileCubeIcon, ec as FileDocumentIcon, ed as FileIcon, ee as FileImageIcon, ef as FileLockIcon, eg as FileModelIcon, eh as FileNewIcon, ei as FilePipelineIcon, ej as FilterFillIcon, ek as FilterIcon, el as FlagPointerIcon, em as FloatIcon, en as FlowIcon, eo as FlowsIcon, ep as FolderBranchFillIcon, eq as FolderBranchIcon, er as FolderCloudFilledIcon, es as FolderCloudIcon, et as FolderCubeIcon, eu as FolderCubeOutlineIcon, ev as FolderFillIcon, ew as FolderHomeIcon, ex as FolderIcon, ey as FolderNewIcon, ez as FolderNodeIcon, eA as FolderOpenBranchIcon, eB as FolderOpenCloudIcon, eC as FolderOpenCubeIcon, eD as FolderOpenIcon, eE as FolderOpenPipelineIcon, eF as FolderOutlinePipelineIcon, eG as FolderSolidPipelineIcon, eH as FontIcon, eI as ForkHorizontalIcon, eJ as ForkIcon, eK as Form, eL as FormContextResetBoundary, eM as FullscreenExitIcon, eN as FullscreenIcon, eO as FunctionIcon, eP as FunctionInputIcon, eQ as GavelIcon, eR as GearFillIcon, eS as GearIcon, eT as GenieCodeIcon, eU as GenieDeepResearchIcon, eV as GiftIcon, eW as GitCommitIcon, eX as GitMergeIcon, eY as GitRebaseIcon, eZ as GlobeIcon, e_ as Graphic, e$ as GridDashIcon, f0 as GridIcon, f1 as GroupIcon, f2 as H1Icon, f3 as H2Icon, f4 as H3Icon, f5 as H4Icon, f6 as H5Icon, f7 as H6Icon, f8 as HashIcon, f9 as HistoryIcon, fa as HomeIcon, fb as Icon, fc as ImageIcon, fd as IndentDecreaseIcon, fe as IndentIncreaseIcon, ff as InfinityIcon, fg as InfoBookIcon, I as InfoFillIcon, fh as InfoIcon, J as InfoSmallIcon, b7 as InfoTooltip, fi as IngestionIcon, af as Input, fj as ItalicIcon, fk as JoinOperatorIcon, fl as KeyIcon, fm as KeyboardIcon, fn as LakebaseCatalogIcon, fo as LakebaseIcon, fp as LakeflowDesignerIcon, fq as LakewatchAlertIcon, fr as LakewatchDatasourceIcon, fs as LakewatchDetectionRuleIcon, ft as LakewatchIcon, fu as LakewatchParserIcon, fv as LayerGraphIcon, fw as LayerIcon, fx as Layout, fy as LeafIcon, fz as LegacyForm, fA as LegacyFormDubois, fB as LegacyOptGroup, fC as LegacyOption, aK as LegacySelect, fD as LegacySelectOptGroup, fE as LegacySelectOption, fF as LegacyTable, fG as LetterFormatIcon, fH as LettersIcon, fI as LettersNumbersIcon, fJ as LibrariesIcon, fK as LifesaverIcon, fL as LightbulbIcon, fM as LightningCircleFillIcon, fN as LightningIcon, fO as LinearLineIcon, fP as LinkIcon, fQ as LinkOffIcon, fR as ListBorderIcon, fS as ListClearIcon, fT as ListIcon, fU as ListNumberIcon, fV as Listbox, fW as LoadingIcon, Q as LoadingState, fX as LoadingStateContext, fY as LockFillIcon, fZ as LockIcon, f_ as LockShareIcon, f$ as LockUnlockedIcon, g0 as LoopIcon, g1 as LowercaseIcon, M as MAX_VERTICAL_WIZARD_CONTENT_WIDTH, g2 as MailIcon, g3 as MapIcon, g4 as MarkdownIcon, g5 as McpIcon, g6 as MeasureIcon, g7 as MegaphoneIcon, g8 as MenuIcon, g9 as MicrophoneIcon, ga as MicrophoneOffIcon, gb as MinusCircleFillIcon, gc as MinusCircleIcon, gd as MinusCircleSmallIcon, b0 as MinusSquareIcon, ge as MissingBranchGraphic, gf as MissingGraphic, y as Modal, gg as ModelsIcon, gh as MonotoneLineIcon, gi as MonthPickerGrid, gj as MoonIcon, gk as Nav, gl as NavButton, gm as NavigationMenu, gn as NeonProjectIcon, go as NewChatIcon, gp as NewTabIcon, gq as NewWindowIcon, gr as NoCaseIcon, gs as NoIcon, gt as NotebookIcon, gu as NotebookPipelineIcon, gv as NotificationIcon, gw as NotificationOffIcon, gx as NumberFormatIcon, gy as NumbersIcon, gz as OfficeIcon, gA as OntologyIcon, gB as OperatorIcon, gC as OutageGraphic, gD as OverflowHorizontalIcon, gE as OverflowIcon, gF as PageBottomIcon, gG as PageFirstIcon, gH as PageIcon, gI as PageLastIcon, gJ as PageTopIcon, gK as Pagination, gL as Panel, gM as PanelBody, gN as PanelDockedIcon, gO as PanelFloatingIcon, gP as PanelHeader, gQ as PanelHeaderButtons, gR as PanelHeaderTitle, gS as PaperclipIcon, gT as PassFailChecklistIcon, gU as PauseIcon, gV as PencilFillIcon, gW as PencilIcon, gX as PencilSparkleIcon, gY as PieChartIcon, gZ as PillControl, g_ as PinCancelIcon, g$ as PinFillIcon, h0 as PinIcon, h1 as PipelineCodeIcon, h2 as PipelineCubeIcon, h3 as PipelineIcon, h4 as PivotOperatorIcon, h5 as PlayCircleFillIcon, h6 as PlayCircleIcon, h7 as PlayDoubleIcon, h8 as PlayIcon, h9 as PlayMultipleIcon, ha as PlugIcon, hb as PlusCircleFillIcon, hc as PlusCircleIcon, hd as PlusCircleSmallIcon, a6 as PlusIcon, he as PlusMinusSquareIcon, b1 as PlusSquareIcon, hf as Popover, hg as PositionBottomIcon, hh as PositionLeftIcon, hi as PositionRightIcon, hj as PositionTopIcon, hk as PreviewCard, hl as Progress, hm as PullRequestIcon, hn as PuzzleIcon, ho as QueryEditorIcon, hp as QueryIcon, hq as QuestionMarkFillIcon, hr as QuestionMarkIcon, aB as Radio, hs as RadioIcon, ht as RadioTile, hu as RangePicker, hv as ReaderModeIcon, hw as RedoIcon, hx as RefreshIcon, hy as RefreshPlayIcon, hz as RefreshXIcon, hA as ReplyIcon, hB as ResizeIcon, aR as RestoreAntDDefaultClsPrefix, hC as RhfForm, hD as RichTextIcon, hE as RobotIcon, hF as RocketIcon, hG as RowsIcon, hH as RunIcon, hI as RunningIcon, hJ as SMALL_BUTTON_HEIGHT, hK as SaveClockIcon, hL as SaveIcon, hM as SchemaIcon, hN as SchoolIcon, hO as SearchDataIcon, ag as SearchIcon, hP as SegmentedControlButton, hQ as SegmentedControlGroup, aG as Select, aI as SelectContent, hR as SelectContext, hS as SelectContextProvider, aJ as SelectOption, hT as SelectOptionGroup, aH as SelectTrigger, hU as SendIcon, S as ShapeTokens, hV as ShareIcon, hW as ShareNodesIcon, hX as ShieldCheckIcon, hY as ShieldIcon, hZ as ShieldOffIcon, h_ as ShortcutIcon, h$ as Sidebar, i0 as SidebarAutoIcon, i1 as SidebarClosedIcon, i2 as SidebarCollapseIcon, i3 as SidebarExpandIcon, i4 as SidebarIcon, i5 as SidebarOpenIcon, i6 as SidebarSyncIcon, i7 as SimpleSelect, i8 as SimpleSelectOption, i9 as SimpleSelectOptionGroup, ia as SlashSquareIcon, ib as SlidersIcon, ic as SlidesIcon, id as SnippetIcon, aZ as SortAscendingIcon, ie as SortCustomHorizontalIcon, ig as SortCustomVerticalIcon, a_ as SortDescendingIcon, ih as SortHorizontalAscendingIcon, ii as SortHorizontalDescendingIcon, ij as SortLetterHorizontalAscendingIcon, ik as SortLetterHorizontalDescendingIcon, il as SortLetterUnsortedIcon, im as SortLetterVerticalAscendingIcon, io as SortLetterVerticalDescendingIcon, a$ as SortUnsortedIcon, ip as Spacer, iq as SparkleDoubleFillIcon, O as SparkleDoubleIcon, ir as SparkleFillIcon, is as SparkleIcon, it as SparkleRectangleIcon, iu as SpeechBubbleIcon, iv as SpeechBubblePlusIcon, iw as SpeechBubbleQuestionMarkFillIcon, ix as SpeechBubbleQuestionMarkIcon, iy as SpeechBubbleStarIcon, iz as SpeedometerIcon, iA as Spinner, iB as SplitButton, iC as SqlIcon, iD as StarFillIcon, iE as StarIcon, iF as StepAfterLineIcon, iG as StepBeforeLineIcon, iH as Stepper, iI as StopCircleFillIcon, iJ as StopCircleIcon, iK as StopIcon, iL as StoredProcedureIcon, iM as StorefrontIcon, iN as StreamIcon, iO as StrikeThroughIcon, iP as SunIcon, iQ as SyncIcon, iR as SyncSmallIcon, iS as SyncToFileIcon, iT as TableAsteriskIcon, iU as TableClockIcon, iV as TableCombineIcon, iW as TableGlassesIcon, iX as TableGlobeIcon, iY as TableIcon, iZ as TableLightningIcon, i_ as TableMeasureIcon, i$ as TableModelIcon, j0 as TableReportIcon, j1 as TableStreamIcon, j2 as TableVectorIcon, j3 as TableViewIcon, j4 as Tabs, aU as Tag, j5 as TagColumnIcon, j6 as TagIcon, j7 as TagTableIcon, j8 as TargetIcon, j9 as TerminalIcon, ja as TextBoxIcon, jb as TextColorIcon, jc as TextIcon, jd as TextJustifyIcon, je as TextUnderlineIcon, jf as ThreeDotsIcon, jg as ThumbsDownFilledIcon, jh as ThumbsDownIcon, ji as ThumbsUpFilledIcon, jj as ThumbsUpIcon, a4 as TitleSkeleton, jk as ToggleButton, jl as TokenIcon, N as Tooltip, jm as TrashIcon, jn as Tree, jo as TreeIcon, jp as TrendingFillIcon, jq as TrendingIcon, jr as TriangleIcon, js as TypeaheadComboboxCheckboxItem, jt as TypeaheadComboboxFooter, ju as TypeaheadComboboxMenuItem, jv as TypeaheadComboboxMultiSelectStateChangeTypes, av as TypeaheadComboboxSelectedItem, jw as TypeaheadComboboxStateChangeTypes, T as Typography, jx as UnderlineIcon, jy as UndoIcon, jz as UploadIcon, jA as UppercaseIcon, jB as UsageOverageGraphic, jC as UsageSpikeGraphic, jD as UsbIcon, jE as UserBadgeIcon, jF as UserCircleIcon, jG as UserGroupFillIcon, jH as UserGroupIcon, jI as UserIcon, jJ as UserKeyIconIcon, jK as UserShieldIcon, jL as UserSparkleIcon, jM as UserTeamIcon, jN as VisibleFillIcon, jO as VisibleIcon, jP as VisibleOffIcon, jQ as VoiceModeIcon, j as WarningFillIcon, aL as WarningIcon, jR as WithDesignSystemThemeHoc, W as Wizard, a as WizardControlled, b as WizardModal, c as WizardStepContentWrapper, d as WizardStepNavigationProvider, jS as WorkflowCodeIcon, jT as WorkflowCubeIcon, jU as WorkflowsIcon, jV as WorkspacesIcon, jW as WrenchIcon, jX as WrenchSparkleIcon, jY as XCircleFillIcon, jZ as XCircleIcon, j_ as YearPickerGrid, j$ as ZaHorizontalIcon, k0 as ZaVerticalIcon, k1 as ZeroOpsIcon, k2 as ZeroOpsOutlineIcon, k3 as ZoomInIcon, k4 as ZoomMarqueeSelection, k5 as ZoomOutIcon, k6 as ZoomToFitIcon, k7 as __INTERNAL_DO_NOT_USE__FormItem, k8 as __INTERNAL_DO_NOT_USE__Group, k9 as __INTERNAL_DO_NOT_USE__HorizontalGroup, ka as __INTERNAL_DO_NOT_USE__VerticalGroup, kb as __INTERNAL_DO_NOT_USE__wrapLegacyFormRules, kc as augmentWithDataComponentProps, kd as dialogComboboxLookAheadKeyDown, ai as findClosestOptionSibling, ad as findHighlightedOption, z as getAnimationCss, ke as getBottomOnlyShadowScrollStyles, aY as getBtnClassName, kf as getButtonEmotionStyles, a8 as getComboboxOptionItemWrapperStyles, kg as getComboboxOptionLabelStyles, ac as getContentOptions, E as getDarkModePortalStyles, kh as getDatePickerQuickActionBasic, ki as getDialogComboboxOptionLabelWidth, kj as getHorizontalTabShadowStyles, P as getIconClassName, kk as getInputStyles, kl as getKeyboardNavigationFunctions, km as getMemoizedButtonEmotionStyles, kn as getPaginationEmotionStyles, ko as getPanelContainmentStyle, kp as getRadioStyles, kq as getRangeQuickActionsBasic, kr as getShadowScrollStyles, ks as getTypographyColor, ax as getValidationStateColor, kt as getVirtualListScrollbarStyles, ku as getVirtualListScrollbarThumbColor, kv as getVirtualizedComboboxMenuItemStyles, kw as getWrapperStyle, a1 as hideIconButtonRowStyles, kx as highlightFirstNonDisabledOption, ae as highlightOption, a7 as importantify, ky as isOptionDisabled, kz as resetTabIndexToFocusedElement, kA as setImplicitContextGetter, kB as skipHideIconButtonActionClassName, kC as themeMemoKey, kD as useAntDConfigProviderContext, kE as useCallbackOnEnter, az as useComboboxState, kF as useComponentFinderContext, m as useDesignSystemEventComponentCallbacks, kG as useDesignSystemEventSuppressInteractionContext, g as useDesignSystemTheme, as as useDesignTokenOverrideStyles, ar as useDuboisThemeClass, kH as useFormContext, G as useModalContext, aA as useMultipleSelectionState, q as useNotifyOnFirstView, kI as useRadioGroupContext, b4 as useRadixModalContext, aq as useTypeaheadComboboxContext, u as useWizardCurrentStep, e as useWizardStepNavigation, U as visuallyHidden } from './WizardStepContentWrapper-bbh_CoIf.js';
2
+ export { A as Alert, d as ApplyGlobalStyles, e as AssistantAvatar, f as AutoComplete, g as Avatar, h as AvatarGroup, B as Breadcrumb, C as Card, i as Col, D as DBAssistantAvatar, j as DM_MONO_FONT_FAMILY, k as DM_SANS_FONT_FAMILY, l as DesignTokenScopeWithEmotionTheme, m as DialogComboboxAddButton, n as DialogComboboxFooter, o as DialogComboboxHintRow, p as DialogComboboxOptionControlledList, q as DialogComboboxOptionListSearch, r as DialogComboboxSeparator, s as Dropdown, t as DuboisDatePicker, F as FormUI, G as GenericSkeleton, H as Header, v as HoverCard, I as InfoPopover, L as LegacyDatePicker, w as LegacyPopover, x as LegacySkeleton, M as Menu, N as Notification, O as Overflow, y as OverflowPopover, P as PageWrapper, z as ParagraphSkeleton, R as RHFControlledComponents, E as ROW_GUTTER_SIZE, J as ResourceStatusIndicator, K as Row, S as Slider, Q as SnackBar, U as Space, V as Steps, W as Switch, X as Table, Y as TableCell, Z as TableContext, _ as TableFilterInput, $ as TableFilterLayout, a0 as TableHeader, a1 as TableRow, a2 as TableRowAction, a3 as TableRowActionHeader, a4 as TableRowContext, a5 as TableRowMenuContainer, a6 as TableRowMultiAction, a7 as TableRowSelectCell, a8 as TableSkeleton, a9 as TableSkeletonRows, aa as Toolbar, ab as TreeGrid, ac as TruncationTooltip, ad as TypeaheadComboboxAddButton, ae as TypeaheadComboboxInput, af as TypeaheadComboboxMenu, ag as TypeaheadComboboxMultiSelectInput, ah as TypeaheadComboboxRoot, ai as TypeaheadComboboxSectionHeader, aj as TypeaheadComboboxSeparator, ak as TypeaheadComboboxToggleButton, al as TypeaheadComboboxV2, am as consumerDarkColorList, an as consumerLightColorList, ao as flushFastdomForTesting, ap as getGlobalResetStyles, aq as getGlobalStyles, ar as getSwitchWithLabelStyles, as as isSafeRelativeUrl, at as isSafeUrl, au as measure, av as sanitizeNextUrl, aw as setupDesignSystemEventProviderForTesting, ax as snackBarManager, ay as update, az as useDefaultTreeGridState, aA as useDesignSystemFlags, aB as useFastDom, aC as useLegacyNotification, aD as useSnackBar, aE as useThemedStyles, aF as withNotifications } from './index-CUCuUviS.js';
3
3
  import * as DialogPrimitive from '@radix-ui/react-dialog';
4
4
  export { DialogPrimitive as UNSAFE_DialogPrimitive };
5
5
  import '@emotion/react/jsx-runtime';