@pareto-engineering/design-system 4.0.0-alpha.58 → 4.0.0-alpha.60

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 (107) hide show
  1. package/dist/cjs/a/AnimatedBlobs/AnimatedBlobs.js +6 -6
  2. package/dist/cjs/a/AnimatedGradient/AnimatedGradient.js +7 -7
  3. package/dist/cjs/a/AppContext/Context.js +3 -4
  4. package/dist/cjs/a/AppContext/ContextProvider.js +6 -6
  5. package/dist/cjs/a/AppContext/useTheme.js +2 -3
  6. package/dist/cjs/a/BlurOverlay/BlurOverlay.js +6 -6
  7. package/dist/cjs/a/ContentTree/ContentTree.js +6 -6
  8. package/dist/cjs/a/ContentTree/common/Tree/Tree.js +8 -8
  9. package/dist/cjs/a/ContentTree/common/useContentTree.js +1 -2
  10. package/dist/cjs/a/ContentTree/common/useFirstVisibleNode.js +1 -2
  11. package/dist/cjs/a/Conversation/Context.js +3 -4
  12. package/dist/cjs/a/Conversation/Conversation.js +6 -6
  13. package/dist/cjs/a/Conversation/common/Message/Message.js +3 -4
  14. package/dist/cjs/a/DotInfo/DotInfo.js +6 -6
  15. package/dist/cjs/a/Figure/Figure.js +6 -6
  16. package/dist/cjs/a/HamburgerButton/HamburgerButton.js +6 -6
  17. package/dist/cjs/a/IconList/IconList.js +6 -6
  18. package/dist/cjs/a/IconList/common/Item/Item.js +3 -4
  19. package/dist/cjs/a/Label/Label.js +6 -6
  20. package/dist/cjs/a/LoadingCircle/LoadingCircle.js +6 -6
  21. package/dist/cjs/a/MetaCard/MetaCard.js +6 -6
  22. package/dist/cjs/a/People/People.js +6 -6
  23. package/dist/cjs/a/People/common/Person/Person.js +3 -4
  24. package/dist/cjs/a/Popover/Popover.js +7 -7
  25. package/dist/cjs/a/ProgressBar/ProgressBar.js +6 -6
  26. package/dist/cjs/a/Quote/Quote.js +6 -6
  27. package/dist/cjs/a/Removable/Removable.js +6 -6
  28. package/dist/cjs/a/SVG/SVG.js +7 -7
  29. package/dist/cjs/a/SVG/common/UseSVG/UseSVG.js +3 -4
  30. package/dist/cjs/a/SnapScroller/SnapScroller.js +38 -12
  31. package/dist/cjs/a/Spinner/Spinner.js +6 -6
  32. package/dist/cjs/a/TextSteps/TextSteps.js +6 -6
  33. package/dist/cjs/a/Timestamp/Timestamp.js +9 -9
  34. package/dist/cjs/a/Tip/Tip.js +6 -6
  35. package/dist/cjs/a/ToggleSwitch/ToggleSwitch.js +6 -6
  36. package/dist/cjs/b/Button/Button.js +6 -6
  37. package/dist/cjs/b/Button/common/Group/Group.js +6 -6
  38. package/dist/cjs/b/Card/Card.js +6 -6
  39. package/dist/cjs/b/Card/common/Group/Group.js +6 -6
  40. package/dist/cjs/b/Card/common/Section/Section.js +3 -4
  41. package/dist/cjs/b/Logo/Logo.js +7 -7
  42. package/dist/cjs/b/Page/Context.js +3 -4
  43. package/dist/cjs/b/Page/Page.js +7 -7
  44. package/dist/cjs/b/Page/common/PageHelmet/PageHelmet.js +6 -6
  45. package/dist/cjs/b/Page/common/Section/Section.js +3 -4
  46. package/dist/cjs/b/SocialMediaButton/SocialMediaButton.js +6 -6
  47. package/dist/cjs/b/ThemeSelector/ThemeSelector.js +7 -7
  48. package/dist/cjs/b/Title/Title.js +6 -6
  49. package/dist/cjs/c/ContentSlides/ContentSlides.js +8 -8
  50. package/dist/cjs/c/ContentSlides/Context.js +3 -4
  51. package/dist/cjs/c/ContentSlides/common/HorizontalMenu/HorizontalMenu.js +3 -4
  52. package/dist/cjs/c/ContentSlides/common/Navigator/Navigator.js +3 -4
  53. package/dist/cjs/c/ContentSlides/common/Sidebar/Sidebar.js +3 -4
  54. package/dist/cjs/c/ContentSlides/common/Slide/Slide.js +3 -4
  55. package/dist/cjs/c/Modal/Modal.js +6 -6
  56. package/dist/cjs/c/Modal/common/ModalHeader/ModalHeader.js +3 -4
  57. package/dist/cjs/c/Shortener/Shortener.js +7 -7
  58. package/dist/cjs/c/SocialMediaShareButton/SocialMediaShareButton.js +6 -6
  59. package/dist/cjs/f/FormInput/FormInput.js +6 -6
  60. package/dist/cjs/f/common/Debugger/Debugger.js +8 -8
  61. package/dist/cjs/f/common/Description/Description.js +6 -6
  62. package/dist/cjs/f/common/InputWrapper/InputWrapper.js +6 -6
  63. package/dist/cjs/f/common/Label/Label.js +6 -6
  64. package/dist/cjs/f/common/index.js +19 -1
  65. package/dist/cjs/f/common/utils/index.js +12 -0
  66. package/dist/cjs/f/common/utils/lookUpInputValueFromFetchedOptions.js +29 -0
  67. package/dist/cjs/f/fields/Checkbox/Checkbox.js +6 -6
  68. package/dist/cjs/f/fields/ChoicesInput/ChoicesInput.js +6 -6
  69. package/dist/cjs/f/fields/ChoicesInput/common/Choice/Choice.js +3 -4
  70. package/dist/cjs/f/fields/EditorInput/EditorInput.js +6 -6
  71. package/dist/cjs/f/fields/EditorInput/common/Toolbar.js +17 -17
  72. package/dist/cjs/f/fields/EditorInput/common/TreeViewPlugin.js +1 -2
  73. package/dist/cjs/f/fields/LinkInput/LinkInput.js +6 -6
  74. package/dist/cjs/f/fields/QueryChoices/QueryChoices.js +8 -8
  75. package/dist/cjs/f/fields/QueryCombobox/QueryCombobox.js +23 -12
  76. package/dist/cjs/f/fields/QueryCombobox/common/Combobox/Combobox.js +29 -11
  77. package/dist/cjs/f/fields/QueryCombobox/common/Menu/Menu.js +3 -4
  78. package/dist/cjs/f/fields/QueryCombobox/common/MultipleCombobox/MultipleCombobox.js +30 -12
  79. package/dist/cjs/f/fields/QuerySelect/QuerySelect.js +8 -8
  80. package/dist/cjs/f/fields/RatingsInput/RatingsInput.js +7 -7
  81. package/dist/cjs/f/fields/RatingsInput/common/Rating/Rating.js +3 -4
  82. package/dist/cjs/f/fields/SelectInput/SelectInput.js +6 -6
  83. package/dist/cjs/f/fields/TextInput/TextInput.js +6 -6
  84. package/dist/cjs/f/fields/TextareaInput/TextareaInput.js +6 -6
  85. package/dist/cjs/r/SwitchRouteMap/SwitchRouteMap.js +3 -4
  86. package/dist/cjs/r/common/PrivateRoute/PrivateRoute.js +6 -6
  87. package/dist/cjs/test/QueryLoader/QueryLoader.js +7 -7
  88. package/dist/cjs/test/QueryLoader/common/PreloadedTestData/PreloadedTestData.js +3 -4
  89. package/dist/cjs/utils/hooks/useDynamicPosition.js +1 -2
  90. package/dist/cjs/utils/hooks/useWindowSize.js +1 -2
  91. package/dist/es/a/SnapScroller/SnapScroller.js +33 -7
  92. package/dist/es/f/common/index.js +2 -1
  93. package/dist/es/f/common/utils/index.js +1 -0
  94. package/dist/es/f/common/utils/lookUpInputValueFromFetchedOptions.js +20 -0
  95. package/dist/es/f/fields/QueryCombobox/QueryCombobox.js +15 -4
  96. package/dist/es/f/fields/QueryCombobox/common/Combobox/Combobox.js +22 -4
  97. package/dist/es/f/fields/QueryCombobox/common/MultipleCombobox/MultipleCombobox.js +22 -4
  98. package/package.json +4 -3
  99. package/src/stories/f/QueryCombobox.stories.jsx +18 -0
  100. package/src/ui/a/SnapScroller/SnapScroller.jsx +27 -3
  101. package/src/ui/f/common/index.js +1 -0
  102. package/src/ui/f/common/utils/index.js +1 -0
  103. package/src/ui/f/common/utils/lookUpInputValueFromFetchedOptions.js +23 -0
  104. package/src/ui/f/fields/QueryCombobox/QueryCombobox.jsx +18 -6
  105. package/src/ui/f/fields/QueryCombobox/common/Combobox/Combobox.jsx +18 -2
  106. package/src/ui/f/fields/QueryCombobox/common/MultipleCombobox/MultipleCombobox.jsx +18 -1
  107. package/tests/__snapshots__/Storyshots.test.js.snap +281 -20
