@splunk/react-ui 4.33.0 → 4.34.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 (58) hide show
  1. package/Button.js +19 -22
  2. package/ButtonGroup.js +20 -23
  3. package/ButtonSimple.js +33 -34
  4. package/CHANGELOG.md +31 -0
  5. package/Card.js +56 -44
  6. package/Chip.js +2 -6
  7. package/CollapsiblePanel.js +281 -264
  8. package/Color.js +88 -86
  9. package/Concertina.js +7 -7
  10. package/ControlGroup.js +18 -18
  11. package/DualListbox.js +8 -11
  12. package/File.js +25 -30
  13. package/FormRows.js +53 -53
  14. package/Image.js +13 -13
  15. package/JSONTree.js +22 -22
  16. package/MIGRATION.mdx +76 -0
  17. package/Markdown.js +12 -12
  18. package/Menu.js +505 -719
  19. package/Message.js +205 -204
  20. package/MessageBar.js +104 -104
  21. package/Modal.js +2 -2
  22. package/Multiselect.js +36 -39
  23. package/Paginator.js +8 -8
  24. package/Popover.js +53 -54
  25. package/Progress.js +45 -46
  26. package/RadioBar.js +117 -115
  27. package/RadioList.js +8 -5
  28. package/ResultsMenu.js +256 -261
  29. package/Search.js +21 -24
  30. package/Select.js +34 -31
  31. package/Slider.js +9 -9
  32. package/SplitButton.js +1 -4
  33. package/StaticContent.js +1 -1
  34. package/StepBar.js +1 -1
  35. package/Switch.js +169 -171
  36. package/TabBar.js +13 -5
  37. package/Table.js +65 -67
  38. package/Text.js +17 -26
  39. package/TextArea.js +162 -163
  40. package/Tooltip.js +1 -1
  41. package/package.json +5 -5
  42. package/stubs-splunkui.d.ts +11 -0
  43. package/types/src/Card/Card.d.ts +3 -1
  44. package/types/src/Card/Header.d.ts +22 -3
  45. package/types/src/CollapsiblePanel/CollapsiblePanel.d.ts +5 -0
  46. package/types/src/CollapsiblePanel/icons/ExpandPanel.d.ts +1 -3
  47. package/types/src/Menu/Item.d.ts +3 -0
  48. package/types/src/Menu/Menu.d.ts +16 -21
  49. package/types/src/Menu/MenuContext.d.ts +3 -2
  50. package/types/src/RadioBar/Option.d.ts +4 -1
  51. package/types/src/RadioBar/RadioBar.d.ts +6 -4
  52. package/types/src/RadioBar/docs/examples/MenuBar.d.ts +2 -0
  53. package/types/src/ResultsMenu/ResultsMenu.d.ts +5 -22
  54. package/types/src/Select/Select.d.ts +2 -2
  55. package/types/src/Select/SelectBase.d.ts +2 -2
  56. package/types/src/Table/Body.d.ts +0 -4
  57. package/useRovingFocus.js +26 -40
  58. package/types/src/Select/docs/examples/prisma/Appearance.d.ts +0 -14
package/Chip.js CHANGED
@@ -255,7 +255,7 @@
255
255
  displayName: "ChipStyles__StyledRemove",
256
256
  componentId: "sc-1sd3tsh-5"
257
257
  })([ "", ";" ], (0, b.pick)({
258
- enterprise: (0, h.css)([ "flex:0 0 auto;padding-left:", ";font-size:", ";color:", ";" ], b.variables.spacingQuarter, (0,
258
+ enterprise: (0, h.css)([ "flex:0 0 auto;padding-left:", ";font-size:", ";color:", ";" ], b.variables.spacingXSmall, (0,
259
259
  b.pick)({
260
260
  compact: "9px",
261
261
  comfortable: "10.5px"
@@ -268,11 +268,7 @@
268
268
  }
269
269
  }
270
270
  })),
271
- prisma: (0, h.css)([ "font-size:", ";display:flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:12px;font-size:9px;color:", ";" ], (0,
272
- b.pick)({
273
- compact: "9px",
274
- comfortable: "10.5px"
275
- }), (function(e) {
271
+ prisma: (0, h.css)([ "display:flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:12px;font-size:9px;color:", ";" ], (function(e) {
276
272
  var r = e.$disabled, a = e.$foregroundColor;
277
273
  return r ? b.variables.contentColorDisabled : a || "inherit";
278
274
  }))