@patternfly/react-styles 6.2.0-prerelease.1 → 6.2.0-prerelease.11

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 (55) hide show
  1. package/CHANGELOG.md +65 -0
  2. package/css/components/Accordion/accordion.css +3 -1
  3. package/css/components/Alert/alert-group.css +52 -9
  4. package/css/components/Banner/banner.css +4 -4
  5. package/css/components/Breadcrumb/breadcrumb.css +3 -2
  6. package/css/components/Button/button.css +63 -2
  7. package/css/components/Button/button.d.ts +3 -0
  8. package/css/components/Button/button.js +3 -0
  9. package/css/components/Button/button.mjs +3 -0
  10. package/css/components/Card/card.css +21 -2
  11. package/css/components/Card/card.d.ts +1 -0
  12. package/css/components/Card/card.js +1 -0
  13. package/css/components/Card/card.mjs +1 -0
  14. package/css/components/ClipboardCopy/clipboard-copy.css +6 -1
  15. package/css/components/ClipboardCopy/clipboard-copy.d.ts +1 -0
  16. package/css/components/ClipboardCopy/clipboard-copy.js +1 -0
  17. package/css/components/ClipboardCopy/clipboard-copy.mjs +1 -0
  18. package/css/components/Content/content.css +2 -1
  19. package/css/components/DataList/data-list.css +3 -1
  20. package/css/components/DescriptionList/description-list.css +3 -2
  21. package/css/components/Drawer/drawer.css +3 -1
  22. package/css/components/DualListSelector/dual-list-selector.css +4 -2
  23. package/css/components/ExpandableSection/expandable-section.css +3 -1
  24. package/css/components/Form/form.css +7 -8
  25. package/css/components/FormControl/form-control.css +108 -41
  26. package/css/components/HelperText/helper-text.css +13 -0
  27. package/css/components/JumpLinks/jump-links.css +5 -3
  28. package/css/components/Label/label.css +3 -2
  29. package/css/components/Masthead/masthead.css +1 -1
  30. package/css/components/Menu/menu.css +15 -7
  31. package/css/components/MenuToggle/menu-toggle.css +47 -0
  32. package/css/components/Nav/nav.css +46 -13
  33. package/css/components/NotificationDrawer/notification-drawer.css +3 -1
  34. package/css/components/Page/page.css +16 -1
  35. package/css/components/Popover/popover.css +2 -0
  36. package/css/components/Progress/progress.css +3 -0
  37. package/css/components/ProgressStepper/progress-stepper.css +2 -1
  38. package/css/components/SimpleList/simple-list.css +2 -2
  39. package/css/components/Switch/switch.css +3 -1
  40. package/css/components/Table/table-grid.css +3 -1
  41. package/css/components/Table/table.css +7 -5
  42. package/css/components/Tabs/tabs.css +7 -3
  43. package/css/components/Timestamp/timestamp.css +2 -1
  44. package/css/components/ToggleGroup/toggle-group.css +1 -1
  45. package/css/components/Toolbar/toolbar.css +10 -3
  46. package/css/components/Toolbar/toolbar.d.ts +1 -0
  47. package/css/components/Toolbar/toolbar.js +1 -0
  48. package/css/components/Toolbar/toolbar.mjs +1 -0
  49. package/css/components/Wizard/wizard.css +5 -3
  50. package/css/components/_index.css +480 -127
  51. package/css/components/_index.d.ts +4 -3
  52. package/css/components/_index.js +4 -3
  53. package/css/components/_index.mjs +4 -3
  54. package/css/docs/components/Toolbar/examples/Toolbar.css +3 -0
  55. package/package.json +4 -4