@@ -2959,6 +2959,9 @@ exports[`Storyshots a/SVG Stroke 1`] = `
2959
2959
  exports[`Storyshots a/SnapScroller Base 1`] = `
2960
2960
  <div
2961
2961
  className="base snap-scroller u1 pv-u"
2962
+ onMouseDown={[Function]}
2963
+ onMouseMove={[Function]}
2964
+ onMouseUp={[Function]}
2962
2965
  style={
2963
2966
  {
2964
2967
  "background": "var(--background4)",
@@ -3036,6 +3039,9 @@ exports[`Storyshots a/SnapScroller Base 1`] = `
3036
3039
  exports[`Storyshots a/SnapScroller No Scroll On Desktop 1`] = `
3037
3040
  <div
3038
3041
  className="base snap-scroller u1 pv-u desktop-no-scroll"
3042
+ onMouseDown={null}
3043
+ onMouseMove={null}
3044
+ onMouseUp={null}
3039
3045
  style={
3040
3046
  {
3041
3047
  "background": "var(--background4)",
@@ -11731,6 +11737,9 @@ exports[`Storyshots b/Card Card With Progress 1`] = `
11731
11737
  exports[`Storyshots b/Card/Group Base 1`] = `
11732
11738
  <div
11733
11739
  className="base snap-scroller base group span-8 snap-scroller desktop-vertical-flexbox desktop-no-scroll"
11740
+ onMouseDown={null}
11741
+ onMouseMove={null}
11742
+ onMouseUp={null}
11734
11743
  >
11735
11744
  <div
11736
11745
  className="base card span-2"
@@ -11771,6 +11780,9 @@ exports[`Storyshots b/Card/Group Base 1`] = `
11771
11780
  exports[`Storyshots b/Card/Group Card Group Grid On Desktop 1`] = `
11772
11781
  <div
11773
11782
  className="base snap-scroller base group span-8 snap-scroller desktop-grid desktop-no-scroll"
11783
+ onMouseDown={null}
11784
+ onMouseMove={null}
11785
+ onMouseUp={null}
11774
11786
  >
11775
11787
  <div
11776
11788
  className="base card span-2"
@@ -13958,7 +13970,6 @@ exports[`Storyshots b/ThemeSelector Base 1`] = `
13958
13970
  </span>
13959
13971
  <button
13960
13972
  className="base toggle-switch"
13961
- onClick={[Function]}
13962
13973
  style={
13963
13974
  {
13964
13975
  "--size": undefined,
@@ -13969,6 +13980,7 @@ exports[`Storyshots b/ThemeSelector Base 1`] = `
13969
13980
  <input
13970
13981
  checked={false}
13971
13982
  id="switch"
13983
+ onChange={[Function]}
13972
13984
  type="checkbox"
13973
13985
  />
13974
13986
  <label
@@ -20115,7 +20127,7 @@ exports[`Storyshots f/fields/QueryCombobox Multiple Select With Default Formik S
20115
20127
  </form>
20116
20128
  `;
20117
20129
 
20118
- exports[`Storyshots f/fields/QueryCombobox On Single Row 1`] = `
20130
+ exports[`Storyshots f/fields/QueryCombobox Multiple Select With Prompt For New Options 1`] = `
20119
20131
  <form
20120
20132
  action="#"
20121
20133
  onReset={[Function]}
@@ -20130,8 +20142,8 @@ exports[`Storyshots f/fields/QueryCombobox On Single Row 1`] = `
20130
20142
  id="downshift-4-label"
20131
20143
  style={
20132
20144
  {
20133
- "--column-span": 4,
20134
- "--column-span-md": 4,
20145
+ "--column-span": "var(--columns)",
20146
+ "--column-span-md": "var(--columns)",
20135
20147
  }
20136
20148
  }
20137
20149
  >
@@ -20141,8 +20153,8 @@ exports[`Storyshots f/fields/QueryCombobox On Single Row 1`] = `
20141
20153
  className="base input-wrapper base multiple-combobox"
20142
20154
  style={
20143
20155
  {
20144
- "--column-span": 4,
20145
- "--column-span-md": 10,
20156
+ "--column-span": "var(--columns)",
20157
+ "--column-span-md": "var(--columns)",
20146
20158
  }
20147
20159
  }
20148
20160
  >
@@ -20198,7 +20210,7 @@ exports[`Storyshots f/fields/QueryCombobox On Single Row 1`] = `
20198
20210
  </form>
20199
20211
  `;
20200
20212
 
20201
- exports[`Storyshots f/fields/QueryCombobox Optional 1`] = `
20213
+ exports[`Storyshots f/fields/QueryCombobox On Single Row 1`] = `
20202
20214
  <form
20203
20215
  action="#"
20204
20216
  onReset={[Function]}
@@ -20208,25 +20220,24 @@ exports[`Storyshots f/fields/QueryCombobox Optional 1`] = `
20208
20220
  className="grid"
20209
20221
  >
20210
20222
  <label
20211
- className="base form-label x-paragraph"
20212
- htmlFor="team"
20223
+ className="base form-label base multiple-combobox x-paragraph"
20224
+ htmlFor="teams"
20213
20225
  id="downshift-5-label"
20214
20226
  style={
20215
20227
  {
20216
- "--column-span": "var(--columns)",
20217
- "--column-span-md": "var(--columns)",
20228
+ "--column-span": 4,
20229
+ "--column-span-md": 4,
20218
20230
  }
20219
20231
  }
20220
20232
  >
20221
20233
  Search for a team
20222
- (Optional)
20223
20234
  </label>
20224
20235
  <div
20225
- className="base input-wrapper base combobox y-interactive"
20236
+ className="base input-wrapper base multiple-combobox"
20226
20237
  style={
20227
20238
  {
20228
- "--column-span": "var(--columns)",
20229
- "--column-span-md": "var(--columns)",
20239
+ "--column-span": 4,
20240
+ "--column-span-md": 10,
20230
20241
  }
20231
20242
  }
20232
20243
  >
@@ -20240,6 +20251,7 @@ exports[`Storyshots f/fields/QueryCombobox Optional 1`] = `
20240
20251
  id="downshift-5-input"
20241
20252
  onBlur={[Function]}
20242
20253
  onChange={[Function]}
20254
+ onClick={[Function]}
20243
20255
  onKeyDown={[Function]}
20244
20256
  value=""
20245
20257
  />
@@ -20274,14 +20286,14 @@ exports[`Storyshots f/fields/QueryCombobox Optional 1`] = `
20274
20286
  onClick={[Function]}
20275
20287
  type="button"
20276
20288
  >
20277
- Replace formik value
20289
+ Add formik values
20278
20290
  </button>
20279
20291
  </div>
20280
20292
  </div>
20281
20293
  </form>
20282
20294
  `;
20283
20295
 
20284
- exports[`Storyshots f/fields/QueryCombobox Single Select 1`] = `
20296
+ exports[`Storyshots f/fields/QueryCombobox Optional 1`] = `
20285
20297
  <form
20286
20298
  action="#"
20287
20299
  onReset={[Function]}
@@ -20302,6 +20314,7 @@ exports[`Storyshots f/fields/QueryCombobox Single Select 1`] = `
20302
20314
  }
20303
20315
  >
20304
20316
  Search for a team
20317
+ (Optional)
20305
20318
  </label>
20306
20319
  <div
20307
20320
  className="base input-wrapper base combobox y-interactive"
@@ -20363,7 +20376,7 @@ exports[`Storyshots f/fields/QueryCombobox Single Select 1`] = `
20363
20376
  </form>
20364
20377
  `;
20365
20378
 
20366
- exports[`Storyshots f/fields/QueryCombobox Single Select With Default Formik State 1`] = `
20379
+ exports[`Storyshots f/fields/QueryCombobox Single Select 1`] = `
20367
20380
  <form
20368
20381
  action="#"
20369
20382
  onReset={[Function]}
@@ -20405,6 +20418,88 @@ exports[`Storyshots f/fields/QueryCombobox Single Select With Default Formik Sta
20405
20418
  onBlur={[Function]}
20406
20419
  onChange={[Function]}
20407
20420
  onKeyDown={[Function]}
20421
+ value=""
20422
+ />
20423
+ <div
20424
+ className="base popover x-background-near bottom left"
20425
+ >
20426
+ <ul
20427
+ aria-labelledby="downshift-7-label"
20428
+ className="base menu y-interactive"
20429
+ id="downshift-7-menu"
20430
+ onMouseLeave={[Function]}
20431
+ role="listbox"
20432
+ />
20433
+ </div>
20434
+ </div>
20435
+ <div
20436
+ className="container"
20437
+ >
20438
+ <div
20439
+ className="debugger"
20440
+ >
20441
+ <button
20442
+ className="base button x-main2"
20443
+ onClick={[Function]}
20444
+ type="button"
20445
+ >
20446
+ Open FormDebugger
20447
+ </button>
20448
+ </div>
20449
+ <button
20450
+ className="base button x-main"
20451
+ onClick={[Function]}
20452
+ type="button"
20453
+ >
20454
+ Replace formik value
20455
+ </button>
20456
+ </div>
20457
+ </div>
20458
+ </form>
20459
+ `;
20460
+
20461
+ exports[`Storyshots f/fields/QueryCombobox Single Select With Default Formik State 1`] = `
20462
+ <form
20463
+ action="#"
20464
+ onReset={[Function]}
20465
+ onSubmit={[Function]}
20466
+ >
20467
+ <div
20468
+ className="grid"
20469
+ >
20470
+ <label
20471
+ className="base form-label x-paragraph"
20472
+ htmlFor="team"
20473
+ id="downshift-8-label"
20474
+ style={
20475
+ {
20476
+ "--column-span": "var(--columns)",
20477
+ "--column-span-md": "var(--columns)",
20478
+ }
20479
+ }
20480
+ >
20481
+ Search for a team
20482
+ </label>
20483
+ <div
20484
+ className="base input-wrapper base combobox y-interactive"
20485
+ style={
20486
+ {
20487
+ "--column-span": "var(--columns)",
20488
+ "--column-span-md": "var(--columns)",
20489
+ }
20490
+ }
20491
+ >
20492
+ <input
20493
+ aria-autocomplete="list"
20494
+ aria-controls="downshift-8-menu"
20495
+ aria-labelledby="downshift-8-label"
20496
+ autoComplete="off"
20497
+ className="input"
20498
+ disabled={false}
20499
+ id="downshift-8-input"
20500
+ onBlur={[Function]}
20501
+ onChange={[Function]}
20502
+ onKeyDown={[Function]}
20408
20503
  value="Apple"
20409
20504
  />
20410
20505
  <button
@@ -20426,9 +20521,175 @@ exports[`Storyshots f/fields/QueryCombobox Single Select With Default Formik Sta
20426
20521
  className="base popover x-background-near bottom left"
20427
20522
  >
20428
20523
  <ul
20429
- aria-labelledby="downshift-7-label"
20524
+ aria-labelledby="downshift-8-label"
20430
20525
  className="base menu y-interactive"
20431
- id="downshift-7-menu"
20526
+ id="downshift-8-menu"
20527
+ onMouseLeave={[Function]}
20528
+ role="listbox"
20529
+ />
20530
+ </div>
20531
+ </div>
20532
+ <div
20533
+ className="container"
20534
+ >
20535
+ <div
20536
+ className="debugger"
20537
+ >
20538
+ <button
20539
+ className="base button x-main2"
20540
+ onClick={[Function]}
20541
+ type="button"
20542
+ >
20543
+ Open FormDebugger
20544
+ </button>
20545
+ </div>
20546
+ <button
20547
+ className="base button x-main"
20548
+ onClick={[Function]}
20549
+ type="button"
20550
+ >
20551
+ Replace formik value
20552
+ </button>
20553
+ </div>
20554
+ </div>
20555
+ </form>
20556
+ `;
20557
+
20558
+ exports[`Storyshots f/fields/QueryCombobox With Placeholder 1`] = `
20559
+ <form
20560
+ action="#"
20561
+ onReset={[Function]}
20562
+ onSubmit={[Function]}
20563
+ >
20564
+ <div
20565
+ className="grid"
20566
+ >
20567
+ <label
20568
+ className="base form-label x-paragraph"
20569
+ htmlFor="team"
20570
+ id="downshift-9-label"
20571
+ style={
20572
+ {
20573
+ "--column-span": "var(--columns)",
20574
+ "--column-span-md": "var(--columns)",
20575
+ }
20576
+ }
20577
+ >
20578
+ Search for a team
20579
+ </label>
20580
+ <div
20581
+ className="base input-wrapper base combobox y-interactive"
20582
+ style={
20583
+ {
20584
+ "--column-span": "var(--columns)",
20585
+ "--column-span-md": "var(--columns)",
20586
+ }
20587
+ }
20588
+ >
20589
+ <input
20590
+ aria-autocomplete="list"
20591
+ aria-controls="downshift-9-menu"
20592
+ aria-labelledby="downshift-9-label"
20593
+ autoComplete="off"
20594
+ className="input"
20595
+ disabled={false}
20596
+ id="downshift-9-input"
20597
+ onBlur={[Function]}
20598
+ onChange={[Function]}
20599
+ onKeyDown={[Function]}
20600
+ placeholder="Search for a team"
20601
+ value=""
20602
+ />
20603
+ <div
20604
+ className="base popover x-background-near bottom left"
20605
+ >
20606
+ <ul
20607
+ aria-labelledby="downshift-9-label"
20608
+ className="base menu y-interactive"
20609
+ id="downshift-9-menu"
20610
+ onMouseLeave={[Function]}
20611
+ role="listbox"
20612
+ />
20613
+ </div>
20614
+ </div>
20615
+ <div
20616
+ className="container"
20617
+ >
20618
+ <div
20619
+ className="debugger"
20620
+ >
20621
+ <button
20622
+ className="base button x-main2"
20623
+ onClick={[Function]}
20624
+ type="button"
20625
+ >
20626
+ Open FormDebugger
20627
+ </button>
20628
+ </div>
20629
+ <button
20630
+ className="base button x-main"
20631
+ onClick={[Function]}
20632
+ type="button"
20633
+ >
20634
+ Replace formik value
20635
+ </button>
20636
+ </div>
20637
+ </div>
20638
+ </form>
20639
+ `;
20640
+
20641
+ exports[`Storyshots f/fields/QueryCombobox With Prompt To Create New Option 1`] = `
20642
+ <form
20643
+ action="#"
20644
+ onReset={[Function]}
20645
+ onSubmit={[Function]}
20646
+ >
20647
+ <div
20648
+ className="grid"
20649
+ >
20650
+ <label
20651
+ className="base form-label x-paragraph"
20652
+ htmlFor="team"
20653
+ id="downshift-10-label"
20654
+ style={
20655
+ {
20656
+ "--column-span": "var(--columns)",
20657
+ "--column-span-md": "var(--columns)",
20658
+ }
20659
+ }
20660
+ >
20661
+ Search for a team
20662
+ </label>
20663
+ <div
20664
+ className="base input-wrapper base combobox y-interactive"
20665
+ style={
20666
+ {
20667
+ "--column-span": "var(--columns)",
20668
+ "--column-span-md": "var(--columns)",
20669
+ }
20670
+ }
20671
+ >
20672
+ <input
20673
+ aria-autocomplete="list"
20674
+ aria-controls="downshift-10-menu"
20675
+ aria-labelledby="downshift-10-label"
20676
+ autoComplete="off"
20677
+ className="input"
20678
+ disabled={false}
20679
+ id="downshift-10-input"
20680
+ onBlur={[Function]}
20681
+ onChange={[Function]}
20682
+ onKeyDown={[Function]}
20683
+ placeholder="Search for a team"
20684
+ value=""
20685
+ />
20686
+ <div
20687
+ className="base popover x-background-near bottom left"
20688
+ >
20689
+ <ul
20690
+ aria-labelledby="downshift-10-label"
20691
+ className="base menu y-interactive"
20692
+ id="downshift-10-menu"
20432
20693
  onMouseLeave={[Function]}
20433
20694
  role="listbox"
20434
20695
  />