@patternfly/patternfly 5.1.0-prerelease.4 → 5.1.0-prerelease.5

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 (50) hide show
  1. package/components/DataList/data-list-grid.css +0 -28
  2. package/components/DataList/data-list.css +0 -28
  3. package/components/FormControl/form-control.css +3 -2
  4. package/components/FormControl/form-control.scss +3 -2
  5. package/components/NumberInput/number-input.css +1 -1
  6. package/components/Pagination/pagination.css +1 -1
  7. package/components/Table/table-grid.css +0 -24
  8. package/docs/components/AppLauncher/deprecated/application-launcher.md +155 -70
  9. package/docs/components/Breadcrumb/examples/Breadcrumb.md +11 -5
  10. package/docs/components/Card/examples/Card.md +152 -64
  11. package/docs/components/ContextSelector/deprecated/context-selector.md +198 -96
  12. package/docs/components/DataList/examples/DataList.md +391 -136
  13. package/docs/components/Dropdown/deprecated/Dropdown.md +881 -367
  14. package/docs/components/DualListSelector/examples/DualListSelector.md +368 -128
  15. package/docs/components/FormControl/examples/FormControl.md +2 -1
  16. package/docs/components/Hint/examples/Hint.md +57 -24
  17. package/docs/components/InlineEdit/examples/InlineEdit.md +46 -16
  18. package/docs/components/LogViewer/examples/LogViewer.md +40 -30
  19. package/docs/components/Menu/examples/Menu.md +41 -20
  20. package/docs/components/MenuToggle/examples/MenuToggle.md +1 -1
  21. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +619 -240
  22. package/docs/components/OptionsMenu/deprecated/options-menu.md +403 -160
  23. package/docs/components/OverflowMenu/examples/overflow-menu.md +45 -34
  24. package/docs/components/Pagination/examples/Pagination.md +195 -65
  25. package/docs/components/ProgressStepper/examples/ProgressStepper.md +50 -0
  26. package/docs/components/Select/deprecated/Select.css +3 -3
  27. package/docs/components/Select/deprecated/Select.md +40 -52
  28. package/docs/components/Table/examples/Table.md +4546 -1668
  29. package/docs/components/Tabs/examples/Tabs.md +1094 -438
  30. package/docs/components/Toolbar/examples/Toolbar.md +142 -68
  31. package/docs/components/TreeView/examples/TreeView.md +23 -8
  32. package/docs/demos/Card/examples/Card.md +46 -21
  33. package/docs/demos/CardView/examples/CardView.md +182 -74
  34. package/docs/demos/ContextSelector/examples/ContextSelector.md +95 -47
  35. package/docs/demos/Dashboard/examples/Dashboard.md +15 -6
  36. package/docs/demos/DataList/examples/DataList.md +163 -70
  37. package/docs/demos/DescriptionList/examples/DescriptionList.md +20 -9
  38. package/docs/demos/Drawer/examples/Drawer.md +20 -9
  39. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +803 -338
  40. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +241 -101
  41. package/docs/demos/Table/examples/Table.md +1422 -607
  42. package/docs/demos/Tabs/examples/Tabs.md +113 -48
  43. package/docs/demos/Toolbar/examples/Toolbar.md +318 -123
  44. package/package.json +37 -37
  45. package/patternfly-no-globals.css +4 -55
  46. package/patternfly-theme-dark-unversioned.css +4 -55
  47. package/patternfly.css +4 -55
  48. package/patternfly.min.css +1 -1
  49. package/patternfly.min.css.map +1 -1
  50. package/sass-utilities/placeholders.scss +1 -1
@@ -66,7 +66,7 @@
66
66
  &::-webkit-inner-spin-button,
67
67
  &::-webkit-outer-spin-button {
68
68
  // stylelint-enable
69
- appearance: none;
70
69
  margin: 0;
70
+ appearance: none;
71
71
  }
72
72
  }