@@ -387,10 +387,13 @@ declare const _default: {
387
387
  "noPadding": "pf-m-no-padding",
388
388
  "block": "pf-m-block",
389
389
  "small": "pf-m-small",
390
+ "favorite": "pf-m-favorite",
391
+ "favorited": "pf-m-favorited",
390
392
  "clicked": "pf-m-clicked",
391
393
  "ariaDisabled": "pf-m-aria-disabled",
392
394
  "progress": "pf-m-progress",
393
395
  "inProgress": "pf-m-in-progress",
396
+ "notify": "pf-m-notify",
394
397
  "start": "pf-m-start",
395
398
  "end": "pf-m-end",
396
399
  "inRange": "pf-m-in-range",
@@ -405,6 +408,7 @@ declare const _default: {
405
408
  "compact": "pf-m-compact",
406
409
  "fullHeight": "pf-m-full-height",
407
410
  "toggleRight": "pf-m-toggle-right",
411
+ "wrap": "pf-m-wrap",
408
412
  "noOffset": "pf-m-no-offset",
409
413
  "noFill": "pf-m-no-fill",
410
414
  "standalone": "pf-m-standalone",
@@ -650,7 +654,6 @@ declare const _default: {
650
654
  "currentPath": "pf-m-current-path",
651
655
  "scrollable": "pf-m-scrollable",
652
656
  "load": "pf-m-load",
653
- "favorited": "pf-m-favorited",
654
657
  "fullWidth": "pf-m-full-width",
655
658
  "splitButton": "pf-m-split-button",
656
659
  "typeahead": "pf-m-typeahead",
@@ -776,12 +779,10 @@ declare const _default: {
776
779
  "nestedColumnHeader": "pf-m-nested-column-header",
777
780
  "striped": "pf-m-striped",
778
781
  "stripedEven": "pf-m-striped-even",
779
- "favorite": "pf-m-favorite",
780
782
  "borderRight": "pf-m-border-right",
781
783
  "borderLeft": "pf-m-border-left",
782
784
  "noBorderRows": "pf-m-no-border-rows",
783
785
  "firstCellOffsetReset": "pf-m-first-cell-offset-reset",
784
- "wrap": "pf-m-wrap",
785
786
  "borderRow": "pf-m-border-row",
786
787
  "width_10": "pf-m-width-10",
787
788
  "width_15": "pf-m-width-15",
@@ -389,10 +389,13 @@ exports.default = {
389
389
  "noPadding": "pf-m-no-padding",
390
390
  "block": "pf-m-block",
391
391
  "small": "pf-m-small",
392
+ "favorite": "pf-m-favorite",
393
+ "favorited": "pf-m-favorited",
392
394
  "clicked": "pf-m-clicked",
393
395
  "ariaDisabled": "pf-m-aria-disabled",
394
396
  "progress": "pf-m-progress",
395
397
  "inProgress": "pf-m-in-progress",
398
+ "notify": "pf-m-notify",
396
399
  "start": "pf-m-start",
397
400
  "end": "pf-m-end",
398
401
  "inRange": "pf-m-in-range",
@@ -407,6 +410,7 @@ exports.default = {
407
410
  "compact": "pf-m-compact",
408
411
  "fullHeight": "pf-m-full-height",
409
412
  "toggleRight": "pf-m-toggle-right",
413
+ "wrap": "pf-m-wrap",
410
414
  "noOffset": "pf-m-no-offset",
411
415
  "noFill": "pf-m-no-fill",
412
416
  "standalone": "pf-m-standalone",
@@ -652,7 +656,6 @@ exports.default = {
652
656
  "currentPath": "pf-m-current-path",
653
657
  "scrollable": "pf-m-scrollable",
654
658
  "load": "pf-m-load",
655
- "favorited": "pf-m-favorited",
656
659
  "fullWidth": "pf-m-full-width",
657
660
  "splitButton": "pf-m-split-button",
658
661
  "typeahead": "pf-m-typeahead",
@@ -778,12 +781,10 @@ exports.default = {
778
781
  "nestedColumnHeader": "pf-m-nested-column-header",
779
782
  "striped": "pf-m-striped",
780
783
  "stripedEven": "pf-m-striped-even",
781
- "favorite": "pf-m-favorite",
782
784
  "borderRight": "pf-m-border-right",
783
785
  "borderLeft": "pf-m-border-left",
784
786
  "noBorderRows": "pf-m-no-border-rows",
785
787
  "firstCellOffsetReset": "pf-m-first-cell-offset-reset",
786
- "wrap": "pf-m-wrap",
787
788
  "borderRow": "pf-m-border-row",
788
789
  "width_10": "pf-m-width-10",
789
790
  "width_15": "pf-m-width-15",
@@ -387,10 +387,13 @@ export default {
387
387
  "noPadding": "pf-m-no-padding",
388
388
  "block": "pf-m-block",
389
389
  "small": "pf-m-small",
390
+ "favorite": "pf-m-favorite",
391
+ "favorited": "pf-m-favorited",
390
392
  "clicked": "pf-m-clicked",
391
393
  "ariaDisabled": "pf-m-aria-disabled",
392
394
  "progress": "pf-m-progress",
393
395
  "inProgress": "pf-m-in-progress",
396
+ "notify": "pf-m-notify",
394
397
  "start": "pf-m-start",
395
398
  "end": "pf-m-end",
396
399
  "inRange": "pf-m-in-range",
@@ -405,6 +408,7 @@ export default {
405
408
  "compact": "pf-m-compact",
406
409
  "fullHeight": "pf-m-full-height",
407
410
  "toggleRight": "pf-m-toggle-right",
411
+ "wrap": "pf-m-wrap",
408
412
  "noOffset": "pf-m-no-offset",
409
413
  "noFill": "pf-m-no-fill",
410
414
  "standalone": "pf-m-standalone",
@@ -650,7 +654,6 @@ export default {
650
654
  "currentPath": "pf-m-current-path",
651
655
  "scrollable": "pf-m-scrollable",
652
656
  "load": "pf-m-load",
653
- "favorited": "pf-m-favorited",
654
657
  "fullWidth": "pf-m-full-width",
655
658
  "splitButton": "pf-m-split-button",
656
659
  "typeahead": "pf-m-typeahead",
@@ -776,12 +779,10 @@ export default {
776
779
  "nestedColumnHeader": "pf-m-nested-column-header",
777
780
  "striped": "pf-m-striped",
778
781
  "stripedEven": "pf-m-striped-even",
779
- "favorite": "pf-m-favorite",
780
782
  "borderRight": "pf-m-border-right",
781
783
  "borderLeft": "pf-m-border-left",
782
784
  "noBorderRows": "pf-m-no-border-rows",
783
785
  "firstCellOffsetReset": "pf-m-first-cell-offset-reset",
784
- "wrap": "pf-m-wrap",
785
786
  "borderRow": "pf-m-border-row",
786
787
  "width_10": "pf-m-width-10",
787
788
  "width_15": "pf-m-width-15",
@@ -28,6 +28,7 @@
28
28
  #ws-core-c-toolbar-adjusted-group-column-gap .pf-v6-c-toolbar__group,
29
29
  #ws-core-e-toolbar-simple .pf-v6-c-toolbar,
30
30
  #ws-core-e-toolbar-simple .pf-v6-c-toolbar__group,
31
+ #ws-core-c-toolbar-no-padding .pf-v6-c-toolbar,
31
32
  #ws-core-e-toolbar-adjusted-spacers .pf-v6-c-toolbar,
32
33
  #ws-core-e-toolbar-adjusted-group-spacers .pf-v6-c-toolbar,
33
34
  #ws-core-c-toolbar-simple .pf-v6-c-toolbar,
@@ -50,6 +51,7 @@
50
51
  #ws-core-e-toolbar-adjusted-spacers .pf-v6-c-toolbar__item,
51
52
  #ws-core-e-toolbar-adjusted-group-spacers .pf-v6-c-toolbar__item,
52
53
  #ws-core-c-toolbar-simple .pf-v6-c-toolbar__item,
54
+ #ws-core-c-toolbar-no-padding .pf-v6-c-toolbar__item,
53
55
  #ws-core-c-toolbar-adjusted-spacers .pf-v6-c-toolbar__item,
54
56
  #ws-core-c-toolbar-adjusted-group-spacers .pf-v6-c-toolbar__item,
55
57
  #ws-core-c-toolbar-insets .pf-v6-c-toolbar__item,
@@ -64,6 +66,7 @@
64
66
  #ws-core-e-toolbar-adjusted-spacers .pf-v6-c-toolbar__item,
65
67
  #ws-core-e-toolbar-adjusted-group-spacers .pf-v6-c-toolbar__item,
66
68
  #ws-core-c-toolbar-simple .pf-v6-c-toolbar__item,
69
+ #ws-core-c-toolbar-no-padding .pf-v6-c-toolbar__item,
67
70
  #ws-core-c-toolbar-adjusted-spacers .pf-v6-c-toolbar__item,
68
71
  #ws-core-c-toolbar-adjusted-group-spacers .pf-v6-c-toolbar__item,
69
72
  #ws-core-c-toolbar-insets .pf-v6-c-toolbar__item,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@patternfly/react-styles",
3
- "version": "6.2.0-prerelease.1",
3
+ "version": "6.2.0-prerelease.11",
4
4
  "main": "dist/js/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/esm/index.d.ts",
@@ -19,10 +19,10 @@
19
19
  "clean": "rimraf dist css"
20
20
  },
21
21
  "devDependencies": {
22
- "@patternfly/patternfly": "6.1.0",
22
+ "@patternfly/patternfly": "6.2.0-prerelease.25",
23
23
  "change-case": "^5.4.4",
24
- "fs-extra": "^11.2.0"
24
+ "fs-extra": "^11.3.0"
25
25
  },
26
26
  "license": "MIT",
27
- "gitHead": "e1fc07acea104dd070eacee7dfcb0fac201ccd96"
27
+ "gitHead": "06f0914bed087998e510eddc309c8ab44e2ab194"
28
28
  }