@charcoal-ui/react 3.9.1 → 3.10.0

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/dist/components/DropdownSelector/MenuItem/internals/useMenuItemHandleKeyDown.d.ts.map +1 -1
  2. package/dist/components/DropdownSelector/MenuList/MenuListContext.d.ts +2 -1
  3. package/dist/components/DropdownSelector/MenuList/MenuListContext.d.ts.map +1 -1
  4. package/dist/components/DropdownSelector/MenuList/index.d.ts.map +1 -1
  5. package/dist/components/DropdownSelector/MenuList/internals/getValuesRecursive.d.ts +2 -1
  6. package/dist/components/DropdownSelector/MenuList/internals/getValuesRecursive.d.ts.map +1 -1
  7. package/dist/components/DropdownSelector/index.d.ts +4 -0
  8. package/dist/components/DropdownSelector/index.d.ts.map +1 -1
  9. package/dist/components/DropdownSelector/index.story.d.ts +12 -5
  10. package/dist/components/DropdownSelector/index.story.d.ts.map +1 -1
  11. package/dist/components/LoadingSpinner/LoadingSpinnerIcon.story.d.ts.map +1 -1
  12. package/dist/components/LoadingSpinner/index.story.d.ts.map +1 -1
  13. package/dist/index.cjs.js +44 -23
  14. package/dist/index.cjs.js.map +1 -1
  15. package/dist/index.esm.js +54 -33
  16. package/dist/index.esm.js.map +1 -1
  17. package/package.json +9 -7
  18. package/src/components/DropdownSelector/ListItem/__snapshots__/index.story.storyshot +5 -3
  19. package/src/components/DropdownSelector/ListItem/index.tsx +5 -1
  20. package/src/components/DropdownSelector/MenuItem/internals/useMenuItemHandleKeyDown.tsx +29 -18
  21. package/src/components/DropdownSelector/MenuList/MenuListContext.ts +3 -2
  22. package/src/components/DropdownSelector/MenuList/__snapshots__/index.story.storyshot +15 -9
  23. package/src/components/DropdownSelector/MenuList/index.tsx +6 -4
  24. package/src/components/DropdownSelector/MenuList/internals/getValuesRecursive.tsx +11 -8
  25. package/src/components/DropdownSelector/__snapshots__/index.story.storyshot +2666 -396
  26. package/src/components/DropdownSelector/index.story.tsx +264 -103
  27. package/src/components/DropdownSelector/index.tsx +35 -7
  28. package/src/components/LoadingSpinner/LoadingSpinnerIcon.story.tsx +1 -0
  29. package/src/components/LoadingSpinner/index.story.tsx +1 -0
  30. package/src/components/Modal/__snapshots__/index.story.storyshot +76 -0
@@ -863,6 +863,44 @@ exports[`Storybook Tests Modal BackgroundScroll 1`] = `
863
863
  <span />
864
864
  </div>
865
865
  </div>
866
+ <div
867
+ aria-hidden="true"
868
+ style={
869
+ Object {
870
+ "border": 0,
871
+ "clip": "rect(0 0 0 0)",
872
+ "clipPath": "inset(50%)",
873
+ "height": "1px",
874
+ "margin": "-1px",
875
+ "overflow": "hidden",
876
+ "padding": 0,
877
+ "position": "absolute",
878
+ "whiteSpace": "nowrap",
879
+ "width": "1px",
880
+ }
881
+ }
882
+ >
883
+ <select
884
+ tabIndex={-1}
885
+ value="10"
886
+ >
887
+ <option
888
+ value="10"
889
+ >
890
+ 10
891
+ </option>
892
+ <option
893
+ value="20"
894
+ >
895
+ 20
896
+ </option>
897
+ <option
898
+ value="30"
899
+ >
900
+ 30
901
+ </option>
902
+ </select>
903
+ </div>
866
904
  <button
867
905
  className="c21"
868
906
  onClick={[Function]}
@@ -2249,6 +2287,44 @@ exports[`Storybook Tests Modal Default 1`] = `
2249
2287
  <span />
2250
2288
  </div>
2251
2289
  </div>
2290
+ <div
2291
+ aria-hidden="true"
2292
+ style={
2293
+ Object {
2294
+ "border": 0,
2295
+ "clip": "rect(0 0 0 0)",
2296
+ "clipPath": "inset(50%)",
2297
+ "height": "1px",
2298
+ "margin": "-1px",
2299
+ "overflow": "hidden",
2300
+ "padding": 0,
2301
+ "position": "absolute",
2302
+ "whiteSpace": "nowrap",
2303
+ "width": "1px",
2304
+ }
2305
+ }
2306
+ >
2307
+ <select
2308
+ tabIndex={-1}
2309
+ value="10"
2310
+ >
2311
+ <option
2312
+ value="10"
2313
+ >
2314
+ 10
2315
+ </option>
2316
+ <option
2317
+ value="20"
2318
+ >
2319
+ 20
2320
+ </option>
2321
+ <option
2322
+ value="30"
2323
+ >
2324
+ 30
2325
+ </option>
2326
+ </select>
2327
+ </div>
2252
2328
  <button
2253
2329
  className="c21"
2254
2330
  onClick={[Function]}